From 675bcee591ed38c106b1b4a631ebf77402762a25 Mon Sep 17 00:00:00 2001 From: compil Date: Fri, 20 Oct 2017 21:43:50 +0200 Subject: [PATCH] enleve les fichier en trop --- code/nel/src/gui/group_html_BACKUP_3737.cpp | 6886 ---------------- code/nel/src/gui/group_html_BASE_3737.cpp | 0 code/nel/src/gui/group_html_LOCAL_3737.cpp | 6139 --------------- code/nel/src/gui/group_html_REMOTE_3737.cpp | 6440 --------------- .../out_v2_appear_BACKUP_6184.lua | 564 -- .../interfaces_v3/out_v2_appear_BASE_6184.lua | 0 .../out_v2_appear_LOCAL_6184.lua | 227 - .../out_v2_appear_REMOTE_6184.lua | 414 - .../client/src/continent_BACKUP_1640.cpp | 1406 ---- code/ryzom/client/src/continent_BASE_1640.cpp | 0 .../ryzom/client/src/continent_LOCAL_1640.cpp | 1393 ---- .../client/src/continent_REMOTE_1640.cpp | 1390 ---- .../server/src/ai_service/ai_BACKUP_4178.cpp | 934 --- .../server/src/ai_service/ai_BASE_4178.cpp | 0 .../server/src/ai_service/ai_LOCAL_4178.cpp | 915 --- .../server/src/ai_service/ai_REMOTE_4178.cpp | 915 --- .../sabrina/magic_action_hot_BACKUP_1309.cpp | 189 - .../sabrina/magic_action_hot_BASE_1309.cpp | 0 .../sabrina/magic_action_hot_LOCAL_1309.cpp | 153 - .../sabrina/magic_action_hot_REMOTE_1309.cpp | 153 - .../translated/item_words_en_BACKUP_4154.txt | 6890 ---------------- .../translated/item_words_en_BASE_4154.txt | 0 .../translated/item_words_en_LOCAL_4154.txt | 6890 ---------------- .../translated/item_words_en_REMOTE_4154.txt | 6892 ----------------- 24 files changed, 48790 deletions(-) delete mode 100644 code/nel/src/gui/group_html_BACKUP_3737.cpp delete mode 100644 code/nel/src/gui/group_html_BASE_3737.cpp delete mode 100644 code/nel/src/gui/group_html_LOCAL_3737.cpp delete mode 100644 code/nel/src/gui/group_html_REMOTE_3737.cpp delete mode 100644 code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BACKUP_6184.lua delete mode 100644 code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BASE_6184.lua delete mode 100644 code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_LOCAL_6184.lua delete mode 100644 code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_REMOTE_6184.lua delete mode 100644 code/ryzom/client/src/continent_BACKUP_1640.cpp delete mode 100644 code/ryzom/client/src/continent_BASE_1640.cpp delete mode 100644 code/ryzom/client/src/continent_LOCAL_1640.cpp delete mode 100644 code/ryzom/client/src/continent_REMOTE_1640.cpp delete mode 100644 code/ryzom/server/src/ai_service/ai_BACKUP_4178.cpp delete mode 100644 code/ryzom/server/src/ai_service/ai_BASE_4178.cpp delete mode 100644 code/ryzom/server/src/ai_service/ai_LOCAL_4178.cpp delete mode 100644 code/ryzom/server/src/ai_service/ai_REMOTE_4178.cpp delete mode 100644 code/ryzom/server/src/sabrina/magic_action_hot_BACKUP_1309.cpp delete mode 100644 code/ryzom/server/src/sabrina/magic_action_hot_BASE_1309.cpp delete mode 100644 code/ryzom/server/src/sabrina/magic_action_hot_LOCAL_1309.cpp delete mode 100644 code/ryzom/server/src/sabrina/magic_action_hot_REMOTE_1309.cpp delete mode 100644 code/ryzom/tools/translation/translated/item_words_en_BACKUP_4154.txt delete mode 100644 code/ryzom/tools/translation/translated/item_words_en_BASE_4154.txt delete mode 100644 code/ryzom/tools/translation/translated/item_words_en_LOCAL_4154.txt delete mode 100644 code/ryzom/tools/translation/translated/item_words_en_REMOTE_4154.txt diff --git a/code/nel/src/gui/group_html_BACKUP_3737.cpp b/code/nel/src/gui/group_html_BACKUP_3737.cpp deleted file mode 100644 index 0f1e6fc0f..000000000 --- a/code/nel/src/gui/group_html_BACKUP_3737.cpp +++ /dev/null @@ -1,6886 +0,0 @@ -// Ryzom - MMORPG Framework -// Copyright (C) 2010 Winch Gate Property Limited -// -// This program is free software: you can redistribute it and/or modify -// it under the terms of the GNU Affero General Public License as -// published by the Free Software Foundation, either version 3 of the -// License, or (at your option) any later version. -// -// This program is distributed in the hope that it will be useful, -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -// GNU Affero General Public License for more details. -// -// You should have received a copy of the GNU Affero General Public License -// along with this program. If not, see . - -//#include - -#include "stdpch.h" -#include "nel/gui/group_html.h" - -#include -#include "nel/misc/types_nl.h" -#include "nel/misc/rgba.h" -#include "nel/misc/algo.h" -#include "nel/gui/libwww.h" -#include "nel/gui/group_html.h" -#include "nel/gui/group_list.h" -#include "nel/gui/group_menu.h" -#include "nel/gui/group_container.h" -#include "nel/gui/view_link.h" -#include "nel/gui/ctrl_scroll.h" -#include "nel/gui/ctrl_button.h" -#include "nel/gui/ctrl_text_button.h" -#include "nel/gui/action_handler.h" -#include "nel/gui/group_paragraph.h" -#include "nel/gui/group_editbox.h" -#include "nel/gui/widget_manager.h" -#include "nel/gui/lua_manager.h" -#include "nel/gui/view_bitmap.h" -#include "nel/gui/dbgroup_combo_box.h" -#include "nel/gui/lua_ihm.h" -#include "nel/misc/i18n.h" -#include "nel/misc/md5.h" -#include "nel/3d/texture_file.h" -#include "nel/misc/big_file.h" -#include "nel/gui/url_parser.h" -<<<<<<< HEAD -======= -#include "nel/gui/http_cache.h" -#include "nel/gui/http_hsts.h" -#include "nel/gui/curl_certificates.h" ->>>>>>> ryzomcore - -using namespace std; -using namespace NLMISC; - -#ifdef DEBUG_NEW -#define new DEBUG_NEW -#endif - -// Default maximum time the request is allowed to take -#define DEFAULT_RYZOM_CONNECTION_TIMEOUT (300.0) -// Allow up to 10 redirects, then give up -#define DEFAULT_RYZOM_REDIRECT_LIMIT (10) -// -#define FONT_WEIGHT_NORMAL 400 -#define FONT_WEIGHT_BOLD 700 - -namespace NLGUI -{ - - // Uncomment to see the log about image download - //#define LOG_DL 1 - - CGroupHTML::SWebOptions CGroupHTML::options; - -<<<<<<< HEAD -======= - // Return URL with https is host is in HSTS list - static std::string upgradeInsecureUrl(const std::string &url) - { - if (toLower(url.substr(0, 7)) != "http://") { - return url; - } - - CUrlParser uri(url); - if (!CStrictTransportSecurity::getInstance()->isSecureHost(uri.host)){ - return url; - } - - #ifdef LOG_DL - nlwarning("HSTS url : '%s', using https", url.c_str()); - #endif - uri.scheme = "https"; - - return uri.toString(); - } ->>>>>>> ryzomcore - - // Active cURL www transfer - class CCurlWWWData - { - public: - CCurlWWWData(CURL *curl, const std::string &url) - : Request(curl), Url(url), Content(""), HeadersSent(NULL) - { - } - ~CCurlWWWData() - { - if (Request) - curl_easy_cleanup(Request); - - if (HeadersSent) - curl_slist_free_all(HeadersSent); - } - -<<<<<<< HEAD -======= - void sendHeaders(const std::vector headers) - { - for(uint i = 0; i < headers.size(); ++i) - { - HeadersSent = curl_slist_append(HeadersSent, headers[i].c_str()); - } - curl_easy_setopt(Request, CURLOPT_HTTPHEADER, HeadersSent); - } - ->>>>>>> ryzomcore - void setRecvHeader(const std::string &header) - { - size_t pos = header.find(": "); - if (pos == std::string::npos) - return; - - std::string key = toLower(header.substr(0, pos)); - if (pos != std::string::npos) - { - HeadersRecv[key] = header.substr(pos + 2); - //nlinfo(">> received header '%s' = '%s'", key.c_str(), HeadersRecv[key].c_str()); - } - } - - // return last received "Location: " header or empty string if no header set - const std::string getLocationHeader() - { - if (HeadersRecv.count("location") > 0) - return HeadersRecv["location"]; - - return ""; - } - -<<<<<<< HEAD -======= - const uint32 getExpires() - { - time_t ret = 0; - if (HeadersRecv.count("expires") > 0) - ret = curl_getdate(HeadersRecv["expires"].c_str(), NULL); - - return ret > -1 ? ret : 0; - } - - const std::string getLastModified() - { - if (HeadersRecv.count("last-modified") > 0) - { - return HeadersRecv["last-modified"]; - } - - return ""; - } - - const std::string getEtag() - { - if (HeadersRecv.count("etag") > 0) - { - return HeadersRecv["etag"]; - } - - return ""; - } - - bool hasHSTSHeader() - { - // ignore header if not secure connection - if (toLower(Url.substr(0, 8)) != "https://") - { - return false; - } - - return HeadersRecv.count("strict-transport-security") > 0; - } - - const std::string getHSTSHeader() - { - if (hasHSTSHeader()) - { - return HeadersRecv["strict-transport-security"]; - } - - return ""; - } - ->>>>>>> ryzomcore - public: - CURL *Request; - - std::string Url; - std::string Content; - -<<<<<<< HEAD -======= - private: ->>>>>>> ryzomcore - // headers sent with curl request, must be released after transfer - curl_slist * HeadersSent; - - // headers received from curl transfer - std::map HeadersRecv; - }; - - // Check if domain is on TrustedDomain - bool CGroupHTML::isTrustedDomain(const string &domain) - { - vector::iterator it; - it = find ( options.trustedDomains.begin(), options.trustedDomains.end(), domain); - return it != options.trustedDomains.end(); - } - - // Update view after download has finished -<<<<<<< HEAD - void CGroupHTML::setImage(CViewBase * view, const string &file) -======= - void CGroupHTML::setImage(CViewBase * view, const string &file, const TImageType type) ->>>>>>> ryzomcore - { - CCtrlButton *btn = dynamic_cast(view); - if(btn) - { -<<<<<<< HEAD - btn->setTexture (file); - btn->setTexturePushed(file); - btn->invalidateCoords(); - btn->invalidateContent(); - btn->resetInvalidCoords(); - btn->updateCoords(); - paragraphChange(); -======= - if (type == NormalImage) - { - btn->setTexture (file); - btn->setTexturePushed(file); - btn->invalidateCoords(); - btn->invalidateContent(); - paragraphChange(); - } - else - { - btn->setTextureOver(file); - } ->>>>>>> ryzomcore - } - else - { - CViewBitmap *btm = dynamic_cast(view); - if(btm) - { - btm->setTexture (file); - btm->invalidateCoords(); - btm->invalidateContent(); -<<<<<<< HEAD - btm->resetInvalidCoords(); - btm->updateCoords(); -======= ->>>>>>> ryzomcore - paragraphChange(); - } - else - { - CGroupCell *btgc = dynamic_cast(view); - if(btgc) - { - btgc->setTexture (file); - btgc->invalidateCoords(); - btgc->invalidateContent(); -<<<<<<< HEAD - btgc->resetInvalidCoords(); - btgc->updateCoords(); -======= ->>>>>>> ryzomcore - paragraphChange(); - } - } - } - } -<<<<<<< HEAD - -======= - ->>>>>>> ryzomcore - // Force image width, height - void CGroupHTML::setImageSize(CViewBase *view, const CStyleParams &style) - { - sint32 width = style.Width; - sint32 height = style.Height; - sint32 maxw = style.MaxWidth; - sint32 maxh = style.MaxHeight; - - sint32 imageWidth, imageHeight; - bool changed = true; - - // get image texture size - // if image is being downloaded, then correct size is set after thats done - CCtrlButton *btn = dynamic_cast(view); - if(btn) - { - btn->fitTexture(); - imageWidth = btn->getW(false); - imageHeight = btn->getH(false); - } - else - { - CViewBitmap *btm = dynamic_cast(view); - if(btm) - { - btm->fitTexture(); - imageWidth = btm->getW(false); - imageHeight = btm->getH(false); - } - else - { - // not supported - return; - } - } - - // if width/height is not requested, then use image size - // else recalculate missing value, keep image ratio - if (width == -1 && height == -1) - { - width = imageWidth; - height = imageHeight; - - changed = false; - } - else - if (width == -1 || height == -1) { - float ratio = (float) imageWidth / std::max(1, imageHeight); - if (width == -1) - width = height * ratio; - else - height = width / ratio; - } - - // apply max-width, max-height rules if asked - if (maxw > -1 || maxh > -1) - { - applyCssMinMax(width, height, 0, 0, maxw, maxh); - changed = true; - } - - if (changed) - { - CCtrlButton *btn = dynamic_cast(view); - if(btn) - { - btn->setScale(true); - btn->setW(width); - btn->setH(height); - } - else - { - CViewBitmap *image = dynamic_cast(view); - if(image) - { - image->setScale(true); - image->setW(width); - image->setH(height); - } - } - } - } - - // Get an url and return the local filename with the path where the url image should be - string CGroupHTML::localImageName(const string &url) - { - string dest = "cache/"; - dest += getMD5((uint8 *)url.c_str(), (uint32)url.size()).toString(); - dest += ".cache"; - return dest; - } - -<<<<<<< HEAD - // Add a image download request in the multi_curl - void CGroupHTML::addImageDownload(const string &url, CViewBase *img, const CStyleParams &style) - { - string finalUrl = getAbsoluteUrl(url); - - // Search if we are not already downloading this url. - for(uint i = 0; i < Curls.size(); i++) - { - if(Curls[i].url == finalUrl) - { - #ifdef LOG_DL - nlwarning("already downloading '%s' img %p", finalUrl.c_str(), img); - #endif - Curls[i].imgs.push_back(CDataImageDownload(img, style)); - return; - } - } - - // use requested url for local name - string dest = localImageName(url); - string tmpdest = localImageName(url)+".tmp"; -======= - // Add url to MultiCurl queue and return cURL handle - bool CGroupHTML::startCurlDownload(CDataDownload &download) - { - if (!MultiCurl) - { - nlwarning("Invalid MultiCurl handle, unable to download '%s'", download.url.c_str()); - return false; - } - - time_t currentTime; - time(¤tTime); - - CHttpCacheObject cache; - if (CFile::fileExists(download.dest)) - cache = CHttpCache::getInstance()->lookup(download.dest); - - if (cache.Expires > currentTime) - { - #ifdef LOG_DL - nlwarning("Cache for (%s) is not expired (%s, expires:%d)", download.url.c_str(), download.dest.c_str(), cache.Expires - currentTime); - #endif - return false; - } - - string tmpdest = download.dest + ".tmp"; - - // erase the tmp file if exists - if (CFile::fileExists(tmpdest)) - CFile::deleteFile(tmpdest); - - FILE *fp = nlfopen (tmpdest, "wb"); - if (fp == NULL) - { - nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno)); - return false; - } - - CURL *curl = curl_easy_init(); - if (!curl) - { - fclose(fp); - CFile::deleteFile(tmpdest); - - nlwarning("Creating cURL handle failed, unable to download '%s'", download.url.c_str()); - return false; - } - -#if defined(NL_OS_WINDOWS) - // https:// - if (toLower(download.url.substr(0, 8)) == "https://") - { - curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, &CCurlCertificates::sslCtxFunction); - } -#endif - - download.data = new CCurlWWWData(curl, download.url); - download.fp = fp; - - curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true); - curl_easy_setopt(curl, CURLOPT_URL, download.url.c_str()); - - // limit curl to HTTP and HTTPS protocols only - curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS); - curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS); - - std::vector headers; - if (!cache.Etag.empty()) - headers.push_back("If-None-Match: " + cache.Etag); - - if (!cache.LastModified.empty()) - headers.push_back("If-Modified-Since: " + cache.LastModified); - - if (headers.size() > 0) - download.data->sendHeaders(headers); - - // catch headers - curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, curlHeaderCallback); - curl_easy_setopt(curl, CURLOPT_WRITEHEADER, download.data); - - std::string userAgent = options.appName + "/" + options.appVersion; - curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str()); - - CUrlParser uri(download.url); - if (!uri.host.empty()) - sendCookies(curl, uri.host, isTrustedDomain(uri.host)); - - curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp); - curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); - - curl_multi_add_handle(MultiCurl, curl); - - return true; - } - - // Add a image download request in the multi_curl - void CGroupHTML::addImageDownload(const string &url, CViewBase *img, const CStyleParams &style, TImageType type) - { - string finalUrl = upgradeInsecureUrl(getAbsoluteUrl(url)); - - // use requested url for local name (cache) - string dest = localImageName(url); ->>>>>>> ryzomcore - #ifdef LOG_DL - nlwarning("add to download '%s' dest '%s' img %p", finalUrl.c_str(), dest.c_str(), img); - #endif - -<<<<<<< HEAD - // erase the tmp file if exists - if (NLMISC::CFile::fileExists(tmpdest)) - NLMISC::CFile::deleteFile(tmpdest); - - if (!NLMISC::CFile::fileExists(dest)) - { - if (!MultiCurl) - { - nlwarning("Invalid MultiCurl handle, unable to download '%s'", finalUrl.c_str()); - return; - } - - CURL *curl = curl_easy_init(); - if (!curl) - { - nlwarning("Creating cURL handle failed, unable to download '%s'", finalUrl.c_str()); - return; - } - - FILE *fp = nlfopen(tmpdest, "wb"); - if (fp == NULL) - { - curl_easy_cleanup(curl); - - nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno)); - return; - } - curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true); - curl_easy_setopt(curl, CURLOPT_URL, finalUrl.c_str()); - - std::string userAgent = options.appName + "/" + options.appVersion; - curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str()); - - sendCookies(curl, _DocumentDomain, _TrustedDomain); - - curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp); - curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); - - curl_multi_add_handle(MultiCurl, curl); - Curls.push_back(CDataDownload(curl, finalUrl, dest, fp, ImgType, img, "", "", style)); - #ifdef LOG_DL - nlwarning("adding handle %x, %d curls", curl, Curls.size()); - #endif - RunningCurls++; - } - else - { - setImage(img, dest); - setImageSize(img, style); -======= - // Display cached image while downloading new - if (type != TImageType::OverImage && CFile::fileExists(dest)) - { - setImage(img, dest, type); - setImageSize(img, style); - } - - // Search if we are not already downloading this url. - for(uint i = 0; i < Curls.size(); i++) - { - if(Curls[i].url == finalUrl) - { - #ifdef LOG_DL - nlwarning("already downloading '%s' img %p", finalUrl.c_str(), img); - #endif - Curls[i].imgs.push_back(CDataImageDownload(img, style, type)); - return; - } - } - - Curls.push_back(CDataDownload(finalUrl, dest, ImgType, img, "", "", style, type)); - if (Curls.size() < options.curlMaxConnections) { - if (!startCurlDownload(Curls.back())) - { - Curls.pop_back(); - return; - } - - RunningCurls++; - #ifdef LOG_DL - nlwarning("(%s) adding handle %x, %d curls", _Id.c_str(), Curls.back().data->Request, Curls.size()); - } - else - { - nlwarning("(%s) download queued, %d curls", _Id.c_str(), Curls.size()); - #endif ->>>>>>> ryzomcore - } - } - - void CGroupHTML::initImageDownload() - { - #ifdef LOG_DL - nlwarning("Init Image Download"); - #endif - - string pathName = "cache"; - if ( ! CFile::isExists( pathName ) ) - CFile::createDirectory( pathName ); - } - - - // Get an url and return the local filename with the path where the bnp should be - string CGroupHTML::localBnpName(const string &url) - { - size_t lastIndex = url.find_last_of("/"); - string dest = "user/"+url.substr(lastIndex+1); - return dest; - } - - // Add a bnp download request in the multi_curl, return true if already downloaded -<<<<<<< HEAD - bool CGroupHTML::addBnpDownload(const string &url, const string &action, const string &script, const string &md5sum) - { -======= - bool CGroupHTML::addBnpDownload(string url, const string &action, const string &script, const string &md5sum) - { - url = upgradeInsecureUrl(getAbsoluteUrl(url)); - ->>>>>>> ryzomcore - // Search if we are not already downloading this url. - for(uint i = 0; i < Curls.size(); i++) - { - if(Curls[i].url == url) - { - #ifdef LOG_DL - nlwarning("already downloading '%s'", url.c_str()); - #endif - return false; - } - } - - string dest = localBnpName(url); -<<<<<<< HEAD - string tmpdest = localBnpName(url)+".tmp"; - #ifdef LOG_DL - nlwarning("add to download '%s' dest '%s'", url.c_str(), dest.c_str()); - #endif - - // erase the tmp file if exists - if (NLMISC::CFile::fileExists(tmpdest)) - NLMISC::CFile::deleteFile(tmpdest); -======= - #ifdef LOG_DL - nlwarning("add to download '%s' dest '%s'", url.c_str(), dest.c_str()); - #endif ->>>>>>> ryzomcore - - // create/delete the local file - if (NLMISC::CFile::fileExists(dest)) - { - if (action == "override" || action == "delete") - { - CFile::setRWAccess(dest); - NLMISC::CFile::deleteFile(dest); - } - else - { - return true; - } - } - if (action != "delete") - { -<<<<<<< HEAD - if (!MultiCurl) - { - nlwarning("Invalid MultiCurl handle, unable to download '%s'", url.c_str()); - return false; - } - - CURL *curl = curl_easy_init(); - if (!curl) - { - nlwarning("Creating cURL handle failed, unable to download '%s'", url.c_str()); - return false; - } - - FILE *fp = nlfopen (tmpdest, "wb"); - if (fp == NULL) - { - curl_easy_cleanup(curl); - nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno)); - return false; - } - - curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true); - curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); - - curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp); - curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite); - - curl_multi_add_handle(MultiCurl, curl); - Curls.push_back(CDataDownload(curl, url, dest, fp, BnpType, NULL, script, md5sum)); - #ifdef LOG_DL - nlwarning("adding handle %x, %d curls", curl, Curls.size()); - #endif - RunningCurls++; -======= - Curls.push_back(CDataDownload(url, dest, BnpType, NULL, script, md5sum)); - if (Curls.size() < options.curlMaxConnections) - { - if (!startCurlDownload(Curls.back())) - { - Curls.pop_back(); - return false; - } - RunningCurls++; - #ifdef LOG_DL - nlwarning("(%s) adding handle %x, %d curls", _Id.c_str(), Curls.back().data->Request, Curls.size()); - } - else - { - nlwarning("(%s) download queued, %d curls", _Id.c_str(), Curls.size()); - #endif - } ->>>>>>> ryzomcore - } - else - return true; - - return false; - } - - void CGroupHTML::initBnpDownload() - { - if (!_TrustedDomain) - return; - - #ifdef LOG_DL - nlwarning("Init Bnp Download"); - #endif - string pathName = "user"; - if ( ! CFile::isExists( pathName ) ) - CFile::createDirectory( pathName ); - } - - // Call this evenly to check if an element is downloaded and then manage it - void CGroupHTML::checkDownloads() - { - //nlassert(_CrtCheckMemory()); - - if(Curls.empty() && _CurlWWW == NULL) - return; - - int NewRunningCurls = 0; - while(CURLM_CALL_MULTI_PERFORM == curl_multi_perform(MultiCurl, &NewRunningCurls)) - { - #ifdef LOG_DL - nlwarning("more to do now %d - %d curls", NewRunningCurls, Curls.size()); - #endif - } - if(NewRunningCurls < RunningCurls) - { - // some download are done, callback them - #ifdef LOG_DL - nlwarning ("new %d old %d", NewRunningCurls, RunningCurls); - #endif - // check msg - CURLMsg *msg; - int msgs_left; - while ((msg = curl_multi_info_read(MultiCurl, &msgs_left))) - { - #ifdef LOG_DL - nlwarning("> (%s) msgs_left %d", _Id.c_str(), msgs_left); - #endif - if (msg->msg == CURLMSG_DONE) - { - if (_CurlWWW && _CurlWWW->Request && _CurlWWW->Request == msg->easy_handle) - { - CURLcode res = msg->data.result; - long code; - curl_easy_getinfo(_CurlWWW->Request, CURLINFO_RESPONSE_CODE, &code); - #ifdef LOG_DL - nlwarning("(%s) web transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), _CurlWWW->Request, res, code, _CurlWWW->Url.size(), _CurlWWW->Url.c_str()); - #endif -<<<<<<< HEAD -======= - // save HSTS header from all requests regardless of HTTP code - if (res == CURLE_OK && _CurlWWW->hasHSTSHeader()) - { - CUrlParser uri(_CurlWWW->Url); - CStrictTransportSecurity::getInstance()->setFromHeader(uri.host, _CurlWWW->getHSTSHeader()); - } ->>>>>>> ryzomcore - - if (res != CURLE_OK) - { - std::string err; - err = "Connection failed with cURL error: "; - err += curl_easy_strerror(res); - err += "\nURL '" + _CurlWWW->Url + "'"; - browseError(err.c_str()); - } - else - if ((code >= 301 && code <= 303) || code == 307 || code == 308) - { - if (_RedirectsRemaining < 0) - { - browseError(string("Redirect limit reached : " + _URL).c_str()); - } - else - { - receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain); - - // redirect, get the location and try browse again - // we cant use curl redirection because 'addHTTPGetParams()' must be called on new destination - std::string location(_CurlWWW->getLocationHeader()); - if (!location.empty()) - { - #ifdef LOG_DL - nlwarning("(%s) request (%d) redirected to (len %d) '%s'", _Id.c_str(), _RedirectsRemaining, location.size(), location.c_str()); - #endif - location = getAbsoluteUrl(location); - // throw away this handle and start with new one (easier than reusing) - requestTerminated(); - - _PostNextTime = false; - _RedirectsRemaining--; - - doBrowse(location.c_str()); - } - else - { - browseError(string("Request was redirected, but location was not set : "+_URL).c_str()); - } - } - } - else - { - receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain); - - _RedirectsRemaining = DEFAULT_RYZOM_REDIRECT_LIMIT; - - if ( (code < 200 || code >= 300) ) - { - browseError(string("Connection failed (curl code " + toString((sint32)res) + ")\nhttp code " + toString((sint32)code) + ")\nURL '" + _CurlWWW->Url + "'").c_str()); - } - else - { - char *ch; - std::string contentType; - res = curl_easy_getinfo(_CurlWWW->Request, CURLINFO_CONTENT_TYPE, &ch); -<<<<<<< HEAD - if (res == CURLE_OK) -======= - if (res == CURLE_OK && ch != NULL) ->>>>>>> ryzomcore - { - contentType = ch; - } - - htmlDownloadFinished(_CurlWWW->Content, contentType, code); - } - requestTerminated(); - } - } - - for (vector::iterator it=Curls.begin(); iteasy_handle == it->curl) - { - CURLcode res = msg->data.result; - long r; - curl_easy_getinfo(it->curl, CURLINFO_RESPONSE_CODE, &r); - fclose(it->fp); - - #ifdef LOG_DL - nlwarning("(%s) transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), it->curl, res, r, it->url.size(), it->url.c_str()); - #endif - curl_multi_remove_handle(MultiCurl, it->curl); - curl_easy_cleanup(it->curl); -======= - if(it->data && it->data->Request == msg->easy_handle) - { - CURLcode res = msg->data.result; - long r; - curl_easy_getinfo(it->data->Request, CURLINFO_RESPONSE_CODE, &r); - fclose(it->fp); - - CUrlParser uri(it->url); - if (!uri.host.empty()) - receiveCookies(it->data->Request, uri.host, isTrustedDomain(uri.host)); - #ifdef LOG_DL - nlwarning("(%s) transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), it->data->Request, res, r, it->url.size(), it->url.c_str()); - #endif - curl_multi_remove_handle(MultiCurl, it->data->Request); - - // save HSTS header from all requests regardless of HTTP code - if (res == CURLE_OK && it->data->hasHSTSHeader()) - { - CStrictTransportSecurity::getInstance()->setFromHeader(uri.host, it->data->getHSTSHeader()); - } ->>>>>>> ryzomcore - - string tmpfile = it->dest + ".tmp"; - if(res != CURLE_OK || r < 200 || r >= 300 || (!it->md5sum.empty() && (it->md5sum != getMD5(tmpfile).toString()))) - { -<<<<<<< HEAD - NLMISC::CFile::deleteFile(tmpfile.c_str()); - } - else - { -======= - if (it->redirects < DEFAULT_RYZOM_REDIRECT_LIMIT && ((r >= 301 && r <= 303) || r == 307 || r == 308)) - { - std::string location(it->data->getLocationHeader()); - if (!location.empty()) - { - CUrlParser uri(location); - if (!uri.isAbsolute()) - { - uri.inherit(it->url); - location = uri.toString(); - } - - it->url = location; - it->fp = NULL; - - // release CCurlWWWData - delete it->data; - it->data = NULL; - - it->redirects++; - #ifdef LOG_DL - nlwarning("Redirect '%s'", location.c_str()); - #endif - // keep the request in queue - continue; - } - else - nlwarning("Redirected to empty url '%s'", it->url.c_str()); - } - else - { - if (it->redirects >= DEFAULT_RYZOM_REDIRECT_LIMIT) - nlwarning("Redirect limit reached for '%s'", it->url.c_str()); - - NLMISC::CFile::deleteFile(tmpfile.c_str()); - - // 304 Not Modified - if (res == CURLE_OK && r == 304) - { - CHttpCacheObject obj; - obj.Expires = it->data->getExpires(); - obj.Etag = it->data->getEtag(); - obj.LastModified = it->data->getLastModified(); - - CHttpCache::getInstance()->store(it->dest, obj); - } - } - } - else - { - CHttpCacheObject obj; - obj.Expires = it->data->getExpires(); - obj.Etag = it->data->getEtag(); - obj.LastModified = it->data->getLastModified(); - - CHttpCache::getInstance()->store(it->dest, obj); - ->>>>>>> ryzomcore - string finalUrl; - if (it->type == ImgType) - { - // there is race condition if two browser instances are downloading same file - // second instance deletes first tmpfile and creates new file for itself. - if (CFile::getFileSize(tmpfile) > 0) - { - try - { - // verify that image is not corrupted - uint32 w, h; - CBitmap::loadSize(tmpfile, w, h); - if (w != 0 && h != 0) - { -<<<<<<< HEAD - CFile::moveFile(it->dest, tmpfile); - for(uint i = 0; i < it->imgs.size(); i++) - { - setImage(it->imgs[i].Image, it->dest); -======= - if (CFile::fileExists(it->dest)) - CFile::deleteFile(it->dest); - - CFile::moveFile(it->dest, tmpfile); - for(uint i = 0; i < it->imgs.size(); i++) - { - setImage(it->imgs[i].Image, it->dest, it->imgs[i].Type); ->>>>>>> ryzomcore - setImageSize(it->imgs[i].Image, it->imgs[i].Style); - } - } - } - catch(const NLMISC::Exception &e) - { - // exception message has .tmp file name, so keep it for further analysis - nlwarning("Invalid image (%s): %s", it->url.c_str(), e.what()); - } - } - } - else - { - CFile::moveFile(it->dest, tmpfile); - //if (lookupLocalFile (finalUrl, file.c_str(), false)) - { - CLuaManager::getInstance().executeLuaScript( it->luaScript, true ); - } - } - } - -<<<<<<< HEAD -======= - // release CCurlWWWData - delete it->data; - ->>>>>>> ryzomcore - Curls.erase(it); - break; - } - } - } - } - } -<<<<<<< HEAD - RunningCurls = NewRunningCurls; -======= - - RunningCurls = NewRunningCurls; - - if (RunningCurls < options.curlMaxConnections) - { - for (vector::iterator it=Curls.begin(); itdata == NULL) { - #ifdef LOG_DL - nlwarning("(%s) starting new download '%s'", _Id.c_str(), it->url.c_str()); - #endif - if (!startCurlDownload(*it)) - { - Curls.erase(it); - break; - } - - RunningCurls++; - if (RunningCurls >= options.curlMaxConnections) - break; - } - } - } - ->>>>>>> ryzomcore - #ifdef LOG_DL - if (RunningCurls > 0 || !Curls.empty()) - nlwarning("(%s) RunningCurls %d, _Curls %d", _Id.c_str(), RunningCurls, Curls.size()); - #endif - } - - - void CGroupHTML::releaseDownloads() - { - #ifdef LOG_DL - nlwarning("Release Downloads"); - #endif - if(MultiCurl) - curl_multi_cleanup(MultiCurl); - } - - class CGroupListAdaptor : public CInterfaceGroup - { - public: - CGroupListAdaptor(const TCtorParam ¶m) - : CInterfaceGroup(param) - {} - - private: - void updateCoords() - { - if (_Parent) - { - // Get the W max from the parent - _W = std::min(_Parent->getMaxWReal(), _Parent->getWReal()); - _WReal = _W; - } - CInterfaceGroup::updateCoords(); - } - }; - - // *************************************************************************** - - template void popIfNotEmpty(A &vect) { if(!vect.empty()) vect.pop_back(); } - - // *************************************************************************** - - void CGroupHTML::beginBuild () - { - if (_Browsing) - { - _Connecting = false; - - removeContent (); - } - else - nlwarning("_Browsing = FALSE"); - } - - - TStyle CGroupHTML::parseStyle (const string &str_styles) - { - TStyle styles; - vector elements; - NLMISC::splitString(str_styles, ";", elements); - - for(uint i = 0; i < elements.size(); ++i) - { - vector style; - NLMISC::splitString(elements[i], ":", style); - if (style.size() >= 2) - { - string fullstyle = style[1]; - for (uint j=2; j < style.size(); j++) - fullstyle += ":"+style[j]; - styles[trim(style[0])] = trim(fullstyle); - } - } - - return styles; - } - - // *************************************************************************** - - void CGroupHTML::addText (const char * buf, int len) - { - if (_Browsing) - { - if (_IgnoreText) - return; - - // Build a UTF8 string - string inputString(buf, buf+len); - - if (_ParsingLua && _TrustedDomain) - { - // we are parsing a lua script - _LuaScript += inputString; - // no more to do - return; - } - - // Build a unicode string - ucstring inputUCString; - inputUCString.fromUtf8(inputString); - - // Build the final unicode string - ucstring tmp; - tmp.reserve(len); - uint ucLen = (uint)inputUCString.size(); - for (uint i=0; i= 'a' && tolower(c) <= 'f'); - } - - static uint8 convertHexa(char c) - { - return (uint8) (tolower(c) - (isdigit(c) ? '0' : ('a' - 10))); - } - - // scan a color component, and return pointer to next position - static const char *scanColorComponent(const char *src, uint8 &intensity) - { - if (!src) return NULL; - if (!isHexa(*src)) return NULL; - uint8 value = convertHexa(*src++) << 4; - if (!isHexa(*src)) return NULL; - value += convertHexa(*src++); - intensity = value; - return src; - } - - static float hueToRgb(float m1, float m2, float h) - { - if (h < 0) h += 1.0f; - if (h > 1) h -= 1.0f; - if (h*6 < 1.0f) return m1 + (m2 - m1)*h*6; - if (h*2 < 1.0f) return m2; - if (h*3 < 2.0f) return m1 + (m2 - m1) * (2.0f/3.0f - h)*6; - return m1; - } - - static void hslToRgb(float h, float s, float l, CRGBA &result) - { - float m1, m2; - if (l <= 0.5f) - m2 = l * (s + 1.0f); - else - m2 = l + s - l * s; - m1 = l*2 - m2; - - result.R = 255 * hueToRgb(m1, m2, h + 1.0f/3.0f); - result.G = 255 * hueToRgb(m1, m2, h); - result.B = 255 * hueToRgb(m1, m2, h - 1.0f/3.0f); - result.A = 255; - } - - class CNameToCol - { - public: - const char *Name; - CRGBA Color; - CNameToCol(const char *name, CRGBA color) : Name(name), Color(color) {} - }; - - static CNameToCol htmlColorNameToRGBA[] = - { - CNameToCol("AliceBlue", CRGBA(0xF0, 0xF8, 0xFF)), - CNameToCol("AntiqueWhite", CRGBA(0xFA, 0xEB, 0xD7)), - CNameToCol("Aqua", CRGBA(0x00, 0xFF, 0xFF)), - CNameToCol("Aquamarine", CRGBA(0x7F, 0xFF, 0xD4)), - CNameToCol("Azure", CRGBA(0xF0, 0xFF, 0xFF)), - CNameToCol("Beige", CRGBA(0xF5, 0xF5, 0xDC)), - CNameToCol("Bisque", CRGBA(0xFF, 0xE4, 0xC4)), - CNameToCol("Black", CRGBA(0x00, 0x00, 0x00)), - CNameToCol("BlanchedAlmond", CRGBA(0xFF, 0xEB, 0xCD)), - CNameToCol("Blue", CRGBA(0x00, 0x00, 0xFF)), - CNameToCol("BlueViolet", CRGBA(0x8A, 0x2B, 0xE2)), - CNameToCol("Brown", CRGBA(0xA5, 0x2A, 0x2A)), - CNameToCol("BurlyWood", CRGBA(0xDE, 0xB8, 0x87)), - CNameToCol("CadetBlue", CRGBA(0x5F, 0x9E, 0xA0)), - CNameToCol("Chartreuse", CRGBA(0x7F, 0xFF, 0x00)), - CNameToCol("Chocolate", CRGBA(0xD2, 0x69, 0x1E)), - CNameToCol("Coral", CRGBA(0xFF, 0x7F, 0x50)), - CNameToCol("CornflowerBlue", CRGBA(0x64, 0x95, 0xED)), - CNameToCol("Cornsilk", CRGBA(0xFF, 0xF8, 0xDC)), - CNameToCol("Crimson", CRGBA(0xDC, 0x14, 0x3C)), - CNameToCol("Cyan", CRGBA(0x00, 0xFF, 0xFF)), - CNameToCol("DarkBlue", CRGBA(0x00, 0x00, 0x8B)), - CNameToCol("DarkCyan", CRGBA(0x00, 0x8B, 0x8B)), - CNameToCol("DarkGoldenRod", CRGBA(0xB8, 0x86, 0x0B)), - CNameToCol("DarkGray", CRGBA(0xA9, 0xA9, 0xA9)), - CNameToCol("DarkGreen", CRGBA(0x00, 0x64, 0x00)), - CNameToCol("DarkKhaki", CRGBA(0xBD, 0xB7, 0x6B)), - CNameToCol("DarkMagenta", CRGBA(0x8B, 0x00, 0x8B)), - CNameToCol("DarkOliveGreen", CRGBA(0x55, 0x6B, 0x2F)), - CNameToCol("Darkorange", CRGBA(0xFF, 0x8C, 0x00)), - CNameToCol("DarkOrchid", CRGBA(0x99, 0x32, 0xCC)), - CNameToCol("DarkRed", CRGBA(0x8B, 0x00, 0x00)), - CNameToCol("DarkSalmon", CRGBA(0xE9, 0x96, 0x7A)), - CNameToCol("DarkSeaGreen", CRGBA(0x8F, 0xBC, 0x8F)), - CNameToCol("DarkSlateBlue", CRGBA(0x48, 0x3D, 0x8B)), - CNameToCol("DarkSlateGray", CRGBA(0x2F, 0x4F, 0x4F)), - CNameToCol("DarkTurquoise", CRGBA(0x00, 0xCE, 0xD1)), - CNameToCol("DarkViolet", CRGBA(0x94, 0x00, 0xD3)), - CNameToCol("DeepPink", CRGBA(0xFF, 0x14, 0x93)), - CNameToCol("DeepSkyBlue", CRGBA(0x00, 0xBF, 0xFF)), - CNameToCol("DimGray", CRGBA(0x69, 0x69, 0x69)), - CNameToCol("DodgerBlue", CRGBA(0x1E, 0x90, 0xFF)), - CNameToCol("Feldspar", CRGBA(0xD1, 0x92, 0x75)), - CNameToCol("FireBrick", CRGBA(0xB2, 0x22, 0x22)), - CNameToCol("FloralWhite", CRGBA(0xFF, 0xFA, 0xF0)), - CNameToCol("ForestGreen", CRGBA(0x22, 0x8B, 0x22)), - CNameToCol("Fuchsia", CRGBA(0xFF, 0x00, 0xFF)), - CNameToCol("Gainsboro", CRGBA(0xDC, 0xDC, 0xDC)), - CNameToCol("GhostWhite", CRGBA(0xF8, 0xF8, 0xFF)), - CNameToCol("Gold", CRGBA(0xFF, 0xD7, 0x00)), - CNameToCol("GoldenRod", CRGBA(0xDA, 0xA5, 0x20)), - CNameToCol("Gray", CRGBA(0x80, 0x80, 0x80)), - CNameToCol("Green", CRGBA(0x00, 0x80, 0x00)), - CNameToCol("GreenYellow", CRGBA(0xAD, 0xFF, 0x2F)), - CNameToCol("HoneyDew", CRGBA(0xF0, 0xFF, 0xF0)), - CNameToCol("HotPink", CRGBA(0xFF, 0x69, 0xB4)), - CNameToCol("IndianRed ", CRGBA(0xCD, 0x5C, 0x5C)), - CNameToCol("Indigo ", CRGBA(0x4B, 0x00, 0x82)), - CNameToCol("Ivory", CRGBA(0xFF, 0xFF, 0xF0)), - CNameToCol("Khaki", CRGBA(0xF0, 0xE6, 0x8C)), - CNameToCol("Lavender", CRGBA(0xE6, 0xE6, 0xFA)), - CNameToCol("LavenderBlush", CRGBA(0xFF, 0xF0, 0xF5)), - CNameToCol("LawnGreen", CRGBA(0x7C, 0xFC, 0x00)), - CNameToCol("LemonChiffon", CRGBA(0xFF, 0xFA, 0xCD)), - CNameToCol("LightBlue", CRGBA(0xAD, 0xD8, 0xE6)), - CNameToCol("LightCoral", CRGBA(0xF0, 0x80, 0x80)), - CNameToCol("LightCyan", CRGBA(0xE0, 0xFF, 0xFF)), - CNameToCol("LightGoldenRodYellow", CRGBA(0xFA, 0xFA, 0xD2)), - CNameToCol("LightGrey", CRGBA(0xD3, 0xD3, 0xD3)), - CNameToCol("LightGreen", CRGBA(0x90, 0xEE, 0x90)), - CNameToCol("LightPink", CRGBA(0xFF, 0xB6, 0xC1)), - CNameToCol("LightSalmon", CRGBA(0xFF, 0xA0, 0x7A)), - CNameToCol("LightSeaGreen", CRGBA(0x20, 0xB2, 0xAA)), - CNameToCol("LightSkyBlue", CRGBA(0x87, 0xCE, 0xFA)), - CNameToCol("LightSlateBlue", CRGBA(0x84, 0x70, 0xFF)), - CNameToCol("LightSlateGray", CRGBA(0x77, 0x88, 0x99)), - CNameToCol("LightSteelBlue", CRGBA(0xB0, 0xC4, 0xDE)), - CNameToCol("LightYellow", CRGBA(0xFF, 0xFF, 0xE0)), - CNameToCol("Lime", CRGBA(0x00, 0xFF, 0x00)), - CNameToCol("LimeGreen", CRGBA(0x32, 0xCD, 0x32)), - CNameToCol("Linen", CRGBA(0xFA, 0xF0, 0xE6)), - CNameToCol("Magenta", CRGBA(0xFF, 0x00, 0xFF)), - CNameToCol("Maroon", CRGBA(0x80, 0x00, 0x00)), - CNameToCol("MediumAquaMarine", CRGBA(0x66, 0xCD, 0xAA)), - CNameToCol("MediumBlue", CRGBA(0x00, 0x00, 0xCD)), - CNameToCol("MediumOrchid", CRGBA(0xBA, 0x55, 0xD3)), - CNameToCol("MediumPurple", CRGBA(0x93, 0x70, 0xD8)), - CNameToCol("MediumSeaGreen", CRGBA(0x3C, 0xB3, 0x71)), - CNameToCol("MediumSlateBlue", CRGBA(0x7B, 0x68, 0xEE)), - CNameToCol("MediumSpringGreen", CRGBA(0x00, 0xFA, 0x9A)), - CNameToCol("MediumTurquoise", CRGBA(0x48, 0xD1, 0xCC)), - CNameToCol("MediumVioletRed", CRGBA(0xC7, 0x15, 0x85)), - CNameToCol("MidnightBlue", CRGBA(0x19, 0x19, 0x70)), - CNameToCol("MintCream", CRGBA(0xF5, 0xFF, 0xFA)), - CNameToCol("MistyRose", CRGBA(0xFF, 0xE4, 0xE1)), - CNameToCol("Moccasin", CRGBA(0xFF, 0xE4, 0xB5)), - CNameToCol("NavajoWhite", CRGBA(0xFF, 0xDE, 0xAD)), - CNameToCol("Navy", CRGBA(0x00, 0x00, 0x80)), - CNameToCol("OldLace", CRGBA(0xFD, 0xF5, 0xE6)), - CNameToCol("Olive", CRGBA(0x80, 0x80, 0x00)), - CNameToCol("OliveDrab", CRGBA(0x6B, 0x8E, 0x23)), - CNameToCol("Orange", CRGBA(0xFF, 0xA5, 0x00)), - CNameToCol("OrangeRed", CRGBA(0xFF, 0x45, 0x00)), - CNameToCol("Orchid", CRGBA(0xDA, 0x70, 0xD6)), - CNameToCol("PaleGoldenRod", CRGBA(0xEE, 0xE8, 0xAA)), - CNameToCol("PaleGreen", CRGBA(0x98, 0xFB, 0x98)), - CNameToCol("PaleTurquoise", CRGBA(0xAF, 0xEE, 0xEE)), - CNameToCol("PaleVioletRed", CRGBA(0xD8, 0x70, 0x93)), - CNameToCol("PapayaWhip", CRGBA(0xFF, 0xEF, 0xD5)), - CNameToCol("PeachPuff", CRGBA(0xFF, 0xDA, 0xB9)), - CNameToCol("Peru", CRGBA(0xCD, 0x85, 0x3F)), - CNameToCol("Pink", CRGBA(0xFF, 0xC0, 0xCB)), - CNameToCol("Plum", CRGBA(0xDD, 0xA0, 0xDD)), - CNameToCol("PowderBlue", CRGBA(0xB0, 0xE0, 0xE6)), - CNameToCol("Purple", CRGBA(0x80, 0x00, 0x80)), - CNameToCol("Red", CRGBA(0xFF, 0x00, 0x00)), - CNameToCol("RosyBrown", CRGBA(0xBC, 0x8F, 0x8F)), - CNameToCol("RoyalBlue", CRGBA(0x41, 0x69, 0xE1)), - CNameToCol("SaddleBrown", CRGBA(0x8B, 0x45, 0x13)), - CNameToCol("Salmon", CRGBA(0xFA, 0x80, 0x72)), - CNameToCol("SandyBrown", CRGBA(0xF4, 0xA4, 0x60)), - CNameToCol("SeaGreen", CRGBA(0x2E, 0x8B, 0x57)), - CNameToCol("SeaShell", CRGBA(0xFF, 0xF5, 0xEE)), - CNameToCol("Sienna", CRGBA(0xA0, 0x52, 0x2D)), - CNameToCol("Silver", CRGBA(0xC0, 0xC0, 0xC0)), - CNameToCol("SkyBlue", CRGBA(0x87, 0xCE, 0xEB)), - CNameToCol("SlateBlue", CRGBA(0x6A, 0x5A, 0xCD)), - CNameToCol("SlateGray", CRGBA(0x70, 0x80, 0x90)), - CNameToCol("Snow", CRGBA(0xFF, 0xFA, 0xFA)), - CNameToCol("SpringGreen", CRGBA(0x00, 0xFF, 0x7F)), - CNameToCol("SteelBlue", CRGBA(0x46, 0x82, 0xB4)), - CNameToCol("Tan", CRGBA(0xD2, 0xB4, 0x8C)), - CNameToCol("Teal", CRGBA(0x00, 0x80, 0x80)), - CNameToCol("Thistle", CRGBA(0xD8, 0xBF, 0xD8)), - CNameToCol("Tomato", CRGBA(0xFF, 0x63, 0x47)), - CNameToCol("Turquoise", CRGBA(0x40, 0xE0, 0xD0)), - CNameToCol("Violet", CRGBA(0xEE, 0x82, 0xEE)), - CNameToCol("VioletRed", CRGBA(0xD0, 0x20, 0x90)), - CNameToCol("Wheat", CRGBA(0xF5, 0xDE, 0xB3)), - CNameToCol("White", CRGBA(0xFF, 0xFF, 0xFF)), - CNameToCol("WhiteSmoke", CRGBA(0xF5, 0xF5, 0xF5)), - CNameToCol("Yellow", CRGBA(0xFF, 0xFF, 0x00)), - CNameToCol("YellowGreen", CRGBA(0x9A, 0xCD, 0x32)) - }; - - // scan a color from a HTML form (#rrggbb format) - bool scanHTMLColor(const char *src, CRGBA &dest) - { - if (!src || *src == '\0') return false; - if (*src == '#') - { - ++src; - if (strlen(src) == 3 || strlen(src) == 4) - { - bool hasAlpha = (strlen(src) == 4); - // check RGB for valid hex - if (isHexa(src[0]) && isHexa(src[1]) && isHexa(src[2])) - { - // check optional A for valid hex - if (hasAlpha && !isHexa(src[3])) return false; - - dest.R = convertHexa(src[0]); - dest.G = convertHexa(src[1]); - dest.B = convertHexa(src[2]); - - dest.R = dest.R << 4 | dest.R; - dest.G = dest.G << 4 | dest.G; - dest.B = dest.B << 4 | dest.B; - - if (hasAlpha) - { - dest.A = convertHexa(src[3]); - dest.A = dest.A << 4 | dest.A; - } - else - dest.A = 255; - - return true; - } - - return false; - } - - CRGBA result; - src = scanColorComponent(src, result.R); if (!src) return false; - src = scanColorComponent(src, result.G); if (!src) return false; - src = scanColorComponent(src, result.B); if (!src) return false; - src = scanColorComponent(src, result.A); - if (!src) - { - // Alpha is optional - result.A = 255; - } - dest = result; - return true; - } - - if (strnicmp(src, "rgb(", 4) == 0 || strnicmp(src, "rgba(", 5) == 0) - { - src += 4; - if (*src == '(') src++; - - vector parts; - NLMISC::splitString(src, ",", parts); - if (parts.size() >= 3) - { - CRGBA result; - sint tmpv; - float tmpf; - - // R - if (getPercentage(tmpv, tmpf, parts[0].c_str())) tmpv = 255 * tmpf; - clamp(tmpv, 0, 255); - result.R = tmpv; - - // G - if (getPercentage(tmpv, tmpf, parts[1].c_str())) tmpv = 255 * tmpf; - clamp(tmpv, 0, 255); - result.G = tmpv; - - // B - if (getPercentage(tmpv, tmpf, parts[2].c_str())) tmpv = 255 * tmpf; - clamp(tmpv, 0, 255); - result.B = tmpv; - - // A - if (parts.size() == 4) - { - if (!fromString(parts[3], tmpf)) return false; - if (parts[3].find_first_of("%") != std::string::npos) - tmpf /= 100; - - tmpv = 255 * tmpf; - clamp(tmpv, 0, 255); - result.A = tmpv; - } - else - result.A = 255; - - dest = result; - return true; - } - - return false; - } - - if (strnicmp(src, "hsl(", 4) == 0 || strnicmp(src, "hsla(", 5) == 0) - { - src += 4; - if (*src == '(') src++; - - vector parts; - NLMISC::splitString(src, ",", parts); - if (parts.size() >= 3) - { - sint tmpv; - float h, s, l; - // hue - if (!fromString(parts[0], tmpv)) return false; - tmpv = ((tmpv % 360) + 360) % 360; - h = (float) tmpv / 360.0f; - - // saturation - if (!getPercentage(tmpv, s, parts[1].c_str())) return false; - clamp(s, 0.0f, 1.0f); - - // lightness - if (!getPercentage(tmpv, l, parts[2].c_str())) return false; - clamp(l, 0.0f, 1.0f); - - CRGBA result; - hslToRgb(h, s, l, result); - - // A - if (parts.size() == 4) - { - float tmpf; - if (!fromString(parts[3], tmpf)) return false; - if (parts[3].find_first_of("%") != std::string::npos) - tmpf /= 100; - clamp(tmpf, 0.0f, 1.0f); - result.A = 255 * tmpf; - } - - dest = result; - return true; - } - - return false; - } - - { - // slow but should suffice for now - for(uint k = 0; k < sizeofarray(htmlColorNameToRGBA); ++k) - { - if (nlstricmp(src, htmlColorNameToRGBA[k].Name) == 0) - { - dest = htmlColorNameToRGBA[k].Color; - return true; - } - } - return false; - } - } - - // *************************************************************************** - - void CGroupHTML::beginElement (uint element_number, const std::vector &present, const std::vector &value) - { - if (_Browsing) - { - // Paragraph ? - switch(element_number) - { - case HTML_HEAD: - _ReadingHeadTag = !_IgnoreHeadTag; - _IgnoreHeadTag = true; - break; - case HTML_BASE: - if (_ReadingHeadTag && !_IgnoreBaseUrlTag) - { - if (present[HTML_BASE_HREF] && value[HTML_BASE_HREF]) - { - CUrlParser uri(value[HTML_BASE_HREF]); - if (uri.isAbsolute()) - { - _URL = uri.toString(); - _IgnoreBaseUrlTag = true; - } - } - } - break; - case HTML_META: - if (_ReadingHeadTag) - { - bool httpEquiv = present[HTML_META_HTTP_EQUIV] && value[HTML_META_HTTP_EQUIV]; - bool httpContent = present[HTML_META_CONTENT] && value[HTML_META_CONTENT]; - if (httpEquiv && httpContent) - { - // only first http-equiv="refresh" should be handled - if (_RefreshUrl.empty() && toLower(value[HTML_META_HTTP_EQUIV]) == "refresh") - { - const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes(); - double timeSec = times.thisFrameMs / 1000.0f; - string content(value[HTML_META_CONTENT]); - - string::size_type pos = content.find_first_of(";"); - if (pos == string::npos) - { - fromString(content, _NextRefreshTime); - _RefreshUrl = _URL; - } - else - { - fromString(content.substr(0, pos), _NextRefreshTime); - - pos = toLower(content).find("url="); - if (pos != string::npos) - _RefreshUrl = getAbsoluteUrl(content.substr(pos + 4)); - } - - _NextRefreshTime += timeSec; - } - } - } - break; - case HTML_A: - { - registerAnchorName(MY_HTML_A); - - CStyleParams style; - style.FontFamily = getFontFamily(); - style.FontSize = getFontSize(); - style.TextColor = LinkColor; - style.Underlined = true; - style.StrikeThrough = getFontStrikeThrough(); -<<<<<<< HEAD -======= - style.GlobalColor = LinkColorGlobalColor; ->>>>>>> ryzomcore - - if (present[HTML_A_STYLE] && value[HTML_A_STYLE]) - getStyleParams(value[HTML_A_STYLE], style); - - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _TextColor.push_back(style.TextColor); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); -<<<<<<< HEAD - _GlobalColor.push_back(LinkColorGlobalColor); -======= - _GlobalColor.push_back(style.GlobalColor); ->>>>>>> ryzomcore - _A.push_back(true); - _Link.push_back (""); - _LinkTitle.push_back(""); - _LinkClass.push_back(""); - - // #fragment works with both ID and NAME so register both - if (present[MY_HTML_A_NAME] && value[MY_HTML_A_NAME]) - _AnchorName.push_back(value[MY_HTML_A_NAME]); - if (present[MY_HTML_A_TITLE] && value[MY_HTML_A_TITLE]) - _LinkTitle.back() = value[MY_HTML_A_TITLE]; - if (present[MY_HTML_A_CLASS] && value[MY_HTML_A_CLASS]) - _LinkClass.back() = value[MY_HTML_A_CLASS]; - if (present[MY_HTML_A_HREF] && value[MY_HTML_A_HREF]) - { - string suri = value[MY_HTML_A_HREF]; - if(suri.find("ah:") == 0) - { - if (_TrustedDomain) - _Link.back() = suri; - } - else if (_TrustedDomain && suri[0] == '#' && _LuaHrefHack) - { - // Direct url (hack for lua beginElement) - _Link.back() = suri.substr(1); - } - else - { - // convert href from "?key=val" into "http://domain.com/?key=val" - _Link.back() = getAbsoluteUrl(suri); - } - } - } - break; - case HTML_DIV: - { - _BlockLevelElement.push_back(true); - registerAnchorName(MY_HTML_DIV); - - if (present[MY_HTML_DIV_NAME] && value[MY_HTML_DIV_NAME]) - _DivName = value[MY_HTML_DIV_NAME]; - - string instClass; - if (present[MY_HTML_DIV_CLASS] && value[MY_HTML_DIV_CLASS]) - instClass = value[MY_HTML_DIV_CLASS]; - - // use generic template system - if (_TrustedDomain && !instClass.empty() && instClass == "ryzom-ui-grouptemplate") - { - string id; - if (present[MY_HTML_DIV_ID] && value[MY_HTML_DIV_ID]) - id = value[MY_HTML_DIV_ID]; - - string style; - if (present[MY_HTML_DIV_STYLE] && value[MY_HTML_DIV_STYLE]) - style = value[MY_HTML_DIV_STYLE]; - - typedef pair TTmplParam; - vector tmplParams; - - string templateName; - if (!style.empty()) - { - TStyle styles = parseStyle(style); - TStyle::iterator it; - for (it=styles.begin(); it != styles.end(); it++) - { - if ((*it).first == "template") - templateName = (*it).second; - else - tmplParams.push_back(TTmplParam((*it).first, (*it).second)); - } - } - - if (!templateName.empty()) - { - string parentId; - bool haveParentDiv = getDiv() != NULL; - if (haveParentDiv) - parentId = getDiv()->getId(); - else - { - if (!_Paragraph) - newParagraph (0); - - parentId = _Paragraph->getId(); - } - - CInterfaceGroup *inst = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName, parentId+":"+id, tmplParams); - if (inst) - { - inst->setId(parentId+":"+id); - inst->updateCoords(); - if (haveParentDiv) - { - inst->setParent(getDiv()); - inst->setParentSize(getDiv()); - inst->setParentPos(getDiv()); - inst->setPosRef(Hotspot_TL); - inst->setParentPosRef(Hotspot_TL); - getDiv()->addGroup(inst); - - _BlockLevelElement.back() = false; - } - else - { - getParagraph()->addChild(inst); - paragraphChange(); - } - _Divs.push_back(inst); - } - } - } - - if (isBlockLevelElement()) - { - newParagraph(0); - } - } - break; - case HTML_FONT: - { - bool found = false; - if (present[HTML_FONT_COLOR] && value[HTML_FONT_COLOR]) - { - CRGBA color; - if (scanHTMLColor(value[HTML_FONT_COLOR], color)) - { - _TextColor.push_back(color); - found = true; - } - } - if (!found) - { - _TextColor.push_back(_TextColor.empty() ? CRGBA::White : _TextColor.back()); - } - - if (present[HTML_FONT_SIZE] && value[HTML_FONT_SIZE]) - { - uint fontsize; - fromString(value[HTML_FONT_SIZE], fontsize); - _FontSize.push_back(fontsize); - } - else - { - _FontSize.push_back(_FontSize.empty() ? TextFontSize : _FontSize.back()); - } - } - break; - case HTML_BR: -<<<<<<< HEAD - addString(ucstring ("\n")); -======= - { - endParagraph(); - - // insert zero-width-space (0x200B) to prevent removal of empty lines - ucstring tmp; - tmp.fromUtf8("\xe2\x80\x8b"); - addString(tmp); - } ->>>>>>> ryzomcore - break; - case HTML_BODY: - { - if (present[HTML_BODY_BGCOLOR] && value[HTML_BODY_BGCOLOR]) - { - CRGBA bgColor; - if (scanHTMLColor(value[HTML_BODY_BGCOLOR], bgColor)) - setBackgroundColor (bgColor); - } - - string style; - if (present[HTML_BODY_STYLE] && value[HTML_BODY_STYLE]) - style = value[HTML_BODY_STYLE]; - - - if (!style.empty()) - { - TStyle styles = parseStyle(style); - TStyle::iterator it; - - it = styles.find("background-repeat"); - bool repeat = (it != styles.end() && it->second == "1"); - - // Webig only - it = styles.find("background-scale"); - bool scale = (it != styles.end() && it->second == "1"); - - it = styles.find("background-image"); - if (it != styles.end()) - { - string image = it->second; - string::size_type texExt = toLower(image).find("url("); - // Url image - if (texExt != string::npos) - // Remove url() - image = image.substr(4, image.size()-5); - setBackground (image, scale, repeat); - } - } - } - break; - case HTML_FORM: - { - // Build the form - CGroupHTML::CForm form; - - // Get the action name - if (present[HTML_FORM_ACTION] && value[HTML_FORM_ACTION]) - { - form.Action = getAbsoluteUrl(string(value[HTML_FORM_ACTION])); - } - else - { - form.Action = _URL; - } - _Forms.push_back(form); - } - break; - case HTML_H1: - registerAnchorName(MY_HTML_H1); - newParagraph(PBeginSpace); - _FontSize.push_back(H1FontSize); - _TextColor.push_back(H1Color); - _GlobalColor.push_back(H1ColorGlobalColor); - break; - case HTML_H2: - registerAnchorName(MY_HTML_H2); - newParagraph(PBeginSpace); - _FontSize.push_back(H2FontSize); - _TextColor.push_back(H2Color); - _GlobalColor.push_back(H2ColorGlobalColor); - break; - case HTML_H3: - registerAnchorName(MY_HTML_H3); - newParagraph(PBeginSpace); - _FontSize.push_back(H3FontSize); - _TextColor.push_back(H3Color); - _GlobalColor.push_back(H3ColorGlobalColor); - break; - case HTML_H4: - registerAnchorName(MY_HTML_H4); - newParagraph(PBeginSpace); - _FontSize.push_back(H4FontSize); - _TextColor.push_back(H4Color); - _GlobalColor.push_back(H4ColorGlobalColor); - break; - case HTML_H5: - registerAnchorName(MY_HTML_H5); - newParagraph(PBeginSpace); - _FontSize.push_back(H5FontSize); - _TextColor.push_back(H5Color); - _GlobalColor.push_back(H5ColorGlobalColor); - break; - case HTML_H6: - registerAnchorName(MY_HTML_H6); - newParagraph(PBeginSpace); - _FontSize.push_back(H6FontSize); - _TextColor.push_back(H6Color); - _GlobalColor.push_back(H6ColorGlobalColor); - break; - case HTML_IMG: - { - // Get the string name - if (present[MY_HTML_IMG_SRC] && value[MY_HTML_IMG_SRC]) - { - CStyleParams style; - float tmpf; - - if (present[MY_HTML_IMG_WIDTH] && value[MY_HTML_IMG_WIDTH]) - getPercentage(style.Width, tmpf, value[MY_HTML_IMG_WIDTH]); - if (present[MY_HTML_IMG_HEIGHT] && value[MY_HTML_IMG_HEIGHT]) - getPercentage(style.Height, tmpf, value[MY_HTML_IMG_HEIGHT]); -<<<<<<< HEAD - // width, height from inline css - if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE]) - getStyleParams(value[MY_HTML_IMG_STYLE], style); - - // Get the global color name - bool globalColor = false; - if (present[MY_HTML_IMG_GLOBAL_COLOR]) - globalColor = true; - - if (getA() && getParent () && getParent ()->getParent()) - { - // Tooltip - const char *tooltip = NULL; - if (present[MY_HTML_IMG_ALT] && value[MY_HTML_IMG_ALT]) - tooltip = value[MY_HTML_IMG_ALT]; - - string params = "name=" + getId() + "|url=" + getLink (); - addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], - "", globalColor, "browse", params.c_str(), tooltip, style); -======= - - // Get the global color name - if (present[MY_HTML_IMG_GLOBAL_COLOR]) - style.GlobalColor = true; - - // width, height from inline css - if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE]) - getStyleParams(value[MY_HTML_IMG_STYLE], style); - - // Tooltip - const char *tooltip = NULL; - // keep "alt" attribute for backward compatibility - if (present[MY_HTML_IMG_ALT] && value[MY_HTML_IMG_ALT]) - tooltip = value[MY_HTML_IMG_ALT]; - // tooltip - if (present[MY_HTML_IMG_TITLE] && value[MY_HTML_IMG_TITLE]) - tooltip = value[MY_HTML_IMG_TITLE]; - - // Mouse over image - string overSrc; - if (present[MY_HTML_IMG_DATA_OVER_SRC] && value[MY_HTML_IMG_DATA_OVER_SRC]) - { - overSrc = value[MY_HTML_IMG_DATA_OVER_SRC]; - } - - - if (getA() && getParent () && getParent ()->getParent()) - { - string params = "name=" + getId() + "|url=" + getLink (); - addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], - overSrc, "browse", params.c_str(), tooltip, style); - } - else - if (tooltip || !overSrc.empty()) - { - addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], - overSrc, "", "", tooltip, style); ->>>>>>> ryzomcore - } - else - { - // Get the option to reload (class==reload) - bool reloadImg = false; -<<<<<<< HEAD - -======= - ->>>>>>> ryzomcore - string styleString; - if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE]) - styleString = value[MY_HTML_IMG_STYLE]; - - if (!styleString.empty()) - { - TStyle styles = parseStyle(styleString); - TStyle::iterator it; - - it = styles.find("reload"); - if (it != styles.end() && (*it).second == "1") - reloadImg = true; - } -<<<<<<< HEAD - - addImage (value[MY_HTML_IMG_SRC], globalColor, reloadImg, style); -======= - - addImage (value[MY_HTML_IMG_SRC], reloadImg, style); ->>>>>>> ryzomcore - } - } - } - break; - case HTML_INPUT: - // Got one form ? - if (!(_Forms.empty())) - { - // read general property - string templateName; - string minWidth; - - // Widget template name - if (present[MY_HTML_INPUT_Z_BTN_TMPL] && value[MY_HTML_INPUT_Z_BTN_TMPL]) - templateName = value[MY_HTML_INPUT_Z_BTN_TMPL]; - // Input name is the new - if (present[MY_HTML_INPUT_Z_INPUT_TMPL] && value[MY_HTML_INPUT_Z_INPUT_TMPL]) - templateName = value[MY_HTML_INPUT_Z_INPUT_TMPL]; - // Widget minimal width - if (present[MY_HTML_INPUT_Z_INPUT_WIDTH] && value[MY_HTML_INPUT_Z_INPUT_WIDTH]) - minWidth = value[MY_HTML_INPUT_Z_INPUT_WIDTH]; - - // Get the type - if (present[MY_HTML_INPUT_TYPE] && value[MY_HTML_INPUT_TYPE]) - { -<<<<<<< HEAD - // Global color flag - bool globalColor = false; - if (present[MY_HTML_INPUT_GLOBAL_COLOR]) - globalColor = true; -======= - // by default not inherited, font family defaults to system font - CStyleParams style; - style.TextColor = TextColor; - style.FontSize = TextFontSize; - style.FontWeight = FONT_WEIGHT_NORMAL; - style.FontOblique = false; - - // Global color flag - if (present[MY_HTML_INPUT_GLOBAL_COLOR]) - style.GlobalColor = true; ->>>>>>> ryzomcore - - // Tooltip - const char *tooltip = NULL; - if (present[MY_HTML_INPUT_ALT] && value[MY_HTML_INPUT_ALT]) - tooltip = value[MY_HTML_INPUT_ALT]; - -<<<<<<< HEAD - // by default not inherited, font family defaults to system font - CStyleParams style; - style.TextColor = TextColor; - style.FontSize = TextFontSize; - style.FontWeight = FONT_WEIGHT_NORMAL; - style.FontOblique = false; - -======= ->>>>>>> ryzomcore - if (present[MY_HTML_INPUT_STYLE] && value[MY_HTML_INPUT_STYLE]) - getStyleParams(value[MY_HTML_INPUT_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - - string type = toLower(value[MY_HTML_INPUT_TYPE]); - if (type == "image") - { - // The submit button - string name; - string normal; - string pushed; - string over; - if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME]) - name = value[MY_HTML_INPUT_NAME]; - if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC]) - normal = value[MY_HTML_INPUT_SRC]; - - // Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name" - string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=image"; - - // Add the ctrl button - addButton (CCtrlButton::PushButton, name, normal, pushed.empty()?normal:pushed, over, -<<<<<<< HEAD - globalColor, "html_submit_form", param.c_str(), tooltip, style); -======= - "html_submit_form", param.c_str(), tooltip, style); ->>>>>>> ryzomcore - } - if (type == "button" || type == "submit") - { - // The submit button - string name; - string text; - string normal; - string pushed; - string over; - - string buttonTemplate(!templateName.empty() ? templateName : DefaultButtonGroup ); - if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME]) - name = value[MY_HTML_INPUT_NAME]; - if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC]) - normal = value[MY_HTML_INPUT_SRC]; - if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE]) - text = value[MY_HTML_INPUT_VALUE]; - - // Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name" - string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=submit"; - if (!text.empty()) - { - // escape AH param separator - string tmp = text; - while(NLMISC::strFindReplace(tmp, "|", "|")) - ; - param = param + "|submit_button_value=" + tmp; - } - - // Add the ctrl button - if (!_Paragraph) - { - newParagraph (0); - paragraphChange (); - } - - typedef pair TTmplParam; - vector tmplParams; - tmplParams.push_back(TTmplParam("id", name)); - tmplParams.push_back(TTmplParam("onclick", "html_submit_form")); - tmplParams.push_back(TTmplParam("onclick_param", param)); - //tmplParams.push_back(TTmplParam("text", text)); - tmplParams.push_back(TTmplParam("active", "true")); - if (!minWidth.empty()) - tmplParams.push_back(TTmplParam("wmin", minWidth)); - CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams); - if (buttonGroup) - { - - // Add the ctrl button - CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button")); - if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b")); - if (ctrlButton) - { -<<<<<<< HEAD - ctrlButton->setModulateGlobalColorAll (globalColor); -======= - ctrlButton->setModulateGlobalColorAll (style.GlobalColor); ->>>>>>> ryzomcore - - // Translate the tooltip - if (tooltip) - { - if (CI18N::hasTranslation(tooltip)) - { - ctrlButton->setDefaultContextHelp(CI18N::get(tooltip)); - } - else - { - ctrlButton->setDefaultContextHelp(ucstring(tooltip)); - } - } - - ctrlButton->setText(ucstring::makeFromUtf8(text)); - } - getParagraph()->addChild (buttonGroup); - paragraphChange (); - } - } - else if (type == "text") - { - // Get the string name - string name; - ucstring ucValue; - uint size = 120; - uint maxlength = 1024; - if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME]) - name = value[MY_HTML_INPUT_NAME]; - if (present[MY_HTML_INPUT_SIZE] && value[MY_HTML_INPUT_SIZE]) - fromString(value[MY_HTML_INPUT_SIZE], size); - if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE]) - ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]); - if (present[MY_HTML_INPUT_MAXLENGTH] && value[MY_HTML_INPUT_MAXLENGTH]) - fromString(value[MY_HTML_INPUT_MAXLENGTH], maxlength); - - string textTemplate(!templateName.empty() ? templateName : DefaultFormTextGroup); - // Add the editbox - CInterfaceGroup *textArea = addTextArea (textTemplate, name.c_str (), 1, size/12, false, ucValue, maxlength); - if (textArea) - { - // Add the text area to the form - CGroupHTML::CForm::CEntry entry; - entry.Name = name; - entry.TextArea = textArea; - _Forms.back().Entries.push_back (entry); - } - } - else if (type == "checkbox" || type == "radio") - { - CCtrlButton::EType btnType; - string name; - string normal; - string pushed; - string over; - ucstring ucValue = ucstring("on"); - bool checked = false; - - if (type == "radio") - { - btnType = CCtrlButton::RadioButton; - normal = DefaultRadioButtonBitmapNormal; - pushed = DefaultRadioButtonBitmapPushed; - over = DefaultRadioButtonBitmapOver; - } - else - { - btnType = CCtrlButton::ToggleButton; - normal = DefaultCheckBoxBitmapNormal; - pushed = DefaultCheckBoxBitmapPushed; - over = DefaultCheckBoxBitmapOver; - } - - if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME]) - name = value[MY_HTML_INPUT_NAME]; - if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC]) - normal = value[MY_HTML_INPUT_SRC]; - if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE]) - ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]); - checked = (present[MY_HTML_INPUT_CHECKED] && value[MY_HTML_INPUT_CHECKED]); - - // Add the ctrl button -<<<<<<< HEAD - CCtrlButton *checkbox = addButton (btnType, name, normal, pushed, over, - globalColor, "", "", tooltip); -======= - CCtrlButton *checkbox = addButton (btnType, name, normal, pushed, over, "", "", tooltip, style); ->>>>>>> ryzomcore - if (checkbox) - { - if (btnType == CCtrlButton::RadioButton) - { - // group together buttons with same name - CForm &form = _Forms.back(); - bool notfound = true; - for (uint i=0; igetType() == CCtrlButton::RadioButton) - { - checkbox->initRBRefFromRadioButton(form.Entries[i].Checkbox); - notfound = false; - break; - } - } - if (notfound) - { - // this will start a new group (initRBRef() would take first button in group container otherwise) - checkbox->initRBRefFromRadioButton(checkbox); - } - } - - checkbox->setPushed (checked); - - // Add the button to the form - CGroupHTML::CForm::CEntry entry; - entry.Name = name; - entry.Value = decodeHTMLEntities(ucValue); - entry.Checkbox = checkbox; - _Forms.back().Entries.push_back (entry); - } - } - else if (type == "hidden") - { - if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME]) - { - // Get the name - string name = value[MY_HTML_INPUT_NAME]; - - // Get the value - ucstring ucValue; - if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE]) - ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]); - - // Add an entry - CGroupHTML::CForm::CEntry entry; - entry.Name = name; - entry.Value = decodeHTMLEntities(ucValue); - _Forms.back().Entries.push_back (entry); - } - } - - popIfNotEmpty(_FontFamily); - popIfNotEmpty(_FontSize); - popIfNotEmpty(_TextColor); - popIfNotEmpty(_FontWeight); - popIfNotEmpty(_FontOblique); - } - } - break; - case HTML_SELECT: - if (!(_Forms.empty())) - { - CStyleParams style; - - // A select box - string name; - bool multiple = false; - sint32 size = 0; - - if (present[HTML_SELECT_NAME] && value[HTML_SELECT_NAME]) - name = value[HTML_SELECT_NAME]; - if (present[HTML_SELECT_SIZE] && value[HTML_SELECT_SIZE]) - fromString(value[HTML_SELECT_SIZE], size); - if (present[HTML_SELECT_MULTIPLE] && value[HTML_SELECT_MULTIPLE]) - multiple = true; - if (present[HTML_SELECT_STYLE] && value[HTML_SELECT_STYLE]) - getStyleParams(value[HTML_SELECT_STYLE], style); - - CGroupHTML::CForm::CEntry entry; - entry.Name = name; - entry.sbMultiple = multiple; - if (size > 1 || multiple) - { - entry.InitialSelection = -1; - CGroupMenu *sb = addSelectBox(DefaultFormSelectBoxMenuGroup, name.c_str()); - if (sb) - { - if (size < 1) - size = 4; - - if (style.Width > -1) - sb->setMinW(style.Width); - - if (style.Height > -1) - sb->setMinH(style.Height); - - sb->setMaxVisibleLine(size); - } - - entry.SelectBox = sb; - } - else - { - CDBGroupComboBox *cb = addComboBox(DefaultFormSelectGroup, name.c_str()); - entry.ComboBox = cb; - } - _Forms.back().Entries.push_back (entry); - } - break; - case HTML_OPTION: - // Got one form ? - if (!(_Forms.empty())) - { - if (!_Forms.back().Entries.empty()) - { - // clear the option string - _SelectOptionStr.clear(); - - std::string optionValue; - if (present[HTML_OPTION_VALUE] && value[HTML_OPTION_VALUE]) - optionValue = value[HTML_OPTION_VALUE]; - _Forms.back().Entries.back().SelectValues.push_back(optionValue); - - if (present[HTML_OPTION_SELECTED]) - _Forms.back().Entries.back().InitialSelection = (sint)_Forms.back().Entries.back().SelectValues.size() - 1; - if (present[HTML_OPTION_DISABLED]) - _Forms.back().Entries.back().sbOptionDisabled = (sint)_Forms.back().Entries.back().SelectValues.size() - 1; - } - } - _SelectOption = true; - break; - case HTML_LI: - if (!_UL.empty()) - { - // UL, OL top margin if this is the first LI - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - - // OL list index can be overridden by
  • attribute - if (present[HTML_LI_VALUE] && value[HTML_LI_VALUE]) - fromString(value[HTML_LI_VALUE], _UL.back().Value); - - ucstring str; - str.fromUtf8(_UL.back().getListMarkerText()); - addString (str); - - sint32 indent = LIIndent; - // list-style-type: outside - if (_CurrentViewLink) -<<<<<<< HEAD - indent -= _CurrentViewLink->getMaxUsedW(); - getParagraph()->setFirstViewIndent(indent); -======= - { - getParagraph()->setFirstViewIndent(-_CurrentViewLink->getMaxUsedW()); - } ->>>>>>> ryzomcore - - flushString (); - - _UL.back().Value++; - } - break; - case HTML_P: - newParagraph(PBeginSpace); - break; - case HTML_PRE: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = "monospace"; - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); - - if (present[HTML_PRE_STYLE] && value[HTML_PRE_STYLE]) - getStyleParams(value[HTML_PRE_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); - - _PRE.push_back(true); - } - break; - case HTML_TABLE: - { - registerAnchorName(MY_HTML_TABLE); - - // Get cells parameters - getCellsParameters (MY_HTML_TABLE, false); - - CGroupTable *table = new CGroupTable(TCtorParam()); - table->BgColor = _CellParams.back().BgColor; - - if (present[MY_HTML_TABLE_WIDTH] && value[MY_HTML_TABLE_WIDTH]) - getPercentage (table->ForceWidthMin, table->TableRatio, value[MY_HTML_TABLE_WIDTH]); - if (present[MY_HTML_TABLE_BORDER] && value[MY_HTML_TABLE_BORDER]) - fromString(value[MY_HTML_TABLE_BORDER], table->Border); - if (present[MY_HTML_TABLE_BORDERCOLOR] && value[MY_HTML_TABLE_BORDERCOLOR]) - scanHTMLColor(value[MY_HTML_TABLE_BORDERCOLOR], table->BorderColor); - if (present[MY_HTML_TABLE_CELLSPACING] && value[MY_HTML_TABLE_CELLSPACING]) - fromString(value[MY_HTML_TABLE_CELLSPACING], table->CellSpacing); - if (present[MY_HTML_TABLE_CELLPADDING] && value[MY_HTML_TABLE_CELLPADDING]) - fromString(value[MY_HTML_TABLE_CELLPADDING], table->CellPadding); - -<<<<<<< HEAD - // Table must fit the container size - -======= - table->setMarginLeft(getIndent()); ->>>>>>> ryzomcore - addHtmlGroup (table, 0); - - _Tables.push_back(table); - - // Add a cell pointer - _Cells.push_back(NULL); - _TR.push_back(false); -<<<<<<< HEAD -======= - _Indent.push_back(0); ->>>>>>> ryzomcore - } - break; - case HTML_TH: - // TH is similar to TD, just different font style - case HTML_TD: - { - // Get cells parameters - getCellsParameters (MY_HTML_TD, true); - - if (element_number == HTML_TH) - { - _FontWeight.push_back(FONT_WEIGHT_BOLD); - // center if not specified otherwise. TD/TH present/value arrays have same indices - if (!(present[MY_HTML_TD_ALIGN] && value[MY_HTML_TD_ALIGN])) - _CellParams.back().Align = CGroupCell::Center; - } - - CGroupTable *table = getTable(); - if (table) - { - if (!_Cells.empty()) - { - _Cells.back() = new CGroupCell(CViewBase::TCtorParam()); - string style; - if (present[MY_HTML_TD_STYLE] && value[MY_HTML_TD_STYLE]) - style = value[MY_HTML_TD_STYLE]; - - // Set the cell parameters - if (!style.empty()) - { - TStyle styles = parseStyle(style); - TStyle::iterator it; - - it = styles.find("background-repeat"); - _Cells.back()->setTextureTile(it != styles.end()); - - // Webig only - it = styles.find("background-scale"); - _Cells.back()->setTextureScale(it != styles.end()); - - it = styles.find("background-image"); - if (it != styles.end()) - { - string image = (*it).second; - string::size_type texExt = toLower(image).find("url("); - // Url image - if (texExt != string::npos) - { - // Remove url() - image = image.substr(4, image.size()-5); - addImageDownload(image, _Cells.back()); - // Image in BNP - } - else - { - _Cells.back()->setTexture(image); - } - } - } - - if (present[MY_HTML_TD_COLSPAN] && value[MY_HTML_TD_COLSPAN]) - fromString(value[MY_HTML_TD_COLSPAN], _Cells.back()->ColSpan); - if (present[MY_HTML_TD_ROWSPAN] && value[MY_HTML_TD_ROWSPAN]) - fromString(value[MY_HTML_TD_ROWSPAN], _Cells.back()->RowSpan); - - _Cells.back()->BgColor = _CellParams.back().BgColor; - _Cells.back()->Align = _CellParams.back().Align; - _Cells.back()->VAlign = _CellParams.back().VAlign; - _Cells.back()->LeftMargin = _CellParams.back().LeftMargin; - _Cells.back()->NoWrap = _CellParams.back().NoWrap; - _Cells.back()->ColSpan = std::max(1, _Cells.back()->ColSpan); - _Cells.back()->RowSpan = std::max(1, _Cells.back()->RowSpan); - - float temp; - if (present[MY_HTML_TD_WIDTH] && value[MY_HTML_TD_WIDTH]) - getPercentage (_Cells.back()->WidthWanted, _Cells.back()->TableRatio, value[MY_HTML_TD_WIDTH]); - if (present[MY_HTML_TD_HEIGHT] && value[MY_HTML_TD_HEIGHT]) - getPercentage (_Cells.back()->Height, temp, value[MY_HTML_TD_HEIGHT]); - - _Cells.back()->NewLine = getTR(); - table->addChild (_Cells.back()); -<<<<<<< HEAD - newParagraph(TDBeginSpace); -======= - - // reusing indent pushed by table - _Indent.back() = 0; - - newParagraph(TDBeginSpace); - // indent is already 0, getParagraph()->setMarginLeft(0); // maybe setIndent(0) if LI is using one ->>>>>>> ryzomcore - - // Reset TR flag - if (!_TR.empty()) - _TR.back() = false; - } - } - } - break; - case HTML_TEXTAREA: - _PRE.push_back(true); - - // Got one form ? - if (!(_Forms.empty())) - { - // not inherited by default, font family defaults to system font - CStyleParams style; - style.TextColor = TextColor; - style.FontWeight = FONT_WEIGHT_NORMAL; - style.FontOblique = false; - style.FontSize = TextFontSize; - - if (present[MY_HTML_TEXTAREA_STYLE] && value[MY_HTML_TEXTAREA_STYLE]) - getStyleParams(value[MY_HTML_TEXTAREA_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - - // read general property - string templateName; - - // Widget template name - if (present[MY_HTML_TEXTAREA_Z_INPUT_TMPL] && value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]) - templateName = value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]; - - // Get the string name - _TextAreaName.clear(); - _TextAreaRow = 1; - _TextAreaCols = 10; - _TextAreaContent.clear(); - _TextAreaMaxLength = 1024; - if (present[MY_HTML_TEXTAREA_NAME] && value[MY_HTML_TEXTAREA_NAME]) - _TextAreaName = value[MY_HTML_TEXTAREA_NAME]; - if (present[MY_HTML_TEXTAREA_ROWS] && value[MY_HTML_TEXTAREA_ROWS]) - fromString(value[MY_HTML_TEXTAREA_ROWS], _TextAreaRow); - if (present[MY_HTML_TEXTAREA_COLS] && value[MY_HTML_TEXTAREA_COLS]) - fromString(value[MY_HTML_TEXTAREA_COLS], _TextAreaCols); - if (present[MY_HTML_TEXTAREA_MAXLENGTH] && value[MY_HTML_TEXTAREA_MAXLENGTH]) - fromString(value[MY_HTML_TEXTAREA_MAXLENGTH], _TextAreaMaxLength); - - _TextAreaTemplate = !templateName.empty() ? templateName : DefaultFormTextAreaGroup; - _TextArea = true; - } - break; - case HTML_TITLE: - { - if(!_TitlePrefix.empty()) - _TitleString = _TitlePrefix + " - "; - else - _TitleString.clear(); - _Title = true; - } - break; - case HTML_I: - { - _Localize = true; - } - break; - case HTML_TR: - { - // Get cells parameters - getCellsParameters (MY_HTML_TR, true); - - // Set TR flag - if (!_TR.empty()) - _TR.back() = true; - } - break; - case HTML_UL: - if (_UL.empty()) - _UL.push_back(HTMLOListElement(1, "disc")); - else if (_UL.size() == 1) - _UL.push_back(HTMLOListElement(1, "circle")); - else - _UL.push_back(HTMLOListElement(1, "square")); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; -<<<<<<< HEAD - _Indent += ULIndent; -======= - _Indent.push_back(getIndent() + ULIndent); ->>>>>>> ryzomcore - endParagraph(); - break; - case HTML_OBJECT: - _ObjectType.clear(); - _ObjectData.clear(); - _ObjectMD5Sum.clear(); - _ObjectAction.clear(); - if (present[HTML_OBJECT_TYPE] && value[HTML_OBJECT_TYPE]) - _ObjectType = value[HTML_OBJECT_TYPE]; - if (present[HTML_OBJECT_DATA] && value[HTML_OBJECT_DATA]) - _ObjectData = value[HTML_OBJECT_DATA]; - if (present[HTML_OBJECT_ID] && value[HTML_OBJECT_ID]) - _ObjectMD5Sum = value[HTML_OBJECT_ID]; - if (present[HTML_OBJECT_STANDBY] && value[HTML_OBJECT_STANDBY]) - _ObjectAction = value[HTML_OBJECT_STANDBY]; - _Object = true; - - break; - case HTML_SPAN: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = getFontFamily(); - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); -<<<<<<< HEAD -======= - style.GlobalColor = getGlobalColor(); ->>>>>>> ryzomcore - - if (present[MY_HTML_SPAN_STYLE] && value[MY_HTML_SPAN_STYLE]) - getStyleParams(value[MY_HTML_SPAN_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); -<<<<<<< HEAD -======= - _GlobalColor.push_back(style.GlobalColor); ->>>>>>> ryzomcore - } - break; - case HTML_DEL: - _FontStrikeThrough.push_back(true); - break; - case HTML_U: - _FontUnderlined.push_back(true); - break; - case HTML_EM: - _FontOblique.push_back(true); - break; - case HTML_STRONG: - _FontWeight.push_back(FONT_WEIGHT_BOLD); - break; - case HTML_SMALL: - _FontSize.push_back(getFontSizeSmaller()); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = true; - break; - case HTML_DL: - _DL.push_back(HTMLDListElement()); - _LI = _DL.size() > 1 || !_UL.empty(); - endParagraph(); - break; - case HTML_DT: - if (!_DL.empty()) - { -<<<<<<< HEAD -======= - // close DT if still open - if (_DL.back().DD) - { - _DL.back().DD = false; - popIfNotEmpty(_Indent); - } - ->>>>>>> ryzomcore - // see if this is the first
    , closing tag not required - if (!_DL.back().DT) - { - _DL.back().DT = true; - _FontWeight.push_back(FONT_WEIGHT_BOLD); - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // if there was no closing tag for
    , then remove
    style - if (_DL.back().DT) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - - if (!_DL.back().DD) - { -<<<<<<< HEAD - _Indent += ULIndent; - _DL.back().DD = true; -======= - _DL.back().DD = true; - _Indent.push_back(getIndent() + ULIndent); ->>>>>>> ryzomcore - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_OL: - { - sint32 start = 1; - std::string type("1"); - - if (present[HTML_OL_START] && value[HTML_OL_START]) - fromString(value[HTML_OL_START], start); - if (present[HTML_OL_TYPE] && value[HTML_OL_TYPE]) - type = value[HTML_OL_TYPE]; - - _UL.push_back(HTMLOListElement(start, type)); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; -<<<<<<< HEAD - _Indent += ULIndent; -======= - _Indent.push_back(getIndent() + ULIndent); ->>>>>>> ryzomcore - endParagraph(); - } - break; - case HTML_HR: - { - newParagraph(0); - - CInterfaceGroup *sep = CWidgetManager::getInstance()->getParser()->createGroupInstance("html_hr", "", NULL, 0); - if (sep) - { - CStyleParams style; - style.TextColor = CRGBA(120, 120, 120, 255); - style.Height = 0; - style.Width = 0; - - if (present[HTML_HR_STYLE] && value[HTML_HR_STYLE]) - getStyleParams(value[HTML_HR_STYLE], style); - - CViewBitmap *bitmap = dynamic_cast(sep->getView("hr")); - if (bitmap) - { - bitmap->setColor(style.TextColor); - if (style.Width > 0) - { - clamp(style.Width, 1, 32000); - bitmap->setW(style.Width); - bitmap->setSizeRef(CInterfaceElement::none); - } - if (style.Height > 0) - { - clamp(style.Height, 1, 1000); - bitmap->setH(style.Height); - } - } - - getParagraph()->addChild(sep); - endParagraph(); - } - } - break; - } - } - } - - // *************************************************************************** - - void CGroupHTML::endElement (uint element_number) - { - if (_Browsing) - { - // Paragraph ? - switch(element_number) - { - case HTML_HEAD: - _ReadingHeadTag = false; - break; - case HTML_FONT: - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontSize); - break; - case HTML_A: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_GlobalColor); - popIfNotEmpty (_A); - popIfNotEmpty (_Link); - popIfNotEmpty (_LinkTitle); - popIfNotEmpty (_LinkClass); - break; - case HTML_H1: - case HTML_H2: - case HTML_H3: - case HTML_H4: - case HTML_H5: - case HTML_H6: - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_GlobalColor); - endParagraph(); - break; - case HTML_P: - endParagraph(); - break; - case HTML_PRE: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_PRE); - break; - case HTML_DIV: - if (isBlockLevelElement()) - { - endParagraph(); - } - _DivName.clear(); - popIfNotEmpty (_Divs); - popIfNotEmpty (_BlockLevelElement); - break; - - case HTML_TABLE: - popIfNotEmpty (_CellParams); - popIfNotEmpty (_TR); - popIfNotEmpty (_Cells); - popIfNotEmpty (_Tables); -<<<<<<< HEAD -======= - popIfNotEmpty (_Indent); ->>>>>>> ryzomcore - endParagraph(); - // Add a cell - break; - case HTML_TH: - popIfNotEmpty (_FontWeight); - // no break; - case HTML_TD: - popIfNotEmpty (_CellParams); - if (!_Cells.empty()) - _Cells.back() = NULL; - break; - case HTML_TR: - popIfNotEmpty (_CellParams); - break; - case HTML_TEXTAREA: - { - _TextArea = false; - if (!(_Forms.empty())) - { - CInterfaceGroup *textArea = addTextArea (_TextAreaTemplate, _TextAreaName.c_str (), _TextAreaRow, _TextAreaCols, true, _TextAreaContent, _TextAreaMaxLength); - if (textArea) - { - // Add the text area to the form - CGroupHTML::CForm::CEntry entry; - entry.Name = _TextAreaName; - entry.TextArea = textArea; - _Forms.back().Entries.push_back (entry); - } - - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - } - - popIfNotEmpty (_PRE); - } - break; - case HTML_TITLE: - { - _Title = false; - - // Get the parent container - setTitle (_TitleString); - } - break; - case HTML_SELECT: - { - _SelectOption = false; - if (!(_Forms.empty())) - { - if (!_Forms.back().Entries.empty()) - { - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - cb->setSelectionNoTrigger(_Forms.back().Entries.back().InitialSelection); - cb->setW(cb->evalContentWidth() + 16); - } - } - } - } - break; - case HTML_OPTION: - if (!(_Forms.empty()) && !(_Forms.back().Entries.empty())) - { - // insert the parsed text into the select control - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - uint lineIndex = cb->getNumTexts(); - cb->addText(_SelectOptionStr); - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - cb->setGrayed(lineIndex, true); - } - } - else - { - CGroupMenu *sb = _Forms.back().Entries.back().SelectBox; - if (sb) - { - uint lineIndex = sb->getNumLine(); - sb->addLine(_SelectOptionStr, "", ""); - - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - sb->setGrayedLine(lineIndex, true); - } - else - { - // create option line checkbox, CGroupMenu is taking ownership of the checbox - CInterfaceGroup *ig = CWidgetManager::getInstance()->getParser()->createGroupInstance("menu_checkbox", "", NULL, 0); - if (ig) - { - CCtrlButton *cb = dynamic_cast(ig->getCtrl("b")); - if (cb) - { - if (_Forms.back().Entries.back().sbMultiple) - { - cb->setType(CCtrlButton::ToggleButton); - cb->setTexture(DefaultCheckBoxBitmapNormal); - cb->setTexturePushed(DefaultCheckBoxBitmapPushed); - cb->setTextureOver(DefaultCheckBoxBitmapOver); - } - else - { - cb->setType(CCtrlButton::RadioButton); - cb->setTexture(DefaultRadioButtonBitmapNormal); - cb->setTexturePushed(DefaultRadioButtonBitmapPushed); - cb->setTextureOver(DefaultRadioButtonBitmapOver); - - if (_Forms.back().Entries.back().sbRBRef == NULL) - _Forms.back().Entries.back().sbRBRef = cb; - - cb->initRBRefFromRadioButton(_Forms.back().Entries.back().sbRBRef); - } - - cb->setPushed(_Forms.back().Entries.back().InitialSelection == lineIndex); - sb->setUserGroupLeft(lineIndex, ig); - } - else - { - nlwarning("Failed to get 'b' element from 'menu_checkbox' template"); - delete ig; - } - } - } - } - } - } - break; - case HTML_I: - { - _Localize = false; - } - break; - case HTML_OL: - case HTML_UL: - if (!_UL.empty()) - { -<<<<<<< HEAD - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; - - endParagraph(); - popIfNotEmpty(_UL); -======= - endParagraph(); - popIfNotEmpty(_UL); - popIfNotEmpty(_Indent); ->>>>>>> ryzomcore - } - break; - case HTML_DL: - if (!_DL.empty()) - { - endParagraph(); - - // unclosed DT - if (_DL.back().DT) - { - popIfNotEmpty (_FontWeight); - } - - // unclosed DD - if (_DL.back().DD) - { -<<<<<<< HEAD - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; -======= - popIfNotEmpty(_Indent); ->>>>>>> ryzomcore - } - - popIfNotEmpty (_DL); - } - break; - case HTML_DT: - if (!_DL.empty()) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // parser will process two DD in a row as nested when first DD is not closed - if (_DL.back().DD) - { -<<<<<<< HEAD - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; - - _DL.back().DD = false; -======= - _DL.back().DD = false; - popIfNotEmpty(_Indent); ->>>>>>> ryzomcore - } - } - break; - case HTML_SPAN: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); -<<<<<<< HEAD -======= - popIfNotEmpty (_GlobalColor); ->>>>>>> ryzomcore - break; - case HTML_DEL: - popIfNotEmpty (_FontStrikeThrough); - break; - case HTML_U: - popIfNotEmpty (_FontUnderlined); - break; - case HTML_EM: - popIfNotEmpty (_FontOblique); - break; - case HTML_STRONG: - popIfNotEmpty (_FontWeight); - break; - case HTML_SMALL: - popIfNotEmpty (_FontSize); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = false; - break; - case HTML_OBJECT: - if (_TrustedDomain) - { - if (_ObjectType=="application/ryzom-data") - { - if (!_ObjectData.empty()) - { - if (addBnpDownload(_ObjectData, _ObjectAction, _ObjectScript, _ObjectMD5Sum)) - { - CLuaManager::getInstance().executeLuaScript("\nlocal __ALLREADYDL__=true\n"+_ObjectScript, true); - } - _ObjectScript.clear(); - } - } - _Object = false; - } - break; - } - } - } - - // *************************************************************************** - void CGroupHTML::beginUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - // we receive an embeded lua script - _ParsingLua = _TrustedDomain; // Only parse lua if TrustedDomain - _LuaScript.clear(); - } - } - - // *************************************************************************** - void CGroupHTML::endUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - if (_ParsingLua && _TrustedDomain) - { - _ParsingLua = false; - // execute the embeded lua script - _LuaScript = "\nlocal __CURRENT_WINDOW__=\""+this->_Id+"\" \n"+_LuaScript; - CLuaManager::getInstance().executeLuaScript(_LuaScript, true); - } - } - } - - - // *************************************************************************** - NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTML, std::string, "html"); - - - // *************************************************************************** - uint32 CGroupHTML::_GroupHtmlUIDPool= 0; - CGroupHTML::TGroupHtmlByUIDMap CGroupHTML::_GroupHtmlByUID; - - - // *************************************************************************** - CGroupHTML::CGroupHTML(const TCtorParam ¶m) - : CGroupScrollText(param), - _TimeoutValue(DEFAULT_RYZOM_CONNECTION_TIMEOUT), - _RedirectsRemaining(DEFAULT_RYZOM_REDIRECT_LIMIT) - { - // add it to map of group html created - _GroupHtmlUID= ++_GroupHtmlUIDPool; // valid assigned Id begin to 1! - _GroupHtmlByUID[_GroupHtmlUID]= this; - - // init - _TrustedDomain = false; - _ParsingLua = false; - _LuaHrefHack = false; - _IgnoreText = false; - _BrowseNextTime = false; - _PostNextTime = false; - _Browsing = false; - _Connecting = false; - _CurrentViewLink = NULL; - _CurrentViewImage = NULL; -<<<<<<< HEAD - _Indent = 0; -======= - _Indent.clear(); ->>>>>>> ryzomcore - _LI = false; - _SelectOption = false; - _GroupListAdaptor = NULL; - _UrlFragment.clear(); - _RefreshUrl.clear(); - _NextRefreshTime = 0.0; - _LastRefreshTime = 0.0; - - // Register - CWidgetManager::getInstance()->registerClockMsgTarget(this); - - // HTML parameters - BgColor = CRGBA::Black; - ErrorColor = CRGBA(255, 0, 0); - LinkColor = CRGBA(0, 0, 255); - TextColor = CRGBA(255, 255, 255); - H1Color = CRGBA(255, 255, 255); - H2Color = CRGBA(255, 255, 255); - H3Color = CRGBA(255, 255, 255); - H4Color = CRGBA(255, 255, 255); - H5Color = CRGBA(255, 255, 255); - H6Color = CRGBA(255, 255, 255); - ErrorColorGlobalColor = false; - LinkColorGlobalColor = false; - TextColorGlobalColor = false; - H1ColorGlobalColor = false; - H2ColorGlobalColor = false; - H3ColorGlobalColor = false; - H4ColorGlobalColor = false; - H5ColorGlobalColor = false; - H6ColorGlobalColor = false; - TextFontSize = 9; - H1FontSize = 18; - H2FontSize = 15; - H3FontSize = 12; - H4FontSize = 9; - H5FontSize = 9; - H6FontSize = 9; - LIBeginSpace = 4; - ULBeginSpace = 12; - PBeginSpace = 12; - TDBeginSpace = 0; - LIIndent = -10; - ULIndent = 30; - LineSpaceFontFactor = 0.5f; - DefaultButtonGroup = "html_text_button"; - DefaultFormTextGroup = "edit_box_widget"; - DefaultFormTextAreaGroup = "edit_box_widget_multiline"; - DefaultFormSelectGroup = "html_form_select_widget"; - DefaultFormSelectBoxMenuGroup = "html_form_select_box_menu_widget"; - DefaultCheckBoxBitmapNormal = "checkbox_normal.tga"; - DefaultCheckBoxBitmapPushed = "checkbox_pushed.tga"; - DefaultCheckBoxBitmapOver = "checkbox_over.tga"; - DefaultRadioButtonBitmapNormal = "w_radiobutton.png"; - DefaultRadioButtonBitmapPushed = "w_radiobutton_pushed.png"; - DefaultBackgroundBitmapView = "bg"; - clearContext(); - - MultiCurl = curl_multi_init(); -#ifdef CURLMOPT_MAX_HOST_CONNECTIONS - if (MultiCurl) - { - // added in libcurl 7.30.0 - curl_multi_setopt(MultiCurl, CURLMOPT_MAX_HOST_CONNECTIONS, options.curlMaxConnections); - curl_multi_setopt(MultiCurl, CURLMOPT_PIPELINING, 1); - } -#endif - RunningCurls = 0; - _CurlWWW = NULL; - - initImageDownload(); - initBnpDownload(); - initLibWWW(); - } - - // *************************************************************************** - - CGroupHTML::~CGroupHTML() - { - //releaseImageDownload(); - - // TestYoyo - //nlinfo("** CGroupHTML Destroy: %x, %s, uid%d", this, _Id.c_str(), _GroupHtmlUID); - - /* Erase from map of Group HTML (thus requestTerminated() callback won't be called) - Do it first, just because don't want requestTerminated() to be called while I'm destroying - (useless and may be dangerous) - */ - _GroupHtmlByUID.erase(_GroupHtmlUID); - - // stop browsing - stopBrowse (); // NB : we don't call updateRefreshButton here, because : - // 1) it is useless, - // 2) it crashed before when it called getElementFromId (that didn't work when a master group was being removed...). Btw it should work now - // this is why the call to 'updateRefreshButton' has been removed from stopBrowse - - clearContext(); - if (_CurlWWW) - delete _CurlWWW; - } - - std::string CGroupHTML::getProperty( const std::string &name ) const - { - if( name == "url" ) - { - return _URL; - } - else - if( name == "title_prefix" ) - { - return _TitlePrefix.toString(); - } - else - if( name == "background_color" ) - { - return toString( BgColor ); - } - else - if( name == "error_color" ) - { - return toString( ErrorColor ); - } - else - if( name == "link_color" ) - { - return toString( LinkColor ); - } - else - if( name == "h1_color" ) - { - return toString( H1Color ); - } - else - if( name == "h2_color" ) - { - return toString( H2Color ); - } - else - if( name == "h3_color" ) - { - return toString( H3Color ); - } - else - if( name == "h4_color" ) - { - return toString( H4Color ); - } - else - if( name == "h5_color" ) - { - return toString( H5Color ); - } - else - if( name == "h6_color" ) - { - return toString( H6Color ); - } - else - if( name == "error_color_global_color" ) - { - return toString( ErrorColorGlobalColor ); - } - else - if( name == "link_color_global_color" ) - { - return toString( LinkColorGlobalColor ); - } - else - if( name == "text_color_global_color" ) - { - return toString( TextColorGlobalColor ); - } - else - if( name == "h1_color_global_color" ) - { - return toString( H1ColorGlobalColor ); - } - else - if( name == "h2_color_global_color" ) - { - return toString( H2ColorGlobalColor ); - } - else - if( name == "h3_color_global_color" ) - { - return toString( H3ColorGlobalColor ); - } - else - if( name == "h4_color_global_color" ) - { - return toString( H4ColorGlobalColor ); - } - else - if( name == "h5_color_global_color" ) - { - return toString( H5ColorGlobalColor ); - } - else - if( name == "h6_color_global_color" ) - { - return toString( H6ColorGlobalColor ); - } - else - if( name == "text_font_size" ) - { - return toString( TextFontSize ); - } - else - if( name == "h1_font_size" ) - { - return toString( H1FontSize ); - } - else - if( name == "h2_font_size" ) - { - return toString( H2FontSize ); - } - else - if( name == "h3_font_size" ) - { - return toString( H3FontSize ); - } - else - if( name == "h4_font_size" ) - { - return toString( H4FontSize ); - } - else - if( name == "h5_font_size" ) - { - return toString( H5FontSize ); - } - else - if( name == "h6_font_size" ) - { - return toString( H6FontSize ); - } - else - if( name == "td_begin_space" ) - { - return toString( TDBeginSpace ); - } - else - if( name == "paragraph_begin_space" ) - { - return toString( PBeginSpace ); - } - else - if( name == "li_begin_space" ) - { - return toString( LIBeginSpace ); - } - else - if( name == "ul_begin_space" ) - { - return toString( ULBeginSpace ); - } - else - if( name == "li_indent" ) - { - return toString( LIIndent ); - } - else - if( name == "ul_indent" ) - { - return toString( ULIndent ); - } - else - if( name == "multi_line_space_factor" ) - { - return toString( LineSpaceFontFactor ); - } - else - if( name == "form_text_area_group" ) - { - return DefaultFormTextGroup; - } - else - if( name == "form_select_group" ) - { - return DefaultFormSelectGroup; - } - else - if( name == "checkbox_bitmap_normal" ) - { - return DefaultCheckBoxBitmapNormal; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - return DefaultCheckBoxBitmapPushed; - } - else - if( name == "checkbox_bitmap_over" ) - { - return DefaultCheckBoxBitmapOver; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - return DefaultRadioButtonBitmapNormal; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - return DefaultRadioButtonBitmapPushed; - } - else - if( name == "radiobutton_bitmap_over" ) - { - return DefaultRadioButtonBitmapOver; - } - else - if( name == "background_bitmap_view" ) - { - return DefaultBackgroundBitmapView; - } - else - if( name == "home" ) - { - return Home; - } - else - if( name == "browse_next_time" ) - { - return toString( _BrowseNextTime ); - } - else - if( name == "browse_tree" ) - { - return _BrowseTree; - } - else - if( name == "browse_undo" ) - { - return _BrowseUndoButton; - } - else - if( name == "browse_redo" ) - { - return _BrowseRedoButton; - } - else - if( name == "browse_refresh" ) - { - return _BrowseRefreshButton; - } - else - if( name == "timeout" ) - { - return toString( _TimeoutValue ); - } - else - return CGroupScrollText::getProperty( name ); - } - - void CGroupHTML::setProperty( const std::string &name, const std::string &value ) - { - if( name == "url" ) - { - _URL = value; - return; - } - else - if( name == "title_prefix" ) - { - _TitlePrefix = value; - return; - } - else - if( name == "background_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - BgColor = c; - return; - } - else - if( name == "error_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - ErrorColor = c; - return; - } - else - if( name == "link_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - LinkColor = c; - return; - } - else - if( name == "h1_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H1Color = c; - return; - } - else - if( name == "h2_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H2Color = c; - return; - } - else - if( name == "h3_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H3Color = c; - return; - } - else - if( name == "h4_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H4Color = c; - return; - } - else - if( name == "h5_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H5Color = c; - return; - } - else - if( name == "h6_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H6Color = c; - return; - } - else - if( name == "error_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - ErrorColorGlobalColor = b; - return; - } - else - if( name == "link_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - LinkColorGlobalColor = b; - return; - } - else - if( name == "text_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - TextColorGlobalColor = b; - return; - } - else - if( name == "h1_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H1ColorGlobalColor = b; - return; - } - else - if( name == "h2_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H2ColorGlobalColor = b; - return; - } - else - if( name == "h3_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H3ColorGlobalColor = b; - return; - } - else - if( name == "h4_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H4ColorGlobalColor = b; - return; - } - else - if( name == "h5_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H5ColorGlobalColor = b; - return; - } - else - if( name == "h6_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H6ColorGlobalColor = b; - return; - } - else - if( name == "text_font_size" ) - { - uint i; - if( fromString( value, i ) ) - TextFontSize = i; - return; - } - else - if( name == "h1_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H1FontSize = i; - return; - } - else - if( name == "h2_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H2FontSize = i; - return; - } - else - if( name == "h3_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H3FontSize = i; - return; - } - else - if( name == "h4_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H4FontSize = i; - return; - } - else - if( name == "h5_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H5FontSize = i; - return; - } - else - if( name == "h6_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H6FontSize = i; - return; - } - else - if( name == "td_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - TDBeginSpace = i; - return; - } - else - if( name == "paragraph_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - PBeginSpace = i; - return; - } - else - if( name == "li_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - LIBeginSpace = i; - return; - } - else - if( name == "ul_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - ULBeginSpace = i; - return; - } - else - if( name == "li_indent" ) - { - uint i; - if( fromString( value, i ) ) - LIIndent = i; - return; - } - else - if( name == "ul_indent" ) - { - uint i; - if( fromString( value, i ) ) - ULIndent = i; - return; - } - else - if( name == "multi_line_space_factor" ) - { - float f; - if( fromString( value, f ) ) - LineSpaceFontFactor = f; - return; - } - else - if( name == "form_text_area_group" ) - { - DefaultFormTextGroup = value; - return; - } - else - if( name == "form_select_group" ) - { - DefaultFormSelectGroup = value; - return; - } - else - if( name == "checkbox_bitmap_normal" ) - { - DefaultCheckBoxBitmapNormal = value; - return; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - DefaultCheckBoxBitmapPushed = value; - return; - } - else - if( name == "checkbox_bitmap_over" ) - { - DefaultCheckBoxBitmapOver = value; - return; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - DefaultRadioButtonBitmapNormal = value; - return; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - DefaultRadioButtonBitmapPushed = value; - return; - } - else - if( name == "radiobutton_bitmap_over" ) - { - DefaultRadioButtonBitmapOver = value; - return; - } - else - if( name == "background_bitmap_view" ) - { - DefaultBackgroundBitmapView = value; - return; - } - else - if( name == "home" ) - { - Home = value; - return; - } - else - if( name == "browse_next_time" ) - { - bool b; - if( fromString( value, b ) ) - _BrowseNextTime = b; - return; - } - else - if( name == "browse_tree" ) - { - _BrowseTree = value; - return; - } - else - if( name == "browse_undo" ) - { - _BrowseUndoButton = value; - return; - } - else - if( name == "browse_redo" ) - { - _BrowseRedoButton = value; - return; - } - else - if( name == "browse_refresh" ) - { - _BrowseRefreshButton = value; - return; - } - else - if( name == "timeout" ) - { - double d; - if( fromString( value, d ) ) - _TimeoutValue = d; - return; - } - else - CGroupScrollText::setProperty( name, value ); - } - - xmlNodePtr CGroupHTML::serialize( xmlNodePtr parentNode, const char *type ) const - { - xmlNodePtr node = CGroupScrollText::serialize( parentNode, type ); - if( node == NULL ) - return NULL; - - xmlSetProp( node, BAD_CAST "type", BAD_CAST "html" ); - xmlSetProp( node, BAD_CAST "url", BAD_CAST _URL.c_str() ); - xmlSetProp( node, BAD_CAST "title_prefix", BAD_CAST _TitlePrefix.toString().c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "error_color", BAD_CAST toString( ErrorColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color", BAD_CAST toString( LinkColor ).c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color", BAD_CAST toString( H1Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color", BAD_CAST toString( H2Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color", BAD_CAST toString( H3Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color", BAD_CAST toString( H4Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color", BAD_CAST toString( H5Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color", BAD_CAST toString( H6Color ).c_str() ); - - xmlSetProp( node, BAD_CAST "error_color_global_color", - BAD_CAST toString( ErrorColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color_global_color", - BAD_CAST toString( LinkColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "text_color_global_color", - BAD_CAST toString( TextColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color_global_color", - BAD_CAST toString( H1ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color_global_color", - BAD_CAST toString( H2ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color_global_color", - BAD_CAST toString( H3ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color_global_color", - BAD_CAST toString( H4ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color_global_color", - BAD_CAST toString( H5ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color_global_color", - BAD_CAST toString( H6ColorGlobalColor ).c_str() ); - - xmlSetProp( node, BAD_CAST "text_font_size", BAD_CAST toString( TextFontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_font_size", BAD_CAST toString( H1FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_font_size", BAD_CAST toString( H2FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_font_size", BAD_CAST toString( H3FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_font_size", BAD_CAST toString( H4FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_font_size", BAD_CAST toString( H5FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_font_size", BAD_CAST toString( H6FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "td_begin_space", BAD_CAST toString( TDBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "paragraph_begin_space", BAD_CAST toString( PBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_begin_space", BAD_CAST toString( LIBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_begin_space", BAD_CAST toString( ULBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_indent", BAD_CAST toString( LIIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_indent", BAD_CAST toString( ULIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "multi_line_space_factor", BAD_CAST toString( LineSpaceFontFactor ).c_str() ); - xmlSetProp( node, BAD_CAST "form_text_area_group", BAD_CAST DefaultFormTextGroup.c_str() ); - xmlSetProp( node, BAD_CAST "form_select_group", BAD_CAST DefaultFormSelectGroup.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_normal", BAD_CAST DefaultCheckBoxBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_pushed", BAD_CAST DefaultCheckBoxBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_over", BAD_CAST DefaultCheckBoxBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_normal", BAD_CAST DefaultRadioButtonBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_pushed", BAD_CAST DefaultRadioButtonBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_over", BAD_CAST DefaultRadioButtonBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "background_bitmap_view", BAD_CAST DefaultBackgroundBitmapView.c_str() ); - xmlSetProp( node, BAD_CAST "home", BAD_CAST Home.c_str() ); - xmlSetProp( node, BAD_CAST "browse_next_time", BAD_CAST toString( _BrowseNextTime ).c_str() ); - xmlSetProp( node, BAD_CAST "browse_tree", BAD_CAST _BrowseTree.c_str() ); - xmlSetProp( node, BAD_CAST "browse_undo", BAD_CAST _BrowseUndoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_redo", BAD_CAST _BrowseRedoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_refresh", BAD_CAST _BrowseRefreshButton.c_str() ); - xmlSetProp( node, BAD_CAST "timeout", BAD_CAST toString( _TimeoutValue ).c_str() ); - - return node; - } - - // *************************************************************************** - - bool CGroupHTML::parse(xmlNodePtr cur,CInterfaceGroup *parentGroup) - { - nlassert( CWidgetManager::getInstance()->isClockMsgTarget(this)); - - - if(!CGroupScrollText::parse(cur, parentGroup)) - return false; - - // TestYoyo - //nlinfo("** CGroupHTML parsed Ok: %x, %s, %s, uid%d", this, _Id.c_str(), typeid(this).name(), _GroupHtmlUID); - - CXMLAutoPtr ptr; - - // Get the url - ptr = xmlGetProp (cur, (xmlChar*)"url"); - if (ptr) - _URL = (const char*)ptr; - - // Bkup default for undo/redo - _AskedUrl= _URL; - - ptr = xmlGetProp (cur, (xmlChar*)"title_prefix"); - if (ptr) - _TitlePrefix = CI18N::get((const char*)ptr); - - // Parameters - ptr = xmlGetProp (cur, (xmlChar*)"background_color"); - if (ptr) - BgColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color"); - if (ptr) - ErrorColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color"); - if (ptr) - LinkColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color"); - if (ptr) - TextColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color"); - if (ptr) - H1Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color"); - if (ptr) - H2Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color"); - if (ptr) - H3Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color"); - if (ptr) - H4Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color"); - if (ptr) - H5Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color"); - if (ptr) - H6Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color_global_color"); - if (ptr) - ErrorColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color_global_color"); - if (ptr) - LinkColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color_global_color"); - if (ptr) - TextColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color_global_color"); - if (ptr) - H1ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color_global_color"); - if (ptr) - H2ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color_global_color"); - if (ptr) - H3ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color_global_color"); - if (ptr) - H4ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color_global_color"); - if (ptr) - H5ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color_global_color"); - if (ptr) - H6ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_font_size"); - if (ptr) - fromString((const char*)ptr, TextFontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h1_font_size"); - if (ptr) - fromString((const char*)ptr, H1FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h2_font_size"); - if (ptr) - fromString((const char*)ptr, H2FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h3_font_size"); - if (ptr) - fromString((const char*)ptr, H3FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h4_font_size"); - if (ptr) - fromString((const char*)ptr, H4FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h5_font_size"); - if (ptr) - fromString((const char*)ptr, H5FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h6_font_size"); - if (ptr) - fromString((const char*)ptr, H6FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"td_begin_space"); - if (ptr) - fromString((const char*)ptr, TDBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"paragraph_begin_space"); - if (ptr) - fromString((const char*)ptr, PBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_begin_space"); - if (ptr) - fromString((const char*)ptr, LIBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"ul_begin_space"); - if (ptr) - fromString((const char*)ptr, ULBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_indent"); - if (ptr) - fromString((const char*)ptr, LIIndent); - ptr = xmlGetProp (cur, (xmlChar*)"ul_indent"); - if (ptr) - fromString((const char*)ptr, ULIndent); - ptr = xmlGetProp (cur, (xmlChar*)"multi_line_space_factor"); - if (ptr) - fromString((const char*)ptr, LineSpaceFontFactor); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_group"); - if (ptr) - DefaultFormTextGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_area_group"); - if (ptr) - DefaultFormTextAreaGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_select_group"); - if (ptr) - DefaultFormSelectGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_normal"); - if (ptr) - DefaultCheckBoxBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_pushed"); - if (ptr) - DefaultCheckBoxBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_over"); - if (ptr) - DefaultCheckBoxBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_normal"); - if (ptr) - DefaultRadioButtonBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_pushed"); - if (ptr) - DefaultRadioButtonBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_over"); - if (ptr) - DefaultRadioButtonBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"background_bitmap_view"); - if (ptr) - DefaultBackgroundBitmapView = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"home"); - if (ptr) - Home = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_next_time"); - if (ptr) - _BrowseNextTime = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_tree"); - if(ptr) - _BrowseTree = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_undo"); - if(ptr) - _BrowseUndoButton= (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_redo"); - if(ptr) - _BrowseRedoButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_refresh"); - if(ptr) - _BrowseRefreshButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"timeout"); - if(ptr) - fromString((const char*)ptr, _TimeoutValue); - - return true; - } - - // *************************************************************************** - - bool CGroupHTML::handleEvent (const NLGUI::CEventDescriptor& eventDesc) - { - bool traited = false; - - if (eventDesc.getType() == NLGUI::CEventDescriptor::mouse) - { - const NLGUI::CEventDescriptorMouse &mouseEvent = (const NLGUI::CEventDescriptorMouse &)eventDesc; - if (mouseEvent.getEventTypeExtended() == NLGUI::CEventDescriptorMouse::mousewheel) - { - // Check if mouse wheel event was on any of multiline select box widgets - // Must do this before CGroupScrollText - for (uint i=0; i<_Forms.size() && !traited; i++) - { - for (uint j=0; j<_Forms[i].Entries.size() && !traited; j++) - { - if (_Forms[i].Entries[j].SelectBox) - { - if (_Forms[i].Entries[j].SelectBox->handleEvent(eventDesc)) - { - traited = true; - break; - } - } - } - } - } - } - - if (!traited) - traited = CGroupScrollText::handleEvent (eventDesc); - - if (eventDesc.getType() == NLGUI::CEventDescriptor::system) - { - const NLGUI::CEventDescriptorSystem &systemEvent = (const NLGUI::CEventDescriptorSystem &) eventDesc; - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::clocktick) - { - // Handle now - handle (); - } - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::activecalledonparent) - { - if (!((NLGUI::CEventDescriptorActiveCalledOnParent &) systemEvent).getActive()) - { - // stop refresh when window gets hidden - _NextRefreshTime = 0; - } - } - } - return traited; - } - - // *************************************************************************** - - void CGroupHTML::endParagraph() - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - _Paragraph = NULL; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::newParagraph(uint beginSpace) - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - // Add a new paragraph - CGroupParagraph *newParagraph = new CGroupParagraph(CViewBase::TCtorParam()); - newParagraph->setResizeFromChildH(true); - -<<<<<<< HEAD - newParagraph->setIndent(_Indent); -======= - newParagraph->setMarginLeft(getIndent()); ->>>>>>> ryzomcore - - // Add to the group - addHtmlGroup (newParagraph, beginSpace); - _Paragraph = newParagraph; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::browse(const char *url) - { - // modify undo/redo - pushUrlUndoRedo(url); - - // do the browse, with no undo/redo - doBrowse(url); - } - - // *************************************************************************** - void CGroupHTML::refresh() - { - if (!_URL.empty()) - doBrowse(_URL.c_str(), true); - } - - // *************************************************************************** - void CGroupHTML::doBrowse(const char *url, bool force) - { - // Stop previous browse - if (_Browsing) - { - // Clear all the context - clearContext(); - - _Browsing = false; - updateRefreshButton(); - - #ifdef LOG_DL - nlwarning("(%s) *** ALREADY BROWSING, break first", _Id.c_str()); - #endif - } - - #ifdef LOG_DL - nlwarning("(%s) Browsing URL : '%s'", _Id.c_str(), url); - #endif - - - CUrlParser uri(url); - if (!uri.hash.empty()) - { - // Anchor to scroll after page has loaded - _UrlFragment = uri.hash; - - uri.inherit(_DocumentUrl); - uri.hash.clear(); - - // compare urls and see if we only navigating to new anchor - if (!force && _DocumentUrl == uri.toString()) - { - // scroll happens in updateCoords() - invalidateCoords(); - return; - } - } - else - _UrlFragment.clear(); - - // go - _URL = uri.toString(); - _Connecting = false; - _BrowseNextTime = true; - - // if a BrowseTree is bound to us, try to select the node that opens this URL (auto-locate) - if(!_BrowseTree.empty()) - { - CGroupTree *groupTree=dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseTree)); - if(groupTree) - { - string nodeId= selectTreeNodeRecurs(groupTree->getRootNode(), url); - // select the node - if(!nodeId.empty()) - { - groupTree->selectNodeById(nodeId); - } - } - } - } - - // *************************************************************************** - - void CGroupHTML::browseError (const char *msg) - { - // Get the list group from CGroupScrollText - removeContent(); - newParagraph(0); - CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str()); - viewText->setColor (ErrorColor); - viewText->setModulateGlobalColor(ErrorColorGlobalColor); - viewText->setMultiLine (true); - getParagraph()->addChild (viewText); - if(!_TitlePrefix.empty()) - setTitle (_TitlePrefix); - - stopBrowse (); - updateRefreshButton(); - } - - // *************************************************************************** - - bool CGroupHTML::isBrowsing() - { - return _Browsing; - } - - - void CGroupHTML::stopBrowse () - { - #ifdef LOG_DL - nlwarning("*** STOP BROWSE (%s)", _Id.c_str()); - #endif - - // Clear all the context - clearContext(); - - _Browsing = false; - - requestTerminated(); - } - - // *************************************************************************** - - void CGroupHTML::updateCoords() - { - CGroupScrollText::updateCoords(); - - // all elements are in their correct place, tell scrollbar to scroll to anchor - if (!_Browsing && !_UrlFragment.empty()) - { - doBrowseAnchor(_UrlFragment); - _UrlFragment.clear(); - } - } - - // *************************************************************************** - - bool CGroupHTML::translateChar(ucchar &output, ucchar input, ucchar lastCharParam) const - { - // Keep this char ? - bool keep = true; - - switch (input) - { - // Return / tab only in
     mode
    -		case '\t':
    -		case '\n':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -				if(!getPRE())
    -					input = ' ';
    -			}
    -			break;
    -		case ' ':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != (ucchar)'\n') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -			}
    -			break;
    -		case 0xd:
    -			keep = false;
    -			break;
    -		}
    -
    -		if (keep)
    -		{
    -			output = input;
    -		}
    -
    -		return keep;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::registerAnchor(CInterfaceElement* elm)
    -	{
    -		if (!_AnchorName.empty())
    -		{
    -			for(uint32 i=0; i <  _AnchorName.size(); ++i)
    -			{
    -				// filter out duplicates and register only first
    -				if (!_AnchorName[i].empty() && _Anchors.count(_AnchorName[i]) == 0)
    -				{
    -					_Anchors[_AnchorName[i]] = elm;
    -				}
    -			}
    -
    -			_AnchorName.clear();
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addString(const ucstring &str)
    -	{
    -		ucstring tmpStr = str;
    -
    -		if (_Localize)
    -		{
    -			string	_str = tmpStr.toString();
    -			string::size_type	p = _str.find('#');
    -			if (p == string::npos)
    -			{
    -				tmpStr = CI18N::get(_str);
    -			}
    -			else
    -			{
    -				string	cmd = _str.substr(0, p);
    -				string	arg = _str.substr(p+1);
    -
    -				if (cmd == "date")
    -				{
    -					uint	year, month, day;
    -					sscanf(arg.c_str(), "%d/%d/%d", &year, &month, &day);
    -					tmpStr = CI18N::get( "uiMFIDate");
    -
    -					year += (year > 70 ? 1900 : 2000);
    -
    -					strFindReplace(tmpStr, "%year", toString("%d", year) );
    -					strFindReplace(tmpStr, "%month", CI18N::get(toString("uiMonth%02d", month)) );
    -					strFindReplace(tmpStr, "%day", toString("%d", day) );
    -				}
    -				else
    -				{
    -					tmpStr = arg;
    -				}
    -			}
    -		}
    -
    -		// In title ?
    -		if (_Title)
    -		{
    -			_TitleString += tmpStr;
    -		}
    -		else if (_TextArea)
    -		{
    -			_TextAreaContent += tmpStr;
    -		}
    -		else if (_Object)
    -		{
    -			_ObjectScript += tmpStr.toString();
    -		}
    -		else if (_SelectOption)
    -		{
    -			if (!(_Forms.empty()))
    -			{
    -				if (!_Forms.back().Entries.empty())
    -				{
    -					_SelectOptionStr += tmpStr;
    -				}
    -			}
    -		}
    -		else
    -		{
    -			// In a paragraph ?
    -			if (!_Paragraph)
    -			{
    -				newParagraph (0);
    -				paragraphChange ();
    -			}
    -
    -			// Text added ?
    -			bool added = false;
    -			bool embolden = getFontWeight() >= FONT_WEIGHT_BOLD;
    -
    -			// Number of child in this paragraph
    -			if (_CurrentViewLink)
    -			{
    -				bool skipLine = !_CurrentViewLink->getText().empty() && *(_CurrentViewLink->getText().rbegin()) == (ucchar) '\n';
    -				// Compatible with current parameters ?
    -				if (!skipLine &&
    -					(getTextColor() == _CurrentViewLink->getColor()) &&
    -					(getFontFamily() == _CurrentViewLink->getFontName()) &&
    -					(getFontSize() == (uint)_CurrentViewLink->getFontSize()) &&
    -					(getFontUnderlined() == _CurrentViewLink->getUnderlined()) &&
    -					(getFontStrikeThrough() == _CurrentViewLink->getStrikeThrough()) &&
    -					(embolden == _CurrentViewLink->getEmbolden()) &&
    -					(getFontOblique() == _CurrentViewLink->getOblique()) &&
    -					(getLink() == _CurrentViewLink->Link) &&
    -					(getGlobalColor() == _CurrentViewLink->getModulateGlobalColor()))
    -				{
    -					// Concat the text
    -					_CurrentViewLink->setText(_CurrentViewLink->getText()+tmpStr);
    -					_CurrentViewLink->invalidateContent();
    -					added = true;
    -				}
    -			}
    -
    -			// Not added ?
    -			if (!added)
    -			{
    -				if (getA() && string(getLinkClass()) == "ryzom-ui-button")
    -				{
    -					string buttonTemplate = DefaultButtonGroup;
    -					// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -					string param = "name=" + this->_Id + "|url=" + getLink();
    -
    -					typedef pair TTmplParam;
    -					vector tmplParams;
    -					tmplParams.push_back(TTmplParam("id", ""));
    -					tmplParams.push_back(TTmplParam("onclick", "browse"));
    -					tmplParams.push_back(TTmplParam("onclick_param", param));
    -					tmplParams.push_back(TTmplParam("active", "true"));
    -					CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams);
    -					if (buttonGroup)
    -					{
    -
    -						// Add the ctrl button
    -						CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button"));
    -						if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b"));
    -						if (ctrlButton)
    -						{
    -							ctrlButton->setModulateGlobalColorAll (false);
    -
    -							// Translate the tooltip
    -							ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(getLinkTitle()));
    -							ctrlButton->setText(tmpStr);
    -						}
    -						getParagraph()->addChild (buttonGroup);
    -						paragraphChange ();
    -					}
    -		
    -				}
    -				else
    -				{
    -					CViewLink *newLink = new CViewLink(CViewBase::TCtorParam());
    -					if (getA())
    -					{
    -						newLink->Link = getLink();
    -						newLink->LinkTitle = getLinkTitle();
    -						if (!newLink->Link.empty())
    -						{
    -							newLink->setHTMLView (this);
    -
    -							newLink->setActionOnLeftClick("browse");
    -							newLink->setParamsOnLeftClick("name=" + getId() + "|url=" + newLink->Link);
    -						}
    -					}
    -					newLink->setText(tmpStr);
    -					newLink->setColor(getTextColor());
    -					newLink->setFontName(getFontFamily());
    -					newLink->setFontSize(getFontSize());
    -					newLink->setEmbolden(embolden);
    -					newLink->setOblique(getFontOblique());
    -					newLink->setUnderlined(getFontUnderlined());
    -					newLink->setStrikeThrough(getFontStrikeThrough());
    -					newLink->setMultiLineSpace((uint)((float)getFontSize()*LineSpaceFontFactor));
    -					newLink->setMultiLine(true);
    -					newLink->setModulateGlobalColor(getGlobalColor());
    -					// newLink->setLineAtBottom (true);
    -
    -					registerAnchor(newLink);
    -
    -					if (getA() && !newLink->Link.empty())
    -					{
    -						getParagraph()->addChildLink(newLink);
    -					}
    -					else
    -					{
    -						getParagraph()->addChild(newLink);
    -					}
    -					paragraphChange ();
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -<<<<<<< HEAD
    -	void CGroupHTML::addImage(const char *img, bool globalColor, bool reloadImg, const CStyleParams &style)
    -=======
    -	void CGroupHTML::addImage(const char *img, bool reloadImg, const CStyleParams &style)
    ->>>>>>> ryzomcore
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		string finalUrl;
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		// Not added ?
    -		CViewBitmap *newImage = new CViewBitmap (TCtorParam());
    -
    -		//
    -		// 1/ try to load the image with the old system (local files in bnp)
    -		//
    -		string image = CFile::getPath(img) + CFile::getFilenameWithoutExtension(img) + ".tga";
    -		if (lookupLocalFile (finalUrl, image.c_str(), false))
    -		{
    -			newImage->setRenderLayer(getRenderLayer()+1);
    -			image = finalUrl;
    -		}
    -		else
    -		{
    -			//
    -			// 2/ if it doesn't work, try to load the image in cache
    -			//
    -			image = localImageName(img);
    -<<<<<<< HEAD
    -			if (!reloadImg && lookupLocalFile (finalUrl, image.c_str(), false))
    -=======
    -
    -			if (reloadImg && CFile::fileExists(image))
    -				CFile::deleteFile(image);
    -
    -			if (lookupLocalFile (finalUrl, image.c_str(), false))
    ->>>>>>> ryzomcore
    -			{
    -				// don't display image that are not power of 2
    -				try
    -				{
    -					uint32 w, h;
    -					CBitmap::loadSize (image, w, h);
    -					if (w == 0 || h == 0 || ((!NLMISC::isPowerOf2(w) || !NLMISC::isPowerOf2(h)) && !NL3D::CTextureFile::supportNonPowerOfTwoTextures()))
    -						image = "web_del.tga";
    -				}
    -				catch(const NLMISC::Exception &e)
    -				{
    -					nlwarning(e.what());
    -					image = "web_del.tga";
    -				}
    -			}
    -			else
    -			{
    -<<<<<<< HEAD
    -				//
    -				// 3/ if it doesn't work, display a placeholder and ask to dl the image into the cache
    -				//
    -				if (reloadImg && CFile::fileExists(image))
    -					CFile::deleteFile(image);
    -
    -				image = "web_del.tga";
    -				addImageDownload(img, newImage, style);
    -			}
    -		}
    -		newImage->setTexture (image);
    -		newImage->setModulateGlobalColor(globalColor);
    -
    -		getParagraph()->addChild(newImage);	
    -		paragraphChange ();
    -		
    -=======
    -				// no image in cache
    -				image = "web_del.tga";
    -			}
    -
    -			addImageDownload(img, newImage, style);
    -		}
    -		newImage->setTexture (image);
    -		newImage->setModulateGlobalColor(style.GlobalColor);
    -
    -		getParagraph()->addChild(newImage);
    -		paragraphChange ();
    -
    ->>>>>>> ryzomcore
    -		setImageSize(newImage, style);
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::addTextArea(const std::string &templateName, const char *name, uint rows, uint cols, bool multiLine, const ucstring &content, uint maxlength)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("w", toString (cols*getFontSize())));
    -			templateParams.push_back (std::pair ("id", name));
    -			templateParams.push_back (std::pair ("prompt", ""));
    -			templateParams.push_back (std::pair ("multiline", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("fontsize", toString (getFontSize())));
    -			templateParams.push_back (std::pair ("color", getTextColor().toString()));
    -			if (getFontWeight() >= FONT_WEIGHT_BOLD)
    -				templateParams.push_back (std::pair ("fontweight", "bold"));
    -			if (getFontOblique())
    -				templateParams.push_back (std::pair ("fontstyle", "oblique"));
    -			if (multiLine)
    -				templateParams.push_back (std::pair ("multi_min_line", toString(rows)));
    -			templateParams.push_back (std::pair ("want_return", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("enter_recover_focus", "false"));
    -			if (maxlength > 0)
    -				templateParams.push_back (std::pair ("max_num_chars", toString(maxlength)));
    -			CInterfaceGroup *textArea = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (textArea)
    -			{
    -				// Set the content
    -				CGroupEditBox *eb = dynamic_cast(textArea->getGroup("eb"));
    -				if (eb)
    -					eb->setInputString(decodeHTMLEntities(content));
    -
    -				textArea->invalidateCoords();
    -				getParagraph()->addChild (textArea);
    -				paragraphChange ();
    -
    -				return textArea;
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CDBGroupComboBox *CGroupHTML::addComboBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("id", name));
    -			CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (group)
    -			{
    -				// Set the content
    -				CDBGroupComboBox *cb = dynamic_cast(group);
    -				if (!cb)
    -				{
    -					nlwarning("'%s' template has bad type, combo box expected", templateName.c_str());
    -					delete cb;
    -					return NULL;
    -				}
    -				else
    -				{
    -					getParagraph()->addChild (cb);
    -					paragraphChange ();
    -					return cb;
    -				}
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CGroupMenu *CGroupHTML::addSelectBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Not added ?
    -		std::vector > templateParams;
    -		templateParams.push_back(std::pair ("id", name));
    -		CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName.c_str(),
    -			getParagraph()->getId(), &(templateParams[0]), (uint)templateParams.size());
    -
    -		// Group created ?
    -		if (group)
    -		{
    -			// Set the content
    -			CGroupMenu *sb = dynamic_cast(group);
    -			if (!sb)
    -			{
    -				nlwarning("'%s' template has bad type, CGroupMenu expected", templateName.c_str());
    -				delete sb;
    -				return NULL;
    -			}
    -			else
    -			{
    -				getParagraph()->addChild (sb);
    -				paragraphChange ();
    -				return sb;
    -			}
    -		}
    -
    -		// No group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	CCtrlButton *CGroupHTML::addButton(CCtrlButton::EType type, const std::string &/* name */, const std::string &normalBitmap, const std::string &pushedBitmap,
    -<<<<<<< HEAD
    -									  const std::string &overBitmap, bool useGlobalColor, const char *actionHandler, const char *actionHandlerParams,
    -=======
    -									  const std::string &overBitmap, const char *actionHandler, const char *actionHandlerParams,
    ->>>>>>> ryzomcore
    -									  const char *tooltip, const CStyleParams &style)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Add the ctrl button
    -		CCtrlButton *ctrlButton = new CCtrlButton(TCtorParam());
    -
    -		// Load only tga files.. (conversion in dds filename is done in the lookup procedure)
    -		string normal = normalBitmap.empty()?"":CFile::getPath(normalBitmap) + CFile::getFilenameWithoutExtension(normalBitmap) + ".tga";
    -
    -		// if the image doesn't exist on local, we check in the cache
    -	//	if(!CFile::fileExists(normal))
    -		if(!CPath::exists(normal))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(normal);
    -			if(id == -1)
    -			{
    -				normal = localImageName(normalBitmap);
    -				if(!CFile::fileExists(normal))
    -				{
    -					normal = "web_del.tga";
    -					addImageDownload(normalBitmap, ctrlButton, style);
    -				}
    -				else
    -				{
    -					try
    -					{
    -						uint32 w, h;
    -						CBitmap::loadSize(normal, w, h);
    -						if (w == 0 || h == 0)
    -							normal = "web_del.tga";
    -					}
    -					catch(const NLMISC::Exception &e)
    -					{
    -						nlwarning(e.what());
    -						normal = "web_del.tga";
    -					}
    -				}
    -			}
    -		}
    -
    -		string pushed = pushedBitmap.empty()?"":CFile::getPath(pushedBitmap) + CFile::getFilenameWithoutExtension(pushedBitmap) + ".tga";
    -		// if the image doesn't exist on local, we check in the cache, don't download it because the "normal" will already setuped it
    -	//	if(!CFile::fileExists(pushed))
    -		if(!CPath::exists(pushed))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(pushed);
    -			if(id == -1)
    -			{
    -				pushed = localImageName(pushedBitmap);
    -			}
    -		}
    -
    -		string over = overBitmap.empty()?"":CFile::getPath(overBitmap) + CFile::getFilenameWithoutExtension(overBitmap) + ".tga";
    -<<<<<<< HEAD
    -=======
    -		// schedule mouseover bitmap for download if its different from normal
    -		if (!over.empty() && !CPath::exists(over))
    -		{
    -			if (overBitmap != normalBitmap)
    -			{
    -				over = localImageName(overBitmap);
    -				if (!CFile::fileExists(over))
    -				{
    -					addImageDownload(overBitmap, ctrlButton, style, TImageType::OverImage);
    -				}
    -			}
    -		}
    ->>>>>>> ryzomcore
    -
    -		ctrlButton->setType (type);
    -		if (!normal.empty())
    -			ctrlButton->setTexture (normal);
    -		if (!pushed.empty())
    -			ctrlButton->setTexturePushed (pushed);
    -		if (!over.empty())
    -			ctrlButton->setTextureOver (over);
    -<<<<<<< HEAD
    -		ctrlButton->setModulateGlobalColorAll (useGlobalColor);
    -=======
    -		ctrlButton->setModulateGlobalColorAll (style.GlobalColor);
    ->>>>>>> ryzomcore
    -		ctrlButton->setActionOnLeftClick (actionHandler);
    -		ctrlButton->setParamsOnLeftClick (actionHandlerParams);
    -
    -		// Translate the tooltip or display raw text (tooltip from webig)
    -		if (tooltip)
    -		{
    -			if (CI18N::hasTranslation(tooltip))
    -			{
    -				ctrlButton->setDefaultContextHelp(CI18N::get(tooltip));
    -				//ctrlButton->setOnContextHelp(CI18N::get(tooltip).toString());
    -			}
    -			else
    -			{
    -				ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(tooltip));
    -				//ctrlButton->setOnContextHelp(string(tooltip));
    -			}
    -
    -			ctrlButton->setInstantContextHelp(true);
    -			ctrlButton->setToolTipParent(TTMouse);
    -			ctrlButton->setToolTipParentPosRef(Hotspot_TTAuto);
    -			ctrlButton->setToolTipPosRef(Hotspot_TTAuto);
    -		}
    -
    -		getParagraph()->addChild (ctrlButton);
    -		paragraphChange ();
    -		
    -		setImageSize(ctrlButton, style);
    -
    -		return ctrlButton;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::flushString()
    -	{
    -		_CurrentViewLink = NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::clearContext()
    -	{
    -		_Paragraph = NULL;
    -		_PRE.clear();
    -		_TextColor.clear();
    -		_GlobalColor.clear();
    -		_FontSize.clear();
    -		_FontWeight.clear();
    -		_FontOblique.clear();
    -		_FontUnderlined.clear();
    -		_FontStrikeThrough.clear();
    -<<<<<<< HEAD
    -		_Indent = 0;
    -=======
    -		_Indent.clear();
    ->>>>>>> ryzomcore
    -		_LI = false;
    -		_UL.clear();
    -		_DL.clear();
    -		_A.clear();
    -		_Link.clear();
    -		_LinkTitle.clear();
    -		_Tables.clear();
    -		_Cells.clear();
    -		_TR.clear();
    -		_Forms.clear();
    -		_Groups.clear();
    -		_Anchors.clear();
    -		_AnchorName.clear();
    -		_CellParams.clear();
    -		_Title = false;
    -		_TextArea = false;
    -		_Object = false;
    -		_Localize = false;
    -		_ReadingHeadTag = false;
    -		_IgnoreHeadTag = false;
    -		_IgnoreBaseUrlTag = false;
    -
    -		// TR
    -
    -		paragraphChange ();
    -
    -		// clear the pointer to the current image download since all the button are deleted
    -	#ifdef LOG_DL
    -		nlwarning("Clear pointers to %d curls", Curls.size());
    -	#endif
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			Curls[i].imgs.clear();
    -		}
    -
    -<<<<<<< HEAD
    -=======
    -		// remove download that are still queued
    -		for (vector::iterator it=Curls.begin(); itdata == NULL) {
    -	#ifdef LOG_DL
    -		nlwarning("Remove waiting curl download (%s)", it->url.c_str());
    -	#endif
    -				it = Curls.erase(it);
    -			} else {
    -				++it;
    -			}
    -		}
    ->>>>>>> ryzomcore
    -	}
    -
    -	// ***************************************************************************
    -
    -	ucchar CGroupHTML::getLastChar() const
    -	{
    -		if (_CurrentViewLink)
    -		{
    -			const ucstring &str = _CurrentViewLink->getText();
    -			if (!str.empty())
    -				return str[str.length()-1];
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::paragraphChange ()
    -	{
    -		_CurrentViewLink = NULL;
    -		_CurrentViewImage = NULL;
    -		CGroupParagraph *paragraph = getParagraph();
    -		if (paragraph)
    -		{
    -			// Number of child in this paragraph
    -			uint numChild = paragraph->getNumChildren();
    -			if (numChild)
    -			{
    -				// Get the last child
    -				CViewBase *child = paragraph->getChild(numChild-1);
    -
    -				// Is this a string view ?
    -				_CurrentViewLink = dynamic_cast(child);
    -				_CurrentViewImage = dynamic_cast(child);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::getCurrentGroup()
    -	{
    -		if (!_Cells.empty() && _Cells.back())
    -			return _Cells.back()->Group;
    -		else
    -			return _GroupListAdaptor;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHtmlGroup (CInterfaceGroup *group, uint beginSpace)
    -	{
    -		if (!group)
    -			return;
    -
    -		// Remove previous paragraph if empty
    -		if (_Paragraph && (_Paragraph->getNumChildren() == 0))
    -		{
    -			_Paragraph->getParent ()->delGroup(_Paragraph);
    -			_Paragraph = NULL;
    -		}
    -
    -		registerAnchor(group);
    -
    -		if (!_DivName.empty())
    -		{
    -			group->setName(_DivName);
    -			_Groups.push_back(group);
    -		}
    -
    -		group->setSizeRef(CInterfaceElement::width);
    -
    -		// Compute begin space between paragraph and tables
    -		// * If first in group, no begin space
    -
    -		// Pointer on the current paragraph (can be a table too)
    -		CGroupParagraph *p = dynamic_cast(group);
    -
    -		CInterfaceGroup *parentGroup = CGroupHTML::getCurrentGroup();
    -		const std::vector &groups = parentGroup->getGroups ();
    -		group->setParent(parentGroup);
    -		group->setParentSize(parentGroup);
    -		if (groups.empty())
    -		{
    -			group->setParentPos(parentGroup);
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_TL);
    -			beginSpace = 0;
    -		}
    -		else
    -		{
    -			// Last is a paragraph ?
    -			group->setParentPos(groups.back());
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_BL);
    -		}
    -
    -		// Set the begin space
    -		if (p)
    -			p->setTopSpace(beginSpace);
    -		else
    -			group->setY(-(sint32)beginSpace);
    -		parentGroup->addGroup (group);
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setTitle (const ucstring &title)
    -	{
    -		CInterfaceElement *parent = getParent();
    -		if (parent)
    -		{
    -			if ((parent = parent->getParent()))
    -			{
    -				CGroupContainer *container = dynamic_cast(parent);
    -				if (container)
    -				{
    -					container->setUCTitle (title);
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::lookupLocalFile (string &result, const char *url, bool isUrl)
    -	{
    -		result = url;
    -		string tmp;
    -
    -		if (toLower(result).find("file:") == 0 && result.size() > 5)
    -		{
    -			result = result.substr(5, result.size()-5);
    -		}
    -		else if (result.find("://") != string::npos || result.find("//") == 0)
    -		{
    -			// http://, https://, etc or protocol-less url "//domain.com/image.png"
    -			return false;
    -		}
    -
    -		tmp = CPath::lookup (CFile::getFilename(result), false, false, false);
    -		if (tmp.empty())
    -		{
    -			// try to find in local directory
    -			tmp = CPath::lookup (result, false, false, true);
    -		}
    -
    -		if (!tmp.empty())
    -		{
    -			// Normalize the path
    -			if (isUrl)
    -				//result = "file:"+toLower(CPath::standardizePath (CPath::getFullPath (CFile::getPath(result)))+CFile::getFilename(result));*/
    -				result = "file:/"+tmp;
    -			else
    -				result = tmp;
    -			return true;
    -		}
    -		else
    -		{
    -			// Is it a texture in the big texture ?
    -			if (CViewRenderer::getInstance()->getTextureIdFromName (result) >= 0)
    -			{
    -				return true;
    -			}
    -			else
    -			{
    -				// This is not a file in the CPath, let libwww open this URL
    -				result = url;
    -				return false;
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::submitForm (uint formId, const char *submitButtonType, const char *submitButtonName, const char *submitButtonValue, sint32 x, sint32 y)
    -	{
    -		// Form id valid ?
    -		if (formId < _Forms.size())
    -		{
    -			_PostNextTime = true;
    -			_PostFormId = formId;
    -			_PostFormSubmitType = submitButtonType;
    -			_PostFormSubmitButton = submitButtonName;
    -			_PostFormSubmitValue = submitButtonValue;
    -			_PostFormSubmitX = x;
    -			_PostFormSubmitY = y;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackgroundColor (const CRGBA &bgcolor)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				// Change the background color
    -				bitmap->setColor (bgcolor);
    -				bitmap->setModulateGlobalColor(false);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackground (const string &bgtex, bool scale, bool tile)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				bitmap->setParentPosRef(Hotspot_TL);
    -				bitmap->setPosRef(Hotspot_TL);
    -				bitmap->setX(0);
    -				bitmap->setY(0);
    -				bitmap->setRenderLayer(-2);
    -				bitmap->setScale(scale);
    -				bitmap->setTile(tile);
    -				addImageDownload(bgtex, view);
    -			}
    -		}
    -	}
    -
    -
    -	struct CButtonFreezer : public CInterfaceElementVisitor
    -	{
    -		virtual void visitCtrl(CCtrlBase *ctrl)
    -		{
    -			CCtrlBaseButton		*textButt = dynamic_cast(ctrl);
    -			if (textButt)
    -			{
    -				textButt->setFrozen(true);
    -			}
    -		}
    -	};
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::handle ()
    -	{
    -		H_AUTO(RZ_Interface_Html_handle)
    -
    -		const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes();
    -
    -		// handle curl downloads
    -		checkDownloads();
    -
    -		// handle refresh timer
    -		if (_NextRefreshTime > 0 && _NextRefreshTime <= (times.thisFrameMs / 1000.0f) )
    -		{
    -			// there might be valid uses for 0sec refresh, but two in a row is probably a mistake
    -			if (_NextRefreshTime - _LastRefreshTime >= 1.0)
    -			{
    -				_LastRefreshTime = _NextRefreshTime;
    -				doBrowse(_RefreshUrl.c_str());
    -			}
    -			else
    -				nlwarning("Ignore second 0sec http-equiv refresh in a row (url '%s')", _URL.c_str());
    -
    -			_NextRefreshTime = 0;
    -		}
    -
    -		if (_Connecting)
    -		{
    -			// Check timeout if needed
    -			if (_TimeoutValue != 0 && _ConnectingTimeout <= ( times.thisFrameMs / 1000.0f ) )
    -			{
    -				browseError(("Connection timeout : "+_URL).c_str());
    -
    -				_Connecting = false;
    -			}
    -		}
    -		else
    -		if (_BrowseNextTime || _PostNextTime)
    -		{
    -			// Set timeout
    -			_Connecting = true;
    -			_ConnectingTimeout = ( times.thisFrameMs / 1000.0f ) + _TimeoutValue;
    -
    -			// freeze form buttons
    -			CButtonFreezer freezer;
    -			this->visit(&freezer);
    -
    -			// Home ?
    -			if (_URL == "home")
    -				_URL = home();
    -
    -			string finalUrl;
    -			bool isLocal = lookupLocalFile (finalUrl, _URL.c_str(), true);
    -
    -			_URL = finalUrl;
    -
    -			CUrlParser uri (_URL);
    -			_TrustedDomain = isTrustedDomain(uri.host);
    -			_DocumentDomain = uri.host;
    -
    -			// file is probably from bnp (ingame help)
    -			if (isLocal)
    -			{
    -				doBrowseLocalFile(finalUrl);
    -			}
    -			else
    -			{
    -				SFormFields formfields;
    -				if (_PostNextTime)
    -				{
    -					buildHTTPPostParams(formfields);
    -					// _URL is set from form.Action
    -					finalUrl = _URL;
    -				}
    -				else
    -				{
    -					// Add custom get params from child classes
    -					addHTTPGetParams (finalUrl, _TrustedDomain);
    -				}
    -
    -				doBrowseRemoteUrl(finalUrl, "", _PostNextTime, formfields);
    -			}
    -
    -			_BrowseNextTime = false;
    -			_PostNextTime = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::buildHTTPPostParams (SFormFields &formfields)
    -	{
    -		// Add text area text
    -		uint i;
    -
    -		if (_PostFormId >= _Forms.size())
    -		{
    -			nlwarning("(%s) invalid form index %d, _Forms %d", _Id.c_str(), _PostFormId, _Forms.size());
    -			return;
    -		}
    -		// Ref the form
    -		CForm &form = _Forms[_PostFormId];
    -
    -		_URL = form.Action;
    -
    -		CUrlParser uri(_URL);
    -		_TrustedDomain = isTrustedDomain(uri.host);
    -		_DocumentDomain = uri.host;
    -
    -		for (i=0; igetGroup ("eb");
    -				if (group)
    -				{
    -					// Should be a CGroupEditBox
    -					CGroupEditBox *editBox = dynamic_cast(group);
    -					if (editBox)
    -					{
    -						entryData = editBox->getViewText()->getText();
    -						addEntry = true;
    -					}
    -				}
    -			}
    -			else if (form.Entries[i].Checkbox)
    -			{
    -				// todo handle unicode POST here
    -				if (form.Entries[i].Checkbox->getPushed ())
    -				{
    -                                        entryData = form.Entries[i].Value;
    -					addEntry = true;
    -				}
    -			}
    -			else if (form.Entries[i].ComboBox)
    -			{
    -				CDBGroupComboBox *cb = form.Entries[i].ComboBox;
    -				entryData.fromUtf8(form.Entries[i].SelectValues[cb->getSelection()]);
    -				addEntry = true;
    -			}
    -			else if (form.Entries[i].SelectBox)
    -			{
    -				CGroupMenu *sb = form.Entries[i].SelectBox;
    -				CGroupSubMenu *rootMenu = sb->getRootMenu();
    -				if (rootMenu)
    -				{
    -					for(uint j=0; jgetNumLine(); ++j)
    -					{
    -						CInterfaceGroup *ig = rootMenu->getUserGroupLeft(j);
    -						if (ig)
    -						{
    -							CCtrlBaseButton *cb = dynamic_cast(ig->getCtrl("b"));
    -							if (cb && cb->getPushed())
    -								formfields.add(form.Entries[i].Name, form.Entries[i].SelectValues[j]);
    -						}
    -					}
    -				}
    -			}
    -			// This is a hidden value
    -			else
    -			{
    -				entryData = form.Entries[i].Value;
    -				addEntry = true;
    -			}
    -
    -			// Add this entry
    -			if (addEntry)
    -			{
    -				formfields.add(form.Entries[i].Name, CI18N::encodeUTF8(entryData));
    -			}
    -		}
    -
    -		if (_PostFormSubmitType == "image")
    -		{
    -			// Add the button coordinates
    -			if (_PostFormSubmitButton.find_first_of("[") == string::npos)
    -			{
    -				formfields.add(_PostFormSubmitButton + "_x", NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton + "_y", NLMISC::toString(_PostFormSubmitY));
    -			}
    -			else
    -			{
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitY));
    -			}
    -		}
    -		else
    -			formfields.add(_PostFormSubmitButton, _PostFormSubmitValue);
    -
    -		// Add custom params from child classes
    -		addHTTPPostParams(formfields, _TrustedDomain);
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::doBrowseLocalFile(const std::string &uri)
    -	{
    -		std::string filename;
    -		if (toLower(uri).find("file:/") == 0)
    -		{
    -			filename = uri.substr(6, uri.size() - 6);
    -		}
    -		else
    -		{
    -			filename = uri;
    -		}
    -
    -	#if LOG_DL
    -<<<<<<< HEAD
    -		nlwarning("(%s) browse local file '%s'", filename.c_str());
    -=======
    -		nlwarning("browse local file '%s'", filename.c_str());
    ->>>>>>> ryzomcore
    -	#endif
    -
    -		_TrustedDomain = true;
    -		_DocumentDomain = "localhost";
    -
    -		// Stop previous browse, remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		CIFile in;
    -		if (in.open(filename))
    -		{
    -			std::string html;
    -			while(!in.eof())
    -			{
    -				char buf[1024];
    -				in.getline(buf, 1024);
    -				html += std::string(buf) + "\n";
    -			}
    -			in.close();
    -
    -			if (!renderHtmlString(html))
    -			{
    -				browseError((string("Failed to parse html from file : ")+filename).c_str());
    -			}
    -		}
    -		else
    -		{
    -			browseError((string("The page address is malformed : ")+filename).c_str());
    -		}
    -	}
    -
    -	// ***************************************************************************
    -<<<<<<< HEAD
    -	void CGroupHTML::doBrowseRemoteUrl(const std::string &url, const std::string &referer, bool doPost, const SFormFields &formfields)
    -=======
    -	void CGroupHTML::doBrowseRemoteUrl(std::string url, const std::string &referer, bool doPost, const SFormFields &formfields)
    ->>>>>>> ryzomcore
    -	{
    -		// Stop previous request and remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		// Reset the title
    -		if(_TitlePrefix.empty())
    -			setTitle (CI18N::get("uiPleaseWait"));
    -		else
    -			setTitle (_TitlePrefix + " - " + CI18N::get("uiPleaseWait"));
    -
    -<<<<<<< HEAD
    -=======
    -		url = upgradeInsecureUrl(url);
    -
    ->>>>>>> ryzomcore
    -	#if LOG_DL
    -		nlwarning("(%s) browse url (trusted=%s) '%s', referer='%s', post='%s', nb form values %d",
    -				_Id.c_str(), (_TrustedDomain ? "true" :"false"), url.c_str(), referer.c_str(), (doPost ? "true" : "false"), formfields.Values.size());
    -	#endif
    -
    -		if (!MultiCurl)
    -		{
    -			browseError(string("Invalid MultCurl handle, loading url failed : "+url).c_str());
    -			return;
    -		}
    -
    -		CURL *curl = curl_easy_init();
    -		if (!curl)
    -		{
    -			nlwarning("(%s) failed to create curl handle", _Id.c_str());
    -			browseError(string("Failed to create cURL handle : " + url).c_str());
    -			return;
    -		}
    -
    -<<<<<<< HEAD
    -=======
    -#if defined(NL_OS_WINDOWS)
    -		// https://
    -		if (toLower(url.substr(0, 8)) == "https://")
    -		{
    -			curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, &CCurlCertificates::sslCtxFunction);
    -		}
    -#endif
    -
    ->>>>>>> ryzomcore
    -		// do not follow redirects, we have own handler
    -		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0);
    -		// after redirect
    -		curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 1);
    -
    -		// tell curl to use compression if possible (gzip, deflate)
    -		// leaving this empty allows all encodings that curl supports
    -		//curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
    -
    -		// limit curl to HTTP and HTTPS protocols only
    -		curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -		curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -
    -		// Destination
    -		curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
    -
    -		// User-Agent:
    -		std::string userAgent = options.appName + "/" + options.appVersion;
    -		curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str());
    -
    -		// Cookies
    -		sendCookies(curl, _DocumentDomain, _TrustedDomain);
    -
    -		// Referer
    -		if (!referer.empty())
    -		{
    -			curl_easy_setopt(curl, CURLOPT_REFERER, referer.c_str());
    -	#ifdef LOG_DL
    -			nlwarning("(%s) set referer '%s'", _Id.c_str(), referer.c_str());
    -	#endif
    -		}
    -
    -		if (doPost)
    -		{
    -			// serialize form data and add it to curl
    -			std::string data;
    -			for(uint i=0; i0)
    -					data += "&";
    -
    -				data += std::string(escapedName) + "=" + escapedValue;
    -
    -				curl_free(escapedName);
    -				curl_free(escapedValue);
    -			}
    -			curl_easy_setopt(curl, CURLOPT_POST, 1);
    -			curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, data.size());
    -			curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, data.c_str());
    -		}
    -		else
    -		{
    -			curl_easy_setopt(curl, CURLOPT_HTTPGET, 1);
    -		}
    -
    -		// transfer handle
    -		_CurlWWW = new CCurlWWWData(curl, url);
    -
    -		// set the language code used by the client
    -		std::vector headers;
    -		headers.push_back("Accept-Language: "+options.languageCode);
    -		headers.push_back("Accept-Charset: utf-8");
    -<<<<<<< HEAD
    -		for(uint i=0; i< headers.size(); ++i)
    -		{
    -			_CurlWWW->HeadersSent = curl_slist_append(_CurlWWW->HeadersSent, headers[i].c_str());
    -		}
    -		curl_easy_setopt(curl, CURLOPT_HTTPHEADER, _CurlWWW->HeadersSent);
    -=======
    -		_CurlWWW->sendHeaders(headers);
    ->>>>>>> ryzomcore
    -
    -		// catch headers for redirect
    -		curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, curlHeaderCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEHEADER, _CurlWWW);
    -
    -		// catch body
    -		curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, curlDataCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEDATA, _CurlWWW);
    -
    -	#if LOG_DL
    -		// progress callback
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, curlProgressCallback);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFODATA, _CurlWWW);
    -	#else
    -		// progress off
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
    -	#endif
    -
    -		//
    -		curl_multi_add_handle(MultiCurl, curl);
    -
    -		// start the transfer
    -		int NewRunningCurls = 0;
    -		curl_multi_perform(MultiCurl, &NewRunningCurls);
    -		RunningCurls++;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::htmlDownloadFinished(const std::string &content, const std::string &type, long code)
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("(%s) HTML download finished, content length %d, type '%s', code %d", _Id.c_str(), content.size(), type.c_str(), code);
    -	#endif
    -
    -		// create  markup for image downloads
    -		if (type.find("image/") == 0 && !content.empty())
    -		{
    -			try
    -			{
    -				std::string dest = localImageName(_URL);
    -				COFile out;
    -				out.open(dest);
    -				out.serialBuffer((uint8 *)(content.c_str()), content.size());
    -				out.close();
    -	#ifdef LOG_DL
    -				nlwarning("(%s) image saved to '%s', url '%s'", _Id.c_str(), dest.c_str(), _URL.c_str());
    -	#endif
    -			}
    -			catch(...) { }
    -
    -			// create html code with image url inside and do the request again
    -			renderHtmlString(""+_URL+"");
    -		}
    -		else
    -		{
    -			renderHtmlString(content);
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::renderHtmlString(const std::string &html)
    -	{
    -		bool success;
    -
    -		//
    -		_Browsing = true;
    -		_DocumentUrl = _URL;
    -		_NextRefreshTime = 0;
    -		_RefreshUrl.clear();
    -
    -		// clear content
    -		beginBuild();
    -
    -		success = parseHtml(html);
    -
    -		// invalidate coords
    -		endBuild();
    -
    -		// set the browser as complete
    -		_Browsing = false;
    -		updateRefreshButton();
    -
    -		// check that the title is set, or reset it (in the case the page
    -		// does not provide a title)
    -		if (_TitleString.empty())
    -		{
    -			setTitle(_TitlePrefix);
    -		}
    -
    -		return success;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::doBrowseAnchor(const std::string &anchor)
    -	{
    -		if (_Anchors.count(anchor) == 0)
    -		{
    -			return;
    -		}
    -
    -		CInterfaceElement *pIE = _Anchors.find(anchor)->second;
    -		if (pIE)
    -		{
    -			// hotspot depends on vertical/horizontal scrollbar
    -			CCtrlScroll *pSB = getScrollBar();
    -			if (pSB)
    -			{
    -				pSB->ensureVisible(pIE, Hotspot_Tx, Hotspot_Tx);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::draw ()
    -	{
    -		CGroupScrollText::draw ();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::endBuild ()
    -	{
    -		invalidateCoords();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPGetParams (string &/* url */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPPostParams (SFormFields &/* formfields */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::requestTerminated()
    -	{
    -		if (_CurlWWW)
    -		{
    -	#if LOG_DL
    -			nlwarning("(%s) stop curl, url '%s'", _Id.c_str(), _CurlWWW->Url.c_str());
    -	#endif
    -			if (MultiCurl)
    -				curl_multi_remove_handle(MultiCurl, _CurlWWW->Request);
    -
    -			delete _CurlWWW;
    -
    -			_CurlWWW = NULL;
    -			_Connecting = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	string	CGroupHTML::home ()
    -	{
    -		return Home;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::removeContent ()
    -	{
    -		// Remove old document
    -		if (!_GroupListAdaptor)
    -		{
    -			_GroupListAdaptor = new CGroupListAdaptor(CViewBase::TCtorParam()); // deleted by the list
    -			_GroupListAdaptor->setResizeFromChildH(true);
    -			getList()->addChild (_GroupListAdaptor, true);
    -		}
    -
    -		// Group list adaptor not exist ?
    -		_GroupListAdaptor->clearGroups();
    -		_GroupListAdaptor->clearControls();
    -		_GroupListAdaptor->clearViews();
    -		CWidgetManager::getInstance()->clearViewUnders();
    -		CWidgetManager::getInstance()->clearCtrlsUnders();
    -
    -		// Clear all the context
    -		clearContext();
    -
    -		// Reset default background color
    -		setBackgroundColor (BgColor);
    -
    -		paragraphChange ();
    -	}
    -
    -	// ***************************************************************************
    -	const std::string &CGroupHTML::selectTreeNodeRecurs(CGroupTree::SNode *node, const std::string &url)
    -	{
    -		static std::string	emptyString;
    -		if(!node)
    -		{
    -			return emptyString;
    -		}
    -
    -		// if this node match
    -		if(actionLaunchUrlRecurs(node->AHName, node->AHParams, url))
    -		{
    -			return node->Id;
    -		}
    -		// fails => look into children
    -		else
    -		{
    -			for(uint i=0;iChildren.size();i++)
    -			{
    -				const string &childRes= selectTreeNodeRecurs(node->Children[i], url);
    -				if(!childRes.empty())
    -					return childRes;
    -			}
    -
    -			// none match...
    -			return emptyString;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	bool	CGroupHTML::actionLaunchUrlRecurs(const std::string &ah, const std::string ¶ms, const std::string &url)
    -	{
    -		// check if this action match
    -		if( (ah=="launch_help" || ah=="browse") && IActionHandler::getParam (params, "url") == url)
    -		{
    -			return true;
    -		}
    -		// can be a proc that contains launch_help/browse => look recurs
    -		else if(ah=="proc")
    -		{
    -			const std::string &procName= params;
    -			// look into this proc
    -			uint	numActions= CWidgetManager::getInstance()->getParser()->getProcedureNumActions(procName);
    -			for(uint i=0;igetParser()->getProcedureAction(procName, i, procAh, procParams))
    -				{
    -					// recurs proc if needed!
    -					if (actionLaunchUrlRecurs(procAh, procParams, url))
    -						return true;
    -				}
    -			}
    -		}
    -
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::clearUndoRedo()
    -	{
    -		// erase any undo/redo
    -		_BrowseUndo.clear();
    -		_BrowseRedo.clear();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::pushUrlUndoRedo(const std::string &url)
    -	{
    -		// if same url, no op
    -		if(url==_AskedUrl)
    -			return;
    -
    -		// erase any redo, push undo, set current
    -		_BrowseRedo.clear();
    -		if(!_AskedUrl.empty())
    -			_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= url;
    -
    -		// limit undo
    -		while(_BrowseUndo.size()>MaxUrlUndoRedo)
    -			_BrowseUndo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseUndo()
    -	{
    -		if(_BrowseUndo.empty())
    -			return;
    -
    -		// push to redo, pop undo, and set current
    -		_BrowseRedo.push_front(_AskedUrl);
    -		_AskedUrl= _BrowseUndo.back();
    -		_BrowseUndo.pop_back();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the undoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseRedo()
    -	{
    -		if(_BrowseRedo.empty())
    -			return;
    -
    -		// push to undo, pop redo, and set current
    -		_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= _BrowseRedo.front();
    -		_BrowseRedo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the redoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateUndoRedoButtons()
    -	{
    -		CCtrlBaseButton		*butUndo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseUndoButton));
    -		CCtrlBaseButton		*butRedo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRedoButton));
    -
    -		// gray according to list size
    -		if(butUndo)
    -			butUndo->setFrozen(_BrowseUndo.empty());
    -		if(butRedo)
    -			butRedo->setFrozen(_BrowseRedo.empty());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateRefreshButton()
    -	{
    -		CCtrlBaseButton		*butRefresh = dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRefreshButton));
    -
    -		bool enabled = !_Browsing && !_Connecting;
    -		if(butRefresh)
    -			butRefresh->setFrozen(!enabled);
    -	}
    -
    -	// ***************************************************************************
    -
    -	NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTMLInputOffset, std::string, "html_input_offset");
    -
    -	CGroupHTMLInputOffset::CGroupHTMLInputOffset(const TCtorParam ¶m)
    -		: CInterfaceGroup(param),
    -		Offset(0)
    -	{
    -	}
    -
    -	xmlNodePtr CGroupHTMLInputOffset::serialize( xmlNodePtr parentNode, const char *type ) const
    -	{
    -		xmlNodePtr node = CInterfaceGroup::serialize( parentNode, type );
    -		if( node == NULL )
    -			return NULL;
    -
    -		xmlSetProp( node, BAD_CAST "type", BAD_CAST "html_input_offset" );
    -		xmlSetProp( node, BAD_CAST "y_offset", BAD_CAST toString( Offset ).c_str() );
    -
    -		return node;
    -	}
    -
    -	// ***************************************************************************
    -	bool CGroupHTMLInputOffset::parse(xmlNodePtr cur, CInterfaceGroup *parentGroup)
    -	{
    -		if (!CInterfaceGroup::parse(cur, parentGroup)) return false;
    -		CXMLAutoPtr ptr;
    -		// Get the url
    -		ptr = xmlGetProp (cur, (xmlChar*)"y_offset");
    -		if (ptr)
    -			fromString((const char*)ptr, Offset);
    -		return true;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBrowse(CLuaState &ls)
    -	{
    -		const char *funcName = "browse";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		browse(ls.toString(1));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRefresh(CLuaState &ls)
    -	{
    -		const char *funcName = "refresh";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		refresh();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRemoveContent(CLuaState &ls)
    -	{
    -		const char *funcName = "removeContent";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		removeContent();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRenderHtml(CLuaState &ls)
    -	{
    -		const char *funcName = "renderHtml";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		std::string html = ls.toString(1);
    -
    -		renderHtmlString(html);
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaInsertText(CLuaState &ls)	
    -	{
    -		const char *funcName = "insertText";
    -		CLuaIHM::checkArgCount(ls, funcName, 3);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 3, LUA_TBOOLEAN);
    -		
    -		string name = ls.toString(1);
    -
    -		ucstring text;
    -		text.fromUtf8(ls.toString(2));
    -
    -		if (!_Forms.empty())
    -		{
    -			for (uint i=0; i<_Forms.back().Entries.size(); i++)
    -			{
    -				if (_Forms.back().Entries[i].TextArea && _Forms.back().Entries[i].Name == name)
    -				{
    -					// Get the edit box view
    -					CInterfaceGroup *group = _Forms.back().Entries[i].TextArea->getGroup ("eb");
    -					if (group)
    -					{
    -						// Should be a CGroupEditBox
    -						CGroupEditBox *editBox = dynamic_cast(group);
    -						if (editBox)
    -							editBox->writeString(text, false, ls.toBoolean(3));
    -					}
    -				}
    -			}
    -		}
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddString(CLuaState &ls)
    -	{
    -		const char *funcName = "addString";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		addString(ucstring(ls.toString(1)));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddImage(CLuaState &ls)
    -	{
    -		const char *funcName = "addImage";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -		if (!_Paragraph)
    -		{
    -			newParagraph(0);
    -			paragraphChange();
    -		}
    -<<<<<<< HEAD
    -=======
    -
    -		CStyleParams style;
    -		style.GlobalColor = ls.toBoolean(2);
    -
    ->>>>>>> ryzomcore
    -		string url = getLink();
    -		if (!url.empty())
    -		{
    -			string params = "name=" + getId() + "|url=" + getLink ();
    -			addButton(CCtrlButton::PushButton, ls.toString(1), ls.toString(1), ls.toString(1),
    -<<<<<<< HEAD
    -								"", ls.toBoolean(2), "browse", params.c_str(), "");
    -		}
    -		else
    -		{
    -			addImage(ls.toString(1), ls.toBoolean(2));
    -=======
    -								"", "browse", params.c_str(), "", style);
    -		}
    -		else
    -		{
    -			addImage(ls.toString(1), false, style);
    ->>>>>>> ryzomcore
    -		}
    -
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBeginElement(CLuaState &ls)
    -	{
    -		const char *funcName = "beginElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TTABLE);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		std::vector present;
    -		std::vector value;
    -		present.resize(30, false);
    -		value.resize(30);
    -
    -		CLuaObject params;
    -		params.pop(ls);
    -		uint max_idx = 0;
    -
    -
    -		ENUM_LUA_TABLE(params, it)
    -		{
    -			if (!it.nextKey().isInteger())
    -			{
    -				nlwarning("%s : bad key encountered with type %s, integer expected.", funcName, it.nextKey().getTypename());
    -				continue;
    -			}
    -			if (!it.nextValue().isString())
    -			{
    -				nlwarning("%s : bad value encountered with type %s for key %s, string expected.", funcName, it.nextValue().getTypename(), it.nextKey().toString().c_str());
    -				continue;
    -			}
    -			uint idx = (uint)it.nextKey().toInteger();
    -
    -			present.insert(present.begin() + (uint)it.nextKey().toInteger(), true);
    -
    -			string str = it.nextValue().toString();
    -			size_t size = str.size() + 1;
    -			char * buffer = new char[ size ];
    -			strncpy(buffer, str.c_str(), size );
    -
    -			value.insert(value.begin() + (uint)it.nextKey().toInteger(), buffer);
    -		}
    -
    -		// ingame lua scripts from browser are using  url scheme
    -		// reason unknown
    -		_LuaHrefHack = true;
    -		beginElement(element_number, present, value);
    -		_LuaHrefHack = false;
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaEndElement(CLuaState &ls)
    -	{
    -		const char *funcName = "endElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		endElement(element_number);
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaShowDiv(CLuaState &ls)
    -	{
    -		const char *funcName = "showDiv";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -
    -		if (!_Groups.empty())
    -		{
    -			for (uint i=0; i<_Groups.size(); i++)
    -			{
    -				CInterfaceGroup *group = _Groups[i];
    -				if (group->getName() == ls.toString(1))
    -				{
    -					group->setActive(ls.toBoolean(2));
    -				}
    -			}
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::setURL(const std::string &url)
    -	{
    -		browse(url.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	inline bool isDigit(ucchar c, uint base = 16)
    -	{
    -		if (c>='0' && c<='9') return true;
    -		if (base != 16) return false;
    -		if (c>='A' && c<='F') return true;
    -		if (c>='a' && c<='f') return true;
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	inline ucchar convertHexDigit(ucchar c)
    -	{
    -		if (c>='0' && c<='9') return c-'0';
    -		if (c>='A' && c<='F') return c-'A'+10;
    -		if (c>='a' && c<='f') return c-'a'+10;
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	ucstring CGroupHTML::decodeHTMLEntities(const ucstring &str)
    -	{
    -		ucstring result;
    -		uint last, pos;
    -
    -		for (uint i=0; i= 4)
    -			{
    -				pos = i+1;
    -
    -				// unicode character
    -				if (str[pos] == '#')
    -				{
    -					++pos;
    -
    -					// using decimal by default
    -					uint base = 10;
    -
    -					// using hexadecimal if &#x
    -					if (str[pos] == 'x')
    -					{
    -						base = 16;
    -						++pos;
    -					}
    -
    -					// setup "last" to point at the first character following "&#x?[0-9a-f]+"
    -					for (last = pos; last < str.length(); ++last) if (!isDigit(str[last], base)) break;
    -
    -					// make sure that at least 1 digit was found
    -					// and have the terminating ';' to complete the token: "&#x?[0-9a-f]+;"
    -					if (last == pos || str[last] != ';')
    -					{
    -						result += str[i];
    -						continue;
    -					}
    -
    -					ucchar c = 0;
    -
    -					// convert digits to unicode character
    -					while (posfirst == "font-size")
    -			{
    -				if (it->second == "inherit")
    -					style.FontSize = getFontSize();
    -				else
    -				{
    -					float tmp;
    -					sint size = 0;
    -					getPercentage (size, tmp, it->second.c_str());
    -					if (size > 0)
    -						style.FontSize = size;
    -				}
    -			}
    -			else
    -			if (it->first == "font-style")
    -			{
    -				if (it->second == "inherit")
    -					style.FontOblique = getFontOblique();
    -				else
    -				if (it->second == "italic" || it->second == "oblique")
    -					style.FontOblique = true;
    -			}
    -			else
    -			if (it->first == "font-family")
    -			{
    -				if (it->second == "inherit")
    -					style.FontFamily = getFontFamily();
    -				else
    -				if (it->second == "monospace")
    -					style.FontFamily = "monospace";
    -				else
    -					style.FontFamily.clear();
    -			}
    -			else
    -			if (it->first == "font-weight")
    -			{
    -				// https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
    -				uint weight = 400;
    -				if (it->second == "inherit")
    -					weight = getFontWeight();
    -				else
    -				if (it->second == "normal")
    -					weight = 400;
    -				else
    -				if (it->second == "bold")
    -					weight = 700;
    -				else
    -				if (it->second == "lighter")
    -				{
    -					const uint lighter[] = {100, 100, 100, 100, 100, 400, 400, 700, 700};
    -					uint index = getFontWeight() / 100 - 1;
    -					clamp(index, 1u, 9u);
    -					weight = lighter[index-1];
    -				}
    -				else
    -				if (it->second == "bolder")
    -				{
    -					const uint bolder[] =  {400, 400, 400, 700, 700, 900, 900, 900, 900};
    -					uint index = getFontWeight() / 100 + 1;
    -					clamp(index, 1u, 9u);
    -					weight = bolder[index-1];
    -				}
    -				else
    -				if (fromString(it->second, weight))
    -				{
    -					weight = (weight / 100);
    -					clamp(weight, 1u, 9u);
    -					weight *= 100;
    -				}
    -				style.FontWeight = weight;
    -			}
    -			else
    -			if (it->first == "color")
    -				if (it->second == "inherit")
    -					style.TextColor = getTextColor();
    -				else
    -					scanHTMLColor(it->second.c_str(), style.TextColor);
    -			else
    -			if (it->first == "text-decoration" || it->first == "text-decoration-line")
    -			{
    -				std::string prop(toLower(it->second));
    -				style.Underlined = (prop.find("underline") != std::string::npos);
    -				style.StrikeThrough = (prop.find("line-through") != std::string::npos);
    -			}
    -			else
    -			if (it->first == "width")
    -				getPercentage(style.Width, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "height")
    -				getPercentage(style.Height, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-width")
    -				getPercentage(style.MaxWidth, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-height")
    -				getPercentage(style.MaxHeight, tmpf, it->second.c_str());
    -<<<<<<< HEAD
    -=======
    -			else
    -			if (it->first == "-ryzom-modulate-color")
    -			{
    -				bool b;
    -				if (it->second == "inherit")
    -					style.GlobalColor = getGlobalColor();
    -				else
    -				if (fromString(it->second, b))
    -					style.GlobalColor = b;
    -			}
    ->>>>>>> ryzomcore
    -		}
    -		if (inherit)
    -		{
    -			style.Underlined = getFontUnderlined() || style.Underlined;
    -			style.StrikeThrough = getFontStrikeThrough() || style.StrikeThrough;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::applyCssMinMax(sint32 &width, sint32 &height, sint32 minw, sint32 minh, sint32 maxw, sint32 maxh)
    -	{
    -		if (maxw <= 0) maxw = width;
    -		if (maxh <= 0) maxh = height;
    -
    -		maxw = std::max(minw, maxw);
    -		maxh = std::max(minh, maxh);
    -		
    -		float ratio = (float) width / std::max(1, height);
    -		if (width > maxw)
    -		{
    -			width = maxw;
    -			height = std::max((sint32)(maxw /ratio), minh);
    -		}
    -		if (width < minw)
    -		{
    -			width = minw;
    -			height = std::min((sint32)(minw / ratio), maxh);
    -		}
    -		if (height > maxh)
    -		{
    -			width = std::max((sint32)(maxh * ratio), minw);
    -			height = maxh;
    -		}
    -		if (height < minh)
    -		{
    -			width = std::min((sint32)(minh * ratio), maxw);
    -			height = minh;
    -		}
    -		if (width > maxw && height > maxh)
    -		{
    -			if (maxw/width <= maxh/height)
    -			{
    -				width = maxw;
    -				height = std::max(minh, (sint32)(maxw / ratio));
    -			}
    -			else
    -			{
    -				width = std::max(minw, (sint32)(maxh * ratio));
    -				height = maxh;
    -			}
    -		}
    -		if (width < minw && height < minh)
    -		{
    -			if (minw / width <= minh / height)
    -			{
    -				width = std::min(maxw, (sint32)(minh * ratio));
    -				height = minh;
    -			}
    -			else
    -			{
    -				width = minw;
    -				height = std::min(maxh, (sint32)(minw / ratio));
    -			}
    -		}
    -		if (width < minw && height > maxh)
    -		{
    -			width = minw;
    -			height = maxh;
    -		}
    -		if (width > maxw && height < minh)
    -		{
    -			width = maxw;
    -			height = minh;
    -		}
    -	}
    -	
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlHeaderCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			std::string header;
    -			header.append(buffer, size * nmemb);
    -			me->setRecvHeader(header.substr(0, header.find_first_of("\n\r")));
    -		}
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlDataCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -			me->Content.append(buffer, size * nmemb);
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlProgressCallback(void *pCCurlWWWData, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			if (dltotal > 0 || dlnow > 0 || ultotal > 0 || ulnow > 0)
    -			{
    -				nlwarning("> dltotal %d, dlnow %d, ultotal %d, ulnow %d, url '%s'", dltotal, dlnow, ultotal, ulnow, me->Url.c_str());
    -			}
    -		}
    -
    -		// return 1 to cancel download
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	std::string CGroupHTML::HTMLOListElement::getListMarkerText() const
    -	{
    -		std::string ret;
    -		sint32 number = Value;
    -
    -		if (Type == "disc")
    -		{
    -			// (ucchar)0x2219;
    -			ret = "\xe2\x88\x99 ";
    -		}
    -		else if (Type == "circle")
    -		{
    -			// (uchar)0x26AA;
    -			ret = "\xe2\x9a\xaa ";
    -		}
    -		else if (Type == "square")
    -		{
    -			// (ucchar)0x25AA;
    -			ret = "\xe2\x96\xaa ";
    -		}
    -		else if (Type == "a" || Type == "A")
    -		{
    -			// @see toAlphabeticOrNumeric in WebKit
    -			static const char lower[26] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
    -											'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' };
    -			static const char upper[26] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
    -											'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' };
    -			uint size = 26;
    -			if (number < 1)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "A" ? upper : lower);
    -				while(number > 0)
    -				{
    -					--number;
    -					ret.insert(ret.begin(), digits[number % size]);
    -					number /= size;
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else if (Type == "i" || Type == "I")
    -		{
    -			// @see toRoman in WebKit
    -			static const char lower[7] = {'i', 'v', 'x', 'l', 'c', 'd', 'm'};
    -			static const char upper[7] = {'I', 'V', 'X', 'L', 'C', 'D', 'M'};
    -
    -			if (number < 1 || number > 3999)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "I" ? upper : lower);
    -				uint8 i, d=0;
    -				do
    -				{
    -					uint32 num = number % 10;
    -					if (num % 5 < 4)
    -					{
    -						for (i = num % 5; i > 0; i--)
    -						{
    -							ret.insert(ret.begin(), digits[d]);
    -						}
    -					}
    -					if (num >= 4 && num <= 8)
    -					{
    -						ret.insert(ret.begin(), digits[d + 1]);
    -					}
    -					if (num == 9)
    -					{
    -						ret.insert(ret.begin(), digits[d + 2]);
    -					}
    -					if (num % 5 == 4)
    -					{
    -						ret.insert(ret.begin(), digits[d]);
    -					}
    -					number /= 10;
    -					d += 2;
    -				}
    -				while (number > 0);
    -
    -				if (Type == "I")
    -				{
    -					ret = toUpper(ret);
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else
    -		{
    -			ret = toString(Value) + ". ";
    -		}
    -
    -		return ret;
    -	}
    -
    -}
    -
    diff --git a/code/nel/src/gui/group_html_BASE_3737.cpp b/code/nel/src/gui/group_html_BASE_3737.cpp
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/nel/src/gui/group_html_LOCAL_3737.cpp b/code/nel/src/gui/group_html_LOCAL_3737.cpp
    deleted file mode 100644
    index a3cfd514f..000000000
    --- a/code/nel/src/gui/group_html_LOCAL_3737.cpp
    +++ /dev/null
    @@ -1,6139 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -//#include 
    -
    -#include "stdpch.h"
    -#include "nel/gui/group_html.h"
    -
    -#include 
    -#include "nel/misc/types_nl.h"
    -#include "nel/misc/rgba.h"
    -#include "nel/misc/algo.h"
    -#include "nel/gui/libwww.h"
    -#include "nel/gui/group_html.h"
    -#include "nel/gui/group_list.h"
    -#include "nel/gui/group_menu.h"
    -#include "nel/gui/group_container.h"
    -#include "nel/gui/view_link.h"
    -#include "nel/gui/ctrl_scroll.h"
    -#include "nel/gui/ctrl_button.h"
    -#include "nel/gui/ctrl_text_button.h"
    -#include "nel/gui/action_handler.h"
    -#include "nel/gui/group_paragraph.h"
    -#include "nel/gui/group_editbox.h"
    -#include "nel/gui/widget_manager.h"
    -#include "nel/gui/lua_manager.h"
    -#include "nel/gui/view_bitmap.h"
    -#include "nel/gui/dbgroup_combo_box.h"
    -#include "nel/gui/lua_ihm.h"
    -#include "nel/misc/i18n.h"
    -#include "nel/misc/md5.h"
    -#include "nel/3d/texture_file.h"
    -#include "nel/misc/big_file.h"
    -#include "nel/gui/url_parser.h"
    -
    -using namespace std;
    -using namespace NLMISC;
    -
    -#ifdef DEBUG_NEW
    -#define new DEBUG_NEW
    -#endif
    -
    -// Default maximum time the request is allowed to take
    -#define DEFAULT_RYZOM_CONNECTION_TIMEOUT (300.0)
    -// Allow up to 10 redirects, then give up
    -#define DEFAULT_RYZOM_REDIRECT_LIMIT (10)
    -//
    -#define FONT_WEIGHT_NORMAL 400
    -#define FONT_WEIGHT_BOLD 700
    -
    -namespace NLGUI
    -{
    -
    -	// Uncomment to see the log about image download
    -	//#define LOG_DL 1
    -
    -	CGroupHTML::SWebOptions CGroupHTML::options;
    -
    -
    -	// Active cURL www transfer
    -	class CCurlWWWData
    -	{
    -		public:
    -			CCurlWWWData(CURL *curl, const std::string &url)
    -				: Request(curl), Url(url), Content(""), HeadersSent(NULL)
    -			{
    -			}
    -			~CCurlWWWData()
    -			{
    -				if (Request)
    -					curl_easy_cleanup(Request);
    -
    -				if (HeadersSent)
    -					curl_slist_free_all(HeadersSent);
    -			}
    -
    -			void setRecvHeader(const std::string &header)
    -			{
    -				size_t pos = header.find(": ");
    -				if (pos == std::string::npos)
    -					return;
    -
    -				std::string key = toLower(header.substr(0, pos));
    -				if (pos != std::string::npos)
    -				{
    -					HeadersRecv[key] = header.substr(pos + 2);
    -					//nlinfo(">> received header '%s' = '%s'", key.c_str(), HeadersRecv[key].c_str());
    -				}
    -			}
    -
    -			// return last received "Location: " header or empty string if no header set
    -			const std::string getLocationHeader()
    -			{
    -				if (HeadersRecv.count("location") > 0)
    -					return HeadersRecv["location"];
    -
    -				return "";
    -			}
    -
    -		public:
    -			CURL *Request;
    -
    -			std::string Url;
    -			std::string Content;
    -
    -			// headers sent with curl request, must be released after transfer
    -			curl_slist * HeadersSent;
    -
    -			// headers received from curl transfer
    -			std::map HeadersRecv;
    -	};
    -
    -	// Check if domain is on TrustedDomain
    -	bool CGroupHTML::isTrustedDomain(const string &domain)
    -	{
    -		vector::iterator it;
    -		it = find ( options.trustedDomains.begin(), options.trustedDomains.end(), domain);
    -		return it != options.trustedDomains.end();
    -	}
    -
    -	// Update view after download has finished
    -	void CGroupHTML::setImage(CViewBase * view, const string &file)
    -	{
    -		CCtrlButton *btn = dynamic_cast(view);
    -		if(btn)
    -		{
    -			btn->setTexture (file);
    -			btn->setTexturePushed(file);
    -			btn->invalidateCoords();
    -			btn->invalidateContent();
    -			btn->resetInvalidCoords();
    -			btn->updateCoords();
    -			paragraphChange();
    -		}
    -		else
    -		{
    -			CViewBitmap *btm = dynamic_cast(view);
    -			if(btm)
    -			{
    -				btm->setTexture (file);
    -				btm->invalidateCoords();
    -				btm->invalidateContent();
    -				btm->resetInvalidCoords();
    -				btm->updateCoords();
    -				paragraphChange();
    -			}
    -			else
    -			{
    -				CGroupCell *btgc = dynamic_cast(view);
    -				if(btgc)
    -				{
    -					btgc->setTexture (file);
    -					btgc->invalidateCoords();
    -					btgc->invalidateContent();
    -					btgc->resetInvalidCoords();
    -					btgc->updateCoords();
    -					paragraphChange();
    -				}
    -			}
    -		}
    -	}
    -	
    -	// Force image width, height
    -	void CGroupHTML::setImageSize(CViewBase *view, const CStyleParams &style)
    -	{
    -		sint32 width = style.Width;
    -		sint32 height = style.Height;
    -		sint32 maxw = style.MaxWidth;
    -		sint32 maxh = style.MaxHeight;
    -		
    -		sint32 imageWidth, imageHeight;
    -		bool changed = true;
    -		
    -		// get image texture size
    -		// if image is being downloaded, then correct size is set after thats done
    -		CCtrlButton *btn = dynamic_cast(view);
    -		if(btn)
    -		{
    -			btn->fitTexture();
    -			imageWidth = btn->getW(false);
    -			imageHeight = btn->getH(false);
    -		}
    -		else
    -		{
    -			CViewBitmap *btm = dynamic_cast(view);
    -			if(btm)
    -			{
    -				btm->fitTexture();
    -				imageWidth = btm->getW(false);
    -				imageHeight = btm->getH(false);
    -			}
    -			else
    -			{
    -				// not supported
    -				return;
    -			}
    -		}
    -		
    -		// if width/height is not requested, then use image size
    -		// else recalculate missing value, keep image ratio
    -		if (width == -1 && height == -1)
    -		{
    -			width = imageWidth;
    -			height = imageHeight;
    -			
    -			changed = false;
    -		}
    -		else
    -		if (width == -1 || height == -1) {
    -			float ratio = (float) imageWidth / std::max(1, imageHeight);
    -			if (width == -1)
    -				width = height * ratio;
    -			else
    -				height = width / ratio;
    -		}
    -		
    -		// apply max-width, max-height rules if asked
    -		if (maxw > -1 || maxh > -1)
    -		{
    -			applyCssMinMax(width, height, 0, 0, maxw, maxh);
    -			changed = true;
    -		}
    -
    -		if (changed)
    -		{
    -			CCtrlButton *btn = dynamic_cast(view);
    -			if(btn)
    -			{
    -				btn->setScale(true);
    -				btn->setW(width);
    -				btn->setH(height);
    -			}
    -			else
    -			{
    -				CViewBitmap *image = dynamic_cast(view);
    -				if(image)
    -				{
    -					image->setScale(true);
    -					image->setW(width);
    -					image->setH(height);
    -				}
    -			}
    -		}
    -	}
    -	
    -	// Get an url and return the local filename with the path where the url image should be
    -	string CGroupHTML::localImageName(const string &url)
    -	{
    -		string dest = "cache/";
    -		dest += getMD5((uint8 *)url.c_str(), (uint32)url.size()).toString();
    -		dest += ".cache";
    -		return dest;
    -	}
    -
    -	// Add a image download request in the multi_curl
    -	void CGroupHTML::addImageDownload(const string &url, CViewBase *img, const CStyleParams &style)
    -	{
    -		string finalUrl = getAbsoluteUrl(url);
    -
    -		// Search if we are not already downloading this url.
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			if(Curls[i].url == finalUrl)
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("already downloading '%s' img %p", finalUrl.c_str(), img);
    -	#endif
    -				Curls[i].imgs.push_back(CDataImageDownload(img, style));
    -				return;
    -			}
    -		}
    -
    -		// use requested url for local name
    -		string dest = localImageName(url);
    -		string tmpdest = localImageName(url)+".tmp";
    -	#ifdef LOG_DL
    -		nlwarning("add to download '%s' dest '%s' img %p", finalUrl.c_str(), dest.c_str(), img);
    -	#endif
    -
    -		// erase the tmp file if exists
    -		if (NLMISC::CFile::fileExists(tmpdest))
    -			NLMISC::CFile::deleteFile(tmpdest);
    -
    -		if (!NLMISC::CFile::fileExists(dest))
    -		{
    -			if (!MultiCurl)
    -			{
    -				nlwarning("Invalid MultiCurl handle, unable to download '%s'", finalUrl.c_str());
    -				return;
    -			}
    -
    -			CURL *curl = curl_easy_init();
    -			if (!curl)
    -			{
    -				nlwarning("Creating cURL handle failed, unable to download '%s'", finalUrl.c_str());
    -				return;
    -			}
    -
    -			FILE *fp = nlfopen(tmpdest, "wb");
    -			if (fp == NULL)
    -			{
    -				curl_easy_cleanup(curl);
    -
    -				nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno));
    -				return;
    -			}
    -			curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true);
    -			curl_easy_setopt(curl, CURLOPT_URL, finalUrl.c_str());
    -
    -			std::string userAgent = options.appName + "/" + options.appVersion;
    -			curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str());
    -
    -			sendCookies(curl, _DocumentDomain, _TrustedDomain);
    -
    -			curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp);
    -			curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
    -
    -			curl_multi_add_handle(MultiCurl, curl);
    -			Curls.push_back(CDataDownload(curl, finalUrl, dest, fp, ImgType, img, "", "", style));
    -		#ifdef LOG_DL
    -			nlwarning("adding handle %x, %d curls", curl, Curls.size());
    -		#endif
    -			RunningCurls++;
    -		}
    -		else
    -		{
    -			setImage(img, dest);
    -			setImageSize(img, style);
    -		}
    -	}
    -
    -	void CGroupHTML::initImageDownload()
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("Init Image Download");
    -	#endif
    -
    -		string pathName = "cache";
    -		if ( ! CFile::isExists( pathName ) )
    -			CFile::createDirectory( pathName );
    -	}
    -
    -
    -	// Get an url and return the local filename with the path where the bnp should be
    -	string CGroupHTML::localBnpName(const string &url)
    -	{
    -		size_t lastIndex = url.find_last_of("/");
    -		string dest = "user/"+url.substr(lastIndex+1);
    -		return dest;
    -	}
    -
    -	// Add a bnp download request in the multi_curl, return true if already downloaded
    -	bool CGroupHTML::addBnpDownload(const string &url, const string &action, const string &script, const string &md5sum)
    -	{
    -		// Search if we are not already downloading this url.
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			if(Curls[i].url == url)
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("already downloading '%s'", url.c_str());
    -	#endif
    -				return false;
    -			}
    -		}
    -
    -		string dest = localBnpName(url);
    -		string tmpdest = localBnpName(url)+".tmp";
    -	#ifdef LOG_DL
    -		nlwarning("add to download '%s' dest '%s'", url.c_str(), dest.c_str());
    -	#endif
    -		
    -		// erase the tmp file if exists
    -		if (NLMISC::CFile::fileExists(tmpdest))
    -			NLMISC::CFile::deleteFile(tmpdest);
    -
    -		// create/delete the local file
    -		if (NLMISC::CFile::fileExists(dest))
    -		{
    -			if (action == "override" || action == "delete")
    -			{
    -				CFile::setRWAccess(dest);
    -				NLMISC::CFile::deleteFile(dest);
    -			}
    -			else
    -			{
    -				return true;
    -			}
    -		}
    -		if (action != "delete")
    -		{
    -			if (!MultiCurl)
    -			{
    -				nlwarning("Invalid MultiCurl handle, unable to download '%s'", url.c_str());
    -				return false;
    -			}
    -
    -			CURL *curl = curl_easy_init();
    -			if (!curl)
    -			{
    -				nlwarning("Creating cURL handle failed, unable to download '%s'", url.c_str());
    -				return false;
    -			}
    -
    -			FILE *fp = nlfopen (tmpdest, "wb");
    -			if (fp == NULL)
    -			{
    -				curl_easy_cleanup(curl);
    -				nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno));
    -				return false;
    -			}
    -
    -			curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true);
    -			curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
    -
    -			curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp);
    -			curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
    -
    -			curl_multi_add_handle(MultiCurl, curl);
    -			Curls.push_back(CDataDownload(curl, url, dest, fp, BnpType, NULL, script, md5sum));
    -	#ifdef LOG_DL
    -			nlwarning("adding handle %x, %d curls", curl, Curls.size());
    -	#endif
    -			RunningCurls++;
    -		}
    -		else
    -			return true;
    -
    -		return false;
    -	}
    -
    -	void CGroupHTML::initBnpDownload()
    -	{
    -		if (!_TrustedDomain)
    -			return;
    -
    -	#ifdef LOG_DL
    -		nlwarning("Init Bnp Download");
    -	#endif
    -		string pathName = "user";
    -		if ( ! CFile::isExists( pathName ) )
    -			CFile::createDirectory( pathName );
    -	}
    -
    -	// Call this evenly to check if an element is downloaded and then manage it
    -	void CGroupHTML::checkDownloads()
    -	{
    -		//nlassert(_CrtCheckMemory());
    -
    -		if(Curls.empty() && _CurlWWW == NULL)
    -			return;
    -
    -		int NewRunningCurls = 0;
    -		while(CURLM_CALL_MULTI_PERFORM == curl_multi_perform(MultiCurl, &NewRunningCurls))
    -		{
    -	#ifdef LOG_DL
    -			nlwarning("more to do now %d - %d curls", NewRunningCurls, Curls.size());
    -	#endif
    -		}
    -		if(NewRunningCurls < RunningCurls)
    -		{
    -			// some download are done, callback them
    -	#ifdef LOG_DL
    -			nlwarning ("new %d old %d", NewRunningCurls, RunningCurls);
    -	#endif
    -			// check msg
    -			CURLMsg *msg;
    -			int msgs_left;
    -			while ((msg = curl_multi_info_read(MultiCurl, &msgs_left)))
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("> (%s) msgs_left %d", _Id.c_str(), msgs_left);
    -	#endif
    -				if (msg->msg == CURLMSG_DONE)
    -				{
    -					if (_CurlWWW && _CurlWWW->Request && _CurlWWW->Request == msg->easy_handle)
    -					{
    -						CURLcode res = msg->data.result;
    -						long code;
    -						curl_easy_getinfo(_CurlWWW->Request, CURLINFO_RESPONSE_CODE, &code);
    -	#ifdef LOG_DL
    -						nlwarning("(%s) web transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), _CurlWWW->Request, res, code, _CurlWWW->Url.size(), _CurlWWW->Url.c_str());
    -	#endif
    -
    -						if (res != CURLE_OK)
    -						{
    -							std::string err;
    -							err = "Connection failed with cURL error: ";
    -							err += curl_easy_strerror(res);
    -							err += "\nURL '" + _CurlWWW->Url + "'";
    -							browseError(err.c_str());
    -						}
    -						else
    -						if ((code >= 301 && code <= 303) || code == 307 || code == 308)
    -						{
    -							if (_RedirectsRemaining < 0)
    -							{
    -								browseError(string("Redirect limit reached : " + _URL).c_str());
    -							}
    -							else
    -							{
    -								receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain);
    -
    -								// redirect, get the location and try browse again
    -								// we cant use curl redirection because 'addHTTPGetParams()' must be called on new destination
    -								std::string location(_CurlWWW->getLocationHeader());
    -								if (!location.empty())
    -								{
    -	#ifdef LOG_DL
    -									nlwarning("(%s) request (%d) redirected to (len %d) '%s'", _Id.c_str(), _RedirectsRemaining, location.size(), location.c_str());
    -	#endif
    -									location = getAbsoluteUrl(location);
    -									// throw away this handle and start with new one (easier than reusing)
    -									requestTerminated();
    -
    -									_PostNextTime = false;
    -									_RedirectsRemaining--;
    -
    -									doBrowse(location.c_str());
    -								}
    -								else
    -								{
    -									browseError(string("Request was redirected, but location was not set : "+_URL).c_str());
    -								}
    -							}
    -						}
    -						else
    -						{
    -							receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain);
    -
    -							_RedirectsRemaining = DEFAULT_RYZOM_REDIRECT_LIMIT;
    -
    -							if ( (code < 200 || code >= 300) )
    -							{
    -								browseError(string("Connection failed (curl code " + toString((sint32)res) + ")\nhttp code " + toString((sint32)code) + ")\nURL '" + _CurlWWW->Url + "'").c_str());
    -							}
    -							else
    -							{
    -								char *ch;
    -								std::string contentType;
    -								res = curl_easy_getinfo(_CurlWWW->Request, CURLINFO_CONTENT_TYPE, &ch);
    -								if (res == CURLE_OK)
    -								{
    -									contentType = ch;
    -								}
    -
    -								htmlDownloadFinished(_CurlWWW->Content, contentType, code);
    -							}
    -							requestTerminated();
    -						}
    -					}
    -
    -					for (vector::iterator it=Curls.begin(); iteasy_handle == it->curl)
    -						{
    -							CURLcode res = msg->data.result;
    -							long r;
    -							curl_easy_getinfo(it->curl, CURLINFO_RESPONSE_CODE, &r);
    -							fclose(it->fp);
    -
    -	#ifdef LOG_DL
    -							nlwarning("(%s) transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), it->curl, res, r, it->url.size(), it->url.c_str());
    -	#endif
    -							curl_multi_remove_handle(MultiCurl, it->curl);
    -							curl_easy_cleanup(it->curl);
    -
    -							string tmpfile = it->dest + ".tmp";
    -							if(res != CURLE_OK || r < 200 || r >= 300 || (!it->md5sum.empty() && (it->md5sum != getMD5(tmpfile).toString())))
    -							{
    -								NLMISC::CFile::deleteFile(tmpfile.c_str());
    -							}
    -							else
    -							{
    -								string finalUrl;
    -								if (it->type == ImgType)
    -								{
    -									// there is race condition if two browser instances are downloading same file
    -									// second instance deletes first tmpfile and creates new file for itself.
    -									if (CFile::getFileSize(tmpfile) > 0)
    -									{
    -										try
    -										{
    -											// verify that image is not corrupted
    -											uint32 w, h;
    -											CBitmap::loadSize(tmpfile, w, h);
    -											if (w != 0 && h != 0)
    -											{
    -												CFile::moveFile(it->dest, tmpfile);
    -												for(uint i = 0; i < it->imgs.size(); i++)
    -												{
    -													setImage(it->imgs[i].Image, it->dest);
    -													setImageSize(it->imgs[i].Image, it->imgs[i].Style);
    -												}
    -											}
    -										}
    -										catch(const NLMISC::Exception &e)
    -										{
    -											// exception message has .tmp file name, so keep it for further analysis
    -											nlwarning("Invalid image (%s): %s", it->url.c_str(), e.what());
    -										}
    -									}
    -								}
    -								else
    -								{
    -									CFile::moveFile(it->dest, tmpfile);
    -									//if (lookupLocalFile (finalUrl, file.c_str(), false))
    -									{
    -										CLuaManager::getInstance().executeLuaScript( it->luaScript, true );
    -									}
    -								}
    -							}
    -
    -							Curls.erase(it);
    -							break;
    -						}
    -					}
    -				}
    -			}
    -		}
    -		RunningCurls = NewRunningCurls;
    -	#ifdef LOG_DL
    -		if (RunningCurls > 0 || !Curls.empty())
    -			nlwarning("(%s) RunningCurls %d, _Curls %d", _Id.c_str(), RunningCurls, Curls.size());
    -	#endif
    -	}
    -
    -
    -	void CGroupHTML::releaseDownloads()
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("Release Downloads");
    -	#endif
    -		if(MultiCurl)
    -			curl_multi_cleanup(MultiCurl);
    -	}
    -
    -	class CGroupListAdaptor : public CInterfaceGroup
    -	{
    -	public:
    -		CGroupListAdaptor(const TCtorParam ¶m)
    -			: CInterfaceGroup(param)
    -		{}
    -
    -	private:
    -		void updateCoords()
    -		{
    -			if (_Parent)
    -			{
    -				// Get the W max from the parent
    -				_W = std::min(_Parent->getMaxWReal(), _Parent->getWReal());
    -				_WReal = _W;
    -			}
    -			CInterfaceGroup::updateCoords();
    -		}
    -	};
    -
    -	// ***************************************************************************
    -
    -	template void popIfNotEmpty(A &vect) { if(!vect.empty()) vect.pop_back(); }
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::beginBuild ()
    -	{
    -		if (_Browsing)
    -		{
    -			_Connecting = false;
    -
    -			removeContent ();
    -		}
    -		else
    -			nlwarning("_Browsing = FALSE");
    -	}
    -
    -
    -	TStyle CGroupHTML::parseStyle (const string &str_styles)
    -	{
    -		TStyle	styles;
    -		vector elements;
    -		NLMISC::splitString(str_styles, ";", elements);
    -
    -		for(uint i = 0; i < elements.size(); ++i)
    -		{
    -			vector style;
    -			NLMISC::splitString(elements[i], ":", style);
    -			if (style.size() >= 2)
    -			{
    -				string fullstyle = style[1];
    -				for (uint j=2; j < style.size(); j++)
    -					fullstyle += ":"+style[j];
    -				styles[trim(style[0])] = trim(fullstyle);
    -			}
    -		}
    -
    -		return styles;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addText (const char * buf, int len)
    -	{
    -		if (_Browsing)
    -		{
    -			if (_IgnoreText)
    -				return;
    -
    -			// Build a UTF8 string
    -			string inputString(buf, buf+len);
    -
    -			if (_ParsingLua && _TrustedDomain)
    -			{
    -				// we are parsing a lua script
    -				_LuaScript += inputString;
    -				// no more to do
    -				return;
    -			}
    -
    -			// Build a unicode string
    -			ucstring inputUCString;
    -			inputUCString.fromUtf8(inputString);
    -
    -			// Build the final unicode string
    -			ucstring tmp;
    -			tmp.reserve(len);
    -			uint ucLen = (uint)inputUCString.size();
    -			for (uint i=0; i= 'a' && tolower(c) <= 'f');
    -	}
    -
    -	static uint8 convertHexa(char c)
    -	{
    -		return (uint8) (tolower(c) - (isdigit(c) ? '0' : ('a' - 10)));
    -	}
    -
    -	// scan a color component, and return pointer to next position
    -	static const char *scanColorComponent(const char *src, uint8 &intensity)
    -	{
    -		if (!src) return NULL;
    -		if (!isHexa(*src)) return NULL;
    -		uint8 value = convertHexa(*src++) << 4;
    -		if (!isHexa(*src)) return NULL;
    -		value += convertHexa(*src++);
    -		intensity = value;
    -		return src;
    -	}
    -
    -	static float hueToRgb(float m1, float m2, float h)
    -	{
    -		if (h < 0) h += 1.0f;
    -		if (h > 1) h -= 1.0f;
    -		if (h*6 < 1.0f) return m1 + (m2 - m1)*h*6;
    -		if (h*2 < 1.0f) return m2;
    -		if (h*3 < 2.0f) return m1 + (m2 - m1) * (2.0f/3.0f - h)*6;
    -		return m1;
    -	}
    -
    -	static void hslToRgb(float h, float s, float l, CRGBA &result)
    -	{
    -		float m1, m2;
    -		if (l <= 0.5f)
    -			m2 = l * (s + 1.0f);
    -		else
    -			m2 = l + s - l * s;
    -		m1 = l*2 - m2;
    -
    -		result.R = 255 * hueToRgb(m1, m2, h + 1.0f/3.0f);
    -		result.G = 255 * hueToRgb(m1, m2, h);
    -		result.B = 255 * hueToRgb(m1, m2, h - 1.0f/3.0f);
    -		result.A = 255;
    -	}
    -
    -	class CNameToCol
    -	{
    -	public:
    -		const char *Name;
    -		CRGBA Color;
    -		CNameToCol(const char *name, CRGBA color) : Name(name), Color(color) {}
    -	};
    -
    -	static CNameToCol htmlColorNameToRGBA[] =
    -	{
    -		CNameToCol("AliceBlue", CRGBA(0xF0, 0xF8, 0xFF)),
    -		CNameToCol("AntiqueWhite", CRGBA(0xFA, 0xEB, 0xD7)),
    -		CNameToCol("Aqua", CRGBA(0x00, 0xFF, 0xFF)),
    -		CNameToCol("Aquamarine", CRGBA(0x7F, 0xFF, 0xD4)),
    -		CNameToCol("Azure", CRGBA(0xF0, 0xFF, 0xFF)),
    -		CNameToCol("Beige", CRGBA(0xF5, 0xF5, 0xDC)),
    -		CNameToCol("Bisque", CRGBA(0xFF, 0xE4, 0xC4)),
    -		CNameToCol("Black", CRGBA(0x00, 0x00, 0x00)),
    -		CNameToCol("BlanchedAlmond", CRGBA(0xFF, 0xEB, 0xCD)),
    -		CNameToCol("Blue", CRGBA(0x00, 0x00, 0xFF)),
    -		CNameToCol("BlueViolet", CRGBA(0x8A, 0x2B, 0xE2)),
    -		CNameToCol("Brown", CRGBA(0xA5, 0x2A, 0x2A)),
    -		CNameToCol("BurlyWood", CRGBA(0xDE, 0xB8, 0x87)),
    -		CNameToCol("CadetBlue", CRGBA(0x5F, 0x9E, 0xA0)),
    -		CNameToCol("Chartreuse", CRGBA(0x7F, 0xFF, 0x00)),
    -		CNameToCol("Chocolate", CRGBA(0xD2, 0x69, 0x1E)),
    -		CNameToCol("Coral", CRGBA(0xFF, 0x7F, 0x50)),
    -		CNameToCol("CornflowerBlue", CRGBA(0x64, 0x95, 0xED)),
    -		CNameToCol("Cornsilk", CRGBA(0xFF, 0xF8, 0xDC)),
    -		CNameToCol("Crimson", CRGBA(0xDC, 0x14, 0x3C)),
    -		CNameToCol("Cyan", CRGBA(0x00, 0xFF, 0xFF)),
    -		CNameToCol("DarkBlue", CRGBA(0x00, 0x00, 0x8B)),
    -		CNameToCol("DarkCyan", CRGBA(0x00, 0x8B, 0x8B)),
    -		CNameToCol("DarkGoldenRod", CRGBA(0xB8, 0x86, 0x0B)),
    -		CNameToCol("DarkGray", CRGBA(0xA9, 0xA9, 0xA9)),
    -		CNameToCol("DarkGreen", CRGBA(0x00, 0x64, 0x00)),
    -		CNameToCol("DarkKhaki", CRGBA(0xBD, 0xB7, 0x6B)),
    -		CNameToCol("DarkMagenta", CRGBA(0x8B, 0x00, 0x8B)),
    -		CNameToCol("DarkOliveGreen", CRGBA(0x55, 0x6B, 0x2F)),
    -		CNameToCol("Darkorange", CRGBA(0xFF, 0x8C, 0x00)),
    -		CNameToCol("DarkOrchid", CRGBA(0x99, 0x32, 0xCC)),
    -		CNameToCol("DarkRed", CRGBA(0x8B, 0x00, 0x00)),
    -		CNameToCol("DarkSalmon", CRGBA(0xE9, 0x96, 0x7A)),
    -		CNameToCol("DarkSeaGreen", CRGBA(0x8F, 0xBC, 0x8F)),
    -		CNameToCol("DarkSlateBlue", CRGBA(0x48, 0x3D, 0x8B)),
    -		CNameToCol("DarkSlateGray", CRGBA(0x2F, 0x4F, 0x4F)),
    -		CNameToCol("DarkTurquoise", CRGBA(0x00, 0xCE, 0xD1)),
    -		CNameToCol("DarkViolet", CRGBA(0x94, 0x00, 0xD3)),
    -		CNameToCol("DeepPink", CRGBA(0xFF, 0x14, 0x93)),
    -		CNameToCol("DeepSkyBlue", CRGBA(0x00, 0xBF, 0xFF)),
    -		CNameToCol("DimGray", CRGBA(0x69, 0x69, 0x69)),
    -		CNameToCol("DodgerBlue", CRGBA(0x1E, 0x90, 0xFF)),
    -		CNameToCol("Feldspar", CRGBA(0xD1, 0x92, 0x75)),
    -		CNameToCol("FireBrick", CRGBA(0xB2, 0x22, 0x22)),
    -		CNameToCol("FloralWhite", CRGBA(0xFF, 0xFA, 0xF0)),
    -		CNameToCol("ForestGreen", CRGBA(0x22, 0x8B, 0x22)),
    -		CNameToCol("Fuchsia", CRGBA(0xFF, 0x00, 0xFF)),
    -		CNameToCol("Gainsboro", CRGBA(0xDC, 0xDC, 0xDC)),
    -		CNameToCol("GhostWhite", CRGBA(0xF8, 0xF8, 0xFF)),
    -		CNameToCol("Gold", CRGBA(0xFF, 0xD7, 0x00)),
    -		CNameToCol("GoldenRod", CRGBA(0xDA, 0xA5, 0x20)),
    -		CNameToCol("Gray", CRGBA(0x80, 0x80, 0x80)),
    -		CNameToCol("Green", CRGBA(0x00, 0x80, 0x00)),
    -		CNameToCol("GreenYellow", CRGBA(0xAD, 0xFF, 0x2F)),
    -		CNameToCol("HoneyDew", CRGBA(0xF0, 0xFF, 0xF0)),
    -		CNameToCol("HotPink", CRGBA(0xFF, 0x69, 0xB4)),
    -		CNameToCol("IndianRed ", CRGBA(0xCD, 0x5C, 0x5C)),
    -		CNameToCol("Indigo  ", CRGBA(0x4B, 0x00, 0x82)),
    -		CNameToCol("Ivory", CRGBA(0xFF, 0xFF, 0xF0)),
    -		CNameToCol("Khaki", CRGBA(0xF0, 0xE6, 0x8C)),
    -		CNameToCol("Lavender", CRGBA(0xE6, 0xE6, 0xFA)),
    -		CNameToCol("LavenderBlush", CRGBA(0xFF, 0xF0, 0xF5)),
    -		CNameToCol("LawnGreen", CRGBA(0x7C, 0xFC, 0x00)),
    -		CNameToCol("LemonChiffon", CRGBA(0xFF, 0xFA, 0xCD)),
    -		CNameToCol("LightBlue", CRGBA(0xAD, 0xD8, 0xE6)),
    -		CNameToCol("LightCoral", CRGBA(0xF0, 0x80, 0x80)),
    -		CNameToCol("LightCyan", CRGBA(0xE0, 0xFF, 0xFF)),
    -		CNameToCol("LightGoldenRodYellow", CRGBA(0xFA, 0xFA, 0xD2)),
    -		CNameToCol("LightGrey", CRGBA(0xD3, 0xD3, 0xD3)),
    -		CNameToCol("LightGreen", CRGBA(0x90, 0xEE, 0x90)),
    -		CNameToCol("LightPink", CRGBA(0xFF, 0xB6, 0xC1)),
    -		CNameToCol("LightSalmon", CRGBA(0xFF, 0xA0, 0x7A)),
    -		CNameToCol("LightSeaGreen", CRGBA(0x20, 0xB2, 0xAA)),
    -		CNameToCol("LightSkyBlue", CRGBA(0x87, 0xCE, 0xFA)),
    -		CNameToCol("LightSlateBlue", CRGBA(0x84, 0x70, 0xFF)),
    -		CNameToCol("LightSlateGray", CRGBA(0x77, 0x88, 0x99)),
    -		CNameToCol("LightSteelBlue", CRGBA(0xB0, 0xC4, 0xDE)),
    -		CNameToCol("LightYellow", CRGBA(0xFF, 0xFF, 0xE0)),
    -		CNameToCol("Lime", CRGBA(0x00, 0xFF, 0x00)),
    -		CNameToCol("LimeGreen", CRGBA(0x32, 0xCD, 0x32)),
    -		CNameToCol("Linen", CRGBA(0xFA, 0xF0, 0xE6)),
    -		CNameToCol("Magenta", CRGBA(0xFF, 0x00, 0xFF)),
    -		CNameToCol("Maroon", CRGBA(0x80, 0x00, 0x00)),
    -		CNameToCol("MediumAquaMarine", CRGBA(0x66, 0xCD, 0xAA)),
    -		CNameToCol("MediumBlue", CRGBA(0x00, 0x00, 0xCD)),
    -		CNameToCol("MediumOrchid", CRGBA(0xBA, 0x55, 0xD3)),
    -		CNameToCol("MediumPurple", CRGBA(0x93, 0x70, 0xD8)),
    -		CNameToCol("MediumSeaGreen", CRGBA(0x3C, 0xB3, 0x71)),
    -		CNameToCol("MediumSlateBlue", CRGBA(0x7B, 0x68, 0xEE)),
    -		CNameToCol("MediumSpringGreen", CRGBA(0x00, 0xFA, 0x9A)),
    -		CNameToCol("MediumTurquoise", CRGBA(0x48, 0xD1, 0xCC)),
    -		CNameToCol("MediumVioletRed", CRGBA(0xC7, 0x15, 0x85)),
    -		CNameToCol("MidnightBlue", CRGBA(0x19, 0x19, 0x70)),
    -		CNameToCol("MintCream", CRGBA(0xF5, 0xFF, 0xFA)),
    -		CNameToCol("MistyRose", CRGBA(0xFF, 0xE4, 0xE1)),
    -		CNameToCol("Moccasin", CRGBA(0xFF, 0xE4, 0xB5)),
    -		CNameToCol("NavajoWhite", CRGBA(0xFF, 0xDE, 0xAD)),
    -		CNameToCol("Navy", CRGBA(0x00, 0x00, 0x80)),
    -		CNameToCol("OldLace", CRGBA(0xFD, 0xF5, 0xE6)),
    -		CNameToCol("Olive", CRGBA(0x80, 0x80, 0x00)),
    -		CNameToCol("OliveDrab", CRGBA(0x6B, 0x8E, 0x23)),
    -		CNameToCol("Orange", CRGBA(0xFF, 0xA5, 0x00)),
    -		CNameToCol("OrangeRed", CRGBA(0xFF, 0x45, 0x00)),
    -		CNameToCol("Orchid", CRGBA(0xDA, 0x70, 0xD6)),
    -		CNameToCol("PaleGoldenRod", CRGBA(0xEE, 0xE8, 0xAA)),
    -		CNameToCol("PaleGreen", CRGBA(0x98, 0xFB, 0x98)),
    -		CNameToCol("PaleTurquoise", CRGBA(0xAF, 0xEE, 0xEE)),
    -		CNameToCol("PaleVioletRed", CRGBA(0xD8, 0x70, 0x93)),
    -		CNameToCol("PapayaWhip", CRGBA(0xFF, 0xEF, 0xD5)),
    -		CNameToCol("PeachPuff", CRGBA(0xFF, 0xDA, 0xB9)),
    -		CNameToCol("Peru", CRGBA(0xCD, 0x85, 0x3F)),
    -		CNameToCol("Pink", CRGBA(0xFF, 0xC0, 0xCB)),
    -		CNameToCol("Plum", CRGBA(0xDD, 0xA0, 0xDD)),
    -		CNameToCol("PowderBlue", CRGBA(0xB0, 0xE0, 0xE6)),
    -		CNameToCol("Purple", CRGBA(0x80, 0x00, 0x80)),
    -		CNameToCol("Red", CRGBA(0xFF, 0x00, 0x00)),
    -		CNameToCol("RosyBrown", CRGBA(0xBC, 0x8F, 0x8F)),
    -		CNameToCol("RoyalBlue", CRGBA(0x41, 0x69, 0xE1)),
    -		CNameToCol("SaddleBrown", CRGBA(0x8B, 0x45, 0x13)),
    -		CNameToCol("Salmon", CRGBA(0xFA, 0x80, 0x72)),
    -		CNameToCol("SandyBrown", CRGBA(0xF4, 0xA4, 0x60)),
    -		CNameToCol("SeaGreen", CRGBA(0x2E, 0x8B, 0x57)),
    -		CNameToCol("SeaShell", CRGBA(0xFF, 0xF5, 0xEE)),
    -		CNameToCol("Sienna", CRGBA(0xA0, 0x52, 0x2D)),
    -		CNameToCol("Silver", CRGBA(0xC0, 0xC0, 0xC0)),
    -		CNameToCol("SkyBlue", CRGBA(0x87, 0xCE, 0xEB)),
    -		CNameToCol("SlateBlue", CRGBA(0x6A, 0x5A, 0xCD)),
    -		CNameToCol("SlateGray", CRGBA(0x70, 0x80, 0x90)),
    -		CNameToCol("Snow", CRGBA(0xFF, 0xFA, 0xFA)),
    -		CNameToCol("SpringGreen", CRGBA(0x00, 0xFF, 0x7F)),
    -		CNameToCol("SteelBlue", CRGBA(0x46, 0x82, 0xB4)),
    -		CNameToCol("Tan", CRGBA(0xD2, 0xB4, 0x8C)),
    -		CNameToCol("Teal", CRGBA(0x00, 0x80, 0x80)),
    -		CNameToCol("Thistle", CRGBA(0xD8, 0xBF, 0xD8)),
    -		CNameToCol("Tomato", CRGBA(0xFF, 0x63, 0x47)),
    -		CNameToCol("Turquoise", CRGBA(0x40, 0xE0, 0xD0)),
    -		CNameToCol("Violet", CRGBA(0xEE, 0x82, 0xEE)),
    -		CNameToCol("VioletRed", CRGBA(0xD0, 0x20, 0x90)),
    -		CNameToCol("Wheat", CRGBA(0xF5, 0xDE, 0xB3)),
    -		CNameToCol("White", CRGBA(0xFF, 0xFF, 0xFF)),
    -		CNameToCol("WhiteSmoke", CRGBA(0xF5, 0xF5, 0xF5)),
    -		CNameToCol("Yellow", CRGBA(0xFF, 0xFF, 0x00)),
    -		CNameToCol("YellowGreen", CRGBA(0x9A, 0xCD, 0x32))
    -	};
    -
    -	// scan a color from a HTML form (#rrggbb format)
    -	bool scanHTMLColor(const char *src, CRGBA &dest)
    -	{
    -		if (!src || *src == '\0') return false;
    -		if (*src == '#')
    -		{
    -			++src;
    -			if (strlen(src) == 3 || strlen(src) == 4)
    -			{
    -				bool hasAlpha = (strlen(src) == 4);
    -				// check RGB for valid hex
    -				if (isHexa(src[0]) && isHexa(src[1]) && isHexa(src[2]))
    -				{
    -					// check optional A for valid hex
    -					if (hasAlpha && !isHexa(src[3])) return false;
    -
    -					dest.R = convertHexa(src[0]);
    -					dest.G = convertHexa(src[1]);
    -					dest.B = convertHexa(src[2]);
    -
    -					dest.R = dest.R << 4 | dest.R;
    -					dest.G = dest.G << 4 | dest.G;
    -					dest.B = dest.B << 4 | dest.B;
    -
    -					if (hasAlpha)
    -					{
    -						dest.A = convertHexa(src[3]);
    -						dest.A = dest.A << 4 | dest.A;
    -					}
    -					else
    -						dest.A = 255;
    -
    -					return true;
    -				}
    -
    -				return false;
    -			}
    -
    -			CRGBA result;
    -			src = scanColorComponent(src, result.R); if (!src) return false;
    -			src = scanColorComponent(src, result.G); if (!src) return false;
    -			src = scanColorComponent(src, result.B); if (!src) return false;
    -			src = scanColorComponent(src, result.A);
    -			if (!src)
    -			{
    -				// Alpha is optional
    -				result.A = 255;
    -			}
    -			dest = result;
    -			return true;
    -		}
    -
    -		if (strnicmp(src, "rgb(", 4) == 0 || strnicmp(src, "rgba(", 5) == 0)
    -		{
    -			src += 4;
    -			if (*src == '(') src++;
    -
    -			vector parts;
    -			NLMISC::splitString(src, ",", parts);
    -			if (parts.size() >= 3)
    -			{
    -				CRGBA result;
    -				sint tmpv;
    -				float tmpf;
    -
    -				// R
    -				if (getPercentage(tmpv, tmpf, parts[0].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.R = tmpv;
    -
    -				// G
    -				if (getPercentage(tmpv, tmpf, parts[1].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.G = tmpv;
    -
    -				// B
    -				if (getPercentage(tmpv, tmpf, parts[2].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.B = tmpv;
    -
    -				// A
    -				if (parts.size() == 4)
    -				{
    -					if (!fromString(parts[3], tmpf)) return false;
    -					if (parts[3].find_first_of("%") != std::string::npos)
    -						tmpf /= 100;
    -
    -					tmpv = 255 * tmpf;
    -					clamp(tmpv, 0, 255);
    -					result.A = tmpv;
    -				}
    -				else
    -					result.A = 255;
    -
    -				dest = result;
    -				return true;
    -			}
    -
    -			return false;
    -		}
    -
    -		if (strnicmp(src, "hsl(", 4) == 0 || strnicmp(src, "hsla(", 5) == 0)
    -		{
    -			src += 4;
    -			if (*src == '(') src++;
    -
    -			vector parts;
    -			NLMISC::splitString(src, ",", parts);
    -			if (parts.size() >= 3)
    -			{
    -				sint tmpv;
    -				float h, s, l;
    -				// hue
    -				if (!fromString(parts[0], tmpv)) return false;
    -				tmpv = ((tmpv % 360) + 360) % 360;
    -				h = (float) tmpv / 360.0f;
    -
    -				// saturation
    -				if (!getPercentage(tmpv, s, parts[1].c_str())) return false;
    -				clamp(s, 0.0f, 1.0f);
    -
    -				// lightness
    -				if (!getPercentage(tmpv, l, parts[2].c_str())) return false;
    -				clamp(l, 0.0f, 1.0f);
    -
    -				CRGBA result;
    -				hslToRgb(h, s, l, result);
    -
    -				// A
    -				if (parts.size() == 4)
    -				{
    -					float tmpf;
    -					if (!fromString(parts[3], tmpf)) return false;
    -					if (parts[3].find_first_of("%") != std::string::npos)
    -						tmpf /= 100;
    -					clamp(tmpf, 0.0f, 1.0f);
    -					result.A = 255 * tmpf;
    -				}
    -
    -				dest = result;
    -				return true;
    -			}
    -
    -			return false;
    -		}
    -
    -		{
    -			// slow but should suffice for now
    -			for(uint k = 0; k < sizeofarray(htmlColorNameToRGBA); ++k)
    -			{
    -				if (nlstricmp(src, htmlColorNameToRGBA[k].Name) == 0)
    -				{
    -					dest = htmlColorNameToRGBA[k].Color;
    -					return true;
    -				}
    -			}
    -			return false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::beginElement (uint element_number, const std::vector &present, const std::vector &value)
    -	{
    -		if (_Browsing)
    -		{
    -			// Paragraph ?
    -			switch(element_number)
    -			{
    -			case HTML_HEAD:
    -				_ReadingHeadTag = !_IgnoreHeadTag;
    -				_IgnoreHeadTag = true;
    -				break;
    -			case HTML_BASE:
    -				if (_ReadingHeadTag && !_IgnoreBaseUrlTag)
    -				{
    -					if (present[HTML_BASE_HREF] && value[HTML_BASE_HREF])
    -					{
    -						CUrlParser uri(value[HTML_BASE_HREF]);
    -						if (uri.isAbsolute())
    -						{
    -							_URL = uri.toString();
    -							_IgnoreBaseUrlTag = true;
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_META:
    -				if (_ReadingHeadTag)
    -				{
    -					bool httpEquiv = present[HTML_META_HTTP_EQUIV] && value[HTML_META_HTTP_EQUIV];
    -					bool httpContent = present[HTML_META_CONTENT] && value[HTML_META_CONTENT];
    -					if (httpEquiv && httpContent)
    -					{
    -						// only first http-equiv="refresh" should be handled
    -						if (_RefreshUrl.empty() && toLower(value[HTML_META_HTTP_EQUIV]) == "refresh")
    -						{
    -							const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes();
    -							double timeSec = times.thisFrameMs / 1000.0f;
    -							string content(value[HTML_META_CONTENT]);
    -
    -							string::size_type pos = content.find_first_of(";");
    -							if (pos == string::npos)
    -							{
    -								fromString(content, _NextRefreshTime);
    -								_RefreshUrl = _URL;
    -							}
    -							else
    -							{
    -								fromString(content.substr(0, pos), _NextRefreshTime);
    -
    -								pos = toLower(content).find("url=");
    -								if (pos != string::npos)
    -									_RefreshUrl = getAbsoluteUrl(content.substr(pos + 4));
    -							}
    -
    -							_NextRefreshTime += timeSec;
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_A:
    -			{
    -				registerAnchorName(MY_HTML_A);
    -
    -				CStyleParams style;
    -				style.FontFamily = getFontFamily();
    -				style.FontSize = getFontSize();
    -				style.TextColor = LinkColor;
    -				style.Underlined = true;
    -				style.StrikeThrough = getFontStrikeThrough();
    -
    -				if (present[HTML_A_STYLE] && value[HTML_A_STYLE])
    -					getStyleParams(value[HTML_A_STYLE], style);
    -
    -				_FontFamily.push_back(style.FontFamily);
    -				_FontSize.push_back(style.FontSize);
    -				_TextColor.push_back(style.TextColor);
    -				_FontUnderlined.push_back(style.Underlined);
    -				_FontStrikeThrough.push_back(style.StrikeThrough);
    -				_GlobalColor.push_back(LinkColorGlobalColor);
    -				_A.push_back(true);
    -				_Link.push_back ("");
    -				_LinkTitle.push_back("");
    -				_LinkClass.push_back("");
    -
    -				// #fragment works with both ID and NAME so register both
    -				if (present[MY_HTML_A_NAME] && value[MY_HTML_A_NAME])
    -					_AnchorName.push_back(value[MY_HTML_A_NAME]);
    -				if (present[MY_HTML_A_TITLE] && value[MY_HTML_A_TITLE])
    -					_LinkTitle.back() = value[MY_HTML_A_TITLE];
    -				if (present[MY_HTML_A_CLASS] && value[MY_HTML_A_CLASS])
    -					_LinkClass.back() = value[MY_HTML_A_CLASS];
    -				if (present[MY_HTML_A_HREF] && value[MY_HTML_A_HREF])
    -				{
    -					string suri = value[MY_HTML_A_HREF];
    -					if(suri.find("ah:") == 0)
    -					{
    -						if (_TrustedDomain)
    -							_Link.back() = suri;
    -					}
    -					else if (_TrustedDomain && suri[0] == '#' && _LuaHrefHack)
    -					{
    -						// Direct url (hack for lua beginElement)
    -						_Link.back() = suri.substr(1);
    -					}
    -					else
    -					{
    -						// convert href from "?key=val" into "http://domain.com/?key=val"
    -						_Link.back() = getAbsoluteUrl(suri);
    -					}
    -				}
    -			}
    -				break;
    -			case HTML_DIV:
    -			{
    -				_BlockLevelElement.push_back(true);
    -				registerAnchorName(MY_HTML_DIV);
    -
    -				if (present[MY_HTML_DIV_NAME] && value[MY_HTML_DIV_NAME])
    -					_DivName = value[MY_HTML_DIV_NAME];
    -
    -				string instClass;
    -				if (present[MY_HTML_DIV_CLASS] && value[MY_HTML_DIV_CLASS])
    -					instClass = value[MY_HTML_DIV_CLASS];
    -
    -				// use generic template system
    -				if (_TrustedDomain && !instClass.empty() && instClass == "ryzom-ui-grouptemplate")
    -				{
    -					string id;
    -					if (present[MY_HTML_DIV_ID] && value[MY_HTML_DIV_ID])
    -						id = value[MY_HTML_DIV_ID];
    -
    -					string style;
    -					if (present[MY_HTML_DIV_STYLE] && value[MY_HTML_DIV_STYLE])
    -						style = value[MY_HTML_DIV_STYLE];
    -
    -					typedef pair TTmplParam;
    -					vector tmplParams;
    -					
    -					string templateName;
    -					if (!style.empty())
    -					{
    -						TStyle styles = parseStyle(style);
    -						TStyle::iterator	it;
    -						for (it=styles.begin(); it != styles.end(); it++)
    -						{
    -							if ((*it).first == "template")
    -								templateName = (*it).second;
    -							else
    -								tmplParams.push_back(TTmplParam((*it).first, (*it).second));
    -						}
    -					}
    -
    -					if (!templateName.empty())
    -					{
    -						string parentId;
    -						bool haveParentDiv = getDiv() != NULL;
    -						if (haveParentDiv)
    -							parentId = getDiv()->getId();
    -						else
    -						{
    -							if (!_Paragraph)
    -								newParagraph (0);
    -
    -							parentId = _Paragraph->getId();
    -						}
    -
    -						CInterfaceGroup *inst = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName, parentId+":"+id, tmplParams);
    -						if (inst)
    -						{
    -							inst->setId(parentId+":"+id);
    -							inst->updateCoords();
    -							if (haveParentDiv)
    -							{
    -									inst->setParent(getDiv());
    -									inst->setParentSize(getDiv());
    -									inst->setParentPos(getDiv());
    -									inst->setPosRef(Hotspot_TL);
    -									inst->setParentPosRef(Hotspot_TL);
    -									getDiv()->addGroup(inst);
    -
    -									_BlockLevelElement.back() = false;
    -							}
    -							else
    -							{
    -								getParagraph()->addChild(inst);
    -								paragraphChange();
    -							}
    -							_Divs.push_back(inst);
    -						}
    -					}
    -				}
    -
    -				if (isBlockLevelElement())
    -				{
    -					newParagraph(0);
    -				}
    -			}
    -				break;
    -			case HTML_FONT:
    -			{
    -				bool found = false;
    -				if (present[HTML_FONT_COLOR] && value[HTML_FONT_COLOR])
    -				{
    -					CRGBA color;
    -					if (scanHTMLColor(value[HTML_FONT_COLOR], color))
    -					{
    -						_TextColor.push_back(color);
    -						found = true;
    -					}
    -				}
    -				if (!found)
    -				{
    -					_TextColor.push_back(_TextColor.empty() ? CRGBA::White : _TextColor.back());
    -				}
    -
    -				if (present[HTML_FONT_SIZE] && value[HTML_FONT_SIZE])
    -				{
    -					uint fontsize;
    -					fromString(value[HTML_FONT_SIZE], fontsize);
    -					_FontSize.push_back(fontsize);
    -				}
    -				else
    -				{
    -					_FontSize.push_back(_FontSize.empty() ? TextFontSize : _FontSize.back());
    -				}
    -			}
    -				break;
    -			case HTML_BR:
    -				addString(ucstring ("\n"));
    -				break;
    -			case HTML_BODY:
    -				{
    -					if (present[HTML_BODY_BGCOLOR] && value[HTML_BODY_BGCOLOR])
    -					{
    -						CRGBA bgColor;
    -						if (scanHTMLColor(value[HTML_BODY_BGCOLOR], bgColor))
    -							setBackgroundColor (bgColor);
    -					}
    -					
    -					string style;
    -					if (present[HTML_BODY_STYLE] && value[HTML_BODY_STYLE])
    -						style = value[HTML_BODY_STYLE];
    -					
    -					
    -					if (!style.empty())
    -					{
    -						TStyle styles = parseStyle(style);
    -						TStyle::iterator	it;
    -
    -						it = styles.find("background-repeat");
    -						bool repeat = (it != styles.end() && it->second == "1");
    -						
    -						// Webig only
    -						it = styles.find("background-scale");
    -						bool scale = (it != styles.end() && it->second == "1");
    -
    -						it = styles.find("background-image");
    -						if (it != styles.end())
    -						{
    -							string image = it->second;
    -							string::size_type texExt = toLower(image).find("url(");
    -							// Url image
    -							if (texExt != string::npos)
    -								// Remove url()
    -								image = image.substr(4, image.size()-5);
    -							setBackground (image, scale, repeat);
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_FORM:
    -				{
    -					// Build the form
    -					CGroupHTML::CForm form;
    -
    -					// Get the action name
    -					if (present[HTML_FORM_ACTION] && value[HTML_FORM_ACTION])
    -					{
    -						form.Action = getAbsoluteUrl(string(value[HTML_FORM_ACTION]));
    -					}
    -					else
    -					{
    -						form.Action = _URL;
    -					}
    -					_Forms.push_back(form);
    -				}
    -				break;
    -			case HTML_H1:
    -				registerAnchorName(MY_HTML_H1);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H1FontSize);
    -				_TextColor.push_back(H1Color);
    -				_GlobalColor.push_back(H1ColorGlobalColor);
    -				break;
    -			case HTML_H2:
    -				registerAnchorName(MY_HTML_H2);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H2FontSize);
    -				_TextColor.push_back(H2Color);
    -				_GlobalColor.push_back(H2ColorGlobalColor);
    -				break;
    -			case HTML_H3:
    -				registerAnchorName(MY_HTML_H3);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H3FontSize);
    -				_TextColor.push_back(H3Color);
    -				_GlobalColor.push_back(H3ColorGlobalColor);
    -				break;
    -			case HTML_H4:
    -				registerAnchorName(MY_HTML_H4);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H4FontSize);
    -				_TextColor.push_back(H4Color);
    -				_GlobalColor.push_back(H4ColorGlobalColor);
    -				break;
    -			case HTML_H5:
    -				registerAnchorName(MY_HTML_H5);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H5FontSize);
    -				_TextColor.push_back(H5Color);
    -				_GlobalColor.push_back(H5ColorGlobalColor);
    -				break;
    -			case HTML_H6:
    -				registerAnchorName(MY_HTML_H6);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H6FontSize);
    -				_TextColor.push_back(H6Color);
    -				_GlobalColor.push_back(H6ColorGlobalColor);
    -				break;
    -			case HTML_IMG:
    -				{
    -					// Get the string name
    -					if (present[MY_HTML_IMG_SRC] && value[MY_HTML_IMG_SRC])
    -					{
    -						CStyleParams style;
    -						float tmpf;
    -						
    -						if (present[MY_HTML_IMG_WIDTH] && value[MY_HTML_IMG_WIDTH])
    -							getPercentage(style.Width, tmpf, value[MY_HTML_IMG_WIDTH]);
    -						if (present[MY_HTML_IMG_HEIGHT] && value[MY_HTML_IMG_HEIGHT])
    -							getPercentage(style.Height, tmpf, value[MY_HTML_IMG_HEIGHT]);
    -						// width, height from inline css
    -						if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE])
    -							getStyleParams(value[MY_HTML_IMG_STYLE], style);
    -						
    -						// Get the global color name
    -						bool globalColor = false;
    -						if (present[MY_HTML_IMG_GLOBAL_COLOR])
    -							globalColor = true;
    -
    -						if (getA() && getParent () && getParent ()->getParent())
    -						{
    -							// Tooltip
    -							const char *tooltip = NULL;
    -							if (present[MY_HTML_IMG_ALT] && value[MY_HTML_IMG_ALT])
    -								tooltip = value[MY_HTML_IMG_ALT];
    -
    -							string params = "name=" + getId() + "|url=" + getLink ();
    -							addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC],
    -								"", globalColor, "browse", params.c_str(), tooltip, style);
    -						}
    -						else
    -						{
    -							// Get the option to reload (class==reload)
    -							bool reloadImg = false;
    -							
    -							string styleString;
    -							if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE])
    -								styleString = value[MY_HTML_IMG_STYLE];
    -
    -							if (!styleString.empty())
    -							{
    -								TStyle styles = parseStyle(styleString);
    -								TStyle::iterator	it;
    -
    -								it = styles.find("reload");
    -								if (it != styles.end() && (*it).second == "1")
    -									reloadImg = true;
    -							}
    -							
    -							addImage (value[MY_HTML_IMG_SRC], globalColor, reloadImg, style);
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_INPUT:
    -				// Got one form ?
    -				if (!(_Forms.empty()))
    -				{
    -					// read general property
    -					string templateName;
    -					string minWidth;
    -
    -					// Widget template name
    -					if (present[MY_HTML_INPUT_Z_BTN_TMPL] && value[MY_HTML_INPUT_Z_BTN_TMPL])
    -						templateName = value[MY_HTML_INPUT_Z_BTN_TMPL];
    -					// Input name is the new
    -					if (present[MY_HTML_INPUT_Z_INPUT_TMPL] && value[MY_HTML_INPUT_Z_INPUT_TMPL])
    -						templateName = value[MY_HTML_INPUT_Z_INPUT_TMPL];
    -					// Widget minimal width
    -					if (present[MY_HTML_INPUT_Z_INPUT_WIDTH] && value[MY_HTML_INPUT_Z_INPUT_WIDTH])
    -						minWidth = value[MY_HTML_INPUT_Z_INPUT_WIDTH];
    -
    -					// Get the type
    -					if (present[MY_HTML_INPUT_TYPE] && value[MY_HTML_INPUT_TYPE])
    -					{
    -						// Global color flag
    -						bool globalColor = false;
    -						if (present[MY_HTML_INPUT_GLOBAL_COLOR])
    -							globalColor = true;
    -
    -						// Tooltip
    -						const char *tooltip = NULL;
    -						if (present[MY_HTML_INPUT_ALT] && value[MY_HTML_INPUT_ALT])
    -							tooltip = value[MY_HTML_INPUT_ALT];
    -
    -						// by default not inherited, font family defaults to system font
    -						CStyleParams style;
    -						style.TextColor = TextColor;
    -						style.FontSize = TextFontSize;
    -						style.FontWeight = FONT_WEIGHT_NORMAL;
    -						style.FontOblique = false;
    -
    -						if (present[MY_HTML_INPUT_STYLE] && value[MY_HTML_INPUT_STYLE])
    -							getStyleParams(value[MY_HTML_INPUT_STYLE], style);
    -
    -						_TextColor.push_back(style.TextColor);
    -						_FontFamily.push_back(style.FontFamily);
    -						_FontSize.push_back(style.FontSize);
    -						_FontWeight.push_back(style.FontWeight);
    -						_FontOblique.push_back(style.FontOblique);
    -
    -						string type = toLower(value[MY_HTML_INPUT_TYPE]);
    -						if (type == "image")
    -						{
    -							// The submit button
    -							string name;
    -							string normal;
    -							string pushed;
    -							string over;
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -
    -							// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -							string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=image";
    -
    -							// Add the ctrl button
    -							addButton (CCtrlButton::PushButton, name, normal, pushed.empty()?normal:pushed, over,
    -								globalColor, "html_submit_form", param.c_str(), tooltip, style);
    -						}
    -						if (type == "button" || type == "submit")
    -						{
    -							// The submit button
    -							string name;
    -							string text;
    -							string normal;
    -							string pushed;
    -							string over;
    -
    -							string buttonTemplate(!templateName.empty() ? templateName : DefaultButtonGroup );
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								text = value[MY_HTML_INPUT_VALUE];
    -
    -							// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -							string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=submit";
    -							if (!text.empty())
    -							{
    -								// escape AH param separator
    -								string tmp = text;
    -								while(NLMISC::strFindReplace(tmp, "|", "|"))
    -									;
    -								param = param + "|submit_button_value=" + tmp;
    -							}
    -
    -							// Add the ctrl button
    -							if (!_Paragraph)
    -							{
    -								newParagraph (0);
    -								paragraphChange ();
    -							}
    -
    -							typedef pair TTmplParam;
    -							vector tmplParams;
    -							tmplParams.push_back(TTmplParam("id", name));
    -							tmplParams.push_back(TTmplParam("onclick", "html_submit_form"));
    -							tmplParams.push_back(TTmplParam("onclick_param", param));
    -							//tmplParams.push_back(TTmplParam("text", text));
    -							tmplParams.push_back(TTmplParam("active", "true"));
    -							if (!minWidth.empty())
    -								tmplParams.push_back(TTmplParam("wmin", minWidth));
    -							CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams);
    -							if (buttonGroup)
    -							{
    -
    -								// Add the ctrl button
    -								CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button"));
    -								if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b"));
    -								if (ctrlButton)
    -								{
    -									ctrlButton->setModulateGlobalColorAll (globalColor);
    -
    -									// Translate the tooltip
    -									if (tooltip)
    -									{
    -										if (CI18N::hasTranslation(tooltip))
    -										{
    -											ctrlButton->setDefaultContextHelp(CI18N::get(tooltip));
    -										}
    -										else
    -										{
    -											ctrlButton->setDefaultContextHelp(ucstring(tooltip));
    -										}
    -									}
    -
    -									ctrlButton->setText(ucstring::makeFromUtf8(text));
    -								}
    -								getParagraph()->addChild (buttonGroup);
    -								paragraphChange ();
    -							}
    -						}
    -						else if (type == "text")
    -						{
    -							// Get the string name
    -							string name;
    -							ucstring ucValue;
    -							uint size = 120;
    -							uint maxlength = 1024;
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SIZE] && value[MY_HTML_INPUT_SIZE])
    -								fromString(value[MY_HTML_INPUT_SIZE], size);
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -							if (present[MY_HTML_INPUT_MAXLENGTH] && value[MY_HTML_INPUT_MAXLENGTH])
    -								fromString(value[MY_HTML_INPUT_MAXLENGTH], maxlength);
    -
    -							string textTemplate(!templateName.empty() ? templateName : DefaultFormTextGroup);
    -							// Add the editbox
    -							CInterfaceGroup *textArea = addTextArea (textTemplate, name.c_str (), 1, size/12, false, ucValue, maxlength);
    -							if (textArea)
    -							{
    -								// Add the text area to the form
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.TextArea = textArea;
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -						else if (type == "checkbox" || type == "radio")
    -						{
    -							CCtrlButton::EType btnType;
    -							string name;
    -							string normal;
    -							string pushed;
    -							string over;
    -							ucstring ucValue = ucstring("on");
    -							bool checked = false;
    -
    -							if (type == "radio")
    -							{
    -								btnType = CCtrlButton::RadioButton;
    -								normal = DefaultRadioButtonBitmapNormal;
    -								pushed = DefaultRadioButtonBitmapPushed;
    -								over = DefaultRadioButtonBitmapOver;
    -							}
    -							else
    -							{
    -								btnType = CCtrlButton::ToggleButton;
    -								normal = DefaultCheckBoxBitmapNormal;
    -								pushed = DefaultCheckBoxBitmapPushed;
    -								over = DefaultCheckBoxBitmapOver;
    -							}
    -
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -							checked = (present[MY_HTML_INPUT_CHECKED] && value[MY_HTML_INPUT_CHECKED]);
    -
    -							// Add the ctrl button
    -							CCtrlButton *checkbox = addButton (btnType, name, normal, pushed, over,
    -								globalColor, "", "", tooltip);
    -							if (checkbox)
    -							{
    -								if (btnType == CCtrlButton::RadioButton)
    -								{
    -									// group together buttons with same name
    -									CForm &form = _Forms.back();
    -									bool notfound = true;
    -									for (uint i=0; igetType() == CCtrlButton::RadioButton)
    -										{
    -											checkbox->initRBRefFromRadioButton(form.Entries[i].Checkbox);
    -											notfound = false;
    -											break;
    -										}
    -									}
    -									if (notfound)
    -									{
    -										// this will start a new group (initRBRef() would take first button in group container otherwise)
    -										checkbox->initRBRefFromRadioButton(checkbox);
    -									}
    -								}
    -
    -								checkbox->setPushed (checked);
    -
    -								// Add the button to the form
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.Value = decodeHTMLEntities(ucValue);
    -								entry.Checkbox = checkbox;
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -						else if (type == "hidden")
    -						{
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -							{
    -								// Get the name
    -								string name = value[MY_HTML_INPUT_NAME];
    -
    -								// Get the value
    -								ucstring ucValue;
    -								if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -									ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -
    -								// Add an entry
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.Value = decodeHTMLEntities(ucValue);
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -
    -						popIfNotEmpty(_FontFamily);
    -						popIfNotEmpty(_FontSize);
    -						popIfNotEmpty(_TextColor);
    -						popIfNotEmpty(_FontWeight);
    -						popIfNotEmpty(_FontOblique);
    -					}
    -				}
    -				break;
    -			case HTML_SELECT:
    -				if (!(_Forms.empty()))
    -				{
    -					CStyleParams style;
    -
    -					// A select box
    -					string name;
    -					bool multiple = false;
    -					sint32 size = 0;
    -
    -					if (present[HTML_SELECT_NAME] && value[HTML_SELECT_NAME])
    -						name = value[HTML_SELECT_NAME];
    -					if (present[HTML_SELECT_SIZE] && value[HTML_SELECT_SIZE])
    -						fromString(value[HTML_SELECT_SIZE], size);
    -					if (present[HTML_SELECT_MULTIPLE] && value[HTML_SELECT_MULTIPLE])
    -						multiple = true;
    -					if (present[HTML_SELECT_STYLE] && value[HTML_SELECT_STYLE])
    -						getStyleParams(value[HTML_SELECT_STYLE], style);
    -
    -					CGroupHTML::CForm::CEntry entry;
    -					entry.Name = name;
    -					entry.sbMultiple = multiple;
    -					if (size > 1 || multiple)
    -					{
    -						entry.InitialSelection = -1;
    -						CGroupMenu *sb = addSelectBox(DefaultFormSelectBoxMenuGroup, name.c_str());
    -						if (sb)
    -						{
    -							if (size < 1)
    -								size = 4;
    -
    -							if (style.Width > -1)
    -								sb->setMinW(style.Width);
    -
    -							if (style.Height > -1)
    -								sb->setMinH(style.Height);
    -
    -							sb->setMaxVisibleLine(size);
    -						}
    -
    -						entry.SelectBox = sb;
    -					}
    -					else
    -					{
    -						CDBGroupComboBox *cb = addComboBox(DefaultFormSelectGroup, name.c_str());
    -						entry.ComboBox = cb;
    -					}
    -					_Forms.back().Entries.push_back (entry);
    -				}
    -			break;
    -			case HTML_OPTION:
    -				// Got one form ?
    -				if (!(_Forms.empty()))
    -				{
    -					if (!_Forms.back().Entries.empty())
    -					{
    -						// clear the option string
    -						_SelectOptionStr.clear();
    -
    -						std::string optionValue;
    -						if (present[HTML_OPTION_VALUE] && value[HTML_OPTION_VALUE])
    -							optionValue = value[HTML_OPTION_VALUE];
    -						_Forms.back().Entries.back().SelectValues.push_back(optionValue);
    -
    -						if (present[HTML_OPTION_SELECTED])
    -							_Forms.back().Entries.back().InitialSelection = (sint)_Forms.back().Entries.back().SelectValues.size() - 1;
    -						if (present[HTML_OPTION_DISABLED])
    -							_Forms.back().Entries.back().sbOptionDisabled = (sint)_Forms.back().Entries.back().SelectValues.size() - 1;
    -					}
    -				}
    -				_SelectOption = true;
    -			break;
    -			case HTML_LI:
    -				if (!_UL.empty())
    -				{
    -					// UL, OL top margin if this is the first LI
    -					if (!_LI)
    -					{
    -						_LI = true;
    -						newParagraph(ULBeginSpace);
    -					}
    -					else
    -					{
    -						newParagraph(LIBeginSpace);
    -					}
    -
    -					// OL list index can be overridden by 
  • attribute - if (present[HTML_LI_VALUE] && value[HTML_LI_VALUE]) - fromString(value[HTML_LI_VALUE], _UL.back().Value); - - ucstring str; - str.fromUtf8(_UL.back().getListMarkerText()); - addString (str); - - sint32 indent = LIIndent; - // list-style-type: outside - if (_CurrentViewLink) - indent -= _CurrentViewLink->getMaxUsedW(); - getParagraph()->setFirstViewIndent(indent); - - flushString (); - - _UL.back().Value++; - } - break; - case HTML_P: - newParagraph(PBeginSpace); - break; - case HTML_PRE: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = "monospace"; - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); - - if (present[HTML_PRE_STYLE] && value[HTML_PRE_STYLE]) - getStyleParams(value[HTML_PRE_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); - - _PRE.push_back(true); - } - break; - case HTML_TABLE: - { - registerAnchorName(MY_HTML_TABLE); - - // Get cells parameters - getCellsParameters (MY_HTML_TABLE, false); - - CGroupTable *table = new CGroupTable(TCtorParam()); - table->BgColor = _CellParams.back().BgColor; - - if (present[MY_HTML_TABLE_WIDTH] && value[MY_HTML_TABLE_WIDTH]) - getPercentage (table->ForceWidthMin, table->TableRatio, value[MY_HTML_TABLE_WIDTH]); - if (present[MY_HTML_TABLE_BORDER] && value[MY_HTML_TABLE_BORDER]) - fromString(value[MY_HTML_TABLE_BORDER], table->Border); - if (present[MY_HTML_TABLE_BORDERCOLOR] && value[MY_HTML_TABLE_BORDERCOLOR]) - scanHTMLColor(value[MY_HTML_TABLE_BORDERCOLOR], table->BorderColor); - if (present[MY_HTML_TABLE_CELLSPACING] && value[MY_HTML_TABLE_CELLSPACING]) - fromString(value[MY_HTML_TABLE_CELLSPACING], table->CellSpacing); - if (present[MY_HTML_TABLE_CELLPADDING] && value[MY_HTML_TABLE_CELLPADDING]) - fromString(value[MY_HTML_TABLE_CELLPADDING], table->CellPadding); - - // Table must fit the container size - - addHtmlGroup (table, 0); - - _Tables.push_back(table); - - // Add a cell pointer - _Cells.push_back(NULL); - _TR.push_back(false); - } - break; - case HTML_TH: - // TH is similar to TD, just different font style - case HTML_TD: - { - // Get cells parameters - getCellsParameters (MY_HTML_TD, true); - - if (element_number == HTML_TH) - { - _FontWeight.push_back(FONT_WEIGHT_BOLD); - // center if not specified otherwise. TD/TH present/value arrays have same indices - if (!(present[MY_HTML_TD_ALIGN] && value[MY_HTML_TD_ALIGN])) - _CellParams.back().Align = CGroupCell::Center; - } - - CGroupTable *table = getTable(); - if (table) - { - if (!_Cells.empty()) - { - _Cells.back() = new CGroupCell(CViewBase::TCtorParam()); - string style; - if (present[MY_HTML_TD_STYLE] && value[MY_HTML_TD_STYLE]) - style = value[MY_HTML_TD_STYLE]; - - // Set the cell parameters - if (!style.empty()) - { - TStyle styles = parseStyle(style); - TStyle::iterator it; - - it = styles.find("background-repeat"); - _Cells.back()->setTextureTile(it != styles.end()); - - // Webig only - it = styles.find("background-scale"); - _Cells.back()->setTextureScale(it != styles.end()); - - it = styles.find("background-image"); - if (it != styles.end()) - { - string image = (*it).second; - string::size_type texExt = toLower(image).find("url("); - // Url image - if (texExt != string::npos) - { - // Remove url() - image = image.substr(4, image.size()-5); - addImageDownload(image, _Cells.back()); - // Image in BNP - } - else - { - _Cells.back()->setTexture(image); - } - } - } - - if (present[MY_HTML_TD_COLSPAN] && value[MY_HTML_TD_COLSPAN]) - fromString(value[MY_HTML_TD_COLSPAN], _Cells.back()->ColSpan); - if (present[MY_HTML_TD_ROWSPAN] && value[MY_HTML_TD_ROWSPAN]) - fromString(value[MY_HTML_TD_ROWSPAN], _Cells.back()->RowSpan); - - _Cells.back()->BgColor = _CellParams.back().BgColor; - _Cells.back()->Align = _CellParams.back().Align; - _Cells.back()->VAlign = _CellParams.back().VAlign; - _Cells.back()->LeftMargin = _CellParams.back().LeftMargin; - _Cells.back()->NoWrap = _CellParams.back().NoWrap; - _Cells.back()->ColSpan = std::max(1, _Cells.back()->ColSpan); - _Cells.back()->RowSpan = std::max(1, _Cells.back()->RowSpan); - - float temp; - if (present[MY_HTML_TD_WIDTH] && value[MY_HTML_TD_WIDTH]) - getPercentage (_Cells.back()->WidthWanted, _Cells.back()->TableRatio, value[MY_HTML_TD_WIDTH]); - if (present[MY_HTML_TD_HEIGHT] && value[MY_HTML_TD_HEIGHT]) - getPercentage (_Cells.back()->Height, temp, value[MY_HTML_TD_HEIGHT]); - - _Cells.back()->NewLine = getTR(); - table->addChild (_Cells.back()); - newParagraph(TDBeginSpace); - - // Reset TR flag - if (!_TR.empty()) - _TR.back() = false; - } - } - } - break; - case HTML_TEXTAREA: - _PRE.push_back(true); - - // Got one form ? - if (!(_Forms.empty())) - { - // not inherited by default, font family defaults to system font - CStyleParams style; - style.TextColor = TextColor; - style.FontWeight = FONT_WEIGHT_NORMAL; - style.FontOblique = false; - style.FontSize = TextFontSize; - - if (present[MY_HTML_TEXTAREA_STYLE] && value[MY_HTML_TEXTAREA_STYLE]) - getStyleParams(value[MY_HTML_TEXTAREA_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - - // read general property - string templateName; - - // Widget template name - if (present[MY_HTML_TEXTAREA_Z_INPUT_TMPL] && value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]) - templateName = value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]; - - // Get the string name - _TextAreaName.clear(); - _TextAreaRow = 1; - _TextAreaCols = 10; - _TextAreaContent.clear(); - _TextAreaMaxLength = 1024; - if (present[MY_HTML_TEXTAREA_NAME] && value[MY_HTML_TEXTAREA_NAME]) - _TextAreaName = value[MY_HTML_TEXTAREA_NAME]; - if (present[MY_HTML_TEXTAREA_ROWS] && value[MY_HTML_TEXTAREA_ROWS]) - fromString(value[MY_HTML_TEXTAREA_ROWS], _TextAreaRow); - if (present[MY_HTML_TEXTAREA_COLS] && value[MY_HTML_TEXTAREA_COLS]) - fromString(value[MY_HTML_TEXTAREA_COLS], _TextAreaCols); - if (present[MY_HTML_TEXTAREA_MAXLENGTH] && value[MY_HTML_TEXTAREA_MAXLENGTH]) - fromString(value[MY_HTML_TEXTAREA_MAXLENGTH], _TextAreaMaxLength); - - _TextAreaTemplate = !templateName.empty() ? templateName : DefaultFormTextAreaGroup; - _TextArea = true; - } - break; - case HTML_TITLE: - { - if(!_TitlePrefix.empty()) - _TitleString = _TitlePrefix + " - "; - else - _TitleString.clear(); - _Title = true; - } - break; - case HTML_I: - { - _Localize = true; - } - break; - case HTML_TR: - { - // Get cells parameters - getCellsParameters (MY_HTML_TR, true); - - // Set TR flag - if (!_TR.empty()) - _TR.back() = true; - } - break; - case HTML_UL: - if (_UL.empty()) - _UL.push_back(HTMLOListElement(1, "disc")); - else if (_UL.size() == 1) - _UL.push_back(HTMLOListElement(1, "circle")); - else - _UL.push_back(HTMLOListElement(1, "square")); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; - _Indent += ULIndent; - endParagraph(); - break; - case HTML_OBJECT: - _ObjectType.clear(); - _ObjectData.clear(); - _ObjectMD5Sum.clear(); - _ObjectAction.clear(); - if (present[HTML_OBJECT_TYPE] && value[HTML_OBJECT_TYPE]) - _ObjectType = value[HTML_OBJECT_TYPE]; - if (present[HTML_OBJECT_DATA] && value[HTML_OBJECT_DATA]) - _ObjectData = value[HTML_OBJECT_DATA]; - if (present[HTML_OBJECT_ID] && value[HTML_OBJECT_ID]) - _ObjectMD5Sum = value[HTML_OBJECT_ID]; - if (present[HTML_OBJECT_STANDBY] && value[HTML_OBJECT_STANDBY]) - _ObjectAction = value[HTML_OBJECT_STANDBY]; - _Object = true; - - break; - case HTML_SPAN: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = getFontFamily(); - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); - - if (present[MY_HTML_SPAN_STYLE] && value[MY_HTML_SPAN_STYLE]) - getStyleParams(value[MY_HTML_SPAN_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); - } - break; - case HTML_DEL: - _FontStrikeThrough.push_back(true); - break; - case HTML_U: - _FontUnderlined.push_back(true); - break; - case HTML_EM: - _FontOblique.push_back(true); - break; - case HTML_STRONG: - _FontWeight.push_back(FONT_WEIGHT_BOLD); - break; - case HTML_SMALL: - _FontSize.push_back(getFontSizeSmaller()); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = true; - break; - case HTML_DL: - _DL.push_back(HTMLDListElement()); - _LI = _DL.size() > 1 || !_UL.empty(); - endParagraph(); - break; - case HTML_DT: - if (!_DL.empty()) - { - // see if this is the first
    , closing tag not required - if (!_DL.back().DT) - { - _DL.back().DT = true; - _FontWeight.push_back(FONT_WEIGHT_BOLD); - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // if there was no closing tag for
    , then remove
    style - if (_DL.back().DT) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - - if (!_DL.back().DD) - { - _Indent += ULIndent; - _DL.back().DD = true; - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_OL: - { - sint32 start = 1; - std::string type("1"); - - if (present[HTML_OL_START] && value[HTML_OL_START]) - fromString(value[HTML_OL_START], start); - if (present[HTML_OL_TYPE] && value[HTML_OL_TYPE]) - type = value[HTML_OL_TYPE]; - - _UL.push_back(HTMLOListElement(start, type)); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; - _Indent += ULIndent; - endParagraph(); - } - break; - case HTML_HR: - { - newParagraph(0); - - CInterfaceGroup *sep = CWidgetManager::getInstance()->getParser()->createGroupInstance("html_hr", "", NULL, 0); - if (sep) - { - CStyleParams style; - style.TextColor = CRGBA(120, 120, 120, 255); - style.Height = 0; - style.Width = 0; - - if (present[HTML_HR_STYLE] && value[HTML_HR_STYLE]) - getStyleParams(value[HTML_HR_STYLE], style); - - CViewBitmap *bitmap = dynamic_cast(sep->getView("hr")); - if (bitmap) - { - bitmap->setColor(style.TextColor); - if (style.Width > 0) - { - clamp(style.Width, 1, 32000); - bitmap->setW(style.Width); - bitmap->setSizeRef(CInterfaceElement::none); - } - if (style.Height > 0) - { - clamp(style.Height, 1, 1000); - bitmap->setH(style.Height); - } - } - - getParagraph()->addChild(sep); - endParagraph(); - } - } - break; - } - } - } - - // *************************************************************************** - - void CGroupHTML::endElement (uint element_number) - { - if (_Browsing) - { - // Paragraph ? - switch(element_number) - { - case HTML_HEAD: - _ReadingHeadTag = false; - break; - case HTML_FONT: - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontSize); - break; - case HTML_A: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_GlobalColor); - popIfNotEmpty (_A); - popIfNotEmpty (_Link); - popIfNotEmpty (_LinkTitle); - popIfNotEmpty (_LinkClass); - break; - case HTML_H1: - case HTML_H2: - case HTML_H3: - case HTML_H4: - case HTML_H5: - case HTML_H6: - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_GlobalColor); - endParagraph(); - break; - case HTML_P: - endParagraph(); - break; - case HTML_PRE: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_PRE); - break; - case HTML_DIV: - if (isBlockLevelElement()) - { - endParagraph(); - } - _DivName.clear(); - popIfNotEmpty (_Divs); - popIfNotEmpty (_BlockLevelElement); - break; - - case HTML_TABLE: - popIfNotEmpty (_CellParams); - popIfNotEmpty (_TR); - popIfNotEmpty (_Cells); - popIfNotEmpty (_Tables); - endParagraph(); - // Add a cell - break; - case HTML_TH: - popIfNotEmpty (_FontWeight); - // no break; - case HTML_TD: - popIfNotEmpty (_CellParams); - if (!_Cells.empty()) - _Cells.back() = NULL; - break; - case HTML_TR: - popIfNotEmpty (_CellParams); - break; - case HTML_TEXTAREA: - { - _TextArea = false; - if (!(_Forms.empty())) - { - CInterfaceGroup *textArea = addTextArea (_TextAreaTemplate, _TextAreaName.c_str (), _TextAreaRow, _TextAreaCols, true, _TextAreaContent, _TextAreaMaxLength); - if (textArea) - { - // Add the text area to the form - CGroupHTML::CForm::CEntry entry; - entry.Name = _TextAreaName; - entry.TextArea = textArea; - _Forms.back().Entries.push_back (entry); - } - - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - } - - popIfNotEmpty (_PRE); - } - break; - case HTML_TITLE: - { - _Title = false; - - // Get the parent container - setTitle (_TitleString); - } - break; - case HTML_SELECT: - { - _SelectOption = false; - if (!(_Forms.empty())) - { - if (!_Forms.back().Entries.empty()) - { - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - cb->setSelectionNoTrigger(_Forms.back().Entries.back().InitialSelection); - cb->setW(cb->evalContentWidth() + 16); - } - } - } - } - break; - case HTML_OPTION: - if (!(_Forms.empty()) && !(_Forms.back().Entries.empty())) - { - // insert the parsed text into the select control - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - uint lineIndex = cb->getNumTexts(); - cb->addText(_SelectOptionStr); - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - cb->setGrayed(lineIndex, true); - } - } - else - { - CGroupMenu *sb = _Forms.back().Entries.back().SelectBox; - if (sb) - { - uint lineIndex = sb->getNumLine(); - sb->addLine(_SelectOptionStr, "", ""); - - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - sb->setGrayedLine(lineIndex, true); - } - else - { - // create option line checkbox, CGroupMenu is taking ownership of the checbox - CInterfaceGroup *ig = CWidgetManager::getInstance()->getParser()->createGroupInstance("menu_checkbox", "", NULL, 0); - if (ig) - { - CCtrlButton *cb = dynamic_cast(ig->getCtrl("b")); - if (cb) - { - if (_Forms.back().Entries.back().sbMultiple) - { - cb->setType(CCtrlButton::ToggleButton); - cb->setTexture(DefaultCheckBoxBitmapNormal); - cb->setTexturePushed(DefaultCheckBoxBitmapPushed); - cb->setTextureOver(DefaultCheckBoxBitmapOver); - } - else - { - cb->setType(CCtrlButton::RadioButton); - cb->setTexture(DefaultRadioButtonBitmapNormal); - cb->setTexturePushed(DefaultRadioButtonBitmapPushed); - cb->setTextureOver(DefaultRadioButtonBitmapOver); - - if (_Forms.back().Entries.back().sbRBRef == NULL) - _Forms.back().Entries.back().sbRBRef = cb; - - cb->initRBRefFromRadioButton(_Forms.back().Entries.back().sbRBRef); - } - - cb->setPushed(_Forms.back().Entries.back().InitialSelection == lineIndex); - sb->setUserGroupLeft(lineIndex, ig); - } - else - { - nlwarning("Failed to get 'b' element from 'menu_checkbox' template"); - delete ig; - } - } - } - } - } - } - break; - case HTML_I: - { - _Localize = false; - } - break; - case HTML_OL: - case HTML_UL: - if (!_UL.empty()) - { - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; - - endParagraph(); - popIfNotEmpty(_UL); - } - break; - case HTML_DL: - if (!_DL.empty()) - { - endParagraph(); - - // unclosed DT - if (_DL.back().DT) - { - popIfNotEmpty (_FontWeight); - } - - // unclosed DD - if (_DL.back().DD) - { - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; - } - - popIfNotEmpty (_DL); - } - break; - case HTML_DT: - if (!_DL.empty()) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // parser will process two DD in a row as nested when first DD is not closed - if (_DL.back().DD) - { - if (_Indent > ULIndent) - _Indent = _Indent - ULIndent; - else - _Indent = 0; - - _DL.back().DD = false; - } - } - break; - case HTML_SPAN: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - break; - case HTML_DEL: - popIfNotEmpty (_FontStrikeThrough); - break; - case HTML_U: - popIfNotEmpty (_FontUnderlined); - break; - case HTML_EM: - popIfNotEmpty (_FontOblique); - break; - case HTML_STRONG: - popIfNotEmpty (_FontWeight); - break; - case HTML_SMALL: - popIfNotEmpty (_FontSize); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = false; - break; - case HTML_OBJECT: - if (_TrustedDomain) - { - if (_ObjectType=="application/ryzom-data") - { - if (!_ObjectData.empty()) - { - if (addBnpDownload(_ObjectData, _ObjectAction, _ObjectScript, _ObjectMD5Sum)) - { - CLuaManager::getInstance().executeLuaScript("\nlocal __ALLREADYDL__=true\n"+_ObjectScript, true); - } - _ObjectScript.clear(); - } - } - _Object = false; - } - break; - } - } - } - - // *************************************************************************** - void CGroupHTML::beginUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - // we receive an embeded lua script - _ParsingLua = _TrustedDomain; // Only parse lua if TrustedDomain - _LuaScript.clear(); - } - } - - // *************************************************************************** - void CGroupHTML::endUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - if (_ParsingLua && _TrustedDomain) - { - _ParsingLua = false; - // execute the embeded lua script - _LuaScript = "\nlocal __CURRENT_WINDOW__=\""+this->_Id+"\" \n"+_LuaScript; - CLuaManager::getInstance().executeLuaScript(_LuaScript, true); - } - } - } - - - // *************************************************************************** - NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTML, std::string, "html"); - - - // *************************************************************************** - uint32 CGroupHTML::_GroupHtmlUIDPool= 0; - CGroupHTML::TGroupHtmlByUIDMap CGroupHTML::_GroupHtmlByUID; - - - // *************************************************************************** - CGroupHTML::CGroupHTML(const TCtorParam ¶m) - : CGroupScrollText(param), - _TimeoutValue(DEFAULT_RYZOM_CONNECTION_TIMEOUT), - _RedirectsRemaining(DEFAULT_RYZOM_REDIRECT_LIMIT) - { - // add it to map of group html created - _GroupHtmlUID= ++_GroupHtmlUIDPool; // valid assigned Id begin to 1! - _GroupHtmlByUID[_GroupHtmlUID]= this; - - // init - _TrustedDomain = false; - _ParsingLua = false; - _LuaHrefHack = false; - _IgnoreText = false; - _BrowseNextTime = false; - _PostNextTime = false; - _Browsing = false; - _Connecting = false; - _CurrentViewLink = NULL; - _CurrentViewImage = NULL; - _Indent = 0; - _LI = false; - _SelectOption = false; - _GroupListAdaptor = NULL; - _UrlFragment.clear(); - _RefreshUrl.clear(); - _NextRefreshTime = 0.0; - _LastRefreshTime = 0.0; - - // Register - CWidgetManager::getInstance()->registerClockMsgTarget(this); - - // HTML parameters - BgColor = CRGBA::Black; - ErrorColor = CRGBA(255, 0, 0); - LinkColor = CRGBA(0, 0, 255); - TextColor = CRGBA(255, 255, 255); - H1Color = CRGBA(255, 255, 255); - H2Color = CRGBA(255, 255, 255); - H3Color = CRGBA(255, 255, 255); - H4Color = CRGBA(255, 255, 255); - H5Color = CRGBA(255, 255, 255); - H6Color = CRGBA(255, 255, 255); - ErrorColorGlobalColor = false; - LinkColorGlobalColor = false; - TextColorGlobalColor = false; - H1ColorGlobalColor = false; - H2ColorGlobalColor = false; - H3ColorGlobalColor = false; - H4ColorGlobalColor = false; - H5ColorGlobalColor = false; - H6ColorGlobalColor = false; - TextFontSize = 9; - H1FontSize = 18; - H2FontSize = 15; - H3FontSize = 12; - H4FontSize = 9; - H5FontSize = 9; - H6FontSize = 9; - LIBeginSpace = 4; - ULBeginSpace = 12; - PBeginSpace = 12; - TDBeginSpace = 0; - LIIndent = -10; - ULIndent = 30; - LineSpaceFontFactor = 0.5f; - DefaultButtonGroup = "html_text_button"; - DefaultFormTextGroup = "edit_box_widget"; - DefaultFormTextAreaGroup = "edit_box_widget_multiline"; - DefaultFormSelectGroup = "html_form_select_widget"; - DefaultFormSelectBoxMenuGroup = "html_form_select_box_menu_widget"; - DefaultCheckBoxBitmapNormal = "checkbox_normal.tga"; - DefaultCheckBoxBitmapPushed = "checkbox_pushed.tga"; - DefaultCheckBoxBitmapOver = "checkbox_over.tga"; - DefaultRadioButtonBitmapNormal = "w_radiobutton.png"; - DefaultRadioButtonBitmapPushed = "w_radiobutton_pushed.png"; - DefaultBackgroundBitmapView = "bg"; - clearContext(); - - MultiCurl = curl_multi_init(); -#ifdef CURLMOPT_MAX_HOST_CONNECTIONS - if (MultiCurl) - { - // added in libcurl 7.30.0 - curl_multi_setopt(MultiCurl, CURLMOPT_MAX_HOST_CONNECTIONS, options.curlMaxConnections); - curl_multi_setopt(MultiCurl, CURLMOPT_PIPELINING, 1); - } -#endif - RunningCurls = 0; - _CurlWWW = NULL; - - initImageDownload(); - initBnpDownload(); - initLibWWW(); - } - - // *************************************************************************** - - CGroupHTML::~CGroupHTML() - { - //releaseImageDownload(); - - // TestYoyo - //nlinfo("** CGroupHTML Destroy: %x, %s, uid%d", this, _Id.c_str(), _GroupHtmlUID); - - /* Erase from map of Group HTML (thus requestTerminated() callback won't be called) - Do it first, just because don't want requestTerminated() to be called while I'm destroying - (useless and may be dangerous) - */ - _GroupHtmlByUID.erase(_GroupHtmlUID); - - // stop browsing - stopBrowse (); // NB : we don't call updateRefreshButton here, because : - // 1) it is useless, - // 2) it crashed before when it called getElementFromId (that didn't work when a master group was being removed...). Btw it should work now - // this is why the call to 'updateRefreshButton' has been removed from stopBrowse - - clearContext(); - if (_CurlWWW) - delete _CurlWWW; - } - - std::string CGroupHTML::getProperty( const std::string &name ) const - { - if( name == "url" ) - { - return _URL; - } - else - if( name == "title_prefix" ) - { - return _TitlePrefix.toString(); - } - else - if( name == "background_color" ) - { - return toString( BgColor ); - } - else - if( name == "error_color" ) - { - return toString( ErrorColor ); - } - else - if( name == "link_color" ) - { - return toString( LinkColor ); - } - else - if( name == "h1_color" ) - { - return toString( H1Color ); - } - else - if( name == "h2_color" ) - { - return toString( H2Color ); - } - else - if( name == "h3_color" ) - { - return toString( H3Color ); - } - else - if( name == "h4_color" ) - { - return toString( H4Color ); - } - else - if( name == "h5_color" ) - { - return toString( H5Color ); - } - else - if( name == "h6_color" ) - { - return toString( H6Color ); - } - else - if( name == "error_color_global_color" ) - { - return toString( ErrorColorGlobalColor ); - } - else - if( name == "link_color_global_color" ) - { - return toString( LinkColorGlobalColor ); - } - else - if( name == "text_color_global_color" ) - { - return toString( TextColorGlobalColor ); - } - else - if( name == "h1_color_global_color" ) - { - return toString( H1ColorGlobalColor ); - } - else - if( name == "h2_color_global_color" ) - { - return toString( H2ColorGlobalColor ); - } - else - if( name == "h3_color_global_color" ) - { - return toString( H3ColorGlobalColor ); - } - else - if( name == "h4_color_global_color" ) - { - return toString( H4ColorGlobalColor ); - } - else - if( name == "h5_color_global_color" ) - { - return toString( H5ColorGlobalColor ); - } - else - if( name == "h6_color_global_color" ) - { - return toString( H6ColorGlobalColor ); - } - else - if( name == "text_font_size" ) - { - return toString( TextFontSize ); - } - else - if( name == "h1_font_size" ) - { - return toString( H1FontSize ); - } - else - if( name == "h2_font_size" ) - { - return toString( H2FontSize ); - } - else - if( name == "h3_font_size" ) - { - return toString( H3FontSize ); - } - else - if( name == "h4_font_size" ) - { - return toString( H4FontSize ); - } - else - if( name == "h5_font_size" ) - { - return toString( H5FontSize ); - } - else - if( name == "h6_font_size" ) - { - return toString( H6FontSize ); - } - else - if( name == "td_begin_space" ) - { - return toString( TDBeginSpace ); - } - else - if( name == "paragraph_begin_space" ) - { - return toString( PBeginSpace ); - } - else - if( name == "li_begin_space" ) - { - return toString( LIBeginSpace ); - } - else - if( name == "ul_begin_space" ) - { - return toString( ULBeginSpace ); - } - else - if( name == "li_indent" ) - { - return toString( LIIndent ); - } - else - if( name == "ul_indent" ) - { - return toString( ULIndent ); - } - else - if( name == "multi_line_space_factor" ) - { - return toString( LineSpaceFontFactor ); - } - else - if( name == "form_text_area_group" ) - { - return DefaultFormTextGroup; - } - else - if( name == "form_select_group" ) - { - return DefaultFormSelectGroup; - } - else - if( name == "checkbox_bitmap_normal" ) - { - return DefaultCheckBoxBitmapNormal; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - return DefaultCheckBoxBitmapPushed; - } - else - if( name == "checkbox_bitmap_over" ) - { - return DefaultCheckBoxBitmapOver; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - return DefaultRadioButtonBitmapNormal; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - return DefaultRadioButtonBitmapPushed; - } - else - if( name == "radiobutton_bitmap_over" ) - { - return DefaultRadioButtonBitmapOver; - } - else - if( name == "background_bitmap_view" ) - { - return DefaultBackgroundBitmapView; - } - else - if( name == "home" ) - { - return Home; - } - else - if( name == "browse_next_time" ) - { - return toString( _BrowseNextTime ); - } - else - if( name == "browse_tree" ) - { - return _BrowseTree; - } - else - if( name == "browse_undo" ) - { - return _BrowseUndoButton; - } - else - if( name == "browse_redo" ) - { - return _BrowseRedoButton; - } - else - if( name == "browse_refresh" ) - { - return _BrowseRefreshButton; - } - else - if( name == "timeout" ) - { - return toString( _TimeoutValue ); - } - else - return CGroupScrollText::getProperty( name ); - } - - void CGroupHTML::setProperty( const std::string &name, const std::string &value ) - { - if( name == "url" ) - { - _URL = value; - return; - } - else - if( name == "title_prefix" ) - { - _TitlePrefix = value; - return; - } - else - if( name == "background_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - BgColor = c; - return; - } - else - if( name == "error_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - ErrorColor = c; - return; - } - else - if( name == "link_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - LinkColor = c; - return; - } - else - if( name == "h1_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H1Color = c; - return; - } - else - if( name == "h2_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H2Color = c; - return; - } - else - if( name == "h3_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H3Color = c; - return; - } - else - if( name == "h4_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H4Color = c; - return; - } - else - if( name == "h5_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H5Color = c; - return; - } - else - if( name == "h6_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H6Color = c; - return; - } - else - if( name == "error_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - ErrorColorGlobalColor = b; - return; - } - else - if( name == "link_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - LinkColorGlobalColor = b; - return; - } - else - if( name == "text_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - TextColorGlobalColor = b; - return; - } - else - if( name == "h1_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H1ColorGlobalColor = b; - return; - } - else - if( name == "h2_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H2ColorGlobalColor = b; - return; - } - else - if( name == "h3_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H3ColorGlobalColor = b; - return; - } - else - if( name == "h4_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H4ColorGlobalColor = b; - return; - } - else - if( name == "h5_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H5ColorGlobalColor = b; - return; - } - else - if( name == "h6_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H6ColorGlobalColor = b; - return; - } - else - if( name == "text_font_size" ) - { - uint i; - if( fromString( value, i ) ) - TextFontSize = i; - return; - } - else - if( name == "h1_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H1FontSize = i; - return; - } - else - if( name == "h2_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H2FontSize = i; - return; - } - else - if( name == "h3_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H3FontSize = i; - return; - } - else - if( name == "h4_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H4FontSize = i; - return; - } - else - if( name == "h5_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H5FontSize = i; - return; - } - else - if( name == "h6_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H6FontSize = i; - return; - } - else - if( name == "td_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - TDBeginSpace = i; - return; - } - else - if( name == "paragraph_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - PBeginSpace = i; - return; - } - else - if( name == "li_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - LIBeginSpace = i; - return; - } - else - if( name == "ul_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - ULBeginSpace = i; - return; - } - else - if( name == "li_indent" ) - { - uint i; - if( fromString( value, i ) ) - LIIndent = i; - return; - } - else - if( name == "ul_indent" ) - { - uint i; - if( fromString( value, i ) ) - ULIndent = i; - return; - } - else - if( name == "multi_line_space_factor" ) - { - float f; - if( fromString( value, f ) ) - LineSpaceFontFactor = f; - return; - } - else - if( name == "form_text_area_group" ) - { - DefaultFormTextGroup = value; - return; - } - else - if( name == "form_select_group" ) - { - DefaultFormSelectGroup = value; - return; - } - else - if( name == "checkbox_bitmap_normal" ) - { - DefaultCheckBoxBitmapNormal = value; - return; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - DefaultCheckBoxBitmapPushed = value; - return; - } - else - if( name == "checkbox_bitmap_over" ) - { - DefaultCheckBoxBitmapOver = value; - return; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - DefaultRadioButtonBitmapNormal = value; - return; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - DefaultRadioButtonBitmapPushed = value; - return; - } - else - if( name == "radiobutton_bitmap_over" ) - { - DefaultRadioButtonBitmapOver = value; - return; - } - else - if( name == "background_bitmap_view" ) - { - DefaultBackgroundBitmapView = value; - return; - } - else - if( name == "home" ) - { - Home = value; - return; - } - else - if( name == "browse_next_time" ) - { - bool b; - if( fromString( value, b ) ) - _BrowseNextTime = b; - return; - } - else - if( name == "browse_tree" ) - { - _BrowseTree = value; - return; - } - else - if( name == "browse_undo" ) - { - _BrowseUndoButton = value; - return; - } - else - if( name == "browse_redo" ) - { - _BrowseRedoButton = value; - return; - } - else - if( name == "browse_refresh" ) - { - _BrowseRefreshButton = value; - return; - } - else - if( name == "timeout" ) - { - double d; - if( fromString( value, d ) ) - _TimeoutValue = d; - return; - } - else - CGroupScrollText::setProperty( name, value ); - } - - xmlNodePtr CGroupHTML::serialize( xmlNodePtr parentNode, const char *type ) const - { - xmlNodePtr node = CGroupScrollText::serialize( parentNode, type ); - if( node == NULL ) - return NULL; - - xmlSetProp( node, BAD_CAST "type", BAD_CAST "html" ); - xmlSetProp( node, BAD_CAST "url", BAD_CAST _URL.c_str() ); - xmlSetProp( node, BAD_CAST "title_prefix", BAD_CAST _TitlePrefix.toString().c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "error_color", BAD_CAST toString( ErrorColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color", BAD_CAST toString( LinkColor ).c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color", BAD_CAST toString( H1Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color", BAD_CAST toString( H2Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color", BAD_CAST toString( H3Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color", BAD_CAST toString( H4Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color", BAD_CAST toString( H5Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color", BAD_CAST toString( H6Color ).c_str() ); - - xmlSetProp( node, BAD_CAST "error_color_global_color", - BAD_CAST toString( ErrorColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color_global_color", - BAD_CAST toString( LinkColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "text_color_global_color", - BAD_CAST toString( TextColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color_global_color", - BAD_CAST toString( H1ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color_global_color", - BAD_CAST toString( H2ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color_global_color", - BAD_CAST toString( H3ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color_global_color", - BAD_CAST toString( H4ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color_global_color", - BAD_CAST toString( H5ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color_global_color", - BAD_CAST toString( H6ColorGlobalColor ).c_str() ); - - xmlSetProp( node, BAD_CAST "text_font_size", BAD_CAST toString( TextFontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_font_size", BAD_CAST toString( H1FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_font_size", BAD_CAST toString( H2FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_font_size", BAD_CAST toString( H3FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_font_size", BAD_CAST toString( H4FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_font_size", BAD_CAST toString( H5FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_font_size", BAD_CAST toString( H6FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "td_begin_space", BAD_CAST toString( TDBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "paragraph_begin_space", BAD_CAST toString( PBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_begin_space", BAD_CAST toString( LIBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_begin_space", BAD_CAST toString( ULBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_indent", BAD_CAST toString( LIIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_indent", BAD_CAST toString( ULIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "multi_line_space_factor", BAD_CAST toString( LineSpaceFontFactor ).c_str() ); - xmlSetProp( node, BAD_CAST "form_text_area_group", BAD_CAST DefaultFormTextGroup.c_str() ); - xmlSetProp( node, BAD_CAST "form_select_group", BAD_CAST DefaultFormSelectGroup.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_normal", BAD_CAST DefaultCheckBoxBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_pushed", BAD_CAST DefaultCheckBoxBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_over", BAD_CAST DefaultCheckBoxBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_normal", BAD_CAST DefaultRadioButtonBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_pushed", BAD_CAST DefaultRadioButtonBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_over", BAD_CAST DefaultRadioButtonBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "background_bitmap_view", BAD_CAST DefaultBackgroundBitmapView.c_str() ); - xmlSetProp( node, BAD_CAST "home", BAD_CAST Home.c_str() ); - xmlSetProp( node, BAD_CAST "browse_next_time", BAD_CAST toString( _BrowseNextTime ).c_str() ); - xmlSetProp( node, BAD_CAST "browse_tree", BAD_CAST _BrowseTree.c_str() ); - xmlSetProp( node, BAD_CAST "browse_undo", BAD_CAST _BrowseUndoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_redo", BAD_CAST _BrowseRedoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_refresh", BAD_CAST _BrowseRefreshButton.c_str() ); - xmlSetProp( node, BAD_CAST "timeout", BAD_CAST toString( _TimeoutValue ).c_str() ); - - return node; - } - - // *************************************************************************** - - bool CGroupHTML::parse(xmlNodePtr cur,CInterfaceGroup *parentGroup) - { - nlassert( CWidgetManager::getInstance()->isClockMsgTarget(this)); - - - if(!CGroupScrollText::parse(cur, parentGroup)) - return false; - - // TestYoyo - //nlinfo("** CGroupHTML parsed Ok: %x, %s, %s, uid%d", this, _Id.c_str(), typeid(this).name(), _GroupHtmlUID); - - CXMLAutoPtr ptr; - - // Get the url - ptr = xmlGetProp (cur, (xmlChar*)"url"); - if (ptr) - _URL = (const char*)ptr; - - // Bkup default for undo/redo - _AskedUrl= _URL; - - ptr = xmlGetProp (cur, (xmlChar*)"title_prefix"); - if (ptr) - _TitlePrefix = CI18N::get((const char*)ptr); - - // Parameters - ptr = xmlGetProp (cur, (xmlChar*)"background_color"); - if (ptr) - BgColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color"); - if (ptr) - ErrorColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color"); - if (ptr) - LinkColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color"); - if (ptr) - TextColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color"); - if (ptr) - H1Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color"); - if (ptr) - H2Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color"); - if (ptr) - H3Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color"); - if (ptr) - H4Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color"); - if (ptr) - H5Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color"); - if (ptr) - H6Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color_global_color"); - if (ptr) - ErrorColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color_global_color"); - if (ptr) - LinkColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color_global_color"); - if (ptr) - TextColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color_global_color"); - if (ptr) - H1ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color_global_color"); - if (ptr) - H2ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color_global_color"); - if (ptr) - H3ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color_global_color"); - if (ptr) - H4ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color_global_color"); - if (ptr) - H5ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color_global_color"); - if (ptr) - H6ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_font_size"); - if (ptr) - fromString((const char*)ptr, TextFontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h1_font_size"); - if (ptr) - fromString((const char*)ptr, H1FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h2_font_size"); - if (ptr) - fromString((const char*)ptr, H2FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h3_font_size"); - if (ptr) - fromString((const char*)ptr, H3FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h4_font_size"); - if (ptr) - fromString((const char*)ptr, H4FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h5_font_size"); - if (ptr) - fromString((const char*)ptr, H5FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h6_font_size"); - if (ptr) - fromString((const char*)ptr, H6FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"td_begin_space"); - if (ptr) - fromString((const char*)ptr, TDBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"paragraph_begin_space"); - if (ptr) - fromString((const char*)ptr, PBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_begin_space"); - if (ptr) - fromString((const char*)ptr, LIBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"ul_begin_space"); - if (ptr) - fromString((const char*)ptr, ULBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_indent"); - if (ptr) - fromString((const char*)ptr, LIIndent); - ptr = xmlGetProp (cur, (xmlChar*)"ul_indent"); - if (ptr) - fromString((const char*)ptr, ULIndent); - ptr = xmlGetProp (cur, (xmlChar*)"multi_line_space_factor"); - if (ptr) - fromString((const char*)ptr, LineSpaceFontFactor); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_group"); - if (ptr) - DefaultFormTextGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_area_group"); - if (ptr) - DefaultFormTextAreaGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_select_group"); - if (ptr) - DefaultFormSelectGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_normal"); - if (ptr) - DefaultCheckBoxBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_pushed"); - if (ptr) - DefaultCheckBoxBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_over"); - if (ptr) - DefaultCheckBoxBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_normal"); - if (ptr) - DefaultRadioButtonBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_pushed"); - if (ptr) - DefaultRadioButtonBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_over"); - if (ptr) - DefaultRadioButtonBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"background_bitmap_view"); - if (ptr) - DefaultBackgroundBitmapView = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"home"); - if (ptr) - Home = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_next_time"); - if (ptr) - _BrowseNextTime = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_tree"); - if(ptr) - _BrowseTree = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_undo"); - if(ptr) - _BrowseUndoButton= (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_redo"); - if(ptr) - _BrowseRedoButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_refresh"); - if(ptr) - _BrowseRefreshButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"timeout"); - if(ptr) - fromString((const char*)ptr, _TimeoutValue); - - return true; - } - - // *************************************************************************** - - bool CGroupHTML::handleEvent (const NLGUI::CEventDescriptor& eventDesc) - { - bool traited = false; - - if (eventDesc.getType() == NLGUI::CEventDescriptor::mouse) - { - const NLGUI::CEventDescriptorMouse &mouseEvent = (const NLGUI::CEventDescriptorMouse &)eventDesc; - if (mouseEvent.getEventTypeExtended() == NLGUI::CEventDescriptorMouse::mousewheel) - { - // Check if mouse wheel event was on any of multiline select box widgets - // Must do this before CGroupScrollText - for (uint i=0; i<_Forms.size() && !traited; i++) - { - for (uint j=0; j<_Forms[i].Entries.size() && !traited; j++) - { - if (_Forms[i].Entries[j].SelectBox) - { - if (_Forms[i].Entries[j].SelectBox->handleEvent(eventDesc)) - { - traited = true; - break; - } - } - } - } - } - } - - if (!traited) - traited = CGroupScrollText::handleEvent (eventDesc); - - if (eventDesc.getType() == NLGUI::CEventDescriptor::system) - { - const NLGUI::CEventDescriptorSystem &systemEvent = (const NLGUI::CEventDescriptorSystem &) eventDesc; - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::clocktick) - { - // Handle now - handle (); - } - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::activecalledonparent) - { - if (!((NLGUI::CEventDescriptorActiveCalledOnParent &) systemEvent).getActive()) - { - // stop refresh when window gets hidden - _NextRefreshTime = 0; - } - } - } - return traited; - } - - // *************************************************************************** - - void CGroupHTML::endParagraph() - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - _Paragraph = NULL; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::newParagraph(uint beginSpace) - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - // Add a new paragraph - CGroupParagraph *newParagraph = new CGroupParagraph(CViewBase::TCtorParam()); - newParagraph->setResizeFromChildH(true); - - newParagraph->setIndent(_Indent); - - // Add to the group - addHtmlGroup (newParagraph, beginSpace); - _Paragraph = newParagraph; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::browse(const char *url) - { - // modify undo/redo - pushUrlUndoRedo(url); - - // do the browse, with no undo/redo - doBrowse(url); - } - - // *************************************************************************** - void CGroupHTML::refresh() - { - if (!_URL.empty()) - doBrowse(_URL.c_str(), true); - } - - // *************************************************************************** - void CGroupHTML::doBrowse(const char *url, bool force) - { - // Stop previous browse - if (_Browsing) - { - // Clear all the context - clearContext(); - - _Browsing = false; - updateRefreshButton(); - - #ifdef LOG_DL - nlwarning("(%s) *** ALREADY BROWSING, break first", _Id.c_str()); - #endif - } - - #ifdef LOG_DL - nlwarning("(%s) Browsing URL : '%s'", _Id.c_str(), url); - #endif - - - CUrlParser uri(url); - if (!uri.hash.empty()) - { - // Anchor to scroll after page has loaded - _UrlFragment = uri.hash; - - uri.inherit(_DocumentUrl); - uri.hash.clear(); - - // compare urls and see if we only navigating to new anchor - if (!force && _DocumentUrl == uri.toString()) - { - // scroll happens in updateCoords() - invalidateCoords(); - return; - } - } - else - _UrlFragment.clear(); - - // go - _URL = uri.toString(); - _Connecting = false; - _BrowseNextTime = true; - - // if a BrowseTree is bound to us, try to select the node that opens this URL (auto-locate) - if(!_BrowseTree.empty()) - { - CGroupTree *groupTree=dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseTree)); - if(groupTree) - { - string nodeId= selectTreeNodeRecurs(groupTree->getRootNode(), url); - // select the node - if(!nodeId.empty()) - { - groupTree->selectNodeById(nodeId); - } - } - } - } - - // *************************************************************************** - - void CGroupHTML::browseError (const char *msg) - { - // Get the list group from CGroupScrollText - removeContent(); - newParagraph(0); - CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str()); - viewText->setColor (ErrorColor); - viewText->setModulateGlobalColor(ErrorColorGlobalColor); - viewText->setMultiLine (true); - getParagraph()->addChild (viewText); - if(!_TitlePrefix.empty()) - setTitle (_TitlePrefix); - - stopBrowse (); - updateRefreshButton(); - } - - // *************************************************************************** - - bool CGroupHTML::isBrowsing() - { - return _Browsing; - } - - - void CGroupHTML::stopBrowse () - { - #ifdef LOG_DL - nlwarning("*** STOP BROWSE (%s)", _Id.c_str()); - #endif - - // Clear all the context - clearContext(); - - _Browsing = false; - - requestTerminated(); - } - - // *************************************************************************** - - void CGroupHTML::updateCoords() - { - CGroupScrollText::updateCoords(); - - // all elements are in their correct place, tell scrollbar to scroll to anchor - if (!_Browsing && !_UrlFragment.empty()) - { - doBrowseAnchor(_UrlFragment); - _UrlFragment.clear(); - } - } - - // *************************************************************************** - - bool CGroupHTML::translateChar(ucchar &output, ucchar input, ucchar lastCharParam) const - { - // Keep this char ? - bool keep = true; - - switch (input) - { - // Return / tab only in
     mode
    -		case '\t':
    -		case '\n':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -				if(!getPRE())
    -					input = ' ';
    -			}
    -			break;
    -		case ' ':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != (ucchar)'\n') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -			}
    -			break;
    -		case 0xd:
    -			keep = false;
    -			break;
    -		}
    -
    -		if (keep)
    -		{
    -			output = input;
    -		}
    -
    -		return keep;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::registerAnchor(CInterfaceElement* elm)
    -	{
    -		if (!_AnchorName.empty())
    -		{
    -			for(uint32 i=0; i <  _AnchorName.size(); ++i)
    -			{
    -				// filter out duplicates and register only first
    -				if (!_AnchorName[i].empty() && _Anchors.count(_AnchorName[i]) == 0)
    -				{
    -					_Anchors[_AnchorName[i]] = elm;
    -				}
    -			}
    -
    -			_AnchorName.clear();
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addString(const ucstring &str)
    -	{
    -		ucstring tmpStr = str;
    -
    -		if (_Localize)
    -		{
    -			string	_str = tmpStr.toString();
    -			string::size_type	p = _str.find('#');
    -			if (p == string::npos)
    -			{
    -				tmpStr = CI18N::get(_str);
    -			}
    -			else
    -			{
    -				string	cmd = _str.substr(0, p);
    -				string	arg = _str.substr(p+1);
    -
    -				if (cmd == "date")
    -				{
    -					uint	year, month, day;
    -					sscanf(arg.c_str(), "%d/%d/%d", &year, &month, &day);
    -					tmpStr = CI18N::get( "uiMFIDate");
    -
    -					year += (year > 70 ? 1900 : 2000);
    -
    -					strFindReplace(tmpStr, "%year", toString("%d", year) );
    -					strFindReplace(tmpStr, "%month", CI18N::get(toString("uiMonth%02d", month)) );
    -					strFindReplace(tmpStr, "%day", toString("%d", day) );
    -				}
    -				else
    -				{
    -					tmpStr = arg;
    -				}
    -			}
    -		}
    -
    -		// In title ?
    -		if (_Title)
    -		{
    -			_TitleString += tmpStr;
    -		}
    -		else if (_TextArea)
    -		{
    -			_TextAreaContent += tmpStr;
    -		}
    -		else if (_Object)
    -		{
    -			_ObjectScript += tmpStr.toString();
    -		}
    -		else if (_SelectOption)
    -		{
    -			if (!(_Forms.empty()))
    -			{
    -				if (!_Forms.back().Entries.empty())
    -				{
    -					_SelectOptionStr += tmpStr;
    -				}
    -			}
    -		}
    -		else
    -		{
    -			// In a paragraph ?
    -			if (!_Paragraph)
    -			{
    -				newParagraph (0);
    -				paragraphChange ();
    -			}
    -
    -			// Text added ?
    -			bool added = false;
    -			bool embolden = getFontWeight() >= FONT_WEIGHT_BOLD;
    -
    -			// Number of child in this paragraph
    -			if (_CurrentViewLink)
    -			{
    -				bool skipLine = !_CurrentViewLink->getText().empty() && *(_CurrentViewLink->getText().rbegin()) == (ucchar) '\n';
    -				// Compatible with current parameters ?
    -				if (!skipLine &&
    -					(getTextColor() == _CurrentViewLink->getColor()) &&
    -					(getFontFamily() == _CurrentViewLink->getFontName()) &&
    -					(getFontSize() == (uint)_CurrentViewLink->getFontSize()) &&
    -					(getFontUnderlined() == _CurrentViewLink->getUnderlined()) &&
    -					(getFontStrikeThrough() == _CurrentViewLink->getStrikeThrough()) &&
    -					(embolden == _CurrentViewLink->getEmbolden()) &&
    -					(getFontOblique() == _CurrentViewLink->getOblique()) &&
    -					(getLink() == _CurrentViewLink->Link) &&
    -					(getGlobalColor() == _CurrentViewLink->getModulateGlobalColor()))
    -				{
    -					// Concat the text
    -					_CurrentViewLink->setText(_CurrentViewLink->getText()+tmpStr);
    -					_CurrentViewLink->invalidateContent();
    -					added = true;
    -				}
    -			}
    -
    -			// Not added ?
    -			if (!added)
    -			{
    -				if (getA() && string(getLinkClass()) == "ryzom-ui-button")
    -				{
    -					string buttonTemplate = DefaultButtonGroup;
    -					// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -					string param = "name=" + this->_Id + "|url=" + getLink();
    -
    -					typedef pair TTmplParam;
    -					vector tmplParams;
    -					tmplParams.push_back(TTmplParam("id", ""));
    -					tmplParams.push_back(TTmplParam("onclick", "browse"));
    -					tmplParams.push_back(TTmplParam("onclick_param", param));
    -					tmplParams.push_back(TTmplParam("active", "true"));
    -					CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams);
    -					if (buttonGroup)
    -					{
    -
    -						// Add the ctrl button
    -						CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button"));
    -						if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b"));
    -						if (ctrlButton)
    -						{
    -							ctrlButton->setModulateGlobalColorAll (false);
    -
    -							// Translate the tooltip
    -							ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(getLinkTitle()));
    -							ctrlButton->setText(tmpStr);
    -						}
    -						getParagraph()->addChild (buttonGroup);
    -						paragraphChange ();
    -					}
    -		
    -				}
    -				else
    -				{
    -					CViewLink *newLink = new CViewLink(CViewBase::TCtorParam());
    -					if (getA())
    -					{
    -						newLink->Link = getLink();
    -						newLink->LinkTitle = getLinkTitle();
    -						if (!newLink->Link.empty())
    -						{
    -							newLink->setHTMLView (this);
    -
    -							newLink->setActionOnLeftClick("browse");
    -							newLink->setParamsOnLeftClick("name=" + getId() + "|url=" + newLink->Link);
    -						}
    -					}
    -					newLink->setText(tmpStr);
    -					newLink->setColor(getTextColor());
    -					newLink->setFontName(getFontFamily());
    -					newLink->setFontSize(getFontSize());
    -					newLink->setEmbolden(embolden);
    -					newLink->setOblique(getFontOblique());
    -					newLink->setUnderlined(getFontUnderlined());
    -					newLink->setStrikeThrough(getFontStrikeThrough());
    -					newLink->setMultiLineSpace((uint)((float)getFontSize()*LineSpaceFontFactor));
    -					newLink->setMultiLine(true);
    -					newLink->setModulateGlobalColor(getGlobalColor());
    -					// newLink->setLineAtBottom (true);
    -
    -					registerAnchor(newLink);
    -
    -					if (getA() && !newLink->Link.empty())
    -					{
    -						getParagraph()->addChildLink(newLink);
    -					}
    -					else
    -					{
    -						getParagraph()->addChild(newLink);
    -					}
    -					paragraphChange ();
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addImage(const char *img, bool globalColor, bool reloadImg, const CStyleParams &style)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		string finalUrl;
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		// Not added ?
    -		CViewBitmap *newImage = new CViewBitmap (TCtorParam());
    -
    -		//
    -		// 1/ try to load the image with the old system (local files in bnp)
    -		//
    -		string image = CFile::getPath(img) + CFile::getFilenameWithoutExtension(img) + ".tga";
    -		if (lookupLocalFile (finalUrl, image.c_str(), false))
    -		{
    -			newImage->setRenderLayer(getRenderLayer()+1);
    -			image = finalUrl;
    -		}
    -		else
    -		{
    -			//
    -			// 2/ if it doesn't work, try to load the image in cache
    -			//
    -			image = localImageName(img);
    -			if (!reloadImg && lookupLocalFile (finalUrl, image.c_str(), false))
    -			{
    -				// don't display image that are not power of 2
    -				try
    -				{
    -					uint32 w, h;
    -					CBitmap::loadSize (image, w, h);
    -					if (w == 0 || h == 0 || ((!NLMISC::isPowerOf2(w) || !NLMISC::isPowerOf2(h)) && !NL3D::CTextureFile::supportNonPowerOfTwoTextures()))
    -						image = "web_del.tga";
    -				}
    -				catch(const NLMISC::Exception &e)
    -				{
    -					nlwarning(e.what());
    -					image = "web_del.tga";
    -				}
    -			}
    -			else
    -			{
    -				//
    -				// 3/ if it doesn't work, display a placeholder and ask to dl the image into the cache
    -				//
    -				if (reloadImg && CFile::fileExists(image))
    -					CFile::deleteFile(image);
    -
    -				image = "web_del.tga";
    -				addImageDownload(img, newImage, style);
    -			}
    -		}
    -		newImage->setTexture (image);
    -		newImage->setModulateGlobalColor(globalColor);
    -
    -		getParagraph()->addChild(newImage);	
    -		paragraphChange ();
    -		
    -		setImageSize(newImage, style);
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::addTextArea(const std::string &templateName, const char *name, uint rows, uint cols, bool multiLine, const ucstring &content, uint maxlength)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("w", toString (cols*getFontSize())));
    -			templateParams.push_back (std::pair ("id", name));
    -			templateParams.push_back (std::pair ("prompt", ""));
    -			templateParams.push_back (std::pair ("multiline", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("fontsize", toString (getFontSize())));
    -			templateParams.push_back (std::pair ("color", getTextColor().toString()));
    -			if (getFontWeight() >= FONT_WEIGHT_BOLD)
    -				templateParams.push_back (std::pair ("fontweight", "bold"));
    -			if (getFontOblique())
    -				templateParams.push_back (std::pair ("fontstyle", "oblique"));
    -			if (multiLine)
    -				templateParams.push_back (std::pair ("multi_min_line", toString(rows)));
    -			templateParams.push_back (std::pair ("want_return", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("enter_recover_focus", "false"));
    -			if (maxlength > 0)
    -				templateParams.push_back (std::pair ("max_num_chars", toString(maxlength)));
    -			CInterfaceGroup *textArea = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (textArea)
    -			{
    -				// Set the content
    -				CGroupEditBox *eb = dynamic_cast(textArea->getGroup("eb"));
    -				if (eb)
    -					eb->setInputString(decodeHTMLEntities(content));
    -
    -				textArea->invalidateCoords();
    -				getParagraph()->addChild (textArea);
    -				paragraphChange ();
    -
    -				return textArea;
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CDBGroupComboBox *CGroupHTML::addComboBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("id", name));
    -			CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (group)
    -			{
    -				// Set the content
    -				CDBGroupComboBox *cb = dynamic_cast(group);
    -				if (!cb)
    -				{
    -					nlwarning("'%s' template has bad type, combo box expected", templateName.c_str());
    -					delete cb;
    -					return NULL;
    -				}
    -				else
    -				{
    -					getParagraph()->addChild (cb);
    -					paragraphChange ();
    -					return cb;
    -				}
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CGroupMenu *CGroupHTML::addSelectBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Not added ?
    -		std::vector > templateParams;
    -		templateParams.push_back(std::pair ("id", name));
    -		CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName.c_str(),
    -			getParagraph()->getId(), &(templateParams[0]), (uint)templateParams.size());
    -
    -		// Group created ?
    -		if (group)
    -		{
    -			// Set the content
    -			CGroupMenu *sb = dynamic_cast(group);
    -			if (!sb)
    -			{
    -				nlwarning("'%s' template has bad type, CGroupMenu expected", templateName.c_str());
    -				delete sb;
    -				return NULL;
    -			}
    -			else
    -			{
    -				getParagraph()->addChild (sb);
    -				paragraphChange ();
    -				return sb;
    -			}
    -		}
    -
    -		// No group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	CCtrlButton *CGroupHTML::addButton(CCtrlButton::EType type, const std::string &/* name */, const std::string &normalBitmap, const std::string &pushedBitmap,
    -									  const std::string &overBitmap, bool useGlobalColor, const char *actionHandler, const char *actionHandlerParams,
    -									  const char *tooltip, const CStyleParams &style)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Add the ctrl button
    -		CCtrlButton *ctrlButton = new CCtrlButton(TCtorParam());
    -
    -		// Load only tga files.. (conversion in dds filename is done in the lookup procedure)
    -		string normal = normalBitmap.empty()?"":CFile::getPath(normalBitmap) + CFile::getFilenameWithoutExtension(normalBitmap) + ".tga";
    -
    -		// if the image doesn't exist on local, we check in the cache
    -	//	if(!CFile::fileExists(normal))
    -		if(!CPath::exists(normal))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(normal);
    -			if(id == -1)
    -			{
    -				normal = localImageName(normalBitmap);
    -				if(!CFile::fileExists(normal))
    -				{
    -					normal = "web_del.tga";
    -					addImageDownload(normalBitmap, ctrlButton, style);
    -				}
    -				else
    -				{
    -					try
    -					{
    -						uint32 w, h;
    -						CBitmap::loadSize(normal, w, h);
    -						if (w == 0 || h == 0)
    -							normal = "web_del.tga";
    -					}
    -					catch(const NLMISC::Exception &e)
    -					{
    -						nlwarning(e.what());
    -						normal = "web_del.tga";
    -					}
    -				}
    -			}
    -		}
    -
    -		string pushed = pushedBitmap.empty()?"":CFile::getPath(pushedBitmap) + CFile::getFilenameWithoutExtension(pushedBitmap) + ".tga";
    -		// if the image doesn't exist on local, we check in the cache, don't download it because the "normal" will already setuped it
    -	//	if(!CFile::fileExists(pushed))
    -		if(!CPath::exists(pushed))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(pushed);
    -			if(id == -1)
    -			{
    -				pushed = localImageName(pushedBitmap);
    -			}
    -		}
    -
    -		string over = overBitmap.empty()?"":CFile::getPath(overBitmap) + CFile::getFilenameWithoutExtension(overBitmap) + ".tga";
    -
    -		ctrlButton->setType (type);
    -		if (!normal.empty())
    -			ctrlButton->setTexture (normal);
    -		if (!pushed.empty())
    -			ctrlButton->setTexturePushed (pushed);
    -		if (!over.empty())
    -			ctrlButton->setTextureOver (over);
    -		ctrlButton->setModulateGlobalColorAll (useGlobalColor);
    -		ctrlButton->setActionOnLeftClick (actionHandler);
    -		ctrlButton->setParamsOnLeftClick (actionHandlerParams);
    -
    -		// Translate the tooltip or display raw text (tooltip from webig)
    -		if (tooltip)
    -		{
    -			if (CI18N::hasTranslation(tooltip))
    -			{
    -				ctrlButton->setDefaultContextHelp(CI18N::get(tooltip));
    -				//ctrlButton->setOnContextHelp(CI18N::get(tooltip).toString());
    -			}
    -			else
    -			{
    -				ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(tooltip));
    -				//ctrlButton->setOnContextHelp(string(tooltip));
    -			}
    -
    -			ctrlButton->setInstantContextHelp(true);
    -			ctrlButton->setToolTipParent(TTMouse);
    -			ctrlButton->setToolTipParentPosRef(Hotspot_TTAuto);
    -			ctrlButton->setToolTipPosRef(Hotspot_TTAuto);
    -		}
    -
    -		getParagraph()->addChild (ctrlButton);
    -		paragraphChange ();
    -		
    -		setImageSize(ctrlButton, style);
    -
    -		return ctrlButton;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::flushString()
    -	{
    -		_CurrentViewLink = NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::clearContext()
    -	{
    -		_Paragraph = NULL;
    -		_PRE.clear();
    -		_TextColor.clear();
    -		_GlobalColor.clear();
    -		_FontSize.clear();
    -		_FontWeight.clear();
    -		_FontOblique.clear();
    -		_FontUnderlined.clear();
    -		_FontStrikeThrough.clear();
    -		_Indent = 0;
    -		_LI = false;
    -		_UL.clear();
    -		_DL.clear();
    -		_A.clear();
    -		_Link.clear();
    -		_LinkTitle.clear();
    -		_Tables.clear();
    -		_Cells.clear();
    -		_TR.clear();
    -		_Forms.clear();
    -		_Groups.clear();
    -		_Anchors.clear();
    -		_AnchorName.clear();
    -		_CellParams.clear();
    -		_Title = false;
    -		_TextArea = false;
    -		_Object = false;
    -		_Localize = false;
    -		_ReadingHeadTag = false;
    -		_IgnoreHeadTag = false;
    -		_IgnoreBaseUrlTag = false;
    -
    -		// TR
    -
    -		paragraphChange ();
    -
    -		// clear the pointer to the current image download since all the button are deleted
    -	#ifdef LOG_DL
    -		nlwarning("Clear pointers to %d curls", Curls.size());
    -	#endif
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			Curls[i].imgs.clear();
    -		}
    -
    -	}
    -
    -	// ***************************************************************************
    -
    -	ucchar CGroupHTML::getLastChar() const
    -	{
    -		if (_CurrentViewLink)
    -		{
    -			const ucstring &str = _CurrentViewLink->getText();
    -			if (!str.empty())
    -				return str[str.length()-1];
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::paragraphChange ()
    -	{
    -		_CurrentViewLink = NULL;
    -		_CurrentViewImage = NULL;
    -		CGroupParagraph *paragraph = getParagraph();
    -		if (paragraph)
    -		{
    -			// Number of child in this paragraph
    -			uint numChild = paragraph->getNumChildren();
    -			if (numChild)
    -			{
    -				// Get the last child
    -				CViewBase *child = paragraph->getChild(numChild-1);
    -
    -				// Is this a string view ?
    -				_CurrentViewLink = dynamic_cast(child);
    -				_CurrentViewImage = dynamic_cast(child);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::getCurrentGroup()
    -	{
    -		if (!_Cells.empty() && _Cells.back())
    -			return _Cells.back()->Group;
    -		else
    -			return _GroupListAdaptor;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHtmlGroup (CInterfaceGroup *group, uint beginSpace)
    -	{
    -		if (!group)
    -			return;
    -
    -		// Remove previous paragraph if empty
    -		if (_Paragraph && (_Paragraph->getNumChildren() == 0))
    -		{
    -			_Paragraph->getParent ()->delGroup(_Paragraph);
    -			_Paragraph = NULL;
    -		}
    -
    -		registerAnchor(group);
    -
    -		if (!_DivName.empty())
    -		{
    -			group->setName(_DivName);
    -			_Groups.push_back(group);
    -		}
    -
    -		group->setSizeRef(CInterfaceElement::width);
    -
    -		// Compute begin space between paragraph and tables
    -		// * If first in group, no begin space
    -
    -		// Pointer on the current paragraph (can be a table too)
    -		CGroupParagraph *p = dynamic_cast(group);
    -
    -		CInterfaceGroup *parentGroup = CGroupHTML::getCurrentGroup();
    -		const std::vector &groups = parentGroup->getGroups ();
    -		group->setParent(parentGroup);
    -		group->setParentSize(parentGroup);
    -		if (groups.empty())
    -		{
    -			group->setParentPos(parentGroup);
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_TL);
    -			beginSpace = 0;
    -		}
    -		else
    -		{
    -			// Last is a paragraph ?
    -			group->setParentPos(groups.back());
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_BL);
    -		}
    -
    -		// Set the begin space
    -		if (p)
    -			p->setTopSpace(beginSpace);
    -		else
    -			group->setY(-(sint32)beginSpace);
    -		parentGroup->addGroup (group);
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setTitle (const ucstring &title)
    -	{
    -		CInterfaceElement *parent = getParent();
    -		if (parent)
    -		{
    -			if ((parent = parent->getParent()))
    -			{
    -				CGroupContainer *container = dynamic_cast(parent);
    -				if (container)
    -				{
    -					container->setUCTitle (title);
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::lookupLocalFile (string &result, const char *url, bool isUrl)
    -	{
    -		result = url;
    -		string tmp;
    -
    -		if (toLower(result).find("file:") == 0 && result.size() > 5)
    -		{
    -			result = result.substr(5, result.size()-5);
    -		}
    -		else if (result.find("://") != string::npos || result.find("//") == 0)
    -		{
    -			// http://, https://, etc or protocol-less url "//domain.com/image.png"
    -			return false;
    -		}
    -
    -		tmp = CPath::lookup (CFile::getFilename(result), false, false, false);
    -		if (tmp.empty())
    -		{
    -			// try to find in local directory
    -			tmp = CPath::lookup (result, false, false, true);
    -		}
    -
    -		if (!tmp.empty())
    -		{
    -			// Normalize the path
    -			if (isUrl)
    -				//result = "file:"+toLower(CPath::standardizePath (CPath::getFullPath (CFile::getPath(result)))+CFile::getFilename(result));*/
    -				result = "file:/"+tmp;
    -			else
    -				result = tmp;
    -			return true;
    -		}
    -		else
    -		{
    -			// Is it a texture in the big texture ?
    -			if (CViewRenderer::getInstance()->getTextureIdFromName (result) >= 0)
    -			{
    -				return true;
    -			}
    -			else
    -			{
    -				// This is not a file in the CPath, let libwww open this URL
    -				result = url;
    -				return false;
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::submitForm (uint formId, const char *submitButtonType, const char *submitButtonName, const char *submitButtonValue, sint32 x, sint32 y)
    -	{
    -		// Form id valid ?
    -		if (formId < _Forms.size())
    -		{
    -			_PostNextTime = true;
    -			_PostFormId = formId;
    -			_PostFormSubmitType = submitButtonType;
    -			_PostFormSubmitButton = submitButtonName;
    -			_PostFormSubmitValue = submitButtonValue;
    -			_PostFormSubmitX = x;
    -			_PostFormSubmitY = y;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackgroundColor (const CRGBA &bgcolor)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				// Change the background color
    -				bitmap->setColor (bgcolor);
    -				bitmap->setModulateGlobalColor(false);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackground (const string &bgtex, bool scale, bool tile)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				bitmap->setParentPosRef(Hotspot_TL);
    -				bitmap->setPosRef(Hotspot_TL);
    -				bitmap->setX(0);
    -				bitmap->setY(0);
    -				bitmap->setRenderLayer(-2);
    -				bitmap->setScale(scale);
    -				bitmap->setTile(tile);
    -				addImageDownload(bgtex, view);
    -			}
    -		}
    -	}
    -
    -
    -	struct CButtonFreezer : public CInterfaceElementVisitor
    -	{
    -		virtual void visitCtrl(CCtrlBase *ctrl)
    -		{
    -			CCtrlBaseButton		*textButt = dynamic_cast(ctrl);
    -			if (textButt)
    -			{
    -				textButt->setFrozen(true);
    -			}
    -		}
    -	};
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::handle ()
    -	{
    -		H_AUTO(RZ_Interface_Html_handle)
    -
    -		const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes();
    -
    -		// handle curl downloads
    -		checkDownloads();
    -
    -		// handle refresh timer
    -		if (_NextRefreshTime > 0 && _NextRefreshTime <= (times.thisFrameMs / 1000.0f) )
    -		{
    -			// there might be valid uses for 0sec refresh, but two in a row is probably a mistake
    -			if (_NextRefreshTime - _LastRefreshTime >= 1.0)
    -			{
    -				_LastRefreshTime = _NextRefreshTime;
    -				doBrowse(_RefreshUrl.c_str());
    -			}
    -			else
    -				nlwarning("Ignore second 0sec http-equiv refresh in a row (url '%s')", _URL.c_str());
    -
    -			_NextRefreshTime = 0;
    -		}
    -
    -		if (_Connecting)
    -		{
    -			// Check timeout if needed
    -			if (_TimeoutValue != 0 && _ConnectingTimeout <= ( times.thisFrameMs / 1000.0f ) )
    -			{
    -				browseError(("Connection timeout : "+_URL).c_str());
    -
    -				_Connecting = false;
    -			}
    -		}
    -		else
    -		if (_BrowseNextTime || _PostNextTime)
    -		{
    -			// Set timeout
    -			_Connecting = true;
    -			_ConnectingTimeout = ( times.thisFrameMs / 1000.0f ) + _TimeoutValue;
    -
    -			// freeze form buttons
    -			CButtonFreezer freezer;
    -			this->visit(&freezer);
    -
    -			// Home ?
    -			if (_URL == "home")
    -				_URL = home();
    -
    -			string finalUrl;
    -			bool isLocal = lookupLocalFile (finalUrl, _URL.c_str(), true);
    -
    -			_URL = finalUrl;
    -
    -			CUrlParser uri (_URL);
    -			_TrustedDomain = isTrustedDomain(uri.host);
    -			_DocumentDomain = uri.host;
    -
    -			// file is probably from bnp (ingame help)
    -			if (isLocal)
    -			{
    -				doBrowseLocalFile(finalUrl);
    -			}
    -			else
    -			{
    -				SFormFields formfields;
    -				if (_PostNextTime)
    -				{
    -					buildHTTPPostParams(formfields);
    -					// _URL is set from form.Action
    -					finalUrl = _URL;
    -				}
    -				else
    -				{
    -					// Add custom get params from child classes
    -					addHTTPGetParams (finalUrl, _TrustedDomain);
    -				}
    -
    -				doBrowseRemoteUrl(finalUrl, "", _PostNextTime, formfields);
    -			}
    -
    -			_BrowseNextTime = false;
    -			_PostNextTime = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::buildHTTPPostParams (SFormFields &formfields)
    -	{
    -		// Add text area text
    -		uint i;
    -
    -		if (_PostFormId >= _Forms.size())
    -		{
    -			nlwarning("(%s) invalid form index %d, _Forms %d", _Id.c_str(), _PostFormId, _Forms.size());
    -			return;
    -		}
    -		// Ref the form
    -		CForm &form = _Forms[_PostFormId];
    -
    -		_URL = form.Action;
    -
    -		CUrlParser uri(_URL);
    -		_TrustedDomain = isTrustedDomain(uri.host);
    -		_DocumentDomain = uri.host;
    -
    -		for (i=0; igetGroup ("eb");
    -				if (group)
    -				{
    -					// Should be a CGroupEditBox
    -					CGroupEditBox *editBox = dynamic_cast(group);
    -					if (editBox)
    -					{
    -						entryData = editBox->getViewText()->getText();
    -						addEntry = true;
    -					}
    -				}
    -			}
    -			else if (form.Entries[i].Checkbox)
    -			{
    -				// todo handle unicode POST here
    -				if (form.Entries[i].Checkbox->getPushed ())
    -				{
    -                                        entryData = form.Entries[i].Value;
    -					addEntry = true;
    -				}
    -			}
    -			else if (form.Entries[i].ComboBox)
    -			{
    -				CDBGroupComboBox *cb = form.Entries[i].ComboBox;
    -				entryData.fromUtf8(form.Entries[i].SelectValues[cb->getSelection()]);
    -				addEntry = true;
    -			}
    -			else if (form.Entries[i].SelectBox)
    -			{
    -				CGroupMenu *sb = form.Entries[i].SelectBox;
    -				CGroupSubMenu *rootMenu = sb->getRootMenu();
    -				if (rootMenu)
    -				{
    -					for(uint j=0; jgetNumLine(); ++j)
    -					{
    -						CInterfaceGroup *ig = rootMenu->getUserGroupLeft(j);
    -						if (ig)
    -						{
    -							CCtrlBaseButton *cb = dynamic_cast(ig->getCtrl("b"));
    -							if (cb && cb->getPushed())
    -								formfields.add(form.Entries[i].Name, form.Entries[i].SelectValues[j]);
    -						}
    -					}
    -				}
    -			}
    -			// This is a hidden value
    -			else
    -			{
    -				entryData = form.Entries[i].Value;
    -				addEntry = true;
    -			}
    -
    -			// Add this entry
    -			if (addEntry)
    -			{
    -				formfields.add(form.Entries[i].Name, CI18N::encodeUTF8(entryData));
    -			}
    -		}
    -
    -		if (_PostFormSubmitType == "image")
    -		{
    -			// Add the button coordinates
    -			if (_PostFormSubmitButton.find_first_of("[") == string::npos)
    -			{
    -				formfields.add(_PostFormSubmitButton + "_x", NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton + "_y", NLMISC::toString(_PostFormSubmitY));
    -			}
    -			else
    -			{
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitY));
    -			}
    -		}
    -		else
    -			formfields.add(_PostFormSubmitButton, _PostFormSubmitValue);
    -
    -		// Add custom params from child classes
    -		addHTTPPostParams(formfields, _TrustedDomain);
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::doBrowseLocalFile(const std::string &uri)
    -	{
    -		std::string filename;
    -		if (toLower(uri).find("file:/") == 0)
    -		{
    -			filename = uri.substr(6, uri.size() - 6);
    -		}
    -		else
    -		{
    -			filename = uri;
    -		}
    -
    -	#if LOG_DL
    -		nlwarning("(%s) browse local file '%s'", filename.c_str());
    -	#endif
    -
    -		_TrustedDomain = true;
    -		_DocumentDomain = "localhost";
    -
    -		// Stop previous browse, remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		CIFile in;
    -		if (in.open(filename))
    -		{
    -			std::string html;
    -			while(!in.eof())
    -			{
    -				char buf[1024];
    -				in.getline(buf, 1024);
    -				html += std::string(buf) + "\n";
    -			}
    -			in.close();
    -
    -			if (!renderHtmlString(html))
    -			{
    -				browseError((string("Failed to parse html from file : ")+filename).c_str());
    -			}
    -		}
    -		else
    -		{
    -			browseError((string("The page address is malformed : ")+filename).c_str());
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::doBrowseRemoteUrl(const std::string &url, const std::string &referer, bool doPost, const SFormFields &formfields)
    -	{
    -		// Stop previous request and remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		// Reset the title
    -		if(_TitlePrefix.empty())
    -			setTitle (CI18N::get("uiPleaseWait"));
    -		else
    -			setTitle (_TitlePrefix + " - " + CI18N::get("uiPleaseWait"));
    -
    -	#if LOG_DL
    -		nlwarning("(%s) browse url (trusted=%s) '%s', referer='%s', post='%s', nb form values %d",
    -				_Id.c_str(), (_TrustedDomain ? "true" :"false"), url.c_str(), referer.c_str(), (doPost ? "true" : "false"), formfields.Values.size());
    -	#endif
    -
    -		if (!MultiCurl)
    -		{
    -			browseError(string("Invalid MultCurl handle, loading url failed : "+url).c_str());
    -			return;
    -		}
    -
    -		CURL *curl = curl_easy_init();
    -		if (!curl)
    -		{
    -			nlwarning("(%s) failed to create curl handle", _Id.c_str());
    -			browseError(string("Failed to create cURL handle : " + url).c_str());
    -			return;
    -		}
    -
    -		// do not follow redirects, we have own handler
    -		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0);
    -		// after redirect
    -		curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 1);
    -
    -		// tell curl to use compression if possible (gzip, deflate)
    -		// leaving this empty allows all encodings that curl supports
    -		//curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
    -
    -		// limit curl to HTTP and HTTPS protocols only
    -		curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -		curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -
    -		// Destination
    -		curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
    -
    -		// User-Agent:
    -		std::string userAgent = options.appName + "/" + options.appVersion;
    -		curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str());
    -
    -		// Cookies
    -		sendCookies(curl, _DocumentDomain, _TrustedDomain);
    -
    -		// Referer
    -		if (!referer.empty())
    -		{
    -			curl_easy_setopt(curl, CURLOPT_REFERER, referer.c_str());
    -	#ifdef LOG_DL
    -			nlwarning("(%s) set referer '%s'", _Id.c_str(), referer.c_str());
    -	#endif
    -		}
    -
    -		if (doPost)
    -		{
    -			// serialize form data and add it to curl
    -			std::string data;
    -			for(uint i=0; i0)
    -					data += "&";
    -
    -				data += std::string(escapedName) + "=" + escapedValue;
    -
    -				curl_free(escapedName);
    -				curl_free(escapedValue);
    -			}
    -			curl_easy_setopt(curl, CURLOPT_POST, 1);
    -			curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, data.size());
    -			curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, data.c_str());
    -		}
    -		else
    -		{
    -			curl_easy_setopt(curl, CURLOPT_HTTPGET, 1);
    -		}
    -
    -		// transfer handle
    -		_CurlWWW = new CCurlWWWData(curl, url);
    -
    -		// set the language code used by the client
    -		std::vector headers;
    -		headers.push_back("Accept-Language: "+options.languageCode);
    -		headers.push_back("Accept-Charset: utf-8");
    -		for(uint i=0; i< headers.size(); ++i)
    -		{
    -			_CurlWWW->HeadersSent = curl_slist_append(_CurlWWW->HeadersSent, headers[i].c_str());
    -		}
    -		curl_easy_setopt(curl, CURLOPT_HTTPHEADER, _CurlWWW->HeadersSent);
    -
    -		// catch headers for redirect
    -		curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, curlHeaderCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEHEADER, _CurlWWW);
    -
    -		// catch body
    -		curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, curlDataCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEDATA, _CurlWWW);
    -
    -	#if LOG_DL
    -		// progress callback
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, curlProgressCallback);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFODATA, _CurlWWW);
    -	#else
    -		// progress off
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
    -	#endif
    -
    -		//
    -		curl_multi_add_handle(MultiCurl, curl);
    -
    -		// start the transfer
    -		int NewRunningCurls = 0;
    -		curl_multi_perform(MultiCurl, &NewRunningCurls);
    -		RunningCurls++;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::htmlDownloadFinished(const std::string &content, const std::string &type, long code)
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("(%s) HTML download finished, content length %d, type '%s', code %d", _Id.c_str(), content.size(), type.c_str(), code);
    -	#endif
    -
    -		// create  markup for image downloads
    -		if (type.find("image/") == 0 && !content.empty())
    -		{
    -			try
    -			{
    -				std::string dest = localImageName(_URL);
    -				COFile out;
    -				out.open(dest);
    -				out.serialBuffer((uint8 *)(content.c_str()), content.size());
    -				out.close();
    -	#ifdef LOG_DL
    -				nlwarning("(%s) image saved to '%s', url '%s'", _Id.c_str(), dest.c_str(), _URL.c_str());
    -	#endif
    -			}
    -			catch(...) { }
    -
    -			// create html code with image url inside and do the request again
    -			renderHtmlString(""+_URL+"");
    -		}
    -		else
    -		{
    -			renderHtmlString(content);
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::renderHtmlString(const std::string &html)
    -	{
    -		bool success;
    -
    -		//
    -		_Browsing = true;
    -		_DocumentUrl = _URL;
    -		_NextRefreshTime = 0;
    -		_RefreshUrl.clear();
    -
    -		// clear content
    -		beginBuild();
    -
    -		success = parseHtml(html);
    -
    -		// invalidate coords
    -		endBuild();
    -
    -		// set the browser as complete
    -		_Browsing = false;
    -		updateRefreshButton();
    -
    -		// check that the title is set, or reset it (in the case the page
    -		// does not provide a title)
    -		if (_TitleString.empty())
    -		{
    -			setTitle(_TitlePrefix);
    -		}
    -
    -		return success;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::doBrowseAnchor(const std::string &anchor)
    -	{
    -		if (_Anchors.count(anchor) == 0)
    -		{
    -			return;
    -		}
    -
    -		CInterfaceElement *pIE = _Anchors.find(anchor)->second;
    -		if (pIE)
    -		{
    -			// hotspot depends on vertical/horizontal scrollbar
    -			CCtrlScroll *pSB = getScrollBar();
    -			if (pSB)
    -			{
    -				pSB->ensureVisible(pIE, Hotspot_Tx, Hotspot_Tx);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::draw ()
    -	{
    -		CGroupScrollText::draw ();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::endBuild ()
    -	{
    -		invalidateCoords();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPGetParams (string &/* url */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPPostParams (SFormFields &/* formfields */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::requestTerminated()
    -	{
    -		if (_CurlWWW)
    -		{
    -	#if LOG_DL
    -			nlwarning("(%s) stop curl, url '%s'", _Id.c_str(), _CurlWWW->Url.c_str());
    -	#endif
    -			if (MultiCurl)
    -				curl_multi_remove_handle(MultiCurl, _CurlWWW->Request);
    -
    -			delete _CurlWWW;
    -
    -			_CurlWWW = NULL;
    -			_Connecting = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	string	CGroupHTML::home ()
    -	{
    -		return Home;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::removeContent ()
    -	{
    -		// Remove old document
    -		if (!_GroupListAdaptor)
    -		{
    -			_GroupListAdaptor = new CGroupListAdaptor(CViewBase::TCtorParam()); // deleted by the list
    -			_GroupListAdaptor->setResizeFromChildH(true);
    -			getList()->addChild (_GroupListAdaptor, true);
    -		}
    -
    -		// Group list adaptor not exist ?
    -		_GroupListAdaptor->clearGroups();
    -		_GroupListAdaptor->clearControls();
    -		_GroupListAdaptor->clearViews();
    -		CWidgetManager::getInstance()->clearViewUnders();
    -		CWidgetManager::getInstance()->clearCtrlsUnders();
    -
    -		// Clear all the context
    -		clearContext();
    -
    -		// Reset default background color
    -		setBackgroundColor (BgColor);
    -
    -		paragraphChange ();
    -	}
    -
    -	// ***************************************************************************
    -	const std::string &CGroupHTML::selectTreeNodeRecurs(CGroupTree::SNode *node, const std::string &url)
    -	{
    -		static std::string	emptyString;
    -		if(!node)
    -		{
    -			return emptyString;
    -		}
    -
    -		// if this node match
    -		if(actionLaunchUrlRecurs(node->AHName, node->AHParams, url))
    -		{
    -			return node->Id;
    -		}
    -		// fails => look into children
    -		else
    -		{
    -			for(uint i=0;iChildren.size();i++)
    -			{
    -				const string &childRes= selectTreeNodeRecurs(node->Children[i], url);
    -				if(!childRes.empty())
    -					return childRes;
    -			}
    -
    -			// none match...
    -			return emptyString;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	bool	CGroupHTML::actionLaunchUrlRecurs(const std::string &ah, const std::string ¶ms, const std::string &url)
    -	{
    -		// check if this action match
    -		if( (ah=="launch_help" || ah=="browse") && IActionHandler::getParam (params, "url") == url)
    -		{
    -			return true;
    -		}
    -		// can be a proc that contains launch_help/browse => look recurs
    -		else if(ah=="proc")
    -		{
    -			const std::string &procName= params;
    -			// look into this proc
    -			uint	numActions= CWidgetManager::getInstance()->getParser()->getProcedureNumActions(procName);
    -			for(uint i=0;igetParser()->getProcedureAction(procName, i, procAh, procParams))
    -				{
    -					// recurs proc if needed!
    -					if (actionLaunchUrlRecurs(procAh, procParams, url))
    -						return true;
    -				}
    -			}
    -		}
    -
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::clearUndoRedo()
    -	{
    -		// erase any undo/redo
    -		_BrowseUndo.clear();
    -		_BrowseRedo.clear();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::pushUrlUndoRedo(const std::string &url)
    -	{
    -		// if same url, no op
    -		if(url==_AskedUrl)
    -			return;
    -
    -		// erase any redo, push undo, set current
    -		_BrowseRedo.clear();
    -		if(!_AskedUrl.empty())
    -			_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= url;
    -
    -		// limit undo
    -		while(_BrowseUndo.size()>MaxUrlUndoRedo)
    -			_BrowseUndo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseUndo()
    -	{
    -		if(_BrowseUndo.empty())
    -			return;
    -
    -		// push to redo, pop undo, and set current
    -		_BrowseRedo.push_front(_AskedUrl);
    -		_AskedUrl= _BrowseUndo.back();
    -		_BrowseUndo.pop_back();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the undoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseRedo()
    -	{
    -		if(_BrowseRedo.empty())
    -			return;
    -
    -		// push to undo, pop redo, and set current
    -		_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= _BrowseRedo.front();
    -		_BrowseRedo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the redoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateUndoRedoButtons()
    -	{
    -		CCtrlBaseButton		*butUndo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseUndoButton));
    -		CCtrlBaseButton		*butRedo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRedoButton));
    -
    -		// gray according to list size
    -		if(butUndo)
    -			butUndo->setFrozen(_BrowseUndo.empty());
    -		if(butRedo)
    -			butRedo->setFrozen(_BrowseRedo.empty());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateRefreshButton()
    -	{
    -		CCtrlBaseButton		*butRefresh = dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRefreshButton));
    -
    -		bool enabled = !_Browsing && !_Connecting;
    -		if(butRefresh)
    -			butRefresh->setFrozen(!enabled);
    -	}
    -
    -	// ***************************************************************************
    -
    -	NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTMLInputOffset, std::string, "html_input_offset");
    -
    -	CGroupHTMLInputOffset::CGroupHTMLInputOffset(const TCtorParam ¶m)
    -		: CInterfaceGroup(param),
    -		Offset(0)
    -	{
    -	}
    -
    -	xmlNodePtr CGroupHTMLInputOffset::serialize( xmlNodePtr parentNode, const char *type ) const
    -	{
    -		xmlNodePtr node = CInterfaceGroup::serialize( parentNode, type );
    -		if( node == NULL )
    -			return NULL;
    -
    -		xmlSetProp( node, BAD_CAST "type", BAD_CAST "html_input_offset" );
    -		xmlSetProp( node, BAD_CAST "y_offset", BAD_CAST toString( Offset ).c_str() );
    -
    -		return node;
    -	}
    -
    -	// ***************************************************************************
    -	bool CGroupHTMLInputOffset::parse(xmlNodePtr cur, CInterfaceGroup *parentGroup)
    -	{
    -		if (!CInterfaceGroup::parse(cur, parentGroup)) return false;
    -		CXMLAutoPtr ptr;
    -		// Get the url
    -		ptr = xmlGetProp (cur, (xmlChar*)"y_offset");
    -		if (ptr)
    -			fromString((const char*)ptr, Offset);
    -		return true;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBrowse(CLuaState &ls)
    -	{
    -		const char *funcName = "browse";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		browse(ls.toString(1));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRefresh(CLuaState &ls)
    -	{
    -		const char *funcName = "refresh";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		refresh();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRemoveContent(CLuaState &ls)
    -	{
    -		const char *funcName = "removeContent";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		removeContent();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRenderHtml(CLuaState &ls)
    -	{
    -		const char *funcName = "renderHtml";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		std::string html = ls.toString(1);
    -
    -		renderHtmlString(html);
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaInsertText(CLuaState &ls)	
    -	{
    -		const char *funcName = "insertText";
    -		CLuaIHM::checkArgCount(ls, funcName, 3);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 3, LUA_TBOOLEAN);
    -		
    -		string name = ls.toString(1);
    -
    -		ucstring text;
    -		text.fromUtf8(ls.toString(2));
    -
    -		if (!_Forms.empty())
    -		{
    -			for (uint i=0; i<_Forms.back().Entries.size(); i++)
    -			{
    -				if (_Forms.back().Entries[i].TextArea && _Forms.back().Entries[i].Name == name)
    -				{
    -					// Get the edit box view
    -					CInterfaceGroup *group = _Forms.back().Entries[i].TextArea->getGroup ("eb");
    -					if (group)
    -					{
    -						// Should be a CGroupEditBox
    -						CGroupEditBox *editBox = dynamic_cast(group);
    -						if (editBox)
    -							editBox->writeString(text, false, ls.toBoolean(3));
    -					}
    -				}
    -			}
    -		}
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddString(CLuaState &ls)
    -	{
    -		const char *funcName = "addString";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		addString(ucstring(ls.toString(1)));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddImage(CLuaState &ls)
    -	{
    -		const char *funcName = "addImage";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -		if (!_Paragraph)
    -		{
    -			newParagraph(0);
    -			paragraphChange();
    -		}
    -		string url = getLink();
    -		if (!url.empty())
    -		{
    -			string params = "name=" + getId() + "|url=" + getLink ();
    -			addButton(CCtrlButton::PushButton, ls.toString(1), ls.toString(1), ls.toString(1),
    -								"", ls.toBoolean(2), "browse", params.c_str(), "");
    -		}
    -		else
    -		{
    -			addImage(ls.toString(1), ls.toBoolean(2));
    -		}
    -
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBeginElement(CLuaState &ls)
    -	{
    -		const char *funcName = "beginElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TTABLE);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		std::vector present;
    -		std::vector value;
    -		present.resize(30, false);
    -		value.resize(30);
    -
    -		CLuaObject params;
    -		params.pop(ls);
    -		uint max_idx = 0;
    -
    -
    -		ENUM_LUA_TABLE(params, it)
    -		{
    -			if (!it.nextKey().isInteger())
    -			{
    -				nlwarning("%s : bad key encountered with type %s, integer expected.", funcName, it.nextKey().getTypename());
    -				continue;
    -			}
    -			if (!it.nextValue().isString())
    -			{
    -				nlwarning("%s : bad value encountered with type %s for key %s, string expected.", funcName, it.nextValue().getTypename(), it.nextKey().toString().c_str());
    -				continue;
    -			}
    -			uint idx = (uint)it.nextKey().toInteger();
    -
    -			present.insert(present.begin() + (uint)it.nextKey().toInteger(), true);
    -
    -			string str = it.nextValue().toString();
    -			size_t size = str.size() + 1;
    -			char * buffer = new char[ size ];
    -			strncpy(buffer, str.c_str(), size );
    -
    -			value.insert(value.begin() + (uint)it.nextKey().toInteger(), buffer);
    -		}
    -
    -		// ingame lua scripts from browser are using  url scheme
    -		// reason unknown
    -		_LuaHrefHack = true;
    -		beginElement(element_number, present, value);
    -		_LuaHrefHack = false;
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaEndElement(CLuaState &ls)
    -	{
    -		const char *funcName = "endElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		endElement(element_number);
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaShowDiv(CLuaState &ls)
    -	{
    -		const char *funcName = "showDiv";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -
    -		if (!_Groups.empty())
    -		{
    -			for (uint i=0; i<_Groups.size(); i++)
    -			{
    -				CInterfaceGroup *group = _Groups[i];
    -				if (group->getName() == ls.toString(1))
    -				{
    -					group->setActive(ls.toBoolean(2));
    -				}
    -			}
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::setURL(const std::string &url)
    -	{
    -		browse(url.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	inline bool isDigit(ucchar c, uint base = 16)
    -	{
    -		if (c>='0' && c<='9') return true;
    -		if (base != 16) return false;
    -		if (c>='A' && c<='F') return true;
    -		if (c>='a' && c<='f') return true;
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	inline ucchar convertHexDigit(ucchar c)
    -	{
    -		if (c>='0' && c<='9') return c-'0';
    -		if (c>='A' && c<='F') return c-'A'+10;
    -		if (c>='a' && c<='f') return c-'a'+10;
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	ucstring CGroupHTML::decodeHTMLEntities(const ucstring &str)
    -	{
    -		ucstring result;
    -		uint last, pos;
    -
    -		for (uint i=0; i= 4)
    -			{
    -				pos = i+1;
    -
    -				// unicode character
    -				if (str[pos] == '#')
    -				{
    -					++pos;
    -
    -					// using decimal by default
    -					uint base = 10;
    -
    -					// using hexadecimal if &#x
    -					if (str[pos] == 'x')
    -					{
    -						base = 16;
    -						++pos;
    -					}
    -
    -					// setup "last" to point at the first character following "&#x?[0-9a-f]+"
    -					for (last = pos; last < str.length(); ++last) if (!isDigit(str[last], base)) break;
    -
    -					// make sure that at least 1 digit was found
    -					// and have the terminating ';' to complete the token: "&#x?[0-9a-f]+;"
    -					if (last == pos || str[last] != ';')
    -					{
    -						result += str[i];
    -						continue;
    -					}
    -
    -					ucchar c = 0;
    -
    -					// convert digits to unicode character
    -					while (posfirst == "font-size")
    -			{
    -				if (it->second == "inherit")
    -					style.FontSize = getFontSize();
    -				else
    -				{
    -					float tmp;
    -					sint size = 0;
    -					getPercentage (size, tmp, it->second.c_str());
    -					if (size > 0)
    -						style.FontSize = size;
    -				}
    -			}
    -			else
    -			if (it->first == "font-style")
    -			{
    -				if (it->second == "inherit")
    -					style.FontOblique = getFontOblique();
    -				else
    -				if (it->second == "italic" || it->second == "oblique")
    -					style.FontOblique = true;
    -			}
    -			else
    -			if (it->first == "font-family")
    -			{
    -				if (it->second == "inherit")
    -					style.FontFamily = getFontFamily();
    -				else
    -				if (it->second == "monospace")
    -					style.FontFamily = "monospace";
    -				else
    -					style.FontFamily.clear();
    -			}
    -			else
    -			if (it->first == "font-weight")
    -			{
    -				// https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
    -				uint weight = 400;
    -				if (it->second == "inherit")
    -					weight = getFontWeight();
    -				else
    -				if (it->second == "normal")
    -					weight = 400;
    -				else
    -				if (it->second == "bold")
    -					weight = 700;
    -				else
    -				if (it->second == "lighter")
    -				{
    -					const uint lighter[] = {100, 100, 100, 100, 100, 400, 400, 700, 700};
    -					uint index = getFontWeight() / 100 - 1;
    -					clamp(index, 1u, 9u);
    -					weight = lighter[index-1];
    -				}
    -				else
    -				if (it->second == "bolder")
    -				{
    -					const uint bolder[] =  {400, 400, 400, 700, 700, 900, 900, 900, 900};
    -					uint index = getFontWeight() / 100 + 1;
    -					clamp(index, 1u, 9u);
    -					weight = bolder[index-1];
    -				}
    -				else
    -				if (fromString(it->second, weight))
    -				{
    -					weight = (weight / 100);
    -					clamp(weight, 1u, 9u);
    -					weight *= 100;
    -				}
    -				style.FontWeight = weight;
    -			}
    -			else
    -			if (it->first == "color")
    -				if (it->second == "inherit")
    -					style.TextColor = getTextColor();
    -				else
    -					scanHTMLColor(it->second.c_str(), style.TextColor);
    -			else
    -			if (it->first == "text-decoration" || it->first == "text-decoration-line")
    -			{
    -				std::string prop(toLower(it->second));
    -				style.Underlined = (prop.find("underline") != std::string::npos);
    -				style.StrikeThrough = (prop.find("line-through") != std::string::npos);
    -			}
    -			else
    -			if (it->first == "width")
    -				getPercentage(style.Width, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "height")
    -				getPercentage(style.Height, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-width")
    -				getPercentage(style.MaxWidth, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-height")
    -				getPercentage(style.MaxHeight, tmpf, it->second.c_str());
    -		}
    -		if (inherit)
    -		{
    -			style.Underlined = getFontUnderlined() || style.Underlined;
    -			style.StrikeThrough = getFontStrikeThrough() || style.StrikeThrough;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::applyCssMinMax(sint32 &width, sint32 &height, sint32 minw, sint32 minh, sint32 maxw, sint32 maxh)
    -	{
    -		if (maxw <= 0) maxw = width;
    -		if (maxh <= 0) maxh = height;
    -
    -		maxw = std::max(minw, maxw);
    -		maxh = std::max(minh, maxh);
    -		
    -		float ratio = (float) width / std::max(1, height);
    -		if (width > maxw)
    -		{
    -			width = maxw;
    -			height = std::max((sint32)(maxw /ratio), minh);
    -		}
    -		if (width < minw)
    -		{
    -			width = minw;
    -			height = std::min((sint32)(minw / ratio), maxh);
    -		}
    -		if (height > maxh)
    -		{
    -			width = std::max((sint32)(maxh * ratio), minw);
    -			height = maxh;
    -		}
    -		if (height < minh)
    -		{
    -			width = std::min((sint32)(minh * ratio), maxw);
    -			height = minh;
    -		}
    -		if (width > maxw && height > maxh)
    -		{
    -			if (maxw/width <= maxh/height)
    -			{
    -				width = maxw;
    -				height = std::max(minh, (sint32)(maxw / ratio));
    -			}
    -			else
    -			{
    -				width = std::max(minw, (sint32)(maxh * ratio));
    -				height = maxh;
    -			}
    -		}
    -		if (width < minw && height < minh)
    -		{
    -			if (minw / width <= minh / height)
    -			{
    -				width = std::min(maxw, (sint32)(minh * ratio));
    -				height = minh;
    -			}
    -			else
    -			{
    -				width = minw;
    -				height = std::min(maxh, (sint32)(minw / ratio));
    -			}
    -		}
    -		if (width < minw && height > maxh)
    -		{
    -			width = minw;
    -			height = maxh;
    -		}
    -		if (width > maxw && height < minh)
    -		{
    -			width = maxw;
    -			height = minh;
    -		}
    -	}
    -	
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlHeaderCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			std::string header;
    -			header.append(buffer, size * nmemb);
    -			me->setRecvHeader(header.substr(0, header.find_first_of("\n\r")));
    -		}
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlDataCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -			me->Content.append(buffer, size * nmemb);
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlProgressCallback(void *pCCurlWWWData, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			if (dltotal > 0 || dlnow > 0 || ultotal > 0 || ulnow > 0)
    -			{
    -				nlwarning("> dltotal %d, dlnow %d, ultotal %d, ulnow %d, url '%s'", dltotal, dlnow, ultotal, ulnow, me->Url.c_str());
    -			}
    -		}
    -
    -		// return 1 to cancel download
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	std::string CGroupHTML::HTMLOListElement::getListMarkerText() const
    -	{
    -		std::string ret;
    -		sint32 number = Value;
    -
    -		if (Type == "disc")
    -		{
    -			// (ucchar)0x2219;
    -			ret = "\xe2\x88\x99 ";
    -		}
    -		else if (Type == "circle")
    -		{
    -			// (uchar)0x26AA;
    -			ret = "\xe2\x9a\xaa ";
    -		}
    -		else if (Type == "square")
    -		{
    -			// (ucchar)0x25AA;
    -			ret = "\xe2\x96\xaa ";
    -		}
    -		else if (Type == "a" || Type == "A")
    -		{
    -			// @see toAlphabeticOrNumeric in WebKit
    -			static const char lower[26] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
    -											'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' };
    -			static const char upper[26] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
    -											'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' };
    -			uint size = 26;
    -			if (number < 1)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "A" ? upper : lower);
    -				while(number > 0)
    -				{
    -					--number;
    -					ret.insert(ret.begin(), digits[number % size]);
    -					number /= size;
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else if (Type == "i" || Type == "I")
    -		{
    -			// @see toRoman in WebKit
    -			static const char lower[7] = {'i', 'v', 'x', 'l', 'c', 'd', 'm'};
    -			static const char upper[7] = {'I', 'V', 'X', 'L', 'C', 'D', 'M'};
    -
    -			if (number < 1 || number > 3999)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "I" ? upper : lower);
    -				uint8 i, d=0;
    -				do
    -				{
    -					uint32 num = number % 10;
    -					if (num % 5 < 4)
    -					{
    -						for (i = num % 5; i > 0; i--)
    -						{
    -							ret.insert(ret.begin(), digits[d]);
    -						}
    -					}
    -					if (num >= 4 && num <= 8)
    -					{
    -						ret.insert(ret.begin(), digits[d + 1]);
    -					}
    -					if (num == 9)
    -					{
    -						ret.insert(ret.begin(), digits[d + 2]);
    -					}
    -					if (num % 5 == 4)
    -					{
    -						ret.insert(ret.begin(), digits[d]);
    -					}
    -					number /= 10;
    -					d += 2;
    -				}
    -				while (number > 0);
    -
    -				if (Type == "I")
    -				{
    -					ret = toUpper(ret);
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else
    -		{
    -			ret = toString(Value) + ". ";
    -		}
    -
    -		return ret;
    -	}
    -
    -}
    -
    diff --git a/code/nel/src/gui/group_html_REMOTE_3737.cpp b/code/nel/src/gui/group_html_REMOTE_3737.cpp
    deleted file mode 100644
    index c9977589f..000000000
    --- a/code/nel/src/gui/group_html_REMOTE_3737.cpp
    +++ /dev/null
    @@ -1,6440 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -//#include 
    -
    -#include "stdpch.h"
    -#include "nel/gui/group_html.h"
    -
    -#include 
    -#include "nel/misc/types_nl.h"
    -#include "nel/misc/rgba.h"
    -#include "nel/misc/algo.h"
    -#include "nel/gui/libwww.h"
    -#include "nel/gui/group_html.h"
    -#include "nel/gui/group_list.h"
    -#include "nel/gui/group_menu.h"
    -#include "nel/gui/group_container.h"
    -#include "nel/gui/view_link.h"
    -#include "nel/gui/ctrl_scroll.h"
    -#include "nel/gui/ctrl_button.h"
    -#include "nel/gui/ctrl_text_button.h"
    -#include "nel/gui/action_handler.h"
    -#include "nel/gui/group_paragraph.h"
    -#include "nel/gui/group_editbox.h"
    -#include "nel/gui/widget_manager.h"
    -#include "nel/gui/lua_manager.h"
    -#include "nel/gui/view_bitmap.h"
    -#include "nel/gui/dbgroup_combo_box.h"
    -#include "nel/gui/lua_ihm.h"
    -#include "nel/misc/i18n.h"
    -#include "nel/misc/md5.h"
    -#include "nel/3d/texture_file.h"
    -#include "nel/misc/big_file.h"
    -#include "nel/gui/url_parser.h"
    -#include "nel/gui/http_cache.h"
    -#include "nel/gui/http_hsts.h"
    -#include "nel/gui/curl_certificates.h"
    -
    -using namespace std;
    -using namespace NLMISC;
    -
    -#ifdef DEBUG_NEW
    -#define new DEBUG_NEW
    -#endif
    -
    -// Default maximum time the request is allowed to take
    -#define DEFAULT_RYZOM_CONNECTION_TIMEOUT (300.0)
    -// Allow up to 10 redirects, then give up
    -#define DEFAULT_RYZOM_REDIRECT_LIMIT (10)
    -//
    -#define FONT_WEIGHT_NORMAL 400
    -#define FONT_WEIGHT_BOLD 700
    -
    -namespace NLGUI
    -{
    -
    -	// Uncomment to see the log about image download
    -	//#define LOG_DL 1
    -
    -	CGroupHTML::SWebOptions CGroupHTML::options;
    -
    -	// Return URL with https is host is in HSTS list
    -	static std::string upgradeInsecureUrl(const std::string &url)
    -	{
    -		if (toLower(url.substr(0, 7)) != "http://") {
    -			return url;
    -		}
    -
    -		CUrlParser uri(url);
    -		if (!CStrictTransportSecurity::getInstance()->isSecureHost(uri.host)){
    -			return url;
    -		}
    -
    -	#ifdef LOG_DL
    -		nlwarning("HSTS url : '%s', using https", url.c_str());
    -	#endif
    -		uri.scheme = "https";
    -
    -		return uri.toString();
    -	}
    -
    -	// Active cURL www transfer
    -	class CCurlWWWData
    -	{
    -		public:
    -			CCurlWWWData(CURL *curl, const std::string &url)
    -				: Request(curl), Url(url), Content(""), HeadersSent(NULL)
    -			{
    -			}
    -			~CCurlWWWData()
    -			{
    -				if (Request)
    -					curl_easy_cleanup(Request);
    -
    -				if (HeadersSent)
    -					curl_slist_free_all(HeadersSent);
    -			}
    -
    -			void sendHeaders(const std::vector headers)
    -			{
    -				for(uint i = 0; i < headers.size(); ++i)
    -				{
    -					HeadersSent = curl_slist_append(HeadersSent, headers[i].c_str());
    -				}
    -				curl_easy_setopt(Request, CURLOPT_HTTPHEADER, HeadersSent);
    -			}
    -
    -			void setRecvHeader(const std::string &header)
    -			{
    -				size_t pos = header.find(": ");
    -				if (pos == std::string::npos)
    -					return;
    -
    -				std::string key = toLower(header.substr(0, pos));
    -				if (pos != std::string::npos)
    -				{
    -					HeadersRecv[key] = header.substr(pos + 2);
    -					//nlinfo(">> received header '%s' = '%s'", key.c_str(), HeadersRecv[key].c_str());
    -				}
    -			}
    -
    -			// return last received "Location: " header or empty string if no header set
    -			const std::string getLocationHeader()
    -			{
    -				if (HeadersRecv.count("location") > 0)
    -					return HeadersRecv["location"];
    -
    -				return "";
    -			}
    -
    -			const uint32 getExpires()
    -			{
    -				time_t ret = 0;
    -				if (HeadersRecv.count("expires") > 0)
    -					ret = curl_getdate(HeadersRecv["expires"].c_str(), NULL);
    -
    -				return ret > -1 ? ret : 0;
    -			}
    -
    -			const std::string getLastModified()
    -			{
    -				if (HeadersRecv.count("last-modified") > 0)
    -				{
    -					return HeadersRecv["last-modified"];
    -				}
    -
    -				return "";
    -			}
    -
    -			const std::string getEtag()
    -			{
    -				if (HeadersRecv.count("etag") > 0)
    -				{
    -					return HeadersRecv["etag"];
    -				}
    -
    -				return "";
    -			}
    -
    -			bool hasHSTSHeader()
    -			{
    -				// ignore header if not secure connection
    -				if (toLower(Url.substr(0, 8)) != "https://")
    -				{
    -					return false;
    -				}
    -
    -				return HeadersRecv.count("strict-transport-security") > 0;
    -			}
    -
    -			const std::string getHSTSHeader()
    -			{
    -				if (hasHSTSHeader())
    -				{
    -					return HeadersRecv["strict-transport-security"];
    -				}
    -
    -				return "";
    -			}
    -
    -		public:
    -			CURL *Request;
    -
    -			std::string Url;
    -			std::string Content;
    -
    -		private:
    -			// headers sent with curl request, must be released after transfer
    -			curl_slist * HeadersSent;
    -
    -			// headers received from curl transfer
    -			std::map HeadersRecv;
    -	};
    -
    -	// Check if domain is on TrustedDomain
    -	bool CGroupHTML::isTrustedDomain(const string &domain)
    -	{
    -		vector::iterator it;
    -		it = find ( options.trustedDomains.begin(), options.trustedDomains.end(), domain);
    -		return it != options.trustedDomains.end();
    -	}
    -
    -	// Update view after download has finished
    -	void CGroupHTML::setImage(CViewBase * view, const string &file, const TImageType type)
    -	{
    -		CCtrlButton *btn = dynamic_cast(view);
    -		if(btn)
    -		{
    -			if (type == NormalImage)
    -			{
    -				btn->setTexture (file);
    -				btn->setTexturePushed(file);
    -				btn->invalidateCoords();
    -				btn->invalidateContent();
    -				paragraphChange();
    -			}
    -			else
    -			{
    -				btn->setTextureOver(file);
    -			}
    -		}
    -		else
    -		{
    -			CViewBitmap *btm = dynamic_cast(view);
    -			if(btm)
    -			{
    -				btm->setTexture (file);
    -				btm->invalidateCoords();
    -				btm->invalidateContent();
    -				paragraphChange();
    -			}
    -			else
    -			{
    -				CGroupCell *btgc = dynamic_cast(view);
    -				if(btgc)
    -				{
    -					btgc->setTexture (file);
    -					btgc->invalidateCoords();
    -					btgc->invalidateContent();
    -					paragraphChange();
    -				}
    -			}
    -		}
    -	}
    -
    -	// Force image width, height
    -	void CGroupHTML::setImageSize(CViewBase *view, const CStyleParams &style)
    -	{
    -		sint32 width = style.Width;
    -		sint32 height = style.Height;
    -		sint32 maxw = style.MaxWidth;
    -		sint32 maxh = style.MaxHeight;
    -		
    -		sint32 imageWidth, imageHeight;
    -		bool changed = true;
    -		
    -		// get image texture size
    -		// if image is being downloaded, then correct size is set after thats done
    -		CCtrlButton *btn = dynamic_cast(view);
    -		if(btn)
    -		{
    -			btn->fitTexture();
    -			imageWidth = btn->getW(false);
    -			imageHeight = btn->getH(false);
    -		}
    -		else
    -		{
    -			CViewBitmap *btm = dynamic_cast(view);
    -			if(btm)
    -			{
    -				btm->fitTexture();
    -				imageWidth = btm->getW(false);
    -				imageHeight = btm->getH(false);
    -			}
    -			else
    -			{
    -				// not supported
    -				return;
    -			}
    -		}
    -		
    -		// if width/height is not requested, then use image size
    -		// else recalculate missing value, keep image ratio
    -		if (width == -1 && height == -1)
    -		{
    -			width = imageWidth;
    -			height = imageHeight;
    -			
    -			changed = false;
    -		}
    -		else
    -		if (width == -1 || height == -1) {
    -			float ratio = (float) imageWidth / std::max(1, imageHeight);
    -			if (width == -1)
    -				width = height * ratio;
    -			else
    -				height = width / ratio;
    -		}
    -		
    -		// apply max-width, max-height rules if asked
    -		if (maxw > -1 || maxh > -1)
    -		{
    -			applyCssMinMax(width, height, 0, 0, maxw, maxh);
    -			changed = true;
    -		}
    -
    -		if (changed)
    -		{
    -			CCtrlButton *btn = dynamic_cast(view);
    -			if(btn)
    -			{
    -				btn->setScale(true);
    -				btn->setW(width);
    -				btn->setH(height);
    -			}
    -			else
    -			{
    -				CViewBitmap *image = dynamic_cast(view);
    -				if(image)
    -				{
    -					image->setScale(true);
    -					image->setW(width);
    -					image->setH(height);
    -				}
    -			}
    -		}
    -	}
    -	
    -	// Get an url and return the local filename with the path where the url image should be
    -	string CGroupHTML::localImageName(const string &url)
    -	{
    -		string dest = "cache/";
    -		dest += getMD5((uint8 *)url.c_str(), (uint32)url.size()).toString();
    -		dest += ".cache";
    -		return dest;
    -	}
    -
    -	// Add url to MultiCurl queue and return cURL handle
    -	bool CGroupHTML::startCurlDownload(CDataDownload &download)
    -	{
    -		if (!MultiCurl)
    -		{
    -			nlwarning("Invalid MultiCurl handle, unable to download '%s'", download.url.c_str());
    -			return false;
    -		}
    -
    -		time_t currentTime;
    -		time(¤tTime);
    -
    -		CHttpCacheObject cache;
    -		if (CFile::fileExists(download.dest))
    -			cache = CHttpCache::getInstance()->lookup(download.dest);
    -
    -		if (cache.Expires > currentTime)
    -		{
    -	#ifdef LOG_DL
    -			nlwarning("Cache for (%s) is not expired (%s, expires:%d)", download.url.c_str(), download.dest.c_str(), cache.Expires - currentTime);
    -	#endif
    -			return false;
    -		}
    -
    -		string tmpdest = download.dest + ".tmp";
    -
    -		// erase the tmp file if exists
    -		if (CFile::fileExists(tmpdest))
    -			CFile::deleteFile(tmpdest);
    -
    -		FILE *fp = nlfopen (tmpdest, "wb");
    -		if (fp == NULL)
    -		{
    -			nlwarning("Can't open file '%s' for writing: code=%d '%s'", tmpdest.c_str (), errno, strerror(errno));
    -			return false;
    -		}
    -
    -		CURL *curl = curl_easy_init();
    -		if (!curl)
    -		{
    -			fclose(fp);
    -			CFile::deleteFile(tmpdest);
    -
    -			nlwarning("Creating cURL handle failed, unable to download '%s'", download.url.c_str());
    -			return false;
    -		}
    -
    -#if defined(NL_OS_WINDOWS)
    -		// https://
    -		if (toLower(download.url.substr(0, 8)) == "https://")
    -		{
    -			curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, &CCurlCertificates::sslCtxFunction);
    -		}
    -#endif
    -
    -		download.data = new CCurlWWWData(curl, download.url);
    -		download.fp = fp;
    -
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, true);
    -		curl_easy_setopt(curl, CURLOPT_URL, download.url.c_str());
    -
    -		// limit curl to HTTP and HTTPS protocols only
    -		curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -		curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -
    -		std::vector headers;
    -		if (!cache.Etag.empty())
    -			headers.push_back("If-None-Match: " + cache.Etag);
    -
    -		if (!cache.LastModified.empty())
    -			headers.push_back("If-Modified-Since: " + cache.LastModified);
    -
    -		if (headers.size() > 0)
    -			download.data->sendHeaders(headers);
    -
    -		// catch headers
    -		curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, curlHeaderCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEHEADER, download.data);
    -
    -		std::string userAgent = options.appName + "/" + options.appVersion;
    -		curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str());
    -
    -		CUrlParser uri(download.url);
    -		if (!uri.host.empty())
    -			sendCookies(curl, uri.host, isTrustedDomain(uri.host));
    -
    -		curl_easy_setopt(curl, CURLOPT_WRITEDATA, fp);
    -		curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, fwrite);
    -
    -		curl_multi_add_handle(MultiCurl, curl);
    -
    -		return true;
    -	}
    -
    -	// Add a image download request in the multi_curl
    -	void CGroupHTML::addImageDownload(const string &url, CViewBase *img, const CStyleParams &style, TImageType type)
    -	{
    -		string finalUrl = upgradeInsecureUrl(getAbsoluteUrl(url));
    -
    -		// use requested url for local name (cache)
    -		string dest = localImageName(url);
    -	#ifdef LOG_DL
    -		nlwarning("add to download '%s' dest '%s' img %p", finalUrl.c_str(), dest.c_str(), img);
    -	#endif
    -
    -		// Display cached image while downloading new
    -		if (type != TImageType::OverImage && CFile::fileExists(dest))
    -		{
    -			setImage(img, dest, type);
    -			setImageSize(img, style);
    -		}
    -
    -		// Search if we are not already downloading this url.
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			if(Curls[i].url == finalUrl)
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("already downloading '%s' img %p", finalUrl.c_str(), img);
    -	#endif
    -				Curls[i].imgs.push_back(CDataImageDownload(img, style, type));
    -				return;
    -			}
    -		}
    -
    -		Curls.push_back(CDataDownload(finalUrl, dest, ImgType, img, "", "", style, type));
    -		if (Curls.size() < options.curlMaxConnections) {
    -			if (!startCurlDownload(Curls.back()))
    -			{
    -				Curls.pop_back();
    -				return;
    -			}
    -
    -			RunningCurls++;
    -	#ifdef LOG_DL
    -			nlwarning("(%s) adding handle %x, %d curls", _Id.c_str(), Curls.back().data->Request, Curls.size());
    -		}
    -		else
    -		{
    -			nlwarning("(%s) download queued, %d curls", _Id.c_str(), Curls.size());
    -	#endif
    -		}
    -	}
    -
    -	void CGroupHTML::initImageDownload()
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("Init Image Download");
    -	#endif
    -
    -		string pathName = "cache";
    -		if ( ! CFile::isExists( pathName ) )
    -			CFile::createDirectory( pathName );
    -	}
    -
    -
    -	// Get an url and return the local filename with the path where the bnp should be
    -	string CGroupHTML::localBnpName(const string &url)
    -	{
    -		size_t lastIndex = url.find_last_of("/");
    -		string dest = "user/"+url.substr(lastIndex+1);
    -		return dest;
    -	}
    -
    -	// Add a bnp download request in the multi_curl, return true if already downloaded
    -	bool CGroupHTML::addBnpDownload(string url, const string &action, const string &script, const string &md5sum)
    -	{
    -		url = upgradeInsecureUrl(getAbsoluteUrl(url));
    -
    -		// Search if we are not already downloading this url.
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			if(Curls[i].url == url)
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("already downloading '%s'", url.c_str());
    -	#endif
    -				return false;
    -			}
    -		}
    -
    -		string dest = localBnpName(url);
    -	#ifdef LOG_DL
    -		nlwarning("add to download '%s' dest '%s'", url.c_str(), dest.c_str());
    -	#endif
    -
    -		// create/delete the local file
    -		if (NLMISC::CFile::fileExists(dest))
    -		{
    -			if (action == "override" || action == "delete")
    -			{
    -				CFile::setRWAccess(dest);
    -				NLMISC::CFile::deleteFile(dest);
    -			}
    -			else
    -			{
    -				return true;
    -			}
    -		}
    -		if (action != "delete")
    -		{
    -			Curls.push_back(CDataDownload(url, dest, BnpType, NULL, script, md5sum));
    -			if (Curls.size() < options.curlMaxConnections)
    -			{
    -				if (!startCurlDownload(Curls.back()))
    -				{
    -					Curls.pop_back();
    -					return false;
    -				}
    -				RunningCurls++;
    -	#ifdef LOG_DL
    -				nlwarning("(%s) adding handle %x, %d curls", _Id.c_str(), Curls.back().data->Request, Curls.size());
    -			}
    -			else
    -			{
    -				nlwarning("(%s) download queued, %d curls", _Id.c_str(), Curls.size());
    -	#endif
    -			}
    -		}
    -		else
    -			return true;
    -
    -		return false;
    -	}
    -
    -	void CGroupHTML::initBnpDownload()
    -	{
    -		if (!_TrustedDomain)
    -			return;
    -
    -	#ifdef LOG_DL
    -		nlwarning("Init Bnp Download");
    -	#endif
    -		string pathName = "user";
    -		if ( ! CFile::isExists( pathName ) )
    -			CFile::createDirectory( pathName );
    -	}
    -
    -	// Call this evenly to check if an element is downloaded and then manage it
    -	void CGroupHTML::checkDownloads()
    -	{
    -		//nlassert(_CrtCheckMemory());
    -
    -		if(Curls.empty() && _CurlWWW == NULL)
    -			return;
    -
    -		int NewRunningCurls = 0;
    -		while(CURLM_CALL_MULTI_PERFORM == curl_multi_perform(MultiCurl, &NewRunningCurls))
    -		{
    -	#ifdef LOG_DL
    -			nlwarning("more to do now %d - %d curls", NewRunningCurls, Curls.size());
    -	#endif
    -		}
    -		if(NewRunningCurls < RunningCurls)
    -		{
    -			// some download are done, callback them
    -	#ifdef LOG_DL
    -			nlwarning ("new %d old %d", NewRunningCurls, RunningCurls);
    -	#endif
    -			// check msg
    -			CURLMsg *msg;
    -			int msgs_left;
    -			while ((msg = curl_multi_info_read(MultiCurl, &msgs_left)))
    -			{
    -	#ifdef LOG_DL
    -				nlwarning("> (%s) msgs_left %d", _Id.c_str(), msgs_left);
    -	#endif
    -				if (msg->msg == CURLMSG_DONE)
    -				{
    -					if (_CurlWWW && _CurlWWW->Request && _CurlWWW->Request == msg->easy_handle)
    -					{
    -						CURLcode res = msg->data.result;
    -						long code;
    -						curl_easy_getinfo(_CurlWWW->Request, CURLINFO_RESPONSE_CODE, &code);
    -	#ifdef LOG_DL
    -						nlwarning("(%s) web transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), _CurlWWW->Request, res, code, _CurlWWW->Url.size(), _CurlWWW->Url.c_str());
    -	#endif
    -						// save HSTS header from all requests regardless of HTTP code
    -						if (res == CURLE_OK && _CurlWWW->hasHSTSHeader())
    -						{
    -							CUrlParser uri(_CurlWWW->Url);
    -							CStrictTransportSecurity::getInstance()->setFromHeader(uri.host, _CurlWWW->getHSTSHeader());
    -						}
    -
    -						if (res != CURLE_OK)
    -						{
    -							std::string err;
    -							err = "Connection failed with cURL error: ";
    -							err += curl_easy_strerror(res);
    -							err += "\nURL '" + _CurlWWW->Url + "'";
    -							browseError(err.c_str());
    -						}
    -						else
    -						if ((code >= 301 && code <= 303) || code == 307 || code == 308)
    -						{
    -							if (_RedirectsRemaining < 0)
    -							{
    -								browseError(string("Redirect limit reached : " + _URL).c_str());
    -							}
    -							else
    -							{
    -								receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain);
    -
    -								// redirect, get the location and try browse again
    -								// we cant use curl redirection because 'addHTTPGetParams()' must be called on new destination
    -								std::string location(_CurlWWW->getLocationHeader());
    -								if (!location.empty())
    -								{
    -	#ifdef LOG_DL
    -									nlwarning("(%s) request (%d) redirected to (len %d) '%s'", _Id.c_str(), _RedirectsRemaining, location.size(), location.c_str());
    -	#endif
    -									location = getAbsoluteUrl(location);
    -									// throw away this handle and start with new one (easier than reusing)
    -									requestTerminated();
    -
    -									_PostNextTime = false;
    -									_RedirectsRemaining--;
    -
    -									doBrowse(location.c_str());
    -								}
    -								else
    -								{
    -									browseError(string("Request was redirected, but location was not set : "+_URL).c_str());
    -								}
    -							}
    -						}
    -						else
    -						{
    -							receiveCookies(_CurlWWW->Request, _DocumentDomain, _TrustedDomain);
    -
    -							_RedirectsRemaining = DEFAULT_RYZOM_REDIRECT_LIMIT;
    -
    -							if ( (code < 200 || code >= 300) )
    -							{
    -								browseError(string("Connection failed (curl code " + toString((sint32)res) + ")\nhttp code " + toString((sint32)code) + ")\nURL '" + _CurlWWW->Url + "'").c_str());
    -							}
    -							else
    -							{
    -								char *ch;
    -								std::string contentType;
    -								res = curl_easy_getinfo(_CurlWWW->Request, CURLINFO_CONTENT_TYPE, &ch);
    -								if (res == CURLE_OK && ch != NULL)
    -								{
    -									contentType = ch;
    -								}
    -
    -								htmlDownloadFinished(_CurlWWW->Content, contentType, code);
    -							}
    -							requestTerminated();
    -						}
    -					}
    -
    -					for (vector::iterator it=Curls.begin(); itdata && it->data->Request == msg->easy_handle)
    -						{
    -							CURLcode res = msg->data.result;
    -							long r;
    -							curl_easy_getinfo(it->data->Request, CURLINFO_RESPONSE_CODE, &r);
    -							fclose(it->fp);
    -
    -							CUrlParser uri(it->url);
    -							if (!uri.host.empty())
    -								receiveCookies(it->data->Request, uri.host, isTrustedDomain(uri.host));
    -	#ifdef LOG_DL
    -							nlwarning("(%s) transfer '%p' completed with status %d, http %d, url (len %d) '%s'", _Id.c_str(), it->data->Request, res, r, it->url.size(), it->url.c_str());
    -	#endif
    -							curl_multi_remove_handle(MultiCurl, it->data->Request);
    -
    -							// save HSTS header from all requests regardless of HTTP code
    -							if (res == CURLE_OK && it->data->hasHSTSHeader())
    -							{
    -								CStrictTransportSecurity::getInstance()->setFromHeader(uri.host, it->data->getHSTSHeader());
    -							}
    -
    -							string tmpfile = it->dest + ".tmp";
    -							if(res != CURLE_OK || r < 200 || r >= 300 || (!it->md5sum.empty() && (it->md5sum != getMD5(tmpfile).toString())))
    -							{
    -								if (it->redirects < DEFAULT_RYZOM_REDIRECT_LIMIT && ((r >= 301 && r <= 303) || r == 307 || r == 308))
    -								{
    -									std::string location(it->data->getLocationHeader());
    -									if (!location.empty())
    -									{
    -										CUrlParser uri(location);
    -										if (!uri.isAbsolute())
    -										{
    -											uri.inherit(it->url);
    -											location = uri.toString();
    -										}
    -
    -										it->url = location;
    -										it->fp = NULL;
    -
    -										// release CCurlWWWData
    -										delete it->data;
    -										it->data = NULL;
    -
    -										it->redirects++;
    -	#ifdef LOG_DL
    -										nlwarning("Redirect '%s'", location.c_str());
    -	#endif
    -										// keep the request in queue
    -										continue;
    -									}
    -									else
    -										nlwarning("Redirected to empty url '%s'", it->url.c_str());
    -								}
    -								else
    -								{
    -									if (it->redirects >= DEFAULT_RYZOM_REDIRECT_LIMIT)
    -										nlwarning("Redirect limit reached for '%s'", it->url.c_str());
    -
    -									NLMISC::CFile::deleteFile(tmpfile.c_str());
    -
    -									// 304 Not Modified
    -									if (res == CURLE_OK && r == 304)
    -									{
    -										CHttpCacheObject obj;
    -										obj.Expires = it->data->getExpires();
    -										obj.Etag = it->data->getEtag();
    -										obj.LastModified = it->data->getLastModified();
    -
    -										CHttpCache::getInstance()->store(it->dest, obj);
    -									}
    -								}
    -							}
    -							else
    -							{
    -								CHttpCacheObject obj;
    -								obj.Expires = it->data->getExpires();
    -								obj.Etag = it->data->getEtag();
    -								obj.LastModified = it->data->getLastModified();
    -
    -								CHttpCache::getInstance()->store(it->dest, obj);
    -
    -								string finalUrl;
    -								if (it->type == ImgType)
    -								{
    -									// there is race condition if two browser instances are downloading same file
    -									// second instance deletes first tmpfile and creates new file for itself.
    -									if (CFile::getFileSize(tmpfile) > 0)
    -									{
    -										try
    -										{
    -											// verify that image is not corrupted
    -											uint32 w, h;
    -											CBitmap::loadSize(tmpfile, w, h);
    -											if (w != 0 && h != 0)
    -											{
    -												if (CFile::fileExists(it->dest))
    -													CFile::deleteFile(it->dest);
    -
    -												CFile::moveFile(it->dest, tmpfile);
    -												for(uint i = 0; i < it->imgs.size(); i++)
    -												{
    -													setImage(it->imgs[i].Image, it->dest, it->imgs[i].Type);
    -													setImageSize(it->imgs[i].Image, it->imgs[i].Style);
    -												}
    -											}
    -										}
    -										catch(const NLMISC::Exception &e)
    -										{
    -											// exception message has .tmp file name, so keep it for further analysis
    -											nlwarning("Invalid image (%s): %s", it->url.c_str(), e.what());
    -										}
    -									}
    -								}
    -								else
    -								{
    -									CFile::moveFile(it->dest, tmpfile);
    -									//if (lookupLocalFile (finalUrl, file.c_str(), false))
    -									{
    -										CLuaManager::getInstance().executeLuaScript( it->luaScript, true );
    -									}
    -								}
    -							}
    -
    -							// release CCurlWWWData
    -							delete it->data;
    -
    -							Curls.erase(it);
    -							break;
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -		RunningCurls = NewRunningCurls;
    -
    -		if (RunningCurls < options.curlMaxConnections)
    -		{
    -			for (vector::iterator it=Curls.begin(); itdata == NULL) {
    -	#ifdef LOG_DL
    -					nlwarning("(%s) starting new download '%s'", _Id.c_str(), it->url.c_str());
    -	#endif
    -					if (!startCurlDownload(*it))
    -					{
    -						Curls.erase(it);
    -						break;
    -					}
    -
    -					RunningCurls++;
    -					if (RunningCurls >= options.curlMaxConnections)
    -						break;
    -				}
    -			}
    -		}
    -
    -	#ifdef LOG_DL
    -		if (RunningCurls > 0 || !Curls.empty())
    -			nlwarning("(%s) RunningCurls %d, _Curls %d", _Id.c_str(), RunningCurls, Curls.size());
    -	#endif
    -	}
    -
    -
    -	void CGroupHTML::releaseDownloads()
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("Release Downloads");
    -	#endif
    -		if(MultiCurl)
    -			curl_multi_cleanup(MultiCurl);
    -	}
    -
    -	class CGroupListAdaptor : public CInterfaceGroup
    -	{
    -	public:
    -		CGroupListAdaptor(const TCtorParam ¶m)
    -			: CInterfaceGroup(param)
    -		{}
    -
    -	private:
    -		void updateCoords()
    -		{
    -			if (_Parent)
    -			{
    -				// Get the W max from the parent
    -				_W = std::min(_Parent->getMaxWReal(), _Parent->getWReal());
    -				_WReal = _W;
    -			}
    -			CInterfaceGroup::updateCoords();
    -		}
    -	};
    -
    -	// ***************************************************************************
    -
    -	template void popIfNotEmpty(A &vect) { if(!vect.empty()) vect.pop_back(); }
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::beginBuild ()
    -	{
    -		if (_Browsing)
    -		{
    -			_Connecting = false;
    -
    -			removeContent ();
    -		}
    -		else
    -			nlwarning("_Browsing = FALSE");
    -	}
    -
    -
    -	TStyle CGroupHTML::parseStyle (const string &str_styles)
    -	{
    -		TStyle	styles;
    -		vector elements;
    -		NLMISC::splitString(str_styles, ";", elements);
    -
    -		for(uint i = 0; i < elements.size(); ++i)
    -		{
    -			vector style;
    -			NLMISC::splitString(elements[i], ":", style);
    -			if (style.size() >= 2)
    -			{
    -				string fullstyle = style[1];
    -				for (uint j=2; j < style.size(); j++)
    -					fullstyle += ":"+style[j];
    -				styles[trim(style[0])] = trim(fullstyle);
    -			}
    -		}
    -
    -		return styles;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addText (const char * buf, int len)
    -	{
    -		if (_Browsing)
    -		{
    -			if (_IgnoreText)
    -				return;
    -
    -			// Build a UTF8 string
    -			string inputString(buf, buf+len);
    -
    -			if (_ParsingLua && _TrustedDomain)
    -			{
    -				// we are parsing a lua script
    -				_LuaScript += inputString;
    -				// no more to do
    -				return;
    -			}
    -
    -			// Build a unicode string
    -			ucstring inputUCString;
    -			inputUCString.fromUtf8(inputString);
    -
    -			// Build the final unicode string
    -			ucstring tmp;
    -			tmp.reserve(len);
    -			uint ucLen = (uint)inputUCString.size();
    -			for (uint i=0; i= 'a' && tolower(c) <= 'f');
    -	}
    -
    -	static uint8 convertHexa(char c)
    -	{
    -		return (uint8) (tolower(c) - (isdigit(c) ? '0' : ('a' - 10)));
    -	}
    -
    -	// scan a color component, and return pointer to next position
    -	static const char *scanColorComponent(const char *src, uint8 &intensity)
    -	{
    -		if (!src) return NULL;
    -		if (!isHexa(*src)) return NULL;
    -		uint8 value = convertHexa(*src++) << 4;
    -		if (!isHexa(*src)) return NULL;
    -		value += convertHexa(*src++);
    -		intensity = value;
    -		return src;
    -	}
    -
    -	static float hueToRgb(float m1, float m2, float h)
    -	{
    -		if (h < 0) h += 1.0f;
    -		if (h > 1) h -= 1.0f;
    -		if (h*6 < 1.0f) return m1 + (m2 - m1)*h*6;
    -		if (h*2 < 1.0f) return m2;
    -		if (h*3 < 2.0f) return m1 + (m2 - m1) * (2.0f/3.0f - h)*6;
    -		return m1;
    -	}
    -
    -	static void hslToRgb(float h, float s, float l, CRGBA &result)
    -	{
    -		float m1, m2;
    -		if (l <= 0.5f)
    -			m2 = l * (s + 1.0f);
    -		else
    -			m2 = l + s - l * s;
    -		m1 = l*2 - m2;
    -
    -		result.R = 255 * hueToRgb(m1, m2, h + 1.0f/3.0f);
    -		result.G = 255 * hueToRgb(m1, m2, h);
    -		result.B = 255 * hueToRgb(m1, m2, h - 1.0f/3.0f);
    -		result.A = 255;
    -	}
    -
    -	class CNameToCol
    -	{
    -	public:
    -		const char *Name;
    -		CRGBA Color;
    -		CNameToCol(const char *name, CRGBA color) : Name(name), Color(color) {}
    -	};
    -
    -	static CNameToCol htmlColorNameToRGBA[] =
    -	{
    -		CNameToCol("AliceBlue", CRGBA(0xF0, 0xF8, 0xFF)),
    -		CNameToCol("AntiqueWhite", CRGBA(0xFA, 0xEB, 0xD7)),
    -		CNameToCol("Aqua", CRGBA(0x00, 0xFF, 0xFF)),
    -		CNameToCol("Aquamarine", CRGBA(0x7F, 0xFF, 0xD4)),
    -		CNameToCol("Azure", CRGBA(0xF0, 0xFF, 0xFF)),
    -		CNameToCol("Beige", CRGBA(0xF5, 0xF5, 0xDC)),
    -		CNameToCol("Bisque", CRGBA(0xFF, 0xE4, 0xC4)),
    -		CNameToCol("Black", CRGBA(0x00, 0x00, 0x00)),
    -		CNameToCol("BlanchedAlmond", CRGBA(0xFF, 0xEB, 0xCD)),
    -		CNameToCol("Blue", CRGBA(0x00, 0x00, 0xFF)),
    -		CNameToCol("BlueViolet", CRGBA(0x8A, 0x2B, 0xE2)),
    -		CNameToCol("Brown", CRGBA(0xA5, 0x2A, 0x2A)),
    -		CNameToCol("BurlyWood", CRGBA(0xDE, 0xB8, 0x87)),
    -		CNameToCol("CadetBlue", CRGBA(0x5F, 0x9E, 0xA0)),
    -		CNameToCol("Chartreuse", CRGBA(0x7F, 0xFF, 0x00)),
    -		CNameToCol("Chocolate", CRGBA(0xD2, 0x69, 0x1E)),
    -		CNameToCol("Coral", CRGBA(0xFF, 0x7F, 0x50)),
    -		CNameToCol("CornflowerBlue", CRGBA(0x64, 0x95, 0xED)),
    -		CNameToCol("Cornsilk", CRGBA(0xFF, 0xF8, 0xDC)),
    -		CNameToCol("Crimson", CRGBA(0xDC, 0x14, 0x3C)),
    -		CNameToCol("Cyan", CRGBA(0x00, 0xFF, 0xFF)),
    -		CNameToCol("DarkBlue", CRGBA(0x00, 0x00, 0x8B)),
    -		CNameToCol("DarkCyan", CRGBA(0x00, 0x8B, 0x8B)),
    -		CNameToCol("DarkGoldenRod", CRGBA(0xB8, 0x86, 0x0B)),
    -		CNameToCol("DarkGray", CRGBA(0xA9, 0xA9, 0xA9)),
    -		CNameToCol("DarkGreen", CRGBA(0x00, 0x64, 0x00)),
    -		CNameToCol("DarkKhaki", CRGBA(0xBD, 0xB7, 0x6B)),
    -		CNameToCol("DarkMagenta", CRGBA(0x8B, 0x00, 0x8B)),
    -		CNameToCol("DarkOliveGreen", CRGBA(0x55, 0x6B, 0x2F)),
    -		CNameToCol("Darkorange", CRGBA(0xFF, 0x8C, 0x00)),
    -		CNameToCol("DarkOrchid", CRGBA(0x99, 0x32, 0xCC)),
    -		CNameToCol("DarkRed", CRGBA(0x8B, 0x00, 0x00)),
    -		CNameToCol("DarkSalmon", CRGBA(0xE9, 0x96, 0x7A)),
    -		CNameToCol("DarkSeaGreen", CRGBA(0x8F, 0xBC, 0x8F)),
    -		CNameToCol("DarkSlateBlue", CRGBA(0x48, 0x3D, 0x8B)),
    -		CNameToCol("DarkSlateGray", CRGBA(0x2F, 0x4F, 0x4F)),
    -		CNameToCol("DarkTurquoise", CRGBA(0x00, 0xCE, 0xD1)),
    -		CNameToCol("DarkViolet", CRGBA(0x94, 0x00, 0xD3)),
    -		CNameToCol("DeepPink", CRGBA(0xFF, 0x14, 0x93)),
    -		CNameToCol("DeepSkyBlue", CRGBA(0x00, 0xBF, 0xFF)),
    -		CNameToCol("DimGray", CRGBA(0x69, 0x69, 0x69)),
    -		CNameToCol("DodgerBlue", CRGBA(0x1E, 0x90, 0xFF)),
    -		CNameToCol("Feldspar", CRGBA(0xD1, 0x92, 0x75)),
    -		CNameToCol("FireBrick", CRGBA(0xB2, 0x22, 0x22)),
    -		CNameToCol("FloralWhite", CRGBA(0xFF, 0xFA, 0xF0)),
    -		CNameToCol("ForestGreen", CRGBA(0x22, 0x8B, 0x22)),
    -		CNameToCol("Fuchsia", CRGBA(0xFF, 0x00, 0xFF)),
    -		CNameToCol("Gainsboro", CRGBA(0xDC, 0xDC, 0xDC)),
    -		CNameToCol("GhostWhite", CRGBA(0xF8, 0xF8, 0xFF)),
    -		CNameToCol("Gold", CRGBA(0xFF, 0xD7, 0x00)),
    -		CNameToCol("GoldenRod", CRGBA(0xDA, 0xA5, 0x20)),
    -		CNameToCol("Gray", CRGBA(0x80, 0x80, 0x80)),
    -		CNameToCol("Green", CRGBA(0x00, 0x80, 0x00)),
    -		CNameToCol("GreenYellow", CRGBA(0xAD, 0xFF, 0x2F)),
    -		CNameToCol("HoneyDew", CRGBA(0xF0, 0xFF, 0xF0)),
    -		CNameToCol("HotPink", CRGBA(0xFF, 0x69, 0xB4)),
    -		CNameToCol("IndianRed ", CRGBA(0xCD, 0x5C, 0x5C)),
    -		CNameToCol("Indigo  ", CRGBA(0x4B, 0x00, 0x82)),
    -		CNameToCol("Ivory", CRGBA(0xFF, 0xFF, 0xF0)),
    -		CNameToCol("Khaki", CRGBA(0xF0, 0xE6, 0x8C)),
    -		CNameToCol("Lavender", CRGBA(0xE6, 0xE6, 0xFA)),
    -		CNameToCol("LavenderBlush", CRGBA(0xFF, 0xF0, 0xF5)),
    -		CNameToCol("LawnGreen", CRGBA(0x7C, 0xFC, 0x00)),
    -		CNameToCol("LemonChiffon", CRGBA(0xFF, 0xFA, 0xCD)),
    -		CNameToCol("LightBlue", CRGBA(0xAD, 0xD8, 0xE6)),
    -		CNameToCol("LightCoral", CRGBA(0xF0, 0x80, 0x80)),
    -		CNameToCol("LightCyan", CRGBA(0xE0, 0xFF, 0xFF)),
    -		CNameToCol("LightGoldenRodYellow", CRGBA(0xFA, 0xFA, 0xD2)),
    -		CNameToCol("LightGrey", CRGBA(0xD3, 0xD3, 0xD3)),
    -		CNameToCol("LightGreen", CRGBA(0x90, 0xEE, 0x90)),
    -		CNameToCol("LightPink", CRGBA(0xFF, 0xB6, 0xC1)),
    -		CNameToCol("LightSalmon", CRGBA(0xFF, 0xA0, 0x7A)),
    -		CNameToCol("LightSeaGreen", CRGBA(0x20, 0xB2, 0xAA)),
    -		CNameToCol("LightSkyBlue", CRGBA(0x87, 0xCE, 0xFA)),
    -		CNameToCol("LightSlateBlue", CRGBA(0x84, 0x70, 0xFF)),
    -		CNameToCol("LightSlateGray", CRGBA(0x77, 0x88, 0x99)),
    -		CNameToCol("LightSteelBlue", CRGBA(0xB0, 0xC4, 0xDE)),
    -		CNameToCol("LightYellow", CRGBA(0xFF, 0xFF, 0xE0)),
    -		CNameToCol("Lime", CRGBA(0x00, 0xFF, 0x00)),
    -		CNameToCol("LimeGreen", CRGBA(0x32, 0xCD, 0x32)),
    -		CNameToCol("Linen", CRGBA(0xFA, 0xF0, 0xE6)),
    -		CNameToCol("Magenta", CRGBA(0xFF, 0x00, 0xFF)),
    -		CNameToCol("Maroon", CRGBA(0x80, 0x00, 0x00)),
    -		CNameToCol("MediumAquaMarine", CRGBA(0x66, 0xCD, 0xAA)),
    -		CNameToCol("MediumBlue", CRGBA(0x00, 0x00, 0xCD)),
    -		CNameToCol("MediumOrchid", CRGBA(0xBA, 0x55, 0xD3)),
    -		CNameToCol("MediumPurple", CRGBA(0x93, 0x70, 0xD8)),
    -		CNameToCol("MediumSeaGreen", CRGBA(0x3C, 0xB3, 0x71)),
    -		CNameToCol("MediumSlateBlue", CRGBA(0x7B, 0x68, 0xEE)),
    -		CNameToCol("MediumSpringGreen", CRGBA(0x00, 0xFA, 0x9A)),
    -		CNameToCol("MediumTurquoise", CRGBA(0x48, 0xD1, 0xCC)),
    -		CNameToCol("MediumVioletRed", CRGBA(0xC7, 0x15, 0x85)),
    -		CNameToCol("MidnightBlue", CRGBA(0x19, 0x19, 0x70)),
    -		CNameToCol("MintCream", CRGBA(0xF5, 0xFF, 0xFA)),
    -		CNameToCol("MistyRose", CRGBA(0xFF, 0xE4, 0xE1)),
    -		CNameToCol("Moccasin", CRGBA(0xFF, 0xE4, 0xB5)),
    -		CNameToCol("NavajoWhite", CRGBA(0xFF, 0xDE, 0xAD)),
    -		CNameToCol("Navy", CRGBA(0x00, 0x00, 0x80)),
    -		CNameToCol("OldLace", CRGBA(0xFD, 0xF5, 0xE6)),
    -		CNameToCol("Olive", CRGBA(0x80, 0x80, 0x00)),
    -		CNameToCol("OliveDrab", CRGBA(0x6B, 0x8E, 0x23)),
    -		CNameToCol("Orange", CRGBA(0xFF, 0xA5, 0x00)),
    -		CNameToCol("OrangeRed", CRGBA(0xFF, 0x45, 0x00)),
    -		CNameToCol("Orchid", CRGBA(0xDA, 0x70, 0xD6)),
    -		CNameToCol("PaleGoldenRod", CRGBA(0xEE, 0xE8, 0xAA)),
    -		CNameToCol("PaleGreen", CRGBA(0x98, 0xFB, 0x98)),
    -		CNameToCol("PaleTurquoise", CRGBA(0xAF, 0xEE, 0xEE)),
    -		CNameToCol("PaleVioletRed", CRGBA(0xD8, 0x70, 0x93)),
    -		CNameToCol("PapayaWhip", CRGBA(0xFF, 0xEF, 0xD5)),
    -		CNameToCol("PeachPuff", CRGBA(0xFF, 0xDA, 0xB9)),
    -		CNameToCol("Peru", CRGBA(0xCD, 0x85, 0x3F)),
    -		CNameToCol("Pink", CRGBA(0xFF, 0xC0, 0xCB)),
    -		CNameToCol("Plum", CRGBA(0xDD, 0xA0, 0xDD)),
    -		CNameToCol("PowderBlue", CRGBA(0xB0, 0xE0, 0xE6)),
    -		CNameToCol("Purple", CRGBA(0x80, 0x00, 0x80)),
    -		CNameToCol("Red", CRGBA(0xFF, 0x00, 0x00)),
    -		CNameToCol("RosyBrown", CRGBA(0xBC, 0x8F, 0x8F)),
    -		CNameToCol("RoyalBlue", CRGBA(0x41, 0x69, 0xE1)),
    -		CNameToCol("SaddleBrown", CRGBA(0x8B, 0x45, 0x13)),
    -		CNameToCol("Salmon", CRGBA(0xFA, 0x80, 0x72)),
    -		CNameToCol("SandyBrown", CRGBA(0xF4, 0xA4, 0x60)),
    -		CNameToCol("SeaGreen", CRGBA(0x2E, 0x8B, 0x57)),
    -		CNameToCol("SeaShell", CRGBA(0xFF, 0xF5, 0xEE)),
    -		CNameToCol("Sienna", CRGBA(0xA0, 0x52, 0x2D)),
    -		CNameToCol("Silver", CRGBA(0xC0, 0xC0, 0xC0)),
    -		CNameToCol("SkyBlue", CRGBA(0x87, 0xCE, 0xEB)),
    -		CNameToCol("SlateBlue", CRGBA(0x6A, 0x5A, 0xCD)),
    -		CNameToCol("SlateGray", CRGBA(0x70, 0x80, 0x90)),
    -		CNameToCol("Snow", CRGBA(0xFF, 0xFA, 0xFA)),
    -		CNameToCol("SpringGreen", CRGBA(0x00, 0xFF, 0x7F)),
    -		CNameToCol("SteelBlue", CRGBA(0x46, 0x82, 0xB4)),
    -		CNameToCol("Tan", CRGBA(0xD2, 0xB4, 0x8C)),
    -		CNameToCol("Teal", CRGBA(0x00, 0x80, 0x80)),
    -		CNameToCol("Thistle", CRGBA(0xD8, 0xBF, 0xD8)),
    -		CNameToCol("Tomato", CRGBA(0xFF, 0x63, 0x47)),
    -		CNameToCol("Turquoise", CRGBA(0x40, 0xE0, 0xD0)),
    -		CNameToCol("Violet", CRGBA(0xEE, 0x82, 0xEE)),
    -		CNameToCol("VioletRed", CRGBA(0xD0, 0x20, 0x90)),
    -		CNameToCol("Wheat", CRGBA(0xF5, 0xDE, 0xB3)),
    -		CNameToCol("White", CRGBA(0xFF, 0xFF, 0xFF)),
    -		CNameToCol("WhiteSmoke", CRGBA(0xF5, 0xF5, 0xF5)),
    -		CNameToCol("Yellow", CRGBA(0xFF, 0xFF, 0x00)),
    -		CNameToCol("YellowGreen", CRGBA(0x9A, 0xCD, 0x32))
    -	};
    -
    -	// scan a color from a HTML form (#rrggbb format)
    -	bool scanHTMLColor(const char *src, CRGBA &dest)
    -	{
    -		if (!src || *src == '\0') return false;
    -		if (*src == '#')
    -		{
    -			++src;
    -			if (strlen(src) == 3 || strlen(src) == 4)
    -			{
    -				bool hasAlpha = (strlen(src) == 4);
    -				// check RGB for valid hex
    -				if (isHexa(src[0]) && isHexa(src[1]) && isHexa(src[2]))
    -				{
    -					// check optional A for valid hex
    -					if (hasAlpha && !isHexa(src[3])) return false;
    -
    -					dest.R = convertHexa(src[0]);
    -					dest.G = convertHexa(src[1]);
    -					dest.B = convertHexa(src[2]);
    -
    -					dest.R = dest.R << 4 | dest.R;
    -					dest.G = dest.G << 4 | dest.G;
    -					dest.B = dest.B << 4 | dest.B;
    -
    -					if (hasAlpha)
    -					{
    -						dest.A = convertHexa(src[3]);
    -						dest.A = dest.A << 4 | dest.A;
    -					}
    -					else
    -						dest.A = 255;
    -
    -					return true;
    -				}
    -
    -				return false;
    -			}
    -
    -			CRGBA result;
    -			src = scanColorComponent(src, result.R); if (!src) return false;
    -			src = scanColorComponent(src, result.G); if (!src) return false;
    -			src = scanColorComponent(src, result.B); if (!src) return false;
    -			src = scanColorComponent(src, result.A);
    -			if (!src)
    -			{
    -				// Alpha is optional
    -				result.A = 255;
    -			}
    -			dest = result;
    -			return true;
    -		}
    -
    -		if (strnicmp(src, "rgb(", 4) == 0 || strnicmp(src, "rgba(", 5) == 0)
    -		{
    -			src += 4;
    -			if (*src == '(') src++;
    -
    -			vector parts;
    -			NLMISC::splitString(src, ",", parts);
    -			if (parts.size() >= 3)
    -			{
    -				CRGBA result;
    -				sint tmpv;
    -				float tmpf;
    -
    -				// R
    -				if (getPercentage(tmpv, tmpf, parts[0].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.R = tmpv;
    -
    -				// G
    -				if (getPercentage(tmpv, tmpf, parts[1].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.G = tmpv;
    -
    -				// B
    -				if (getPercentage(tmpv, tmpf, parts[2].c_str())) tmpv = 255 * tmpf;
    -				clamp(tmpv, 0, 255);
    -				result.B = tmpv;
    -
    -				// A
    -				if (parts.size() == 4)
    -				{
    -					if (!fromString(parts[3], tmpf)) return false;
    -					if (parts[3].find_first_of("%") != std::string::npos)
    -						tmpf /= 100;
    -
    -					tmpv = 255 * tmpf;
    -					clamp(tmpv, 0, 255);
    -					result.A = tmpv;
    -				}
    -				else
    -					result.A = 255;
    -
    -				dest = result;
    -				return true;
    -			}
    -
    -			return false;
    -		}
    -
    -		if (strnicmp(src, "hsl(", 4) == 0 || strnicmp(src, "hsla(", 5) == 0)
    -		{
    -			src += 4;
    -			if (*src == '(') src++;
    -
    -			vector parts;
    -			NLMISC::splitString(src, ",", parts);
    -			if (parts.size() >= 3)
    -			{
    -				sint tmpv;
    -				float h, s, l;
    -				// hue
    -				if (!fromString(parts[0], tmpv)) return false;
    -				tmpv = ((tmpv % 360) + 360) % 360;
    -				h = (float) tmpv / 360.0f;
    -
    -				// saturation
    -				if (!getPercentage(tmpv, s, parts[1].c_str())) return false;
    -				clamp(s, 0.0f, 1.0f);
    -
    -				// lightness
    -				if (!getPercentage(tmpv, l, parts[2].c_str())) return false;
    -				clamp(l, 0.0f, 1.0f);
    -
    -				CRGBA result;
    -				hslToRgb(h, s, l, result);
    -
    -				// A
    -				if (parts.size() == 4)
    -				{
    -					float tmpf;
    -					if (!fromString(parts[3], tmpf)) return false;
    -					if (parts[3].find_first_of("%") != std::string::npos)
    -						tmpf /= 100;
    -					clamp(tmpf, 0.0f, 1.0f);
    -					result.A = 255 * tmpf;
    -				}
    -
    -				dest = result;
    -				return true;
    -			}
    -
    -			return false;
    -		}
    -
    -		{
    -			// slow but should suffice for now
    -			for(uint k = 0; k < sizeofarray(htmlColorNameToRGBA); ++k)
    -			{
    -				if (nlstricmp(src, htmlColorNameToRGBA[k].Name) == 0)
    -				{
    -					dest = htmlColorNameToRGBA[k].Color;
    -					return true;
    -				}
    -			}
    -			return false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::beginElement (uint element_number, const std::vector &present, const std::vector &value)
    -	{
    -		if (_Browsing)
    -		{
    -			// Paragraph ?
    -			switch(element_number)
    -			{
    -			case HTML_HEAD:
    -				_ReadingHeadTag = !_IgnoreHeadTag;
    -				_IgnoreHeadTag = true;
    -				break;
    -			case HTML_BASE:
    -				if (_ReadingHeadTag && !_IgnoreBaseUrlTag)
    -				{
    -					if (present[HTML_BASE_HREF] && value[HTML_BASE_HREF])
    -					{
    -						CUrlParser uri(value[HTML_BASE_HREF]);
    -						if (uri.isAbsolute())
    -						{
    -							_URL = uri.toString();
    -							_IgnoreBaseUrlTag = true;
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_META:
    -				if (_ReadingHeadTag)
    -				{
    -					bool httpEquiv = present[HTML_META_HTTP_EQUIV] && value[HTML_META_HTTP_EQUIV];
    -					bool httpContent = present[HTML_META_CONTENT] && value[HTML_META_CONTENT];
    -					if (httpEquiv && httpContent)
    -					{
    -						// only first http-equiv="refresh" should be handled
    -						if (_RefreshUrl.empty() && toLower(value[HTML_META_HTTP_EQUIV]) == "refresh")
    -						{
    -							const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes();
    -							double timeSec = times.thisFrameMs / 1000.0f;
    -							string content(value[HTML_META_CONTENT]);
    -
    -							string::size_type pos = content.find_first_of(";");
    -							if (pos == string::npos)
    -							{
    -								fromString(content, _NextRefreshTime);
    -								_RefreshUrl = _URL;
    -							}
    -							else
    -							{
    -								fromString(content.substr(0, pos), _NextRefreshTime);
    -
    -								pos = toLower(content).find("url=");
    -								if (pos != string::npos)
    -									_RefreshUrl = getAbsoluteUrl(content.substr(pos + 4));
    -							}
    -
    -							_NextRefreshTime += timeSec;
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_A:
    -			{
    -				registerAnchorName(MY_HTML_A);
    -
    -				CStyleParams style;
    -				style.FontFamily = getFontFamily();
    -				style.FontSize = getFontSize();
    -				style.TextColor = LinkColor;
    -				style.Underlined = true;
    -				style.StrikeThrough = getFontStrikeThrough();
    -				style.GlobalColor = LinkColorGlobalColor;
    -
    -				if (present[HTML_A_STYLE] && value[HTML_A_STYLE])
    -					getStyleParams(value[HTML_A_STYLE], style);
    -
    -				_FontFamily.push_back(style.FontFamily);
    -				_FontSize.push_back(style.FontSize);
    -				_TextColor.push_back(style.TextColor);
    -				_FontUnderlined.push_back(style.Underlined);
    -				_FontStrikeThrough.push_back(style.StrikeThrough);
    -				_GlobalColor.push_back(style.GlobalColor);
    -				_A.push_back(true);
    -				_Link.push_back ("");
    -				_LinkTitle.push_back("");
    -				_LinkClass.push_back("");
    -
    -				// #fragment works with both ID and NAME so register both
    -				if (present[MY_HTML_A_NAME] && value[MY_HTML_A_NAME])
    -					_AnchorName.push_back(value[MY_HTML_A_NAME]);
    -				if (present[MY_HTML_A_TITLE] && value[MY_HTML_A_TITLE])
    -					_LinkTitle.back() = value[MY_HTML_A_TITLE];
    -				if (present[MY_HTML_A_CLASS] && value[MY_HTML_A_CLASS])
    -					_LinkClass.back() = value[MY_HTML_A_CLASS];
    -				if (present[MY_HTML_A_HREF] && value[MY_HTML_A_HREF])
    -				{
    -					string suri = value[MY_HTML_A_HREF];
    -					if(suri.find("ah:") == 0)
    -					{
    -						if (_TrustedDomain)
    -							_Link.back() = suri;
    -					}
    -					else if (_TrustedDomain && suri[0] == '#' && _LuaHrefHack)
    -					{
    -						// Direct url (hack for lua beginElement)
    -						_Link.back() = suri.substr(1);
    -					}
    -					else
    -					{
    -						// convert href from "?key=val" into "http://domain.com/?key=val"
    -						_Link.back() = getAbsoluteUrl(suri);
    -					}
    -				}
    -			}
    -				break;
    -			case HTML_DIV:
    -			{
    -				_BlockLevelElement.push_back(true);
    -				registerAnchorName(MY_HTML_DIV);
    -
    -				if (present[MY_HTML_DIV_NAME] && value[MY_HTML_DIV_NAME])
    -					_DivName = value[MY_HTML_DIV_NAME];
    -
    -				string instClass;
    -				if (present[MY_HTML_DIV_CLASS] && value[MY_HTML_DIV_CLASS])
    -					instClass = value[MY_HTML_DIV_CLASS];
    -
    -				// use generic template system
    -				if (_TrustedDomain && !instClass.empty() && instClass == "ryzom-ui-grouptemplate")
    -				{
    -					string id;
    -					if (present[MY_HTML_DIV_ID] && value[MY_HTML_DIV_ID])
    -						id = value[MY_HTML_DIV_ID];
    -
    -					string style;
    -					if (present[MY_HTML_DIV_STYLE] && value[MY_HTML_DIV_STYLE])
    -						style = value[MY_HTML_DIV_STYLE];
    -
    -					typedef pair TTmplParam;
    -					vector tmplParams;
    -					
    -					string templateName;
    -					if (!style.empty())
    -					{
    -						TStyle styles = parseStyle(style);
    -						TStyle::iterator	it;
    -						for (it=styles.begin(); it != styles.end(); it++)
    -						{
    -							if ((*it).first == "template")
    -								templateName = (*it).second;
    -							else
    -								tmplParams.push_back(TTmplParam((*it).first, (*it).second));
    -						}
    -					}
    -
    -					if (!templateName.empty())
    -					{
    -						string parentId;
    -						bool haveParentDiv = getDiv() != NULL;
    -						if (haveParentDiv)
    -							parentId = getDiv()->getId();
    -						else
    -						{
    -							if (!_Paragraph)
    -								newParagraph (0);
    -
    -							parentId = _Paragraph->getId();
    -						}
    -
    -						CInterfaceGroup *inst = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName, parentId+":"+id, tmplParams);
    -						if (inst)
    -						{
    -							inst->setId(parentId+":"+id);
    -							inst->updateCoords();
    -							if (haveParentDiv)
    -							{
    -									inst->setParent(getDiv());
    -									inst->setParentSize(getDiv());
    -									inst->setParentPos(getDiv());
    -									inst->setPosRef(Hotspot_TL);
    -									inst->setParentPosRef(Hotspot_TL);
    -									getDiv()->addGroup(inst);
    -
    -									_BlockLevelElement.back() = false;
    -							}
    -							else
    -							{
    -								getParagraph()->addChild(inst);
    -								paragraphChange();
    -							}
    -							_Divs.push_back(inst);
    -						}
    -					}
    -				}
    -
    -				if (isBlockLevelElement())
    -				{
    -					newParagraph(0);
    -				}
    -			}
    -				break;
    -			case HTML_FONT:
    -			{
    -				bool found = false;
    -				if (present[HTML_FONT_COLOR] && value[HTML_FONT_COLOR])
    -				{
    -					CRGBA color;
    -					if (scanHTMLColor(value[HTML_FONT_COLOR], color))
    -					{
    -						_TextColor.push_back(color);
    -						found = true;
    -					}
    -				}
    -				if (!found)
    -				{
    -					_TextColor.push_back(_TextColor.empty() ? CRGBA::White : _TextColor.back());
    -				}
    -
    -				if (present[HTML_FONT_SIZE] && value[HTML_FONT_SIZE])
    -				{
    -					uint fontsize;
    -					fromString(value[HTML_FONT_SIZE], fontsize);
    -					_FontSize.push_back(fontsize);
    -				}
    -				else
    -				{
    -					_FontSize.push_back(_FontSize.empty() ? TextFontSize : _FontSize.back());
    -				}
    -			}
    -				break;
    -			case HTML_BR:
    -			{
    -				endParagraph();
    -
    -				// insert zero-width-space (0x200B) to prevent removal of empty lines
    -				ucstring tmp;
    -				tmp.fromUtf8("\xe2\x80\x8b");
    -				addString(tmp);
    -			}
    -				break;
    -			case HTML_BODY:
    -				{
    -					if (present[HTML_BODY_BGCOLOR] && value[HTML_BODY_BGCOLOR])
    -					{
    -						CRGBA bgColor;
    -						if (scanHTMLColor(value[HTML_BODY_BGCOLOR], bgColor))
    -							setBackgroundColor (bgColor);
    -					}
    -					
    -					string style;
    -					if (present[HTML_BODY_STYLE] && value[HTML_BODY_STYLE])
    -						style = value[HTML_BODY_STYLE];
    -					
    -					
    -					if (!style.empty())
    -					{
    -						TStyle styles = parseStyle(style);
    -						TStyle::iterator	it;
    -
    -						it = styles.find("background-repeat");
    -						bool repeat = (it != styles.end() && it->second == "1");
    -						
    -						// Webig only
    -						it = styles.find("background-scale");
    -						bool scale = (it != styles.end() && it->second == "1");
    -
    -						it = styles.find("background-image");
    -						if (it != styles.end())
    -						{
    -							string image = it->second;
    -							string::size_type texExt = toLower(image).find("url(");
    -							// Url image
    -							if (texExt != string::npos)
    -								// Remove url()
    -								image = image.substr(4, image.size()-5);
    -							setBackground (image, scale, repeat);
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_FORM:
    -				{
    -					// Build the form
    -					CGroupHTML::CForm form;
    -
    -					// Get the action name
    -					if (present[HTML_FORM_ACTION] && value[HTML_FORM_ACTION])
    -					{
    -						form.Action = getAbsoluteUrl(string(value[HTML_FORM_ACTION]));
    -					}
    -					else
    -					{
    -						form.Action = _URL;
    -					}
    -					_Forms.push_back(form);
    -				}
    -				break;
    -			case HTML_H1:
    -				registerAnchorName(MY_HTML_H1);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H1FontSize);
    -				_TextColor.push_back(H1Color);
    -				_GlobalColor.push_back(H1ColorGlobalColor);
    -				break;
    -			case HTML_H2:
    -				registerAnchorName(MY_HTML_H2);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H2FontSize);
    -				_TextColor.push_back(H2Color);
    -				_GlobalColor.push_back(H2ColorGlobalColor);
    -				break;
    -			case HTML_H3:
    -				registerAnchorName(MY_HTML_H3);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H3FontSize);
    -				_TextColor.push_back(H3Color);
    -				_GlobalColor.push_back(H3ColorGlobalColor);
    -				break;
    -			case HTML_H4:
    -				registerAnchorName(MY_HTML_H4);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H4FontSize);
    -				_TextColor.push_back(H4Color);
    -				_GlobalColor.push_back(H4ColorGlobalColor);
    -				break;
    -			case HTML_H5:
    -				registerAnchorName(MY_HTML_H5);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H5FontSize);
    -				_TextColor.push_back(H5Color);
    -				_GlobalColor.push_back(H5ColorGlobalColor);
    -				break;
    -			case HTML_H6:
    -				registerAnchorName(MY_HTML_H6);
    -				newParagraph(PBeginSpace);
    -				_FontSize.push_back(H6FontSize);
    -				_TextColor.push_back(H6Color);
    -				_GlobalColor.push_back(H6ColorGlobalColor);
    -				break;
    -			case HTML_IMG:
    -				{
    -					// Get the string name
    -					if (present[MY_HTML_IMG_SRC] && value[MY_HTML_IMG_SRC])
    -					{
    -						CStyleParams style;
    -						float tmpf;
    -						
    -						if (present[MY_HTML_IMG_WIDTH] && value[MY_HTML_IMG_WIDTH])
    -							getPercentage(style.Width, tmpf, value[MY_HTML_IMG_WIDTH]);
    -						if (present[MY_HTML_IMG_HEIGHT] && value[MY_HTML_IMG_HEIGHT])
    -							getPercentage(style.Height, tmpf, value[MY_HTML_IMG_HEIGHT]);
    -
    -						// Get the global color name
    -						if (present[MY_HTML_IMG_GLOBAL_COLOR])
    -							style.GlobalColor = true;
    -
    -						// width, height from inline css
    -						if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE])
    -							getStyleParams(value[MY_HTML_IMG_STYLE], style);
    -
    -						// Tooltip
    -						const char *tooltip = NULL;
    -						// keep "alt" attribute for backward compatibility
    -						if (present[MY_HTML_IMG_ALT] && value[MY_HTML_IMG_ALT])
    -							tooltip = value[MY_HTML_IMG_ALT];
    -						// tooltip
    -						if (present[MY_HTML_IMG_TITLE] && value[MY_HTML_IMG_TITLE])
    -							tooltip = value[MY_HTML_IMG_TITLE];
    -
    -						// Mouse over image
    -						string overSrc;
    -						if (present[MY_HTML_IMG_DATA_OVER_SRC] && value[MY_HTML_IMG_DATA_OVER_SRC])
    -						{
    -							overSrc = value[MY_HTML_IMG_DATA_OVER_SRC];
    -						}
    -
    -
    -						if (getA() && getParent () && getParent ()->getParent())
    -						{
    -							string params = "name=" + getId() + "|url=" + getLink ();
    -							addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC],
    -								overSrc, "browse", params.c_str(), tooltip, style);
    -						}
    -						else
    -						if (tooltip || !overSrc.empty())
    -						{
    -							addButton(CCtrlButton::PushButton, value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC], value[MY_HTML_IMG_SRC],
    -								overSrc, "", "", tooltip, style);
    -						}
    -						else
    -						{
    -							// Get the option to reload (class==reload)
    -							bool reloadImg = false;
    -
    -							string styleString;
    -							if (present[MY_HTML_IMG_STYLE] && value[MY_HTML_IMG_STYLE])
    -								styleString = value[MY_HTML_IMG_STYLE];
    -
    -							if (!styleString.empty())
    -							{
    -								TStyle styles = parseStyle(styleString);
    -								TStyle::iterator	it;
    -
    -								it = styles.find("reload");
    -								if (it != styles.end() && (*it).second == "1")
    -									reloadImg = true;
    -							}
    -
    -							addImage (value[MY_HTML_IMG_SRC], reloadImg, style);
    -						}
    -					}
    -				}
    -				break;
    -			case HTML_INPUT:
    -				// Got one form ?
    -				if (!(_Forms.empty()))
    -				{
    -					// read general property
    -					string templateName;
    -					string minWidth;
    -
    -					// Widget template name
    -					if (present[MY_HTML_INPUT_Z_BTN_TMPL] && value[MY_HTML_INPUT_Z_BTN_TMPL])
    -						templateName = value[MY_HTML_INPUT_Z_BTN_TMPL];
    -					// Input name is the new
    -					if (present[MY_HTML_INPUT_Z_INPUT_TMPL] && value[MY_HTML_INPUT_Z_INPUT_TMPL])
    -						templateName = value[MY_HTML_INPUT_Z_INPUT_TMPL];
    -					// Widget minimal width
    -					if (present[MY_HTML_INPUT_Z_INPUT_WIDTH] && value[MY_HTML_INPUT_Z_INPUT_WIDTH])
    -						minWidth = value[MY_HTML_INPUT_Z_INPUT_WIDTH];
    -
    -					// Get the type
    -					if (present[MY_HTML_INPUT_TYPE] && value[MY_HTML_INPUT_TYPE])
    -					{
    -						// by default not inherited, font family defaults to system font
    -						CStyleParams style;
    -						style.TextColor = TextColor;
    -						style.FontSize = TextFontSize;
    -						style.FontWeight = FONT_WEIGHT_NORMAL;
    -						style.FontOblique = false;
    -
    -						// Global color flag
    -						if (present[MY_HTML_INPUT_GLOBAL_COLOR])
    -							style.GlobalColor = true;
    -
    -						// Tooltip
    -						const char *tooltip = NULL;
    -						if (present[MY_HTML_INPUT_ALT] && value[MY_HTML_INPUT_ALT])
    -							tooltip = value[MY_HTML_INPUT_ALT];
    -
    -						if (present[MY_HTML_INPUT_STYLE] && value[MY_HTML_INPUT_STYLE])
    -							getStyleParams(value[MY_HTML_INPUT_STYLE], style);
    -
    -						_TextColor.push_back(style.TextColor);
    -						_FontFamily.push_back(style.FontFamily);
    -						_FontSize.push_back(style.FontSize);
    -						_FontWeight.push_back(style.FontWeight);
    -						_FontOblique.push_back(style.FontOblique);
    -
    -						string type = toLower(value[MY_HTML_INPUT_TYPE]);
    -						if (type == "image")
    -						{
    -							// The submit button
    -							string name;
    -							string normal;
    -							string pushed;
    -							string over;
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -
    -							// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -							string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=image";
    -
    -							// Add the ctrl button
    -							addButton (CCtrlButton::PushButton, name, normal, pushed.empty()?normal:pushed, over,
    -								"html_submit_form", param.c_str(), tooltip, style);
    -						}
    -						if (type == "button" || type == "submit")
    -						{
    -							// The submit button
    -							string name;
    -							string text;
    -							string normal;
    -							string pushed;
    -							string over;
    -
    -							string buttonTemplate(!templateName.empty() ? templateName : DefaultButtonGroup );
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								text = value[MY_HTML_INPUT_VALUE];
    -
    -							// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -							string param = "name=" + getId() + "|form=" + toString (_Forms.size()-1) + "|submit_button=" + name + "|submit_button_type=submit";
    -							if (!text.empty())
    -							{
    -								// escape AH param separator
    -								string tmp = text;
    -								while(NLMISC::strFindReplace(tmp, "|", "|"))
    -									;
    -								param = param + "|submit_button_value=" + tmp;
    -							}
    -
    -							// Add the ctrl button
    -							if (!_Paragraph)
    -							{
    -								newParagraph (0);
    -								paragraphChange ();
    -							}
    -
    -							typedef pair TTmplParam;
    -							vector tmplParams;
    -							tmplParams.push_back(TTmplParam("id", name));
    -							tmplParams.push_back(TTmplParam("onclick", "html_submit_form"));
    -							tmplParams.push_back(TTmplParam("onclick_param", param));
    -							//tmplParams.push_back(TTmplParam("text", text));
    -							tmplParams.push_back(TTmplParam("active", "true"));
    -							if (!minWidth.empty())
    -								tmplParams.push_back(TTmplParam("wmin", minWidth));
    -							CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams);
    -							if (buttonGroup)
    -							{
    -
    -								// Add the ctrl button
    -								CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button"));
    -								if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b"));
    -								if (ctrlButton)
    -								{
    -									ctrlButton->setModulateGlobalColorAll (style.GlobalColor);
    -
    -									// Translate the tooltip
    -									if (tooltip)
    -									{
    -										if (CI18N::hasTranslation(tooltip))
    -										{
    -											ctrlButton->setDefaultContextHelp(CI18N::get(tooltip));
    -										}
    -										else
    -										{
    -											ctrlButton->setDefaultContextHelp(ucstring(tooltip));
    -										}
    -									}
    -
    -									ctrlButton->setText(ucstring::makeFromUtf8(text));
    -								}
    -								getParagraph()->addChild (buttonGroup);
    -								paragraphChange ();
    -							}
    -						}
    -						else if (type == "text")
    -						{
    -							// Get the string name
    -							string name;
    -							ucstring ucValue;
    -							uint size = 120;
    -							uint maxlength = 1024;
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SIZE] && value[MY_HTML_INPUT_SIZE])
    -								fromString(value[MY_HTML_INPUT_SIZE], size);
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -							if (present[MY_HTML_INPUT_MAXLENGTH] && value[MY_HTML_INPUT_MAXLENGTH])
    -								fromString(value[MY_HTML_INPUT_MAXLENGTH], maxlength);
    -
    -							string textTemplate(!templateName.empty() ? templateName : DefaultFormTextGroup);
    -							// Add the editbox
    -							CInterfaceGroup *textArea = addTextArea (textTemplate, name.c_str (), 1, size/12, false, ucValue, maxlength);
    -							if (textArea)
    -							{
    -								// Add the text area to the form
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.TextArea = textArea;
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -						else if (type == "checkbox" || type == "radio")
    -						{
    -							CCtrlButton::EType btnType;
    -							string name;
    -							string normal;
    -							string pushed;
    -							string over;
    -							ucstring ucValue = ucstring("on");
    -							bool checked = false;
    -
    -							if (type == "radio")
    -							{
    -								btnType = CCtrlButton::RadioButton;
    -								normal = DefaultRadioButtonBitmapNormal;
    -								pushed = DefaultRadioButtonBitmapPushed;
    -								over = DefaultRadioButtonBitmapOver;
    -							}
    -							else
    -							{
    -								btnType = CCtrlButton::ToggleButton;
    -								normal = DefaultCheckBoxBitmapNormal;
    -								pushed = DefaultCheckBoxBitmapPushed;
    -								over = DefaultCheckBoxBitmapOver;
    -							}
    -
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -								name = value[MY_HTML_INPUT_NAME];
    -							if (present[MY_HTML_INPUT_SRC] && value[MY_HTML_INPUT_SRC])
    -								normal = value[MY_HTML_INPUT_SRC];
    -							if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -								ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -							checked = (present[MY_HTML_INPUT_CHECKED] && value[MY_HTML_INPUT_CHECKED]);
    -
    -							// Add the ctrl button
    -							CCtrlButton *checkbox = addButton (btnType, name, normal, pushed, over, "", "", tooltip, style);
    -							if (checkbox)
    -							{
    -								if (btnType == CCtrlButton::RadioButton)
    -								{
    -									// group together buttons with same name
    -									CForm &form = _Forms.back();
    -									bool notfound = true;
    -									for (uint i=0; igetType() == CCtrlButton::RadioButton)
    -										{
    -											checkbox->initRBRefFromRadioButton(form.Entries[i].Checkbox);
    -											notfound = false;
    -											break;
    -										}
    -									}
    -									if (notfound)
    -									{
    -										// this will start a new group (initRBRef() would take first button in group container otherwise)
    -										checkbox->initRBRefFromRadioButton(checkbox);
    -									}
    -								}
    -
    -								checkbox->setPushed (checked);
    -
    -								// Add the button to the form
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.Value = decodeHTMLEntities(ucValue);
    -								entry.Checkbox = checkbox;
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -						else if (type == "hidden")
    -						{
    -							if (present[MY_HTML_INPUT_NAME] && value[MY_HTML_INPUT_NAME])
    -							{
    -								// Get the name
    -								string name = value[MY_HTML_INPUT_NAME];
    -
    -								// Get the value
    -								ucstring ucValue;
    -								if (present[MY_HTML_INPUT_VALUE] && value[MY_HTML_INPUT_VALUE])
    -									ucValue.fromUtf8(value[MY_HTML_INPUT_VALUE]);
    -
    -								// Add an entry
    -								CGroupHTML::CForm::CEntry entry;
    -								entry.Name = name;
    -								entry.Value = decodeHTMLEntities(ucValue);
    -								_Forms.back().Entries.push_back (entry);
    -							}
    -						}
    -
    -						popIfNotEmpty(_FontFamily);
    -						popIfNotEmpty(_FontSize);
    -						popIfNotEmpty(_TextColor);
    -						popIfNotEmpty(_FontWeight);
    -						popIfNotEmpty(_FontOblique);
    -					}
    -				}
    -				break;
    -			case HTML_SELECT:
    -				if (!(_Forms.empty()))
    -				{
    -					CStyleParams style;
    -
    -					// A select box
    -					string name;
    -					bool multiple = false;
    -					sint32 size = 0;
    -
    -					if (present[HTML_SELECT_NAME] && value[HTML_SELECT_NAME])
    -						name = value[HTML_SELECT_NAME];
    -					if (present[HTML_SELECT_SIZE] && value[HTML_SELECT_SIZE])
    -						fromString(value[HTML_SELECT_SIZE], size);
    -					if (present[HTML_SELECT_MULTIPLE] && value[HTML_SELECT_MULTIPLE])
    -						multiple = true;
    -					if (present[HTML_SELECT_STYLE] && value[HTML_SELECT_STYLE])
    -						getStyleParams(value[HTML_SELECT_STYLE], style);
    -
    -					CGroupHTML::CForm::CEntry entry;
    -					entry.Name = name;
    -					entry.sbMultiple = multiple;
    -					if (size > 1 || multiple)
    -					{
    -						entry.InitialSelection = -1;
    -						CGroupMenu *sb = addSelectBox(DefaultFormSelectBoxMenuGroup, name.c_str());
    -						if (sb)
    -						{
    -							if (size < 1)
    -								size = 4;
    -
    -							if (style.Width > -1)
    -								sb->setMinW(style.Width);
    -
    -							if (style.Height > -1)
    -								sb->setMinH(style.Height);
    -
    -							sb->setMaxVisibleLine(size);
    -						}
    -
    -						entry.SelectBox = sb;
    -					}
    -					else
    -					{
    -						CDBGroupComboBox *cb = addComboBox(DefaultFormSelectGroup, name.c_str());
    -						entry.ComboBox = cb;
    -					}
    -					_Forms.back().Entries.push_back (entry);
    -				}
    -			break;
    -			case HTML_OPTION:
    -				// Got one form ?
    -				if (!(_Forms.empty()))
    -				{
    -					if (!_Forms.back().Entries.empty())
    -					{
    -						// clear the option string
    -						_SelectOptionStr.clear();
    -
    -						std::string optionValue;
    -						if (present[HTML_OPTION_VALUE] && value[HTML_OPTION_VALUE])
    -							optionValue = value[HTML_OPTION_VALUE];
    -						_Forms.back().Entries.back().SelectValues.push_back(optionValue);
    -
    -						if (present[HTML_OPTION_SELECTED])
    -							_Forms.back().Entries.back().InitialSelection = (sint)_Forms.back().Entries.back().SelectValues.size() - 1;
    -						if (present[HTML_OPTION_DISABLED])
    -							_Forms.back().Entries.back().sbOptionDisabled = (sint)_Forms.back().Entries.back().SelectValues.size() - 1;
    -					}
    -				}
    -				_SelectOption = true;
    -			break;
    -			case HTML_LI:
    -				if (!_UL.empty())
    -				{
    -					// UL, OL top margin if this is the first LI
    -					if (!_LI)
    -					{
    -						_LI = true;
    -						newParagraph(ULBeginSpace);
    -					}
    -					else
    -					{
    -						newParagraph(LIBeginSpace);
    -					}
    -
    -					// OL list index can be overridden by 
  • attribute - if (present[HTML_LI_VALUE] && value[HTML_LI_VALUE]) - fromString(value[HTML_LI_VALUE], _UL.back().Value); - - ucstring str; - str.fromUtf8(_UL.back().getListMarkerText()); - addString (str); - - sint32 indent = LIIndent; - // list-style-type: outside - if (_CurrentViewLink) - { - getParagraph()->setFirstViewIndent(-_CurrentViewLink->getMaxUsedW()); - } - - flushString (); - - _UL.back().Value++; - } - break; - case HTML_P: - newParagraph(PBeginSpace); - break; - case HTML_PRE: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = "monospace"; - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); - - if (present[HTML_PRE_STYLE] && value[HTML_PRE_STYLE]) - getStyleParams(value[HTML_PRE_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); - - _PRE.push_back(true); - } - break; - case HTML_TABLE: - { - registerAnchorName(MY_HTML_TABLE); - - // Get cells parameters - getCellsParameters (MY_HTML_TABLE, false); - - CGroupTable *table = new CGroupTable(TCtorParam()); - table->BgColor = _CellParams.back().BgColor; - - if (present[MY_HTML_TABLE_WIDTH] && value[MY_HTML_TABLE_WIDTH]) - getPercentage (table->ForceWidthMin, table->TableRatio, value[MY_HTML_TABLE_WIDTH]); - if (present[MY_HTML_TABLE_BORDER] && value[MY_HTML_TABLE_BORDER]) - fromString(value[MY_HTML_TABLE_BORDER], table->Border); - if (present[MY_HTML_TABLE_BORDERCOLOR] && value[MY_HTML_TABLE_BORDERCOLOR]) - scanHTMLColor(value[MY_HTML_TABLE_BORDERCOLOR], table->BorderColor); - if (present[MY_HTML_TABLE_CELLSPACING] && value[MY_HTML_TABLE_CELLSPACING]) - fromString(value[MY_HTML_TABLE_CELLSPACING], table->CellSpacing); - if (present[MY_HTML_TABLE_CELLPADDING] && value[MY_HTML_TABLE_CELLPADDING]) - fromString(value[MY_HTML_TABLE_CELLPADDING], table->CellPadding); - - table->setMarginLeft(getIndent()); - addHtmlGroup (table, 0); - - _Tables.push_back(table); - - // Add a cell pointer - _Cells.push_back(NULL); - _TR.push_back(false); - _Indent.push_back(0); - } - break; - case HTML_TH: - // TH is similar to TD, just different font style - case HTML_TD: - { - // Get cells parameters - getCellsParameters (MY_HTML_TD, true); - - if (element_number == HTML_TH) - { - _FontWeight.push_back(FONT_WEIGHT_BOLD); - // center if not specified otherwise. TD/TH present/value arrays have same indices - if (!(present[MY_HTML_TD_ALIGN] && value[MY_HTML_TD_ALIGN])) - _CellParams.back().Align = CGroupCell::Center; - } - - CGroupTable *table = getTable(); - if (table) - { - if (!_Cells.empty()) - { - _Cells.back() = new CGroupCell(CViewBase::TCtorParam()); - string style; - if (present[MY_HTML_TD_STYLE] && value[MY_HTML_TD_STYLE]) - style = value[MY_HTML_TD_STYLE]; - - // Set the cell parameters - if (!style.empty()) - { - TStyle styles = parseStyle(style); - TStyle::iterator it; - - it = styles.find("background-repeat"); - _Cells.back()->setTextureTile(it != styles.end()); - - // Webig only - it = styles.find("background-scale"); - _Cells.back()->setTextureScale(it != styles.end()); - - it = styles.find("background-image"); - if (it != styles.end()) - { - string image = (*it).second; - string::size_type texExt = toLower(image).find("url("); - // Url image - if (texExt != string::npos) - { - // Remove url() - image = image.substr(4, image.size()-5); - addImageDownload(image, _Cells.back()); - // Image in BNP - } - else - { - _Cells.back()->setTexture(image); - } - } - } - - if (present[MY_HTML_TD_COLSPAN] && value[MY_HTML_TD_COLSPAN]) - fromString(value[MY_HTML_TD_COLSPAN], _Cells.back()->ColSpan); - if (present[MY_HTML_TD_ROWSPAN] && value[MY_HTML_TD_ROWSPAN]) - fromString(value[MY_HTML_TD_ROWSPAN], _Cells.back()->RowSpan); - - _Cells.back()->BgColor = _CellParams.back().BgColor; - _Cells.back()->Align = _CellParams.back().Align; - _Cells.back()->VAlign = _CellParams.back().VAlign; - _Cells.back()->LeftMargin = _CellParams.back().LeftMargin; - _Cells.back()->NoWrap = _CellParams.back().NoWrap; - _Cells.back()->ColSpan = std::max(1, _Cells.back()->ColSpan); - _Cells.back()->RowSpan = std::max(1, _Cells.back()->RowSpan); - - float temp; - if (present[MY_HTML_TD_WIDTH] && value[MY_HTML_TD_WIDTH]) - getPercentage (_Cells.back()->WidthWanted, _Cells.back()->TableRatio, value[MY_HTML_TD_WIDTH]); - if (present[MY_HTML_TD_HEIGHT] && value[MY_HTML_TD_HEIGHT]) - getPercentage (_Cells.back()->Height, temp, value[MY_HTML_TD_HEIGHT]); - - _Cells.back()->NewLine = getTR(); - table->addChild (_Cells.back()); - - // reusing indent pushed by table - _Indent.back() = 0; - - newParagraph(TDBeginSpace); - // indent is already 0, getParagraph()->setMarginLeft(0); // maybe setIndent(0) if LI is using one - - // Reset TR flag - if (!_TR.empty()) - _TR.back() = false; - } - } - } - break; - case HTML_TEXTAREA: - _PRE.push_back(true); - - // Got one form ? - if (!(_Forms.empty())) - { - // not inherited by default, font family defaults to system font - CStyleParams style; - style.TextColor = TextColor; - style.FontWeight = FONT_WEIGHT_NORMAL; - style.FontOblique = false; - style.FontSize = TextFontSize; - - if (present[MY_HTML_TEXTAREA_STYLE] && value[MY_HTML_TEXTAREA_STYLE]) - getStyleParams(value[MY_HTML_TEXTAREA_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - - // read general property - string templateName; - - // Widget template name - if (present[MY_HTML_TEXTAREA_Z_INPUT_TMPL] && value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]) - templateName = value[MY_HTML_TEXTAREA_Z_INPUT_TMPL]; - - // Get the string name - _TextAreaName.clear(); - _TextAreaRow = 1; - _TextAreaCols = 10; - _TextAreaContent.clear(); - _TextAreaMaxLength = 1024; - if (present[MY_HTML_TEXTAREA_NAME] && value[MY_HTML_TEXTAREA_NAME]) - _TextAreaName = value[MY_HTML_TEXTAREA_NAME]; - if (present[MY_HTML_TEXTAREA_ROWS] && value[MY_HTML_TEXTAREA_ROWS]) - fromString(value[MY_HTML_TEXTAREA_ROWS], _TextAreaRow); - if (present[MY_HTML_TEXTAREA_COLS] && value[MY_HTML_TEXTAREA_COLS]) - fromString(value[MY_HTML_TEXTAREA_COLS], _TextAreaCols); - if (present[MY_HTML_TEXTAREA_MAXLENGTH] && value[MY_HTML_TEXTAREA_MAXLENGTH]) - fromString(value[MY_HTML_TEXTAREA_MAXLENGTH], _TextAreaMaxLength); - - _TextAreaTemplate = !templateName.empty() ? templateName : DefaultFormTextAreaGroup; - _TextArea = true; - } - break; - case HTML_TITLE: - { - if(!_TitlePrefix.empty()) - _TitleString = _TitlePrefix + " - "; - else - _TitleString.clear(); - _Title = true; - } - break; - case HTML_I: - { - _Localize = true; - } - break; - case HTML_TR: - { - // Get cells parameters - getCellsParameters (MY_HTML_TR, true); - - // Set TR flag - if (!_TR.empty()) - _TR.back() = true; - } - break; - case HTML_UL: - if (_UL.empty()) - _UL.push_back(HTMLOListElement(1, "disc")); - else if (_UL.size() == 1) - _UL.push_back(HTMLOListElement(1, "circle")); - else - _UL.push_back(HTMLOListElement(1, "square")); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; - _Indent.push_back(getIndent() + ULIndent); - endParagraph(); - break; - case HTML_OBJECT: - _ObjectType.clear(); - _ObjectData.clear(); - _ObjectMD5Sum.clear(); - _ObjectAction.clear(); - if (present[HTML_OBJECT_TYPE] && value[HTML_OBJECT_TYPE]) - _ObjectType = value[HTML_OBJECT_TYPE]; - if (present[HTML_OBJECT_DATA] && value[HTML_OBJECT_DATA]) - _ObjectData = value[HTML_OBJECT_DATA]; - if (present[HTML_OBJECT_ID] && value[HTML_OBJECT_ID]) - _ObjectMD5Sum = value[HTML_OBJECT_ID]; - if (present[HTML_OBJECT_STANDBY] && value[HTML_OBJECT_STANDBY]) - _ObjectAction = value[HTML_OBJECT_STANDBY]; - _Object = true; - - break; - case HTML_SPAN: - { - CStyleParams style; - style.TextColor = getTextColor(); - style.FontFamily = getFontFamily(); - style.FontSize = getFontSize(); - style.FontWeight = getFontWeight(); - style.FontOblique = getFontOblique(); - style.Underlined = getFontUnderlined(); - style.StrikeThrough = getFontStrikeThrough(); - style.GlobalColor = getGlobalColor(); - - if (present[MY_HTML_SPAN_STYLE] && value[MY_HTML_SPAN_STYLE]) - getStyleParams(value[MY_HTML_SPAN_STYLE], style); - - _TextColor.push_back(style.TextColor); - _FontFamily.push_back(style.FontFamily); - _FontSize.push_back(style.FontSize); - _FontWeight.push_back(style.FontWeight); - _FontOblique.push_back(style.FontOblique); - _FontUnderlined.push_back(style.Underlined); - _FontStrikeThrough.push_back(style.StrikeThrough); - _GlobalColor.push_back(style.GlobalColor); - } - break; - case HTML_DEL: - _FontStrikeThrough.push_back(true); - break; - case HTML_U: - _FontUnderlined.push_back(true); - break; - case HTML_EM: - _FontOblique.push_back(true); - break; - case HTML_STRONG: - _FontWeight.push_back(FONT_WEIGHT_BOLD); - break; - case HTML_SMALL: - _FontSize.push_back(getFontSizeSmaller()); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = true; - break; - case HTML_DL: - _DL.push_back(HTMLDListElement()); - _LI = _DL.size() > 1 || !_UL.empty(); - endParagraph(); - break; - case HTML_DT: - if (!_DL.empty()) - { - // close DT if still open - if (_DL.back().DD) - { - _DL.back().DD = false; - popIfNotEmpty(_Indent); - } - - // see if this is the first
    , closing tag not required - if (!_DL.back().DT) - { - _DL.back().DT = true; - _FontWeight.push_back(FONT_WEIGHT_BOLD); - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // if there was no closing tag for
    , then remove
    style - if (_DL.back().DT) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - - if (!_DL.back().DD) - { - _DL.back().DD = true; - _Indent.push_back(getIndent() + ULIndent); - } - - if (!_LI) - { - _LI = true; - newParagraph(ULBeginSpace); - } - else - { - newParagraph(LIBeginSpace); - } - } - break; - case HTML_OL: - { - sint32 start = 1; - std::string type("1"); - - if (present[HTML_OL_START] && value[HTML_OL_START]) - fromString(value[HTML_OL_START], start); - if (present[HTML_OL_TYPE] && value[HTML_OL_TYPE]) - type = value[HTML_OL_TYPE]; - - _UL.push_back(HTMLOListElement(start, type)); - // if LI is already present - _LI = _UL.size() > 1 || _DL.size() > 1; - _Indent.push_back(getIndent() + ULIndent); - endParagraph(); - } - break; - case HTML_HR: - { - newParagraph(0); - - CInterfaceGroup *sep = CWidgetManager::getInstance()->getParser()->createGroupInstance("html_hr", "", NULL, 0); - if (sep) - { - CStyleParams style; - style.TextColor = CRGBA(120, 120, 120, 255); - style.Height = 0; - style.Width = 0; - - if (present[HTML_HR_STYLE] && value[HTML_HR_STYLE]) - getStyleParams(value[HTML_HR_STYLE], style); - - CViewBitmap *bitmap = dynamic_cast(sep->getView("hr")); - if (bitmap) - { - bitmap->setColor(style.TextColor); - if (style.Width > 0) - { - clamp(style.Width, 1, 32000); - bitmap->setW(style.Width); - bitmap->setSizeRef(CInterfaceElement::none); - } - if (style.Height > 0) - { - clamp(style.Height, 1, 1000); - bitmap->setH(style.Height); - } - } - - getParagraph()->addChild(sep); - endParagraph(); - } - } - break; - } - } - } - - // *************************************************************************** - - void CGroupHTML::endElement (uint element_number) - { - if (_Browsing) - { - // Paragraph ? - switch(element_number) - { - case HTML_HEAD: - _ReadingHeadTag = false; - break; - case HTML_FONT: - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontSize); - break; - case HTML_A: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_GlobalColor); - popIfNotEmpty (_A); - popIfNotEmpty (_Link); - popIfNotEmpty (_LinkTitle); - popIfNotEmpty (_LinkClass); - break; - case HTML_H1: - case HTML_H2: - case HTML_H3: - case HTML_H4: - case HTML_H5: - case HTML_H6: - popIfNotEmpty (_FontSize); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_GlobalColor); - endParagraph(); - break; - case HTML_P: - endParagraph(); - break; - case HTML_PRE: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_PRE); - break; - case HTML_DIV: - if (isBlockLevelElement()) - { - endParagraph(); - } - _DivName.clear(); - popIfNotEmpty (_Divs); - popIfNotEmpty (_BlockLevelElement); - break; - - case HTML_TABLE: - popIfNotEmpty (_CellParams); - popIfNotEmpty (_TR); - popIfNotEmpty (_Cells); - popIfNotEmpty (_Tables); - popIfNotEmpty (_Indent); - endParagraph(); - // Add a cell - break; - case HTML_TH: - popIfNotEmpty (_FontWeight); - // no break; - case HTML_TD: - popIfNotEmpty (_CellParams); - if (!_Cells.empty()) - _Cells.back() = NULL; - break; - case HTML_TR: - popIfNotEmpty (_CellParams); - break; - case HTML_TEXTAREA: - { - _TextArea = false; - if (!(_Forms.empty())) - { - CInterfaceGroup *textArea = addTextArea (_TextAreaTemplate, _TextAreaName.c_str (), _TextAreaRow, _TextAreaCols, true, _TextAreaContent, _TextAreaMaxLength); - if (textArea) - { - // Add the text area to the form - CGroupHTML::CForm::CEntry entry; - entry.Name = _TextAreaName; - entry.TextArea = textArea; - _Forms.back().Entries.push_back (entry); - } - - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - } - - popIfNotEmpty (_PRE); - } - break; - case HTML_TITLE: - { - _Title = false; - - // Get the parent container - setTitle (_TitleString); - } - break; - case HTML_SELECT: - { - _SelectOption = false; - if (!(_Forms.empty())) - { - if (!_Forms.back().Entries.empty()) - { - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - cb->setSelectionNoTrigger(_Forms.back().Entries.back().InitialSelection); - cb->setW(cb->evalContentWidth() + 16); - } - } - } - } - break; - case HTML_OPTION: - if (!(_Forms.empty()) && !(_Forms.back().Entries.empty())) - { - // insert the parsed text into the select control - CDBGroupComboBox *cb = _Forms.back().Entries.back().ComboBox; - if (cb) - { - uint lineIndex = cb->getNumTexts(); - cb->addText(_SelectOptionStr); - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - cb->setGrayed(lineIndex, true); - } - } - else - { - CGroupMenu *sb = _Forms.back().Entries.back().SelectBox; - if (sb) - { - uint lineIndex = sb->getNumLine(); - sb->addLine(_SelectOptionStr, "", ""); - - if (_Forms.back().Entries.back().sbOptionDisabled == lineIndex) - { - sb->setGrayedLine(lineIndex, true); - } - else - { - // create option line checkbox, CGroupMenu is taking ownership of the checbox - CInterfaceGroup *ig = CWidgetManager::getInstance()->getParser()->createGroupInstance("menu_checkbox", "", NULL, 0); - if (ig) - { - CCtrlButton *cb = dynamic_cast(ig->getCtrl("b")); - if (cb) - { - if (_Forms.back().Entries.back().sbMultiple) - { - cb->setType(CCtrlButton::ToggleButton); - cb->setTexture(DefaultCheckBoxBitmapNormal); - cb->setTexturePushed(DefaultCheckBoxBitmapPushed); - cb->setTextureOver(DefaultCheckBoxBitmapOver); - } - else - { - cb->setType(CCtrlButton::RadioButton); - cb->setTexture(DefaultRadioButtonBitmapNormal); - cb->setTexturePushed(DefaultRadioButtonBitmapPushed); - cb->setTextureOver(DefaultRadioButtonBitmapOver); - - if (_Forms.back().Entries.back().sbRBRef == NULL) - _Forms.back().Entries.back().sbRBRef = cb; - - cb->initRBRefFromRadioButton(_Forms.back().Entries.back().sbRBRef); - } - - cb->setPushed(_Forms.back().Entries.back().InitialSelection == lineIndex); - sb->setUserGroupLeft(lineIndex, ig); - } - else - { - nlwarning("Failed to get 'b' element from 'menu_checkbox' template"); - delete ig; - } - } - } - } - } - } - break; - case HTML_I: - { - _Localize = false; - } - break; - case HTML_OL: - case HTML_UL: - if (!_UL.empty()) - { - endParagraph(); - popIfNotEmpty(_UL); - popIfNotEmpty(_Indent); - } - break; - case HTML_DL: - if (!_DL.empty()) - { - endParagraph(); - - // unclosed DT - if (_DL.back().DT) - { - popIfNotEmpty (_FontWeight); - } - - // unclosed DD - if (_DL.back().DD) - { - popIfNotEmpty(_Indent); - } - - popIfNotEmpty (_DL); - } - break; - case HTML_DT: - if (!_DL.empty()) - { - _DL.back().DT = false; - popIfNotEmpty (_FontWeight); - } - break; - case HTML_DD: - if (!_DL.empty()) - { - // parser will process two DD in a row as nested when first DD is not closed - if (_DL.back().DD) - { - _DL.back().DD = false; - popIfNotEmpty(_Indent); - } - } - break; - case HTML_SPAN: - popIfNotEmpty (_FontFamily); - popIfNotEmpty (_FontSize); - popIfNotEmpty (_FontWeight); - popIfNotEmpty (_FontOblique); - popIfNotEmpty (_TextColor); - popIfNotEmpty (_FontUnderlined); - popIfNotEmpty (_FontStrikeThrough); - popIfNotEmpty (_GlobalColor); - break; - case HTML_DEL: - popIfNotEmpty (_FontStrikeThrough); - break; - case HTML_U: - popIfNotEmpty (_FontUnderlined); - break; - case HTML_EM: - popIfNotEmpty (_FontOblique); - break; - case HTML_STRONG: - popIfNotEmpty (_FontWeight); - break; - case HTML_SMALL: - popIfNotEmpty (_FontSize); - break; - case HTML_STYLE: - case HTML_SCRIPT: - _IgnoreText = false; - break; - case HTML_OBJECT: - if (_TrustedDomain) - { - if (_ObjectType=="application/ryzom-data") - { - if (!_ObjectData.empty()) - { - if (addBnpDownload(_ObjectData, _ObjectAction, _ObjectScript, _ObjectMD5Sum)) - { - CLuaManager::getInstance().executeLuaScript("\nlocal __ALLREADYDL__=true\n"+_ObjectScript, true); - } - _ObjectScript.clear(); - } - } - _Object = false; - } - break; - } - } - } - - // *************************************************************************** - void CGroupHTML::beginUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - // we receive an embeded lua script - _ParsingLua = _TrustedDomain; // Only parse lua if TrustedDomain - _LuaScript.clear(); - } - } - - // *************************************************************************** - void CGroupHTML::endUnparsedElement(const char *buffer, int length) - { - string str(buffer, buffer+length); - if (stricmp(str.c_str(), "lua") == 0) - { - if (_ParsingLua && _TrustedDomain) - { - _ParsingLua = false; - // execute the embeded lua script - _LuaScript = "\nlocal __CURRENT_WINDOW__=\""+this->_Id+"\" \n"+_LuaScript; - CLuaManager::getInstance().executeLuaScript(_LuaScript, true); - } - } - } - - - // *************************************************************************** - NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTML, std::string, "html"); - - - // *************************************************************************** - uint32 CGroupHTML::_GroupHtmlUIDPool= 0; - CGroupHTML::TGroupHtmlByUIDMap CGroupHTML::_GroupHtmlByUID; - - - // *************************************************************************** - CGroupHTML::CGroupHTML(const TCtorParam ¶m) - : CGroupScrollText(param), - _TimeoutValue(DEFAULT_RYZOM_CONNECTION_TIMEOUT), - _RedirectsRemaining(DEFAULT_RYZOM_REDIRECT_LIMIT) - { - // add it to map of group html created - _GroupHtmlUID= ++_GroupHtmlUIDPool; // valid assigned Id begin to 1! - _GroupHtmlByUID[_GroupHtmlUID]= this; - - // init - _TrustedDomain = false; - _ParsingLua = false; - _LuaHrefHack = false; - _IgnoreText = false; - _BrowseNextTime = false; - _PostNextTime = false; - _Browsing = false; - _Connecting = false; - _CurrentViewLink = NULL; - _CurrentViewImage = NULL; - _Indent.clear(); - _LI = false; - _SelectOption = false; - _GroupListAdaptor = NULL; - _UrlFragment.clear(); - _RefreshUrl.clear(); - _NextRefreshTime = 0.0; - _LastRefreshTime = 0.0; - - // Register - CWidgetManager::getInstance()->registerClockMsgTarget(this); - - // HTML parameters - BgColor = CRGBA::Black; - ErrorColor = CRGBA(255, 0, 0); - LinkColor = CRGBA(0, 0, 255); - TextColor = CRGBA(255, 255, 255); - H1Color = CRGBA(255, 255, 255); - H2Color = CRGBA(255, 255, 255); - H3Color = CRGBA(255, 255, 255); - H4Color = CRGBA(255, 255, 255); - H5Color = CRGBA(255, 255, 255); - H6Color = CRGBA(255, 255, 255); - ErrorColorGlobalColor = false; - LinkColorGlobalColor = false; - TextColorGlobalColor = false; - H1ColorGlobalColor = false; - H2ColorGlobalColor = false; - H3ColorGlobalColor = false; - H4ColorGlobalColor = false; - H5ColorGlobalColor = false; - H6ColorGlobalColor = false; - TextFontSize = 9; - H1FontSize = 18; - H2FontSize = 15; - H3FontSize = 12; - H4FontSize = 9; - H5FontSize = 9; - H6FontSize = 9; - LIBeginSpace = 4; - ULBeginSpace = 12; - PBeginSpace = 12; - TDBeginSpace = 0; - LIIndent = -10; - ULIndent = 30; - LineSpaceFontFactor = 0.5f; - DefaultButtonGroup = "html_text_button"; - DefaultFormTextGroup = "edit_box_widget"; - DefaultFormTextAreaGroup = "edit_box_widget_multiline"; - DefaultFormSelectGroup = "html_form_select_widget"; - DefaultFormSelectBoxMenuGroup = "html_form_select_box_menu_widget"; - DefaultCheckBoxBitmapNormal = "checkbox_normal.tga"; - DefaultCheckBoxBitmapPushed = "checkbox_pushed.tga"; - DefaultCheckBoxBitmapOver = "checkbox_over.tga"; - DefaultRadioButtonBitmapNormal = "w_radiobutton.png"; - DefaultRadioButtonBitmapPushed = "w_radiobutton_pushed.png"; - DefaultBackgroundBitmapView = "bg"; - clearContext(); - - MultiCurl = curl_multi_init(); -#ifdef CURLMOPT_MAX_HOST_CONNECTIONS - if (MultiCurl) - { - // added in libcurl 7.30.0 - curl_multi_setopt(MultiCurl, CURLMOPT_MAX_HOST_CONNECTIONS, options.curlMaxConnections); - curl_multi_setopt(MultiCurl, CURLMOPT_PIPELINING, 1); - } -#endif - RunningCurls = 0; - _CurlWWW = NULL; - - initImageDownload(); - initBnpDownload(); - initLibWWW(); - } - - // *************************************************************************** - - CGroupHTML::~CGroupHTML() - { - //releaseImageDownload(); - - // TestYoyo - //nlinfo("** CGroupHTML Destroy: %x, %s, uid%d", this, _Id.c_str(), _GroupHtmlUID); - - /* Erase from map of Group HTML (thus requestTerminated() callback won't be called) - Do it first, just because don't want requestTerminated() to be called while I'm destroying - (useless and may be dangerous) - */ - _GroupHtmlByUID.erase(_GroupHtmlUID); - - // stop browsing - stopBrowse (); // NB : we don't call updateRefreshButton here, because : - // 1) it is useless, - // 2) it crashed before when it called getElementFromId (that didn't work when a master group was being removed...). Btw it should work now - // this is why the call to 'updateRefreshButton' has been removed from stopBrowse - - clearContext(); - if (_CurlWWW) - delete _CurlWWW; - } - - std::string CGroupHTML::getProperty( const std::string &name ) const - { - if( name == "url" ) - { - return _URL; - } - else - if( name == "title_prefix" ) - { - return _TitlePrefix.toString(); - } - else - if( name == "background_color" ) - { - return toString( BgColor ); - } - else - if( name == "error_color" ) - { - return toString( ErrorColor ); - } - else - if( name == "link_color" ) - { - return toString( LinkColor ); - } - else - if( name == "h1_color" ) - { - return toString( H1Color ); - } - else - if( name == "h2_color" ) - { - return toString( H2Color ); - } - else - if( name == "h3_color" ) - { - return toString( H3Color ); - } - else - if( name == "h4_color" ) - { - return toString( H4Color ); - } - else - if( name == "h5_color" ) - { - return toString( H5Color ); - } - else - if( name == "h6_color" ) - { - return toString( H6Color ); - } - else - if( name == "error_color_global_color" ) - { - return toString( ErrorColorGlobalColor ); - } - else - if( name == "link_color_global_color" ) - { - return toString( LinkColorGlobalColor ); - } - else - if( name == "text_color_global_color" ) - { - return toString( TextColorGlobalColor ); - } - else - if( name == "h1_color_global_color" ) - { - return toString( H1ColorGlobalColor ); - } - else - if( name == "h2_color_global_color" ) - { - return toString( H2ColorGlobalColor ); - } - else - if( name == "h3_color_global_color" ) - { - return toString( H3ColorGlobalColor ); - } - else - if( name == "h4_color_global_color" ) - { - return toString( H4ColorGlobalColor ); - } - else - if( name == "h5_color_global_color" ) - { - return toString( H5ColorGlobalColor ); - } - else - if( name == "h6_color_global_color" ) - { - return toString( H6ColorGlobalColor ); - } - else - if( name == "text_font_size" ) - { - return toString( TextFontSize ); - } - else - if( name == "h1_font_size" ) - { - return toString( H1FontSize ); - } - else - if( name == "h2_font_size" ) - { - return toString( H2FontSize ); - } - else - if( name == "h3_font_size" ) - { - return toString( H3FontSize ); - } - else - if( name == "h4_font_size" ) - { - return toString( H4FontSize ); - } - else - if( name == "h5_font_size" ) - { - return toString( H5FontSize ); - } - else - if( name == "h6_font_size" ) - { - return toString( H6FontSize ); - } - else - if( name == "td_begin_space" ) - { - return toString( TDBeginSpace ); - } - else - if( name == "paragraph_begin_space" ) - { - return toString( PBeginSpace ); - } - else - if( name == "li_begin_space" ) - { - return toString( LIBeginSpace ); - } - else - if( name == "ul_begin_space" ) - { - return toString( ULBeginSpace ); - } - else - if( name == "li_indent" ) - { - return toString( LIIndent ); - } - else - if( name == "ul_indent" ) - { - return toString( ULIndent ); - } - else - if( name == "multi_line_space_factor" ) - { - return toString( LineSpaceFontFactor ); - } - else - if( name == "form_text_area_group" ) - { - return DefaultFormTextGroup; - } - else - if( name == "form_select_group" ) - { - return DefaultFormSelectGroup; - } - else - if( name == "checkbox_bitmap_normal" ) - { - return DefaultCheckBoxBitmapNormal; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - return DefaultCheckBoxBitmapPushed; - } - else - if( name == "checkbox_bitmap_over" ) - { - return DefaultCheckBoxBitmapOver; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - return DefaultRadioButtonBitmapNormal; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - return DefaultRadioButtonBitmapPushed; - } - else - if( name == "radiobutton_bitmap_over" ) - { - return DefaultRadioButtonBitmapOver; - } - else - if( name == "background_bitmap_view" ) - { - return DefaultBackgroundBitmapView; - } - else - if( name == "home" ) - { - return Home; - } - else - if( name == "browse_next_time" ) - { - return toString( _BrowseNextTime ); - } - else - if( name == "browse_tree" ) - { - return _BrowseTree; - } - else - if( name == "browse_undo" ) - { - return _BrowseUndoButton; - } - else - if( name == "browse_redo" ) - { - return _BrowseRedoButton; - } - else - if( name == "browse_refresh" ) - { - return _BrowseRefreshButton; - } - else - if( name == "timeout" ) - { - return toString( _TimeoutValue ); - } - else - return CGroupScrollText::getProperty( name ); - } - - void CGroupHTML::setProperty( const std::string &name, const std::string &value ) - { - if( name == "url" ) - { - _URL = value; - return; - } - else - if( name == "title_prefix" ) - { - _TitlePrefix = value; - return; - } - else - if( name == "background_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - BgColor = c; - return; - } - else - if( name == "error_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - ErrorColor = c; - return; - } - else - if( name == "link_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - LinkColor = c; - return; - } - else - if( name == "h1_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H1Color = c; - return; - } - else - if( name == "h2_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H2Color = c; - return; - } - else - if( name == "h3_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H3Color = c; - return; - } - else - if( name == "h4_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H4Color = c; - return; - } - else - if( name == "h5_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H5Color = c; - return; - } - else - if( name == "h6_color" ) - { - CRGBA c; - if( fromString( value, c ) ) - H6Color = c; - return; - } - else - if( name == "error_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - ErrorColorGlobalColor = b; - return; - } - else - if( name == "link_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - LinkColorGlobalColor = b; - return; - } - else - if( name == "text_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - TextColorGlobalColor = b; - return; - } - else - if( name == "h1_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H1ColorGlobalColor = b; - return; - } - else - if( name == "h2_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H2ColorGlobalColor = b; - return; - } - else - if( name == "h3_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H3ColorGlobalColor = b; - return; - } - else - if( name == "h4_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H4ColorGlobalColor = b; - return; - } - else - if( name == "h5_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H5ColorGlobalColor = b; - return; - } - else - if( name == "h6_color_global_color" ) - { - bool b; - if( fromString( value, b ) ) - H6ColorGlobalColor = b; - return; - } - else - if( name == "text_font_size" ) - { - uint i; - if( fromString( value, i ) ) - TextFontSize = i; - return; - } - else - if( name == "h1_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H1FontSize = i; - return; - } - else - if( name == "h2_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H2FontSize = i; - return; - } - else - if( name == "h3_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H3FontSize = i; - return; - } - else - if( name == "h4_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H4FontSize = i; - return; - } - else - if( name == "h5_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H5FontSize = i; - return; - } - else - if( name == "h6_font_size" ) - { - uint i; - if( fromString( value, i ) ) - H6FontSize = i; - return; - } - else - if( name == "td_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - TDBeginSpace = i; - return; - } - else - if( name == "paragraph_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - PBeginSpace = i; - return; - } - else - if( name == "li_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - LIBeginSpace = i; - return; - } - else - if( name == "ul_begin_space" ) - { - uint i; - if( fromString( value, i ) ) - ULBeginSpace = i; - return; - } - else - if( name == "li_indent" ) - { - uint i; - if( fromString( value, i ) ) - LIIndent = i; - return; - } - else - if( name == "ul_indent" ) - { - uint i; - if( fromString( value, i ) ) - ULIndent = i; - return; - } - else - if( name == "multi_line_space_factor" ) - { - float f; - if( fromString( value, f ) ) - LineSpaceFontFactor = f; - return; - } - else - if( name == "form_text_area_group" ) - { - DefaultFormTextGroup = value; - return; - } - else - if( name == "form_select_group" ) - { - DefaultFormSelectGroup = value; - return; - } - else - if( name == "checkbox_bitmap_normal" ) - { - DefaultCheckBoxBitmapNormal = value; - return; - } - else - if( name == "checkbox_bitmap_pushed" ) - { - DefaultCheckBoxBitmapPushed = value; - return; - } - else - if( name == "checkbox_bitmap_over" ) - { - DefaultCheckBoxBitmapOver = value; - return; - } - else - if( name == "radiobutton_bitmap_normal" ) - { - DefaultRadioButtonBitmapNormal = value; - return; - } - else - if( name == "radiobutton_bitmap_pushed" ) - { - DefaultRadioButtonBitmapPushed = value; - return; - } - else - if( name == "radiobutton_bitmap_over" ) - { - DefaultRadioButtonBitmapOver = value; - return; - } - else - if( name == "background_bitmap_view" ) - { - DefaultBackgroundBitmapView = value; - return; - } - else - if( name == "home" ) - { - Home = value; - return; - } - else - if( name == "browse_next_time" ) - { - bool b; - if( fromString( value, b ) ) - _BrowseNextTime = b; - return; - } - else - if( name == "browse_tree" ) - { - _BrowseTree = value; - return; - } - else - if( name == "browse_undo" ) - { - _BrowseUndoButton = value; - return; - } - else - if( name == "browse_redo" ) - { - _BrowseRedoButton = value; - return; - } - else - if( name == "browse_refresh" ) - { - _BrowseRefreshButton = value; - return; - } - else - if( name == "timeout" ) - { - double d; - if( fromString( value, d ) ) - _TimeoutValue = d; - return; - } - else - CGroupScrollText::setProperty( name, value ); - } - - xmlNodePtr CGroupHTML::serialize( xmlNodePtr parentNode, const char *type ) const - { - xmlNodePtr node = CGroupScrollText::serialize( parentNode, type ); - if( node == NULL ) - return NULL; - - xmlSetProp( node, BAD_CAST "type", BAD_CAST "html" ); - xmlSetProp( node, BAD_CAST "url", BAD_CAST _URL.c_str() ); - xmlSetProp( node, BAD_CAST "title_prefix", BAD_CAST _TitlePrefix.toString().c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "error_color", BAD_CAST toString( ErrorColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color", BAD_CAST toString( LinkColor ).c_str() ); - xmlSetProp( node, BAD_CAST "background_color", BAD_CAST toString( BgColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color", BAD_CAST toString( H1Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color", BAD_CAST toString( H2Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color", BAD_CAST toString( H3Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color", BAD_CAST toString( H4Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color", BAD_CAST toString( H5Color ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color", BAD_CAST toString( H6Color ).c_str() ); - - xmlSetProp( node, BAD_CAST "error_color_global_color", - BAD_CAST toString( ErrorColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "link_color_global_color", - BAD_CAST toString( LinkColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "text_color_global_color", - BAD_CAST toString( TextColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_color_global_color", - BAD_CAST toString( H1ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_color_global_color", - BAD_CAST toString( H2ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_color_global_color", - BAD_CAST toString( H3ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_color_global_color", - BAD_CAST toString( H4ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_color_global_color", - BAD_CAST toString( H5ColorGlobalColor ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_color_global_color", - BAD_CAST toString( H6ColorGlobalColor ).c_str() ); - - xmlSetProp( node, BAD_CAST "text_font_size", BAD_CAST toString( TextFontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h1_font_size", BAD_CAST toString( H1FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h2_font_size", BAD_CAST toString( H2FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h3_font_size", BAD_CAST toString( H3FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h4_font_size", BAD_CAST toString( H4FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h5_font_size", BAD_CAST toString( H5FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "h6_font_size", BAD_CAST toString( H6FontSize ).c_str() ); - xmlSetProp( node, BAD_CAST "td_begin_space", BAD_CAST toString( TDBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "paragraph_begin_space", BAD_CAST toString( PBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_begin_space", BAD_CAST toString( LIBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_begin_space", BAD_CAST toString( ULBeginSpace ).c_str() ); - xmlSetProp( node, BAD_CAST "li_indent", BAD_CAST toString( LIIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "ul_indent", BAD_CAST toString( ULIndent ).c_str() ); - xmlSetProp( node, BAD_CAST "multi_line_space_factor", BAD_CAST toString( LineSpaceFontFactor ).c_str() ); - xmlSetProp( node, BAD_CAST "form_text_area_group", BAD_CAST DefaultFormTextGroup.c_str() ); - xmlSetProp( node, BAD_CAST "form_select_group", BAD_CAST DefaultFormSelectGroup.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_normal", BAD_CAST DefaultCheckBoxBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_pushed", BAD_CAST DefaultCheckBoxBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "checkbox_bitmap_over", BAD_CAST DefaultCheckBoxBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_normal", BAD_CAST DefaultRadioButtonBitmapNormal.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_pushed", BAD_CAST DefaultRadioButtonBitmapPushed.c_str() ); - xmlSetProp( node, BAD_CAST "radiobutton_bitmap_over", BAD_CAST DefaultRadioButtonBitmapOver.c_str() ); - xmlSetProp( node, BAD_CAST "background_bitmap_view", BAD_CAST DefaultBackgroundBitmapView.c_str() ); - xmlSetProp( node, BAD_CAST "home", BAD_CAST Home.c_str() ); - xmlSetProp( node, BAD_CAST "browse_next_time", BAD_CAST toString( _BrowseNextTime ).c_str() ); - xmlSetProp( node, BAD_CAST "browse_tree", BAD_CAST _BrowseTree.c_str() ); - xmlSetProp( node, BAD_CAST "browse_undo", BAD_CAST _BrowseUndoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_redo", BAD_CAST _BrowseRedoButton.c_str() ); - xmlSetProp( node, BAD_CAST "browse_refresh", BAD_CAST _BrowseRefreshButton.c_str() ); - xmlSetProp( node, BAD_CAST "timeout", BAD_CAST toString( _TimeoutValue ).c_str() ); - - return node; - } - - // *************************************************************************** - - bool CGroupHTML::parse(xmlNodePtr cur,CInterfaceGroup *parentGroup) - { - nlassert( CWidgetManager::getInstance()->isClockMsgTarget(this)); - - - if(!CGroupScrollText::parse(cur, parentGroup)) - return false; - - // TestYoyo - //nlinfo("** CGroupHTML parsed Ok: %x, %s, %s, uid%d", this, _Id.c_str(), typeid(this).name(), _GroupHtmlUID); - - CXMLAutoPtr ptr; - - // Get the url - ptr = xmlGetProp (cur, (xmlChar*)"url"); - if (ptr) - _URL = (const char*)ptr; - - // Bkup default for undo/redo - _AskedUrl= _URL; - - ptr = xmlGetProp (cur, (xmlChar*)"title_prefix"); - if (ptr) - _TitlePrefix = CI18N::get((const char*)ptr); - - // Parameters - ptr = xmlGetProp (cur, (xmlChar*)"background_color"); - if (ptr) - BgColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color"); - if (ptr) - ErrorColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color"); - if (ptr) - LinkColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color"); - if (ptr) - TextColor = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color"); - if (ptr) - H1Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color"); - if (ptr) - H2Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color"); - if (ptr) - H3Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color"); - if (ptr) - H4Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color"); - if (ptr) - H5Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color"); - if (ptr) - H6Color = convertColor(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"error_color_global_color"); - if (ptr) - ErrorColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"link_color_global_color"); - if (ptr) - LinkColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_color_global_color"); - if (ptr) - TextColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h1_color_global_color"); - if (ptr) - H1ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h2_color_global_color"); - if (ptr) - H2ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h3_color_global_color"); - if (ptr) - H3ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h4_color_global_color"); - if (ptr) - H4ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h5_color_global_color"); - if (ptr) - H5ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"h6_color_global_color"); - if (ptr) - H6ColorGlobalColor = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"text_font_size"); - if (ptr) - fromString((const char*)ptr, TextFontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h1_font_size"); - if (ptr) - fromString((const char*)ptr, H1FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h2_font_size"); - if (ptr) - fromString((const char*)ptr, H2FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h3_font_size"); - if (ptr) - fromString((const char*)ptr, H3FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h4_font_size"); - if (ptr) - fromString((const char*)ptr, H4FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h5_font_size"); - if (ptr) - fromString((const char*)ptr, H5FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"h6_font_size"); - if (ptr) - fromString((const char*)ptr, H6FontSize); - ptr = xmlGetProp (cur, (xmlChar*)"td_begin_space"); - if (ptr) - fromString((const char*)ptr, TDBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"paragraph_begin_space"); - if (ptr) - fromString((const char*)ptr, PBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_begin_space"); - if (ptr) - fromString((const char*)ptr, LIBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"ul_begin_space"); - if (ptr) - fromString((const char*)ptr, ULBeginSpace); - ptr = xmlGetProp (cur, (xmlChar*)"li_indent"); - if (ptr) - fromString((const char*)ptr, LIIndent); - ptr = xmlGetProp (cur, (xmlChar*)"ul_indent"); - if (ptr) - fromString((const char*)ptr, ULIndent); - ptr = xmlGetProp (cur, (xmlChar*)"multi_line_space_factor"); - if (ptr) - fromString((const char*)ptr, LineSpaceFontFactor); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_group"); - if (ptr) - DefaultFormTextGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_text_area_group"); - if (ptr) - DefaultFormTextAreaGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"form_select_group"); - if (ptr) - DefaultFormSelectGroup = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_normal"); - if (ptr) - DefaultCheckBoxBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_pushed"); - if (ptr) - DefaultCheckBoxBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"checkbox_bitmap_over"); - if (ptr) - DefaultCheckBoxBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_normal"); - if (ptr) - DefaultRadioButtonBitmapNormal = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_pushed"); - if (ptr) - DefaultRadioButtonBitmapPushed = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"radiobutton_bitmap_over"); - if (ptr) - DefaultRadioButtonBitmapOver = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"background_bitmap_view"); - if (ptr) - DefaultBackgroundBitmapView = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"home"); - if (ptr) - Home = (const char*)(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_next_time"); - if (ptr) - _BrowseNextTime = convertBool(ptr); - ptr = xmlGetProp (cur, (xmlChar*)"browse_tree"); - if(ptr) - _BrowseTree = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_undo"); - if(ptr) - _BrowseUndoButton= (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_redo"); - if(ptr) - _BrowseRedoButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"browse_refresh"); - if(ptr) - _BrowseRefreshButton = (const char*)ptr; - ptr = xmlGetProp (cur, (xmlChar*)"timeout"); - if(ptr) - fromString((const char*)ptr, _TimeoutValue); - - return true; - } - - // *************************************************************************** - - bool CGroupHTML::handleEvent (const NLGUI::CEventDescriptor& eventDesc) - { - bool traited = false; - - if (eventDesc.getType() == NLGUI::CEventDescriptor::mouse) - { - const NLGUI::CEventDescriptorMouse &mouseEvent = (const NLGUI::CEventDescriptorMouse &)eventDesc; - if (mouseEvent.getEventTypeExtended() == NLGUI::CEventDescriptorMouse::mousewheel) - { - // Check if mouse wheel event was on any of multiline select box widgets - // Must do this before CGroupScrollText - for (uint i=0; i<_Forms.size() && !traited; i++) - { - for (uint j=0; j<_Forms[i].Entries.size() && !traited; j++) - { - if (_Forms[i].Entries[j].SelectBox) - { - if (_Forms[i].Entries[j].SelectBox->handleEvent(eventDesc)) - { - traited = true; - break; - } - } - } - } - } - } - - if (!traited) - traited = CGroupScrollText::handleEvent (eventDesc); - - if (eventDesc.getType() == NLGUI::CEventDescriptor::system) - { - const NLGUI::CEventDescriptorSystem &systemEvent = (const NLGUI::CEventDescriptorSystem &) eventDesc; - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::clocktick) - { - // Handle now - handle (); - } - if (systemEvent.getEventTypeExtended() == NLGUI::CEventDescriptorSystem::activecalledonparent) - { - if (!((NLGUI::CEventDescriptorActiveCalledOnParent &) systemEvent).getActive()) - { - // stop refresh when window gets hidden - _NextRefreshTime = 0; - } - } - } - return traited; - } - - // *************************************************************************** - - void CGroupHTML::endParagraph() - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - _Paragraph = NULL; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::newParagraph(uint beginSpace) - { - // Remove previous paragraph if empty - if (_Paragraph && (_Paragraph->getNumChildren() == 0)) - { - _Paragraph->getParent ()->delGroup(_Paragraph); - _Paragraph = NULL; - } - - // Add a new paragraph - CGroupParagraph *newParagraph = new CGroupParagraph(CViewBase::TCtorParam()); - newParagraph->setResizeFromChildH(true); - - newParagraph->setMarginLeft(getIndent()); - - // Add to the group - addHtmlGroup (newParagraph, beginSpace); - _Paragraph = newParagraph; - - paragraphChange (); - } - - // *************************************************************************** - - void CGroupHTML::browse(const char *url) - { - // modify undo/redo - pushUrlUndoRedo(url); - - // do the browse, with no undo/redo - doBrowse(url); - } - - // *************************************************************************** - void CGroupHTML::refresh() - { - if (!_URL.empty()) - doBrowse(_URL.c_str(), true); - } - - // *************************************************************************** - void CGroupHTML::doBrowse(const char *url, bool force) - { - // Stop previous browse - if (_Browsing) - { - // Clear all the context - clearContext(); - - _Browsing = false; - updateRefreshButton(); - - #ifdef LOG_DL - nlwarning("(%s) *** ALREADY BROWSING, break first", _Id.c_str()); - #endif - } - - #ifdef LOG_DL - nlwarning("(%s) Browsing URL : '%s'", _Id.c_str(), url); - #endif - - - CUrlParser uri(url); - if (!uri.hash.empty()) - { - // Anchor to scroll after page has loaded - _UrlFragment = uri.hash; - - uri.inherit(_DocumentUrl); - uri.hash.clear(); - - // compare urls and see if we only navigating to new anchor - if (!force && _DocumentUrl == uri.toString()) - { - // scroll happens in updateCoords() - invalidateCoords(); - return; - } - } - else - _UrlFragment.clear(); - - // go - _URL = uri.toString(); - _Connecting = false; - _BrowseNextTime = true; - - // if a BrowseTree is bound to us, try to select the node that opens this URL (auto-locate) - if(!_BrowseTree.empty()) - { - CGroupTree *groupTree=dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseTree)); - if(groupTree) - { - string nodeId= selectTreeNodeRecurs(groupTree->getRootNode(), url); - // select the node - if(!nodeId.empty()) - { - groupTree->selectNodeById(nodeId); - } - } - } - } - - // *************************************************************************** - - void CGroupHTML::browseError (const char *msg) - { - // Get the list group from CGroupScrollText - removeContent(); - newParagraph(0); - CViewText *viewText = new CViewText ("", (string("Error : ")+msg).c_str()); - viewText->setColor (ErrorColor); - viewText->setModulateGlobalColor(ErrorColorGlobalColor); - viewText->setMultiLine (true); - getParagraph()->addChild (viewText); - if(!_TitlePrefix.empty()) - setTitle (_TitlePrefix); - - stopBrowse (); - updateRefreshButton(); - } - - // *************************************************************************** - - bool CGroupHTML::isBrowsing() - { - return _Browsing; - } - - - void CGroupHTML::stopBrowse () - { - #ifdef LOG_DL - nlwarning("*** STOP BROWSE (%s)", _Id.c_str()); - #endif - - // Clear all the context - clearContext(); - - _Browsing = false; - - requestTerminated(); - } - - // *************************************************************************** - - void CGroupHTML::updateCoords() - { - CGroupScrollText::updateCoords(); - - // all elements are in their correct place, tell scrollbar to scroll to anchor - if (!_Browsing && !_UrlFragment.empty()) - { - doBrowseAnchor(_UrlFragment); - _UrlFragment.clear(); - } - } - - // *************************************************************************** - - bool CGroupHTML::translateChar(ucchar &output, ucchar input, ucchar lastCharParam) const - { - // Keep this char ? - bool keep = true; - - switch (input) - { - // Return / tab only in
     mode
    -		case '\t':
    -		case '\n':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -				if(!getPRE())
    -					input = ' ';
    -			}
    -			break;
    -		case ' ':
    -			{
    -				// Get the last char
    -				ucchar lastChar = lastCharParam;
    -				if (lastChar == 0)
    -					lastChar = getLastChar();
    -				keep = ((lastChar != (ucchar)' ') &&
    -						(lastChar != (ucchar)'\n') &&
    -						(lastChar != 0)) || getPRE() || (_CurrentViewImage && (lastChar == 0));
    -			}
    -			break;
    -		case 0xd:
    -			keep = false;
    -			break;
    -		}
    -
    -		if (keep)
    -		{
    -			output = input;
    -		}
    -
    -		return keep;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::registerAnchor(CInterfaceElement* elm)
    -	{
    -		if (!_AnchorName.empty())
    -		{
    -			for(uint32 i=0; i <  _AnchorName.size(); ++i)
    -			{
    -				// filter out duplicates and register only first
    -				if (!_AnchorName[i].empty() && _Anchors.count(_AnchorName[i]) == 0)
    -				{
    -					_Anchors[_AnchorName[i]] = elm;
    -				}
    -			}
    -
    -			_AnchorName.clear();
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addString(const ucstring &str)
    -	{
    -		ucstring tmpStr = str;
    -
    -		if (_Localize)
    -		{
    -			string	_str = tmpStr.toString();
    -			string::size_type	p = _str.find('#');
    -			if (p == string::npos)
    -			{
    -				tmpStr = CI18N::get(_str);
    -			}
    -			else
    -			{
    -				string	cmd = _str.substr(0, p);
    -				string	arg = _str.substr(p+1);
    -
    -				if (cmd == "date")
    -				{
    -					uint	year, month, day;
    -					sscanf(arg.c_str(), "%d/%d/%d", &year, &month, &day);
    -					tmpStr = CI18N::get( "uiMFIDate");
    -
    -					year += (year > 70 ? 1900 : 2000);
    -
    -					strFindReplace(tmpStr, "%year", toString("%d", year) );
    -					strFindReplace(tmpStr, "%month", CI18N::get(toString("uiMonth%02d", month)) );
    -					strFindReplace(tmpStr, "%day", toString("%d", day) );
    -				}
    -				else
    -				{
    -					tmpStr = arg;
    -				}
    -			}
    -		}
    -
    -		// In title ?
    -		if (_Title)
    -		{
    -			_TitleString += tmpStr;
    -		}
    -		else if (_TextArea)
    -		{
    -			_TextAreaContent += tmpStr;
    -		}
    -		else if (_Object)
    -		{
    -			_ObjectScript += tmpStr.toString();
    -		}
    -		else if (_SelectOption)
    -		{
    -			if (!(_Forms.empty()))
    -			{
    -				if (!_Forms.back().Entries.empty())
    -				{
    -					_SelectOptionStr += tmpStr;
    -				}
    -			}
    -		}
    -		else
    -		{
    -			// In a paragraph ?
    -			if (!_Paragraph)
    -			{
    -				newParagraph (0);
    -				paragraphChange ();
    -			}
    -
    -			// Text added ?
    -			bool added = false;
    -			bool embolden = getFontWeight() >= FONT_WEIGHT_BOLD;
    -
    -			// Number of child in this paragraph
    -			if (_CurrentViewLink)
    -			{
    -				bool skipLine = !_CurrentViewLink->getText().empty() && *(_CurrentViewLink->getText().rbegin()) == (ucchar) '\n';
    -				// Compatible with current parameters ?
    -				if (!skipLine &&
    -					(getTextColor() == _CurrentViewLink->getColor()) &&
    -					(getFontFamily() == _CurrentViewLink->getFontName()) &&
    -					(getFontSize() == (uint)_CurrentViewLink->getFontSize()) &&
    -					(getFontUnderlined() == _CurrentViewLink->getUnderlined()) &&
    -					(getFontStrikeThrough() == _CurrentViewLink->getStrikeThrough()) &&
    -					(embolden == _CurrentViewLink->getEmbolden()) &&
    -					(getFontOblique() == _CurrentViewLink->getOblique()) &&
    -					(getLink() == _CurrentViewLink->Link) &&
    -					(getGlobalColor() == _CurrentViewLink->getModulateGlobalColor()))
    -				{
    -					// Concat the text
    -					_CurrentViewLink->setText(_CurrentViewLink->getText()+tmpStr);
    -					_CurrentViewLink->invalidateContent();
    -					added = true;
    -				}
    -			}
    -
    -			// Not added ?
    -			if (!added)
    -			{
    -				if (getA() && string(getLinkClass()) == "ryzom-ui-button")
    -				{
    -					string buttonTemplate = DefaultButtonGroup;
    -					// Action handler parameters : "name=group_html_id|form=id_of_the_form|submit_button=button_name"
    -					string param = "name=" + this->_Id + "|url=" + getLink();
    -
    -					typedef pair TTmplParam;
    -					vector tmplParams;
    -					tmplParams.push_back(TTmplParam("id", ""));
    -					tmplParams.push_back(TTmplParam("onclick", "browse"));
    -					tmplParams.push_back(TTmplParam("onclick_param", param));
    -					tmplParams.push_back(TTmplParam("active", "true"));
    -					CInterfaceGroup *buttonGroup = CWidgetManager::getInstance()->getParser()->createGroupInstance(buttonTemplate, _Paragraph->getId(), tmplParams);
    -					if (buttonGroup)
    -					{
    -
    -						// Add the ctrl button
    -						CCtrlTextButton *ctrlButton = dynamic_cast(buttonGroup->getCtrl("button"));
    -						if (!ctrlButton) ctrlButton = dynamic_cast(buttonGroup->getCtrl("b"));
    -						if (ctrlButton)
    -						{
    -							ctrlButton->setModulateGlobalColorAll (false);
    -
    -							// Translate the tooltip
    -							ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(getLinkTitle()));
    -							ctrlButton->setText(tmpStr);
    -						}
    -						getParagraph()->addChild (buttonGroup);
    -						paragraphChange ();
    -					}
    -		
    -				}
    -				else
    -				{
    -					CViewLink *newLink = new CViewLink(CViewBase::TCtorParam());
    -					if (getA())
    -					{
    -						newLink->Link = getLink();
    -						newLink->LinkTitle = getLinkTitle();
    -						if (!newLink->Link.empty())
    -						{
    -							newLink->setHTMLView (this);
    -
    -							newLink->setActionOnLeftClick("browse");
    -							newLink->setParamsOnLeftClick("name=" + getId() + "|url=" + newLink->Link);
    -						}
    -					}
    -					newLink->setText(tmpStr);
    -					newLink->setColor(getTextColor());
    -					newLink->setFontName(getFontFamily());
    -					newLink->setFontSize(getFontSize());
    -					newLink->setEmbolden(embolden);
    -					newLink->setOblique(getFontOblique());
    -					newLink->setUnderlined(getFontUnderlined());
    -					newLink->setStrikeThrough(getFontStrikeThrough());
    -					newLink->setMultiLineSpace((uint)((float)getFontSize()*LineSpaceFontFactor));
    -					newLink->setMultiLine(true);
    -					newLink->setModulateGlobalColor(getGlobalColor());
    -					// newLink->setLineAtBottom (true);
    -
    -					registerAnchor(newLink);
    -
    -					if (getA() && !newLink->Link.empty())
    -					{
    -						getParagraph()->addChildLink(newLink);
    -					}
    -					else
    -					{
    -						getParagraph()->addChild(newLink);
    -					}
    -					paragraphChange ();
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addImage(const char *img, bool reloadImg, const CStyleParams &style)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		string finalUrl;
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		// Not added ?
    -		CViewBitmap *newImage = new CViewBitmap (TCtorParam());
    -
    -		//
    -		// 1/ try to load the image with the old system (local files in bnp)
    -		//
    -		string image = CFile::getPath(img) + CFile::getFilenameWithoutExtension(img) + ".tga";
    -		if (lookupLocalFile (finalUrl, image.c_str(), false))
    -		{
    -			newImage->setRenderLayer(getRenderLayer()+1);
    -			image = finalUrl;
    -		}
    -		else
    -		{
    -			//
    -			// 2/ if it doesn't work, try to load the image in cache
    -			//
    -			image = localImageName(img);
    -
    -			if (reloadImg && CFile::fileExists(image))
    -				CFile::deleteFile(image);
    -
    -			if (lookupLocalFile (finalUrl, image.c_str(), false))
    -			{
    -				// don't display image that are not power of 2
    -				try
    -				{
    -					uint32 w, h;
    -					CBitmap::loadSize (image, w, h);
    -					if (w == 0 || h == 0 || ((!NLMISC::isPowerOf2(w) || !NLMISC::isPowerOf2(h)) && !NL3D::CTextureFile::supportNonPowerOfTwoTextures()))
    -						image = "web_del.tga";
    -				}
    -				catch(const NLMISC::Exception &e)
    -				{
    -					nlwarning(e.what());
    -					image = "web_del.tga";
    -				}
    -			}
    -			else
    -			{
    -				// no image in cache
    -				image = "web_del.tga";
    -			}
    -
    -			addImageDownload(img, newImage, style);
    -		}
    -		newImage->setTexture (image);
    -		newImage->setModulateGlobalColor(style.GlobalColor);
    -
    -		getParagraph()->addChild(newImage);
    -		paragraphChange ();
    -
    -		setImageSize(newImage, style);
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::addTextArea(const std::string &templateName, const char *name, uint rows, uint cols, bool multiLine, const ucstring &content, uint maxlength)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// No more text in this text view
    -		_CurrentViewLink = NULL;
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("w", toString (cols*getFontSize())));
    -			templateParams.push_back (std::pair ("id", name));
    -			templateParams.push_back (std::pair ("prompt", ""));
    -			templateParams.push_back (std::pair ("multiline", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("fontsize", toString (getFontSize())));
    -			templateParams.push_back (std::pair ("color", getTextColor().toString()));
    -			if (getFontWeight() >= FONT_WEIGHT_BOLD)
    -				templateParams.push_back (std::pair ("fontweight", "bold"));
    -			if (getFontOblique())
    -				templateParams.push_back (std::pair ("fontstyle", "oblique"));
    -			if (multiLine)
    -				templateParams.push_back (std::pair ("multi_min_line", toString(rows)));
    -			templateParams.push_back (std::pair ("want_return", multiLine?"true":"false"));
    -			templateParams.push_back (std::pair ("enter_recover_focus", "false"));
    -			if (maxlength > 0)
    -				templateParams.push_back (std::pair ("max_num_chars", toString(maxlength)));
    -			CInterfaceGroup *textArea = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (textArea)
    -			{
    -				// Set the content
    -				CGroupEditBox *eb = dynamic_cast(textArea->getGroup("eb"));
    -				if (eb)
    -					eb->setInputString(decodeHTMLEntities(content));
    -
    -				textArea->invalidateCoords();
    -				getParagraph()->addChild (textArea);
    -				paragraphChange ();
    -
    -				return textArea;
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CDBGroupComboBox *CGroupHTML::addComboBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -
    -		{
    -			// Not added ?
    -			std::vector > templateParams;
    -			templateParams.push_back (std::pair ("id", name));
    -			CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance (templateName.c_str(),
    -				getParagraph()->getId(), templateParams.empty()?NULL:&(templateParams[0]), (uint)templateParams.size());
    -
    -			// Group created ?
    -			if (group)
    -			{
    -				// Set the content
    -				CDBGroupComboBox *cb = dynamic_cast(group);
    -				if (!cb)
    -				{
    -					nlwarning("'%s' template has bad type, combo box expected", templateName.c_str());
    -					delete cb;
    -					return NULL;
    -				}
    -				else
    -				{
    -					getParagraph()->addChild (cb);
    -					paragraphChange ();
    -					return cb;
    -				}
    -			}
    -		}
    -
    -		// Not group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -	CGroupMenu *CGroupHTML::addSelectBox(const std::string &templateName, const char *name)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Not added ?
    -		std::vector > templateParams;
    -		templateParams.push_back(std::pair ("id", name));
    -		CInterfaceGroup *group = CWidgetManager::getInstance()->getParser()->createGroupInstance(templateName.c_str(),
    -			getParagraph()->getId(), &(templateParams[0]), (uint)templateParams.size());
    -
    -		// Group created ?
    -		if (group)
    -		{
    -			// Set the content
    -			CGroupMenu *sb = dynamic_cast(group);
    -			if (!sb)
    -			{
    -				nlwarning("'%s' template has bad type, CGroupMenu expected", templateName.c_str());
    -				delete sb;
    -				return NULL;
    -			}
    -			else
    -			{
    -				getParagraph()->addChild (sb);
    -				paragraphChange ();
    -				return sb;
    -			}
    -		}
    -
    -		// No group created
    -		return NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	CCtrlButton *CGroupHTML::addButton(CCtrlButton::EType type, const std::string &/* name */, const std::string &normalBitmap, const std::string &pushedBitmap,
    -									  const std::string &overBitmap, const char *actionHandler, const char *actionHandlerParams,
    -									  const char *tooltip, const CStyleParams &style)
    -	{
    -		// In a paragraph ?
    -		if (!_Paragraph)
    -		{
    -			newParagraph (0);
    -			paragraphChange ();
    -		}
    -
    -		// Add the ctrl button
    -		CCtrlButton *ctrlButton = new CCtrlButton(TCtorParam());
    -
    -		// Load only tga files.. (conversion in dds filename is done in the lookup procedure)
    -		string normal = normalBitmap.empty()?"":CFile::getPath(normalBitmap) + CFile::getFilenameWithoutExtension(normalBitmap) + ".tga";
    -
    -		// if the image doesn't exist on local, we check in the cache
    -	//	if(!CFile::fileExists(normal))
    -		if(!CPath::exists(normal))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(normal);
    -			if(id == -1)
    -			{
    -				normal = localImageName(normalBitmap);
    -				if(!CFile::fileExists(normal))
    -				{
    -					normal = "web_del.tga";
    -					addImageDownload(normalBitmap, ctrlButton, style);
    -				}
    -				else
    -				{
    -					try
    -					{
    -						uint32 w, h;
    -						CBitmap::loadSize(normal, w, h);
    -						if (w == 0 || h == 0)
    -							normal = "web_del.tga";
    -					}
    -					catch(const NLMISC::Exception &e)
    -					{
    -						nlwarning(e.what());
    -						normal = "web_del.tga";
    -					}
    -				}
    -			}
    -		}
    -
    -		string pushed = pushedBitmap.empty()?"":CFile::getPath(pushedBitmap) + CFile::getFilenameWithoutExtension(pushedBitmap) + ".tga";
    -		// if the image doesn't exist on local, we check in the cache, don't download it because the "normal" will already setuped it
    -	//	if(!CFile::fileExists(pushed))
    -		if(!CPath::exists(pushed))
    -		{
    -			// search in the compressed texture
    -			CViewRenderer &rVR = *CViewRenderer::getInstance();
    -			sint32 id = rVR.getTextureIdFromName(pushed);
    -			if(id == -1)
    -			{
    -				pushed = localImageName(pushedBitmap);
    -			}
    -		}
    -
    -		string over = overBitmap.empty()?"":CFile::getPath(overBitmap) + CFile::getFilenameWithoutExtension(overBitmap) + ".tga";
    -		// schedule mouseover bitmap for download if its different from normal
    -		if (!over.empty() && !CPath::exists(over))
    -		{
    -			if (overBitmap != normalBitmap)
    -			{
    -				over = localImageName(overBitmap);
    -				if (!CFile::fileExists(over))
    -				{
    -					addImageDownload(overBitmap, ctrlButton, style, TImageType::OverImage);
    -				}
    -			}
    -		}
    -
    -		ctrlButton->setType (type);
    -		if (!normal.empty())
    -			ctrlButton->setTexture (normal);
    -		if (!pushed.empty())
    -			ctrlButton->setTexturePushed (pushed);
    -		if (!over.empty())
    -			ctrlButton->setTextureOver (over);
    -		ctrlButton->setModulateGlobalColorAll (style.GlobalColor);
    -		ctrlButton->setActionOnLeftClick (actionHandler);
    -		ctrlButton->setParamsOnLeftClick (actionHandlerParams);
    -
    -		// Translate the tooltip or display raw text (tooltip from webig)
    -		if (tooltip)
    -		{
    -			if (CI18N::hasTranslation(tooltip))
    -			{
    -				ctrlButton->setDefaultContextHelp(CI18N::get(tooltip));
    -				//ctrlButton->setOnContextHelp(CI18N::get(tooltip).toString());
    -			}
    -			else
    -			{
    -				ctrlButton->setDefaultContextHelp(ucstring::makeFromUtf8(tooltip));
    -				//ctrlButton->setOnContextHelp(string(tooltip));
    -			}
    -
    -			ctrlButton->setInstantContextHelp(true);
    -			ctrlButton->setToolTipParent(TTMouse);
    -			ctrlButton->setToolTipParentPosRef(Hotspot_TTAuto);
    -			ctrlButton->setToolTipPosRef(Hotspot_TTAuto);
    -		}
    -
    -		getParagraph()->addChild (ctrlButton);
    -		paragraphChange ();
    -		
    -		setImageSize(ctrlButton, style);
    -
    -		return ctrlButton;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::flushString()
    -	{
    -		_CurrentViewLink = NULL;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::clearContext()
    -	{
    -		_Paragraph = NULL;
    -		_PRE.clear();
    -		_TextColor.clear();
    -		_GlobalColor.clear();
    -		_FontSize.clear();
    -		_FontWeight.clear();
    -		_FontOblique.clear();
    -		_FontUnderlined.clear();
    -		_FontStrikeThrough.clear();
    -		_Indent.clear();
    -		_LI = false;
    -		_UL.clear();
    -		_DL.clear();
    -		_A.clear();
    -		_Link.clear();
    -		_LinkTitle.clear();
    -		_Tables.clear();
    -		_Cells.clear();
    -		_TR.clear();
    -		_Forms.clear();
    -		_Groups.clear();
    -		_Anchors.clear();
    -		_AnchorName.clear();
    -		_CellParams.clear();
    -		_Title = false;
    -		_TextArea = false;
    -		_Object = false;
    -		_Localize = false;
    -		_ReadingHeadTag = false;
    -		_IgnoreHeadTag = false;
    -		_IgnoreBaseUrlTag = false;
    -
    -		// TR
    -
    -		paragraphChange ();
    -
    -		// clear the pointer to the current image download since all the button are deleted
    -	#ifdef LOG_DL
    -		nlwarning("Clear pointers to %d curls", Curls.size());
    -	#endif
    -		for(uint i = 0; i < Curls.size(); i++)
    -		{
    -			Curls[i].imgs.clear();
    -		}
    -
    -		// remove download that are still queued
    -		for (vector::iterator it=Curls.begin(); itdata == NULL) {
    -	#ifdef LOG_DL
    -		nlwarning("Remove waiting curl download (%s)", it->url.c_str());
    -	#endif
    -				it = Curls.erase(it);
    -			} else {
    -				++it;
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	ucchar CGroupHTML::getLastChar() const
    -	{
    -		if (_CurrentViewLink)
    -		{
    -			const ucstring &str = _CurrentViewLink->getText();
    -			if (!str.empty())
    -				return str[str.length()-1];
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::paragraphChange ()
    -	{
    -		_CurrentViewLink = NULL;
    -		_CurrentViewImage = NULL;
    -		CGroupParagraph *paragraph = getParagraph();
    -		if (paragraph)
    -		{
    -			// Number of child in this paragraph
    -			uint numChild = paragraph->getNumChildren();
    -			if (numChild)
    -			{
    -				// Get the last child
    -				CViewBase *child = paragraph->getChild(numChild-1);
    -
    -				// Is this a string view ?
    -				_CurrentViewLink = dynamic_cast(child);
    -				_CurrentViewImage = dynamic_cast(child);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	CInterfaceGroup *CGroupHTML::getCurrentGroup()
    -	{
    -		if (!_Cells.empty() && _Cells.back())
    -			return _Cells.back()->Group;
    -		else
    -			return _GroupListAdaptor;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHtmlGroup (CInterfaceGroup *group, uint beginSpace)
    -	{
    -		if (!group)
    -			return;
    -
    -		// Remove previous paragraph if empty
    -		if (_Paragraph && (_Paragraph->getNumChildren() == 0))
    -		{
    -			_Paragraph->getParent ()->delGroup(_Paragraph);
    -			_Paragraph = NULL;
    -		}
    -
    -		registerAnchor(group);
    -
    -		if (!_DivName.empty())
    -		{
    -			group->setName(_DivName);
    -			_Groups.push_back(group);
    -		}
    -
    -		group->setSizeRef(CInterfaceElement::width);
    -
    -		// Compute begin space between paragraph and tables
    -		// * If first in group, no begin space
    -
    -		// Pointer on the current paragraph (can be a table too)
    -		CGroupParagraph *p = dynamic_cast(group);
    -
    -		CInterfaceGroup *parentGroup = CGroupHTML::getCurrentGroup();
    -		const std::vector &groups = parentGroup->getGroups ();
    -		group->setParent(parentGroup);
    -		group->setParentSize(parentGroup);
    -		if (groups.empty())
    -		{
    -			group->setParentPos(parentGroup);
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_TL);
    -			beginSpace = 0;
    -		}
    -		else
    -		{
    -			// Last is a paragraph ?
    -			group->setParentPos(groups.back());
    -			group->setPosRef(Hotspot_TL);
    -			group->setParentPosRef(Hotspot_BL);
    -		}
    -
    -		// Set the begin space
    -		if (p)
    -			p->setTopSpace(beginSpace);
    -		else
    -			group->setY(-(sint32)beginSpace);
    -		parentGroup->addGroup (group);
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setTitle (const ucstring &title)
    -	{
    -		CInterfaceElement *parent = getParent();
    -		if (parent)
    -		{
    -			if ((parent = parent->getParent()))
    -			{
    -				CGroupContainer *container = dynamic_cast(parent);
    -				if (container)
    -				{
    -					container->setUCTitle (title);
    -				}
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::lookupLocalFile (string &result, const char *url, bool isUrl)
    -	{
    -		result = url;
    -		string tmp;
    -
    -		if (toLower(result).find("file:") == 0 && result.size() > 5)
    -		{
    -			result = result.substr(5, result.size()-5);
    -		}
    -		else if (result.find("://") != string::npos || result.find("//") == 0)
    -		{
    -			// http://, https://, etc or protocol-less url "//domain.com/image.png"
    -			return false;
    -		}
    -
    -		tmp = CPath::lookup (CFile::getFilename(result), false, false, false);
    -		if (tmp.empty())
    -		{
    -			// try to find in local directory
    -			tmp = CPath::lookup (result, false, false, true);
    -		}
    -
    -		if (!tmp.empty())
    -		{
    -			// Normalize the path
    -			if (isUrl)
    -				//result = "file:"+toLower(CPath::standardizePath (CPath::getFullPath (CFile::getPath(result)))+CFile::getFilename(result));*/
    -				result = "file:/"+tmp;
    -			else
    -				result = tmp;
    -			return true;
    -		}
    -		else
    -		{
    -			// Is it a texture in the big texture ?
    -			if (CViewRenderer::getInstance()->getTextureIdFromName (result) >= 0)
    -			{
    -				return true;
    -			}
    -			else
    -			{
    -				// This is not a file in the CPath, let libwww open this URL
    -				result = url;
    -				return false;
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::submitForm (uint formId, const char *submitButtonType, const char *submitButtonName, const char *submitButtonValue, sint32 x, sint32 y)
    -	{
    -		// Form id valid ?
    -		if (formId < _Forms.size())
    -		{
    -			_PostNextTime = true;
    -			_PostFormId = formId;
    -			_PostFormSubmitType = submitButtonType;
    -			_PostFormSubmitButton = submitButtonName;
    -			_PostFormSubmitValue = submitButtonValue;
    -			_PostFormSubmitX = x;
    -			_PostFormSubmitY = y;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackgroundColor (const CRGBA &bgcolor)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				// Change the background color
    -				bitmap->setColor (bgcolor);
    -				bitmap->setModulateGlobalColor(false);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::setBackground (const string &bgtex, bool scale, bool tile)
    -	{
    -		// Should have a child named bg
    -		CViewBase *view = getView (DefaultBackgroundBitmapView);
    -		if (view)
    -		{
    -			CViewBitmap *bitmap = dynamic_cast (view);
    -			if (bitmap)
    -			{
    -				bitmap->setParentPosRef(Hotspot_TL);
    -				bitmap->setPosRef(Hotspot_TL);
    -				bitmap->setX(0);
    -				bitmap->setY(0);
    -				bitmap->setRenderLayer(-2);
    -				bitmap->setScale(scale);
    -				bitmap->setTile(tile);
    -				addImageDownload(bgtex, view);
    -			}
    -		}
    -	}
    -
    -
    -	struct CButtonFreezer : public CInterfaceElementVisitor
    -	{
    -		virtual void visitCtrl(CCtrlBase *ctrl)
    -		{
    -			CCtrlBaseButton		*textButt = dynamic_cast(ctrl);
    -			if (textButt)
    -			{
    -				textButt->setFrozen(true);
    -			}
    -		}
    -	};
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::handle ()
    -	{
    -		H_AUTO(RZ_Interface_Html_handle)
    -
    -		const CWidgetManager::SInterfaceTimes × = CWidgetManager::getInstance()->getInterfaceTimes();
    -
    -		// handle curl downloads
    -		checkDownloads();
    -
    -		// handle refresh timer
    -		if (_NextRefreshTime > 0 && _NextRefreshTime <= (times.thisFrameMs / 1000.0f) )
    -		{
    -			// there might be valid uses for 0sec refresh, but two in a row is probably a mistake
    -			if (_NextRefreshTime - _LastRefreshTime >= 1.0)
    -			{
    -				_LastRefreshTime = _NextRefreshTime;
    -				doBrowse(_RefreshUrl.c_str());
    -			}
    -			else
    -				nlwarning("Ignore second 0sec http-equiv refresh in a row (url '%s')", _URL.c_str());
    -
    -			_NextRefreshTime = 0;
    -		}
    -
    -		if (_Connecting)
    -		{
    -			// Check timeout if needed
    -			if (_TimeoutValue != 0 && _ConnectingTimeout <= ( times.thisFrameMs / 1000.0f ) )
    -			{
    -				browseError(("Connection timeout : "+_URL).c_str());
    -
    -				_Connecting = false;
    -			}
    -		}
    -		else
    -		if (_BrowseNextTime || _PostNextTime)
    -		{
    -			// Set timeout
    -			_Connecting = true;
    -			_ConnectingTimeout = ( times.thisFrameMs / 1000.0f ) + _TimeoutValue;
    -
    -			// freeze form buttons
    -			CButtonFreezer freezer;
    -			this->visit(&freezer);
    -
    -			// Home ?
    -			if (_URL == "home")
    -				_URL = home();
    -
    -			string finalUrl;
    -			bool isLocal = lookupLocalFile (finalUrl, _URL.c_str(), true);
    -
    -			_URL = finalUrl;
    -
    -			CUrlParser uri (_URL);
    -			_TrustedDomain = isTrustedDomain(uri.host);
    -			_DocumentDomain = uri.host;
    -
    -			// file is probably from bnp (ingame help)
    -			if (isLocal)
    -			{
    -				doBrowseLocalFile(finalUrl);
    -			}
    -			else
    -			{
    -				SFormFields formfields;
    -				if (_PostNextTime)
    -				{
    -					buildHTTPPostParams(formfields);
    -					// _URL is set from form.Action
    -					finalUrl = _URL;
    -				}
    -				else
    -				{
    -					// Add custom get params from child classes
    -					addHTTPGetParams (finalUrl, _TrustedDomain);
    -				}
    -
    -				doBrowseRemoteUrl(finalUrl, "", _PostNextTime, formfields);
    -			}
    -
    -			_BrowseNextTime = false;
    -			_PostNextTime = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::buildHTTPPostParams (SFormFields &formfields)
    -	{
    -		// Add text area text
    -		uint i;
    -
    -		if (_PostFormId >= _Forms.size())
    -		{
    -			nlwarning("(%s) invalid form index %d, _Forms %d", _Id.c_str(), _PostFormId, _Forms.size());
    -			return;
    -		}
    -		// Ref the form
    -		CForm &form = _Forms[_PostFormId];
    -
    -		_URL = form.Action;
    -
    -		CUrlParser uri(_URL);
    -		_TrustedDomain = isTrustedDomain(uri.host);
    -		_DocumentDomain = uri.host;
    -
    -		for (i=0; igetGroup ("eb");
    -				if (group)
    -				{
    -					// Should be a CGroupEditBox
    -					CGroupEditBox *editBox = dynamic_cast(group);
    -					if (editBox)
    -					{
    -						entryData = editBox->getViewText()->getText();
    -						addEntry = true;
    -					}
    -				}
    -			}
    -			else if (form.Entries[i].Checkbox)
    -			{
    -				// todo handle unicode POST here
    -				if (form.Entries[i].Checkbox->getPushed ())
    -				{
    -                                        entryData = form.Entries[i].Value;
    -					addEntry = true;
    -				}
    -			}
    -			else if (form.Entries[i].ComboBox)
    -			{
    -				CDBGroupComboBox *cb = form.Entries[i].ComboBox;
    -				entryData.fromUtf8(form.Entries[i].SelectValues[cb->getSelection()]);
    -				addEntry = true;
    -			}
    -			else if (form.Entries[i].SelectBox)
    -			{
    -				CGroupMenu *sb = form.Entries[i].SelectBox;
    -				CGroupSubMenu *rootMenu = sb->getRootMenu();
    -				if (rootMenu)
    -				{
    -					for(uint j=0; jgetNumLine(); ++j)
    -					{
    -						CInterfaceGroup *ig = rootMenu->getUserGroupLeft(j);
    -						if (ig)
    -						{
    -							CCtrlBaseButton *cb = dynamic_cast(ig->getCtrl("b"));
    -							if (cb && cb->getPushed())
    -								formfields.add(form.Entries[i].Name, form.Entries[i].SelectValues[j]);
    -						}
    -					}
    -				}
    -			}
    -			// This is a hidden value
    -			else
    -			{
    -				entryData = form.Entries[i].Value;
    -				addEntry = true;
    -			}
    -
    -			// Add this entry
    -			if (addEntry)
    -			{
    -				formfields.add(form.Entries[i].Name, CI18N::encodeUTF8(entryData));
    -			}
    -		}
    -
    -		if (_PostFormSubmitType == "image")
    -		{
    -			// Add the button coordinates
    -			if (_PostFormSubmitButton.find_first_of("[") == string::npos)
    -			{
    -				formfields.add(_PostFormSubmitButton + "_x", NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton + "_y", NLMISC::toString(_PostFormSubmitY));
    -			}
    -			else
    -			{
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitX));
    -				formfields.add(_PostFormSubmitButton, NLMISC::toString(_PostFormSubmitY));
    -			}
    -		}
    -		else
    -			formfields.add(_PostFormSubmitButton, _PostFormSubmitValue);
    -
    -		// Add custom params from child classes
    -		addHTTPPostParams(formfields, _TrustedDomain);
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::doBrowseLocalFile(const std::string &uri)
    -	{
    -		std::string filename;
    -		if (toLower(uri).find("file:/") == 0)
    -		{
    -			filename = uri.substr(6, uri.size() - 6);
    -		}
    -		else
    -		{
    -			filename = uri;
    -		}
    -
    -	#if LOG_DL
    -		nlwarning("browse local file '%s'", filename.c_str());
    -	#endif
    -
    -		_TrustedDomain = true;
    -		_DocumentDomain = "localhost";
    -
    -		// Stop previous browse, remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		CIFile in;
    -		if (in.open(filename))
    -		{
    -			std::string html;
    -			while(!in.eof())
    -			{
    -				char buf[1024];
    -				in.getline(buf, 1024);
    -				html += std::string(buf) + "\n";
    -			}
    -			in.close();
    -
    -			if (!renderHtmlString(html))
    -			{
    -				browseError((string("Failed to parse html from file : ")+filename).c_str());
    -			}
    -		}
    -		else
    -		{
    -			browseError((string("The page address is malformed : ")+filename).c_str());
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::doBrowseRemoteUrl(std::string url, const std::string &referer, bool doPost, const SFormFields &formfields)
    -	{
    -		// Stop previous request and remove content
    -		stopBrowse ();
    -
    -		_Browsing = true;
    -		updateRefreshButton();
    -
    -		// Reset the title
    -		if(_TitlePrefix.empty())
    -			setTitle (CI18N::get("uiPleaseWait"));
    -		else
    -			setTitle (_TitlePrefix + " - " + CI18N::get("uiPleaseWait"));
    -
    -		url = upgradeInsecureUrl(url);
    -
    -	#if LOG_DL
    -		nlwarning("(%s) browse url (trusted=%s) '%s', referer='%s', post='%s', nb form values %d",
    -				_Id.c_str(), (_TrustedDomain ? "true" :"false"), url.c_str(), referer.c_str(), (doPost ? "true" : "false"), formfields.Values.size());
    -	#endif
    -
    -		if (!MultiCurl)
    -		{
    -			browseError(string("Invalid MultCurl handle, loading url failed : "+url).c_str());
    -			return;
    -		}
    -
    -		CURL *curl = curl_easy_init();
    -		if (!curl)
    -		{
    -			nlwarning("(%s) failed to create curl handle", _Id.c_str());
    -			browseError(string("Failed to create cURL handle : " + url).c_str());
    -			return;
    -		}
    -
    -#if defined(NL_OS_WINDOWS)
    -		// https://
    -		if (toLower(url.substr(0, 8)) == "https://")
    -		{
    -			curl_easy_setopt(curl, CURLOPT_SSL_CTX_FUNCTION, &CCurlCertificates::sslCtxFunction);
    -		}
    -#endif
    -
    -		// do not follow redirects, we have own handler
    -		curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 0);
    -		// after redirect
    -		curl_easy_setopt(curl, CURLOPT_FRESH_CONNECT, 1);
    -
    -		// tell curl to use compression if possible (gzip, deflate)
    -		// leaving this empty allows all encodings that curl supports
    -		//curl_easy_setopt(curl, CURLOPT_ACCEPT_ENCODING, "");
    -
    -		// limit curl to HTTP and HTTPS protocols only
    -		curl_easy_setopt(curl, CURLOPT_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -		curl_easy_setopt(curl, CURLOPT_REDIR_PROTOCOLS, CURLPROTO_HTTP | CURLPROTO_HTTPS);
    -
    -		// Destination
    -		curl_easy_setopt(curl, CURLOPT_URL, url.c_str());
    -
    -		// User-Agent:
    -		std::string userAgent = options.appName + "/" + options.appVersion;
    -		curl_easy_setopt(curl, CURLOPT_USERAGENT, userAgent.c_str());
    -
    -		// Cookies
    -		sendCookies(curl, _DocumentDomain, _TrustedDomain);
    -
    -		// Referer
    -		if (!referer.empty())
    -		{
    -			curl_easy_setopt(curl, CURLOPT_REFERER, referer.c_str());
    -	#ifdef LOG_DL
    -			nlwarning("(%s) set referer '%s'", _Id.c_str(), referer.c_str());
    -	#endif
    -		}
    -
    -		if (doPost)
    -		{
    -			// serialize form data and add it to curl
    -			std::string data;
    -			for(uint i=0; i0)
    -					data += "&";
    -
    -				data += std::string(escapedName) + "=" + escapedValue;
    -
    -				curl_free(escapedName);
    -				curl_free(escapedValue);
    -			}
    -			curl_easy_setopt(curl, CURLOPT_POST, 1);
    -			curl_easy_setopt(curl, CURLOPT_POSTFIELDSIZE, data.size());
    -			curl_easy_setopt(curl, CURLOPT_COPYPOSTFIELDS, data.c_str());
    -		}
    -		else
    -		{
    -			curl_easy_setopt(curl, CURLOPT_HTTPGET, 1);
    -		}
    -
    -		// transfer handle
    -		_CurlWWW = new CCurlWWWData(curl, url);
    -
    -		// set the language code used by the client
    -		std::vector headers;
    -		headers.push_back("Accept-Language: "+options.languageCode);
    -		headers.push_back("Accept-Charset: utf-8");
    -		_CurlWWW->sendHeaders(headers);
    -
    -		// catch headers for redirect
    -		curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, curlHeaderCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEHEADER, _CurlWWW);
    -
    -		// catch body
    -		curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, curlDataCallback);
    -		curl_easy_setopt(curl, CURLOPT_WRITEDATA, _CurlWWW);
    -
    -	#if LOG_DL
    -		// progress callback
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 0);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFOFUNCTION, curlProgressCallback);
    -		curl_easy_setopt(curl, CURLOPT_XFERINFODATA, _CurlWWW);
    -	#else
    -		// progress off
    -		curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
    -	#endif
    -
    -		//
    -		curl_multi_add_handle(MultiCurl, curl);
    -
    -		// start the transfer
    -		int NewRunningCurls = 0;
    -		curl_multi_perform(MultiCurl, &NewRunningCurls);
    -		RunningCurls++;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::htmlDownloadFinished(const std::string &content, const std::string &type, long code)
    -	{
    -	#ifdef LOG_DL
    -		nlwarning("(%s) HTML download finished, content length %d, type '%s', code %d", _Id.c_str(), content.size(), type.c_str(), code);
    -	#endif
    -
    -		// create  markup for image downloads
    -		if (type.find("image/") == 0 && !content.empty())
    -		{
    -			try
    -			{
    -				std::string dest = localImageName(_URL);
    -				COFile out;
    -				out.open(dest);
    -				out.serialBuffer((uint8 *)(content.c_str()), content.size());
    -				out.close();
    -	#ifdef LOG_DL
    -				nlwarning("(%s) image saved to '%s', url '%s'", _Id.c_str(), dest.c_str(), _URL.c_str());
    -	#endif
    -			}
    -			catch(...) { }
    -
    -			// create html code with image url inside and do the request again
    -			renderHtmlString(""+_URL+"");
    -		}
    -		else
    -		{
    -			renderHtmlString(content);
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	bool CGroupHTML::renderHtmlString(const std::string &html)
    -	{
    -		bool success;
    -
    -		//
    -		_Browsing = true;
    -		_DocumentUrl = _URL;
    -		_NextRefreshTime = 0;
    -		_RefreshUrl.clear();
    -
    -		// clear content
    -		beginBuild();
    -
    -		success = parseHtml(html);
    -
    -		// invalidate coords
    -		endBuild();
    -
    -		// set the browser as complete
    -		_Browsing = false;
    -		updateRefreshButton();
    -
    -		// check that the title is set, or reset it (in the case the page
    -		// does not provide a title)
    -		if (_TitleString.empty())
    -		{
    -			setTitle(_TitlePrefix);
    -		}
    -
    -		return success;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::doBrowseAnchor(const std::string &anchor)
    -	{
    -		if (_Anchors.count(anchor) == 0)
    -		{
    -			return;
    -		}
    -
    -		CInterfaceElement *pIE = _Anchors.find(anchor)->second;
    -		if (pIE)
    -		{
    -			// hotspot depends on vertical/horizontal scrollbar
    -			CCtrlScroll *pSB = getScrollBar();
    -			if (pSB)
    -			{
    -				pSB->ensureVisible(pIE, Hotspot_Tx, Hotspot_Tx);
    -			}
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::draw ()
    -	{
    -		CGroupScrollText::draw ();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::endBuild ()
    -	{
    -		invalidateCoords();
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPGetParams (string &/* url */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::addHTTPPostParams (SFormFields &/* formfields */, bool /*trustedDomain*/)
    -	{
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::requestTerminated()
    -	{
    -		if (_CurlWWW)
    -		{
    -	#if LOG_DL
    -			nlwarning("(%s) stop curl, url '%s'", _Id.c_str(), _CurlWWW->Url.c_str());
    -	#endif
    -			if (MultiCurl)
    -				curl_multi_remove_handle(MultiCurl, _CurlWWW->Request);
    -
    -			delete _CurlWWW;
    -
    -			_CurlWWW = NULL;
    -			_Connecting = false;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -
    -	string	CGroupHTML::home ()
    -	{
    -		return Home;
    -	}
    -
    -	// ***************************************************************************
    -
    -	void CGroupHTML::removeContent ()
    -	{
    -		// Remove old document
    -		if (!_GroupListAdaptor)
    -		{
    -			_GroupListAdaptor = new CGroupListAdaptor(CViewBase::TCtorParam()); // deleted by the list
    -			_GroupListAdaptor->setResizeFromChildH(true);
    -			getList()->addChild (_GroupListAdaptor, true);
    -		}
    -
    -		// Group list adaptor not exist ?
    -		_GroupListAdaptor->clearGroups();
    -		_GroupListAdaptor->clearControls();
    -		_GroupListAdaptor->clearViews();
    -		CWidgetManager::getInstance()->clearViewUnders();
    -		CWidgetManager::getInstance()->clearCtrlsUnders();
    -
    -		// Clear all the context
    -		clearContext();
    -
    -		// Reset default background color
    -		setBackgroundColor (BgColor);
    -
    -		paragraphChange ();
    -	}
    -
    -	// ***************************************************************************
    -	const std::string &CGroupHTML::selectTreeNodeRecurs(CGroupTree::SNode *node, const std::string &url)
    -	{
    -		static std::string	emptyString;
    -		if(!node)
    -		{
    -			return emptyString;
    -		}
    -
    -		// if this node match
    -		if(actionLaunchUrlRecurs(node->AHName, node->AHParams, url))
    -		{
    -			return node->Id;
    -		}
    -		// fails => look into children
    -		else
    -		{
    -			for(uint i=0;iChildren.size();i++)
    -			{
    -				const string &childRes= selectTreeNodeRecurs(node->Children[i], url);
    -				if(!childRes.empty())
    -					return childRes;
    -			}
    -
    -			// none match...
    -			return emptyString;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	bool	CGroupHTML::actionLaunchUrlRecurs(const std::string &ah, const std::string ¶ms, const std::string &url)
    -	{
    -		// check if this action match
    -		if( (ah=="launch_help" || ah=="browse") && IActionHandler::getParam (params, "url") == url)
    -		{
    -			return true;
    -		}
    -		// can be a proc that contains launch_help/browse => look recurs
    -		else if(ah=="proc")
    -		{
    -			const std::string &procName= params;
    -			// look into this proc
    -			uint	numActions= CWidgetManager::getInstance()->getParser()->getProcedureNumActions(procName);
    -			for(uint i=0;igetParser()->getProcedureAction(procName, i, procAh, procParams))
    -				{
    -					// recurs proc if needed!
    -					if (actionLaunchUrlRecurs(procAh, procParams, url))
    -						return true;
    -				}
    -			}
    -		}
    -
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::clearUndoRedo()
    -	{
    -		// erase any undo/redo
    -		_BrowseUndo.clear();
    -		_BrowseRedo.clear();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::pushUrlUndoRedo(const std::string &url)
    -	{
    -		// if same url, no op
    -		if(url==_AskedUrl)
    -			return;
    -
    -		// erase any redo, push undo, set current
    -		_BrowseRedo.clear();
    -		if(!_AskedUrl.empty())
    -			_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= url;
    -
    -		// limit undo
    -		while(_BrowseUndo.size()>MaxUrlUndoRedo)
    -			_BrowseUndo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseUndo()
    -	{
    -		if(_BrowseUndo.empty())
    -			return;
    -
    -		// push to redo, pop undo, and set current
    -		_BrowseRedo.push_front(_AskedUrl);
    -		_AskedUrl= _BrowseUndo.back();
    -		_BrowseUndo.pop_back();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the undoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::browseRedo()
    -	{
    -		if(_BrowseRedo.empty())
    -			return;
    -
    -		// push to undo, pop redo, and set current
    -		_BrowseUndo.push_back(_AskedUrl);
    -		_AskedUrl= _BrowseRedo.front();
    -		_BrowseRedo.pop_front();
    -
    -		// update buttons validation
    -		updateUndoRedoButtons();
    -
    -		// and then browse the redoed url, with no undo/redo
    -		doBrowse(_AskedUrl.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateUndoRedoButtons()
    -	{
    -		CCtrlBaseButton		*butUndo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseUndoButton));
    -		CCtrlBaseButton		*butRedo= dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRedoButton));
    -
    -		// gray according to list size
    -		if(butUndo)
    -			butUndo->setFrozen(_BrowseUndo.empty());
    -		if(butRedo)
    -			butRedo->setFrozen(_BrowseRedo.empty());
    -	}
    -
    -	// ***************************************************************************
    -	void	CGroupHTML::updateRefreshButton()
    -	{
    -		CCtrlBaseButton		*butRefresh = dynamic_cast(CWidgetManager::getInstance()->getElementFromId(_BrowseRefreshButton));
    -
    -		bool enabled = !_Browsing && !_Connecting;
    -		if(butRefresh)
    -			butRefresh->setFrozen(!enabled);
    -	}
    -
    -	// ***************************************************************************
    -
    -	NLMISC_REGISTER_OBJECT(CViewBase, CGroupHTMLInputOffset, std::string, "html_input_offset");
    -
    -	CGroupHTMLInputOffset::CGroupHTMLInputOffset(const TCtorParam ¶m)
    -		: CInterfaceGroup(param),
    -		Offset(0)
    -	{
    -	}
    -
    -	xmlNodePtr CGroupHTMLInputOffset::serialize( xmlNodePtr parentNode, const char *type ) const
    -	{
    -		xmlNodePtr node = CInterfaceGroup::serialize( parentNode, type );
    -		if( node == NULL )
    -			return NULL;
    -
    -		xmlSetProp( node, BAD_CAST "type", BAD_CAST "html_input_offset" );
    -		xmlSetProp( node, BAD_CAST "y_offset", BAD_CAST toString( Offset ).c_str() );
    -
    -		return node;
    -	}
    -
    -	// ***************************************************************************
    -	bool CGroupHTMLInputOffset::parse(xmlNodePtr cur, CInterfaceGroup *parentGroup)
    -	{
    -		if (!CInterfaceGroup::parse(cur, parentGroup)) return false;
    -		CXMLAutoPtr ptr;
    -		// Get the url
    -		ptr = xmlGetProp (cur, (xmlChar*)"y_offset");
    -		if (ptr)
    -			fromString((const char*)ptr, Offset);
    -		return true;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBrowse(CLuaState &ls)
    -	{
    -		const char *funcName = "browse";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		browse(ls.toString(1));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRefresh(CLuaState &ls)
    -	{
    -		const char *funcName = "refresh";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		refresh();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRemoveContent(CLuaState &ls)
    -	{
    -		const char *funcName = "removeContent";
    -		CLuaIHM::checkArgCount(ls, funcName, 0);
    -		removeContent();
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaRenderHtml(CLuaState &ls)
    -	{
    -		const char *funcName = "renderHtml";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		std::string html = ls.toString(1);
    -
    -		renderHtmlString(html);
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaInsertText(CLuaState &ls)	
    -	{
    -		const char *funcName = "insertText";
    -		CLuaIHM::checkArgCount(ls, funcName, 3);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 3, LUA_TBOOLEAN);
    -		
    -		string name = ls.toString(1);
    -
    -		ucstring text;
    -		text.fromUtf8(ls.toString(2));
    -
    -		if (!_Forms.empty())
    -		{
    -			for (uint i=0; i<_Forms.back().Entries.size(); i++)
    -			{
    -				if (_Forms.back().Entries[i].TextArea && _Forms.back().Entries[i].Name == name)
    -				{
    -					// Get the edit box view
    -					CInterfaceGroup *group = _Forms.back().Entries[i].TextArea->getGroup ("eb");
    -					if (group)
    -					{
    -						// Should be a CGroupEditBox
    -						CGroupEditBox *editBox = dynamic_cast(group);
    -						if (editBox)
    -							editBox->writeString(text, false, ls.toBoolean(3));
    -					}
    -				}
    -			}
    -		}
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddString(CLuaState &ls)
    -	{
    -		const char *funcName = "addString";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		addString(ucstring(ls.toString(1)));
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaAddImage(CLuaState &ls)
    -	{
    -		const char *funcName = "addImage";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -		if (!_Paragraph)
    -		{
    -			newParagraph(0);
    -			paragraphChange();
    -		}
    -
    -		CStyleParams style;
    -		style.GlobalColor = ls.toBoolean(2);
    -
    -		string url = getLink();
    -		if (!url.empty())
    -		{
    -			string params = "name=" + getId() + "|url=" + getLink ();
    -			addButton(CCtrlButton::PushButton, ls.toString(1), ls.toString(1), ls.toString(1),
    -								"", "browse", params.c_str(), "", style);
    -		}
    -		else
    -		{
    -			addImage(ls.toString(1), false, style);
    -		}
    -
    -
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaBeginElement(CLuaState &ls)
    -	{
    -		const char *funcName = "beginElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TTABLE);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		std::vector present;
    -		std::vector value;
    -		present.resize(30, false);
    -		value.resize(30);
    -
    -		CLuaObject params;
    -		params.pop(ls);
    -		uint max_idx = 0;
    -
    -
    -		ENUM_LUA_TABLE(params, it)
    -		{
    -			if (!it.nextKey().isInteger())
    -			{
    -				nlwarning("%s : bad key encountered with type %s, integer expected.", funcName, it.nextKey().getTypename());
    -				continue;
    -			}
    -			if (!it.nextValue().isString())
    -			{
    -				nlwarning("%s : bad value encountered with type %s for key %s, string expected.", funcName, it.nextValue().getTypename(), it.nextKey().toString().c_str());
    -				continue;
    -			}
    -			uint idx = (uint)it.nextKey().toInteger();
    -
    -			present.insert(present.begin() + (uint)it.nextKey().toInteger(), true);
    -
    -			string str = it.nextValue().toString();
    -			size_t size = str.size() + 1;
    -			char * buffer = new char[ size ];
    -			strncpy(buffer, str.c_str(), size );
    -
    -			value.insert(value.begin() + (uint)it.nextKey().toInteger(), buffer);
    -		}
    -
    -		// ingame lua scripts from browser are using  url scheme
    -		// reason unknown
    -		_LuaHrefHack = true;
    -		beginElement(element_number, present, value);
    -		_LuaHrefHack = false;
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaEndElement(CLuaState &ls)
    -	{
    -		const char *funcName = "endElement";
    -		CLuaIHM::checkArgCount(ls, funcName, 1);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TNUMBER);
    -
    -		uint element_number = (uint)ls.toInteger(1);
    -		endElement(element_number);
    -
    -		return 0;
    -	}
    -
    -
    -	// ***************************************************************************
    -	int CGroupHTML::luaShowDiv(CLuaState &ls)
    -	{
    -		const char *funcName = "showDiv";
    -		CLuaIHM::checkArgCount(ls, funcName, 2);
    -		CLuaIHM::checkArgType(ls, funcName, 1, LUA_TSTRING);
    -		CLuaIHM::checkArgType(ls, funcName, 2, LUA_TBOOLEAN);
    -
    -		if (!_Groups.empty())
    -		{
    -			for (uint i=0; i<_Groups.size(); i++)
    -			{
    -				CInterfaceGroup *group = _Groups[i];
    -				if (group->getName() == ls.toString(1))
    -				{
    -					group->setActive(ls.toBoolean(2));
    -				}
    -			}
    -		}
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::setURL(const std::string &url)
    -	{
    -		browse(url.c_str());
    -	}
    -
    -	// ***************************************************************************
    -	inline bool isDigit(ucchar c, uint base = 16)
    -	{
    -		if (c>='0' && c<='9') return true;
    -		if (base != 16) return false;
    -		if (c>='A' && c<='F') return true;
    -		if (c>='a' && c<='f') return true;
    -		return false;
    -	}
    -
    -	// ***************************************************************************
    -	inline ucchar convertHexDigit(ucchar c)
    -	{
    -		if (c>='0' && c<='9') return c-'0';
    -		if (c>='A' && c<='F') return c-'A'+10;
    -		if (c>='a' && c<='f') return c-'a'+10;
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	ucstring CGroupHTML::decodeHTMLEntities(const ucstring &str)
    -	{
    -		ucstring result;
    -		uint last, pos;
    -
    -		for (uint i=0; i= 4)
    -			{
    -				pos = i+1;
    -
    -				// unicode character
    -				if (str[pos] == '#')
    -				{
    -					++pos;
    -
    -					// using decimal by default
    -					uint base = 10;
    -
    -					// using hexadecimal if &#x
    -					if (str[pos] == 'x')
    -					{
    -						base = 16;
    -						++pos;
    -					}
    -
    -					// setup "last" to point at the first character following "&#x?[0-9a-f]+"
    -					for (last = pos; last < str.length(); ++last) if (!isDigit(str[last], base)) break;
    -
    -					// make sure that at least 1 digit was found
    -					// and have the terminating ';' to complete the token: "&#x?[0-9a-f]+;"
    -					if (last == pos || str[last] != ';')
    -					{
    -						result += str[i];
    -						continue;
    -					}
    -
    -					ucchar c = 0;
    -
    -					// convert digits to unicode character
    -					while (posfirst == "font-size")
    -			{
    -				if (it->second == "inherit")
    -					style.FontSize = getFontSize();
    -				else
    -				{
    -					float tmp;
    -					sint size = 0;
    -					getPercentage (size, tmp, it->second.c_str());
    -					if (size > 0)
    -						style.FontSize = size;
    -				}
    -			}
    -			else
    -			if (it->first == "font-style")
    -			{
    -				if (it->second == "inherit")
    -					style.FontOblique = getFontOblique();
    -				else
    -				if (it->second == "italic" || it->second == "oblique")
    -					style.FontOblique = true;
    -			}
    -			else
    -			if (it->first == "font-family")
    -			{
    -				if (it->second == "inherit")
    -					style.FontFamily = getFontFamily();
    -				else
    -				if (it->second == "monospace")
    -					style.FontFamily = "monospace";
    -				else
    -					style.FontFamily.clear();
    -			}
    -			else
    -			if (it->first == "font-weight")
    -			{
    -				// https://developer.mozilla.org/en-US/docs/Web/CSS/font-weight
    -				uint weight = 400;
    -				if (it->second == "inherit")
    -					weight = getFontWeight();
    -				else
    -				if (it->second == "normal")
    -					weight = 400;
    -				else
    -				if (it->second == "bold")
    -					weight = 700;
    -				else
    -				if (it->second == "lighter")
    -				{
    -					const uint lighter[] = {100, 100, 100, 100, 100, 400, 400, 700, 700};
    -					uint index = getFontWeight() / 100 - 1;
    -					clamp(index, 1u, 9u);
    -					weight = lighter[index-1];
    -				}
    -				else
    -				if (it->second == "bolder")
    -				{
    -					const uint bolder[] =  {400, 400, 400, 700, 700, 900, 900, 900, 900};
    -					uint index = getFontWeight() / 100 + 1;
    -					clamp(index, 1u, 9u);
    -					weight = bolder[index-1];
    -				}
    -				else
    -				if (fromString(it->second, weight))
    -				{
    -					weight = (weight / 100);
    -					clamp(weight, 1u, 9u);
    -					weight *= 100;
    -				}
    -				style.FontWeight = weight;
    -			}
    -			else
    -			if (it->first == "color")
    -				if (it->second == "inherit")
    -					style.TextColor = getTextColor();
    -				else
    -					scanHTMLColor(it->second.c_str(), style.TextColor);
    -			else
    -			if (it->first == "text-decoration" || it->first == "text-decoration-line")
    -			{
    -				std::string prop(toLower(it->second));
    -				style.Underlined = (prop.find("underline") != std::string::npos);
    -				style.StrikeThrough = (prop.find("line-through") != std::string::npos);
    -			}
    -			else
    -			if (it->first == "width")
    -				getPercentage(style.Width, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "height")
    -				getPercentage(style.Height, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-width")
    -				getPercentage(style.MaxWidth, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "max-height")
    -				getPercentage(style.MaxHeight, tmpf, it->second.c_str());
    -			else
    -			if (it->first == "-ryzom-modulate-color")
    -			{
    -				bool b;
    -				if (it->second == "inherit")
    -					style.GlobalColor = getGlobalColor();
    -				else
    -				if (fromString(it->second, b))
    -					style.GlobalColor = b;
    -			}
    -		}
    -		if (inherit)
    -		{
    -			style.Underlined = getFontUnderlined() || style.Underlined;
    -			style.StrikeThrough = getFontStrikeThrough() || style.StrikeThrough;
    -		}
    -	}
    -
    -	// ***************************************************************************
    -	void CGroupHTML::applyCssMinMax(sint32 &width, sint32 &height, sint32 minw, sint32 minh, sint32 maxw, sint32 maxh)
    -	{
    -		if (maxw <= 0) maxw = width;
    -		if (maxh <= 0) maxh = height;
    -
    -		maxw = std::max(minw, maxw);
    -		maxh = std::max(minh, maxh);
    -		
    -		float ratio = (float) width / std::max(1, height);
    -		if (width > maxw)
    -		{
    -			width = maxw;
    -			height = std::max((sint32)(maxw /ratio), minh);
    -		}
    -		if (width < minw)
    -		{
    -			width = minw;
    -			height = std::min((sint32)(minw / ratio), maxh);
    -		}
    -		if (height > maxh)
    -		{
    -			width = std::max((sint32)(maxh * ratio), minw);
    -			height = maxh;
    -		}
    -		if (height < minh)
    -		{
    -			width = std::min((sint32)(minh * ratio), maxw);
    -			height = minh;
    -		}
    -		if (width > maxw && height > maxh)
    -		{
    -			if (maxw/width <= maxh/height)
    -			{
    -				width = maxw;
    -				height = std::max(minh, (sint32)(maxw / ratio));
    -			}
    -			else
    -			{
    -				width = std::max(minw, (sint32)(maxh * ratio));
    -				height = maxh;
    -			}
    -		}
    -		if (width < minw && height < minh)
    -		{
    -			if (minw / width <= minh / height)
    -			{
    -				width = std::min(maxw, (sint32)(minh * ratio));
    -				height = minh;
    -			}
    -			else
    -			{
    -				width = minw;
    -				height = std::min(maxh, (sint32)(minw / ratio));
    -			}
    -		}
    -		if (width < minw && height > maxh)
    -		{
    -			width = minw;
    -			height = maxh;
    -		}
    -		if (width > maxw && height < minh)
    -		{
    -			width = maxw;
    -			height = minh;
    -		}
    -	}
    -	
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlHeaderCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			std::string header;
    -			header.append(buffer, size * nmemb);
    -			me->setRecvHeader(header.substr(0, header.find_first_of("\n\r")));
    -		}
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlDataCallback(char *buffer, size_t size, size_t nmemb, void *pCCurlWWWData)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -			me->Content.append(buffer, size * nmemb);
    -
    -		return size * nmemb;
    -	}
    -
    -	// ***************************************************************************
    -	size_t CGroupHTML::curlProgressCallback(void *pCCurlWWWData, curl_off_t dltotal, curl_off_t dlnow, curl_off_t ultotal, curl_off_t ulnow)
    -	{
    -		CCurlWWWData * me = static_cast(pCCurlWWWData);
    -		if (me)
    -		{
    -			if (dltotal > 0 || dlnow > 0 || ultotal > 0 || ulnow > 0)
    -			{
    -				nlwarning("> dltotal %d, dlnow %d, ultotal %d, ulnow %d, url '%s'", dltotal, dlnow, ultotal, ulnow, me->Url.c_str());
    -			}
    -		}
    -
    -		// return 1 to cancel download
    -		return 0;
    -	}
    -
    -	// ***************************************************************************
    -	std::string CGroupHTML::HTMLOListElement::getListMarkerText() const
    -	{
    -		std::string ret;
    -		sint32 number = Value;
    -
    -		if (Type == "disc")
    -		{
    -			// (ucchar)0x2219;
    -			ret = "\xe2\x88\x99 ";
    -		}
    -		else if (Type == "circle")
    -		{
    -			// (uchar)0x26AA;
    -			ret = "\xe2\x9a\xaa ";
    -		}
    -		else if (Type == "square")
    -		{
    -			// (ucchar)0x25AA;
    -			ret = "\xe2\x96\xaa ";
    -		}
    -		else if (Type == "a" || Type == "A")
    -		{
    -			// @see toAlphabeticOrNumeric in WebKit
    -			static const char lower[26] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm',
    -											'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z' };
    -			static const char upper[26] = { 'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M',
    -											'N', 'O', 'P', 'Q', 'R', 'S', 'T', 'U', 'V', 'W', 'X', 'Y', 'Z' };
    -			uint size = 26;
    -			if (number < 1)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "A" ? upper : lower);
    -				while(number > 0)
    -				{
    -					--number;
    -					ret.insert(ret.begin(), digits[number % size]);
    -					number /= size;
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else if (Type == "i" || Type == "I")
    -		{
    -			// @see toRoman in WebKit
    -			static const char lower[7] = {'i', 'v', 'x', 'l', 'c', 'd', 'm'};
    -			static const char upper[7] = {'I', 'V', 'X', 'L', 'C', 'D', 'M'};
    -
    -			if (number < 1 || number > 3999)
    -			{
    -				ret = toString(number);
    -			}
    -			else
    -			{
    -				const char* digits = (Type == "I" ? upper : lower);
    -				uint8 i, d=0;
    -				do
    -				{
    -					uint32 num = number % 10;
    -					if (num % 5 < 4)
    -					{
    -						for (i = num % 5; i > 0; i--)
    -						{
    -							ret.insert(ret.begin(), digits[d]);
    -						}
    -					}
    -					if (num >= 4 && num <= 8)
    -					{
    -						ret.insert(ret.begin(), digits[d + 1]);
    -					}
    -					if (num == 9)
    -					{
    -						ret.insert(ret.begin(), digits[d + 2]);
    -					}
    -					if (num % 5 == 4)
    -					{
    -						ret.insert(ret.begin(), digits[d]);
    -					}
    -					number /= 10;
    -					d += 2;
    -				}
    -				while (number > 0);
    -
    -				if (Type == "I")
    -				{
    -					ret = toUpper(ret);
    -				}
    -			}
    -			ret += ". ";
    -		}
    -		else
    -		{
    -			ret = toString(Value) + ". ";
    -		}
    -
    -		return ret;
    -	}
    -
    -}
    -
    diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BACKUP_6184.lua b/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BACKUP_6184.lua
    deleted file mode 100644
    index cae639a18..000000000
    --- a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BACKUP_6184.lua
    +++ /dev/null
    @@ -1,564 +0,0 @@
    --- In this file we define functions that serves outgame character creation
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- create the game namespace without reseting if already created in an other file.
    -<<<<<<< HEAD
    -if (outgame==nil) then
    -	outgame= {};
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- Name generator.
    -
    -
    -function outgame:procGenerateName()
    -    local uiNameFull = getUI("ui:outgame:appear_name:name_full");
    -    local uiNameDef = getUI("ui:outgame:appear_name:name_def");
    -	local uiGenText = getUI("ui:outgame:appear_name:eb");
    -    local dbNameSyllabe = getDbProp("UI:TEMP:NAME_SYLLABE");
    -    local dbNameRace = getDbProp("UI:TEMP:NAME_RACE");
    -    local dbNameSyllabeMax = getDbProp("UI:TEMP:NAME_SYLLABE_MAX");
    -
    -    local nameResult = "";
    -    local fullnameResult = "";
    -    local defResult = "";
    -    
    -    local nbRafsi = 0;
    -    for _ in pairs(rafsi) do nbRafsi = nbRafsi + 1 end
    -        
    -    
    -    index = math.random(nbRafsi);
    -    nameResult = rafsi[index];
    -    fullnameResult = gismu[index];
    -    defResult = def[index];
    -    
    -    imax = tonumber(dbNameSyllabe);
    -    for i=2,imax,1 do 
    -        index = math.random(nbRafsi);
    -        nameResult = nameResult .. rafsi[index];
    -        fullnameResult = fullnameResult .. " " .. gismu[index];
    -        defResult = defResult .. " | " .. def[index];
    -    end 
    -        
    -    uiNameFull.hardtext = fullnameResult;
    -    uiNameDef.hardtext = defResult;
    -    
    -    nameResult = string.gsub(nameResult, "'", "");
    -    nameResult = string.gsub(nameResult, " ", "");
    -    nameResult = string.gsub(nameResult, "-", "");
    -    nameResult = string.lower( nameResult );
    -    nameResult = nameResult:gsub("^%l", string.upper);
    -    uiGenText.input_string = nameResult;
    -    
    -end
    --- Name syllabe slider update.
    -function outgame:procUpdateNameSyllabeLabel()
    -	local uiNameSyllabeText_nb = getUI("ui:outgame:appear_name:name_syllabe_slider:name_syllabe_nb");
    -    local uiNameSyllabe = getDbProp("UI:TEMP:NAME_SYLLABE");
    -	uiNameSyllabeText_nb.hardtext = uiNameSyllabe;
    -	-- uiNameSyllabeText.hardtext = uiNameSyllabe .. " " .. i18n.get("uiCP_Syllabe");
    -=======
    -if (outgame == nil) then
    -	outgame = {}
    -end
    -
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- Name generator.
    -
    ---nb noms:
    --- matis: male 621 - female 621 - FirstName 621
    --- fyros: given name 14269, FirstName 841
    --- zorai: given name one 318, given name two 644, FirstName 1287
    --- tryker: given name 4500, FirstName 4335
    -
    --- Fyros
    -function outgame:getFyrosFirstName()
    -	local nbFyrosFirstNames = #fyrosFirstNames
    -
    -	return fyrosFirstNames[math.random(nbFyrosFirstNames)]
    -end
    -
    -function outgame:getFyrosLastName()
    -	local nbFyrosLastNames = #fyrosLastNames
    -
    -	return fyrosLastNames[math.random(nbFyrosLastNames)]
    -end
    -
    --- Matis
    -function outgame:getMatisFirstName(sex)
    -	-- 1 = male, 2 = female
    -	local dbNameSex = getDbProp("UI:TEMP:NAME_SEX")
    -
    -	if sex ~= nil then
    -		dbNameSex = sex
    -	end
    -
    -	local FirstName = ""
    -	if tonumber(dbNameSex) == 1 then
    -		local nbMatisMaleFirstNames = #matisMaleFirstNames
    -		FirstName = matisMaleFirstNames[math.random(nbMatisMaleFirstNames)]
    -	else
    -		local nbMatisFemaleFirstNames = #matisFemaleFirstNames
    -		FirstName = matisFemaleFirstNames[math.random(nbMatisFemaleFirstNames)]
    -	end
    -
    -	return FirstName
    -end
    -
    -function outgame:getMatisLastName()
    -	local nbMatisLastNames = #matisLastNames
    -
    -	return matisLastNames[math.random(nbMatisLastNames)]
    -end
    -
    --- Tryker
    -function outgame:getTrykerFirstName()
    -	local nbTrykerFirstNames = #trykerFirstNames
    -
    -	return trykerFirstNames[math.random(nbTrykerFirstNames)]
    -end
    -
    -function outgame:getTrykerLastName()
    -	local nbTrykerLastNames = #trykerLastNames
    -
    -	return trykerLastNames[math.random(nbTrykerLastNames)]
    -end
    -
    --- Zoraï
    -function outgame:getZoraiFirstName()
    -	local nbFirstNamesOne = #zoraiFirstNamesOne
    -	local FirstNameOne = zoraiFirstNamesOne[math.random(nbFirstNamesOne)]
    -
    -	local nbFirstNamesTwo = #zoraiFirstNamesTwo
    -	local FirstNameTwo = zoraiFirstNamesTwo[math.random(nbFirstNamesTwo)]
    -
    -	return FirstNameOne .. "-" .. FirstNameTwo
    -end
    -
    -function outgame:getZoraiLastName()
    -	local nbLastNames = #zoraiLastNames
    -
    -	return zoraiLastNames[math.random(nbLastNames)]
    -end
    -
    -function outgame:procGenerateName()
    -	local uiNameFull = getUI("ui:outgame:appear_name:name_full")
    -	local uiGenText = getUI("ui:outgame:appear_name:eb")
    -	local dbNameRace = getDbProp("UI:TEMP:NAME_RACE")
    -	local dbNameSubRaceFirstName = getDbProp("UI:TEMP:NAME_SUB_RACE_FIRST_NAME")
    -	local dbNameSubRaceLastName = getDbProp("UI:TEMP:NAME_SUB_RACE_LAST_NAME")
    -
    -	local nameResult = ""
    -	local fullnameResult = ""
    -
    -	-- Look at outgame:procUpdateNameRaceLabel() for the "race" list.
    -	-- fy ma try zo -->
    -	local firstName = "test2"
    -	local lastName = "test"
    -
    -	-- Fyros and Matis are using "first name, last name" order
    -	-- Trykers and Zoraïs are using "last name, first name" order
    -	if  tonumber(dbNameRace) == 1 then
    -	-- Fyros
    -		firstName = self:getFyrosFirstName()
    -		lastName = self:getFyrosLastName()
    -		fullnameResult = firstName .. " " .. lastName
    -	elseif  tonumber(dbNameRace) == 2 then
    -	-- Matis
    -		firstName = self:getMatisFirstName()
    -		lastName = self:getMatisLastName()
    -		fullnameResult = firstName .. " " .. lastName
    -	elseif  tonumber(dbNameRace) == 3 then
    -	-- Tryker
    -		firstName = self:getTrykerFirstName()
    -		lastName = self:getTrykerLastName()
    -		fullnameResult = lastName .. " " .. firstName
    -	elseif  tonumber(dbNameRace) == 4 then
    -	-- Zorai
    -		firstName = self:getZoraiFirstName()
    -		lastName = self:getZoraiLastName()
    -		fullnameResult = lastName .. " " .. firstName
    -	elseif  tonumber(dbNameRace) == 5 then
    -	-- Maraudeurs
    -
    -		-- firstName
    -		if tonumber(dbNameSubRaceFirstName) == 1 then
    -		-- Fyros
    -			firstName = self:getFyrosFirstName()
    -		elseif  tonumber(dbNameSubRaceFirstName) == 2 then
    -		-- Matis M
    -			firstName = self:getMatisFirstName(1)
    -		elseif  tonumber(dbNameSubRaceFirstName) == 3 then
    -		-- Matis F
    -			firstName = self:getMatisFirstName(2)
    -		elseif  tonumber(dbNameSubRaceFirstName) == 4 then
    -		-- Tryker
    -			firstName = self:getTrykerFirstName()
    -		elseif  tonumber(dbNameSubRaceFirstName) == 5 then
    -		-- Zorai
    -			firstName = self:getZoraiFirstName()
    -		end
    -
    -		-- lastName
    -		if tonumber(dbNameSubRaceLastName) == 1 then
    -		-- Fyros
    -			lastName = self:getFyrosLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 2 then
    -		-- Matis
    -			lastName = self:getMatisLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 3 then
    -		-- Tryker
    -			lastName = self:getTrykerLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 4  then
    -		-- Zorai
    -			lastName = self:getZoraiLastName()
    -		end
    -
    -		fullnameResult = firstName .. " " .. lastName
    -	end
    -
    -	-- always use first name for character name
    -	nameResult = firstName
    -
    -	uiNameFull.hardtext = fullnameResult
    -
    -	nameResult = string.gsub(nameResult, "'", "")
    -	nameResult = string.gsub(nameResult, " ", "")
    -	nameResult = string.gsub(nameResult, "-", "")
    -	nameResult = string.lower(nameResult)
    -	nameResult = nameResult:gsub("^%l", string.upper)
    -	uiGenText.input_string = nameResult
    -end
    -
    --- Name sex slider update.
    -function outgame:procUpdateNameSexLabel()
    -	local nameSexType = { "uiCP_Sex_Male", "uiCP_Sex_Female" }
    -	local uiNameSexText = getUI("ui:outgame:appear_name:name_sex_slider:name_sex")
    -	local uiNameSex = getDbProp("UI:TEMP:NAME_SEX")
    -
    -	tempstr = tostring(i18n.get(nameSexType[tonumber(uiNameSex)]))
    -	tempstr = string.lower(tempstr)
    -	tempstr = (tempstr:gsub("^%l", string.upper))
    -
    -	uiNameSexText.hardtext = tempstr
    -end
    -
    --- Name race slider update.
    -function outgame:procUpdateNameRaceLabel()
    -	local nameRaceType = { "Fyros", "Matis", "Tryker", "Zoraï", "uiCP_Maraudeur" }
    -
    -	local uiNameRaceText = getUI("ui:outgame:appear_name:name_race_slider:name_race")
    -	local dbNameRace = getDbProp("UI:TEMP:NAME_RACE")
    -
    -	local uiNameSexSlider = getUI("ui:outgame:appear_name:name_sex_slider")
    -
    -	local uiNameSubRaceFirstNameSlider = getUI("ui:outgame:appear_name:name_sub_race_first_name_slider")
    -	local uiNameSubRaceLastNameSlider = getUI("ui:outgame:appear_name:name_sub_race_last_name_slider")
    -
    -	local uiNameGenerate = getUI("ui:outgame:appear_name:generate")
    -	-- Show/Hide sex slider
    -
    -	uiNameGenerate.y = "-50"
    -	if tonumber(dbNameRace) == 2 then
    -		uiNameSexSlider.active = true
    -		uiNameGenerate.y = "-65"
    -	else
    -		uiNameSexSlider.active = false
    -	end
    -
    -	-- Show/Hide sub race slider
    -	if tonumber(dbNameRace) == 5 then
    -		uiNameSubRaceFirstNameSlider.active = true
    -		uiNameSubRaceLastNameSlider.active = true
    -		uiNameGenerate.y = "-105"
    -	else
    -		uiNameSubRaceFirstNameSlider.active = false
    -		uiNameSubRaceLastNameSlider.active = false
    -	end
    -
    -	uiNameRaceText.hardtext = tostring(nameRaceType[tonumber(dbNameRace)])
    -end
    -
    -
    -local matisF = "Matis " .. (string.lower(tostring(i18n.get("uiCP_Sex_Female")) )):gsub("^%l", string.upper)
    -local matisM = "Matis " .. (string.lower(tostring(i18n.get("uiCP_Sex_Male")) )):gsub("^%l", string.upper)
    -
    -function outgame:procUpdateNameSubRaceFirstNameLabel()
    -	local nameSubRaceFirstNameType = { "Fyros", matisM, matisF, "Tryker", "Zoraï" }
    -	local uiNameSubRaceFirstNameText = getUI("ui:outgame:appear_name:name_sub_race_first_name_slider:name_race")
    -	local dbNameSubRaceFirstName = getDbProp("UI:TEMP:NAME_SUB_RACE_FIRST_NAME")
    -
    -	uiNameSubRaceFirstNameText.hardtext= tostring(nameSubRaceFirstNameType[tonumber(dbNameSubRaceFirstName)])
    -end
    -
    -function outgame:procUpdateNameSubRaceLastNameLabel()
    -	local nameSubRaceLastNameType = { "Fyros", "Matis", "Tryker", "Zoraï" }
    -	local uiNameSubRaceLastNameText = getUI("ui:outgame:appear_name:name_sub_race_last_name_slider:name_race")
    -	local dbNameSubRaceLastName = getDbProp("UI:TEMP:NAME_SUB_RACE_LAST_NAME")
    -
    -	uiNameSubRaceLastNameText.hardtext= tostring(nameSubRaceLastNameType[tonumber(dbNameSubRaceLastName)])
    ->>>>>>> ryzomcore
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct icons
    -function outgame:activePackElement(id, icon)
    -<<<<<<< HEAD
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc");
    -	uiDesc['ico' .. tostring(id)].active= true;
    -	uiDesc['ico' .. tostring(id)].texture= icon;
    -	uiDesc['ico' .. tostring(id) .. 'txt'].active= true;
    -=======
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc")
    -	uiDesc['ico' .. tostring(id)].active = true
    -	uiDesc['ico' .. tostring(id)].texture = icon
    -	uiDesc['ico' .. tostring(id) .. 'txt'].active = true
    ->>>>>>> ryzomcore
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack text
    -function outgame:setPackJobText(id, spec)
    -	-- Set Pack content
    -<<<<<<< HEAD
    -	local uiPackText = getUI("ui:outgame:appear:job_options:options:desc:pack_" .. id);
    -	uiPackText.hardtext= "uiCP_Job_" .. id .. tostring(spec);
    -
    -	-- Set specialization text
    -	local uiResText = getUI("ui:outgame:appear:job_options:options:result:res");
    -	if(spec==2) then
    -		uiResText.hardtext= "uiCP_Res_" .. id;
    -=======
    -	local uiPackText = getUI("ui:outgame:appear:job_options:options:desc:pack_" .. id)
    -	uiPackText.hardtext= "uiCP_Job_" .. id .. tostring(spec)
    -
    -	-- Set specialization text
    -	local uiResText = getUI("ui:outgame:appear:job_options:options:result:res")
    -	if(spec==2) then
    -		uiResText.hardtext= "uiCP_Res_" .. id
    ->>>>>>> ryzomcore
    -	end
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack
    -function outgame:buildActionPack()
    -
    -<<<<<<< HEAD
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc");
    -	if (uiDesc==nil) then
    -		return;
    -=======
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc")
    -	if (uiDesc==nil) then
    -		return
    ->>>>>>> ryzomcore
    -	end
    -
    -	-- Reset All
    -	for i = 1,20 do
    -<<<<<<< HEAD
    -		uiDesc['ico' .. tostring(i)].active= false;
    -		uiDesc['ico' .. tostring(i) .. 'txt'].active= false;
    -	end
    -
    -	-- Build Default Combat
    -	self:activePackElement(1, 'f1.tga');		-- Dagger
    -	self:activePackElement(2, 'f2.tga');		-- Accurate Attack
    -	
    -	-- Build Default Magic
    -	self:activePackElement(6, 'm2.tga');		-- Gloves
    -	self:activePackElement(7, 'm1.tga');		-- Acid
    -	
    -	-- Build Default Forage
    -	self:activePackElement(11, 'g1.tga');	-- Forage Tool
    -	self:activePackElement(12, 'g2.tga');	-- Basic Extract
    -	
    -	-- Build Default Craft
    -	self:activePackElement(16, 'c2.tga');	-- Craft Tool
    -	self:activePackElement(17, 'c1.tga');	-- 50 raw mat
    -	self:activePackElement(18, 'c3.tga');	-- Craft Root
    -	self:activePackElement(19, 'c4.tga');	-- Boots Plan
    -
    -	-- Build Option
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:activePackElement(3, 'f3.tga');		-- Increase damage
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:activePackElement(8, 'm5.tga');		-- Fear
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:activePackElement(13, 'g3.tga');	-- Basic Prospection
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:activePackElement(20, 'c6.tga');	-- Gloves Plan
    -		self:activePackElement(17, 'c5.tga');	-- Replace 17, with 100x RawMat
    -=======
    -		uiDesc['ico' .. tostring(i)].active = false
    -		uiDesc['ico' .. tostring(i) .. 'txt'].active = false
    -	end
    -
    -	-- Build Default Combat
    -	self:activePackElement(1, 'f1.tga')		-- Dagger
    -	self:activePackElement(2, 'f2.tga')		-- Accurate Attack
    -
    -	-- Build Default Magic
    -	self:activePackElement(6, 'm2.tga')		-- Gloves
    -	self:activePackElement(7, 'm1.tga')		-- Acid
    -
    -	-- Build Default Forage
    -	self:activePackElement(11, 'g1.tga')	-- Forage Tool
    -	self:activePackElement(12, 'g2.tga')	-- Basic Extract
    -
    -	-- Build Default Craft
    -	self:activePackElement(16, 'c2.tga')	-- Craft Tool
    -	self:activePackElement(17, 'c1.tga')	-- 50 raw mat
    -	self:activePackElement(18, 'c3.tga')	-- Craft Root
    -	self:activePackElement(19, 'c4.tga')	-- Boots Plan
    -
    -	-- Build Option
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:activePackElement(3, 'f3.tga')		-- Increase damage
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:activePackElement(8, 'm5.tga')		-- Fear
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:activePackElement(13, 'g3.tga')	-- Basic Prospection
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:activePackElement(20, 'c6.tga')	-- Gloves Plan
    -		self:activePackElement(17, 'c5.tga')	-- Replace 17, with 100x RawMat
    ->>>>>>> ryzomcore
    -	end
    -
    -
    -	-- Reset Text
    -<<<<<<< HEAD
    -	self:setPackJobText('F', 1);
    -	self:setPackJobText('M', 1);
    -	self:setPackJobText('G', 1);
    -	self:setPackJobText('C', 1);
    -	
    -	-- Set correct text for specalized version		
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:setPackJobText('F', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:setPackJobText('M', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:setPackJobText('G', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:setPackJobText('C', 2);
    -	end
    -	
    -=======
    -	self:setPackJobText('F', 1)
    -	self:setPackJobText('M', 1)
    -	self:setPackJobText('G', 1)
    -	self:setPackJobText('C', 1)
    -
    -	-- Set correct text for specalized version
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:setPackJobText('F', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:setPackJobText('M', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:setPackJobText('G', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:setPackJobText('C', 2)
    -	end
    -
    ->>>>>>> ryzomcore
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --------------------
    --- BG DOWNLOADER --
    --------------------
    -
    ---function outgame:getProgressGroup()
    ---	--debugInfo("*** 1 ***")
    ---	local grp = getUI("ui:outgame:charsel:bgd_progress")
    ---	--debugInfo(tostring(grp))
    ---	return grp
    ---end
    ---
    ---function outgame:setProgressText(ucstr, color, progress, ellipsis)
    ---	--debugInfo("*** 2 ***")
    ---	local text = self:getProgressGroup():find("text")
    ---	local ellipsisTxt = self:getProgressGroup():find("ellipsis")
    ---	text.color = color
    ---	text.uc_hardtext = ucstr
    ---	if ellipsis then
    ---		ellipsisTxt.hardtext = ellipsis
    ---	else
    ---		ellipsisTxt.hardtext = ""
    ---	end
    ---	ellipsisTxt.color = color
    ---	local progressCtrl = self:getProgressGroup():find("progress")
    ---	progressCtrl.range = 100
    ---	progressCtrl.value = progress * 100
    ---	progressCtrl.active = true
    ---end
    ---
    ---
    ---local progress progressSymbol = { ".", "..", "..." }
    ---
    ----- set patching progression (from 0 to 1)
    ---function outgame:setPatchProgress(progress)
    ---	--debugInfo("*** 3 ***")
    ---	local progressPercentText = string.format("%d%%", 100 * progress)
    -<<<<<<< HEAD
    ---	local progressPostfix = math.fmod(os.time(), 3)	
    ---	--debugInfo("Patch in progress : " .. tostring(progress))		
    -=======
    ---	local progressPostfix = math.fmod(os.time(), 3)
    ---	--debugInfo("Patch in progress : " .. tostring(progress))
    ->>>>>>> ryzomcore
    ---	local progressDate = nltime.getLocalTime() / 500
    ---	local colValue = math.floor(230 + 24 * math.sin(progressDate))
    ---	local color = string.format("%d %d 	%d %d", colValue, colValue, colValue, 255)
    ---	self:setProgressText(concatUCString(i18n.get("uiBGD_Progress"), ucstring(progressPercentText)), color, progress, progressSymbol[progressPostfix + 1])
    ---end
    ---
    ---function outgame:setPatchSuccess()
    ---	--debugInfo("*** 4 ***")
    ---	--debugInfo("Patch up to date")
    ---	self:setProgressText(i18n.get("uiBGD_PatchUpToDate"), "0 255 0 255", 1)
    ---end
    ---
    ---
    ---function outgame:setPatchError()
    ---	--debugInfo("*** 5 ***")
    -<<<<<<< HEAD
    ---	--debugInfo("Patch error")	
    -=======
    ---	--debugInfo("Patch error")
    ->>>>>>> ryzomcore
    ---	self:setProgressText(i18n.get("uiBGD_PatchError"), "255 0 0 255", 0)
    ---end
    ---
    ---function outgame:setNoPatch()
    ---	--self:getProgressGroup().active = false
    ---end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    -----------------
    ---LAUNCH GAME --
    -----------------
    -function outgame:launchGame()
    -	if not isPlayerSlotNewbieLand(getPlayerSelectedSlot()) then
    -		if not isFullyPatched() then
    -<<<<<<< HEAD
    -			messageBoxWithHelp(i18n.get("uiBGD_MainlandCharFullPatchNeeded"), "ui:outgame")		
    -			return
    -		end
    -	end		
    -=======
    -			messageBoxWithHelp(i18n.get("uiBGD_MainlandCharFullPatchNeeded"), "ui:outgame")
    -			return
    -		end
    -	end
    ->>>>>>> ryzomcore
    -	runAH(getUICaller(), "proc", "proc_charsel_play")
    -end
    diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BASE_6184.lua b/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_BASE_6184.lua
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_LOCAL_6184.lua b/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_LOCAL_6184.lua
    deleted file mode 100644
    index 2bd2767de..000000000
    --- a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_LOCAL_6184.lua
    +++ /dev/null
    @@ -1,227 +0,0 @@
    --- In this file we define functions that serves outgame character creation
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- create the game namespace without reseting if already created in an other file.
    -if (outgame==nil) then
    -	outgame= {};
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- Name generator.
    -
    -
    -function outgame:procGenerateName()
    -    local uiNameFull = getUI("ui:outgame:appear_name:name_full");
    -    local uiNameDef = getUI("ui:outgame:appear_name:name_def");
    -	local uiGenText = getUI("ui:outgame:appear_name:eb");
    -    local dbNameSyllabe = getDbProp("UI:TEMP:NAME_SYLLABE");
    -    local dbNameRace = getDbProp("UI:TEMP:NAME_RACE");
    -    local dbNameSyllabeMax = getDbProp("UI:TEMP:NAME_SYLLABE_MAX");
    -
    -    local nameResult = "";
    -    local fullnameResult = "";
    -    local defResult = "";
    -    
    -    local nbRafsi = 0;
    -    for _ in pairs(rafsi) do nbRafsi = nbRafsi + 1 end
    -        
    -    
    -    index = math.random(nbRafsi);
    -    nameResult = rafsi[index];
    -    fullnameResult = gismu[index];
    -    defResult = def[index];
    -    
    -    imax = tonumber(dbNameSyllabe);
    -    for i=2,imax,1 do 
    -        index = math.random(nbRafsi);
    -        nameResult = nameResult .. rafsi[index];
    -        fullnameResult = fullnameResult .. " " .. gismu[index];
    -        defResult = defResult .. " | " .. def[index];
    -    end 
    -        
    -    uiNameFull.hardtext = fullnameResult;
    -    uiNameDef.hardtext = defResult;
    -    
    -    nameResult = string.gsub(nameResult, "'", "");
    -    nameResult = string.gsub(nameResult, " ", "");
    -    nameResult = string.gsub(nameResult, "-", "");
    -    nameResult = string.lower( nameResult );
    -    nameResult = nameResult:gsub("^%l", string.upper);
    -    uiGenText.input_string = nameResult;
    -    
    -end
    --- Name syllabe slider update.
    -function outgame:procUpdateNameSyllabeLabel()
    -	local uiNameSyllabeText_nb = getUI("ui:outgame:appear_name:name_syllabe_slider:name_syllabe_nb");
    -    local uiNameSyllabe = getDbProp("UI:TEMP:NAME_SYLLABE");
    -	uiNameSyllabeText_nb.hardtext = uiNameSyllabe;
    -	-- uiNameSyllabeText.hardtext = uiNameSyllabe .. " " .. i18n.get("uiCP_Syllabe");
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct icons
    -function outgame:activePackElement(id, icon)
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc");
    -	uiDesc['ico' .. tostring(id)].active= true;
    -	uiDesc['ico' .. tostring(id)].texture= icon;
    -	uiDesc['ico' .. tostring(id) .. 'txt'].active= true;
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack text
    -function outgame:setPackJobText(id, spec)
    -	-- Set Pack content
    -	local uiPackText = getUI("ui:outgame:appear:job_options:options:desc:pack_" .. id);
    -	uiPackText.hardtext= "uiCP_Job_" .. id .. tostring(spec);
    -
    -	-- Set specialization text
    -	local uiResText = getUI("ui:outgame:appear:job_options:options:result:res");
    -	if(spec==2) then
    -		uiResText.hardtext= "uiCP_Res_" .. id;
    -	end
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack
    -function outgame:buildActionPack()
    -
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc");
    -	if (uiDesc==nil) then
    -		return;
    -	end
    -
    -	-- Reset All
    -	for i = 1,20 do
    -		uiDesc['ico' .. tostring(i)].active= false;
    -		uiDesc['ico' .. tostring(i) .. 'txt'].active= false;
    -	end
    -
    -	-- Build Default Combat
    -	self:activePackElement(1, 'f1.tga');		-- Dagger
    -	self:activePackElement(2, 'f2.tga');		-- Accurate Attack
    -	
    -	-- Build Default Magic
    -	self:activePackElement(6, 'm2.tga');		-- Gloves
    -	self:activePackElement(7, 'm1.tga');		-- Acid
    -	
    -	-- Build Default Forage
    -	self:activePackElement(11, 'g1.tga');	-- Forage Tool
    -	self:activePackElement(12, 'g2.tga');	-- Basic Extract
    -	
    -	-- Build Default Craft
    -	self:activePackElement(16, 'c2.tga');	-- Craft Tool
    -	self:activePackElement(17, 'c1.tga');	-- 50 raw mat
    -	self:activePackElement(18, 'c3.tga');	-- Craft Root
    -	self:activePackElement(19, 'c4.tga');	-- Boots Plan
    -
    -	-- Build Option
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:activePackElement(3, 'f3.tga');		-- Increase damage
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:activePackElement(8, 'm5.tga');		-- Fear
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:activePackElement(13, 'g3.tga');	-- Basic Prospection
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:activePackElement(20, 'c6.tga');	-- Gloves Plan
    -		self:activePackElement(17, 'c5.tga');	-- Replace 17, with 100x RawMat
    -	end
    -
    -
    -	-- Reset Text
    -	self:setPackJobText('F', 1);
    -	self:setPackJobText('M', 1);
    -	self:setPackJobText('G', 1);
    -	self:setPackJobText('C', 1);
    -	
    -	-- Set correct text for specalized version		
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:setPackJobText('F', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:setPackJobText('M', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:setPackJobText('G', 2);
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:setPackJobText('C', 2);
    -	end
    -	
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --------------------
    --- BG DOWNLOADER --
    --------------------
    -
    ---function outgame:getProgressGroup()
    ---	--debugInfo("*** 1 ***")
    ---	local grp = getUI("ui:outgame:charsel:bgd_progress")
    ---	--debugInfo(tostring(grp))
    ---	return grp
    ---end
    ---
    ---function outgame:setProgressText(ucstr, color, progress, ellipsis)
    ---	--debugInfo("*** 2 ***")
    ---	local text = self:getProgressGroup():find("text")
    ---	local ellipsisTxt = self:getProgressGroup():find("ellipsis")
    ---	text.color = color
    ---	text.uc_hardtext = ucstr
    ---	if ellipsis then
    ---		ellipsisTxt.hardtext = ellipsis
    ---	else
    ---		ellipsisTxt.hardtext = ""
    ---	end
    ---	ellipsisTxt.color = color
    ---	local progressCtrl = self:getProgressGroup():find("progress")
    ---	progressCtrl.range = 100
    ---	progressCtrl.value = progress * 100
    ---	progressCtrl.active = true
    ---end
    ---
    ---
    ---local progress progressSymbol = { ".", "..", "..." }
    ---
    ----- set patching progression (from 0 to 1)
    ---function outgame:setPatchProgress(progress)
    ---	--debugInfo("*** 3 ***")
    ---	local progressPercentText = string.format("%d%%", 100 * progress)
    ---	local progressPostfix = math.fmod(os.time(), 3)	
    ---	--debugInfo("Patch in progress : " .. tostring(progress))		
    ---	local progressDate = nltime.getLocalTime() / 500
    ---	local colValue = math.floor(230 + 24 * math.sin(progressDate))
    ---	local color = string.format("%d %d 	%d %d", colValue, colValue, colValue, 255)
    ---	self:setProgressText(concatUCString(i18n.get("uiBGD_Progress"), ucstring(progressPercentText)), color, progress, progressSymbol[progressPostfix + 1])
    ---end
    ---
    ---function outgame:setPatchSuccess()
    ---	--debugInfo("*** 4 ***")
    ---	--debugInfo("Patch up to date")
    ---	self:setProgressText(i18n.get("uiBGD_PatchUpToDate"), "0 255 0 255", 1)
    ---end
    ---
    ---
    ---function outgame:setPatchError()
    ---	--debugInfo("*** 5 ***")
    ---	--debugInfo("Patch error")	
    ---	self:setProgressText(i18n.get("uiBGD_PatchError"), "255 0 0 255", 0)
    ---end
    ---
    ---function outgame:setNoPatch()
    ---	--self:getProgressGroup().active = false
    ---end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    -----------------
    ---LAUNCH GAME --
    -----------------
    -function outgame:launchGame()
    -	if not isPlayerSlotNewbieLand(getPlayerSelectedSlot()) then
    -		if not isFullyPatched() then
    -			messageBoxWithHelp(i18n.get("uiBGD_MainlandCharFullPatchNeeded"), "ui:outgame")		
    -			return
    -		end
    -	end		
    -	runAH(getUICaller(), "proc", "proc_charsel_play")
    -end
    diff --git a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_REMOTE_6184.lua b/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_REMOTE_6184.lua
    deleted file mode 100644
    index 43727200a..000000000
    --- a/code/ryzom/client/data/gamedev/interfaces_v3/out_v2_appear_REMOTE_6184.lua
    +++ /dev/null
    @@ -1,414 +0,0 @@
    --- In this file we define functions that serves outgame character creation
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- create the game namespace without reseting if already created in an other file.
    -if (outgame == nil) then
    -	outgame = {}
    -end
    -
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- Name generator.
    -
    ---nb noms:
    --- matis: male 621 - female 621 - FirstName 621
    --- fyros: given name 14269, FirstName 841
    --- zorai: given name one 318, given name two 644, FirstName 1287
    --- tryker: given name 4500, FirstName 4335
    -
    --- Fyros
    -function outgame:getFyrosFirstName()
    -	local nbFyrosFirstNames = #fyrosFirstNames
    -
    -	return fyrosFirstNames[math.random(nbFyrosFirstNames)]
    -end
    -
    -function outgame:getFyrosLastName()
    -	local nbFyrosLastNames = #fyrosLastNames
    -
    -	return fyrosLastNames[math.random(nbFyrosLastNames)]
    -end
    -
    --- Matis
    -function outgame:getMatisFirstName(sex)
    -	-- 1 = male, 2 = female
    -	local dbNameSex = getDbProp("UI:TEMP:NAME_SEX")
    -
    -	if sex ~= nil then
    -		dbNameSex = sex
    -	end
    -
    -	local FirstName = ""
    -	if tonumber(dbNameSex) == 1 then
    -		local nbMatisMaleFirstNames = #matisMaleFirstNames
    -		FirstName = matisMaleFirstNames[math.random(nbMatisMaleFirstNames)]
    -	else
    -		local nbMatisFemaleFirstNames = #matisFemaleFirstNames
    -		FirstName = matisFemaleFirstNames[math.random(nbMatisFemaleFirstNames)]
    -	end
    -
    -	return FirstName
    -end
    -
    -function outgame:getMatisLastName()
    -	local nbMatisLastNames = #matisLastNames
    -
    -	return matisLastNames[math.random(nbMatisLastNames)]
    -end
    -
    --- Tryker
    -function outgame:getTrykerFirstName()
    -	local nbTrykerFirstNames = #trykerFirstNames
    -
    -	return trykerFirstNames[math.random(nbTrykerFirstNames)]
    -end
    -
    -function outgame:getTrykerLastName()
    -	local nbTrykerLastNames = #trykerLastNames
    -
    -	return trykerLastNames[math.random(nbTrykerLastNames)]
    -end
    -
    --- Zoraï
    -function outgame:getZoraiFirstName()
    -	local nbFirstNamesOne = #zoraiFirstNamesOne
    -	local FirstNameOne = zoraiFirstNamesOne[math.random(nbFirstNamesOne)]
    -
    -	local nbFirstNamesTwo = #zoraiFirstNamesTwo
    -	local FirstNameTwo = zoraiFirstNamesTwo[math.random(nbFirstNamesTwo)]
    -
    -	return FirstNameOne .. "-" .. FirstNameTwo
    -end
    -
    -function outgame:getZoraiLastName()
    -	local nbLastNames = #zoraiLastNames
    -
    -	return zoraiLastNames[math.random(nbLastNames)]
    -end
    -
    -function outgame:procGenerateName()
    -	local uiNameFull = getUI("ui:outgame:appear_name:name_full")
    -	local uiGenText = getUI("ui:outgame:appear_name:eb")
    -	local dbNameRace = getDbProp("UI:TEMP:NAME_RACE")
    -	local dbNameSubRaceFirstName = getDbProp("UI:TEMP:NAME_SUB_RACE_FIRST_NAME")
    -	local dbNameSubRaceLastName = getDbProp("UI:TEMP:NAME_SUB_RACE_LAST_NAME")
    -
    -	local nameResult = ""
    -	local fullnameResult = ""
    -
    -	-- Look at outgame:procUpdateNameRaceLabel() for the "race" list.
    -	-- fy ma try zo -->
    -	local firstName = "test2"
    -	local lastName = "test"
    -
    -	-- Fyros and Matis are using "first name, last name" order
    -	-- Trykers and Zoraïs are using "last name, first name" order
    -	if  tonumber(dbNameRace) == 1 then
    -	-- Fyros
    -		firstName = self:getFyrosFirstName()
    -		lastName = self:getFyrosLastName()
    -		fullnameResult = firstName .. " " .. lastName
    -	elseif  tonumber(dbNameRace) == 2 then
    -	-- Matis
    -		firstName = self:getMatisFirstName()
    -		lastName = self:getMatisLastName()
    -		fullnameResult = firstName .. " " .. lastName
    -	elseif  tonumber(dbNameRace) == 3 then
    -	-- Tryker
    -		firstName = self:getTrykerFirstName()
    -		lastName = self:getTrykerLastName()
    -		fullnameResult = lastName .. " " .. firstName
    -	elseif  tonumber(dbNameRace) == 4 then
    -	-- Zorai
    -		firstName = self:getZoraiFirstName()
    -		lastName = self:getZoraiLastName()
    -		fullnameResult = lastName .. " " .. firstName
    -	elseif  tonumber(dbNameRace) == 5 then
    -	-- Maraudeurs
    -
    -		-- firstName
    -		if tonumber(dbNameSubRaceFirstName) == 1 then
    -		-- Fyros
    -			firstName = self:getFyrosFirstName()
    -		elseif  tonumber(dbNameSubRaceFirstName) == 2 then
    -		-- Matis M
    -			firstName = self:getMatisFirstName(1)
    -		elseif  tonumber(dbNameSubRaceFirstName) == 3 then
    -		-- Matis F
    -			firstName = self:getMatisFirstName(2)
    -		elseif  tonumber(dbNameSubRaceFirstName) == 4 then
    -		-- Tryker
    -			firstName = self:getTrykerFirstName()
    -		elseif  tonumber(dbNameSubRaceFirstName) == 5 then
    -		-- Zorai
    -			firstName = self:getZoraiFirstName()
    -		end
    -
    -		-- lastName
    -		if tonumber(dbNameSubRaceLastName) == 1 then
    -		-- Fyros
    -			lastName = self:getFyrosLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 2 then
    -		-- Matis
    -			lastName = self:getMatisLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 3 then
    -		-- Tryker
    -			lastName = self:getTrykerLastName()
    -		elseif  tonumber(dbNameSubRaceLastName) == 4  then
    -		-- Zorai
    -			lastName = self:getZoraiLastName()
    -		end
    -
    -		fullnameResult = firstName .. " " .. lastName
    -	end
    -
    -	-- always use first name for character name
    -	nameResult = firstName
    -
    -	uiNameFull.hardtext = fullnameResult
    -
    -	nameResult = string.gsub(nameResult, "'", "")
    -	nameResult = string.gsub(nameResult, " ", "")
    -	nameResult = string.gsub(nameResult, "-", "")
    -	nameResult = string.lower(nameResult)
    -	nameResult = nameResult:gsub("^%l", string.upper)
    -	uiGenText.input_string = nameResult
    -end
    -
    --- Name sex slider update.
    -function outgame:procUpdateNameSexLabel()
    -	local nameSexType = { "uiCP_Sex_Male", "uiCP_Sex_Female" }
    -	local uiNameSexText = getUI("ui:outgame:appear_name:name_sex_slider:name_sex")
    -	local uiNameSex = getDbProp("UI:TEMP:NAME_SEX")
    -
    -	tempstr = tostring(i18n.get(nameSexType[tonumber(uiNameSex)]))
    -	tempstr = string.lower(tempstr)
    -	tempstr = (tempstr:gsub("^%l", string.upper))
    -
    -	uiNameSexText.hardtext = tempstr
    -end
    -
    --- Name race slider update.
    -function outgame:procUpdateNameRaceLabel()
    -	local nameRaceType = { "Fyros", "Matis", "Tryker", "Zoraï", "uiCP_Maraudeur" }
    -
    -	local uiNameRaceText = getUI("ui:outgame:appear_name:name_race_slider:name_race")
    -	local dbNameRace = getDbProp("UI:TEMP:NAME_RACE")
    -
    -	local uiNameSexSlider = getUI("ui:outgame:appear_name:name_sex_slider")
    -
    -	local uiNameSubRaceFirstNameSlider = getUI("ui:outgame:appear_name:name_sub_race_first_name_slider")
    -	local uiNameSubRaceLastNameSlider = getUI("ui:outgame:appear_name:name_sub_race_last_name_slider")
    -
    -	local uiNameGenerate = getUI("ui:outgame:appear_name:generate")
    -	-- Show/Hide sex slider
    -
    -	uiNameGenerate.y = "-50"
    -	if tonumber(dbNameRace) == 2 then
    -		uiNameSexSlider.active = true
    -		uiNameGenerate.y = "-65"
    -	else
    -		uiNameSexSlider.active = false
    -	end
    -
    -	-- Show/Hide sub race slider
    -	if tonumber(dbNameRace) == 5 then
    -		uiNameSubRaceFirstNameSlider.active = true
    -		uiNameSubRaceLastNameSlider.active = true
    -		uiNameGenerate.y = "-105"
    -	else
    -		uiNameSubRaceFirstNameSlider.active = false
    -		uiNameSubRaceLastNameSlider.active = false
    -	end
    -
    -	uiNameRaceText.hardtext = tostring(nameRaceType[tonumber(dbNameRace)])
    -end
    -
    -
    -local matisF = "Matis " .. (string.lower(tostring(i18n.get("uiCP_Sex_Female")) )):gsub("^%l", string.upper)
    -local matisM = "Matis " .. (string.lower(tostring(i18n.get("uiCP_Sex_Male")) )):gsub("^%l", string.upper)
    -
    -function outgame:procUpdateNameSubRaceFirstNameLabel()
    -	local nameSubRaceFirstNameType = { "Fyros", matisM, matisF, "Tryker", "Zoraï" }
    -	local uiNameSubRaceFirstNameText = getUI("ui:outgame:appear_name:name_sub_race_first_name_slider:name_race")
    -	local dbNameSubRaceFirstName = getDbProp("UI:TEMP:NAME_SUB_RACE_FIRST_NAME")
    -
    -	uiNameSubRaceFirstNameText.hardtext= tostring(nameSubRaceFirstNameType[tonumber(dbNameSubRaceFirstName)])
    -end
    -
    -function outgame:procUpdateNameSubRaceLastNameLabel()
    -	local nameSubRaceLastNameType = { "Fyros", "Matis", "Tryker", "Zoraï" }
    -	local uiNameSubRaceLastNameText = getUI("ui:outgame:appear_name:name_sub_race_last_name_slider:name_race")
    -	local dbNameSubRaceLastName = getDbProp("UI:TEMP:NAME_SUB_RACE_LAST_NAME")
    -
    -	uiNameSubRaceLastNameText.hardtext= tostring(nameSubRaceLastNameType[tonumber(dbNameSubRaceLastName)])
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct icons
    -function outgame:activePackElement(id, icon)
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc")
    -	uiDesc['ico' .. tostring(id)].active = true
    -	uiDesc['ico' .. tostring(id)].texture = icon
    -	uiDesc['ico' .. tostring(id) .. 'txt'].active = true
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack text
    -function outgame:setPackJobText(id, spec)
    -	-- Set Pack content
    -	local uiPackText = getUI("ui:outgame:appear:job_options:options:desc:pack_" .. id)
    -	uiPackText.hardtext= "uiCP_Job_" .. id .. tostring(spec)
    -
    -	-- Set specialization text
    -	local uiResText = getUI("ui:outgame:appear:job_options:options:result:res")
    -	if(spec==2) then
    -		uiResText.hardtext= "uiCP_Res_" .. id
    -	end
    -end
    -
    -------------------------------------------------------------------------------------------------------------
    --- called to construct pack
    -function outgame:buildActionPack()
    -
    -	local uiDesc = getUI("ui:outgame:appear:job_options:options:desc")
    -	if (uiDesc==nil) then
    -		return
    -	end
    -
    -	-- Reset All
    -	for i = 1,20 do
    -		uiDesc['ico' .. tostring(i)].active = false
    -		uiDesc['ico' .. tostring(i) .. 'txt'].active = false
    -	end
    -
    -	-- Build Default Combat
    -	self:activePackElement(1, 'f1.tga')		-- Dagger
    -	self:activePackElement(2, 'f2.tga')		-- Accurate Attack
    -
    -	-- Build Default Magic
    -	self:activePackElement(6, 'm2.tga')		-- Gloves
    -	self:activePackElement(7, 'm1.tga')		-- Acid
    -
    -	-- Build Default Forage
    -	self:activePackElement(11, 'g1.tga')	-- Forage Tool
    -	self:activePackElement(12, 'g2.tga')	-- Basic Extract
    -
    -	-- Build Default Craft
    -	self:activePackElement(16, 'c2.tga')	-- Craft Tool
    -	self:activePackElement(17, 'c1.tga')	-- 50 raw mat
    -	self:activePackElement(18, 'c3.tga')	-- Craft Root
    -	self:activePackElement(19, 'c4.tga')	-- Boots Plan
    -
    -	-- Build Option
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:activePackElement(3, 'f3.tga')		-- Increase damage
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:activePackElement(8, 'm5.tga')		-- Fear
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:activePackElement(13, 'g3.tga')	-- Basic Prospection
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:activePackElement(20, 'c6.tga')	-- Gloves Plan
    -		self:activePackElement(17, 'c5.tga')	-- Replace 17, with 100x RawMat
    -	end
    -
    -
    -	-- Reset Text
    -	self:setPackJobText('F', 1)
    -	self:setPackJobText('M', 1)
    -	self:setPackJobText('G', 1)
    -	self:setPackJobText('C', 1)
    -
    -	-- Set correct text for specalized version
    -	if (getDbProp('UI:TEMP:JOB_FIGHT') == 2) then
    -		self:setPackJobText('F', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_MAGIC') == 2) then
    -		self:setPackJobText('M', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_FORAGE') == 2) then
    -		self:setPackJobText('G', 2)
    -	elseif (getDbProp('UI:TEMP:JOB_CRAFT') == 2) then
    -		self:setPackJobText('C', 2)
    -	end
    -
    -end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    --------------------
    --- BG DOWNLOADER --
    --------------------
    -
    ---function outgame:getProgressGroup()
    ---	--debugInfo("*** 1 ***")
    ---	local grp = getUI("ui:outgame:charsel:bgd_progress")
    ---	--debugInfo(tostring(grp))
    ---	return grp
    ---end
    ---
    ---function outgame:setProgressText(ucstr, color, progress, ellipsis)
    ---	--debugInfo("*** 2 ***")
    ---	local text = self:getProgressGroup():find("text")
    ---	local ellipsisTxt = self:getProgressGroup():find("ellipsis")
    ---	text.color = color
    ---	text.uc_hardtext = ucstr
    ---	if ellipsis then
    ---		ellipsisTxt.hardtext = ellipsis
    ---	else
    ---		ellipsisTxt.hardtext = ""
    ---	end
    ---	ellipsisTxt.color = color
    ---	local progressCtrl = self:getProgressGroup():find("progress")
    ---	progressCtrl.range = 100
    ---	progressCtrl.value = progress * 100
    ---	progressCtrl.active = true
    ---end
    ---
    ---
    ---local progress progressSymbol = { ".", "..", "..." }
    ---
    ----- set patching progression (from 0 to 1)
    ---function outgame:setPatchProgress(progress)
    ---	--debugInfo("*** 3 ***")
    ---	local progressPercentText = string.format("%d%%", 100 * progress)
    ---	local progressPostfix = math.fmod(os.time(), 3)
    ---	--debugInfo("Patch in progress : " .. tostring(progress))
    ---	local progressDate = nltime.getLocalTime() / 500
    ---	local colValue = math.floor(230 + 24 * math.sin(progressDate))
    ---	local color = string.format("%d %d 	%d %d", colValue, colValue, colValue, 255)
    ---	self:setProgressText(concatUCString(i18n.get("uiBGD_Progress"), ucstring(progressPercentText)), color, progress, progressSymbol[progressPostfix + 1])
    ---end
    ---
    ---function outgame:setPatchSuccess()
    ---	--debugInfo("*** 4 ***")
    ---	--debugInfo("Patch up to date")
    ---	self:setProgressText(i18n.get("uiBGD_PatchUpToDate"), "0 255 0 255", 1)
    ---end
    ---
    ---
    ---function outgame:setPatchError()
    ---	--debugInfo("*** 5 ***")
    ---	--debugInfo("Patch error")
    ---	self:setProgressText(i18n.get("uiBGD_PatchError"), "255 0 0 255", 0)
    ---end
    ---
    ---function outgame:setNoPatch()
    ---	--self:getProgressGroup().active = false
    ---end
    -
    -
    -------------------------------------------------------------------------------------------------------------
    -----------------
    ---LAUNCH GAME --
    -----------------
    -function outgame:launchGame()
    -	if not isPlayerSlotNewbieLand(getPlayerSelectedSlot()) then
    -		if not isFullyPatched() then
    -			messageBoxWithHelp(i18n.get("uiBGD_MainlandCharFullPatchNeeded"), "ui:outgame")
    -			return
    -		end
    -	end
    -	runAH(getUICaller(), "proc", "proc_charsel_play")
    -end
    diff --git a/code/ryzom/client/src/continent_BACKUP_1640.cpp b/code/ryzom/client/src/continent_BACKUP_1640.cpp
    deleted file mode 100644
    index 1a34acd99..000000000
    --- a/code/ryzom/client/src/continent_BACKUP_1640.cpp
    +++ /dev/null
    @@ -1,1406 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -
    -/////////////
    -// INCLUDE //
    -/////////////
    -#include "stdpch.h"
    -// Misc
    -#include "nel/misc/vectord.h"
    -#include "nel/misc/path.h"
    -#include "nel/misc/smart_ptr.h"
    -#include "nel/misc/progress_callback.h"
    -#include "nel/misc/async_file_manager.h"
    -#include "nel/misc/bitmap.h"
    -#include "nel/misc/polygon.h"
    -// 3D Interface.
    -#include "nel/3d/u_landscape.h"
    -#include "nel/3d/u_scene.h"
    -#include "nel/3d/u_driver.h"
    -#include "nel/3d/u_texture.h"
    -// Georges
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form_loader.h"
    -// Client
    -#include "global.h"
    -#include "continent.h"
    -#include "light_cycle_manager.h"	// \todo GUIGUI : maybe change this when the time will be better managed.
    -#include "door_manager.h"
    -#include "client_cfg.h"
    -#include "ig_client.h"
    -#include "pacs_client.h"
    -#include "village.h"
    -#include "ig_callback.h"
    -#include "streamable_ig.h"
    -#include "weather_manager_client.h"
    -#include "weather.h"
    -#include "entities.h"
    -#include "fog_map.h"
    -#include "demo.h"
    -#include "ingame_database_manager.h"
    -#include "sky_render.h"
    -#include "fix_season_data.h"
    -#include "ig_season_callback.h"
    -#include "user_entity.h"
    -#include "micro_life_manager.h"
    -#include "zone_util.h"
    -#include "mesh_camera_col_manager.h"
    -#include "misc.h"
    -#include "sheet_manager.h"
    -#include "continent_manager.h"
    -#include "connection.h"
    -#include "water_env_map_rdr.h"
    -#include "input.h"
    -#include "bg_downloader_access.h"
    -
    -// Game Share
    -#include "game_share/georges_helper.h"
    -#include "game_share/season_file_ext.h"
    -
    -// R2 Share
    -#include "game_share/scenario_entry_points.h"
    -
    -
    -#include "r2/editor.h"
    -
    -// std
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -
    -///////////
    -// USING //
    -///////////
    -using namespace NLMISC;
    -using namespace NL3D;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -
    -////////////
    -// EXTERN //
    -////////////
    -extern ULandscape *Landscape;
    -extern UScene	  *Scene;
    -extern UScene	  *SceneRoot;
    -extern UInstanceGroup *BackgroundIG;
    -extern UDriver	  *Driver;
    -extern UVisualCollisionManager	*CollisionManager;
    -extern bool		   InitCloudScape;
    -extern bool			FirstFrame;
    -extern CContinentManager ContinentMngr;
    -
    -
    -//-----------------------------------------------
    -// CUserLandMark 
    -//-----------------------------------------------
    -
    -NLMISC::CRGBA	CUserLandMark::getColor () const
    -{
    -	return _LandMarksColor[Type];
    -}
    -
    -
    -//-----------------------------------------------
    -// CFogOfWar
    -//-----------------------------------------------
    -
    -//===================================================================================
    -CFogOfWar::~CFogOfWar()
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -}
    -
    -//===================================================================================
    -uint8 *CFogOfWar::getData()
    -{
    -	return (Tx != NULL) ? Tx->getPointer() : NULL;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealWidth()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageWidth() : 0;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealHeight()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageHeight() : 0;
    -}
    -
    -//===================================================================================
    -bool CFogOfWar::createData(sint16 w, sint16 h)
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -
    -	MapWidth = w;
    -	MapHeight = h;
    -	uint32 WReal = NLMISC::raiseToNextPowerOf2(MapWidth);
    -	uint32 HReal = NLMISC::raiseToNextPowerOf2(MapHeight);
    -
    -	Tx = Driver->createTextureMem(WReal, HReal, CBitmap::Alpha);
    -	if (Tx == NULL)
    -		return false;
    -
    -	Tx->setWrapS(NL3D::UTexture::Clamp);
    -	Tx->setWrapT(NL3D::UTexture::Clamp);
    -
    -	uint8 *pData = Tx->getPointer();
    -	// Set the texture to black (not discovered)
    -	for (uint32 j = 0; j < WReal*HReal; ++j)
    -		pData[j] = 0;
    -
    -	// Upload it
    -	Tx->touch();
    -	return true;
    -}
    -
    -//===================================================================================
    -void CFogOfWar::explored(sint16 /* mapPosX */, sint16 /* mapPosY */)
    -{
    -	// TODO trap : do something better than upload the whole texture
    -	if (Tx != NULL)
    -		Tx->touch();
    -}
    -
    -
    -//===================================================================================
    -void CFogOfWar::load(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	CIFile inFile;
    -	if (inFile.open(fileName))
    -	{
    -		serial(inFile);
    -	}
    -	else
    -	{
    -		// If the file do not exist create a new texture
    -		// Look in all the maps to know the texture map size and apply a ratio to this size
    -		CWorldSheet *pWS = dynamic_cast(SheetMngr.get(CSheetId("ryzom.world")));
    -		if (pWS == NULL) return;
    -		for (uint32 i = 0; i < pWS->Maps.size(); ++i)
    -		{
    -			SMap &rM = pWS->Maps[i];
    -			if (strncmp(rM.Name.c_str(), "continent", 9) == 0)
    -			{
    -				if (stricmp(rM.ContinentName.c_str(), contName.c_str()) == 0)
    -				{
    -					// get the size of the bitmap
    -					uint32 nWidth = 0, nHeight = 0;
    -					string path = CPath::lookup(rM.BitmapName, false);
    -					if (!path.empty())
    -						CBitmap::loadSize(path, nWidth, nHeight);
    -					// create the texture fow
    -					if ((nWidth != 0) && (nHeight != 0))
    -					{
    -						MapWidth = (sint16)nWidth / 4;
    -						MapHeight = (sint16)nHeight / 4;
    -						createData(MapWidth, MapHeight);
    -					}
    -					MinX = rM.MinX;
    -					MinY = rM.MinY;
    -					MaxX = rM.MaxX;
    -					MaxY = rM.MaxY;
    -					return;
    -				}
    -			}
    -		}
    -	}
    -*/
    -}
    -
    -//===================================================================================
    -void CFogOfWar::save(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	COFile inFile;
    -	if (inFile.open(fileName))
    -		serial(inFile);
    -*/
    -}
    -
    -
    -/////////////
    -// METHODS //
    -/////////////
    -//-----------------------------------------------
    -// CContinent :
    -// Constructor.
    -//-----------------------------------------------
    -CContinent::CContinent()
    -{
    -//	Newbie = false;
    -}// CContinent //
    -
    -
    -class CChangeTaskPriority : public CTaskManager::IChangeTaskPriority
    -{
    -	virtual float getTaskPriority(const IRunnable &runnable)
    -	{
    -		const NLMISC::IRunnablePos *_3dRunnable = dynamic_cast(&runnable);
    -		if (_3dRunnable)
    -		{
    -			return (_3dRunnable->Position - UserEntity->pos()).norm();
    -		}
    -		return 0;
    -	}
    -} ChangeTaskPriority;
    -
    -
    -
    -
    -//===================================================================================
    -void CContinent::setup()
    -{
    -	if (SheetName.empty())
    -	{
    -		nlwarning("SheetName not set : cannot setup continent");
    -		return;
    -	}
    -
    -	CEntitySheet *pES = SheetMngr.get(CSheetId (SheetName));
    -	CContinentSheet *pCS = NULL;
    -	if (pES->type() == CEntitySheet::CONTINENT)
    -		pCS = (CContinentSheet*)pES;
    -
    -	if (pCS == NULL)
    -	{
    -		nlwarning("Bad type for continent form %s.", SheetName.c_str());
    -		return;
    -	}
    -
    -	// copy basics parameters of sheet
    -	CContinentParameters::operator = (pCS->Continent);
    -
    -	// setup weather functions
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		WeatherFunction[k].buildFromSheet(pCS->WeatherFunction[k], WeatherManager);
    -	}
    -
    -	/*
    -	nlinfo("Seasons for continent %s", SheetName.c_str());
    -	nlinfo("==================================");
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		nlinfo("Season = %s, num setups = %d", EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), (int) WeatherFunction[k].getNumWeatherSetups());
    -		for(uint l = 0; l < WeatherFunction[k].getNumWeatherSetups(); ++l)
    -		{
    -			if (WeatherFunction[k].getWeatherSetup(l))
    -			{
    -				nlinfo("Setup %d for season %s is %s", (int) l, EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), NLMISC::CStringMapper::unmap(WeatherFunction[k].getWeatherSetup(l)->SetupName).c_str());
    -			}
    -			else
    -			{
    -				nlinfo("Setup %d not found", (int) l);
    -			}
    -		}
    -	}
    -	*/
    -
    -	uint k;
    -	// setup villages
    -	for(k = 0; k < pCS->Villages.size(); ++k)
    -	{
    -		CVillage *village = new CVillage;
    -		if (village->setupFromSheet(Scene, pCS->Villages[k], &IGLoaded))
    -			_Villages.add(village);
    -		else
    -			delete village;
    -
    -	}
    -
    -	// Setup outpost
    -	_Outposts.clear();
    -	for(k = 0; k < pCS->Continent.ZCList.size(); ++k)
    -	{
    -		// must add the ruins in 3D?
    -		bool	mustAddRuins= pCS->Continent.ZCList[k].EnableRuins;
    -
    -		// add a village for ruins display?
    -		CVillage	*village= NULL;
    -		if(mustAddRuins)
    -		{
    -			village = new CVillage;
    -			if (village->setupOutpost(Scene, pCS->Continent.ZCList[k], k, &IGLoaded))
    -				_Villages.add(village);
    -			else
    -			{
    -				delete village;
    -				village= NULL;
    -			}
    -		}
    -
    -		// add an outpost
    -		COutpost	outpost;
    -		if (outpost.setupOutpost(pCS->Continent.ZCList[k], k, village))
    -			_Outposts.push_back(outpost);
    -	}
    -
    -	// setup fog of war
    -	FoW.load(Name);
    -}
    -
    -
    -
    -//-----------------------------------------------
    -class CPCBank : public IProgressCallback
    -{
    -	virtual void progress (float /* progressValue */) {}
    -};
    -CPCBank PCBank;
    -
    -static uint getNumZones()
    -{
    -	if (Landscape == NULL) return 0;
    -	std::vector zoneLoaded;
    -	Landscape->getAllZoneLoaded(zoneLoaded);
    -	return (uint)zoneLoaded.size();
    -}
    -
    -//-----------------------------------------------
    -// select :
    -// Update global parameters like the texture for the micro veget.
    -//-----------------------------------------------
    -void CContinent::select(const CVectorD &pos, NLMISC::IProgressCallback &progress, bool complete, bool unhibernate, EGSPD::CSeason::TSeason season)
    -{
    -	pauseBGDownloader();
    -	CNiceInputAuto niceInputs;
    -	// Season has changed ?
    -	Season = season;
    -
    -	if (Landscape) Landscape->setTileColor(TileColorMono[Season], TileColorFactor[Season]);
    -
    -	// First frame
    -	FirstFrame = true;
    -
    -	{
    -		H_AUTO(InitRZWorldLanscapeShow)
    -		// If continent is an indoor, hde the landscape
    -		if (Landscape)
    -		{
    -			if (Indoor)
    -				Landscape->hide();
    -			else
    -				Landscape->show();
    -		}
    -	}
    -
    -	bool toto = false;
    -	if(complete)
    -	{
    -		// Progress bar
    -		progress.progress (0);
    -		progress.pushCropedValues (0, 1.f/3.f);
    -
    -		{
    -			H_AUTO(InitRZWorldIndoor)
    -			if (!ClientCfg.Light)
    -			{
    -				if (Landscape)
    -				{
    -					Landscape->removeAllZones();
    -					toto= true;
    -					// If continent is an indoor, hde the landscape
    -					if (!Indoor)
    -					{
    -						// Change the MicroVeget Texture.
    -						string microVegetSeason = MicroVeget;
    -						SeasonPostfixTextureFilename (microVegetSeason, Season);
    -						Landscape->loadVegetableTexture (microVegetSeason);
    -
    -						// Change the Material for static and dynamic PointLights
    -						Landscape->setPointLightDiffuseMaterial(LandscapePointLightMaterial);
    -					}
    -				}
    -			}
    -		}
    -		// Initialize Landscape IG Callbacks.
    -		{
    -			H_AUTO(InitRZWorldInitCallbacks)
    -			initLandscapeIGCallbacks();
    -			nlassert(IGCallbacks); // forgot to call ::initLandscapeIGCallbacks()
    -			if (!ClientCfg.Light)
    -			{
    -				// Add weather as an observer (to know when an ig is added, and to set its lightmaps color accordingly)
    -				registerObserver(&LightCycleManager);
    -				IGCallbacks->registerObserver(&LightCycleManager);
    -
    -				// register the LightCycleManager as an observer to Objects that may create IGs
    -				IGSeasonCallback.Season = Season;
    -				registerObserver(&IGSeasonCallback);
    -				IGCallbacks->registerObserver(&IGSeasonCallback);
    -
    -				// register the Camera collision manager
    -				registerObserver(&MeshCameraColManager);
    -
    -				if (!Indoor)
    -				{
    -					// Change LOD texture
    -					try
    -					{
    -						// Get the CoarseMeshMap for this season
    -						string seasonname = CoarseMeshMap;
    -						SeasonPostfixTextureFilename (seasonname, Season);
    -
    -						// Set the texture for the coarse mesh manager
    -						Scene->setCoarseMeshManagerTexture (CPath::lookup(seasonname).c_str());
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -			}
    -			// Register door handling (when an ig is added check all shapes for doors and add to the door manager)
    -			registerObserver(&IGDoorCallback);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldPacs)
    -<<<<<<< HEAD
    -=======
    -
    ->>>>>>> ryzomcore
    -			releasePACS();
    -			// Init PACS
    -			std::string pacsRBankPath = CPath::lookup(PacsRBank, false);
    -			std::string pacsGRPath = CPath::lookup(PacsGR, false);
    -			if(!pacsRBankPath.empty() && !pacsGRPath.empty())
    -				initPACS(pacsRBankPath.c_str(), pacsGRPath.c_str(), progress);
    -			else
    -				initPACS(0, 0, progress);
    -			// Set the move container
    -			if (IGCallbacks) IGCallbacks->setMoveContainer(PACS);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldBuildings)
    -			// No landscape IG in indoors
    -			if (!Indoor)
    -			{
    -				if (!ClientCfg.Light && Landscape)
    -				{
    -					// Init ig
    -					try
    -					{
    -						LandscapeIGManager.initIG (Scene, CPath::lookup(LandscapeIG).c_str(), Driver, Season, &progress);
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -
    -				// Get IGs for the continent with their name.
    -				vector > igsWithNames;
    -				LandscapeIGManager.getAllIGWithNames(igsWithNames);
    -
    -				// Associate IGs with the ZC number or -1 if there is no ZC.
    -				for(uint i = 0; i this zone should be a ZC.
    -							string outpostZone = toLower(CFile::getFilenameWithoutExtension(ZCList[j].Name));
    -							if(igZone == outpostZone)
    -							{
    -								nlctassert(RZ_MAX_BUILDING_PER_OUTPOST==4);
    -								// Check there is all information in the IG for a ZC and initialize.
    -								bool zcOK[RZ_MAX_BUILDING_PER_OUTPOST+1] = {false, false, false, false, false};
    -								UInstanceGroup *ig = igsWithNames[i].first;
    -								uint k;
    -								for(k=0; kgetNumInstance(); ++k)
    -								{
    -									if(ig->getInstanceName(k) == "flag_zc")
    -									{
    -										// todo hulud handle outpost flag
    -										zcOK[0] = true;
    -									}
    -
    -									// For each building
    -									uint b;
    -									for (b=0; bgetInstanceName(k) == ("bat_zc_0"+toString(b+1)))
    -										{
    -											// Set the position
    -											CVector pos = ig->getInstancePos(k);
    -											CQuat rot = ig->getInstanceRot(k);
    -											outpost->setBuildingPosition (b, rot, pos);
    -											zcOK[b+1] = true;
    -										}
    -									}
    -								}
    -
    -								// There are not enough information in the IG for ZC.
    -								for (k=0; kaddIG(igsWithNames[i].first);
    -				}
    -
    -				// Register outpost collisions and Display
    -				initOutpost();
    -			}
    -		}
    -
    -		if (!ClientCfg.Light)
    -		{
    -			// Progress bar
    -			progress.popCropedValues ();
    -			progress.progress (1.f/3.f);
    -			progress.pushCropedValues (1.f/3.f, 2.f/3.f);
    -
    -			{
    -				H_AUTO(InitRZWorldTileBank)
    -				// Select the tile bank
    -				if (Landscape)
    -				{
    -					if (!Indoor)
    -					{
    -						string farBankSeason = FarBank;
    -						SeasonPostfixTextureFilename (farBankSeason, Season);
    -						if (!SmallBank.empty() && !farBankSeason.empty())
    -						{
    -							std::string smallBankPath = CPath::lookup(SmallBank, false);
    -							std::string farBankSeasonPath = CPath::lookup(farBankSeason, false);
    -							if (!smallBankPath.empty() && !farBankSeasonPath.empty())
    -							{
    -								Landscape->loadBankFiles (smallBankPath, farBankSeasonPath);
    -							}
    -							// Postfix tiles and vegetset by the season string
    -							Landscape->postfixTileFilename (CSeasonFileExt::getExtension (Season));
    -							Landscape->postfixTileVegetableDesc (CSeasonFileExt::getExtension (Season));
    -
    -							// Flush the tiles
    -							Landscape->flushTiles (progress);
    -						}
    -					}
    -				}
    -			}
    -
    -			// Not an indoor ?
    -			if (!Indoor)
    -			{
    -				{
    -					H_AUTO(InitRZWorldSky)
    -					// load the sky if any
    -					initSky();
    -					// build the canopee
    -					try
    -					{
    -						nlassert(CurrSeason < EGSPD::CSeason::Invalid);
    -						if (!CanopyIGfileName[CurrSeason].empty() && CurrSeason != EGSPD::CSeason::Invalid)
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(CanopyIGfileName[CurrSeason]);
    -						}
    -						else
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(BackgroundIGName);
    -						}
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -					if(BackgroundIG)
    -					{
    -						if (SceneRoot)
    -						{
    -							// Add the IG to the scene
    -							BackgroundIG->addToScene(*SceneRoot, Driver);
    -
    -							// See for which objects distance should be overriden (object which use a .PLANT sheet)
    -							uint numInstances = BackgroundIG->getNumInstance();
    -							uint k;
    -							for(k = 0; k < numInstances; ++k)
    -							{
    -								// Select the texture function of the season
    -								UInstance instance = BackgroundIG->getInstance (k);
    -								if (!instance.empty())
    -								{
    -									instance.selectTextureSet (Season);
    -								}
    -							}
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -		// Progress bar
    -		progress.popCropedValues ();
    -		progress.progress (2.f/3.f);
    -		progress.pushCropedValues (2.f/3.f, 1);
    -	}// complete
    -
    -	if (complete || unhibernate)
    -	{
    -		H_AUTO(InitRZWorldLightCycleManager)
    -		// Touch light setup
    -		LightCycleManager.touch();
    -	}
    -
    -	if (complete)
    -	{
    -		H_AUTO(InitRZWorldWaterMap)
    -		// init water map
    -		initWaterMap();
    -	}
    -
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = NULL;
    -	{
    -		progress.pushCropedValues (0, 3.f/4.f);
    -
    -		if (!ClientCfg.Light)
    -		{
    -			if (!Indoor)
    -			{
    -				if (Landscape)
    -				{
    -					H_AUTO(InitRZWorldLandscapeIGManager)
    -					// If any zone already loaded into the landscape, must load them to the IGManager.
    -					//	Yoyo: this is important for teleportation near a current position, since not so many landscape zones
    -					//	will be removed/added.
    -					//	Hence, a solution is to reload all igs.
    -					vector		zonesLoaded;
    -					Landscape->getAllZoneLoaded(zonesLoaded);
    -					// and try to load the ones which fit the IGManager
    -					vector igAdded;
    -					LandscapeIGManager.loadArrayZoneIG(zonesLoaded, &igAdded);
    -
    -					// Refresh zone to load/remove.
    -					vector		zonesAdded;
    -					vector		zonesRemoved;
    -					completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -					Landscape->refreshAllZonesAround(pos, ClientCfg.Vision + ExtraZoneLoadingVision, zonesAdded, zonesRemoved, progress, completeIsland ? &(completeIsland->ZoneIDs) : NULL);
    -					LandscapeIGManager.unloadArrayZoneIG(zonesRemoved);
    -					LandscapeIGManager.loadArrayZoneIG(zonesAdded, &igAdded);
    -				}
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -		progress.progress (3.f/4.f);
    -		progress.pushCropedValues (3.f/4.f, 1);
    -
    -		// Refresh PACS
    -		if(GR)
    -		{
    -			H_AUTO(InitRZWorldRefreshPacs)
    -			GR->refreshLrAroundNow(pos, LRRefeshRadius);
    -		}
    -
    -		// Refresh streamable object (villages ..)
    -		if (!ClientCfg.Light)
    -		{
    -			if (ClientCfg.VillagesEnabled)
    -			{
    -				H_AUTO(InitRZWorldForceUpdateStreamable)
    -				forceUpdateStreamable(pos, progress);
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -	}
    -
    -	// Execute only when you change the targeted continent is not the current one.
    -	if(complete || unhibernate)
    -	{
    -		// Continent changed -> update entities.
    -		EntitiesMngr.changeContinent();
    -		R2::getEditor().onContinentChanged();
    -
    -		// Ask to reinit cloudscape
    -		InitCloudScape  = true;
    -
    -		// Set the entity sun contribution parameters
    -		CollisionManager->setSunContributionPower (EntitySunContributionPower, EntitySunContributionMaxThreshold);
    -	}
    -
    -	if(complete)
    -	{
    -		reloadFogMap();
    -		// temp for debug : create visualisation of current pacs primitives
    -		// createInstancesFromMoveContainer(Scene, IGCallbacks->getMoveContainer(), NULL);
    -		//
    -		// Progress bar
    -		progress.popCropedValues ();
    -	}
    -
    -	if (complete || unhibernate)
    -	{
    -		if (!ClientCfg.Light && ClientCfg.LandscapeEnabled && ClientCfg.MicroLifeEnabled)
    -		{
    -			H_AUTO(InitRZWorldLoadMicroLife)
    -			loadMicroLife();
    -		}
    -	}
    -	// Register callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(&ChangeTaskPriority);
    -}// select //
    -
    -//=========================================================================
    -void CContinent::reloadFogMap()
    -{
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -	if (completeIsland)
    -	{
    -		std::string islandName = toLower(completeIsland->Island);
    -		std::string::size_type lastPos = islandName.find_last_of("_");
    -		if (lastPos != std::string::npos)
    -		{
    -			islandName = islandName.substr(lastPos + 1);
    -		}
    -		// special fogmaps are use for islands
    -		CFogMapBuild fmb;
    -		enum TMapType { Day = 0, Night, Dusk, Distance, Depth, NoPrecipitation, NumMap };
    -		fmb.Map[CFogMapBuild::Day]      = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Night]    = "fog_" + islandName + "_night.tga";
    -		fmb.Map[CFogMapBuild::Dusk]     = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Distance] = "fog_" + islandName + "_dist.tga";
    -		fmb.Map[CFogMapBuild::Depth]    =  "fog_" + islandName + "_depth.tga";
    -		fmb.Map[CFogMapBuild::NoPrecipitation] = islandName + "_no_rain.tga";
    -		// there is an outtline of 50%, take it in account
    -		float deltaX = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		float deltaY = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		FogMap.init(fmb,
    -				    CVector((float) completeIsland->XMin + deltaX, (float) completeIsland->YMin + deltaY, 0.f),
    -					CVector((float) completeIsland->XMax - deltaX, (float) completeIsland->YMax - deltaY, 0.f)
    -				   );
    -		bool found = false;
    -		for(uint k = 0; k < CFogMapBuild::NumMap && !found; ++k)
    -		{
    -			if (FogMap.getMap((CFogMap::TMapType) k).getWidth() != 0) found = true;
    -		}
    -		// as a fallback, assume that new fog maps have not been installed, so fallback on the old ones ...
    -		if (!found)
    -		{
    -			FogMap.init(FogMapBuild);
    -		}
    -	}
    -	else
    -	{
    -		FogMap.init(FogMapBuild);
    -	}
    -	#ifdef NL_DEBUG
    -		nlinfo("fog map : (minX, minY) = (%.1f, %.1f), (maxX, maxY) = (%.1f, %.1f)", FogMap.getMinCoord().x, FogMap.getMinCoord().y, FogMap.getMaxCoord().x, FogMap.getMaxCoord().y);
    -	#endif
    -}
    -
    -//=========================================================================
    -bool CContinent::getCorners(NLMISC::CVector2f &cornerMin, NLMISC::CVector2f &cornerMax) const
    -{
    -	if (!getPosFromZoneName(ZoneMin, cornerMin))
    -	{
    -		nlwarning("Can't retrieve continent min corner");
    -		return false;
    -	}
    -	if (!getPosFromZoneName(ZoneMax, cornerMax))
    -	{
    -		nlwarning("Can't retrieve continent max corner");
    -		return false;
    -	}
    -	if(cornerMin.x > cornerMax.x) std::swap(cornerMin.x, cornerMax.x);
    -	if(cornerMin.y > cornerMax.y) std::swap(cornerMin.y, cornerMax.y);
    -	cornerMax.x += 160.f;
    -	cornerMax.y += 160.f;
    -	return true;
    -}
    -
    -//=========================================================================
    -void CContinent::initWaterMap()
    -{
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	WaterMap.init(cornerMin, cornerMax);
    -}
    -
    -//=========================================================================
    -void CContinent::loadMicroLife()
    -{
    -	CMicroLifeManager::getInstance().release();
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	CMicroLifeManager::getInstance().init(cornerMin, cornerMax);
    -	// register all micro life primitives
    -	CMicroLifeManager::getInstance().build(MicroLifeZones);
    -}
    -
    -//=========================================================================
    -bool CContinent::isLoadingforced(const NLMISC::CVector &pos) const
    -{
    -	return _Villages.needCompleteLoading(pos);
    -}
    -
    -
    -//=========================================================================
    -void CContinent::updateStreamable(const NLMISC::CVector &pos)
    -{
    -	_Villages.update(pos);
    -}
    -
    -//=========================================================================
    -void CContinent::forceUpdateStreamable(const NLMISC::CVector &playerPos, NLMISC::IProgressCallback &progress)
    -{
    -	_Villages.forceUpdate(playerPos, progress);
    -}
    -
    -//=========================================================================
    -void CContinent::removeVillages()
    -{
    -	_Villages.removeAll();
    -}
    -
    -//=========================================================================
    -void CContinent::unselect()
    -{
    -	// remove envmap
    -	if (SceneRoot && !WaterEnvMapCanopyCam.empty())
    -	{
    -		SceneRoot->deleteCamera(WaterEnvMapCanopyCam);
    -	}
    -	WaterEnvMapCanopyCam.detach();
    -	if (CurrentSky.getScene() && !WaterEnvMapSkyCam.empty())
    -	{
    -		CurrentSky.getScene()->deleteCamera(WaterEnvMapSkyCam);
    -	}
    -	WaterEnvMapSkyCam.detach();
    -	//
    -	if (!Indoor)
    -	{
    -		releaseSky();
    -
    -		// Setup the Root scene.
    -		if (BackgroundIG)
    -		{
    -			BackgroundIG->removeFromScene (*SceneRoot);
    -			SceneRoot->deleteInstanceGroup (BackgroundIG);
    -			BackgroundIG = NULL;
    -		}
    -	}
    -
    -	// Remove outpost (collisions etc...)
    -	removeOutpost();
    -
    -	// Unregister callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(NULL);
    -
    -	// Remove the primitive for all entitites (new PACS coming soon and need new primitives).
    -	EntitiesMngr.removeCollision();
    -
    -<<<<<<< HEAD
    -=======
    -	// Remove the instances (shapes).
    -	EntitiesMngr.removeInstances();
    -
    ->>>>>>> ryzomcore
    -	// release collision primitives
    -	if (IGCallbacks)
    -	{
    -		IGCallbacks->resetContainer();
    -	}
    -
    -	// Unload villages
    -	_Villages.forceUnload();
    -
    -	// Release PACS
    -	releasePACS ();
    -
    -	// Initialize Landscape IG Callbacks.
    -	releaseLandscapeIGCallbacks();
    -
    -	// Release the IG manager only if where are not in indoor
    -	if (!Indoor)
    -	{
    -		// Release the IG manager
    -		if (Landscape) LandscapeIGManager.reset ();
    -	}
    -
    -	// release fog maps
    -	FogMap.release();
    -
    -	// Remove weather as an observer
    -	removeObserver(&LightCycleManager);
    -
    -	// Remove season observer
    -	removeObserver(&IGSeasonCallback);
    -
    -	// Remove Camera collision observer
    -	removeObserver(&MeshCameraColManager);
    -
    -	// Remove door management observers
    -	removeObserver(&IGDoorCallback);
    -
    -	// Release water map
    -	WaterMap.release();
    -
    -	// Release water envmap
    -	#ifdef USE_WATER_ENV_MAP
    -	Driver->deleteWaterEnvMap(WaterEnvMap);
    -	WaterEnvMap = NULL;
    -	#endif
    -}
    -
    -//=========================================================================
    -/** Override current fog by the fog in the weather system. This is used when there is bad weather or precipitations
    -  * \param dest the fog state to modify
    -  * \param fogIndex the fog to modify (0 for main, 1 for canopy)
    -  */
    -static void overrideFog(CFogState &dest, TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, bool /* overrideDist */, bool overideByWeatherFogDist = true)
    -{
    -	nlassert(fogType < NumFogType); // For now, 2 kinds of fogs : main & canopy
    -	if (!dest.FogEnabled) return;
    -	const CWeatherState &ws = WeatherManager.getCurrWeatherState();
    -	if (ws.FogRatio == 0.f) return; // no need to override fog
    -	// override the fog by the fog indicated in the WeatherManager
    -	NLMISC::CRGBA fogColor;
    -	// if there's a new style sky with a fog bitmap *(giving fog depending on hour & weather, use it)
    -	if (ContinentMngr.cur() && ContinentMngr.cur()->CurrentSky.getScene() != NULL && ContinentMngr.cur()->CurrentSky.hasFogColor())
    -	{
    -		fogColor = ContinentMngr.cur()->CurrentSky.computeFogColor(CClientDate(RT.getRyzomDay(), (float) DayNightCycleHour), WeatherManager.getWeatherValue());
    -	}
    -	else
    -	{
    -		switch(lightState)
    -		{
    -			case CLightCycleManager::DayToNight:
    -			{
    -				if (dayNight < duskRatio)
    -				{
    -					float blendFactor = duskRatio != 0 ? dayNight / duskRatio : 0.f;
    -					fogColor.blendFromui(ws.FogColorDay, ws.FogColorDusk, (uint) (blendFactor * 256.f));
    -				}
    -				else
    -				{
    -					float blendFactor = duskRatio != 1 ? (dayNight - duskRatio) / (1.f - duskRatio) : 0.f;
    -					fogColor.blendFromui(ws.FogColorDusk, ws.FogColorNight, (uint) (blendFactor * 256.f));
    -				}
    -			}
    -			break;
    -			default: // no dusk transition
    -				fogColor.blendFromui(ws.FogColorDay, ws.FogColorNight, (uint) (dayNight * 256.f));
    -			break;
    -		}
    -	}
    -	float finalFogAlpha = (float)dest.FogColor.A * 256.f / 255.f;
    -	dest.FogColor.blendFromui(dest.FogColor, fogColor, (uint) ((256.f-finalFogAlpha) * ws.FogRatio));
    -	if (overideByWeatherFogDist)
    -	{
    -		dest.FogEndDist = std::min (ws.FogFar[fogType], dest.FogEndDist);
    -		dest.FogStartDist = std::min (ws.FogNear[fogType], dest.FogStartDist);
    -	}
    -}
    -
    -//=========================================================================
    -/** Adapt fog dist to the viewport
    -  */
    -static inline void makeRangedFog(CFogState &result, UScene &scene)
    -{
    -	if (result.FogEndDist != 0.f)
    -	{
    -			float farPlaneDist  = scene.getCam().getFrustum().Far;
    -			float newEndFogDist = std::min(result.FogEndDist, farPlaneDist);
    -			result.FogStartDist = result.FogStartDist * newEndFogDist / result.FogEndDist;
    -			result.FogEndDist   = newEndFogDist;
    -			result.FogEnabled   = true;
    -	}
    -	else
    -	{
    -		result.FogEnabled = false;
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::getFogState(TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, const NLMISC::CVectorD &pos, CFogState &result, bool overideByWeatherFogDist /*= true*/)
    -{
    -	if (FogStart == FogEnd)
    -	{
    -		result.FogEnabled = false;
    -		return;
    -	}
    -	switch(fogType)
    -	{
    -		case MainFog: FogMap.getFogParams(FogStart, FogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -
    -		case CanopyFog: FogMap.getFogParams(RootFogStart, RootFogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -		default:
    -			nlstop;
    -		break;
    -	}
    -	// Override fog because of weather.
    -	overrideFog(result, fogType, dayNight, duskRatio, lightState, overideByWeatherFogDist);
    -	// normalize fog dist to view frustum
    -	/*
    -	switch(fogType)
    -	{
    -		case MainFog: if (Scene) makeRangedFog(result, *Scene); break;
    -		case CanopyFog: if (SceneRoot) makeRangedFog(result, *SceneRoot); break;
    -	}
    -	*/
    -	/*
    -	if (fogType == MainFog)
    -	{
    -		result.FogStartDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -		result.FogEndDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -	}
    -	*/
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::enumIGs(IIGEnum *callback)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	bool continueEnum = true;
    -	for(uint k = 0; k < numEntities && continueEnum; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			continueEnum = v->enumIGs(callback);
    -		}
    -	}
    -	return continueEnum;
    -}
    -
    -//=========================================================================
    -void CContinent::registerObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->registerObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::removeObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->removeObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::isObserver(IIGObserver *obs) const
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			if (v->isObserver(obs))
    -				return true;
    -		}
    -	}
    -	return false;
    -}
    -
    -
    -//=========================================================================
    -COutpost	*CContinent::getOutpost (uint outpostId)
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		// Outpost ?
    -		if(_Outposts[i].getOutpostId()==(sint)outpostId)
    -			return &_Outposts[i];
    -	}
    -	return NULL;
    -}
    -
    -//=========================================================================
    -void CContinent::initOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].initOutpost();
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::removeOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].removeOutpost();
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::dumpVillagesLoadingZones(const std::string &filename)
    -{
    -	const uint NUM_METER_PER_PIX = 4;
    -	CBitmap outBitmap;
    -	CVector2f minPos, maxPos;
    -	getPosFromZoneName(ZoneMin, minPos);
    -	getPosFromZoneName(ZoneMax, maxPos);
    -	if (minPos.x > maxPos.x) std::swap(minPos.x, maxPos.x);
    -	if (minPos.y > maxPos.y) std::swap(minPos.y, maxPos.y);
    -	uint width = (uint) ((maxPos.x - minPos.x) / NUM_METER_PER_PIX);
    -	uint height = (uint) ((maxPos.y - minPos.y) / NUM_METER_PER_PIX);
    -	outBitmap.resize(width, height);
    -	for(uint k = 0; k < _Villages.getNumEntities(); ++k)
    -	{
    -		CVillage &v = *safe_cast(_Villages.getEntity(k));
    -		if(!v.isOutpost())
    -		{
    -			const CStreamableIG &sig = v.getIG();
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getUnloadRadius() / NUM_METER_PER_PIX, CRGBA(0, 0, 100), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getLoadRadius() / NUM_METER_PER_PIX, CRGBA(0, 100, 0), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getForceLoadRadius() / NUM_METER_PER_PIX, CRGBA(100, 0, 0), true);
    -		}
    -	}
    -	// load the map and do a lerp between the 2 bitmaps
    -	if (!WorldMap.empty())
    -	{
    -		std::string path = CPath::lookup(WorldMap, false);
    -		if (!path.empty())
    -		{
    -			CIFile stream;
    -			if (stream.open(path))
    -			{
    -				CBitmap worldMap;
    -				if (worldMap.load(stream))
    -				{
    -					worldMap.convertToType(CBitmap::RGBA);
    -					worldMap.flipV();
    -					worldMap.resample(outBitmap.getWidth(), outBitmap.getHeight());
    -					outBitmap.blend(outBitmap, worldMap, 127, true);
    -				}
    -			}
    -		}
    -	}
    -	drawDisc(outBitmap,  ((float) UserEntity->pos().x - minPos.x) / (float) NUM_METER_PER_PIX, ((float) UserEntity->pos().y - minPos.y) / (float) NUM_METER_PER_PIX, 2, CRGBA::Magenta);
    -
    -	// draw grid
    -	const	uint	subdiv= 500;
    -	const	CRGBA	lineCol(CRGBA::Yellow);
    -	sint	minY= (sint)floor(minPos.y/subdiv);
    -	sint	maxY= (sint)ceil (maxPos.y/subdiv);
    -	sint	minX= (sint)floor(minPos.x/subdiv);
    -	sint	maxX= (sint)ceil (maxPos.x/subdiv);
    -	// draw HLines
    -	for(sint y= minY;y=0 && ypix<(sint)height)
    -		{
    -			for(uint x=0;x=0 && xpix<(sint)width)
    -		{
    -			for(uint y=0;yType == CEntitySheet::SKY)
    -		{
    -			// new-style sky
    -			CurrentSky.init(Driver, *static_cast(skySheet), false, WorldLightCycle.NumHours);
    -		}
    -		#ifdef USE_WATER_ENV_MAP
    -			WaterEnvMapRdr.Sky = &CurrentSky;
    -		#endif
    -	}
    -	else
    -	{
    -		createSkyScene();
    -		// fallback to previous sky version
    -		Sky        = SkyScene->createInstance(SkyDay);
    -		Sky2ndPass = SkyScene->createInstance(SkyDay); // Sky shape used for second pass. We use it to keep pointers on textures
    -		SkyFogPart = SkyScene->createInstance(SkyFogPartName);
    -		// Setup the 2nd
    -		if (!Sky.empty())
    -		{
    -			DaySkySetup.buildFromInstance(Sky, 0); // day textures are at stage 0
    -			NightSkySetup.buildFromInstance(Sky, 1); // night textures are at stage 1
    -		}
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::releaseSky()
    -{
    -	// Remove the (old-style) sky
    -	if (!Sky.empty())
    -	{
    -		SkyScene->deleteInstance (Sky);
    -		SkyScene->deleteInstance (Sky2ndPass);
    -		SkyScene->deleteInstance(SkyFogPart);
    -		Sky = NULL;
    -		Sky2ndPass = NULL;
    -		SkyFogPart = NULL;
    -	}
    -	deleteSkyScene();
    -
    -	// Release the (new-style) sky
    -	CurrentSky.release();
    -}
    -
    -<<<<<<< HEAD
    -
    -//=========================================================================
    -/*static*/ uint CContinent::getMaxNbUserLandMarks()
    -{
    -	uint nbBonusLandmarks = (uint)IngameDbMngr.getProp( "INTERFACES:NB_BONUS_LANDMARKS" );
    -	return STANDARD_NUM_USER_LANDMARKS + nbBonusLandmarks;
    -}
    -=======
    ->>>>>>> ryzomcore
    diff --git a/code/ryzom/client/src/continent_BASE_1640.cpp b/code/ryzom/client/src/continent_BASE_1640.cpp
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/ryzom/client/src/continent_LOCAL_1640.cpp b/code/ryzom/client/src/continent_LOCAL_1640.cpp
    deleted file mode 100644
    index 65bf11de7..000000000
    --- a/code/ryzom/client/src/continent_LOCAL_1640.cpp
    +++ /dev/null
    @@ -1,1393 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -
    -/////////////
    -// INCLUDE //
    -/////////////
    -#include "stdpch.h"
    -// Misc
    -#include "nel/misc/vectord.h"
    -#include "nel/misc/path.h"
    -#include "nel/misc/smart_ptr.h"
    -#include "nel/misc/progress_callback.h"
    -#include "nel/misc/async_file_manager.h"
    -#include "nel/misc/bitmap.h"
    -#include "nel/misc/polygon.h"
    -// 3D Interface.
    -#include "nel/3d/u_landscape.h"
    -#include "nel/3d/u_scene.h"
    -#include "nel/3d/u_driver.h"
    -#include "nel/3d/u_texture.h"
    -// Georges
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form_loader.h"
    -// Client
    -#include "global.h"
    -#include "continent.h"
    -#include "light_cycle_manager.h"	// \todo GUIGUI : maybe change this when the time will be better managed.
    -#include "door_manager.h"
    -#include "client_cfg.h"
    -#include "ig_client.h"
    -#include "pacs_client.h"
    -#include "village.h"
    -#include "ig_callback.h"
    -#include "streamable_ig.h"
    -#include "weather_manager_client.h"
    -#include "weather.h"
    -#include "entities.h"
    -#include "fog_map.h"
    -#include "demo.h"
    -#include "ingame_database_manager.h"
    -#include "sky_render.h"
    -#include "fix_season_data.h"
    -#include "ig_season_callback.h"
    -#include "user_entity.h"
    -#include "micro_life_manager.h"
    -#include "zone_util.h"
    -#include "mesh_camera_col_manager.h"
    -#include "misc.h"
    -#include "sheet_manager.h"
    -#include "continent_manager.h"
    -#include "connection.h"
    -#include "water_env_map_rdr.h"
    -#include "input.h"
    -#include "bg_downloader_access.h"
    -
    -// Game Share
    -#include "game_share/georges_helper.h"
    -#include "game_share/season_file_ext.h"
    -
    -// R2 Share
    -#include "game_share/scenario_entry_points.h"
    -
    -
    -#include "r2/editor.h"
    -
    -// std
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -
    -///////////
    -// USING //
    -///////////
    -using namespace NLMISC;
    -using namespace NL3D;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -
    -////////////
    -// EXTERN //
    -////////////
    -extern ULandscape *Landscape;
    -extern UScene	  *Scene;
    -extern UScene	  *SceneRoot;
    -extern UInstanceGroup *BackgroundIG;
    -extern UDriver	  *Driver;
    -extern UVisualCollisionManager	*CollisionManager;
    -extern bool		   InitCloudScape;
    -extern bool			FirstFrame;
    -extern CContinentManager ContinentMngr;
    -
    -
    -//-----------------------------------------------
    -// CUserLandMark 
    -//-----------------------------------------------
    -
    -NLMISC::CRGBA	CUserLandMark::getColor () const
    -{
    -	return _LandMarksColor[Type];
    -}
    -
    -
    -//-----------------------------------------------
    -// CFogOfWar
    -//-----------------------------------------------
    -
    -//===================================================================================
    -CFogOfWar::~CFogOfWar()
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -}
    -
    -//===================================================================================
    -uint8 *CFogOfWar::getData()
    -{
    -	return (Tx != NULL) ? Tx->getPointer() : NULL;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealWidth()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageWidth() : 0;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealHeight()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageHeight() : 0;
    -}
    -
    -//===================================================================================
    -bool CFogOfWar::createData(sint16 w, sint16 h)
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -
    -	MapWidth = w;
    -	MapHeight = h;
    -	uint32 WReal = NLMISC::raiseToNextPowerOf2(MapWidth);
    -	uint32 HReal = NLMISC::raiseToNextPowerOf2(MapHeight);
    -
    -	Tx = Driver->createTextureMem(WReal, HReal, CBitmap::Alpha);
    -	if (Tx == NULL)
    -		return false;
    -
    -	Tx->setWrapS(NL3D::UTexture::Clamp);
    -	Tx->setWrapT(NL3D::UTexture::Clamp);
    -
    -	uint8 *pData = Tx->getPointer();
    -	// Set the texture to black (not discovered)
    -	for (uint32 j = 0; j < WReal*HReal; ++j)
    -		pData[j] = 0;
    -
    -	// Upload it
    -	Tx->touch();
    -	return true;
    -}
    -
    -//===================================================================================
    -void CFogOfWar::explored(sint16 /* mapPosX */, sint16 /* mapPosY */)
    -{
    -	// TODO trap : do something better than upload the whole texture
    -	if (Tx != NULL)
    -		Tx->touch();
    -}
    -
    -
    -//===================================================================================
    -void CFogOfWar::load(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	CIFile inFile;
    -	if (inFile.open(fileName))
    -	{
    -		serial(inFile);
    -	}
    -	else
    -	{
    -		// If the file do not exist create a new texture
    -		// Look in all the maps to know the texture map size and apply a ratio to this size
    -		CWorldSheet *pWS = dynamic_cast(SheetMngr.get(CSheetId("ryzom.world")));
    -		if (pWS == NULL) return;
    -		for (uint32 i = 0; i < pWS->Maps.size(); ++i)
    -		{
    -			SMap &rM = pWS->Maps[i];
    -			if (strncmp(rM.Name.c_str(), "continent", 9) == 0)
    -			{
    -				if (stricmp(rM.ContinentName.c_str(), contName.c_str()) == 0)
    -				{
    -					// get the size of the bitmap
    -					uint32 nWidth = 0, nHeight = 0;
    -					string path = CPath::lookup(rM.BitmapName, false);
    -					if (!path.empty())
    -						CBitmap::loadSize(path, nWidth, nHeight);
    -					// create the texture fow
    -					if ((nWidth != 0) && (nHeight != 0))
    -					{
    -						MapWidth = (sint16)nWidth / 4;
    -						MapHeight = (sint16)nHeight / 4;
    -						createData(MapWidth, MapHeight);
    -					}
    -					MinX = rM.MinX;
    -					MinY = rM.MinY;
    -					MaxX = rM.MaxX;
    -					MaxY = rM.MaxY;
    -					return;
    -				}
    -			}
    -		}
    -	}
    -*/
    -}
    -
    -//===================================================================================
    -void CFogOfWar::save(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	COFile inFile;
    -	if (inFile.open(fileName))
    -		serial(inFile);
    -*/
    -}
    -
    -
    -/////////////
    -// METHODS //
    -/////////////
    -//-----------------------------------------------
    -// CContinent :
    -// Constructor.
    -//-----------------------------------------------
    -CContinent::CContinent()
    -{
    -//	Newbie = false;
    -}// CContinent //
    -
    -
    -class CChangeTaskPriority : public CTaskManager::IChangeTaskPriority
    -{
    -	virtual float getTaskPriority(const IRunnable &runnable)
    -	{
    -		const NLMISC::IRunnablePos *_3dRunnable = dynamic_cast(&runnable);
    -		if (_3dRunnable)
    -		{
    -			return (_3dRunnable->Position - UserEntity->pos()).norm();
    -		}
    -		return 0;
    -	}
    -} ChangeTaskPriority;
    -
    -
    -
    -
    -//===================================================================================
    -void CContinent::setup()
    -{
    -	if (SheetName.empty())
    -	{
    -		nlwarning("SheetName not set : cannot setup continent");
    -		return;
    -	}
    -
    -	CEntitySheet *pES = SheetMngr.get(CSheetId (SheetName));
    -	CContinentSheet *pCS = NULL;
    -	if (pES->type() == CEntitySheet::CONTINENT)
    -		pCS = (CContinentSheet*)pES;
    -
    -	if (pCS == NULL)
    -	{
    -		nlwarning("Bad type for continent form %s.", SheetName.c_str());
    -		return;
    -	}
    -
    -	// copy basics parameters of sheet
    -	CContinentParameters::operator = (pCS->Continent);
    -
    -	// setup weather functions
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		WeatherFunction[k].buildFromSheet(pCS->WeatherFunction[k], WeatherManager);
    -	}
    -
    -	/*
    -	nlinfo("Seasons for continent %s", SheetName.c_str());
    -	nlinfo("==================================");
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		nlinfo("Season = %s, num setups = %d", EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), (int) WeatherFunction[k].getNumWeatherSetups());
    -		for(uint l = 0; l < WeatherFunction[k].getNumWeatherSetups(); ++l)
    -		{
    -			if (WeatherFunction[k].getWeatherSetup(l))
    -			{
    -				nlinfo("Setup %d for season %s is %s", (int) l, EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), NLMISC::CStringMapper::unmap(WeatherFunction[k].getWeatherSetup(l)->SetupName).c_str());
    -			}
    -			else
    -			{
    -				nlinfo("Setup %d not found", (int) l);
    -			}
    -		}
    -	}
    -	*/
    -
    -	uint k;
    -	// setup villages
    -	for(k = 0; k < pCS->Villages.size(); ++k)
    -	{
    -		CVillage *village = new CVillage;
    -		if (village->setupFromSheet(Scene, pCS->Villages[k], &IGLoaded))
    -			_Villages.add(village);
    -		else
    -			delete village;
    -
    -	}
    -
    -	// Setup outpost
    -	_Outposts.clear();
    -	for(k = 0; k < pCS->Continent.ZCList.size(); ++k)
    -	{
    -		// must add the ruins in 3D?
    -		bool	mustAddRuins= pCS->Continent.ZCList[k].EnableRuins;
    -
    -		// add a village for ruins display?
    -		CVillage	*village= NULL;
    -		if(mustAddRuins)
    -		{
    -			village = new CVillage;
    -			if (village->setupOutpost(Scene, pCS->Continent.ZCList[k], k, &IGLoaded))
    -				_Villages.add(village);
    -			else
    -			{
    -				delete village;
    -				village= NULL;
    -			}
    -		}
    -
    -		// add an outpost
    -		COutpost	outpost;
    -		if (outpost.setupOutpost(pCS->Continent.ZCList[k], k, village))
    -			_Outposts.push_back(outpost);
    -	}
    -
    -	// setup fog of war
    -	FoW.load(Name);
    -}
    -
    -
    -
    -//-----------------------------------------------
    -class CPCBank : public IProgressCallback
    -{
    -	virtual void progress (float /* progressValue */) {}
    -};
    -CPCBank PCBank;
    -
    -static uint getNumZones()
    -{
    -	if (Landscape == NULL) return 0;
    -	std::vector zoneLoaded;
    -	Landscape->getAllZoneLoaded(zoneLoaded);
    -	return (uint)zoneLoaded.size();
    -}
    -
    -//-----------------------------------------------
    -// select :
    -// Update global parameters like the texture for the micro veget.
    -//-----------------------------------------------
    -void CContinent::select(const CVectorD &pos, NLMISC::IProgressCallback &progress, bool complete, bool unhibernate, EGSPD::CSeason::TSeason season)
    -{
    -	pauseBGDownloader();
    -	CNiceInputAuto niceInputs;
    -	// Season has changed ?
    -	Season = season;
    -
    -	if (Landscape) Landscape->setTileColor(TileColorMono[Season], TileColorFactor[Season]);
    -
    -	// First frame
    -	FirstFrame = true;
    -
    -	{
    -		H_AUTO(InitRZWorldLanscapeShow)
    -		// If continent is an indoor, hde the landscape
    -		if (Landscape)
    -		{
    -			if (Indoor)
    -				Landscape->hide();
    -			else
    -				Landscape->show();
    -		}
    -	}
    -
    -	bool toto = false;
    -	if(complete)
    -	{
    -		// Progress bar
    -		progress.progress (0);
    -		progress.pushCropedValues (0, 1.f/3.f);
    -
    -		{
    -			H_AUTO(InitRZWorldIndoor)
    -			if (!ClientCfg.Light)
    -			{
    -				if (Landscape)
    -				{
    -					Landscape->removeAllZones();
    -					toto= true;
    -					// If continent is an indoor, hde the landscape
    -					if (!Indoor)
    -					{
    -						// Change the MicroVeget Texture.
    -						string microVegetSeason = MicroVeget;
    -						SeasonPostfixTextureFilename (microVegetSeason, Season);
    -						Landscape->loadVegetableTexture (microVegetSeason);
    -
    -						// Change the Material for static and dynamic PointLights
    -						Landscape->setPointLightDiffuseMaterial(LandscapePointLightMaterial);
    -					}
    -				}
    -			}
    -		}
    -		// Initialize Landscape IG Callbacks.
    -		{
    -			H_AUTO(InitRZWorldInitCallbacks)
    -			initLandscapeIGCallbacks();
    -			nlassert(IGCallbacks); // forgot to call ::initLandscapeIGCallbacks()
    -			if (!ClientCfg.Light)
    -			{
    -				// Add weather as an observer (to know when an ig is added, and to set its lightmaps color accordingly)
    -				registerObserver(&LightCycleManager);
    -				IGCallbacks->registerObserver(&LightCycleManager);
    -
    -				// register the LightCycleManager as an observer to Objects that may create IGs
    -				IGSeasonCallback.Season = Season;
    -				registerObserver(&IGSeasonCallback);
    -				IGCallbacks->registerObserver(&IGSeasonCallback);
    -
    -				// register the Camera collision manager
    -				registerObserver(&MeshCameraColManager);
    -
    -				if (!Indoor)
    -				{
    -					// Change LOD texture
    -					try
    -					{
    -						// Get the CoarseMeshMap for this season
    -						string seasonname = CoarseMeshMap;
    -						SeasonPostfixTextureFilename (seasonname, Season);
    -
    -						// Set the texture for the coarse mesh manager
    -						Scene->setCoarseMeshManagerTexture (CPath::lookup(seasonname).c_str());
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -			}
    -			// Register door handling (when an ig is added check all shapes for doors and add to the door manager)
    -			registerObserver(&IGDoorCallback);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldPacs)
    -			releasePACS();
    -			// Init PACS
    -			std::string pacsRBankPath = CPath::lookup(PacsRBank, false);
    -			std::string pacsGRPath = CPath::lookup(PacsGR, false);
    -			if(!pacsRBankPath.empty() && !pacsGRPath.empty())
    -				initPACS(pacsRBankPath.c_str(), pacsGRPath.c_str(), progress);
    -			else
    -				initPACS(0, 0, progress);
    -			// Set the move container
    -			if (IGCallbacks) IGCallbacks->setMoveContainer(PACS);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldBuildings)
    -			// No landscape IG in indoors
    -			if (!Indoor)
    -			{
    -				if (!ClientCfg.Light && Landscape)
    -				{
    -					// Init ig
    -					try
    -					{
    -						LandscapeIGManager.initIG (Scene, CPath::lookup(LandscapeIG).c_str(), Driver, Season, &progress);
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -
    -				// Get IGs for the continent with their name.
    -				vector > igsWithNames;
    -				LandscapeIGManager.getAllIGWithNames(igsWithNames);
    -
    -				// Associate IGs with the ZC number or -1 if there is no ZC.
    -				for(uint i = 0; i this zone should be a ZC.
    -							string outpostZone = toLower(CFile::getFilenameWithoutExtension(ZCList[j].Name));
    -							if(igZone == outpostZone)
    -							{
    -								nlctassert(RZ_MAX_BUILDING_PER_OUTPOST==4);
    -								// Check there is all information in the IG for a ZC and initialize.
    -								bool zcOK[RZ_MAX_BUILDING_PER_OUTPOST+1] = {false, false, false, false, false};
    -								UInstanceGroup *ig = igsWithNames[i].first;
    -								uint k;
    -								for(k=0; kgetNumInstance(); ++k)
    -								{
    -									if(ig->getInstanceName(k) == "flag_zc")
    -									{
    -										// todo hulud handle outpost flag
    -										zcOK[0] = true;
    -									}
    -
    -									// For each building
    -									uint b;
    -									for (b=0; bgetInstanceName(k) == ("bat_zc_0"+toString(b+1)))
    -										{
    -											// Set the position
    -											CVector pos = ig->getInstancePos(k);
    -											CQuat rot = ig->getInstanceRot(k);
    -											outpost->setBuildingPosition (b, rot, pos);
    -											zcOK[b+1] = true;
    -										}
    -									}
    -								}
    -
    -								// There are not enough information in the IG for ZC.
    -								for (k=0; kaddIG(igsWithNames[i].first);
    -				}
    -
    -				// Register outpost collisions and Display
    -				initOutpost();
    -			}
    -		}
    -
    -		if (!ClientCfg.Light)
    -		{
    -			// Progress bar
    -			progress.popCropedValues ();
    -			progress.progress (1.f/3.f);
    -			progress.pushCropedValues (1.f/3.f, 2.f/3.f);
    -
    -			{
    -				H_AUTO(InitRZWorldTileBank)
    -				// Select the tile bank
    -				if (Landscape)
    -				{
    -					if (!Indoor)
    -					{
    -						string farBankSeason = FarBank;
    -						SeasonPostfixTextureFilename (farBankSeason, Season);
    -						if (!SmallBank.empty() && !farBankSeason.empty())
    -						{
    -							std::string smallBankPath = CPath::lookup(SmallBank, false);
    -							std::string farBankSeasonPath = CPath::lookup(farBankSeason, false);
    -							if (!smallBankPath.empty() && !farBankSeasonPath.empty())
    -							{
    -								Landscape->loadBankFiles (smallBankPath, farBankSeasonPath);
    -							}
    -							// Postfix tiles and vegetset by the season string
    -							Landscape->postfixTileFilename (CSeasonFileExt::getExtension (Season));
    -							Landscape->postfixTileVegetableDesc (CSeasonFileExt::getExtension (Season));
    -
    -							// Flush the tiles
    -							Landscape->flushTiles (progress);
    -						}
    -					}
    -				}
    -			}
    -
    -			// Not an indoor ?
    -			if (!Indoor)
    -			{
    -				{
    -					H_AUTO(InitRZWorldSky)
    -					// load the sky if any
    -					initSky();
    -					// build the canopee
    -					try
    -					{
    -						nlassert(CurrSeason < EGSPD::CSeason::Invalid);
    -						if (!CanopyIGfileName[CurrSeason].empty() && CurrSeason != EGSPD::CSeason::Invalid)
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(CanopyIGfileName[CurrSeason]);
    -						}
    -						else
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(BackgroundIGName);
    -						}
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -					if(BackgroundIG)
    -					{
    -						if (SceneRoot)
    -						{
    -							// Add the IG to the scene
    -							BackgroundIG->addToScene(*SceneRoot, Driver);
    -
    -							// See for which objects distance should be overriden (object which use a .PLANT sheet)
    -							uint numInstances = BackgroundIG->getNumInstance();
    -							uint k;
    -							for(k = 0; k < numInstances; ++k)
    -							{
    -								// Select the texture function of the season
    -								UInstance instance = BackgroundIG->getInstance (k);
    -								if (!instance.empty())
    -								{
    -									instance.selectTextureSet (Season);
    -								}
    -							}
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -		// Progress bar
    -		progress.popCropedValues ();
    -		progress.progress (2.f/3.f);
    -		progress.pushCropedValues (2.f/3.f, 1);
    -	}// complete
    -
    -	if (complete || unhibernate)
    -	{
    -		H_AUTO(InitRZWorldLightCycleManager)
    -		// Touch light setup
    -		LightCycleManager.touch();
    -	}
    -
    -	if (complete)
    -	{
    -		H_AUTO(InitRZWorldWaterMap)
    -		// init water map
    -		initWaterMap();
    -	}
    -
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = NULL;
    -	{
    -		progress.pushCropedValues (0, 3.f/4.f);
    -
    -		if (!ClientCfg.Light)
    -		{
    -			if (!Indoor)
    -			{
    -				if (Landscape)
    -				{
    -					H_AUTO(InitRZWorldLandscapeIGManager)
    -					// If any zone already loaded into the landscape, must load them to the IGManager.
    -					//	Yoyo: this is important for teleportation near a current position, since not so many landscape zones
    -					//	will be removed/added.
    -					//	Hence, a solution is to reload all igs.
    -					vector		zonesLoaded;
    -					Landscape->getAllZoneLoaded(zonesLoaded);
    -					// and try to load the ones which fit the IGManager
    -					vector igAdded;
    -					LandscapeIGManager.loadArrayZoneIG(zonesLoaded, &igAdded);
    -
    -					// Refresh zone to load/remove.
    -					vector		zonesAdded;
    -					vector		zonesRemoved;
    -					completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -					Landscape->refreshAllZonesAround(pos, ClientCfg.Vision + ExtraZoneLoadingVision, zonesAdded, zonesRemoved, progress, completeIsland ? &(completeIsland->ZoneIDs) : NULL);
    -					LandscapeIGManager.unloadArrayZoneIG(zonesRemoved);
    -					LandscapeIGManager.loadArrayZoneIG(zonesAdded, &igAdded);
    -				}
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -		progress.progress (3.f/4.f);
    -		progress.pushCropedValues (3.f/4.f, 1);
    -
    -		// Refresh PACS
    -		if(GR)
    -		{
    -			H_AUTO(InitRZWorldRefreshPacs)
    -			GR->refreshLrAroundNow(pos, LRRefeshRadius);
    -		}
    -
    -		// Refresh streamable object (villages ..)
    -		if (!ClientCfg.Light)
    -		{
    -			if (ClientCfg.VillagesEnabled)
    -			{
    -				H_AUTO(InitRZWorldForceUpdateStreamable)
    -				forceUpdateStreamable(pos, progress);
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -	}
    -
    -	// Execute only when you change the targeted continent is not the current one.
    -	if(complete || unhibernate)
    -	{
    -		// Continent changed -> update entities.
    -		EntitiesMngr.changeContinent();
    -		R2::getEditor().onContinentChanged();
    -
    -		// Ask to reinit cloudscape
    -		InitCloudScape  = true;
    -
    -		// Set the entity sun contribution parameters
    -		CollisionManager->setSunContributionPower (EntitySunContributionPower, EntitySunContributionMaxThreshold);
    -	}
    -
    -	if(complete)
    -	{
    -		reloadFogMap();
    -		// temp for debug : create visualisation of current pacs primitives
    -		// createInstancesFromMoveContainer(Scene, IGCallbacks->getMoveContainer(), NULL);
    -		//
    -		// Progress bar
    -		progress.popCropedValues ();
    -	}
    -
    -	if (complete || unhibernate)
    -	{
    -		if (!ClientCfg.Light && ClientCfg.LandscapeEnabled && ClientCfg.MicroLifeEnabled)
    -		{
    -			H_AUTO(InitRZWorldLoadMicroLife)
    -			loadMicroLife();
    -		}
    -	}
    -	// Register callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(&ChangeTaskPriority);
    -}// select //
    -
    -//=========================================================================
    -void CContinent::reloadFogMap()
    -{
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -	if (completeIsland)
    -	{
    -		std::string islandName = toLower(completeIsland->Island);
    -		std::string::size_type lastPos = islandName.find_last_of("_");
    -		if (lastPos != std::string::npos)
    -		{
    -			islandName = islandName.substr(lastPos + 1);
    -		}
    -		// special fogmaps are use for islands
    -		CFogMapBuild fmb;
    -		enum TMapType { Day = 0, Night, Dusk, Distance, Depth, NoPrecipitation, NumMap };
    -		fmb.Map[CFogMapBuild::Day]      = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Night]    = "fog_" + islandName + "_night.tga";
    -		fmb.Map[CFogMapBuild::Dusk]     = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Distance] = "fog_" + islandName + "_dist.tga";
    -		fmb.Map[CFogMapBuild::Depth]    =  "fog_" + islandName + "_depth.tga";
    -		fmb.Map[CFogMapBuild::NoPrecipitation] = islandName + "_no_rain.tga";
    -		// there is an outtline of 50%, take it in account
    -		float deltaX = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		float deltaY = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		FogMap.init(fmb,
    -				    CVector((float) completeIsland->XMin + deltaX, (float) completeIsland->YMin + deltaY, 0.f),
    -					CVector((float) completeIsland->XMax - deltaX, (float) completeIsland->YMax - deltaY, 0.f)
    -				   );
    -		bool found = false;
    -		for(uint k = 0; k < CFogMapBuild::NumMap && !found; ++k)
    -		{
    -			if (FogMap.getMap((CFogMap::TMapType) k).getWidth() != 0) found = true;
    -		}
    -		// as a fallback, assume that new fog maps have not been installed, so fallback on the old ones ...
    -		if (!found)
    -		{
    -			FogMap.init(FogMapBuild);
    -		}
    -	}
    -	else
    -	{
    -		FogMap.init(FogMapBuild);
    -	}
    -	#ifdef NL_DEBUG
    -		nlinfo("fog map : (minX, minY) = (%.1f, %.1f), (maxX, maxY) = (%.1f, %.1f)", FogMap.getMinCoord().x, FogMap.getMinCoord().y, FogMap.getMaxCoord().x, FogMap.getMaxCoord().y);
    -	#endif
    -}
    -
    -//=========================================================================
    -bool CContinent::getCorners(NLMISC::CVector2f &cornerMin, NLMISC::CVector2f &cornerMax) const
    -{
    -	if (!getPosFromZoneName(ZoneMin, cornerMin))
    -	{
    -		nlwarning("Can't retrieve continent min corner");
    -		return false;
    -	}
    -	if (!getPosFromZoneName(ZoneMax, cornerMax))
    -	{
    -		nlwarning("Can't retrieve continent max corner");
    -		return false;
    -	}
    -	if(cornerMin.x > cornerMax.x) std::swap(cornerMin.x, cornerMax.x);
    -	if(cornerMin.y > cornerMax.y) std::swap(cornerMin.y, cornerMax.y);
    -	cornerMax.x += 160.f;
    -	cornerMax.y += 160.f;
    -	return true;
    -}
    -
    -//=========================================================================
    -void CContinent::initWaterMap()
    -{
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	WaterMap.init(cornerMin, cornerMax);
    -}
    -
    -//=========================================================================
    -void CContinent::loadMicroLife()
    -{
    -	CMicroLifeManager::getInstance().release();
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	CMicroLifeManager::getInstance().init(cornerMin, cornerMax);
    -	// register all micro life primitives
    -	CMicroLifeManager::getInstance().build(MicroLifeZones);
    -}
    -
    -//=========================================================================
    -bool CContinent::isLoadingforced(const NLMISC::CVector &pos) const
    -{
    -	return _Villages.needCompleteLoading(pos);
    -}
    -
    -
    -//=========================================================================
    -void CContinent::updateStreamable(const NLMISC::CVector &pos)
    -{
    -	_Villages.update(pos);
    -}
    -
    -//=========================================================================
    -void CContinent::forceUpdateStreamable(const NLMISC::CVector &playerPos, NLMISC::IProgressCallback &progress)
    -{
    -	_Villages.forceUpdate(playerPos, progress);
    -}
    -
    -//=========================================================================
    -void CContinent::removeVillages()
    -{
    -	_Villages.removeAll();
    -}
    -
    -//=========================================================================
    -void CContinent::unselect()
    -{
    -	// remove envmap
    -	if (SceneRoot && !WaterEnvMapCanopyCam.empty())
    -	{
    -		SceneRoot->deleteCamera(WaterEnvMapCanopyCam);
    -	}
    -	WaterEnvMapCanopyCam.detach();
    -	if (CurrentSky.getScene() && !WaterEnvMapSkyCam.empty())
    -	{
    -		CurrentSky.getScene()->deleteCamera(WaterEnvMapSkyCam);
    -	}
    -	WaterEnvMapSkyCam.detach();
    -	//
    -	if (!Indoor)
    -	{
    -		releaseSky();
    -
    -		// Setup the Root scene.
    -		if (BackgroundIG)
    -		{
    -			BackgroundIG->removeFromScene (*SceneRoot);
    -			SceneRoot->deleteInstanceGroup (BackgroundIG);
    -			BackgroundIG = NULL;
    -		}
    -	}
    -
    -	// Remove outpost (collisions etc...)
    -	removeOutpost();
    -
    -	// Unregister callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(NULL);
    -
    -	// Remove the primitive for all entitites (new PACS coming soon and need new primitives).
    -	EntitiesMngr.removeCollision();
    -
    -	// release collision primitives
    -	if (IGCallbacks)
    -	{
    -		IGCallbacks->resetContainer();
    -	}
    -
    -	// Unload villages
    -	_Villages.forceUnload();
    -
    -	// Release PACS
    -	releasePACS ();
    -
    -	// Initialize Landscape IG Callbacks.
    -	releaseLandscapeIGCallbacks();
    -
    -	// Release the IG manager only if where are not in indoor
    -	if (!Indoor)
    -	{
    -		// Release the IG manager
    -		if (Landscape) LandscapeIGManager.reset ();
    -	}
    -
    -	// release fog maps
    -	FogMap.release();
    -
    -	// Remove weather as an observer
    -	removeObserver(&LightCycleManager);
    -
    -	// Remove season observer
    -	removeObserver(&IGSeasonCallback);
    -
    -	// Remove Camera collision observer
    -	removeObserver(&MeshCameraColManager);
    -
    -	// Remove door management observers
    -	removeObserver(&IGDoorCallback);
    -
    -	// Release water map
    -	WaterMap.release();
    -
    -	// Release water envmap
    -	#ifdef USE_WATER_ENV_MAP
    -	Driver->deleteWaterEnvMap(WaterEnvMap);
    -	WaterEnvMap = NULL;
    -	#endif
    -}
    -
    -//=========================================================================
    -/** Override current fog by the fog in the weather system. This is used when there is bad weather or precipitations
    -  * \param dest the fog state to modify
    -  * \param fogIndex the fog to modify (0 for main, 1 for canopy)
    -  */
    -static void overrideFog(CFogState &dest, TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, bool /* overrideDist */, bool overideByWeatherFogDist = true)
    -{
    -	nlassert(fogType < NumFogType); // For now, 2 kinds of fogs : main & canopy
    -	if (!dest.FogEnabled) return;
    -	const CWeatherState &ws = WeatherManager.getCurrWeatherState();
    -	if (ws.FogRatio == 0.f) return; // no need to override fog
    -	// override the fog by the fog indicated in the WeatherManager
    -	NLMISC::CRGBA fogColor;
    -	// if there's a new style sky with a fog bitmap *(giving fog depending on hour & weather, use it)
    -	if (ContinentMngr.cur() && ContinentMngr.cur()->CurrentSky.getScene() != NULL && ContinentMngr.cur()->CurrentSky.hasFogColor())
    -	{
    -		fogColor = ContinentMngr.cur()->CurrentSky.computeFogColor(CClientDate(RT.getRyzomDay(), (float) DayNightCycleHour), WeatherManager.getWeatherValue());
    -	}
    -	else
    -	{
    -		switch(lightState)
    -		{
    -			case CLightCycleManager::DayToNight:
    -			{
    -				if (dayNight < duskRatio)
    -				{
    -					float blendFactor = duskRatio != 0 ? dayNight / duskRatio : 0.f;
    -					fogColor.blendFromui(ws.FogColorDay, ws.FogColorDusk, (uint) (blendFactor * 256.f));
    -				}
    -				else
    -				{
    -					float blendFactor = duskRatio != 1 ? (dayNight - duskRatio) / (1.f - duskRatio) : 0.f;
    -					fogColor.blendFromui(ws.FogColorDusk, ws.FogColorNight, (uint) (blendFactor * 256.f));
    -				}
    -			}
    -			break;
    -			default: // no dusk transition
    -				fogColor.blendFromui(ws.FogColorDay, ws.FogColorNight, (uint) (dayNight * 256.f));
    -			break;
    -		}
    -	}
    -	float finalFogAlpha = (float)dest.FogColor.A * 256.f / 255.f;
    -	dest.FogColor.blendFromui(dest.FogColor, fogColor, (uint) ((256.f-finalFogAlpha) * ws.FogRatio));
    -	if (overideByWeatherFogDist)
    -	{
    -		dest.FogEndDist = std::min (ws.FogFar[fogType], dest.FogEndDist);
    -		dest.FogStartDist = std::min (ws.FogNear[fogType], dest.FogStartDist);
    -	}
    -}
    -
    -//=========================================================================
    -/** Adapt fog dist to the viewport
    -  */
    -static inline void makeRangedFog(CFogState &result, UScene &scene)
    -{
    -	if (result.FogEndDist != 0.f)
    -	{
    -			float farPlaneDist  = scene.getCam().getFrustum().Far;
    -			float newEndFogDist = std::min(result.FogEndDist, farPlaneDist);
    -			result.FogStartDist = result.FogStartDist * newEndFogDist / result.FogEndDist;
    -			result.FogEndDist   = newEndFogDist;
    -			result.FogEnabled   = true;
    -	}
    -	else
    -	{
    -		result.FogEnabled = false;
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::getFogState(TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, const NLMISC::CVectorD &pos, CFogState &result, bool overideByWeatherFogDist /*= true*/)
    -{
    -	if (FogStart == FogEnd)
    -	{
    -		result.FogEnabled = false;
    -		return;
    -	}
    -	switch(fogType)
    -	{
    -		case MainFog: FogMap.getFogParams(FogStart, FogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -
    -		case CanopyFog: FogMap.getFogParams(RootFogStart, RootFogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -		default:
    -			nlstop;
    -		break;
    -	}
    -	// Override fog because of weather.
    -	overrideFog(result, fogType, dayNight, duskRatio, lightState, overideByWeatherFogDist);
    -	// normalize fog dist to view frustum
    -	/*
    -	switch(fogType)
    -	{
    -		case MainFog: if (Scene) makeRangedFog(result, *Scene); break;
    -		case CanopyFog: if (SceneRoot) makeRangedFog(result, *SceneRoot); break;
    -	}
    -	*/
    -	/*
    -	if (fogType == MainFog)
    -	{
    -		result.FogStartDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -		result.FogEndDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -	}
    -	*/
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::enumIGs(IIGEnum *callback)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	bool continueEnum = true;
    -	for(uint k = 0; k < numEntities && continueEnum; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			continueEnum = v->enumIGs(callback);
    -		}
    -	}
    -	return continueEnum;
    -}
    -
    -//=========================================================================
    -void CContinent::registerObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->registerObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::removeObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->removeObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::isObserver(IIGObserver *obs) const
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			if (v->isObserver(obs))
    -				return true;
    -		}
    -	}
    -	return false;
    -}
    -
    -
    -//=========================================================================
    -COutpost	*CContinent::getOutpost (uint outpostId)
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		// Outpost ?
    -		if(_Outposts[i].getOutpostId()==(sint)outpostId)
    -			return &_Outposts[i];
    -	}
    -	return NULL;
    -}
    -
    -//=========================================================================
    -void CContinent::initOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].initOutpost();
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::removeOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].removeOutpost();
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::dumpVillagesLoadingZones(const std::string &filename)
    -{
    -	const uint NUM_METER_PER_PIX = 4;
    -	CBitmap outBitmap;
    -	CVector2f minPos, maxPos;
    -	getPosFromZoneName(ZoneMin, minPos);
    -	getPosFromZoneName(ZoneMax, maxPos);
    -	if (minPos.x > maxPos.x) std::swap(minPos.x, maxPos.x);
    -	if (minPos.y > maxPos.y) std::swap(minPos.y, maxPos.y);
    -	uint width = (uint) ((maxPos.x - minPos.x) / NUM_METER_PER_PIX);
    -	uint height = (uint) ((maxPos.y - minPos.y) / NUM_METER_PER_PIX);
    -	outBitmap.resize(width, height);
    -	for(uint k = 0; k < _Villages.getNumEntities(); ++k)
    -	{
    -		CVillage &v = *safe_cast(_Villages.getEntity(k));
    -		if(!v.isOutpost())
    -		{
    -			const CStreamableIG &sig = v.getIG();
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getUnloadRadius() / NUM_METER_PER_PIX, CRGBA(0, 0, 100), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getLoadRadius() / NUM_METER_PER_PIX, CRGBA(0, 100, 0), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getForceLoadRadius() / NUM_METER_PER_PIX, CRGBA(100, 0, 0), true);
    -		}
    -	}
    -	// load the map and do a lerp between the 2 bitmaps
    -	if (!WorldMap.empty())
    -	{
    -		std::string path = CPath::lookup(WorldMap, false);
    -		if (!path.empty())
    -		{
    -			CIFile stream;
    -			if (stream.open(path))
    -			{
    -				CBitmap worldMap;
    -				if (worldMap.load(stream))
    -				{
    -					worldMap.convertToType(CBitmap::RGBA);
    -					worldMap.flipV();
    -					worldMap.resample(outBitmap.getWidth(), outBitmap.getHeight());
    -					outBitmap.blend(outBitmap, worldMap, 127, true);
    -				}
    -			}
    -		}
    -	}
    -	drawDisc(outBitmap,  ((float) UserEntity->pos().x - minPos.x) / (float) NUM_METER_PER_PIX, ((float) UserEntity->pos().y - minPos.y) / (float) NUM_METER_PER_PIX, 2, CRGBA::Magenta);
    -
    -	// draw grid
    -	const	uint	subdiv= 500;
    -	const	CRGBA	lineCol(CRGBA::Yellow);
    -	sint	minY= (sint)floor(minPos.y/subdiv);
    -	sint	maxY= (sint)ceil (maxPos.y/subdiv);
    -	sint	minX= (sint)floor(minPos.x/subdiv);
    -	sint	maxX= (sint)ceil (maxPos.x/subdiv);
    -	// draw HLines
    -	for(sint y= minY;y=0 && ypix<(sint)height)
    -		{
    -			for(uint x=0;x=0 && xpix<(sint)width)
    -		{
    -			for(uint y=0;yType == CEntitySheet::SKY)
    -		{
    -			// new-style sky
    -			CurrentSky.init(Driver, *static_cast(skySheet), false, WorldLightCycle.NumHours);
    -		}
    -		#ifdef USE_WATER_ENV_MAP
    -			WaterEnvMapRdr.Sky = &CurrentSky;
    -		#endif
    -	}
    -	else
    -	{
    -		createSkyScene();
    -		// fallback to previous sky version
    -		Sky        = SkyScene->createInstance(SkyDay);
    -		Sky2ndPass = SkyScene->createInstance(SkyDay); // Sky shape used for second pass. We use it to keep pointers on textures
    -		SkyFogPart = SkyScene->createInstance(SkyFogPartName);
    -		// Setup the 2nd
    -		if (!Sky.empty())
    -		{
    -			DaySkySetup.buildFromInstance(Sky, 0); // day textures are at stage 0
    -			NightSkySetup.buildFromInstance(Sky, 1); // night textures are at stage 1
    -		}
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::releaseSky()
    -{
    -	// Remove the (old-style) sky
    -	if (!Sky.empty())
    -	{
    -		SkyScene->deleteInstance (Sky);
    -		SkyScene->deleteInstance (Sky2ndPass);
    -		SkyScene->deleteInstance(SkyFogPart);
    -		Sky = NULL;
    -		Sky2ndPass = NULL;
    -		SkyFogPart = NULL;
    -	}
    -	deleteSkyScene();
    -
    -	// Release the (new-style) sky
    -	CurrentSky.release();
    -}
    -
    -
    -//=========================================================================
    -/*static*/ uint CContinent::getMaxNbUserLandMarks()
    -{
    -	uint nbBonusLandmarks = (uint)IngameDbMngr.getProp( "INTERFACES:NB_BONUS_LANDMARKS" );
    -	return STANDARD_NUM_USER_LANDMARKS + nbBonusLandmarks;
    -}
    diff --git a/code/ryzom/client/src/continent_REMOTE_1640.cpp b/code/ryzom/client/src/continent_REMOTE_1640.cpp
    deleted file mode 100644
    index a30604282..000000000
    --- a/code/ryzom/client/src/continent_REMOTE_1640.cpp
    +++ /dev/null
    @@ -1,1390 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -
    -/////////////
    -// INCLUDE //
    -/////////////
    -#include "stdpch.h"
    -// Misc
    -#include "nel/misc/vectord.h"
    -#include "nel/misc/path.h"
    -#include "nel/misc/smart_ptr.h"
    -#include "nel/misc/progress_callback.h"
    -#include "nel/misc/async_file_manager.h"
    -#include "nel/misc/bitmap.h"
    -#include "nel/misc/polygon.h"
    -// 3D Interface.
    -#include "nel/3d/u_landscape.h"
    -#include "nel/3d/u_scene.h"
    -#include "nel/3d/u_driver.h"
    -#include "nel/3d/u_texture.h"
    -// Georges
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form_loader.h"
    -// Client
    -#include "global.h"
    -#include "continent.h"
    -#include "light_cycle_manager.h"	// \todo GUIGUI : maybe change this when the time will be better managed.
    -#include "door_manager.h"
    -#include "client_cfg.h"
    -#include "ig_client.h"
    -#include "pacs_client.h"
    -#include "village.h"
    -#include "ig_callback.h"
    -#include "streamable_ig.h"
    -#include "weather_manager_client.h"
    -#include "weather.h"
    -#include "entities.h"
    -#include "fog_map.h"
    -#include "demo.h"
    -#include "ingame_database_manager.h"
    -#include "sky_render.h"
    -#include "fix_season_data.h"
    -#include "ig_season_callback.h"
    -#include "user_entity.h"
    -#include "micro_life_manager.h"
    -#include "zone_util.h"
    -#include "mesh_camera_col_manager.h"
    -#include "misc.h"
    -#include "sheet_manager.h"
    -#include "continent_manager.h"
    -#include "connection.h"
    -#include "water_env_map_rdr.h"
    -#include "input.h"
    -#include "bg_downloader_access.h"
    -
    -// Game Share
    -#include "game_share/georges_helper.h"
    -#include "game_share/season_file_ext.h"
    -
    -// R2 Share
    -#include "game_share/scenario_entry_points.h"
    -
    -
    -#include "r2/editor.h"
    -
    -// std
    -#include 
    -#include 
    -#include 
    -#include 
    -
    -
    -///////////
    -// USING //
    -///////////
    -using namespace NLMISC;
    -using namespace NL3D;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -
    -////////////
    -// EXTERN //
    -////////////
    -extern ULandscape *Landscape;
    -extern UScene	  *Scene;
    -extern UScene	  *SceneRoot;
    -extern UInstanceGroup *BackgroundIG;
    -extern UDriver	  *Driver;
    -extern UVisualCollisionManager	*CollisionManager;
    -extern bool		   InitCloudScape;
    -extern bool			FirstFrame;
    -extern CContinentManager ContinentMngr;
    -
    -
    -//-----------------------------------------------
    -// CUserLandMark 
    -//-----------------------------------------------
    -
    -NLMISC::CRGBA	CUserLandMark::getColor () const
    -{
    -	return _LandMarksColor[Type];
    -}
    -
    -
    -//-----------------------------------------------
    -// CFogOfWar
    -//-----------------------------------------------
    -
    -//===================================================================================
    -CFogOfWar::~CFogOfWar()
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -}
    -
    -//===================================================================================
    -uint8 *CFogOfWar::getData()
    -{
    -	return (Tx != NULL) ? Tx->getPointer() : NULL;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealWidth()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageWidth() : 0;
    -}
    -
    -//===================================================================================
    -sint16 CFogOfWar::getRealHeight()
    -{
    -	return (Tx != NULL) ? (sint16)Tx->getImageHeight() : 0;
    -}
    -
    -//===================================================================================
    -bool CFogOfWar::createData(sint16 w, sint16 h)
    -{
    -	if (Tx != NULL)
    -		Driver->deleteTextureMem(Tx);
    -
    -	MapWidth = w;
    -	MapHeight = h;
    -	uint32 WReal = NLMISC::raiseToNextPowerOf2(MapWidth);
    -	uint32 HReal = NLMISC::raiseToNextPowerOf2(MapHeight);
    -
    -	Tx = Driver->createTextureMem(WReal, HReal, CBitmap::Alpha);
    -	if (Tx == NULL)
    -		return false;
    -
    -	Tx->setWrapS(NL3D::UTexture::Clamp);
    -	Tx->setWrapT(NL3D::UTexture::Clamp);
    -
    -	uint8 *pData = Tx->getPointer();
    -	// Set the texture to black (not discovered)
    -	for (uint32 j = 0; j < WReal*HReal; ++j)
    -		pData[j] = 0;
    -
    -	// Upload it
    -	Tx->touch();
    -	return true;
    -}
    -
    -//===================================================================================
    -void CFogOfWar::explored(sint16 /* mapPosX */, sint16 /* mapPosY */)
    -{
    -	// TODO trap : do something better than upload the whole texture
    -	if (Tx != NULL)
    -		Tx->touch();
    -}
    -
    -
    -//===================================================================================
    -void CFogOfWar::load(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	CIFile inFile;
    -	if (inFile.open(fileName))
    -	{
    -		serial(inFile);
    -	}
    -	else
    -	{
    -		// If the file do not exist create a new texture
    -		// Look in all the maps to know the texture map size and apply a ratio to this size
    -		CWorldSheet *pWS = dynamic_cast(SheetMngr.get(CSheetId("ryzom.world")));
    -		if (pWS == NULL) return;
    -		for (uint32 i = 0; i < pWS->Maps.size(); ++i)
    -		{
    -			SMap &rM = pWS->Maps[i];
    -			if (strncmp(rM.Name.c_str(), "continent", 9) == 0)
    -			{
    -				if (stricmp(rM.ContinentName.c_str(), contName.c_str()) == 0)
    -				{
    -					// get the size of the bitmap
    -					uint32 nWidth = 0, nHeight = 0;
    -					string path = CPath::lookup(rM.BitmapName, false);
    -					if (!path.empty())
    -						CBitmap::loadSize(path, nWidth, nHeight);
    -					// create the texture fow
    -					if ((nWidth != 0) && (nHeight != 0))
    -					{
    -						MapWidth = (sint16)nWidth / 4;
    -						MapHeight = (sint16)nHeight / 4;
    -						createData(MapWidth, MapHeight);
    -					}
    -					MinX = rM.MinX;
    -					MinY = rM.MinY;
    -					MaxX = rM.MaxX;
    -					MaxY = rM.MaxY;
    -					return;
    -				}
    -			}
    -		}
    -	}
    -*/
    -}
    -
    -//===================================================================================
    -void CFogOfWar::save(const std::string &/* contName */)
    -{
    -/* // Temporary comment : see this when server ready
    -	string fileName = "save/fow_" + contName + "_" + PlayerSelectedFileName + ".ibmp";
    -	// Try to load the file corresponding
    -	COFile inFile;
    -	if (inFile.open(fileName))
    -		serial(inFile);
    -*/
    -}
    -
    -
    -/////////////
    -// METHODS //
    -/////////////
    -//-----------------------------------------------
    -// CContinent :
    -// Constructor.
    -//-----------------------------------------------
    -CContinent::CContinent()
    -{
    -//	Newbie = false;
    -}// CContinent //
    -
    -
    -class CChangeTaskPriority : public CTaskManager::IChangeTaskPriority
    -{
    -	virtual float getTaskPriority(const IRunnable &runnable)
    -	{
    -		const NLMISC::IRunnablePos *_3dRunnable = dynamic_cast(&runnable);
    -		if (_3dRunnable)
    -		{
    -			return (_3dRunnable->Position - UserEntity->pos()).norm();
    -		}
    -		return 0;
    -	}
    -} ChangeTaskPriority;
    -
    -
    -
    -
    -//===================================================================================
    -void CContinent::setup()
    -{
    -	if (SheetName.empty())
    -	{
    -		nlwarning("SheetName not set : cannot setup continent");
    -		return;
    -	}
    -
    -	CEntitySheet *pES = SheetMngr.get(CSheetId (SheetName));
    -	CContinentSheet *pCS = NULL;
    -	if (pES->type() == CEntitySheet::CONTINENT)
    -		pCS = (CContinentSheet*)pES;
    -
    -	if (pCS == NULL)
    -	{
    -		nlwarning("Bad type for continent form %s.", SheetName.c_str());
    -		return;
    -	}
    -
    -	// copy basics parameters of sheet
    -	CContinentParameters::operator = (pCS->Continent);
    -
    -	// setup weather functions
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		WeatherFunction[k].buildFromSheet(pCS->WeatherFunction[k], WeatherManager);
    -	}
    -
    -	/*
    -	nlinfo("Seasons for continent %s", SheetName.c_str());
    -	nlinfo("==================================");
    -	for(uint k = 0; k < EGSPD::CSeason::Invalid; ++k)
    -	{
    -		nlinfo("Season = %s, num setups = %d", EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), (int) WeatherFunction[k].getNumWeatherSetups());
    -		for(uint l = 0; l < WeatherFunction[k].getNumWeatherSetups(); ++l)
    -		{
    -			if (WeatherFunction[k].getWeatherSetup(l))
    -			{
    -				nlinfo("Setup %d for season %s is %s", (int) l, EGSPD::CSeason::toString((EGSPD::CSeason::TSeason) k).c_str(), NLMISC::CStringMapper::unmap(WeatherFunction[k].getWeatherSetup(l)->SetupName).c_str());
    -			}
    -			else
    -			{
    -				nlinfo("Setup %d not found", (int) l);
    -			}
    -		}
    -	}
    -	*/
    -
    -	uint k;
    -	// setup villages
    -	for(k = 0; k < pCS->Villages.size(); ++k)
    -	{
    -		CVillage *village = new CVillage;
    -		if (village->setupFromSheet(Scene, pCS->Villages[k], &IGLoaded))
    -			_Villages.add(village);
    -		else
    -			delete village;
    -
    -	}
    -
    -	// Setup outpost
    -	_Outposts.clear();
    -	for(k = 0; k < pCS->Continent.ZCList.size(); ++k)
    -	{
    -		// must add the ruins in 3D?
    -		bool	mustAddRuins= pCS->Continent.ZCList[k].EnableRuins;
    -
    -		// add a village for ruins display?
    -		CVillage	*village= NULL;
    -		if(mustAddRuins)
    -		{
    -			village = new CVillage;
    -			if (village->setupOutpost(Scene, pCS->Continent.ZCList[k], k, &IGLoaded))
    -				_Villages.add(village);
    -			else
    -			{
    -				delete village;
    -				village= NULL;
    -			}
    -		}
    -
    -		// add an outpost
    -		COutpost	outpost;
    -		if (outpost.setupOutpost(pCS->Continent.ZCList[k], k, village))
    -			_Outposts.push_back(outpost);
    -	}
    -
    -	// setup fog of war
    -	FoW.load(Name);
    -}
    -
    -
    -
    -//-----------------------------------------------
    -class CPCBank : public IProgressCallback
    -{
    -	virtual void progress (float /* progressValue */) {}
    -};
    -CPCBank PCBank;
    -
    -static uint getNumZones()
    -{
    -	if (Landscape == NULL) return 0;
    -	std::vector zoneLoaded;
    -	Landscape->getAllZoneLoaded(zoneLoaded);
    -	return (uint)zoneLoaded.size();
    -}
    -
    -//-----------------------------------------------
    -// select :
    -// Update global parameters like the texture for the micro veget.
    -//-----------------------------------------------
    -void CContinent::select(const CVectorD &pos, NLMISC::IProgressCallback &progress, bool complete, bool unhibernate, EGSPD::CSeason::TSeason season)
    -{
    -	pauseBGDownloader();
    -	CNiceInputAuto niceInputs;
    -	// Season has changed ?
    -	Season = season;
    -
    -	if (Landscape) Landscape->setTileColor(TileColorMono[Season], TileColorFactor[Season]);
    -
    -	// First frame
    -	FirstFrame = true;
    -
    -	{
    -		H_AUTO(InitRZWorldLanscapeShow)
    -		// If continent is an indoor, hde the landscape
    -		if (Landscape)
    -		{
    -			if (Indoor)
    -				Landscape->hide();
    -			else
    -				Landscape->show();
    -		}
    -	}
    -
    -	bool toto = false;
    -	if(complete)
    -	{
    -		// Progress bar
    -		progress.progress (0);
    -		progress.pushCropedValues (0, 1.f/3.f);
    -
    -		{
    -			H_AUTO(InitRZWorldIndoor)
    -			if (!ClientCfg.Light)
    -			{
    -				if (Landscape)
    -				{
    -					Landscape->removeAllZones();
    -					toto= true;
    -					// If continent is an indoor, hde the landscape
    -					if (!Indoor)
    -					{
    -						// Change the MicroVeget Texture.
    -						string microVegetSeason = MicroVeget;
    -						SeasonPostfixTextureFilename (microVegetSeason, Season);
    -						Landscape->loadVegetableTexture (microVegetSeason);
    -
    -						// Change the Material for static and dynamic PointLights
    -						Landscape->setPointLightDiffuseMaterial(LandscapePointLightMaterial);
    -					}
    -				}
    -			}
    -		}
    -		// Initialize Landscape IG Callbacks.
    -		{
    -			H_AUTO(InitRZWorldInitCallbacks)
    -			initLandscapeIGCallbacks();
    -			nlassert(IGCallbacks); // forgot to call ::initLandscapeIGCallbacks()
    -			if (!ClientCfg.Light)
    -			{
    -				// Add weather as an observer (to know when an ig is added, and to set its lightmaps color accordingly)
    -				registerObserver(&LightCycleManager);
    -				IGCallbacks->registerObserver(&LightCycleManager);
    -
    -				// register the LightCycleManager as an observer to Objects that may create IGs
    -				IGSeasonCallback.Season = Season;
    -				registerObserver(&IGSeasonCallback);
    -				IGCallbacks->registerObserver(&IGSeasonCallback);
    -
    -				// register the Camera collision manager
    -				registerObserver(&MeshCameraColManager);
    -
    -				if (!Indoor)
    -				{
    -					// Change LOD texture
    -					try
    -					{
    -						// Get the CoarseMeshMap for this season
    -						string seasonname = CoarseMeshMap;
    -						SeasonPostfixTextureFilename (seasonname, Season);
    -
    -						// Set the texture for the coarse mesh manager
    -						Scene->setCoarseMeshManagerTexture (CPath::lookup(seasonname).c_str());
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -			}
    -			// Register door handling (when an ig is added check all shapes for doors and add to the door manager)
    -			registerObserver(&IGDoorCallback);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldPacs)
    -
    -			releasePACS();
    -			// Init PACS
    -			std::string pacsRBankPath = CPath::lookup(PacsRBank, false);
    -			std::string pacsGRPath = CPath::lookup(PacsGR, false);
    -			if(!pacsRBankPath.empty() && !pacsGRPath.empty())
    -				initPACS(pacsRBankPath.c_str(), pacsGRPath.c_str(), progress);
    -			else
    -				initPACS(0, 0, progress);
    -			// Set the move container
    -			if (IGCallbacks) IGCallbacks->setMoveContainer(PACS);
    -		}
    -
    -		{
    -			H_AUTO(InitRZWorldBuildings)
    -			// No landscape IG in indoors
    -			if (!Indoor)
    -			{
    -				if (!ClientCfg.Light && Landscape)
    -				{
    -					// Init ig
    -					try
    -					{
    -						LandscapeIGManager.initIG (Scene, CPath::lookup(LandscapeIG).c_str(), Driver, Season, &progress);
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -				}
    -
    -				// Get IGs for the continent with their name.
    -				vector > igsWithNames;
    -				LandscapeIGManager.getAllIGWithNames(igsWithNames);
    -
    -				// Associate IGs with the ZC number or -1 if there is no ZC.
    -				for(uint i = 0; i this zone should be a ZC.
    -							string outpostZone = toLower(CFile::getFilenameWithoutExtension(ZCList[j].Name));
    -							if(igZone == outpostZone)
    -							{
    -								nlctassert(RZ_MAX_BUILDING_PER_OUTPOST==4);
    -								// Check there is all information in the IG for a ZC and initialize.
    -								bool zcOK[RZ_MAX_BUILDING_PER_OUTPOST+1] = {false, false, false, false, false};
    -								UInstanceGroup *ig = igsWithNames[i].first;
    -								uint k;
    -								for(k=0; kgetNumInstance(); ++k)
    -								{
    -									if(ig->getInstanceName(k) == "flag_zc")
    -									{
    -										// todo hulud handle outpost flag
    -										zcOK[0] = true;
    -									}
    -
    -									// For each building
    -									uint b;
    -									for (b=0; bgetInstanceName(k) == ("bat_zc_0"+toString(b+1)))
    -										{
    -											// Set the position
    -											CVector pos = ig->getInstancePos(k);
    -											CQuat rot = ig->getInstanceRot(k);
    -											outpost->setBuildingPosition (b, rot, pos);
    -											zcOK[b+1] = true;
    -										}
    -									}
    -								}
    -
    -								// There are not enough information in the IG for ZC.
    -								for (k=0; kaddIG(igsWithNames[i].first);
    -				}
    -
    -				// Register outpost collisions and Display
    -				initOutpost();
    -			}
    -		}
    -
    -		if (!ClientCfg.Light)
    -		{
    -			// Progress bar
    -			progress.popCropedValues ();
    -			progress.progress (1.f/3.f);
    -			progress.pushCropedValues (1.f/3.f, 2.f/3.f);
    -
    -			{
    -				H_AUTO(InitRZWorldTileBank)
    -				// Select the tile bank
    -				if (Landscape)
    -				{
    -					if (!Indoor)
    -					{
    -						string farBankSeason = FarBank;
    -						SeasonPostfixTextureFilename (farBankSeason, Season);
    -						if (!SmallBank.empty() && !farBankSeason.empty())
    -						{
    -							std::string smallBankPath = CPath::lookup(SmallBank, false);
    -							std::string farBankSeasonPath = CPath::lookup(farBankSeason, false);
    -							if (!smallBankPath.empty() && !farBankSeasonPath.empty())
    -							{
    -								Landscape->loadBankFiles (smallBankPath, farBankSeasonPath);
    -							}
    -							// Postfix tiles and vegetset by the season string
    -							Landscape->postfixTileFilename (CSeasonFileExt::getExtension (Season));
    -							Landscape->postfixTileVegetableDesc (CSeasonFileExt::getExtension (Season));
    -
    -							// Flush the tiles
    -							Landscape->flushTiles (progress);
    -						}
    -					}
    -				}
    -			}
    -
    -			// Not an indoor ?
    -			if (!Indoor)
    -			{
    -				{
    -					H_AUTO(InitRZWorldSky)
    -					// load the sky if any
    -					initSky();
    -					// build the canopee
    -					try
    -					{
    -						nlassert(CurrSeason < EGSPD::CSeason::Invalid);
    -						if (!CanopyIGfileName[CurrSeason].empty() && CurrSeason != EGSPD::CSeason::Invalid)
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(CanopyIGfileName[CurrSeason]);
    -						}
    -						else
    -						{
    -							BackgroundIG = UInstanceGroup::createInstanceGroup(BackgroundIGName);
    -						}
    -					}
    -					catch (const Exception &e)
    -					{
    -						nlwarning (e.what());
    -					}
    -					if(BackgroundIG)
    -					{
    -						if (SceneRoot)
    -						{
    -							// Add the IG to the scene
    -							BackgroundIG->addToScene(*SceneRoot, Driver);
    -
    -							// See for which objects distance should be overriden (object which use a .PLANT sheet)
    -							uint numInstances = BackgroundIG->getNumInstance();
    -							uint k;
    -							for(k = 0; k < numInstances; ++k)
    -							{
    -								// Select the texture function of the season
    -								UInstance instance = BackgroundIG->getInstance (k);
    -								if (!instance.empty())
    -								{
    -									instance.selectTextureSet (Season);
    -								}
    -							}
    -						}
    -					}
    -				}
    -			}
    -		}
    -
    -		// Progress bar
    -		progress.popCropedValues ();
    -		progress.progress (2.f/3.f);
    -		progress.pushCropedValues (2.f/3.f, 1);
    -	}// complete
    -
    -	if (complete || unhibernate)
    -	{
    -		H_AUTO(InitRZWorldLightCycleManager)
    -		// Touch light setup
    -		LightCycleManager.touch();
    -	}
    -
    -	if (complete)
    -	{
    -		H_AUTO(InitRZWorldWaterMap)
    -		// init water map
    -		initWaterMap();
    -	}
    -
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = NULL;
    -	{
    -		progress.pushCropedValues (0, 3.f/4.f);
    -
    -		if (!ClientCfg.Light)
    -		{
    -			if (!Indoor)
    -			{
    -				if (Landscape)
    -				{
    -					H_AUTO(InitRZWorldLandscapeIGManager)
    -					// If any zone already loaded into the landscape, must load them to the IGManager.
    -					//	Yoyo: this is important for teleportation near a current position, since not so many landscape zones
    -					//	will be removed/added.
    -					//	Hence, a solution is to reload all igs.
    -					vector		zonesLoaded;
    -					Landscape->getAllZoneLoaded(zonesLoaded);
    -					// and try to load the ones which fit the IGManager
    -					vector igAdded;
    -					LandscapeIGManager.loadArrayZoneIG(zonesLoaded, &igAdded);
    -
    -					// Refresh zone to load/remove.
    -					vector		zonesAdded;
    -					vector		zonesRemoved;
    -					completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -					Landscape->refreshAllZonesAround(pos, ClientCfg.Vision + ExtraZoneLoadingVision, zonesAdded, zonesRemoved, progress, completeIsland ? &(completeIsland->ZoneIDs) : NULL);
    -					LandscapeIGManager.unloadArrayZoneIG(zonesRemoved);
    -					LandscapeIGManager.loadArrayZoneIG(zonesAdded, &igAdded);
    -				}
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -		progress.progress (3.f/4.f);
    -		progress.pushCropedValues (3.f/4.f, 1);
    -
    -		// Refresh PACS
    -		if(GR)
    -		{
    -			H_AUTO(InitRZWorldRefreshPacs)
    -			GR->refreshLrAroundNow(pos, LRRefeshRadius);
    -		}
    -
    -		// Refresh streamable object (villages ..)
    -		if (!ClientCfg.Light)
    -		{
    -			if (ClientCfg.VillagesEnabled)
    -			{
    -				H_AUTO(InitRZWorldForceUpdateStreamable)
    -				forceUpdateStreamable(pos, progress);
    -			}
    -		}
    -
    -		progress.popCropedValues ();
    -	}
    -
    -	// Execute only when you change the targeted continent is not the current one.
    -	if(complete || unhibernate)
    -	{
    -		// Continent changed -> update entities.
    -		EntitiesMngr.changeContinent();
    -		R2::getEditor().onContinentChanged();
    -
    -		// Ask to reinit cloudscape
    -		InitCloudScape  = true;
    -
    -		// Set the entity sun contribution parameters
    -		CollisionManager->setSunContributionPower (EntitySunContributionPower, EntitySunContributionMaxThreshold);
    -	}
    -
    -	if(complete)
    -	{
    -		reloadFogMap();
    -		// temp for debug : create visualisation of current pacs primitives
    -		// createInstancesFromMoveContainer(Scene, IGCallbacks->getMoveContainer(), NULL);
    -		//
    -		// Progress bar
    -		progress.popCropedValues ();
    -	}
    -
    -	if (complete || unhibernate)
    -	{
    -		if (!ClientCfg.Light && ClientCfg.LandscapeEnabled && ClientCfg.MicroLifeEnabled)
    -		{
    -			H_AUTO(InitRZWorldLoadMicroLife)
    -			loadMicroLife();
    -		}
    -	}
    -	// Register callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(&ChangeTaskPriority);
    -}// select //
    -
    -//=========================================================================
    -void CContinent::reloadFogMap()
    -{
    -	const R2::CScenarioEntryPoints::CCompleteIsland *completeIsland = R2::CScenarioEntryPoints::getInstance().getCompleteIslandFromCoords(CVector2f((float) UserEntity->pos().x, (float) UserEntity->pos().y));
    -	if (completeIsland)
    -	{
    -		std::string islandName = toLower(completeIsland->Island);
    -		std::string::size_type lastPos = islandName.find_last_of("_");
    -		if (lastPos != std::string::npos)
    -		{
    -			islandName = islandName.substr(lastPos + 1);
    -		}
    -		// special fogmaps are use for islands
    -		CFogMapBuild fmb;
    -		enum TMapType { Day = 0, Night, Dusk, Distance, Depth, NoPrecipitation, NumMap };
    -		fmb.Map[CFogMapBuild::Day]      = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Night]    = "fog_" + islandName + "_night.tga";
    -		fmb.Map[CFogMapBuild::Dusk]     = "fog_" + islandName + "_day.tga";
    -		fmb.Map[CFogMapBuild::Distance] = "fog_" + islandName + "_dist.tga";
    -		fmb.Map[CFogMapBuild::Depth]    =  "fog_" + islandName + "_depth.tga";
    -		fmb.Map[CFogMapBuild::NoPrecipitation] = islandName + "_no_rain.tga";
    -		// there is an outtline of 50%, take it in account
    -		float deltaX = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		float deltaY = 0.25f * (completeIsland->XMax - completeIsland->XMin);
    -		FogMap.init(fmb,
    -				    CVector((float) completeIsland->XMin + deltaX, (float) completeIsland->YMin + deltaY, 0.f),
    -					CVector((float) completeIsland->XMax - deltaX, (float) completeIsland->YMax - deltaY, 0.f)
    -				   );
    -		bool found = false;
    -		for(uint k = 0; k < CFogMapBuild::NumMap && !found; ++k)
    -		{
    -			if (FogMap.getMap((CFogMap::TMapType) k).getWidth() != 0) found = true;
    -		}
    -		// as a fallback, assume that new fog maps have not been installed, so fallback on the old ones ...
    -		if (!found)
    -		{
    -			FogMap.init(FogMapBuild);
    -		}
    -	}
    -	else
    -	{
    -		FogMap.init(FogMapBuild);
    -	}
    -	#ifdef NL_DEBUG
    -		nlinfo("fog map : (minX, minY) = (%.1f, %.1f), (maxX, maxY) = (%.1f, %.1f)", FogMap.getMinCoord().x, FogMap.getMinCoord().y, FogMap.getMaxCoord().x, FogMap.getMaxCoord().y);
    -	#endif
    -}
    -
    -//=========================================================================
    -bool CContinent::getCorners(NLMISC::CVector2f &cornerMin, NLMISC::CVector2f &cornerMax) const
    -{
    -	if (!getPosFromZoneName(ZoneMin, cornerMin))
    -	{
    -		nlwarning("Can't retrieve continent min corner");
    -		return false;
    -	}
    -	if (!getPosFromZoneName(ZoneMax, cornerMax))
    -	{
    -		nlwarning("Can't retrieve continent max corner");
    -		return false;
    -	}
    -	if(cornerMin.x > cornerMax.x) std::swap(cornerMin.x, cornerMax.x);
    -	if(cornerMin.y > cornerMax.y) std::swap(cornerMin.y, cornerMax.y);
    -	cornerMax.x += 160.f;
    -	cornerMax.y += 160.f;
    -	return true;
    -}
    -
    -//=========================================================================
    -void CContinent::initWaterMap()
    -{
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	WaterMap.init(cornerMin, cornerMax);
    -}
    -
    -//=========================================================================
    -void CContinent::loadMicroLife()
    -{
    -	CMicroLifeManager::getInstance().release();
    -	NLMISC::CVector2f cornerMin, cornerMax;
    -	if (!getCorners(cornerMin, cornerMax)) return;
    -	CMicroLifeManager::getInstance().init(cornerMin, cornerMax);
    -	// register all micro life primitives
    -	CMicroLifeManager::getInstance().build(MicroLifeZones);
    -}
    -
    -//=========================================================================
    -bool CContinent::isLoadingforced(const NLMISC::CVector &pos) const
    -{
    -	return _Villages.needCompleteLoading(pos);
    -}
    -
    -
    -//=========================================================================
    -void CContinent::updateStreamable(const NLMISC::CVector &pos)
    -{
    -	_Villages.update(pos);
    -}
    -
    -//=========================================================================
    -void CContinent::forceUpdateStreamable(const NLMISC::CVector &playerPos, NLMISC::IProgressCallback &progress)
    -{
    -	_Villages.forceUpdate(playerPos, progress);
    -}
    -
    -//=========================================================================
    -void CContinent::removeVillages()
    -{
    -	_Villages.removeAll();
    -}
    -
    -//=========================================================================
    -void CContinent::unselect()
    -{
    -	// remove envmap
    -	if (SceneRoot && !WaterEnvMapCanopyCam.empty())
    -	{
    -		SceneRoot->deleteCamera(WaterEnvMapCanopyCam);
    -	}
    -	WaterEnvMapCanopyCam.detach();
    -	if (CurrentSky.getScene() && !WaterEnvMapSkyCam.empty())
    -	{
    -		CurrentSky.getScene()->deleteCamera(WaterEnvMapSkyCam);
    -	}
    -	WaterEnvMapSkyCam.detach();
    -	//
    -	if (!Indoor)
    -	{
    -		releaseSky();
    -
    -		// Setup the Root scene.
    -		if (BackgroundIG)
    -		{
    -			BackgroundIG->removeFromScene (*SceneRoot);
    -			SceneRoot->deleteInstanceGroup (BackgroundIG);
    -			BackgroundIG = NULL;
    -		}
    -	}
    -
    -	// Remove outpost (collisions etc...)
    -	removeOutpost();
    -
    -	// Unregister callback on streaming
    -	CAsyncFileManager::getInstance().registerTaskPriorityCallback(NULL);
    -
    -	// Remove the primitive for all entitites (new PACS coming soon and need new primitives).
    -	EntitiesMngr.removeCollision();
    -
    -	// Remove the instances (shapes).
    -	EntitiesMngr.removeInstances();
    -
    -	// release collision primitives
    -	if (IGCallbacks)
    -	{
    -		IGCallbacks->resetContainer();
    -	}
    -
    -	// Unload villages
    -	_Villages.forceUnload();
    -
    -	// Release PACS
    -	releasePACS ();
    -
    -	// Initialize Landscape IG Callbacks.
    -	releaseLandscapeIGCallbacks();
    -
    -	// Release the IG manager only if where are not in indoor
    -	if (!Indoor)
    -	{
    -		// Release the IG manager
    -		if (Landscape) LandscapeIGManager.reset ();
    -	}
    -
    -	// release fog maps
    -	FogMap.release();
    -
    -	// Remove weather as an observer
    -	removeObserver(&LightCycleManager);
    -
    -	// Remove season observer
    -	removeObserver(&IGSeasonCallback);
    -
    -	// Remove Camera collision observer
    -	removeObserver(&MeshCameraColManager);
    -
    -	// Remove door management observers
    -	removeObserver(&IGDoorCallback);
    -
    -	// Release water map
    -	WaterMap.release();
    -
    -	// Release water envmap
    -	#ifdef USE_WATER_ENV_MAP
    -	Driver->deleteWaterEnvMap(WaterEnvMap);
    -	WaterEnvMap = NULL;
    -	#endif
    -}
    -
    -//=========================================================================
    -/** Override current fog by the fog in the weather system. This is used when there is bad weather or precipitations
    -  * \param dest the fog state to modify
    -  * \param fogIndex the fog to modify (0 for main, 1 for canopy)
    -  */
    -static void overrideFog(CFogState &dest, TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, bool /* overrideDist */, bool overideByWeatherFogDist = true)
    -{
    -	nlassert(fogType < NumFogType); // For now, 2 kinds of fogs : main & canopy
    -	if (!dest.FogEnabled) return;
    -	const CWeatherState &ws = WeatherManager.getCurrWeatherState();
    -	if (ws.FogRatio == 0.f) return; // no need to override fog
    -	// override the fog by the fog indicated in the WeatherManager
    -	NLMISC::CRGBA fogColor;
    -	// if there's a new style sky with a fog bitmap *(giving fog depending on hour & weather, use it)
    -	if (ContinentMngr.cur() && ContinentMngr.cur()->CurrentSky.getScene() != NULL && ContinentMngr.cur()->CurrentSky.hasFogColor())
    -	{
    -		fogColor = ContinentMngr.cur()->CurrentSky.computeFogColor(CClientDate(RT.getRyzomDay(), (float) DayNightCycleHour), WeatherManager.getWeatherValue());
    -	}
    -	else
    -	{
    -		switch(lightState)
    -		{
    -			case CLightCycleManager::DayToNight:
    -			{
    -				if (dayNight < duskRatio)
    -				{
    -					float blendFactor = duskRatio != 0 ? dayNight / duskRatio : 0.f;
    -					fogColor.blendFromui(ws.FogColorDay, ws.FogColorDusk, (uint) (blendFactor * 256.f));
    -				}
    -				else
    -				{
    -					float blendFactor = duskRatio != 1 ? (dayNight - duskRatio) / (1.f - duskRatio) : 0.f;
    -					fogColor.blendFromui(ws.FogColorDusk, ws.FogColorNight, (uint) (blendFactor * 256.f));
    -				}
    -			}
    -			break;
    -			default: // no dusk transition
    -				fogColor.blendFromui(ws.FogColorDay, ws.FogColorNight, (uint) (dayNight * 256.f));
    -			break;
    -		}
    -	}
    -	float finalFogAlpha = (float)dest.FogColor.A * 256.f / 255.f;
    -	dest.FogColor.blendFromui(dest.FogColor, fogColor, (uint) ((256.f-finalFogAlpha) * ws.FogRatio));
    -	if (overideByWeatherFogDist)
    -	{
    -		dest.FogEndDist = std::min (ws.FogFar[fogType], dest.FogEndDist);
    -		dest.FogStartDist = std::min (ws.FogNear[fogType], dest.FogStartDist);
    -	}
    -}
    -
    -//=========================================================================
    -/** Adapt fog dist to the viewport
    -  */
    -static inline void makeRangedFog(CFogState &result, UScene &scene)
    -{
    -	if (result.FogEndDist != 0.f)
    -	{
    -			float farPlaneDist  = scene.getCam().getFrustum().Far;
    -			float newEndFogDist = std::min(result.FogEndDist, farPlaneDist);
    -			result.FogStartDist = result.FogStartDist * newEndFogDist / result.FogEndDist;
    -			result.FogEndDist   = newEndFogDist;
    -			result.FogEnabled   = true;
    -	}
    -	else
    -	{
    -		result.FogEnabled = false;
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::getFogState(TFogType fogType, float dayNight, float duskRatio, CLightCycleManager::TLightState lightState, const NLMISC::CVectorD &pos, CFogState &result, bool overideByWeatherFogDist /*= true*/)
    -{
    -	if (FogStart == FogEnd)
    -	{
    -		result.FogEnabled = false;
    -		return;
    -	}
    -	switch(fogType)
    -	{
    -		case MainFog: FogMap.getFogParams(FogStart, FogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -
    -		case CanopyFog: FogMap.getFogParams(RootFogStart, RootFogEnd, (float) pos.x, (float) pos.y, dayNight, duskRatio, lightState, result); break;
    -		default:
    -			nlstop;
    -		break;
    -	}
    -	// Override fog because of weather.
    -	overrideFog(result, fogType, dayNight, duskRatio, lightState, overideByWeatherFogDist);
    -	// normalize fog dist to view frustum
    -	/*
    -	switch(fogType)
    -	{
    -		case MainFog: if (Scene) makeRangedFog(result, *Scene); break;
    -		case CanopyFog: if (SceneRoot) makeRangedFog(result, *SceneRoot); break;
    -	}
    -	*/
    -	/*
    -	if (fogType == MainFog)
    -	{
    -		result.FogStartDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -		result.FogEndDist *= (ClientCfg.Vision / ClientCfg.Vision_max);
    -	}
    -	*/
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::enumIGs(IIGEnum *callback)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	bool continueEnum = true;
    -	for(uint k = 0; k < numEntities && continueEnum; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			continueEnum = v->enumIGs(callback);
    -		}
    -	}
    -	return continueEnum;
    -}
    -
    -//=========================================================================
    -void CContinent::registerObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->registerObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::removeObserver(IIGObserver *obs)
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			v->removeObserver(obs);
    -		}
    -	}
    -}
    -
    -
    -//=========================================================================
    -bool CContinent::isObserver(IIGObserver *obs) const
    -{
    -	uint numEntities = _Villages.getNumEntities();
    -	for(uint k = 0; k < numEntities; ++k)
    -	{
    -		CVillage *v = dynamic_cast(_Villages.getEntity(k));
    -		if (v) // well this should always be the case, but it may change in the future
    -		{
    -			if (v->isObserver(obs))
    -				return true;
    -		}
    -	}
    -	return false;
    -}
    -
    -
    -//=========================================================================
    -COutpost	*CContinent::getOutpost (uint outpostId)
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		// Outpost ?
    -		if(_Outposts[i].getOutpostId()==(sint)outpostId)
    -			return &_Outposts[i];
    -	}
    -	return NULL;
    -}
    -
    -//=========================================================================
    -void CContinent::initOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].initOutpost();
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::removeOutpost()
    -{
    -	for (uint i=0; i<_Outposts.size(); i++)
    -	{
    -		_Outposts[i].removeOutpost();
    -	}
    -}
    -
    -
    -//=========================================================================
    -void CContinent::dumpVillagesLoadingZones(const std::string &filename)
    -{
    -	const uint NUM_METER_PER_PIX = 4;
    -	CBitmap outBitmap;
    -	CVector2f minPos, maxPos;
    -	getPosFromZoneName(ZoneMin, minPos);
    -	getPosFromZoneName(ZoneMax, maxPos);
    -	if (minPos.x > maxPos.x) std::swap(minPos.x, maxPos.x);
    -	if (minPos.y > maxPos.y) std::swap(minPos.y, maxPos.y);
    -	uint width = (uint) ((maxPos.x - minPos.x) / NUM_METER_PER_PIX);
    -	uint height = (uint) ((maxPos.y - minPos.y) / NUM_METER_PER_PIX);
    -	outBitmap.resize(width, height);
    -	for(uint k = 0; k < _Villages.getNumEntities(); ++k)
    -	{
    -		CVillage &v = *safe_cast(_Villages.getEntity(k));
    -		if(!v.isOutpost())
    -		{
    -			const CStreamableIG &sig = v.getIG();
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getUnloadRadius() / NUM_METER_PER_PIX, CRGBA(0, 0, 100), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getLoadRadius() / NUM_METER_PER_PIX, CRGBA(0, 100, 0), true);
    -			drawDisc(outBitmap, (sig.getPos().x - minPos.x) / NUM_METER_PER_PIX, (sig.getPos().y - minPos.y) / NUM_METER_PER_PIX, sig.getForceLoadRadius() / NUM_METER_PER_PIX, CRGBA(100, 0, 0), true);
    -		}
    -	}
    -	// load the map and do a lerp between the 2 bitmaps
    -	if (!WorldMap.empty())
    -	{
    -		std::string path = CPath::lookup(WorldMap, false);
    -		if (!path.empty())
    -		{
    -			CIFile stream;
    -			if (stream.open(path))
    -			{
    -				CBitmap worldMap;
    -				if (worldMap.load(stream))
    -				{
    -					worldMap.convertToType(CBitmap::RGBA);
    -					worldMap.flipV();
    -					worldMap.resample(outBitmap.getWidth(), outBitmap.getHeight());
    -					outBitmap.blend(outBitmap, worldMap, 127, true);
    -				}
    -			}
    -		}
    -	}
    -	drawDisc(outBitmap,  ((float) UserEntity->pos().x - minPos.x) / (float) NUM_METER_PER_PIX, ((float) UserEntity->pos().y - minPos.y) / (float) NUM_METER_PER_PIX, 2, CRGBA::Magenta);
    -
    -	// draw grid
    -	const	uint	subdiv= 500;
    -	const	CRGBA	lineCol(CRGBA::Yellow);
    -	sint	minY= (sint)floor(minPos.y/subdiv);
    -	sint	maxY= (sint)ceil (maxPos.y/subdiv);
    -	sint	minX= (sint)floor(minPos.x/subdiv);
    -	sint	maxX= (sint)ceil (maxPos.x/subdiv);
    -	// draw HLines
    -	for(sint y= minY;y=0 && ypix<(sint)height)
    -		{
    -			for(uint x=0;x=0 && xpix<(sint)width)
    -		{
    -			for(uint y=0;yType == CEntitySheet::SKY)
    -		{
    -			// new-style sky
    -			CurrentSky.init(Driver, *static_cast(skySheet), false, WorldLightCycle.NumHours);
    -		}
    -		#ifdef USE_WATER_ENV_MAP
    -			WaterEnvMapRdr.Sky = &CurrentSky;
    -		#endif
    -	}
    -	else
    -	{
    -		createSkyScene();
    -		// fallback to previous sky version
    -		Sky        = SkyScene->createInstance(SkyDay);
    -		Sky2ndPass = SkyScene->createInstance(SkyDay); // Sky shape used for second pass. We use it to keep pointers on textures
    -		SkyFogPart = SkyScene->createInstance(SkyFogPartName);
    -		// Setup the 2nd
    -		if (!Sky.empty())
    -		{
    -			DaySkySetup.buildFromInstance(Sky, 0); // day textures are at stage 0
    -			NightSkySetup.buildFromInstance(Sky, 1); // night textures are at stage 1
    -		}
    -	}
    -}
    -
    -//=========================================================================
    -void CContinent::releaseSky()
    -{
    -	// Remove the (old-style) sky
    -	if (!Sky.empty())
    -	{
    -		SkyScene->deleteInstance (Sky);
    -		SkyScene->deleteInstance (Sky2ndPass);
    -		SkyScene->deleteInstance(SkyFogPart);
    -		Sky = NULL;
    -		Sky2ndPass = NULL;
    -		SkyFogPart = NULL;
    -	}
    -	deleteSkyScene();
    -
    -	// Release the (new-style) sky
    -	CurrentSky.release();
    -}
    -
    diff --git a/code/ryzom/server/src/ai_service/ai_BACKUP_4178.cpp b/code/ryzom/server/src/ai_service/ai_BACKUP_4178.cpp
    deleted file mode 100644
    index c025881e4..000000000
    --- a/code/ryzom/server/src/ai_service/ai_BACKUP_4178.cpp
    +++ /dev/null
    @@ -1,934 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -#include "stdpch.h"
    -
    -#include 
    -
    -#include "child_container.h"
    -#include "ai_mgr.h"
    -#include "ai_entity_matrix.h"
    -#include "ai_player.h"
    -#include "ai_mgr_pet.h"
    -#include "ai_grp.h"
    -#include "ai_mgr_fauna.h"
    -#include "ai_mgr_npc.h"
    -#include "ai_bot_npc.h"
    -#include "ai_grp_npc.h"
    -#include "ai_grp_pet.h"
    -
    -#include "ai_script_data_manager.h"
    -
    -#include "ais_user_models.h"
    -#include "continent.h"
    -#include "client_message.h"
    -#include "ai_outpost.h"
    -// Georges
    -#include "nel/georges/u_form_loader.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_dfn.h"
    -// Game share
    -#include "game_share/emote_list_parser.h"
    -#include "game_share/backup_service_interface.h"
    -
    -#include "ai_variables.h"
    -#include "server_share/r2_variables.h"
    -
    -using namespace NLMISC;
    -using namespace NLNET;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -//--------------------------------------------------------------------------
    -// SINGLETON DATA
    -//--------------------------------------------------------------------------
    -
    -
    -CAIS		*CAIS::_Instance = NULL;
    -
    -CRandom										CAIS::_random;
    -
    -const	std::string	disengageString("DISENGAGE");
    -const	std::string	egsString("EGS");
    -
    -
    -const	uint32 Default_MaxPlayers=5000;
    -const	uint32 Default_MaxBotsPet=Default_MaxPlayers*4;
    -const	uint32 Default_MaxBotsFauna=40000;
    -const	uint32 Default_MaxBotsNpc=20000;
    -const	uint32 Default_MaxBotsFx=200;
    -
    -CAIS &CAIS::instance()
    -{
    -	if (_Instance == NULL)
    -	{
    -		_Instance = new CAIS();
    -		// init the AI engine
    -		_Instance->initAI();
    -	}
    -
    -	return *_Instance;
    -}
    -
    -
    -CAIS::CAIS()
    -:	_PetBotCounter(TotalMaxPet),
    -	_FaunaBotCounter(TotalMaxFauna),
    -	_NpcBotCounter(TotalMaxNpc)
    -{
    -//	_initialised=false;
    -	_TotalBotsSpawned = 0;
    -	_ClientCreatureDebug=false;
    -}
    -
    -void setMaxPetCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._PetBotCounter.setMax(newMax);
    -}
    -void setMaxFaunaCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._FaunaBotCounter.setMax(newMax);
    -}
    -void setMaxNpcCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._NpcBotCounter.setMax(newMax);
    -}
    -
    -CVariable	TotalMaxPlayer("ai", "NbPlayersLimit", "Security absolute limit to the number of Player",	Default_MaxPlayers,		0, true	);
    -CVariable	TotalMaxPet("ai", "NbPetLimit", "Security absolute limit to the number of Pets",			Default_MaxBotsPet,		0, true, setMaxPetCallBack		);
    -CVariable	TotalMaxFauna("ai", "NbFaunaLimit", "Security absolute limit to the number of Faunas",		Default_MaxBotsFauna,	0, true, setMaxFaunaCallBack	);
    -CVariable	TotalMaxNpc("ai", "NbNpcLimit", "Security absolute limit to the number of Npcs",			Default_MaxBotsNpc,		0, true, setMaxNpcCallBack		);
    -CVariable	TotalMaxFx("ai", "NbFxLimit", "Security absolute limit to the number of Fx",				Default_MaxBotsFx,		0, true );
    -
    -CVariable	BotRepopFx("ai", "BotRepopFx", "Fx sheet to use when changing the sheet of a bot",			string(),				0, true );
    -
    -//--------------------------------------------------------------------------
    -// DATA TABLES FOR ENTITY MATRIX
    -//--------------------------------------------------------------------------
    -
    -// a series of tables giving the minimum iterator table forms for entity matrix iterators for all sizes up to 127m
    -static uint32 EntityMatrixTbl0[]   = { 3,  3,  3};
    -static uint32 EntityMatrixTbl16[]  = { 3,  5,  5,  5,  3};
    -static uint32 EntityMatrixTbl23[]  = { 5,  5,  5,  5,  5};
    -static uint32 EntityMatrixTbl32[]  = { 3,  5,  7,  7,  7,  5,  3};
    -static uint32 EntityMatrixTbl36[]  = { 5,  7,  7,  7,  7,  7,  5};
    -static uint32 EntityMatrixTbl46[]  = { 7,  7,  7,  7,  7,  7,  7};
    -static uint32 EntityMatrixTbl48[]  = { 3,  7,  7,  9,  9,  9,  7,  7,  3};
    -static uint32 EntityMatrixTbl51[]  = { 5,  7,  9,  9,  9,  9,  9,  7,  5};
    -static uint32 EntityMatrixTbl58[]  = { 7,  9,  9,  9,  9,  9,  9,  9,  7};
    -static uint32 EntityMatrixTbl64[]  = { 3,  7,  9,  9, 11, 11, 11,  9,  9,  7,  3};
    -static uint32 EntityMatrixTbl66[]  = { 5,  7,  9, 11, 11, 11, 11, 11,  9,  7,  5};
    -static uint32 EntityMatrixTbl68[]  = { 5,  9,  9, 11, 11, 11, 11, 11,  9,  9,  5};
    -static uint32 EntityMatrixTbl72[]  = { 7,  9, 11, 11, 11, 11, 11, 11, 11,  9,  7};
    -static uint32 EntityMatrixTbl80[]  = { 3,  9, 11, 11, 11, 13, 13, 13, 11, 11, 11,  9,  3};
    -static uint32 EntityMatrixTbl82[]  = { 5,  9, 11, 11, 13, 13, 13, 13, 13, 11, 11,  9,  5};
    -static uint32 EntityMatrixTbl87[]  = { 7,  9, 11, 13, 13, 13, 13, 13, 13, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl91[]  = { 7, 11, 11, 13, 13, 13, 13, 13, 13, 13, 11, 11,  7};
    -static uint32 EntityMatrixTbl94[]  = { 9, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 11,  9};
    -static uint32 EntityMatrixTbl96[]  = { 3,  9, 11, 13, 13, 13, 15, 15, 15, 13, 13, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl98[]  = { 5,  9, 11, 13, 13, 15, 15, 15, 15, 15, 13, 13, 11,  9,  5};
    -static uint32 EntityMatrixTbl102[] = { 7,  9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl103[] = { 7, 11, 13, 13, 15, 15, 15, 15, 15, 15, 15, 13, 13, 11,  7};
    -static uint32 EntityMatrixTbl108[] = { 9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl112[] = { 3,  9, 11, 13, 15, 15, 15, 17, 17, 17, 15, 15, 15, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl114[] = { 5,  9, 13, 13, 15, 15, 17, 17, 17, 17, 17, 15, 15, 13, 13,  9,  5};
    -static uint32 EntityMatrixTbl116[] = { 5, 11, 13, 15, 15, 15, 17, 17, 17, 17, 17, 15, 15, 15, 13, 11,  5};
    -static uint32 EntityMatrixTbl117[] = { 7, 11, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13, 11,  7};
    -static uint32 EntityMatrixTbl122[] = { 9, 11, 13, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl125[] = { 9, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13,  9};
    -
    -// a few larger special case matrices
    -static uint32 EntityMatrixTblUpTo150[] = { 7, 11, 15, 17, 17, 19, 19, 21, 21, 21, 21, 21, 21, 21, 19, 19, 17, 17, 15, 11, 7};
    -static uint32 EntityMatrixTblUpTo200[] = { 9, 13, 17, 19, 21, 23, 23, 25, 25, 27, 27, 27, 27, 27, 27, 27, 27, 27, 25, 25, 23, 23, 21, 19, 17, 13, 9};
    -static uint32 EntityMatrixTblUpTo250[] = {11, 15, 19, 23, 25, 27, 27, 29, 29, 31, 31, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 31, 31, 29, 29, 27, 27, 25, 23, 19, 15, 11};
    -
    -static void initLinearMatrixIteratorTables(std::vector &vect)
    -{
    -	// initialise the vector with the first table
    -	vect.push_back(new CAIEntityMatrixIteratorTblLinear(&(EntityMatrixTbl0[0]),3));
    -
    -	// local macro undefined at end of function
    -	#define ADD_TBL(d) \
    -	{				   \
    -		while (vect.size()::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end(); it!=itEnd;++it)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::markTagForDelete), fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CMarkTagForDelete(fileId));
    -	}
    -	return	true;
    -}
    -
    -void CAIS::deleteTaggedAlias(const std::string &filename)
    -{
    -	const	TStringId fileId = CStringMapper::map(filename);
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::deleteTaggedAlias),fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CDeleteTagged(it->managers()));
    -	}
    -
    -}
    -
    -
    -uint32	CAIS::getEmotNumber(const std::string &name)
    -{
    -	std::map::iterator it(_EmotNames.find(name));
    -	if	(it==_EmotNames.end())
    -		return	std::numeric_limits::max();
    -	return it->second;
    -}
    -
    -
    -
    -bool CAIS::advanceUserTimer	(uint32 nbTicks)
    -{
    -	// for each manager, look for a timer event
    -	for_each(AIList().begin(), AIList().end(), bind2nd(mem_fun(&CAIInstance::advanceUserTimer),nbTicks) );
    -	return	true;
    -}
    -
    -
    -
    -// initialise the singleton
    -void	CAIS::initAI()
    -{
    -//	if (_initialised)
    -//		return;
    -//	_initialised=true;
    -	nlinfo("---------- Initialising AI Singleton ----------");
    -
    -	// setup the random number generator
    -	_random.srand( (sint32)NLMISC::CTime::getLocalTime() );
    -
    -	// allocate RAM for the players
    -
    -	// setup the standard iterator tables for scanning the entity matrices
    -	_matrixIterator2x2.push_back(-1,-1); _matrixIterator2x2.push_back(1,0);
    -	_matrixIterator2x2.push_back(-1, 1); _matrixIterator2x2.push_back(1,0);
    -
    -	_matrixIterator3x3.push_back(-1,-1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -
    -	// setup the set of linear iterator tables for generating visions of given distances
    -	initLinearMatrixIteratorTables(_matrixIteratorsByDistance);
    -
    -	EMOTE_LIST_PARSER::initEmoteList(_EmotNames);
    -
    -	// init the client message callbacks
    -	CAIClientMessages::init();
    -}
    -
    -
    -uint32	CAIS::createAIInstance(const std::string &continentName, uint32 instanceNumber)
    -{
    -	// first, check that an instance with this number is not already running
    -
    -	for (CCont::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end();it!=itEnd;++it)
    -	{
    -		if	(it->getInstanceNumber()!=instanceNumber)
    -			continue;
    -
    -		nlwarning("CAIS::createAIInstance: instance number %u is already in use, can't create new instance.", instanceNumber);
    -		return	std::numeric_limits::max();
    -	}
    -
    -	CAIInstance	*aii = _AIInstances.addChild(new CAIInstance(this));
    -
    -	// ok, set the continent name and instance number
    -	aii->initInstance(continentName, instanceNumber);
    -
    -	return aii->getChildIndex();
    -}
    -
    -void	CAIS::destroyAIInstance(uint32 instanceNumber, bool displayWarningIfInstanceNotExist)
    -{
    -	// this method is not fully tested for a Ryzom shard
    -	// but it should work as expected for a Ring shard
    -	nlassert(IsRingShard.get());
    -
    -	CRefPtr aii = getAIInstance(instanceNumber);
    -	if (aii == NULL)
    -	{
    -		if (displayWarningIfInstanceNotExist)
    -		{
    -			nlwarning("AI instance %u does not exist but it was asked to delete here", instanceNumber);
    -		}
    -		return;
    -	}
    -	aii->despawn();
    -	_AIInstances.removeChildByIndex(aii->getChildIndex());
    -	nlassert(aii == NULL);
    -
    -	// notify the EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		CReportAIInstanceDespawnMsg msg;
    -		msg.InstanceNumbers.push_back(instanceNumber);
    -		msg.send("EGS");
    -	}
    -}
    -
    -
    -// release the singleton before program exit
    -void CAIS::release ()
    -{
    -	// force an update to save the persistent var if needed
    -	updatePersistentVariables();
    -
    -	//	erase all ai instance.
    -	AIList().clear();
    -
    -	CAIUserModelManager::getInstance()->destroyInstance();
    -	// release the client message callbacks
    -	CAIClientMessages::release();
    -
    -
    -	// free up the vision matrix iterator tables
    -	if	(!_matrixIteratorsByDistance.empty())
    -	{
    -		for	(uint i=0;i<_matrixIteratorsByDistance.size();)
    -		{
    -			// erase the iterator table
    -			delete _matrixIteratorsByDistance[i];
    - 			// run i forwards past repeated refs to the iterator tbl that we just deleted
    -			for (++i;i<_matrixIteratorsByDistance.size() && _matrixIteratorsByDistance[i]==_matrixIteratorsByDistance[i-1];++i) {}
    -		}
    -		_matrixIteratorsByDistance.clear();
    -	}
    -	_Instance = NULL;
    -	delete this;
    -}
    -
    -void	CAIS::serviceEvent	(const	CServiceEvent	&info)
    -{
    -	if (info.getEventType() == CServiceEvent::SERVICE_UP && info.getServiceName() == "EGS")
    -	{
    -		// send the list of available collision data
    -		CReportAICollisionAvailableMsg msg;
    -		msg.ContinentsCollision = CWorldContainer::getContinentList();
    -		msg.send(info.getServiceId());
    -	}
    -
    -	// event on all ai instance
    -
    -//	for_each(_AIInstances.begin(), _AIInstances.end(), bind2nd(mem_fun1(&CAIInstance::serviceEvent), info));
    -//	don't compile coz we need to pass an object and not a reference (info). have to build an object that represents the reference.
    -
    -	FOREACH(it, CCont, _AIInstances)
    -		it->serviceEvent	(info);
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// update() & save()
    -//--------------------------------------------------------------------------
    -
    -// the update routine called once per tick
    -// this is the routine that calls the managers' updates
    -extern	void	execBufferedCommands();
    -extern	void	execNamedEntityChanges();
    -
    -void	CAIS::update()
    -{
    -	if (!EGSHasMirrorReady)
    -		return;
    -
    -	H_AUTO(AIUpdate);
    -
    -
    -	// Init stat counters
    -	AISStat::countersBegin();
    -
    -		// Execute buffered Task
    -	uint32 tick = CTimeInterface::gameCycle();
    -	_TickedTaskList.execute(tick);
    -
    -	// Execute buffered functions that need to be executed in the correct context
    -	execBufferedCommands();
    -
    -
    -	execNamedEntityChanges();
    -
    -	// Update AI instances
    -	FOREACH(it, CCont, CAIS::instance().AIList())
    -		(*it)->CAIInstance::update();
    -
    -	// Send systematic messages to EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		// send the fauna description message to EGS then clear the content.
    -		if (!_FaunaDescriptionList.Bots.empty())
    -		{
    -			nlassert(_FaunaDescriptionList.Bots.size() == _FaunaDescriptionList.GrpAlias.size());
    -			_FaunaDescriptionList.send("EGS");
    -			_FaunaDescriptionList.Bots.clear();
    -			_FaunaDescriptionList.GrpAlias.clear();
    -		}
    -<<<<<<< HEAD
    -		// send agglomerated ChaScore1 changes
    -		if (!_CreatureChangeChaScore1List.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeChaScore1List.Entities.size()==_CreatureChangeChaScore1List.DeltaChaScore1.size());
    -			_CreatureChangeChaScore1List.send("EGS");
    -			_CreatureChangeChaScore1List.Entities.clear();
    -			_CreatureChangeChaScore1List.DeltaChaScore1.clear();
    -		}
    -		if (!_CreatureChangeMaxChaScore1List.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeMaxChaScore1List.Entities.size()==_CreatureChangeMaxChaScore1List.MaxChaScore1.size());
    -			nlassert(_CreatureChangeMaxChaScore1List.Entities.size()==_CreatureChangeMaxChaScore1List.SetFull.size());
    -			_CreatureChangeMaxChaScore1List.send("EGS");
    -			_CreatureChangeMaxChaScore1List.Entities.clear();
    -			_CreatureChangeMaxChaScore1List.MaxChaScore1.clear();
    -			_CreatureChangeMaxChaScore1List.SetFull.clear();
    -=======
    -		// send agglomerated hp changes
    -		if (!_CreatureChangeHPList.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeHPList.Entities.size()==_CreatureChangeHPList.DeltaHp.size());
    -			_CreatureChangeHPList.send("EGS");
    -			_CreatureChangeHPList.Entities.clear();
    -			_CreatureChangeHPList.DeltaHp.clear();
    -		}
    -		if (!_CreatureChangeMaxHPList.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeMaxHPList.Entities.size()==_CreatureChangeMaxHPList.MaxHp.size());
    -			nlassert(_CreatureChangeMaxHPList.Entities.size()==_CreatureChangeMaxHPList.SetFull.size());
    -			_CreatureChangeMaxHPList.send("EGS");
    -			_CreatureChangeMaxHPList.Entities.clear();
    -			_CreatureChangeMaxHPList.MaxHp.clear();
    -			_CreatureChangeMaxHPList.SetFull.clear();
    ->>>>>>> ryzomcore
    -		}
    -	}
    -
    -	//
    -	// update persistent variables every 1024 tick if AI script data manager is flagged
    -	if ((tick & 0x3FF) == 0)
    -	{
    -		updatePersistentVariables();
    -	}
    -
    -	//TODO: UserModelManager must send UserModels to EGS if not done yet
    -	//CAIUserModelManager::getInstance()->sendUserModels();
    -	// Terminate counters and store stats in an accessible place
    -	AISStat::countersEnd();
    -}
    -
    -// provoke a general 'save to backup' across the whole service
    -void CAIS::save()
    -{
    -	nlinfo("*** save() NOT IMPLEMENTED YET ***");
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// management of iterator tables for vision matrices
    -//--------------------------------------------------------------------------
    -
    -const CAIEntityMatrixIteratorTblLinear* CAIS::bestLinearMatrixIteratorTbl(uint32 distInMeters)
    -{
    -#if !FINAL_VERSION
    -	nlassert(!_matrixIteratorsByDistance.empty());
    -#endif
    -
    -	if (distInMeters >= _matrixIteratorsByDistance.size())
    -	{
    -		//nlwarning("Try to access to a Vision Matrix to far %u the farest is only %u", distInMeters, _matrixIteratorsByDistance.size());
    -		return _matrixIteratorsByDistance.back();
    -	}
    -
    -	return _matrixIteratorsByDistance[distInMeters];
    -}
    -
    -int	getInt64FromStr	(const	char*	str)
    -{
    -	if(str[0] == '0' && (str[1] == 'x' || str[1] == 'X'))
    -		return	(int)	atoiInt64(str+2,16);
    -	return	(int)	atoiInt64(str,10);
    -}
    -
    -//	all these dynamics casts can be throwned away ..
    -CAIInstance*	CAIS::tryToGetAIInstance(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_INSTANCE));
    -}
    -
    -CContinent			*CAIS::tryToGetContinent		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CONTINENT));
    -}
    -
    -CRegion				*CAIS::tryToGetRegion			(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_REGION));
    -}
    -
    -CCellZone			*CAIS::tryToGetCellZone		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CELL_ZONE));
    -}
    -
    -CFamilyBehavior		*CAIS::tryToGetFamilyBehavior	(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_FAMILY_BEHAVIOR));
    -}
    -
    -
    -CManager*	CAIS::tryToGetManager(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_MANAGER));
    -}
    -
    -CGroup*		CAIS::tryToGetGroup(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_GROUP));
    -}
    -
    -CBot*		CAIS::tryToGetBot(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_BOT));
    -}
    -
    -CAIEntity*	CAIS::tryToGetAIEntity(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str));
    -}
    -
    -CAIEntityPhysical*	CAIS::tryToGetEntityPhysical(const	char*	str)
    -{
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -	return	CAIS::getEntityPhysical(CMirrors::DataSet->getDataSetRow(entityId));
    -}
    -
    -CAIEntity*	CAIS::tryToGetEntity(const	char*	str, TSearchType searchType)
    -{
    -	CAIInstance		*aii = NULL;
    -	CManager		*mgr = NULL;
    -	CBot			*bot = NULL;
    -	CGroup			*grp = NULL;
    -
    -
    -	vector	parts;
    -	explode(string(str), string(":"), parts, false);
    -
    -	if (parts.empty() || parts[0].empty())
    -		return NULL;
    -
    -	// skip AIS number if any
    -	if (parts[0].substr(0, 4) == "AIS_")
    -		parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// instance index
    -	uint32	index = atoui(parts[0].c_str());
    -	if (index >= CAIS::instance().AIList().size())
    -		goto tryWithEntityId;
    -	aii = CAIS::AIList()[index];
    -	if (!aii)
    -		goto tryWithEntityId;
    -	if (searchType==CAIS::AI_INSTANCE
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return aii;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// branch on static or dynamic system
    -	// manager index
    -	if (parts[0].find("dyn_") == 0)
    -	{
    -		// parse dynamic id
    -
    -		// continent index
    -		index = atoui(parts[0].substr(4).c_str());
    -		if (index >= aii->continents().size())
    -			return NULL;
    -		CContinent *continent = aii->continents()[index];
    -		if (searchType==CAIS::AI_CONTINENT
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return continent;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// region index
    -		index = atoui(parts[0].c_str());
    -		if (index >= continent->regions().size())
    -			return NULL;
    -		CRegion *region = continent->regions()[index];
    -		if (searchType==CAIS::AI_REGION
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return region;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// cellzone index
    -		index = atoui(parts[0].c_str());
    -		if (index >= region->cellZones().size())
    -			return NULL;
    -		CCellZone *cz = region->cellZones()[index];
    -		if (searchType==CAIS::AI_CELL_ZONE
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return cz;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// family behavior index
    -		index = atoui(parts[0].c_str());
    -		if (index >= cz->familyBehaviors().size())
    -			return NULL;
    -		CFamilyBehavior *fb = cz->familyBehaviors()[index];
    -		if (searchType==CAIS::AI_FAMILY_BEHAVIOR
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return fb;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())
    -			return NULL;
    -
    -		// manager index
    -		if (parts[0] == "npc")
    -			mgr = fb->mgrNpc();
    -		else if (parts[0] == "fauna")
    -			mgr = fb->mgrFauna();
    -
    -		if (!mgr)
    -			return NULL;
    -
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -	else
    -	{
    -		// parse static id
    -
    -		// Manager index
    -		index = atoui(parts[0].c_str());
    -		if (index >= aii->managers().size())
    -			return NULL;
    -		mgr = aii->managers()[index];
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -
    -	// group index
    -	index = atoui(parts[0].c_str());
    -	if (index >= mgr->groups().size())
    -		return NULL;
    -	grp = mgr->groups()[index];
    -	if (searchType==CAIS::AI_GROUP
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return grp;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// bot index
    -	index = atoui(parts[0].c_str());
    -	if (index >= grp->bots().size())
    -		return NULL;
    -	bot = grp->bots()[index];
    -	if (searchType==CAIS::AI_BOT
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return bot;
    -
    -	// what ?
    -	return NULL;
    -
    -tryWithEntityId:
    -
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -
    -	if (entityId.isUnknownId())
    -		return	NULL;
    -
    -	CCont::iterator instanceIt=CAIS::instance().AIList().begin(), instanceItEnd=CAIS::instance().AIList().end();
    -
    -	while (instanceIt!=instanceItEnd)
    -	{
    -		CAIInstance	*instancePtr=*instanceIt;
    -
    -		CCont::iterator it=instancePtr->managers().begin(), itEnd=instancePtr->managers().end();
    -
    -		while (it!=itEnd)
    -		{
    -			CManager *mgrPtr	=	*it;
    -
    -			CGroup *grpPtr	=	mgrPtr->getNextValidGroupChild	();
    -			while (grpPtr)
    -			{
    -				CBot *botPtr	=	grpPtr->getNextValidBotChild();
    -				while (botPtr)
    -				{
    -					if	(	botPtr->isSpawned()
    -						&&	botPtr->getSpawnObj()->getEntityId() == entityId)
    -						return	dynamic_cast	(botPtr);
    -					botPtr	=	grpPtr->getNextValidBotChild	(botPtr);
    -				}
    -				grpPtr=mgrPtr->getNextValidGroupChild	(grpPtr);
    -			}
    -			++it;
    -		}
    -		++instanceIt;
    -	}
    -	return	NULL;
    -}
    -
    -
    -
    -
    -
    -
    -//--------------------------------------------------------------------------
    -// manageing the set of maps
    -//--------------------------------------------------------------------------
    -
    -CAIEntityPhysical	*CAIS::getEntityPhysical(const TDataSetRow&	row)
    -{
    -	CHashMap >::iterator	it(_CAIEntityByDataSetRow.find(row.getIndex()));
    -
    -	if	(it!=_CAIEntityByDataSetRow.end())
    -		return	(*it).second;
    -	else
    -		return	NULL;
    -//	the code below generates an error .. :( hu !
    -}
    -
    -
    -//-------------------------------------------------------------------
    -// Interface to bot chat - callbacks called when bots start or
    -// stop chatting with player(s)
    -//-------------------------------------------------------------------
    -
    -void	CAIS::beginBotChat(const TDataSetRow &bot,const TDataSetRow &player)
    -{
    -#ifdef NL_DEBUG
    -	/// Is this still true?
    -	nlwarning("Chat can't work now as bot are now splitted in persistent and spawnable part. Have to rework on this part.");
    -#endif
    -
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (plrPtr==NULL)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginBotChat(plrPtr);
    -}
    -
    -void	CAIS::endBotChat(const TDataSetRow &bot, const TDataSetRow &player)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (!plrPtr)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endBotChat(plrPtr);
    -}
    -
    -void	CAIS::beginDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -void	CAIS::endDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -
    -void CAIPlaceXYR::display(CStringWriter	&stringWriter) const
    -{
    -	stringWriter.append("XYR: ("+_pos.x().toString()
    -		+" "
    -		+_pos.y().toString()
    -		+" "+toString(_pos.h())
    -		+") Radius "
    -		+toString(_radius)
    -		+" "
    -		+getName());
    -
    -//		nlinfo("XYR: (%s,%s,%d) x %f :%s",_pos.x().toString().c_str(),_pos.y().toString().c_str(),_pos.h(),_radius,getName().c_str());
    -}
    -
    -
    -void CAIS::warnBadInstanceMsgImp(const std::string &serviceName, TServiceId serviceId, CWarnBadInstanceMsgImp &msg)
    -{
    -	// EGS says that an instance is spoofing an instance number or using a bad static instance number/continent name association.
    -	// we must despawn/delete the aiinstance
    -
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if	((*it)->getInstanceNumber()!=msg.InstanceNumber)
    -			continue;
    -
    -		// ok, we found the bad guy !
    -		nlwarning("CAIS::warnBadInstanceMsgImp: despawning AIInstance %u, instance number %u, continent '%s'",
    -			(*it)->getChildIndex(), msg.InstanceNumber, (*it)->getContinentName().c_str());
    -		_AIInstances.removeChildByIndex((*it)->getChildIndex());
    -		return;
    -	}
    -
    -	// not found
    -	nlwarning("CAIS::warnBadInstanceMsgImp: can't find AIInstance with instance number %u ! Can't despawn it",	msg.InstanceNumber);
    -}
    -
    -void CAIS::updatePersistentVariables()
    -{
    -	if (CAIScriptDataManager::getInstance()->needsPersistentVarUpdate() == true)
    -	{
    -		// sending data to bs
    -		CPersistentDataRecord pdr("AiTokenFamily");
    -
    -		CAIScriptDataManager::getInstance()->getPersistentVariables().store(pdr);
    -
    -		uint32 bufSize= pdr.totalDataSize();
    -		vector buffer;
    -		buffer.resize(bufSize);
    -		pdr.toBuffer(&buffer[0],bufSize);
    -
    -		CBackupMsgSaveFile msg( CAIScriptDataManager::getInstance()->makePdrFileName(), CBackupMsgSaveFile::SaveFile, Bsi );
    -		msg.DataMsg.serialBuffer((uint8*)&buffer[0], bufSize);
    -
    -		Bsi.sendFile( msg );
    -		CAIScriptDataManager::getInstance()->clearDirtyFlag();
    -	}
    -}
    -
    -CAIInstance	*CAIS::getAIInstance(uint32 instanceNumber)
    -{
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if ((*it)->getInstanceNumber()==instanceNumber)
    -			return	*it;
    -	}
    -	return NULL;
    -}
    diff --git a/code/ryzom/server/src/ai_service/ai_BASE_4178.cpp b/code/ryzom/server/src/ai_service/ai_BASE_4178.cpp
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/ryzom/server/src/ai_service/ai_LOCAL_4178.cpp b/code/ryzom/server/src/ai_service/ai_LOCAL_4178.cpp
    deleted file mode 100644
    index 8c8a642ed..000000000
    --- a/code/ryzom/server/src/ai_service/ai_LOCAL_4178.cpp
    +++ /dev/null
    @@ -1,915 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -#include "stdpch.h"
    -
    -#include 
    -
    -#include "child_container.h"
    -#include "ai_mgr.h"
    -#include "ai_entity_matrix.h"
    -#include "ai_player.h"
    -#include "ai_mgr_pet.h"
    -#include "ai_grp.h"
    -#include "ai_mgr_fauna.h"
    -#include "ai_mgr_npc.h"
    -#include "ai_bot_npc.h"
    -#include "ai_grp_npc.h"
    -#include "ai_grp_pet.h"
    -
    -#include "ai_script_data_manager.h"
    -
    -#include "ais_user_models.h"
    -#include "continent.h"
    -#include "client_message.h"
    -#include "ai_outpost.h"
    -// Georges
    -#include "nel/georges/u_form_loader.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_dfn.h"
    -// Game share
    -#include "game_share/emote_list_parser.h"
    -#include "game_share/backup_service_interface.h"
    -
    -#include "ai_variables.h"
    -#include "server_share/r2_variables.h"
    -
    -using namespace NLMISC;
    -using namespace NLNET;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -//--------------------------------------------------------------------------
    -// SINGLETON DATA
    -//--------------------------------------------------------------------------
    -
    -
    -CAIS		*CAIS::_Instance = NULL;
    -
    -CRandom										CAIS::_random;
    -
    -const	std::string	disengageString("DISENGAGE");
    -const	std::string	egsString("EGS");
    -
    -
    -const	uint32 Default_MaxPlayers=5000;
    -const	uint32 Default_MaxBotsPet=Default_MaxPlayers*4;
    -const	uint32 Default_MaxBotsFauna=40000;
    -const	uint32 Default_MaxBotsNpc=20000;
    -const	uint32 Default_MaxBotsFx=200;
    -
    -CAIS &CAIS::instance()
    -{
    -	if (_Instance == NULL)
    -	{
    -		_Instance = new CAIS();
    -		// init the AI engine
    -		_Instance->initAI();
    -	}
    -
    -	return *_Instance;
    -}
    -
    -
    -CAIS::CAIS()
    -:	_PetBotCounter(TotalMaxPet),
    -	_FaunaBotCounter(TotalMaxFauna),
    -	_NpcBotCounter(TotalMaxNpc)
    -{
    -//	_initialised=false;
    -	_TotalBotsSpawned = 0;
    -	_ClientCreatureDebug=false;
    -}
    -
    -void setMaxPetCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._PetBotCounter.setMax(newMax);
    -}
    -void setMaxFaunaCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._FaunaBotCounter.setMax(newMax);
    -}
    -void setMaxNpcCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._NpcBotCounter.setMax(newMax);
    -}
    -
    -CVariable	TotalMaxPlayer("ai", "NbPlayersLimit", "Security absolute limit to the number of Player",	Default_MaxPlayers,		0, true	);
    -CVariable	TotalMaxPet("ai", "NbPetLimit", "Security absolute limit to the number of Pets",			Default_MaxBotsPet,		0, true, setMaxPetCallBack		);
    -CVariable	TotalMaxFauna("ai", "NbFaunaLimit", "Security absolute limit to the number of Faunas",		Default_MaxBotsFauna,	0, true, setMaxFaunaCallBack	);
    -CVariable	TotalMaxNpc("ai", "NbNpcLimit", "Security absolute limit to the number of Npcs",			Default_MaxBotsNpc,		0, true, setMaxNpcCallBack		);
    -CVariable	TotalMaxFx("ai", "NbFxLimit", "Security absolute limit to the number of Fx",				Default_MaxBotsFx,		0, true );
    -
    -CVariable	BotRepopFx("ai", "BotRepopFx", "Fx sheet to use when changing the sheet of a bot",			string(),				0, true );
    -
    -//--------------------------------------------------------------------------
    -// DATA TABLES FOR ENTITY MATRIX
    -//--------------------------------------------------------------------------
    -
    -// a series of tables giving the minimum iterator table forms for entity matrix iterators for all sizes up to 127m
    -static uint32 EntityMatrixTbl0[]   = { 3,  3,  3};
    -static uint32 EntityMatrixTbl16[]  = { 3,  5,  5,  5,  3};
    -static uint32 EntityMatrixTbl23[]  = { 5,  5,  5,  5,  5};
    -static uint32 EntityMatrixTbl32[]  = { 3,  5,  7,  7,  7,  5,  3};
    -static uint32 EntityMatrixTbl36[]  = { 5,  7,  7,  7,  7,  7,  5};
    -static uint32 EntityMatrixTbl46[]  = { 7,  7,  7,  7,  7,  7,  7};
    -static uint32 EntityMatrixTbl48[]  = { 3,  7,  7,  9,  9,  9,  7,  7,  3};
    -static uint32 EntityMatrixTbl51[]  = { 5,  7,  9,  9,  9,  9,  9,  7,  5};
    -static uint32 EntityMatrixTbl58[]  = { 7,  9,  9,  9,  9,  9,  9,  9,  7};
    -static uint32 EntityMatrixTbl64[]  = { 3,  7,  9,  9, 11, 11, 11,  9,  9,  7,  3};
    -static uint32 EntityMatrixTbl66[]  = { 5,  7,  9, 11, 11, 11, 11, 11,  9,  7,  5};
    -static uint32 EntityMatrixTbl68[]  = { 5,  9,  9, 11, 11, 11, 11, 11,  9,  9,  5};
    -static uint32 EntityMatrixTbl72[]  = { 7,  9, 11, 11, 11, 11, 11, 11, 11,  9,  7};
    -static uint32 EntityMatrixTbl80[]  = { 3,  9, 11, 11, 11, 13, 13, 13, 11, 11, 11,  9,  3};
    -static uint32 EntityMatrixTbl82[]  = { 5,  9, 11, 11, 13, 13, 13, 13, 13, 11, 11,  9,  5};
    -static uint32 EntityMatrixTbl87[]  = { 7,  9, 11, 13, 13, 13, 13, 13, 13, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl91[]  = { 7, 11, 11, 13, 13, 13, 13, 13, 13, 13, 11, 11,  7};
    -static uint32 EntityMatrixTbl94[]  = { 9, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 11,  9};
    -static uint32 EntityMatrixTbl96[]  = { 3,  9, 11, 13, 13, 13, 15, 15, 15, 13, 13, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl98[]  = { 5,  9, 11, 13, 13, 15, 15, 15, 15, 15, 13, 13, 11,  9,  5};
    -static uint32 EntityMatrixTbl102[] = { 7,  9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl103[] = { 7, 11, 13, 13, 15, 15, 15, 15, 15, 15, 15, 13, 13, 11,  7};
    -static uint32 EntityMatrixTbl108[] = { 9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl112[] = { 3,  9, 11, 13, 15, 15, 15, 17, 17, 17, 15, 15, 15, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl114[] = { 5,  9, 13, 13, 15, 15, 17, 17, 17, 17, 17, 15, 15, 13, 13,  9,  5};
    -static uint32 EntityMatrixTbl116[] = { 5, 11, 13, 15, 15, 15, 17, 17, 17, 17, 17, 15, 15, 15, 13, 11,  5};
    -static uint32 EntityMatrixTbl117[] = { 7, 11, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13, 11,  7};
    -static uint32 EntityMatrixTbl122[] = { 9, 11, 13, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl125[] = { 9, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13,  9};
    -
    -// a few larger special case matrices
    -static uint32 EntityMatrixTblUpTo150[] = { 7, 11, 15, 17, 17, 19, 19, 21, 21, 21, 21, 21, 21, 21, 19, 19, 17, 17, 15, 11, 7};
    -static uint32 EntityMatrixTblUpTo200[] = { 9, 13, 17, 19, 21, 23, 23, 25, 25, 27, 27, 27, 27, 27, 27, 27, 27, 27, 25, 25, 23, 23, 21, 19, 17, 13, 9};
    -static uint32 EntityMatrixTblUpTo250[] = {11, 15, 19, 23, 25, 27, 27, 29, 29, 31, 31, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 31, 31, 29, 29, 27, 27, 25, 23, 19, 15, 11};
    -
    -static void initLinearMatrixIteratorTables(std::vector &vect)
    -{
    -	// initialise the vector with the first table
    -	vect.push_back(new CAIEntityMatrixIteratorTblLinear(&(EntityMatrixTbl0[0]),3));
    -
    -	// local macro undefined at end of function
    -	#define ADD_TBL(d) \
    -	{				   \
    -		while (vect.size()::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end(); it!=itEnd;++it)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::markTagForDelete), fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CMarkTagForDelete(fileId));
    -	}
    -	return	true;
    -}
    -
    -void CAIS::deleteTaggedAlias(const std::string &filename)
    -{
    -	const	TStringId fileId = CStringMapper::map(filename);
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::deleteTaggedAlias),fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CDeleteTagged(it->managers()));
    -	}
    -
    -}
    -
    -
    -uint32	CAIS::getEmotNumber(const std::string &name)
    -{
    -	std::map::iterator it(_EmotNames.find(name));
    -	if	(it==_EmotNames.end())
    -		return	std::numeric_limits::max();
    -	return it->second;
    -}
    -
    -
    -
    -bool CAIS::advanceUserTimer	(uint32 nbTicks)
    -{
    -	// for each manager, look for a timer event
    -	for_each(AIList().begin(), AIList().end(), bind2nd(mem_fun(&CAIInstance::advanceUserTimer),nbTicks) );
    -	return	true;
    -}
    -
    -
    -
    -// initialise the singleton
    -void	CAIS::initAI()
    -{
    -//	if (_initialised)
    -//		return;
    -//	_initialised=true;
    -	nlinfo("---------- Initialising AI Singleton ----------");
    -
    -	// setup the random number generator
    -	_random.srand( (sint32)NLMISC::CTime::getLocalTime() );
    -
    -	// allocate RAM for the players
    -
    -	// setup the standard iterator tables for scanning the entity matrices
    -	_matrixIterator2x2.push_back(-1,-1); _matrixIterator2x2.push_back(1,0);
    -	_matrixIterator2x2.push_back(-1, 1); _matrixIterator2x2.push_back(1,0);
    -
    -	_matrixIterator3x3.push_back(-1,-1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -
    -	// setup the set of linear iterator tables for generating visions of given distances
    -	initLinearMatrixIteratorTables(_matrixIteratorsByDistance);
    -
    -	EMOTE_LIST_PARSER::initEmoteList(_EmotNames);
    -
    -	// init the client message callbacks
    -	CAIClientMessages::init();
    -}
    -
    -
    -uint32	CAIS::createAIInstance(const std::string &continentName, uint32 instanceNumber)
    -{
    -	// first, check that an instance with this number is not already running
    -
    -	for (CCont::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end();it!=itEnd;++it)
    -	{
    -		if	(it->getInstanceNumber()!=instanceNumber)
    -			continue;
    -
    -		nlwarning("CAIS::createAIInstance: instance number %u is already in use, can't create new instance.", instanceNumber);
    -		return	std::numeric_limits::max();
    -	}
    -
    -	CAIInstance	*aii = _AIInstances.addChild(new CAIInstance(this));
    -
    -	// ok, set the continent name and instance number
    -	aii->initInstance(continentName, instanceNumber);
    -
    -	return aii->getChildIndex();
    -}
    -
    -void	CAIS::destroyAIInstance(uint32 instanceNumber, bool displayWarningIfInstanceNotExist)
    -{
    -	// this method is not fully tested for a Ryzom shard
    -	// but it should work as expected for a Ring shard
    -	nlassert(IsRingShard.get());
    -
    -	CRefPtr aii = getAIInstance(instanceNumber);
    -	if (aii == NULL)
    -	{
    -		if (displayWarningIfInstanceNotExist)
    -		{
    -			nlwarning("AI instance %u does not exist but it was asked to delete here", instanceNumber);
    -		}
    -		return;
    -	}
    -	aii->despawn();
    -	_AIInstances.removeChildByIndex(aii->getChildIndex());
    -	nlassert(aii == NULL);
    -
    -	// notify the EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		CReportAIInstanceDespawnMsg msg;
    -		msg.InstanceNumbers.push_back(instanceNumber);
    -		msg.send("EGS");
    -	}
    -}
    -
    -
    -// release the singleton before program exit
    -void CAIS::release ()
    -{
    -	// force an update to save the persistent var if needed
    -	updatePersistentVariables();
    -
    -	//	erase all ai instance.
    -	AIList().clear();
    -
    -	CAIUserModelManager::getInstance()->destroyInstance();
    -	// release the client message callbacks
    -	CAIClientMessages::release();
    -
    -
    -	// free up the vision matrix iterator tables
    -	if	(!_matrixIteratorsByDistance.empty())
    -	{
    -		for	(uint i=0;i<_matrixIteratorsByDistance.size();)
    -		{
    -			// erase the iterator table
    -			delete _matrixIteratorsByDistance[i];
    - 			// run i forwards past repeated refs to the iterator tbl that we just deleted
    -			for (++i;i<_matrixIteratorsByDistance.size() && _matrixIteratorsByDistance[i]==_matrixIteratorsByDistance[i-1];++i) {}
    -		}
    -		_matrixIteratorsByDistance.clear();
    -	}
    -	_Instance = NULL;
    -	delete this;
    -}
    -
    -void	CAIS::serviceEvent	(const	CServiceEvent	&info)
    -{
    -	if (info.getEventType() == CServiceEvent::SERVICE_UP && info.getServiceName() == "EGS")
    -	{
    -		// send the list of available collision data
    -		CReportAICollisionAvailableMsg msg;
    -		msg.ContinentsCollision = CWorldContainer::getContinentList();
    -		msg.send(info.getServiceId());
    -	}
    -
    -	// event on all ai instance
    -
    -//	for_each(_AIInstances.begin(), _AIInstances.end(), bind2nd(mem_fun1(&CAIInstance::serviceEvent), info));
    -//	don't compile coz we need to pass an object and not a reference (info). have to build an object that represents the reference.
    -
    -	FOREACH(it, CCont, _AIInstances)
    -		it->serviceEvent	(info);
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// update() & save()
    -//--------------------------------------------------------------------------
    -
    -// the update routine called once per tick
    -// this is the routine that calls the managers' updates
    -extern	void	execBufferedCommands();
    -extern	void	execNamedEntityChanges();
    -
    -void	CAIS::update()
    -{
    -	if (!EGSHasMirrorReady)
    -		return;
    -
    -	H_AUTO(AIUpdate);
    -
    -
    -	// Init stat counters
    -	AISStat::countersBegin();
    -
    -		// Execute buffered Task
    -	uint32 tick = CTimeInterface::gameCycle();
    -	_TickedTaskList.execute(tick);
    -
    -	// Execute buffered functions that need to be executed in the correct context
    -	execBufferedCommands();
    -
    -
    -	execNamedEntityChanges();
    -
    -	// Update AI instances
    -	FOREACH(it, CCont, CAIS::instance().AIList())
    -		(*it)->CAIInstance::update();
    -
    -	// Send systematic messages to EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		// send the fauna description message to EGS then clear the content.
    -		if (!_FaunaDescriptionList.Bots.empty())
    -		{
    -			nlassert(_FaunaDescriptionList.Bots.size() == _FaunaDescriptionList.GrpAlias.size());
    -			_FaunaDescriptionList.send("EGS");
    -			_FaunaDescriptionList.Bots.clear();
    -			_FaunaDescriptionList.GrpAlias.clear();
    -		}
    -		// send agglomerated ChaScore1 changes
    -		if (!_CreatureChangeChaScore1List.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeChaScore1List.Entities.size()==_CreatureChangeChaScore1List.DeltaChaScore1.size());
    -			_CreatureChangeChaScore1List.send("EGS");
    -			_CreatureChangeChaScore1List.Entities.clear();
    -			_CreatureChangeChaScore1List.DeltaChaScore1.clear();
    -		}
    -		if (!_CreatureChangeMaxChaScore1List.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeMaxChaScore1List.Entities.size()==_CreatureChangeMaxChaScore1List.MaxChaScore1.size());
    -			nlassert(_CreatureChangeMaxChaScore1List.Entities.size()==_CreatureChangeMaxChaScore1List.SetFull.size());
    -			_CreatureChangeMaxChaScore1List.send("EGS");
    -			_CreatureChangeMaxChaScore1List.Entities.clear();
    -			_CreatureChangeMaxChaScore1List.MaxChaScore1.clear();
    -			_CreatureChangeMaxChaScore1List.SetFull.clear();
    -		}
    -	}
    -
    -	//
    -	// update persistent variables every 1024 tick if AI script data manager is flagged
    -	if ((tick & 0x3FF) == 0)
    -	{
    -		updatePersistentVariables();
    -	}
    -
    -	//TODO: UserModelManager must send UserModels to EGS if not done yet
    -	//CAIUserModelManager::getInstance()->sendUserModels();
    -	// Terminate counters and store stats in an accessible place
    -	AISStat::countersEnd();
    -}
    -
    -// provoke a general 'save to backup' across the whole service
    -void CAIS::save()
    -{
    -	nlinfo("*** save() NOT IMPLEMENTED YET ***");
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// management of iterator tables for vision matrices
    -//--------------------------------------------------------------------------
    -
    -const CAIEntityMatrixIteratorTblLinear* CAIS::bestLinearMatrixIteratorTbl(uint32 distInMeters)
    -{
    -#if !FINAL_VERSION
    -	nlassert(!_matrixIteratorsByDistance.empty());
    -#endif
    -
    -	if (distInMeters >= _matrixIteratorsByDistance.size())
    -	{
    -		//nlwarning("Try to access to a Vision Matrix to far %u the farest is only %u", distInMeters, _matrixIteratorsByDistance.size());
    -		return _matrixIteratorsByDistance.back();
    -	}
    -
    -	return _matrixIteratorsByDistance[distInMeters];
    -}
    -
    -int	getInt64FromStr	(const	char*	str)
    -{
    -	if(str[0] == '0' && (str[1] == 'x' || str[1] == 'X'))
    -		return	(int)	atoiInt64(str+2,16);
    -	return	(int)	atoiInt64(str,10);
    -}
    -
    -//	all these dynamics casts can be throwned away ..
    -CAIInstance*	CAIS::tryToGetAIInstance(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_INSTANCE));
    -}
    -
    -CContinent			*CAIS::tryToGetContinent		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CONTINENT));
    -}
    -
    -CRegion				*CAIS::tryToGetRegion			(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_REGION));
    -}
    -
    -CCellZone			*CAIS::tryToGetCellZone		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CELL_ZONE));
    -}
    -
    -CFamilyBehavior		*CAIS::tryToGetFamilyBehavior	(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_FAMILY_BEHAVIOR));
    -}
    -
    -
    -CManager*	CAIS::tryToGetManager(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_MANAGER));
    -}
    -
    -CGroup*		CAIS::tryToGetGroup(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_GROUP));
    -}
    -
    -CBot*		CAIS::tryToGetBot(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_BOT));
    -}
    -
    -CAIEntity*	CAIS::tryToGetAIEntity(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str));
    -}
    -
    -CAIEntityPhysical*	CAIS::tryToGetEntityPhysical(const	char*	str)
    -{
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -	return	CAIS::getEntityPhysical(CMirrors::DataSet->getDataSetRow(entityId));
    -}
    -
    -CAIEntity*	CAIS::tryToGetEntity(const	char*	str, TSearchType searchType)
    -{
    -	CAIInstance		*aii = NULL;
    -	CManager		*mgr = NULL;
    -	CBot			*bot = NULL;
    -	CGroup			*grp = NULL;
    -
    -
    -	vector	parts;
    -	explode(string(str), string(":"), parts, false);
    -
    -	if (parts.empty() || parts[0].empty())
    -		return NULL;
    -
    -	// skip AIS number if any
    -	if (parts[0].substr(0, 4) == "AIS_")
    -		parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// instance index
    -	uint32	index = atoui(parts[0].c_str());
    -	if (index >= CAIS::instance().AIList().size())
    -		goto tryWithEntityId;
    -	aii = CAIS::AIList()[index];
    -	if (!aii)
    -		goto tryWithEntityId;
    -	if (searchType==CAIS::AI_INSTANCE
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return aii;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// branch on static or dynamic system
    -	// manager index
    -	if (parts[0].find("dyn_") == 0)
    -	{
    -		// parse dynamic id
    -
    -		// continent index
    -		index = atoui(parts[0].substr(4).c_str());
    -		if (index >= aii->continents().size())
    -			return NULL;
    -		CContinent *continent = aii->continents()[index];
    -		if (searchType==CAIS::AI_CONTINENT
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return continent;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// region index
    -		index = atoui(parts[0].c_str());
    -		if (index >= continent->regions().size())
    -			return NULL;
    -		CRegion *region = continent->regions()[index];
    -		if (searchType==CAIS::AI_REGION
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return region;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// cellzone index
    -		index = atoui(parts[0].c_str());
    -		if (index >= region->cellZones().size())
    -			return NULL;
    -		CCellZone *cz = region->cellZones()[index];
    -		if (searchType==CAIS::AI_CELL_ZONE
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return cz;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// family behavior index
    -		index = atoui(parts[0].c_str());
    -		if (index >= cz->familyBehaviors().size())
    -			return NULL;
    -		CFamilyBehavior *fb = cz->familyBehaviors()[index];
    -		if (searchType==CAIS::AI_FAMILY_BEHAVIOR
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return fb;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())
    -			return NULL;
    -
    -		// manager index
    -		if (parts[0] == "npc")
    -			mgr = fb->mgrNpc();
    -		else if (parts[0] == "fauna")
    -			mgr = fb->mgrFauna();
    -
    -		if (!mgr)
    -			return NULL;
    -
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -	else
    -	{
    -		// parse static id
    -
    -		// Manager index
    -		index = atoui(parts[0].c_str());
    -		if (index >= aii->managers().size())
    -			return NULL;
    -		mgr = aii->managers()[index];
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -
    -	// group index
    -	index = atoui(parts[0].c_str());
    -	if (index >= mgr->groups().size())
    -		return NULL;
    -	grp = mgr->groups()[index];
    -	if (searchType==CAIS::AI_GROUP
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return grp;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// bot index
    -	index = atoui(parts[0].c_str());
    -	if (index >= grp->bots().size())
    -		return NULL;
    -	bot = grp->bots()[index];
    -	if (searchType==CAIS::AI_BOT
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return bot;
    -
    -	// what ?
    -	return NULL;
    -
    -tryWithEntityId:
    -
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -
    -	if (entityId.isUnknownId())
    -		return	NULL;
    -
    -	CCont::iterator instanceIt=CAIS::instance().AIList().begin(), instanceItEnd=CAIS::instance().AIList().end();
    -
    -	while (instanceIt!=instanceItEnd)
    -	{
    -		CAIInstance	*instancePtr=*instanceIt;
    -
    -		CCont::iterator it=instancePtr->managers().begin(), itEnd=instancePtr->managers().end();
    -
    -		while (it!=itEnd)
    -		{
    -			CManager *mgrPtr	=	*it;
    -
    -			CGroup *grpPtr	=	mgrPtr->getNextValidGroupChild	();
    -			while (grpPtr)
    -			{
    -				CBot *botPtr	=	grpPtr->getNextValidBotChild();
    -				while (botPtr)
    -				{
    -					if	(	botPtr->isSpawned()
    -						&&	botPtr->getSpawnObj()->getEntityId() == entityId)
    -						return	dynamic_cast	(botPtr);
    -					botPtr	=	grpPtr->getNextValidBotChild	(botPtr);
    -				}
    -				grpPtr=mgrPtr->getNextValidGroupChild	(grpPtr);
    -			}
    -			++it;
    -		}
    -		++instanceIt;
    -	}
    -	return	NULL;
    -}
    -
    -
    -
    -
    -
    -
    -//--------------------------------------------------------------------------
    -// manageing the set of maps
    -//--------------------------------------------------------------------------
    -
    -CAIEntityPhysical	*CAIS::getEntityPhysical(const TDataSetRow&	row)
    -{
    -	CHashMap >::iterator	it(_CAIEntityByDataSetRow.find(row.getIndex()));
    -
    -	if	(it!=_CAIEntityByDataSetRow.end())
    -		return	(*it).second;
    -	else
    -		return	NULL;
    -//	the code below generates an error .. :( hu !
    -}
    -
    -
    -//-------------------------------------------------------------------
    -// Interface to bot chat - callbacks called when bots start or
    -// stop chatting with player(s)
    -//-------------------------------------------------------------------
    -
    -void	CAIS::beginBotChat(const TDataSetRow &bot,const TDataSetRow &player)
    -{
    -#ifdef NL_DEBUG
    -	/// Is this still true?
    -	nlwarning("Chat can't work now as bot are now splitted in persistent and spawnable part. Have to rework on this part.");
    -#endif
    -
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (plrPtr==NULL)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginBotChat(plrPtr);
    -}
    -
    -void	CAIS::endBotChat(const TDataSetRow &bot, const TDataSetRow &player)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (!plrPtr)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endBotChat(plrPtr);
    -}
    -
    -void	CAIS::beginDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -void	CAIS::endDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -
    -void CAIPlaceXYR::display(CStringWriter	&stringWriter) const
    -{
    -	stringWriter.append("XYR: ("+_pos.x().toString()
    -		+" "
    -		+_pos.y().toString()
    -		+" "+toString(_pos.h())
    -		+") Radius "
    -		+toString(_radius)
    -		+" "
    -		+getName());
    -
    -//		nlinfo("XYR: (%s,%s,%d) x %f :%s",_pos.x().toString().c_str(),_pos.y().toString().c_str(),_pos.h(),_radius,getName().c_str());
    -}
    -
    -
    -void CAIS::warnBadInstanceMsgImp(const std::string &serviceName, TServiceId serviceId, CWarnBadInstanceMsgImp &msg)
    -{
    -	// EGS says that an instance is spoofing an instance number or using a bad static instance number/continent name association.
    -	// we must despawn/delete the aiinstance
    -
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if	((*it)->getInstanceNumber()!=msg.InstanceNumber)
    -			continue;
    -
    -		// ok, we found the bad guy !
    -		nlwarning("CAIS::warnBadInstanceMsgImp: despawning AIInstance %u, instance number %u, continent '%s'",
    -			(*it)->getChildIndex(), msg.InstanceNumber, (*it)->getContinentName().c_str());
    -		_AIInstances.removeChildByIndex((*it)->getChildIndex());
    -		return;
    -	}
    -
    -	// not found
    -	nlwarning("CAIS::warnBadInstanceMsgImp: can't find AIInstance with instance number %u ! Can't despawn it",	msg.InstanceNumber);
    -}
    -
    -void CAIS::updatePersistentVariables()
    -{
    -	if (CAIScriptDataManager::getInstance()->needsPersistentVarUpdate() == true)
    -	{
    -		// sending data to bs
    -		CPersistentDataRecord pdr("AiTokenFamily");
    -
    -		CAIScriptDataManager::getInstance()->getPersistentVariables().store(pdr);
    -
    -		uint32 bufSize= pdr.totalDataSize();
    -		vector buffer;
    -		buffer.resize(bufSize);
    -		pdr.toBuffer(&buffer[0],bufSize);
    -
    -		CBackupMsgSaveFile msg( CAIScriptDataManager::getInstance()->makePdrFileName(), CBackupMsgSaveFile::SaveFile, Bsi );
    -		msg.DataMsg.serialBuffer((uint8*)&buffer[0], bufSize);
    -
    -		Bsi.sendFile( msg );
    -		CAIScriptDataManager::getInstance()->clearDirtyFlag();
    -	}
    -}
    -
    -CAIInstance	*CAIS::getAIInstance(uint32 instanceNumber)
    -{
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if ((*it)->getInstanceNumber()==instanceNumber)
    -			return	*it;
    -	}
    -	return NULL;
    -}
    diff --git a/code/ryzom/server/src/ai_service/ai_REMOTE_4178.cpp b/code/ryzom/server/src/ai_service/ai_REMOTE_4178.cpp
    deleted file mode 100644
    index 49144fa9d..000000000
    --- a/code/ryzom/server/src/ai_service/ai_REMOTE_4178.cpp
    +++ /dev/null
    @@ -1,915 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    -
    -
    -#include "stdpch.h"
    -
    -#include 
    -
    -#include "child_container.h"
    -#include "ai_mgr.h"
    -#include "ai_entity_matrix.h"
    -#include "ai_player.h"
    -#include "ai_mgr_pet.h"
    -#include "ai_grp.h"
    -#include "ai_mgr_fauna.h"
    -#include "ai_mgr_npc.h"
    -#include "ai_bot_npc.h"
    -#include "ai_grp_npc.h"
    -#include "ai_grp_pet.h"
    -
    -#include "ai_script_data_manager.h"
    -
    -#include "ais_user_models.h"
    -#include "continent.h"
    -#include "client_message.h"
    -#include "ai_outpost.h"
    -// Georges
    -#include "nel/georges/u_form_loader.h"
    -#include "nel/georges/u_form_elm.h"
    -#include "nel/georges/u_form.h"
    -#include "nel/georges/u_form_dfn.h"
    -// Game share
    -#include "game_share/emote_list_parser.h"
    -#include "game_share/backup_service_interface.h"
    -
    -#include "ai_variables.h"
    -#include "server_share/r2_variables.h"
    -
    -using namespace NLMISC;
    -using namespace NLNET;
    -using namespace std;
    -using namespace NLGEORGES;
    -
    -//--------------------------------------------------------------------------
    -// SINGLETON DATA
    -//--------------------------------------------------------------------------
    -
    -
    -CAIS		*CAIS::_Instance = NULL;
    -
    -CRandom										CAIS::_random;
    -
    -const	std::string	disengageString("DISENGAGE");
    -const	std::string	egsString("EGS");
    -
    -
    -const	uint32 Default_MaxPlayers=5000;
    -const	uint32 Default_MaxBotsPet=Default_MaxPlayers*4;
    -const	uint32 Default_MaxBotsFauna=40000;
    -const	uint32 Default_MaxBotsNpc=20000;
    -const	uint32 Default_MaxBotsFx=200;
    -
    -CAIS &CAIS::instance()
    -{
    -	if (_Instance == NULL)
    -	{
    -		_Instance = new CAIS();
    -		// init the AI engine
    -		_Instance->initAI();
    -	}
    -
    -	return *_Instance;
    -}
    -
    -
    -CAIS::CAIS()
    -:	_PetBotCounter(TotalMaxPet),
    -	_FaunaBotCounter(TotalMaxFauna),
    -	_NpcBotCounter(TotalMaxNpc)
    -{
    -//	_initialised=false;
    -	_TotalBotsSpawned = 0;
    -	_ClientCreatureDebug=false;
    -}
    -
    -void setMaxPetCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._PetBotCounter.setMax(newMax);
    -}
    -void setMaxFaunaCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._FaunaBotCounter.setMax(newMax);
    -}
    -void setMaxNpcCallBack(IVariable &var)
    -{
    -	uint32	newMax=NLMISC::safe_cast*>(&var)->get();
    -	if (CAIS::instanceCreated())
    -		CAIS::instance()._NpcBotCounter.setMax(newMax);
    -}
    -
    -CVariable	TotalMaxPlayer("ai", "NbPlayersLimit", "Security absolute limit to the number of Player",	Default_MaxPlayers,		0, true	);
    -CVariable	TotalMaxPet("ai", "NbPetLimit", "Security absolute limit to the number of Pets",			Default_MaxBotsPet,		0, true, setMaxPetCallBack		);
    -CVariable	TotalMaxFauna("ai", "NbFaunaLimit", "Security absolute limit to the number of Faunas",		Default_MaxBotsFauna,	0, true, setMaxFaunaCallBack	);
    -CVariable	TotalMaxNpc("ai", "NbNpcLimit", "Security absolute limit to the number of Npcs",			Default_MaxBotsNpc,		0, true, setMaxNpcCallBack		);
    -CVariable	TotalMaxFx("ai", "NbFxLimit", "Security absolute limit to the number of Fx",				Default_MaxBotsFx,		0, true );
    -
    -CVariable	BotRepopFx("ai", "BotRepopFx", "Fx sheet to use when changing the sheet of a bot",			string(),				0, true );
    -
    -//--------------------------------------------------------------------------
    -// DATA TABLES FOR ENTITY MATRIX
    -//--------------------------------------------------------------------------
    -
    -// a series of tables giving the minimum iterator table forms for entity matrix iterators for all sizes up to 127m
    -static uint32 EntityMatrixTbl0[]   = { 3,  3,  3};
    -static uint32 EntityMatrixTbl16[]  = { 3,  5,  5,  5,  3};
    -static uint32 EntityMatrixTbl23[]  = { 5,  5,  5,  5,  5};
    -static uint32 EntityMatrixTbl32[]  = { 3,  5,  7,  7,  7,  5,  3};
    -static uint32 EntityMatrixTbl36[]  = { 5,  7,  7,  7,  7,  7,  5};
    -static uint32 EntityMatrixTbl46[]  = { 7,  7,  7,  7,  7,  7,  7};
    -static uint32 EntityMatrixTbl48[]  = { 3,  7,  7,  9,  9,  9,  7,  7,  3};
    -static uint32 EntityMatrixTbl51[]  = { 5,  7,  9,  9,  9,  9,  9,  7,  5};
    -static uint32 EntityMatrixTbl58[]  = { 7,  9,  9,  9,  9,  9,  9,  9,  7};
    -static uint32 EntityMatrixTbl64[]  = { 3,  7,  9,  9, 11, 11, 11,  9,  9,  7,  3};
    -static uint32 EntityMatrixTbl66[]  = { 5,  7,  9, 11, 11, 11, 11, 11,  9,  7,  5};
    -static uint32 EntityMatrixTbl68[]  = { 5,  9,  9, 11, 11, 11, 11, 11,  9,  9,  5};
    -static uint32 EntityMatrixTbl72[]  = { 7,  9, 11, 11, 11, 11, 11, 11, 11,  9,  7};
    -static uint32 EntityMatrixTbl80[]  = { 3,  9, 11, 11, 11, 13, 13, 13, 11, 11, 11,  9,  3};
    -static uint32 EntityMatrixTbl82[]  = { 5,  9, 11, 11, 13, 13, 13, 13, 13, 11, 11,  9,  5};
    -static uint32 EntityMatrixTbl87[]  = { 7,  9, 11, 13, 13, 13, 13, 13, 13, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl91[]  = { 7, 11, 11, 13, 13, 13, 13, 13, 13, 13, 11, 11,  7};
    -static uint32 EntityMatrixTbl94[]  = { 9, 11, 13, 13, 13, 13, 13, 13, 13, 13, 13, 11,  9};
    -static uint32 EntityMatrixTbl96[]  = { 3,  9, 11, 13, 13, 13, 15, 15, 15, 13, 13, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl98[]  = { 5,  9, 11, 13, 13, 15, 15, 15, 15, 15, 13, 13, 11,  9,  5};
    -static uint32 EntityMatrixTbl102[] = { 7,  9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9,  7};
    -static uint32 EntityMatrixTbl103[] = { 7, 11, 13, 13, 15, 15, 15, 15, 15, 15, 15, 13, 13, 11,  7};
    -static uint32 EntityMatrixTbl108[] = { 9, 11, 13, 15, 15, 15, 15, 15, 15, 15, 15, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl112[] = { 3,  9, 11, 13, 15, 15, 15, 17, 17, 17, 15, 15, 15, 13, 11,  9,  3};
    -static uint32 EntityMatrixTbl114[] = { 5,  9, 13, 13, 15, 15, 17, 17, 17, 17, 17, 15, 15, 13, 13,  9,  5};
    -static uint32 EntityMatrixTbl116[] = { 5, 11, 13, 15, 15, 15, 17, 17, 17, 17, 17, 15, 15, 15, 13, 11,  5};
    -static uint32 EntityMatrixTbl117[] = { 7, 11, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13, 11,  7};
    -static uint32 EntityMatrixTbl122[] = { 9, 11, 13, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 13, 11,  9};
    -static uint32 EntityMatrixTbl125[] = { 9, 13, 15, 15, 17, 17, 17, 17, 17, 17, 17, 17, 17, 15, 15, 13,  9};
    -
    -// a few larger special case matrices
    -static uint32 EntityMatrixTblUpTo150[] = { 7, 11, 15, 17, 17, 19, 19, 21, 21, 21, 21, 21, 21, 21, 19, 19, 17, 17, 15, 11, 7};
    -static uint32 EntityMatrixTblUpTo200[] = { 9, 13, 17, 19, 21, 23, 23, 25, 25, 27, 27, 27, 27, 27, 27, 27, 27, 27, 25, 25, 23, 23, 21, 19, 17, 13, 9};
    -static uint32 EntityMatrixTblUpTo250[] = {11, 15, 19, 23, 25, 27, 27, 29, 29, 31, 31, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 33, 31, 31, 29, 29, 27, 27, 25, 23, 19, 15, 11};
    -
    -static void initLinearMatrixIteratorTables(std::vector &vect)
    -{
    -	// initialise the vector with the first table
    -	vect.push_back(new CAIEntityMatrixIteratorTblLinear(&(EntityMatrixTbl0[0]),3));
    -
    -	// local macro undefined at end of function
    -	#define ADD_TBL(d) \
    -	{				   \
    -		while (vect.size()::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end(); it!=itEnd;++it)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::markTagForDelete), fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CMarkTagForDelete(fileId));
    -	}
    -	return	true;
    -}
    -
    -void CAIS::deleteTaggedAlias(const std::string &filename)
    -{
    -	const	TStringId fileId = CStringMapper::map(filename);
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		// first: tag the dynamic regions in the continents
    -		for_each(it->continents().begin(), it->continents().end(),
    -			bind2nd(mem_fun(&CContinent::deleteTaggedAlias),fileId));
    -
    -		for_each(it->managers().begin(),it->managers().end(),
    -			CAliasTreeRoot::CDeleteTagged(it->managers()));
    -	}
    -
    -}
    -
    -
    -uint32	CAIS::getEmotNumber(const std::string &name)
    -{
    -	std::map::iterator it(_EmotNames.find(name));
    -	if	(it==_EmotNames.end())
    -		return	std::numeric_limits::max();
    -	return it->second;
    -}
    -
    -
    -
    -bool CAIS::advanceUserTimer	(uint32 nbTicks)
    -{
    -	// for each manager, look for a timer event
    -	for_each(AIList().begin(), AIList().end(), bind2nd(mem_fun(&CAIInstance::advanceUserTimer),nbTicks) );
    -	return	true;
    -}
    -
    -
    -
    -// initialise the singleton
    -void	CAIS::initAI()
    -{
    -//	if (_initialised)
    -//		return;
    -//	_initialised=true;
    -	nlinfo("---------- Initialising AI Singleton ----------");
    -
    -	// setup the random number generator
    -	_random.srand( (sint32)NLMISC::CTime::getLocalTime() );
    -
    -	// allocate RAM for the players
    -
    -	// setup the standard iterator tables for scanning the entity matrices
    -	_matrixIterator2x2.push_back(-1,-1); _matrixIterator2x2.push_back(1,0);
    -	_matrixIterator2x2.push_back(-1, 1); _matrixIterator2x2.push_back(1,0);
    -
    -	_matrixIterator3x3.push_back(-1,-1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -	_matrixIterator3x3.push_back(-2, 1); _matrixIterator3x3.push_back(1,0); _matrixIterator3x3.push_back(1,0);
    -
    -	// setup the set of linear iterator tables for generating visions of given distances
    -	initLinearMatrixIteratorTables(_matrixIteratorsByDistance);
    -
    -	EMOTE_LIST_PARSER::initEmoteList(_EmotNames);
    -
    -	// init the client message callbacks
    -	CAIClientMessages::init();
    -}
    -
    -
    -uint32	CAIS::createAIInstance(const std::string &continentName, uint32 instanceNumber)
    -{
    -	// first, check that an instance with this number is not already running
    -
    -	for (CCont::iterator	it=_AIInstances.begin(), itEnd=_AIInstances.end();it!=itEnd;++it)
    -	{
    -		if	(it->getInstanceNumber()!=instanceNumber)
    -			continue;
    -
    -		nlwarning("CAIS::createAIInstance: instance number %u is already in use, can't create new instance.", instanceNumber);
    -		return	std::numeric_limits::max();
    -	}
    -
    -	CAIInstance	*aii = _AIInstances.addChild(new CAIInstance(this));
    -
    -	// ok, set the continent name and instance number
    -	aii->initInstance(continentName, instanceNumber);
    -
    -	return aii->getChildIndex();
    -}
    -
    -void	CAIS::destroyAIInstance(uint32 instanceNumber, bool displayWarningIfInstanceNotExist)
    -{
    -	// this method is not fully tested for a Ryzom shard
    -	// but it should work as expected for a Ring shard
    -	nlassert(IsRingShard.get());
    -
    -	CRefPtr aii = getAIInstance(instanceNumber);
    -	if (aii == NULL)
    -	{
    -		if (displayWarningIfInstanceNotExist)
    -		{
    -			nlwarning("AI instance %u does not exist but it was asked to delete here", instanceNumber);
    -		}
    -		return;
    -	}
    -	aii->despawn();
    -	_AIInstances.removeChildByIndex(aii->getChildIndex());
    -	nlassert(aii == NULL);
    -
    -	// notify the EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		CReportAIInstanceDespawnMsg msg;
    -		msg.InstanceNumbers.push_back(instanceNumber);
    -		msg.send("EGS");
    -	}
    -}
    -
    -
    -// release the singleton before program exit
    -void CAIS::release ()
    -{
    -	// force an update to save the persistent var if needed
    -	updatePersistentVariables();
    -
    -	//	erase all ai instance.
    -	AIList().clear();
    -
    -	CAIUserModelManager::getInstance()->destroyInstance();
    -	// release the client message callbacks
    -	CAIClientMessages::release();
    -
    -
    -	// free up the vision matrix iterator tables
    -	if	(!_matrixIteratorsByDistance.empty())
    -	{
    -		for	(uint i=0;i<_matrixIteratorsByDistance.size();)
    -		{
    -			// erase the iterator table
    -			delete _matrixIteratorsByDistance[i];
    - 			// run i forwards past repeated refs to the iterator tbl that we just deleted
    -			for (++i;i<_matrixIteratorsByDistance.size() && _matrixIteratorsByDistance[i]==_matrixIteratorsByDistance[i-1];++i) {}
    -		}
    -		_matrixIteratorsByDistance.clear();
    -	}
    -	_Instance = NULL;
    -	delete this;
    -}
    -
    -void	CAIS::serviceEvent	(const	CServiceEvent	&info)
    -{
    -	if (info.getEventType() == CServiceEvent::SERVICE_UP && info.getServiceName() == "EGS")
    -	{
    -		// send the list of available collision data
    -		CReportAICollisionAvailableMsg msg;
    -		msg.ContinentsCollision = CWorldContainer::getContinentList();
    -		msg.send(info.getServiceId());
    -	}
    -
    -	// event on all ai instance
    -
    -//	for_each(_AIInstances.begin(), _AIInstances.end(), bind2nd(mem_fun1(&CAIInstance::serviceEvent), info));
    -//	don't compile coz we need to pass an object and not a reference (info). have to build an object that represents the reference.
    -
    -	FOREACH(it, CCont, _AIInstances)
    -		it->serviceEvent	(info);
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// update() & save()
    -//--------------------------------------------------------------------------
    -
    -// the update routine called once per tick
    -// this is the routine that calls the managers' updates
    -extern	void	execBufferedCommands();
    -extern	void	execNamedEntityChanges();
    -
    -void	CAIS::update()
    -{
    -	if (!EGSHasMirrorReady)
    -		return;
    -
    -	H_AUTO(AIUpdate);
    -
    -
    -	// Init stat counters
    -	AISStat::countersBegin();
    -
    -		// Execute buffered Task
    -	uint32 tick = CTimeInterface::gameCycle();
    -	_TickedTaskList.execute(tick);
    -
    -	// Execute buffered functions that need to be executed in the correct context
    -	execBufferedCommands();
    -
    -
    -	execNamedEntityChanges();
    -
    -	// Update AI instances
    -	FOREACH(it, CCont, CAIS::instance().AIList())
    -		(*it)->CAIInstance::update();
    -
    -	// Send systematic messages to EGS
    -	if (EGSHasMirrorReady)
    -	{
    -		// send the fauna description message to EGS then clear the content.
    -		if (!_FaunaDescriptionList.Bots.empty())
    -		{
    -			nlassert(_FaunaDescriptionList.Bots.size() == _FaunaDescriptionList.GrpAlias.size());
    -			_FaunaDescriptionList.send("EGS");
    -			_FaunaDescriptionList.Bots.clear();
    -			_FaunaDescriptionList.GrpAlias.clear();
    -		}
    -		// send agglomerated hp changes
    -		if (!_CreatureChangeHPList.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeHPList.Entities.size()==_CreatureChangeHPList.DeltaHp.size());
    -			_CreatureChangeHPList.send("EGS");
    -			_CreatureChangeHPList.Entities.clear();
    -			_CreatureChangeHPList.DeltaHp.clear();
    -		}
    -		if (!_CreatureChangeMaxHPList.Entities.empty())
    -		{
    -			nlassert(_CreatureChangeMaxHPList.Entities.size()==_CreatureChangeMaxHPList.MaxHp.size());
    -			nlassert(_CreatureChangeMaxHPList.Entities.size()==_CreatureChangeMaxHPList.SetFull.size());
    -			_CreatureChangeMaxHPList.send("EGS");
    -			_CreatureChangeMaxHPList.Entities.clear();
    -			_CreatureChangeMaxHPList.MaxHp.clear();
    -			_CreatureChangeMaxHPList.SetFull.clear();
    -		}
    -	}
    -
    -	//
    -	// update persistent variables every 1024 tick if AI script data manager is flagged
    -	if ((tick & 0x3FF) == 0)
    -	{
    -		updatePersistentVariables();
    -	}
    -
    -	//TODO: UserModelManager must send UserModels to EGS if not done yet
    -	//CAIUserModelManager::getInstance()->sendUserModels();
    -	// Terminate counters and store stats in an accessible place
    -	AISStat::countersEnd();
    -}
    -
    -// provoke a general 'save to backup' across the whole service
    -void CAIS::save()
    -{
    -	nlinfo("*** save() NOT IMPLEMENTED YET ***");
    -}
    -
    -
    -//--------------------------------------------------------------------------
    -// management of iterator tables for vision matrices
    -//--------------------------------------------------------------------------
    -
    -const CAIEntityMatrixIteratorTblLinear* CAIS::bestLinearMatrixIteratorTbl(uint32 distInMeters)
    -{
    -#if !FINAL_VERSION
    -	nlassert(!_matrixIteratorsByDistance.empty());
    -#endif
    -
    -	if (distInMeters >= _matrixIteratorsByDistance.size())
    -	{
    -		//nlwarning("Try to access to a Vision Matrix to far %u the farest is only %u", distInMeters, _matrixIteratorsByDistance.size());
    -		return _matrixIteratorsByDistance.back();
    -	}
    -
    -	return _matrixIteratorsByDistance[distInMeters];
    -}
    -
    -int	getInt64FromStr	(const	char*	str)
    -{
    -	if(str[0] == '0' && (str[1] == 'x' || str[1] == 'X'))
    -		return	(int)	atoiInt64(str+2,16);
    -	return	(int)	atoiInt64(str,10);
    -}
    -
    -//	all these dynamics casts can be throwned away ..
    -CAIInstance*	CAIS::tryToGetAIInstance(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_INSTANCE));
    -}
    -
    -CContinent			*CAIS::tryToGetContinent		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CONTINENT));
    -}
    -
    -CRegion				*CAIS::tryToGetRegion			(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_REGION));
    -}
    -
    -CCellZone			*CAIS::tryToGetCellZone		(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_CELL_ZONE));
    -}
    -
    -CFamilyBehavior		*CAIS::tryToGetFamilyBehavior	(const	char	*str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_FAMILY_BEHAVIOR));
    -}
    -
    -
    -CManager*	CAIS::tryToGetManager(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_MANAGER));
    -}
    -
    -CGroup*		CAIS::tryToGetGroup(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_GROUP));
    -}
    -
    -CBot*		CAIS::tryToGetBot(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str,CAIS::AI_BOT));
    -}
    -
    -CAIEntity*	CAIS::tryToGetAIEntity(const	char*	str)
    -{
    -	return	dynamic_cast	(tryToGetEntity(str));
    -}
    -
    -CAIEntityPhysical*	CAIS::tryToGetEntityPhysical(const	char*	str)
    -{
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -	return	CAIS::getEntityPhysical(CMirrors::DataSet->getDataSetRow(entityId));
    -}
    -
    -CAIEntity*	CAIS::tryToGetEntity(const	char*	str, TSearchType searchType)
    -{
    -	CAIInstance		*aii = NULL;
    -	CManager		*mgr = NULL;
    -	CBot			*bot = NULL;
    -	CGroup			*grp = NULL;
    -
    -
    -	vector	parts;
    -	explode(string(str), string(":"), parts, false);
    -
    -	if (parts.empty() || parts[0].empty())
    -		return NULL;
    -
    -	// skip AIS number if any
    -	if (parts[0].substr(0, 4) == "AIS_")
    -		parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// instance index
    -	uint32	index = atoui(parts[0].c_str());
    -	if (index >= CAIS::instance().AIList().size())
    -		goto tryWithEntityId;
    -	aii = CAIS::AIList()[index];
    -	if (!aii)
    -		goto tryWithEntityId;
    -	if (searchType==CAIS::AI_INSTANCE
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return aii;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// branch on static or dynamic system
    -	// manager index
    -	if (parts[0].find("dyn_") == 0)
    -	{
    -		// parse dynamic id
    -
    -		// continent index
    -		index = atoui(parts[0].substr(4).c_str());
    -		if (index >= aii->continents().size())
    -			return NULL;
    -		CContinent *continent = aii->continents()[index];
    -		if (searchType==CAIS::AI_CONTINENT
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return continent;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// region index
    -		index = atoui(parts[0].c_str());
    -		if (index >= continent->regions().size())
    -			return NULL;
    -		CRegion *region = continent->regions()[index];
    -		if (searchType==CAIS::AI_REGION
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return region;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// cellzone index
    -		index = atoui(parts[0].c_str());
    -		if (index >= region->cellZones().size())
    -			return NULL;
    -		CCellZone *cz = region->cellZones()[index];
    -		if (searchType==CAIS::AI_CELL_ZONE
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return cz;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -
    -		// family behavior index
    -		index = atoui(parts[0].c_str());
    -		if (index >= cz->familyBehaviors().size())
    -			return NULL;
    -		CFamilyBehavior *fb = cz->familyBehaviors()[index];
    -		if (searchType==CAIS::AI_FAMILY_BEHAVIOR
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -			return fb;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())
    -			return NULL;
    -
    -		// manager index
    -		if (parts[0] == "npc")
    -			mgr = fb->mgrNpc();
    -		else if (parts[0] == "fauna")
    -			mgr = fb->mgrFauna();
    -
    -		if (!mgr)
    -			return NULL;
    -
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -	else
    -	{
    -		// parse static id
    -
    -		// Manager index
    -		index = atoui(parts[0].c_str());
    -		if (index >= aii->managers().size())
    -			return NULL;
    -		mgr = aii->managers()[index];
    -		if (searchType==CAIS::AI_MANAGER
    -			|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1)
    -			|| mgr == NULL)
    -			return mgr;
    -
    -		parts.erase(parts.begin());
    -
    -
    -		// check
    -		if (parts.empty() || parts[0].empty())	return NULL;
    -	}
    -
    -	// group index
    -	index = atoui(parts[0].c_str());
    -	if (index >= mgr->groups().size())
    -		return NULL;
    -	grp = mgr->groups()[index];
    -	if (searchType==CAIS::AI_GROUP
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return grp;
    -
    -	parts.erase(parts.begin());
    -
    -	// check
    -	if (parts.empty() || parts[0].empty())	return NULL;
    -
    -	// bot index
    -	index = atoui(parts[0].c_str());
    -	if (index >= grp->bots().size())
    -		return NULL;
    -	bot = grp->bots()[index];
    -	if (searchType==CAIS::AI_BOT
    -		|| (searchType == CAIS::AI_UNDEFINED && parts.size() == 1))
    -		return bot;
    -
    -	// what ?
    -	return NULL;
    -
    -tryWithEntityId:
    -
    -	CEntityId	entityId;
    -	entityId.fromString(str);
    -
    -	if (entityId.isUnknownId())
    -		return	NULL;
    -
    -	CCont::iterator instanceIt=CAIS::instance().AIList().begin(), instanceItEnd=CAIS::instance().AIList().end();
    -
    -	while (instanceIt!=instanceItEnd)
    -	{
    -		CAIInstance	*instancePtr=*instanceIt;
    -
    -		CCont::iterator it=instancePtr->managers().begin(), itEnd=instancePtr->managers().end();
    -
    -		while (it!=itEnd)
    -		{
    -			CManager *mgrPtr	=	*it;
    -
    -			CGroup *grpPtr	=	mgrPtr->getNextValidGroupChild	();
    -			while (grpPtr)
    -			{
    -				CBot *botPtr	=	grpPtr->getNextValidBotChild();
    -				while (botPtr)
    -				{
    -					if	(	botPtr->isSpawned()
    -						&&	botPtr->getSpawnObj()->getEntityId() == entityId)
    -						return	dynamic_cast	(botPtr);
    -					botPtr	=	grpPtr->getNextValidBotChild	(botPtr);
    -				}
    -				grpPtr=mgrPtr->getNextValidGroupChild	(grpPtr);
    -			}
    -			++it;
    -		}
    -		++instanceIt;
    -	}
    -	return	NULL;
    -}
    -
    -
    -
    -
    -
    -
    -//--------------------------------------------------------------------------
    -// manageing the set of maps
    -//--------------------------------------------------------------------------
    -
    -CAIEntityPhysical	*CAIS::getEntityPhysical(const TDataSetRow&	row)
    -{
    -	CHashMap >::iterator	it(_CAIEntityByDataSetRow.find(row.getIndex()));
    -
    -	if	(it!=_CAIEntityByDataSetRow.end())
    -		return	(*it).second;
    -	else
    -		return	NULL;
    -//	the code below generates an error .. :( hu !
    -}
    -
    -
    -//-------------------------------------------------------------------
    -// Interface to bot chat - callbacks called when bots start or
    -// stop chatting with player(s)
    -//-------------------------------------------------------------------
    -
    -void	CAIS::beginBotChat(const TDataSetRow &bot,const TDataSetRow &player)
    -{
    -#ifdef NL_DEBUG
    -	/// Is this still true?
    -	nlwarning("Chat can't work now as bot are now splitted in persistent and spawnable part. Have to rework on this part.");
    -#endif
    -
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (plrPtr==NULL)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginBotChat(plrPtr);
    -}
    -
    -void	CAIS::endBotChat(const TDataSetRow &bot, const TDataSetRow &player)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// get a pointer to the player
    -	CBotPlayer*	plrPtr	=	dynamic_cast(CAIS::getEntityPhysical(player));
    -	if (!plrPtr)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an unknown player!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endBotChat(plrPtr);
    -}
    -
    -void	CAIS::beginDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::beginBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat
    -	botNpc->beginDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -void	CAIS::endDynChat(const TDataSetRow &bot)
    -{
    -	// get a pointer to the bot
    -	CSpawnBotNpc*	botNpc=dynamic_cast(CAIS::getEntityPhysical(bot));
    -	if (!botNpc)
    -	{
    -//		nlwarning("CAIS::endBotChat(): Bot chat message identifies an entity that isn't an NPC!!!");
    -		return;
    -	}
    -
    -	// have the bot register the chat end
    -	botNpc->endDynChat();
    -	nldebug( "DYNCHT: E%u: %u dyn chats", bot.getIndex(), botNpc->getNbActiveDynChats() );
    -}
    -
    -
    -void CAIPlaceXYR::display(CStringWriter	&stringWriter) const
    -{
    -	stringWriter.append("XYR: ("+_pos.x().toString()
    -		+" "
    -		+_pos.y().toString()
    -		+" "+toString(_pos.h())
    -		+") Radius "
    -		+toString(_radius)
    -		+" "
    -		+getName());
    -
    -//		nlinfo("XYR: (%s,%s,%d) x %f :%s",_pos.x().toString().c_str(),_pos.y().toString().c_str(),_pos.h(),_radius,getName().c_str());
    -}
    -
    -
    -void CAIS::warnBadInstanceMsgImp(const std::string &serviceName, TServiceId serviceId, CWarnBadInstanceMsgImp &msg)
    -{
    -	// EGS says that an instance is spoofing an instance number or using a bad static instance number/continent name association.
    -	// we must despawn/delete the aiinstance
    -
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if	((*it)->getInstanceNumber()!=msg.InstanceNumber)
    -			continue;
    -
    -		// ok, we found the bad guy !
    -		nlwarning("CAIS::warnBadInstanceMsgImp: despawning AIInstance %u, instance number %u, continent '%s'",
    -			(*it)->getChildIndex(), msg.InstanceNumber, (*it)->getContinentName().c_str());
    -		_AIInstances.removeChildByIndex((*it)->getChildIndex());
    -		return;
    -	}
    -
    -	// not found
    -	nlwarning("CAIS::warnBadInstanceMsgImp: can't find AIInstance with instance number %u ! Can't despawn it",	msg.InstanceNumber);
    -}
    -
    -void CAIS::updatePersistentVariables()
    -{
    -	if (CAIScriptDataManager::getInstance()->needsPersistentVarUpdate() == true)
    -	{
    -		// sending data to bs
    -		CPersistentDataRecord pdr("AiTokenFamily");
    -
    -		CAIScriptDataManager::getInstance()->getPersistentVariables().store(pdr);
    -
    -		uint32 bufSize= pdr.totalDataSize();
    -		vector buffer;
    -		buffer.resize(bufSize);
    -		pdr.toBuffer(&buffer[0],bufSize);
    -
    -		CBackupMsgSaveFile msg( CAIScriptDataManager::getInstance()->makePdrFileName(), CBackupMsgSaveFile::SaveFile, Bsi );
    -		msg.DataMsg.serialBuffer((uint8*)&buffer[0], bufSize);
    -
    -		Bsi.sendFile( msg );
    -		CAIScriptDataManager::getInstance()->clearDirtyFlag();
    -	}
    -}
    -
    -CAIInstance	*CAIS::getAIInstance(uint32 instanceNumber)
    -{
    -	FOREACH(it, CCont, _AIInstances)
    -	{
    -		if ((*it)->getInstanceNumber()==instanceNumber)
    -			return	*it;
    -	}
    -	return NULL;
    -}
    diff --git a/code/ryzom/server/src/sabrina/magic_action_hot_BACKUP_1309.cpp b/code/ryzom/server/src/sabrina/magic_action_hot_BACKUP_1309.cpp
    deleted file mode 100644
    index 3537f602d..000000000
    --- a/code/ryzom/server/src/sabrina/magic_action_hot_BACKUP_1309.cpp
    +++ /dev/null
    @@ -1,189 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    - 
    -
    -#include "stdpch.h"
    -#include "magic_action.h"
    -#include "magic_phrase.h"
    -#include "creature.h"
    -#include "character.h"
    -#include "phrase_utilities_functions.h"
    -#include "game_share/entity_structure/statistic.h"
    -#include "game_share/magic_fx.h"
    -#include "s_link_effect_hot.h"
    -
    -using namespace NLNET;
    -using namespace NLMISC;
    -using namespace RY_GAME_SHARE;
    -using namespace std;
    -
    -
    -
    -class CMagicActionHot : public IMagicAction
    -{
    -public:
    -	CMagicActionHot()
    -<<<<<<< HEAD
    -		:_HealChaScore1(0),_HealChaScore3(0),_HealChaScore2(0),_CostPerUpdate(0),_Power(0){}
    -=======
    -		:_HealHp(0),_HealSap(0),_HealSta(0),_CostPerUpdate(0),_Power(0){}
    ->>>>>>> ryzomcore
    -protected:
    -	virtual bool addBrick( const CStaticBrick & brick, CMagicPhrase * phrase, bool &effectEnd )
    -	{
    -		for ( uint i=0 ; iid())
    -			{
    -			case TBrickParam::MA_END:
    -				INFOLOG("MA_END Found: end of effect");
    -				effectEnd = true;
    -				return true;
    -				
    -			case TBrickParam::MA_HEAL:
    -<<<<<<< HEAD
    -				INFOLOG("MA_HEAL: %u %u %u",((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore1,((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore3,((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore2);
    -				_HealChaScore1 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore1;
    -				_HealChaScore3 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore3;
    -				_HealChaScore2 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore2;
    -=======
    -				INFOLOG("MA_HEAL: %u %u %u",((CSBrickParamMagicHeal *)brick.Params[i])->Hp,((CSBrickParamMagicHeal *)brick.Params[i])->Sap,((CSBrickParamMagicHeal *)brick.Params[i])->Sta);
    -				_HealHp = ((CSBrickParamMagicHeal *)brick.Params[i])->Hp;
    -				_HealSap = ((CSBrickParamMagicHeal *)brick.Params[i])->Sap;
    -				_HealSta = ((CSBrickParamMagicHeal *)brick.Params[i])->Sta;
    ->>>>>>> ryzomcore
    -				
    -			case TBrickParam::MA_LINK_COST:
    -				INFOLOG("MA_LINK_COST: %u",((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost);
    -				_CostPerUpdate = ((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost;
    -				break;
    -
    -			case TBrickParam::MA_LINK_POWER:
    -				INFOLOG("MA_LINK_POWER: %u",((CSBrickParamMagicLinkPower *)brick.Params[i])->Power);
    -				_Power = (uint8) ( ((CSBrickParamMagicLinkPower *)brick.Params[i])->Power );
    -				break;
    -				
    -			default:
    -				// unused param, can be useful in the phrase
    -				phrase->applyBrickParam( brick.Params[i] );
    -				break;
    -			}
    -		}
    -		///\todo nico: check if everything is set
    -		return true;
    -	}
    -	virtual bool validate(CMagicPhrase * phrase)
    -	{
    -		return PHRASE_UTILITIES::validateSpellTarget(phrase->getActor(),phrase->getTargets()[0],ACTNATURE::DEFENSIVE);
    -	}
    -	virtual void apply( CMagicPhrase * phrase, float successFactor,MBEHAV::CBehaviour & behav , bool isMad )
    -	{
    -		// behav.Spell.Resist = 0;
    -		//behav.Spell.KillingBlow = 0;
    -		behav.Spell.SpellIntensity = 5;
    -		CEntityBase* actor = CEntityBaseManager::getEntityBasePtr( phrase->getActor() );
    -		if (!actor)
    -			return;
    -		if ( successFactor <= 0.0f )
    -		{
    -			if ( actor->getId().getType() == RYZOMID::player )
    -				CCharacter::sendMessageToClient( actor->getId(),"MAGIC_TOTAL_MISS" );
    -		}
    -		
    -		/// apply success factor
    -		
    -		const std::vector< TDataSetRow > & targets = phrase->getTargets();
    -
    -		SCORES::TScores linkEnergy;
    -<<<<<<< HEAD
    -		if ( phrase->getChaScore1Cost() > 0 )
    -		{
    -			linkEnergy = SCORES::cha_score1;
    -		}
    -		else
    -			linkEnergy = SCORES::cha_score3;
    -=======
    -		if ( phrase->getHPCost() > 0 )
    -		{
    -			linkEnergy = SCORES::hit_points;
    -		}
    -		else
    -			linkEnergy = SCORES::sap;
    ->>>>>>> ryzomcore
    -
    -		for ( uint i = 0; i < targets.size(); i++ )
    -		{
    -			// check target
    -			CEntityBase* target = CEntityBaseManager::getEntityBasePtr( targets[i] );
    -			if ( !target)
    -				continue;
    -
    -			/// someone can only have 1 effect of a given type on a creature
    -			const std::vector< CSEffect* > & effects = target->getSEffects();
    -			for (uint j = 0; j < effects.size(); j++ )
    -			{
    -				if ( effects[j]->getFamily() == EFFECT_FAMILIES::Hot && effects[j]->getCreatorRowId() == phrase->getActor( ) )
    -				{
    -					return;
    -				}
    -			}		
    -			if (  isMad || PHRASE_UTILITIES::validateSpellTarget(actor->getEntityRowId(),target->getEntityRowId(),ACTNATURE::DEFENSIVE) )
    -			{
    -				CSLinkEffectHot* hot = new CSLinkEffectHot( phrase->getActor(),
    -					targets[i],
    -					_CostPerUpdate,
    -					linkEnergy,
    -					_Skill,
    -					_Power,
    -<<<<<<< HEAD
    -					uint32(_HealChaScore1 * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealChaScore3 * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealChaScore2 * successFactor* CSLinkEffect::getUpdatePeriod()) );
    -=======
    -					uint32(_HealHp * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealSap * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealSta * successFactor* CSLinkEffect::getUpdatePeriod()) );
    ->>>>>>> ryzomcore
    -				
    -				actor->addLink( hot );
    -				target->addSabrinaEffect( hot );
    -
    -
    -<<<<<<< HEAD
    -				behav.Spell.SpellId =  MAGICFX::healtoMagicFx( _HealChaScore1,_HealChaScore3,_HealChaScore2,true );
    -			}
    -		}
    -	}
    -	sint32					_HealChaScore1;
    -	sint32					_HealChaScore3;
    -	sint32					_HealChaScore2;
    -=======
    -				behav.Spell.SpellId =  MAGICFX::healtoMagicFx( _HealHp,_HealSap,_HealSta,true );
    -			}
    -		}
    -	}
    -	sint32					_HealHp;
    -	sint32					_HealSap;
    -	sint32					_HealSta;
    ->>>>>>> ryzomcore
    -	uint					_CostPerUpdate;
    -	uint8					_Power;
    -};
    -
    -BEGIN_MAGIC_ACTION_FACTORY(CMagicActionHot)
    -	ADD_MAGIC_ACTION_TYPE( "mlc" )	
    -END_MAGIC_ACTION_FACTORY(CMagicActionHot)
    diff --git a/code/ryzom/server/src/sabrina/magic_action_hot_BASE_1309.cpp b/code/ryzom/server/src/sabrina/magic_action_hot_BASE_1309.cpp
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/ryzom/server/src/sabrina/magic_action_hot_LOCAL_1309.cpp b/code/ryzom/server/src/sabrina/magic_action_hot_LOCAL_1309.cpp
    deleted file mode 100644
    index d009aef7a..000000000
    --- a/code/ryzom/server/src/sabrina/magic_action_hot_LOCAL_1309.cpp
    +++ /dev/null
    @@ -1,153 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    - 
    -
    -#include "stdpch.h"
    -#include "magic_action.h"
    -#include "magic_phrase.h"
    -#include "creature.h"
    -#include "character.h"
    -#include "phrase_utilities_functions.h"
    -#include "game_share/entity_structure/statistic.h"
    -#include "game_share/magic_fx.h"
    -#include "s_link_effect_hot.h"
    -
    -using namespace NLNET;
    -using namespace NLMISC;
    -using namespace RY_GAME_SHARE;
    -using namespace std;
    -
    -
    -
    -class CMagicActionHot : public IMagicAction
    -{
    -public:
    -	CMagicActionHot()
    -		:_HealChaScore1(0),_HealChaScore3(0),_HealChaScore2(0),_CostPerUpdate(0),_Power(0){}
    -protected:
    -	virtual bool addBrick( const CStaticBrick & brick, CMagicPhrase * phrase, bool &effectEnd )
    -	{
    -		for ( uint i=0 ; iid())
    -			{
    -			case TBrickParam::MA_END:
    -				INFOLOG("MA_END Found: end of effect");
    -				effectEnd = true;
    -				return true;
    -				
    -			case TBrickParam::MA_HEAL:
    -				INFOLOG("MA_HEAL: %u %u %u",((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore1,((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore3,((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore2);
    -				_HealChaScore1 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore1;
    -				_HealChaScore3 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore3;
    -				_HealChaScore2 = ((CSBrickParamMagicHeal *)brick.Params[i])->ChaScore2;
    -				
    -			case TBrickParam::MA_LINK_COST:
    -				INFOLOG("MA_LINK_COST: %u",((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost);
    -				_CostPerUpdate = ((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost;
    -				break;
    -
    -			case TBrickParam::MA_LINK_POWER:
    -				INFOLOG("MA_LINK_POWER: %u",((CSBrickParamMagicLinkPower *)brick.Params[i])->Power);
    -				_Power = (uint8) ( ((CSBrickParamMagicLinkPower *)brick.Params[i])->Power );
    -				break;
    -				
    -			default:
    -				// unused param, can be useful in the phrase
    -				phrase->applyBrickParam( brick.Params[i] );
    -				break;
    -			}
    -		}
    -		///\todo nico: check if everything is set
    -		return true;
    -	}
    -	virtual bool validate(CMagicPhrase * phrase)
    -	{
    -		return PHRASE_UTILITIES::validateSpellTarget(phrase->getActor(),phrase->getTargets()[0],ACTNATURE::DEFENSIVE);
    -	}
    -	virtual void apply( CMagicPhrase * phrase, float successFactor,MBEHAV::CBehaviour & behav , bool isMad )
    -	{
    -		// behav.Spell.Resist = 0;
    -		//behav.Spell.KillingBlow = 0;
    -		behav.Spell.SpellIntensity = 5;
    -		CEntityBase* actor = CEntityBaseManager::getEntityBasePtr( phrase->getActor() );
    -		if (!actor)
    -			return;
    -		if ( successFactor <= 0.0f )
    -		{
    -			if ( actor->getId().getType() == RYZOMID::player )
    -				CCharacter::sendMessageToClient( actor->getId(),"MAGIC_TOTAL_MISS" );
    -		}
    -		
    -		/// apply success factor
    -		
    -		const std::vector< TDataSetRow > & targets = phrase->getTargets();
    -
    -		SCORES::TScores linkEnergy;
    -		if ( phrase->getChaScore1Cost() > 0 )
    -		{
    -			linkEnergy = SCORES::cha_score1;
    -		}
    -		else
    -			linkEnergy = SCORES::cha_score3;
    -
    -		for ( uint i = 0; i < targets.size(); i++ )
    -		{
    -			// check target
    -			CEntityBase* target = CEntityBaseManager::getEntityBasePtr( targets[i] );
    -			if ( !target)
    -				continue;
    -
    -			/// someone can only have 1 effect of a given type on a creature
    -			const std::vector< CSEffect* > & effects = target->getSEffects();
    -			for (uint j = 0; j < effects.size(); j++ )
    -			{
    -				if ( effects[j]->getFamily() == EFFECT_FAMILIES::Hot && effects[j]->getCreatorRowId() == phrase->getActor( ) )
    -				{
    -					return;
    -				}
    -			}		
    -			if (  isMad || PHRASE_UTILITIES::validateSpellTarget(actor->getEntityRowId(),target->getEntityRowId(),ACTNATURE::DEFENSIVE) )
    -			{
    -				CSLinkEffectHot* hot = new CSLinkEffectHot( phrase->getActor(),
    -					targets[i],
    -					_CostPerUpdate,
    -					linkEnergy,
    -					_Skill,
    -					_Power,
    -					uint32(_HealChaScore1 * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealChaScore3 * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealChaScore2 * successFactor* CSLinkEffect::getUpdatePeriod()) );
    -				
    -				actor->addLink( hot );
    -				target->addSabrinaEffect( hot );
    -
    -
    -				behav.Spell.SpellId =  MAGICFX::healtoMagicFx( _HealChaScore1,_HealChaScore3,_HealChaScore2,true );
    -			}
    -		}
    -	}
    -	sint32					_HealChaScore1;
    -	sint32					_HealChaScore3;
    -	sint32					_HealChaScore2;
    -	uint					_CostPerUpdate;
    -	uint8					_Power;
    -};
    -
    -BEGIN_MAGIC_ACTION_FACTORY(CMagicActionHot)
    -	ADD_MAGIC_ACTION_TYPE( "mlc" )	
    -END_MAGIC_ACTION_FACTORY(CMagicActionHot)
    diff --git a/code/ryzom/server/src/sabrina/magic_action_hot_REMOTE_1309.cpp b/code/ryzom/server/src/sabrina/magic_action_hot_REMOTE_1309.cpp
    deleted file mode 100644
    index 1f11e64c6..000000000
    --- a/code/ryzom/server/src/sabrina/magic_action_hot_REMOTE_1309.cpp
    +++ /dev/null
    @@ -1,153 +0,0 @@
    -// Ryzom - MMORPG Framework 
    -// Copyright (C) 2010  Winch Gate Property Limited
    -//
    -// This program is free software: you can redistribute it and/or modify
    -// it under the terms of the GNU Affero General Public License as
    -// published by the Free Software Foundation, either version 3 of the
    -// License, or (at your option) any later version.
    -//
    -// This program is distributed in the hope that it will be useful,
    -// but WITHOUT ANY WARRANTY; without even the implied warranty of
    -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    -// GNU Affero General Public License for more details.
    -//
    -// You should have received a copy of the GNU Affero General Public License
    -// along with this program.  If not, see .
    -
    - 
    -
    -#include "stdpch.h"
    -#include "magic_action.h"
    -#include "magic_phrase.h"
    -#include "creature.h"
    -#include "character.h"
    -#include "phrase_utilities_functions.h"
    -#include "game_share/entity_structure/statistic.h"
    -#include "game_share/magic_fx.h"
    -#include "s_link_effect_hot.h"
    -
    -using namespace NLNET;
    -using namespace NLMISC;
    -using namespace RY_GAME_SHARE;
    -using namespace std;
    -
    -
    -
    -class CMagicActionHot : public IMagicAction
    -{
    -public:
    -	CMagicActionHot()
    -		:_HealHp(0),_HealSap(0),_HealSta(0),_CostPerUpdate(0),_Power(0){}
    -protected:
    -	virtual bool addBrick( const CStaticBrick & brick, CMagicPhrase * phrase, bool &effectEnd )
    -	{
    -		for ( uint i=0 ; iid())
    -			{
    -			case TBrickParam::MA_END:
    -				INFOLOG("MA_END Found: end of effect");
    -				effectEnd = true;
    -				return true;
    -				
    -			case TBrickParam::MA_HEAL:
    -				INFOLOG("MA_HEAL: %u %u %u",((CSBrickParamMagicHeal *)brick.Params[i])->Hp,((CSBrickParamMagicHeal *)brick.Params[i])->Sap,((CSBrickParamMagicHeal *)brick.Params[i])->Sta);
    -				_HealHp = ((CSBrickParamMagicHeal *)brick.Params[i])->Hp;
    -				_HealSap = ((CSBrickParamMagicHeal *)brick.Params[i])->Sap;
    -				_HealSta = ((CSBrickParamMagicHeal *)brick.Params[i])->Sta;
    -				
    -			case TBrickParam::MA_LINK_COST:
    -				INFOLOG("MA_LINK_COST: %u",((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost);
    -				_CostPerUpdate = ((CSBrickParamMagicLinkCost *)brick.Params[i])->Cost;
    -				break;
    -
    -			case TBrickParam::MA_LINK_POWER:
    -				INFOLOG("MA_LINK_POWER: %u",((CSBrickParamMagicLinkPower *)brick.Params[i])->Power);
    -				_Power = (uint8) ( ((CSBrickParamMagicLinkPower *)brick.Params[i])->Power );
    -				break;
    -				
    -			default:
    -				// unused param, can be useful in the phrase
    -				phrase->applyBrickParam( brick.Params[i] );
    -				break;
    -			}
    -		}
    -		///\todo nico: check if everything is set
    -		return true;
    -	}
    -	virtual bool validate(CMagicPhrase * phrase)
    -	{
    -		return PHRASE_UTILITIES::validateSpellTarget(phrase->getActor(),phrase->getTargets()[0],ACTNATURE::DEFENSIVE);
    -	}
    -	virtual void apply( CMagicPhrase * phrase, float successFactor,MBEHAV::CBehaviour & behav , bool isMad )
    -	{
    -		// behav.Spell.Resist = 0;
    -		//behav.Spell.KillingBlow = 0;
    -		behav.Spell.SpellIntensity = 5;
    -		CEntityBase* actor = CEntityBaseManager::getEntityBasePtr( phrase->getActor() );
    -		if (!actor)
    -			return;
    -		if ( successFactor <= 0.0f )
    -		{
    -			if ( actor->getId().getType() == RYZOMID::player )
    -				CCharacter::sendMessageToClient( actor->getId(),"MAGIC_TOTAL_MISS" );
    -		}
    -		
    -		/// apply success factor
    -		
    -		const std::vector< TDataSetRow > & targets = phrase->getTargets();
    -
    -		SCORES::TScores linkEnergy;
    -		if ( phrase->getHPCost() > 0 )
    -		{
    -			linkEnergy = SCORES::hit_points;
    -		}
    -		else
    -			linkEnergy = SCORES::sap;
    -
    -		for ( uint i = 0; i < targets.size(); i++ )
    -		{
    -			// check target
    -			CEntityBase* target = CEntityBaseManager::getEntityBasePtr( targets[i] );
    -			if ( !target)
    -				continue;
    -
    -			/// someone can only have 1 effect of a given type on a creature
    -			const std::vector< CSEffect* > & effects = target->getSEffects();
    -			for (uint j = 0; j < effects.size(); j++ )
    -			{
    -				if ( effects[j]->getFamily() == EFFECT_FAMILIES::Hot && effects[j]->getCreatorRowId() == phrase->getActor( ) )
    -				{
    -					return;
    -				}
    -			}		
    -			if (  isMad || PHRASE_UTILITIES::validateSpellTarget(actor->getEntityRowId(),target->getEntityRowId(),ACTNATURE::DEFENSIVE) )
    -			{
    -				CSLinkEffectHot* hot = new CSLinkEffectHot( phrase->getActor(),
    -					targets[i],
    -					_CostPerUpdate,
    -					linkEnergy,
    -					_Skill,
    -					_Power,
    -					uint32(_HealHp * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealSap * successFactor* CSLinkEffect::getUpdatePeriod()),
    -					uint32(_HealSta * successFactor* CSLinkEffect::getUpdatePeriod()) );
    -				
    -				actor->addLink( hot );
    -				target->addSabrinaEffect( hot );
    -
    -
    -				behav.Spell.SpellId =  MAGICFX::healtoMagicFx( _HealHp,_HealSap,_HealSta,true );
    -			}
    -		}
    -	}
    -	sint32					_HealHp;
    -	sint32					_HealSap;
    -	sint32					_HealSta;
    -	uint					_CostPerUpdate;
    -	uint8					_Power;
    -};
    -
    -BEGIN_MAGIC_ACTION_FACTORY(CMagicActionHot)
    -	ADD_MAGIC_ACTION_TYPE( "mlc" )	
    -END_MAGIC_ACTION_FACTORY(CMagicActionHot)
    diff --git a/code/ryzom/tools/translation/translated/item_words_en_BACKUP_4154.txt b/code/ryzom/tools/translation/translated/item_words_en_BACKUP_4154.txt
    deleted file mode 100644
    index b88aa9ed8..000000000
    --- a/code/ryzom/tools/translation/translated/item_words_en_BACKUP_4154.txt
    +++ /dev/null
    @@ -1,6890 +0,0 @@
    -*HASH_VALUE	item ID	name	ia	da	p	pia	pda	description
    -_108DDB88207D7D6F	barman_bottle	Barman's Bottle	a	the	Barman's Bottles	\d	the	
    -_719D75E0E9F8F0D4	big_barrel	Big Barrel	a	the	Big Barrels	\d	the	
    -_AAF8AD76E06BA817	big_living_sculpture	Big Living Sculpture	a	the	Big Living Sculptures	\d	the	
    -_C53473989DD18D60	black_medicine	Black Medicine	a	the	Black Medicines	\d	the	
    -_095D69BC15982000	blood_vial	Blood Vial	a	the	Blood Vials	\d	the	
    -_992FA17CC3622A69	blue_medicine	Blue Medicine	a	the	Blue Medicines	\d	the	
    -_387B063C978B2F9A	botanist_letter	Botanist's Letter	a	the	Botanist's Letters	\d	the	
    -_94281F5594E74586	botanist_vial	Botanist's Vial	a	the	Botanist's Vials	\d	the	
    -_6E7AE080AAA7CCAD	bottle	Bottle	a	the	Bottles	\d	the	
    -_29FA4C81EB47209E	casket	Casket	a	the	Caskets	\d	the	
    -_BB42F36FBADA4FB3	crystalized_spell	Crystalized Spell	a	the	Crystallized Spells	\d	the	
    -_5C103D85258D1E61	cure_expert_letter	Cure Expert's Letter	a	the	Cure Expert's Letters	\d	the	
    -_265C8F99DC8713A2	fv_arrowhead	Strange Arrowhead	a	the	Strange Arrowheads	\d	the	
    -_C4ED4DA60E405F1D	fv_seal1	Miner's Seal	a	the	Miner's Seals	\d	the	
    -_A7688EB001F4C3B6	fy_cheveux_long01	Fyros Long Haircut	a	the	Fyros Long Hairs	\d	the	
    -_C9AE97CCA6393608	fy_cheveux_medium01	Fyros Medium Haircut	a	the	Fyros Medium Haircuts	\d	the	
    -_444DFF215179DB83	fy_cheveux_shave01	Fyros Shaved Haircut	a	the	Fyros Shaved Haircuts	\d	the	
    -_2B15C615EDDA8EDA	fy_cheveux_short01	Fyros Short Haircut	a	the	Fyros Short Haircuts	\d	the	
    -_877F6110998470D1	fy_visage	Fyros Mask	a	the	Fyros Masks	\d	the	
    -_B961ACE6A4CCEFFF	goo_swarmplants_fiber	Goo Shooki Fiber	some	the	Goo Shooki Fibers	\d	the	
    -_35683D7993C78D1E	goo_swarmplants_fruit	Piece of Goo Shooki Fruit	a	the	Pieces of Goo Shooki Fruit	\d	the	
    -_D983739BF7A2F020	goo_vampignon_fungus	Goo Vampignon Fungus	a	the	Goo Vampignon Fungi	\d	the	
    -_7CA21DC266832C54	goo_varinx_blood	Phial of Goo Varinx Blood	a	the	Phials of Goo Varinx Blood	\d	the	
    -_DDE22C9F40DC38D2	goo_yber_sticky_glands	Goo Yber Sticky Gland	a	the	Goo Yber Sticky Glands	\d	the	
    -_DFBEF850F4144EB3	green_liquid_vial	Nexus Crystal	a	the	Nexus Crystals	\d	the	
    -_C7E4ABA61E218D66	green_medicine	Green Medicine	a	the	Green Medicines	\d	the	
    -_C035657CDDA3C54C	guard_scroll	Guard's Scroll	a	the	Guard's Scrolls	\d	the	
    -_FE92D2ABBEF726B8	heavy_armors_acreditation	Heavy Armor Accreditation	a	the	Heavy Armor Accreditations	\d	the	
    -_7BFC81067891490A	heavy_conch	Heavy Conch	a	the	Heavy Conchs	\d	the	
    -_8B31326A3B23E66B	heavy_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_E938348C4558587C	iccm1bm	Mace	a	the	Maces	\d	the	Mace
    -_E5F930951F9AC05E	iccm1bs	Staff	a	the	Staffs	\d	the	Staff
    -_9E18DC15602A786B	iccm1pd	Dagger	a	the	Daggers	\d	the	Dagger
    -_2768FC7B5E9AF45A	iccm1ps	Spear	a	the	Spears	\d	the	Spear
    -_EBB95CBE16B7C77A	iccm1sa	Axe	an	the	Axes	\d	the	Axe
    -_EBCA74981F9AFC68	iccm1ss	Sword	a	the	Swords	\d	the	Sword
    -_2F3E1221B70D1897	iccm2bm	Long Mace	a	the	Long Maces	\d	the	Long Mace
    -_E93894A4C889907D	iccm2pp	Pike	a	the	Pikes	\d	the	Pike
    -_5ACE81FC868EE997	iccm2sa	Long Axe	a	the	Long Axes	\d	the	Long Axe
    -_0974C96A2EDF5D2C	iccm2ss	Long Sword	a	the	Long Swords	\d	the	Long Sword
    -_73404E493DF80D8A	iccp1bb	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo
    -_74B03E48FCE9E986	iccp1bp	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo
    -_73304E49FD09098A	iccp1bs	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo
    -_0DAD62FD2122F9CF	iccp1gb	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo
    -_4B1D52F36103F9C5	iccp1gp	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo
    -_0DAD5AFC2133F9CF	iccp1gs	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo
    -_B1485A2A8BD9FE48	iccp1pb	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo
    -_B1A83E318A1AF248	iccp1pp	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo
    -_B1485A2A0BDAFE48	iccp1ps	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo
    -_C8858CA7C752A745	iccp2ab	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo
    -_C8C57C9F4563A739	iccp2ap	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo
    -_C88588A7C763A344	iccp2as	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo
    -_EC122DC0AB2E8ED4	iccp2bb	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo
    -_EB221DBD69AF9ACF	iccp2bp	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo
    -_AC1229C0AB3F8ED3	iccp2bs	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo
    -_679181B8EDBF72D0	iccp2lb	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo
    -_66A171B5AB407ECB	iccp2lp	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo
    -_27917DB8EDD072CF	iccp2ls	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo
    -_12A1C8C24D030CB4	iccp2rb	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo
    -_1171B4BC0E94ECB5	iccp2rp	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo
    -_D2A1C8C24D0408B4	iccp2rs	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo
    -_3F8F7D75C1BEC1F0	iccr1b	Bowpistol	a	the	Bowpistols	\d	the	Bowpistol
    -_2E689894EBB81474	iccr1p	Pistol	a	the	Pistols	\d	the	Pistol
    -_A14CDFFCC7C22A51	iccr2a	Autolauncher	an	the	Autolaunchers	\d	the	Autolauncher
    -_C6BD492B6CF411E9	iccr2b	Bowrifle	a	the	Bowrifles	\d	the	Bowrifle
    -_459D5D20E7D491D9	iccr2l	Launcher	a	the	Launchers	\d	the	Launcher
    -_68B87C8A1F37E07E	iccr2r	Rifle	a	the	Rifles	\d	the	Rifle
    -_E2187DEF28BAFCA4	iccsb	Buckler	a	the	Bucklers	\d	the	Buckler
    -_A958309BA2696CB0	iccss	Shield	a	the	Shields	\d	the	Shield
    -_32A79FC666529B4E	icfahb	Kostom Boots	\d	the	Kostom Boots	\d	the	Fyros Heavy Boots
    -_4314D81D5EBF5A4C	icfahg	Kostom Gloves	\d	the	Kostom Gloves	\d	the	Fyros Heavy Gloves
    -_607F44F713B2B5A8	icfahh	Kostom Helmet	a	the	Kostom Helmets	\d	the	Fyros Heavy Helmet
    -_B2196309DE04DD5E	icfahp	Kostom Pants	\d	the	Kostom Pants	\d	the	Fyros Heavy Pants
    -_C781C4C6A454E328	icfahs	Kostom Sleeves	\d	the	Kostom Sleeves	\d	the	Fyros Heavy Sleeves
    -_A93B0E2063AC6933	icfahv	Kostom Vest	a	the	Kostom Vests	\d	the	Fyros Heavy Vest
    -_50C8EFA6D8AFBE63	icfalb	Hoben Boots	\d	the	Hoben Boots	\d	the	Fyros Light Boots
    -_8D573B86A948DFA6	icfalg	Hoben Gloves	\d	the	Hoben Gloves	\d	the	Fyros Light Gloves
    -_D4C8EB985C9FBA63	icfalp	Hoben Pants	\d	the	Hoben Pants	\d	the	Fyros Light Pants
    -_DF27805BA638D353	icfals	Hoben Sleeves	\d	the	Hoben Sleeves	\d	the	Fyros Light Sleeves
    -_8A117EC1CFB43963	icfalv	Hoben Vest	a	the	Hoben Vests	\d	the	Fyros Light Vest
    -_D1371B8D52C4EAD8	icfamb	Rilon Boots	\d	the	Rilon Boots	\d	the	Fyros Medium Boots
    -_0D05EEE7C3B9179C	icfamg	Rilon Gloves	\d	the	Rilon Gloves	\d	the	Fyros Medium Gloves
    -_5527E39B52B4E6D8	icfamp	Rilon Pants	\d	the	Rilon Pants	\d	the	Fyros Medium Pants
    -_13D29C71A399F33B	icfams	Rilon Sleeves	\d	the	Rilon Sleeves	\d	the	Fyros Medium Sleeves
    -_CA2892BE0C92566F	icfamv	Rilon Vest	a	the	Rilon Vests	\d	the	Fyros Medium Vest
    -_BEFA4612DF175275	icfja	Fyros Anklet	a	the	Fyros Anklets	\d	the	Fyros Anklet
    -_AC38EBF788DA77B7	icfjb	Fyros Bracelet	a	the	Fyros Bracelets	\d	the	Fyros Bracelet
    -_01FA46FDDF97DA69	icfjd	Fyros Diadem	a	the	Fyros Diadems	\d	the	Fyros Diadem
    -_A107DB0C1DB5B207	icfje	Fyros Earring	a	the	Fyros Earrings	\d	the	Fyros Earring
    -_A8D8EFF697D3DE21	icfjp	Fyros Pendant	a	the	Fyros Pendants	\d	the	Fyros Pendant
    -_F661163A7E4C352A	icfjr	Fyros Ring	a	the	Fyros Rings	\d	the	Fyros Ring
    -_00BC9F29CC7D7967	icfm1bm	Masson Mace	a	the	Masson Maces	\d	the	One-handed Fyros Mace
    -_D7CEEF3B67555128	icfm1bs	Talus Staff	a	the	Talus Staffs	\d	the	One-handed Fyros Staff
    -_61D14A716CB95A10	icfm1pd	Jab Dagger	a	the	Jab Daggers	\d	the	One-handed Fyros Dagger
    -_402BAC2E121563C6	icfm1ps	Kronk Spear	a	the	Kronk Spears	\d	the	One-handed Fyros Spear
    -_6CD86B0094928DED	icfm1sa	Cleven Axe	a	the	Cleven Axes	\d	the	One-handed Fyros Axe
    -_F40879DA13349871	icfm1sab	Burning Cleven Axe	a	the	Burning Clevens Axes	\d	the	One-handed Burning Axe
    -_976393F6AA5CC628	icfm1ss	Blam Sword	a	the	Blam Swords	\d	the	One-handed Fyros Sword
    -_48E27FEEF1C9F652	icfm2bm	Hamp Mace	a	the	Hamp Maces	\d	the	Two-handed Fyros Long Mace
    -_FECB774898D1BD66	icfm2pp	Punnel Pike	a	the	Punnel Pikes	\d	the	Two-handed Fyros Pike
    -_45B90F5A6779EBB9	icfm2sa	Retch Axe	a	the	Retch Axes	\d	the	Two-handed Fyros Long Axe
    -_062D49E95FA5177F	icfm2sab	Burning Retch Axe	a	the	Burning Retches Axes	\d	the	Two-handed Burning Long Axe
    -_7E326F5C7A98C725	icfm2ss	Stavon Sword	a	the	Stavons Swords	\d	the	Two-handed Fyros Long Sword
    -_E30EF804BF075EE8	icfm2ssb	Burning Stavon Sword	a	the	Burning Stavons Swords	\d	the	Two-handed Burning Long Sword
    -_38E6FF8C1FFCD3E1	icfp1bb	Kolton Smashing Ammo	\d	the	Kolton Smashing Ammo	\d	the	Fyros Bowpistol Smashing Ammo
    -_38F6F3981C4DD3E1	icfp1bp	Kolton Piercing Ammo	\d	the	Kolton Piercing Ammo	\d	the	Fyros Bowpistol Piercing Ammo
    -_38E6FF8C5F0DD3E1	icfp1bs	Kolton Slashing Ammo	\d	the	Kolton Slashing Ammo	\d	the	Fyros Bowpistol Slashing Ammo
    -_92F29A201B96BF73	icfp1gb	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo
    -_91C2861ADC279F74	icfp1gp	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo
    -_52F29A201B97BB73	icfp1gs	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo
    -_3689F8F069D4F12C	icfp1pb	Rimel Smashing Ammo	\d	the	Rimel Smashing Ammo	\d	the	Fyros Pistol Smashing Ammo
    -_3749D8EA2AB5C128	icfp1pp	Rimel Piercing Ammo	\d	the	Rimel Piercing Ammo	\d	the	Fyros Pistol Piercing Ammo
    -_3679F8F069D5ED2C	icfp1ps	Rimel Slashing Ammo	\d	the	Rimel Slashing Ammo	\d	the	Fyros Pistol Slashing Ammo
    -_4D44AA4EE881C952	icfp2ab	Fraser Smashing Ammo	\d	the	Fraser Smashing Ammo	\d	the	Fyros Autolauncher Smashing Ammo
    -_4E649656E602B551	icfp2ap	Fraser Piercing Ammo	\d	the	Fraser Piercing Ammo	\d	the	Fyros Autolauncher Piercing Ammo
    -_4D34AA4E6892C952	icfp2as	Fraser Slashing Ammo	\d	the	Fraser Slashing Ammo	\d	the	Fyros Autolauncher Slashing Ammo
    -_A16603BCFA63F9F2	icfp2bb	Strabus Smashing Ammo	\d	the	Strabus Smashing Ammo	\d	the	Fyros Bowrifle Smashing Ammo
    -_DD8613B17A44F9ED	icfp2bp	Strabus Piercing Ammo	\d	the	Strabus Piercing Ammo	\d	the	Fyros Bowrifle Piercing Ammo
    -_A166FFBAFA74F9F2	icfp2bs	Strabus Slashing Ammo	\d	the	Strabus Slashing Ammo	\d	the	Fyros Bowrifle Slashing Ammo
    -_36CF579E228F73A1	icfp2lb	Brazer Smashing Ammo	\d	the	Brazer Smashing Ammo	\d	the	Fyros Launcher Smashing Ammo
    -_362F3BA521D067A1	icfp2lp	Brazer Piercing Ammo	\d	the	Brazer Piercing Ammo	\d	the	Fyros Launcher Piercing Ammo
    -_36CF579EA29073A1	icfp2ls	Brazer Slashing Ammo	\d	the	Brazer Slashing Ammo	\d	the	Fyros Launcher Slashing Ammo
    -_C82C361752D999EA	icfp2rb	Strammel Smashing Ammo	\d	the	Strammel Smashing Ammo	\d	the	Fyros Rifle Smashing Ammo
    -_87EC2218513A95E9	icfp2rp	Strammel Piercing Ammo	\d	the	Strammel Piercing Ammo	\d	the	Fyros Rifle Piercing Ammo
    -_882C321712EA99EA	icfp2rs	Strammel Slashing Ammo	\d	the	Strammel Slashing Ammo	\d	the	Fyros Rifle Slashing Ammo
    -_38049C717BD24862	icfr1b	Kolton Bowpistol	a	the	Kolton Bowpistols	\d	the	One-handed Fyros Bowpistol
    -_0A01FCFF5BB8F254	icfr1p	Rimel Pistol	a	the	Rimel Pistols	\d	the	One-handed Fyros Pistol
    -_FE719E3EC7488020	icfr2a	Fraser Autolauncher	a	the	Fraser Autolaunchers	\d	the	Two-handed Fyros Autolauncher
    -_B7F478CC81461B4C	icfr2b	Strabus Bowrifle	a	the	Strabus Bowrifles	\d	the	Two-handed Fyros Bowrifle
    -_5D99216553EB56C1	icfr2l	Brazer Launcher	a	the	Brazer Launchers	\d	the	Two-handed Fyros Launcher
    -_F00FB25577FC6897	icfr2r	Strammel Rifle	a	the	Strammel Rifles	\d	the	Two-handed Fyros Rifle
    -_08687AF462A2B649	icfsb	Blok Buckler	a	the	Blok Bucklers	\d	the	Fyros Buckler
    -_DC11AF8EDBB6C247	icfss	Stok Shield	a	the	Stok Shields	\d	the	Fyros Shield
    -_91C8FBC059F0FA55	icmahb	Parok Boots	\d	the	Parok Boots	\d	the	Matis Heavy Boots
    -_8C678BA065AAE39E	icmahg	Parok Gloves	\d	the	Parok Gloves	\d	the	Matis Heavy Gloves
    -_034ACE0478D63F7C	icmahh	Parok Helmet	a	the	Parok Helmets	\d	the	Matis Heavy Helmet
    -_15C8F7B2DDE0F655	icmahp	Parok Pants	\d	the	Parok Pants	\d	the	Matis Heavy Pants
    -_1EA704536679C34F	icmahs	Parok Sleeves	\d	the	Parok Sleeves	\d	the	Matis Heavy Sleeves
    -_076196CACE36E96E	icmahv	Parok Vest	a	the	Parok Vests	\d	the	Matis Heavy Vest
    -_56F08BA296628E2F	icmalb	Wiva Boots	\d	the	Wiva Boots	\d	the	Matis Light Boots
    -_E3E6A6B3D96032E8	icmalg	Wiva Gloves	\d	the	Wiva Gloves	\d	the	Matis Light Gloves
    -_9A10C3A25682FA21	icmalp	Wiva Pants	\d	the	Wiva Pants	\d	the	Matis Light Pants
    -_A3FF4BA8048837DF	icmals	Wiva Sleeves	\d	the	Wiva Sleeves	\d	the	Matis Light Sleeves
    -_41F36E5D8A536576	icmalv	Wiva Vest	a	the	Wiva Vests	\d	the	Matis Light Vest
    -_6D27BE0B6A39C74E	icmamb	Striva Boots	\d	the	Striva Boots	\d	the	Matis Medium Boots
    -_65CCDC63F067623D	icmamg	Striva Gloves	\d	the	Striva Gloves	\d	the	Matis Medium Gloves
    -_EA08BE0BEA796F4D	icmamp	Striva Pants	\d	the	Striva Pants	\d	the	Matis Medium Pants
    -_5623CC2E2B018A12	icmams	Striva Sleeves	\d	the	Striva Sleeves	\d	the	Matis Medium Sleeves
    -_604A3ABE67A73E6D	icmamv	Striva Vest	a	the	Striva Vests	\d	the	Matis Medium Vest
    -_BE6A46006294A675	icmja	Matis Anklet	a	the	Matis Anklets	\d	the	Matis Anklet
    -_2DC70FD9CB5993B1	icmjb	Matis Bracelet	a	the	Matis Bracelets	\d	the	Matis Bracelet
    -_016A46EB62142E69	icmjd	Matis Diadem	a	the	Matis Diadems	\d	the	Matis Diadem
    -_A117CBF05AA4CE07	icmje	Matis Earring	a	the	Matis Earrings	\d	the	Matis Earring
    -_A8E8DFDAD4C2FA21	icmjp	Matis Pendant	a	the	Matis Pendants	\d	the	Matis Pendant
    -_39503234FF6B590C	icmjr	Matis Ring	a	the	Matis Rings	\d	the	Matis Ring
    -_821D7F180FCD7968	icmm1bm	Bristo Mace	a	the	Bristo Maces	\d	the	One-handed Matis Mace
    -_F76D288DAB0840E4	icmm1bs	Battoni Staff	a	the	Battoni Staffs	\d	the	One-handed Matis Staff
    -_B87940B6DE2177D8	icmm1pd	Limmel Dagger	a	the	Limmel Daggers	\d	the	One-handed Matis Dagger
    -_02BCAC02D26663C6	icmm1ps	Palor Spear	a	the	Palor Spears	\d	the	One-handed Matis Spear
    -_11511B7DDA6742BA	icmm1sa	Haque Axe	a	the	Haque Axes	\d	the	One-handed Matis Axe
    -_BF3B0C4DD9656FC6	icmm1ss	Klyde Sword	a	the	Klyde Swords	\d	the	One-handed Matis Sword
    -_36AE3C381A28CEC5	icmm2bm	Gondo Mace	a	the	Gondo Maces	\d	the	Two-handed Matis Long Mace
    -_4B23029C59661A46	icmm2pp	Krop Pike	a	the	Krop Pikes	\d	the	Two-handed Matis Pike
    -_17D03FFCB85AEE25	icmm2sa	Klout Axe	a	the	Klout Axes	\d	the	Two-handed Matis Long Axe
    -_7DE18B4C7A98C70D	icmm2ss	Slathe Sword	a	the	Slathe Swords	\d	the	Two-handed Matis Long Sword
    -_E1D21CFC1C1E0282	icmp1bb	Riva Smashing Ammo	\d	the	Riva Smashing Ammo	\d	the	Matis Bowpistol Smashing Ammo
    -_DF721CF7DC9FEA87	icmp1bp	Riva Piercing Ammo	\d	the	Riva Piercing Ammo	\d	the	Matis Bowpistol Piercing Ammo
    -_61D21CFC1C2FFE82	icmp1bs	Riva Slashing Ammo	\d	the	Riva Slashing Ammo	\d	the	Matis Bowpistol Slashing Ammo
    -_92028A0A56265F7A	icmp1gb	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo
    -_91D2760417B73F7B	icmp1gp	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo
    -_52028A0A56275B7A	icmp1gs	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo
    -_2C68F5D6BF534123	icmp1pb	Maka Smashing Ammo	\d	the	Maka Smashing Ammo	\d	the	Matis Pistol Smashing Ammo
    -_E92805CDBF242D24	icmp1pp	Maka Piercing Ammo	\d	the	Maka Piercing Ammo	\d	the	Matis Pistol Piercing Ammo
    -_EC68F5D5BF643D23	icmp1ps	Maka Slashing Ammo	\d	the	Maka Slashing Ammo	\d	the	Matis Pistol Slashing Ammo
    -_0A11CBD52E4E8E43	icmp2ab	Morikov Smashing Ammo	\d	the	Morikov Smashing Ammo	\d	the	Matis Autolauncher Smashing Ammo
    -_C841CBCE2C1F9E3A	icmp2ap	Morikov Piercing Ammo	\d	the	Morikov Piercing Ammo	\d	the	Matis Autolauncher Piercing Ammo
    -_0A11C7D42E5F8E42	icmp2as	Morikov Slashing Ammo	\d	the	Morikov Slashing Ammo	\d	the	Matis Autolauncher Slashing Ammo
    -_1DE7B143C1EB2D06	icmp2bb	Polta Smashing Ammo	\d	the	Polta Smashing Ammo	\d	the	Matis Bowrifle Smashing Ammo
    -_5DE79D3D40BC21FF	icmp2bp	Polta Piercing Ammo	\d	the	Polta Piercing Ammo	\d	the	Matis Bowrifle Piercing Ammo
    -_1DE7B143C1EC2905	icmp2bs	Polta Slashing Ammo	\d	the	Polta Slashing Ammo	\d	the	Matis Bowrifle Slashing Ammo
    -_9A76A14245EB4504	icmp2lb	Vulca Smashing Ammo	\d	the	Vulca Smashing Ammo	\d	the	Matis Launcher Smashing Ammo
    -_DA768D3CC4BC39FD	icmp2lp	Vulca Piercing Ammo	\d	the	Vulca Piercing Ammo	\d	the	Matis Launcher Piercing Ammo
    -_9A76A14245EC4103	icmp2ls	Vulca Slashing Ammo	\d	the	Vulca Slashing Ammo	\d	the	Matis Launcher Slashing Ammo
    -_79AF12DBD4F75196	icmp2rb	Stylone Smashing Ammo	\d	the	Stylone Smashing Ammo	\d	the	Matis Rifle Smashing Ammo
    -_F7DF12CFD418418E	icmp2rp	Stylone Piercing Ammo	\d	the	Stylone Piercing Ammo	\d	the	Matis Rifle Piercing Ammo
    -_79AF0EDAD4084D96	icmp2rs	Stylone Slashing Ammo	\d	the	Stylone Slashing Ammo	\d	the	Matis Rifle Slashing Ammo
    -_AA51BCDA958FDBCC	icmr1b	Riva Bowpistol	a	the	Riva Bowpistols	\d	the	One-handed Matis Bowpistol
    -_59E540516F857981	icmr1p	Maka Pistol	a	the	Maka Pistols	\d	the	One-handed Matis Pistol
    -_0B5EEF4960C0641C	icmr2a	Morikov Autolauncher	a	the	Morikovs Autolaunchers	\d	the	Two-handed Matis Autolauncher
    -_E35FDCB4CA4D0480	icmr2b	Polta Bowrifle	a	the	Polta Bowrifles	\d	the	Two-handed Matis Bowrifle
    -_DC4EE49F4FFEC88A	icmr2l	Vulca Launcher	a	the	Vulca Launchers	\d	the	Two-handed Matis Launcher
    -_0A8A6629CEABAA18	icmr2r	Stylone Rifle	a	the	Stylone Rifles	\d	the	Two-handed Matis Rifle
    -_9BB4C162E0F5AE3F	icmsb	Wod Buckler	a	the	Wod Bucklers	\d	the	Matis Buckler
    -_F7C4FBF7D9821E4E	icmss	Takod Shield	a	the	Takod Shields	\d	the	Matis Shield
    -_7310DFE67CF97179	icraba	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98179	icrabe	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98979	icrabg	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9B579	icrabr	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9BD79	icrabt	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C179	icrabu	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C579	icrabv	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C979	icrabw	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_FB6BE75C48496AE4	icraga	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C48497AE4	icrage	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C484982E4	icragg	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849AEE4	icragr	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849B6E4	icragt	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BAE4	icragu	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BEE4	icragv	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849C2E4	icragw	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_4A9F234635B7BE01	icrapa	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7CE01	icrape	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7D601	icrapg	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70201	icrapr	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70A01	icrapt	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70E01	icrapu	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71201	icrapv	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71601	icrapw	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_2D191D2E667EBD24	icrasa	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ECD24	icrase	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ED524	icrasg	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0124	icrasr	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0924	icrast	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0D24	icrasu	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1124	icrasv	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1524	icrasw	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_8516EA8E4623F106	icrava	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230106	icrave	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230906	icravg	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233506	icravr	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233D06	icravt	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234106	icravu	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234506	icravv	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234906	icravw	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_26DB7E1B61EAE72C	ictahb	Tashok Boots	\d	the	Tashok Boots	\d	the	Tryker Heavy Boots
    -_A29DF45A6EA5AD94	ictahg	Tashok Gloves	\d	the	Tashok Gloves	\d	the	Tryker Heavy Gloves
    -_BAA5283C67539E5F	ictahh	Tashok Helmet	a	the	Tashok Helmets	\d	the	Tryker Heavy Helmet
    -_A3BC7E1BE12A8F2B	ictahp	Tashok Pants	\d	the	Tashok Pants	\d	the	Tryker Heavy Pants
    -_19C49C131B367A14	ictahs	Tashok Sleeves	\d	the	Tashok Sleeves	\d	the	Tryker Heavy Sleeves
    -_9B1863B065E66670	ictahv	Tashok Vest	a	the	Tashok Vests	\d	the	Tryker Heavy Vest
    -_A81BD616E24AF734	ictalb	Tissan Boots	\d	the	Tissan Boots	\d	the	Tryker Light Boots
    -_E01EE86871E5AD9B	ictalg	Tissan Gloves	\d	the	Tissan Gloves	\d	the	Tryker Light Gloves
    -_25FCD616628A9F33	ictalp	Tissan Pants	\d	the	Tissan Pants	\d	the	Tryker Light Pants
    -_1944F8171D368605	ictals	Tissan Sleeves	\d	the	Tissan Sleeves	\d	the	Tryker Light Sleeves
    -_5D6857BB26857E78	ictalv	Tissan Vest	a	the	Tissan Vests	\d	the	Tryker Light Vest
    -_5D7903F5FA68D336	ictamb	Fabren Boots	\d	the	Fabren Boots	\d	the	Tryker Medium Boots
    -_34956C5D28E41975	ictamg	Fabren Gloves	\d	the	Fabren Gloves	\d	the	Tryker Medium Gloves
    -_E17903F57AA87728	ictamp	Fabren Pants	\d	the	Fabren Pants	\d	the	Tryker Medium Pants
    -_5D32C400D42288FD	ictams	Fabren Sleeves	\d	the	Fabren Sleeves	\d	the	Tryker Medium Sleeves
    -_1AB78AF620340B74	ictamv	Fabren Vest	a	the	Fabren Vests	\d	the	Tryker Medium Vest
    -_AD2DCBFB9F72C510	ictja	Tryker Anklet	a	the	Tryker Anklets	\d	the	Tryker Anklet
    -_A30B134A6F18BBA9	ictjb	Tryker Bracelet	a	the	Tryker Bracelets	\d	the	Tryker Bracelet
    -_EBBC8FE9DAB2BD16	ictjd	Tryker Diadem	a	the	Tryker Diadems	\d	the	Tryker Diadem
    -_E87E5FCB89DC12CB	ictje	Tryker Earring	a	the	Tryker Earrings	\d	the	Tryker Earring
    -_658E37CA071D22E6	ictjp	Tryker Pendant	a	the	Tryker Pendants	\d	the	Tryker Pendant
    -_FE71DD8046D0FA61	ictjr	Tryker Ring	a	the	Tryker Rings	\d	the	Tryker Ring
    -_51005F9FFF68B3BB	ictm1bm	Tumbler Mace	a	the	Tumbler Maces	\d	the	One-handed Tryker Mace
    -_CB49935EEC9B8A01	ictm1bs	Brok Staff	a	the	Brok Staffs	\d	the	One-handed Tryker Staff
    -_169177BECDF9B3E9	ictm1pd	Fyler Dagger	a	the	Fyler Daggers	\d	the	One-handed Tryker Dagger
    -_5BD4502E5D949618	ictm1ps	Pyker Spear	a	the	Pyker Spears	\d	the	One-handed Tryker Spears
    -_24BF5FF95CA835BA	ictm1sa	Lopper Axe	a	the	Lopper Axes	\d	the	One-handed Tryker Axe
    -_D02133B555C7B239	ictm1ss	Tanner Sword	a	the	Tanner Swords	\d	the	One-handed Tryker Sword
    -_4FEEF01ED131511F	ictm2bm	Gaffer Mace	a	the	Gaffer Maces	\d	the	Two-handed Tryker Long Mace
    -_1E42D534D6561E70	ictm2pp	Jak Pike	a	the	Jak Pikes	\d	the	Two-handed Tryker Pike
    -_20FB7200DC3C5B44	ictm2sa	Weld Axe	a	the	Weld Axes	\d	the	Two-handed Tryker Long Axe
    -_0B115C37283EFFDC	ictm2ss	Flence Sword	a	the	Flence Swords	\d	the	Two-handed Tryker Long Sword
    -_842A1AED0A16E349	ictp1bb	Fletcher Smashing Ammo	\d	the	Fletcher Smashing Ammo	\d	the	Tryker Bowpistol Smashing Ammo
    -_833A0AEAC897EF44	ictp1bp	Fletcher Piercing Ammo	\d	the	Fletcher Piercing Ammo	\d	the	Tryker Bowpistol Piercing Ammo
    -_442A16ED0A27E348	ictp1bs	Fletcher Slashing Ammo	\d	the	Fletcher Slashing Ammo	\d	the	Tryker Bowpistol Slashing Ammo
    -_B9095D7A6028F73E	ictp1gb	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo
    -_B96941815F69EB3E	ictp1gp	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo
    -_B9095D7AE029F73E	ictp1gs	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo
    -_ADD6149A6F66E6A0	ictp1hb	Poon Smashing Ammo	\d	the	Poon Smashing Ammo	\d	the	Tryker Harpoon Smashing Ammo
    -_4D821F442F0D4E69	ictp1hp	Poon Piercing Ammo 	\d	the	Poon Piercing Ammo	\d	the	Tryker Harpoon Piercing Ammo 
    -_6DC6149A6F77E2A0	ictp1hs	Poon Slashing Ammo	\d	the	Poon Slashing Ammo	\d	the	Tryker Harpoon Slashing Ammo
    -_71C8F56FD8A6559B	ictp1pb	Rade Smashing Ammo	\d	the	Rade Smashing Ammo	\d	the	Tryker Pistol Smashing Ammo
    -_30D8E56798774197	ictp1pp	Rade Piercing Ammo	\d	the	Rade Piercing Ammo	\d	the	Tryker Pistol Piercing Ammo
    -_31C8F16FD8B7519B	ictp1ps	Rade Slashing Ammo	\d	the	Rade Slashing Ammo	\d	the	Tryker Pistol Slashing Ammo
    -_9B6ED68FEA88092A	ictp2ab	Rayler Smashing Ammo	\d	the	Rayler Smashing Ammo	\d	the	Tryker Autolauncher Smashing Ammo
    -_9A9ECE97E8B9052E	ictp2ap	Rayler Piercing Ammo	\d	the	Rayler Piercing Ammo	\d	the	Tryker Autolauncher Piercing Ammo
    -_5B6ED68F6A99092A	ictp2as	Rayler Slashing Ammo	\d	the	Rayler Slashing Ammo	\d	the	Tryker Autolauncher Slashing Ammo
    -_2827677271F50645	ictp2bb	Flunker Smashing Ammo	\d	the	Flunker Smashing Ammo	\d	the	Tryker Bowrifle Smashing Ammo
    -_66975768B1D6063B	ictp2bp	Flunker Piercing Ammo	\d	the	Flunker Piercing Ammo	\d	the	Tryker Bowrifle Piercing Ammo
    -_28275F7171060645	ictp2bs	Flunker Slashing Ammo	\d	the	Flunker Slashing Ammo	\d	the	Tryker Bowrifle Slashing Ammo
    -_4643C7981C7C6FCE	ictp2lb	Doomer Smashing Ammo	\d	the	Doomer Smashing Ammo	\d	the	Tryker Launcher Smashing Ammo
    -_4653BBA419CD6FCE	ictp2lp	Doomer Piercing Ammo	\d	the	Doomer Piercing Ammo	\d	the	Tryker Launcher Piercing Ammo
    -_4643C7985C8D6FCE	ictp2ls	Doomer Slashing Ammo	\d	the	Doomer Slashing Ammo	\d	the	Tryker Launcher Slashing Ammo
    -_6FB90631A0D2BC9C	ictp2rb	Boomer Smashing Ammo	\d	the	Boomer Smashing Ammo	\d	the	Tryker Rifle Smashing Ammo
    -_AF19FE395C43CC98	ictp2rp	Boomer Piercing Ammo	\d	the	Boomer Piercing Ammo	\d	the	Tryker Rifle Piercing Ammo
    -_6FB9063120E3BC9B	ictp2rs	Boomer Slashing Ammo	\d	the	Boomer Slashing Ammo	\d	the	Tryker Rifle Slashing Ammo
    -_E08A3E286950D819	ictr1b	Fletcher Bowpistol	a	the	Fletcher Bowpistols	\d	the	One-handed Tryker Bowpistol
    -_ED3B6458B1A62951	ictr1p	Rade Pistol	a	the	Rade Pistols	\d	the	One-handed Tryker Pistol
    -_54309ECBC619CC0A	ictr2a	Rayler Autolauncher	a	the	Rayler Autolaunchers	\d	the	Two-handed Tryker Autolauncher
    -_E423E978EA6FE497	ictr2b	Flunker Bowrifle	a	the	Flunker Bowrifles	\d	the	Two-handed Tryker Bowrifle
    -_FF3028FA53D63CEF	ictr2h	Poon Harpoon	a	the	Poon Harpoons	\d	the	Two-handed Tryker Harpoon
    -_3198D18592AB02FA	ictr2l	Doomer Launcher	a	the	Doomer Launchers	\d	the	Two-handed Tryker Launcher
    -_9BD2C0F6D1A1266A	ictr2r	Boomer Rifle	a	the	Boomer Rifles	\d	the	Two-handed Tryker Rifle
    -_EF684CF0F8ADC38B	ictsb	Stilten Buckler	a	the	Stilten Bucklers	\d	the	Tryker Buckler
    -_AB8D77DC946E91DD	ictss	Parper Shield	a	the	Parper Shields	\d	the	Tryker Shield
    -_326857AE60D3EB4E	iczahb	Tan-Ko Boots	\d	the	Tan-Ko Boots	\d	the	Zoraï Heavy Boots
    -_0DD41675AAE85A6B	iczahg	Tan-Ko Gloves	\d	the	Tan-Ko Gloves	\d	the	Zoraï Heavy Gloves
    -_E28AAB31EE45C915	iczahh	Tan-Ko Helmet	a	the	Tan-Ko Helmets	\d	the	Zoraï Heavy Helmet
    -_F2888FAEE013934E	iczahp	Tan-Ko Pants	\d	the	Tan-Ko Pants	\d	the	Zoraï Heavy Pants
    -_CDA2FB2B63A2813A	iczahs	Tan-Ko Sleeves	\d	the	Tan-Ko Sleeves	\d	the	Zoraï Heavy Sleeves
    -_24DB59304CA6AEFE	iczahv	Tan-Ko Vest	a	the	Tan-Ko Vests	\d	the	Zoraï Heavy Vest
    -_2D6857AE23300356	iczalb	Nin-Ka Boots	\d	the	Nin-Ka Boots	\d	the	Zoraï Light Boots
    -_8AD4026FABC76A61	iczalg	Nin-Ka Gloves	\d	the	Nin-Ka Gloves	\d	the	Zoraï Light Gloves
    -_ED888FAEA370AB56	iczalp	Nin-Ka Pants	\d	the	Nin-Ka Pants	\d	the	Zoraï Light Pants
    -_09C133296641493E	iczals	Nin-Ka Sleeves	\d	the	Nin-Ka Sleeves	\d	the	Zoraï Light Sleeves
    -_A23B59304E755E08	iczalv	Nin-Ka Vest	a	the	Nin-Ka Vests	\d	the	Zoraï Light Vest
    -_1C8F7EE5E620B0AC	iczamb	Shaï-Don Boots	\d	the	Shaï-Don Boots	\d	the	Zoraï Medium Boots
    -_897C5DE4BF06D3EA	iczamg	Shaï-Don Gloves	\d	the	Shaï-Don Gloves	\d	the	Zoraï Medium Gloves
    -_DCAFB2D6E701E8AC	iczamp	Shaï-Don Pants	\d	the	Shaï-Don Pants	\d	the	Zoraï Medium Pants
    -_84843BB31368363D	iczams	Shaï-Don Sleeves	\d	the	Shaï-Don Sleeves	\d	the	Zoraï Medium Sleeves
    -_E473951F19239A36	iczamv	Shaï-Don Vest	a	the	Shaï-Don Vests	\d	the	Zoraï Medium Vest
    -_BE3B1CE8DF344275	iczja	Zoraï Anklet	a	the	Zoraï Anklets	\d	the	Zoraï Anklet
    -_CBF82DDF8D39B9A9	iczjb	Zoraï Bracelet	a	the	Zoraï Bracelets	\d	the	Zoraï Bracelet
    -_013B1CD3DFB4CA69	iczjd	Zoraï Diadem	a	the	Zoraï Diadems	\d	the	Zoraï Diadem
    -_C02F95F49F550207	iczje	Zoraï Earring	a	the	Zoraï Earrings	\d	the	Zoraï Earring
    -_C700A9DE19732E21	iczjp	Zoraï Pendant	a	the	Zoraï Pendants	\d	the	Zoraï Pendant
    -_FB01582C9DCB7712	iczjr	Zoraï Ring	a	the	Zoraï Rings	\d	the	Zoraï Ring
    -_9AB971DC5308F2B5	iczm1bm	Nanka Mace	a	the	Nanka Maces	\d	the	One-handed Zoraï Mace
    -_896193D3DFA298C3	iczm1bs	Shopan Staff	a	the	Shopan Staffs	\d	the	One-handed Zoraï Staff
    -_61126863B018B210	iczm1pd	Lam Dagger	a	the	Lam Daggers	\d	the	One-handed Zoraï Dagger
    -_60DCC418D31563C6	iczm1ps	Katoo Spear	a	the	Katoo Spears	\d	the	One-handed Zoraï Spear
    -_09BA9D76E0B4FB2C	iczm1pse	Electric Katoo Spear	an	the	Electric Katoo Spears	\d	the	One-handed Zoraï Electric Spear
    -_80B46E2EC6008C1C	iczm1sa	Chok Axe	a	the	Chok Axes	\d	the	One-handed Zoraï Axe
    -_20ECEC5BDC656FC6	iczm1ss	Kovan Sword	a	the	Kovan Swords	\d	the	One-handed Zoraï Sword
    -_9AB971DC9208E6B7	iczm2bm	Kanka Mace	a	the	Kanka Maces	\d	the	Two-handed Zoraï Mace
    -_3AAFCFC7CA74FDC6	iczm2pp	Pukatoo Pike	a	the	Pukatoo Pikes	\d	the	Two-handed Zoraï Pike
    -_B90CBE4A47E943C3	iczm2sa	Kra-Cho Axe	a	the	Kra-Cho Axes	\d	the	Two-handed Zoraï Long Axe
    -_23BF3B78A7C123F6	iczm2ss	Matchata Sword	a	the	Matchata Swords	\d	the	Two-handed Zoraï Long Sword
    -_D8011791C146A9D8	iczp1bb	Zin-Kan Smashing Ammo	\d	the	Zin-Kan Smashing Ammo	\d	the	Zoraï Bowpistol Smashing Ammo
    -_167107870127A9CE	iczp1bp	Zin-Kan Piercing Ammo	\d	the	Zin-Kan Piercing Ammo	\d	the	Zoraï Bowpistol Piercing Ammo
    -_D8010F90C157A9D8	iczp1bs	Zin-Kan Slashing Ammo	\d	the	Zin-Kan Slashing Ammo	\d	the	Zoraï Bowpistol Slashing Ammo
    -_B11A62921AD79787	iczp1gb	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo
    -_B0EA4E8CDB687788	iczp1gp	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo
    -_711A62921AD89387	iczp1gs	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo
    -_16C2D461E5F4C940	iczp1pb	Tchaï Smashing Ammo	\d	the	Tchaï Smashing Ammo	\d	the	Zoraï Pistol Smashing Ammo
    -_1782B45BA6D5993C	iczp1pp	Tchaï Piercing Ammo	\d	the	Tchaï Piercing Ammo	\d	the	Zoraï Pistol Piercing Ammo
    -_16B2D461E5F5C540	iczp1ps	Tchaï Slashing Ammo	\d	the	Tchaï Slashing Ammo	\d	the	Zoraï Pistol Slashing Ammo
    -_D2E235CEA4359D30	iczp2ab	Mo-Ka Smashing Ammo	\d	the	Mo-Ka Smashing Ammo	\d	the	Zoraï Autolauncher Smashing Ammo
    -_90D231C4A516812D	iczp2ap	Mo-Ka Piercing Ammo	\d	the	Mo-Ka Piercing Ammo	\d	the	Zoraï Autolauncher Piercing Ammo
    -_D2E235CDA4369930	iczp2as	Mo-Ka Slashing Ammo	\d	the	Mo-Ka Slashing Ammo	\d	the	Zoraï Autolauncher Slashing Ammo
    -_F165758226F0838D	iczp2bb	Ma-Kam Smashing Ammo	\d	the	Ma-Kam Smashing Ammo	\d	the	Zoraï Bowrifle Smashing Ammo
    -_F1C559892531778D	iczp2bp	Ma-Kam Piercing Ammo	\d	the	Ma-Kam Piercing Ammo	\d	the	Zoraï Bowrifle Piercing Ammo
    -_F1657582A6F1838D	iczp2bs	Ma-Kam Slashing Ammo	\d	the	Ma-Kam Slashing Ammo	\d	the	Zoraï Bowrifle Slashing Ammo
    -_28836AAA33B2296E	iczp2lb	Ba-Zoon Smashing Ammo	\d	the	Ba-Zoon Smashing Ammo	\d	the	Zoraï Launcher Smashing Ammo
    -_64A37A9FB3932969	iczp2lp	Ba-Zoon Piercing Ammo	\d	the	Ba-Zoon Piercing Ammo	\d	the	Zoraï Launcher Piercing Ammo
    -_288366A833C3296E	iczp2ls	Ba-Zoon Slashing Ammo	\d	the	Ba-Zoon Slashing Ammo	\d	the	Zoraï Launcher Slashing Ammo
    -_746E2A0DD4318809	iczp2rb	Shoy-Ton Smashing Ammo	\d	the	Shoy-Ton Smashing Ammo	\d	the	Zoraï Rifle Smashing Ammo
    -_332E160ED3928408	iczp2rp	Shoy-Ton Piercing Ammo	\d	the	Shoy-Ton Piercing Ammo	\d	the	Zoraï Rifle Piercing Ammo
    -_346E260D94428809	iczp2rs	Shoy-Ton Slashing Ammo	\d	the	Shoy-Ton Slashing Ammo	\d	the	Zoraï Rifle Slashing Ammo
    -_52E52A03D9AA1466	iczr1b	Zin-Kan Bowpistol	a	the	Zin-Kan Bowpistols	\d	the	One-handed Zoraï Bowpistol
    -_87B2B40957F8F2D0	iczr1p	Tchaï Pistol	a	the	Tchaï Pistols	\d	the	One-handed Zoraï Pistol
    -_CB68A1616E638253	iczr2a	Mo-Ka Autolauncher	a	the	Mo-Kas Autolaunchers	\d	the	Two-handed Zoraï Autolauncher
    -_0E80C12ECF6B469F	iczr2b	Ma-Kam Bowrifle	a	the	Ma-Kams Bowrifles	\d	the	Two-handed Zoraï Bowrifle
    -_E593BD386C3A37BF	iczr2l	Ba-Zoon Launcher	a	the	Ba-Zoons Launchers	\d	the	Two-handed Zoraï Launcher
    -_B81BE2CE719C6475	iczr2r	Shoy-Ton Rifle	a	the	Shoy-Ton Rifles	\d	the	Two-handed Zoraï Rifle
    -_B25917DDDD81A933	iczsb	Kastu Buckler	a	the	Kastu Bucklers	\d	the	Zoraï Buckler
    -_264C77D918A14803	iczss	Pakmon Shield	a	the	Pakmon Shields	\d	the	Zoraï Shield
    -_671976B4E076CAEF	itammo	Ammo Crafting Tool	an	the	Ammo Crafting Tools	\d	the	
    -_023DD4FDCE8CF7DB	itarmor	Crafting Tool for Armor	a	the	Crafting Tools for Armors	\d	the	
    -_1D263EC7D97736D1	item_sap_recharge	Sap Recharge	a	the	Sap Recharges	\d	the	
    -_6A38EC7264F8ACB8	itforage	Pick	a	the	Picks	\d	the	
    -_17F0C707F88F03B3	itjewel	Crafting Tool for Jewelry	a	the	Crafting Tools for Jewelry	\d	the	
    -_11B9D1B695EDD4BB	itmwea	Crafting Tool for Melee Weapons	a	the	Crafting Tools for Melee Weapons	\d	the	
    -_D22AC1BB950DDCB7	itrwea	Crafting Tool for Range Weapons	a	the	Crafting Tools for Range Weapons	\d	the	
    -_D1586B45D8586BC5	ka_cheveux_medium01	Kami Medium Haircut	a	the	Kami Medium Haircuts	\d	the	
    -_675AA919E6757399	kami_vial	Kami Vial	a	the	Kami Vials	\d	the	
    -_C352FE7488133267	large_brazier	Large Brazier	a	the	Large Braziers	\d	the	
    -_B9B29829DF87022E	large_kamic_sphere	Large Kamic Sphere	a	the	Large Kamic Spheres	\d	the	
    -_BCBFFD1BF5304510	large_purse	Large Purse	a	the	Large Purses	\d	the	
    -_24DD6F2D8F1CC117	light_armor_acreditation	Light Armor Accreditation	a	the	Light Armor Accreditations	\d	the	
    -_0841F666BDA3F666	light_package	Light Package	a	the	Light Packages	\d	the	
    -_26A2C12E0EC478E8	list_of_merchandises	List of Merchandise	a	the	Lists of Merchandise	\d	the	
    -_E75D086177C679A2	ma_armor01_armpad	Matis Armor Sleeves	\d	the	Matis Armor Sleeves	\d	the	Matis Armor Sleeves
    -_DC4854F45371B068	ma_armor01_bottes	Matis Armor Boots	\d	the	Matis Armor Boots	\d	the	Matis Armor Boots
    -_0797B33BE6D6A39A	ma_armor01_gilet	Matis Armor Vest	a	the	Matis Armor Vests	\d	the	Matis Armor Vest
    -_739189819CB8D492	ma_armor01_hand	Matis Armor Gloves	\d	the	Matis Armor Gloves	\d	the	Matis Armor Gloves
    -_2C6668855D7C791B	ma_armor01_pantabotte	Matis Armor Pants	\d	the	Matis Armor Pants	\d	the	Matis Armor Pants
    -_5C019B7F6E0A5D40	ma_cheveux_long01	Matis Long Haircut	a	the	Matis Long Haircuts	\d	the	Matis Long Hair
    -_B55424B02085CDBE	ma_cheveux_medium01	Matis Medium Haircut	a	the	Matis Medium Haircuts	\d	the	Matis Medium Hair
    -_B4837096D9F875D1	ma_cheveux_shave_01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_B2A848A3861621A5	ma_cheveux_shave01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_194FB8DA47059BC4	ma_cheveux_short01	Matis Short Haircut	a	the	Matis Short Haircuts	\d	the	Matis Short Hair
    -_CA2D4EBB8905D978	ma_cheveux01	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_0A2D4EBB8905D978	ma_cheveux02	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_4CAA9FE391919C7D	ma_civil01_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_E8FC3622AD531ABF	ma_civil01_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_E26995B760A38AC3	ma_civil01_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_4B783EF4EBEF7B32	ma_civil01_pantabotte	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_E43B6FC9551616A4	ma_note	Note for Fight Master	a	the	Notes for Fight Master	\d	the	
    -_8D8D8EA115C5F4F7	ma_underwear_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_F68060DEEED9AEFC	ma_underwear_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_EDCB7BD3E6194ED3	ma_underwear_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_1BA25C4167B1A2F8	ma_underwear_hand	Matis Gloves	\d	the	Matis Gloves	\d	the	Matis Gloves
    -_908E60515290730E	ma_underwear_pantabottes	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_5BA0F2687850722C	ma_visage	Matis Mask	a	the	Matis Masks	\d	the	Matis Mask
    -_21669694296E96AB	mb_mektoub_stew	Mektoub Stew	a	the	Mektoub Stews	\d	the	
    -_5639CF8A20949EE2	mb_merchant_list	Merchant's List	a	the	Merchant's Lists	\d	the	
    -_A7D2B32DF590E339	mb_merchant_package	Merchant's Package	a	the	Merchant's Packages	\d	the	
    -_728BC0A3E249CB1F	mb_seal_1	Avalae Merchant's Seal	an	the	Avalae Merchant's Seals	\d	the	
    -_70D9A3C7112713C9	mb_seal_2	Natae Merchant's Seal	a	the	Natae Merchant's Seals	\d	the	
    -_6553675768F76F65	medium_armors_acreditation	Medium Armor Accreditation	a	the	Medium Armor Accreditations	\d	the	
    -_0F761E7242B2AE1F	medium_barrel	Medium Barrel	a	the	Medium Barrels	\d	the	
    -_5F8713E44FAFD635	medium_brazier	Medium Brazier	a	the	Medium Braziers	\d	the	
    -_C68C5A9AC0ED51ED	medium_conch	Medium Conch	a	the	Medium Conchs	\d	the	
    -_86ACB750BF7E4C4A	medium_kamic_sphere	Medium Kamic Sphere	a	the	Medium Kamic Spheres	\d	the	
    -_D0AE36D219B68CF2	medium_living_sculpture	Medium Living Sculpture	a	the	Medium Living Sculptures	\d	the	
    -_18C503B3D79EA639	medium_package	Medium Package	a	the	Medium Packages	\d	the	
    -_8D8D6AA082EF71F9	medium_purse	Medium Purse	a	the	Medium Purses	\d	the	
    -_1CD5D62713DB1E25	merchant_bag	Merchant's Bag	a	the	Merchant's Bags	\d	the	
    -_A6951A9AD49C1A17	merchant_box	Merchant's Box	a	the	Merchant's Boxes	\d	the	
    -_3DC1CFFCBE0C5834	merchant_supplies	Merchant's Supplies	a	the	Merchant's Supplies	\d	the	
    -_A789C49F25D8B4A0	message	Message	a	the	Messages	\d	the	
    -_2E1AA8946C872CB1	mirror	Mirror	a	the	Mirrors	\d	the	
    -_F64A5DE57DE935FE	money_for_remedy	Money for Remedy	a	the	Monies for Remedies	\d	the	
    -_716CA702A5FBB0F7	old_man_materials	Old Man's Material	an	the	Old Man's Materials	\d	the	
    -_4473D69103517627	old_man_seeds	Old Man's Seed	an	the	Old Man's Seeds	\d	the	
    -_EF293AF1555122E1	orange_medicine	Orange Medicine	an	the	Orange Medicines	\d	the	
    -_E9F8ECB55E2AECCB	order	Order	an	the	Orders	\d	the	
    -_2098B4B1ACDB2CA2	pot	Pot	a	the	Pots	\d	the	
    -_F99C6B9BD991B1E8	purple_medicine	Purple Medicine	a	the	Purple Medicines	\d	the	
    -_21D3EF761FEBEA4F	range_weapons_acreditation	Range Weapon Accreditation	a	the	Range Weapon Accreditations	\d	the	
    -_47B0138589CB31FE	raw_material_acreditation	Raw Material Accreditation	a	the	Raw Material Accreditations	\d	the	
    -_96C406431C9E09D7	red_medicine	Red Medicine	a	the	Red Medicines	\d	the	
    -_F8BC88414BEEAD03	remedy_vial	Remedy Vial	a	the	Remedy Vials	\d	the	
    -_2C5C7C9CEC0930B5	report	Report	a	the	Reports	\d	the	
    -_1E054EFD412081AF	ring_of_vows	Ring of Vows	a	the	Rings of Vows	\d	the	
    -_4CD00557F25F5553	sage_flower	Sage's Flower	a	the	Sage's Flowers	\d	the	
    -_0C30055434BF7551	sage_letter	Sage's Letter	a	the	Sage's Letters	\d	the	
    -_8E360A7E0673DA1F	sealed_letter	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_740F5BF9B93A98DE	shriveled_dead_seed	Shriveled Dead Seed	a	the	Shriveled Dead Seeds	\d	the	
    -_98C02091C4FE79F6	small_barrel	Small Barrel	a	the	Small Barrels	\d	the	
    -_05B15E6F47444E6E	small_brazier	Small Brazier	a	the	Small Braziers	\d	the	
    -_BDADA111351F2105	small_conch	Small Conch	a	the	Small Conchs	\d	the	
    -_4001F837DFF7162B	small_kamic_sphere	Small Kamic Sphere	a	the	Small Kamic Spheres	\d	the	
    -_D775EE35B5158C4B	small_living_sculpture	Small Living Sculpture	a	the	Small Living Sculptures	\d	the	
    -_C21F2D22B7F01512	small_purse	Small Purse	a	the	Small Purses	\d	the	
    -_F3DEB4C27E171FF2	spadassin_letter	Assassin's Letter	an	the	Assassin's Letters	\d	the	
    -_BBAF6F73F8E118EF	stableboy_whistle	Stableboy's Whistle	a	the	Stableboy's Whistles	\d	the	
    -_9F7969CD48038CC5	strange_vibrant_ring	Strange Vibrant Ring	a	the	Strange Vibrant Rings	\d	the	
    -_9DC91F7C9107D188	supplier_list	Supplier's List	a	the	Supplier's Lists	\d	the	
    -_DBA592A9F5A61295	swarmplants_fiber	Shooki Fiber	some	the	Shooki Fibers	\d	the	
    -_0D00D78FC27E9C50	swarmplants_fruit	Piece of Shooki Fruit	a	the	Pieces of Shooki Fruit	\d	the	
    -_BD3B43B779DB0347	system_mp	Generic Raw Material	a	the	Generic Raw Materials	\d	the	
    -_0C2EAD116674F0B3	tiny_worms	Tiny Worms	a	the	Tiny Worms	\d	the	
    -_0BD7FB4FF3516C32	tp_kami_avalae	Kami Teleporter Pact for Avalae	a	the	Kami Teleporter Pacts for Avalae	\d	the	
    -_A27E37878570C7A8	tp_kami_avendale	Kami Teleporter Pact for Avendale	a	the	Kami Teleporter Pacts for Avendale	\d	the	
    -_1E422B64026FB7A6	tp_kami_bountybeaches	Kami Teleporter Pact for Bounty Beaches	a	the	Kami Teleporter Pacts for Bounty Beaches	\d	the	
    -_AD5821E28C67D4F0	tp_kami_citiesofintuition	Kami Teleporter Pact for the Cities of Intuition	a	the	Kami Teleporter Pacts for the Cities of Intuition	\d	the	
    -_667E13AB72DFB71F	tp_kami_crystabell	Kami Teleporter Pact for Crystabell	a	the	Kami Teleporter Pacts for Crystabell	\d	the	
    -_F8CDAC5432686572	tp_kami_davae	Kami Teleporter Pact for Davae	a	the	Kami Teleporter Pacts for Davae	\d	the	
    -_D757A45E3D634E90	tp_kami_dewdrops	Kami Teleporter Pact for Dew Drops	a	the	Kami Teleporter Pacts for Dew Drops	\d	the	
    -_B4A0AD414C751CEB	tp_kami_dunesofexil	Kami Teleporter Pact for the Dunes of Exile	a	the	Kami Teleporter Pacts for the Dunes of Exile	\d	the	
    -_7A9E445038688989	tp_kami_dyron	Kami Teleporter Pact for Dyron	a	the	Kami Teleporter Pacts for Dyron	\d	the	
    -_8931DF922CEF2BAD	tp_kami_enchantedisle	Kami Teleporter Pact for Enchanted Isle	a	the	Kami Teleporter Pacts for Enchanted Isle	\d	the	
    -_A9692F73D0AE0DA5	tp_kami_fairhaven	Kami Teleporter Pact for Fairhaven	a	the	Kami Teleporter Pacts for Fairhaven	\d	the	
    -_533C0DB09D05215B	tp_kami_fleetinggarden	Kami Teleporter Pact for Fleeting Garden	a	the	Kami Teleporter Pacts for Fleeting Garden	\d	the	
    -_C88E1ECD5FA82066	tp_kami_forbidden_depths	Kami Teleporter Pact for the Forbidden Depths	a	the	Kami Teleporter Pacts for the Forbidden Depths	\d	the	
    -_E0CED5D3B83B3CAF	tp_kami_frahartowers	Kami Teleporter Pact for the Frahar Towers	a	the	Kami Teleporter Pacts for the Frahar Towers	\d	the	
    -_98DD4BA930390237	tp_kami_gate_of_obscurity	Kami Teleporter Pact for the Gate of Obscurity	a	the	Kami Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_C9D9C15A522B1F6A	tp_kami_groveofconfusion	Kami Teleporter Pact for the Grove of Confusion	a	the	Kami Teleporter Pacts for the Grove of Confusion	\d	the	
    -_F81D21F450A6D071	tp_kami_groveofumbra	Kami Teleporter Pact for the Grove of Umbra	a	the	Kami Teleporter Pacts for the Grove of Umbra	\d	the	
    -_8751AC7F0A16DF93	tp_kami_havenofpurity	Kami Teleporter Pact for the Haven of Purity	a	the	Kami Teleporter Pacts for the Haven of Purity	\d	the	
    -_2520407B84EA0647	tp_kami_hereticshovel	Kami Teleporter Pact for Heretic's Hovel	a	the	Kami Teleporter Pacts for Heretic's Hovel	\d	the	
    -_97CD91C27B7A24A8	tp_kami_hiddensource	Kami Teleporter Pact for Hidden Source	a	the	Kami Teleporter Pacts for Hidden Source	\d	the	
    -_DF27DFD072C1D3EC	tp_kami_hoi_cho	Kami Teleporter Pact for Hoï-Cho	a	the	Kami Teleporter Pacts for Hoï-Cho	\d	the	
    -_FFEFB3D412C9A3FE	tp_kami_jen_lai	Kami Teleporter Pact for Jen-Laï	a	the	Kami Teleporter Pacts for Jen-Laï	\d	the	
    -_9DD6FE657D6E3032	tp_kami_knollofdissent	Kami Teleporter Pact for the Knoll of Dissent	a	the	Kami Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_8C0A9184C7CB1935	tp_kami_knotofdementia	Kami Teleporter Pact for the Knot of Dementia	a	the	Kami Teleporter Pacts for the Knot of Dementia	\d	the	
    -_1F876554FFFC1D32	tp_kami_lagoonsofloria	Kami Teleporter Pact for the Lagoons of Loria	a	the	Kami Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_17D8501B580A17AE	tp_kami_maidengrove	Kami Teleporter Pact for Maiden Grove	a	the	Kami Teleporter Pacts for Maiden Grove	\d	the	
    -_DF5FAFDA1261E7EC	tp_kami_min_cho	Kami Teleporter Pact for Min-Cho	a	the	Kami Teleporter Pacts for Min-Cho	\d	the	
    -_78ADD45C32086572	tp_kami_natae	Kami Teleporter Pact for Natae	a	the	Kami Teleporter Pacts for Natae	\d	the	
    -_02FCAE8F5AD23328	tp_kami_nexus_bagne	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_33F40B0DBA231F3D	tp_kami_nexus_route_gouffre	Kami Teleporter Pact for the Tunnel from Nexus to Lands of Umbra	a	the	Kami Teleporter Pacts for the Tunnel from Nexus to Lands of Umbra	\d	the	
    -_02FCBE9A5BF33328	tp_kami_nexus_terre	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_687F3886839AEA60	tp_kami_oflovaksoasis	Kami Teleporter Pact for Oflovak's Oasis	a	the	Kami Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_E09005CFBAC95099	tp_kami_outlawcanyon	Kami Teleporter Pact for Outlaw Canyon	a	the	Kami Teleporter Pacts for Outlaw Canyon	\d	the	
    -_FC75FAC4F95CD935	tp_kami_pyr	Kami Teleporter Pact for Pyr	a	the	Kami Teleporter Pacts for Pyr	\d	the	
    -_34EF6DBCF5ACEC8A	tp_kami_restingwater	Kami Teleporter Pact for Resting Water	a	the	Kami Teleporter Pacts for Resting Water	\d	the	
    -_B05F89ACF28EF0A3	tp_kami_sawdustmines	Kami Teleporter Pact for the Sawdust Mines	a	the	Kami Teleporter Pacts for the Sawdust Mines	\d	the	
    -_98689EBF5CCD51AB	tp_kami_the_trench_of_trials_tryker	Kami Teleporter Pact for the Tunnel from the Trench of Trials to Tryker	a	the	Kami Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_02F71258E131D398	tp_kami_the_trench_of_trials_zorai	Kami Teleporter Pact for the Trench of Trials	a	the	Kami Teleporter Pacts for the Trench of Trials	\d	the	
    -_C12F1A78D253D631	tp_kami_the_abyss_of_ichor_matis	Kami Teleporter Pact for the Abyss of Ichor	a	the	Kami Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_926FE1D33169A117	tp_kami_the_abyss_of_ichor_nexus	Kami Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Kami Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_08010E20D8D12A5E	tp_kami_the_elusive_forest	Kami Teleporter Pact for Elusive Forest	a	the	Kami Teleporter Pacts for Elusive Forest	\d	the	
    -_CF3529DD007EEEC7	tp_kami_the_land_of_continuity	Kami Teleporter Pact for the Land of Continuity	a	the	Kami Teleporter Pacts for the Land of Continuity	\d	the	
    -_624EFE088C452249	tp_kami_the_sunken_city	Kami Teleporter Pact for Sunken City	a	the	Kami Teleporter Pacts for Sunken City	\d	the	
    -_F0FD4F5D6DB18EF2	tp_kami_the_under_spring_fyros	Kami Teleporter Pact for Under Spring	a	the	Kami Teleporter Pacts for Under Spring	\d	the	
    -_8F9752A8F2216D11	tp_kami_the_under_spring_zorai	Kami Teleporter Pact for the Tunnel from Under Spring to Zoraï	a	the	Kami Teleporter Pacts for the Tunnel from Under Spring to Zoraï	\d	the	
    -_E4252656D1CFF737	tp_kami_the_windy_gate	Kami Teleporter Pact for Windy Gate	a	the	Kami Teleporter Pacts for Windy Gate	\d	the	
    -_D345809D7F72628F	tp_kami_thefount	Kami Teleporter Pact for Fount	a	the	Kami Teleporter Pacts for Fount	\d	the	
    -_5A43010A85700162	tp_kami_thesavagedunes	Kami Teleporter Pact for the Savage Dunes	a	the	Kami Teleporter Pacts for the Savage Dunes	\d	the	
    -_2DB5C740D1B30828	tp_kami_thescorchedcorridor	Kami Teleporter Pact for Scorched Corridor	a	the	Kami Teleporter Pacts for Scorched Corridor	\d	the	
    -_1488D3623BC2B440	tp_kami_thesos	Kami Teleporter Pact for Thesos	a	the	Kami Teleporter Pacts for Thesos	\d	the	
    -_DE73B9C07EF10E20	tp_kami_thevoid	Kami Teleporter Pact for the Void	a	the	Kami Teleporter Pacts for the Void	\d	the	
    -_A7281073AE5B8903	tp_kami_upperbog	Kami Teleporter Pact for Upper Bog	a	the	Kami Teleporter Pacts for Upper Bog	\d	the	
    -_29CD5FDAEAADA30A	tp_kami_windermeer	Kami Teleporter Pact for Windermeer	a	the	Kami Teleporter Pacts for Windermeer	\d	the	
    -_B077FF5C3F2E7571	tp_kami_windsofmuse	Kami Teleporter Pact for the Winds of Muse	a	the	Kami Teleporter Pacts for the Winds of Muse	\d	the	
    -_6E0FA32651741F22	tp_kami_yrkanis	Kami Teleporter Pact for Yrkanis	a	the	Kami Teleporter Pacts for Yrkanis	\d	the	
    -_B68969C12AC34A49	tp_kami_zora	Kami Teleporter Pact for Zora	a	the	Kami Teleporter Pacts for Zora	\d	the	
    -_CE931FA5D6FA8BE2	tp_kami_zorai_nland	Kami Teleporter Pact for Zoraï Island	a	the	Kami Teleporter Pacts for Zoraï Island	\d	the	
    -_18A8F75904713F5A	tp_karavan_avalae	Karavan Teleporter Pact for Avalae	a	the	Karavan Teleporter Pacts for Avalae	\d	the	
    -_07F3813BE1230EE1	tp_karavan_avendale	Karavan Teleporter Pact for Avendale	a	the	Karavan Teleporter Pacts for Avendale	\d	the	
    -_919ECAEAD4F065AD	tp_karavan_bountybeaches	Karavan Teleporter Pact for the Bounty Beaches	a	the	Karavan Teleporter Pacts for the Bounty Beaches	\d	the	
    -_492D1C48EBA099BC	tp_karavan_crystabell	Karavan Teleporter Pact for Crystabell	a	the	Karavan Teleporter Pacts for Crystabell	\d	the	
    -_86CDD39432360E2F	tp_karavan_davae	Karavan Teleporter Pact for Davae	a	the	Karavan Teleporter Pacts for Davae	\d	the	
    -_2EE5E91473E2B388	tp_karavan_dewdrops	Karavan Teleporter Pact for Dew Drops	a	the	Karavan Teleporter Pacts for Dew Drops	\d	the	
    -_B198CAACFA1F0CFD	tp_karavan_dunesofexil	Karavan Teleporter Pact for the Dunes of Exile	a	the	Karavan Teleporter Pacts for the Dunes of Exile	\d	the	
    -_8CCDD39DF7669643	tp_karavan_dyron	Karavan Teleporter Pact for Dyron	a	the	Karavan Teleporter Pacts for Dyron	\d	the	
    -_5D15FFBACA8E9072	tp_karavan_enchantedisle	Karavan Teleporter Pact for Enchanted Isle	a	the	Karavan Teleporter Pacts for Enchanted Isle	\d	the	
    -_BAFD602FCF3984D1	tp_karavan_fairhaven	Karavan Teleporter Pact for Fairhaven	a	the	Karavan Teleporter Pacts for Fairhaven	\d	the	
    -_74A61F322398B96E	tp_karavan_fleetinggarden	Karavan Teleporter Pact for Fleeting Garden	a	the	Karavan Teleporter Pacts for Fleeting Garden	\d	the	
    -_75AA5BE63C79B759	tp_karavan_forbidden_depths	Karavan Teleporter Pact for the Forbidden Depths	a	the	Karavan Teleporter Pacts for the Forbidden Depths	\d	the	
    -_D81004E1851E5252	tp_karavan_frahartowers	Karavan Teleporter Pact for the Frahar Towers	a	the	Karavan Teleporter Pacts for the Frahar Towers	\d	the	
    -_EDC412A6CE5FF074	tp_karavan_gate_of_obscurity	Karavan Teleporter Pact for the Gate of Obscurity	a	the	Karavan Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_CE93FF6D964E323B	tp_karavan_groveofconfusion	Karavan Teleporter Pact for the Grove of Confusion	a	the	Karavan Teleporter Pacts for the Grove of Confusion	\d	the	
    -_576FF1D7BEE10977	tp_karavan_groveofumbra	Karavan Teleporter Pact for the Grove of Umbra	a	the	Karavan Teleporter Pacts for the Grove of Umbra	\d	the	
    -_DEB90CFAF5592B5A	tp_karavan_havenofpurity	Karavan Teleporter Pact for the Haven of Purity	a	the	Karavan Teleporter Pacts for the Haven of Purity	\d	the	
    -_FBC7D21AB242ED01	tp_karavan_hereticshovel	Karavan Teleporter Pact for Heretic's Hovel	a	the	Karavan Teleporter Pacts for Heretic's Hovel	\d	the	
    -_5E4F08D8048B3A38	tp_karavan_hiddensource	Karavan Teleporter Pact for Hidden Source	a	the	Karavan Teleporter Pacts for Hidden Source	\d	the	
    -_EA0003DBFDA63EA6	tp_karavan_hoi_cho	Karavan Teleporter Pact for Hoï-Cho	a	the	Karavan Teleporter Pacts for Hoï-Cho	\d	the	
    -_E620EBD23CE6529C	tp_karavan_jen_lai	Karavan Teleporter Pact for Jen-Laï	a	the	Karavan Teleporter Pacts for Jen-Laï	\d	the	
    -_DA074EF41024ADB7	tp_karavan_knollofdissent	Karavan Teleporter Pact for the Knoll of Dissent	a	the	Karavan Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_EFE7E9D6D8EAC542	tp_karavan_knotofdementia	Karavan Teleporter Pact for the Knot of Dementia	a	the	Karavan Teleporter Pacts for the Knot of Dementia	\d	the	
    -_F05BEE6B807B5949	tp_karavan_lagoonsofloria	Karavan Teleporter Pact for the Lagoons of Loria	a	the	Karavan Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_AA7D405FD07733AE	tp_karavan_maidengrove	Karavan Teleporter Pact for Maiden Grove	a	the	Karavan Teleporter Pacts for Maiden Grove	\d	the	
    -_B4C8033D6438055B	tp_karavan_majesticgarden	Karavan Teleporter Pact for Majestic Garden	a	the	Karavan Teleporter Pacts for Majestic Garden	\d	the	
    -_27FB186B3F6B105B	tp_karavan_matis_nland	Karavan Teleporter Pact for Matis Island	a	the	Karavan Teleporter Pacts for Matis Island	\d	the	
    -_2B0003D9FB4652A0	tp_karavan_min_cho	Karavan Teleporter Pact for Min-Cho	a	the	Karavan Teleporter Pacts for Min-Cho	\d	the	
    -_086DD39432160637	tp_karavan_natae	Karavan Teleporter Pact for Natae	a	the	Karavan Teleporter Pacts for Natae	\d	the	
    -_57C567996B776D11	tp_karavan_nexus_bagne	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_84E2F8B6D5DE361C	tp_karavan_nexus_route_gouffre	Karavan Teleporter Pact for the Tunnel from Nexus to the Lands of Umbra	a	the	Karavan Teleporter Pacts for the Tunnel from Nexus to the Lands of Umbra	\d	the	
    -_1A05AF996B776D15	tp_karavan_nexus_terre	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_7DA9D210F140D102	tp_karavan_oflovaksoasis	Karavan Teleporter Pact for Oflovak's Oasis	a	the	Karavan Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_61BEACDA446C1A64	tp_karavan_outlawcanyon	Karavan Teleporter Pact for Outlaw Canyon	a	the	Karavan Teleporter Pacts for Outlaw Canyon	\d	the	
    -_52F2B92391598728	tp_karavan_pyr	Karavan Teleporter Pact for Pyr	a	the	Karavan Teleporter Pacts for Pyr	\d	the	
    -_9B1CBDA51A7E0630	tp_karavan_restingwater	Karavan Teleporter Pact for Resting Water	a	the	Karavan Teleporter Pacts for Resting Water	\d	the	
    -_1ABB01AFA4DD421A	tp_karavan_sawdustmines	Karavan Teleporter Pact for the Sawdust Mines	a	the	Karavan Teleporter Pacts for the Sawdust Mines	\d	the	
    -_7C0C573AE515763E	tp_karavan_the_abyss_of_ichor_matis	Karavan Teleporter Pact for the Abyss of Ichor	a	the	Karavan Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_ACEF6B89EFF683D2	tp_karavan_the_abyss_of_ichor_nexus	Karavan Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Karavan Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_D9039F4C550E0C9E	tp_karavan_the_elusive_forest	Karavan Teleporter Pact for Elusive Forest	a	the	Karavan Teleporter Pacts for Elusive Forest	\d	the	
    -_7A4E851C0223ECBD	tp_karavan_the_land_of_continuity	Karavan Teleporter Pact for the Land of Continuity	a	the	Karavan Teleporter Pacts for the Land of Continuity	\d	the	
    -_06E496880F0E05FD	tp_karavan_the_sunken_city	Karavan Teleporter Pact for Sunken City	a	the	Karavan Teleporter Pacts for Sunken City	\d	the	
    -_050611BD5ADED3E5	tp_karavan_the_trench_of_trials_tryker	Karavan Teleporter Pact for the Tunnel from Trench of Trials to Tryker	a	the	Karavan Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_6F04544CB4227F19	tp_karavan_the_trench_of_trials_zorai	Karavan Teleporter Pact for the Trench of Trials	a	the	Karavan Teleporter Pacts for the Trench of Trials	\d	the	
    -_083062EC9C411FEA	tp_karavan_the_under_spring_fyros	Karavan Teleporter Pact for Under Spring	a	the	Karavan Teleporter Pacts for Under Spring	\d	the	
    -_D580AC75A4B84EC1	tp_karavan_the_under_spring_zorai	Karavan Teleporter Pact for the Tunnel from the Under Spring to Zoraï	a	the	Karavan Teleporter Pacts for the Tunnel from the Under Spring to Zoraï	\d	the	
    -_EF6AFE41BD8BE5BB	tp_karavan_the_windy_gate	Karavan Teleporter Pact for Windy Gate	a	the	Karavan Teleporter Pacts for Windy Gate	\d	the	
    -_2E255D1B81B08B88	tp_karavan_thefount	Karavan Teleporter Pact for Fount	a	the	Karavan Teleporter Pacts for Fount	\d	the	
    -_2E6AF12CFEDE369A	tp_karavan_thesavagedunes	Karavan Teleporter Pact for the Savage Dunes	a	the	Karavan Teleporter Pacts for the Savage Dunes	\d	the	
    -_07A654F422A079A2	tp_karavan_thescorchedcorridor	Karavan Teleporter Pact for Scorched Corridor	a	the	Karavan Teleporter Pacts for Scorched Corridor	\d	the	
    -_DD89677C4941635F	tp_karavan_thesos	Karavan Teleporter Pact for Thesos	a	the	Karavan Teleporter Pacts for Thesos	\d	the	
    -_75573983FF2A937E	tp_karavan_thevoid	Karavan Teleporter Pact for the Void	a	the	Karavan Teleporter Pacts for the Void	\d	the	
    -_3C29DD1169BC9B86	tp_karavan_upperbog	Karavan Teleporter Pact for Upper Bog	a	the	Karavan Teleporter Pacts for Upper Bog	\d	the	
    -_C9ADC04A270F25B7	tp_karavan_windermeer	Karavan Teleporter Pact for Windermeer	a	the	Karavan Teleporter Pacts for Windermeer	\d	the	
    -_09CE55410CB24EEA	tp_karavan_windsofmuse	Karavan Teleporter Pact for the Winds of Muse	a	the	Karavan Teleporter Pacts for the Winds of Muse	\d	the	
    -_AE64B5D442E946B1	tp_karavan_yrkanis	Karavan Teleporter Pact for Yrkanis	a	the	Karavan Teleporter Pacts for Yrkanis	\d	the	
    -_BF5AEE7DE77B0684	tp_karavan_zora	Karavan Teleporter Pact for Zora	a	the	Karavan Teleporter Pacts for Zora	\d	the	
    -_269542E4564A0009	tr_armor01_armpad	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves
    -_6679BD9E1C75C420	tr_armor01_bottes	Tryker Armor Boots	\d	the	Tryker Armor Boots	\d	the	Tryker Armor Boots
    -_19FD0CA86C30E961	tr_armor01_gilet	Tryker Armor Vest	a	the	Tryker Armor Vests	\d	the	Tryker Armor Vest
    -_E18329C8B0DD09BC	tr_armor01_hand	Tryker Armor Gloves	\d	the	Tryker Armor Gloves	\d	the	Tryker Armor Gloves
    -_353A50532AECD6BE	tr_armor01_pantabotte	Tryker Armor Pants	\d	the	Tryker Armor Pants	\d	the	Tryker Armor Pants
    -_DD8801867AAB9510	tr_cheveux_long01	Tryker Long Haircut	\d	the	Tryker Long Hairs	\d	the	Tryker Long Hair
    -_00256400F38CF4FD	tr_cheveux_medium01	Tryker Medium Haircut	a	the	Tryker Medium Haircuts	\d	the	Tryker Medium Hair 
    -_004B19A91A3B6E7F	tr_cheveux_shave01	Tryker Shaved Haircut	a	the	Tryker Shaved Haircuts	\d	the	Tryker Shaved Hair 
    -_B138A14DA24291CF	tr_cheveux_short01	Tryker Short Haircut	a	the	Tryker Short Haircuts	\d	the	Tryker Short Hair 
    -_447A177EFC059053	tr_civil01_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_1C022FC387FAF3F9	tr_civil01_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_F50B862FB34462A5	tr_civil01_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_8DF257059F60464D	tr_civil01_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_A84E93271FD5C0E9	tr_civil01_pantabotte	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E0D798FF552274E4	tr_underwear_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_501B323F7C7C007C	tr_underwear_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_C6E204E463388FFD	tr_underwear_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_E23EC4A6B1C3187B	tr_underwear_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_99DA9DA901A7A752	tr_underwear_pantabottes	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E456C7C0FAEF1D80	tr_visage	Tryker Mask	a	the	Tryker Masks	\d	the	Tryker Mask
    -_4FD497CA9C228D54	white_medicine	White Medicine	a	the	White Medicines	\d	the	
    -_B48A13949FC1E9F7	yellow_medicine	Yellow Medicine	a	the	Yellow Medicines	\d	the	
    -_5350258124F9E4E0	young_girl_pendant	Young Girl's Pendant	a	the	Young Girl's Pendants	\d	the	
    -_64487EAFDA350772	young_live_seed	Young Living Seed	a	the	Young Living Seeds	\d	the	
    -_A0F756FB4B0101ED	zerx_stomach	Zerx Stomach	a	the	Zerx Stomachs	\d	the	
    -_8BF0911F2636D4B7	zerx_tusks	Zerx Tusks	a	the	Zerx Tusks	\d	the	
    -_64E48C79FA976B16	zo_armor01_armpad	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves
    -_DEC0A0FFD609825E	zo_armor01_bottes	Zoraï Armor Boots	\d	the	Zoraï Armor Boots	\d	the	Zoraï Armor Boots
    -_03575BDEE4B6DB9F	zo_armor01_gilet	Zoraï Armor Vest	a	the	Zoraï Armor Vests	\d	the	Zoraï Armor Vest
    -_15E2AB945E5FE890	zo_armor01_hand	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves
    -_AFFE72885FF48D19	zo_armor01_pantabotte	Zoraï Armor Pants	\d	the	Zoraï Armor Pants	\d	the	Zoraï Armor Pants
    -_FA61FF16AFEA8745	zo_cheveux_long01	Zoraï Long Haircutcut	a	the	Zoraï Long Haircuts	\d	the	Zoraï Long Hair
    -_F63486C2BEE5F948	zo_cheveux_medium01	Zoraï Medium Haircut	a	the	Zoraï Medium Haircuts	\d	the	Zoraï Medium Hair
    -_54F9783AC7BD39B0	zo_cheveux_shave01	Zoraï Shaved Haircut	a	the	Zoraï Shaved Haircuts	\d	the	Zoraï Shaved Hair
    -_1FB8D0E5CA645BC0	zo_cheveux_short01	Zoraï Short Haircut	a	the	Zoraï Short Haircuts	\d	the	Zoraï Short Hair
    -_D19CA7BD6D3E9260	zo_civil01_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_6583873BEE245811	zo_civil01_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_1CADE54BE19BBE3E	zo_civil01_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_4C7924456876943E	zo_civil01_pantabotte	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_895A939874F45C26	zo_underwear_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_9641BCF8C2FE8684	zo_underwear_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_6E43CB5F28D0F217	zo_underwear_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_945318581D3F86D7	zo_underwear_hand	Zoraï Gloves	\d	the	Zoraï Gloves	\d	the	Zoraï Gloves
    -_A1EEBAE4550F7379	zo_underwear_pantabottes	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_F900487B3A309824	zo_visage	Zoraï Mask	a	the	Zoraï Masks	\d	the	Zoraï Mask
    -_9467AF8854C572D9	icfacb	Droge Boots	\d	the	Droge Boots	\d	the	Fyros Caster Boots
    -_8AE5AEF243A8538E	icfacg	Droge Gloves	\d	the	Droge Gloves	\d	the	Fyros Caster Gloves
    -_1857779654B56ED9	icfacp	Droge Pants	\d	the	Droge Pants	\d	the	Fyros Caster Pants
    -_D11348882578CB31	icfacs	Droge Sleeves	\d	the	Droge Sleeves	\d	the	Fyros Caster Sleeves
    -_8D8962AE4CE18E47	icfacv	Droge Vest	a	the	Droge Vests	\d	the	Fyros Caster Vest
    -_7A6A71829D564DF9	icfr2ab	Burning Fraser	a	the	Burning Frasers	\d	the	Two-handed Burning Autolauncher
    -_8CF5ECEC1A858547	icfr2lb	Burning Brazer	a	the	Burning Brazers	\d	the	Two-handed Fyros Burning Launcher
    -_5CB36472C3515D84	icfsbb	Burning Blok	a	the	Burning Bloks	\d	the	Fyros Burning Buckler
    -_65EE1F67A543BA84	icmacb	Vestini Boots	\d	the	Vestini Boots	\d	the	Matis Caster Boots
    -_DBA2581DDAB2C1D6	icmacg	Vestini Gloves	\d	the	Vestini Gloves	\d	the	Matis Caster Gloves
    -_65EE1B58A614BA92	icmacp	Vestini Pants	\d	the	Vestini Pants	\d	the	Matis Caster Pants
    -_09B1F8ADA8114B63	icmacs	Vestini Sleeves	\d	the	Vestini Sleeves	\d	the	Matis Caster Sleeves
    -_65883F0ED9E655AD	icmacv	Vestini Vest	a	the	Vestini Vests	\d	the	Matis Caster Vest
    -_9E2CE211B5C3C01F	icmm1psl	Living Palor Spear	a	the	Living Palors Spears	\d	the	One-handed Matis Living Spear
    -_D3CF01118FDCE16D	icmm1pdl	Living Limmel Dagger	a	the	Living Limmels Daggers	\d	the	One-handed Matis Living Dagger
    -_86F538940BF32D56	icmm2ppl	Living Krop Pike	a	the	Living Krops Pikes	\d	the	Two-handed Matis Living Pike
    -_A2A4BE1360CA3B2D	icmm2ssl	Living Slathe Sword	a	the	Living Slathes Swords	\d	the	Two-handed Matis Living Long Sword
    -_A61358368149F453	icmr1pl	Living Maka Pistol	a	the	Living Makas Pistols	\d	the	One-handed Matis Living Pistol
    -_C9902A1D2DB066EF	icmr2rl	Living Stylone Rifle	a	the	Living Stylones Rifles	\d	the	Two-handed Matis Living Rifle
    -_5FF325E63108A94A	icmsbl	Living Wod Buckler	a	the	Living Wods Bucklers	\d	the	Matis Living Buckler
    -_3ED1357F14EF0049	icralb	Refugee Light Boots	\d	the	Refugee Light Boots	\d	the	Refugee Light Boots
    -_7B56811D6B11CB1D	icralg	Refugee Light Gloves	\d	the	Refugee Light Gloves	\d	the	Refugee Light Gloves
    -_B581B6120C7B0416	icrals	Refugee Light Sleeves	\d	the	Refugee Light Sleeves	\d	the	Refugee Light Sleeves
    -_5D79C709C119C322	ictacb	Lithen Boots	\d	the	Lithen Boots	\d	the	Tryker Caster Boots
    -_75F3B886ABA4196B	ictacg	Lithen Gloves	\d	the	Lithen Gloves	\d	the	Tryker Caster Gloves
    -_E179C70941596714	ictacp	Lithen Pants	\d	the	Lithen Pants	\d	the	Tryker Caster Pants
    -_9E44AC0ED6829CE3	ictacs	Lithen Sleeves	\d	the	Lithen Sleeves	\d	the	Tryker Caster Sleeves
    -_97B76203A3C55F66	ictacv	Lithen Vest	a	the	Lithen Vests	\d	the	Tryker Caster Vest
    -_A8A8BB10D410205E	ictm1pdw	Waving Fyler Dagger	a	the	Waving Fylers Daggers	\d	the	One-handed Tryker Waving Dagger
    -_89957B12DF110A03	ictm1ssw	Waving Tanner Sword	a	the	Waving Tanners Swords	\d	the	One-handed Tryker Waving Sword
    -_1EA35A6728332B21	ictm2ssw	Waving Flence Sword	a	the	Waving Flences Sword	\d	the	Two-handed Tryker Waving Long Sword
    -_E0801C132F672B62	ictr1bw	Waving Fletcher Bowpistol	a	the	Waving Fletchers Bowpistols	\d	the	One-handed Tryker Waving Bowpistol
    -_825EDDC969EB2A95	ictsbw	Waving Stilten Buckler	a	the	Waving Stiltens Bucklers	\d	the	Tryker Waving Buckler
    -_F096CE005FE83740	iczacb	Lin-Ko Boots	\d	the	Lin-Ko Boots	\d	the	Zoraï Caster Boots
    -_44F9936D72B63A41	iczacg	Lin-Ko Gloves	\d	the	Lin-Ko Gloves	\d	the	Zoraï Caster Gloves
    -_6D77CE00DF28DF3F	iczacp	Lin-Ko Pants	\d	the	Lin-Ko Pants	\d	the	Zoraï Caster Pants
    -_45931F1FE590B4FA	iczacs	Lin-Ko Sleeves	\d	the	Lin-Ko Sleeves	\d	the	Zoraï Caster Sleeves
    -_E2AA1DFAE264867F	iczacv	Lin-Ko Vest	a	the	Lin-Ko Vests	\d	the	Zoraï Caster Vest
    -_5CF176EB88D5BC11	iczm1bme	Electric Nanka Mace	an	the	Electric Nankas Maces	\d	the	One-handed Zoraï Electric Mace
    -_DCA1965060EBF132	iczm2bme	Electric Kanka Mace	an	the	Electric Kankas Maces	\d	the	Two-handed Zoraï Electric Long Mace
    -_B7214AE3AFCDFC0E	iczr2be	Electric Ma-Kam Bowrifle	an	the	Electric Ma-Kam Bowrifles	\d	the	Two-handed Zoraï Electric Bowrifle
    -_DB694C4D0445EB54	iczr2le	Electric Ba-Koon Launcher	an	the	Electric Ba-Koon Launchers	\d	the	Two-handed Zoraï Electric Launcher
    -_BB7A582F40CADE67	iczsbe	Electric Kastu Buckler	an	the	Electric Kastus Bucklers	\d	the	Electric Zoraï Buckler
    -_AF58BA57E7A8747B	icfacb_2	Drogeus Boots	\d	the	Drogeus Boots	\d	the	Medium Quality Fyros Caster Boots
    -_0977FFD83D537D1B	icfacg_2	Drogeus Gloves	\d	the	Drogeus Gloves	\d	the	Medium Quality Fyros Caster Gloves
    -_6F68BA65A7C8E47B	icfacp_2	Drogeus Pants	\d	the	Drogeus Pants	\d	the	Medium Quality Fyros Caster Pants
    -_4AB8B5B3696E22F0	icfacs_2	Drogeus Sleeves	\d	the	Drogeus Sleeves	\d	the	Medium Quality Fyros Caster Sleeves
    -_DCE9C14C2CC06160	icfacv_2	Drogeus Vest	a	the	Drogeus Vests	\d	the	Medium Quality Fyros Caster Vest
    -_6665BCC2192618DE	icfahb_2	Kostomus Boots	\d	the	Kostomus Boots	\d	the	Medium Quality Fyros Heavy Boots
    -_4A1E81A64FEAFAC5	icfahg_2	Kostomus Gloves	\d	the	Kostomus Gloves	\d	the	Medium Quality Fyros Heavy Gloves
    -_6DADEA79A1105A75	icfahh_2	Kostomus Helmet	a	the	Kostomus Helmets	\d	the	Medium Quality Fyros Heavy Helmet
    -_AA85F4C196074CD0	icfahp_2	Kostomus Pants	\d	the	Kostomus Pants	\d	the	Medium Quality Fyros Heavy Pants
    -_7C2E752DBEEB30AE	icfahs_2	Kostomus Sleeves	\d	the	Kostomus Sleeves	\d	the	Medium Quality Fyros Heavy Sleeves
    -_3177C82DA3961191	icfahv_2	Kostomus Vest	a	the	Kostomus Vests	\d	the	Medium Quality Fyros Heavy Vest
    -_5848C14E2B384CAD	icfalb_2	Hobenus Boots	\d	the	Hobenus Boots	\d	the	Medium Quality Fyros Light Boots
    -_48152FE887552CBC	icfalg_2	Hobenus Gloves	\d	the	Hobenus Gloves	\d	the	Medium Quality Fyros Light Gloves
    -_1858C15C2B284CBB	icfalp_2	Hobenus Pants	\d	the	Hobenus Pants	\d	the	Medium Quality Fyros Light Pants
    -_CD080DEA3B207A04	icfals_2	Hobenus Sleeves	\d	the	Hobenus Sleeves	\d	the	Medium Quality Fyros Light Sleeves
    -_6924E5480C50BD8A	icfalv_2	Hobenus Vest	a	the	Hobenus Vests	\d	the	Medium Quality Fyros Light Vest
    -_B098A256E8489896	icfamb_2	Rilonus Boots	\d	the	Rilonus Boots	\d	the	Medium Quality Fyros Medium Boots
    -_0637EBF03DE3893B	icfamg_2	Rilonus Gloves	\d	the	Rilonus Gloves	\d	the	Medium Quality Fyros Medium Gloves
    -_70A8A264A8680896	icfamp_2	Rilonus Pants	\d	the	Rilonus Pants	\d	the	Medium Quality Fyros Medium Pants
    -_D02891C16AEFEAEB	icfams_2	Rilonus Sleeves	\d	the	Rilonus Sleeves	\d	the	Medium Quality Fyros Medium Sleeves
    -_E038B95D6900897C	icfamv_2	Rilonus Vest	a	the	Rilonus Vests	\d	the	Medium Quality Fyros Medium Vest
    -_4BDCA9CCF336399B	icfm1bm_2	Massonus Mace	a	the	Massonus Maces	\d	the	One-handed Medium Quality Fyros Mace
    -_D4245D773459FA9A	icfm1bs_2	Talusus Staff	a	the	Talusus Staffs	\d	the	One-handed Medium Quality Fyros Staff
    -_F5B8582C50BE7D11	icfm1pd_2	Jabus Dagger	a	the	Jabus Daggers	\d	the	One-handed Medium Quality Fyros Dagger
    -_D924397734994290	icfm1ps_2	Kronkus Spear	a	the	Kronkus Spears	\d	the	One-handed Medium Quality Fyros Spear
    -_A8DEDE6727561987	icfm1sa_2	Clevenus Axe	a	the	Clevenus Axes	\d	the	One-handed Medium Quality Fyros Axe
    -_BBC9B82601199973	icfm1ss_2	Blamus Sword	a	the	Blamus Swords	\d	the	One-handed Medium Quality Fyros Sword
    -_8ACAC9539F2B92BC	icfm2bm_2	Hampus Mace	a	the	Hampus Maces	\d	the	Two-handed Medium Quality Fyros Long Mace
    -_14FFC1CC73A755A2	icfm2pp_2	Punnelus Pike	a	the	Punnelus Pikes	\d	the	Two-handed Medium Quality Fyros Pike
    -_CE0CD51028C015A4	icfm2sa_2	Retchus Axe	a	the	Retchus Axes	\d	the	Two-handed Medium Quality Fyros Long Axe
    -_47924A476AFA14BA	icfm2ss_2	Stavonus Sword	a	the	Stavonus Swords	\d	the	Two-handed Medium Quality Fyros Long Sword
    -_0568F7B84EDC4ABF	icfr1b_2	Koltonus Bowpistol	a	the	Koltonus Bowpistols	\d	the	One-handed Medium Quality Fyros Bowpistol
    -_A2EB740CAB0BED47	icfr1p_2	Rimelus Pistol	a	the	Rimelus Pistols	\d	the	One-handed Medium Quality Fyros Pistol
    -_4A05D6E1E76DA8B0	icfr2a_2	Fraserus Autolauncher	a	the	Fraserus Autolaunchers	\d	the	Two-handed Medium Quality Fyros Autolauncher
    -_42D1D2E100A162AF	icfr2b_2	Strabusus Bowrifle	a	the	Strabusus Bowrifles	\d	the	Two-handed Medium Quality Fyros Bowrifle
    -_D92B052BC5937E25	icfr2l_2	Brazerus Launcher	a	the	Brazerus Launchers	\d	the	Two-handed Medium Quality Fyros Launcher
    -_BC9E6AB7C8A83DF6	icfr2r_2	Strammelus Rifle	a	the	Strammelus Rifles	\d	the	Two-handed Medium Quality Fyros Rifle
    -_4FD9E97C6608BA7E	icmacb_2	Modi Vestini Boots	\d	the	Modi Vestini Boots	\d	the	Medium Quality Matis Caster Boots
    -_D113DE427AD4EFA0	icmacg_2	Modi Vestini Gloves	\d	the	Modi Vestini Gloves	\d	the	Medium Quality Matis Caster Gloves
    -_D3D9E56EAA282670	icmacp_2	Modi Vestini Pants	\d	the	Modi Vestini Pants	\d	the	Medium Quality Matis Caster Pants
    -_CE3F80B9117FA54D	icmacs_2	Modi Vestini Sleeves	\d	the	Modi Vestini Sleeves	\d	the	Medium Quality Matis Caster Sleeves
    -_FF9B21ECF769F999	icmacv_2	Modi Vestini Vest	a	the	Modi Vestini Vests	\d	the	Medium Quality Matis Caster Vest
    -_70882DC89326F8C4	icmahb_2	Modi Parok Boots	\d	the	Modi Parok Boots	\d	the	Medium Quality Matis Heavy Boots
    -_28AAE211C24C31BC	icmahg_2	Modi Parok Gloves	\d	the	Modi Parok Gloves	\d	the	Medium Quality Matis Heavy Gloves
    -_BD1FBAC4A5BA8E82	icmahh_2	Modi Parok Helmet	a	the	Modi Parok Helmets	\d	the	Medium Quality Matis Heavy Helmet
    -_716929BA17262CB5	icmahp_2	Modi Parok Pants	\d	the	Modi Parok Pants	\d	the	Medium Quality Matis Heavy Pants
    -_0EB88115F3194148	icmahs_2	Modi Parok Sleeves	\d	the	Modi Parok Sleeves	\d	the	Medium Quality Matis Heavy Sleeves
    -_39C85EB50DF58C48	icmahv_2	Modi Parok Vest	a	the	Modi Parok Vests	\d	the	Medium Quality Matis Heavy Vest
    -_D96BC0DDFA488167	icmalb_2	Modi Wiva Boots	\d	the	Modi Wiva Boots	\d	the	Medium Quality Matis Light Boots
    -_3CD938B578A62FBE	icmalg_2	Modi Wiva Gloves	\d	the	Modi Wiva Gloves	\d	the	Medium Quality Matis Light Gloves
    -_563C88EBBA68F166	icmalp_2	Modi Wiva Pants	\d	the	Modi Wiva Pants	\d	the	Medium Quality Matis Light Pants
    -_7494293F4CB81DC9	icmals_2	Modi Wiva Sleeves	\d	the	Modi Wiva Sleeves	\d	the	Medium Quality Matis Light Sleeves
    -_C7D2A1C95D7EFD44	icmalv_2	Modi Wiva Vest	a	the	Modi Wiva Vests	\d	the	Medium Quality Matis Light Vest
    -_967B0CBB4D585266	icmamb_2	Modi Striva Boots	\d	the	Modi Striva Boots	\d	the	Medium Quality Matis Medium Boots
    -_81AA085C6C576E41	icmamg_2	Modi Striva Gloves	\d	the	Modi Striva Gloves	\d	the	Medium Quality Matis Medium Gloves
    -_75CE6AF6D41DA18D	icmamp_2	Modi Striva Pants	\d	the	Modi Striva Pants	\d	the	Medium Quality Matis Medium Pants
    -_CA4F0E4490C5DFDF	icmams_2	Modi Striva Sleeves	\d	the	Modi Striva Sleeves	\d	the	Medium Quality Matis Medium Sleeves
    -_64AE9682DDE6866B	icmamv_2	Modi Striva Vest	a	the	Modi Striva Vests	\d	the	Medium Quality Matis Medium Vest
    -_C686BF45F7CD416D	icmm1bm_2	Modi Bristo Mace	a	the	Modi Bristo Maces	\d	the	One-handed Medium Quality Matis Mace
    -_03D47B9CBD88F3DF	icmm1bs_2	Modi Battoni Staff	a	the	Modi Battoni Staffs	\d	the	One-handed Medium Quality Matis Staff
    -_AF964C8F7A36C8B5	icmm1pd_2	Modi Limmel Dagger	a	the	Modi Limmel Daggers	\d	the	One-handed Medium Quality Matis Dagger
    -_AF9AB808342F2913	icmm1ps_2	Modi Palor Spear	a	the	Modi Palor Spears	\d	the	One-handed Medium Quality Matis Spear
    -_A8BC22DABFCBDF30	icmm1sa_2	Modi Haque Axe	a	the	Modi Haques Axes	\d	the	One-handed Medium Quality Matis Axe
    -_85FE2081835A51D7	icmm1ss_2	Modi Klyde Sword	a	the	Modi Klydes Swords	\d	the	One-handed Medium Quality Matis Sword
    -_4C00528143939EDD	icmm2bm_2	Modi Gondo Mace	a	the	Modi Gondos Maces	\d	the	Two-handed Medium Quality Matis Long Mace
    -_374752CE0D456E58	icmm2pp_2	Modi Krop Pike	a	the	Modi Krops Pikes	\d	the	Two-handed Medium Quality Matis Pike
    -_6BE22F1C8A710737	icmm2sa_2	Modi Klout Axe	a	the	Modi Klouts Axes	\d	the	Two-handed Medium Quality Matis Long Axe
    -_BDC88D43171974C0	icmm2ss_2	Modi Slathe Sword	a	the	Modi Slathe Swords	\d	the	Two-handed Medium Quality Matis Long Sword
    -_30750694640A2455	icmr1b_2	Modi Riva Bowpistol	a	the	Modi Riva Bowpistols	\d	the	One-handed Medium Quality Matis Bowpistol
    -_198E28732F76EEE4	icmr1p_2	Modi Maka Pistol	a	the	Modi Maka Pistols	\d	the	One-handed Medium Quality Matis Pistol
    -_BEA8B18F115F49B8	icmr2a_2	Modi Morikov Autolauncher	a	the	Modi Morikovs Autolaunchers	\d	the	Two-handed Medium Quality Matis Autolauncher
    -_9880407BE3EBBB3A	icmr2b_2	Modi Polta Bowrifle	a	the	Modi Polta Bowrifles	\d	the	Two-handed Medium Quality Matis Bowrifle
    -_DC42F06A1AEA2B31	icmr2l_2	Modi Vulca Launcher	a	the	Modi Vulca Launchers	\d	the	Two-handed Medium Quality Matis Launcher
    -_087E735F8DDBD912	icmr2r_2	Modi Stylone Rifle	a	the	Modi Stylone Rifles	\d	the	Two-handed Medium Quality Matis Rifle
    -_A02DBA5CA268CC8B	ictacb_2	Lor-Lithen Boots	\d	the	Lor-Lithen Boots	\d	the	Medium Quality Tryker Caster Boots
    -_8BE3E3DBB8A981F6	ictacg_2	Lor-Lithen Gloves	\d	the	Lor-Lithen Gloves	\d	the	Medium Quality Tryker Caster Gloves
    -_242DB64E2658C88B	ictacp_2	Lor-Lithen Pants	\d	the	Lor-Lithen Pants	\d	the	Medium Quality Tryker Caster Pants
    -_C82C30DEB3E22F85	ictacs_2	Lor-Lithen Sleeves	\d	the	Lor-Lithen Sleeves	\d	the	Medium Quality Tryker Caster Sleeves
    -_174AEE0A968A1141	ictacv_2	Lor-Lithen Vest	a	the	Lor-Lithen Vests	\d	the	Medium Quality Tryker Caster Vest
    -_28F8DEFDDDE9B4CF	ictahb_2	Lor-Tashok Boots	\d	the	Lor-Tashok Boots	\d	the	Medium Quality Tryker Heavy Boots
    -_73646BF0BABB26B1	ictahg_2	Lor-Tashok Gloves	\d	the	Lor-Tashok Gloves	\d	the	Medium Quality Tryker Heavy Gloves
    -_CF51D769DA2EF507	ictahh_2	Lor-Tashok Helmet	a	the	Lor-Tashok Helmets	\d	the	Medium Quality Tryker Heavy Helmet
    -_30F8DAEF61E9E4B3	ictahp_2	Lor-Tashok Pants	\d	the	Lor-Tashok Pants	\d	the	Medium Quality Tryker Heavy Pants
    -_86ED1C01BE169782	ictahs_2	Lor-Tashok Sleeves	\d	the	Lor-Tashok Sleeves	\d	the	Medium Quality Tryker Heavy Sleeves
    -_5DAD95201812055E	ictahv_2	Lor-Tashok Vest	a	the	Lor-Tashok Vests	\d	the	Medium Quality Tryker Heavy Vest
    -_EAF8F6E12029F0C5	ictalb_2	Lor-Tissan Boots	\d	the	Lor-Tissan Boots	\d	the	Medium Quality Tryker Light Boots
    -_32038FE67DEB0EC0	ictalg_2	Lor-Tissan Gloves	\d	the	Lor-Tissan Gloves	\d	the	Medium Quality Tryker Light Gloves
    -_F2F8F2D3A42920A9	ictalp_2	Lor-Tissan Pants	\d	the	Lor-Tissan Pants	\d	the	Medium Quality Tryker Light Pants
    -_092D38F34136CF78	ictals_2	Lor-Tissan Sleeves	\d	the	Lor-Tissan Sleeves	\d	the	Medium Quality Tryker Light Sleeves
    -_DA5EA11557723569	ictalv_2	Lor-Tissan Vest	a	the	Lor-Tissan Vests	\d	the	Medium Quality Tryker Light Vest
    -_22BBDA4B6187D48F	ictamb_2	Lor-Fabren Boots	\d	the	Lor-Fabren Boots	\d	the	Medium Quality Tryker Medium Boots
    -_0AB28FDFBD8861FF	ictamg_2	Lor-Fabren Gloves	\d	the	Lor-Fabren Gloves	\d	the	Medium Quality Tryker Medium Gloves
    -_A6BBD63DE577D08F	ictamp_2	Lor-Fabren Pants	\d	the	Lor-Fabren Pants	\d	the	Medium Quality Tryker Medium Pants
    -_030C58DE3570776C	ictams_2	Lor-Fabren Sleeves	\d	the	Lor-Fabren Sleeves	\d	the	Medium Quality Tryker Medium Sleeves
    -_17EB9212D378014F	ictamv_2	Lor-Fabren Vest	a	the	Lor-Fabren Vests	\d	the	Medium Quality Tryker Medium Vest
    -_8C8A20D58E2EFA94	ictm1bm_2	Lor-Tumbler Mace	a	the	Lor-Tumbler Maces	\d	the	One-handed Medium Quality Tryker Mace
    -_4F1D423F9E93B421	ictm1bs_2	Lor-Brok Staff	a	the	Lor-Brok Staffs	\d	the	One-handed Medium Quality Tryker Staff
    -_4318E1B63B4643DC	ictm1pd_2	Lor-Fyler Dagger	a	the	Lor-Fyler Daggers	\d	the	One-handed Medium Quality Tryker Dagger
    -_D84EDE780158F2A4	ictm1ps_2	Lor-Pyker Spear	a	the	Lor-Pyker Spears	\d	the	One-handed Medium Quality Tryker Spear
    -_B83AD76671F4B03D	ictm1sa_2	Lor-Lopper Axe	a	the	Lor-Lopper Swords Axes	\d	the	One-handed Medium Quality Tryker Axe
    -_BE1EE98DD2FF57EF	ictm1ss_2	Lor-Tanner Sword	a	the	Lor-Tanner Swords	\d	the	One-handed Medium Quality Tryker Sword
    -_B8833A5C0A0107C2	ictm2bm_2	Lor-Gaffer Mace	a	the	Lor-Gaffer Maces	\d	the	Two-handed Medium Quality Tryker Long Mace
    -_97ADF0C1AA059564	ictm2pp_2	Lor-Jak Pike	a	the	Lor-Jak Pikes	\d	the	Two-handed Medium Quality Tryker Pike
    -_F0BE930091BC9557	ictm2sa_2	Lor-Weld Axe	a	the	Lor-Weld Axes	\d	the	Two-handed Medium Quality Tryker Long Axe
    -_3CD256FC6D1306E5	ictm2ss_2	Lor-Flence Sword	a	the	Lor-Flence Swords	\d	the	Two-handed Medium Quality Tryker Long Sword
    -_C005E508DE04D5FD	ictr1b_2	Lor-Fletcher Bowpistol	a	the	Lor-Fletcher Bowpistols	\d	the	One-handed Medium Quality Tryker Bowpistol
    -_51446BE5C40E5DB9	ictr1p_2	Lor-Rade Pistol	a	the	Lor-Rade Pistols	\d	the	One-handed Medium Quality Tryker Pistol
    -_722D7A5A4A4DE44B	ictr2a_2	Lor-Rayler Autolauncher	a	the	Lor-Rayler Autolaunchers	\d	the	Two-handed Medium Quality Tryker Autolauncher
    -_47DA0AFD21AE80EB	ictr2b_2	Lor-Flunker Bowrifle	a	the	Lor-Flunker Bowrifles	\d	the	Two-handed Medium Quality Tryker Bowrifle
    -_14A0AC9458478FB3	ictr2l_2	Lor-Doomer Launcher	a	the	Lor-Doomer Launchers	\d	the	Two-handed Medium Quality Tryker Launcher
    -_860CC96AC7610AF4	ictr2r_2	Lor-Boomer Rifle	a	the	Lor-Boomer Rifles	\d	the	Two-handed Medium Quality Tryker Rifle
    -_9127035B1BA11DBB	iczacb_2	Li'Lin-Ko Boots	\d	the	Li'Lin-Ko Boots	\d	the	Medium Quality Zoraï Caster Boots
    -_E867A56D71B137FF	iczacg_2	Li'Lin-Ko Gloves	\d	the	Li'Lin-Ko Gloves	\d	the	Medium Quality Zoraï Caster Gloves
    -_CE283B5BDBC18DBA	iczacp_2	Li'Lin-Ko Pants	\d	the	Li'Lin-Ko Pants	\d	the	Medium Quality Zoraï Caster Pants
    -_8C10E23737744947	iczacs_2	Li'Lin-Ko Sleeves	\d	the	Li'Lin-Ko Sleeves	\d	the	Medium Quality Zoraï Caster Sleeves
    -_620F018BF2F3A161	iczacv_2	Li'Lin-Ko Vest	a	the	Li'Lin-Ko Vests	\d	the	Medium Quality Zoraï Caster Vest
    -_D677B77D856358A5	iczahb_2	Li'Tan-Ko Boots	\d	the	Li'Tan-Ko Boots	\d	the	Medium Quality Zoraï Heavy Boots
    -_34D95C06767F6304	iczahg_2	Li'Tan-Ko Gloves	\d	the	Li'Tan-Ko Gloves	\d	the	Medium Quality Zoraï Heavy Gloves
    -_D76FB96DE5C971D1	iczahh_2	Li'Tan-Ko Helmet	a	the	Li'Tan-Ko Helmets	\d	the	Medium Quality Zoraï Heavy Helmet
    -_53487F8B4583C8A4	iczahp_2	Li'Tan-Ko Pants	\d	the	Li'Tan-Ko Pants	\d	the	Medium Quality Zoraï Heavy Pants
    -_1E32863E3854AD77	iczahs_2	Li'Tan-Ko Sleeves	\d	the	Li'Tan-Ko Sleeves	\d	the	Medium Quality Zoraï Heavy Sleeves
    -_C35F4D9A7F4E1160	iczahv_2	Li'Tan-Ko Vest	a	the	Li'Tan-Ko Vests	\d	the	Medium Quality Zoraï Heavy Vest
    -_D2B7B76F87B220B7	iczalb_2	Li'Nin-Ka Boots	\d	the	Li'Nin-Ka Boots	\d	the	Medium Quality Zoraï Light Boots
    -_B2D95CFB71DF7306	iczalg_2	Li'Nin-Ka Gloves	\d	the	Li'Nin-Ka Gloves	\d	the	Medium Quality Zoraï Light Gloves
    -_4F887F7D47D290B6	iczalp_2	Li'Nin-Ka Pants	\d	the	Li'Nin-Ka Pants	\d	the	Medium Quality Zoraï Light Pants
    -_9CE26E3039947583	iczals_2	Li'Nin-Ka Sleeves	\d	the	Li'Nin-Ka Sleeves	\d	the	Medium Quality Zoraï Light Sleeves
    -_C2BF5D8C7FCEE55E	iczalv_2	Li'Nin-Ka Vest	a	the	Li'Nin-Ka Vests	\d	the	Medium Quality Zoraï Light Vest
    -_8FC7034DDAC2F1B6	iczamb_2	Li'Shaï-Don Boots	\d	the	Li'Shaï-Don Boots	\d	the	Medium Quality Zoraï Medium Boots
    -_02CC7C26D8757102	iczamg_2	Li'Shaï-Don Gloves	\d	the	Li'Shaï-Don Gloves	\d	the	Medium Quality Zoraï Medium Gloves
    -_CB5C8FE77603C10C	iczamp_2	Li'Shaï-Don Pants	\d	the	Li'Shaï-Don Pants	\d	the	Medium Quality Zoraï Medium Pants
    -_56BB19ADBC073D42	iczams_2	Li'Shaï-Don Sleeves	\d	the	Li'Shaï-Don Sleeves	\d	the	Medium Quality Zoraï Medium Sleeves
    -_ACB292D249998AAD	iczamv_2	Li'Shaï-Don Vest	a	the	Li'Shaï-Don Vests	\d	the	Medium Quality Zoraï Medium Vest
    -_B829E071A6353DB5	iczm1bm_2	Li'Nanka Mace	a	the	Li'Nanka Maces	\d	the	One-handed Medium Quality Zoraï Mace
    -_26AF6A96D385A954	iczm1bs_2	Li'Shopan Staff	a	the	Li'Shopan Staffs	\d	the	One-handed Medium Quality Zoraï Staff
    -_8948E05C730BC1D3	iczm1pd_2	Li'Lam Dagger	a	the	Li'Lam Daggers	\d	the	One-handed Medium Quality Zoraï Dagger
    -_E705B13826155F69	iczm1ps_2	Li'Katoo Spear	a	the	Li'Katoo Spears	\d	the	One-handed Medium Quality Zoraï Spear
    -_8AD4B48886A584DF	iczm1sa_2	Li'Chok Axe	a	the	Li'Chok Axes	\d	the	One-handed Medium Quality Zoraï Axe
    -_A8F541496CD43F7A	iczm1ss_2	Li'Kovan Sword	a	the	Li'Kovan Swords	\d	the	One-handed Medium Quality Zoraï Sword
    -_3B6F6DD2F93739BF	iczm2bm_2	Li'Kanka Mace	a	the	Li'Kanka Maces	\d	the	Two-handed Medium Quality Zoraï Long Mace
    -_DF9C7A9D806A252F	iczm2pp_2	Li'Pukatoo Pike	a	the	Li'Pukatoo Pikes	\d	the	Two-handed Medium Quality Zoraï Pike
    -_6A8D9AEBD2FDC395	iczm2sa_2	Li'Kra-Cho Axe	a	the	Li'Kra-Cho Axes	\d	the	Two-handed Medium Quality Zoraï Long Axe
    -_00E61B16D20F764C	iczm2ss_2	Li'Matchata Sword	a	the	Li'Matchata Swords	\d	the	Two-handed Medium Quality Zoraï Long Sword
    -_0F2BB617E6C0C686	iczr1b_2	Li'Zin-Kan Bowpistol	a	the	Li'Zin-Kan Bowpistols	\d	the	One-handed Medium Quality Zoraï Bowpistol
    -_34D9531443B2C794	iczr1p_2	Li'Tchaï Pistol	a	the	Li'Tchaïs Pistols	\d	the	One-handed Medium Quality Zoraï Pistol
    -_4AF1F9B9D34547DE	iczr2a_2	Li'Mo-Ka Autolauncher	a	the	Li'Mo-Ka Autolaunchers	\d	the	Two-handed Medium Quality Zoraï Autolauncher
    -_CBE2C532878B98C7	iczr2b_2	Li'Ma-Kam Bowrifle	a	the	Li'Ma-Kam Bowrifles	\d	the	Two-handed Medium Quality Zoraï Bowrifle
    -_814D0F8AE06A9A49	iczr2l_2	Li'Ba-Zoon Launcher	a	the	Li'Ba-Zoon Launchers	\d	the	Two-handed Medium Quality Zoraï Launcher
    -_6197AE357C0C77A1	iczr2r_2	Li'Shoy-Ton Rifle	a	the	Li'Shoy-Ton Rifles	\d	the	Two-handed Medium Quality Zoraï Rifle
    -_05279034E96815A8	icfacb_3	Drogyx Boots	\d	the	Drogyx Boots	\d	the	High Quality Fyros Caster Boots
    -_D1452DD50A23F7AB	icfacg_3	Drogyx Gloves	\d	the	Drogyx Gloves	\d	the	High Quality Fyros Caster Gloves
    -_C547C018F1684DA8	icfacp_3	Drogyx Pants	\d	the	Drogyx Pants	\d	the	High Quality Fyros Caster Pants
    -_43FBD28478112C7A	icfacs_3	Drogyx Sleeves	\d	the	Drogyx Sleeves	\d	the	High Quality Fyros Caster Sleeves
    -_E2A1D94863195392	icfacv_3	Drogyx Vest	a	the	Drogyx Vests	\d	the	High Quality Fyros Caster Vest
    -_CB73FD94C47644B4	icfahb_3	Kostomyx Boots	\d	the	Kostomyx Boots	\d	the	High Quality Fyros Heavy Boots
    -_786C28B2D3D774B4	icfahg_3	Kostomyx Gloves	\d	the	Kostomyx Gloves	\d	the	High Quality Fyros Heavy Gloves
    -_1D371A7A1A22153B	icfahh_3	Kostomyx Helmet	a	the	Kostomyx Helmets	\d	the	High Quality Fyros Heavy Helmet
    -_0F933594C46640B4	icfahp_3	Kostomyx Pants	\d	the	Kostomyx Pants	\d	the	High Quality Fyros Heavy Pants
    -_E3CD95A14C402E89	icfahs_3	Kostomyx Sleeves	\d	the	Kostomyx Sleeves	\d	the	High Quality Fyros Heavy Sleeves
    -_AB90187DBC811592	icfahv_3	Kostomyx Vest	a	the	Kostomyx Vests	\d	the	High Quality Fyros Heavy Vest
    -_1AF54024FBC7EFC2	icfalb_3	Hobenyx Boots	\d	the	Hobenyx Boots	\d	the	High Quality Fyros Light Boots
    -_5454D9AF32A55C9C	icfalg_3	Hobenyx Gloves	\d	the	Hobenyx Gloves	\d	the	High Quality Fyros Light Gloves
    -_57E64032FBC727C1	icfalp_3	Hobenyx Pants	\d	the	Hobenyx Pants	\d	the	High Quality Fyros Light Pants
    -_38D784E87DF7744A	icfals_3	Hobenyx Sleeves	\d	the	Hobenyx Sleeves	\d	the	High Quality Fyros Light Sleeves
    -_AB35A1E89F834039	icfalv_3	Hobenyx Vest	a	the	Hobenyx Vests	\d	the	High Quality Fyros Light Vest
    -_1AC7C9D0FB90EBC4	icfamb_3	Rilonyx Boots	\d	the	Rilonyx Boots	\d	the	High Quality Fyros High Boots
    -_1E50F4C7EED690CC	icfamg_3	Rilonyx Gloves	\d	the	Rilonyx Gloves	\d	the	High Quality Fyros High Gloves
    -_9F3711E8FB9023CE	icfamp_3	Rilonyx Pants	\d	the	Rilonyx Pants	\d	the	High Quality Fyros High Pants
    -_BF66B0EEBB28697E	icfams_3	Rilonyx Sleeves	\d	the	Rilonyx Sleeves	\d	the	High Quality Fyros High Sleeves
    -_EF56AD328A8340C6	icfamv_3	Rilonyx Vest	a	the	Rilonyx Vests	\d	the	High Quality Fyros High Vest
    -_8206D96E2FF36D1E	icfm1bm_3	Massonyx Mace	a	the	Massonyx Maces	\d	the	One-handed High Quality Fyros Mace
    -_242D59283356951C	icfm1bs_3	Talusyx Staff	a	the	Talusyx Staffs	\d	the	One-handed High Quality Fyros Staff
    -_DFE740E144382563	icfm1pd_3	Jabyx Dagger	a	the	Jabyx Daggers	\d	the	One-handed High Quality Fyros Dagger
    -_2B1D45243396AD17	icfm1ps_3	Kronkyx Spear	a	the	Kronkyx Spears	\d	the	One-handed High Quality Fyros Spear
    -_EB5C39A85E418D43	icfm1sa_3	Clevenyx Axe	a	the	Clevenyx Axes	\d	the	One-handed High Quality Fyros Axe
    -_E5207CD03494752F	icfm1ss_3	Blamyx Sword	a	the	Blamyx Swords	\d	the	One-handed High Quality Fyros Sword
    -_86E902221BE56D03	icfm2bm_3	Hampyx Mace	a	the	Hampyx Maces	\d	the	Two-handed High Quality Fyros Long Mace
    -_49A9057670648925	icfm2pp_3	Punnelyx Pike	a	the	Punnelyx Pikes	\d	the	Two-handed High Quality Fyros Pike
    -_AB0B6AD3E6BA71E5	icfm2sa_3	Retchyx Axe	a	the	Retchyx Axes	\d	the	Two-handed High Quality Fyros Long Axe
    -_5F8CE6258337CBFC	icfm2ss_3	Stavonyx Sword	a	the	Stavonyx Swords	\d	the	Two-handed High Quality Fyros Long Sword
    -_F101D18EBE9D0AF1	icfr1b_3	Koltonyx Bowpistol	a	the	Koltonyx Bowpistols	\d	the	One-handed High Quality Fyros Bowpistol
    -_1029F3FDC0357D7F	icfr1p_3	Rimelyx Pistol	a	the	Rimelyx Pistols	\d	the	One-handed High Quality Fyros Pistol
    -_25F2A0CCD45ACBC6	icfr2a_3	Fraseryx Autolauncher	a	the	Fraseryx Autolaunchers	\d	the	Two-handed High Quality Fyros Autolauncher
    -_AE30D458F0F1E2DD	icfr2b_3	Strabusyx Bowrifle	a	the	Strabusyx Bowrifles	\d	the	Two-handed High Quality Fyros Bowrifle
    -_53CEF30591FB9539	icfr2l_3	Brazeryx Launcher	a	the	Brazeryx Launchers	\d	the	Two-handed High Quality Fyros Launcher
    -_AB186DF674F5D0E8	icfr2r_3	Strammelyx Rifle	a	the	Strammelyx Rifles	\d	the	Two-handed High Quality Fyros Rifle
    -_6F06477554CA0144	icmacb_3	Kara Vestini Boots	\d	the	Kara Vestini Boots	\d	the	High Quality Matis Caster Boots
    -_B794DD5DDEF93AC6	icmacg_3	Kara Vestini Gloves	\d	the	Kara Vestini Gloves	\d	the	High Quality Matis Caster Gloves
    -_F3064775D40AA536	icmacp_3	Kara Vestini Pants	\d	the	Kara Vestini Pants	\d	the	High Quality Matis Caster Pants
    -_35B3CE168E128F2E	icmacs_3	Kara Vestini Sleeves	\d	the	Kara Vestini Sleeves	\d	the	High Quality Matis Caster Sleeves
    -_6EFBBC1878D5823F	icmacv_3	Kara Vestini Vest	a	the	Kara Vestini Vests	\d	the	High Quality Matis Caster Vest
    -_9779399ABBC58D97	icmahb_3	Kara Parok Boots	\d	the	Kara Parok Boots	\d	the	High Quality Matis Heavy Boots
    -_A9186CF1ADDAC0C8	icmahg_3	Kara Parok Gloves	\d	the	Kara Parok Gloves	\d	the	High Quality Matis Heavy Gloves
    -_31F32968DA14A689	icmahh_3	Kara Parok Helmet	a	the	Kara Parok Helmets	\d	the	High Quality Matis Heavy Helmet
    -_1B69FD9A3FC5C189	icmahp_3	Kara Parok Pants	\d	the	Kara Parok Pants	\d	the	High Quality Matis Heavy Pants
    -_9D5EC703D55879BA	icmahs_3	Kara Parok Sleeves	\d	the	Kara Parok Sleeves	\d	the	High Quality Matis Heavy Sleeves
    -_0E542ABA46AF006D	icmahv_3	Kara Parok Vest	a	the	Kara Parok Vests	\d	the	High Quality Matis Heavy Vest
    -_9EBB1BF07D55802A	icmalb_3	Kara Wiva Boots	\d	the	Kara Wiva Boots	\d	the	High Quality Matis Light Boots
    -_A4BA389147764185	icmalg_3	Kara Wiva Gloves	\d	the	Kara Wiva Gloves	\d	the	High Quality Matis Light Gloves
    -_1B9C1BEFBA56F029	icmalp_3	Kara Wiva Pants	\d	the	Kara Wiva Pants	\d	the	High Quality Matis Light Pants
    -_F5DC2376741778C3	icmals_3	Kara Wiva Sleeves	\d	the	Kara Wiva Sleeves	\d	the	High Quality Matis Light Sleeves
    -_54A5E876DFEF9104	icmalv_3	Kara Wiva Vest	a	the	Kara Wiva Vests	\d	the	High Quality Matis Light Vest
    -_9E8417F17D2709D7	icmamb_3	Kara Striva Boots	\d	the	Kara Striva Boots	\d	the	High Quality Matis Medium Boots
    -_1C54594199DA7DD0	icmamg_3	Kara Striva Gloves	\d	the	Kara Striva Gloves	\d	the	High Quality Matis Medium Gloves
    -_231EE96B6245A4C5	icmamp_3	Kara Striva Pants	\d	the	Kara Striva Pants	\d	the	High Quality Matis Medium Pants
    -_B15E195DE18E966D	icmams_3	Kara Striva Sleeves	\d	the	Kara Striva Sleeves	\d	the	High Quality Matis Medium Sleeves
    -_710D4A67BB2901B3	icmamv_3	Kara Striva Vest	a	the	Kara Striva Vests	\d	the	High Quality Matis Medium Vest
    -_6FE4210C607B4070	icmm1bm_3	Kara Bristo Mace	a	the	Kara Bristo Maces	\d	the	One-handed High Quality Matis Mace
    -_3163B234224C159D	icmm1bs_3	Kara Battoni Staff	a	the	Kara Battoni Staffs	\d	the	One-handed High Quality Matis Staff
    -_1834BA283B8A3A88	icmm1pd_3	Kara Limmel Dagger	a	the	Kara Limmel Daggers	\d	the	One-handed High Quality Matis Dagger
    -_59FFCECB613E28A4	icmm1ps_3	Kara Palor Spear	a	the	Kara Palor Spears	\d	the	One-handed High Quality Matis Spear
    -_92FDBDCE6E7A4469	icmm1sa_3	Kara Haque Axe	a	the	Kara Haque Axes	\d	the	One-handed High Quality Matis Axe
    -_9E6CE6D429BCECC2	icmm1ss_3	Kara Klyde Sword	a	the	Kara Klyde Swords	\d	the	One-handed High Quality Matis Sword
    -_7A91EA1F6B89EF02	icmm2bm_3	Kara Gondo Mace	a	the	Kara Gondo Maces	\d	the	Two-handed High Quality Matis Long Mace
    -_9979EDC2BCAE4CA6	icmm2pp_3	Kara Krop Pike	a	the	Kara Krop Pikes	\d	the	Two-handed High Quality Matis Pike
    -_4F7D7E4781BCE182	icmm2sa_3	Kara Klout Axe	a	the	Kara Klout Axes	\d	the	Two-handed High Quality Matis Long Axe
    -_15371EC68963B545	icmm2ss_3	Kara Slathe Sword	a	the	Kara Slathe Swords	\d	the	Two-handed High Quality Matis Long Sword
    -_A4B25E816E84278C	icmr1b_3	Kara Riva Bowpistol	a	the	Kara Riva Bowpistols	\d	the	One-handed High Quality Matis Bowpistol
    -_FE8DBC1223516638	icmr1p_3	Kara Maka Pistol	a	the	Kara Maka Pistols	\d	the	One-handed High Quality Matis Pistol
    -_2F322D2B876C9132	icmr2a_3	Kara Morikov Autolauncher	a	the	Kara Morikov Autolaunchers	\d	the	Two-handed High Quality Matis Autolauncher
    -_F3EE7859ED856F7B	icmr2b_3	Kara Polta Bowrifle	a	the	Kara Polta Bowrifles	\d	the	Two-handed High Quality Matis Bowrifle
    -_7C61244E2223AF57	icmr2l_3	Kara Vulca Launcher	a	the	Kara Vulca Launchers	\d	the	Two-handed High Quality Matis Launcher
    -_F959D32DB394B1AB	icmr2r_3	Kara Stylone Rifle	a	the	Kara Stylone Rifles	\d	the	Two-handed High Quality Matis Rifle
    -_8196CBC84C15FCFA	ictacb_3	Ry-Lithen Boots	\d	the	Ry-Lithen Boots	\d	the	High Quality Tryker Caster Boots
    -_0F82240B6BB791E4	ictacg_3	Ry-Lithen Gloves	\d	the	Ry-Lithen Gloves	\d	the	High Quality Tryker Caster Gloves
    -_FE6793D60C356CF9	ictacp_3	Ry-Lithen Pants	\d	the	Ry-Lithen Pants	\d	the	High Quality Tryker Caster Pants
    -_F1125A7DE588C0B4	ictacs_3	Ry-Lithen Sleeves	\d	the	Ry-Lithen Sleeves	\d	the	High Quality Tryker Caster Sleeves
    -_560BD5549144E946	ictacv_3	Ry-Lithen Vest	a	the	Ry-Lithen Vests	\d	the	High Quality Tryker Caster Vest
    -_FDC7DFF154714886	ictahb_3	Ry-Tashok Boots	\d	the	Ry-Tashok Boots	\d	the	High Quality Tryker Heavy Boots
    -_95D4BDAE18B801E9	ictahg_3	Ry-Tashok Gloves	\d	the	Ry-Tashok Gloves	\d	the	High Quality Tryker Heavy Gloves
    -_F067A4ECFB973959	ictahh_3	Ry-Tashok Helmet	a	the	Ry-Tashok Helmets	\d	the	High Quality Tryker Heavy Helmet
    -_7AA8DBE39891B885	ictahp_3	Ry-Tashok Pants	\d	the	Ry-Tashok Pants	\d	the	High Quality Tryker Heavy Pants
    -_BFA6C27327C8A8D4	ictahs_3	Ry-Tashok Sleeves	\d	the	Ry-Tashok Sleeves	\d	the	High Quality Tryker Heavy Sleeves
    -_D87311649627BC57	ictahv_3	Ry-Tashok Vest	a	the	Ry-Tashok Vests	\d	the	High Quality Tryker Heavy Vest
    -_3F271BF4D3223484	ictalb_3	Ry-Tissan Boots	\d	the	Ry-Tissan Boots	\d	the	High Quality Tryker Light Boots
    -_1385BDB9548819FC	ictalg_3	Ry-Tissan Gloves	\d	the	Ry-Tissan Gloves	\d	the	High Quality Tryker Light Gloves
    -_BC0817E61742A483	ictalp_3	Ry-Tissan Pants	\d	the	Ry-Tissan Pants	\d	the	High Quality Tryker Light Pants
    -_81A6CE6825B9C4D2	ictals_3	Ry-Tissan Sleeves	\d	the	Ry-Tissan Sleeves	\d	the	High Quality Tryker Light Sleeves
    -_5503E9761358BC5E	ictalv_3	Ry-Tissan Vest	a	the	Ry-Tissan Vests	\d	the	High Quality Tryker Light Vest
    -_4897A1D1C35CDA59	ictamb_3	Ry-Fabren Boots	\d	the	Ry-Fabren Boots	\d	the	High Quality Tryker High Boots
    -_51A50DD8BC410DE4	ictamg_3	Ry-Fabren Gloves	\d	the	Ry-Fabren Gloves	\d	the	High Quality Tryker High Gloves
    -_5C381BE25A540F7C	ictamp_3	Ry-Fabren Pants	\d	the	Ry-Fabren Pants	\d	the	High Quality Tryker High Pants
    -_04C89068E2BA70C8	ictams_3	Ry-Fabren Sleeves	\d	the	Ry-Fabren Sleeves	\d	the	High Quality Tryker High Sleeves
    -_D103287253B91903	ictamv_3	Ry-Fabren Vest	a	the	Ry-Fabren Vests	\d	the	High Quality Tryker High Vest
    -_65ED75BB2837286B	ictm1bm_3	Ry-Tumbler Mace	a	the	Ry-Tumbler Maces	\d	the	One-handed High Quality Tryker Mace
    -_F3C934712CD6110B	ictm1bs_3	Ry-Brok Staff	a	the	Ry-Brok Staffs	\d	the	One-handed High Quality Tryker Staff
    -_798109E1F9C41B85	ictm1pd_3	Ry-Fyler Dagger	a	the	Ry-Fyler Daggers	\d	the	One-handed High Quality Tryker Dagger
    -_4CCC11CDEAF88561	ictm1ps_3	Ry-Pyker Spear	a	the	Ry-Pyker Spears	\d	the	One-handed High Quality Tryker Spear
    -_F4E930BB6FB6546D	ictm1sa_3	Ry-Lopper Axe	a	the	Ry-Lopper Axes	\d	the	One-handed High Quality Tryker Axe
    -_2F7976D7BAC570A2	ictm1ss_3	Ry-Tanner Sword	a	the	Ry-Tanner Swords	\d	the	One-handed High Quality Tryker Sword
    -_DBFEAF0A8F224CA7	ictm2bm_3	Ry-Gaffer Mace	a	the	Ry-Gaffer Maces	\d	the	Two-handed High Quality Tryker Long Mace
    -_C4A3E85C0B50DC3E	ictm2pp_3	Ry-Jak Pike	a	the	Ry-Jak Pikes	\d	the	Two-handed High Quality Tryker Pike
    -_35D844C12BD47796	ictm2sa_3	Ry-Weld Axe	a	the	Ry-Weld Axes	\d	the	Two-handed High Quality Tryker Long Axe
    -_8BAE0DD6F6FA49F7	ictm2ss_3	Ry-Flence Sword	a	the	Ry-Flence Swords	\d	the	Two-handed High Quality Tryker Long Sword
    -_F99B0891A47B1B20	ictr1b_3	Ry-Fletcher Bowpistol	a	the	Ry-Fletcher Bowpistols	\d	the	One-handed High Quality Tryker Bowpistol
    -_F50D05F21FB698BA	ictr1p_3	Ry-Rade Pistol	a	the	Ry-Rade Pistols	\d	the	One-handed High Quality Tryker Pistol
    -_91A0CB7AE55203B0	ictr2a_3	Ry-Rayler Autolauncher	a	the	Ry-Rayler Autolaunchers	\d	the	Two-handed High Quality Tryker Autolauncher
    -_10EDB77F2DC6FBBF	ictr2b_3	Ry-Flunker Bowrifle	a	the	Ry-Flunker Bowrifles	\d	the	Two-handed High Quality Tryker Bowrifle
    -_8E5452640B0B497E	ictr2l_3	Ry-Doomer Launcher	a	the	Ry-Doomer Launchers	\d	the	Two-handed High Quality Tryker Launcher
    -_AD3AF91A17EADC5D	ictr2r_3	Ry-Boomer Rifle	a	the	Ry-Boomer Rifles	\d	the	Two-handed High Quality Tryker Rifle
    -_02C82E1BC1E4D867	iczacb_3	Zo'Lin-Ko Boots	\d	the	Zo'Lin-Ko Boots	\d	the	High Quality Zoraï Caster Boots
    -_D852384CD123050C	iczacg_3	Zo'Lin-Ko Gloves	\d	the	Zo'Lin-Ko Gloves	\d	the	High Quality Zoraï Caster Gloves
    -_7FA92A0D05044866	iczacp_3	Zo'Lin-Ko Pants	\d	the	Zo'Lin-Ko Pants	\d	the	High Quality Zoraï Caster Pants
    -_5AFD765FA8B428F6	iczacs_3	Zo'Lin-Ko Sleeves	\d	the	Zo'Lin-Ko Sleeves	\d	the	High Quality Zoraï Caster Sleeves
    -_4D33294E1CCEB243	iczacv_3	Zo'Lin-Ko Vest	a	the	Zo'Lin-Ko Vests	\d	the	High Quality Zoraï Caster Vest
    -_A89752200A878F78	iczahb_3	Zo'Tan-Ko Boots	\d	the	Zo'Tan-Ko Boots	\d	the	High Quality Zoraï Heavy Boots
    -_9DD2CC6B3F2D45E6	iczahg_3	Zo'Tan-Ko Gloves	\d	the	Zo'Tan-Ko Gloves	\d	the	High Quality Zoraï Heavy Gloves
    -_BB603395DC94E583	iczahh_3	Zo'Tan-Ko Helmet	a	the	Zo'Tan-Ko Helmets	\d	the	High Quality Zoraï Heavy Helmet
    -_2578521F4788FF77	iczahp_3	Zo'Tan-Ko Pants	\d	the	Zo'Tan-Ko Pants	\d	the	High Quality Zoraï Heavy Pants
    -_A3304089E4A438F1	iczahs_3	Zo'Tan-Ko Sleeves	\d	the	Zo'Tan-Ko Sleeves	\d	the	High Quality Zoraï Heavy Sleeves
    -_54531053E13FABEE	iczahv_3	Zo'Tan-Ko Vest	a	the	Zo'Tan-Ko Vests	\d	the	High Quality Zoraï Heavy Vest
    -_20F762160C268F7F	iczalb_3	Zo'Nin-Ka Boots	\d	the	Zo'Nin-Ka Boots	\d	the	High Quality Zoraï Light Boots
    -_1C12CC65BDDD0DEA	iczalg_3	Zo'Nin-Ka Gloves	\d	the	Zo'Nin-Ka Gloves	\d	the	High Quality Zoraï Light Gloves
    -_9DD862154927FF7E	iczalp_3	Zo'Nin-Ka Pants	\d	the	Zo'Nin-Ka Pants	\d	the	High Quality Zoraï Light Pants
    -_2130607061041001	iczals_3	Zo'Nin-Ka Sleeves	\d	the	Zo'Nin-Ka Sleeves	\d	the	High Quality Zoraï Light Sleeves
    -_91922849E2BF93FA	iczalv_3	Zo'Nin-Ka Vest	a	the	Zo'Nin-Ka Vests	\d	the	High Quality Zoraï Light Vest
    -_FD729665044C04BA	iczamb_3	Zo'Shaï-Don Boots	\d	the	Zo'Shaï-Don Boots	\d	the	High Quality Zoraï Medium Boots
    -_1AA4751A0932A00F	iczamg_3	Zo'Shaï-Don Gloves	\d	the	Zo'Shaï-Don Gloves	\d	the	High Quality Zoraï Medium Gloves
    -_7DB20665043C04C8	iczamp_3	Zo'Shaï-Don Pants	\d	the	Zo'Shaï-Don Pants	\d	the	High Quality Zoraï Medium Pants
    -_C23A3C6E13B79CC1	iczams_3	Zo'Shaï-Don Sleeves	\d	the	Zo'Shaï-Don Sleeves	\d	the	High Quality Zoraï Medium Sleeves
    -_9CB090B165DB8905	iczamv_3	Zo'Shaï-Don Vest	a	the	Zo'Shaï-Don Vests	\d	the	High Quality Zoraï Medium Vest
    -_621977DF18CC387A	iczm1bm_3	Zo'Nanka Mace	a	the	Zo'Nanka Maces	\d	the	One-handed High Quality Zoraï Mace
    -_984099C477B36CD5	iczm1bs_3	Zo'Shopan Staff	a	the	Zo'Shopan Staffs	\d	the	One-handed High Quality Zoraï Staff
    -_B30877C1494C7DF9	iczm1pd_3	Zo'Lam Dagger	a	the	Zo'Lam Daggers	\d	the	One-handed High Quality Zoraï Dagger
    -_148D105D48D9F14D	iczm1ps_3	Zo'Katoo Spear	a	the	Zo'Katoo Spears	\d	the	One-handed High Quality Zoraï Spear
    -_FCCB945A90343F40	iczm1sa_3	Zo'Chok Axe	a	the	Zo'Chok Axes	\d	the	One-handed High Quality Zoraï Axe
    -_967DA06FCAA7BD61	iczm1ss_3	Zo'Kovan Sword	a	the	Zo'Kovan Swords	\d	the	One-handed High Quality Zoraï Sword
    -_E2C9AF43F0E26199	iczm2bm_3	Zo'Kanka Mace	a	the	Zo'Kanka Maces	\d	the	Two-handed High Quality Zoraï Long Mace
    -_5193AD5BA768BCAD	iczm2pp_3	Zo'Pukatoo Pike	a	the	Zo'Pukatoo Pikes	\d	the	Two-handed High Quality Zoraï Pike
    -_FD1D89CD439C3582	iczm2sa_3	Zo'Kra-Cho Axe	a	the	Zo'Kra-Cho Axes	\d	the	Two-handed High Quality Zoraï Long Axe
    -_0D8EBE7ECCFCB626	iczm2ss_3	Zo'Matchata Sword	a	the	Zo'Matchata Swords	\d	the	Two-handed High Quality Zoraï Long Sword
    -_349A4ED889242C4C	iczr1b_3	Zo'Zin-Kan Bowpistol	a	the	Zo'Zin-Kan Bowpistols	\d	the	One-handed High Quality Zoraï Bowpistol
    -_029E98D4F6DCAD18	iczr1p_3	Zo'Tchaï Pistol	a	the	Zo'Tchaï Pistols	\d	the	One-handed High Quality Zoraï Pistol
    -_F9DA316DA7B29142	iczr2a_3	Zo'Mo-Ka Autolauncher	a	the	Zo'Mo-Ka Autolaunchers	\d	the	Two-handed High Quality Zoraï Autolauncher
    -_49E6B2096BEA006E	iczr2b_3	Zo'Ma-Kam Bowrifle	a	the	Zo'Ma-Kam Bowrifles	\d	the	Two-handed High Quality Zoraï Bowrifle
    -_048B557C2883526F	iczr2l_3	Zo'Ba-Zoon Launcher	a	the	Zo'Ba-Zoon Launchers	\d	the	Two-handed High Quality Zoraï Launcher
    -_2B102AE319094019	iczr2r_3	Zo'Shoy-Ton Rifle	a	the	Zo'Shoy-Ton Rifles	\d	the	Two-handed High Quality Zoraï Rifle
    -_2FE34B7B6D7680C2	icfsb_2	Blokus Buckler	a	the	Blokus Bucklers	\d	the	Medium Quality Fyros Buckler
    -_6F87D9665FC98E65	icfss_2	Stokus Shield	a	the	Stokus Shields	\d	the	Medium Quality Fyros Shield
    -_B58C9EDE6B5EDD30	icmsb_2	Modi Wod Buckler	a	the	Modi Wod Bucklers	\d	the	Medium Quality Matis Buckler
    -_736A152053F38DF5	icmss_2	Modi Takod Shield	a	the	Modi Takod Shields	\d	the	Medium Quality Matis Shield
    -_E88B968E83E8827B	ictsb_2	Lor-Stilten Buckler	a	the	Lor-Stilten Bucklers	\d	the	Medium Quality Tryker Buckler
    -_40799949B64A6201	ictss_2	Lor-Parper Shield	a	the	Lor-Parper Shields	\d	the	Medium Quality Tryker Shield
    -_E40CB502BE8DFC46	iczsb_2	Li'Kastu Buckler	a	the	Li'Kastu Bucklers	\d	the	Medium Quality Zoraï Buckler
    -_04ACF5D015A9B79B	iczss_2	Li'Pakmon Shield	a	the	Li'Pakmon Shields	\d	the	Medium Quality Zoraï Shield
    -_A937DD4D588DEADA	icfsb_3	Blokyx Buckler	a	the	Blokyx Bucklers	\d	the	High Quality Fyros Buckler
    -_469175A549461D5D	icfss_3	Stokyx Shield	a	the	Stokyx Shields	\d	the	High Quality Fyros Shield
    -_10D31AC4FBB679CE	icmsb_3	Kara Wod Buckler	a	the	Kara Wod Bucklers	\d	the	High Quality Matis Buckler
    -_1A7935A544CE1151	icmss_3	Kara Takod Shield	a	the	Kara Takod Shields	\d	the	High Quality Matis Shield
    -_4C0E5C2A891EDEFD	ictsb_3	Ry-Stilten Buckler	a	the	Ry-Stilten Bucklers	\d	the	High Quality Tryker Buckler
    -_5728F5DC62A32B3C	ictss_3	Ry-Parper Shield	a	the	Ry-Parper Shields	\d	the	High Quality Tryker Shield
    -_2453F3E68E4594F8	iczsb_3	Zo'Kastu Buckler	a	the	Zo'Kastu Bucklers	\d	the	High Quality Zoraï Buckler
    -_24036AB963D22340	iczss_3	Zo'Pakmon Shield	a	the	Zo'Pakmon Shields	\d	the	High Quality Zoraï Shield
    -_1A54E651EDEFC1EC	iccm2ms	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_5FA7AB2CAABB7E46	icfm2ms	Fyros Magic Amplifier	a	the	Fyros Magic Amplifiers	\d	the	
    -_3B24E7331155BD22	icfm2ms_2	Medium Quality Fyros Magic Amplifier	a	the	Medium Quality Fyros Magic Amplifiers	\d	the	
    -_A943A133EE1B8410	icfm2ms_3	High Quality Fyros Magic Amplifier	a	the	High Quality Fyros Magic Amplifiers	\d	the	
    -_DED7531B6CBB7E46	icmm2ms	Matis Magic Amplifier	a	the	Matis Magic Amplifiers	\d	the	
    -_39D427411155BD22	icmm2ms_2	Medium Quality Matis Magic Amplifier	a	the	Medium Quality Matis Magic Amplifiers	\d	the	
    -_A9B3893567AB2417	icmm2ms_3	High Quality Matis Magic Amplifier	a	the	High Quality Matis Magic Amplifiers	\d	the	
    -_6652D841E1BB198E	ictm2ms	Tryker Magic Amplifier	a	the	Tryker Magic Amplifiers	\d	the	
    -_9DFAA4E66B92E6F5	ictm2ms_2	Medium Quality Tryker Magic Amplifier	a	the	Medium Quality Tryker Magic Amplifiers	\d	the	
    -_9040323005D3E972	ictm2ms_3	High Quality Tryker Magic Amplifier	a	the	High Quality Tryker Magic Amplifiers	\d	the	
    -_FB088336AFBB7EC2	iczm2ms	Zoraï Magic Amplifier	a	the	Zoraï Magic Amplifiers	\d	the	
    -_3565975B1155BD1A	iczm2ms_2	Medium Quality Zoraï Magic Amplifier	a	the	Medium Quality Zoraï Magic Amplifiers	\d	the	
    -_A94B69AFE85C5C24	iczm2ms_3	High Quality Zoraï Magic Amplifier	a	the	High Quality Zoraï Magic Amplifiers	\d	the	
    -_58D035556193AB14	m0001dxacb01	Bundle of Basic Abhaya Wood	a	the	Bundles of Basic Abhaya Wood	\d	the	
    -_C7A3E96BEB761804	m0001dxacc01	Bundle of Fine Abhaya Wood	a	the	Bundles of Fine Abhaya Wood	\d	the	
    -_0A5ECF189D5FCD54	m0001dxadd01	Bundle of Choice Desert Abhaya Wood	a	the	Bundles of Choice Desert Abhaya Wood	\d	the	
    -_D78A9A455ED2D982	m0001dxade01	Bundle of Excellent Desert Abhaya Wood	a	the	Bundles of Excellent Desert Abhaya Wood	\d	the	
    -_BAF27BF4CBF60867	m0001dxadf01	Bundle of Supreme Desert Abhaya Wood	a	the	Bundles of Supreme Desert Abhaya Wood	\d	the	
    -_0A5ED71A1D9FDD54	m0001dxafd01	Bundle of Choice Forest Abhaya Wood	a	the	Bundles of Choice Forest Abhaya Wood	\d	the	
    -_577AC2499ED2D58D	m0001dxafe01	Bundle of Excellent Forest Abhaya Wood	a	the	Bundles of Excellent Forest Abhaya Wood	\d	the	
    -_FA0277FFCD160867	m0001dxaff01	Bundle of Supreme Forest Abhaya Wood	a	the	Bundles of Supreme Forest Abhaya Wood	\d	the	
    -_0A7C9F221B61FD54	m0001dxajd01	Bundle of Choice Jungle Abhaya Wood	a	the	Bundles of Choice Jungle Abhaya Wood	\d	the	
    -_D839DA42DDF2898C	m0001dxaje01	Bundle of Excellent Jungle Abhaya Wood	a	the	Bundles of Excellent Jungle Abhaya Wood	\d	the	
    -_75B16F0550560858	m0001dxajf01	Bundle of Supreme Jungle Abhaya Wood	a	the	Bundles of Supreme Jungle Abhaya Wood	\d	the	
    -_2AD309D1EA393AAE	m0001dxald01	Bundle of Choice Lakes Abhaya Wood	a	the	Bundles of Choice Lakes Abhaya Wood	\d	the	
    -_B6E06386C4FC4157	m0001dxale01	Bundle of Excellent Lakes Abhaya Wood	a	the	Bundles of Excellent Lakes Abhaya Wood	\d	the	
    -_7BCF5353A1E2FD89	m0001dxalf01	Bundle of Supreme Lakes Abhaya Wood	a	the	Bundles of Supreme Lakes Abhaya Wood	\d	the	
    -_3CF6B7208F6D5746	m0001dxapd01	Bundle of Choice Prime Root Abhaya Wood	a	the	Bundles of Choice Prime Root Abhaya Wood	\d	the	
    -_EF9BE112BEBB675C	m0001dxape01	Bundle of Excellent Prime Root Abhaya Wood	a	the	Bundles of Excellent Prime Root Abhaya Wood	\d	the	
    -_56CDD0A31577B139	m0001dxapf01	Bundle of Supreme Prime Root Abhaya Wood	a	the	Bundles of Supreme Prime Root Abhaya Wood	\d	the	
    -_990064EC91DED768	m0006dxacb01	Basic Anete Fiber	some	the	Basic Anete Fibers	\d	the	
    -_D715CA70FD5562A5	m0006dxacc01	Fine Anete Fiber	some	the	Fine Anete Fibers	\d	the	
    -_BB0496D5C908A934	m0006dxadd01	Choice Desert Anete Fiber	some	the	Choice Desert Anete Fibers	\d	the	
    -_EA84D9D2CF7AA096	m0006dxade01	Excellent Desert Anete Fiber	some	the	Excellent Desert Anete Fibers	\d	the	
    -_1D120CE5726D05C8	m0006dxadf01	Supreme Desert Anete Fiber	some	the	Supreme Desert Anete Fibers	\d	the	
    -_BB0496D74908A148	m0006dxafd01	Choice Forest Anete Fiber	some	the	Choice Forest Anete Fibers	\d	the	
    -_AA34E1D3519AA496	m0006dxafe01	Excellent Forest Anete Fiber	some	the	Excellent Forest Anete Fibers	\d	the	
    -_1D1210E832FD35CA	m0006dxaff01	Supreme Forest Anete Fiber	some	the	Supreme Forest Anete Fibers	\d	the	
    -_BD0496BDC7488154	m0006dxajd01	Choice Jungle Anete Fiber	some	the	Choice Jungle Anete Fibers	\d	the	
    -_E524F9D3D3E98898	m0006dxaje01	Excellent Jungle Anete Fiber	some	the	Excellent Jungle Anete Fibers	\d	the	
    -_1D21B8E7B11D5DCE	m0006dxajf01	Supreme Jungle Anete Fiber	some	the	Supreme Jungle Anete Fibers	\d	the	
    -_7A6C983E7EFDDE2D	m0006dxald01	Choice Lakes Anete Fiber	some	the	Choice Lakes Anete Fibers	\d	the	
    -_B011C8DC21058438	m0006dxale01	Excellent Lakes Anete Fiber	some	the	Excellent Lakes Anete Fibers	\d	the	
    -_356D204BF253CC6B	m0006dxalf01	Supreme Lakes Anete Fiber	some	the	Supreme Lakes Anete Fibers	\d	the	
    -_5150380B69A84964	m0006dxapd01	Choice Prime Root Anete Fiber	some	the	Choice Prime Root Anete Fibers	\d	the	
    -_EBA9622B2B0EAD08	m0006dxape01	Excellent Prime Root Anete Fiber	some	the	Excellent Prime Root Anete Fibers	\d	the	
    -_477E584737582657	m0006dxapf01	Supreme Prime Root Anete Fiber	some	the	Supreme Prime Root Anete Fibers	\d	the	
    -_5643D9B18BA0CFE7	m0009chaca01	Fragment of Basic Arma Spine	a	the	Fragments of Basic Arma Spine	\d	the	
    -_CCBF17CCC7D8D143	m0009chacb01	Fragment of Fine Arma Spine	a	the	Fragments of Fine Arma Spine	\d	the	
    -_93A1A2BB267852F9	m0009chafd01	Fragment of Excellent Forest Arma Spine	a	the	Fragments of Excellent Forest Arma Spine	\d	the	
    -_49CE8F7825F8F9B8	m0009chajc01	Fragment of Choice Jungle Arma Spine	a	the	Fragments of Choice Jungle Arma Spine	\d	the	
    -_5170AABBE4475AF5	m0009chajd01	Fragment of Excellent Jungle Arma Spine	a	the	Fragments of Excellent Jungle Arma Spine	\d	the	
    -_81B12D9182CA2F1A	m0009chald01	Fragment of Excellent Lakes Arma Spine	a	the	Fragments of Excellent Lakes Arma Spine	\d	the	
    -_046D8D87D7843B0D	m0009chale01	Fragment of Supreme Lakes Arma Spine	a	the	Fragments of Supreme Lakes Arma Spine	\d	the	
    -_D3D52941931C448F	m0009chapc01	Fragment of Choice Prime Root Arma Spine	a	the	Fragments of Choice Prime Root Arma Spine	\d	the	
    -_3E5511630D309DED	m0009chapd01	Fragment of Excellent Prime Root Arma Spine	a	the	Fragments of Excellent Prime Root Arma Spine	\d	the	
    -_65733CEA0B95098D	m0009chape01	Fragment of Supreme Prime Root Arma Spine	a	the	Fragments of Supreme Prime Root Arma Spine	\d	the	
    -_DBA9FDB7C9EB5146	m0014dxacb01	Handful of Basic Beckers Bark	a	the	Handfuls of Basic Beckers Bark	\d	the	
    -_733855E74B841D17	m0014dxacc01	Handful of Fine Beckers Bark	a	the	Handfuls of Fine Beckers Bark	\d	the	
    -_507723766A85A21D	m0014dxadd01	Handful of Choice Desert Beckers Bark	a	the	Handfuls of Choice Desert Beckers Bark	\d	the	
    -_594BD0704A05EFE1	m0014dxade01	Handful of Excellent Desert Beckers Bark	a	the	Handfuls of Excellent Desert Beckers Bark	\d	the	
    -_D500B95FE7696ACC	m0014dxadf01	Handful of Supreme Desert Beckers Bark	a	the	Handfuls of Supreme Desert Beckers Bark	\d	the	
    -_50774B79ECA5A21E	m0014dxafd01	Handful of Choice Forest Beckers Bark	a	the	Handfuls of Choice Forest Beckers Bark	\d	the	
    -_19FBD871CC25F3E1	m0014dxafe01	Handful of Excellent Forest Beckers Bark	a	the	Handfuls of Excellent Forest Beckers Bark	\d	the	
    -_9720B56B67796ACB	m0014dxaff01	Handful of Supreme Forest Beckers Bark	a	the	Handfuls of Supreme Forest Beckers Bark	\d	the	
    -_0CC56B7D6EE56617	m0014dxajd01	Handful of Choice Jungle Beckers Bark	a	the	Handfuls of Choice Jungle Beckers Bark	\d	the	
    -_54EBF0714E74D7E3	m0014dxaje01	Handful of Excellent Jungle Beckers Bark	a	the	Handfuls of Excellent Jungle Beckers Bark	\d	the	
    -_5880A575A40872B8	m0014dxajf01	Handful of Supreme Jungle Beckers Bark	a	the	Handfuls of Supreme Jungle Beckers Bark	\d	the	
    -_AA8D4B1A8117AD11	m0014dxald01	Handful of Choice Lakes Beckers Bark	a	the	Handfuls of Choice Lakes Beckers Bark	\d	the	
    -_45111E256C4C2688	m0014dxale01	Handful of Excellent Lakes Beckers Bark	a	the	Handfuls of Excellent Lakes Beckers Bark	\d	the	
    -_6836CBB6A9DC67E9	m0014dxalf01	Handful of Supreme Lakes Beckers Bark	a	the	Handfuls of Supreme Lakes Beckers Bark	\d	the	
    -_8117AEC0614FA895	m0014dxapd01	Handful of Choice Prime Root Beckers Bark	a	the	Handfuls of Choice Prime Root Beckers Bark	\d	the	
    -_A1F1A8575F18ADC5	m0014dxape01	Handful of Excellent Prime Root Beckers Bark	a	the	Handfuls of Excellent Prime Root Beckers Bark	\d	the	
    -_0DAF86FE95169BAE	m0014dxapf01	Handful of Supreme Prime Root Beckers Bark	a	the	Handfuls of Supreme Prime Root Beckers Bark	\d	the	
    -_945391968E965E94	m0015dxacb01	Basic Beng Amber	some	the	Basic Beng Amber	\d	the	
    -_8BA4069112FFB565	m0015dxacc01	Fine Beng Amber	some	the	Fine Beng Amber	\d	the	
    -_3E99AE7047D2CC74	m0015dxadd01	Choice Desert Beng Amber	some	the	Choice Desert Beng Amber	\d	the	
    -_5EA7800490416455	m0015dxade01	Excellent Desert Beng Amber	some	the	Excellent Desert Beng Amber	\d	the	
    -_D388A0CBC72C7111	m0015dxadf01	Supreme Desert Beng Amber	some	the	Supreme Desert Beng Amber	\d	the	
    -_40B9AE7287E2C87D	m0015dxafd01	Choice Forest Beng Amber	some	the	Choice Forest Beng Amber	\d	the	
    -_5EA7A80712616456	m0015dxafe01	Excellent Forest Beng Amber	some	the	Excellent Forest Beng Amber	\d	the	
    -_D388A0CFC70CC115	m0015dxaff01	Supreme Forest Beng Amber	some	the	Supreme Forest Beng Amber	\d	the	
    -_C3F9AE670291C07F	m0015dxajd01	Choice Jungle Beng Amber	some	the	Choice Jungle Beng Amber	\d	the	
    -_1AF5C80B94A1284F	m0015dxaje01	Excellent Jungle Beng Amber	some	the	Excellent Jungle Beng Amber	\d	the	
    -_D38828C5C78AF11D	m0015dxajf01	Supreme Jungle Beng Amber	some	the	Supreme Jungle Beng Amber	\d	the	
    -_EECBF76FEBC3A451	m0015dxald01	Choice Lakes Beng Amber	some	the	Choice Lakes Beng Amber	\d	the	
    -_F9881CD33FA45F55	m0015dxale01	Excellent Lakes Beng Amber	some	the	Excellent Lakes Beng Amber	\d	the	
    -_EE8F4764092C332B	m0015dxalf01	Supreme Lakes Beng Amber	some	the	Supreme Lakes Beng Amber	\d	the	
    -_873F9994E488DFD1	m0015dxapd01	Choice Prime Root Beng Amber	some	the	Choice Prime Root Beng Amber	\d	the	
    -_D5ACAD3D41A6C8DE	m0015dxape01	Excellent Prime Root Beng Amber	some	the	Excellent Prime Root Beng Amber	\d	the	
    -_BEB23836960A418E	m0015dxapf01	Supreme Prime Root Beng Amber	some	the	Supreme Prime Root Beng Amber	\d	the	
    -_0A61D7D0C5B3BBBE	m0016dxacb01	Fragment of Basic Big Shell	a	the	Fragments of Basic Big Shell	\d	the	
    -_2E9F94357A837DA6	m0016dxacc01	Fragment of Fine Big Shell	a	the	Fragments of Fine Big Shell	\d	the	
    -_428BB19DE7B7E5A6	m0016dxadd01	Fragment of Choice Desert Big Shell	a	the	Fragments of Choice Desert Big Shell	\d	the	
    -_476D3A77464924B7	m0016dxade01	Fragment of Excellent Desert Big Shell	a	the	Fragments of Excellent Desert Big Shell	\d	the	
    -_4D412FFADAA07ABE	m0016dxadf01	Fragment of Supreme Desert Big Shell	a	the	Fragments of Supreme Desert Big Shell	\d	the	
    -_C28BA9B3E7B7E5A6	m0016dxafd01	Fragment of Choice Forest Big Shell	a	the	Fragments of Choice Forest Big Shell	\d	the	
    -_C98D3E7906F92CB6	m0016dxafe01	Fragment of Excellent Forest Big Shell	a	the	Fragments of Excellent Forest Big Shell	\d	the	
    -_0DD15FFEDAA07EBF	m0016dxaff01	Fragment of Supreme Forest Big Shell	a	the	Fragments of Supreme Forest Big Shell	\d	the	
    -_40CB89C3E9B7E588	m0016dxajd01	Fragment of Choice Jungle Big Shell	a	the	Fragments of Choice Jungle Big Shell	\d	the	
    -_4BDC227F41E944B2	m0016dxaje01	Fragment of Excellent Jungle Big Shell	a	the	Fragments of Excellent Jungle Big Shell	\d	the	
    -_8CF18706DAAF26BA	m0016dxajf01	Fragment of Supreme Jungle Big Shell	a	the	Fragments of Supreme Jungle Big Shell	\d	the	
    -_35D7914F17975169	m0016dxald01	Fragment of Choice Lakes Big Shell	a	the	Fragments of Choice Lakes Big Shell	\d	the	
    -_FCD9AA726D9F3AAD	m0016dxale01	Fragment of Excellent Lakes Big Shell	a	the	Fragments of Excellent Lakes Big Shell	\d	the	
    -_239D0A04D8DBC778	m0016dxalf01	Fragment of Supreme Lakes Big Shell	a	the	Fragments of Supreme Lakes Big Shell	\d	the	
    -_86AB92BCD98346ED	m0016dxapd01	Fragment of Choice Prime Root Big Shell	a	the	Fragments of Choice Prime Root Big Shell	\d	the	
    -_5C58E7A58E170D54	m0016dxape01	Fragment of Excellent Prime Root Big Shell	a	the	Fragments of Excellent Prime Root Big Shell	\d	the	
    -_1731DB0AFF073B9F	m0016dxapf01	Fragment of Supreme Prime Root Big Shell	a	the	Fragments of Supreme Prime Root Big Shell	\d	the	
    -_9A57EDAE8D51478B	m0018chbca01	Fragment of Basic Bodoc Horn	a	the	Fragments of Basic Bodoc Horn	\d	the	
    -_F85931E88396F94E	m0018chbcb01	Fragment of Fine Bodoc Horn	a	the	Fragments of Fine Bodoc Horn	\d	the	
    -_CE039B6726A9AD72	m0018chbfc01	Fragment of Choice Forest Bodoc Horn	a	the	Fragments of Choice Forest Bodoc Horn	\d	the	
    -_A52219776A082028	m0018chbfe01	Fragment of Supreme Forest Bodoc Horn	a	the	Fragments of Supreme Forest Bodoc Horn	\d	the	
    -_4FF01D9DF9F79CF4	m0018chbld01	Fragment of Excellent Lakes Bodoc Horn	a	the	Fragments of Excellent Lakes Bodoc Horn	\d	the	
    -_6AEF2B7FC9EEC5F8	m0018chbpd01	Fragment of Excellent Prime Root Bodoc Horn	a	the	Fragments of Excellent Prime Root Bodoc Horn	\d	the	
    -_9A57EDAE4B806397	m0019chbca01	Fragment of Basic Bodoc Skin	a	the	Fragments of Basic Bodoc Skin	\d	the	
    -_7C5931E88396B147	m0019chbcb01	Fragment of Fine Bodoc Skin	a	the	Fragments of Fine Bodoc Skin	\d	the	
    -_CE039B67E4D8C97E	m0019chbfc01	Fragment of Choice Forest Bodoc Skin	a	the	Fragments of Choice Forest Bodoc Skin	\d	the	
    -_A522F573EAC84C29	m0019chbfe01	Fragment of Supreme Forest Bodoc Skin	a	the	Fragments of Supreme Forest Bodoc Skin	\d	the	
    -_4FF0F99979B7C8F5	m0019chbld01	Fragment of Excellent Lakes Bodoc Skin	a	the	Fragments of Excellent Lakes Bodoc Skin	\d	the	
    -_EEEF2B7FC9EE7DF1	m0019chbpd01	Fragment of Excellent Prime Root Bodoc Skin	a	the	Fragments of Excellent Prime Root Bodoc Skin	\d	the	
    -_89B35D9A4933A5E8	m0020chbca01	Basic Bodoc Nail	a	the	Basic Bodoc Nails	\d	the	
    -_A9FCC5850D41CE04	m0020chbcb01	Fine Bodoc Nail	a	the	Fine Bodoc Nails	\d	the	
    -_F6CADF81B64A1FCC	m0020chbfc01	Choice Forest Bodoc Nail	a	the	Choice Forest Bodoc Nails	\d	the	
    -_7A3EE8FB38F2AC46	m0020chbfe01	Supreme Forest Bodoc Nail	a	the	Supreme Forest Bodoc Nails	\d	the	
    -_78CBCC1E45304C56	m0020chbld01	Excellent Lakes Bodoc Nail	an	the	Excellent Lakes Bodoc Nails	\d	the	
    -_91F7B1212EA71D6E	m0020chbpd01	Excellent Prime Root Bodoc Nail	an	the	Excellent Prime Root Bodoc Nails	\d	the	
    -_8BB295B18AD4956F	m0021dxacb01	Basic Buo Fiber	some	the	Basic Buo Fibers	\d	the	
    -_83E4599D9C95F9CB	m0021dxacc01	Fine Buo Fiber	some	the	Fine Buo Fibers	\d	the	
    -_3A1A43467F304736	m0021dxadd01	Choice Desert Buo Fiber	some	the	Choice Desert Buo Fibers	\d	the	
    -_9136E8EAE263BF18	m0021dxade01	Excellent Desert Buo Fiber	some	the	Excellent Desert Buo Fibers	\d	the	
    -_2A57B3C886D4246D	m0021dxadf01	Supreme Desert Buo Fiber	some	the	Supreme Desert Buo Fibers	\d	the	
    -_7ABA4B48BF304740	m0021dxafd01	Choice Forest Buo Fiber	some	the	Choice Forest Buo Fibers	\d	the	
    -_D146E4F5E483BF18	m0021dxafe01	Excellent Forest Buo Fiber	some	the	Excellent Forest Buo Fibers	\d	the	
    -_AA57B3CBC6C44879	m0021dxaff01	Supreme Forest Buo Fiber	some	the	Supreme Forest Buo Fibers	\d	the	
    -_7A1B5B3DFE5F1B48	m0021dxajd01	Choice Jungle Buo Fiber	some	the	Choice Jungle Buo Fibers	\d	the	
    -_4CF5DCFB67C3BF09	m0021dxaje01	Excellent Jungle Buo Fiber	some	the	Excellent Jungle Buo Fibers	\d	the	
    -_AB5777B985A35083	m0021dxajf01	Supreme Jungle Buo Fiber	some	the	Supreme Jungle Buo Fibers	\d	the	
    -_09667B3FA1BE8C97	m0021dxald01	Choice Lakes Buo Fiber	some	the	Choice Lakes Buo Fibers	\d	the	
    -_463B6FC0427F4B4D	m0021dxale01	Excellent Lakes Buo Fiber	some	the	Excellent Lakes Buo Fibers	\d	the	
    -_E6117F2B91424396	m0021dxalf01	Supreme Lakes Buo Fiber	some	the	Supreme Lakes Buo Fibers	\d	the	
    -_4D2D40CE1966245E	m0021dxapd01	Choice Prime Root Buo Fiber	some	the	Choice Prime Root Buo Fibers	\d	the	
    -_5279DD0D077CC876	m0021dxape01	Excellent Prime Root Buo Fiber	some	the	Excellent Prime Root Buo Fibers	\d	the	
    -_90A1834C98842990	m0021dxapf01	Supreme Prime Root Buo Fiber	some	the	Supreme Prime Root Buo Fibers	\d	the	
    -_96F0F896107C7399	m0023dxacb01	Basic Caprice Seed	a	the	Basic Caprice Seeds	\d	the	
    -_DDD51A4AD553F581	m0023dxacc01	Fine Caprice Seed	a	the	Fine Caprice Seeds	\d	the	
    -_4558A62B05D82560	m0023dxadd01	Choice Desert Caprice Seed	a	the	Choice Desert Caprice Seeds	\d	the	
    -_B00945F34962A142	m0023dxade01	Excellent Desert Caprice Seed	an	the	Excellent Desert Caprice Seeds	\d	the	
    -_1A213F2DE97C393F	m0023dxadf01	Supreme Desert Caprice Seed	a	the	Supreme Desert Caprice Seeds	\d	the	
    -_85F8AE2D45D8256A	m0023dxafd01	Choice Forest Caprice Seed	a	the	Choice Forest Caprice Seeds	\d	the	
    -_B0096DF6CB82A143	m0023dxafe01	Excellent Forest Caprice Seed	an	the	Excellent Forest Caprice Seeds	\d	the	
    -_9A213F30296C5D4B	m0023dxaff01	Supreme Forest Caprice Seed	a	the	Supreme Forest Caprice Seeds	\d	the	
    -_8559BE228407F972	m0023dxajd01	Choice Jungle Caprice Seed	a	the	Choice Jungle Caprice Seeds	\d	the	
    -_6C578DFA4DC2653C	m0023dxaje01	Excellent Jungle Caprice Seed	an	the	Excellent Jungle Caprice Seeds	\d	the	
    -_9B21031EE84B6555	m0023dxajf01	Supreme Jungle Caprice Seed	a	the	Supreme Jungle Caprice Seeds	\d	the	
    -_638DAC52E30EEC9A	m0023dxald01	Choice Lakes Caprice Seed	a	the	Choice Lakes Caprice Seeds	\d	the	
    -_AF967D2FA255FF31	m0023dxale01	Excellent Lakes Caprice Seed	an	the	Excellent Lakes Caprice Seeds	\d	the	
    -_400240D8CA003F4C	m0023dxalf01	Supreme Lakes Caprice Seed	a	the	Supreme Lakes Caprice Seeds	\d	the	
    -_5E3FDDA7993AC894	m0023dxapd01	Choice Prime Root Caprice Seed	a	the	Choice Prime Root Caprice Seeds	\d	the	
    -_274B39EAFA8A3E0D	m0023dxape01	Excellent Prime Root Caprice Seed	an	the	Excellent Prime Root Caprice Seeds	\d	the	
    -_D054DF95AB436E7E	m0023dxapf01	Supreme Prime Root Caprice Seed	a	the	Supreme Prime Root Caprice Seeds	\d	the	
    -_E7B4256E1B57FC76	m0025chcca01	Fragment of Basic Capryni Hoof	a	the	Fragments of Basic Capryni Hoof	\d	the	
    -_3246A0F8C53BF6F8	m0025chccb01	Fragment of Fine Capryni Hoof	a	the	Fragments of Fine Capryni Hoof	\d	the	
    -_EDEDD4E480C48020	m0025chcde01	Fragment of Supreme Desert Capryni Hoof	a	the	Fragments of Supreme Desert Capryni Hoof	\d	the	
    -_44344393C44088C1	m0025chcjd01	Fragment of Excellent Jungle Capryni Hoof	a	the	Fragments of Excellent Jungle Capryni Hoof	\d	the	
    -_3CA9870ECF803742	m0025chcld01	Fragment of Excellent Lakes Capryni Hoof	a	the	Fragments of Excellent Lakes Capryni Hoof	\d	the	
    -_29B2E1BF28E774CA	m0025chcle01	Fragment of Supreme Lakes Capryni Hoof	a	the	Fragments of Supreme Lakes Capryni Hoof	\d	the	
    -_16C459C20E61A3D7	m0031dxacb01	Fragment of Basic Cuty Shell	a	the	Fragments of Basic Cuty Shell	\d	the	
    -_88BF1BFC4B19D533	m0031dxacc01	Fragment of Fine Cuty Shell	a	the	Fragments of Fine Cuty Shell	\d	the	
    -_0A80E36D27B909BD	m0031dxadd01	Fragment of Choice Desert Cuty Shell	a	the	Fragments of Choice Desert Cuty Shell	\d	the	
    -_9111A6CE64E95606	m0031dxade01	Fragment of Excellent Desert Cuty Shell	a	the	Fragments of Excellent Desert Cuty Shell	\d	the	
    -_D7F4216DF18C975E	m0031dxadf01	Fragment of Supreme Desert Cuty Shell	a	the	Fragments of Supreme Desert Cuty Shell	\d	the	
    -_4A70077BA7B909BE	m0031dxafd01	Fragment of Choice Forest Cuty Shell	a	the	Fragments of Choice Forest Cuty Shell	\d	the	
    -_1341A6CFE6195605	m0031dxafe01	Fragment of Excellent Forest Cuty Shell	a	the	Fragments of Excellent Forest Cuty Shell	\d	the	
    -_59044971F19C975E	m0031dxaff01	Fragment of Supreme Forest Cuty Shell	a	the	Fragments of Supreme Forest Cuty Shell	\d	the	
    -_094F0F89A8B9CDA8	m0031dxajd01	Fragment of Choice Jungle Cuty Shell	a	the	Fragments of Choice Jungle Cuty Shell	\d	the	
    -_D110AECFA4E85E01	m0031dxaje01	Fragment of Excellent Jungle Cuty Shell	a	the	Fragments of Excellent Jungle Cuty Shell	\d	the	
    -_5B0361792D2B6353	m0031dxajf01	Fragment of Supreme Jungle Cuty Shell	a	the	Fragments of Supreme Jungle Cuty Shell	\d	the	
    -_5747DA06A91B8ABF	m0031dxald01	Fragment of Choice Lakes Cuty Shell	a	the	Fragments of Choice Lakes Cuty Shell	\d	the	
    -_03D24D97808B132A	m0031dxale01	Fragment of Excellent Lakes Cuty Shell	a	the	Fragments of Excellent Lakes Cuty Shell	\d	the	
    -_C06D91B75BC53FFD	m0031dxalf01	Fragment of Supreme Lakes Cuty Shell	a	the	Fragments of Supreme Lakes Cuty Shell	\d	the	
    -_1656394393DD888E	m0031dxapd01	Fragment of Choice Prime Root Cuty Shell	a	the	Fragments of Choice Prime Root Cuty Shell	\d	the	
    -_FA5515939171A1DD	m0031dxape01	Fragment of Excellent Prime Root Cuty Shell	a	the	Fragments of Excellent Prime Root Cuty Shell	\d	the	
    -_E7D320E6091729A7	m0031dxapf01	Fragment of Supreme Prime Root Cuty Shell	a	the	Fragments of Supreme Prime Root Cuty Shell	\d	the	
    -_16C49992CEE67E91	m0037dxacb01	Basic Dzao Fiber	some	the	Basic Dzao Fibers	\d	the	
    -_C875DAA6924FA574	m0037dxacc01	Fine Dzao Fiber	some	the	Fine Dzao Fibers	\d	the	
    -_C00AB66C8722EC71	m0037dxadd01	Choice Desert Dzao Fiber	some	the	Choice Desert Dzao Fibers	\d	the	
    -_DD774C21CE925C5C	m0037dxade01	Excellent Desert Dzao Fiber	some	the	Excellent Desert Dzao Fibers	\d	the	
    -_558880D5C72C093D	m0037dxadf01	Supreme Desert Dzao Fiber	some	the	Supreme Desert Dzao Fibers	\d	the	
    -_C22AB66EC732E87A	m0037dxafd01	Choice Forest Dzao Fiber	some	the	Choice Forest Dzao Fibers	\d	the	
    -_DD77742450B25C5D	m0037dxafe01	Excellent Forest Dzao Fiber	some	the	Excellent Forest Dzao Fibers	\d	the	
    -_558880D9C70C5941	m0037dxaff01	Supreme Forest Dzao Fiber	some	the	Supreme Forest Dzao Fibers	\d	the	
    -_456AB66342E1E07C	m0037dxajd01	Choice Jungle Dzao Fiber	some	the	Choice Jungle Dzao Fibers	\d	the	
    -_99C59428D2F22056	m0037dxaje01	Excellent Jungle Dzao Fiber	some	the	Excellent Jungle Dzao Fibers	\d	the	
    -_558808CFC78A8949	m0037dxajf01	Supreme Jungle Dzao Fiber	some	the	Supreme Jungle Dzao Fibers	\d	the	
    -_6F4B4B79A8D4C053	m0037dxald01	Choice Lakes Dzao Fiber	some	the	Choice Lakes Dzao Fibers	\d	the	
    -_7B88FCDD3FA4F781	m0037dxale01	Excellent Lakes Dzao Fiber	some	the	Excellent Lakes Dzao Fibers	\d	the	
    -_2B601B79897C233A	m0037dxalf01	Supreme Lakes Dzao Fiber	some	the	Supreme Lakes Dzao Fibers	\d	the	
    -_0590C18728F8DFD7	m0037dxapd01	Choice Prime Root Dzao Fiber	some	the	Choice Prime Root Dzao Fibers	\d	the	
    -_127D8152C1F6B8ED	m0037dxape01	Excellent Prime Root Dzao Fiber	some	the	Excellent Prime Root Dzao Fibers	\d	the	
    -_BF32F450178AFDAA	m0037dxapf01	Supreme Prime Root Dzao Fiber	some	the	Supreme Prime Root Dzao Fibers	\d	the	
    -_39C50274E94684F7	m0040dxacb01	Bundle of Basic Eyota Wood	a	the	Bundles of Basic Eyota Wood	\d	the	
    -_FB9A6CDE479D983B	m0040dxacc01	Bundle of Fine Eyota Wood	a	the	Bundles of Fine Eyota Wood	\d	the	
    -_9A62A448DF532E5B	m0040dxadd01	Bundle of Choice Desert Eyota Wood	a	the	Bundles of Choice Desert Eyota Wood	\d	the	
    -_A0403A6DF33CF30F	m0040dxade01	Bundle of Excellent Desert Eyota Wood	a	the	Bundles of Excellent Desert Eyota Wood	\d	the	
    -_395EB72C235FC39B	m0040dxadf01	Bundle of Supreme Desert Eyota Wood	a	the	Bundles of Supreme Desert Eyota Wood	\d	the	
    -_9A62A84B9FE35E5D	m0040dxafd01	Bundle of Choice Forest Eyota Wood	a	the	Bundles of Choice Forest Eyota Wood	\d	the	
    -_22506271F34CF30F	m0040dxafe01	Bundle of Excellent Forest Eyota Wood	a	the	Bundles of Excellent Forest Eyota Wood	\d	the	
    -_397EB72C279FC39B	m0040dxaff01	Bundle of Supreme Forest Eyota Wood	a	the	Bundles of Supreme Forest Eyota Wood	\d	the	
    -_9A71504A1E038661	m0040dxajd01	Bundle of Choice Jungle Eyota Wood	a	the	Bundles of Choice Jungle Eyota Wood	\d	the	
    -_244F7A792FDBBF04	m0040dxaje01	Bundle of Excellent Jungle Eyota Wood	a	the	Bundles of Excellent Jungle Eyota Wood	\d	the	
    -_B19CC7282B1FC39B	m0040dxajf01	Bundle of Supreme Jungle Eyota Wood	a	the	Bundles of Supreme Jungle Eyota Wood	\d	the	
    -_F6014463D218FD27	m0040dxald01	Bundle of Choice Lakes Eyota Wood	a	the	Bundles of Choice Lakes Eyota Wood	\d	the	
    -_315C2BCC03A3359B	m0040dxale01	Bundle of Excellent Lakes Eyota Wood	a	the	Bundles of Excellent Lakes Eyota Wood	\d	the	
    -_5E46F6B93E09CDF9	m0040dxalf01	Bundle of Supreme Lakes Eyota Wood	a	the	Bundles of Supreme Lakes Eyota Wood	\d	the	
    -_16262B4652E6144E	m0040dxapd01	Bundle of Choice Prime Root Eyota Wood	a	the	Bundles of Choice Prime Root Eyota Wood	\d	the	
    -_14A27474A7444ACA	m0040dxape01	Bundle of Excellent Prime Root Eyota Wood	a	the	Bundles of Excellent Prime Root Eyota Wood	\d	the	
    -_D009CE1F22806644	m0040dxapf01	Bundle of Supreme Prime Root Eyota Wood	a	the	Bundles of Supreme Prime Root Eyota Wood	\d	the	
    -_5E97F5BB0B102781	m0043ccaca01	Fragment of Basic Gingo Claw	a	the	Fragments of Basic Gingo Claw	\d	the	
    -_355991D847A89943	m0043ccacb01	Fragment of Fine Gingo Claw	a	the	Fragments of Fine Gingo Claw	\d	the	
    -_88FEC3C41A8573FC	m0043ccafd01	Fragment of Excellent Forest Gingo Claw	a	the	Fragments of Excellent Forest Gingo Claw	\d	the	
    -_EBD31177E5883C1B	m0043ccafe01	Fragment of Supreme Forest Gingo Claw	a	the	Fragments of Supreme Forest Gingo Claw	\d	the	
    -_5122AB82A5685152	m0043ccajc01	Fragment of Choice Jungle Gingo Claw	a	the	Fragments of Choice Jungle Gingo Claw	\d	the	
    -_46CDCBC4D8547BF8	m0043ccajd01	Fragment of Excellent Jungle Gingo Claw	a	the	Fragments of Excellent Jungle Gingo Claw	\d	the	
    -_68270142201A4FC1	m0044ccaca01	Basic Gingo Leather	a	the	Basic Gingo Leathers	\d	the	
    -_9F0A36E71E080381	m0044ccacb01	Fine Gingo Leather	a	the	Fine Gingo Leathers	\d	the	
    -_DF35B984742DD189	m0044ccafd01	Excellent Forest Gingo Leather	an	the	Excellent Forest Gingo Leathers	\d	the	
    -_FC2485F8A06865BF	m0044ccafe01	Supreme Forest Gingo Leather	a	the	Supreme Forest Gingo Leathers	\d	the	
    -_537F4F1198B64D57	m0044ccajc01	Choice Jungle Gingo Leather	a	the	Choice Jungle Gingo Leathers	\d	the	
    -_1CC4C175358DC18F	m0044ccajd01	Excellent Jungle Gingo Leather	an	the	Excellent Jungle Gingo Leathers	\d	the	
    -_DFEF8F101E51CDF9	m0046dxacb01	Portion of Basic Glue Resin	a	the	Portions of Basic Glue Resin	\d	the	
    -_26D8985812F34857	m0046dxacc01	Portion of Fine Glue Resin	a	the	Portions of Fine Glue Resin	\d	the	
    -_193DA10550D9CDC3	m0046dxadd01	Portion of Choice Desert Glue Resin	a	the	Portions of Choice Desert Glue Resin	\d	the	
    -_FA6F8A835213C03D	m0046dxade01	Portion of Excellent Desert Glue Resin	a	the	Portions of Excellent Desert Glue Resin	\d	the	
    -_75F1D7C468D85ED4	m0046dxadf01	Portion of Supreme Desert Glue Resin	a	the	Portions of Supreme Desert Glue Resin	\d	the	
    -_195DA1055419CDC3	m0046dxafd01	Portion of Choice Forest Glue Resin	a	the	Portions of Choice Forest Glue Resin	\d	the	
    -_BA0F92865203EC3F	m0046dxafe01	Portion of Excellent Forest Glue Resin	a	the	Portions of Excellent Forest Glue Resin	\d	the	
    -_B5E1FBD2E8D85ED5	m0046dxaff01	Portion of Supreme Forest Glue Resin	a	the	Portions of Supreme Forest Glue Resin	\d	the	
    -_917BB1015899CDC3	m0046dxajd01	Portion of Choice Jungle Glue Resin	a	the	Portions of Choice Jungle Glue Resin	\d	the	
    -_B9706683D2D1E845	m0046dxaje01	Portion of Excellent Jungle Glue Resin	a	the	Portions of Excellent Jungle Glue Resin	\d	the	
    -_74C003E0E9D822BF	m0046dxajf01	Portion of Supreme Jungle Glue Resin	a	the	Portions of Supreme Jungle Glue Resin	\d	the	
    -_1BA9053BE7680DE1	m0046dxald01	Portion of Choice Lakes Glue Resin	a	the	Portions of Choice Lakes Glue Resin	\d	the	
    -_319CFAAC84BC1EC4	m0046dxale01	Portion of Excellent Lakes Glue Resin	a	the	Portions of Excellent Lakes Glue Resin	\d	the	
    -_DA55223BC38A5D29	m0046dxalf01	Portion of Supreme Lakes Glue Resin	a	the	Portions of Supreme Lakes Glue Resin	\d	the	
    -_32EDF60CCDF53258	m0046dxapd01	Portion of Choice Prime Root Glue Resin	a	the	Portions of Choice Prime Root Glue Resin	\d	the	
    -_11A20CB72A37ABFA	m0046dxape01	Portion of Excellent Prime Root Glue Resin	a	the	Portions of Excellent Prime Root Glue Resin	\d	the	
    -_32D71E1A23ECEC25	m0046dxapf01	Portion of Supreme Prime Root Glue Resin	a	the	Portions of Supreme Prime Root Glue Resin	\d	the	
    -_9E5650C50410D471	m0048cccca01	Fragment of Basic Goari Shell	a	the	Fragments of Basic Goari Shell	\d	the	
    -_15F241B094442F97	m0048ccccb01	Fragment of Fine Goari Shell	a	the	Fragments of Fine Goari Shell	\d	the	
    -_D8D1524C6E593246	m0048cccdc01	Fragment of Choice Desert Goari Shell	a	the	Fragments of Choice Desert Goari Shell	\d	the	
    -_160B76B4E5C47412	m0048cccde01	Fragment of Supreme Desert Goari Shell	a	the	Fragments of Supreme Desert Goari Shell	\d	the	
    -_0CA06732F570796E	m0048cccle01	Fragment of Supreme Lakes Goari Shell	a	the	Fragments of Supreme Lakes Goari Shell	\d	the	
    -_205C1A3031C03F6D	m0049dxacb01	Basic Gulatch Oil	some	the	Basic Gulatch Oils	\d	the	
    -_54D5C21A34ABABA4	m0049dxacc01	Fine Gulatch Oil	some	the	Fine Gulatch Oils	\d	the	
    -_42604C1969EA1139	m0049dxadd01	Choice Desert Gulatch Oil	some	the	Choice Desert Gulatch Oils	\d	the	
    -_AFC741B2BE4D795F	m0049dxade01	Excellent Desert Gulatch Oil	some	the	Excellent Desert Gulatch Oils	\d	the	
    -_88A0A137714B35C9	m0049dxadf01	Supreme Desert Gulatch Oil	some	the	Supreme Desert Gulatch Oils	\d	the	
    -_42604C1BE9EA094D	m0049dxafd01	Choice Forest Gulatch Oil	some	the	Choice Forest Gulatch Oils	\d	the	
    -_6F7749B3406D7D5F	m0049dxafe01	Excellent Forest Gulatch Oil	some	the	Excellent Forest Gulatch Oils	\d	the	
    -_88A0A53A31DB65CB	m0049dxaff01	Supreme Forest Gulatch Oil	some	the	Supreme Forest Gulatch Oils	\d	the	
    -_44604C01672AE959	m0049dxajd01	Choice Jungle Gulatch Oil	some	the	Choice Jungle Gulatch Oils	\d	the	
    -_AA6761B3C2BC6161	m0049dxaje01	Excellent Jungle Gulatch Oil	some	the	Excellent Jungle Gulatch Oils	\d	the	
    -_88AF4D39B0FB8DCF	m0049dxajf01	Supreme Jungle Gulatch Oil	some	the	Supreme Jungle Gulatch Oils	\d	the	
    -_866C7832EF4DC661	m0049dxald01	Choice Lakes Gulatch Oil	some	the	Choice Lakes Gulatch Oils	\d	the	
    -_1B9F5D2E20E3B439	m0049dxale01	Excellent Lakes Gulatch Oil	some	the	Excellent Lakes Gulatch Oils	\d	the	
    -_B22D18F529A9156A	m0049dxalf01	Supreme Lakes Gulatch Oil	some	the	Supreme Lakes Gulatch Oils	\d	the	
    -_E56FC72EFCC7D88A	m0049dxapd01	Choice Prime Root Gulatch Oil	some	the	Choice Prime Root Gulatch Oils	\d	the	
    -_68695AD56264F607	m0049dxape01	Excellent Prime Root Gulatch Oil	some	the	Excellent Prime Root Gulatch Oils	\d	the	
    -_BA6F69612ED3DA90	m0049dxapf01	Supreme Prime Root Gulatch Oil	some	the	Supreme Prime Root Gulatch Oils	\d	the	
    -_D573A9968E966295	m0050dxacb01	Basic Hash Amber	a	the	Basic Hash Amber	\d	the	
    -_CD74328D94FFB561	m0050dxacc01	Fine Hash Amber	a	the	Fine Hash Amber	\d	the	
    -_7FB9C67047D2D075	m0050dxadd01	Choice Desert Hash Amber	a	the	Choice Desert Hash Amber	\d	the	
    -_5FB7940153017C50	m0050dxade01	Excellent Desert Hash Amber	an	the	Excellent Desert Hash Amber	\d	the	
    -_D888A0CBC74C9904	m0050dxadf01	Supreme Desert Hash Amber	a	the	Supreme Desert Hash Amber	\d	the	
    -_81D9C67287E2CC7E	m0050dxafd01	Choice Forest Hash Amber	a	the	Choice Forest Hash Amber	\d	the	
    -_5FB7BC04D5217C51	m0050dxafe01	Excellent Forest Hash Amber	an	the	Excellent Forest Hash Amber	\d	the	
    -_D888A0CFC72CE908	m0050dxaff01	Supreme Forest Hash Amber	a	the	Supreme Forest Hash Amber	\d	the	
    -_0419C6670291C480	m0050dxajd01	Choice Jungle Hash Amber	a	the	Choice Jungle Hash Amber	\d	the	
    -_1B05DC085761404A	m0050dxaje01	Excellent Jungle Hash Amber	an	the	Excellent Jungle Hash Amber	\d	the	
    -_D88828C5C7AA1910	m0050dxajf01	Supreme Jungle Hash Amber	a	the	Supreme Jungle Hash Amber	\d	the	
    -_301CE7762C83BC4C	m0050dxald01	Choice Lakes Hash Amber	a	the	Choice Lakes Hash Amber	\d	the	
    -_FE881CD33FC48748	m0050dxale01	Excellent Lakes Hash Amber	an	the	Excellent Lakes Hash Amber	\d	the	
    -_305F73608B2C3327	m0050dxalf01	Supreme Lakes Hash Amber	a	the	Supreme Lakes Hash Amber	\d	the	
    -_C9FFB599E3E8DFCD	m0050dxapd01	Choice Prime Root Hash Amber	a	the	Choice Prime Root Hash Amber	\d	the	
    -_177CD939C3A6C8DA	m0050dxape01	Excellent Prime Root Hash Amber	an	the	Excellent Prime Root Hash Amber	\d	the	
    -_41C24C32181A5585	m0050dxapf01	Supreme Prime Root Hash Amber	a	the	Supreme Prime Root Hash Amber	\d	the	
    -_DD6844D78471D87C	m0053dxacb01	Fragment of Basic Horny Shell	a	the	Fragments of Basic Horny Shell	\d	the	
    -_55F375BD58A53792	m0053dxacc01	Fragment of Fine Horny Shell	a	the	Fragments of Fine Horny Shell	\d	the	
    -_17E3465EEEBA3651	m0053dxadd01	Fragment of Choice Desert Horny Shell	a	the	Fragments of Choice Desert Horny Shell	\d	the	
    -_E76752E01A51AF09	m0053dxade01	Fragment of Excellent Desert Horny Shell	a	the	Fragments of Excellent Desert Horny Shell	\d	the	
    -_5ADABEB4A616681E	m0053dxadf01	Fragment of Supreme Desert Horny Shell	a	the	Fragments of Supreme Desert Horny Shell	\d	the	
    -_17834A6A6EBA3A51	m0053dxafd01	Fragment of Choice Forest Horny Shell	a	the	Fragments of Choice Forest Horny Shell	\d	the	
    -_A9874EEC9A61AF08	m0053dxafe01	Fragment of Excellent Forest Horny Shell	a	the	Fragments of Excellent Forest Horny Shell	\d	the	
    -_DACAE6B8E6166429	m0053dxaff01	Fragment of Supreme Forest Horny Shell	a	the	Fragments of Supreme Forest Horny Shell	\d	the	
    -_55044A746FC91E44	m0053dxajd01	Fragment of Choice Jungle Horny Shell	a	the	Fragments of Choice Jungle Horny Shell	\d	the	
    -_6AE73EF6D7F0B7F5	m0053dxaje01	Fragment of Excellent Jungle Horny Shell	a	the	Fragments of Excellent Jungle Horny Shell	\d	the	
    -_5B89FEB125361828	m0053dxajf01	Fragment of Supreme Jungle Horny Shell	a	the	Fragments of Supreme Jungle Horny Shell	\d	the	
    -_1B8B71C16DBD5F4B	m0053dxald01	Fragment of Choice Lakes Horny Shell	a	the	Fragments of Choice Lakes Horny Shell	\d	the	
    -_9F7AB1CE390558DC	m0053dxale01	Fragment of Excellent Lakes Horny Shell	a	the	Fragments of Excellent Lakes Horny Shell	\d	the	
    -_4CA19B3FB9D18169	m0053dxalf01	Fragment of Supreme Lakes Horny Shell	a	the	Fragments of Supreme Lakes Horny Shell	\d	the	
    -_37E0DB287B067B37	m0053dxapd01	Fragment of Choice Prime Root Horny Shell	a	the	Fragments of Choice Prime Root Horny Shell	\d	the	
    -_3A270C1DADEDF34D	m0053dxape01	Fragment of Excellent Prime Root Horny Shell	a	the	Fragments of Excellent Prime Root Horny Shell	\d	the	
    -_6483970014676479	m0053dxapf01	Fragment of Supreme Prime Root Horny Shell	a	the	Fragments of Supreme Prime Root Horny Shell	\d	the	
    -_AF53E51258B1206F	m0064dxacb01	Bundle of Basic Kachine Wood	a	the	Bundles of Basic Kachine Wood	\d	the	
    -_6D6839356913B357	m0064dxacc01	Bundle of Fine Kachine Wood	a	the	Bundles of Fine Kachine Wood	\d	the	
    -_25C13BEE8F5BB1F4	m0064dxadd01	Bundle of Choice Desert Kachine Wood	a	the	Bundles of Choice Desert Kachine Wood	\d	the	
    -_C2B64B3C942DE771	m0064dxade01	Bundle of Excellent Desert Kachine Wood	a	the	Bundles of Excellent Desert Kachine Wood	\d	the	
    -_E712DBB72C0966B3	m0064dxadf01	Bundle of Supreme Desert Kachine Wood	a	the	Bundles of Supreme Desert Kachine Wood	\d	the	
    -_25D13FEFD11BB9F4	m0064dxafd01	Bundle of Choice Forest Kachine Wood	a	the	Bundles of Choice Forest Kachine Wood	\d	the	
    -_C2A67341941D0F74	m0064dxafe01	Bundle of Excellent Forest Kachine Wood	a	the	Bundles of Excellent Forest Kachine Wood	\d	the	
    -_E71203BAAE2966B4	m0064dxaff01	Bundle of Supreme Forest Kachine Wood	a	the	Bundles of Supreme Forest Kachine Wood	\d	the	
    -_616F2BF152BCC9F4	m0064dxajd01	Bundle of Choice Jungle Kachine Wood	a	the	Bundles of Choice Jungle Kachine Wood	\d	the	
    -_42654F4214DCEB71	m0064dxaje01	Bundle of Excellent Jungle Kachine Wood	a	the	Bundles of Excellent Jungle Kachine Wood	\d	the	
    -_A36023BE30692AAD	m0064dxajf01	Bundle of Supreme Jungle Kachine Wood	a	the	Bundles of Supreme Jungle Kachine Wood	\d	the	
    -_F1E3B7025CD1E274	m0064dxald01	Bundle of Choice Lakes Kachine Wood	a	the	Bundles of Choice Lakes Kachine Wood	\d	the	
    -_9FCD8AAD2F2B5FB3	m0064dxale01	Bundle of Excellent Lakes Kachine Wood	a	the	Bundles of Excellent Lakes Kachine Wood	\d	the	
    -_2314D7181F3DB321	m0064dxalf01	Bundle of Supreme Lakes Kachine Wood	a	the	Bundles of Supreme Lakes Kachine Wood	\d	the	
    -_28BB83FBE91AFFB2	m0064dxapd01	Bundle of Choice Prime Root Kachine Wood	a	the	Bundles of Choice Prime Root Kachine Wood	\d	the	
    -_592075AAB7CB25EB	m0064dxape01	Bundle of Excellent Prime Root Kachine Wood	a	the	Bundles of Excellent Prime Root Kachine Wood	\d	the	
    -_C7C43B8174C197AB	m0064dxapf01	Bundle of Supreme Prime Root Kachine Wood	a	the	Bundles of Supreme Prime Root Kachine Wood	\d	the	
    -_D8347421AB3B305F	m0066ckdca01	Fragment of Basic Kincher Shell	a	the	Fragments of Basic Kincher Shell	\d	the	
    -_E55251C0FBEC12EF	m0066ckdcb01	Fragment of Fine Kincher Shell	a	the	Fragments of Fine Kincher Shell	\d	the	
    -_854BFAFC5852AE39	m0066ckddc01	Fragment of Choice Desert Kincher Shell	a	the	Fragments of Choice Desert Kincher Shell	\d	the	
    -_2A050B439BCDA5BF	m0066ckddd01	Fragment of Excellent Desert Kincher Shell	a	the	Fragments of Excellent Desert Kincher Shell	\d	the	
    -_54FCAF0A09E16C84	m0066ckdde01	Fragment of Supreme Desert Kincher Shell	a	the	Fragments of Supreme Desert Kincher Shell	\d	the	
    -_454BF6081852AA43	m0066ckdfc01	Fragment of Choice Forest Kincher Shell	a	the	Fragments of Choice Forest Kincher Shell	\d	the	
    -_6CC513459BDDA9BE	m0066ckdfd01	Fragment of Excellent Forest Kincher Shell	a	the	Fragments of Excellent Forest Kincher Shell	\d	the	
    -_54ECDB0EC9817485	m0066ckdfe01	Fragment of Supreme Forest Kincher Shell	a	the	Fragments of Supreme Forest Kincher Shell	\d	the	
    -_856BE60358729A3A	m0066ckdjc01	Fragment of Choice Jungle Kincher Shell	a	the	Fragments of Choice Jungle Kincher Shell	\d	the	
    -_ED662349D77B95BC	m0066ckdjd01	Fragment of Excellent Jungle Kincher Shell	a	the	Fragments of Excellent Jungle Kincher Shell	\d	the	
    -_D4BAD718C8E2487E	m0066ckdje01	Fragment of Supreme Jungle Kincher Shell	a	the	Fragments of Supreme Jungle Kincher Shell	\d	the	
    -_7F92EE7E00B80E24	m0066ckdlc01	Fragment of Choice Lakes Kincher Shell	a	the	Fragments of Choice Lakes Kincher Shell	\d	the	
    -_10B7A2238FBDB4D2	m0066ckdld01	Fragment of Excellent Lakes Kincher Shell	a	the	Fragments of Excellent Lakes Kincher Shell	\d	the	
    -_D72BA78F5C697CC1	m0066ckdle01	Fragment of Supreme Lakes Kincher Shell	a	the	Fragments of Supreme Lakes Kincher Shell	\d	the	
    -_B1F35DC162968DDA	m0066ckdpc01	Fragment of Choice Prime Root Kincher Shell	a	the	Fragments of Choice Prime Root Kincher Shell	\d	the	
    -_0F85FC6B13064A62	m0066ckdpd01	Fragment of Excellent Prime Root Kincher Shell	a	the	Fragments of Excellent Prime Root Kincher Shell	\d	the	
    -_E86B391264C94F6D	m0066ckdpe01	Fragment of Supreme Prime Root Kincher Shell	a	the	Fragments of Supreme Prime Root Kincher Shell	\d	the	
    -_DBE47C25AEEB3864	m0067ckdca01	Fragment of Basic Kincher Sting	a	the	Fragments of Basic Kincher Sting	\d	the	
    -_65926DC2FCAD12EB	m0067ckdcb01	Fragment of Fine Kincher Sting	a	the	Fragments of Fine Kincher Sting	\d	the	
    -_88FB02005B02B63E	m0067ckddc01	Fragment of Choice Desert Kincher Sting	a	the	Fragments of Choice Desert Kincher Sting	\d	the	
    -_AB063B439BCD91BD	m0067ckddd01	Fragment of Excellent Desert Kincher Sting	a	the	Fragments of Excellent Desert Kincher Sting	\d	the	
    -_121CBF1189219C85	m0067ckdde01	Fragment of Supreme Desert Kincher Sting	a	the	Fragments of Supreme Desert Kincher Sting	\d	the	
    -_48FBFE0C1B02B248	m0067ckdfc01	Fragment of Choice Forest Kincher Sting	a	the	Fragments of Choice Forest Kincher Sting	\d	the	
    -_EDC643459BDD95BC	m0067ckdfd01	Fragment of Excellent Forest Kincher Sting	a	the	Fragments of Excellent Forest Kincher Sting	\d	the	
    -_120CEB1549C1A486	m0067ckdfe01	Fragment of Supreme Forest Kincher Sting	a	the	Fragments of Supreme Forest Kincher Sting	\d	the	
    -_881BEE075B22A23F	m0067ckdjc01	Fragment of Choice Jungle Kincher Sting	a	the	Fragments of Choice Jungle Kincher Sting	\d	the	
    -_6E675349D77B81BA	m0067ckdjd01	Fragment of Excellent Jungle Kincher Sting	a	the	Fragments of Excellent Jungle Kincher Sting	\d	the	
    -_92DAE71F4822787F	m0067ckdje01	Fragment of Supreme Jungle Kincher Sting	a	the	Fragments of Supreme Jungle Kincher Sting	\d	the	
    -_7F42F67D83F83E25	m0067ckdlc01	Fragment of Choice Lakes Kincher Sting	a	the	Fragments of Choice Lakes Kincher Sting	\d	the	
    -_CED7B22A0FFDE4D3	m0067ckdld01	Fragment of Excellent Lakes Kincher Sting	a	the	Fragments of Excellent Lakes Kincher Sting	\d	the	
    -_576BC3915D2A7CBD	m0067ckdle01	Fragment of Supreme Lakes Kincher Sting	a	the	Fragments of Supreme Lakes Kincher Sting	\d	the	
    -_B7F35DC162F69DE3	m0067ckdpc01	Fragment of Choice Prime Root Kincher Sting	a	the	Fragments of Choice Prime Root Kincher Sting	\d	the	
    -_8FC5186D14C74A5E	m0067ckdpd01	Fragment of Excellent Prime Root Kincher Sting	a	the	Fragments of Excellent Prime Root Kincher Sting	\d	the	
    -_E86B390DA2298F7A	m0067ckdpe01	Fragment of Supreme Prime Root Kincher Sting	a	the	Fragments of Supreme Prime Root Kincher Sting	\d	the	
    -_DAB6F4CA84D0D476	m0068ckgca01	Fragment of Basic Kiban Shell	a	the	Fragments of Basic Kiban Shell	\d	the	
    -_954211A054A43F97	m0068ckgcb01	Fragment of Fine Kiban Shell	a	the	Fragments of Fine Kiban Shell	\d	the	
    -_1431F651EE19324B	m0068ckgdc01	Fragment of Choice Desert Kiban Shell	a	the	Fragments of Choice Desert Kiban Shell	\d	the	
    -_E57622DC9AC07F00	m0068ckgfd01	Fragment of Excellent Forest Kiban Shell	a	the	Fragments of Excellent Forest Kiban Shell	\d	the	
    -_5252FA676F281A3E	m0068ckgjc01	Fragment of Choice Jungle Kiban Shell	a	the	Fragments of Choice Jungle Kiban Shell	\d	the	
    -_9BDA6DC87A8320D1	m0068ckgld01	Fragment of Excellent Lakes Kiban Shell	a	the	Fragments of Excellent Lakes Kiban Shell	\d	the	
    -_8CF03722B5D0896E	m0068ckgle01	Fragment of Supreme Lakes Kiban Shell	a	the	Fragments of Supreme Lakes Kiban Shell	\d	the	
    -_B30FBF2BFC844321	m0068ckgpc01	Fragment of Choice Prime Root Kiban Shell	a	the	Fragments of Choice Prime Root Kiban Shell	\d	the	
    -_7A76A800A9ECFB52	m0068ckgpd01	Fragment of Excellent Prime Root Kiban Shell	a	the	Fragments of Excellent Prime Root Kiban Shell	\d	the	
    -_E3B39300D215EC68	m0068ckgpe01	Fragment of Supreme Prime Root Kiban Shell	a	the	Fragments of Supreme Prime Root Kiban Shell	\d	the	
    -_9CE57C12F0EC3853	m0069ckjca01	Fragment of Basic Kipesta Shell	a	the	Fragments of Basic Kipesta Shell	\d	the	
    -_22647DC2FDDB4EFD	m0069ckjcb01	Fragment of Fine Kipesta Shell	a	the	Fragments of Fine Kipesta Shell	\d	the	
    -_49FC02ED9D03B62D	m0069ckjdc01	Fragment of Choice Desert Kipesta Shell	a	the	Fragments of Choice Desert Kipesta Shell	\d	the	
    -_160BF3150B022896	m0069ckjde01	Fragment of Supreme Desert Kipesta Shell	a	the	Fragments of Supreme Desert Kipesta Shell	\d	the	
    -_6EE61345D8BD11CE	m0069ckjfd01	Fragment of Excellent Forest Kipesta Shell	a	the	Fragments of Excellent Forest Kipesta Shell	\d	the	
    -_491CEEF49D23A22E	m0069ckjjc01	Fragment of Choice Jungle Kipesta Shell	a	the	Fragments of Choice Jungle Kipesta Shell	\d	the	
    -_4332328B02D90E16	m0069ckjlc01	Fragment of Choice Lakes Kipesta Shell	a	the	Fragments of Choice Lakes Kipesta Shell	\d	the	
    -_143DD3915E58B8CF	m0069ckjle01	Fragment of Supreme Lakes Kipesta Shell	a	the	Fragments of Supreme Lakes Kipesta Shell	\d	the	
    -_B1F35D9F6BF89DE1	m0069ckjpc01	Fragment of Choice Prime Root Kipesta Shell	a	the	Fragments of Choice Prime Root Kipesta Shell	\d	the	
    -_4C97286D15F58670	m0069ckjpd01	Fragment of Excellent Prime Root Kipesta Shell	a	the	Fragments of Excellent Prime Root Kipesta Shell	\d	the	
    -_E85A312C280A5770	m0069ckjpe01	Fragment of Supreme Prime Root Kipesta Shell	a	the	Fragments of Supreme Prime Root Kipesta Shell	\d	the	
    -_1B0704D8C5D0D467	m0072ckhca01	Fragment of Basic Kipee Shell	a	the	Fragments of Basic Kipee Shell	\d	the	
    -_D5B2FDB219A43F91	m0072ckhcb01	Fragment of Fine Kipee Shell	a	the	Fragments of Fine Kipee Shell	\d	the	
    -_5582065F2F19323C	m0072ckhdc01	Fragment of Choice Desert Kipee Shell	a	the	Fragments of Choice Desert Kipee Shell	\d	the	
    -_E7C636DE5BB05BFF	m0072ckhdd01	Fragment of Excellent Desert Kipee Shell	a	the	Fragments of Excellent Desert Kipee Shell	\d	the	
    -_547AB2AE2804401B	m0072ckhde01	Fragment of Supreme Desert Kipee Shell	a	the	Fragments of Supreme Desert Kipee Shell	\d	the	
    -_55220A6BAF19363C	m0072ckhfc01	Fragment of Choice Forest Kipee Shell	a	the	Fragments of Choice Forest Kipee Shell	\d	the	
    -_A9E632EADBC05BFE	m0072ckhfd01	Fragment of Excellent Forest Kipee Shell	a	the	Fragments of Excellent Forest Kipee Shell	\d	the	
    -_D46ADAB268043C26	m0072ckhfe01	Fragment of Supreme Forest Kipee Shell	a	the	Fragments of Supreme Forest Kipee Shell	\d	the	
    -_93A30A75B0281A2F	m0072ckhjc01	Fragment of Choice Jungle Kipee Shell	a	the	Fragments of Choice Jungle Kipee Shell	\d	the	
    -_991AA5C8BBF330D9	m0072ckhld01	Fragment of Excellent Lakes Kipee Shell	a	the	Fragments of Excellent Lakes Kipee Shell	\d	the	
    -_F4F0BF2B3DF45320	m0072ckhpc01	Fragment of Choice Prime Root Kipee Shell	a	the	Fragments of Choice Prime Root Kipee Shell	\d	the	
    -_BAE694126EECFB4C	m0072ckhpd01	Fragment of Excellent Prime Root Kipee Shell	a	the	Fragments of Excellent Prime Root Kipee Shell	\d	the	
    -_23B39300D1C53470	m0072ckhpe01	Fragment of Supreme Prime Root Kipee Shell	a	the	Fragments of Supreme Prime Root Kipee Shell	\d	the	
    -_99E4BC126CEB784D	m0073ckeca01	Fragment of Basic Kipucka Shell	a	the	Fragments of Basic Kipucka Shell	\d	the	
    -_66D33DD2BCDB2AE7	m0073ckecb01	Fragment of Fine Kipucka Shell	a	the	Fragments of Fine Kipucka Shell	\d	the	
    -_CFCB3A4CD059C4C8	m0073ckece01	Fragment of Supreme Kipucka Shell	a	the	Fragments of Supreme Kipucka Shell	\d	the	
    -_46FB42ED1902F627	m0073ckedc01	Fragment of Choice Desert Kipucka Shell	a	the	Fragments of Choice Desert Kipucka Shell	\d	the	
    -_70260B43971CA9C9	m0073ckedd01	Fragment of Excellent Desert Kipucka Shell	a	the	Fragments of Excellent Desert Kipucka Shell	\d	the	
    -_520CCF05CE022887	m0073ckede01	Fragment of Supreme Desert Kipucka Shell	a	the	Fragments of Supreme Desert Kipucka Shell	\d	the	
    -_06FB3EF9D902F231	m0073ckefc01	Fragment of Choice Forest Kipucka Shell	a	the	Fragments of Choice Forest Kipucka Shell	\d	the	
    -_B2E61345972CADC8	m0073ckefd01	Fragment of Excellent Forest Kipucka Shell	a	the	Fragments of Excellent Forest Kipucka Shell	\d	the	
    -_461B2EF41922E228	m0073ckejc01	Fragment of Choice Jungle Kipucka Shell	a	the	Fragments of Choice Jungle Kipucka Shell	\d	the	
    -_33872349D3CA99C6	m0073ckejd01	Fragment of Excellent Jungle Kipucka Shell	a	the	Fragments of Excellent Jungle Kipucka Shell	\d	the	
    -_D2CAF7138D030481	m0073ckeje01	Fragment of Supreme Jungle Kipucka Shell	a	the	Fragments of Supreme Jungle Kipucka Shell	\d	the	
    -_40314E7BC5D90E10	m0073ckelc01	Fragment of Choice Lakes Kipucka Shell	a	the	Fragments of Choice Lakes Kipucka Shell	\d	the	
    -_58AC93A11D5894B9	m0073ckele01	Fragment of Supreme Lakes Kipucka Shell	a	the	Fragments of Supreme Lakes Kipucka Shell	\d	the	
    -_F1F35D9FA4F61DDB	m0073ckepc01	Fragment of Choice Prime Root Kipucka Shell	a	the	Fragments of Choice Prime Root Kipucka Shell	\d	the	
    -_9006E87DD4F5625A	m0073ckepd01	Fragment of Excellent Prime Root Kipucka Shell	a	the	Fragments of Excellent Prime Root Kipucka Shell	\d	the	
    -_285A0D13E70B576A	m0073ckepe01	Fragment of Supreme Prime Root Kipucka Shell	a	the	Fragments of Supreme Prime Root Kipucka Shell	\d	the	
    -_27CB1283F60AC49D	m0074ckeca01	Fragment of Basic Kipucka Rostrum	a	the	Fragments of Basic Kipucka Rostrum	\d	the	
    -_424AF3587A1DAEAB	m0074ckecb01	Fragment of Fine Kipucka Rostrum	a	the	Fragments of Fine Kipucka Rostrum	\d	the	
    -_CF13475E3292C3A0	m0074ckece01	Fragment of Supreme Kipucka Rostrum	a	the	Fragments of Supreme Kipucka Rostrum	\d	the	
    -_1C27CC4BA5726A31	m0074ckedc01	Fragment of Choice Desert Kipucka Rostrum	a	the	Fragments of Choice Desert Kipucka Rostrum	\d	the	
    -_CD46DAD543411CC8	m0074ckedd01	Fragment of Excellent Desert Kipucka Rostrum	a	the	Fragments of Excellent Desert Kipucka Rostrum	\d	the	
    -_6F3D7C4091DB6FD0	m0074ckede01	Fragment of Supreme Desert Kipucka Rostrum	a	the	Fragments of Supreme Desert Kipucka Rostrum	\d	the	
    -_5C27CC57E5127231	m0074ckefc01	Fragment of Choice Forest Kipucka Rostrum	a	the	Fragments of Choice Forest Kipucka Rostrum	\d	the	
    -_CF66DAD7835118D1	m0074ckefd01	Fragment of Excellent Forest Kipucka Rostrum	a	the	Fragments of Excellent Forest Kipucka Rostrum	\d	the	
    -_9B56A063E5738222	m0074ckejc01	Fragment of Choice Jungle Kipucka Rostrum	a	the	Fragments of Choice Jungle Kipucka Rostrum	\d	the	
    -_52A6DACCFE0010D3	m0074ckejd01	Fragment of Excellent Jungle Kipucka Rostrum	a	the	Fragments of Excellent Jungle Kipucka Rostrum	\d	the	
    -_6E0CA85C12DB33BB	m0074ckeje01	Fragment of Supreme Jungle Kipucka Rostrum	a	the	Fragments of Supreme Jungle Kipucka Rostrum	\d	the	
    -_E84080B9BB4734EC	m0074ckelc01	Fragment of Choice Lakes Kipucka Rostrum	a	the	Fragments of Choice Lakes Kipucka Rostrum	\d	the	
    -_37F7492CDD4AC830	m0074ckele01	Fragment of Supreme Lakes Kipucka Rostrum	a	the	Fragments of Supreme Lakes Kipucka Rostrum	\d	the	
    -_74BC6272FA26AEBA	m0074ckepc01	Fragment of Choice Prime Root Kipucka Rostrum	a	the	Fragments of Choice Prime Root Kipucka Rostrum	\d	the	
    -_AD31CA1049B22A0E	m0074ckepd01	Fragment of Excellent Prime Root Kipucka Rostrum	a	the	Fragments of Excellent Prime Root Kipucka Rostrum	\d	the	
    -_03D04D7C7542733B	m0074ckepe01	Fragment of Supreme Prime Root Kipucka Rostrum	a	the	Fragments of Supreme Prime Root Kipucka Rostrum	\d	the	
    -_DF95AC18F29C6856	m0076ckfca01	Fragment of Basic Kirosta Sting	a	the	Fragments of Basic Kirosta Sting	\d	the	
    -_64C499CE7D9C4EF5	m0076ckfcb01	Fragment of Fine Kirosta Sting	a	the	Fragments of Fine Kirosta Sting	\d	the	
    -_EF473B43D7ADF9D3	m0076ckfdd01	Fragment of Excellent Desert Kirosta Sting	a	the	Fragments of Excellent Desert Kirosta Sting	\d	the	
    -_31074345D7BDFDD2	m0076ckffd01	Fragment of Excellent Forest Kirosta Sting	a	the	Fragments of Excellent Forest Kirosta Sting	\d	the	
    -_B2A85349135BE9D0	m0076ckfjd01	Fragment of Excellent Jungle Kirosta Sting	a	the	Fragments of Excellent Jungle Kirosta Sting	\d	the	
    -_9489332ACB63348D	m0076ckfje01	Fragment of Supreme Jungle Kirosta Sting	a	the	Fragments of Supreme Jungle Kirosta Sting	\d	the	
    -_83E2628C06393E13	m0076ckflc01	Fragment of Choice Lakes Kirosta Sting	a	the	Fragments of Choice Lakes Kirosta Sting	\d	the	
    -_F7F35D9F6A58FDEA	m0076ckfpc01	Fragment of Choice Prime Root Kirosta Sting	a	the	Fragments of Choice Prime Root Kirosta Sting	\d	the	
    -_8EF7447995B68668	m0076ckfpd01	Fragment of Excellent Prime Root Kirosta Sting	a	the	Fragments of Excellent Prime Root Kirosta Sting	\d	the	
    -_285A3127E72A9F79	m0076ckfpe01	Fragment of Supreme Prime Root Kirosta Sting	a	the	Fragments of Supreme Prime Root Kirosta Sting	\d	the	
    -_BFFE85EA5C07BAE8	m0077ixxcc01	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_316720DE3F5DCD36	m0078ckica01	Fragment of Basic Kizoar Tail	a	the	Fragments of Basic Kizoar Tail	\d	the	
    -_9D9715C61A34DF50	m0078ckicb01	Fragment of Fine Kizoar Tail	a	the	Fragments of Fine Kizoar Tail	\d	the	
    -_FD564ED40E95FBDC	m0078ckidd01	Fragment of Excellent Desert Kizoar Tail	a	the	Fragments of Excellent Desert Kizoar Tail	\d	the	
    -_6B82267129A62F0B	m0078ckifc01	Fragment of Choice Forest Kizoar Tail	a	the	Fragments of Choice Forest Kizoar Tail	\d	the	
    -_BF764AE08EA5FBDB	m0078ckifd01	Fragment of Excellent Forest Kizoar Tail	a	the	Fragments of Excellent Forest Kizoar Tail	\d	the	
    -_12CAB27C3B839788	m0078ckife01	Fragment of Supreme Forest Kizoar Tail	a	the	Fragments of Supreme Forest Kizoar Tail	\d	the	
    -_80D63AEACB3403C8	m0078ckijd01	Fragment of Excellent Jungle Kizoar Tail	a	the	Fragments of Excellent Jungle Kizoar Tail	\d	the	
    -_B55063F40C81C42C	m0078ckipc01	Fragment of Choice Prime Root Kizoar Tail	a	the	Fragments of Choice Prime Root Kizoar Tail	\d	the	
    -_82CBAC266F7C9B0B	m0078ckipd01	Fragment of Excellent Prime Root Kizoar Tail	a	the	Fragments of Excellent Prime Root Kizoar Tail	\d	the	
    -_6132761FA425847D	m0078ckipe01	Fragment of Supreme Prime Root Kizoar Tail	a	the	Fragments of Supreme Prime Root Kizoar Tail	\d	the	
    -_B3F654DE80DDC933	m0081chgca01	Fragment of Basic Lumper Skin	a	the	Fragments of Basic Lumper Skin	\d	the	
    -_DED729BCD9750748	m0081chgcb01	Fragment of Fine Lumper Skin	a	the	Fragments of Fine Lumper Skin	\d	the	
    -_7B577EC8901507D6	m0081chgdd01	Fragment of Excellent Desert Lumper Skin	a	the	Fragments of Excellent Desert Lumper Skin	\d	the	
    -_3A4F8FFF4A91C81E	m0081chgpc01	Fragment of Choice Prime Root Lumper Skin	a	the	Fragments of Choice Prime Root Lumper Skin	\d	the	
    -_C30BC01C2EBDC303	m0081chgpd01	Fragment of Excellent Prime Root Lumper Skin	a	the	Fragments of Excellent Prime Root Lumper Skin	\d	the	
    -_68D2721F24465C77	m0081chgpe01	Fragment of Supreme Prime Root Lumper Skin	a	the	Fragments of Supreme Prime Root Lumper Skin	\d	the	
    -_6954DD9D4EAB7927	m0082chgca01	Fragment of Basic Lumper Spine	a	the	Fragments of Basic Lumper Spine	\d	the	
    -_5D574003124F952C	m0082chgcb01	Fragment of Fine Lumper Spine	a	the	Fragments of Fine Lumper Spine	\d	the	
    -_3CD6B7C8841547CA	m0082chgdd01	Fragment of Excellent Desert Lumper Spine	a	the	Fragments of Excellent Desert Lumper Spine	\d	the	
    -_5BF7BFADA5E62052	m0082chgpc01	Fragment of Choice Prime Root Lumper Spine	a	the	Fragments of Choice Prime Root Lumper Spine	\d	the	
    -_BDFEFA9F2B5795B5	m0082chgpd01	Fragment of Excellent Prime Root Lumper Spine	a	the	Fragments of Excellent Prime Root Lumper Spine	\d	the	
    -_3031B7930A8E9B7A	m0082chgpe01	Fragment of Supreme Prime Root Lumper Spine	a	the	Fragments of Supreme Prime Root Lumper Spine	\d	the	
    -_086E68976F573590	m0083chgca01	Tuft of Basic Lumper Whiskers	a	the	Tufts of Basic Lumper Whiskers	\d	the	
    -_9BA5D73323C88DFC	m0083chgcb01	Tuft of Fine Lumper Whiskers	a	the	Tufts of Fine Lumper Whiskers	\d	the	
    -_14F6E794FE97D235	m0083chgdd01	Tuft of Excellent Desert Lumper Whiskers	a	the	Tufts of Excellent Desert Lumper Whiskers	\d	the	
    -_9042B784389020AF	m0083chgpc01	Tuft of Choice Prime Root Lumper Whiskers	a	the	Tufts of Choice Prime Root Lumper Whiskers	\d	the	
    -_F0ED9BFB08FC1C4F	m0083chgpd01	Tuft of Excellent Prime Root Lumper Whiskers	a	the	Tufts of Excellent Prime Root Lumper Whiskers	\d	the	
    -_4F8F43E9011A03D1	m0083chgpe01	Tuft of Supreme Prime Root Lumper Whiskers	a	the	Tufts of Supreme Prime Root Lumper Whiskers	\d	the	
    -_6813A1639B19D47A	m0086chhca01	Fragment of Basic Mektoub Skin	a	the	Fragments of Basic Mektoub Skin	\d	the	
    -_6F574C02893B2E00	m0086chhcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_FCC52B874D1278DE	m0086chhdd01	Fragment of Excellent Desert Mektoub Skin	a	the	Fragments of Excellent Desert Mektoub Skin	\d	the	
    -_5F8C0E3B4952EE67	m0086chhfc01	Fragment of Choice Forest Mektoub Skin	a	the	Fragments of Choice Forest Mektoub Skin	\d	the	
    -_80493F15D320EF4A	m0086chhld01	Fragment of Excellent Lakes Mektoub Skin	a	the	Fragments of Excellent Lakes Mektoub Skin	\d	the	
    -_155482BC37B67C5C	m0086chhpc01	Fragment of Choice Prime Root Mektoub Skin	a	the	Fragments of Choice Prime Root Mektoub Skin	\d	the	
    -_CFFE069EA2432E89	m0086chhpd01	Fragment of Excellent Prime Root Mektoub Skin	a	the	Fragments of Excellent Prime Root Mektoub Skin	\d	the	
    -_20CBC9994F2E6362	m0086chhpe01	Fragment of Supreme Prime Root Mektoub Skin	a	the	Fragments of Supreme Prime Root Mektoub Skin	\d	the	
    -_6F574C02C93B2E00	m0086chicb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_6F574C02093B2E00	m0086chjcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_F644E72E3C4CAB7B	m0087chhca01	Basic Mektoub Trunk	a	the	Basic Mektoub Trunks	\d	the	
    -_DAE6638D902CB79A	m0087chhcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_EBDD69FF888DD55F	m0087chhdd01	Excellent Desert Mektoub Trunk	an	the	Excellent Desert Mektoub Trunks	\d	the	
    -_18481919F476755B	m0087chhfc01	Choice Forest Mektoub Trunk	a	the	Choice Forest Mektoub Trunks	\d	the	
    -_62CF0921DB1BE548	m0087chhld01	Excellent Lakes Mektoub Trunk	an	the	Excellent Lakes Mektoub Trunks	\d	the	
    -_8195CC3E41150C86	m0087chhpc01	Choice Prime Root Mektoub Trunk	a	the	Choice Prime Root Mektoub Trunks	\d	the	
    -_67349BE9A2025D11	m0087chhpd01	Excellent Prime Root Mektoub Trunk	an	the	Excellent Prime Root Mektoub Trunks	\d	the	
    -_93D0D94438532711	m0087chhpe01	Supreme Prime Root Mektoub Trunk	a	the	Supreme Prime Root Mektoub Trunks	\d	the	
    -_DAE6638DD02CB79A	m0087chicb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_DAE6638D102CB79A	m0087chjcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_9AD035316315132E	m0093dxacb01	Bundle of Basic Motega Wood	a	the	Bundles of Basic Motega Wood	\d	the	
    -_4F63E96B6695581F	m0093dxacc01	Bundle of Fine Motega Wood	a	the	Bundles of Fine Motega Wood	\d	the	
    -_4C5ECFF49FE1356E	m0093dxadd01	Bundle of Choice Desert Motega Wood	a	the	Bundles of Choice Desert Motega Wood	\d	the	
    -_D78ACA5261B1E990	m0093dxade01	Bundle of Excellent Desert Motega Wood	a	the	Bundles of Excellent Desert Motega Wood	\d	the	
    -_FCD1430411863869	m0093dxadf01	Bundle of Supreme Desert Motega Wood	a	the	Bundles of Supreme Desert Motega Wood	\d	the	
    -_4C5ED7F61F21456E	m0093dxafd01	Bundle of Choice Forest Motega Wood	a	the	Bundles of Choice Forest Motega Wood	\d	the	
    -_577AF256A1B1E59B	m0093dxafe01	Bundle of Excellent Forest Motega Wood	a	the	Bundles of Excellent Forest Motega Wood	\d	the	
    -_3CE13F0F13A63869	m0093dxaff01	Bundle of Supreme Forest Motega Wood	a	the	Bundles of Supreme Forest Motega Wood	\d	the	
    -_4C7C9FFE1DE3656E	m0093dxajd01	Bundle of Choice Jungle Motega Wood	a	the	Bundles of Choice Jungle Motega Wood	\d	the	
    -_D8390A4FE0D1999A	m0093dxaje01	Bundle of Excellent Jungle Motega Wood	a	the	Bundles of Excellent Jungle Motega Wood	\d	the	
    -_B790371596E6385A	m0093dxajf01	Bundle of Supreme Jungle Motega Wood	a	the	Bundles of Supreme Jungle Motega Wood	\d	the	
    -_B0543DDDEA184AAA	m0093dxald01	Bundle of Choice Lakes Motega Wood	a	the	Bundles of Choice Lakes Motega Wood	\d	the	
    -_F8BF2B960A8C7159	m0093dxale01	Bundle of Excellent Lakes Motega Wood	a	the	Bundles of Excellent Lakes Motega Wood	\d	the	
    -_038F53531C013DA4	m0093dxalf01	Bundle of Supreme Lakes Motega Wood	a	the	Bundles of Supreme Lakes Motega Wood	\d	the	
    -_7FB7EB1A902E8B42	m0093dxapd01	Bundle of Choice Prime Root Motega Wood	a	the	Bundles of Choice Prime Root Motega Wood	\d	the	
    -_775BE11239DAA777	m0093dxape01	Bundle of Excellent Prime Root Motega Wood	a	the	Bundles of Excellent Prime Root Motega Wood	\d	the	
    -_9B7C10AF5837693F	m0093dxapf01	Bundle of Supreme Prime Root Motega Wood	a	the	Bundles of Supreme Prime Root Motega Wood	\d	the	
    -_EF878ADCE35AD398	m0100dxacb01	Basic Patee Wood Node	a	the	Basic Patee Wood Nodes	\d	the	
    -_54DAEBC266E37F22	m0100dxacc01	Fine Patee Wood Node	a	the	Fine Patee Wood Nodes	\d	the	
    -_08DFF8C3D7165542	m0100dxadd01	Choice Desert Patee Wood Node	a	the	Choice Desert Patee Wood Nodes	\d	the	
    -_B2A6DD665F0CF59C	m0100dxade01	Excellent Desert Patee Wood Node	an	the	Excellent Desert Patee Wood Nodes	\d	the	
    -_123F81C2B55A305B	m0100dxadf01	Supreme Desert Patee Wood Node	a	the	Supreme Desert Patee Wood Nodes	\d	the	
    -_88DFF8C61706794E	m0100dxafd01	Choice Forest Patee Wood Node	a	the	Choice Forest Patee Wood Nodes	\d	the	
    -_32B6DD67212CF1A6	m0100dxafe01	Excellent Forest Patee Wood Node	an	the	Excellent Forest Patee Wood Nodes	\d	the	
    -_124F81C4376A585D	m0100dxaff01	Supreme Forest Patee Wood Node	a	the	Supreme Forest Patee Wood Nodes	\d	the	
    -_89DFBCB4D6E58158	m0100dxajd01	Choice Jungle Patee Wood Node	a	the	Choice Jungle Patee Wood Nodes	\d	the	
    -_6F45E558E28CE1AC	m0100dxaje01	Excellent Jungle Patee Wood Node	an	the	Excellent Jungle Patee Wood Nodes	\d	the	
    -_4EDE4DBD39697061	m0100dxajf01	Supreme Jungle Patee Wood Node	a	the	Supreme Jungle Patee Wood Nodes	\d	the	
    -_B3B50301D16334FF	m0100dxald01	Choice Lakes Patee Wood Node	a	the	Choice Lakes Patee Wood Nodes	\d	the	
    -_933219C5363983AF	m0100dxale01	Excellent Lakes Patee Wood Node	an	the	Excellent Lakes Patee Wood Nodes	\d	the	
    -_648661959E91E9D4	m0100dxalf01	Supreme Lakes Patee Wood Node	a	the	Supreme Lakes Patee Wood Nodes	\d	the	
    -_AAA5969CAD4A8C10	m0100dxapd01	Choice Prime Root Patee Wood Node	a	the	Choice Prime Root Patee Wood Nodes	\d	the	
    -_7743D2A980CBFEDA	m0100dxape01	Excellent Prime Root Patee Wood Node	an	the	Excellent Prime Root Patee Wood Nodes	\d	the	
    -_B343033E3CC03FA1	m0100dxapf01	Supreme Prime Root Patee Wood Node	a	the	Supreme Prime Root Patee Wood Nodes	\d	the	
    -_DAE5F8B36211ED8D	m0101dxacb01	Handful of Basic Perfling Bark	a	the	Handfuls of Basic Perfling Bark	\d	the	
    -_88C819CD54BFA06B	m0101dxacc01	Handful of Fine Perfling Bark	a	the	Handfuls of Fine Perfling Bark	\d	the	
    -_9572964E549C3653	m0101dxadd01	Handful of Choice Desert Perfling Bark	a	the	Handfuls of Choice Desert Perfling Bark	\d	the	
    -_2C69E7B4C7B068CC	m0101dxade01	Handful of Excellent Desert Perfling Bark	a	the	Handfuls of Excellent Desert Perfling Bark	\d	the	
    -_6E26B76BC5FEA3CD	m0101dxadf01	Handful of Supreme Desert Perfling Bark	a	the	Handfuls of Supreme Desert Perfling Bark	\d	the	
    -_55229E4FD6BC3A53	m0101dxafd01	Handful of Choice Forest Perfling Bark	a	the	Handfuls of Choice Forest Perfling Bark	\d	the	
    -_2C09EBC047B06CCC	m0101dxafe01	Handful of Excellent Forest Perfling Bark	a	the	Handfuls of Excellent Forest Perfling Bark	\d	the	
    -_2E26B37785FE9FD7	m0101dxaff01	Handful of Supreme Forest Perfling Bark	a	the	Handfuls of Supreme Forest Perfling Bark	\d	the	
    -_9012B64F580B1E55	m0101dxajd01	Handful of Choice Jungle Perfling Bark	a	the	Handfuls of Choice Jungle Perfling Bark	\d	the	
    -_6A8AEBCA48BF50BF	m0101dxaje01	Handful of Excellent Jungle Perfling Bark	a	the	Handfuls of Excellent Jungle Perfling Bark	\d	the	
    -_6E46A372C51E8FCE	m0101dxajf01	Handful of Supreme Jungle Perfling Bark	a	the	Handfuls of Supreme Jungle Perfling Bark	\d	the	
    -_1DEE9BBDF74BF22F	m0101dxald01	Handful of Choice Lakes Perfling Bark	a	the	Handfuls of Choice Lakes Perfling Bark	\d	the	
    -_F7F9E3214ED1D37B	m0101dxale01	Handful of Excellent Lakes Perfling Bark	a	the	Handfuls of Excellent Lakes Perfling Bark	\d	the	
    -_3CC63F630397CA4A	m0101dxalf01	Handful of Supreme Lakes Perfling Bark	a	the	Handfuls of Supreme Lakes Perfling Bark	\d	the	
    -_893D93BBBD8ACFB1	m0101dxapd01	Handful of Choice Prime Root Perfling Bark	a	the	Handfuls of Choice Prime Root Perfling Bark	\d	the	
    -_291F09067743202A	m0101dxape01	Handful of Excellent Prime Root Perfling Bark	a	the	Handfuls of Excellent Prime Root Perfling Bark	\d	the	
    -_B0711B26B99F8178	m0101dxapf01	Handful of Supreme Prime Root Perfling Bark	a	the	Handfuls of Supreme Prime Root Perfling Bark	\d	the	
    -_C8C361BF8B84A55D	m0102dxacb01	Basic Pha Amber	a	the	Basic Pha Amber	\d	the	
    -_81D3918F59B6E5CC	m0102dxacc01	Fine Pha Amber	a	the	Fine Pha Amber	\d	the	
    -_772B0F5480E05724	m0102dxadd01	Choice Desert Pha Amber	a	the	Choice Desert Pha Amber	\d	the	
    -_1236D4DC1C73F719	m0102dxade01	Excellent Desert Pha Amber	an	the	Excellent Desert Pha Amber	\d	the	
    -_EB48B3CC4684EC53	m0102dxadf01	Supreme Desert Pha Amber	a	the	Supreme Desert Pha Amber	\d	the	
    -_B7CB1756C0E0572E	m0102dxafd01	Choice Forest Pha Amber	a	the	Choice Forest Pha Amber	\d	the	
    -_5246D0E71E93F719	m0102dxafe01	Excellent Forest Pha Amber	an	the	Excellent Forest Pha Amber	\d	the	
    -_6B48B3CF8674105F	m0102dxaff01	Supreme Forest Pha Amber	a	the	Supreme Forest Pha Amber	\d	the	
    -_B72C274BFF0F2B36	m0102dxajd01	Choice Jungle Pha Amber	a	the	Choice Jungle Pha Amber	\d	the	
    -_CDF5C8EDA1D3F70A	m0102dxaje01	Excellent Jungle Pha Amber	an	the	Excellent Jungle Pha Amber	\d	the	
    -_6C4877BD45531869	m0102dxajf01	Supreme Jungle Pha Amber	a	the	Supreme Jungle Pha Amber	\d	the	
    -_89965748A1DE68A1	m0102dxald01	Choice Lakes Pha Amber	a	the	Choice Lakes Pha Amber	\d	the	
    -_072C6FC4022F1333	m0102dxale01	Excellent Lakes Pha Amber	an	the	Excellent Lakes Pha Amber	\d	the	
    -_E400B71D4E632F97	m0102dxalf01	Supreme Lakes Pha Amber	a	the	Supreme Lakes Pha Amber	\d	the	
    -_CE0D0CCED647345A	m0102dxapd01	Choice Prime Root Pha Amber	a	the	Choice Prime Root Pha Amber	\d	the	
    -_506815FFC49DB477	m0102dxape01	Excellent Prime Root Pha Amber	an	the	Excellent Prime Root Pha Amber	\d	the	
    -_8C924B3F1D342987	m0102dxapf01	Supreme Prime Root Pha Amber	a	the	Supreme Prime Root Pha Amber	\d	the	
    -_581275A639247596	m0103dxacb01	Basic Pilan Oil	some	the	Basic Pilan Oils	\d	the	
    -_F1B57E9ED481A9FB	m0103dxacc01	Fine Pilan Oil	some	the	Fine Pilan Oils	\d	the	
    -_077A233B2E80275D	m0103dxadd01	Choice Desert Pilan Oil	some	the	Choice Desert Pilan Oils	\d	the	
    -_FA348D281F22EF0B	m0103dxade01	Excellent Desert Pilan Oil	some	the	Excellent Desert Pilan Oils	\d	the	
    -_AA27776C3E6A1D60	m0103dxadf01	Supreme Desert Pilan Oil	some	the	Supreme Desert Pilan Oils	\d	the	
    -_471A2B3D6E802767	m0103dxafd01	Choice Forest Pilan Oil	some	the	Choice Forest Pilan Oils	\d	the	
    -_3A4489332142EF0B	m0103dxafe01	Excellent Forest Pilan Oil	some	the	Excellent Forest Pilan Oils	\d	the	
    -_2A27776F7E5A416C	m0103dxaff01	Supreme Forest Pilan Oil	some	the	Supreme Forest Pilan Oils	\d	the	
    -_477B3B32ADAFFB6F	m0103dxajd01	Choice Jungle Pilan Oil	some	the	Choice Jungle Pilan Oils	\d	the	
    -_B5F38139A482EFFC	m0103dxaje01	Excellent Jungle Pilan Oil	some	the	Excellent Jungle Pilan Oils	\d	the	
    -_2B273B5D3D394976	m0103dxajf01	Supreme Jungle Pilan Oil	some	the	Supreme Jungle Pilan Oils	\d	the	
    -_DA14266FF25C37C9	m0103dxald01	Choice Lakes Pilan Oil	some	the	Choice Lakes Pilan Oils	\d	the	
    -_C60B3364FA154440	m0103dxale01	Excellent Lakes Pilan Oil	some	the	Excellent Lakes Pilan Oils	\d	the	
    -_54E2A42CC92EF3C6	m0103dxalf01	Supreme Lakes Pilan Oil	some	the	Supreme Lakes Pilan Oils	\d	the	
    -_CB8F15D317B40F75	m0103dxapd01	Choice Prime Root Pilan Oil	some	the	Choice Prime Root Pilan Oils	\d	the	
    -_C04A020E3F6878A6	m0103dxape01	Excellent Prime Root Pilan Oil	some	the	Excellent Prime Root Pilan Oils	\d	the	
    -_1745872D4946E246	m0103dxapf01	Supreme Prime Root Pilan Oil	some	the	Supreme Prime Root Pilan Oils	\d	the	
    -_5EC911ACCDC12784	m0106cceca01	Fragment of Basic Ragus Claw	a	the	Fragments of Basic Ragus Claw	\d	the	
    -_3469B1F4C4A8F146	m0106ccecb01	Fragment of Fine Ragus Claw	a	the	Fragments of Fine Ragus Claw	\d	the	
    -_2944216FA9884C2C	m0106ccefe01	Fragment of Supreme Forest Ragus Claw	a	the	Fragments of Supreme Forest Ragus Claw	\d	the	
    -_5154C77367195155	m0106ccejc01	Fragment of Choice Jungle Ragus Claw	a	the	Fragments of Choice Jungle Ragus Claw	\d	the	
    -_2B433977E5171821	m0106cceje01	Fragment of Supreme Jungle Ragus Claw	a	the	Fragments of Supreme Jungle Ragus Claw	\d	the	
    -_5A7575267DB92EBF	m0106ccelc01	Fragment of Choice Lakes Ragus Claw	a	the	Fragments of Choice Lakes Ragus Claw	\d	the	
    -_D31225953877C8F8	m0106cceld01	Fragment of Excellent Lakes Ragus Claw	a	the	Fragments of Excellent Lakes Ragus Claw	\d	the	
    -_6C1727AFD4545B10	m0106ccele01	Fragment of Supreme Lakes Ragus Claw	a	the	Fragments of Supreme Lakes Ragus Claw	\d	the	
    -_E4C398BA94533E9F	m0106ccepe01	Fragment of Supreme Prime Root Ragus Claw	a	the	Fragments of Supreme Prime Root Ragus Claw	\d	the	
    -_65E80146A5EB67C8	m0107cceca01	Basic Ragus Leather	a	the	Basic Ragus Leathers	\d	the	
    -_DA4B62E71F494B8B	m0107ccecb01	Fine Ragus Leather	a	the	Fine Ragus Leathers	\d	the	
    -_BE75BDF1A0FA49BA	m0107ccefe01	Supreme Forest Ragus Leather	a	the	Supreme Forest Ragus Leathers	\d	the	
    -_50404F151D87655E	m0107ccejc01	Choice Jungle Ragus Leather	a	the	Choice Jungle Ragus Leathers	\d	the	
    -_FD9571F421B961AF	m0107cceje01	Supreme Jungle Ragus Leather	a	the	Supreme Jungle Ragus Leathers	\d	the	
    -_4398F4CF4493C349	m0107ccelc01	Choice Lakes Ragus Leather	a	the	Choice Lakes Ragus Leathers	\d	the	
    -_1164ADAA65AA18CA	m0107cceld01	Excellent Lakes Ragus Leather	an	the	Excellent Lakes Ragus Leathers	\d	the	
    -_3B77B8C716F76504	m0107ccele01	Supreme Lakes Ragus Leather	a	the	Supreme Lakes Ragus Leathers	\d	the	
    -_5AEAB14CBC8F06F7	m0107ccepe01	Supreme Prime Root Ragus Leather	a	the	Supreme Prime Root Ragus Leathers	\d	the	
    -_FD287E6069142110	m0109dxacb01	Phial of Basic Redhot Sap	a	the	Phials of Basic Redhot Sap	\d	the	
    -_4C4D1D4C88689FBC	m0109dxacc01	Phial of Fine Redhot Sap	a	the	Phials of Fine Redhot Sap	\d	the	
    -_9EC2D738DEE23FCE	m0109dxadd01	Phial of Choice Desert Redhot Sap	a	the	Phials of Choice Desert Redhot Sap	\d	the	
    -_DFAF1EB4784910AC	m0109dxade01	Phial of Excellent Desert Redhot Sap	a	the	Phials of Excellent Desert Redhot Sap	\d	the	
    -_3C236056E4363751	m0109dxadf01	Phial of Supreme Desert Redhot Sap	a	the	Phials of Supreme Desert Redhot Sap	\d	the	
    -_20E2D73BDEE267CF	m0109dxafd01	Phial of Choice Forest Redhot Sap	a	the	Phials of Choice Forest Redhot Sap	\d	the	
    -_1F9F42C2F84910AD	m0109dxafe01	Phial of Excellent Forest Redhot Sap	a	the	Phials of Excellent Forest Redhot Sap	\d	the	
    -_3C236459A4C66753	m0109dxaff01	Phial of Supreme Forest Redhot Sap	a	the	Phials of Supreme Forest Redhot Sap	\d	the	
    -_A2229B389A3087CF	m0109dxajd01	Phial of Choice Jungle Redhot Sap	a	the	Phials of Choice Jungle Redhot Sap	\d	the	
    -_DE7E4AD0F949D497	m0109dxaje01	Phial of Excellent Jungle Redhot Sap	a	the	Phials of Excellent Jungle Redhot Sap	\d	the	
    -_3C320C5823E68F57	m0109dxajf01	Phial of Supreme Jungle Redhot Sap	a	the	Phials of Supreme Jungle Redhot Sap	\d	the	
    -_C158B5C5D79FFD20	m0109dxald01	Phial of Choice Lakes Redhot Sap	a	the	Phials of Choice Lakes Redhot Sap	\d	the	
    -_CF221C4D93CEB6C1	m0109dxale01	Phial of Excellent Lakes Redhot Sap	a	the	Phials of Excellent Lakes Redhot Sap	\d	the	
    -_00B83E2C3E95CD49	m0109dxalf01	Phial of Supreme Lakes Redhot Sap	a	the	Phials of Supreme Lakes Redhot Sap	\d	the	
    -_E7D4E591BD3AC237	m0109dxapd01	Phial of Choice Prime Root Redhot Sap	a	the	Phials of Choice Prime Root Redhot Sap	\d	the	
    -_A545B4092AAD4FFE	m0109dxape01	Phial of Excellent Prime Root Redhot Sap	a	the	Phials of Excellent Prime Root Redhot Sap	\d	the	
    -_D4DACDCA3BD637CE	m0109dxapf01	Phial of Supreme Prime Root Redhot Sap	a	the	Phials of Supreme Prime Root Redhot Sap	\d	the	
    -_DD84797E5122E27D	m0113dxacb01	Basic Sarina Seed	a	the	Basic Sarina Seeds	\d	the	
    -_07045E65C775A2B6	m0113dxacc01	Fine Sarina Seed	a	the	Fine Sarina Seeds	\d	the	
    -_462DAF37F58D9C55	m0113dxadd01	Choice Desert Sarina Seed	a	the	Choice Desert Sarina Seeds	\d	the	
    -_D939FD1A5981872B	m0113dxade01	Excellent Desert Sarina Seed	an	the	Excellent Desert Sarina Seeds	\d	the	
    -_38885649DE8A3D4F	m0113dxadf01	Supreme Desert Sarina Seed	a	the	Supreme Desert Sarina Seeds	\d	the	
    -_C61DD73B358D9860	m0113dxafd01	Choice Forest Sarina Seed	a	the	Choice Forest Sarina Seeds	\d	the	
    -_1949F9255BA1872B	m0113dxafe01	Excellent Forest Sarina Seed	an	the	Excellent Forest Sarina Seeds	\d	the	
    -_BAA8564CDE8A6550	m0113dxaff01	Supreme Forest Sarina Seed	a	the	Supreme Forest Sarina Seeds	\d	the	
    -_47DCEF3474AD4C5F	m0113dxajd01	Choice Jungle Sarina Seed	a	the	Choice Jungle Sarina Seeds	\d	the	
    -_94F8F12BDEE1871C	m0113dxaje01	Excellent Jungle Sarina Seed	an	the	Excellent Jungle Sarina Seeds	\d	the	
    -_3CE81A499AD88550	m0113dxajf01	Supreme Jungle Sarina Seed	a	the	Supreme Jungle Sarina Seeds	\d	the	
    -_625267906EBCDFE4	m0113dxald01	Choice Lakes Sarina Seed	a	the	Choice Lakes Sarina Seeds	\d	the	
    -_7F6A1EDBA6C67C20	m0113dxale01	Excellent Lakes Sarina Seed	an	the	Excellent Lakes Sarina Seeds	\d	the	
    -_AB31D42C6BA20C74	m0113dxalf01	Supreme Lakes Sarina Seed	a	the	Supreme Lakes Sarina Seeds	\d	the	
    -_9483C0CA1F316069	m0113dxapd01	Choice Prime Root Sarina Seed	a	the	Choice Prime Root Sarina Seeds	\d	the	
    -_29DA3EEEEF3C44D8	m0113dxape01	Excellent Prime Root Sarina Seed	an	the	Excellent Prime Root Sarina Seeds	\d	the	
    -_4B5548B9F327DCA1	m0113dxapf01	Supreme Prime Root Sarina Seed	a	the	Supreme Prime Root Sarina Seeds	\d	the	
    -_5651F8A2D39C9FA6	m0115dxacb01	Basic Saurona Seed	a	the	Basic Saurona Seeds	\d	the	
    -_A1455A4FD4040D7F	m0115dxacc01	Fine Saurona Seed	a	the	Fine Saurona Seeds	\d	the	
    -_05B9A637C8F8516D	m0115dxadd01	Choice Desert Saurona Seed	a	the	Choice Desert Saurona Seeds	\d	the	
    -_F0C971F38E62D14F	m0115dxade01	Excellent Desert Saurona Seed	an	the	Excellent Desert Saurona Seeds	\d	the	
    -_DE322F342DDC4D46	m0115dxadf01	Supreme Desert Saurona Seed	a	the	Supreme Desert Saurona Seeds	\d	the	
    -_4559AE3908F85177	m0115dxafd01	Choice Forest Saurona Seed	a	the	Choice Forest Saurona Seeds	\d	the	
    -_F0C999F61082D150	m0115dxafe01	Excellent Forest Saurona Seed	an	the	Excellent Forest Saurona Seeds	\d	the	
    -_5E322F376DCC7152	m0115dxaff01	Supreme Forest Saurona Seed	a	the	Supreme Forest Saurona Seeds	\d	the	
    -_45BABE2E4727257F	m0115dxajd01	Choice Jungle Saurona Seed	a	the	Choice Jungle Saurona Seeds	\d	the	
    -_AC17B9FA92C29549	m0115dxaje01	Excellent Jungle Saurona Seed	an	the	Excellent Jungle Saurona Seeds	\d	the	
    -_5F32F3252CAB795C	m0115dxajf01	Supreme Jungle Saurona Seed	a	the	Supreme Jungle Saurona Seeds	\d	the	
    -_23ADD868E31E18B2	m0115dxald01	Choice Lakes Saurona Seed	a	the	Choice Lakes Saurona Seeds	\d	the	
    -_77A65D45A4552733	m0115dxale01	Excellent Lakes Saurona Seed	an	the	Excellent Lakes Saurona Seeds	\d	the	
    -_047280DDC9B1574A	m0115dxalf01	Supreme Lakes Saurona Seed	a	the	Supreme Lakes Saurona Seeds	\d	the	
    -_E1FFDDBC99FBF498	m0115dxapd01	Choice Prime Root Saurona Seed	a	the	Choice Prime Root Saurona Seeds	\d	the	
    -_A95B8DEAFD3A461A	m0115dxape01	Excellent Prime Root Saurona Seed	an	the	Excellent Prime Root Saurona Seeds	\d	the	
    -_1165F39172A35E90	m0115dxapf01	Supreme Prime Root Saurona Seed	a	the	Supreme Prime Root Saurona Seeds	\d	the	
    -_08F361C28B84A562	m0117dxacb01	Basic Sha Amber	a	the	Basic Sha Amber	\d	the	
    -_C1D39D8F59E6E5D1	m0117dxacc01	Fine Sha Amber	a	the	Fine Sha Amber	\d	the	
    -_B75B0F5780E05729	m0117dxadd01	Choice Desert Sha Amber	a	the	Choice Desert Sha Amber	\d	the	
    -_5236D4DC1CA3031E	m0117dxade01	Excellent Desert Sha Amber	an	the	Excellent Desert Sha Amber	\d	the	
    -_EB78B3CC4684EC58	m0117dxadf01	Supreme Desert Sha Amber	a	the	Supreme Desert Sha Amber	\d	the	
    -_F7FB1759C0E05733	m0117dxafd01	Choice Forest Sha Amber	a	the	Choice Forest Sha Amber	\d	the	
    -_9246D0E71EC3031E	m0117dxafe01	Excellent Forest Sha Amber	an	the	Excellent Forest Sha Amber	\d	the	
    -_6B78B3CF86741064	m0117dxaff01	Supreme Forest Sha Amber	a	the	Supreme Forest Sha Amber	\d	the	
    -_F75C274EFF0F2B3B	m0117dxajd01	Choice Jungle Sha Amber	a	the	Choice Jungle Sha Amber	\d	the	
    -_0DF5C8EDA103030F	m0117dxaje01	Excellent Jungle Sha Amber	an	the	Excellent Jungle Sha Amber	\d	the	
    -_6C7877BD4553186E	m0117dxajf01	Supreme Jungle Sha Amber	a	the	Supreme Jungle Sha Amber	\d	the	
    -_C996574BA1DE68A9	m0117dxald01	Choice Lakes Sha Amber	a	the	Choice Lakes Sha Amber	\d	the	
    -_075C6FC4022F1338	m0117dxale01	Excellent Lakes Sha Amber	an	the	Excellent Lakes Sha Amber	\d	the	
    -_2400C31D4E932F9C	m0117dxalf01	Supreme Lakes Sha Amber	a	the	Supreme Lakes Sha Amber	\d	the	
    -_0E0D0CD1D677345F	m0117dxapd01	Choice Prime Root Sha Amber	a	the	Choice Prime Root Sha Amber	\d	the	
    -_906821FFC4CDB47C	m0117dxape01	Excellent Prime Root Sha Amber	an	the	Excellent Prime Root Sha Amber	\d	the	
    -_CCC24B3FDD34298C	m0117dxapf01	Supreme Prime Root Sha Amber	a	the	Supreme Prime Root Sha Amber	\d	the	
    -_083461C28AD4957C	m0118dxacb01	Basic Shu Fiber	a	the	Basic Shu Fibers	\d	the	
    -_C5239DA359A6F9D2	m0118dxacc01	Fine Shu Fiber	a	the	Fine Shu Fibers	\d	the	
    -_B79C0F577F304743	m0118dxadd01	Choice Desert Shu Fiber	a	the	Choice Desert Shu Fibers	\d	the	
    -_5146E8F021A3031F	m0118dxade01	Excellent Desert Shu Fiber	an	the	Excellent Desert Shu Fibers	\d	the	
    -_EB78B3C886D43C6D	m0118dxadf01	Supreme Desert Shu Fiber	a	the	Supreme Desert Shu Fibers	\d	the	
    -_F73C1759BF30474D	m0118dxafd01	Choice Forest Shu Fiber	a	the	Choice Forest Shu Fibers	\d	the	
    -_9156E4FB23C3031F	m0118dxafe01	Excellent Forest Shu Fiber	an	the	Excellent Forest Shu Fibers	\d	the	
    -_6B78B3CBC6C46079	m0118dxaff01	Supreme Forest Shu Fiber	a	the	Supreme Forest Shu Fibers	\d	the	
    -_F79D274EFE5F1B55	m0118dxajd01	Choice Jungle Shu Fiber	a	the	Choice Jungle Shu Fibers	\d	the	
    -_0C05DC01A6030310	m0118dxaje01	Excellent Jungle Shu Fiber	an	the	Excellent Jungle Shu Fibers	\d	the	
    -_6C7877B985A36883	m0118dxajf01	Supreme Jungle Shu Fiber	a	the	Supreme Jungle Shu Fibers	\d	the	
    -_C9D74750A11F58AF	m0118dxald01	Choice Lakes Shu Fiber	a	the	Choice Lakes Shu Fibers	\d	the	
    -_075C6FC0427F634D	m0118dxale01	Excellent Lakes Shu Fiber	an	the	Excellent Lakes Shu Fibers	\d	the	
    -_2850C3314E53439D	m0118dxalf01	Supreme Lakes Shu Fiber	a	the	Supreme Lakes Shu Fibers	\d	the	
    -_0D9E0CE5D6772465	m0118dxapd01	Choice Prime Root Shu Fiber	a	the	Choice Prime Root Shu Fibers	\d	the	
    -_94B82113C48DC87D	m0118dxape01	Excellent Prime Root Shu Fiber	an	the	Excellent Prime Root Shu Fibers	\d	the	
    -_0DC29B3FDC84299D	m0118dxapf01	Supreme Prime Root Shu Fiber	a	the	Supreme Prime Root Shu Fibers	\d	the	
    -_52A650124A33BD37	m0119dxacb01	Phial of Basic Silverweed Sap	a	the	Phials of Basic Silverweed Sap	\d	the	
    -_5EFDC33566B5C3B8	m0119dxacc01	Phial of Fine Silverweed Sap	a	the	Phials of Fine Silverweed Sap	\d	the	
    -_7723AEFF3B1ED6E0	m0119dxadd01	Phial of Choice Desert Silverweed Sap	a	the	Phials of Choice Desert Silverweed Sap	\d	the	
    -_E2A3D20265522643	m0119dxade01	Phial of Excellent Desert Silverweed Sap	a	the	Phials of Excellent Desert Silverweed Sap	\d	the	
    -_8A56E1A7C9314CC2	m0119dxadf01	Phial of Supreme Desert Silverweed Sap	a	the	Phials of Supreme Desert Silverweed Sap	\d	the	
    -_7733AE01BD2EFEE2	m0119dxafd01	Phial of Choice Forest Silverweed Sap	a	the	Phials of Choice Forest Silverweed Sap	\d	the	
    -_22A3CE0FE5424E45	m0119dxafe01	Phial of Excellent Forest Silverweed Sap	a	the	Phials of Excellent Forest Silverweed Sap	\d	the	
    -_8A460DAB89D154C3	m0119dxaff01	Phial of Supreme Forest Silverweed Sap	a	the	Phials of Supreme Forest Silverweed Sap	\d	the	
    -_B3C27AFABF2D16E6	m0119dxajd01	Phial of Choice Jungle Silverweed Sap	a	the	Phials of Choice Jungle Silverweed Sap	\d	the	
    -_61C382126601663A	m0119dxaje01	Phial of Excellent Jungle Silverweed Sap	a	the	Phials of Excellent Jungle Silverweed Sap	\d	the	
    -_0A1409B5883228BC	m0119dxajf01	Phial of Supreme Jungle Silverweed Sap	a	the	Phials of Supreme Jungle Silverweed Sap	\d	the	
    -_34BC657062072F5B	m0119dxald01	Phial of Choice Lakes Silverweed Sap	a	the	Phials of Choice Lakes Silverweed Sap	\d	the	
    -_4611D4C04F0D9410	m0119dxale01	Phial of Excellent Lakes Silverweed Sap	a	the	Phials of Excellent Lakes Silverweed Sap	\d	the	
    -_12292D1D1C21A83D	m0119dxalf01	Phial of Supreme Lakes Silverweed Sap	a	the	Phials of Supreme Lakes Silverweed Sap	\d	the	
    -_A2D4403838D7D569	m0119dxapd01	Phial of Choice Prime Root Silverweed Sap	a	the	Phials of Choice Prime Root Silverweed Sap	\d	the	
    -_86F5BBDC39FA1210	m0119dxape01	Phial of Excellent Prime Root Silverweed Sap	a	the	Phials of Excellent Prime Root Silverweed Sap	\d	the	
    -_452EF1FFFDB0A95B	m0119dxapf01	Phial of Supreme Prime Root Silverweed Sap	a	the	Phials of Supreme Prime Root Silverweed Sap	\d	the	
    -_1D174CD10422D877	m0123dxacb01	Fragment of Basic Smart Shell	a	the	Fragments of Basic Smart Shell	\d	the	
    -_94B371B094366392	m0123dxacc01	Fragment of Fine Smart Shell	a	the	Fragments of Fine Smart Shell	\d	the	
    -_57924E586E6B364C	m0123dxadd01	Fragment of Choice Desert Smart Shell	a	the	Fragments of Choice Desert Smart Shell	\d	the	
    -_E2078ECF9A029B0D	m0123dxade01	Fragment of Excellent Desert Smart Shell	a	the	Fragments of Excellent Desert Smart Shell	\d	the	
    -_D8DC7AB268C6780D	m0123dxadf01	Fragment of Supreme Desert Smart Shell	a	the	Fragments of Supreme Desert Smart Shell	\d	the	
    -_57325264EE6B3A4C	m0123dxafd01	Fragment of Choice Forest Smart Shell	a	the	Fragments of Choice Forest Smart Shell	\d	the	
    -_A4278ADB1A129B0C	m0123dxafe01	Fragment of Excellent Forest Smart Shell	a	the	Fragments of Excellent Forest Smart Shell	\d	the	
    -_58CCA2B6A8C67418	m0123dxaff01	Fragment of Supreme Forest Smart Shell	a	the	Fragments of Supreme Forest Smart Shell	\d	the	
    -_95B3526EEF7A1E3F	m0123dxajd01	Fragment of Choice Jungle Smart Shell	a	the	Fragments of Choice Jungle Smart Shell	\d	the	
    -_65877AE557A1A3F9	m0123dxaje01	Fragment of Excellent Jungle Smart Shell	a	the	Fragments of Excellent Jungle Smart Shell	\d	the	
    -_D98BBAAFE7E62817	m0123dxajf01	Fragment of Supreme Jungle Smart Shell	a	the	Fragments of Supreme Jungle Smart Shell	\d	the	
    -_5A9B71B76F9B4F61	m0123dxald01	Fragment of Choice Lakes Smart Shell	a	the	Fragments of Choice Lakes Smart Shell	\d	the	
    -_1D7C6DCCFBB568CB	m0123dxale01	Fragment of Excellent Lakes Smart Shell	a	the	Fragments of Excellent Lakes Smart Shell	\d	the	
    -_8B619732F562AD69	m0123dxalf01	Fragment of Supreme Lakes Smart Shell	a	the	Fragments of Supreme Lakes Smart Shell	\d	the	
    -_F790D3337BB68B21	m0123dxapd01	Fragment of Choice Prime Root Smart Shell	a	the	Fragments of Choice Prime Root Smart Shell	\d	the	
    -_79E70810E97E1F4D	m0123dxape01	Fragment of Excellent Prime Root Smart Shell	a	the	Fragments of Excellent Prime Root Smart Shell	\d	the	
    -_E5449700D3583066	m0123dxapf01	Fragment of Supreme Prime Root Smart Shell	a	the	Fragments of Supreme Prime Root Smart Shell	\d	the	
    -_09D37DC28B84A56D	m0124dxacb01	Basic Soo Amber	a	the	Basic Soo Amber	\d	the	
    -_84439D9D1AE6E5CE	m0124dxacc01	Fine Soo Amber	a	the	Fine Soo Amber	\d	the	
    -_B83B2B5780E05734	m0124dxadd01	Choice Desert Soo Amber	a	the	Choice Desert Soo Amber	\d	the	
    -_9236D4EA6013031B	m0124dxade01	Excellent Desert Soo Amber	an	the	Excellent Desert Soo Amber	\d	the	
    -_EC78B3CC4684246A	m0124dxadf01	Supreme Desert Soo Amber	a	the	Supreme Desert Soo Amber	\d	the	
    -_F8DB3359C0E0573E	m0124dxafd01	Choice Forest Soo Amber	a	the	Choice Forest Soo Amber	\d	the	
    -_D246D0F56233031B	m0124dxafe01	Excellent Forest Soo Amber	an	the	Excellent Forest Soo Amber	\d	the	
    -_6C78B3CF86744876	m0124dxaff01	Supreme Forest Soo Amber	a	the	Supreme Forest Soo Amber	\d	the	
    -_F83C434EFF0F2B46	m0124dxajd01	Choice Jungle Soo Amber	a	the	Choice Jungle Soo Amber	\d	the	
    -_4DF5C8FBE573030C	m0124dxaje01	Excellent Jungle Soo Amber	an	the	Excellent Jungle Soo Amber	\d	the	
    -_6D7877BD45535080	m0124dxajf01	Supreme Jungle Soo Amber	a	the	Supreme Jungle Soo Amber	\d	the	
    -_0976734BA1BE84A6	m0124dxald01	Choice Lakes Soo Amber	a	the	Choice Lakes Soo Amber	\d	the	
    -_085C6FC4022F4B4A	m0124dxale01	Excellent Lakes Soo Amber	an	the	Excellent Lakes Soo Amber	\d	the	
    -_E770C32B0F932F99	m0124dxalf01	Supreme Lakes Soo Amber	a	the	Supreme Lakes Soo Amber	\d	the	
    -_4EED28DF9777345C	m0124dxapd01	Choice Prime Root Soo Amber	a	the	Choice Prime Root Soo Amber	\d	the	
    -_53D8210D85CDB479	m0124dxape01	Excellent Prime Root Soo Amber	an	the	Excellent Prime Root Soo Amber	\d	the	
    -_CDC28346DD342997	m0124dxapf01	Supreme Prime Root Soo Amber	a	the	Supreme Prime Root Soo Amber	\d	the	
    -_2E9AD95531A82114	m0125dxacb01	Fragment of Basic Splinter Shell	a	the	Fragments of Basic Splinter Shell	\d	the	
    -_970795DDAACF4D1A	m0125dxacc01	Fragment of Fine Splinter Shell	a	the	Fragments of Fine Splinter Shell	\d	the	
    -_D2059B2E9A514FCC	m0125dxadd01	Fragment of Choice Desert Splinter Shell	a	the	Fragments of Choice Desert Splinter Shell	\d	the	
    -_3005351533F3B987	m0125dxade01	Fragment of Excellent Desert Splinter Shell	a	the	Fragments of Excellent Desert Splinter Shell	\d	the	
    -_C1D95822BDD4CE7E	m0125dxadf01	Fragment of Supreme Desert Splinter Shell	a	the	Fragments of Supreme Desert Splinter Shell	\d	the	
    -_1205973B1A4177CE	m0125dxafd01	Fragment of Choice Forest Splinter Shell	a	the	Fragments of Choice Forest Splinter Shell	\d	the	
    -_344535173313B985	m0125dxafe01	Fragment of Excellent Forest Splinter Shell	a	the	Fragments of Excellent Forest Splinter Shell	\d	the	
    -_C1D980253FF4CE7F	m0125dxaff01	Fragment of Supreme Forest Splinter Shell	a	the	Fragments of Supreme Forest Splinter Shell	\d	the	
    -_51254B3E9B008FC3	m0125dxajd01	Fragment of Choice Jungle Splinter Shell	a	the	Fragments of Choice Jungle Splinter Shell	\d	the	
    -_38C5351BAB31C97D	m0125dxaje01	Fragment of Excellent Jungle Splinter Shell	a	the	Fragments of Excellent Jungle Splinter Shell	\d	the	
    -_7D27A029C1349278	m0125dxajf01	Fragment of Supreme Jungle Splinter Shell	a	the	Fragments of Supreme Jungle Splinter Shell	\d	the	
    -_473CBEBCB031D8FA	m0125dxald01	Fragment of Choice Lakes Splinter Shell	a	the	Fragments of Choice Lakes Splinter Shell	\d	the	
    -_79940718C0F6C77E	m0125dxale01	Fragment of Excellent Lakes Splinter Shell	a	the	Fragments of Excellent Lakes Splinter Shell	\d	the	
    -_3B340BA44EFCB7D8	m0125dxalf01	Fragment of Supreme Lakes Splinter Shell	a	the	Fragments of Supreme Lakes Splinter Shell	\d	the	
    -_7936E8656B1AD73C	m0125dxapd01	Fragment of Choice Prime Root Splinter Shell	a	the	Fragments of Choice Prime Root Splinter Shell	\d	the	
    -_F3FE7C8406C62CB4	m0125dxape01	Fragment of Excellent Prime Root Splinter Shell	a	the	Fragments of Excellent Prime Root Splinter Shell	\d	the	
    -_099C538E9D7B64D4	m0125dxapf01	Fragment of Supreme Prime Root Splinter Shell	a	the	Fragments of Supreme Prime Root Splinter Shell	\d	the	
    -_AE8CE326463D4013	m0128dxacb01	Bundle of Basic Tama Wood	a	the	Bundles of Basic Tama Wood	\d	the	
    -_3C54F86A17F01797	m0128dxacc01	Bundle of Fine Tama Wood	a	the	Bundles of Fine Tama Wood	\d	the	
    -_18D549FC80B83A99	m0128dxadd01	Bundle of Choice Desert Tama Wood	a	the	Bundles of Choice Desert Tama Wood	\d	the	
    -_38F023622F0B56B0	m0128dxade01	Bundle of Excellent Desert Tama Wood	a	the	Bundles of Excellent Desert Tama Wood	\d	the	
    -_38379C53A1E18D3A	m0128dxadf01	Bundle of Supreme Desert Tama Wood	a	the	Bundles of Supreme Desert Tama Wood	\d	the	
    -_98D54DFE80583EA3	m0128dxafd01	Bundle of Choice Forest Tama Wood	a	the	Bundles of Choice Forest Tama Wood	\d	the	
    -_F88053662F0B5AB1	m0128dxafe01	Bundle of Excellent Forest Tama Wood	a	the	Bundles of Excellent Forest Tama Wood	\d	the	
    -_3847A054E3A1953A	m0128dxaff01	Bundle of Supreme Forest Tama Wood	a	the	Bundles of Supreme Forest Tama Wood	\d	the	
    -_99E431F5BED93EA9	m0128dxajd01	Bundle of Choice Jungle Tama Wood	a	the	Bundles of Choice Jungle Tama Wood	\d	the	
    -_77A07B6E2F1A02AC	m0128dxaje01	Bundle of Excellent Jungle Tama Wood	a	the	Bundles of Excellent Jungle Tama Wood	\d	the	
    -_74E58C566442A53A	m0128dxajf01	Bundle of Supreme Jungle Tama Wood	a	the	Bundles of Supreme Jungle Tama Wood	\d	the	
    -_A06B4C5873D2EC89	m0128dxald01	Bundle of Choice Lakes Tama Wood	a	the	Bundles of Choice Lakes Tama Wood	\d	the	
    -_3435541604DF4E88	m0128dxale01	Bundle of Excellent Lakes Tama Wood	a	the	Bundles of Excellent Lakes Tama Wood	\d	the	
    -_EDAC624DCBAC4C69	m0128dxalf01	Bundle of Supreme Lakes Tama Wood	a	the	Bundles of Supreme Lakes Tama Wood	\d	the	
    -_161A5ED92FBCFF6C	m0128dxapd01	Bundle of Choice Prime Root Tama Wood	a	the	Bundles of Choice Prime Root Tama Wood	\d	the	
    -_2398C40433BA22FF	m0128dxape01	Bundle of Excellent Prime Root Tama Wood	a	the	Bundles of Excellent Prime Root Tama Wood	\d	the	
    -_407187EEF660386A	m0128dxapf01	Bundle of Supreme Prime Root Tama Wood	a	the	Bundles of Supreme Prime Root Tama Wood	\d	the	
    -_6BD7E8E67E5EA542	m0133chkca01	Fragment of Basic Timari Skin	a	the	Fragments of Basic Timari Skin	\d	the	
    -_5A2721ADD735274A	m0133chkcb01	Fragment of Fine Timari Skin	a	the	Fragments of Fine Timari Skin	\d	the	
    -_F77762C88E053BC9	m0133chkdd01	Fragment of Excellent Desert Timari Skin	a	the	Fragments of Excellent Desert Timari Skin	\d	the	
    -_D6EA9A757D74136E	m0133chkje01	Fragment of Supreme Jungle Timari Skin	a	the	Fragments of Supreme Jungle Timari Skin	\d	the	
    -_2BA8E4F5381E6D32	m0134ccdca01	Fragment of Basic Torbak Claw	a	the	Fragments of Basic Torbak Claw	\d	the	
    -_DA36E1BC18D5EB3B	m0134ccdcb01	Fragment of Fine Torbak Claw	a	the	Fragments of Fine Torbak Claw	\d	the	
    -_65C3EA882267CF07	m0134ccdfc01	Fragment of Choice Forest Torbak Claw	a	the	Fragments of Choice Forest Torbak Claw	\d	the	
    -_BC6666D2CCF5B7CA	m0134ccdfd01	Fragment of Excellent Forest Torbak Claw	a	the	Fragments of Excellent Forest Torbak Claw	\d	the	
    -_904B7A7A3EF26380	m0134ccdfe01	Fragment of Supreme Forest Torbak Claw	a	the	Fragments of Supreme Forest Torbak Claw	\d	the	
    -_A344EA922376B3FA	m0134ccdjc01	Fragment of Choice Jungle Torbak Claw	a	the	Fragments of Choice Jungle Torbak Claw	\d	the	
    -_7DC656DC0984BFB7	m0134ccdjd01	Fragment of Excellent Jungle Torbak Claw	a	the	Fragments of Excellent Jungle Torbak Claw	\d	the	
    -_0635C79128CE0372	m0134ccdlc01	Fragment of Choice Lakes Torbak Claw	a	the	Fragments of Choice Lakes Torbak Claw	\d	the	
    -_55FB459091E15733	m0134ccdld01	Fragment of Excellent Lakes Torbak Claw	a	the	Fragments of Excellent Lakes Torbak Claw	\d	the	
    -_D1E4073E79013512	m0134ccdle01	Fragment of Supreme Lakes Torbak Claw	a	the	Fragments of Supreme Lakes Torbak Claw	\d	the	
    -_DFE44D95D430C28C	m0135ccdca01	Basic Torbak Fang	a	the	Basic Torbak Fangs	\d	the	
    -_47141A5148345EA4	m0135ccdcb01	Fine Torbak Fang	a	the	Fine Torbak Fangs	\d	the	
    -_C87DAB52B89B786F	m0135ccdfc01	Choice Forest Torbak Fang	a	the	Choice Forest Torbak Fangs	\d	the	
    -_1B19A521A1904320	m0135ccdfd01	Excellent Forest Torbak Fang	an	the	Excellent Forest Torbak Fangs	\d	the	
    -_3A4746495C693962	m0135ccdfe01	Supreme Forest Torbak Fang	a	the	Supreme Forest Torbak Fangs	\d	the	
    -_493CC34BF7BB2C6E	m0135ccdjc01	Choice Jungle Torbak Fang	a	the	Choice Jungle Torbak Fangs	\d	the	
    -_96C89D2724D04311	m0135ccdjd01	Excellent Jungle Torbak Fang	an	the	Excellent Jungle Torbak Fangs	\d	the	
    -_60B1BF97A9FB0FF0	m0135ccdlc01	Choice Lakes Torbak Fang	a	the	Choice Lakes Torbak Fangs	\d	the	
    -_0469E6E5A635683C	m0135ccdld01	Excellent Lakes Torbak Fang	an	the	Excellent Lakes Torbak Fangs	\d	the	
    -_EB419018EC61C862	m0135ccdle01	Supreme Lakes Torbak Fang	a	the	Supreme Lakes Torbak Fangs	\d	the	
    -_2B1728EFBE4E8134	m0136ccdca01	Fragment of Basic Torbak Horn	a	the	Fragments of Basic Torbak Horn	\d	the	
    -_DA36E1B31A160B42	m0136ccdcb01	Fragment of Fine Torbak Horn	a	the	Fragments of Fine Torbak Horn	\d	the	
    -_65322E82A897E309	m0136ccdfc01	Fragment of Choice Forest Torbak Horn	a	the	Fragments of Choice Forest Torbak Horn	\d	the	
    -_7A7772CE1025CBCC	m0136ccdfd01	Fragment of Excellent Forest Torbak Horn	a	the	Fragments of Excellent Forest Torbak Horn	\d	the	
    -_D47B6A8BFE426379	m0136ccdfe01	Fragment of Supreme Forest Torbak Horn	a	the	Fragments of Supreme Forest Torbak Horn	\d	the	
    -_A3B32E8CA9A6C7FC	m0136ccdjc01	Fragment of Choice Jungle Torbak Horn	a	the	Fragments of Choice Jungle Torbak Horn	\d	the	
    -_3BD762D84DB4D3B9	m0136ccdjd01	Fragment of Excellent Jungle Torbak Horn	a	the	Fragments of Excellent Jungle Torbak Horn	\d	the	
    -_8A35C79128AC8B7A	m0136ccdlc01	Fragment of Choice Lakes Torbak Horn	a	the	Fragments of Choice Lakes Torbak Horn	\d	the	
    -_992B35A15131572C	m0136ccdld01	Fragment of Excellent Lakes Torbak Horn	a	the	Fragments of Excellent Lakes Torbak Horn	\d	the	
    -_D1E407357B425519	m0136ccdle01	Fragment of Supreme Lakes Torbak Horn	a	the	Fragments of Supreme Lakes Torbak Horn	\d	the	
    -_60FA9AF1329164B3	m0137ccdca01	Basic Torbak Leather	a	the	Basic Torbak Leathers	\d	the	
    -_7685C6F661097BE4	m0137ccdcb01	Fine Torbak Leather	a	the	Fine Torbak Leathers	\d	the	
    -_0E33BCE1290AC988	m0137ccdfc01	Choice Forest Torbak Leather	a	the	Choice Forest Torbak Leathers	\d	the	
    -_62281D9848CB75A9	m0137ccdfd01	Excellent Forest Torbak Leather	an	the	Excellent Forest Torbak Leathers	\d	the	
    -_8F025456A8F95DBA	m0137ccdfe01	Supreme Forest Torbak Leather	a	the	Supreme Forest Torbak Leathers	\d	the	
    -_4BC2C4D2EA6AB98E	m0137ccdjc01	Choice Jungle Torbak Leather	a	the	Choice Jungle Torbak Leathers	\d	the	
    -_9EB7E9914ACA8DAD	m0137ccdjd01	Excellent Jungle Torbak Leather	an	the	Excellent Jungle Torbak Leathers	\d	the	
    -_B885CDAB81D4FD1C	m0137ccdlc01	Choice Lakes Torbak Leather	a	the	Choice Lakes Torbak Leathers	\d	the	
    -_DECEDF7BF7C5ECD9	m0137ccdld01	Excellent Lakes Torbak Leather	an	the	Excellent Lakes Torbak Leathers	\d	the	
    -_D93150D15875B0A2	m0137ccdle01	Supreme Lakes Torbak Leather	a	the	Supreme Lakes Torbak Leathers	\d	the	
    -_E0744D879900DE94	m0140cchca01	Basic Varinx Fang	a	the	Basic Varinx Fangs	\d	the	
    -_8805565849259AA6	m0140cchcb01	Fine Varinx Fang	a	the	Fine Varinx Fangs	\d	the	
    -_491D83403D6B986C	m0140cchdc01	Choice Desert Varinx Fang	a	the	Choice Desert Varinx Fangs	\d	the	
    -_60AAF91D1DB04B1B	m0140cchdd01	Excellent Desert Varinx Fang	an	the	Excellent Desert Varinx Fangs	\d	the	
    -_79474E53A0AA4555	m0140cchde01	Supreme Desert Varinx Fang	a	the	Supreme Desert Varinx Fangs	\d	the	
    -_1B83C8D6E3FF287D	m0140cchpc01	Choice Prime Root Varinx Fang	a	the	Choice Prime Root Varinx Fangs	\d	the	
    -_706A36E4F34C0CD5	m0140cchpd01	Excellent Prime Root Varinx Fang	an	the	Excellent Prime Root Varinx Fangs	\d	the	
    -_CCE54CB57576D8B5	m0140cchpe01	Supreme Prime Root Varinx Fang	a	the	Supreme Prime Root Varinx Fangs	\d	the	
    -_1EEBCEF8778188AD	m0141cchca01	Basic Varinx Leather	a	the	Basic Varinx Leathers	\d	the	
    -_37A5CE03A54AAFD7	m0141cchcb01	Fine Varinx Leather	a	the	Fine Varinx Leathers	\d	the	
    -_4C14F0E7ACDAF178	m0141cchdc01	Choice Desert Varinx Leather	a	the	Choice Desert Varinx Leathers	\d	the	
    -_23E951AA0A4B5593	m0141cchdd01	Excellent Desert Varinx Leather	an	the	Excellent Desert Varinx Leathers	\d	the	
    -_93822C506C7935B0	m0141cchde01	Supreme Desert Varinx Leather	a	the	Supreme Desert Varinx Leathers	\d	the	
    -_6F499D426F01429E	m0141cchpc01	Choice Prime Root Varinx Leather	a	the	Choice Prime Root Varinx Leathers	\d	the	
    -_50ADD69905F16166	m0141cchpd01	Excellent Prime Root Varinx Leather	an	the	Excellent Prime Root Varinx Leathers	\d	the	
    -_60CAC4BF59390529	m0141cchpe01	Supreme Prime Root Varinx Leather	a	the	Supreme Prime Root Varinx Leathers	\d	the	
    -_DE77EB51F3BE3BAE	m0142dxacb01	Phial of Basic Visc Sap	a	the	Phials of Basic Visc Sap	\d	the	
    -_F668B814763C542D	m0142dxacc01	Phial of Fine Visc Sap	a	the	Phials of Fine Visc Sap	\d	the	
    -_3E745D0853BBA564	m0142dxadd01	Phial of Choice Desert Visc Sap	a	the	Phials of Choice Desert Visc Sap	\d	the	
    -_ED47F844D37D6997	m0142dxade01	Phial of Excellent Desert Visc Sap	a	the	Phials of Excellent Desert Visc Sap	\d	the	
    -_B26A4FDF843BB12B	m0142dxadf01	Phial of Supreme Desert Visc Sap	a	the	Phials of Supreme Desert Visc Sap	\d	the	
    -_3E64850D53ABCD67	m0142dxafd01	Phial of Choice Forest Visc Sap	a	the	Phials of Choice Forest Visc Sap	\d	the	
    -_2D57F44FD59D6997	m0142dxafe01	Phial of Excellent Forest Visc Sap	a	the	Phials of Excellent Forest Visc Sap	\d	the	
    -_348A53E144EBB92A	m0142dxaff01	Phial of Supreme Forest Visc Sap	a	the	Phials of Supreme Forest Visc Sap	\d	the	
    -_BE23610ED36AA964	m0142dxajd01	Phial of Choice Jungle Visc Sap	a	the	Phials of Choice Jungle Visc Sap	\d	the	
    -_A806EC5558DD6988	m0142dxaje01	Phial of Excellent Jungle Visc Sap	a	the	Phials of Excellent Jungle Visc Sap	\d	the	
    -_B6D937E77FDBD126	m0142dxajf01	Phial of Supreme Jungle Visc Sap	a	the	Phials of Supreme Jungle Visc Sap	\d	the	
    -_8215C4C5C610005B	m0142dxald01	Phial of Choice Lakes Visc Sap	a	the	Phials of Choice Lakes Visc Sap	\d	the	
    -_228B84D67316F545	m0142dxale01	Phial of Excellent Lakes Visc Sap	a	the	Phials of Excellent Lakes Visc Sap	\d	the	
    -_EB150EE8D9696EB2	m0142dxalf01	Phial of Supreme Lakes Visc Sap	a	the	Phials of Supreme Lakes Visc Sap	\d	the	
    -_75BA3B06D67D2F4E	m0142dxapd01	Phial of Choice Prime Root Visc Sap	a	the	Phials of Choice Prime Root Visc Sap	\d	the	
    -_614F8FCC45D1D090	m0142dxape01	Phial of Excellent Prime Root Visc Sap	a	the	Phials of Excellent Prime Root Visc Sap	\d	the	
    -_836BEEB410F3A821	m0142dxapf01	Phial of Supreme Prime Root Visc Sap	a	the	Phials of Supreme Prime Root Visc Sap	\d	the	
    -_98A7A22EE0FAD770	m0145cbcca01	Basic Yber Leather	a	the	Basic Yber Leathers	\d	the	
    -_16F4869CB1B77189	m0145cbccb01	Fine Yber Leather	a	the	Fine Yber Leathers	\d	the	
    -_6B6148FE45B59C6B	m0145cbcld01	Excellent Lakes Yber Leather	an	the	Excellent Lakes Yber Leathers	\d	the	
    -_26A0FC6FE965DB3B	m0145cbcle01	Supreme Lakes Yber Leather	a	the	Supreme Lakes Yber Leathers	\d	the	
    -_2BF8A369E4B05421	m0147chlca01	Handful of Basic Yelk Moss	a	the	Handfuls of Basic Yelk Moss	\d	the	
    -_EF00FA6BC26AB912	m0147chlcb01	Handful of Fine Yelk Moss	a	the	Handfuls of Fine Yelk Moss	\d	the	
    -_A166F9451B5AE5A6	m0147chldc01	Handful of Choice Desert Yelk Moss	a	the	Handfuls of Choice Desert Yelk Moss	\d	the	
    -_C641AA7002BB9F55	m0147chldd01	Handful of Excellent Desert Yelk Moss	a	the	Handfuls of Excellent Desert Yelk Moss	\d	the	
    -_0B678714BE52C15E	m0147chlde01	Handful of Supreme Desert Yelk Moss	a	the	Handfuls of Supreme Desert Yelk Moss	\d	the	
    -_A176FD465D1AEDA6	m0147chlfc01	Handful of Choice Forest Yelk Moss	a	the	Handfuls of Choice Forest Yelk Moss	\d	the	
    -_06E1B27242BB9F5F	m0147chlfd01	Handful of Excellent Forest Yelk Moss	a	the	Handfuls of Excellent Forest Yelk Moss	\d	the	
    -_8B677F2ABE52C15E	m0147chlfe01	Handful of Supreme Forest Yelk Moss	a	the	Handfuls of Supreme Forest Yelk Moss	\d	the	
    -_160A2AFC5F3BF979	m0147chlpd01	Handful of Excellent Prime Root Yelk Moss	a	the	Handfuls of Excellent Prime Root Yelk Moss	\d	the	
    -_73E74F3E8CBE3B9A	m0147chlpe01	Handful of Supreme Prime Root Yelk Moss	a	the	Handfuls of Supreme Prime Root Yelk Moss	\d	the	
    -_D404CE1772367E90	m0148chlca01	Basic Yelk Mushroom	a	the	Basic Yelk Mushrooms	\d	the	
    -_0CA352A2B715A286	m0148chlcb01	Fine Yelk Mushroom	a	the	Fine Yelk Mushrooms	\d	the	
    -_7E4AEBF12B72EC70	m0148chldc01	Choice Desert Yelk Mushroom	a	the	Choice Desert Yelk Mushrooms	\d	the	
    -_B5E5C8482F9EF556	m0148chldd01	Excellent Desert Yelk Mushroom	an	the	Excellent Desert Yelk Mushrooms	\d	the	
    -_FB40ADEDCB5A3D14	m0148chlde01	Supreme Desert Yelk Mushroom	a	the	Supreme Desert Yelk Mushrooms	\d	the	
    -_806AEBF36B82E879	m0148chlfc01	Choice Forest Yelk Mushroom	a	the	Choice Forest Yelk Mushrooms	\d	the	
    -_7595D049B1BEF956	m0148chlfd01	Excellent Forest Yelk Mushroom	an	the	Excellent Forest Yelk Mushrooms	\d	the	
    -_FB40ADF1CB3A8D18	m0148chlfe01	Supreme Forest Yelk Mushroom	a	the	Supreme Forest Yelk Mushrooms	\d	the	
    -_A939E6B898036DB1	m0148chlpd01	Excellent Prime Root Yelk Mushroom	an	the	Excellent Prime Root Yelk Mushrooms	\d	the	
    -_5F990D5021094599	m0148chlpe01	Supreme Prime Root Yelk Mushroom	a	the	Supreme Prime Root Yelk Mushrooms	\d	the	
    -_3AEB4CC8D0A276E4	m0149chlca01	Basic Yelk Nail	a	the	Basic Yelk Nails	\d	the	
    -_021A791587F0C92A	m0149chlcb01	Fine Yelk Nail	a	the	Fine Yelk Nails	\d	the	
    -_68146EB705FBDFAF	m0149chldc01	Choice Desert Yelk Nail	a	the	Choice Desert Yelk Nails	\d	the	
    -_39104FE56E2504D8	m0149chldd01	Excellent Desert Yelk Nail	an	the	Excellent Desert Yelk Nails	\d	the	
    -_287E4C65EAEE84BB	m0149chlde01	Supreme Desert Yelk Nail	a	the	Supreme Desert Yelk Nails	\d	the	
    -_E8246EB8C71BDBB9	m0149chlfc01	Choice Forest Yelk Nail	a	the	Choice Forest Yelk Nails	\d	the	
    -_392053E6B0E50CD8	m0149chlfd01	Excellent Forest Yelk Nail	an	the	Excellent Forest Yelk Nails	\d	the	
    -_286E746AEADEACBE	m0149chlfe01	Supreme Forest Yelk Nail	a	the	Supreme Forest Yelk Nails	\d	the	
    -_890891C77BE658C1	m0149chlpd01	Excellent Prime Root Yelk Nail	an	the	Excellent Prime Root Yelk Nails	\d	the	
    -_E184C30FEBF075F9	m0149chlpe01	Supreme Prime Root Yelk Nail	a	the	Supreme Prime Root Yelk Nails	\d	the	
    -_7F0B4DC68CD49FC6	m0152chdca01	Fragment of Basic Yubo Skin	a	the	Fragments of Basic Yubo Skin	\d	the	
    -_EFBE6F51CDF30DB8	m0152chdcb01	Fragment of Fine Yubo Skin	a	the	Fragments of Fine Yubo Skin	\d	the	
    -_B97673F4BE8F1630	m0152chdce01	Fragment of Supreme Yubo Skin	a	the	Fragments of Supreme Yubo Skin	\d	the	
    -_C8BE4A431B578B1A	m0152chdfd01	Fragment of Excellent Forest Yubo Skin	a	the	Fragments of Excellent Forest Yubo Skin	\d	the	
    -_78D82D226513BA79	m0152chdlc01	Fragment of Choice Lakes Yubo Skin	a	the	Fragments of Choice Lakes Yubo Skin	\d	the	
    -_FDCB60E38D5292E9	m0153ccica01	Basic Zerx Bone	a	the	Basic Zerx Bones	\d	the	
    -_416A990E49B1E131	m0153ccicb01	Fine Zerx Bone	a	the	Fine Zerx Bones	\d	the	
    -_3D301FF27236ECD1	m0153ccidd01	Excellent Desert Zerx Bone	an	the	Excellent Desert Zerx Bones	\d	the	
    -_E69F9C59A7BFD4A9	m0153ccide01	Supreme Desert Zerx Bone	a	the	Supreme Desert Zerx Bones	\d	the	
    -_79DE0FF5359704D1	m0153ccijd01	Excellent Jungle Zerx Bone	an	the	Excellent Jungle Zerx Bones	\d	the	
    -_664EA05F276ED8A9	m0153ccije01	Supreme Jungle Zerx Bone	a	the	Supreme Jungle Zerx Bones	\d	the	
    -_A56987F266D88B88	m0153ccilc01	Choice Lakes Zerx Bone	a	the	Choice Lakes Zerx Bones	\d	the	
    -_7C85FFDD57767C2A	m0153ccipc01	Choice Prime Root Zerx Bone	a	the	Choice Prime Root Zerx Bones	\d	the	
    -_8BE849CC813758C2	m0153ccipd01	Excellent Prime Root Zerx Bone	an	the	Excellent Prime Root Zerx Bones	\d	the	
    -_2126F30F2640E5DB	m0153ccipe01	Supreme Prime Root Zerx Bone	a	the	Supreme Prime Root Zerx Bones	\d	the	
    -_770B95E6C5C65FCA	m0154ccica01	Fragment of Basic Zerx Claw	a	the	Fragments of Basic Zerx Claw	\d	the	
    -_2ECD2F5A55A3F5BC	m0154ccicb01	Fragment of Fine Zerx Claw	a	the	Fragments of Fine Zerx Claw	\d	the	
    -_48AD2E3920574330	m0154ccidd01	Fragment of Excellent Desert Zerx Claw	a	the	Fragments of Excellent Desert Zerx Claw	\d	the	
    -_98874719E10FFE64	m0154ccide01	Fragment of Supreme Desert Zerx Claw	a	the	Fragments of Supreme Desert Zerx Claw	\d	the	
    -_4C1C16411BF7632B	m0154ccijd01	Fragment of Excellent Jungle Zerx Claw	a	the	Fragments of Excellent Jungle Zerx Claw	\d	the	
    -_D7379F25E11EAA60	m0154ccije01	Fragment of Supreme Jungle Zerx Claw	a	the	Fragments of Supreme Jungle Zerx Claw	\d	the	
    -_7289CD23E5C49E95	m0154ccilc01	Fragment of Choice Lakes Zerx Claw	a	the	Fragments of Choice Lakes Zerx Claw	\d	the	
    -_3CBAC3CE903177FD	m0154ccipc01	Fragment of Choice Prime Root Zerx Claw	a	the	Fragments of Choice Prime Root Zerx Claw	\d	the	
    -_5C8682CA6937856A	m0154ccipd01	Fragment of Excellent Prime Root Zerx Claw	a	the	Fragments of Excellent Prime Root Zerx Claw	\d	the	
    -_F642E30872ABCF66	m0154ccipe01	Fragment of Supreme Prime Root Zerx Claw	a	the	Fragments of Supreme Prime Root Zerx Claw	\d	the	
    -_4C3395C98B84A56D	m0155dxacb01	Basic Zun Amber	a	the	Basic Zun Amber	\d	the	
    -_05A4B99C9C56E5CF	m0155dxacc01	Fine Zun Amber	a	the	Fine Zun Amber	\d	the	
    -_FB9B435E80E05734	m0155dxadd01	Choice Desert Zun Amber	a	the	Choice Desert Zun Amber	\d	the	
    -_5336D4E9A2E41F1C	m0155dxade01	Excellent Desert Zun Amber	an	the	Excellent Desert Zun Amber	\d	the	
    -_F1E8B3CC46842070	m0155dxadf01	Supreme Desert Zun Amber	a	the	Supreme Desert Zun Amber	\d	the	
    -_3B3B4B60C0E0573E	m0155dxafd01	Choice Forest Zun Amber	a	the	Choice Forest Zun Amber	\d	the	
    -_9346D0F4A4041F1C	m0155dxafe01	Excellent Forest Zun Amber	an	the	Excellent Forest Zun Amber	\d	the	
    -_71E8B3CF8674447C	m0155dxaff01	Supreme Forest Zun Amber	a	the	Supreme Forest Zun Amber	\d	the	
    -_3B9C5B55FF0F2B46	m0155dxajd01	Choice Jungle Zun Amber	a	the	Choice Jungle Zun Amber	\d	the	
    -_0EF5C8FA27441F0D	m0155dxaje01	Excellent Jungle Zun Amber	an	the	Excellent Jungle Zun Amber	\d	the	
    -_72E877BD45534C86	m0155dxajf01	Supreme Jungle Zun Amber	a	the	Supreme Jungle Zun Amber	\d	the	
    -_CA668B52A1AE9CAE	m0155dxald01	Choice Lakes Zun Amber	a	the	Choice Lakes Zun Amber	\d	the	
    -_0DCC6FC4022F4750	m0155dxale01	Excellent Lakes Zun Amber	an	the	Excellent Lakes Zun Amber	\d	the	
    -_68D1DF2A91032F9A	m0155dxalf01	Supreme Lakes Zun Amber	a	the	Supreme Lakes Zun Amber	\d	the	
    -_0FDD40E519E7345D	m0155dxapd01	Choice Prime Root Zun Amber	a	the	Choice Prime Root Zun Amber	\d	the	
    -_D4393D0C073DB47A	m0155dxape01	Excellent Prime Root Zun Amber	an	the	Excellent Prime Root Zun Amber	\d	the	
    -_10327F4C9F342997	m0155dxapf01	Supreme Prime Root Zun Amber	a	the	Supreme Prime Root Zun Amber	\d	the	
    -_0A672E224B88295D	m0162cpefd01	Select Forest Cratcha Leaf	a	the	Select Forest Cratcha Leaves	\d	the	
    -_0E67EA31C6BA6961	m0162cpefe01	Superb Forest Cratcha Leaf	a	the	Superb Forest Cratcha Leaves	\d	the	
    -_237DB6E2A36EEA2B	m0162cpejf01	Magnificient Jungle Cratcha Leaf	a	the	Magnificient Jungle Cratcha Leaves	\d	the	
    -_17C1E33BDD35A6E0	m0163cpefd01	Fragment of Select Forest Cratcha Pistil	a	the	Fragments of Select Forest Cratcha Pistil	\d	the	
    -_17E1633BDE365EEF	m0163cpefe01	Fragment of Superb Forest Cratcha Pistil	a	the	Fragments of Superb Forest Cratcha Pistil	\d	the	
    -_EC5C0D882A0FEA91	m0163cpejf01	Fragment of Magnificient Jungle Cratcha Pistil	a	the	Fragments of Magnificient Jungle Cratcha Pistil	\d	the	
    -_2A719414E962D85D	m0164cpblb01	Average Lakes Stinga Leaf	an	the	Average Lakes Stinga Leaves	\d	the	
    -_2289A2E876BAF3E5	m0164cpblc01	Prime Lakes Stinga Leaf	a	the	Prime Lakes Stinga Leaves	\d	the	
    -_E430D38D2E5CB30C	m0164cpbld01	Select Lakes Stinga Leaf	a	the	Select Lakes Stinga Leaves	\d	the	
    -_A5C6C4E86620DC6B	m0164cpblf01	Magnificent Lakes Stinga Leaf	a	the	Magnificent Lakes Stinga Leaves	\d	the	
    -_C1EBF39D69F7A0EC	m0165cpblb01	Fragment of Average Lakes Stinga Pistil	a	the	Fragments of Average Lakes Stinga Pistil	\d	the	
    -_C40A6A843FAE85C9	m0165cpblc01	Fragment of Prime Lakes Stinga Pistil	a	the	Fragments of Prime Lakes Stinga Pistil	\d	the	
    -_C83EF697CA8C53EC	m0165cpbld01	Fragment of Select Lakes Stinga Pistil	a	the	Fragments of Select Lakes Stinga Pistil	\d	the	
    -_C5E793FD652FA5F9	m0165cpblf01	Fragment of Magnificent Lakes Stinga Pistil	a	the	Fragments of Magnificent Lakes Stinga Pistil	\d	the	
    -_793E897BA8B32B40	m0166cpapd01	Select Prime Root Jubla Leaf	a	the	Select Prime Root Jubla Leaves	\d	the	
    -_793EFD99A835AB40	m0166cpape01	Superb Prime Root Jubla Leaf	a	the	Superb Prime Root Jubla Leaves	\d	the	
    -_6CD84C39C5CBFFCE	m0166cpapf01	Magnificient Prime Root Jubla Leaf	a	the	Magnificient Prime Root Jubla Leaves	\d	the	
    -_98580700A0025859	m0167cpapd01	Fragment of Select Prime Root Jubla Pistil	a	the	Fragments of Select Prime Root Jubla Pistil	\d	the	
    -_5C995B10A0021056	m0167cpape01	Fragment of Superb Prime Root Jubla Pistil	a	the	Fragments of Superb Prime Root Jubla Pistil	\d	the	
    -_6A0BC4EFB1581539	m0167cpapf01	Fragment of Magnificient Prime Root Jubla Pistil	a	the	Fragments of Magnificient Prime Root Jubla Pistil	\d	the	
    -_D3FE292FAA99ADC4	m0168cpcfb01	Average Forest Psykopla Leaf	an	the	Average Forest Psykopla Leaves	\d	the	
    -_D46D5A2605E54985	m0168cpcfc01	Prime Forest Psykopla Leaf	a	the	Prime Forest Psykopla Leaves	\d	the	
    -_42149EDC29F9B17D	m0168cpcjd01	Select Jungle Psykopla Leaf	a	the	Select Jungle Psykopla Leaves	\d	the	
    -_42145AD9ED3A018D	m0168cpcje01	Superb Jungle Psykopla Leaf	a	the	Superb Jungle Psykopla Leaves	\d	the	
    -_D0C66EAA890F1FE5	m0168cpcpf01	Magnificent Prime Root Psykopla Leaf	a	the	Magnificent Prime Root Psykopla Leaves	\d	the	
    -_31BB3C277D6E84CF	m0169cpcfb01	Fragment of Average Forest Psykopla Pistil	a	the	Fragments of Average Forest Psykopla Pistil	\d	the	
    -_F00182526E493EC4	m0169cpcfc01	Fragment of Prime Forest Psykopla Pistil	a	the	Fragments of Prime Forest Psykopla Pistil	\d	the	
    -_ADB6407D9AE26F04	m0169cpcjd01	Fragment of Select Jungle Psykopla Pistil	a	the	Fragments of Select Jungle Psykopla Pistil	\d	the	
    -_28E884819EE22713	m0169cpcje01	Fragment of Superb Jungle Psykopla Pistil	a	the	Fragments of Superb Jungle Psykopla Pistil	\d	the	
    -_67AF57B1B57F4FE7	m0169cpcpf01	Fragment of Magnificent Prime Root Psykopla Pistil	a	the	Fragments of Magnificent Prime Root Psykopla Pistil	\d	the	
    -_4D68D249075A8961	m0170cpdfe01	Superb Forest Slaveni Leaf	a	the	Superb Forest Slaveni Leaves	\d	the	
    -_E48DC2EEE47EF639	m0170cpdff01	Magnificient Forest Slaveni Leaf	a	the	Magnificient Forest Slaveni Leaves	\d	the	
    -_5EC1EB236A3A0539	m0170cpdjb01	Average Jungle Slaveni Leaf	an	the	Average Jungle Slaveni Leaves	\d	the	
    -_5300B718478B376D	m0170cpdjc01	Prime Jungle Slaveni Leaf	a	the	Prime Jungle Slaveni Leaves	\d	the	
    -_4DC9E23E46895D69	m0170cpdje01	Superb Jungle Slaveni Leaf	a	the	Superb Jungle Slaveni Leaves	\d	the	
    -_DC018B419E575EEF	m0171cpdfe01	Fragment of Superb Forest Slaveni Pistil	a	the	Fragments of Superb Forest Slaveni Pistil	\d	the	
    -_2D2E297A6FAE1EAC	m0171cpdff01	Fragment of Magnificient Forest Slaveni Pistil	a	the	Fragments of Magnificient Forest Slaveni Pistil	\d	the	
    -_3A97643ACD8E4718	m0171cpdjb01	Fragment of Average Jungle Slaveni Pistil	a	the	Fragments of Average Jungle Slaveni Pistil	\d	the	
    -_90E0678B23281BBD	m0171cpdjc01	Fragment of Prime Jungle Slaveni Pistil	a	the	Fragments of Prime Jungle Slaveni Pistil	\d	the	
    -_1B213F441F1676E4	m0171cpdje01	Fragment of Superb Jungle Slaveni Pistil	a	the	Fragments of Superb Jungle Slaveni Pistil	\d	the	
    -_B8262E46DCF92D3A	m0172cpfdb01	Average Desert Shooki Leaf	an	the	Average Desert Shooki Leaves	\d	the	
    -_BFCF8B473FC0CB96	m0172cpfdc01	Prime Desert Shooki Leaf	a	the	Prime Desert Shooki Leaves	\d	the	
    -_075D0B3A372DA467	m0172cpfdd01	Select Desert Shooki Leaf	a	the	Select Desert Shooki Leaves	\d	the	
    -_8F51651B699C469F	m0172cpfdf01	Magnificent Desert Shooki Leaf	a	the	Magnificent Desert Shooki Leaves	\d	the	
    -_6066E7059046EB9F	m0173cpfdb01	Fragment of Average Desert Shooki Pistil	a	the	Fragments of Average Desert Shooki Pistil	\d	the	
    -_51D053853DC4CFF2	m0173cpfdc01	Fragment of Prime Desert Shooki Pistil	a	the	Fragments of Prime Desert Shooki Pistil	\d	the	
    -_473D13CA5A85C304	m0173cpfdd01	Fragment of Select Desert Shooki Pistil	a	the	Fragments of Select Desert Shooki Pistil	\d	the	
    -_837AECAE3638F188	m0173cpfdf01	Fragment of Magnificent Desert Shooki Pistil	a	the	Fragments of Magnificent Desert Shooki Pistil	\d	the	
    -_092271B24893BD04	m0174dxaca01	Plain Green Leaf	a	the	Plain Green Leaves	\d	the	
    -_4CCE10B8A4CBFB5A	m0174dxacb01	Average Green Leaf	an	the	Average Green Leaves	\d	the	
    -_0AA291A94913D5FB	m0174dxacc01	Prime Green Leaf	a	the	Prime Green Leaves	\d	the	
    -_D3510260C7F5E29A	m0174dxacd01	Select Green Leaf	a	the	Select Green Leaves	\d	the	
    -_D452BE6FC7155E9A	m0174dxace01	Superb Green Leaf	a	the	Superb Green Leaves	\d	the	
    -_5D2AFF5A46FE0CD1	m0174dxacf01	Magnificient Green Leaf	a	the	Magnificient Green Leaves	\d	the	
    -_BE1AE4DB4E821EDB	m0175dxaca01	Plain Dead Leaf	a	the	Plain Dead Leaves	\d	the	
    -_47B6C637D9741E5E	m0175dxacb01	Average Dead Leaf	an	the	Average Dead Leaves	\d	the	
    -_7C5A0CD84F0236DB	m0175dxacc01	Prime Dead Leaf	a	the	Prime Dead Leaves	\d	the	
    -_7DC0A2AABC31E2FD	m0175dxacd01	Select Dead Leaf	a	the	Select Dead Leaves	\d	the	
    -_7D019EB9BC72DA0C	m0175dxace01	Superb Dead Leaf	a	the	Superb Dead Leaves	\d	the	
    -_A9C6BBDB7BDDA3F8	m0175dxacf01	Magnificient Dead Leaf	a	the	Magnificient Dead Leaves	\d	the	
    -_1E612CABD32BDB98	m0176dxaca01	Plain Rotting Leaf	a	the	Plain Rotting Leaves	\d	the	
    -_EBBA9738FCEDE7F4	m0176dxacb01	Average Rotting Leaf	an	the	Average Rotting Leaves	\d	the	
    -_9F6134A2D41B03A0	m0176dxacc01	Prime Rotting Leaf	a	the	Prime Rotting Leaves	\d	the	
    -_C859F558F31D9797	m0176dxacd01	Select Rotting Leaf	a	the	Select Rotting Leaves	\d	the	
    -_C859B155B75EE7A7	m0176dxace01	Superb Rotting Leaf	a	the	Superb Rotting Leaves	\d	the	
    -_9231B016915F0F77	m0176dxacf01	Magnificient Rotting Leaf	a	the	Magnificient Rotting Leaves	\d	the	
    -_4022050598955CAB	m0177dxaca01	Portion of Plain Fresh Resin	a	the	Portions of Plain Fresh Resin	\d	the	
    -_1EB54F1922318E8B	m0177dxacb01	Portion of Average Fresh Resin	a	the	Portions of Average Fresh Resin	\d	the	
    -_FFE2450B98955CA2	m0177dxacc01	Portion of Prime Fresh Resin	a	the	Portions of Prime Fresh Resin	\d	the	
    -_CAA771BED5A35FC9	m0177dxacd01	Portion of Select Fresh Resin	a	the	Portions of Select Fresh Resin	\d	the	
    -_8FA885CED5829BB7	m0177dxace01	Portion of Superb Fresh Resin	a	the	Portions of Superb Fresh Resin	\d	the	
    -_B32DB1E056DD6F12	m0177dxacf01	Portion of Magnificient Fresh Resin	a	the	Portions of Magnificient Fresh Resin	\d	the	
    -_B00C6C4E5BA59C0A	m0178dxaca01	Portion of Plain Dry Resin	a	the	Portions of Plain Dry Resin	\d	the	
    -_3F0481DEF862F5E6	m0178dxacb01	Portion of Average Dry Resin	a	the	Portions of Average Dry Resin	\d	the	
    -_6EBCA45CDCA59C0A	m0178dxacc01	Portion of Prime Dry Resin	a	the	Portions of Prime Dry Resin	\d	the	
    -_9F7F5F40244D93A3	m0178dxacd01	Portion of Select Dry Resin	a	the	Portions of Select Dry Resin	\d	the	
    -_277F8360244D937F	m0178dxace01	Portion of Superb Dry Resin	a	the	Portions of Superb Dry Resin	\d	the	
    -_25DC8C7EAC4B6EE7	m0178dxacf01	Portion of Magnificient Dry Resin	a	the	Portions of Magnificient Dry Resin	\d	the	
    -_39852A69A92778FA	m0179dxaca01	Bundle of Plain Fresh Wood	a	the	Bundles of Plain Fresh Wood	\d	the	
    -_0155D51F98BB83D5	m0179dxacb01	Bundle of Average Fresh Wood	a	the	Bundles of Average Fresh Wood	\d	the	
    -_39F51E752C8878FA	m0179dxacc01	Bundle of Prime Fresh Wood	a	the	Bundles of Prime Fresh Wood	\d	the	
    -_43E0553B65F7CBDA	m0179dxacd01	Bundle of Select Fresh Wood	a	the	Bundles of Select Fresh Wood	\d	the	
    -_39C259436DF7CBDA	m0179dxace01	Bundle of Superb Fresh Wood	a	the	Bundles of Superb Fresh Wood	\d	the	
    -_EA660AAEBF098E15	m0179dxacf01	Bundle of Magnificient Fresh Wood	a	the	Bundles of Magnificient Fresh Wood	\d	the	
    -_3A898C296B52F775	m0180dxaca01	Bundle of Plain Dry Wood	a	the	Bundles of Plain Dry Wood	\d	the	
    -_13291E8730B56FBE	m0180dxacb01	Bundle of Average Dry Wood	a	the	Bundles of Average Dry Wood	\d	the	
    -_3AF9A431AA92177B	m0180dxacc01	Bundle of Prime Dry Wood	a	the	Bundles of Prime Dry Wood	\d	the	
    -_FE492C1F4C2E3CED	m0180dxacd01	Bundle of Select Dry Wood	a	the	Bundles of Select Dry Wood	\d	the	
    -_793AE832506F7CED	m0180dxace01	Bundle of Superb Dry Wood	a	the	Bundles of Superb Dry Wood	\d	the	
    -_D8A8759E290F0DD0	m0180dxacf01	Bundle of Magnificient Dry Wood	a	the	Bundles of Magnificient Dry Wood	\d	the	
    -_73339917E7837473	m0181dxaca01	Bundle of Plain Rotting Wood	a	the	Bundles of Plain Rotting Wood	\d	the	
    -_70F345524517F6CA	m0181dxacb01	Bundle of Average Rotting Wood	a	the	Bundles of Average Rotting Wood	\d	the	
    -_31E3D12568837473	m0181dxacc01	Bundle of Prime Rotting Wood	a	the	Bundles of Prime Rotting Wood	\d	the	
    -_F1247915CE4F55D7	m0181dxacd01	Bundle of Select Rotting Wood	a	the	Bundles of Select Rotting Wood	\d	the	
    -_6C56BD19D24F0DE6	m0181dxace01	Bundle of Superb Rotting Wood	a	the	Bundles of Superb Rotting Wood	\d	the	
    -_A4A43F0317A15542	m0181dxacf01	Bundle of Magnificient Rotting Wood	a	the	Bundles of Magnificient Rotting Wood	\d	the	
    -_1E5A715EB6A89E92	m0182dxaca01	Handful of Plain Dry Wood Sawdust	a	the	Handfuls of Plain Dry Wood Sawdust	\d	the	
    -_08A903FD51D53F4F	m0182dxacb01	Handful of Average Dry Wood Sawdust	a	the	Handfuls of Average Dry Wood Sawdust	\d	the	
    -_DC9A7568B8099E92	m0182dxacc01	Handful of Prime Dry Wood Sawdust	a	the	Handfuls of Prime Dry Wood Sawdust	\d	the	
    -_79F6194C9748040B	m0182dxacd01	Handful of Select Dry Wood Sawdust	a	the	Handfuls of Select Dry Wood Sawdust	\d	the	
    -_B8E72D609B4804F9	m0182dxace01	Handful of Superb Dry Wood Sawdust	a	the	Handfuls of Superb Dry Wood Sawdust	\d	the	
    -_02FA5380A74718C7	m0182dxacf01	Handful of Magnificient Dry Wood Sawdust	a	the	Handfuls of Magnificient Dry Wood Sawdust	\d	the	
    -_27E6F13F169909DC	m0183dxaca01	Handful of Plain Damp Wood Sawdust	a	the	Handfuls of Plain Damp Wood Sawdust	\d	the	
    -_3D530A51E88DA36C	m0183dxacb01	Handful of Average Damp Wood Sawdust	a	the	Handfuls of Average Damp Wood Sawdust	\d	the	
    -_E596294D979909DC	m0183dxacc01	Handful of Prime Damp Wood Sawdust	a	the	Handfuls of Prime Damp Wood Sawdust	\d	the	
    -_0807FBD1E759156A	m0183dxacd01	Handful of Select Damp Wood Sawdust	a	the	Handfuls of Select Damp Wood Sawdust	\d	the	
    -_90071FF1E7591546	m0183dxace01	Handful of Superb Damp Wood Sawdust	a	the	Handfuls of Superb Damp Wood Sawdust	\d	the	
    -_8699C23129332C7B	m0183dxacf01	Handful of Magnificient Damp Wood Sawdust	a	the	Handfuls of Magnificient Damp Wood Sawdust	\d	the	
    -_32777AE0DE09FFA3	m0184dxaca01	Plain Small Reed Leaf	a	the	Plain Small Reed Leaves	\d	the	
    -_DFA81AB1BCDAC889	m0184dxacb01	Average Small Reed Leaf	an	the	Average Small Reed Leaves	\d	the	
    -_32775EDBE1EA17A3	m0184dxacc01	Prime Small Reed Leaf	a	the	Prime Small Reed Leaves	\d	the	
    -_EED2DFD837AE73B8	m0184dxacd01	Select Small Reed Leaf	a	the	Select Small Reed Leaves	\d	the	
    -_69C39BEB3BEFB3B8	m0184dxace01	Superb Small Reed Leaf	a	the	Superb Small Reed Leaves	\d	the	
    -_7C86F180226F5110	m0184dxacf01	Magnificient Small Reed Leaf	a	the	Magnificient Small Reed Leaves	\d	the	
    -_6E067AE01C492FA9	m0185dxaca01	Plain Large Reed Leaf	a	the	Plain Large Reed Leaves	\d	the	
    -_1D585E9EB9EB9883	m0185dxacb01	Average Large Reed Leaf	an	the	Average Large Reed Leaves	\d	the	
    -_6E065EDB1F2A47A9	m0185dxacc01	Prime Large Reed Leaf	a	the	Prime Large Reed Leaves	\d	the	
    -_2DD2C3D3B99E9BAD	m0185dxacd01	Select Large Reed Leaf	a	the	Select Large Reed Leaves	\d	the	
    -_A8C37FE6BDDFDBAD	m0185dxace01	Superb Large Reed Leaf	a	the	Superb Large Reed Leaves	\d	the	
    -_0406B980226F1907	m0185dxacf01	Magnificient Large Reed Leaf	a	the	Magnificient Large Reed Leaves	\d	the	
    -_2EB67AE0E0AA07A1	m0186dxaca01	Plain Giant Reed Leaf	a	the	Plain Giant Reed Leaves	\d	the	
    -_E1C81AB539DAB87F	m0186dxacb01	Average Giant Reed Leaf	an	the	Average Giant Reed Leaves	\d	the	
    -_2EB65EDBE38B1FA1	m0186dxacc01	Prime Giant Reed Leaf	a	the	Prime Giant Reed Leaves	\d	the	
    -_EBD2FFDA398E43B6	m0186dxacd01	Select Giant Reed Leaf	a	the	Select Giant Reed Leaves	\d	the	
    -_66C3BBED3DCF83B6	m0186dxace01	Superb Giant Reed Leaf	a	the	Superb Giant Reed Leaves	\d	the	
    -_7C069180226F9116	m0186dxacf01	Magnificient Giant Reed Leaf	a	the	Magnificient Giant Reed Leaves	\d	the	
    -_E17674EB8582D86D	m0187dxaca01	Fragment of Plain Small Thorn	a	the	Fragments of Plain Small Thorn	\d	the	
    -_0BC529079C8DE546	m0187dxacb01	Fragment of Average Small Thorn	a	the	Fragments of Average Small Thorn	\d	the	
    -_63F694EB85F2E86C	m0187dxacc01	Fragment of Prime Small Thorn	a	the	Fragments of Prime Small Thorn	\d	the	
    -_2CA11007C5C8D22A	m0187dxacd01	Fragment of Select Small Thorn	a	the	Fragments of Select Small Thorn	\d	the	
    -_2CE254F589C89A49	m0187dxace01	Fragment of Superb Small Thorn	a	the	Fragments of Superb Small Thorn	\d	the	
    -_8F7E7B7FC733C97D	m0187dxacf01	Fragment of Magnificient Small Thorn	a	the	Fragments of Magnificient Small Thorn	\d	the	
    -_9F1730F58211D867	m0188dxaca01	Fragment of Plain Large Thorn	a	the	Fragments of Plain Large Thorn	\d	the	
    -_C9D6F9F95A9EB539	m0188dxacb01	Fragment of Average Large Thorn	a	the	Fragments of Average Large Thorn	\d	the	
    -_219750F58281E866	m0188dxacc01	Fragment of Prime Large Thorn	a	the	Fragments of Prime Large Thorn	\d	the	
    -_67E054FB0458BE3C	m0188dxacd01	Fragment of Select Large Thorn	a	the	Fragments of Select Large Thorn	\d	the	
    -_672198E9C858865B	m0188dxace01	Fragment of Superb Large Thorn	a	the	Fragments of Superb Large Thorn	\d	the	
    -_8F0E4B8B0802AD7E	m0188dxacf01	Fragment of Magnificient Large Thorn	a	the	Fragments of Magnificient Large Thorn	\d	the	
    -_61F76CDF84C1D877	m0189dxaca01	Fragment of Plain Giant Thorn	a	the	Fragments of Plain Giant Thorn	\d	the	
    -_8BC519031C8DD544	m0189dxacb01	Fragment of Average Giant Thorn	a	the	Fragments of Average Giant Thorn	\d	the	
    -_E3778CDF8431E876	m0189dxacc01	Fragment of Prime Giant Thorn	a	the	Fragments of Prime Giant Thorn	\d	the	
    -_2D001003C249DA2C	m0189dxacd01	Fragment of Select Giant Thorn	a	the	Fragments of Select Giant Thorn	\d	the	
    -_2D4154F18649A24B	m0189dxace01	Fragment of Superb Giant Thorn	a	the	Fragments of Superb Giant Thorn	\d	the	
    -_8FFFA381C632997F	m0189dxacf01	Fragment of Magnificient Giant Thorn	a	the	Fragments of Magnificient Giant Thorn	\d	the	
    -_12994D455971C5B9	m0190dxaca01	Handful of Plain Fresh Bark	a	the	Handfuls of Plain Fresh Bark	\d	the	
    -_181C4D8E0B0BA993	m0190dxacb01	Handful of Average Fresh Bark	a	the	Handfuls of Average Fresh Bark	\d	the	
    -_8E1995515971C5B9	m0190dxacc01	Handful of Prime Fresh Bark	a	the	Handfuls of Prime Fresh Bark	\d	the	
    -_838745F7095ED088	m0190dxacd01	Handful of Select Fresh Bark	a	the	Handfuls of Select Fresh Bark	\d	the	
    -_47C89907095E8885	m0190dxace01	Handful of Superb Fresh Bark	a	the	Handfuls of Superb Fresh Bark	\d	the	
    -_5561F92D989ECE1F	m0190dxacf01	Handful of Magnificient Fresh Bark	a	the	Handfuls of Magnificient Fresh Bark	\d	the	
    -_3B4CCB6400FC99D1	m0191dxaca01	Handful of Plain Dry Bark	a	the	Handfuls of Plain Dry Bark	\d	the	
    -_8CBBF9574127BD48	m0191dxacb01	Handful of Average Dry Bark	a	the	Handfuls of Average Dry Bark	\d	the	
    -_F98CCF6E025D99D1	m0191dxacc01	Handful of Prime Dry Bark	a	the	Handfuls of Prime Dry Bark	\d	the	
    -_BE2857746B11CF2D	m0191dxacd01	Handful of Select Dry Bark	a	the	Handfuls of Select Dry Bark	\d	the	
    -_FD196B886F11CF1B	m0191dxace01	Handful of Superb Dry Bark	a	the	Handfuls of Superb Dry Bark	\d	the	
    -_8EBFC69AAFFAE62F	m0191dxacf01	Handful of Magnificient Dry Bark	a	the	Handfuls of Magnificient Dry Bark	\d	the	
    -_6C4CC44AD93448F9	m0192dxaca01	Handful of Plain Dry Straw	a	the	Handfuls of Plain Dry Straw	\d	the	
    -_00C4B1E13050BDE0	m0192dxacb01	Handful of Average Dry Straw	a	the	Handfuls of Average Dry Straw	\d	the	
    -_2AFCFC585A3448F9	m0192dxacc01	Handful of Prime Dry Straw	a	the	Handfuls of Prime Dry Straw	\d	the	
    -_A67F6F435F2D0B85	m0192dxacd01	Handful of Select Dry Straw	a	the	Handfuls of Select Dry Straw	\d	the	
    -_2E7F93635F2D0B61	m0192dxace01	Handful of Superb Dry Straw	a	the	Handfuls of Superb Dry Straw	\d	the	
    -_A35DA07BEC7B2AD2	m0192dxacf01	Handful of Magnificient Dry Straw	a	the	Handfuls of Magnificient Dry Straw	\d	the	
    -_2CFF0B3F5DD12DDE	m0193dxaca01	Handful of Plain Damp Straw	a	the	Handfuls of Plain Damp Straw	\d	the	
    -_089C219AD44F50C6	m0193dxacb01	Handful of Average Damp Straw	a	the	Handfuls of Average Damp Straw	\d	the	
    -_A87F534B5DD12DDE	m0193dxacc01	Handful of Prime Damp Straw	a	the	Handfuls of Prime Damp Straw	\d	the	
    -_3DD359FA043EDCF0	m0193dxacd01	Handful of Select Damp Straw	a	the	Handfuls of Select Damp Straw	\d	the	
    -_0114AD0A043E94ED	m0193dxace01	Handful of Superb Damp Straw	a	the	Handfuls of Superb Damp Straw	\d	the	
    -_D5958E18C6EEDA0A	m0193dxacf01	Handful of Magnificient Damp Straw	a	the	Handfuls of Magnificient Damp Straw	\d	the	
    -_E71DCB0FA6D4AFB4	m0194dxaca01	Handful of Plain Dust	a	the	Handfuls of Plain Dust	\d	the	
    -_4C94FCC0616CF826	m0194dxacb01	Handful of Average Dust	a	the	Handfuls of Average Dust	\d	the	
    -_A7BEF315A6D48BB8	m0194dxacc01	Handful of Prime Dust	a	the	Handfuls of Prime Dust	\d	the	
    -_293ACA024BF5F713	m0194dxacd01	Handful of Select Dust	a	the	Handfuls of Select Dust	\d	the	
    -_F13ADE12C6E6F705	m0194dxace01	Handful of Superb Dust	a	the	Handfuls of Superb Dust	\d	the	
    -_4A3715ED10151586	m0194dxacf01	Handful of Magnificient Dust	a	the	Handfuls of Magnificient Dust	\d	the	
    -_4F6485BE8A63C179	m0195dxaca01	Plain Dry Fiber	some	the	Plain Dry Fibers	\d	the	
    -_B5949EE8159E6F23	m0195dxacb01	Average Dry Fiber	some	the	Average Dry Fibers	\d	the	
    -_D0648DB58B53E981	m0195dxacc01	Prime Dry Fiber	some	the	Prime Dry Fibers	\d	the	
    -_932F61E6CD359ABF	m0195dxacd01	Select Dry Fiber	some	the	Select Dry Fibers	\d	the	
    -_932F1DE39176EACF	m0195dxace01	Superb Dry Fiber	some	the	Superb Dry Fibers	\d	the	
    -_7930C773949113BC	m0195dxacf01	Magnificient Dry Fiber	some	the	Magnificient Dry Fibers	\d	the	
    -_D943959D91C566B6	m0196dxaca01	Plain Damp Fiber	some	the	Plain Damp Fibers	\d	the	
    -_07793A147B8E6307	m0196dxacb01	Average Damp Fiber	some	the	Average Damp Fibers	\d	the	
    -_D9439D9450859EBC	m0196dxacc01	Prime Damp Fiber	some	the	Prime Damp Fibers	\d	the	
    -_C7EC0EEC8F5EBF82	m0196dxacd01	Select Damp Fiber	some	the	Select Damp Fibers	\d	the	
    -_C7EC820A8FE03F82	m0196dxace01	Superb Damp Fiber	some	the	Superb Damp Fibers	\d	the	
    -_7CA13C5F8A5B0F4B	m0196dxacf01	Magnificient Damp Fiber	some	the	Magnificient Damp Fibers	\d	the	
    -_16982550BACC9FC2	m0197dxaca01	Plain Rotting Fiber	some	the	Plain Rotting Fibers	\d	the	
    -_179BA74AEDE3C0B1	m0197dxacb01	Average Rotting Fiber	some	the	Average Rotting Fibers	\d	the	
    -_16083D4F3C4CB7C2	m0197dxacc01	Prime Rotting Fiber	some	the	Prime Rotting Fibers	\d	the	
    -_6703934FB01FC225	m0197dxacd01	Select Rotting Fiber	some	the	Select Rotting Fibers	\d	the	
    -_2B035F6EB0600213	m0197dxace01	Superb Rotting Fiber	some	the	Superb Rotting Fibers	\d	the	
    -_D0C42FA3AF295964	m0197dxacf01	Magnificient Rotting Fiber	some	the	Magnificient Rotting Fibers	\d	the	
    -_37EFCF9304CEA559	m0198dxaca01	Fragment of Plain Small Pearly Shell	a	the	Fragments of Plain Small Pearly Shell	\d	the	
    -_D9CA93486B898322	m0198dxacb01	Fragment of Average Small Pearly Shell	a	the	Fragments of Average Small Pearly Shell	\d	the	
    -_3AD0EF9304CE8154	m0198dxacc01	Fragment of Prime Small Pearly Shell	a	the	Fragments of Prime Small Pearly Shell	\d	the	
    -_D1B4EE92FE470B06	m0198dxacd01	Fragment of Select Small Pearly Shell	a	the	Fragments of Select Small Pearly Shell	\d	the	
    -_D5F532927938C319	m0198dxace01	Fragment of Superb Small Pearly Shell	a	the	Fragments of Superb Small Pearly Shell	\d	the	
    -_F0BF73B4A79191D6	m0198dxacf01	Fragment of Magnificient Small Pearly Shell	a	the	Fragments of Magnificient Small Pearly Shell	\d	the	
    -_752FFF98405DA55A	m0199dxaca01	Fragment of Plain Large Pearly Shell	a	the	Fragments of Plain Large Pearly Shell	\d	the	
    -_D6DB6341A939C710	m0199dxacb01	Fragment of Average Large Pearly Shell	a	the	Fragments of Average Large Pearly Shell	\d	the	
    -_78101F98405D8155	m0199dxacc01	Fragment of Prime Large Pearly Shell	a	the	Fragments of Prime Large Pearly Shell	\d	the	
    -_53A416863D47EF02	m0199dxacd01	Fragment of Select Large Pearly Shell	a	the	Fragments of Select Large Pearly Shell	\d	the	
    -_57E55A86B838A715	m0199dxace01	Fragment of Superb Large Pearly Shell	a	the	Fragments of Superb Large Pearly Shell	\d	the	
    -_F0BF3BAA2F1159D7	m0199dxacf01	Fragment of Magnificient Large Pearly Shell	a	the	Fragments of Magnificient Large Pearly Shell	\d	the	
    -_F7A0D78F000DA551	m0200dxaca01	Fragment of Plain Giant Pearly Shell	a	the	Fragments of Plain Giant Pearly Shell	\d	the	
    -_14DA833C6DA9831E	m0200dxacb01	Fragment of Average Giant Pearly Shell	a	the	Fragments of Average Giant Pearly Shell	\d	the	
    -_FA81F78F000D814C	m0200dxacc01	Fragment of Prime Giant Pearly Shell	a	the	Fragments of Prime Giant Pearly Shell	\d	the	
    -_91A4BE8EFB472B00	m0200dxacd01	Fragment of Select Giant Pearly Shell	a	the	Fragments of Select Giant Pearly Shell	\d	the	
    -_95E5028E7638E313	m0200dxace01	Fragment of Superb Giant Pearly Shell	a	the	Fragments of Superb Giant Pearly Shell	\d	the	
    -_AECFB3B8A71131CE	m0200dxacf01	Fragment of Magnificient Giant Pearly Shell	a	the	Fragments of Magnificient Giant Pearly Shell	\d	the	
    -_DF34D1D20002073F	m0201dxaca01	Plain Small Pearl	a	the	Plain Small Pearls	\d	the	
    -_352F7200F7DDB37B	m0201dxacb01	Average Small Pearl	an	the	Average Small Pearls	\d	the	
    -_E195D9C90182FB43	m0201dxacc01	Prime Small Pearl	a	the	Prime Small Pearls	\d	the	
    -_50B0CA4073E773AE	m0201dxacd01	Select Small Pearl	a	the	Select Small Pearls	\d	the	
    -_54B0864FEE19B3B2	m0201dxace01	Superb Small Pearl	a	the	Superb Small Pearls	\d	the	
    -_C89D6053C8FE98A2	m0201dxacf01	Magnificient Small Pearl	a	the	Magnificient Small Pearls	\d	the	
    -_1A7315C63F92F351	m0202dxaca01	Plain Large Pearl	a	the	Plain Large Pearls	\d	the	
    -_742F72F9F39EC769	m0202dxacb01	Average Large Pearl	an	the	Average Large Pearls	\d	the	
    -_1CD41DBD4012E755	m0202dxacc01	Prime Large Pearl	a	the	Prime Large Pearls	\d	the	
    -_D3F0AE40B1979B9E	m0202dxacd01	Select Large Pearl	a	the	Select Large Pearls	\d	the	
    -_D7F06A4F2CC9DBA2	m0202dxace01	Superb Large Pearl	a	the	Superb Large Pearls	\d	the	
    -_0CDD284E0C3E609E	m0202dxacf01	Magnificient Large Pearl	a	the	Magnificient Large Pearls	\d	the	
    -_E093D1CEFD830F41	m0203dxaca01	Plain Giant Pearl	a	the	Plain Giant Pearls	\d	the	
    -_322F720879FDA36D	m0203dxacb01	Average Giant Pearl	an	the	Average Giant Pearls	\d	the	
    -_E2F4D9C5FE030345	m0203dxacc01	Prime Giant Pearl	a	the	Prime Giant Pearls	\d	the	
    -_4D709A40750793AE	m0203dxacd01	Select Giant Pearl	a	the	Select Giant Pearls	\d	the	
    -_5170564FF039D3B2	m0203dxace01	Superb Giant Pearl	a	the	Superb Giant Pearls	\d	the	
    -_C85D5055C8BE88A6	m0203dxacf01	Magnificient Giant Pearl	a	the	Magnificient Giant Pearls	\d	the	
    -_8879C6BC88DA120E	m0204dxaca01	Plain Silvery Fish Scale	a	the	Plain Silvery Fish Scales	\d	the	
    -_6ABC165F6AE45D31	m0204dxacb01	Average Silvery Fish Scale	an	the	Average Silvery Fish Scales	\d	the	
    -_89F9E6B3895A2A05	m0204dxacc01	Prime Silvery Fish Scale	a	the	Prime Silvery Fish Scales	\d	the	
    -_C7CAC06294956110	m0204dxacd01	Select Silvery Fish Scale	a	the	Select Silvery Fish Scales	\d	the	
    -_C8CB7C7194B5DD10	m0204dxace01	Superb Silvery Fish Scale	a	the	Superb Silvery Fish Scales	\d	the	
    -_41380A8DC7FFE5A7	m0204dxacf01	Magnificient Silvery Fish Scale	a	the	Magnificient Silvery Fish Scales	\d	the	
    -_62388B178BE24B9F	m0205dxaca01	Plain Golden Fish Scale	a	the	Plain Golden Fish Scales	\d	the	
    -_B75F8820E80275E9	m0205dxacb01	Average Golden Fish Scale	an	the	Average Golden Fish Scales	\d	the	
    -_2078B3148C62639F	m0205dxacc01	Prime Golden Fish Scale	a	the	Prime Golden Fish Scales	\d	the	
    -_BBE6DFACBB471FFF	m0205dxacd01	Select Golden Fish Scale	a	the	Select Golden Fish Scales	\d	the	
    -_BB27DBBBBB88170E	m0205dxace01	Superb Golden Fish Scale	a	the	Superb Golden Fish Scales	\d	the	
    -_9FC1D8B1A737D295	m0205dxacf01	Magnificient Golden Fish Scale	a	the	Magnificient Golden Fish Scales	\d	the	
    -_F0855907F5ACE805	m0206dxaca01	Plain Living Parasite	a	the	Plain Living Parasites	\d	the	
    -_19C8DCC102EE23DA	m0206dxacb01	Average Living Parasite	an	the	Average Living Parasites	\d	the	
    -_F0853D02F88D0005	m0206dxacc01	Prime Living Parasite	a	the	Prime Living Parasites	\d	the	
    -_5E362A564D92A0AF	m0206dxacd01	Select Living Parasite	a	the	Select Living Parasites	\d	the	
    -_D927E66951D3E0AF	m0206dxace01	Superb Living Parasite	a	the	Superb Living Parasites	\d	the	
    -_A4D899568AB9815A	m0206dxacf01	Magnificient Living Parasite	a	the	Magnificient Living Parasites	\d	the	
    -_53635A0D2EC73E95	m0207dxaca01	Plain Dead Parasite	a	the	Plain Dead Parasites	\d	the	
    -_E48B4600357DFC7C	m0207dxacb01	Average Dead Parasite	an	the	Average Dead Parasites	\d	the	
    -_53636204ED87769B	m0207dxacc01	Prime Dead Parasite	a	the	Prime Dead Parasites	\d	the	
    -_DC849F0ACC2D0F8D	m0207dxacd01	Select Dead Parasite	a	the	Select Dead Parasites	\d	the	
    -_DC841328CCAF8F8D	m0207dxace01	Superb Dead Parasite	a	the	Superb Dead Parasites	\d	the	
    -_F440D474E043A05D	m0207dxacf01	Magnificient Dead Parasite	a	the	Magnificient Dead Parasites	\d	the	
    -_68B1B39AA443D8B7	m0208dxaca01	Plain Small Spider Web	a	the	Plain Small Spider Webs	\d	the	
    -_FCE0666AC70ACD4F	m0208dxacb01	Average Small Spider Web	an	the	Average Small Spider Webs	\d	the	
    -_26F1DB97A5C3F0B7	m0208dxacc01	Prime Small Spider Web	a	the	Prime Small Spider Webs	\d	the	
    -_C7BE4C0AC71F8C60	m0208dxacd01	Select Small Spider Web	a	the	Select Small Spider Webs	\d	the	
    -_C7FF4819C760846F	m0208dxace01	Superb Small Spider Web	a	the	Superb Small Spider Webs	\d	the	
    -_5DE3A143BAC436E1	m0208dxacf01	Magnificient Small Spider Web	a	the	Magnificient Small Spider Webs	\d	the	
    -_65409795E813A8C9	m0209dxaca01	Plain Large Spider Web	a	the	Plain Large Spider Webs	\d	the	
    -_40204A63851B8144	m0209dxacb01	Average Large Spider Web	an	the	Average Large Spider Webs	\d	the	
    -_2380BF92E993C0C9	m0209dxacc01	Prime Large Spider Web	a	the	Prime Large Spider Webs	\d	the	
    -_446E90FE44CFD055	m0209dxacd01	Select Large Spider Web	a	the	Select Large Spider Webs	\d	the	
    -_44AF8C0D4410C864	m0209dxace01	Superb Large Spider Web	a	the	Superb Large Spider Webs	\d	the	
    -_E0238543F8745ED1	m0209dxacf01	Magnificient Large Spider Web	a	the	Magnificient Large Spider Webs	\d	the	
    -_DD95DF52314C0B9F	m0210dxaca01	Ball of Plain Worm Silk	a	the	Balls of Plain Worm Silk	\d	the	
    -_73CDAA0A0C2B1120	m0210dxacb01	Ball of Average Worm Silk	a	the	Balls of Average Worm Silk	\d	the	
    -_DE15FF4932CC2396	m0210dxacc01	Ball of Prime Worm Silk	a	the	Balls of Prime Worm Silk	\d	the	
    -_391DE4CAE9429F8D	m0210dxacd01	Ball of Select Worm Silk	a	the	Balls of Select Worm Silk	\d	the	
    -_3A1EA0D9E9621B8D	m0210dxace01	Ball of Superb Worm Silk	a	the	Balls of Superb Worm Silk	\d	the	
    -_B6280D373EE71194	m0210dxacf01	Ball of Magnificient Worm Silk	a	the	Balls of Magnificient Worm Silk	\d	the	
    -_43BECA053AEAAD31	m0211dxaca01	Ball of Plain Spider Silk	a	the	Balls of Plain Spider Silk	\d	the	
    -_F0F8C5782E575DCE	m0211dxacb01	Ball of Average Spider Silk	a	the	Balls of Average Spider Silk	\d	the	
    -_C4BED2FC3BDAD539	m0211dxacc01	Ball of Prime Spider Silk	a	the	Balls of Prime Spider Silk	\d	the	
    -_31B45A3017D8C147	m0211dxacd01	Ball of Select Spider Silk	a	the	Balls of Select Spider Silk	\d	the	
    -_31B4162DDB191157	m0211dxace01	Ball of Superb Spider Silk	a	the	Balls of Superb Spider Silk	\d	the	
    -_30FD6265B67D8863	m0211dxacf01	Ball of Magnificient Spider Silk	a	the	Balls of Magnificient Spider Silk	\d	the	
    -_8740D08CB3B10D5F	m0212dxaca01	Plain Small Firefly Abdomen	a	the	Plain Small Firefly Abdomens	\d	the	
    -_03EC3F3328B8B254	m0212dxacb01	Average Small Firefly Abdomen	an	the	Average Small Firefly Abdomens	\d	the	
    -_8740D88372714565	m0212dxacc01	Prime Small Firefly Abdomen	a	the	Prime Small Firefly Abdomens	\d	the	
    -_5CAED1EA32D7615A	m0212dxacd01	Select Small Firefly Abdomen	a	the	Select Small Firefly Abdomens	\d	the	
    -_5CAE45083259E15A	m0212dxace01	Superb Small Firefly Abdomen	a	the	Superb Small Firefly Abdomens	\d	the	
    -_812A8E3689D773AD	m0212dxacf01	Magnificient Small Firefly Abdomen	a	the	Magnificient Small Firefly Abdomens	\d	the	
    -_C80FB48CB341DD6C	m0213dxaca01	Plain Large Firefly Abdomen	a	the	Plain Large Firefly Abdomens	\d	the	
    -_03EC23272A09664E	m0213dxacb01	Average Large Firefly Abdomen	an	the	Average Large Firefly Abdomens	\d	the	
    -_C80FBC8372011572	m0213dxacc01	Prime Large Firefly Abdomen	a	the	Prime Large Firefly Abdomens	\d	the	
    -_DAAED1EAAE37E943	m0213dxacd01	Select Large Firefly Abdomen	a	the	Select Large Firefly Abdomens	\d	the	
    -_DAAE4508AEB96943	m0213dxace01	Superb Large Firefly Abdomen	a	the	Superb Large Firefly Abdomens	\d	the	
    -_031AB62AC8D757A9	m0213dxacf01	Magnificient Large Firefly Abdomen	a	the	Magnificient Large Firefly Abdomens	\d	the	
    -_895D5E83014F3D8A	m0214dxaca01	Fragment of Plain Red Butterfly Wing	a	the	Fragments of Plain Red Butterfly Wing	\d	the	
    -_C2DBAB6FFB25FF40	m0214dxacb01	Fragment of Average Red Butterfly Wing	a	the	Fragments of Average Red Butterfly Wing	\d	the	
    -_8C3E7E83014F1985	m0214dxacc01	Fragment of Prime Red Butterfly Wing	a	the	Fragments of Prime Red Butterfly Wing	\d	the	
    -_D95FF698039A14CB	m0214dxacd01	Fragment of Select Red Butterfly Wing	a	the	Fragments of Select Red Butterfly Wing	\d	the	
    -_DDA03A987E8BCCDE	m0214dxace01	Fragment of Superb Red Butterfly Wing	a	the	Fragments of Superb Red Butterfly Wing	\d	the	
    -_7613ED0225F1B9F8	m0214dxacf01	Fragment of Magnificient Red Butterfly Wing	a	the	Fragments of Magnificient Red Butterfly Wing	\d	the	
    -_0960074AD2B2FA44	m0215dxaca01	Fragment of Plain Green Butterfly Wing	a	the	Fragments of Plain Green Butterfly Wing	\d	the	
    -_31C4E7F9C2EB9B73	m0215dxacb01	Fragment of Average Green Butterfly Wing	a	the	Fragments of Average Green Butterfly Wing	\d	the	
    -_0AE0274A90F21A41	m0215dxacc01	Fragment of Prime Green Butterfly Wing	a	the	Fragments of Prime Green Butterfly Wing	\d	the	
    -_C0FCF4C813B4A805	m0215dxacd01	Fragment of Select Green Butterfly Wing	a	the	Fragments of Select Green Butterfly Wing	\d	the	
    -_C03DF0D713F5A014	m0215dxace01	Fragment of Superb Green Butterfly Wing	a	the	Fragments of Superb Green Butterfly Wing	\d	the	
    -_122A84B6EDB7EE5B	m0215dxacf01	Fragment of Magnificient Green Butterfly Wing	a	the	Fragments of Magnificient Green Butterfly Wing	\d	the	
    -_DC8072C7756CD3CD	m0216dxaca01	Fragment of Plain Blue Butterfly Wing	a	the	Fragments of Plain Blue Butterfly Wing	\d	the	
    -_F8E118844B99D4C2	m0216dxacb01	Fragment of Average Blue Butterfly Wing	a	the	Fragments of Average Blue Butterfly Wing	\d	the	
    -_5E0092C775DCE3CC	m0216dxacc01	Fragment of Prime Blue Butterfly Wing	a	the	Fragments of Prime Blue Butterfly Wing	\d	the	
    -_8A7D9AA803005343	m0216dxacd01	Fragment of Select Blue Butterfly Wing	a	the	Fragments of Select Blue Butterfly Wing	\d	the	
    -_8ABEDE96C7001B62	m0216dxace01	Fragment of Superb Blue Butterfly Wing	a	the	Fragments of Superb Blue Butterfly Wing	\d	the	
    -_0349785DBE0ECB20	m0216dxacf01	Fragment of Magnificient Blue Butterfly Wing	a	the	Fragments of Magnificient Blue Butterfly Wing	\d	the	
    -_8B7FCFCADE378F09	m0217dxaca01	Fragment of Plain Yellow Butterfly Wing	a	the	Fragments of Plain Yellow Butterfly Wing	\d	the	
    -_FFD728F3CCC0E76C	m0217dxacb01	Fragment of Average Yellow Butterfly Wing	a	the	Fragments of Average Yellow Butterfly Wing	\d	the	
    -_8CFFEFC1DFB7A700	m0217dxacc01	Fragment of Prime Yellow Butterfly Wing	a	the	Fragments of Prime Yellow Butterfly Wing	\d	the	
    -_1F75BF2694258FB9	m0217dxacd01	Fragment of Select Yellow Butterfly Wing	a	the	Fragments of Select Yellow Butterfly Wing	\d	the	
    -_1F953F26952647C8	m0217dxace01	Fragment of Superb Yellow Butterfly Wing	a	the	Fragments of Superb Yellow Butterfly Wing	\d	the	
    -_C20CC956F0C16DC5	m0217dxacf01	Fragment of Magnificient Yellow Butterfly Wing	a	the	Fragments of Magnificient Yellow Butterfly Wing	\d	the	
    -_2606AFB72A64CC0E	m0218dxaca01	Portion of Plain Fresh Wax	a	the	Portions of Plain Fresh Wax	\d	the	
    -_180831EAF92070B7	m0218dxacb01	Portion of Average Fresh Wax	a	the	Portions of Average Fresh Wax	\d	the	
    -_E4B6E7C5AB64CC0E	m0218dxacc01	Portion of Prime Fresh Wax	a	the	Portions of Prime Fresh Wax	\d	the	
    -_7C51F91824CF536B	m0218dxacd01	Portion of Select Fresh Wax	a	the	Portions of Select Fresh Wax	\d	the	
    -_04511D3824CF5347	m0218dxace01	Portion of Superb Fresh Wax	a	the	Portions of Superb Fresh Wax	\d	the	
    -_A2EB57782F6BBBDF	m0218dxacf01	Portion of Magnificient Fresh Wax	a	the	Portions of Magnificient Fresh Wax	\d	the	
    -_730FAF1BCECEB7AB	m0219dxaca01	Portion of Plain Dry Wax	a	the	Portions of Plain Dry Wax	\d	the	
    -_B4C72BD5603CFF75	m0219dxacb01	Portion of Average Dry Wax	a	the	Portions of Average Dry Wax	\d	the	
    -_314FD718CF4ECFAB	m0219dxacc01	Portion of Prime Dry Wax	a	the	Portions of Prime Dry Wax	\d	the	
    -_2A9112ABBD1E3C24	m0219dxacd01	Portion of Select Dry Wax	a	the	Portions of Select Dry Wax	\d	the	
    -_EE7062BBBE1F3C12	m0219dxace01	Portion of Superb Dry Wax	a	the	Portions of Superb Dry Wax	\d	the	
    -_69D65646C5BE8AA2	m0219dxacf01	Portion of Magnificient Dry Wax	a	the	Portions of Magnificient Dry Wax	\d	the	
    -_3BBA5F76BB1BABC4	m0220dxaca01	Plain Fresh Flower Petal	a	the	Plain Fresh Flower Petals	\d	the	
    -_49BA3E31D7C3F129	m0220dxacb01	Average Fresh Flower Petal	an	the	Average Fresh Flower Petals	\d	the	
    -_3C3A7F6DBC9BC3BB	m0220dxacc01	Prime Fresh Flower Petal	a	the	Prime Fresh Flower Petals	\d	the	
    -_4C6E741E2DF3B82D	m0220dxacd01	Select Fresh Flower Petal	a	the	Select Fresh Flower Petals	\d	the	
    -_4D6F302D2D13342D	m0220dxace01	Superb Fresh Flower Petal	a	the	Superb Fresh Flower Petals	\d	the	
    -_5407F9EF3C5969BB	m0220dxacf01	Magnificient Fresh Flower Petal	a	the	Magnificient Fresh Flower Petals	\d	the	
    -_3B5A277ABBBB73C9	m0221dxaca01	Plain Dried Flower Petal	a	the	Plain Dried Flower Petals	\d	the	
    -_499A3E2D54C3B92C	m0221dxacb01	Average Dried Flower Petal	an	the	Average Dried Flower Petals	\d	the	
    -_3CDA4771BC3B8BC0	m0221dxacc01	Prime Dried Flower Petal	a	the	Prime Dried Flower Petals	\d	the	
    -_49AE741C2C12C82A	m0221dxacd01	Select Dried Flower Petal	a	the	Select Dried Flower Petals	\d	the	
    -_4AAF302B2C32442A	m0221dxace01	Superb Dried Flower Petal	a	the	Superb Dried Flower Petals	\d	the	
    -_5507F1EBB99959AC	m0221dxacf01	Magnificient Dried Flower Petal	a	the	Magnificient Dried Flower Petals	\d	the	
    -_B63965C043C672EC	m0222dxaca01	Plain Small Bud	a	the	Plain Small Buds	\d	the	
    -_0B14499712B26F70	m0222dxacb01	Average Small Bud	an	the	Average Small Buds	\d	the	
    -_74798DBD44468AEC	m0222dxacc01	Prime Small Bud	a	the	Prime Small Buds	\d	the	
    -_9291168612F256D6	m0222dxacd01	Select Small Bud	a	the	Select Small Buds	\d	the	
    -_92D2129512334EE5	m0222dxace01	Superb Small Bud	a	the	Superb Small Buds	\d	the	
    -_AB9763C3C59BD405	m0222dxacf01	Magnificient Small Bud	a	the	Magnificient Small Buds	\d	the	
    -_B3C849BB879642FE	m0223dxaca01	Plain Large Bud	a	the	Plain Large Buds	\d	the	
    -_4F542D90D0C32365	m0223dxacb01	Average Large Bud	an	the	Average Large Buds	\d	the	
    -_710871B888165AFE	m0223dxacc01	Prime Large Bud	a	the	Prime Large Buds	\d	the	
    -_0F415A7A8FA29ACB	m0223dxacd01	Select Large Bud	a	the	Select Large Buds	\d	the	
    -_0F8256898FE392DA	m0223dxace01	Superb Large Bud	a	the	Superb Large Buds	\d	the	
    -_2ED747C3034BFCF5	m0223dxacf01	Magnificient Large Bud	a	the	Magnificient Large Buds	\d	the	
    -_D6A94D455973CDD9	m0224dxaca01	Handful of Plain Fresh Moss	a	the	Handfuls of Plain Fresh Moss	\d	the	
    -_56AD51A40EEBD597	m0224dxacb01	Handful of Average Fresh Moss	a	the	Handfuls of Average Fresh Moss	\d	the	
    -_522995515973CDD9	m0224dxacc01	Handful of Prime Fresh Moss	a	the	Handfuls of Prime Fresh Moss	\d	the	
    -_C19745FF4B4E3497	m0224dxacd01	Handful of Select Fresh Moss	a	the	Handfuls of Select Fresh Moss	\d	the	
    -_85D8990F4B4EEC94	m0224dxace01	Handful of Superb Fresh Moss	a	the	Handfuls of Superb Fresh Moss	\d	the	
    -_5601252D989EEE2C	m0224dxacf01	Handful of Magnificient Fresh Moss	a	the	Handfuls of Magnificient Fresh Moss	\d	the	
    -_B9BDFB72C3FC99DD	m0225dxaca01	Handful of Plain Dry Moss	a	the	Handfuls of Plain Dry Moss	\d	the	
    -_50CBF9574129C568	m0225dxacb01	Handful of Average Dry Moss	a	the	Handfuls of Average Dry Moss	\d	the	
    -_77FDFF7CC55D99DD	m0225dxacc01	Handful of Prime Dry Moss	a	the	Handfuls of Prime Dry Moss	\d	the	
    -_BFC883746B11EF3A	m0225dxacd01	Handful of Select Dry Moss	a	the	Handfuls of Select Dry Moss	\d	the	
    -_FEB997886F11EF28	m0225dxace01	Handful of Superb Dry Moss	a	the	Handfuls of Superb Dry Moss	\d	the	
    -_CEDFFEADEFDA1233	m0225dxacf01	Handful of Magnificient Dry Moss	a	the	Handfuls of Magnificient Dry Moss	\d	the	
    -_F00652E8617CC0F3	m0226dxaca01	Plain Fresh Dandelion	a	the	Plain Fresh Dandelions	\d	the	
    -_5CCA77B6842EC495	m0226dxacb01	Average Fresh Dandelion	an	the	Average Fresh Dandelions	\d	the	
    -_F00636E3645DD8F3	m0226dxacc01	Prime Fresh Dandelion	a	the	Prime Fresh Dandelions	\d	the	
    -_EA82C70D897288BB	m0226dxacd01	Select Fresh Dandelion	a	the	Select Fresh Dandelions	\d	the	
    -_657383208DB3C8BB	m0226dxace01	Superb Fresh Dandelion	a	the	Superb Fresh Dandelions	\d	the	
    -_9E38D178202F5160	m0226dxacf01	Magnificient Fresh Dandelion	a	the	Magnificient Fresh Dandelions	\d	the	
    -_70E652E8605B98F8	m0227dxaca01	Plain Dried Dandelion	a	the	Plain Dried Dandelions	\d	the	
    -_5BE987B2816EC494	m0227dxacb01	Average Dried Dandelion	an	the	Average Dried Dandelions	\d	the	
    -_70E636E3633CB0F8	m0227dxacc01	Prime Dried Dandelion	a	the	Prime Dried Dandelions	\d	the	
    -_6A82B7FF899190BC	m0227dxacd01	Select Dried Dandelion	a	the	Select Dried Dandelions	\d	the	
    -_E57373128DD2D0BC	m0227dxace01	Superb Dried Dandelion	a	the	Superb Dried Dandelions	\d	the	
    -_A038C178202F3145	m0227dxacf01	Magnificient Dried Dandelion	a	the	Magnificient Dried Dandelions	\d	the	
    -_05FAFFAB855B4B01	m0228dxaca01	Plain Blooming Dandelion	a	the	Plain Blooming Dandelions	\d	the	
    -_775877A96CB7F5F2	m0228dxacb01	Average Blooming Dandelion	an	the	Average Blooming Dandelions	\d	the	
    -_067A1FA286DB63F8	m0228dxacc01	Prime Blooming Dandelion	a	the	Prime Blooming Dandelions	\d	the	
    -_F9CD54377A634947	m0228dxacd01	Select Blooming Dandelion	a	the	Select Blooming Dandelions	\d	the	
    -_FACE10467A83C547	m0228dxace01	Superb Blooming Dandelion	a	the	Superb Blooming Dandelions	\d	the	
    -_D0855D28069EB276	m0228dxacf01	Magnificient Blooming Dandelion	a	the	Magnificient Blooming Dandelions	\d	the	
    -_B08796EBA36B1BA8	m0229dxaca01	Plain Small Reed Stem	a	the	Plain Small Reed Stems	\d	the	
    -_21992AC07DDAE492	m0229dxacb01	Average Small Reed Stem	an	the	Average Small Reed Stems	\d	the	
    -_B0877AE6A64C33A8	m0229dxacc01	Prime Small Reed Stem	a	the	Prime Small Reed Stems	\d	the	
    -_2E2237E3FB1F73BD	m0229dxacd01	Select Small Reed Stem	a	the	Select Small Reed Stems	\d	the	
    -_A913F3F6FF60B3BD	m0229dxace01	Superb Small Reed Stem	a	the	Superb Small Reed Stems	\d	the	
    -_FA96F180A6EFC923	m0229dxacf01	Magnificient Small Reed Stem	a	the	Magnificient Small Reed Stems	\d	the	
    -_2C1696EBE1AB4BA4	m0230dxaca01	Plain Large Reed Stem	a	the	Plain Large Reed Stems	\d	the	
    -_9F496EAD7AEBB482	m0230dxacb01	Average Large Reed Stem	an	the	Average Large Reed Stems	\d	the	
    -_2C167AE6E48C63A4	m0230dxacc01	Prime Large Reed Stem	a	the	Prime Large Reed Stems	\d	the	
    -_AD221BDE7D0F9BA8	m0230dxacd01	Select Large Reed Stem	a	the	Select Large Reed Stems	\d	the	
    -_2813D7F18150DBA8	m0230dxace01	Superb Large Reed Stem	a	the	Superb Large Reed Stems	\d	the	
    -_C216B980A6EF9110	m0230dxacf01	Magnificient Large Reed Stem	a	the	Magnificient Large Reed Stems	\d	the	
    -_E544BD05B26AA3B4	m0231dxaca01	Handful of Plain Fresh Loose Soil	a	the	Handfuls of Plain Fresh Loose Soil	\d	the	
    -_C639833DF733D7A4	m0231dxacb01	Handful of Average Fresh Loose Soil	a	the	Handfuls of Average Fresh Loose Soil	\d	the	
    -_A384C10FB4CBA3B4	m0231dxacc01	Handful of Prime Fresh Loose Soil	a	the	Handfuls of Prime Fresh Loose Soil	\d	the	
    -_98B109389B5E55E0	m0231dxacd01	Handful of Select Fresh Loose Soil	a	the	Handfuls of Select Fresh Loose Soil	\d	the	
    -_D7A21D4C9F5E55CE	m0231dxace01	Handful of Superb Fresh Loose Soil	a	the	Handfuls of Superb Fresh Loose Soil	\d	the	
    -_7C3943835CF19813	m0231dxacf01	Handful of Magnificient Fresh Loose Soil	a	the	Handfuls of Magnificient Fresh Loose Soil	\d	the	
    -_6544ADF7B289ABB5	m0232dxaca01	Handful of Plain Dried Loose Soil	a	the	Handfuls of Plain Dried Loose Soil	\d	the	
    -_C477A33DF733D7A5	m0232dxacb01	Handful of Average Dried Loose Soil	a	the	Handfuls of Average Dried Loose Soil	\d	the	
    -_2384B101B4EAABB5	m0232dxacc01	Handful of Prime Dried Loose Soil	a	the	Handfuls of Prime Dried Loose Soil	\d	the	
    -_9871C12E9C3E4DE1	m0232dxacd01	Handful of Select Dried Loose Soil	a	the	Handfuls of Select Dried Loose Soil	\d	the	
    -_D762D542A03E4DCF	m0232dxace01	Handful of Superb Dried Loose Soil	a	the	Handfuls of Superb Dried Loose Soil	\d	the	
    -_7D393B7FD9318804	m0232dxacf01	Handful of Magnificient Dried Loose Soil	a	the	Handfuls of Magnificient Dried Loose Soil	\d	the	
    -_30953CDF930C27FF	m0233dxaca01	Phial of Plain Fresh Modified Sap	a	the	Phials of Plain Fresh Modified Sap	\d	the	
    -_C6E4F527D6893FEF	m0233dxacb01	Phial of Average Fresh Modified Sap	a	the	Phials of Average Fresh Modified Sap	\d	the	
    -_309520E353AD4705	m0233dxacc01	Phial of Prime Fresh Modified Sap	a	the	Phials of Prime Fresh Modified Sap	\d	the	
    -_8CD147DD1F24C7B5	m0233dxacd01	Phial of Select Fresh Modified Sap	a	the	Phials of Select Fresh Modified Sap	\d	the	
    -_8CB03FEC206607B5	m0233dxace01	Phial of Superb Fresh Modified Sap	a	the	Phials of Superb Fresh Modified Sap	\d	the	
    -_F295B5F514B05BF7	m0233dxacf01	Phial of Magnificient Fresh Modified Sap	a	the	Phials of Magnificient Fresh Modified Sap	\d	the	
    -_B19534DF922B27F2	m0234dxaca01	Phial of Plain Dried Modified Sap	a	the	Phials of Plain Dried Modified Sap	\d	the	
    -_C6E4D50BD8892FF0	m0234dxacb01	Phial of Average Dried Modified Sap	a	the	Phials of Average Dried Modified Sap	\d	the	
    -_B19518E352CC47F8	m0234dxacc01	Phial of Prime Dried Modified Sap	a	the	Phials of Prime Dried Modified Sap	\d	the	
    -_0CD147D99B83D7B4	m0234dxacd01	Phial of Select Dried Modified Sap	a	the	Phials of Select Dried Modified Sap	\d	the	
    -_0CB03FE89CC517B4	m0234dxace01	Phial of Superb Dried Modified Sap	a	the	Phials of Superb Dried Modified Sap	\d	the	
    -_F194C5F5947023FC	m0234dxacf01	Phial of Magnificient Dried Modified Sap	a	the	Phials of Magnificient Dried Modified Sap	\d	the	
    -_BED34F96F1CB79EC	m0235dxaca01	Plain Small Insect Fossil	a	the	Plain Small Insect Fossils	\d	the	
    -_737B2C661C5AB160	m0235dxacb01	Average Small Insect Fossil	an	the	Average Small Insect Fossils	\d	the	
    -_C034578DF24B6DF0	m0235dxacc01	Prime Small Insect Fossil	a	the	Prime Small Insect Fossils	\d	the	
    -_483C800294928082	m0235dxacd01	Select Small Insect Fossil	a	the	Select Small Insect Fossils	\d	the	
    -_4C3C3C110FC4C086	m0235dxace01	Superb Small Insect Fossil	a	the	Superb Small Insect Fossils	\d	the	
    -_79C6F543B9272D96	m0235dxacf01	Magnificient Small Insect Fossil	a	the	Magnificient Small Insect Fossils	\d	the	
    -_F912938A305B65FE	m0236dxaca01	Plain Large Insect Fossil	a	the	Plain Large Insect Fossils	\d	the	
    -_B27B2C5F181BC54E	m0236dxacb01	Average Large Insect Fossil	an	the	Average Large Insect Fossils	\d	the	
    -_FB739B8131DB5902	m0236dxacc01	Prime Large Insect Fossil	a	the	Prime Large Insect Fossils	\d	the	
    -_CB7C6402D242A872	m0236dxacd01	Select Large Insect Fossil	a	the	Select Large Insect Fossils	\d	the	
    -_CF7C20114D74E876	m0236dxace01	Superb Large Insect Fossil	a	the	Superb Large Insect Fossils	\d	the	
    -_BD06BD3EFD67F592	m0236dxacf01	Magnificient Large Insect Fossil	a	the	Magnificient Large Insect Fossils	\d	the	
    -_BFCDF699FF2E42EE	m0237dxaca01	Plain Small Plant Fossil	a	the	Plain Small Plant Fossils	\d	the	
    -_C5ADB67349165442	m0237dxacb01	Average Small Plant Fossil	an	the	Average Small Plant Fossils	\d	the	
    -_C04D169000AE5AE5	m0237dxacc01	Prime Small Plant Fossil	a	the	Prime Small Plant Fossils	\d	the	
    -_F90F9C4476DF6050	m0237dxacd01	Select Small Plant Fossil	a	the	Select Small Plant Fossils	\d	the	
    -_FA10585376FFDC50	m0237dxace01	Superb Small Plant Fossil	a	the	Superb Small Plant Fossils	\d	the	
    -_16A79118EDFBDA70	m0237dxacf01	Magnificient Small Plant Fossil	a	the	Magnificient Small Plant Fossils	\d	the	
    -_BCECE2AAFC4D2E00	m0238dxaca01	Plain Large Plant Fossil	a	the	Plain Large Plant Fossils	\d	the	
    -_C23CB66C07B7104D	m0238dxacb01	Average Large Plant Fossil	an	the	Average Large Plant Fossils	\d	the	
    -_BD6C02A1FDCD46F7	m0238dxacc01	Prime Large Plant Fossil	a	the	Prime Large Plant Fossils	\d	the	
    -_F6206C3DB48FA43E	m0238dxacd01	Select Large Plant Fossil	a	the	Select Large Plant Fossils	\d	the	
    -_F721284CB4AF203E	m0238dxace01	Superb Large Plant Fossil	a	the	Superb Large Plant Fossils	\d	the	
    -_5AE77511AB0C8E65	m0238dxacf01	Magnificient Large Plant Fossil	a	the	Magnificient Large Plant Fossils	\d	the	
    -_95A01DDD13C1329B	m0239dxaca01	Plain Red Pigment	a	the	Plain Red Pigments	\d	the	
    -_B820F32DDDCAAF7A	m0239dxacb01	Average Red Pigment	an	the	Average Red Pigments	\d	the	
    -_970125D41441269F	m0239dxacc01	Prime Red Pigment	a	the	Prime Red Pigments	\d	the	
    -_946F329131B72F5E	m0239dxacd01	Select Red Pigment	a	the	Select Red Pigments	\d	the	
    -_986FEEA0ACE96F62	m0239dxace01	Superb Red Pigment	a	the	Superb Red Pigments	\d	the	
    -_1070FC0F50D13466	m0239dxacf01	Magnificient Red Pigment	a	the	Magnificient Red Pigments	\d	the	
    -_16635AF3DE999F89	m0240dxaca01	Plain Green Pigment	a	the	Plain Green Pigments	\d	the	
    -_5F77FA58F3ED3C75	m0240dxacb01	Average Green Pigment	an	the	Average Green Pigments	\d	the	
    -_166362EA9D59D78F	m0240dxacc01	Prime Green Pigment	a	the	Prime Green Pigments	\d	the	
    -_5F6217AA7A8B0F94	m0240dxacd01	Select Green Pigment	a	the	Select Green Pigments	\d	the	
    -_5F628BC87A0D8F94	m0240dxace01	Superb Green Pigment	a	the	Superb Green Pigments	\d	the	
    -_4C5FF872DDAFD121	m0240dxacf01	Magnificient Green Pigment	a	the	Magnificient Green Pigments	\d	the	
    -_5E623DBE1DB75F58	m0241dxaca01	Plain Blue Pigment	a	the	Plain Blue Pigments	\d	the	
    -_CD0AA7A67CADCF11	m0241dxacb01	Average Blue Pigment	an	the	Average Blue Pigments	\d	the	
    -_DF6245B51EA78760	m0241dxacc01	Prime Blue Pigment	a	the	Prime Blue Pigments	\d	the	
    -_8CEE1A3C1A79CB9D	m0241dxacd01	Select Blue Pigment	a	the	Select Blue Pigments	\d	the	
    -_8CEED639DEBA1BAD	m0241dxace01	Superb Blue Pigment	a	the	Superb Blue Pigments	\d	the	
    -_CE7DF06B528F0773	m0241dxacf01	Magnificient Blue Pigment	a	the	Magnificient Blue Pigments	\d	the	
    -_6F8869C0006B7F84	m0242dxaca01	Plain Yellow Pigment	a	the	Plain Yellow Pigments	\d	the	
    -_6586A34C903EC395	m0242dxacb01	Average Yellow Pigment	an	the	Average Yellow Pigments	\d	the	
    -_6F8871AE026BAF84	m0242dxacc01	Prime Yellow Pigment	a	the	Prime Yellow Pigments	\d	the	
    -_5CF46260B65BA0E0	m0242dxacd01	Select Yellow Pigment	a	the	Select Yellow Pigments	\d	the	
    -_5CD35A6FB79DE0E0	m0242dxace01	Superb Yellow Pigment	a	the	Superb Yellow Pigments	\d	the	
    -_C8B009AD0307255C	m0242dxacf01	Magnificient Yellow Pigment	a	the	Magnificient Yellow Pigments	\d	the	
    -_94B246F3DE698B86	m0243dxaca01	Plain Black Pigment	a	the	Plain Black Pigments	\d	the	
    -_5F77EE53714C1073	m0243dxacb01	Average Black Pigment	an	the	Average Black Pigments	\d	the	
    -_94B24EEA9D29C38C	m0243dxacc01	Prime Black Pigment	a	the	Prime Black Pigments	\d	the	
    -_DD6217AAF84BEF8B	m0243dxacd01	Select Black Pigment	a	the	Select Black Pigments	\d	the	
    -_DD628BC8F8CD6F8B	m0243dxace01	Superb Black Pigment	a	the	Superb Black Pigments	\d	the	
    -_8ADED46C9CAFC522	m0243dxacf01	Magnificient Black Pigment	a	the	Magnificient Black Pigments	\d	the	
    -_B80767FE7298B93F	m0244dxaca01	Phial of Plain Fresh Goo Residue	a	the	Phials of Plain Fresh Goo Residue	\d	the	
    -_97A5D04A19E01A6C	m0244dxacb01	Phial of Average Fresh Goo Residue	a	the	Phials of Average Fresh Goo Residue	\d	the	
    -_39074B027469C947	m0244dxacc01	Phial of Prime Fresh Goo Residue	a	the	Phials of Prime Fresh Goo Residue	\d	the	
    -_21556F6F5C7FA6A3	m0244dxacd01	Phial of Select Fresh Goo Residue	a	the	Phials of Select Fresh Goo Residue	\d	the	
    -_2134AF5D2180B6B3	m0244dxace01	Phial of Superb Fresh Goo Residue	a	the	Phials of Superb Fresh Goo Residue	\d	the	
    -_397106D34EA84632	m0244dxacf01	Phial of Magnificient Fresh Goo Residue	a	the	Phials of Magnificient Fresh Goo Residue	\d	the	
    -_B54767FC71B7C93C	m0245dxaca01	Phial of Plain Dried Goo Residue	a	the	Phials of Plain Dried Goo Residue	\d	the	
    -_97A5C0389720126B	m0245dxacb01	Phial of Average Dried Goo Residue	a	the	Phials of Average Dried Goo Residue	\d	the	
    -_36474B007388D944	m0245dxacc01	Phial of Prime Dried Goo Residue	a	the	Phials of Prime Dried Goo Residue	\d	the	
    -_21356F6BD97F6EA6	m0245dxacd01	Phial of Select Dried Goo Residue	a	the	Phials of Select Dried Goo Residue	\d	the	
    -_2114AF599E807EB6	m0245dxace01	Phial of Superb Dried Goo Residue	a	the	Phials of Superb Dried Goo Residue	\d	the	
    -_3911CED74E480E37	m0245dxacf01	Phial of Magnificient Dried Goo Residue	a	the	Phials of Magnificient Dried Goo Residue	\d	the	
    -_F50A911AD22BCF7C	m0246dxaca01	Plain Small Mushroom	a	the	Plain Small Mushrooms	\d	the	
    -_1738524455207BCA	m0246dxacb01	Average Small Mushroom	an	the	Average Small Mushrooms	\d	the	
    -_F50A9908D42BFF7C	m0246dxacc01	Prime Small Mushroom	a	the	Prime Small Mushrooms	\d	the	
    -_A5189E00B89CACF1	m0246dxacd01	Select Small Mushroom	a	the	Select Small Mushrooms	\d	the	
    -_A5F7960FB9DEECF1	m0246dxace01	Superb Small Mushroom	a	the	Superb Small Mushrooms	\d	the	
    -_C8E13DD697F3A468	m0246dxacf01	Magnificient Small Mushroom	a	the	Magnificient Small Mushrooms	\d	the	
    -_EF28911AD24BA79F	m0247dxaca01	Plain Large Mushroom	a	the	Plain Large Mushrooms	\d	the	
    -_17C83E4E10C04BC4	m0247dxacb01	Average Large Mushroom	an	the	Average Large Mushrooms	\d	the	
    -_EF289908D44BD79F	m0247dxacc01	Prime Large Mushroom	a	the	Prime Large Mushrooms	\d	the	
    -_E4189EF9B45DC0DF	m0247dxacd01	Select Large Mushroom	a	the	Select Large Mushrooms	\d	the	
    -_E4F79608B59F00DF	m0247dxace01	Superb Large Mushroom	a	the	Superb Large Mushrooms	\d	the	
    -_CA32F1CF97F3885D	m0247dxacf01	Magnificient Large Mushroom	a	the	Magnificient Large Mushrooms	\d	the	
    -_59C0A361F7BDF81C	m0248dxaca01	Plain Living Insect Larva	a	the	Plain Living Insect Larvas	\d	the	
    -_A5447FDDABDA3D6D	m0248dxacb01	Average Living Insect Larva	an	the	Average Living Insect Larvas	\d	the	
    -_5B21AB58F83DEC20	m0248dxacc01	Prime Living Insect Larva	a	the	Prime Living Insect Larvas	\d	the	
    -_4A3B1BEC17630988	m0248dxacd01	Select Living Insect Larva	a	the	Select Living Insect Larvas	\d	the	
    -_4E3BD7FB9295498C	m0248dxace01	Superb Living Insect Larva	a	the	Superb Living Insect Larvas	\d	the	
    -_AB4A1AF8AAAB524E	m0248dxacf01	Magnificient Living Insect Larva	a	the	Magnificient Living Insect Larvas	\d	the	
    -_90E5B9DC97508D3E	m0249dxaca01	Handful of Plain Fresh Cereal	a	the	Handfuls of Plain Fresh Cereal	\d	the	
    -_41B05642977852AD	m0249dxacb01	Handful of Average Fresh Cereal	a	the	Handfuls of Average Fresh Cereal	\d	the	
    -_5086E1E297506942	m0249dxacc01	Handful of Prime Fresh Cereal	a	the	Handfuls of Prime Fresh Cereal	\d	the	
    -_C5F648BAB33E2DC6	m0249dxacd01	Handful of Select Fresh Cereal	a	the	Handfuls of Select Fresh Cereal	\d	the	
    -_8DF65CCA2E2F2DB8	m0249dxace01	Handful of Superb Fresh Cereal	a	the	Handfuls of Superb Fresh Cereal	\d	the	
    -_327D36C0BF706F64	m0249dxacf01	Handful of Magnificient Fresh Cereal	a	the	Handfuls of Magnificient Fresh Cereal	\d	the	
    -_CF04B9CE18508535	m0250dxaca01	Handful of Plain Dried Cereal	a	the	Handfuls of Plain Dried Cereal	\d	the	
    -_00CF6642169762A4	m0250dxacb01	Handful of Average Dried Cereal	a	the	Handfuls of Average Dried Cereal	\d	the	
    -_8FA5E1D418506139	m0250dxacc01	Handful of Prime Dried Cereal	a	the	Handfuls of Prime Dried Cereal	\d	the	
    -_06B608BEB31E1DAF	m0250dxacd01	Handful of Select Dried Cereal	a	the	Handfuls of Select Dried Cereal	\d	the	
    -_CEB61CCE2E0F1DA1	m0250dxace01	Handful of Superb Dried Cereal	a	the	Handfuls of Superb Dried Cereal	\d	the	
    -_727D26AE3DB06759	m0250dxacf01	Handful of Magnificient Dried Cereal	a	the	Handfuls of Magnificient Dried Cereal	\d	the	
    -_F4163676027C1FD3	m0251dxaca01	Plain Dead Insect Larva	a	the	Plain Dead Insect Larvas	\d	the	
    -_05B3C00BBFA1DCDA	m0251dxacb01	Average Dead Insect Larva	an	the	Average Dead Insect Larvas	\d	the	
    -_B2565E7303FC37D3	m0251dxacc01	Prime Dead Insect Larva	a	the	Prime Dead Insect Larvas	\d	the	
    -_285A606BE7BBA0BA	m0251dxacd01	Select Dead Insect Larva	a	the	Select Dead Insect Larvas	\d	the	
    -_289B5C7AE7FC98C9	m0251dxace01	Superb Dead Insect Larva	a	the	Superb Dead Insect Larvas	\d	the	
    -_5E9429C16CC5A577	m0251dxacf01	Magnificient Dead Insect Larva	a	the	Magnificient Dead Insect Larvas	\d	the	
    -_38692DC343C67EDE	m0252dxaca01	Plain Small Egg	a	the	Plain Small Eggs	\d	the	
    -_48445589D3B26F73	m0252dxacb01	Average Small Egg	an	the	Average Small Eggs	\d	the	
    -_F6A955C0444696DE	m0252dxacc01	Prime Small Egg	a	the	Prime Small Eggs	\d	the	
    -_13B02286D21162D6	m0252dxacd01	Select Small Egg	a	the	Select Small Eggs	\d	the	
    -_13F11E95D2525AE5	m0252dxace01	Superb Small Egg	a	the	Superb Small Eggs	\d	the	
    -_2CB67BB5869BD405	m0252dxacf01	Magnificient Small Egg	a	the	Magnificient Small Eggs	\d	the	
    -_35F811BE87964EF0	m0253dxaca01	Plain Large Egg	a	the	Plain Large Eggs	\d	the	
    -_8C84398291C32368	m0253dxacb01	Average Large Egg	an	the	Average Large Eggs	\d	the	
    -_F33839BB881666F0	m0253dxacc01	Prime Large Egg	a	the	Prime Large Eggs	\d	the	
    -_9060667A4FC1A6CB	m0253dxacd01	Select Large Egg	a	the	Select Large Eggs	\d	the	
    -_90A162894F029EDA	m0253dxace01	Superb Large Egg	a	the	Superb Large Eggs	\d	the	
    -_AFF65FB5C44BFCF5	m0253dxacf01	Magnificient Large Egg	a	the	Magnificient Large Eggs	\d	the	
    -_75C92E03D618C112	m0254dxaca01	Phial of Plain Fresh Honey	a	the	Phials of Plain Fresh Honey	\d	the	
    -_0B3EF431AAF56796	m0254dxacb01	Phial of Average Fresh Honey	a	the	Phials of Average Fresh Honey	\d	the	
    -_75C912FED9F9D912	m0254dxacc01	Phial of Prime Fresh Honey	a	the	Phials of Prime Fresh Honey	\d	the	
    -_A5FEA1252EB92D94	m0254dxacd01	Phial of Select Fresh Honey	a	the	Phials of Select Fresh Honey	\d	the	
    -_A5BC1D2530BB2D94	m0254dxace01	Phial of Superb Fresh Honey	a	the	Phials of Superb Fresh Honey	\d	the	
    -_817798548B3E7ADC	m0254dxacf01	Phial of Magnificient Fresh Honey	a	the	Phials of Magnificient Fresh Honey	\d	the	
    -_F5A92E03D5F79917	m0255dxaca01	Phial of Plain Dried Honey	a	the	Phials of Plain Dried Honey	\d	the	
    -_0BFEAC27ABD55F97	m0255dxacb01	Phial of Average Dried Honey	a	the	Phials of Average Dried Honey	\d	the	
    -_F5A912FED8D8B117	m0255dxacc01	Phial of Prime Dried Honey	a	the	Phials of Prime Dried Honey	\d	the	
    -_A5FEA11D28392D91	m0255dxacd01	Phial of Select Dried Honey	a	the	Phials of Select Dried Honey	\d	the	
    -_A5BC1D1D2A3B2D91	m0255dxace01	Phial of Superb Dried Honey	a	the	Phials of Superb Dried Honey	\d	the	
    -_FE9798528BFE42DD	m0255dxacf01	Phial of Magnificient Dried Honey	a	the	Phials of Magnificient Dried Honey	\d	the	
    -_5D680144B857E96C	m0256dxaca01	Plain Peppery Aromatic Plant	a	the	Plain Peppery Aromatic Plants	\d	the	
    -_4D271515C255FC4A	m0256dxacb01	Average Peppery Aromatic Plant	an	the	Average Peppery Aromatic Plants	\d	the	
    -_5D680932BA57196C	m0256dxacc01	Prime Peppery Aromatic Plant	a	the	Prime Peppery Aromatic Plants	\d	the	
    -_24522926E759D62E	m0256dxacd01	Select Peppery Aromatic Plant	a	the	Select Peppery Aromatic Plants	\d	the	
    -_24312135E89B162E	m0256dxace01	Superb Peppery Aromatic Plant	a	the	Superb Peppery Aromatic Plants	\d	the	
    -_FF8D32CF7F293F24	m0256dxacf01	Magnificient Peppery Aromatic Plant	a	the	Magnificient Peppery Aromatic Plants	\d	the	
    -_95AE5F35C062F475	m0257dxaca01	Plain Spicy Aromatic Plant	a	the	Plain Spicy Aromatic Plants	\d	the	
    -_BB0A3F2AB4573915	m0257dxacb01	Average Spicy Aromatic Plant	an	the	Average Spicy Aromatic Plants	\d	the	
    -_16AE672CC1521C7D	m0257dxacc01	Prime Spicy Aromatic Plant	a	the	Prime Spicy Aromatic Plants	\d	the	
    -_069B676796CBE965	m0257dxacd01	Select Spicy Aromatic Plant	a	the	Select Spicy Aromatic Plants	\d	the	
    -_069B23645A0C3975	m0257dxace01	Superb Spicy Aromatic Plant	a	the	Superb Spicy Aromatic Plants	\d	the	
    -_2F7FB61BABB97EE3	m0257dxacf01	Magnificient Spicy Aromatic Plant	a	the	Magnificient Spicy Aromatic Plants	\d	the	
    -_CD1E931E980B0D79	m0258dxaca01	Plain Bitter Aromatic Plant	a	the	Plain Bitter Aromatic Plants	\d	the	
    -_696595332DC92ACB	m0258dxacb01	Average Bitter Aromatic Plant	an	the	Average Bitter Aromatic Plants	\d	the	
    -_CD1E9B1557CB457F	m0258dxacc01	Prime Bitter Aromatic Plant	a	the	Prime Bitter Aromatic Plants	\d	the	
    -_CB62AF203099D166	m0258dxacd01	Select Bitter Aromatic Plant	a	the	Select Bitter Aromatic Plants	\d	the	
    -_CB62233E301B5166	m0258dxace01	Superb Bitter Aromatic Plant	a	the	Superb Bitter Aromatic Plants	\d	the	
    -_85BB32CF3FEA4A54	m0258dxacf01	Magnificient Bitter Aromatic Plant	a	the	Magnificient Bitter Aromatic Plants	\d	the	
    -_2BE83D35365CD89B	m0259dxaca01	Plain Fresh Wild Berry	a	the	Plain Fresh Wild Berrys	\d	the	
    -_BA4C336479AD7BBB	m0259dxacb01	Average Fresh Wild Berry	an	the	Average Fresh Wild Berrys	\d	the	
    -_2B585534B8DCF09B	m0259dxacc01	Prime Fresh Wild Berry	a	the	Prime Fresh Wild Berrys	\d	the	
    -_19876417CA5FE613	m0259dxacd01	Select Fresh Wild Berry	a	the	Select Fresh Wild Berrys	\d	the	
    -_DD873036CAA02601	m0259dxace01	Superb Fresh Wild Berry	a	the	Superb Fresh Wild Berrys	\d	the	
    -_1837F0E699542659	m0259dxacf01	Magnificient Fresh Wild Berry	a	the	Magnificient Fresh Wild Berrys	\d	the	
    -_6BC83D31B35CA094	m0260dxaca01	Plain Dried Wild Berry	a	the	Plain Dried Wild Berrys	\d	the	
    -_778C335EF6ED7BAC	m0260dxacb01	Average Dried Wild Berry	an	the	Average Dried Wild Berrys	\d	the	
    -_6B38553035DCB894	m0260dxacc01	Prime Dried Wild Berry	a	the	Prime Dried Wild Berrys	\d	the	
    -_D9472C1BC95EF60A	m0260dxacd01	Select Dried Wild Berry	a	the	Select Dried Wild Berrys	\d	the	
    -_9D47F83AC99F36F8	m0260dxace01	Superb Dried Wild Berry	a	the	Superb Dried Wild Berrys	\d	the	
    -_5917E8E69914DE46	m0260dxacf01	Magnificient Dried Wild Berry	a	the	Magnificient Dried Wild Berrys	\d	the	
    -_BA3C32FA57378D01	m0261dxaca01	Piece of Plain Small Fruit	a	the	Pieces of Plain Small Fruit	\d	the	
    -_CA7EE81328A6CB94	m0261dxacb01	Piece of Average Small Fruit	a	the	Pieces of Average Small Fruit	\d	the	
    -_BA3C16F55A18A501	m0261dxacc01	Piece of Prime Small Fruit	a	the	Pieces of Prime Small Fruit	\d	the	
    -_67BEA1266A7919BA	m0261dxacd01	Piece of Select Small Fruit	a	the	Pieces of Select Small Fruit	\d	the	
    -_677C1D266C7B19BA	m0261dxace01	Piece of Superb Small Fruit	a	the	Pieces of Superb Small Fruit	\d	the	
    -_BF39A05FCC1E46D6	m0261dxacf01	Piece of Magnificient Small Fruit	a	the	Pieces of Magnificient Small Fruit	\d	the	
    -_F6CB32FA9577BD07	m0262dxaca01	Piece of Plain Large Fruit	a	the	Pieces of Plain Large Fruit	\d	the	
    -_CA0EB81F6975AF95	m0262dxacb01	Piece of Average Large Fruit	a	the	Pieces of Average Large Fruit	\d	the	
    -_F6CB16F59858D507	m0262dxacc01	Piece of Prime Large Fruit	a	the	Pieces of Prime Large Fruit	\d	the	
    -_67BEA118E69BB9AD	m0262dxacd01	Piece of Select Large Fruit	a	the	Pieces of Select Large Fruit	\d	the	
    -_677C1D18E89DB9AD	m0262dxace01	Piece of Superb Large Fruit	a	the	Pieces of Superb Large Fruit	\d	the	
    -_7AD97058CCAE32E1	m0262dxacf01	Piece of Magnificient Large Fruit	a	the	Pieces of Magnificient Large Fruit	\d	the	
    -_0B27F22C0FD7956A	m0263chhdd01	Select Desert Mektoub Meat	a	the	Select Desert Mektoub Meats	\d	the	
    -_96E0E318879B5788	m0263chhfc01	Prime Forest Mektoub Meat	a	the	Prime Forest Mektoub Meats	\d	the	
    -_4BC7FA2E4FD79574	m0263chhfd01	Select Forest Mektoub Meat	a	the	Select Forest Mektoub Meats	\d	the	
    -_55DFCB2BC3AA6B71	m0263chhja01	Plain Jungle Mektoub Meat	a	the	Plain Jungle Mektoub Meats	\d	the	
    -_1B80CF23AF1A5D3F	m0263chhjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_E8FD307B295D68C3	m0263chhle01	Superb Lakes Mektoub Meat	a	the	Superb Lakes Mektoub Meats	\d	the	
    -_0F86D37F26DA3FAD	m0263chhpf01	Magnificient Prime Root Mektoub Meat	a	the	Magnificient Prime Root Mektoub Meats	\d	the	
    -_9A800B32F04B3129	m0263chidb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35303B5535	m0263chifb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF23EF1A5D3F	m0263chijb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB0C4E4749	m0263chilb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_9A800B32304B3129	m0263chjdb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35703B5535	m0263chjfb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF232F1A5D3F	m0263chjjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB4C4E4749	m0263chjlb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_E198FA724D7EB0B2	m0264ccefa01	Plain Forest Ragus Meat	a	the	Plain Forest Ragus Meats	\d	the	
    -_3CDE60FFFEE2AC42	m0264ccefb01	Average Forest Ragus Meat	an	the	Average Forest Ragus Meats	\d	the	
    -_661100A5602A85DC	m0264cceff01	Magnificent Forest Ragus Meat	a	the	Magnificent Forest Ragus Meats	\d	the	
    -_63E7DE78886EC8AE	m0264cceja01	Plain Jungle Ragus Meat	a	the	Plain Jungle Ragus Meats	\d	the	
    -_3B3F34FC7EB0A848	m0264ccejb01	Average Jungle Ragus Meat	an	the	Average Jungle Ragus Meats	\d	the	
    -_2127067589EEE0AE	m0264ccejc01	Prime Jungle Ragus Meat	a	the	Prime Jungle Ragus Meats	\d	the	
    -_B437DA335B7523B0	m0264ccelc01	Prime Lakes Ragus Meat	a	the	Prime Lakes Ragus Meats	\d	the	
    -_F825220DA72EBBBD	m0264cceld01	Select Lakes Ragus Meat	a	the	Select Lakes Ragus Meats	\d	the	
    -_EB794C4C086B0BD9	m0264ccepf01	Magnificent Prime Root Ragus Meat	a	the	Magnificent Prime Root Ragus Meats	\d	the	
    -_62D506E0BE4FD7FB	m0265chdda01	Plain Desert Yubo Meat	a	the	Plain Desert Yubo Meats	\d	the	
    -_AA9D145EEAFD58B0	m0265chddb01	Average Desert Yubo Meat	an	the	Average Desert Yubo Meats	\d	the	
    -_E4F506E3BE4FFFFC	m0265chdfa01	Plain Forest Yubo Meat	a	the	Plain Forest Yubo Meats	\d	the	
    -_AA8D3C63EAED80B3	m0265chdfb01	Average Forest Yubo Meat	an	the	Average Forest Yubo Meats	\d	the	
    -_6635CAE07A9D1FFC	m0265chdja01	Plain Jungle Yubo Meat	a	the	Plain Jungle Yubo Meats	\d	the	
    -_2A4C18646AAC5CB0	m0265chdjb01	Average Jungle Yubo Meat	an	the	Average Jungle Yubo Meats	\d	the	
    -_4BA6F973B3E24345	m0265chdla01	Plain Lakes Yubo Meat	a	the	Plain Lakes Yubo Meats	\d	the	
    -_E2170FD8BDBADAE6	m0265chdlb01	Average Lakes Yubo Meat	an	the	Average Lakes Yubo Meats	\d	the	
    -_52C0AF1A85FA8B8D	m0266chcda01	Plain Desert Capryni Meat	a	the	Plain Desert Capryni Meats	\d	the	
    -_16E027322FCC3D2D	m0266chcdb01	Average Desert Capryni Meat	an	the	Average Desert Capryni Meats	\d	the	
    -_14E0AB26050A8B8C	m0266chcfa01	Plain Forest Capryni Meat	a	the	Plain Forest Capryni Meats	\d	the	
    -_96E027356FBC6139	m0266chcfb01	Average Forest Capryni Meat	an	the	Average Forest Capryni Meats	\d	the	
    -_C9D9FA208A17458E	m0266chcjd01	Select Jungle Capryni Meat	a	the	Select Jungle Capryni Meats	\d	the	
    -_F1364DACFC5AFCC4	m0266chclc01	Prime Lakes Capryni Meat	a	the	Prime Lakes Capryni Meats	\d	the	
    -_677D086C66DD44B7	m0266chcld01	Select Lakes Capryni Meat	a	the	Select Lakes Capryni Meats	\d	the	
    -_443E534D049E939B	m0267chfjc01	Prime Jungle Messab Meat	a	the	Prime Jungle Messab Meats	\d	the	
    -_85FC9734733C6481	m0267chfjd01	Select Jungle Messab Meat	a	the	Select Jungle Messab Meats	\d	the	
    -_A789D2DB74D9C3EE	m0267chfla01	Plain Lakes Messab Meat	a	the	Plain Lakes Messab Meats	\d	the	
    -_30A0641AF000A866	m0267chflb01	Average Lakes Messab Meat	an	the	Average Lakes Messab Meats	\d	the	
    -_F0D3D885DE655948	m0268cheld01	Morsel of Select Lakes Cray Flesh	a	the	Morsels of Select Lakes Cray Flesh	\d	the	
    -_6BC4DC77A6656958	m0268chele01	Morsel of Superb Lakes Cray Flesh	a	the	Morsels of Superb Lakes Cray Flesh	\d	the	
    -_9C18FA5BCCDE90AC	m0269cbadc01	Prime Desert Igara Meat	a	the	Prime Desert Igara Meats	\d	the	
    -_368A3381B58A6FD7	m0269cbadd01	Select Desert Igara Meat	a	the	Select Desert Igara Meats	\d	the	
    -_38DF4CF3F9709041	m0269cbajb01	Average Jungle Igara Meat	an	the	Average Jungle Igara Meats	\d	the	
    -_36AA1F88B5AA5BD8	m0269cbajd01	Select Jungle Igara Meat	a	the	Select Jungle Igara Meats	\d	the	
    -_5E25C6E03DCFD3F9	m0270cbbda01	Plain Desert Izam Meat	a	the	Plain Desert Izam Meats	\d	the	
    -_E67D1063657D54B0	m0270cbbdb01	Average Desert Izam Meat	an	the	Average Desert Izam Meats	\d	the	
    -_6E5482BA82BCBBB2	m0270cbbdd01	Select Desert Izam Meat	a	the	Select Desert Izam Meats	\d	the	
    -_62858AE0F91D1BFA	m0270cbbja01	Plain Jungle Izam Meat	a	the	Plain Jungle Izam Meats	\d	the	
    -_662C1469E52C58B0	m0270cbbjb01	Average Jungle Izam Meat	an	the	Average Jungle Izam Meats	\d	the	
    -_62F5A2DF7B9D33FA	m0270cbbjc01	Prime Jungle Izam Meat	a	the	Prime Jungle Izam Meats	\d	the	
    -_8B66F96B2C827340	m0270cbblc01	Prime Lakes Izam Meat	a	the	Prime Lakes Izam Meats	\d	the	
    -_1EAA13DF1E78EB8A	m0270cbbld01	Select Lakes Izam Meat	a	the	Select Lakes Izam Meats	\d	the	
    -_414513D09527281D	m0270cbbpd01	Select Prime Root Izam Meat	a	the	Select Prime Root Izam Meats	\d	the	
    -_4145CFCD5968782D	m0270cbbpe01	Superb Prime Root Izam Meat	a	the	Superb Prime Root Izam Meats	\d	the	
    -_6774E2DFBBEE43E8	m0271cbcjc01	Prime Jungle Yber Meat	a	the	Prime Jungle Yber Meats	\d	the	
    -_8B08114D72824341	m0271cbcla01	Plain Lakes Yber Meat	a	the	Plain Lakes Yber Meats	\d	the	
    -_E3E60FD87C8BE6D2	m0271cbclb01	Average Lakes Yber Meat	an	the	Average Lakes Yber Meats	\d	the	
    -_8B08193B74827341	m0271cbclc01	Prime Lakes Yber Meat	a	the	Prime Lakes Yber Meats	\d	the	
    -_5F15BEDF7FEF1BE7	m0272chadc01	Prime Desert Arma Meat	a	the	Prime Desert Arma Meats	\d	the	
    -_ECE482AF07BC67CA	m0272chafd01	Select Forest Arma Meat	a	the	Select Forest Arma Meats	\d	the	
    -_B0E44ECE07FDA7B8	m0272chafe01	Superb Forest Arma Meat	a	the	Superb Forest Arma Meats	\d	the	
    -_2D9864789694196E	m0272chajf01	Magnificient Jungle Arma Meat	a	the	Magnificient Jungle Arma Meats	\d	the	
    -_1EC9CBE6DF1A2B80	m0272chale01	Superb Lakes Arma Meat	a	the	Superb Lakes Arma Meats	\d	the	
    -_7DEA88BEDEC8D8F9	m0272chalf01	Magnificient Lakes Arma Meat	a	the	Magnificient Lakes Arma Meats	\d	the	
    -_4145E3D05687081F	m0272chapd01	Select Prime Root Arma Meat	a	the	Select Prime Root Arma Meats	\d	the	
    -_41459FCD1AC8582F	m0272chape01	Superb Prime Root Arma Meat	a	the	Superb Prime Root Arma Meats	\d	the	
    -_9D98DE5D4B6EB89C	m0273chbdc01	Prime Desert Bodoc Meat	a	the	Prime Desert Bodoc Meats	\d	the	
    -_6178BA620A9EA89B	m0273chbfa01	Plain Forest Bodoc Meat	a	the	Plain Forest Bodoc Meats	\d	the	
    -_F6AE98EF39D1A03F	m0273chbfb01	Average Forest Bodoc Meat	an	the	Average Forest Bodoc Meats	\d	the	
    -_1FB8E25F0B1EC09B	m0273chbfc01	Prime Forest Bodoc Meat	a	the	Prime Forest Bodoc Meats	\d	the	
    -_789B0F9AF7FB47E4	m0273chbje01	Superb Jungle Bodoc Meat	a	the	Superb Jungle Bodoc Meats	\d	the	
    -_39F45AFDE67DA3A9	m0273chbld01	Select Lakes Bodoc Meat	a	the	Select Lakes Bodoc Meats	\d	the	
    -_B98EA17FEC322B3F	m0273chbpd01	Select Prime Root Bodoc Meat	a	the	Select Prime Root Bodoc Meats	\d	the	
    -_B98E159DECB4AB3F	m0273chbpe01	Superb Prime Root Bodoc Meat	a	the	Superb Prime Root Bodoc Meats	\d	the	
    -_AC56788A1DE6297D	m0274chldf01	Magnificient Desert Yelk Meat	a	the	Magnificient Desert Yelk Meats	\d	the	
    -_6D654ED88A2C2FB9	m0274chlfe01	Superb Forest Yelk Meat	a	the	Superb Forest Yelk Meats	\d	the	
    -_EE16808C1DF62D7C	m0274chlff01	Magnificient Forest Yelk Meat	a	the	Magnificient Forest Yelk Meats	\d	the	
    -_6009FFEFA1D8EB8C	m0274chlld01	Select Lakes Yelk Meat	a	the	Select Lakes Yelk Meats	\d	the	
    -_60E8F7FEA21A2B8C	m0274chlle01	Superb Lakes Yelk Meat	a	the	Superb Lakes Yelk Meats	\d	the	
    -_4145C7D65A78B831	m0274chlpe01	Superb Prime Root Yelk Meat	a	the	Superb Prime Root Yelk Meats	\d	the	
    -_5FCFEAA7C7264D2B	m0274chlpf01	Magnificient Prime Root Yelk Meat	a	the	Magnificient Prime Root Yelk Meats	\d	the	
    -_C90D3F47F85CA87F	m0275chgdd01	Select Desert Lumper Meat	a	the	Select Desert Lumper Meats	\d	the	
    -_CA0EFB56F87C247F	m0275chgde01	Superb Desert Lumper Meat	a	the	Superb Desert Lumper Meats	\d	the	
    -_176544E122FE788C	m0275chgpd01	Select Prime Root Lumper Meat	a	the	Select Prime Root Lumper Meats	\d	the	
    -_1A24AEAD4C91F20A	m0275chgpf01	Magnificient Prime Root Lumper Meat	a	the	Magnificient Prime Root Lumper Meats	\d	the	
    -_0A9EFB4AB94DE877	m0276chkde01	Superb Desert Timari Meat	a	the	Superb Desert Timari Meats	\d	the	
    -_4D32691CAC3B76AB	m0276chkdf01	Magnificient Desert Timari Meat	a	the	Magnificient Desert Timari Meats	\d	the	
    -_0A4C7F38384D1C81	m0276chkjd01	Select Jungle Timari Meat	a	the	Select Jungle Timari Meats	\d	the	
    -_0B4D3B47386D9881	m0276chkje01	Superb Jungle Timari Meat	a	the	Superb Jungle Timari Meats	\d	the	
    -_C1D37BE88F5B41CF	m0277ckfde01	Morsel of Superb Desert Kirosta Flesh	a	the	Morsels of Superb Desert Kirosta Flesh	\d	the	
    -_60E021D2170EDB09	m0277ckfdf01	Morsel of Magnificient Desert Kirosta Flesh	a	the	Morsels of Magnificient Desert Kirosta Flesh	\d	the	
    -_01D37BF4CFFB49CF	m0277ckffe01	Morsel of Superb Forest Kirosta Flesh	a	the	Morsels of Superb Forest Kirosta Flesh	\d	the	
    -_60E021D4970ED31D	m0277ckfff01	Morsel of Magnificient Forest Kirosta Flesh	a	the	Morsels of Magnificient Forest Kirosta Flesh	\d	the	
    -_40024F00CF5C59C0	m0277ckfje01	Morsel of Superb Jungle Kirosta Flesh	a	the	Morsels of Superb Jungle Kirosta Flesh	\d	the	
    -_62E021BA154EB329	m0277ckfjf01	Morsel of Magnificient Jungle Kirosta Flesh	a	the	Morsels of Magnificient Jungle Kirosta Flesh	\d	the	
    -_3CFE33F2EB2489AD	m0277ckfle01	Morsel of Superb Lakes Kirosta Flesh	a	the	Morsels of Superb Lakes Kirosta Flesh	\d	the	
    -_E702308959349EE6	m0277ckflf01	Morsel of Magnificient Lakes Kirosta Flesh	a	the	Morsels of Magnificient Lakes Kirosta Flesh	\d	the	
    -_A4DFD49E5998C2C9	m0277ckfpe01	Morsel of Superb Prime Root Kirosta Flesh	a	the	Morsels of Superb Prime Root Kirosta Flesh	\d	the	
    -_C90277FBE4D8C746	m0277ckfpf01	Morsel of Magnificient Prime Root Kirosta Flesh	a	the	Morsels of Magnificient Prime Root Kirosta Flesh	\d	the	
    -_8201CBD5081A89D2	m0278ckddd01	Morsel of Select Desert Kincher Flesh	a	the	Morsels of Select Desert Kincher Flesh	\d	the	
    -_FD330FD90C1A41E1	m0278ckdde01	Morsel of Superb Desert Kincher Flesh	a	the	Morsels of Superb Desert Kincher Flesh	\d	the	
    -_60E021F40FAC7B02	m0278ckddf01	Morsel of Magnificient Desert Kincher Flesh	a	the	Morsels of Magnificient Desert Kincher Flesh	\d	the	
    -_C201CBE148BA91D2	m0278ckdfd01	Morsel of Select Forest Kincher Flesh	a	the	Morsels of Select Forest Kincher Flesh	\d	the	
    -_3D330FE54CBA49E1	m0278ckdfe01	Morsel of Superb Forest Kincher Flesh	a	the	Morsels of Superb Forest Kincher Flesh	\d	the	
    -_60E021F68FAC7316	m0278ckdff01	Morsel of Magnificient Forest Kincher Flesh	a	the	Morsels of Magnificient Forest Kincher Flesh	\d	the	
    -_01309FED481BA1C3	m0278ckdjd01	Morsel of Select Jungle Kincher Flesh	a	the	Morsels of Select Jungle Kincher Flesh	\d	the	
    -_7C62E3F14C1B59D2	m0278ckdje01	Morsel of Superb Jungle Kincher Flesh	a	the	Morsels of Superb Jungle Kincher Flesh	\d	the	
    -_62E021DC0DEC5322	m0278ckdjf01	Morsel of Magnificient Jungle Kincher Flesh	a	the	Morsels of Magnificient Jungle Kincher Flesh	\d	the	
    -_461C2F0CDBC229A6	m0278ckdld01	Morsel of Select Lakes Kincher Flesh	a	the	Morsels of Select Lakes Kincher Flesh	\d	the	
    -_3CFE3314E3C229A6	m0278ckdle01	Morsel of Superb Lakes Kincher Flesh	a	the	Morsels of Superb Lakes Kincher Flesh	\d	the	
    -_20100085D94562ED	m0278ckdlf01	Morsel of Magnificient Lakes Kincher Flesh	a	the	Morsels of Magnificient Lakes Kincher Flesh	\d	the	
    -_62FCE887D56846D0	m0278ckdpd01	Morsel of Select Prime Root Kincher Flesh	a	the	Morsels of Select Prime Root Kincher Flesh	\d	the	
    -_DDEDA49AD9A986D0	m0278ckdpe01	Morsel of Superb Prime Root Kincher Flesh	a	the	Morsels of Superb Prime Root Kincher Flesh	\d	the	
    -_05514708A0279754	m0278ckdpf01	Morsel of Magnificient Prime Root Kincher Flesh	a	the	Morsels of Magnificient Prime Root Kincher Flesh	\d	the	
    -_7ED26FD6D13B41D1	m0279ckede01	Morsel of Superb Desert Kipucka Flesh	a	the	Morsels of Superb Desert Kipucka Flesh	\d	the	
    -_60E021D2510C0B07	m0279ckedf01	Morsel of Magnificient Desert Kipucka Flesh	a	the	Morsels of Magnificient Desert Kipucka Flesh	\d	the	
    -_BED26FE211DB49D1	m0279ckefe01	Morsel of Superb Forest Kipucka Flesh	a	the	Morsels of Superb Forest Kipucka Flesh	\d	the	
    -_60E021D4D10C031B	m0279ckeff01	Morsel of Magnificient Forest Kipucka Flesh	a	the	Morsels of Magnificient Forest Kipucka Flesh	\d	the	
    -_FD0143EE113C59C2	m0279ckeje01	Morsel of Superb Jungle Kipucka Flesh	a	the	Morsels of Superb Jungle Kipucka Flesh	\d	the	
    -_62E021BA4F4CE327	m0279ckejf01	Morsel of Magnificient Jungle Kipucka Flesh	a	the	Morsels of Magnificient Jungle Kipucka Flesh	\d	the	
    -_3CFE33F22522B9AB	m0279ckele01	Morsel of Superb Lakes Kipucka Flesh	a	the	Morsels of Superb Lakes Kipucka Flesh	\d	the	
    -_26E1488719347AD8	m0279ckelf01	Morsel of Magnificient Lakes Kipucka Flesh	a	the	Morsels of Magnificient Lakes Kipucka Flesh	\d	the	
    -_E3BEEC9C19989EBB	m0279ckepe01	Morsel of Superb Prime Root Kipucka Flesh	a	the	Morsels of Superb Prime Root Kipucka Flesh	\d	the	
    -_86018FF961D7DF46	m0279ckepf01	Morsel of Magnificient Prime Root Kipucka Flesh	a	the	Morsels of Magnificient Prime Root Kipucka Flesh	\d	the	
    -_D924C504A5821958	m0280ckgde01	Morsel of Superb Desert Kiban Flesh	a	the	Morsels of Superb Desert Kiban Flesh	\d	the	
    -_E2BED383DB97BBDF	m0280ckgdf01	Morsel of Magnificient Desert Kiban Flesh	a	the	Morsels of Magnificient Desert Kiban Flesh	\d	the	
    -_D924CD0625C22958	m0280ckgfe01	Morsel of Superb Forest Kiban Flesh	a	the	Morsels of Superb Forest Kiban Flesh	\d	the	
    -_225EDB851B97BBE9	m0280ckgff01	Morsel of Magnificient Forest Kiban Flesh	a	the	Morsels of Magnificient Forest Kiban Flesh	\d	the	
    -_D942950E23844958	m0280ckgje01	Morsel of Superb Jungle Kiban Flesh	a	the	Morsels of Superb Jungle Kiban Flesh	\d	the	
    -_22BFEB7A5AC68FF1	m0280ckgjf01	Morsel of Magnificient Jungle Kiban Flesh	a	the	Morsels of Magnificient Jungle Kiban Flesh	\d	the	
    -_2F63B90066DC31CA	m0280ckgle01	Morsel of Superb Lakes Kiban Flesh	a	the	Morsels of Superb Lakes Kiban Flesh	\d	the	
    -_BEC79E38D89DEE80	m0280ckglf01	Morsel of Magnificient Lakes Kiban Flesh	a	the	Morsels of Magnificient Lakes Kiban Flesh	\d	the	
    -_443BFE095E11524D	m0280ckgpe01	Morsel of Superb Prime Root Kiban Flesh	a	the	Morsels of Superb Prime Root Kiban Flesh	\d	the	
    -_7CB39D47EEEBCBCB	m0280ckgpf01	Morsel of Magnificient Prime Root Kiban Flesh	a	the	Morsels of Magnificient Prime Root Kiban Flesh	\d	the	
    -_23AC842750D302D3	m0281ckhda01	Morsel of Plain Desert Kipee Flesh	a	the	Morsels of Plain Desert Kipee Flesh	\d	the	
    -_727D37EC953728B2	m0281ckhdb01	Morsel of Average Desert Kipee Flesh	a	the	Morsels of Average Desert Kipee Flesh	\d	the	
    -_231C7833D33402D3	m0281ckhdc01	Morsel of Prime Desert Kipee Flesh	a	the	Morsels of Prime Desert Kipee Flesh	\d	the	
    -_E342C1EAE0441959	m0281ckhdd01	Morsel of Select Desert Kipee Flesh	a	the	Morsels of Select Desert Kipee Flesh	\d	the	
    -_D924C5F2E8441959	m0281ckhde01	Morsel of Superb Desert Kipee Flesh	a	the	Morsels of Superb Desert Kipee Flesh	\d	the	
    -_E39FD3831C07CBE5	m0281ckhdf01	Morsel of Magnificient Desert Kipee Flesh	a	the	Morsels of Magnificient Desert Kipee Flesh	\d	the	
    -_A3AC842A90C326DF	m0281ckhfa01	Morsel of Plain Forest Kipee Flesh	a	the	Morsels of Plain Forest Kipee Flesh	\d	the	
    -_B28D33F7975728B2	m0281ckhfb01	Morsel of Average Forest Kipee Flesh	a	the	Morsels of Average Forest Kipee Flesh	\d	the	
    -_A31C7836132426DF	m0281ckhfc01	Morsel of Prime Forest Kipee Flesh	a	the	Morsels of Prime Forest Kipee Flesh	\d	the	
    -_E342C9EC60842959	m0281ckhfd01	Morsel of Select Forest Kipee Flesh	a	the	Morsels of Select Forest Kipee Flesh	\d	the	
    -_D924CDF468842959	m0281ckhfe01	Morsel of Superb Forest Kipee Flesh	a	the	Morsels of Superb Forest Kipee Flesh	\d	the	
    -_233FDB855C07CBEF	m0281ckhff01	Morsel of Magnificient Forest Kipee Flesh	a	the	Morsels of Magnificient Forest Kipee Flesh	\d	the	
    -_A4AC48184FA22EE9	m0281ckhja01	Morsel of Plain Jungle Kipee Flesh	a	the	Morsels of Plain Jungle Kipee Flesh	\d	the	
    -_2D3C2BFD1A9728A3	m0281ckhjb01	Morsel of Average Jungle Kipee Flesh	a	the	Morsels of Average Jungle Kipee Flesh	\d	the	
    -_A41C3C24D2032EE9	m0281ckhjc01	Morsel of Prime Jungle Kipee Flesh	a	the	Morsels of Prime Jungle Kipee Flesh	\d	the	
    -_E36091F45E464959	m0281ckhjd01	Morsel of Select Jungle Kipee Flesh	a	the	Morsels of Select Jungle Kipee Flesh	\d	the	
    -_D94295FC66464959	m0281ckhje01	Morsel of Superb Jungle Kipee Flesh	a	the	Morsels of Superb Jungle Kipee Flesh	\d	the	
    -_23A0EB7A9B369FF7	m0281ckhjf01	Morsel of Magnificient Jungle Kipee Flesh	a	the	Morsels of Magnificient Jungle Kipee Flesh	\d	the	
    -_9EF64ADF2DF71C72	m0281ckhla01	Morsel of Plain Lakes Kipee Flesh	a	the	Morsels of Plain Lakes Kipee Flesh	\d	the	
    -_3C503C2610D015AF	m0281ckhlb01	Morsel of Average Lakes Kipee Flesh	a	the	Morsels of Average Lakes Kipee Flesh	\d	the	
    -_9E6662E76C373C78	m0281ckhlc01	Morsel of Prime Lakes Kipee Flesh	a	the	Morsels of Prime Lakes Kipee Flesh	\d	the	
    -_B553FDEDA30B01D0	m0281ckhld01	Morsel of Select Lakes Kipee Flesh	a	the	Morsels of Select Lakes Kipee Flesh	\d	the	
    -_3044B900A74C41D0	m0281ckhle01	Morsel of Superb Lakes Kipee Flesh	a	the	Morsels of Superb Lakes Kipee Flesh	\d	the	
    -_BFA89E2F1A7EEE78	m0281ckhlf01	Morsel of Magnificient Lakes Kipee Flesh	a	the	Morsels of Magnificient Lakes Kipee Flesh	\d	the	
    -_C62BFAFC21015241	m0281ckhpd01	Morsel of Select Prime Root Kipee Flesh	a	the	Morsels of Select Prime Root Kipee Flesh	\d	the	
    -_451CFE00A0F25245	m0281ckhpe01	Morsel of Superb Prime Root Kipee Flesh	a	the	Morsels of Superb Prime Root Kipee Flesh	\d	the	
    -_7D04AD552FEBCBC3	m0281ckhpf01	Morsel of Magnificient Prime Root Kipee Flesh	a	the	Morsels of Magnificient Prime Root Kipee Flesh	\d	the	
    -_4DF80D189E84A9DE	m0282ckidc01	Morsel of Prime Desert Kizoar Flesh	a	the	Morsels of Prime Desert Kizoar Flesh	\d	the	
    -_A28E47DDE39FC952	m0282ckidd01	Morsel of Select Desert Kizoar Flesh	a	the	Morsels of Select Desert Kizoar Flesh	\d	the	
    -_E17F5BF1E79FC940	m0282ckide01	Morsel of Superb Desert Kizoar Flesh	a	the	Morsels of Superb Desert Kizoar Flesh	\d	the	
    -_339A45C2495F14DF	m0282ckidf01	Morsel of Magnificient Desert Kizoar Flesh	a	the	Morsels of Magnificient Desert Kizoar Flesh	\d	the	
    -_4DF80D1C9E64F9E2	m0282ckifc01	Morsel of Prime Forest Kizoar Flesh	a	the	Morsels of Prime Forest Kizoar Flesh	\d	the	
    -_A29E4BDE255FD152	m0282ckifd01	Morsel of Select Forest Kizoar Flesh	a	the	Morsels of Select Forest Kizoar Flesh	\d	the	
    -_E18F5FF2295FD140	m0282ckife01	Morsel of Superb Forest Kizoar Flesh	a	the	Morsels of Superb Forest Kizoar Flesh	\d	the	
    -_35BA45C4896F10E8	m0282ckiff01	Morsel of Magnificient Forest Kizoar Flesh	a	the	Morsels of Magnificient Forest Kizoar Flesh	\d	the	
    -_4DF895129EE229EA	m0282ckijc01	Morsel of Prime Jungle Kizoar Flesh	a	the	Morsels of Prime Jungle Kizoar Flesh	\d	the	
    -_DE3C37E0A600E152	m0282ckijd01	Morsel of Select Jungle Kizoar Flesh	a	the	Morsels of Select Jungle Kizoar Flesh	\d	the	
    -_1D2D4BF4AA00E140	m0282ckije01	Morsel of Superb Jungle Kizoar Flesh	a	the	Morsels of Superb Jungle Kizoar Flesh	\d	the	
    -_B8FA45B9041E08EA	m0282ckijf01	Morsel of Magnificient Jungle Kizoar Flesh	a	the	Morsels of Magnificient Jungle Kizoar Flesh	\d	the	
    -_2806B9C571C86110	m0282ckilc01	Morsel of Prime Lakes Kizoar Flesh	a	the	Morsels of Prime Lakes Kizoar Flesh	\d	the	
    -_FBD5B0D512634EA7	m0282ckild01	Morsel of Select Lakes Kizoar Flesh	a	the	Morsels of Select Lakes Kizoar Flesh	\d	the	
    -_76A5F0D917644EA7	m0282ckile01	Morsel of Superb Lakes Kizoar Flesh	a	the	Morsels of Superb Lakes Kizoar Flesh	\d	the	
    -_1960A40FBD758302	m0282ckilf01	Morsel of Magnificient Lakes Kizoar Flesh	a	the	Morsels of Magnificient Lakes Kizoar Flesh	\d	the	
    -_A50F4F2B3DD757CF	m0282ckipd01	Morsel of Select Prime Root Kizoar Flesh	a	the	Morsels of Select Prime Root Kizoar Flesh	\d	the	
    -_2000531D05D767DF	m0282ckipe01	Morsel of Superb Prime Root Kizoar Flesh	a	the	Morsels of Superb Prime Root Kizoar Flesh	\d	the	
    -_87E675E8DB6FE23A	m0282ckipf01	Morsel of Magnificient Prime Root Kizoar Flesh	a	the	Morsels of Magnificient Prime Root Kizoar Flesh	\d	the	
    -_87A10FE20A3B89BC	m0283ckjdd01	Morsel of Select Desert Kipesta Flesh	a	the	Morsels of Select Desert Kipesta Flesh	\d	the	
    -_02D353E60E3B41CB	m0283ckjde01	Morsel of Superb Desert Kipesta Flesh	a	the	Morsels of Superb Desert Kipesta Flesh	\d	the	
    -_A1E021D2180E8B01	m0283ckjdf01	Morsel of Magnificient Desert Kipesta Flesh	a	the	Morsels of Magnificient Desert Kipesta Flesh	\d	the	
    -_C7A10FEE4ADB91BC	m0283ckjfd01	Morsel of Select Forest Kipesta Flesh	a	the	Morsels of Select Forest Kipesta Flesh	\d	the	
    -_42D353F24EDB49CB	m0283ckjfe01	Morsel of Superb Forest Kipesta Flesh	a	the	Morsels of Superb Forest Kipesta Flesh	\d	the	
    -_A1E021D4980E8315	m0283ckjff01	Morsel of Magnificient Forest Kipesta Flesh	a	the	Morsels of Magnificient Forest Kipesta Flesh	\d	the	
    -_06D0E3FA4A3CA1AD	m0283ckjjd01	Morsel of Select Jungle Kipesta Flesh	a	the	Morsels of Select Jungle Kipesta Flesh	\d	the	
    -_810227FE4E3C59BC	m0283ckjje01	Morsel of Superb Jungle Kipesta Flesh	a	the	Morsels of Superb Jungle Kipesta Flesh	\d	the	
    -_A3E021BA164E6321	m0283ckjjf01	Morsel of Magnificient Jungle Kipesta Flesh	a	the	Morsels of Magnificient Jungle Kipesta Flesh	\d	the	
    -_871C2FEAE42439A5	m0283ckjld01	Morsel of Select Lakes Kipesta Flesh	a	the	Morsels of Select Lakes Kipesta Flesh	\d	the	
    -_7DFE33F2EC2439A5	m0283ckjle01	Morsel of Superb Lakes Kipesta Flesh	a	the	Morsels of Superb Lakes Kipesta Flesh	\d	the	
    -_A6E208875A349EE2	m0283ckjlf01	Morsel of Magnificient Lakes Kipesta Flesh	a	the	Morsels of Magnificient Lakes Kipesta Flesh	\d	the	
    -_E8CEF089565782C5	m0283ckjpd01	Morsel of Select Prime Root Kipesta Flesh	a	the	Morsels of Select Prime Root Kipesta Flesh	\d	the	
    -_63BFAC9C5A98C2C5	m0283ckjpe01	Morsel of Superb Prime Root Kipesta Flesh	a	the	Morsels of Superb Prime Root Kipesta Flesh	\d	the	
    -_0A024FF9E5D89F40	m0283ckjpf01	Morsel of Magnificient Prime Root Kipesta Flesh	a	the	Morsels of Magnificient Prime Root Kipesta Flesh	\d	the	
    -_9C28CE13A899C2D1	m0284cdald01	Fragment of Select Lakes Cute Skull	a	the	Fragments of Select Lakes Cute Skull	\d	the	
    -_60692223A8997ACE	m0284cdale01	Fragment of Superb Lakes Cute Skull	a	the	Fragments of Superb Lakes Cute Skull	\d	the	
    -_57F66D52D36DBC91	m0284cdapd01	Fragment of Select Prime Root Cute Skull	a	the	Fragments of Select Prime Root Cute Skull	\d	the	
    -_5716ED52D46E74A0	m0284cdape01	Fragment of Superb Prime Root Cute Skull	a	the	Fragments of Superb Prime Root Cute Skull	\d	the	
    -_DE7DFE87BB32B30D	m0285cdbfd01	Fragment of Select Forest Gibbai Skull	a	the	Fragments of Select Forest Gibbai Skull	\d	the	
    -_DEBE42757F327B2C	m0285cdbfe01	Fragment of Superb Forest Gibbai Skull	a	the	Fragments of Superb Forest Gibbai Skull	\d	the	
    -_9FDDEE91F8C1BBFA	m0285cdbjd01	Fragment of Select Jungle Gibbai Skull	a	the	Fragments of Select Jungle Gibbai Skull	\d	the	
    -_9F1E327FBCC18319	m0285cdbje01	Fragment of Superb Jungle Gibbai Skull	a	the	Fragments of Superb Jungle Gibbai Skull	\d	the	
    -_1EEE167ABDA3B315	m0286cdcdd01	Fragment of Select Desert Frahar Skull	a	the	Fragments of Select Desert Frahar Skull	\d	the	
    -_1E2F5A6881A37B34	m0286cdcde01	Fragment of Superb Desert Frahar Skull	a	the	Fragments of Superb Desert Frahar Skull	\d	the	
    -_98185AFA5FB3F221	m0287chhdd01	Phial of Select Desert Mektoub Blood	a	the	Phials of Select Desert Mektoub Blood	\d	the	
    -_AA5CAD1428A403C1	m0287chhfc01	Phial of Prime Forest Mektoub Blood	a	the	Phials of Prime Forest Mektoub Blood	\d	the	
    -_98185EFD1F432223	m0287chhfd01	Phial of Select Forest Mektoub Blood	a	the	Phials of Select Forest Mektoub Blood	\d	the	
    -_AC5CEDF2A222E3CD	m0287chhja01	Phial of Plain Jungle Mektoub Blood	a	the	Phials of Plain Jungle Mektoub Blood	\d	the	
    -_6B65E6150E08A6C0	m0287chhjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_DD77FD733A65FBC6	m0287chhle01	Phial of Superb Lakes Mektoub Blood	a	the	Phials of Superb Lakes Mektoub Blood	\d	the	
    -_DBBA837B60158A06	m0287chhpf01	Phial of Magnificient Prime Root Mektoub Blood	a	the	Phials of Magnificient Prime Root Mektoub Blood	\d	the	
    -_EC3612FD0E078ECF	m0287chidb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612094EA796CF	m0287chifb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6154E08A6C0	m0287chijb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A44890662A45B23	m0287chilb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_EC3612FD4E078ECF	m0287chjdb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612098EA796CF	m0287chjfb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6158E08A6C0	m0287chjjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A448906A2A45B23	m0287chjlb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_7992FC068C5D72E8	m0288ccada01	Phial of Plain Desert Gingo Blood	a	the	Phials of Plain Desert Gingo Blood	\d	the	
    -_982A1B185CB4C3DC	m0288ccadb01	Phial of Average Desert Gingo Blood	a	the	Phials of Average Desert Gingo Blood	\d	the	
    -_B9320408CC5D72F2	m0288ccafa01	Phial of Plain Forest Gingo Blood	a	the	Phials of Plain Forest Gingo Blood	\d	the	
    -_982A231ADCF4D3DC	m0288ccafb01	Phial of Average Forest Gingo Blood	a	the	Phials of Average Forest Gingo Blood	\d	the	
    -_B932E80C8CFE92F8	m0288ccafc01	Phial of Prime Forest Gingo Blood	a	the	Phials of Prime Forest Gingo Blood	\d	the	
    -_8FE184E78F7513C3	m0288ccafe01	Phial of Superb Forest Gingo Blood	a	the	Phials of Superb Forest Gingo Blood	\d	the	
    -_900250C64D12DBCD	m0288ccajd01	Phial of Select Jungle Gingo Blood	a	the	Phials of Select Jungle Gingo Blood	\d	the	
    -_90E148D54E541BCD	m0288ccaje01	Phial of Superb Jungle Gingo Blood	a	the	Phials of Superb Jungle Gingo Blood	\d	the	
    -_3B73E413CD9EAAF0	m0289ccefa01	Phial of Plain Forest Ragus Blood	a	the	Phials of Plain Forest Ragus Blood	\d	the	
    -_982A2322E51493F3	m0289ccefb01	Phial of Average Forest Ragus Blood	a	the	Phials of Average Forest Ragus Blood	\d	the	
    -_6005210663ACC34B	m0289cceff01	Phial of Magnificent Forest Ragus Blood	a	the	Phials of Magnificent Forest Ragus Blood	\d	the	
    -_3BD4F4080CCD7EF8	m0289cceja01	Phial of Plain Jungle Ragus Blood	a	the	Phials of Plain Jungle Ragus Blood	\d	the	
    -_9848EB2AE3D6B3F3	m0289ccejb01	Phial of Average Jungle Ragus Blood	a	the	Phials of Average Jungle Ragus Blood	\d	the	
    -_3BD4D80CCC6E9EFE	m0289ccejc01	Phial of Prime Jungle Ragus Blood	a	the	Phials of Prime Jungle Ragus Blood	\d	the	
    -_53914C3768779492	m0289ccelc01	Phial of Prime Lakes Ragus Blood	a	the	Phials of Prime Lakes Ragus Blood	\d	the	
    -_D90D5CD739B3314A	m0289cceld01	Phial of Select Lakes Ragus Blood	a	the	Phials of Select Lakes Ragus Blood	\d	the	
    -_B3529F7FB48B4748	m0289ccepf01	Phial of Magnificent Prime Root Ragus Blood	a	the	Phials of Magnificent Prime Root Ragus Blood	\d	the	
    -_E7F7CB5962A0BE49	m0290chdda01	Phial of Plain Desert Yubo Blood	a	the	Phials of Plain Desert Yubo Blood	\d	the	
    -_CA5891D1D0E4F74F	m0290chddb01	Phial of Average Desert Yubo Blood	a	the	Phials of Average Desert Yubo Blood	\d	the	
    -_67E7F35DA2A0BA54	m0290chdfa01	Phial of Plain Forest Yubo Blood	a	the	Phials of Plain Forest Yubo Blood	\d	the	
    -_CA5895D490742751	m0290chdfb01	Phial of Average Forest Yubo Blood	a	the	Phials of Average Forest Yubo Blood	\d	the	
    -_E8A60B56E1C06E53	m0290chdja01	Phial of Plain Jungle Yubo Blood	a	the	Phials of Plain Jungle Yubo Blood	\d	the	
    -_CA673DD30F944F55	m0290chdjb01	Phial of Average Jungle Yubo Blood	a	the	Phials of Average Jungle Yubo Blood	\d	the	
    -_A52E60DC87A951F0	m0290chdla01	Phial of Plain Lakes Yubo Blood	a	the	Phials of Plain Lakes Yubo Blood	\d	the	
    -_B007867C7231CE01	m0290chdlb01	Phial of Average Lakes Yubo Blood	a	the	Phials of Average Lakes Yubo Blood	\d	the	
    -_39F3FC0A4E3D6AD9	m0291ckhda01	Phial of Plain Desert Kipee Blood	a	the	Phials of Plain Desert Kipee Blood	\d	the	
    -_D82A1B041E76C3DD	m0291ckhdb01	Phial of Average Desert Kipee Blood	a	the	Phials of Average Desert Kipee Blood	\d	the	
    -_39F3E00E0EDE8ADF	m0291ckhdc01	Phial of Prime Desert Kipee Blood	a	the	Phials of Prime Desert Kipee Blood	\d	the	
    -_50428CD58E03AFB2	m0291ckhdd01	Phial of Select Desert Kipee Blood	a	the	Phials of Select Desert Kipee Blood	\d	the	
    -_502184E48F45EFB2	m0291ckhde01	Phial of Superb Desert Kipee Blood	a	the	Phials of Superb Desert Kipee Blood	\d	the	
    -_2184C903A6AB8B34	m0291ckhdf01	Phial of Magnificient Desert Kipee Blood	a	the	Phials of Magnificient Desert Kipee Blood	\d	the	
    -_7993040C8E3D6AE3	m0291ckhfa01	Phial of Plain Forest Kipee Blood	a	the	Phials of Plain Forest Kipee Blood	\d	the	
    -_D82A23069EB6D3DD	m0291ckhfb01	Phial of Average Forest Kipee Blood	a	the	Phials of Average Forest Kipee Blood	\d	the	
    -_7993E8104EDE8AE9	m0291ckhfc01	Phial of Prime Forest Kipee Blood	a	the	Phials of Prime Forest Kipee Blood	\d	the	
    -_D0428CD8CEF3D3BE	m0291ckhfd01	Phial of Select Forest Kipee Blood	a	the	Phials of Select Forest Kipee Blood	\d	the	
    -_D02184E7CF3513BE	m0291ckhfe01	Phial of Superb Forest Kipee Blood	a	the	Phials of Superb Forest Kipee Blood	\d	the	
    -_E3A4C50F26BB8B33	m0291ckhff01	Phial of Magnificient Forest Kipee Blood	a	the	Phials of Magnificient Forest Kipee Blood	\d	the	
    -_79F41401CD6C3EEB	m0291ckhja01	Phial of Plain Jungle Kipee Blood	a	the	Phials of Plain Jungle Kipee Blood	\d	the	
    -_D848EB0E9C78F3DD	m0291ckhjb01	Phial of Average Jungle Kipee Blood	a	the	Phials of Average Jungle Kipee Blood	\d	the	
    -_79F4F8058D0D5EF1	m0291ckhjc01	Phial of Prime Jungle Kipee Blood	a	the	Phials of Prime Jungle Kipee Blood	\d	the	
    -_D14250C68DD2DBC8	m0291ckhjd01	Phial of Select Jungle Kipee Blood	a	the	Phials of Select Jungle Kipee Blood	\d	the	
    -_D12148D58E141BC8	m0291ckhje01	Phial of Superb Jungle Kipee Blood	a	the	Phials of Superb Jungle Kipee Blood	\d	the	
    -_A404B519634A9320	m0291ckhjf01	Phial of Magnificient Jungle Kipee Blood	a	the	Phials of Magnificient Jungle Kipee Blood	\d	the	
    -_8DC1881E2327D871	m0291ckhla01	Phial of Plain Lakes Kipee Blood	a	the	Phials of Plain Lakes Kipee Blood	\d	the	
    -_F41350534A3E869A	m0291ckhlb01	Phial of Average Lakes Kipee Blood	a	the	Phials of Average Lakes Kipee Blood	\d	the	
    -_8F226C222588B475	m0291ckhlc01	Phial of Prime Lakes Kipee Blood	a	the	Phials of Prime Lakes Kipee Blood	\d	the	
    -_5CAC00E0FCC2F932	m0291ckhld01	Phial of Select Lakes Kipee Blood	a	the	Phials of Select Lakes Kipee Blood	\d	the	
    -_608B40E078B4F936	m0291ckhle01	Phial of Superb Lakes Kipee Blood	a	the	Phials of Superb Lakes Kipee Blood	\d	the	
    -_247E20C5C8732874	m0291ckhlf01	Phial of Magnificient Lakes Kipee Blood	a	the	Phials of Magnificient Lakes Kipee Blood	\d	the	
    -_4F0020CF073FF05F	m0291ckhpd01	Phial of Select Prime Root Kipee Blood	a	the	Phials of Select Prime Root Kipee Blood	\d	the	
    -_4F20A0CF0840A86E	m0291ckhpe01	Phial of Superb Prime Root Kipee Blood	a	the	Phials of Superb Prime Root Kipee Blood	\d	the	
    -_F3712778BA1A2B40	m0291ckhpf01	Phial of Magnificient Prime Root Kipee Blood	a	the	Phials of Magnificient Prime Root Kipee Blood	\d	the	
    -_D2D86EE8E045161E	m0292ckede01	Phial of Superb Desert Kipucka Blood	a	the	Phials of Superb Desert Kipucka Blood	\d	the	
    -_EB7686FDB4B0A1A7	m0292ckedf01	Phial of Magnificient Desert Kipucka Blood	a	the	Phials of Magnificient Desert Kipucka Blood	\d	the	
    -_D2D872EBA0D54620	m0292ckefe01	Phial of Superb Forest Kipucka Blood	a	the	Phials of Superb Forest Kipucka Blood	\d	the	
    -_2D368EFFB4C0A5A6	m0292ckeff01	Phial of Magnificient Forest Kipucka Blood	a	the	Phials of Magnificient Forest Kipucka Blood	\d	the	
    -_D2E71AEA1FF56E24	m0292ckeje01	Phial of Superb Jungle Kipucka Blood	a	the	Phials of Superb Jungle Kipucka Blood	\d	the	
    -_AED79E03F05E91A4	m0292ckejf01	Phial of Magnificient Jungle Kipucka Blood	a	the	Phials of Magnificient Jungle Kipucka Blood	\d	the	
    -_9F08057139E4A3B6	m0292ckele01	Phial of Superb Lakes Kipucka Blood	a	the	Phials of Superb Lakes Kipucka Blood	\d	the	
    -_488555439FD9A00A	m0292ckelf01	Phial of Magnificient Lakes Kipucka Blood	a	the	Phials of Magnificient Lakes Kipucka Blood	\d	the	
    -_7F8939F422EBB803	m0292ckepe01	Phial of Superb Prime Root Kipucka Blood	a	the	Phials of Superb Prime Root Kipucka Blood	\d	the	
    -_1B6A637AE1755AF5	m0292ckepf01	Phial of Magnificient Prime Root Kipucka Blood	a	the	Phials of Magnificient Prime Root Kipucka Blood	\d	the	
    -_202F49DFB765853C	m0293chldf01	Phial of Magnificient Desert Yelk Blood	a	the	Phials of Magnificient Desert Yelk Blood	\d	the	
    -_ADC29C1EE67F8ACD	m0293chlfe01	Phial of Superb Forest Yelk Blood	a	the	Phials of Superb Forest Yelk Blood	\d	the	
    -_A25F49E03995853B	m0293chlff01	Phial of Magnificient Forest Yelk Blood	a	the	Phials of Magnificient Forest Yelk Blood	\d	the	
    -_58450CE0EF7B5035	m0293chlld01	Phial of Select Lakes Yelk Blood	a	the	Phials of Select Lakes Yelk Blood	\d	the	
    -_59254CE0F05B8C35	m0293chlle01	Phial of Superb Lakes Yelk Blood	a	the	Phials of Superb Lakes Yelk Blood	\d	the	
    -_1CE39DAA1DA8F2FF	m0293chlpe01	Phial of Superb Prime Root Yelk Blood	a	the	Phials of Superb Prime Root Yelk Blood	\d	the	
    -_3C7253D631EE35E1	m0293chlpf01	Phial of Magnificient Prime Root Yelk Blood	a	the	Phials of Magnificient Prime Root Yelk Blood	\d	the	
    -_9516B4EE6A4CF844	m0294cheld01	Phial of Select Lakes Cray Blood	a	the	Phials of Select Lakes Cray Blood	\d	the	
    -_96F6F4EE6B2C3444	m0294chele01	Phial of Superb Lakes Cray Blood	a	the	Phials of Superb Lakes Cray Blood	\d	the	
    -_27EFD09DBFD48331	m0295cdbfd01	Tuft of Select Forest Gibbai Hair	a	the	Tufts of Select Forest Gibbai Hair	\d	the	
    -_27EF8C9A8315D341	m0295cdbfe01	Tuft of Superb Forest Gibbai Hair	a	the	Tufts of Superb Forest Gibbai Hair	\d	the	
    -_AA2FD0923A837B33	m0295cdbjd01	Tuft of Select Jungle Gibbai Hair	a	the	Tufts of Select Jungle Gibbai Hair	\d	the	
    -_AA2F8C8FFEC4CB43	m0295cdbje01	Tuft of Superb Jungle Gibbai Hair	a	the	Tufts of Superb Jungle Gibbai Hair	\d	the	
    -_F636F921EF550354	m0296chcda01	Tuft of Plain Desert Capryni Hair	a	the	Tufts of Plain Desert Capryni Hair	\d	the	
    -_403B42C9AE872BF0	m0296chcdb01	Tuft of Average Desert Capryni Hair	a	the	Tufts of Average Desert Capryni Hair	\d	the	
    -_38F60123EF650753	m0296chcfa01	Tuft of Plain Forest Capryni Hair	a	the	Tufts of Plain Forest Capryni Hair	\d	the	
    -_403B46CC6E175BF2	m0296chcfb01	Tuft of Average Forest Capryni Hair	a	the	Tufts of Average Forest Capryni Hair	\d	the	
    -_43BCA3556447BB41	m0296chcjd01	Tuft of Select Jungle Capryni Hair	a	the	Tufts of Select Jungle Capryni Hair	\d	the	
    -_149D3DE16FA1557F	m0296chclc01	Tuft of Prime Lakes Capryni Hair	a	the	Tufts of Prime Lakes Capryni Hair	\d	the	
    -_719B7DAB20D5D940	m0296chcld01	Tuft of Select Lakes Capryni Hair	a	the	Tufts of Select Lakes Capryni Hair	\d	the	
    -_E48B959AF76374AF	m0298ccada01	Tuft of Plain Desert Gingo Hair	a	the	Tufts of Plain Desert Gingo Hair	\d	the	
    -_894D5DDEBFE5F70E	m0298ccadb01	Tuft of Average Desert Gingo Hair	a	the	Tufts of Average Desert Gingo Hair	\d	the	
    -_A6AB91A6777374AE	m0298ccafa01	Tuft of Plain Forest Gingo Hair	a	the	Tufts of Plain Forest Gingo Hair	\d	the	
    -_094D5DE1FFD51B1A	m0298ccafb01	Tuft of Average Forest Gingo Hair	a	the	Tufts of Average Forest Gingo Hair	\d	the	
    -_A80C999D78F368B2	m0298ccafc01	Tuft of Prime Forest Gingo Hair	a	the	Tufts of Prime Forest Gingo Hair	\d	the	
    -_B137F8BC9F2A664F	m0298ccafe01	Tuft of Superb Forest Gingo Hair	a	the	Tufts of Superb Forest Gingo Hair	\d	the	
    -_AD984CA26327FA53	m0298ccajd01	Tuft of Select Jungle Gingo Hair	a	the	Tufts of Select Jungle Gingo Hair	\d	the	
    -_B19808B1DE593A57	m0298ccaje01	Tuft of Superb Jungle Gingo Hair	a	the	Tufts of Superb Jungle Gingo Hair	\d	the	
    -_AC20049DC0E48345	m0299ccdfd01	Tuft of Select Forest Torbak Hair	a	the	Tufts of Select Forest Torbak Hair	\d	the	
    -_AC20C09A8425D355	m0299ccdfe01	Tuft of Superb Forest Torbak Hair	a	the	Tufts of Superb Forest Torbak Hair	\d	the	
    -_BA5B98B15CD3FE3C	m0299ccdjc01	Tuft of Prime Jungle Torbak Hair	a	the	Tufts of Prime Jungle Torbak Hair	\d	the	
    -_2F6004923B937B47	m0299ccdjd01	Tuft of Select Jungle Torbak Hair	a	the	Tufts of Select Jungle Torbak Hair	\d	the	
    -_1C8BFAB5DB298143	m0299ccdle01	Tuft of Superb Lakes Torbak Hair	a	the	Tufts of Superb Lakes Torbak Hair	\d	the	
    -_ED5433FAE7C2CB26	m0299ccdlf01	Tuft of Magnificient Lakes Torbak Hair	a	the	Tufts of Magnificient Lakes Torbak Hair	\d	the	
    -_A27CF59F762484B4	m0300ccefa01	Tuft of Plain Forest Ragus Hair	a	the	Tufts of Plain Forest Ragus Hair	\d	the	
    -_880E5DE101F73703	m0300ccefb01	Tuft of Average Forest Ragus Hair	a	the	Tufts of Average Forest Ragus Hair	\d	the	
    -_7D43ABA299B827EA	m0300cceff01	Tuft of Magnificent Forest Ragus Hair	a	the	Tufts of Magnificent Forest Ragus Hair	\d	the	
    -_63DCE5A9B3B38CA1	m0300cceja01	Tuft of Plain Jungle Ragus Hair	a	the	Tufts of Plain Jungle Ragus Hair	\d	the	
    -_890E21CFC0D63F0D	m0300ccejb01	Tuft of Average Jungle Ragus Hair	a	the	Tufts of Average Jungle Ragus Hair	\d	the	
    -_653DEDA0B43380A5	m0300ccejc01	Tuft of Prime Jungle Ragus Hair	a	the	Tufts of Prime Jungle Ragus Hair	\d	the	
    -_06956FB66B64E630	m0300ccelc01	Tuft of Prime Lakes Ragus Hair	a	the	Tufts of Prime Lakes Ragus Hair	\d	the	
    -_BD321D1BD9A7A15D	m0300cceld01	Tuft of Select Lakes Ragus Hair	a	the	Tufts of Select Lakes Ragus Hair	\d	the	
    -_A16837CF19F9F5B5	m0300ccepf01	Tuft of Magnificent Prime Root Ragus Hair	a	the	Tufts of Magnificent Prime Root Ragus Hair	\d	the	
    -_A9F0E49B02D5CF3E	m0302chgdd01	Tuft of Select Desert Lumper Hair	a	the	Tufts of Select Desert Lumper Hair	\d	the	
    -_A9F0A098C6161F4E	m0302chgde01	Tuft of Superb Desert Lumper Hair	a	the	Tufts of Superb Desert Lumper Hair	\d	the	
    -_E7D0A3FBAA510E5F	m0302chgpd01	Tuft of Select Prime Root Lumper Hair	a	the	Tufts of Select Prime Root Lumper Hair	\d	the	
    -_122C0F45CA5CA5FE	m0302chgpf01	Tuft of Magnificient Prime Root Lumper Hair	a	the	Tufts of Magnificient Prime Root Lumper Hair	\d	the	
    -_986A55B9AA15D9A4	m0303ccidd01	Tuft of Select Desert Zerx Hair	a	the	Tufts of Select Desert Zerx Hair	\d	the	
    -_EBC19F2C5516681B	m0303ccidf01	Tuft of Magnificient Desert Zerx Hair	a	the	Tufts of Magnificient Desert Zerx Hair	\d	the	
    -_AAC27B2CD5D49023	m0303ccijf01	Tuft of Magnificient Jungle Zerx Hair	a	the	Tufts of Magnificient Jungle Zerx Hair	\d	the	
    -_C000DDA61CE60D7E	m0303ccild01	Tuft of Select Lakes Zerx Hair	a	the	Tufts of Select Lakes Zerx Hair	\d	the	
    -_8400A9C51C274D6C	m0303ccile01	Tuft of Superb Lakes Zerx Hair	a	the	Tufts of Superb Lakes Zerx Hair	\d	the	
    -_978B016823EE029C	m0303ccipd01	Tuft of Select Prime Root Zerx Hair	a	the	Tufts of Select Prime Root Zerx Hair	\d	the	
    -_229CA987B9E338B7	m0304chbdc01	Tuft of Prime Desert Bodoc Hair	a	the	Tufts of Prime Desert Bodoc Hair	\d	the	
    -_E25B9D9C387344B2	m0304chbfa01	Tuft of Plain Forest Bodoc Hair	a	the	Tufts of Plain Forest Bodoc Hair	\d	the	
    -_070D5DE13CE51312	m0304chbfb01	Tuft of Average Forest Bodoc Hair	a	the	Tufts of Average Forest Bodoc Hair	\d	the	
    -_E4BCA59339F338B6	m0304chbfc01	Tuft of Prime Forest Bodoc Hair	a	the	Tufts of Prime Forest Bodoc Hair	\d	the	
    -_F2B820AC1EE95A3D	m0304chbje01	Tuft of Superb Jungle Bodoc Hair	a	the	Tufts of Superb Jungle Bodoc Hair	\d	the	
    -_3B0255FB96C7D941	m0304chbld01	Tuft of Select Lakes Bodoc Hair	a	the	Tufts of Select Lakes Bodoc Hair	\d	the	
    -_F5C8E74F8AC0852E	m0304chbpd01	Tuft of Select Prime Root Bodoc Hair	a	the	Tufts of Select Prime Root Bodoc Hair	\d	the	
    -_70B9A3628E01C52E	m0304chbpe01	Tuft of Superb Prime Root Bodoc Hair	a	the	Tufts of Superb Prime Root Bodoc Hair	\d	the	
    -_18C664E0338BEC2F	m0305chadc01	Tuft of Prime Desert Arma Hair	a	the	Tufts of Prime Desert Arma Hair	\d	the	
    -_5B5869CAA26579AC	m0305chafd01	Tuft of Select Forest Arma Hair	a	the	Tufts of Select Forest Arma Hair	\d	the	
    -_5C5925D9A285F5AC	m0305chafe01	Tuft of Superb Forest Arma Hair	a	the	Tufts of Superb Forest Arma Hair	\d	the	
    -_9E71AF13D3B37C32	m0305chajf01	Tuft of Magnificient Jungle Arma Hair	a	the	Tufts of Magnificient Jungle Arma Hair	\d	the	
    -_78AFDDAC1A06397B	m0305chale01	Tuft of Superb Lakes Arma Hair	a	the	Tufts of Superb Lakes Arma Hair	\d	the	
    -_298C618A22ED6A8F	m0305chalf01	Tuft of Magnificient Lakes Arma Hair	a	the	Tufts of Magnificient Lakes Arma Hair	\d	the	
    -_971A91701EAD029E	m0305chapd01	Tuft of Select Prime Root Arma Hair	a	the	Tufts of Select Prime Root Arma Hair	\d	the	
    -_97F9897F1FEF429E	m0305chape01	Tuft of Superb Prime Root Arma Hair	a	the	Tufts of Superb Prime Root Arma Hair	\d	the	
    -_5476A4F7303B3447	m0306chdda01	Tuft of Plain Desert Yubo Hair	a	the	Tufts of Plain Desert Yubo Hair	\d	the	
    -_9EC778C576791E1A	m0306chddb01	Tuft of Average Desert Yubo Hair	a	the	Tufts of Average Desert Yubo Hair	\d	the	
    -_D6A6A4F8B26B3446	m0306chdfa01	Tuft of Plain Forest Yubo Hair	a	the	Tufts of Plain Forest Yubo Hair	\d	the	
    -_20E778C87679461B	m0306chdfb01	Tuft of Average Forest Yubo Hair	a	the	Tufts of Average Forest Yubo Hair	\d	the	
    -_9475ACF8703A3C42	m0306chdja01	Tuft of Plain Jungle Yubo Hair	a	the	Tufts of Plain Jungle Yubo Hair	\d	the	
    -_A2273CC532C7661B	m0306chdjb01	Tuft of Average Jungle Yubo Hair	a	the	Tufts of Average Jungle Yubo Hair	\d	the	
    -_721330ADE730987B	m0306chdla01	Tuft of Plain Lakes Yubo Hair	a	the	Tufts of Plain Lakes Yubo Hair	\d	the	
    -_8157DDBC5D1C6904	m0306chdlb01	Tuft of Average Lakes Yubo Hair	a	the	Tufts of Average Lakes Yubo Hair	\d	the	
    -_35201D8F1AC51592	m0307cdald01	Tuft of Select Lakes Cute Hair	a	the	Tufts of Select Lakes Cute Hair	\d	the	
    -_F920E9AE1A065580	m0307cdale01	Tuft of Superb Lakes Cute Hair	a	the	Tufts of Superb Lakes Cute Hair	\d	the	
    -_975ABD7A5F8D02A0	m0307cdapd01	Tuft of Select Prime Root Cute Hair	a	the	Tufts of Select Prime Root Cute Hair	\d	the	
    -_9739B58960CF42A0	m0307cdape01	Tuft of Superb Prime Root Cute Hair	a	the	Tufts of Superb Prime Root Cute Hair	\d	the	
    -_1AF9E1AA9CC6C906	m0308cxxcb01	Average Goo Contaminated Meat	an	the	Average Goo Contaminated Meats	\d	the	
    -_83B887DC33F81C26	m0308cxxcc01	Prime Goo Contaminated Meat	a	the	Prime Goo Contaminated Meats	\d	the	
    -_6C6031305A0FA530	m0308cxxcd01	Select Goo Contaminated Meat	a	the	Select Goo Contaminated Meats	\d	the	
    -_6C60A54E5A912530	m0308cxxce01	Superb Goo Contaminated Meat	a	the	Superb Goo Contaminated Meats	\d	the	
    -_B4D42D2B0AE1B308	m0308cxxcf01	Magnificient Goo Contaminated Meat	a	the	Magnificient Goo Contaminated Meats	\d	the	
    -_7F2DF6827F7E42D9	m0309dxaca01	Plain Fresh Kitin Cocoon	a	the	Plain Fresh Kitin Cocoons	\d	the	
    -_C32B9A570A85784E	m0309dxacb01	Average Fresh Kitin Cocoon	an	the	Average Fresh Kitin Cocoons	\d	the	
    -_80AD167980FE5AD0	m0309dxacc01	Prime Fresh Kitin Cocoon	a	the	Prime Fresh Kitin Cocoons	\d	the	
    -_FD8D5050F2FE584D	m0309dxacd01	Select Fresh Kitin Cocoon	a	the	Select Fresh Kitin Cocoons	\d	the	
    -_FE8E0C5FF21ED44D	m0309dxace01	Superb Fresh Kitin Cocoon	a	the	Superb Fresh Kitin Cocoons	\d	the	
    -_1386C10A68DAC685	m0309dxacf01	Magnificient Fresh Kitin Cocoon	a	the	Magnificient Fresh Kitin Cocoons	\d	the	
    -_D5492A303E8C16BF	m0310dxaca01	Plain Old Kitin Cocoon	a	the	Plain Old Kitin Cocoons	\d	the	
    -_6D1F23502D706B9E	m0310dxacb01	Average Old Kitin Cocoon	an	the	Average Old Kitin Cocoons	\d	the	
    -_D5B9422FC00C2EBF	m0310dxacc01	Prime Old Kitin Cocoon	a	the	Prime Old Kitin Cocoons	\d	the	
    -_6BF4337F6FAC43DA	m0310dxacd01	Select Old Kitin Cocoon	a	the	Select Old Kitin Cocoons	\d	the	
    -_2FF4FF9E6FED83C8	m0310dxace01	Superb Old Kitin Cocoon	a	the	Superb Old Kitin Cocoons	\d	the	
    -_0D52F0F5B1C5114C	m0310dxacf01	Magnificient Old Kitin Cocoon	a	the	Magnificient Old Kitin Cocoons	\d	the	
    -_FC2E740E2B14DCE4	m0311dxaca01	Sample of Plain Kitin Saliva	a	the	Samples of Plain Kitin Saliva	\d	the	
    -_DDA375993C14BFB9	m0311dxacb01	Sample of Average Kitin Saliva	a	the	Samples of Average Kitin Saliva	\d	the	
    -_BADEAC1CAC14DCE4	m0311dxacc01	Sample of Prime Kitin Saliva	a	the	Samples of Prime Kitin Saliva	\d	the	
    -_6B7FA907D75231DB	m0311dxacd01	Sample of Select Kitin Saliva	a	the	Samples of Select Kitin Saliva	\d	the	
    -_E6B1ED0BDB52E9EA	m0311dxace01	Sample of Superb Kitin Saliva	a	the	Samples of Superb Kitin Saliva	\d	the	
    -_2EEC9F679C903927	m0311dxacf01	Sample of Magnificient Kitin Saliva	a	the	Samples of Magnificient Kitin Saliva	\d	the	
    -_3ABE8A0CB7DFFB96	m0312dxacf01	Supreme Kitin Larva	a	the	Supreme Kitin Larvas	\d	the	
    -_C69D8DC77940C11F	m0313chadc01	Fragment of Prime Desert Arma Skull	a	the	Fragments of Prime Desert Arma Skull	\d	the	
    -_09BFBF81668A8DBF	m0313chafd01	Fragment of Select Forest Arma Skull	a	the	Fragments of Select Forest Arma Skull	\d	the	
    -_0A010381666981CE	m0313chafe01	Fragment of Superb Forest Arma Skull	a	the	Fragments of Superb Forest Arma Skull	\d	the	
    -_43A504DC616B852D	m0313chajf01	Fragment of Magnificient Jungle Arma Skull	a	the	Fragments of Magnificient Jungle Arma Skull	\d	the	
    -_1E792223A72852C8	m0313chale01	Fragment of Superb Lakes Arma Skull	a	the	Fragments of Superb Lakes Arma Skull	\d	the	
    -_A924514514E1E49E	m0313chalf01	Fragment of Magnificient Lakes Arma Skull	a	the	Fragments of Magnificient Lakes Arma Skull	\d	the	
    -_D4A6514F53ADAC89	m0313chapd01	Fragment of Select Prime Root Arma Skull	a	the	Fragments of Select Prime Root Arma Skull	\d	the	
    -_D4C6D14F54AE6498	m0313chape01	Fragment of Superb Prime Root Arma Skull	a	the	Fragments of Superb Prime Root Arma Skull	\d	the	
    -_CE80CF937F8B7C77	m0314chbdc01	Fragment of Prime Desert Bodoc Skull	a	the	Fragments of Prime Desert Bodoc Skull	\d	the	
    -_0BAFAB9E81ABA07C	m0314chbfa01	Fragment of Plain Forest Bodoc Skull	a	the	Fragments of Plain Forest Bodoc Skull	\d	the	
    -_CFFAAEA0A7E42019	m0314chbfb01	Fragment of Average Forest Bodoc Skull	a	the	Fragments of Average Forest Bodoc Skull	\d	the	
    -_0E90CB9E81AB7C77	m0314chbfc01	Fragment of Prime Forest Bodoc Skull	a	the	Fragments of Prime Forest Bodoc Skull	\d	the	
    -_D6048680AE5A0A3F	m0314chbje01	Fragment of Superb Jungle Bodoc Skull	a	the	Fragments of Superb Jungle Bodoc Skull	\d	the	
    -_985B59B52DFAD360	m0314chbld01	Fragment of Select Lakes Bodoc Skull	a	the	Fragments of Select Lakes Bodoc Skull	\d	the	
    -_39A0CB3FBAA5B714	m0314chbpd01	Fragment of Select Prime Root Bodoc Skull	a	the	Fragments of Select Prime Root Bodoc Skull	\d	the	
    -_B4D20F43BEA56F23	m0314chbpe01	Fragment of Superb Prime Root Bodoc Skull	a	the	Fragments of Superb Prime Root Bodoc Skull	\d	the	
    -_A3E12F6533A62BD5	m0315chcda01	Fragment of Plain Desert Capryni Skull	a	the	Fragments of Plain Desert Capryni Skull	\d	the	
    -_577B0304C7E3D480	m0315chcdb01	Fragment of Average Desert Capryni Skull	a	the	Fragments of Average Desert Capryni Skull	\d	the	
    -_63913766B5C62FD5	m0315chcfa01	Fragment of Plain Forest Capryni Skull	a	the	Fragments of Plain Forest Capryni Skull	\d	the	
    -_576B2F088783DC81	m0315chcfb01	Fragment of Average Forest Capryni Skull	a	the	Fragments of Average Forest Capryni Skull	\d	the	
    -_43FC561C16A30652	m0315chcjd01	Fragment of Select Jungle Capryni Skull	a	the	Fragments of Select Jungle Capryni Skull	\d	the	
    -_EDBBC3A3C61F3988	m0315chclc01	Fragment of Prime Lakes Capryni Skull	a	the	Fragments of Prime Lakes Capryni Skull	\d	the	
    -_BE1346B1052A260F	m0315chcld01	Fragment of Select Lakes Capryni Skull	a	the	Fragments of Select Lakes Capryni Skull	\d	the	
    -_CB5FBF95402BB47E	m0316ccada01	Fragment of Plain Desert Gingo Skull	a	the	Fragments of Plain Desert Gingo Skull	\d	the	
    -_D1DAAE966854041A	m0316ccadb01	Fragment of Average Desert Gingo Skull	a	the	Fragments of Average Desert Gingo Skull	\d	the	
    -_0B6FBBA0424BB47E	m0316ccafa01	Fragment of Plain Forest Gingo Skull	a	the	Fragments of Plain Forest Gingo Skull	\d	the	
    -_51CAD69AA8540025	m0316ccafb01	Fragment of Average Forest Gingo Skull	a	the	Fragments of Average Forest Gingo Skull	\d	the	
    -_0E50DBA0424B9079	m0316ccafc01	Fragment of Prime Forest Gingo Skull	a	the	Fragments of Prime Forest Gingo Skull	\d	the	
    -_96E34E85EC4B265A	m0316ccafe01	Fragment of Superb Forest Gingo Skull	a	the	Fragments of Superb Forest Gingo Skull	\d	the	
    -_D0230A8F7269523A	m0316ccajd01	Fragment of Select Jungle Gingo Skull	a	the	Fragments of Select Jungle Gingo Skull	\d	the	
    -_D4644E8FED5A0A4D	m0316ccaje01	Fragment of Superb Jungle Gingo Skull	a	the	Fragments of Superb Jungle Gingo Skull	\d	the	
    -_C49D55E3B4A08135	m0317chdda01	Fragment of Plain Desert Yubo Skull	a	the	Fragments of Plain Desert Yubo Skull	\d	the	
    -_12B1256B764C874B	m0317chddb01	Fragment of Average Desert Yubo Skull	a	the	Fragments of Average Desert Yubo Skull	\d	the	
    -_C4BD55E3B8E08135	m0317chdfa01	Fragment of Plain Forest Yubo Skull	a	the	Fragments of Plain Forest Yubo Skull	\d	the	
    -_94C14D6F765C874B	m0317chdfb01	Fragment of Average Forest Yubo Skull	a	the	Fragments of Average Forest Yubo Skull	\d	the	
    -_3CDB65DFBC608135	m0317chdja01	Fragment of Plain Jungle Yubo Skull	a	the	Fragments of Plain Jungle Yubo Skull	\d	the	
    -_96C06577B2EB5340	m0317chdjb01	Fragment of Average Jungle Yubo Skull	a	the	Fragments of Average Jungle Yubo Skull	\d	the	
    -_70B76E235D4970DC	m0317chdla01	Fragment of Plain Lakes Yubo Skull	a	the	Fragments of Plain Lakes Yubo Skull	\d	the	
    -_C03B897F12C4BB1B	m0317chdlb01	Fragment of Average Lakes Yubo Skull	a	the	Fragments of Average Lakes Yubo Skull	\d	the	
    -_1023DAD23609BAEE	m0318chfjc01	Fragment of Prime Jungle Messab Skull	a	the	Fragments of Prime Jungle Messab Skull	\d	the	
    -_5FAD4AA2F8F1BB0E	m0318chfjd01	Fragment of Select Jungle Messab Skull	a	the	Fragments of Select Jungle Messab Skull	\d	the	
    -_305355C1B26051C0	m0318chfla01	Fragment of Plain Lakes Messab Skull	a	the	Fragments of Plain Lakes Messab Skull	\d	the	
    -_D1C079BEB27BEBE5	m0318chflb01	Fragment of Average Lakes Messab Skull	a	the	Fragments of Average Lakes Messab Skull	\d	the	
    -_A0ED3297BD13B311	m0319ccdfd01	Fragment of Select Forest Torbak Skull	a	the	Fragments of Select Forest Torbak Skull	\d	the	
    -_A02E768581137B30	m0319ccdfe01	Fragment of Superb Forest Torbak Skull	a	the	Fragments of Superb Forest Torbak Skull	\d	the	
    -_10A2D6CB3859D6F8	m0319ccdjc01	Fragment of Prime Jungle Torbak Skull	a	the	Fragments of Prime Jungle Torbak Skull	\d	the	
    -_614D22A1FAA2BBFE	m0319ccdjd01	Fragment of Select Jungle Torbak Skull	a	the	Fragments of Select Jungle Torbak Skull	\d	the	
    -_3630A763F1203E61	m0319ccdle01	Fragment of Superb Lakes Torbak Skull	a	the	Fragments of Superb Lakes Torbak Skull	\d	the	
    -_62888F90638ACD56	m0319ccdlf01	Fragment of Magnificient Lakes Torbak Skull	a	the	Fragments of Magnificient Lakes Torbak Skull	\d	the	
    -_9F6E4E867F43C317	m0320chgdd01	Fragment of Select Desert Lumper Skull	a	the	Fragments of Select Desert Lumper Skull	\d	the	
    -_9FAF927443438B36	m0320chgde01	Fragment of Superb Desert Lumper Skull	a	the	Fragments of Superb Desert Lumper Skull	\d	the	
    -_5B2797BAA9E67864	m0320chgpd01	Fragment of Select Prime Root Lumper Skull	a	the	Fragments of Select Prime Root Lumper Skull	\d	the	
    -_5E30D8ED30E44620	m0320chgpf01	Fragment of Magnificient Prime Root Lumper Skull	a	the	Fragments of Magnificient Prime Root Lumper Skull	\d	the	
    -_0E60D3937C1B9874	m0321cbadc01	Fragment of Prime Desert Igara Skull	a	the	Fragments of Prime Desert Igara Skull	\d	the	
    -_95522A6E706A6A34	m0321cbadd01	Fragment of Select Desert Igara Skull	a	the	Fragments of Select Desert Igara Skull	\d	the	
    -_0E5ABA916884E012	m0321cbajb01	Fragment of Average Jungle Igara Skull	a	the	Fragments of Average Jungle Igara Skull	\d	the	
    -_D3732E84F1795227	m0321cbajd01	Fragment of Select Jungle Igara Skull	a	the	Fragments of Select Jungle Igara Skull	\d	the	
    -_049D55DFB3E00130	m0322cbbda01	Fragment of Plain Desert Izam Skull	a	the	Fragments of Plain Desert Izam Skull	\d	the	
    -_12E1E170F1EC8744	m0322cbbdb01	Fragment of Average Desert Izam Skull	a	the	Fragments of Average Desert Izam Skull	\d	the	
    -_098F9B6F2AAA8DBD	m0322cbbdd01	Fragment of Select Desert Izam Skull	a	the	Fragments of Select Desert Izam Skull	\d	the	
    -_7CDB65DBBBA00130	m0322cbbja01	Fragment of Plain Jungle Izam Skull	a	the	Fragments of Plain Jungle Izam Skull	\d	the	
    -_96F0217C2D8B5339	m0322cbbjb01	Fragment of Average Jungle Izam Skull	a	the	Fragments of Average Jungle Izam Skull	\d	the	
    -_7EDB9DDBBBA0011E	m0322cbbjc01	Fragment of Prime Jungle Izam Skull	a	the	Fragments of Prime Jungle Izam Skull	\d	the	
    -_6DF75E2B5DC96CD1	m0322cbblc01	Fragment of Prime Lakes Izam Skull	a	the	Fragments of Prime Lakes Izam Skull	\d	the	
    -_9C38CE13EAC88ADA	m0322cbbld01	Fragment of Select Lakes Izam Skull	a	the	Fragments of Select Lakes Izam Skull	\d	the	
    -_16E62157954DDC7C	m0322cbbpd01	Fragment of Select Prime Root Izam Skull	a	the	Fragments of Select Prime Root Izam Skull	\d	the	
    -_1606A157964E948B	m0322cbbpe01	Fragment of Superb Prime Root Izam Skull	a	the	Fragments of Superb Prime Root Izam Skull	\d	the	
    -_46DB72091B822243	m0323chhdd01	Fragment of Select Desert Mektoub Skull	a	the	Fragments of Select Desert Mektoub Skull	\d	the	
    -_63313F7273D693C6	m0323chhfc01	Fragment of Prime Forest Mektoub Skull	a	the	Fragments of Prime Forest Mektoub Skull	\d	the	
    -_06DB6E15DB821E4D	m0323chhfd01	Fragment of Select Forest Mektoub Skull	a	the	Fragments of Select Forest Mektoub Skull	\d	the	
    -_9DA1377237E557CB	m0323chhja01	Fragment of Plain Jungle Mektoub Skull	a	the	Fragments of Plain Jungle Mektoub Skull	\d	the	
    -_94E9330CCC93A489	m0323chhjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_C443AEA2446AEE23	m0323chhle01	Fragment of Superb Lakes Mektoub Skull	a	the	Fragments of Superb Lakes Mektoub Skull	\d	the	
    -_AEFA1ABB2F120052	m0323chhpf01	Fragment of Magnificient Prime Root Mektoub Skull	a	the	Fragments of Magnificient Prime Root Mektoub Skull	\d	the	
    -_142B0BFE4D92C88F	m0323chidb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37020D32D090	m0323chifb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C0C93A489	m0323chijb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78ADF2880C2	m0323chilb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_142B0BFE8D92C88F	m0323chjdb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37024D32D090	m0323chjfb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C4C93A489	m0323chjjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78A1F2880C2	m0323chjlb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_4BB003A77F7CE07C	m0324ccefa01	Fragment of Plain Forest Ragus Skull	a	the	Fragments of Plain Forest Ragus Skull	\d	the	
    -_905CBA926C95381C	m0324ccefb01	Fragment of Average Forest Ragus Skull	a	the	Fragments of Average Forest Ragus Skull	\d	the	
    -_9669AB9DB41E25CC	m0324cceff01	Fragment of Magnificent Forest Ragus Skull	a	the	Fragments of Magnificent Forest Ragus Skull	\d	the	
    -_C65FFBAD02BCE06D	m0324cceja01	Fragment of Plain Jungle Ragus Skull	a	the	Fragments of Plain Jungle Ragus Skull	\d	the	
    -_111BD28BABB5EC1B	m0324ccejb01	Fragment of Average Jungle Ragus Skull	a	the	Fragments of Average Jungle Ragus Skull	\d	the	
    -_C9401BAD02BCBC68	m0324ccejc01	Fragment of Prime Jungle Ragus Skull	a	the	Fragments of Prime Jungle Ragus Skull	\d	the	
    -_B157C521338EEE8F	m0324ccelc01	Fragment of Prime Lakes Ragus Skull	a	the	Fragments of Prime Lakes Ragus Skull	\d	the	
    -_D85B59D5F20A6380	m0324cceld01	Fragment of Select Lakes Ragus Skull	a	the	Fragments of Select Lakes Ragus Skull	\d	the	
    -_6DCBC199812269C8	m0324ccepf01	Fragment of Magnificent Prime Root Ragus Skull	a	the	Fragments of Magnificent Prime Root Ragus Skull	\d	the	
    -_8F13D292B1D9522C	m0325ccfjd01	Fragment of Select Jungle Najab Skull	a	the	Fragments of Select Jungle Najab Skull	\d	the	
    -_935416922CCA0A3F	m0325ccfje01	Fragment of Superb Jungle Najab Skull	a	the	Fragments of Superb Jungle Najab Skull	\d	the	
    -_96877383E84045C5	m0325ccfjf01	Fragment of Magnificient Jungle Najab Skull	a	the	Fragments of Magnificient Jungle Najab Skull	\d	the	
    -_74E0DB257C166B5B	m0325ccflf01	Fragment of Magnificient Lakes Najab Skull	a	the	Fragments of Magnificient Lakes Najab Skull	\d	the	
    -_EEF2D74FBF453729	m0325ccfpe01	Fragment of Superb Prime Root Najab Skull	a	the	Fragments of Superb Prime Root Najab Skull	\d	the	
    -_5DBF76744133BF2D	m0326chkde01	Fragment of Superb Desert Timari Skull	a	the	Fragments of Superb Desert Timari Skull	\d	the	
    -_F1DCE55C7D2DA3F2	m0326chkdf01	Fragment of Magnificient Desert Timari Skull	a	the	Fragments of Magnificient Desert Timari Skull	\d	the	
    -_E0FE1E9C3AD2FFFA	m0326chkjd01	Fragment of Select Jungle Timari Skull	a	the	Fragments of Select Jungle Timari Skull	\d	the	
    -_E03F628AFED2C719	m0326chkje01	Fragment of Superb Jungle Timari Skull	a	the	Fragments of Superb Jungle Timari Skull	\d	the	
    -_687CF9A2FCD3A1D4	m0327ccgpf01	Fragment of Magnificient Prime Root Vorax Skull	a	the	Fragments of Magnificient Prime Root Vorax Skull	\d	the	
    -_899658DA674BF537	m0328chldf01	Fragment of Magnificient Desert Yelk Skull	a	the	Fragments of Magnificient Desert Yelk Skull	\d	the	
    -_4AA12773ECEA81D3	m0328chlfe01	Fragment of Superb Forest Yelk Skull	a	the	Fragments of Superb Forest Yelk Skull	\d	the	
    -_89965CDD27DB2539	m0328chlff01	Fragment of Magnificient Forest Yelk Skull	a	the	Fragments of Magnificient Forest Yelk Skull	\d	the	
    -_A038CE13ECB862DB	m0328chlld01	Fragment of Select Lakes Yelk Skull	a	the	Fragments of Select Lakes Yelk Skull	\d	the	
    -_64792223ECB81AD8	m0328chlle01	Fragment of Superb Lakes Yelk Skull	a	the	Fragments of Superb Lakes Yelk Skull	\d	the	
    -_D1E7CD421DAE8C9C	m0328chlpe01	Fragment of Superb Prime Root Yelk Skull	a	the	Fragments of Superb Prime Root Yelk Skull	\d	the	
    -_0A53057AD5E5B588	m0328chlpf01	Fragment of Magnificient Prime Root Yelk Skull	a	the	Fragments of Magnificient Prime Root Yelk Skull	\d	the	
    -_62BD5A8BBBF4E719	m0329cchdd01	Fragment of Select Desert Varinx Skull	a	the	Fragments of Select Desert Varinx Skull	\d	the	
    -_62FE9E797FF4AF38	m0329cchde01	Fragment of Superb Desert Varinx Skull	a	the	Fragments of Superb Desert Varinx Skull	\d	the	
    -_5BC813CA6C863868	m0329cchpe01	Fragment of Superb Prime Root Varinx Skull	a	the	Fragments of Superb Prime Root Varinx Skull	\d	the	
    -_BEDB9DE5FD9E811C	m0330cbcjc01	Fragment of Prime Jungle Yber Skull	a	the	Fragments of Prime Jungle Yber Skull	\d	the	
    -_B1866E231C1A7CC5	m0330cbcla01	Fragment of Plain Lakes Yber Skull	a	the	Fragments of Plain Lakes Yber Skull	\d	the	
    -_403B89855302BB14	m0330cbclb01	Fragment of Average Lakes Yber Skull	a	the	Fragments of Average Lakes Yber Skull	\d	the	
    -_B2769E2B9D1A7CBC	m0330cbclc01	Fragment of Prime Lakes Yber Skull	a	the	Fragments of Prime Lakes Yber Skull	\d	the	
    -_49400B6BEBCB8DBC	m0331ccidd01	Fragment of Select Desert Zerx Skull	a	the	Fragments of Select Desert Zerx Skull	\d	the	
    -_099658DAEA2D0D31	m0331ccidf01	Fragment of Magnificient Desert Zerx Skull	a	the	Fragments of Magnificient Desert Zerx Skull	\d	the	
    -_09A504DC29DD6537	m0331ccijf01	Fragment of Magnificient Jungle Zerx Skull	a	the	Fragments of Magnificient Jungle Zerx Skull	\d	the	
    -_2038CE136F9A7AD5	m0331ccild01	Fragment of Select Lakes Zerx Skull	a	the	Fragments of Select Lakes Zerx Skull	\d	the	
    -_E47922236F9A32D2	m0331ccile01	Fragment of Superb Lakes Zerx Skull	a	the	Fragments of Superb Lakes Zerx Skull	\d	the	
    -_11A865429B5D088C	m0331ccipd01	Fragment of Select Prime Root Zerx Skull	a	the	Fragments of Select Prime Root Zerx Skull	\d	the	
    -_ECD7FCDC7E4DAD40	m0335ccjca01	Fragment of Basic Javing Wing	a	the	Fragments of Basic Javing Wing	\d	the	
    -_D9E631B756F40750	m0335ccjcb01	Fragment of Fine Javing Wing	a	the	Fragments of Fine Javing Wing	\d	the	
    -_B8464EDA0DE43BD2	m0335ccjfd01	Fragment of Excellent Forest Javing Wing	a	the	Fragments of Excellent Forest Javing Wing	\d	the	
    -_930A9A797A037F71	m0335ccjfe01	Fragment of Supreme Forest Javing Wing	a	the	Fragments of Supreme Forest Javing Wing	\d	the	
    -_D865A822EBBC6460	m0336ccbca01	Fragment of Basic Clopper Shell	a	the	Fragments of Basic Clopper Shell	\d	the	
    -_68927DC5BA9CF2F7	m0336ccbcb01	Fragment of Fine Clopper Shell	a	the	Fragments of Fine Clopper Shell	\d	the	
    -_857C2EFD98D3E23A	m0336ccbdc01	Fragment of Choice Desert Clopper Shell	a	the	Fragments of Choice Desert Clopper Shell	\d	the	
    -_ED75F73B1A4DC5D4	m0336ccbdd01	Fragment of Excellent Desert Clopper Shell	a	the	Fragments of Excellent Desert Clopper Shell	\d	the	
    -_95FDB315CA71787C	m0336ccbde01	Fragment of Supreme Desert Clopper Shell	a	the	Fragments of Supreme Desert Clopper Shell	\d	the	
    -_BE43228784C81A1C	m0336ccblc01	Fragment of Choice Lakes Clopper Shell	a	the	Fragments of Choice Lakes Clopper Shell	\d	the	
    -_9F7435871CC0DE9A	m0338cchca01	Basic Varinx Bone	a	the	Basic Varinx Bones	\d	the	
    -_C7258E54C925D2AA	m0338cchcb01	Fine Varinx Bone	a	the	Fine Varinx Bones	\d	the	
    -_081D6B40C02B9872	m0338cchdc01	Choice Desert Varinx Bone	a	the	Choice Desert Varinx Bones	\d	the	
    -_1FCAF91B9D90731F	m0338cchdd01	Excellent Desert Varinx Bone	an	the	Excellent Desert Varinx Bones	\d	the	
    -_3B27864FA0AA3D5D	m0338cchde01	Supreme Desert Varinx Bone	a	the	Supreme Desert Varinx Bones	\d	the	
    -_DAA3C0D4669F1885	m0338cchpc01	Choice Prime Root Varinx Bone	a	the	Choice Prime Root Varinx Bones	\d	the	
    -_AF8A6EDEF32CFCDD	m0338cchpd01	Excellent Prime Root Varinx Bone	an	the	Excellent Prime Root Varinx Bones	\d	the	
    -_0B057CB1F836D8BD	m0338cchpe01	Supreme Prime Root Varinx Bone	a	the	Supreme Prime Root Varinx Bones	\d	the	
    -_86437598C643BDEF	m0339ccaca01	Basic Gingo Bone	a	the	Basic Gingo Bones	\d	the	
    -_EE9CED9FC891CA0F	m0339ccacb01	Fine Gingo Bone	a	the	Fine Gingo Bones	\d	the	
    -_0130C93F2A42FBC9	m0339ccafd01	Excellent Forest Gingo Bone	an	the	Excellent Forest Gingo Bones	\d	the	
    -_3AEE84057E62D44E	m0339ccafe01	Supreme Forest Gingo Bone	a	the	Supreme Forest Gingo Bones	\d	the	
    -_337AE77A737A27CA	m0339ccajc01	Choice Jungle Gingo Bone	a	the	Choice Jungle Gingo Bones	\d	the	
    -_794ED93B2EC2FBC9	m0339ccajd01	Excellent Jungle Gingo Bone	an	the	Excellent Jungle Gingo Bones	\d	the	
    -_5FDF6C92132C83A7	m0341cckca01	Basic Cuttler Bone	a	the	Basic Cuttler Bones	\d	the	
    -_2216DE572111FD8F	m0341cckcb01	Fine Cuttler Bone	a	the	Fine Cuttler Bones	\d	the	
    -_0E471A270888356E	m0341cckdc01	Choice Desert Cuttler Bone	a	the	Choice Desert Cuttler Bones	\d	the	
    -_DE406F3CAD8B7568	m0341cckde01	Supreme Desert Cuttler Bone	a	the	Supreme Desert Cuttler Bones	\d	the	
    -_4EE7222948883578	m0341cckfc01	Choice Forest Cuttler Bone	a	the	Choice Forest Cuttler Bones	\d	the	
    -_3589A9174C128D43	m0341cckfd01	Excellent Forest Cuttler Bone	an	the	Excellent Forest Cuttler Bones	\d	the	
    -_5E406F3FED7B9974	m0341cckfe01	Supreme Forest Cuttler Bone	a	the	Supreme Forest Cuttler Bones	\d	the	
    -_C535AD91C535F5E2	m0343cceca01	Basic Ragus Bone	a	the	Basic Ragus Bones	\d	the	
    -_6D1C19A34D21BA22	m0343ccecb01	Fine Ragus Bone	a	the	Fine Ragus Bones	\d	the	
    -_C27E64108043B844	m0343ccefe01	Supreme Forest Ragus Bone	a	the	Supreme Forest Ragus Bones	\d	the	
    -_726C1F73726C5FBD	m0343ccejc01	Choice Jungle Ragus Bone	a	the	Choice Jungle Ragus Bones	\d	the	
    -_C1DF380D0011B44A	m0343cceje01	Supreme Jungle Ragus Bone	a	the	Supreme Jungle Ragus Bones	\d	the	
    -_F005DE12EBADC7AC	m0343ccelc01	Choice Lakes Ragus Bone	a	the	Choice Lakes Ragus Bones	\d	the	
    -_FE8BF02C0741984A	m0343cceld01	Excellent Lakes Ragus Bone	an	the	Excellent Lakes Ragus Bones	\d	the	
    -_CE998F7E3FFA04E8	m0343ccele01	Supreme Lakes Ragus Bone	a	the	Supreme Lakes Ragus Bones	\d	the	
    -_99D4F00CD8B46534	m0343ccepe01	Supreme Prime Root Ragus Bone	a	the	Supreme Prime Root Ragus Bones	\d	the	
    -_58B20D7E21B853B0	m0345chkca01	Basic Timari Tooth	a	the	Basic Timari Teeth	\d	the	
    -_E3B6968A8A84E631	m0345chkcb01	Fine Timari Tooth	a	the	Fine Timari Teeth	\d	the	
    -_22C895F81AC43C7E	m0345chkdd01	Excellent Desert Timari Tooth	an	the	Excellent Desert Timari Teeth	\d	the	
    -_EC66BBDF2E0A5D75	m0345chkje01	Supreme Jungle Timari Tooth	a	the	Supreme Jungle Timari Teeth	\d	the	
    -_453575954535BDE9	m0346cceca01	Basic Ragus Fang	a	the	Basic Ragus Fangs	\d	the	
    -_EA7C19954E21C225	m0346ccecb01	Fine Ragus Fang	a	the	Fine Ragus Fangs	\d	the	
    -_C29E7C10FD83B849	m0346ccefe01	Supreme Forest Ragus Fang	a	the	Supreme Forest Ragus Fangs	\d	the	
    -_F26CE777F26C27C4	m0346ccejc01	Choice Jungle Ragus Fang	a	the	Choice Jungle Ragus Fangs	\d	the	
    -_C1FF500D7D51B44F	m0346cceje01	Supreme Jungle Ragus Fang	a	the	Supreme Jungle Ragus Fangs	\d	the	
    -_7005AE1668EDC7AF	m0346ccelc01	Choice Lakes Ragus Fang	a	the	Choice Lakes Ragus Fangs	\d	the	
    -_FECB001E0841984F	m0346cceld01	Excellent Lakes Ragus Fang	an	the	Excellent Lakes Ragus Fangs	\d	the	
    -_4BF98F7040FA0CEB	m0346ccele01	Supreme Lakes Ragus Fang	a	the	Supreme Lakes Ragus Fangs	\d	the	
    -_99D4F80E55147537	m0346ccepe01	Supreme Prime Root Ragus Fang	a	the	Supreme Prime Root Ragus Fangs	\d	the	
    -_47433D9C464385F1	m0347ccaca01	Basic Gingo Fang	a	the	Basic Gingo Fangs	\d	the	
    -_ACFCED91C991D20D	m0347ccacb01	Fine Gingo Fang	a	the	Fine Gingo Fangs	\d	the	
    -_4430C93F2A82FBAB	m0347ccafd01	Excellent Forest Gingo Fang	an	the	Excellent Forest Gingo Fangs	\d	the	
    -_7B0E9C05FBA2D44E	m0347ccafe01	Supreme Forest Gingo Fang	a	the	Supreme Forest Gingo Fangs	\d	the	
    -_F47AAF7EF37AEFCC	m0347ccajc01	Choice Jungle Gingo Fang	a	the	Choice Jungle Gingo Fangs	\d	the	
    -_BC4ED93B2E02FBAB	m0347ccajd01	Excellent Jungle Gingo Fang	an	the	Excellent Jungle Gingo Fangs	\d	the	
    -_5C1F3496132C8BAE	m0348cckca01	Basic Cuttler Fang	a	the	Basic Cuttler Fangs	\d	the	
    -_2236F6579E51FD98	m0348cckcb01	Fine Cuttler Fang	a	the	Fine Cuttler Fangs	\d	the	
    -_0B87E22B08883D75	m0348cckdc01	Choice Desert Cuttler Fang	a	the	Choice Desert Cuttler Fangs	\d	the	
    -_5C806F3CADAB7D61	m0348cckde01	Supreme Desert Cuttler Fang	a	the	Supreme Desert Cuttler Fangs	\d	the	
    -_4B27EA2D48883D7F	m0348cckfc01	Choice Forest Cuttler Fang	a	the	Choice Forest Cuttler Fangs	\d	the	
    -_35A9A90B4D329D4A	m0348cckfd01	Excellent Forest Cuttler Fang	an	the	Excellent Forest Cuttler Fangs	\d	the	
    -_DC806F3FED9BA16D	m0348cckfe01	Supreme Forest Cuttler Fang	a	the	Supreme Forest Cuttler Fangs	\d	the	
    -_465445A209548DF9	m0349ccpca01	Basic Yetin Fang	a	the	Basic Yetin Fangs	\d	the	
    -_2EBC35900EF2BE23	m0349ccpcb01	Fine Yetin Fang	a	the	Fine Yetin Fangs	\d	the	
    -_B36BC789766B07DD	m0349ccpfc01	Choice Forest Yetin Fang	a	the	Choice Forest Yetin Fangs	\d	the	
    -_80D06014FF90E851	m0349ccpje01	Supreme Jungle Yetin Fang	a	the	Supreme Jungle Yetin Fangs	\d	the	
    -_1BA2FD771EA77FA0	m0350chfca01	Basic Messab Tooth	a	the	Basic Messab Teeth	\d	the	
    -_E265C29048A3A23E	m0350chfcb01	Fine Messab Tooth	a	the	Fine Messab Teeth	\d	the	
    -_0A0BC30392320579	m0350chfjc01	Choice Jungle Messab Tooth	a	the	Choice Jungle Messab Teeth	\d	the	
    -_DAC7B10D9CE4E46C	m0350chfjd01	Excellent Jungle Messab Tooth	an	the	Excellent Jungle Messab Teeth	\d	the	
    -_4592E81E3D50EC09	m0350chfle01	Supreme Lakes Messab Tooth	a	the	Supreme Lakes Messab Teeth	\d	the	
    -_7A4B60D58E529AEC	m0356ccica01	Basic Zerx Fang	a	the	Basic Zerx Fangs	\d	the	
    -_C18A6912C6F1E134	m0356ccicb01	Fine Zerx Fang	a	the	Fine Zerx Fangs	\d	the	
    -_BAB02FF27236F4D6	m0356ccidd01	Excellent Desert Zerx Fang	an	the	Excellent Desert Zerx Fangs	\d	the	
    -_66BF645D27BF9CB0	m0356ccide01	Supreme Desert Zerx Fang	a	the	Supreme Desert Zerx Fangs	\d	the	
    -_F65E1FF535970CD6	m0356ccijd01	Excellent Jungle Zerx Fang	an	the	Excellent Jungle Zerx Fangs	\d	the	
    -_E66E6863A76EA0B0	m0356ccije01	Supreme Jungle Zerx Fang	a	the	Supreme Jungle Zerx Fangs	\d	the	
    -_A5898FF4E3389B8B	m0356ccilc01	Choice Lakes Zerx Fang	a	the	Choice Lakes Zerx Fangs	\d	the	
    -_FAE5FFDD5796841F	m0356ccipc01	Choice Prime Root Zerx Fang	a	the	Choice Prime Root Zerx Fangs	\d	the	
    -_8B2861CCFE7758C7	m0356ccipd01	Excellent Prime Root Zerx Fang	an	the	Excellent Prime Root Zerx Fangs	\d	the	
    -_2146F30F264075E6	m0356ccipe01	Supreme Prime Root Zerx Fang	a	the	Supreme Prime Root Zerx Fangs	\d	the	
    -_9DA485865000068D	m0359chfca01	Basic Messab Nail	a	the	Basic Messab Nails	\d	the	
    -_4AB4FE6A4A0442C1	m0359chfcb01	Fine Messab Nail	a	the	Fine Messab Nails	\d	the	
    -_07FCFB3C738B706F	m0359chfjc01	Choice Jungle Messab Nail	a	the	Choice Jungle Messab Nails	\d	the	
    -_D558E13E63BF471D	m0359chfjd01	Excellent Jungle Messab Nail	an	the	Excellent Jungle Messab Nails	\d	the	
    -_EEE17431EE31AC7F	m0359chfle01	Supreme Lakes Messab Nail	a	the	Supreme Lakes Messab Nails	\d	the	
    -_6CE604E9828EA531	m0363chuca01	Fragment of Basic Wombai Skin	a	the	Fragments of Basic Wombai Skin	\d	the	
    -_1B36E1AEDBC5334A	m0363chucb01	Fragment of Fine Wombai Skin	a	the	Fragments of Fine Wombai Skin	\d	the	
    -_3B665EDE4FD4FFB6	m0363chujd01	Fragment of Excellent Jungle Wombai Skin	a	the	Fragments of Excellent Jungle Wombai Skin	\d	the	
    -_D44A9A7BC063176E	m0363chuje01	Fragment of Supreme Jungle Wombai Skin	a	the	Fragments of Supreme Jungle Wombai Skin	\d	the	
    -_CF55B7916C5A4375	m0363chulc01	Fragment of Choice Lakes Wombai Skin	a	the	Fragments of Choice Lakes Wombai Skin	\d	the	
    -_12E407303CF17D21	m0363chule01	Fragment of Supreme Lakes Wombai Skin	a	the	Fragments of Supreme Lakes Wombai Skin	\d	the	
    -_AFE638D3C13DA533	m0364chrca01	Fragment of Basic Bolobi Skin	a	the	Fragments of Basic Bolobi Skin	\d	the	
    -_1B4619BADA74DF4B	m0364chrcb01	Fragment of Fine Bolobi Skin	a	the	Fragments of Fine Bolobi Skin	\d	the	
    -_3A164ED351F4FBD7	m0364chrfd01	Fragment of Excellent Forest Bolobi Skin	a	the	Fragments of Excellent Forest Bolobi Skin	\d	the	
    -_930A7E827B53976F	m0364chrfe01	Fragment of Supreme Forest Bolobi Skin	a	the	Fragments of Supreme Forest Bolobi Skin	\d	the	
    -_58BA4998CE428B22	m0364chrld01	Fragment of Excellent Lakes Bolobi Skin	a	the	Fragments of Excellent Lakes Bolobi Skin	\d	the	
    -_EE4720E53CED8933	m0365chfca01	Fragment of Basic Messab Skin	a	the	Fragments of Basic Messab Skin	\d	the	
    -_59C625C516840B4C	m0365chfcb01	Fragment of Fine Messab Skin	a	the	Fragments of Fine Messab Skin	\d	the	
    -_66E326822745CFFB	m0365chfjc01	Fragment of Choice Jungle Messab Skin	a	the	Fragments of Choice Jungle Messab Skin	\d	the	
    -_FAC67AE409C3FFC9	m0365chfjd01	Fragment of Excellent Jungle Messab Skin	a	the	Fragments of Excellent Jungle Messab Skin	\d	the	
    -_50744B4777B05523	m0365chfle01	Fragment of Supreme Lakes Messab Skin	a	the	Fragments of Supreme Lakes Messab Skin	\d	the	
    -_C12B65CCC194C7C6	m0366cbcca01	Fragment of Basic Yber Wing	a	the	Fragments of Basic Yber Wing	\d	the	
    -_F0FE7F540E92A5BA	m0366cbccb01	Fragment of Fine Yber Wing	a	the	Fragments of Fine Yber Wing	\d	the	
    -_050E827DF19E0269	m0366cbcld01	Fragment of Excellent Lakes Yber Wing	a	the	Fragments of Excellent Lakes Yber Wing	\d	the	
    -_E5FCF5236CEAEF8C	m0366cbcle01	Fragment of Supreme Lakes Yber Wing	a	the	Fragments of Supreme Lakes Yber Wing	\d	the	
    -_6A87C8DE3D3D8935	m0367chnca01	Fragment of Basic Bawaab Skin	a	the	Fragments of Basic Bawaab Skin	\d	the	
    -_59C6DDB71894DF4E	m0367chncb01	Fragment of Fine Bawaab Skin	a	the	Fragments of Fine Bawaab Skin	\d	the	
    -_A4A2CE712786EB0A	m0367chnfc01	Fragment of Choice Forest Bawaab Skin	a	the	Fragments of Choice Forest Bawaab Skin	\d	the	
    -_3A2616DECD84F7CC	m0367chnfd01	Fragment of Excellent Forest Bawaab Skin	a	the	Fragments of Excellent Forest Bawaab Skin	\d	the	
    -_51E9C26DF7631375	m0367chnje01	Fragment of Supreme Jungle Bawaab Skin	a	the	Fragments of Supreme Jungle Bawaab Skin	\d	the	
    -_6A0AE94F70F63516	m0368ccnca01	Fragment of Basic Horncher Shell	a	the	Fragments of Basic Horncher Shell	\d	the	
    -_195539E26EACF122	m0368ccncb01	Fragment of Fine Horncher Shell	a	the	Fragments of Fine Horncher Shell	\d	the	
    -_4E75A735598F8BD0	m0368ccnfc01	Fragment of Choice Forest Horncher Shell	a	the	Fragments of Choice Forest Horncher Shell	\d	the	
    -_85ACA2B07241D0E6	m0368ccnlc01	Fragment of Choice Lakes Horncher Shell	a	the	Fragments of Choice Lakes Horncher Shell	\d	the	
    -_BD82AFA912D95BE0	m0368ccnle01	Fragment of Supreme Lakes Horncher Shell	a	the	Fragments of Supreme Lakes Horncher Shell	\d	the	
    -_77A5E459E869FF44	m0368ccnpc01	Fragment of Choice Prime Root Horncher Shell	a	the	Fragments of Choice Prime Root Horncher Shell	\d	the	
    -_48FB23879E694CD6	m0368ccnpe01	Fragment of Supreme Prime Root Horncher Shell	a	the	Fragments of Supreme Prime Root Horncher Shell	\d	the	
    -_E6C70135E00A17C9	m0369ccfca01	Basic Najab Leather	a	the	Basic Najab Leathers	\d	the	
    -_1C2A52E75F38B77C	m0369ccfcb01	Fine Najab Leather	a	the	Fine Najab Leathers	\d	the	
    -_9A648D6F753DC590	m0369ccfjd01	Excellent Jungle Najab Leather	an	the	Excellent Jungle Najab Leathers	\d	the	
    -_7DA421F71D376DB1	m0369ccfje01	Supreme Jungle Najab Leather	a	the	Supreme Jungle Najab Leathers	\d	the	
    -_BA18F4C78493C329	m0369ccflc01	Choice Lakes Najab Leather	a	the	Choice Lakes Najab Leathers	\d	the	
    -_91735DAD612824CC	m0369ccfld01	Excellent Lakes Najab Leather	an	the	Excellent Lakes Najab Leathers	\d	the	
    -_97B86D4FFB4E06F9	m0369ccfpe01	Supreme Prime Root Najab Leather	a	the	Supreme Prime Root Najab Leather	\d	the	
    -_5AC6A22EA0A9B380	m0371cbbca01	Basic Izam Leather	a	the	Basic Izam Leathers	\d	the	
    -_D416069C71B7717B	m0371cbbcb01	Fine Izam Leather	a	the	Fine Izam Leathers	\d	the	
    -_E8143B2E7FDB488E	m0371cbbdd01	Excellent Desert Izam Leather	an	the	Excellent Desert Izam Leathers	\d	the	
    -_9882D025D8071C5D	m0371cbbde01	Supreme Desert Izam Leather	a	the	Supreme Desert Izam Leathers	\d	the	
    -_2FBBA7B4F2A251FB	m0371cbblc01	Choice Lakes Izam Leather	a	the	Choice Lakes Izam Leathers	\d	the	
    -_69E9C3872F0ABABD	m0371cbbpe01	Supreme Prime Root Izam Leather	a	the	Supreme Prime Root Izam Leathers	\d	the	
    -_A7770134E35A73B4	m0372cbaca01	Basic Igara Leather	a	the	Basic Igara Leathers	\d	the	
    -_9B3A3EE71E18F77D	m0372cbacb01	Fine Igara Leather	a	the	Fine Igara Leathers	\d	the	
    -_5B148980F27DF580	m0372cbajd01	Excellent Jungle Igara Leather	an	the	Excellent Jungle Igara Leathers	\d	the	
    -_7C9465EE1DE849B0	m0372cbaje01	Supreme Jungle Igara Leather	a	the	Supreme Jungle Igara Leathers	\d	the	
    -_1CD395828F00BE8C	m0374chnca01	Basic Bawaab Nail	a	the	Basic Bawaab Nails	\d	the	
    -_CB74D2584DC416AA	m0374chncb01	Fine Bawaab Nail	a	the	Fine Bawaab Nails	\d	the	
    -_056CF33F736B746F	m0374chnfc01	Choice Forest Bawaab Nail	a	the	Choice Forest Bawaab Nails	\d	the	
    -_DAA9A12AE28F1B27	m0374chnfd01	Excellent Forest Bawaab Nail	an	the	Excellent Forest Bawaab Nails	\d	the	
    -_BBF7C2459A67814D	m0374chnje01	Supreme Jungle Bawaab Nail	a	the	Supreme Jungle Bawaab Nails	\d	the	
    -_36A739930F7E52F9	m0376cckca01	Basic Cuttler Leather	a	the	Basic Cuttler Leathers	\d	the	
    -_D35D27C036D130DB	m0376cckcb01	Fine Cuttler Leather	a	the	Fine Cuttler Leathers	\d	the	
    -_E3BEBF6EBC95D0D3	m0376cckdc01	Choice Desert Cuttler Leather	a	the	Choice Desert Cuttler Leathers	\d	the	
    -_1127D6FA63B46ABF	m0376cckde01	Supreme Desert Cuttler Leather	a	the	Supreme Desert Cuttler Leathers	\d	the	
    -_A3BEBB7A7C95CCDD	m0376cckfc01	Choice Forest Cuttler Leather	a	the	Choice Forest Cuttler Leathers	\d	the	
    -_634016B2CD529A3D	m0376cckfd01	Excellent Forest Cuttler Leather	an	the	Excellent Forest Cuttler Leathers	\d	the	
    -_D1C7DEFD63A496C1	m0376cckfe01	Supreme Forest Cuttler Leather	a	the	Supreme Forest Cuttler Leathers	\d	the	
    -_2EC738E1FB2D5D36	m0378chfca01	Fragment of Basic Messab Hoof	a	the	Fragments of Basic Messab Hoof	\d	the	
    -_99C625BD9524EF44	m0378chfcb01	Fragment of Fine Messab Hoof	a	the	Fragments of Fine Messab Hoof	\d	the	
    -_A6633E7EE685A3FE	m0378chfjc01	Fragment of Choice Jungle Messab Hoof	a	the	Fragments of Choice Jungle Messab Hoof	\d	the	
    -_38268AD18A03D3CC	m0378chfjd01	Fragment of Excellent Jungle Messab Hoof	a	the	Fragments of Excellent Jungle Messab Hoof	\d	the	
    -_90744B3FF650391B	m0378chfle01	Fragment of Supreme Lakes Messab Hoof	a	the	Fragments of Supreme Lakes Messab Hoof	\d	the	
    -_F29748D4C17DBD3D	m0380choca01	Fragment of Basic Frippo Skin	a	the	Fragments of Basic Frippo Skin	\d	the	
    -_1D8755B819E5EF47	m0380chocb01	Fragment of Fine Frippo Skin	a	the	Fragments of Fine Frippo Skin	\d	the	
    -_5C313D716577539F	m0383chxca01	Basic Gubani Tooth	a	the	Basic Gubani Teeth	\d	the	
    -_2136627FD1B3D62F	m0383chxcb01	Fine Gubani Tooth	a	the	Fine Gubani Teeth	\d	the	
    -_4B9A03FDD902D978	m0383chxjc01	Choice Jungle Gubani Tooth	a	the	Choice Jungle Gubani Teeth	\d	the	
    -_AC95BBDF71C93174	m0383chxje01	Supreme Jungle Gubani Tooth	a	the	Supreme Jungle Gubani Teeth	\d	the	
    -_1FCF1DC8F3E6AD54	m0383chxpc01	Choice Prime Root Gubani Tooth	a	the	Choice Prime Root Gubani Teeth	\d	the	
    -_2A8BB93C772C3906	m0383chxpd01	Excellent Prime Root Gubani Tooth	an	the	Excellent Prime Root Gubani Teeth	\d	the	
    -_1AB4B06EFBD52185	m0383chxpe01	Supreme Prime Root Gubani Tooth	a	the	Supreme Prime Root Gubani Teeth	\d	the	
    -_3D3A60E3103266F1	m0384cclca01	Basic Ocyx Bone	a	the	Basic Ocyx Bones	\d	the	
    -_016A6D0E0AB1FD30	m0384cclcb01	Fine Ocyx Bone	a	the	Fine Ocyx Bones	\d	the	
    -_6B6382D2458BCFBC	m0384ccldc01	Choice Desert Ocyx Bone	a	the	Choice Desert Ocyx Bones	\d	the	
    -_FE501FF2F586B8C7	m0384ccldd01	Excellent Desert Ocyx Bone	an	the	Excellent Desert Ocyx Bones	\d	the	
    -_E4BFB857A5BFF0A8	m0384cclde01	Supreme Desert Ocyx Bone	a	the	Supreme Desert Ocyx Bones	\d	the	
    -_EB7382D307ABCBC6	m0384cclfc01	Choice Forest Ocyx Bone	a	the	Choice Forest Ocyx Bones	\d	the	
    -_6694219B11E00E77	m0385ccmca01	Basic Jugula Fang	a	the	Basic Jugula Fangs	\d	the	
    -_C6F51E64C7F562B7	m0385ccmcb01	Fine Jugula Fang	a	the	Fine Jugula Fangs	\d	the	
    -_4F2D7F58F54BC45A	m0385ccmfc01	Choice Forest Jugula Fang	a	the	Choice Forest Jugula Fangs	\d	the	
    -_36C81E3F61FA397B	m0385ccmfe01	Supreme Forest Jugula Fang	a	the	Supreme Forest Jugula Fangs	\d	the	
    -_D644CCDF263E286B	m0385ccmpc01	Choice Prime Root Jugula Fang	a	the	Choice Prime Root Jugula Fangs	\d	the	
    -_E8AB36D9391A04E6	m0385ccmpd01	Excellent Prime Root Jugula Fang	an	the	Excellent Prime Root Jugula Fangs	\d	the	
    -_8A07F0C9B305D0AF	m0385ccmpe01	Supreme Prime Root Jugula Fang	a	the	Supreme Prime Root Jugula Fangs	\d	the	
    -_92D34522A62A0160	m0386ccoca01	Fragment of Basic Tyrancha Claw	a	the	Fragments of Basic Tyrancha Claw	\d	the	
    -_A1134189D07A6141	m0386ccocb01	Fragment of Fine Tyrancha Claw	a	the	Fragments of Fine Tyrancha Claw	\d	the	
    -_3FEACBFD53417F3A	m0386ccodc01	Fragment of Choice Desert Tyrancha Claw	a	the	Fragments of Choice Desert Tyrancha Claw	\d	the	
    -_A6DF67AD223825F0	m0386ccopc01	Fragment of Choice Prime Root Tyrancha Claw	a	the	Fragments of Choice Prime Root Tyrancha Claw	\d	the	
    -_CB46EC34E89499B4	m0386ccopd01	Fragment of Excellent Prime Root Tyrancha Claw	a	the	Fragments of Excellent Prime Root Tyrancha Claw	\d	the	
    -_300E0921262A272E	m0386ccope01	Fragment of Supreme Prime Root Tyrancha Claw	a	the	Fragments of Supreme Prime Root Tyrancha Claw	\d	the	
    -_A08351545DE7D082	m0387ckaca01	Fragment of Basic Kidinak Claw	a	the	Fragments of Basic Kidinak Claw	\d	the	
    -_71260C057FBB0AED	m0387ckacb01	Fragment of Fine Kidinak Claw	a	the	Fragments of Fine Kidinak Claw	\d	the	
    -_16FB11710D1EEB6D	m0387ckape01	Fragment of Supreme Prime Root Kidinak Claw	a	the	Fragments of Supreme Prime Root Kidinak Claw	\d	the	
    -_E2F8EDC5D101277E	m0390ccgca01	Fragment of Basic Vorax Claw	a	the	Fragments of Basic Vorax Claw	\d	the	
    -_7689D9CCCA681140	m0390ccgcb01	Fragment of Fine Vorax Claw	a	the	Fragments of Fine Vorax Claw	\d	the	
    -_EE8649234A819058	m0390ccgpc01	Fragment of Choice Prime Root Vorax Claw	a	the	Fragments of Choice Prime Root Vorax Claw	\d	the	
    -_E81FD36310C0DDEA	m0390ccgpd01	Fragment of Excellent Prime Root Vorax Claw	a	the	Fragments of Excellent Prime Root Vorax Claw	\d	the	
    -_EAC3A8BA56127E93	m0390ccgpe01	Fragment of Supreme Prime Root Vorax Claw	a	the	Fragments of Supreme Prime Root Vorax Claw	\d	the	
    -_447E57337A1CA87E	m0394chmdd01	Select Desert Raspal Meat	a	the	Select Desert Raspal Meats	\d	the	
    -_47DF5F4A082F9F99	m0394chmfc01	Prime Forest Raspal Meat	a	the	Prime Forest Raspal Meats	\d	the	
    -_C47C8F37731C6884	m0395chnfd01	Select Forest Bawaab Meat	a	the	Select Forest Bawaab Meats	\d	the	
    -_060E273B075E6787	m0395chnjc01	Prime Jungle Bawaab Meat	a	the	Prime Jungle Bawaab Meats	\d	the	
    -_C5206B4A0670AB9B	m0396chofc01	Prime Forest Frippo Meat	a	the	Prime Forest Frippo Meats	\d	the	
    -_8450973D06A0D791	m0397chpdc01	Prime Desert Rendor Meat	a	the	Prime Desert Rendor Meats	\d	the	
    -_C9BEFF46BC1CF482	m0397chpde01	Superb Desert Rendor Meat	a	the	Superb Desert Rendor Meats	\d	the	
    -_48AD6B3BFCFC748D	m0397chpfd01	Select Forest Rendor Meat	a	the	Select Forest Rendor Meats	\d	the	
    -_790B1FAA3B5B57FD	m0398chqfe01	Superb Forest Gnoof Meat	a	the	Superb Forest Gnoof Meats	\d	the	
    -_B0662E359BC523A7	m0398chqlc01	Prime Lakes Gnoof Meat	a	the	Prime Lakes Gnoof Meats	\d	the	
    -_885D1F54364C1C84	m0399chrfe01	Superb Forest Bolobi Meat	a	the	Superb Forest Bolobi Meats	\d	the	
    -_27A60CF4E49EE078	m0399chrlf01	Magnificient Lakes Bolobi Meat	a	the	Magnificient Lakes Bolobi Meats	\d	the	
    -_0E92651A6AEB4293	m0400chsdf01	Magnificient Desert Shalah Meat	a	the	Magnificient Desert Shalah Meats	\d	the	
    -_A7D16FB331FC27E4	m0400chsle01	Superb Lakes Shalah Meat	a	the	Superb Lakes Shalah Meats	\d	the	
    -_3883A2F7B75B016A	m0401chtde01	Superb Desert Ploderos Meat	a	the	Superb Desert Ploderos Meats	\d	the	
    -_010FDECBBE192104	m0401chtjf01	Magnificient Jungle Ploderos Meat	a	the	Magnificient Jungle Ploderos Meats	\d	the	
    -_87AD3B4D7B5C9C7D	m0402chuje01	Superb Jungle Wombai Meat	a	the	Superb Jungle Wombai Meats	\d	the	
    -_A5D6DCF5EAEFE071	m0402chulf01	Magnificient Lakes Wombai Meat	a	the	Magnificient Lakes Wombai Meats	\d	the	
    -_0877A6484879396D	m0403chvfe01	Superb Forest Madakam Meat	a	the	Superb Forest Madakam Meats	\d	the	
    -_622D62EFA76D963D	m0403chvff01	Magnificient Forest Madakam Meat	a	the	Magnificient Forest Madakam Meats	\d	the	
    -_08D8B63D87A80D75	m0403chvje01	Superb Jungle Madakam Meat	a	the	Superb Jungle Madakam Meats	\d	the	
    -_8E0633771FFA1FAD	m0403chvpf01	Magnificent Prime Root Madakam Meat	a	the	Magnificent Prime Root Madakam Meats	\d	the	
    -_786B1F90FDAB57E1	m0404chwde01	Superb Desert Arana Meat	a	the	Superb Desert Arana Meats	\d	the	
    -_67C04494E45969C4	m0404chwff01	Magnificient Forest Arana Meat	a	the	Magnificient Forest Arana Meats	\d	the	
    -_07A3750F6FF972BA	m0405chxjf01	Magnificient Jungle Gubani Meat	a	the	Magnificient Jungle Gubani Meats	\d	the	
    -_5603D4E526F0B883	m0405chxpe01	Superb Prime Root Gubani Meat	a	the	Superb Prime Root Gubani Meats	\d	the	
    -_C69F7343088FB394	m0406ccjfc01	Prime Forest Javing Meat	a	the	Prime Forest Javing Meats	\d	the	
    -_C58C8B37B59C8889	m0406ccjfd01	Select Forest Javing Meat	a	the	Select Forest Javing Meats	\d	the	
    -_83EE5B4CC5DEA399	m0406ccjja01	Plain Jungle Javing Meat	a	the	Plain Jungle Javing Meats	\d	the	
    -_FF56CE455AF6D532	m0406ccjjb01	Average Jungle Javing Meat	an	the	Average Jungle Javing Meats	\d	the	
    -_67DFB6E4E9CFEA38	m0407cckdf01	Magnificient Desert Cuttler Meat	a	the	Magnificient Desert Cuttler Meats	\d	the	
    -_D2D8F643868A9582	m0407cckfe01	Superb Forest Cuttler Meat	a	the	Superb Forest Cuttler Meats	\d	the	
    -_277FC2E6A96FF638	m0407cckff01	Magnificient Forest Cuttler Meat	a	the	Magnificient Forest Cuttler Meats	\d	the	
    -_ABD44EE40B9C3FC0	m0408cclde01	Superb Desert Ocyx Meat	a	the	Superb Desert Ocyx Meats	\d	the	
    -_B4E750821DA62D8D	m0408cclff01	Magnificient Forest Ocyx Meat	a	the	Magnificient Forest Ocyx Meats	\d	the	
    -_CE92A10DAC1C6AB6	m0409ccmff01	Magnificient Forest Jugula Meat	a	the	Magnificient Forest Jugula Meats	\d	the	
    -_D8446AA3D131DA0C	m0409ccmpf01	Magnificient Prime Root Jugula Meat	a	the	Magnificient Prime Root Jugula Meats	\d	the	
    -_EDFD1EEDEBFAE8B3	m0410ccnlf01	Morsel of Magnificent Lakes Horncher Flesh	a	the	Morsels of Magnificent Lakes Horncher Flesh	\d	the	
    -_23DF9EDDEF5D2469	m0410ccnpd01	Morsel of Select Prime Root Horncher Flesh	a	the	Morsels of Select Prime Root Horncher Flesh	\d	the	
    -_C4AF16CBB5BB0DF9	m0411ccodf01	Magnificient Desert Tyrancha Meat	a	the	Magnificient Desert Tyrancha Meats	\d	the	
    -_50820D0D021874BC	m0411ccope01	Superb Prime Root Tyrancha Meat	a	the	Superb Prime Root Tyrancha Meats	\d	the	
    -_8EE56EAD483E4BE2	m0411ccopf01	Magnificient Prime Root Tyrancha Meat	a	the	Magnificient Prime Root Tyrancha Meats	\d	the	
    -_23D320A1620829EA	m0412ccpjf01	Magnificient Jungle Yetin Meat	a	the	Magnificient Jungle Yetin Meats	\d	the	
    -_5FFD668CFC43B31B	m0414chmdd01	Fragment of Select Desert Raspal Skull	a	the	Fragments of Select Desert Raspal Skull	\d	the	
    -_5455BAC7B7890AFB	m0414chmfc01	Fragment of Prime Forest Raspal Skull	a	the	Fragments of Prime Forest Raspal Skull	\d	the	
    -_9F1DE69CBCB2B30C	m0415chnfd01	Fragment of Select Forest Bawaab Skull	a	the	Fragments of Select Forest Bawaab Skull	\d	the	
    -_1012EABC76C98EEB	m0415chnjc01	Fragment of Prime Jungle Bawaab Skull	a	the	Fragments of Prime Jungle Bawaab Skull	\d	the	
    -_1885CED8B29ADA00	m0416chofc01	Fragment of Prime Forest Frippo Skull	a	the	Fragments of Prime Forest Frippo Skull	\d	the	
    -_D7F5B6BCB5A90A03	m0417chpdc01	Fragment of Prime Desert Rendor Skull	a	the	Fragments of Prime Desert Rendor Skull	\d	the	
    -_9F5E7A7582A4B331	m0417chpde01	Fragment of Superb Desert Rendor Skull	a	the	Fragments of Superb Desert Rendor Skull	\d	the	
    -_613D32933EB4EB11	m0417chpfd01	Fragment of Select Forest Rendor Skull	a	the	Fragments of Select Forest Rendor Skull	\d	the	
    -_98738286319B2653	m0418chqfe01	Fragment of Superb Forest Gnoof Skull	a	the	Fragments of Superb Forest Gnoof Skull	\d	the	
    -_F1B6C521F3ACF6A8	m0418chqlc01	Fragment of Prime Lakes Gnoof Skull	a	the	Fragments of Prime Lakes Gnoof Skull	\d	the	
    -_9F4E627F04227F3D	m0419chrfe01	Fragment of Superb Forest Bolobi Skull	a	the	Fragments of Superb Forest Bolobi Skull	\d	the	
    -_E177479066CA055D	m0419chrlf01	Fragment of Magnificient Lakes Bolobi Skull	a	the	Fragments of Magnificient Lakes Bolobi Skull	\d	the	
    -_F1DC9D563F5D9BEB	m0420chsdf01	Fragment of Magnificient Desert Shalah Skull	a	the	Fragments of Magnificient Desert Shalah Skull	\d	the	
    -_76109B6DF3EF1E57	m0420chsle01	Fragment of Superb Lakes Shalah Skull	a	the	Fragments of Superb Lakes Shalah Skull	\d	the	
    -_9096633E5DA29BDD	m0421chtde01	Fragment of Superb Desert Ploderos Skull	a	the	Fragments of Superb Desert Ploderos Skull	\d	the	
    -_017B4D716222B276	m0421chtjf01	Fragment of Magnificient Jungle Ploderos Skull	a	the	Fragments of Magnificient Jungle Ploderos Skull	\d	the	
    -_E09E728A02028316	m0422chuje01	Fragment of Superb Jungle Wombai Skull	a	the	Fragments of Superb Jungle Wombai Skull	\d	the	
    -_61C89B9027BACD4A	m0422chulf01	Fragment of Magnificient Lakes Wombai Skull	a	the	Fragments of Magnificient Lakes Wombai Skull	\d	the	
    -_00EC1E285883CA60	m0423chvfe01	Fragment of Superb Forest Madakam Skull	a	the	Fragments of Superb Forest Madakam Skull	\d	the	
    -_747EA0B0F4F5FCB9	m0423chvff01	Fragment of Magnificient Forest Madakam Skull	a	the	Fragments of Magnificient Forest Madakam Skull	\d	the	
    -_400C0E2398A3BA57	m0423chvje01	Fragment of Superb Jungle Madakam Skull	a	the	Fragments of Superb Jungle Madakam Skull	\d	the	
    -_E45ABEB4B1C2B059	m0423chvpf01	Fragment of Magnificent Prime Root Madakam Skull	a	the	Fragments of Magnificent Prime Root Madakam Skull	\d	the	
    -_2D9AC55BC19FB7E4	m0425chxjf01	Fragment of Magnificient Jungle Gubani Skull	a	the	Fragments of Magnificient Jungle Gubani Skull	\d	the	
    -_5C28D7CAACE5184C	m0425chxpe01	Fragment of Superb Prime Root Gubani Skull	a	the	Fragments of Superb Prime Root Gubani Skull	\d	the	
    -_35DFFCB5BB6644B8	m0427cckdf01	Fragment of Magnificient Desert Cuttler Skull	a	the	Fragments of Magnificient Desert Cuttler Skull	\d	the	
    -_065C6A3D9BA31679	m0427cckfe01	Fragment of Superb Forest Cuttler Skull	a	the	Fragments of Superb Forest Cuttler Skull	\d	the	
    -_75DFFCC1FB064CB8	m0427cckff01	Fragment of Magnificient Forest Cuttler Skull	a	the	Fragments of Magnificient Forest Cuttler Skull	\d	the	
    -_0A926B7068F981D2	m0428cclde01	Fragment of Superb Desert Ocyx Skull	a	the	Fragments of Superb Desert Ocyx Skull	\d	the	
    -_06A65CDD6B2D512D	m0428cclff01	Fragment of Magnificient Forest Ocyx Skull	a	the	Fragments of Magnificient Forest Ocyx Skull	\d	the	
    -_F17CB16BC3FEB3EB	m0429ccmff01	Fragment of Magnificient Forest Jugula Skull	a	the	Fragments of Magnificient Forest Jugula Skull	\d	the	
    -_9FCFF4F03094FA30	m0429ccmpf01	Fragment of Magnificient Prime Root Jugula Skull	a	the	Fragments of Magnificient Prime Root Jugula Skull	\d	the	
    -_7F1DF579A1E1EE71	m0431ccodf01	Fragment of Magnificient Desert Tyrancha Skull	a	the	Fragments of Magnificient Desert Tyrancha Skull	\d	the	
    -_7C472867A91A4755	m0431ccope01	Fragment of Superb Prime Root Tyrancha Skull	a	the	Fragments of Superb Prime Root Tyrancha Skull	\d	the	
    -_CDC181AE4294CF2D	m0431ccopf01	Fragment of Magnificient Prime Root Tyrancha Skull	a	the	Fragments of Magnificient Prime Root Tyrancha Skull	\d	the	
    -_D697739B6F8265D8	m0432ccpjf01	Fragment of Magnificient Jungle Yetin Skull	a	the	Fragments of Magnificient Jungle Yetin Skull	\d	the	
    -_CE20BF0CE4067B63	m0433chkde01	Phial of Superb Desert Timari Blood	a	the	Phials of Superb Desert Timari Blood	\d	the	
    -_B3C386D77F16D8A8	m0433chkdf01	Phial of Magnificient Desert Timari Blood	a	the	Phials of Magnificient Desert Timari Blood	\d	the	
    -_CE62CB06E262FB6F	m0433chkjd01	Phial of Select Jungle Timari Blood	a	the	Phials of Select Jungle Timari Blood	\d	the	
    -_CE204706E464FB6F	m0433chkje01	Phial of Superb Jungle Timari Blood	a	the	Phials of Superb Jungle Timari Blood	\d	the	
    -_CC624312DBE6AB54	m0434chmdd01	Phial of Select Desert Raspal Blood	a	the	Phials of Select Desert Raspal Blood	\d	the	
    -_2904B78FD6A4C3F4	m0434chmfc01	Phial of Prime Forest Raspal Blood	a	the	Phials of Prime Forest Raspal Blood	\d	the	
    -_C46243021BE41B59	m0435chnfd01	Phial of Select Forest Bawaab Blood	a	the	Phials of Select Forest Bawaab Blood	\d	the	
    -_AD4377840EB37FEC	m0435chnjc01	Phial of Prime Jungle Bawaab Blood	a	the	Phials of Prime Jungle Bawaab Blood	\d	the	
    -_EB54878F16C5FFEC	m0436chofc01	Phial of Prime Forest Frippo Blood	a	the	Phials of Prime Forest Frippo Blood	\d	the	
    -_E724B78DD8D5CFDD	m0437chpdc01	Phial of Prime Desert Rendor Blood	a	the	Phials of Prime Desert Rendor Blood	\d	the	
    -_CC20BF1EA466835F	m0437chpde01	Phial of Superb Desert Rendor Blood	a	the	Phials of Superb Desert Rendor Blood	\d	the	
    -_CC624322A244D363	m0437chpfd01	Phial of Select Forest Rendor Blood	a	the	Phials of Select Forest Rendor Blood	\d	the	
    -_8E0184E751B537C9	m0438chqfe01	Phial of Superb Forest Gnoof Blood	a	the	Phials of Superb Forest Gnoof Blood	\d	the	
    -_8F31801FE947C879	m0438chqlc01	Phial of Prime Lakes Gnoof Blood	a	the	Phials of Prime Lakes Gnoof Blood	\d	the	
    -_C420BF109EA6C379	m0439chrfe01	Phial of Superb Forest Bolobi Blood	a	the	Phials of Superb Forest Bolobi Blood	\d	the	
    -_8D4A952C2760D187	m0439chrlf01	Phial of Magnificient Lakes Bolobi Blood	a	the	Phials of Magnificient Lakes Bolobi Blood	\d	the	
    -_AD6352D6400694AF	m0440chsdf01	Phial of Magnificient Desert Shalah Blood	a	the	Phials of Magnificient Desert Shalah Blood	\d	the	
    -_283638195EA926CD	m0440chsle01	Phial of Superb Lakes Shalah Blood	a	the	Phials of Superb Lakes Shalah Blood	\d	the	
    -_E9030A069B9C2EC4	m0441chtde01	Phial of Superb Desert Ploderos Blood	a	the	Phials of Superb Desert Ploderos Blood	\d	the	
    -_F9705B7C55706571	m0441chtjf01	Phial of Magnificient Jungle Ploderos Blood	a	the	Phials of Magnificient Jungle Ploderos Blood	\d	the	
    -_8F204706DF84FB7A	m0442chuje01	Phial of Superb Jungle Wombai Blood	a	the	Phials of Superb Jungle Wombai Blood	\d	the	
    -_D37A992CED90D580	m0442chulf01	Phial of Magnificient Lakes Wombai Blood	a	the	Phials of Magnificient Lakes Wombai Blood	\d	the	
    -_12B87AE9E1A3F61B	m0443chvfe01	Phial of Superb Forest Madakam Blood	a	the	Phials of Superb Forest Madakam Blood	\d	the	
    -_E4157601FBB09D9B	m0443chvff01	Phial of Magnificient Forest Madakam Blood	a	the	Phials of Magnificient Forest Madakam Blood	\d	the	
    -_12C722E860C31E1F	m0443chvje01	Phial of Superb Jungle Madakam Blood	a	the	Phials of Superb Jungle Madakam Blood	\d	the	
    -_D829636822853AFE	m0443chvpf01	Phial of Magnificent Prime Root Madakam Blood	a	the	Phials of Magnificent Prime Root Madakam Blood	\d	the	
    -_CFA184E45165D7AF	m0444chwde01	Phial of Superb Desert Arana Blood	a	the	Phials of Superb Desert Arana Blood	\d	the	
    -_DE15C1002BEB7B3F	m0444chwff01	Phial of Magnificient Forest Arana Blood	a	the	Phials of Magnificient Forest Arana Blood	\d	the	
    -_B49366EFBBB5949F	m0445chxjf01	Phial of Magnificient Jungle Gubani Blood	a	the	Phials of Magnificient Jungle Gubani Blood	\d	the	
    -_460C050F21224562	m0445chxpe01	Phial of Superb Prime Root Gubani Blood	a	the	Phials of Superb Prime Root Gubani Blood	\d	the	
    -_2B83978FD3D4DBF2	m0446ccjfc01	Phial of Prime Forest Javing Blood	a	the	Phials of Prime Forest Javing Blood	\d	the	
    -_0962430CA094135A	m0446ccjfd01	Phial of Select Forest Javing Blood	a	the	Phials of Select Forest Javing Blood	\d	the	
    -_AEC3B3894BA2BBF4	m0446ccjja01	Phial of Plain Jungle Javing Blood	a	the	Phials of Plain Jungle Javing Blood	\d	the	
    -_AA6A2AF7234119F9	m0446ccjjb01	Phial of Average Jungle Javing Blood	a	the	Phials of Average Jungle Javing Blood	\d	the	
    -_6B9796F579E1ADB4	m0447cckdf01	Phial of Magnificient Desert Cuttler Blood	a	the	Phials of Magnificient Desert Cuttler Blood	\d	the	
    -_8F099EEE24858629	m0447cckfe01	Phial of Superb Forest Cuttler Blood	a	the	Phials of Superb Forest Cuttler Blood	\d	the	
    -_AD579EF779F1B1B3	m0447cckff01	Phial of Magnificient Forest Cuttler Blood	a	the	Phials of Magnificient Forest Cuttler Blood	\d	the	
    -_AAA2741BE60096DC	m0448cclde01	Phial of Superb Desert Ocyx Blood	a	the	Phials of Superb Desert Ocyx Blood	\d	the	
    -_A45F21ED7C255D4D	m0448cclff01	Phial of Magnificient Forest Ocyx Blood	a	the	Phials of Magnificient Forest Ocyx Blood	\d	the	
    -_73D56EE77D56C0BA	m0449ccmff01	Phial of Magnificient Forest Jugula Blood	a	the	Phials of Magnificient Forest Jugula Blood	\d	the	
    -_A420D2C6F255C599	m0449ccmpf01	Phial of Magnificient Prime Root Jugula Blood	a	the	Phials of Magnificient Prime Root Jugula Blood	\d	the	
    -_6D82C63BBC26F45B	m0450ccnlf01	Phial of Magnificient Lakes Horncher Blood	a	the	Phials of Magnificient Lakes Horncher Blood	\d	the	
    -_25D3B93B3C257C54	m0450ccnpd01	Phial of Select Prime Root Horncher Blood	a	the	Phials of Select Prime Root Horncher Blood	\d	the	
    -_B3527B5219009D75	m0451ccodf01	Phial of Magnificient Desert Tyrancha Blood	a	the	Phials of Magnificient Desert Tyrancha Blood	\d	the	
    -_A992252644B6C84F	m0451ccope01	Phial of Superb Prime Root Tyrancha Blood	a	the	Phials of Superb Prime Root Tyrancha Blood	\d	the	
    -_05ACCB8A5D7207D9	m0451ccopf01	Phial of Magnificient Prime Root Tyrancha Blood	a	the	Phials of Magnificient Prime Root Tyrancha Blood	\d	the	
    -_A474FD1D64ABB725	m0452ccpjf01	Phial of Magnificient Jungle Yetin Blood	a	the	Phials of Magnificient Jungle Yetin Blood	\d	the	
    -_F3670CBCA3EA8642	m0453chqfe01	Tuft of Superb Forest Gnoof Hair	a	the	Tufts of Superb Forest Gnoof Hair	\d	the	
    -_47938FC3ABE3CE3B	m0453chqlc01	Tuft of Prime Lakes Gnoof Hair	a	the	Tufts of Prime Lakes Gnoof Hair	\d	the	
    -_2A1F789A87650B57	m0454chrfe01	Tuft of Superb Forest Bolobi Hair	a	the	Tufts of Superb Forest Bolobi Hair	\d	the	
    -_EB841FF46AD1CF2E	m0454chrlf01	Tuft of Magnificient Lakes Bolobi Hair	a	the	Tufts of Magnificient Lakes Bolobi Hair	\d	the	
    -_5BDAA05764D32E23	m0455chsdf01	Tuft of Magnificient Desert Shalah Hair	a	the	Tufts of Magnificient Desert Shalah Hair	\d	the	
    -_9E6ADEBE5A09713F	m0455chsle01	Tuft of Superb Lakes Shalah Hair	a	the	Tufts of Superb Lakes Shalah Hair	\d	the	
    -_EDB0CC8FC304CB4F	m0456chuje01	Tuft of Superb Jungle Wombai Hair	a	the	Tufts of Superb Jungle Wombai Hair	\d	the	
    -_2B743FF52B22CB23	m0456chulf01	Tuft of Magnificient Lakes Wombai Hair	a	the	Tufts of Magnificient Lakes Wombai Hair	\d	the	
    -_939A2841EA13EA34	m0457chxjf01	Tuft of Magnificient Jungle Gubani Hair	a	the	Tufts of Magnificient Jungle Gubani Hair	\d	the	
    -_E7701F0FEFB17243	m0457chxpe01	Tuft of Superb Prime Root Gubani Hair	a	the	Tufts of Superb Prime Root Gubani Hair	\d	the	
    -_BA94AFAA58F92BF6	m0458ccpjf01	Tuft of Magnificient Jungle Yetin Hair	a	the	Tufts of Magnificient Jungle Yetin Hair	\d	the	
    -_D397C7340EFAA1A2	m0459chwde01	Handful of Superb Desert Arana Moss	a	the	Handfuls of Superb Desert Arana Moss	\d	the	
    -_0D6522DB6DF439B0	m0459chwff01	Handful of Magnificient Forest Arana Moss	a	the	Handfuls of Magnificient Forest Arana Moss	\d	the	
    -_4029A3EB63A27A64	m0460ccbdc01	Morsel of Prime Desert Clopper Flesh	a	the	Morsels of Prime Desert Clopper Flesh	\d	the	
    -_6FD2F1AC7DA3D2DD	m0460ccbla01	Morsel of Plain Lakes Clopper Flesh	a	the	Morsels of Plain Lakes Clopper Flesh	\d	the	
    -_10494BE8D6EAE9CC	m0460ccblb01	Morsel of Average Lakes Clopper Flesh	a	the	Morsels of Average Lakes Clopper Flesh	\d	the	
    -_6F42E5B80004D2DD	m0460ccblc01	Morsel of Prime Lakes Clopper Flesh	a	the	Morsels of Prime Lakes Clopper Flesh	\d	the	
    -_228C84270F64FACA	m0461cccda01	Morsel of Plain Desert Goari Flesh	a	the	Morsels of Plain Desert Goari Flesh	\d	the	
    -_F1DD7BEA10D718B2	m0461cccdb01	Morsel of Average Desert Goari Flesh	a	the	Morsels of Average Desert Goari Flesh	\d	the	
    -_22FC783392C5FACA	m0461cccdc01	Morsel of Prime Desert Goari Flesh	a	the	Morsels of Prime Desert Goari Flesh	\d	the	
    -_6262C1F224E24951	m0461cccdd01	Morsel of Select Desert Goari Flesh	a	the	Morsels of Select Desert Goari Flesh	\d	the	
    -_59B66ED06C372C7F	m0461cccla01	Morsel of Plain Lakes Goari Flesh	a	the	Morsels of Plain Lakes Goari Flesh	\d	the	
    -_3B303C26CF610DA6	m0461ccclb01	Morsel of Average Lakes Goari Flesh	a	the	Morsels of Average Lakes Goari Flesh	\d	the	
    -_81D7B62F1B0D0678	m0461ccclf01	Morsel of Magnificent Lakes Goari Flesh	a	the	Morsels of Magnificent Lakes Goari Flesh	\d	the	
    -_7CEB60DDC81276DB	m0462cbcca01	Basic Yber Bone	a	the	Basic Yber Bones	\d	the	
    -_FE6A950EC741AD27	m0462cbccb01	Fine Yber Bone	a	the	Fine Yber Bones	\d	the	
    -_C4AA9083A7A0A3F9	m0462cbcld01	Excellent Lakes Yber Bone	an	the	Excellent Lakes Yber Bones	\d	the	
    -_61161FE9BEADE2E5	m0462cbcle01	Supreme Lakes Yber Bone	a	the	Supreme Lakes Yber Bones	\d	the	
    -_6958014B20EC4FD3	m0463ccgca01	Basic Vorax Leather	a	the	Basic Vorax Leathers	\d	the	
    -_A19B72E79F990F7E	m0463ccgcb01	Fine Vorax Leather	a	the	Fine Vorax Leathers	\d	the	
    -_9B99251B3FB8650F	m0463ccgpc01	Choice Prime Root Vorax Leather	a	the	Choice Prime Root Vorax Leathers	\d	the	
    -_F6E336AF84CD9ED1	m0463ccgpd01	Excellent Prime Root Vorax Leather	an	the	Excellent Prime Root Vorax Leathers	\d	the	
    -_1D298D65C0CF06F3	m0463ccgpe01	Supreme Prime Root Vorax Leather	a	the	Supreme Prime Root Vorax Leathers	\d	the	
    -_C8D55D9CC8C5A5EE	m0464ccgca01	Basic Vorax Bone	a	the	Basic Vorax Bones	\d	the	
    -_B00C29A8C8D20613	m0464ccgcb01	Fine Vorax Bone	a	the	Fine Vorax Bones	\d	the	
    -_7950B59BA764930A	m0464ccgpc01	Choice Prime Root Vorax Bone	a	the	Choice Prime Root Vorax Bones	\d	the	
    -_12C76921EFE7D572	m0464ccgpd01	Excellent Prime Root Vorax Bone	an	the	Excellent Prime Root Vorax Bones	\d	the	
    -_5654541E59B4653A	m0464ccgpe01	Supreme Prime Root Vorax Bone	a	the	Supreme Prime Root Vorax Bones	\d	the	
    -_48D525A048C56DF3	m0465ccgca01	Basic Vorax Fang	a	the	Basic Vorax Fangs	\d	the	
    -_2D6C299AC9D20E14	m0465ccgcb01	Fine Vorax Fang	a	the	Fine Vorax Fangs	\d	the	
    -_7950B59BA7642313	m0465ccgpc01	Choice Prime Root Vorax Fang	a	the	Choice Prime Root Vorax Fangs	\d	the	
    -_13E76913F007D565	m0465ccgpd01	Excellent Prime Root Vorax Fang	an	the	Excellent Prime Root Vorax Fangs	\d	the	
    -_56545C20D614753B	m0465ccgpe01	Supreme Prime Root Vorax Fang	a	the	Supreme Prime Root Vorax Fangs	\d	the	
    -_B73B95F484645FCD	m0467cclca01	Fragment of Basic Ocyx Claw	a	the	Fragments of Basic Ocyx Claw	\d	the	
    -_6EFD2F5AD8F3C1B4	m0467cclcb01	Fragment of Fine Ocyx Claw	a	the	Fragments of Fine Ocyx Claw	\d	the	
    -_EF656FC1A66889B5	m0467ccldc01	Fragment of Choice Desert Ocyx Claw	a	the	Fragments of Choice Desert Ocyx Claw	\d	the	
    -_4ABD0239E1C73B28	m0467ccldd01	Fragment of Excellent Desert Ocyx Claw	a	the	Fragments of Excellent Desert Ocyx Claw	\d	the	
    -_D8275B0CDF0FFE67	m0467cclde01	Fragment of Supreme Desert Ocyx Claw	a	the	Fragments of Supreme Desert Ocyx Claw	\d	the	
    -_6F6567D7A66889B5	m0467cclfc01	Fragment of Choice Forest Ocyx Claw	a	the	Fragments of Choice Forest Ocyx Claw	\d	the	
    -_9BA7CDAF0C802786	m0468ccfca01	Fragment of Basic Najab Claw	a	the	Fragments of Basic Najab Claw	\d	the	
    -_B59929CC86A8D148	m0468ccfcb01	Fragment of Fine Najab Claw	a	the	Fragments of Fine Najab Claw	\d	the	
    -_C58DB3BE18D463F7	m0468ccfjd01	Fragment of Excellent Jungle Najab Claw	a	the	Fragments of Excellent Jungle Najab Claw	\d	the	
    -_293235772417D40F	m0468ccfje01	Fragment of Supreme Jungle Najab Claw	a	the	Fragments of Supreme Jungle Najab Claw	\d	the	
    -_DAA5751574A83ABD	m0468ccflc01	Fragment of Choice Lakes Najab Claw	a	the	Fragments of Choice Lakes Najab Claw	\d	the	
    -_D1012195777784E6	m0468ccfld01	Fragment of Excellent Lakes Najab Claw	a	the	Fragments of Excellent Lakes Najab Claw	\d	the	
    -_25F388BA9012068D	m0468ccfpe01	Fragment of Supreme Prime Root Najab Claw	a	the	Fragments of Supreme Prime Root Najab Claw	\d	the	
    -_B805FE74EC042CF5	m0469chwca01	Bundle of Basic Arana Wood	a	the	Bundles of Basic Arana Wood	\d	the	
    -_F76A58DECC3B5C37	m0469chwcb01	Bundle of Fine Arana Wood	a	the	Bundles of Fine Arana Wood	\d	the	
    -_9DAFEE66773BEF12	m0469chwdd01	Bundle of Excellent Desert Arana Wood	a	the	Bundles of Excellent Desert Arana Wood	\d	the	
    -_B99EB320A27E9FA4	m0469chwde01	Bundle of Supreme Desert Arana Wood	a	the	Bundles of Supreme Desert Arana Wood	\d	the	
    -_B9BEB320A6BE9FA4	m0469chwfe01	Bundle of Supreme Forest Arana Wood	a	the	Bundles of Supreme Forest Arana Wood	\d	the	
    -_170409AC4E609FD6	m0470checa01	Fragment of Basic Cray Shell	a	the	Fragments of Basic Cray Shell	\d	the	
    -_89FF17FCC2B8D132	m0470checb01	Fragment of Fine Cray Shell	a	the	Fragments of Fine Cray Shell	\d	the	
    -_0D20AACFE0B75A00	m0470chejd01	Fragment of Excellent Jungle Cray Shell	a	the	Fragments of Excellent Jungle Cray Shell	\d	the	
    -_5887D606AAE92EBB	m0470chelc01	Fragment of Choice Lakes Cray Shell	a	the	Fragments of Choice Lakes Cray Shell	\d	the	
    -_3FE2FD94818A0F29	m0470cheld01	Fragment of Excellent Lakes Cray Shell	a	the	Fragments of Excellent Lakes Cray Shell	\d	the	
    -_C1AD8DB7D2643BFC	m0470chele01	Fragment of Supreme Lakes Cray Shell	a	the	Fragments of Supreme Lakes Cray Shell	\d	the	
    -_61D3555CE0D8C46D	m0471chvca01	Fragment of Basic Madakam Skin	a	the	Fragments of Basic Madakam Skin	\d	the	
    -_F02520EB4BFB5AE7	m0471chvcb01	Fragment of Fine Madakam Skin	a	the	Fragments of Fine Madakam Skin	\d	the	
    -_7BA4378793E194B2	m0471chvfd01	Fragment of Excellent Forest Madakam Skin	a	the	Fragments of Excellent Forest Madakam Skin	\d	the	
    -_EF8CC4D80623700E	m0471chvfe01	Fragment of Supreme Forest Madakam Skin	a	the	Fragments of Supreme Forest Madakam Skin	\d	the	
    -_19ACB23ECBA0E647	m0471chvjc01	Fragment of Choice Jungle Madakam Skin	a	the	Fragments of Choice Jungle Madakam Skin	\d	the	
    -_6F4BA0D986E24C0B	m0471chvje01	Fragment of Supreme Jungle Madakam Skin	a	the	Fragments of Supreme Jungle Madakam Skin	\d	the	
    -_DF0B2171D0CC2B55	m0471chvpe01	Fragment of Supreme Prime Root Madakam Skin	a	the	Fragments of Supreme Prime Root Madakam Skin	\d	the	
    -_36C881AAFF381EDF	m0472cpaca01	Basic Jubla Bud	a	the	Basic Jubla Buds	\d	the	
    -_790CA1F34C9FA634	m0472cpacb01	Fine Jubla Bud	a	the	Fine Jubla Buds	\d	the	
    -_41D4732F9CF37D96	m0472cpape01	Supreme Prime Root Jubla Bud	a	the	Supreme Prime Root Jubla Buds	\d	the	
    -_5A05DD71D9C625C2	m0473cpbca01	Basic Stinga Bud	a	the	Basic Stinga Buds	\d	the	
    -_632B3E6A4226D223	m0473cpbcb01	Fine Stinga Bud	a	the	Fine Stinga Buds	\d	the	
    -_C4A8B44534FF1CE9	m0473cpble01	Supreme Lakes Stinga Bud	a	the	Supreme Lakes Stinga Buds	\d	the	
    -_D05FB57724CC87B9	m0474cpcca01	Basic Psykopla Bud	a	the	Basic Psykopla Buds	\d	the	
    -_A86461A4D2420E82	m0474cpccb01	Fine Psykopla Bud	a	the	Fine Psykopla Buds	\d	the	
    -_0E135C446EDBA154	m0474cpcfe01	Supreme Forest Psykopla Bud	a	the	Supreme Forest Psykopla Buds	\d	the	
    -_4DC1448BE7376AA5	m0474cpcpe01	Supreme Prime Root Psykopla Bud	a	the	Supreme Prime Root Psykopla Buds	\d	the	
    -_E35364E28CDF377B	m0475cpdca01	Basic Slaveni Bud	a	the	Basic Slaveni Buds	\d	the	
    -_96B5AA3F9676EE92	m0475cpdcb01	Fine Slaveni Bud	a	the	Fine Slaveni Buds	\d	the	
    -_B096AF236BF9197A	m0475cpdje01	Supreme Jungle Slaveni Bud	a	the	Supreme Jungle Slaveni Buds	\d	the	
    -_E33264E047BF0F76	m0476cpeca01	Basic Cratcha Bud	a	the	Basic Cratcha Buds	\d	the	
    -_94B6623DD477A691	m0476cpecb01	Fine Cratcha Bud	a	the	Fine Cratcha Buds	\d	the	
    -_CCCBC29D2B2AC559	m0476cpefc01	Choice Forest Cratcha Bud	a	the	Choice Forest Cratcha Buds	\d	the	
    -_2AB78B206C2BF17F	m0476cpefe01	Supreme Forest Cratcha Bud	a	the	Supreme Forest Cratcha Buds	\d	the	
    -_5945E177D90629CC	m0477cpfca01	Basic Shooki Bud	a	the	Basic Shooki Buds	\d	the	
    -_E46A5E6E8306B228	m0477cpfcb01	Fine Shooki Bud	a	the	Fine Shooki Buds	\d	the	
    -_429CEB5E73A1D144	m0477cpfde01	Supreme Desert Shooki Bud	a	the	Supreme Desert Shooki Buds	\d	the	
    -_AA93DD9C09BA7937	m0479ckbca01	Fragment of Basic Kinrey Shell	a	the	Fragments of Basic Kinrey Shell	\d	the	
    -_1C973CFC4E7E713A	m0479ckbcb01	Fragment of Fine Kinrey Shell	a	the	Fragments of Fine Kinrey Shell	\d	the	
    -_B77955D7B7CF6FFF	m0479ckbcd01	Fragment of Excellent Kinrey Shell	a	the	Fragments of Excellent Kinrey Shell	\d	the	
    -_DFEC4E6837E39325	m0479ckbdc01	Fragment of Choice Desert Kinrey Shell	a	the	Fragments of Choice Desert Kinrey Shell	\d	the	
    -_6971B7A1C9DE9361	m0479ckbpe01	Fragment of Supreme Prime Root Kinrey Shell	a	the	Fragments of Supreme Prime Root Kinrey Shell	\d	the	
    -_6BD3F99E0A7B7929	m0480ckbca01	Fragment of Basic Kinrey Sting	a	the	Fragments of Basic Kinrey Sting	\d	the	
    -_5D4744FBD1BEA131	m0480ckbcb01	Fragment of Fine Kinrey Sting	a	the	Fragments of Fine Kinrey Sting	\d	the	
    -_797A85D7B7CF5BF3	m0480ckbcd01	Fragment of Excellent Kinrey Sting	a	the	Fragments of Excellent Kinrey Sting	\d	the	
    -_A02C6A6A38A49317	m0480ckbdc01	Fragment of Choice Desert Kinrey Sting	a	the	Fragments of Choice Desert Kinrey Sting	\d	the	
    -_B071B7A1C93EA360	m0480ckbpe01	Fragment of Supreme Prime Root Kinrey Sting	a	the	Fragments of Supreme Prime Root Kinrey Sting	\d	the	
    -_F596EE6471E97560	m0481ckbca01	Fragment of Basic Kinrey Mandible	a	the	Fragments of Basic Kinrey Mandible	\d	the	
    -_F1CB7001B72CB2C4	m0481ckbcb01	Fragment of Fine Kinrey Mandible	a	the	Fragments of Fine Kinrey Mandible	\d	the	
    -_10BC8574D11FA025	m0481ckbcd01	Fragment of Excellent Kinrey Mandible	a	the	Fragments of Excellent Kinrey Mandible	\d	the	
    -_EAF2A82C20511BF4	m0481ckbdc01	Fragment of Choice Desert Kinrey Mandible	a	the	Fragments of Choice Desert Kinrey Mandible	\d	the	
    -_4A01F070F152E4EE	m0481ckbpe01	Fragment of Supreme Prime Root Kinrey Mandible	a	the	Fragments of Supreme Prime Root Kinrey Mandible	\d	the	
    -_58D48C10E99B484D	m0485ckaca01	Fragment of Basic Kidinak Shell	a	the	Fragments of Basic Kidinak Shell	\d	the	
    -_26B269C6B87B02F4	m0485ckacb01	Fragment of Fine Kidinak Shell	a	the	Fragments of Fine Kidinak Shell	\d	the	
    -_693A0D14A689276C	m0485ckape01	Fragment of Supreme Prime Root Kidinak Shell	a	the	Fragments of Supreme Prime Root Kidinak Shell	\d	the	
    -_324C2655FEDA114C	m0487ckaca01	Fragment of Basic Kidinak Mandible	a	the	Fragments of Basic Kidinak Mandible	\d	the	
    -_3AD1BA5AF1BB0E41	m0487ckacb01	Fragment of Fine Kidinak Mandible	a	the	Fragments of Fine Kidinak Mandible	\d	the	
    -_26560DADB71DB9DF	m0487ckape01	Fragment of Supreme Prime Root Kidinak Mandible	a	the	Fragments of Supreme Prime Root Kidinak Mandible	\d	the	
    -_A2E3695C9AF8D078	m0488ckaca01	Fragment of Basic Kidinak Tail	a	the	Fragments of Basic Kidinak Tail	\d	the	
    -_71852CEFC60B4EEE	m0488ckacb01	Fragment of Fine Kidinak Tail	a	the	Fragments of Fine Kidinak Tail	\d	the	
    -_A00B11710DBC2B58	m0488ckape01	Fragment of Supreme Prime Root Kidinak Tail	a	the	Fragments of Supreme Prime Root Kidinak Tail	\d	the	
    -_98156C2669DC285E	m0490ckcca01	Fragment of Basic Kizarak Shell	a	the	Fragments of Basic Kizarak Shell	\d	the	
    -_641379BEBD7B02F3	m0490ckccb01	Fragment of Fine Kizarak Shell	a	the	Fragments of Fine Kizarak Shell	\d	the	
    -_9BC5742A6C8C3063	m0491ckcca01	Fragment of Basic Kizarak Sting	a	the	Fragments of Basic Kizarak Sting	\d	the	
    -_E45395C0BE3C02EF	m0491ckccb01	Fragment of Fine Kizarak Sting	a	the	Fragments of Fine Kizarak Sting	\d	the	
    -_728D166303DA1147	m0492ckcca01	Fragment of Basic Kizarak Mandible	a	the	Fragments of Basic Kizarak Mandible	\d	the	
    -_7AD1CA52F73B663C	m0492ckccb01	Fragment of Fine Kizarak Mandible	a	the	Fragments of Fine Kizarak Mandible	\d	the	
    -_9CF70CD74810046B	m0496ckhca01	Fragment of Basic Kipee Sting	a	the	Fragments of Basic Kipee Sting	\d	the	
    -_56F2FDAD57047FA1	m0496ckhcb01	Fragment of Fine Kipee Sting	a	the	Fragments of Fine Kipee Sting	\d	the	
    -_D6720E5EB2596240	m0496ckhdc01	Fragment of Choice Desert Kipee Sting	a	the	Fragments of Choice Desert Kipee Sting	\d	the	
    -_262646E5DBF08B03	m0496ckhdd01	Fragment of Excellent Desert Kipee Sting	a	the	Fragments of Excellent Desert Kipee Sting	\d	the	
    -_55FACEB029C5401A	m0496ckhde01	Fragment of Supreme Desert Kipee Sting	a	the	Fragments of Supreme Desert Kipee Sting	\d	the	
    -_D612126A32596640	m0496ckhfc01	Fragment of Choice Forest Kipee Sting	a	the	Fragments of Choice Forest Kipee Sting	\d	the	
    -_E84642F15B008B02	m0496ckhfd01	Fragment of Excellent Forest Kipee Sting	a	the	Fragments of Excellent Forest Kipee Sting	\d	the	
    -_D5EAF6B469C53C25	m0496ckhfe01	Fragment of Supreme Forest Kipee Sting	a	the	Fragments of Supreme Forest Kipee Sting	\d	the	
    -_1493127433684A33	m0496ckhjc01	Fragment of Choice Jungle Kipee Sting	a	the	Fragments of Choice Jungle Kipee Sting	\d	the	
    -_9A9AC1CABCB430D8	m0496ckhld01	Fragment of Excellent Lakes Kipee Sting	a	the	Fragments of Excellent Lakes Kipee Sting	\d	the	
    -_F520F72F40F4531F	m0496ckhpc01	Fragment of Choice Prime Root Kipee Sting	a	the	Fragments of Choice Prime Root Kipee Sting	\d	the	
    -_3B26940DAC4C3B5C	m0496ckhpd01	Fragment of Excellent Prime Root Kipee Sting	a	the	Fragments of Excellent Prime Root Kipee Sting	\d	the	
    -_25F4C300D1C52071	m0496ckhpe01	Fragment of Supreme Prime Root Kipee Sting	a	the	Fragments of Supreme Prime Root Kipee Sting	\d	the	
    -_85C721E64D52043B	m0497dxacb01	Handful of Basic Adriel Bark	a	the	Handfuls of Basic Adriel Bark	\d	the	
    -_EC49DD235571B502	m0497dxacc01	Handful of Fine Adriel Bark	a	the	Handfuls of Fine Adriel Bark	\d	the	
    -_3E0397C7F7981914	m0497dxadd01	Handful of Choice Desert Adriel Bark	a	the	Handfuls of Choice Desert Adriel Bark	\d	the	
    -_EA0C18DFFFB40847	m0497dxade01	Handful of Excellent Desert Adriel Bark	a	the	Handfuls of Excellent Desert Adriel Bark	\d	the	
    -_5607373430C6126B	m0497dxadf01	Handful of Supreme Desert Adriel Bark	a	the	Handfuls of Supreme Desert Adriel Bark	\d	the	
    -_7E1393D2F9B81914	m0497dxafd01	Handful of Choice Forest Adriel Bark	a	the	Handfuls of Choice Forest Adriel Bark	\d	the	
    -_AAAC24E1BF541447	m0497dxafe01	Handful of Excellent Forest Adriel Bark	a	the	Handfuls of Excellent Forest Adriel Bark	\d	the	
    -_56A73B40B0C6166B	m0497dxaff01	Handful of Supreme Forest Adriel Bark	a	the	Handfuls of Supreme Forest Adriel Bark	\d	the	
    -_F9C28BD87CF81905	m0497dxajd01	Handful of Choice Jungle Adriel Bark	a	the	Handfuls of Choice Jungle Adriel Bark	\d	the	
    -_A91C18E7BEC40849	m0497dxaje01	Handful of Excellent Jungle Adriel Bark	a	the	Handfuls of Excellent Jungle Adriel Bark	\d	the	
    -_94283B4AB1D5FA5E	m0497dxajf01	Handful of Supreme Jungle Adriel Bark	a	the	Handfuls of Supreme Jungle Adriel Bark	\d	the	
    -_63AE8846D46B5DFA	m0497dxald01	Handful of Choice Lakes Adriel Bark	a	the	Handfuls of Choice Lakes Adriel Bark	\d	the	
    -_49D2EB48B9A9124A	m0497dxale01	Handful of Excellent Lakes Adriel Bark	a	the	Handfuls of Excellent Lakes Adriel Bark	\d	the	
    -_9E9753060175DFDC	m0497dxalf01	Handful of Supreme Lakes Adriel Bark	a	the	Handfuls of Supreme Lakes Adriel Bark	\d	the	
    -_7C85B83E9F72F61E	m0497dxapd01	Handful of Choice Prime Root Adriel Bark	a	the	Handfuls of Choice Prime Root Adriel Bark	\d	the	
    -_D625896C374109B4	m0497dxape01	Handful of Excellent Prime Root Adriel Bark	a	the	Handfuls of Excellent Prime Root Adriel Bark	\d	the	
    -_A1F442179222E138	m0497dxapf01	Handful of Supreme Prime Root Adriel Bark	a	the	Handfuls of Supreme Prime Root Adriel Bark	\d	the	
    -_E86345C4CEB21F80	m0498chwca01	Fragment of Basic Arana Eye	a	the	Fragments of Basic Arana Eye	\d	the	
    -_6B59A79111B37DAD	m0498chwcb01	Fragment of Fine Arana Eye	a	the	Fragments of Fine Arana Eye	\d	the	
    -_0B3CF59256647CFF	m0498chwdd01	Fragment of Excellent Desert Arana Eye	a	the	Fragments of Excellent Desert Arana Eye	\d	the	
    -_660537FBA06ED586	m0498chwde01	Fragment of Supreme Desert Arana Eye	a	the	Fragments of Supreme Desert Arana Eye	\d	the	
    -_269567FFA06ED987	m0498chwfe01	Fragment of Supreme Forest Arana Eye	a	the	Fragments of Supreme Forest Arana Eye	\d	the	
    -_0CC359974F03A1EE	m0499chwca01	Basic Arana Nail	a	the	Basic Arana Nails	\d	the	
    -_AA6DC1831211D20B	m0499chwcb01	Fine Arana Nail	a	the	Fine Arana Nails	\d	the	
    -_8920594D2554A3AD	m0499chwdd01	Excellent Desert Arana Nail	an	the	Excellent Desert Arana Nails	\d	the	
    -_FCAEECF7FDF2744E	m0499chwde01	Supreme Desert Arana Nail	a	the	Supreme Desert Arana Nails	\d	the	
    -_BC4EF4FAFDE2A050	m0499chwfe01	Supreme Forest Arana Nail	a	the	Supreme Forest Arana Nails	\d	the	
    -_8F05D19EE095B161	m0500chwca01	Fragment of Basic Arana Pelvis	a	the	Fragments of Basic Arana Pelvis	\d	the	
    -_6642EC190E111AEA	m0500chwcb01	Fragment of Fine Arana Pelvis	a	the	Fragments of Fine Arana Pelvis	\d	the	
    -_F58737E4D011F882	m0500chwdd01	Fragment of Excellent Desert Arana Pelvis	a	the	Fragments of Excellent Desert Arana Pelvis	\d	the	
    -_F0211CAE08A8C8E5	m0500chwde01	Fragment of Supreme Desert Arana Pelvis	a	the	Fragments of Supreme Desert Arana Pelvis	\d	the	
    -_F01144B30898F0E8	m0500chwfe01	Fragment of Supreme Forest Arana Pelvis	a	the	Fragments of Supreme Forest Arana Pelvis	\d	the	
    -_6293B1D28412C32D	m0501chwca01	Basic Arana Tooth	a	the	Basic Arana Teeth	\d	the	
    -_9132068616624AD5	m0501chwcb01	Fine Arana Tooth	a	the	Fine Arana Teeth	\d	the	
    -_5695D912A301D379	m0501chwdd01	Excellent Desert Arana Tooth	an	the	Excellent Desert Arana Teeth	\d	the	
    -_B38B03242DC5D172	m0501chwde01	Supreme Desert Arana Tooth	a	the	Supreme Desert Arana Teeth	\d	the	
    -_35AB03272DC5F973	m0501chwfe01	Supreme Forest Arana Tooth	a	the	Supreme Forest Arana Teeth	\d	the	
    -_FAFA97848FB134C9	m0502chaca01	Fragment of Basic Arma Eye	a	the	Fragments of Basic Arma Eye	\d	the	
    -_CCF76370AB401CC4	m0502chacb01	Fragment of Fine Arma Eye	a	the	Fragments of Fine Arma Eye	\d	the	
    -_4C8D7568FE0F5B33	m0502chafd01	Fragment of Excellent Forest Arma Eye	a	the	Fragments of Excellent Forest Arma Eye	\d	the	
    -_6EF50176BE574993	m0502chajc01	Fragment of Choice Jungle Arma Eye	a	the	Fragments of Choice Jungle Arma Eye	\d	the	
    -_CECD3965BA5D7B33	m0502chajd01	Fragment of Excellent Jungle Arma Eye	a	the	Fragments of Excellent Jungle Arma Eye	\d	the	
    -_54F901DDE73AAB62	m0502chald01	Fragment of Excellent Lakes Arma Eye	a	the	Fragments of Excellent Lakes Arma Eye	\d	the	
    -_C324ED3F0E2B518E	m0502chale01	Fragment of Supreme Lakes Arma Eye	a	the	Fragments of Supreme Lakes Arma Eye	\d	the	
    -_215930D4B13024B4	m0502chapc01	Fragment of Choice Prime Root Arma Eye	a	the	Fragments of Choice Prime Root Arma Eye	\d	the	
    -_FB9E7EF6F548BB63	m0502chapd01	Fragment of Excellent Prime Root Arma Eye	a	the	Fragments of Excellent Prime Root Arma Eye	\d	the	
    -_629EFFD7F525AB04	m0502chape01	Fragment of Supreme Prime Root Arma Eye	a	the	Fragments of Supreme Prime Root Arma Eye	\d	the	
    -_3E4BDDDC49D29FC7	m0503chaca01	Fragment of Basic Arma Skin	a	the	Fragments of Basic Arma Skin	\d	the	
    -_AEFE6F434C73A1A1	m0503chacb01	Fragment of Fine Arma Skin	a	the	Fragments of Fine Arma Skin	\d	the	
    -_4ACEEA43D7077FF5	m0503chafd01	Fragment of Excellent Forest Arma Skin	a	the	Fragments of Excellent Forest Arma Skin	\d	the	
    -_74B58FCF6DD6C991	m0503chajc01	Fragment of Choice Jungle Arma Skin	a	the	Fragments of Choice Jungle Arma Skin	\d	the	
    -_CC1DCE4912F797F1	m0503chajd01	Fragment of Excellent Jungle Arma Skin	a	the	Fragments of Excellent Jungle Arma Skin	\d	the	
    -_409DE27CECCEFA62	m0503chald01	Fragment of Excellent Lakes Arma Skin	a	the	Fragments of Excellent Lakes Arma Skin	\d	the	
    -_A3FCE512AACBEB73	m0503chale01	Fragment of Supreme Lakes Arma Skin	a	the	Fragments of Supreme Lakes Arma Skin	\d	the	
    -_42D887C8D55F3BF6	m0503chapc01	Fragment of Choice Prime Root Arma Skin	a	the	Fragments of Choice Prime Root Arma Skin	\d	the	
    -_DCB7C2B36007314F	m0503chapd01	Fragment of Excellent Prime Root Arma Skin	a	the	Fragments of Excellent Prime Root Arma Skin	\d	the	
    -_67B113F6727AFB72	m0503chape01	Fragment of Supreme Prime Root Arma Skin	a	the	Fragments of Supreme Prime Root Arma Skin	\d	the	
    -_65430CE38532A536	m0504chaca01	Fragment of Basic Arma Pelvis	a	the	Fragments of Basic Arma Pelvis	\d	the	
    -_A5B1D8B2D8466BA9	m0504chacb01	Fragment of Fine Arma Pelvis	a	the	Fragments of Fine Arma Pelvis	\d	the	
    -_F4433EF21F04560E	m0504chafd01	Fragment of Excellent Forest Arma Pelvis	a	the	Fragments of Excellent Forest Arma Pelvis	\d	the	
    -_DDDF1280708AEBFE	m0504chajc01	Fragment of Choice Jungle Arma Pelvis	a	the	Fragments of Choice Jungle Arma Pelvis	\d	the	
    -_B5A32EFC5C935EFB	m0504chajd01	Fragment of Excellent Jungle Arma Pelvis	a	the	Fragments of Excellent Jungle Arma Pelvis	\d	the	
    -_089BC5E0C7AF680F	m0504chald01	Fragment of Excellent Lakes Arma Pelvis	a	the	Fragments of Excellent Lakes Arma Pelvis	\d	the	
    -_9C5FFE343972B580	m0504chale01	Fragment of Supreme Lakes Arma Pelvis	a	the	Fragments of Supreme Lakes Arma Pelvis	\d	the	
    -_B3F1E744889104E1	m0504chapc01	Fragment of Choice Prime Root Arma Pelvis	a	the	Fragments of Choice Prime Root Arma Pelvis	\d	the	
    -_8AE56F122D8E2764	m0504chapd01	Fragment of Excellent Prime Root Arma Pelvis	a	the	Fragments of Excellent Prime Root Arma Pelvis	\d	the	
    -_A5B4EB42CA01347C	m0504chape01	Fragment of Supreme Prime Root Arma Pelvis	a	the	Fragments of Supreme Prime Root Arma Pelvis	\d	the	
    -_D6705DC4D6A0A517	m0505chaca01	Basic Arma Tooth	a	the	Basic Arma Teeth	\d	the	
    -_EE4FBE509214BD05	m0505chacb01	Fine Arma Tooth	a	the	Fine Arma Teeth	\d	the	
    -_D7D64F33AA14FBC5	m0505chafd01	Excellent Forest Arma Tooth	an	the	Excellent Forest Arma Teeth	\d	the	
    -_83A7CFA683D70FF2	m0505chajc01	Choice Jungle Arma Tooth	a	the	Choice Jungle Arma Teeth	\d	the	
    -_4FF45F2FAE94FBC5	m0505chajd01	Excellent Jungle Arma Tooth	an	the	Excellent Jungle Arma Teeth	\d	the	
    -_BDEC78607D93634C	m0505chald01	Excellent Lakes Arma Tooth	an	the	Excellent Lakes Arma Teeth	\d	the	
    -_4FCC342B84ED07CB	m0505chale01	Supreme Lakes Arma Tooth	a	the	Supreme Lakes Arma Teeth	\d	the	
    -_1256B5912AD49365	m0505chapc01	Choice Prime Root Arma Tooth	a	the	Choice Prime Root Arma Teeth	\d	the	
    -_9B7BCC2178DB3873	m0505chapd01	Excellent Prime Root Arma Tooth	an	the	Excellent Prime Root Arma Teeth	\d	the	
    -_BF13581515D6EA17	m0505chape01	Supreme Prime Root Arma Tooth	a	the	Supreme Prime Root Arma Teeth	\d	the	
    -_6AA701AA8D1FFEA3	m0506chnca01	Fragment of Basic Bawaab Eye	a	the	Fragments of Basic Bawaab Eye	\d	the	
    -_A4F121CC0EB631F8	m0506chncb01	Fragment of Fine Bawaab Eye	a	the	Fragments of Fine Bawaab Eye	\d	the	
    -_9E53AF632677648A	m0506chnfc01	Fragment of Choice Forest Bawaab Eye	a	the	Fragments of Choice Forest Bawaab Eye	\d	the	
    -_01D1D797D75887D2	m0506chnfd01	Fragment of Excellent Forest Bawaab Eye	a	the	Fragments of Excellent Forest Bawaab Eye	\d	the	
    -_AB21993E6119434F	m0506chnje01	Fragment of Supreme Jungle Bawaab Eye	a	the	Fragments of Supreme Jungle Bawaab Eye	\d	the	
    -_951621E96B9DDD28	m0507chnca01	Fragment of Basic Bawaab Pelvis	a	the	Fragments of Basic Bawaab Pelvis	\d	the	
    -_8F1441C40F572A20	m0507chncb01	Fragment of Fine Bawaab Pelvis	a	the	Fragments of Fine Bawaab Pelvis	\d	the	
    -_022DA3D0D8B4570C	m0507chnfc01	Fragment of Choice Forest Bawaab Pelvis	a	the	Fragments of Choice Forest Bawaab Pelvis	\d	the	
    -_3077277E95589DBA	m0507chnfd01	Fragment of Excellent Forest Bawaab Pelvis	a	the	Fragments of Excellent Forest Bawaab Pelvis	\d	the	
    -_5E9533144C57EF85	m0507chnje01	Fragment of Supreme Jungle Bawaab Pelvis	a	the	Fragments of Supreme Jungle Bawaab Pelvis	\d	the	
    -_5552ED6C20A737AC	m0508chnca01	Basic Bawaab Tooth	a	the	Basic Bawaab Teeth	\d	the	
    -_A2454E9449F3A234	m0508chncb01	Fine Bawaab Tooth	a	the	Fine Bawaab Teeth	\d	the	
    -_445AA3035503E97D	m0508chnfc01	Choice Forest Bawaab Tooth	a	the	Choice Forest Bawaab Teeth	\d	the	
    -_DD78A1F35A64F47B	m0508chnfd01	Excellent Forest Bawaab Tooth	an	the	Excellent Forest Bawaab Teeth	\d	the	
    -_6465BBD8E9F9857A	m0508chnje01	Supreme Jungle Bawaab Tooth	a	the	Supreme Jungle Bawaab Teeth	\d	the	
    -_A6B34DCA07D21F81	m0509chbca01	Fragment of Basic Bodoc Eye	a	the	Fragments of Basic Bodoc Eye	\d	the	
    -_2969AF94CDB275AF	m0509chbcb01	Fragment of Fine Bodoc Eye	a	the	Fragments of Fine Bodoc Eye	\d	the	
    -_5EDD1FAD29D64969	m0509chbfc01	Fragment of Choice Forest Bodoc Eye	a	the	Fragments of Choice Forest Bodoc Eye	\d	the	
    -_A4E567FD9B6ED98A	m0509chbfe01	Fragment of Supreme Forest Bodoc Eye	a	the	Fragments of Supreme Forest Bodoc Eye	\d	the	
    -_93EDB2712E6D9578	m0509chbld01	Fragment of Excellent Lakes Bodoc Eye	a	the	Fragments of Excellent Lakes Bodoc Eye	\d	the	
    -_57220204E146055D	m0509chbpd01	Fragment of Excellent Prime Root Bodoc Eye	a	the	Fragments of Excellent Prime Root Bodoc Eye	\d	the	
    -_90F4D9A1DAA5B962	m0510chbca01	Fragment of Basic Bodoc Pelvis	a	the	Fragments of Basic Bodoc Pelvis	\d	the	
    -_26520017CAE01EEA	m0510chbcb01	Fragment of Fine Bodoc Pelvis	a	the	Fragments of Fine Bodoc Pelvis	\d	the	
    -_876D467988DED34F	m0510chbfc01	Fragment of Choice Forest Bodoc Pelvis	a	the	Fragments of Choice Forest Bodoc Pelvis	\d	the	
    -_F02150B083A8FCE5	m0510chbfe01	Fragment of Supreme Forest Bodoc Pelvis	a	the	Fragments of Supreme Forest Bodoc Pelvis	\d	the	
    -_3FEDDBD5D2748B04	m0510chbld01	Fragment of Excellent Lakes Bodoc Pelvis	a	the	Fragments of Excellent Lakes Bodoc Pelvis	\d	the	
    -_86F9BAB3E3E81E73	m0510chbpd01	Fragment of Excellent Prime Root Bodoc Pelvis	a	the	Fragments of Excellent Prime Root Bodoc Pelvis	\d	the	
    -_61B3BDCF7F32C730	m0511chbca01	Basic Bodoc Tooth	a	the	Basic Bodoc Teeth	\d	the	
    -_92011287923156D6	m0511chbcb01	Fine Bodoc Tooth	a	the	Fine Bodoc Teeth	\d	the	
    -_4A4C1B8C639D7D13	m0511chbfc01	Choice Forest Bodoc Tooth	a	the	Choice Forest Bodoc Teeth	\d	the	
    -_767A072768D50D71	m0511chbfe01	Supreme Forest Bodoc Tooth	a	the	Supreme Forest Bodoc Teeth	\d	the	
    -_04FA5BCED3756831	m0511chbld01	Excellent Lakes Bodoc Tooth	an	the	Excellent Lakes Bodoc Teeth	\d	the	
    -_573B360083B68410	m0511chbpd01	Excellent Prime Root Bodoc Tooth	an	the	Excellent Prime Root Bodoc Teeth	\d	the	
    -_AC970DAD111FFEA6	m0512chrca01	Fragment of Basic Bolobi Eye	a	the	Fragments of Basic Bolobi Eye	\d	the	
    -_E4D129E88B7631F4	m0512chrcb01	Fragment of Fine Bolobi Eye	a	the	Fragments of Fine Bolobi Eye	\d	the	
    -_7F21DBA516A88BDC	m0512chrfd01	Fragment of Excellent Forest Bolobi Eye	a	the	Fragments of Excellent Forest Bolobi Eye	\d	the	
    -_67E2554426FA7B6B	m0512chrfe01	Fragment of Supreme Forest Bolobi Eye	a	the	Fragments of Supreme Forest Bolobi Eye	\d	the	
    -_11B0596AB5E9F737	m0512chrld01	Fragment of Excellent Lakes Bolobi Eye	a	the	Fragments of Excellent Lakes Bolobi Eye	\d	the	
    -_5ED369905210F688	m0514chrca01	Basic Bolobi Nail	a	the	Basic Bolobi Nails	\d	the	
    -_88E4D6668C141AB8	m0514chrcb01	Fine Bolobi Nail	a	the	Fine Bolobi Nails	\d	the	
    -_1B49DD2DA46F1B27	m0514chrfd01	Excellent Forest Bolobi Nail	an	the	Excellent Forest Bolobi Nails	\d	the	
    -_F6B7FE4F1F693969	m0514chrfe01	Supreme Forest Bolobi Nail	a	the	Supreme Forest Bolobi Nails	\d	the	
    -_BE0806E3E9659835	m0514chrld01	Excellent Lakes Bolobi Nail	an	the	Excellent Lakes Bolobi Nails	\d	the	
    -_1A2659DEB1AD151B	m0515chrca01	Fragment of Basic Bolobi Pelvis	a	the	Fragments of Basic Bolobi Pelvis	\d	the	
    -_52D37DD24E37461F	m0515chrcb01	Fragment of Fine Bolobi Pelvis	a	the	Fragments of Fine Bolobi Pelvis	\d	the	
    -_31A65F7E96C8BDC7	m0515chrfd01	Fragment of Excellent Forest Bolobi Pelvis	a	the	Fragments of Excellent Forest Bolobi Pelvis	\d	the	
    -_5EA72719D1455391	m0515chrfe01	Fragment of Supreme Forest Bolobi Pelvis	a	the	Fragments of Supreme Forest Bolobi Pelvis	\d	the	
    -_1A72EE2E978193DE	m0515chrld01	Fragment of Excellent Lakes Bolobi Pelvis	a	the	Fragments of Excellent Lakes Bolobi Pelvis	\d	the	
    -_9BA1256CE3B78BA0	m0516chrca01	Basic Bolobi Tooth	a	the	Basic Bolobi Teeth	\d	the	
    -_E2358689CD63A640	m0516chrcb01	Fine Bolobi Tooth	a	the	Fine Bolobi Teeth	\d	the	
    -_5DC8790F9944F480	m0516chrfd01	Excellent Forest Bolobi Tooth	an	the	Excellent Forest Bolobi Teeth	\d	the	
    -_2665F7F12D0A8971	m0516chrfe01	Supreme Forest Bolobi Tooth	a	the	Supreme Forest Bolobi Teeth	\d	the	
    -_FD6C4F3B62725364	m0516chrld01	Excellent Lakes Bolobi Tooth	an	the	Excellent Lakes Bolobi Teeth	\d	the	
    -_70284CA9B27FEC96	m0517chcca01	Fragment of Basic Capryni Eye	a	the	Fragments of Basic Capryni Eye	\d	the	
    -_6D2781B856437E64	m0517chccb01	Fragment of Fine Capryni Eye	a	the	Fragments of Fine Capryni Eye	\d	the	
    -_191975C96F91CC67	m0517chcde01	Fragment of Supreme Desert Capryni Eye	a	the	Fragments of Supreme Desert Capryni Eye	\d	the	
    -_BA28B6A59D819213	m0517chcjd01	Fragment of Excellent Jungle Capryni Eye	a	the	Fragments of Excellent Jungle Capryni Eye	\d	the	
    -_5EB968E30280BC25	m0517chcld01	Fragment of Excellent Lakes Capryni Eye	a	the	Fragments of Excellent Lakes Capryni Eye	\d	the	
    -_64D5A73AB76FC83B	m0517chcle01	Fragment of Supreme Lakes Capryni Eye	a	the	Fragments of Supreme Lakes Capryni Eye	\d	the	
    -_26C471681A08FC81	m0518chcca01	Fragment of Basic Capryni Skin	a	the	Fragments of Basic Capryni Skin	\d	the	
    -_F21688FC06FB22FB	m0518chccb01	Fragment of Fine Capryni Skin	a	the	Fragments of Fine Capryni Skin	\d	the	
    -_6FBDBCE04244681F	m0518chcde01	Fragment of Supreme Desert Capryni Skin	a	the	Fragments of Supreme Desert Capryni Skin	\d	the	
    -_83C4578F864088CC	m0518chcjd01	Fragment of Excellent Jungle Capryni Skin	a	the	Fragments of Excellent Jungle Capryni Skin	\d	the	
    -_BE796F0A91001F41	m0518chcld01	Fragment of Excellent Lakes Capryni Skin	a	the	Fragments of Excellent Lakes Capryni Skin	\d	the	
    -_E982C9C369A7A0CD	m0518chcle01	Fragment of Supreme Lakes Capryni Skin	a	the	Fragments of Supreme Lakes Capryni Skin	\d	the	
    -_572FE49553BCBBB3	m0519chcca01	Basic Capryni Nail	a	the	Basic Capryni Nails	\d	the	
    -_61E6224E55B13193	m0519chccb01	Fine Capryni Nail	a	the	Fine Capryni Nails	\d	the	
    -_98204B3C30FC6545	m0519chcde01	Supreme Desert Capryni Nail	a	the	Supreme Desert Capryni Nails	\d	the	
    -_31D7D9FE8D815D4D	m0519chcjd01	Excellent Jungle Capryni Nail	an	the	Excellent Jungle Capryni Nails	\d	the	
    -_EDE699452A541B2F	m0519chcld01	Excellent Lakes Capryni Nail	an	the	Excellent Lakes Capryni Nails	\d	the	
    -_C41348DC4A5E7B5E	m0519chcle01	Supreme Lakes Capryni Nail	a	the	Supreme Lakes Capryni Nails	\d	the	
    -_9231D9B8748DFF98	m0520chcca01	Basic Capryni Tooth	a	the	Basic Capryni Teeth	\d	the	
    -_A134BA48E6F2C3AB	m0520chccb01	Fine Capryni Tooth	a	the	Fine Capryni Teeth	\d	the	
    -_64164D2FB2DE5DFE	m0520chcde01	Supreme Desert Capryni Tooth	a	the	Supreme Desert Capryni Teeth	\d	the	
    -_30181D2B1DDBB951	m0520chcjd01	Excellent Jungle Capryni Tooth	an	the	Excellent Jungle Capryni Teeth	\d	the	
    -_F5F0D926A5749488	m0520chcld01	Excellent Lakes Capryni Tooth	an	the	Excellent Lakes Capryni Teeth	\d	the	
    -_041FFB1BDD1F4171	m0520chcle01	Supreme Lakes Capryni Tooth	a	the	Supreme Lakes Capryni Teeth	\d	the	
    -_73BD4A67C10AF14D	m0521ccbca01	Fragment of Basic Clopper Mandible	a	the	Fragments of Basic Clopper Mandible	\d	the	
    -_7821DE6574DC1A3E	m0521ccbcb01	Fragment of Fine Clopper Mandible	a	the	Fragments of Fine Clopper Mandible	\d	the	
    -_2CF9C0486B500626	m0521ccbdc01	Fragment of Choice Desert Clopper Mandible	a	the	Fragments of Choice Desert Clopper Mandible	\d	the	
    -_38244707051EDAFF	m0521ccbdd01	Fragment of Excellent Desert Clopper Mandible	a	the	Fragments of Excellent Desert Clopper Mandible	\d	the	
    -_38EF9947A7EE5565	m0521ccbde01	Fragment of Supreme Desert Clopper Mandible	a	the	Fragments of Supreme Desert Clopper Mandible	\d	the	
    -_0139378A22B43C98	m0521ccblc01	Fragment of Choice Lakes Clopper Mandible	a	the	Fragments of Choice Lakes Clopper Mandible	\d	the	
    -_72D8BAB9C8735069	m0522ccbca01	Basic Clopper Secretion	a	the	Basic Clopper Secretions	\d	the	
    -_E7825FC60FD13806	m0522ccbcb01	Fine Clopper Secretion	a	the	Fine Clopper Secretions	\d	the	
    -_A001DCA8FDCCB934	m0522ccbdc01	Choice Desert Clopper Secretion	a	the	Choice Desert Clopper Secretions	\d	the	
    -_DFB052116101B236	m0522ccbdd01	Excellent Desert Clopper Secretion	an	the	Excellent Desert Clopper Secretions	\d	the	
    -_E298CE5CA27806AB	m0522ccbde01	Supreme Desert Clopper Secretion	a	the	Supreme Desert Clopper Secretions	\d	the	
    -_95744D580718BEA6	m0522ccblc01	Choice Lakes Clopper Secretion	a	the	Choice Lakes Clopper Secretions	\d	the	
    -_9B35B026EE6C6C61	m0523ccbca01	Fragment of Basic Clopper Sting	a	the	Fragments of Basic Clopper Sting	\d	the	
    -_A8F299C7BB5DF2EF	m0523ccbcb01	Fragment of Fine Clopper Sting	a	the	Fragments of Fine Clopper Sting	\d	the	
    -_484C36019B83EA3B	m0523ccbdc01	Fragment of Choice Desert Clopper Sting	a	the	Fragments of Choice Desert Clopper Sting	\d	the	
    -_2E96273B1A4DB1CE	m0523ccbdd01	Fragment of Excellent Desert Clopper Sting	a	the	Fragments of Excellent Desert Clopper Sting	\d	the	
    -_133DC31C4AB1A879	m0523ccbde01	Fragment of Supreme Desert Clopper Sting	a	the	Fragments of Supreme Desert Clopper Sting	\d	the	
    -_7E132A8607084A19	m0523ccblc01	Fragment of Choice Lakes Clopper Sting	a	the	Fragments of Choice Lakes Clopper Sting	\d	the	
    -_E34465675D38D882	m0524ccbca01	Fragment of Basic Clopper Tail	a	the	Fragments of Basic Clopper Tail	\d	the	
    -_324660F9C6BB4AEE	m0524ccbcb01	Fragment of Fine Clopper Tail	a	the	Fragments of Fine Clopper Tail	\d	the	
    -_189DD6338B61F270	m0524ccbdc01	Fragment of Choice Desert Clopper Tail	a	the	Fragments of Choice Desert Clopper Tail	\d	the	
    -_BC8517848DC1BCC6	m0524ccbdd01	Fragment of Excellent Desert Clopper Tail	a	the	Fragments of Excellent Desert Clopper Tail	\d	the	
    -_AE7DDCD801B48813	m0524ccbde01	Fragment of Supreme Desert Clopper Tail	a	the	Fragments of Supreme Desert Clopper Tail	\d	the	
    -_FE334F70727E12F6	m0524ccblc01	Fragment of Choice Lakes Clopper Tail	a	the	Fragments of Choice Lakes Clopper Tail	\d	the	
    -_166AEDE38D1C353D	m0525cpeca01	Handful of Basic Cratcha Moss	a	the	Handfuls of Basic Cratcha Moss	\d	the	
    -_2FC621F651A5B524	m0525cpecb01	Handful of Fine Cratcha Moss	a	the	Handfuls of Fine Cratcha Moss	\d	the	
    -_8B383BA5B0D68615	m0525cpefc01	Handful of Choice Forest Cratcha Moss	a	the	Handfuls of Choice Forest Cratcha Moss	\d	the	
    -_1501256AAA185ECB	m0525cpefe01	Handful of Supreme Forest Cratcha Moss	a	the	Handfuls of Supreme Forest Cratcha Moss	\d	the	
    -_B64B9DC44A345FCC	m0526checa01	Fragment of Basic Cray Claw	a	the	Fragments of Basic Cray Claw	\d	the	
    -_6D0D2F5B50B3CDA7	m0526checb01	Fragment of Fine Cray Claw	a	the	Fragments of Fine Cray Claw	\d	the	
    -_472DBA415A369717	m0526chejd01	Fragment of Excellent Jungle Cray Claw	a	the	Fragments of Excellent Jungle Cray Claw	\d	the	
    -_F458CD232403D66F	m0526chelc01	Fragment of Choice Lakes Cray Claw	a	the	Fragments of Choice Lakes Cray Claw	\d	the	
    -_C65EB287AD5EBE55	m0526cheld01	Fragment of Excellent Lakes Cray Claw	a	the	Fragments of Excellent Lakes Cray Claw	\d	the	
    -_620BA52AAE0B1779	m0526chele01	Fragment of Supreme Lakes Cray Claw	a	the	Fragments of Supreme Lakes Cray Claw	\d	the	
    -_5321050067A8C13F	m0527checa01	Fragment of Basic Cray Mandible	a	the	Fragments of Basic Cray Mandible	\d	the	
    -_26203CDFCA4CD6EF	m0527checb01	Fragment of Fine Cray Mandible	a	the	Fragments of Fine Cray Mandible	\d	the	
    -_6E576FA066B8F884	m0527chejd01	Fragment of Excellent Jungle Cray Mandible	a	the	Fragments of Excellent Jungle Cray Mandible	\d	the	
    -_0BDDE61F48196F1D	m0527chelc01	Fragment of Choice Lakes Cray Mandible	a	the	Fragments of Choice Lakes Cray Mandible	\d	the	
    -_CE5702DE987198C4	m0527cheld01	Fragment of Excellent Lakes Cray Mandible	a	the	Fragments of Excellent Lakes Cray Mandible	\d	the	
    -_18F992AE2BC940C1	m0527chele01	Fragment of Supreme Lakes Cray Mandible	a	the	Fragments of Supreme Lakes Cray Mandible	\d	the	
    -_74180134EBE4AB66	m0528checa01	Basic Cray Secretion	a	the	Basic Cray Secretions	\d	the	
    -_9686B3E4606A2E58	m0528checb01	Fine Cray Secretion	a	the	Fine Cray Secretions	\d	the	
    -_A83AB443069A209E	m0528chejd01	Excellent Jungle Cray Secretion	an	the	Excellent Jungle Cray Secretions	\d	the	
    -_06F7904E57556417	m0528chelc01	Choice Lakes Cray Secretion	a	the	Choice Lakes Cray Secretions	\d	the	
    -_A5610802881B098C	m0528cheld01	Excellent Lakes Cray Secretion	an	the	Excellent Lakes Cray Secretions	\d	the	
    -_F4DE09BF5568981E	m0528chele01	Supreme Lakes Cray Secretion	a	the	Supreme Lakes Cray Secretions	\d	the	
    -_404B9DC44AD29FB9	m0529checa01	Fragment of Basic Cray Tail	a	the	Fragments of Basic Cray Tail	\d	the	
    -_AC6E735B50B3A1A7	m0529checb01	Fragment of Fine Cray Tail	a	the	Fragments of Fine Cray Tail	\d	the	
    -_497DD2499747970F	m0529chejd01	Fragment of Excellent Jungle Cray Tail	a	the	Fragments of Excellent Jungle Cray Tail	\d	the	
    -_F6F731186903D667	m0529chelc01	Fragment of Choice Lakes Cray Tail	a	the	Fragments of Choice Lakes Cray Tail	\d	the	
    -_C65EB27CED2ED669	m0529cheld01	Fragment of Excellent Lakes Cray Tail	a	the	Fragments of Excellent Lakes Cray Tail	\d	the	
    -_A16CE92AAE0BEB79	m0529chele01	Fragment of Supreme Lakes Cray Tail	a	the	Fragments of Supreme Lakes Cray Tail	\d	the	
    -_63445D64A427C88D	m0530cckca01	Fragment of Basic Cuttler Claw	a	the	Fragments of Basic Cuttler Claw	\d	the	
    -_7137441C03FC06EA	m0530cckcb01	Fragment of Fine Cuttler Claw	a	the	Fragments of Fine Cuttler Claw	\d	the	
    -_989DCE30D250E27B	m0530cckdc01	Fragment of Choice Desert Cuttler Claw	a	the	Fragments of Choice Desert Cuttler Claw	\d	the	
    -_A86ED0ECFDA57C23	m0530cckde01	Fragment of Supreme Desert Cuttler Claw	a	the	Fragments of Supreme Desert Cuttler Claw	\d	the	
    -_5ABDCA3C5260E27A	m0530cckfc01	Fragment of Choice Forest Cuttler Claw	a	the	Fragments of Choice Forest Cuttler Claw	\d	the	
    -_BDC7EF9C8AD1ACD1	m0530cckfd01	Fragment of Excellent Forest Cuttler Claw	a	the	Fragments of Excellent Forest Cuttler Claw	\d	the	
    -_A85EF8F1FD95A426	m0530cckfe01	Fragment of Supreme Forest Cuttler Claw	a	the	Fragments of Supreme Forest Cuttler Claw	\d	the	
    -_19A7E55F0C7048B8	m0531cckca01	Basic Cuttler Ligament	a	the	Basic Cuttler Ligaments	\d	the	
    -_FCB9DDC9B7FA9CF4	m0531cckcb01	Fine Cuttler Ligament	a	the	Fine Cuttler Ligaments	\d	the	
    -_83F04B3546EB423E	m0531cckdc01	Choice Desert Cuttler Ligament	a	the	Choice Desert Cuttler Ligaments	\d	the	
    -_0210D68FFE586CDB	m0531cckde01	Supreme Desert Cuttler Ligament	a	the	Supreme Desert Cuttler Ligaments	\d	the	
    -_03F04F37468B4648	m0531cckfc01	Choice Forest Cuttler Ligament	a	the	Choice Forest Cuttler Ligaments	\d	the	
    -_EC759E900B431299	m0531cckfd01	Excellent Forest Cuttler Ligament	an	the	Excellent Forest Cuttler Ligaments	\d	the	
    -_4210D29C7E4894DD	m0531cckfe01	Supreme Forest Cuttler Ligament	a	the	Supreme Forest Cuttler Ligaments	\d	the	
    -_048A1A2F796DB7A9	m0533dxacb01	Phial of Basic Dante Sap	a	the	Phials of Basic Dante Sap	\d	the	
    -_1F99F65275A042B0	m0533dxacc01	Phial of Fine Dante Sap	a	the	Phials of Fine Dante Sap	\d	the	
    -_AA4604C22A5B194E	m0533dxadd01	Phial of Choice Desert Dante Sap	a	the	Phials of Choice Desert Dante Sap	\d	the	
    -_587C29FCC2DBAD95	m0533dxade01	Phial of Excellent Desert Dante Sap	a	the	Phials of Excellent Desert Dante Sap	\d	the	
    -_1E732B81E4013F88	m0533dxadf01	Phial of Supreme Desert Dante Sap	a	the	Phials of Supreme Desert Dante Sap	\d	the	
    -_6AE60CC52A4B4550	m0533dxafd01	Phial of Choice Forest Dante Sap	a	the	Phials of Choice Forest Dante Sap	\d	the	
    -_D87C2112C2DBAD95	m0533dxafe01	Phial of Excellent Forest Dante Sap	a	the	Phials of Excellent Forest Dante Sap	\d	the	
    -_9E732F83E4A14392	m0533dxaff01	Phial of Supreme Forest Dante Sap	a	the	Phials of Supreme Forest Dante Sap	\d	the	
    -_6947E0C2AA194156	m0533dxajd01	Phial of Choice Jungle Dante Sap	a	the	Phials of Choice Jungle Dante Sap	\d	the	
    -_56BC0122C4DBAD77	m0533dxaje01	Phial of Excellent Jungle Dante Sap	a	the	Phials of Excellent Jungle Dante Sap	\d	the	
    -_9F82137A22224398	m0533dxajf01	Phial of Supreme Jungle Dante Sap	a	the	Phials of Supreme Jungle Dante Sap	\d	the	
    -_071583A163349602	m0533dxald01	Phial of Choice Lakes Dante Sap	a	the	Phials of Choice Lakes Dante Sap	\d	the	
    -_A7562768D7CCF794	m0533dxale01	Phial of Excellent Lakes Dante Sap	a	the	Phials of Excellent Lakes Dante Sap	\d	the	
    -_D346FCED294D3C42	m0533dxalf01	Phial of Supreme Lakes Dante Sap	a	the	Phials of Supreme Lakes Dante Sap	\d	the	
    -_843AC5D53FBEC52C	m0533dxapd01	Phial of Choice Prime Root Dante Sap	a	the	Phials of Choice Prime Root Dante Sap	\d	the	
    -_FD1E6AD35325AE24	m0533dxape01	Phial of Excellent Prime Root Dante Sap	a	the	Phials of Excellent Prime Root Dante Sap	\d	the	
    -_04D029EBABED1BCE	m0533dxapf01	Phial of Supreme Prime Root Dante Sap	a	the	Phials of Supreme Prime Root Dante Sap	\d	the	
    -_9E3F8F149A73B5F7	m0534dxacb01	Portion of Basic Dung Resin	a	the	Portions of Basic Dung Resin	\d	the	
    -_2528985892A2505B	m0534dxacc01	Portion of Fine Dung Resin	a	the	Portions of Fine Dung Resin	\d	the	
    -_D88DA109CCFBB5C1	m0534dxadd01	Portion of Choice Desert Dung Resin	a	the	Portions of Choice Desert Dung Resin	\d	the	
    -_794EAE805233A444	m0534dxade01	Portion of Excellent Desert Dung Resin	a	the	Portions of Excellent Desert Dung Resin	\d	the	
    -_3461C3C6EAA85ED2	m0534dxadf01	Portion of Supreme Desert Dung Resin	a	the	Portions of Supreme Desert Dung Resin	\d	the	
    -_D8ADA109D03BB5C1	m0534dxafd01	Portion of Choice Forest Dung Resin	a	the	Portions of Choice Forest Dung Resin	\d	the	
    -_39EEB6835223D046	m0534dxafe01	Portion of Excellent Forest Dung Resin	a	the	Portions of Excellent Forest Dung Resin	\d	the	
    -_7451E7D46AA85ED3	m0534dxaff01	Portion of Supreme Forest Dung Resin	a	the	Portions of Supreme Forest Dung Resin	\d	the	
    -_50CBB105D4BBB5C1	m0534dxajd01	Portion of Choice Jungle Dung Resin	a	the	Portions of Choice Jungle Dung Resin	\d	the	
    -_384F8A80D2F1CC4C	m0534dxaje01	Portion of Excellent Jungle Dung Resin	a	the	Portions of Excellent Jungle Dung Resin	\d	the	
    -_3330EFE26BA822BD	m0534dxajf01	Portion of Supreme Jungle Dung Resin	a	the	Portions of Supreme Jungle Dung Resin	\d	the	
    -_588AF93BE788F1EA	m0534dxald01	Portion of Choice Lakes Dung Resin	a	the	Portions of Choice Lakes Dung Resin	\d	the	
    -_F00CE6AE068C1EC2	m0534dxale01	Portion of Excellent Lakes Dung Resin	a	the	Portions of Excellent Lakes Dung Resin	\d	the	
    -_D9A5223B4339652D	m0534dxalf01	Portion of Supreme Lakes Dung Resin	a	the	Portions of Supreme Lakes Dung Resin	\d	the	
    -_2FCEEA0E0B862658	m0534dxapd01	Portion of Choice Prime Root Dung Resin	a	the	Portions of Choice Prime Root Dung Resin	\d	the	
    -_10F20CB7AAE6B3FE	m0534dxape01	Portion of Excellent Prime Root Dung Resin	a	the	Portions of Excellent Prime Root Dung Resin	\d	the	
    -_3317022363ECF41C	m0534dxapf01	Portion of Supreme Prime Root Dung Resin	a	the	Portions of Supreme Prime Root Dung Resin	\d	the	
    -_429A4E3078ECBBB4	m0535dxacb01	Phial of Basic Enola Sap	a	the	Phials of Basic Enola Sap	\d	the	
    -_6269D653B87022B3	m0535dxacc01	Phial of Fine Enola Sap	a	the	Phials of Fine Enola Sap	\d	the	
    -_E85638C329DA1D59	m0535dxadd01	Phial of Choice Desert Enola Sap	a	the	Phials of Choice Desert Enola Sap	\d	the	
    -_58FCE9FE48FBAD97	m0535dxade01	Phial of Excellent Desert Enola Sap	a	the	Phials of Excellent Desert Enola Sap	\d	the	
    -_61832B7DE2D1538C	m0535dxadf01	Phial of Supreme Desert Enola Sap	a	the	Phials of Supreme Desert Enola Sap	\d	the	
    -_A8F640C629CA495B	m0535dxafd01	Phial of Choice Forest Enola Sap	a	the	Phials of Choice Forest Enola Sap	\d	the	
    -_D8FCE11448FBAD97	m0535dxafe01	Phial of Excellent Forest Enola Sap	a	the	Phials of Excellent Forest Enola Sap	\d	the	
    -_E1832F7FE2715796	m0535dxaff01	Phial of Supreme Forest Enola Sap	a	the	Phials of Supreme Forest Enola Sap	\d	the	
    -_A75714C3A9984561	m0535dxajd01	Phial of Choice Jungle Enola Sap	a	the	Phials of Choice Jungle Enola Sap	\d	the	
    -_563CC1244AFBAD79	m0535dxaje01	Phial of Excellent Jungle Enola Sap	a	the	Phials of Excellent Jungle Enola Sap	\d	the	
    -_E292137620F2579C	m0535dxajf01	Phial of Supreme Jungle Enola Sap	a	the	Phials of Supreme Jungle Enola Sap	\d	the	
    -_47E5879D6144BAFD	m0535dxald01	Phial of Choice Lakes Enola Sap	a	the	Phials of Choice Lakes Enola Sap	\d	the	
    -_EA662764D59C0B98	m0535dxale01	Phial of Excellent Lakes Enola Sap	a	the	Phials of Excellent Lakes Enola Sap	\d	the	
    -_1616DCEE6C1D1C45	m0535dxalf01	Phial of Supreme Lakes Enola Sap	a	the	Phials of Supreme Lakes Enola Sap	\d	the	
    -_81C9FDE37FBEC52A	m0535dxapd01	Phial of Choice Prime Root Enola Sap	a	the	Phials of Choice Prime Root Enola Sap	\d	the	
    -_40EE4AD496F58E27	m0535dxape01	Phial of Excellent Prime Root Enola Sap	a	the	Phials of Excellent Prime Root Enola Sap	\d	the	
    -_45F05DECABADFBCD	m0535dxapf01	Phial of Supreme Prime Root Enola Sap	a	the	Phials of Supreme Prime Root Enola Sap	\d	the	
    -_318905AD125FFEB0	m0536choca01	Fragment of Basic Frippo Eye	a	the	Fragments of Basic Frippo Eye	\d	the	
    -_649199EA48D851F8	m0536chocb01	Fragment of Fine Frippo Eye	a	the	Fragments of Fine Frippo Eye	\d	the	
    -_23245D9313F1FA8F	m0538choca01	Basic Frippo Nail	a	the	Basic Frippo Nails	\d	the	
    -_47751E670AA562BD	m0538chocb01	Fine Frippo Nail	a	the	Fine Frippo Nails	\d	the	
    -_DC475DDB32CE191C	m0539choca01	Fragment of Basic Frippo Pelvis	a	the	Fragments of Basic Frippo Pelvis	\d	the	
    -_1303C1D7CC686E31	m0539chocb01	Fragment of Fine Frippo Pelvis	a	the	Fragments of Fine Frippo Pelvis	\d	the	
    -_5EB13170A398A7A5	m0540choca01	Basic Frippo Tooth	a	the	Basic Frippo Teeth	\d	the	
    -_63479A86CD03DE3B	m0540chocb01	Fine Frippo Tooth	a	the	Fine Frippo Teeth	\d	the	
    -_DF3F8F149A73C5F4	m0541dxacb01	Portion of Basic Fung Resin	a	the	Portions of Basic Fung Resin	\d	the	
    -_E628985892A2505A	m0541dxacc01	Portion of Fine Fung Resin	a	the	Portions of Fine Fung Resin	\d	the	
    -_198DA109CCFBC5BE	m0541dxadd01	Portion of Choice Desert Fung Resin	a	the	Portions of Choice Desert Fung Resin	\d	the	
    -_3A4EAE825233A441	m0541dxade01	Portion of Excellent Desert Fung Resin	a	the	Portions of Excellent Desert Fung Resin	\d	the	
    -_7561C3C66AC85ECF	m0541dxadf01	Portion of Supreme Desert Fung Resin	a	the	Portions of Supreme Desert Fung Resin	\d	the	
    -_19ADA109D03BC5BE	m0541dxafd01	Portion of Choice Forest Fung Resin	a	the	Portions of Choice Forest Fung Resin	\d	the	
    -_FAEEB6855223D043	m0541dxafe01	Portion of Excellent Forest Fung Resin	a	the	Portions of Excellent Forest Fung Resin	\d	the	
    -_B551E7D4EAC85ED0	m0541dxaff01	Portion of Supreme Forest Fung Resin	a	the	Portions of Supreme Forest Fung Resin	\d	the	
    -_91CBB105D4BBC5BE	m0541dxajd01	Portion of Choice Jungle Fung Resin	a	the	Portions of Choice Jungle Fung Resin	\d	the	
    -_F94F8A82D2F1CC49	m0541dxaje01	Portion of Excellent Jungle Fung Resin	a	the	Portions of Excellent Jungle Fung Resin	\d	the	
    -_7430EFE2EBC822BA	m0541dxajf01	Portion of Supreme Jungle Fung Resin	a	the	Portions of Supreme Jungle Fung Resin	\d	the	
    -_198A013BE788F1E7	m0541dxald01	Portion of Choice Lakes Fung Resin	a	the	Portions of Choice Lakes Fung Resin	\d	the	
    -_310CE6AE86AC1EBF	m0541dxale01	Portion of Excellent Lakes Fung Resin	a	the	Portions of Excellent Lakes Fung Resin	\d	the	
    -_9AA5223B4339652C	m0541dxalf01	Portion of Supreme Lakes Fung Resin	a	the	Portions of Supreme Lakes Fung Resin	\d	the	
    -_70CEF20E0B862E55	m0541dxapd01	Portion of Choice Prime Root Fung Resin	a	the	Portions of Choice Prime Root Fung Resin	\d	the	
    -_D1F20CB7AAE6B3FD	m0541dxape01	Portion of Excellent Prime Root Fung Resin	a	the	Portions of Excellent Prime Root Fung Resin	\d	the	
    -_74370223E3ECF419	m0541dxapf01	Portion of Supreme Prime Root Fung Resin	a	the	Portions of Supreme Prime Root Fung Resin	\d	the	
    -_6F363102565CFB6C	m0542ccaca01	Basic Gingo Ligament	a	the	Basic Gingo Ligaments	\d	the	
    -_121463E39BB6B28A	m0542ccacb01	Fine Gingo Ligament	a	the	Fine Gingo Ligaments	\d	the	
    -_A6C8C93382D8358C	m0542ccafd01	Excellent Forest Gingo Ligament	an	the	Excellent Forest Gingo Ligaments	\d	the	
    -_FDA344F3AD39B230	m0542ccafe01	Supreme Forest Gingo Ligament	a	the	Supreme Forest Gingo Ligaments	\d	the	
    -_933A63D38CC6A558	m0542ccajc01	Choice Jungle Gingo Ligament	a	the	Choice Jungle Gingo Ligaments	\d	the	
    -_6497D13340A73D88	m0542ccajd01	Excellent Jungle Gingo Ligament	an	the	Excellent Jungle Gingo Ligaments	\d	the	
    -_A7134DE04B721F7B	m0543chqca01	Fragment of Basic Gnoof Eye	a	the	Fragments of Basic Gnoof Eye	\d	the	
    -_2A69BB97535285AE	m0543chqcb01	Fragment of Fine Gnoof Eye	a	the	Fragments of Fine Gnoof Eye	\d	the	
    -_5F3D1FC36D764963	m0543chqfc01	Fragment of Choice Forest Gnoof Eye	a	the	Fragments of Choice Forest Gnoof Eye	\d	the	
    -_CF2B1199D5F48800	m0543chqfd01	Fragment of Excellent Forest Gnoof Eye	a	the	Fragments of Excellent Forest Gnoof Eye	\d	the	
    -_66958F01A06ED987	m0543chqfe01	Fragment of Supreme Forest Gnoof Eye	a	the	Fragments of Supreme Forest Gnoof Eye	\d	the	
    -_1CD719B810D06392	m0544chqca01	Fragment of Basic Gnoof Skin	a	the	Fragments of Basic Gnoof Skin	\d	the	
    -_3DA949E8CB76D942	m0544chqcb01	Fragment of Fine Gnoof Skin	a	the	Fragments of Fine Gnoof Skin	\d	the	
    -_5083C771A928C979	m0544chqfc01	Fragment of Choice Forest Gnoof Skin	a	the	Fragments of Choice Forest Gnoof Skin	\d	the	
    -_CC0DBFCB62946F04	m0544chqfd01	Fragment of Excellent Forest Gnoof Skin	a	the	Fragments of Excellent Forest Gnoof Skin	\d	the	
    -_E9623572EFC85824	m0544chqfe01	Fragment of Supreme Forest Gnoof Skin	a	the	Fragments of Supreme Forest Gnoof Skin	\d	the	
    -_CA835DA5CDB3A5F8	m0545chqca01	Basic Gnoof Nail	a	the	Basic Gnoof Nails	\d	the	
    -_EC3CD988D1F1D60E	m0545chqcb01	Fine Gnoof Nail	a	the	Fine Gnoof Nails	\d	the	
    -_379ADF8C3ACA1FDC	m0545chqfc01	Choice Forest Gnoof Nail	a	the	Choice Forest Gnoof Nails	\d	the	
    -_4850814FAE12D3A9	m0545chqfd01	Excellent Forest Gnoof Nail	an	the	Excellent Forest Gnoof Nails	\d	the	
    -_3C3EE400BDF2D84D	m0545chqfe01	Supreme Forest Gnoof Nail	a	the	Supreme Forest Gnoof Nails	\d	the	
    -_1314EDAC5EF5C568	m0546chqca01	Fragment of Basic Gnoof Pelvis	a	the	Fragments of Basic Gnoof Pelvis	\d	the	
    -_A852381691D032F0	m0546chqcb01	Fragment of Fine Gnoof Pelvis	a	the	Fragments of Fine Gnoof Pelvis	\d	the	
    -_0A8D5A840C2EDF55	m0546chqfc01	Fragment of Choice Forest Gnoof Pelvis	a	the	Fragments of Choice Forest Gnoof Pelvis	\d	the	
    -_3C66AFE4D0210C89	m0546chqfd01	Fragment of Excellent Forest Gnoof Pelvis	a	the	Fragments of Excellent Forest Gnoof Pelvis	\d	the	
    -_B3217CAF49A828EA	m0546chqfe01	Fragment of Supreme Forest Gnoof Pelvis	a	the	Fragments of Supreme Forest Gnoof Pelvis	\d	the	
    -_9C7195ABD83A7297	m0547chqca01	Basic Gnoof Trunk	a	the	Basic Gnoof Trunks	\d	the	
    -_CC55BE991A802E78	m0547chqcb01	Fine Gnoof Trunk	a	the	Fine Gnoof Trunks	\d	the	
    -_8B794B420D962468	m0547chqfc01	Choice Forest Gnoof Trunk	a	the	Choice Forest Gnoof Trunks	\d	the	
    -_2C6451109706F156	m0547chqfd01	Excellent Forest Gnoof Trunk	an	the	Excellent Forest Gnoof Trunks	\d	the	
    -_2AF840DC9C7A5D62	m0547chqfe01	Supreme Forest Gnoof Trunk	a	the	Supreme Forest Gnoof Trunks	\d	the	
    -_68798DF074DBB10F	m0548cccca01	Fragment of Basic Goari Mandible	a	the	Fragments of Basic Goari Mandible	\d	the	
    -_8F9286D2A1C93E12	m0548ccccb01	Fragment of Fine Goari Mandible	a	the	Fragments of Fine Goari Mandible	\d	the	
    -_0CE44FC9DD84DFC7	m0548cccdc01	Fragment of Choice Desert Goari Mandible	a	the	Fragments of Choice Desert Goari Mandible	\d	the	
    -_FBC518384A727315	m0548cccde01	Fragment of Supreme Desert Goari Mandible	a	the	Fragments of Supreme Desert Goari Mandible	\d	the	
    -_33BFFC9945F6A8D0	m0548cccle01	Fragment of Supreme Lakes Goari Mandible	a	the	Fragments of Supreme Lakes Goari Mandible	\d	the	
    -_B0D672ECA51D64EF	m0549cccca01	Basic Goari Secretion	a	the	Basic Goari Secretions	\d	the	
    -_6D9C3FAE68F26B91	m0549ccccb01	Fine Goari Secretion	a	the	Fine Goari Secretions	\d	the	
    -_C92EE0D399D9E699	m0549cccdc01	Choice Desert Goari Secretion	a	the	Choice Desert Goari Secretions	\d	the	
    -_0E8F890041FEA176	m0549cccde01	Supreme Desert Goari Secretion	a	the	Supreme Desert Goari Secretions	\d	the	
    -_7D48B581A0A0D543	m0549cccle01	Supreme Lakes Goari Secretion	a	the	Supreme Lakes Goari Secretions	\d	the	
    -_DE5658C487500469	m0550cccca01	Fragment of Basic Goari Sting	a	the	Fragments of Basic Goari Sting	\d	the	
    -_554241ABD2A46F9B	m0550ccccb01	Fragment of Fine Goari Sting	a	the	Fragments of Fine Goari Sting	\d	the	
    -_18D15A4BF199623E	m0550cccdc01	Fragment of Choice Desert Goari Sting	a	the	Fragments of Choice Desert Goari Sting	\d	the	
    -_D69B92B6E6857405	m0550cccde01	Fragment of Supreme Desert Goari Sting	a	the	Fragments of Supreme Desert Goari Sting	\d	the	
    -_4CF0672D33D0B972	m0550cccle01	Fragment of Supreme Lakes Goari Sting	a	the	Fragments of Supreme Lakes Goari Sting	\d	the	
    -_1D38EDA94CE03F90	m0551cccca01	Fragment of Basic Goari Tail	a	the	Fragments of Basic Goari Tail	\d	the	
    -_FFA961EE4106D92B	m0551ccccb01	Fragment of Fine Goari Tail	a	the	Fragments of Fine Goari Tail	\d	the	
    -_11F477546538A576	m0551cccdc01	Fragment of Choice Desert Goari Tail	a	the	Fragments of Choice Desert Goari Tail	\d	the	
    -_E573D563ACC86824	m0551cccde01	Fragment of Supreme Desert Goari Tail	a	the	Fragments of Supreme Desert Goari Tail	\d	the	
    -_3757D7A951B243F5	m0551cccle01	Fragment of Supreme Lakes Goari Tail	a	the	Fragments of Supreme Lakes Goari Tail	\d	the	
    -_B077ADA9566FFEA6	m0552chxca01	Fragment of Basic Gubani Eye	a	the	Fragments of Basic Gubani Eye	\d	the	
    -_E5D189CC073859F4	m0552chxcb01	Fragment of Fine Gubani Eye	a	the	Fragments of Fine Gubani Eye	\d	the	
    -_A3026370F0C72877	m0552chxjc01	Fragment of Choice Jungle Gubani Eye	a	the	Fragments of Choice Jungle Gubani Eye	\d	the	
    -_EA62595225897752	m0552chxje01	Fragment of Supreme Jungle Gubani Eye	a	the	Fragments of Supreme Jungle Gubani Eye	\d	the	
    -_68366DF423BE0393	m0552chxpc01	Fragment of Choice Prime Root Gubani Eye	a	the	Fragments of Choice Prime Root Gubani Eye	\d	the	
    -_576783634D90259E	m0552chxpd01	Fragment of Excellent Prime Root Gubani Eye	a	the	Fragments of Excellent Prime Root Gubani Eye	\d	the	
    -_27B13FDC50F61689	m0552chxpe01	Fragment of Supreme Prime Root Gubani Eye	a	the	Fragments of Supreme Prime Root Gubani Eye	\d	the	
    -_EC2618CEC58DA53E	m0553chxca01	Fragment of Basic Gubani Skin	a	the	Fragments of Basic Gubani Skin	\d	the	
    -_DB2611A25B25F34A	m0553chxcb01	Fragment of Fine Gubani Skin	a	the	Fragments of Fine Gubani Skin	\d	the	
    -_64C21E6BB0E5EB06	m0553chxjc01	Fragment of Choice Jungle Gubani Skin	a	the	Fragments of Choice Jungle Gubani Skin	\d	the	
    -_59596E817D331363	m0553chxje01	Fragment of Supreme Jungle Gubani Skin	a	the	Fragments of Supreme Jungle Gubani Skin	\d	the	
    -_B59F8FFA4D21681E	m0553chxpc01	Fragment of Choice Prime Root Gubani Skin	a	the	Fragments of Choice Prime Root Gubani Skin	\d	the	
    -_C05AA802B06DAF05	m0553chxpd01	Fragment of Excellent Prime Root Gubani Skin	a	the	Fragments of Excellent Prime Root Gubani Skin	\d	the	
    -_65D2721669E5F46E	m0553chxpe01	Fragment of Supreme Prime Root Gubani Skin	a	the	Fragments of Supreme Prime Root Gubani Skin	\d	the	
    -_E443419615D0BE7E	m0554chxca01	Basic Gubani Nail	a	the	Basic Gubani Nails	\d	the	
    -_06451A588B755EAA	m0554chxcb01	Fine Gubani Nail	a	the	Fine Gubani Nails	\d	the	
    -_4E9BB74C385B2860	m0554chxjc01	Choice Jungle Gubani Nail	a	the	Choice Jungle Gubani Nails	\d	the	
    -_3758D64C60D76161	m0554chxje01	Supreme Jungle Gubani Nail	a	the	Supreme Jungle Gubani Nails	\d	the	
    -_97437CDAE7DE4872	m0554chxpc01	Choice Prime Root Gubani Nail	a	the	Choice Prime Root Gubani Nails	\d	the	
    -_2A9BDAE1BBBA2CD1	m0554chxpd01	Excellent Prime Root Gubani Nail	an	the	Excellent Prime Root Gubani Nails	\d	the	
    -_4A96E4CCB555D8A2	m0554chxpe01	Supreme Prime Root Gubani Nail	a	the	Supreme Prime Root Gubani Nails	\d	the	
    -_9D3621D4B5BDDD11	m0555chxca01	Fragment of Basic Gubani Pelvis	a	the	Fragments of Basic Gubani Pelvis	\d	the	
    -_D033C5C94D985A2B	m0555chxcb01	Fragment of Fine Gubani Pelvis	a	the	Fragments of Fine Gubani Pelvis	\d	the	
    -_4A6D93B662F447EC	m0555chxjc01	Fragment of Choice Jungle Gubani Pelvis	a	the	Fragments of Choice Jungle Gubani Pelvis	\d	the	
    -_E295FB3510063F8F	m0555chxje01	Fragment of Supreme Jungle Gubani Pelvis	a	the	Fragments of Supreme Jungle Gubani Pelvis	\d	the	
    -_7905DF1D690865E3	m0555chxpc01	Fragment of Choice Prime Root Gubani Pelvis	a	the	Fragments of Choice Prime Root Gubani Pelvis	\d	the	
    -_FA66707465B2929E	m0555chxpd01	Fragment of Excellent Prime Root Gubani Pelvis	a	the	Fragments of Excellent Prime Root Gubani Pelvis	\d	the	
    -_389900236A9AA38A	m0555chxpe01	Fragment of Supreme Prime Root Gubani Pelvis	a	the	Fragments of Supreme Prime Root Gubani Pelvis	\d	the	
    -_BF3FB7A8B0464982	m0556ccnca01	Fragment of Basic Horncher Mandible	a	the	Fragments of Basic Horncher Mandible	\d	the	
    -_63AB0665062D4237	m0556ccncb01	Fragment of Fine Horncher Mandible	a	the	Fragments of Fine Horncher Mandible	\d	the	
    -_7769898BD24A736A	m0556ccnfc01	Fragment of Choice Forest Horncher Mandible	a	the	Fragments of Choice Forest Horncher Mandible	\d	the	
    -_A63FFB25E2548CF4	m0556ccnlc01	Fragment of Choice Lakes Horncher Mandible	a	the	Fragments of Choice Lakes Horncher Mandible	\d	the	
    -_58A97C3464858C09	m0556ccnle01	Fragment of Supreme Lakes Horncher Mandible	a	the	Fragments of Supreme Lakes Horncher Mandible	\d	the	
    -_B534498A4A6BFDBB	m0556ccnpc01	Fragment of Choice Prime Root Horncher Mandible	a	the	Fragments of Choice Prime Root Horncher Mandible	\d	the	
    -_0E6FAD92FBA68D66	m0556ccnpe01	Fragment of Supreme Prime Root Horncher Mandible	a	the	Fragments of Supreme Prime Root Horncher Mandible	\d	the	
    -_09ECCF980BCC17ED	m0557ccnca01	Basic Horncher Secretion	a	the	Basic Horncher Secretions	\d	the	
    -_E45A2B718B02EC99	m0557ccncb01	Fine Horncher Secretion	a	the	Fine Horncher Secretions	\d	the	
    -_7603517F78E391D1	m0557ccnfc01	Choice Forest Horncher Secretion	a	the	Choice Forest Horncher Secretions	\d	the	
    -_DF9D38C0B34CEE82	m0557ccnlc01	Choice Lakes Horncher Secretion	a	the	Choice Lakes Horncher Secretions	\d	the	
    -_45D7A14C7DDB365F	m0557ccnle01	Supreme Lakes Horncher Secretion	a	the	Supreme Lakes Horncher Secretions	\d	the	
    -_0F0C376595C6F53B	m0557ccnpc01	Choice Prime Root Horncher Secretion	a	the	Choice Prime Root Horncher Secretions	\d	the	
    -_87C05A8DFBF47847	m0557ccnpe01	Supreme Prime Root Horncher Secretion	a	the	Supreme Prime Root Horncher Secretions	\d	the	
    -_E84AF956F0366516	m0558ccnca01	Fragment of Basic Horncher Sting	a	the	Fragments of Basic Horncher Sting	\d	the	
    -_DC2541E6715CF926	m0558ccncb01	Fragment of Fine Horncher Sting	a	the	Fragments of Fine Horncher Sting	\d	the	
    -_CCB5B73CD9CFBBD0	m0558ccnfc01	Fragment of Choice Forest Horncher Sting	a	the	Fragments of Choice Forest Horncher Sting	\d	the	
    -_C50CBEB27302D0E1	m0558ccnlc01	Fragment of Choice Lakes Horncher Sting	a	the	Fragments of Choice Lakes Horncher Sting	\d	the	
    -_8052B7AD158963E4	m0558ccnle01	Fragment of Supreme Lakes Horncher Sting	a	the	Fragments of Supreme Lakes Horncher Sting	\d	the	
    -_37C5E45426C93F50	m0558ccnpc01	Fragment of Choice Prime Root Horncher Sting	a	the	Fragments of Choice Prime Root Horncher Sting	\d	the	
    -_08CB2B8621A97CD6	m0558ccnpe01	Fragment of Supreme Prime Root Horncher Sting	a	the	Fragments of Supreme Prime Root Horncher Sting	\d	the	
    -_D5D1DD146A089955	m0559ccnca01	Fragment of Basic Horncher Tail	a	the	Fragments of Basic Horncher Tail	\d	the	
    -_64D3059211BA453F	m0559ccncb01	Fragment of Fine Horncher Tail	a	the	Fragments of Fine Horncher Tail	\d	the	
    -_42E85FFBD71F1339	m0559ccnfc01	Fragment of Choice Forest Horncher Tail	a	the	Fragments of Choice Forest Horncher Tail	\d	the	
    -_94C11A7900D61FE4	m0559ccnlc01	Fragment of Choice Lakes Horncher Tail	a	the	Fragments of Choice Lakes Horncher Tail	\d	the	
    -_56AC5B617237AF11	m0559ccnle01	Fragment of Supreme Lakes Horncher Tail	a	the	Fragments of Supreme Lakes Horncher Tail	\d	the	
    -_697DEFA76676CDDD	m0559ccnpc01	Fragment of Choice Prime Root Horncher Tail	a	the	Fragments of Choice Prime Root Horncher Tail	\d	the	
    -_B00F1110A6CA172C	m0559ccnpe01	Fragment of Supreme Prime Root Horncher Tail	a	the	Fragments of Supreme Prime Root Horncher Tail	\d	the	
    -_5BB8EDA008B0077D	m0560cbaca01	Fragment of Basic Igara Beak	a	the	Fragments of Basic Igara Beak	\d	the	
    -_35A921EEC1D6A932	m0560cbacb01	Fragment of Fine Igara Beak	a	the	Fragments of Fine Igara Beak	\d	the	
    -_433C9BC855634BF9	m0560cbajd01	Fragment of Excellent Jungle Igara Beak	a	the	Fragments of Excellent Jungle Igara Beak	\d	the	
    -_A7F2FD6A6297CC18	m0560cbaje01	Fragment of Supreme Jungle Igara Beak	a	the	Fragments of Supreme Jungle Igara Beak	\d	the	
    -_C6A3A18B4573E9DA	m0561cbaca01	Basic Igara Bone	a	the	Basic Igara Bones	\d	the	
    -_6C9CF5918BB18A14	m0561cbacb01	Fine Igara Bone	a	the	Fine Igara Bones	\d	the	
    -_3A6E6951A8720BC1	m0561cbajd01	Excellent Jungle Igara Bone	an	the	Excellent Jungle Igara Bones	\d	the	
    -_3E9F50047BD19C3C	m0561cbaje01	Supreme Jungle Igara Bone	a	the	Supreme Jungle Igara Bones	\d	the	
    -_ED763102568C5352	m0562cbaca01	Basic Igara Ligament	a	the	Basic Igara Ligaments	\d	the	
    -_122463E59BA67A87	m0562cbacb01	Fine Igara Ligament	a	the	Fine Igara Ligaments	\d	the	
    -_A177A13EFD770D93	m0562cbajd01	Excellent Jungle Igara Ligament	an	the	Excellent Jungle Igara Ligaments	\d	the	
    -_FEB2ECE46C2A9E34	m0562cbaje01	Supreme Jungle Igara Ligament	a	the	Supreme Jungle Igara Ligaments	\d	the	
    -_5BB8ED9C4AC06B96	m0564cbaca01	Fragment of Basic Igara Wing	a	the	Fragments of Basic Igara Wing	\d	the	
    -_BFA921EEC156113E	m0564cbacb01	Fragment of Fine Igara Wing	a	the	Fragments of Fine Igara Wing	\d	the	
    -_88FCCFCC9A237F01	m0564cbajd01	Fragment of Excellent Jungle Igara Wing	a	the	Fragments of Excellent Jungle Igara Wing	\d	the	
    -_A7B2316AEAD7201C	m0564cbaje01	Fragment of Supreme Jungle Igara Wing	a	the	Fragments of Supreme Jungle Igara Wing	\d	the	
    -_3473C9E7CDCF9605	m0565dxacb01	Basic Irin Oil	some	the	Basic Irin Oils	\d	the	
    -_414D6475D85579DA	m0565dxacc01	Fine Irin Oil	some	the	Fine Irin Oils	\d	the	
    -_9D1CFFA0713A50DD	m0565dxadd01	Choice Desert Irin Oil	some	the	Choice Desert Irin Oils	\d	the	
    -_56BEB235E50637BF	m0565dxade01	Excellent Desert Irin Oil	some	the	Excellent Desert Irin Oils	\d	the	
    -_395B8B5044723363	m0565dxadf01	Supreme Desert Irin Oil	some	the	Supreme Desert Irin Oils	\d	the	
    -_1D0C27A4B13A4CE8	m0565dxafd01	Choice Forest Irin Oil	some	the	Choice Forest Irin Oils	\d	the	
    -_56DEB235E94637BF	m0565dxafe01	Excellent Forest Irin Oil	some	the	Excellent Forest Irin Oils	\d	the	
    -_BB7B8B5344725B64	m0565dxaff01	Supreme Forest Irin Oil	some	the	Supreme Forest Irin Oils	\d	the	
    -_9ECB3F9DF05A00E7	m0565dxajd01	Choice Jungle Irin Oil	some	the	Choice Jungle Irin Oils	\d	the	
    -_CEFCC231EDC637BF	m0565dxaje01	Excellent Jungle Irin Oil	some	the	Excellent Jungle Irin Oils	\d	the	
    -_3DBB4F5000C07B64	m0565dxajf01	Supreme Jungle Irin Oil	some	the	Supreme Jungle Irin Oils	\d	the	
    -_E622631A05BF83B8	m0565dxald01	Choice Lakes Irin Oil	some	the	Choice Lakes Irin Oils	\d	the	
    -_3C7D8058FC2DE651	m0565dxale01	Excellent Lakes Irin Oil	some	the	Excellent Lakes Irin Oils	\d	the	
    -_E57ADA3C7C82E398	m0565dxalf01	Supreme Lakes Irin Oil	some	the	Supreme Lakes Irin Oils	\d	the	
    -_A04ED0EAE602543A	m0565dxapd01	Choice Prime Root Irin Oil	some	the	Choice Prime Root Irin Oils	\d	the	
    -_9D444B1C344C5874	m0565dxape01	Excellent Prime Root Irin Oil	some	the	Excellent Prime Root Irin Oils	\d	the	
    -_B82758EDED10F788	m0565dxapf01	Supreme Prime Root Irin Oil	some	the	Supreme Prime Root Irin Oils	\d	the	
    -_374B3DC48D125FBE	m0566cbbca01	Fragment of Basic Izam Beak	a	the	Fragments of Basic Izam Beak	\d	the	
    -_AC8D2B4F8CD3D5A1	m0566cbbcb01	Fragment of Fine Izam Beak	a	the	Fragments of Fine Izam Beak	\d	the	
    -_44CEB639D926970A	m0566cbbdd01	Fragment of Excellent Desert Izam Beak	a	the	Fragments of Excellent Desert Izam Beak	\d	the	
    -_15055711D88FDE65	m0566cbbde01	Fragment of Supreme Desert Izam Beak	a	the	Fragments of Supreme Desert Izam Beak	\d	the	
    -_F787C91C20A3C669	m0566cbblc01	Fragment of Choice Lakes Izam Beak	a	the	Fragments of Choice Lakes Izam Beak	\d	the	
    -_2C711BEAB07A877D	m0566cbbpe01	Fragment of Supreme Prime Root Izam Beak	a	the	Fragments of Supreme Prime Root Izam Beak	\d	the	
    -_82FA60D8879322DC	m0567cbbca01	Basic Izam Bone	a	the	Basic Izam Bones	\d	the	
    -_F9FB550E87F09D3F	m0567cbbcb01	Fine Izam Bone	a	the	Fine Izam Bones	\d	the	
    -_7D701FE7A966FCC4	m0567cbbdd01	Excellent Desert Izam Bone	an	the	Excellent Desert Izam Bones	\d	the	
    -_E22E586EA1FE90C2	m0567cbbde01	Supreme Desert Izam Bone	a	the	Supreme Desert Izam Bones	\d	the	
    -_DEE997E1A4C88B81	m0567cbblc01	Choice Lakes Izam Bone	a	the	Choice Lakes Izam Bones	\d	the	
    -_61046B39DC30E5DF	m0567cbbpe01	Supreme Prime Root Izam Bone	a	the	Supreme Prime Root Izam Bones	\d	the	
    -_13D342FFAC379E7C	m0568cbbca01	Basic Izam Ligament	a	the	Basic Izam Ligaments	\d	the	
    -_09F3A2A66BE48E86	m0568cbbcb01	Fine Izam Ligament	a	the	Fine Izam Ligaments	\d	the	
    -_73C52432647D9551	m0568cbbdd01	Excellent Desert Izam Ligament	an	the	Excellent Desert Izam Ligaments	\d	the	
    -_EFFE4DEBCC1A9534	m0568cbbde01	Supreme Desert Izam Ligament	a	the	Supreme Desert Izam Ligaments	\d	the	
    -_8DFB6372A6225DC8	m0568cbblc01	Choice Lakes Izam Ligament	a	the	Choice Lakes Izam Ligaments	\d	the	
    -_DB28895F9AF8C1A8	m0568cbbpe01	Supreme Prime Root Izam Ligament	a	the	Supreme Prime Root Izam Ligaments	\d	the	
    -_014B3DC48D92C7C0	m0570cbbca01	Fragment of Basic Izam Wing	a	the	Fragments of Basic Izam Wing	\d	the	
    -_301E7F4F8CD3C5A4	m0570cbbcb01	Fragment of Fine Izam Wing	a	the	Fragments of Fine Izam Wing	\d	the	
    -_C70EFA46DA779700	m0570cbbdd01	Fragment of Excellent Desert Izam Wing	a	the	Fragments of Excellent Desert Izam Wing	\d	the	
    -_5505570D1A9F4274	m0570cbbde01	Fragment of Supreme Desert Izam Wing	a	the	Fragments of Supreme Desert Izam Wing	\d	the	
    -_7A87512065A3C65F	m0570cbblc01	Fragment of Choice Lakes Izam Wing	a	the	Fragments of Choice Lakes Izam Wing	\d	the	
    -_6B412BFBF3BADB77	m0570cbbpe01	Fragment of Supreme Prime Root Izam Wing	a	the	Fragments of Supreme Prime Root Izam Wing	\d	the	
    -_ED37C8DCF60D593C	m0571ccjca01	Fragment of Basic Javing Beak	a	the	Fragments of Basic Javing Beak	\d	the	
    -_DA0631BB14E4A337	m0571ccjcb01	Fragment of Fine Javing Beak	a	the	Fragments of Fine Javing Beak	\d	the	
    -_BA963EC9CAA4E7CE	m0571ccjfd01	Fragment of Excellent Forest Javing Beak	a	the	Fragments of Excellent Forest Javing Beak	\d	the	
    -_51EA566C79B27F71	m0571ccjfe01	Fragment of Supreme Forest Javing Beak	a	the	Fragments of Supreme Forest Javing Beak	\d	the	
    -_A0D3458754C0DE87	m0572ccjca01	Basic Javing Bone	a	the	Basic Javing Bones	\d	the	
    -_C9345E544A14A2A4	m0572ccjcb01	Fine Javing Bone	a	the	Fine Javing Bones	\d	the	
    -_1BE9F52A20EF4319	m0572ccjfd01	Excellent Forest Javing Bone	an	the	Excellent Forest Javing Bones	\d	the	
    -_BC67564120997558	m0572ccjfe01	Supreme Forest Javing Bone	a	the	Supreme Forest Javing Bones	\d	the	
    -_6DD45905382B68E1	m0573ccjca01	Basic Javing Ligament	a	the	Basic Javing Ligaments	\d	the	
    -_B57A877C96BA736B	m0573ccjcb01	Fine Javing Ligament	a	the	Fine Javing Ligaments	\d	the	
    -_AA49496286FB49C9	m0573ccjfd01	Excellent Forest Javing Ligament	an	the	Excellent Forest Javing Ligaments	\d	the	
    -_C771D838097B3140	m0573ccjfe01	Supreme Forest Javing Ligament	a	the	Supreme Forest Javing Ligaments	\d	the	
    -_DE59CEF8B38158B4	m0574ccjca01	Basic Javing Leather	a	the	Basic Javing Leathers	\d	the	
    -_F5E59EF22539BFDA	m0574ccjcb01	Fine Javing Leather	a	the	Fine Javing Leathers	\d	the	
    -_E028519B0D5B5D98	m0574ccjfd01	Excellent Forest Javing Leather	an	the	Excellent Forest Javing Leathers	\d	the	
    -_50B26444E9696DA5	m0574ccjfe01	Supreme Forest Javing Leather	a	the	Supreme Forest Javing Leathers	\d	the	
    -_91D9A521CF53E9DA	m0575cpaca01	Handful of Basic Jubla Moss	a	the	Handfuls of Basic Jubla Moss	\d	the	
    -_A5C48362A241B865	m0575cpacb01	Handful of Fine Jubla Moss	a	the	Handfuls of Fine Jubla Moss	\d	the	
    -_C1079E05D6DE84D4	m0575cpape01	Handful of Supreme Prime Root Jubla Moss	a	the	Handfuls of Supreme Prime Root Jubla Moss	\d	the	
    -_2594099B94A00E76	m0576ccmca01	Basic Jugula Bone	a	the	Basic Jugula Bones	\d	the	
    -_0515566047F59AB4	m0576ccmcb01	Fine Jugula Bone	a	the	Fine Jugula Bones	\d	the	
    -_0E2D6758780BC459	m0576ccmfc01	Choice Forest Jugula Bone	a	the	Choice Forest Jugula Bones	\d	the	
    -_F8A8563B61FA317C	m0576ccmfe01	Supreme Forest Jugula Bone	a	the	Supreme Forest Jugula Bones	\d	the	
    -_9564C4DDA9DE186C	m0576ccmpc01	Choice Prime Root Jugula Bone	a	the	Choice Prime Root Jugula Bones	\d	the	
    -_27CB6ED339FAF4E7	m0576ccmpd01	Excellent Prime Root Jugula Bone	an	the	Excellent Prime Root Jugula Bones	\d	the	
    -_C92720C536C5D0B0	m0576ccmpe01	Supreme Prime Root Jugula Bone	a	the	Supreme Prime Root Jugula Bones	\d	the	
    -_6FE748E0FC7D4540	m0577ccmca01	Fragment of Basic Jugula Claw	a	the	Fragments of Basic Jugula Claw	\d	the	
    -_598659C41995C33E	m0577ccmcb01	Fragment of Fine Jugula Claw	a	the	Fragments of Fine Jugula Claw	\d	the	
    -_A9024E73E6C6A715	m0577ccmfc01	Fragment of Choice Forest Jugula Claw	a	the	Fragments of Choice Forest Jugula Claw	\d	the	
    -_D61B4E807BA2AF6E	m0577ccmfe01	Fragment of Supreme Forest Jugula Claw	a	the	Fragments of Supreme Forest Jugula Claw	\d	the	
    -_38C02FFE84B1982E	m0577ccmpc01	Fragment of Choice Prime Root Jugula Claw	a	the	Fragments of Choice Prime Root Jugula Claw	\d	the	
    -_3EBAF0246EDD7FF9	m0577ccmpd01	Fragment of Excellent Prime Root Jugula Claw	a	the	Fragments of Excellent Prime Root Jugula Claw	\d	the	
    -_E511320E24B67C78	m0577ccmpe01	Fragment of Supreme Prime Root Jugula Claw	a	the	Fragments of Supreme Prime Root Jugula Claw	\d	the	
    -_72D459FFF8CC5CEB	m0578ccmca01	Basic Jugula Ligament	a	the	Basic Jugula Ligaments	\d	the	
    -_2DFC877C57FA6388	m0578ccmcb01	Fine Jugula Ligament	a	the	Fine Jugula Ligaments	\d	the	
    -_0B2CC7E92C7802A1	m0578ccmfc01	Choice Forest Jugula Ligament	a	the	Choice Forest Jugula Ligaments	\d	the	
    -_C711D03E867DF559	m0578ccmfe01	Supreme Forest Jugula Ligament	a	the	Supreme Forest Jugula Ligaments	\d	the	
    -_3A83AD1BB52BCD07	m0578ccmpc01	Choice Prime Root Jugula Ligament	a	the	Choice Prime Root Jugula Ligaments	\d	the	
    -_0933125E4CFEAA45	m0578ccmpd01	Excellent Prime Root Jugula Ligament	an	the	Excellent Prime Root Jugula Ligaments	\d	the	
    -_AB2AC48448AE6AD1	m0578ccmpe01	Supreme Prime Root Jugula Ligament	a	the	Supreme Prime Root Jugula Ligaments	\d	the	
    -_E3F9C6042FA288AA	m0579ccmca01	Basic Jugula Leather	a	the	Basic Jugula Leathers	\d	the	
    -_31269EEC669A7BFF	m0579ccmcb01	Fine Jugula Leather	a	the	Fine Jugula Leathers	\d	the	
    -_9132E8F4261BED7F	m0579ccmfc01	Choice Forest Jugula Leather	a	the	Choice Forest Jugula Leathers	\d	the	
    -_D07328522A2A31B8	m0579ccmfe01	Supreme Forest Jugula Leather	a	the	Supreme Forest Jugula Leathers	\d	the	
    -_69F8C543F28112A6	m0579ccmpc01	Choice Prime Root Jugula Leather	a	the	Choice Prime Root Jugula Leathers	\d	the	
    -_4A2EA682C6412D8E	m0579ccmpd01	Excellent Prime Root Jugula Leather	an	the	Excellent Prime Root Jugula Leathers	\d	the	
    -_208C6CE794390503	m0579ccmpe01	Supreme Prime Root Jugula Leather	a	the	Supreme Prime Root Jugula Leathers	\d	the	
    -_6AC949F1358AB501	m0580ckgca01	Fragment of Basic Kiban Mandible	a	the	Fragments of Basic Kiban Mandible	\d	the	
    -_D032AAC1E2E962F9	m0580ckgcb01	Fragment of Fine Kiban Mandible	a	the	Fragments of Fine Kiban Mandible	\d	the	
    -_0E340BCA9E33E3B9	m0580ckgdc01	Fragment of Choice Desert Kiban Mandible	a	the	Fragments of Choice Desert Kiban Mandible	\d	the	
    -_30C563F5A8D8B56A	m0580ckgfd01	Fragment of Excellent Forest Kiban Mandible	a	the	Fragments of Excellent Forest Kiban Mandible	\d	the	
    -_8D54BBDA9FE223B0	m0580ckgjc01	Fragment of Choice Jungle Kiban Mandible	a	the	Fragments of Choice Jungle Kiban Mandible	\d	the	
    -_F56FDF178FB47C0D	m0580ckgld01	Fragment of Excellent Lakes Kiban Mandible	a	the	Fragments of Excellent Lakes Kiban Mandible	\d	the	
    -_745F20888616CCB7	m0580ckgle01	Fragment of Supreme Lakes Kiban Mandible	a	the	Fragments of Supreme Lakes Kiban Mandible	\d	the	
    -_0FC840F215998338	m0580ckgpc01	Fragment of Choice Prime Root Kiban Mandible	a	the	Fragments of Choice Prime Root Kiban Mandible	\d	the	
    -_2C2991683EE04193	m0580ckgpd01	Fragment of Excellent Prime Root Kiban Mandible	a	the	Fragments of Excellent Prime Root Kiban Mandible	\d	the	
    -_1616EF28DB9A55C8	m0580ckgpe01	Fragment of Supreme Prime Root Kiban Mandible	a	the	Fragments of Supreme Prime Root Kiban Mandible	\d	the	
    -_311672ECE7DC24E2	m0581ckgca01	Basic Kiban Secretion	a	the	Basic Kiban Secretions	\d	the	
    -_EEDC5FAE69729367	m0581ckgcb01	Fine Kiban Secretion	a	the	Fine Kiban Secretions	\d	the	
    -_4A6EE0D3DB98A68C	m0581ckgdc01	Choice Desert Kiban Secretion	a	the	Choice Desert Kiban Secretions	\d	the	
    -_FA95BD8E30EC31D0	m0581ckgfd01	Excellent Forest Kiban Secretion	an	the	Excellent Forest Kiban Secretions	\d	the	
    -_CB6EA4C4DA67D2A2	m0581ckgjc01	Choice Jungle Kiban Secretion	a	the	Choice Jungle Kiban Secretions	\d	the	
    -_1202B103FD7A24CB	m0581ckgld01	Excellent Lakes Kiban Secretion	an	the	Excellent Lakes Kiban Secretions	\d	the	
    -_FE88D581A120FD19	m0581ckgle01	Supreme Lakes Kiban Secretion	a	the	Supreme Lakes Kiban Secretions	\d	the	
    -_29752EDA748B2D2C	m0581ckgpc01	Choice Prime Root Kiban Secretion	a	the	Choice Prime Root Kiban Secretions	\d	the	
    -_CAD362A404DA8E30	m0581ckgpd01	Excellent Prime Root Kiban Secretion	an	the	Excellent Prime Root Kiban Secretions	\d	the	
    -_B756D87644B00BA3	m0581ckgpe01	Supreme Prime Root Kiban Secretion	a	the	Supreme Prime Root Kiban Secretions	\d	the	
    -_5BB6FCC907100470	m0582ckgca01	Fragment of Basic Kiban Sting	a	the	Fragments of Basic Kiban Sting	\d	the	
    -_1692119B92047F9D	m0582ckgcb01	Fragment of Fine Kiban Sting	a	the	Fragments of Fine Kiban Sting	\d	the	
    -_9531FE5071596245	m0582ckgdc01	Fragment of Choice Desert Kiban Sting	a	the	Fragments of Choice Desert Kiban Sting	\d	the	
    -_24E632E31A00AFFA	m0582ckgfd01	Fragment of Excellent Forest Kiban Sting	a	the	Fragments of Excellent Forest Kiban Sting	\d	the	
    -_D3520266F2684A38	m0582ckgjc01	Fragment of Choice Jungle Kiban Sting	a	the	Fragments of Choice Jungle Kiban Sting	\d	the	
    -_9C6A89CA7B4420C6	m0582ckgld01	Fragment of Excellent Lakes Kiban Sting	a	the	Fragments of Excellent Lakes Kiban Sting	\d	the	
    -_0D40371DF330C974	m0582ckgle01	Fragment of Supreme Lakes Kiban Sting	a	the	Fragments of Supreme Lakes Kiban Sting	\d	the	
    -_B44FF72FFF844316	m0582ckgpc01	Fragment of Choice Prime Root Kiban Sting	a	the	Fragments of Choice Prime Root Kiban Sting	\d	the	
    -_FBC6A8FBE74C3B58	m0582ckgpd01	Fragment of Excellent Prime Root Kiban Sting	a	the	Fragments of Excellent Prime Root Kiban Sting	\d	the	
    -_E504C300D215D85F	m0582ckgpe01	Fragment of Supreme Prime Root Kiban Sting	a	the	Fragments of Supreme Prime Root Kiban Sting	\d	the	
    -_1F77ADA4CDA03F92	m0583ckgca01	Fragment of Basic Kiban Tail	a	the	Fragments of Basic Kiban Tail	\d	the	
    -_C0A989CCC2C6F92D	m0583ckgcb01	Fragment of Fine Kiban Tail	a	the	Fragments of Fine Kiban Tail	\d	the	
    -_1333374FE6F8A578	m0583ckgdc01	Fragment of Choice Desert Kiban Tail	a	the	Fragments of Choice Desert Kiban Tail	\d	the	
    -_CB9DEFB3DD549FEB	m0583ckgfd01	Fragment of Excellent Forest Kiban Tail	a	the	Fragments of Excellent Forest Kiban Tail	\d	the	
    -_1202636B67F86963	m0583ckgjc01	Fragment of Choice Jungle Kiban Tail	a	the	Fragments of Choice Jungle Kiban Tail	\d	the	
    -_53E015873D47F8E1	m0583ckgld01	Fragment of Excellent Lakes Kiban Tail	a	the	Fragments of Excellent Lakes Kiban Tail	\d	the	
    -_F857FF87D27263F7	m0583ckgle01	Fragment of Supreme Lakes Kiban Tail	a	the	Fragments of Supreme Lakes Kiban Tail	\d	the	
    -_E875DD2389B0D44B	m0583ckgpc01	Fragment of Choice Prime Root Kiban Tail	a	the	Fragments of Choice Prime Root Kiban Tail	\d	the	
    -_323F8363081EC5D7	m0583ckgpd01	Fragment of Excellent Prime Root Kiban Tail	a	the	Fragments of Excellent Prime Root Kiban Tail	\d	the	
    -_E522E0AF18921685	m0583ckgpe01	Fragment of Supreme Prime Root Kiban Tail	a	the	Fragments of Supreme Prime Root Kiban Tail	\d	the	
    -_7118B2ABC5A25460	m0584ckaca01	Basic Kidinak Secretion	a	the	Basic Kidinak Secretions	\d	the	
    -_A95263C28CA004FE	m0584ckacb01	Fine Kidinak Secretion	a	the	Fine Kidinak Secretions	\d	the	
    -_BAD29DE1C8E40F02	m0584ckape01	Supreme Prime Root Kidinak Secretion	a	the	Supreme Prime Root Kidinak Secretions	\d	the	
    -_F53CF65941DA1151	m0585ckdca01	Fragment of Basic Kincher Mandible	a	the	Fragments of Basic Kincher Mandible	\d	the	
    -_FC21BE58B35B363F	m0585ckdcb01	Fragment of Fine Kincher Mandible	a	the	Fragments of Fine Kincher Mandible	\d	the	
    -_AE786C3AEB20262A	m0585ckddc01	Fragment of Choice Desert Kincher Mandible	a	the	Fragments of Choice Desert Kincher Mandible	\d	the	
    -_7CF4670784CDB6F3	m0585ckddd01	Fragment of Excellent Desert Kincher Mandible	a	the	Fragments of Excellent Desert Kincher Mandible	\d	the	
    -_B64D91412C6E5569	m0585ckdde01	Fragment of Supreme Desert Kincher Mandible	a	the	Fragments of Supreme Desert Kincher Mandible	\d	the	
    -_EE886845ED40262A	m0585ckdfc01	Fragment of Choice Forest Kincher Mandible	a	the	Fragments of Choice Forest Kincher Mandible	\d	the	
    -_FE14670A84CDDEF4	m0585ckdfd01	Fragment of Excellent Forest Kincher Mandible	a	the	Fragments of Excellent Forest Kincher Mandible	\d	the	
    -_B62DE1472C6E556B	m0585ckdfe01	Fragment of Supreme Forest Kincher Mandible	a	the	Fragments of Supreme Forest Kincher Mandible	\d	the	
    -_6937604B7080261B	m0585ckdjc01	Fragment of Choice Jungle Kincher Mandible	a	the	Fragments of Choice Jungle Kincher Mandible	\d	the	
    -_80542B07401BFEF4	m0585ckdjd01	Fragment of Excellent Jungle Kincher Mandible	a	the	Fragments of Excellent Jungle Kincher Mandible	\d	the	
    -_B6AB11532C6EDD5D	m0585ckdje01	Fragment of Supreme Jungle Kincher Mandible	a	the	Fragments of Supreme Jungle Kincher Mandible	\d	the	
    -_430957825F241097	m0585ckdlc01	Fragment of Choice Lakes Kincher Mandible	a	the	Fragments of Choice Lakes Kincher Mandible	\d	the	
    -_2EC57B8D526ED569	m0585ckdld01	Fragment of Excellent Lakes Kincher Mandible	a	the	Fragments of Excellent Lakes Kincher Mandible	\d	the	
    -_F34E482716466B09	m0585ckdle01	Fragment of Supreme Lakes Kincher Mandible	a	the	Fragments of Supreme Lakes Kincher Mandible	\d	the	
    -_92F5769FEDFF1A46	m0585ckdpc01	Fragment of Choice Prime Root Kincher Mandible	a	the	Fragments of Choice Prime Root Kincher Mandible	\d	the	
    -_2BC8D9DEFD63D5DE	m0585ckdpd01	Fragment of Excellent Prime Root Kincher Mandible	a	the	Fragments of Excellent Prime Root Kincher Mandible	\d	the	
    -_A50651B1F7BDFDE1	m0585ckdpe01	Fragment of Supreme Prime Root Kincher Mandible	a	the	Fragments of Supreme Prime Root Kincher Mandible	\d	the	
    -_33589AAC09423C6C	m0586ckdca01	Basic Kincher Secretion	a	the	Basic Kincher Secretions	\d	the	
    -_2B527FC68E8014FA	m0586ckdcb01	Fine Kincher Secretion	a	the	Fine Kincher Secretions	\d	the	
    -_6181BC9B3E9BA537	m0586ckddc01	Choice Desert Kincher Secretion	a	the	Choice Desert Kincher Secretions	\d	the	
    -_61B032FC5E41C642	m0586ckddd01	Excellent Desert Kincher Secretion	an	the	Excellent Desert Kincher Secretions	\d	the	
    -_64C7CA59232702AC	m0586ckdde01	Supreme Desert Kincher Secretion	a	the	Supreme Desert Kincher Secretions	\d	the	
    -_E191BC9C00BBA141	m0586ckdfc01	Choice Forest Kincher Secretion	a	the	Choice Forest Kincher Secretions	\d	the	
    -_61C036FDA001CE42	m0586ckdfd01	Excellent Forest Kincher Secretion	an	the	Excellent Forest Kincher Secretions	\d	the	
    -_64B7F25E23172AAF	m0586ckdfe01	Supreme Forest Kincher Secretion	a	the	Supreme Forest Kincher Secretions	\d	the	
    -_1E20C48DC11B9147	m0586ckdjc01	Choice Jungle Kincher Secretion	a	the	Choice Jungle Kincher Secretions	\d	the	
    -_9D5E22FF21A2DE42	m0586ckdjd01	Excellent Jungle Kincher Secretion	an	the	Excellent Jungle Kincher Secretions	\d	the	
    -_E476CE5FA3D606AC	m0586ckdje01	Supreme Jungle Kincher Secretion	a	the	Supreme Jungle Kincher Secretions	\d	the	
    -_9334616088989E95	m0586ckdlc01	Choice Lakes Kincher Secretion	a	the	Choice Lakes Kincher Secretions	\d	the	
    -_AF92F2689B2DB116	m0586ckdld01	Excellent Lakes Kincher Secretion	an	the	Excellent Lakes Kincher Secretions	\d	the	
    -_8EFE09A185EC49B8	m0586ckdle01	Supreme Lakes Kincher Secretion	a	the	Supreme Lakes Kincher Secretions	\d	the	
    -_3E182A99476035BA	m0586ckdpc01	Choice Prime Root Kincher Secretion	a	the	Choice Prime Root Kincher Secretions	\d	the	
    -_6B85DB9AB125B36F	m0586ckdpd01	Excellent Prime Root Kincher Secretion	an	the	Excellent Prime Root Kincher Secretions	\d	the	
    -_B812EDE189E4470C	m0586ckdpe01	Supreme Prime Root Kincher Secretion	a	the	Supreme Prime Root Kincher Secretions	\d	the	
    -_259351661D38B878	m0587ckdca01	Fragment of Basic Kincher Tail	a	the	Fragments of Basic Kincher Tail	\d	the	
    -_B2753CE9090B6AF1	m0587ckdcb01	Fragment of Fine Kincher Tail	a	the	Fragments of Fine Kincher Tail	\d	the	
    -_5AECC2324B61D266	m0587ckddc01	Fragment of Choice Desert Kincher Tail	a	the	Fragments of Choice Desert Kincher Tail	\d	the	
    -_FC84338110419CBC	m0587ckddd01	Fragment of Excellent Desert Kincher Tail	a	the	Fragments of Excellent Desert Kincher Tail	\d	the	
    -_30ACD8D582638413	m0587ckdde01	Fragment of Supreme Desert Kincher Tail	a	the	Fragments of Supreme Desert Kincher Tail	\d	the	
    -_1C0CBE3ECB71D265	m0587ckdfc01	Fragment of Choice Forest Kincher Tail	a	the	Fragments of Choice Forest Kincher Tail	\d	the	
    -_7E945B8510519CBC	m0587ckdfd01	Fragment of Excellent Forest Kincher Tail	a	the	Fragments of Excellent Forest Kincher Tail	\d	the	
    -_309C00DA8253AC16	m0587ckdfe01	Fragment of Supreme Forest Kincher Tail	a	the	Fragments of Supreme Forest Kincher Tail	\d	the	
    -_DD6CAE480800DA52	m0587ckdjc01	Fragment of Choice Jungle Kincher Tail	a	the	Fragments of Choice Jungle Kincher Tail	\d	the	
    -_8093738D4CE068B1	m0587ckdjd01	Fragment of Excellent Jungle Kincher Tail	a	the	Fragments of Excellent Jungle Kincher Tail	\d	the	
    -_B05BDCDB02128813	m0587ckdje01	Fragment of Supreme Jungle Kincher Tail	a	the	Fragments of Supreme Jungle Kincher Tail	\d	the	
    -_80332F5B6FBE2601	m0587ckdlc01	Fragment of Choice Lakes Kincher Tail	a	the	Fragments of Choice Lakes Kincher Tail	\d	the	
    -_7F688BFFD11F3B35	m0587ckdld01	Fragment of Excellent Lakes Kincher Tail	a	the	Fragments of Excellent Lakes Kincher Tail	\d	the	
    -_A9E17DB06CB7E8C3	m0587ckdle01	Fragment of Supreme Lakes Kincher Tail	a	the	Fragments of Supreme Lakes Kincher Tail	\d	the	
    -_55347ECC3675144D	m0587ckdpc01	Fragment of Choice Prime Root Kincher Tail	a	the	Fragments of Choice Prime Root Kincher Tail	\d	the	
    -_121CF68522136A7A	m0587ckdpd01	Fragment of Excellent Prime Root Kincher Tail	a	the	Fragments of Excellent Prime Root Kincher Tail	\d	the	
    -_A01B4979CCFC7B57	m0587ckdpe01	Fragment of Supreme Prime Root Kincher Tail	a	the	Fragments of Supreme Prime Root Kincher Tail	\d	the	
    -_20A4FA0E504108E5	m0588ckbca01	Basic Kinrey Secretion	a	the	Basic Kinrey Secretions	\d	the	
    -_FAAA16A527FCA402	m0588ckbcb01	Fine Kinrey Secretion	a	the	Fine Kinrey Secretions	\d	the	
    -_FEB2FC382A7510D9	m0588ckbcd01	Excellent Kinrey Secretion	an	the	Excellent Kinrey Secretions	\d	the	
    -_8AED60E48ABC026B	m0588ckbdc01	Choice Desert Kinrey Secretion	a	the	Choice Desert Kinrey Secretions	\d	the	
    -_2E397EBC13AE2516	m0588ckbpe01	Supreme Prime Root Kinrey Secretion	a	the	Supreme Prime Root Kinrey Secretions	\d	the	
    -_F5362CD27D5DE93B	m0589ckbca01	Fragment of Basic Kinrey Tail	a	the	Fragments of Basic Kinrey Tail	\d	the	
    -_A09731BD5534DF51	m0589ckbcb01	Fragment of Fine Kinrey Tail	a	the	Fragments of Fine Kinrey Tail	\d	the	
    -_8BD75DFE62187AE4	m0589ckbcd01	Fragment of Excellent Kinrey Tail	a	the	Fragments of Excellent Kinrey Tail	\d	the	
    -_2FB12E59E7A64710	m0589ckbdc01	Fragment of Choice Desert Kinrey Tail	a	the	Fragments of Choice Desert Kinrey Tail	\d	the	
    -_A2827626A5966072	m0589ckbpe01	Fragment of Supreme Prime Root Kinrey Tail	a	the	Fragments of Supreme Prime Root Kinrey Tail	\d	the	
    -_AA3959FF34CAED01	m0590ckhca01	Fragment of Basic Kipee Mandible	a	the	Fragments of Basic Kipee Mandible	\d	the	
    -_943286C5A7E93EFD	m0590ckhcb01	Fragment of Fine Kipee Mandible	a	the	Fragments of Fine Kipee Mandible	\d	the	
    -_4EA41BD89D731BB9	m0590ckhdc01	Fragment of Choice Desert Kipee Mandible	a	the	Fragments of Choice Desert Kipee Mandible	\d	the	
    -_748563F3E9B86D74	m0590ckhdd01	Fragment of Excellent Desert Kipee Mandible	a	the	Fragments of Excellent Desert Kipee Mandible	\d	the	
    -_3BF444255192830D	m0590ckhde01	Fragment of Supreme Desert Kipee Mandible	a	the	Fragments of Supreme Desert Kipee Mandible	\d	the	
    -_8EA417E51D6343BB	m0590ckhfc01	Fragment of Choice Forest Kipee Mandible	a	the	Fragments of Choice Forest Kipee Mandible	\d	the	
    -_78C563F5E9D86D72	m0590ckhfd01	Fragment of Excellent Forest Kipee Mandible	a	the	Fragments of Excellent Forest Kipee Mandible	\d	the	
    -_3BF46C28D3B2830E	m0590ckhfe01	Fragment of Supreme Forest Kipee Mandible	a	the	Fragments of Supreme Forest Kipee Mandible	\d	the	
    -_CDC4CBE89E225BB0	m0590ckhjc01	Fragment of Choice Jungle Kipee Mandible	a	the	Fragments of Choice Jungle Kipee Mandible	\d	the	
    -_F3AFF31B54B47C0D	m0590ckhld01	Fragment of Excellent Lakes Kipee Mandible	a	the	Fragments of Excellent Lakes Kipee Mandible	\d	the	
    -_4FC840F21449CB46	m0590ckhpc01	Fragment of Choice Prime Root Kipee Mandible	a	the	Fragments of Choice Prime Root Kipee Mandible	\d	the	
    -_F0296D6C03E01D97	m0590ckhpd01	Fragment of Excellent Prime Root Kipee Mandible	a	the	Fragments of Excellent Prime Root Kipee Mandible	\d	the	
    -_5616CB2C5EDA8DC8	m0590ckhpe01	Fragment of Supreme Prime Root Kipee Mandible	a	the	Fragments of Supreme Prime Root Kipee Mandible	\d	the	
    -_711672ECE68C6CF0	m0591ckhca01	Basic Kipee Secretion	a	the	Basic Kipee Secretions	\d	the	
    -_36DC5FAEAA724B6F	m0591ckhcb01	Fine Kipee Secretion	a	the	Fine Kipee Secretions	\d	the	
    -_8A6EE0D3DA48EE9A	m0591ckhdc01	Choice Desert Kipee Secretion	a	the	Choice Desert Kipee Secretions	\d	the	
    -_BA859991333C45D4	m0591ckhdd01	Excellent Desert Kipee Secretion	an	the	Excellent Desert Kipee Secretions	\d	the	
    -_508F79F3464DED68	m0591ckhde01	Supreme Desert Kipee Secretion	a	the	Supreme Desert Kipee Secretions	\d	the	
    -_0A6EE0D61A3812A6	m0591ckhfc01	Choice Forest Kipee Secretion	a	the	Choice Forest Kipee Secretions	\d	the	
    -_3A959992F55C41DE	m0591ckhfd01	Excellent Forest Kipee Secretion	an	the	Excellent Forest Kipee Secretions	\d	the	
    -_509F79F5C85D156A	m0591ckhfe01	Supreme Forest Kipee Secretion	a	the	Supreme Forest Kipee Secretions	\d	the	
    -_0B6EA4C4D9171AB0	m0591ckhjc01	Choice Jungle Kipee Secretion	a	the	Choice Jungle Kipee Secretions	\d	the	
    -_5272C111FCBA5CCB	m0591ckhld01	Excellent Lakes Kipee Secretion	an	the	Excellent Lakes Kipee Secretions	\d	the	
    -_69E53EE873CB652C	m0591ckhpc01	Choice Prime Root Kipee Secretion	a	the	Choice Prime Root Kipee Secretions	\d	the	
    -_8ED362A4454A7A42	m0591ckhpd01	Excellent Prime Root Kipee Secretion	an	the	Excellent Prime Root Kipee Secretions	\d	the	
    -_B596EC7A09B00BA3	m0591ckhpe01	Supreme Prime Root Kipee Secretion	a	the	Supreme Prime Root Kipee Secretions	\d	the	
    -_1D27F5B20EA03F91	m0592ckhca01	Fragment of Basic Kipee Tail	a	the	Fragments of Basic Kipee Tail	\d	the	
    -_00A941D40BC6F92C	m0592ckhcb01	Fragment of Fine Kipee Tail	a	the	Fragments of Fine Kipee Tail	\d	the	
    -_11E37F5D27F8A577	m0592ckhdc01	Fragment of Choice Desert Kipee Tail	a	the	Fragments of Choice Desert Kipee Tail	\d	the	
    -_0D6DCBB620247BEF	m0592ckhdd01	Fragment of Excellent Desert Kipee Tail	a	the	Fragments of Excellent Desert Kipee Tail	\d	the	
    -_A942215DEF485818	m0592ckhde01	Fragment of Supreme Desert Kipee Tail	a	the	Fragments of Supreme Desert Kipee Tail	\d	the	
    -_51D3A36BA7F8A578	m0592ckhfc01	Fragment of Choice Forest Kipee Tail	a	the	Fragments of Choice Forest Kipee Tail	\d	the	
    -_8F9DCBB7A2547BEE	m0592ckhfd01	Fragment of Excellent Forest Kipee Tail	a	the	Fragments of Excellent Forest Kipee Tail	\d	the	
    -_2B524961EF585818	m0592ckhfe01	Fragment of Supreme Forest Kipee Tail	a	the	Fragments of Supreme Forest Kipee Tail	\d	the	
    -_10B2AB79A8F86962	m0592ckhjc01	Fragment of Choice Jungle Kipee Tail	a	the	Fragments of Choice Jungle Kipee Tail	\d	the	
    -_D5204D877E47D4E4	m0592ckhld01	Fragment of Excellent Lakes Kipee Tail	a	the	Fragments of Excellent Lakes Kipee Tail	\d	the	
    -_E6B51523CA20E458	m0592ckhpc01	Fragment of Choice Prime Root Kipee Tail	a	the	Fragments of Choice Prime Root Kipee Tail	\d	the	
    -_723F3B6B511EC5D6	m0592ckhpd01	Fragment of Excellent Prime Root Kipee Tail	a	the	Fragments of Excellent Prime Root Kipee Tail	\d	the	
    -_A922E0AF17D22A88	m0592ckhpe01	Fragment of Supreme Prime Root Kipee Tail	a	the	Fragments of Supreme Prime Root Kipee Tail	\d	the	
    -_B5DE2A5D43DA113E	m0593ckjca01	Fragment of Basic Kipesta Mandible	a	the	Fragments of Basic Kipesta Mandible	\d	the	
    -_F812A669777B3E3D	m0593ckjcb01	Fragment of Fine Kipesta Mandible	a	the	Fragments of Fine Kipesta Mandible	\d	the	
    -_6E1AA03EED202617	m0593ckjdc01	Fragment of Choice Desert Kipesta Mandible	a	the	Fragments of Choice Desert Kipesta Mandible	\d	the	
    -_7A8DA141AD6ECD85	m0593ckjde01	Fragment of Supreme Desert Kipesta Mandible	a	the	Fragments of Supreme Desert Kipesta Mandible	\d	the	
    -_BF14231983DE12F4	m0593ckjfd01	Fragment of Excellent Forest Kipesta Mandible	a	the	Fragments of Excellent Forest Kipesta Mandible	\d	the	
    -_29D9944F72802608	m0593ckjjc01	Fragment of Choice Jungle Kipesta Mandible	a	the	Fragments of Choice Jungle Kipesta Mandible	\d	the	
    -_04F8938D1D363C97	m0593ckjlc01	Fragment of Choice Lakes Kipesta Mandible	a	the	Fragments of Choice Lakes Kipesta Mandible	\d	the	
    -_EF3F3038DA667307	m0593ckjle01	Fragment of Supreme Lakes Kipesta Mandible	a	the	Fragments of Supreme Lakes Kipesta Mandible	\d	the	
    -_8EE6A290B3B02246	m0593ckjpc01	Fragment of Choice Prime Root Kipesta Mandible	a	the	Fragments of Choice Prime Root Kipesta Mandible	\d	the	
    -_27B9C1EFC183DDDC	m0593ckjpd01	Fragment of Excellent Prime Root Kipesta Mandible	a	the	Fragments of Excellent Prime Root Kipesta Mandible	\d	the	
    -_A72615C03ADDC1EE	m0593ckjpe01	Fragment of Supreme Prime Root Kipesta Mandible	a	the	Fragments of Supreme Prime Root Kipesta Mandible	\d	the	
    -_60E58416F39C4052	m0594ckjca01	Fragment of Basic Kipesta Sting	a	the	Fragments of Basic Kipesta Sting	\d	the	
    -_63F499C4FE9C4EF3	m0594ckjcb01	Fragment of Fine Kipesta Sting	a	the	Fragments of Fine Kipesta Sting	\d	the	
    -_0DFC0AF1A0B3BE2C	m0594ckjdc01	Fragment of Choice Desert Kipesta Sting	a	the	Fragments of Choice Desert Kipesta Sting	\d	the	
    -_957B031C8B425891	m0594ckjde01	Fragment of Supreme Desert Kipesta Sting	a	the	Fragments of Supreme Desert Kipesta Sting	\d	the	
    -_B0374345D8BDFDC6	m0594ckjfd01	Fragment of Excellent Forest Kipesta Sting	a	the	Fragments of Excellent Forest Kipesta Sting	\d	the	
    -_0D1CF6F8A0D3AA2D	m0594ckjjc01	Fragment of Choice Jungle Kipesta Sting	a	the	Fragments of Choice Jungle Kipesta Sting	\d	the	
    -_04323A8A85193E11	m0594ckjlc01	Fragment of Choice Lakes Kipesta Sting	a	the	Fragments of Choice Lakes Kipesta Sting	\d	the	
    -_55CDEF935F19B8C5	m0594ckjle01	Fragment of Supreme Lakes Kipesta Sting	a	the	Fragments of Supreme Lakes Kipesta Sting	\d	the	
    -_78435D9F6B58ADE4	m0594ckjpc01	Fragment of Choice Prime Root Kipesta Sting	a	the	Fragments of Choice Prime Root Kipesta Sting	\d	the	
    -_8D27446F16B68666	m0594ckjpd01	Fragment of Excellent Prime Root Kipesta Sting	a	the	Fragments of Excellent Prime Root Kipesta Sting	\d	the	
    -_A9AA3127666A9777	m0594ckjpe01	Fragment of Supreme Prime Root Kipesta Sting	a	the	Fragments of Supreme Prime Root Kipesta Sting	\d	the	
    -_AA4459685A29E467	m0595ckjca01	Fragment of Basic Kipesta Tail	a	the	Fragments of Basic Kipesta Tail	\d	the	
    -_708670EB0B0B26FE	m0595ckjcb01	Fragment of Fine Kipesta Tail	a	the	Fragments of Fine Kipesta Tail	\d	the	
    -_DF9DCA348852FE55	m0595ckjdc01	Fragment of Choice Desert Kipesta Tail	a	the	Fragments of Choice Desert Kipesta Tail	\d	the	
    -_32CC9CE4C5834820	m0595ckjde01	Fragment of Supreme Desert Kipesta Tail	a	the	Fragments of Supreme Desert Kipesta Tail	\d	the	
    -_01B463854D4284CB	m0595ckjfd01	Fragment of Excellent Forest Kipesta Tail	a	the	Fragments of Excellent Forest Kipesta Tail	\d	the	
    -_621DB64A45F10641	m0595ckjjc01	Fragment of Choice Jungle Kipesta Tail	a	the	Fragments of Choice Jungle Kipesta Tail	\d	the	
    -_7C139768F2DF26FF	m0595ckjlc01	Fragment of Choice Lakes Kipesta Tail	a	the	Fragments of Choice Lakes Kipesta Tail	\d	the	
    -_67F2B1B26EB7A4D0	m0595ckjle01	Fragment of Supreme Lakes Kipesta Tail	a	the	Fragments of Supreme Lakes Kipesta Tail	\d	the	
    -_16347EBB3717484F	m0595ckjpc01	Fragment of Choice Prime Root Kipesta Tail	a	the	Fragments of Choice Prime Root Kipesta Tail	\d	the	
    -_D02D2A8724132687	m0595ckjpd01	Fragment of Excellent Prime Root Kipesta Tail	a	the	Fragments of Excellent Prime Root Kipesta Tail	\d	the	
    -_E01BC197D13C8B55	m0595ckjpe01	Fragment of Supreme Prime Root Kipesta Tail	a	the	Fragments of Supreme Prime Root Kipesta Tail	\d	the	
    -_EBC4516D5C59E463	m0596ckjca01	Fragment of Basic Kipesta Wing	a	the	Fragments of Basic Kipesta Wing	\d	the	
    -_703684EE0C8B32FF	m0596ckjcb01	Fragment of Fine Kipesta Wing	a	the	Fragments of Fine Kipesta Wing	\d	the	
    -_201DC2398A82FE51	m0596ckjdc01	Fragment of Choice Desert Kipesta Wing	a	the	Fragments of Choice Desert Kipesta Wing	\d	the	
    -_F27CB0EC85335C29	m0596ckjde01	Fragment of Supreme Desert Kipesta Wing	a	the	Fragments of Supreme Desert Kipesta Wing	\d	the	
    -_42E4838D0D4284C7	m0596ckjfd01	Fragment of Excellent Forest Kipesta Wing	a	the	Fragments of Excellent Forest Kipesta Wing	\d	the	
    -_A39DAE4F4721063D	m0596ckjjc01	Fragment of Choice Jungle Kipesta Wing	a	the	Fragments of Choice Jungle Kipesta Wing	\d	the	
    -_7C139763F1AF5203	m0596ckjlc01	Fragment of Choice Lakes Kipesta Wing	a	the	Fragments of Choice Lakes Kipesta Wing	\d	the	
    -_67A2C5B56F37B0D1	m0596ckjle01	Fragment of Supreme Lakes Kipesta Wing	a	the	Fragments of Supreme Lakes Kipesta Wing	\d	the	
    -_59E48ABB37173450	m0596ckjpc01	Fragment of Choice Prime Root Kipesta Wing	a	the	Fragments of Choice Prime Root Kipesta Wing	\d	the	
    -_D0DD3E8A25933288	m0596ckjpd01	Fragment of Excellent Prime Root Kipesta Wing	a	the	Fragments of Excellent Prime Root Kipesta Wing	\d	the	
    -_601BC197D19CB366	m0596ckjpe01	Fragment of Supreme Prime Root Kipesta Wing	a	the	Fragments of Supreme Prime Root Kipesta Wing	\d	the	
    -_65F38160DC87A484	m0597ckeca01	Fragment of Basic Kipucka Claw	a	the	Fragments of Basic Kipucka Claw	\d	the	
    -_6CA7101183BBE2F7	m0597ckecb01	Fragment of Fine Kipucka Claw	a	the	Fragments of Fine Kipucka Claw	\d	the	
    -_097E513550BD6293	m0597ckece01	Fragment of Supreme Kipucka Claw	a	the	Fragments of Supreme Kipucka Claw	\d	the	
    -_9A4CF22C0AB0BE72	m0597ckedc01	Fragment of Choice Desert Kipucka Claw	a	the	Fragments of Choice Desert Kipucka Claw	\d	the	
    -_7906D78CC7A144DF	m0597ckedd01	Fragment of Excellent Desert Kipucka Claw	a	the	Fragments of Excellent Desert Kipucka Claw	\d	the	
    -_E97E7CE63B352824	m0597ckede01	Fragment of Supreme Desert Kipucka Claw	a	the	Fragments of Supreme Desert Kipucka Claw	\d	the	
    -_5C6CEE388AC0BE71	m0597ckefc01	Fragment of Choice Forest Kipucka Claw	a	the	Fragments of Choice Forest Kipucka Claw	\d	the	
    -_FB16FF90C7B144DF	m0597ckefd01	Fragment of Excellent Forest Kipucka Claw	a	the	Fragments of Excellent Forest Kipucka Claw	\d	the	
    -_1DCCDE42C74FC65E	m0597ckejc01	Fragment of Choice Jungle Kipucka Claw	a	the	Fragments of Choice Jungle Kipucka Claw	\d	the	
    -_FD151798034010D4	m0597ckejd01	Fragment of Excellent Jungle Kipucka Claw	a	the	Fragments of Excellent Jungle Kipucka Claw	\d	the	
    -_692D80ECBBE42C24	m0597ckeje01	Fragment of Supreme Jungle Kipucka Claw	a	the	Fragments of Supreme Jungle Kipucka Claw	\d	the	
    -_7C823373750F0EF0	m0597ckelc01	Fragment of Choice Lakes Kipucka Claw	a	the	Fragments of Choice Lakes Kipucka Claw	\d	the	
    -_631351D8E66760C9	m0597ckele01	Fragment of Supreme Lakes Kipucka Claw	a	the	Fragments of Supreme Lakes Kipucka Claw	\d	the	
    -_D7D33ABBB3857464	m0597ckepc01	Fragment of Choice Prime Root Kipucka Claw	a	the	Fragments of Choice Prime Root Kipucka Claw	\d	the	
    -_CC4ECAAD9CC3E280	m0597ckepd01	Fragment of Excellent Prime Root Kipucka Claw	a	the	Fragments of Excellent Prime Root Kipucka Claw	\d	the	
    -_561BC18588A04B6D	m0597ckepe01	Fragment of Supreme Prime Root Kipucka Claw	a	the	Fragments of Supreme Prime Root Kipucka Claw	\d	the	
    -_724C2A6D02DA1143	m0598ckeca01	Fragment of Basic Kipucka Mandible	a	the	Fragments of Basic Kipucka Mandible	\d	the	
    -_F8816670327C3E42	m0598ckecb01	Fragment of Fine Kipucka Mandible	a	the	Fragments of Fine Kipucka Mandible	\d	the	
    -_6B25CFBBE1220ED3	m0598ckece01	Fragment of Supreme Kipucka Mandible	a	the	Fragments of Supreme Kipucka Mandible	\d	the	
    -_2B88A04EAC20261C	m0598ckedc01	Fragment of Choice Desert Kipucka Mandible	a	the	Fragments of Choice Desert Kipucka Mandible	\d	the	
    -_3DF4230D3E4EAA08	m0598ckedd01	Fragment of Excellent Desert Kipucka Mandible	a	the	Fragments of Excellent Desert Kipucka Mandible	\d	the	
    -_728FA1416C6ECD78	m0598ckede01	Fragment of Supreme Desert Kipucka Mandible	a	the	Fragments of Supreme Desert Kipucka Mandible	\d	the	
    -_6B989C59AE40261C	m0598ckefc01	Fragment of Choice Forest Kipucka Mandible	a	the	Fragments of Choice Forest Kipucka Mandible	\d	the	
    -_BF1423103E4ED209	m0598ckefd01	Fragment of Excellent Forest Kipucka Mandible	a	the	Fragments of Excellent Forest Kipucka Mandible	\d	the	
    -_E647945F3180260D	m0598ckejc01	Fragment of Choice Jungle Kipucka Mandible	a	the	Fragments of Choice Jungle Kipucka Mandible	\d	the	
    -_4154E70DFA9CF209	m0598ckejd01	Fragment of Excellent Jungle Kipucka Mandible	a	the	Fragments of Excellent Jungle Kipucka Mandible	\d	the	
    -_72ED21536C6E556C	m0598ckeje01	Fragment of Supreme Jungle Kipucka Mandible	a	the	Fragments of Supreme Jungle Kipucka Mandible	\d	the	
    -_04F86F7DE0A5FCAC	m0598ckelc01	Fragment of Choice Lakes Kipucka Mandible	a	the	Fragments of Choice Lakes Kipucka Mandible	\d	the	
    -_EFAEF03F9567730C	m0598ckele01	Fragment of Supreme Lakes Kipucka Mandible	a	the	Fragments of Supreme Lakes Kipucka Mandible	\d	the	
    -_8E5562A02FAF624B	m0598ckepc01	Fragment of Choice Prime Root Kipucka Mandible	a	the	Fragments of Choice Prime Root Kipucka Mandible	\d	the	
    -_272881F67C84DDE1	m0598ckepd01	Fragment of Excellent Prime Root Kipucka Mandible	a	the	Fragments of Excellent Prime Root Kipucka Mandible	\d	the	
    -_A32715B7F5DEC1EA	m0598ckepe01	Fragment of Supreme Prime Root Kipucka Mandible	a	the	Fragments of Supreme Prime Root Kipucka Mandible	\d	the	
    -_2FB886AD4BF28471	m0599ckeca01	Basic Kipucka Secretion	a	the	Basic Kipucka Secretions	\d	the	
    -_EC523BCC4801080F	m0599ckecb01	Fine Kipucka Secretion	a	the	Fine Kipucka Secretions	\d	the	
    -_B2D2081113146D59	m0599ckece01	Supreme Kipucka Secretion	a	the	Supreme Kipucka Secretions	\d	the	
    -_5DE1A89C804BED3C	m0599ckedc01	Choice Desert Kipucka Secretion	a	the	Choice Desert Kipucka Secretions	\d	the	
    -_5DFF3609A462C645	m0599ckedd01	Excellent Desert Kipucka Secretion	an	the	Excellent Desert Kipucka Secretions	\d	the	
    -_62E88E5F2148C6B5	m0599ckede01	Supreme Desert Kipucka Secretion	a	the	Supreme Desert Kipucka Secretions	\d	the	
    -_DDF1A89D426BE946	m0599ckefc01	Choice Forest Kipucka Secretion	a	the	Choice Forest Kipucka Secretions	\d	the	
    -_5D0F3A0AE622CE45	m0599ckefd01	Excellent Forest Kipucka Secretion	an	the	Excellent Forest Kipucka Secretions	\d	the	
    -_1A80B08E03CBD94C	m0599ckejc01	Choice Jungle Kipucka Secretion	a	the	Choice Jungle Kipucka Secretions	\d	the	
    -_99AD260C67C3DE45	m0599ckejd01	Excellent Jungle Kipucka Secretion	an	the	Excellent Jungle Kipucka Secretions	\d	the	
    -_E2979265A1F7CAB5	m0599ckeje01	Supreme Jungle Kipucka Secretion	a	the	Supreme Jungle Kipucka Secretions	\d	the	
    -_D955616084E7A2A5	m0599ckelc01	Choice Lakes Kipucka Secretion	a	the	Choice Lakes Kipucka Secretions	\d	the	
    -_4FFEC5A73F6D3DCD	m0599ckele01	Supreme Lakes Kipucka Secretion	a	the	Supreme Lakes Kipucka Secretions	\d	the	
    -_BB285EAD086035AC	m0599ckepc01	Choice Prime Root Kipucka Secretion	a	the	Choice Prime Root Kipucka Secretions	\d	the	
    -_2C74F39532A69F84	m0599ckepd01	Excellent Prime Root Kipucka Secretion	an	the	Excellent Prime Root Kipucka Secretions	\d	the	
    -_7454FDE1C9E4BF1B	m0599ckepe01	Supreme Prime Root Kipucka Secretion	a	the	Supreme Prime Root Kipucka Secretions	\d	the	
    -_73EE5269C2DA113B	m0600ckfca01	Fragment of Basic Kirosta Mandible	a	the	Fragments of Basic Kirosta Mandible	\d	the	
    -_B622A673F61B463A	m0600ckfcb01	Fragment of Fine Kirosta Mandible	a	the	Fragments of Fine Kirosta Mandible	\d	the	
    -_7B042316827EF2FA	m0600ckfdd01	Fragment of Excellent Desert Kirosta Mandible	a	the	Fragments of Excellent Desert Kirosta Mandible	\d	the	
    -_FD242319827E1AFB	m0600ckffd01	Fragment of Excellent Forest Kirosta Mandible	a	the	Fragments of Excellent Forest Kirosta Mandible	\d	the	
    -_7F64E7163ECC3AFB	m0600ckfjd01	Fragment of Excellent Jungle Kirosta Mandible	a	the	Fragments of Excellent Jungle Kirosta Mandible	\d	the	
    -_383B3153AC6E5576	m0600ckfje01	Fragment of Supreme Jungle Kirosta Mandible	a	the	Fragments of Supreme Jungle Kirosta Mandible	\d	the	
    -_4208938D9E563C9E	m0600ckflc01	Fragment of Choice Lakes Kirosta Mandible	a	the	Fragments of Choice Lakes Kirosta Mandible	\d	the	
    -_4CF6A29A32B04A45	m0600ckfpc01	Fragment of Choice Prime Root Kirosta Mandible	a	the	Fragments of Choice Prime Root Kirosta Mandible	\d	the	
    -_E5C9C1F94023E5D9	m0600ckfpd01	Fragment of Excellent Prime Root Kirosta Mandible	a	the	Fragments of Excellent Prime Root Kirosta Mandible	\d	the	
    -_65D61DC0397DC9EB	m0600ckfpe01	Fragment of Supreme Prime Root Kirosta Mandible	a	the	Fragments of Supreme Prime Root Kirosta Mandible	\d	the	
    -_ED59C6A74EF36C6B	m0601ckfca01	Basic Kirosta Secretion	a	the	Basic Kirosta Secretions	\d	the	
    -_2A623BD58C315001	m0601ckfcb01	Fine Kirosta Secretion	a	the	Fine Kirosta Secretions	\d	the	
    -_1BA09A13E282C63D	m0601ckfdd01	Excellent Desert Kirosta Secretion	an	the	Excellent Desert Kirosta Secretions	\d	the	
    -_1BB09E142442CE3D	m0601ckffd01	Excellent Forest Kirosta Secretion	an	the	Excellent Forest Kirosta Secretions	\d	the	
    -_574E8A16A5E3DE3D	m0601ckfjd01	Excellent Jungle Kirosta Secretion	an	the	Excellent Jungle Kirosta Secretions	\d	the	
    -_A4469A6EE596D2B6	m0601ckfje01	Supreme Jungle Kirosta Secretion	a	the	Supreme Jungle Kirosta Secretions	\d	the	
    -_95856160C47806A7	m0601ckflc01	Choice Lakes Kirosta Secretion	a	the	Choice Lakes Kirosta Secretions	\d	the	
    -_BCCA86A9C86035A4	m0601ckfpc01	Choice Prime Root Kirosta Secretion	a	the	Choice Prime Root Kirosta Secretions	\d	the	
    -_6A8417A5F057DF76	m0601ckfpd01	Excellent Prime Root Kirosta Secretion	an	the	Excellent Prime Root Kirosta Secretions	\d	the	
    -_3AA20DE109E4BF25	m0601ckfpe01	Supreme Prime Root Kirosta Secretion	a	the	Supreme Prime Root Kirosta Secretions	\d	the	
    -_1B45A414EFEC604E	m0602ckfca01	Fragment of Basic Kirosta Shell	a	the	Fragments of Basic Kirosta Shell	\d	the	
    -_23E47DCC7CDB4EF6	m0602ckfcb01	Fragment of Fine Kirosta Shell	a	the	Fragments of Fine Kirosta Shell	\d	the	
    -_ADA60B43D7AD0DD2	m0602ckfdd01	Fragment of Excellent Desert Kirosta Shell	a	the	Fragments of Excellent Desert Kirosta Shell	\d	the	
    -_EF661345D7BD11D1	m0602ckffd01	Fragment of Excellent Forest Kirosta Shell	a	the	Fragments of Excellent Forest Kirosta Shell	\d	the	
    -_70072349135BFDCF	m0602ckfjd01	Fragment of Excellent Jungle Kirosta Shell	a	the	Fragments of Excellent Jungle Kirosta Shell	\d	the	
    -_15C923234B230489	m0602ckfje01	Fragment of Supreme Jungle Kirosta Shell	a	the	Fragments of Supreme Jungle Kirosta Shell	\d	the	
    -_C2925A8D83F90E0F	m0602ckflc01	Fragment of Choice Lakes Kirosta Shell	a	the	Fragments of Choice Lakes Kirosta Shell	\d	the	
    -_30535D9F6AF8EDDE	m0602ckfpc01	Fragment of Choice Prime Root Kirosta Shell	a	the	Fragments of Choice Prime Root Kirosta Shell	\d	the	
    -_4D17287794F58669	m0602ckfpd01	Fragment of Excellent Prime Root Kirosta Shell	a	the	Fragments of Excellent Prime Root Kirosta Shell	\d	the	
    -_67BA312CA9CA5F69	m0602ckfpe01	Fragment of Supreme Prime Root Kirosta Shell	a	the	Fragments of Supreme Prime Root Kirosta Shell	\d	the	
    -_E854816A5929E46F	m0603ckfca01	Fragment of Basic Kirosta Tail	a	the	Fragments of Basic Kirosta Tail	\d	the	
    -_2E3678F58A0B26FC	m0603ckfcb01	Fragment of Fine Kirosta Tail	a	the	Fragments of Fine Kirosta Tail	\d	the	
    -_BD5443814C3284D3	m0603ckfdd01	Fragment of Excellent Desert Kirosta Tail	a	the	Fragments of Excellent Desert Kirosta Tail	\d	the	
    -_3F646B854C4284D3	m0603ckffd01	Fragment of Excellent Forest Kirosta Tail	a	the	Fragments of Excellent Forest Kirosta Tail	\d	the	
    -_4163838D88D150C8	m0603ckfjd01	Fragment of Excellent Jungle Kirosta Tail	a	the	Fragments of Excellent Jungle Kirosta Tail	\d	the	
    -_702BA8EA44D2541E	m0603ckfje01	Fragment of Supreme Jungle Kirosta Tail	a	the	Fragments of Supreme Jungle Kirosta Tail	\d	the	
    -_3A239772F3FF26FD	m0603ckflc01	Fragment of Choice Lakes Kirosta Tail	a	the	Fragments of Choice Lakes Kirosta Tail	\d	the	
    -_54447EBB36177059	m0603ckfpc01	Fragment of Choice Prime Root Kirosta Tail	a	the	Fragments of Choice Prime Root Kirosta Tail	\d	the	
    -_8EDD3291A3132685	m0603ckfpd01	Fragment of Excellent Prime Root Kirosta Tail	a	the	Fragments of Excellent Prime Root Kirosta Tail	\d	the	
    -_9E2BC197D07C9B53	m0603ckfpe01	Fragment of Supreme Prime Root Kirosta Tail	a	the	Fragments of Supreme Prime Root Kirosta Tail	\d	the	
    -_6F28C2A3CAE33476	m0604ckcca01	Basic Kizarak Secretion	a	the	Basic Kizarak Secretions	\d	the	
    -_2C6263C20D206CF6	m0604ckccb01	Fine Kizarak Secretion	a	the	Fine Kizarak Secretions	\d	the	
    -_254449721AF8E06D	m0605ckcca01	Fragment of Basic Kizarak Tail	a	the	Fragments of Basic Kizarak Tail	\d	the	
    -_702594E7CB0B4EEB	m0605ckccb01	Fragment of Fine Kizarak Tail	a	the	Fragments of Fine Kizarak Tail	\d	the	
    -_3176C66C72AA7565	m0606ckica01	Fragment of Basic Kizoar Mandible	a	the	Fragments of Basic Kizoar Mandible	\d	the	
    -_EF7B60FEBAECA6D5	m0606ckicb01	Fragment of Fine Kizoar Mandible	a	the	Fragments of Fine Kizoar Mandible	\d	the	
    -_8B87CBB9720090B4	m0606ckidd01	Fragment of Excellent Desert Kizoar Mandible	a	the	Fragments of Excellent Desert Kizoar Mandible	\d	the	
    -_66D2804061B223F9	m0606ckifc01	Fragment of Choice Forest Kizoar Mandible	a	the	Fragments of Choice Forest Kizoar Mandible	\d	the	
    -_8DA7CBBBB2108CBD	m0606ckifd01	Fragment of Excellent Forest Kizoar Mandible	a	the	Fragments of Excellent Forest Kizoar Mandible	\d	the	
    -_EA5A4848969EFF88	m0606ckife01	Fragment of Supreme Forest Kizoar Mandible	a	the	Fragments of Supreme Forest Kizoar Mandible	\d	the	
    -_10E7CBB02DBF84BF	m0606ckijd01	Fragment of Excellent Jungle Kizoar Mandible	a	the	Fragments of Excellent Jungle Kizoar Mandible	\d	the	
    -_BE790F1736B466C6	m0606ckipc01	Fragment of Choice Prime Root Kizoar Mandible	a	the	Fragments of Choice Prime Root Kizoar Mandible	\d	the	
    -_5A6237B689812238	m0606ckipd01	Fragment of Excellent Prime Root Kizoar Mandible	a	the	Fragments of Excellent Prime Root Kizoar Mandible	\d	the	
    -_86E1E475B22114F3	m0606ckipe01	Fragment of Supreme Prime Root Kizoar Mandible	a	the	Fragments of Supreme Prime Root Kizoar Mandible	\d	the	
    -_2A73D1A8CB4A6932	m0607ckica01	Fragment of Basic Kizoar Shell	a	the	Fragments of Basic Kizoar Shell	\d	the	
    -_5A165CF9137E7131	m0607ckicb01	Fragment of Fine Kizoar Shell	a	the	Fragments of Fine Kizoar Shell	\d	the	
    -_FC94BFB8C24537D5	m0607ckidd01	Fragment of Excellent Desert Kizoar Shell	a	the	Fragments of Excellent Desert Kizoar Shell	\d	the	
    -_21EC3E807983831F	m0607ckifc01	Fragment of Choice Forest Kizoar Shell	a	the	Fragments of Choice Forest Kizoar Shell	\d	the	
    -_7EA4E7BCC25537D5	m0607ckifd01	Fragment of Excellent Forest Kizoar Shell	a	the	Fragments of Excellent Forest Kizoar Shell	\d	the	
    -_719FF3EB06469F27	m0607ckife01	Fragment of Supreme Forest Kizoar Shell	a	the	Fragments of Supreme Forest Kizoar Shell	\d	the	
    -_80A3FFC4FEE403CA	m0607ckijd01	Fragment of Excellent Jungle Kizoar Shell	a	the	Fragments of Excellent Jungle Kizoar Shell	\d	the	
    -_18C59BAD26D62868	m0607ckipc01	Fragment of Choice Prime Root Kizoar Shell	a	the	Fragments of Choice Prime Root Kizoar Shell	\d	the	
    -_BABD16952C8671BA	m0607ckipd01	Fragment of Excellent Prime Root Kizoar Shell	a	the	Fragments of Excellent Prime Root Kizoar Shell	\d	the	
    -_A891B793897CF35F	m0607ckipe01	Fragment of Supreme Prime Root Kizoar Shell	a	the	Fragments of Supreme Prime Root Kizoar Shell	\d	the	
    -_AAB3EDAACC0B692E	m0608ckica01	Fragment of Basic Kizoar Sting	a	the	Fragments of Basic Kizoar Sting	\d	the	
    -_5AC664F896BEA132	m0608ckicb01	Fragment of Fine Kizoar Sting	a	the	Fragments of Fine Kizoar Sting	\d	the	
    -_7C84F7BCC54537D1	m0608ckidd01	Fragment of Excellent Desert Kizoar Sting	a	the	Fragments of Excellent Desert Kizoar Sting	\d	the	
    -_A12C5A827A44831B	m0608ckifc01	Fragment of Choice Forest Kizoar Sting	a	the	Fragments of Choice Forest Kizoar Sting	\d	the	
    -_FE941FC0C55537D1	m0608ckifd01	Fragment of Excellent Forest Kizoar Sting	a	the	Fragments of Excellent Forest Kizoar Sting	\d	the	
    -_744FFBEF09F6A72C	m0608ckife01	Fragment of Supreme Forest Kizoar Sting	a	the	Fragments of Supreme Forest Kizoar Sting	\d	the	
    -_009337C801E403C6	m0608ckijd01	Fragment of Excellent Jungle Kizoar Sting	a	the	Fragments of Excellent Jungle Kizoar Sting	\d	the	
    -_99C6CBAD26D61466	m0608ckipc01	Fragment of Choice Prime Root Kizoar Sting	a	the	Fragments of Choice Prime Root Kizoar Sting	\d	the	
    -_BA6D1E94AFC6A1BB	m0608ckipd01	Fragment of Excellent Prime Root Kizoar Sting	a	the	Fragments of Excellent Prime Root Kizoar Sting	\d	the	
    -_AE91B79389DC0368	m0608ckipe01	Fragment of Supreme Prime Root Kizoar Sting	a	the	Fragments of Supreme Prime Root Kizoar Sting	\d	the	
    -_707734E140DDD937	m0609ckica01	Fragment of Basic Kizoar Wing	a	the	Fragments of Basic Kizoar Wing	\d	the	
    -_DCF715C119040B54	m0609ckicb01	Fragment of Fine Kizoar Wing	a	the	Fragments of Fine Kizoar Wing	\d	the	
    -_FA066ED24F1507DD	m0609ckidd01	Fragment of Excellent Desert Kizoar Wing	a	the	Fragments of Excellent Desert Kizoar Wing	\d	the	
    -_AA923A742A263B0C	m0609ckifc01	Fragment of Choice Forest Kizoar Wing	a	the	Fragments of Choice Forest Kizoar Wing	\d	the	
    -_BC266ADECF2507DC	m0609ckifd01	Fragment of Excellent Forest Kizoar Wing	a	the	Fragments of Excellent Forest Kizoar Wing	\d	the	
    -_92AAAA813DB39784	m0609ckife01	Fragment of Supreme Forest Kizoar Wing	a	the	Fragments of Supreme Forest Kizoar Wing	\d	the	
    -_7D865AE80CB40FC9	m0609ckijd01	Fragment of Excellent Jungle Kizoar Wing	a	the	Fragments of Excellent Jungle Kizoar Wing	\d	the	
    -_35E083FCCC81C428	m0609ckipc01	Fragment of Choice Prime Root Kizoar Wing	a	the	Fragments of Choice Prime Root Kizoar Wing	\d	the	
    -_C12BAC216E4CC70F	m0609ckipd01	Fragment of Excellent Prime Root Kizoar Wing	a	the	Fragments of Excellent Prime Root Kizoar Wing	\d	the	
    -_E342821FA425707E	m0609ckipe01	Fragment of Supreme Prime Root Kizoar Wing	a	the	Fragments of Supreme Prime Root Kizoar Wing	\d	the	
    -_D5C2793686FCAF9B	m0610dxacb01	Basic Koorin Oil	some	the	Basic Koorin Oils	\d	the	
    -_1DF43E82029FA598	m0610dxacc01	Fine Koorin Oil	some	the	Fine Koorin Oils	\d	the	
    -_7F0896103F381D7B	m0610dxadd01	Choice Desert Koorin Oil	some	the	Choice Desert Koorin Oils	\d	the	
    -_5D8AA913134E636A	m0610dxade01	Excellent Desert Koorin Oil	some	the	Excellent Desert Koorin Oils	\d	the	
    -_598436256B8E7914	m0610dxadf01	Supreme Desert Koorin Oil	some	the	Supreme Desert Koorin Oils	\d	the	
    -_812896127F481984	m0610dxafd01	Choice Forest Koorin Oil	some	the	Choice Forest Koorin Oils	\d	the	
    -_5D8AD116956E636B	m0610dxafe01	Excellent Forest Koorin Oil	some	the	Excellent Forest Koorin Oils	\d	the	
    -_598436296B6EC918	m0610dxaff01	Supreme Forest Koorin Oil	some	the	Supreme Forest Koorin Oils	\d	the	
    -_04689607FAF71186	m0610dxajd01	Choice Jungle Koorin Oil	some	the	Choice Jungle Koorin Oils	\d	the	
    -_19D8F11A17AE2764	m0610dxaje01	Excellent Jungle Koorin Oil	some	the	Excellent Jungle Koorin Oils	\d	the	
    -_5984BE1F6BECF920	m0610dxajf01	Supreme Jungle Koorin Oil	some	the	Supreme Jungle Koorin Oils	\d	the	
    -_5E0D2C87662E8C82	m0610dxald01	Choice Lakes Koorin Oil	some	the	Choice Lakes Koorin Oils	\d	the	
    -_7F84B22DE3066758	m0610dxale01	Excellent Lakes Koorin Oil	some	the	Excellent Lakes Koorin Oils	\d	the	
    -_80DF7F55F9CC235E	m0610dxalf01	Supreme Lakes Koorin Oil	some	the	Supreme Lakes Koorin Oils	\d	the	
    -_1272F982922AB88A	m0610dxapd01	Choice Prime Root Koorin Oil	some	the	Choice Prime Root Koorin Oils	\d	the	
    -_67FCE52E3146B811	m0610dxape01	Excellent Prime Root Koorin Oil	some	the	Excellent Prime Root Koorin Oils	\d	the	
    -_539107672B8910BA	m0610dxapf01	Supreme Prime Root Koorin Oil	some	the	Supreme Prime Root Koorin Oils	\d	the	
    -_AFE815B453BFFEAE	m0611chgca01	Fragment of Basic Lumper Eye	a	the	Fragments of Basic Lumper Eye	\d	the	
    -_E40341EA483881F3	m0611chgcb01	Fragment of Fine Lumper Eye	a	the	Fragments of Fine Lumper Eye	\d	the	
    -_3DF30FA5116ABFDD	m0611chgdd01	Fragment of Excellent Desert Lumper Eye	a	the	Fragments of Excellent Desert Lumper Eye	\d	the	
    -_258799F4622E3FA6	m0611chgpc01	Fragment of Choice Prime Root Lumper Eye	a	the	Fragments of Choice Prime Root Lumper Eye	\d	the	
    -_56993B818E904D9D	m0611chgpd01	Fragment of Excellent Prime Root Lumper Eye	a	the	Fragments of Excellent Prime Root Lumper Eye	\d	the	
    -_2BC153E5C9781E97	m0611chgpe01	Fragment of Supreme Prime Root Lumper Eye	a	the	Fragments of Supreme Prime Root Lumper Eye	\d	the	
    -_DE065DDFB27D1919	m0612chgca01	Fragment of Basic Lumper Pelvis	a	the	Fragments of Basic Lumper Pelvis	\d	the	
    -_9384A1DDCB98921F	m0612chgcb01	Fragment of Fine Lumper Pelvis	a	the	Fragments of Fine Lumper Pelvis	\d	the	
    -_70679786D349E9C9	m0612chgdd01	Fragment of Excellent Desert Lumper Pelvis	a	the	Fragments of Excellent Desert Lumper Pelvis	\d	the	
    -_78B5DF1DA8E8DDF6	m0612chgpc01	Fragment of Choice Prime Root Lumper Pelvis	a	the	Fragments of Choice Prime Root Lumper Pelvis	\d	the	
    -_BDB74C88E3B2CA92	m0612chgpd01	Fragment of Excellent Prime Root Lumper Pelvis	a	the	Fragments of Excellent Prime Root Lumper Pelvis	\d	the	
    -_79A92423A73BCF8C	m0612chgpe01	Fragment of Supreme Prime Root Lumper Pelvis	a	the	Fragments of Supreme Prime Root Lumper Pelvis	\d	the	
    -_E99608A7775FB888	m0613chvca01	Fragment of Basic Madakam Eye	a	the	Fragments of Basic Madakam Eye	\d	the	
    -_2B86059B18E3A664	m0613chvcb01	Fragment of Fine Madakam Eye	a	the	Fragments of Fine Madakam Eye	\d	the	
    -_B3F7AA8F26C25215	m0613chvfd01	Fragment of Excellent Forest Madakam Eye	a	the	Fragments of Excellent Forest Madakam Eye	\d	the	
    -_15A86DD1B4B09455	m0613chvfe01	Fragment of Supreme Forest Madakam Eye	a	the	Fragments of Supreme Forest Madakam Eye	\d	the	
    -_61320E4462B7FE50	m0613chvjc01	Fragment of Choice Jungle Madakam Eye	a	the	Fragments of Choice Jungle Madakam Eye	\d	the	
    -_966785CAF3D04854	m0613chvje01	Fragment of Supreme Jungle Madakam Eye	a	the	Fragments of Supreme Jungle Madakam Eye	\d	the	
    -_5CADDA5B25B5D863	m0613chvpe01	Fragment of Supreme Prime Root Madakam Eye	a	the	Fragments of Supreme Prime Root Madakam Eyes	\d	the	
    -_131EE4A3D51B4395	m0615chvca01	Basic Madakam Nail	a	the	Basic Madakam Nails	\d	the	
    -_1B1506421B81F982	m0615chvcb01	Fine Madakam Nail	a	the	Fine Madakam Nails	\d	the	
    -_F2B851E95041D143	m0615chvfd01	Excellent Forest Madakam Nail	an	the	Excellent Forest Madakam Nails	\d	the	
    -_9BD05B366EFA1541	m0615chvfe01	Supreme Forest Madakam Nail	a	the	Supreme Forest Madakam Nails	\d	the	
    -_0287AA2F49A6C96E	m0615chvjc01	Choice Jungle Madakam Nail	a	the	Choice Jungle Madakam Nails	\d	the	
    -_9CD01F242DD91D4B	m0615chvje01	Supreme Jungle Madakam Nail	a	the	Supreme Jungle Madakam Nails	\d	the	
    -_0F72BB99B2626676	m0615chvpe01	Supreme Prime Root Madakam Nail	a	the	Supreme Prime Root Madakam Nails	\d	the	
    -_75651945B5DAC420	m0616chvca01	Fragment of Basic Madakam Pelvis	a	the	Fragments of Basic Madakam Pelvis	\d	the	
    -_58C72294F03EDAD2	m0616chvcb01	Fragment of Fine Madakam Pelvis	a	the	Fragments of Fine Madakam Pelvis	\d	the	
    -_F2F583737C928598	m0616chvfd01	Fragment of Excellent Forest Madakam Pelvis	a	the	Fragments of Excellent Forest Madakam Pelvis	\d	the	
    -_01FA54310EFE9322	m0616chvfe01	Fragment of Supreme Forest Madakam Pelvis	a	the	Fragments of Supreme Forest Madakam Pelvis	\d	the	
    -_98F08B2E1F3232CF	m0616chvjc01	Fragment of Choice Jungle Madakam Pelvis	a	the	Fragments of Choice Jungle Madakam Pelvis	\d	the	
    -_BD487435903E571B	m0616chvje01	Fragment of Supreme Jungle Madakam Pelvis	a	the	Fragments of Supreme Jungle Madakam Pelvis	\d	the	
    -_5607578B5F3BF986	m0616chvpe01	Fragment of Supreme Prime Root Madakam Pelvis	a	the	Fragments of Supreme Prime Root Madakam Pelvis	\d	the	
    -_4FE101BCF7DC8382	m0617chvca01	Basic Madakam Tooth	a	the	Basic Madakam Teeth	\d	the	
    -_DA33B2482F229B94	m0617chvcb01	Fine Madakam Tooth	a	the	Fine Madakam Teeth	\d	the	
    -_72A7CD245DCCC948	m0617chvfd01	Excellent Forest Madakam Tooth	an	the	Excellent Forest Madakam Teeth	\d	the	
    -_2A266D196F9C4D09	m0617chvfe01	Supreme Forest Madakam Tooth	a	the	Supreme Forest Madakam Teeth	\d	the	
    -_7E871E8D6BD7E56D	m0617chvjc01	Choice Jungle Madakam Tooth	a	the	Choice Jungle Madakam Teeth	\d	the	
    -_2A26F50F6F1A7D11	m0617chvje01	Supreme Jungle Madakam Tooth	a	the	Supreme Jungle Madakam Teeth	\d	the	
    -_2765CD5D2C8505A5	m0617chvpe01	Supreme Prime Root Madakam Tooth	a	the	Supreme Prime Root Madakam Teeth	\d	the	
    -_B34664AEF5AF0886	m0618chhca01	Fragment of Basic Mektoub Eye	a	the	Fragments of Basic Mektoub Eye	\d	the	
    -_6D0761B55723A65E	m0618chhcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_B757FA8A61F36223	m0618chhdd01	Fragment of Excellent Desert Mektoub Eye	a	the	Fragments of Excellent Desert Mektoub Eye	\d	the	
    -_ED616A41DFF86A5B	m0618chhfc01	Fragment of Choice Forest Mektoub Eye	a	the	Fragments of Choice Forest Mektoub Eye	\d	the	
    -_DC8954E089DFA828	m0618chhld01	Fragment of Excellent Lakes Mektoub Eye	a	the	Fragments of Excellent Lakes Mektoub Eye	\d	the	
    -_79ADC21C8055E424	m0618chhpc01	Fragment of Choice Prime Root Mektoub Eye	a	the	Fragments of Choice Prime Root Mektoub Eye	\d	the	
    -_523BF815AC6B6219	m0618chhpd01	Fragment of Excellent Prime Root Mektoub Eye	a	the	Fragments of Excellent Prime Root Mektoub Eye	\d	the	
    -_5DADAE64A8264073	m0618chhpe01	Fragment of Supreme Prime Root Mektoub Eye	a	the	Fragments of Supreme Prime Root Mektoub Eye	\d	the	
    -_6D0761B59723A65E	m0618chicb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_6D0761B5D723A65E	m0618chjcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_D98EF49857ABDFA4	m0619chhca01	Basic Mektoub Nail	a	the	Basic Mektoub Nails	\d	the	
    -_E1955249D6C2098E	m0619chhcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_302A55FD0C61A55A	m0619chhdd01	Excellent Desert Mektoub Nail	an	the	Excellent Desert Mektoub Nails	\d	the	
    -_C896AA2F8C079175	m0619chhfc01	Choice Forest Mektoub Nail	a	the	Choice Forest Mektoub Nails	\d	the	
    -_F3F661536694F337	m0619chhld01	Excellent Lakes Mektoub Nail	an	the	Excellent Lakes Mektoub Nails	\d	the	
    -_26EE01AB5B580C9D	m0619chhpc01	Choice Prime Root Mektoub Nail	a	the	Choice Prime Root Mektoub Nails	\d	the	
    -_274B45EA3DAA462F	m0619chhpd01	Excellent Prime Root Mektoub Nail	an	the	Excellent Prime Root Mektoub Nails	\d	the	
    -_11A3D79234A28695	m0619chhpe01	Supreme Prime Root Mektoub Nail	a	the	Supreme Prime Root Mektoub Nails	\d	the	
    -_E195524916C2098E	m0619chicb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_E195524956C2098E	m0619chjcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_BAA53960340BE013	m0620chhca01	Fragment of Basic Mektoub Pelvis	a	the	Fragments of Basic Mektoub Pelvis	\d	the	
    -_964832A76BBFEADF	m0620chhcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_B035837173F4A5BA	m0620chhdd01	Fragment of Excellent Desert Mektoub Pelvis	a	the	Fragments of Excellent Desert Mektoub Pelvis	\d	the	
    -_9E10F7461DA436CD	m0620chhfc01	Fragment of Choice Forest Mektoub Pelvis	a	the	Fragments of Choice Forest Mektoub Pelvis	\d	the	
    -_3727073BCD40602F	m0620chhld01	Fragment of Excellent Lakes Mektoub Pelvis	a	the	Fragments of Excellent Lakes Mektoub Pelvis	\d	the	
    -_C6038F6AADBB4F41	m0620chhpc01	Fragment of Choice Prime Root Mektoub Pelvis	a	the	Fragments of Choice Prime Root Mektoub Pelvis	\d	the	
    -_F23F194EC7B6C979	m0620chhpd01	Fragment of Excellent Prime Root Mektoub Pelvis	a	the	Fragments of Excellent Prime Root Mektoub Pelvis	\d	the	
    -_D3483BB29EAC1584	m0620chhpe01	Fragment of Supreme Prime Root Mektoub Pelvis	a	the	Fragments of Supreme Prime Root Mektoub Pelvis	\d	the	
    -_964832A7ABBFEADF	m0620chicb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_964832A7EBBFEADF	m0620chjcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_EAD839AA4FCFFE9E	m0621chfca01	Fragment of Basic Messab Eye	a	the	Fragments of Basic Messab Eye	\d	the	
    -_240121F00A3689F3	m0621chfcb01	Fragment of Fine Messab Eye	a	the	Fragments of Fine Messab Eye	\d	the	
    -_DD63EF71E927286F	m0621chfjc01	Fragment of Choice Jungle Messab Eye	a	the	Fragments of Choice Jungle Messab Eye	\d	the	
    -_3EF00BA99267BBDB	m0621chfjd01	Fragment of Excellent Jungle Messab Eye	a	the	Fragments of Excellent Jungle Messab Eye	\d	the	
    -_5CAF97AB1AE2F3BD	m0621chfle01	Fragment of Supreme Lakes Messab Eye	a	the	Fragments of Supreme Lakes Messab Eye	\d	the	
    -_02E85DE40F623437	m0623dxacb01	Handful of Basic Mitexi Bark	a	the	Handfuls of Basic Mitexi Bark	\d	the	
    -_2A69C54953B1DD16	m0623dxacc01	Handful of Fine Mitexi Bark	a	the	Handfuls of Fine Mitexi Bark	\d	the	
    -_BB24D3C5B9A84910	m0623dxadd01	Handful of Choice Desert Mitexi Bark	a	the	Handfuls of Choice Desert Mitexi Bark	\d	the	
    -_274C20FEFED41062	m0623dxade01	Handful of Excellent Desert Mitexi Bark	a	the	Handfuls of Excellent Desert Mitexi Bark	\d	the	
    -_D2783B427186067A	m0623dxadf01	Handful of Supreme Desert Mitexi Bark	a	the	Handfuls of Supreme Desert Mitexi Bark	\d	the	
    -_FB34CFD0BBC84910	m0623dxafd01	Handful of Choice Forest Mitexi Bark	a	the	Handfuls of Choice Forest Mitexi Bark	\d	the	
    -_E7EC2C00BE741C62	m0623dxafe01	Handful of Excellent Forest Mitexi Bark	a	the	Handfuls of Excellent Forest Mitexi Bark	\d	the	
    -_D2183F4EF1860A7A	m0623dxaff01	Handful of Supreme Forest Mitexi Bark	a	the	Handfuls of Supreme Forest Mitexi Bark	\d	the	
    -_76E3C7D63E084901	m0623dxajd01	Handful of Choice Jungle Mitexi Bark	a	the	Handfuls of Choice Jungle Mitexi Bark	\d	the	
    -_E65C2006BDE41064	m0623dxaje01	Handful of Excellent Jungle Mitexi Bark	a	the	Handfuls of Excellent Jungle Mitexi Bark	\d	the	
    -_10993F58F295EE6D	m0623dxajf01	Handful of Supreme Jungle Mitexi Bark	a	the	Handfuls of Supreme Jungle Mitexi Bark	\d	the	
    -_E58E8843D85C55FD	m0623dxald01	Handful of Choice Lakes Mitexi Bark	a	the	Handfuls of Choice Lakes Mitexi Bark	\d	the	
    -_C543EF56FA690659	m0623dxale01	Handful of Excellent Lakes Mitexi Bark	a	the	Handfuls of Excellent Lakes Mitexi Bark	\d	the	
    -_DCB73B2CFFB507F0	m0623dxalf01	Handful of Supreme Lakes Mitexi Bark	a	the	Handfuls of Supreme Lakes Mitexi Bark	\d	the	
    -_7A26D840E0024216	m0623dxapd01	Handful of Choice Prime Root Mitexi Bark	a	the	Handfuls of Choice Prime Root Mitexi Bark	\d	the	
    -_14457192358131C8	m0623dxape01	Handful of Excellent Prime Root Mitexi Bark	a	the	Handfuls of Excellent Prime Root Mitexi Bark	\d	the	
    -_1FF45623D153C549	m0623dxapf01	Handful of Supreme Prime Root Mitexi Bark	a	the	Handfuls of Supreme Prime Root Mitexi Bark	\d	the	
    -_5E4F8F221AB1FDF7	m0624dxacb01	Portion of Basic Moon Resin	a	the	Portions of Basic Moon Resin	\d	the	
    -_2738985854223C5E	m0624dxacc01	Portion of Fine Moon Resin	a	the	Portions of Fine Moon Resin	\d	the	
    -_989DA1174C39FDC1	m0624dxadd01	Portion of Choice Desert Moon Resin	a	the	Portions of Choice Desert Moon Resin	\d	the	
    -_3D6E968952A3A83E	m0624dxade01	Portion of Excellent Desert Moon Resin	a	the	Portions of Excellent Desert Moon Resin	\d	the	
    -_F4E1E3C1AA385ED2	m0624dxadf01	Portion of Supreme Desert Moon Resin	a	the	Portions of Supreme Desert Moon Resin	\d	the	
    -_98BDA1175079FDC1	m0624dxafd01	Portion of Choice Forest Moon Resin	a	the	Portions of Choice Forest Moon Resin	\d	the	
    -_FD0E9E8C5293D440	m0624dxafe01	Portion of Excellent Forest Moon Resin	a	the	Portions of Excellent Forest Moon Resin	\d	the	
    -_34D107CF2A385ED3	m0624dxaff01	Portion of Supreme Forest Moon Resin	a	the	Portions of Supreme Forest Moon Resin	\d	the	
    -_10DBB11354F9FDC1	m0624dxajd01	Portion of Choice Jungle Moon Resin	a	the	Portions of Choice Jungle Moon Resin	\d	the	
    -_FC6F7289D261D046	m0624dxaje01	Portion of Excellent Jungle Moon Resin	a	the	Portions of Excellent Jungle Moon Resin	\d	the	
    -_F3B00FDD2B3822BD	m0624dxajf01	Portion of Supreme Jungle Moon Resin	a	the	Portions of Supreme Jungle Moon Resin	\d	the	
    -_9A391D3BE7F8F5EB	m0624dxald01	Portion of Choice Lakes Moon Resin	a	the	Portions of Choice Lakes Moon Resin	\d	the	
    -_B08C06A9C61C1EC2	m0624dxale01	Portion of Excellent Lakes Moon Resin	a	the	Portions of Excellent Lakes Moon Resin	\d	the	
    -_DBB5223B05B95130	m0624dxalf01	Portion of Supreme Lakes Moon Resin	a	the	Portions of Supreme Lakes Moon Resin	\d	the	
    -_2F7D0E154B254A5F	m0624dxapd01	Portion of Choice Prime Root Moon Resin	a	the	Portions of Choice Prime Root Moon Resin	\d	the	
    -_12020CB76C669F01	m0624dxape01	Portion of Excellent Prime Root Moon Resin	a	the	Portions of Excellent Prime Root Moon Resin	\d	the	
    -_7127061DA5EC101D	m0624dxapf01	Portion of Supreme Prime Root Moon Resin	a	the	Portions of Supreme Prime Root Moon Resin	\d	the	
    -_44135D9405E3A5E7	m0625ccfca01	Basic Najab Bone	a	the	Basic Najab Bones	\d	the	
    -_AD4C09928851760C	m0625ccfcb01	Fine Najab Bone	a	the	Fine Najab Bones	\d	the	
    -_397E712F6DC233C5	m0625ccfjd01	Excellent Jungle Najab Bone	an	the	Excellent Jungle Najab Bones	\d	the	
    -_3A3F3809FCD0C03B	m0625ccfje01	Supreme Jungle Najab Bone	a	the	Supreme Jungle Najab Bones	\d	the	
    -_6A24DE0E2B9C77A0	m0625ccflc01	Choice Lakes Najab Bone	a	the	Choice Lakes Najab Bones	\d	the	
    -_3DBBE02C03006038	m0625ccfld01	Excellent Lakes Najab Bone	an	the	Excellent Lakes Najab Bones	\d	the	
    -_CFF3FC0817B46525	m0625ccfpe01	Supreme Prime Root Najab Bone	a	the	Supreme Prime Root Najab Bones	\d	the	
    -_C413259885E36DEC	m0626ccfca01	Basic Najab Fang	a	the	Basic Najab Fangs	\d	the	
    -_2AAC098489517E0D	m0626ccfcb01	Fine Najab Fang	a	the	Fine Najab Fangs	\d	the	
    -_3B7E712F6D0233AA	m0626ccfjd01	Excellent Jungle Najab Fang	an	the	Excellent Jungle Najab Fangs	\d	the	
    -_3A5F50097910C03E	m0626ccfje01	Supreme Jungle Najab Fang	a	the	Supreme Jungle Najab Fangs	\d	the	
    -_EA24AE12A8DC77A1	m0626ccflc01	Choice Lakes Najab Fang	a	the	Choice Lakes Najab Fangs	\d	the	
    -_3DFBF01E0400603B	m0626ccfld01	Excellent Lakes Najab Fang	an	the	Excellent Lakes Najab Fangs	\d	the	
    -_CFF3040A94147526	m0626ccfpe01	Supreme Prime Root Najab Fang	a	the	Supreme Prime Root Najab Fangs	\d	the	
    -_EA26310297BCCB69	m0627ccfca01	Basic Najab Ligament	a	the	Basic Najab Ligaments	\d	the	
    -_0F645FEADCB67E7C	m0627ccfcb01	Fine Najab Ligament	a	the	Fine Najab Ligaments	\d	the	
    -_E227B92D80272587	m0627ccfjd01	Excellent Jungle Najab Ligament	an	the	Excellent Jungle Najab Ligaments	\d	the	
    -_3EC2ECE5A9B9AA38	m0627ccfje01	Supreme Jungle Najab Ligament	a	the	Supreme Jungle Najab Ligaments	\d	the	
    -_B53ACC50D472C73E	m0627ccflc01	Choice Lakes Najab Ligament	a	the	Choice Lakes Najab Ligaments	\d	the	
    -_5FFFA9B998B9117C	m0627ccfld01	Excellent Lakes Najab Ligament	an	the	Excellent Lakes Najab Ligaments	\d	the	
    -_E30D842DB4067BD9	m0627ccfpe01	Supreme Prime Root Najab Ligament	a	the	Supreme Prime Root Najab Ligaments	\d	the	
    -_4EC6654868851F41	m0629dxacb01	Basic Nita Wood Node	a	the	Basic Nita Wood Nodes	\d	the	
    -_4C7F72EDE4BBF23C	m0629dxacc01	Fine Nita Wood Node	a	the	Fine Nita Wood Nodes	\d	the	
    -_70CA9731A0AFF10D	m0629dxadd01	Choice Desert Nita Wood Node	a	the	Choice Desert Nita Wood Nodes	\d	the	
    -_2516783C8267E49E	m0629dxade01	Excellent Desert Nita Wood Node	an	the	Excellent Desert Nita Wood Nodes	\d	the	
    -_FF4571BF99A91DF8	m0629dxadf01	Supreme Desert Nita Wood Node	a	the	Supreme Desert Nita Wood Nodes	\d	the	
    -_70CA973320AFE921	m0629dxafd01	Choice Forest Nita Wood Node	a	the	Choice Forest Nita Wood Nodes	\d	the	
    -_A746783D0497E49D	m0629dxafe01	Excellent Forest Nita Wood Node	an	the	Excellent Forest Nita Wood Nodes	\d	the	
    -_FF4575C259394DFA	m0629dxaff01	Supreme Forest Nita Wood Node	a	the	Supreme Forest Nita Wood Nodes	\d	the	
    -_72CA97199EEFC92D	m0629dxajd01	Choice Jungle Nita Wood Node	a	the	Choice Jungle Nita Wood Nodes	\d	the	
    -_6515803DC266EC99	m0629dxaje01	Excellent Jungle Nita Wood Node	an	the	Excellent Jungle Nita Wood Nodes	\d	the	
    -_FF541DC1D85975FE	m0629dxajf01	Supreme Jungle Nita Wood Node	a	the	Supreme Jungle Nita Wood Nodes	\d	the	
    -_40251338C6C58417	m0629dxald01	Choice Lakes Nita Wood Node	a	the	Choice Lakes Nita Wood Nodes	\d	the	
    -_67E108EB0016B54B	m0629dxale01	Excellent Lakes Nita Wood Node	an	the	Excellent Lakes Nita Wood Nodes	\d	the	
    -_AAD7C8C8D9B95C02	m0629dxalf01	Supreme Lakes Nita Wood Node	a	the	Supreme Lakes Nita Wood Nodes	\d	the	
    -_6322C52DE3430577	m0629dxapd01	Choice Prime Root Nita Wood Node	a	the	Choice Prime Root Nita Wood Nodes	\d	the	
    -_D7CA2787667FEFEF	m0629dxape01	Excellent Prime Root Nita Wood Node	an	the	Excellent Prime Root Nita Wood Nodes	\d	the	
    -_52DFD5A835662600	m0629dxapf01	Supreme Prime Root Nita Wood Node	a	the	Supreme Prime Root Nita Wood Nodes	\d	the	
    -_27B87B6663F20007	m0630dxacb01	Handful of Basic Oath Bark	a	the	Handfuls of Basic Oath Bark	\d	the	
    -_6D4ECE5D7CECA101	m0630dxacc01	Handful of Fine Oath Bark	a	the	Handfuls of Fine Oath Bark	\d	the	
    -_9D26D1429A9C918C	m0630dxadd01	Handful of Choice Desert Oath Bark	a	the	Handfuls of Choice Desert Oath Bark	\d	the	
    -_C4F09A503CDC6B56	m0630dxade01	Handful of Excellent Desert Oath Bark	a	the	Handfuls of Excellent Desert Oath Bark	\d	the	
    -_44B77324F90FBD3B	m0630dxadf01	Handful of Supreme Desert Oath Bark	a	the	Handfuls of Supreme Desert Oath Bark	\d	the	
    -_9D36D543DC5C998C	m0630dxafd01	Handful of Choice Forest Oath Bark	a	the	Handfuls of Choice Forest Oath Bark	\d	the	
    -_0490A2527CDC6B60	m0630dxafe01	Handful of Excellent Forest Oath Bark	a	the	Handfuls of Excellent Forest Oath Bark	\d	the	
    -_C4B76B3AF90FBD3B	m0630dxaff01	Handful of Supreme Forest Oath Bark	a	the	Handfuls of Supreme Forest Oath Bark	\d	the	
    -_D9D4C1455DFDA98C	m0630dxajd01	Handful of Choice Jungle Oath Bark	a	the	Handfuls of Choice Jungle Oath Bark	\d	the	
    -_04F1B247BB0B3F68	m0630dxaje01	Handful of Excellent Jungle Oath Bark	a	the	Handfuls of Excellent Jungle Oath Bark	\d	the	
    -_42F74B4AFB0FBD1D	m0630dxajf01	Handful of Supreme Jungle Oath Bark	a	the	Handfuls of Supreme Jungle Oath Bark	\d	the	
    -_4C062AD9D467FD38	m0630dxald01	Handful of Choice Lakes Oath Bark	a	the	Handfuls of Choice Lakes Oath Bark	\d	the	
    -_4495CFA80BD7BD1B	m0630dxale01	Handful of Excellent Lakes Oath Bark	a	the	Handfuls of Excellent Lakes Oath Bark	\d	the	
    -_1F4B24452DC59B8E	m0630dxalf01	Handful of Supreme Lakes Oath Bark	a	the	Handfuls of Supreme Lakes Oath Bark	\d	the	
    -_AF629A29E5195E70	m0630dxapd01	Handful of Choice Prime Root Oath Bark	a	the	Handfuls of Choice Prime Root Oath Bark	\d	the	
    -_9458FEEE19BDE168	m0630dxape01	Handful of Excellent Prime Root Oath Bark	a	the	Handfuls of Excellent Prime Root Oath Bark	\d	the	
    -_6E154338059D2F8D	m0630dxapf01	Handful of Supreme Prime Root Oath Bark	a	the	Handfuls of Supreme Prime Root Oath Bark	\d	the	
    -_78CA60D511326EEF	m0632cclca01	Basic Ocyx Fang	a	the	Basic Ocyx Fangs	\d	the	
    -_3F9A3D1287F1FD2E	m0632cclcb01	Fine Ocyx Fang	a	the	Fine Ocyx Fangs	\d	the	
    -_A6F382C4468BD7BA	m0632ccldc01	Choice Desert Ocyx Fang	a	the	Choice Desert Ocyx Fangs	\d	the	
    -_39E02FF2F586C0C7	m0632ccldd01	Excellent Desert Ocyx Fang	an	the	Excellent Desert Ocyx Fangs	\d	the	
    -_22EF805B25BFB8AA	m0632cclde01	Supreme Desert Ocyx Fang	a	the	Supreme Desert Ocyx Fangs	\d	the	
    -_260382C508ABD3C4	m0632cclfc01	Choice Forest Ocyx Fang	a	the	Choice Forest Ocyx Fangs	\d	the	
    -_92D25AFF2F47CA9A	m0633cclca01	Basic Ocyx Ligament	a	the	Basic Ocyx Ligaments	\d	the	
    -_4E431A8F6FF48E8C	m0633cclcb01	Fine Ocyx Ligament	a	the	Fine Ocyx Ligaments	\d	the	
    -_3C1877D9E883387A	m0633ccldc01	Choice Desert Ocyx Ligament	a	the	Choice Desert Ocyx Ligaments	\d	the	
    -_7556C843ED1CAD4C	m0633ccldd01	Excellent Desert Ocyx Ligament	an	the	Excellent Desert Ocyx Ligaments	\d	the	
    -_300E4DEB4F8C5501	m0633cclde01	Supreme Desert Ocyx Ligament	a	the	Supreme Desert Ocyx Ligaments	\d	the	
    -_3E3877DB28933483	m0633cclfc01	Choice Forest Ocyx Ligament	a	the	Choice Forest Ocyx Ligaments	\d	the	
    -_161465B54FD09FDA	m0634cclca01	Fragment of Basic Ocyx Shell	a	the	Fragments of Basic Ocyx Shell	\d	the	
    -_881F17FA90863136	m0634cclcb01	Fragment of Fine Ocyx Shell	a	the	Fragments of Fine Ocyx Shell	\d	the	
    -_0AD0EF60682805C0	m0634ccldc01	Fragment of Choice Desert Ocyx Shell	a	the	Fragments of Choice Desert Ocyx Shell	\d	the	
    -_D250D2CD68778208	m0634ccldd01	Fragment of Excellent Desert Ocyx Shell	a	the	Fragments of Excellent Desert Ocyx Shell	\d	the	
    -_1823615BB73B9360	m0634cclde01	Fragment of Supreme Desert Ocyx Shell	a	the	Fragments of Supreme Desert Ocyx Shell	\d	the	
    -_4AC0136EE82805C1	m0634cclfc01	Fragment of Choice Forest Ocyx Shell	a	the	Fragments of Choice Forest Ocyx Shell	\d	the	
    -_6AE17CCA1AE7F96D	m0635chtca01	Fragment of Basic Ploderos Eye	a	the	Fragments of Basic Ploderos Eye	\d	the	
    -_EEF674CA867EA14F	m0635chtcb01	Fragment of Fine Ploderos Eye	a	the	Fragments of Fine Ploderos Eye	\d	the	
    -_629110C9FA08BC05	m0635chtde01	Fragment of Supreme Desert Ploderos Eye	a	the	Fragments of Supreme Desert Ploderos Eye	\d	the	
    -_615AE9A2C820135A	m0635chtfc01	Fragment of Choice Forest Ploderos Eye	a	the	Fragments of Choice Forest Ploderos Eye	\d	the	
    -_22BAD9AC05AF1B47	m0635chtjc01	Fragment of Choice Jungle Ploderos Eye	a	the	Fragments of Choice Jungle Ploderos Eye	\d	the	
    -_C1B1FAC7C4B650B6	m0635chtjd01	Fragment of Excellent Jungle Ploderos Eye	a	the	Fragments of Excellent Jungle Ploderos Eye	\d	the	
    -_E24014CF7AB7C005	m0635chtje01	Fragment of Supreme Jungle Ploderos Eye	a	the	Fragments of Supreme Jungle Ploderos Eye	\d	the	
    -_D5A2B9256D197563	m0636chtca01	Fragment of Basic Ploderos Skin	a	the	Fragments of Basic Ploderos Skin	\d	the	
    -_E3F30590946A8D41	m0636chtcb01	Fragment of Fine Ploderos Skin	a	the	Fragments of Fine Ploderos Skin	\d	the	
    -_260BFFF703561863	m0636chtde01	Fragment of Supreme Desert Ploderos Skin	a	the	Fragments of Supreme Desert Ploderos Skin	\d	the	
    -_42B93B0CDA30EF47	m0636chtfc01	Fragment of Choice Forest Ploderos Skin	a	the	Fragments of Choice Forest Ploderos Skin	\d	the	
    -_82D92B071A50DF3E	m0636chtjc01	Fragment of Choice Jungle Ploderos Skin	a	the	Fragments of Choice Jungle Ploderos Skin	\d	the	
    -_6D15226EEEEBC5B9	m0636chtjd01	Fragment of Excellent Jungle Ploderos Skin	a	the	Fragments of Excellent Jungle Ploderos Skin	\d	the	
    -_A6C92705C257F45D	m0636chtje01	Fragment of Supreme Jungle Ploderos Skin	a	the	Fragments of Supreme Jungle Ploderos Skin	\d	the	
    -_896D89113BCD5B77	m0637chtca01	Basic Ploderos Nail	a	the	Basic Ploderos Nails	\d	the	
    -_1950E185E3689B9D	m0637chtcb01	Fine Ploderos Nail	a	the	Fine Ploderos Nails	\d	the	
    -_12907D37EFBAE5D9	m0637chtde01	Supreme Desert Ploderos Nail	a	the	Supreme Desert Ploderos Nails	\d	the	
    -_35D3A6ED3419C560	m0637chtfc01	Choice Forest Ploderos Nail	a	the	Choice Forest Ploderos Nails	\d	the	
    -_B813A6E2AFC8BD62	m0637chtjc01	Choice Jungle Ploderos Nail	a	the	Choice Jungle Ploderos Nails	\d	the	
    -_AB7885EB72D92C9B	m0637chtjd01	Excellent Jungle Ploderos Nail	an	the	Excellent Jungle Ploderos Nails	\d	the	
    -_12900531EF1865E5	m0637chtje01	Supreme Jungle Ploderos Nail	a	the	Supreme Jungle Ploderos Nails	\d	the	
    -_B9CC9A7A6E16A188	m0638chtca01	Fragment of Basic Ploderos Pelvis	a	the	Fragments of Basic Ploderos Pelvis	\d	the	
    -_3F885853398C95F3	m0638chtcb01	Fragment of Fine Ploderos Pelvis	a	the	Fragments of Fine Ploderos Pelvis	\d	the	
    -_AF6BDC15050E0CE3	m0638chtde01	Fragment of Supreme Desert Ploderos Pelvis	a	the	Fragments of Supreme Desert Ploderos Pelvis	\d	the	
    -_EE28544E5D1E4F1C	m0638chtfc01	Fragment of Choice Forest Ploderos Pelvis	a	the	Fragments of Choice Forest Ploderos Pelvis	\d	the	
    -_2D57285A5D7F5F0D	m0638chtjc01	Fragment of Choice Jungle Ploderos Pelvis	a	the	Fragments of Choice Jungle Ploderos Pelvis	\d	the	
    -_8773723385E0C4AF	m0638chtjd01	Fragment of Excellent Jungle Ploderos Pelvis	a	the	Fragments of Excellent Jungle Ploderos Pelvis	\d	the	
    -_AE3A0831860ED0CE	m0638chtje01	Fragment of Supreme Jungle Ploderos Pelvis	a	the	Fragments of Supreme Jungle Ploderos Pelvis	\d	the	
    -_2A8081483D2E3379	m0639chtca01	Basic Ploderos Tooth	a	the	Basic Ploderos Teeth	\d	the	
    -_53B342AFAA9CBB94	m0639chtcb01	Fine Ploderos Tooth	a	the	Fine Ploderos Teeth	\d	the	
    -_B086E532749966ED	m0639chtde01	Supreme Desert Ploderos Tooth	a	the	Supreme Desert Ploderos Teeth	\d	the	
    -_4C84B333F558FD59	m0639chtfc01	Choice Forest Ploderos Tooth	a	the	Choice Forest Ploderos Teeth	\d	the	
    -_4E84B3197398DD65	m0639chtjc01	Choice Jungle Ploderos Tooth	a	the	Choice Jungle Ploderos Teeth	\d	the	
    -_AB6AC8448DBA34A0	m0639chtjd01	Excellent Jungle Ploderos Tooth	an	the	Excellent Jungle Ploderos Teeth	\d	the	
    -_B0959134B349BEF3	m0639chtje01	Supreme Jungle Ploderos Tooth	a	the	Supreme Jungle Ploderos Teeth	\d	the	
    -_DCF684B9A6020591	m0640cpcca01	Handful of Basic Psykopla Moss	a	the	Handfuls of Basic Psykopla Moss	\d	the	
    -_CAA949ED9B8FE868	m0640cpccb01	Handful of Fine Psykopla Moss	a	the	Handfuls of Fine Psykopla Moss	\d	the	
    -_3727AF8A0D2F9BE9	m0640cpcfe01	Handful of Supreme Forest Psykopla Moss	a	the	Handfuls of Supreme Forest Psykopla Moss	\d	the	
    -_3DC1E722BD81ADA1	m0640cpcpe01	Handful of Supreme Prime Root Psykopla Moss	a	the	Handfuls of Supreme Prime Root Psykopla Moss	\d	the	
    -_6BA8310257DE6B5D	m0641cceca01	Basic Ragus Ligament	a	the	Basic Ragus Ligaments	\d	the	
    -_D4346FEE9CB6C29B	m0641ccecb01	Fine Ragus Ligament	a	the	Fine Ragus Ligaments	\d	the	
    -_C0B344F733AA7632	m0641ccefe01	Supreme Forest Ragus Ligament	a	the	Supreme Forest Ragus Ligaments	\d	the	
    -_8FAC63D38D481549	m0641ccejc01	Choice Jungle Ragus Ligament	a	the	Choice Jungle Ragus Ligaments	\d	the	
    -_C0C2ECF6B2CA9E36	m0641cceje01	Supreme Jungle Ragus Ligament	a	the	Supreme Jungle Ragus Ligaments	\d	the	
    -_3B1B1C5194B3C749	m0641ccelc01	Choice Lakes Ragus Ligament	a	the	Choice Lakes Ragus Ligaments	\d	the	
    -_E1FFEDCDDBFA1576	m0641cceld01	Excellent Lakes Ragus Ligament	an	the	Excellent Lakes Ragus Ligaments	\d	the	
    -_328CC5C991B42C61	m0641ccele01	Supreme Lakes Ragus Ligament	a	the	Supreme Lakes Ragus Ligaments	\d	the	
    -_A84E783E7AD67BD7	m0641ccepe01	Supreme Prime Root Ragus Ligament	a	the	Supreme Prime Root Ragus Ligaments	\d	the	
    -_EEA82DA65120FEA9	m0642chmca01	Fragment of Basic Raspal Eye	a	the	Fragments of Basic Raspal Eye	\d	the	
    -_A54121EACCB6B1F4	m0642chmcb01	Fragment of Fine Raspal Eye	a	the	Fragments of Fine Raspal Eye	\d	the	
    -_7F5117A514C8C7DE	m0642chmdd01	Fragment of Excellent Desert Raspal Eye	a	the	Fragments of Excellent Desert Raspal Eye	\d	the	
    -_27138932E91A776F	m0642chmde01	Fragment of Supreme Desert Raspal Eye	a	the	Fragments of Supreme Desert Raspal Eye	\d	the	
    -_317704EAFD3EB131	m0643chmca01	Fragment of Basic Raspal Skin	a	the	Fragments of Basic Raspal Skin	\d	the	
    -_5C9619C2D7951F4A	m0643chmcb01	Fragment of Fine Raspal Skin	a	the	Fragments of Fine Raspal Skin	\d	the	
    -_7A3696CE0D15F7D8	m0643chmdd01	Fragment of Excellent Desert Raspal Skin	a	the	Fragments of Excellent Desert Raspal Skin	\d	the	
    -_D05C7270BF439F6D	m0643chmde01	Fragment of Supreme Desert Raspal Skin	a	the	Fragments of Supreme Desert Raspal Skin	\d	the	
    -_5CF58582D600FA92	m0644chmca01	Basic Raspal Nail	a	the	Basic Raspal Nails	\d	the	
    -_0A4412670C6456B9	m0644chmcb01	Fine Raspal Nail	a	the	Fine Raspal Nails	\d	the	
    -_5D69E12A9F705B27	m0644chmdd01	Excellent Desert Raspal Nail	an	the	Excellent Desert Raspal Nails	\d	the	
    -_FAC73E4F9EAA295B	m0644chmde01	Supreme Desert Raspal Nail	a	the	Supreme Desert Raspal Nails	\d	the	
    -_19275DE5AE9E1922	m0645chmca01	Fragment of Basic Raspal Pelvis	a	the	Fragments of Basic Raspal Pelvis	\d	the	
    -_548441E3CE57921E	m0645chmcb01	Fragment of Fine Raspal Pelvis	a	the	Fragments of Fine Raspal Pelvis	\d	the	
    -_B2875F8C55E8C1C8	m0645chmdd01	Fragment of Excellent Desert Raspal Pelvis	a	the	Fragments of Excellent Desert Raspal Pelvis	\d	the	
    -_DFD82306151613A3	m0645chmde01	Fragment of Supreme Desert Raspal Pelvis	a	the	Fragments of Supreme Desert Raspal Pelvis	\d	the	
    -_1A23ED7C63A79BA6	m0646chmca01	Basic Raspal Tooth	a	the	Basic Raspal Teeth	\d	the	
    -_2555CA900994A241	m0646chmcb01	Fine Raspal Tooth	a	the	Fine Raspal Teeth	\d	the	
    -_DE1969FF9B443482	m0646chmdd01	Excellent Desert Raspal Tooth	an	the	Excellent Desert Raspal Teeth	\d	the	
    -_E876F7F12D1B855E	m0646chmde01	Supreme Desert Raspal Tooth	a	the	Supreme Desert Raspal Teeth	\d	the	
    -_F2C7E9A51320FEB4	m0647chpca01	Fragment of Basic Rendor Eye	a	the	Fragments of Basic Rendor Eye	\d	the	
    -_A50391D20B36B1F9	m0647chpcb01	Fragment of Fine Rendor Eye	a	the	Fragments of Fine Rendor Eye	\d	the	
    -_E68373502C78649A	m0647chpdc01	Fragment of Choice Desert Rendor Eye	a	the	Fragments of Choice Desert Rendor Eye	\d	the	
    -_3EF24F999469FFD7	m0647chpdd01	Fragment of Excellent Desert Rendor Eye	a	the	Fragments of Excellent Desert Rendor Eye	\d	the	
    -_69927536AA7BAF6E	m0647chpde01	Fragment of Supreme Desert Rendor Eye	a	the	Fragments of Supreme Desert Rendor Eye	\d	the	
    -_2673975EAC78649B	m0647chpfc01	Fragment of Choice Forest Rendor Eye	a	the	Fragments of Choice Forest Rendor Eye	\d	the	
    -_EBA29D3AAA8BAF6E	m0647chpfe01	Fragment of Supreme Forest Rendor Eye	a	the	Fragments of Supreme Forest Rendor Eye	\d	the	
    -_AF06E4E5BF3EC944	m0648chpca01	Fragment of Basic Rendor Skin	a	the	Fragments of Basic Rendor Skin	\d	the	
    -_DDD721B158D51F4F	m0648chpcb01	Fragment of Fine Rendor Skin	a	the	Fragments of Fine Rendor Skin	\d	the	
    -_E981E66C29872719	m0648chpdc01	Fragment of Choice Desert Rendor Skin	a	the	Fragments of Choice Desert Rendor Skin	\d	the	
    -_BA5666C9CF762FD1	m0648chpdd01	Fragment of Excellent Desert Rendor Skin	a	the	Fragments of Excellent Desert Rendor Skin	\d	the	
    -_549B5E7401236F73	m0648chpde01	Fragment of Supreme Desert Rendor Skin	a	the	Fragments of Supreme Desert Rendor Skin	\d	the	
    -_E921EA78A9872B19	m0648chpfc01	Fragment of Choice Forest Rendor Skin	a	the	Fragments of Choice Forest Rendor Skin	\d	the	
    -_D48B867841236B7E	m0648chpfe01	Fragment of Supreme Forest Rendor Skin	a	the	Fragments of Supreme Forest Rendor Skin	\d	the	
    -_E034718618E0CA98	m0649chpca01	Basic Rendor Nail	a	the	Basic Rendor Nails	\d	the	
    -_C9E54A5B8C058EB2	m0649chpcb01	Fine Rendor Nail	a	the	Fine Rendor Nails	\d	the	
    -_49DDA73FBC4B8470	m0649chpdc01	Choice Desert Rendor Nail	a	the	Choice Desert Rendor Nails	\d	the	
    -_DEAAE91920B05B2C	m0649chpdd01	Excellent Desert Rendor Nail	an	the	Excellent Desert Rendor Nails	\d	the	
    -_B9073E55E24A4D58	m0649chpde01	Supreme Desert Rendor Nail	a	the	Supreme Desert Rendor Nails	\d	the	
    -_C9CDCF43FC4B807B	m0649chpfc01	Choice Forest Rendor Nail	a	the	Choice Forest Rendor Nails	\d	the	
    -_3B273E58E24A7559	m0649chpfe01	Supreme Forest Rendor Nail	a	the	Supreme Forest Rendor Nails	\d	the	
    -_DB072DE0F17EE918	m0650chpca01	Fragment of Basic Rendor Pelvis	a	the	Fragments of Basic Rendor Pelvis	\d	the	
    -_919489D74E97AA27	m0650chpcb01	Fragment of Fine Rendor Pelvis	a	the	Fragments of Fine Rendor Pelvis	\d	the	
    -_881EB3BB9E9567F2	m0650chpdc01	Fragment of Choice Desert Rendor Pelvis	a	the	Fragments of Choice Desert Rendor Pelvis	\d	the	
    -_AE766F8C164911C5	m0650chpdd01	Fragment of Excellent Desert Rendor Pelvis	a	the	Fragments of Excellent Desert Rendor Pelvis	\d	the	
    -_A2172718D3C523A4	m0650chpde01	Fragment of Supreme Desert Rendor Pelvis	a	the	Fragments of Supreme Desert Rendor Pelvis	\d	the	
    -_481EAFC75E9563FC	m0650chpfc01	Fragment of Choice Forest Rendor Pelvis	a	the	Fragments of Choice Forest Rendor Pelvis	\d	the	
    -_A207531C93652BA5	m0650chpfe01	Fragment of Supreme Forest Rendor Pelvis	a	the	Fragments of Supreme Forest Rendor Pelvis	\d	the	
    -_58D2FD7CA58783AA	m0651chpca01	Basic Rendor Tooth	a	the	Basic Rendor Teeth	\d	the	
    -_A5759A8BCBF5DA30	m0651chpcb01	Fine Rendor Tooth	a	the	Fine Rendor Teeth	\d	the	
    -_073AAB119AE33571	m0651chpdc01	Choice Desert Rendor Tooth	a	the	Choice Desert Rendor Teeth	\d	the	
    -_A1B98DF71B843483	m0651chpdd01	Excellent Desert Rendor Tooth	an	the	Excellent Desert Rendor Teeth	\d	the	
    -_2976F7F7F23A4158	m0651chpde01	Supreme Desert Rendor Tooth	a	the	Supreme Desert Rendor Teeth	\d	the	
    -_47DAB313DAE3357B	m0651chpfc01	Choice Forest Rendor Tooth	a	the	Choice Forest Rendor Teeth	\d	the	
    -_A976F7FA322A6564	m0651chpfe01	Supreme Forest Rendor Tooth	a	the	Supreme Forest Rendor Teeth	\d	the	
    -_9F25BEECB800CBE7	m0652dxacb01	Basic Scrath Wood Node	a	the	Basic Scrath Wood Nodes	\d	the	
    -_383B4E9562AAF39C	m0652dxacc01	Fine Scrath Wood Node	a	the	Fine Scrath Wood Nodes	\d	the	
    -_096E24C2F27BC56D	m0652dxadd01	Choice Desert Scrath Wood Node	a	the	Choice Desert Scrath Wood Nodes	\d	the	
    -_23C7D547007EA6B4	m0652dxade01	Excellent Desert Scrath Wood Node	an	the	Excellent Desert Scrath Wood Nodes	\d	the	
    -_92311897B297FD74	m0652dxadf01	Supreme Desert Scrath Wood Node	a	the	Supreme Desert Scrath Wood Nodes	\d	the	
    -_896E28C4F21BC977	m0652dxafd01	Choice Forest Scrath Wood Node	a	the	Choice Forest Scrath Wood Nodes	\d	the	
    -_23D7D549828ECEB6	m0652dxafe01	Excellent Forest Scrath Wood Node	an	the	Excellent Forest Scrath Wood Nodes	\d	the	
    -_D23114A432872576	m0652dxaff01	Supreme Forest Scrath Wood Node	a	the	Supreme Forest Scrath Wood Nodes	\d	the	
    -_8A7D0CBB309CC97D	m0652dxajd01	Choice Jungle Scrath Wood Node	a	the	Choice Jungle Scrath Wood Nodes	\d	the	
    -_5F66A142848DE6BA	m0652dxaje01	Excellent Jungle Scrath Wood Node	an	the	Excellent Jungle Scrath Wood Nodes	\d	the	
    -_1151C8A7B3463D6B	m0652dxajf01	Supreme Jungle Scrath Wood Node	a	the	Supreme Jungle Scrath Wood Nodes	\d	the	
    -_3150B1F778AFE9FE	m0652dxald01	Choice Lakes Scrath Wood Node	a	the	Choice Lakes Scrath Wood Nodes	\d	the	
    -_9CF10886384274D9	m0652dxale01	Excellent Lakes Scrath Wood Node	an	the	Excellent Lakes Scrath Wood Nodes	\d	the	
    -_9967A47559580D15	m0652dxalf01	Supreme Lakes Scrath Wood Node	a	the	Supreme Lakes Scrath Wood Nodes	\d	the	
    -_277325EF81BF9EF0	m0652dxapd01	Choice Prime Root Scrath Wood Node	a	the	Choice Prime Root Scrath Wood Nodes	\d	the	
    -_0F4D8A873C628236	m0652dxape01	Excellent Prime Root Scrath Wood Node	an	the	Excellent Prime Root Scrath Wood Nodes	\d	the	
    -_E47201B8D850E9FA	m0652dxapf01	Supreme Prime Root Scrath Wood Node	a	the	Supreme Prime Root Scrath Wood Nodes	\d	the	
    -_2D67D59BD430FEA6	m0653chsca01	Fragment of Basic Shalah Eye	a	the	Fragments of Basic Shalah Eye	\d	the	
    -_E5C121E24596B9F5	m0653chscb01	Fragment of Fine Shalah Eye	a	the	Fragments of Fine Shalah Eye	\d	the	
    -_3B811BA111F8CBDB	m0653chsdd01	Fragment of Excellent Desert Shalah Eye	a	the	Fragments of Excellent Desert Shalah Eye	\d	the	
    -_E3424539AADA7768	m0653chsde01	Fragment of Supreme Desert Shalah Eye	a	the	Fragments of Supreme Desert Shalah Eye	\d	the	
    -_0F20716339D9F334	m0653chsld01	Fragment of Excellent Lakes Shalah Eye	a	the	Fragments of Excellent Lakes Shalah Eye	\d	the	
    -_1D6F979D554223BF	m0653chsle01	Fragment of Supreme Lakes Shalah Eye	a	the	Fragments of Supreme Lakes Shalah Eye	\d	the	
    -_6F5610D9404EA132	m0654chsca01	Fragment of Basic Shalah Skin	a	the	Fragments of Basic Shalah Skin	\d	the	
    -_9B5609AC9615234B	m0654chscb01	Fragment of Fine Shalah Skin	a	the	Fragments of Fine Shalah Skin	\d	the	
    -_35A68ABC50E5F7D5	m0654chsdd01	Fragment of Excellent Desert Shalah Skin	a	the	Fragments of Excellent Desert Shalah Skin	\d	the	
    -_D22B2A777F438F58	m0654chsde01	Fragment of Supreme Desert Shalah Skin	a	the	Fragments of Supreme Desert Shalah Skin	\d	the	
    -_17CB1D9112327F16	m0654chsld01	Fragment of Excellent Lakes Shalah Skin	a	the	Fragments of Excellent Lakes Shalah Skin	\d	the	
    -_92042F2EF7416D22	m0654chsle01	Fragment of Supreme Lakes Shalah Skin	a	the	Fragments of Supreme Lakes Shalah Skin	\d	the	
    -_5EC43D899600EA7D	m0655chsca01	Basic Shalah Nail	a	the	Basic Shalah Nails	\d	the	
    -_C674166309945AB6	m0655chscb01	Fine Shalah Nail	a	the	Fine Shalah Nails	\d	the	
    -_9C29D1145EF05F28	m0655chsdd01	Excellent Desert Shalah Nail	an	the	Excellent Desert Shalah Nails	\d	the	
    -_F637424B1F29E15F	m0655chsde01	Supreme Desert Shalah Nail	a	the	Supreme Desert Shalah Nails	\d	the	
    -_422906E2A9256024	m0655chsld01	Excellent Lakes Shalah Nail	an	the	Excellent Lakes Shalah Nails	\d	the	
    -_6AA18C2AADC1C474	m0655chsle01	Supreme Lakes Shalah Nail	a	the	Supreme Lakes Shalah Nails	\d	the	
    -_1A374DD3F0AE0911	m0656chsca01	Fragment of Basic Shalah Pelvis	a	the	Fragments of Basic Shalah Pelvis	\d	the	
    -_93235DE0CBC7861F	m0656chscb01	Fragment of Fine Shalah Pelvis	a	the	Fragments of Fine Shalah Pelvis	\d	the	
    -_6DD67F8DD6A8B1C5	m0656chsdd01	Fragment of Excellent Desert Shalah Pelvis	a	the	Fragments of Excellent Desert Shalah Pelvis	\d	the	
    -_1F97CB0DD5F52FA1	m0656chsde01	Fragment of Supreme Desert Shalah Pelvis	a	the	Fragments of Supreme Desert Shalah Pelvis	\d	the	
    -_DB52BE265BD177EF	m0656chsld01	Fragment of Excellent Lakes Shalah Pelvis	a	the	Fragments of Excellent Lakes Shalah Pelvis	\d	the	
    -_85FCB3AF2C44F0F1	m0656chsle01	Fragment of Supreme Lakes Shalah Pelvis	a	the	Fragments of Supreme Lakes Shalah Pelvis	\d	the	
    -_1B12097DE3A77B95	m0657chsca01	Basic Shalah Tooth	a	the	Basic Shalah Teeth	\d	the	
    -_E0C5BE7E4C64A23E	m0657chscb01	Fine Shalah Tooth	a	the	Fine Shalah Teeth	\d	the	
    -_1E982102D8B4387F	m0657chsdd01	Excellent Desert Shalah Tooth	an	the	Excellent Desert Shalah Teeth	\d	the	
    -_2A86F7EDADDA2D54	m0657chsde01	Supreme Desert Shalah Tooth	a	the	Supreme Desert Shalah Teeth	\d	the	
    -_867C4F392212FB57	m0657chsld01	Excellent Lakes Shalah Tooth	an	the	Excellent Lakes Shalah Teeth	\d	the	
    -_43F2E40C4111EC09	m0657chsle01	Supreme Lakes Shalah Tooth	a	the	Supreme Lakes Shalah Teeth	\d	the	
    -_C3174DF11023AC47	m0658cpfca01	Handful of Basic Shooki Moss	a	the	Handfuls of Basic Shooki Moss	\d	the	
    -_7169C12F9891D943	m0658cpfcb01	Handful of Fine Shooki Moss	a	the	Handfuls of Fine Shooki Moss	\d	the	
    -_15D75F5975472E72	m0658cpfde01	Handful of Supreme Desert Shooki Moss	a	the	Handfuls of Supreme Desert Shooki Moss	\d	the	
    -_9FA56186D4D2168B	m0659dxacb01	Basic Silvio Seed	a	the	Basic Silvio Seeds	\d	the	
    -_87B44A7246D58EC9	m0659dxacc01	Fine Silvio Seed	a	the	Fine Silvio Seeds	\d	the	
    -_084E973F783DD063	m0659dxadd01	Choice Desert Silvio Seed	a	the	Choice Desert Silvio Seeds	\d	the	
    -_5D191D21DA018731	m0659dxade01	Excellent Desert Silvio Seed	an	the	Excellent Desert Silvio Seeds	\d	the	
    -_B85856579D3B116A	m0659dxadf01	Supreme Desert Silvio Seed	a	the	Supreme Desert Silvio Seeds	\d	the	
    -_883EBF43B83DCC6E	m0659dxafd01	Choice Forest Silvio Seed	a	the	Choice Forest Silvio Seeds	\d	the	
    -_9D29192CDC218731	m0659dxafe01	Excellent Forest Silvio Seed	an	the	Excellent Forest Silvio Seeds	\d	the	
    -_3A78565A9D3B396B	m0659dxaff01	Supreme Forest Silvio Seed	a	the	Supreme Forest Silvio Seeds	\d	the	
    -_09FDD73CF75D806D	m0659dxajd01	Choice Jungle Silvio Seed	a	the	Choice Jungle Silvio Seeds	\d	the	
    -_18D811325F618722	m0659dxaje01	Excellent Jungle Silvio Seed	an	the	Excellent Jungle Silvio Seeds	\d	the	
    -_BCB81A575989596B	m0659dxajf01	Supreme Jungle Silvio Seed	a	the	Supreme Jungle Silvio Seeds	\d	the	
    -_A641879E2D8DFFED	m0659dxald01	Choice Lakes Silvio Seed	a	the	Choice Lakes Silvio Seeds	\d	the	
    -_82BA1EE9E8479828	m0659dxale01	Excellent Lakes Silvio Seed	an	the	Excellent Lakes Silvio Seeds	\d	the	
    -_2BE1C039EA02F887	m0659dxalf01	Supreme Lakes Silvio Seed	a	the	Supreme Lakes Silvio Seeds	\d	the	
    -_D754DCCC2131607D	m0659dxapd01	Choice Prime Root Silvio Seed	a	the	Choice Prime Root Silvio Seeds	\d	the	
    -_2C5A72E8F11C30EB	m0659dxape01	Excellent Prime Root Silvio Seed	an	the	Excellent Prime Root Silvio Seeds	\d	the	
    -_8AF630C1F307C8C2	m0659dxapf01	Supreme Prime Root Silvio Seed	a	the	Supreme Prime Root Silvio Seeds	\d	the	
    -_9AFAF5DF51BB953E	m0660cpdca01	Handful of Basic Slaveni Moss	a	the	Handfuls of Basic Slaveni Moss	\d	the	
    -_32B641FA9144DD2F	m0660cpdcb01	Handful of Fine Slaveni Moss	a	the	Handfuls of Fine Slaveni Moss	\d	the	
    -_58305D7428086EBD	m0660cpdje01	Handful of Supreme Jungle Slaveni Moss	a	the	Handfuls of Supreme Jungle Slaveni Moss	\d	the	
    -_015739EA91E4AC40	m0661cpbca01	Handful of Basic Stinga Moss	a	the	Handfuls of Basic Stinga Moss	\d	the	
    -_B169812717D1393C	m0661cpbcb01	Handful of Fine Stinga Moss	a	the	Handfuls of Fine Stinga Moss	\d	the	
    -_63B7F70AC3D56316	m0661cpble01	Handful of Supreme Lakes Stinga Moss	a	the	Handfuls of Supreme Lakes Stinga Moss	\d	the	
    -_71178ADCE87CF394	m0662dxacb01	Basic Tansy Wood Node	a	the	Basic Tansy Wood Nodes	\d	the	
    -_D12A0BC266E31F40	m0662dxacc01	Fine Tansy Wood Node	a	the	Fine Tansy Wood Nodes	\d	the	
    -_8A6FF8C3DC38753E	m0662dxadd01	Choice Desert Tansy Wood Node	a	the	Choice Desert Tansy Wood Nodes	\d	the	
    -_33362D74DD4D3D98	m0662dxade01	Excellent Desert Tansy Wood Node	an	the	Excellent Desert Tansy Wood Nodes	\d	the	
    -_948FD1D0383B285D	m0662dxadf01	Supreme Desert Tansy Wood Node	a	the	Supreme Desert Tansy Wood Nodes	\d	the	
    -_0A6FF8C61C28994A	m0662dxafd01	Choice Forest Tansy Wood Node	a	the	Choice Forest Tansy Wood Nodes	\d	the	
    -_B3462D759F6D39A2	m0662dxafe01	Excellent Forest Tansy Wood Node	an	the	Excellent Forest Tansy Wood Nodes	\d	the	
    -_949FD1D2BA4B505F	m0662dxaff01	Supreme Forest Tansy Wood Node	a	the	Supreme Forest Tansy Wood Nodes	\d	the	
    -_0B6FBCB4DB07A154	m0662dxajd01	Choice Jungle Tansy Wood Node	a	the	Choice Jungle Tansy Wood Nodes	\d	the	
    -_F0D5356660CD29A8	m0662dxaje01	Excellent Jungle Tansy Wood Node	an	the	Excellent Jungle Tansy Wood Nodes	\d	the	
    -_D02E9DCBBC4A6863	m0662dxajf01	Supreme Jungle Tansy Wood Node	a	the	Supreme Jungle Tansy Wood Nodes	\d	the	
    -_BC85EB05D2633415	m0662dxald01	Choice Lakes Tansy Wood Node	a	the	Choice Lakes Tansy Wood Nodes	\d	the	
    -_15C351BF3B5A6BB1	m0662dxale01	Excellent Lakes Tansy Wood Node	an	the	Excellent Lakes Tansy Wood Nodes	\d	the	
    -_E1D681959E9189F2	m0662dxalf01	Supreme Lakes Tansy Wood Node	a	the	Supreme Lakes Tansy Wood Nodes	\d	the	
    -_2C36CE96B26B7412	m0662dxapd01	Choice Prime Root Tansy Wood Node	a	the	Choice Prime Root Tansy Wood Nodes	\d	the	
    -_76D3E2A9800C86E4	m0662dxape01	Excellent Prime Root Tansy Wood Node	an	the	Excellent Prime Root Tansy Wood Nodes	\d	the	
    -_39743B4CBBC04FA3	m0662dxapf01	Supreme Prime Root Tansy Wood Node	a	the	Supreme Prime Root Tansy Wood Nodes	\d	the	
    -_F1C8D9A85340FEA7	m0663chkca01	Fragment of Basic Timari Eye	a	the	Fragments of Basic Timari Eye	\d	the	
    -_25E1A9CC49B6C1F5	m0663chkcb01	Fragment of Fine Timari Eye	a	the	Fragments of Fine Timari Eye	\d	the	
    -_7EA16396121813D0	m0663chkdd01	Fragment of Excellent Desert Timari Eye	a	the	Fragments of Excellent Desert Timari Eye	\d	the	
    -_EEB1B94625898753	m0663chkje01	Fragment of Supreme Jungle Timari Eye	a	the	Fragments of Supreme Jungle Timari Eye	\d	the	
    -_22246D8A1511BE89	m0664chkca01	Basic Timari Nail	a	the	Basic Timari Nails	\d	the	
    -_09945E580AB4A2AA	m0664chkcb01	Fine Timari Nail	a	the	Fine Timari Nails	\d	the	
    -_1C4AE9159F106327	m0664chkdd01	Excellent Desert Timari Nail	an	the	Excellent Desert Timari Nails	\d	the	
    -_7EA70A4C1DD79D55	m0664chkje01	Supreme Jungle Timari Nail	a	the	Supreme Jungle Timari Nails	\d	the	
    -_DA5821DF6ECFDD1C	m0665chkca01	Fragment of Basic Timari Pelvis	a	the	Fragments of Basic Timari Pelvis	\d	the	
    -_10F3A5D6CCD78E2F	m0665chkcb01	Fragment of Fine Timari Pelvis	a	the	Fragments of Fine Timari Pelvis	\d	the	
    -_EDA6878ED4B8F9CA	m0665chkdd01	Fragment of Excellent Desert Timari Pelvis	a	the	Fragments of Excellent Desert Timari Pelvis	\d	the	
    -_23A5272D10B60F9C	m0665chkje01	Fragment of Supreme Jungle Timari Pelvis	a	the	Fragments of Supreme Jungle Timari Pelvis	\d	the	
    -_3385590975EB3CEE	m0666ccdca01	Basic Torbak Ligament	a	the	Basic Torbak Ligaments	\d	the	
    -_734AD77C153A0B60	m0666ccdcb01	Fine Torbak Ligament	a	the	Fine Torbak Ligaments	\d	the	
    -_CCDDC7F3A997E2A4	m0666ccdfc01	Choice Forest Torbak Ligament	a	the	Choice Forest Torbak Ligaments	\d	the	
    -_ED3A155B050B55C8	m0666ccdfd01	Excellent Forest Torbak Ligament	an	the	Excellent Forest Torbak Ligaments	\d	the	
    -_0AC1A43544EB4951	m0666ccdfe01	Supreme Forest Torbak Ligament	a	the	Supreme Forest Torbak Ligaments	\d	the	
    -_CDDD8BE16876EAAE	m0666ccdjc01	Choice Jungle Torbak Ligament	a	the	Choice Jungle Torbak Ligaments	\d	the	
    -_2AC91D4CC66B45CE	m0666ccdjd01	Excellent Jungle Torbak Ligament	an	the	Excellent Jungle Torbak Ligaments	\d	the	
    -_B8BB40104A5EE44C	m0666ccdlc01	Choice Lakes Torbak Ligament	a	the	Choice Lakes Torbak Ligaments	\d	the	
    -_E870E459B78AF09E	m0666ccdld01	Excellent Lakes Torbak Ligament	an	the	Excellent Lakes Torbak Ligaments	\d	the	
    -_83F64D4F4DE87512	m0666ccdle01	Supreme Lakes Torbak Ligament	a	the	Supreme Lakes Torbak Ligaments	\d	the	
    -_CEBE51F874AC6B8A	m0667ccoca01	Basic Tyrancha Bone	a	the	Basic Tyrancha Bones	\d	the	
    -_9E813574E1068790	m0667ccocb01	Fine Tyrancha Bone	a	the	Fine Tyrancha Bones	\d	the	
    -_78046ED22DE8D96A	m0667ccodc01	Choice Desert Tyrancha Bone	a	the	Choice Desert Tyrancha Bones	\d	the	
    -_4F4141FB3C0704C2	m0667ccopc01	Choice Prime Root Tyrancha Bone	a	the	Choice Prime Root Tyrancha Bones	\d	the	
    -_E82841599144DEEB	m0667ccopd01	Excellent Prime Root Tyrancha Bone	an	the	Excellent Prime Root Tyrancha Bones	\d	the	
    -_1D18F14A1FE82992	m0667ccope01	Supreme Prime Root Tyrancha Bone	a	the	Supreme Prime Root Tyrancha Bones	\d	the	
    -_4CFE51F874CC737D	m0668ccoca01	Basic Tyrancha Fang	a	the	Basic Tyrancha Fangs	\d	the	
    -_9BC1FD78E1068F91	m0668ccocb01	Fine Tyrancha Fang	a	the	Fine Tyrancha Fangs	\d	the	
    -_F6446ED22D08E15D	m0668ccodc01	Choice Desert Tyrancha Fang	a	the	Choice Desert Tyrancha Fangs	\d	the	
    -_CCA141ED3D070CC3	m0668ccopc01	Choice Prime Root Tyrancha Fang	a	the	Choice Prime Root Tyrancha Fangs	\d	the	
    -_658851599144E6EE	m0668ccopd01	Excellent Prime Root Tyrancha Fang	an	the	Excellent Prime Root Tyrancha Fangs	\d	the	
    -_9D18B94E9FE8F197	m0668ccope01	Supreme Prime Root Tyrancha Fang	a	the	Supreme Prime Root Tyrancha Fangs	\d	the	
    -_ED96A3910B5177B9	m0669ccoca01	Basic Tyrancha Ligament	a	the	Basic Tyrancha Ligaments	\d	the	
    -_26D5B6FD4D9E44E7	m0669ccocb01	Fine Tyrancha Ligament	a	the	Fine Tyrancha Ligaments	\d	the	
    -_1BBFC58040AAE084	m0669ccodc01	Choice Desert Tyrancha Ligament	a	the	Choice Desert Tyrancha Ligaments	\d	the	
    -_F7B7FE964A0EA5EF	m0669ccopc01	Choice Prime Root Tyrancha Ligament	a	the	Choice Prime Root Tyrancha Ligaments	\d	the	
    -_7D2326DCADB59741	m0669ccopd01	Excellent Prime Root Tyrancha Ligament	an	the	Excellent Prime Root Tyrancha Ligaments	\d	the	
    -_37803DCF3D6CD7FD	m0669ccope01	Supreme Prime Root Tyrancha Ligament	a	the	Supreme Prime Root Tyrancha Ligaments	\d	the	
    -_F97C1B9E3A2074EA	m0670ccoca01	Basic Tyrancha Leather	a	the	Basic Tyrancha Leathers	\d	the	
    -_355916300F002B90	m0670ccocb01	Fine Tyrancha Leather	a	the	Fine Tyrancha Leathers	\d	the	
    -_62255157DE8B2EC2	m0670ccodc01	Choice Desert Tyrancha Leather	a	the	Choice Desert Tyrancha Leathers	\d	the	
    -_AFCFD6AB09DB7E15	m0670ccopc01	Choice Prime Root Tyrancha Leather	a	the	Choice Prime Root Tyrancha Leathers	\d	the	
    -_9150FDD76BF70A2A	m0670ccopd01	Excellent Prime Root Tyrancha Leather	an	the	Excellent Prime Root Tyrancha Leathers	\d	the	
    -_43B1B9A754FE8E53	m0670ccope01	Supreme Prime Root Tyrancha Leather	a	the	Supreme Prime Root Tyrancha Leathers	\d	the	
    -_32C8C8F7B63EA13C	m0671cchca01	Fragment of Basic Varinx Claw	a	the	Fragments of Basic Varinx Claw	\d	the	
    -_1F2731C39615F338	m0671cchcb01	Fragment of Fine Varinx Claw	a	the	Fragments of Fine Varinx Claw	\d	the	
    -_6C43CA7E2087FF11	m0671cchdc01	Fragment of Choice Desert Varinx Claw	a	the	Fragments of Choice Desert Varinx Claw	\d	the	
    -_3F868EC6CAD6EBCF	m0671cchdd01	Fragment of Excellent Desert Varinx Claw	a	the	Fragments of Excellent Desert Varinx Claw	\d	the	
    -_D13B5268C3C2837F	m0671cchde01	Fragment of Supreme Desert Varinx Claw	a	the	Fragments of Supreme Desert Varinx Claw	\d	the	
    -_3042DF0A09D1C435	m0671cchpc01	Fragment of Choice Prime Root Varinx Claw	a	the	Fragments of Choice Prime Root Varinx Claw	\d	the	
    -_045BC823EB5DAFF3	m0671cchpd01	Fragment of Excellent Prime Root Varinx Claw	a	the	Fragments of Excellent Prime Root Varinx Claw	\d	the	
    -_E3E2322529157869	m0671cchpe01	Fragment of Supreme Prime Root Varinx Claw	a	the	Fragments of Supreme Prime Root Varinx Claw	\d	the	
    -_70A55916FD2B58DC	m0672cchca01	Basic Varinx Ligament	a	the	Basic Varinx Ligaments	\d	the	
    -_B38AE77C16DC736A	m0672cchcb01	Fine Varinx Ligament	a	the	Fine Varinx Ligaments	\d	the	
    -_89FDC7FDF1E7DA86	m0672cchdc01	Choice Desert Varinx Ligament	a	the	Choice Desert Varinx Ligaments	\d	the	
    -_2A1B496188DB7DBA	m0672cchdd01	Excellent Desert Varinx Ligament	an	the	Excellent Desert Varinx Ligaments	\d	the	
    -_CA82D847066B293D	m0672cchde01	Supreme Desert Varinx Ligament	a	the	Supreme Desert Varinx Ligaments	\d	the	
    -_03B37D3DEF2BF9ED	m0672cchpc01	Choice Prime Root Varinx Ligament	a	the	Choice Prime Root Varinx Ligaments	\d	the	
    -_C7C3425ED18F823E	m0672cchpd01	Excellent Prime Root Varinx Ligament	an	the	Excellent Prime Root Varinx Ligaments	\d	the	
    -_2BEAF864CD6D9AE2	m0672cchpe01	Supreme Prime Root Varinx Ligament	a	the	Supreme Prime Root Varinx Ligaments	\d	the	
    -_31283102D77ECB75	m0673ccgca01	Basic Vorax Ligament	a	the	Basic Vorax Ligaments	\d	the	
    -_52C5B7F21CB6D68E	m0673ccgcb01	Fine Vorax Ligament	a	the	Fine Vorax Ligaments	\d	the	
    -_6CF881272CC8C16B	m0673ccgpc01	Choice Prime Root Vorax Ligament	a	the	Choice Prime Root Vorax Ligaments	\d	the	
    -_A6B27B7B572AFDD5	m0673ccgpd01	Excellent Prime Root Vorax Ligament	an	the	Excellent Prime Root Vorax Ligaments	\d	the	
    -_AA0DA451F687B3DD	m0673ccgpe01	Supreme Prime Root Vorax Ligament	a	the	Supreme Prime Root Vorax Ligaments	\d	the	
    -_EDC7DDAE1770FEA9	m0675chuca01	Fragment of Basic Wombai Eye	a	the	Fragments of Basic Wombai Eye	\d	the	
    -_65E121CECC76D9F7	m0675chucb01	Fragment of Fine Wombai Eye	a	the	Fragments of Fine Wombai Eye	\d	the	
    -_FE003398D577E3CE	m0675chujd01	Fragment of Excellent Jungle Wombai Eye	a	the	Fragments of Excellent Jungle Wombai Eye	\d	the	
    -_EA21C54C68894356	m0675chuje01	Fragment of Supreme Jungle Wombai Eye	a	the	Fragments of Supreme Jungle Wombai Eye	\d	the	
    -_98210D5D383836D7	m0675chulc01	Fragment of Choice Lakes Wombai Eye	a	the	Fragments of Choice Lakes Wombai Eye	\d	the	
    -_9D8F9789DC2243C1	m0675chule01	Fragment of Supreme Lakes Wombai Eye	a	the	Fragments of Supreme Lakes Wombai Eye	\d	the	
    -_9B7725DF72EEE11D	m0676chuca01	Fragment of Basic Wombai Pelvis	a	the	Fragments of Basic Wombai Pelvis	\d	the	
    -_90F379DA4F379A1F	m0676chucb01	Fragment of Fine Wombai Pelvis	a	the	Fragments of Fine Wombai Pelvis	\d	the	
    -_3067C3979366A5B8	m0676chujd01	Fragment of Excellent Jungle Wombai Pelvis	a	the	Fragments of Excellent Jungle Wombai Pelvis	\d	the	
    -_1FB5272293B627A0	m0676chuje01	Fragment of Supreme Jungle Wombai Pelvis	a	the	Fragments of Supreme Jungle Wombai Pelvis	\d	the	
    -_CCCEEE8EC56BF7F0	m0676chulc01	Fragment of Choice Lakes Wombai Pelvis	a	the	Fragments of Choice Lakes Wombai Pelvis	\d	the	
    -_82CCCFA9B0B404F1	m0676chule01	Fragment of Supreme Lakes Wombai Pelvis	a	the	Fragments of Supreme Lakes Wombai Pelvis	\d	the	
    -_E613D19D50CB691E	m0677chuca01	Fragment of Basic Wombai Spine	a	the	Fragments of Basic Wombai Spine	\d	the	
    -_1B4530EF58EEC128	m0677chucb01	Fragment of Fine Wombai Spine	a	the	Fragments of Fine Wombai Spine	\d	the	
    -_7E0323CE062303AD	m0677chujd01	Fragment of Excellent Jungle Wombai Spine	a	the	Fragments of Excellent Jungle Wombai Spine	\d	the	
    -_B71EA3ED8E954F25	m0677chuje01	Fragment of Supreme Jungle Wombai Spine	a	the	Fragments of Supreme Jungle Wombai Spine	\d	the	
    -_775E234CB2AEFE5C	m0677chulc01	Fragment of Choice Lakes Wombai Spine	a	the	Fragments of Choice Lakes Wombai Spine	\d	the	
    -_12B171B6BB9A3FFA	m0677chule01	Fragment of Supreme Lakes Wombai Spine	a	the	Fragments of Supreme Lakes Wombai Spine	\d	the	
    -_D7A572A366EC277B	m0678chuca01	Basic Wombai Trunk	a	the	Basic Wombai Trunks	\d	the	
    -_9B737290A5E54A8D	m0678chucb01	Fine Wombai Trunk	a	the	Fine Wombai Trunks	\d	the	
    -_D697193CAE886D78	m0678chujd01	Excellent Jungle Wombai Trunk	an	the	Excellent Jungle Wombai Trunks	\d	the	
    -_BDAC8B1FAB18BD3A	m0678chuje01	Supreme Jungle Wombai Trunk	a	the	Supreme Jungle Wombai Trunks	\d	the	
    -_F52D387BECBE4DED	m0678chulc01	Choice Lakes Wombai Trunk	a	the	Choice Lakes Wombai Trunks	\d	the	
    -_FE5EB3639C12C853	m0678chule01	Supreme Lakes Wombai Trunk	a	the	Supreme Lakes Wombai Trunks	\d	the	
    -_8B28654868851F35	m0679dxacb01	Basic Yana Wood Node	a	the	Basic Yana Wood Nodes	\d	the	
    -_0B9E7EF8E4BBF23C	m0679dxacc01	Fine Yana Wood Node	a	the	Fine Yana Wood Nodes	\d	the	
    -_AD2C9731A0AFF101	m0679dxadd01	Choice Desert Yana Wood Node	a	the	Choice Desert Yana Wood Nodes	\d	the	
    -_E496A43C00E7109E	m0679dxade01	Excellent Desert Yana Wood Node	an	the	Excellent Desert Yana Wood Nodes	\d	the	
    -_034571BF9948E5FB	m0679dxadf01	Supreme Desert Yana Wood Node	a	the	Supreme Desert Yana Wood Nodes	\d	the	
    -_AD2C973320AFE915	m0679dxafd01	Choice Forest Yana Wood Node	a	the	Choice Forest Yana Wood Nodes	\d	the	
    -_66C6A43D8217109D	m0679dxafe01	Excellent Forest Yana Wood Node	an	the	Excellent Forest Yana Wood Nodes	\d	the	
    -_034575C259D815FD	m0679dxaff01	Supreme Forest Yana Wood Node	a	the	Supreme Forest Yana Wood Nodes	\d	the	
    -_AF2C97199EEFC921	m0679dxajd01	Choice Jungle Yana Wood Node	a	the	Choice Jungle Yana Wood Nodes	\d	the	
    -_2495AC3D40E61899	m0679dxaje01	Excellent Jungle Yana Wood Node	an	the	Excellent Jungle Yana Wood Nodes	\d	the	
    -_03541DC1D8F83D01	m0679dxajf01	Supreme Jungle Yana Wood Node	a	the	Supreme Jungle Yana Wood Nodes	\d	the	
    -_81C4F33DC4768417	m0679dxald01	Choice Lakes Yana Wood Node	a	the	Choice Lakes Yana Wood Nodes	\d	the	
    -_6BE108EB7E96C943	m0679dxale01	Excellent Lakes Yana Wood Node	an	the	Excellent Lakes Yana Wood Nodes	\d	the	
    -_69F6D4D3D9B95C02	m0679dxalf01	Supreme Lakes Yana Wood Node	a	the	Supreme Lakes Yana Wood Nodes	\d	the	
    -_A2D3C527E1F40571	m0679dxapd01	Choice Prime Root Yana Wood Node	a	the	Choice Prime Root Yana Wood Nodes	\d	the	
    -_14CA7F87667FEFEF	m0679dxape01	Excellent Prime Root Yana Wood Node	an	the	Excellent Prime Root Yana Wood Nodes	\d	the	
    -_93DFBDA0F805060B	m0679dxapf01	Supreme Prime Root Yana Wood Node	a	the	Supreme Prime Root Yana Wood Nodes	\d	the	
    -_B85B65CCC1145FB8	m0680cbcca01	Fragment of Basic Yber Beak	a	the	Fragments of Basic Yber Beak	\d	the	
    -_2D9D2B540E92B5AB	m0680cbccb01	Fragment of Fine Yber Beak	a	the	Fragments of Fine Yber Beak	\d	the	
    -_863E8281AF8E9E4E	m0680cbcld01	Fragment of Excellent Lakes Yber Beak	a	the	Fragments of Excellent Lakes Yber Beak	\d	the	
    -_229BA1236CEAFF7D	m0680cbcle01	Fragment of Supreme Lakes Yber Beak	a	the	Fragments of Supreme Lakes Yber Beak	\d	the	
    -_8F6382FFEC37B27E	m0681cbcca01	Basic Yber Ligament	a	the	Basic Yber Ligaments	\d	the	
    -_8BD3F28EAFE48E84	m0681cbccb01	Fine Yber Ligament	a	the	Fine Yber Ligaments	\d	the	
    -_117451B7D0623CAB	m0681cbcld01	Excellent Lakes Yber Ligament	an	the	Excellent Lakes Yber Ligaments	\d	the	
    -_EEBE3361A6110C4A	m0681cbcle01	Supreme Lakes Yber Ligament	a	the	Supreme Lakes Yber Ligaments	\d	the	
    -_405B2DDA86D49FC6	m0682chlca01	Fragment of Basic Yelk Skin	a	the	Fragments of Basic Yelk Skin	\d	the	
    -_B00E6F4D5192CDB8	m0682chlcb01	Fragment of Fine Yelk Skin	a	the	Fragments of Fine Yelk Skin	\d	the	
    -_788507A7A8D8C9AE	m0682chldc01	Fragment of Choice Desert Yelk Skin	a	the	Fragments of Choice Desert Yelk Skin	\d	the	
    -_8AED46415C474317	m0682chldd01	Fragment of Excellent Desert Yelk Skin	a	the	Fragments of Excellent Desert Yelk Skin	\d	the	
    -_15A52F0F22CF3A72	m0682chlde01	Fragment of Supreme Desert Yelk Skin	a	the	Fragments of Supreme Desert Yelk Skin	\d	the	
    -_F885FFBDA8D8C9AE	m0682chlfc01	Fragment of Choice Forest Yelk Skin	a	the	Fragments of Choice Forest Yelk Skin	\d	the	
    -_0C0D4A431CF74B16	m0682chlfd01	Fragment of Excellent Forest Yelk Skin	a	the	Fragments of Excellent Forest Yelk Skin	\d	the	
    -_D5355F1322CF3E73	m0682chlfe01	Fragment of Supreme Forest Yelk Skin	a	the	Fragments of Supreme Forest Yelk Skin	\d	the	
    -_DEC7C2BD65265D66	m0682chlpd01	Fragment of Excellent Prime Root Yelk Skin	a	the	Fragments of Excellent Prime Root Yelk Skin	\d	the	
    -_F1B1DF0E351AF764	m0682chlpe01	Fragment of Supreme Prime Root Yelk Skin	a	the	Fragments of Supreme Prime Root Yelk Skin	\d	the	
    -_E94300FA05B3A535	m0683chlca01	Fragment of Basic Yelk Pelvis	a	the	Fragments of Basic Yelk Pelvis	\d	the	
    -_A7C100BB18F6CBA8	m0683chlcb01	Fragment of Fine Yelk Pelvis	a	the	Fragments of Fine Yelk Pelvis	\d	the	
    -_23BE02816FFC030A	m0683chldc01	Fragment of Choice Desert Yelk Pelvis	a	the	Fragments of Choice Desert Yelk Pelvis	\d	the	
    -_F462CAE51F755618	m0683chldd01	Fragment of Excellent Desert Yelk Pelvis	a	the	Fragments of Excellent Desert Yelk Pelvis	\d	the	
    -_822CCEB9FDC0A04F	m0683chlde01	Fragment of Supreme Desert Yelk Pelvis	a	the	Fragments of Supreme Desert Yelk Pelvis	\d	the	
    -_235E068DEFFC070A	m0683chlfc01	Fragment of Choice Forest Yelk Pelvis	a	the	Fragments of Choice Forest Yelk Pelvis	\d	the	
    -_B682C6F19F855617	m0683chlfd01	Fragment of Excellent Forest Yelk Pelvis	a	the	Fragments of Excellent Forest Yelk Pelvis	\d	the	
    -_021CF6BD3DC09C5A	m0683chlfe01	Fragment of Supreme Forest Yelk Pelvis	a	the	Fragments of Supreme Forest Yelk Pelvis	\d	the	
    -_8CF5971B6D3E8763	m0683chlpd01	Fragment of Excellent Prime Root Yelk Pelvis	a	the	Fragments of Excellent Prime Root Yelk Pelvis	\d	the	
    -_6A45EB428DA1586D	m0683chlpe01	Fragment of Supreme Prime Root Yelk Pelvis	a	the	Fragments of Supreme Prime Root Yelk Pelvis	\d	the	
    -_C7847D9E8954C5F0	m0684ccpca01	Basic Yetin Bone	a	the	Basic Yetin Bones	\d	the	
    -_B28C359E0DF2B61E	m0684ccpcb01	Fine Yetin Bone	a	the	Fine Yetin Bones	\d	the	
    -_349BFF85F66B3FD4	m0684ccpfc01	Choice Forest Yetin Bone	a	the	Choice Forest Yetin Bones	\d	the	
    -_81E048148250E84A	m0684ccpje01	Supreme Jungle Yetin Bone	a	the	Supreme Jungle Yetin Bones	\d	the	
    -_1F0715BD53312783	m0685ccpca01	Fragment of Basic Yetin Claw	a	the	Fragments of Basic Yetin Claw	\d	the	
    -_36B989DC0F282945	m0685ccpcb01	Fragment of Fine Yetin Claw	a	the	Fragments of Fine Yetin Claw	\d	the	
    -_53B3C376EC898D6A	m0685ccpfc01	Fragment of Choice Forest Yetin Claw	a	the	Fragments of Choice Forest Yetin Claw	\d	the	
    -_3012897B6A170414	m0685ccpje01	Fragment of Supreme Jungle Yetin Claw	a	the	Fragments of Supreme Jungle Yetin Claw	\d	the	
    -_6E8831021A3C0B7C	m0686ccpca01	Basic Yetin Ligament	a	the	Basic Yetin Ligaments	\d	the	
    -_16459BF55FB6AE8F	m0686ccpcb01	Fine Yetin Ligament	a	the	Fine Yetin Ligaments	\d	the	
    -_908C63EDD266D55C	m0686ccpfc01	Choice Forest Yetin Ligament	a	the	Choice Forest Yetin Ligaments	\d	the	
    -_83C2ECF131DAE246	m0686ccpje01	Supreme Jungle Yetin Ligament	a	the	Supreme Jungle Yetin Ligaments	\d	the	
    -_68A80141656B47DC	m0687ccpca01	Basic Yetin Leather	a	the	Basic Yetin Leathers	\d	the	
    -_214B7EE7E2F8078C	m0687ccpcb01	Fine Yetin Leather	a	the	Fine Yetin Leathers	\d	the	
    -_52F16B199F86456C	m0687ccpfc01	Choice Forest Yetin Leather	a	the	Choice Forest Yetin Leathers	\d	the	
    -_C1944101A46895B3	m0687ccpje01	Supreme Jungle Yetin Leather	a	the	Supreme Jungle Yetin Leathers	\d	the	
    -_FC0ACF874E6294CF	m0688chdca01	Fragment of Basic Yubo Eye	a	the	Fragments of Basic Yubo Eye	\d	the	
    -_D407637EA95050CD	m0688chdcb01	Fragment of Fine Yubo Eye	a	the	Fragments of Fine Yubo Eye	\d	the	
    -_71197D5C84253BBD	m0688chdce01	Fragment of Supreme Yubo Eye	a	the	Fragments of Supreme Yubo Eye	\d	the	
    -_91CDD568BFEF2F4A	m0688chdfd01	Fragment of Excellent Forest Yubo Eye	a	the	Fragments of Excellent Forest Yubo Eye	\d	the	
    -_9D6E51B1F026F503	m0688chdlc01	Fragment of Choice Lakes Yubo Eye	a	the	Fragments of Choice Lakes Yubo Eye	\d	the	
    -_7F3B4CCC4BA386D1	m0690chdca01	Basic Yubo Nail	a	the	Basic Yubo Nails	\d	the	
    -_C06B79158530A135	m0690chdcb01	Fine Yubo Nail	a	the	Fine Yubo Nails	\d	the	
    -_CDB7A6435BB46691	m0690chdce01	Supreme Yubo Nail	a	the	Supreme Yubo Nails	\d	the	
    -_7A7053EA2C464CCF	m0690chdfd01	Excellent Forest Yubo Nail	an	the	Excellent Forest Yubo Nails	\d	the	
    -_5FB9DFF36108BB7C	m0690chdlc01	Choice Lakes Yubo Nail	a	the	Choice Lakes Yubo Nails	\d	the	
    -_2AA350F007B3A533	m0691chdca01	Fragment of Basic Yubo Pelvis	a	the	Fragments of Basic Yubo Pelvis	\d	the	
    -_E7C110B597F7CBA6	m0691chdcb01	Fragment of Fine Yubo Pelvis	a	the	Fragments of Fine Yubo Pelvis	\d	the	
    -_0C3806DE1EAFB217	m0691chdce01	Fragment of Supreme Yubo Pelvis	a	the	Fragments of Supreme Yubo Pelvis	\d	the	
    -_7383D6E7A1855619	m0691chdfd01	Fragment of Excellent Forest Yubo Pelvis	a	the	Fragments of Excellent Forest Yubo Pelvis	\d	the	
    -_1E2DEF0FAE9C738D	m0691chdlc01	Fragment of Choice Lakes Yubo Pelvis	a	the	Fragments of Choice Lakes Yubo Pelvis	\d	the	
    -_D90195B95821DD09	m0692chdca01	Basic Yubo Tooth	a	the	Basic Yubo Teeth	\d	the	
    -_6D8F1E50D664C928	m0692chdcb01	Fine Yubo Tooth	a	the	Fine Yubo Teeth	\d	the	
    -_51C32D9176A72F97	m0692chdce01	Supreme Yubo Tooth	a	the	Supreme Yubo Teeth	\d	the	
    -_19E64F4FE574BBC2	m0692chdfd01	Excellent Forest Yubo Tooth	an	the	Excellent Forest Yubo Teeth	\d	the	
    -_75B63A4CB89A8053	m0692chdlc01	Choice Lakes Yubo Tooth	a	the	Choice Lakes Yubo Teeth	\d	the	
    -_D3A386FF6E47CA93	m0693ccica01	Basic Zerx Ligament	a	the	Basic Zerx Ligaments	\d	the	
    -_0E632A9171F48E8C	m0693ccicb01	Fine Zerx Ligament	a	the	Fine Zerx Ligaments	\d	the	
    -_F7E6D04E6A3CD94C	m0693ccidd01	Excellent Desert Zerx Ligament	an	the	Excellent Desert Zerx Ligaments	\d	the	
    -_380E4DEB8E8C1D05	m0693ccide01	Supreme Desert Zerx Ligament	a	the	Supreme Desert Zerx Ligaments	\d	the	
    -_F286F04F6EABC14E	m0693ccijd01	Excellent Jungle Zerx Ligament	an	the	Excellent Jungle Zerx Ligaments	\d	the	
    -_380ED5E58EEA9D11	m0693ccije01	Supreme Jungle Zerx Ligament	a	the	Supreme Jungle Zerx Ligaments	\d	the	
    -_111C0F8EACE1A1C3	m0693ccilc01	Choice Lakes Zerx Ligament	a	the	Choice Lakes Zerx Ligaments	\d	the	
    -_C9BFBAF7C1091FD6	m0693ccipc01	Choice Prime Root Zerx Ligament	a	the	Choice Prime Root Zerx Ligaments	\d	the	
    -_EDF9BAA6D1E285BF	m0693ccipd01	Excellent Prime Root Zerx Ligament	an	the	Excellent Prime Root Zerx Ligaments	\d	the	
    -_E0E9CD4AA0B9058E	m0693ccipe01	Supreme Prime Root Zerx Ligament	a	the	Supreme Prime Root Zerx Ligaments	\d	the	
    -_DA07A22E626A237F	m0694ccica01	Basic Zerx Leather	a	the	Basic Zerx Leathers	\d	the	
    -_DDA48E9C33C77194	m0694ccicb01	Fine Zerx Leather	a	the	Fine Zerx Leathers	\d	the	
    -_ADF37F39859A8C9C	m0694ccidd01	Excellent Desert Zerx Leather	an	the	Excellent Desert Zerx Leathers	\d	the	
    -_5DB2D030DE77A44B	m0694ccide01	Supreme Desert Zerx Leather	a	the	Supreme Desert Zerx Leathers	\d	the	
    -_EDF2873AC5999497	m0694ccijd01	Excellent Jungle Zerx Leather	a	the	Excellent Jungle Zerx Leathers	\d	the	
    -_99519C2B6286E451	m0694ccije01	Supreme Jungle Zerx Leather	a	the	Supreme Jungle Zerx Leathers	\d	the	
    -_73AD97B0F8B251FE	m0694ccilc01	Choice Lakes Zerx Leather	a	the	Choice Lakes Zerx Leathers	\d	the	
    -_6021B21B615ED8CA	m0694ccipc01	Choice Prime Root Zerx Leather	a	the	Choice Prime Root Zerx Leathers	\d	the	
    -_23FC6253A55D631E	m0694ccipd01	Excellent Prime Root Zerx Leather	an	the	Excellent Prime Root Zerx Leathers	\d	the	
    -_EACA077D79C9FEC0	m0694ccipe01	Supreme Prime Root Zerx Leather	a	the	Supreme Prime Root Zerx Leathers	\d	the	
    -_B147A7D9B2EEB3BF	m0695ixxcc01	Fragment of Kitin Claw	a	the	Fragments of Kitin Claw	\d	the	
    -_85BDEB728A21710E	m0695ixxcc02	Kitin Trophy	a	the	Kitin Trophies	\d	the	
    -_8C53BED93F699E78	m0696ixxcc01	Primitive Necklace	a	the	Primitive Necklaces	\d	the	
    -_869AE780C2613DBB	m0697dxaca01	Plain Atrium	a	the	Plain Atriums	\d	the	
    -_F33F097D61B221F9	m0697dxacb01	Average Atrium	an	the	Average Atriums	\d	the	
    -_869AEF6EC4616DBB	m0697dxacc01	Prime Atrium	a	the	Prime Atriums	\d	the	
    -_292DE97A8360A20C	m0697dxacd01	Select Atrium	a	the	Select Atriums	\d	the	
    -_290CE18984A2E20C	m0697dxace01	Superb Atrium	a	the	Superb Atriums	\d	the	
    -_15F6A3DCE71D8B91	m0697dxacf01	Magnificent Atrium	a	the	Magnificent Atriums	\d	the	
    -_679725196B31E7FA	m0698dxaca01	Plain Matis Order Form	a	the	Plain Matis Order Forms	\d	the	
    -_F021E74FAE422FA5	m0698dxacb01	Average Matis Order Form	an	the	Average Matis Order Forms	\d	the	
    -_67073D18EDB1FFFA	m0698dxacc01	Prime Matis Order Form	a	the	Prime Matis Order Forms	\d	the	
    -_19569375C08C5FFA	m0698dxacd01	Select Matis Order Form	a	the	Select Matis Order Forms	\d	the	
    -_DD565F94C0CD9FE8	m0698dxace01	Superb Matis Order Form	a	the	Superb Matis Order Forms	\d	the	
    -_6D66E0DBD6E2258D	m0698dxacf01	Magnificent Matis Order Form	a	the	Magnificent Matis Order Forms	\d	the	
    -_6D272519EC115FF2	m0699dxaca01	Plain Fyros Order Form	a	the	Plain Fyros Order Forms	\d	the	
    -_710147482F228F9F	m0699dxacb01	Average Fyros Order Form	an	the	Average Fyros Order Forms	\d	the	
    -_6D973D186E9177F2	m0699dxacc01	Prime Fyros Order Form	a	the	Prime Fyros Order Forms	\d	the	
    -_5756AB73C67C5713	m0699dxacd01	Select Fyros Order Form	a	the	Select Fyros Order Forms	\d	the	
    -_1B567792C6BD9701	m0699dxace01	Superb Fyros Order Form	a	the	Superb Fyros Order Forms	\d	the	
    -_F277C4DBD6E23D92	m0699dxacf01	Magnificent Fyros Order Form	a	the	Magnificent Fyros Order Forms	\d	the	
    -_A878250F6970FFFD	m0700dxaca01	Plain Zoraï Order Form	a	the	Plain Zoraï Order Forms	\d	the	
    -_AC111F52AC2267A0	m0700dxacb01	Average Zoraï Order Form	an	the	Average Zoraï Order Forms	\d	the	
    -_A8E83D0EEBF017FD	m0700dxacc01	Prime Zoraï Order Form	a	the	Prime Zoraï Order Forms	\d	the	
    -_1AC57373C1DD5700	m0700dxacd01	Select Zoraï Order Form	a	the	Select Zoraï Order Forms	\d	the	
    -_DEC53F92C11E97EE	m0700dxace01	Superb Zoraï Order Form	a	the	Superb Zoraï Order Forms	\d	the	
    -_2D2714DBD641DD7B	m0700dxacf01	Magnificent Zoraï Order Form	a	the	Magnificent Zoraï Order Forms	\d	the	
    -_E3D9FA7EC7EF28B4	m0701dxaca01	Plain Tryker Order Form	a	the	Plain Tryker Order Forms	\d	the	
    -_FCCF9CFCC012785C	m0701dxacb01	Average Tryker Order Form	an	the	Average Tryker Order Forms	\d	the	
    -_A119227BC86F40B4	m0701dxacc01	Prime Tryker Order Form	a	the	Prime Tryker Order Forms	\d	the	
    -_77BC3F8777CD7FD6	m0701dxacd01	Select Tryker Order Form	a	the	Select Tryker Order Forms	\d	the	
    -_77FD3B96770E77E5	m0701dxace01	Superb Tryker Order Form	a	the	Superb Tryker Order Forms	\d	the	
    -_A94288A75E3B2DDE	m0701dxacf01	Magnificent Tryker Order Form	a	the	Magnificent Tryker Order Forms	\d	the	
    -_1EE2B35A8A5B5178	m0702dxaca01	Plain Matis Military Package	a	the	Plain Matis Military Packages	\d	the	
    -_83A258357E6BED3A	m0702dxacb01	Average Matis Military Package	an	the	Average Matis Military Packages	\d	the	
    -_1EE2BB488C5B8178	m0702dxacc01	Prime Matis Military Package	a	the	Prime Matis Military Packages	\d	the	
    -_CBAEE3E227A90E99	m0702dxacd01	Select Matis Military Package	a	the	Select Matis Military Packages	\d	the	
    -_CB8DDBF128EB4E99	m0702dxace01	Superb Matis Military Package	a	the	Superb Matis Military Packages	\d	the	
    -_FBBEEF6EB00C2E25	m0702dxacf01	Magnificent Matis Military Package	a	the	Magnificent Matis Military Packages	\d	the	
    -_2A02B35A8A5B8175	m0703dxaca01	Plain Fyros Military Package	a	the	Plain Fyros Military Packages	\d	the	
    -_83A2703305DB4D34	m0703dxacb01	Average Fyros Military Package	an	the	Average Fyros Military Packages	\d	the	
    -_2A02BB488C5BB175	m0703dxacc01	Prime Fyros Military Package	a	the	Prime Fyros Military Packages	\d	the	
    -_09AEE3E2A8E966AB	m0703dxacd01	Select Fyros Military Package	a	the	Select Fyros Military Packages	\d	the	
    -_098DDBF1A92BA6AB	m0703dxace01	Superb Fyros Military Package	a	the	Superb Fyros Military Packages	\d	the	
    -_FB1F3367B00C2E2C	m0703dxacf01	Magnificent Fyros Military Package	a	the	Magnificent Fyros Military Packages	\d	the	
    -_2484B35A8A191176	m0704dxaca01	Plain Zoraï Military Package	a	the	Plain Zoraï Military Packages	\d	the	
    -_83013829FF1C2549	m0704dxacb01	Average Zoraï Military Package	an	the	Average Zoraï Military Packages	\d	the	
    -_2484BB488C194176	m0704dxacc01	Prime Zoraï Military Package	a	the	Prime Zoraï Military Packages	\d	the	
    -_0EAEE3D8A3093EB6	m0704dxacd01	Select Zoraï Military Package	a	the	Select Zoraï Military Packages	\d	the	
    -_0E8DDBE7A44B7EB6	m0704dxace01	Superb Zoraï Military Package	a	the	Superb Zoraï Military Packages	\d	the	
    -_787E5B7BB00C0615	m0704dxacf01	Magnificent Zoraï Military Package	a	the	Magnificent Zoraï Military Packages	\d	the	
    -_21ACB2F024985AD6	m0705dxaca01	Plain Tryker Military Package	a	the	Plain Tryker Military Packages	\d	the	
    -_74955675B5A599A9	m0705dxacb01	Average Tryker Military Package	an	the	Average Tryker Military Packages	\d	the	
    -_21AC96EB277972D6	m0705dxacc01	Prime Tryker Military Package	a	the	Prime Tryker Military Packages	\d	the	
    -_D45E5034FCBEDA2F	m0705dxacd01	Select Tryker Military Package	a	the	Select Tryker Military Packages	\d	the	
    -_4F4F0C4700FF1A2F	m0705dxace01	Superb Tryker Military Package	a	the	Superb Tryker Military Packages	\d	the	
    -_DAB49B9046C70335	m0705dxacf01	Magnificent Tryker Military Package	a	the	Magnificent Tryker Military Packages	\d	the	
    -_69554F58FED2DBCE	m0706dxaca01	Plain Matis Royal Token	a	the	Plain Matis Royal Tokens	\d	the	
    -_4271FB51379F310E	m0706dxacb01	Average Matis Royal Token	an	the	Average Matis Royal Tokens	\d	the	
    -_27957755FF52F3CE	m0706dxacc01	Prime Matis Royal Token	a	the	Prime Matis Royal Tokens	\d	the	
    -_47A8004A47B9409E	m0706dxacd01	Select Matis Royal Token	a	the	Select Matis Royal Tokens	\d	the	
    -_47E9FC5947FA38AD	m0706dxace01	Superb Matis Royal Token	a	the	Superb Matis Royal Tokens	\d	the	
    -_6A32459179633E7B	m0706dxacf01	Magnificent Matis Royal Token	a	the	Magnificent Matis Royal Tokens	\d	the	
    -_D4808734C3020478	m0707dxaca01	Plain Fyros Imperial Token	a	the	Plain Fyros Imperial Tokens	\d	the	
    -_FA5A870E307B9103	m0707dxacb01	Average Fyros Imperial Token	an	the	Average Fyros Imperial Tokens	\d	the	
    -_55808F2BC4F22C80	m0707dxacc01	Prime Fyros Imperial Token	a	the	Prime Fyros Imperial Tokens	\d	the	
    -_454A837855991981	m0707dxacd01	Select Fyros Imperial Token	a	the	Select Fyros Imperial Tokens	\d	the	
    -_454A3F7519DA6991	m0707dxace01	Superb Fyros Imperial Token	a	the	Superb Fyros Imperial Tokens	\d	the	
    -_759F7E2B6FB942E6	m0707dxacf01	Magnificent Fyros Imperial Token	a	the	Magnificent Fyros Imperial Tokens	\d	the	
    -_E3176ADD9FBB74AA	m0708dxaca01	Plain Zoraï Cho Token	a	the	Plain Zoraï Cho Tokens	\d	the	
    -_5E193F72055EA3A2	m0708dxacb01	Average Zoraï Cho Token	an	the	Average Zoraï Cho Tokens	\d	the	
    -_E3174ED8A29C8CAA	m0708dxacc01	Prime Zoraï Cho Token	a	the	Prime Zoraï Cho Tokens	\d	the	
    -_6EA2CFF4480CCC7D	m0708dxacd01	Select Zoraï Cho Token	a	the	Select Zoraï Cho Tokens	\d	the	
    -_E9938B074C4D0C7D	m0708dxace01	Superb Zoraï Cho Token	a	the	Superb Zoraï Cho Tokens	\d	the	
    -_1C9E79869EEF6944	m0708dxacf01	Magnificent Zoraï Cho Token	a	the	Magnificent Zoraï Cho Tokens	\d	the	
    -_55D1B7E9A758167E	m0709dxaca01	Plain Tryker Federation Token	a	the	Plain Tryker Federation Tokens	\d	the	
    -_07440A36BBF858C7	m0709dxacb01	Average Tryker Federation Token	an	the	Average Tryker Federation Tokens	\d	the	
    -_55D19BE4AA392E7E	m0709dxacc01	Prime Tryker Federation Token	a	the	Prime Tryker Federation Tokens	\d	the	
    -_98E25C36BA4AF632	m0709dxacd01	Select Tryker Federation Token	a	the	Select Tryker Federation Tokens	\d	the	
    -_13D31849BE8B3632	m0709dxace01	Superb Tryker Federation Token	a	the	Superb Tryker Federation Tokens	\d	the	
    -_528C6B20C2C7533D	m0709dxacf01	Magnificent Tryker Federation Token	a	the	Magnificent Tryker Federation Tokens	\d	the	
    -_161960DA9C2AB828	m0710ixxcc01	Goo Part	a	the	Goo Parts	\d	the	
    -_5A309CD41A41E823	m0711dxaca01	Plain Goo Nodule	a	the	Plain Goo Nodules	\d	the	
    -_CE608DB02669D66C	m0711dxacb01	Average Goo Nodule	an	the	Average Goo Nodules	\d	the	
    -_5BB0BCCB1BC1001A	m0711dxacc01	Prime Goo Nodule	a	the	Prime Goo Nodules	\d	the	
    -_C45252BAC3234773	m0711dxacd01	Select Goo Nodule	a	the	Select Goo Nodules	\d	the	
    -_C5530EC9C343C373	m0711dxace01	Superb Goo Nodule	a	the	Superb Goo Nodules	\d	the	
    -_62CB684AFB927C94	m0711dxacf01	Magnificient Goo Nodule	a	the	Magnificient Goo Nodules	\d	the	
    -_11D28A18AFC79AA2	m0712dxaca01	Plain Nano Builders	a	the	Plain Nano Builderss	\d	the	
    -_E73B4617B8DC0483	m0712dxacb01	Average Nano Builders	an	the	Average Nano Builderss	\d	the	
    -_11D2920F6E87D2A8	m0712dxacc01	Prime Nano Builders	a	the	Prime Nano Builderss	\d	the	
    -_A6B23FEED24D5762	m0712dxacd01	Select Nano Builders	a	the	Select Nano Builderss	\d	the	
    -_A6B2B30CD2CFD762	m0712dxace01	Superb Nano Builders	a	the	Superb Nano Builderss	\d	the	
    -_F9EF4C582AD12853	m0712dxacf01	Magnificient Nano Builders	a	the	Magnificient Nano Builderss	\d	the	
    -_27888EEC7C18AC9F	m0713dxaca01	Plain Kami Merit Badge	a	the	Plain Kami Merit Badges	\d	the	
    -_744CAC1A345DF46B	m0713dxacb01	Average Kami Merit Badge	an	the	Average Kami Merit Badges	\d	the	
    -_27F8A6EBFE98C49F	m0713dxacc01	Prime Kami Merit Badge	a	the	Prime Kami Merit Badges	\d	the	
    -_6063483E77DEDA0F	m0713dxacd01	Select Kami Merit Badge	a	the	Select Kami Merit Badges	\d	the	
    -_2463145D771F1AFD	m0713dxace01	Superb Kami Merit Badge	a	the	Superb Kami Merit Badges	\d	the	
    -_D997CCDE2281CD51	m0713dxacf01	Magnificient Kami Merit Badge	a	the	Magnificient Kami Merit Badges	\d	the	
    -_51ED32806AAC011F	m0714dxaca01	Plain Karavan Merit Badge	a	the	Plain Karavan Merit Badges	\d	the	
    -_8E4678DF2D8BDD14	m0714dxacb01	Average Karavan Merit Badge	an	the	Average Karavan Merit Badges	\d	the	
    -_534E3A776B2CF523	m0714dxacc01	Prime Karavan Merit Badge	a	the	Prime Karavan Merit Badges	\d	the	
    -_C0A76CBD29E35D5D	m0714dxacd01	Select Karavan Merit Badge	a	the	Select Karavan Merit Badges	\d	the	
    -_C4A728CCA4159D61	m0714dxace01	Superb Karavan Merit Badge	a	the	Superb Karavan Merit Badges	\d	the	
    -_3DE87ACDFDF9B21F	m0714dxacf01	Magnificient Karavan Merit Badge	a	the	Magnificient Karavan Merit Badges	\d	the	
    -_E55BDF8F88DDF39A	m0715dxaca01	Plain Sap Power Kristal	a	the	Plain Sap Power Kristals	\d	the	
    -_B5403C350582F413	m0715dxacb01	Average Sap Power Kristal	an	the	Average Sap Power Kristals	\d	the	
    -_A39B078C895D0B9A	m0715dxacc01	Prime Sap Power Kristal	a	the	Prime Sap Power Kristals	\d	the	
    -_4359245C036A64AF	m0715dxacd01	Select Sap Power Kristal	a	the	Select Sap Power Kristals	\d	the	
    -_439A206B03AB5CBE	m0715dxace01	Superb Sap Power Kristal	a	the	Superb Sap Power Kristals	\d	the	
    -_9F3EF1D682297242	m0715dxacf01	Magnificient Sap Power Kristal	a	the	Magnificient Sap Power Kristals	\d	the	
    -_363835C008A652F5	m0716dxaca01	Plain Kitin Egg	a	the	Plain Kitin Eggs	\d	the	
    -_0C54358B12E3676C	m0716dxacb01	Average Kitin Egg	an	the	Average Kitin Eggs	\d	the	
    -_F4785DBD09266AF5	m0716dxacc01	Prime Kitin Egg	a	the	Prime Kitin Eggs	\d	the	
    -_90D06E8250E1AED6	m0716dxacd01	Select Kitin Egg	a	the	Select Kitin Eggs	\d	the	
    -_90116A915022A6E5	m0716dxace01	Superb Kitin Egg	a	the	Superb Kitin Eggs	\d	the	
    -_EEC65BB5066B2802	m0716dxacf01	Magnificient Kitin Egg	a	the	Magnificient Kitin Eggs	\d	the	
    -_9D9E6C1E2C0B5E49	m0717dxacc01	Fragment of Aelius Shell	a	the	Fragments of Aelius Shell	\d	the	
    -_82B7E9D47D22DB73	m0718dxacc01	Portion of Aelius Resin	a	the	Portions of Aelius Resins	\d	the	
    -_6A03DAA6733BFCFF	m0719dxacc01	Bundle of Aelius Wood	a	the	Bundles of Aelius Woods	\d	the	
    -_CA4671D20005D10F	m0720dxacc01	Olkern Fiber	some	the	Olkern Fibers	\d	the	
    -_C09721F07D22B366	m0721dxacc01	Portion of Olkern Resin	a	the	Portions of Olkern Resins	\d	the	
    -_207F69A53A67E73F	m0722dxacc01	Olkern Bark	an	the	Olkern Barks	\d	the	
    -_DDFD680C2CFB624C	m0723dxacc01	Fragment of Almati Shell	a	the	Fragments of Almati Shell	\d	the	
    -_BED721D47D228B6D	m0724dxacc01	Portion of Almati Resin	a	the	Portions of Almati Resins	\d	the	
    -_5CB0A1A745E8CF4A	m0725dxacc01	Almati Node	an	the	Almati Nodes	\d	the	
    -_6A83B6AC714B18F2	m0726dxacc01	Bundle of Almati Wood	a	the	Bundles of Almati Woods	\d	the	
    -_30BEBBC0502D9B8D	m0727dxacc01	Crystalized Sap	some	the	Crystalized Sap	\d	the	
    -_DB93140FA46BBE76	m0728dxacc01	Stellar Amber	some	the	Stellar Amber	\d	the	
    -_1713AB6018865FFE	m0729dxacc01	Fragment of Refined Aelius Shell	a	the	Fragments of Refined Aelius Shell	\d	the	
    -_CCF41DCA62A21541	m0730dxacc01	Portion of Refined Aelius Resin	a	the	Portions of Refined Aelius Resins	\d	the	
    -_199B1A7A25C61541	m0731dxacc01	Bundle of Refined Aelius Wood	a	the	Bundles of Refined Aelius Woods	\d	the	
    -_BDBC2547794CF935	m0732dxacc01	Refined Olkern Fiber	some	the	Refined Olkern Fibers	\d	the	
    -_8A5471D86251F53D	m0733dxacc01	Portion of Refined Olkern Resin	a	the	Portions of Refined Olkern Resins	\d	the	
    -_B1001F12EE073910	m0734dxacc01	Refined Olkern Bark	a	the	Refined Olkern Barks	\d	the	
    -_D5038B579A066301	m0735dxacc01	Fragment of Refined Almati Shell	a	the	Fragments of Refined Almati Shell	\d	the	
    -_0A7439CA6201E93E	m0736dxacc01	Portion of Refined Almati Resin	a	the	Portions of Refined Almati Resins	\d	the	
    -_B0701B4C2C285D01	m0737dxacc01	Refined Almati Node	a	the	Refined Almati Nodes	\d	the	
    -_D91BF68023D6313E	m0738dxacc01	Bundle of Refined Almati Wood	a	the	Bundles of Refined Almati Woods	\d	the	
    -_CC7693791F9CF5DA	m0739dxacc01	Refined Crystalized Sap	some	the	Refined Crystalized Sap	\d	the	
    -_76D89FE3A32461E3	m0740dxacc01	Refined Stellar Amber	some	the	Refined Stellar Amber	\d	the	
    -_B7432E267DF2C9F6	m0741dxacc01	Modified Tekorn Bramble	a	the	Modified Tekorn Brambles	\d	the	
    -_B4490ED186805624	m0742dxacc01	Modified Maga Creeper	a	the	Modified Maga Creepers	\d	the	
    -_A13640453716CCA5	m0743dxacc01	Modified Armilo Lichen	some	the	Modified Armilo Lichen	\d	the	
    -_4F68ED9C64179DC7	m0744dxacc01	Modified Greslin Filament	a	the	Modified Greslin Filaments	\d	the	
    -_39742E267DD3E10B	m0745dxacc01	Purified Tekorn Bramble	a	the	Purified Tekorn Brambles	\d	the	
    -_367A0EDF08B15636	m0746dxacc01	Purified Maga Creeper	a	the	Purified Maga Creepers	\d	the	
    -_A117584837F7E4AC	m0747dxacc01	Purified Armilo Lichen	some	the	Purified Armilo Lichen	\d	the	
    -_4F2A1DA264179DCB	m0748dxacc01	Purified Greslin Filament	a	the	Purified Greslin Filaments	\d	the	
    -_5EDDA5C4DDACCC8C	m0749dxacc01	Modified Vedice Sap	some	the	Modified Vedice Sap	\d	the	
    -_E7032FDA129FD81E	m0750dxacc01	Modified Cheng Root	a	the	Modified Cheng Roots	\d	the	
    -_6EBD38FC1806AF20	m0751dxacc01	Modified Rubbarn Gum	some	the	Modified Rubbarn Gum	\d	the	
    -_E0068054383600B1	m0752dxacc01	Modified Egiros Pollen	some	the	Modified Egiros Pollen	\d	the	
    -_E30EA5C4DDC4AC96	m0753dxacc01	Purified Vedice Sap	some	the	Purified Vedice Sap	\d	the	
    -_69342FDA1280F033	m0754dxacc01	Purified Cheng Root	a	the	Purified Cheng Roots	\d	the	
    -_6EBD380A1D98BB24	m0755dxacc01	Purified Rubbarn Gum	some	the	Purified Rubbarn Gum	\d	the	
    -_E0E79857381718B8	m0756dxacc01	Purified Egiros Pollen	some	the	Purified Egiros Pollen	\d	the	
    -_03A017035508D342	m0757dxacb01	Fragment of Basic Corrupted Jugula Skin	a	the	Fragments of Basic Corrupted Jugula Skin	\d	the	
    -_CA62167F4B9CB96D	m0758dxacb01	Basic Corrupted Gingo Fur	a	the	Basic Corrupted Gingo Furs	\d	the	
    -_1E9CA338409B0A55	m0759dxacb01	Fragment of Basic Corrupted Igara Skin	a	the	Fragments of Basic Corrupted Igara Skin	\d	the	
    -_42DA4B0A22E4F4E7	m0760dxacb01	Handful of Basic Corrupted Psykopla Moss	a	the	Handfuls of Basic Corrupted Psykopla Moss	\d	the	
    -_7E51270290B9E33B	m0761dxacb01	Fragment of Basic Corrupted Torbak Skin	a	the	Fragments of Basic Corrupted Torbak Skin	\d	the	
    -_F794ED64E8670FE5	m0762dxacb01	Ball of Basic Corrupted Kinrey Silk	a	the	Balls of Basic Corrupted Kinrey Silk	\d	the	
    -_61A65718B0FBE939	m0763dxacb01	Basic Corrupted Cratcha Leaf	a	the	Basic Corrupted Cratcha Leaves	\d	the	
    -_F794B55C66E90FE7	m0764dxacb01	Ball of Basic Corrupted Kizoar Silk	a	the	Balls of Basic Corrupted Kizoar Silk	\d	the	
    -_63F92D1104E166A7	m0765dxacb01	Fragment of Basic Grand Mugul Skin	a	the	Fragments of Basic Grand Mugul Skin	\d	the	
    -_61A6B738AA1D815A	m0766dxacb01	Basic Corrupted Kipesta Sack	a	the	Basic Corrupted Kipesta Sacks	\d	the	
    -_07E3EA718CDCB166	m0767dxacb01	Basic Corrupted Jubla Bud	a	the	Basic Corrupted Jubla Buds	\d	the	
    -_1C70C1749B8109CA	m0768dxacb01	Basic Corrupted Kincher Carapace	a	the	Basic Corrupted Kincher Carapaces	\d	the	
    -_094F9D5723A601B1	m0769dxacb01	Morsel of Basic Corrupted Kipucka flesh	a	the	Morsels of Basic Corrupted Kipucka flesh	\d	the	
    -_AAC84C5D440ABDA9	m0770dxacb01	Fragment of Basic Corrupted Kidinak Sting	a	the	Fragments of Basic Corrupted Kidinak Sting	\d	the	
    -_45881524B47BC143	m0771dxacb01	Basic Corrupted Goari Pincer	a	the	Basic Corrupted Goari Pincers	\d	the	
    -_CB7ED72E2C7FB164	m0772dxacb01	Basic Corrupted Varinx Tooth	a	the	Basic Corrupted Varinx Teeth	\d	the	
    -_2FD97C69446AE597	m0773dxacb01	Fragment of Basic Corrupted Kipucka Sting	a	the	Fragments of Basic Corrupted Kipucka Sting	\d	the	
    -_A1899226F3317293	m0774dxacb01	Fragment of Basic Kitin Boss Sting	a	the	Fragments of Basic Kitin Boss Sting	\d	the	
    -_1814E3D32C8B0691	m0775dxacb01	Basic Corrupted Yelk Carapace	a	the	Basic Corrupted Yelk Carapaces	\d	the	
    -_75C817E62D3CF557	m0776dxacb01	Basic Corrupted Kinrey Head	a	the	Basic Corrupted Kinrey Heads	\d	the	
    -_A1C83F22269BA145	m0777dxacb01	Basic Corrupted Kincher Head	a	the	Basic Corrupted Kincher Heads	\d	the	
    -_46026674CBDDF57B	m0778dxacb01	Basic Corrupted Vorax Jaw	a	the	Basic Corrupted Vorax Jaws	\d	the	
    -_468233295030607E	m0779dxacb01	Basic Corrupted Yber Bone	a	the	Basic Corrupted Yber Bones	\d	the	
    -_1CF1C1CBD59B3FA3	m0780dxacb01	Fragment of Basic Corrupted Kidinak Mandible	a	the	Fragments of Basic Corrupted Kidinak Mandible	\d	the	
    -_827E5F362EBDA165	m0781dxacb01	Basic Corrupted Timari Crest	a	the	Basic Corrupted Timari Crests	\d	the	
    -_DC8C873DFE9A2E47	m0782dxacb01	Fragment of Basic Corrupted Najab Tail	a	the	Fragments of Basic Corrupted Najab Tail	\d	the	
    -_BB7D039B713C1570	m0783dxacb01	Basic Corrupted ragus Tooth	a	the	Basic Corrupted ragus Teeth	\d	the	
    -_1EB2C1CB532C9FA8	m0784dxacb01	Fragment of Basic Corrupted Kipesta Mandible	a	the	Fragments of Basic Corrupted Kipesta Mandible	\d	the	
    -_E180CD74DF9115C7	m0785dxacb01	Basic Corrupted Clopper Carapace	a	the	Basic Corrupted Clopper Carapaces	\d	the	
    -_65887338E056ABC4	m0786dxacb01	Fragment of Basic Corrupted Kizoar Sting	a	the	Fragments of Basic Corrupted Kizoar Sting	\d	the	
    -_43E3EF1C9050A06C	m0787dxacb01	Basic Corrupted Cray Head	a	the	Basic Corrupted Cray Heads	\d	the	
    -_0625A371934ACE73	m0789dxacb01	Portion of Basic Corrupted Dark Resin	a	the	Portions of Basic Corrupted Dark Resin	\d	the	
    -_5582EBDA3F0F41EB	m0790dxacb01	Bundle of Basic Corrupted Bright Wood	a	the	Bundles of Basic Corrupted Bright Wood	\d	the	
    -_D8279F4D10E3CF1C	m0791dxacb01	Handful of Basic Corrupted Heavy Bark	a	the	Handfuls of Basic Corrupted Heavy Bark	\d	the	
    -_FFB5EE07501DAA41	m0792dxacb01	Fragment of Basic Corrupted Light Shell	a	the	Fragments of Basic Corrupted Light Shell	\d	the	
    -_78D85344E98A9CB2	m0793dxacb01	Basic Corrupted Thick Amber	some	the	Basic Corrupted Thick Amber	\d	the	
    -_5CCE073199611323	m0794dxacb01	Bundle of Basic Corrupted Dark Wood	a	the	Bundles of Basic Corrupted Dark Wood	\d	the	
    -_5838B82B97DC664D	m0795dxacb01	Basic Corrupted Unstable Oil	some	the	Basic Corrupted Unstable Oils	\d	the	
    -_78686B402CAAB8B4	m0796dxacb01	Basic Corrupted Solid Amber	some	the	Basic Corrupted Solid Amber	\d	the	
    -_B24553A33AC1B589	m0797dxacb01	Basic mp kitiniere deposit 01	a	the	Basic mp kitiniere deposit 01s	\d	the	
    -_B24557A43AC1B58A	m0798dxacb01	Basic mp kitiniere deposit 02	a	the	Basic mp kitiniere deposit 02s	\d	the	
    -_B2455BA53AC1B58B	m0799dxacb01	Basic mp kitiniere deposit 03	a	the	Basic mp kitiniere deposit 03s	\d	the	
    -_70555FA63AC1B582	m0800dxacb01	Basic mp kitiniere deposit 04	a	the	Basic mp kitiniere deposit 04s	\d	the	
    -_705563A73AC1B583	m0801dxacb01	Basic mp kitiniere deposit 05	a	the	Basic mp kitiniere deposit 05s	\d	the	
    -_9B475BE155F0E578	m0802dxaca01	Plain peau souple de la reine	a	the	Plain peau souple de la reines	\d	the	
    -_70D42D2170D57972	m0803dxaca01	Plain ecailles fines de la reine	a	the	Plain ecailles fines de la reines	\d	the	
    -_C49E26A5EE0367A1	m0804dxaca01	Plain petites griffes de la reine	a	the	Plain petites griffes de la reines	\d	the	
    -_ABEFA049275C607D	m0805dxaca01	Plain cuir flexible de la reine	a	the	Plain cuir flexible de la reines	\d	the	
    -_F72F77A269B0736D	m0806dxaca01	Plain cuir brut de la reine	a	the	Plain cuir brut de la reines	\d	the	
    -_75DE5F9228F03F61	m0807dxaca01	Plain soie fine de la reine	a	the	Plain soie fine de la reines	\d	the	
    -_EE23499A10EFD63A	m0808dxaca01	Plain ecailles rigides de la reine	a	the	Plain ecailles rigides de la reines	\d	the	
    -_C328E18765D1C29D	m0809dxaca01	Plain peau épaisse de la reine	a	the	Plain peau épaisse de la reines	\d	the	
    -_9AD81CFD52DFCE39	m0810dxaca01	Plain ligaments denses de la reine	a	the	Plain ligaments denses de la reines	\d	the	
    -_2C3C931A30652B7F	m0811dxaca01	Plain griffes puissantes de la reine	a	the	Plain griffes puissantes de la reines	\d	the	
    -_C50807868361AAAE	m0812dxaca01	Plain soie robuste de la reine	a	the	Plain soie robuste de la reines	\d	the	
    -_3016B75F88348ABD	m0813dxaca01	Plain carapace la reine	a	the	Plain carapace la reines	\d	the	
    -_62FB1C4137DB9002	prospector_pendant	Prospector Pendant	a	the	Prospector Pendants	\d	the	
    -_D4F4BE6C023C1CAF	itrtam	Refugee Ammo Crafting Tool	a	the	Refugee Ammo Crafting Tools	\d	the	
    -_E0EF29A403C21097	itrtar	Refugee Crafting Tool for Armor	a	the	Refugee Crafting Tools for Armor	\d	the	
    -_F53C07D8CFDF9AEE	itrtfo	Refugee Foraging Tool	a	the	Refugee Foraging Tools	\d	the	
    -_141B95152DF66425	itrtje	Refugee Crafting Tool for Jewelry	a	the	Refugee Crafting Tools for Jewelry	\d	the	
    -_524A3677751D3176	itrtmw	Refugee Crafting Tool for Melee Weapons	a	the	Refugee Crafting Tools for Melee Weapons	\d	the	
    -_D26A267CF53D2180	itrtrw	Refugee Crafting Tool for Range Weapons	a	the	Refugee Crafting Tools for Range Weapons	\d	the	
    -_FFB6BE28F40C0DE4	icrm1pd	Refugee Dagger	a	the	Refugee Daggers	\d	the	
    -_4601554FE35C95C2	icrm1ss	Refugee Sword	a	the	Refugee Swords	\d	the	
    -_4CC1FF1BDA672BB7	icrm2ms	Refugee Magic Amplifier	a	the	Refugee Magic Amplifiers	\d	the	
    -_00158AAA125A06BF	fy_banner_gu	Fyros Guide Banner	a	the	Fyros Guide Banners	\d	the	
    -_2A3F98996924157E	fy_banner_sgu	Fyros Senior Guide Banner	a	the	Fyros Senior Guide Banners	\d	the	
    -_1F4F33B285CA8A29	fy_banner_gm	Fyros Game Master Banner	a	the	Fyros Game Master Banners	\d	the	
    -_FC9CE935008774E7	fy_banner_sgm	Fyros Senior Game Master Banner	a	the	Fyros Senior Game Master Banners	\d	the	
    -_FA852AB1917A8EC8	ma_banner_gu	Matis Guide Banner	a	the	Matis Guide Banners	\d	the	
    -_24AF389AEAA31980	ma_banner_sgu	Matis Senior Guide Banner	a	the	Matis Senior Guide Banners	\d	the	
    -_9E6F73C004EA2A30	ma_banner_gm	Matis Game Master Banner	a	the	Matis Game Master Banners	\d	the	
    -_7BBC293D810690E7	ma_banner_sgm	Matis Senior Game Master Banner	a	the	Matis Senior Game Master Banners	\d	the	
    -_6E3353FB622DFBD8	tr_banner_gu	Tryker Guide Banner	a	the	Tryker Guide Banners	\d	the	
    -_0633A4AC6155C5C2	tr_banner_sgu	Tryker Senior Guide Banner	a	the	Tryker Senior Guide Banners	\d	the	
    -_16E5817E643F6922	tr_banner_gm	Tryker Game Master Banner	a	the	Tryker Game Master Banners	\d	the	
    -_2A1E135E12D83E46	tr_banner_sgm	Tryker Senior Game Master Banner	a	the	Tryker Senior Game Master Banners	\d	the	
    -_7D56623A8F21A6D3	zo_banner_gu	Zoraï Guide Banner	a	the	Zoraï Guide Banners	\d	the	
    -_A780629F694A2D7E	zo_banner_sgu	Zoraï Senior Guide Banner	a	the	Zoraï Senior Guide Banners	\d	the	
    -_9C4FE35602CA62B9	zo_banner_gm	Zoraï Game Master Banner	a	the	Zoraï Game Master Banners	\d	the	
    -_799C8B4F00E6C463	zo_banner_sgm	Zoraï Senior Game Master Banner	a	the	Zoraï Senior Game Master Banners	\d	the	
    -_E9DF2820EA99B068	pre_order	Pre-Order	a	the	Pre-Orders	\d	the	
    -_F6CEA10B014B00DA	iadc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37CEA10B014B00DA	iadd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77CEA10B014B00DA	iade	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7CEA10B014B00DA	iadf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F64EA10B014B00DA	ialc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_374EA10B014B00DA	iald	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_774EA10B014B00DA	iale	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B74EA10B014B00DA	ialf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F6EEA10B014B00DA	iafc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37EEA10B014B00DA	iafd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77EEA10B014B00DA	iafe	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7EEA10B014B00DA	iaff	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F62EA10B014B00DA	iajc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_372EA10B014B00DA	iajd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_772EA10B014B00DA	iaje	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B72EA10B014B00DA	iajf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_5544C05B967FD151	iapdl	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_871AA23151B0E7F0	iapd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with very poor constitution
    -_2C6CC640C581873A	iapdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with poor constitution
    -_BDD4ADC974C85446	iapdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with average constitution
    -_EC59EB8F6765F222	iapde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with strong constitution
    -_183A8ED391AB2D06	iapdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with excellent constitution
    -_08F9ACED25AF16F1	iapl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with very poor constitution
    -_6E4C7EC3B4B647C6	iaplc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with poor constitution
    -_3EB3B78548C78347	iapld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with average constitution
    -_D169E37D08213F12	iaple	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with strong constitution
    -_BBF6DBC374BB25F4	iaplf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with excellent constitution
    -_4AD994ED25E6E768	iapf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with very poor constitution
    -_CA3DB6BDB4B6143A	iapfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with poor constitution
    -_80939F8548FE54BE	iapfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with average constitution
    -_6CE01F8B86213F85	iapfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with strong constitution
    -_B7F6DB3691326102	iapff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with excellent constitution
    -_F42D03283FC62EE9	iapj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with very poor constitution
    -_6EBC79B82047E434	iapjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with poor constitution
    -_7F9F8B368F3D3C49	iapjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with average constitution
    -_EB89FF3C453BA379	iapje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with strong constitution
    -_77103F2A0FDB41B3	iapjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with excellent constitution
    -_BA9F33E3486B611D	iasd	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Desert Mektoub Mount
    -_9FAF2BD1E927AE0D	iasl	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Lakes Mektoub Mount
    -_3A2667DF6727AE80	iasf	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Forest Mektoub Mount 
    -_B9CF479026411274	iasj	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Jungle Mektoub Mount 
    -_F91E9DC7E3382D28	guild_main_building	Guild Hall	a	the	Guild Halls	\d	the	
    -_2B10452620C8BBA5	player_building	Apartment	an	the	Apartments	\d	the	
    -_4CDE31D811073816	ragus_bait	Ragus Bait	some	the	Ragus Bait	\d	the	
    -_D760D9C1532F67C2	iccahb	Tribe Commander Heavy Boots	\d	the	Tribe Commander Heavy Boots	\d	the	
    -_61F95D89DA2A0E2D	iccahg	Tribe Commander Heavy Gloves	\d	the	Tribe Commander Heavy Gloves	\d	the	
    -_61F9658956CADA2F	iccahh	Tribe Commander Heavy Helmet	a	the	Tribe Commander Heavy Helmets	\d	the	
    -_5B60D9C1531F63C2	iccahp	Tribe Commander Heavy Pants	\d	the	Tribe Commander Heavy Pants	\d	the	
    -_C569C5B3845F20FD	iccahs	Tribe Commander Heavy Sleeves	\d	the	Tribe Commander Heavy Sleeves	\d	the	
    -_56AF0E9C57DF8FEF	iccahv	Tribe Commander Heavy Vest	a	the	Tribe Commander Heavy Vests	\d	the	
    -_29B80C8059273C74	fy_hof_tatoo0	No Tattoo	a	the	No Tattoos	\d	the	
    -_E7C89C4F6A391470	fy_hof_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_33F23581871B6CAB	fy_hof_tatoo10	Hyton Cheek Highlights Tatoo	a	the	Hyton Cheek Highlights Tatoos	\d	the	
    -_ED03E8026AA4726E	fy_hof_tatoo11	Mark of Ioda Tatoo	a	the	Mark of Ioda Tatoos	\d	the	
    -_55D875FF2FA6D367	fy_hof_tatoo12	Cheek Strokes Tatoo	a	the	Cheek Strokes Tatoos	\d	the	
    -_56271489AB65C360	fy_hof_tatoo13	Black Look Tatoo	a	the	Black Look Tatoos	\d	the	
    -_C17ECDBB064C0798	fy_hof_tatoo14	Ripples in the Sand Tatoo	a	the	Ripples in the Sand Tatoos	\d	the	
    -_DE7318962BB79380	fy_hof_tatoo15	Sand Blast Tatoo	a	the	Sand Blast Tatoos	\d	the	
    -_FAC935C9EAD848D8	fy_hof_tatoo16	Sand Blast Shadow Tatoo	a	the	Sand Blast Shadow Tatoos	\d	the	
    -_2979891C2723C667	fy_hof_tatoo17	Mask of Menace Tatoo	a	the	Mask of Menace Tatoos	\d	the	
    -_073EA1FDB0538EDB	fy_hof_tatoo18	Ominous Elegance Tatoo	an	the	Ominous Elegance Tatoos	\d	the	
    -_18EFA260050CAC9C	fy_hof_tatoo19	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_6706BB8DAD271079	fy_hof_tatoo2	Fine Mascara Tatoo	a	the	Fine Mascara Tatoos	\d	the	
    -_851DA503E7E45E69	fy_hof_tatoo20	Madding Mascara Tatoo	a	the	Madding Mascara Tatoos	\d	the	
    -_2B3D9D18A3F2CB70	fy_hof_tatoo21	Watching Wings Tatoo	a	the	Watching Wings Tatoos	\d	the	
    -_AE17F012E7E4766A	fy_hof_tatoo22	Mascara Mask Tatoo	a	the	Mascara Mask Tatoos	\d	the	
    -_3B0911CB6EA864DE	fy_hof_tatoo23	Pyph Crown Flecks Tatoo	a	the	Pyph Crown Flecks Tatoos	\d	the	
    -_C18F9DF5A9428BE6	fy_hof_tatoo24	Spearing Mascara Tatoo	a	the	Spearing Mascara Tatoos	\d	the	
    -_3B09F5C96A076CDE	fy_hof_tatoo25	Fina Crown Flecks Tatoo	a	the	Fina Crown Flecks Tatoos	\d	the	
    -_83DE91F927739386	fy_hof_tatoo26	Spearing Shadow Tatoo	a	the	Spearing Shadow Tatoos	\d	the	
    -_899FB66E7FC83CCC	fy_hof_tatoo27	Crown Flecks and Shadow Tatoo	a	the	Crown Flecks and Shadow Tatoos	\d	the	
    -_5608189667B69F5B	fy_hof_tatoo28	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_BECBBD20463CF092	fy_hof_tatoo29	Floryx Crown Flecks Tatoo	a	the	Floryx Crown Flecks Tatoos	\d	the	
    -_2C67BB9FEB271879	fy_hof_tatoo3	Fine Streaks Tatoo	a	the	Fine Streaks Tatoos	\d	the	
    -_2A1889F3AD461336	fy_hof_tatoo30	Shadow Flecks Tatoo	a	the	Shadow Flecks Tatoos	\d	the	
    -_AE8D990CAC467723	fy_hof_tatoo31	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_AB89D1F4AF064F36	fy_hof_tatoo32	Starry Shadow Tatoo	a	the	Starry Shadow Tatoos	\d	the	
    -_EC68209C6E36B37C	fy_hof_tatoo33	Starry Tatoo	a	the	Starry Tatoos	\d	the	
    -_AD9738F2B0F47E71	fy_hof_tatoo34	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_E897710830D75B36	fy_hof_tatoo35	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_854EA5B6327C3CF0	fy_hof_tatoo36	Continuity Streaks Tatoo	a	the	Continuity Streaks Tatoos	\d	the	
    -_C39DB9036FC57A89	fy_hof_tatoo37	Elegant Streaks Tatoo	an	the	Elegant Streaks Tatoos	\d	the	
    -_6678A916AF463336	fy_hof_tatoo38	Styled Flanks Tatoo	a	the	Styled Flanks Tatoos	\d	the	
    -_6CEDAD066C869B23	fy_hof_tatoo39	Lifton Streaks Tatoo	a	the	Lifton Streaks Tatoos	\d	the	
    -_802D79A0984AF07A	fy_hof_tatoo4	Eye Shadow Ticks Tatoo	an	the	Eye Shadow Ticks Tatoos	\d	the	
    -_AA280C922D053328	fy_hof_tatoo40	Lifton Blue Tatoo	a	the	Lifton Blue Tatoos	\d	the	
    -_6FBFB1F09CC6E3D4	fy_hof_tatoo41	Wings and Sreaks Tatoo	a	the	Wings and Sreaks Tatoos	\d	the	
    -_17E8F49B2B56E34A	fy_hof_tatoo42	Think Blink Tatoo	a	the	Think Blink Tatoos	\d	the	
    -_2C4814FBB2973B2B	fy_hof_tatoo43	Tyloth Patch Tatoo	a	the	Tyloth Patch Tatoos	\d	the	
    -_E967600D6BA68F80	fy_hof_tatoo44	War Triangles Tatoo	a	the	War Triangles Tatoos	\d	the	
    -_ADED9D052D268B24	fy_hof_tatoo45	Flepos Streaks Tatoo	a	the	Flepos Streaks Tatoos	\d	the	
    -_E603180BED16CF7F	fy_hof_tatoo46	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_EC28CC9F6BD74F28	fy_hof_tatoo47	Shadow Brow Tatoo	a	the	Shadow Brow Tatoos	\d	the	
    -_2184BDFF2F25E37C	fy_hof_tatoo48	High Serenity Tatoo	a	the	High Serenity Tatoos	\d	the	
    -_ADF720F46E166F2B	fy_hof_tatoo49	Dragon Wings Tatoo	a	the	Dragon Wings Tatoos	\d	the	
    -_6A9708AB6D97307E	fy_hof_tatoo5	Ripples Tatoo	a	the	Ripples Tatoos	\d	the	
    -_9E24C513EC868F91	fy_hof_tatoo50	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6B773CF32C94727E	fy_hof_tatoo51	Avenger Dabs Tatoo	an	the	Avenger Dabs Tatoos	\d	the	
    -_6777CB946FF6C76B	fy_hof_tatoo52	Eye Tabs Tatoo	an	the	Eye Tabs Tatoos	\d	the	
    -_1AB7100029D7AB52	fy_hof_tatoo53	Thick Flecks Tatoo	a	the	Thick Flecks Tatoos	\d	the	
    -_A83DB5126F73BA66	fy_hof_tatoo54	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_6B473C06AFD5827E	fy_hof_tatoo55	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_2BAE950166B2DF73	fy_hof_tatoo56	Spearing Sands Tatoo	a	the	Spearing Sands Tatoos	\d	the	
    -_ABD7189AAB05DF76	fy_hof_tatoo57	Mindful Tatoo	a	the	Mindful Tatoos	\d	the	
    -_2E5D750EEBB3CA71	fy_hof_tatoo58	Mindful Flecks Tatoo	a	the	Mindful Flecks Tatoos	\d	the	
    -_7F1DCD00EA371729	fy_hof_tatoo59	Simple Elegance Tatoo	a	the	Simple Elegance Tatoos	\d	the	
    -_55999DFFAED82C6B	fy_hof_tatoo6	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_43CEE5BEC2AB54DF	fy_hof_tatoo60	Ceremonial Elegance Tatoo	a	the	Ceremonial Elegance Tatoos	\d	the	
    -_AA48E8942CF68B6D	fy_hof_tatoo61	Elegance Tatoo	an	the	Elegance Tatoos	\d	the	
    -_AE170C00AC45766E	fy_hof_tatoo62	Mascara Star Tatoo	a	the	Mascara Star Tatoos	\d	the	
    -_9E438909EF259B85	fy_hof_tatoo63	Full Elegance Tatoo	a	the	Full Elegance Tatoos	\d	the	
    -_379DDD7E48CC88C7	fy_hof_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_33F23581C22DDDB2	fy_hof_tatoo8	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_2434DCADF038F87F	fy_hof_tatoo9	Brush Traits Tatoo	a	the	Brush Traits Tatoos	\d	the	
    -_29B80C8059275874	fy_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E7C89C4F6A393070	fy_hom_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_6C8DD516F0868F21	fy_hom_tatoo10	Wykson Ripples Tatoo	a	the	Wykson Ripples Tatoos	\d	the	
    -_5608189667B69F5A	fy_hom_tatoo11	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_55689D0EAF96EF67	fy_hom_tatoo12	Blood Stripes Tatoo	a	the	Blood Stripes Tatoos	\d	the	
    -_046EE507AF658686	fy_hom_tatoo13	Ominous Stripes Tatoo	an	the	Ominous Stripes Tatoos	\d	the	
    -_00BEE5136EB68A85	fy_hom_tatoo14	Thunder Stripes Tatoo	a	the	Thunder Stripes Tatoos	\d	the	
    -_A648D1FFF104AA86	fy_hom_tatoo15	Trooper Glare Tatoo	a	the	Trooper Glare Tatoos	\d	the	
    -_67A9AD09EC957B34	fy_hom_tatoo16	Livith Shadow Tatoo	a	the	Livith Shadow Tatoos	\d	the	
    -_E334F8ACA906E76D	fy_hom_tatoo17	Tano Shadow Tatoo	a	the	Tano Shadow Tatoos	\d	the	
    -_1A881807A826CB5B	fy_hom_tatoo18	Malax Shadow Tatoo	a	the	Malax Shadow Tatoos	\d	the	
    -_1A887807A836CF5B	fy_hom_tatoo19	Nalyx Shadow Tatoo	a	the	Nalyx Shadow Tatoos	\d	the	
    -_6B9898B72828E429	fy_hom_tatoo2	Red Eye Ticks Tatoo	a	the	Red Eye Ticks Tatoos	\d	the	
    -_1A887807A857AB5C	fy_hom_tatoo20	Palyx Shadow Tatoo	a	the	Palyx Shadow Tatoos	\d	the	
    -_3F4AA9FFD5C65CEA	fy_hom_tatoo21	Dark Dune Ripples Tatoo	a	the	Dark Dune Ripples Tatoos	\d	the	
    -_55599D0DEDB7EF68	fy_hom_tatoo22	Tenos Stripes Tatoo	a	the	Tenos Stripes Tatoos	\d	the	
    -_EFF714F829076729	fy_hom_tatoo23	Shadow Ticks Tatoo	a	the	Shadow Ticks Tatoos	\d	the	
    -_C770BE7D82979425	fy_hom_tatoo24	Crown Flecks and Streaks Tatoo	a	the	Crown Flecks and Streaks Tatoos	\d	the	
    -_5517C5166E86F358	fy_hom_tatoo25	Tatyn Crossed Tatoo	a	the	Tatyn Crossed Tatoos	\d	the	
    -_55688D057086F758	fy_hom_tatoo26	Ticks Crossed Tatoo	a	the	Ticks Crossed Tatoos	\d	the	
    -_17C9CCA3ABA62B4C	fy_hom_tatoo27	Sandy Frown Tatoo	a	the	Sandy Frown Tatoos	\d	the	
    -_AE575003EED4AA7D	fy_hom_tatoo28	Desert Eyes Tatoo	a	the	Desert Eyes Tatoos	\d	the	
    -_2F28FC082CD66F29	fy_hom_tatoo29	Desert Peril Tatoo	a	the	Desert Peril Tatoos	\d	the	
    -_14000A1C2EAB664D	fy_hom_tatoo3	Eye Ticks and Chin Stripes Tatoo	an	the	Eye Ticks and Chin Stripes Tatoos	\d	the	
    -_A98DF527EDE65323	fy_hom_tatoo30	Dryton Crossed Tatoo	a	the	Dryton Crossed Tatoos	\d	the	
    -_1E7368A16AB69F82	fy_hom_tatoo31	Ocyx Claws Tatoo	an	the	Ocyx Claws Tatoos	\d	the	
    -_1AE7400D6816C350	fy_hom_tatoo32	Hevon Flecks Tatoo	a	the	Hevon Flecks Tatoos	\d	the	
    -_1788F4B2EB06135A	fy_hom_tatoo33	Styne Spear Tatoo	a	the	Styne Spear Tatoos	\d	the	
    -_03AEE5F3EB176388	fy_hom_tatoo34	Pacton Spearhead Tatoo	a	the	Pacton Spearhead Tatoos	\d	the	
    -_E603180BED16E77E	fy_hom_tatoo35	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_ADED9D0F2D26AB23	fy_hom_tatoo36	Flopos Streaks Tatoo	a	the	Flopos Streaks Tatoos	\d	the	
    -_C37DED04AE359688	fy_hom_tatoo37	Liftons Streaks Tatoo	a	the	Liftons Streaks Tatoos	\d	the	
    -_E987904CAF66FF6C	fy_hom_tatoo38	Sy Band Tatoo	a	the	Sy Band Tatoos	\d	the	
    -_FD7B9919043D3C8F	fy_hom_tatoo39	Wizeth Spear Shadow Tatoo	a	the	Wizeth Spear Shadow Tatoos	\d	the	
    -_1A88F000EA295C5E	fy_hom_tatoo4	Pledix Stripe Tatoo	a	the	Pledix Stripe Tatoos	\d	the	
    -_6A46D7AD2B17C374	fy_hom_tatoo40	War Paint Tatoo	a	the	War Paint Tatoos	\d	the	
    -_68A6079AEBB6AB78	fy_hom_tatoo41	War Shadow Tatoo	a	the	War Shadow Tatoos	\d	the	
    -_70DDAC0E2C8B70CB	fy_hom_tatoo42	Oktis Spear Shadow Tatoo	an	the	Oktis Spear Shadow Tatoos	\d	the	
    -_708CC405B0DB74CB	fy_hom_tatoo43	Dykon Spear Shadow Tatoo	a	the	Dykon Spear Shadow Tatoos	\d	the	
    -_2A29CD1471D69F24	fy_hom_tatoo44	Pyto's Revenge Tatoo	a	the	Pyto's Revenge Tatoos	\d	the	
    -_EC170C156A472B2B	fy_hom_tatoo45	Torbak Claws Tatoo	a	the	Torbak Claws Tatoos	\d	the	
    -_176910A1ABB60F4B	fy_hom_tatoo46	Ragus Claws Tatoo	a	the	Ragus Claws Tatoos	\d	the	
    -_1759D0A7A6C7E758	fy_hom_tatoo47	Paxer Patch Tatoo	a	the	Paxer Patch Tatoos	\d	the	
    -_E897710830D78337	fy_hom_tatoo48	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_DBE7080AEDD5AE7E	fy_hom_tatoo49	Rydon's Gaze Tatoo	a	the	Rydon's Gaze Tatoos	\d	the	
    -_E60350066EC81C80	fy_hom_tatoo5	Bolus Stripes Tatoo	a	the	Bolus Stripes Tatoos	\d	the	
    -_6756CB98ADE79F77	fy_hom_tatoo50	Tri Band Tatoo	a	the	Tri Band Tatoos	\d	the	
    -_9E24C513EC86AF91	fy_hom_tatoo51	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6BA607A0EE86B38A	fy_hom_tatoo52	Ryx Streak Tatoo	a	the	Ryx Streak Tatoos	\d	the	
    -_68F8544F6F26AB77	fy_hom_tatoo53	Hy Blend Tatoo	a	the	Hy Blend Tatoos	\d	the	
    -_82BD0D10ACE68A89	fy_hom_tatoo54	Warrior Strokes Tatoo	a	the	Warrior Strokes Tatoos	\d	the	
    -_227340A1EEC5BF88	fy_hom_tatoo55	Fryn Spear Tatoo	a	the	Fryn Spear Tatoos	\d	the	
    -_6B473C06AFD5A27E	fy_hom_tatoo56	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_56F7589DAA05B75A	fy_hom_tatoo57	Mouth Band Tatoo	a	the	Mouth Band Tatoos	\d	the	
    -_A83DB5126F73E666	fy_hom_tatoo58	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_BD69E9026A8CC8A4	fy_hom_tatoo59	Dakton Blood Slash Tatoo	a	the	Dakton Blood Slash Tatoos	\d	the	
    -_AB66BB8C6A486C79	fy_hom_tatoo6	Fina Crossed Tatoo	a	the	Fina Crossed Tatoos	\d	the	
    -_AD976CF2B0B48A74	fy_hom_tatoo60	Blazing Eyes Tatoo	a	the	Blazing Eyes Tatoos	\d	the	
    -_6C8DA101AB13CA6D	fy_hom_tatoo61	Flaming Cheeks Tatoo	a	the	Flaming Cheeks Tatoos	\d	the	
    -_AD9738F2B0F49274	fy_hom_tatoo62	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_C23DB10AA372D381	fy_hom_tatoo63	Coriolis Flames Tatoo	a	the	Coriolis Flames Tatoos	\d	the	
    -_379DDD7E48CCA4C7	fy_hom_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_6957BBAC2C37607C	fy_hom_tatoo8	Four Ripples Tatoo	a	the	Four Ripples Tatoos	\d	the	
    -_6A07D048B037548C	fy_hom_tatoo9	Six Ripples Tatoo	a	the	Six Ripples Tatoos	\d	the	
    -_29B8AC875927DC7B	ma_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_A64E21116FE8DC21	ma_hof_tatoo1	Mascara Outline Tatoo	a	the	Mascara Outline Tatoos	\d	the	
    -_5D8D167A0CCC58B4	ma_hof_tatoo10	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_5D8DCE700C1C5CB4	ma_hof_tatoo11	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_ADD7C00A2F660728	ma_hof_tatoo12	Autumn Dance Tatoo	an	the	Autumn Dance Tatoos	\d	the	
    -_334DCD04EDD68F5B	ma_hof_tatoo13	Brown Highbrow Tatoo	a	the	Brown Highbrow Tatoos	\d	the	
    -_C5CF1902AE35579C	ma_hof_tatoo14	Indigo Highbrow Tatoo	an	the	Indigo Highbrow Tatoos	\d	the	
    -_E3BA6D2B6665DB6A	ma_hof_tatoo15	Fawn Highbrow Tatoo	a	the	Fawn Highbrow Tatoos	\d	the	
    -_334D85FAED269B5B	ma_hof_tatoo16	Green Highbrow Tatoo	a	the	Green Highbrow Tatoos	\d	the	
    -_431F351070A6639C	ma_hof_tatoo17	Purple Highbrow Tatoo	a	the	Purple Highbrow Tatoos	\d	the	
    -_75453D23D5656CDE	ma_hof_tatoo18	Dark Bird of Omen Tatoo	a	the	Dark Bird of Omen Tatoos	\d	the	
    -_839E0004067B9445	ma_hof_tatoo19	Indigo Bird of Omen Tatoo	an	the	Indigo Bird of Omen Tatoos	\d	the	
    -_1A98B4036C29085C	ma_hof_tatoo2	Bloody Strias Tatoo	a	the	Bloody Strias Tatoos	\d	the	
    -_B1360D2444AB68D3	ma_hof_tatoo20	Blue Dancing Flames Tatoo	a	the	Blue Dancing Flames Tatoos	\d	the	
    -_225DB970065C2893	ma_hof_tatoo21	Brown Dancing Flames Tatoo	a	the	Brown Dancing Flames Tatoos	\d	the	
    -_225D716606AC2C93	ma_hof_tatoo22	Green Dancing Flames Tatoo	a	the	Green Dancing Flames Tatoos	\d	the	
    -_69FD71226FE64322	ma_hof_tatoo23	Autumn Curling Tatoo	an	the	Autumn Curling Tatoos	\d	the	
    -_55A84506AF56DF58	ma_hof_tatoo24	Night Curling Tatoo	a	the	Night Curling Tatoos	\d	the	
    -_55A7610E7096E358	ma_hof_tatoo25	Blood Curling Tatoo	a	the	Blood Curling Tatoos	\d	the	
    -_BA052989066C70E5	ma_hof_tatoo26	Blue Stylish Shading Tatoo	a	the	Blue Stylish Shading Tatoos	\d	the	
    -_5DCD4E770A1C88BB	ma_hof_tatoo27	Brown Stylish Shading Tatoo	a	the	Brown Stylish Shading Tatoos	\d	the	
    -_2B287004E8C48E72	ma_hof_tatoo28	Lenardi Lace Tatoo	a	the	Lenardi Lace Tatoos	\d	the	
    -_492BD4C627882CDB	ma_hof_tatoo29	Red Ornate Wonder Tatoo	a	the	Red Ornate Wonder Tatoos	\d	the	
    -_E33494A62738507B	ma_hof_tatoo3	Green Strias Tatoo	a	the	Green Strias Tatoos	\d	the	
    -_EC1A0519C31BACC5	ma_hof_tatoo30	Green Ornate Wonder Tatoo	a	the	Green Ornate Wonder Tatoos	\d	the	
    -_731DB16B484EEC81	ma_hof_tatoo31	Purple Ornate Wonder Tatoo	a	the	Purple Ornate Wonder Tatoos	\d	the	
    -_EC5D99F95626EB6C	ma_hof_tatoo32	Scrolling Eyes Tatoo	a	the	Scrolling Eyes Tatoos	\d	the	
    -_EB0D4127EF255B23	ma_hof_tatoo33	Musing Imprint Tatoo	a	the	Musing Imprint Tatoos	\d	the	
    -_43ADB106AD7D3CA5	ma_hof_tatoo34	Purple Undergrowth Tatoo	a	the	Purple Undergrowth Tatoos	\d	the	
    -_C22E35F926D27781	ma_hof_tatoo35	Isabella Leaves Tatoo	an	the	Isabella Leaves Tatoos	\d	the	
    -_2AC700A5A9B57B83	ma_hof_tatoo36	Harvest Tatoo	a	the	Harvest Tatoos	\d	the	
    -_2C887CA46A86AF7B	ma_hof_tatoo37	Vendetta Tatoo	a	the	Vendetta Tatoos	\d	the	
    -_6BC7E818EE158E2A	ma_hof_tatoo38	Purple Mist Tatoo	a	the	Purple Mist Tatoos	\d	the	
    -_446D95FC9873937A	ma_hof_tatoo39	Serrated Wings Tatoo	a	the	Serrated Wings Tatoos	\d	the	
    -_3E6A791CA23499F9	ma_hof_tatoo4	Green Eye-Surround Tatoo	a	the	Green Eye-Surround Tatoos	\d	the	
    -_6D7898B62DF64328	ma_hof_tatoo40	Bloody Fury Tatoo	a	the	Bloody Fury Tatoos	\d	the	
    -_013EC51268482CF7	ma_hof_tatoo41	Sunshine Butterfly Tatoo	a	the	Sunshine Butterfly Tatoos	\d	the	
    -_6C7D450D66E5FB24	ma_hof_tatoo42	Maiden Ribbons Tatoo	a	the	Maiden Ribbons Tatoos	\d	the	
    -_F22F8DE69BACC0CB	ma_hof_tatoo43	Ruddy Eye Surround Tatoo	a	the	Ruddy Eye Surround Tatoos	\d	the	
    -_EADD391DEE864B24	ma_hof_tatoo44	Worlds Divided Tatoo	a	the	Worlds Divided Tatoos	\d	the	
    -_17BF1922A5F2D773	ma_hof_tatoo45	Wings of Wrath Tatoo	a	the	Wings of Wrath Tatoos	\d	the	
    -_72BD6D1622B12CE8	ma_hof_tatoo46	Frown of Defiance Tatoo	a	the	Frown of Defiance Tatoos	\d	the	
    -_6503A00FEB27D37A	ma_hof_tatoo47	Pink Morning Tatoo	a	the	Pink Morning Tatoos	\d	the	
    -_A6F8411B32A76737	ma_hof_tatoo48	Purple Sunset Tatoo	a	the	Purple Sunset Tatoos	\d	the	
    -_6BB7C80AAF04926F	ma_hof_tatoo49	Flecked Fury Tatoo	a	the	Flecked Fury Tatoos	\d	the	
    -_C2FD780D70A86432	ma_hof_tatoo5	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_A548FD0923818F7B	ma_hof_tatoo50	Carapace Face Tatoo	a	the	Carapace Face Tatoos	\d	the	
    -_068D2DC1566C70E6	ma_hof_tatoo51	Scrolling Revenge Tatoo	a	the	Scrolling Revenge Tatoos	\d	the	
    -_550875062FA6D36B	ma_hof_tatoo52	Crown Streaks Tatoo	a	the	Crown Streaks Tatoos	\d	the	
    -_84DE45186772B7E8	ma_hof_tatoo53	Vendetta Streaks Tatoo	a	the	Vendetta Streaks Tatoos	\d	the	
    -_AE8DBE898CFDF88C	ma_hof_tatoo54	Double Strike Through Tatoo	a	the	Double Strike Through Tatoos	\d	the	
    -_416FDDC8F0368EF0	ma_hof_tatoo55	Streaks of Wrath Tatoo	a	the	Streaks of Wrath Tatoos	\d	the	
    -_E34398B52AE5EF6D	ma_hof_tatoo56	Lush Gaze Tatoo	a	the	Lush Gaze Tatoos	\d	the	
    -_2888ACB92CE64F29	ma_hof_tatoo57	Dotted Brow Tatoo	a	the	Dotted Brow Tatoos	\d	the	
    -_47BD3D78C0D9B49A	ma_hof_tatoo58	Perching Rocco Birds Tatoo	a	the	Perching Rocco Birds Tatoos	\d	the	
    -_55172516F1C5E75B	ma_hof_tatoo59	Homin Crossed Tatoo	a	the	Homin Crossed Tatoos	\d	the	
    -_6627511B73B85039	ma_hof_tatoo6	Dappled Autumn Tatoo	a	the	Dappled Autumn Tatoos	\d	the	
    -_1AFE3119A4F2C375	ma_hof_tatoo60	Wings of Sight Tatoo	a	the	Wings of Sight Tatoos	\d	the	
    -_E81880AC6EE56F2A	ma_hof_tatoo61	Musing Pink Tatoo	a	the	Musing Pink Tatoos	\d	the	
    -_857D750EAF65668B	ma_hof_tatoo62	Ominous Streaks Tatoo	an	the	Ominous Streaks Tatoos	\d	the	
    -_D97D551C2F26BB56	ma_hof_tatoo63	Green Pastures Tatoo	a	the	Green Pastures Tatoos	\d	the	
    -_916C0A81BDAB6A6B	ma_hof_tatoo7	Green Mottled Eye Surround Tatoo	a	the	Green Mottled Eye Surround Tatoos	\d	the	
    -_FA544A7774C4BA1C	ma_hof_tatoo8	Boding Mottled Eye surround Tatoo	a	the	Boding Mottled Eye surround Tatoos	\d	the	
    -_916C36807DDB966D	ma_hof_tatoo9	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_29B8AC875927F87B	ma_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_1A28B810AD685C5C	ma_hom_tatoo1	Rapier Traits Tatoo	a	the	Rapier Traits Tatoos	\d	the	
    -_E8F85520EFB54734	ma_hom_tatoo10	Autumn Leaves Tatoo	an	the	Autumn Leaves Tatoos	\d	the	
    -_302E69F8DE853BB9	ma_hom_tatoo11	Brown Eye Shadow Tatoo	a	the	Brown Eye Shadow Tatoos	\d	the	
    -_453DE9C66997E48C	ma_hom_tatoo12	Indigo Eye Shadow Tatoo	an	the	Indigo Eye Shadow Tatoos	\d	the	
    -_C47DE27CCEDB7854	ma_hom_tatoo13	Indigo Blusher Scroll Tatoo	an	the	Indigo Blusher Scroll Tatoos	\d	the	
    -_220E316C8A2E589D	ma_hom_tatoo14	Green Blusher Scroll Tatoo	a	the	Green Blusher Scroll Tatoos	\d	the	
    -_2DE9AD7F464C7CCA	ma_hom_tatoo15	Brown Shadow Looming Tatoo	a	the	Brown Shadow Looming Tatoos	\d	the	
    -_2DE96575469C80CA	ma_hom_tatoo16	Green Shadow Looming Tatoo	a	the	Green Shadow Looming Tatoos	\d	the	
    -_AE9E22754ACC3C80	ma_hom_tatoo17	Purple Shadow Looming Tatoo	a	the	Purple Shadow Looming Tatoos	\d	the	
    -_FCE854062EFB80F4	ma_hom_tatoo18	Dark Ornate Wonder Tatoo	a	the	Dark Ornate Wonder Tatoos	\d	the	
    -_FCE83C09F1DB84F4	ma_hom_tatoo19	Blue Ornate Wonder Tatoo	a	the	Blue Ornate Wonder Tatoos	\d	the	
    -_C2FD780D70A8802F	ma_hom_tatoo2	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_EC1A4D23C3CBC8C4	ma_hom_tatoo20	Brown Ornate Wonder Tatoo	a	the	Brown Ornate Wonder Tatoos	\d	the	
    -_670A7102ACBC9CBA	ma_hom_tatoo21	Ruddy Dragon Dance Tatoo	a	the	Ruddy Dragon Dance Tatoos	\d	the	
    -_67597503EB0BA0BA	ma_hom_tatoo22	Green Dragon Dance Tatoo	a	the	Green Dragon Dance Tatoos	\d	the	
    -_666ACA68CD7C9CCD	ma_hom_tatoo23	Ruddy Shaded Devotion Tatoo	a	the	Ruddy Shaded Devotion Tatoos	\d	the	
    -_F143F28C066D3866	ma_hom_tatoo24	Purple Shaded Devotion Tatoo	a	the	Purple Shaded Devotion Tatoos	\d	the	
    -_225D816E865C649C	ma_hom_tatoo25	Brown Flaming Menace Tatoo	a	the	Brown Flaming Menace Tatoos	\d	the	
    -_225D396486AC689C	ma_hom_tatoo26	Green Flaming Menace Tatoo	a	the	Green Flaming Menace Tatoos	\d	the	
    -_F3360D16C38BA0D7	ma_hom_tatoo27	Blue Flaming Menace Tatoo	a	the	Blue Flaming Menace Tatoos	\d	the	
    -_1AE7FC112887CB5C	ma_hom_tatoo28	Scorn Shadow Tatoo	a	the	Scorn Shadow Tatoos	\d	the	
    -_56B8C89630560F5B	ma_hom_tatoo29	Night Fury Tatoo	a	the	Night Fury Tatoos	\d	the	
    -_E608281772B7A436	ma_hom_tatoo3	Mark of Fervor Tatoo	a	the	Mark of Fervor Tatoos	\d	the	
    -_A343A4B425A6D37F	ma_hom_tatoo30	Dark Fury Tatoo	a	the	Dark Fury Tatoos	\d	the	
    -_696E2120A9C2172A	ma_hom_tatoo31	Tylini's Wrath Tatoo	a	the	Tylini's Wrath Tatoos	\d	the	
    -_AD57A016EDD71B2A	ma_hom_tatoo32	Golden Brown Tatoo	a	the	Golden Brown Tatoos	\d	the	
    -_B475710B2B5B70EB	ma_hom_tatoo33	Fawn Flecked Wings Tatoo	a	the	Fawn Flecked Wings Tatoos	\d	the	
    -_EB0FEE2E756BB0E0	ma_hom_tatoo34	Blue Wings on the Wind Tatoo	a	the	Blue Wings on the Wind Tatoos	\d	the	
    -_021E51186772D6D9	ma_hom_tatoo35	Venging Streaks Tatoo	a	the	Venging Streaks Tatoos	\d	the	
    -_304D6DEADD3CA085	ma_hom_tatoo36	Streak of Ill Omen Tatoo	a	the	Streak of Ill Omen Tatoos	\d	the	
    -_560D2913E856E746	ma_hom_tatoo37	Khaki Carapace Tatoo	a	the	Khaki Carapace Tatoos	\d	the	
    -_6A78111DE4B2BB8A	ma_hom_tatoo38	Vendetta Eyes Tatoo	a	the	Vendetta Eyes Tatoos	\d	the	
    -_C569A508E9759E81	ma_hom_tatoo39	Mark of Victory Tatoo	a	the	Mark of Victory Tatoos	\d	the	
    -_474BF7262C285D8F	ma_hom_tatoo4	Mark of Holy Ardor Tatoo	a	the	Mark of Holy Ardor Tatoos	\d	the	
    -_EDC577B42577C37D	ma_hom_tatoo40	War Horns Tatoo	a	the	War Horns Tatoos	\d	the	
    -_AC2E7528AB16A324	ma_hom_tatoo41	Purple Victory Tatoo	a	the	Purple Victory Tatoos	\d	the	
    -_25E749FCE971C37F	ma_hom_tatoo42	Bravichi Leaf Tatoo	a	the	Bravichi Leaf Tatoos	\d	the	
    -_1E541EE8C68C7B45	ma_hom_tatoo43	Scrolls on Flecked Wings Tatoo	a	the	Scrolls on Flecked Wings Tatoos	\d	the	
    -_6937E4A529668F83	ma_hom_tatoo44	Scrolls Tatoo	a	the	Scrolls Tatoos	\d	the	
    -_EB0F1230B2ABB4E1	ma_hom_tatoo45	Fawn Wings on the Wind Tatoo	a	the	Fawn Wings on the Wind Tatoos	\d	the	
    -_2BDD21137007AB24	ma_hom_tatoo46	Tylini Streaks Tatoo	a	the	Tylini Streaks Tatoos	\d	the	
    -_E334C0A5ABC5E77C	ma_hom_tatoo47	Fury Stance Tatoo	a	the	Fury Stance Tatoos	\d	the	
    -_E6030810ECF6F37F	ma_hom_tatoo48	Fury Streaks Tatoo	a	the	Fury Streaks Tatoos	\d	the	
    -_EA9970A1A785FF74	ma_hom_tatoo49	Benevolence Tatoo	a	the	Benevolence Tatoos	\d	the	
    -_916C0A933FAB7269	ma_hom_tatoo5	Brown Mottled Eye Surround Tatoo	a	the	Brown Mottled Eye Surround Tatoos	\d	the	
    -_5608F094AE05FB5D	ma_hom_tatoo50	Fiery Eyes Tatoo	a	the	Fiery Eyes Tatoos	\d	the	
    -_C31D95162F967E80	ma_hom_tatoo51	Roqvini Streaks Tatoo	a	the	Roqvini Streaks Tatoos	\d	the	
    -_C62C34FBED3CF099	ma_hom_tatoo52	Peachy Pink Shades Tatoo	a	the	Peachy Pink Shades Tatoos	\d	the	
    -_C56991152DA4866E	ma_hom_tatoo53	Brow of Discord Tatoo	a	the	Brow of Discord Tatoos	\d	the	
    -_46CAC5152DA48A6F	ma_hom_tatoo54	Brow of Dispute Tatoo	a	the	Brow of Dispute Tatoos	\d	the	
    -_3E490296BFA984F2	ma_hom_tatoo55	Serrated Eye Surround Tatoo	a	the	Serrated Eye Surround Tatoos	\d	the	
    -_C41DD5C5EF67927C	ma_hom_tatoo56	Streaks on Fire Tatoo	a	the	Streaks on Fire Tatoos	\d	the	
    -_FE9D59B0F30894F4	ma_hom_tatoo57	Bravichi's Victory Tatoo	a	the	Bravichi's Victory Tatoos	\d	the	
    -_089D0DD4E8673FEB	ma_hom_tatoo58	Scrolls on Violet Tatoo	a	the	Scrolls on Violet Tatoos	\d	the	
    -_551F590BEC86FF5B	ma_hom_tatoo59	Ruddy Vendetta Tatoo	a	the	Ruddy Vendetta Tatoos	\d	the	
    -_A550B4714DCCA051	ma_hom_tatoo6	Blue Mottled Eye Surround Tatoo	a	the	Blue Mottled Eye Surround Tatoos	\d	the	
    -_6CDD7D256FC59326	ma_hom_tatoo60	Autumn Scrolls Tatoo	an	the	Autumn Scrolls Tatoos	\d	the	
    -_8CE3E13505CC7480	ma_hom_tatoo61	Brown Wings on the Wind Tatoo	a	the	Brown Wings on the Wind Tatoos	\d	the	
    -_EC7D6D1D23B2DF6B	ma_hom_tatoo62	Scrolled Wings Tatoo	a	the	Scrolled Wings Tatoos	\d	the	
    -_2C675BB3A806E77C	ma_hom_tatoo63	War Streaks Tatoo	a	the	War Streaks Tatoos	\d	the	
    -_916C36807DDBB26B	ma_hom_tatoo7	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_39053D6B05F0BDE6	ma_hom_tatoo8	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_39053D7D87F0A9E7	ma_hom_tatoo9	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_29B8F08E59272082	tr_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_AB7644102FA5D379	tr_hof_tatoo1	Fine Eye Lines Tatoo	a	the	Fine Eye Lines Tatoos	\d	the	
    -_04D0F1C7065DFC97	tr_hof_tatoo10	Ornate Eye Surround Tatoo	an	the	Ornate Eye Surround Tatoos	\d	the	
    -_1AE7FC04EEC67F5B	tr_hof_tatoo11	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_1A574014AA26835B	tr_hof_tatoo12	Mauve Scales Tatoo	a	the	Mauve Scales Tatoos	\d	the	
    -_2A18550AACB65334	tr_hof_tatoo13	Shadow Scales Tatoo	a	the	Shadow Scales Tatoos	\d	the	
    -_759E49FE9A251BCF	tr_hof_tatoo14	Lance-eye Scales Tatoo	a	the	Lance-eye Scales Tatoos	\d	the	
    -_E8184417EFB65B34	tr_hof_tatoo15	Sun on Scales Tatoo	a	the	Sun on Scales Tatoos	\d	the	
    -_227318A4F266DB84	tr_hof_tatoo16	Pink Spray Tatoo	a	the	Pink Spray Tatoos	\d	the	
    -_1718B4B36A160758	tr_hof_tatoo17	Green Spray Tatoo	a	the	Green Spray Tatoos	\d	the	
    -_EFF730072CD85B28	tr_hof_tatoo18	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_5657009BF0F6A36B	tr_hof_tatoo19	Green Wash Tatoo	a	the	Green Wash Tatoos	\d	the	
    -_AE97DCBCAEC7F074	tr_hof_tatoo2	Blusher Tatoo	a	the	Blusher Tatoos	\d	the	
    -_952C566FC3A9CC0D	tr_hof_tatoo20	Yellow Spray and Red Eye Tatoo	a	the	Yellow Spray and Red Eye Tatoos	\d	the	
    -_227300ABB385C785	tr_hof_tatoo21	Blue Spray Tatoo	a	the	Blue Spray Tatoos	\d	the	
    -_68A8D89C6AC56326	tr_hof_tatoo22	Orange Leaf Tatoo	an	the	Orange Leaf Tatoos	\d	the	
    -_2543E8B76BA77F6E	tr_hof_tatoo23	Pink Leaf Tatoo	a	the	Pink Leaf Tatoos	\d	the	
    -_445D8D7DCACC7C49	tr_hof_tatoo24	Orange Lapping Shore Tatoo	an	the	Orange Lapping Shore Tatoos	\d	the	
    -_083D858B883D8049	tr_hof_tatoo25	Violet Lapping Shore Tatoo	a	the	Violet Lapping Shore Tatoos	\d	the	
    -_E2C4423A1FCD6C8F	tr_hof_tatoo26	Scales on Lapping Shore Tatoo	a	the	Scales on Lapping Shore Tatoos	\d	the	
    -_1A9814132C57BB4F	tr_hof_tatoo27	Pinky Flanks Tatoo	a	the	Pinky Flanks Tatoos	\d	the	
    -_C8EC646E0DEA57DF	tr_hof_tatoo28	Flanked Eye Surround Tatoo	a	the	Flanked Eye Surround Tatoos	\d	the	
    -_235945D7EB961771	tr_hof_tatoo29	Pink Coral Way Tatoo	a	the	Pink Coral Way Tatoos	\d	the	
    -_041FD5DB450D9D93	tr_hof_tatoo3	Blusher and Eyelines Tatoo	a	the	Blusher and Eyelines Tatoos	\d	the	
    -_AECC800B2BD79B5E	tr_hof_tatoo30	Green Coral Way Tatoo	a	the	Green Coral Way Tatoos	\d	the	
    -_23592DDEACB5F772	tr_hof_tatoo31	Blue Coral Way Tatoo	a	the	Blue Coral Way Tatoos	\d	the	
    -_2DD70CBB6A37C773	tr_hof_tatoo32	Fertility Tatoo	a	the	Fertility Tatoos	\d	the	
    -_5F730CA9EDE5BF77	tr_hof_tatoo33	Fish Dance Tatoo	a	the	Fish Dance Tatoos	\d	the	
    -_E8B8751F6DE58A7D	tr_hof_tatoo34	Rolling Waves Tatoo	a	the	Rolling Waves Tatoos	\d	the	
    -_2B67FCA8AE66BB84	tr_hof_tatoo35	Sundown Tatoo	a	the	Sundown Tatoos	\d	the	
    -_A627AD032F959288	tr_hof_tatoo36	Prakker Teeth Tatoo	a	the	Prakker Teeth Tatoos	\d	the	
    -_6979ECB36A76FF76	tr_hof_tatoo37	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_EB89F0AB27465F27	tr_hof_tatoo38	Cactus Eyes Tatoo	a	the	Cactus Eyes Tatoos	\d	the	
    -_2657F0A6A955CB7B	tr_hof_tatoo39	Balance Tatoo	a	the	Balance Tatoos	\d	the	
    -_A82E5DD8A5D45472	tr_hof_tatoo4	Sun Swing Rouge Tatoo	a	the	Sun Swing Rouge Tatoos	\d	the	
    -_2888CCB7E9157B28	tr_hof_tatoo40	Hooked Tabs Tatoo	a	the	Hooked Tabs Tatoos	\d	the	
    -_6A43D103AC41937F	tr_hof_tatoo41	Over the Wave Tatoo	an	the	Over the Wave Tatoos	\d	the	
    -_270DA51364C2036C	tr_hof_tatoo42	Twilight Dance Tatoo	a	the	Twilight Dance Tatoos	\d	the	
    -_67A7AFA22B77CB73	tr_hof_tatoo43	The Wake Tatoo	a	the	The Wake Tatoos	\d	the	
    -_6BE7D40F2A260F2B	tr_hof_tatoo44	Marine Dance Tatoo	a	the	Marine Dance Tatoos	\d	the	
    -_6C0E8929A804BE6B	tr_hof_tatoo45	Winding Across Tatoo	a	the	Winding Across Tatoos	\d	the	
    -_AAC8E8A6EE770F6F	tr_hof_tatoo46	Twinings Tatoo	a	the	Twinings Tatoos	\d	the	
    -_AD97D816EBB68A72	tr_hof_tatoo47	Winding Pink Tatoo	a	the	Winding Pink Tatoos	\d	the	
    -_A748ECBC28A56328	tr_hof_tatoo48	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_E907FC9EAE55CB7E	tr_hof_tatoo49	Budding Tatoo	a	the	Budding Tatoos	\d	the	
    -_7E7F0E4A090E8195	tr_hof_tatoo5	Think Spots and Blusher Tatoo	a	the	Think Spots and Blusher Tatoos	\d	the	
    -_EA28F0AF69B6F777	tr_hof_tatoo50	Harpoons Tatoo	a	the	Harpoons Tatoos	\d	the	
    -_6124B10BF146838A	tr_hof_tatoo51	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_5637009DEF96A75E	tr_hof_tatoo52	Angel Fish Tatoo	an	the	Angel Fish Tatoos	\d	the	
    -_2A4DC90BECE5B669	tr_hof_tatoo53	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_088E8113F085578C	tr_hof_tatoo54	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_556881173096DF6B	tr_hof_tatoo55	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5F35C	tr_hof_tatoo56	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_2F9D950BB0A6B354	tr_hof_tatoo57	Green Knowledge Tatoo	a	the	Green Knowledge Tatoos	\d	the	
    -_A5F76503ED339A85	tr_hof_tatoo58	Madakam Amble Tatoo	a	the	Madakam Amble Tatoos	\d	the	
    -_6C27EC09AD76232C	tr_hof_tatoo59	Bolobi Dance Tatoo	a	the	Bolobi Dance Tatoos	\d	the	
    -_84BF45D2F278BC98	tr_hof_tatoo6	Natural Sun Swing Tatoo	a	the	Natural Sun Swing Tatoos	\d	the	
    -_A67879202E057A8B	tr_hof_tatoo60	Trooper Watch Tatoo	a	the	Trooper Watch Tatoos	\d	the	
    -_2A3D750B9B26E76F	tr_hof_tatoo61	Streaming Pink Tatoo	a	the	Streaming Pink Tatoos	\d	the	
    -_C040751EAD7376DF	tr_hof_tatoo62	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_A75839076882A387	tr_hof_tatoo63	Spearing Head Tatoo	a	the	Spearing Head Tatoos	\d	the	
    -_6B987CBFEB28A82E	tr_hof_tatoo7	Red Eye Lines Tatoo	a	the	Red Eye Lines Tatoos	\d	the	
    -_943F4234C6A041AA	tr_hof_tatoo8	Think Spots and Eyelines Tatoo	a	the	Think Spots and Eyelines Tatoos	\d	the	
    -_A69879196AA6BF80	tr_hof_tatoo9	Anchored Watch Tatoo	an	the	Anchored Watch Tatoos	\d	the	
    -_29B8F08E59273C82	tr_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E92850AEA7695870	tr_hom_tatoo1	Tufty Tatoo	a	the	Tufty Tatoos	\d	the	
    -_C7ED996C7F68F88D	tr_hom_tatoo10	Anchored Blood Watch Tatoo	an	the	Anchored Blood Watch Tatoos	\d	the	
    -_B37E6D01FCD860C1	tr_hom_tatoo11	Anchored Lake Watch Tatoo	an	the	Anchored Lake Watch Tatoos	\d	the	
    -_F54E71225CD584CF	tr_hom_tatoo12	Green Run-Through Tatoo	a	the	Green Run-Through Tatoos	\d	the	
    -_17C9CCB0AB061B59	tr_hom_tatoo13	Wooky Trail Tatoo	a	the	Wooky Trail Tatoos	\d	the	
    -_6757710FED162F34	tr_hom_tatoo14	Jeniah Bridge Tatoo	a	the	Jeniah Bridge Tatoos	\d	the	
    -_EEE99176C35DA4C0	tr_hom_tatoo15	Green Double Streaks Tatoo	a	the	Green Double Streaks Tatoos	\d	the	
    -_319E610F018DEC7C	tr_hom_tatoo16	Jeniah Bridge Watch Tatoo	a	the	Jeniah Bridge Watch Tatoos	\d	the	
    -_68F8E0AC71967F25	tr_hom_tatoo17	Purple Gaze Tatoo	a	the	Purple Gaze Tatoos	\d	the	
    -_5508590DB1E60767	tr_hom_tatoo18	Green Strokes Tatoo	a	the	Green Strokes Tatoos	\d	the	
    -_421DDD1EACF59E8C	tr_hom_tatoo19	Harmony Strokes Tatoo	a	the	Harmony Strokes Tatoos	\d	the	
    -_E928389CAA281071	tr_hom_tatoo2	Barbs Tatoo	a	the	Barbs Tatoos	\d	the	
    -_067DD90D2BB47A7F	tr_hom_tatoo20	Ornate Harmony Tatoo	an	the	Ornate Harmony Tatoos	\d	the	
    -_E96720ACA9B5C78E	tr_hom_tatoo21	Harmony Tatoo	a	the	Harmony Tatoos	\d	the	
    -_1AE7FC04EEC69F5C	tr_hom_tatoo22	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_EFF730072CD86329	tr_hom_tatoo23	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_2E76BBAD6AF89F7B	tr_hom_tatoo24	Red Spray Tatoo	a	the	Red Spray Tatoos	\d	the	
    -_6AA6EBA4B1B7AF81	tr_hom_tatoo25	Sun Splash Tatoo	a	the	Sun Splash Tatoos	\d	the	
    -_A6E8851BEF867B35	tr_hom_tatoo26	Purple Scales Tatoo	a	the	Purple Scales Tatoos	\d	the	
    -_860E49DB6DD7408A	tr_hom_tatoo27	Purple Sun Splash Tatoo	a	the	Purple Sun Splash Tatoos	\d	the	
    -_847DBD11AA149A8E	tr_hom_tatoo28	Elegant Harmony Tatoo	an	the	Elegant Harmony Tatoos	\d	the	
    -_FF29F522E682AF82	tr_hom_tatoo29	Dots and Stokes Tatoo	a	the	Dots and Stokes Tatoos	\d	the	
    -_DE7350AAAFC87077	tr_hom_tatoo3	Tufty Barbs Tatoo	a	the	Tufty Barbs Tatoos	\d	the	
    -_E8D7B91CAC44967D	tr_hom_tatoo30	Lapping Shore Tatoo	a	the	Lapping Shore Tatoos	\d	the	
    -_DF4F4E7EEDE94CE6	tr_hom_tatoo31	Streaming in the Fields Tatoo	a	the	Streaming in the Fields Tatoos	\d	the	
    -_45996D1A26141FDE	tr_hom_tatoo32	Face of Vengeance Tatoo	a	the	Face of Vengeance Tatoos	\d	the	
    -_45BE09F81B2D70EA	tr_hom_tatoo33	Thrusting Prakkers Tatoo	a	the	Thrusting Prakkers Tatoos	\d	the	
    -_43AE090298D7C377	tr_hom_tatoo34	Returning Trail Tatoo	a	the	Returning Trail Tatoos	\d	the	
    -_088E8113F085778A	tr_hom_tatoo35	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_1A87F8B82C46F75C	tr_hom_tatoo36	Blood Run Tatoo	a	the	Blood Run Tatoos	\d	the	
    -_DF732C9B2E06EF88	tr_hom_tatoo37	Deep Frown Tatoo	a	the	Deep Frown Tatoos	\d	the	
    -_A748ECBC28A57F27	tr_hom_tatoo38	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_56083C9C6E46DF68	tr_hom_tatoo39	Lofty Rise Tatoo	a	the	Lofty Rise Tatoos	\d	the	
    -_EA397C5DEB18787C	tr_hom_tatoo4	Ink Spots Tatoo	an	the	Ink Spots Tatoos	\d	the	
    -_E603140D6B37D37F	tr_hom_tatoo40	Pink Strokes Tatoo	a	the	Pink Strokes Tatoos	\d	the	
    -_55684917B196EB6A	tr_hom_tatoo41	Broad Strokes Tatoo	a	the	Broad Strokes Tatoos	\d	the	
    -_6A1871212E549E7F	tr_hom_tatoo42	Trykoth Lakes Tatoo	a	the	Trykoth Lakes Tatoos	\d	the	
    -_2F899D272C1634C5	tr_hom_tatoo43	Broad Yellow Tabs Tatoo	a	the	Broad Yellow Tabs Tatoos	\d	the	
    -_56B8F09BF325CB69	tr_hom_tatoo44	Great Rift Tatoo	a	the	Great Rift Tatoos	\d	the	
    -_22638919B1A5FB78	tr_hom_tatoo45	Bush Watching Tatoo	a	the	Bush Watching Tatoos	\d	the	
    -_6124B10BF146B389	tr_hom_tatoo46	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_6979ECB36A761B77	tr_hom_tatoo47	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_C040751EAD73AADD	tr_hom_tatoo48	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_E8B8490DF493BA7E	tr_hom_tatoo49	Budding Bulbs Tatoo	a	the	Budding Bulbs Tatoos	\d	the	
    -_227318A470186488	tr_hom_tatoo5	Think Spots Tatoo	a	the	Think Spots Tatoos	\d	the	
    -_70B7FC132C66132C	tr_hom_tatoo50	Cheeky Boots Tatoo	a	the	Cheeky Boots Tatoos	\d	the	
    -_2888A8BAEA359B29	tr_hom_tatoo51	Barbed Tips Tatoo	a	the	Barbed Tips Tatoos	\d	the	
    -_1A28000F2EE6B360	tr_hom_tatoo52	Amber Thirst Tatoo	an	the	Amber Thirst Tatoos	\d	the	
    -_5549590A7086F36B	tr_hom_tatoo53	Amber Strokes Tatoo	an	the	Amber Strokes Tatoos	\d	the	
    -_46C9C5026F748A72	tr_hom_tatoo54	Arch of Breneth Tatoo	an	the	Arch of Breneth Tatoos	\d	the	
    -_17A8D8A32B96DF4D	tr_hom_tatoo55	Swing Dance Tatoo	a	the	Swing Dance Tatoos	\d	the	
    -_4A6D650E9AE670DA	tr_hom_tatoo56	Streaming Seaweed Tatoo	a	the	Streaming Seaweed Tatoos	\d	the	
    -_A697990CEBC4B27C	tr_hom_tatoo57	Seaweed Dance Tatoo	a	the	Seaweed Dance Tatoos	\d	the	
    -_6A85BBBB6907B77A	tr_hom_tatoo58	War Dance Tatoo	a	the	War Dance Tatoos	\d	the	
    -_3B29C105EA2D98E0	tr_hom_tatoo59	Thanksgiving Dance Tatoo	a	the	Thanksgiving Dance Tatoos	\d	the	
    -_2403380D6B39306E	tr_hom_tatoo6	Green Harmony Tatoo	a	the	Green Harmony Tatoos	\d	the	
    -_2A4DC90BECE5C66A	tr_hom_tatoo60	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_663D9DF5D8F7E674	tr_hom_tatoo61	Tidican's Hold Tatoo	a	the	Tidican's Hold Tatoos	\d	the	
    -_556881173096EF6C	tr_hom_tatoo62	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5035D	tr_hom_tatoo63	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_55D8851AED991862	tr_hom_tatoo7	Orange Harmony Tatoo	an	the	Orange Harmony Tatoos	\d	the	
    -_55D8991C31C91C63	tr_hom_tatoo8	Purple Harmony Tatoo	a	the	Purple Harmony Tatoos	\d	the	
    -_B97A49C42B5911F1	tr_hom_tatoo9	Ink Spots and Barbs Tatoo	an	the	Ink Spots and Barbs Tatoos	\d	the	
    -_29B8E49459271488	zo_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_EA76C7ADAC67B425	zo_hof_tatoo1	Beng-Do Pink Tatoo	a	the	Beng-Do Pink Tatoos	\d	the	
    -_2A48DCAF2D466B25	zo_hof_tatoo10	Spiral Pink Tatoo	a	the	Spiral Pink Tatoos	\d	the	
    -_2B6C942928D4AE6F	zo_hof_tatoo11	Len-Sen Yellow Tatoo	a	the	Len-Sen Yellow Tatoos	\d	the	
    -_6AB5D719AA347676	zo_hof_tatoo12	Mad-Kan Blue Tatoo	a	the	Mad-Kan Blue Tatoos	\d	the	
    -_068EA1FF17E7A36E	zo_hof_tatoo13	Scrolling Mauve Tatoo	a	the	Scrolling Mauve Tatoos	\d	the	
    -_262755152D064734	zo_hof_tatoo14	Indeng Orange Tatoo	an	the	Indeng Orange Tatoos	\d	the	
    -_6C1EA5236B64BE68	zo_hof_tatoo15	Jesting Traits Tatoo	a	the	Jesting Traits Tatoos	\d	the	
    -_56B71CABB2C5F759	zo_hof_tatoo16	Blood Eyes Tatoo	a	the	Blood Eyes Tatoos	\d	the	
    -_29FC9C252D93C670	zo_hof_tatoo17	Blu-Too Orange Tatoo	a	the	Blu-Too Orange Tatoos	\d	the	
    -_AAC87C7369168B25	zo_hof_tatoo18	Pa-Zin Pink Tatoo	a	the	Pa-Zin Pink Tatoos	\d	the	
    -_EAEEB105DB36FF67	zo_hof_tatoo19	Butterfly Blue Tatoo	a	the	Butterfly Blue Tatoos	\d	the	
    -_62731E9DAF182C84	zo_hof_tatoo2	Sinaï Poise Tatoo	a	the	Sinaï Poise Tatoos	\d	the	
    -_6D55AFBD2B68836B	zo_hof_tatoo20	Zon Amber Tatoo	a	the	Zon Amber Tatoos	\d	the	
    -_643981312816F776	zo_hof_tatoo21	Pink Striation Tatoo	a	the	Pink Striation Tatoos	\d	the	
    -_C93DB9242DE63734	zo_hof_tatoo22	Bloody Thoughts Tatoo	a	the	Bloody Thoughts Tatoos	\d	the	
    -_174864762735FF4D	zo_hof_tatoo23	Fa-Ta Green Tatoo	a	the	Fa-Ta Green Tatoos	\d	the	
    -_ED46D723ACA57E78	zo_hof_tatoo24	Tin-Too Blue Tatoo	a	the	Tin-Too Blue Tatoos	\d	the	
    -_5A69E0B7EEA50749	zo_hof_tatoo25	Criss-Cross Tatoo	a	the	Criss-Cross Tatoos	\d	the	
    -_424E75132CF6FF28	zo_hof_tatoo26	Ornate Bleeding Tatoo	an	the	Ornate Bleeding Tatoos	\d	the	
    -_6C77D80A6852A777	zo_hof_tatoo27	Avenging Red Tatoo	an	the	Avenging Red Tatoos	\d	the	
    -_687998B4AD058B26	zo_hof_tatoo28	Ornate Pink Tatoo	an	the	Ornate Pink Tatoos	\d	the	
    -_6B770018AE572B29	zo_hof_tatoo29	Orange Frown Tatoo	an	the	Orange Frown Tatoos	\d	the	
    -_84DCB816705CB8F3	zo_hof_tatoo3	Stin-Byn Multicolor Tatoo	a	the	Stin-Byn Multicolor Tatoos	\d	the	
    -_A88DFDEE2B25AA71	zo_hof_tatoo30	Za-Chin Purple Tatoo	a	the	Za-Chin Purple Tatoos	\d	the	
    -_28765421A8929384	zo_hof_tatoo31	Two Tone Fold Tatoo	a	the	Two Tone Fold Tatoos	\d	the	
    -_312EC503EC77B763	zo_hof_tatoo32	Amber Striation Tatoo	an	the	Amber Striation Tatoos	\d	the	
    -_A9A6DFAA2EC7C385	zo_hof_tatoo33	Sen Smooth Tatoo	a	the	Sen Smooth Tatoos	\d	the	
    -_E334B0B1ED95F774	zo_hof_tatoo34	Bing Smooth Tatoo	a	the	Bing Smooth Tatoos	\d	the	
    -_ED177C6F2B97D379	zo_hof_tatoo35	Wo Smooth Tatoo	a	the	Wo Smooth Tatoos	\d	the	
    -_E443CCBDA908D373	zo_hof_tatoo36	Seng Kiss Tatoo	a	the	Seng Kiss Tatoos	\d	the	
    -_A708851E6582FB8A	zo_hof_tatoo37	Serenity Kiss Tatoo	a	the	Serenity Kiss Tatoos	\d	the	
    -_6FF7F8206DB48E7D	zo_hof_tatoo38	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_5697E4AA2FA6B362	zo_hof_tatoo39	Tonab Leaf Tatoo	a	the	Tonab Leaf Tatoos	\d	the	
    -_6B459F0C66950870	zo_hof_tatoo4	Fung Deep Red Tatoo	a	the	Fung Deep Red Tatoos	\d	the	
    -_171898B2EAC6F34F	zo_hof_tatoo40	Shian Grain Tatoo	a	the	Shian Grain Tatoos	\d	the	
    -_AEB5AFB0AA07976C	zo_hof_tatoo41	Xia Grain Tatoo	a	the	Xia Grain Tatoos	\d	the	
    -_5657F4A1F0D59763	zo_hof_tatoo42	Green Leaf Tatoo	a	the	Green Leaf Tatoos	\d	the	
    -_68F6A3A72CF5E769	zo_hof_tatoo43	Old Leaf Tatoo	an	the	Old Leaf Tatoos	\d	the	
    -_6C78C4C12B479F72	zo_hof_tatoo44	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_2C8693B12B45DF6B	zo_hof_tatoo45	Cho Etching Tatoo	a	the	Cho Etching Tatoos	\d	the	
    -_5657F4B2B137CF5F	zo_hof_tatoo46	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_5B6E69226B16DB57	zo_hof_tatoo47	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_C4CDD91730974B3C	zo_hof_tatoo48	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hof_tatoo49	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_E907A060ECC83889	zo_hof_tatoo5	Wyn Pink Tatoo	a	the	Wyn Pink Tatoos	\d	the	
    -_2184A11E2DE5C37D	zo_hof_tatoo50	Dark Serenity Tatoo	a	the	Dark Serenity Tatoos	\d	the	
    -_2873D11372E47E7E	zo_hof_tatoo51	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_1759A8B62955EB52	zo_hof_tatoo52	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_AE5EADEB9A576F70	zo_hof_tatoo53	Amber Sap Inlay Tatoo	an	the	Amber Sap Inlay Tatoos	\d	the	
    -_28C9B4A82C66AB77	zo_hof_tatoo54	Reeds Tatoo	a	the	Reeds Tatoos	\d	the	
    -_AD97DC256B258273	zo_hof_tatoo55	Venging Howl Tatoo	a	the	Venging Howl Tatoos	\d	the	
    -_64396938E9350B79	zo_hof_tatoo56	Blue Striation Tatoo	a	the	Blue Striation Tatoos	\d	the	
    -_6303C81CEE269780	zo_hof_tatoo57	Fung Etching Tatoo	a	the	Fung Etching Tatoos	\d	the	
    -_A5E8AD0AB4C59A8A	zo_hof_tatoo58	Tubular Stems Tatoo	a	the	Tubular Stems Tatoos	\d	the	
    -_A0733CABB585CF86	zo_hof_tatoo59	Brow Inlay Tatoo	a	the	Brow Inlay Tatoos	\d	the	
    -_1788B0AEA7884C5E	zo_hof_tatoo6	Orange Tinge Tatoo	an	the	Orange Tinge Tatoos	\d	the	
    -_A537A1A12EC54739	zo_hof_tatoo60	Daïsha Scroll Tatoo	a	the	Daïsha Scroll Tatoos	\d	the	
    -_E743D4BCA806AB76	zo_hof_tatoo61	Kami Wink Tatoo	a	the	Kami Wink Tatoos	\d	the	
    -_DE73F4AEF487A785	zo_hof_tatoo62	Pure Bliss Tatoo	a	the	Pure Bliss Tatoos	\d	the	
    -_E334B8AD6A85D77A	zo_hof_tatoo63	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_6A07A85C3237548A	zo_hof_tatoo7	Zin Ripples Tatoo	a	the	Zin Ripples Tatoos	\d	the	
    -_C38DC91DEA19883A	zo_hof_tatoo8	Fuchsia Thoughts Tatoo	a	the	Fuchsia Thoughts Tatoos	\d	the	
    -_5637E4AE6EA9385E	zo_hof_tatoo9	Spiral Blue Tatoo	a	the	Spiral Blue Tatoos	\d	the	
    -_29B8E49459273088	zo_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_5607906932872C68	zo_hom_tatoo1	Tan-Li Tabs Tatoo	a	the	Tan-Li Tabs Tatoos	\d	the	
    -_058E281A085D98E9	zo_hom_tatoo10	Undergrowth Streaks Tatoo	an	the	Undergrowth Streaks Tatoos	\d	the	
    -_C06EE5CFB01593E9	zo_hom_tatoo11	Belligerent Glare Tatoo	a	the	Belligerent Glare Tatoos	\d	the	
    -_67F6C72E2774CEF4	zo_hom_tatoo12	Maï-Laï Red Tatoo	a	the	Maï-Laï Red Tatoos	\d	the	
    -_EAAD852E9FB10B68	zo_hom_tatoo13	Campaign Green Tatoo	a	the	Campaign Green Tatoos	\d	the	
    -_AD9854E3EE864F28	zo_hom_tatoo14	Ci-Lyn Mauve Tatoo	a	the	Ci-Lyn Mauve Tatoos	\d	the	
    -_AB0790B02694DA67	zo_hom_tatoo15	Mark of Taï-Lo Tatoo	a	the	Mark of Taï-Lo Tatoos	\d	the	
    -_1778B8B66C550F4C	zo_hom_tatoo16	Livid Glare Tatoo	a	the	Livid Glare Tatoos	\d	the	
    -_EAC8DCB12715E277	zo_hom_tatoo17	Warrior Red Tatoo	a	the	Warrior Red Tatoos	\d	the	
    -_A24314C5A867FF74	zo_hom_tatoo18	Wavy Blue Tatoo	a	the	Wavy Blue Tatoos	\d	the	
    -_A88EE11F65E1076F	zo_hom_tatoo19	Frowning Mauve Tatoo	a	the	Frowning Mauve Tatoos	\d	the	
    -_5607C469AFB85057	zo_hom_tatoo2	Ran-Yi Blue Tatoo	a	the	Ran-Yi Blue Tatoos	\d	the	
    -_A717C9076471B383	zo_hom_tatoo20	Becoming Gaze Tatoo	a	the	Becoming Gaze Tatoos	\d	the	
    -_6C2D99142C63CA69	zo_hom_tatoo21	Budding Leaves Tatoo	a	the	Budding Leaves Tatoos	\d	the	
    -_6B28B828E8372F29	zo_hom_tatoo22	Severe Glare Tatoo	a	the	Severe Glare Tatoos	\d	the	
    -_ACBDA523AC359F22	zo_hom_tatoo23	Bloody Silence Tatoo	a	the	Bloody Silence Tatoos	\d	the	
    -_2806A8206D657335	zo_hom_tatoo24	Dan-Yo Smooth Tatoo	a	the	Dan-Yo Smooth Tatoos	\d	the	
    -_240308232D36E76A	zo_hom_tatoo25	Blue Harmony Tatoo	a	the	Blue Harmony Tatoos	\d	the	
    -_030B8880431D3CED	zo_hom_tatoo26	Remembrance Ceremony Tatoo	a	the	Remembrance Ceremony Tatoos	\d	the	
    -_A778C51E6681CF83	zo_hom_tatoo27	Crossing Blue Tatoo	a	the	Crossing Blue Tatoos	\d	the	
    -_DD63C11EB005CB81	zo_hom_tatoo28	Fury Bleeding Tatoo	a	the	Fury Bleeding Tatoos	\d	the	
    -_69B8206DAE157326	zo_hom_tatoo29	Mo-Chi Blue Tatoo	a	the	Mo-Chi Blue Tatoos	\d	the	
    -_1718A88FDE279C5E	zo_hom_tatoo3	Si-Len Wrath Tatoo	a	the	Si-Len Wrath Tatoos	\d	the	
    -_685940706BC5176C	zo_hom_tatoo30	Li-Green Tatoo	a	the	Li-Green Tatoos	\d	the	
    -_E334C0B528A7EF77	zo_hom_tatoo31	Pink Spiral Tatoo	a	the	Pink Spiral Tatoos	\d	the	
    -_5588710A6961B785	zo_hom_tatoo32	Amber of Seng Tatoo	an	the	Amber of Seng Tatoos	\d	the	
    -_1788DCB628A50B50	zo_hom_tatoo33	Fibre Inlay Tatoo	a	the	Fibre Inlay Tatoos	\d	the	
    -_1718A8CAA9B60F50	zo_hom_tatoo34	Woven Inlay Tatoo	a	the	Woven Inlay Tatoos	\d	the	
    -_56C7289EF1E6CF61	zo_hom_tatoo35	Fibre Kiss Tatoo	a	the	Fibre Kiss Tatoos	\d	the	
    -_A6083523B0C3AE7A	zo_hom_tatoo36	Notched Inlay Tatoo	a	the	Notched Inlay Tatoos	\d	the	
    -_EA974414B0F64B2A	zo_hom_tatoo37	Mystic Inlay Tatoo	a	the	Mystic Inlay Tatoos	\d	the	
    -_5657F4B2B137F35E	zo_hom_tatoo38	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_AEB5AFBDAA17D36B	zo_hom_tatoo39	Yin Grain Tatoo	a	the	Yin Grain Tatoos	\d	the	
    -_1F73048AA1970889	zo_hom_tatoo4	Go-Ni Green Tatoo	a	the	Go-Ni Green Tatoos	\d	the	
    -_41CEF1152C647A85	zo_hom_tatoo40	Capryni Overlay Tatoo	a	the	Capryni Overlay Tatoos	\d	the	
    -_1759A8B629550351	zo_hom_tatoo41	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hom_tatoo42	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_0A481C7CABE69F28	zo_hom_tatoo43	Zo-Baï Slit Tatoo	a	the	Zo-Baï Slit Tatoos	\d	the	
    -_2873C1173074A67D	zo_hom_tatoo44	Kiss of Wrath Tatoo	a	the	Kiss of Wrath Tatoos	\d	the	
    -_AD6DC91EECE5DA6B	zo_hom_tatoo45	Sifting Spirit Tatoo	a	the	Sifting Spirit Tatoos	\d	the	
    -_6C78C4C12B47C372	zo_hom_tatoo46	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_FFDC38156B16C3ED	zo_hom_tatoo47	Remembrance Mask Tatoo	a	the	Remembrance Mask Tatoos	\d	the	
    -_C14E45CA2FACB0E8	zo_hom_tatoo48	Continuity Etching Tatoo	a	the	Continuity Etching Tatoos	\d	the	
    -_E8D79D0AEDB4BA7E	zo_hom_tatoo49	Peeling Fibre Tatoo	a	the	Peeling Fibre Tatoos	\d	the	
    -_E767DFA1EFF8B438	zo_hom_tatoo5	Tree of Cho Tatoo	a	the	Tree of Cho Tatoos	\d	the	
    -_2873D11372E4967E	zo_hom_tatoo50	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_5B6E69226B16DF58	zo_hom_tatoo51	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_065DA911AE064F3D	zo_hom_tatoo52	Golden Serenity Tatoo	a	the	Golden Serenity Tatoos	\d	the	
    -_C4CDD9173097533D	zo_hom_tatoo53	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_28848D202ED3A67E	zo_hom_tatoo54	Brow of Fancy Tatoo	a	the	Brow of Fancy Tatoos	\d	the	
    -_441A95242F64EEE3	zo_hom_tatoo55	Brow of Serenity Tatoo	a	the	Brow of Serenity Tatoos	\d	the	
    -_ADD5AFB3A958A778	zo_hom_tatoo56	Red Inlay Tatoo	a	the	Red Inlay Tatoos	\d	the	
    -_6BC73413AF274B2C	zo_hom_tatoo57	Purple Inlay Tatoo	a	the	Purple Inlay Tatoos	\d	the	
    -_7BDA1E8D37CCD8F2	zo_hom_tatoo58	Scripture of Devotion Tatoo	a	the	Scripture of Devotion Tatoos	\d	the	
    -_AAC8E4B32C03EA70	zo_hom_tatoo59	Casting Eye Tatoo	a	the	Casting Eye Tatoos	\d	the	
    -_E767DFA1AF081039	zo_hom_tatoo6	Tree of Zin Tatoo	a	the	Tree of Zin Tatoos	\d	the	
    -_AD97D0CEB0672F2D	zo_hom_tatoo60	Ty-Win Inlay Tatoo	a	the	Ty-Win Inlay Tatoos	\d	the	
    -_6FF7F8206DB48E80	zo_hom_tatoo61	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_E334B8AD6A85EF7A	zo_hom_tatoo62	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_1718B8B56AB50B53	zo_hom_tatoo63	Grain Inlay Tatoo	a	the	Grain Inlay Tatoos	\d	the	
    -_17287C6D2E294058	zo_hom_tatoo7	Mul-Zo Mauve Tatoo	a	the	Mul-Zo Mauve Tatoos	\d	the	
    -_557909E02F68846E	zo_hom_tatoo8	Won-Tu Stripes Tatoo	a	the	Won-Tu Stripes Tatoos	\d	the	
    -_E8974DE5ECE52383	zo_hom_tatoo9	Sli-Teng Mauve Tatoo	a	the	Sli-Teng Mauve Tatoos	\d	the	
    -_A4C9785CEA27B4BD	fy_hof_haircolor0	Grey	\d	the	Grey	\d	the	
    -_E7292860AA9874B1	fy_hof_haircolor1	Blond	\d	the	Blond	\d	the	
    -_A7C9306D6C37A8BB	fy_hof_haircolor2	Auburn	\d	the	Auburn	\d	the	
    -_A4C8746EEAF798B8	fy_hof_haircolor3	Red	\d	the	Red	\d	the	
    -_E78A2863AA989CBA	fy_hof_haircolor4	Brown	\d	the	Brown	\d	the	
    -_64292864AA9890A6	fy_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_A4C9785CEA27D0BD	fy_hom_haircolor0	Grey	\d	\d	Grey	\d	\d	
    -_E7292860AA9890B1	fy_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9306D6C37C4BB	fy_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_A4C8746EEAF7B4B8	fy_hom_haircolor3	Red	\d	\d	Red	\d	\d	
    -_E78A2863AA98B8BA	fy_hom_haircolor4	Brown	\d	\d	Brown	\d	\d	
    -_64292864AA98ACA6	fy_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F73ECA7	ma_hof_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA1790B1	ma_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7A8BB	ma_hof_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E874AD	ma_hof_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17B8A8	ma_hof_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17ACA6	ma_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F7308A7	ma_hom_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA17ACB1	ma_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7C4BB	ma_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E890AD	ma_hom_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17D4A8	ma_hom_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17C8A6	ma_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_665ED5EBE073ECA7	tr_hof_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28ACB1	tr_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28D4BA	tr_hof_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA2798BD	tr_hof_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7974B2	tr_hof_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB56BBD	tr_hof_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_665ED5EBE07308A7	tr_hom_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28C8B1	tr_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28F0BA	tr_hom_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA27B4BD	tr_hom_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7990B2	tr_hom_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB587BD	tr_hom_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_E7290073AAF7C4B1	zo_hof_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E073ECA7	zo_hof_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB56BBD	zo_hof_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978A8BB	zo_hof_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA278CBD	zo_hof_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D974B2	zo_hof_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_E7290073AAF7E0B1	zo_hom_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E07308A7	zo_hom_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB587BD	zo_hom_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978C4BB	zo_hom_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA27A8BD	zo_hom_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D990B2	zo_hom_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_2F7F777A32255660	fy_hof_hair_artistic01	Artistic Stiff Back Hairstyle	an	the	Artistic Stiff Back Hairstyles	\d	the	
    -_D0902F96797D4E12	fy_hof_hair_artistic02	Artistic Fringe and Tails Hairstyle	an	the	Artistic Fringe and Tails Hairstyles	\d	the	
    -_2B83B460B4B49ABD	fy_hof_hair_artistic03	Artistic Long Bunched Hairstyle	an	the	Artistic Long Bunched Hairstyles	\d	the	
    -_78AD57ED908291CF	fy_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_A27AC3628F4D2682	fy_hof_hair_artistic05	Artistic High Chignon Hairstyle	an	the	Artistic High Chignon Hairstyles	\d	the	
    -_8F92A1F7C8252280	fy_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_5561513BDDA6FE7F	fy_hof_hair_basic02	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_ED49968D5F52218A	fy_hof_hair_basic03	Basic Long Fringe Hairstyle	a	the	Basic Long Fringe Hairstyles	\d	the	
    -_5251193BDDA6FA6F	fy_hof_hair_basic04	Basic Flicked Hairstyle	a	the	Basic Flicked Hairstyles	\d	the	
    -_2E8707CF81603D15	fy_hof_hair_basic05	Basic Flame Hairstyle	a	the	Basic Flame Hairstyles	\d	the	
    -_DA0D9650FA1B2719	fy_hof_hair_style01	Stylish Streaky Fringe Hairstyle	a	the	Stylish Streaky Fringe Hairstyles	\d	the	
    -_ABE45E9CD892BA16	fy_hof_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_ECA4FACF47A2CE1F	fy_hof_hair_style03	Stylish Long Silky Hairstyle	a	the	Stylish Long Silky Hairstyles	\d	the	
    -_463BB1E964F542A8	fy_hof_hair_style04	Stylish Gubani Hairstyle	a	the	Stylish Gubani Hairstyles	\d	the	
    -_79DA17DE3110A320	fy_hof_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_B320677D32257260	fy_hom_hair_artistic01	Artistic Swept Back Hairstyle	an	the	Artistic Swept Back Hairstyles	\d	the	
    -_B467CB2F62F6DEA5	fy_hom_hair_artistic02	Artistic Top Tail Hairstyle	an	the	Artistic Top Tail Hairstyles	\d	the	
    -_78AD57ED9082A9CF	fy_hom_hair_artistic03	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_5133A817A96832E2	fy_hom_hair_artistic04	Artistic Crown and Tail Hairstyle	an	the	Artistic Crown and Tail Hairstyles	\d	the	
    -_86340642F4578128	fy_hom_hair_artistic05	Artistic Pride Hairstyle	an	the	Artistic Pride Hairstyles	\d	the	
    -_8F92A1F7C8253E80	fy_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_71AA7E78CB854685	fy_hom_hair_basic02	Basic Stubby Tail Hairstyle	a	the	Basic Stubby Tail Hairstyles	\d	the	
    -_5769C68392A1AA45	fy_hom_hair_basic03	Basic Stiff Back Hairstyle	a	the	Basic Stiff Back Hairstyles	\d	the	
    -_8FC2A1F7C8764671	fy_hom_hair_basic04	Basic Shaggy Hairstyle	a	the	Basic Shaggy Hairstyles	\d	the	
    -_3FF9988A02B60A8C	fy_hom_hair_basic05	Basic Izam Wings Hairstyle	a	the	Basic Izam Wings Hairstyles	\d	the	
    -_A15F3EFE3D0CE305	fy_hom_hair_style01	Stylish Flaming Sides Hairstyle	a	the	Stylish Flaming Sides Hairstyles	\d	the	
    -_ABE45E9CD892D616	fy_hom_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_2F74DAD04712D621	fy_hom_hair_style03	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_26048281D2664F1B	fy_hom_hair_style04	Stylish Bodoc Horns Hairstyle	a	the	Stylish Bodoc Horns Hairstyles	\d	the	
    -_79DA17DE3110BF20	fy_hom_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_FDB33C4800B68FEF	ma_hof_hair_artistic01	Artistic Long Headbanded Hairstyle	an	the	Artistic Long Headbanded Hairstyles	\d	the	
    -_B4678736DDF6C2A5	ma_hof_hair_artistic02	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_E36B7C123BD5FE91	ma_hof_hair_artistic03	Artistic Side Buns Hairstyle	an	the	Artistic Side Buns Hairstyles	\d	the	
    -_9E9F0F6FF1D5FE90	ma_hof_hair_artistic04	Artistic High Piled Hairstyle	an	the	Artistic High Piled Hairstyles	\d	the	
    -_8634E649F40F3128	ma_hof_hair_artistic05	Artistic Virgo/Blank Hairstyle	an	the	Artistic Virgo/Blank Hairstyle	\d	the	
    -_8F9241FEC8252280	ma_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_ADB8F9A2912C338E	ma_hof_hair_basic02	Bais Part Left Wedge Hairstyle	a	the	Bais Part Left Wedge Hairstyles	\d	the	
    -_ADE81297170031EB	ma_hof_hair_basic03	Basic Left Flicked Hairstyle	a	the	Basic Left Flicked Hairstyles	\d	the	
    -_5302A52EFC9CB186	ma_hof_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_8B7DD8917F661AF8	ma_hof_hair_basic05	Basic Long Wick Hairstyle	a	the	Basic Long Wick Hairstyle	\d	the	
    -_877B133566ECD7C8	ma_hof_hair_style01	Stylish Part Left Braided Hairstyle	a	the	Stylish Part Left Braided Hairstyles	\d	the	
    -_6A6572D40E04A2B0	ma_hof_hair_style02	Stylish High Tail Hairstyle	a	the	Stylish High Tail Hairstyles	\d	the	
    -_AE7572D40E748EBC	ma_hof_hair_style03	Stylish Yubo Tail Hairstyle	a	the	Stylish Yubo Tail Hairstyles	\d	the	
    -_5C95373BE55B03E9	ma_hof_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_14D037EE71253488	ma_hof_hair_style05	Noble Chignon Hairstyle	a	the	Noble Chignon Hairstyle	\d	the	
    -_F49F3F837025BA60	ma_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_2B83546336E4A6BD	ma_hom_hair_artistic02	Artistic Long Braided Hairstyle	an	the	Artistic Long Braided Hairstyles	\d	the	
    -_F48F0F6F7025C260	ma_hom_hair_artistic03	Artistic Baggy Tail Hairstyle	an	the	Artistic Baggy Tail Hairstyles	\d	the	
    -_23FE8FF1DECEE57B	ma_hom_hair_artistic04	Artistic Tabs Hairstyle	an	the	Artistic Tabs Hairstyles	\d	the	
    -_94B6F5782F80E531	ma_hom_hair_artistic05	Artistic Bevel Square with Ornament Hairstyle	an	the	Artistic Bevel Square with Ornament Hairstyle	\d	the	
    -_8F9241FEC8253E80	ma_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98B856925FB49146	ma_hom_hair_basic02	Basic Long Quiff Hairstyle	a	the	Basic Long Quiff Hairstyles	\d	the	
    -_89EFC9A26194F183	ma_hom_hair_basic03	Basic Flat Top Hairstyle	a	the	Basic Flat Top Hairstyles	\d	the	
    -_5302A52EFC9CCD86	ma_hom_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_CA7D3491A0B16E7C	ma_hom_hair_basic05	Basic Square Bob Hairstyle	a	the	Basic Square Bob Hairstyle	\d	the	
    -_E7345E881797430D	ma_hom_hair_style01	Stylish Short Wedge Hairstyle	a	the	Stylish Short Wedge Hairstyles	\d	the	
    -_96A502E1E1850671	ma_hom_hair_style02	Stylish Undercut Hairstyle	a	the	Stylish Undercut Hairstyles	\d	the	
    -_E8F4D673282C7B00	ma_hom_hair_style03	Stylish Tight Plaits Hairstyle	a	the	Stylish Tight Plaits Hairstyles	\d	the	
    -_5C95373BE55B1FE9	ma_hom_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_C3771D0F0CA64C79	ma_hom_hair_style05	Mektoub's Trunk Hairstyle	a	the	Mektoub's Trunk Hairstyle	\d	the	
    -_B467CB3DDDF6BEA5	tr_hof_hair_artistic01	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_8F36F7FA8B59F2C4	tr_hof_hair_artistic02	Artistic Moppy Hair and Cap Hairstyle	an	the	Artistic Moppy Hair and Cap Hairstyles	\d	the	
    -_77CDE7E6A4A02AB1	tr_hof_hair_artistic03	Artistic Chignon Hairstyle	an	the	Artistic Chignon Hairstyles	\d	the	
    -_78AD3BFB908291CF	tr_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_C8F502C34D00651B	tr_hof_hair_artistic05	Artistic Glasses Hairstyle	an	the	Artistic Glasses Hairstyle	\d	the	
    -_8F928505C8252280	tr_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_F74E17E994E43B59	tr_hof_hair_basic02	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_050396B6D9E4E159	tr_hof_hair_basic03	Basic Side Wave Hairstyle	a	the	Basic Side Wave Hairstyles	\d	the	
    -_55813549DDA6FE7F	tr_hof_hair_basic04	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_0AC04D4457D7127C	tr_hof_hair_basic05	Basic Savage Bangs Hairstyle	a	the	Basic Savage Bangs Hairstyle	\d	the	
    -_DDE5FF55269B33A1	tr_hof_hair_style01	Stylish High Twin Tails Hairstyle	a	the	Stylish High Twin Tails Hairstyles	\d	the	
    -_08678A5603528F83	tr_hof_hair_style02	Stylish Twin Tails and Fringe Hairstyle	a	the	Stylish Twin Tails and Fringe Hairstyles	\d	the	
    -_557546B25E850A6C	tr_hof_hair_style03	Stylish Piled-up Hairstyle	a	the	Stylish Piled-up Hairstyles	\d	the	
    -_2F84BEDE4712BA21	tr_hof_hair_style04	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_13C190FA9E3F4C1A	tr_hof_hair_style05	Tight Plait Hairstyle	a	the	Tight Plait Hairstyle	\d	the	
    -_F49F838A7025BA60	tr_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_349DFBDF64A00EB0	tr_hom_hair_artistic02	Artistic Bandana Hairstyle	an	the	Artistic Bandana Hairstyles	\d	the	
    -_BF3CF712D97E225D	tr_hom_hair_artistic03	Artistic Spiky Hairstyle	an	the	Artistic Spiky Hairstyles	\d	the	
    -_EFCF3B707533F5A4	tr_hom_hair_artistic04	Artistic Peaked Bob Hairstyle	an	the	Artistic Peaked Bob Hairstyles	\d	the	
    -_E6F11CDE25C5EDFA	tr_hom_hair_artistic05	Artistic Shoulder-length with Ribbon Hairstyle	an	the	Artistic Shoulder-length with Ribbon Hairstyle	\d	the	
    -_8F928505C8253E80	tr_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_320982A297F08E95	tr_hom_hair_basic02	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_A9E87660BF26B7E5	tr_hom_hair_basic03	Basic Beaded Fringe Hairstyle	a	the	Basic Beaded Fringe Hairstyles	\d	the	
    -_F76E17E994E45759	tr_hom_hair_basic04	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_09BD6BDDDAA7228A	tr_hom_hair_basic05	Basic Short Flame Hairstyle	a	the	Basic Short Flame Hairstyle	\d	the	
    -_454F22FADF757E87	tr_hom_hair_style01	Stylish Toggles Hairstyle	a	the	Stylish Toggles Hairstyles	\d	the	
    -_A4206ABF28CB37F9	tr_hom_hair_style02	Srylish Plaited Tail Hairstyle	a	the	Srylish Plaited Tail Hairstyles	\d	the	
    -_EA55F27A690C4311	tr_hom_hair_style03	Stylish Tufty Fringe Hairstyle	a	the	Stylish Tufty Fringe Hairstyles	\d	the	
    -_007FE6FAE136768A	tr_hom_hair_style04	Stylish Crested Hairstyle	a	the	Stylish Crested Hairstyles	\d	the	
    -_FA90CCFBEFF0C332	tr_hom_hair_style05	Powder Puff Hairstyle	a	the	Powder Puff Hairstyle	\d	the	
    -_45AE187B72B6324B	zo_hof_hair_artistic01	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_F98ECBF6A4A0FEA7	zo_hof_hair_artistic02	Artistic Crested Hairstyle	an	the	Artistic Crested Hairstyles	\d	the	
    -_75BC070BD1828DC9	zo_hof_hair_artistic03	Artistic Dreads Hairstyle	an	the	Artistic Dreads Hairstyles	\d	the	
    -_BAFCD70DDA7E0A5D	zo_hof_hair_artistic04	Artistic Wedge Hairstyle	an	the	Artistic Wedge Hairstyles	\d	the	
    -_78D8881C9717E6B2	zo_hof_hair_artistic05	Artistic Wick with Ornament Hairstyle	an	the	Artistic Wick with Ornament Hairstyle	\d	the	
    -_8F92790BC8252280	zo_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED47546	zo_hof_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_90533D0BC8161E6B	zo_hof_hair_basic03	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_1013E520B7E05685	zo_hof_hair_basic04	Basic Spiky Hairstyle	a	the	Basic Spiky Hairstyles	\d	the	
    -_4D5BBD4C34294CC9	zo_hof_hair_basic05	Basic Wicks Plated Behind Hairstyle	a	the	Basic Wicks Plated Behind Hairstyle	\d	the	
    -_EAF402B902C6F70C	zo_hof_hair_style01	Stylish Side Draped Hairstyle	a	the	Stylish Side Draped Hairstyles	\d	the	
    -_698416C902C6F70C	zo_hof_hair_style02	Stylish Side Twined Hairstyle	a	the	Stylish Side Twined Hairstyles	\d	the	
    -_6DC4D207542ED60A	zo_hof_hair_style03	Stylish Top Twined Hairstyle	a	the	Stylish Top Twined Hairstyles	\d	the	
    -_6AB4D2E047B2B204	zo_hof_hair_style04	Stylish High Piled Hairstyle	a	the	Stylish High Piled Hairstyles	\d	the	
    -_574994FBEE309F8B	zo_hof_hair_style05	Springlike Hairstyle	a	the	Springlike Hairstyle	\d	the	
    -_A7EB7F3D5F37F298	zo_hom_hair_artistic01	Artistic High Top Hairstyle	an	the	Artistic High Top Hairstyles	\d	the	
    -_45AE187B72B6524B	zo_hom_hair_artistic02	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_9E8F639773A53293	zo_hom_hair_artistic03	Artistic Long Spiky Hairstyle	an	the	Artistic Long Spiky Hairstyles	\d	the	
    -_359DDBF6E9A062B0	zo_hom_hair_artistic04	Artistic Trident Hairstyle	an	the	Artistic Trident Hairstyles	\d	the	
    -_9F7D681D9CED588D	zo_hom_hair_artistic05	Artistic Leaves with Complement to the Mask Hairstyle	an	the	Artistic Leaves with Complement to the Mask Hairstyle	\d	the	
    -_8F92790BC8253E80	zo_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED49146	zo_hom_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_321976A897F08E95	zo_hom_hair_basic03	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_90633D0BC8163A6B	zo_hom_hair_basic04	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_6E87DFE3C120591B	zo_hom_hair_basic05	Basic Seed Hairstyle	a	the	Basic Seed Hairstyle	\d	the	
    -_A77416C902F61F0C	zo_hom_hair_style01	Stylish High Twined Hairstyle	a	the	Stylish High Twined Hairstyles	\d	the	
    -_258416C902260F04	zo_hom_hair_style02	Stylish Back Twined Hairstyle	a	the	Stylish Back Twined Hairstyles	\d	the	
    -_A89416C902E63B12	zo_hom_hair_style03	Stylish Long Twined Hairstyle	a	the	Stylish Long Twined Hairstyles	\d	the	
    -_863B8907E2F56AA5	zo_hom_hair_style04	Stylish Dreads Hairstyle	a	the	Stylish Dreads Hairstyles	\d	the	
    -_7C20A0EE31BFBF31	zo_hom_hair_style05	Autumnal Hairstyle	an	the	Autumnal Hairstyle	\d	the	
    -_81A22678035CE9F0	ic_candy_stick	Candy Cane	a	the	Candy Canes	\d	the	
    -_6DF6933D6FDB589D	if1	Basic Forage Bale	a	the	Basic Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_AC545FA407698E0E	if2	Concentrated Forage Bale	a	the	Concentrated Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_D70F815824F8AC0A	if3	Small Forage Bale	a	the	Small Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 300 Hunger Points.
    -_A84322F366A92232	issf1	Feed Animal #1 Service	a	the	Feed Animal #1 Services	\d	the	The stable boy offers to feed your animal #1. Your animal will be able to eat its fill. 
    -_A84322F3A6C92233	issf2	Feed Animal #2 Service	a	the	Feed Animal #2 Services	\d	the	The stable boy offers to feed your animal #2. Your animal will be able to eat its fill. 
    -_A84322F3E6E92234	issf3	Feed Animal #3 Service	a	the	Feed Animal #3 Services	\d	the	The stable boy offers to feed your animal #3. Your animal will be able to eat its fill. 
    -_A84322F327092235	issf4	Feed Animal #4 Service	a	the	Feed Animal #4 Services	\d	the	The stable boy offers to feed your animal #4. Your animal will be able to eat its fill. 
    -_E2603CFF31C680C4	issfa	Feed Animals Service	a	the	Feed Animals Services	\d	the	The stable boy offers to feed all your animals that are in his stable. They will all be able to eat their fill. 
    -_403C2C23881C3897	potion_r_09_05	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_829D502388CD3C98	potion_r_10_12	Mystical Potion	a	the	Mystical Potions	\d	the	
    -_B142EBAAFF53F74E	kami_ring_of_vision	Ring of Vision	a	the	Rings of Vision	\d	the	
    -_F0BE359678CDC80C	missive_r_09_02	Missive	a	the	Missives	\d	the	
    -_3F4A9A959B3A2C6C	goo_covered_seeds	Goo-Covered Seeds	some	the	Goo-Covered Seeds	\d	the	
    -_4D85FF890E6AFA3E	r_10_05_recueil_poemes	Anthology of Poems	an	the	Anthologies of Poems	\d	the	
    -_2DCB688E21B8B4A4	iasl_gm	Tenwo	a	the	Tenwo	\d	the	
    -_17F88ADD3484C26B	R_09_12_grande_perle	Pearl of Syk	a	the	Pearls of Syk	\d	the	
    -_97FC72604CF4ED0F	iapsd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with very feeble constitution
    -_439D8F74BE4AFD32	iapsdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with feeble constitution
    -_D40576FD6D91CE3D	iapsdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with average constitution
    -_038AB4C3602E7018	iapsde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with above average constitution
    -_2F6B57078A74AFFB	iapsdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with excellent constitution
    -_9943DD5E8B04A089	iapsf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with very feeble constitution
    -_82AD42ECC0916832	iapsfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with feeble constitution
    -_14D054058A3EC63C	iapsfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with average constitution
    -_8259B8703EAE41F4	iapsfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with above average constitution
    -_0DEB28E10943B3AA	iapsff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with excellent constitution
    -_F2C2CF5A0D44A08D	iapsj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with very feeble constitution
    -_04ED42EC19105A32	iapsjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with feeble constitution
    -_15D0546A8806B646	iapsjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with average constitution
    -_81BAC8703E042175	iapsje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with above average constitution
    -_0D41085E08A4C3AE	iapsjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with excellent constitution
    -_863132EC8CD4A59A	iapsl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with very feeble constitution
    -_837D47F7AD7FBDC6	iapslc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with feeble constitution
    -_53E480B94190FD46	iapsld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with average constitution
    -_E69AACB101EABD10	iapsle	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with above average constitution
    -_D027A4F76D84A7F1	iapslf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with excellent constitution
    -_FE0FA17D3E56ACFA	ipma01	Focus Egg 1	a	the	Focus Eggs 1	\d	the	Instantly gives you 100 Focus points.
    -_FE0FA17E3E66B0FB	ipma02	Focus Egg 2	a	the	Focus Eggs 2	\d	the	Instantly gives you 200 Focus points.
    -_FE0FA17F3E76B4FC	ipma03	Focus Egg 3	a	the	Focus Eggs 3	\d	the	Instantly gives you 300 Focus points.
    -_FE0FA1803E86B8FD	ipma04	Focus Egg 4	a	the	Focus Eggs 4	\d	the	Instantly gives you 400 Focus points.
    -_FE0FA1813E96BCFE	ipma05	Focus Egg 5	a	the	Focus Eggs 5	\d	the	Instantly gives you 500 Focus points.
    -_FB0B0FAE5714D854	ipmb01	Stamina Egg 1	a	the	Stamina Eggs 1	\d	the	Instantly gives you 100 Stamina points.
    -_FB1B0FAE5724DC55	ipmb02	Stamina Egg 2	a	the	Stamina Eggs 2	\d	the	Instantly gives you 200 Stamina points.
    -_FB2B0FAE5734E056	ipmb03	Stamina Egg 3	a	the	Stamina Eggs 3	\d	the	Instantly gives you 300 Stamina points.
    -_FB3B0FAE5744E457	ipmb04	Stamina Egg 4	a	the	Stamina Eggs 4	\d	the	Instantly gives you 400 Stamina points.
    -_FB4B0FAE5754E858	ipmb05	Stamina Egg 5	a	the	Stamina Eggs 5	\d	the	Instantly gives you 500 Stamina points.
    -_A3A62D79DB673B60	ipmc01	Life Egg 1	a	the	Life Eggs 1	\d	the	Instantly gives you 100 Hit points
    -_A3C62D79DB673F61	ipmc02	Life Egg 2	a	the	Life Eggs 2	\d	the	Instantly gives you 200 Hit points
    -_A3E62D79DB674362	ipmc03	Life Egg 3	a	the	Life Eggs 3	\d	the	Instantly gives you 300 Hit points
    -_A3062D79DB674763	ipmc04	Life Egg 4	a	the	Life Eggs 4	\d	the	Instantly gives you 400 Hit points
    -_A3262D79DB674B64	ipmc05	Life Egg 5	a	the	Life Eggs 5	\d	the	Instantly gives you 500 Hit points
    -_6063D2453F27C6F1	ipmd01	Sap Egg 1	a	the	Sap Eggs 1	\d	the	Instantly gives you 100 Sap points
    -_A063D2453F37CAF2	ipmd02	Sap Egg 2	a	the	Sap Eggs 2	\d	the	Instantly gives you 200 Sap points
    -_E063D2453F47CEF3	ipmd03	Sap Egg 3	a	the	Sap Eggs 3	\d	the	Instantly gives you 300 Sap points
    -_2163D2453F57D2F4	ipmd04	Sap Egg 4	a	the	Sap Eggs 4	\d	the	Instantly gives you 400 Sap points
    -_6163D2453F67D6F5	ipmd05	Sap Egg 5	a	the	Sap Eggs 5	\d	the	Instantly gives you 500 Sap points
    -_9967E85B25F15A64	ipme01	Speed Egg 1	a	the	Speed Eggs 1	\d	the	Doubles your run speed for 10 seconds.
    -_9967E86025015E65	ipme02	Speed Egg 2	a	the	Speed Eggs 2	\d	the	Doubles your run speed for 15 seconds.
    -_9967E85B65116266	ipme03	Speed Egg 3	a	the	Speed Eggs 3	\d	the	Doubles your run speed for 20 seconds.
    -_9967E86065216667	ipme04	Speed Egg 4	a	the	Speed Eggs 4	\d	the	Doubles your run speed for 25 seconds.
    -_9967E85BA5316A68	ipme05	Speed Egg 5	a	the	Speed Eggs 5	\d	the	Doubles your run speed for 30 seconds.
    -_F26DCB060D18501B	ipmf01	Invulnerability Egg 1	an	the	Invulnerability Eggs 1	\d	the	Makes you invulnerable for 15 seconds. You cannot perform any actions whilst active.
    -_F27DD3060D18581B	ipmf02	Invulnerability Egg 2	an	the	Invulnerability Eggs 2	\d	the	Makes you invulnerable for 17 seconds. You cannot perform any actions whilst active.
    -_F28DDB060D18601B	ipmf03	Invulnerability Egg 3	an	the	Invulnerability Eggs 3	\d	the	Makes you invulnerable for 19 seconds. You cannot perform any actions whilst active.
    -_F29DBB070D18681B	ipmf04	Invulnerability Egg 4	an	the	Invulnerability Eggs 4	\d	the	Makes you invulnerable for 21 seconds. You cannot perform any actions whilst active.
    -_F2ADC3070D18701B	ipmf05	Invulnerability Egg 5	an	the	Invulnerability Eggs 5	\d	the	Makes you invulnerable for 23 seconds. You cannot perform any actions whilst active.
    -_DB311DB7E7B9730D	isadp_kami_1	'Ritual Breath of Ma-Duk' Service	a	the	'Ritual Breath of Ma-Duk' Services	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_016654FBFEAB7141	isadp_kami_2	'Sacred Breath of Ma-Duk' Service	a	the	'Sacred Breath of Ma-Duk' Services	\d	the	Accelerates the current rate of reduction of your death penalty
    -_AE2515E135AD26BF	isadp_kami_3	'Divine Breath of Ma-Duk' Service	a	the	'Divine Breath of Ma-Duk' Services	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_7637AD64A2F2A345	isadp_karavan_1	'Ritual Kiss of Jena' Service	a	the	'Ritual Kiss of Jena' Service	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_692E0EB5D0DC0B28	isadp_karavan_2	'Sacred Kiss of Jena' Service	a	the	'Sacred Kiss of Jena' Service	\d	the	Accelerates the current rate of reduction of your death penalty
    -_D542347F0DF0A77C	isadp_karavan_3	'Divine kiss of Jena' Service	a	the	'Divine Kiss of Jena' Service	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_34A595F283C3C0A4	icbm2sa	Retch Axe of the Barkers	a	the	Retch Axes of the Barkers	\d	the	
    -_E724E91052DCDF2A	icbm2sa_2	Retch Axe of the Woven Bridles	a	the	Retch Axes of the Woven Bridles	\d	the	
    -_9A17E531B3C4943A	icbm2sa_3	Retch Axe of the Watchers	a	the	Retch Axes of the Watchers	\d	the	
    -_47DE3093F681D152	icbm2pp	Krop Pike of the Border Guards	a	the	Krop Pikes of the Matisian Border Guards	\d	the	
    -_5A38CC85F5AD8B50	icbm2pp_2	Krop Pike of the Kitin Gatherers	a	the	Krop Pikes of the Kitin Gatherers	\d	the	
    -_6290E06024F278DA	icbm2pp_3	Krop Pike of the Ancient Dryads	a	the	Krop Pikes of the Ancient Dryads	\d	the	
    -_6E8BB0B0FFB082EE	icbm2bm	Kanka Mace of the Tutors	a	the	Kanka Maces of the Tutors	\d	the	
    -_ED2AF57C1743F494	icbm2bm_2	Kanka Mace of the Recoverers	a	the	Kanka Maces of the Recoverers	\d	the	
    -_BC0B03FE3B4CD688	icbm2ss	Flence Sword of the Silt Sculptors	a	the	Flence Swords of the Silt Sculptors	\d	the	
    -_FCB8B79F92E470F0	icbm2ss_2	Flence Sword of the Ecowarriors	a	the	Flence Swords of the Ecowarriors	\d	the	
    -_32B540B9778263C4	icbm1sa	Cleven Axe of the Leviers	a	the	Cleven Axes of the Leviers	\d	the	
    -_27F887DC8A1EBB89	icbm1sa_2	Cleven Axe of the Renegades	a	the	Cleven Axes of the Renegades	\d	the	
    -_EBB7A046FED16F35	icbm1sa_3	Cleven Axe of the Fraiders	a	the	Cleven Axes of the Fraiders	\d	the	
    -_546524D1FE7C7B1E	icbm1pd	Fyler Dagger of the Corsairs	a	the	Fyler Daggers of the Corsairs	\d	the	
    -_2049B5A6D0029C50	icbm1pd_2	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_4C3E08FC91BEB069	icbm1pd_3	Fyler Dagger of the Cuzans	a	the	Fyler Daggers of the Cuzans	\d	the	
    -_4940D97F838E3064	icbm1ps	Palor Spear of the Hamazans	a	the	Palor Spears of the Hamazans	\d	the	
    -_8489AC4649EB7BA4	icbm1ps_2	Palor Spear of The Arid Matis	a	the	Palor Spears of The Arid Matis	\d	the	
    -_240D0C187511ADB7	icbm1ps_3	Palor Spear of the Sap Slaves	a	the	Palor Spears of the Sap Slaves	\d	the	
    -_2B7988AD7D405EE8	icbm1bm	Nanka Mace of the Sacred Sap	some	the	Nanka Maces of the Sacred Sap	\d	the	
    -_739B4DF98992C09F	icbm1bm_2	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9491F885383C2FC0	icbm1bm_3	Nanka Mace of the Gibads	a	the	Nanka Maces of the Gibads	\d	the	
    -_B2443A1D8E883E7E	icbm1bs	Eternal Tree Shopan Shaft	an	the	Eternal Tree Shopan Shafts	\d	the	
    -_141502B0C09677E8	icbm1bs_2	Shopan Staff of the Sap Gleaners	a	the	Shopan Staffs of the Sap Gleaners	\d	the	
    -_302925517C4B0570	icbm1bs_3	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_B2C3630E0928CE4F	icbm1ss	Tanner Sword of the Smugglers	a	the	Tanner Swords of the Smugglers	\d	the	
    -_CC8678AE739E6713	icbm1ss_2	Tanner Sword of the Slash and Burn	a	the	Tanner Swords of the Slash and Burn	\d	the	
    -_31C7EFDDC71BD88E	icbm1ss_3	Tanner Sword of the Lagoon Brothers	a	the	Tanner Swords of the Lagoon Brothers	\d	the	
    -_7C31B90EC021D0EF	icbr2a	Fraser Autolauncher of the Night Turners	a	the	Fraser Autolaunchers of the Night Turners	\d	the	
    -_0BC23687E60E118F	icbr2a_2	Fraser Autolauncher of the Dune Riders	a	the	Fraser Autolaunchers of the Dune Riders	\d	the	
    -_C892FA80269E19AC	icbr2a_3	Fraser Autolauncher of the Firebrands	a	the	Fraser Autolaunchers of the Firebrands	\d	the	
    -_41BC666723F68C5D	icbr2b	Ma-Kam Bowrifle of the Siblings of the Weeds	a	the	Ma-Kam Bowrifles of the Siblings of the Weeds	\d	the	
    -_C44917DCB2484C39	icbr2b_2	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_D31BA3E9F2F9B807	icbr2b_3	Ma-Kam Bowrifle of the Keepers	a	the	Ma-Kam Bowrifles of the Keepers	\d	the	
    -_C96301658F8B098F	icbr2l	Brazer Launcher of the Frahar Hunters	a	the	Brazer Launchers of the Frahar Hunters	\d	the	
    -_21B34E34301557E7	icbr2l_2	Brazer Launcher of the Lawless	a	the	Brazer Launchers of the Lawless	\d	the	
    -_9A72E994AFC87368	icbr1p	Maka Pistol of the First Deserters	a	the	Maka Pistols of the First Deserters	\d	the	
    -_6E64E38954A8CF89	icbr1p_2	Maka Pistol of the Darkening Sap	some	the	Maka Pistols of the Darkening Sap	\d	the	
    -_4A8D903202EB249A	icbr1p_3	Maka Pistol of the Slavers	a	the	Maka Pistols of the Slavers	\d	the	
    -_0E6007CB18696F22	icbr1b	Fletcher Bowpistol of the Green Seeds	a	the	Fletcher Bowpistols of the Green Seeds	\d	the	
    -_DB0A24AB8FD87060	icbr1b_2	Fletcher Bowpistol of the Chlorogoos	a	the	Fletcher Bowpistols of the Chlorogoos	\d	the	
    -_1DAA2C9891889848	icbr1b_3	Fletcher Bowpistol of the Cockroaches	a	the	Fletcher Bowpistols of the Cockroaches	\d	the	
    -_273AACE94B59B4AF	icbr2r	Boomer Rifle of the Shadow Runners	a	the	Boomer Rifles of the Shadow Runners	\d	the	
    -_53F1E542309E661E	icbr2r_2	Boomer Rifle of the Kuilde	a	the	Boomer Rifles of the Kuilde	\d	the	
    -_F823A05B300E2D2D	icbr2r_3	Boomer Rifle of the Root Tappers	a	the	Boomer Rifles of the Root Tappers	\d	the	
    -_256D35F2C5A70404	icbsb	Kastu Buckler of the Icon Worshippers	a	the	Kastu Bucklers of the Icon Worshippers	\d	the	
    -_601841A7547E24DB	icbsb_2	Kastu Buckler of the Beachcombers	a	the	Kastu Bucklers of the Beachcombers	\d	the	
    -_832B724EC96018AD	icbsb_3	Kastu Buckler of the Scorchers	a	the	Kastu Bucklers of the Scorchers	\d	the	
    -_FC842FBDC3C7D1CE	icbss	Water Breakers Stok Shield	a	the	Water Breakers Stok Shields	\d	the	
    -_012E2235343CB1AD	icbss_2	Stok Shield of the Pyromancers	a	the	Stok Shields of the Pyromancers	\d	the	
    -_B7894180CB07507E	icbss_3	Stok Shield of the Oasis Diggers	a	the	Stok Shields of the Oasis Diggers	\d	the	
    -_95829D6A573A7B56	test_scroll	Used Parchment	a	the	Used Parchments	\d	the	@{FFF9}This used parchment is unreadable...
    -_26A82E2C736968FF	ep2_large_bark_splinter	Large Fragment of Bark	a	the	Large Fragments of Bark	\d	the	
    -_43FF15B4E2428065	ep2_large_fibers	Large Handful of Fibers	a	the	Large Handfuls of Fibers	\d	the	
    -_7D8480F4EBD96ABB	ep2_large_root_piece	Large Piece of Root	a	the	Large Pieces of Root	\d	the	
    -_69B2A3328BF8B02E	ep2_large_trunk	Long Part of Trunk	a	the	Long Parts of Trunk	\d	the	
    -_3D228D8CD7612330	ep2_major_maduk_core	Major Part of Ma-Duk's Core	a	the	Major Parts of Ma-Duk's Core	\d	the	
    -_0291763EEFEE915A	ep2_major_symbol_part	Major Part of the Symbol	a	the	Major Parts of the Symbol	\d	the	
    -_E6BC0942CCCA3619	ep2_minor_maduk_core	Minor Part of ma-Duk's Core	a	the	Minor Parts of Ma-Duk's Core	\d	the	
    -_0311763EEF2EC162	ep2_minor_symbol_part	Minor Part of the Symbol	a	the	Minor Parts of the Symbol	\d	the	
    -_C9E6BE5AAEE3BCCB	ep2_small_bark_splinter	Small Fragment of Bark	a	the	Small Fragments of Bark	\d	the	
    -_C15021BFE960D46D	ep2_small_fibers	Small Handful of Fibers	a	the	Small Handfuls of Fiber	\d	the	
    -_4557FB3B22073DE9	ep2_small_root_piece	Small Piece of Root	a	the	Small Pieces of Root	\d	the	
    -_29D3BF398AD70C3C	ep2_small_trunk	Small Part of Trunk	a	the	Small Parts of Trunk	\d	the	
    -_BC5191C78EE1FED4	ep2_large_moss_patch	Large Handful of Moss	a	the	Large Handfuls of Moss	\d	the	
    -_8F9116D876F84899	ep2_small_bud	Small Ornamental Bud	a	the	Small Ornamental Buds	\d	the	
    -_42354CE71D952AF3	ep2_small_moss_patch	Small Handful of Moss	a	the	Small Handfuls of Moss	\d	the	
    -_CA00D6D66FD9887F	ep2_large_bud	Large Ornamental Bud	a	the	Large Ornamental Buds	\d	the	
    -_243FE7C75D08466D	ep2_high_brick	Higher Brick Wall	a	the	Higher Brick Walls	\d	the	
    -_5A2D672E92639F42	ep2_large_conglomerate	Big Conglomerate of Attics	a	the	Big Conglomerates of Attics	\d	the	
    -_15335AA51325C108	ep2_low_brick	Lower Brick Wall	a	the	Lower Brick Walls	\d	the	
    -_3614EEA5F764F0B3	ep2_major_column	Major Part of Column	a	the	Major Parts of Column	\d	the	
    -_F93BFE01FC38724D	ep2_major_justice_column	Major Part of the Column of Justice	a	the	Major Parts of the Column of Justice	\d	the	
    -_C91907D2BD773DB4	ep2_major_ornament	Major Ornamental Part	a	the	Major Ornamental Parts	\d	the	
    -_76ECE3AA52EEFAB6	ep2_large_patch_cover	Major Covering Plate	a	the	Major Covering Plates	\d	the	
    -_D12772F5D837E5D0	ep2_major_pedestal	Major Part of Pedestal	a	the	Major Parts of Pedestal	\d	the	
    -_1F95629D83FA01FD	ep2_major_statue_part	Major Part of Statue	a	the	Major Parts of Statue	\d	the	
    -_74A326AA36A443C1	ep2_minor_column	Minor Part of Column	a	the	Minor Parts of Column	\d	the	
    -_F93B0E0DFE78924D	ep2_minor_justice_column	Minor Part of the Column of Justice	a	the	Minor Parts of the Column of Justice	\d	the	
    -_C95927D6BFB75DB4	ep2_minor_ornament	Minor Ornamental Part	a	the	Minor Ornamental Parts	\d	the	
    -_798A83F9D4F9848D	ep2_small_patch_cover	Minor Covering Plate	a	the	Minor Covering Plates	\d	the	
    -_D16792F5D8B725D0	ep2_minor_pedestal	Minor Part of Pedestal	a	the	Minor Parts of Pedestal	\d	the	
    -_2195629D837A4101	ep2_minor_statue_part	Minor Part of Statue	a	the	Minor Parts of Statue	\d	the	
    -_5A2E534891E3CF49	ep2_small_conglomerate	Small Conglomerate of Attics	a	the	Small Conglomerates of Attics	\d	the	
    -_B946D567EE8D669A	ixpca01	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_B946D567EE9D669A	ixpca02	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_4A56CE942904FC4F	mp_kami_ep2_choice_50	Kamist Apprentice Resource	a	the	Kamist Apprentice Resources	\d	the	
    -_E30154F7841E225A	mp_kami_ep2_choice_100	Confirmed Kamist Resource	a	the	Confirmed Kamist Resources	\d	the	
    -_A4B470C76ABE73FC	mp_kami_ep2_choice_150	Initiated Kamist Resource	an	the	Initiated Kamist Resources	\d	the	
    -_20CEBCB42C5F8D00	mp_kami_ep2_choice_200	Kamist Expert Resource	a	the	Kamist Expert Resources	\d	the	
    -_2E34964F55DA0038	mp_kami_ep2_choice_250	Kamist Master Resource	a	the	Kamist Master Resources	\d	the	
    -_6E558502EC7CDD32	mp_kami_ep2_excellent_50	Major Kamist Apprentice Resource	a	the	Major Kamist Apprentice Resources	\d	the	
    -_62669AA9E4FB29E0	mp_kami_ep2_excellent_100	Major Confirmed Kamist Resource	a	the	Major Confirmed Kamist Resources	\d	the	
    -_0AA5DF73CD3A6EAA	mp_kami_ep2_excellent_150	Major Initiated Kamist Resource	a	the	Major Initiated Kamist Resources	\d	the	
    -_46163178C8BBC0AF	mp_kami_ep2_excellent_200	Major Kamist Expert Resource	a	the	Major Kamist Expert Resources	\d	the	
    -_DBF3D6F46C78DCDE	mp_kami_ep2_excellent_250	Major Kamist Master Resource	a	the	Major Kamist Master Resources	\d	the	
    -_CAB3B70586031CFA	mp_karavan_ep2_choice_50	Karavaneer Apprentice Resource	a	the	Karavaneer Apprentice Resources	\d	the	
    -_BE7AE521E2E8AA65	mp_karavan_ep2_choice_100	Confirmed Karavaneer Resource	a	the	Confirmed Karavaneer Resources	\d	the	
    -_E62841A7D71F1B1E	mp_karavan_ep2_choice_150	Initiated Karavaneer Resource	an	the	Initiated Karavaneer Resources	\d	the	
    -_C52A2DAA19EF4527	mp_karavan_ep2_choice_200	Karavaneer Expert Resource	a	the	Karavaneer Expert Resources	\d	the	
    -_31136B66F1D2E612	mp_karavan_ep2_choice_250	Karavaneer Master Resource	a	the	Karavaneer Master Resources	\d	the	
    -_B0D1E9B0340AD61B	mp_karavan_ep2_excellent_50	Major Karavaneer Apprentice Resource	a	the	Major Karavaneer Apprentice Resources	\d	the	
    -_A94757E98B1524D8	mp_karavan_ep2_excellent_100	Major Confirmer Karavaneer Resource	a	the	Major Confirmer Karavaneer Resources	\d	the	
    -_0BC32505BB1F502F	mp_karavan_ep2_excellent_150	Major Initiated Karavaneer Resource	a	the	Major Initiated Karavaneer Resources	\d	the	
    -_CC141990FDD7902A	mp_karavan_ep2_excellent_200	Major Karavaneer Expert Resource	a	the	Major Karavaneer Expert Resources	\d	the	
    -_4A8888E8FBA49B57	mp_karavan_ep2_excellent_250	Major Karavaneer Master Resource	a	the	Major Karavaneer Master Resources	\d	the	
    -_0C7D823B769D1769	ikaracp_ep2_1	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176A	ikaracp_ep2_2	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176B	ikaracp_ep2_3	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_B0C635D557B12EF9	ikamacp_ep2_1	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFA	ikamacp_ep2_2	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFB	ikamacp_ep2_3	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_8B7BA7F379203325	ickamss_ep2_1	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203326	ickamss_ep2_2	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203327	ickamss_ep2_3	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_A625A435D1E22B4C	ickarss_ep2_1	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4D	ickarss_ep2_2	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4E	ickarss_ep2_3	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_486B8F105E0B543E	itforagekam_ep2_1	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F115E0B543E	itforagekam_ep2_2	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F125E0B543E	itforagekam_ep2_3	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_5FE2906F3CAED478	itforagekar_ep2_1	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290703CAED478	itforagekar_ep2_2	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290713CAED478	itforagekar_ep2_3	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_3407F40DF2F658CC	icfahb_leader01	Dexton's Boots	\d	the	Dexton's Boots	\d	the	
    -_841CCF3E6143CB5B	icfahp_leader01	Dexton's Pants	\d	the	Dexton's Pants	\d	the	
    -_14AFEB231EB2AAA7	icfahs_leader01	Dexton's Sleeves	\d	the	Dexton's Sleeves	\d	the	
    -_2EBC623623188E53	icfahv_leader01	Dexton's Vest	a	the	Dexton's Vests	\d	the	
    -_AF77942FE32A2588	icmahb_leader01	Yrkanis' Boots	\d	the	Yrkanis' Boots	\d	the	
    -_9002BB052182574A	icmahp_leader01	Yrkanis' Pants	\d	the	Yrkanis' Pants	\d	the	
    -_1391E813AD6EA68A	icmahs_leader01	Yrkanis' Sleeves	\d	the	Yrkanis' Sleeves	\d	the	
    -_1C0C625EAB945A86	icmahv_leader01	Yrkanis' Vest	a	the	Yrkanis' Vests	\d	the	
    -_E8568D2E70E93680	ictamb_leader01	Still Wyler's Boots	\d	the	Still Wyler's Boots	\d	the	
    -_CCB57967D3102089	ictamp_leader01	Still Wyler's Pants	\d	the	Still Wyler's Pants	\d	the	
    -_E2117B9A37D9388B	ictams_leader01	Still Wyler's Sleeves	\d	the	Still Wyler's Sleeves	\d	the	
    -_15FAD4706BB74E19	ictamv_leader01	Still Wyler's Vest	a	the	Still Wyler's Vests	\d	the	
    -_FA54A01A254281EA	iczacb_leader01	Mabreka's Boots	\d	the	Mabreka's Boots	\d	the	
    -_C7EC13FB6EA376C5	iczacp_leader01	Mabreka's Robe	a	the	Mabreka's Robes	\d	the	
    -_88B077E76A308A52	iczacs_leader01	Mabreka's Sleeves	\d	the	Mabreka's Sleeves	\d	the	
    -_F1AF242166D57D76	iczacv_leader01	Mabreka's Vest	a	the	Mabreka's Vests	\d	the	
    -_5EF8BEE5BBF1D311	fy_weapon_leader_dexton	Dexton's Long Sword	a	the	Dexton's Long Swords	\d	the	
    -_120D3D7CCBE593D5	ma_weapon_leader_yrkanis	Yrkanis' Pike	a	the	Yrkanis' Pikes	\d	the	
    -_F139B14ECE8B4E73	tr_weapon_leader_still_wyler	Still Wyler's Pike	a	the	Still Wyler's Pikes	\d	the	
    -_67666051CB3B70C5	zo_weapon_leader_mabreka	Mabreka's Mace	a	the	Mabreka's Maces	\d	the	
    -_82EF8C138F8B7B35	fy_leader_01	Dexton's Haircut	a	the	Dexton's Haircuts	\d	the	
    -_7E0D5C762BC3A329	ma_leader_01	Yrkanis' Haircut	a	the	Yrkanis' Haircuts	\d	the	
    -_1AF10491FF318806	tr_leader_01	Still Wyler's Haircut	a	the	Still Wyler's Haircuts	\d	the	
    -_C07FC8F7A1DA1FBA	zo_leader_01	Mabreka's Haircut	a	the	Mabreka's Haircuts	\d	the	
    -_5B9D31D5996D12D1	icfja_2	Medium Quality Fyros Anklet	a	the	Medium Quality Fyros Anklets	\d	the	
    -_459769A179415487	icfjb_2	Medium Quality Fyros Bracelet	a	the	Medium Quality Fyros Bracelets	\d	the	
    -_A0587AA3EE12F010	icfjd_2	Medium Quality Fyros Diadem	a	the	Medium Quality Fyros Diadems	\d	the	
    -_DBE258B127D095BE	icfje_2	Medium Quality Fyros Earring	a	the	Medium Quality Fyros Earrings	\d	the	
    -_BA3E98912A2EB5BA	icfjp_2	Medium Quality Fyros Pendant	a	the	Medium Quality Fyros Pendants	\d	the	
    -_ECFBFFC18CA2F346	icfjr_2	Medium Quality Fyros Ring	a	the	Medium Quality Fyros Rings	\d	the	
    -_557D19D793DDFAD3	icmja_2	Medium Quality Matis Anklet	a	the	Medium Quality Matis Anklets	\d	the	
    -_BE9709A879413C89	icmjb_2	Medium Quality Matis Bracelet	a	the	Medium Quality Matis Bracelets	\d	the	
    -_1F882292B012F010	icmjd_2	Medium Quality Matis Diadem	a	the	Medium Quality Matis Diadems	\d	the	
    -_1C72F8B827709DA6	icmje_2	Medium Quality Matis Earring	a	the	Medium Quality Matis Earrings	\d	the	
    -_3B2DB491A94E55BB	icmjp_2	Medium Quality Matis Pendant	a	the	Medium Quality Matis Pendants	\d	the	
    -_EC6BFFB58EA02B46	icmjr_2	Medium Quality Matis Ring	a	the	Medium Quality Matis Rings	\d	the	
    -_DB471BCD1CDA650E	ictja_2	Medium Quality Tryker Anklet	a	the	Medium Quality Tryker Anklets	\d	the	
    -_C064A4310FD4542B	ictjb_2	Medium Quality Tryker Bracelet	a	the	Medium Quality Tryker Bracelets	\d	the	
    -_D4DF06FF0F41345D	ictjd_2	Medium Quality Tryker Diadem	a	the	Medium Quality Tryker Diadems	\d	the	
    -_FFA4EEE306DC16D2	ictje_2	Medium Quality Tryker Earring	a	the	Medium Quality Tryker Earrings	\d	the	
    -_723B4A3E56694683	ictjp_2	Medium Quality Tryker Pendant	a	the	Medium Quality Tryker Pendants	\d	the	
    -_54773AD3DB70C334	ictjr_2	Medium Quality Tryker Ring	a	the	Medium Quality Tryker Rings	\d	the	
    -_213BFD2D057ACA5D	iczja_2	Medium Quality Zoraï Anklet	a	the	Medium Quality Zoraï Anklets	\d	the	
    -_2E1E3141C25D205B	iczjb_2	Medium Quality Zoraï Bracelet	a	the	Medium Quality Zoraï Bracelets	\d	the	
    -_7C3F310DF1CB84E1	iczjd_2	Medium Quality Zoraï Diadem	a	the	Medium Quality Zoraï Diadems	\d	the	
    -_75E35FEA9BFFF6E8	iczje_2	Medium Quality Zoraï Earring	a	the	Medium Quality Zoraï Earrings	\d	the	
    -_B8977C62E7B45E20	iczjp_2	Medium Quality Zoraï Pendant	a	the	Medium Quality Zoraï Pendants	\d	the	
    -_D08F38A6A1DC1442	iczjr_2	Medium Quality Zoraï Ring	a	the	Medium Quality Zoraï Rings	\d	the	
    -_19DF8E385A5F1242	icfja_3	High Quality Fyros Anklet	a	the	High Quality Fyros Anklets	\d	the	
    -_F2691DF084E36B38	icfjb_3	High Quality Fyros Bracelet	a	the	High Quality Fyros Bracelets	\d	the	
    -_611527A72A25F03B	icfjd_3	High Quality Fyros Diadem	a	the	High Quality Fyros Diadems	\d	the	
    -_E6956604E3559844	icfje_3	High Quality Fyros Earring	a	the	High Quality Fyros Earrings	\d	the	
    -_6BA120CA00AB40DF	icfjp_3	High Quality Fyros Pendant	a	the	High Quality Fyros Pendants	\d	the	
    -_72EF8454C13E77DD	icfjr_3	High Quality Fyros Ring	a	the	High Quality Fyros Rings	\d	the	
    -_13BF8E38D97F9A4B	icmja_3	High Quality Matis Anklet	a	the	High Quality Matis Anklets	\d	the	
    -_F0195DFE84E36B38	icmjb_3	High Quality Matis Bracelet	a	the	High Quality Matis Bracelets	\d	the	
    -_61251791E695F03B	icmjd_3	High Quality Matis Diadem	a	the	High Quality Matis Diadems	\d	the	
    -_E6A4220BE355983E	icmje_3	High Quality Matis Earring	a	the	High Quality Matis Earrings	\d	the	
    -_E6003CCA00AB28DB	icmjp_3	High Quality Matis Pendant	a	the	High Quality Matis Pendants	\d	the	
    -_345F844E425D9BC5	icmjr_3	High Quality Matis Ring	a	the	High Quality Matis Rings	\d	the	
    -_C8DB0795C17AF717	ictja_3	High Quality Tryker Anklet	a	the	High Quality Tryker Anklets	\d	the	
    -_21C0AD6F356178A2	ictjb_3	High Quality Tryker Bracelet	a	the	High Quality Tryker Bracelets	\d	the	
    -_CD0F98F815232F7F	ictjd_3	High Quality Tryker Diadem	a	the	High Quality Tryker Diadems	\d	the	
    -_031770665F7A4D5B	ictje_3	High Quality Tryker Earring	a	the	High Quality Tryker Earrings	\d	the	
    -_F6317DB407205C4E	ictjp_3	High Quality Tryker Pendant	a	the	High Quality Tryker Pendants	\d	the	
    -_65C40DC0FB994136	ictjr_3	High Quality Tryker Ring	a	the	High Quality Tryker Rings	\d	the	
    -_CEFB56FA9585290F	iczja_3	High Quality Zoraï Anklet	a	the	High Quality Zoraï Anklets	\d	the	
    -_AA0944D1BC7D3376	iczjb_3	High Quality Zoraï Bracelet	a	the	High Quality Zoraï Bracelets	\d	the	
    -_0BA1CB83240164E5	iczjd_3	High Quality Zoraï Diadem	a	the	High Quality Zoraï Diadems	\d	the	
    -_DC1374F54E79A3A9	iczje_3	High Quality Zoraï Earring	a	the	High Quality Zoraï Earrings	\d	the	
    -_601DE4748BD6D6B7	iczjp_3	High Quality Zoraï Pendant	a	the	High Quality Zoraï Pendants	\d	the	
    -_E4FE1D78722C5FB1	iczjr_3	High Quality Zoraï Ring	a	the	High Quality Zoraï Rings	\d	the	
    -_69994A87D3E9AFE6	icokamm1bm_1	Tekorn-Duk Mace	a	the	Tekorn-Duk Maces	\d	the	
    -_AC1AB4788D87CCCB	icokamm1bs_1	Tekorn-Duk Staff	a	the	Tekorn-Duk Staffs	\d	the	
    -_669902955428AFDF	icokamm1pd_1	Tekorn-Duk Dagger	a	the	Tekorn-Duk Daggers	\d	the	
    -_28995E95CF98AFD5	icokamm1ps_1	Tekorn-Duk Spear	a	the	Tekorn-Duk Spears	\d	the	
    -_6599069811E8AFD6	icokamm1sa_1	Tekorn-Duk Axe	a	the	Tekorn-Duk Axes	\d	the	
    -_6CF393D8ECBC320C	icokamm1ss_1	Tekorn-Duk Sword	a	the	Tekorn-Duk Swords	\d	the	
    -_32C76F5274877DA9	icokamm2bm_1	Tekorn-Duk Two-handed Mace	a	the	Tekorn-Duk Two-handed Maces	\d	the	
    -_04BC21A37476F0AE	icokamm2ms_1	Maga-Duk Magic Amplifier	a	the	Maga-Duk Magic Amplifiers	\d	the	
    -_E919629594C9CFEB	icokamm2pp_1	Tekorn-Duk Pike	a	the	Tekorn-Duk Pikes	\d	the	
    -_32C71353B2367DA4	icokamm2sa_1	Tekorn-Duk Two-handed Axe	a	the	Tekorn-Duk Two-handed Axes	\d	the	
    -_D468620A871360D0	icokamm2ss_1	Tekorn-Duk Two-handed Sword	a	the	Tekorn-Duk Two-handed Swords	\d	the	
    -_A006541C5CAAA1FC	icokamr1b_1	Tekorn-Duk Bowpistol	a	the	Tekorn-Duk Bowpistols	\d	the	
    -_5686286DEC6DD7CF	icokamr1p_1	Tekorn-Duk Pistol	a	the	Tekorn-Duk Pistols	\d	the	
    -_D40531AE9C5E9456	icokamr2a_1	Tekorn-Duk Autolauncher	a	the	Tekorn-Duk Autolaunchers	\d	the	
    -_DF15400BFD88B150	icokamr2b_1	Tekorn-Duk Bowrifle	a	the	Tekorn-Duk Bowrifles	\d	the	
    -_DD941429F8C135BE	icokamr2l_1	Tekorn-Duk Launcher 	a	the	Tekorn-Duk Launchers	\d	the	
    -_73094F83B6955AB8	icokamr2r_1	Tekorn-Duk Rifle	a	the	Tekorn-Duk Rifles	\d	the	
    -_6AA573DA46F724C6	icokamtammo_1	Armilo-Duk Ammo Crafting Tool	an	the	Armilo-Duk Ammo Crafting Tools	\d	the	
    -_3CDA102BD423AF2F	icokamtarmor_1	Armilo-Duk Armor Crafting Tool	an	the	Armilo-Duk Armor Crafting Tools	\d	the	
    -_F927251819F17E69	icokamtjewel_1	Armilo-Duk Jewel Crafting Tool	an	the	Armilo-Duk Jewel Crafting Tools	\d	the	
    -_3816C182AB59C853	icokamtmwea_1	Armilo-Duk Melee Weapon Crafting Tool	an	the	Armilo-Duk Melee Weapon Crafting Tools	\d	the	
    -_9B034C529B2FC2F6	icokamtrwea_1	Armilo-Duk Range Weapon Crafting Tool	an	the	Armilo-Duk Range Weapon Crafting Tools	\d	the	
    -_0C2B4DDFC80B450D	icokamtforage_1	Greslin-Duk Pick	a	the	Greslin-Duk Picks	\d	the	
    -_28494A8991F873D0	icokamm1bm_2	Vedice-Duk Mace	a	the	Vedice-Duk Maces	\d	the	
    -_28DA9878CB96B4BB	icokamm1bs_2	Vedice-Duk Staff	a	the	Vedice-Duk Staffs	\d	the	
    -_25490297123773C9	icokamm1pd_2	Vedice-Duk Dagger	a	the	Vedice-Duk Daggers	\d	the	
    -_E7495E978DA773BF	icokamm1ps_2	Vedice-Duk Spear	a	the	Vedice-Duk Spears	\d	the	
    -_2449069ACFF773C0	icokamm1sa_2	Vedice-Duk Axe	a	the	Vedice-Duk Axes	\d	the	
    -_A90283D1EC4CF606	icokamm1ss_2	Vedice-Duk Sword	a	the	Vedice-Duk Swords	\d	the	
    -_AE875352B2966599	icokamm2bm_2	Vedice-Duk Two-handed Mace	a	the	Vedice-Duk Two-handed Maces	\d	the	
    -_5490ED6E56951A0D	icokamm2ms_2	Cheng-Duk Magic Amplifier	a	the	Cheng-Duk Magic Amplifiers	\d	the	
    -_A8C9629752D893D5	icokamm2pp_2	Vedice-Duk Pike	a	the	Vedice-Duk Pikes	\d	the	
    -_AE87F753F0456594	icokamm2sa_2	Vedice-Duk Two-handed Axe	a	the	Vedice-Duk Two-handed Axes	\d	the	
    -_51074A0587333CC1	icokamm2ss_2	Vedice-Duk Two-handed Sword	a	the	Vedice-Duk Two-handed Swords	\d	the	
    -_5E95000F9BCAA9FC	icokamr1b_2	Vedice-Duk Bowpistol	a	the	Vedice-Duk Bowpistols	\d	the	
    -_5696E04FEA8DD7D3	icokamr1p_2	Vedice-Duk Pistol	a	the	Vedice-Duk Pistols	\d	the	
    -_5315F5AADB5E7847	icokamr2a_2	Vedice-Duk Autolauncher	a	the	Vedice-Duk Autolaunchers	\d	the	
    -_5ED5400DBB97753A	icokamr2b_2	Vedice-Duk Bowrifle	a	the	Vedice-Duk Bowrifles	\d	the	
    -_5C54142BB6D0F9A8	icokamr2l_2	Vedice-Duk Launcher	a	the	Vedice-Duk Launchers	\d	the	
    -_70283F7CB6251EB2	icokamr2r_2	Vedice-Duk Rifle	a	the	Vedice-Duk Rifles	\d	the	
    -_F7F76812F3FE5FC1	icokamtammo_2	Rubbarn-Duk Ammo Crafting Tool	a	the	Rubbarn-Duk Ammo Crafting Tools	\d	the	
    -_BF19DC342049BF53	icokamtarmor_2	Rubbarn-Duk Armor Crafting Tool	a	the	Rubbarn-Duk Armor Crafting Tools	\d	the	
    -_3E34D12862048C54	icokamtjewel_2	Rubbarn-Duk Jewel Crafting Tool	a	the	Rubbarn-Duk Jewel Crafting Tools	\d	the	
    -_66A16498C5521E46	icokamtmwea_2	Rubbarn-Duk Melee Weapon Crafting Tool	a	the	Rubbarn-Duk Melee Weapon Crafting Tools	\d	the	
    -_1F907A18C7E1835B	icokamtrwea_2	Rubbarn-Duk Range Weapon Crafting Tool	a	the	Rubbarn-Duk Range Weapon Crafting Tools	\d	the	
    -_08ED1DC04963A90E	icokamtforage_2	Egiros-Duk Pick	an	the	Egiros-Duk Picks	\d	the	
    -_2A986E7754E9C3E6	icokarm1bm_1	Tekorn-Jen Mace	a	the	Tekorn-Jen Maces	\d	the	
    -_6D19CC7B89E7E0CB	icokarm1bs_1	Tekorn-Jen Staff	a	the	Tekorn-Jen Staffs	\d	the	
    -_27982685D528C3DF	icokarm1pd_1	Tekorn-Jen Dagger	a	the	Tekorn-Jen Daggers	\d	the	
    -_E99882855098C3D5	icokarm1ps_1	Tekorn-Jen Spear	a	the	Tekorn-Jen Spears	\d	the	
    -_26982A8892E8C3D6	icokarm1sa_1	Tekorn-Jen Axe	a	the	Tekorn-Jen Axes	\d	the	
    -_6C2353DEADBB5E0C	icokarm1ss_1	Tekorn-Jen Sword	a	the	Tekorn-Jen Swords	\d	the	
    -_F3C6875570E791A9	icokarm2bm_1	Tekorn-Jen Two-handed Mace	a	the	Tekorn-Jen Two-handed Maces	\d	the	
    -_85BC2D93F576109E	icokarm2ms_1	Maga-Jen Magic Amplifier	a	the	Maga-Jen Magic Amplifiers	\d	the	
    -_AA18868515C9E3EB	icokarm2pp_1	Tekorn-Jen Pike	a	the	Tekorn-Jen Pikes	\d	the	
    -_F3C62B56AE9691A4	icokarm2sa_1	Tekorn-Jen Two-handed Axe	a	the	Tekorn-Jen Two-handed Axes	\d	the	
    -_D4686EFAC9128CD0	icokarm2ss_1	Tekorn-Jen Two-handed Sword	a	the	Tekorn-Jen Two-handed Swords	\d	the	
    -_A006541C1DD98D02	icokarr1b_1	Tekorn-Jen Bowpistol	a	the	Tekorn-Jen Bowpistols	\d	the	
    -_5886286DEC6D03AF	icokarr1p_1	Tekorn-Jen Pistol	a	the	Tekorn-Jen Pistols	\d	the	
    -_D4053D9E1D8E685C	icokarr2a_1	Tekorn-Jen Autolauncher	a	the	Tekorn-Jen Autolaunchers	\d	the	
    -_A01464FB7E88C550	icokarr2b_1	Tekorn-Jen Bowrifle	a	the	Tekorn-Jen Bowrifles	\d	the	
    -_9E93381979C149BE	icokarr2l_1	Tekorn-Jen Launcher	a	the	Tekorn-Jen Launchers	\d	the	
    -_73390F89779486B8	icokarr2r_1	Tekorn-Jen Rifle	a	the	Tekorn-Jen Rifles	\d	the	
    -_ACA48BDA46F744B6	icokartammo_1	Armilo-Jen Ammo Crafting Tool	an	the	Armilo-Jen Ammo Crafting Tools	\d	the	
    -_FDD9282BD4538335	icokartarmor_1	Armilo-Jen Armor Crafting Tool	an	the	Armilo-Jen Armor Crafting Tools	\d	the	
    -_BA263D181921526F	icokartjewel_1	Armilo-Jen Jewel Crafting Tool	an	the	Armilo-Jen Jewel Crafting Tools	\d	the	
    -_F915E5722C59DC53	icokartmwea_1	Armilo-Jen Melee Weapon Crafting Tool	an	the	Armilo-Jen Melee Weapon Crafting Tools	\d	the	
    -_9B034C521D2D06F6	icokartrwea_1	Armilo-Jen Range Weapon Crafting Tool	an	the	Armilo-Jen Range Weapon Crafting Tools	\d	the	
    -_08BB0DE5C80B5910	icokartforage_1	Greslin-Jen Pick	a	the	Greslin-Jen Picks	\d	the	
    -_E9486E7912F887D0	icokarm1bm_2	Vedice-Jen Mace	a	the	Vedice-Jen Maces	\d	the	
    -_E9D9B07BC7F6C8BB	icokarm1bs_2	Vedice-Jen Staff	a	the	Vedice-Jen Staffs	\d	the	
    -_E6482687933787C9	icokarm1pd_2	Vedice-Jen Dagger	a	the	Vedice-Jen Daggers	\d	the	
    -_A84882870EA787BF	icokarm1ps_2	Vedice-Jen Spear	a	the	Vedice-Jen Spears	\d	the	
    -_E5482A8A50F787C0	icokarm1sa_2	Vedice-Jen Axe	a	the	Vedice-Jen Axes	\d	the	
    -_A93243D7AD4B2206	icokarm1ss_2	Vedice-Jen Sword	a	the	Vedice-Jen Swords	\d	the	
    -_6F866B55AEF67999	icokarm2bm_2	Vedice-Jen Two-handed Mace	a	the	Vedice-Jen Two-handed Maces	\d	the	
    -_54C0AD741794460D	icokarm2ms_2	Cheng-Jen Magic Amplifier	a	the	Cheng-Jen Magic Amplifiers	\d	the	
    -_69C88687D3D8A7D5	icokarm2pp_2	Vedice-Jen Pike	a	the	Vedice-Jen Pikes	\d	the	
    -_6F860F56ECA57994	icokarm2sa_2	Vedice-Jen Two-handed Axe	a	the	Vedice-Jen Two-handed Axes	\d	the	
    -_510756F5C93268C1	icokarm2ss_2	Vedice-Jen Two-handed Sword	a	the	Vedice-Jen Two-handed Swords	\d	the	
    -_5E95000F5CF99502	icokarr1b_2	Vedice-Jen Bowpistol	a	the	Vedice-Jen Bowpistols	\d	the	
    -_5896E04FEA8D03B3	icokarr1p_2	Vedice-Jen Pistol	a	the	Vedice-Jen Pistols	\d	the	
    -_5315019A5C8E4C4D	icokarr2a_2	Vedice-Jen Autolauncher	a	the	Vedice-Jen Autolaunchers	\d	the	
    -_1FD464FD3C97893A	icokarr2b_2	Vedice-Jen Bowrifle	a	the	Vedice-Jen Bowrifles	\d	the	
    -_1D53381B37D00DA8	icokarr2l_2	Vedice-Jen Launcher	a	the	Vedice-Jen Launchers	\d	the	
    -_7058FF8277244AB2	icokarr2r_2	Vedice-Jen Rifle	a	the	Vedice-Jen Rifles	\d	the	
    -_78F76812F32E3FB7	icokartammo_2	Rubbarn-Jen Ammo Crafting Tool	a	the	Rubbarn-Jen Ammo Crafting Tools	\d	the	
    -_BB79DC371CA9D356	icokartarmor_2	Rubbarn-Jen Armor Crafting Tool	a	the	Rubbarn-Jen Armor Crafting Tools	\d	the	
    -_3A94D12B5E64A057	icokartjewel_2	Rubbarn-Jen Jewel Crafting Tool	a	the	Rubbarn-Jen Jewel Crafting Tools	\d	the	
    -_E7D1249EC5523E36	icokartmwea_2	Rubbarn-Jen Melee Weapon Crafting Tool	a	the	Rubbarn-Jen Melee Weapon Crafting Tools	\d	the	
    -_1F90860B4441975B	icokartrwea_2	Rubbarn-Jen Range Weapon Crafting Tool	a	the	Rubbarn-Jen Range Weapon Crafting Tools	\d	the	
    -_081DE9B6CA63BD0E	icokartforage_2	Egiros-Jen Pick	an	the	Egiros-Jen Pick	\d	the	
    -_0B10D2FD9A628226	ipoc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C84C34B9177BAB03	ipoc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A604786A580A843	ipoc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6EDCF9BCF9608001	ipoc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_4377DC8A263C91DC	ipoc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B71C830BB923DA9A	ipoc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_79EE9177525A35F4	ipoc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B4CC70E197BCA9F	ipoc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_C3317655D5EC4945	ipoc_hp	Life Flower	a	the	Life Flowers	\d	the	
    -_157C700C25EE6035	ipoc_sap	Sap Flower	a	the	Sap Flowers	\d	the	
    -_38EDCF0B34438E98	ipoc_sta	Stamina Flower	a	the	Stamina Flowers	\d	the	
    -_3E8D7D5D1BFBF626	ipoc_foc	Concentration Flower	a	the	Concentration Flowers	\d	the	
    -_1EA446B7FC1BF987	ipop_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	Provides a temporary boost to your Acid Protection
    -_20C1F04E790A2260	ipop_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	Provides a temporary boost to your Cold Protection
    -_1EB526C8BDDB3D87	ipop_rot	Brown Almond	a	the	Brown Almonds	\d	the	Provides a temporary boost to your Rot Protection
    -_A1A44AD3808A0D0D	ipop_fir	Red Almond	a	the	Red Almonds	\d	the	Provides a temporary boost to your Fire Protection
    -_4BA0B60B17BC21F9	ipop_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	Provides a temporary boost to your Shockwave Protection
    -_5D456ABBFFDB358D	ipop_poi	Green Almond	a	the	Green Almonds	\d	the	Provides a temporary boost to your Poison Protection
    -_50DE5EC815F2E676	ipop_elc	Purple Almond	a	the	Purple Almonds	\d	the	Provides a temporary boost to your Electricity Protection
    -_B6B085F2810FF9A9	ipor_des	Red Nut	a	the	Red Nuts	\d	the	
    -_B6B085FFC4DFE9AD	ipor_for	Green Nut	a	the	Green Nuts	\d	the	
    -_B6B08500FF9ECD99	ipor_lak	Blue Nut	a	the	Blue Nuts	\d	the	
    -_E506F27247EEF0D1	ipor_jun	Purple Nut	a	the	Purple Nuts	\d	the	
    -_B6B085F9C111F599	ipor_pri	Brown Nut	a	the	Brown Nuts	\d	the	
    -_D6FAB5B73BA43B99	ipoi_inv	Spy Spores	some	the	Spy Spores	\d	the	
    -_CC05C2E33D915C5E	ipoi_fy	Fyr Spores	some	the	Fyr Spores	\d	the	
    -_DEA1D6B8D332C858	ipoi_ma	Matia Spores	some	the	Matia Spores	\d	the	
    -_3B2EC38584C53DA4	ipoi_tr	Trykoth Spores	some	the	Trykoth Spores	\d	the	
    -_5D51EAB656E33050	ipoi_zo	Zoran Spores	some	the	Zoran Spores	\d	the	
    -_0B41D2FD9A628226	iprc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C87D34B9177BAB03	iprc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A914786A580A843	iprc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6E0DF9BCF9608001	iprc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_43A8DC8A263C91DC	iprc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B74D830BB923DA9A	iprc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_791F9177525A35F4	iprc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B7DC70E197BCA9F	iprc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_1ED546B7FC1BF987	iprp_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	
    -_20F2F04E790A2260	iprp_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	
    -_1EE626C8BDDB3D87	iprp_rot	Brown Almond	a	the	Brown Almonds	\d	the	
    -_A1D54AD3808A0D0D	iprp_fir	Red Almond	a	the	Red Almonds	\d	the	
    -_4BD1B60B17BC21F9	iprp_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	
    -_5D766ABBFFDB358D	iprp_poi	Green Almond	a	the	Green Almonds	\d	the	
    -_500F5EC815F2E676	iprp_elc	Purple Almond	a	the	Purple Almonds	\d	the	
    -_5B292ABC166202FC	ittool	Tool Crafting Tool	a	the	Tool Crafting Tools	\d	the	
    -_781F3B23F1FC6874	citizenship_bothaya_fire	Bothaya Fire	a	the	Bothaya Fires	\d	the	
    -_C9C78A8D626506B3	citizenship_cold_pearl	Cold Pearl of Loyalty	a	the	Cold Pearls of Loyalty	\d	the	
    -_F15F24A3BD5F184D	citizenship_sac_veilleur	Watchman's Bag	a	the	Watchman's Bags	\d	the	
    -_E6C148CDA2CDC3C4	citizenship_shining_pearl	Shining Pearl of Loyalty	a	the	Shining Pearls of Loyalty	\d	the	
    -_463D0A257112CBA1	citizenship_stolen_offerings	Stolen Offerings	some	the	Stolen Offerings	\d	the	
    -_AB32E9B854AB4DB8	citizenship_rotoa_flower	Bravichi Rotoa Flower	a	the	Bravichi Rotoa Flowers	\d	the	
    -_44858B7D29BDEAB2	citizenship_lacustre_beer	Avendale Lakes Beer	an	the	Avendale Lakes Beers	\d	the	
    -_EBA3C52802631EF8	citizenship_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_63D22082FD4E2717	citizenship_stolen_ressources	Stolen Kami Resources	some	the	Stolen Kami Resources	\d	the	
    -_2A0CF33B55BF0A2F	ipk_minor_warrior	Minor Warrior Potion	a	the	Minor Warrior Potions	\d	the	
    -_2A8CB33B557FEA2F	ipk_major_warrior	Major Warrior Potion	a	the	Major Warrior Potions	\d	the	
    -_6D47445A828895E3	ipk_minor_mage	Minor Mage Potion	a	the	Minor Mage Potions	\d	the	
    -_6CC7445A81C875E3	ipk_major_mage	Major Mage Potion	a	the	Major Mage Potions	\d	the	
    -_4D4D69F58483E145	ipk_minor_artisan	Minor Artisan Potion	a	the	Minor Artisan Potions	\d	the	
    -_4D0D49F18243C145	ipk_major_artisan	Major Artisan Potion	a	the	Major Artisan Potions	\d	the	
    -_C37C1F3DABFC5448	ipk_minor_power	Minor Power Potion	a	the	Minor Power Potions	\d	the	
    -_C37C0F31A9BC3448	ipk_major_power	Major Power Potion	a	the	Major Power Potions	\d	the	
    -_C22CC4C5B5CC61B5	ipk_minor_reju	Minor Regeneration Potion	a	the	Minor Regeneration Potions	\d	the	
    -_C1ACC4C5B40C41B5	ipk_major_reju	Major Regeneration Potion	a	the	Major Regeneration Potions	\d	the	
    -_96381D4CAE803C2E	ipk_minor_life	Minor Life Potion	a	the	Minor Life Potions	\d	the	
    -_96F8FD4CADC01C2E	ipk_major_life	Major Life Potion	a	the	Major Life Potions	\d	the	
    -_363B81A0E743D027	ipk_minor_strength	Minor Strength Potion	a	the	Minor Strength Potions	\d	the	
    -_35BB819CE503B027	ipk_major_strength	Major Strength Potion	a	the	Major Strength Potions	\d	the	
    -_1055D22AED3E7576	ipk_minor_intel	Minor Intelligence Potion	a	the	Minor Intelligence Potions	\d	the	
    -_0FD5D226EBFE5576	ipk_major_intel	Major Intelligence Potion	a	the	Major Intelligence Potions	\d	the	
    -_43B5AD04B9AEF52F	ipk_minor_dext	Minor Dexterity Potion	a	the	Minor Dexterity Potions	\d	the	
    -_43B5AD00B6EED52F	ipk_major_dext	Major Dexterity Potion	a	the	Major Dexterity Potions	\d	the	
    -_90803A412AE94991	ipk_almati_artisan	Almati Artisan Potion	an	the	Almati Artisan Potions	\d	the	
    -_9DDD01BB14051679	ipk_almati_mage	Almati Mage Potion	an	the	Almati Mage Potions	\d	the	
    -_04BD8EFD532D089D	ipk_almati_warrior	Almati Warrior Potion	an	the	Almati Warrior Potions	\d	the	
    -_A3294A0EE698BC68	newbie_diadem	Prince diadem	a	the	Prince diadems	\d	the	
    -_2CFA505EABE7886E	newbie_plans	Bandits' plan	a	the	Bandits' plans	\d	the	
    -_41CAE926E58577C0	nbland_goo_device	Goo Remover	a	the	Goo Removers	\d	the	
    -_AAB11529EB563BBE	nbland_flasque	Healing Mixture	a	the	Healing Mixtures	\d	the	
    -_E039B78037CDA0C5	conso_constit_mineskitins	Kitin's Lair Resitance Flower	a	the	Kitin's Lair Resitance Flower	\d	the	
    -_594A79EE74D9B047	conso_focus_mineskitins	Kitin's Lair Focus Flower	a	the	Kitin's Lair Focus Flower	\d	the	
    -_9803F83FD006CB90	conso_sap_mineskitins	Kitin's Lair Sap Flower	a	the	Kitin's Lair Sap Flower	\d	the	
    -_F362CF34BBB3B830	conso_strength_mineskitins	Kitin's Lair Strength Flower	a	the	Kitin's Lair Strength Flower	\d	the	
    -_1456C60F8261032E	lettre_echantillon_kitiniere	Letter to give to Xan Mi Chong	a	the	Letters to give to Xan Mi Chong	\d	the	
    -_0D4534BEAF06C32D	cartographier_kitiniere_parchemin_vierge	Blank card to be completed on Kitin reconnaissance missions	a	the	Blank cards to be completed on Kitin reconnaissance missions	\d	the	
    -_61B4C365F074FB6D	cartographier_kitiniere_parchemin_full	Card to be completed on Kitin reconnaissance missions 	a	the	Cards to be completed on Kitin reconnaissance missions 	\d	the	
    -_FEDCD7B21DF0D7EB	source_magik_echantillon_kitiniere	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_BE7F2C803E82589C	source_magik_magies_minieres	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_925E29A03FF5E9C9	fragment_carapace_kitin_encore_plus_solide	Fragment of Kitin Shell	a	the	Fragments of Kitin Shell	\d	the	
    -_555D9879B318BD68	extrait_substance_question_de_force	Extract of Kitin Strength Substance	an	the	Extracts of Kitin Strength Substance	\d	the	
    -_EB36754BA2D3BBC5	extrait_substance_royale	Extract of the Kitin Royal Substance	an	the	Extracts of the Kitin Royal Substance	\d	the	
    -_8E2A5C4993B0CB0F	residu_doeuf_kitin_residus_doeufs	Kitin Egg Residue	a	the	Kitin Egg Residues	\d	the	
    -_D92FB037659E3455	tcm_chlorogoo_drug	Chlorogoo Drug	a	the	Chlorogoo Drugs	\d	the	
    -_DEFEEE4EA755B3B7	tcm_explosive	Karavan Powerful Explosive	a	the	Karavan Powerful Explosives	\d	the	
    -_F706FC93FF1B6D70	tcm_goo_extractor	Goo Extraction Accelerator	a	the	Goo Extraction Accelerators	\d	the	
    -_6E56B38B97E095E7	tcm_goo_pure_residue	Pure Goo Residue	a	the	Pure Goo Residues	\d	the	
    -_7BF1E45CFD977992	tcm_goo_repulsor	Goo Repulsant	a	the	Goo Repulsants	\d	the	
    -_2C28F9187ED55D88	tcm_goo_residue	Goo Residue	a	the	Goo Residues	\d	the	
    -_0FDF8E336C2361DD	tcm_goo_techno_frag	Technological Fragment	a	the	Technological Fragments	\d	the	
    -_DF28A060A0331FC9	tcm_infected_flesh	Infected Flesh	an	the	Infected Flesh	\d	the	
    -_F7A99AED90927EFA	tcm_kami_drug	Kami Stimulant	a	the	Kami Stimulants	\d	the	
    -_564298407E40B896	tcm_shaman_stick	Invocation Sceptre	an	the	Invocation Sceptres	\d	the	
    -_E1886F9CEB91A418	tcm_tete_chad	Chad's Head	\d	\d	Chad's Heads	\d	the	
    -_E9D4342B3F6D60CD	conso_strength_substance_royale	Kitin Strength Potion	a	the	Kitin Strength Potions	\d	the	
    -_FE6D489A60EDC717	materiau1_encore_plus_resistante	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_AE647367361E92DE	materiau2_encore_plus_resistante	Kitin Amber	some	the	Kitin Amber	\d	the	
    -_40ED4FA1227D7664	materiau3_encore_plus_resistante	Kitin Noble Material	a	the	Kitin Noble Materials	\d	the	
    -_1CD5DD3D0985523F	materiau1_nouvelle_armure	Kitin Shell	a	the	Kitin Shells	\d	the	
    -_5955814DCCAF2A46	materiau2_nouvelle_armure	Kitin Ligament	a	the	Kitin Ligaments	\d	the	
    -_4A263A3EB78B4E97	materiau3_nouvelle_armure	Kitin Bone	a	the	Kitin Bones	\d	the	
    -_A2379402240CC3FA	m0757dxapd01	Choice Corrupted Jugula Skin	a	the	Choice Corrupted Jugula Skins	\d	the	
    -_8BB7874066711780	m0758dxape01	Excellent Corrupted Gingo Fur	an	the	Excellent Corrupted Gingo Furs	\d	the	
    -_5F7816DA9A4F46AE	m0759dxape01	Excellent Corrupted Igara Skin	an	the	Excellent Corrupted Igara Skins	\d	the	
    -_0304DB38F2EFEE1C	m0760dxape01	Excellent Corrupted Psykopla Moss	some	the	Excellent Corrupted Psykopla Moss	\d	the	
    -_60D8BCF7E10D5F09	m0761dxapd01	Choice Corrupted Torbak Skin	a	the	Choice Corrupted Torbak Skins	\d	the	
    -_E1E700FB658C9BF0	m0762dxapd01	Choice Corrupted Kinrey Silk	a	the	Choice Corrupted Kinrey Silks	\d	the	
    -_69E6BA7322362C0D	m0763dxape01	Excellent Corrupted Cratcha Leaf	an	the	Excellent Corrupted Cratcha Leaves	\d	the	
    -_887083F2C555667F	m0764dxape01	Excellent Corrupted Kizoar Silk	an	the	Excellent Corrupted Kizoar Silks	\d	the	
    -_70F01D4DF23FED34	m0765dxapf01	Supreme Valcorenoch Skin	a	the	Supreme Valcorenoch Skins	\d	the	
    -_8E8EA2180B99EA71	m0766dxapd01	Choice Corrupted Kipesta Purse	a	the	Choice Corrupted Kipesta Purses	\d	the	
    -_3F2231C72992CB7D	m0767dxape01	Excellent Corrupted Jubla Bud	an	the	Excellent Corrupted Jubla Buds	\d	the	
    -_64C234BE535E541B	m0768dxape01	Excellent Corrupted Kincher Shell	an	the	Excellent Corrupted Kincher Shells	\d	the	
    -_988DBF08BE8A001F	m0769dxape01	Excellent Corrupted Kipucka Flesh	an	the	Excellent Corrupted Kipucka Flesh	\d	the	
    -_E30848C0C93166BE	m0770dxapd01	Choice Corrupted Kidnak Sting	a	the	Choice Corrupted Kidnak Stings	\d	the	
    -_577FF799CC992D85	m0771dxape01	Excellent Corrupted Goari Pincher	an	the	Excellent Corrupted Goari Pinchers	\d	the	
    -_8A526BE102557E82	m0772dxape01	Excellent Corrupted Varinx Tooth	an	the	Excellent Corrupted Varinx Teeth	\d	the	
    -_84CD631D0F3BAFBC	m0773dxape01	Excellent Corrupted Kipucka Sting	an	the	Excellent Corrupted Kipucka Stings	\d	the	
    -_99E93FD026A38494	m0774dxapf01	Supreme Kitin Sting	a	the	Supreme Kitin Stings	\d	the	
    -_9CB2835CBA85DD15	m0775dxapd01	Choice Corrupted Yelk Shell	a	the	Choice Corrupted Yelk Shells	\d	the	
    -_E49F04FB653D89F5	m0776dxapd01	Choice Corrupted Kinrey Head	a	the	Choice Corrupted Kinrey Heads	\d	the	
    -_81C4950E3F300F93	m0777dxape01	Excellent Corrupted Kincher Head	an	the	Excellent Corrupted Kincher Heads	\d	the	
    -_5C69DF3656B69ACD	m0778dxapf01	Supreme Vorax Jaw	a	the	Supreme Vorax Jaws	\d	the	
    -_294234A7D910C64A	m0779dxapd01	Choice Corrupted Yber Bone	a	the	Choice Corrupted Yber Bones	\d	the	
    -_7E4AE2A6AE193AC2	m0780dxapd01	Choice Corrupted Kidinak Mandibule	a	the	Choice Corrupted Kidinak Mandibules	\d	the	
    -_D46BCCB5B6111852	m0781dxape01	Excellent Corrupted Timari Crest	an	the	Excellent Corrupted Timari Crests	\d	the	
    -_967193B84C99116E	m0782dxape01	Excellent Corrupted Najab Tail	an	the	Excellent Corrupted Najab Tails	\d	the	
    -_77E7ADEAF60A2130	m0783dxapd01	Choice Corrupted Ragus Tooth	a	the	Choice Corrupted Ragus Teeth	\d	the	
    -_FF7BF6A22F4A4EC2	m0784dxapd01	Choice Corrupted Kipesta Mandibule	a	the	Choice Corrupted Kipesta Mandibules	\d	the	
    -_23F214BE552F7828	m0785dxape01	Excellent Corrupted Clopper Shell	an	the	Excellent Corrupted Clopper Shells	\d	the	
    -_64EC7EF2E1748999	m0786dxape01	Excellent Corrupted Kizoar Shell	an	the	Excellent Corrupted Kizoar Shells	\d	the	
    -_20F86A4F9BD3AAEA	m0787dxape01	Excellent Corrupted Cray Head	an	the	Excellent Corrupted Cray Heads	\d	the	
    -_D7F324839BF7AF11	lettre_reco_zorai_larveK	Letter of Recommentation to be given to the Sage in the Zoraï capital	a	the	Letters of Recommentation to be given to the Sage in the Zoraï capital	\d	the	
    -_D2F3248DA0D7D707	lettre_reco_fyros_larveK	Letter of Recommentation to be given to the Sage in the Fyros capital	a	the	Letters of Recommentation to be given to the Sage in the Fyros capital	\d	the	
    -_94F3248D1F977FF6	lettre_reco_matis_larveK	Letter of Recommentation to be given to the Sage in the Matis capital	a	the	Letters of Recommentation to be given to the Sage in the Matis capital	\d	the	
    -_16CA0BD96D9B346D	lettre_reco_tryker_larveK	Letter of recommendation to be given to the Sage of the Tryker capital	a	the	Letters of recommendation to be given to the Sage of the Tryker capital	\d	the	
    -_3A5DF765074318B5	tcm_crate_id	Karavan Supply Fund Identification	a	the	Karavan Supply Fund Identifications	\d	the	
    -_F0F1BA6FA0FC9BC5	m0789dxapd01	Portion of Choice Corrupted Dark Resin	a	the	Portions of Choice Corrupted Dark Resin	\d	the	
    -_0CE72202632D73CB	m0789dxape01	Portion of Excellent Corrupted Dark Resin	a	the	Portions of Excellent Corrupted Dark Resin	\d	the	
    -_A4A4A0A42ABC0E5D	m0790dxapd01	Bundle of Choice Corrupted Light Wood	a	the	Bundles of Choice Corrupted Light Wood	\d	the	
    -_5E7BB652F450F552	m0790dxape01	Bundle of Excellent Corrupted Light Wood	an	the	Bundles of Excellent Corrupted Light Wood	\d	the	
    -_6C9AB0A8E9A4422F	m0790dxapf01	Bundle of Supreme Corrupted Light Wood	a	the	Bundles of Supreme Corrupted Light Wood	\d	the	
    -_0F897C61E10E2749	m0791dxapd01	Choice Corrupted Heavy Bark	a	the	Choice Corrupted Heavy Barks	\d	the	
    -_47E722F45ED173B0	m0791dxape01	Excellent Corrupted Heavy Bark	an	the	Excellent Corrupted Heavy Barks	\d	the	
    -_CA60CFACD0870BA9	m0792dxapd01	Choice Corrupted Light Shell	a	the	Choice Corrupted Light Shells	\d	the	
    -_C2432622A16C88EC	m0792dxape01	Excellent Corrupted Light Shell	an	the	Excellent Corrupted Light Shells	\d	the	
    -_8B4D179EFE6D2448	m0792dxapf01	Supreme Corrupted Light Shell	a	the	Supreme Corrupted Light Shells	\d	the	
    -_F4CA951002599C89	m0793dxapd01	Choice Corrupted Fine Amber	some	the	Choice Corrupted Fine Amber	\d	the	
    -_751B49B1507FA7F9	m0793dxape01	Excellent Corrupted Fine Amber	some	the	Excellent Corrupted Fine Amber	\d	the	
    -_1E805279C23B1853	m0793dxapf01	Supreme Corrupted Fine Amber	some	the	Supreme Corrupted Fine Amber	\d	the	
    -_9009A01BF4BCF2B6	m0794dxapd01	Bundle of Choice Corrupted Dark Wood	a	the	Bundles of Choice Corrupted Dark Wood	\d	the	
    -_09FA654E4C3E9A68	m0794dxape01	Bundle of Excellent Corrupted Dark Wood	a	the	Bundles of Excellent Corrupted Dark Wood	\d	the	
    -_E1FAD56FCBC5C61F	m0795dxapd01	Choice Corrupted Unstable Oil	a	the	Choice Corrupted Unstable Oils	\d	the	
    -_90D4035CEB927F3A	m0795dxape01	Excellent Corrupted Unstable Oil	an	the	Excellent Corrupted Unstable Oils	\d	the	
    -_F7AA9510031A9490	m0796dxapd01	Choice Corrupted Dark Amber	some	the	Choice Corrupted Dark Amber	\d	the	
    -_5CE2A7AC7CC9A54D	m0796dxape01	Excellent Choice Corrupted Hard Amber	some	the	Excellent Choice Corrupted Hard Amber	\d	the	
    -_21605279C27C4858	m0796dxapf01	Supreme Corrupted Hard Amber	some	the	Supreme Corrupted Hard Amber	\d	the	
    -_7A4BB2D53B632DF9	ipd_dodge	Dodging Potion	a	the	Dodging Potions	\d	the	
    -_F9F69FA40AC4A1ED	ipd_parry	Parrying Potion	a	the	Parrying Potions	\d	the	
    -_B73584B2686686C0	tcm_soulkey	Key to the Souls	a	the	Keys to the Souls	\d	the	
    -_D33A7875CBF11CC4	tcm_rewardkey	Key to the Treasure	a	the	Keys to the Treasure	\d	the	
    -_3E83CE9C01829EE0	ipc_craft_success	Craft Success Potion	a	the	Craft Success Potions	\d	the	
    -_D33D1570E404E1C1	ipf_melee_success	Hand-to-Hand Combat Success Potion 	a	the	Hand-to-Hand Combat Success Potions	\d	the	
    -_5B2D3F641E987B6B	slaughter_week_token	Piece of Kitin of the Depths	a	the	Pieces of Kitins of the Depths	\d	the	
    -_5A4384440A09B44D	slaughter_week_token_boss_fyros	Piece of Fyros Exterminator	a	the	Pieces of Fyros Exterminator	\d	the	
    -_54538C2CC4099C4F	slaughter_week_token_boss_matis	Piece of Matis Exterminator	a	the	Pieces of Matis Exterminator	\d	the	
    -_DA52C8A1F4843C47	slaughter_week_token_boss_tryker	Piece of Tryker Exterminator	a	the	Pieces of Tryker Exterminator	\d	the	
    -_55A4843A07687C4D	slaughter_week_token_boss_zorai	Piece of Zoraï Exterminator	a	the	Pieces of Zoraï Exterminator	\d	the	
    -_B0358E6B85BFBDE3	kitiniere_teleport_test_cartographier	Teleportation Ticket to the Kitin's Liar Region	a	the	Teleportation Tickets to the Kitin's Liar Region	\d	the	
    -_DA282AF49D95D15E	boss_mainland_zorai_token	Pei-Ziao's Trinket	a	the	Pei-Ziao's Trinkets	\d	the	
    -_EEF3728357B1D65F	boss_mainland_tryker_token	Lixie's Trinket	a	the	Lixie's Trinkets	\d	the	
    -_D9EAD294C74E99BF	boss_mainland_fyros_token	Aen's Trinket	an	the	Aen's Trinkets	\d	the	
    -_5BBA9E93D963CD72	boss_mainland_matis_token	Sirgio's Trinket	a	the	Sirgio's Trinkets	\d	the	
    -_63B61ACE3D19D175	marauder_armor_recipe_helm_part1	Marauder's Armor Craft Plan - Helmet Part I	a	the	Marauder's Armor Craft Plans - Helmet Part I	\d	the	
    -_63B61A333F39ED49	marauder_armor_recipe_helm_part2	Marauder's Armor Craft Plan - Helmet Part II	a	the	Marauder's Armor Craft Plans - Helmet Part II	\d	the	
    -_63B6AF3AFFAA3D49	marauder_armor_recipe_helm_part3	Marauder's Armor Craft Plan - Helmet Part III	a	the	Marauder's Armor Craft Plans - Helmet Part III	\d	the	
    -_63B61A33C039ED56	marauder_armor_recipe_helm_part4	Marauder's Armor Craft Plan - Helmet Part IV	a	the	Marauder's Armor Craft Plans - Helmet Part IV	\d	the	
    -_3065124871B3AF0C	marauder_armor_recipe_pants_part1	Marauder's Armor Craft Plan - Pants Part I	a	the	Marauder's Armor Craft Plans - Pants Part I	\d	the	
    -_89D51A5066B3AF0C	marauder_armor_recipe_pants_part2	Marauder's Armor Craft Plan - Pants Part II	a	the	Marauder's Armor Craft Plans - Pants Part II	\d	the	
    -_4BF5362566B3AF71	marauder_armor_recipe_pants_part3	Marauder's Armor Craft Plan - Pants Part III	a	the	Marauder's Armor Craft Plans - Pants Part III	\d	the	
    -_89D51A52A9B3AF0C	marauder_armor_recipe_pants_part4	Marauder's Armor Craft Plan - Pants Part IV	a	the	Marauder's Armor Craft Plans - Pants Part IV	\d	the	
    -_7AF4E1D421EA597F	marauder_armor_recipe_vest_part1	Marauder's Armor Craft Plan - Vest Part I	a	the	Marauder's Armor Craft Plans - Vest Part I	\d	the	
    -_6FF4E1D4BA5A6186	marauder_armor_recipe_vest_part2	Marauder's Armor Craft Plan - Vest Part II	a	the	Marauder's Armor Craft Plans - Vest Part II	\d	the	
    -_6FF4E139BC7A7D5A	marauder_armor_recipe_vest_part3	Marauder's Armor Craft Plan - Vest Part III	a	the	Marauder's Armor Craft Plans - Vest Part III	\d	the	
    -_B2F4E1D43B5A6186	marauder_armor_recipe_vest_part4	Marauder's Armor Craft Plan - Vest Part IV	a	the	Marauder's Armor Craft Plans - Vest Part IV	\d	the	
    -_6397F6CA7ED9CD75	marauder_armor_recipe_feet_part1	Marauder's Armor Craft Plan - Boots Part I	a	the	Marauder's Armor Craft Plans - Boots Part I	\d	the	
    -_6397F62F80F9E949	marauder_armor_recipe_feet_part2	Marauder's Armor Craft Plan - Boots Part II	a	the	Marauder's Armor Craft Plans - Boots Part II	\d	the	
    -_63978B36406A3949	marauder_armor_recipe_feet_part3	Marauder's Armor Craft Plan - Boots Part III	a	the	Marauder's Armor Craft Plans - Boots Part III	\d	the	
    -_6397F62F01F9E956	marauder_armor_recipe_feet_part4	Marauder's Armor Craft Plan - Boots Part IV	a	the	Marauder's Armor Craft Plans - Boots Part IV	\d	the	
    -_8BF47E13C6C8DD25	marauder_armor_recipe_sleeves_part1	Marauder's Armor Craft Plan - Sleeves Part I	a	the	Marauder's Armor Craft Plans - Sleeves Part I	\d	the	
    -_4D249AE7C6C8DD8A	marauder_armor_recipe_sleeves_part2	Marauder's Armor Craft Plan - Sleeves Part II	a	the	Marauder's Armor Craft Plans - Sleeves Part II	\d	the	
    -_CDA5EAE7C6C87291	marauder_armor_recipe_sleeves_part3	Marauder's Armor Craft Plan - Sleeves Part III	a	the	Marauder's Armor Craft Plans - Sleeves Part III	\d	the	
    -_4D449AF4C6C8DD8A	marauder_armor_recipe_sleeves_part4	Marauder's Armor Craft Plan - Sleeves Part IV	a	the	Marauder's Armor Craft Plans - Sleeves Part IV	\d	the	
    -_F45C813DF543AD68	marauder_armor_recipe_gloves_part1	Marauder's Armor Craft Plan - Gloves Part I	a	the	Marauder's Armor Craft Plans - Gloves Part I	\d	the	
    -_F45C1A4475B4FD68	marauder_armor_recipe_gloves_part2	Marauder's Armor Craft Plan - Gloves Part II	a	the	Marauder's Armor Craft Plans - Gloves Part II	\d	the	
    -_F4B23A4637F1FD68	marauder_armor_recipe_gloves_part3	Marauder's Armor Craft Plan - Gloves Part III	a	the	Marauder's Armor Craft Plans - Gloves Part III	\d	the	
    -_F45C224475B43168	marauder_armor_recipe_gloves_part4	Marauder's Armor Craft Plan - Gloves Part IV	a	the	Marauder's Armor Craft Plans - Gloves Part IV	\d	the	
    -_A8FCEF4D64EF0484	m0815dxacc01	Marauder's Crystal	a	the	Marauder's Crystals	\d	the	
    -_4BE7D2C697004210	iccahb_b	Erouk'an's Boots	\d	the	Erouk'an's Boots	\d	the	
    -_389D83914D0BE2BE	iccahv_b	Erouk'an's Breastplate	an	the	Erouk'an's Breastplates	\d	the	
    -_721609A5945B13FE	iccahp_b	Erouk'an's Leggings	\d	the	Erouk'an's Leggings	\d	the	
    -_C802D28BD611123C	iccahh_b	Erouk'an's Helmet	an	the	Erouk'an's Helmets	\d	the	
    -_0FC2D1664F81E165	iccahg_b	Erouk'an's Gloves	\d	the	Erouk'an's Gloves	\d	the	
    -_A6DB83AF88B00474	iccahs_b	Erouk'an's Sleeves	\d	the	Erouk'an's Sleeves	\d	the	
    -_E89C7F67C1355A4F	test_command_ticket	Command Ticket	a	the	Command Tickets	\d	the	Test Item
    -_7DF875091B6CB9F5	test_conso	Consumable	a	the	Consumables	\d	the	Test Item
    -_AE372E98AD26A640	test_conso_emot	Consumable - Emote	a	the	Consumables - Emote	\d	the	Test Item
    -_A94852189DE1005F	system_mp_basic	Basic Generic Raw Material	a	the	Basic Generic Raw Materials	\d	the	
    -_81D4AC19479C7666	system_mp_fine	Fine Generic Raw Material	a	the	Fine Generic Raw Materials	\d	the	
    -_91D41D52A9462CFB	system_mp_choice	Choice Generic Raw Material	a	the	Choice Generic Raw Materials	\d	the	
    -_94407E458DADD941	system_mp_excellent	Excellent Generic Raw Material	an	the	Excellent Generic Raw Materials	\d	the	
    -_E396B446C3F14BF0	system_mp_supreme	Supreme Generic Raw Material	a	the	Supreme Generic Raw Materials	\d	the	
    -_20DDA9448487B84A	system_mp_extra	Perfect Generic Raw Material	a	the	Perfect Generic Raw Materials	\d	the	
    -_AFB333CAC64266D9	ct_gmisland_aniro	 Aniro GM Island Teleport	a	the	 Aniro GM Island Teleports	\d	the	This is a GM Item.
    -_923A68141A69B369	ct_gmisland_arispotle	 Arispotle GM Island Teleport	a	the	 Arispotle GM Island Teleports	\d	the	This is a GM Item.
    -_89E51DAD703A018D	ct_gmisland_leanon	 Leanon GM Island Teleport	a	the	 Leanon GM Island Teleports	\d	the	This is a GM Item.
    -_2C7F5FD45571D741	ct_gmisland_cho	 Cho GM Island Teleport	a	the	 Cho GM Island Teleports	\d	the	This is a GM Item.
    -_43950C8AD4133BD0	tf60_ailes	Grilled Kizoar Wing	a	the	Grilled Kizoar Wings	\d	the	
    -_FB97E80A91060E63	tf80_colis	Package to be Delivered	a	the	Packages to be Delivered	\d	the	
    -_D3A742F30224A6B6	tf80_dague	Dagger of the Lagoons	a	the	Daggers of the Lagoons	\d	the	
    -_9F79E206A115B188	tf80_armure	Basic Armor	a	the	Basic Armors	\d	the	
    -_2E83E5C1475C9323	tf90_insigne	Sculpters Badge	a	the	Sculpters Badges	\d	the	
    -_89141DA6D165F60D	tf90_outil	Special Tool	a	the	Special Tools	\d	the	
    -_E72F24FEAD9EDB6F	tf100_cristal	Lagoon Crystal	a	the	Lagoon Crystals	\d	the	
    -_D10DB92DEEB798A3	tm70_lettre	Letter	a	the	Letters	\d	the	
    -_783B1E5FB84DC12E	tm80_carapace	Shell of the Winds	a	the	Shells of the Winds	\d	the	
    -_1CB7135225EF28BF	tm90_insigne	Guild Badge	a	the	Guild Badges	\d	the	
    -_1F7DF803BCEAF469	tm100_cristal	Crystal impregnated with magic	a	the	Crystals impregnated with magic	\d	the	
    -_D234A0AF2C0AB09F	tc70_colis	Package	a	the	Packages	\d	the	
    -_476FF6322995A592	tc70_arme	Exotic Weapon	an	the	Exotic Weapons	\d	the	
    -_27FDEE4D7D425689	tc80_os_retravailles	Reworked Capryni Bone	a	the	Reworked Capryni Bones	\d	the	
    -_C34F37B34F9413FD	tc90_statue	Sculpter's Statue	a	the	Sculpter's Statues	\d	the	
    -_0A9B7B88345E13D1	tc100_bijoux	Sculpter's Jewel	a	the	Sculpter's Jewels	\d	the	
    -_B82969E13E5A3990	tc100_bois	Zabar Wood	some	the	Zabar Woods	\d	the	
    -_66DA50E519D00741	th50_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_EB067729DAB7FFD9	th60_fiole	Smelly Flask	a	the	Smelly Flasks	\d	the	
    -_ADBD0BD9094D6509	th70_graines	Yubo Food	some	the	Yubo Foods	\d	the	
    -_48367322FADA15CC	th80_plantes	Valuable Plant	a	the	Valuable Plants	\d	the	
    -_B89BC28681FB1F06	th80_miel	Kizoar Honey	some	the	Kizoar Honey	\d	the	
    -_BC9B95D24EFEA105	th80_antidote	Antidote	an	the	Antidotes	\d	the	
    -_6721BFE47923BE38	th90_fiole	Vial of Poison	a	the	Vials of Poison	\d	the	
    -_78AFC6F46E55F2EC	th100_carapace	Special Shell	a	the	Special Shells	\d	the	
    -_AE204EB55E34064A	mf80_anneau	Strange Object	a	the	Strange Objects	\d	the	
    -_639672E35D02F573	mf90_pioche	Magic Pick	a	the	Magic Picks	\d	the	
    -_63B550063A5BAF71	mf100_coffre	Magnificent Chest	a	the	Magnificent Chests	\d	the	
    -_D1EDB926EEB798A3	mm50_lettre	Letter	a	the	Letters	\d	the	
    -_3A95A3CD98C8EE0C	mm80_sac	Bag of Samples	a	the	Bags of Samples	\d	the	
    -_4237730E6596AAC2	mm90_cratcha_froid	Cratcha (cold)	a	the	Cratchas (cold)	\d	the	
    -_C0D73B0424557EB4	mm90_cratcha_acide	Cratcha (acid)	a	the	Cratchas (acid)	\d	the	
    -_A35AB5EA5615D17C	mm90_cratcha_pourriture	Cratcha (rot)	a	the	Cratchas (rot)	\d	the	
    -_37D42FB824F8724D	mc60_bottes	Stealth Boot	a	the	Stealth Boots	\d	the	
    -_CAAF10517A26B0FF	mc60_feuilles	Leaf of Silence	a	the	Leaves of Silence	\d	the	
    -_9A780335FB594FD0	mc60_statuette	Pretty Statuette	a	the	Pretty Statuettes	\d	the	
    -_934F5D501DC13172	mc60_plan	Armor Plan	an	the	Armor Plans	\d	the	
    -_D8E34759FA96F5A8	mc70_clips	Armor Clip	an	the	Armor Clips	\d	the	
    -_347F54415AEC07E1	mc70_liste	List of Materials	a	the	Lists of Materials	\d	the	
    -_4D63C6C195366A8F	mc80_rembourrage	Stuffing	some	the	Stuffing	\d	the	
    -_7FCAD30347AF6C77	mc90_statuette	Statuette of Yrkanis	a	the	Statuettes of Yrkanis	\d	the	
    -_9DC4EEAAA2FECA88	mc90_note	Note on the Armor	a	the	Notes on the Armor	\d	the	
    -_9049276192A7CDBF	mc100_pique	Pick of Merit	a	the	Picks of Merit	\d	the	
    -_39BBD645FEE82DDC	mc100_urne	Zoraï Urn	a	the	Zoraï Urns	\d	the	
    -_7BD08E2508EF5D91	mc100_bons_clips	Good Clip	a	the	Good Clips	\d	the	
    -_3AF087F2CDCD6E7F	mh70_lance	Rusty Lance	a	the	Rusty Lances	\d	the	
    -_66FA38DE277B07BA	mh70_copie_carte	Copy of the Map	a	the	Copies of the Maps	\d	the	
    -_49C4FD03CB8D8BB7	mh70_echantillon	Plant Sample	a	the	Plant Samples	\d	the	
    -_EABB18C09779DA98	mh90_outils	Amber Tool	an	the	Amber Tools	\d	the	
    -_732C5504241A90F4	ff60_message	Message	a	the	Messages	\d	the	
    -_06787605F3B389FD	ff90_insigne	Frahar Badge of Honor	a	the	Frahar Badges of Honor	\d	the	
    -_E7D3CC66B93E8F68	ff100_boisson	Exotic Drink	an	the	Exotic Drinks	\d	the	
    -_D0F6BC2AE359F057	ff100_bague	Ring	a	the	Rings	\d	the	
    -_A8E582C89E1BDAFC	fm70_bracelet	Floral Bracelet	a	the	Floral Bracelets	\d	the	
    -_9C218BDF048FEF92	fm70_cristal	Special Crystal	a	the	Special Crystals	\d	the	
    -_181032EF381FB7E7	fm90_cristal	Crystal of Truth	a	the	Crystals of Truth	\d	the	
    -_019072AA802D52E3	fm100_cristal	Crystal of Revelation	a	the	Crystals of Revelation	\d	the	
    -_29D576ADB6F5D2E6	fc60_fiole	Vial of Fragrance	a	the	Vials of Fragrance	\d	the	
    -_38A71D829A69F832	fc80_carapaces	Shell to Exchange	a	the	Shells to Exchange	\d	the	
    -_B0F55F16DACAE97E	fc80_ambre	Amber for Tools	an	the	Amber for Tools	\d	the	
    -_89041198D165F60D	fc80_outil	Special Tool	a	the	Special Tools	\d	the	
    -_FBE93A4F9A1DB3B1	fc90_feuilles	Oasis Leaf	an	the	Oasis Leaves	\d	the	
    -_E12675F45D31F5B0	fc100_coffre	Chest Book	a	the	Chest Book	\d	the	
    -_88001269469B264B	fc100_bois	Preserved Wood	some	the	Preserved Wood	\d	the	
    -_76AF39B15F4629DA	fh60_bijoux	Jewel to be Delivered	a	the	Jewels to be Delivered	\d	the	
    -_024676396087CB33	fh60_pendentif	Precious Pendant	a	the	Precious Pendants	\d	the	
    -_C671AC873C6F96D0	fh60_parchemin	Mysterious Parchment	a	the	Mysterious Parchments	\d	the	
    -_8923B840B4852C2C	fh80_echantillon	Sample to Analyse	a	the	Samples to Analyse	\d	the	
    -_D11DA51FEEB798A3	fh80_lettre	Letter	a	the	Letters	\d	the	
    -_89A23118A3E55A2A	fh90_cendre	Pure Ash	some	the	Pure Ashes	\d	the	
    -_52E64D8D649B70D1	fh100_sac	Materials Bag	a	the	Materials Bags	\d	the	
    -_55E5AF7B03F1BAFA	zf90_sphere	Sphere of Magic Detection	a	the	Spheres of Magic Detection	\d	the	
    -_EC66C7769922BA05	zf100_lettre	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_E8D1EC7A1B4E1F50	zf100_materiau	Precious Material	a	the	Precious Materials	\d	the	
    -_287444D7BE8B7CDE	zm60_sphere	Sphere of Object Detection	a	the	Spheres of Object Detection	\d	the	
    -_3FADA87202320E4C	zm60_bouclier	Buckler of Protection	a	the	Bucklers of Protection	\d	the	
    -_180E67E480BCD4E1	zm60_artefact	Corrupted Artifact	a	the	Corrupted Artifacts	\d	the	
    -_6201970B612E7BE4	zm70_amplificateur	Amplifier	an	the	Amplifiers	\d	the	
    -_6FD0DEAF0AFF991C	zm70_epurateur	Purifier	a	the	Purifiers	\d	the	
    -_BB10F4B980D2205F	zm80_anneau	Band of Purification	a	the	Bands of Purification	\d	the	
    -_B9225DACF86A35C1	zc50_plans	Stolen Plan	a	the	Stolen Plans	\d	the	
    -_FD8DDA97444492F3	zc60_ambre	Ancient Amber	an	the	Ancient Amber	\d	the	
    -_D11D9133EEB798A3	zc80_lettre	Letter	a	the	Letters	\d	the	
    -_51CB978910ACE529	zc90_ambre	Excellent Ancient Amber	an	the	Excellent Ancient Amber	\d	the	
    -_982867FC4CC1A225	zc100_graines	Solid Seed	a	the	Solid Seeds	\d	the	
    -_72DDCDA2E4F926A7	zh50_sphere	Sphere of Material Detection	a	the	Spheres of Material Detection	\d	the	
    -_70D5CC52379D4F45	zh70_graines	Regenerating Seed	a	the	Regenerating Seeds	\d	the	
    -_660A50EB19D00741	zh80_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_0D7FA6EB0D939845	zh80_terre	Polluted Soil	some	the	Polluted Soil	\d	the	
    -_1F9AC4FD9C7F55BE	zh80_lettre	Analysis Result	an	the	Analysis Results	\d	the	
    -_2DAA51ECD1C20187	zh90_bouclier	Striped Buckler	a	the	Striped Bucklers	\d	the	
    -_458FAD882EA8BE7A	tf70_dague	Twisted Dagger	a	the	Twisted Daggers	\d	the	
    -_BE4688A23ECC954F	tf80_fragment	Grumbling Clopper Fragment	a	the	Grumbling Clopper Fragments	\d	the	
    -_A076E19E6A1B76B1	tm60_mandibule	Vigilant Kizoar Mandible	a	the	Vigilant Kizoar Mandibles	\d	the	
    -_2EF1E360B1CAB8F1	tm60_mousse	Robust Stinga Moss	some	the	Robust Stinga Moss	\d	the	
    -_4F423AD187EE65FA	tm60_carapace	Scary Clopper Shell	a	the	Scary Clopper Shells	\d	the	
    -_018C992ADFFABE23	tm90_pince	Perfect Mean Kipee Claw	a	the	Perfect Mean Kippe Claws	\d	the	
    -_07B41613D3AAE5B3	tc60_pince	Vigorous Clopper Claw	a	the	Vigorous Clopper Claws	\d	the	
    -_E23AA59DB8EED0FF	tc70_patte	Robust Gnoof Leg	a	the	Robust Gnoof Legs	\d	the	
    -_573EB92A36F540F0	th60_mousse	Budding Stinga Moss	some	the	Budding Stinga Moss	\d	the	
    -_4DD87240E24C32D9	th70_feuilles	Fresh Leaves	some	the	Fresh Leaves	\d	the	
    -_6A1EE4A8FC5ABE2E	th90_ailes	Lesser Yber Wings	some	the	Lesser Yber Wings	\d	the	
    -_024DA966822F8C95	mf70_fragments	Strong Kipee Fragments	some	the	Strong Kipee Fragments	\d	the	
    -_DF3C68191EC8C4B7	mf80_ailes	Menacing Javing Wings	some	the	Menacing Javing Wings	\d	the	
    -_9F88C7E07D1FF77C	mm50_echantillon	Robust Psykopla Sample	a	the	Robust Psykopla Samples	\d	the	
    -_BCB2AF12F0559512	mm60_echantillon	Parched Cratcha Sample	a	the	Parched Cratcha Samples	\d	the	
    -_ABFDA7E8DC4282FD	mm60_dent	Malicious Gingo Tooth	a	the	Malicious Gingo Teeth	\d	the	
    -_E8E8798B392DFCFE	mm70_corne	Gluttonous Bodoc Horn	a	the	Gluttonous Bodoc Horns	\d	the	
    -_E23448CB016F9EFC	mm80_echantillon	Dehydrated Psykopla Sample	a	the	Dehydrated Psykopla Samples	\d	the	
    -_AECF50B02A9057FE	mm100_cratcha	Normal Dehydrated Cratcha	a	the	Normal Dehydrated Cratchas	\d	the	
    -_1C1A0C86AAFED7D2	mc80_croc	Scowling Ragus Fang	a	the	Scowling Ragus Fang	\d	the	
    -_D8055D6ECD6CEFFE	mh90_corne	Scampering Bodoc Horn	a	the	Scampering Bodoc Horns	\d	the	
    -_AEA2C076D2C1A41A	ff60_graisse	Gluttonous Arma Fat	some	the	Gluttonous Arma Fat	\d	the	
    -_0B71908D7C2C0715	fm50_pinces	Baying Goari Claws	some	the	Baying Goari Claws	\d	the	
    -_07A4E3A43A7F5A22	fm60_plumes	Vigilant Igara Feathers	some	the	Vigilant Igara Feathers	\d	the	
    -_2562228411681C34	fm70_feuilles	Blooming Shooki Flowers	some	the	Blooming Shooki Flowers	\d	the	
    -_435506A6D942BFC4	fm80_ailettes	Gruff Raspal Fins	some	the	Gruff Raspal Fins	\d	the	
    -_BD015FDCC1102FBA	fm90_ailes	Vicious Kizoar Wings	some	the	Vicious Kizoar Wings	\d	the	
    -_AB09260ABCEDACCA	fc60_plumes	Vulgar Izam Feathers	some	the	Vulgar Izam Feathers	\d	the	
    -_0FFBE60CA14FD7F2	fc60_morceau	Drowsy Shooki Morsel	some	the	Drowsy Shooki Morsels	\d	the	
    -_6DE4279E69FB2350	fc70_plumes	Bloated Izam Feathers	some	the	Bloated Izam Feathers	\d	the	
    -_07A1768A7ABDEA98	fc70_petales	Minor Shooki Petals	some	the	Minor Shooki Petals	\d	the	
    -_D500CB0D514DDCC0	fc80_pince	Scowling Goari Claw	a	the	Scowling Goari Claws	\d	the	
    -_4652714BD91FA0D2	fc90_carapace	Moderate Kipee Shell	a	the	Moderate Kipee Shells	\d	the	
    -_58BE0091D99A6C55	fc90_ailes	Vigilant Kizoar Wings	a	the	Vigilant Kizoar Wings	\d	the	
    -_18AA722DEA36E767	fh60_chair	Moderate Kipee Meat	some	the	Moderate Kipee Meat	\d	the	
    -_BFA18ADD9ED7457B	fh70_pince	Scary Clopper Claw	a	the	Scary Clopper Claws	\d	the	
    -_E3B8062B59F2B186	fh80_tendons	Sprightly Capryni Tendons	some	the	Sprightly Capryni Tendons	\d	the	
    -_DECEA0B4E98C1CF9	zf50_corne	Robust Messab Horn	a	the	Robust Messab Horn	\d	the	
    -_50772955FD8A5BA0	zf60_croc	Scary Torbak Fang	a	the	Scary Torbak Fangs	\d	the	
    -_2DBA260E2FE85C54	zf60_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_735167E6CF79A35C	zf70_ailes	Scavenging Izam Wings	some	the	Scavenging Izam Wings	\d	the	
    -_FD587C90B3EA6034	zf80_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_B4398E6D8DFF0254	zf90_feuilles	Famished Slaveni Leaves	some	the	Famished Slaveni Leaves	\d	the	
    -_3C5BE2BCBDE2BC53	zm50_ecailles	Robust Bawaab Scales	some	the	Robust Bawaab Scales	\d	the	
    -_2DAA420E2FE85C54	zm50_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_D0A1944B084DBF6E	zm60_carapace	Strong Kipee Shell	a	the	Strong Kipee Shells	\d	the	
    -_3C90A7BFD7591276	zm90_bec	Vicious Igara Beak	a	the	Vicious Igara Beak	\d	the	
    -_FD689890B3EA6034	zm90_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_2305E8A3AA73F730	zc60_aile	Vulgar Javing Wing	a	the	Vulgar Javing Wings	\d	the	
    -_5379291E18E8D8E7	zc60_dents	Drowsy Slaveni Teeth	a	the	Drowsy Slaveni Teeth	\d	the	
    -_63DF084213F95C6B	zc80_aile_izam	Prime Izam Wing	a	the	Prime Izam Wings	\d	the	
    -_B33B88C74127D491	zc80_aile_yber	Vigilant Yber Wing	a	the	Vigilant Yber Wings	\d	the	
    -_42C19949F77DF9CA	zc90_dent	Budding Slaveni Teeth	some	the	Budding Slaveni Teeth	\d	the	
    -_783E66AB26579ECE	zh100_outils	Lost Tools	some	the	Lost Tools	\d	the	
    -_22503D7E9E9B2B13	micro_boss_loot_yubo	Yuboth's Tongue	\d	the	Yuboth's Tongues	\d	the	Someone in the city would maybe be interested in this trophy.
    -_33EB6A61FD7ADAD2	micro_boss_loot_yelk	Yelkoth's Blood	\d	the	Yelkoth's Blood	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A9A091AAD471B953	micro_boss_loot_messab	Messaboth's Hoof	\d	the	Messaboth's Hoofs	\d	the	Someone in the city would maybe be interested in this trophy.
    -_254FB76A688D7255	micro_boss_loot_mektoub	Mektoth's Heart	\d	the	Mektoth's Hearts	\d	the	Someone in the city would maybe be interested in this trophy.
    -_20D63F6346C95590	micro_boss_loot_lumper	Lumperoth's Eye	\d	the	Lumperoth's Eyes	\d	the	Someone in the city would maybe be interested in this trophy.
    -_B3E8845B428E1C86	micro_boss_loot_igara	Igaroth's Beak	\d	the	Crayoth's Carapace	\d	the	Someone in the city would maybe be interested in this trophy.
    -_5DB8706FF0860A17	micro_boss_loot_cray	Crayoth's Carapace	\d	the	Crayoth's Carapaces	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A49AC6F03BC738AC	micro_boss_loot_capryni	Caprynoth's Ear	\d	the	Caprynoth's Ears	\d	the	Someone in the city would maybe be interested in this trophy.
    -_29AAC0226E584882	casino_token	Token	a	the	Tokens	\d	the	
    -_187B6098685744B7	casino_ticket	Winning Ticket	a	the	Winning Tickets	\d	the	
    -_629F6DCEC37E0CAE	casino_title1	Coupon for a Title (Lucky)	a	the	Coupons for a Title (Lucky)	\d	the	
    -_629FADD3C5EE40AF	casino_title2	Coupon for a Title (Unlucky)	a	the	Coupons for a Title (Unlucky)	\d	the	
    -_7F7139112EE8A025	fbt_conso	Surprise	a	the	Surprises	\d	the	
    -_E79948A76C66A0B3	louche	Ladle	a	the	Ladles	\d	the	
    -_5831CC141D8B5CD4	conso_fireworks_a	Firework Type A	a	the	Fireworks Type A	\d	the	Pretty lights!
    -_5831CC151D8B60D4	conso_fireworks_b	Firework Type B	a	the	Fireworks Type B	\d	the	Pretty lights!
    -_5831CC161D8B64D4	conso_fireworks_c	Firework Type C	a	the	Fireworks Type C	\d	the	Pretty lights!
    -_5831CC171D8B68D4	conso_fireworks_d	Firework Type D	a	the	Fireworks Type D	\d	the	Pretty lights!
    -_5831CC181D8B6CD4	conso_fireworks_e	Firework Type E	a	the	Fireworks Type E	\d	the	Pretty lights!
    -_5831CC191D8B70D4	conso_fireworks_f	Firework Type F	a	the	Fireworks Type F	\d	the	Pretty lights!
    -_5831CC1A1D8B74D4	conso_fireworks_g	Firework Type G	a	the	Fireworks Type G	\d	the	Pretty lights!
    -_5831CC1B1D8B78D4	conso_fireworks_h	Firework Type H	a	the	Fireworks Type H	\d	the	Pretty lights!
    -_5831CC1C1D8B7CD4	conso_fireworks_i	Firework Type I	a	the	Fireworks Type I	\d	the	Pretty lights!
    -_5831CC1D1D8B80D4	conso_fireworks_j	Firework Type J	a	the	Fireworks Type J	\d	the	Pretty lights!
    -_5831CC1E1D8B84D4	conso_fireworks_k	Firework Type K	a	the	Fireworks Type K	\d	the	Pretty lights!
    -_5831CC1F1D8B88D4	conso_fireworks_l	Firework Type L	a	the	Fireworks Type L	\d	the	Pretty lights!
    -_5831CC201D8B8CD4	conso_fireworks_m	Firework Type M	a	the	Fireworks Type M	\d	the	Pretty lights!
    -_5831CC211D8B90D4	conso_fireworks_n	Firework Type N	a	the	Fireworks Type N	\d	the	Pretty lights!
    -_5831CC221D8B94D4	conso_fireworks_o	Firework Type O	a	the	Fireworks Type O	\d	the	Pretty lights!
    -_5831CC231D8B98D4	conso_fireworks_p	Firework Type P	a	the	Fireworks Type P	\d	the	Pretty lights!
    -_5831CC241D8B9CD4	conso_fireworks_q	Firework Type Q	a	the	Fireworks Type Q	\d	the	Pretty lights!
    -_5831CC251D8BA0D4	conso_fireworks_r	Firework Type R	a	the	Fireworks Type R	\d	the	Pretty lights!
    -_5831CC261D8BA4D4	conso_fireworks_s	Firework Type S	a	the	Fireworks Type S	\d	the	Pretty lights!
    -_C193E497EB5D71BC	ipoc_con_10min	Flower of Constitution	a	the	Flowers of Constitution	\d	the	
    -_3F48208A7D7C0AF9	ipoc_int_10min	Flower of Intelligence	a	the	Flowers of Intelligence	\d	the	
    -_5A746281C4A7FBF1	ipoc_str_10min	Flower of Strength	a	the	Flowers of Strength	\d	the	
    -_6041FA44E0A91486	ipoc_dex_10min	Flower of Dexterity	a	the	Flowers of Dexterity	\d	the	
    -_AA282DFAB079A090	teddyubo	Teddy	a	the	Teddies	\d	the	
    -_0377AA80C7DAAD00	casinoshield_pre_order	Shield of Prestige	a	the	Shields of Prestige	\d	the	
    -_2BDDF2DCD03621CE	amber_cube_common_ancient	Ancient Amber Cube	an	the	Ancient Amber Cubes	\d	the	
    -_AA9A76F2A09FC196	amber_cube_common_recent	Recent Amber Cube	a	the	Recent Amber Cubes	\d	the	
    -_E31093E62B434107	amber_cube_common_very_ancient	Very Ancient Amber Cube	a	the	Very Ancient Amber Cubes	\d	the	
    -_8C574B0A8BBACFD5	amber_cube_fyros_ancient	Fyros Ancient Amber Cube	a	the	Fyros Ancient Amber Cubes	\d	the	
    -_86B0129072502D54	amber_cube_fyros_recent	Fyros Recent Amber Cube	a	the	Fyros Recent Amber Cubes	\d	the	
    -_8E608B43CDA97EC3	amber_cube_fyros_very_ancient	Fyros Very Ancient Amber Cube	a	the	Fyros Very Ancient Amber Cubes	\d	the	
    -_934E8398C2CEC40E	amber_cube_kami_ancient	Kami Ancient Amber Cube	a	the	Kami Ancient Amber Cubes	\d	the	
    -_BEF2EC60CF25CA7F	amber_cube_kami_recent	Kami Recent Amber Cube	a	the	Kami Recent Amber Cubes	\d	the	
    -_77106151DEBC832A	amber_cube_kami_very_ancient	Kami Very Ancient Amber Cube	a	the	Kami Very Ancient Amber Cubes	\d	the	
    -_78F548564D1A738A	amber_cube_karavan_ancient	Karavan Ancient Amber Cube	a	the	Karavan Ancient Amber Cubes	\d	the	
    -_E2AA18B300001D9E	amber_cube_karavan_recent	Karavan Recent Amber Cube	a	the	Karavan Recent Amber Cubes	\d	the	
    -_B350928FD4DA4352	amber_cube_karavan_very_ancient	Karavan Very Ancient Amber Cube	a	the	Karavan Very Ancient Amber Cubes	\d	the	
    -_10574B040C79FBA5	amber_cube_matis_ancient	Matis Ancient Amber Cube	a	the	Matis Ancient Amber Cubes	\d	the	
    -_42201290F110BD45	amber_cube_matis_recent	Matis Recent Amber Cube	a	the	Matis Recent Amber Cubes	\d	the	
    -_4AD08B3D4EC88AAD	amber_cube_matis_very_ancient	Matis Very Ancient Amber Cube	a	the	Matis Very Ancient Amber Cubes	\d	the	
    -_94C52B11C79EA5A5	amber_cube_tryker_ancient	Tryker Ancient Amber Cube	a	the	Tryker Ancient Amber Cubes	\d	the	
    -_29E27F5BEB2EB879	amber_cube_tryker_recent	Tryker Recent Amber Cube	a	the	Tryker Recent Amber Cubes	\d	the	
    -_85249CABCEC044DD	amber_cube_tryker_very_ancient	Tryker Very Ancient Amber Cube	a	the	Tryker Very Ancient Amber Cubes	\d	the	
    -_96573DFC28591FC1	amber_cube_zorai_ancient	Zoraï Ancient Amber Cube	a	the	Zoraï Ancient Amber Cubes	\d	the	
    -_08F1120C6D37CD5E	amber_cube_zorai_recent	Zoraï Recent Amber Cube	a	the	Zoraï Recent Amber Cubes	\d	the	
    -_10A17D354BEF96B9	amber_cube_zorai_very_ancient	Zoraï Very Ancient Amber Cube	a	the	Zoraï Very Ancient Amber Cubes	\d	the	
    -_4B006F4536066EE8	cwtf03_pearl	Corsair Pearl	a	the	Corsair Pearls	\d	the	
    -_1872BF42B7678FEC	m0709dxaca02	Lake Shell	a	the	Lake Shells	\d	the	
    -_FF6A845DB1616D7D	m0194dxaca02	Peat	some	the	Peat	\d	the	
    -_0B0316B901F25F7D	m0229dxaca02	Lake Root	a	the	Lake Roots	\d	the	
    -_55A50C949A9EFBB7	m0224dxaca02	Kamic Thinking Moss	some	the	Kamic Thinking Moss	\d	the	
    -_55F1A9E3E85E2F56	m0194dxaca04	Mektoub Dropping	a	the	Mektoub Droppings	\d	the	
    -_CA9539D4A91C468B	m0201dxaca02	Waterfall Pearl	a	the	Waterfall Pearls	\d	the	
    -_83E0AEA12758D718	m0194dxaca05	Bone	a	the	Bones	\d	the	
    -_6A6918129F199455	m0229dxaca03	Root	a	the	Roots	\d	the	
    -_8814699BA3F8F63C	m0706dxaca02	Psykopla Spore	a	the	Psykopla Spores	\d	the	
    -_2D1A1C27E185D84D	m0194dxaca03	Garbage	some	the	Garbage	\d	the	
    -_AAB9900DA2FA90C7	m0684ccpca02	Fossil	a	the	Fossils	\d	the	
    -_A7B210C06A40F4B4	m0707dxaca02	Mud	some	the	Mud	\d	the	
    -_5C68D5A061E0CF01	cwmf03_bag	Package to deliver	a	the	Packages to deliver	\d	the	
    -_8DAA130662E2CC41	cwmf03_purse	Little Purse	a	the	Little Purses	\d	the	
    -_84D0CD264740551E	cwff03_egg	Goari Egg	a	the	Goari Eggs	\d	the	
    -_30EAD1F19E862CB7	itforagefyros_1	Krat	a	the	Krat	\d	the	
    -_440E390B5D55391D	itforagematis_1	Merena	a	the	Merena	\d	the	
    -_2B69E4F056F7B0AA	itforagetryker_1	Pik	a	the	Pik	\d	the	
    -_DFCE668F03D9AE9D	itforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_BA6D78FD2C8AB833	sfxitforagefyros_1	Krat	a	the	Krat	\d	the	
    -_421D6C80C58E010D	sfxitforagematis_1	Merena	a	the	Merena	\d	the	
    -_7B5C151EE949D8B8	sfxitforagetryker_1	Pik	a	the	Pik	\d	the	
    -_62064CDDE5B63097	sfxitforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_6DF3A29EA1F42EBF	ke0904_big_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_9144DFF07E5B90D7	ke0904_light_package	Light Package	a	the	Light Packages	\d	the	
    -_F64F396D07DD63AB	system_mp_choice_black	Choice Generic Raw Material (Black)	a	the	Choice Generic Raw Materials (Black)	\d	the	
    -_EC092C92BBFDCDCA	system_mp_choice_blue	Choice Generic Raw Material (Blue)	a	the	Choice Generic Raw Materials (Blue)	\d	the	
    -_F9B04D6D07FD93A3	system_mp_choice_green	Choice Generic Raw Material (Green)	a	the	Choice Generic Raw Materials (Green)	\d	the	
    -_AF185AE2A6838ADF	system_mp_choice_purple	Choice Generic Raw Material (Purple)	a	the	Choice Generic Raw Materials (Purple)	\d	the	
    -_A2D446911624AAAA	system_mp_choice_red	Choice Generic Raw Material (Red)	a	the	Choice Generic Raw Materials (Red)	\d	the	
    -_B8B8571E85ED0678	system_mp_choice_turquoise	Choice Generic Raw Material (Turquoise)	a	the	Choice Generic Raw Materials (Turquoise)	\d	the	
    -_8CC20ED2220D0CBF	system_mp_choice_white	Choice Generic Raw Material (White)	a	the	Choice Generic Raw Materials (White)	\d	the	
    -_5DE61E37F3CBA55B	event_barrel_of_beer	Barrel of Lakes Beer	a	the	Barrels of Lakes Beer	\d	the	
    -_1B43B328A70EB35E	event_barrel_of_shooki_liquor	Barrel of Shooki Liquor	a	the	Barrels of Shooki Liquor	\d	the	
    -_A0E7216432632983	event_barrel_of_water	Barrel of Lake Water	a	the	Barrels of Lake Water	\d	the	
    -_9E382CA8E216A4A5	event_blood	Blood	some	the	Blood	\d	the	
    -_E0F717AFACB8CF88	event_goo	Goo	some	the	Goo	\d	the	
    -_14274BC59443367E	event_incandescent_wood	Incandescent Wood	some	the	Incandescent Wood	\d	the	
    -_792CE5D929D954E7	event_lakes_beer	Lakes Beer	some	the	Lakes Beer	\d	the	
    -_59C19ABB12420E87	event_magnetized_amber	Magnetized Amber	a	the	Magnetized Amber	\d	the	
    -_96A0931AAF1EFB43	event_magnetized_amber_sphere	Sphere Magnetized Amber	a	the	Sphere Magnetized Amber	\d	the	
    -_E266D4B065043C86	event_meat	Meat	some	the	Meats	\d	the	
    -_B1794393DBE7FFA7	event_missive	Missive	a	the	Missives	\d	the	
    -_7F46C694FF5C09F9	event_missive_fyros	Fyros Missive	a	the	Fyros Missives	\d	the	
    -_7FFC8597421B95DC	event_missive_kami	Kami Missive	a	the	Kami Missives	\d	the	
    -_7FFC6594831B95DC	event_missive_kara	Karavan Missive	a	the	Karavan Missives	\d	the	
    -_7F469698F33C09F9	event_missive_matis	Matis Missive	a	the	Matis Missives	\d	the	
    -_E0969A6A015B7D6B	event_missive_tryker	Tryker Missive	a	the	Tryker Missives	\d	the	
    -_7F045694F9DE09F9	event_missive_zorai	Zoraï Missive	a	the	Zoraï Missives	\d	the	
    -_3CFB6D87866D85E1	event_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_F966A6927B7E71ED	event_shooki_liquor	Shooki Liquor	some	the	Shooki Liquor	\d	the	
    -_28A936CF1C4C4AD2	event_taliari_pearl_black	Black Taliari Pearl	a	the	Black Taliari Pearls	\d	the	
    -_373663ADD6C976A8	event_taliari_pearl_blue	Blue Taliari Pearl	a	the	Blue Taliari Pearls	\d	the	
    -_F3F7E35CF15927BF	event_taliari_pearl_violet	Violet Taliari Pearl	a	the	Violet Taliari Pearls	\d	the	
    -_EBB88CB1AA47389B	winch	Winch	a	the	Winchs	\d	the	
    -_6598E09CD4E5BC94	winch_2	Winch	a	the	Winchs	\d	the	
    -_6598E09C14F5BC94	winch_3	Winch	a	the	Winchs	\d	the	
    -_E8C884B2A4DAD8AB	secator	Secator	a	the	Secators	\d	the	
    -_6539707AA7A9C49C	secator_2	Secator	a	the	Secators	\d	the	
    -_6539707BA7A9C49C	secator_3	Secator	a	the	Secators	\d	the	
    -_66B9B8B0E67AB0AC	scraper	Scraper	a	the	Scrapers	\d	the	
    -_290A4076A7FA8498	scraper_2	Scraper	a	the	Scrapers	\d	the	
    -_290A4077A7FA8498	scraper_3	Scraper	a	the	Scrapers	\d	the	
    -_2E4A00ACAFF878AB	brush	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD66B0A6	brush_2	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD76B0A6	brush_3	Brush	a	the	Brushes	\d	the	
    -_F713547E87315100	cattlestick	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510E	cattlestick_2	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510F	cattlestick_3	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_5BB592DEC824818E	mountingstick	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C512BE8A	mountingstick_2	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C522BE8A	mountingstick_3	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_581C91B3EC59648F	petstick	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A8C10E5F76BD0	petstick_2	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A9010E5F76BD0	petstick_3	Pet Stick	a	the	Pet Sticks	\d	the	
    -_6C78C0A521CAACA9	chopper	Butcher's Knife	a	the	Butcher Knives	\d	the	
    -_2C29146667C99897	chopper_2	Chopper	a	the	Choppers	\d	the	
    -_2C29146767C99897	chopper_3	Chopper	a	the	Choppers	\d	the	
    -_2F38D0AB2A57108C	drill	Drill	a	the	Drills	\d	the	
    -_AB19C87F10E5CCA5	drill_2	Drill	a	the	Drills	\d	the	
    -_AB19C87F50F5CCA5	drill_3	Drill	a	the	Drills	\d	the	
    -_EA383482AD482C56	grip	Grip	a	the	Grips	\d	the	
    -_E2D80CA2F0F4BB76	grip_2	Grip	a	the	Grips	\d	the	
    -_22D80CA2F0F4BF76	grip_3	Grip	a	the	Grips	\d	the	
    -_AB98B0B32B68549A	stick	Stick	a	the	Sticks	\d	the	
    -_E4A9149FD3E5C89A	stick_2	Stick	a	the	Sticks	\d	the	
    -_E4A9149F13F5C89A	stick_3	Stick	a	the	Sticks	\d	the	
    -_2C3898B32BE85494	stake	Stake	a	the	Stakes	\d	the	
    -_6C887CA2E8771898	phial	Phial	a	the	Phials	\d	the	
    -_1ED36935B6F1BE32	iccm2ms_2	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_1ED36936B6F1BE32	iccm2ms_3	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_F0093121888B44F3	r_06_08_phial_full	Phial	a	the	Phials	\d	the	
    -_FC6CAD2C67ECB821	r_06_08_report	Report	a	the	Reports	\d	the	
    -_A6098DA120A6473F	r_06_09_kizoar_element	Lethal Kizoar Wing	a	the	Lethal Kizoar Wings	\d	the	
    -_FC6CAD2C67FCB821	r_06_09_report	Report	a	the	Reports	\d	the	
    -_3555F7DD2126222F	rpjob_elementary	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_9DA562B26F425A61	rpjob_advanced	Advanced Occupation	an	the	Advanced Occupations	\d	the	
    -_16515F8222A6FA6C	rpjob_roleplay	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_85B4A1C5D99F7053	rpjobitem_certifications	Master's Instrument	a	the	Master's Instruments	\d	the	
    -_0F3D776412F0C65C	rpjob_200	Apprentice Butcher	an	of	Apprentice Butcher	\d	of	
    -_FA0E017088640A01	rpjobitem_200_a0	Butchering Components	some	the	Butchering Components	\d	the	
    -_99DB2BEBE9ECCE42	rpjobitem_200_a1	Greater Butchering Components	some	the	Greater Buthering Components	\d	the	
    -_06BEF7FF65B8D31A	rpjobitem_200_b0	Herbivore Meat	some	the	Herbivore Meats	\d	the	
    -_8BA219614946FD14	rpjobitem_200_b1	Prime Herbivore Meat	some	the	Prime Herbivore Meats	\d	the	
    -_CD7CDED57FF3D638	rpjobitem_200_c0	Leg of Yubo	some	the	Legs of Yubo	\d	the	
    -_9BAFD3E438E40AA6	rpjobitem_200_c1	Bodoc Steak	some	the	Bodoc Steaks	\d	the	
    -_4DE37ABDC975C42C	rpjobitem_200_c2	Giblet of Arma	some	the	Giblets of Arma	\d	the	
    -_DBFFA3DD7A743EA0	rpjobitem_200_c3	Fillet of Arana	some	the	Fillets of Arana	\d	the	
    -_327C270227963388	rpjobitem_200_c4	Sirloin of Madakam	some	the	Sirloins of Madakam	\d	the	
    -_CE21AF717EA685F2	rpjobitem_200_c5	Shalah Ribs	some	the	Shalah Ribs	\d	the	
    -_CDCCBF665780A66F	rpjob_201	Apprentice Florist	an	of	Apprentice Florist	\d	of	
    -_CA02022225F6448B	rpjobitem_201_a0	Flower Supply Certificates	some	the	Flower Supply Certificates	\d	the	
    -_1D5F7FB6237E14C7	rpjobitem_201_a1	Abundant Flower Supply Certificates	some	the	Abondant Flower Certificates	\d	the	
    -_9279471FFE4CC296	rpjobitem_201_b0	Flower Maintenance certificates	some	the	Flower Maintenance Certificates	\d	the	
    -_84A75C031EE9E86D	rpjobitem_201_b1	Perfect Flower Maintenance Certificates	some	the	Perfect Flower Maintenance Certificates	\d	the	
    -_4DE5D24DCDD1C441	rpjobitem_201_c0	Basic Bouquet	a	the	Basic Bouquets	\d	the	
    -_99057FAA7423B24A	rpjobitem_201_c1	Mystia Bouquet	a	the	Mystia Bouquets	\d	the	
    -_1549BF9C53E6B374	rpjobitem_201_c2	Fallenor Bouquet	a	the	Fallenor Bouquets	\d	the	
    -_54B9EB9A5486AB7E	rpjobitem_201_c3	Folially Bouquet	a	the	Folially Bouquets	\d	the	
    -_17F32FA33544FA48	rpjobitem_201_c4	Floris Bouquet	a	the	Floris Bouquets	\d	the	
    -_5385F2650ED1C461	rpjobitem_201_c5	Nexus Bouquet	a	the	Nexus Bouquets	\d	the	
    -_CE3CB77612E0BA6C	rpjob_205	Apprentice Medic	an	of	Apprentice Medic	\d	of	
    -_B53CF91C99F90DC1	rpjobitem_205_a0	Bandages	some	the	Bandages	\d	the	
    -_2B07B78E8CF29642	rpjobitem_205_a1	Strong Bandages	some	the	Strong Bandages	\d	the	
    -_743929FCDDBAA464	rpjobitem_205_b0	Balsams	some	the	Balsams	\d	the	
    -_94A9AF8A14B637B5	rpjobitem_205_b1	Powerful Balsams	some	the	Powerful Balsams	\d	the	
    -_7EB29CFA8C1797C5	rpjobitem_205_c0	Small First-Aid Kit	a	the	Small First-Aid Kits	\d	the	
    -_538388330BB5C467	rpjobitem_205_c1	First-Aid Kit	a	the	First-Aid Kits	\d	the	
    -_BF2E53D49338E646	rpjobitem_205_c2	Prevention Kit	a	the	Prevention Kits	\d	the	
    -_B38B603148339710	rpjobitem_205_c3	Advanced Care Kit	an	the	Advanced Care Kits	\d	the	
    -_18342E325DAFB652	rpjobitem_205_c4	Survival Kit	a	the	Survival Kits	\d	the	
    -_0D4FBA11C061F881	rpjobitem_205_c5	Fast Regeneration Kit	a	the	Fast Regeneration Kits	\d	the	
    -_E2F25C48324C5FFA	itoshovelgarden	Trowel	a	the	Trowels	\d	the	
    -_5E6454A1077EE1EF	lucky_flower	Lucky Flower	a	the	Lucky Flowers	\d	the	
    -_8220BB29E86B80CF	rpjob_202	Apprentice Water-Carrier	an	of	Apprentice Water-Carrier	\d	of	
    -_67392C59EBA7C4A6	bucket	Bucket	a	the	 Buckets	\d	the	
    -_7B3AF6F2CEF30E8C	aqua_speed	Aquatic Propulsor	an	the	Aquatic Propulsors	\d	the	
    -_9CBDFA15261AEF9B	rpjobitem_202_a0	Water Quality Certificates	some	the	Water Quality Certificates	\d	the	
    -_14F6CF81BDAD4A14	rpjobitem_202_a1	Good Water Quality Certificates	some	the	Good Water Quality Certificates	\d	the	
    -_8FA7518A0D4B353F	rpjobitem_202_b0	Report of the Commissioner Sender	a	the	Reports of the Commissioner Sender	\d	the	
    -_776BC2D1B1D15237	rpjobitem_202_b1	Report of Excellence of the Commissioner Sender	a	the	Reports of Excellence of the Commissioner Sender	\d	the	
    -_AE2DCA0C821C28BB	rpjobitem_202_c0	Small Flask of Drab Water	a	the	Small Flasks of Drab Water	\d	the	
    -_87539C3D99596890	rpjobitem_202_c1	Small Flask of Water	a	the	Small Flasks of Water	\d	the	
    -_D92A8AA6505C5EE4	rpjobitem_202_c2	Small Flask of Refreshing Water	a	the	Small Flasks of Refreshing Water	\d	the	
    -_C0D3AEEC0612B36C	rpjobitem_202_c3	Small Flask of Exhilarating Water	a	the	Small Flasks of Exhilarating Water	\d	the	
    -_0072F537AA1796CA	rpjobitem_202_c4	Small Flask of Purifying water	a	the	Small Flasks of Purifying Water	\d	the	
    -_BD7FC60DAA45DA62	rpjobitem_202_c5	Small Flask of Healing water	a	the	Small Flasks of Healing Water	\d	the	
    -_263DA69ABDA01117	medical_kit	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_6EBE86E6562EFCAD	rpjob_203	Apprentice Magnetic Cartographer	an	of	Apprentice Magnetic Cartographer	\d	of	
    -_70CC20A4644904A7	stylet	Stylus	a	the	Stylus	\d	the	
    -_3CFE0C58358826A3	protect_amber	Amber of Protection	an	the	 Ambers of Protection	\d	the	
    -_0A2BCBBC6C52B8AB	rpjobitem_203_a0	Fragment of Magnetic Fields Map	a	the	Fragments of Magnetic Fields Map	\d	the	
    -_12002DE0E31C5EFB	rpjobitem_203_a1	Fragment of Precise Magnetic Fields Map	a	the	Fragments of Precise Magnetic Fields Map	\d	the	
    -_53F7BE95D19BA24B	rpjobitem_203_b0	List of Magnetic Amplitudes	a	the	Lists of Magnetic Amplitudes	\d	the	
    -_33A3546EF1473824	rpjobitem_203_b1	List of Precise Magnetic Amplitudes	a	the	Lists of Precise Magnetic Amplitudes	\d	the	
    -_F95F39A430EE2F92	rpjobitem_203_c0	Map of Minor Magnetism	a	the	Maps of Minor Magnetism	\d	the	
    -_049573BB0B260983	rpjobitem_203_c1	Map of Primary Magnetism	a	the	Maps of Primary Magnetism	\d	the	
    -_3EF55681E5E5EC90	rpjobitem_203_c2	Map of Secondary Magnetism	a	the	Maps of Secondary Magnetism	\d	the	
    -_3E4215A07CF6F956	rpjobitem_203_c3	Map of Tertiary Magnetism	a	the	Maps of Tertiary Magnetism	\d	the	
    -_CEE2AD5AB38D2E18	rpjobitem_203_c4	Map of Medium Magnetism	a	the	Maps of Medium Magnetism	\d	the	
    -_3AB021B1F9640567	rpjobitem_203_c5	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_A518DB81926887CF	rpjob_204	Apprentice Toolmaker	an	of	Apprentice Toolmaker	\d	of	
    -_E1873693C8613D0D	tools_ticket	Improved Tool	an	the	Improved Tools	\d	the	
    -_18F46B65C6E278F1	rpjobitem_204_a0	Materials for the Handle	some	the	Materials for the Handle	\d	the	
    -_DB279794BBC5CE98	rpjobitem_204_a1	Sturdy Materials for the Handle	some	the	Sturdy Materials for the Handle	\d	the	
    -_38923576A7D8C1EB	rpjobitem_204_b0	Materials for the Main Element	some	the	Materials for the Main Element	\d	the	
    -_F7878891ADC1AA48	rpjobitem_204_b1	Sturdy Materials for the Main Element	some	the	Sturdy Materials for the Main Element	\d	the	
    -_D231428A5E6C0645	rpjobitem_204_c0	Basic Tool	a	the	Basic Tools	\d	the	
    -_0F4F0EC90C56064B	rpjobitem_204_c1	Practical Tool	a	the	Practical Tools	\d	the	
    -_96C15662F8A95183	rpjobitem_204_c2	Clever Tool	a	the	Clever Tools	\d	the	
    -_6BB3A7ED4FD7CE09	rpjobitem_204_c3	Productive Tool	a	the	Productive Tools	\d	the	
    -_D46FEED09267E647	rpjobitem_204_c4	Outstanding Tool	a	the	Outstanding Tools	\d	the	
    -_B2E66858ED0D3AB8	rpjobitem_204_c5	Revolutionary Tool	a	the	Revolutionary Tools	\d	the	
    -_5F25EA734694013B	butcher_knife	Butcher's Knife	a	the	Butcher's Knives	\d	the	
    -_5EDEA4DE7F569105	tp_kami_almati	Kami Teleporter Pact for Almati Wood	a	the	Kami Teleporter Pacts for Almati Wood	\d	the	
    -_A3A9478D123A5BB9	rpjob_206	Apprentice Larvester	an	of	Apprentice Larvester	\d	of	
    -_3351407B3F6119F9	large_phial	Larvae Phial	a	the	Larvae Phials	\d	the	
    -_801F13A2BDA5C5A2	tp_kara_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_D5C3138802B88A3D	rpjobitem_206_a0	Primary Larva	a	the	Primary Larvae	\d	the	
    -_7D8FC42BC571F818	rpjobitem_206_a1	Sublime Primary Larva	a	the	Sublime Primary Larvae	\d	the	
    -_6998FEF991A55F65	rpjobitem_206_b0	Secondary Larva	a	the	Secondary Larvae	\d	the	
    -_E20E6916072F140D	rpjobitem_206_b1	Sublime Secondary Larva	a	the	Sublime Secondary Larvae	\d	the	
    -_CF224A7D6AAF89F8	rpjobitem_206_c0	Dried Larva	a	the	Dried Larvae	\d	the	
    -_D1251A398D8DEE3A	rpjobitem_206_c1	Small Larva	a	the	Small Larvae	\d	the	
    -_BF814A74B5AFBCCF	rpjobitem_206_c2	Tonic Larva	a	the	Tonic Larvae	\d	the	
    -_58F878F12F3DCFC8	rpjobitem_206_c3	Stimulating Larva	a	the	Stimulating Larvae	\d	the	
    -_A9B5D3BF2869B778	rpjobitem_206_c4	Energizing Larva	an	the	Energizing Larvae	\d	the	
    -_52023686AEAF8906	rpjobitem_206_c5	Power Larva	a	the	Power Larvae	\d	the	
    -_639F5992EBFB4D73	tp_karavan_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_274FB0312F39F783	rpjob_207	Apprentice Scrollmaker	a	of	Apprentice Scrollmaker	\d	of	
    -_392FBC14BAEA17EC	scrollmaker	Scroll Making Tool	a	the	Scroll Making Tool	\d	the	
    -_E75A811DAD79689E	parchment	Parchment	a	the	Parchments	\d	the	
    -_09772876C79B9A18	rpjobitem_207_a0	Parchment Manufacturing Materials	some	the	Parchment Manufacturing Materials	\d	the	
    -_F93F20C9A7B3E499	rpjobitem_207_a1	Greater Parchment Manufacturing Materials	some	the	Greater Parchment Manufacturing Materials	\d	the	
    -_EB49342F63EBB8ED	rpjobitem_207_b0	Ink Manufacturing Materials	some	the	Ink Manufacturing Materials	\d	the	
    -_563A6F383DC3C617	rpjobitem_207_b1	Greater Ink Manufacturing Materials	some	the	Greater Ink Manufacturing Materials	\d	the	
    -_DB1D91120AE6AF8C	rpjobitem_207_c0	Basic Writing Necessities	some	the	Basic Writing Necessities	\d	the	
    -_6E6B62C6C9369DC7	rpjobitem_207_c1	Modest Writing Necessities	some	the	Modest Writing Necessities	\d	the	
    -_70AC6EC68A3661B1	rpjobitem_207_c2	Simple Writing Necessities	some	the	Simple Writing Necessities	\d	the	
    -_9F94D3C9DD48B783	rpjobitem_207_c3	Handwriting Necessities	some	the	Handwriting Necessities	\d	the	
    -_207D79354C64A499	rpjobitem_207_c4	Fine Writing Necessities	some	the	Fine Writing Necessities	\d	the	
    -_F83712A269A78100	rpjobitem_207_c5	Masterful Writing Necessities	some	the	Masterful Writing Necessities	\d	the	
    -_C09D3E031C548ACF	water_barrel	Stimulating Water	a	the	Stimulating Waters	\d	the	
    -_56976F432904EFBC	rpjobitem_200_c6	Tongue of Ploderos	a	the	Tongue of Ploderos	\d	the	
    -_AAE466A5BD78CE5B	rpjobitem_201_c6	Canopy Bouquet	a	the	Canopy Bouquets	\d	the	
    -_4F173424D5C4699F	rpjobitem_202_c6	Small Flask of Holy Water	a	the	Small Flasks of Holy Water	\d	the	
    -_B9B60DC7CC06D51F	rpjobitem_203_c6	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_8F0C7EBE9408E249	rpjobitem_204_c6	Fantastic Tool	a	the	Fantastic Tools	\d	the	
    -_5B31142984912033	rpjobitem_205_c6	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_4BE08C5B9E1C0FDD	rpjobitem_206_c6	Extraordinary Larva	an	the	Extraordinary Larvae	\d	the	
    -_E324C2CFE2D8A689	rpjobitem_207_c6	Artful Writing Necessities	some	the	Artful Writing Necessities	\d	the	
    -_7F7B0EEE77E932E5	unstable_goo_vial	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_FDEBE33068537FC4	shopan_staff_crate	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_720F99C85F2AF504	fyler_dagger_crate	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_F5AF2C76FDB63B79	makam_bowrifle_crate	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_8D36C2C75C0C23D1	nanka_mace_crate	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9BF7A3AD73F5D2B9	iccalb	Tribe Commander Light Boots	\d	the	Tribe Commander Light Boots	\d	the	
    -_0FB1431AE993C3A6	iccalg	Tribe Commander Light Gloves	\d	the	Tribe Commander Light Gloves	\d	the	
    -_5B17D79FF7F50AB9	iccalp	Tribe Commander Light Pants	\d	the	Tribe Commander Light Pants	\d	the	
    -_3C3DCCD5E7D677D5	iccals	Tribe Commander Light Sleeves	\d	the	Tribe Commander Light Sleeves	\d	the	
    -_618ACE9206675385	iccalv	Tribe Commander Light Vest	a	the	Tribe Commander Light Vest	\d	the	
    -_31BB07FD667629E1	pvp_aura_lifemage_c0	Feeble Halo of the Mage	a	the	Feeble Halos of the Mage	\d	the	
    -_71BB070CE72549EC	pvp_aura_lifemage_c1	Simple Halo of the Mage	a	the	Simple Halos of the Mage	\d	the	
    -_0439C454E2DAE454	pvp_aura_lifemage_c2	Effective Halo of the Mage	an	the	Effective Halos of the Mage	\d	the	
    -_F1BB070CE7E529EC	pvp_aura_lifemage_c3	Powerful Halo of the Mage	a	the	Powerful Halos of the Mage	\d	the	
    -_F32BD2793F5B6BE5	pvp_aura_lifemage_c4	Magnificent Halo of the Mage	a	the	Magnificent Halos of the Mage	\d	the	
    -_CD8F79B97EE1B9A7	pvp_aura_lifemage_c5	Mythical Halo of the Mage	a	the	Mythical Halos of the Mage	\d	the	
    -_A0D73511931095E0	pvp_aura_lifemage_c6	Divine Halo of the Mage	a	the	Divine Halos of the Mage	\d	the	
    -_315C0775030C79EC	pvp_aura_lifetank_c0	Feeble Halo of the Warrior	a	the	Feeble Halos of the Warrior	\d	the	
    -_715C078484BB99F7	pvp_aura_lifetank_c1	Simple Halo of the Warrior	a	the	Simple Halos of the Warrior	\d	the	
    -_046081C3E78B005E	pvp_aura_lifetank_c2	Effective Halo of the Warrior	an	the	Effective Halos of the Warrior	\d	the	
    -_F15C0784847B79F7	pvp_aura_lifetank_c3	Powerful Halo of the Warrior	a	the	Powerful Halos of the Warrior	\d	the	
    -_CEC1068A01FC8757	pvp_aura_lifetank_c4	Magnificent Halo of the Warrior	a	the	Magnificent Halos of the Warrior	\d	the	
    -_CDB636288392D5B1	pvp_aura_lifetank_c5	Mythical Halo of the Warrior	a	the	Mythical Halos of the Warrior	\d	the	
    -_22D7FE86AFE1DDE0	pvp_aura_lifetank_c6	Divine Halo of the Warrior	a	the	Divine Halos of the Warrior	\d	the	
    -_3B8D856E2219C78F	pvp_aura_saplife_c0	Feeble Halo of Sap	some	the	Feeble Halos of Sap	\d	the	
    -_FE9D856EE679B397	pvp_aura_saplife_c1	Simple Halo of Sap	some	the	Simple Halos of Sap	\d	the	
    -_1742CC9D56AA04A3	pvp_aura_saplife_c2	Effective Halo of Sap	some	the	Effective Halos of Sap	\d	the	
    -_FEBD856EE679A38F	pvp_aura_saplife_c3	Powerful Halo of Sap	some	the	Powerful Halos of Sap	\d	the	
    -_FA3C48FB84505985	pvp_aura_saplife_c4	Magnificent Halo of Sap	some	the	Magnificent Halos of Sap	\d	the	
    -_EB74610A12CAC518	pvp_aura_saplife_c5	Mythical Halo of Sap	some	the	Mythical Halos of Sap	\d	the	
    -_B9C933F92725D818	pvp_aura_saplife_c6	Divine Halo of Sap	some	the	Divine Halos of Sap	\d	the	
    -_B5CD235EC18C45E3	pvp_aura_stamlife_c0	Feeble Halo of Stamina	a	the	Feeble Halos of Stamina	\d	the	
    -_F5CD236D423B65EE	pvp_aura_stamlife_c1	Simple Halo of Stamina	a	the	Simple Halos of Stamina	\d	the	
    -_C30099BDA4FA2C62	pvp_aura_stamlife_c2	Effective Halo of Stamina	an	the	Effective Halos of Stamina	\d	the	
    -_75CD236D42FB45EE	pvp_aura_stamlife_c3	Powerful Halo of Stamina	a	the	Powerful Halos of Stamina	\d	the	
    -_4D720E73C43C674E	pvp_aura_stamlife_c4	Magnificent Halo of Stamina	a	the	Magnificent Halos of Stamina	\d	the	
    -_8C564E22400101B5	pvp_aura_stamlife_c5	Mythical Halo of Stamina	a	the	Mythical Halos of Stamina	\d	the	
    -_E088D67FAD1079FB	pvp_aura_stamlife_c6	Divine Halo of Stamina	a	the	Divine Halos of Stamina	\d	the	
    -_0EA09D8F43BF7987	pvp_boost_lifemage_c0	Feeble Potion of the Mage	a	the	Feeble Potions of the Mage	\d	the	
    -_0EA0D995023FA588	pvp_boost_lifemage_c1	Simple Potion of the Mage	a	the	Simple Potions of the Mage	\d	the	
    -_11FE4515A4C42C69	pvp_boost_lifemage_c2	Effective Potion of the Mage	an	the	Effective Potions of the Mage	\d	the	
    -_B6BA348D828E8D8A	pvp_boost_lifemage_c3	Powerful Potion of the Mage	a	the	Powerful Potions of the Mage	\d	the	
    -_1634A23FB94BB83D	pvp_boost_lifemage_c4	Magnificent Potion of the Mage	a	the	Magnificent Potions of the Mage	\d	the	
    -_6AD4DA87C01B798C	pvp_boost_lifemage_c5	Mythical Potion of the Mage	a	the	Mythical Potions of the Mage	\d	the	
    -_EC1AF28A837DA0B4	pvp_boost_lifemage_c6	Divine Potion of the Mage	a	the	Divine Potions of the Mage	\d	the	
    -_52B0B59B87FF8987	pvp_boost_lifetank_c0	Feeble Potion of the Warrior	a	the	Feeble Potions of the Warrior	\d	the	
    -_52B0F1A1467FB588	pvp_boost_lifetank_c1	Simple Potion of the Warrior	a	the	Simple Potions of the Warrior	\d	the	
    -_6BCF891C2635F5D8	pvp_boost_lifetank_c2	Effective Potion of the Warrior	an	the	Effective Potions of the Warrior	\d	the	
    -_52B0F1A145FFB58A	pvp_boost_lifetank_c3	Powerful Potion of the Warrior	a	the	Powerful Potions of the Warrior	\d	the	
    -_D934E24655B25D4A	pvp_boost_lifetank_c4	Magnificent Potion of the Warrior	a	the	Magnificent Potions of the Warrior	\d	the	
    -_C4A51E8E428C42FB	pvp_boost_lifetank_c5	Mythical Potion of the Warrior	a	the	Mythical Potions of the Warrior	\d	the	
    -_C7B03E9C838FA026	pvp_boost_lifetank_c6	Divine Potion of the Warrior	a	the	Divine Potions of the Warrior	\d	the	
    -_1EDF10CC6AC01DDB	pvp_boost_saplife_c0	Feeble Potion of Sap	some	the	Feeble Potions of Sap	\d	the	
    -_5EDF10DBEB6F3DE6	pvp_boost_saplife_c1	Simple Potion of Sap	some	the	Simple Potions of Sap	\d	the	
    -_96768C282708AB88	pvp_boost_saplife_c2	Effective Potion of Sap	some	the	Effective Potions of Sap	\d	the	
    -_DEDF10DBEB2F1DE6	pvp_boost_saplife_c3	Powerful Potion of Sap	some	the	Powerful Potions of Sap	\d	the	
    -_72C7AE7CB12D8CAB	pvp_boost_saplife_c4	Magnificent Potion of Sap	some	the	Magnificent Potions of Sap	\d	the	
    -_5FCC418DC30F80DB	pvp_boost_saplife_c5	Mythical Potion of Sap	some	the	Mythical Potions of Sap	\d	the	
    -_696CE825C69F31A5	pvp_boost_saplife_c6	Divine Potion of Sap	some	the	Divine Potions of Sap	\d	the	
    -_D1119D8E45AF9982	pvp_boost_stamlife_c0	Feeble Potion of Stamina	a	the	Feeble Potions of Stamina	\d	the	
    -_D111D994042FC583	pvp_boost_stamlife_c1	Simple Potion of Stamina	a	the	Simple Potions of Stamina	\d	the	
    -_2EEF2D2727B4D1D2	pvp_boost_stamlife_c2	Effective Potion of Stamina	an	the	Effective Potions of Stamina	\d	the	
    -_D111D99403AFC585	pvp_boost_stamlife_c3	Powerful Potion of Stamina	a	the	Powerful Potions of Stamina	\d	the	
    -_58D6BA3E13217D40	pvp_boost_stamlife_c4	Magnificent Potion of Stamina	a	the	Magnificent Potions of Stamina	\d	the	
    -_87C5C299430B1EF5	pvp_boost_stamlife_c5	Mythical Potion of Stamina	a	the	Mythical Potions of Stamina	\d	the	
    -_4A2112834ACEC010	pvp_boost_stamlife_c6	Divine Potion of Stamina	a	the	Divine Potions of Stamina	\d	the	
    -_2BA4C891D7970C50	icoanimtammo	SGM Ammo Crafting Tool	a	the	SGM Ammo Crafting Tools	\d	the	
    -_AB5960C823428C6F	icoanimtarmor	SGM Armor Craft Tool	a	the	SGM Armor Craft Tools	\d	the	
    -_AB2950D12342745F	icoanimtjewel	SGM Jewel Craft Tool	a	the	SGM Jewel Craft Tools	\d	the	
    -_C10A910AD60E8CB5	icoanimtmwea	SGM Melee Weapon Craft Tool	a	the	SGM Melee Weapon Craft Tools	\d	the	
    -_412A8114D60E8CB5	icoanimtrwea	SGM Range Weapon Craft Tool	a	the	SGM Range Weapon Craft Tools	\d	the	
    -_D8512A3C46DECD3C	system_mp_extra_black	Perfect Generic Raw Material (Black)	a	the	Perfect Generic Raw Materials (Black)	\d	the	
    -_0AD0F57006AAC5F4	system_mp_extra_blue	Perfect Generic Raw Material (Blue)	a	the	Perfect Generic Raw Materials (Blue)	\d	the	
    -_9A91424107FEDD45	system_mp_extra_green	Perfect Generic Raw Material (Green)	a	the	Perfect Generic Raw Materials (Green)	\d	the	
    -_97226694C74E4A5F	system_mp_extra_purple	Perfect Generic Raw Material (Purple)	a	the	Perfect Generic Raw Materials (Purple)	\d	the	
    -_C23FF501BFDEE1D6	system_mp_extra_red	Perfect Generic Raw Material (Red)	a	the	Perfect Generic Raw Materials (Red)	\d	the	
    -_46FEA7B699F01ABB	system_mp_extra_turquoise	Perfect Generic Raw Material (Turquoise)	a	the	Perfect Generic Raw Materials (Turquoise)	\d	the	
    -_62D11A51C5EFED32	system_mp_extra_white	Perfect Generic Raw Material (White)	a	the	Perfect Generic Raw Materials (White)	\d	the	
    -_B70993A69EE3E687	system_mp_excellent_black	Excellent Generic Raw Material (Black)	a	the	Excellent Generic Raw Materials (Black)	\d	the	
    -_E1F8DECBA2C0126C	system_mp_excellent_blue	Excellent Generic Raw Material (Blue)	a	the	Excellent Generic Raw Materials (Blue)	\d	the	
    -_F80993A9E0430E92	system_mp_excellent_green	Excellent Generic Raw Material (Green)	a	the	Excellent Generic Raw Materials (Green)	\d	the	
    -_70C7CFE62497EBD5	system_mp_excellent_purple	Excellent Generic Raw Material (Purple)	a	the	Excellent Generic Raw Materials (Purple)	\d	the	
    -_6396266C1993062B	system_mp_excellent_red	Excellent Generic Raw Material (Red)	a	the	Excellent Generic Raw Materials (Red)	\d	the	
    -_D9F3E41C3DB85F0A	system_mp_excellent_turquoise	Excellent Generic Raw Material (Turquoise)	a	the	Excellent Generic Raw Materials (Turquoise)	\d	the	
    -_FC0993A06274F698	system_mp_excellent_white	Excellent Generic Raw Material (White)	a	the	Excellent Generic Raw Materials (White)	\d	the	
    -_29B958CBA68A90A0	web_transaction	Transaction	a	the	Transactions	\d	the	
    -_2015701C2C98F49B	rpjobloot_casket	Mysterious Casket 	a	the	Mysterious Caskets	\d	the	
    -_2E488BD22789DCAB	rpjobloot_event	Mysterious Purse	a	the	Mysterious Purses	\d	the	
    -_02C0AA7F32FA1A42	marauder_teleport_crystal	Marauder Teleport Crystal	a	the	Marauder Teleport Crystals	\d	the	
    diff --git a/code/ryzom/tools/translation/translated/item_words_en_BASE_4154.txt b/code/ryzom/tools/translation/translated/item_words_en_BASE_4154.txt
    deleted file mode 100644
    index e69de29bb..000000000
    diff --git a/code/ryzom/tools/translation/translated/item_words_en_LOCAL_4154.txt b/code/ryzom/tools/translation/translated/item_words_en_LOCAL_4154.txt
    deleted file mode 100644
    index b88aa9ed8..000000000
    --- a/code/ryzom/tools/translation/translated/item_words_en_LOCAL_4154.txt
    +++ /dev/null
    @@ -1,6890 +0,0 @@
    -*HASH_VALUE	item ID	name	ia	da	p	pia	pda	description
    -_108DDB88207D7D6F	barman_bottle	Barman's Bottle	a	the	Barman's Bottles	\d	the	
    -_719D75E0E9F8F0D4	big_barrel	Big Barrel	a	the	Big Barrels	\d	the	
    -_AAF8AD76E06BA817	big_living_sculpture	Big Living Sculpture	a	the	Big Living Sculptures	\d	the	
    -_C53473989DD18D60	black_medicine	Black Medicine	a	the	Black Medicines	\d	the	
    -_095D69BC15982000	blood_vial	Blood Vial	a	the	Blood Vials	\d	the	
    -_992FA17CC3622A69	blue_medicine	Blue Medicine	a	the	Blue Medicines	\d	the	
    -_387B063C978B2F9A	botanist_letter	Botanist's Letter	a	the	Botanist's Letters	\d	the	
    -_94281F5594E74586	botanist_vial	Botanist's Vial	a	the	Botanist's Vials	\d	the	
    -_6E7AE080AAA7CCAD	bottle	Bottle	a	the	Bottles	\d	the	
    -_29FA4C81EB47209E	casket	Casket	a	the	Caskets	\d	the	
    -_BB42F36FBADA4FB3	crystalized_spell	Crystalized Spell	a	the	Crystallized Spells	\d	the	
    -_5C103D85258D1E61	cure_expert_letter	Cure Expert's Letter	a	the	Cure Expert's Letters	\d	the	
    -_265C8F99DC8713A2	fv_arrowhead	Strange Arrowhead	a	the	Strange Arrowheads	\d	the	
    -_C4ED4DA60E405F1D	fv_seal1	Miner's Seal	a	the	Miner's Seals	\d	the	
    -_A7688EB001F4C3B6	fy_cheveux_long01	Fyros Long Haircut	a	the	Fyros Long Hairs	\d	the	
    -_C9AE97CCA6393608	fy_cheveux_medium01	Fyros Medium Haircut	a	the	Fyros Medium Haircuts	\d	the	
    -_444DFF215179DB83	fy_cheveux_shave01	Fyros Shaved Haircut	a	the	Fyros Shaved Haircuts	\d	the	
    -_2B15C615EDDA8EDA	fy_cheveux_short01	Fyros Short Haircut	a	the	Fyros Short Haircuts	\d	the	
    -_877F6110998470D1	fy_visage	Fyros Mask	a	the	Fyros Masks	\d	the	
    -_B961ACE6A4CCEFFF	goo_swarmplants_fiber	Goo Shooki Fiber	some	the	Goo Shooki Fibers	\d	the	
    -_35683D7993C78D1E	goo_swarmplants_fruit	Piece of Goo Shooki Fruit	a	the	Pieces of Goo Shooki Fruit	\d	the	
    -_D983739BF7A2F020	goo_vampignon_fungus	Goo Vampignon Fungus	a	the	Goo Vampignon Fungi	\d	the	
    -_7CA21DC266832C54	goo_varinx_blood	Phial of Goo Varinx Blood	a	the	Phials of Goo Varinx Blood	\d	the	
    -_DDE22C9F40DC38D2	goo_yber_sticky_glands	Goo Yber Sticky Gland	a	the	Goo Yber Sticky Glands	\d	the	
    -_DFBEF850F4144EB3	green_liquid_vial	Nexus Crystal	a	the	Nexus Crystals	\d	the	
    -_C7E4ABA61E218D66	green_medicine	Green Medicine	a	the	Green Medicines	\d	the	
    -_C035657CDDA3C54C	guard_scroll	Guard's Scroll	a	the	Guard's Scrolls	\d	the	
    -_FE92D2ABBEF726B8	heavy_armors_acreditation	Heavy Armor Accreditation	a	the	Heavy Armor Accreditations	\d	the	
    -_7BFC81067891490A	heavy_conch	Heavy Conch	a	the	Heavy Conchs	\d	the	
    -_8B31326A3B23E66B	heavy_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_E938348C4558587C	iccm1bm	Mace	a	the	Maces	\d	the	Mace
    -_E5F930951F9AC05E	iccm1bs	Staff	a	the	Staffs	\d	the	Staff
    -_9E18DC15602A786B	iccm1pd	Dagger	a	the	Daggers	\d	the	Dagger
    -_2768FC7B5E9AF45A	iccm1ps	Spear	a	the	Spears	\d	the	Spear
    -_EBB95CBE16B7C77A	iccm1sa	Axe	an	the	Axes	\d	the	Axe
    -_EBCA74981F9AFC68	iccm1ss	Sword	a	the	Swords	\d	the	Sword
    -_2F3E1221B70D1897	iccm2bm	Long Mace	a	the	Long Maces	\d	the	Long Mace
    -_E93894A4C889907D	iccm2pp	Pike	a	the	Pikes	\d	the	Pike
    -_5ACE81FC868EE997	iccm2sa	Long Axe	a	the	Long Axes	\d	the	Long Axe
    -_0974C96A2EDF5D2C	iccm2ss	Long Sword	a	the	Long Swords	\d	the	Long Sword
    -_73404E493DF80D8A	iccp1bb	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo
    -_74B03E48FCE9E986	iccp1bp	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo
    -_73304E49FD09098A	iccp1bs	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo
    -_0DAD62FD2122F9CF	iccp1gb	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo
    -_4B1D52F36103F9C5	iccp1gp	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo
    -_0DAD5AFC2133F9CF	iccp1gs	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo
    -_B1485A2A8BD9FE48	iccp1pb	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo
    -_B1A83E318A1AF248	iccp1pp	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo
    -_B1485A2A0BDAFE48	iccp1ps	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo
    -_C8858CA7C752A745	iccp2ab	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo
    -_C8C57C9F4563A739	iccp2ap	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo
    -_C88588A7C763A344	iccp2as	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo
    -_EC122DC0AB2E8ED4	iccp2bb	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo
    -_EB221DBD69AF9ACF	iccp2bp	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo
    -_AC1229C0AB3F8ED3	iccp2bs	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo
    -_679181B8EDBF72D0	iccp2lb	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo
    -_66A171B5AB407ECB	iccp2lp	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo
    -_27917DB8EDD072CF	iccp2ls	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo
    -_12A1C8C24D030CB4	iccp2rb	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo
    -_1171B4BC0E94ECB5	iccp2rp	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo
    -_D2A1C8C24D0408B4	iccp2rs	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo
    -_3F8F7D75C1BEC1F0	iccr1b	Bowpistol	a	the	Bowpistols	\d	the	Bowpistol
    -_2E689894EBB81474	iccr1p	Pistol	a	the	Pistols	\d	the	Pistol
    -_A14CDFFCC7C22A51	iccr2a	Autolauncher	an	the	Autolaunchers	\d	the	Autolauncher
    -_C6BD492B6CF411E9	iccr2b	Bowrifle	a	the	Bowrifles	\d	the	Bowrifle
    -_459D5D20E7D491D9	iccr2l	Launcher	a	the	Launchers	\d	the	Launcher
    -_68B87C8A1F37E07E	iccr2r	Rifle	a	the	Rifles	\d	the	Rifle
    -_E2187DEF28BAFCA4	iccsb	Buckler	a	the	Bucklers	\d	the	Buckler
    -_A958309BA2696CB0	iccss	Shield	a	the	Shields	\d	the	Shield
    -_32A79FC666529B4E	icfahb	Kostom Boots	\d	the	Kostom Boots	\d	the	Fyros Heavy Boots
    -_4314D81D5EBF5A4C	icfahg	Kostom Gloves	\d	the	Kostom Gloves	\d	the	Fyros Heavy Gloves
    -_607F44F713B2B5A8	icfahh	Kostom Helmet	a	the	Kostom Helmets	\d	the	Fyros Heavy Helmet
    -_B2196309DE04DD5E	icfahp	Kostom Pants	\d	the	Kostom Pants	\d	the	Fyros Heavy Pants
    -_C781C4C6A454E328	icfahs	Kostom Sleeves	\d	the	Kostom Sleeves	\d	the	Fyros Heavy Sleeves
    -_A93B0E2063AC6933	icfahv	Kostom Vest	a	the	Kostom Vests	\d	the	Fyros Heavy Vest
    -_50C8EFA6D8AFBE63	icfalb	Hoben Boots	\d	the	Hoben Boots	\d	the	Fyros Light Boots
    -_8D573B86A948DFA6	icfalg	Hoben Gloves	\d	the	Hoben Gloves	\d	the	Fyros Light Gloves
    -_D4C8EB985C9FBA63	icfalp	Hoben Pants	\d	the	Hoben Pants	\d	the	Fyros Light Pants
    -_DF27805BA638D353	icfals	Hoben Sleeves	\d	the	Hoben Sleeves	\d	the	Fyros Light Sleeves
    -_8A117EC1CFB43963	icfalv	Hoben Vest	a	the	Hoben Vests	\d	the	Fyros Light Vest
    -_D1371B8D52C4EAD8	icfamb	Rilon Boots	\d	the	Rilon Boots	\d	the	Fyros Medium Boots
    -_0D05EEE7C3B9179C	icfamg	Rilon Gloves	\d	the	Rilon Gloves	\d	the	Fyros Medium Gloves
    -_5527E39B52B4E6D8	icfamp	Rilon Pants	\d	the	Rilon Pants	\d	the	Fyros Medium Pants
    -_13D29C71A399F33B	icfams	Rilon Sleeves	\d	the	Rilon Sleeves	\d	the	Fyros Medium Sleeves
    -_CA2892BE0C92566F	icfamv	Rilon Vest	a	the	Rilon Vests	\d	the	Fyros Medium Vest
    -_BEFA4612DF175275	icfja	Fyros Anklet	a	the	Fyros Anklets	\d	the	Fyros Anklet
    -_AC38EBF788DA77B7	icfjb	Fyros Bracelet	a	the	Fyros Bracelets	\d	the	Fyros Bracelet
    -_01FA46FDDF97DA69	icfjd	Fyros Diadem	a	the	Fyros Diadems	\d	the	Fyros Diadem
    -_A107DB0C1DB5B207	icfje	Fyros Earring	a	the	Fyros Earrings	\d	the	Fyros Earring
    -_A8D8EFF697D3DE21	icfjp	Fyros Pendant	a	the	Fyros Pendants	\d	the	Fyros Pendant
    -_F661163A7E4C352A	icfjr	Fyros Ring	a	the	Fyros Rings	\d	the	Fyros Ring
    -_00BC9F29CC7D7967	icfm1bm	Masson Mace	a	the	Masson Maces	\d	the	One-handed Fyros Mace
    -_D7CEEF3B67555128	icfm1bs	Talus Staff	a	the	Talus Staffs	\d	the	One-handed Fyros Staff
    -_61D14A716CB95A10	icfm1pd	Jab Dagger	a	the	Jab Daggers	\d	the	One-handed Fyros Dagger
    -_402BAC2E121563C6	icfm1ps	Kronk Spear	a	the	Kronk Spears	\d	the	One-handed Fyros Spear
    -_6CD86B0094928DED	icfm1sa	Cleven Axe	a	the	Cleven Axes	\d	the	One-handed Fyros Axe
    -_F40879DA13349871	icfm1sab	Burning Cleven Axe	a	the	Burning Clevens Axes	\d	the	One-handed Burning Axe
    -_976393F6AA5CC628	icfm1ss	Blam Sword	a	the	Blam Swords	\d	the	One-handed Fyros Sword
    -_48E27FEEF1C9F652	icfm2bm	Hamp Mace	a	the	Hamp Maces	\d	the	Two-handed Fyros Long Mace
    -_FECB774898D1BD66	icfm2pp	Punnel Pike	a	the	Punnel Pikes	\d	the	Two-handed Fyros Pike
    -_45B90F5A6779EBB9	icfm2sa	Retch Axe	a	the	Retch Axes	\d	the	Two-handed Fyros Long Axe
    -_062D49E95FA5177F	icfm2sab	Burning Retch Axe	a	the	Burning Retches Axes	\d	the	Two-handed Burning Long Axe
    -_7E326F5C7A98C725	icfm2ss	Stavon Sword	a	the	Stavons Swords	\d	the	Two-handed Fyros Long Sword
    -_E30EF804BF075EE8	icfm2ssb	Burning Stavon Sword	a	the	Burning Stavons Swords	\d	the	Two-handed Burning Long Sword
    -_38E6FF8C1FFCD3E1	icfp1bb	Kolton Smashing Ammo	\d	the	Kolton Smashing Ammo	\d	the	Fyros Bowpistol Smashing Ammo
    -_38F6F3981C4DD3E1	icfp1bp	Kolton Piercing Ammo	\d	the	Kolton Piercing Ammo	\d	the	Fyros Bowpistol Piercing Ammo
    -_38E6FF8C5F0DD3E1	icfp1bs	Kolton Slashing Ammo	\d	the	Kolton Slashing Ammo	\d	the	Fyros Bowpistol Slashing Ammo
    -_92F29A201B96BF73	icfp1gb	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo
    -_91C2861ADC279F74	icfp1gp	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo
    -_52F29A201B97BB73	icfp1gs	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo
    -_3689F8F069D4F12C	icfp1pb	Rimel Smashing Ammo	\d	the	Rimel Smashing Ammo	\d	the	Fyros Pistol Smashing Ammo
    -_3749D8EA2AB5C128	icfp1pp	Rimel Piercing Ammo	\d	the	Rimel Piercing Ammo	\d	the	Fyros Pistol Piercing Ammo
    -_3679F8F069D5ED2C	icfp1ps	Rimel Slashing Ammo	\d	the	Rimel Slashing Ammo	\d	the	Fyros Pistol Slashing Ammo
    -_4D44AA4EE881C952	icfp2ab	Fraser Smashing Ammo	\d	the	Fraser Smashing Ammo	\d	the	Fyros Autolauncher Smashing Ammo
    -_4E649656E602B551	icfp2ap	Fraser Piercing Ammo	\d	the	Fraser Piercing Ammo	\d	the	Fyros Autolauncher Piercing Ammo
    -_4D34AA4E6892C952	icfp2as	Fraser Slashing Ammo	\d	the	Fraser Slashing Ammo	\d	the	Fyros Autolauncher Slashing Ammo
    -_A16603BCFA63F9F2	icfp2bb	Strabus Smashing Ammo	\d	the	Strabus Smashing Ammo	\d	the	Fyros Bowrifle Smashing Ammo
    -_DD8613B17A44F9ED	icfp2bp	Strabus Piercing Ammo	\d	the	Strabus Piercing Ammo	\d	the	Fyros Bowrifle Piercing Ammo
    -_A166FFBAFA74F9F2	icfp2bs	Strabus Slashing Ammo	\d	the	Strabus Slashing Ammo	\d	the	Fyros Bowrifle Slashing Ammo
    -_36CF579E228F73A1	icfp2lb	Brazer Smashing Ammo	\d	the	Brazer Smashing Ammo	\d	the	Fyros Launcher Smashing Ammo
    -_362F3BA521D067A1	icfp2lp	Brazer Piercing Ammo	\d	the	Brazer Piercing Ammo	\d	the	Fyros Launcher Piercing Ammo
    -_36CF579EA29073A1	icfp2ls	Brazer Slashing Ammo	\d	the	Brazer Slashing Ammo	\d	the	Fyros Launcher Slashing Ammo
    -_C82C361752D999EA	icfp2rb	Strammel Smashing Ammo	\d	the	Strammel Smashing Ammo	\d	the	Fyros Rifle Smashing Ammo
    -_87EC2218513A95E9	icfp2rp	Strammel Piercing Ammo	\d	the	Strammel Piercing Ammo	\d	the	Fyros Rifle Piercing Ammo
    -_882C321712EA99EA	icfp2rs	Strammel Slashing Ammo	\d	the	Strammel Slashing Ammo	\d	the	Fyros Rifle Slashing Ammo
    -_38049C717BD24862	icfr1b	Kolton Bowpistol	a	the	Kolton Bowpistols	\d	the	One-handed Fyros Bowpistol
    -_0A01FCFF5BB8F254	icfr1p	Rimel Pistol	a	the	Rimel Pistols	\d	the	One-handed Fyros Pistol
    -_FE719E3EC7488020	icfr2a	Fraser Autolauncher	a	the	Fraser Autolaunchers	\d	the	Two-handed Fyros Autolauncher
    -_B7F478CC81461B4C	icfr2b	Strabus Bowrifle	a	the	Strabus Bowrifles	\d	the	Two-handed Fyros Bowrifle
    -_5D99216553EB56C1	icfr2l	Brazer Launcher	a	the	Brazer Launchers	\d	the	Two-handed Fyros Launcher
    -_F00FB25577FC6897	icfr2r	Strammel Rifle	a	the	Strammel Rifles	\d	the	Two-handed Fyros Rifle
    -_08687AF462A2B649	icfsb	Blok Buckler	a	the	Blok Bucklers	\d	the	Fyros Buckler
    -_DC11AF8EDBB6C247	icfss	Stok Shield	a	the	Stok Shields	\d	the	Fyros Shield
    -_91C8FBC059F0FA55	icmahb	Parok Boots	\d	the	Parok Boots	\d	the	Matis Heavy Boots
    -_8C678BA065AAE39E	icmahg	Parok Gloves	\d	the	Parok Gloves	\d	the	Matis Heavy Gloves
    -_034ACE0478D63F7C	icmahh	Parok Helmet	a	the	Parok Helmets	\d	the	Matis Heavy Helmet
    -_15C8F7B2DDE0F655	icmahp	Parok Pants	\d	the	Parok Pants	\d	the	Matis Heavy Pants
    -_1EA704536679C34F	icmahs	Parok Sleeves	\d	the	Parok Sleeves	\d	the	Matis Heavy Sleeves
    -_076196CACE36E96E	icmahv	Parok Vest	a	the	Parok Vests	\d	the	Matis Heavy Vest
    -_56F08BA296628E2F	icmalb	Wiva Boots	\d	the	Wiva Boots	\d	the	Matis Light Boots
    -_E3E6A6B3D96032E8	icmalg	Wiva Gloves	\d	the	Wiva Gloves	\d	the	Matis Light Gloves
    -_9A10C3A25682FA21	icmalp	Wiva Pants	\d	the	Wiva Pants	\d	the	Matis Light Pants
    -_A3FF4BA8048837DF	icmals	Wiva Sleeves	\d	the	Wiva Sleeves	\d	the	Matis Light Sleeves
    -_41F36E5D8A536576	icmalv	Wiva Vest	a	the	Wiva Vests	\d	the	Matis Light Vest
    -_6D27BE0B6A39C74E	icmamb	Striva Boots	\d	the	Striva Boots	\d	the	Matis Medium Boots
    -_65CCDC63F067623D	icmamg	Striva Gloves	\d	the	Striva Gloves	\d	the	Matis Medium Gloves
    -_EA08BE0BEA796F4D	icmamp	Striva Pants	\d	the	Striva Pants	\d	the	Matis Medium Pants
    -_5623CC2E2B018A12	icmams	Striva Sleeves	\d	the	Striva Sleeves	\d	the	Matis Medium Sleeves
    -_604A3ABE67A73E6D	icmamv	Striva Vest	a	the	Striva Vests	\d	the	Matis Medium Vest
    -_BE6A46006294A675	icmja	Matis Anklet	a	the	Matis Anklets	\d	the	Matis Anklet
    -_2DC70FD9CB5993B1	icmjb	Matis Bracelet	a	the	Matis Bracelets	\d	the	Matis Bracelet
    -_016A46EB62142E69	icmjd	Matis Diadem	a	the	Matis Diadems	\d	the	Matis Diadem
    -_A117CBF05AA4CE07	icmje	Matis Earring	a	the	Matis Earrings	\d	the	Matis Earring
    -_A8E8DFDAD4C2FA21	icmjp	Matis Pendant	a	the	Matis Pendants	\d	the	Matis Pendant
    -_39503234FF6B590C	icmjr	Matis Ring	a	the	Matis Rings	\d	the	Matis Ring
    -_821D7F180FCD7968	icmm1bm	Bristo Mace	a	the	Bristo Maces	\d	the	One-handed Matis Mace
    -_F76D288DAB0840E4	icmm1bs	Battoni Staff	a	the	Battoni Staffs	\d	the	One-handed Matis Staff
    -_B87940B6DE2177D8	icmm1pd	Limmel Dagger	a	the	Limmel Daggers	\d	the	One-handed Matis Dagger
    -_02BCAC02D26663C6	icmm1ps	Palor Spear	a	the	Palor Spears	\d	the	One-handed Matis Spear
    -_11511B7DDA6742BA	icmm1sa	Haque Axe	a	the	Haque Axes	\d	the	One-handed Matis Axe
    -_BF3B0C4DD9656FC6	icmm1ss	Klyde Sword	a	the	Klyde Swords	\d	the	One-handed Matis Sword
    -_36AE3C381A28CEC5	icmm2bm	Gondo Mace	a	the	Gondo Maces	\d	the	Two-handed Matis Long Mace
    -_4B23029C59661A46	icmm2pp	Krop Pike	a	the	Krop Pikes	\d	the	Two-handed Matis Pike
    -_17D03FFCB85AEE25	icmm2sa	Klout Axe	a	the	Klout Axes	\d	the	Two-handed Matis Long Axe
    -_7DE18B4C7A98C70D	icmm2ss	Slathe Sword	a	the	Slathe Swords	\d	the	Two-handed Matis Long Sword
    -_E1D21CFC1C1E0282	icmp1bb	Riva Smashing Ammo	\d	the	Riva Smashing Ammo	\d	the	Matis Bowpistol Smashing Ammo
    -_DF721CF7DC9FEA87	icmp1bp	Riva Piercing Ammo	\d	the	Riva Piercing Ammo	\d	the	Matis Bowpistol Piercing Ammo
    -_61D21CFC1C2FFE82	icmp1bs	Riva Slashing Ammo	\d	the	Riva Slashing Ammo	\d	the	Matis Bowpistol Slashing Ammo
    -_92028A0A56265F7A	icmp1gb	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo
    -_91D2760417B73F7B	icmp1gp	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo
    -_52028A0A56275B7A	icmp1gs	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo
    -_2C68F5D6BF534123	icmp1pb	Maka Smashing Ammo	\d	the	Maka Smashing Ammo	\d	the	Matis Pistol Smashing Ammo
    -_E92805CDBF242D24	icmp1pp	Maka Piercing Ammo	\d	the	Maka Piercing Ammo	\d	the	Matis Pistol Piercing Ammo
    -_EC68F5D5BF643D23	icmp1ps	Maka Slashing Ammo	\d	the	Maka Slashing Ammo	\d	the	Matis Pistol Slashing Ammo
    -_0A11CBD52E4E8E43	icmp2ab	Morikov Smashing Ammo	\d	the	Morikov Smashing Ammo	\d	the	Matis Autolauncher Smashing Ammo
    -_C841CBCE2C1F9E3A	icmp2ap	Morikov Piercing Ammo	\d	the	Morikov Piercing Ammo	\d	the	Matis Autolauncher Piercing Ammo
    -_0A11C7D42E5F8E42	icmp2as	Morikov Slashing Ammo	\d	the	Morikov Slashing Ammo	\d	the	Matis Autolauncher Slashing Ammo
    -_1DE7B143C1EB2D06	icmp2bb	Polta Smashing Ammo	\d	the	Polta Smashing Ammo	\d	the	Matis Bowrifle Smashing Ammo
    -_5DE79D3D40BC21FF	icmp2bp	Polta Piercing Ammo	\d	the	Polta Piercing Ammo	\d	the	Matis Bowrifle Piercing Ammo
    -_1DE7B143C1EC2905	icmp2bs	Polta Slashing Ammo	\d	the	Polta Slashing Ammo	\d	the	Matis Bowrifle Slashing Ammo
    -_9A76A14245EB4504	icmp2lb	Vulca Smashing Ammo	\d	the	Vulca Smashing Ammo	\d	the	Matis Launcher Smashing Ammo
    -_DA768D3CC4BC39FD	icmp2lp	Vulca Piercing Ammo	\d	the	Vulca Piercing Ammo	\d	the	Matis Launcher Piercing Ammo
    -_9A76A14245EC4103	icmp2ls	Vulca Slashing Ammo	\d	the	Vulca Slashing Ammo	\d	the	Matis Launcher Slashing Ammo
    -_79AF12DBD4F75196	icmp2rb	Stylone Smashing Ammo	\d	the	Stylone Smashing Ammo	\d	the	Matis Rifle Smashing Ammo
    -_F7DF12CFD418418E	icmp2rp	Stylone Piercing Ammo	\d	the	Stylone Piercing Ammo	\d	the	Matis Rifle Piercing Ammo
    -_79AF0EDAD4084D96	icmp2rs	Stylone Slashing Ammo	\d	the	Stylone Slashing Ammo	\d	the	Matis Rifle Slashing Ammo
    -_AA51BCDA958FDBCC	icmr1b	Riva Bowpistol	a	the	Riva Bowpistols	\d	the	One-handed Matis Bowpistol
    -_59E540516F857981	icmr1p	Maka Pistol	a	the	Maka Pistols	\d	the	One-handed Matis Pistol
    -_0B5EEF4960C0641C	icmr2a	Morikov Autolauncher	a	the	Morikovs Autolaunchers	\d	the	Two-handed Matis Autolauncher
    -_E35FDCB4CA4D0480	icmr2b	Polta Bowrifle	a	the	Polta Bowrifles	\d	the	Two-handed Matis Bowrifle
    -_DC4EE49F4FFEC88A	icmr2l	Vulca Launcher	a	the	Vulca Launchers	\d	the	Two-handed Matis Launcher
    -_0A8A6629CEABAA18	icmr2r	Stylone Rifle	a	the	Stylone Rifles	\d	the	Two-handed Matis Rifle
    -_9BB4C162E0F5AE3F	icmsb	Wod Buckler	a	the	Wod Bucklers	\d	the	Matis Buckler
    -_F7C4FBF7D9821E4E	icmss	Takod Shield	a	the	Takod Shields	\d	the	Matis Shield
    -_7310DFE67CF97179	icraba	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98179	icrabe	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98979	icrabg	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9B579	icrabr	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9BD79	icrabt	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C179	icrabu	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C579	icrabv	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C979	icrabw	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_FB6BE75C48496AE4	icraga	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C48497AE4	icrage	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C484982E4	icragg	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849AEE4	icragr	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849B6E4	icragt	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BAE4	icragu	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BEE4	icragv	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849C2E4	icragw	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_4A9F234635B7BE01	icrapa	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7CE01	icrape	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7D601	icrapg	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70201	icrapr	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70A01	icrapt	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70E01	icrapu	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71201	icrapv	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71601	icrapw	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_2D191D2E667EBD24	icrasa	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ECD24	icrase	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ED524	icrasg	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0124	icrasr	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0924	icrast	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0D24	icrasu	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1124	icrasv	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1524	icrasw	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_8516EA8E4623F106	icrava	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230106	icrave	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230906	icravg	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233506	icravr	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233D06	icravt	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234106	icravu	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234506	icravv	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234906	icravw	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_26DB7E1B61EAE72C	ictahb	Tashok Boots	\d	the	Tashok Boots	\d	the	Tryker Heavy Boots
    -_A29DF45A6EA5AD94	ictahg	Tashok Gloves	\d	the	Tashok Gloves	\d	the	Tryker Heavy Gloves
    -_BAA5283C67539E5F	ictahh	Tashok Helmet	a	the	Tashok Helmets	\d	the	Tryker Heavy Helmet
    -_A3BC7E1BE12A8F2B	ictahp	Tashok Pants	\d	the	Tashok Pants	\d	the	Tryker Heavy Pants
    -_19C49C131B367A14	ictahs	Tashok Sleeves	\d	the	Tashok Sleeves	\d	the	Tryker Heavy Sleeves
    -_9B1863B065E66670	ictahv	Tashok Vest	a	the	Tashok Vests	\d	the	Tryker Heavy Vest
    -_A81BD616E24AF734	ictalb	Tissan Boots	\d	the	Tissan Boots	\d	the	Tryker Light Boots
    -_E01EE86871E5AD9B	ictalg	Tissan Gloves	\d	the	Tissan Gloves	\d	the	Tryker Light Gloves
    -_25FCD616628A9F33	ictalp	Tissan Pants	\d	the	Tissan Pants	\d	the	Tryker Light Pants
    -_1944F8171D368605	ictals	Tissan Sleeves	\d	the	Tissan Sleeves	\d	the	Tryker Light Sleeves
    -_5D6857BB26857E78	ictalv	Tissan Vest	a	the	Tissan Vests	\d	the	Tryker Light Vest
    -_5D7903F5FA68D336	ictamb	Fabren Boots	\d	the	Fabren Boots	\d	the	Tryker Medium Boots
    -_34956C5D28E41975	ictamg	Fabren Gloves	\d	the	Fabren Gloves	\d	the	Tryker Medium Gloves
    -_E17903F57AA87728	ictamp	Fabren Pants	\d	the	Fabren Pants	\d	the	Tryker Medium Pants
    -_5D32C400D42288FD	ictams	Fabren Sleeves	\d	the	Fabren Sleeves	\d	the	Tryker Medium Sleeves
    -_1AB78AF620340B74	ictamv	Fabren Vest	a	the	Fabren Vests	\d	the	Tryker Medium Vest
    -_AD2DCBFB9F72C510	ictja	Tryker Anklet	a	the	Tryker Anklets	\d	the	Tryker Anklet
    -_A30B134A6F18BBA9	ictjb	Tryker Bracelet	a	the	Tryker Bracelets	\d	the	Tryker Bracelet
    -_EBBC8FE9DAB2BD16	ictjd	Tryker Diadem	a	the	Tryker Diadems	\d	the	Tryker Diadem
    -_E87E5FCB89DC12CB	ictje	Tryker Earring	a	the	Tryker Earrings	\d	the	Tryker Earring
    -_658E37CA071D22E6	ictjp	Tryker Pendant	a	the	Tryker Pendants	\d	the	Tryker Pendant
    -_FE71DD8046D0FA61	ictjr	Tryker Ring	a	the	Tryker Rings	\d	the	Tryker Ring
    -_51005F9FFF68B3BB	ictm1bm	Tumbler Mace	a	the	Tumbler Maces	\d	the	One-handed Tryker Mace
    -_CB49935EEC9B8A01	ictm1bs	Brok Staff	a	the	Brok Staffs	\d	the	One-handed Tryker Staff
    -_169177BECDF9B3E9	ictm1pd	Fyler Dagger	a	the	Fyler Daggers	\d	the	One-handed Tryker Dagger
    -_5BD4502E5D949618	ictm1ps	Pyker Spear	a	the	Pyker Spears	\d	the	One-handed Tryker Spears
    -_24BF5FF95CA835BA	ictm1sa	Lopper Axe	a	the	Lopper Axes	\d	the	One-handed Tryker Axe
    -_D02133B555C7B239	ictm1ss	Tanner Sword	a	the	Tanner Swords	\d	the	One-handed Tryker Sword
    -_4FEEF01ED131511F	ictm2bm	Gaffer Mace	a	the	Gaffer Maces	\d	the	Two-handed Tryker Long Mace
    -_1E42D534D6561E70	ictm2pp	Jak Pike	a	the	Jak Pikes	\d	the	Two-handed Tryker Pike
    -_20FB7200DC3C5B44	ictm2sa	Weld Axe	a	the	Weld Axes	\d	the	Two-handed Tryker Long Axe
    -_0B115C37283EFFDC	ictm2ss	Flence Sword	a	the	Flence Swords	\d	the	Two-handed Tryker Long Sword
    -_842A1AED0A16E349	ictp1bb	Fletcher Smashing Ammo	\d	the	Fletcher Smashing Ammo	\d	the	Tryker Bowpistol Smashing Ammo
    -_833A0AEAC897EF44	ictp1bp	Fletcher Piercing Ammo	\d	the	Fletcher Piercing Ammo	\d	the	Tryker Bowpistol Piercing Ammo
    -_442A16ED0A27E348	ictp1bs	Fletcher Slashing Ammo	\d	the	Fletcher Slashing Ammo	\d	the	Tryker Bowpistol Slashing Ammo
    -_B9095D7A6028F73E	ictp1gb	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo
    -_B96941815F69EB3E	ictp1gp	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo
    -_B9095D7AE029F73E	ictp1gs	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo
    -_ADD6149A6F66E6A0	ictp1hb	Poon Smashing Ammo	\d	the	Poon Smashing Ammo	\d	the	Tryker Harpoon Smashing Ammo
    -_4D821F442F0D4E69	ictp1hp	Poon Piercing Ammo 	\d	the	Poon Piercing Ammo	\d	the	Tryker Harpoon Piercing Ammo 
    -_6DC6149A6F77E2A0	ictp1hs	Poon Slashing Ammo	\d	the	Poon Slashing Ammo	\d	the	Tryker Harpoon Slashing Ammo
    -_71C8F56FD8A6559B	ictp1pb	Rade Smashing Ammo	\d	the	Rade Smashing Ammo	\d	the	Tryker Pistol Smashing Ammo
    -_30D8E56798774197	ictp1pp	Rade Piercing Ammo	\d	the	Rade Piercing Ammo	\d	the	Tryker Pistol Piercing Ammo
    -_31C8F16FD8B7519B	ictp1ps	Rade Slashing Ammo	\d	the	Rade Slashing Ammo	\d	the	Tryker Pistol Slashing Ammo
    -_9B6ED68FEA88092A	ictp2ab	Rayler Smashing Ammo	\d	the	Rayler Smashing Ammo	\d	the	Tryker Autolauncher Smashing Ammo
    -_9A9ECE97E8B9052E	ictp2ap	Rayler Piercing Ammo	\d	the	Rayler Piercing Ammo	\d	the	Tryker Autolauncher Piercing Ammo
    -_5B6ED68F6A99092A	ictp2as	Rayler Slashing Ammo	\d	the	Rayler Slashing Ammo	\d	the	Tryker Autolauncher Slashing Ammo
    -_2827677271F50645	ictp2bb	Flunker Smashing Ammo	\d	the	Flunker Smashing Ammo	\d	the	Tryker Bowrifle Smashing Ammo
    -_66975768B1D6063B	ictp2bp	Flunker Piercing Ammo	\d	the	Flunker Piercing Ammo	\d	the	Tryker Bowrifle Piercing Ammo
    -_28275F7171060645	ictp2bs	Flunker Slashing Ammo	\d	the	Flunker Slashing Ammo	\d	the	Tryker Bowrifle Slashing Ammo
    -_4643C7981C7C6FCE	ictp2lb	Doomer Smashing Ammo	\d	the	Doomer Smashing Ammo	\d	the	Tryker Launcher Smashing Ammo
    -_4653BBA419CD6FCE	ictp2lp	Doomer Piercing Ammo	\d	the	Doomer Piercing Ammo	\d	the	Tryker Launcher Piercing Ammo
    -_4643C7985C8D6FCE	ictp2ls	Doomer Slashing Ammo	\d	the	Doomer Slashing Ammo	\d	the	Tryker Launcher Slashing Ammo
    -_6FB90631A0D2BC9C	ictp2rb	Boomer Smashing Ammo	\d	the	Boomer Smashing Ammo	\d	the	Tryker Rifle Smashing Ammo
    -_AF19FE395C43CC98	ictp2rp	Boomer Piercing Ammo	\d	the	Boomer Piercing Ammo	\d	the	Tryker Rifle Piercing Ammo
    -_6FB9063120E3BC9B	ictp2rs	Boomer Slashing Ammo	\d	the	Boomer Slashing Ammo	\d	the	Tryker Rifle Slashing Ammo
    -_E08A3E286950D819	ictr1b	Fletcher Bowpistol	a	the	Fletcher Bowpistols	\d	the	One-handed Tryker Bowpistol
    -_ED3B6458B1A62951	ictr1p	Rade Pistol	a	the	Rade Pistols	\d	the	One-handed Tryker Pistol
    -_54309ECBC619CC0A	ictr2a	Rayler Autolauncher	a	the	Rayler Autolaunchers	\d	the	Two-handed Tryker Autolauncher
    -_E423E978EA6FE497	ictr2b	Flunker Bowrifle	a	the	Flunker Bowrifles	\d	the	Two-handed Tryker Bowrifle
    -_FF3028FA53D63CEF	ictr2h	Poon Harpoon	a	the	Poon Harpoons	\d	the	Two-handed Tryker Harpoon
    -_3198D18592AB02FA	ictr2l	Doomer Launcher	a	the	Doomer Launchers	\d	the	Two-handed Tryker Launcher
    -_9BD2C0F6D1A1266A	ictr2r	Boomer Rifle	a	the	Boomer Rifles	\d	the	Two-handed Tryker Rifle
    -_EF684CF0F8ADC38B	ictsb	Stilten Buckler	a	the	Stilten Bucklers	\d	the	Tryker Buckler
    -_AB8D77DC946E91DD	ictss	Parper Shield	a	the	Parper Shields	\d	the	Tryker Shield
    -_326857AE60D3EB4E	iczahb	Tan-Ko Boots	\d	the	Tan-Ko Boots	\d	the	Zoraï Heavy Boots
    -_0DD41675AAE85A6B	iczahg	Tan-Ko Gloves	\d	the	Tan-Ko Gloves	\d	the	Zoraï Heavy Gloves
    -_E28AAB31EE45C915	iczahh	Tan-Ko Helmet	a	the	Tan-Ko Helmets	\d	the	Zoraï Heavy Helmet
    -_F2888FAEE013934E	iczahp	Tan-Ko Pants	\d	the	Tan-Ko Pants	\d	the	Zoraï Heavy Pants
    -_CDA2FB2B63A2813A	iczahs	Tan-Ko Sleeves	\d	the	Tan-Ko Sleeves	\d	the	Zoraï Heavy Sleeves
    -_24DB59304CA6AEFE	iczahv	Tan-Ko Vest	a	the	Tan-Ko Vests	\d	the	Zoraï Heavy Vest
    -_2D6857AE23300356	iczalb	Nin-Ka Boots	\d	the	Nin-Ka Boots	\d	the	Zoraï Light Boots
    -_8AD4026FABC76A61	iczalg	Nin-Ka Gloves	\d	the	Nin-Ka Gloves	\d	the	Zoraï Light Gloves
    -_ED888FAEA370AB56	iczalp	Nin-Ka Pants	\d	the	Nin-Ka Pants	\d	the	Zoraï Light Pants
    -_09C133296641493E	iczals	Nin-Ka Sleeves	\d	the	Nin-Ka Sleeves	\d	the	Zoraï Light Sleeves
    -_A23B59304E755E08	iczalv	Nin-Ka Vest	a	the	Nin-Ka Vests	\d	the	Zoraï Light Vest
    -_1C8F7EE5E620B0AC	iczamb	Shaï-Don Boots	\d	the	Shaï-Don Boots	\d	the	Zoraï Medium Boots
    -_897C5DE4BF06D3EA	iczamg	Shaï-Don Gloves	\d	the	Shaï-Don Gloves	\d	the	Zoraï Medium Gloves
    -_DCAFB2D6E701E8AC	iczamp	Shaï-Don Pants	\d	the	Shaï-Don Pants	\d	the	Zoraï Medium Pants
    -_84843BB31368363D	iczams	Shaï-Don Sleeves	\d	the	Shaï-Don Sleeves	\d	the	Zoraï Medium Sleeves
    -_E473951F19239A36	iczamv	Shaï-Don Vest	a	the	Shaï-Don Vests	\d	the	Zoraï Medium Vest
    -_BE3B1CE8DF344275	iczja	Zoraï Anklet	a	the	Zoraï Anklets	\d	the	Zoraï Anklet
    -_CBF82DDF8D39B9A9	iczjb	Zoraï Bracelet	a	the	Zoraï Bracelets	\d	the	Zoraï Bracelet
    -_013B1CD3DFB4CA69	iczjd	Zoraï Diadem	a	the	Zoraï Diadems	\d	the	Zoraï Diadem
    -_C02F95F49F550207	iczje	Zoraï Earring	a	the	Zoraï Earrings	\d	the	Zoraï Earring
    -_C700A9DE19732E21	iczjp	Zoraï Pendant	a	the	Zoraï Pendants	\d	the	Zoraï Pendant
    -_FB01582C9DCB7712	iczjr	Zoraï Ring	a	the	Zoraï Rings	\d	the	Zoraï Ring
    -_9AB971DC5308F2B5	iczm1bm	Nanka Mace	a	the	Nanka Maces	\d	the	One-handed Zoraï Mace
    -_896193D3DFA298C3	iczm1bs	Shopan Staff	a	the	Shopan Staffs	\d	the	One-handed Zoraï Staff
    -_61126863B018B210	iczm1pd	Lam Dagger	a	the	Lam Daggers	\d	the	One-handed Zoraï Dagger
    -_60DCC418D31563C6	iczm1ps	Katoo Spear	a	the	Katoo Spears	\d	the	One-handed Zoraï Spear
    -_09BA9D76E0B4FB2C	iczm1pse	Electric Katoo Spear	an	the	Electric Katoo Spears	\d	the	One-handed Zoraï Electric Spear
    -_80B46E2EC6008C1C	iczm1sa	Chok Axe	a	the	Chok Axes	\d	the	One-handed Zoraï Axe
    -_20ECEC5BDC656FC6	iczm1ss	Kovan Sword	a	the	Kovan Swords	\d	the	One-handed Zoraï Sword
    -_9AB971DC9208E6B7	iczm2bm	Kanka Mace	a	the	Kanka Maces	\d	the	Two-handed Zoraï Mace
    -_3AAFCFC7CA74FDC6	iczm2pp	Pukatoo Pike	a	the	Pukatoo Pikes	\d	the	Two-handed Zoraï Pike
    -_B90CBE4A47E943C3	iczm2sa	Kra-Cho Axe	a	the	Kra-Cho Axes	\d	the	Two-handed Zoraï Long Axe
    -_23BF3B78A7C123F6	iczm2ss	Matchata Sword	a	the	Matchata Swords	\d	the	Two-handed Zoraï Long Sword
    -_D8011791C146A9D8	iczp1bb	Zin-Kan Smashing Ammo	\d	the	Zin-Kan Smashing Ammo	\d	the	Zoraï Bowpistol Smashing Ammo
    -_167107870127A9CE	iczp1bp	Zin-Kan Piercing Ammo	\d	the	Zin-Kan Piercing Ammo	\d	the	Zoraï Bowpistol Piercing Ammo
    -_D8010F90C157A9D8	iczp1bs	Zin-Kan Slashing Ammo	\d	the	Zin-Kan Slashing Ammo	\d	the	Zoraï Bowpistol Slashing Ammo
    -_B11A62921AD79787	iczp1gb	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo
    -_B0EA4E8CDB687788	iczp1gp	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo
    -_711A62921AD89387	iczp1gs	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo
    -_16C2D461E5F4C940	iczp1pb	Tchaï Smashing Ammo	\d	the	Tchaï Smashing Ammo	\d	the	Zoraï Pistol Smashing Ammo
    -_1782B45BA6D5993C	iczp1pp	Tchaï Piercing Ammo	\d	the	Tchaï Piercing Ammo	\d	the	Zoraï Pistol Piercing Ammo
    -_16B2D461E5F5C540	iczp1ps	Tchaï Slashing Ammo	\d	the	Tchaï Slashing Ammo	\d	the	Zoraï Pistol Slashing Ammo
    -_D2E235CEA4359D30	iczp2ab	Mo-Ka Smashing Ammo	\d	the	Mo-Ka Smashing Ammo	\d	the	Zoraï Autolauncher Smashing Ammo
    -_90D231C4A516812D	iczp2ap	Mo-Ka Piercing Ammo	\d	the	Mo-Ka Piercing Ammo	\d	the	Zoraï Autolauncher Piercing Ammo
    -_D2E235CDA4369930	iczp2as	Mo-Ka Slashing Ammo	\d	the	Mo-Ka Slashing Ammo	\d	the	Zoraï Autolauncher Slashing Ammo
    -_F165758226F0838D	iczp2bb	Ma-Kam Smashing Ammo	\d	the	Ma-Kam Smashing Ammo	\d	the	Zoraï Bowrifle Smashing Ammo
    -_F1C559892531778D	iczp2bp	Ma-Kam Piercing Ammo	\d	the	Ma-Kam Piercing Ammo	\d	the	Zoraï Bowrifle Piercing Ammo
    -_F1657582A6F1838D	iczp2bs	Ma-Kam Slashing Ammo	\d	the	Ma-Kam Slashing Ammo	\d	the	Zoraï Bowrifle Slashing Ammo
    -_28836AAA33B2296E	iczp2lb	Ba-Zoon Smashing Ammo	\d	the	Ba-Zoon Smashing Ammo	\d	the	Zoraï Launcher Smashing Ammo
    -_64A37A9FB3932969	iczp2lp	Ba-Zoon Piercing Ammo	\d	the	Ba-Zoon Piercing Ammo	\d	the	Zoraï Launcher Piercing Ammo
    -_288366A833C3296E	iczp2ls	Ba-Zoon Slashing Ammo	\d	the	Ba-Zoon Slashing Ammo	\d	the	Zoraï Launcher Slashing Ammo
    -_746E2A0DD4318809	iczp2rb	Shoy-Ton Smashing Ammo	\d	the	Shoy-Ton Smashing Ammo	\d	the	Zoraï Rifle Smashing Ammo
    -_332E160ED3928408	iczp2rp	Shoy-Ton Piercing Ammo	\d	the	Shoy-Ton Piercing Ammo	\d	the	Zoraï Rifle Piercing Ammo
    -_346E260D94428809	iczp2rs	Shoy-Ton Slashing Ammo	\d	the	Shoy-Ton Slashing Ammo	\d	the	Zoraï Rifle Slashing Ammo
    -_52E52A03D9AA1466	iczr1b	Zin-Kan Bowpistol	a	the	Zin-Kan Bowpistols	\d	the	One-handed Zoraï Bowpistol
    -_87B2B40957F8F2D0	iczr1p	Tchaï Pistol	a	the	Tchaï Pistols	\d	the	One-handed Zoraï Pistol
    -_CB68A1616E638253	iczr2a	Mo-Ka Autolauncher	a	the	Mo-Kas Autolaunchers	\d	the	Two-handed Zoraï Autolauncher
    -_0E80C12ECF6B469F	iczr2b	Ma-Kam Bowrifle	a	the	Ma-Kams Bowrifles	\d	the	Two-handed Zoraï Bowrifle
    -_E593BD386C3A37BF	iczr2l	Ba-Zoon Launcher	a	the	Ba-Zoons Launchers	\d	the	Two-handed Zoraï Launcher
    -_B81BE2CE719C6475	iczr2r	Shoy-Ton Rifle	a	the	Shoy-Ton Rifles	\d	the	Two-handed Zoraï Rifle
    -_B25917DDDD81A933	iczsb	Kastu Buckler	a	the	Kastu Bucklers	\d	the	Zoraï Buckler
    -_264C77D918A14803	iczss	Pakmon Shield	a	the	Pakmon Shields	\d	the	Zoraï Shield
    -_671976B4E076CAEF	itammo	Ammo Crafting Tool	an	the	Ammo Crafting Tools	\d	the	
    -_023DD4FDCE8CF7DB	itarmor	Crafting Tool for Armor	a	the	Crafting Tools for Armors	\d	the	
    -_1D263EC7D97736D1	item_sap_recharge	Sap Recharge	a	the	Sap Recharges	\d	the	
    -_6A38EC7264F8ACB8	itforage	Pick	a	the	Picks	\d	the	
    -_17F0C707F88F03B3	itjewel	Crafting Tool for Jewelry	a	the	Crafting Tools for Jewelry	\d	the	
    -_11B9D1B695EDD4BB	itmwea	Crafting Tool for Melee Weapons	a	the	Crafting Tools for Melee Weapons	\d	the	
    -_D22AC1BB950DDCB7	itrwea	Crafting Tool for Range Weapons	a	the	Crafting Tools for Range Weapons	\d	the	
    -_D1586B45D8586BC5	ka_cheveux_medium01	Kami Medium Haircut	a	the	Kami Medium Haircuts	\d	the	
    -_675AA919E6757399	kami_vial	Kami Vial	a	the	Kami Vials	\d	the	
    -_C352FE7488133267	large_brazier	Large Brazier	a	the	Large Braziers	\d	the	
    -_B9B29829DF87022E	large_kamic_sphere	Large Kamic Sphere	a	the	Large Kamic Spheres	\d	the	
    -_BCBFFD1BF5304510	large_purse	Large Purse	a	the	Large Purses	\d	the	
    -_24DD6F2D8F1CC117	light_armor_acreditation	Light Armor Accreditation	a	the	Light Armor Accreditations	\d	the	
    -_0841F666BDA3F666	light_package	Light Package	a	the	Light Packages	\d	the	
    -_26A2C12E0EC478E8	list_of_merchandises	List of Merchandise	a	the	Lists of Merchandise	\d	the	
    -_E75D086177C679A2	ma_armor01_armpad	Matis Armor Sleeves	\d	the	Matis Armor Sleeves	\d	the	Matis Armor Sleeves
    -_DC4854F45371B068	ma_armor01_bottes	Matis Armor Boots	\d	the	Matis Armor Boots	\d	the	Matis Armor Boots
    -_0797B33BE6D6A39A	ma_armor01_gilet	Matis Armor Vest	a	the	Matis Armor Vests	\d	the	Matis Armor Vest
    -_739189819CB8D492	ma_armor01_hand	Matis Armor Gloves	\d	the	Matis Armor Gloves	\d	the	Matis Armor Gloves
    -_2C6668855D7C791B	ma_armor01_pantabotte	Matis Armor Pants	\d	the	Matis Armor Pants	\d	the	Matis Armor Pants
    -_5C019B7F6E0A5D40	ma_cheveux_long01	Matis Long Haircut	a	the	Matis Long Haircuts	\d	the	Matis Long Hair
    -_B55424B02085CDBE	ma_cheveux_medium01	Matis Medium Haircut	a	the	Matis Medium Haircuts	\d	the	Matis Medium Hair
    -_B4837096D9F875D1	ma_cheveux_shave_01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_B2A848A3861621A5	ma_cheveux_shave01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_194FB8DA47059BC4	ma_cheveux_short01	Matis Short Haircut	a	the	Matis Short Haircuts	\d	the	Matis Short Hair
    -_CA2D4EBB8905D978	ma_cheveux01	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_0A2D4EBB8905D978	ma_cheveux02	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_4CAA9FE391919C7D	ma_civil01_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_E8FC3622AD531ABF	ma_civil01_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_E26995B760A38AC3	ma_civil01_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_4B783EF4EBEF7B32	ma_civil01_pantabotte	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_E43B6FC9551616A4	ma_note	Note for Fight Master	a	the	Notes for Fight Master	\d	the	
    -_8D8D8EA115C5F4F7	ma_underwear_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_F68060DEEED9AEFC	ma_underwear_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_EDCB7BD3E6194ED3	ma_underwear_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_1BA25C4167B1A2F8	ma_underwear_hand	Matis Gloves	\d	the	Matis Gloves	\d	the	Matis Gloves
    -_908E60515290730E	ma_underwear_pantabottes	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_5BA0F2687850722C	ma_visage	Matis Mask	a	the	Matis Masks	\d	the	Matis Mask
    -_21669694296E96AB	mb_mektoub_stew	Mektoub Stew	a	the	Mektoub Stews	\d	the	
    -_5639CF8A20949EE2	mb_merchant_list	Merchant's List	a	the	Merchant's Lists	\d	the	
    -_A7D2B32DF590E339	mb_merchant_package	Merchant's Package	a	the	Merchant's Packages	\d	the	
    -_728BC0A3E249CB1F	mb_seal_1	Avalae Merchant's Seal	an	the	Avalae Merchant's Seals	\d	the	
    -_70D9A3C7112713C9	mb_seal_2	Natae Merchant's Seal	a	the	Natae Merchant's Seals	\d	the	
    -_6553675768F76F65	medium_armors_acreditation	Medium Armor Accreditation	a	the	Medium Armor Accreditations	\d	the	
    -_0F761E7242B2AE1F	medium_barrel	Medium Barrel	a	the	Medium Barrels	\d	the	
    -_5F8713E44FAFD635	medium_brazier	Medium Brazier	a	the	Medium Braziers	\d	the	
    -_C68C5A9AC0ED51ED	medium_conch	Medium Conch	a	the	Medium Conchs	\d	the	
    -_86ACB750BF7E4C4A	medium_kamic_sphere	Medium Kamic Sphere	a	the	Medium Kamic Spheres	\d	the	
    -_D0AE36D219B68CF2	medium_living_sculpture	Medium Living Sculpture	a	the	Medium Living Sculptures	\d	the	
    -_18C503B3D79EA639	medium_package	Medium Package	a	the	Medium Packages	\d	the	
    -_8D8D6AA082EF71F9	medium_purse	Medium Purse	a	the	Medium Purses	\d	the	
    -_1CD5D62713DB1E25	merchant_bag	Merchant's Bag	a	the	Merchant's Bags	\d	the	
    -_A6951A9AD49C1A17	merchant_box	Merchant's Box	a	the	Merchant's Boxes	\d	the	
    -_3DC1CFFCBE0C5834	merchant_supplies	Merchant's Supplies	a	the	Merchant's Supplies	\d	the	
    -_A789C49F25D8B4A0	message	Message	a	the	Messages	\d	the	
    -_2E1AA8946C872CB1	mirror	Mirror	a	the	Mirrors	\d	the	
    -_F64A5DE57DE935FE	money_for_remedy	Money for Remedy	a	the	Monies for Remedies	\d	the	
    -_716CA702A5FBB0F7	old_man_materials	Old Man's Material	an	the	Old Man's Materials	\d	the	
    -_4473D69103517627	old_man_seeds	Old Man's Seed	an	the	Old Man's Seeds	\d	the	
    -_EF293AF1555122E1	orange_medicine	Orange Medicine	an	the	Orange Medicines	\d	the	
    -_E9F8ECB55E2AECCB	order	Order	an	the	Orders	\d	the	
    -_2098B4B1ACDB2CA2	pot	Pot	a	the	Pots	\d	the	
    -_F99C6B9BD991B1E8	purple_medicine	Purple Medicine	a	the	Purple Medicines	\d	the	
    -_21D3EF761FEBEA4F	range_weapons_acreditation	Range Weapon Accreditation	a	the	Range Weapon Accreditations	\d	the	
    -_47B0138589CB31FE	raw_material_acreditation	Raw Material Accreditation	a	the	Raw Material Accreditations	\d	the	
    -_96C406431C9E09D7	red_medicine	Red Medicine	a	the	Red Medicines	\d	the	
    -_F8BC88414BEEAD03	remedy_vial	Remedy Vial	a	the	Remedy Vials	\d	the	
    -_2C5C7C9CEC0930B5	report	Report	a	the	Reports	\d	the	
    -_1E054EFD412081AF	ring_of_vows	Ring of Vows	a	the	Rings of Vows	\d	the	
    -_4CD00557F25F5553	sage_flower	Sage's Flower	a	the	Sage's Flowers	\d	the	
    -_0C30055434BF7551	sage_letter	Sage's Letter	a	the	Sage's Letters	\d	the	
    -_8E360A7E0673DA1F	sealed_letter	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_740F5BF9B93A98DE	shriveled_dead_seed	Shriveled Dead Seed	a	the	Shriveled Dead Seeds	\d	the	
    -_98C02091C4FE79F6	small_barrel	Small Barrel	a	the	Small Barrels	\d	the	
    -_05B15E6F47444E6E	small_brazier	Small Brazier	a	the	Small Braziers	\d	the	
    -_BDADA111351F2105	small_conch	Small Conch	a	the	Small Conchs	\d	the	
    -_4001F837DFF7162B	small_kamic_sphere	Small Kamic Sphere	a	the	Small Kamic Spheres	\d	the	
    -_D775EE35B5158C4B	small_living_sculpture	Small Living Sculpture	a	the	Small Living Sculptures	\d	the	
    -_C21F2D22B7F01512	small_purse	Small Purse	a	the	Small Purses	\d	the	
    -_F3DEB4C27E171FF2	spadassin_letter	Assassin's Letter	an	the	Assassin's Letters	\d	the	
    -_BBAF6F73F8E118EF	stableboy_whistle	Stableboy's Whistle	a	the	Stableboy's Whistles	\d	the	
    -_9F7969CD48038CC5	strange_vibrant_ring	Strange Vibrant Ring	a	the	Strange Vibrant Rings	\d	the	
    -_9DC91F7C9107D188	supplier_list	Supplier's List	a	the	Supplier's Lists	\d	the	
    -_DBA592A9F5A61295	swarmplants_fiber	Shooki Fiber	some	the	Shooki Fibers	\d	the	
    -_0D00D78FC27E9C50	swarmplants_fruit	Piece of Shooki Fruit	a	the	Pieces of Shooki Fruit	\d	the	
    -_BD3B43B779DB0347	system_mp	Generic Raw Material	a	the	Generic Raw Materials	\d	the	
    -_0C2EAD116674F0B3	tiny_worms	Tiny Worms	a	the	Tiny Worms	\d	the	
    -_0BD7FB4FF3516C32	tp_kami_avalae	Kami Teleporter Pact for Avalae	a	the	Kami Teleporter Pacts for Avalae	\d	the	
    -_A27E37878570C7A8	tp_kami_avendale	Kami Teleporter Pact for Avendale	a	the	Kami Teleporter Pacts for Avendale	\d	the	
    -_1E422B64026FB7A6	tp_kami_bountybeaches	Kami Teleporter Pact for Bounty Beaches	a	the	Kami Teleporter Pacts for Bounty Beaches	\d	the	
    -_AD5821E28C67D4F0	tp_kami_citiesofintuition	Kami Teleporter Pact for the Cities of Intuition	a	the	Kami Teleporter Pacts for the Cities of Intuition	\d	the	
    -_667E13AB72DFB71F	tp_kami_crystabell	Kami Teleporter Pact for Crystabell	a	the	Kami Teleporter Pacts for Crystabell	\d	the	
    -_F8CDAC5432686572	tp_kami_davae	Kami Teleporter Pact for Davae	a	the	Kami Teleporter Pacts for Davae	\d	the	
    -_D757A45E3D634E90	tp_kami_dewdrops	Kami Teleporter Pact for Dew Drops	a	the	Kami Teleporter Pacts for Dew Drops	\d	the	
    -_B4A0AD414C751CEB	tp_kami_dunesofexil	Kami Teleporter Pact for the Dunes of Exile	a	the	Kami Teleporter Pacts for the Dunes of Exile	\d	the	
    -_7A9E445038688989	tp_kami_dyron	Kami Teleporter Pact for Dyron	a	the	Kami Teleporter Pacts for Dyron	\d	the	
    -_8931DF922CEF2BAD	tp_kami_enchantedisle	Kami Teleporter Pact for Enchanted Isle	a	the	Kami Teleporter Pacts for Enchanted Isle	\d	the	
    -_A9692F73D0AE0DA5	tp_kami_fairhaven	Kami Teleporter Pact for Fairhaven	a	the	Kami Teleporter Pacts for Fairhaven	\d	the	
    -_533C0DB09D05215B	tp_kami_fleetinggarden	Kami Teleporter Pact for Fleeting Garden	a	the	Kami Teleporter Pacts for Fleeting Garden	\d	the	
    -_C88E1ECD5FA82066	tp_kami_forbidden_depths	Kami Teleporter Pact for the Forbidden Depths	a	the	Kami Teleporter Pacts for the Forbidden Depths	\d	the	
    -_E0CED5D3B83B3CAF	tp_kami_frahartowers	Kami Teleporter Pact for the Frahar Towers	a	the	Kami Teleporter Pacts for the Frahar Towers	\d	the	
    -_98DD4BA930390237	tp_kami_gate_of_obscurity	Kami Teleporter Pact for the Gate of Obscurity	a	the	Kami Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_C9D9C15A522B1F6A	tp_kami_groveofconfusion	Kami Teleporter Pact for the Grove of Confusion	a	the	Kami Teleporter Pacts for the Grove of Confusion	\d	the	
    -_F81D21F450A6D071	tp_kami_groveofumbra	Kami Teleporter Pact for the Grove of Umbra	a	the	Kami Teleporter Pacts for the Grove of Umbra	\d	the	
    -_8751AC7F0A16DF93	tp_kami_havenofpurity	Kami Teleporter Pact for the Haven of Purity	a	the	Kami Teleporter Pacts for the Haven of Purity	\d	the	
    -_2520407B84EA0647	tp_kami_hereticshovel	Kami Teleporter Pact for Heretic's Hovel	a	the	Kami Teleporter Pacts for Heretic's Hovel	\d	the	
    -_97CD91C27B7A24A8	tp_kami_hiddensource	Kami Teleporter Pact for Hidden Source	a	the	Kami Teleporter Pacts for Hidden Source	\d	the	
    -_DF27DFD072C1D3EC	tp_kami_hoi_cho	Kami Teleporter Pact for Hoï-Cho	a	the	Kami Teleporter Pacts for Hoï-Cho	\d	the	
    -_FFEFB3D412C9A3FE	tp_kami_jen_lai	Kami Teleporter Pact for Jen-Laï	a	the	Kami Teleporter Pacts for Jen-Laï	\d	the	
    -_9DD6FE657D6E3032	tp_kami_knollofdissent	Kami Teleporter Pact for the Knoll of Dissent	a	the	Kami Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_8C0A9184C7CB1935	tp_kami_knotofdementia	Kami Teleporter Pact for the Knot of Dementia	a	the	Kami Teleporter Pacts for the Knot of Dementia	\d	the	
    -_1F876554FFFC1D32	tp_kami_lagoonsofloria	Kami Teleporter Pact for the Lagoons of Loria	a	the	Kami Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_17D8501B580A17AE	tp_kami_maidengrove	Kami Teleporter Pact for Maiden Grove	a	the	Kami Teleporter Pacts for Maiden Grove	\d	the	
    -_DF5FAFDA1261E7EC	tp_kami_min_cho	Kami Teleporter Pact for Min-Cho	a	the	Kami Teleporter Pacts for Min-Cho	\d	the	
    -_78ADD45C32086572	tp_kami_natae	Kami Teleporter Pact for Natae	a	the	Kami Teleporter Pacts for Natae	\d	the	
    -_02FCAE8F5AD23328	tp_kami_nexus_bagne	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_33F40B0DBA231F3D	tp_kami_nexus_route_gouffre	Kami Teleporter Pact for the Tunnel from Nexus to Lands of Umbra	a	the	Kami Teleporter Pacts for the Tunnel from Nexus to Lands of Umbra	\d	the	
    -_02FCBE9A5BF33328	tp_kami_nexus_terre	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_687F3886839AEA60	tp_kami_oflovaksoasis	Kami Teleporter Pact for Oflovak's Oasis	a	the	Kami Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_E09005CFBAC95099	tp_kami_outlawcanyon	Kami Teleporter Pact for Outlaw Canyon	a	the	Kami Teleporter Pacts for Outlaw Canyon	\d	the	
    -_FC75FAC4F95CD935	tp_kami_pyr	Kami Teleporter Pact for Pyr	a	the	Kami Teleporter Pacts for Pyr	\d	the	
    -_34EF6DBCF5ACEC8A	tp_kami_restingwater	Kami Teleporter Pact for Resting Water	a	the	Kami Teleporter Pacts for Resting Water	\d	the	
    -_B05F89ACF28EF0A3	tp_kami_sawdustmines	Kami Teleporter Pact for the Sawdust Mines	a	the	Kami Teleporter Pacts for the Sawdust Mines	\d	the	
    -_98689EBF5CCD51AB	tp_kami_the_trench_of_trials_tryker	Kami Teleporter Pact for the Tunnel from the Trench of Trials to Tryker	a	the	Kami Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_02F71258E131D398	tp_kami_the_trench_of_trials_zorai	Kami Teleporter Pact for the Trench of Trials	a	the	Kami Teleporter Pacts for the Trench of Trials	\d	the	
    -_C12F1A78D253D631	tp_kami_the_abyss_of_ichor_matis	Kami Teleporter Pact for the Abyss of Ichor	a	the	Kami Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_926FE1D33169A117	tp_kami_the_abyss_of_ichor_nexus	Kami Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Kami Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_08010E20D8D12A5E	tp_kami_the_elusive_forest	Kami Teleporter Pact for Elusive Forest	a	the	Kami Teleporter Pacts for Elusive Forest	\d	the	
    -_CF3529DD007EEEC7	tp_kami_the_land_of_continuity	Kami Teleporter Pact for the Land of Continuity	a	the	Kami Teleporter Pacts for the Land of Continuity	\d	the	
    -_624EFE088C452249	tp_kami_the_sunken_city	Kami Teleporter Pact for Sunken City	a	the	Kami Teleporter Pacts for Sunken City	\d	the	
    -_F0FD4F5D6DB18EF2	tp_kami_the_under_spring_fyros	Kami Teleporter Pact for Under Spring	a	the	Kami Teleporter Pacts for Under Spring	\d	the	
    -_8F9752A8F2216D11	tp_kami_the_under_spring_zorai	Kami Teleporter Pact for the Tunnel from Under Spring to Zoraï	a	the	Kami Teleporter Pacts for the Tunnel from Under Spring to Zoraï	\d	the	
    -_E4252656D1CFF737	tp_kami_the_windy_gate	Kami Teleporter Pact for Windy Gate	a	the	Kami Teleporter Pacts for Windy Gate	\d	the	
    -_D345809D7F72628F	tp_kami_thefount	Kami Teleporter Pact for Fount	a	the	Kami Teleporter Pacts for Fount	\d	the	
    -_5A43010A85700162	tp_kami_thesavagedunes	Kami Teleporter Pact for the Savage Dunes	a	the	Kami Teleporter Pacts for the Savage Dunes	\d	the	
    -_2DB5C740D1B30828	tp_kami_thescorchedcorridor	Kami Teleporter Pact for Scorched Corridor	a	the	Kami Teleporter Pacts for Scorched Corridor	\d	the	
    -_1488D3623BC2B440	tp_kami_thesos	Kami Teleporter Pact for Thesos	a	the	Kami Teleporter Pacts for Thesos	\d	the	
    -_DE73B9C07EF10E20	tp_kami_thevoid	Kami Teleporter Pact for the Void	a	the	Kami Teleporter Pacts for the Void	\d	the	
    -_A7281073AE5B8903	tp_kami_upperbog	Kami Teleporter Pact for Upper Bog	a	the	Kami Teleporter Pacts for Upper Bog	\d	the	
    -_29CD5FDAEAADA30A	tp_kami_windermeer	Kami Teleporter Pact for Windermeer	a	the	Kami Teleporter Pacts for Windermeer	\d	the	
    -_B077FF5C3F2E7571	tp_kami_windsofmuse	Kami Teleporter Pact for the Winds of Muse	a	the	Kami Teleporter Pacts for the Winds of Muse	\d	the	
    -_6E0FA32651741F22	tp_kami_yrkanis	Kami Teleporter Pact for Yrkanis	a	the	Kami Teleporter Pacts for Yrkanis	\d	the	
    -_B68969C12AC34A49	tp_kami_zora	Kami Teleporter Pact for Zora	a	the	Kami Teleporter Pacts for Zora	\d	the	
    -_CE931FA5D6FA8BE2	tp_kami_zorai_nland	Kami Teleporter Pact for Zoraï Island	a	the	Kami Teleporter Pacts for Zoraï Island	\d	the	
    -_18A8F75904713F5A	tp_karavan_avalae	Karavan Teleporter Pact for Avalae	a	the	Karavan Teleporter Pacts for Avalae	\d	the	
    -_07F3813BE1230EE1	tp_karavan_avendale	Karavan Teleporter Pact for Avendale	a	the	Karavan Teleporter Pacts for Avendale	\d	the	
    -_919ECAEAD4F065AD	tp_karavan_bountybeaches	Karavan Teleporter Pact for the Bounty Beaches	a	the	Karavan Teleporter Pacts for the Bounty Beaches	\d	the	
    -_492D1C48EBA099BC	tp_karavan_crystabell	Karavan Teleporter Pact for Crystabell	a	the	Karavan Teleporter Pacts for Crystabell	\d	the	
    -_86CDD39432360E2F	tp_karavan_davae	Karavan Teleporter Pact for Davae	a	the	Karavan Teleporter Pacts for Davae	\d	the	
    -_2EE5E91473E2B388	tp_karavan_dewdrops	Karavan Teleporter Pact for Dew Drops	a	the	Karavan Teleporter Pacts for Dew Drops	\d	the	
    -_B198CAACFA1F0CFD	tp_karavan_dunesofexil	Karavan Teleporter Pact for the Dunes of Exile	a	the	Karavan Teleporter Pacts for the Dunes of Exile	\d	the	
    -_8CCDD39DF7669643	tp_karavan_dyron	Karavan Teleporter Pact for Dyron	a	the	Karavan Teleporter Pacts for Dyron	\d	the	
    -_5D15FFBACA8E9072	tp_karavan_enchantedisle	Karavan Teleporter Pact for Enchanted Isle	a	the	Karavan Teleporter Pacts for Enchanted Isle	\d	the	
    -_BAFD602FCF3984D1	tp_karavan_fairhaven	Karavan Teleporter Pact for Fairhaven	a	the	Karavan Teleporter Pacts for Fairhaven	\d	the	
    -_74A61F322398B96E	tp_karavan_fleetinggarden	Karavan Teleporter Pact for Fleeting Garden	a	the	Karavan Teleporter Pacts for Fleeting Garden	\d	the	
    -_75AA5BE63C79B759	tp_karavan_forbidden_depths	Karavan Teleporter Pact for the Forbidden Depths	a	the	Karavan Teleporter Pacts for the Forbidden Depths	\d	the	
    -_D81004E1851E5252	tp_karavan_frahartowers	Karavan Teleporter Pact for the Frahar Towers	a	the	Karavan Teleporter Pacts for the Frahar Towers	\d	the	
    -_EDC412A6CE5FF074	tp_karavan_gate_of_obscurity	Karavan Teleporter Pact for the Gate of Obscurity	a	the	Karavan Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_CE93FF6D964E323B	tp_karavan_groveofconfusion	Karavan Teleporter Pact for the Grove of Confusion	a	the	Karavan Teleporter Pacts for the Grove of Confusion	\d	the	
    -_576FF1D7BEE10977	tp_karavan_groveofumbra	Karavan Teleporter Pact for the Grove of Umbra	a	the	Karavan Teleporter Pacts for the Grove of Umbra	\d	the	
    -_DEB90CFAF5592B5A	tp_karavan_havenofpurity	Karavan Teleporter Pact for the Haven of Purity	a	the	Karavan Teleporter Pacts for the Haven of Purity	\d	the	
    -_FBC7D21AB242ED01	tp_karavan_hereticshovel	Karavan Teleporter Pact for Heretic's Hovel	a	the	Karavan Teleporter Pacts for Heretic's Hovel	\d	the	
    -_5E4F08D8048B3A38	tp_karavan_hiddensource	Karavan Teleporter Pact for Hidden Source	a	the	Karavan Teleporter Pacts for Hidden Source	\d	the	
    -_EA0003DBFDA63EA6	tp_karavan_hoi_cho	Karavan Teleporter Pact for Hoï-Cho	a	the	Karavan Teleporter Pacts for Hoï-Cho	\d	the	
    -_E620EBD23CE6529C	tp_karavan_jen_lai	Karavan Teleporter Pact for Jen-Laï	a	the	Karavan Teleporter Pacts for Jen-Laï	\d	the	
    -_DA074EF41024ADB7	tp_karavan_knollofdissent	Karavan Teleporter Pact for the Knoll of Dissent	a	the	Karavan Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_EFE7E9D6D8EAC542	tp_karavan_knotofdementia	Karavan Teleporter Pact for the Knot of Dementia	a	the	Karavan Teleporter Pacts for the Knot of Dementia	\d	the	
    -_F05BEE6B807B5949	tp_karavan_lagoonsofloria	Karavan Teleporter Pact for the Lagoons of Loria	a	the	Karavan Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_AA7D405FD07733AE	tp_karavan_maidengrove	Karavan Teleporter Pact for Maiden Grove	a	the	Karavan Teleporter Pacts for Maiden Grove	\d	the	
    -_B4C8033D6438055B	tp_karavan_majesticgarden	Karavan Teleporter Pact for Majestic Garden	a	the	Karavan Teleporter Pacts for Majestic Garden	\d	the	
    -_27FB186B3F6B105B	tp_karavan_matis_nland	Karavan Teleporter Pact for Matis Island	a	the	Karavan Teleporter Pacts for Matis Island	\d	the	
    -_2B0003D9FB4652A0	tp_karavan_min_cho	Karavan Teleporter Pact for Min-Cho	a	the	Karavan Teleporter Pacts for Min-Cho	\d	the	
    -_086DD39432160637	tp_karavan_natae	Karavan Teleporter Pact for Natae	a	the	Karavan Teleporter Pacts for Natae	\d	the	
    -_57C567996B776D11	tp_karavan_nexus_bagne	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_84E2F8B6D5DE361C	tp_karavan_nexus_route_gouffre	Karavan Teleporter Pact for the Tunnel from Nexus to the Lands of Umbra	a	the	Karavan Teleporter Pacts for the Tunnel from Nexus to the Lands of Umbra	\d	the	
    -_1A05AF996B776D15	tp_karavan_nexus_terre	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_7DA9D210F140D102	tp_karavan_oflovaksoasis	Karavan Teleporter Pact for Oflovak's Oasis	a	the	Karavan Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_61BEACDA446C1A64	tp_karavan_outlawcanyon	Karavan Teleporter Pact for Outlaw Canyon	a	the	Karavan Teleporter Pacts for Outlaw Canyon	\d	the	
    -_52F2B92391598728	tp_karavan_pyr	Karavan Teleporter Pact for Pyr	a	the	Karavan Teleporter Pacts for Pyr	\d	the	
    -_9B1CBDA51A7E0630	tp_karavan_restingwater	Karavan Teleporter Pact for Resting Water	a	the	Karavan Teleporter Pacts for Resting Water	\d	the	
    -_1ABB01AFA4DD421A	tp_karavan_sawdustmines	Karavan Teleporter Pact for the Sawdust Mines	a	the	Karavan Teleporter Pacts for the Sawdust Mines	\d	the	
    -_7C0C573AE515763E	tp_karavan_the_abyss_of_ichor_matis	Karavan Teleporter Pact for the Abyss of Ichor	a	the	Karavan Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_ACEF6B89EFF683D2	tp_karavan_the_abyss_of_ichor_nexus	Karavan Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Karavan Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_D9039F4C550E0C9E	tp_karavan_the_elusive_forest	Karavan Teleporter Pact for Elusive Forest	a	the	Karavan Teleporter Pacts for Elusive Forest	\d	the	
    -_7A4E851C0223ECBD	tp_karavan_the_land_of_continuity	Karavan Teleporter Pact for the Land of Continuity	a	the	Karavan Teleporter Pacts for the Land of Continuity	\d	the	
    -_06E496880F0E05FD	tp_karavan_the_sunken_city	Karavan Teleporter Pact for Sunken City	a	the	Karavan Teleporter Pacts for Sunken City	\d	the	
    -_050611BD5ADED3E5	tp_karavan_the_trench_of_trials_tryker	Karavan Teleporter Pact for the Tunnel from Trench of Trials to Tryker	a	the	Karavan Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_6F04544CB4227F19	tp_karavan_the_trench_of_trials_zorai	Karavan Teleporter Pact for the Trench of Trials	a	the	Karavan Teleporter Pacts for the Trench of Trials	\d	the	
    -_083062EC9C411FEA	tp_karavan_the_under_spring_fyros	Karavan Teleporter Pact for Under Spring	a	the	Karavan Teleporter Pacts for Under Spring	\d	the	
    -_D580AC75A4B84EC1	tp_karavan_the_under_spring_zorai	Karavan Teleporter Pact for the Tunnel from the Under Spring to Zoraï	a	the	Karavan Teleporter Pacts for the Tunnel from the Under Spring to Zoraï	\d	the	
    -_EF6AFE41BD8BE5BB	tp_karavan_the_windy_gate	Karavan Teleporter Pact for Windy Gate	a	the	Karavan Teleporter Pacts for Windy Gate	\d	the	
    -_2E255D1B81B08B88	tp_karavan_thefount	Karavan Teleporter Pact for Fount	a	the	Karavan Teleporter Pacts for Fount	\d	the	
    -_2E6AF12CFEDE369A	tp_karavan_thesavagedunes	Karavan Teleporter Pact for the Savage Dunes	a	the	Karavan Teleporter Pacts for the Savage Dunes	\d	the	
    -_07A654F422A079A2	tp_karavan_thescorchedcorridor	Karavan Teleporter Pact for Scorched Corridor	a	the	Karavan Teleporter Pacts for Scorched Corridor	\d	the	
    -_DD89677C4941635F	tp_karavan_thesos	Karavan Teleporter Pact for Thesos	a	the	Karavan Teleporter Pacts for Thesos	\d	the	
    -_75573983FF2A937E	tp_karavan_thevoid	Karavan Teleporter Pact for the Void	a	the	Karavan Teleporter Pacts for the Void	\d	the	
    -_3C29DD1169BC9B86	tp_karavan_upperbog	Karavan Teleporter Pact for Upper Bog	a	the	Karavan Teleporter Pacts for Upper Bog	\d	the	
    -_C9ADC04A270F25B7	tp_karavan_windermeer	Karavan Teleporter Pact for Windermeer	a	the	Karavan Teleporter Pacts for Windermeer	\d	the	
    -_09CE55410CB24EEA	tp_karavan_windsofmuse	Karavan Teleporter Pact for the Winds of Muse	a	the	Karavan Teleporter Pacts for the Winds of Muse	\d	the	
    -_AE64B5D442E946B1	tp_karavan_yrkanis	Karavan Teleporter Pact for Yrkanis	a	the	Karavan Teleporter Pacts for Yrkanis	\d	the	
    -_BF5AEE7DE77B0684	tp_karavan_zora	Karavan Teleporter Pact for Zora	a	the	Karavan Teleporter Pacts for Zora	\d	the	
    -_269542E4564A0009	tr_armor01_armpad	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves
    -_6679BD9E1C75C420	tr_armor01_bottes	Tryker Armor Boots	\d	the	Tryker Armor Boots	\d	the	Tryker Armor Boots
    -_19FD0CA86C30E961	tr_armor01_gilet	Tryker Armor Vest	a	the	Tryker Armor Vests	\d	the	Tryker Armor Vest
    -_E18329C8B0DD09BC	tr_armor01_hand	Tryker Armor Gloves	\d	the	Tryker Armor Gloves	\d	the	Tryker Armor Gloves
    -_353A50532AECD6BE	tr_armor01_pantabotte	Tryker Armor Pants	\d	the	Tryker Armor Pants	\d	the	Tryker Armor Pants
    -_DD8801867AAB9510	tr_cheveux_long01	Tryker Long Haircut	\d	the	Tryker Long Hairs	\d	the	Tryker Long Hair
    -_00256400F38CF4FD	tr_cheveux_medium01	Tryker Medium Haircut	a	the	Tryker Medium Haircuts	\d	the	Tryker Medium Hair 
    -_004B19A91A3B6E7F	tr_cheveux_shave01	Tryker Shaved Haircut	a	the	Tryker Shaved Haircuts	\d	the	Tryker Shaved Hair 
    -_B138A14DA24291CF	tr_cheveux_short01	Tryker Short Haircut	a	the	Tryker Short Haircuts	\d	the	Tryker Short Hair 
    -_447A177EFC059053	tr_civil01_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_1C022FC387FAF3F9	tr_civil01_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_F50B862FB34462A5	tr_civil01_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_8DF257059F60464D	tr_civil01_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_A84E93271FD5C0E9	tr_civil01_pantabotte	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E0D798FF552274E4	tr_underwear_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_501B323F7C7C007C	tr_underwear_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_C6E204E463388FFD	tr_underwear_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_E23EC4A6B1C3187B	tr_underwear_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_99DA9DA901A7A752	tr_underwear_pantabottes	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E456C7C0FAEF1D80	tr_visage	Tryker Mask	a	the	Tryker Masks	\d	the	Tryker Mask
    -_4FD497CA9C228D54	white_medicine	White Medicine	a	the	White Medicines	\d	the	
    -_B48A13949FC1E9F7	yellow_medicine	Yellow Medicine	a	the	Yellow Medicines	\d	the	
    -_5350258124F9E4E0	young_girl_pendant	Young Girl's Pendant	a	the	Young Girl's Pendants	\d	the	
    -_64487EAFDA350772	young_live_seed	Young Living Seed	a	the	Young Living Seeds	\d	the	
    -_A0F756FB4B0101ED	zerx_stomach	Zerx Stomach	a	the	Zerx Stomachs	\d	the	
    -_8BF0911F2636D4B7	zerx_tusks	Zerx Tusks	a	the	Zerx Tusks	\d	the	
    -_64E48C79FA976B16	zo_armor01_armpad	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves
    -_DEC0A0FFD609825E	zo_armor01_bottes	Zoraï Armor Boots	\d	the	Zoraï Armor Boots	\d	the	Zoraï Armor Boots
    -_03575BDEE4B6DB9F	zo_armor01_gilet	Zoraï Armor Vest	a	the	Zoraï Armor Vests	\d	the	Zoraï Armor Vest
    -_15E2AB945E5FE890	zo_armor01_hand	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves
    -_AFFE72885FF48D19	zo_armor01_pantabotte	Zoraï Armor Pants	\d	the	Zoraï Armor Pants	\d	the	Zoraï Armor Pants
    -_FA61FF16AFEA8745	zo_cheveux_long01	Zoraï Long Haircutcut	a	the	Zoraï Long Haircuts	\d	the	Zoraï Long Hair
    -_F63486C2BEE5F948	zo_cheveux_medium01	Zoraï Medium Haircut	a	the	Zoraï Medium Haircuts	\d	the	Zoraï Medium Hair
    -_54F9783AC7BD39B0	zo_cheveux_shave01	Zoraï Shaved Haircut	a	the	Zoraï Shaved Haircuts	\d	the	Zoraï Shaved Hair
    -_1FB8D0E5CA645BC0	zo_cheveux_short01	Zoraï Short Haircut	a	the	Zoraï Short Haircuts	\d	the	Zoraï Short Hair
    -_D19CA7BD6D3E9260	zo_civil01_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_6583873BEE245811	zo_civil01_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_1CADE54BE19BBE3E	zo_civil01_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_4C7924456876943E	zo_civil01_pantabotte	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_895A939874F45C26	zo_underwear_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_9641BCF8C2FE8684	zo_underwear_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_6E43CB5F28D0F217	zo_underwear_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_945318581D3F86D7	zo_underwear_hand	Zoraï Gloves	\d	the	Zoraï Gloves	\d	the	Zoraï Gloves
    -_A1EEBAE4550F7379	zo_underwear_pantabottes	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_F900487B3A309824	zo_visage	Zoraï Mask	a	the	Zoraï Masks	\d	the	Zoraï Mask
    -_9467AF8854C572D9	icfacb	Droge Boots	\d	the	Droge Boots	\d	the	Fyros Caster Boots
    -_8AE5AEF243A8538E	icfacg	Droge Gloves	\d	the	Droge Gloves	\d	the	Fyros Caster Gloves
    -_1857779654B56ED9	icfacp	Droge Pants	\d	the	Droge Pants	\d	the	Fyros Caster Pants
    -_D11348882578CB31	icfacs	Droge Sleeves	\d	the	Droge Sleeves	\d	the	Fyros Caster Sleeves
    -_8D8962AE4CE18E47	icfacv	Droge Vest	a	the	Droge Vests	\d	the	Fyros Caster Vest
    -_7A6A71829D564DF9	icfr2ab	Burning Fraser	a	the	Burning Frasers	\d	the	Two-handed Burning Autolauncher
    -_8CF5ECEC1A858547	icfr2lb	Burning Brazer	a	the	Burning Brazers	\d	the	Two-handed Fyros Burning Launcher
    -_5CB36472C3515D84	icfsbb	Burning Blok	a	the	Burning Bloks	\d	the	Fyros Burning Buckler
    -_65EE1F67A543BA84	icmacb	Vestini Boots	\d	the	Vestini Boots	\d	the	Matis Caster Boots
    -_DBA2581DDAB2C1D6	icmacg	Vestini Gloves	\d	the	Vestini Gloves	\d	the	Matis Caster Gloves
    -_65EE1B58A614BA92	icmacp	Vestini Pants	\d	the	Vestini Pants	\d	the	Matis Caster Pants
    -_09B1F8ADA8114B63	icmacs	Vestini Sleeves	\d	the	Vestini Sleeves	\d	the	Matis Caster Sleeves
    -_65883F0ED9E655AD	icmacv	Vestini Vest	a	the	Vestini Vests	\d	the	Matis Caster Vest
    -_9E2CE211B5C3C01F	icmm1psl	Living Palor Spear	a	the	Living Palors Spears	\d	the	One-handed Matis Living Spear
    -_D3CF01118FDCE16D	icmm1pdl	Living Limmel Dagger	a	the	Living Limmels Daggers	\d	the	One-handed Matis Living Dagger
    -_86F538940BF32D56	icmm2ppl	Living Krop Pike	a	the	Living Krops Pikes	\d	the	Two-handed Matis Living Pike
    -_A2A4BE1360CA3B2D	icmm2ssl	Living Slathe Sword	a	the	Living Slathes Swords	\d	the	Two-handed Matis Living Long Sword
    -_A61358368149F453	icmr1pl	Living Maka Pistol	a	the	Living Makas Pistols	\d	the	One-handed Matis Living Pistol
    -_C9902A1D2DB066EF	icmr2rl	Living Stylone Rifle	a	the	Living Stylones Rifles	\d	the	Two-handed Matis Living Rifle
    -_5FF325E63108A94A	icmsbl	Living Wod Buckler	a	the	Living Wods Bucklers	\d	the	Matis Living Buckler
    -_3ED1357F14EF0049	icralb	Refugee Light Boots	\d	the	Refugee Light Boots	\d	the	Refugee Light Boots
    -_7B56811D6B11CB1D	icralg	Refugee Light Gloves	\d	the	Refugee Light Gloves	\d	the	Refugee Light Gloves
    -_B581B6120C7B0416	icrals	Refugee Light Sleeves	\d	the	Refugee Light Sleeves	\d	the	Refugee Light Sleeves
    -_5D79C709C119C322	ictacb	Lithen Boots	\d	the	Lithen Boots	\d	the	Tryker Caster Boots
    -_75F3B886ABA4196B	ictacg	Lithen Gloves	\d	the	Lithen Gloves	\d	the	Tryker Caster Gloves
    -_E179C70941596714	ictacp	Lithen Pants	\d	the	Lithen Pants	\d	the	Tryker Caster Pants
    -_9E44AC0ED6829CE3	ictacs	Lithen Sleeves	\d	the	Lithen Sleeves	\d	the	Tryker Caster Sleeves
    -_97B76203A3C55F66	ictacv	Lithen Vest	a	the	Lithen Vests	\d	the	Tryker Caster Vest
    -_A8A8BB10D410205E	ictm1pdw	Waving Fyler Dagger	a	the	Waving Fylers Daggers	\d	the	One-handed Tryker Waving Dagger
    -_89957B12DF110A03	ictm1ssw	Waving Tanner Sword	a	the	Waving Tanners Swords	\d	the	One-handed Tryker Waving Sword
    -_1EA35A6728332B21	ictm2ssw	Waving Flence Sword	a	the	Waving Flences Sword	\d	the	Two-handed Tryker Waving Long Sword
    -_E0801C132F672B62	ictr1bw	Waving Fletcher Bowpistol	a	the	Waving Fletchers Bowpistols	\d	the	One-handed Tryker Waving Bowpistol
    -_825EDDC969EB2A95	ictsbw	Waving Stilten Buckler	a	the	Waving Stiltens Bucklers	\d	the	Tryker Waving Buckler
    -_F096CE005FE83740	iczacb	Lin-Ko Boots	\d	the	Lin-Ko Boots	\d	the	Zoraï Caster Boots
    -_44F9936D72B63A41	iczacg	Lin-Ko Gloves	\d	the	Lin-Ko Gloves	\d	the	Zoraï Caster Gloves
    -_6D77CE00DF28DF3F	iczacp	Lin-Ko Pants	\d	the	Lin-Ko Pants	\d	the	Zoraï Caster Pants
    -_45931F1FE590B4FA	iczacs	Lin-Ko Sleeves	\d	the	Lin-Ko Sleeves	\d	the	Zoraï Caster Sleeves
    -_E2AA1DFAE264867F	iczacv	Lin-Ko Vest	a	the	Lin-Ko Vests	\d	the	Zoraï Caster Vest
    -_5CF176EB88D5BC11	iczm1bme	Electric Nanka Mace	an	the	Electric Nankas Maces	\d	the	One-handed Zoraï Electric Mace
    -_DCA1965060EBF132	iczm2bme	Electric Kanka Mace	an	the	Electric Kankas Maces	\d	the	Two-handed Zoraï Electric Long Mace
    -_B7214AE3AFCDFC0E	iczr2be	Electric Ma-Kam Bowrifle	an	the	Electric Ma-Kam Bowrifles	\d	the	Two-handed Zoraï Electric Bowrifle
    -_DB694C4D0445EB54	iczr2le	Electric Ba-Koon Launcher	an	the	Electric Ba-Koon Launchers	\d	the	Two-handed Zoraï Electric Launcher
    -_BB7A582F40CADE67	iczsbe	Electric Kastu Buckler	an	the	Electric Kastus Bucklers	\d	the	Electric Zoraï Buckler
    -_AF58BA57E7A8747B	icfacb_2	Drogeus Boots	\d	the	Drogeus Boots	\d	the	Medium Quality Fyros Caster Boots
    -_0977FFD83D537D1B	icfacg_2	Drogeus Gloves	\d	the	Drogeus Gloves	\d	the	Medium Quality Fyros Caster Gloves
    -_6F68BA65A7C8E47B	icfacp_2	Drogeus Pants	\d	the	Drogeus Pants	\d	the	Medium Quality Fyros Caster Pants
    -_4AB8B5B3696E22F0	icfacs_2	Drogeus Sleeves	\d	the	Drogeus Sleeves	\d	the	Medium Quality Fyros Caster Sleeves
    -_DCE9C14C2CC06160	icfacv_2	Drogeus Vest	a	the	Drogeus Vests	\d	the	Medium Quality Fyros Caster Vest
    -_6665BCC2192618DE	icfahb_2	Kostomus Boots	\d	the	Kostomus Boots	\d	the	Medium Quality Fyros Heavy Boots
    -_4A1E81A64FEAFAC5	icfahg_2	Kostomus Gloves	\d	the	Kostomus Gloves	\d	the	Medium Quality Fyros Heavy Gloves
    -_6DADEA79A1105A75	icfahh_2	Kostomus Helmet	a	the	Kostomus Helmets	\d	the	Medium Quality Fyros Heavy Helmet
    -_AA85F4C196074CD0	icfahp_2	Kostomus Pants	\d	the	Kostomus Pants	\d	the	Medium Quality Fyros Heavy Pants
    -_7C2E752DBEEB30AE	icfahs_2	Kostomus Sleeves	\d	the	Kostomus Sleeves	\d	the	Medium Quality Fyros Heavy Sleeves
    -_3177C82DA3961191	icfahv_2	Kostomus Vest	a	the	Kostomus Vests	\d	the	Medium Quality Fyros Heavy Vest
    -_5848C14E2B384CAD	icfalb_2	Hobenus Boots	\d	the	Hobenus Boots	\d	the	Medium Quality Fyros Light Boots
    -_48152FE887552CBC	icfalg_2	Hobenus Gloves	\d	the	Hobenus Gloves	\d	the	Medium Quality Fyros Light Gloves
    -_1858C15C2B284CBB	icfalp_2	Hobenus Pants	\d	the	Hobenus Pants	\d	the	Medium Quality Fyros Light Pants
    -_CD080DEA3B207A04	icfals_2	Hobenus Sleeves	\d	the	Hobenus Sleeves	\d	the	Medium Quality Fyros Light Sleeves
    -_6924E5480C50BD8A	icfalv_2	Hobenus Vest	a	the	Hobenus Vests	\d	the	Medium Quality Fyros Light Vest
    -_B098A256E8489896	icfamb_2	Rilonus Boots	\d	the	Rilonus Boots	\d	the	Medium Quality Fyros Medium Boots
    -_0637EBF03DE3893B	icfamg_2	Rilonus Gloves	\d	the	Rilonus Gloves	\d	the	Medium Quality Fyros Medium Gloves
    -_70A8A264A8680896	icfamp_2	Rilonus Pants	\d	the	Rilonus Pants	\d	the	Medium Quality Fyros Medium Pants
    -_D02891C16AEFEAEB	icfams_2	Rilonus Sleeves	\d	the	Rilonus Sleeves	\d	the	Medium Quality Fyros Medium Sleeves
    -_E038B95D6900897C	icfamv_2	Rilonus Vest	a	the	Rilonus Vests	\d	the	Medium Quality Fyros Medium Vest
    -_4BDCA9CCF336399B	icfm1bm_2	Massonus Mace	a	the	Massonus Maces	\d	the	One-handed Medium Quality Fyros Mace
    -_D4245D773459FA9A	icfm1bs_2	Talusus Staff	a	the	Talusus Staffs	\d	the	One-handed Medium Quality Fyros Staff
    -_F5B8582C50BE7D11	icfm1pd_2	Jabus Dagger	a	the	Jabus Daggers	\d	the	One-handed Medium Quality Fyros Dagger
    -_D924397734994290	icfm1ps_2	Kronkus Spear	a	the	Kronkus Spears	\d	the	One-handed Medium Quality Fyros Spear
    -_A8DEDE6727561987	icfm1sa_2	Clevenus Axe	a	the	Clevenus Axes	\d	the	One-handed Medium Quality Fyros Axe
    -_BBC9B82601199973	icfm1ss_2	Blamus Sword	a	the	Blamus Swords	\d	the	One-handed Medium Quality Fyros Sword
    -_8ACAC9539F2B92BC	icfm2bm_2	Hampus Mace	a	the	Hampus Maces	\d	the	Two-handed Medium Quality Fyros Long Mace
    -_14FFC1CC73A755A2	icfm2pp_2	Punnelus Pike	a	the	Punnelus Pikes	\d	the	Two-handed Medium Quality Fyros Pike
    -_CE0CD51028C015A4	icfm2sa_2	Retchus Axe	a	the	Retchus Axes	\d	the	Two-handed Medium Quality Fyros Long Axe
    -_47924A476AFA14BA	icfm2ss_2	Stavonus Sword	a	the	Stavonus Swords	\d	the	Two-handed Medium Quality Fyros Long Sword
    -_0568F7B84EDC4ABF	icfr1b_2	Koltonus Bowpistol	a	the	Koltonus Bowpistols	\d	the	One-handed Medium Quality Fyros Bowpistol
    -_A2EB740CAB0BED47	icfr1p_2	Rimelus Pistol	a	the	Rimelus Pistols	\d	the	One-handed Medium Quality Fyros Pistol
    -_4A05D6E1E76DA8B0	icfr2a_2	Fraserus Autolauncher	a	the	Fraserus Autolaunchers	\d	the	Two-handed Medium Quality Fyros Autolauncher
    -_42D1D2E100A162AF	icfr2b_2	Strabusus Bowrifle	a	the	Strabusus Bowrifles	\d	the	Two-handed Medium Quality Fyros Bowrifle
    -_D92B052BC5937E25	icfr2l_2	Brazerus Launcher	a	the	Brazerus Launchers	\d	the	Two-handed Medium Quality Fyros Launcher
    -_BC9E6AB7C8A83DF6	icfr2r_2	Strammelus Rifle	a	the	Strammelus Rifles	\d	the	Two-handed Medium Quality Fyros Rifle
    -_4FD9E97C6608BA7E	icmacb_2	Modi Vestini Boots	\d	the	Modi Vestini Boots	\d	the	Medium Quality Matis Caster Boots
    -_D113DE427AD4EFA0	icmacg_2	Modi Vestini Gloves	\d	the	Modi Vestini Gloves	\d	the	Medium Quality Matis Caster Gloves
    -_D3D9E56EAA282670	icmacp_2	Modi Vestini Pants	\d	the	Modi Vestini Pants	\d	the	Medium Quality Matis Caster Pants
    -_CE3F80B9117FA54D	icmacs_2	Modi Vestini Sleeves	\d	the	Modi Vestini Sleeves	\d	the	Medium Quality Matis Caster Sleeves
    -_FF9B21ECF769F999	icmacv_2	Modi Vestini Vest	a	the	Modi Vestini Vests	\d	the	Medium Quality Matis Caster Vest
    -_70882DC89326F8C4	icmahb_2	Modi Parok Boots	\d	the	Modi Parok Boots	\d	the	Medium Quality Matis Heavy Boots
    -_28AAE211C24C31BC	icmahg_2	Modi Parok Gloves	\d	the	Modi Parok Gloves	\d	the	Medium Quality Matis Heavy Gloves
    -_BD1FBAC4A5BA8E82	icmahh_2	Modi Parok Helmet	a	the	Modi Parok Helmets	\d	the	Medium Quality Matis Heavy Helmet
    -_716929BA17262CB5	icmahp_2	Modi Parok Pants	\d	the	Modi Parok Pants	\d	the	Medium Quality Matis Heavy Pants
    -_0EB88115F3194148	icmahs_2	Modi Parok Sleeves	\d	the	Modi Parok Sleeves	\d	the	Medium Quality Matis Heavy Sleeves
    -_39C85EB50DF58C48	icmahv_2	Modi Parok Vest	a	the	Modi Parok Vests	\d	the	Medium Quality Matis Heavy Vest
    -_D96BC0DDFA488167	icmalb_2	Modi Wiva Boots	\d	the	Modi Wiva Boots	\d	the	Medium Quality Matis Light Boots
    -_3CD938B578A62FBE	icmalg_2	Modi Wiva Gloves	\d	the	Modi Wiva Gloves	\d	the	Medium Quality Matis Light Gloves
    -_563C88EBBA68F166	icmalp_2	Modi Wiva Pants	\d	the	Modi Wiva Pants	\d	the	Medium Quality Matis Light Pants
    -_7494293F4CB81DC9	icmals_2	Modi Wiva Sleeves	\d	the	Modi Wiva Sleeves	\d	the	Medium Quality Matis Light Sleeves
    -_C7D2A1C95D7EFD44	icmalv_2	Modi Wiva Vest	a	the	Modi Wiva Vests	\d	the	Medium Quality Matis Light Vest
    -_967B0CBB4D585266	icmamb_2	Modi Striva Boots	\d	the	Modi Striva Boots	\d	the	Medium Quality Matis Medium Boots
    -_81AA085C6C576E41	icmamg_2	Modi Striva Gloves	\d	the	Modi Striva Gloves	\d	the	Medium Quality Matis Medium Gloves
    -_75CE6AF6D41DA18D	icmamp_2	Modi Striva Pants	\d	the	Modi Striva Pants	\d	the	Medium Quality Matis Medium Pants
    -_CA4F0E4490C5DFDF	icmams_2	Modi Striva Sleeves	\d	the	Modi Striva Sleeves	\d	the	Medium Quality Matis Medium Sleeves
    -_64AE9682DDE6866B	icmamv_2	Modi Striva Vest	a	the	Modi Striva Vests	\d	the	Medium Quality Matis Medium Vest
    -_C686BF45F7CD416D	icmm1bm_2	Modi Bristo Mace	a	the	Modi Bristo Maces	\d	the	One-handed Medium Quality Matis Mace
    -_03D47B9CBD88F3DF	icmm1bs_2	Modi Battoni Staff	a	the	Modi Battoni Staffs	\d	the	One-handed Medium Quality Matis Staff
    -_AF964C8F7A36C8B5	icmm1pd_2	Modi Limmel Dagger	a	the	Modi Limmel Daggers	\d	the	One-handed Medium Quality Matis Dagger
    -_AF9AB808342F2913	icmm1ps_2	Modi Palor Spear	a	the	Modi Palor Spears	\d	the	One-handed Medium Quality Matis Spear
    -_A8BC22DABFCBDF30	icmm1sa_2	Modi Haque Axe	a	the	Modi Haques Axes	\d	the	One-handed Medium Quality Matis Axe
    -_85FE2081835A51D7	icmm1ss_2	Modi Klyde Sword	a	the	Modi Klydes Swords	\d	the	One-handed Medium Quality Matis Sword
    -_4C00528143939EDD	icmm2bm_2	Modi Gondo Mace	a	the	Modi Gondos Maces	\d	the	Two-handed Medium Quality Matis Long Mace
    -_374752CE0D456E58	icmm2pp_2	Modi Krop Pike	a	the	Modi Krops Pikes	\d	the	Two-handed Medium Quality Matis Pike
    -_6BE22F1C8A710737	icmm2sa_2	Modi Klout Axe	a	the	Modi Klouts Axes	\d	the	Two-handed Medium Quality Matis Long Axe
    -_BDC88D43171974C0	icmm2ss_2	Modi Slathe Sword	a	the	Modi Slathe Swords	\d	the	Two-handed Medium Quality Matis Long Sword
    -_30750694640A2455	icmr1b_2	Modi Riva Bowpistol	a	the	Modi Riva Bowpistols	\d	the	One-handed Medium Quality Matis Bowpistol
    -_198E28732F76EEE4	icmr1p_2	Modi Maka Pistol	a	the	Modi Maka Pistols	\d	the	One-handed Medium Quality Matis Pistol
    -_BEA8B18F115F49B8	icmr2a_2	Modi Morikov Autolauncher	a	the	Modi Morikovs Autolaunchers	\d	the	Two-handed Medium Quality Matis Autolauncher
    -_9880407BE3EBBB3A	icmr2b_2	Modi Polta Bowrifle	a	the	Modi Polta Bowrifles	\d	the	Two-handed Medium Quality Matis Bowrifle
    -_DC42F06A1AEA2B31	icmr2l_2	Modi Vulca Launcher	a	the	Modi Vulca Launchers	\d	the	Two-handed Medium Quality Matis Launcher
    -_087E735F8DDBD912	icmr2r_2	Modi Stylone Rifle	a	the	Modi Stylone Rifles	\d	the	Two-handed Medium Quality Matis Rifle
    -_A02DBA5CA268CC8B	ictacb_2	Lor-Lithen Boots	\d	the	Lor-Lithen Boots	\d	the	Medium Quality Tryker Caster Boots
    -_8BE3E3DBB8A981F6	ictacg_2	Lor-Lithen Gloves	\d	the	Lor-Lithen Gloves	\d	the	Medium Quality Tryker Caster Gloves
    -_242DB64E2658C88B	ictacp_2	Lor-Lithen Pants	\d	the	Lor-Lithen Pants	\d	the	Medium Quality Tryker Caster Pants
    -_C82C30DEB3E22F85	ictacs_2	Lor-Lithen Sleeves	\d	the	Lor-Lithen Sleeves	\d	the	Medium Quality Tryker Caster Sleeves
    -_174AEE0A968A1141	ictacv_2	Lor-Lithen Vest	a	the	Lor-Lithen Vests	\d	the	Medium Quality Tryker Caster Vest
    -_28F8DEFDDDE9B4CF	ictahb_2	Lor-Tashok Boots	\d	the	Lor-Tashok Boots	\d	the	Medium Quality Tryker Heavy Boots
    -_73646BF0BABB26B1	ictahg_2	Lor-Tashok Gloves	\d	the	Lor-Tashok Gloves	\d	the	Medium Quality Tryker Heavy Gloves
    -_CF51D769DA2EF507	ictahh_2	Lor-Tashok Helmet	a	the	Lor-Tashok Helmets	\d	the	Medium Quality Tryker Heavy Helmet
    -_30F8DAEF61E9E4B3	ictahp_2	Lor-Tashok Pants	\d	the	Lor-Tashok Pants	\d	the	Medium Quality Tryker Heavy Pants
    -_86ED1C01BE169782	ictahs_2	Lor-Tashok Sleeves	\d	the	Lor-Tashok Sleeves	\d	the	Medium Quality Tryker Heavy Sleeves
    -_5DAD95201812055E	ictahv_2	Lor-Tashok Vest	a	the	Lor-Tashok Vests	\d	the	Medium Quality Tryker Heavy Vest
    -_EAF8F6E12029F0C5	ictalb_2	Lor-Tissan Boots	\d	the	Lor-Tissan Boots	\d	the	Medium Quality Tryker Light Boots
    -_32038FE67DEB0EC0	ictalg_2	Lor-Tissan Gloves	\d	the	Lor-Tissan Gloves	\d	the	Medium Quality Tryker Light Gloves
    -_F2F8F2D3A42920A9	ictalp_2	Lor-Tissan Pants	\d	the	Lor-Tissan Pants	\d	the	Medium Quality Tryker Light Pants
    -_092D38F34136CF78	ictals_2	Lor-Tissan Sleeves	\d	the	Lor-Tissan Sleeves	\d	the	Medium Quality Tryker Light Sleeves
    -_DA5EA11557723569	ictalv_2	Lor-Tissan Vest	a	the	Lor-Tissan Vests	\d	the	Medium Quality Tryker Light Vest
    -_22BBDA4B6187D48F	ictamb_2	Lor-Fabren Boots	\d	the	Lor-Fabren Boots	\d	the	Medium Quality Tryker Medium Boots
    -_0AB28FDFBD8861FF	ictamg_2	Lor-Fabren Gloves	\d	the	Lor-Fabren Gloves	\d	the	Medium Quality Tryker Medium Gloves
    -_A6BBD63DE577D08F	ictamp_2	Lor-Fabren Pants	\d	the	Lor-Fabren Pants	\d	the	Medium Quality Tryker Medium Pants
    -_030C58DE3570776C	ictams_2	Lor-Fabren Sleeves	\d	the	Lor-Fabren Sleeves	\d	the	Medium Quality Tryker Medium Sleeves
    -_17EB9212D378014F	ictamv_2	Lor-Fabren Vest	a	the	Lor-Fabren Vests	\d	the	Medium Quality Tryker Medium Vest
    -_8C8A20D58E2EFA94	ictm1bm_2	Lor-Tumbler Mace	a	the	Lor-Tumbler Maces	\d	the	One-handed Medium Quality Tryker Mace
    -_4F1D423F9E93B421	ictm1bs_2	Lor-Brok Staff	a	the	Lor-Brok Staffs	\d	the	One-handed Medium Quality Tryker Staff
    -_4318E1B63B4643DC	ictm1pd_2	Lor-Fyler Dagger	a	the	Lor-Fyler Daggers	\d	the	One-handed Medium Quality Tryker Dagger
    -_D84EDE780158F2A4	ictm1ps_2	Lor-Pyker Spear	a	the	Lor-Pyker Spears	\d	the	One-handed Medium Quality Tryker Spear
    -_B83AD76671F4B03D	ictm1sa_2	Lor-Lopper Axe	a	the	Lor-Lopper Swords Axes	\d	the	One-handed Medium Quality Tryker Axe
    -_BE1EE98DD2FF57EF	ictm1ss_2	Lor-Tanner Sword	a	the	Lor-Tanner Swords	\d	the	One-handed Medium Quality Tryker Sword
    -_B8833A5C0A0107C2	ictm2bm_2	Lor-Gaffer Mace	a	the	Lor-Gaffer Maces	\d	the	Two-handed Medium Quality Tryker Long Mace
    -_97ADF0C1AA059564	ictm2pp_2	Lor-Jak Pike	a	the	Lor-Jak Pikes	\d	the	Two-handed Medium Quality Tryker Pike
    -_F0BE930091BC9557	ictm2sa_2	Lor-Weld Axe	a	the	Lor-Weld Axes	\d	the	Two-handed Medium Quality Tryker Long Axe
    -_3CD256FC6D1306E5	ictm2ss_2	Lor-Flence Sword	a	the	Lor-Flence Swords	\d	the	Two-handed Medium Quality Tryker Long Sword
    -_C005E508DE04D5FD	ictr1b_2	Lor-Fletcher Bowpistol	a	the	Lor-Fletcher Bowpistols	\d	the	One-handed Medium Quality Tryker Bowpistol
    -_51446BE5C40E5DB9	ictr1p_2	Lor-Rade Pistol	a	the	Lor-Rade Pistols	\d	the	One-handed Medium Quality Tryker Pistol
    -_722D7A5A4A4DE44B	ictr2a_2	Lor-Rayler Autolauncher	a	the	Lor-Rayler Autolaunchers	\d	the	Two-handed Medium Quality Tryker Autolauncher
    -_47DA0AFD21AE80EB	ictr2b_2	Lor-Flunker Bowrifle	a	the	Lor-Flunker Bowrifles	\d	the	Two-handed Medium Quality Tryker Bowrifle
    -_14A0AC9458478FB3	ictr2l_2	Lor-Doomer Launcher	a	the	Lor-Doomer Launchers	\d	the	Two-handed Medium Quality Tryker Launcher
    -_860CC96AC7610AF4	ictr2r_2	Lor-Boomer Rifle	a	the	Lor-Boomer Rifles	\d	the	Two-handed Medium Quality Tryker Rifle
    -_9127035B1BA11DBB	iczacb_2	Li'Lin-Ko Boots	\d	the	Li'Lin-Ko Boots	\d	the	Medium Quality Zoraï Caster Boots
    -_E867A56D71B137FF	iczacg_2	Li'Lin-Ko Gloves	\d	the	Li'Lin-Ko Gloves	\d	the	Medium Quality Zoraï Caster Gloves
    -_CE283B5BDBC18DBA	iczacp_2	Li'Lin-Ko Pants	\d	the	Li'Lin-Ko Pants	\d	the	Medium Quality Zoraï Caster Pants
    -_8C10E23737744947	iczacs_2	Li'Lin-Ko Sleeves	\d	the	Li'Lin-Ko Sleeves	\d	the	Medium Quality Zoraï Caster Sleeves
    -_620F018BF2F3A161	iczacv_2	Li'Lin-Ko Vest	a	the	Li'Lin-Ko Vests	\d	the	Medium Quality Zoraï Caster Vest
    -_D677B77D856358A5	iczahb_2	Li'Tan-Ko Boots	\d	the	Li'Tan-Ko Boots	\d	the	Medium Quality Zoraï Heavy Boots
    -_34D95C06767F6304	iczahg_2	Li'Tan-Ko Gloves	\d	the	Li'Tan-Ko Gloves	\d	the	Medium Quality Zoraï Heavy Gloves
    -_D76FB96DE5C971D1	iczahh_2	Li'Tan-Ko Helmet	a	the	Li'Tan-Ko Helmets	\d	the	Medium Quality Zoraï Heavy Helmet
    -_53487F8B4583C8A4	iczahp_2	Li'Tan-Ko Pants	\d	the	Li'Tan-Ko Pants	\d	the	Medium Quality Zoraï Heavy Pants
    -_1E32863E3854AD77	iczahs_2	Li'Tan-Ko Sleeves	\d	the	Li'Tan-Ko Sleeves	\d	the	Medium Quality Zoraï Heavy Sleeves
    -_C35F4D9A7F4E1160	iczahv_2	Li'Tan-Ko Vest	a	the	Li'Tan-Ko Vests	\d	the	Medium Quality Zoraï Heavy Vest
    -_D2B7B76F87B220B7	iczalb_2	Li'Nin-Ka Boots	\d	the	Li'Nin-Ka Boots	\d	the	Medium Quality Zoraï Light Boots
    -_B2D95CFB71DF7306	iczalg_2	Li'Nin-Ka Gloves	\d	the	Li'Nin-Ka Gloves	\d	the	Medium Quality Zoraï Light Gloves
    -_4F887F7D47D290B6	iczalp_2	Li'Nin-Ka Pants	\d	the	Li'Nin-Ka Pants	\d	the	Medium Quality Zoraï Light Pants
    -_9CE26E3039947583	iczals_2	Li'Nin-Ka Sleeves	\d	the	Li'Nin-Ka Sleeves	\d	the	Medium Quality Zoraï Light Sleeves
    -_C2BF5D8C7FCEE55E	iczalv_2	Li'Nin-Ka Vest	a	the	Li'Nin-Ka Vests	\d	the	Medium Quality Zoraï Light Vest
    -_8FC7034DDAC2F1B6	iczamb_2	Li'Shaï-Don Boots	\d	the	Li'Shaï-Don Boots	\d	the	Medium Quality Zoraï Medium Boots
    -_02CC7C26D8757102	iczamg_2	Li'Shaï-Don Gloves	\d	the	Li'Shaï-Don Gloves	\d	the	Medium Quality Zoraï Medium Gloves
    -_CB5C8FE77603C10C	iczamp_2	Li'Shaï-Don Pants	\d	the	Li'Shaï-Don Pants	\d	the	Medium Quality Zoraï Medium Pants
    -_56BB19ADBC073D42	iczams_2	Li'Shaï-Don Sleeves	\d	the	Li'Shaï-Don Sleeves	\d	the	Medium Quality Zoraï Medium Sleeves
    -_ACB292D249998AAD	iczamv_2	Li'Shaï-Don Vest	a	the	Li'Shaï-Don Vests	\d	the	Medium Quality Zoraï Medium Vest
    -_B829E071A6353DB5	iczm1bm_2	Li'Nanka Mace	a	the	Li'Nanka Maces	\d	the	One-handed Medium Quality Zoraï Mace
    -_26AF6A96D385A954	iczm1bs_2	Li'Shopan Staff	a	the	Li'Shopan Staffs	\d	the	One-handed Medium Quality Zoraï Staff
    -_8948E05C730BC1D3	iczm1pd_2	Li'Lam Dagger	a	the	Li'Lam Daggers	\d	the	One-handed Medium Quality Zoraï Dagger
    -_E705B13826155F69	iczm1ps_2	Li'Katoo Spear	a	the	Li'Katoo Spears	\d	the	One-handed Medium Quality Zoraï Spear
    -_8AD4B48886A584DF	iczm1sa_2	Li'Chok Axe	a	the	Li'Chok Axes	\d	the	One-handed Medium Quality Zoraï Axe
    -_A8F541496CD43F7A	iczm1ss_2	Li'Kovan Sword	a	the	Li'Kovan Swords	\d	the	One-handed Medium Quality Zoraï Sword
    -_3B6F6DD2F93739BF	iczm2bm_2	Li'Kanka Mace	a	the	Li'Kanka Maces	\d	the	Two-handed Medium Quality Zoraï Long Mace
    -_DF9C7A9D806A252F	iczm2pp_2	Li'Pukatoo Pike	a	the	Li'Pukatoo Pikes	\d	the	Two-handed Medium Quality Zoraï Pike
    -_6A8D9AEBD2FDC395	iczm2sa_2	Li'Kra-Cho Axe	a	the	Li'Kra-Cho Axes	\d	the	Two-handed Medium Quality Zoraï Long Axe
    -_00E61B16D20F764C	iczm2ss_2	Li'Matchata Sword	a	the	Li'Matchata Swords	\d	the	Two-handed Medium Quality Zoraï Long Sword
    -_0F2BB617E6C0C686	iczr1b_2	Li'Zin-Kan Bowpistol	a	the	Li'Zin-Kan Bowpistols	\d	the	One-handed Medium Quality Zoraï Bowpistol
    -_34D9531443B2C794	iczr1p_2	Li'Tchaï Pistol	a	the	Li'Tchaïs Pistols	\d	the	One-handed Medium Quality Zoraï Pistol
    -_4AF1F9B9D34547DE	iczr2a_2	Li'Mo-Ka Autolauncher	a	the	Li'Mo-Ka Autolaunchers	\d	the	Two-handed Medium Quality Zoraï Autolauncher
    -_CBE2C532878B98C7	iczr2b_2	Li'Ma-Kam Bowrifle	a	the	Li'Ma-Kam Bowrifles	\d	the	Two-handed Medium Quality Zoraï Bowrifle
    -_814D0F8AE06A9A49	iczr2l_2	Li'Ba-Zoon Launcher	a	the	Li'Ba-Zoon Launchers	\d	the	Two-handed Medium Quality Zoraï Launcher
    -_6197AE357C0C77A1	iczr2r_2	Li'Shoy-Ton Rifle	a	the	Li'Shoy-Ton Rifles	\d	the	Two-handed Medium Quality Zoraï Rifle
    -_05279034E96815A8	icfacb_3	Drogyx Boots	\d	the	Drogyx Boots	\d	the	High Quality Fyros Caster Boots
    -_D1452DD50A23F7AB	icfacg_3	Drogyx Gloves	\d	the	Drogyx Gloves	\d	the	High Quality Fyros Caster Gloves
    -_C547C018F1684DA8	icfacp_3	Drogyx Pants	\d	the	Drogyx Pants	\d	the	High Quality Fyros Caster Pants
    -_43FBD28478112C7A	icfacs_3	Drogyx Sleeves	\d	the	Drogyx Sleeves	\d	the	High Quality Fyros Caster Sleeves
    -_E2A1D94863195392	icfacv_3	Drogyx Vest	a	the	Drogyx Vests	\d	the	High Quality Fyros Caster Vest
    -_CB73FD94C47644B4	icfahb_3	Kostomyx Boots	\d	the	Kostomyx Boots	\d	the	High Quality Fyros Heavy Boots
    -_786C28B2D3D774B4	icfahg_3	Kostomyx Gloves	\d	the	Kostomyx Gloves	\d	the	High Quality Fyros Heavy Gloves
    -_1D371A7A1A22153B	icfahh_3	Kostomyx Helmet	a	the	Kostomyx Helmets	\d	the	High Quality Fyros Heavy Helmet
    -_0F933594C46640B4	icfahp_3	Kostomyx Pants	\d	the	Kostomyx Pants	\d	the	High Quality Fyros Heavy Pants
    -_E3CD95A14C402E89	icfahs_3	Kostomyx Sleeves	\d	the	Kostomyx Sleeves	\d	the	High Quality Fyros Heavy Sleeves
    -_AB90187DBC811592	icfahv_3	Kostomyx Vest	a	the	Kostomyx Vests	\d	the	High Quality Fyros Heavy Vest
    -_1AF54024FBC7EFC2	icfalb_3	Hobenyx Boots	\d	the	Hobenyx Boots	\d	the	High Quality Fyros Light Boots
    -_5454D9AF32A55C9C	icfalg_3	Hobenyx Gloves	\d	the	Hobenyx Gloves	\d	the	High Quality Fyros Light Gloves
    -_57E64032FBC727C1	icfalp_3	Hobenyx Pants	\d	the	Hobenyx Pants	\d	the	High Quality Fyros Light Pants
    -_38D784E87DF7744A	icfals_3	Hobenyx Sleeves	\d	the	Hobenyx Sleeves	\d	the	High Quality Fyros Light Sleeves
    -_AB35A1E89F834039	icfalv_3	Hobenyx Vest	a	the	Hobenyx Vests	\d	the	High Quality Fyros Light Vest
    -_1AC7C9D0FB90EBC4	icfamb_3	Rilonyx Boots	\d	the	Rilonyx Boots	\d	the	High Quality Fyros High Boots
    -_1E50F4C7EED690CC	icfamg_3	Rilonyx Gloves	\d	the	Rilonyx Gloves	\d	the	High Quality Fyros High Gloves
    -_9F3711E8FB9023CE	icfamp_3	Rilonyx Pants	\d	the	Rilonyx Pants	\d	the	High Quality Fyros High Pants
    -_BF66B0EEBB28697E	icfams_3	Rilonyx Sleeves	\d	the	Rilonyx Sleeves	\d	the	High Quality Fyros High Sleeves
    -_EF56AD328A8340C6	icfamv_3	Rilonyx Vest	a	the	Rilonyx Vests	\d	the	High Quality Fyros High Vest
    -_8206D96E2FF36D1E	icfm1bm_3	Massonyx Mace	a	the	Massonyx Maces	\d	the	One-handed High Quality Fyros Mace
    -_242D59283356951C	icfm1bs_3	Talusyx Staff	a	the	Talusyx Staffs	\d	the	One-handed High Quality Fyros Staff
    -_DFE740E144382563	icfm1pd_3	Jabyx Dagger	a	the	Jabyx Daggers	\d	the	One-handed High Quality Fyros Dagger
    -_2B1D45243396AD17	icfm1ps_3	Kronkyx Spear	a	the	Kronkyx Spears	\d	the	One-handed High Quality Fyros Spear
    -_EB5C39A85E418D43	icfm1sa_3	Clevenyx Axe	a	the	Clevenyx Axes	\d	the	One-handed High Quality Fyros Axe
    -_E5207CD03494752F	icfm1ss_3	Blamyx Sword	a	the	Blamyx Swords	\d	the	One-handed High Quality Fyros Sword
    -_86E902221BE56D03	icfm2bm_3	Hampyx Mace	a	the	Hampyx Maces	\d	the	Two-handed High Quality Fyros Long Mace
    -_49A9057670648925	icfm2pp_3	Punnelyx Pike	a	the	Punnelyx Pikes	\d	the	Two-handed High Quality Fyros Pike
    -_AB0B6AD3E6BA71E5	icfm2sa_3	Retchyx Axe	a	the	Retchyx Axes	\d	the	Two-handed High Quality Fyros Long Axe
    -_5F8CE6258337CBFC	icfm2ss_3	Stavonyx Sword	a	the	Stavonyx Swords	\d	the	Two-handed High Quality Fyros Long Sword
    -_F101D18EBE9D0AF1	icfr1b_3	Koltonyx Bowpistol	a	the	Koltonyx Bowpistols	\d	the	One-handed High Quality Fyros Bowpistol
    -_1029F3FDC0357D7F	icfr1p_3	Rimelyx Pistol	a	the	Rimelyx Pistols	\d	the	One-handed High Quality Fyros Pistol
    -_25F2A0CCD45ACBC6	icfr2a_3	Fraseryx Autolauncher	a	the	Fraseryx Autolaunchers	\d	the	Two-handed High Quality Fyros Autolauncher
    -_AE30D458F0F1E2DD	icfr2b_3	Strabusyx Bowrifle	a	the	Strabusyx Bowrifles	\d	the	Two-handed High Quality Fyros Bowrifle
    -_53CEF30591FB9539	icfr2l_3	Brazeryx Launcher	a	the	Brazeryx Launchers	\d	the	Two-handed High Quality Fyros Launcher
    -_AB186DF674F5D0E8	icfr2r_3	Strammelyx Rifle	a	the	Strammelyx Rifles	\d	the	Two-handed High Quality Fyros Rifle
    -_6F06477554CA0144	icmacb_3	Kara Vestini Boots	\d	the	Kara Vestini Boots	\d	the	High Quality Matis Caster Boots
    -_B794DD5DDEF93AC6	icmacg_3	Kara Vestini Gloves	\d	the	Kara Vestini Gloves	\d	the	High Quality Matis Caster Gloves
    -_F3064775D40AA536	icmacp_3	Kara Vestini Pants	\d	the	Kara Vestini Pants	\d	the	High Quality Matis Caster Pants
    -_35B3CE168E128F2E	icmacs_3	Kara Vestini Sleeves	\d	the	Kara Vestini Sleeves	\d	the	High Quality Matis Caster Sleeves
    -_6EFBBC1878D5823F	icmacv_3	Kara Vestini Vest	a	the	Kara Vestini Vests	\d	the	High Quality Matis Caster Vest
    -_9779399ABBC58D97	icmahb_3	Kara Parok Boots	\d	the	Kara Parok Boots	\d	the	High Quality Matis Heavy Boots
    -_A9186CF1ADDAC0C8	icmahg_3	Kara Parok Gloves	\d	the	Kara Parok Gloves	\d	the	High Quality Matis Heavy Gloves
    -_31F32968DA14A689	icmahh_3	Kara Parok Helmet	a	the	Kara Parok Helmets	\d	the	High Quality Matis Heavy Helmet
    -_1B69FD9A3FC5C189	icmahp_3	Kara Parok Pants	\d	the	Kara Parok Pants	\d	the	High Quality Matis Heavy Pants
    -_9D5EC703D55879BA	icmahs_3	Kara Parok Sleeves	\d	the	Kara Parok Sleeves	\d	the	High Quality Matis Heavy Sleeves
    -_0E542ABA46AF006D	icmahv_3	Kara Parok Vest	a	the	Kara Parok Vests	\d	the	High Quality Matis Heavy Vest
    -_9EBB1BF07D55802A	icmalb_3	Kara Wiva Boots	\d	the	Kara Wiva Boots	\d	the	High Quality Matis Light Boots
    -_A4BA389147764185	icmalg_3	Kara Wiva Gloves	\d	the	Kara Wiva Gloves	\d	the	High Quality Matis Light Gloves
    -_1B9C1BEFBA56F029	icmalp_3	Kara Wiva Pants	\d	the	Kara Wiva Pants	\d	the	High Quality Matis Light Pants
    -_F5DC2376741778C3	icmals_3	Kara Wiva Sleeves	\d	the	Kara Wiva Sleeves	\d	the	High Quality Matis Light Sleeves
    -_54A5E876DFEF9104	icmalv_3	Kara Wiva Vest	a	the	Kara Wiva Vests	\d	the	High Quality Matis Light Vest
    -_9E8417F17D2709D7	icmamb_3	Kara Striva Boots	\d	the	Kara Striva Boots	\d	the	High Quality Matis Medium Boots
    -_1C54594199DA7DD0	icmamg_3	Kara Striva Gloves	\d	the	Kara Striva Gloves	\d	the	High Quality Matis Medium Gloves
    -_231EE96B6245A4C5	icmamp_3	Kara Striva Pants	\d	the	Kara Striva Pants	\d	the	High Quality Matis Medium Pants
    -_B15E195DE18E966D	icmams_3	Kara Striva Sleeves	\d	the	Kara Striva Sleeves	\d	the	High Quality Matis Medium Sleeves
    -_710D4A67BB2901B3	icmamv_3	Kara Striva Vest	a	the	Kara Striva Vests	\d	the	High Quality Matis Medium Vest
    -_6FE4210C607B4070	icmm1bm_3	Kara Bristo Mace	a	the	Kara Bristo Maces	\d	the	One-handed High Quality Matis Mace
    -_3163B234224C159D	icmm1bs_3	Kara Battoni Staff	a	the	Kara Battoni Staffs	\d	the	One-handed High Quality Matis Staff
    -_1834BA283B8A3A88	icmm1pd_3	Kara Limmel Dagger	a	the	Kara Limmel Daggers	\d	the	One-handed High Quality Matis Dagger
    -_59FFCECB613E28A4	icmm1ps_3	Kara Palor Spear	a	the	Kara Palor Spears	\d	the	One-handed High Quality Matis Spear
    -_92FDBDCE6E7A4469	icmm1sa_3	Kara Haque Axe	a	the	Kara Haque Axes	\d	the	One-handed High Quality Matis Axe
    -_9E6CE6D429BCECC2	icmm1ss_3	Kara Klyde Sword	a	the	Kara Klyde Swords	\d	the	One-handed High Quality Matis Sword
    -_7A91EA1F6B89EF02	icmm2bm_3	Kara Gondo Mace	a	the	Kara Gondo Maces	\d	the	Two-handed High Quality Matis Long Mace
    -_9979EDC2BCAE4CA6	icmm2pp_3	Kara Krop Pike	a	the	Kara Krop Pikes	\d	the	Two-handed High Quality Matis Pike
    -_4F7D7E4781BCE182	icmm2sa_3	Kara Klout Axe	a	the	Kara Klout Axes	\d	the	Two-handed High Quality Matis Long Axe
    -_15371EC68963B545	icmm2ss_3	Kara Slathe Sword	a	the	Kara Slathe Swords	\d	the	Two-handed High Quality Matis Long Sword
    -_A4B25E816E84278C	icmr1b_3	Kara Riva Bowpistol	a	the	Kara Riva Bowpistols	\d	the	One-handed High Quality Matis Bowpistol
    -_FE8DBC1223516638	icmr1p_3	Kara Maka Pistol	a	the	Kara Maka Pistols	\d	the	One-handed High Quality Matis Pistol
    -_2F322D2B876C9132	icmr2a_3	Kara Morikov Autolauncher	a	the	Kara Morikov Autolaunchers	\d	the	Two-handed High Quality Matis Autolauncher
    -_F3EE7859ED856F7B	icmr2b_3	Kara Polta Bowrifle	a	the	Kara Polta Bowrifles	\d	the	Two-handed High Quality Matis Bowrifle
    -_7C61244E2223AF57	icmr2l_3	Kara Vulca Launcher	a	the	Kara Vulca Launchers	\d	the	Two-handed High Quality Matis Launcher
    -_F959D32DB394B1AB	icmr2r_3	Kara Stylone Rifle	a	the	Kara Stylone Rifles	\d	the	Two-handed High Quality Matis Rifle
    -_8196CBC84C15FCFA	ictacb_3	Ry-Lithen Boots	\d	the	Ry-Lithen Boots	\d	the	High Quality Tryker Caster Boots
    -_0F82240B6BB791E4	ictacg_3	Ry-Lithen Gloves	\d	the	Ry-Lithen Gloves	\d	the	High Quality Tryker Caster Gloves
    -_FE6793D60C356CF9	ictacp_3	Ry-Lithen Pants	\d	the	Ry-Lithen Pants	\d	the	High Quality Tryker Caster Pants
    -_F1125A7DE588C0B4	ictacs_3	Ry-Lithen Sleeves	\d	the	Ry-Lithen Sleeves	\d	the	High Quality Tryker Caster Sleeves
    -_560BD5549144E946	ictacv_3	Ry-Lithen Vest	a	the	Ry-Lithen Vests	\d	the	High Quality Tryker Caster Vest
    -_FDC7DFF154714886	ictahb_3	Ry-Tashok Boots	\d	the	Ry-Tashok Boots	\d	the	High Quality Tryker Heavy Boots
    -_95D4BDAE18B801E9	ictahg_3	Ry-Tashok Gloves	\d	the	Ry-Tashok Gloves	\d	the	High Quality Tryker Heavy Gloves
    -_F067A4ECFB973959	ictahh_3	Ry-Tashok Helmet	a	the	Ry-Tashok Helmets	\d	the	High Quality Tryker Heavy Helmet
    -_7AA8DBE39891B885	ictahp_3	Ry-Tashok Pants	\d	the	Ry-Tashok Pants	\d	the	High Quality Tryker Heavy Pants
    -_BFA6C27327C8A8D4	ictahs_3	Ry-Tashok Sleeves	\d	the	Ry-Tashok Sleeves	\d	the	High Quality Tryker Heavy Sleeves
    -_D87311649627BC57	ictahv_3	Ry-Tashok Vest	a	the	Ry-Tashok Vests	\d	the	High Quality Tryker Heavy Vest
    -_3F271BF4D3223484	ictalb_3	Ry-Tissan Boots	\d	the	Ry-Tissan Boots	\d	the	High Quality Tryker Light Boots
    -_1385BDB9548819FC	ictalg_3	Ry-Tissan Gloves	\d	the	Ry-Tissan Gloves	\d	the	High Quality Tryker Light Gloves
    -_BC0817E61742A483	ictalp_3	Ry-Tissan Pants	\d	the	Ry-Tissan Pants	\d	the	High Quality Tryker Light Pants
    -_81A6CE6825B9C4D2	ictals_3	Ry-Tissan Sleeves	\d	the	Ry-Tissan Sleeves	\d	the	High Quality Tryker Light Sleeves
    -_5503E9761358BC5E	ictalv_3	Ry-Tissan Vest	a	the	Ry-Tissan Vests	\d	the	High Quality Tryker Light Vest
    -_4897A1D1C35CDA59	ictamb_3	Ry-Fabren Boots	\d	the	Ry-Fabren Boots	\d	the	High Quality Tryker High Boots
    -_51A50DD8BC410DE4	ictamg_3	Ry-Fabren Gloves	\d	the	Ry-Fabren Gloves	\d	the	High Quality Tryker High Gloves
    -_5C381BE25A540F7C	ictamp_3	Ry-Fabren Pants	\d	the	Ry-Fabren Pants	\d	the	High Quality Tryker High Pants
    -_04C89068E2BA70C8	ictams_3	Ry-Fabren Sleeves	\d	the	Ry-Fabren Sleeves	\d	the	High Quality Tryker High Sleeves
    -_D103287253B91903	ictamv_3	Ry-Fabren Vest	a	the	Ry-Fabren Vests	\d	the	High Quality Tryker High Vest
    -_65ED75BB2837286B	ictm1bm_3	Ry-Tumbler Mace	a	the	Ry-Tumbler Maces	\d	the	One-handed High Quality Tryker Mace
    -_F3C934712CD6110B	ictm1bs_3	Ry-Brok Staff	a	the	Ry-Brok Staffs	\d	the	One-handed High Quality Tryker Staff
    -_798109E1F9C41B85	ictm1pd_3	Ry-Fyler Dagger	a	the	Ry-Fyler Daggers	\d	the	One-handed High Quality Tryker Dagger
    -_4CCC11CDEAF88561	ictm1ps_3	Ry-Pyker Spear	a	the	Ry-Pyker Spears	\d	the	One-handed High Quality Tryker Spear
    -_F4E930BB6FB6546D	ictm1sa_3	Ry-Lopper Axe	a	the	Ry-Lopper Axes	\d	the	One-handed High Quality Tryker Axe
    -_2F7976D7BAC570A2	ictm1ss_3	Ry-Tanner Sword	a	the	Ry-Tanner Swords	\d	the	One-handed High Quality Tryker Sword
    -_DBFEAF0A8F224CA7	ictm2bm_3	Ry-Gaffer Mace	a	the	Ry-Gaffer Maces	\d	the	Two-handed High Quality Tryker Long Mace
    -_C4A3E85C0B50DC3E	ictm2pp_3	Ry-Jak Pike	a	the	Ry-Jak Pikes	\d	the	Two-handed High Quality Tryker Pike
    -_35D844C12BD47796	ictm2sa_3	Ry-Weld Axe	a	the	Ry-Weld Axes	\d	the	Two-handed High Quality Tryker Long Axe
    -_8BAE0DD6F6FA49F7	ictm2ss_3	Ry-Flence Sword	a	the	Ry-Flence Swords	\d	the	Two-handed High Quality Tryker Long Sword
    -_F99B0891A47B1B20	ictr1b_3	Ry-Fletcher Bowpistol	a	the	Ry-Fletcher Bowpistols	\d	the	One-handed High Quality Tryker Bowpistol
    -_F50D05F21FB698BA	ictr1p_3	Ry-Rade Pistol	a	the	Ry-Rade Pistols	\d	the	One-handed High Quality Tryker Pistol
    -_91A0CB7AE55203B0	ictr2a_3	Ry-Rayler Autolauncher	a	the	Ry-Rayler Autolaunchers	\d	the	Two-handed High Quality Tryker Autolauncher
    -_10EDB77F2DC6FBBF	ictr2b_3	Ry-Flunker Bowrifle	a	the	Ry-Flunker Bowrifles	\d	the	Two-handed High Quality Tryker Bowrifle
    -_8E5452640B0B497E	ictr2l_3	Ry-Doomer Launcher	a	the	Ry-Doomer Launchers	\d	the	Two-handed High Quality Tryker Launcher
    -_AD3AF91A17EADC5D	ictr2r_3	Ry-Boomer Rifle	a	the	Ry-Boomer Rifles	\d	the	Two-handed High Quality Tryker Rifle
    -_02C82E1BC1E4D867	iczacb_3	Zo'Lin-Ko Boots	\d	the	Zo'Lin-Ko Boots	\d	the	High Quality Zoraï Caster Boots
    -_D852384CD123050C	iczacg_3	Zo'Lin-Ko Gloves	\d	the	Zo'Lin-Ko Gloves	\d	the	High Quality Zoraï Caster Gloves
    -_7FA92A0D05044866	iczacp_3	Zo'Lin-Ko Pants	\d	the	Zo'Lin-Ko Pants	\d	the	High Quality Zoraï Caster Pants
    -_5AFD765FA8B428F6	iczacs_3	Zo'Lin-Ko Sleeves	\d	the	Zo'Lin-Ko Sleeves	\d	the	High Quality Zoraï Caster Sleeves
    -_4D33294E1CCEB243	iczacv_3	Zo'Lin-Ko Vest	a	the	Zo'Lin-Ko Vests	\d	the	High Quality Zoraï Caster Vest
    -_A89752200A878F78	iczahb_3	Zo'Tan-Ko Boots	\d	the	Zo'Tan-Ko Boots	\d	the	High Quality Zoraï Heavy Boots
    -_9DD2CC6B3F2D45E6	iczahg_3	Zo'Tan-Ko Gloves	\d	the	Zo'Tan-Ko Gloves	\d	the	High Quality Zoraï Heavy Gloves
    -_BB603395DC94E583	iczahh_3	Zo'Tan-Ko Helmet	a	the	Zo'Tan-Ko Helmets	\d	the	High Quality Zoraï Heavy Helmet
    -_2578521F4788FF77	iczahp_3	Zo'Tan-Ko Pants	\d	the	Zo'Tan-Ko Pants	\d	the	High Quality Zoraï Heavy Pants
    -_A3304089E4A438F1	iczahs_3	Zo'Tan-Ko Sleeves	\d	the	Zo'Tan-Ko Sleeves	\d	the	High Quality Zoraï Heavy Sleeves
    -_54531053E13FABEE	iczahv_3	Zo'Tan-Ko Vest	a	the	Zo'Tan-Ko Vests	\d	the	High Quality Zoraï Heavy Vest
    -_20F762160C268F7F	iczalb_3	Zo'Nin-Ka Boots	\d	the	Zo'Nin-Ka Boots	\d	the	High Quality Zoraï Light Boots
    -_1C12CC65BDDD0DEA	iczalg_3	Zo'Nin-Ka Gloves	\d	the	Zo'Nin-Ka Gloves	\d	the	High Quality Zoraï Light Gloves
    -_9DD862154927FF7E	iczalp_3	Zo'Nin-Ka Pants	\d	the	Zo'Nin-Ka Pants	\d	the	High Quality Zoraï Light Pants
    -_2130607061041001	iczals_3	Zo'Nin-Ka Sleeves	\d	the	Zo'Nin-Ka Sleeves	\d	the	High Quality Zoraï Light Sleeves
    -_91922849E2BF93FA	iczalv_3	Zo'Nin-Ka Vest	a	the	Zo'Nin-Ka Vests	\d	the	High Quality Zoraï Light Vest
    -_FD729665044C04BA	iczamb_3	Zo'Shaï-Don Boots	\d	the	Zo'Shaï-Don Boots	\d	the	High Quality Zoraï Medium Boots
    -_1AA4751A0932A00F	iczamg_3	Zo'Shaï-Don Gloves	\d	the	Zo'Shaï-Don Gloves	\d	the	High Quality Zoraï Medium Gloves
    -_7DB20665043C04C8	iczamp_3	Zo'Shaï-Don Pants	\d	the	Zo'Shaï-Don Pants	\d	the	High Quality Zoraï Medium Pants
    -_C23A3C6E13B79CC1	iczams_3	Zo'Shaï-Don Sleeves	\d	the	Zo'Shaï-Don Sleeves	\d	the	High Quality Zoraï Medium Sleeves
    -_9CB090B165DB8905	iczamv_3	Zo'Shaï-Don Vest	a	the	Zo'Shaï-Don Vests	\d	the	High Quality Zoraï Medium Vest
    -_621977DF18CC387A	iczm1bm_3	Zo'Nanka Mace	a	the	Zo'Nanka Maces	\d	the	One-handed High Quality Zoraï Mace
    -_984099C477B36CD5	iczm1bs_3	Zo'Shopan Staff	a	the	Zo'Shopan Staffs	\d	the	One-handed High Quality Zoraï Staff
    -_B30877C1494C7DF9	iczm1pd_3	Zo'Lam Dagger	a	the	Zo'Lam Daggers	\d	the	One-handed High Quality Zoraï Dagger
    -_148D105D48D9F14D	iczm1ps_3	Zo'Katoo Spear	a	the	Zo'Katoo Spears	\d	the	One-handed High Quality Zoraï Spear
    -_FCCB945A90343F40	iczm1sa_3	Zo'Chok Axe	a	the	Zo'Chok Axes	\d	the	One-handed High Quality Zoraï Axe
    -_967DA06FCAA7BD61	iczm1ss_3	Zo'Kovan Sword	a	the	Zo'Kovan Swords	\d	the	One-handed High Quality Zoraï Sword
    -_E2C9AF43F0E26199	iczm2bm_3	Zo'Kanka Mace	a	the	Zo'Kanka Maces	\d	the	Two-handed High Quality Zoraï Long Mace
    -_5193AD5BA768BCAD	iczm2pp_3	Zo'Pukatoo Pike	a	the	Zo'Pukatoo Pikes	\d	the	Two-handed High Quality Zoraï Pike
    -_FD1D89CD439C3582	iczm2sa_3	Zo'Kra-Cho Axe	a	the	Zo'Kra-Cho Axes	\d	the	Two-handed High Quality Zoraï Long Axe
    -_0D8EBE7ECCFCB626	iczm2ss_3	Zo'Matchata Sword	a	the	Zo'Matchata Swords	\d	the	Two-handed High Quality Zoraï Long Sword
    -_349A4ED889242C4C	iczr1b_3	Zo'Zin-Kan Bowpistol	a	the	Zo'Zin-Kan Bowpistols	\d	the	One-handed High Quality Zoraï Bowpistol
    -_029E98D4F6DCAD18	iczr1p_3	Zo'Tchaï Pistol	a	the	Zo'Tchaï Pistols	\d	the	One-handed High Quality Zoraï Pistol
    -_F9DA316DA7B29142	iczr2a_3	Zo'Mo-Ka Autolauncher	a	the	Zo'Mo-Ka Autolaunchers	\d	the	Two-handed High Quality Zoraï Autolauncher
    -_49E6B2096BEA006E	iczr2b_3	Zo'Ma-Kam Bowrifle	a	the	Zo'Ma-Kam Bowrifles	\d	the	Two-handed High Quality Zoraï Bowrifle
    -_048B557C2883526F	iczr2l_3	Zo'Ba-Zoon Launcher	a	the	Zo'Ba-Zoon Launchers	\d	the	Two-handed High Quality Zoraï Launcher
    -_2B102AE319094019	iczr2r_3	Zo'Shoy-Ton Rifle	a	the	Zo'Shoy-Ton Rifles	\d	the	Two-handed High Quality Zoraï Rifle
    -_2FE34B7B6D7680C2	icfsb_2	Blokus Buckler	a	the	Blokus Bucklers	\d	the	Medium Quality Fyros Buckler
    -_6F87D9665FC98E65	icfss_2	Stokus Shield	a	the	Stokus Shields	\d	the	Medium Quality Fyros Shield
    -_B58C9EDE6B5EDD30	icmsb_2	Modi Wod Buckler	a	the	Modi Wod Bucklers	\d	the	Medium Quality Matis Buckler
    -_736A152053F38DF5	icmss_2	Modi Takod Shield	a	the	Modi Takod Shields	\d	the	Medium Quality Matis Shield
    -_E88B968E83E8827B	ictsb_2	Lor-Stilten Buckler	a	the	Lor-Stilten Bucklers	\d	the	Medium Quality Tryker Buckler
    -_40799949B64A6201	ictss_2	Lor-Parper Shield	a	the	Lor-Parper Shields	\d	the	Medium Quality Tryker Shield
    -_E40CB502BE8DFC46	iczsb_2	Li'Kastu Buckler	a	the	Li'Kastu Bucklers	\d	the	Medium Quality Zoraï Buckler
    -_04ACF5D015A9B79B	iczss_2	Li'Pakmon Shield	a	the	Li'Pakmon Shields	\d	the	Medium Quality Zoraï Shield
    -_A937DD4D588DEADA	icfsb_3	Blokyx Buckler	a	the	Blokyx Bucklers	\d	the	High Quality Fyros Buckler
    -_469175A549461D5D	icfss_3	Stokyx Shield	a	the	Stokyx Shields	\d	the	High Quality Fyros Shield
    -_10D31AC4FBB679CE	icmsb_3	Kara Wod Buckler	a	the	Kara Wod Bucklers	\d	the	High Quality Matis Buckler
    -_1A7935A544CE1151	icmss_3	Kara Takod Shield	a	the	Kara Takod Shields	\d	the	High Quality Matis Shield
    -_4C0E5C2A891EDEFD	ictsb_3	Ry-Stilten Buckler	a	the	Ry-Stilten Bucklers	\d	the	High Quality Tryker Buckler
    -_5728F5DC62A32B3C	ictss_3	Ry-Parper Shield	a	the	Ry-Parper Shields	\d	the	High Quality Tryker Shield
    -_2453F3E68E4594F8	iczsb_3	Zo'Kastu Buckler	a	the	Zo'Kastu Bucklers	\d	the	High Quality Zoraï Buckler
    -_24036AB963D22340	iczss_3	Zo'Pakmon Shield	a	the	Zo'Pakmon Shields	\d	the	High Quality Zoraï Shield
    -_1A54E651EDEFC1EC	iccm2ms	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_5FA7AB2CAABB7E46	icfm2ms	Fyros Magic Amplifier	a	the	Fyros Magic Amplifiers	\d	the	
    -_3B24E7331155BD22	icfm2ms_2	Medium Quality Fyros Magic Amplifier	a	the	Medium Quality Fyros Magic Amplifiers	\d	the	
    -_A943A133EE1B8410	icfm2ms_3	High Quality Fyros Magic Amplifier	a	the	High Quality Fyros Magic Amplifiers	\d	the	
    -_DED7531B6CBB7E46	icmm2ms	Matis Magic Amplifier	a	the	Matis Magic Amplifiers	\d	the	
    -_39D427411155BD22	icmm2ms_2	Medium Quality Matis Magic Amplifier	a	the	Medium Quality Matis Magic Amplifiers	\d	the	
    -_A9B3893567AB2417	icmm2ms_3	High Quality Matis Magic Amplifier	a	the	High Quality Matis Magic Amplifiers	\d	the	
    -_6652D841E1BB198E	ictm2ms	Tryker Magic Amplifier	a	the	Tryker Magic Amplifiers	\d	the	
    -_9DFAA4E66B92E6F5	ictm2ms_2	Medium Quality Tryker Magic Amplifier	a	the	Medium Quality Tryker Magic Amplifiers	\d	the	
    -_9040323005D3E972	ictm2ms_3	High Quality Tryker Magic Amplifier	a	the	High Quality Tryker Magic Amplifiers	\d	the	
    -_FB088336AFBB7EC2	iczm2ms	Zoraï Magic Amplifier	a	the	Zoraï Magic Amplifiers	\d	the	
    -_3565975B1155BD1A	iczm2ms_2	Medium Quality Zoraï Magic Amplifier	a	the	Medium Quality Zoraï Magic Amplifiers	\d	the	
    -_A94B69AFE85C5C24	iczm2ms_3	High Quality Zoraï Magic Amplifier	a	the	High Quality Zoraï Magic Amplifiers	\d	the	
    -_58D035556193AB14	m0001dxacb01	Bundle of Basic Abhaya Wood	a	the	Bundles of Basic Abhaya Wood	\d	the	
    -_C7A3E96BEB761804	m0001dxacc01	Bundle of Fine Abhaya Wood	a	the	Bundles of Fine Abhaya Wood	\d	the	
    -_0A5ECF189D5FCD54	m0001dxadd01	Bundle of Choice Desert Abhaya Wood	a	the	Bundles of Choice Desert Abhaya Wood	\d	the	
    -_D78A9A455ED2D982	m0001dxade01	Bundle of Excellent Desert Abhaya Wood	a	the	Bundles of Excellent Desert Abhaya Wood	\d	the	
    -_BAF27BF4CBF60867	m0001dxadf01	Bundle of Supreme Desert Abhaya Wood	a	the	Bundles of Supreme Desert Abhaya Wood	\d	the	
    -_0A5ED71A1D9FDD54	m0001dxafd01	Bundle of Choice Forest Abhaya Wood	a	the	Bundles of Choice Forest Abhaya Wood	\d	the	
    -_577AC2499ED2D58D	m0001dxafe01	Bundle of Excellent Forest Abhaya Wood	a	the	Bundles of Excellent Forest Abhaya Wood	\d	the	
    -_FA0277FFCD160867	m0001dxaff01	Bundle of Supreme Forest Abhaya Wood	a	the	Bundles of Supreme Forest Abhaya Wood	\d	the	
    -_0A7C9F221B61FD54	m0001dxajd01	Bundle of Choice Jungle Abhaya Wood	a	the	Bundles of Choice Jungle Abhaya Wood	\d	the	
    -_D839DA42DDF2898C	m0001dxaje01	Bundle of Excellent Jungle Abhaya Wood	a	the	Bundles of Excellent Jungle Abhaya Wood	\d	the	
    -_75B16F0550560858	m0001dxajf01	Bundle of Supreme Jungle Abhaya Wood	a	the	Bundles of Supreme Jungle Abhaya Wood	\d	the	
    -_2AD309D1EA393AAE	m0001dxald01	Bundle of Choice Lakes Abhaya Wood	a	the	Bundles of Choice Lakes Abhaya Wood	\d	the	
    -_B6E06386C4FC4157	m0001dxale01	Bundle of Excellent Lakes Abhaya Wood	a	the	Bundles of Excellent Lakes Abhaya Wood	\d	the	
    -_7BCF5353A1E2FD89	m0001dxalf01	Bundle of Supreme Lakes Abhaya Wood	a	the	Bundles of Supreme Lakes Abhaya Wood	\d	the	
    -_3CF6B7208F6D5746	m0001dxapd01	Bundle of Choice Prime Root Abhaya Wood	a	the	Bundles of Choice Prime Root Abhaya Wood	\d	the	
    -_EF9BE112BEBB675C	m0001dxape01	Bundle of Excellent Prime Root Abhaya Wood	a	the	Bundles of Excellent Prime Root Abhaya Wood	\d	the	
    -_56CDD0A31577B139	m0001dxapf01	Bundle of Supreme Prime Root Abhaya Wood	a	the	Bundles of Supreme Prime Root Abhaya Wood	\d	the	
    -_990064EC91DED768	m0006dxacb01	Basic Anete Fiber	some	the	Basic Anete Fibers	\d	the	
    -_D715CA70FD5562A5	m0006dxacc01	Fine Anete Fiber	some	the	Fine Anete Fibers	\d	the	
    -_BB0496D5C908A934	m0006dxadd01	Choice Desert Anete Fiber	some	the	Choice Desert Anete Fibers	\d	the	
    -_EA84D9D2CF7AA096	m0006dxade01	Excellent Desert Anete Fiber	some	the	Excellent Desert Anete Fibers	\d	the	
    -_1D120CE5726D05C8	m0006dxadf01	Supreme Desert Anete Fiber	some	the	Supreme Desert Anete Fibers	\d	the	
    -_BB0496D74908A148	m0006dxafd01	Choice Forest Anete Fiber	some	the	Choice Forest Anete Fibers	\d	the	
    -_AA34E1D3519AA496	m0006dxafe01	Excellent Forest Anete Fiber	some	the	Excellent Forest Anete Fibers	\d	the	
    -_1D1210E832FD35CA	m0006dxaff01	Supreme Forest Anete Fiber	some	the	Supreme Forest Anete Fibers	\d	the	
    -_BD0496BDC7488154	m0006dxajd01	Choice Jungle Anete Fiber	some	the	Choice Jungle Anete Fibers	\d	the	
    -_E524F9D3D3E98898	m0006dxaje01	Excellent Jungle Anete Fiber	some	the	Excellent Jungle Anete Fibers	\d	the	
    -_1D21B8E7B11D5DCE	m0006dxajf01	Supreme Jungle Anete Fiber	some	the	Supreme Jungle Anete Fibers	\d	the	
    -_7A6C983E7EFDDE2D	m0006dxald01	Choice Lakes Anete Fiber	some	the	Choice Lakes Anete Fibers	\d	the	
    -_B011C8DC21058438	m0006dxale01	Excellent Lakes Anete Fiber	some	the	Excellent Lakes Anete Fibers	\d	the	
    -_356D204BF253CC6B	m0006dxalf01	Supreme Lakes Anete Fiber	some	the	Supreme Lakes Anete Fibers	\d	the	
    -_5150380B69A84964	m0006dxapd01	Choice Prime Root Anete Fiber	some	the	Choice Prime Root Anete Fibers	\d	the	
    -_EBA9622B2B0EAD08	m0006dxape01	Excellent Prime Root Anete Fiber	some	the	Excellent Prime Root Anete Fibers	\d	the	
    -_477E584737582657	m0006dxapf01	Supreme Prime Root Anete Fiber	some	the	Supreme Prime Root Anete Fibers	\d	the	
    -_5643D9B18BA0CFE7	m0009chaca01	Fragment of Basic Arma Spine	a	the	Fragments of Basic Arma Spine	\d	the	
    -_CCBF17CCC7D8D143	m0009chacb01	Fragment of Fine Arma Spine	a	the	Fragments of Fine Arma Spine	\d	the	
    -_93A1A2BB267852F9	m0009chafd01	Fragment of Excellent Forest Arma Spine	a	the	Fragments of Excellent Forest Arma Spine	\d	the	
    -_49CE8F7825F8F9B8	m0009chajc01	Fragment of Choice Jungle Arma Spine	a	the	Fragments of Choice Jungle Arma Spine	\d	the	
    -_5170AABBE4475AF5	m0009chajd01	Fragment of Excellent Jungle Arma Spine	a	the	Fragments of Excellent Jungle Arma Spine	\d	the	
    -_81B12D9182CA2F1A	m0009chald01	Fragment of Excellent Lakes Arma Spine	a	the	Fragments of Excellent Lakes Arma Spine	\d	the	
    -_046D8D87D7843B0D	m0009chale01	Fragment of Supreme Lakes Arma Spine	a	the	Fragments of Supreme Lakes Arma Spine	\d	the	
    -_D3D52941931C448F	m0009chapc01	Fragment of Choice Prime Root Arma Spine	a	the	Fragments of Choice Prime Root Arma Spine	\d	the	
    -_3E5511630D309DED	m0009chapd01	Fragment of Excellent Prime Root Arma Spine	a	the	Fragments of Excellent Prime Root Arma Spine	\d	the	
    -_65733CEA0B95098D	m0009chape01	Fragment of Supreme Prime Root Arma Spine	a	the	Fragments of Supreme Prime Root Arma Spine	\d	the	
    -_DBA9FDB7C9EB5146	m0014dxacb01	Handful of Basic Beckers Bark	a	the	Handfuls of Basic Beckers Bark	\d	the	
    -_733855E74B841D17	m0014dxacc01	Handful of Fine Beckers Bark	a	the	Handfuls of Fine Beckers Bark	\d	the	
    -_507723766A85A21D	m0014dxadd01	Handful of Choice Desert Beckers Bark	a	the	Handfuls of Choice Desert Beckers Bark	\d	the	
    -_594BD0704A05EFE1	m0014dxade01	Handful of Excellent Desert Beckers Bark	a	the	Handfuls of Excellent Desert Beckers Bark	\d	the	
    -_D500B95FE7696ACC	m0014dxadf01	Handful of Supreme Desert Beckers Bark	a	the	Handfuls of Supreme Desert Beckers Bark	\d	the	
    -_50774B79ECA5A21E	m0014dxafd01	Handful of Choice Forest Beckers Bark	a	the	Handfuls of Choice Forest Beckers Bark	\d	the	
    -_19FBD871CC25F3E1	m0014dxafe01	Handful of Excellent Forest Beckers Bark	a	the	Handfuls of Excellent Forest Beckers Bark	\d	the	
    -_9720B56B67796ACB	m0014dxaff01	Handful of Supreme Forest Beckers Bark	a	the	Handfuls of Supreme Forest Beckers Bark	\d	the	
    -_0CC56B7D6EE56617	m0014dxajd01	Handful of Choice Jungle Beckers Bark	a	the	Handfuls of Choice Jungle Beckers Bark	\d	the	
    -_54EBF0714E74D7E3	m0014dxaje01	Handful of Excellent Jungle Beckers Bark	a	the	Handfuls of Excellent Jungle Beckers Bark	\d	the	
    -_5880A575A40872B8	m0014dxajf01	Handful of Supreme Jungle Beckers Bark	a	the	Handfuls of Supreme Jungle Beckers Bark	\d	the	
    -_AA8D4B1A8117AD11	m0014dxald01	Handful of Choice Lakes Beckers Bark	a	the	Handfuls of Choice Lakes Beckers Bark	\d	the	
    -_45111E256C4C2688	m0014dxale01	Handful of Excellent Lakes Beckers Bark	a	the	Handfuls of Excellent Lakes Beckers Bark	\d	the	
    -_6836CBB6A9DC67E9	m0014dxalf01	Handful of Supreme Lakes Beckers Bark	a	the	Handfuls of Supreme Lakes Beckers Bark	\d	the	
    -_8117AEC0614FA895	m0014dxapd01	Handful of Choice Prime Root Beckers Bark	a	the	Handfuls of Choice Prime Root Beckers Bark	\d	the	
    -_A1F1A8575F18ADC5	m0014dxape01	Handful of Excellent Prime Root Beckers Bark	a	the	Handfuls of Excellent Prime Root Beckers Bark	\d	the	
    -_0DAF86FE95169BAE	m0014dxapf01	Handful of Supreme Prime Root Beckers Bark	a	the	Handfuls of Supreme Prime Root Beckers Bark	\d	the	
    -_945391968E965E94	m0015dxacb01	Basic Beng Amber	some	the	Basic Beng Amber	\d	the	
    -_8BA4069112FFB565	m0015dxacc01	Fine Beng Amber	some	the	Fine Beng Amber	\d	the	
    -_3E99AE7047D2CC74	m0015dxadd01	Choice Desert Beng Amber	some	the	Choice Desert Beng Amber	\d	the	
    -_5EA7800490416455	m0015dxade01	Excellent Desert Beng Amber	some	the	Excellent Desert Beng Amber	\d	the	
    -_D388A0CBC72C7111	m0015dxadf01	Supreme Desert Beng Amber	some	the	Supreme Desert Beng Amber	\d	the	
    -_40B9AE7287E2C87D	m0015dxafd01	Choice Forest Beng Amber	some	the	Choice Forest Beng Amber	\d	the	
    -_5EA7A80712616456	m0015dxafe01	Excellent Forest Beng Amber	some	the	Excellent Forest Beng Amber	\d	the	
    -_D388A0CFC70CC115	m0015dxaff01	Supreme Forest Beng Amber	some	the	Supreme Forest Beng Amber	\d	the	
    -_C3F9AE670291C07F	m0015dxajd01	Choice Jungle Beng Amber	some	the	Choice Jungle Beng Amber	\d	the	
    -_1AF5C80B94A1284F	m0015dxaje01	Excellent Jungle Beng Amber	some	the	Excellent Jungle Beng Amber	\d	the	
    -_D38828C5C78AF11D	m0015dxajf01	Supreme Jungle Beng Amber	some	the	Supreme Jungle Beng Amber	\d	the	
    -_EECBF76FEBC3A451	m0015dxald01	Choice Lakes Beng Amber	some	the	Choice Lakes Beng Amber	\d	the	
    -_F9881CD33FA45F55	m0015dxale01	Excellent Lakes Beng Amber	some	the	Excellent Lakes Beng Amber	\d	the	
    -_EE8F4764092C332B	m0015dxalf01	Supreme Lakes Beng Amber	some	the	Supreme Lakes Beng Amber	\d	the	
    -_873F9994E488DFD1	m0015dxapd01	Choice Prime Root Beng Amber	some	the	Choice Prime Root Beng Amber	\d	the	
    -_D5ACAD3D41A6C8DE	m0015dxape01	Excellent Prime Root Beng Amber	some	the	Excellent Prime Root Beng Amber	\d	the	
    -_BEB23836960A418E	m0015dxapf01	Supreme Prime Root Beng Amber	some	the	Supreme Prime Root Beng Amber	\d	the	
    -_0A61D7D0C5B3BBBE	m0016dxacb01	Fragment of Basic Big Shell	a	the	Fragments of Basic Big Shell	\d	the	
    -_2E9F94357A837DA6	m0016dxacc01	Fragment of Fine Big Shell	a	the	Fragments of Fine Big Shell	\d	the	
    -_428BB19DE7B7E5A6	m0016dxadd01	Fragment of Choice Desert Big Shell	a	the	Fragments of Choice Desert Big Shell	\d	the	
    -_476D3A77464924B7	m0016dxade01	Fragment of Excellent Desert Big Shell	a	the	Fragments of Excellent Desert Big Shell	\d	the	
    -_4D412FFADAA07ABE	m0016dxadf01	Fragment of Supreme Desert Big Shell	a	the	Fragments of Supreme Desert Big Shell	\d	the	
    -_C28BA9B3E7B7E5A6	m0016dxafd01	Fragment of Choice Forest Big Shell	a	the	Fragments of Choice Forest Big Shell	\d	the	
    -_C98D3E7906F92CB6	m0016dxafe01	Fragment of Excellent Forest Big Shell	a	the	Fragments of Excellent Forest Big Shell	\d	the	
    -_0DD15FFEDAA07EBF	m0016dxaff01	Fragment of Supreme Forest Big Shell	a	the	Fragments of Supreme Forest Big Shell	\d	the	
    -_40CB89C3E9B7E588	m0016dxajd01	Fragment of Choice Jungle Big Shell	a	the	Fragments of Choice Jungle Big Shell	\d	the	
    -_4BDC227F41E944B2	m0016dxaje01	Fragment of Excellent Jungle Big Shell	a	the	Fragments of Excellent Jungle Big Shell	\d	the	
    -_8CF18706DAAF26BA	m0016dxajf01	Fragment of Supreme Jungle Big Shell	a	the	Fragments of Supreme Jungle Big Shell	\d	the	
    -_35D7914F17975169	m0016dxald01	Fragment of Choice Lakes Big Shell	a	the	Fragments of Choice Lakes Big Shell	\d	the	
    -_FCD9AA726D9F3AAD	m0016dxale01	Fragment of Excellent Lakes Big Shell	a	the	Fragments of Excellent Lakes Big Shell	\d	the	
    -_239D0A04D8DBC778	m0016dxalf01	Fragment of Supreme Lakes Big Shell	a	the	Fragments of Supreme Lakes Big Shell	\d	the	
    -_86AB92BCD98346ED	m0016dxapd01	Fragment of Choice Prime Root Big Shell	a	the	Fragments of Choice Prime Root Big Shell	\d	the	
    -_5C58E7A58E170D54	m0016dxape01	Fragment of Excellent Prime Root Big Shell	a	the	Fragments of Excellent Prime Root Big Shell	\d	the	
    -_1731DB0AFF073B9F	m0016dxapf01	Fragment of Supreme Prime Root Big Shell	a	the	Fragments of Supreme Prime Root Big Shell	\d	the	
    -_9A57EDAE8D51478B	m0018chbca01	Fragment of Basic Bodoc Horn	a	the	Fragments of Basic Bodoc Horn	\d	the	
    -_F85931E88396F94E	m0018chbcb01	Fragment of Fine Bodoc Horn	a	the	Fragments of Fine Bodoc Horn	\d	the	
    -_CE039B6726A9AD72	m0018chbfc01	Fragment of Choice Forest Bodoc Horn	a	the	Fragments of Choice Forest Bodoc Horn	\d	the	
    -_A52219776A082028	m0018chbfe01	Fragment of Supreme Forest Bodoc Horn	a	the	Fragments of Supreme Forest Bodoc Horn	\d	the	
    -_4FF01D9DF9F79CF4	m0018chbld01	Fragment of Excellent Lakes Bodoc Horn	a	the	Fragments of Excellent Lakes Bodoc Horn	\d	the	
    -_6AEF2B7FC9EEC5F8	m0018chbpd01	Fragment of Excellent Prime Root Bodoc Horn	a	the	Fragments of Excellent Prime Root Bodoc Horn	\d	the	
    -_9A57EDAE4B806397	m0019chbca01	Fragment of Basic Bodoc Skin	a	the	Fragments of Basic Bodoc Skin	\d	the	
    -_7C5931E88396B147	m0019chbcb01	Fragment of Fine Bodoc Skin	a	the	Fragments of Fine Bodoc Skin	\d	the	
    -_CE039B67E4D8C97E	m0019chbfc01	Fragment of Choice Forest Bodoc Skin	a	the	Fragments of Choice Forest Bodoc Skin	\d	the	
    -_A522F573EAC84C29	m0019chbfe01	Fragment of Supreme Forest Bodoc Skin	a	the	Fragments of Supreme Forest Bodoc Skin	\d	the	
    -_4FF0F99979B7C8F5	m0019chbld01	Fragment of Excellent Lakes Bodoc Skin	a	the	Fragments of Excellent Lakes Bodoc Skin	\d	the	
    -_EEEF2B7FC9EE7DF1	m0019chbpd01	Fragment of Excellent Prime Root Bodoc Skin	a	the	Fragments of Excellent Prime Root Bodoc Skin	\d	the	
    -_89B35D9A4933A5E8	m0020chbca01	Basic Bodoc Nail	a	the	Basic Bodoc Nails	\d	the	
    -_A9FCC5850D41CE04	m0020chbcb01	Fine Bodoc Nail	a	the	Fine Bodoc Nails	\d	the	
    -_F6CADF81B64A1FCC	m0020chbfc01	Choice Forest Bodoc Nail	a	the	Choice Forest Bodoc Nails	\d	the	
    -_7A3EE8FB38F2AC46	m0020chbfe01	Supreme Forest Bodoc Nail	a	the	Supreme Forest Bodoc Nails	\d	the	
    -_78CBCC1E45304C56	m0020chbld01	Excellent Lakes Bodoc Nail	an	the	Excellent Lakes Bodoc Nails	\d	the	
    -_91F7B1212EA71D6E	m0020chbpd01	Excellent Prime Root Bodoc Nail	an	the	Excellent Prime Root Bodoc Nails	\d	the	
    -_8BB295B18AD4956F	m0021dxacb01	Basic Buo Fiber	some	the	Basic Buo Fibers	\d	the	
    -_83E4599D9C95F9CB	m0021dxacc01	Fine Buo Fiber	some	the	Fine Buo Fibers	\d	the	
    -_3A1A43467F304736	m0021dxadd01	Choice Desert Buo Fiber	some	the	Choice Desert Buo Fibers	\d	the	
    -_9136E8EAE263BF18	m0021dxade01	Excellent Desert Buo Fiber	some	the	Excellent Desert Buo Fibers	\d	the	
    -_2A57B3C886D4246D	m0021dxadf01	Supreme Desert Buo Fiber	some	the	Supreme Desert Buo Fibers	\d	the	
    -_7ABA4B48BF304740	m0021dxafd01	Choice Forest Buo Fiber	some	the	Choice Forest Buo Fibers	\d	the	
    -_D146E4F5E483BF18	m0021dxafe01	Excellent Forest Buo Fiber	some	the	Excellent Forest Buo Fibers	\d	the	
    -_AA57B3CBC6C44879	m0021dxaff01	Supreme Forest Buo Fiber	some	the	Supreme Forest Buo Fibers	\d	the	
    -_7A1B5B3DFE5F1B48	m0021dxajd01	Choice Jungle Buo Fiber	some	the	Choice Jungle Buo Fibers	\d	the	
    -_4CF5DCFB67C3BF09	m0021dxaje01	Excellent Jungle Buo Fiber	some	the	Excellent Jungle Buo Fibers	\d	the	
    -_AB5777B985A35083	m0021dxajf01	Supreme Jungle Buo Fiber	some	the	Supreme Jungle Buo Fibers	\d	the	
    -_09667B3FA1BE8C97	m0021dxald01	Choice Lakes Buo Fiber	some	the	Choice Lakes Buo Fibers	\d	the	
    -_463B6FC0427F4B4D	m0021dxale01	Excellent Lakes Buo Fiber	some	the	Excellent Lakes Buo Fibers	\d	the	
    -_E6117F2B91424396	m0021dxalf01	Supreme Lakes Buo Fiber	some	the	Supreme Lakes Buo Fibers	\d	the	
    -_4D2D40CE1966245E	m0021dxapd01	Choice Prime Root Buo Fiber	some	the	Choice Prime Root Buo Fibers	\d	the	
    -_5279DD0D077CC876	m0021dxape01	Excellent Prime Root Buo Fiber	some	the	Excellent Prime Root Buo Fibers	\d	the	
    -_90A1834C98842990	m0021dxapf01	Supreme Prime Root Buo Fiber	some	the	Supreme Prime Root Buo Fibers	\d	the	
    -_96F0F896107C7399	m0023dxacb01	Basic Caprice Seed	a	the	Basic Caprice Seeds	\d	the	
    -_DDD51A4AD553F581	m0023dxacc01	Fine Caprice Seed	a	the	Fine Caprice Seeds	\d	the	
    -_4558A62B05D82560	m0023dxadd01	Choice Desert Caprice Seed	a	the	Choice Desert Caprice Seeds	\d	the	
    -_B00945F34962A142	m0023dxade01	Excellent Desert Caprice Seed	an	the	Excellent Desert Caprice Seeds	\d	the	
    -_1A213F2DE97C393F	m0023dxadf01	Supreme Desert Caprice Seed	a	the	Supreme Desert Caprice Seeds	\d	the	
    -_85F8AE2D45D8256A	m0023dxafd01	Choice Forest Caprice Seed	a	the	Choice Forest Caprice Seeds	\d	the	
    -_B0096DF6CB82A143	m0023dxafe01	Excellent Forest Caprice Seed	an	the	Excellent Forest Caprice Seeds	\d	the	
    -_9A213F30296C5D4B	m0023dxaff01	Supreme Forest Caprice Seed	a	the	Supreme Forest Caprice Seeds	\d	the	
    -_8559BE228407F972	m0023dxajd01	Choice Jungle Caprice Seed	a	the	Choice Jungle Caprice Seeds	\d	the	
    -_6C578DFA4DC2653C	m0023dxaje01	Excellent Jungle Caprice Seed	an	the	Excellent Jungle Caprice Seeds	\d	the	
    -_9B21031EE84B6555	m0023dxajf01	Supreme Jungle Caprice Seed	a	the	Supreme Jungle Caprice Seeds	\d	the	
    -_638DAC52E30EEC9A	m0023dxald01	Choice Lakes Caprice Seed	a	the	Choice Lakes Caprice Seeds	\d	the	
    -_AF967D2FA255FF31	m0023dxale01	Excellent Lakes Caprice Seed	an	the	Excellent Lakes Caprice Seeds	\d	the	
    -_400240D8CA003F4C	m0023dxalf01	Supreme Lakes Caprice Seed	a	the	Supreme Lakes Caprice Seeds	\d	the	
    -_5E3FDDA7993AC894	m0023dxapd01	Choice Prime Root Caprice Seed	a	the	Choice Prime Root Caprice Seeds	\d	the	
    -_274B39EAFA8A3E0D	m0023dxape01	Excellent Prime Root Caprice Seed	an	the	Excellent Prime Root Caprice Seeds	\d	the	
    -_D054DF95AB436E7E	m0023dxapf01	Supreme Prime Root Caprice Seed	a	the	Supreme Prime Root Caprice Seeds	\d	the	
    -_E7B4256E1B57FC76	m0025chcca01	Fragment of Basic Capryni Hoof	a	the	Fragments of Basic Capryni Hoof	\d	the	
    -_3246A0F8C53BF6F8	m0025chccb01	Fragment of Fine Capryni Hoof	a	the	Fragments of Fine Capryni Hoof	\d	the	
    -_EDEDD4E480C48020	m0025chcde01	Fragment of Supreme Desert Capryni Hoof	a	the	Fragments of Supreme Desert Capryni Hoof	\d	the	
    -_44344393C44088C1	m0025chcjd01	Fragment of Excellent Jungle Capryni Hoof	a	the	Fragments of Excellent Jungle Capryni Hoof	\d	the	
    -_3CA9870ECF803742	m0025chcld01	Fragment of Excellent Lakes Capryni Hoof	a	the	Fragments of Excellent Lakes Capryni Hoof	\d	the	
    -_29B2E1BF28E774CA	m0025chcle01	Fragment of Supreme Lakes Capryni Hoof	a	the	Fragments of Supreme Lakes Capryni Hoof	\d	the	
    -_16C459C20E61A3D7	m0031dxacb01	Fragment of Basic Cuty Shell	a	the	Fragments of Basic Cuty Shell	\d	the	
    -_88BF1BFC4B19D533	m0031dxacc01	Fragment of Fine Cuty Shell	a	the	Fragments of Fine Cuty Shell	\d	the	
    -_0A80E36D27B909BD	m0031dxadd01	Fragment of Choice Desert Cuty Shell	a	the	Fragments of Choice Desert Cuty Shell	\d	the	
    -_9111A6CE64E95606	m0031dxade01	Fragment of Excellent Desert Cuty Shell	a	the	Fragments of Excellent Desert Cuty Shell	\d	the	
    -_D7F4216DF18C975E	m0031dxadf01	Fragment of Supreme Desert Cuty Shell	a	the	Fragments of Supreme Desert Cuty Shell	\d	the	
    -_4A70077BA7B909BE	m0031dxafd01	Fragment of Choice Forest Cuty Shell	a	the	Fragments of Choice Forest Cuty Shell	\d	the	
    -_1341A6CFE6195605	m0031dxafe01	Fragment of Excellent Forest Cuty Shell	a	the	Fragments of Excellent Forest Cuty Shell	\d	the	
    -_59044971F19C975E	m0031dxaff01	Fragment of Supreme Forest Cuty Shell	a	the	Fragments of Supreme Forest Cuty Shell	\d	the	
    -_094F0F89A8B9CDA8	m0031dxajd01	Fragment of Choice Jungle Cuty Shell	a	the	Fragments of Choice Jungle Cuty Shell	\d	the	
    -_D110AECFA4E85E01	m0031dxaje01	Fragment of Excellent Jungle Cuty Shell	a	the	Fragments of Excellent Jungle Cuty Shell	\d	the	
    -_5B0361792D2B6353	m0031dxajf01	Fragment of Supreme Jungle Cuty Shell	a	the	Fragments of Supreme Jungle Cuty Shell	\d	the	
    -_5747DA06A91B8ABF	m0031dxald01	Fragment of Choice Lakes Cuty Shell	a	the	Fragments of Choice Lakes Cuty Shell	\d	the	
    -_03D24D97808B132A	m0031dxale01	Fragment of Excellent Lakes Cuty Shell	a	the	Fragments of Excellent Lakes Cuty Shell	\d	the	
    -_C06D91B75BC53FFD	m0031dxalf01	Fragment of Supreme Lakes Cuty Shell	a	the	Fragments of Supreme Lakes Cuty Shell	\d	the	
    -_1656394393DD888E	m0031dxapd01	Fragment of Choice Prime Root Cuty Shell	a	the	Fragments of Choice Prime Root Cuty Shell	\d	the	
    -_FA5515939171A1DD	m0031dxape01	Fragment of Excellent Prime Root Cuty Shell	a	the	Fragments of Excellent Prime Root Cuty Shell	\d	the	
    -_E7D320E6091729A7	m0031dxapf01	Fragment of Supreme Prime Root Cuty Shell	a	the	Fragments of Supreme Prime Root Cuty Shell	\d	the	
    -_16C49992CEE67E91	m0037dxacb01	Basic Dzao Fiber	some	the	Basic Dzao Fibers	\d	the	
    -_C875DAA6924FA574	m0037dxacc01	Fine Dzao Fiber	some	the	Fine Dzao Fibers	\d	the	
    -_C00AB66C8722EC71	m0037dxadd01	Choice Desert Dzao Fiber	some	the	Choice Desert Dzao Fibers	\d	the	
    -_DD774C21CE925C5C	m0037dxade01	Excellent Desert Dzao Fiber	some	the	Excellent Desert Dzao Fibers	\d	the	
    -_558880D5C72C093D	m0037dxadf01	Supreme Desert Dzao Fiber	some	the	Supreme Desert Dzao Fibers	\d	the	
    -_C22AB66EC732E87A	m0037dxafd01	Choice Forest Dzao Fiber	some	the	Choice Forest Dzao Fibers	\d	the	
    -_DD77742450B25C5D	m0037dxafe01	Excellent Forest Dzao Fiber	some	the	Excellent Forest Dzao Fibers	\d	the	
    -_558880D9C70C5941	m0037dxaff01	Supreme Forest Dzao Fiber	some	the	Supreme Forest Dzao Fibers	\d	the	
    -_456AB66342E1E07C	m0037dxajd01	Choice Jungle Dzao Fiber	some	the	Choice Jungle Dzao Fibers	\d	the	
    -_99C59428D2F22056	m0037dxaje01	Excellent Jungle Dzao Fiber	some	the	Excellent Jungle Dzao Fibers	\d	the	
    -_558808CFC78A8949	m0037dxajf01	Supreme Jungle Dzao Fiber	some	the	Supreme Jungle Dzao Fibers	\d	the	
    -_6F4B4B79A8D4C053	m0037dxald01	Choice Lakes Dzao Fiber	some	the	Choice Lakes Dzao Fibers	\d	the	
    -_7B88FCDD3FA4F781	m0037dxale01	Excellent Lakes Dzao Fiber	some	the	Excellent Lakes Dzao Fibers	\d	the	
    -_2B601B79897C233A	m0037dxalf01	Supreme Lakes Dzao Fiber	some	the	Supreme Lakes Dzao Fibers	\d	the	
    -_0590C18728F8DFD7	m0037dxapd01	Choice Prime Root Dzao Fiber	some	the	Choice Prime Root Dzao Fibers	\d	the	
    -_127D8152C1F6B8ED	m0037dxape01	Excellent Prime Root Dzao Fiber	some	the	Excellent Prime Root Dzao Fibers	\d	the	
    -_BF32F450178AFDAA	m0037dxapf01	Supreme Prime Root Dzao Fiber	some	the	Supreme Prime Root Dzao Fibers	\d	the	
    -_39C50274E94684F7	m0040dxacb01	Bundle of Basic Eyota Wood	a	the	Bundles of Basic Eyota Wood	\d	the	
    -_FB9A6CDE479D983B	m0040dxacc01	Bundle of Fine Eyota Wood	a	the	Bundles of Fine Eyota Wood	\d	the	
    -_9A62A448DF532E5B	m0040dxadd01	Bundle of Choice Desert Eyota Wood	a	the	Bundles of Choice Desert Eyota Wood	\d	the	
    -_A0403A6DF33CF30F	m0040dxade01	Bundle of Excellent Desert Eyota Wood	a	the	Bundles of Excellent Desert Eyota Wood	\d	the	
    -_395EB72C235FC39B	m0040dxadf01	Bundle of Supreme Desert Eyota Wood	a	the	Bundles of Supreme Desert Eyota Wood	\d	the	
    -_9A62A84B9FE35E5D	m0040dxafd01	Bundle of Choice Forest Eyota Wood	a	the	Bundles of Choice Forest Eyota Wood	\d	the	
    -_22506271F34CF30F	m0040dxafe01	Bundle of Excellent Forest Eyota Wood	a	the	Bundles of Excellent Forest Eyota Wood	\d	the	
    -_397EB72C279FC39B	m0040dxaff01	Bundle of Supreme Forest Eyota Wood	a	the	Bundles of Supreme Forest Eyota Wood	\d	the	
    -_9A71504A1E038661	m0040dxajd01	Bundle of Choice Jungle Eyota Wood	a	the	Bundles of Choice Jungle Eyota Wood	\d	the	
    -_244F7A792FDBBF04	m0040dxaje01	Bundle of Excellent Jungle Eyota Wood	a	the	Bundles of Excellent Jungle Eyota Wood	\d	the	
    -_B19CC7282B1FC39B	m0040dxajf01	Bundle of Supreme Jungle Eyota Wood	a	the	Bundles of Supreme Jungle Eyota Wood	\d	the	
    -_F6014463D218FD27	m0040dxald01	Bundle of Choice Lakes Eyota Wood	a	the	Bundles of Choice Lakes Eyota Wood	\d	the	
    -_315C2BCC03A3359B	m0040dxale01	Bundle of Excellent Lakes Eyota Wood	a	the	Bundles of Excellent Lakes Eyota Wood	\d	the	
    -_5E46F6B93E09CDF9	m0040dxalf01	Bundle of Supreme Lakes Eyota Wood	a	the	Bundles of Supreme Lakes Eyota Wood	\d	the	
    -_16262B4652E6144E	m0040dxapd01	Bundle of Choice Prime Root Eyota Wood	a	the	Bundles of Choice Prime Root Eyota Wood	\d	the	
    -_14A27474A7444ACA	m0040dxape01	Bundle of Excellent Prime Root Eyota Wood	a	the	Bundles of Excellent Prime Root Eyota Wood	\d	the	
    -_D009CE1F22806644	m0040dxapf01	Bundle of Supreme Prime Root Eyota Wood	a	the	Bundles of Supreme Prime Root Eyota Wood	\d	the	
    -_5E97F5BB0B102781	m0043ccaca01	Fragment of Basic Gingo Claw	a	the	Fragments of Basic Gingo Claw	\d	the	
    -_355991D847A89943	m0043ccacb01	Fragment of Fine Gingo Claw	a	the	Fragments of Fine Gingo Claw	\d	the	
    -_88FEC3C41A8573FC	m0043ccafd01	Fragment of Excellent Forest Gingo Claw	a	the	Fragments of Excellent Forest Gingo Claw	\d	the	
    -_EBD31177E5883C1B	m0043ccafe01	Fragment of Supreme Forest Gingo Claw	a	the	Fragments of Supreme Forest Gingo Claw	\d	the	
    -_5122AB82A5685152	m0043ccajc01	Fragment of Choice Jungle Gingo Claw	a	the	Fragments of Choice Jungle Gingo Claw	\d	the	
    -_46CDCBC4D8547BF8	m0043ccajd01	Fragment of Excellent Jungle Gingo Claw	a	the	Fragments of Excellent Jungle Gingo Claw	\d	the	
    -_68270142201A4FC1	m0044ccaca01	Basic Gingo Leather	a	the	Basic Gingo Leathers	\d	the	
    -_9F0A36E71E080381	m0044ccacb01	Fine Gingo Leather	a	the	Fine Gingo Leathers	\d	the	
    -_DF35B984742DD189	m0044ccafd01	Excellent Forest Gingo Leather	an	the	Excellent Forest Gingo Leathers	\d	the	
    -_FC2485F8A06865BF	m0044ccafe01	Supreme Forest Gingo Leather	a	the	Supreme Forest Gingo Leathers	\d	the	
    -_537F4F1198B64D57	m0044ccajc01	Choice Jungle Gingo Leather	a	the	Choice Jungle Gingo Leathers	\d	the	
    -_1CC4C175358DC18F	m0044ccajd01	Excellent Jungle Gingo Leather	an	the	Excellent Jungle Gingo Leathers	\d	the	
    -_DFEF8F101E51CDF9	m0046dxacb01	Portion of Basic Glue Resin	a	the	Portions of Basic Glue Resin	\d	the	
    -_26D8985812F34857	m0046dxacc01	Portion of Fine Glue Resin	a	the	Portions of Fine Glue Resin	\d	the	
    -_193DA10550D9CDC3	m0046dxadd01	Portion of Choice Desert Glue Resin	a	the	Portions of Choice Desert Glue Resin	\d	the	
    -_FA6F8A835213C03D	m0046dxade01	Portion of Excellent Desert Glue Resin	a	the	Portions of Excellent Desert Glue Resin	\d	the	
    -_75F1D7C468D85ED4	m0046dxadf01	Portion of Supreme Desert Glue Resin	a	the	Portions of Supreme Desert Glue Resin	\d	the	
    -_195DA1055419CDC3	m0046dxafd01	Portion of Choice Forest Glue Resin	a	the	Portions of Choice Forest Glue Resin	\d	the	
    -_BA0F92865203EC3F	m0046dxafe01	Portion of Excellent Forest Glue Resin	a	the	Portions of Excellent Forest Glue Resin	\d	the	
    -_B5E1FBD2E8D85ED5	m0046dxaff01	Portion of Supreme Forest Glue Resin	a	the	Portions of Supreme Forest Glue Resin	\d	the	
    -_917BB1015899CDC3	m0046dxajd01	Portion of Choice Jungle Glue Resin	a	the	Portions of Choice Jungle Glue Resin	\d	the	
    -_B9706683D2D1E845	m0046dxaje01	Portion of Excellent Jungle Glue Resin	a	the	Portions of Excellent Jungle Glue Resin	\d	the	
    -_74C003E0E9D822BF	m0046dxajf01	Portion of Supreme Jungle Glue Resin	a	the	Portions of Supreme Jungle Glue Resin	\d	the	
    -_1BA9053BE7680DE1	m0046dxald01	Portion of Choice Lakes Glue Resin	a	the	Portions of Choice Lakes Glue Resin	\d	the	
    -_319CFAAC84BC1EC4	m0046dxale01	Portion of Excellent Lakes Glue Resin	a	the	Portions of Excellent Lakes Glue Resin	\d	the	
    -_DA55223BC38A5D29	m0046dxalf01	Portion of Supreme Lakes Glue Resin	a	the	Portions of Supreme Lakes Glue Resin	\d	the	
    -_32EDF60CCDF53258	m0046dxapd01	Portion of Choice Prime Root Glue Resin	a	the	Portions of Choice Prime Root Glue Resin	\d	the	
    -_11A20CB72A37ABFA	m0046dxape01	Portion of Excellent Prime Root Glue Resin	a	the	Portions of Excellent Prime Root Glue Resin	\d	the	
    -_32D71E1A23ECEC25	m0046dxapf01	Portion of Supreme Prime Root Glue Resin	a	the	Portions of Supreme Prime Root Glue Resin	\d	the	
    -_9E5650C50410D471	m0048cccca01	Fragment of Basic Goari Shell	a	the	Fragments of Basic Goari Shell	\d	the	
    -_15F241B094442F97	m0048ccccb01	Fragment of Fine Goari Shell	a	the	Fragments of Fine Goari Shell	\d	the	
    -_D8D1524C6E593246	m0048cccdc01	Fragment of Choice Desert Goari Shell	a	the	Fragments of Choice Desert Goari Shell	\d	the	
    -_160B76B4E5C47412	m0048cccde01	Fragment of Supreme Desert Goari Shell	a	the	Fragments of Supreme Desert Goari Shell	\d	the	
    -_0CA06732F570796E	m0048cccle01	Fragment of Supreme Lakes Goari Shell	a	the	Fragments of Supreme Lakes Goari Shell	\d	the	
    -_205C1A3031C03F6D	m0049dxacb01	Basic Gulatch Oil	some	the	Basic Gulatch Oils	\d	the	
    -_54D5C21A34ABABA4	m0049dxacc01	Fine Gulatch Oil	some	the	Fine Gulatch Oils	\d	the	
    -_42604C1969EA1139	m0049dxadd01	Choice Desert Gulatch Oil	some	the	Choice Desert Gulatch Oils	\d	the	
    -_AFC741B2BE4D795F	m0049dxade01	Excellent Desert Gulatch Oil	some	the	Excellent Desert Gulatch Oils	\d	the	
    -_88A0A137714B35C9	m0049dxadf01	Supreme Desert Gulatch Oil	some	the	Supreme Desert Gulatch Oils	\d	the	
    -_42604C1BE9EA094D	m0049dxafd01	Choice Forest Gulatch Oil	some	the	Choice Forest Gulatch Oils	\d	the	
    -_6F7749B3406D7D5F	m0049dxafe01	Excellent Forest Gulatch Oil	some	the	Excellent Forest Gulatch Oils	\d	the	
    -_88A0A53A31DB65CB	m0049dxaff01	Supreme Forest Gulatch Oil	some	the	Supreme Forest Gulatch Oils	\d	the	
    -_44604C01672AE959	m0049dxajd01	Choice Jungle Gulatch Oil	some	the	Choice Jungle Gulatch Oils	\d	the	
    -_AA6761B3C2BC6161	m0049dxaje01	Excellent Jungle Gulatch Oil	some	the	Excellent Jungle Gulatch Oils	\d	the	
    -_88AF4D39B0FB8DCF	m0049dxajf01	Supreme Jungle Gulatch Oil	some	the	Supreme Jungle Gulatch Oils	\d	the	
    -_866C7832EF4DC661	m0049dxald01	Choice Lakes Gulatch Oil	some	the	Choice Lakes Gulatch Oils	\d	the	
    -_1B9F5D2E20E3B439	m0049dxale01	Excellent Lakes Gulatch Oil	some	the	Excellent Lakes Gulatch Oils	\d	the	
    -_B22D18F529A9156A	m0049dxalf01	Supreme Lakes Gulatch Oil	some	the	Supreme Lakes Gulatch Oils	\d	the	
    -_E56FC72EFCC7D88A	m0049dxapd01	Choice Prime Root Gulatch Oil	some	the	Choice Prime Root Gulatch Oils	\d	the	
    -_68695AD56264F607	m0049dxape01	Excellent Prime Root Gulatch Oil	some	the	Excellent Prime Root Gulatch Oils	\d	the	
    -_BA6F69612ED3DA90	m0049dxapf01	Supreme Prime Root Gulatch Oil	some	the	Supreme Prime Root Gulatch Oils	\d	the	
    -_D573A9968E966295	m0050dxacb01	Basic Hash Amber	a	the	Basic Hash Amber	\d	the	
    -_CD74328D94FFB561	m0050dxacc01	Fine Hash Amber	a	the	Fine Hash Amber	\d	the	
    -_7FB9C67047D2D075	m0050dxadd01	Choice Desert Hash Amber	a	the	Choice Desert Hash Amber	\d	the	
    -_5FB7940153017C50	m0050dxade01	Excellent Desert Hash Amber	an	the	Excellent Desert Hash Amber	\d	the	
    -_D888A0CBC74C9904	m0050dxadf01	Supreme Desert Hash Amber	a	the	Supreme Desert Hash Amber	\d	the	
    -_81D9C67287E2CC7E	m0050dxafd01	Choice Forest Hash Amber	a	the	Choice Forest Hash Amber	\d	the	
    -_5FB7BC04D5217C51	m0050dxafe01	Excellent Forest Hash Amber	an	the	Excellent Forest Hash Amber	\d	the	
    -_D888A0CFC72CE908	m0050dxaff01	Supreme Forest Hash Amber	a	the	Supreme Forest Hash Amber	\d	the	
    -_0419C6670291C480	m0050dxajd01	Choice Jungle Hash Amber	a	the	Choice Jungle Hash Amber	\d	the	
    -_1B05DC085761404A	m0050dxaje01	Excellent Jungle Hash Amber	an	the	Excellent Jungle Hash Amber	\d	the	
    -_D88828C5C7AA1910	m0050dxajf01	Supreme Jungle Hash Amber	a	the	Supreme Jungle Hash Amber	\d	the	
    -_301CE7762C83BC4C	m0050dxald01	Choice Lakes Hash Amber	a	the	Choice Lakes Hash Amber	\d	the	
    -_FE881CD33FC48748	m0050dxale01	Excellent Lakes Hash Amber	an	the	Excellent Lakes Hash Amber	\d	the	
    -_305F73608B2C3327	m0050dxalf01	Supreme Lakes Hash Amber	a	the	Supreme Lakes Hash Amber	\d	the	
    -_C9FFB599E3E8DFCD	m0050dxapd01	Choice Prime Root Hash Amber	a	the	Choice Prime Root Hash Amber	\d	the	
    -_177CD939C3A6C8DA	m0050dxape01	Excellent Prime Root Hash Amber	an	the	Excellent Prime Root Hash Amber	\d	the	
    -_41C24C32181A5585	m0050dxapf01	Supreme Prime Root Hash Amber	a	the	Supreme Prime Root Hash Amber	\d	the	
    -_DD6844D78471D87C	m0053dxacb01	Fragment of Basic Horny Shell	a	the	Fragments of Basic Horny Shell	\d	the	
    -_55F375BD58A53792	m0053dxacc01	Fragment of Fine Horny Shell	a	the	Fragments of Fine Horny Shell	\d	the	
    -_17E3465EEEBA3651	m0053dxadd01	Fragment of Choice Desert Horny Shell	a	the	Fragments of Choice Desert Horny Shell	\d	the	
    -_E76752E01A51AF09	m0053dxade01	Fragment of Excellent Desert Horny Shell	a	the	Fragments of Excellent Desert Horny Shell	\d	the	
    -_5ADABEB4A616681E	m0053dxadf01	Fragment of Supreme Desert Horny Shell	a	the	Fragments of Supreme Desert Horny Shell	\d	the	
    -_17834A6A6EBA3A51	m0053dxafd01	Fragment of Choice Forest Horny Shell	a	the	Fragments of Choice Forest Horny Shell	\d	the	
    -_A9874EEC9A61AF08	m0053dxafe01	Fragment of Excellent Forest Horny Shell	a	the	Fragments of Excellent Forest Horny Shell	\d	the	
    -_DACAE6B8E6166429	m0053dxaff01	Fragment of Supreme Forest Horny Shell	a	the	Fragments of Supreme Forest Horny Shell	\d	the	
    -_55044A746FC91E44	m0053dxajd01	Fragment of Choice Jungle Horny Shell	a	the	Fragments of Choice Jungle Horny Shell	\d	the	
    -_6AE73EF6D7F0B7F5	m0053dxaje01	Fragment of Excellent Jungle Horny Shell	a	the	Fragments of Excellent Jungle Horny Shell	\d	the	
    -_5B89FEB125361828	m0053dxajf01	Fragment of Supreme Jungle Horny Shell	a	the	Fragments of Supreme Jungle Horny Shell	\d	the	
    -_1B8B71C16DBD5F4B	m0053dxald01	Fragment of Choice Lakes Horny Shell	a	the	Fragments of Choice Lakes Horny Shell	\d	the	
    -_9F7AB1CE390558DC	m0053dxale01	Fragment of Excellent Lakes Horny Shell	a	the	Fragments of Excellent Lakes Horny Shell	\d	the	
    -_4CA19B3FB9D18169	m0053dxalf01	Fragment of Supreme Lakes Horny Shell	a	the	Fragments of Supreme Lakes Horny Shell	\d	the	
    -_37E0DB287B067B37	m0053dxapd01	Fragment of Choice Prime Root Horny Shell	a	the	Fragments of Choice Prime Root Horny Shell	\d	the	
    -_3A270C1DADEDF34D	m0053dxape01	Fragment of Excellent Prime Root Horny Shell	a	the	Fragments of Excellent Prime Root Horny Shell	\d	the	
    -_6483970014676479	m0053dxapf01	Fragment of Supreme Prime Root Horny Shell	a	the	Fragments of Supreme Prime Root Horny Shell	\d	the	
    -_AF53E51258B1206F	m0064dxacb01	Bundle of Basic Kachine Wood	a	the	Bundles of Basic Kachine Wood	\d	the	
    -_6D6839356913B357	m0064dxacc01	Bundle of Fine Kachine Wood	a	the	Bundles of Fine Kachine Wood	\d	the	
    -_25C13BEE8F5BB1F4	m0064dxadd01	Bundle of Choice Desert Kachine Wood	a	the	Bundles of Choice Desert Kachine Wood	\d	the	
    -_C2B64B3C942DE771	m0064dxade01	Bundle of Excellent Desert Kachine Wood	a	the	Bundles of Excellent Desert Kachine Wood	\d	the	
    -_E712DBB72C0966B3	m0064dxadf01	Bundle of Supreme Desert Kachine Wood	a	the	Bundles of Supreme Desert Kachine Wood	\d	the	
    -_25D13FEFD11BB9F4	m0064dxafd01	Bundle of Choice Forest Kachine Wood	a	the	Bundles of Choice Forest Kachine Wood	\d	the	
    -_C2A67341941D0F74	m0064dxafe01	Bundle of Excellent Forest Kachine Wood	a	the	Bundles of Excellent Forest Kachine Wood	\d	the	
    -_E71203BAAE2966B4	m0064dxaff01	Bundle of Supreme Forest Kachine Wood	a	the	Bundles of Supreme Forest Kachine Wood	\d	the	
    -_616F2BF152BCC9F4	m0064dxajd01	Bundle of Choice Jungle Kachine Wood	a	the	Bundles of Choice Jungle Kachine Wood	\d	the	
    -_42654F4214DCEB71	m0064dxaje01	Bundle of Excellent Jungle Kachine Wood	a	the	Bundles of Excellent Jungle Kachine Wood	\d	the	
    -_A36023BE30692AAD	m0064dxajf01	Bundle of Supreme Jungle Kachine Wood	a	the	Bundles of Supreme Jungle Kachine Wood	\d	the	
    -_F1E3B7025CD1E274	m0064dxald01	Bundle of Choice Lakes Kachine Wood	a	the	Bundles of Choice Lakes Kachine Wood	\d	the	
    -_9FCD8AAD2F2B5FB3	m0064dxale01	Bundle of Excellent Lakes Kachine Wood	a	the	Bundles of Excellent Lakes Kachine Wood	\d	the	
    -_2314D7181F3DB321	m0064dxalf01	Bundle of Supreme Lakes Kachine Wood	a	the	Bundles of Supreme Lakes Kachine Wood	\d	the	
    -_28BB83FBE91AFFB2	m0064dxapd01	Bundle of Choice Prime Root Kachine Wood	a	the	Bundles of Choice Prime Root Kachine Wood	\d	the	
    -_592075AAB7CB25EB	m0064dxape01	Bundle of Excellent Prime Root Kachine Wood	a	the	Bundles of Excellent Prime Root Kachine Wood	\d	the	
    -_C7C43B8174C197AB	m0064dxapf01	Bundle of Supreme Prime Root Kachine Wood	a	the	Bundles of Supreme Prime Root Kachine Wood	\d	the	
    -_D8347421AB3B305F	m0066ckdca01	Fragment of Basic Kincher Shell	a	the	Fragments of Basic Kincher Shell	\d	the	
    -_E55251C0FBEC12EF	m0066ckdcb01	Fragment of Fine Kincher Shell	a	the	Fragments of Fine Kincher Shell	\d	the	
    -_854BFAFC5852AE39	m0066ckddc01	Fragment of Choice Desert Kincher Shell	a	the	Fragments of Choice Desert Kincher Shell	\d	the	
    -_2A050B439BCDA5BF	m0066ckddd01	Fragment of Excellent Desert Kincher Shell	a	the	Fragments of Excellent Desert Kincher Shell	\d	the	
    -_54FCAF0A09E16C84	m0066ckdde01	Fragment of Supreme Desert Kincher Shell	a	the	Fragments of Supreme Desert Kincher Shell	\d	the	
    -_454BF6081852AA43	m0066ckdfc01	Fragment of Choice Forest Kincher Shell	a	the	Fragments of Choice Forest Kincher Shell	\d	the	
    -_6CC513459BDDA9BE	m0066ckdfd01	Fragment of Excellent Forest Kincher Shell	a	the	Fragments of Excellent Forest Kincher Shell	\d	the	
    -_54ECDB0EC9817485	m0066ckdfe01	Fragment of Supreme Forest Kincher Shell	a	the	Fragments of Supreme Forest Kincher Shell	\d	the	
    -_856BE60358729A3A	m0066ckdjc01	Fragment of Choice Jungle Kincher Shell	a	the	Fragments of Choice Jungle Kincher Shell	\d	the	
    -_ED662349D77B95BC	m0066ckdjd01	Fragment of Excellent Jungle Kincher Shell	a	the	Fragments of Excellent Jungle Kincher Shell	\d	the	
    -_D4BAD718C8E2487E	m0066ckdje01	Fragment of Supreme Jungle Kincher Shell	a	the	Fragments of Supreme Jungle Kincher Shell	\d	the	
    -_7F92EE7E00B80E24	m0066ckdlc01	Fragment of Choice Lakes Kincher Shell	a	the	Fragments of Choice Lakes Kincher Shell	\d	the	
    -_10B7A2238FBDB4D2	m0066ckdld01	Fragment of Excellent Lakes Kincher Shell	a	the	Fragments of Excellent Lakes Kincher Shell	\d	the	
    -_D72BA78F5C697CC1	m0066ckdle01	Fragment of Supreme Lakes Kincher Shell	a	the	Fragments of Supreme Lakes Kincher Shell	\d	the	
    -_B1F35DC162968DDA	m0066ckdpc01	Fragment of Choice Prime Root Kincher Shell	a	the	Fragments of Choice Prime Root Kincher Shell	\d	the	
    -_0F85FC6B13064A62	m0066ckdpd01	Fragment of Excellent Prime Root Kincher Shell	a	the	Fragments of Excellent Prime Root Kincher Shell	\d	the	
    -_E86B391264C94F6D	m0066ckdpe01	Fragment of Supreme Prime Root Kincher Shell	a	the	Fragments of Supreme Prime Root Kincher Shell	\d	the	
    -_DBE47C25AEEB3864	m0067ckdca01	Fragment of Basic Kincher Sting	a	the	Fragments of Basic Kincher Sting	\d	the	
    -_65926DC2FCAD12EB	m0067ckdcb01	Fragment of Fine Kincher Sting	a	the	Fragments of Fine Kincher Sting	\d	the	
    -_88FB02005B02B63E	m0067ckddc01	Fragment of Choice Desert Kincher Sting	a	the	Fragments of Choice Desert Kincher Sting	\d	the	
    -_AB063B439BCD91BD	m0067ckddd01	Fragment of Excellent Desert Kincher Sting	a	the	Fragments of Excellent Desert Kincher Sting	\d	the	
    -_121CBF1189219C85	m0067ckdde01	Fragment of Supreme Desert Kincher Sting	a	the	Fragments of Supreme Desert Kincher Sting	\d	the	
    -_48FBFE0C1B02B248	m0067ckdfc01	Fragment of Choice Forest Kincher Sting	a	the	Fragments of Choice Forest Kincher Sting	\d	the	
    -_EDC643459BDD95BC	m0067ckdfd01	Fragment of Excellent Forest Kincher Sting	a	the	Fragments of Excellent Forest Kincher Sting	\d	the	
    -_120CEB1549C1A486	m0067ckdfe01	Fragment of Supreme Forest Kincher Sting	a	the	Fragments of Supreme Forest Kincher Sting	\d	the	
    -_881BEE075B22A23F	m0067ckdjc01	Fragment of Choice Jungle Kincher Sting	a	the	Fragments of Choice Jungle Kincher Sting	\d	the	
    -_6E675349D77B81BA	m0067ckdjd01	Fragment of Excellent Jungle Kincher Sting	a	the	Fragments of Excellent Jungle Kincher Sting	\d	the	
    -_92DAE71F4822787F	m0067ckdje01	Fragment of Supreme Jungle Kincher Sting	a	the	Fragments of Supreme Jungle Kincher Sting	\d	the	
    -_7F42F67D83F83E25	m0067ckdlc01	Fragment of Choice Lakes Kincher Sting	a	the	Fragments of Choice Lakes Kincher Sting	\d	the	
    -_CED7B22A0FFDE4D3	m0067ckdld01	Fragment of Excellent Lakes Kincher Sting	a	the	Fragments of Excellent Lakes Kincher Sting	\d	the	
    -_576BC3915D2A7CBD	m0067ckdle01	Fragment of Supreme Lakes Kincher Sting	a	the	Fragments of Supreme Lakes Kincher Sting	\d	the	
    -_B7F35DC162F69DE3	m0067ckdpc01	Fragment of Choice Prime Root Kincher Sting	a	the	Fragments of Choice Prime Root Kincher Sting	\d	the	
    -_8FC5186D14C74A5E	m0067ckdpd01	Fragment of Excellent Prime Root Kincher Sting	a	the	Fragments of Excellent Prime Root Kincher Sting	\d	the	
    -_E86B390DA2298F7A	m0067ckdpe01	Fragment of Supreme Prime Root Kincher Sting	a	the	Fragments of Supreme Prime Root Kincher Sting	\d	the	
    -_DAB6F4CA84D0D476	m0068ckgca01	Fragment of Basic Kiban Shell	a	the	Fragments of Basic Kiban Shell	\d	the	
    -_954211A054A43F97	m0068ckgcb01	Fragment of Fine Kiban Shell	a	the	Fragments of Fine Kiban Shell	\d	the	
    -_1431F651EE19324B	m0068ckgdc01	Fragment of Choice Desert Kiban Shell	a	the	Fragments of Choice Desert Kiban Shell	\d	the	
    -_E57622DC9AC07F00	m0068ckgfd01	Fragment of Excellent Forest Kiban Shell	a	the	Fragments of Excellent Forest Kiban Shell	\d	the	
    -_5252FA676F281A3E	m0068ckgjc01	Fragment of Choice Jungle Kiban Shell	a	the	Fragments of Choice Jungle Kiban Shell	\d	the	
    -_9BDA6DC87A8320D1	m0068ckgld01	Fragment of Excellent Lakes Kiban Shell	a	the	Fragments of Excellent Lakes Kiban Shell	\d	the	
    -_8CF03722B5D0896E	m0068ckgle01	Fragment of Supreme Lakes Kiban Shell	a	the	Fragments of Supreme Lakes Kiban Shell	\d	the	
    -_B30FBF2BFC844321	m0068ckgpc01	Fragment of Choice Prime Root Kiban Shell	a	the	Fragments of Choice Prime Root Kiban Shell	\d	the	
    -_7A76A800A9ECFB52	m0068ckgpd01	Fragment of Excellent Prime Root Kiban Shell	a	the	Fragments of Excellent Prime Root Kiban Shell	\d	the	
    -_E3B39300D215EC68	m0068ckgpe01	Fragment of Supreme Prime Root Kiban Shell	a	the	Fragments of Supreme Prime Root Kiban Shell	\d	the	
    -_9CE57C12F0EC3853	m0069ckjca01	Fragment of Basic Kipesta Shell	a	the	Fragments of Basic Kipesta Shell	\d	the	
    -_22647DC2FDDB4EFD	m0069ckjcb01	Fragment of Fine Kipesta Shell	a	the	Fragments of Fine Kipesta Shell	\d	the	
    -_49FC02ED9D03B62D	m0069ckjdc01	Fragment of Choice Desert Kipesta Shell	a	the	Fragments of Choice Desert Kipesta Shell	\d	the	
    -_160BF3150B022896	m0069ckjde01	Fragment of Supreme Desert Kipesta Shell	a	the	Fragments of Supreme Desert Kipesta Shell	\d	the	
    -_6EE61345D8BD11CE	m0069ckjfd01	Fragment of Excellent Forest Kipesta Shell	a	the	Fragments of Excellent Forest Kipesta Shell	\d	the	
    -_491CEEF49D23A22E	m0069ckjjc01	Fragment of Choice Jungle Kipesta Shell	a	the	Fragments of Choice Jungle Kipesta Shell	\d	the	
    -_4332328B02D90E16	m0069ckjlc01	Fragment of Choice Lakes Kipesta Shell	a	the	Fragments of Choice Lakes Kipesta Shell	\d	the	
    -_143DD3915E58B8CF	m0069ckjle01	Fragment of Supreme Lakes Kipesta Shell	a	the	Fragments of Supreme Lakes Kipesta Shell	\d	the	
    -_B1F35D9F6BF89DE1	m0069ckjpc01	Fragment of Choice Prime Root Kipesta Shell	a	the	Fragments of Choice Prime Root Kipesta Shell	\d	the	
    -_4C97286D15F58670	m0069ckjpd01	Fragment of Excellent Prime Root Kipesta Shell	a	the	Fragments of Excellent Prime Root Kipesta Shell	\d	the	
    -_E85A312C280A5770	m0069ckjpe01	Fragment of Supreme Prime Root Kipesta Shell	a	the	Fragments of Supreme Prime Root Kipesta Shell	\d	the	
    -_1B0704D8C5D0D467	m0072ckhca01	Fragment of Basic Kipee Shell	a	the	Fragments of Basic Kipee Shell	\d	the	
    -_D5B2FDB219A43F91	m0072ckhcb01	Fragment of Fine Kipee Shell	a	the	Fragments of Fine Kipee Shell	\d	the	
    -_5582065F2F19323C	m0072ckhdc01	Fragment of Choice Desert Kipee Shell	a	the	Fragments of Choice Desert Kipee Shell	\d	the	
    -_E7C636DE5BB05BFF	m0072ckhdd01	Fragment of Excellent Desert Kipee Shell	a	the	Fragments of Excellent Desert Kipee Shell	\d	the	
    -_547AB2AE2804401B	m0072ckhde01	Fragment of Supreme Desert Kipee Shell	a	the	Fragments of Supreme Desert Kipee Shell	\d	the	
    -_55220A6BAF19363C	m0072ckhfc01	Fragment of Choice Forest Kipee Shell	a	the	Fragments of Choice Forest Kipee Shell	\d	the	
    -_A9E632EADBC05BFE	m0072ckhfd01	Fragment of Excellent Forest Kipee Shell	a	the	Fragments of Excellent Forest Kipee Shell	\d	the	
    -_D46ADAB268043C26	m0072ckhfe01	Fragment of Supreme Forest Kipee Shell	a	the	Fragments of Supreme Forest Kipee Shell	\d	the	
    -_93A30A75B0281A2F	m0072ckhjc01	Fragment of Choice Jungle Kipee Shell	a	the	Fragments of Choice Jungle Kipee Shell	\d	the	
    -_991AA5C8BBF330D9	m0072ckhld01	Fragment of Excellent Lakes Kipee Shell	a	the	Fragments of Excellent Lakes Kipee Shell	\d	the	
    -_F4F0BF2B3DF45320	m0072ckhpc01	Fragment of Choice Prime Root Kipee Shell	a	the	Fragments of Choice Prime Root Kipee Shell	\d	the	
    -_BAE694126EECFB4C	m0072ckhpd01	Fragment of Excellent Prime Root Kipee Shell	a	the	Fragments of Excellent Prime Root Kipee Shell	\d	the	
    -_23B39300D1C53470	m0072ckhpe01	Fragment of Supreme Prime Root Kipee Shell	a	the	Fragments of Supreme Prime Root Kipee Shell	\d	the	
    -_99E4BC126CEB784D	m0073ckeca01	Fragment of Basic Kipucka Shell	a	the	Fragments of Basic Kipucka Shell	\d	the	
    -_66D33DD2BCDB2AE7	m0073ckecb01	Fragment of Fine Kipucka Shell	a	the	Fragments of Fine Kipucka Shell	\d	the	
    -_CFCB3A4CD059C4C8	m0073ckece01	Fragment of Supreme Kipucka Shell	a	the	Fragments of Supreme Kipucka Shell	\d	the	
    -_46FB42ED1902F627	m0073ckedc01	Fragment of Choice Desert Kipucka Shell	a	the	Fragments of Choice Desert Kipucka Shell	\d	the	
    -_70260B43971CA9C9	m0073ckedd01	Fragment of Excellent Desert Kipucka Shell	a	the	Fragments of Excellent Desert Kipucka Shell	\d	the	
    -_520CCF05CE022887	m0073ckede01	Fragment of Supreme Desert Kipucka Shell	a	the	Fragments of Supreme Desert Kipucka Shell	\d	the	
    -_06FB3EF9D902F231	m0073ckefc01	Fragment of Choice Forest Kipucka Shell	a	the	Fragments of Choice Forest Kipucka Shell	\d	the	
    -_B2E61345972CADC8	m0073ckefd01	Fragment of Excellent Forest Kipucka Shell	a	the	Fragments of Excellent Forest Kipucka Shell	\d	the	
    -_461B2EF41922E228	m0073ckejc01	Fragment of Choice Jungle Kipucka Shell	a	the	Fragments of Choice Jungle Kipucka Shell	\d	the	
    -_33872349D3CA99C6	m0073ckejd01	Fragment of Excellent Jungle Kipucka Shell	a	the	Fragments of Excellent Jungle Kipucka Shell	\d	the	
    -_D2CAF7138D030481	m0073ckeje01	Fragment of Supreme Jungle Kipucka Shell	a	the	Fragments of Supreme Jungle Kipucka Shell	\d	the	
    -_40314E7BC5D90E10	m0073ckelc01	Fragment of Choice Lakes Kipucka Shell	a	the	Fragments of Choice Lakes Kipucka Shell	\d	the	
    -_58AC93A11D5894B9	m0073ckele01	Fragment of Supreme Lakes Kipucka Shell	a	the	Fragments of Supreme Lakes Kipucka Shell	\d	the	
    -_F1F35D9FA4F61DDB	m0073ckepc01	Fragment of Choice Prime Root Kipucka Shell	a	the	Fragments of Choice Prime Root Kipucka Shell	\d	the	
    -_9006E87DD4F5625A	m0073ckepd01	Fragment of Excellent Prime Root Kipucka Shell	a	the	Fragments of Excellent Prime Root Kipucka Shell	\d	the	
    -_285A0D13E70B576A	m0073ckepe01	Fragment of Supreme Prime Root Kipucka Shell	a	the	Fragments of Supreme Prime Root Kipucka Shell	\d	the	
    -_27CB1283F60AC49D	m0074ckeca01	Fragment of Basic Kipucka Rostrum	a	the	Fragments of Basic Kipucka Rostrum	\d	the	
    -_424AF3587A1DAEAB	m0074ckecb01	Fragment of Fine Kipucka Rostrum	a	the	Fragments of Fine Kipucka Rostrum	\d	the	
    -_CF13475E3292C3A0	m0074ckece01	Fragment of Supreme Kipucka Rostrum	a	the	Fragments of Supreme Kipucka Rostrum	\d	the	
    -_1C27CC4BA5726A31	m0074ckedc01	Fragment of Choice Desert Kipucka Rostrum	a	the	Fragments of Choice Desert Kipucka Rostrum	\d	the	
    -_CD46DAD543411CC8	m0074ckedd01	Fragment of Excellent Desert Kipucka Rostrum	a	the	Fragments of Excellent Desert Kipucka Rostrum	\d	the	
    -_6F3D7C4091DB6FD0	m0074ckede01	Fragment of Supreme Desert Kipucka Rostrum	a	the	Fragments of Supreme Desert Kipucka Rostrum	\d	the	
    -_5C27CC57E5127231	m0074ckefc01	Fragment of Choice Forest Kipucka Rostrum	a	the	Fragments of Choice Forest Kipucka Rostrum	\d	the	
    -_CF66DAD7835118D1	m0074ckefd01	Fragment of Excellent Forest Kipucka Rostrum	a	the	Fragments of Excellent Forest Kipucka Rostrum	\d	the	
    -_9B56A063E5738222	m0074ckejc01	Fragment of Choice Jungle Kipucka Rostrum	a	the	Fragments of Choice Jungle Kipucka Rostrum	\d	the	
    -_52A6DACCFE0010D3	m0074ckejd01	Fragment of Excellent Jungle Kipucka Rostrum	a	the	Fragments of Excellent Jungle Kipucka Rostrum	\d	the	
    -_6E0CA85C12DB33BB	m0074ckeje01	Fragment of Supreme Jungle Kipucka Rostrum	a	the	Fragments of Supreme Jungle Kipucka Rostrum	\d	the	
    -_E84080B9BB4734EC	m0074ckelc01	Fragment of Choice Lakes Kipucka Rostrum	a	the	Fragments of Choice Lakes Kipucka Rostrum	\d	the	
    -_37F7492CDD4AC830	m0074ckele01	Fragment of Supreme Lakes Kipucka Rostrum	a	the	Fragments of Supreme Lakes Kipucka Rostrum	\d	the	
    -_74BC6272FA26AEBA	m0074ckepc01	Fragment of Choice Prime Root Kipucka Rostrum	a	the	Fragments of Choice Prime Root Kipucka Rostrum	\d	the	
    -_AD31CA1049B22A0E	m0074ckepd01	Fragment of Excellent Prime Root Kipucka Rostrum	a	the	Fragments of Excellent Prime Root Kipucka Rostrum	\d	the	
    -_03D04D7C7542733B	m0074ckepe01	Fragment of Supreme Prime Root Kipucka Rostrum	a	the	Fragments of Supreme Prime Root Kipucka Rostrum	\d	the	
    -_DF95AC18F29C6856	m0076ckfca01	Fragment of Basic Kirosta Sting	a	the	Fragments of Basic Kirosta Sting	\d	the	
    -_64C499CE7D9C4EF5	m0076ckfcb01	Fragment of Fine Kirosta Sting	a	the	Fragments of Fine Kirosta Sting	\d	the	
    -_EF473B43D7ADF9D3	m0076ckfdd01	Fragment of Excellent Desert Kirosta Sting	a	the	Fragments of Excellent Desert Kirosta Sting	\d	the	
    -_31074345D7BDFDD2	m0076ckffd01	Fragment of Excellent Forest Kirosta Sting	a	the	Fragments of Excellent Forest Kirosta Sting	\d	the	
    -_B2A85349135BE9D0	m0076ckfjd01	Fragment of Excellent Jungle Kirosta Sting	a	the	Fragments of Excellent Jungle Kirosta Sting	\d	the	
    -_9489332ACB63348D	m0076ckfje01	Fragment of Supreme Jungle Kirosta Sting	a	the	Fragments of Supreme Jungle Kirosta Sting	\d	the	
    -_83E2628C06393E13	m0076ckflc01	Fragment of Choice Lakes Kirosta Sting	a	the	Fragments of Choice Lakes Kirosta Sting	\d	the	
    -_F7F35D9F6A58FDEA	m0076ckfpc01	Fragment of Choice Prime Root Kirosta Sting	a	the	Fragments of Choice Prime Root Kirosta Sting	\d	the	
    -_8EF7447995B68668	m0076ckfpd01	Fragment of Excellent Prime Root Kirosta Sting	a	the	Fragments of Excellent Prime Root Kirosta Sting	\d	the	
    -_285A3127E72A9F79	m0076ckfpe01	Fragment of Supreme Prime Root Kirosta Sting	a	the	Fragments of Supreme Prime Root Kirosta Sting	\d	the	
    -_BFFE85EA5C07BAE8	m0077ixxcc01	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_316720DE3F5DCD36	m0078ckica01	Fragment of Basic Kizoar Tail	a	the	Fragments of Basic Kizoar Tail	\d	the	
    -_9D9715C61A34DF50	m0078ckicb01	Fragment of Fine Kizoar Tail	a	the	Fragments of Fine Kizoar Tail	\d	the	
    -_FD564ED40E95FBDC	m0078ckidd01	Fragment of Excellent Desert Kizoar Tail	a	the	Fragments of Excellent Desert Kizoar Tail	\d	the	
    -_6B82267129A62F0B	m0078ckifc01	Fragment of Choice Forest Kizoar Tail	a	the	Fragments of Choice Forest Kizoar Tail	\d	the	
    -_BF764AE08EA5FBDB	m0078ckifd01	Fragment of Excellent Forest Kizoar Tail	a	the	Fragments of Excellent Forest Kizoar Tail	\d	the	
    -_12CAB27C3B839788	m0078ckife01	Fragment of Supreme Forest Kizoar Tail	a	the	Fragments of Supreme Forest Kizoar Tail	\d	the	
    -_80D63AEACB3403C8	m0078ckijd01	Fragment of Excellent Jungle Kizoar Tail	a	the	Fragments of Excellent Jungle Kizoar Tail	\d	the	
    -_B55063F40C81C42C	m0078ckipc01	Fragment of Choice Prime Root Kizoar Tail	a	the	Fragments of Choice Prime Root Kizoar Tail	\d	the	
    -_82CBAC266F7C9B0B	m0078ckipd01	Fragment of Excellent Prime Root Kizoar Tail	a	the	Fragments of Excellent Prime Root Kizoar Tail	\d	the	
    -_6132761FA425847D	m0078ckipe01	Fragment of Supreme Prime Root Kizoar Tail	a	the	Fragments of Supreme Prime Root Kizoar Tail	\d	the	
    -_B3F654DE80DDC933	m0081chgca01	Fragment of Basic Lumper Skin	a	the	Fragments of Basic Lumper Skin	\d	the	
    -_DED729BCD9750748	m0081chgcb01	Fragment of Fine Lumper Skin	a	the	Fragments of Fine Lumper Skin	\d	the	
    -_7B577EC8901507D6	m0081chgdd01	Fragment of Excellent Desert Lumper Skin	a	the	Fragments of Excellent Desert Lumper Skin	\d	the	
    -_3A4F8FFF4A91C81E	m0081chgpc01	Fragment of Choice Prime Root Lumper Skin	a	the	Fragments of Choice Prime Root Lumper Skin	\d	the	
    -_C30BC01C2EBDC303	m0081chgpd01	Fragment of Excellent Prime Root Lumper Skin	a	the	Fragments of Excellent Prime Root Lumper Skin	\d	the	
    -_68D2721F24465C77	m0081chgpe01	Fragment of Supreme Prime Root Lumper Skin	a	the	Fragments of Supreme Prime Root Lumper Skin	\d	the	
    -_6954DD9D4EAB7927	m0082chgca01	Fragment of Basic Lumper Spine	a	the	Fragments of Basic Lumper Spine	\d	the	
    -_5D574003124F952C	m0082chgcb01	Fragment of Fine Lumper Spine	a	the	Fragments of Fine Lumper Spine	\d	the	
    -_3CD6B7C8841547CA	m0082chgdd01	Fragment of Excellent Desert Lumper Spine	a	the	Fragments of Excellent Desert Lumper Spine	\d	the	
    -_5BF7BFADA5E62052	m0082chgpc01	Fragment of Choice Prime Root Lumper Spine	a	the	Fragments of Choice Prime Root Lumper Spine	\d	the	
    -_BDFEFA9F2B5795B5	m0082chgpd01	Fragment of Excellent Prime Root Lumper Spine	a	the	Fragments of Excellent Prime Root Lumper Spine	\d	the	
    -_3031B7930A8E9B7A	m0082chgpe01	Fragment of Supreme Prime Root Lumper Spine	a	the	Fragments of Supreme Prime Root Lumper Spine	\d	the	
    -_086E68976F573590	m0083chgca01	Tuft of Basic Lumper Whiskers	a	the	Tufts of Basic Lumper Whiskers	\d	the	
    -_9BA5D73323C88DFC	m0083chgcb01	Tuft of Fine Lumper Whiskers	a	the	Tufts of Fine Lumper Whiskers	\d	the	
    -_14F6E794FE97D235	m0083chgdd01	Tuft of Excellent Desert Lumper Whiskers	a	the	Tufts of Excellent Desert Lumper Whiskers	\d	the	
    -_9042B784389020AF	m0083chgpc01	Tuft of Choice Prime Root Lumper Whiskers	a	the	Tufts of Choice Prime Root Lumper Whiskers	\d	the	
    -_F0ED9BFB08FC1C4F	m0083chgpd01	Tuft of Excellent Prime Root Lumper Whiskers	a	the	Tufts of Excellent Prime Root Lumper Whiskers	\d	the	
    -_4F8F43E9011A03D1	m0083chgpe01	Tuft of Supreme Prime Root Lumper Whiskers	a	the	Tufts of Supreme Prime Root Lumper Whiskers	\d	the	
    -_6813A1639B19D47A	m0086chhca01	Fragment of Basic Mektoub Skin	a	the	Fragments of Basic Mektoub Skin	\d	the	
    -_6F574C02893B2E00	m0086chhcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_FCC52B874D1278DE	m0086chhdd01	Fragment of Excellent Desert Mektoub Skin	a	the	Fragments of Excellent Desert Mektoub Skin	\d	the	
    -_5F8C0E3B4952EE67	m0086chhfc01	Fragment of Choice Forest Mektoub Skin	a	the	Fragments of Choice Forest Mektoub Skin	\d	the	
    -_80493F15D320EF4A	m0086chhld01	Fragment of Excellent Lakes Mektoub Skin	a	the	Fragments of Excellent Lakes Mektoub Skin	\d	the	
    -_155482BC37B67C5C	m0086chhpc01	Fragment of Choice Prime Root Mektoub Skin	a	the	Fragments of Choice Prime Root Mektoub Skin	\d	the	
    -_CFFE069EA2432E89	m0086chhpd01	Fragment of Excellent Prime Root Mektoub Skin	a	the	Fragments of Excellent Prime Root Mektoub Skin	\d	the	
    -_20CBC9994F2E6362	m0086chhpe01	Fragment of Supreme Prime Root Mektoub Skin	a	the	Fragments of Supreme Prime Root Mektoub Skin	\d	the	
    -_6F574C02C93B2E00	m0086chicb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_6F574C02093B2E00	m0086chjcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_F644E72E3C4CAB7B	m0087chhca01	Basic Mektoub Trunk	a	the	Basic Mektoub Trunks	\d	the	
    -_DAE6638D902CB79A	m0087chhcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_EBDD69FF888DD55F	m0087chhdd01	Excellent Desert Mektoub Trunk	an	the	Excellent Desert Mektoub Trunks	\d	the	
    -_18481919F476755B	m0087chhfc01	Choice Forest Mektoub Trunk	a	the	Choice Forest Mektoub Trunks	\d	the	
    -_62CF0921DB1BE548	m0087chhld01	Excellent Lakes Mektoub Trunk	an	the	Excellent Lakes Mektoub Trunks	\d	the	
    -_8195CC3E41150C86	m0087chhpc01	Choice Prime Root Mektoub Trunk	a	the	Choice Prime Root Mektoub Trunks	\d	the	
    -_67349BE9A2025D11	m0087chhpd01	Excellent Prime Root Mektoub Trunk	an	the	Excellent Prime Root Mektoub Trunks	\d	the	
    -_93D0D94438532711	m0087chhpe01	Supreme Prime Root Mektoub Trunk	a	the	Supreme Prime Root Mektoub Trunks	\d	the	
    -_DAE6638DD02CB79A	m0087chicb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_DAE6638D102CB79A	m0087chjcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_9AD035316315132E	m0093dxacb01	Bundle of Basic Motega Wood	a	the	Bundles of Basic Motega Wood	\d	the	
    -_4F63E96B6695581F	m0093dxacc01	Bundle of Fine Motega Wood	a	the	Bundles of Fine Motega Wood	\d	the	
    -_4C5ECFF49FE1356E	m0093dxadd01	Bundle of Choice Desert Motega Wood	a	the	Bundles of Choice Desert Motega Wood	\d	the	
    -_D78ACA5261B1E990	m0093dxade01	Bundle of Excellent Desert Motega Wood	a	the	Bundles of Excellent Desert Motega Wood	\d	the	
    -_FCD1430411863869	m0093dxadf01	Bundle of Supreme Desert Motega Wood	a	the	Bundles of Supreme Desert Motega Wood	\d	the	
    -_4C5ED7F61F21456E	m0093dxafd01	Bundle of Choice Forest Motega Wood	a	the	Bundles of Choice Forest Motega Wood	\d	the	
    -_577AF256A1B1E59B	m0093dxafe01	Bundle of Excellent Forest Motega Wood	a	the	Bundles of Excellent Forest Motega Wood	\d	the	
    -_3CE13F0F13A63869	m0093dxaff01	Bundle of Supreme Forest Motega Wood	a	the	Bundles of Supreme Forest Motega Wood	\d	the	
    -_4C7C9FFE1DE3656E	m0093dxajd01	Bundle of Choice Jungle Motega Wood	a	the	Bundles of Choice Jungle Motega Wood	\d	the	
    -_D8390A4FE0D1999A	m0093dxaje01	Bundle of Excellent Jungle Motega Wood	a	the	Bundles of Excellent Jungle Motega Wood	\d	the	
    -_B790371596E6385A	m0093dxajf01	Bundle of Supreme Jungle Motega Wood	a	the	Bundles of Supreme Jungle Motega Wood	\d	the	
    -_B0543DDDEA184AAA	m0093dxald01	Bundle of Choice Lakes Motega Wood	a	the	Bundles of Choice Lakes Motega Wood	\d	the	
    -_F8BF2B960A8C7159	m0093dxale01	Bundle of Excellent Lakes Motega Wood	a	the	Bundles of Excellent Lakes Motega Wood	\d	the	
    -_038F53531C013DA4	m0093dxalf01	Bundle of Supreme Lakes Motega Wood	a	the	Bundles of Supreme Lakes Motega Wood	\d	the	
    -_7FB7EB1A902E8B42	m0093dxapd01	Bundle of Choice Prime Root Motega Wood	a	the	Bundles of Choice Prime Root Motega Wood	\d	the	
    -_775BE11239DAA777	m0093dxape01	Bundle of Excellent Prime Root Motega Wood	a	the	Bundles of Excellent Prime Root Motega Wood	\d	the	
    -_9B7C10AF5837693F	m0093dxapf01	Bundle of Supreme Prime Root Motega Wood	a	the	Bundles of Supreme Prime Root Motega Wood	\d	the	
    -_EF878ADCE35AD398	m0100dxacb01	Basic Patee Wood Node	a	the	Basic Patee Wood Nodes	\d	the	
    -_54DAEBC266E37F22	m0100dxacc01	Fine Patee Wood Node	a	the	Fine Patee Wood Nodes	\d	the	
    -_08DFF8C3D7165542	m0100dxadd01	Choice Desert Patee Wood Node	a	the	Choice Desert Patee Wood Nodes	\d	the	
    -_B2A6DD665F0CF59C	m0100dxade01	Excellent Desert Patee Wood Node	an	the	Excellent Desert Patee Wood Nodes	\d	the	
    -_123F81C2B55A305B	m0100dxadf01	Supreme Desert Patee Wood Node	a	the	Supreme Desert Patee Wood Nodes	\d	the	
    -_88DFF8C61706794E	m0100dxafd01	Choice Forest Patee Wood Node	a	the	Choice Forest Patee Wood Nodes	\d	the	
    -_32B6DD67212CF1A6	m0100dxafe01	Excellent Forest Patee Wood Node	an	the	Excellent Forest Patee Wood Nodes	\d	the	
    -_124F81C4376A585D	m0100dxaff01	Supreme Forest Patee Wood Node	a	the	Supreme Forest Patee Wood Nodes	\d	the	
    -_89DFBCB4D6E58158	m0100dxajd01	Choice Jungle Patee Wood Node	a	the	Choice Jungle Patee Wood Nodes	\d	the	
    -_6F45E558E28CE1AC	m0100dxaje01	Excellent Jungle Patee Wood Node	an	the	Excellent Jungle Patee Wood Nodes	\d	the	
    -_4EDE4DBD39697061	m0100dxajf01	Supreme Jungle Patee Wood Node	a	the	Supreme Jungle Patee Wood Nodes	\d	the	
    -_B3B50301D16334FF	m0100dxald01	Choice Lakes Patee Wood Node	a	the	Choice Lakes Patee Wood Nodes	\d	the	
    -_933219C5363983AF	m0100dxale01	Excellent Lakes Patee Wood Node	an	the	Excellent Lakes Patee Wood Nodes	\d	the	
    -_648661959E91E9D4	m0100dxalf01	Supreme Lakes Patee Wood Node	a	the	Supreme Lakes Patee Wood Nodes	\d	the	
    -_AAA5969CAD4A8C10	m0100dxapd01	Choice Prime Root Patee Wood Node	a	the	Choice Prime Root Patee Wood Nodes	\d	the	
    -_7743D2A980CBFEDA	m0100dxape01	Excellent Prime Root Patee Wood Node	an	the	Excellent Prime Root Patee Wood Nodes	\d	the	
    -_B343033E3CC03FA1	m0100dxapf01	Supreme Prime Root Patee Wood Node	a	the	Supreme Prime Root Patee Wood Nodes	\d	the	
    -_DAE5F8B36211ED8D	m0101dxacb01	Handful of Basic Perfling Bark	a	the	Handfuls of Basic Perfling Bark	\d	the	
    -_88C819CD54BFA06B	m0101dxacc01	Handful of Fine Perfling Bark	a	the	Handfuls of Fine Perfling Bark	\d	the	
    -_9572964E549C3653	m0101dxadd01	Handful of Choice Desert Perfling Bark	a	the	Handfuls of Choice Desert Perfling Bark	\d	the	
    -_2C69E7B4C7B068CC	m0101dxade01	Handful of Excellent Desert Perfling Bark	a	the	Handfuls of Excellent Desert Perfling Bark	\d	the	
    -_6E26B76BC5FEA3CD	m0101dxadf01	Handful of Supreme Desert Perfling Bark	a	the	Handfuls of Supreme Desert Perfling Bark	\d	the	
    -_55229E4FD6BC3A53	m0101dxafd01	Handful of Choice Forest Perfling Bark	a	the	Handfuls of Choice Forest Perfling Bark	\d	the	
    -_2C09EBC047B06CCC	m0101dxafe01	Handful of Excellent Forest Perfling Bark	a	the	Handfuls of Excellent Forest Perfling Bark	\d	the	
    -_2E26B37785FE9FD7	m0101dxaff01	Handful of Supreme Forest Perfling Bark	a	the	Handfuls of Supreme Forest Perfling Bark	\d	the	
    -_9012B64F580B1E55	m0101dxajd01	Handful of Choice Jungle Perfling Bark	a	the	Handfuls of Choice Jungle Perfling Bark	\d	the	
    -_6A8AEBCA48BF50BF	m0101dxaje01	Handful of Excellent Jungle Perfling Bark	a	the	Handfuls of Excellent Jungle Perfling Bark	\d	the	
    -_6E46A372C51E8FCE	m0101dxajf01	Handful of Supreme Jungle Perfling Bark	a	the	Handfuls of Supreme Jungle Perfling Bark	\d	the	
    -_1DEE9BBDF74BF22F	m0101dxald01	Handful of Choice Lakes Perfling Bark	a	the	Handfuls of Choice Lakes Perfling Bark	\d	the	
    -_F7F9E3214ED1D37B	m0101dxale01	Handful of Excellent Lakes Perfling Bark	a	the	Handfuls of Excellent Lakes Perfling Bark	\d	the	
    -_3CC63F630397CA4A	m0101dxalf01	Handful of Supreme Lakes Perfling Bark	a	the	Handfuls of Supreme Lakes Perfling Bark	\d	the	
    -_893D93BBBD8ACFB1	m0101dxapd01	Handful of Choice Prime Root Perfling Bark	a	the	Handfuls of Choice Prime Root Perfling Bark	\d	the	
    -_291F09067743202A	m0101dxape01	Handful of Excellent Prime Root Perfling Bark	a	the	Handfuls of Excellent Prime Root Perfling Bark	\d	the	
    -_B0711B26B99F8178	m0101dxapf01	Handful of Supreme Prime Root Perfling Bark	a	the	Handfuls of Supreme Prime Root Perfling Bark	\d	the	
    -_C8C361BF8B84A55D	m0102dxacb01	Basic Pha Amber	a	the	Basic Pha Amber	\d	the	
    -_81D3918F59B6E5CC	m0102dxacc01	Fine Pha Amber	a	the	Fine Pha Amber	\d	the	
    -_772B0F5480E05724	m0102dxadd01	Choice Desert Pha Amber	a	the	Choice Desert Pha Amber	\d	the	
    -_1236D4DC1C73F719	m0102dxade01	Excellent Desert Pha Amber	an	the	Excellent Desert Pha Amber	\d	the	
    -_EB48B3CC4684EC53	m0102dxadf01	Supreme Desert Pha Amber	a	the	Supreme Desert Pha Amber	\d	the	
    -_B7CB1756C0E0572E	m0102dxafd01	Choice Forest Pha Amber	a	the	Choice Forest Pha Amber	\d	the	
    -_5246D0E71E93F719	m0102dxafe01	Excellent Forest Pha Amber	an	the	Excellent Forest Pha Amber	\d	the	
    -_6B48B3CF8674105F	m0102dxaff01	Supreme Forest Pha Amber	a	the	Supreme Forest Pha Amber	\d	the	
    -_B72C274BFF0F2B36	m0102dxajd01	Choice Jungle Pha Amber	a	the	Choice Jungle Pha Amber	\d	the	
    -_CDF5C8EDA1D3F70A	m0102dxaje01	Excellent Jungle Pha Amber	an	the	Excellent Jungle Pha Amber	\d	the	
    -_6C4877BD45531869	m0102dxajf01	Supreme Jungle Pha Amber	a	the	Supreme Jungle Pha Amber	\d	the	
    -_89965748A1DE68A1	m0102dxald01	Choice Lakes Pha Amber	a	the	Choice Lakes Pha Amber	\d	the	
    -_072C6FC4022F1333	m0102dxale01	Excellent Lakes Pha Amber	an	the	Excellent Lakes Pha Amber	\d	the	
    -_E400B71D4E632F97	m0102dxalf01	Supreme Lakes Pha Amber	a	the	Supreme Lakes Pha Amber	\d	the	
    -_CE0D0CCED647345A	m0102dxapd01	Choice Prime Root Pha Amber	a	the	Choice Prime Root Pha Amber	\d	the	
    -_506815FFC49DB477	m0102dxape01	Excellent Prime Root Pha Amber	an	the	Excellent Prime Root Pha Amber	\d	the	
    -_8C924B3F1D342987	m0102dxapf01	Supreme Prime Root Pha Amber	a	the	Supreme Prime Root Pha Amber	\d	the	
    -_581275A639247596	m0103dxacb01	Basic Pilan Oil	some	the	Basic Pilan Oils	\d	the	
    -_F1B57E9ED481A9FB	m0103dxacc01	Fine Pilan Oil	some	the	Fine Pilan Oils	\d	the	
    -_077A233B2E80275D	m0103dxadd01	Choice Desert Pilan Oil	some	the	Choice Desert Pilan Oils	\d	the	
    -_FA348D281F22EF0B	m0103dxade01	Excellent Desert Pilan Oil	some	the	Excellent Desert Pilan Oils	\d	the	
    -_AA27776C3E6A1D60	m0103dxadf01	Supreme Desert Pilan Oil	some	the	Supreme Desert Pilan Oils	\d	the	
    -_471A2B3D6E802767	m0103dxafd01	Choice Forest Pilan Oil	some	the	Choice Forest Pilan Oils	\d	the	
    -_3A4489332142EF0B	m0103dxafe01	Excellent Forest Pilan Oil	some	the	Excellent Forest Pilan Oils	\d	the	
    -_2A27776F7E5A416C	m0103dxaff01	Supreme Forest Pilan Oil	some	the	Supreme Forest Pilan Oils	\d	the	
    -_477B3B32ADAFFB6F	m0103dxajd01	Choice Jungle Pilan Oil	some	the	Choice Jungle Pilan Oils	\d	the	
    -_B5F38139A482EFFC	m0103dxaje01	Excellent Jungle Pilan Oil	some	the	Excellent Jungle Pilan Oils	\d	the	
    -_2B273B5D3D394976	m0103dxajf01	Supreme Jungle Pilan Oil	some	the	Supreme Jungle Pilan Oils	\d	the	
    -_DA14266FF25C37C9	m0103dxald01	Choice Lakes Pilan Oil	some	the	Choice Lakes Pilan Oils	\d	the	
    -_C60B3364FA154440	m0103dxale01	Excellent Lakes Pilan Oil	some	the	Excellent Lakes Pilan Oils	\d	the	
    -_54E2A42CC92EF3C6	m0103dxalf01	Supreme Lakes Pilan Oil	some	the	Supreme Lakes Pilan Oils	\d	the	
    -_CB8F15D317B40F75	m0103dxapd01	Choice Prime Root Pilan Oil	some	the	Choice Prime Root Pilan Oils	\d	the	
    -_C04A020E3F6878A6	m0103dxape01	Excellent Prime Root Pilan Oil	some	the	Excellent Prime Root Pilan Oils	\d	the	
    -_1745872D4946E246	m0103dxapf01	Supreme Prime Root Pilan Oil	some	the	Supreme Prime Root Pilan Oils	\d	the	
    -_5EC911ACCDC12784	m0106cceca01	Fragment of Basic Ragus Claw	a	the	Fragments of Basic Ragus Claw	\d	the	
    -_3469B1F4C4A8F146	m0106ccecb01	Fragment of Fine Ragus Claw	a	the	Fragments of Fine Ragus Claw	\d	the	
    -_2944216FA9884C2C	m0106ccefe01	Fragment of Supreme Forest Ragus Claw	a	the	Fragments of Supreme Forest Ragus Claw	\d	the	
    -_5154C77367195155	m0106ccejc01	Fragment of Choice Jungle Ragus Claw	a	the	Fragments of Choice Jungle Ragus Claw	\d	the	
    -_2B433977E5171821	m0106cceje01	Fragment of Supreme Jungle Ragus Claw	a	the	Fragments of Supreme Jungle Ragus Claw	\d	the	
    -_5A7575267DB92EBF	m0106ccelc01	Fragment of Choice Lakes Ragus Claw	a	the	Fragments of Choice Lakes Ragus Claw	\d	the	
    -_D31225953877C8F8	m0106cceld01	Fragment of Excellent Lakes Ragus Claw	a	the	Fragments of Excellent Lakes Ragus Claw	\d	the	
    -_6C1727AFD4545B10	m0106ccele01	Fragment of Supreme Lakes Ragus Claw	a	the	Fragments of Supreme Lakes Ragus Claw	\d	the	
    -_E4C398BA94533E9F	m0106ccepe01	Fragment of Supreme Prime Root Ragus Claw	a	the	Fragments of Supreme Prime Root Ragus Claw	\d	the	
    -_65E80146A5EB67C8	m0107cceca01	Basic Ragus Leather	a	the	Basic Ragus Leathers	\d	the	
    -_DA4B62E71F494B8B	m0107ccecb01	Fine Ragus Leather	a	the	Fine Ragus Leathers	\d	the	
    -_BE75BDF1A0FA49BA	m0107ccefe01	Supreme Forest Ragus Leather	a	the	Supreme Forest Ragus Leathers	\d	the	
    -_50404F151D87655E	m0107ccejc01	Choice Jungle Ragus Leather	a	the	Choice Jungle Ragus Leathers	\d	the	
    -_FD9571F421B961AF	m0107cceje01	Supreme Jungle Ragus Leather	a	the	Supreme Jungle Ragus Leathers	\d	the	
    -_4398F4CF4493C349	m0107ccelc01	Choice Lakes Ragus Leather	a	the	Choice Lakes Ragus Leathers	\d	the	
    -_1164ADAA65AA18CA	m0107cceld01	Excellent Lakes Ragus Leather	an	the	Excellent Lakes Ragus Leathers	\d	the	
    -_3B77B8C716F76504	m0107ccele01	Supreme Lakes Ragus Leather	a	the	Supreme Lakes Ragus Leathers	\d	the	
    -_5AEAB14CBC8F06F7	m0107ccepe01	Supreme Prime Root Ragus Leather	a	the	Supreme Prime Root Ragus Leathers	\d	the	
    -_FD287E6069142110	m0109dxacb01	Phial of Basic Redhot Sap	a	the	Phials of Basic Redhot Sap	\d	the	
    -_4C4D1D4C88689FBC	m0109dxacc01	Phial of Fine Redhot Sap	a	the	Phials of Fine Redhot Sap	\d	the	
    -_9EC2D738DEE23FCE	m0109dxadd01	Phial of Choice Desert Redhot Sap	a	the	Phials of Choice Desert Redhot Sap	\d	the	
    -_DFAF1EB4784910AC	m0109dxade01	Phial of Excellent Desert Redhot Sap	a	the	Phials of Excellent Desert Redhot Sap	\d	the	
    -_3C236056E4363751	m0109dxadf01	Phial of Supreme Desert Redhot Sap	a	the	Phials of Supreme Desert Redhot Sap	\d	the	
    -_20E2D73BDEE267CF	m0109dxafd01	Phial of Choice Forest Redhot Sap	a	the	Phials of Choice Forest Redhot Sap	\d	the	
    -_1F9F42C2F84910AD	m0109dxafe01	Phial of Excellent Forest Redhot Sap	a	the	Phials of Excellent Forest Redhot Sap	\d	the	
    -_3C236459A4C66753	m0109dxaff01	Phial of Supreme Forest Redhot Sap	a	the	Phials of Supreme Forest Redhot Sap	\d	the	
    -_A2229B389A3087CF	m0109dxajd01	Phial of Choice Jungle Redhot Sap	a	the	Phials of Choice Jungle Redhot Sap	\d	the	
    -_DE7E4AD0F949D497	m0109dxaje01	Phial of Excellent Jungle Redhot Sap	a	the	Phials of Excellent Jungle Redhot Sap	\d	the	
    -_3C320C5823E68F57	m0109dxajf01	Phial of Supreme Jungle Redhot Sap	a	the	Phials of Supreme Jungle Redhot Sap	\d	the	
    -_C158B5C5D79FFD20	m0109dxald01	Phial of Choice Lakes Redhot Sap	a	the	Phials of Choice Lakes Redhot Sap	\d	the	
    -_CF221C4D93CEB6C1	m0109dxale01	Phial of Excellent Lakes Redhot Sap	a	the	Phials of Excellent Lakes Redhot Sap	\d	the	
    -_00B83E2C3E95CD49	m0109dxalf01	Phial of Supreme Lakes Redhot Sap	a	the	Phials of Supreme Lakes Redhot Sap	\d	the	
    -_E7D4E591BD3AC237	m0109dxapd01	Phial of Choice Prime Root Redhot Sap	a	the	Phials of Choice Prime Root Redhot Sap	\d	the	
    -_A545B4092AAD4FFE	m0109dxape01	Phial of Excellent Prime Root Redhot Sap	a	the	Phials of Excellent Prime Root Redhot Sap	\d	the	
    -_D4DACDCA3BD637CE	m0109dxapf01	Phial of Supreme Prime Root Redhot Sap	a	the	Phials of Supreme Prime Root Redhot Sap	\d	the	
    -_DD84797E5122E27D	m0113dxacb01	Basic Sarina Seed	a	the	Basic Sarina Seeds	\d	the	
    -_07045E65C775A2B6	m0113dxacc01	Fine Sarina Seed	a	the	Fine Sarina Seeds	\d	the	
    -_462DAF37F58D9C55	m0113dxadd01	Choice Desert Sarina Seed	a	the	Choice Desert Sarina Seeds	\d	the	
    -_D939FD1A5981872B	m0113dxade01	Excellent Desert Sarina Seed	an	the	Excellent Desert Sarina Seeds	\d	the	
    -_38885649DE8A3D4F	m0113dxadf01	Supreme Desert Sarina Seed	a	the	Supreme Desert Sarina Seeds	\d	the	
    -_C61DD73B358D9860	m0113dxafd01	Choice Forest Sarina Seed	a	the	Choice Forest Sarina Seeds	\d	the	
    -_1949F9255BA1872B	m0113dxafe01	Excellent Forest Sarina Seed	an	the	Excellent Forest Sarina Seeds	\d	the	
    -_BAA8564CDE8A6550	m0113dxaff01	Supreme Forest Sarina Seed	a	the	Supreme Forest Sarina Seeds	\d	the	
    -_47DCEF3474AD4C5F	m0113dxajd01	Choice Jungle Sarina Seed	a	the	Choice Jungle Sarina Seeds	\d	the	
    -_94F8F12BDEE1871C	m0113dxaje01	Excellent Jungle Sarina Seed	an	the	Excellent Jungle Sarina Seeds	\d	the	
    -_3CE81A499AD88550	m0113dxajf01	Supreme Jungle Sarina Seed	a	the	Supreme Jungle Sarina Seeds	\d	the	
    -_625267906EBCDFE4	m0113dxald01	Choice Lakes Sarina Seed	a	the	Choice Lakes Sarina Seeds	\d	the	
    -_7F6A1EDBA6C67C20	m0113dxale01	Excellent Lakes Sarina Seed	an	the	Excellent Lakes Sarina Seeds	\d	the	
    -_AB31D42C6BA20C74	m0113dxalf01	Supreme Lakes Sarina Seed	a	the	Supreme Lakes Sarina Seeds	\d	the	
    -_9483C0CA1F316069	m0113dxapd01	Choice Prime Root Sarina Seed	a	the	Choice Prime Root Sarina Seeds	\d	the	
    -_29DA3EEEEF3C44D8	m0113dxape01	Excellent Prime Root Sarina Seed	an	the	Excellent Prime Root Sarina Seeds	\d	the	
    -_4B5548B9F327DCA1	m0113dxapf01	Supreme Prime Root Sarina Seed	a	the	Supreme Prime Root Sarina Seeds	\d	the	
    -_5651F8A2D39C9FA6	m0115dxacb01	Basic Saurona Seed	a	the	Basic Saurona Seeds	\d	the	
    -_A1455A4FD4040D7F	m0115dxacc01	Fine Saurona Seed	a	the	Fine Saurona Seeds	\d	the	
    -_05B9A637C8F8516D	m0115dxadd01	Choice Desert Saurona Seed	a	the	Choice Desert Saurona Seeds	\d	the	
    -_F0C971F38E62D14F	m0115dxade01	Excellent Desert Saurona Seed	an	the	Excellent Desert Saurona Seeds	\d	the	
    -_DE322F342DDC4D46	m0115dxadf01	Supreme Desert Saurona Seed	a	the	Supreme Desert Saurona Seeds	\d	the	
    -_4559AE3908F85177	m0115dxafd01	Choice Forest Saurona Seed	a	the	Choice Forest Saurona Seeds	\d	the	
    -_F0C999F61082D150	m0115dxafe01	Excellent Forest Saurona Seed	an	the	Excellent Forest Saurona Seeds	\d	the	
    -_5E322F376DCC7152	m0115dxaff01	Supreme Forest Saurona Seed	a	the	Supreme Forest Saurona Seeds	\d	the	
    -_45BABE2E4727257F	m0115dxajd01	Choice Jungle Saurona Seed	a	the	Choice Jungle Saurona Seeds	\d	the	
    -_AC17B9FA92C29549	m0115dxaje01	Excellent Jungle Saurona Seed	an	the	Excellent Jungle Saurona Seeds	\d	the	
    -_5F32F3252CAB795C	m0115dxajf01	Supreme Jungle Saurona Seed	a	the	Supreme Jungle Saurona Seeds	\d	the	
    -_23ADD868E31E18B2	m0115dxald01	Choice Lakes Saurona Seed	a	the	Choice Lakes Saurona Seeds	\d	the	
    -_77A65D45A4552733	m0115dxale01	Excellent Lakes Saurona Seed	an	the	Excellent Lakes Saurona Seeds	\d	the	
    -_047280DDC9B1574A	m0115dxalf01	Supreme Lakes Saurona Seed	a	the	Supreme Lakes Saurona Seeds	\d	the	
    -_E1FFDDBC99FBF498	m0115dxapd01	Choice Prime Root Saurona Seed	a	the	Choice Prime Root Saurona Seeds	\d	the	
    -_A95B8DEAFD3A461A	m0115dxape01	Excellent Prime Root Saurona Seed	an	the	Excellent Prime Root Saurona Seeds	\d	the	
    -_1165F39172A35E90	m0115dxapf01	Supreme Prime Root Saurona Seed	a	the	Supreme Prime Root Saurona Seeds	\d	the	
    -_08F361C28B84A562	m0117dxacb01	Basic Sha Amber	a	the	Basic Sha Amber	\d	the	
    -_C1D39D8F59E6E5D1	m0117dxacc01	Fine Sha Amber	a	the	Fine Sha Amber	\d	the	
    -_B75B0F5780E05729	m0117dxadd01	Choice Desert Sha Amber	a	the	Choice Desert Sha Amber	\d	the	
    -_5236D4DC1CA3031E	m0117dxade01	Excellent Desert Sha Amber	an	the	Excellent Desert Sha Amber	\d	the	
    -_EB78B3CC4684EC58	m0117dxadf01	Supreme Desert Sha Amber	a	the	Supreme Desert Sha Amber	\d	the	
    -_F7FB1759C0E05733	m0117dxafd01	Choice Forest Sha Amber	a	the	Choice Forest Sha Amber	\d	the	
    -_9246D0E71EC3031E	m0117dxafe01	Excellent Forest Sha Amber	an	the	Excellent Forest Sha Amber	\d	the	
    -_6B78B3CF86741064	m0117dxaff01	Supreme Forest Sha Amber	a	the	Supreme Forest Sha Amber	\d	the	
    -_F75C274EFF0F2B3B	m0117dxajd01	Choice Jungle Sha Amber	a	the	Choice Jungle Sha Amber	\d	the	
    -_0DF5C8EDA103030F	m0117dxaje01	Excellent Jungle Sha Amber	an	the	Excellent Jungle Sha Amber	\d	the	
    -_6C7877BD4553186E	m0117dxajf01	Supreme Jungle Sha Amber	a	the	Supreme Jungle Sha Amber	\d	the	
    -_C996574BA1DE68A9	m0117dxald01	Choice Lakes Sha Amber	a	the	Choice Lakes Sha Amber	\d	the	
    -_075C6FC4022F1338	m0117dxale01	Excellent Lakes Sha Amber	an	the	Excellent Lakes Sha Amber	\d	the	
    -_2400C31D4E932F9C	m0117dxalf01	Supreme Lakes Sha Amber	a	the	Supreme Lakes Sha Amber	\d	the	
    -_0E0D0CD1D677345F	m0117dxapd01	Choice Prime Root Sha Amber	a	the	Choice Prime Root Sha Amber	\d	the	
    -_906821FFC4CDB47C	m0117dxape01	Excellent Prime Root Sha Amber	an	the	Excellent Prime Root Sha Amber	\d	the	
    -_CCC24B3FDD34298C	m0117dxapf01	Supreme Prime Root Sha Amber	a	the	Supreme Prime Root Sha Amber	\d	the	
    -_083461C28AD4957C	m0118dxacb01	Basic Shu Fiber	a	the	Basic Shu Fibers	\d	the	
    -_C5239DA359A6F9D2	m0118dxacc01	Fine Shu Fiber	a	the	Fine Shu Fibers	\d	the	
    -_B79C0F577F304743	m0118dxadd01	Choice Desert Shu Fiber	a	the	Choice Desert Shu Fibers	\d	the	
    -_5146E8F021A3031F	m0118dxade01	Excellent Desert Shu Fiber	an	the	Excellent Desert Shu Fibers	\d	the	
    -_EB78B3C886D43C6D	m0118dxadf01	Supreme Desert Shu Fiber	a	the	Supreme Desert Shu Fibers	\d	the	
    -_F73C1759BF30474D	m0118dxafd01	Choice Forest Shu Fiber	a	the	Choice Forest Shu Fibers	\d	the	
    -_9156E4FB23C3031F	m0118dxafe01	Excellent Forest Shu Fiber	an	the	Excellent Forest Shu Fibers	\d	the	
    -_6B78B3CBC6C46079	m0118dxaff01	Supreme Forest Shu Fiber	a	the	Supreme Forest Shu Fibers	\d	the	
    -_F79D274EFE5F1B55	m0118dxajd01	Choice Jungle Shu Fiber	a	the	Choice Jungle Shu Fibers	\d	the	
    -_0C05DC01A6030310	m0118dxaje01	Excellent Jungle Shu Fiber	an	the	Excellent Jungle Shu Fibers	\d	the	
    -_6C7877B985A36883	m0118dxajf01	Supreme Jungle Shu Fiber	a	the	Supreme Jungle Shu Fibers	\d	the	
    -_C9D74750A11F58AF	m0118dxald01	Choice Lakes Shu Fiber	a	the	Choice Lakes Shu Fibers	\d	the	
    -_075C6FC0427F634D	m0118dxale01	Excellent Lakes Shu Fiber	an	the	Excellent Lakes Shu Fibers	\d	the	
    -_2850C3314E53439D	m0118dxalf01	Supreme Lakes Shu Fiber	a	the	Supreme Lakes Shu Fibers	\d	the	
    -_0D9E0CE5D6772465	m0118dxapd01	Choice Prime Root Shu Fiber	a	the	Choice Prime Root Shu Fibers	\d	the	
    -_94B82113C48DC87D	m0118dxape01	Excellent Prime Root Shu Fiber	an	the	Excellent Prime Root Shu Fibers	\d	the	
    -_0DC29B3FDC84299D	m0118dxapf01	Supreme Prime Root Shu Fiber	a	the	Supreme Prime Root Shu Fibers	\d	the	
    -_52A650124A33BD37	m0119dxacb01	Phial of Basic Silverweed Sap	a	the	Phials of Basic Silverweed Sap	\d	the	
    -_5EFDC33566B5C3B8	m0119dxacc01	Phial of Fine Silverweed Sap	a	the	Phials of Fine Silverweed Sap	\d	the	
    -_7723AEFF3B1ED6E0	m0119dxadd01	Phial of Choice Desert Silverweed Sap	a	the	Phials of Choice Desert Silverweed Sap	\d	the	
    -_E2A3D20265522643	m0119dxade01	Phial of Excellent Desert Silverweed Sap	a	the	Phials of Excellent Desert Silverweed Sap	\d	the	
    -_8A56E1A7C9314CC2	m0119dxadf01	Phial of Supreme Desert Silverweed Sap	a	the	Phials of Supreme Desert Silverweed Sap	\d	the	
    -_7733AE01BD2EFEE2	m0119dxafd01	Phial of Choice Forest Silverweed Sap	a	the	Phials of Choice Forest Silverweed Sap	\d	the	
    -_22A3CE0FE5424E45	m0119dxafe01	Phial of Excellent Forest Silverweed Sap	a	the	Phials of Excellent Forest Silverweed Sap	\d	the	
    -_8A460DAB89D154C3	m0119dxaff01	Phial of Supreme Forest Silverweed Sap	a	the	Phials of Supreme Forest Silverweed Sap	\d	the	
    -_B3C27AFABF2D16E6	m0119dxajd01	Phial of Choice Jungle Silverweed Sap	a	the	Phials of Choice Jungle Silverweed Sap	\d	the	
    -_61C382126601663A	m0119dxaje01	Phial of Excellent Jungle Silverweed Sap	a	the	Phials of Excellent Jungle Silverweed Sap	\d	the	
    -_0A1409B5883228BC	m0119dxajf01	Phial of Supreme Jungle Silverweed Sap	a	the	Phials of Supreme Jungle Silverweed Sap	\d	the	
    -_34BC657062072F5B	m0119dxald01	Phial of Choice Lakes Silverweed Sap	a	the	Phials of Choice Lakes Silverweed Sap	\d	the	
    -_4611D4C04F0D9410	m0119dxale01	Phial of Excellent Lakes Silverweed Sap	a	the	Phials of Excellent Lakes Silverweed Sap	\d	the	
    -_12292D1D1C21A83D	m0119dxalf01	Phial of Supreme Lakes Silverweed Sap	a	the	Phials of Supreme Lakes Silverweed Sap	\d	the	
    -_A2D4403838D7D569	m0119dxapd01	Phial of Choice Prime Root Silverweed Sap	a	the	Phials of Choice Prime Root Silverweed Sap	\d	the	
    -_86F5BBDC39FA1210	m0119dxape01	Phial of Excellent Prime Root Silverweed Sap	a	the	Phials of Excellent Prime Root Silverweed Sap	\d	the	
    -_452EF1FFFDB0A95B	m0119dxapf01	Phial of Supreme Prime Root Silverweed Sap	a	the	Phials of Supreme Prime Root Silverweed Sap	\d	the	
    -_1D174CD10422D877	m0123dxacb01	Fragment of Basic Smart Shell	a	the	Fragments of Basic Smart Shell	\d	the	
    -_94B371B094366392	m0123dxacc01	Fragment of Fine Smart Shell	a	the	Fragments of Fine Smart Shell	\d	the	
    -_57924E586E6B364C	m0123dxadd01	Fragment of Choice Desert Smart Shell	a	the	Fragments of Choice Desert Smart Shell	\d	the	
    -_E2078ECF9A029B0D	m0123dxade01	Fragment of Excellent Desert Smart Shell	a	the	Fragments of Excellent Desert Smart Shell	\d	the	
    -_D8DC7AB268C6780D	m0123dxadf01	Fragment of Supreme Desert Smart Shell	a	the	Fragments of Supreme Desert Smart Shell	\d	the	
    -_57325264EE6B3A4C	m0123dxafd01	Fragment of Choice Forest Smart Shell	a	the	Fragments of Choice Forest Smart Shell	\d	the	
    -_A4278ADB1A129B0C	m0123dxafe01	Fragment of Excellent Forest Smart Shell	a	the	Fragments of Excellent Forest Smart Shell	\d	the	
    -_58CCA2B6A8C67418	m0123dxaff01	Fragment of Supreme Forest Smart Shell	a	the	Fragments of Supreme Forest Smart Shell	\d	the	
    -_95B3526EEF7A1E3F	m0123dxajd01	Fragment of Choice Jungle Smart Shell	a	the	Fragments of Choice Jungle Smart Shell	\d	the	
    -_65877AE557A1A3F9	m0123dxaje01	Fragment of Excellent Jungle Smart Shell	a	the	Fragments of Excellent Jungle Smart Shell	\d	the	
    -_D98BBAAFE7E62817	m0123dxajf01	Fragment of Supreme Jungle Smart Shell	a	the	Fragments of Supreme Jungle Smart Shell	\d	the	
    -_5A9B71B76F9B4F61	m0123dxald01	Fragment of Choice Lakes Smart Shell	a	the	Fragments of Choice Lakes Smart Shell	\d	the	
    -_1D7C6DCCFBB568CB	m0123dxale01	Fragment of Excellent Lakes Smart Shell	a	the	Fragments of Excellent Lakes Smart Shell	\d	the	
    -_8B619732F562AD69	m0123dxalf01	Fragment of Supreme Lakes Smart Shell	a	the	Fragments of Supreme Lakes Smart Shell	\d	the	
    -_F790D3337BB68B21	m0123dxapd01	Fragment of Choice Prime Root Smart Shell	a	the	Fragments of Choice Prime Root Smart Shell	\d	the	
    -_79E70810E97E1F4D	m0123dxape01	Fragment of Excellent Prime Root Smart Shell	a	the	Fragments of Excellent Prime Root Smart Shell	\d	the	
    -_E5449700D3583066	m0123dxapf01	Fragment of Supreme Prime Root Smart Shell	a	the	Fragments of Supreme Prime Root Smart Shell	\d	the	
    -_09D37DC28B84A56D	m0124dxacb01	Basic Soo Amber	a	the	Basic Soo Amber	\d	the	
    -_84439D9D1AE6E5CE	m0124dxacc01	Fine Soo Amber	a	the	Fine Soo Amber	\d	the	
    -_B83B2B5780E05734	m0124dxadd01	Choice Desert Soo Amber	a	the	Choice Desert Soo Amber	\d	the	
    -_9236D4EA6013031B	m0124dxade01	Excellent Desert Soo Amber	an	the	Excellent Desert Soo Amber	\d	the	
    -_EC78B3CC4684246A	m0124dxadf01	Supreme Desert Soo Amber	a	the	Supreme Desert Soo Amber	\d	the	
    -_F8DB3359C0E0573E	m0124dxafd01	Choice Forest Soo Amber	a	the	Choice Forest Soo Amber	\d	the	
    -_D246D0F56233031B	m0124dxafe01	Excellent Forest Soo Amber	an	the	Excellent Forest Soo Amber	\d	the	
    -_6C78B3CF86744876	m0124dxaff01	Supreme Forest Soo Amber	a	the	Supreme Forest Soo Amber	\d	the	
    -_F83C434EFF0F2B46	m0124dxajd01	Choice Jungle Soo Amber	a	the	Choice Jungle Soo Amber	\d	the	
    -_4DF5C8FBE573030C	m0124dxaje01	Excellent Jungle Soo Amber	an	the	Excellent Jungle Soo Amber	\d	the	
    -_6D7877BD45535080	m0124dxajf01	Supreme Jungle Soo Amber	a	the	Supreme Jungle Soo Amber	\d	the	
    -_0976734BA1BE84A6	m0124dxald01	Choice Lakes Soo Amber	a	the	Choice Lakes Soo Amber	\d	the	
    -_085C6FC4022F4B4A	m0124dxale01	Excellent Lakes Soo Amber	an	the	Excellent Lakes Soo Amber	\d	the	
    -_E770C32B0F932F99	m0124dxalf01	Supreme Lakes Soo Amber	a	the	Supreme Lakes Soo Amber	\d	the	
    -_4EED28DF9777345C	m0124dxapd01	Choice Prime Root Soo Amber	a	the	Choice Prime Root Soo Amber	\d	the	
    -_53D8210D85CDB479	m0124dxape01	Excellent Prime Root Soo Amber	an	the	Excellent Prime Root Soo Amber	\d	the	
    -_CDC28346DD342997	m0124dxapf01	Supreme Prime Root Soo Amber	a	the	Supreme Prime Root Soo Amber	\d	the	
    -_2E9AD95531A82114	m0125dxacb01	Fragment of Basic Splinter Shell	a	the	Fragments of Basic Splinter Shell	\d	the	
    -_970795DDAACF4D1A	m0125dxacc01	Fragment of Fine Splinter Shell	a	the	Fragments of Fine Splinter Shell	\d	the	
    -_D2059B2E9A514FCC	m0125dxadd01	Fragment of Choice Desert Splinter Shell	a	the	Fragments of Choice Desert Splinter Shell	\d	the	
    -_3005351533F3B987	m0125dxade01	Fragment of Excellent Desert Splinter Shell	a	the	Fragments of Excellent Desert Splinter Shell	\d	the	
    -_C1D95822BDD4CE7E	m0125dxadf01	Fragment of Supreme Desert Splinter Shell	a	the	Fragments of Supreme Desert Splinter Shell	\d	the	
    -_1205973B1A4177CE	m0125dxafd01	Fragment of Choice Forest Splinter Shell	a	the	Fragments of Choice Forest Splinter Shell	\d	the	
    -_344535173313B985	m0125dxafe01	Fragment of Excellent Forest Splinter Shell	a	the	Fragments of Excellent Forest Splinter Shell	\d	the	
    -_C1D980253FF4CE7F	m0125dxaff01	Fragment of Supreme Forest Splinter Shell	a	the	Fragments of Supreme Forest Splinter Shell	\d	the	
    -_51254B3E9B008FC3	m0125dxajd01	Fragment of Choice Jungle Splinter Shell	a	the	Fragments of Choice Jungle Splinter Shell	\d	the	
    -_38C5351BAB31C97D	m0125dxaje01	Fragment of Excellent Jungle Splinter Shell	a	the	Fragments of Excellent Jungle Splinter Shell	\d	the	
    -_7D27A029C1349278	m0125dxajf01	Fragment of Supreme Jungle Splinter Shell	a	the	Fragments of Supreme Jungle Splinter Shell	\d	the	
    -_473CBEBCB031D8FA	m0125dxald01	Fragment of Choice Lakes Splinter Shell	a	the	Fragments of Choice Lakes Splinter Shell	\d	the	
    -_79940718C0F6C77E	m0125dxale01	Fragment of Excellent Lakes Splinter Shell	a	the	Fragments of Excellent Lakes Splinter Shell	\d	the	
    -_3B340BA44EFCB7D8	m0125dxalf01	Fragment of Supreme Lakes Splinter Shell	a	the	Fragments of Supreme Lakes Splinter Shell	\d	the	
    -_7936E8656B1AD73C	m0125dxapd01	Fragment of Choice Prime Root Splinter Shell	a	the	Fragments of Choice Prime Root Splinter Shell	\d	the	
    -_F3FE7C8406C62CB4	m0125dxape01	Fragment of Excellent Prime Root Splinter Shell	a	the	Fragments of Excellent Prime Root Splinter Shell	\d	the	
    -_099C538E9D7B64D4	m0125dxapf01	Fragment of Supreme Prime Root Splinter Shell	a	the	Fragments of Supreme Prime Root Splinter Shell	\d	the	
    -_AE8CE326463D4013	m0128dxacb01	Bundle of Basic Tama Wood	a	the	Bundles of Basic Tama Wood	\d	the	
    -_3C54F86A17F01797	m0128dxacc01	Bundle of Fine Tama Wood	a	the	Bundles of Fine Tama Wood	\d	the	
    -_18D549FC80B83A99	m0128dxadd01	Bundle of Choice Desert Tama Wood	a	the	Bundles of Choice Desert Tama Wood	\d	the	
    -_38F023622F0B56B0	m0128dxade01	Bundle of Excellent Desert Tama Wood	a	the	Bundles of Excellent Desert Tama Wood	\d	the	
    -_38379C53A1E18D3A	m0128dxadf01	Bundle of Supreme Desert Tama Wood	a	the	Bundles of Supreme Desert Tama Wood	\d	the	
    -_98D54DFE80583EA3	m0128dxafd01	Bundle of Choice Forest Tama Wood	a	the	Bundles of Choice Forest Tama Wood	\d	the	
    -_F88053662F0B5AB1	m0128dxafe01	Bundle of Excellent Forest Tama Wood	a	the	Bundles of Excellent Forest Tama Wood	\d	the	
    -_3847A054E3A1953A	m0128dxaff01	Bundle of Supreme Forest Tama Wood	a	the	Bundles of Supreme Forest Tama Wood	\d	the	
    -_99E431F5BED93EA9	m0128dxajd01	Bundle of Choice Jungle Tama Wood	a	the	Bundles of Choice Jungle Tama Wood	\d	the	
    -_77A07B6E2F1A02AC	m0128dxaje01	Bundle of Excellent Jungle Tama Wood	a	the	Bundles of Excellent Jungle Tama Wood	\d	the	
    -_74E58C566442A53A	m0128dxajf01	Bundle of Supreme Jungle Tama Wood	a	the	Bundles of Supreme Jungle Tama Wood	\d	the	
    -_A06B4C5873D2EC89	m0128dxald01	Bundle of Choice Lakes Tama Wood	a	the	Bundles of Choice Lakes Tama Wood	\d	the	
    -_3435541604DF4E88	m0128dxale01	Bundle of Excellent Lakes Tama Wood	a	the	Bundles of Excellent Lakes Tama Wood	\d	the	
    -_EDAC624DCBAC4C69	m0128dxalf01	Bundle of Supreme Lakes Tama Wood	a	the	Bundles of Supreme Lakes Tama Wood	\d	the	
    -_161A5ED92FBCFF6C	m0128dxapd01	Bundle of Choice Prime Root Tama Wood	a	the	Bundles of Choice Prime Root Tama Wood	\d	the	
    -_2398C40433BA22FF	m0128dxape01	Bundle of Excellent Prime Root Tama Wood	a	the	Bundles of Excellent Prime Root Tama Wood	\d	the	
    -_407187EEF660386A	m0128dxapf01	Bundle of Supreme Prime Root Tama Wood	a	the	Bundles of Supreme Prime Root Tama Wood	\d	the	
    -_6BD7E8E67E5EA542	m0133chkca01	Fragment of Basic Timari Skin	a	the	Fragments of Basic Timari Skin	\d	the	
    -_5A2721ADD735274A	m0133chkcb01	Fragment of Fine Timari Skin	a	the	Fragments of Fine Timari Skin	\d	the	
    -_F77762C88E053BC9	m0133chkdd01	Fragment of Excellent Desert Timari Skin	a	the	Fragments of Excellent Desert Timari Skin	\d	the	
    -_D6EA9A757D74136E	m0133chkje01	Fragment of Supreme Jungle Timari Skin	a	the	Fragments of Supreme Jungle Timari Skin	\d	the	
    -_2BA8E4F5381E6D32	m0134ccdca01	Fragment of Basic Torbak Claw	a	the	Fragments of Basic Torbak Claw	\d	the	
    -_DA36E1BC18D5EB3B	m0134ccdcb01	Fragment of Fine Torbak Claw	a	the	Fragments of Fine Torbak Claw	\d	the	
    -_65C3EA882267CF07	m0134ccdfc01	Fragment of Choice Forest Torbak Claw	a	the	Fragments of Choice Forest Torbak Claw	\d	the	
    -_BC6666D2CCF5B7CA	m0134ccdfd01	Fragment of Excellent Forest Torbak Claw	a	the	Fragments of Excellent Forest Torbak Claw	\d	the	
    -_904B7A7A3EF26380	m0134ccdfe01	Fragment of Supreme Forest Torbak Claw	a	the	Fragments of Supreme Forest Torbak Claw	\d	the	
    -_A344EA922376B3FA	m0134ccdjc01	Fragment of Choice Jungle Torbak Claw	a	the	Fragments of Choice Jungle Torbak Claw	\d	the	
    -_7DC656DC0984BFB7	m0134ccdjd01	Fragment of Excellent Jungle Torbak Claw	a	the	Fragments of Excellent Jungle Torbak Claw	\d	the	
    -_0635C79128CE0372	m0134ccdlc01	Fragment of Choice Lakes Torbak Claw	a	the	Fragments of Choice Lakes Torbak Claw	\d	the	
    -_55FB459091E15733	m0134ccdld01	Fragment of Excellent Lakes Torbak Claw	a	the	Fragments of Excellent Lakes Torbak Claw	\d	the	
    -_D1E4073E79013512	m0134ccdle01	Fragment of Supreme Lakes Torbak Claw	a	the	Fragments of Supreme Lakes Torbak Claw	\d	the	
    -_DFE44D95D430C28C	m0135ccdca01	Basic Torbak Fang	a	the	Basic Torbak Fangs	\d	the	
    -_47141A5148345EA4	m0135ccdcb01	Fine Torbak Fang	a	the	Fine Torbak Fangs	\d	the	
    -_C87DAB52B89B786F	m0135ccdfc01	Choice Forest Torbak Fang	a	the	Choice Forest Torbak Fangs	\d	the	
    -_1B19A521A1904320	m0135ccdfd01	Excellent Forest Torbak Fang	an	the	Excellent Forest Torbak Fangs	\d	the	
    -_3A4746495C693962	m0135ccdfe01	Supreme Forest Torbak Fang	a	the	Supreme Forest Torbak Fangs	\d	the	
    -_493CC34BF7BB2C6E	m0135ccdjc01	Choice Jungle Torbak Fang	a	the	Choice Jungle Torbak Fangs	\d	the	
    -_96C89D2724D04311	m0135ccdjd01	Excellent Jungle Torbak Fang	an	the	Excellent Jungle Torbak Fangs	\d	the	
    -_60B1BF97A9FB0FF0	m0135ccdlc01	Choice Lakes Torbak Fang	a	the	Choice Lakes Torbak Fangs	\d	the	
    -_0469E6E5A635683C	m0135ccdld01	Excellent Lakes Torbak Fang	an	the	Excellent Lakes Torbak Fangs	\d	the	
    -_EB419018EC61C862	m0135ccdle01	Supreme Lakes Torbak Fang	a	the	Supreme Lakes Torbak Fangs	\d	the	
    -_2B1728EFBE4E8134	m0136ccdca01	Fragment of Basic Torbak Horn	a	the	Fragments of Basic Torbak Horn	\d	the	
    -_DA36E1B31A160B42	m0136ccdcb01	Fragment of Fine Torbak Horn	a	the	Fragments of Fine Torbak Horn	\d	the	
    -_65322E82A897E309	m0136ccdfc01	Fragment of Choice Forest Torbak Horn	a	the	Fragments of Choice Forest Torbak Horn	\d	the	
    -_7A7772CE1025CBCC	m0136ccdfd01	Fragment of Excellent Forest Torbak Horn	a	the	Fragments of Excellent Forest Torbak Horn	\d	the	
    -_D47B6A8BFE426379	m0136ccdfe01	Fragment of Supreme Forest Torbak Horn	a	the	Fragments of Supreme Forest Torbak Horn	\d	the	
    -_A3B32E8CA9A6C7FC	m0136ccdjc01	Fragment of Choice Jungle Torbak Horn	a	the	Fragments of Choice Jungle Torbak Horn	\d	the	
    -_3BD762D84DB4D3B9	m0136ccdjd01	Fragment of Excellent Jungle Torbak Horn	a	the	Fragments of Excellent Jungle Torbak Horn	\d	the	
    -_8A35C79128AC8B7A	m0136ccdlc01	Fragment of Choice Lakes Torbak Horn	a	the	Fragments of Choice Lakes Torbak Horn	\d	the	
    -_992B35A15131572C	m0136ccdld01	Fragment of Excellent Lakes Torbak Horn	a	the	Fragments of Excellent Lakes Torbak Horn	\d	the	
    -_D1E407357B425519	m0136ccdle01	Fragment of Supreme Lakes Torbak Horn	a	the	Fragments of Supreme Lakes Torbak Horn	\d	the	
    -_60FA9AF1329164B3	m0137ccdca01	Basic Torbak Leather	a	the	Basic Torbak Leathers	\d	the	
    -_7685C6F661097BE4	m0137ccdcb01	Fine Torbak Leather	a	the	Fine Torbak Leathers	\d	the	
    -_0E33BCE1290AC988	m0137ccdfc01	Choice Forest Torbak Leather	a	the	Choice Forest Torbak Leathers	\d	the	
    -_62281D9848CB75A9	m0137ccdfd01	Excellent Forest Torbak Leather	an	the	Excellent Forest Torbak Leathers	\d	the	
    -_8F025456A8F95DBA	m0137ccdfe01	Supreme Forest Torbak Leather	a	the	Supreme Forest Torbak Leathers	\d	the	
    -_4BC2C4D2EA6AB98E	m0137ccdjc01	Choice Jungle Torbak Leather	a	the	Choice Jungle Torbak Leathers	\d	the	
    -_9EB7E9914ACA8DAD	m0137ccdjd01	Excellent Jungle Torbak Leather	an	the	Excellent Jungle Torbak Leathers	\d	the	
    -_B885CDAB81D4FD1C	m0137ccdlc01	Choice Lakes Torbak Leather	a	the	Choice Lakes Torbak Leathers	\d	the	
    -_DECEDF7BF7C5ECD9	m0137ccdld01	Excellent Lakes Torbak Leather	an	the	Excellent Lakes Torbak Leathers	\d	the	
    -_D93150D15875B0A2	m0137ccdle01	Supreme Lakes Torbak Leather	a	the	Supreme Lakes Torbak Leathers	\d	the	
    -_E0744D879900DE94	m0140cchca01	Basic Varinx Fang	a	the	Basic Varinx Fangs	\d	the	
    -_8805565849259AA6	m0140cchcb01	Fine Varinx Fang	a	the	Fine Varinx Fangs	\d	the	
    -_491D83403D6B986C	m0140cchdc01	Choice Desert Varinx Fang	a	the	Choice Desert Varinx Fangs	\d	the	
    -_60AAF91D1DB04B1B	m0140cchdd01	Excellent Desert Varinx Fang	an	the	Excellent Desert Varinx Fangs	\d	the	
    -_79474E53A0AA4555	m0140cchde01	Supreme Desert Varinx Fang	a	the	Supreme Desert Varinx Fangs	\d	the	
    -_1B83C8D6E3FF287D	m0140cchpc01	Choice Prime Root Varinx Fang	a	the	Choice Prime Root Varinx Fangs	\d	the	
    -_706A36E4F34C0CD5	m0140cchpd01	Excellent Prime Root Varinx Fang	an	the	Excellent Prime Root Varinx Fangs	\d	the	
    -_CCE54CB57576D8B5	m0140cchpe01	Supreme Prime Root Varinx Fang	a	the	Supreme Prime Root Varinx Fangs	\d	the	
    -_1EEBCEF8778188AD	m0141cchca01	Basic Varinx Leather	a	the	Basic Varinx Leathers	\d	the	
    -_37A5CE03A54AAFD7	m0141cchcb01	Fine Varinx Leather	a	the	Fine Varinx Leathers	\d	the	
    -_4C14F0E7ACDAF178	m0141cchdc01	Choice Desert Varinx Leather	a	the	Choice Desert Varinx Leathers	\d	the	
    -_23E951AA0A4B5593	m0141cchdd01	Excellent Desert Varinx Leather	an	the	Excellent Desert Varinx Leathers	\d	the	
    -_93822C506C7935B0	m0141cchde01	Supreme Desert Varinx Leather	a	the	Supreme Desert Varinx Leathers	\d	the	
    -_6F499D426F01429E	m0141cchpc01	Choice Prime Root Varinx Leather	a	the	Choice Prime Root Varinx Leathers	\d	the	
    -_50ADD69905F16166	m0141cchpd01	Excellent Prime Root Varinx Leather	an	the	Excellent Prime Root Varinx Leathers	\d	the	
    -_60CAC4BF59390529	m0141cchpe01	Supreme Prime Root Varinx Leather	a	the	Supreme Prime Root Varinx Leathers	\d	the	
    -_DE77EB51F3BE3BAE	m0142dxacb01	Phial of Basic Visc Sap	a	the	Phials of Basic Visc Sap	\d	the	
    -_F668B814763C542D	m0142dxacc01	Phial of Fine Visc Sap	a	the	Phials of Fine Visc Sap	\d	the	
    -_3E745D0853BBA564	m0142dxadd01	Phial of Choice Desert Visc Sap	a	the	Phials of Choice Desert Visc Sap	\d	the	
    -_ED47F844D37D6997	m0142dxade01	Phial of Excellent Desert Visc Sap	a	the	Phials of Excellent Desert Visc Sap	\d	the	
    -_B26A4FDF843BB12B	m0142dxadf01	Phial of Supreme Desert Visc Sap	a	the	Phials of Supreme Desert Visc Sap	\d	the	
    -_3E64850D53ABCD67	m0142dxafd01	Phial of Choice Forest Visc Sap	a	the	Phials of Choice Forest Visc Sap	\d	the	
    -_2D57F44FD59D6997	m0142dxafe01	Phial of Excellent Forest Visc Sap	a	the	Phials of Excellent Forest Visc Sap	\d	the	
    -_348A53E144EBB92A	m0142dxaff01	Phial of Supreme Forest Visc Sap	a	the	Phials of Supreme Forest Visc Sap	\d	the	
    -_BE23610ED36AA964	m0142dxajd01	Phial of Choice Jungle Visc Sap	a	the	Phials of Choice Jungle Visc Sap	\d	the	
    -_A806EC5558DD6988	m0142dxaje01	Phial of Excellent Jungle Visc Sap	a	the	Phials of Excellent Jungle Visc Sap	\d	the	
    -_B6D937E77FDBD126	m0142dxajf01	Phial of Supreme Jungle Visc Sap	a	the	Phials of Supreme Jungle Visc Sap	\d	the	
    -_8215C4C5C610005B	m0142dxald01	Phial of Choice Lakes Visc Sap	a	the	Phials of Choice Lakes Visc Sap	\d	the	
    -_228B84D67316F545	m0142dxale01	Phial of Excellent Lakes Visc Sap	a	the	Phials of Excellent Lakes Visc Sap	\d	the	
    -_EB150EE8D9696EB2	m0142dxalf01	Phial of Supreme Lakes Visc Sap	a	the	Phials of Supreme Lakes Visc Sap	\d	the	
    -_75BA3B06D67D2F4E	m0142dxapd01	Phial of Choice Prime Root Visc Sap	a	the	Phials of Choice Prime Root Visc Sap	\d	the	
    -_614F8FCC45D1D090	m0142dxape01	Phial of Excellent Prime Root Visc Sap	a	the	Phials of Excellent Prime Root Visc Sap	\d	the	
    -_836BEEB410F3A821	m0142dxapf01	Phial of Supreme Prime Root Visc Sap	a	the	Phials of Supreme Prime Root Visc Sap	\d	the	
    -_98A7A22EE0FAD770	m0145cbcca01	Basic Yber Leather	a	the	Basic Yber Leathers	\d	the	
    -_16F4869CB1B77189	m0145cbccb01	Fine Yber Leather	a	the	Fine Yber Leathers	\d	the	
    -_6B6148FE45B59C6B	m0145cbcld01	Excellent Lakes Yber Leather	an	the	Excellent Lakes Yber Leathers	\d	the	
    -_26A0FC6FE965DB3B	m0145cbcle01	Supreme Lakes Yber Leather	a	the	Supreme Lakes Yber Leathers	\d	the	
    -_2BF8A369E4B05421	m0147chlca01	Handful of Basic Yelk Moss	a	the	Handfuls of Basic Yelk Moss	\d	the	
    -_EF00FA6BC26AB912	m0147chlcb01	Handful of Fine Yelk Moss	a	the	Handfuls of Fine Yelk Moss	\d	the	
    -_A166F9451B5AE5A6	m0147chldc01	Handful of Choice Desert Yelk Moss	a	the	Handfuls of Choice Desert Yelk Moss	\d	the	
    -_C641AA7002BB9F55	m0147chldd01	Handful of Excellent Desert Yelk Moss	a	the	Handfuls of Excellent Desert Yelk Moss	\d	the	
    -_0B678714BE52C15E	m0147chlde01	Handful of Supreme Desert Yelk Moss	a	the	Handfuls of Supreme Desert Yelk Moss	\d	the	
    -_A176FD465D1AEDA6	m0147chlfc01	Handful of Choice Forest Yelk Moss	a	the	Handfuls of Choice Forest Yelk Moss	\d	the	
    -_06E1B27242BB9F5F	m0147chlfd01	Handful of Excellent Forest Yelk Moss	a	the	Handfuls of Excellent Forest Yelk Moss	\d	the	
    -_8B677F2ABE52C15E	m0147chlfe01	Handful of Supreme Forest Yelk Moss	a	the	Handfuls of Supreme Forest Yelk Moss	\d	the	
    -_160A2AFC5F3BF979	m0147chlpd01	Handful of Excellent Prime Root Yelk Moss	a	the	Handfuls of Excellent Prime Root Yelk Moss	\d	the	
    -_73E74F3E8CBE3B9A	m0147chlpe01	Handful of Supreme Prime Root Yelk Moss	a	the	Handfuls of Supreme Prime Root Yelk Moss	\d	the	
    -_D404CE1772367E90	m0148chlca01	Basic Yelk Mushroom	a	the	Basic Yelk Mushrooms	\d	the	
    -_0CA352A2B715A286	m0148chlcb01	Fine Yelk Mushroom	a	the	Fine Yelk Mushrooms	\d	the	
    -_7E4AEBF12B72EC70	m0148chldc01	Choice Desert Yelk Mushroom	a	the	Choice Desert Yelk Mushrooms	\d	the	
    -_B5E5C8482F9EF556	m0148chldd01	Excellent Desert Yelk Mushroom	an	the	Excellent Desert Yelk Mushrooms	\d	the	
    -_FB40ADEDCB5A3D14	m0148chlde01	Supreme Desert Yelk Mushroom	a	the	Supreme Desert Yelk Mushrooms	\d	the	
    -_806AEBF36B82E879	m0148chlfc01	Choice Forest Yelk Mushroom	a	the	Choice Forest Yelk Mushrooms	\d	the	
    -_7595D049B1BEF956	m0148chlfd01	Excellent Forest Yelk Mushroom	an	the	Excellent Forest Yelk Mushrooms	\d	the	
    -_FB40ADF1CB3A8D18	m0148chlfe01	Supreme Forest Yelk Mushroom	a	the	Supreme Forest Yelk Mushrooms	\d	the	
    -_A939E6B898036DB1	m0148chlpd01	Excellent Prime Root Yelk Mushroom	an	the	Excellent Prime Root Yelk Mushrooms	\d	the	
    -_5F990D5021094599	m0148chlpe01	Supreme Prime Root Yelk Mushroom	a	the	Supreme Prime Root Yelk Mushrooms	\d	the	
    -_3AEB4CC8D0A276E4	m0149chlca01	Basic Yelk Nail	a	the	Basic Yelk Nails	\d	the	
    -_021A791587F0C92A	m0149chlcb01	Fine Yelk Nail	a	the	Fine Yelk Nails	\d	the	
    -_68146EB705FBDFAF	m0149chldc01	Choice Desert Yelk Nail	a	the	Choice Desert Yelk Nails	\d	the	
    -_39104FE56E2504D8	m0149chldd01	Excellent Desert Yelk Nail	an	the	Excellent Desert Yelk Nails	\d	the	
    -_287E4C65EAEE84BB	m0149chlde01	Supreme Desert Yelk Nail	a	the	Supreme Desert Yelk Nails	\d	the	
    -_E8246EB8C71BDBB9	m0149chlfc01	Choice Forest Yelk Nail	a	the	Choice Forest Yelk Nails	\d	the	
    -_392053E6B0E50CD8	m0149chlfd01	Excellent Forest Yelk Nail	an	the	Excellent Forest Yelk Nails	\d	the	
    -_286E746AEADEACBE	m0149chlfe01	Supreme Forest Yelk Nail	a	the	Supreme Forest Yelk Nails	\d	the	
    -_890891C77BE658C1	m0149chlpd01	Excellent Prime Root Yelk Nail	an	the	Excellent Prime Root Yelk Nails	\d	the	
    -_E184C30FEBF075F9	m0149chlpe01	Supreme Prime Root Yelk Nail	a	the	Supreme Prime Root Yelk Nails	\d	the	
    -_7F0B4DC68CD49FC6	m0152chdca01	Fragment of Basic Yubo Skin	a	the	Fragments of Basic Yubo Skin	\d	the	
    -_EFBE6F51CDF30DB8	m0152chdcb01	Fragment of Fine Yubo Skin	a	the	Fragments of Fine Yubo Skin	\d	the	
    -_B97673F4BE8F1630	m0152chdce01	Fragment of Supreme Yubo Skin	a	the	Fragments of Supreme Yubo Skin	\d	the	
    -_C8BE4A431B578B1A	m0152chdfd01	Fragment of Excellent Forest Yubo Skin	a	the	Fragments of Excellent Forest Yubo Skin	\d	the	
    -_78D82D226513BA79	m0152chdlc01	Fragment of Choice Lakes Yubo Skin	a	the	Fragments of Choice Lakes Yubo Skin	\d	the	
    -_FDCB60E38D5292E9	m0153ccica01	Basic Zerx Bone	a	the	Basic Zerx Bones	\d	the	
    -_416A990E49B1E131	m0153ccicb01	Fine Zerx Bone	a	the	Fine Zerx Bones	\d	the	
    -_3D301FF27236ECD1	m0153ccidd01	Excellent Desert Zerx Bone	an	the	Excellent Desert Zerx Bones	\d	the	
    -_E69F9C59A7BFD4A9	m0153ccide01	Supreme Desert Zerx Bone	a	the	Supreme Desert Zerx Bones	\d	the	
    -_79DE0FF5359704D1	m0153ccijd01	Excellent Jungle Zerx Bone	an	the	Excellent Jungle Zerx Bones	\d	the	
    -_664EA05F276ED8A9	m0153ccije01	Supreme Jungle Zerx Bone	a	the	Supreme Jungle Zerx Bones	\d	the	
    -_A56987F266D88B88	m0153ccilc01	Choice Lakes Zerx Bone	a	the	Choice Lakes Zerx Bones	\d	the	
    -_7C85FFDD57767C2A	m0153ccipc01	Choice Prime Root Zerx Bone	a	the	Choice Prime Root Zerx Bones	\d	the	
    -_8BE849CC813758C2	m0153ccipd01	Excellent Prime Root Zerx Bone	an	the	Excellent Prime Root Zerx Bones	\d	the	
    -_2126F30F2640E5DB	m0153ccipe01	Supreme Prime Root Zerx Bone	a	the	Supreme Prime Root Zerx Bones	\d	the	
    -_770B95E6C5C65FCA	m0154ccica01	Fragment of Basic Zerx Claw	a	the	Fragments of Basic Zerx Claw	\d	the	
    -_2ECD2F5A55A3F5BC	m0154ccicb01	Fragment of Fine Zerx Claw	a	the	Fragments of Fine Zerx Claw	\d	the	
    -_48AD2E3920574330	m0154ccidd01	Fragment of Excellent Desert Zerx Claw	a	the	Fragments of Excellent Desert Zerx Claw	\d	the	
    -_98874719E10FFE64	m0154ccide01	Fragment of Supreme Desert Zerx Claw	a	the	Fragments of Supreme Desert Zerx Claw	\d	the	
    -_4C1C16411BF7632B	m0154ccijd01	Fragment of Excellent Jungle Zerx Claw	a	the	Fragments of Excellent Jungle Zerx Claw	\d	the	
    -_D7379F25E11EAA60	m0154ccije01	Fragment of Supreme Jungle Zerx Claw	a	the	Fragments of Supreme Jungle Zerx Claw	\d	the	
    -_7289CD23E5C49E95	m0154ccilc01	Fragment of Choice Lakes Zerx Claw	a	the	Fragments of Choice Lakes Zerx Claw	\d	the	
    -_3CBAC3CE903177FD	m0154ccipc01	Fragment of Choice Prime Root Zerx Claw	a	the	Fragments of Choice Prime Root Zerx Claw	\d	the	
    -_5C8682CA6937856A	m0154ccipd01	Fragment of Excellent Prime Root Zerx Claw	a	the	Fragments of Excellent Prime Root Zerx Claw	\d	the	
    -_F642E30872ABCF66	m0154ccipe01	Fragment of Supreme Prime Root Zerx Claw	a	the	Fragments of Supreme Prime Root Zerx Claw	\d	the	
    -_4C3395C98B84A56D	m0155dxacb01	Basic Zun Amber	a	the	Basic Zun Amber	\d	the	
    -_05A4B99C9C56E5CF	m0155dxacc01	Fine Zun Amber	a	the	Fine Zun Amber	\d	the	
    -_FB9B435E80E05734	m0155dxadd01	Choice Desert Zun Amber	a	the	Choice Desert Zun Amber	\d	the	
    -_5336D4E9A2E41F1C	m0155dxade01	Excellent Desert Zun Amber	an	the	Excellent Desert Zun Amber	\d	the	
    -_F1E8B3CC46842070	m0155dxadf01	Supreme Desert Zun Amber	a	the	Supreme Desert Zun Amber	\d	the	
    -_3B3B4B60C0E0573E	m0155dxafd01	Choice Forest Zun Amber	a	the	Choice Forest Zun Amber	\d	the	
    -_9346D0F4A4041F1C	m0155dxafe01	Excellent Forest Zun Amber	an	the	Excellent Forest Zun Amber	\d	the	
    -_71E8B3CF8674447C	m0155dxaff01	Supreme Forest Zun Amber	a	the	Supreme Forest Zun Amber	\d	the	
    -_3B9C5B55FF0F2B46	m0155dxajd01	Choice Jungle Zun Amber	a	the	Choice Jungle Zun Amber	\d	the	
    -_0EF5C8FA27441F0D	m0155dxaje01	Excellent Jungle Zun Amber	an	the	Excellent Jungle Zun Amber	\d	the	
    -_72E877BD45534C86	m0155dxajf01	Supreme Jungle Zun Amber	a	the	Supreme Jungle Zun Amber	\d	the	
    -_CA668B52A1AE9CAE	m0155dxald01	Choice Lakes Zun Amber	a	the	Choice Lakes Zun Amber	\d	the	
    -_0DCC6FC4022F4750	m0155dxale01	Excellent Lakes Zun Amber	an	the	Excellent Lakes Zun Amber	\d	the	
    -_68D1DF2A91032F9A	m0155dxalf01	Supreme Lakes Zun Amber	a	the	Supreme Lakes Zun Amber	\d	the	
    -_0FDD40E519E7345D	m0155dxapd01	Choice Prime Root Zun Amber	a	the	Choice Prime Root Zun Amber	\d	the	
    -_D4393D0C073DB47A	m0155dxape01	Excellent Prime Root Zun Amber	an	the	Excellent Prime Root Zun Amber	\d	the	
    -_10327F4C9F342997	m0155dxapf01	Supreme Prime Root Zun Amber	a	the	Supreme Prime Root Zun Amber	\d	the	
    -_0A672E224B88295D	m0162cpefd01	Select Forest Cratcha Leaf	a	the	Select Forest Cratcha Leaves	\d	the	
    -_0E67EA31C6BA6961	m0162cpefe01	Superb Forest Cratcha Leaf	a	the	Superb Forest Cratcha Leaves	\d	the	
    -_237DB6E2A36EEA2B	m0162cpejf01	Magnificient Jungle Cratcha Leaf	a	the	Magnificient Jungle Cratcha Leaves	\d	the	
    -_17C1E33BDD35A6E0	m0163cpefd01	Fragment of Select Forest Cratcha Pistil	a	the	Fragments of Select Forest Cratcha Pistil	\d	the	
    -_17E1633BDE365EEF	m0163cpefe01	Fragment of Superb Forest Cratcha Pistil	a	the	Fragments of Superb Forest Cratcha Pistil	\d	the	
    -_EC5C0D882A0FEA91	m0163cpejf01	Fragment of Magnificient Jungle Cratcha Pistil	a	the	Fragments of Magnificient Jungle Cratcha Pistil	\d	the	
    -_2A719414E962D85D	m0164cpblb01	Average Lakes Stinga Leaf	an	the	Average Lakes Stinga Leaves	\d	the	
    -_2289A2E876BAF3E5	m0164cpblc01	Prime Lakes Stinga Leaf	a	the	Prime Lakes Stinga Leaves	\d	the	
    -_E430D38D2E5CB30C	m0164cpbld01	Select Lakes Stinga Leaf	a	the	Select Lakes Stinga Leaves	\d	the	
    -_A5C6C4E86620DC6B	m0164cpblf01	Magnificent Lakes Stinga Leaf	a	the	Magnificent Lakes Stinga Leaves	\d	the	
    -_C1EBF39D69F7A0EC	m0165cpblb01	Fragment of Average Lakes Stinga Pistil	a	the	Fragments of Average Lakes Stinga Pistil	\d	the	
    -_C40A6A843FAE85C9	m0165cpblc01	Fragment of Prime Lakes Stinga Pistil	a	the	Fragments of Prime Lakes Stinga Pistil	\d	the	
    -_C83EF697CA8C53EC	m0165cpbld01	Fragment of Select Lakes Stinga Pistil	a	the	Fragments of Select Lakes Stinga Pistil	\d	the	
    -_C5E793FD652FA5F9	m0165cpblf01	Fragment of Magnificent Lakes Stinga Pistil	a	the	Fragments of Magnificent Lakes Stinga Pistil	\d	the	
    -_793E897BA8B32B40	m0166cpapd01	Select Prime Root Jubla Leaf	a	the	Select Prime Root Jubla Leaves	\d	the	
    -_793EFD99A835AB40	m0166cpape01	Superb Prime Root Jubla Leaf	a	the	Superb Prime Root Jubla Leaves	\d	the	
    -_6CD84C39C5CBFFCE	m0166cpapf01	Magnificient Prime Root Jubla Leaf	a	the	Magnificient Prime Root Jubla Leaves	\d	the	
    -_98580700A0025859	m0167cpapd01	Fragment of Select Prime Root Jubla Pistil	a	the	Fragments of Select Prime Root Jubla Pistil	\d	the	
    -_5C995B10A0021056	m0167cpape01	Fragment of Superb Prime Root Jubla Pistil	a	the	Fragments of Superb Prime Root Jubla Pistil	\d	the	
    -_6A0BC4EFB1581539	m0167cpapf01	Fragment of Magnificient Prime Root Jubla Pistil	a	the	Fragments of Magnificient Prime Root Jubla Pistil	\d	the	
    -_D3FE292FAA99ADC4	m0168cpcfb01	Average Forest Psykopla Leaf	an	the	Average Forest Psykopla Leaves	\d	the	
    -_D46D5A2605E54985	m0168cpcfc01	Prime Forest Psykopla Leaf	a	the	Prime Forest Psykopla Leaves	\d	the	
    -_42149EDC29F9B17D	m0168cpcjd01	Select Jungle Psykopla Leaf	a	the	Select Jungle Psykopla Leaves	\d	the	
    -_42145AD9ED3A018D	m0168cpcje01	Superb Jungle Psykopla Leaf	a	the	Superb Jungle Psykopla Leaves	\d	the	
    -_D0C66EAA890F1FE5	m0168cpcpf01	Magnificent Prime Root Psykopla Leaf	a	the	Magnificent Prime Root Psykopla Leaves	\d	the	
    -_31BB3C277D6E84CF	m0169cpcfb01	Fragment of Average Forest Psykopla Pistil	a	the	Fragments of Average Forest Psykopla Pistil	\d	the	
    -_F00182526E493EC4	m0169cpcfc01	Fragment of Prime Forest Psykopla Pistil	a	the	Fragments of Prime Forest Psykopla Pistil	\d	the	
    -_ADB6407D9AE26F04	m0169cpcjd01	Fragment of Select Jungle Psykopla Pistil	a	the	Fragments of Select Jungle Psykopla Pistil	\d	the	
    -_28E884819EE22713	m0169cpcje01	Fragment of Superb Jungle Psykopla Pistil	a	the	Fragments of Superb Jungle Psykopla Pistil	\d	the	
    -_67AF57B1B57F4FE7	m0169cpcpf01	Fragment of Magnificent Prime Root Psykopla Pistil	a	the	Fragments of Magnificent Prime Root Psykopla Pistil	\d	the	
    -_4D68D249075A8961	m0170cpdfe01	Superb Forest Slaveni Leaf	a	the	Superb Forest Slaveni Leaves	\d	the	
    -_E48DC2EEE47EF639	m0170cpdff01	Magnificient Forest Slaveni Leaf	a	the	Magnificient Forest Slaveni Leaves	\d	the	
    -_5EC1EB236A3A0539	m0170cpdjb01	Average Jungle Slaveni Leaf	an	the	Average Jungle Slaveni Leaves	\d	the	
    -_5300B718478B376D	m0170cpdjc01	Prime Jungle Slaveni Leaf	a	the	Prime Jungle Slaveni Leaves	\d	the	
    -_4DC9E23E46895D69	m0170cpdje01	Superb Jungle Slaveni Leaf	a	the	Superb Jungle Slaveni Leaves	\d	the	
    -_DC018B419E575EEF	m0171cpdfe01	Fragment of Superb Forest Slaveni Pistil	a	the	Fragments of Superb Forest Slaveni Pistil	\d	the	
    -_2D2E297A6FAE1EAC	m0171cpdff01	Fragment of Magnificient Forest Slaveni Pistil	a	the	Fragments of Magnificient Forest Slaveni Pistil	\d	the	
    -_3A97643ACD8E4718	m0171cpdjb01	Fragment of Average Jungle Slaveni Pistil	a	the	Fragments of Average Jungle Slaveni Pistil	\d	the	
    -_90E0678B23281BBD	m0171cpdjc01	Fragment of Prime Jungle Slaveni Pistil	a	the	Fragments of Prime Jungle Slaveni Pistil	\d	the	
    -_1B213F441F1676E4	m0171cpdje01	Fragment of Superb Jungle Slaveni Pistil	a	the	Fragments of Superb Jungle Slaveni Pistil	\d	the	
    -_B8262E46DCF92D3A	m0172cpfdb01	Average Desert Shooki Leaf	an	the	Average Desert Shooki Leaves	\d	the	
    -_BFCF8B473FC0CB96	m0172cpfdc01	Prime Desert Shooki Leaf	a	the	Prime Desert Shooki Leaves	\d	the	
    -_075D0B3A372DA467	m0172cpfdd01	Select Desert Shooki Leaf	a	the	Select Desert Shooki Leaves	\d	the	
    -_8F51651B699C469F	m0172cpfdf01	Magnificent Desert Shooki Leaf	a	the	Magnificent Desert Shooki Leaves	\d	the	
    -_6066E7059046EB9F	m0173cpfdb01	Fragment of Average Desert Shooki Pistil	a	the	Fragments of Average Desert Shooki Pistil	\d	the	
    -_51D053853DC4CFF2	m0173cpfdc01	Fragment of Prime Desert Shooki Pistil	a	the	Fragments of Prime Desert Shooki Pistil	\d	the	
    -_473D13CA5A85C304	m0173cpfdd01	Fragment of Select Desert Shooki Pistil	a	the	Fragments of Select Desert Shooki Pistil	\d	the	
    -_837AECAE3638F188	m0173cpfdf01	Fragment of Magnificent Desert Shooki Pistil	a	the	Fragments of Magnificent Desert Shooki Pistil	\d	the	
    -_092271B24893BD04	m0174dxaca01	Plain Green Leaf	a	the	Plain Green Leaves	\d	the	
    -_4CCE10B8A4CBFB5A	m0174dxacb01	Average Green Leaf	an	the	Average Green Leaves	\d	the	
    -_0AA291A94913D5FB	m0174dxacc01	Prime Green Leaf	a	the	Prime Green Leaves	\d	the	
    -_D3510260C7F5E29A	m0174dxacd01	Select Green Leaf	a	the	Select Green Leaves	\d	the	
    -_D452BE6FC7155E9A	m0174dxace01	Superb Green Leaf	a	the	Superb Green Leaves	\d	the	
    -_5D2AFF5A46FE0CD1	m0174dxacf01	Magnificient Green Leaf	a	the	Magnificient Green Leaves	\d	the	
    -_BE1AE4DB4E821EDB	m0175dxaca01	Plain Dead Leaf	a	the	Plain Dead Leaves	\d	the	
    -_47B6C637D9741E5E	m0175dxacb01	Average Dead Leaf	an	the	Average Dead Leaves	\d	the	
    -_7C5A0CD84F0236DB	m0175dxacc01	Prime Dead Leaf	a	the	Prime Dead Leaves	\d	the	
    -_7DC0A2AABC31E2FD	m0175dxacd01	Select Dead Leaf	a	the	Select Dead Leaves	\d	the	
    -_7D019EB9BC72DA0C	m0175dxace01	Superb Dead Leaf	a	the	Superb Dead Leaves	\d	the	
    -_A9C6BBDB7BDDA3F8	m0175dxacf01	Magnificient Dead Leaf	a	the	Magnificient Dead Leaves	\d	the	
    -_1E612CABD32BDB98	m0176dxaca01	Plain Rotting Leaf	a	the	Plain Rotting Leaves	\d	the	
    -_EBBA9738FCEDE7F4	m0176dxacb01	Average Rotting Leaf	an	the	Average Rotting Leaves	\d	the	
    -_9F6134A2D41B03A0	m0176dxacc01	Prime Rotting Leaf	a	the	Prime Rotting Leaves	\d	the	
    -_C859F558F31D9797	m0176dxacd01	Select Rotting Leaf	a	the	Select Rotting Leaves	\d	the	
    -_C859B155B75EE7A7	m0176dxace01	Superb Rotting Leaf	a	the	Superb Rotting Leaves	\d	the	
    -_9231B016915F0F77	m0176dxacf01	Magnificient Rotting Leaf	a	the	Magnificient Rotting Leaves	\d	the	
    -_4022050598955CAB	m0177dxaca01	Portion of Plain Fresh Resin	a	the	Portions of Plain Fresh Resin	\d	the	
    -_1EB54F1922318E8B	m0177dxacb01	Portion of Average Fresh Resin	a	the	Portions of Average Fresh Resin	\d	the	
    -_FFE2450B98955CA2	m0177dxacc01	Portion of Prime Fresh Resin	a	the	Portions of Prime Fresh Resin	\d	the	
    -_CAA771BED5A35FC9	m0177dxacd01	Portion of Select Fresh Resin	a	the	Portions of Select Fresh Resin	\d	the	
    -_8FA885CED5829BB7	m0177dxace01	Portion of Superb Fresh Resin	a	the	Portions of Superb Fresh Resin	\d	the	
    -_B32DB1E056DD6F12	m0177dxacf01	Portion of Magnificient Fresh Resin	a	the	Portions of Magnificient Fresh Resin	\d	the	
    -_B00C6C4E5BA59C0A	m0178dxaca01	Portion of Plain Dry Resin	a	the	Portions of Plain Dry Resin	\d	the	
    -_3F0481DEF862F5E6	m0178dxacb01	Portion of Average Dry Resin	a	the	Portions of Average Dry Resin	\d	the	
    -_6EBCA45CDCA59C0A	m0178dxacc01	Portion of Prime Dry Resin	a	the	Portions of Prime Dry Resin	\d	the	
    -_9F7F5F40244D93A3	m0178dxacd01	Portion of Select Dry Resin	a	the	Portions of Select Dry Resin	\d	the	
    -_277F8360244D937F	m0178dxace01	Portion of Superb Dry Resin	a	the	Portions of Superb Dry Resin	\d	the	
    -_25DC8C7EAC4B6EE7	m0178dxacf01	Portion of Magnificient Dry Resin	a	the	Portions of Magnificient Dry Resin	\d	the	
    -_39852A69A92778FA	m0179dxaca01	Bundle of Plain Fresh Wood	a	the	Bundles of Plain Fresh Wood	\d	the	
    -_0155D51F98BB83D5	m0179dxacb01	Bundle of Average Fresh Wood	a	the	Bundles of Average Fresh Wood	\d	the	
    -_39F51E752C8878FA	m0179dxacc01	Bundle of Prime Fresh Wood	a	the	Bundles of Prime Fresh Wood	\d	the	
    -_43E0553B65F7CBDA	m0179dxacd01	Bundle of Select Fresh Wood	a	the	Bundles of Select Fresh Wood	\d	the	
    -_39C259436DF7CBDA	m0179dxace01	Bundle of Superb Fresh Wood	a	the	Bundles of Superb Fresh Wood	\d	the	
    -_EA660AAEBF098E15	m0179dxacf01	Bundle of Magnificient Fresh Wood	a	the	Bundles of Magnificient Fresh Wood	\d	the	
    -_3A898C296B52F775	m0180dxaca01	Bundle of Plain Dry Wood	a	the	Bundles of Plain Dry Wood	\d	the	
    -_13291E8730B56FBE	m0180dxacb01	Bundle of Average Dry Wood	a	the	Bundles of Average Dry Wood	\d	the	
    -_3AF9A431AA92177B	m0180dxacc01	Bundle of Prime Dry Wood	a	the	Bundles of Prime Dry Wood	\d	the	
    -_FE492C1F4C2E3CED	m0180dxacd01	Bundle of Select Dry Wood	a	the	Bundles of Select Dry Wood	\d	the	
    -_793AE832506F7CED	m0180dxace01	Bundle of Superb Dry Wood	a	the	Bundles of Superb Dry Wood	\d	the	
    -_D8A8759E290F0DD0	m0180dxacf01	Bundle of Magnificient Dry Wood	a	the	Bundles of Magnificient Dry Wood	\d	the	
    -_73339917E7837473	m0181dxaca01	Bundle of Plain Rotting Wood	a	the	Bundles of Plain Rotting Wood	\d	the	
    -_70F345524517F6CA	m0181dxacb01	Bundle of Average Rotting Wood	a	the	Bundles of Average Rotting Wood	\d	the	
    -_31E3D12568837473	m0181dxacc01	Bundle of Prime Rotting Wood	a	the	Bundles of Prime Rotting Wood	\d	the	
    -_F1247915CE4F55D7	m0181dxacd01	Bundle of Select Rotting Wood	a	the	Bundles of Select Rotting Wood	\d	the	
    -_6C56BD19D24F0DE6	m0181dxace01	Bundle of Superb Rotting Wood	a	the	Bundles of Superb Rotting Wood	\d	the	
    -_A4A43F0317A15542	m0181dxacf01	Bundle of Magnificient Rotting Wood	a	the	Bundles of Magnificient Rotting Wood	\d	the	
    -_1E5A715EB6A89E92	m0182dxaca01	Handful of Plain Dry Wood Sawdust	a	the	Handfuls of Plain Dry Wood Sawdust	\d	the	
    -_08A903FD51D53F4F	m0182dxacb01	Handful of Average Dry Wood Sawdust	a	the	Handfuls of Average Dry Wood Sawdust	\d	the	
    -_DC9A7568B8099E92	m0182dxacc01	Handful of Prime Dry Wood Sawdust	a	the	Handfuls of Prime Dry Wood Sawdust	\d	the	
    -_79F6194C9748040B	m0182dxacd01	Handful of Select Dry Wood Sawdust	a	the	Handfuls of Select Dry Wood Sawdust	\d	the	
    -_B8E72D609B4804F9	m0182dxace01	Handful of Superb Dry Wood Sawdust	a	the	Handfuls of Superb Dry Wood Sawdust	\d	the	
    -_02FA5380A74718C7	m0182dxacf01	Handful of Magnificient Dry Wood Sawdust	a	the	Handfuls of Magnificient Dry Wood Sawdust	\d	the	
    -_27E6F13F169909DC	m0183dxaca01	Handful of Plain Damp Wood Sawdust	a	the	Handfuls of Plain Damp Wood Sawdust	\d	the	
    -_3D530A51E88DA36C	m0183dxacb01	Handful of Average Damp Wood Sawdust	a	the	Handfuls of Average Damp Wood Sawdust	\d	the	
    -_E596294D979909DC	m0183dxacc01	Handful of Prime Damp Wood Sawdust	a	the	Handfuls of Prime Damp Wood Sawdust	\d	the	
    -_0807FBD1E759156A	m0183dxacd01	Handful of Select Damp Wood Sawdust	a	the	Handfuls of Select Damp Wood Sawdust	\d	the	
    -_90071FF1E7591546	m0183dxace01	Handful of Superb Damp Wood Sawdust	a	the	Handfuls of Superb Damp Wood Sawdust	\d	the	
    -_8699C23129332C7B	m0183dxacf01	Handful of Magnificient Damp Wood Sawdust	a	the	Handfuls of Magnificient Damp Wood Sawdust	\d	the	
    -_32777AE0DE09FFA3	m0184dxaca01	Plain Small Reed Leaf	a	the	Plain Small Reed Leaves	\d	the	
    -_DFA81AB1BCDAC889	m0184dxacb01	Average Small Reed Leaf	an	the	Average Small Reed Leaves	\d	the	
    -_32775EDBE1EA17A3	m0184dxacc01	Prime Small Reed Leaf	a	the	Prime Small Reed Leaves	\d	the	
    -_EED2DFD837AE73B8	m0184dxacd01	Select Small Reed Leaf	a	the	Select Small Reed Leaves	\d	the	
    -_69C39BEB3BEFB3B8	m0184dxace01	Superb Small Reed Leaf	a	the	Superb Small Reed Leaves	\d	the	
    -_7C86F180226F5110	m0184dxacf01	Magnificient Small Reed Leaf	a	the	Magnificient Small Reed Leaves	\d	the	
    -_6E067AE01C492FA9	m0185dxaca01	Plain Large Reed Leaf	a	the	Plain Large Reed Leaves	\d	the	
    -_1D585E9EB9EB9883	m0185dxacb01	Average Large Reed Leaf	an	the	Average Large Reed Leaves	\d	the	
    -_6E065EDB1F2A47A9	m0185dxacc01	Prime Large Reed Leaf	a	the	Prime Large Reed Leaves	\d	the	
    -_2DD2C3D3B99E9BAD	m0185dxacd01	Select Large Reed Leaf	a	the	Select Large Reed Leaves	\d	the	
    -_A8C37FE6BDDFDBAD	m0185dxace01	Superb Large Reed Leaf	a	the	Superb Large Reed Leaves	\d	the	
    -_0406B980226F1907	m0185dxacf01	Magnificient Large Reed Leaf	a	the	Magnificient Large Reed Leaves	\d	the	
    -_2EB67AE0E0AA07A1	m0186dxaca01	Plain Giant Reed Leaf	a	the	Plain Giant Reed Leaves	\d	the	
    -_E1C81AB539DAB87F	m0186dxacb01	Average Giant Reed Leaf	an	the	Average Giant Reed Leaves	\d	the	
    -_2EB65EDBE38B1FA1	m0186dxacc01	Prime Giant Reed Leaf	a	the	Prime Giant Reed Leaves	\d	the	
    -_EBD2FFDA398E43B6	m0186dxacd01	Select Giant Reed Leaf	a	the	Select Giant Reed Leaves	\d	the	
    -_66C3BBED3DCF83B6	m0186dxace01	Superb Giant Reed Leaf	a	the	Superb Giant Reed Leaves	\d	the	
    -_7C069180226F9116	m0186dxacf01	Magnificient Giant Reed Leaf	a	the	Magnificient Giant Reed Leaves	\d	the	
    -_E17674EB8582D86D	m0187dxaca01	Fragment of Plain Small Thorn	a	the	Fragments of Plain Small Thorn	\d	the	
    -_0BC529079C8DE546	m0187dxacb01	Fragment of Average Small Thorn	a	the	Fragments of Average Small Thorn	\d	the	
    -_63F694EB85F2E86C	m0187dxacc01	Fragment of Prime Small Thorn	a	the	Fragments of Prime Small Thorn	\d	the	
    -_2CA11007C5C8D22A	m0187dxacd01	Fragment of Select Small Thorn	a	the	Fragments of Select Small Thorn	\d	the	
    -_2CE254F589C89A49	m0187dxace01	Fragment of Superb Small Thorn	a	the	Fragments of Superb Small Thorn	\d	the	
    -_8F7E7B7FC733C97D	m0187dxacf01	Fragment of Magnificient Small Thorn	a	the	Fragments of Magnificient Small Thorn	\d	the	
    -_9F1730F58211D867	m0188dxaca01	Fragment of Plain Large Thorn	a	the	Fragments of Plain Large Thorn	\d	the	
    -_C9D6F9F95A9EB539	m0188dxacb01	Fragment of Average Large Thorn	a	the	Fragments of Average Large Thorn	\d	the	
    -_219750F58281E866	m0188dxacc01	Fragment of Prime Large Thorn	a	the	Fragments of Prime Large Thorn	\d	the	
    -_67E054FB0458BE3C	m0188dxacd01	Fragment of Select Large Thorn	a	the	Fragments of Select Large Thorn	\d	the	
    -_672198E9C858865B	m0188dxace01	Fragment of Superb Large Thorn	a	the	Fragments of Superb Large Thorn	\d	the	
    -_8F0E4B8B0802AD7E	m0188dxacf01	Fragment of Magnificient Large Thorn	a	the	Fragments of Magnificient Large Thorn	\d	the	
    -_61F76CDF84C1D877	m0189dxaca01	Fragment of Plain Giant Thorn	a	the	Fragments of Plain Giant Thorn	\d	the	
    -_8BC519031C8DD544	m0189dxacb01	Fragment of Average Giant Thorn	a	the	Fragments of Average Giant Thorn	\d	the	
    -_E3778CDF8431E876	m0189dxacc01	Fragment of Prime Giant Thorn	a	the	Fragments of Prime Giant Thorn	\d	the	
    -_2D001003C249DA2C	m0189dxacd01	Fragment of Select Giant Thorn	a	the	Fragments of Select Giant Thorn	\d	the	
    -_2D4154F18649A24B	m0189dxace01	Fragment of Superb Giant Thorn	a	the	Fragments of Superb Giant Thorn	\d	the	
    -_8FFFA381C632997F	m0189dxacf01	Fragment of Magnificient Giant Thorn	a	the	Fragments of Magnificient Giant Thorn	\d	the	
    -_12994D455971C5B9	m0190dxaca01	Handful of Plain Fresh Bark	a	the	Handfuls of Plain Fresh Bark	\d	the	
    -_181C4D8E0B0BA993	m0190dxacb01	Handful of Average Fresh Bark	a	the	Handfuls of Average Fresh Bark	\d	the	
    -_8E1995515971C5B9	m0190dxacc01	Handful of Prime Fresh Bark	a	the	Handfuls of Prime Fresh Bark	\d	the	
    -_838745F7095ED088	m0190dxacd01	Handful of Select Fresh Bark	a	the	Handfuls of Select Fresh Bark	\d	the	
    -_47C89907095E8885	m0190dxace01	Handful of Superb Fresh Bark	a	the	Handfuls of Superb Fresh Bark	\d	the	
    -_5561F92D989ECE1F	m0190dxacf01	Handful of Magnificient Fresh Bark	a	the	Handfuls of Magnificient Fresh Bark	\d	the	
    -_3B4CCB6400FC99D1	m0191dxaca01	Handful of Plain Dry Bark	a	the	Handfuls of Plain Dry Bark	\d	the	
    -_8CBBF9574127BD48	m0191dxacb01	Handful of Average Dry Bark	a	the	Handfuls of Average Dry Bark	\d	the	
    -_F98CCF6E025D99D1	m0191dxacc01	Handful of Prime Dry Bark	a	the	Handfuls of Prime Dry Bark	\d	the	
    -_BE2857746B11CF2D	m0191dxacd01	Handful of Select Dry Bark	a	the	Handfuls of Select Dry Bark	\d	the	
    -_FD196B886F11CF1B	m0191dxace01	Handful of Superb Dry Bark	a	the	Handfuls of Superb Dry Bark	\d	the	
    -_8EBFC69AAFFAE62F	m0191dxacf01	Handful of Magnificient Dry Bark	a	the	Handfuls of Magnificient Dry Bark	\d	the	
    -_6C4CC44AD93448F9	m0192dxaca01	Handful of Plain Dry Straw	a	the	Handfuls of Plain Dry Straw	\d	the	
    -_00C4B1E13050BDE0	m0192dxacb01	Handful of Average Dry Straw	a	the	Handfuls of Average Dry Straw	\d	the	
    -_2AFCFC585A3448F9	m0192dxacc01	Handful of Prime Dry Straw	a	the	Handfuls of Prime Dry Straw	\d	the	
    -_A67F6F435F2D0B85	m0192dxacd01	Handful of Select Dry Straw	a	the	Handfuls of Select Dry Straw	\d	the	
    -_2E7F93635F2D0B61	m0192dxace01	Handful of Superb Dry Straw	a	the	Handfuls of Superb Dry Straw	\d	the	
    -_A35DA07BEC7B2AD2	m0192dxacf01	Handful of Magnificient Dry Straw	a	the	Handfuls of Magnificient Dry Straw	\d	the	
    -_2CFF0B3F5DD12DDE	m0193dxaca01	Handful of Plain Damp Straw	a	the	Handfuls of Plain Damp Straw	\d	the	
    -_089C219AD44F50C6	m0193dxacb01	Handful of Average Damp Straw	a	the	Handfuls of Average Damp Straw	\d	the	
    -_A87F534B5DD12DDE	m0193dxacc01	Handful of Prime Damp Straw	a	the	Handfuls of Prime Damp Straw	\d	the	
    -_3DD359FA043EDCF0	m0193dxacd01	Handful of Select Damp Straw	a	the	Handfuls of Select Damp Straw	\d	the	
    -_0114AD0A043E94ED	m0193dxace01	Handful of Superb Damp Straw	a	the	Handfuls of Superb Damp Straw	\d	the	
    -_D5958E18C6EEDA0A	m0193dxacf01	Handful of Magnificient Damp Straw	a	the	Handfuls of Magnificient Damp Straw	\d	the	
    -_E71DCB0FA6D4AFB4	m0194dxaca01	Handful of Plain Dust	a	the	Handfuls of Plain Dust	\d	the	
    -_4C94FCC0616CF826	m0194dxacb01	Handful of Average Dust	a	the	Handfuls of Average Dust	\d	the	
    -_A7BEF315A6D48BB8	m0194dxacc01	Handful of Prime Dust	a	the	Handfuls of Prime Dust	\d	the	
    -_293ACA024BF5F713	m0194dxacd01	Handful of Select Dust	a	the	Handfuls of Select Dust	\d	the	
    -_F13ADE12C6E6F705	m0194dxace01	Handful of Superb Dust	a	the	Handfuls of Superb Dust	\d	the	
    -_4A3715ED10151586	m0194dxacf01	Handful of Magnificient Dust	a	the	Handfuls of Magnificient Dust	\d	the	
    -_4F6485BE8A63C179	m0195dxaca01	Plain Dry Fiber	some	the	Plain Dry Fibers	\d	the	
    -_B5949EE8159E6F23	m0195dxacb01	Average Dry Fiber	some	the	Average Dry Fibers	\d	the	
    -_D0648DB58B53E981	m0195dxacc01	Prime Dry Fiber	some	the	Prime Dry Fibers	\d	the	
    -_932F61E6CD359ABF	m0195dxacd01	Select Dry Fiber	some	the	Select Dry Fibers	\d	the	
    -_932F1DE39176EACF	m0195dxace01	Superb Dry Fiber	some	the	Superb Dry Fibers	\d	the	
    -_7930C773949113BC	m0195dxacf01	Magnificient Dry Fiber	some	the	Magnificient Dry Fibers	\d	the	
    -_D943959D91C566B6	m0196dxaca01	Plain Damp Fiber	some	the	Plain Damp Fibers	\d	the	
    -_07793A147B8E6307	m0196dxacb01	Average Damp Fiber	some	the	Average Damp Fibers	\d	the	
    -_D9439D9450859EBC	m0196dxacc01	Prime Damp Fiber	some	the	Prime Damp Fibers	\d	the	
    -_C7EC0EEC8F5EBF82	m0196dxacd01	Select Damp Fiber	some	the	Select Damp Fibers	\d	the	
    -_C7EC820A8FE03F82	m0196dxace01	Superb Damp Fiber	some	the	Superb Damp Fibers	\d	the	
    -_7CA13C5F8A5B0F4B	m0196dxacf01	Magnificient Damp Fiber	some	the	Magnificient Damp Fibers	\d	the	
    -_16982550BACC9FC2	m0197dxaca01	Plain Rotting Fiber	some	the	Plain Rotting Fibers	\d	the	
    -_179BA74AEDE3C0B1	m0197dxacb01	Average Rotting Fiber	some	the	Average Rotting Fibers	\d	the	
    -_16083D4F3C4CB7C2	m0197dxacc01	Prime Rotting Fiber	some	the	Prime Rotting Fibers	\d	the	
    -_6703934FB01FC225	m0197dxacd01	Select Rotting Fiber	some	the	Select Rotting Fibers	\d	the	
    -_2B035F6EB0600213	m0197dxace01	Superb Rotting Fiber	some	the	Superb Rotting Fibers	\d	the	
    -_D0C42FA3AF295964	m0197dxacf01	Magnificient Rotting Fiber	some	the	Magnificient Rotting Fibers	\d	the	
    -_37EFCF9304CEA559	m0198dxaca01	Fragment of Plain Small Pearly Shell	a	the	Fragments of Plain Small Pearly Shell	\d	the	
    -_D9CA93486B898322	m0198dxacb01	Fragment of Average Small Pearly Shell	a	the	Fragments of Average Small Pearly Shell	\d	the	
    -_3AD0EF9304CE8154	m0198dxacc01	Fragment of Prime Small Pearly Shell	a	the	Fragments of Prime Small Pearly Shell	\d	the	
    -_D1B4EE92FE470B06	m0198dxacd01	Fragment of Select Small Pearly Shell	a	the	Fragments of Select Small Pearly Shell	\d	the	
    -_D5F532927938C319	m0198dxace01	Fragment of Superb Small Pearly Shell	a	the	Fragments of Superb Small Pearly Shell	\d	the	
    -_F0BF73B4A79191D6	m0198dxacf01	Fragment of Magnificient Small Pearly Shell	a	the	Fragments of Magnificient Small Pearly Shell	\d	the	
    -_752FFF98405DA55A	m0199dxaca01	Fragment of Plain Large Pearly Shell	a	the	Fragments of Plain Large Pearly Shell	\d	the	
    -_D6DB6341A939C710	m0199dxacb01	Fragment of Average Large Pearly Shell	a	the	Fragments of Average Large Pearly Shell	\d	the	
    -_78101F98405D8155	m0199dxacc01	Fragment of Prime Large Pearly Shell	a	the	Fragments of Prime Large Pearly Shell	\d	the	
    -_53A416863D47EF02	m0199dxacd01	Fragment of Select Large Pearly Shell	a	the	Fragments of Select Large Pearly Shell	\d	the	
    -_57E55A86B838A715	m0199dxace01	Fragment of Superb Large Pearly Shell	a	the	Fragments of Superb Large Pearly Shell	\d	the	
    -_F0BF3BAA2F1159D7	m0199dxacf01	Fragment of Magnificient Large Pearly Shell	a	the	Fragments of Magnificient Large Pearly Shell	\d	the	
    -_F7A0D78F000DA551	m0200dxaca01	Fragment of Plain Giant Pearly Shell	a	the	Fragments of Plain Giant Pearly Shell	\d	the	
    -_14DA833C6DA9831E	m0200dxacb01	Fragment of Average Giant Pearly Shell	a	the	Fragments of Average Giant Pearly Shell	\d	the	
    -_FA81F78F000D814C	m0200dxacc01	Fragment of Prime Giant Pearly Shell	a	the	Fragments of Prime Giant Pearly Shell	\d	the	
    -_91A4BE8EFB472B00	m0200dxacd01	Fragment of Select Giant Pearly Shell	a	the	Fragments of Select Giant Pearly Shell	\d	the	
    -_95E5028E7638E313	m0200dxace01	Fragment of Superb Giant Pearly Shell	a	the	Fragments of Superb Giant Pearly Shell	\d	the	
    -_AECFB3B8A71131CE	m0200dxacf01	Fragment of Magnificient Giant Pearly Shell	a	the	Fragments of Magnificient Giant Pearly Shell	\d	the	
    -_DF34D1D20002073F	m0201dxaca01	Plain Small Pearl	a	the	Plain Small Pearls	\d	the	
    -_352F7200F7DDB37B	m0201dxacb01	Average Small Pearl	an	the	Average Small Pearls	\d	the	
    -_E195D9C90182FB43	m0201dxacc01	Prime Small Pearl	a	the	Prime Small Pearls	\d	the	
    -_50B0CA4073E773AE	m0201dxacd01	Select Small Pearl	a	the	Select Small Pearls	\d	the	
    -_54B0864FEE19B3B2	m0201dxace01	Superb Small Pearl	a	the	Superb Small Pearls	\d	the	
    -_C89D6053C8FE98A2	m0201dxacf01	Magnificient Small Pearl	a	the	Magnificient Small Pearls	\d	the	
    -_1A7315C63F92F351	m0202dxaca01	Plain Large Pearl	a	the	Plain Large Pearls	\d	the	
    -_742F72F9F39EC769	m0202dxacb01	Average Large Pearl	an	the	Average Large Pearls	\d	the	
    -_1CD41DBD4012E755	m0202dxacc01	Prime Large Pearl	a	the	Prime Large Pearls	\d	the	
    -_D3F0AE40B1979B9E	m0202dxacd01	Select Large Pearl	a	the	Select Large Pearls	\d	the	
    -_D7F06A4F2CC9DBA2	m0202dxace01	Superb Large Pearl	a	the	Superb Large Pearls	\d	the	
    -_0CDD284E0C3E609E	m0202dxacf01	Magnificient Large Pearl	a	the	Magnificient Large Pearls	\d	the	
    -_E093D1CEFD830F41	m0203dxaca01	Plain Giant Pearl	a	the	Plain Giant Pearls	\d	the	
    -_322F720879FDA36D	m0203dxacb01	Average Giant Pearl	an	the	Average Giant Pearls	\d	the	
    -_E2F4D9C5FE030345	m0203dxacc01	Prime Giant Pearl	a	the	Prime Giant Pearls	\d	the	
    -_4D709A40750793AE	m0203dxacd01	Select Giant Pearl	a	the	Select Giant Pearls	\d	the	
    -_5170564FF039D3B2	m0203dxace01	Superb Giant Pearl	a	the	Superb Giant Pearls	\d	the	
    -_C85D5055C8BE88A6	m0203dxacf01	Magnificient Giant Pearl	a	the	Magnificient Giant Pearls	\d	the	
    -_8879C6BC88DA120E	m0204dxaca01	Plain Silvery Fish Scale	a	the	Plain Silvery Fish Scales	\d	the	
    -_6ABC165F6AE45D31	m0204dxacb01	Average Silvery Fish Scale	an	the	Average Silvery Fish Scales	\d	the	
    -_89F9E6B3895A2A05	m0204dxacc01	Prime Silvery Fish Scale	a	the	Prime Silvery Fish Scales	\d	the	
    -_C7CAC06294956110	m0204dxacd01	Select Silvery Fish Scale	a	the	Select Silvery Fish Scales	\d	the	
    -_C8CB7C7194B5DD10	m0204dxace01	Superb Silvery Fish Scale	a	the	Superb Silvery Fish Scales	\d	the	
    -_41380A8DC7FFE5A7	m0204dxacf01	Magnificient Silvery Fish Scale	a	the	Magnificient Silvery Fish Scales	\d	the	
    -_62388B178BE24B9F	m0205dxaca01	Plain Golden Fish Scale	a	the	Plain Golden Fish Scales	\d	the	
    -_B75F8820E80275E9	m0205dxacb01	Average Golden Fish Scale	an	the	Average Golden Fish Scales	\d	the	
    -_2078B3148C62639F	m0205dxacc01	Prime Golden Fish Scale	a	the	Prime Golden Fish Scales	\d	the	
    -_BBE6DFACBB471FFF	m0205dxacd01	Select Golden Fish Scale	a	the	Select Golden Fish Scales	\d	the	
    -_BB27DBBBBB88170E	m0205dxace01	Superb Golden Fish Scale	a	the	Superb Golden Fish Scales	\d	the	
    -_9FC1D8B1A737D295	m0205dxacf01	Magnificient Golden Fish Scale	a	the	Magnificient Golden Fish Scales	\d	the	
    -_F0855907F5ACE805	m0206dxaca01	Plain Living Parasite	a	the	Plain Living Parasites	\d	the	
    -_19C8DCC102EE23DA	m0206dxacb01	Average Living Parasite	an	the	Average Living Parasites	\d	the	
    -_F0853D02F88D0005	m0206dxacc01	Prime Living Parasite	a	the	Prime Living Parasites	\d	the	
    -_5E362A564D92A0AF	m0206dxacd01	Select Living Parasite	a	the	Select Living Parasites	\d	the	
    -_D927E66951D3E0AF	m0206dxace01	Superb Living Parasite	a	the	Superb Living Parasites	\d	the	
    -_A4D899568AB9815A	m0206dxacf01	Magnificient Living Parasite	a	the	Magnificient Living Parasites	\d	the	
    -_53635A0D2EC73E95	m0207dxaca01	Plain Dead Parasite	a	the	Plain Dead Parasites	\d	the	
    -_E48B4600357DFC7C	m0207dxacb01	Average Dead Parasite	an	the	Average Dead Parasites	\d	the	
    -_53636204ED87769B	m0207dxacc01	Prime Dead Parasite	a	the	Prime Dead Parasites	\d	the	
    -_DC849F0ACC2D0F8D	m0207dxacd01	Select Dead Parasite	a	the	Select Dead Parasites	\d	the	
    -_DC841328CCAF8F8D	m0207dxace01	Superb Dead Parasite	a	the	Superb Dead Parasites	\d	the	
    -_F440D474E043A05D	m0207dxacf01	Magnificient Dead Parasite	a	the	Magnificient Dead Parasites	\d	the	
    -_68B1B39AA443D8B7	m0208dxaca01	Plain Small Spider Web	a	the	Plain Small Spider Webs	\d	the	
    -_FCE0666AC70ACD4F	m0208dxacb01	Average Small Spider Web	an	the	Average Small Spider Webs	\d	the	
    -_26F1DB97A5C3F0B7	m0208dxacc01	Prime Small Spider Web	a	the	Prime Small Spider Webs	\d	the	
    -_C7BE4C0AC71F8C60	m0208dxacd01	Select Small Spider Web	a	the	Select Small Spider Webs	\d	the	
    -_C7FF4819C760846F	m0208dxace01	Superb Small Spider Web	a	the	Superb Small Spider Webs	\d	the	
    -_5DE3A143BAC436E1	m0208dxacf01	Magnificient Small Spider Web	a	the	Magnificient Small Spider Webs	\d	the	
    -_65409795E813A8C9	m0209dxaca01	Plain Large Spider Web	a	the	Plain Large Spider Webs	\d	the	
    -_40204A63851B8144	m0209dxacb01	Average Large Spider Web	an	the	Average Large Spider Webs	\d	the	
    -_2380BF92E993C0C9	m0209dxacc01	Prime Large Spider Web	a	the	Prime Large Spider Webs	\d	the	
    -_446E90FE44CFD055	m0209dxacd01	Select Large Spider Web	a	the	Select Large Spider Webs	\d	the	
    -_44AF8C0D4410C864	m0209dxace01	Superb Large Spider Web	a	the	Superb Large Spider Webs	\d	the	
    -_E0238543F8745ED1	m0209dxacf01	Magnificient Large Spider Web	a	the	Magnificient Large Spider Webs	\d	the	
    -_DD95DF52314C0B9F	m0210dxaca01	Ball of Plain Worm Silk	a	the	Balls of Plain Worm Silk	\d	the	
    -_73CDAA0A0C2B1120	m0210dxacb01	Ball of Average Worm Silk	a	the	Balls of Average Worm Silk	\d	the	
    -_DE15FF4932CC2396	m0210dxacc01	Ball of Prime Worm Silk	a	the	Balls of Prime Worm Silk	\d	the	
    -_391DE4CAE9429F8D	m0210dxacd01	Ball of Select Worm Silk	a	the	Balls of Select Worm Silk	\d	the	
    -_3A1EA0D9E9621B8D	m0210dxace01	Ball of Superb Worm Silk	a	the	Balls of Superb Worm Silk	\d	the	
    -_B6280D373EE71194	m0210dxacf01	Ball of Magnificient Worm Silk	a	the	Balls of Magnificient Worm Silk	\d	the	
    -_43BECA053AEAAD31	m0211dxaca01	Ball of Plain Spider Silk	a	the	Balls of Plain Spider Silk	\d	the	
    -_F0F8C5782E575DCE	m0211dxacb01	Ball of Average Spider Silk	a	the	Balls of Average Spider Silk	\d	the	
    -_C4BED2FC3BDAD539	m0211dxacc01	Ball of Prime Spider Silk	a	the	Balls of Prime Spider Silk	\d	the	
    -_31B45A3017D8C147	m0211dxacd01	Ball of Select Spider Silk	a	the	Balls of Select Spider Silk	\d	the	
    -_31B4162DDB191157	m0211dxace01	Ball of Superb Spider Silk	a	the	Balls of Superb Spider Silk	\d	the	
    -_30FD6265B67D8863	m0211dxacf01	Ball of Magnificient Spider Silk	a	the	Balls of Magnificient Spider Silk	\d	the	
    -_8740D08CB3B10D5F	m0212dxaca01	Plain Small Firefly Abdomen	a	the	Plain Small Firefly Abdomens	\d	the	
    -_03EC3F3328B8B254	m0212dxacb01	Average Small Firefly Abdomen	an	the	Average Small Firefly Abdomens	\d	the	
    -_8740D88372714565	m0212dxacc01	Prime Small Firefly Abdomen	a	the	Prime Small Firefly Abdomens	\d	the	
    -_5CAED1EA32D7615A	m0212dxacd01	Select Small Firefly Abdomen	a	the	Select Small Firefly Abdomens	\d	the	
    -_5CAE45083259E15A	m0212dxace01	Superb Small Firefly Abdomen	a	the	Superb Small Firefly Abdomens	\d	the	
    -_812A8E3689D773AD	m0212dxacf01	Magnificient Small Firefly Abdomen	a	the	Magnificient Small Firefly Abdomens	\d	the	
    -_C80FB48CB341DD6C	m0213dxaca01	Plain Large Firefly Abdomen	a	the	Plain Large Firefly Abdomens	\d	the	
    -_03EC23272A09664E	m0213dxacb01	Average Large Firefly Abdomen	an	the	Average Large Firefly Abdomens	\d	the	
    -_C80FBC8372011572	m0213dxacc01	Prime Large Firefly Abdomen	a	the	Prime Large Firefly Abdomens	\d	the	
    -_DAAED1EAAE37E943	m0213dxacd01	Select Large Firefly Abdomen	a	the	Select Large Firefly Abdomens	\d	the	
    -_DAAE4508AEB96943	m0213dxace01	Superb Large Firefly Abdomen	a	the	Superb Large Firefly Abdomens	\d	the	
    -_031AB62AC8D757A9	m0213dxacf01	Magnificient Large Firefly Abdomen	a	the	Magnificient Large Firefly Abdomens	\d	the	
    -_895D5E83014F3D8A	m0214dxaca01	Fragment of Plain Red Butterfly Wing	a	the	Fragments of Plain Red Butterfly Wing	\d	the	
    -_C2DBAB6FFB25FF40	m0214dxacb01	Fragment of Average Red Butterfly Wing	a	the	Fragments of Average Red Butterfly Wing	\d	the	
    -_8C3E7E83014F1985	m0214dxacc01	Fragment of Prime Red Butterfly Wing	a	the	Fragments of Prime Red Butterfly Wing	\d	the	
    -_D95FF698039A14CB	m0214dxacd01	Fragment of Select Red Butterfly Wing	a	the	Fragments of Select Red Butterfly Wing	\d	the	
    -_DDA03A987E8BCCDE	m0214dxace01	Fragment of Superb Red Butterfly Wing	a	the	Fragments of Superb Red Butterfly Wing	\d	the	
    -_7613ED0225F1B9F8	m0214dxacf01	Fragment of Magnificient Red Butterfly Wing	a	the	Fragments of Magnificient Red Butterfly Wing	\d	the	
    -_0960074AD2B2FA44	m0215dxaca01	Fragment of Plain Green Butterfly Wing	a	the	Fragments of Plain Green Butterfly Wing	\d	the	
    -_31C4E7F9C2EB9B73	m0215dxacb01	Fragment of Average Green Butterfly Wing	a	the	Fragments of Average Green Butterfly Wing	\d	the	
    -_0AE0274A90F21A41	m0215dxacc01	Fragment of Prime Green Butterfly Wing	a	the	Fragments of Prime Green Butterfly Wing	\d	the	
    -_C0FCF4C813B4A805	m0215dxacd01	Fragment of Select Green Butterfly Wing	a	the	Fragments of Select Green Butterfly Wing	\d	the	
    -_C03DF0D713F5A014	m0215dxace01	Fragment of Superb Green Butterfly Wing	a	the	Fragments of Superb Green Butterfly Wing	\d	the	
    -_122A84B6EDB7EE5B	m0215dxacf01	Fragment of Magnificient Green Butterfly Wing	a	the	Fragments of Magnificient Green Butterfly Wing	\d	the	
    -_DC8072C7756CD3CD	m0216dxaca01	Fragment of Plain Blue Butterfly Wing	a	the	Fragments of Plain Blue Butterfly Wing	\d	the	
    -_F8E118844B99D4C2	m0216dxacb01	Fragment of Average Blue Butterfly Wing	a	the	Fragments of Average Blue Butterfly Wing	\d	the	
    -_5E0092C775DCE3CC	m0216dxacc01	Fragment of Prime Blue Butterfly Wing	a	the	Fragments of Prime Blue Butterfly Wing	\d	the	
    -_8A7D9AA803005343	m0216dxacd01	Fragment of Select Blue Butterfly Wing	a	the	Fragments of Select Blue Butterfly Wing	\d	the	
    -_8ABEDE96C7001B62	m0216dxace01	Fragment of Superb Blue Butterfly Wing	a	the	Fragments of Superb Blue Butterfly Wing	\d	the	
    -_0349785DBE0ECB20	m0216dxacf01	Fragment of Magnificient Blue Butterfly Wing	a	the	Fragments of Magnificient Blue Butterfly Wing	\d	the	
    -_8B7FCFCADE378F09	m0217dxaca01	Fragment of Plain Yellow Butterfly Wing	a	the	Fragments of Plain Yellow Butterfly Wing	\d	the	
    -_FFD728F3CCC0E76C	m0217dxacb01	Fragment of Average Yellow Butterfly Wing	a	the	Fragments of Average Yellow Butterfly Wing	\d	the	
    -_8CFFEFC1DFB7A700	m0217dxacc01	Fragment of Prime Yellow Butterfly Wing	a	the	Fragments of Prime Yellow Butterfly Wing	\d	the	
    -_1F75BF2694258FB9	m0217dxacd01	Fragment of Select Yellow Butterfly Wing	a	the	Fragments of Select Yellow Butterfly Wing	\d	the	
    -_1F953F26952647C8	m0217dxace01	Fragment of Superb Yellow Butterfly Wing	a	the	Fragments of Superb Yellow Butterfly Wing	\d	the	
    -_C20CC956F0C16DC5	m0217dxacf01	Fragment of Magnificient Yellow Butterfly Wing	a	the	Fragments of Magnificient Yellow Butterfly Wing	\d	the	
    -_2606AFB72A64CC0E	m0218dxaca01	Portion of Plain Fresh Wax	a	the	Portions of Plain Fresh Wax	\d	the	
    -_180831EAF92070B7	m0218dxacb01	Portion of Average Fresh Wax	a	the	Portions of Average Fresh Wax	\d	the	
    -_E4B6E7C5AB64CC0E	m0218dxacc01	Portion of Prime Fresh Wax	a	the	Portions of Prime Fresh Wax	\d	the	
    -_7C51F91824CF536B	m0218dxacd01	Portion of Select Fresh Wax	a	the	Portions of Select Fresh Wax	\d	the	
    -_04511D3824CF5347	m0218dxace01	Portion of Superb Fresh Wax	a	the	Portions of Superb Fresh Wax	\d	the	
    -_A2EB57782F6BBBDF	m0218dxacf01	Portion of Magnificient Fresh Wax	a	the	Portions of Magnificient Fresh Wax	\d	the	
    -_730FAF1BCECEB7AB	m0219dxaca01	Portion of Plain Dry Wax	a	the	Portions of Plain Dry Wax	\d	the	
    -_B4C72BD5603CFF75	m0219dxacb01	Portion of Average Dry Wax	a	the	Portions of Average Dry Wax	\d	the	
    -_314FD718CF4ECFAB	m0219dxacc01	Portion of Prime Dry Wax	a	the	Portions of Prime Dry Wax	\d	the	
    -_2A9112ABBD1E3C24	m0219dxacd01	Portion of Select Dry Wax	a	the	Portions of Select Dry Wax	\d	the	
    -_EE7062BBBE1F3C12	m0219dxace01	Portion of Superb Dry Wax	a	the	Portions of Superb Dry Wax	\d	the	
    -_69D65646C5BE8AA2	m0219dxacf01	Portion of Magnificient Dry Wax	a	the	Portions of Magnificient Dry Wax	\d	the	
    -_3BBA5F76BB1BABC4	m0220dxaca01	Plain Fresh Flower Petal	a	the	Plain Fresh Flower Petals	\d	the	
    -_49BA3E31D7C3F129	m0220dxacb01	Average Fresh Flower Petal	an	the	Average Fresh Flower Petals	\d	the	
    -_3C3A7F6DBC9BC3BB	m0220dxacc01	Prime Fresh Flower Petal	a	the	Prime Fresh Flower Petals	\d	the	
    -_4C6E741E2DF3B82D	m0220dxacd01	Select Fresh Flower Petal	a	the	Select Fresh Flower Petals	\d	the	
    -_4D6F302D2D13342D	m0220dxace01	Superb Fresh Flower Petal	a	the	Superb Fresh Flower Petals	\d	the	
    -_5407F9EF3C5969BB	m0220dxacf01	Magnificient Fresh Flower Petal	a	the	Magnificient Fresh Flower Petals	\d	the	
    -_3B5A277ABBBB73C9	m0221dxaca01	Plain Dried Flower Petal	a	the	Plain Dried Flower Petals	\d	the	
    -_499A3E2D54C3B92C	m0221dxacb01	Average Dried Flower Petal	an	the	Average Dried Flower Petals	\d	the	
    -_3CDA4771BC3B8BC0	m0221dxacc01	Prime Dried Flower Petal	a	the	Prime Dried Flower Petals	\d	the	
    -_49AE741C2C12C82A	m0221dxacd01	Select Dried Flower Petal	a	the	Select Dried Flower Petals	\d	the	
    -_4AAF302B2C32442A	m0221dxace01	Superb Dried Flower Petal	a	the	Superb Dried Flower Petals	\d	the	
    -_5507F1EBB99959AC	m0221dxacf01	Magnificient Dried Flower Petal	a	the	Magnificient Dried Flower Petals	\d	the	
    -_B63965C043C672EC	m0222dxaca01	Plain Small Bud	a	the	Plain Small Buds	\d	the	
    -_0B14499712B26F70	m0222dxacb01	Average Small Bud	an	the	Average Small Buds	\d	the	
    -_74798DBD44468AEC	m0222dxacc01	Prime Small Bud	a	the	Prime Small Buds	\d	the	
    -_9291168612F256D6	m0222dxacd01	Select Small Bud	a	the	Select Small Buds	\d	the	
    -_92D2129512334EE5	m0222dxace01	Superb Small Bud	a	the	Superb Small Buds	\d	the	
    -_AB9763C3C59BD405	m0222dxacf01	Magnificient Small Bud	a	the	Magnificient Small Buds	\d	the	
    -_B3C849BB879642FE	m0223dxaca01	Plain Large Bud	a	the	Plain Large Buds	\d	the	
    -_4F542D90D0C32365	m0223dxacb01	Average Large Bud	an	the	Average Large Buds	\d	the	
    -_710871B888165AFE	m0223dxacc01	Prime Large Bud	a	the	Prime Large Buds	\d	the	
    -_0F415A7A8FA29ACB	m0223dxacd01	Select Large Bud	a	the	Select Large Buds	\d	the	
    -_0F8256898FE392DA	m0223dxace01	Superb Large Bud	a	the	Superb Large Buds	\d	the	
    -_2ED747C3034BFCF5	m0223dxacf01	Magnificient Large Bud	a	the	Magnificient Large Buds	\d	the	
    -_D6A94D455973CDD9	m0224dxaca01	Handful of Plain Fresh Moss	a	the	Handfuls of Plain Fresh Moss	\d	the	
    -_56AD51A40EEBD597	m0224dxacb01	Handful of Average Fresh Moss	a	the	Handfuls of Average Fresh Moss	\d	the	
    -_522995515973CDD9	m0224dxacc01	Handful of Prime Fresh Moss	a	the	Handfuls of Prime Fresh Moss	\d	the	
    -_C19745FF4B4E3497	m0224dxacd01	Handful of Select Fresh Moss	a	the	Handfuls of Select Fresh Moss	\d	the	
    -_85D8990F4B4EEC94	m0224dxace01	Handful of Superb Fresh Moss	a	the	Handfuls of Superb Fresh Moss	\d	the	
    -_5601252D989EEE2C	m0224dxacf01	Handful of Magnificient Fresh Moss	a	the	Handfuls of Magnificient Fresh Moss	\d	the	
    -_B9BDFB72C3FC99DD	m0225dxaca01	Handful of Plain Dry Moss	a	the	Handfuls of Plain Dry Moss	\d	the	
    -_50CBF9574129C568	m0225dxacb01	Handful of Average Dry Moss	a	the	Handfuls of Average Dry Moss	\d	the	
    -_77FDFF7CC55D99DD	m0225dxacc01	Handful of Prime Dry Moss	a	the	Handfuls of Prime Dry Moss	\d	the	
    -_BFC883746B11EF3A	m0225dxacd01	Handful of Select Dry Moss	a	the	Handfuls of Select Dry Moss	\d	the	
    -_FEB997886F11EF28	m0225dxace01	Handful of Superb Dry Moss	a	the	Handfuls of Superb Dry Moss	\d	the	
    -_CEDFFEADEFDA1233	m0225dxacf01	Handful of Magnificient Dry Moss	a	the	Handfuls of Magnificient Dry Moss	\d	the	
    -_F00652E8617CC0F3	m0226dxaca01	Plain Fresh Dandelion	a	the	Plain Fresh Dandelions	\d	the	
    -_5CCA77B6842EC495	m0226dxacb01	Average Fresh Dandelion	an	the	Average Fresh Dandelions	\d	the	
    -_F00636E3645DD8F3	m0226dxacc01	Prime Fresh Dandelion	a	the	Prime Fresh Dandelions	\d	the	
    -_EA82C70D897288BB	m0226dxacd01	Select Fresh Dandelion	a	the	Select Fresh Dandelions	\d	the	
    -_657383208DB3C8BB	m0226dxace01	Superb Fresh Dandelion	a	the	Superb Fresh Dandelions	\d	the	
    -_9E38D178202F5160	m0226dxacf01	Magnificient Fresh Dandelion	a	the	Magnificient Fresh Dandelions	\d	the	
    -_70E652E8605B98F8	m0227dxaca01	Plain Dried Dandelion	a	the	Plain Dried Dandelions	\d	the	
    -_5BE987B2816EC494	m0227dxacb01	Average Dried Dandelion	an	the	Average Dried Dandelions	\d	the	
    -_70E636E3633CB0F8	m0227dxacc01	Prime Dried Dandelion	a	the	Prime Dried Dandelions	\d	the	
    -_6A82B7FF899190BC	m0227dxacd01	Select Dried Dandelion	a	the	Select Dried Dandelions	\d	the	
    -_E57373128DD2D0BC	m0227dxace01	Superb Dried Dandelion	a	the	Superb Dried Dandelions	\d	the	
    -_A038C178202F3145	m0227dxacf01	Magnificient Dried Dandelion	a	the	Magnificient Dried Dandelions	\d	the	
    -_05FAFFAB855B4B01	m0228dxaca01	Plain Blooming Dandelion	a	the	Plain Blooming Dandelions	\d	the	
    -_775877A96CB7F5F2	m0228dxacb01	Average Blooming Dandelion	an	the	Average Blooming Dandelions	\d	the	
    -_067A1FA286DB63F8	m0228dxacc01	Prime Blooming Dandelion	a	the	Prime Blooming Dandelions	\d	the	
    -_F9CD54377A634947	m0228dxacd01	Select Blooming Dandelion	a	the	Select Blooming Dandelions	\d	the	
    -_FACE10467A83C547	m0228dxace01	Superb Blooming Dandelion	a	the	Superb Blooming Dandelions	\d	the	
    -_D0855D28069EB276	m0228dxacf01	Magnificient Blooming Dandelion	a	the	Magnificient Blooming Dandelions	\d	the	
    -_B08796EBA36B1BA8	m0229dxaca01	Plain Small Reed Stem	a	the	Plain Small Reed Stems	\d	the	
    -_21992AC07DDAE492	m0229dxacb01	Average Small Reed Stem	an	the	Average Small Reed Stems	\d	the	
    -_B0877AE6A64C33A8	m0229dxacc01	Prime Small Reed Stem	a	the	Prime Small Reed Stems	\d	the	
    -_2E2237E3FB1F73BD	m0229dxacd01	Select Small Reed Stem	a	the	Select Small Reed Stems	\d	the	
    -_A913F3F6FF60B3BD	m0229dxace01	Superb Small Reed Stem	a	the	Superb Small Reed Stems	\d	the	
    -_FA96F180A6EFC923	m0229dxacf01	Magnificient Small Reed Stem	a	the	Magnificient Small Reed Stems	\d	the	
    -_2C1696EBE1AB4BA4	m0230dxaca01	Plain Large Reed Stem	a	the	Plain Large Reed Stems	\d	the	
    -_9F496EAD7AEBB482	m0230dxacb01	Average Large Reed Stem	an	the	Average Large Reed Stems	\d	the	
    -_2C167AE6E48C63A4	m0230dxacc01	Prime Large Reed Stem	a	the	Prime Large Reed Stems	\d	the	
    -_AD221BDE7D0F9BA8	m0230dxacd01	Select Large Reed Stem	a	the	Select Large Reed Stems	\d	the	
    -_2813D7F18150DBA8	m0230dxace01	Superb Large Reed Stem	a	the	Superb Large Reed Stems	\d	the	
    -_C216B980A6EF9110	m0230dxacf01	Magnificient Large Reed Stem	a	the	Magnificient Large Reed Stems	\d	the	
    -_E544BD05B26AA3B4	m0231dxaca01	Handful of Plain Fresh Loose Soil	a	the	Handfuls of Plain Fresh Loose Soil	\d	the	
    -_C639833DF733D7A4	m0231dxacb01	Handful of Average Fresh Loose Soil	a	the	Handfuls of Average Fresh Loose Soil	\d	the	
    -_A384C10FB4CBA3B4	m0231dxacc01	Handful of Prime Fresh Loose Soil	a	the	Handfuls of Prime Fresh Loose Soil	\d	the	
    -_98B109389B5E55E0	m0231dxacd01	Handful of Select Fresh Loose Soil	a	the	Handfuls of Select Fresh Loose Soil	\d	the	
    -_D7A21D4C9F5E55CE	m0231dxace01	Handful of Superb Fresh Loose Soil	a	the	Handfuls of Superb Fresh Loose Soil	\d	the	
    -_7C3943835CF19813	m0231dxacf01	Handful of Magnificient Fresh Loose Soil	a	the	Handfuls of Magnificient Fresh Loose Soil	\d	the	
    -_6544ADF7B289ABB5	m0232dxaca01	Handful of Plain Dried Loose Soil	a	the	Handfuls of Plain Dried Loose Soil	\d	the	
    -_C477A33DF733D7A5	m0232dxacb01	Handful of Average Dried Loose Soil	a	the	Handfuls of Average Dried Loose Soil	\d	the	
    -_2384B101B4EAABB5	m0232dxacc01	Handful of Prime Dried Loose Soil	a	the	Handfuls of Prime Dried Loose Soil	\d	the	
    -_9871C12E9C3E4DE1	m0232dxacd01	Handful of Select Dried Loose Soil	a	the	Handfuls of Select Dried Loose Soil	\d	the	
    -_D762D542A03E4DCF	m0232dxace01	Handful of Superb Dried Loose Soil	a	the	Handfuls of Superb Dried Loose Soil	\d	the	
    -_7D393B7FD9318804	m0232dxacf01	Handful of Magnificient Dried Loose Soil	a	the	Handfuls of Magnificient Dried Loose Soil	\d	the	
    -_30953CDF930C27FF	m0233dxaca01	Phial of Plain Fresh Modified Sap	a	the	Phials of Plain Fresh Modified Sap	\d	the	
    -_C6E4F527D6893FEF	m0233dxacb01	Phial of Average Fresh Modified Sap	a	the	Phials of Average Fresh Modified Sap	\d	the	
    -_309520E353AD4705	m0233dxacc01	Phial of Prime Fresh Modified Sap	a	the	Phials of Prime Fresh Modified Sap	\d	the	
    -_8CD147DD1F24C7B5	m0233dxacd01	Phial of Select Fresh Modified Sap	a	the	Phials of Select Fresh Modified Sap	\d	the	
    -_8CB03FEC206607B5	m0233dxace01	Phial of Superb Fresh Modified Sap	a	the	Phials of Superb Fresh Modified Sap	\d	the	
    -_F295B5F514B05BF7	m0233dxacf01	Phial of Magnificient Fresh Modified Sap	a	the	Phials of Magnificient Fresh Modified Sap	\d	the	
    -_B19534DF922B27F2	m0234dxaca01	Phial of Plain Dried Modified Sap	a	the	Phials of Plain Dried Modified Sap	\d	the	
    -_C6E4D50BD8892FF0	m0234dxacb01	Phial of Average Dried Modified Sap	a	the	Phials of Average Dried Modified Sap	\d	the	
    -_B19518E352CC47F8	m0234dxacc01	Phial of Prime Dried Modified Sap	a	the	Phials of Prime Dried Modified Sap	\d	the	
    -_0CD147D99B83D7B4	m0234dxacd01	Phial of Select Dried Modified Sap	a	the	Phials of Select Dried Modified Sap	\d	the	
    -_0CB03FE89CC517B4	m0234dxace01	Phial of Superb Dried Modified Sap	a	the	Phials of Superb Dried Modified Sap	\d	the	
    -_F194C5F5947023FC	m0234dxacf01	Phial of Magnificient Dried Modified Sap	a	the	Phials of Magnificient Dried Modified Sap	\d	the	
    -_BED34F96F1CB79EC	m0235dxaca01	Plain Small Insect Fossil	a	the	Plain Small Insect Fossils	\d	the	
    -_737B2C661C5AB160	m0235dxacb01	Average Small Insect Fossil	an	the	Average Small Insect Fossils	\d	the	
    -_C034578DF24B6DF0	m0235dxacc01	Prime Small Insect Fossil	a	the	Prime Small Insect Fossils	\d	the	
    -_483C800294928082	m0235dxacd01	Select Small Insect Fossil	a	the	Select Small Insect Fossils	\d	the	
    -_4C3C3C110FC4C086	m0235dxace01	Superb Small Insect Fossil	a	the	Superb Small Insect Fossils	\d	the	
    -_79C6F543B9272D96	m0235dxacf01	Magnificient Small Insect Fossil	a	the	Magnificient Small Insect Fossils	\d	the	
    -_F912938A305B65FE	m0236dxaca01	Plain Large Insect Fossil	a	the	Plain Large Insect Fossils	\d	the	
    -_B27B2C5F181BC54E	m0236dxacb01	Average Large Insect Fossil	an	the	Average Large Insect Fossils	\d	the	
    -_FB739B8131DB5902	m0236dxacc01	Prime Large Insect Fossil	a	the	Prime Large Insect Fossils	\d	the	
    -_CB7C6402D242A872	m0236dxacd01	Select Large Insect Fossil	a	the	Select Large Insect Fossils	\d	the	
    -_CF7C20114D74E876	m0236dxace01	Superb Large Insect Fossil	a	the	Superb Large Insect Fossils	\d	the	
    -_BD06BD3EFD67F592	m0236dxacf01	Magnificient Large Insect Fossil	a	the	Magnificient Large Insect Fossils	\d	the	
    -_BFCDF699FF2E42EE	m0237dxaca01	Plain Small Plant Fossil	a	the	Plain Small Plant Fossils	\d	the	
    -_C5ADB67349165442	m0237dxacb01	Average Small Plant Fossil	an	the	Average Small Plant Fossils	\d	the	
    -_C04D169000AE5AE5	m0237dxacc01	Prime Small Plant Fossil	a	the	Prime Small Plant Fossils	\d	the	
    -_F90F9C4476DF6050	m0237dxacd01	Select Small Plant Fossil	a	the	Select Small Plant Fossils	\d	the	
    -_FA10585376FFDC50	m0237dxace01	Superb Small Plant Fossil	a	the	Superb Small Plant Fossils	\d	the	
    -_16A79118EDFBDA70	m0237dxacf01	Magnificient Small Plant Fossil	a	the	Magnificient Small Plant Fossils	\d	the	
    -_BCECE2AAFC4D2E00	m0238dxaca01	Plain Large Plant Fossil	a	the	Plain Large Plant Fossils	\d	the	
    -_C23CB66C07B7104D	m0238dxacb01	Average Large Plant Fossil	an	the	Average Large Plant Fossils	\d	the	
    -_BD6C02A1FDCD46F7	m0238dxacc01	Prime Large Plant Fossil	a	the	Prime Large Plant Fossils	\d	the	
    -_F6206C3DB48FA43E	m0238dxacd01	Select Large Plant Fossil	a	the	Select Large Plant Fossils	\d	the	
    -_F721284CB4AF203E	m0238dxace01	Superb Large Plant Fossil	a	the	Superb Large Plant Fossils	\d	the	
    -_5AE77511AB0C8E65	m0238dxacf01	Magnificient Large Plant Fossil	a	the	Magnificient Large Plant Fossils	\d	the	
    -_95A01DDD13C1329B	m0239dxaca01	Plain Red Pigment	a	the	Plain Red Pigments	\d	the	
    -_B820F32DDDCAAF7A	m0239dxacb01	Average Red Pigment	an	the	Average Red Pigments	\d	the	
    -_970125D41441269F	m0239dxacc01	Prime Red Pigment	a	the	Prime Red Pigments	\d	the	
    -_946F329131B72F5E	m0239dxacd01	Select Red Pigment	a	the	Select Red Pigments	\d	the	
    -_986FEEA0ACE96F62	m0239dxace01	Superb Red Pigment	a	the	Superb Red Pigments	\d	the	
    -_1070FC0F50D13466	m0239dxacf01	Magnificient Red Pigment	a	the	Magnificient Red Pigments	\d	the	
    -_16635AF3DE999F89	m0240dxaca01	Plain Green Pigment	a	the	Plain Green Pigments	\d	the	
    -_5F77FA58F3ED3C75	m0240dxacb01	Average Green Pigment	an	the	Average Green Pigments	\d	the	
    -_166362EA9D59D78F	m0240dxacc01	Prime Green Pigment	a	the	Prime Green Pigments	\d	the	
    -_5F6217AA7A8B0F94	m0240dxacd01	Select Green Pigment	a	the	Select Green Pigments	\d	the	
    -_5F628BC87A0D8F94	m0240dxace01	Superb Green Pigment	a	the	Superb Green Pigments	\d	the	
    -_4C5FF872DDAFD121	m0240dxacf01	Magnificient Green Pigment	a	the	Magnificient Green Pigments	\d	the	
    -_5E623DBE1DB75F58	m0241dxaca01	Plain Blue Pigment	a	the	Plain Blue Pigments	\d	the	
    -_CD0AA7A67CADCF11	m0241dxacb01	Average Blue Pigment	an	the	Average Blue Pigments	\d	the	
    -_DF6245B51EA78760	m0241dxacc01	Prime Blue Pigment	a	the	Prime Blue Pigments	\d	the	
    -_8CEE1A3C1A79CB9D	m0241dxacd01	Select Blue Pigment	a	the	Select Blue Pigments	\d	the	
    -_8CEED639DEBA1BAD	m0241dxace01	Superb Blue Pigment	a	the	Superb Blue Pigments	\d	the	
    -_CE7DF06B528F0773	m0241dxacf01	Magnificient Blue Pigment	a	the	Magnificient Blue Pigments	\d	the	
    -_6F8869C0006B7F84	m0242dxaca01	Plain Yellow Pigment	a	the	Plain Yellow Pigments	\d	the	
    -_6586A34C903EC395	m0242dxacb01	Average Yellow Pigment	an	the	Average Yellow Pigments	\d	the	
    -_6F8871AE026BAF84	m0242dxacc01	Prime Yellow Pigment	a	the	Prime Yellow Pigments	\d	the	
    -_5CF46260B65BA0E0	m0242dxacd01	Select Yellow Pigment	a	the	Select Yellow Pigments	\d	the	
    -_5CD35A6FB79DE0E0	m0242dxace01	Superb Yellow Pigment	a	the	Superb Yellow Pigments	\d	the	
    -_C8B009AD0307255C	m0242dxacf01	Magnificient Yellow Pigment	a	the	Magnificient Yellow Pigments	\d	the	
    -_94B246F3DE698B86	m0243dxaca01	Plain Black Pigment	a	the	Plain Black Pigments	\d	the	
    -_5F77EE53714C1073	m0243dxacb01	Average Black Pigment	an	the	Average Black Pigments	\d	the	
    -_94B24EEA9D29C38C	m0243dxacc01	Prime Black Pigment	a	the	Prime Black Pigments	\d	the	
    -_DD6217AAF84BEF8B	m0243dxacd01	Select Black Pigment	a	the	Select Black Pigments	\d	the	
    -_DD628BC8F8CD6F8B	m0243dxace01	Superb Black Pigment	a	the	Superb Black Pigments	\d	the	
    -_8ADED46C9CAFC522	m0243dxacf01	Magnificient Black Pigment	a	the	Magnificient Black Pigments	\d	the	
    -_B80767FE7298B93F	m0244dxaca01	Phial of Plain Fresh Goo Residue	a	the	Phials of Plain Fresh Goo Residue	\d	the	
    -_97A5D04A19E01A6C	m0244dxacb01	Phial of Average Fresh Goo Residue	a	the	Phials of Average Fresh Goo Residue	\d	the	
    -_39074B027469C947	m0244dxacc01	Phial of Prime Fresh Goo Residue	a	the	Phials of Prime Fresh Goo Residue	\d	the	
    -_21556F6F5C7FA6A3	m0244dxacd01	Phial of Select Fresh Goo Residue	a	the	Phials of Select Fresh Goo Residue	\d	the	
    -_2134AF5D2180B6B3	m0244dxace01	Phial of Superb Fresh Goo Residue	a	the	Phials of Superb Fresh Goo Residue	\d	the	
    -_397106D34EA84632	m0244dxacf01	Phial of Magnificient Fresh Goo Residue	a	the	Phials of Magnificient Fresh Goo Residue	\d	the	
    -_B54767FC71B7C93C	m0245dxaca01	Phial of Plain Dried Goo Residue	a	the	Phials of Plain Dried Goo Residue	\d	the	
    -_97A5C0389720126B	m0245dxacb01	Phial of Average Dried Goo Residue	a	the	Phials of Average Dried Goo Residue	\d	the	
    -_36474B007388D944	m0245dxacc01	Phial of Prime Dried Goo Residue	a	the	Phials of Prime Dried Goo Residue	\d	the	
    -_21356F6BD97F6EA6	m0245dxacd01	Phial of Select Dried Goo Residue	a	the	Phials of Select Dried Goo Residue	\d	the	
    -_2114AF599E807EB6	m0245dxace01	Phial of Superb Dried Goo Residue	a	the	Phials of Superb Dried Goo Residue	\d	the	
    -_3911CED74E480E37	m0245dxacf01	Phial of Magnificient Dried Goo Residue	a	the	Phials of Magnificient Dried Goo Residue	\d	the	
    -_F50A911AD22BCF7C	m0246dxaca01	Plain Small Mushroom	a	the	Plain Small Mushrooms	\d	the	
    -_1738524455207BCA	m0246dxacb01	Average Small Mushroom	an	the	Average Small Mushrooms	\d	the	
    -_F50A9908D42BFF7C	m0246dxacc01	Prime Small Mushroom	a	the	Prime Small Mushrooms	\d	the	
    -_A5189E00B89CACF1	m0246dxacd01	Select Small Mushroom	a	the	Select Small Mushrooms	\d	the	
    -_A5F7960FB9DEECF1	m0246dxace01	Superb Small Mushroom	a	the	Superb Small Mushrooms	\d	the	
    -_C8E13DD697F3A468	m0246dxacf01	Magnificient Small Mushroom	a	the	Magnificient Small Mushrooms	\d	the	
    -_EF28911AD24BA79F	m0247dxaca01	Plain Large Mushroom	a	the	Plain Large Mushrooms	\d	the	
    -_17C83E4E10C04BC4	m0247dxacb01	Average Large Mushroom	an	the	Average Large Mushrooms	\d	the	
    -_EF289908D44BD79F	m0247dxacc01	Prime Large Mushroom	a	the	Prime Large Mushrooms	\d	the	
    -_E4189EF9B45DC0DF	m0247dxacd01	Select Large Mushroom	a	the	Select Large Mushrooms	\d	the	
    -_E4F79608B59F00DF	m0247dxace01	Superb Large Mushroom	a	the	Superb Large Mushrooms	\d	the	
    -_CA32F1CF97F3885D	m0247dxacf01	Magnificient Large Mushroom	a	the	Magnificient Large Mushrooms	\d	the	
    -_59C0A361F7BDF81C	m0248dxaca01	Plain Living Insect Larva	a	the	Plain Living Insect Larvas	\d	the	
    -_A5447FDDABDA3D6D	m0248dxacb01	Average Living Insect Larva	an	the	Average Living Insect Larvas	\d	the	
    -_5B21AB58F83DEC20	m0248dxacc01	Prime Living Insect Larva	a	the	Prime Living Insect Larvas	\d	the	
    -_4A3B1BEC17630988	m0248dxacd01	Select Living Insect Larva	a	the	Select Living Insect Larvas	\d	the	
    -_4E3BD7FB9295498C	m0248dxace01	Superb Living Insect Larva	a	the	Superb Living Insect Larvas	\d	the	
    -_AB4A1AF8AAAB524E	m0248dxacf01	Magnificient Living Insect Larva	a	the	Magnificient Living Insect Larvas	\d	the	
    -_90E5B9DC97508D3E	m0249dxaca01	Handful of Plain Fresh Cereal	a	the	Handfuls of Plain Fresh Cereal	\d	the	
    -_41B05642977852AD	m0249dxacb01	Handful of Average Fresh Cereal	a	the	Handfuls of Average Fresh Cereal	\d	the	
    -_5086E1E297506942	m0249dxacc01	Handful of Prime Fresh Cereal	a	the	Handfuls of Prime Fresh Cereal	\d	the	
    -_C5F648BAB33E2DC6	m0249dxacd01	Handful of Select Fresh Cereal	a	the	Handfuls of Select Fresh Cereal	\d	the	
    -_8DF65CCA2E2F2DB8	m0249dxace01	Handful of Superb Fresh Cereal	a	the	Handfuls of Superb Fresh Cereal	\d	the	
    -_327D36C0BF706F64	m0249dxacf01	Handful of Magnificient Fresh Cereal	a	the	Handfuls of Magnificient Fresh Cereal	\d	the	
    -_CF04B9CE18508535	m0250dxaca01	Handful of Plain Dried Cereal	a	the	Handfuls of Plain Dried Cereal	\d	the	
    -_00CF6642169762A4	m0250dxacb01	Handful of Average Dried Cereal	a	the	Handfuls of Average Dried Cereal	\d	the	
    -_8FA5E1D418506139	m0250dxacc01	Handful of Prime Dried Cereal	a	the	Handfuls of Prime Dried Cereal	\d	the	
    -_06B608BEB31E1DAF	m0250dxacd01	Handful of Select Dried Cereal	a	the	Handfuls of Select Dried Cereal	\d	the	
    -_CEB61CCE2E0F1DA1	m0250dxace01	Handful of Superb Dried Cereal	a	the	Handfuls of Superb Dried Cereal	\d	the	
    -_727D26AE3DB06759	m0250dxacf01	Handful of Magnificient Dried Cereal	a	the	Handfuls of Magnificient Dried Cereal	\d	the	
    -_F4163676027C1FD3	m0251dxaca01	Plain Dead Insect Larva	a	the	Plain Dead Insect Larvas	\d	the	
    -_05B3C00BBFA1DCDA	m0251dxacb01	Average Dead Insect Larva	an	the	Average Dead Insect Larvas	\d	the	
    -_B2565E7303FC37D3	m0251dxacc01	Prime Dead Insect Larva	a	the	Prime Dead Insect Larvas	\d	the	
    -_285A606BE7BBA0BA	m0251dxacd01	Select Dead Insect Larva	a	the	Select Dead Insect Larvas	\d	the	
    -_289B5C7AE7FC98C9	m0251dxace01	Superb Dead Insect Larva	a	the	Superb Dead Insect Larvas	\d	the	
    -_5E9429C16CC5A577	m0251dxacf01	Magnificient Dead Insect Larva	a	the	Magnificient Dead Insect Larvas	\d	the	
    -_38692DC343C67EDE	m0252dxaca01	Plain Small Egg	a	the	Plain Small Eggs	\d	the	
    -_48445589D3B26F73	m0252dxacb01	Average Small Egg	an	the	Average Small Eggs	\d	the	
    -_F6A955C0444696DE	m0252dxacc01	Prime Small Egg	a	the	Prime Small Eggs	\d	the	
    -_13B02286D21162D6	m0252dxacd01	Select Small Egg	a	the	Select Small Eggs	\d	the	
    -_13F11E95D2525AE5	m0252dxace01	Superb Small Egg	a	the	Superb Small Eggs	\d	the	
    -_2CB67BB5869BD405	m0252dxacf01	Magnificient Small Egg	a	the	Magnificient Small Eggs	\d	the	
    -_35F811BE87964EF0	m0253dxaca01	Plain Large Egg	a	the	Plain Large Eggs	\d	the	
    -_8C84398291C32368	m0253dxacb01	Average Large Egg	an	the	Average Large Eggs	\d	the	
    -_F33839BB881666F0	m0253dxacc01	Prime Large Egg	a	the	Prime Large Eggs	\d	the	
    -_9060667A4FC1A6CB	m0253dxacd01	Select Large Egg	a	the	Select Large Eggs	\d	the	
    -_90A162894F029EDA	m0253dxace01	Superb Large Egg	a	the	Superb Large Eggs	\d	the	
    -_AFF65FB5C44BFCF5	m0253dxacf01	Magnificient Large Egg	a	the	Magnificient Large Eggs	\d	the	
    -_75C92E03D618C112	m0254dxaca01	Phial of Plain Fresh Honey	a	the	Phials of Plain Fresh Honey	\d	the	
    -_0B3EF431AAF56796	m0254dxacb01	Phial of Average Fresh Honey	a	the	Phials of Average Fresh Honey	\d	the	
    -_75C912FED9F9D912	m0254dxacc01	Phial of Prime Fresh Honey	a	the	Phials of Prime Fresh Honey	\d	the	
    -_A5FEA1252EB92D94	m0254dxacd01	Phial of Select Fresh Honey	a	the	Phials of Select Fresh Honey	\d	the	
    -_A5BC1D2530BB2D94	m0254dxace01	Phial of Superb Fresh Honey	a	the	Phials of Superb Fresh Honey	\d	the	
    -_817798548B3E7ADC	m0254dxacf01	Phial of Magnificient Fresh Honey	a	the	Phials of Magnificient Fresh Honey	\d	the	
    -_F5A92E03D5F79917	m0255dxaca01	Phial of Plain Dried Honey	a	the	Phials of Plain Dried Honey	\d	the	
    -_0BFEAC27ABD55F97	m0255dxacb01	Phial of Average Dried Honey	a	the	Phials of Average Dried Honey	\d	the	
    -_F5A912FED8D8B117	m0255dxacc01	Phial of Prime Dried Honey	a	the	Phials of Prime Dried Honey	\d	the	
    -_A5FEA11D28392D91	m0255dxacd01	Phial of Select Dried Honey	a	the	Phials of Select Dried Honey	\d	the	
    -_A5BC1D1D2A3B2D91	m0255dxace01	Phial of Superb Dried Honey	a	the	Phials of Superb Dried Honey	\d	the	
    -_FE9798528BFE42DD	m0255dxacf01	Phial of Magnificient Dried Honey	a	the	Phials of Magnificient Dried Honey	\d	the	
    -_5D680144B857E96C	m0256dxaca01	Plain Peppery Aromatic Plant	a	the	Plain Peppery Aromatic Plants	\d	the	
    -_4D271515C255FC4A	m0256dxacb01	Average Peppery Aromatic Plant	an	the	Average Peppery Aromatic Plants	\d	the	
    -_5D680932BA57196C	m0256dxacc01	Prime Peppery Aromatic Plant	a	the	Prime Peppery Aromatic Plants	\d	the	
    -_24522926E759D62E	m0256dxacd01	Select Peppery Aromatic Plant	a	the	Select Peppery Aromatic Plants	\d	the	
    -_24312135E89B162E	m0256dxace01	Superb Peppery Aromatic Plant	a	the	Superb Peppery Aromatic Plants	\d	the	
    -_FF8D32CF7F293F24	m0256dxacf01	Magnificient Peppery Aromatic Plant	a	the	Magnificient Peppery Aromatic Plants	\d	the	
    -_95AE5F35C062F475	m0257dxaca01	Plain Spicy Aromatic Plant	a	the	Plain Spicy Aromatic Plants	\d	the	
    -_BB0A3F2AB4573915	m0257dxacb01	Average Spicy Aromatic Plant	an	the	Average Spicy Aromatic Plants	\d	the	
    -_16AE672CC1521C7D	m0257dxacc01	Prime Spicy Aromatic Plant	a	the	Prime Spicy Aromatic Plants	\d	the	
    -_069B676796CBE965	m0257dxacd01	Select Spicy Aromatic Plant	a	the	Select Spicy Aromatic Plants	\d	the	
    -_069B23645A0C3975	m0257dxace01	Superb Spicy Aromatic Plant	a	the	Superb Spicy Aromatic Plants	\d	the	
    -_2F7FB61BABB97EE3	m0257dxacf01	Magnificient Spicy Aromatic Plant	a	the	Magnificient Spicy Aromatic Plants	\d	the	
    -_CD1E931E980B0D79	m0258dxaca01	Plain Bitter Aromatic Plant	a	the	Plain Bitter Aromatic Plants	\d	the	
    -_696595332DC92ACB	m0258dxacb01	Average Bitter Aromatic Plant	an	the	Average Bitter Aromatic Plants	\d	the	
    -_CD1E9B1557CB457F	m0258dxacc01	Prime Bitter Aromatic Plant	a	the	Prime Bitter Aromatic Plants	\d	the	
    -_CB62AF203099D166	m0258dxacd01	Select Bitter Aromatic Plant	a	the	Select Bitter Aromatic Plants	\d	the	
    -_CB62233E301B5166	m0258dxace01	Superb Bitter Aromatic Plant	a	the	Superb Bitter Aromatic Plants	\d	the	
    -_85BB32CF3FEA4A54	m0258dxacf01	Magnificient Bitter Aromatic Plant	a	the	Magnificient Bitter Aromatic Plants	\d	the	
    -_2BE83D35365CD89B	m0259dxaca01	Plain Fresh Wild Berry	a	the	Plain Fresh Wild Berrys	\d	the	
    -_BA4C336479AD7BBB	m0259dxacb01	Average Fresh Wild Berry	an	the	Average Fresh Wild Berrys	\d	the	
    -_2B585534B8DCF09B	m0259dxacc01	Prime Fresh Wild Berry	a	the	Prime Fresh Wild Berrys	\d	the	
    -_19876417CA5FE613	m0259dxacd01	Select Fresh Wild Berry	a	the	Select Fresh Wild Berrys	\d	the	
    -_DD873036CAA02601	m0259dxace01	Superb Fresh Wild Berry	a	the	Superb Fresh Wild Berrys	\d	the	
    -_1837F0E699542659	m0259dxacf01	Magnificient Fresh Wild Berry	a	the	Magnificient Fresh Wild Berrys	\d	the	
    -_6BC83D31B35CA094	m0260dxaca01	Plain Dried Wild Berry	a	the	Plain Dried Wild Berrys	\d	the	
    -_778C335EF6ED7BAC	m0260dxacb01	Average Dried Wild Berry	an	the	Average Dried Wild Berrys	\d	the	
    -_6B38553035DCB894	m0260dxacc01	Prime Dried Wild Berry	a	the	Prime Dried Wild Berrys	\d	the	
    -_D9472C1BC95EF60A	m0260dxacd01	Select Dried Wild Berry	a	the	Select Dried Wild Berrys	\d	the	
    -_9D47F83AC99F36F8	m0260dxace01	Superb Dried Wild Berry	a	the	Superb Dried Wild Berrys	\d	the	
    -_5917E8E69914DE46	m0260dxacf01	Magnificient Dried Wild Berry	a	the	Magnificient Dried Wild Berrys	\d	the	
    -_BA3C32FA57378D01	m0261dxaca01	Piece of Plain Small Fruit	a	the	Pieces of Plain Small Fruit	\d	the	
    -_CA7EE81328A6CB94	m0261dxacb01	Piece of Average Small Fruit	a	the	Pieces of Average Small Fruit	\d	the	
    -_BA3C16F55A18A501	m0261dxacc01	Piece of Prime Small Fruit	a	the	Pieces of Prime Small Fruit	\d	the	
    -_67BEA1266A7919BA	m0261dxacd01	Piece of Select Small Fruit	a	the	Pieces of Select Small Fruit	\d	the	
    -_677C1D266C7B19BA	m0261dxace01	Piece of Superb Small Fruit	a	the	Pieces of Superb Small Fruit	\d	the	
    -_BF39A05FCC1E46D6	m0261dxacf01	Piece of Magnificient Small Fruit	a	the	Pieces of Magnificient Small Fruit	\d	the	
    -_F6CB32FA9577BD07	m0262dxaca01	Piece of Plain Large Fruit	a	the	Pieces of Plain Large Fruit	\d	the	
    -_CA0EB81F6975AF95	m0262dxacb01	Piece of Average Large Fruit	a	the	Pieces of Average Large Fruit	\d	the	
    -_F6CB16F59858D507	m0262dxacc01	Piece of Prime Large Fruit	a	the	Pieces of Prime Large Fruit	\d	the	
    -_67BEA118E69BB9AD	m0262dxacd01	Piece of Select Large Fruit	a	the	Pieces of Select Large Fruit	\d	the	
    -_677C1D18E89DB9AD	m0262dxace01	Piece of Superb Large Fruit	a	the	Pieces of Superb Large Fruit	\d	the	
    -_7AD97058CCAE32E1	m0262dxacf01	Piece of Magnificient Large Fruit	a	the	Pieces of Magnificient Large Fruit	\d	the	
    -_0B27F22C0FD7956A	m0263chhdd01	Select Desert Mektoub Meat	a	the	Select Desert Mektoub Meats	\d	the	
    -_96E0E318879B5788	m0263chhfc01	Prime Forest Mektoub Meat	a	the	Prime Forest Mektoub Meats	\d	the	
    -_4BC7FA2E4FD79574	m0263chhfd01	Select Forest Mektoub Meat	a	the	Select Forest Mektoub Meats	\d	the	
    -_55DFCB2BC3AA6B71	m0263chhja01	Plain Jungle Mektoub Meat	a	the	Plain Jungle Mektoub Meats	\d	the	
    -_1B80CF23AF1A5D3F	m0263chhjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_E8FD307B295D68C3	m0263chhle01	Superb Lakes Mektoub Meat	a	the	Superb Lakes Mektoub Meats	\d	the	
    -_0F86D37F26DA3FAD	m0263chhpf01	Magnificient Prime Root Mektoub Meat	a	the	Magnificient Prime Root Mektoub Meats	\d	the	
    -_9A800B32F04B3129	m0263chidb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35303B5535	m0263chifb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF23EF1A5D3F	m0263chijb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB0C4E4749	m0263chilb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_9A800B32304B3129	m0263chjdb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35703B5535	m0263chjfb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF232F1A5D3F	m0263chjjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB4C4E4749	m0263chjlb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_E198FA724D7EB0B2	m0264ccefa01	Plain Forest Ragus Meat	a	the	Plain Forest Ragus Meats	\d	the	
    -_3CDE60FFFEE2AC42	m0264ccefb01	Average Forest Ragus Meat	an	the	Average Forest Ragus Meats	\d	the	
    -_661100A5602A85DC	m0264cceff01	Magnificent Forest Ragus Meat	a	the	Magnificent Forest Ragus Meats	\d	the	
    -_63E7DE78886EC8AE	m0264cceja01	Plain Jungle Ragus Meat	a	the	Plain Jungle Ragus Meats	\d	the	
    -_3B3F34FC7EB0A848	m0264ccejb01	Average Jungle Ragus Meat	an	the	Average Jungle Ragus Meats	\d	the	
    -_2127067589EEE0AE	m0264ccejc01	Prime Jungle Ragus Meat	a	the	Prime Jungle Ragus Meats	\d	the	
    -_B437DA335B7523B0	m0264ccelc01	Prime Lakes Ragus Meat	a	the	Prime Lakes Ragus Meats	\d	the	
    -_F825220DA72EBBBD	m0264cceld01	Select Lakes Ragus Meat	a	the	Select Lakes Ragus Meats	\d	the	
    -_EB794C4C086B0BD9	m0264ccepf01	Magnificent Prime Root Ragus Meat	a	the	Magnificent Prime Root Ragus Meats	\d	the	
    -_62D506E0BE4FD7FB	m0265chdda01	Plain Desert Yubo Meat	a	the	Plain Desert Yubo Meats	\d	the	
    -_AA9D145EEAFD58B0	m0265chddb01	Average Desert Yubo Meat	an	the	Average Desert Yubo Meats	\d	the	
    -_E4F506E3BE4FFFFC	m0265chdfa01	Plain Forest Yubo Meat	a	the	Plain Forest Yubo Meats	\d	the	
    -_AA8D3C63EAED80B3	m0265chdfb01	Average Forest Yubo Meat	an	the	Average Forest Yubo Meats	\d	the	
    -_6635CAE07A9D1FFC	m0265chdja01	Plain Jungle Yubo Meat	a	the	Plain Jungle Yubo Meats	\d	the	
    -_2A4C18646AAC5CB0	m0265chdjb01	Average Jungle Yubo Meat	an	the	Average Jungle Yubo Meats	\d	the	
    -_4BA6F973B3E24345	m0265chdla01	Plain Lakes Yubo Meat	a	the	Plain Lakes Yubo Meats	\d	the	
    -_E2170FD8BDBADAE6	m0265chdlb01	Average Lakes Yubo Meat	an	the	Average Lakes Yubo Meats	\d	the	
    -_52C0AF1A85FA8B8D	m0266chcda01	Plain Desert Capryni Meat	a	the	Plain Desert Capryni Meats	\d	the	
    -_16E027322FCC3D2D	m0266chcdb01	Average Desert Capryni Meat	an	the	Average Desert Capryni Meats	\d	the	
    -_14E0AB26050A8B8C	m0266chcfa01	Plain Forest Capryni Meat	a	the	Plain Forest Capryni Meats	\d	the	
    -_96E027356FBC6139	m0266chcfb01	Average Forest Capryni Meat	an	the	Average Forest Capryni Meats	\d	the	
    -_C9D9FA208A17458E	m0266chcjd01	Select Jungle Capryni Meat	a	the	Select Jungle Capryni Meats	\d	the	
    -_F1364DACFC5AFCC4	m0266chclc01	Prime Lakes Capryni Meat	a	the	Prime Lakes Capryni Meats	\d	the	
    -_677D086C66DD44B7	m0266chcld01	Select Lakes Capryni Meat	a	the	Select Lakes Capryni Meats	\d	the	
    -_443E534D049E939B	m0267chfjc01	Prime Jungle Messab Meat	a	the	Prime Jungle Messab Meats	\d	the	
    -_85FC9734733C6481	m0267chfjd01	Select Jungle Messab Meat	a	the	Select Jungle Messab Meats	\d	the	
    -_A789D2DB74D9C3EE	m0267chfla01	Plain Lakes Messab Meat	a	the	Plain Lakes Messab Meats	\d	the	
    -_30A0641AF000A866	m0267chflb01	Average Lakes Messab Meat	an	the	Average Lakes Messab Meats	\d	the	
    -_F0D3D885DE655948	m0268cheld01	Morsel of Select Lakes Cray Flesh	a	the	Morsels of Select Lakes Cray Flesh	\d	the	
    -_6BC4DC77A6656958	m0268chele01	Morsel of Superb Lakes Cray Flesh	a	the	Morsels of Superb Lakes Cray Flesh	\d	the	
    -_9C18FA5BCCDE90AC	m0269cbadc01	Prime Desert Igara Meat	a	the	Prime Desert Igara Meats	\d	the	
    -_368A3381B58A6FD7	m0269cbadd01	Select Desert Igara Meat	a	the	Select Desert Igara Meats	\d	the	
    -_38DF4CF3F9709041	m0269cbajb01	Average Jungle Igara Meat	an	the	Average Jungle Igara Meats	\d	the	
    -_36AA1F88B5AA5BD8	m0269cbajd01	Select Jungle Igara Meat	a	the	Select Jungle Igara Meats	\d	the	
    -_5E25C6E03DCFD3F9	m0270cbbda01	Plain Desert Izam Meat	a	the	Plain Desert Izam Meats	\d	the	
    -_E67D1063657D54B0	m0270cbbdb01	Average Desert Izam Meat	an	the	Average Desert Izam Meats	\d	the	
    -_6E5482BA82BCBBB2	m0270cbbdd01	Select Desert Izam Meat	a	the	Select Desert Izam Meats	\d	the	
    -_62858AE0F91D1BFA	m0270cbbja01	Plain Jungle Izam Meat	a	the	Plain Jungle Izam Meats	\d	the	
    -_662C1469E52C58B0	m0270cbbjb01	Average Jungle Izam Meat	an	the	Average Jungle Izam Meats	\d	the	
    -_62F5A2DF7B9D33FA	m0270cbbjc01	Prime Jungle Izam Meat	a	the	Prime Jungle Izam Meats	\d	the	
    -_8B66F96B2C827340	m0270cbblc01	Prime Lakes Izam Meat	a	the	Prime Lakes Izam Meats	\d	the	
    -_1EAA13DF1E78EB8A	m0270cbbld01	Select Lakes Izam Meat	a	the	Select Lakes Izam Meats	\d	the	
    -_414513D09527281D	m0270cbbpd01	Select Prime Root Izam Meat	a	the	Select Prime Root Izam Meats	\d	the	
    -_4145CFCD5968782D	m0270cbbpe01	Superb Prime Root Izam Meat	a	the	Superb Prime Root Izam Meats	\d	the	
    -_6774E2DFBBEE43E8	m0271cbcjc01	Prime Jungle Yber Meat	a	the	Prime Jungle Yber Meats	\d	the	
    -_8B08114D72824341	m0271cbcla01	Plain Lakes Yber Meat	a	the	Plain Lakes Yber Meats	\d	the	
    -_E3E60FD87C8BE6D2	m0271cbclb01	Average Lakes Yber Meat	an	the	Average Lakes Yber Meats	\d	the	
    -_8B08193B74827341	m0271cbclc01	Prime Lakes Yber Meat	a	the	Prime Lakes Yber Meats	\d	the	
    -_5F15BEDF7FEF1BE7	m0272chadc01	Prime Desert Arma Meat	a	the	Prime Desert Arma Meats	\d	the	
    -_ECE482AF07BC67CA	m0272chafd01	Select Forest Arma Meat	a	the	Select Forest Arma Meats	\d	the	
    -_B0E44ECE07FDA7B8	m0272chafe01	Superb Forest Arma Meat	a	the	Superb Forest Arma Meats	\d	the	
    -_2D9864789694196E	m0272chajf01	Magnificient Jungle Arma Meat	a	the	Magnificient Jungle Arma Meats	\d	the	
    -_1EC9CBE6DF1A2B80	m0272chale01	Superb Lakes Arma Meat	a	the	Superb Lakes Arma Meats	\d	the	
    -_7DEA88BEDEC8D8F9	m0272chalf01	Magnificient Lakes Arma Meat	a	the	Magnificient Lakes Arma Meats	\d	the	
    -_4145E3D05687081F	m0272chapd01	Select Prime Root Arma Meat	a	the	Select Prime Root Arma Meats	\d	the	
    -_41459FCD1AC8582F	m0272chape01	Superb Prime Root Arma Meat	a	the	Superb Prime Root Arma Meats	\d	the	
    -_9D98DE5D4B6EB89C	m0273chbdc01	Prime Desert Bodoc Meat	a	the	Prime Desert Bodoc Meats	\d	the	
    -_6178BA620A9EA89B	m0273chbfa01	Plain Forest Bodoc Meat	a	the	Plain Forest Bodoc Meats	\d	the	
    -_F6AE98EF39D1A03F	m0273chbfb01	Average Forest Bodoc Meat	an	the	Average Forest Bodoc Meats	\d	the	
    -_1FB8E25F0B1EC09B	m0273chbfc01	Prime Forest Bodoc Meat	a	the	Prime Forest Bodoc Meats	\d	the	
    -_789B0F9AF7FB47E4	m0273chbje01	Superb Jungle Bodoc Meat	a	the	Superb Jungle Bodoc Meats	\d	the	
    -_39F45AFDE67DA3A9	m0273chbld01	Select Lakes Bodoc Meat	a	the	Select Lakes Bodoc Meats	\d	the	
    -_B98EA17FEC322B3F	m0273chbpd01	Select Prime Root Bodoc Meat	a	the	Select Prime Root Bodoc Meats	\d	the	
    -_B98E159DECB4AB3F	m0273chbpe01	Superb Prime Root Bodoc Meat	a	the	Superb Prime Root Bodoc Meats	\d	the	
    -_AC56788A1DE6297D	m0274chldf01	Magnificient Desert Yelk Meat	a	the	Magnificient Desert Yelk Meats	\d	the	
    -_6D654ED88A2C2FB9	m0274chlfe01	Superb Forest Yelk Meat	a	the	Superb Forest Yelk Meats	\d	the	
    -_EE16808C1DF62D7C	m0274chlff01	Magnificient Forest Yelk Meat	a	the	Magnificient Forest Yelk Meats	\d	the	
    -_6009FFEFA1D8EB8C	m0274chlld01	Select Lakes Yelk Meat	a	the	Select Lakes Yelk Meats	\d	the	
    -_60E8F7FEA21A2B8C	m0274chlle01	Superb Lakes Yelk Meat	a	the	Superb Lakes Yelk Meats	\d	the	
    -_4145C7D65A78B831	m0274chlpe01	Superb Prime Root Yelk Meat	a	the	Superb Prime Root Yelk Meats	\d	the	
    -_5FCFEAA7C7264D2B	m0274chlpf01	Magnificient Prime Root Yelk Meat	a	the	Magnificient Prime Root Yelk Meats	\d	the	
    -_C90D3F47F85CA87F	m0275chgdd01	Select Desert Lumper Meat	a	the	Select Desert Lumper Meats	\d	the	
    -_CA0EFB56F87C247F	m0275chgde01	Superb Desert Lumper Meat	a	the	Superb Desert Lumper Meats	\d	the	
    -_176544E122FE788C	m0275chgpd01	Select Prime Root Lumper Meat	a	the	Select Prime Root Lumper Meats	\d	the	
    -_1A24AEAD4C91F20A	m0275chgpf01	Magnificient Prime Root Lumper Meat	a	the	Magnificient Prime Root Lumper Meats	\d	the	
    -_0A9EFB4AB94DE877	m0276chkde01	Superb Desert Timari Meat	a	the	Superb Desert Timari Meats	\d	the	
    -_4D32691CAC3B76AB	m0276chkdf01	Magnificient Desert Timari Meat	a	the	Magnificient Desert Timari Meats	\d	the	
    -_0A4C7F38384D1C81	m0276chkjd01	Select Jungle Timari Meat	a	the	Select Jungle Timari Meats	\d	the	
    -_0B4D3B47386D9881	m0276chkje01	Superb Jungle Timari Meat	a	the	Superb Jungle Timari Meats	\d	the	
    -_C1D37BE88F5B41CF	m0277ckfde01	Morsel of Superb Desert Kirosta Flesh	a	the	Morsels of Superb Desert Kirosta Flesh	\d	the	
    -_60E021D2170EDB09	m0277ckfdf01	Morsel of Magnificient Desert Kirosta Flesh	a	the	Morsels of Magnificient Desert Kirosta Flesh	\d	the	
    -_01D37BF4CFFB49CF	m0277ckffe01	Morsel of Superb Forest Kirosta Flesh	a	the	Morsels of Superb Forest Kirosta Flesh	\d	the	
    -_60E021D4970ED31D	m0277ckfff01	Morsel of Magnificient Forest Kirosta Flesh	a	the	Morsels of Magnificient Forest Kirosta Flesh	\d	the	
    -_40024F00CF5C59C0	m0277ckfje01	Morsel of Superb Jungle Kirosta Flesh	a	the	Morsels of Superb Jungle Kirosta Flesh	\d	the	
    -_62E021BA154EB329	m0277ckfjf01	Morsel of Magnificient Jungle Kirosta Flesh	a	the	Morsels of Magnificient Jungle Kirosta Flesh	\d	the	
    -_3CFE33F2EB2489AD	m0277ckfle01	Morsel of Superb Lakes Kirosta Flesh	a	the	Morsels of Superb Lakes Kirosta Flesh	\d	the	
    -_E702308959349EE6	m0277ckflf01	Morsel of Magnificient Lakes Kirosta Flesh	a	the	Morsels of Magnificient Lakes Kirosta Flesh	\d	the	
    -_A4DFD49E5998C2C9	m0277ckfpe01	Morsel of Superb Prime Root Kirosta Flesh	a	the	Morsels of Superb Prime Root Kirosta Flesh	\d	the	
    -_C90277FBE4D8C746	m0277ckfpf01	Morsel of Magnificient Prime Root Kirosta Flesh	a	the	Morsels of Magnificient Prime Root Kirosta Flesh	\d	the	
    -_8201CBD5081A89D2	m0278ckddd01	Morsel of Select Desert Kincher Flesh	a	the	Morsels of Select Desert Kincher Flesh	\d	the	
    -_FD330FD90C1A41E1	m0278ckdde01	Morsel of Superb Desert Kincher Flesh	a	the	Morsels of Superb Desert Kincher Flesh	\d	the	
    -_60E021F40FAC7B02	m0278ckddf01	Morsel of Magnificient Desert Kincher Flesh	a	the	Morsels of Magnificient Desert Kincher Flesh	\d	the	
    -_C201CBE148BA91D2	m0278ckdfd01	Morsel of Select Forest Kincher Flesh	a	the	Morsels of Select Forest Kincher Flesh	\d	the	
    -_3D330FE54CBA49E1	m0278ckdfe01	Morsel of Superb Forest Kincher Flesh	a	the	Morsels of Superb Forest Kincher Flesh	\d	the	
    -_60E021F68FAC7316	m0278ckdff01	Morsel of Magnificient Forest Kincher Flesh	a	the	Morsels of Magnificient Forest Kincher Flesh	\d	the	
    -_01309FED481BA1C3	m0278ckdjd01	Morsel of Select Jungle Kincher Flesh	a	the	Morsels of Select Jungle Kincher Flesh	\d	the	
    -_7C62E3F14C1B59D2	m0278ckdje01	Morsel of Superb Jungle Kincher Flesh	a	the	Morsels of Superb Jungle Kincher Flesh	\d	the	
    -_62E021DC0DEC5322	m0278ckdjf01	Morsel of Magnificient Jungle Kincher Flesh	a	the	Morsels of Magnificient Jungle Kincher Flesh	\d	the	
    -_461C2F0CDBC229A6	m0278ckdld01	Morsel of Select Lakes Kincher Flesh	a	the	Morsels of Select Lakes Kincher Flesh	\d	the	
    -_3CFE3314E3C229A6	m0278ckdle01	Morsel of Superb Lakes Kincher Flesh	a	the	Morsels of Superb Lakes Kincher Flesh	\d	the	
    -_20100085D94562ED	m0278ckdlf01	Morsel of Magnificient Lakes Kincher Flesh	a	the	Morsels of Magnificient Lakes Kincher Flesh	\d	the	
    -_62FCE887D56846D0	m0278ckdpd01	Morsel of Select Prime Root Kincher Flesh	a	the	Morsels of Select Prime Root Kincher Flesh	\d	the	
    -_DDEDA49AD9A986D0	m0278ckdpe01	Morsel of Superb Prime Root Kincher Flesh	a	the	Morsels of Superb Prime Root Kincher Flesh	\d	the	
    -_05514708A0279754	m0278ckdpf01	Morsel of Magnificient Prime Root Kincher Flesh	a	the	Morsels of Magnificient Prime Root Kincher Flesh	\d	the	
    -_7ED26FD6D13B41D1	m0279ckede01	Morsel of Superb Desert Kipucka Flesh	a	the	Morsels of Superb Desert Kipucka Flesh	\d	the	
    -_60E021D2510C0B07	m0279ckedf01	Morsel of Magnificient Desert Kipucka Flesh	a	the	Morsels of Magnificient Desert Kipucka Flesh	\d	the	
    -_BED26FE211DB49D1	m0279ckefe01	Morsel of Superb Forest Kipucka Flesh	a	the	Morsels of Superb Forest Kipucka Flesh	\d	the	
    -_60E021D4D10C031B	m0279ckeff01	Morsel of Magnificient Forest Kipucka Flesh	a	the	Morsels of Magnificient Forest Kipucka Flesh	\d	the	
    -_FD0143EE113C59C2	m0279ckeje01	Morsel of Superb Jungle Kipucka Flesh	a	the	Morsels of Superb Jungle Kipucka Flesh	\d	the	
    -_62E021BA4F4CE327	m0279ckejf01	Morsel of Magnificient Jungle Kipucka Flesh	a	the	Morsels of Magnificient Jungle Kipucka Flesh	\d	the	
    -_3CFE33F22522B9AB	m0279ckele01	Morsel of Superb Lakes Kipucka Flesh	a	the	Morsels of Superb Lakes Kipucka Flesh	\d	the	
    -_26E1488719347AD8	m0279ckelf01	Morsel of Magnificient Lakes Kipucka Flesh	a	the	Morsels of Magnificient Lakes Kipucka Flesh	\d	the	
    -_E3BEEC9C19989EBB	m0279ckepe01	Morsel of Superb Prime Root Kipucka Flesh	a	the	Morsels of Superb Prime Root Kipucka Flesh	\d	the	
    -_86018FF961D7DF46	m0279ckepf01	Morsel of Magnificient Prime Root Kipucka Flesh	a	the	Morsels of Magnificient Prime Root Kipucka Flesh	\d	the	
    -_D924C504A5821958	m0280ckgde01	Morsel of Superb Desert Kiban Flesh	a	the	Morsels of Superb Desert Kiban Flesh	\d	the	
    -_E2BED383DB97BBDF	m0280ckgdf01	Morsel of Magnificient Desert Kiban Flesh	a	the	Morsels of Magnificient Desert Kiban Flesh	\d	the	
    -_D924CD0625C22958	m0280ckgfe01	Morsel of Superb Forest Kiban Flesh	a	the	Morsels of Superb Forest Kiban Flesh	\d	the	
    -_225EDB851B97BBE9	m0280ckgff01	Morsel of Magnificient Forest Kiban Flesh	a	the	Morsels of Magnificient Forest Kiban Flesh	\d	the	
    -_D942950E23844958	m0280ckgje01	Morsel of Superb Jungle Kiban Flesh	a	the	Morsels of Superb Jungle Kiban Flesh	\d	the	
    -_22BFEB7A5AC68FF1	m0280ckgjf01	Morsel of Magnificient Jungle Kiban Flesh	a	the	Morsels of Magnificient Jungle Kiban Flesh	\d	the	
    -_2F63B90066DC31CA	m0280ckgle01	Morsel of Superb Lakes Kiban Flesh	a	the	Morsels of Superb Lakes Kiban Flesh	\d	the	
    -_BEC79E38D89DEE80	m0280ckglf01	Morsel of Magnificient Lakes Kiban Flesh	a	the	Morsels of Magnificient Lakes Kiban Flesh	\d	the	
    -_443BFE095E11524D	m0280ckgpe01	Morsel of Superb Prime Root Kiban Flesh	a	the	Morsels of Superb Prime Root Kiban Flesh	\d	the	
    -_7CB39D47EEEBCBCB	m0280ckgpf01	Morsel of Magnificient Prime Root Kiban Flesh	a	the	Morsels of Magnificient Prime Root Kiban Flesh	\d	the	
    -_23AC842750D302D3	m0281ckhda01	Morsel of Plain Desert Kipee Flesh	a	the	Morsels of Plain Desert Kipee Flesh	\d	the	
    -_727D37EC953728B2	m0281ckhdb01	Morsel of Average Desert Kipee Flesh	a	the	Morsels of Average Desert Kipee Flesh	\d	the	
    -_231C7833D33402D3	m0281ckhdc01	Morsel of Prime Desert Kipee Flesh	a	the	Morsels of Prime Desert Kipee Flesh	\d	the	
    -_E342C1EAE0441959	m0281ckhdd01	Morsel of Select Desert Kipee Flesh	a	the	Morsels of Select Desert Kipee Flesh	\d	the	
    -_D924C5F2E8441959	m0281ckhde01	Morsel of Superb Desert Kipee Flesh	a	the	Morsels of Superb Desert Kipee Flesh	\d	the	
    -_E39FD3831C07CBE5	m0281ckhdf01	Morsel of Magnificient Desert Kipee Flesh	a	the	Morsels of Magnificient Desert Kipee Flesh	\d	the	
    -_A3AC842A90C326DF	m0281ckhfa01	Morsel of Plain Forest Kipee Flesh	a	the	Morsels of Plain Forest Kipee Flesh	\d	the	
    -_B28D33F7975728B2	m0281ckhfb01	Morsel of Average Forest Kipee Flesh	a	the	Morsels of Average Forest Kipee Flesh	\d	the	
    -_A31C7836132426DF	m0281ckhfc01	Morsel of Prime Forest Kipee Flesh	a	the	Morsels of Prime Forest Kipee Flesh	\d	the	
    -_E342C9EC60842959	m0281ckhfd01	Morsel of Select Forest Kipee Flesh	a	the	Morsels of Select Forest Kipee Flesh	\d	the	
    -_D924CDF468842959	m0281ckhfe01	Morsel of Superb Forest Kipee Flesh	a	the	Morsels of Superb Forest Kipee Flesh	\d	the	
    -_233FDB855C07CBEF	m0281ckhff01	Morsel of Magnificient Forest Kipee Flesh	a	the	Morsels of Magnificient Forest Kipee Flesh	\d	the	
    -_A4AC48184FA22EE9	m0281ckhja01	Morsel of Plain Jungle Kipee Flesh	a	the	Morsels of Plain Jungle Kipee Flesh	\d	the	
    -_2D3C2BFD1A9728A3	m0281ckhjb01	Morsel of Average Jungle Kipee Flesh	a	the	Morsels of Average Jungle Kipee Flesh	\d	the	
    -_A41C3C24D2032EE9	m0281ckhjc01	Morsel of Prime Jungle Kipee Flesh	a	the	Morsels of Prime Jungle Kipee Flesh	\d	the	
    -_E36091F45E464959	m0281ckhjd01	Morsel of Select Jungle Kipee Flesh	a	the	Morsels of Select Jungle Kipee Flesh	\d	the	
    -_D94295FC66464959	m0281ckhje01	Morsel of Superb Jungle Kipee Flesh	a	the	Morsels of Superb Jungle Kipee Flesh	\d	the	
    -_23A0EB7A9B369FF7	m0281ckhjf01	Morsel of Magnificient Jungle Kipee Flesh	a	the	Morsels of Magnificient Jungle Kipee Flesh	\d	the	
    -_9EF64ADF2DF71C72	m0281ckhla01	Morsel of Plain Lakes Kipee Flesh	a	the	Morsels of Plain Lakes Kipee Flesh	\d	the	
    -_3C503C2610D015AF	m0281ckhlb01	Morsel of Average Lakes Kipee Flesh	a	the	Morsels of Average Lakes Kipee Flesh	\d	the	
    -_9E6662E76C373C78	m0281ckhlc01	Morsel of Prime Lakes Kipee Flesh	a	the	Morsels of Prime Lakes Kipee Flesh	\d	the	
    -_B553FDEDA30B01D0	m0281ckhld01	Morsel of Select Lakes Kipee Flesh	a	the	Morsels of Select Lakes Kipee Flesh	\d	the	
    -_3044B900A74C41D0	m0281ckhle01	Morsel of Superb Lakes Kipee Flesh	a	the	Morsels of Superb Lakes Kipee Flesh	\d	the	
    -_BFA89E2F1A7EEE78	m0281ckhlf01	Morsel of Magnificient Lakes Kipee Flesh	a	the	Morsels of Magnificient Lakes Kipee Flesh	\d	the	
    -_C62BFAFC21015241	m0281ckhpd01	Morsel of Select Prime Root Kipee Flesh	a	the	Morsels of Select Prime Root Kipee Flesh	\d	the	
    -_451CFE00A0F25245	m0281ckhpe01	Morsel of Superb Prime Root Kipee Flesh	a	the	Morsels of Superb Prime Root Kipee Flesh	\d	the	
    -_7D04AD552FEBCBC3	m0281ckhpf01	Morsel of Magnificient Prime Root Kipee Flesh	a	the	Morsels of Magnificient Prime Root Kipee Flesh	\d	the	
    -_4DF80D189E84A9DE	m0282ckidc01	Morsel of Prime Desert Kizoar Flesh	a	the	Morsels of Prime Desert Kizoar Flesh	\d	the	
    -_A28E47DDE39FC952	m0282ckidd01	Morsel of Select Desert Kizoar Flesh	a	the	Morsels of Select Desert Kizoar Flesh	\d	the	
    -_E17F5BF1E79FC940	m0282ckide01	Morsel of Superb Desert Kizoar Flesh	a	the	Morsels of Superb Desert Kizoar Flesh	\d	the	
    -_339A45C2495F14DF	m0282ckidf01	Morsel of Magnificient Desert Kizoar Flesh	a	the	Morsels of Magnificient Desert Kizoar Flesh	\d	the	
    -_4DF80D1C9E64F9E2	m0282ckifc01	Morsel of Prime Forest Kizoar Flesh	a	the	Morsels of Prime Forest Kizoar Flesh	\d	the	
    -_A29E4BDE255FD152	m0282ckifd01	Morsel of Select Forest Kizoar Flesh	a	the	Morsels of Select Forest Kizoar Flesh	\d	the	
    -_E18F5FF2295FD140	m0282ckife01	Morsel of Superb Forest Kizoar Flesh	a	the	Morsels of Superb Forest Kizoar Flesh	\d	the	
    -_35BA45C4896F10E8	m0282ckiff01	Morsel of Magnificient Forest Kizoar Flesh	a	the	Morsels of Magnificient Forest Kizoar Flesh	\d	the	
    -_4DF895129EE229EA	m0282ckijc01	Morsel of Prime Jungle Kizoar Flesh	a	the	Morsels of Prime Jungle Kizoar Flesh	\d	the	
    -_DE3C37E0A600E152	m0282ckijd01	Morsel of Select Jungle Kizoar Flesh	a	the	Morsels of Select Jungle Kizoar Flesh	\d	the	
    -_1D2D4BF4AA00E140	m0282ckije01	Morsel of Superb Jungle Kizoar Flesh	a	the	Morsels of Superb Jungle Kizoar Flesh	\d	the	
    -_B8FA45B9041E08EA	m0282ckijf01	Morsel of Magnificient Jungle Kizoar Flesh	a	the	Morsels of Magnificient Jungle Kizoar Flesh	\d	the	
    -_2806B9C571C86110	m0282ckilc01	Morsel of Prime Lakes Kizoar Flesh	a	the	Morsels of Prime Lakes Kizoar Flesh	\d	the	
    -_FBD5B0D512634EA7	m0282ckild01	Morsel of Select Lakes Kizoar Flesh	a	the	Morsels of Select Lakes Kizoar Flesh	\d	the	
    -_76A5F0D917644EA7	m0282ckile01	Morsel of Superb Lakes Kizoar Flesh	a	the	Morsels of Superb Lakes Kizoar Flesh	\d	the	
    -_1960A40FBD758302	m0282ckilf01	Morsel of Magnificient Lakes Kizoar Flesh	a	the	Morsels of Magnificient Lakes Kizoar Flesh	\d	the	
    -_A50F4F2B3DD757CF	m0282ckipd01	Morsel of Select Prime Root Kizoar Flesh	a	the	Morsels of Select Prime Root Kizoar Flesh	\d	the	
    -_2000531D05D767DF	m0282ckipe01	Morsel of Superb Prime Root Kizoar Flesh	a	the	Morsels of Superb Prime Root Kizoar Flesh	\d	the	
    -_87E675E8DB6FE23A	m0282ckipf01	Morsel of Magnificient Prime Root Kizoar Flesh	a	the	Morsels of Magnificient Prime Root Kizoar Flesh	\d	the	
    -_87A10FE20A3B89BC	m0283ckjdd01	Morsel of Select Desert Kipesta Flesh	a	the	Morsels of Select Desert Kipesta Flesh	\d	the	
    -_02D353E60E3B41CB	m0283ckjde01	Morsel of Superb Desert Kipesta Flesh	a	the	Morsels of Superb Desert Kipesta Flesh	\d	the	
    -_A1E021D2180E8B01	m0283ckjdf01	Morsel of Magnificient Desert Kipesta Flesh	a	the	Morsels of Magnificient Desert Kipesta Flesh	\d	the	
    -_C7A10FEE4ADB91BC	m0283ckjfd01	Morsel of Select Forest Kipesta Flesh	a	the	Morsels of Select Forest Kipesta Flesh	\d	the	
    -_42D353F24EDB49CB	m0283ckjfe01	Morsel of Superb Forest Kipesta Flesh	a	the	Morsels of Superb Forest Kipesta Flesh	\d	the	
    -_A1E021D4980E8315	m0283ckjff01	Morsel of Magnificient Forest Kipesta Flesh	a	the	Morsels of Magnificient Forest Kipesta Flesh	\d	the	
    -_06D0E3FA4A3CA1AD	m0283ckjjd01	Morsel of Select Jungle Kipesta Flesh	a	the	Morsels of Select Jungle Kipesta Flesh	\d	the	
    -_810227FE4E3C59BC	m0283ckjje01	Morsel of Superb Jungle Kipesta Flesh	a	the	Morsels of Superb Jungle Kipesta Flesh	\d	the	
    -_A3E021BA164E6321	m0283ckjjf01	Morsel of Magnificient Jungle Kipesta Flesh	a	the	Morsels of Magnificient Jungle Kipesta Flesh	\d	the	
    -_871C2FEAE42439A5	m0283ckjld01	Morsel of Select Lakes Kipesta Flesh	a	the	Morsels of Select Lakes Kipesta Flesh	\d	the	
    -_7DFE33F2EC2439A5	m0283ckjle01	Morsel of Superb Lakes Kipesta Flesh	a	the	Morsels of Superb Lakes Kipesta Flesh	\d	the	
    -_A6E208875A349EE2	m0283ckjlf01	Morsel of Magnificient Lakes Kipesta Flesh	a	the	Morsels of Magnificient Lakes Kipesta Flesh	\d	the	
    -_E8CEF089565782C5	m0283ckjpd01	Morsel of Select Prime Root Kipesta Flesh	a	the	Morsels of Select Prime Root Kipesta Flesh	\d	the	
    -_63BFAC9C5A98C2C5	m0283ckjpe01	Morsel of Superb Prime Root Kipesta Flesh	a	the	Morsels of Superb Prime Root Kipesta Flesh	\d	the	
    -_0A024FF9E5D89F40	m0283ckjpf01	Morsel of Magnificient Prime Root Kipesta Flesh	a	the	Morsels of Magnificient Prime Root Kipesta Flesh	\d	the	
    -_9C28CE13A899C2D1	m0284cdald01	Fragment of Select Lakes Cute Skull	a	the	Fragments of Select Lakes Cute Skull	\d	the	
    -_60692223A8997ACE	m0284cdale01	Fragment of Superb Lakes Cute Skull	a	the	Fragments of Superb Lakes Cute Skull	\d	the	
    -_57F66D52D36DBC91	m0284cdapd01	Fragment of Select Prime Root Cute Skull	a	the	Fragments of Select Prime Root Cute Skull	\d	the	
    -_5716ED52D46E74A0	m0284cdape01	Fragment of Superb Prime Root Cute Skull	a	the	Fragments of Superb Prime Root Cute Skull	\d	the	
    -_DE7DFE87BB32B30D	m0285cdbfd01	Fragment of Select Forest Gibbai Skull	a	the	Fragments of Select Forest Gibbai Skull	\d	the	
    -_DEBE42757F327B2C	m0285cdbfe01	Fragment of Superb Forest Gibbai Skull	a	the	Fragments of Superb Forest Gibbai Skull	\d	the	
    -_9FDDEE91F8C1BBFA	m0285cdbjd01	Fragment of Select Jungle Gibbai Skull	a	the	Fragments of Select Jungle Gibbai Skull	\d	the	
    -_9F1E327FBCC18319	m0285cdbje01	Fragment of Superb Jungle Gibbai Skull	a	the	Fragments of Superb Jungle Gibbai Skull	\d	the	
    -_1EEE167ABDA3B315	m0286cdcdd01	Fragment of Select Desert Frahar Skull	a	the	Fragments of Select Desert Frahar Skull	\d	the	
    -_1E2F5A6881A37B34	m0286cdcde01	Fragment of Superb Desert Frahar Skull	a	the	Fragments of Superb Desert Frahar Skull	\d	the	
    -_98185AFA5FB3F221	m0287chhdd01	Phial of Select Desert Mektoub Blood	a	the	Phials of Select Desert Mektoub Blood	\d	the	
    -_AA5CAD1428A403C1	m0287chhfc01	Phial of Prime Forest Mektoub Blood	a	the	Phials of Prime Forest Mektoub Blood	\d	the	
    -_98185EFD1F432223	m0287chhfd01	Phial of Select Forest Mektoub Blood	a	the	Phials of Select Forest Mektoub Blood	\d	the	
    -_AC5CEDF2A222E3CD	m0287chhja01	Phial of Plain Jungle Mektoub Blood	a	the	Phials of Plain Jungle Mektoub Blood	\d	the	
    -_6B65E6150E08A6C0	m0287chhjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_DD77FD733A65FBC6	m0287chhle01	Phial of Superb Lakes Mektoub Blood	a	the	Phials of Superb Lakes Mektoub Blood	\d	the	
    -_DBBA837B60158A06	m0287chhpf01	Phial of Magnificient Prime Root Mektoub Blood	a	the	Phials of Magnificient Prime Root Mektoub Blood	\d	the	
    -_EC3612FD0E078ECF	m0287chidb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612094EA796CF	m0287chifb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6154E08A6C0	m0287chijb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A44890662A45B23	m0287chilb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_EC3612FD4E078ECF	m0287chjdb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612098EA796CF	m0287chjfb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6158E08A6C0	m0287chjjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A448906A2A45B23	m0287chjlb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_7992FC068C5D72E8	m0288ccada01	Phial of Plain Desert Gingo Blood	a	the	Phials of Plain Desert Gingo Blood	\d	the	
    -_982A1B185CB4C3DC	m0288ccadb01	Phial of Average Desert Gingo Blood	a	the	Phials of Average Desert Gingo Blood	\d	the	
    -_B9320408CC5D72F2	m0288ccafa01	Phial of Plain Forest Gingo Blood	a	the	Phials of Plain Forest Gingo Blood	\d	the	
    -_982A231ADCF4D3DC	m0288ccafb01	Phial of Average Forest Gingo Blood	a	the	Phials of Average Forest Gingo Blood	\d	the	
    -_B932E80C8CFE92F8	m0288ccafc01	Phial of Prime Forest Gingo Blood	a	the	Phials of Prime Forest Gingo Blood	\d	the	
    -_8FE184E78F7513C3	m0288ccafe01	Phial of Superb Forest Gingo Blood	a	the	Phials of Superb Forest Gingo Blood	\d	the	
    -_900250C64D12DBCD	m0288ccajd01	Phial of Select Jungle Gingo Blood	a	the	Phials of Select Jungle Gingo Blood	\d	the	
    -_90E148D54E541BCD	m0288ccaje01	Phial of Superb Jungle Gingo Blood	a	the	Phials of Superb Jungle Gingo Blood	\d	the	
    -_3B73E413CD9EAAF0	m0289ccefa01	Phial of Plain Forest Ragus Blood	a	the	Phials of Plain Forest Ragus Blood	\d	the	
    -_982A2322E51493F3	m0289ccefb01	Phial of Average Forest Ragus Blood	a	the	Phials of Average Forest Ragus Blood	\d	the	
    -_6005210663ACC34B	m0289cceff01	Phial of Magnificent Forest Ragus Blood	a	the	Phials of Magnificent Forest Ragus Blood	\d	the	
    -_3BD4F4080CCD7EF8	m0289cceja01	Phial of Plain Jungle Ragus Blood	a	the	Phials of Plain Jungle Ragus Blood	\d	the	
    -_9848EB2AE3D6B3F3	m0289ccejb01	Phial of Average Jungle Ragus Blood	a	the	Phials of Average Jungle Ragus Blood	\d	the	
    -_3BD4D80CCC6E9EFE	m0289ccejc01	Phial of Prime Jungle Ragus Blood	a	the	Phials of Prime Jungle Ragus Blood	\d	the	
    -_53914C3768779492	m0289ccelc01	Phial of Prime Lakes Ragus Blood	a	the	Phials of Prime Lakes Ragus Blood	\d	the	
    -_D90D5CD739B3314A	m0289cceld01	Phial of Select Lakes Ragus Blood	a	the	Phials of Select Lakes Ragus Blood	\d	the	
    -_B3529F7FB48B4748	m0289ccepf01	Phial of Magnificent Prime Root Ragus Blood	a	the	Phials of Magnificent Prime Root Ragus Blood	\d	the	
    -_E7F7CB5962A0BE49	m0290chdda01	Phial of Plain Desert Yubo Blood	a	the	Phials of Plain Desert Yubo Blood	\d	the	
    -_CA5891D1D0E4F74F	m0290chddb01	Phial of Average Desert Yubo Blood	a	the	Phials of Average Desert Yubo Blood	\d	the	
    -_67E7F35DA2A0BA54	m0290chdfa01	Phial of Plain Forest Yubo Blood	a	the	Phials of Plain Forest Yubo Blood	\d	the	
    -_CA5895D490742751	m0290chdfb01	Phial of Average Forest Yubo Blood	a	the	Phials of Average Forest Yubo Blood	\d	the	
    -_E8A60B56E1C06E53	m0290chdja01	Phial of Plain Jungle Yubo Blood	a	the	Phials of Plain Jungle Yubo Blood	\d	the	
    -_CA673DD30F944F55	m0290chdjb01	Phial of Average Jungle Yubo Blood	a	the	Phials of Average Jungle Yubo Blood	\d	the	
    -_A52E60DC87A951F0	m0290chdla01	Phial of Plain Lakes Yubo Blood	a	the	Phials of Plain Lakes Yubo Blood	\d	the	
    -_B007867C7231CE01	m0290chdlb01	Phial of Average Lakes Yubo Blood	a	the	Phials of Average Lakes Yubo Blood	\d	the	
    -_39F3FC0A4E3D6AD9	m0291ckhda01	Phial of Plain Desert Kipee Blood	a	the	Phials of Plain Desert Kipee Blood	\d	the	
    -_D82A1B041E76C3DD	m0291ckhdb01	Phial of Average Desert Kipee Blood	a	the	Phials of Average Desert Kipee Blood	\d	the	
    -_39F3E00E0EDE8ADF	m0291ckhdc01	Phial of Prime Desert Kipee Blood	a	the	Phials of Prime Desert Kipee Blood	\d	the	
    -_50428CD58E03AFB2	m0291ckhdd01	Phial of Select Desert Kipee Blood	a	the	Phials of Select Desert Kipee Blood	\d	the	
    -_502184E48F45EFB2	m0291ckhde01	Phial of Superb Desert Kipee Blood	a	the	Phials of Superb Desert Kipee Blood	\d	the	
    -_2184C903A6AB8B34	m0291ckhdf01	Phial of Magnificient Desert Kipee Blood	a	the	Phials of Magnificient Desert Kipee Blood	\d	the	
    -_7993040C8E3D6AE3	m0291ckhfa01	Phial of Plain Forest Kipee Blood	a	the	Phials of Plain Forest Kipee Blood	\d	the	
    -_D82A23069EB6D3DD	m0291ckhfb01	Phial of Average Forest Kipee Blood	a	the	Phials of Average Forest Kipee Blood	\d	the	
    -_7993E8104EDE8AE9	m0291ckhfc01	Phial of Prime Forest Kipee Blood	a	the	Phials of Prime Forest Kipee Blood	\d	the	
    -_D0428CD8CEF3D3BE	m0291ckhfd01	Phial of Select Forest Kipee Blood	a	the	Phials of Select Forest Kipee Blood	\d	the	
    -_D02184E7CF3513BE	m0291ckhfe01	Phial of Superb Forest Kipee Blood	a	the	Phials of Superb Forest Kipee Blood	\d	the	
    -_E3A4C50F26BB8B33	m0291ckhff01	Phial of Magnificient Forest Kipee Blood	a	the	Phials of Magnificient Forest Kipee Blood	\d	the	
    -_79F41401CD6C3EEB	m0291ckhja01	Phial of Plain Jungle Kipee Blood	a	the	Phials of Plain Jungle Kipee Blood	\d	the	
    -_D848EB0E9C78F3DD	m0291ckhjb01	Phial of Average Jungle Kipee Blood	a	the	Phials of Average Jungle Kipee Blood	\d	the	
    -_79F4F8058D0D5EF1	m0291ckhjc01	Phial of Prime Jungle Kipee Blood	a	the	Phials of Prime Jungle Kipee Blood	\d	the	
    -_D14250C68DD2DBC8	m0291ckhjd01	Phial of Select Jungle Kipee Blood	a	the	Phials of Select Jungle Kipee Blood	\d	the	
    -_D12148D58E141BC8	m0291ckhje01	Phial of Superb Jungle Kipee Blood	a	the	Phials of Superb Jungle Kipee Blood	\d	the	
    -_A404B519634A9320	m0291ckhjf01	Phial of Magnificient Jungle Kipee Blood	a	the	Phials of Magnificient Jungle Kipee Blood	\d	the	
    -_8DC1881E2327D871	m0291ckhla01	Phial of Plain Lakes Kipee Blood	a	the	Phials of Plain Lakes Kipee Blood	\d	the	
    -_F41350534A3E869A	m0291ckhlb01	Phial of Average Lakes Kipee Blood	a	the	Phials of Average Lakes Kipee Blood	\d	the	
    -_8F226C222588B475	m0291ckhlc01	Phial of Prime Lakes Kipee Blood	a	the	Phials of Prime Lakes Kipee Blood	\d	the	
    -_5CAC00E0FCC2F932	m0291ckhld01	Phial of Select Lakes Kipee Blood	a	the	Phials of Select Lakes Kipee Blood	\d	the	
    -_608B40E078B4F936	m0291ckhle01	Phial of Superb Lakes Kipee Blood	a	the	Phials of Superb Lakes Kipee Blood	\d	the	
    -_247E20C5C8732874	m0291ckhlf01	Phial of Magnificient Lakes Kipee Blood	a	the	Phials of Magnificient Lakes Kipee Blood	\d	the	
    -_4F0020CF073FF05F	m0291ckhpd01	Phial of Select Prime Root Kipee Blood	a	the	Phials of Select Prime Root Kipee Blood	\d	the	
    -_4F20A0CF0840A86E	m0291ckhpe01	Phial of Superb Prime Root Kipee Blood	a	the	Phials of Superb Prime Root Kipee Blood	\d	the	
    -_F3712778BA1A2B40	m0291ckhpf01	Phial of Magnificient Prime Root Kipee Blood	a	the	Phials of Magnificient Prime Root Kipee Blood	\d	the	
    -_D2D86EE8E045161E	m0292ckede01	Phial of Superb Desert Kipucka Blood	a	the	Phials of Superb Desert Kipucka Blood	\d	the	
    -_EB7686FDB4B0A1A7	m0292ckedf01	Phial of Magnificient Desert Kipucka Blood	a	the	Phials of Magnificient Desert Kipucka Blood	\d	the	
    -_D2D872EBA0D54620	m0292ckefe01	Phial of Superb Forest Kipucka Blood	a	the	Phials of Superb Forest Kipucka Blood	\d	the	
    -_2D368EFFB4C0A5A6	m0292ckeff01	Phial of Magnificient Forest Kipucka Blood	a	the	Phials of Magnificient Forest Kipucka Blood	\d	the	
    -_D2E71AEA1FF56E24	m0292ckeje01	Phial of Superb Jungle Kipucka Blood	a	the	Phials of Superb Jungle Kipucka Blood	\d	the	
    -_AED79E03F05E91A4	m0292ckejf01	Phial of Magnificient Jungle Kipucka Blood	a	the	Phials of Magnificient Jungle Kipucka Blood	\d	the	
    -_9F08057139E4A3B6	m0292ckele01	Phial of Superb Lakes Kipucka Blood	a	the	Phials of Superb Lakes Kipucka Blood	\d	the	
    -_488555439FD9A00A	m0292ckelf01	Phial of Magnificient Lakes Kipucka Blood	a	the	Phials of Magnificient Lakes Kipucka Blood	\d	the	
    -_7F8939F422EBB803	m0292ckepe01	Phial of Superb Prime Root Kipucka Blood	a	the	Phials of Superb Prime Root Kipucka Blood	\d	the	
    -_1B6A637AE1755AF5	m0292ckepf01	Phial of Magnificient Prime Root Kipucka Blood	a	the	Phials of Magnificient Prime Root Kipucka Blood	\d	the	
    -_202F49DFB765853C	m0293chldf01	Phial of Magnificient Desert Yelk Blood	a	the	Phials of Magnificient Desert Yelk Blood	\d	the	
    -_ADC29C1EE67F8ACD	m0293chlfe01	Phial of Superb Forest Yelk Blood	a	the	Phials of Superb Forest Yelk Blood	\d	the	
    -_A25F49E03995853B	m0293chlff01	Phial of Magnificient Forest Yelk Blood	a	the	Phials of Magnificient Forest Yelk Blood	\d	the	
    -_58450CE0EF7B5035	m0293chlld01	Phial of Select Lakes Yelk Blood	a	the	Phials of Select Lakes Yelk Blood	\d	the	
    -_59254CE0F05B8C35	m0293chlle01	Phial of Superb Lakes Yelk Blood	a	the	Phials of Superb Lakes Yelk Blood	\d	the	
    -_1CE39DAA1DA8F2FF	m0293chlpe01	Phial of Superb Prime Root Yelk Blood	a	the	Phials of Superb Prime Root Yelk Blood	\d	the	
    -_3C7253D631EE35E1	m0293chlpf01	Phial of Magnificient Prime Root Yelk Blood	a	the	Phials of Magnificient Prime Root Yelk Blood	\d	the	
    -_9516B4EE6A4CF844	m0294cheld01	Phial of Select Lakes Cray Blood	a	the	Phials of Select Lakes Cray Blood	\d	the	
    -_96F6F4EE6B2C3444	m0294chele01	Phial of Superb Lakes Cray Blood	a	the	Phials of Superb Lakes Cray Blood	\d	the	
    -_27EFD09DBFD48331	m0295cdbfd01	Tuft of Select Forest Gibbai Hair	a	the	Tufts of Select Forest Gibbai Hair	\d	the	
    -_27EF8C9A8315D341	m0295cdbfe01	Tuft of Superb Forest Gibbai Hair	a	the	Tufts of Superb Forest Gibbai Hair	\d	the	
    -_AA2FD0923A837B33	m0295cdbjd01	Tuft of Select Jungle Gibbai Hair	a	the	Tufts of Select Jungle Gibbai Hair	\d	the	
    -_AA2F8C8FFEC4CB43	m0295cdbje01	Tuft of Superb Jungle Gibbai Hair	a	the	Tufts of Superb Jungle Gibbai Hair	\d	the	
    -_F636F921EF550354	m0296chcda01	Tuft of Plain Desert Capryni Hair	a	the	Tufts of Plain Desert Capryni Hair	\d	the	
    -_403B42C9AE872BF0	m0296chcdb01	Tuft of Average Desert Capryni Hair	a	the	Tufts of Average Desert Capryni Hair	\d	the	
    -_38F60123EF650753	m0296chcfa01	Tuft of Plain Forest Capryni Hair	a	the	Tufts of Plain Forest Capryni Hair	\d	the	
    -_403B46CC6E175BF2	m0296chcfb01	Tuft of Average Forest Capryni Hair	a	the	Tufts of Average Forest Capryni Hair	\d	the	
    -_43BCA3556447BB41	m0296chcjd01	Tuft of Select Jungle Capryni Hair	a	the	Tufts of Select Jungle Capryni Hair	\d	the	
    -_149D3DE16FA1557F	m0296chclc01	Tuft of Prime Lakes Capryni Hair	a	the	Tufts of Prime Lakes Capryni Hair	\d	the	
    -_719B7DAB20D5D940	m0296chcld01	Tuft of Select Lakes Capryni Hair	a	the	Tufts of Select Lakes Capryni Hair	\d	the	
    -_E48B959AF76374AF	m0298ccada01	Tuft of Plain Desert Gingo Hair	a	the	Tufts of Plain Desert Gingo Hair	\d	the	
    -_894D5DDEBFE5F70E	m0298ccadb01	Tuft of Average Desert Gingo Hair	a	the	Tufts of Average Desert Gingo Hair	\d	the	
    -_A6AB91A6777374AE	m0298ccafa01	Tuft of Plain Forest Gingo Hair	a	the	Tufts of Plain Forest Gingo Hair	\d	the	
    -_094D5DE1FFD51B1A	m0298ccafb01	Tuft of Average Forest Gingo Hair	a	the	Tufts of Average Forest Gingo Hair	\d	the	
    -_A80C999D78F368B2	m0298ccafc01	Tuft of Prime Forest Gingo Hair	a	the	Tufts of Prime Forest Gingo Hair	\d	the	
    -_B137F8BC9F2A664F	m0298ccafe01	Tuft of Superb Forest Gingo Hair	a	the	Tufts of Superb Forest Gingo Hair	\d	the	
    -_AD984CA26327FA53	m0298ccajd01	Tuft of Select Jungle Gingo Hair	a	the	Tufts of Select Jungle Gingo Hair	\d	the	
    -_B19808B1DE593A57	m0298ccaje01	Tuft of Superb Jungle Gingo Hair	a	the	Tufts of Superb Jungle Gingo Hair	\d	the	
    -_AC20049DC0E48345	m0299ccdfd01	Tuft of Select Forest Torbak Hair	a	the	Tufts of Select Forest Torbak Hair	\d	the	
    -_AC20C09A8425D355	m0299ccdfe01	Tuft of Superb Forest Torbak Hair	a	the	Tufts of Superb Forest Torbak Hair	\d	the	
    -_BA5B98B15CD3FE3C	m0299ccdjc01	Tuft of Prime Jungle Torbak Hair	a	the	Tufts of Prime Jungle Torbak Hair	\d	the	
    -_2F6004923B937B47	m0299ccdjd01	Tuft of Select Jungle Torbak Hair	a	the	Tufts of Select Jungle Torbak Hair	\d	the	
    -_1C8BFAB5DB298143	m0299ccdle01	Tuft of Superb Lakes Torbak Hair	a	the	Tufts of Superb Lakes Torbak Hair	\d	the	
    -_ED5433FAE7C2CB26	m0299ccdlf01	Tuft of Magnificient Lakes Torbak Hair	a	the	Tufts of Magnificient Lakes Torbak Hair	\d	the	
    -_A27CF59F762484B4	m0300ccefa01	Tuft of Plain Forest Ragus Hair	a	the	Tufts of Plain Forest Ragus Hair	\d	the	
    -_880E5DE101F73703	m0300ccefb01	Tuft of Average Forest Ragus Hair	a	the	Tufts of Average Forest Ragus Hair	\d	the	
    -_7D43ABA299B827EA	m0300cceff01	Tuft of Magnificent Forest Ragus Hair	a	the	Tufts of Magnificent Forest Ragus Hair	\d	the	
    -_63DCE5A9B3B38CA1	m0300cceja01	Tuft of Plain Jungle Ragus Hair	a	the	Tufts of Plain Jungle Ragus Hair	\d	the	
    -_890E21CFC0D63F0D	m0300ccejb01	Tuft of Average Jungle Ragus Hair	a	the	Tufts of Average Jungle Ragus Hair	\d	the	
    -_653DEDA0B43380A5	m0300ccejc01	Tuft of Prime Jungle Ragus Hair	a	the	Tufts of Prime Jungle Ragus Hair	\d	the	
    -_06956FB66B64E630	m0300ccelc01	Tuft of Prime Lakes Ragus Hair	a	the	Tufts of Prime Lakes Ragus Hair	\d	the	
    -_BD321D1BD9A7A15D	m0300cceld01	Tuft of Select Lakes Ragus Hair	a	the	Tufts of Select Lakes Ragus Hair	\d	the	
    -_A16837CF19F9F5B5	m0300ccepf01	Tuft of Magnificent Prime Root Ragus Hair	a	the	Tufts of Magnificent Prime Root Ragus Hair	\d	the	
    -_A9F0E49B02D5CF3E	m0302chgdd01	Tuft of Select Desert Lumper Hair	a	the	Tufts of Select Desert Lumper Hair	\d	the	
    -_A9F0A098C6161F4E	m0302chgde01	Tuft of Superb Desert Lumper Hair	a	the	Tufts of Superb Desert Lumper Hair	\d	the	
    -_E7D0A3FBAA510E5F	m0302chgpd01	Tuft of Select Prime Root Lumper Hair	a	the	Tufts of Select Prime Root Lumper Hair	\d	the	
    -_122C0F45CA5CA5FE	m0302chgpf01	Tuft of Magnificient Prime Root Lumper Hair	a	the	Tufts of Magnificient Prime Root Lumper Hair	\d	the	
    -_986A55B9AA15D9A4	m0303ccidd01	Tuft of Select Desert Zerx Hair	a	the	Tufts of Select Desert Zerx Hair	\d	the	
    -_EBC19F2C5516681B	m0303ccidf01	Tuft of Magnificient Desert Zerx Hair	a	the	Tufts of Magnificient Desert Zerx Hair	\d	the	
    -_AAC27B2CD5D49023	m0303ccijf01	Tuft of Magnificient Jungle Zerx Hair	a	the	Tufts of Magnificient Jungle Zerx Hair	\d	the	
    -_C000DDA61CE60D7E	m0303ccild01	Tuft of Select Lakes Zerx Hair	a	the	Tufts of Select Lakes Zerx Hair	\d	the	
    -_8400A9C51C274D6C	m0303ccile01	Tuft of Superb Lakes Zerx Hair	a	the	Tufts of Superb Lakes Zerx Hair	\d	the	
    -_978B016823EE029C	m0303ccipd01	Tuft of Select Prime Root Zerx Hair	a	the	Tufts of Select Prime Root Zerx Hair	\d	the	
    -_229CA987B9E338B7	m0304chbdc01	Tuft of Prime Desert Bodoc Hair	a	the	Tufts of Prime Desert Bodoc Hair	\d	the	
    -_E25B9D9C387344B2	m0304chbfa01	Tuft of Plain Forest Bodoc Hair	a	the	Tufts of Plain Forest Bodoc Hair	\d	the	
    -_070D5DE13CE51312	m0304chbfb01	Tuft of Average Forest Bodoc Hair	a	the	Tufts of Average Forest Bodoc Hair	\d	the	
    -_E4BCA59339F338B6	m0304chbfc01	Tuft of Prime Forest Bodoc Hair	a	the	Tufts of Prime Forest Bodoc Hair	\d	the	
    -_F2B820AC1EE95A3D	m0304chbje01	Tuft of Superb Jungle Bodoc Hair	a	the	Tufts of Superb Jungle Bodoc Hair	\d	the	
    -_3B0255FB96C7D941	m0304chbld01	Tuft of Select Lakes Bodoc Hair	a	the	Tufts of Select Lakes Bodoc Hair	\d	the	
    -_F5C8E74F8AC0852E	m0304chbpd01	Tuft of Select Prime Root Bodoc Hair	a	the	Tufts of Select Prime Root Bodoc Hair	\d	the	
    -_70B9A3628E01C52E	m0304chbpe01	Tuft of Superb Prime Root Bodoc Hair	a	the	Tufts of Superb Prime Root Bodoc Hair	\d	the	
    -_18C664E0338BEC2F	m0305chadc01	Tuft of Prime Desert Arma Hair	a	the	Tufts of Prime Desert Arma Hair	\d	the	
    -_5B5869CAA26579AC	m0305chafd01	Tuft of Select Forest Arma Hair	a	the	Tufts of Select Forest Arma Hair	\d	the	
    -_5C5925D9A285F5AC	m0305chafe01	Tuft of Superb Forest Arma Hair	a	the	Tufts of Superb Forest Arma Hair	\d	the	
    -_9E71AF13D3B37C32	m0305chajf01	Tuft of Magnificient Jungle Arma Hair	a	the	Tufts of Magnificient Jungle Arma Hair	\d	the	
    -_78AFDDAC1A06397B	m0305chale01	Tuft of Superb Lakes Arma Hair	a	the	Tufts of Superb Lakes Arma Hair	\d	the	
    -_298C618A22ED6A8F	m0305chalf01	Tuft of Magnificient Lakes Arma Hair	a	the	Tufts of Magnificient Lakes Arma Hair	\d	the	
    -_971A91701EAD029E	m0305chapd01	Tuft of Select Prime Root Arma Hair	a	the	Tufts of Select Prime Root Arma Hair	\d	the	
    -_97F9897F1FEF429E	m0305chape01	Tuft of Superb Prime Root Arma Hair	a	the	Tufts of Superb Prime Root Arma Hair	\d	the	
    -_5476A4F7303B3447	m0306chdda01	Tuft of Plain Desert Yubo Hair	a	the	Tufts of Plain Desert Yubo Hair	\d	the	
    -_9EC778C576791E1A	m0306chddb01	Tuft of Average Desert Yubo Hair	a	the	Tufts of Average Desert Yubo Hair	\d	the	
    -_D6A6A4F8B26B3446	m0306chdfa01	Tuft of Plain Forest Yubo Hair	a	the	Tufts of Plain Forest Yubo Hair	\d	the	
    -_20E778C87679461B	m0306chdfb01	Tuft of Average Forest Yubo Hair	a	the	Tufts of Average Forest Yubo Hair	\d	the	
    -_9475ACF8703A3C42	m0306chdja01	Tuft of Plain Jungle Yubo Hair	a	the	Tufts of Plain Jungle Yubo Hair	\d	the	
    -_A2273CC532C7661B	m0306chdjb01	Tuft of Average Jungle Yubo Hair	a	the	Tufts of Average Jungle Yubo Hair	\d	the	
    -_721330ADE730987B	m0306chdla01	Tuft of Plain Lakes Yubo Hair	a	the	Tufts of Plain Lakes Yubo Hair	\d	the	
    -_8157DDBC5D1C6904	m0306chdlb01	Tuft of Average Lakes Yubo Hair	a	the	Tufts of Average Lakes Yubo Hair	\d	the	
    -_35201D8F1AC51592	m0307cdald01	Tuft of Select Lakes Cute Hair	a	the	Tufts of Select Lakes Cute Hair	\d	the	
    -_F920E9AE1A065580	m0307cdale01	Tuft of Superb Lakes Cute Hair	a	the	Tufts of Superb Lakes Cute Hair	\d	the	
    -_975ABD7A5F8D02A0	m0307cdapd01	Tuft of Select Prime Root Cute Hair	a	the	Tufts of Select Prime Root Cute Hair	\d	the	
    -_9739B58960CF42A0	m0307cdape01	Tuft of Superb Prime Root Cute Hair	a	the	Tufts of Superb Prime Root Cute Hair	\d	the	
    -_1AF9E1AA9CC6C906	m0308cxxcb01	Average Goo Contaminated Meat	an	the	Average Goo Contaminated Meats	\d	the	
    -_83B887DC33F81C26	m0308cxxcc01	Prime Goo Contaminated Meat	a	the	Prime Goo Contaminated Meats	\d	the	
    -_6C6031305A0FA530	m0308cxxcd01	Select Goo Contaminated Meat	a	the	Select Goo Contaminated Meats	\d	the	
    -_6C60A54E5A912530	m0308cxxce01	Superb Goo Contaminated Meat	a	the	Superb Goo Contaminated Meats	\d	the	
    -_B4D42D2B0AE1B308	m0308cxxcf01	Magnificient Goo Contaminated Meat	a	the	Magnificient Goo Contaminated Meats	\d	the	
    -_7F2DF6827F7E42D9	m0309dxaca01	Plain Fresh Kitin Cocoon	a	the	Plain Fresh Kitin Cocoons	\d	the	
    -_C32B9A570A85784E	m0309dxacb01	Average Fresh Kitin Cocoon	an	the	Average Fresh Kitin Cocoons	\d	the	
    -_80AD167980FE5AD0	m0309dxacc01	Prime Fresh Kitin Cocoon	a	the	Prime Fresh Kitin Cocoons	\d	the	
    -_FD8D5050F2FE584D	m0309dxacd01	Select Fresh Kitin Cocoon	a	the	Select Fresh Kitin Cocoons	\d	the	
    -_FE8E0C5FF21ED44D	m0309dxace01	Superb Fresh Kitin Cocoon	a	the	Superb Fresh Kitin Cocoons	\d	the	
    -_1386C10A68DAC685	m0309dxacf01	Magnificient Fresh Kitin Cocoon	a	the	Magnificient Fresh Kitin Cocoons	\d	the	
    -_D5492A303E8C16BF	m0310dxaca01	Plain Old Kitin Cocoon	a	the	Plain Old Kitin Cocoons	\d	the	
    -_6D1F23502D706B9E	m0310dxacb01	Average Old Kitin Cocoon	an	the	Average Old Kitin Cocoons	\d	the	
    -_D5B9422FC00C2EBF	m0310dxacc01	Prime Old Kitin Cocoon	a	the	Prime Old Kitin Cocoons	\d	the	
    -_6BF4337F6FAC43DA	m0310dxacd01	Select Old Kitin Cocoon	a	the	Select Old Kitin Cocoons	\d	the	
    -_2FF4FF9E6FED83C8	m0310dxace01	Superb Old Kitin Cocoon	a	the	Superb Old Kitin Cocoons	\d	the	
    -_0D52F0F5B1C5114C	m0310dxacf01	Magnificient Old Kitin Cocoon	a	the	Magnificient Old Kitin Cocoons	\d	the	
    -_FC2E740E2B14DCE4	m0311dxaca01	Sample of Plain Kitin Saliva	a	the	Samples of Plain Kitin Saliva	\d	the	
    -_DDA375993C14BFB9	m0311dxacb01	Sample of Average Kitin Saliva	a	the	Samples of Average Kitin Saliva	\d	the	
    -_BADEAC1CAC14DCE4	m0311dxacc01	Sample of Prime Kitin Saliva	a	the	Samples of Prime Kitin Saliva	\d	the	
    -_6B7FA907D75231DB	m0311dxacd01	Sample of Select Kitin Saliva	a	the	Samples of Select Kitin Saliva	\d	the	
    -_E6B1ED0BDB52E9EA	m0311dxace01	Sample of Superb Kitin Saliva	a	the	Samples of Superb Kitin Saliva	\d	the	
    -_2EEC9F679C903927	m0311dxacf01	Sample of Magnificient Kitin Saliva	a	the	Samples of Magnificient Kitin Saliva	\d	the	
    -_3ABE8A0CB7DFFB96	m0312dxacf01	Supreme Kitin Larva	a	the	Supreme Kitin Larvas	\d	the	
    -_C69D8DC77940C11F	m0313chadc01	Fragment of Prime Desert Arma Skull	a	the	Fragments of Prime Desert Arma Skull	\d	the	
    -_09BFBF81668A8DBF	m0313chafd01	Fragment of Select Forest Arma Skull	a	the	Fragments of Select Forest Arma Skull	\d	the	
    -_0A010381666981CE	m0313chafe01	Fragment of Superb Forest Arma Skull	a	the	Fragments of Superb Forest Arma Skull	\d	the	
    -_43A504DC616B852D	m0313chajf01	Fragment of Magnificient Jungle Arma Skull	a	the	Fragments of Magnificient Jungle Arma Skull	\d	the	
    -_1E792223A72852C8	m0313chale01	Fragment of Superb Lakes Arma Skull	a	the	Fragments of Superb Lakes Arma Skull	\d	the	
    -_A924514514E1E49E	m0313chalf01	Fragment of Magnificient Lakes Arma Skull	a	the	Fragments of Magnificient Lakes Arma Skull	\d	the	
    -_D4A6514F53ADAC89	m0313chapd01	Fragment of Select Prime Root Arma Skull	a	the	Fragments of Select Prime Root Arma Skull	\d	the	
    -_D4C6D14F54AE6498	m0313chape01	Fragment of Superb Prime Root Arma Skull	a	the	Fragments of Superb Prime Root Arma Skull	\d	the	
    -_CE80CF937F8B7C77	m0314chbdc01	Fragment of Prime Desert Bodoc Skull	a	the	Fragments of Prime Desert Bodoc Skull	\d	the	
    -_0BAFAB9E81ABA07C	m0314chbfa01	Fragment of Plain Forest Bodoc Skull	a	the	Fragments of Plain Forest Bodoc Skull	\d	the	
    -_CFFAAEA0A7E42019	m0314chbfb01	Fragment of Average Forest Bodoc Skull	a	the	Fragments of Average Forest Bodoc Skull	\d	the	
    -_0E90CB9E81AB7C77	m0314chbfc01	Fragment of Prime Forest Bodoc Skull	a	the	Fragments of Prime Forest Bodoc Skull	\d	the	
    -_D6048680AE5A0A3F	m0314chbje01	Fragment of Superb Jungle Bodoc Skull	a	the	Fragments of Superb Jungle Bodoc Skull	\d	the	
    -_985B59B52DFAD360	m0314chbld01	Fragment of Select Lakes Bodoc Skull	a	the	Fragments of Select Lakes Bodoc Skull	\d	the	
    -_39A0CB3FBAA5B714	m0314chbpd01	Fragment of Select Prime Root Bodoc Skull	a	the	Fragments of Select Prime Root Bodoc Skull	\d	the	
    -_B4D20F43BEA56F23	m0314chbpe01	Fragment of Superb Prime Root Bodoc Skull	a	the	Fragments of Superb Prime Root Bodoc Skull	\d	the	
    -_A3E12F6533A62BD5	m0315chcda01	Fragment of Plain Desert Capryni Skull	a	the	Fragments of Plain Desert Capryni Skull	\d	the	
    -_577B0304C7E3D480	m0315chcdb01	Fragment of Average Desert Capryni Skull	a	the	Fragments of Average Desert Capryni Skull	\d	the	
    -_63913766B5C62FD5	m0315chcfa01	Fragment of Plain Forest Capryni Skull	a	the	Fragments of Plain Forest Capryni Skull	\d	the	
    -_576B2F088783DC81	m0315chcfb01	Fragment of Average Forest Capryni Skull	a	the	Fragments of Average Forest Capryni Skull	\d	the	
    -_43FC561C16A30652	m0315chcjd01	Fragment of Select Jungle Capryni Skull	a	the	Fragments of Select Jungle Capryni Skull	\d	the	
    -_EDBBC3A3C61F3988	m0315chclc01	Fragment of Prime Lakes Capryni Skull	a	the	Fragments of Prime Lakes Capryni Skull	\d	the	
    -_BE1346B1052A260F	m0315chcld01	Fragment of Select Lakes Capryni Skull	a	the	Fragments of Select Lakes Capryni Skull	\d	the	
    -_CB5FBF95402BB47E	m0316ccada01	Fragment of Plain Desert Gingo Skull	a	the	Fragments of Plain Desert Gingo Skull	\d	the	
    -_D1DAAE966854041A	m0316ccadb01	Fragment of Average Desert Gingo Skull	a	the	Fragments of Average Desert Gingo Skull	\d	the	
    -_0B6FBBA0424BB47E	m0316ccafa01	Fragment of Plain Forest Gingo Skull	a	the	Fragments of Plain Forest Gingo Skull	\d	the	
    -_51CAD69AA8540025	m0316ccafb01	Fragment of Average Forest Gingo Skull	a	the	Fragments of Average Forest Gingo Skull	\d	the	
    -_0E50DBA0424B9079	m0316ccafc01	Fragment of Prime Forest Gingo Skull	a	the	Fragments of Prime Forest Gingo Skull	\d	the	
    -_96E34E85EC4B265A	m0316ccafe01	Fragment of Superb Forest Gingo Skull	a	the	Fragments of Superb Forest Gingo Skull	\d	the	
    -_D0230A8F7269523A	m0316ccajd01	Fragment of Select Jungle Gingo Skull	a	the	Fragments of Select Jungle Gingo Skull	\d	the	
    -_D4644E8FED5A0A4D	m0316ccaje01	Fragment of Superb Jungle Gingo Skull	a	the	Fragments of Superb Jungle Gingo Skull	\d	the	
    -_C49D55E3B4A08135	m0317chdda01	Fragment of Plain Desert Yubo Skull	a	the	Fragments of Plain Desert Yubo Skull	\d	the	
    -_12B1256B764C874B	m0317chddb01	Fragment of Average Desert Yubo Skull	a	the	Fragments of Average Desert Yubo Skull	\d	the	
    -_C4BD55E3B8E08135	m0317chdfa01	Fragment of Plain Forest Yubo Skull	a	the	Fragments of Plain Forest Yubo Skull	\d	the	
    -_94C14D6F765C874B	m0317chdfb01	Fragment of Average Forest Yubo Skull	a	the	Fragments of Average Forest Yubo Skull	\d	the	
    -_3CDB65DFBC608135	m0317chdja01	Fragment of Plain Jungle Yubo Skull	a	the	Fragments of Plain Jungle Yubo Skull	\d	the	
    -_96C06577B2EB5340	m0317chdjb01	Fragment of Average Jungle Yubo Skull	a	the	Fragments of Average Jungle Yubo Skull	\d	the	
    -_70B76E235D4970DC	m0317chdla01	Fragment of Plain Lakes Yubo Skull	a	the	Fragments of Plain Lakes Yubo Skull	\d	the	
    -_C03B897F12C4BB1B	m0317chdlb01	Fragment of Average Lakes Yubo Skull	a	the	Fragments of Average Lakes Yubo Skull	\d	the	
    -_1023DAD23609BAEE	m0318chfjc01	Fragment of Prime Jungle Messab Skull	a	the	Fragments of Prime Jungle Messab Skull	\d	the	
    -_5FAD4AA2F8F1BB0E	m0318chfjd01	Fragment of Select Jungle Messab Skull	a	the	Fragments of Select Jungle Messab Skull	\d	the	
    -_305355C1B26051C0	m0318chfla01	Fragment of Plain Lakes Messab Skull	a	the	Fragments of Plain Lakes Messab Skull	\d	the	
    -_D1C079BEB27BEBE5	m0318chflb01	Fragment of Average Lakes Messab Skull	a	the	Fragments of Average Lakes Messab Skull	\d	the	
    -_A0ED3297BD13B311	m0319ccdfd01	Fragment of Select Forest Torbak Skull	a	the	Fragments of Select Forest Torbak Skull	\d	the	
    -_A02E768581137B30	m0319ccdfe01	Fragment of Superb Forest Torbak Skull	a	the	Fragments of Superb Forest Torbak Skull	\d	the	
    -_10A2D6CB3859D6F8	m0319ccdjc01	Fragment of Prime Jungle Torbak Skull	a	the	Fragments of Prime Jungle Torbak Skull	\d	the	
    -_614D22A1FAA2BBFE	m0319ccdjd01	Fragment of Select Jungle Torbak Skull	a	the	Fragments of Select Jungle Torbak Skull	\d	the	
    -_3630A763F1203E61	m0319ccdle01	Fragment of Superb Lakes Torbak Skull	a	the	Fragments of Superb Lakes Torbak Skull	\d	the	
    -_62888F90638ACD56	m0319ccdlf01	Fragment of Magnificient Lakes Torbak Skull	a	the	Fragments of Magnificient Lakes Torbak Skull	\d	the	
    -_9F6E4E867F43C317	m0320chgdd01	Fragment of Select Desert Lumper Skull	a	the	Fragments of Select Desert Lumper Skull	\d	the	
    -_9FAF927443438B36	m0320chgde01	Fragment of Superb Desert Lumper Skull	a	the	Fragments of Superb Desert Lumper Skull	\d	the	
    -_5B2797BAA9E67864	m0320chgpd01	Fragment of Select Prime Root Lumper Skull	a	the	Fragments of Select Prime Root Lumper Skull	\d	the	
    -_5E30D8ED30E44620	m0320chgpf01	Fragment of Magnificient Prime Root Lumper Skull	a	the	Fragments of Magnificient Prime Root Lumper Skull	\d	the	
    -_0E60D3937C1B9874	m0321cbadc01	Fragment of Prime Desert Igara Skull	a	the	Fragments of Prime Desert Igara Skull	\d	the	
    -_95522A6E706A6A34	m0321cbadd01	Fragment of Select Desert Igara Skull	a	the	Fragments of Select Desert Igara Skull	\d	the	
    -_0E5ABA916884E012	m0321cbajb01	Fragment of Average Jungle Igara Skull	a	the	Fragments of Average Jungle Igara Skull	\d	the	
    -_D3732E84F1795227	m0321cbajd01	Fragment of Select Jungle Igara Skull	a	the	Fragments of Select Jungle Igara Skull	\d	the	
    -_049D55DFB3E00130	m0322cbbda01	Fragment of Plain Desert Izam Skull	a	the	Fragments of Plain Desert Izam Skull	\d	the	
    -_12E1E170F1EC8744	m0322cbbdb01	Fragment of Average Desert Izam Skull	a	the	Fragments of Average Desert Izam Skull	\d	the	
    -_098F9B6F2AAA8DBD	m0322cbbdd01	Fragment of Select Desert Izam Skull	a	the	Fragments of Select Desert Izam Skull	\d	the	
    -_7CDB65DBBBA00130	m0322cbbja01	Fragment of Plain Jungle Izam Skull	a	the	Fragments of Plain Jungle Izam Skull	\d	the	
    -_96F0217C2D8B5339	m0322cbbjb01	Fragment of Average Jungle Izam Skull	a	the	Fragments of Average Jungle Izam Skull	\d	the	
    -_7EDB9DDBBBA0011E	m0322cbbjc01	Fragment of Prime Jungle Izam Skull	a	the	Fragments of Prime Jungle Izam Skull	\d	the	
    -_6DF75E2B5DC96CD1	m0322cbblc01	Fragment of Prime Lakes Izam Skull	a	the	Fragments of Prime Lakes Izam Skull	\d	the	
    -_9C38CE13EAC88ADA	m0322cbbld01	Fragment of Select Lakes Izam Skull	a	the	Fragments of Select Lakes Izam Skull	\d	the	
    -_16E62157954DDC7C	m0322cbbpd01	Fragment of Select Prime Root Izam Skull	a	the	Fragments of Select Prime Root Izam Skull	\d	the	
    -_1606A157964E948B	m0322cbbpe01	Fragment of Superb Prime Root Izam Skull	a	the	Fragments of Superb Prime Root Izam Skull	\d	the	
    -_46DB72091B822243	m0323chhdd01	Fragment of Select Desert Mektoub Skull	a	the	Fragments of Select Desert Mektoub Skull	\d	the	
    -_63313F7273D693C6	m0323chhfc01	Fragment of Prime Forest Mektoub Skull	a	the	Fragments of Prime Forest Mektoub Skull	\d	the	
    -_06DB6E15DB821E4D	m0323chhfd01	Fragment of Select Forest Mektoub Skull	a	the	Fragments of Select Forest Mektoub Skull	\d	the	
    -_9DA1377237E557CB	m0323chhja01	Fragment of Plain Jungle Mektoub Skull	a	the	Fragments of Plain Jungle Mektoub Skull	\d	the	
    -_94E9330CCC93A489	m0323chhjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_C443AEA2446AEE23	m0323chhle01	Fragment of Superb Lakes Mektoub Skull	a	the	Fragments of Superb Lakes Mektoub Skull	\d	the	
    -_AEFA1ABB2F120052	m0323chhpf01	Fragment of Magnificient Prime Root Mektoub Skull	a	the	Fragments of Magnificient Prime Root Mektoub Skull	\d	the	
    -_142B0BFE4D92C88F	m0323chidb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37020D32D090	m0323chifb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C0C93A489	m0323chijb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78ADF2880C2	m0323chilb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_142B0BFE8D92C88F	m0323chjdb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37024D32D090	m0323chjfb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C4C93A489	m0323chjjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78A1F2880C2	m0323chjlb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_4BB003A77F7CE07C	m0324ccefa01	Fragment of Plain Forest Ragus Skull	a	the	Fragments of Plain Forest Ragus Skull	\d	the	
    -_905CBA926C95381C	m0324ccefb01	Fragment of Average Forest Ragus Skull	a	the	Fragments of Average Forest Ragus Skull	\d	the	
    -_9669AB9DB41E25CC	m0324cceff01	Fragment of Magnificent Forest Ragus Skull	a	the	Fragments of Magnificent Forest Ragus Skull	\d	the	
    -_C65FFBAD02BCE06D	m0324cceja01	Fragment of Plain Jungle Ragus Skull	a	the	Fragments of Plain Jungle Ragus Skull	\d	the	
    -_111BD28BABB5EC1B	m0324ccejb01	Fragment of Average Jungle Ragus Skull	a	the	Fragments of Average Jungle Ragus Skull	\d	the	
    -_C9401BAD02BCBC68	m0324ccejc01	Fragment of Prime Jungle Ragus Skull	a	the	Fragments of Prime Jungle Ragus Skull	\d	the	
    -_B157C521338EEE8F	m0324ccelc01	Fragment of Prime Lakes Ragus Skull	a	the	Fragments of Prime Lakes Ragus Skull	\d	the	
    -_D85B59D5F20A6380	m0324cceld01	Fragment of Select Lakes Ragus Skull	a	the	Fragments of Select Lakes Ragus Skull	\d	the	
    -_6DCBC199812269C8	m0324ccepf01	Fragment of Magnificent Prime Root Ragus Skull	a	the	Fragments of Magnificent Prime Root Ragus Skull	\d	the	
    -_8F13D292B1D9522C	m0325ccfjd01	Fragment of Select Jungle Najab Skull	a	the	Fragments of Select Jungle Najab Skull	\d	the	
    -_935416922CCA0A3F	m0325ccfje01	Fragment of Superb Jungle Najab Skull	a	the	Fragments of Superb Jungle Najab Skull	\d	the	
    -_96877383E84045C5	m0325ccfjf01	Fragment of Magnificient Jungle Najab Skull	a	the	Fragments of Magnificient Jungle Najab Skull	\d	the	
    -_74E0DB257C166B5B	m0325ccflf01	Fragment of Magnificient Lakes Najab Skull	a	the	Fragments of Magnificient Lakes Najab Skull	\d	the	
    -_EEF2D74FBF453729	m0325ccfpe01	Fragment of Superb Prime Root Najab Skull	a	the	Fragments of Superb Prime Root Najab Skull	\d	the	
    -_5DBF76744133BF2D	m0326chkde01	Fragment of Superb Desert Timari Skull	a	the	Fragments of Superb Desert Timari Skull	\d	the	
    -_F1DCE55C7D2DA3F2	m0326chkdf01	Fragment of Magnificient Desert Timari Skull	a	the	Fragments of Magnificient Desert Timari Skull	\d	the	
    -_E0FE1E9C3AD2FFFA	m0326chkjd01	Fragment of Select Jungle Timari Skull	a	the	Fragments of Select Jungle Timari Skull	\d	the	
    -_E03F628AFED2C719	m0326chkje01	Fragment of Superb Jungle Timari Skull	a	the	Fragments of Superb Jungle Timari Skull	\d	the	
    -_687CF9A2FCD3A1D4	m0327ccgpf01	Fragment of Magnificient Prime Root Vorax Skull	a	the	Fragments of Magnificient Prime Root Vorax Skull	\d	the	
    -_899658DA674BF537	m0328chldf01	Fragment of Magnificient Desert Yelk Skull	a	the	Fragments of Magnificient Desert Yelk Skull	\d	the	
    -_4AA12773ECEA81D3	m0328chlfe01	Fragment of Superb Forest Yelk Skull	a	the	Fragments of Superb Forest Yelk Skull	\d	the	
    -_89965CDD27DB2539	m0328chlff01	Fragment of Magnificient Forest Yelk Skull	a	the	Fragments of Magnificient Forest Yelk Skull	\d	the	
    -_A038CE13ECB862DB	m0328chlld01	Fragment of Select Lakes Yelk Skull	a	the	Fragments of Select Lakes Yelk Skull	\d	the	
    -_64792223ECB81AD8	m0328chlle01	Fragment of Superb Lakes Yelk Skull	a	the	Fragments of Superb Lakes Yelk Skull	\d	the	
    -_D1E7CD421DAE8C9C	m0328chlpe01	Fragment of Superb Prime Root Yelk Skull	a	the	Fragments of Superb Prime Root Yelk Skull	\d	the	
    -_0A53057AD5E5B588	m0328chlpf01	Fragment of Magnificient Prime Root Yelk Skull	a	the	Fragments of Magnificient Prime Root Yelk Skull	\d	the	
    -_62BD5A8BBBF4E719	m0329cchdd01	Fragment of Select Desert Varinx Skull	a	the	Fragments of Select Desert Varinx Skull	\d	the	
    -_62FE9E797FF4AF38	m0329cchde01	Fragment of Superb Desert Varinx Skull	a	the	Fragments of Superb Desert Varinx Skull	\d	the	
    -_5BC813CA6C863868	m0329cchpe01	Fragment of Superb Prime Root Varinx Skull	a	the	Fragments of Superb Prime Root Varinx Skull	\d	the	
    -_BEDB9DE5FD9E811C	m0330cbcjc01	Fragment of Prime Jungle Yber Skull	a	the	Fragments of Prime Jungle Yber Skull	\d	the	
    -_B1866E231C1A7CC5	m0330cbcla01	Fragment of Plain Lakes Yber Skull	a	the	Fragments of Plain Lakes Yber Skull	\d	the	
    -_403B89855302BB14	m0330cbclb01	Fragment of Average Lakes Yber Skull	a	the	Fragments of Average Lakes Yber Skull	\d	the	
    -_B2769E2B9D1A7CBC	m0330cbclc01	Fragment of Prime Lakes Yber Skull	a	the	Fragments of Prime Lakes Yber Skull	\d	the	
    -_49400B6BEBCB8DBC	m0331ccidd01	Fragment of Select Desert Zerx Skull	a	the	Fragments of Select Desert Zerx Skull	\d	the	
    -_099658DAEA2D0D31	m0331ccidf01	Fragment of Magnificient Desert Zerx Skull	a	the	Fragments of Magnificient Desert Zerx Skull	\d	the	
    -_09A504DC29DD6537	m0331ccijf01	Fragment of Magnificient Jungle Zerx Skull	a	the	Fragments of Magnificient Jungle Zerx Skull	\d	the	
    -_2038CE136F9A7AD5	m0331ccild01	Fragment of Select Lakes Zerx Skull	a	the	Fragments of Select Lakes Zerx Skull	\d	the	
    -_E47922236F9A32D2	m0331ccile01	Fragment of Superb Lakes Zerx Skull	a	the	Fragments of Superb Lakes Zerx Skull	\d	the	
    -_11A865429B5D088C	m0331ccipd01	Fragment of Select Prime Root Zerx Skull	a	the	Fragments of Select Prime Root Zerx Skull	\d	the	
    -_ECD7FCDC7E4DAD40	m0335ccjca01	Fragment of Basic Javing Wing	a	the	Fragments of Basic Javing Wing	\d	the	
    -_D9E631B756F40750	m0335ccjcb01	Fragment of Fine Javing Wing	a	the	Fragments of Fine Javing Wing	\d	the	
    -_B8464EDA0DE43BD2	m0335ccjfd01	Fragment of Excellent Forest Javing Wing	a	the	Fragments of Excellent Forest Javing Wing	\d	the	
    -_930A9A797A037F71	m0335ccjfe01	Fragment of Supreme Forest Javing Wing	a	the	Fragments of Supreme Forest Javing Wing	\d	the	
    -_D865A822EBBC6460	m0336ccbca01	Fragment of Basic Clopper Shell	a	the	Fragments of Basic Clopper Shell	\d	the	
    -_68927DC5BA9CF2F7	m0336ccbcb01	Fragment of Fine Clopper Shell	a	the	Fragments of Fine Clopper Shell	\d	the	
    -_857C2EFD98D3E23A	m0336ccbdc01	Fragment of Choice Desert Clopper Shell	a	the	Fragments of Choice Desert Clopper Shell	\d	the	
    -_ED75F73B1A4DC5D4	m0336ccbdd01	Fragment of Excellent Desert Clopper Shell	a	the	Fragments of Excellent Desert Clopper Shell	\d	the	
    -_95FDB315CA71787C	m0336ccbde01	Fragment of Supreme Desert Clopper Shell	a	the	Fragments of Supreme Desert Clopper Shell	\d	the	
    -_BE43228784C81A1C	m0336ccblc01	Fragment of Choice Lakes Clopper Shell	a	the	Fragments of Choice Lakes Clopper Shell	\d	the	
    -_9F7435871CC0DE9A	m0338cchca01	Basic Varinx Bone	a	the	Basic Varinx Bones	\d	the	
    -_C7258E54C925D2AA	m0338cchcb01	Fine Varinx Bone	a	the	Fine Varinx Bones	\d	the	
    -_081D6B40C02B9872	m0338cchdc01	Choice Desert Varinx Bone	a	the	Choice Desert Varinx Bones	\d	the	
    -_1FCAF91B9D90731F	m0338cchdd01	Excellent Desert Varinx Bone	an	the	Excellent Desert Varinx Bones	\d	the	
    -_3B27864FA0AA3D5D	m0338cchde01	Supreme Desert Varinx Bone	a	the	Supreme Desert Varinx Bones	\d	the	
    -_DAA3C0D4669F1885	m0338cchpc01	Choice Prime Root Varinx Bone	a	the	Choice Prime Root Varinx Bones	\d	the	
    -_AF8A6EDEF32CFCDD	m0338cchpd01	Excellent Prime Root Varinx Bone	an	the	Excellent Prime Root Varinx Bones	\d	the	
    -_0B057CB1F836D8BD	m0338cchpe01	Supreme Prime Root Varinx Bone	a	the	Supreme Prime Root Varinx Bones	\d	the	
    -_86437598C643BDEF	m0339ccaca01	Basic Gingo Bone	a	the	Basic Gingo Bones	\d	the	
    -_EE9CED9FC891CA0F	m0339ccacb01	Fine Gingo Bone	a	the	Fine Gingo Bones	\d	the	
    -_0130C93F2A42FBC9	m0339ccafd01	Excellent Forest Gingo Bone	an	the	Excellent Forest Gingo Bones	\d	the	
    -_3AEE84057E62D44E	m0339ccafe01	Supreme Forest Gingo Bone	a	the	Supreme Forest Gingo Bones	\d	the	
    -_337AE77A737A27CA	m0339ccajc01	Choice Jungle Gingo Bone	a	the	Choice Jungle Gingo Bones	\d	the	
    -_794ED93B2EC2FBC9	m0339ccajd01	Excellent Jungle Gingo Bone	an	the	Excellent Jungle Gingo Bones	\d	the	
    -_5FDF6C92132C83A7	m0341cckca01	Basic Cuttler Bone	a	the	Basic Cuttler Bones	\d	the	
    -_2216DE572111FD8F	m0341cckcb01	Fine Cuttler Bone	a	the	Fine Cuttler Bones	\d	the	
    -_0E471A270888356E	m0341cckdc01	Choice Desert Cuttler Bone	a	the	Choice Desert Cuttler Bones	\d	the	
    -_DE406F3CAD8B7568	m0341cckde01	Supreme Desert Cuttler Bone	a	the	Supreme Desert Cuttler Bones	\d	the	
    -_4EE7222948883578	m0341cckfc01	Choice Forest Cuttler Bone	a	the	Choice Forest Cuttler Bones	\d	the	
    -_3589A9174C128D43	m0341cckfd01	Excellent Forest Cuttler Bone	an	the	Excellent Forest Cuttler Bones	\d	the	
    -_5E406F3FED7B9974	m0341cckfe01	Supreme Forest Cuttler Bone	a	the	Supreme Forest Cuttler Bones	\d	the	
    -_C535AD91C535F5E2	m0343cceca01	Basic Ragus Bone	a	the	Basic Ragus Bones	\d	the	
    -_6D1C19A34D21BA22	m0343ccecb01	Fine Ragus Bone	a	the	Fine Ragus Bones	\d	the	
    -_C27E64108043B844	m0343ccefe01	Supreme Forest Ragus Bone	a	the	Supreme Forest Ragus Bones	\d	the	
    -_726C1F73726C5FBD	m0343ccejc01	Choice Jungle Ragus Bone	a	the	Choice Jungle Ragus Bones	\d	the	
    -_C1DF380D0011B44A	m0343cceje01	Supreme Jungle Ragus Bone	a	the	Supreme Jungle Ragus Bones	\d	the	
    -_F005DE12EBADC7AC	m0343ccelc01	Choice Lakes Ragus Bone	a	the	Choice Lakes Ragus Bones	\d	the	
    -_FE8BF02C0741984A	m0343cceld01	Excellent Lakes Ragus Bone	an	the	Excellent Lakes Ragus Bones	\d	the	
    -_CE998F7E3FFA04E8	m0343ccele01	Supreme Lakes Ragus Bone	a	the	Supreme Lakes Ragus Bones	\d	the	
    -_99D4F00CD8B46534	m0343ccepe01	Supreme Prime Root Ragus Bone	a	the	Supreme Prime Root Ragus Bones	\d	the	
    -_58B20D7E21B853B0	m0345chkca01	Basic Timari Tooth	a	the	Basic Timari Teeth	\d	the	
    -_E3B6968A8A84E631	m0345chkcb01	Fine Timari Tooth	a	the	Fine Timari Teeth	\d	the	
    -_22C895F81AC43C7E	m0345chkdd01	Excellent Desert Timari Tooth	an	the	Excellent Desert Timari Teeth	\d	the	
    -_EC66BBDF2E0A5D75	m0345chkje01	Supreme Jungle Timari Tooth	a	the	Supreme Jungle Timari Teeth	\d	the	
    -_453575954535BDE9	m0346cceca01	Basic Ragus Fang	a	the	Basic Ragus Fangs	\d	the	
    -_EA7C19954E21C225	m0346ccecb01	Fine Ragus Fang	a	the	Fine Ragus Fangs	\d	the	
    -_C29E7C10FD83B849	m0346ccefe01	Supreme Forest Ragus Fang	a	the	Supreme Forest Ragus Fangs	\d	the	
    -_F26CE777F26C27C4	m0346ccejc01	Choice Jungle Ragus Fang	a	the	Choice Jungle Ragus Fangs	\d	the	
    -_C1FF500D7D51B44F	m0346cceje01	Supreme Jungle Ragus Fang	a	the	Supreme Jungle Ragus Fangs	\d	the	
    -_7005AE1668EDC7AF	m0346ccelc01	Choice Lakes Ragus Fang	a	the	Choice Lakes Ragus Fangs	\d	the	
    -_FECB001E0841984F	m0346cceld01	Excellent Lakes Ragus Fang	an	the	Excellent Lakes Ragus Fangs	\d	the	
    -_4BF98F7040FA0CEB	m0346ccele01	Supreme Lakes Ragus Fang	a	the	Supreme Lakes Ragus Fangs	\d	the	
    -_99D4F80E55147537	m0346ccepe01	Supreme Prime Root Ragus Fang	a	the	Supreme Prime Root Ragus Fangs	\d	the	
    -_47433D9C464385F1	m0347ccaca01	Basic Gingo Fang	a	the	Basic Gingo Fangs	\d	the	
    -_ACFCED91C991D20D	m0347ccacb01	Fine Gingo Fang	a	the	Fine Gingo Fangs	\d	the	
    -_4430C93F2A82FBAB	m0347ccafd01	Excellent Forest Gingo Fang	an	the	Excellent Forest Gingo Fangs	\d	the	
    -_7B0E9C05FBA2D44E	m0347ccafe01	Supreme Forest Gingo Fang	a	the	Supreme Forest Gingo Fangs	\d	the	
    -_F47AAF7EF37AEFCC	m0347ccajc01	Choice Jungle Gingo Fang	a	the	Choice Jungle Gingo Fangs	\d	the	
    -_BC4ED93B2E02FBAB	m0347ccajd01	Excellent Jungle Gingo Fang	an	the	Excellent Jungle Gingo Fangs	\d	the	
    -_5C1F3496132C8BAE	m0348cckca01	Basic Cuttler Fang	a	the	Basic Cuttler Fangs	\d	the	
    -_2236F6579E51FD98	m0348cckcb01	Fine Cuttler Fang	a	the	Fine Cuttler Fangs	\d	the	
    -_0B87E22B08883D75	m0348cckdc01	Choice Desert Cuttler Fang	a	the	Choice Desert Cuttler Fangs	\d	the	
    -_5C806F3CADAB7D61	m0348cckde01	Supreme Desert Cuttler Fang	a	the	Supreme Desert Cuttler Fangs	\d	the	
    -_4B27EA2D48883D7F	m0348cckfc01	Choice Forest Cuttler Fang	a	the	Choice Forest Cuttler Fangs	\d	the	
    -_35A9A90B4D329D4A	m0348cckfd01	Excellent Forest Cuttler Fang	an	the	Excellent Forest Cuttler Fangs	\d	the	
    -_DC806F3FED9BA16D	m0348cckfe01	Supreme Forest Cuttler Fang	a	the	Supreme Forest Cuttler Fangs	\d	the	
    -_465445A209548DF9	m0349ccpca01	Basic Yetin Fang	a	the	Basic Yetin Fangs	\d	the	
    -_2EBC35900EF2BE23	m0349ccpcb01	Fine Yetin Fang	a	the	Fine Yetin Fangs	\d	the	
    -_B36BC789766B07DD	m0349ccpfc01	Choice Forest Yetin Fang	a	the	Choice Forest Yetin Fangs	\d	the	
    -_80D06014FF90E851	m0349ccpje01	Supreme Jungle Yetin Fang	a	the	Supreme Jungle Yetin Fangs	\d	the	
    -_1BA2FD771EA77FA0	m0350chfca01	Basic Messab Tooth	a	the	Basic Messab Teeth	\d	the	
    -_E265C29048A3A23E	m0350chfcb01	Fine Messab Tooth	a	the	Fine Messab Teeth	\d	the	
    -_0A0BC30392320579	m0350chfjc01	Choice Jungle Messab Tooth	a	the	Choice Jungle Messab Teeth	\d	the	
    -_DAC7B10D9CE4E46C	m0350chfjd01	Excellent Jungle Messab Tooth	an	the	Excellent Jungle Messab Teeth	\d	the	
    -_4592E81E3D50EC09	m0350chfle01	Supreme Lakes Messab Tooth	a	the	Supreme Lakes Messab Teeth	\d	the	
    -_7A4B60D58E529AEC	m0356ccica01	Basic Zerx Fang	a	the	Basic Zerx Fangs	\d	the	
    -_C18A6912C6F1E134	m0356ccicb01	Fine Zerx Fang	a	the	Fine Zerx Fangs	\d	the	
    -_BAB02FF27236F4D6	m0356ccidd01	Excellent Desert Zerx Fang	an	the	Excellent Desert Zerx Fangs	\d	the	
    -_66BF645D27BF9CB0	m0356ccide01	Supreme Desert Zerx Fang	a	the	Supreme Desert Zerx Fangs	\d	the	
    -_F65E1FF535970CD6	m0356ccijd01	Excellent Jungle Zerx Fang	an	the	Excellent Jungle Zerx Fangs	\d	the	
    -_E66E6863A76EA0B0	m0356ccije01	Supreme Jungle Zerx Fang	a	the	Supreme Jungle Zerx Fangs	\d	the	
    -_A5898FF4E3389B8B	m0356ccilc01	Choice Lakes Zerx Fang	a	the	Choice Lakes Zerx Fangs	\d	the	
    -_FAE5FFDD5796841F	m0356ccipc01	Choice Prime Root Zerx Fang	a	the	Choice Prime Root Zerx Fangs	\d	the	
    -_8B2861CCFE7758C7	m0356ccipd01	Excellent Prime Root Zerx Fang	an	the	Excellent Prime Root Zerx Fangs	\d	the	
    -_2146F30F264075E6	m0356ccipe01	Supreme Prime Root Zerx Fang	a	the	Supreme Prime Root Zerx Fangs	\d	the	
    -_9DA485865000068D	m0359chfca01	Basic Messab Nail	a	the	Basic Messab Nails	\d	the	
    -_4AB4FE6A4A0442C1	m0359chfcb01	Fine Messab Nail	a	the	Fine Messab Nails	\d	the	
    -_07FCFB3C738B706F	m0359chfjc01	Choice Jungle Messab Nail	a	the	Choice Jungle Messab Nails	\d	the	
    -_D558E13E63BF471D	m0359chfjd01	Excellent Jungle Messab Nail	an	the	Excellent Jungle Messab Nails	\d	the	
    -_EEE17431EE31AC7F	m0359chfle01	Supreme Lakes Messab Nail	a	the	Supreme Lakes Messab Nails	\d	the	
    -_6CE604E9828EA531	m0363chuca01	Fragment of Basic Wombai Skin	a	the	Fragments of Basic Wombai Skin	\d	the	
    -_1B36E1AEDBC5334A	m0363chucb01	Fragment of Fine Wombai Skin	a	the	Fragments of Fine Wombai Skin	\d	the	
    -_3B665EDE4FD4FFB6	m0363chujd01	Fragment of Excellent Jungle Wombai Skin	a	the	Fragments of Excellent Jungle Wombai Skin	\d	the	
    -_D44A9A7BC063176E	m0363chuje01	Fragment of Supreme Jungle Wombai Skin	a	the	Fragments of Supreme Jungle Wombai Skin	\d	the	
    -_CF55B7916C5A4375	m0363chulc01	Fragment of Choice Lakes Wombai Skin	a	the	Fragments of Choice Lakes Wombai Skin	\d	the	
    -_12E407303CF17D21	m0363chule01	Fragment of Supreme Lakes Wombai Skin	a	the	Fragments of Supreme Lakes Wombai Skin	\d	the	
    -_AFE638D3C13DA533	m0364chrca01	Fragment of Basic Bolobi Skin	a	the	Fragments of Basic Bolobi Skin	\d	the	
    -_1B4619BADA74DF4B	m0364chrcb01	Fragment of Fine Bolobi Skin	a	the	Fragments of Fine Bolobi Skin	\d	the	
    -_3A164ED351F4FBD7	m0364chrfd01	Fragment of Excellent Forest Bolobi Skin	a	the	Fragments of Excellent Forest Bolobi Skin	\d	the	
    -_930A7E827B53976F	m0364chrfe01	Fragment of Supreme Forest Bolobi Skin	a	the	Fragments of Supreme Forest Bolobi Skin	\d	the	
    -_58BA4998CE428B22	m0364chrld01	Fragment of Excellent Lakes Bolobi Skin	a	the	Fragments of Excellent Lakes Bolobi Skin	\d	the	
    -_EE4720E53CED8933	m0365chfca01	Fragment of Basic Messab Skin	a	the	Fragments of Basic Messab Skin	\d	the	
    -_59C625C516840B4C	m0365chfcb01	Fragment of Fine Messab Skin	a	the	Fragments of Fine Messab Skin	\d	the	
    -_66E326822745CFFB	m0365chfjc01	Fragment of Choice Jungle Messab Skin	a	the	Fragments of Choice Jungle Messab Skin	\d	the	
    -_FAC67AE409C3FFC9	m0365chfjd01	Fragment of Excellent Jungle Messab Skin	a	the	Fragments of Excellent Jungle Messab Skin	\d	the	
    -_50744B4777B05523	m0365chfle01	Fragment of Supreme Lakes Messab Skin	a	the	Fragments of Supreme Lakes Messab Skin	\d	the	
    -_C12B65CCC194C7C6	m0366cbcca01	Fragment of Basic Yber Wing	a	the	Fragments of Basic Yber Wing	\d	the	
    -_F0FE7F540E92A5BA	m0366cbccb01	Fragment of Fine Yber Wing	a	the	Fragments of Fine Yber Wing	\d	the	
    -_050E827DF19E0269	m0366cbcld01	Fragment of Excellent Lakes Yber Wing	a	the	Fragments of Excellent Lakes Yber Wing	\d	the	
    -_E5FCF5236CEAEF8C	m0366cbcle01	Fragment of Supreme Lakes Yber Wing	a	the	Fragments of Supreme Lakes Yber Wing	\d	the	
    -_6A87C8DE3D3D8935	m0367chnca01	Fragment of Basic Bawaab Skin	a	the	Fragments of Basic Bawaab Skin	\d	the	
    -_59C6DDB71894DF4E	m0367chncb01	Fragment of Fine Bawaab Skin	a	the	Fragments of Fine Bawaab Skin	\d	the	
    -_A4A2CE712786EB0A	m0367chnfc01	Fragment of Choice Forest Bawaab Skin	a	the	Fragments of Choice Forest Bawaab Skin	\d	the	
    -_3A2616DECD84F7CC	m0367chnfd01	Fragment of Excellent Forest Bawaab Skin	a	the	Fragments of Excellent Forest Bawaab Skin	\d	the	
    -_51E9C26DF7631375	m0367chnje01	Fragment of Supreme Jungle Bawaab Skin	a	the	Fragments of Supreme Jungle Bawaab Skin	\d	the	
    -_6A0AE94F70F63516	m0368ccnca01	Fragment of Basic Horncher Shell	a	the	Fragments of Basic Horncher Shell	\d	the	
    -_195539E26EACF122	m0368ccncb01	Fragment of Fine Horncher Shell	a	the	Fragments of Fine Horncher Shell	\d	the	
    -_4E75A735598F8BD0	m0368ccnfc01	Fragment of Choice Forest Horncher Shell	a	the	Fragments of Choice Forest Horncher Shell	\d	the	
    -_85ACA2B07241D0E6	m0368ccnlc01	Fragment of Choice Lakes Horncher Shell	a	the	Fragments of Choice Lakes Horncher Shell	\d	the	
    -_BD82AFA912D95BE0	m0368ccnle01	Fragment of Supreme Lakes Horncher Shell	a	the	Fragments of Supreme Lakes Horncher Shell	\d	the	
    -_77A5E459E869FF44	m0368ccnpc01	Fragment of Choice Prime Root Horncher Shell	a	the	Fragments of Choice Prime Root Horncher Shell	\d	the	
    -_48FB23879E694CD6	m0368ccnpe01	Fragment of Supreme Prime Root Horncher Shell	a	the	Fragments of Supreme Prime Root Horncher Shell	\d	the	
    -_E6C70135E00A17C9	m0369ccfca01	Basic Najab Leather	a	the	Basic Najab Leathers	\d	the	
    -_1C2A52E75F38B77C	m0369ccfcb01	Fine Najab Leather	a	the	Fine Najab Leathers	\d	the	
    -_9A648D6F753DC590	m0369ccfjd01	Excellent Jungle Najab Leather	an	the	Excellent Jungle Najab Leathers	\d	the	
    -_7DA421F71D376DB1	m0369ccfje01	Supreme Jungle Najab Leather	a	the	Supreme Jungle Najab Leathers	\d	the	
    -_BA18F4C78493C329	m0369ccflc01	Choice Lakes Najab Leather	a	the	Choice Lakes Najab Leathers	\d	the	
    -_91735DAD612824CC	m0369ccfld01	Excellent Lakes Najab Leather	an	the	Excellent Lakes Najab Leathers	\d	the	
    -_97B86D4FFB4E06F9	m0369ccfpe01	Supreme Prime Root Najab Leather	a	the	Supreme Prime Root Najab Leather	\d	the	
    -_5AC6A22EA0A9B380	m0371cbbca01	Basic Izam Leather	a	the	Basic Izam Leathers	\d	the	
    -_D416069C71B7717B	m0371cbbcb01	Fine Izam Leather	a	the	Fine Izam Leathers	\d	the	
    -_E8143B2E7FDB488E	m0371cbbdd01	Excellent Desert Izam Leather	an	the	Excellent Desert Izam Leathers	\d	the	
    -_9882D025D8071C5D	m0371cbbde01	Supreme Desert Izam Leather	a	the	Supreme Desert Izam Leathers	\d	the	
    -_2FBBA7B4F2A251FB	m0371cbblc01	Choice Lakes Izam Leather	a	the	Choice Lakes Izam Leathers	\d	the	
    -_69E9C3872F0ABABD	m0371cbbpe01	Supreme Prime Root Izam Leather	a	the	Supreme Prime Root Izam Leathers	\d	the	
    -_A7770134E35A73B4	m0372cbaca01	Basic Igara Leather	a	the	Basic Igara Leathers	\d	the	
    -_9B3A3EE71E18F77D	m0372cbacb01	Fine Igara Leather	a	the	Fine Igara Leathers	\d	the	
    -_5B148980F27DF580	m0372cbajd01	Excellent Jungle Igara Leather	an	the	Excellent Jungle Igara Leathers	\d	the	
    -_7C9465EE1DE849B0	m0372cbaje01	Supreme Jungle Igara Leather	a	the	Supreme Jungle Igara Leathers	\d	the	
    -_1CD395828F00BE8C	m0374chnca01	Basic Bawaab Nail	a	the	Basic Bawaab Nails	\d	the	
    -_CB74D2584DC416AA	m0374chncb01	Fine Bawaab Nail	a	the	Fine Bawaab Nails	\d	the	
    -_056CF33F736B746F	m0374chnfc01	Choice Forest Bawaab Nail	a	the	Choice Forest Bawaab Nails	\d	the	
    -_DAA9A12AE28F1B27	m0374chnfd01	Excellent Forest Bawaab Nail	an	the	Excellent Forest Bawaab Nails	\d	the	
    -_BBF7C2459A67814D	m0374chnje01	Supreme Jungle Bawaab Nail	a	the	Supreme Jungle Bawaab Nails	\d	the	
    -_36A739930F7E52F9	m0376cckca01	Basic Cuttler Leather	a	the	Basic Cuttler Leathers	\d	the	
    -_D35D27C036D130DB	m0376cckcb01	Fine Cuttler Leather	a	the	Fine Cuttler Leathers	\d	the	
    -_E3BEBF6EBC95D0D3	m0376cckdc01	Choice Desert Cuttler Leather	a	the	Choice Desert Cuttler Leathers	\d	the	
    -_1127D6FA63B46ABF	m0376cckde01	Supreme Desert Cuttler Leather	a	the	Supreme Desert Cuttler Leathers	\d	the	
    -_A3BEBB7A7C95CCDD	m0376cckfc01	Choice Forest Cuttler Leather	a	the	Choice Forest Cuttler Leathers	\d	the	
    -_634016B2CD529A3D	m0376cckfd01	Excellent Forest Cuttler Leather	an	the	Excellent Forest Cuttler Leathers	\d	the	
    -_D1C7DEFD63A496C1	m0376cckfe01	Supreme Forest Cuttler Leather	a	the	Supreme Forest Cuttler Leathers	\d	the	
    -_2EC738E1FB2D5D36	m0378chfca01	Fragment of Basic Messab Hoof	a	the	Fragments of Basic Messab Hoof	\d	the	
    -_99C625BD9524EF44	m0378chfcb01	Fragment of Fine Messab Hoof	a	the	Fragments of Fine Messab Hoof	\d	the	
    -_A6633E7EE685A3FE	m0378chfjc01	Fragment of Choice Jungle Messab Hoof	a	the	Fragments of Choice Jungle Messab Hoof	\d	the	
    -_38268AD18A03D3CC	m0378chfjd01	Fragment of Excellent Jungle Messab Hoof	a	the	Fragments of Excellent Jungle Messab Hoof	\d	the	
    -_90744B3FF650391B	m0378chfle01	Fragment of Supreme Lakes Messab Hoof	a	the	Fragments of Supreme Lakes Messab Hoof	\d	the	
    -_F29748D4C17DBD3D	m0380choca01	Fragment of Basic Frippo Skin	a	the	Fragments of Basic Frippo Skin	\d	the	
    -_1D8755B819E5EF47	m0380chocb01	Fragment of Fine Frippo Skin	a	the	Fragments of Fine Frippo Skin	\d	the	
    -_5C313D716577539F	m0383chxca01	Basic Gubani Tooth	a	the	Basic Gubani Teeth	\d	the	
    -_2136627FD1B3D62F	m0383chxcb01	Fine Gubani Tooth	a	the	Fine Gubani Teeth	\d	the	
    -_4B9A03FDD902D978	m0383chxjc01	Choice Jungle Gubani Tooth	a	the	Choice Jungle Gubani Teeth	\d	the	
    -_AC95BBDF71C93174	m0383chxje01	Supreme Jungle Gubani Tooth	a	the	Supreme Jungle Gubani Teeth	\d	the	
    -_1FCF1DC8F3E6AD54	m0383chxpc01	Choice Prime Root Gubani Tooth	a	the	Choice Prime Root Gubani Teeth	\d	the	
    -_2A8BB93C772C3906	m0383chxpd01	Excellent Prime Root Gubani Tooth	an	the	Excellent Prime Root Gubani Teeth	\d	the	
    -_1AB4B06EFBD52185	m0383chxpe01	Supreme Prime Root Gubani Tooth	a	the	Supreme Prime Root Gubani Teeth	\d	the	
    -_3D3A60E3103266F1	m0384cclca01	Basic Ocyx Bone	a	the	Basic Ocyx Bones	\d	the	
    -_016A6D0E0AB1FD30	m0384cclcb01	Fine Ocyx Bone	a	the	Fine Ocyx Bones	\d	the	
    -_6B6382D2458BCFBC	m0384ccldc01	Choice Desert Ocyx Bone	a	the	Choice Desert Ocyx Bones	\d	the	
    -_FE501FF2F586B8C7	m0384ccldd01	Excellent Desert Ocyx Bone	an	the	Excellent Desert Ocyx Bones	\d	the	
    -_E4BFB857A5BFF0A8	m0384cclde01	Supreme Desert Ocyx Bone	a	the	Supreme Desert Ocyx Bones	\d	the	
    -_EB7382D307ABCBC6	m0384cclfc01	Choice Forest Ocyx Bone	a	the	Choice Forest Ocyx Bones	\d	the	
    -_6694219B11E00E77	m0385ccmca01	Basic Jugula Fang	a	the	Basic Jugula Fangs	\d	the	
    -_C6F51E64C7F562B7	m0385ccmcb01	Fine Jugula Fang	a	the	Fine Jugula Fangs	\d	the	
    -_4F2D7F58F54BC45A	m0385ccmfc01	Choice Forest Jugula Fang	a	the	Choice Forest Jugula Fangs	\d	the	
    -_36C81E3F61FA397B	m0385ccmfe01	Supreme Forest Jugula Fang	a	the	Supreme Forest Jugula Fangs	\d	the	
    -_D644CCDF263E286B	m0385ccmpc01	Choice Prime Root Jugula Fang	a	the	Choice Prime Root Jugula Fangs	\d	the	
    -_E8AB36D9391A04E6	m0385ccmpd01	Excellent Prime Root Jugula Fang	an	the	Excellent Prime Root Jugula Fangs	\d	the	
    -_8A07F0C9B305D0AF	m0385ccmpe01	Supreme Prime Root Jugula Fang	a	the	Supreme Prime Root Jugula Fangs	\d	the	
    -_92D34522A62A0160	m0386ccoca01	Fragment of Basic Tyrancha Claw	a	the	Fragments of Basic Tyrancha Claw	\d	the	
    -_A1134189D07A6141	m0386ccocb01	Fragment of Fine Tyrancha Claw	a	the	Fragments of Fine Tyrancha Claw	\d	the	
    -_3FEACBFD53417F3A	m0386ccodc01	Fragment of Choice Desert Tyrancha Claw	a	the	Fragments of Choice Desert Tyrancha Claw	\d	the	
    -_A6DF67AD223825F0	m0386ccopc01	Fragment of Choice Prime Root Tyrancha Claw	a	the	Fragments of Choice Prime Root Tyrancha Claw	\d	the	
    -_CB46EC34E89499B4	m0386ccopd01	Fragment of Excellent Prime Root Tyrancha Claw	a	the	Fragments of Excellent Prime Root Tyrancha Claw	\d	the	
    -_300E0921262A272E	m0386ccope01	Fragment of Supreme Prime Root Tyrancha Claw	a	the	Fragments of Supreme Prime Root Tyrancha Claw	\d	the	
    -_A08351545DE7D082	m0387ckaca01	Fragment of Basic Kidinak Claw	a	the	Fragments of Basic Kidinak Claw	\d	the	
    -_71260C057FBB0AED	m0387ckacb01	Fragment of Fine Kidinak Claw	a	the	Fragments of Fine Kidinak Claw	\d	the	
    -_16FB11710D1EEB6D	m0387ckape01	Fragment of Supreme Prime Root Kidinak Claw	a	the	Fragments of Supreme Prime Root Kidinak Claw	\d	the	
    -_E2F8EDC5D101277E	m0390ccgca01	Fragment of Basic Vorax Claw	a	the	Fragments of Basic Vorax Claw	\d	the	
    -_7689D9CCCA681140	m0390ccgcb01	Fragment of Fine Vorax Claw	a	the	Fragments of Fine Vorax Claw	\d	the	
    -_EE8649234A819058	m0390ccgpc01	Fragment of Choice Prime Root Vorax Claw	a	the	Fragments of Choice Prime Root Vorax Claw	\d	the	
    -_E81FD36310C0DDEA	m0390ccgpd01	Fragment of Excellent Prime Root Vorax Claw	a	the	Fragments of Excellent Prime Root Vorax Claw	\d	the	
    -_EAC3A8BA56127E93	m0390ccgpe01	Fragment of Supreme Prime Root Vorax Claw	a	the	Fragments of Supreme Prime Root Vorax Claw	\d	the	
    -_447E57337A1CA87E	m0394chmdd01	Select Desert Raspal Meat	a	the	Select Desert Raspal Meats	\d	the	
    -_47DF5F4A082F9F99	m0394chmfc01	Prime Forest Raspal Meat	a	the	Prime Forest Raspal Meats	\d	the	
    -_C47C8F37731C6884	m0395chnfd01	Select Forest Bawaab Meat	a	the	Select Forest Bawaab Meats	\d	the	
    -_060E273B075E6787	m0395chnjc01	Prime Jungle Bawaab Meat	a	the	Prime Jungle Bawaab Meats	\d	the	
    -_C5206B4A0670AB9B	m0396chofc01	Prime Forest Frippo Meat	a	the	Prime Forest Frippo Meats	\d	the	
    -_8450973D06A0D791	m0397chpdc01	Prime Desert Rendor Meat	a	the	Prime Desert Rendor Meats	\d	the	
    -_C9BEFF46BC1CF482	m0397chpde01	Superb Desert Rendor Meat	a	the	Superb Desert Rendor Meats	\d	the	
    -_48AD6B3BFCFC748D	m0397chpfd01	Select Forest Rendor Meat	a	the	Select Forest Rendor Meats	\d	the	
    -_790B1FAA3B5B57FD	m0398chqfe01	Superb Forest Gnoof Meat	a	the	Superb Forest Gnoof Meats	\d	the	
    -_B0662E359BC523A7	m0398chqlc01	Prime Lakes Gnoof Meat	a	the	Prime Lakes Gnoof Meats	\d	the	
    -_885D1F54364C1C84	m0399chrfe01	Superb Forest Bolobi Meat	a	the	Superb Forest Bolobi Meats	\d	the	
    -_27A60CF4E49EE078	m0399chrlf01	Magnificient Lakes Bolobi Meat	a	the	Magnificient Lakes Bolobi Meats	\d	the	
    -_0E92651A6AEB4293	m0400chsdf01	Magnificient Desert Shalah Meat	a	the	Magnificient Desert Shalah Meats	\d	the	
    -_A7D16FB331FC27E4	m0400chsle01	Superb Lakes Shalah Meat	a	the	Superb Lakes Shalah Meats	\d	the	
    -_3883A2F7B75B016A	m0401chtde01	Superb Desert Ploderos Meat	a	the	Superb Desert Ploderos Meats	\d	the	
    -_010FDECBBE192104	m0401chtjf01	Magnificient Jungle Ploderos Meat	a	the	Magnificient Jungle Ploderos Meats	\d	the	
    -_87AD3B4D7B5C9C7D	m0402chuje01	Superb Jungle Wombai Meat	a	the	Superb Jungle Wombai Meats	\d	the	
    -_A5D6DCF5EAEFE071	m0402chulf01	Magnificient Lakes Wombai Meat	a	the	Magnificient Lakes Wombai Meats	\d	the	
    -_0877A6484879396D	m0403chvfe01	Superb Forest Madakam Meat	a	the	Superb Forest Madakam Meats	\d	the	
    -_622D62EFA76D963D	m0403chvff01	Magnificient Forest Madakam Meat	a	the	Magnificient Forest Madakam Meats	\d	the	
    -_08D8B63D87A80D75	m0403chvje01	Superb Jungle Madakam Meat	a	the	Superb Jungle Madakam Meats	\d	the	
    -_8E0633771FFA1FAD	m0403chvpf01	Magnificent Prime Root Madakam Meat	a	the	Magnificent Prime Root Madakam Meats	\d	the	
    -_786B1F90FDAB57E1	m0404chwde01	Superb Desert Arana Meat	a	the	Superb Desert Arana Meats	\d	the	
    -_67C04494E45969C4	m0404chwff01	Magnificient Forest Arana Meat	a	the	Magnificient Forest Arana Meats	\d	the	
    -_07A3750F6FF972BA	m0405chxjf01	Magnificient Jungle Gubani Meat	a	the	Magnificient Jungle Gubani Meats	\d	the	
    -_5603D4E526F0B883	m0405chxpe01	Superb Prime Root Gubani Meat	a	the	Superb Prime Root Gubani Meats	\d	the	
    -_C69F7343088FB394	m0406ccjfc01	Prime Forest Javing Meat	a	the	Prime Forest Javing Meats	\d	the	
    -_C58C8B37B59C8889	m0406ccjfd01	Select Forest Javing Meat	a	the	Select Forest Javing Meats	\d	the	
    -_83EE5B4CC5DEA399	m0406ccjja01	Plain Jungle Javing Meat	a	the	Plain Jungle Javing Meats	\d	the	
    -_FF56CE455AF6D532	m0406ccjjb01	Average Jungle Javing Meat	an	the	Average Jungle Javing Meats	\d	the	
    -_67DFB6E4E9CFEA38	m0407cckdf01	Magnificient Desert Cuttler Meat	a	the	Magnificient Desert Cuttler Meats	\d	the	
    -_D2D8F643868A9582	m0407cckfe01	Superb Forest Cuttler Meat	a	the	Superb Forest Cuttler Meats	\d	the	
    -_277FC2E6A96FF638	m0407cckff01	Magnificient Forest Cuttler Meat	a	the	Magnificient Forest Cuttler Meats	\d	the	
    -_ABD44EE40B9C3FC0	m0408cclde01	Superb Desert Ocyx Meat	a	the	Superb Desert Ocyx Meats	\d	the	
    -_B4E750821DA62D8D	m0408cclff01	Magnificient Forest Ocyx Meat	a	the	Magnificient Forest Ocyx Meats	\d	the	
    -_CE92A10DAC1C6AB6	m0409ccmff01	Magnificient Forest Jugula Meat	a	the	Magnificient Forest Jugula Meats	\d	the	
    -_D8446AA3D131DA0C	m0409ccmpf01	Magnificient Prime Root Jugula Meat	a	the	Magnificient Prime Root Jugula Meats	\d	the	
    -_EDFD1EEDEBFAE8B3	m0410ccnlf01	Morsel of Magnificent Lakes Horncher Flesh	a	the	Morsels of Magnificent Lakes Horncher Flesh	\d	the	
    -_23DF9EDDEF5D2469	m0410ccnpd01	Morsel of Select Prime Root Horncher Flesh	a	the	Morsels of Select Prime Root Horncher Flesh	\d	the	
    -_C4AF16CBB5BB0DF9	m0411ccodf01	Magnificient Desert Tyrancha Meat	a	the	Magnificient Desert Tyrancha Meats	\d	the	
    -_50820D0D021874BC	m0411ccope01	Superb Prime Root Tyrancha Meat	a	the	Superb Prime Root Tyrancha Meats	\d	the	
    -_8EE56EAD483E4BE2	m0411ccopf01	Magnificient Prime Root Tyrancha Meat	a	the	Magnificient Prime Root Tyrancha Meats	\d	the	
    -_23D320A1620829EA	m0412ccpjf01	Magnificient Jungle Yetin Meat	a	the	Magnificient Jungle Yetin Meats	\d	the	
    -_5FFD668CFC43B31B	m0414chmdd01	Fragment of Select Desert Raspal Skull	a	the	Fragments of Select Desert Raspal Skull	\d	the	
    -_5455BAC7B7890AFB	m0414chmfc01	Fragment of Prime Forest Raspal Skull	a	the	Fragments of Prime Forest Raspal Skull	\d	the	
    -_9F1DE69CBCB2B30C	m0415chnfd01	Fragment of Select Forest Bawaab Skull	a	the	Fragments of Select Forest Bawaab Skull	\d	the	
    -_1012EABC76C98EEB	m0415chnjc01	Fragment of Prime Jungle Bawaab Skull	a	the	Fragments of Prime Jungle Bawaab Skull	\d	the	
    -_1885CED8B29ADA00	m0416chofc01	Fragment of Prime Forest Frippo Skull	a	the	Fragments of Prime Forest Frippo Skull	\d	the	
    -_D7F5B6BCB5A90A03	m0417chpdc01	Fragment of Prime Desert Rendor Skull	a	the	Fragments of Prime Desert Rendor Skull	\d	the	
    -_9F5E7A7582A4B331	m0417chpde01	Fragment of Superb Desert Rendor Skull	a	the	Fragments of Superb Desert Rendor Skull	\d	the	
    -_613D32933EB4EB11	m0417chpfd01	Fragment of Select Forest Rendor Skull	a	the	Fragments of Select Forest Rendor Skull	\d	the	
    -_98738286319B2653	m0418chqfe01	Fragment of Superb Forest Gnoof Skull	a	the	Fragments of Superb Forest Gnoof Skull	\d	the	
    -_F1B6C521F3ACF6A8	m0418chqlc01	Fragment of Prime Lakes Gnoof Skull	a	the	Fragments of Prime Lakes Gnoof Skull	\d	the	
    -_9F4E627F04227F3D	m0419chrfe01	Fragment of Superb Forest Bolobi Skull	a	the	Fragments of Superb Forest Bolobi Skull	\d	the	
    -_E177479066CA055D	m0419chrlf01	Fragment of Magnificient Lakes Bolobi Skull	a	the	Fragments of Magnificient Lakes Bolobi Skull	\d	the	
    -_F1DC9D563F5D9BEB	m0420chsdf01	Fragment of Magnificient Desert Shalah Skull	a	the	Fragments of Magnificient Desert Shalah Skull	\d	the	
    -_76109B6DF3EF1E57	m0420chsle01	Fragment of Superb Lakes Shalah Skull	a	the	Fragments of Superb Lakes Shalah Skull	\d	the	
    -_9096633E5DA29BDD	m0421chtde01	Fragment of Superb Desert Ploderos Skull	a	the	Fragments of Superb Desert Ploderos Skull	\d	the	
    -_017B4D716222B276	m0421chtjf01	Fragment of Magnificient Jungle Ploderos Skull	a	the	Fragments of Magnificient Jungle Ploderos Skull	\d	the	
    -_E09E728A02028316	m0422chuje01	Fragment of Superb Jungle Wombai Skull	a	the	Fragments of Superb Jungle Wombai Skull	\d	the	
    -_61C89B9027BACD4A	m0422chulf01	Fragment of Magnificient Lakes Wombai Skull	a	the	Fragments of Magnificient Lakes Wombai Skull	\d	the	
    -_00EC1E285883CA60	m0423chvfe01	Fragment of Superb Forest Madakam Skull	a	the	Fragments of Superb Forest Madakam Skull	\d	the	
    -_747EA0B0F4F5FCB9	m0423chvff01	Fragment of Magnificient Forest Madakam Skull	a	the	Fragments of Magnificient Forest Madakam Skull	\d	the	
    -_400C0E2398A3BA57	m0423chvje01	Fragment of Superb Jungle Madakam Skull	a	the	Fragments of Superb Jungle Madakam Skull	\d	the	
    -_E45ABEB4B1C2B059	m0423chvpf01	Fragment of Magnificent Prime Root Madakam Skull	a	the	Fragments of Magnificent Prime Root Madakam Skull	\d	the	
    -_2D9AC55BC19FB7E4	m0425chxjf01	Fragment of Magnificient Jungle Gubani Skull	a	the	Fragments of Magnificient Jungle Gubani Skull	\d	the	
    -_5C28D7CAACE5184C	m0425chxpe01	Fragment of Superb Prime Root Gubani Skull	a	the	Fragments of Superb Prime Root Gubani Skull	\d	the	
    -_35DFFCB5BB6644B8	m0427cckdf01	Fragment of Magnificient Desert Cuttler Skull	a	the	Fragments of Magnificient Desert Cuttler Skull	\d	the	
    -_065C6A3D9BA31679	m0427cckfe01	Fragment of Superb Forest Cuttler Skull	a	the	Fragments of Superb Forest Cuttler Skull	\d	the	
    -_75DFFCC1FB064CB8	m0427cckff01	Fragment of Magnificient Forest Cuttler Skull	a	the	Fragments of Magnificient Forest Cuttler Skull	\d	the	
    -_0A926B7068F981D2	m0428cclde01	Fragment of Superb Desert Ocyx Skull	a	the	Fragments of Superb Desert Ocyx Skull	\d	the	
    -_06A65CDD6B2D512D	m0428cclff01	Fragment of Magnificient Forest Ocyx Skull	a	the	Fragments of Magnificient Forest Ocyx Skull	\d	the	
    -_F17CB16BC3FEB3EB	m0429ccmff01	Fragment of Magnificient Forest Jugula Skull	a	the	Fragments of Magnificient Forest Jugula Skull	\d	the	
    -_9FCFF4F03094FA30	m0429ccmpf01	Fragment of Magnificient Prime Root Jugula Skull	a	the	Fragments of Magnificient Prime Root Jugula Skull	\d	the	
    -_7F1DF579A1E1EE71	m0431ccodf01	Fragment of Magnificient Desert Tyrancha Skull	a	the	Fragments of Magnificient Desert Tyrancha Skull	\d	the	
    -_7C472867A91A4755	m0431ccope01	Fragment of Superb Prime Root Tyrancha Skull	a	the	Fragments of Superb Prime Root Tyrancha Skull	\d	the	
    -_CDC181AE4294CF2D	m0431ccopf01	Fragment of Magnificient Prime Root Tyrancha Skull	a	the	Fragments of Magnificient Prime Root Tyrancha Skull	\d	the	
    -_D697739B6F8265D8	m0432ccpjf01	Fragment of Magnificient Jungle Yetin Skull	a	the	Fragments of Magnificient Jungle Yetin Skull	\d	the	
    -_CE20BF0CE4067B63	m0433chkde01	Phial of Superb Desert Timari Blood	a	the	Phials of Superb Desert Timari Blood	\d	the	
    -_B3C386D77F16D8A8	m0433chkdf01	Phial of Magnificient Desert Timari Blood	a	the	Phials of Magnificient Desert Timari Blood	\d	the	
    -_CE62CB06E262FB6F	m0433chkjd01	Phial of Select Jungle Timari Blood	a	the	Phials of Select Jungle Timari Blood	\d	the	
    -_CE204706E464FB6F	m0433chkje01	Phial of Superb Jungle Timari Blood	a	the	Phials of Superb Jungle Timari Blood	\d	the	
    -_CC624312DBE6AB54	m0434chmdd01	Phial of Select Desert Raspal Blood	a	the	Phials of Select Desert Raspal Blood	\d	the	
    -_2904B78FD6A4C3F4	m0434chmfc01	Phial of Prime Forest Raspal Blood	a	the	Phials of Prime Forest Raspal Blood	\d	the	
    -_C46243021BE41B59	m0435chnfd01	Phial of Select Forest Bawaab Blood	a	the	Phials of Select Forest Bawaab Blood	\d	the	
    -_AD4377840EB37FEC	m0435chnjc01	Phial of Prime Jungle Bawaab Blood	a	the	Phials of Prime Jungle Bawaab Blood	\d	the	
    -_EB54878F16C5FFEC	m0436chofc01	Phial of Prime Forest Frippo Blood	a	the	Phials of Prime Forest Frippo Blood	\d	the	
    -_E724B78DD8D5CFDD	m0437chpdc01	Phial of Prime Desert Rendor Blood	a	the	Phials of Prime Desert Rendor Blood	\d	the	
    -_CC20BF1EA466835F	m0437chpde01	Phial of Superb Desert Rendor Blood	a	the	Phials of Superb Desert Rendor Blood	\d	the	
    -_CC624322A244D363	m0437chpfd01	Phial of Select Forest Rendor Blood	a	the	Phials of Select Forest Rendor Blood	\d	the	
    -_8E0184E751B537C9	m0438chqfe01	Phial of Superb Forest Gnoof Blood	a	the	Phials of Superb Forest Gnoof Blood	\d	the	
    -_8F31801FE947C879	m0438chqlc01	Phial of Prime Lakes Gnoof Blood	a	the	Phials of Prime Lakes Gnoof Blood	\d	the	
    -_C420BF109EA6C379	m0439chrfe01	Phial of Superb Forest Bolobi Blood	a	the	Phials of Superb Forest Bolobi Blood	\d	the	
    -_8D4A952C2760D187	m0439chrlf01	Phial of Magnificient Lakes Bolobi Blood	a	the	Phials of Magnificient Lakes Bolobi Blood	\d	the	
    -_AD6352D6400694AF	m0440chsdf01	Phial of Magnificient Desert Shalah Blood	a	the	Phials of Magnificient Desert Shalah Blood	\d	the	
    -_283638195EA926CD	m0440chsle01	Phial of Superb Lakes Shalah Blood	a	the	Phials of Superb Lakes Shalah Blood	\d	the	
    -_E9030A069B9C2EC4	m0441chtde01	Phial of Superb Desert Ploderos Blood	a	the	Phials of Superb Desert Ploderos Blood	\d	the	
    -_F9705B7C55706571	m0441chtjf01	Phial of Magnificient Jungle Ploderos Blood	a	the	Phials of Magnificient Jungle Ploderos Blood	\d	the	
    -_8F204706DF84FB7A	m0442chuje01	Phial of Superb Jungle Wombai Blood	a	the	Phials of Superb Jungle Wombai Blood	\d	the	
    -_D37A992CED90D580	m0442chulf01	Phial of Magnificient Lakes Wombai Blood	a	the	Phials of Magnificient Lakes Wombai Blood	\d	the	
    -_12B87AE9E1A3F61B	m0443chvfe01	Phial of Superb Forest Madakam Blood	a	the	Phials of Superb Forest Madakam Blood	\d	the	
    -_E4157601FBB09D9B	m0443chvff01	Phial of Magnificient Forest Madakam Blood	a	the	Phials of Magnificient Forest Madakam Blood	\d	the	
    -_12C722E860C31E1F	m0443chvje01	Phial of Superb Jungle Madakam Blood	a	the	Phials of Superb Jungle Madakam Blood	\d	the	
    -_D829636822853AFE	m0443chvpf01	Phial of Magnificent Prime Root Madakam Blood	a	the	Phials of Magnificent Prime Root Madakam Blood	\d	the	
    -_CFA184E45165D7AF	m0444chwde01	Phial of Superb Desert Arana Blood	a	the	Phials of Superb Desert Arana Blood	\d	the	
    -_DE15C1002BEB7B3F	m0444chwff01	Phial of Magnificient Forest Arana Blood	a	the	Phials of Magnificient Forest Arana Blood	\d	the	
    -_B49366EFBBB5949F	m0445chxjf01	Phial of Magnificient Jungle Gubani Blood	a	the	Phials of Magnificient Jungle Gubani Blood	\d	the	
    -_460C050F21224562	m0445chxpe01	Phial of Superb Prime Root Gubani Blood	a	the	Phials of Superb Prime Root Gubani Blood	\d	the	
    -_2B83978FD3D4DBF2	m0446ccjfc01	Phial of Prime Forest Javing Blood	a	the	Phials of Prime Forest Javing Blood	\d	the	
    -_0962430CA094135A	m0446ccjfd01	Phial of Select Forest Javing Blood	a	the	Phials of Select Forest Javing Blood	\d	the	
    -_AEC3B3894BA2BBF4	m0446ccjja01	Phial of Plain Jungle Javing Blood	a	the	Phials of Plain Jungle Javing Blood	\d	the	
    -_AA6A2AF7234119F9	m0446ccjjb01	Phial of Average Jungle Javing Blood	a	the	Phials of Average Jungle Javing Blood	\d	the	
    -_6B9796F579E1ADB4	m0447cckdf01	Phial of Magnificient Desert Cuttler Blood	a	the	Phials of Magnificient Desert Cuttler Blood	\d	the	
    -_8F099EEE24858629	m0447cckfe01	Phial of Superb Forest Cuttler Blood	a	the	Phials of Superb Forest Cuttler Blood	\d	the	
    -_AD579EF779F1B1B3	m0447cckff01	Phial of Magnificient Forest Cuttler Blood	a	the	Phials of Magnificient Forest Cuttler Blood	\d	the	
    -_AAA2741BE60096DC	m0448cclde01	Phial of Superb Desert Ocyx Blood	a	the	Phials of Superb Desert Ocyx Blood	\d	the	
    -_A45F21ED7C255D4D	m0448cclff01	Phial of Magnificient Forest Ocyx Blood	a	the	Phials of Magnificient Forest Ocyx Blood	\d	the	
    -_73D56EE77D56C0BA	m0449ccmff01	Phial of Magnificient Forest Jugula Blood	a	the	Phials of Magnificient Forest Jugula Blood	\d	the	
    -_A420D2C6F255C599	m0449ccmpf01	Phial of Magnificient Prime Root Jugula Blood	a	the	Phials of Magnificient Prime Root Jugula Blood	\d	the	
    -_6D82C63BBC26F45B	m0450ccnlf01	Phial of Magnificient Lakes Horncher Blood	a	the	Phials of Magnificient Lakes Horncher Blood	\d	the	
    -_25D3B93B3C257C54	m0450ccnpd01	Phial of Select Prime Root Horncher Blood	a	the	Phials of Select Prime Root Horncher Blood	\d	the	
    -_B3527B5219009D75	m0451ccodf01	Phial of Magnificient Desert Tyrancha Blood	a	the	Phials of Magnificient Desert Tyrancha Blood	\d	the	
    -_A992252644B6C84F	m0451ccope01	Phial of Superb Prime Root Tyrancha Blood	a	the	Phials of Superb Prime Root Tyrancha Blood	\d	the	
    -_05ACCB8A5D7207D9	m0451ccopf01	Phial of Magnificient Prime Root Tyrancha Blood	a	the	Phials of Magnificient Prime Root Tyrancha Blood	\d	the	
    -_A474FD1D64ABB725	m0452ccpjf01	Phial of Magnificient Jungle Yetin Blood	a	the	Phials of Magnificient Jungle Yetin Blood	\d	the	
    -_F3670CBCA3EA8642	m0453chqfe01	Tuft of Superb Forest Gnoof Hair	a	the	Tufts of Superb Forest Gnoof Hair	\d	the	
    -_47938FC3ABE3CE3B	m0453chqlc01	Tuft of Prime Lakes Gnoof Hair	a	the	Tufts of Prime Lakes Gnoof Hair	\d	the	
    -_2A1F789A87650B57	m0454chrfe01	Tuft of Superb Forest Bolobi Hair	a	the	Tufts of Superb Forest Bolobi Hair	\d	the	
    -_EB841FF46AD1CF2E	m0454chrlf01	Tuft of Magnificient Lakes Bolobi Hair	a	the	Tufts of Magnificient Lakes Bolobi Hair	\d	the	
    -_5BDAA05764D32E23	m0455chsdf01	Tuft of Magnificient Desert Shalah Hair	a	the	Tufts of Magnificient Desert Shalah Hair	\d	the	
    -_9E6ADEBE5A09713F	m0455chsle01	Tuft of Superb Lakes Shalah Hair	a	the	Tufts of Superb Lakes Shalah Hair	\d	the	
    -_EDB0CC8FC304CB4F	m0456chuje01	Tuft of Superb Jungle Wombai Hair	a	the	Tufts of Superb Jungle Wombai Hair	\d	the	
    -_2B743FF52B22CB23	m0456chulf01	Tuft of Magnificient Lakes Wombai Hair	a	the	Tufts of Magnificient Lakes Wombai Hair	\d	the	
    -_939A2841EA13EA34	m0457chxjf01	Tuft of Magnificient Jungle Gubani Hair	a	the	Tufts of Magnificient Jungle Gubani Hair	\d	the	
    -_E7701F0FEFB17243	m0457chxpe01	Tuft of Superb Prime Root Gubani Hair	a	the	Tufts of Superb Prime Root Gubani Hair	\d	the	
    -_BA94AFAA58F92BF6	m0458ccpjf01	Tuft of Magnificient Jungle Yetin Hair	a	the	Tufts of Magnificient Jungle Yetin Hair	\d	the	
    -_D397C7340EFAA1A2	m0459chwde01	Handful of Superb Desert Arana Moss	a	the	Handfuls of Superb Desert Arana Moss	\d	the	
    -_0D6522DB6DF439B0	m0459chwff01	Handful of Magnificient Forest Arana Moss	a	the	Handfuls of Magnificient Forest Arana Moss	\d	the	
    -_4029A3EB63A27A64	m0460ccbdc01	Morsel of Prime Desert Clopper Flesh	a	the	Morsels of Prime Desert Clopper Flesh	\d	the	
    -_6FD2F1AC7DA3D2DD	m0460ccbla01	Morsel of Plain Lakes Clopper Flesh	a	the	Morsels of Plain Lakes Clopper Flesh	\d	the	
    -_10494BE8D6EAE9CC	m0460ccblb01	Morsel of Average Lakes Clopper Flesh	a	the	Morsels of Average Lakes Clopper Flesh	\d	the	
    -_6F42E5B80004D2DD	m0460ccblc01	Morsel of Prime Lakes Clopper Flesh	a	the	Morsels of Prime Lakes Clopper Flesh	\d	the	
    -_228C84270F64FACA	m0461cccda01	Morsel of Plain Desert Goari Flesh	a	the	Morsels of Plain Desert Goari Flesh	\d	the	
    -_F1DD7BEA10D718B2	m0461cccdb01	Morsel of Average Desert Goari Flesh	a	the	Morsels of Average Desert Goari Flesh	\d	the	
    -_22FC783392C5FACA	m0461cccdc01	Morsel of Prime Desert Goari Flesh	a	the	Morsels of Prime Desert Goari Flesh	\d	the	
    -_6262C1F224E24951	m0461cccdd01	Morsel of Select Desert Goari Flesh	a	the	Morsels of Select Desert Goari Flesh	\d	the	
    -_59B66ED06C372C7F	m0461cccla01	Morsel of Plain Lakes Goari Flesh	a	the	Morsels of Plain Lakes Goari Flesh	\d	the	
    -_3B303C26CF610DA6	m0461ccclb01	Morsel of Average Lakes Goari Flesh	a	the	Morsels of Average Lakes Goari Flesh	\d	the	
    -_81D7B62F1B0D0678	m0461ccclf01	Morsel of Magnificent Lakes Goari Flesh	a	the	Morsels of Magnificent Lakes Goari Flesh	\d	the	
    -_7CEB60DDC81276DB	m0462cbcca01	Basic Yber Bone	a	the	Basic Yber Bones	\d	the	
    -_FE6A950EC741AD27	m0462cbccb01	Fine Yber Bone	a	the	Fine Yber Bones	\d	the	
    -_C4AA9083A7A0A3F9	m0462cbcld01	Excellent Lakes Yber Bone	an	the	Excellent Lakes Yber Bones	\d	the	
    -_61161FE9BEADE2E5	m0462cbcle01	Supreme Lakes Yber Bone	a	the	Supreme Lakes Yber Bones	\d	the	
    -_6958014B20EC4FD3	m0463ccgca01	Basic Vorax Leather	a	the	Basic Vorax Leathers	\d	the	
    -_A19B72E79F990F7E	m0463ccgcb01	Fine Vorax Leather	a	the	Fine Vorax Leathers	\d	the	
    -_9B99251B3FB8650F	m0463ccgpc01	Choice Prime Root Vorax Leather	a	the	Choice Prime Root Vorax Leathers	\d	the	
    -_F6E336AF84CD9ED1	m0463ccgpd01	Excellent Prime Root Vorax Leather	an	the	Excellent Prime Root Vorax Leathers	\d	the	
    -_1D298D65C0CF06F3	m0463ccgpe01	Supreme Prime Root Vorax Leather	a	the	Supreme Prime Root Vorax Leathers	\d	the	
    -_C8D55D9CC8C5A5EE	m0464ccgca01	Basic Vorax Bone	a	the	Basic Vorax Bones	\d	the	
    -_B00C29A8C8D20613	m0464ccgcb01	Fine Vorax Bone	a	the	Fine Vorax Bones	\d	the	
    -_7950B59BA764930A	m0464ccgpc01	Choice Prime Root Vorax Bone	a	the	Choice Prime Root Vorax Bones	\d	the	
    -_12C76921EFE7D572	m0464ccgpd01	Excellent Prime Root Vorax Bone	an	the	Excellent Prime Root Vorax Bones	\d	the	
    -_5654541E59B4653A	m0464ccgpe01	Supreme Prime Root Vorax Bone	a	the	Supreme Prime Root Vorax Bones	\d	the	
    -_48D525A048C56DF3	m0465ccgca01	Basic Vorax Fang	a	the	Basic Vorax Fangs	\d	the	
    -_2D6C299AC9D20E14	m0465ccgcb01	Fine Vorax Fang	a	the	Fine Vorax Fangs	\d	the	
    -_7950B59BA7642313	m0465ccgpc01	Choice Prime Root Vorax Fang	a	the	Choice Prime Root Vorax Fangs	\d	the	
    -_13E76913F007D565	m0465ccgpd01	Excellent Prime Root Vorax Fang	an	the	Excellent Prime Root Vorax Fangs	\d	the	
    -_56545C20D614753B	m0465ccgpe01	Supreme Prime Root Vorax Fang	a	the	Supreme Prime Root Vorax Fangs	\d	the	
    -_B73B95F484645FCD	m0467cclca01	Fragment of Basic Ocyx Claw	a	the	Fragments of Basic Ocyx Claw	\d	the	
    -_6EFD2F5AD8F3C1B4	m0467cclcb01	Fragment of Fine Ocyx Claw	a	the	Fragments of Fine Ocyx Claw	\d	the	
    -_EF656FC1A66889B5	m0467ccldc01	Fragment of Choice Desert Ocyx Claw	a	the	Fragments of Choice Desert Ocyx Claw	\d	the	
    -_4ABD0239E1C73B28	m0467ccldd01	Fragment of Excellent Desert Ocyx Claw	a	the	Fragments of Excellent Desert Ocyx Claw	\d	the	
    -_D8275B0CDF0FFE67	m0467cclde01	Fragment of Supreme Desert Ocyx Claw	a	the	Fragments of Supreme Desert Ocyx Claw	\d	the	
    -_6F6567D7A66889B5	m0467cclfc01	Fragment of Choice Forest Ocyx Claw	a	the	Fragments of Choice Forest Ocyx Claw	\d	the	
    -_9BA7CDAF0C802786	m0468ccfca01	Fragment of Basic Najab Claw	a	the	Fragments of Basic Najab Claw	\d	the	
    -_B59929CC86A8D148	m0468ccfcb01	Fragment of Fine Najab Claw	a	the	Fragments of Fine Najab Claw	\d	the	
    -_C58DB3BE18D463F7	m0468ccfjd01	Fragment of Excellent Jungle Najab Claw	a	the	Fragments of Excellent Jungle Najab Claw	\d	the	
    -_293235772417D40F	m0468ccfje01	Fragment of Supreme Jungle Najab Claw	a	the	Fragments of Supreme Jungle Najab Claw	\d	the	
    -_DAA5751574A83ABD	m0468ccflc01	Fragment of Choice Lakes Najab Claw	a	the	Fragments of Choice Lakes Najab Claw	\d	the	
    -_D1012195777784E6	m0468ccfld01	Fragment of Excellent Lakes Najab Claw	a	the	Fragments of Excellent Lakes Najab Claw	\d	the	
    -_25F388BA9012068D	m0468ccfpe01	Fragment of Supreme Prime Root Najab Claw	a	the	Fragments of Supreme Prime Root Najab Claw	\d	the	
    -_B805FE74EC042CF5	m0469chwca01	Bundle of Basic Arana Wood	a	the	Bundles of Basic Arana Wood	\d	the	
    -_F76A58DECC3B5C37	m0469chwcb01	Bundle of Fine Arana Wood	a	the	Bundles of Fine Arana Wood	\d	the	
    -_9DAFEE66773BEF12	m0469chwdd01	Bundle of Excellent Desert Arana Wood	a	the	Bundles of Excellent Desert Arana Wood	\d	the	
    -_B99EB320A27E9FA4	m0469chwde01	Bundle of Supreme Desert Arana Wood	a	the	Bundles of Supreme Desert Arana Wood	\d	the	
    -_B9BEB320A6BE9FA4	m0469chwfe01	Bundle of Supreme Forest Arana Wood	a	the	Bundles of Supreme Forest Arana Wood	\d	the	
    -_170409AC4E609FD6	m0470checa01	Fragment of Basic Cray Shell	a	the	Fragments of Basic Cray Shell	\d	the	
    -_89FF17FCC2B8D132	m0470checb01	Fragment of Fine Cray Shell	a	the	Fragments of Fine Cray Shell	\d	the	
    -_0D20AACFE0B75A00	m0470chejd01	Fragment of Excellent Jungle Cray Shell	a	the	Fragments of Excellent Jungle Cray Shell	\d	the	
    -_5887D606AAE92EBB	m0470chelc01	Fragment of Choice Lakes Cray Shell	a	the	Fragments of Choice Lakes Cray Shell	\d	the	
    -_3FE2FD94818A0F29	m0470cheld01	Fragment of Excellent Lakes Cray Shell	a	the	Fragments of Excellent Lakes Cray Shell	\d	the	
    -_C1AD8DB7D2643BFC	m0470chele01	Fragment of Supreme Lakes Cray Shell	a	the	Fragments of Supreme Lakes Cray Shell	\d	the	
    -_61D3555CE0D8C46D	m0471chvca01	Fragment of Basic Madakam Skin	a	the	Fragments of Basic Madakam Skin	\d	the	
    -_F02520EB4BFB5AE7	m0471chvcb01	Fragment of Fine Madakam Skin	a	the	Fragments of Fine Madakam Skin	\d	the	
    -_7BA4378793E194B2	m0471chvfd01	Fragment of Excellent Forest Madakam Skin	a	the	Fragments of Excellent Forest Madakam Skin	\d	the	
    -_EF8CC4D80623700E	m0471chvfe01	Fragment of Supreme Forest Madakam Skin	a	the	Fragments of Supreme Forest Madakam Skin	\d	the	
    -_19ACB23ECBA0E647	m0471chvjc01	Fragment of Choice Jungle Madakam Skin	a	the	Fragments of Choice Jungle Madakam Skin	\d	the	
    -_6F4BA0D986E24C0B	m0471chvje01	Fragment of Supreme Jungle Madakam Skin	a	the	Fragments of Supreme Jungle Madakam Skin	\d	the	
    -_DF0B2171D0CC2B55	m0471chvpe01	Fragment of Supreme Prime Root Madakam Skin	a	the	Fragments of Supreme Prime Root Madakam Skin	\d	the	
    -_36C881AAFF381EDF	m0472cpaca01	Basic Jubla Bud	a	the	Basic Jubla Buds	\d	the	
    -_790CA1F34C9FA634	m0472cpacb01	Fine Jubla Bud	a	the	Fine Jubla Buds	\d	the	
    -_41D4732F9CF37D96	m0472cpape01	Supreme Prime Root Jubla Bud	a	the	Supreme Prime Root Jubla Buds	\d	the	
    -_5A05DD71D9C625C2	m0473cpbca01	Basic Stinga Bud	a	the	Basic Stinga Buds	\d	the	
    -_632B3E6A4226D223	m0473cpbcb01	Fine Stinga Bud	a	the	Fine Stinga Buds	\d	the	
    -_C4A8B44534FF1CE9	m0473cpble01	Supreme Lakes Stinga Bud	a	the	Supreme Lakes Stinga Buds	\d	the	
    -_D05FB57724CC87B9	m0474cpcca01	Basic Psykopla Bud	a	the	Basic Psykopla Buds	\d	the	
    -_A86461A4D2420E82	m0474cpccb01	Fine Psykopla Bud	a	the	Fine Psykopla Buds	\d	the	
    -_0E135C446EDBA154	m0474cpcfe01	Supreme Forest Psykopla Bud	a	the	Supreme Forest Psykopla Buds	\d	the	
    -_4DC1448BE7376AA5	m0474cpcpe01	Supreme Prime Root Psykopla Bud	a	the	Supreme Prime Root Psykopla Buds	\d	the	
    -_E35364E28CDF377B	m0475cpdca01	Basic Slaveni Bud	a	the	Basic Slaveni Buds	\d	the	
    -_96B5AA3F9676EE92	m0475cpdcb01	Fine Slaveni Bud	a	the	Fine Slaveni Buds	\d	the	
    -_B096AF236BF9197A	m0475cpdje01	Supreme Jungle Slaveni Bud	a	the	Supreme Jungle Slaveni Buds	\d	the	
    -_E33264E047BF0F76	m0476cpeca01	Basic Cratcha Bud	a	the	Basic Cratcha Buds	\d	the	
    -_94B6623DD477A691	m0476cpecb01	Fine Cratcha Bud	a	the	Fine Cratcha Buds	\d	the	
    -_CCCBC29D2B2AC559	m0476cpefc01	Choice Forest Cratcha Bud	a	the	Choice Forest Cratcha Buds	\d	the	
    -_2AB78B206C2BF17F	m0476cpefe01	Supreme Forest Cratcha Bud	a	the	Supreme Forest Cratcha Buds	\d	the	
    -_5945E177D90629CC	m0477cpfca01	Basic Shooki Bud	a	the	Basic Shooki Buds	\d	the	
    -_E46A5E6E8306B228	m0477cpfcb01	Fine Shooki Bud	a	the	Fine Shooki Buds	\d	the	
    -_429CEB5E73A1D144	m0477cpfde01	Supreme Desert Shooki Bud	a	the	Supreme Desert Shooki Buds	\d	the	
    -_AA93DD9C09BA7937	m0479ckbca01	Fragment of Basic Kinrey Shell	a	the	Fragments of Basic Kinrey Shell	\d	the	
    -_1C973CFC4E7E713A	m0479ckbcb01	Fragment of Fine Kinrey Shell	a	the	Fragments of Fine Kinrey Shell	\d	the	
    -_B77955D7B7CF6FFF	m0479ckbcd01	Fragment of Excellent Kinrey Shell	a	the	Fragments of Excellent Kinrey Shell	\d	the	
    -_DFEC4E6837E39325	m0479ckbdc01	Fragment of Choice Desert Kinrey Shell	a	the	Fragments of Choice Desert Kinrey Shell	\d	the	
    -_6971B7A1C9DE9361	m0479ckbpe01	Fragment of Supreme Prime Root Kinrey Shell	a	the	Fragments of Supreme Prime Root Kinrey Shell	\d	the	
    -_6BD3F99E0A7B7929	m0480ckbca01	Fragment of Basic Kinrey Sting	a	the	Fragments of Basic Kinrey Sting	\d	the	
    -_5D4744FBD1BEA131	m0480ckbcb01	Fragment of Fine Kinrey Sting	a	the	Fragments of Fine Kinrey Sting	\d	the	
    -_797A85D7B7CF5BF3	m0480ckbcd01	Fragment of Excellent Kinrey Sting	a	the	Fragments of Excellent Kinrey Sting	\d	the	
    -_A02C6A6A38A49317	m0480ckbdc01	Fragment of Choice Desert Kinrey Sting	a	the	Fragments of Choice Desert Kinrey Sting	\d	the	
    -_B071B7A1C93EA360	m0480ckbpe01	Fragment of Supreme Prime Root Kinrey Sting	a	the	Fragments of Supreme Prime Root Kinrey Sting	\d	the	
    -_F596EE6471E97560	m0481ckbca01	Fragment of Basic Kinrey Mandible	a	the	Fragments of Basic Kinrey Mandible	\d	the	
    -_F1CB7001B72CB2C4	m0481ckbcb01	Fragment of Fine Kinrey Mandible	a	the	Fragments of Fine Kinrey Mandible	\d	the	
    -_10BC8574D11FA025	m0481ckbcd01	Fragment of Excellent Kinrey Mandible	a	the	Fragments of Excellent Kinrey Mandible	\d	the	
    -_EAF2A82C20511BF4	m0481ckbdc01	Fragment of Choice Desert Kinrey Mandible	a	the	Fragments of Choice Desert Kinrey Mandible	\d	the	
    -_4A01F070F152E4EE	m0481ckbpe01	Fragment of Supreme Prime Root Kinrey Mandible	a	the	Fragments of Supreme Prime Root Kinrey Mandible	\d	the	
    -_58D48C10E99B484D	m0485ckaca01	Fragment of Basic Kidinak Shell	a	the	Fragments of Basic Kidinak Shell	\d	the	
    -_26B269C6B87B02F4	m0485ckacb01	Fragment of Fine Kidinak Shell	a	the	Fragments of Fine Kidinak Shell	\d	the	
    -_693A0D14A689276C	m0485ckape01	Fragment of Supreme Prime Root Kidinak Shell	a	the	Fragments of Supreme Prime Root Kidinak Shell	\d	the	
    -_324C2655FEDA114C	m0487ckaca01	Fragment of Basic Kidinak Mandible	a	the	Fragments of Basic Kidinak Mandible	\d	the	
    -_3AD1BA5AF1BB0E41	m0487ckacb01	Fragment of Fine Kidinak Mandible	a	the	Fragments of Fine Kidinak Mandible	\d	the	
    -_26560DADB71DB9DF	m0487ckape01	Fragment of Supreme Prime Root Kidinak Mandible	a	the	Fragments of Supreme Prime Root Kidinak Mandible	\d	the	
    -_A2E3695C9AF8D078	m0488ckaca01	Fragment of Basic Kidinak Tail	a	the	Fragments of Basic Kidinak Tail	\d	the	
    -_71852CEFC60B4EEE	m0488ckacb01	Fragment of Fine Kidinak Tail	a	the	Fragments of Fine Kidinak Tail	\d	the	
    -_A00B11710DBC2B58	m0488ckape01	Fragment of Supreme Prime Root Kidinak Tail	a	the	Fragments of Supreme Prime Root Kidinak Tail	\d	the	
    -_98156C2669DC285E	m0490ckcca01	Fragment of Basic Kizarak Shell	a	the	Fragments of Basic Kizarak Shell	\d	the	
    -_641379BEBD7B02F3	m0490ckccb01	Fragment of Fine Kizarak Shell	a	the	Fragments of Fine Kizarak Shell	\d	the	
    -_9BC5742A6C8C3063	m0491ckcca01	Fragment of Basic Kizarak Sting	a	the	Fragments of Basic Kizarak Sting	\d	the	
    -_E45395C0BE3C02EF	m0491ckccb01	Fragment of Fine Kizarak Sting	a	the	Fragments of Fine Kizarak Sting	\d	the	
    -_728D166303DA1147	m0492ckcca01	Fragment of Basic Kizarak Mandible	a	the	Fragments of Basic Kizarak Mandible	\d	the	
    -_7AD1CA52F73B663C	m0492ckccb01	Fragment of Fine Kizarak Mandible	a	the	Fragments of Fine Kizarak Mandible	\d	the	
    -_9CF70CD74810046B	m0496ckhca01	Fragment of Basic Kipee Sting	a	the	Fragments of Basic Kipee Sting	\d	the	
    -_56F2FDAD57047FA1	m0496ckhcb01	Fragment of Fine Kipee Sting	a	the	Fragments of Fine Kipee Sting	\d	the	
    -_D6720E5EB2596240	m0496ckhdc01	Fragment of Choice Desert Kipee Sting	a	the	Fragments of Choice Desert Kipee Sting	\d	the	
    -_262646E5DBF08B03	m0496ckhdd01	Fragment of Excellent Desert Kipee Sting	a	the	Fragments of Excellent Desert Kipee Sting	\d	the	
    -_55FACEB029C5401A	m0496ckhde01	Fragment of Supreme Desert Kipee Sting	a	the	Fragments of Supreme Desert Kipee Sting	\d	the	
    -_D612126A32596640	m0496ckhfc01	Fragment of Choice Forest Kipee Sting	a	the	Fragments of Choice Forest Kipee Sting	\d	the	
    -_E84642F15B008B02	m0496ckhfd01	Fragment of Excellent Forest Kipee Sting	a	the	Fragments of Excellent Forest Kipee Sting	\d	the	
    -_D5EAF6B469C53C25	m0496ckhfe01	Fragment of Supreme Forest Kipee Sting	a	the	Fragments of Supreme Forest Kipee Sting	\d	the	
    -_1493127433684A33	m0496ckhjc01	Fragment of Choice Jungle Kipee Sting	a	the	Fragments of Choice Jungle Kipee Sting	\d	the	
    -_9A9AC1CABCB430D8	m0496ckhld01	Fragment of Excellent Lakes Kipee Sting	a	the	Fragments of Excellent Lakes Kipee Sting	\d	the	
    -_F520F72F40F4531F	m0496ckhpc01	Fragment of Choice Prime Root Kipee Sting	a	the	Fragments of Choice Prime Root Kipee Sting	\d	the	
    -_3B26940DAC4C3B5C	m0496ckhpd01	Fragment of Excellent Prime Root Kipee Sting	a	the	Fragments of Excellent Prime Root Kipee Sting	\d	the	
    -_25F4C300D1C52071	m0496ckhpe01	Fragment of Supreme Prime Root Kipee Sting	a	the	Fragments of Supreme Prime Root Kipee Sting	\d	the	
    -_85C721E64D52043B	m0497dxacb01	Handful of Basic Adriel Bark	a	the	Handfuls of Basic Adriel Bark	\d	the	
    -_EC49DD235571B502	m0497dxacc01	Handful of Fine Adriel Bark	a	the	Handfuls of Fine Adriel Bark	\d	the	
    -_3E0397C7F7981914	m0497dxadd01	Handful of Choice Desert Adriel Bark	a	the	Handfuls of Choice Desert Adriel Bark	\d	the	
    -_EA0C18DFFFB40847	m0497dxade01	Handful of Excellent Desert Adriel Bark	a	the	Handfuls of Excellent Desert Adriel Bark	\d	the	
    -_5607373430C6126B	m0497dxadf01	Handful of Supreme Desert Adriel Bark	a	the	Handfuls of Supreme Desert Adriel Bark	\d	the	
    -_7E1393D2F9B81914	m0497dxafd01	Handful of Choice Forest Adriel Bark	a	the	Handfuls of Choice Forest Adriel Bark	\d	the	
    -_AAAC24E1BF541447	m0497dxafe01	Handful of Excellent Forest Adriel Bark	a	the	Handfuls of Excellent Forest Adriel Bark	\d	the	
    -_56A73B40B0C6166B	m0497dxaff01	Handful of Supreme Forest Adriel Bark	a	the	Handfuls of Supreme Forest Adriel Bark	\d	the	
    -_F9C28BD87CF81905	m0497dxajd01	Handful of Choice Jungle Adriel Bark	a	the	Handfuls of Choice Jungle Adriel Bark	\d	the	
    -_A91C18E7BEC40849	m0497dxaje01	Handful of Excellent Jungle Adriel Bark	a	the	Handfuls of Excellent Jungle Adriel Bark	\d	the	
    -_94283B4AB1D5FA5E	m0497dxajf01	Handful of Supreme Jungle Adriel Bark	a	the	Handfuls of Supreme Jungle Adriel Bark	\d	the	
    -_63AE8846D46B5DFA	m0497dxald01	Handful of Choice Lakes Adriel Bark	a	the	Handfuls of Choice Lakes Adriel Bark	\d	the	
    -_49D2EB48B9A9124A	m0497dxale01	Handful of Excellent Lakes Adriel Bark	a	the	Handfuls of Excellent Lakes Adriel Bark	\d	the	
    -_9E9753060175DFDC	m0497dxalf01	Handful of Supreme Lakes Adriel Bark	a	the	Handfuls of Supreme Lakes Adriel Bark	\d	the	
    -_7C85B83E9F72F61E	m0497dxapd01	Handful of Choice Prime Root Adriel Bark	a	the	Handfuls of Choice Prime Root Adriel Bark	\d	the	
    -_D625896C374109B4	m0497dxape01	Handful of Excellent Prime Root Adriel Bark	a	the	Handfuls of Excellent Prime Root Adriel Bark	\d	the	
    -_A1F442179222E138	m0497dxapf01	Handful of Supreme Prime Root Adriel Bark	a	the	Handfuls of Supreme Prime Root Adriel Bark	\d	the	
    -_E86345C4CEB21F80	m0498chwca01	Fragment of Basic Arana Eye	a	the	Fragments of Basic Arana Eye	\d	the	
    -_6B59A79111B37DAD	m0498chwcb01	Fragment of Fine Arana Eye	a	the	Fragments of Fine Arana Eye	\d	the	
    -_0B3CF59256647CFF	m0498chwdd01	Fragment of Excellent Desert Arana Eye	a	the	Fragments of Excellent Desert Arana Eye	\d	the	
    -_660537FBA06ED586	m0498chwde01	Fragment of Supreme Desert Arana Eye	a	the	Fragments of Supreme Desert Arana Eye	\d	the	
    -_269567FFA06ED987	m0498chwfe01	Fragment of Supreme Forest Arana Eye	a	the	Fragments of Supreme Forest Arana Eye	\d	the	
    -_0CC359974F03A1EE	m0499chwca01	Basic Arana Nail	a	the	Basic Arana Nails	\d	the	
    -_AA6DC1831211D20B	m0499chwcb01	Fine Arana Nail	a	the	Fine Arana Nails	\d	the	
    -_8920594D2554A3AD	m0499chwdd01	Excellent Desert Arana Nail	an	the	Excellent Desert Arana Nails	\d	the	
    -_FCAEECF7FDF2744E	m0499chwde01	Supreme Desert Arana Nail	a	the	Supreme Desert Arana Nails	\d	the	
    -_BC4EF4FAFDE2A050	m0499chwfe01	Supreme Forest Arana Nail	a	the	Supreme Forest Arana Nails	\d	the	
    -_8F05D19EE095B161	m0500chwca01	Fragment of Basic Arana Pelvis	a	the	Fragments of Basic Arana Pelvis	\d	the	
    -_6642EC190E111AEA	m0500chwcb01	Fragment of Fine Arana Pelvis	a	the	Fragments of Fine Arana Pelvis	\d	the	
    -_F58737E4D011F882	m0500chwdd01	Fragment of Excellent Desert Arana Pelvis	a	the	Fragments of Excellent Desert Arana Pelvis	\d	the	
    -_F0211CAE08A8C8E5	m0500chwde01	Fragment of Supreme Desert Arana Pelvis	a	the	Fragments of Supreme Desert Arana Pelvis	\d	the	
    -_F01144B30898F0E8	m0500chwfe01	Fragment of Supreme Forest Arana Pelvis	a	the	Fragments of Supreme Forest Arana Pelvis	\d	the	
    -_6293B1D28412C32D	m0501chwca01	Basic Arana Tooth	a	the	Basic Arana Teeth	\d	the	
    -_9132068616624AD5	m0501chwcb01	Fine Arana Tooth	a	the	Fine Arana Teeth	\d	the	
    -_5695D912A301D379	m0501chwdd01	Excellent Desert Arana Tooth	an	the	Excellent Desert Arana Teeth	\d	the	
    -_B38B03242DC5D172	m0501chwde01	Supreme Desert Arana Tooth	a	the	Supreme Desert Arana Teeth	\d	the	
    -_35AB03272DC5F973	m0501chwfe01	Supreme Forest Arana Tooth	a	the	Supreme Forest Arana Teeth	\d	the	
    -_FAFA97848FB134C9	m0502chaca01	Fragment of Basic Arma Eye	a	the	Fragments of Basic Arma Eye	\d	the	
    -_CCF76370AB401CC4	m0502chacb01	Fragment of Fine Arma Eye	a	the	Fragments of Fine Arma Eye	\d	the	
    -_4C8D7568FE0F5B33	m0502chafd01	Fragment of Excellent Forest Arma Eye	a	the	Fragments of Excellent Forest Arma Eye	\d	the	
    -_6EF50176BE574993	m0502chajc01	Fragment of Choice Jungle Arma Eye	a	the	Fragments of Choice Jungle Arma Eye	\d	the	
    -_CECD3965BA5D7B33	m0502chajd01	Fragment of Excellent Jungle Arma Eye	a	the	Fragments of Excellent Jungle Arma Eye	\d	the	
    -_54F901DDE73AAB62	m0502chald01	Fragment of Excellent Lakes Arma Eye	a	the	Fragments of Excellent Lakes Arma Eye	\d	the	
    -_C324ED3F0E2B518E	m0502chale01	Fragment of Supreme Lakes Arma Eye	a	the	Fragments of Supreme Lakes Arma Eye	\d	the	
    -_215930D4B13024B4	m0502chapc01	Fragment of Choice Prime Root Arma Eye	a	the	Fragments of Choice Prime Root Arma Eye	\d	the	
    -_FB9E7EF6F548BB63	m0502chapd01	Fragment of Excellent Prime Root Arma Eye	a	the	Fragments of Excellent Prime Root Arma Eye	\d	the	
    -_629EFFD7F525AB04	m0502chape01	Fragment of Supreme Prime Root Arma Eye	a	the	Fragments of Supreme Prime Root Arma Eye	\d	the	
    -_3E4BDDDC49D29FC7	m0503chaca01	Fragment of Basic Arma Skin	a	the	Fragments of Basic Arma Skin	\d	the	
    -_AEFE6F434C73A1A1	m0503chacb01	Fragment of Fine Arma Skin	a	the	Fragments of Fine Arma Skin	\d	the	
    -_4ACEEA43D7077FF5	m0503chafd01	Fragment of Excellent Forest Arma Skin	a	the	Fragments of Excellent Forest Arma Skin	\d	the	
    -_74B58FCF6DD6C991	m0503chajc01	Fragment of Choice Jungle Arma Skin	a	the	Fragments of Choice Jungle Arma Skin	\d	the	
    -_CC1DCE4912F797F1	m0503chajd01	Fragment of Excellent Jungle Arma Skin	a	the	Fragments of Excellent Jungle Arma Skin	\d	the	
    -_409DE27CECCEFA62	m0503chald01	Fragment of Excellent Lakes Arma Skin	a	the	Fragments of Excellent Lakes Arma Skin	\d	the	
    -_A3FCE512AACBEB73	m0503chale01	Fragment of Supreme Lakes Arma Skin	a	the	Fragments of Supreme Lakes Arma Skin	\d	the	
    -_42D887C8D55F3BF6	m0503chapc01	Fragment of Choice Prime Root Arma Skin	a	the	Fragments of Choice Prime Root Arma Skin	\d	the	
    -_DCB7C2B36007314F	m0503chapd01	Fragment of Excellent Prime Root Arma Skin	a	the	Fragments of Excellent Prime Root Arma Skin	\d	the	
    -_67B113F6727AFB72	m0503chape01	Fragment of Supreme Prime Root Arma Skin	a	the	Fragments of Supreme Prime Root Arma Skin	\d	the	
    -_65430CE38532A536	m0504chaca01	Fragment of Basic Arma Pelvis	a	the	Fragments of Basic Arma Pelvis	\d	the	
    -_A5B1D8B2D8466BA9	m0504chacb01	Fragment of Fine Arma Pelvis	a	the	Fragments of Fine Arma Pelvis	\d	the	
    -_F4433EF21F04560E	m0504chafd01	Fragment of Excellent Forest Arma Pelvis	a	the	Fragments of Excellent Forest Arma Pelvis	\d	the	
    -_DDDF1280708AEBFE	m0504chajc01	Fragment of Choice Jungle Arma Pelvis	a	the	Fragments of Choice Jungle Arma Pelvis	\d	the	
    -_B5A32EFC5C935EFB	m0504chajd01	Fragment of Excellent Jungle Arma Pelvis	a	the	Fragments of Excellent Jungle Arma Pelvis	\d	the	
    -_089BC5E0C7AF680F	m0504chald01	Fragment of Excellent Lakes Arma Pelvis	a	the	Fragments of Excellent Lakes Arma Pelvis	\d	the	
    -_9C5FFE343972B580	m0504chale01	Fragment of Supreme Lakes Arma Pelvis	a	the	Fragments of Supreme Lakes Arma Pelvis	\d	the	
    -_B3F1E744889104E1	m0504chapc01	Fragment of Choice Prime Root Arma Pelvis	a	the	Fragments of Choice Prime Root Arma Pelvis	\d	the	
    -_8AE56F122D8E2764	m0504chapd01	Fragment of Excellent Prime Root Arma Pelvis	a	the	Fragments of Excellent Prime Root Arma Pelvis	\d	the	
    -_A5B4EB42CA01347C	m0504chape01	Fragment of Supreme Prime Root Arma Pelvis	a	the	Fragments of Supreme Prime Root Arma Pelvis	\d	the	
    -_D6705DC4D6A0A517	m0505chaca01	Basic Arma Tooth	a	the	Basic Arma Teeth	\d	the	
    -_EE4FBE509214BD05	m0505chacb01	Fine Arma Tooth	a	the	Fine Arma Teeth	\d	the	
    -_D7D64F33AA14FBC5	m0505chafd01	Excellent Forest Arma Tooth	an	the	Excellent Forest Arma Teeth	\d	the	
    -_83A7CFA683D70FF2	m0505chajc01	Choice Jungle Arma Tooth	a	the	Choice Jungle Arma Teeth	\d	the	
    -_4FF45F2FAE94FBC5	m0505chajd01	Excellent Jungle Arma Tooth	an	the	Excellent Jungle Arma Teeth	\d	the	
    -_BDEC78607D93634C	m0505chald01	Excellent Lakes Arma Tooth	an	the	Excellent Lakes Arma Teeth	\d	the	
    -_4FCC342B84ED07CB	m0505chale01	Supreme Lakes Arma Tooth	a	the	Supreme Lakes Arma Teeth	\d	the	
    -_1256B5912AD49365	m0505chapc01	Choice Prime Root Arma Tooth	a	the	Choice Prime Root Arma Teeth	\d	the	
    -_9B7BCC2178DB3873	m0505chapd01	Excellent Prime Root Arma Tooth	an	the	Excellent Prime Root Arma Teeth	\d	the	
    -_BF13581515D6EA17	m0505chape01	Supreme Prime Root Arma Tooth	a	the	Supreme Prime Root Arma Teeth	\d	the	
    -_6AA701AA8D1FFEA3	m0506chnca01	Fragment of Basic Bawaab Eye	a	the	Fragments of Basic Bawaab Eye	\d	the	
    -_A4F121CC0EB631F8	m0506chncb01	Fragment of Fine Bawaab Eye	a	the	Fragments of Fine Bawaab Eye	\d	the	
    -_9E53AF632677648A	m0506chnfc01	Fragment of Choice Forest Bawaab Eye	a	the	Fragments of Choice Forest Bawaab Eye	\d	the	
    -_01D1D797D75887D2	m0506chnfd01	Fragment of Excellent Forest Bawaab Eye	a	the	Fragments of Excellent Forest Bawaab Eye	\d	the	
    -_AB21993E6119434F	m0506chnje01	Fragment of Supreme Jungle Bawaab Eye	a	the	Fragments of Supreme Jungle Bawaab Eye	\d	the	
    -_951621E96B9DDD28	m0507chnca01	Fragment of Basic Bawaab Pelvis	a	the	Fragments of Basic Bawaab Pelvis	\d	the	
    -_8F1441C40F572A20	m0507chncb01	Fragment of Fine Bawaab Pelvis	a	the	Fragments of Fine Bawaab Pelvis	\d	the	
    -_022DA3D0D8B4570C	m0507chnfc01	Fragment of Choice Forest Bawaab Pelvis	a	the	Fragments of Choice Forest Bawaab Pelvis	\d	the	
    -_3077277E95589DBA	m0507chnfd01	Fragment of Excellent Forest Bawaab Pelvis	a	the	Fragments of Excellent Forest Bawaab Pelvis	\d	the	
    -_5E9533144C57EF85	m0507chnje01	Fragment of Supreme Jungle Bawaab Pelvis	a	the	Fragments of Supreme Jungle Bawaab Pelvis	\d	the	
    -_5552ED6C20A737AC	m0508chnca01	Basic Bawaab Tooth	a	the	Basic Bawaab Teeth	\d	the	
    -_A2454E9449F3A234	m0508chncb01	Fine Bawaab Tooth	a	the	Fine Bawaab Teeth	\d	the	
    -_445AA3035503E97D	m0508chnfc01	Choice Forest Bawaab Tooth	a	the	Choice Forest Bawaab Teeth	\d	the	
    -_DD78A1F35A64F47B	m0508chnfd01	Excellent Forest Bawaab Tooth	an	the	Excellent Forest Bawaab Teeth	\d	the	
    -_6465BBD8E9F9857A	m0508chnje01	Supreme Jungle Bawaab Tooth	a	the	Supreme Jungle Bawaab Teeth	\d	the	
    -_A6B34DCA07D21F81	m0509chbca01	Fragment of Basic Bodoc Eye	a	the	Fragments of Basic Bodoc Eye	\d	the	
    -_2969AF94CDB275AF	m0509chbcb01	Fragment of Fine Bodoc Eye	a	the	Fragments of Fine Bodoc Eye	\d	the	
    -_5EDD1FAD29D64969	m0509chbfc01	Fragment of Choice Forest Bodoc Eye	a	the	Fragments of Choice Forest Bodoc Eye	\d	the	
    -_A4E567FD9B6ED98A	m0509chbfe01	Fragment of Supreme Forest Bodoc Eye	a	the	Fragments of Supreme Forest Bodoc Eye	\d	the	
    -_93EDB2712E6D9578	m0509chbld01	Fragment of Excellent Lakes Bodoc Eye	a	the	Fragments of Excellent Lakes Bodoc Eye	\d	the	
    -_57220204E146055D	m0509chbpd01	Fragment of Excellent Prime Root Bodoc Eye	a	the	Fragments of Excellent Prime Root Bodoc Eye	\d	the	
    -_90F4D9A1DAA5B962	m0510chbca01	Fragment of Basic Bodoc Pelvis	a	the	Fragments of Basic Bodoc Pelvis	\d	the	
    -_26520017CAE01EEA	m0510chbcb01	Fragment of Fine Bodoc Pelvis	a	the	Fragments of Fine Bodoc Pelvis	\d	the	
    -_876D467988DED34F	m0510chbfc01	Fragment of Choice Forest Bodoc Pelvis	a	the	Fragments of Choice Forest Bodoc Pelvis	\d	the	
    -_F02150B083A8FCE5	m0510chbfe01	Fragment of Supreme Forest Bodoc Pelvis	a	the	Fragments of Supreme Forest Bodoc Pelvis	\d	the	
    -_3FEDDBD5D2748B04	m0510chbld01	Fragment of Excellent Lakes Bodoc Pelvis	a	the	Fragments of Excellent Lakes Bodoc Pelvis	\d	the	
    -_86F9BAB3E3E81E73	m0510chbpd01	Fragment of Excellent Prime Root Bodoc Pelvis	a	the	Fragments of Excellent Prime Root Bodoc Pelvis	\d	the	
    -_61B3BDCF7F32C730	m0511chbca01	Basic Bodoc Tooth	a	the	Basic Bodoc Teeth	\d	the	
    -_92011287923156D6	m0511chbcb01	Fine Bodoc Tooth	a	the	Fine Bodoc Teeth	\d	the	
    -_4A4C1B8C639D7D13	m0511chbfc01	Choice Forest Bodoc Tooth	a	the	Choice Forest Bodoc Teeth	\d	the	
    -_767A072768D50D71	m0511chbfe01	Supreme Forest Bodoc Tooth	a	the	Supreme Forest Bodoc Teeth	\d	the	
    -_04FA5BCED3756831	m0511chbld01	Excellent Lakes Bodoc Tooth	an	the	Excellent Lakes Bodoc Teeth	\d	the	
    -_573B360083B68410	m0511chbpd01	Excellent Prime Root Bodoc Tooth	an	the	Excellent Prime Root Bodoc Teeth	\d	the	
    -_AC970DAD111FFEA6	m0512chrca01	Fragment of Basic Bolobi Eye	a	the	Fragments of Basic Bolobi Eye	\d	the	
    -_E4D129E88B7631F4	m0512chrcb01	Fragment of Fine Bolobi Eye	a	the	Fragments of Fine Bolobi Eye	\d	the	
    -_7F21DBA516A88BDC	m0512chrfd01	Fragment of Excellent Forest Bolobi Eye	a	the	Fragments of Excellent Forest Bolobi Eye	\d	the	
    -_67E2554426FA7B6B	m0512chrfe01	Fragment of Supreme Forest Bolobi Eye	a	the	Fragments of Supreme Forest Bolobi Eye	\d	the	
    -_11B0596AB5E9F737	m0512chrld01	Fragment of Excellent Lakes Bolobi Eye	a	the	Fragments of Excellent Lakes Bolobi Eye	\d	the	
    -_5ED369905210F688	m0514chrca01	Basic Bolobi Nail	a	the	Basic Bolobi Nails	\d	the	
    -_88E4D6668C141AB8	m0514chrcb01	Fine Bolobi Nail	a	the	Fine Bolobi Nails	\d	the	
    -_1B49DD2DA46F1B27	m0514chrfd01	Excellent Forest Bolobi Nail	an	the	Excellent Forest Bolobi Nails	\d	the	
    -_F6B7FE4F1F693969	m0514chrfe01	Supreme Forest Bolobi Nail	a	the	Supreme Forest Bolobi Nails	\d	the	
    -_BE0806E3E9659835	m0514chrld01	Excellent Lakes Bolobi Nail	an	the	Excellent Lakes Bolobi Nails	\d	the	
    -_1A2659DEB1AD151B	m0515chrca01	Fragment of Basic Bolobi Pelvis	a	the	Fragments of Basic Bolobi Pelvis	\d	the	
    -_52D37DD24E37461F	m0515chrcb01	Fragment of Fine Bolobi Pelvis	a	the	Fragments of Fine Bolobi Pelvis	\d	the	
    -_31A65F7E96C8BDC7	m0515chrfd01	Fragment of Excellent Forest Bolobi Pelvis	a	the	Fragments of Excellent Forest Bolobi Pelvis	\d	the	
    -_5EA72719D1455391	m0515chrfe01	Fragment of Supreme Forest Bolobi Pelvis	a	the	Fragments of Supreme Forest Bolobi Pelvis	\d	the	
    -_1A72EE2E978193DE	m0515chrld01	Fragment of Excellent Lakes Bolobi Pelvis	a	the	Fragments of Excellent Lakes Bolobi Pelvis	\d	the	
    -_9BA1256CE3B78BA0	m0516chrca01	Basic Bolobi Tooth	a	the	Basic Bolobi Teeth	\d	the	
    -_E2358689CD63A640	m0516chrcb01	Fine Bolobi Tooth	a	the	Fine Bolobi Teeth	\d	the	
    -_5DC8790F9944F480	m0516chrfd01	Excellent Forest Bolobi Tooth	an	the	Excellent Forest Bolobi Teeth	\d	the	
    -_2665F7F12D0A8971	m0516chrfe01	Supreme Forest Bolobi Tooth	a	the	Supreme Forest Bolobi Teeth	\d	the	
    -_FD6C4F3B62725364	m0516chrld01	Excellent Lakes Bolobi Tooth	an	the	Excellent Lakes Bolobi Teeth	\d	the	
    -_70284CA9B27FEC96	m0517chcca01	Fragment of Basic Capryni Eye	a	the	Fragments of Basic Capryni Eye	\d	the	
    -_6D2781B856437E64	m0517chccb01	Fragment of Fine Capryni Eye	a	the	Fragments of Fine Capryni Eye	\d	the	
    -_191975C96F91CC67	m0517chcde01	Fragment of Supreme Desert Capryni Eye	a	the	Fragments of Supreme Desert Capryni Eye	\d	the	
    -_BA28B6A59D819213	m0517chcjd01	Fragment of Excellent Jungle Capryni Eye	a	the	Fragments of Excellent Jungle Capryni Eye	\d	the	
    -_5EB968E30280BC25	m0517chcld01	Fragment of Excellent Lakes Capryni Eye	a	the	Fragments of Excellent Lakes Capryni Eye	\d	the	
    -_64D5A73AB76FC83B	m0517chcle01	Fragment of Supreme Lakes Capryni Eye	a	the	Fragments of Supreme Lakes Capryni Eye	\d	the	
    -_26C471681A08FC81	m0518chcca01	Fragment of Basic Capryni Skin	a	the	Fragments of Basic Capryni Skin	\d	the	
    -_F21688FC06FB22FB	m0518chccb01	Fragment of Fine Capryni Skin	a	the	Fragments of Fine Capryni Skin	\d	the	
    -_6FBDBCE04244681F	m0518chcde01	Fragment of Supreme Desert Capryni Skin	a	the	Fragments of Supreme Desert Capryni Skin	\d	the	
    -_83C4578F864088CC	m0518chcjd01	Fragment of Excellent Jungle Capryni Skin	a	the	Fragments of Excellent Jungle Capryni Skin	\d	the	
    -_BE796F0A91001F41	m0518chcld01	Fragment of Excellent Lakes Capryni Skin	a	the	Fragments of Excellent Lakes Capryni Skin	\d	the	
    -_E982C9C369A7A0CD	m0518chcle01	Fragment of Supreme Lakes Capryni Skin	a	the	Fragments of Supreme Lakes Capryni Skin	\d	the	
    -_572FE49553BCBBB3	m0519chcca01	Basic Capryni Nail	a	the	Basic Capryni Nails	\d	the	
    -_61E6224E55B13193	m0519chccb01	Fine Capryni Nail	a	the	Fine Capryni Nails	\d	the	
    -_98204B3C30FC6545	m0519chcde01	Supreme Desert Capryni Nail	a	the	Supreme Desert Capryni Nails	\d	the	
    -_31D7D9FE8D815D4D	m0519chcjd01	Excellent Jungle Capryni Nail	an	the	Excellent Jungle Capryni Nails	\d	the	
    -_EDE699452A541B2F	m0519chcld01	Excellent Lakes Capryni Nail	an	the	Excellent Lakes Capryni Nails	\d	the	
    -_C41348DC4A5E7B5E	m0519chcle01	Supreme Lakes Capryni Nail	a	the	Supreme Lakes Capryni Nails	\d	the	
    -_9231D9B8748DFF98	m0520chcca01	Basic Capryni Tooth	a	the	Basic Capryni Teeth	\d	the	
    -_A134BA48E6F2C3AB	m0520chccb01	Fine Capryni Tooth	a	the	Fine Capryni Teeth	\d	the	
    -_64164D2FB2DE5DFE	m0520chcde01	Supreme Desert Capryni Tooth	a	the	Supreme Desert Capryni Teeth	\d	the	
    -_30181D2B1DDBB951	m0520chcjd01	Excellent Jungle Capryni Tooth	an	the	Excellent Jungle Capryni Teeth	\d	the	
    -_F5F0D926A5749488	m0520chcld01	Excellent Lakes Capryni Tooth	an	the	Excellent Lakes Capryni Teeth	\d	the	
    -_041FFB1BDD1F4171	m0520chcle01	Supreme Lakes Capryni Tooth	a	the	Supreme Lakes Capryni Teeth	\d	the	
    -_73BD4A67C10AF14D	m0521ccbca01	Fragment of Basic Clopper Mandible	a	the	Fragments of Basic Clopper Mandible	\d	the	
    -_7821DE6574DC1A3E	m0521ccbcb01	Fragment of Fine Clopper Mandible	a	the	Fragments of Fine Clopper Mandible	\d	the	
    -_2CF9C0486B500626	m0521ccbdc01	Fragment of Choice Desert Clopper Mandible	a	the	Fragments of Choice Desert Clopper Mandible	\d	the	
    -_38244707051EDAFF	m0521ccbdd01	Fragment of Excellent Desert Clopper Mandible	a	the	Fragments of Excellent Desert Clopper Mandible	\d	the	
    -_38EF9947A7EE5565	m0521ccbde01	Fragment of Supreme Desert Clopper Mandible	a	the	Fragments of Supreme Desert Clopper Mandible	\d	the	
    -_0139378A22B43C98	m0521ccblc01	Fragment of Choice Lakes Clopper Mandible	a	the	Fragments of Choice Lakes Clopper Mandible	\d	the	
    -_72D8BAB9C8735069	m0522ccbca01	Basic Clopper Secretion	a	the	Basic Clopper Secretions	\d	the	
    -_E7825FC60FD13806	m0522ccbcb01	Fine Clopper Secretion	a	the	Fine Clopper Secretions	\d	the	
    -_A001DCA8FDCCB934	m0522ccbdc01	Choice Desert Clopper Secretion	a	the	Choice Desert Clopper Secretions	\d	the	
    -_DFB052116101B236	m0522ccbdd01	Excellent Desert Clopper Secretion	an	the	Excellent Desert Clopper Secretions	\d	the	
    -_E298CE5CA27806AB	m0522ccbde01	Supreme Desert Clopper Secretion	a	the	Supreme Desert Clopper Secretions	\d	the	
    -_95744D580718BEA6	m0522ccblc01	Choice Lakes Clopper Secretion	a	the	Choice Lakes Clopper Secretions	\d	the	
    -_9B35B026EE6C6C61	m0523ccbca01	Fragment of Basic Clopper Sting	a	the	Fragments of Basic Clopper Sting	\d	the	
    -_A8F299C7BB5DF2EF	m0523ccbcb01	Fragment of Fine Clopper Sting	a	the	Fragments of Fine Clopper Sting	\d	the	
    -_484C36019B83EA3B	m0523ccbdc01	Fragment of Choice Desert Clopper Sting	a	the	Fragments of Choice Desert Clopper Sting	\d	the	
    -_2E96273B1A4DB1CE	m0523ccbdd01	Fragment of Excellent Desert Clopper Sting	a	the	Fragments of Excellent Desert Clopper Sting	\d	the	
    -_133DC31C4AB1A879	m0523ccbde01	Fragment of Supreme Desert Clopper Sting	a	the	Fragments of Supreme Desert Clopper Sting	\d	the	
    -_7E132A8607084A19	m0523ccblc01	Fragment of Choice Lakes Clopper Sting	a	the	Fragments of Choice Lakes Clopper Sting	\d	the	
    -_E34465675D38D882	m0524ccbca01	Fragment of Basic Clopper Tail	a	the	Fragments of Basic Clopper Tail	\d	the	
    -_324660F9C6BB4AEE	m0524ccbcb01	Fragment of Fine Clopper Tail	a	the	Fragments of Fine Clopper Tail	\d	the	
    -_189DD6338B61F270	m0524ccbdc01	Fragment of Choice Desert Clopper Tail	a	the	Fragments of Choice Desert Clopper Tail	\d	the	
    -_BC8517848DC1BCC6	m0524ccbdd01	Fragment of Excellent Desert Clopper Tail	a	the	Fragments of Excellent Desert Clopper Tail	\d	the	
    -_AE7DDCD801B48813	m0524ccbde01	Fragment of Supreme Desert Clopper Tail	a	the	Fragments of Supreme Desert Clopper Tail	\d	the	
    -_FE334F70727E12F6	m0524ccblc01	Fragment of Choice Lakes Clopper Tail	a	the	Fragments of Choice Lakes Clopper Tail	\d	the	
    -_166AEDE38D1C353D	m0525cpeca01	Handful of Basic Cratcha Moss	a	the	Handfuls of Basic Cratcha Moss	\d	the	
    -_2FC621F651A5B524	m0525cpecb01	Handful of Fine Cratcha Moss	a	the	Handfuls of Fine Cratcha Moss	\d	the	
    -_8B383BA5B0D68615	m0525cpefc01	Handful of Choice Forest Cratcha Moss	a	the	Handfuls of Choice Forest Cratcha Moss	\d	the	
    -_1501256AAA185ECB	m0525cpefe01	Handful of Supreme Forest Cratcha Moss	a	the	Handfuls of Supreme Forest Cratcha Moss	\d	the	
    -_B64B9DC44A345FCC	m0526checa01	Fragment of Basic Cray Claw	a	the	Fragments of Basic Cray Claw	\d	the	
    -_6D0D2F5B50B3CDA7	m0526checb01	Fragment of Fine Cray Claw	a	the	Fragments of Fine Cray Claw	\d	the	
    -_472DBA415A369717	m0526chejd01	Fragment of Excellent Jungle Cray Claw	a	the	Fragments of Excellent Jungle Cray Claw	\d	the	
    -_F458CD232403D66F	m0526chelc01	Fragment of Choice Lakes Cray Claw	a	the	Fragments of Choice Lakes Cray Claw	\d	the	
    -_C65EB287AD5EBE55	m0526cheld01	Fragment of Excellent Lakes Cray Claw	a	the	Fragments of Excellent Lakes Cray Claw	\d	the	
    -_620BA52AAE0B1779	m0526chele01	Fragment of Supreme Lakes Cray Claw	a	the	Fragments of Supreme Lakes Cray Claw	\d	the	
    -_5321050067A8C13F	m0527checa01	Fragment of Basic Cray Mandible	a	the	Fragments of Basic Cray Mandible	\d	the	
    -_26203CDFCA4CD6EF	m0527checb01	Fragment of Fine Cray Mandible	a	the	Fragments of Fine Cray Mandible	\d	the	
    -_6E576FA066B8F884	m0527chejd01	Fragment of Excellent Jungle Cray Mandible	a	the	Fragments of Excellent Jungle Cray Mandible	\d	the	
    -_0BDDE61F48196F1D	m0527chelc01	Fragment of Choice Lakes Cray Mandible	a	the	Fragments of Choice Lakes Cray Mandible	\d	the	
    -_CE5702DE987198C4	m0527cheld01	Fragment of Excellent Lakes Cray Mandible	a	the	Fragments of Excellent Lakes Cray Mandible	\d	the	
    -_18F992AE2BC940C1	m0527chele01	Fragment of Supreme Lakes Cray Mandible	a	the	Fragments of Supreme Lakes Cray Mandible	\d	the	
    -_74180134EBE4AB66	m0528checa01	Basic Cray Secretion	a	the	Basic Cray Secretions	\d	the	
    -_9686B3E4606A2E58	m0528checb01	Fine Cray Secretion	a	the	Fine Cray Secretions	\d	the	
    -_A83AB443069A209E	m0528chejd01	Excellent Jungle Cray Secretion	an	the	Excellent Jungle Cray Secretions	\d	the	
    -_06F7904E57556417	m0528chelc01	Choice Lakes Cray Secretion	a	the	Choice Lakes Cray Secretions	\d	the	
    -_A5610802881B098C	m0528cheld01	Excellent Lakes Cray Secretion	an	the	Excellent Lakes Cray Secretions	\d	the	
    -_F4DE09BF5568981E	m0528chele01	Supreme Lakes Cray Secretion	a	the	Supreme Lakes Cray Secretions	\d	the	
    -_404B9DC44AD29FB9	m0529checa01	Fragment of Basic Cray Tail	a	the	Fragments of Basic Cray Tail	\d	the	
    -_AC6E735B50B3A1A7	m0529checb01	Fragment of Fine Cray Tail	a	the	Fragments of Fine Cray Tail	\d	the	
    -_497DD2499747970F	m0529chejd01	Fragment of Excellent Jungle Cray Tail	a	the	Fragments of Excellent Jungle Cray Tail	\d	the	
    -_F6F731186903D667	m0529chelc01	Fragment of Choice Lakes Cray Tail	a	the	Fragments of Choice Lakes Cray Tail	\d	the	
    -_C65EB27CED2ED669	m0529cheld01	Fragment of Excellent Lakes Cray Tail	a	the	Fragments of Excellent Lakes Cray Tail	\d	the	
    -_A16CE92AAE0BEB79	m0529chele01	Fragment of Supreme Lakes Cray Tail	a	the	Fragments of Supreme Lakes Cray Tail	\d	the	
    -_63445D64A427C88D	m0530cckca01	Fragment of Basic Cuttler Claw	a	the	Fragments of Basic Cuttler Claw	\d	the	
    -_7137441C03FC06EA	m0530cckcb01	Fragment of Fine Cuttler Claw	a	the	Fragments of Fine Cuttler Claw	\d	the	
    -_989DCE30D250E27B	m0530cckdc01	Fragment of Choice Desert Cuttler Claw	a	the	Fragments of Choice Desert Cuttler Claw	\d	the	
    -_A86ED0ECFDA57C23	m0530cckde01	Fragment of Supreme Desert Cuttler Claw	a	the	Fragments of Supreme Desert Cuttler Claw	\d	the	
    -_5ABDCA3C5260E27A	m0530cckfc01	Fragment of Choice Forest Cuttler Claw	a	the	Fragments of Choice Forest Cuttler Claw	\d	the	
    -_BDC7EF9C8AD1ACD1	m0530cckfd01	Fragment of Excellent Forest Cuttler Claw	a	the	Fragments of Excellent Forest Cuttler Claw	\d	the	
    -_A85EF8F1FD95A426	m0530cckfe01	Fragment of Supreme Forest Cuttler Claw	a	the	Fragments of Supreme Forest Cuttler Claw	\d	the	
    -_19A7E55F0C7048B8	m0531cckca01	Basic Cuttler Ligament	a	the	Basic Cuttler Ligaments	\d	the	
    -_FCB9DDC9B7FA9CF4	m0531cckcb01	Fine Cuttler Ligament	a	the	Fine Cuttler Ligaments	\d	the	
    -_83F04B3546EB423E	m0531cckdc01	Choice Desert Cuttler Ligament	a	the	Choice Desert Cuttler Ligaments	\d	the	
    -_0210D68FFE586CDB	m0531cckde01	Supreme Desert Cuttler Ligament	a	the	Supreme Desert Cuttler Ligaments	\d	the	
    -_03F04F37468B4648	m0531cckfc01	Choice Forest Cuttler Ligament	a	the	Choice Forest Cuttler Ligaments	\d	the	
    -_EC759E900B431299	m0531cckfd01	Excellent Forest Cuttler Ligament	an	the	Excellent Forest Cuttler Ligaments	\d	the	
    -_4210D29C7E4894DD	m0531cckfe01	Supreme Forest Cuttler Ligament	a	the	Supreme Forest Cuttler Ligaments	\d	the	
    -_048A1A2F796DB7A9	m0533dxacb01	Phial of Basic Dante Sap	a	the	Phials of Basic Dante Sap	\d	the	
    -_1F99F65275A042B0	m0533dxacc01	Phial of Fine Dante Sap	a	the	Phials of Fine Dante Sap	\d	the	
    -_AA4604C22A5B194E	m0533dxadd01	Phial of Choice Desert Dante Sap	a	the	Phials of Choice Desert Dante Sap	\d	the	
    -_587C29FCC2DBAD95	m0533dxade01	Phial of Excellent Desert Dante Sap	a	the	Phials of Excellent Desert Dante Sap	\d	the	
    -_1E732B81E4013F88	m0533dxadf01	Phial of Supreme Desert Dante Sap	a	the	Phials of Supreme Desert Dante Sap	\d	the	
    -_6AE60CC52A4B4550	m0533dxafd01	Phial of Choice Forest Dante Sap	a	the	Phials of Choice Forest Dante Sap	\d	the	
    -_D87C2112C2DBAD95	m0533dxafe01	Phial of Excellent Forest Dante Sap	a	the	Phials of Excellent Forest Dante Sap	\d	the	
    -_9E732F83E4A14392	m0533dxaff01	Phial of Supreme Forest Dante Sap	a	the	Phials of Supreme Forest Dante Sap	\d	the	
    -_6947E0C2AA194156	m0533dxajd01	Phial of Choice Jungle Dante Sap	a	the	Phials of Choice Jungle Dante Sap	\d	the	
    -_56BC0122C4DBAD77	m0533dxaje01	Phial of Excellent Jungle Dante Sap	a	the	Phials of Excellent Jungle Dante Sap	\d	the	
    -_9F82137A22224398	m0533dxajf01	Phial of Supreme Jungle Dante Sap	a	the	Phials of Supreme Jungle Dante Sap	\d	the	
    -_071583A163349602	m0533dxald01	Phial of Choice Lakes Dante Sap	a	the	Phials of Choice Lakes Dante Sap	\d	the	
    -_A7562768D7CCF794	m0533dxale01	Phial of Excellent Lakes Dante Sap	a	the	Phials of Excellent Lakes Dante Sap	\d	the	
    -_D346FCED294D3C42	m0533dxalf01	Phial of Supreme Lakes Dante Sap	a	the	Phials of Supreme Lakes Dante Sap	\d	the	
    -_843AC5D53FBEC52C	m0533dxapd01	Phial of Choice Prime Root Dante Sap	a	the	Phials of Choice Prime Root Dante Sap	\d	the	
    -_FD1E6AD35325AE24	m0533dxape01	Phial of Excellent Prime Root Dante Sap	a	the	Phials of Excellent Prime Root Dante Sap	\d	the	
    -_04D029EBABED1BCE	m0533dxapf01	Phial of Supreme Prime Root Dante Sap	a	the	Phials of Supreme Prime Root Dante Sap	\d	the	
    -_9E3F8F149A73B5F7	m0534dxacb01	Portion of Basic Dung Resin	a	the	Portions of Basic Dung Resin	\d	the	
    -_2528985892A2505B	m0534dxacc01	Portion of Fine Dung Resin	a	the	Portions of Fine Dung Resin	\d	the	
    -_D88DA109CCFBB5C1	m0534dxadd01	Portion of Choice Desert Dung Resin	a	the	Portions of Choice Desert Dung Resin	\d	the	
    -_794EAE805233A444	m0534dxade01	Portion of Excellent Desert Dung Resin	a	the	Portions of Excellent Desert Dung Resin	\d	the	
    -_3461C3C6EAA85ED2	m0534dxadf01	Portion of Supreme Desert Dung Resin	a	the	Portions of Supreme Desert Dung Resin	\d	the	
    -_D8ADA109D03BB5C1	m0534dxafd01	Portion of Choice Forest Dung Resin	a	the	Portions of Choice Forest Dung Resin	\d	the	
    -_39EEB6835223D046	m0534dxafe01	Portion of Excellent Forest Dung Resin	a	the	Portions of Excellent Forest Dung Resin	\d	the	
    -_7451E7D46AA85ED3	m0534dxaff01	Portion of Supreme Forest Dung Resin	a	the	Portions of Supreme Forest Dung Resin	\d	the	
    -_50CBB105D4BBB5C1	m0534dxajd01	Portion of Choice Jungle Dung Resin	a	the	Portions of Choice Jungle Dung Resin	\d	the	
    -_384F8A80D2F1CC4C	m0534dxaje01	Portion of Excellent Jungle Dung Resin	a	the	Portions of Excellent Jungle Dung Resin	\d	the	
    -_3330EFE26BA822BD	m0534dxajf01	Portion of Supreme Jungle Dung Resin	a	the	Portions of Supreme Jungle Dung Resin	\d	the	
    -_588AF93BE788F1EA	m0534dxald01	Portion of Choice Lakes Dung Resin	a	the	Portions of Choice Lakes Dung Resin	\d	the	
    -_F00CE6AE068C1EC2	m0534dxale01	Portion of Excellent Lakes Dung Resin	a	the	Portions of Excellent Lakes Dung Resin	\d	the	
    -_D9A5223B4339652D	m0534dxalf01	Portion of Supreme Lakes Dung Resin	a	the	Portions of Supreme Lakes Dung Resin	\d	the	
    -_2FCEEA0E0B862658	m0534dxapd01	Portion of Choice Prime Root Dung Resin	a	the	Portions of Choice Prime Root Dung Resin	\d	the	
    -_10F20CB7AAE6B3FE	m0534dxape01	Portion of Excellent Prime Root Dung Resin	a	the	Portions of Excellent Prime Root Dung Resin	\d	the	
    -_3317022363ECF41C	m0534dxapf01	Portion of Supreme Prime Root Dung Resin	a	the	Portions of Supreme Prime Root Dung Resin	\d	the	
    -_429A4E3078ECBBB4	m0535dxacb01	Phial of Basic Enola Sap	a	the	Phials of Basic Enola Sap	\d	the	
    -_6269D653B87022B3	m0535dxacc01	Phial of Fine Enola Sap	a	the	Phials of Fine Enola Sap	\d	the	
    -_E85638C329DA1D59	m0535dxadd01	Phial of Choice Desert Enola Sap	a	the	Phials of Choice Desert Enola Sap	\d	the	
    -_58FCE9FE48FBAD97	m0535dxade01	Phial of Excellent Desert Enola Sap	a	the	Phials of Excellent Desert Enola Sap	\d	the	
    -_61832B7DE2D1538C	m0535dxadf01	Phial of Supreme Desert Enola Sap	a	the	Phials of Supreme Desert Enola Sap	\d	the	
    -_A8F640C629CA495B	m0535dxafd01	Phial of Choice Forest Enola Sap	a	the	Phials of Choice Forest Enola Sap	\d	the	
    -_D8FCE11448FBAD97	m0535dxafe01	Phial of Excellent Forest Enola Sap	a	the	Phials of Excellent Forest Enola Sap	\d	the	
    -_E1832F7FE2715796	m0535dxaff01	Phial of Supreme Forest Enola Sap	a	the	Phials of Supreme Forest Enola Sap	\d	the	
    -_A75714C3A9984561	m0535dxajd01	Phial of Choice Jungle Enola Sap	a	the	Phials of Choice Jungle Enola Sap	\d	the	
    -_563CC1244AFBAD79	m0535dxaje01	Phial of Excellent Jungle Enola Sap	a	the	Phials of Excellent Jungle Enola Sap	\d	the	
    -_E292137620F2579C	m0535dxajf01	Phial of Supreme Jungle Enola Sap	a	the	Phials of Supreme Jungle Enola Sap	\d	the	
    -_47E5879D6144BAFD	m0535dxald01	Phial of Choice Lakes Enola Sap	a	the	Phials of Choice Lakes Enola Sap	\d	the	
    -_EA662764D59C0B98	m0535dxale01	Phial of Excellent Lakes Enola Sap	a	the	Phials of Excellent Lakes Enola Sap	\d	the	
    -_1616DCEE6C1D1C45	m0535dxalf01	Phial of Supreme Lakes Enola Sap	a	the	Phials of Supreme Lakes Enola Sap	\d	the	
    -_81C9FDE37FBEC52A	m0535dxapd01	Phial of Choice Prime Root Enola Sap	a	the	Phials of Choice Prime Root Enola Sap	\d	the	
    -_40EE4AD496F58E27	m0535dxape01	Phial of Excellent Prime Root Enola Sap	a	the	Phials of Excellent Prime Root Enola Sap	\d	the	
    -_45F05DECABADFBCD	m0535dxapf01	Phial of Supreme Prime Root Enola Sap	a	the	Phials of Supreme Prime Root Enola Sap	\d	the	
    -_318905AD125FFEB0	m0536choca01	Fragment of Basic Frippo Eye	a	the	Fragments of Basic Frippo Eye	\d	the	
    -_649199EA48D851F8	m0536chocb01	Fragment of Fine Frippo Eye	a	the	Fragments of Fine Frippo Eye	\d	the	
    -_23245D9313F1FA8F	m0538choca01	Basic Frippo Nail	a	the	Basic Frippo Nails	\d	the	
    -_47751E670AA562BD	m0538chocb01	Fine Frippo Nail	a	the	Fine Frippo Nails	\d	the	
    -_DC475DDB32CE191C	m0539choca01	Fragment of Basic Frippo Pelvis	a	the	Fragments of Basic Frippo Pelvis	\d	the	
    -_1303C1D7CC686E31	m0539chocb01	Fragment of Fine Frippo Pelvis	a	the	Fragments of Fine Frippo Pelvis	\d	the	
    -_5EB13170A398A7A5	m0540choca01	Basic Frippo Tooth	a	the	Basic Frippo Teeth	\d	the	
    -_63479A86CD03DE3B	m0540chocb01	Fine Frippo Tooth	a	the	Fine Frippo Teeth	\d	the	
    -_DF3F8F149A73C5F4	m0541dxacb01	Portion of Basic Fung Resin	a	the	Portions of Basic Fung Resin	\d	the	
    -_E628985892A2505A	m0541dxacc01	Portion of Fine Fung Resin	a	the	Portions of Fine Fung Resin	\d	the	
    -_198DA109CCFBC5BE	m0541dxadd01	Portion of Choice Desert Fung Resin	a	the	Portions of Choice Desert Fung Resin	\d	the	
    -_3A4EAE825233A441	m0541dxade01	Portion of Excellent Desert Fung Resin	a	the	Portions of Excellent Desert Fung Resin	\d	the	
    -_7561C3C66AC85ECF	m0541dxadf01	Portion of Supreme Desert Fung Resin	a	the	Portions of Supreme Desert Fung Resin	\d	the	
    -_19ADA109D03BC5BE	m0541dxafd01	Portion of Choice Forest Fung Resin	a	the	Portions of Choice Forest Fung Resin	\d	the	
    -_FAEEB6855223D043	m0541dxafe01	Portion of Excellent Forest Fung Resin	a	the	Portions of Excellent Forest Fung Resin	\d	the	
    -_B551E7D4EAC85ED0	m0541dxaff01	Portion of Supreme Forest Fung Resin	a	the	Portions of Supreme Forest Fung Resin	\d	the	
    -_91CBB105D4BBC5BE	m0541dxajd01	Portion of Choice Jungle Fung Resin	a	the	Portions of Choice Jungle Fung Resin	\d	the	
    -_F94F8A82D2F1CC49	m0541dxaje01	Portion of Excellent Jungle Fung Resin	a	the	Portions of Excellent Jungle Fung Resin	\d	the	
    -_7430EFE2EBC822BA	m0541dxajf01	Portion of Supreme Jungle Fung Resin	a	the	Portions of Supreme Jungle Fung Resin	\d	the	
    -_198A013BE788F1E7	m0541dxald01	Portion of Choice Lakes Fung Resin	a	the	Portions of Choice Lakes Fung Resin	\d	the	
    -_310CE6AE86AC1EBF	m0541dxale01	Portion of Excellent Lakes Fung Resin	a	the	Portions of Excellent Lakes Fung Resin	\d	the	
    -_9AA5223B4339652C	m0541dxalf01	Portion of Supreme Lakes Fung Resin	a	the	Portions of Supreme Lakes Fung Resin	\d	the	
    -_70CEF20E0B862E55	m0541dxapd01	Portion of Choice Prime Root Fung Resin	a	the	Portions of Choice Prime Root Fung Resin	\d	the	
    -_D1F20CB7AAE6B3FD	m0541dxape01	Portion of Excellent Prime Root Fung Resin	a	the	Portions of Excellent Prime Root Fung Resin	\d	the	
    -_74370223E3ECF419	m0541dxapf01	Portion of Supreme Prime Root Fung Resin	a	the	Portions of Supreme Prime Root Fung Resin	\d	the	
    -_6F363102565CFB6C	m0542ccaca01	Basic Gingo Ligament	a	the	Basic Gingo Ligaments	\d	the	
    -_121463E39BB6B28A	m0542ccacb01	Fine Gingo Ligament	a	the	Fine Gingo Ligaments	\d	the	
    -_A6C8C93382D8358C	m0542ccafd01	Excellent Forest Gingo Ligament	an	the	Excellent Forest Gingo Ligaments	\d	the	
    -_FDA344F3AD39B230	m0542ccafe01	Supreme Forest Gingo Ligament	a	the	Supreme Forest Gingo Ligaments	\d	the	
    -_933A63D38CC6A558	m0542ccajc01	Choice Jungle Gingo Ligament	a	the	Choice Jungle Gingo Ligaments	\d	the	
    -_6497D13340A73D88	m0542ccajd01	Excellent Jungle Gingo Ligament	an	the	Excellent Jungle Gingo Ligaments	\d	the	
    -_A7134DE04B721F7B	m0543chqca01	Fragment of Basic Gnoof Eye	a	the	Fragments of Basic Gnoof Eye	\d	the	
    -_2A69BB97535285AE	m0543chqcb01	Fragment of Fine Gnoof Eye	a	the	Fragments of Fine Gnoof Eye	\d	the	
    -_5F3D1FC36D764963	m0543chqfc01	Fragment of Choice Forest Gnoof Eye	a	the	Fragments of Choice Forest Gnoof Eye	\d	the	
    -_CF2B1199D5F48800	m0543chqfd01	Fragment of Excellent Forest Gnoof Eye	a	the	Fragments of Excellent Forest Gnoof Eye	\d	the	
    -_66958F01A06ED987	m0543chqfe01	Fragment of Supreme Forest Gnoof Eye	a	the	Fragments of Supreme Forest Gnoof Eye	\d	the	
    -_1CD719B810D06392	m0544chqca01	Fragment of Basic Gnoof Skin	a	the	Fragments of Basic Gnoof Skin	\d	the	
    -_3DA949E8CB76D942	m0544chqcb01	Fragment of Fine Gnoof Skin	a	the	Fragments of Fine Gnoof Skin	\d	the	
    -_5083C771A928C979	m0544chqfc01	Fragment of Choice Forest Gnoof Skin	a	the	Fragments of Choice Forest Gnoof Skin	\d	the	
    -_CC0DBFCB62946F04	m0544chqfd01	Fragment of Excellent Forest Gnoof Skin	a	the	Fragments of Excellent Forest Gnoof Skin	\d	the	
    -_E9623572EFC85824	m0544chqfe01	Fragment of Supreme Forest Gnoof Skin	a	the	Fragments of Supreme Forest Gnoof Skin	\d	the	
    -_CA835DA5CDB3A5F8	m0545chqca01	Basic Gnoof Nail	a	the	Basic Gnoof Nails	\d	the	
    -_EC3CD988D1F1D60E	m0545chqcb01	Fine Gnoof Nail	a	the	Fine Gnoof Nails	\d	the	
    -_379ADF8C3ACA1FDC	m0545chqfc01	Choice Forest Gnoof Nail	a	the	Choice Forest Gnoof Nails	\d	the	
    -_4850814FAE12D3A9	m0545chqfd01	Excellent Forest Gnoof Nail	an	the	Excellent Forest Gnoof Nails	\d	the	
    -_3C3EE400BDF2D84D	m0545chqfe01	Supreme Forest Gnoof Nail	a	the	Supreme Forest Gnoof Nails	\d	the	
    -_1314EDAC5EF5C568	m0546chqca01	Fragment of Basic Gnoof Pelvis	a	the	Fragments of Basic Gnoof Pelvis	\d	the	
    -_A852381691D032F0	m0546chqcb01	Fragment of Fine Gnoof Pelvis	a	the	Fragments of Fine Gnoof Pelvis	\d	the	
    -_0A8D5A840C2EDF55	m0546chqfc01	Fragment of Choice Forest Gnoof Pelvis	a	the	Fragments of Choice Forest Gnoof Pelvis	\d	the	
    -_3C66AFE4D0210C89	m0546chqfd01	Fragment of Excellent Forest Gnoof Pelvis	a	the	Fragments of Excellent Forest Gnoof Pelvis	\d	the	
    -_B3217CAF49A828EA	m0546chqfe01	Fragment of Supreme Forest Gnoof Pelvis	a	the	Fragments of Supreme Forest Gnoof Pelvis	\d	the	
    -_9C7195ABD83A7297	m0547chqca01	Basic Gnoof Trunk	a	the	Basic Gnoof Trunks	\d	the	
    -_CC55BE991A802E78	m0547chqcb01	Fine Gnoof Trunk	a	the	Fine Gnoof Trunks	\d	the	
    -_8B794B420D962468	m0547chqfc01	Choice Forest Gnoof Trunk	a	the	Choice Forest Gnoof Trunks	\d	the	
    -_2C6451109706F156	m0547chqfd01	Excellent Forest Gnoof Trunk	an	the	Excellent Forest Gnoof Trunks	\d	the	
    -_2AF840DC9C7A5D62	m0547chqfe01	Supreme Forest Gnoof Trunk	a	the	Supreme Forest Gnoof Trunks	\d	the	
    -_68798DF074DBB10F	m0548cccca01	Fragment of Basic Goari Mandible	a	the	Fragments of Basic Goari Mandible	\d	the	
    -_8F9286D2A1C93E12	m0548ccccb01	Fragment of Fine Goari Mandible	a	the	Fragments of Fine Goari Mandible	\d	the	
    -_0CE44FC9DD84DFC7	m0548cccdc01	Fragment of Choice Desert Goari Mandible	a	the	Fragments of Choice Desert Goari Mandible	\d	the	
    -_FBC518384A727315	m0548cccde01	Fragment of Supreme Desert Goari Mandible	a	the	Fragments of Supreme Desert Goari Mandible	\d	the	
    -_33BFFC9945F6A8D0	m0548cccle01	Fragment of Supreme Lakes Goari Mandible	a	the	Fragments of Supreme Lakes Goari Mandible	\d	the	
    -_B0D672ECA51D64EF	m0549cccca01	Basic Goari Secretion	a	the	Basic Goari Secretions	\d	the	
    -_6D9C3FAE68F26B91	m0549ccccb01	Fine Goari Secretion	a	the	Fine Goari Secretions	\d	the	
    -_C92EE0D399D9E699	m0549cccdc01	Choice Desert Goari Secretion	a	the	Choice Desert Goari Secretions	\d	the	
    -_0E8F890041FEA176	m0549cccde01	Supreme Desert Goari Secretion	a	the	Supreme Desert Goari Secretions	\d	the	
    -_7D48B581A0A0D543	m0549cccle01	Supreme Lakes Goari Secretion	a	the	Supreme Lakes Goari Secretions	\d	the	
    -_DE5658C487500469	m0550cccca01	Fragment of Basic Goari Sting	a	the	Fragments of Basic Goari Sting	\d	the	
    -_554241ABD2A46F9B	m0550ccccb01	Fragment of Fine Goari Sting	a	the	Fragments of Fine Goari Sting	\d	the	
    -_18D15A4BF199623E	m0550cccdc01	Fragment of Choice Desert Goari Sting	a	the	Fragments of Choice Desert Goari Sting	\d	the	
    -_D69B92B6E6857405	m0550cccde01	Fragment of Supreme Desert Goari Sting	a	the	Fragments of Supreme Desert Goari Sting	\d	the	
    -_4CF0672D33D0B972	m0550cccle01	Fragment of Supreme Lakes Goari Sting	a	the	Fragments of Supreme Lakes Goari Sting	\d	the	
    -_1D38EDA94CE03F90	m0551cccca01	Fragment of Basic Goari Tail	a	the	Fragments of Basic Goari Tail	\d	the	
    -_FFA961EE4106D92B	m0551ccccb01	Fragment of Fine Goari Tail	a	the	Fragments of Fine Goari Tail	\d	the	
    -_11F477546538A576	m0551cccdc01	Fragment of Choice Desert Goari Tail	a	the	Fragments of Choice Desert Goari Tail	\d	the	
    -_E573D563ACC86824	m0551cccde01	Fragment of Supreme Desert Goari Tail	a	the	Fragments of Supreme Desert Goari Tail	\d	the	
    -_3757D7A951B243F5	m0551cccle01	Fragment of Supreme Lakes Goari Tail	a	the	Fragments of Supreme Lakes Goari Tail	\d	the	
    -_B077ADA9566FFEA6	m0552chxca01	Fragment of Basic Gubani Eye	a	the	Fragments of Basic Gubani Eye	\d	the	
    -_E5D189CC073859F4	m0552chxcb01	Fragment of Fine Gubani Eye	a	the	Fragments of Fine Gubani Eye	\d	the	
    -_A3026370F0C72877	m0552chxjc01	Fragment of Choice Jungle Gubani Eye	a	the	Fragments of Choice Jungle Gubani Eye	\d	the	
    -_EA62595225897752	m0552chxje01	Fragment of Supreme Jungle Gubani Eye	a	the	Fragments of Supreme Jungle Gubani Eye	\d	the	
    -_68366DF423BE0393	m0552chxpc01	Fragment of Choice Prime Root Gubani Eye	a	the	Fragments of Choice Prime Root Gubani Eye	\d	the	
    -_576783634D90259E	m0552chxpd01	Fragment of Excellent Prime Root Gubani Eye	a	the	Fragments of Excellent Prime Root Gubani Eye	\d	the	
    -_27B13FDC50F61689	m0552chxpe01	Fragment of Supreme Prime Root Gubani Eye	a	the	Fragments of Supreme Prime Root Gubani Eye	\d	the	
    -_EC2618CEC58DA53E	m0553chxca01	Fragment of Basic Gubani Skin	a	the	Fragments of Basic Gubani Skin	\d	the	
    -_DB2611A25B25F34A	m0553chxcb01	Fragment of Fine Gubani Skin	a	the	Fragments of Fine Gubani Skin	\d	the	
    -_64C21E6BB0E5EB06	m0553chxjc01	Fragment of Choice Jungle Gubani Skin	a	the	Fragments of Choice Jungle Gubani Skin	\d	the	
    -_59596E817D331363	m0553chxje01	Fragment of Supreme Jungle Gubani Skin	a	the	Fragments of Supreme Jungle Gubani Skin	\d	the	
    -_B59F8FFA4D21681E	m0553chxpc01	Fragment of Choice Prime Root Gubani Skin	a	the	Fragments of Choice Prime Root Gubani Skin	\d	the	
    -_C05AA802B06DAF05	m0553chxpd01	Fragment of Excellent Prime Root Gubani Skin	a	the	Fragments of Excellent Prime Root Gubani Skin	\d	the	
    -_65D2721669E5F46E	m0553chxpe01	Fragment of Supreme Prime Root Gubani Skin	a	the	Fragments of Supreme Prime Root Gubani Skin	\d	the	
    -_E443419615D0BE7E	m0554chxca01	Basic Gubani Nail	a	the	Basic Gubani Nails	\d	the	
    -_06451A588B755EAA	m0554chxcb01	Fine Gubani Nail	a	the	Fine Gubani Nails	\d	the	
    -_4E9BB74C385B2860	m0554chxjc01	Choice Jungle Gubani Nail	a	the	Choice Jungle Gubani Nails	\d	the	
    -_3758D64C60D76161	m0554chxje01	Supreme Jungle Gubani Nail	a	the	Supreme Jungle Gubani Nails	\d	the	
    -_97437CDAE7DE4872	m0554chxpc01	Choice Prime Root Gubani Nail	a	the	Choice Prime Root Gubani Nails	\d	the	
    -_2A9BDAE1BBBA2CD1	m0554chxpd01	Excellent Prime Root Gubani Nail	an	the	Excellent Prime Root Gubani Nails	\d	the	
    -_4A96E4CCB555D8A2	m0554chxpe01	Supreme Prime Root Gubani Nail	a	the	Supreme Prime Root Gubani Nails	\d	the	
    -_9D3621D4B5BDDD11	m0555chxca01	Fragment of Basic Gubani Pelvis	a	the	Fragments of Basic Gubani Pelvis	\d	the	
    -_D033C5C94D985A2B	m0555chxcb01	Fragment of Fine Gubani Pelvis	a	the	Fragments of Fine Gubani Pelvis	\d	the	
    -_4A6D93B662F447EC	m0555chxjc01	Fragment of Choice Jungle Gubani Pelvis	a	the	Fragments of Choice Jungle Gubani Pelvis	\d	the	
    -_E295FB3510063F8F	m0555chxje01	Fragment of Supreme Jungle Gubani Pelvis	a	the	Fragments of Supreme Jungle Gubani Pelvis	\d	the	
    -_7905DF1D690865E3	m0555chxpc01	Fragment of Choice Prime Root Gubani Pelvis	a	the	Fragments of Choice Prime Root Gubani Pelvis	\d	the	
    -_FA66707465B2929E	m0555chxpd01	Fragment of Excellent Prime Root Gubani Pelvis	a	the	Fragments of Excellent Prime Root Gubani Pelvis	\d	the	
    -_389900236A9AA38A	m0555chxpe01	Fragment of Supreme Prime Root Gubani Pelvis	a	the	Fragments of Supreme Prime Root Gubani Pelvis	\d	the	
    -_BF3FB7A8B0464982	m0556ccnca01	Fragment of Basic Horncher Mandible	a	the	Fragments of Basic Horncher Mandible	\d	the	
    -_63AB0665062D4237	m0556ccncb01	Fragment of Fine Horncher Mandible	a	the	Fragments of Fine Horncher Mandible	\d	the	
    -_7769898BD24A736A	m0556ccnfc01	Fragment of Choice Forest Horncher Mandible	a	the	Fragments of Choice Forest Horncher Mandible	\d	the	
    -_A63FFB25E2548CF4	m0556ccnlc01	Fragment of Choice Lakes Horncher Mandible	a	the	Fragments of Choice Lakes Horncher Mandible	\d	the	
    -_58A97C3464858C09	m0556ccnle01	Fragment of Supreme Lakes Horncher Mandible	a	the	Fragments of Supreme Lakes Horncher Mandible	\d	the	
    -_B534498A4A6BFDBB	m0556ccnpc01	Fragment of Choice Prime Root Horncher Mandible	a	the	Fragments of Choice Prime Root Horncher Mandible	\d	the	
    -_0E6FAD92FBA68D66	m0556ccnpe01	Fragment of Supreme Prime Root Horncher Mandible	a	the	Fragments of Supreme Prime Root Horncher Mandible	\d	the	
    -_09ECCF980BCC17ED	m0557ccnca01	Basic Horncher Secretion	a	the	Basic Horncher Secretions	\d	the	
    -_E45A2B718B02EC99	m0557ccncb01	Fine Horncher Secretion	a	the	Fine Horncher Secretions	\d	the	
    -_7603517F78E391D1	m0557ccnfc01	Choice Forest Horncher Secretion	a	the	Choice Forest Horncher Secretions	\d	the	
    -_DF9D38C0B34CEE82	m0557ccnlc01	Choice Lakes Horncher Secretion	a	the	Choice Lakes Horncher Secretions	\d	the	
    -_45D7A14C7DDB365F	m0557ccnle01	Supreme Lakes Horncher Secretion	a	the	Supreme Lakes Horncher Secretions	\d	the	
    -_0F0C376595C6F53B	m0557ccnpc01	Choice Prime Root Horncher Secretion	a	the	Choice Prime Root Horncher Secretions	\d	the	
    -_87C05A8DFBF47847	m0557ccnpe01	Supreme Prime Root Horncher Secretion	a	the	Supreme Prime Root Horncher Secretions	\d	the	
    -_E84AF956F0366516	m0558ccnca01	Fragment of Basic Horncher Sting	a	the	Fragments of Basic Horncher Sting	\d	the	
    -_DC2541E6715CF926	m0558ccncb01	Fragment of Fine Horncher Sting	a	the	Fragments of Fine Horncher Sting	\d	the	
    -_CCB5B73CD9CFBBD0	m0558ccnfc01	Fragment of Choice Forest Horncher Sting	a	the	Fragments of Choice Forest Horncher Sting	\d	the	
    -_C50CBEB27302D0E1	m0558ccnlc01	Fragment of Choice Lakes Horncher Sting	a	the	Fragments of Choice Lakes Horncher Sting	\d	the	
    -_8052B7AD158963E4	m0558ccnle01	Fragment of Supreme Lakes Horncher Sting	a	the	Fragments of Supreme Lakes Horncher Sting	\d	the	
    -_37C5E45426C93F50	m0558ccnpc01	Fragment of Choice Prime Root Horncher Sting	a	the	Fragments of Choice Prime Root Horncher Sting	\d	the	
    -_08CB2B8621A97CD6	m0558ccnpe01	Fragment of Supreme Prime Root Horncher Sting	a	the	Fragments of Supreme Prime Root Horncher Sting	\d	the	
    -_D5D1DD146A089955	m0559ccnca01	Fragment of Basic Horncher Tail	a	the	Fragments of Basic Horncher Tail	\d	the	
    -_64D3059211BA453F	m0559ccncb01	Fragment of Fine Horncher Tail	a	the	Fragments of Fine Horncher Tail	\d	the	
    -_42E85FFBD71F1339	m0559ccnfc01	Fragment of Choice Forest Horncher Tail	a	the	Fragments of Choice Forest Horncher Tail	\d	the	
    -_94C11A7900D61FE4	m0559ccnlc01	Fragment of Choice Lakes Horncher Tail	a	the	Fragments of Choice Lakes Horncher Tail	\d	the	
    -_56AC5B617237AF11	m0559ccnle01	Fragment of Supreme Lakes Horncher Tail	a	the	Fragments of Supreme Lakes Horncher Tail	\d	the	
    -_697DEFA76676CDDD	m0559ccnpc01	Fragment of Choice Prime Root Horncher Tail	a	the	Fragments of Choice Prime Root Horncher Tail	\d	the	
    -_B00F1110A6CA172C	m0559ccnpe01	Fragment of Supreme Prime Root Horncher Tail	a	the	Fragments of Supreme Prime Root Horncher Tail	\d	the	
    -_5BB8EDA008B0077D	m0560cbaca01	Fragment of Basic Igara Beak	a	the	Fragments of Basic Igara Beak	\d	the	
    -_35A921EEC1D6A932	m0560cbacb01	Fragment of Fine Igara Beak	a	the	Fragments of Fine Igara Beak	\d	the	
    -_433C9BC855634BF9	m0560cbajd01	Fragment of Excellent Jungle Igara Beak	a	the	Fragments of Excellent Jungle Igara Beak	\d	the	
    -_A7F2FD6A6297CC18	m0560cbaje01	Fragment of Supreme Jungle Igara Beak	a	the	Fragments of Supreme Jungle Igara Beak	\d	the	
    -_C6A3A18B4573E9DA	m0561cbaca01	Basic Igara Bone	a	the	Basic Igara Bones	\d	the	
    -_6C9CF5918BB18A14	m0561cbacb01	Fine Igara Bone	a	the	Fine Igara Bones	\d	the	
    -_3A6E6951A8720BC1	m0561cbajd01	Excellent Jungle Igara Bone	an	the	Excellent Jungle Igara Bones	\d	the	
    -_3E9F50047BD19C3C	m0561cbaje01	Supreme Jungle Igara Bone	a	the	Supreme Jungle Igara Bones	\d	the	
    -_ED763102568C5352	m0562cbaca01	Basic Igara Ligament	a	the	Basic Igara Ligaments	\d	the	
    -_122463E59BA67A87	m0562cbacb01	Fine Igara Ligament	a	the	Fine Igara Ligaments	\d	the	
    -_A177A13EFD770D93	m0562cbajd01	Excellent Jungle Igara Ligament	an	the	Excellent Jungle Igara Ligaments	\d	the	
    -_FEB2ECE46C2A9E34	m0562cbaje01	Supreme Jungle Igara Ligament	a	the	Supreme Jungle Igara Ligaments	\d	the	
    -_5BB8ED9C4AC06B96	m0564cbaca01	Fragment of Basic Igara Wing	a	the	Fragments of Basic Igara Wing	\d	the	
    -_BFA921EEC156113E	m0564cbacb01	Fragment of Fine Igara Wing	a	the	Fragments of Fine Igara Wing	\d	the	
    -_88FCCFCC9A237F01	m0564cbajd01	Fragment of Excellent Jungle Igara Wing	a	the	Fragments of Excellent Jungle Igara Wing	\d	the	
    -_A7B2316AEAD7201C	m0564cbaje01	Fragment of Supreme Jungle Igara Wing	a	the	Fragments of Supreme Jungle Igara Wing	\d	the	
    -_3473C9E7CDCF9605	m0565dxacb01	Basic Irin Oil	some	the	Basic Irin Oils	\d	the	
    -_414D6475D85579DA	m0565dxacc01	Fine Irin Oil	some	the	Fine Irin Oils	\d	the	
    -_9D1CFFA0713A50DD	m0565dxadd01	Choice Desert Irin Oil	some	the	Choice Desert Irin Oils	\d	the	
    -_56BEB235E50637BF	m0565dxade01	Excellent Desert Irin Oil	some	the	Excellent Desert Irin Oils	\d	the	
    -_395B8B5044723363	m0565dxadf01	Supreme Desert Irin Oil	some	the	Supreme Desert Irin Oils	\d	the	
    -_1D0C27A4B13A4CE8	m0565dxafd01	Choice Forest Irin Oil	some	the	Choice Forest Irin Oils	\d	the	
    -_56DEB235E94637BF	m0565dxafe01	Excellent Forest Irin Oil	some	the	Excellent Forest Irin Oils	\d	the	
    -_BB7B8B5344725B64	m0565dxaff01	Supreme Forest Irin Oil	some	the	Supreme Forest Irin Oils	\d	the	
    -_9ECB3F9DF05A00E7	m0565dxajd01	Choice Jungle Irin Oil	some	the	Choice Jungle Irin Oils	\d	the	
    -_CEFCC231EDC637BF	m0565dxaje01	Excellent Jungle Irin Oil	some	the	Excellent Jungle Irin Oils	\d	the	
    -_3DBB4F5000C07B64	m0565dxajf01	Supreme Jungle Irin Oil	some	the	Supreme Jungle Irin Oils	\d	the	
    -_E622631A05BF83B8	m0565dxald01	Choice Lakes Irin Oil	some	the	Choice Lakes Irin Oils	\d	the	
    -_3C7D8058FC2DE651	m0565dxale01	Excellent Lakes Irin Oil	some	the	Excellent Lakes Irin Oils	\d	the	
    -_E57ADA3C7C82E398	m0565dxalf01	Supreme Lakes Irin Oil	some	the	Supreme Lakes Irin Oils	\d	the	
    -_A04ED0EAE602543A	m0565dxapd01	Choice Prime Root Irin Oil	some	the	Choice Prime Root Irin Oils	\d	the	
    -_9D444B1C344C5874	m0565dxape01	Excellent Prime Root Irin Oil	some	the	Excellent Prime Root Irin Oils	\d	the	
    -_B82758EDED10F788	m0565dxapf01	Supreme Prime Root Irin Oil	some	the	Supreme Prime Root Irin Oils	\d	the	
    -_374B3DC48D125FBE	m0566cbbca01	Fragment of Basic Izam Beak	a	the	Fragments of Basic Izam Beak	\d	the	
    -_AC8D2B4F8CD3D5A1	m0566cbbcb01	Fragment of Fine Izam Beak	a	the	Fragments of Fine Izam Beak	\d	the	
    -_44CEB639D926970A	m0566cbbdd01	Fragment of Excellent Desert Izam Beak	a	the	Fragments of Excellent Desert Izam Beak	\d	the	
    -_15055711D88FDE65	m0566cbbde01	Fragment of Supreme Desert Izam Beak	a	the	Fragments of Supreme Desert Izam Beak	\d	the	
    -_F787C91C20A3C669	m0566cbblc01	Fragment of Choice Lakes Izam Beak	a	the	Fragments of Choice Lakes Izam Beak	\d	the	
    -_2C711BEAB07A877D	m0566cbbpe01	Fragment of Supreme Prime Root Izam Beak	a	the	Fragments of Supreme Prime Root Izam Beak	\d	the	
    -_82FA60D8879322DC	m0567cbbca01	Basic Izam Bone	a	the	Basic Izam Bones	\d	the	
    -_F9FB550E87F09D3F	m0567cbbcb01	Fine Izam Bone	a	the	Fine Izam Bones	\d	the	
    -_7D701FE7A966FCC4	m0567cbbdd01	Excellent Desert Izam Bone	an	the	Excellent Desert Izam Bones	\d	the	
    -_E22E586EA1FE90C2	m0567cbbde01	Supreme Desert Izam Bone	a	the	Supreme Desert Izam Bones	\d	the	
    -_DEE997E1A4C88B81	m0567cbblc01	Choice Lakes Izam Bone	a	the	Choice Lakes Izam Bones	\d	the	
    -_61046B39DC30E5DF	m0567cbbpe01	Supreme Prime Root Izam Bone	a	the	Supreme Prime Root Izam Bones	\d	the	
    -_13D342FFAC379E7C	m0568cbbca01	Basic Izam Ligament	a	the	Basic Izam Ligaments	\d	the	
    -_09F3A2A66BE48E86	m0568cbbcb01	Fine Izam Ligament	a	the	Fine Izam Ligaments	\d	the	
    -_73C52432647D9551	m0568cbbdd01	Excellent Desert Izam Ligament	an	the	Excellent Desert Izam Ligaments	\d	the	
    -_EFFE4DEBCC1A9534	m0568cbbde01	Supreme Desert Izam Ligament	a	the	Supreme Desert Izam Ligaments	\d	the	
    -_8DFB6372A6225DC8	m0568cbblc01	Choice Lakes Izam Ligament	a	the	Choice Lakes Izam Ligaments	\d	the	
    -_DB28895F9AF8C1A8	m0568cbbpe01	Supreme Prime Root Izam Ligament	a	the	Supreme Prime Root Izam Ligaments	\d	the	
    -_014B3DC48D92C7C0	m0570cbbca01	Fragment of Basic Izam Wing	a	the	Fragments of Basic Izam Wing	\d	the	
    -_301E7F4F8CD3C5A4	m0570cbbcb01	Fragment of Fine Izam Wing	a	the	Fragments of Fine Izam Wing	\d	the	
    -_C70EFA46DA779700	m0570cbbdd01	Fragment of Excellent Desert Izam Wing	a	the	Fragments of Excellent Desert Izam Wing	\d	the	
    -_5505570D1A9F4274	m0570cbbde01	Fragment of Supreme Desert Izam Wing	a	the	Fragments of Supreme Desert Izam Wing	\d	the	
    -_7A87512065A3C65F	m0570cbblc01	Fragment of Choice Lakes Izam Wing	a	the	Fragments of Choice Lakes Izam Wing	\d	the	
    -_6B412BFBF3BADB77	m0570cbbpe01	Fragment of Supreme Prime Root Izam Wing	a	the	Fragments of Supreme Prime Root Izam Wing	\d	the	
    -_ED37C8DCF60D593C	m0571ccjca01	Fragment of Basic Javing Beak	a	the	Fragments of Basic Javing Beak	\d	the	
    -_DA0631BB14E4A337	m0571ccjcb01	Fragment of Fine Javing Beak	a	the	Fragments of Fine Javing Beak	\d	the	
    -_BA963EC9CAA4E7CE	m0571ccjfd01	Fragment of Excellent Forest Javing Beak	a	the	Fragments of Excellent Forest Javing Beak	\d	the	
    -_51EA566C79B27F71	m0571ccjfe01	Fragment of Supreme Forest Javing Beak	a	the	Fragments of Supreme Forest Javing Beak	\d	the	
    -_A0D3458754C0DE87	m0572ccjca01	Basic Javing Bone	a	the	Basic Javing Bones	\d	the	
    -_C9345E544A14A2A4	m0572ccjcb01	Fine Javing Bone	a	the	Fine Javing Bones	\d	the	
    -_1BE9F52A20EF4319	m0572ccjfd01	Excellent Forest Javing Bone	an	the	Excellent Forest Javing Bones	\d	the	
    -_BC67564120997558	m0572ccjfe01	Supreme Forest Javing Bone	a	the	Supreme Forest Javing Bones	\d	the	
    -_6DD45905382B68E1	m0573ccjca01	Basic Javing Ligament	a	the	Basic Javing Ligaments	\d	the	
    -_B57A877C96BA736B	m0573ccjcb01	Fine Javing Ligament	a	the	Fine Javing Ligaments	\d	the	
    -_AA49496286FB49C9	m0573ccjfd01	Excellent Forest Javing Ligament	an	the	Excellent Forest Javing Ligaments	\d	the	
    -_C771D838097B3140	m0573ccjfe01	Supreme Forest Javing Ligament	a	the	Supreme Forest Javing Ligaments	\d	the	
    -_DE59CEF8B38158B4	m0574ccjca01	Basic Javing Leather	a	the	Basic Javing Leathers	\d	the	
    -_F5E59EF22539BFDA	m0574ccjcb01	Fine Javing Leather	a	the	Fine Javing Leathers	\d	the	
    -_E028519B0D5B5D98	m0574ccjfd01	Excellent Forest Javing Leather	an	the	Excellent Forest Javing Leathers	\d	the	
    -_50B26444E9696DA5	m0574ccjfe01	Supreme Forest Javing Leather	a	the	Supreme Forest Javing Leathers	\d	the	
    -_91D9A521CF53E9DA	m0575cpaca01	Handful of Basic Jubla Moss	a	the	Handfuls of Basic Jubla Moss	\d	the	
    -_A5C48362A241B865	m0575cpacb01	Handful of Fine Jubla Moss	a	the	Handfuls of Fine Jubla Moss	\d	the	
    -_C1079E05D6DE84D4	m0575cpape01	Handful of Supreme Prime Root Jubla Moss	a	the	Handfuls of Supreme Prime Root Jubla Moss	\d	the	
    -_2594099B94A00E76	m0576ccmca01	Basic Jugula Bone	a	the	Basic Jugula Bones	\d	the	
    -_0515566047F59AB4	m0576ccmcb01	Fine Jugula Bone	a	the	Fine Jugula Bones	\d	the	
    -_0E2D6758780BC459	m0576ccmfc01	Choice Forest Jugula Bone	a	the	Choice Forest Jugula Bones	\d	the	
    -_F8A8563B61FA317C	m0576ccmfe01	Supreme Forest Jugula Bone	a	the	Supreme Forest Jugula Bones	\d	the	
    -_9564C4DDA9DE186C	m0576ccmpc01	Choice Prime Root Jugula Bone	a	the	Choice Prime Root Jugula Bones	\d	the	
    -_27CB6ED339FAF4E7	m0576ccmpd01	Excellent Prime Root Jugula Bone	an	the	Excellent Prime Root Jugula Bones	\d	the	
    -_C92720C536C5D0B0	m0576ccmpe01	Supreme Prime Root Jugula Bone	a	the	Supreme Prime Root Jugula Bones	\d	the	
    -_6FE748E0FC7D4540	m0577ccmca01	Fragment of Basic Jugula Claw	a	the	Fragments of Basic Jugula Claw	\d	the	
    -_598659C41995C33E	m0577ccmcb01	Fragment of Fine Jugula Claw	a	the	Fragments of Fine Jugula Claw	\d	the	
    -_A9024E73E6C6A715	m0577ccmfc01	Fragment of Choice Forest Jugula Claw	a	the	Fragments of Choice Forest Jugula Claw	\d	the	
    -_D61B4E807BA2AF6E	m0577ccmfe01	Fragment of Supreme Forest Jugula Claw	a	the	Fragments of Supreme Forest Jugula Claw	\d	the	
    -_38C02FFE84B1982E	m0577ccmpc01	Fragment of Choice Prime Root Jugula Claw	a	the	Fragments of Choice Prime Root Jugula Claw	\d	the	
    -_3EBAF0246EDD7FF9	m0577ccmpd01	Fragment of Excellent Prime Root Jugula Claw	a	the	Fragments of Excellent Prime Root Jugula Claw	\d	the	
    -_E511320E24B67C78	m0577ccmpe01	Fragment of Supreme Prime Root Jugula Claw	a	the	Fragments of Supreme Prime Root Jugula Claw	\d	the	
    -_72D459FFF8CC5CEB	m0578ccmca01	Basic Jugula Ligament	a	the	Basic Jugula Ligaments	\d	the	
    -_2DFC877C57FA6388	m0578ccmcb01	Fine Jugula Ligament	a	the	Fine Jugula Ligaments	\d	the	
    -_0B2CC7E92C7802A1	m0578ccmfc01	Choice Forest Jugula Ligament	a	the	Choice Forest Jugula Ligaments	\d	the	
    -_C711D03E867DF559	m0578ccmfe01	Supreme Forest Jugula Ligament	a	the	Supreme Forest Jugula Ligaments	\d	the	
    -_3A83AD1BB52BCD07	m0578ccmpc01	Choice Prime Root Jugula Ligament	a	the	Choice Prime Root Jugula Ligaments	\d	the	
    -_0933125E4CFEAA45	m0578ccmpd01	Excellent Prime Root Jugula Ligament	an	the	Excellent Prime Root Jugula Ligaments	\d	the	
    -_AB2AC48448AE6AD1	m0578ccmpe01	Supreme Prime Root Jugula Ligament	a	the	Supreme Prime Root Jugula Ligaments	\d	the	
    -_E3F9C6042FA288AA	m0579ccmca01	Basic Jugula Leather	a	the	Basic Jugula Leathers	\d	the	
    -_31269EEC669A7BFF	m0579ccmcb01	Fine Jugula Leather	a	the	Fine Jugula Leathers	\d	the	
    -_9132E8F4261BED7F	m0579ccmfc01	Choice Forest Jugula Leather	a	the	Choice Forest Jugula Leathers	\d	the	
    -_D07328522A2A31B8	m0579ccmfe01	Supreme Forest Jugula Leather	a	the	Supreme Forest Jugula Leathers	\d	the	
    -_69F8C543F28112A6	m0579ccmpc01	Choice Prime Root Jugula Leather	a	the	Choice Prime Root Jugula Leathers	\d	the	
    -_4A2EA682C6412D8E	m0579ccmpd01	Excellent Prime Root Jugula Leather	an	the	Excellent Prime Root Jugula Leathers	\d	the	
    -_208C6CE794390503	m0579ccmpe01	Supreme Prime Root Jugula Leather	a	the	Supreme Prime Root Jugula Leathers	\d	the	
    -_6AC949F1358AB501	m0580ckgca01	Fragment of Basic Kiban Mandible	a	the	Fragments of Basic Kiban Mandible	\d	the	
    -_D032AAC1E2E962F9	m0580ckgcb01	Fragment of Fine Kiban Mandible	a	the	Fragments of Fine Kiban Mandible	\d	the	
    -_0E340BCA9E33E3B9	m0580ckgdc01	Fragment of Choice Desert Kiban Mandible	a	the	Fragments of Choice Desert Kiban Mandible	\d	the	
    -_30C563F5A8D8B56A	m0580ckgfd01	Fragment of Excellent Forest Kiban Mandible	a	the	Fragments of Excellent Forest Kiban Mandible	\d	the	
    -_8D54BBDA9FE223B0	m0580ckgjc01	Fragment of Choice Jungle Kiban Mandible	a	the	Fragments of Choice Jungle Kiban Mandible	\d	the	
    -_F56FDF178FB47C0D	m0580ckgld01	Fragment of Excellent Lakes Kiban Mandible	a	the	Fragments of Excellent Lakes Kiban Mandible	\d	the	
    -_745F20888616CCB7	m0580ckgle01	Fragment of Supreme Lakes Kiban Mandible	a	the	Fragments of Supreme Lakes Kiban Mandible	\d	the	
    -_0FC840F215998338	m0580ckgpc01	Fragment of Choice Prime Root Kiban Mandible	a	the	Fragments of Choice Prime Root Kiban Mandible	\d	the	
    -_2C2991683EE04193	m0580ckgpd01	Fragment of Excellent Prime Root Kiban Mandible	a	the	Fragments of Excellent Prime Root Kiban Mandible	\d	the	
    -_1616EF28DB9A55C8	m0580ckgpe01	Fragment of Supreme Prime Root Kiban Mandible	a	the	Fragments of Supreme Prime Root Kiban Mandible	\d	the	
    -_311672ECE7DC24E2	m0581ckgca01	Basic Kiban Secretion	a	the	Basic Kiban Secretions	\d	the	
    -_EEDC5FAE69729367	m0581ckgcb01	Fine Kiban Secretion	a	the	Fine Kiban Secretions	\d	the	
    -_4A6EE0D3DB98A68C	m0581ckgdc01	Choice Desert Kiban Secretion	a	the	Choice Desert Kiban Secretions	\d	the	
    -_FA95BD8E30EC31D0	m0581ckgfd01	Excellent Forest Kiban Secretion	an	the	Excellent Forest Kiban Secretions	\d	the	
    -_CB6EA4C4DA67D2A2	m0581ckgjc01	Choice Jungle Kiban Secretion	a	the	Choice Jungle Kiban Secretions	\d	the	
    -_1202B103FD7A24CB	m0581ckgld01	Excellent Lakes Kiban Secretion	an	the	Excellent Lakes Kiban Secretions	\d	the	
    -_FE88D581A120FD19	m0581ckgle01	Supreme Lakes Kiban Secretion	a	the	Supreme Lakes Kiban Secretions	\d	the	
    -_29752EDA748B2D2C	m0581ckgpc01	Choice Prime Root Kiban Secretion	a	the	Choice Prime Root Kiban Secretions	\d	the	
    -_CAD362A404DA8E30	m0581ckgpd01	Excellent Prime Root Kiban Secretion	an	the	Excellent Prime Root Kiban Secretions	\d	the	
    -_B756D87644B00BA3	m0581ckgpe01	Supreme Prime Root Kiban Secretion	a	the	Supreme Prime Root Kiban Secretions	\d	the	
    -_5BB6FCC907100470	m0582ckgca01	Fragment of Basic Kiban Sting	a	the	Fragments of Basic Kiban Sting	\d	the	
    -_1692119B92047F9D	m0582ckgcb01	Fragment of Fine Kiban Sting	a	the	Fragments of Fine Kiban Sting	\d	the	
    -_9531FE5071596245	m0582ckgdc01	Fragment of Choice Desert Kiban Sting	a	the	Fragments of Choice Desert Kiban Sting	\d	the	
    -_24E632E31A00AFFA	m0582ckgfd01	Fragment of Excellent Forest Kiban Sting	a	the	Fragments of Excellent Forest Kiban Sting	\d	the	
    -_D3520266F2684A38	m0582ckgjc01	Fragment of Choice Jungle Kiban Sting	a	the	Fragments of Choice Jungle Kiban Sting	\d	the	
    -_9C6A89CA7B4420C6	m0582ckgld01	Fragment of Excellent Lakes Kiban Sting	a	the	Fragments of Excellent Lakes Kiban Sting	\d	the	
    -_0D40371DF330C974	m0582ckgle01	Fragment of Supreme Lakes Kiban Sting	a	the	Fragments of Supreme Lakes Kiban Sting	\d	the	
    -_B44FF72FFF844316	m0582ckgpc01	Fragment of Choice Prime Root Kiban Sting	a	the	Fragments of Choice Prime Root Kiban Sting	\d	the	
    -_FBC6A8FBE74C3B58	m0582ckgpd01	Fragment of Excellent Prime Root Kiban Sting	a	the	Fragments of Excellent Prime Root Kiban Sting	\d	the	
    -_E504C300D215D85F	m0582ckgpe01	Fragment of Supreme Prime Root Kiban Sting	a	the	Fragments of Supreme Prime Root Kiban Sting	\d	the	
    -_1F77ADA4CDA03F92	m0583ckgca01	Fragment of Basic Kiban Tail	a	the	Fragments of Basic Kiban Tail	\d	the	
    -_C0A989CCC2C6F92D	m0583ckgcb01	Fragment of Fine Kiban Tail	a	the	Fragments of Fine Kiban Tail	\d	the	
    -_1333374FE6F8A578	m0583ckgdc01	Fragment of Choice Desert Kiban Tail	a	the	Fragments of Choice Desert Kiban Tail	\d	the	
    -_CB9DEFB3DD549FEB	m0583ckgfd01	Fragment of Excellent Forest Kiban Tail	a	the	Fragments of Excellent Forest Kiban Tail	\d	the	
    -_1202636B67F86963	m0583ckgjc01	Fragment of Choice Jungle Kiban Tail	a	the	Fragments of Choice Jungle Kiban Tail	\d	the	
    -_53E015873D47F8E1	m0583ckgld01	Fragment of Excellent Lakes Kiban Tail	a	the	Fragments of Excellent Lakes Kiban Tail	\d	the	
    -_F857FF87D27263F7	m0583ckgle01	Fragment of Supreme Lakes Kiban Tail	a	the	Fragments of Supreme Lakes Kiban Tail	\d	the	
    -_E875DD2389B0D44B	m0583ckgpc01	Fragment of Choice Prime Root Kiban Tail	a	the	Fragments of Choice Prime Root Kiban Tail	\d	the	
    -_323F8363081EC5D7	m0583ckgpd01	Fragment of Excellent Prime Root Kiban Tail	a	the	Fragments of Excellent Prime Root Kiban Tail	\d	the	
    -_E522E0AF18921685	m0583ckgpe01	Fragment of Supreme Prime Root Kiban Tail	a	the	Fragments of Supreme Prime Root Kiban Tail	\d	the	
    -_7118B2ABC5A25460	m0584ckaca01	Basic Kidinak Secretion	a	the	Basic Kidinak Secretions	\d	the	
    -_A95263C28CA004FE	m0584ckacb01	Fine Kidinak Secretion	a	the	Fine Kidinak Secretions	\d	the	
    -_BAD29DE1C8E40F02	m0584ckape01	Supreme Prime Root Kidinak Secretion	a	the	Supreme Prime Root Kidinak Secretions	\d	the	
    -_F53CF65941DA1151	m0585ckdca01	Fragment of Basic Kincher Mandible	a	the	Fragments of Basic Kincher Mandible	\d	the	
    -_FC21BE58B35B363F	m0585ckdcb01	Fragment of Fine Kincher Mandible	a	the	Fragments of Fine Kincher Mandible	\d	the	
    -_AE786C3AEB20262A	m0585ckddc01	Fragment of Choice Desert Kincher Mandible	a	the	Fragments of Choice Desert Kincher Mandible	\d	the	
    -_7CF4670784CDB6F3	m0585ckddd01	Fragment of Excellent Desert Kincher Mandible	a	the	Fragments of Excellent Desert Kincher Mandible	\d	the	
    -_B64D91412C6E5569	m0585ckdde01	Fragment of Supreme Desert Kincher Mandible	a	the	Fragments of Supreme Desert Kincher Mandible	\d	the	
    -_EE886845ED40262A	m0585ckdfc01	Fragment of Choice Forest Kincher Mandible	a	the	Fragments of Choice Forest Kincher Mandible	\d	the	
    -_FE14670A84CDDEF4	m0585ckdfd01	Fragment of Excellent Forest Kincher Mandible	a	the	Fragments of Excellent Forest Kincher Mandible	\d	the	
    -_B62DE1472C6E556B	m0585ckdfe01	Fragment of Supreme Forest Kincher Mandible	a	the	Fragments of Supreme Forest Kincher Mandible	\d	the	
    -_6937604B7080261B	m0585ckdjc01	Fragment of Choice Jungle Kincher Mandible	a	the	Fragments of Choice Jungle Kincher Mandible	\d	the	
    -_80542B07401BFEF4	m0585ckdjd01	Fragment of Excellent Jungle Kincher Mandible	a	the	Fragments of Excellent Jungle Kincher Mandible	\d	the	
    -_B6AB11532C6EDD5D	m0585ckdje01	Fragment of Supreme Jungle Kincher Mandible	a	the	Fragments of Supreme Jungle Kincher Mandible	\d	the	
    -_430957825F241097	m0585ckdlc01	Fragment of Choice Lakes Kincher Mandible	a	the	Fragments of Choice Lakes Kincher Mandible	\d	the	
    -_2EC57B8D526ED569	m0585ckdld01	Fragment of Excellent Lakes Kincher Mandible	a	the	Fragments of Excellent Lakes Kincher Mandible	\d	the	
    -_F34E482716466B09	m0585ckdle01	Fragment of Supreme Lakes Kincher Mandible	a	the	Fragments of Supreme Lakes Kincher Mandible	\d	the	
    -_92F5769FEDFF1A46	m0585ckdpc01	Fragment of Choice Prime Root Kincher Mandible	a	the	Fragments of Choice Prime Root Kincher Mandible	\d	the	
    -_2BC8D9DEFD63D5DE	m0585ckdpd01	Fragment of Excellent Prime Root Kincher Mandible	a	the	Fragments of Excellent Prime Root Kincher Mandible	\d	the	
    -_A50651B1F7BDFDE1	m0585ckdpe01	Fragment of Supreme Prime Root Kincher Mandible	a	the	Fragments of Supreme Prime Root Kincher Mandible	\d	the	
    -_33589AAC09423C6C	m0586ckdca01	Basic Kincher Secretion	a	the	Basic Kincher Secretions	\d	the	
    -_2B527FC68E8014FA	m0586ckdcb01	Fine Kincher Secretion	a	the	Fine Kincher Secretions	\d	the	
    -_6181BC9B3E9BA537	m0586ckddc01	Choice Desert Kincher Secretion	a	the	Choice Desert Kincher Secretions	\d	the	
    -_61B032FC5E41C642	m0586ckddd01	Excellent Desert Kincher Secretion	an	the	Excellent Desert Kincher Secretions	\d	the	
    -_64C7CA59232702AC	m0586ckdde01	Supreme Desert Kincher Secretion	a	the	Supreme Desert Kincher Secretions	\d	the	
    -_E191BC9C00BBA141	m0586ckdfc01	Choice Forest Kincher Secretion	a	the	Choice Forest Kincher Secretions	\d	the	
    -_61C036FDA001CE42	m0586ckdfd01	Excellent Forest Kincher Secretion	an	the	Excellent Forest Kincher Secretions	\d	the	
    -_64B7F25E23172AAF	m0586ckdfe01	Supreme Forest Kincher Secretion	a	the	Supreme Forest Kincher Secretions	\d	the	
    -_1E20C48DC11B9147	m0586ckdjc01	Choice Jungle Kincher Secretion	a	the	Choice Jungle Kincher Secretions	\d	the	
    -_9D5E22FF21A2DE42	m0586ckdjd01	Excellent Jungle Kincher Secretion	an	the	Excellent Jungle Kincher Secretions	\d	the	
    -_E476CE5FA3D606AC	m0586ckdje01	Supreme Jungle Kincher Secretion	a	the	Supreme Jungle Kincher Secretions	\d	the	
    -_9334616088989E95	m0586ckdlc01	Choice Lakes Kincher Secretion	a	the	Choice Lakes Kincher Secretions	\d	the	
    -_AF92F2689B2DB116	m0586ckdld01	Excellent Lakes Kincher Secretion	an	the	Excellent Lakes Kincher Secretions	\d	the	
    -_8EFE09A185EC49B8	m0586ckdle01	Supreme Lakes Kincher Secretion	a	the	Supreme Lakes Kincher Secretions	\d	the	
    -_3E182A99476035BA	m0586ckdpc01	Choice Prime Root Kincher Secretion	a	the	Choice Prime Root Kincher Secretions	\d	the	
    -_6B85DB9AB125B36F	m0586ckdpd01	Excellent Prime Root Kincher Secretion	an	the	Excellent Prime Root Kincher Secretions	\d	the	
    -_B812EDE189E4470C	m0586ckdpe01	Supreme Prime Root Kincher Secretion	a	the	Supreme Prime Root Kincher Secretions	\d	the	
    -_259351661D38B878	m0587ckdca01	Fragment of Basic Kincher Tail	a	the	Fragments of Basic Kincher Tail	\d	the	
    -_B2753CE9090B6AF1	m0587ckdcb01	Fragment of Fine Kincher Tail	a	the	Fragments of Fine Kincher Tail	\d	the	
    -_5AECC2324B61D266	m0587ckddc01	Fragment of Choice Desert Kincher Tail	a	the	Fragments of Choice Desert Kincher Tail	\d	the	
    -_FC84338110419CBC	m0587ckddd01	Fragment of Excellent Desert Kincher Tail	a	the	Fragments of Excellent Desert Kincher Tail	\d	the	
    -_30ACD8D582638413	m0587ckdde01	Fragment of Supreme Desert Kincher Tail	a	the	Fragments of Supreme Desert Kincher Tail	\d	the	
    -_1C0CBE3ECB71D265	m0587ckdfc01	Fragment of Choice Forest Kincher Tail	a	the	Fragments of Choice Forest Kincher Tail	\d	the	
    -_7E945B8510519CBC	m0587ckdfd01	Fragment of Excellent Forest Kincher Tail	a	the	Fragments of Excellent Forest Kincher Tail	\d	the	
    -_309C00DA8253AC16	m0587ckdfe01	Fragment of Supreme Forest Kincher Tail	a	the	Fragments of Supreme Forest Kincher Tail	\d	the	
    -_DD6CAE480800DA52	m0587ckdjc01	Fragment of Choice Jungle Kincher Tail	a	the	Fragments of Choice Jungle Kincher Tail	\d	the	
    -_8093738D4CE068B1	m0587ckdjd01	Fragment of Excellent Jungle Kincher Tail	a	the	Fragments of Excellent Jungle Kincher Tail	\d	the	
    -_B05BDCDB02128813	m0587ckdje01	Fragment of Supreme Jungle Kincher Tail	a	the	Fragments of Supreme Jungle Kincher Tail	\d	the	
    -_80332F5B6FBE2601	m0587ckdlc01	Fragment of Choice Lakes Kincher Tail	a	the	Fragments of Choice Lakes Kincher Tail	\d	the	
    -_7F688BFFD11F3B35	m0587ckdld01	Fragment of Excellent Lakes Kincher Tail	a	the	Fragments of Excellent Lakes Kincher Tail	\d	the	
    -_A9E17DB06CB7E8C3	m0587ckdle01	Fragment of Supreme Lakes Kincher Tail	a	the	Fragments of Supreme Lakes Kincher Tail	\d	the	
    -_55347ECC3675144D	m0587ckdpc01	Fragment of Choice Prime Root Kincher Tail	a	the	Fragments of Choice Prime Root Kincher Tail	\d	the	
    -_121CF68522136A7A	m0587ckdpd01	Fragment of Excellent Prime Root Kincher Tail	a	the	Fragments of Excellent Prime Root Kincher Tail	\d	the	
    -_A01B4979CCFC7B57	m0587ckdpe01	Fragment of Supreme Prime Root Kincher Tail	a	the	Fragments of Supreme Prime Root Kincher Tail	\d	the	
    -_20A4FA0E504108E5	m0588ckbca01	Basic Kinrey Secretion	a	the	Basic Kinrey Secretions	\d	the	
    -_FAAA16A527FCA402	m0588ckbcb01	Fine Kinrey Secretion	a	the	Fine Kinrey Secretions	\d	the	
    -_FEB2FC382A7510D9	m0588ckbcd01	Excellent Kinrey Secretion	an	the	Excellent Kinrey Secretions	\d	the	
    -_8AED60E48ABC026B	m0588ckbdc01	Choice Desert Kinrey Secretion	a	the	Choice Desert Kinrey Secretions	\d	the	
    -_2E397EBC13AE2516	m0588ckbpe01	Supreme Prime Root Kinrey Secretion	a	the	Supreme Prime Root Kinrey Secretions	\d	the	
    -_F5362CD27D5DE93B	m0589ckbca01	Fragment of Basic Kinrey Tail	a	the	Fragments of Basic Kinrey Tail	\d	the	
    -_A09731BD5534DF51	m0589ckbcb01	Fragment of Fine Kinrey Tail	a	the	Fragments of Fine Kinrey Tail	\d	the	
    -_8BD75DFE62187AE4	m0589ckbcd01	Fragment of Excellent Kinrey Tail	a	the	Fragments of Excellent Kinrey Tail	\d	the	
    -_2FB12E59E7A64710	m0589ckbdc01	Fragment of Choice Desert Kinrey Tail	a	the	Fragments of Choice Desert Kinrey Tail	\d	the	
    -_A2827626A5966072	m0589ckbpe01	Fragment of Supreme Prime Root Kinrey Tail	a	the	Fragments of Supreme Prime Root Kinrey Tail	\d	the	
    -_AA3959FF34CAED01	m0590ckhca01	Fragment of Basic Kipee Mandible	a	the	Fragments of Basic Kipee Mandible	\d	the	
    -_943286C5A7E93EFD	m0590ckhcb01	Fragment of Fine Kipee Mandible	a	the	Fragments of Fine Kipee Mandible	\d	the	
    -_4EA41BD89D731BB9	m0590ckhdc01	Fragment of Choice Desert Kipee Mandible	a	the	Fragments of Choice Desert Kipee Mandible	\d	the	
    -_748563F3E9B86D74	m0590ckhdd01	Fragment of Excellent Desert Kipee Mandible	a	the	Fragments of Excellent Desert Kipee Mandible	\d	the	
    -_3BF444255192830D	m0590ckhde01	Fragment of Supreme Desert Kipee Mandible	a	the	Fragments of Supreme Desert Kipee Mandible	\d	the	
    -_8EA417E51D6343BB	m0590ckhfc01	Fragment of Choice Forest Kipee Mandible	a	the	Fragments of Choice Forest Kipee Mandible	\d	the	
    -_78C563F5E9D86D72	m0590ckhfd01	Fragment of Excellent Forest Kipee Mandible	a	the	Fragments of Excellent Forest Kipee Mandible	\d	the	
    -_3BF46C28D3B2830E	m0590ckhfe01	Fragment of Supreme Forest Kipee Mandible	a	the	Fragments of Supreme Forest Kipee Mandible	\d	the	
    -_CDC4CBE89E225BB0	m0590ckhjc01	Fragment of Choice Jungle Kipee Mandible	a	the	Fragments of Choice Jungle Kipee Mandible	\d	the	
    -_F3AFF31B54B47C0D	m0590ckhld01	Fragment of Excellent Lakes Kipee Mandible	a	the	Fragments of Excellent Lakes Kipee Mandible	\d	the	
    -_4FC840F21449CB46	m0590ckhpc01	Fragment of Choice Prime Root Kipee Mandible	a	the	Fragments of Choice Prime Root Kipee Mandible	\d	the	
    -_F0296D6C03E01D97	m0590ckhpd01	Fragment of Excellent Prime Root Kipee Mandible	a	the	Fragments of Excellent Prime Root Kipee Mandible	\d	the	
    -_5616CB2C5EDA8DC8	m0590ckhpe01	Fragment of Supreme Prime Root Kipee Mandible	a	the	Fragments of Supreme Prime Root Kipee Mandible	\d	the	
    -_711672ECE68C6CF0	m0591ckhca01	Basic Kipee Secretion	a	the	Basic Kipee Secretions	\d	the	
    -_36DC5FAEAA724B6F	m0591ckhcb01	Fine Kipee Secretion	a	the	Fine Kipee Secretions	\d	the	
    -_8A6EE0D3DA48EE9A	m0591ckhdc01	Choice Desert Kipee Secretion	a	the	Choice Desert Kipee Secretions	\d	the	
    -_BA859991333C45D4	m0591ckhdd01	Excellent Desert Kipee Secretion	an	the	Excellent Desert Kipee Secretions	\d	the	
    -_508F79F3464DED68	m0591ckhde01	Supreme Desert Kipee Secretion	a	the	Supreme Desert Kipee Secretions	\d	the	
    -_0A6EE0D61A3812A6	m0591ckhfc01	Choice Forest Kipee Secretion	a	the	Choice Forest Kipee Secretions	\d	the	
    -_3A959992F55C41DE	m0591ckhfd01	Excellent Forest Kipee Secretion	an	the	Excellent Forest Kipee Secretions	\d	the	
    -_509F79F5C85D156A	m0591ckhfe01	Supreme Forest Kipee Secretion	a	the	Supreme Forest Kipee Secretions	\d	the	
    -_0B6EA4C4D9171AB0	m0591ckhjc01	Choice Jungle Kipee Secretion	a	the	Choice Jungle Kipee Secretions	\d	the	
    -_5272C111FCBA5CCB	m0591ckhld01	Excellent Lakes Kipee Secretion	an	the	Excellent Lakes Kipee Secretions	\d	the	
    -_69E53EE873CB652C	m0591ckhpc01	Choice Prime Root Kipee Secretion	a	the	Choice Prime Root Kipee Secretions	\d	the	
    -_8ED362A4454A7A42	m0591ckhpd01	Excellent Prime Root Kipee Secretion	an	the	Excellent Prime Root Kipee Secretions	\d	the	
    -_B596EC7A09B00BA3	m0591ckhpe01	Supreme Prime Root Kipee Secretion	a	the	Supreme Prime Root Kipee Secretions	\d	the	
    -_1D27F5B20EA03F91	m0592ckhca01	Fragment of Basic Kipee Tail	a	the	Fragments of Basic Kipee Tail	\d	the	
    -_00A941D40BC6F92C	m0592ckhcb01	Fragment of Fine Kipee Tail	a	the	Fragments of Fine Kipee Tail	\d	the	
    -_11E37F5D27F8A577	m0592ckhdc01	Fragment of Choice Desert Kipee Tail	a	the	Fragments of Choice Desert Kipee Tail	\d	the	
    -_0D6DCBB620247BEF	m0592ckhdd01	Fragment of Excellent Desert Kipee Tail	a	the	Fragments of Excellent Desert Kipee Tail	\d	the	
    -_A942215DEF485818	m0592ckhde01	Fragment of Supreme Desert Kipee Tail	a	the	Fragments of Supreme Desert Kipee Tail	\d	the	
    -_51D3A36BA7F8A578	m0592ckhfc01	Fragment of Choice Forest Kipee Tail	a	the	Fragments of Choice Forest Kipee Tail	\d	the	
    -_8F9DCBB7A2547BEE	m0592ckhfd01	Fragment of Excellent Forest Kipee Tail	a	the	Fragments of Excellent Forest Kipee Tail	\d	the	
    -_2B524961EF585818	m0592ckhfe01	Fragment of Supreme Forest Kipee Tail	a	the	Fragments of Supreme Forest Kipee Tail	\d	the	
    -_10B2AB79A8F86962	m0592ckhjc01	Fragment of Choice Jungle Kipee Tail	a	the	Fragments of Choice Jungle Kipee Tail	\d	the	
    -_D5204D877E47D4E4	m0592ckhld01	Fragment of Excellent Lakes Kipee Tail	a	the	Fragments of Excellent Lakes Kipee Tail	\d	the	
    -_E6B51523CA20E458	m0592ckhpc01	Fragment of Choice Prime Root Kipee Tail	a	the	Fragments of Choice Prime Root Kipee Tail	\d	the	
    -_723F3B6B511EC5D6	m0592ckhpd01	Fragment of Excellent Prime Root Kipee Tail	a	the	Fragments of Excellent Prime Root Kipee Tail	\d	the	
    -_A922E0AF17D22A88	m0592ckhpe01	Fragment of Supreme Prime Root Kipee Tail	a	the	Fragments of Supreme Prime Root Kipee Tail	\d	the	
    -_B5DE2A5D43DA113E	m0593ckjca01	Fragment of Basic Kipesta Mandible	a	the	Fragments of Basic Kipesta Mandible	\d	the	
    -_F812A669777B3E3D	m0593ckjcb01	Fragment of Fine Kipesta Mandible	a	the	Fragments of Fine Kipesta Mandible	\d	the	
    -_6E1AA03EED202617	m0593ckjdc01	Fragment of Choice Desert Kipesta Mandible	a	the	Fragments of Choice Desert Kipesta Mandible	\d	the	
    -_7A8DA141AD6ECD85	m0593ckjde01	Fragment of Supreme Desert Kipesta Mandible	a	the	Fragments of Supreme Desert Kipesta Mandible	\d	the	
    -_BF14231983DE12F4	m0593ckjfd01	Fragment of Excellent Forest Kipesta Mandible	a	the	Fragments of Excellent Forest Kipesta Mandible	\d	the	
    -_29D9944F72802608	m0593ckjjc01	Fragment of Choice Jungle Kipesta Mandible	a	the	Fragments of Choice Jungle Kipesta Mandible	\d	the	
    -_04F8938D1D363C97	m0593ckjlc01	Fragment of Choice Lakes Kipesta Mandible	a	the	Fragments of Choice Lakes Kipesta Mandible	\d	the	
    -_EF3F3038DA667307	m0593ckjle01	Fragment of Supreme Lakes Kipesta Mandible	a	the	Fragments of Supreme Lakes Kipesta Mandible	\d	the	
    -_8EE6A290B3B02246	m0593ckjpc01	Fragment of Choice Prime Root Kipesta Mandible	a	the	Fragments of Choice Prime Root Kipesta Mandible	\d	the	
    -_27B9C1EFC183DDDC	m0593ckjpd01	Fragment of Excellent Prime Root Kipesta Mandible	a	the	Fragments of Excellent Prime Root Kipesta Mandible	\d	the	
    -_A72615C03ADDC1EE	m0593ckjpe01	Fragment of Supreme Prime Root Kipesta Mandible	a	the	Fragments of Supreme Prime Root Kipesta Mandible	\d	the	
    -_60E58416F39C4052	m0594ckjca01	Fragment of Basic Kipesta Sting	a	the	Fragments of Basic Kipesta Sting	\d	the	
    -_63F499C4FE9C4EF3	m0594ckjcb01	Fragment of Fine Kipesta Sting	a	the	Fragments of Fine Kipesta Sting	\d	the	
    -_0DFC0AF1A0B3BE2C	m0594ckjdc01	Fragment of Choice Desert Kipesta Sting	a	the	Fragments of Choice Desert Kipesta Sting	\d	the	
    -_957B031C8B425891	m0594ckjde01	Fragment of Supreme Desert Kipesta Sting	a	the	Fragments of Supreme Desert Kipesta Sting	\d	the	
    -_B0374345D8BDFDC6	m0594ckjfd01	Fragment of Excellent Forest Kipesta Sting	a	the	Fragments of Excellent Forest Kipesta Sting	\d	the	
    -_0D1CF6F8A0D3AA2D	m0594ckjjc01	Fragment of Choice Jungle Kipesta Sting	a	the	Fragments of Choice Jungle Kipesta Sting	\d	the	
    -_04323A8A85193E11	m0594ckjlc01	Fragment of Choice Lakes Kipesta Sting	a	the	Fragments of Choice Lakes Kipesta Sting	\d	the	
    -_55CDEF935F19B8C5	m0594ckjle01	Fragment of Supreme Lakes Kipesta Sting	a	the	Fragments of Supreme Lakes Kipesta Sting	\d	the	
    -_78435D9F6B58ADE4	m0594ckjpc01	Fragment of Choice Prime Root Kipesta Sting	a	the	Fragments of Choice Prime Root Kipesta Sting	\d	the	
    -_8D27446F16B68666	m0594ckjpd01	Fragment of Excellent Prime Root Kipesta Sting	a	the	Fragments of Excellent Prime Root Kipesta Sting	\d	the	
    -_A9AA3127666A9777	m0594ckjpe01	Fragment of Supreme Prime Root Kipesta Sting	a	the	Fragments of Supreme Prime Root Kipesta Sting	\d	the	
    -_AA4459685A29E467	m0595ckjca01	Fragment of Basic Kipesta Tail	a	the	Fragments of Basic Kipesta Tail	\d	the	
    -_708670EB0B0B26FE	m0595ckjcb01	Fragment of Fine Kipesta Tail	a	the	Fragments of Fine Kipesta Tail	\d	the	
    -_DF9DCA348852FE55	m0595ckjdc01	Fragment of Choice Desert Kipesta Tail	a	the	Fragments of Choice Desert Kipesta Tail	\d	the	
    -_32CC9CE4C5834820	m0595ckjde01	Fragment of Supreme Desert Kipesta Tail	a	the	Fragments of Supreme Desert Kipesta Tail	\d	the	
    -_01B463854D4284CB	m0595ckjfd01	Fragment of Excellent Forest Kipesta Tail	a	the	Fragments of Excellent Forest Kipesta Tail	\d	the	
    -_621DB64A45F10641	m0595ckjjc01	Fragment of Choice Jungle Kipesta Tail	a	the	Fragments of Choice Jungle Kipesta Tail	\d	the	
    -_7C139768F2DF26FF	m0595ckjlc01	Fragment of Choice Lakes Kipesta Tail	a	the	Fragments of Choice Lakes Kipesta Tail	\d	the	
    -_67F2B1B26EB7A4D0	m0595ckjle01	Fragment of Supreme Lakes Kipesta Tail	a	the	Fragments of Supreme Lakes Kipesta Tail	\d	the	
    -_16347EBB3717484F	m0595ckjpc01	Fragment of Choice Prime Root Kipesta Tail	a	the	Fragments of Choice Prime Root Kipesta Tail	\d	the	
    -_D02D2A8724132687	m0595ckjpd01	Fragment of Excellent Prime Root Kipesta Tail	a	the	Fragments of Excellent Prime Root Kipesta Tail	\d	the	
    -_E01BC197D13C8B55	m0595ckjpe01	Fragment of Supreme Prime Root Kipesta Tail	a	the	Fragments of Supreme Prime Root Kipesta Tail	\d	the	
    -_EBC4516D5C59E463	m0596ckjca01	Fragment of Basic Kipesta Wing	a	the	Fragments of Basic Kipesta Wing	\d	the	
    -_703684EE0C8B32FF	m0596ckjcb01	Fragment of Fine Kipesta Wing	a	the	Fragments of Fine Kipesta Wing	\d	the	
    -_201DC2398A82FE51	m0596ckjdc01	Fragment of Choice Desert Kipesta Wing	a	the	Fragments of Choice Desert Kipesta Wing	\d	the	
    -_F27CB0EC85335C29	m0596ckjde01	Fragment of Supreme Desert Kipesta Wing	a	the	Fragments of Supreme Desert Kipesta Wing	\d	the	
    -_42E4838D0D4284C7	m0596ckjfd01	Fragment of Excellent Forest Kipesta Wing	a	the	Fragments of Excellent Forest Kipesta Wing	\d	the	
    -_A39DAE4F4721063D	m0596ckjjc01	Fragment of Choice Jungle Kipesta Wing	a	the	Fragments of Choice Jungle Kipesta Wing	\d	the	
    -_7C139763F1AF5203	m0596ckjlc01	Fragment of Choice Lakes Kipesta Wing	a	the	Fragments of Choice Lakes Kipesta Wing	\d	the	
    -_67A2C5B56F37B0D1	m0596ckjle01	Fragment of Supreme Lakes Kipesta Wing	a	the	Fragments of Supreme Lakes Kipesta Wing	\d	the	
    -_59E48ABB37173450	m0596ckjpc01	Fragment of Choice Prime Root Kipesta Wing	a	the	Fragments of Choice Prime Root Kipesta Wing	\d	the	
    -_D0DD3E8A25933288	m0596ckjpd01	Fragment of Excellent Prime Root Kipesta Wing	a	the	Fragments of Excellent Prime Root Kipesta Wing	\d	the	
    -_601BC197D19CB366	m0596ckjpe01	Fragment of Supreme Prime Root Kipesta Wing	a	the	Fragments of Supreme Prime Root Kipesta Wing	\d	the	
    -_65F38160DC87A484	m0597ckeca01	Fragment of Basic Kipucka Claw	a	the	Fragments of Basic Kipucka Claw	\d	the	
    -_6CA7101183BBE2F7	m0597ckecb01	Fragment of Fine Kipucka Claw	a	the	Fragments of Fine Kipucka Claw	\d	the	
    -_097E513550BD6293	m0597ckece01	Fragment of Supreme Kipucka Claw	a	the	Fragments of Supreme Kipucka Claw	\d	the	
    -_9A4CF22C0AB0BE72	m0597ckedc01	Fragment of Choice Desert Kipucka Claw	a	the	Fragments of Choice Desert Kipucka Claw	\d	the	
    -_7906D78CC7A144DF	m0597ckedd01	Fragment of Excellent Desert Kipucka Claw	a	the	Fragments of Excellent Desert Kipucka Claw	\d	the	
    -_E97E7CE63B352824	m0597ckede01	Fragment of Supreme Desert Kipucka Claw	a	the	Fragments of Supreme Desert Kipucka Claw	\d	the	
    -_5C6CEE388AC0BE71	m0597ckefc01	Fragment of Choice Forest Kipucka Claw	a	the	Fragments of Choice Forest Kipucka Claw	\d	the	
    -_FB16FF90C7B144DF	m0597ckefd01	Fragment of Excellent Forest Kipucka Claw	a	the	Fragments of Excellent Forest Kipucka Claw	\d	the	
    -_1DCCDE42C74FC65E	m0597ckejc01	Fragment of Choice Jungle Kipucka Claw	a	the	Fragments of Choice Jungle Kipucka Claw	\d	the	
    -_FD151798034010D4	m0597ckejd01	Fragment of Excellent Jungle Kipucka Claw	a	the	Fragments of Excellent Jungle Kipucka Claw	\d	the	
    -_692D80ECBBE42C24	m0597ckeje01	Fragment of Supreme Jungle Kipucka Claw	a	the	Fragments of Supreme Jungle Kipucka Claw	\d	the	
    -_7C823373750F0EF0	m0597ckelc01	Fragment of Choice Lakes Kipucka Claw	a	the	Fragments of Choice Lakes Kipucka Claw	\d	the	
    -_631351D8E66760C9	m0597ckele01	Fragment of Supreme Lakes Kipucka Claw	a	the	Fragments of Supreme Lakes Kipucka Claw	\d	the	
    -_D7D33ABBB3857464	m0597ckepc01	Fragment of Choice Prime Root Kipucka Claw	a	the	Fragments of Choice Prime Root Kipucka Claw	\d	the	
    -_CC4ECAAD9CC3E280	m0597ckepd01	Fragment of Excellent Prime Root Kipucka Claw	a	the	Fragments of Excellent Prime Root Kipucka Claw	\d	the	
    -_561BC18588A04B6D	m0597ckepe01	Fragment of Supreme Prime Root Kipucka Claw	a	the	Fragments of Supreme Prime Root Kipucka Claw	\d	the	
    -_724C2A6D02DA1143	m0598ckeca01	Fragment of Basic Kipucka Mandible	a	the	Fragments of Basic Kipucka Mandible	\d	the	
    -_F8816670327C3E42	m0598ckecb01	Fragment of Fine Kipucka Mandible	a	the	Fragments of Fine Kipucka Mandible	\d	the	
    -_6B25CFBBE1220ED3	m0598ckece01	Fragment of Supreme Kipucka Mandible	a	the	Fragments of Supreme Kipucka Mandible	\d	the	
    -_2B88A04EAC20261C	m0598ckedc01	Fragment of Choice Desert Kipucka Mandible	a	the	Fragments of Choice Desert Kipucka Mandible	\d	the	
    -_3DF4230D3E4EAA08	m0598ckedd01	Fragment of Excellent Desert Kipucka Mandible	a	the	Fragments of Excellent Desert Kipucka Mandible	\d	the	
    -_728FA1416C6ECD78	m0598ckede01	Fragment of Supreme Desert Kipucka Mandible	a	the	Fragments of Supreme Desert Kipucka Mandible	\d	the	
    -_6B989C59AE40261C	m0598ckefc01	Fragment of Choice Forest Kipucka Mandible	a	the	Fragments of Choice Forest Kipucka Mandible	\d	the	
    -_BF1423103E4ED209	m0598ckefd01	Fragment of Excellent Forest Kipucka Mandible	a	the	Fragments of Excellent Forest Kipucka Mandible	\d	the	
    -_E647945F3180260D	m0598ckejc01	Fragment of Choice Jungle Kipucka Mandible	a	the	Fragments of Choice Jungle Kipucka Mandible	\d	the	
    -_4154E70DFA9CF209	m0598ckejd01	Fragment of Excellent Jungle Kipucka Mandible	a	the	Fragments of Excellent Jungle Kipucka Mandible	\d	the	
    -_72ED21536C6E556C	m0598ckeje01	Fragment of Supreme Jungle Kipucka Mandible	a	the	Fragments of Supreme Jungle Kipucka Mandible	\d	the	
    -_04F86F7DE0A5FCAC	m0598ckelc01	Fragment of Choice Lakes Kipucka Mandible	a	the	Fragments of Choice Lakes Kipucka Mandible	\d	the	
    -_EFAEF03F9567730C	m0598ckele01	Fragment of Supreme Lakes Kipucka Mandible	a	the	Fragments of Supreme Lakes Kipucka Mandible	\d	the	
    -_8E5562A02FAF624B	m0598ckepc01	Fragment of Choice Prime Root Kipucka Mandible	a	the	Fragments of Choice Prime Root Kipucka Mandible	\d	the	
    -_272881F67C84DDE1	m0598ckepd01	Fragment of Excellent Prime Root Kipucka Mandible	a	the	Fragments of Excellent Prime Root Kipucka Mandible	\d	the	
    -_A32715B7F5DEC1EA	m0598ckepe01	Fragment of Supreme Prime Root Kipucka Mandible	a	the	Fragments of Supreme Prime Root Kipucka Mandible	\d	the	
    -_2FB886AD4BF28471	m0599ckeca01	Basic Kipucka Secretion	a	the	Basic Kipucka Secretions	\d	the	
    -_EC523BCC4801080F	m0599ckecb01	Fine Kipucka Secretion	a	the	Fine Kipucka Secretions	\d	the	
    -_B2D2081113146D59	m0599ckece01	Supreme Kipucka Secretion	a	the	Supreme Kipucka Secretions	\d	the	
    -_5DE1A89C804BED3C	m0599ckedc01	Choice Desert Kipucka Secretion	a	the	Choice Desert Kipucka Secretions	\d	the	
    -_5DFF3609A462C645	m0599ckedd01	Excellent Desert Kipucka Secretion	an	the	Excellent Desert Kipucka Secretions	\d	the	
    -_62E88E5F2148C6B5	m0599ckede01	Supreme Desert Kipucka Secretion	a	the	Supreme Desert Kipucka Secretions	\d	the	
    -_DDF1A89D426BE946	m0599ckefc01	Choice Forest Kipucka Secretion	a	the	Choice Forest Kipucka Secretions	\d	the	
    -_5D0F3A0AE622CE45	m0599ckefd01	Excellent Forest Kipucka Secretion	an	the	Excellent Forest Kipucka Secretions	\d	the	
    -_1A80B08E03CBD94C	m0599ckejc01	Choice Jungle Kipucka Secretion	a	the	Choice Jungle Kipucka Secretions	\d	the	
    -_99AD260C67C3DE45	m0599ckejd01	Excellent Jungle Kipucka Secretion	an	the	Excellent Jungle Kipucka Secretions	\d	the	
    -_E2979265A1F7CAB5	m0599ckeje01	Supreme Jungle Kipucka Secretion	a	the	Supreme Jungle Kipucka Secretions	\d	the	
    -_D955616084E7A2A5	m0599ckelc01	Choice Lakes Kipucka Secretion	a	the	Choice Lakes Kipucka Secretions	\d	the	
    -_4FFEC5A73F6D3DCD	m0599ckele01	Supreme Lakes Kipucka Secretion	a	the	Supreme Lakes Kipucka Secretions	\d	the	
    -_BB285EAD086035AC	m0599ckepc01	Choice Prime Root Kipucka Secretion	a	the	Choice Prime Root Kipucka Secretions	\d	the	
    -_2C74F39532A69F84	m0599ckepd01	Excellent Prime Root Kipucka Secretion	an	the	Excellent Prime Root Kipucka Secretions	\d	the	
    -_7454FDE1C9E4BF1B	m0599ckepe01	Supreme Prime Root Kipucka Secretion	a	the	Supreme Prime Root Kipucka Secretions	\d	the	
    -_73EE5269C2DA113B	m0600ckfca01	Fragment of Basic Kirosta Mandible	a	the	Fragments of Basic Kirosta Mandible	\d	the	
    -_B622A673F61B463A	m0600ckfcb01	Fragment of Fine Kirosta Mandible	a	the	Fragments of Fine Kirosta Mandible	\d	the	
    -_7B042316827EF2FA	m0600ckfdd01	Fragment of Excellent Desert Kirosta Mandible	a	the	Fragments of Excellent Desert Kirosta Mandible	\d	the	
    -_FD242319827E1AFB	m0600ckffd01	Fragment of Excellent Forest Kirosta Mandible	a	the	Fragments of Excellent Forest Kirosta Mandible	\d	the	
    -_7F64E7163ECC3AFB	m0600ckfjd01	Fragment of Excellent Jungle Kirosta Mandible	a	the	Fragments of Excellent Jungle Kirosta Mandible	\d	the	
    -_383B3153AC6E5576	m0600ckfje01	Fragment of Supreme Jungle Kirosta Mandible	a	the	Fragments of Supreme Jungle Kirosta Mandible	\d	the	
    -_4208938D9E563C9E	m0600ckflc01	Fragment of Choice Lakes Kirosta Mandible	a	the	Fragments of Choice Lakes Kirosta Mandible	\d	the	
    -_4CF6A29A32B04A45	m0600ckfpc01	Fragment of Choice Prime Root Kirosta Mandible	a	the	Fragments of Choice Prime Root Kirosta Mandible	\d	the	
    -_E5C9C1F94023E5D9	m0600ckfpd01	Fragment of Excellent Prime Root Kirosta Mandible	a	the	Fragments of Excellent Prime Root Kirosta Mandible	\d	the	
    -_65D61DC0397DC9EB	m0600ckfpe01	Fragment of Supreme Prime Root Kirosta Mandible	a	the	Fragments of Supreme Prime Root Kirosta Mandible	\d	the	
    -_ED59C6A74EF36C6B	m0601ckfca01	Basic Kirosta Secretion	a	the	Basic Kirosta Secretions	\d	the	
    -_2A623BD58C315001	m0601ckfcb01	Fine Kirosta Secretion	a	the	Fine Kirosta Secretions	\d	the	
    -_1BA09A13E282C63D	m0601ckfdd01	Excellent Desert Kirosta Secretion	an	the	Excellent Desert Kirosta Secretions	\d	the	
    -_1BB09E142442CE3D	m0601ckffd01	Excellent Forest Kirosta Secretion	an	the	Excellent Forest Kirosta Secretions	\d	the	
    -_574E8A16A5E3DE3D	m0601ckfjd01	Excellent Jungle Kirosta Secretion	an	the	Excellent Jungle Kirosta Secretions	\d	the	
    -_A4469A6EE596D2B6	m0601ckfje01	Supreme Jungle Kirosta Secretion	a	the	Supreme Jungle Kirosta Secretions	\d	the	
    -_95856160C47806A7	m0601ckflc01	Choice Lakes Kirosta Secretion	a	the	Choice Lakes Kirosta Secretions	\d	the	
    -_BCCA86A9C86035A4	m0601ckfpc01	Choice Prime Root Kirosta Secretion	a	the	Choice Prime Root Kirosta Secretions	\d	the	
    -_6A8417A5F057DF76	m0601ckfpd01	Excellent Prime Root Kirosta Secretion	an	the	Excellent Prime Root Kirosta Secretions	\d	the	
    -_3AA20DE109E4BF25	m0601ckfpe01	Supreme Prime Root Kirosta Secretion	a	the	Supreme Prime Root Kirosta Secretions	\d	the	
    -_1B45A414EFEC604E	m0602ckfca01	Fragment of Basic Kirosta Shell	a	the	Fragments of Basic Kirosta Shell	\d	the	
    -_23E47DCC7CDB4EF6	m0602ckfcb01	Fragment of Fine Kirosta Shell	a	the	Fragments of Fine Kirosta Shell	\d	the	
    -_ADA60B43D7AD0DD2	m0602ckfdd01	Fragment of Excellent Desert Kirosta Shell	a	the	Fragments of Excellent Desert Kirosta Shell	\d	the	
    -_EF661345D7BD11D1	m0602ckffd01	Fragment of Excellent Forest Kirosta Shell	a	the	Fragments of Excellent Forest Kirosta Shell	\d	the	
    -_70072349135BFDCF	m0602ckfjd01	Fragment of Excellent Jungle Kirosta Shell	a	the	Fragments of Excellent Jungle Kirosta Shell	\d	the	
    -_15C923234B230489	m0602ckfje01	Fragment of Supreme Jungle Kirosta Shell	a	the	Fragments of Supreme Jungle Kirosta Shell	\d	the	
    -_C2925A8D83F90E0F	m0602ckflc01	Fragment of Choice Lakes Kirosta Shell	a	the	Fragments of Choice Lakes Kirosta Shell	\d	the	
    -_30535D9F6AF8EDDE	m0602ckfpc01	Fragment of Choice Prime Root Kirosta Shell	a	the	Fragments of Choice Prime Root Kirosta Shell	\d	the	
    -_4D17287794F58669	m0602ckfpd01	Fragment of Excellent Prime Root Kirosta Shell	a	the	Fragments of Excellent Prime Root Kirosta Shell	\d	the	
    -_67BA312CA9CA5F69	m0602ckfpe01	Fragment of Supreme Prime Root Kirosta Shell	a	the	Fragments of Supreme Prime Root Kirosta Shell	\d	the	
    -_E854816A5929E46F	m0603ckfca01	Fragment of Basic Kirosta Tail	a	the	Fragments of Basic Kirosta Tail	\d	the	
    -_2E3678F58A0B26FC	m0603ckfcb01	Fragment of Fine Kirosta Tail	a	the	Fragments of Fine Kirosta Tail	\d	the	
    -_BD5443814C3284D3	m0603ckfdd01	Fragment of Excellent Desert Kirosta Tail	a	the	Fragments of Excellent Desert Kirosta Tail	\d	the	
    -_3F646B854C4284D3	m0603ckffd01	Fragment of Excellent Forest Kirosta Tail	a	the	Fragments of Excellent Forest Kirosta Tail	\d	the	
    -_4163838D88D150C8	m0603ckfjd01	Fragment of Excellent Jungle Kirosta Tail	a	the	Fragments of Excellent Jungle Kirosta Tail	\d	the	
    -_702BA8EA44D2541E	m0603ckfje01	Fragment of Supreme Jungle Kirosta Tail	a	the	Fragments of Supreme Jungle Kirosta Tail	\d	the	
    -_3A239772F3FF26FD	m0603ckflc01	Fragment of Choice Lakes Kirosta Tail	a	the	Fragments of Choice Lakes Kirosta Tail	\d	the	
    -_54447EBB36177059	m0603ckfpc01	Fragment of Choice Prime Root Kirosta Tail	a	the	Fragments of Choice Prime Root Kirosta Tail	\d	the	
    -_8EDD3291A3132685	m0603ckfpd01	Fragment of Excellent Prime Root Kirosta Tail	a	the	Fragments of Excellent Prime Root Kirosta Tail	\d	the	
    -_9E2BC197D07C9B53	m0603ckfpe01	Fragment of Supreme Prime Root Kirosta Tail	a	the	Fragments of Supreme Prime Root Kirosta Tail	\d	the	
    -_6F28C2A3CAE33476	m0604ckcca01	Basic Kizarak Secretion	a	the	Basic Kizarak Secretions	\d	the	
    -_2C6263C20D206CF6	m0604ckccb01	Fine Kizarak Secretion	a	the	Fine Kizarak Secretions	\d	the	
    -_254449721AF8E06D	m0605ckcca01	Fragment of Basic Kizarak Tail	a	the	Fragments of Basic Kizarak Tail	\d	the	
    -_702594E7CB0B4EEB	m0605ckccb01	Fragment of Fine Kizarak Tail	a	the	Fragments of Fine Kizarak Tail	\d	the	
    -_3176C66C72AA7565	m0606ckica01	Fragment of Basic Kizoar Mandible	a	the	Fragments of Basic Kizoar Mandible	\d	the	
    -_EF7B60FEBAECA6D5	m0606ckicb01	Fragment of Fine Kizoar Mandible	a	the	Fragments of Fine Kizoar Mandible	\d	the	
    -_8B87CBB9720090B4	m0606ckidd01	Fragment of Excellent Desert Kizoar Mandible	a	the	Fragments of Excellent Desert Kizoar Mandible	\d	the	
    -_66D2804061B223F9	m0606ckifc01	Fragment of Choice Forest Kizoar Mandible	a	the	Fragments of Choice Forest Kizoar Mandible	\d	the	
    -_8DA7CBBBB2108CBD	m0606ckifd01	Fragment of Excellent Forest Kizoar Mandible	a	the	Fragments of Excellent Forest Kizoar Mandible	\d	the	
    -_EA5A4848969EFF88	m0606ckife01	Fragment of Supreme Forest Kizoar Mandible	a	the	Fragments of Supreme Forest Kizoar Mandible	\d	the	
    -_10E7CBB02DBF84BF	m0606ckijd01	Fragment of Excellent Jungle Kizoar Mandible	a	the	Fragments of Excellent Jungle Kizoar Mandible	\d	the	
    -_BE790F1736B466C6	m0606ckipc01	Fragment of Choice Prime Root Kizoar Mandible	a	the	Fragments of Choice Prime Root Kizoar Mandible	\d	the	
    -_5A6237B689812238	m0606ckipd01	Fragment of Excellent Prime Root Kizoar Mandible	a	the	Fragments of Excellent Prime Root Kizoar Mandible	\d	the	
    -_86E1E475B22114F3	m0606ckipe01	Fragment of Supreme Prime Root Kizoar Mandible	a	the	Fragments of Supreme Prime Root Kizoar Mandible	\d	the	
    -_2A73D1A8CB4A6932	m0607ckica01	Fragment of Basic Kizoar Shell	a	the	Fragments of Basic Kizoar Shell	\d	the	
    -_5A165CF9137E7131	m0607ckicb01	Fragment of Fine Kizoar Shell	a	the	Fragments of Fine Kizoar Shell	\d	the	
    -_FC94BFB8C24537D5	m0607ckidd01	Fragment of Excellent Desert Kizoar Shell	a	the	Fragments of Excellent Desert Kizoar Shell	\d	the	
    -_21EC3E807983831F	m0607ckifc01	Fragment of Choice Forest Kizoar Shell	a	the	Fragments of Choice Forest Kizoar Shell	\d	the	
    -_7EA4E7BCC25537D5	m0607ckifd01	Fragment of Excellent Forest Kizoar Shell	a	the	Fragments of Excellent Forest Kizoar Shell	\d	the	
    -_719FF3EB06469F27	m0607ckife01	Fragment of Supreme Forest Kizoar Shell	a	the	Fragments of Supreme Forest Kizoar Shell	\d	the	
    -_80A3FFC4FEE403CA	m0607ckijd01	Fragment of Excellent Jungle Kizoar Shell	a	the	Fragments of Excellent Jungle Kizoar Shell	\d	the	
    -_18C59BAD26D62868	m0607ckipc01	Fragment of Choice Prime Root Kizoar Shell	a	the	Fragments of Choice Prime Root Kizoar Shell	\d	the	
    -_BABD16952C8671BA	m0607ckipd01	Fragment of Excellent Prime Root Kizoar Shell	a	the	Fragments of Excellent Prime Root Kizoar Shell	\d	the	
    -_A891B793897CF35F	m0607ckipe01	Fragment of Supreme Prime Root Kizoar Shell	a	the	Fragments of Supreme Prime Root Kizoar Shell	\d	the	
    -_AAB3EDAACC0B692E	m0608ckica01	Fragment of Basic Kizoar Sting	a	the	Fragments of Basic Kizoar Sting	\d	the	
    -_5AC664F896BEA132	m0608ckicb01	Fragment of Fine Kizoar Sting	a	the	Fragments of Fine Kizoar Sting	\d	the	
    -_7C84F7BCC54537D1	m0608ckidd01	Fragment of Excellent Desert Kizoar Sting	a	the	Fragments of Excellent Desert Kizoar Sting	\d	the	
    -_A12C5A827A44831B	m0608ckifc01	Fragment of Choice Forest Kizoar Sting	a	the	Fragments of Choice Forest Kizoar Sting	\d	the	
    -_FE941FC0C55537D1	m0608ckifd01	Fragment of Excellent Forest Kizoar Sting	a	the	Fragments of Excellent Forest Kizoar Sting	\d	the	
    -_744FFBEF09F6A72C	m0608ckife01	Fragment of Supreme Forest Kizoar Sting	a	the	Fragments of Supreme Forest Kizoar Sting	\d	the	
    -_009337C801E403C6	m0608ckijd01	Fragment of Excellent Jungle Kizoar Sting	a	the	Fragments of Excellent Jungle Kizoar Sting	\d	the	
    -_99C6CBAD26D61466	m0608ckipc01	Fragment of Choice Prime Root Kizoar Sting	a	the	Fragments of Choice Prime Root Kizoar Sting	\d	the	
    -_BA6D1E94AFC6A1BB	m0608ckipd01	Fragment of Excellent Prime Root Kizoar Sting	a	the	Fragments of Excellent Prime Root Kizoar Sting	\d	the	
    -_AE91B79389DC0368	m0608ckipe01	Fragment of Supreme Prime Root Kizoar Sting	a	the	Fragments of Supreme Prime Root Kizoar Sting	\d	the	
    -_707734E140DDD937	m0609ckica01	Fragment of Basic Kizoar Wing	a	the	Fragments of Basic Kizoar Wing	\d	the	
    -_DCF715C119040B54	m0609ckicb01	Fragment of Fine Kizoar Wing	a	the	Fragments of Fine Kizoar Wing	\d	the	
    -_FA066ED24F1507DD	m0609ckidd01	Fragment of Excellent Desert Kizoar Wing	a	the	Fragments of Excellent Desert Kizoar Wing	\d	the	
    -_AA923A742A263B0C	m0609ckifc01	Fragment of Choice Forest Kizoar Wing	a	the	Fragments of Choice Forest Kizoar Wing	\d	the	
    -_BC266ADECF2507DC	m0609ckifd01	Fragment of Excellent Forest Kizoar Wing	a	the	Fragments of Excellent Forest Kizoar Wing	\d	the	
    -_92AAAA813DB39784	m0609ckife01	Fragment of Supreme Forest Kizoar Wing	a	the	Fragments of Supreme Forest Kizoar Wing	\d	the	
    -_7D865AE80CB40FC9	m0609ckijd01	Fragment of Excellent Jungle Kizoar Wing	a	the	Fragments of Excellent Jungle Kizoar Wing	\d	the	
    -_35E083FCCC81C428	m0609ckipc01	Fragment of Choice Prime Root Kizoar Wing	a	the	Fragments of Choice Prime Root Kizoar Wing	\d	the	
    -_C12BAC216E4CC70F	m0609ckipd01	Fragment of Excellent Prime Root Kizoar Wing	a	the	Fragments of Excellent Prime Root Kizoar Wing	\d	the	
    -_E342821FA425707E	m0609ckipe01	Fragment of Supreme Prime Root Kizoar Wing	a	the	Fragments of Supreme Prime Root Kizoar Wing	\d	the	
    -_D5C2793686FCAF9B	m0610dxacb01	Basic Koorin Oil	some	the	Basic Koorin Oils	\d	the	
    -_1DF43E82029FA598	m0610dxacc01	Fine Koorin Oil	some	the	Fine Koorin Oils	\d	the	
    -_7F0896103F381D7B	m0610dxadd01	Choice Desert Koorin Oil	some	the	Choice Desert Koorin Oils	\d	the	
    -_5D8AA913134E636A	m0610dxade01	Excellent Desert Koorin Oil	some	the	Excellent Desert Koorin Oils	\d	the	
    -_598436256B8E7914	m0610dxadf01	Supreme Desert Koorin Oil	some	the	Supreme Desert Koorin Oils	\d	the	
    -_812896127F481984	m0610dxafd01	Choice Forest Koorin Oil	some	the	Choice Forest Koorin Oils	\d	the	
    -_5D8AD116956E636B	m0610dxafe01	Excellent Forest Koorin Oil	some	the	Excellent Forest Koorin Oils	\d	the	
    -_598436296B6EC918	m0610dxaff01	Supreme Forest Koorin Oil	some	the	Supreme Forest Koorin Oils	\d	the	
    -_04689607FAF71186	m0610dxajd01	Choice Jungle Koorin Oil	some	the	Choice Jungle Koorin Oils	\d	the	
    -_19D8F11A17AE2764	m0610dxaje01	Excellent Jungle Koorin Oil	some	the	Excellent Jungle Koorin Oils	\d	the	
    -_5984BE1F6BECF920	m0610dxajf01	Supreme Jungle Koorin Oil	some	the	Supreme Jungle Koorin Oils	\d	the	
    -_5E0D2C87662E8C82	m0610dxald01	Choice Lakes Koorin Oil	some	the	Choice Lakes Koorin Oils	\d	the	
    -_7F84B22DE3066758	m0610dxale01	Excellent Lakes Koorin Oil	some	the	Excellent Lakes Koorin Oils	\d	the	
    -_80DF7F55F9CC235E	m0610dxalf01	Supreme Lakes Koorin Oil	some	the	Supreme Lakes Koorin Oils	\d	the	
    -_1272F982922AB88A	m0610dxapd01	Choice Prime Root Koorin Oil	some	the	Choice Prime Root Koorin Oils	\d	the	
    -_67FCE52E3146B811	m0610dxape01	Excellent Prime Root Koorin Oil	some	the	Excellent Prime Root Koorin Oils	\d	the	
    -_539107672B8910BA	m0610dxapf01	Supreme Prime Root Koorin Oil	some	the	Supreme Prime Root Koorin Oils	\d	the	
    -_AFE815B453BFFEAE	m0611chgca01	Fragment of Basic Lumper Eye	a	the	Fragments of Basic Lumper Eye	\d	the	
    -_E40341EA483881F3	m0611chgcb01	Fragment of Fine Lumper Eye	a	the	Fragments of Fine Lumper Eye	\d	the	
    -_3DF30FA5116ABFDD	m0611chgdd01	Fragment of Excellent Desert Lumper Eye	a	the	Fragments of Excellent Desert Lumper Eye	\d	the	
    -_258799F4622E3FA6	m0611chgpc01	Fragment of Choice Prime Root Lumper Eye	a	the	Fragments of Choice Prime Root Lumper Eye	\d	the	
    -_56993B818E904D9D	m0611chgpd01	Fragment of Excellent Prime Root Lumper Eye	a	the	Fragments of Excellent Prime Root Lumper Eye	\d	the	
    -_2BC153E5C9781E97	m0611chgpe01	Fragment of Supreme Prime Root Lumper Eye	a	the	Fragments of Supreme Prime Root Lumper Eye	\d	the	
    -_DE065DDFB27D1919	m0612chgca01	Fragment of Basic Lumper Pelvis	a	the	Fragments of Basic Lumper Pelvis	\d	the	
    -_9384A1DDCB98921F	m0612chgcb01	Fragment of Fine Lumper Pelvis	a	the	Fragments of Fine Lumper Pelvis	\d	the	
    -_70679786D349E9C9	m0612chgdd01	Fragment of Excellent Desert Lumper Pelvis	a	the	Fragments of Excellent Desert Lumper Pelvis	\d	the	
    -_78B5DF1DA8E8DDF6	m0612chgpc01	Fragment of Choice Prime Root Lumper Pelvis	a	the	Fragments of Choice Prime Root Lumper Pelvis	\d	the	
    -_BDB74C88E3B2CA92	m0612chgpd01	Fragment of Excellent Prime Root Lumper Pelvis	a	the	Fragments of Excellent Prime Root Lumper Pelvis	\d	the	
    -_79A92423A73BCF8C	m0612chgpe01	Fragment of Supreme Prime Root Lumper Pelvis	a	the	Fragments of Supreme Prime Root Lumper Pelvis	\d	the	
    -_E99608A7775FB888	m0613chvca01	Fragment of Basic Madakam Eye	a	the	Fragments of Basic Madakam Eye	\d	the	
    -_2B86059B18E3A664	m0613chvcb01	Fragment of Fine Madakam Eye	a	the	Fragments of Fine Madakam Eye	\d	the	
    -_B3F7AA8F26C25215	m0613chvfd01	Fragment of Excellent Forest Madakam Eye	a	the	Fragments of Excellent Forest Madakam Eye	\d	the	
    -_15A86DD1B4B09455	m0613chvfe01	Fragment of Supreme Forest Madakam Eye	a	the	Fragments of Supreme Forest Madakam Eye	\d	the	
    -_61320E4462B7FE50	m0613chvjc01	Fragment of Choice Jungle Madakam Eye	a	the	Fragments of Choice Jungle Madakam Eye	\d	the	
    -_966785CAF3D04854	m0613chvje01	Fragment of Supreme Jungle Madakam Eye	a	the	Fragments of Supreme Jungle Madakam Eye	\d	the	
    -_5CADDA5B25B5D863	m0613chvpe01	Fragment of Supreme Prime Root Madakam Eye	a	the	Fragments of Supreme Prime Root Madakam Eyes	\d	the	
    -_131EE4A3D51B4395	m0615chvca01	Basic Madakam Nail	a	the	Basic Madakam Nails	\d	the	
    -_1B1506421B81F982	m0615chvcb01	Fine Madakam Nail	a	the	Fine Madakam Nails	\d	the	
    -_F2B851E95041D143	m0615chvfd01	Excellent Forest Madakam Nail	an	the	Excellent Forest Madakam Nails	\d	the	
    -_9BD05B366EFA1541	m0615chvfe01	Supreme Forest Madakam Nail	a	the	Supreme Forest Madakam Nails	\d	the	
    -_0287AA2F49A6C96E	m0615chvjc01	Choice Jungle Madakam Nail	a	the	Choice Jungle Madakam Nails	\d	the	
    -_9CD01F242DD91D4B	m0615chvje01	Supreme Jungle Madakam Nail	a	the	Supreme Jungle Madakam Nails	\d	the	
    -_0F72BB99B2626676	m0615chvpe01	Supreme Prime Root Madakam Nail	a	the	Supreme Prime Root Madakam Nails	\d	the	
    -_75651945B5DAC420	m0616chvca01	Fragment of Basic Madakam Pelvis	a	the	Fragments of Basic Madakam Pelvis	\d	the	
    -_58C72294F03EDAD2	m0616chvcb01	Fragment of Fine Madakam Pelvis	a	the	Fragments of Fine Madakam Pelvis	\d	the	
    -_F2F583737C928598	m0616chvfd01	Fragment of Excellent Forest Madakam Pelvis	a	the	Fragments of Excellent Forest Madakam Pelvis	\d	the	
    -_01FA54310EFE9322	m0616chvfe01	Fragment of Supreme Forest Madakam Pelvis	a	the	Fragments of Supreme Forest Madakam Pelvis	\d	the	
    -_98F08B2E1F3232CF	m0616chvjc01	Fragment of Choice Jungle Madakam Pelvis	a	the	Fragments of Choice Jungle Madakam Pelvis	\d	the	
    -_BD487435903E571B	m0616chvje01	Fragment of Supreme Jungle Madakam Pelvis	a	the	Fragments of Supreme Jungle Madakam Pelvis	\d	the	
    -_5607578B5F3BF986	m0616chvpe01	Fragment of Supreme Prime Root Madakam Pelvis	a	the	Fragments of Supreme Prime Root Madakam Pelvis	\d	the	
    -_4FE101BCF7DC8382	m0617chvca01	Basic Madakam Tooth	a	the	Basic Madakam Teeth	\d	the	
    -_DA33B2482F229B94	m0617chvcb01	Fine Madakam Tooth	a	the	Fine Madakam Teeth	\d	the	
    -_72A7CD245DCCC948	m0617chvfd01	Excellent Forest Madakam Tooth	an	the	Excellent Forest Madakam Teeth	\d	the	
    -_2A266D196F9C4D09	m0617chvfe01	Supreme Forest Madakam Tooth	a	the	Supreme Forest Madakam Teeth	\d	the	
    -_7E871E8D6BD7E56D	m0617chvjc01	Choice Jungle Madakam Tooth	a	the	Choice Jungle Madakam Teeth	\d	the	
    -_2A26F50F6F1A7D11	m0617chvje01	Supreme Jungle Madakam Tooth	a	the	Supreme Jungle Madakam Teeth	\d	the	
    -_2765CD5D2C8505A5	m0617chvpe01	Supreme Prime Root Madakam Tooth	a	the	Supreme Prime Root Madakam Teeth	\d	the	
    -_B34664AEF5AF0886	m0618chhca01	Fragment of Basic Mektoub Eye	a	the	Fragments of Basic Mektoub Eye	\d	the	
    -_6D0761B55723A65E	m0618chhcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_B757FA8A61F36223	m0618chhdd01	Fragment of Excellent Desert Mektoub Eye	a	the	Fragments of Excellent Desert Mektoub Eye	\d	the	
    -_ED616A41DFF86A5B	m0618chhfc01	Fragment of Choice Forest Mektoub Eye	a	the	Fragments of Choice Forest Mektoub Eye	\d	the	
    -_DC8954E089DFA828	m0618chhld01	Fragment of Excellent Lakes Mektoub Eye	a	the	Fragments of Excellent Lakes Mektoub Eye	\d	the	
    -_79ADC21C8055E424	m0618chhpc01	Fragment of Choice Prime Root Mektoub Eye	a	the	Fragments of Choice Prime Root Mektoub Eye	\d	the	
    -_523BF815AC6B6219	m0618chhpd01	Fragment of Excellent Prime Root Mektoub Eye	a	the	Fragments of Excellent Prime Root Mektoub Eye	\d	the	
    -_5DADAE64A8264073	m0618chhpe01	Fragment of Supreme Prime Root Mektoub Eye	a	the	Fragments of Supreme Prime Root Mektoub Eye	\d	the	
    -_6D0761B59723A65E	m0618chicb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_6D0761B5D723A65E	m0618chjcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_D98EF49857ABDFA4	m0619chhca01	Basic Mektoub Nail	a	the	Basic Mektoub Nails	\d	the	
    -_E1955249D6C2098E	m0619chhcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_302A55FD0C61A55A	m0619chhdd01	Excellent Desert Mektoub Nail	an	the	Excellent Desert Mektoub Nails	\d	the	
    -_C896AA2F8C079175	m0619chhfc01	Choice Forest Mektoub Nail	a	the	Choice Forest Mektoub Nails	\d	the	
    -_F3F661536694F337	m0619chhld01	Excellent Lakes Mektoub Nail	an	the	Excellent Lakes Mektoub Nails	\d	the	
    -_26EE01AB5B580C9D	m0619chhpc01	Choice Prime Root Mektoub Nail	a	the	Choice Prime Root Mektoub Nails	\d	the	
    -_274B45EA3DAA462F	m0619chhpd01	Excellent Prime Root Mektoub Nail	an	the	Excellent Prime Root Mektoub Nails	\d	the	
    -_11A3D79234A28695	m0619chhpe01	Supreme Prime Root Mektoub Nail	a	the	Supreme Prime Root Mektoub Nails	\d	the	
    -_E195524916C2098E	m0619chicb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_E195524956C2098E	m0619chjcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_BAA53960340BE013	m0620chhca01	Fragment of Basic Mektoub Pelvis	a	the	Fragments of Basic Mektoub Pelvis	\d	the	
    -_964832A76BBFEADF	m0620chhcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_B035837173F4A5BA	m0620chhdd01	Fragment of Excellent Desert Mektoub Pelvis	a	the	Fragments of Excellent Desert Mektoub Pelvis	\d	the	
    -_9E10F7461DA436CD	m0620chhfc01	Fragment of Choice Forest Mektoub Pelvis	a	the	Fragments of Choice Forest Mektoub Pelvis	\d	the	
    -_3727073BCD40602F	m0620chhld01	Fragment of Excellent Lakes Mektoub Pelvis	a	the	Fragments of Excellent Lakes Mektoub Pelvis	\d	the	
    -_C6038F6AADBB4F41	m0620chhpc01	Fragment of Choice Prime Root Mektoub Pelvis	a	the	Fragments of Choice Prime Root Mektoub Pelvis	\d	the	
    -_F23F194EC7B6C979	m0620chhpd01	Fragment of Excellent Prime Root Mektoub Pelvis	a	the	Fragments of Excellent Prime Root Mektoub Pelvis	\d	the	
    -_D3483BB29EAC1584	m0620chhpe01	Fragment of Supreme Prime Root Mektoub Pelvis	a	the	Fragments of Supreme Prime Root Mektoub Pelvis	\d	the	
    -_964832A7ABBFEADF	m0620chicb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_964832A7EBBFEADF	m0620chjcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_EAD839AA4FCFFE9E	m0621chfca01	Fragment of Basic Messab Eye	a	the	Fragments of Basic Messab Eye	\d	the	
    -_240121F00A3689F3	m0621chfcb01	Fragment of Fine Messab Eye	a	the	Fragments of Fine Messab Eye	\d	the	
    -_DD63EF71E927286F	m0621chfjc01	Fragment of Choice Jungle Messab Eye	a	the	Fragments of Choice Jungle Messab Eye	\d	the	
    -_3EF00BA99267BBDB	m0621chfjd01	Fragment of Excellent Jungle Messab Eye	a	the	Fragments of Excellent Jungle Messab Eye	\d	the	
    -_5CAF97AB1AE2F3BD	m0621chfle01	Fragment of Supreme Lakes Messab Eye	a	the	Fragments of Supreme Lakes Messab Eye	\d	the	
    -_02E85DE40F623437	m0623dxacb01	Handful of Basic Mitexi Bark	a	the	Handfuls of Basic Mitexi Bark	\d	the	
    -_2A69C54953B1DD16	m0623dxacc01	Handful of Fine Mitexi Bark	a	the	Handfuls of Fine Mitexi Bark	\d	the	
    -_BB24D3C5B9A84910	m0623dxadd01	Handful of Choice Desert Mitexi Bark	a	the	Handfuls of Choice Desert Mitexi Bark	\d	the	
    -_274C20FEFED41062	m0623dxade01	Handful of Excellent Desert Mitexi Bark	a	the	Handfuls of Excellent Desert Mitexi Bark	\d	the	
    -_D2783B427186067A	m0623dxadf01	Handful of Supreme Desert Mitexi Bark	a	the	Handfuls of Supreme Desert Mitexi Bark	\d	the	
    -_FB34CFD0BBC84910	m0623dxafd01	Handful of Choice Forest Mitexi Bark	a	the	Handfuls of Choice Forest Mitexi Bark	\d	the	
    -_E7EC2C00BE741C62	m0623dxafe01	Handful of Excellent Forest Mitexi Bark	a	the	Handfuls of Excellent Forest Mitexi Bark	\d	the	
    -_D2183F4EF1860A7A	m0623dxaff01	Handful of Supreme Forest Mitexi Bark	a	the	Handfuls of Supreme Forest Mitexi Bark	\d	the	
    -_76E3C7D63E084901	m0623dxajd01	Handful of Choice Jungle Mitexi Bark	a	the	Handfuls of Choice Jungle Mitexi Bark	\d	the	
    -_E65C2006BDE41064	m0623dxaje01	Handful of Excellent Jungle Mitexi Bark	a	the	Handfuls of Excellent Jungle Mitexi Bark	\d	the	
    -_10993F58F295EE6D	m0623dxajf01	Handful of Supreme Jungle Mitexi Bark	a	the	Handfuls of Supreme Jungle Mitexi Bark	\d	the	
    -_E58E8843D85C55FD	m0623dxald01	Handful of Choice Lakes Mitexi Bark	a	the	Handfuls of Choice Lakes Mitexi Bark	\d	the	
    -_C543EF56FA690659	m0623dxale01	Handful of Excellent Lakes Mitexi Bark	a	the	Handfuls of Excellent Lakes Mitexi Bark	\d	the	
    -_DCB73B2CFFB507F0	m0623dxalf01	Handful of Supreme Lakes Mitexi Bark	a	the	Handfuls of Supreme Lakes Mitexi Bark	\d	the	
    -_7A26D840E0024216	m0623dxapd01	Handful of Choice Prime Root Mitexi Bark	a	the	Handfuls of Choice Prime Root Mitexi Bark	\d	the	
    -_14457192358131C8	m0623dxape01	Handful of Excellent Prime Root Mitexi Bark	a	the	Handfuls of Excellent Prime Root Mitexi Bark	\d	the	
    -_1FF45623D153C549	m0623dxapf01	Handful of Supreme Prime Root Mitexi Bark	a	the	Handfuls of Supreme Prime Root Mitexi Bark	\d	the	
    -_5E4F8F221AB1FDF7	m0624dxacb01	Portion of Basic Moon Resin	a	the	Portions of Basic Moon Resin	\d	the	
    -_2738985854223C5E	m0624dxacc01	Portion of Fine Moon Resin	a	the	Portions of Fine Moon Resin	\d	the	
    -_989DA1174C39FDC1	m0624dxadd01	Portion of Choice Desert Moon Resin	a	the	Portions of Choice Desert Moon Resin	\d	the	
    -_3D6E968952A3A83E	m0624dxade01	Portion of Excellent Desert Moon Resin	a	the	Portions of Excellent Desert Moon Resin	\d	the	
    -_F4E1E3C1AA385ED2	m0624dxadf01	Portion of Supreme Desert Moon Resin	a	the	Portions of Supreme Desert Moon Resin	\d	the	
    -_98BDA1175079FDC1	m0624dxafd01	Portion of Choice Forest Moon Resin	a	the	Portions of Choice Forest Moon Resin	\d	the	
    -_FD0E9E8C5293D440	m0624dxafe01	Portion of Excellent Forest Moon Resin	a	the	Portions of Excellent Forest Moon Resin	\d	the	
    -_34D107CF2A385ED3	m0624dxaff01	Portion of Supreme Forest Moon Resin	a	the	Portions of Supreme Forest Moon Resin	\d	the	
    -_10DBB11354F9FDC1	m0624dxajd01	Portion of Choice Jungle Moon Resin	a	the	Portions of Choice Jungle Moon Resin	\d	the	
    -_FC6F7289D261D046	m0624dxaje01	Portion of Excellent Jungle Moon Resin	a	the	Portions of Excellent Jungle Moon Resin	\d	the	
    -_F3B00FDD2B3822BD	m0624dxajf01	Portion of Supreme Jungle Moon Resin	a	the	Portions of Supreme Jungle Moon Resin	\d	the	
    -_9A391D3BE7F8F5EB	m0624dxald01	Portion of Choice Lakes Moon Resin	a	the	Portions of Choice Lakes Moon Resin	\d	the	
    -_B08C06A9C61C1EC2	m0624dxale01	Portion of Excellent Lakes Moon Resin	a	the	Portions of Excellent Lakes Moon Resin	\d	the	
    -_DBB5223B05B95130	m0624dxalf01	Portion of Supreme Lakes Moon Resin	a	the	Portions of Supreme Lakes Moon Resin	\d	the	
    -_2F7D0E154B254A5F	m0624dxapd01	Portion of Choice Prime Root Moon Resin	a	the	Portions of Choice Prime Root Moon Resin	\d	the	
    -_12020CB76C669F01	m0624dxape01	Portion of Excellent Prime Root Moon Resin	a	the	Portions of Excellent Prime Root Moon Resin	\d	the	
    -_7127061DA5EC101D	m0624dxapf01	Portion of Supreme Prime Root Moon Resin	a	the	Portions of Supreme Prime Root Moon Resin	\d	the	
    -_44135D9405E3A5E7	m0625ccfca01	Basic Najab Bone	a	the	Basic Najab Bones	\d	the	
    -_AD4C09928851760C	m0625ccfcb01	Fine Najab Bone	a	the	Fine Najab Bones	\d	the	
    -_397E712F6DC233C5	m0625ccfjd01	Excellent Jungle Najab Bone	an	the	Excellent Jungle Najab Bones	\d	the	
    -_3A3F3809FCD0C03B	m0625ccfje01	Supreme Jungle Najab Bone	a	the	Supreme Jungle Najab Bones	\d	the	
    -_6A24DE0E2B9C77A0	m0625ccflc01	Choice Lakes Najab Bone	a	the	Choice Lakes Najab Bones	\d	the	
    -_3DBBE02C03006038	m0625ccfld01	Excellent Lakes Najab Bone	an	the	Excellent Lakes Najab Bones	\d	the	
    -_CFF3FC0817B46525	m0625ccfpe01	Supreme Prime Root Najab Bone	a	the	Supreme Prime Root Najab Bones	\d	the	
    -_C413259885E36DEC	m0626ccfca01	Basic Najab Fang	a	the	Basic Najab Fangs	\d	the	
    -_2AAC098489517E0D	m0626ccfcb01	Fine Najab Fang	a	the	Fine Najab Fangs	\d	the	
    -_3B7E712F6D0233AA	m0626ccfjd01	Excellent Jungle Najab Fang	an	the	Excellent Jungle Najab Fangs	\d	the	
    -_3A5F50097910C03E	m0626ccfje01	Supreme Jungle Najab Fang	a	the	Supreme Jungle Najab Fangs	\d	the	
    -_EA24AE12A8DC77A1	m0626ccflc01	Choice Lakes Najab Fang	a	the	Choice Lakes Najab Fangs	\d	the	
    -_3DFBF01E0400603B	m0626ccfld01	Excellent Lakes Najab Fang	an	the	Excellent Lakes Najab Fangs	\d	the	
    -_CFF3040A94147526	m0626ccfpe01	Supreme Prime Root Najab Fang	a	the	Supreme Prime Root Najab Fangs	\d	the	
    -_EA26310297BCCB69	m0627ccfca01	Basic Najab Ligament	a	the	Basic Najab Ligaments	\d	the	
    -_0F645FEADCB67E7C	m0627ccfcb01	Fine Najab Ligament	a	the	Fine Najab Ligaments	\d	the	
    -_E227B92D80272587	m0627ccfjd01	Excellent Jungle Najab Ligament	an	the	Excellent Jungle Najab Ligaments	\d	the	
    -_3EC2ECE5A9B9AA38	m0627ccfje01	Supreme Jungle Najab Ligament	a	the	Supreme Jungle Najab Ligaments	\d	the	
    -_B53ACC50D472C73E	m0627ccflc01	Choice Lakes Najab Ligament	a	the	Choice Lakes Najab Ligaments	\d	the	
    -_5FFFA9B998B9117C	m0627ccfld01	Excellent Lakes Najab Ligament	an	the	Excellent Lakes Najab Ligaments	\d	the	
    -_E30D842DB4067BD9	m0627ccfpe01	Supreme Prime Root Najab Ligament	a	the	Supreme Prime Root Najab Ligaments	\d	the	
    -_4EC6654868851F41	m0629dxacb01	Basic Nita Wood Node	a	the	Basic Nita Wood Nodes	\d	the	
    -_4C7F72EDE4BBF23C	m0629dxacc01	Fine Nita Wood Node	a	the	Fine Nita Wood Nodes	\d	the	
    -_70CA9731A0AFF10D	m0629dxadd01	Choice Desert Nita Wood Node	a	the	Choice Desert Nita Wood Nodes	\d	the	
    -_2516783C8267E49E	m0629dxade01	Excellent Desert Nita Wood Node	an	the	Excellent Desert Nita Wood Nodes	\d	the	
    -_FF4571BF99A91DF8	m0629dxadf01	Supreme Desert Nita Wood Node	a	the	Supreme Desert Nita Wood Nodes	\d	the	
    -_70CA973320AFE921	m0629dxafd01	Choice Forest Nita Wood Node	a	the	Choice Forest Nita Wood Nodes	\d	the	
    -_A746783D0497E49D	m0629dxafe01	Excellent Forest Nita Wood Node	an	the	Excellent Forest Nita Wood Nodes	\d	the	
    -_FF4575C259394DFA	m0629dxaff01	Supreme Forest Nita Wood Node	a	the	Supreme Forest Nita Wood Nodes	\d	the	
    -_72CA97199EEFC92D	m0629dxajd01	Choice Jungle Nita Wood Node	a	the	Choice Jungle Nita Wood Nodes	\d	the	
    -_6515803DC266EC99	m0629dxaje01	Excellent Jungle Nita Wood Node	an	the	Excellent Jungle Nita Wood Nodes	\d	the	
    -_FF541DC1D85975FE	m0629dxajf01	Supreme Jungle Nita Wood Node	a	the	Supreme Jungle Nita Wood Nodes	\d	the	
    -_40251338C6C58417	m0629dxald01	Choice Lakes Nita Wood Node	a	the	Choice Lakes Nita Wood Nodes	\d	the	
    -_67E108EB0016B54B	m0629dxale01	Excellent Lakes Nita Wood Node	an	the	Excellent Lakes Nita Wood Nodes	\d	the	
    -_AAD7C8C8D9B95C02	m0629dxalf01	Supreme Lakes Nita Wood Node	a	the	Supreme Lakes Nita Wood Nodes	\d	the	
    -_6322C52DE3430577	m0629dxapd01	Choice Prime Root Nita Wood Node	a	the	Choice Prime Root Nita Wood Nodes	\d	the	
    -_D7CA2787667FEFEF	m0629dxape01	Excellent Prime Root Nita Wood Node	an	the	Excellent Prime Root Nita Wood Nodes	\d	the	
    -_52DFD5A835662600	m0629dxapf01	Supreme Prime Root Nita Wood Node	a	the	Supreme Prime Root Nita Wood Nodes	\d	the	
    -_27B87B6663F20007	m0630dxacb01	Handful of Basic Oath Bark	a	the	Handfuls of Basic Oath Bark	\d	the	
    -_6D4ECE5D7CECA101	m0630dxacc01	Handful of Fine Oath Bark	a	the	Handfuls of Fine Oath Bark	\d	the	
    -_9D26D1429A9C918C	m0630dxadd01	Handful of Choice Desert Oath Bark	a	the	Handfuls of Choice Desert Oath Bark	\d	the	
    -_C4F09A503CDC6B56	m0630dxade01	Handful of Excellent Desert Oath Bark	a	the	Handfuls of Excellent Desert Oath Bark	\d	the	
    -_44B77324F90FBD3B	m0630dxadf01	Handful of Supreme Desert Oath Bark	a	the	Handfuls of Supreme Desert Oath Bark	\d	the	
    -_9D36D543DC5C998C	m0630dxafd01	Handful of Choice Forest Oath Bark	a	the	Handfuls of Choice Forest Oath Bark	\d	the	
    -_0490A2527CDC6B60	m0630dxafe01	Handful of Excellent Forest Oath Bark	a	the	Handfuls of Excellent Forest Oath Bark	\d	the	
    -_C4B76B3AF90FBD3B	m0630dxaff01	Handful of Supreme Forest Oath Bark	a	the	Handfuls of Supreme Forest Oath Bark	\d	the	
    -_D9D4C1455DFDA98C	m0630dxajd01	Handful of Choice Jungle Oath Bark	a	the	Handfuls of Choice Jungle Oath Bark	\d	the	
    -_04F1B247BB0B3F68	m0630dxaje01	Handful of Excellent Jungle Oath Bark	a	the	Handfuls of Excellent Jungle Oath Bark	\d	the	
    -_42F74B4AFB0FBD1D	m0630dxajf01	Handful of Supreme Jungle Oath Bark	a	the	Handfuls of Supreme Jungle Oath Bark	\d	the	
    -_4C062AD9D467FD38	m0630dxald01	Handful of Choice Lakes Oath Bark	a	the	Handfuls of Choice Lakes Oath Bark	\d	the	
    -_4495CFA80BD7BD1B	m0630dxale01	Handful of Excellent Lakes Oath Bark	a	the	Handfuls of Excellent Lakes Oath Bark	\d	the	
    -_1F4B24452DC59B8E	m0630dxalf01	Handful of Supreme Lakes Oath Bark	a	the	Handfuls of Supreme Lakes Oath Bark	\d	the	
    -_AF629A29E5195E70	m0630dxapd01	Handful of Choice Prime Root Oath Bark	a	the	Handfuls of Choice Prime Root Oath Bark	\d	the	
    -_9458FEEE19BDE168	m0630dxape01	Handful of Excellent Prime Root Oath Bark	a	the	Handfuls of Excellent Prime Root Oath Bark	\d	the	
    -_6E154338059D2F8D	m0630dxapf01	Handful of Supreme Prime Root Oath Bark	a	the	Handfuls of Supreme Prime Root Oath Bark	\d	the	
    -_78CA60D511326EEF	m0632cclca01	Basic Ocyx Fang	a	the	Basic Ocyx Fangs	\d	the	
    -_3F9A3D1287F1FD2E	m0632cclcb01	Fine Ocyx Fang	a	the	Fine Ocyx Fangs	\d	the	
    -_A6F382C4468BD7BA	m0632ccldc01	Choice Desert Ocyx Fang	a	the	Choice Desert Ocyx Fangs	\d	the	
    -_39E02FF2F586C0C7	m0632ccldd01	Excellent Desert Ocyx Fang	an	the	Excellent Desert Ocyx Fangs	\d	the	
    -_22EF805B25BFB8AA	m0632cclde01	Supreme Desert Ocyx Fang	a	the	Supreme Desert Ocyx Fangs	\d	the	
    -_260382C508ABD3C4	m0632cclfc01	Choice Forest Ocyx Fang	a	the	Choice Forest Ocyx Fangs	\d	the	
    -_92D25AFF2F47CA9A	m0633cclca01	Basic Ocyx Ligament	a	the	Basic Ocyx Ligaments	\d	the	
    -_4E431A8F6FF48E8C	m0633cclcb01	Fine Ocyx Ligament	a	the	Fine Ocyx Ligaments	\d	the	
    -_3C1877D9E883387A	m0633ccldc01	Choice Desert Ocyx Ligament	a	the	Choice Desert Ocyx Ligaments	\d	the	
    -_7556C843ED1CAD4C	m0633ccldd01	Excellent Desert Ocyx Ligament	an	the	Excellent Desert Ocyx Ligaments	\d	the	
    -_300E4DEB4F8C5501	m0633cclde01	Supreme Desert Ocyx Ligament	a	the	Supreme Desert Ocyx Ligaments	\d	the	
    -_3E3877DB28933483	m0633cclfc01	Choice Forest Ocyx Ligament	a	the	Choice Forest Ocyx Ligaments	\d	the	
    -_161465B54FD09FDA	m0634cclca01	Fragment of Basic Ocyx Shell	a	the	Fragments of Basic Ocyx Shell	\d	the	
    -_881F17FA90863136	m0634cclcb01	Fragment of Fine Ocyx Shell	a	the	Fragments of Fine Ocyx Shell	\d	the	
    -_0AD0EF60682805C0	m0634ccldc01	Fragment of Choice Desert Ocyx Shell	a	the	Fragments of Choice Desert Ocyx Shell	\d	the	
    -_D250D2CD68778208	m0634ccldd01	Fragment of Excellent Desert Ocyx Shell	a	the	Fragments of Excellent Desert Ocyx Shell	\d	the	
    -_1823615BB73B9360	m0634cclde01	Fragment of Supreme Desert Ocyx Shell	a	the	Fragments of Supreme Desert Ocyx Shell	\d	the	
    -_4AC0136EE82805C1	m0634cclfc01	Fragment of Choice Forest Ocyx Shell	a	the	Fragments of Choice Forest Ocyx Shell	\d	the	
    -_6AE17CCA1AE7F96D	m0635chtca01	Fragment of Basic Ploderos Eye	a	the	Fragments of Basic Ploderos Eye	\d	the	
    -_EEF674CA867EA14F	m0635chtcb01	Fragment of Fine Ploderos Eye	a	the	Fragments of Fine Ploderos Eye	\d	the	
    -_629110C9FA08BC05	m0635chtde01	Fragment of Supreme Desert Ploderos Eye	a	the	Fragments of Supreme Desert Ploderos Eye	\d	the	
    -_615AE9A2C820135A	m0635chtfc01	Fragment of Choice Forest Ploderos Eye	a	the	Fragments of Choice Forest Ploderos Eye	\d	the	
    -_22BAD9AC05AF1B47	m0635chtjc01	Fragment of Choice Jungle Ploderos Eye	a	the	Fragments of Choice Jungle Ploderos Eye	\d	the	
    -_C1B1FAC7C4B650B6	m0635chtjd01	Fragment of Excellent Jungle Ploderos Eye	a	the	Fragments of Excellent Jungle Ploderos Eye	\d	the	
    -_E24014CF7AB7C005	m0635chtje01	Fragment of Supreme Jungle Ploderos Eye	a	the	Fragments of Supreme Jungle Ploderos Eye	\d	the	
    -_D5A2B9256D197563	m0636chtca01	Fragment of Basic Ploderos Skin	a	the	Fragments of Basic Ploderos Skin	\d	the	
    -_E3F30590946A8D41	m0636chtcb01	Fragment of Fine Ploderos Skin	a	the	Fragments of Fine Ploderos Skin	\d	the	
    -_260BFFF703561863	m0636chtde01	Fragment of Supreme Desert Ploderos Skin	a	the	Fragments of Supreme Desert Ploderos Skin	\d	the	
    -_42B93B0CDA30EF47	m0636chtfc01	Fragment of Choice Forest Ploderos Skin	a	the	Fragments of Choice Forest Ploderos Skin	\d	the	
    -_82D92B071A50DF3E	m0636chtjc01	Fragment of Choice Jungle Ploderos Skin	a	the	Fragments of Choice Jungle Ploderos Skin	\d	the	
    -_6D15226EEEEBC5B9	m0636chtjd01	Fragment of Excellent Jungle Ploderos Skin	a	the	Fragments of Excellent Jungle Ploderos Skin	\d	the	
    -_A6C92705C257F45D	m0636chtje01	Fragment of Supreme Jungle Ploderos Skin	a	the	Fragments of Supreme Jungle Ploderos Skin	\d	the	
    -_896D89113BCD5B77	m0637chtca01	Basic Ploderos Nail	a	the	Basic Ploderos Nails	\d	the	
    -_1950E185E3689B9D	m0637chtcb01	Fine Ploderos Nail	a	the	Fine Ploderos Nails	\d	the	
    -_12907D37EFBAE5D9	m0637chtde01	Supreme Desert Ploderos Nail	a	the	Supreme Desert Ploderos Nails	\d	the	
    -_35D3A6ED3419C560	m0637chtfc01	Choice Forest Ploderos Nail	a	the	Choice Forest Ploderos Nails	\d	the	
    -_B813A6E2AFC8BD62	m0637chtjc01	Choice Jungle Ploderos Nail	a	the	Choice Jungle Ploderos Nails	\d	the	
    -_AB7885EB72D92C9B	m0637chtjd01	Excellent Jungle Ploderos Nail	an	the	Excellent Jungle Ploderos Nails	\d	the	
    -_12900531EF1865E5	m0637chtje01	Supreme Jungle Ploderos Nail	a	the	Supreme Jungle Ploderos Nails	\d	the	
    -_B9CC9A7A6E16A188	m0638chtca01	Fragment of Basic Ploderos Pelvis	a	the	Fragments of Basic Ploderos Pelvis	\d	the	
    -_3F885853398C95F3	m0638chtcb01	Fragment of Fine Ploderos Pelvis	a	the	Fragments of Fine Ploderos Pelvis	\d	the	
    -_AF6BDC15050E0CE3	m0638chtde01	Fragment of Supreme Desert Ploderos Pelvis	a	the	Fragments of Supreme Desert Ploderos Pelvis	\d	the	
    -_EE28544E5D1E4F1C	m0638chtfc01	Fragment of Choice Forest Ploderos Pelvis	a	the	Fragments of Choice Forest Ploderos Pelvis	\d	the	
    -_2D57285A5D7F5F0D	m0638chtjc01	Fragment of Choice Jungle Ploderos Pelvis	a	the	Fragments of Choice Jungle Ploderos Pelvis	\d	the	
    -_8773723385E0C4AF	m0638chtjd01	Fragment of Excellent Jungle Ploderos Pelvis	a	the	Fragments of Excellent Jungle Ploderos Pelvis	\d	the	
    -_AE3A0831860ED0CE	m0638chtje01	Fragment of Supreme Jungle Ploderos Pelvis	a	the	Fragments of Supreme Jungle Ploderos Pelvis	\d	the	
    -_2A8081483D2E3379	m0639chtca01	Basic Ploderos Tooth	a	the	Basic Ploderos Teeth	\d	the	
    -_53B342AFAA9CBB94	m0639chtcb01	Fine Ploderos Tooth	a	the	Fine Ploderos Teeth	\d	the	
    -_B086E532749966ED	m0639chtde01	Supreme Desert Ploderos Tooth	a	the	Supreme Desert Ploderos Teeth	\d	the	
    -_4C84B333F558FD59	m0639chtfc01	Choice Forest Ploderos Tooth	a	the	Choice Forest Ploderos Teeth	\d	the	
    -_4E84B3197398DD65	m0639chtjc01	Choice Jungle Ploderos Tooth	a	the	Choice Jungle Ploderos Teeth	\d	the	
    -_AB6AC8448DBA34A0	m0639chtjd01	Excellent Jungle Ploderos Tooth	an	the	Excellent Jungle Ploderos Teeth	\d	the	
    -_B0959134B349BEF3	m0639chtje01	Supreme Jungle Ploderos Tooth	a	the	Supreme Jungle Ploderos Teeth	\d	the	
    -_DCF684B9A6020591	m0640cpcca01	Handful of Basic Psykopla Moss	a	the	Handfuls of Basic Psykopla Moss	\d	the	
    -_CAA949ED9B8FE868	m0640cpccb01	Handful of Fine Psykopla Moss	a	the	Handfuls of Fine Psykopla Moss	\d	the	
    -_3727AF8A0D2F9BE9	m0640cpcfe01	Handful of Supreme Forest Psykopla Moss	a	the	Handfuls of Supreme Forest Psykopla Moss	\d	the	
    -_3DC1E722BD81ADA1	m0640cpcpe01	Handful of Supreme Prime Root Psykopla Moss	a	the	Handfuls of Supreme Prime Root Psykopla Moss	\d	the	
    -_6BA8310257DE6B5D	m0641cceca01	Basic Ragus Ligament	a	the	Basic Ragus Ligaments	\d	the	
    -_D4346FEE9CB6C29B	m0641ccecb01	Fine Ragus Ligament	a	the	Fine Ragus Ligaments	\d	the	
    -_C0B344F733AA7632	m0641ccefe01	Supreme Forest Ragus Ligament	a	the	Supreme Forest Ragus Ligaments	\d	the	
    -_8FAC63D38D481549	m0641ccejc01	Choice Jungle Ragus Ligament	a	the	Choice Jungle Ragus Ligaments	\d	the	
    -_C0C2ECF6B2CA9E36	m0641cceje01	Supreme Jungle Ragus Ligament	a	the	Supreme Jungle Ragus Ligaments	\d	the	
    -_3B1B1C5194B3C749	m0641ccelc01	Choice Lakes Ragus Ligament	a	the	Choice Lakes Ragus Ligaments	\d	the	
    -_E1FFEDCDDBFA1576	m0641cceld01	Excellent Lakes Ragus Ligament	an	the	Excellent Lakes Ragus Ligaments	\d	the	
    -_328CC5C991B42C61	m0641ccele01	Supreme Lakes Ragus Ligament	a	the	Supreme Lakes Ragus Ligaments	\d	the	
    -_A84E783E7AD67BD7	m0641ccepe01	Supreme Prime Root Ragus Ligament	a	the	Supreme Prime Root Ragus Ligaments	\d	the	
    -_EEA82DA65120FEA9	m0642chmca01	Fragment of Basic Raspal Eye	a	the	Fragments of Basic Raspal Eye	\d	the	
    -_A54121EACCB6B1F4	m0642chmcb01	Fragment of Fine Raspal Eye	a	the	Fragments of Fine Raspal Eye	\d	the	
    -_7F5117A514C8C7DE	m0642chmdd01	Fragment of Excellent Desert Raspal Eye	a	the	Fragments of Excellent Desert Raspal Eye	\d	the	
    -_27138932E91A776F	m0642chmde01	Fragment of Supreme Desert Raspal Eye	a	the	Fragments of Supreme Desert Raspal Eye	\d	the	
    -_317704EAFD3EB131	m0643chmca01	Fragment of Basic Raspal Skin	a	the	Fragments of Basic Raspal Skin	\d	the	
    -_5C9619C2D7951F4A	m0643chmcb01	Fragment of Fine Raspal Skin	a	the	Fragments of Fine Raspal Skin	\d	the	
    -_7A3696CE0D15F7D8	m0643chmdd01	Fragment of Excellent Desert Raspal Skin	a	the	Fragments of Excellent Desert Raspal Skin	\d	the	
    -_D05C7270BF439F6D	m0643chmde01	Fragment of Supreme Desert Raspal Skin	a	the	Fragments of Supreme Desert Raspal Skin	\d	the	
    -_5CF58582D600FA92	m0644chmca01	Basic Raspal Nail	a	the	Basic Raspal Nails	\d	the	
    -_0A4412670C6456B9	m0644chmcb01	Fine Raspal Nail	a	the	Fine Raspal Nails	\d	the	
    -_5D69E12A9F705B27	m0644chmdd01	Excellent Desert Raspal Nail	an	the	Excellent Desert Raspal Nails	\d	the	
    -_FAC73E4F9EAA295B	m0644chmde01	Supreme Desert Raspal Nail	a	the	Supreme Desert Raspal Nails	\d	the	
    -_19275DE5AE9E1922	m0645chmca01	Fragment of Basic Raspal Pelvis	a	the	Fragments of Basic Raspal Pelvis	\d	the	
    -_548441E3CE57921E	m0645chmcb01	Fragment of Fine Raspal Pelvis	a	the	Fragments of Fine Raspal Pelvis	\d	the	
    -_B2875F8C55E8C1C8	m0645chmdd01	Fragment of Excellent Desert Raspal Pelvis	a	the	Fragments of Excellent Desert Raspal Pelvis	\d	the	
    -_DFD82306151613A3	m0645chmde01	Fragment of Supreme Desert Raspal Pelvis	a	the	Fragments of Supreme Desert Raspal Pelvis	\d	the	
    -_1A23ED7C63A79BA6	m0646chmca01	Basic Raspal Tooth	a	the	Basic Raspal Teeth	\d	the	
    -_2555CA900994A241	m0646chmcb01	Fine Raspal Tooth	a	the	Fine Raspal Teeth	\d	the	
    -_DE1969FF9B443482	m0646chmdd01	Excellent Desert Raspal Tooth	an	the	Excellent Desert Raspal Teeth	\d	the	
    -_E876F7F12D1B855E	m0646chmde01	Supreme Desert Raspal Tooth	a	the	Supreme Desert Raspal Teeth	\d	the	
    -_F2C7E9A51320FEB4	m0647chpca01	Fragment of Basic Rendor Eye	a	the	Fragments of Basic Rendor Eye	\d	the	
    -_A50391D20B36B1F9	m0647chpcb01	Fragment of Fine Rendor Eye	a	the	Fragments of Fine Rendor Eye	\d	the	
    -_E68373502C78649A	m0647chpdc01	Fragment of Choice Desert Rendor Eye	a	the	Fragments of Choice Desert Rendor Eye	\d	the	
    -_3EF24F999469FFD7	m0647chpdd01	Fragment of Excellent Desert Rendor Eye	a	the	Fragments of Excellent Desert Rendor Eye	\d	the	
    -_69927536AA7BAF6E	m0647chpde01	Fragment of Supreme Desert Rendor Eye	a	the	Fragments of Supreme Desert Rendor Eye	\d	the	
    -_2673975EAC78649B	m0647chpfc01	Fragment of Choice Forest Rendor Eye	a	the	Fragments of Choice Forest Rendor Eye	\d	the	
    -_EBA29D3AAA8BAF6E	m0647chpfe01	Fragment of Supreme Forest Rendor Eye	a	the	Fragments of Supreme Forest Rendor Eye	\d	the	
    -_AF06E4E5BF3EC944	m0648chpca01	Fragment of Basic Rendor Skin	a	the	Fragments of Basic Rendor Skin	\d	the	
    -_DDD721B158D51F4F	m0648chpcb01	Fragment of Fine Rendor Skin	a	the	Fragments of Fine Rendor Skin	\d	the	
    -_E981E66C29872719	m0648chpdc01	Fragment of Choice Desert Rendor Skin	a	the	Fragments of Choice Desert Rendor Skin	\d	the	
    -_BA5666C9CF762FD1	m0648chpdd01	Fragment of Excellent Desert Rendor Skin	a	the	Fragments of Excellent Desert Rendor Skin	\d	the	
    -_549B5E7401236F73	m0648chpde01	Fragment of Supreme Desert Rendor Skin	a	the	Fragments of Supreme Desert Rendor Skin	\d	the	
    -_E921EA78A9872B19	m0648chpfc01	Fragment of Choice Forest Rendor Skin	a	the	Fragments of Choice Forest Rendor Skin	\d	the	
    -_D48B867841236B7E	m0648chpfe01	Fragment of Supreme Forest Rendor Skin	a	the	Fragments of Supreme Forest Rendor Skin	\d	the	
    -_E034718618E0CA98	m0649chpca01	Basic Rendor Nail	a	the	Basic Rendor Nails	\d	the	
    -_C9E54A5B8C058EB2	m0649chpcb01	Fine Rendor Nail	a	the	Fine Rendor Nails	\d	the	
    -_49DDA73FBC4B8470	m0649chpdc01	Choice Desert Rendor Nail	a	the	Choice Desert Rendor Nails	\d	the	
    -_DEAAE91920B05B2C	m0649chpdd01	Excellent Desert Rendor Nail	an	the	Excellent Desert Rendor Nails	\d	the	
    -_B9073E55E24A4D58	m0649chpde01	Supreme Desert Rendor Nail	a	the	Supreme Desert Rendor Nails	\d	the	
    -_C9CDCF43FC4B807B	m0649chpfc01	Choice Forest Rendor Nail	a	the	Choice Forest Rendor Nails	\d	the	
    -_3B273E58E24A7559	m0649chpfe01	Supreme Forest Rendor Nail	a	the	Supreme Forest Rendor Nails	\d	the	
    -_DB072DE0F17EE918	m0650chpca01	Fragment of Basic Rendor Pelvis	a	the	Fragments of Basic Rendor Pelvis	\d	the	
    -_919489D74E97AA27	m0650chpcb01	Fragment of Fine Rendor Pelvis	a	the	Fragments of Fine Rendor Pelvis	\d	the	
    -_881EB3BB9E9567F2	m0650chpdc01	Fragment of Choice Desert Rendor Pelvis	a	the	Fragments of Choice Desert Rendor Pelvis	\d	the	
    -_AE766F8C164911C5	m0650chpdd01	Fragment of Excellent Desert Rendor Pelvis	a	the	Fragments of Excellent Desert Rendor Pelvis	\d	the	
    -_A2172718D3C523A4	m0650chpde01	Fragment of Supreme Desert Rendor Pelvis	a	the	Fragments of Supreme Desert Rendor Pelvis	\d	the	
    -_481EAFC75E9563FC	m0650chpfc01	Fragment of Choice Forest Rendor Pelvis	a	the	Fragments of Choice Forest Rendor Pelvis	\d	the	
    -_A207531C93652BA5	m0650chpfe01	Fragment of Supreme Forest Rendor Pelvis	a	the	Fragments of Supreme Forest Rendor Pelvis	\d	the	
    -_58D2FD7CA58783AA	m0651chpca01	Basic Rendor Tooth	a	the	Basic Rendor Teeth	\d	the	
    -_A5759A8BCBF5DA30	m0651chpcb01	Fine Rendor Tooth	a	the	Fine Rendor Teeth	\d	the	
    -_073AAB119AE33571	m0651chpdc01	Choice Desert Rendor Tooth	a	the	Choice Desert Rendor Teeth	\d	the	
    -_A1B98DF71B843483	m0651chpdd01	Excellent Desert Rendor Tooth	an	the	Excellent Desert Rendor Teeth	\d	the	
    -_2976F7F7F23A4158	m0651chpde01	Supreme Desert Rendor Tooth	a	the	Supreme Desert Rendor Teeth	\d	the	
    -_47DAB313DAE3357B	m0651chpfc01	Choice Forest Rendor Tooth	a	the	Choice Forest Rendor Teeth	\d	the	
    -_A976F7FA322A6564	m0651chpfe01	Supreme Forest Rendor Tooth	a	the	Supreme Forest Rendor Teeth	\d	the	
    -_9F25BEECB800CBE7	m0652dxacb01	Basic Scrath Wood Node	a	the	Basic Scrath Wood Nodes	\d	the	
    -_383B4E9562AAF39C	m0652dxacc01	Fine Scrath Wood Node	a	the	Fine Scrath Wood Nodes	\d	the	
    -_096E24C2F27BC56D	m0652dxadd01	Choice Desert Scrath Wood Node	a	the	Choice Desert Scrath Wood Nodes	\d	the	
    -_23C7D547007EA6B4	m0652dxade01	Excellent Desert Scrath Wood Node	an	the	Excellent Desert Scrath Wood Nodes	\d	the	
    -_92311897B297FD74	m0652dxadf01	Supreme Desert Scrath Wood Node	a	the	Supreme Desert Scrath Wood Nodes	\d	the	
    -_896E28C4F21BC977	m0652dxafd01	Choice Forest Scrath Wood Node	a	the	Choice Forest Scrath Wood Nodes	\d	the	
    -_23D7D549828ECEB6	m0652dxafe01	Excellent Forest Scrath Wood Node	an	the	Excellent Forest Scrath Wood Nodes	\d	the	
    -_D23114A432872576	m0652dxaff01	Supreme Forest Scrath Wood Node	a	the	Supreme Forest Scrath Wood Nodes	\d	the	
    -_8A7D0CBB309CC97D	m0652dxajd01	Choice Jungle Scrath Wood Node	a	the	Choice Jungle Scrath Wood Nodes	\d	the	
    -_5F66A142848DE6BA	m0652dxaje01	Excellent Jungle Scrath Wood Node	an	the	Excellent Jungle Scrath Wood Nodes	\d	the	
    -_1151C8A7B3463D6B	m0652dxajf01	Supreme Jungle Scrath Wood Node	a	the	Supreme Jungle Scrath Wood Nodes	\d	the	
    -_3150B1F778AFE9FE	m0652dxald01	Choice Lakes Scrath Wood Node	a	the	Choice Lakes Scrath Wood Nodes	\d	the	
    -_9CF10886384274D9	m0652dxale01	Excellent Lakes Scrath Wood Node	an	the	Excellent Lakes Scrath Wood Nodes	\d	the	
    -_9967A47559580D15	m0652dxalf01	Supreme Lakes Scrath Wood Node	a	the	Supreme Lakes Scrath Wood Nodes	\d	the	
    -_277325EF81BF9EF0	m0652dxapd01	Choice Prime Root Scrath Wood Node	a	the	Choice Prime Root Scrath Wood Nodes	\d	the	
    -_0F4D8A873C628236	m0652dxape01	Excellent Prime Root Scrath Wood Node	an	the	Excellent Prime Root Scrath Wood Nodes	\d	the	
    -_E47201B8D850E9FA	m0652dxapf01	Supreme Prime Root Scrath Wood Node	a	the	Supreme Prime Root Scrath Wood Nodes	\d	the	
    -_2D67D59BD430FEA6	m0653chsca01	Fragment of Basic Shalah Eye	a	the	Fragments of Basic Shalah Eye	\d	the	
    -_E5C121E24596B9F5	m0653chscb01	Fragment of Fine Shalah Eye	a	the	Fragments of Fine Shalah Eye	\d	the	
    -_3B811BA111F8CBDB	m0653chsdd01	Fragment of Excellent Desert Shalah Eye	a	the	Fragments of Excellent Desert Shalah Eye	\d	the	
    -_E3424539AADA7768	m0653chsde01	Fragment of Supreme Desert Shalah Eye	a	the	Fragments of Supreme Desert Shalah Eye	\d	the	
    -_0F20716339D9F334	m0653chsld01	Fragment of Excellent Lakes Shalah Eye	a	the	Fragments of Excellent Lakes Shalah Eye	\d	the	
    -_1D6F979D554223BF	m0653chsle01	Fragment of Supreme Lakes Shalah Eye	a	the	Fragments of Supreme Lakes Shalah Eye	\d	the	
    -_6F5610D9404EA132	m0654chsca01	Fragment of Basic Shalah Skin	a	the	Fragments of Basic Shalah Skin	\d	the	
    -_9B5609AC9615234B	m0654chscb01	Fragment of Fine Shalah Skin	a	the	Fragments of Fine Shalah Skin	\d	the	
    -_35A68ABC50E5F7D5	m0654chsdd01	Fragment of Excellent Desert Shalah Skin	a	the	Fragments of Excellent Desert Shalah Skin	\d	the	
    -_D22B2A777F438F58	m0654chsde01	Fragment of Supreme Desert Shalah Skin	a	the	Fragments of Supreme Desert Shalah Skin	\d	the	
    -_17CB1D9112327F16	m0654chsld01	Fragment of Excellent Lakes Shalah Skin	a	the	Fragments of Excellent Lakes Shalah Skin	\d	the	
    -_92042F2EF7416D22	m0654chsle01	Fragment of Supreme Lakes Shalah Skin	a	the	Fragments of Supreme Lakes Shalah Skin	\d	the	
    -_5EC43D899600EA7D	m0655chsca01	Basic Shalah Nail	a	the	Basic Shalah Nails	\d	the	
    -_C674166309945AB6	m0655chscb01	Fine Shalah Nail	a	the	Fine Shalah Nails	\d	the	
    -_9C29D1145EF05F28	m0655chsdd01	Excellent Desert Shalah Nail	an	the	Excellent Desert Shalah Nails	\d	the	
    -_F637424B1F29E15F	m0655chsde01	Supreme Desert Shalah Nail	a	the	Supreme Desert Shalah Nails	\d	the	
    -_422906E2A9256024	m0655chsld01	Excellent Lakes Shalah Nail	an	the	Excellent Lakes Shalah Nails	\d	the	
    -_6AA18C2AADC1C474	m0655chsle01	Supreme Lakes Shalah Nail	a	the	Supreme Lakes Shalah Nails	\d	the	
    -_1A374DD3F0AE0911	m0656chsca01	Fragment of Basic Shalah Pelvis	a	the	Fragments of Basic Shalah Pelvis	\d	the	
    -_93235DE0CBC7861F	m0656chscb01	Fragment of Fine Shalah Pelvis	a	the	Fragments of Fine Shalah Pelvis	\d	the	
    -_6DD67F8DD6A8B1C5	m0656chsdd01	Fragment of Excellent Desert Shalah Pelvis	a	the	Fragments of Excellent Desert Shalah Pelvis	\d	the	
    -_1F97CB0DD5F52FA1	m0656chsde01	Fragment of Supreme Desert Shalah Pelvis	a	the	Fragments of Supreme Desert Shalah Pelvis	\d	the	
    -_DB52BE265BD177EF	m0656chsld01	Fragment of Excellent Lakes Shalah Pelvis	a	the	Fragments of Excellent Lakes Shalah Pelvis	\d	the	
    -_85FCB3AF2C44F0F1	m0656chsle01	Fragment of Supreme Lakes Shalah Pelvis	a	the	Fragments of Supreme Lakes Shalah Pelvis	\d	the	
    -_1B12097DE3A77B95	m0657chsca01	Basic Shalah Tooth	a	the	Basic Shalah Teeth	\d	the	
    -_E0C5BE7E4C64A23E	m0657chscb01	Fine Shalah Tooth	a	the	Fine Shalah Teeth	\d	the	
    -_1E982102D8B4387F	m0657chsdd01	Excellent Desert Shalah Tooth	an	the	Excellent Desert Shalah Teeth	\d	the	
    -_2A86F7EDADDA2D54	m0657chsde01	Supreme Desert Shalah Tooth	a	the	Supreme Desert Shalah Teeth	\d	the	
    -_867C4F392212FB57	m0657chsld01	Excellent Lakes Shalah Tooth	an	the	Excellent Lakes Shalah Teeth	\d	the	
    -_43F2E40C4111EC09	m0657chsle01	Supreme Lakes Shalah Tooth	a	the	Supreme Lakes Shalah Teeth	\d	the	
    -_C3174DF11023AC47	m0658cpfca01	Handful of Basic Shooki Moss	a	the	Handfuls of Basic Shooki Moss	\d	the	
    -_7169C12F9891D943	m0658cpfcb01	Handful of Fine Shooki Moss	a	the	Handfuls of Fine Shooki Moss	\d	the	
    -_15D75F5975472E72	m0658cpfde01	Handful of Supreme Desert Shooki Moss	a	the	Handfuls of Supreme Desert Shooki Moss	\d	the	
    -_9FA56186D4D2168B	m0659dxacb01	Basic Silvio Seed	a	the	Basic Silvio Seeds	\d	the	
    -_87B44A7246D58EC9	m0659dxacc01	Fine Silvio Seed	a	the	Fine Silvio Seeds	\d	the	
    -_084E973F783DD063	m0659dxadd01	Choice Desert Silvio Seed	a	the	Choice Desert Silvio Seeds	\d	the	
    -_5D191D21DA018731	m0659dxade01	Excellent Desert Silvio Seed	an	the	Excellent Desert Silvio Seeds	\d	the	
    -_B85856579D3B116A	m0659dxadf01	Supreme Desert Silvio Seed	a	the	Supreme Desert Silvio Seeds	\d	the	
    -_883EBF43B83DCC6E	m0659dxafd01	Choice Forest Silvio Seed	a	the	Choice Forest Silvio Seeds	\d	the	
    -_9D29192CDC218731	m0659dxafe01	Excellent Forest Silvio Seed	an	the	Excellent Forest Silvio Seeds	\d	the	
    -_3A78565A9D3B396B	m0659dxaff01	Supreme Forest Silvio Seed	a	the	Supreme Forest Silvio Seeds	\d	the	
    -_09FDD73CF75D806D	m0659dxajd01	Choice Jungle Silvio Seed	a	the	Choice Jungle Silvio Seeds	\d	the	
    -_18D811325F618722	m0659dxaje01	Excellent Jungle Silvio Seed	an	the	Excellent Jungle Silvio Seeds	\d	the	
    -_BCB81A575989596B	m0659dxajf01	Supreme Jungle Silvio Seed	a	the	Supreme Jungle Silvio Seeds	\d	the	
    -_A641879E2D8DFFED	m0659dxald01	Choice Lakes Silvio Seed	a	the	Choice Lakes Silvio Seeds	\d	the	
    -_82BA1EE9E8479828	m0659dxale01	Excellent Lakes Silvio Seed	an	the	Excellent Lakes Silvio Seeds	\d	the	
    -_2BE1C039EA02F887	m0659dxalf01	Supreme Lakes Silvio Seed	a	the	Supreme Lakes Silvio Seeds	\d	the	
    -_D754DCCC2131607D	m0659dxapd01	Choice Prime Root Silvio Seed	a	the	Choice Prime Root Silvio Seeds	\d	the	
    -_2C5A72E8F11C30EB	m0659dxape01	Excellent Prime Root Silvio Seed	an	the	Excellent Prime Root Silvio Seeds	\d	the	
    -_8AF630C1F307C8C2	m0659dxapf01	Supreme Prime Root Silvio Seed	a	the	Supreme Prime Root Silvio Seeds	\d	the	
    -_9AFAF5DF51BB953E	m0660cpdca01	Handful of Basic Slaveni Moss	a	the	Handfuls of Basic Slaveni Moss	\d	the	
    -_32B641FA9144DD2F	m0660cpdcb01	Handful of Fine Slaveni Moss	a	the	Handfuls of Fine Slaveni Moss	\d	the	
    -_58305D7428086EBD	m0660cpdje01	Handful of Supreme Jungle Slaveni Moss	a	the	Handfuls of Supreme Jungle Slaveni Moss	\d	the	
    -_015739EA91E4AC40	m0661cpbca01	Handful of Basic Stinga Moss	a	the	Handfuls of Basic Stinga Moss	\d	the	
    -_B169812717D1393C	m0661cpbcb01	Handful of Fine Stinga Moss	a	the	Handfuls of Fine Stinga Moss	\d	the	
    -_63B7F70AC3D56316	m0661cpble01	Handful of Supreme Lakes Stinga Moss	a	the	Handfuls of Supreme Lakes Stinga Moss	\d	the	
    -_71178ADCE87CF394	m0662dxacb01	Basic Tansy Wood Node	a	the	Basic Tansy Wood Nodes	\d	the	
    -_D12A0BC266E31F40	m0662dxacc01	Fine Tansy Wood Node	a	the	Fine Tansy Wood Nodes	\d	the	
    -_8A6FF8C3DC38753E	m0662dxadd01	Choice Desert Tansy Wood Node	a	the	Choice Desert Tansy Wood Nodes	\d	the	
    -_33362D74DD4D3D98	m0662dxade01	Excellent Desert Tansy Wood Node	an	the	Excellent Desert Tansy Wood Nodes	\d	the	
    -_948FD1D0383B285D	m0662dxadf01	Supreme Desert Tansy Wood Node	a	the	Supreme Desert Tansy Wood Nodes	\d	the	
    -_0A6FF8C61C28994A	m0662dxafd01	Choice Forest Tansy Wood Node	a	the	Choice Forest Tansy Wood Nodes	\d	the	
    -_B3462D759F6D39A2	m0662dxafe01	Excellent Forest Tansy Wood Node	an	the	Excellent Forest Tansy Wood Nodes	\d	the	
    -_949FD1D2BA4B505F	m0662dxaff01	Supreme Forest Tansy Wood Node	a	the	Supreme Forest Tansy Wood Nodes	\d	the	
    -_0B6FBCB4DB07A154	m0662dxajd01	Choice Jungle Tansy Wood Node	a	the	Choice Jungle Tansy Wood Nodes	\d	the	
    -_F0D5356660CD29A8	m0662dxaje01	Excellent Jungle Tansy Wood Node	an	the	Excellent Jungle Tansy Wood Nodes	\d	the	
    -_D02E9DCBBC4A6863	m0662dxajf01	Supreme Jungle Tansy Wood Node	a	the	Supreme Jungle Tansy Wood Nodes	\d	the	
    -_BC85EB05D2633415	m0662dxald01	Choice Lakes Tansy Wood Node	a	the	Choice Lakes Tansy Wood Nodes	\d	the	
    -_15C351BF3B5A6BB1	m0662dxale01	Excellent Lakes Tansy Wood Node	an	the	Excellent Lakes Tansy Wood Nodes	\d	the	
    -_E1D681959E9189F2	m0662dxalf01	Supreme Lakes Tansy Wood Node	a	the	Supreme Lakes Tansy Wood Nodes	\d	the	
    -_2C36CE96B26B7412	m0662dxapd01	Choice Prime Root Tansy Wood Node	a	the	Choice Prime Root Tansy Wood Nodes	\d	the	
    -_76D3E2A9800C86E4	m0662dxape01	Excellent Prime Root Tansy Wood Node	an	the	Excellent Prime Root Tansy Wood Nodes	\d	the	
    -_39743B4CBBC04FA3	m0662dxapf01	Supreme Prime Root Tansy Wood Node	a	the	Supreme Prime Root Tansy Wood Nodes	\d	the	
    -_F1C8D9A85340FEA7	m0663chkca01	Fragment of Basic Timari Eye	a	the	Fragments of Basic Timari Eye	\d	the	
    -_25E1A9CC49B6C1F5	m0663chkcb01	Fragment of Fine Timari Eye	a	the	Fragments of Fine Timari Eye	\d	the	
    -_7EA16396121813D0	m0663chkdd01	Fragment of Excellent Desert Timari Eye	a	the	Fragments of Excellent Desert Timari Eye	\d	the	
    -_EEB1B94625898753	m0663chkje01	Fragment of Supreme Jungle Timari Eye	a	the	Fragments of Supreme Jungle Timari Eye	\d	the	
    -_22246D8A1511BE89	m0664chkca01	Basic Timari Nail	a	the	Basic Timari Nails	\d	the	
    -_09945E580AB4A2AA	m0664chkcb01	Fine Timari Nail	a	the	Fine Timari Nails	\d	the	
    -_1C4AE9159F106327	m0664chkdd01	Excellent Desert Timari Nail	an	the	Excellent Desert Timari Nails	\d	the	
    -_7EA70A4C1DD79D55	m0664chkje01	Supreme Jungle Timari Nail	a	the	Supreme Jungle Timari Nails	\d	the	
    -_DA5821DF6ECFDD1C	m0665chkca01	Fragment of Basic Timari Pelvis	a	the	Fragments of Basic Timari Pelvis	\d	the	
    -_10F3A5D6CCD78E2F	m0665chkcb01	Fragment of Fine Timari Pelvis	a	the	Fragments of Fine Timari Pelvis	\d	the	
    -_EDA6878ED4B8F9CA	m0665chkdd01	Fragment of Excellent Desert Timari Pelvis	a	the	Fragments of Excellent Desert Timari Pelvis	\d	the	
    -_23A5272D10B60F9C	m0665chkje01	Fragment of Supreme Jungle Timari Pelvis	a	the	Fragments of Supreme Jungle Timari Pelvis	\d	the	
    -_3385590975EB3CEE	m0666ccdca01	Basic Torbak Ligament	a	the	Basic Torbak Ligaments	\d	the	
    -_734AD77C153A0B60	m0666ccdcb01	Fine Torbak Ligament	a	the	Fine Torbak Ligaments	\d	the	
    -_CCDDC7F3A997E2A4	m0666ccdfc01	Choice Forest Torbak Ligament	a	the	Choice Forest Torbak Ligaments	\d	the	
    -_ED3A155B050B55C8	m0666ccdfd01	Excellent Forest Torbak Ligament	an	the	Excellent Forest Torbak Ligaments	\d	the	
    -_0AC1A43544EB4951	m0666ccdfe01	Supreme Forest Torbak Ligament	a	the	Supreme Forest Torbak Ligaments	\d	the	
    -_CDDD8BE16876EAAE	m0666ccdjc01	Choice Jungle Torbak Ligament	a	the	Choice Jungle Torbak Ligaments	\d	the	
    -_2AC91D4CC66B45CE	m0666ccdjd01	Excellent Jungle Torbak Ligament	an	the	Excellent Jungle Torbak Ligaments	\d	the	
    -_B8BB40104A5EE44C	m0666ccdlc01	Choice Lakes Torbak Ligament	a	the	Choice Lakes Torbak Ligaments	\d	the	
    -_E870E459B78AF09E	m0666ccdld01	Excellent Lakes Torbak Ligament	an	the	Excellent Lakes Torbak Ligaments	\d	the	
    -_83F64D4F4DE87512	m0666ccdle01	Supreme Lakes Torbak Ligament	a	the	Supreme Lakes Torbak Ligaments	\d	the	
    -_CEBE51F874AC6B8A	m0667ccoca01	Basic Tyrancha Bone	a	the	Basic Tyrancha Bones	\d	the	
    -_9E813574E1068790	m0667ccocb01	Fine Tyrancha Bone	a	the	Fine Tyrancha Bones	\d	the	
    -_78046ED22DE8D96A	m0667ccodc01	Choice Desert Tyrancha Bone	a	the	Choice Desert Tyrancha Bones	\d	the	
    -_4F4141FB3C0704C2	m0667ccopc01	Choice Prime Root Tyrancha Bone	a	the	Choice Prime Root Tyrancha Bones	\d	the	
    -_E82841599144DEEB	m0667ccopd01	Excellent Prime Root Tyrancha Bone	an	the	Excellent Prime Root Tyrancha Bones	\d	the	
    -_1D18F14A1FE82992	m0667ccope01	Supreme Prime Root Tyrancha Bone	a	the	Supreme Prime Root Tyrancha Bones	\d	the	
    -_4CFE51F874CC737D	m0668ccoca01	Basic Tyrancha Fang	a	the	Basic Tyrancha Fangs	\d	the	
    -_9BC1FD78E1068F91	m0668ccocb01	Fine Tyrancha Fang	a	the	Fine Tyrancha Fangs	\d	the	
    -_F6446ED22D08E15D	m0668ccodc01	Choice Desert Tyrancha Fang	a	the	Choice Desert Tyrancha Fangs	\d	the	
    -_CCA141ED3D070CC3	m0668ccopc01	Choice Prime Root Tyrancha Fang	a	the	Choice Prime Root Tyrancha Fangs	\d	the	
    -_658851599144E6EE	m0668ccopd01	Excellent Prime Root Tyrancha Fang	an	the	Excellent Prime Root Tyrancha Fangs	\d	the	
    -_9D18B94E9FE8F197	m0668ccope01	Supreme Prime Root Tyrancha Fang	a	the	Supreme Prime Root Tyrancha Fangs	\d	the	
    -_ED96A3910B5177B9	m0669ccoca01	Basic Tyrancha Ligament	a	the	Basic Tyrancha Ligaments	\d	the	
    -_26D5B6FD4D9E44E7	m0669ccocb01	Fine Tyrancha Ligament	a	the	Fine Tyrancha Ligaments	\d	the	
    -_1BBFC58040AAE084	m0669ccodc01	Choice Desert Tyrancha Ligament	a	the	Choice Desert Tyrancha Ligaments	\d	the	
    -_F7B7FE964A0EA5EF	m0669ccopc01	Choice Prime Root Tyrancha Ligament	a	the	Choice Prime Root Tyrancha Ligaments	\d	the	
    -_7D2326DCADB59741	m0669ccopd01	Excellent Prime Root Tyrancha Ligament	an	the	Excellent Prime Root Tyrancha Ligaments	\d	the	
    -_37803DCF3D6CD7FD	m0669ccope01	Supreme Prime Root Tyrancha Ligament	a	the	Supreme Prime Root Tyrancha Ligaments	\d	the	
    -_F97C1B9E3A2074EA	m0670ccoca01	Basic Tyrancha Leather	a	the	Basic Tyrancha Leathers	\d	the	
    -_355916300F002B90	m0670ccocb01	Fine Tyrancha Leather	a	the	Fine Tyrancha Leathers	\d	the	
    -_62255157DE8B2EC2	m0670ccodc01	Choice Desert Tyrancha Leather	a	the	Choice Desert Tyrancha Leathers	\d	the	
    -_AFCFD6AB09DB7E15	m0670ccopc01	Choice Prime Root Tyrancha Leather	a	the	Choice Prime Root Tyrancha Leathers	\d	the	
    -_9150FDD76BF70A2A	m0670ccopd01	Excellent Prime Root Tyrancha Leather	an	the	Excellent Prime Root Tyrancha Leathers	\d	the	
    -_43B1B9A754FE8E53	m0670ccope01	Supreme Prime Root Tyrancha Leather	a	the	Supreme Prime Root Tyrancha Leathers	\d	the	
    -_32C8C8F7B63EA13C	m0671cchca01	Fragment of Basic Varinx Claw	a	the	Fragments of Basic Varinx Claw	\d	the	
    -_1F2731C39615F338	m0671cchcb01	Fragment of Fine Varinx Claw	a	the	Fragments of Fine Varinx Claw	\d	the	
    -_6C43CA7E2087FF11	m0671cchdc01	Fragment of Choice Desert Varinx Claw	a	the	Fragments of Choice Desert Varinx Claw	\d	the	
    -_3F868EC6CAD6EBCF	m0671cchdd01	Fragment of Excellent Desert Varinx Claw	a	the	Fragments of Excellent Desert Varinx Claw	\d	the	
    -_D13B5268C3C2837F	m0671cchde01	Fragment of Supreme Desert Varinx Claw	a	the	Fragments of Supreme Desert Varinx Claw	\d	the	
    -_3042DF0A09D1C435	m0671cchpc01	Fragment of Choice Prime Root Varinx Claw	a	the	Fragments of Choice Prime Root Varinx Claw	\d	the	
    -_045BC823EB5DAFF3	m0671cchpd01	Fragment of Excellent Prime Root Varinx Claw	a	the	Fragments of Excellent Prime Root Varinx Claw	\d	the	
    -_E3E2322529157869	m0671cchpe01	Fragment of Supreme Prime Root Varinx Claw	a	the	Fragments of Supreme Prime Root Varinx Claw	\d	the	
    -_70A55916FD2B58DC	m0672cchca01	Basic Varinx Ligament	a	the	Basic Varinx Ligaments	\d	the	
    -_B38AE77C16DC736A	m0672cchcb01	Fine Varinx Ligament	a	the	Fine Varinx Ligaments	\d	the	
    -_89FDC7FDF1E7DA86	m0672cchdc01	Choice Desert Varinx Ligament	a	the	Choice Desert Varinx Ligaments	\d	the	
    -_2A1B496188DB7DBA	m0672cchdd01	Excellent Desert Varinx Ligament	an	the	Excellent Desert Varinx Ligaments	\d	the	
    -_CA82D847066B293D	m0672cchde01	Supreme Desert Varinx Ligament	a	the	Supreme Desert Varinx Ligaments	\d	the	
    -_03B37D3DEF2BF9ED	m0672cchpc01	Choice Prime Root Varinx Ligament	a	the	Choice Prime Root Varinx Ligaments	\d	the	
    -_C7C3425ED18F823E	m0672cchpd01	Excellent Prime Root Varinx Ligament	an	the	Excellent Prime Root Varinx Ligaments	\d	the	
    -_2BEAF864CD6D9AE2	m0672cchpe01	Supreme Prime Root Varinx Ligament	a	the	Supreme Prime Root Varinx Ligaments	\d	the	
    -_31283102D77ECB75	m0673ccgca01	Basic Vorax Ligament	a	the	Basic Vorax Ligaments	\d	the	
    -_52C5B7F21CB6D68E	m0673ccgcb01	Fine Vorax Ligament	a	the	Fine Vorax Ligaments	\d	the	
    -_6CF881272CC8C16B	m0673ccgpc01	Choice Prime Root Vorax Ligament	a	the	Choice Prime Root Vorax Ligaments	\d	the	
    -_A6B27B7B572AFDD5	m0673ccgpd01	Excellent Prime Root Vorax Ligament	an	the	Excellent Prime Root Vorax Ligaments	\d	the	
    -_AA0DA451F687B3DD	m0673ccgpe01	Supreme Prime Root Vorax Ligament	a	the	Supreme Prime Root Vorax Ligaments	\d	the	
    -_EDC7DDAE1770FEA9	m0675chuca01	Fragment of Basic Wombai Eye	a	the	Fragments of Basic Wombai Eye	\d	the	
    -_65E121CECC76D9F7	m0675chucb01	Fragment of Fine Wombai Eye	a	the	Fragments of Fine Wombai Eye	\d	the	
    -_FE003398D577E3CE	m0675chujd01	Fragment of Excellent Jungle Wombai Eye	a	the	Fragments of Excellent Jungle Wombai Eye	\d	the	
    -_EA21C54C68894356	m0675chuje01	Fragment of Supreme Jungle Wombai Eye	a	the	Fragments of Supreme Jungle Wombai Eye	\d	the	
    -_98210D5D383836D7	m0675chulc01	Fragment of Choice Lakes Wombai Eye	a	the	Fragments of Choice Lakes Wombai Eye	\d	the	
    -_9D8F9789DC2243C1	m0675chule01	Fragment of Supreme Lakes Wombai Eye	a	the	Fragments of Supreme Lakes Wombai Eye	\d	the	
    -_9B7725DF72EEE11D	m0676chuca01	Fragment of Basic Wombai Pelvis	a	the	Fragments of Basic Wombai Pelvis	\d	the	
    -_90F379DA4F379A1F	m0676chucb01	Fragment of Fine Wombai Pelvis	a	the	Fragments of Fine Wombai Pelvis	\d	the	
    -_3067C3979366A5B8	m0676chujd01	Fragment of Excellent Jungle Wombai Pelvis	a	the	Fragments of Excellent Jungle Wombai Pelvis	\d	the	
    -_1FB5272293B627A0	m0676chuje01	Fragment of Supreme Jungle Wombai Pelvis	a	the	Fragments of Supreme Jungle Wombai Pelvis	\d	the	
    -_CCCEEE8EC56BF7F0	m0676chulc01	Fragment of Choice Lakes Wombai Pelvis	a	the	Fragments of Choice Lakes Wombai Pelvis	\d	the	
    -_82CCCFA9B0B404F1	m0676chule01	Fragment of Supreme Lakes Wombai Pelvis	a	the	Fragments of Supreme Lakes Wombai Pelvis	\d	the	
    -_E613D19D50CB691E	m0677chuca01	Fragment of Basic Wombai Spine	a	the	Fragments of Basic Wombai Spine	\d	the	
    -_1B4530EF58EEC128	m0677chucb01	Fragment of Fine Wombai Spine	a	the	Fragments of Fine Wombai Spine	\d	the	
    -_7E0323CE062303AD	m0677chujd01	Fragment of Excellent Jungle Wombai Spine	a	the	Fragments of Excellent Jungle Wombai Spine	\d	the	
    -_B71EA3ED8E954F25	m0677chuje01	Fragment of Supreme Jungle Wombai Spine	a	the	Fragments of Supreme Jungle Wombai Spine	\d	the	
    -_775E234CB2AEFE5C	m0677chulc01	Fragment of Choice Lakes Wombai Spine	a	the	Fragments of Choice Lakes Wombai Spine	\d	the	
    -_12B171B6BB9A3FFA	m0677chule01	Fragment of Supreme Lakes Wombai Spine	a	the	Fragments of Supreme Lakes Wombai Spine	\d	the	
    -_D7A572A366EC277B	m0678chuca01	Basic Wombai Trunk	a	the	Basic Wombai Trunks	\d	the	
    -_9B737290A5E54A8D	m0678chucb01	Fine Wombai Trunk	a	the	Fine Wombai Trunks	\d	the	
    -_D697193CAE886D78	m0678chujd01	Excellent Jungle Wombai Trunk	an	the	Excellent Jungle Wombai Trunks	\d	the	
    -_BDAC8B1FAB18BD3A	m0678chuje01	Supreme Jungle Wombai Trunk	a	the	Supreme Jungle Wombai Trunks	\d	the	
    -_F52D387BECBE4DED	m0678chulc01	Choice Lakes Wombai Trunk	a	the	Choice Lakes Wombai Trunks	\d	the	
    -_FE5EB3639C12C853	m0678chule01	Supreme Lakes Wombai Trunk	a	the	Supreme Lakes Wombai Trunks	\d	the	
    -_8B28654868851F35	m0679dxacb01	Basic Yana Wood Node	a	the	Basic Yana Wood Nodes	\d	the	
    -_0B9E7EF8E4BBF23C	m0679dxacc01	Fine Yana Wood Node	a	the	Fine Yana Wood Nodes	\d	the	
    -_AD2C9731A0AFF101	m0679dxadd01	Choice Desert Yana Wood Node	a	the	Choice Desert Yana Wood Nodes	\d	the	
    -_E496A43C00E7109E	m0679dxade01	Excellent Desert Yana Wood Node	an	the	Excellent Desert Yana Wood Nodes	\d	the	
    -_034571BF9948E5FB	m0679dxadf01	Supreme Desert Yana Wood Node	a	the	Supreme Desert Yana Wood Nodes	\d	the	
    -_AD2C973320AFE915	m0679dxafd01	Choice Forest Yana Wood Node	a	the	Choice Forest Yana Wood Nodes	\d	the	
    -_66C6A43D8217109D	m0679dxafe01	Excellent Forest Yana Wood Node	an	the	Excellent Forest Yana Wood Nodes	\d	the	
    -_034575C259D815FD	m0679dxaff01	Supreme Forest Yana Wood Node	a	the	Supreme Forest Yana Wood Nodes	\d	the	
    -_AF2C97199EEFC921	m0679dxajd01	Choice Jungle Yana Wood Node	a	the	Choice Jungle Yana Wood Nodes	\d	the	
    -_2495AC3D40E61899	m0679dxaje01	Excellent Jungle Yana Wood Node	an	the	Excellent Jungle Yana Wood Nodes	\d	the	
    -_03541DC1D8F83D01	m0679dxajf01	Supreme Jungle Yana Wood Node	a	the	Supreme Jungle Yana Wood Nodes	\d	the	
    -_81C4F33DC4768417	m0679dxald01	Choice Lakes Yana Wood Node	a	the	Choice Lakes Yana Wood Nodes	\d	the	
    -_6BE108EB7E96C943	m0679dxale01	Excellent Lakes Yana Wood Node	an	the	Excellent Lakes Yana Wood Nodes	\d	the	
    -_69F6D4D3D9B95C02	m0679dxalf01	Supreme Lakes Yana Wood Node	a	the	Supreme Lakes Yana Wood Nodes	\d	the	
    -_A2D3C527E1F40571	m0679dxapd01	Choice Prime Root Yana Wood Node	a	the	Choice Prime Root Yana Wood Nodes	\d	the	
    -_14CA7F87667FEFEF	m0679dxape01	Excellent Prime Root Yana Wood Node	an	the	Excellent Prime Root Yana Wood Nodes	\d	the	
    -_93DFBDA0F805060B	m0679dxapf01	Supreme Prime Root Yana Wood Node	a	the	Supreme Prime Root Yana Wood Nodes	\d	the	
    -_B85B65CCC1145FB8	m0680cbcca01	Fragment of Basic Yber Beak	a	the	Fragments of Basic Yber Beak	\d	the	
    -_2D9D2B540E92B5AB	m0680cbccb01	Fragment of Fine Yber Beak	a	the	Fragments of Fine Yber Beak	\d	the	
    -_863E8281AF8E9E4E	m0680cbcld01	Fragment of Excellent Lakes Yber Beak	a	the	Fragments of Excellent Lakes Yber Beak	\d	the	
    -_229BA1236CEAFF7D	m0680cbcle01	Fragment of Supreme Lakes Yber Beak	a	the	Fragments of Supreme Lakes Yber Beak	\d	the	
    -_8F6382FFEC37B27E	m0681cbcca01	Basic Yber Ligament	a	the	Basic Yber Ligaments	\d	the	
    -_8BD3F28EAFE48E84	m0681cbccb01	Fine Yber Ligament	a	the	Fine Yber Ligaments	\d	the	
    -_117451B7D0623CAB	m0681cbcld01	Excellent Lakes Yber Ligament	an	the	Excellent Lakes Yber Ligaments	\d	the	
    -_EEBE3361A6110C4A	m0681cbcle01	Supreme Lakes Yber Ligament	a	the	Supreme Lakes Yber Ligaments	\d	the	
    -_405B2DDA86D49FC6	m0682chlca01	Fragment of Basic Yelk Skin	a	the	Fragments of Basic Yelk Skin	\d	the	
    -_B00E6F4D5192CDB8	m0682chlcb01	Fragment of Fine Yelk Skin	a	the	Fragments of Fine Yelk Skin	\d	the	
    -_788507A7A8D8C9AE	m0682chldc01	Fragment of Choice Desert Yelk Skin	a	the	Fragments of Choice Desert Yelk Skin	\d	the	
    -_8AED46415C474317	m0682chldd01	Fragment of Excellent Desert Yelk Skin	a	the	Fragments of Excellent Desert Yelk Skin	\d	the	
    -_15A52F0F22CF3A72	m0682chlde01	Fragment of Supreme Desert Yelk Skin	a	the	Fragments of Supreme Desert Yelk Skin	\d	the	
    -_F885FFBDA8D8C9AE	m0682chlfc01	Fragment of Choice Forest Yelk Skin	a	the	Fragments of Choice Forest Yelk Skin	\d	the	
    -_0C0D4A431CF74B16	m0682chlfd01	Fragment of Excellent Forest Yelk Skin	a	the	Fragments of Excellent Forest Yelk Skin	\d	the	
    -_D5355F1322CF3E73	m0682chlfe01	Fragment of Supreme Forest Yelk Skin	a	the	Fragments of Supreme Forest Yelk Skin	\d	the	
    -_DEC7C2BD65265D66	m0682chlpd01	Fragment of Excellent Prime Root Yelk Skin	a	the	Fragments of Excellent Prime Root Yelk Skin	\d	the	
    -_F1B1DF0E351AF764	m0682chlpe01	Fragment of Supreme Prime Root Yelk Skin	a	the	Fragments of Supreme Prime Root Yelk Skin	\d	the	
    -_E94300FA05B3A535	m0683chlca01	Fragment of Basic Yelk Pelvis	a	the	Fragments of Basic Yelk Pelvis	\d	the	
    -_A7C100BB18F6CBA8	m0683chlcb01	Fragment of Fine Yelk Pelvis	a	the	Fragments of Fine Yelk Pelvis	\d	the	
    -_23BE02816FFC030A	m0683chldc01	Fragment of Choice Desert Yelk Pelvis	a	the	Fragments of Choice Desert Yelk Pelvis	\d	the	
    -_F462CAE51F755618	m0683chldd01	Fragment of Excellent Desert Yelk Pelvis	a	the	Fragments of Excellent Desert Yelk Pelvis	\d	the	
    -_822CCEB9FDC0A04F	m0683chlde01	Fragment of Supreme Desert Yelk Pelvis	a	the	Fragments of Supreme Desert Yelk Pelvis	\d	the	
    -_235E068DEFFC070A	m0683chlfc01	Fragment of Choice Forest Yelk Pelvis	a	the	Fragments of Choice Forest Yelk Pelvis	\d	the	
    -_B682C6F19F855617	m0683chlfd01	Fragment of Excellent Forest Yelk Pelvis	a	the	Fragments of Excellent Forest Yelk Pelvis	\d	the	
    -_021CF6BD3DC09C5A	m0683chlfe01	Fragment of Supreme Forest Yelk Pelvis	a	the	Fragments of Supreme Forest Yelk Pelvis	\d	the	
    -_8CF5971B6D3E8763	m0683chlpd01	Fragment of Excellent Prime Root Yelk Pelvis	a	the	Fragments of Excellent Prime Root Yelk Pelvis	\d	the	
    -_6A45EB428DA1586D	m0683chlpe01	Fragment of Supreme Prime Root Yelk Pelvis	a	the	Fragments of Supreme Prime Root Yelk Pelvis	\d	the	
    -_C7847D9E8954C5F0	m0684ccpca01	Basic Yetin Bone	a	the	Basic Yetin Bones	\d	the	
    -_B28C359E0DF2B61E	m0684ccpcb01	Fine Yetin Bone	a	the	Fine Yetin Bones	\d	the	
    -_349BFF85F66B3FD4	m0684ccpfc01	Choice Forest Yetin Bone	a	the	Choice Forest Yetin Bones	\d	the	
    -_81E048148250E84A	m0684ccpje01	Supreme Jungle Yetin Bone	a	the	Supreme Jungle Yetin Bones	\d	the	
    -_1F0715BD53312783	m0685ccpca01	Fragment of Basic Yetin Claw	a	the	Fragments of Basic Yetin Claw	\d	the	
    -_36B989DC0F282945	m0685ccpcb01	Fragment of Fine Yetin Claw	a	the	Fragments of Fine Yetin Claw	\d	the	
    -_53B3C376EC898D6A	m0685ccpfc01	Fragment of Choice Forest Yetin Claw	a	the	Fragments of Choice Forest Yetin Claw	\d	the	
    -_3012897B6A170414	m0685ccpje01	Fragment of Supreme Jungle Yetin Claw	a	the	Fragments of Supreme Jungle Yetin Claw	\d	the	
    -_6E8831021A3C0B7C	m0686ccpca01	Basic Yetin Ligament	a	the	Basic Yetin Ligaments	\d	the	
    -_16459BF55FB6AE8F	m0686ccpcb01	Fine Yetin Ligament	a	the	Fine Yetin Ligaments	\d	the	
    -_908C63EDD266D55C	m0686ccpfc01	Choice Forest Yetin Ligament	a	the	Choice Forest Yetin Ligaments	\d	the	
    -_83C2ECF131DAE246	m0686ccpje01	Supreme Jungle Yetin Ligament	a	the	Supreme Jungle Yetin Ligaments	\d	the	
    -_68A80141656B47DC	m0687ccpca01	Basic Yetin Leather	a	the	Basic Yetin Leathers	\d	the	
    -_214B7EE7E2F8078C	m0687ccpcb01	Fine Yetin Leather	a	the	Fine Yetin Leathers	\d	the	
    -_52F16B199F86456C	m0687ccpfc01	Choice Forest Yetin Leather	a	the	Choice Forest Yetin Leathers	\d	the	
    -_C1944101A46895B3	m0687ccpje01	Supreme Jungle Yetin Leather	a	the	Supreme Jungle Yetin Leathers	\d	the	
    -_FC0ACF874E6294CF	m0688chdca01	Fragment of Basic Yubo Eye	a	the	Fragments of Basic Yubo Eye	\d	the	
    -_D407637EA95050CD	m0688chdcb01	Fragment of Fine Yubo Eye	a	the	Fragments of Fine Yubo Eye	\d	the	
    -_71197D5C84253BBD	m0688chdce01	Fragment of Supreme Yubo Eye	a	the	Fragments of Supreme Yubo Eye	\d	the	
    -_91CDD568BFEF2F4A	m0688chdfd01	Fragment of Excellent Forest Yubo Eye	a	the	Fragments of Excellent Forest Yubo Eye	\d	the	
    -_9D6E51B1F026F503	m0688chdlc01	Fragment of Choice Lakes Yubo Eye	a	the	Fragments of Choice Lakes Yubo Eye	\d	the	
    -_7F3B4CCC4BA386D1	m0690chdca01	Basic Yubo Nail	a	the	Basic Yubo Nails	\d	the	
    -_C06B79158530A135	m0690chdcb01	Fine Yubo Nail	a	the	Fine Yubo Nails	\d	the	
    -_CDB7A6435BB46691	m0690chdce01	Supreme Yubo Nail	a	the	Supreme Yubo Nails	\d	the	
    -_7A7053EA2C464CCF	m0690chdfd01	Excellent Forest Yubo Nail	an	the	Excellent Forest Yubo Nails	\d	the	
    -_5FB9DFF36108BB7C	m0690chdlc01	Choice Lakes Yubo Nail	a	the	Choice Lakes Yubo Nails	\d	the	
    -_2AA350F007B3A533	m0691chdca01	Fragment of Basic Yubo Pelvis	a	the	Fragments of Basic Yubo Pelvis	\d	the	
    -_E7C110B597F7CBA6	m0691chdcb01	Fragment of Fine Yubo Pelvis	a	the	Fragments of Fine Yubo Pelvis	\d	the	
    -_0C3806DE1EAFB217	m0691chdce01	Fragment of Supreme Yubo Pelvis	a	the	Fragments of Supreme Yubo Pelvis	\d	the	
    -_7383D6E7A1855619	m0691chdfd01	Fragment of Excellent Forest Yubo Pelvis	a	the	Fragments of Excellent Forest Yubo Pelvis	\d	the	
    -_1E2DEF0FAE9C738D	m0691chdlc01	Fragment of Choice Lakes Yubo Pelvis	a	the	Fragments of Choice Lakes Yubo Pelvis	\d	the	
    -_D90195B95821DD09	m0692chdca01	Basic Yubo Tooth	a	the	Basic Yubo Teeth	\d	the	
    -_6D8F1E50D664C928	m0692chdcb01	Fine Yubo Tooth	a	the	Fine Yubo Teeth	\d	the	
    -_51C32D9176A72F97	m0692chdce01	Supreme Yubo Tooth	a	the	Supreme Yubo Teeth	\d	the	
    -_19E64F4FE574BBC2	m0692chdfd01	Excellent Forest Yubo Tooth	an	the	Excellent Forest Yubo Teeth	\d	the	
    -_75B63A4CB89A8053	m0692chdlc01	Choice Lakes Yubo Tooth	a	the	Choice Lakes Yubo Teeth	\d	the	
    -_D3A386FF6E47CA93	m0693ccica01	Basic Zerx Ligament	a	the	Basic Zerx Ligaments	\d	the	
    -_0E632A9171F48E8C	m0693ccicb01	Fine Zerx Ligament	a	the	Fine Zerx Ligaments	\d	the	
    -_F7E6D04E6A3CD94C	m0693ccidd01	Excellent Desert Zerx Ligament	an	the	Excellent Desert Zerx Ligaments	\d	the	
    -_380E4DEB8E8C1D05	m0693ccide01	Supreme Desert Zerx Ligament	a	the	Supreme Desert Zerx Ligaments	\d	the	
    -_F286F04F6EABC14E	m0693ccijd01	Excellent Jungle Zerx Ligament	an	the	Excellent Jungle Zerx Ligaments	\d	the	
    -_380ED5E58EEA9D11	m0693ccije01	Supreme Jungle Zerx Ligament	a	the	Supreme Jungle Zerx Ligaments	\d	the	
    -_111C0F8EACE1A1C3	m0693ccilc01	Choice Lakes Zerx Ligament	a	the	Choice Lakes Zerx Ligaments	\d	the	
    -_C9BFBAF7C1091FD6	m0693ccipc01	Choice Prime Root Zerx Ligament	a	the	Choice Prime Root Zerx Ligaments	\d	the	
    -_EDF9BAA6D1E285BF	m0693ccipd01	Excellent Prime Root Zerx Ligament	an	the	Excellent Prime Root Zerx Ligaments	\d	the	
    -_E0E9CD4AA0B9058E	m0693ccipe01	Supreme Prime Root Zerx Ligament	a	the	Supreme Prime Root Zerx Ligaments	\d	the	
    -_DA07A22E626A237F	m0694ccica01	Basic Zerx Leather	a	the	Basic Zerx Leathers	\d	the	
    -_DDA48E9C33C77194	m0694ccicb01	Fine Zerx Leather	a	the	Fine Zerx Leathers	\d	the	
    -_ADF37F39859A8C9C	m0694ccidd01	Excellent Desert Zerx Leather	an	the	Excellent Desert Zerx Leathers	\d	the	
    -_5DB2D030DE77A44B	m0694ccide01	Supreme Desert Zerx Leather	a	the	Supreme Desert Zerx Leathers	\d	the	
    -_EDF2873AC5999497	m0694ccijd01	Excellent Jungle Zerx Leather	a	the	Excellent Jungle Zerx Leathers	\d	the	
    -_99519C2B6286E451	m0694ccije01	Supreme Jungle Zerx Leather	a	the	Supreme Jungle Zerx Leathers	\d	the	
    -_73AD97B0F8B251FE	m0694ccilc01	Choice Lakes Zerx Leather	a	the	Choice Lakes Zerx Leathers	\d	the	
    -_6021B21B615ED8CA	m0694ccipc01	Choice Prime Root Zerx Leather	a	the	Choice Prime Root Zerx Leathers	\d	the	
    -_23FC6253A55D631E	m0694ccipd01	Excellent Prime Root Zerx Leather	an	the	Excellent Prime Root Zerx Leathers	\d	the	
    -_EACA077D79C9FEC0	m0694ccipe01	Supreme Prime Root Zerx Leather	a	the	Supreme Prime Root Zerx Leathers	\d	the	
    -_B147A7D9B2EEB3BF	m0695ixxcc01	Fragment of Kitin Claw	a	the	Fragments of Kitin Claw	\d	the	
    -_85BDEB728A21710E	m0695ixxcc02	Kitin Trophy	a	the	Kitin Trophies	\d	the	
    -_8C53BED93F699E78	m0696ixxcc01	Primitive Necklace	a	the	Primitive Necklaces	\d	the	
    -_869AE780C2613DBB	m0697dxaca01	Plain Atrium	a	the	Plain Atriums	\d	the	
    -_F33F097D61B221F9	m0697dxacb01	Average Atrium	an	the	Average Atriums	\d	the	
    -_869AEF6EC4616DBB	m0697dxacc01	Prime Atrium	a	the	Prime Atriums	\d	the	
    -_292DE97A8360A20C	m0697dxacd01	Select Atrium	a	the	Select Atriums	\d	the	
    -_290CE18984A2E20C	m0697dxace01	Superb Atrium	a	the	Superb Atriums	\d	the	
    -_15F6A3DCE71D8B91	m0697dxacf01	Magnificent Atrium	a	the	Magnificent Atriums	\d	the	
    -_679725196B31E7FA	m0698dxaca01	Plain Matis Order Form	a	the	Plain Matis Order Forms	\d	the	
    -_F021E74FAE422FA5	m0698dxacb01	Average Matis Order Form	an	the	Average Matis Order Forms	\d	the	
    -_67073D18EDB1FFFA	m0698dxacc01	Prime Matis Order Form	a	the	Prime Matis Order Forms	\d	the	
    -_19569375C08C5FFA	m0698dxacd01	Select Matis Order Form	a	the	Select Matis Order Forms	\d	the	
    -_DD565F94C0CD9FE8	m0698dxace01	Superb Matis Order Form	a	the	Superb Matis Order Forms	\d	the	
    -_6D66E0DBD6E2258D	m0698dxacf01	Magnificent Matis Order Form	a	the	Magnificent Matis Order Forms	\d	the	
    -_6D272519EC115FF2	m0699dxaca01	Plain Fyros Order Form	a	the	Plain Fyros Order Forms	\d	the	
    -_710147482F228F9F	m0699dxacb01	Average Fyros Order Form	an	the	Average Fyros Order Forms	\d	the	
    -_6D973D186E9177F2	m0699dxacc01	Prime Fyros Order Form	a	the	Prime Fyros Order Forms	\d	the	
    -_5756AB73C67C5713	m0699dxacd01	Select Fyros Order Form	a	the	Select Fyros Order Forms	\d	the	
    -_1B567792C6BD9701	m0699dxace01	Superb Fyros Order Form	a	the	Superb Fyros Order Forms	\d	the	
    -_F277C4DBD6E23D92	m0699dxacf01	Magnificent Fyros Order Form	a	the	Magnificent Fyros Order Forms	\d	the	
    -_A878250F6970FFFD	m0700dxaca01	Plain Zoraï Order Form	a	the	Plain Zoraï Order Forms	\d	the	
    -_AC111F52AC2267A0	m0700dxacb01	Average Zoraï Order Form	an	the	Average Zoraï Order Forms	\d	the	
    -_A8E83D0EEBF017FD	m0700dxacc01	Prime Zoraï Order Form	a	the	Prime Zoraï Order Forms	\d	the	
    -_1AC57373C1DD5700	m0700dxacd01	Select Zoraï Order Form	a	the	Select Zoraï Order Forms	\d	the	
    -_DEC53F92C11E97EE	m0700dxace01	Superb Zoraï Order Form	a	the	Superb Zoraï Order Forms	\d	the	
    -_2D2714DBD641DD7B	m0700dxacf01	Magnificent Zoraï Order Form	a	the	Magnificent Zoraï Order Forms	\d	the	
    -_E3D9FA7EC7EF28B4	m0701dxaca01	Plain Tryker Order Form	a	the	Plain Tryker Order Forms	\d	the	
    -_FCCF9CFCC012785C	m0701dxacb01	Average Tryker Order Form	an	the	Average Tryker Order Forms	\d	the	
    -_A119227BC86F40B4	m0701dxacc01	Prime Tryker Order Form	a	the	Prime Tryker Order Forms	\d	the	
    -_77BC3F8777CD7FD6	m0701dxacd01	Select Tryker Order Form	a	the	Select Tryker Order Forms	\d	the	
    -_77FD3B96770E77E5	m0701dxace01	Superb Tryker Order Form	a	the	Superb Tryker Order Forms	\d	the	
    -_A94288A75E3B2DDE	m0701dxacf01	Magnificent Tryker Order Form	a	the	Magnificent Tryker Order Forms	\d	the	
    -_1EE2B35A8A5B5178	m0702dxaca01	Plain Matis Military Package	a	the	Plain Matis Military Packages	\d	the	
    -_83A258357E6BED3A	m0702dxacb01	Average Matis Military Package	an	the	Average Matis Military Packages	\d	the	
    -_1EE2BB488C5B8178	m0702dxacc01	Prime Matis Military Package	a	the	Prime Matis Military Packages	\d	the	
    -_CBAEE3E227A90E99	m0702dxacd01	Select Matis Military Package	a	the	Select Matis Military Packages	\d	the	
    -_CB8DDBF128EB4E99	m0702dxace01	Superb Matis Military Package	a	the	Superb Matis Military Packages	\d	the	
    -_FBBEEF6EB00C2E25	m0702dxacf01	Magnificent Matis Military Package	a	the	Magnificent Matis Military Packages	\d	the	
    -_2A02B35A8A5B8175	m0703dxaca01	Plain Fyros Military Package	a	the	Plain Fyros Military Packages	\d	the	
    -_83A2703305DB4D34	m0703dxacb01	Average Fyros Military Package	an	the	Average Fyros Military Packages	\d	the	
    -_2A02BB488C5BB175	m0703dxacc01	Prime Fyros Military Package	a	the	Prime Fyros Military Packages	\d	the	
    -_09AEE3E2A8E966AB	m0703dxacd01	Select Fyros Military Package	a	the	Select Fyros Military Packages	\d	the	
    -_098DDBF1A92BA6AB	m0703dxace01	Superb Fyros Military Package	a	the	Superb Fyros Military Packages	\d	the	
    -_FB1F3367B00C2E2C	m0703dxacf01	Magnificent Fyros Military Package	a	the	Magnificent Fyros Military Packages	\d	the	
    -_2484B35A8A191176	m0704dxaca01	Plain Zoraï Military Package	a	the	Plain Zoraï Military Packages	\d	the	
    -_83013829FF1C2549	m0704dxacb01	Average Zoraï Military Package	an	the	Average Zoraï Military Packages	\d	the	
    -_2484BB488C194176	m0704dxacc01	Prime Zoraï Military Package	a	the	Prime Zoraï Military Packages	\d	the	
    -_0EAEE3D8A3093EB6	m0704dxacd01	Select Zoraï Military Package	a	the	Select Zoraï Military Packages	\d	the	
    -_0E8DDBE7A44B7EB6	m0704dxace01	Superb Zoraï Military Package	a	the	Superb Zoraï Military Packages	\d	the	
    -_787E5B7BB00C0615	m0704dxacf01	Magnificent Zoraï Military Package	a	the	Magnificent Zoraï Military Packages	\d	the	
    -_21ACB2F024985AD6	m0705dxaca01	Plain Tryker Military Package	a	the	Plain Tryker Military Packages	\d	the	
    -_74955675B5A599A9	m0705dxacb01	Average Tryker Military Package	an	the	Average Tryker Military Packages	\d	the	
    -_21AC96EB277972D6	m0705dxacc01	Prime Tryker Military Package	a	the	Prime Tryker Military Packages	\d	the	
    -_D45E5034FCBEDA2F	m0705dxacd01	Select Tryker Military Package	a	the	Select Tryker Military Packages	\d	the	
    -_4F4F0C4700FF1A2F	m0705dxace01	Superb Tryker Military Package	a	the	Superb Tryker Military Packages	\d	the	
    -_DAB49B9046C70335	m0705dxacf01	Magnificent Tryker Military Package	a	the	Magnificent Tryker Military Packages	\d	the	
    -_69554F58FED2DBCE	m0706dxaca01	Plain Matis Royal Token	a	the	Plain Matis Royal Tokens	\d	the	
    -_4271FB51379F310E	m0706dxacb01	Average Matis Royal Token	an	the	Average Matis Royal Tokens	\d	the	
    -_27957755FF52F3CE	m0706dxacc01	Prime Matis Royal Token	a	the	Prime Matis Royal Tokens	\d	the	
    -_47A8004A47B9409E	m0706dxacd01	Select Matis Royal Token	a	the	Select Matis Royal Tokens	\d	the	
    -_47E9FC5947FA38AD	m0706dxace01	Superb Matis Royal Token	a	the	Superb Matis Royal Tokens	\d	the	
    -_6A32459179633E7B	m0706dxacf01	Magnificent Matis Royal Token	a	the	Magnificent Matis Royal Tokens	\d	the	
    -_D4808734C3020478	m0707dxaca01	Plain Fyros Imperial Token	a	the	Plain Fyros Imperial Tokens	\d	the	
    -_FA5A870E307B9103	m0707dxacb01	Average Fyros Imperial Token	an	the	Average Fyros Imperial Tokens	\d	the	
    -_55808F2BC4F22C80	m0707dxacc01	Prime Fyros Imperial Token	a	the	Prime Fyros Imperial Tokens	\d	the	
    -_454A837855991981	m0707dxacd01	Select Fyros Imperial Token	a	the	Select Fyros Imperial Tokens	\d	the	
    -_454A3F7519DA6991	m0707dxace01	Superb Fyros Imperial Token	a	the	Superb Fyros Imperial Tokens	\d	the	
    -_759F7E2B6FB942E6	m0707dxacf01	Magnificent Fyros Imperial Token	a	the	Magnificent Fyros Imperial Tokens	\d	the	
    -_E3176ADD9FBB74AA	m0708dxaca01	Plain Zoraï Cho Token	a	the	Plain Zoraï Cho Tokens	\d	the	
    -_5E193F72055EA3A2	m0708dxacb01	Average Zoraï Cho Token	an	the	Average Zoraï Cho Tokens	\d	the	
    -_E3174ED8A29C8CAA	m0708dxacc01	Prime Zoraï Cho Token	a	the	Prime Zoraï Cho Tokens	\d	the	
    -_6EA2CFF4480CCC7D	m0708dxacd01	Select Zoraï Cho Token	a	the	Select Zoraï Cho Tokens	\d	the	
    -_E9938B074C4D0C7D	m0708dxace01	Superb Zoraï Cho Token	a	the	Superb Zoraï Cho Tokens	\d	the	
    -_1C9E79869EEF6944	m0708dxacf01	Magnificent Zoraï Cho Token	a	the	Magnificent Zoraï Cho Tokens	\d	the	
    -_55D1B7E9A758167E	m0709dxaca01	Plain Tryker Federation Token	a	the	Plain Tryker Federation Tokens	\d	the	
    -_07440A36BBF858C7	m0709dxacb01	Average Tryker Federation Token	an	the	Average Tryker Federation Tokens	\d	the	
    -_55D19BE4AA392E7E	m0709dxacc01	Prime Tryker Federation Token	a	the	Prime Tryker Federation Tokens	\d	the	
    -_98E25C36BA4AF632	m0709dxacd01	Select Tryker Federation Token	a	the	Select Tryker Federation Tokens	\d	the	
    -_13D31849BE8B3632	m0709dxace01	Superb Tryker Federation Token	a	the	Superb Tryker Federation Tokens	\d	the	
    -_528C6B20C2C7533D	m0709dxacf01	Magnificent Tryker Federation Token	a	the	Magnificent Tryker Federation Tokens	\d	the	
    -_161960DA9C2AB828	m0710ixxcc01	Goo Part	a	the	Goo Parts	\d	the	
    -_5A309CD41A41E823	m0711dxaca01	Plain Goo Nodule	a	the	Plain Goo Nodules	\d	the	
    -_CE608DB02669D66C	m0711dxacb01	Average Goo Nodule	an	the	Average Goo Nodules	\d	the	
    -_5BB0BCCB1BC1001A	m0711dxacc01	Prime Goo Nodule	a	the	Prime Goo Nodules	\d	the	
    -_C45252BAC3234773	m0711dxacd01	Select Goo Nodule	a	the	Select Goo Nodules	\d	the	
    -_C5530EC9C343C373	m0711dxace01	Superb Goo Nodule	a	the	Superb Goo Nodules	\d	the	
    -_62CB684AFB927C94	m0711dxacf01	Magnificient Goo Nodule	a	the	Magnificient Goo Nodules	\d	the	
    -_11D28A18AFC79AA2	m0712dxaca01	Plain Nano Builders	a	the	Plain Nano Builderss	\d	the	
    -_E73B4617B8DC0483	m0712dxacb01	Average Nano Builders	an	the	Average Nano Builderss	\d	the	
    -_11D2920F6E87D2A8	m0712dxacc01	Prime Nano Builders	a	the	Prime Nano Builderss	\d	the	
    -_A6B23FEED24D5762	m0712dxacd01	Select Nano Builders	a	the	Select Nano Builderss	\d	the	
    -_A6B2B30CD2CFD762	m0712dxace01	Superb Nano Builders	a	the	Superb Nano Builderss	\d	the	
    -_F9EF4C582AD12853	m0712dxacf01	Magnificient Nano Builders	a	the	Magnificient Nano Builderss	\d	the	
    -_27888EEC7C18AC9F	m0713dxaca01	Plain Kami Merit Badge	a	the	Plain Kami Merit Badges	\d	the	
    -_744CAC1A345DF46B	m0713dxacb01	Average Kami Merit Badge	an	the	Average Kami Merit Badges	\d	the	
    -_27F8A6EBFE98C49F	m0713dxacc01	Prime Kami Merit Badge	a	the	Prime Kami Merit Badges	\d	the	
    -_6063483E77DEDA0F	m0713dxacd01	Select Kami Merit Badge	a	the	Select Kami Merit Badges	\d	the	
    -_2463145D771F1AFD	m0713dxace01	Superb Kami Merit Badge	a	the	Superb Kami Merit Badges	\d	the	
    -_D997CCDE2281CD51	m0713dxacf01	Magnificient Kami Merit Badge	a	the	Magnificient Kami Merit Badges	\d	the	
    -_51ED32806AAC011F	m0714dxaca01	Plain Karavan Merit Badge	a	the	Plain Karavan Merit Badges	\d	the	
    -_8E4678DF2D8BDD14	m0714dxacb01	Average Karavan Merit Badge	an	the	Average Karavan Merit Badges	\d	the	
    -_534E3A776B2CF523	m0714dxacc01	Prime Karavan Merit Badge	a	the	Prime Karavan Merit Badges	\d	the	
    -_C0A76CBD29E35D5D	m0714dxacd01	Select Karavan Merit Badge	a	the	Select Karavan Merit Badges	\d	the	
    -_C4A728CCA4159D61	m0714dxace01	Superb Karavan Merit Badge	a	the	Superb Karavan Merit Badges	\d	the	
    -_3DE87ACDFDF9B21F	m0714dxacf01	Magnificient Karavan Merit Badge	a	the	Magnificient Karavan Merit Badges	\d	the	
    -_E55BDF8F88DDF39A	m0715dxaca01	Plain Sap Power Kristal	a	the	Plain Sap Power Kristals	\d	the	
    -_B5403C350582F413	m0715dxacb01	Average Sap Power Kristal	an	the	Average Sap Power Kristals	\d	the	
    -_A39B078C895D0B9A	m0715dxacc01	Prime Sap Power Kristal	a	the	Prime Sap Power Kristals	\d	the	
    -_4359245C036A64AF	m0715dxacd01	Select Sap Power Kristal	a	the	Select Sap Power Kristals	\d	the	
    -_439A206B03AB5CBE	m0715dxace01	Superb Sap Power Kristal	a	the	Superb Sap Power Kristals	\d	the	
    -_9F3EF1D682297242	m0715dxacf01	Magnificient Sap Power Kristal	a	the	Magnificient Sap Power Kristals	\d	the	
    -_363835C008A652F5	m0716dxaca01	Plain Kitin Egg	a	the	Plain Kitin Eggs	\d	the	
    -_0C54358B12E3676C	m0716dxacb01	Average Kitin Egg	an	the	Average Kitin Eggs	\d	the	
    -_F4785DBD09266AF5	m0716dxacc01	Prime Kitin Egg	a	the	Prime Kitin Eggs	\d	the	
    -_90D06E8250E1AED6	m0716dxacd01	Select Kitin Egg	a	the	Select Kitin Eggs	\d	the	
    -_90116A915022A6E5	m0716dxace01	Superb Kitin Egg	a	the	Superb Kitin Eggs	\d	the	
    -_EEC65BB5066B2802	m0716dxacf01	Magnificient Kitin Egg	a	the	Magnificient Kitin Eggs	\d	the	
    -_9D9E6C1E2C0B5E49	m0717dxacc01	Fragment of Aelius Shell	a	the	Fragments of Aelius Shell	\d	the	
    -_82B7E9D47D22DB73	m0718dxacc01	Portion of Aelius Resin	a	the	Portions of Aelius Resins	\d	the	
    -_6A03DAA6733BFCFF	m0719dxacc01	Bundle of Aelius Wood	a	the	Bundles of Aelius Woods	\d	the	
    -_CA4671D20005D10F	m0720dxacc01	Olkern Fiber	some	the	Olkern Fibers	\d	the	
    -_C09721F07D22B366	m0721dxacc01	Portion of Olkern Resin	a	the	Portions of Olkern Resins	\d	the	
    -_207F69A53A67E73F	m0722dxacc01	Olkern Bark	an	the	Olkern Barks	\d	the	
    -_DDFD680C2CFB624C	m0723dxacc01	Fragment of Almati Shell	a	the	Fragments of Almati Shell	\d	the	
    -_BED721D47D228B6D	m0724dxacc01	Portion of Almati Resin	a	the	Portions of Almati Resins	\d	the	
    -_5CB0A1A745E8CF4A	m0725dxacc01	Almati Node	an	the	Almati Nodes	\d	the	
    -_6A83B6AC714B18F2	m0726dxacc01	Bundle of Almati Wood	a	the	Bundles of Almati Woods	\d	the	
    -_30BEBBC0502D9B8D	m0727dxacc01	Crystalized Sap	some	the	Crystalized Sap	\d	the	
    -_DB93140FA46BBE76	m0728dxacc01	Stellar Amber	some	the	Stellar Amber	\d	the	
    -_1713AB6018865FFE	m0729dxacc01	Fragment of Refined Aelius Shell	a	the	Fragments of Refined Aelius Shell	\d	the	
    -_CCF41DCA62A21541	m0730dxacc01	Portion of Refined Aelius Resin	a	the	Portions of Refined Aelius Resins	\d	the	
    -_199B1A7A25C61541	m0731dxacc01	Bundle of Refined Aelius Wood	a	the	Bundles of Refined Aelius Woods	\d	the	
    -_BDBC2547794CF935	m0732dxacc01	Refined Olkern Fiber	some	the	Refined Olkern Fibers	\d	the	
    -_8A5471D86251F53D	m0733dxacc01	Portion of Refined Olkern Resin	a	the	Portions of Refined Olkern Resins	\d	the	
    -_B1001F12EE073910	m0734dxacc01	Refined Olkern Bark	a	the	Refined Olkern Barks	\d	the	
    -_D5038B579A066301	m0735dxacc01	Fragment of Refined Almati Shell	a	the	Fragments of Refined Almati Shell	\d	the	
    -_0A7439CA6201E93E	m0736dxacc01	Portion of Refined Almati Resin	a	the	Portions of Refined Almati Resins	\d	the	
    -_B0701B4C2C285D01	m0737dxacc01	Refined Almati Node	a	the	Refined Almati Nodes	\d	the	
    -_D91BF68023D6313E	m0738dxacc01	Bundle of Refined Almati Wood	a	the	Bundles of Refined Almati Woods	\d	the	
    -_CC7693791F9CF5DA	m0739dxacc01	Refined Crystalized Sap	some	the	Refined Crystalized Sap	\d	the	
    -_76D89FE3A32461E3	m0740dxacc01	Refined Stellar Amber	some	the	Refined Stellar Amber	\d	the	
    -_B7432E267DF2C9F6	m0741dxacc01	Modified Tekorn Bramble	a	the	Modified Tekorn Brambles	\d	the	
    -_B4490ED186805624	m0742dxacc01	Modified Maga Creeper	a	the	Modified Maga Creepers	\d	the	
    -_A13640453716CCA5	m0743dxacc01	Modified Armilo Lichen	some	the	Modified Armilo Lichen	\d	the	
    -_4F68ED9C64179DC7	m0744dxacc01	Modified Greslin Filament	a	the	Modified Greslin Filaments	\d	the	
    -_39742E267DD3E10B	m0745dxacc01	Purified Tekorn Bramble	a	the	Purified Tekorn Brambles	\d	the	
    -_367A0EDF08B15636	m0746dxacc01	Purified Maga Creeper	a	the	Purified Maga Creepers	\d	the	
    -_A117584837F7E4AC	m0747dxacc01	Purified Armilo Lichen	some	the	Purified Armilo Lichen	\d	the	
    -_4F2A1DA264179DCB	m0748dxacc01	Purified Greslin Filament	a	the	Purified Greslin Filaments	\d	the	
    -_5EDDA5C4DDACCC8C	m0749dxacc01	Modified Vedice Sap	some	the	Modified Vedice Sap	\d	the	
    -_E7032FDA129FD81E	m0750dxacc01	Modified Cheng Root	a	the	Modified Cheng Roots	\d	the	
    -_6EBD38FC1806AF20	m0751dxacc01	Modified Rubbarn Gum	some	the	Modified Rubbarn Gum	\d	the	
    -_E0068054383600B1	m0752dxacc01	Modified Egiros Pollen	some	the	Modified Egiros Pollen	\d	the	
    -_E30EA5C4DDC4AC96	m0753dxacc01	Purified Vedice Sap	some	the	Purified Vedice Sap	\d	the	
    -_69342FDA1280F033	m0754dxacc01	Purified Cheng Root	a	the	Purified Cheng Roots	\d	the	
    -_6EBD380A1D98BB24	m0755dxacc01	Purified Rubbarn Gum	some	the	Purified Rubbarn Gum	\d	the	
    -_E0E79857381718B8	m0756dxacc01	Purified Egiros Pollen	some	the	Purified Egiros Pollen	\d	the	
    -_03A017035508D342	m0757dxacb01	Fragment of Basic Corrupted Jugula Skin	a	the	Fragments of Basic Corrupted Jugula Skin	\d	the	
    -_CA62167F4B9CB96D	m0758dxacb01	Basic Corrupted Gingo Fur	a	the	Basic Corrupted Gingo Furs	\d	the	
    -_1E9CA338409B0A55	m0759dxacb01	Fragment of Basic Corrupted Igara Skin	a	the	Fragments of Basic Corrupted Igara Skin	\d	the	
    -_42DA4B0A22E4F4E7	m0760dxacb01	Handful of Basic Corrupted Psykopla Moss	a	the	Handfuls of Basic Corrupted Psykopla Moss	\d	the	
    -_7E51270290B9E33B	m0761dxacb01	Fragment of Basic Corrupted Torbak Skin	a	the	Fragments of Basic Corrupted Torbak Skin	\d	the	
    -_F794ED64E8670FE5	m0762dxacb01	Ball of Basic Corrupted Kinrey Silk	a	the	Balls of Basic Corrupted Kinrey Silk	\d	the	
    -_61A65718B0FBE939	m0763dxacb01	Basic Corrupted Cratcha Leaf	a	the	Basic Corrupted Cratcha Leaves	\d	the	
    -_F794B55C66E90FE7	m0764dxacb01	Ball of Basic Corrupted Kizoar Silk	a	the	Balls of Basic Corrupted Kizoar Silk	\d	the	
    -_63F92D1104E166A7	m0765dxacb01	Fragment of Basic Grand Mugul Skin	a	the	Fragments of Basic Grand Mugul Skin	\d	the	
    -_61A6B738AA1D815A	m0766dxacb01	Basic Corrupted Kipesta Sack	a	the	Basic Corrupted Kipesta Sacks	\d	the	
    -_07E3EA718CDCB166	m0767dxacb01	Basic Corrupted Jubla Bud	a	the	Basic Corrupted Jubla Buds	\d	the	
    -_1C70C1749B8109CA	m0768dxacb01	Basic Corrupted Kincher Carapace	a	the	Basic Corrupted Kincher Carapaces	\d	the	
    -_094F9D5723A601B1	m0769dxacb01	Morsel of Basic Corrupted Kipucka flesh	a	the	Morsels of Basic Corrupted Kipucka flesh	\d	the	
    -_AAC84C5D440ABDA9	m0770dxacb01	Fragment of Basic Corrupted Kidinak Sting	a	the	Fragments of Basic Corrupted Kidinak Sting	\d	the	
    -_45881524B47BC143	m0771dxacb01	Basic Corrupted Goari Pincer	a	the	Basic Corrupted Goari Pincers	\d	the	
    -_CB7ED72E2C7FB164	m0772dxacb01	Basic Corrupted Varinx Tooth	a	the	Basic Corrupted Varinx Teeth	\d	the	
    -_2FD97C69446AE597	m0773dxacb01	Fragment of Basic Corrupted Kipucka Sting	a	the	Fragments of Basic Corrupted Kipucka Sting	\d	the	
    -_A1899226F3317293	m0774dxacb01	Fragment of Basic Kitin Boss Sting	a	the	Fragments of Basic Kitin Boss Sting	\d	the	
    -_1814E3D32C8B0691	m0775dxacb01	Basic Corrupted Yelk Carapace	a	the	Basic Corrupted Yelk Carapaces	\d	the	
    -_75C817E62D3CF557	m0776dxacb01	Basic Corrupted Kinrey Head	a	the	Basic Corrupted Kinrey Heads	\d	the	
    -_A1C83F22269BA145	m0777dxacb01	Basic Corrupted Kincher Head	a	the	Basic Corrupted Kincher Heads	\d	the	
    -_46026674CBDDF57B	m0778dxacb01	Basic Corrupted Vorax Jaw	a	the	Basic Corrupted Vorax Jaws	\d	the	
    -_468233295030607E	m0779dxacb01	Basic Corrupted Yber Bone	a	the	Basic Corrupted Yber Bones	\d	the	
    -_1CF1C1CBD59B3FA3	m0780dxacb01	Fragment of Basic Corrupted Kidinak Mandible	a	the	Fragments of Basic Corrupted Kidinak Mandible	\d	the	
    -_827E5F362EBDA165	m0781dxacb01	Basic Corrupted Timari Crest	a	the	Basic Corrupted Timari Crests	\d	the	
    -_DC8C873DFE9A2E47	m0782dxacb01	Fragment of Basic Corrupted Najab Tail	a	the	Fragments of Basic Corrupted Najab Tail	\d	the	
    -_BB7D039B713C1570	m0783dxacb01	Basic Corrupted ragus Tooth	a	the	Basic Corrupted ragus Teeth	\d	the	
    -_1EB2C1CB532C9FA8	m0784dxacb01	Fragment of Basic Corrupted Kipesta Mandible	a	the	Fragments of Basic Corrupted Kipesta Mandible	\d	the	
    -_E180CD74DF9115C7	m0785dxacb01	Basic Corrupted Clopper Carapace	a	the	Basic Corrupted Clopper Carapaces	\d	the	
    -_65887338E056ABC4	m0786dxacb01	Fragment of Basic Corrupted Kizoar Sting	a	the	Fragments of Basic Corrupted Kizoar Sting	\d	the	
    -_43E3EF1C9050A06C	m0787dxacb01	Basic Corrupted Cray Head	a	the	Basic Corrupted Cray Heads	\d	the	
    -_0625A371934ACE73	m0789dxacb01	Portion of Basic Corrupted Dark Resin	a	the	Portions of Basic Corrupted Dark Resin	\d	the	
    -_5582EBDA3F0F41EB	m0790dxacb01	Bundle of Basic Corrupted Bright Wood	a	the	Bundles of Basic Corrupted Bright Wood	\d	the	
    -_D8279F4D10E3CF1C	m0791dxacb01	Handful of Basic Corrupted Heavy Bark	a	the	Handfuls of Basic Corrupted Heavy Bark	\d	the	
    -_FFB5EE07501DAA41	m0792dxacb01	Fragment of Basic Corrupted Light Shell	a	the	Fragments of Basic Corrupted Light Shell	\d	the	
    -_78D85344E98A9CB2	m0793dxacb01	Basic Corrupted Thick Amber	some	the	Basic Corrupted Thick Amber	\d	the	
    -_5CCE073199611323	m0794dxacb01	Bundle of Basic Corrupted Dark Wood	a	the	Bundles of Basic Corrupted Dark Wood	\d	the	
    -_5838B82B97DC664D	m0795dxacb01	Basic Corrupted Unstable Oil	some	the	Basic Corrupted Unstable Oils	\d	the	
    -_78686B402CAAB8B4	m0796dxacb01	Basic Corrupted Solid Amber	some	the	Basic Corrupted Solid Amber	\d	the	
    -_B24553A33AC1B589	m0797dxacb01	Basic mp kitiniere deposit 01	a	the	Basic mp kitiniere deposit 01s	\d	the	
    -_B24557A43AC1B58A	m0798dxacb01	Basic mp kitiniere deposit 02	a	the	Basic mp kitiniere deposit 02s	\d	the	
    -_B2455BA53AC1B58B	m0799dxacb01	Basic mp kitiniere deposit 03	a	the	Basic mp kitiniere deposit 03s	\d	the	
    -_70555FA63AC1B582	m0800dxacb01	Basic mp kitiniere deposit 04	a	the	Basic mp kitiniere deposit 04s	\d	the	
    -_705563A73AC1B583	m0801dxacb01	Basic mp kitiniere deposit 05	a	the	Basic mp kitiniere deposit 05s	\d	the	
    -_9B475BE155F0E578	m0802dxaca01	Plain peau souple de la reine	a	the	Plain peau souple de la reines	\d	the	
    -_70D42D2170D57972	m0803dxaca01	Plain ecailles fines de la reine	a	the	Plain ecailles fines de la reines	\d	the	
    -_C49E26A5EE0367A1	m0804dxaca01	Plain petites griffes de la reine	a	the	Plain petites griffes de la reines	\d	the	
    -_ABEFA049275C607D	m0805dxaca01	Plain cuir flexible de la reine	a	the	Plain cuir flexible de la reines	\d	the	
    -_F72F77A269B0736D	m0806dxaca01	Plain cuir brut de la reine	a	the	Plain cuir brut de la reines	\d	the	
    -_75DE5F9228F03F61	m0807dxaca01	Plain soie fine de la reine	a	the	Plain soie fine de la reines	\d	the	
    -_EE23499A10EFD63A	m0808dxaca01	Plain ecailles rigides de la reine	a	the	Plain ecailles rigides de la reines	\d	the	
    -_C328E18765D1C29D	m0809dxaca01	Plain peau épaisse de la reine	a	the	Plain peau épaisse de la reines	\d	the	
    -_9AD81CFD52DFCE39	m0810dxaca01	Plain ligaments denses de la reine	a	the	Plain ligaments denses de la reines	\d	the	
    -_2C3C931A30652B7F	m0811dxaca01	Plain griffes puissantes de la reine	a	the	Plain griffes puissantes de la reines	\d	the	
    -_C50807868361AAAE	m0812dxaca01	Plain soie robuste de la reine	a	the	Plain soie robuste de la reines	\d	the	
    -_3016B75F88348ABD	m0813dxaca01	Plain carapace la reine	a	the	Plain carapace la reines	\d	the	
    -_62FB1C4137DB9002	prospector_pendant	Prospector Pendant	a	the	Prospector Pendants	\d	the	
    -_D4F4BE6C023C1CAF	itrtam	Refugee Ammo Crafting Tool	a	the	Refugee Ammo Crafting Tools	\d	the	
    -_E0EF29A403C21097	itrtar	Refugee Crafting Tool for Armor	a	the	Refugee Crafting Tools for Armor	\d	the	
    -_F53C07D8CFDF9AEE	itrtfo	Refugee Foraging Tool	a	the	Refugee Foraging Tools	\d	the	
    -_141B95152DF66425	itrtje	Refugee Crafting Tool for Jewelry	a	the	Refugee Crafting Tools for Jewelry	\d	the	
    -_524A3677751D3176	itrtmw	Refugee Crafting Tool for Melee Weapons	a	the	Refugee Crafting Tools for Melee Weapons	\d	the	
    -_D26A267CF53D2180	itrtrw	Refugee Crafting Tool for Range Weapons	a	the	Refugee Crafting Tools for Range Weapons	\d	the	
    -_FFB6BE28F40C0DE4	icrm1pd	Refugee Dagger	a	the	Refugee Daggers	\d	the	
    -_4601554FE35C95C2	icrm1ss	Refugee Sword	a	the	Refugee Swords	\d	the	
    -_4CC1FF1BDA672BB7	icrm2ms	Refugee Magic Amplifier	a	the	Refugee Magic Amplifiers	\d	the	
    -_00158AAA125A06BF	fy_banner_gu	Fyros Guide Banner	a	the	Fyros Guide Banners	\d	the	
    -_2A3F98996924157E	fy_banner_sgu	Fyros Senior Guide Banner	a	the	Fyros Senior Guide Banners	\d	the	
    -_1F4F33B285CA8A29	fy_banner_gm	Fyros Game Master Banner	a	the	Fyros Game Master Banners	\d	the	
    -_FC9CE935008774E7	fy_banner_sgm	Fyros Senior Game Master Banner	a	the	Fyros Senior Game Master Banners	\d	the	
    -_FA852AB1917A8EC8	ma_banner_gu	Matis Guide Banner	a	the	Matis Guide Banners	\d	the	
    -_24AF389AEAA31980	ma_banner_sgu	Matis Senior Guide Banner	a	the	Matis Senior Guide Banners	\d	the	
    -_9E6F73C004EA2A30	ma_banner_gm	Matis Game Master Banner	a	the	Matis Game Master Banners	\d	the	
    -_7BBC293D810690E7	ma_banner_sgm	Matis Senior Game Master Banner	a	the	Matis Senior Game Master Banners	\d	the	
    -_6E3353FB622DFBD8	tr_banner_gu	Tryker Guide Banner	a	the	Tryker Guide Banners	\d	the	
    -_0633A4AC6155C5C2	tr_banner_sgu	Tryker Senior Guide Banner	a	the	Tryker Senior Guide Banners	\d	the	
    -_16E5817E643F6922	tr_banner_gm	Tryker Game Master Banner	a	the	Tryker Game Master Banners	\d	the	
    -_2A1E135E12D83E46	tr_banner_sgm	Tryker Senior Game Master Banner	a	the	Tryker Senior Game Master Banners	\d	the	
    -_7D56623A8F21A6D3	zo_banner_gu	Zoraï Guide Banner	a	the	Zoraï Guide Banners	\d	the	
    -_A780629F694A2D7E	zo_banner_sgu	Zoraï Senior Guide Banner	a	the	Zoraï Senior Guide Banners	\d	the	
    -_9C4FE35602CA62B9	zo_banner_gm	Zoraï Game Master Banner	a	the	Zoraï Game Master Banners	\d	the	
    -_799C8B4F00E6C463	zo_banner_sgm	Zoraï Senior Game Master Banner	a	the	Zoraï Senior Game Master Banners	\d	the	
    -_E9DF2820EA99B068	pre_order	Pre-Order	a	the	Pre-Orders	\d	the	
    -_F6CEA10B014B00DA	iadc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37CEA10B014B00DA	iadd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77CEA10B014B00DA	iade	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7CEA10B014B00DA	iadf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F64EA10B014B00DA	ialc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_374EA10B014B00DA	iald	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_774EA10B014B00DA	iale	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B74EA10B014B00DA	ialf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F6EEA10B014B00DA	iafc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37EEA10B014B00DA	iafd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77EEA10B014B00DA	iafe	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7EEA10B014B00DA	iaff	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F62EA10B014B00DA	iajc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_372EA10B014B00DA	iajd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_772EA10B014B00DA	iaje	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B72EA10B014B00DA	iajf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_5544C05B967FD151	iapdl	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_871AA23151B0E7F0	iapd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with very poor constitution
    -_2C6CC640C581873A	iapdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with poor constitution
    -_BDD4ADC974C85446	iapdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with average constitution
    -_EC59EB8F6765F222	iapde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with strong constitution
    -_183A8ED391AB2D06	iapdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with excellent constitution
    -_08F9ACED25AF16F1	iapl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with very poor constitution
    -_6E4C7EC3B4B647C6	iaplc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with poor constitution
    -_3EB3B78548C78347	iapld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with average constitution
    -_D169E37D08213F12	iaple	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with strong constitution
    -_BBF6DBC374BB25F4	iaplf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with excellent constitution
    -_4AD994ED25E6E768	iapf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with very poor constitution
    -_CA3DB6BDB4B6143A	iapfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with poor constitution
    -_80939F8548FE54BE	iapfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with average constitution
    -_6CE01F8B86213F85	iapfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with strong constitution
    -_B7F6DB3691326102	iapff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with excellent constitution
    -_F42D03283FC62EE9	iapj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with very poor constitution
    -_6EBC79B82047E434	iapjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with poor constitution
    -_7F9F8B368F3D3C49	iapjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with average constitution
    -_EB89FF3C453BA379	iapje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with strong constitution
    -_77103F2A0FDB41B3	iapjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with excellent constitution
    -_BA9F33E3486B611D	iasd	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Desert Mektoub Mount
    -_9FAF2BD1E927AE0D	iasl	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Lakes Mektoub Mount
    -_3A2667DF6727AE80	iasf	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Forest Mektoub Mount 
    -_B9CF479026411274	iasj	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Jungle Mektoub Mount 
    -_F91E9DC7E3382D28	guild_main_building	Guild Hall	a	the	Guild Halls	\d	the	
    -_2B10452620C8BBA5	player_building	Apartment	an	the	Apartments	\d	the	
    -_4CDE31D811073816	ragus_bait	Ragus Bait	some	the	Ragus Bait	\d	the	
    -_D760D9C1532F67C2	iccahb	Tribe Commander Heavy Boots	\d	the	Tribe Commander Heavy Boots	\d	the	
    -_61F95D89DA2A0E2D	iccahg	Tribe Commander Heavy Gloves	\d	the	Tribe Commander Heavy Gloves	\d	the	
    -_61F9658956CADA2F	iccahh	Tribe Commander Heavy Helmet	a	the	Tribe Commander Heavy Helmets	\d	the	
    -_5B60D9C1531F63C2	iccahp	Tribe Commander Heavy Pants	\d	the	Tribe Commander Heavy Pants	\d	the	
    -_C569C5B3845F20FD	iccahs	Tribe Commander Heavy Sleeves	\d	the	Tribe Commander Heavy Sleeves	\d	the	
    -_56AF0E9C57DF8FEF	iccahv	Tribe Commander Heavy Vest	a	the	Tribe Commander Heavy Vests	\d	the	
    -_29B80C8059273C74	fy_hof_tatoo0	No Tattoo	a	the	No Tattoos	\d	the	
    -_E7C89C4F6A391470	fy_hof_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_33F23581871B6CAB	fy_hof_tatoo10	Hyton Cheek Highlights Tatoo	a	the	Hyton Cheek Highlights Tatoos	\d	the	
    -_ED03E8026AA4726E	fy_hof_tatoo11	Mark of Ioda Tatoo	a	the	Mark of Ioda Tatoos	\d	the	
    -_55D875FF2FA6D367	fy_hof_tatoo12	Cheek Strokes Tatoo	a	the	Cheek Strokes Tatoos	\d	the	
    -_56271489AB65C360	fy_hof_tatoo13	Black Look Tatoo	a	the	Black Look Tatoos	\d	the	
    -_C17ECDBB064C0798	fy_hof_tatoo14	Ripples in the Sand Tatoo	a	the	Ripples in the Sand Tatoos	\d	the	
    -_DE7318962BB79380	fy_hof_tatoo15	Sand Blast Tatoo	a	the	Sand Blast Tatoos	\d	the	
    -_FAC935C9EAD848D8	fy_hof_tatoo16	Sand Blast Shadow Tatoo	a	the	Sand Blast Shadow Tatoos	\d	the	
    -_2979891C2723C667	fy_hof_tatoo17	Mask of Menace Tatoo	a	the	Mask of Menace Tatoos	\d	the	
    -_073EA1FDB0538EDB	fy_hof_tatoo18	Ominous Elegance Tatoo	an	the	Ominous Elegance Tatoos	\d	the	
    -_18EFA260050CAC9C	fy_hof_tatoo19	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_6706BB8DAD271079	fy_hof_tatoo2	Fine Mascara Tatoo	a	the	Fine Mascara Tatoos	\d	the	
    -_851DA503E7E45E69	fy_hof_tatoo20	Madding Mascara Tatoo	a	the	Madding Mascara Tatoos	\d	the	
    -_2B3D9D18A3F2CB70	fy_hof_tatoo21	Watching Wings Tatoo	a	the	Watching Wings Tatoos	\d	the	
    -_AE17F012E7E4766A	fy_hof_tatoo22	Mascara Mask Tatoo	a	the	Mascara Mask Tatoos	\d	the	
    -_3B0911CB6EA864DE	fy_hof_tatoo23	Pyph Crown Flecks Tatoo	a	the	Pyph Crown Flecks Tatoos	\d	the	
    -_C18F9DF5A9428BE6	fy_hof_tatoo24	Spearing Mascara Tatoo	a	the	Spearing Mascara Tatoos	\d	the	
    -_3B09F5C96A076CDE	fy_hof_tatoo25	Fina Crown Flecks Tatoo	a	the	Fina Crown Flecks Tatoos	\d	the	
    -_83DE91F927739386	fy_hof_tatoo26	Spearing Shadow Tatoo	a	the	Spearing Shadow Tatoos	\d	the	
    -_899FB66E7FC83CCC	fy_hof_tatoo27	Crown Flecks and Shadow Tatoo	a	the	Crown Flecks and Shadow Tatoos	\d	the	
    -_5608189667B69F5B	fy_hof_tatoo28	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_BECBBD20463CF092	fy_hof_tatoo29	Floryx Crown Flecks Tatoo	a	the	Floryx Crown Flecks Tatoos	\d	the	
    -_2C67BB9FEB271879	fy_hof_tatoo3	Fine Streaks Tatoo	a	the	Fine Streaks Tatoos	\d	the	
    -_2A1889F3AD461336	fy_hof_tatoo30	Shadow Flecks Tatoo	a	the	Shadow Flecks Tatoos	\d	the	
    -_AE8D990CAC467723	fy_hof_tatoo31	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_AB89D1F4AF064F36	fy_hof_tatoo32	Starry Shadow Tatoo	a	the	Starry Shadow Tatoos	\d	the	
    -_EC68209C6E36B37C	fy_hof_tatoo33	Starry Tatoo	a	the	Starry Tatoos	\d	the	
    -_AD9738F2B0F47E71	fy_hof_tatoo34	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_E897710830D75B36	fy_hof_tatoo35	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_854EA5B6327C3CF0	fy_hof_tatoo36	Continuity Streaks Tatoo	a	the	Continuity Streaks Tatoos	\d	the	
    -_C39DB9036FC57A89	fy_hof_tatoo37	Elegant Streaks Tatoo	an	the	Elegant Streaks Tatoos	\d	the	
    -_6678A916AF463336	fy_hof_tatoo38	Styled Flanks Tatoo	a	the	Styled Flanks Tatoos	\d	the	
    -_6CEDAD066C869B23	fy_hof_tatoo39	Lifton Streaks Tatoo	a	the	Lifton Streaks Tatoos	\d	the	
    -_802D79A0984AF07A	fy_hof_tatoo4	Eye Shadow Ticks Tatoo	an	the	Eye Shadow Ticks Tatoos	\d	the	
    -_AA280C922D053328	fy_hof_tatoo40	Lifton Blue Tatoo	a	the	Lifton Blue Tatoos	\d	the	
    -_6FBFB1F09CC6E3D4	fy_hof_tatoo41	Wings and Sreaks Tatoo	a	the	Wings and Sreaks Tatoos	\d	the	
    -_17E8F49B2B56E34A	fy_hof_tatoo42	Think Blink Tatoo	a	the	Think Blink Tatoos	\d	the	
    -_2C4814FBB2973B2B	fy_hof_tatoo43	Tyloth Patch Tatoo	a	the	Tyloth Patch Tatoos	\d	the	
    -_E967600D6BA68F80	fy_hof_tatoo44	War Triangles Tatoo	a	the	War Triangles Tatoos	\d	the	
    -_ADED9D052D268B24	fy_hof_tatoo45	Flepos Streaks Tatoo	a	the	Flepos Streaks Tatoos	\d	the	
    -_E603180BED16CF7F	fy_hof_tatoo46	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_EC28CC9F6BD74F28	fy_hof_tatoo47	Shadow Brow Tatoo	a	the	Shadow Brow Tatoos	\d	the	
    -_2184BDFF2F25E37C	fy_hof_tatoo48	High Serenity Tatoo	a	the	High Serenity Tatoos	\d	the	
    -_ADF720F46E166F2B	fy_hof_tatoo49	Dragon Wings Tatoo	a	the	Dragon Wings Tatoos	\d	the	
    -_6A9708AB6D97307E	fy_hof_tatoo5	Ripples Tatoo	a	the	Ripples Tatoos	\d	the	
    -_9E24C513EC868F91	fy_hof_tatoo50	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6B773CF32C94727E	fy_hof_tatoo51	Avenger Dabs Tatoo	an	the	Avenger Dabs Tatoos	\d	the	
    -_6777CB946FF6C76B	fy_hof_tatoo52	Eye Tabs Tatoo	an	the	Eye Tabs Tatoos	\d	the	
    -_1AB7100029D7AB52	fy_hof_tatoo53	Thick Flecks Tatoo	a	the	Thick Flecks Tatoos	\d	the	
    -_A83DB5126F73BA66	fy_hof_tatoo54	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_6B473C06AFD5827E	fy_hof_tatoo55	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_2BAE950166B2DF73	fy_hof_tatoo56	Spearing Sands Tatoo	a	the	Spearing Sands Tatoos	\d	the	
    -_ABD7189AAB05DF76	fy_hof_tatoo57	Mindful Tatoo	a	the	Mindful Tatoos	\d	the	
    -_2E5D750EEBB3CA71	fy_hof_tatoo58	Mindful Flecks Tatoo	a	the	Mindful Flecks Tatoos	\d	the	
    -_7F1DCD00EA371729	fy_hof_tatoo59	Simple Elegance Tatoo	a	the	Simple Elegance Tatoos	\d	the	
    -_55999DFFAED82C6B	fy_hof_tatoo6	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_43CEE5BEC2AB54DF	fy_hof_tatoo60	Ceremonial Elegance Tatoo	a	the	Ceremonial Elegance Tatoos	\d	the	
    -_AA48E8942CF68B6D	fy_hof_tatoo61	Elegance Tatoo	an	the	Elegance Tatoos	\d	the	
    -_AE170C00AC45766E	fy_hof_tatoo62	Mascara Star Tatoo	a	the	Mascara Star Tatoos	\d	the	
    -_9E438909EF259B85	fy_hof_tatoo63	Full Elegance Tatoo	a	the	Full Elegance Tatoos	\d	the	
    -_379DDD7E48CC88C7	fy_hof_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_33F23581C22DDDB2	fy_hof_tatoo8	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_2434DCADF038F87F	fy_hof_tatoo9	Brush Traits Tatoo	a	the	Brush Traits Tatoos	\d	the	
    -_29B80C8059275874	fy_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E7C89C4F6A393070	fy_hom_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_6C8DD516F0868F21	fy_hom_tatoo10	Wykson Ripples Tatoo	a	the	Wykson Ripples Tatoos	\d	the	
    -_5608189667B69F5A	fy_hom_tatoo11	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_55689D0EAF96EF67	fy_hom_tatoo12	Blood Stripes Tatoo	a	the	Blood Stripes Tatoos	\d	the	
    -_046EE507AF658686	fy_hom_tatoo13	Ominous Stripes Tatoo	an	the	Ominous Stripes Tatoos	\d	the	
    -_00BEE5136EB68A85	fy_hom_tatoo14	Thunder Stripes Tatoo	a	the	Thunder Stripes Tatoos	\d	the	
    -_A648D1FFF104AA86	fy_hom_tatoo15	Trooper Glare Tatoo	a	the	Trooper Glare Tatoos	\d	the	
    -_67A9AD09EC957B34	fy_hom_tatoo16	Livith Shadow Tatoo	a	the	Livith Shadow Tatoos	\d	the	
    -_E334F8ACA906E76D	fy_hom_tatoo17	Tano Shadow Tatoo	a	the	Tano Shadow Tatoos	\d	the	
    -_1A881807A826CB5B	fy_hom_tatoo18	Malax Shadow Tatoo	a	the	Malax Shadow Tatoos	\d	the	
    -_1A887807A836CF5B	fy_hom_tatoo19	Nalyx Shadow Tatoo	a	the	Nalyx Shadow Tatoos	\d	the	
    -_6B9898B72828E429	fy_hom_tatoo2	Red Eye Ticks Tatoo	a	the	Red Eye Ticks Tatoos	\d	the	
    -_1A887807A857AB5C	fy_hom_tatoo20	Palyx Shadow Tatoo	a	the	Palyx Shadow Tatoos	\d	the	
    -_3F4AA9FFD5C65CEA	fy_hom_tatoo21	Dark Dune Ripples Tatoo	a	the	Dark Dune Ripples Tatoos	\d	the	
    -_55599D0DEDB7EF68	fy_hom_tatoo22	Tenos Stripes Tatoo	a	the	Tenos Stripes Tatoos	\d	the	
    -_EFF714F829076729	fy_hom_tatoo23	Shadow Ticks Tatoo	a	the	Shadow Ticks Tatoos	\d	the	
    -_C770BE7D82979425	fy_hom_tatoo24	Crown Flecks and Streaks Tatoo	a	the	Crown Flecks and Streaks Tatoos	\d	the	
    -_5517C5166E86F358	fy_hom_tatoo25	Tatyn Crossed Tatoo	a	the	Tatyn Crossed Tatoos	\d	the	
    -_55688D057086F758	fy_hom_tatoo26	Ticks Crossed Tatoo	a	the	Ticks Crossed Tatoos	\d	the	
    -_17C9CCA3ABA62B4C	fy_hom_tatoo27	Sandy Frown Tatoo	a	the	Sandy Frown Tatoos	\d	the	
    -_AE575003EED4AA7D	fy_hom_tatoo28	Desert Eyes Tatoo	a	the	Desert Eyes Tatoos	\d	the	
    -_2F28FC082CD66F29	fy_hom_tatoo29	Desert Peril Tatoo	a	the	Desert Peril Tatoos	\d	the	
    -_14000A1C2EAB664D	fy_hom_tatoo3	Eye Ticks and Chin Stripes Tatoo	an	the	Eye Ticks and Chin Stripes Tatoos	\d	the	
    -_A98DF527EDE65323	fy_hom_tatoo30	Dryton Crossed Tatoo	a	the	Dryton Crossed Tatoos	\d	the	
    -_1E7368A16AB69F82	fy_hom_tatoo31	Ocyx Claws Tatoo	an	the	Ocyx Claws Tatoos	\d	the	
    -_1AE7400D6816C350	fy_hom_tatoo32	Hevon Flecks Tatoo	a	the	Hevon Flecks Tatoos	\d	the	
    -_1788F4B2EB06135A	fy_hom_tatoo33	Styne Spear Tatoo	a	the	Styne Spear Tatoos	\d	the	
    -_03AEE5F3EB176388	fy_hom_tatoo34	Pacton Spearhead Tatoo	a	the	Pacton Spearhead Tatoos	\d	the	
    -_E603180BED16E77E	fy_hom_tatoo35	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_ADED9D0F2D26AB23	fy_hom_tatoo36	Flopos Streaks Tatoo	a	the	Flopos Streaks Tatoos	\d	the	
    -_C37DED04AE359688	fy_hom_tatoo37	Liftons Streaks Tatoo	a	the	Liftons Streaks Tatoos	\d	the	
    -_E987904CAF66FF6C	fy_hom_tatoo38	Sy Band Tatoo	a	the	Sy Band Tatoos	\d	the	
    -_FD7B9919043D3C8F	fy_hom_tatoo39	Wizeth Spear Shadow Tatoo	a	the	Wizeth Spear Shadow Tatoos	\d	the	
    -_1A88F000EA295C5E	fy_hom_tatoo4	Pledix Stripe Tatoo	a	the	Pledix Stripe Tatoos	\d	the	
    -_6A46D7AD2B17C374	fy_hom_tatoo40	War Paint Tatoo	a	the	War Paint Tatoos	\d	the	
    -_68A6079AEBB6AB78	fy_hom_tatoo41	War Shadow Tatoo	a	the	War Shadow Tatoos	\d	the	
    -_70DDAC0E2C8B70CB	fy_hom_tatoo42	Oktis Spear Shadow Tatoo	an	the	Oktis Spear Shadow Tatoos	\d	the	
    -_708CC405B0DB74CB	fy_hom_tatoo43	Dykon Spear Shadow Tatoo	a	the	Dykon Spear Shadow Tatoos	\d	the	
    -_2A29CD1471D69F24	fy_hom_tatoo44	Pyto's Revenge Tatoo	a	the	Pyto's Revenge Tatoos	\d	the	
    -_EC170C156A472B2B	fy_hom_tatoo45	Torbak Claws Tatoo	a	the	Torbak Claws Tatoos	\d	the	
    -_176910A1ABB60F4B	fy_hom_tatoo46	Ragus Claws Tatoo	a	the	Ragus Claws Tatoos	\d	the	
    -_1759D0A7A6C7E758	fy_hom_tatoo47	Paxer Patch Tatoo	a	the	Paxer Patch Tatoos	\d	the	
    -_E897710830D78337	fy_hom_tatoo48	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_DBE7080AEDD5AE7E	fy_hom_tatoo49	Rydon's Gaze Tatoo	a	the	Rydon's Gaze Tatoos	\d	the	
    -_E60350066EC81C80	fy_hom_tatoo5	Bolus Stripes Tatoo	a	the	Bolus Stripes Tatoos	\d	the	
    -_6756CB98ADE79F77	fy_hom_tatoo50	Tri Band Tatoo	a	the	Tri Band Tatoos	\d	the	
    -_9E24C513EC86AF91	fy_hom_tatoo51	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6BA607A0EE86B38A	fy_hom_tatoo52	Ryx Streak Tatoo	a	the	Ryx Streak Tatoos	\d	the	
    -_68F8544F6F26AB77	fy_hom_tatoo53	Hy Blend Tatoo	a	the	Hy Blend Tatoos	\d	the	
    -_82BD0D10ACE68A89	fy_hom_tatoo54	Warrior Strokes Tatoo	a	the	Warrior Strokes Tatoos	\d	the	
    -_227340A1EEC5BF88	fy_hom_tatoo55	Fryn Spear Tatoo	a	the	Fryn Spear Tatoos	\d	the	
    -_6B473C06AFD5A27E	fy_hom_tatoo56	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_56F7589DAA05B75A	fy_hom_tatoo57	Mouth Band Tatoo	a	the	Mouth Band Tatoos	\d	the	
    -_A83DB5126F73E666	fy_hom_tatoo58	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_BD69E9026A8CC8A4	fy_hom_tatoo59	Dakton Blood Slash Tatoo	a	the	Dakton Blood Slash Tatoos	\d	the	
    -_AB66BB8C6A486C79	fy_hom_tatoo6	Fina Crossed Tatoo	a	the	Fina Crossed Tatoos	\d	the	
    -_AD976CF2B0B48A74	fy_hom_tatoo60	Blazing Eyes Tatoo	a	the	Blazing Eyes Tatoos	\d	the	
    -_6C8DA101AB13CA6D	fy_hom_tatoo61	Flaming Cheeks Tatoo	a	the	Flaming Cheeks Tatoos	\d	the	
    -_AD9738F2B0F49274	fy_hom_tatoo62	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_C23DB10AA372D381	fy_hom_tatoo63	Coriolis Flames Tatoo	a	the	Coriolis Flames Tatoos	\d	the	
    -_379DDD7E48CCA4C7	fy_hom_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_6957BBAC2C37607C	fy_hom_tatoo8	Four Ripples Tatoo	a	the	Four Ripples Tatoos	\d	the	
    -_6A07D048B037548C	fy_hom_tatoo9	Six Ripples Tatoo	a	the	Six Ripples Tatoos	\d	the	
    -_29B8AC875927DC7B	ma_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_A64E21116FE8DC21	ma_hof_tatoo1	Mascara Outline Tatoo	a	the	Mascara Outline Tatoos	\d	the	
    -_5D8D167A0CCC58B4	ma_hof_tatoo10	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_5D8DCE700C1C5CB4	ma_hof_tatoo11	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_ADD7C00A2F660728	ma_hof_tatoo12	Autumn Dance Tatoo	an	the	Autumn Dance Tatoos	\d	the	
    -_334DCD04EDD68F5B	ma_hof_tatoo13	Brown Highbrow Tatoo	a	the	Brown Highbrow Tatoos	\d	the	
    -_C5CF1902AE35579C	ma_hof_tatoo14	Indigo Highbrow Tatoo	an	the	Indigo Highbrow Tatoos	\d	the	
    -_E3BA6D2B6665DB6A	ma_hof_tatoo15	Fawn Highbrow Tatoo	a	the	Fawn Highbrow Tatoos	\d	the	
    -_334D85FAED269B5B	ma_hof_tatoo16	Green Highbrow Tatoo	a	the	Green Highbrow Tatoos	\d	the	
    -_431F351070A6639C	ma_hof_tatoo17	Purple Highbrow Tatoo	a	the	Purple Highbrow Tatoos	\d	the	
    -_75453D23D5656CDE	ma_hof_tatoo18	Dark Bird of Omen Tatoo	a	the	Dark Bird of Omen Tatoos	\d	the	
    -_839E0004067B9445	ma_hof_tatoo19	Indigo Bird of Omen Tatoo	an	the	Indigo Bird of Omen Tatoos	\d	the	
    -_1A98B4036C29085C	ma_hof_tatoo2	Bloody Strias Tatoo	a	the	Bloody Strias Tatoos	\d	the	
    -_B1360D2444AB68D3	ma_hof_tatoo20	Blue Dancing Flames Tatoo	a	the	Blue Dancing Flames Tatoos	\d	the	
    -_225DB970065C2893	ma_hof_tatoo21	Brown Dancing Flames Tatoo	a	the	Brown Dancing Flames Tatoos	\d	the	
    -_225D716606AC2C93	ma_hof_tatoo22	Green Dancing Flames Tatoo	a	the	Green Dancing Flames Tatoos	\d	the	
    -_69FD71226FE64322	ma_hof_tatoo23	Autumn Curling Tatoo	an	the	Autumn Curling Tatoos	\d	the	
    -_55A84506AF56DF58	ma_hof_tatoo24	Night Curling Tatoo	a	the	Night Curling Tatoos	\d	the	
    -_55A7610E7096E358	ma_hof_tatoo25	Blood Curling Tatoo	a	the	Blood Curling Tatoos	\d	the	
    -_BA052989066C70E5	ma_hof_tatoo26	Blue Stylish Shading Tatoo	a	the	Blue Stylish Shading Tatoos	\d	the	
    -_5DCD4E770A1C88BB	ma_hof_tatoo27	Brown Stylish Shading Tatoo	a	the	Brown Stylish Shading Tatoos	\d	the	
    -_2B287004E8C48E72	ma_hof_tatoo28	Lenardi Lace Tatoo	a	the	Lenardi Lace Tatoos	\d	the	
    -_492BD4C627882CDB	ma_hof_tatoo29	Red Ornate Wonder Tatoo	a	the	Red Ornate Wonder Tatoos	\d	the	
    -_E33494A62738507B	ma_hof_tatoo3	Green Strias Tatoo	a	the	Green Strias Tatoos	\d	the	
    -_EC1A0519C31BACC5	ma_hof_tatoo30	Green Ornate Wonder Tatoo	a	the	Green Ornate Wonder Tatoos	\d	the	
    -_731DB16B484EEC81	ma_hof_tatoo31	Purple Ornate Wonder Tatoo	a	the	Purple Ornate Wonder Tatoos	\d	the	
    -_EC5D99F95626EB6C	ma_hof_tatoo32	Scrolling Eyes Tatoo	a	the	Scrolling Eyes Tatoos	\d	the	
    -_EB0D4127EF255B23	ma_hof_tatoo33	Musing Imprint Tatoo	a	the	Musing Imprint Tatoos	\d	the	
    -_43ADB106AD7D3CA5	ma_hof_tatoo34	Purple Undergrowth Tatoo	a	the	Purple Undergrowth Tatoos	\d	the	
    -_C22E35F926D27781	ma_hof_tatoo35	Isabella Leaves Tatoo	an	the	Isabella Leaves Tatoos	\d	the	
    -_2AC700A5A9B57B83	ma_hof_tatoo36	Harvest Tatoo	a	the	Harvest Tatoos	\d	the	
    -_2C887CA46A86AF7B	ma_hof_tatoo37	Vendetta Tatoo	a	the	Vendetta Tatoos	\d	the	
    -_6BC7E818EE158E2A	ma_hof_tatoo38	Purple Mist Tatoo	a	the	Purple Mist Tatoos	\d	the	
    -_446D95FC9873937A	ma_hof_tatoo39	Serrated Wings Tatoo	a	the	Serrated Wings Tatoos	\d	the	
    -_3E6A791CA23499F9	ma_hof_tatoo4	Green Eye-Surround Tatoo	a	the	Green Eye-Surround Tatoos	\d	the	
    -_6D7898B62DF64328	ma_hof_tatoo40	Bloody Fury Tatoo	a	the	Bloody Fury Tatoos	\d	the	
    -_013EC51268482CF7	ma_hof_tatoo41	Sunshine Butterfly Tatoo	a	the	Sunshine Butterfly Tatoos	\d	the	
    -_6C7D450D66E5FB24	ma_hof_tatoo42	Maiden Ribbons Tatoo	a	the	Maiden Ribbons Tatoos	\d	the	
    -_F22F8DE69BACC0CB	ma_hof_tatoo43	Ruddy Eye Surround Tatoo	a	the	Ruddy Eye Surround Tatoos	\d	the	
    -_EADD391DEE864B24	ma_hof_tatoo44	Worlds Divided Tatoo	a	the	Worlds Divided Tatoos	\d	the	
    -_17BF1922A5F2D773	ma_hof_tatoo45	Wings of Wrath Tatoo	a	the	Wings of Wrath Tatoos	\d	the	
    -_72BD6D1622B12CE8	ma_hof_tatoo46	Frown of Defiance Tatoo	a	the	Frown of Defiance Tatoos	\d	the	
    -_6503A00FEB27D37A	ma_hof_tatoo47	Pink Morning Tatoo	a	the	Pink Morning Tatoos	\d	the	
    -_A6F8411B32A76737	ma_hof_tatoo48	Purple Sunset Tatoo	a	the	Purple Sunset Tatoos	\d	the	
    -_6BB7C80AAF04926F	ma_hof_tatoo49	Flecked Fury Tatoo	a	the	Flecked Fury Tatoos	\d	the	
    -_C2FD780D70A86432	ma_hof_tatoo5	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_A548FD0923818F7B	ma_hof_tatoo50	Carapace Face Tatoo	a	the	Carapace Face Tatoos	\d	the	
    -_068D2DC1566C70E6	ma_hof_tatoo51	Scrolling Revenge Tatoo	a	the	Scrolling Revenge Tatoos	\d	the	
    -_550875062FA6D36B	ma_hof_tatoo52	Crown Streaks Tatoo	a	the	Crown Streaks Tatoos	\d	the	
    -_84DE45186772B7E8	ma_hof_tatoo53	Vendetta Streaks Tatoo	a	the	Vendetta Streaks Tatoos	\d	the	
    -_AE8DBE898CFDF88C	ma_hof_tatoo54	Double Strike Through Tatoo	a	the	Double Strike Through Tatoos	\d	the	
    -_416FDDC8F0368EF0	ma_hof_tatoo55	Streaks of Wrath Tatoo	a	the	Streaks of Wrath Tatoos	\d	the	
    -_E34398B52AE5EF6D	ma_hof_tatoo56	Lush Gaze Tatoo	a	the	Lush Gaze Tatoos	\d	the	
    -_2888ACB92CE64F29	ma_hof_tatoo57	Dotted Brow Tatoo	a	the	Dotted Brow Tatoos	\d	the	
    -_47BD3D78C0D9B49A	ma_hof_tatoo58	Perching Rocco Birds Tatoo	a	the	Perching Rocco Birds Tatoos	\d	the	
    -_55172516F1C5E75B	ma_hof_tatoo59	Homin Crossed Tatoo	a	the	Homin Crossed Tatoos	\d	the	
    -_6627511B73B85039	ma_hof_tatoo6	Dappled Autumn Tatoo	a	the	Dappled Autumn Tatoos	\d	the	
    -_1AFE3119A4F2C375	ma_hof_tatoo60	Wings of Sight Tatoo	a	the	Wings of Sight Tatoos	\d	the	
    -_E81880AC6EE56F2A	ma_hof_tatoo61	Musing Pink Tatoo	a	the	Musing Pink Tatoos	\d	the	
    -_857D750EAF65668B	ma_hof_tatoo62	Ominous Streaks Tatoo	an	the	Ominous Streaks Tatoos	\d	the	
    -_D97D551C2F26BB56	ma_hof_tatoo63	Green Pastures Tatoo	a	the	Green Pastures Tatoos	\d	the	
    -_916C0A81BDAB6A6B	ma_hof_tatoo7	Green Mottled Eye Surround Tatoo	a	the	Green Mottled Eye Surround Tatoos	\d	the	
    -_FA544A7774C4BA1C	ma_hof_tatoo8	Boding Mottled Eye surround Tatoo	a	the	Boding Mottled Eye surround Tatoos	\d	the	
    -_916C36807DDB966D	ma_hof_tatoo9	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_29B8AC875927F87B	ma_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_1A28B810AD685C5C	ma_hom_tatoo1	Rapier Traits Tatoo	a	the	Rapier Traits Tatoos	\d	the	
    -_E8F85520EFB54734	ma_hom_tatoo10	Autumn Leaves Tatoo	an	the	Autumn Leaves Tatoos	\d	the	
    -_302E69F8DE853BB9	ma_hom_tatoo11	Brown Eye Shadow Tatoo	a	the	Brown Eye Shadow Tatoos	\d	the	
    -_453DE9C66997E48C	ma_hom_tatoo12	Indigo Eye Shadow Tatoo	an	the	Indigo Eye Shadow Tatoos	\d	the	
    -_C47DE27CCEDB7854	ma_hom_tatoo13	Indigo Blusher Scroll Tatoo	an	the	Indigo Blusher Scroll Tatoos	\d	the	
    -_220E316C8A2E589D	ma_hom_tatoo14	Green Blusher Scroll Tatoo	a	the	Green Blusher Scroll Tatoos	\d	the	
    -_2DE9AD7F464C7CCA	ma_hom_tatoo15	Brown Shadow Looming Tatoo	a	the	Brown Shadow Looming Tatoos	\d	the	
    -_2DE96575469C80CA	ma_hom_tatoo16	Green Shadow Looming Tatoo	a	the	Green Shadow Looming Tatoos	\d	the	
    -_AE9E22754ACC3C80	ma_hom_tatoo17	Purple Shadow Looming Tatoo	a	the	Purple Shadow Looming Tatoos	\d	the	
    -_FCE854062EFB80F4	ma_hom_tatoo18	Dark Ornate Wonder Tatoo	a	the	Dark Ornate Wonder Tatoos	\d	the	
    -_FCE83C09F1DB84F4	ma_hom_tatoo19	Blue Ornate Wonder Tatoo	a	the	Blue Ornate Wonder Tatoos	\d	the	
    -_C2FD780D70A8802F	ma_hom_tatoo2	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_EC1A4D23C3CBC8C4	ma_hom_tatoo20	Brown Ornate Wonder Tatoo	a	the	Brown Ornate Wonder Tatoos	\d	the	
    -_670A7102ACBC9CBA	ma_hom_tatoo21	Ruddy Dragon Dance Tatoo	a	the	Ruddy Dragon Dance Tatoos	\d	the	
    -_67597503EB0BA0BA	ma_hom_tatoo22	Green Dragon Dance Tatoo	a	the	Green Dragon Dance Tatoos	\d	the	
    -_666ACA68CD7C9CCD	ma_hom_tatoo23	Ruddy Shaded Devotion Tatoo	a	the	Ruddy Shaded Devotion Tatoos	\d	the	
    -_F143F28C066D3866	ma_hom_tatoo24	Purple Shaded Devotion Tatoo	a	the	Purple Shaded Devotion Tatoos	\d	the	
    -_225D816E865C649C	ma_hom_tatoo25	Brown Flaming Menace Tatoo	a	the	Brown Flaming Menace Tatoos	\d	the	
    -_225D396486AC689C	ma_hom_tatoo26	Green Flaming Menace Tatoo	a	the	Green Flaming Menace Tatoos	\d	the	
    -_F3360D16C38BA0D7	ma_hom_tatoo27	Blue Flaming Menace Tatoo	a	the	Blue Flaming Menace Tatoos	\d	the	
    -_1AE7FC112887CB5C	ma_hom_tatoo28	Scorn Shadow Tatoo	a	the	Scorn Shadow Tatoos	\d	the	
    -_56B8C89630560F5B	ma_hom_tatoo29	Night Fury Tatoo	a	the	Night Fury Tatoos	\d	the	
    -_E608281772B7A436	ma_hom_tatoo3	Mark of Fervor Tatoo	a	the	Mark of Fervor Tatoos	\d	the	
    -_A343A4B425A6D37F	ma_hom_tatoo30	Dark Fury Tatoo	a	the	Dark Fury Tatoos	\d	the	
    -_696E2120A9C2172A	ma_hom_tatoo31	Tylini's Wrath Tatoo	a	the	Tylini's Wrath Tatoos	\d	the	
    -_AD57A016EDD71B2A	ma_hom_tatoo32	Golden Brown Tatoo	a	the	Golden Brown Tatoos	\d	the	
    -_B475710B2B5B70EB	ma_hom_tatoo33	Fawn Flecked Wings Tatoo	a	the	Fawn Flecked Wings Tatoos	\d	the	
    -_EB0FEE2E756BB0E0	ma_hom_tatoo34	Blue Wings on the Wind Tatoo	a	the	Blue Wings on the Wind Tatoos	\d	the	
    -_021E51186772D6D9	ma_hom_tatoo35	Venging Streaks Tatoo	a	the	Venging Streaks Tatoos	\d	the	
    -_304D6DEADD3CA085	ma_hom_tatoo36	Streak of Ill Omen Tatoo	a	the	Streak of Ill Omen Tatoos	\d	the	
    -_560D2913E856E746	ma_hom_tatoo37	Khaki Carapace Tatoo	a	the	Khaki Carapace Tatoos	\d	the	
    -_6A78111DE4B2BB8A	ma_hom_tatoo38	Vendetta Eyes Tatoo	a	the	Vendetta Eyes Tatoos	\d	the	
    -_C569A508E9759E81	ma_hom_tatoo39	Mark of Victory Tatoo	a	the	Mark of Victory Tatoos	\d	the	
    -_474BF7262C285D8F	ma_hom_tatoo4	Mark of Holy Ardor Tatoo	a	the	Mark of Holy Ardor Tatoos	\d	the	
    -_EDC577B42577C37D	ma_hom_tatoo40	War Horns Tatoo	a	the	War Horns Tatoos	\d	the	
    -_AC2E7528AB16A324	ma_hom_tatoo41	Purple Victory Tatoo	a	the	Purple Victory Tatoos	\d	the	
    -_25E749FCE971C37F	ma_hom_tatoo42	Bravichi Leaf Tatoo	a	the	Bravichi Leaf Tatoos	\d	the	
    -_1E541EE8C68C7B45	ma_hom_tatoo43	Scrolls on Flecked Wings Tatoo	a	the	Scrolls on Flecked Wings Tatoos	\d	the	
    -_6937E4A529668F83	ma_hom_tatoo44	Scrolls Tatoo	a	the	Scrolls Tatoos	\d	the	
    -_EB0F1230B2ABB4E1	ma_hom_tatoo45	Fawn Wings on the Wind Tatoo	a	the	Fawn Wings on the Wind Tatoos	\d	the	
    -_2BDD21137007AB24	ma_hom_tatoo46	Tylini Streaks Tatoo	a	the	Tylini Streaks Tatoos	\d	the	
    -_E334C0A5ABC5E77C	ma_hom_tatoo47	Fury Stance Tatoo	a	the	Fury Stance Tatoos	\d	the	
    -_E6030810ECF6F37F	ma_hom_tatoo48	Fury Streaks Tatoo	a	the	Fury Streaks Tatoos	\d	the	
    -_EA9970A1A785FF74	ma_hom_tatoo49	Benevolence Tatoo	a	the	Benevolence Tatoos	\d	the	
    -_916C0A933FAB7269	ma_hom_tatoo5	Brown Mottled Eye Surround Tatoo	a	the	Brown Mottled Eye Surround Tatoos	\d	the	
    -_5608F094AE05FB5D	ma_hom_tatoo50	Fiery Eyes Tatoo	a	the	Fiery Eyes Tatoos	\d	the	
    -_C31D95162F967E80	ma_hom_tatoo51	Roqvini Streaks Tatoo	a	the	Roqvini Streaks Tatoos	\d	the	
    -_C62C34FBED3CF099	ma_hom_tatoo52	Peachy Pink Shades Tatoo	a	the	Peachy Pink Shades Tatoos	\d	the	
    -_C56991152DA4866E	ma_hom_tatoo53	Brow of Discord Tatoo	a	the	Brow of Discord Tatoos	\d	the	
    -_46CAC5152DA48A6F	ma_hom_tatoo54	Brow of Dispute Tatoo	a	the	Brow of Dispute Tatoos	\d	the	
    -_3E490296BFA984F2	ma_hom_tatoo55	Serrated Eye Surround Tatoo	a	the	Serrated Eye Surround Tatoos	\d	the	
    -_C41DD5C5EF67927C	ma_hom_tatoo56	Streaks on Fire Tatoo	a	the	Streaks on Fire Tatoos	\d	the	
    -_FE9D59B0F30894F4	ma_hom_tatoo57	Bravichi's Victory Tatoo	a	the	Bravichi's Victory Tatoos	\d	the	
    -_089D0DD4E8673FEB	ma_hom_tatoo58	Scrolls on Violet Tatoo	a	the	Scrolls on Violet Tatoos	\d	the	
    -_551F590BEC86FF5B	ma_hom_tatoo59	Ruddy Vendetta Tatoo	a	the	Ruddy Vendetta Tatoos	\d	the	
    -_A550B4714DCCA051	ma_hom_tatoo6	Blue Mottled Eye Surround Tatoo	a	the	Blue Mottled Eye Surround Tatoos	\d	the	
    -_6CDD7D256FC59326	ma_hom_tatoo60	Autumn Scrolls Tatoo	an	the	Autumn Scrolls Tatoos	\d	the	
    -_8CE3E13505CC7480	ma_hom_tatoo61	Brown Wings on the Wind Tatoo	a	the	Brown Wings on the Wind Tatoos	\d	the	
    -_EC7D6D1D23B2DF6B	ma_hom_tatoo62	Scrolled Wings Tatoo	a	the	Scrolled Wings Tatoos	\d	the	
    -_2C675BB3A806E77C	ma_hom_tatoo63	War Streaks Tatoo	a	the	War Streaks Tatoos	\d	the	
    -_916C36807DDBB26B	ma_hom_tatoo7	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_39053D6B05F0BDE6	ma_hom_tatoo8	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_39053D7D87F0A9E7	ma_hom_tatoo9	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_29B8F08E59272082	tr_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_AB7644102FA5D379	tr_hof_tatoo1	Fine Eye Lines Tatoo	a	the	Fine Eye Lines Tatoos	\d	the	
    -_04D0F1C7065DFC97	tr_hof_tatoo10	Ornate Eye Surround Tatoo	an	the	Ornate Eye Surround Tatoos	\d	the	
    -_1AE7FC04EEC67F5B	tr_hof_tatoo11	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_1A574014AA26835B	tr_hof_tatoo12	Mauve Scales Tatoo	a	the	Mauve Scales Tatoos	\d	the	
    -_2A18550AACB65334	tr_hof_tatoo13	Shadow Scales Tatoo	a	the	Shadow Scales Tatoos	\d	the	
    -_759E49FE9A251BCF	tr_hof_tatoo14	Lance-eye Scales Tatoo	a	the	Lance-eye Scales Tatoos	\d	the	
    -_E8184417EFB65B34	tr_hof_tatoo15	Sun on Scales Tatoo	a	the	Sun on Scales Tatoos	\d	the	
    -_227318A4F266DB84	tr_hof_tatoo16	Pink Spray Tatoo	a	the	Pink Spray Tatoos	\d	the	
    -_1718B4B36A160758	tr_hof_tatoo17	Green Spray Tatoo	a	the	Green Spray Tatoos	\d	the	
    -_EFF730072CD85B28	tr_hof_tatoo18	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_5657009BF0F6A36B	tr_hof_tatoo19	Green Wash Tatoo	a	the	Green Wash Tatoos	\d	the	
    -_AE97DCBCAEC7F074	tr_hof_tatoo2	Blusher Tatoo	a	the	Blusher Tatoos	\d	the	
    -_952C566FC3A9CC0D	tr_hof_tatoo20	Yellow Spray and Red Eye Tatoo	a	the	Yellow Spray and Red Eye Tatoos	\d	the	
    -_227300ABB385C785	tr_hof_tatoo21	Blue Spray Tatoo	a	the	Blue Spray Tatoos	\d	the	
    -_68A8D89C6AC56326	tr_hof_tatoo22	Orange Leaf Tatoo	an	the	Orange Leaf Tatoos	\d	the	
    -_2543E8B76BA77F6E	tr_hof_tatoo23	Pink Leaf Tatoo	a	the	Pink Leaf Tatoos	\d	the	
    -_445D8D7DCACC7C49	tr_hof_tatoo24	Orange Lapping Shore Tatoo	an	the	Orange Lapping Shore Tatoos	\d	the	
    -_083D858B883D8049	tr_hof_tatoo25	Violet Lapping Shore Tatoo	a	the	Violet Lapping Shore Tatoos	\d	the	
    -_E2C4423A1FCD6C8F	tr_hof_tatoo26	Scales on Lapping Shore Tatoo	a	the	Scales on Lapping Shore Tatoos	\d	the	
    -_1A9814132C57BB4F	tr_hof_tatoo27	Pinky Flanks Tatoo	a	the	Pinky Flanks Tatoos	\d	the	
    -_C8EC646E0DEA57DF	tr_hof_tatoo28	Flanked Eye Surround Tatoo	a	the	Flanked Eye Surround Tatoos	\d	the	
    -_235945D7EB961771	tr_hof_tatoo29	Pink Coral Way Tatoo	a	the	Pink Coral Way Tatoos	\d	the	
    -_041FD5DB450D9D93	tr_hof_tatoo3	Blusher and Eyelines Tatoo	a	the	Blusher and Eyelines Tatoos	\d	the	
    -_AECC800B2BD79B5E	tr_hof_tatoo30	Green Coral Way Tatoo	a	the	Green Coral Way Tatoos	\d	the	
    -_23592DDEACB5F772	tr_hof_tatoo31	Blue Coral Way Tatoo	a	the	Blue Coral Way Tatoos	\d	the	
    -_2DD70CBB6A37C773	tr_hof_tatoo32	Fertility Tatoo	a	the	Fertility Tatoos	\d	the	
    -_5F730CA9EDE5BF77	tr_hof_tatoo33	Fish Dance Tatoo	a	the	Fish Dance Tatoos	\d	the	
    -_E8B8751F6DE58A7D	tr_hof_tatoo34	Rolling Waves Tatoo	a	the	Rolling Waves Tatoos	\d	the	
    -_2B67FCA8AE66BB84	tr_hof_tatoo35	Sundown Tatoo	a	the	Sundown Tatoos	\d	the	
    -_A627AD032F959288	tr_hof_tatoo36	Prakker Teeth Tatoo	a	the	Prakker Teeth Tatoos	\d	the	
    -_6979ECB36A76FF76	tr_hof_tatoo37	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_EB89F0AB27465F27	tr_hof_tatoo38	Cactus Eyes Tatoo	a	the	Cactus Eyes Tatoos	\d	the	
    -_2657F0A6A955CB7B	tr_hof_tatoo39	Balance Tatoo	a	the	Balance Tatoos	\d	the	
    -_A82E5DD8A5D45472	tr_hof_tatoo4	Sun Swing Rouge Tatoo	a	the	Sun Swing Rouge Tatoos	\d	the	
    -_2888CCB7E9157B28	tr_hof_tatoo40	Hooked Tabs Tatoo	a	the	Hooked Tabs Tatoos	\d	the	
    -_6A43D103AC41937F	tr_hof_tatoo41	Over the Wave Tatoo	an	the	Over the Wave Tatoos	\d	the	
    -_270DA51364C2036C	tr_hof_tatoo42	Twilight Dance Tatoo	a	the	Twilight Dance Tatoos	\d	the	
    -_67A7AFA22B77CB73	tr_hof_tatoo43	The Wake Tatoo	a	the	The Wake Tatoos	\d	the	
    -_6BE7D40F2A260F2B	tr_hof_tatoo44	Marine Dance Tatoo	a	the	Marine Dance Tatoos	\d	the	
    -_6C0E8929A804BE6B	tr_hof_tatoo45	Winding Across Tatoo	a	the	Winding Across Tatoos	\d	the	
    -_AAC8E8A6EE770F6F	tr_hof_tatoo46	Twinings Tatoo	a	the	Twinings Tatoos	\d	the	
    -_AD97D816EBB68A72	tr_hof_tatoo47	Winding Pink Tatoo	a	the	Winding Pink Tatoos	\d	the	
    -_A748ECBC28A56328	tr_hof_tatoo48	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_E907FC9EAE55CB7E	tr_hof_tatoo49	Budding Tatoo	a	the	Budding Tatoos	\d	the	
    -_7E7F0E4A090E8195	tr_hof_tatoo5	Think Spots and Blusher Tatoo	a	the	Think Spots and Blusher Tatoos	\d	the	
    -_EA28F0AF69B6F777	tr_hof_tatoo50	Harpoons Tatoo	a	the	Harpoons Tatoos	\d	the	
    -_6124B10BF146838A	tr_hof_tatoo51	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_5637009DEF96A75E	tr_hof_tatoo52	Angel Fish Tatoo	an	the	Angel Fish Tatoos	\d	the	
    -_2A4DC90BECE5B669	tr_hof_tatoo53	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_088E8113F085578C	tr_hof_tatoo54	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_556881173096DF6B	tr_hof_tatoo55	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5F35C	tr_hof_tatoo56	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_2F9D950BB0A6B354	tr_hof_tatoo57	Green Knowledge Tatoo	a	the	Green Knowledge Tatoos	\d	the	
    -_A5F76503ED339A85	tr_hof_tatoo58	Madakam Amble Tatoo	a	the	Madakam Amble Tatoos	\d	the	
    -_6C27EC09AD76232C	tr_hof_tatoo59	Bolobi Dance Tatoo	a	the	Bolobi Dance Tatoos	\d	the	
    -_84BF45D2F278BC98	tr_hof_tatoo6	Natural Sun Swing Tatoo	a	the	Natural Sun Swing Tatoos	\d	the	
    -_A67879202E057A8B	tr_hof_tatoo60	Trooper Watch Tatoo	a	the	Trooper Watch Tatoos	\d	the	
    -_2A3D750B9B26E76F	tr_hof_tatoo61	Streaming Pink Tatoo	a	the	Streaming Pink Tatoos	\d	the	
    -_C040751EAD7376DF	tr_hof_tatoo62	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_A75839076882A387	tr_hof_tatoo63	Spearing Head Tatoo	a	the	Spearing Head Tatoos	\d	the	
    -_6B987CBFEB28A82E	tr_hof_tatoo7	Red Eye Lines Tatoo	a	the	Red Eye Lines Tatoos	\d	the	
    -_943F4234C6A041AA	tr_hof_tatoo8	Think Spots and Eyelines Tatoo	a	the	Think Spots and Eyelines Tatoos	\d	the	
    -_A69879196AA6BF80	tr_hof_tatoo9	Anchored Watch Tatoo	an	the	Anchored Watch Tatoos	\d	the	
    -_29B8F08E59273C82	tr_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E92850AEA7695870	tr_hom_tatoo1	Tufty Tatoo	a	the	Tufty Tatoos	\d	the	
    -_C7ED996C7F68F88D	tr_hom_tatoo10	Anchored Blood Watch Tatoo	an	the	Anchored Blood Watch Tatoos	\d	the	
    -_B37E6D01FCD860C1	tr_hom_tatoo11	Anchored Lake Watch Tatoo	an	the	Anchored Lake Watch Tatoos	\d	the	
    -_F54E71225CD584CF	tr_hom_tatoo12	Green Run-Through Tatoo	a	the	Green Run-Through Tatoos	\d	the	
    -_17C9CCB0AB061B59	tr_hom_tatoo13	Wooky Trail Tatoo	a	the	Wooky Trail Tatoos	\d	the	
    -_6757710FED162F34	tr_hom_tatoo14	Jeniah Bridge Tatoo	a	the	Jeniah Bridge Tatoos	\d	the	
    -_EEE99176C35DA4C0	tr_hom_tatoo15	Green Double Streaks Tatoo	a	the	Green Double Streaks Tatoos	\d	the	
    -_319E610F018DEC7C	tr_hom_tatoo16	Jeniah Bridge Watch Tatoo	a	the	Jeniah Bridge Watch Tatoos	\d	the	
    -_68F8E0AC71967F25	tr_hom_tatoo17	Purple Gaze Tatoo	a	the	Purple Gaze Tatoos	\d	the	
    -_5508590DB1E60767	tr_hom_tatoo18	Green Strokes Tatoo	a	the	Green Strokes Tatoos	\d	the	
    -_421DDD1EACF59E8C	tr_hom_tatoo19	Harmony Strokes Tatoo	a	the	Harmony Strokes Tatoos	\d	the	
    -_E928389CAA281071	tr_hom_tatoo2	Barbs Tatoo	a	the	Barbs Tatoos	\d	the	
    -_067DD90D2BB47A7F	tr_hom_tatoo20	Ornate Harmony Tatoo	an	the	Ornate Harmony Tatoos	\d	the	
    -_E96720ACA9B5C78E	tr_hom_tatoo21	Harmony Tatoo	a	the	Harmony Tatoos	\d	the	
    -_1AE7FC04EEC69F5C	tr_hom_tatoo22	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_EFF730072CD86329	tr_hom_tatoo23	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_2E76BBAD6AF89F7B	tr_hom_tatoo24	Red Spray Tatoo	a	the	Red Spray Tatoos	\d	the	
    -_6AA6EBA4B1B7AF81	tr_hom_tatoo25	Sun Splash Tatoo	a	the	Sun Splash Tatoos	\d	the	
    -_A6E8851BEF867B35	tr_hom_tatoo26	Purple Scales Tatoo	a	the	Purple Scales Tatoos	\d	the	
    -_860E49DB6DD7408A	tr_hom_tatoo27	Purple Sun Splash Tatoo	a	the	Purple Sun Splash Tatoos	\d	the	
    -_847DBD11AA149A8E	tr_hom_tatoo28	Elegant Harmony Tatoo	an	the	Elegant Harmony Tatoos	\d	the	
    -_FF29F522E682AF82	tr_hom_tatoo29	Dots and Stokes Tatoo	a	the	Dots and Stokes Tatoos	\d	the	
    -_DE7350AAAFC87077	tr_hom_tatoo3	Tufty Barbs Tatoo	a	the	Tufty Barbs Tatoos	\d	the	
    -_E8D7B91CAC44967D	tr_hom_tatoo30	Lapping Shore Tatoo	a	the	Lapping Shore Tatoos	\d	the	
    -_DF4F4E7EEDE94CE6	tr_hom_tatoo31	Streaming in the Fields Tatoo	a	the	Streaming in the Fields Tatoos	\d	the	
    -_45996D1A26141FDE	tr_hom_tatoo32	Face of Vengeance Tatoo	a	the	Face of Vengeance Tatoos	\d	the	
    -_45BE09F81B2D70EA	tr_hom_tatoo33	Thrusting Prakkers Tatoo	a	the	Thrusting Prakkers Tatoos	\d	the	
    -_43AE090298D7C377	tr_hom_tatoo34	Returning Trail Tatoo	a	the	Returning Trail Tatoos	\d	the	
    -_088E8113F085778A	tr_hom_tatoo35	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_1A87F8B82C46F75C	tr_hom_tatoo36	Blood Run Tatoo	a	the	Blood Run Tatoos	\d	the	
    -_DF732C9B2E06EF88	tr_hom_tatoo37	Deep Frown Tatoo	a	the	Deep Frown Tatoos	\d	the	
    -_A748ECBC28A57F27	tr_hom_tatoo38	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_56083C9C6E46DF68	tr_hom_tatoo39	Lofty Rise Tatoo	a	the	Lofty Rise Tatoos	\d	the	
    -_EA397C5DEB18787C	tr_hom_tatoo4	Ink Spots Tatoo	an	the	Ink Spots Tatoos	\d	the	
    -_E603140D6B37D37F	tr_hom_tatoo40	Pink Strokes Tatoo	a	the	Pink Strokes Tatoos	\d	the	
    -_55684917B196EB6A	tr_hom_tatoo41	Broad Strokes Tatoo	a	the	Broad Strokes Tatoos	\d	the	
    -_6A1871212E549E7F	tr_hom_tatoo42	Trykoth Lakes Tatoo	a	the	Trykoth Lakes Tatoos	\d	the	
    -_2F899D272C1634C5	tr_hom_tatoo43	Broad Yellow Tabs Tatoo	a	the	Broad Yellow Tabs Tatoos	\d	the	
    -_56B8F09BF325CB69	tr_hom_tatoo44	Great Rift Tatoo	a	the	Great Rift Tatoos	\d	the	
    -_22638919B1A5FB78	tr_hom_tatoo45	Bush Watching Tatoo	a	the	Bush Watching Tatoos	\d	the	
    -_6124B10BF146B389	tr_hom_tatoo46	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_6979ECB36A761B77	tr_hom_tatoo47	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_C040751EAD73AADD	tr_hom_tatoo48	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_E8B8490DF493BA7E	tr_hom_tatoo49	Budding Bulbs Tatoo	a	the	Budding Bulbs Tatoos	\d	the	
    -_227318A470186488	tr_hom_tatoo5	Think Spots Tatoo	a	the	Think Spots Tatoos	\d	the	
    -_70B7FC132C66132C	tr_hom_tatoo50	Cheeky Boots Tatoo	a	the	Cheeky Boots Tatoos	\d	the	
    -_2888A8BAEA359B29	tr_hom_tatoo51	Barbed Tips Tatoo	a	the	Barbed Tips Tatoos	\d	the	
    -_1A28000F2EE6B360	tr_hom_tatoo52	Amber Thirst Tatoo	an	the	Amber Thirst Tatoos	\d	the	
    -_5549590A7086F36B	tr_hom_tatoo53	Amber Strokes Tatoo	an	the	Amber Strokes Tatoos	\d	the	
    -_46C9C5026F748A72	tr_hom_tatoo54	Arch of Breneth Tatoo	an	the	Arch of Breneth Tatoos	\d	the	
    -_17A8D8A32B96DF4D	tr_hom_tatoo55	Swing Dance Tatoo	a	the	Swing Dance Tatoos	\d	the	
    -_4A6D650E9AE670DA	tr_hom_tatoo56	Streaming Seaweed Tatoo	a	the	Streaming Seaweed Tatoos	\d	the	
    -_A697990CEBC4B27C	tr_hom_tatoo57	Seaweed Dance Tatoo	a	the	Seaweed Dance Tatoos	\d	the	
    -_6A85BBBB6907B77A	tr_hom_tatoo58	War Dance Tatoo	a	the	War Dance Tatoos	\d	the	
    -_3B29C105EA2D98E0	tr_hom_tatoo59	Thanksgiving Dance Tatoo	a	the	Thanksgiving Dance Tatoos	\d	the	
    -_2403380D6B39306E	tr_hom_tatoo6	Green Harmony Tatoo	a	the	Green Harmony Tatoos	\d	the	
    -_2A4DC90BECE5C66A	tr_hom_tatoo60	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_663D9DF5D8F7E674	tr_hom_tatoo61	Tidican's Hold Tatoo	a	the	Tidican's Hold Tatoos	\d	the	
    -_556881173096EF6C	tr_hom_tatoo62	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5035D	tr_hom_tatoo63	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_55D8851AED991862	tr_hom_tatoo7	Orange Harmony Tatoo	an	the	Orange Harmony Tatoos	\d	the	
    -_55D8991C31C91C63	tr_hom_tatoo8	Purple Harmony Tatoo	a	the	Purple Harmony Tatoos	\d	the	
    -_B97A49C42B5911F1	tr_hom_tatoo9	Ink Spots and Barbs Tatoo	an	the	Ink Spots and Barbs Tatoos	\d	the	
    -_29B8E49459271488	zo_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_EA76C7ADAC67B425	zo_hof_tatoo1	Beng-Do Pink Tatoo	a	the	Beng-Do Pink Tatoos	\d	the	
    -_2A48DCAF2D466B25	zo_hof_tatoo10	Spiral Pink Tatoo	a	the	Spiral Pink Tatoos	\d	the	
    -_2B6C942928D4AE6F	zo_hof_tatoo11	Len-Sen Yellow Tatoo	a	the	Len-Sen Yellow Tatoos	\d	the	
    -_6AB5D719AA347676	zo_hof_tatoo12	Mad-Kan Blue Tatoo	a	the	Mad-Kan Blue Tatoos	\d	the	
    -_068EA1FF17E7A36E	zo_hof_tatoo13	Scrolling Mauve Tatoo	a	the	Scrolling Mauve Tatoos	\d	the	
    -_262755152D064734	zo_hof_tatoo14	Indeng Orange Tatoo	an	the	Indeng Orange Tatoos	\d	the	
    -_6C1EA5236B64BE68	zo_hof_tatoo15	Jesting Traits Tatoo	a	the	Jesting Traits Tatoos	\d	the	
    -_56B71CABB2C5F759	zo_hof_tatoo16	Blood Eyes Tatoo	a	the	Blood Eyes Tatoos	\d	the	
    -_29FC9C252D93C670	zo_hof_tatoo17	Blu-Too Orange Tatoo	a	the	Blu-Too Orange Tatoos	\d	the	
    -_AAC87C7369168B25	zo_hof_tatoo18	Pa-Zin Pink Tatoo	a	the	Pa-Zin Pink Tatoos	\d	the	
    -_EAEEB105DB36FF67	zo_hof_tatoo19	Butterfly Blue Tatoo	a	the	Butterfly Blue Tatoos	\d	the	
    -_62731E9DAF182C84	zo_hof_tatoo2	Sinaï Poise Tatoo	a	the	Sinaï Poise Tatoos	\d	the	
    -_6D55AFBD2B68836B	zo_hof_tatoo20	Zon Amber Tatoo	a	the	Zon Amber Tatoos	\d	the	
    -_643981312816F776	zo_hof_tatoo21	Pink Striation Tatoo	a	the	Pink Striation Tatoos	\d	the	
    -_C93DB9242DE63734	zo_hof_tatoo22	Bloody Thoughts Tatoo	a	the	Bloody Thoughts Tatoos	\d	the	
    -_174864762735FF4D	zo_hof_tatoo23	Fa-Ta Green Tatoo	a	the	Fa-Ta Green Tatoos	\d	the	
    -_ED46D723ACA57E78	zo_hof_tatoo24	Tin-Too Blue Tatoo	a	the	Tin-Too Blue Tatoos	\d	the	
    -_5A69E0B7EEA50749	zo_hof_tatoo25	Criss-Cross Tatoo	a	the	Criss-Cross Tatoos	\d	the	
    -_424E75132CF6FF28	zo_hof_tatoo26	Ornate Bleeding Tatoo	an	the	Ornate Bleeding Tatoos	\d	the	
    -_6C77D80A6852A777	zo_hof_tatoo27	Avenging Red Tatoo	an	the	Avenging Red Tatoos	\d	the	
    -_687998B4AD058B26	zo_hof_tatoo28	Ornate Pink Tatoo	an	the	Ornate Pink Tatoos	\d	the	
    -_6B770018AE572B29	zo_hof_tatoo29	Orange Frown Tatoo	an	the	Orange Frown Tatoos	\d	the	
    -_84DCB816705CB8F3	zo_hof_tatoo3	Stin-Byn Multicolor Tatoo	a	the	Stin-Byn Multicolor Tatoos	\d	the	
    -_A88DFDEE2B25AA71	zo_hof_tatoo30	Za-Chin Purple Tatoo	a	the	Za-Chin Purple Tatoos	\d	the	
    -_28765421A8929384	zo_hof_tatoo31	Two Tone Fold Tatoo	a	the	Two Tone Fold Tatoos	\d	the	
    -_312EC503EC77B763	zo_hof_tatoo32	Amber Striation Tatoo	an	the	Amber Striation Tatoos	\d	the	
    -_A9A6DFAA2EC7C385	zo_hof_tatoo33	Sen Smooth Tatoo	a	the	Sen Smooth Tatoos	\d	the	
    -_E334B0B1ED95F774	zo_hof_tatoo34	Bing Smooth Tatoo	a	the	Bing Smooth Tatoos	\d	the	
    -_ED177C6F2B97D379	zo_hof_tatoo35	Wo Smooth Tatoo	a	the	Wo Smooth Tatoos	\d	the	
    -_E443CCBDA908D373	zo_hof_tatoo36	Seng Kiss Tatoo	a	the	Seng Kiss Tatoos	\d	the	
    -_A708851E6582FB8A	zo_hof_tatoo37	Serenity Kiss Tatoo	a	the	Serenity Kiss Tatoos	\d	the	
    -_6FF7F8206DB48E7D	zo_hof_tatoo38	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_5697E4AA2FA6B362	zo_hof_tatoo39	Tonab Leaf Tatoo	a	the	Tonab Leaf Tatoos	\d	the	
    -_6B459F0C66950870	zo_hof_tatoo4	Fung Deep Red Tatoo	a	the	Fung Deep Red Tatoos	\d	the	
    -_171898B2EAC6F34F	zo_hof_tatoo40	Shian Grain Tatoo	a	the	Shian Grain Tatoos	\d	the	
    -_AEB5AFB0AA07976C	zo_hof_tatoo41	Xia Grain Tatoo	a	the	Xia Grain Tatoos	\d	the	
    -_5657F4A1F0D59763	zo_hof_tatoo42	Green Leaf Tatoo	a	the	Green Leaf Tatoos	\d	the	
    -_68F6A3A72CF5E769	zo_hof_tatoo43	Old Leaf Tatoo	an	the	Old Leaf Tatoos	\d	the	
    -_6C78C4C12B479F72	zo_hof_tatoo44	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_2C8693B12B45DF6B	zo_hof_tatoo45	Cho Etching Tatoo	a	the	Cho Etching Tatoos	\d	the	
    -_5657F4B2B137CF5F	zo_hof_tatoo46	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_5B6E69226B16DB57	zo_hof_tatoo47	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_C4CDD91730974B3C	zo_hof_tatoo48	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hof_tatoo49	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_E907A060ECC83889	zo_hof_tatoo5	Wyn Pink Tatoo	a	the	Wyn Pink Tatoos	\d	the	
    -_2184A11E2DE5C37D	zo_hof_tatoo50	Dark Serenity Tatoo	a	the	Dark Serenity Tatoos	\d	the	
    -_2873D11372E47E7E	zo_hof_tatoo51	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_1759A8B62955EB52	zo_hof_tatoo52	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_AE5EADEB9A576F70	zo_hof_tatoo53	Amber Sap Inlay Tatoo	an	the	Amber Sap Inlay Tatoos	\d	the	
    -_28C9B4A82C66AB77	zo_hof_tatoo54	Reeds Tatoo	a	the	Reeds Tatoos	\d	the	
    -_AD97DC256B258273	zo_hof_tatoo55	Venging Howl Tatoo	a	the	Venging Howl Tatoos	\d	the	
    -_64396938E9350B79	zo_hof_tatoo56	Blue Striation Tatoo	a	the	Blue Striation Tatoos	\d	the	
    -_6303C81CEE269780	zo_hof_tatoo57	Fung Etching Tatoo	a	the	Fung Etching Tatoos	\d	the	
    -_A5E8AD0AB4C59A8A	zo_hof_tatoo58	Tubular Stems Tatoo	a	the	Tubular Stems Tatoos	\d	the	
    -_A0733CABB585CF86	zo_hof_tatoo59	Brow Inlay Tatoo	a	the	Brow Inlay Tatoos	\d	the	
    -_1788B0AEA7884C5E	zo_hof_tatoo6	Orange Tinge Tatoo	an	the	Orange Tinge Tatoos	\d	the	
    -_A537A1A12EC54739	zo_hof_tatoo60	Daïsha Scroll Tatoo	a	the	Daïsha Scroll Tatoos	\d	the	
    -_E743D4BCA806AB76	zo_hof_tatoo61	Kami Wink Tatoo	a	the	Kami Wink Tatoos	\d	the	
    -_DE73F4AEF487A785	zo_hof_tatoo62	Pure Bliss Tatoo	a	the	Pure Bliss Tatoos	\d	the	
    -_E334B8AD6A85D77A	zo_hof_tatoo63	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_6A07A85C3237548A	zo_hof_tatoo7	Zin Ripples Tatoo	a	the	Zin Ripples Tatoos	\d	the	
    -_C38DC91DEA19883A	zo_hof_tatoo8	Fuchsia Thoughts Tatoo	a	the	Fuchsia Thoughts Tatoos	\d	the	
    -_5637E4AE6EA9385E	zo_hof_tatoo9	Spiral Blue Tatoo	a	the	Spiral Blue Tatoos	\d	the	
    -_29B8E49459273088	zo_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_5607906932872C68	zo_hom_tatoo1	Tan-Li Tabs Tatoo	a	the	Tan-Li Tabs Tatoos	\d	the	
    -_058E281A085D98E9	zo_hom_tatoo10	Undergrowth Streaks Tatoo	an	the	Undergrowth Streaks Tatoos	\d	the	
    -_C06EE5CFB01593E9	zo_hom_tatoo11	Belligerent Glare Tatoo	a	the	Belligerent Glare Tatoos	\d	the	
    -_67F6C72E2774CEF4	zo_hom_tatoo12	Maï-Laï Red Tatoo	a	the	Maï-Laï Red Tatoos	\d	the	
    -_EAAD852E9FB10B68	zo_hom_tatoo13	Campaign Green Tatoo	a	the	Campaign Green Tatoos	\d	the	
    -_AD9854E3EE864F28	zo_hom_tatoo14	Ci-Lyn Mauve Tatoo	a	the	Ci-Lyn Mauve Tatoos	\d	the	
    -_AB0790B02694DA67	zo_hom_tatoo15	Mark of Taï-Lo Tatoo	a	the	Mark of Taï-Lo Tatoos	\d	the	
    -_1778B8B66C550F4C	zo_hom_tatoo16	Livid Glare Tatoo	a	the	Livid Glare Tatoos	\d	the	
    -_EAC8DCB12715E277	zo_hom_tatoo17	Warrior Red Tatoo	a	the	Warrior Red Tatoos	\d	the	
    -_A24314C5A867FF74	zo_hom_tatoo18	Wavy Blue Tatoo	a	the	Wavy Blue Tatoos	\d	the	
    -_A88EE11F65E1076F	zo_hom_tatoo19	Frowning Mauve Tatoo	a	the	Frowning Mauve Tatoos	\d	the	
    -_5607C469AFB85057	zo_hom_tatoo2	Ran-Yi Blue Tatoo	a	the	Ran-Yi Blue Tatoos	\d	the	
    -_A717C9076471B383	zo_hom_tatoo20	Becoming Gaze Tatoo	a	the	Becoming Gaze Tatoos	\d	the	
    -_6C2D99142C63CA69	zo_hom_tatoo21	Budding Leaves Tatoo	a	the	Budding Leaves Tatoos	\d	the	
    -_6B28B828E8372F29	zo_hom_tatoo22	Severe Glare Tatoo	a	the	Severe Glare Tatoos	\d	the	
    -_ACBDA523AC359F22	zo_hom_tatoo23	Bloody Silence Tatoo	a	the	Bloody Silence Tatoos	\d	the	
    -_2806A8206D657335	zo_hom_tatoo24	Dan-Yo Smooth Tatoo	a	the	Dan-Yo Smooth Tatoos	\d	the	
    -_240308232D36E76A	zo_hom_tatoo25	Blue Harmony Tatoo	a	the	Blue Harmony Tatoos	\d	the	
    -_030B8880431D3CED	zo_hom_tatoo26	Remembrance Ceremony Tatoo	a	the	Remembrance Ceremony Tatoos	\d	the	
    -_A778C51E6681CF83	zo_hom_tatoo27	Crossing Blue Tatoo	a	the	Crossing Blue Tatoos	\d	the	
    -_DD63C11EB005CB81	zo_hom_tatoo28	Fury Bleeding Tatoo	a	the	Fury Bleeding Tatoos	\d	the	
    -_69B8206DAE157326	zo_hom_tatoo29	Mo-Chi Blue Tatoo	a	the	Mo-Chi Blue Tatoos	\d	the	
    -_1718A88FDE279C5E	zo_hom_tatoo3	Si-Len Wrath Tatoo	a	the	Si-Len Wrath Tatoos	\d	the	
    -_685940706BC5176C	zo_hom_tatoo30	Li-Green Tatoo	a	the	Li-Green Tatoos	\d	the	
    -_E334C0B528A7EF77	zo_hom_tatoo31	Pink Spiral Tatoo	a	the	Pink Spiral Tatoos	\d	the	
    -_5588710A6961B785	zo_hom_tatoo32	Amber of Seng Tatoo	an	the	Amber of Seng Tatoos	\d	the	
    -_1788DCB628A50B50	zo_hom_tatoo33	Fibre Inlay Tatoo	a	the	Fibre Inlay Tatoos	\d	the	
    -_1718A8CAA9B60F50	zo_hom_tatoo34	Woven Inlay Tatoo	a	the	Woven Inlay Tatoos	\d	the	
    -_56C7289EF1E6CF61	zo_hom_tatoo35	Fibre Kiss Tatoo	a	the	Fibre Kiss Tatoos	\d	the	
    -_A6083523B0C3AE7A	zo_hom_tatoo36	Notched Inlay Tatoo	a	the	Notched Inlay Tatoos	\d	the	
    -_EA974414B0F64B2A	zo_hom_tatoo37	Mystic Inlay Tatoo	a	the	Mystic Inlay Tatoos	\d	the	
    -_5657F4B2B137F35E	zo_hom_tatoo38	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_AEB5AFBDAA17D36B	zo_hom_tatoo39	Yin Grain Tatoo	a	the	Yin Grain Tatoos	\d	the	
    -_1F73048AA1970889	zo_hom_tatoo4	Go-Ni Green Tatoo	a	the	Go-Ni Green Tatoos	\d	the	
    -_41CEF1152C647A85	zo_hom_tatoo40	Capryni Overlay Tatoo	a	the	Capryni Overlay Tatoos	\d	the	
    -_1759A8B629550351	zo_hom_tatoo41	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hom_tatoo42	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_0A481C7CABE69F28	zo_hom_tatoo43	Zo-Baï Slit Tatoo	a	the	Zo-Baï Slit Tatoos	\d	the	
    -_2873C1173074A67D	zo_hom_tatoo44	Kiss of Wrath Tatoo	a	the	Kiss of Wrath Tatoos	\d	the	
    -_AD6DC91EECE5DA6B	zo_hom_tatoo45	Sifting Spirit Tatoo	a	the	Sifting Spirit Tatoos	\d	the	
    -_6C78C4C12B47C372	zo_hom_tatoo46	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_FFDC38156B16C3ED	zo_hom_tatoo47	Remembrance Mask Tatoo	a	the	Remembrance Mask Tatoos	\d	the	
    -_C14E45CA2FACB0E8	zo_hom_tatoo48	Continuity Etching Tatoo	a	the	Continuity Etching Tatoos	\d	the	
    -_E8D79D0AEDB4BA7E	zo_hom_tatoo49	Peeling Fibre Tatoo	a	the	Peeling Fibre Tatoos	\d	the	
    -_E767DFA1EFF8B438	zo_hom_tatoo5	Tree of Cho Tatoo	a	the	Tree of Cho Tatoos	\d	the	
    -_2873D11372E4967E	zo_hom_tatoo50	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_5B6E69226B16DF58	zo_hom_tatoo51	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_065DA911AE064F3D	zo_hom_tatoo52	Golden Serenity Tatoo	a	the	Golden Serenity Tatoos	\d	the	
    -_C4CDD9173097533D	zo_hom_tatoo53	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_28848D202ED3A67E	zo_hom_tatoo54	Brow of Fancy Tatoo	a	the	Brow of Fancy Tatoos	\d	the	
    -_441A95242F64EEE3	zo_hom_tatoo55	Brow of Serenity Tatoo	a	the	Brow of Serenity Tatoos	\d	the	
    -_ADD5AFB3A958A778	zo_hom_tatoo56	Red Inlay Tatoo	a	the	Red Inlay Tatoos	\d	the	
    -_6BC73413AF274B2C	zo_hom_tatoo57	Purple Inlay Tatoo	a	the	Purple Inlay Tatoos	\d	the	
    -_7BDA1E8D37CCD8F2	zo_hom_tatoo58	Scripture of Devotion Tatoo	a	the	Scripture of Devotion Tatoos	\d	the	
    -_AAC8E4B32C03EA70	zo_hom_tatoo59	Casting Eye Tatoo	a	the	Casting Eye Tatoos	\d	the	
    -_E767DFA1AF081039	zo_hom_tatoo6	Tree of Zin Tatoo	a	the	Tree of Zin Tatoos	\d	the	
    -_AD97D0CEB0672F2D	zo_hom_tatoo60	Ty-Win Inlay Tatoo	a	the	Ty-Win Inlay Tatoos	\d	the	
    -_6FF7F8206DB48E80	zo_hom_tatoo61	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_E334B8AD6A85EF7A	zo_hom_tatoo62	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_1718B8B56AB50B53	zo_hom_tatoo63	Grain Inlay Tatoo	a	the	Grain Inlay Tatoos	\d	the	
    -_17287C6D2E294058	zo_hom_tatoo7	Mul-Zo Mauve Tatoo	a	the	Mul-Zo Mauve Tatoos	\d	the	
    -_557909E02F68846E	zo_hom_tatoo8	Won-Tu Stripes Tatoo	a	the	Won-Tu Stripes Tatoos	\d	the	
    -_E8974DE5ECE52383	zo_hom_tatoo9	Sli-Teng Mauve Tatoo	a	the	Sli-Teng Mauve Tatoos	\d	the	
    -_A4C9785CEA27B4BD	fy_hof_haircolor0	Grey	\d	the	Grey	\d	the	
    -_E7292860AA9874B1	fy_hof_haircolor1	Blond	\d	the	Blond	\d	the	
    -_A7C9306D6C37A8BB	fy_hof_haircolor2	Auburn	\d	the	Auburn	\d	the	
    -_A4C8746EEAF798B8	fy_hof_haircolor3	Red	\d	the	Red	\d	the	
    -_E78A2863AA989CBA	fy_hof_haircolor4	Brown	\d	the	Brown	\d	the	
    -_64292864AA9890A6	fy_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_A4C9785CEA27D0BD	fy_hom_haircolor0	Grey	\d	\d	Grey	\d	\d	
    -_E7292860AA9890B1	fy_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9306D6C37C4BB	fy_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_A4C8746EEAF7B4B8	fy_hom_haircolor3	Red	\d	\d	Red	\d	\d	
    -_E78A2863AA98B8BA	fy_hom_haircolor4	Brown	\d	\d	Brown	\d	\d	
    -_64292864AA98ACA6	fy_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F73ECA7	ma_hof_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA1790B1	ma_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7A8BB	ma_hof_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E874AD	ma_hof_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17B8A8	ma_hof_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17ACA6	ma_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F7308A7	ma_hom_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA17ACB1	ma_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7C4BB	ma_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E890AD	ma_hom_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17D4A8	ma_hom_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17C8A6	ma_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_665ED5EBE073ECA7	tr_hof_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28ACB1	tr_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28D4BA	tr_hof_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA2798BD	tr_hof_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7974B2	tr_hof_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB56BBD	tr_hof_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_665ED5EBE07308A7	tr_hom_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28C8B1	tr_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28F0BA	tr_hom_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA27B4BD	tr_hom_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7990B2	tr_hom_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB587BD	tr_hom_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_E7290073AAF7C4B1	zo_hof_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E073ECA7	zo_hof_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB56BBD	zo_hof_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978A8BB	zo_hof_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA278CBD	zo_hof_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D974B2	zo_hof_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_E7290073AAF7E0B1	zo_hom_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E07308A7	zo_hom_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB587BD	zo_hom_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978C4BB	zo_hom_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA27A8BD	zo_hom_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D990B2	zo_hom_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_2F7F777A32255660	fy_hof_hair_artistic01	Artistic Stiff Back Hairstyle	an	the	Artistic Stiff Back Hairstyles	\d	the	
    -_D0902F96797D4E12	fy_hof_hair_artistic02	Artistic Fringe and Tails Hairstyle	an	the	Artistic Fringe and Tails Hairstyles	\d	the	
    -_2B83B460B4B49ABD	fy_hof_hair_artistic03	Artistic Long Bunched Hairstyle	an	the	Artistic Long Bunched Hairstyles	\d	the	
    -_78AD57ED908291CF	fy_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_A27AC3628F4D2682	fy_hof_hair_artistic05	Artistic High Chignon Hairstyle	an	the	Artistic High Chignon Hairstyles	\d	the	
    -_8F92A1F7C8252280	fy_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_5561513BDDA6FE7F	fy_hof_hair_basic02	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_ED49968D5F52218A	fy_hof_hair_basic03	Basic Long Fringe Hairstyle	a	the	Basic Long Fringe Hairstyles	\d	the	
    -_5251193BDDA6FA6F	fy_hof_hair_basic04	Basic Flicked Hairstyle	a	the	Basic Flicked Hairstyles	\d	the	
    -_2E8707CF81603D15	fy_hof_hair_basic05	Basic Flame Hairstyle	a	the	Basic Flame Hairstyles	\d	the	
    -_DA0D9650FA1B2719	fy_hof_hair_style01	Stylish Streaky Fringe Hairstyle	a	the	Stylish Streaky Fringe Hairstyles	\d	the	
    -_ABE45E9CD892BA16	fy_hof_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_ECA4FACF47A2CE1F	fy_hof_hair_style03	Stylish Long Silky Hairstyle	a	the	Stylish Long Silky Hairstyles	\d	the	
    -_463BB1E964F542A8	fy_hof_hair_style04	Stylish Gubani Hairstyle	a	the	Stylish Gubani Hairstyles	\d	the	
    -_79DA17DE3110A320	fy_hof_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_B320677D32257260	fy_hom_hair_artistic01	Artistic Swept Back Hairstyle	an	the	Artistic Swept Back Hairstyles	\d	the	
    -_B467CB2F62F6DEA5	fy_hom_hair_artistic02	Artistic Top Tail Hairstyle	an	the	Artistic Top Tail Hairstyles	\d	the	
    -_78AD57ED9082A9CF	fy_hom_hair_artistic03	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_5133A817A96832E2	fy_hom_hair_artistic04	Artistic Crown and Tail Hairstyle	an	the	Artistic Crown and Tail Hairstyles	\d	the	
    -_86340642F4578128	fy_hom_hair_artistic05	Artistic Pride Hairstyle	an	the	Artistic Pride Hairstyles	\d	the	
    -_8F92A1F7C8253E80	fy_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_71AA7E78CB854685	fy_hom_hair_basic02	Basic Stubby Tail Hairstyle	a	the	Basic Stubby Tail Hairstyles	\d	the	
    -_5769C68392A1AA45	fy_hom_hair_basic03	Basic Stiff Back Hairstyle	a	the	Basic Stiff Back Hairstyles	\d	the	
    -_8FC2A1F7C8764671	fy_hom_hair_basic04	Basic Shaggy Hairstyle	a	the	Basic Shaggy Hairstyles	\d	the	
    -_3FF9988A02B60A8C	fy_hom_hair_basic05	Basic Izam Wings Hairstyle	a	the	Basic Izam Wings Hairstyles	\d	the	
    -_A15F3EFE3D0CE305	fy_hom_hair_style01	Stylish Flaming Sides Hairstyle	a	the	Stylish Flaming Sides Hairstyles	\d	the	
    -_ABE45E9CD892D616	fy_hom_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_2F74DAD04712D621	fy_hom_hair_style03	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_26048281D2664F1B	fy_hom_hair_style04	Stylish Bodoc Horns Hairstyle	a	the	Stylish Bodoc Horns Hairstyles	\d	the	
    -_79DA17DE3110BF20	fy_hom_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_FDB33C4800B68FEF	ma_hof_hair_artistic01	Artistic Long Headbanded Hairstyle	an	the	Artistic Long Headbanded Hairstyles	\d	the	
    -_B4678736DDF6C2A5	ma_hof_hair_artistic02	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_E36B7C123BD5FE91	ma_hof_hair_artistic03	Artistic Side Buns Hairstyle	an	the	Artistic Side Buns Hairstyles	\d	the	
    -_9E9F0F6FF1D5FE90	ma_hof_hair_artistic04	Artistic High Piled Hairstyle	an	the	Artistic High Piled Hairstyles	\d	the	
    -_8634E649F40F3128	ma_hof_hair_artistic05	Artistic Virgo/Blank Hairstyle	an	the	Artistic Virgo/Blank Hairstyle	\d	the	
    -_8F9241FEC8252280	ma_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_ADB8F9A2912C338E	ma_hof_hair_basic02	Bais Part Left Wedge Hairstyle	a	the	Bais Part Left Wedge Hairstyles	\d	the	
    -_ADE81297170031EB	ma_hof_hair_basic03	Basic Left Flicked Hairstyle	a	the	Basic Left Flicked Hairstyles	\d	the	
    -_5302A52EFC9CB186	ma_hof_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_8B7DD8917F661AF8	ma_hof_hair_basic05	Basic Long Wick Hairstyle	a	the	Basic Long Wick Hairstyle	\d	the	
    -_877B133566ECD7C8	ma_hof_hair_style01	Stylish Part Left Braided Hairstyle	a	the	Stylish Part Left Braided Hairstyles	\d	the	
    -_6A6572D40E04A2B0	ma_hof_hair_style02	Stylish High Tail Hairstyle	a	the	Stylish High Tail Hairstyles	\d	the	
    -_AE7572D40E748EBC	ma_hof_hair_style03	Stylish Yubo Tail Hairstyle	a	the	Stylish Yubo Tail Hairstyles	\d	the	
    -_5C95373BE55B03E9	ma_hof_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_14D037EE71253488	ma_hof_hair_style05	Noble Chignon Hairstyle	a	the	Noble Chignon Hairstyle	\d	the	
    -_F49F3F837025BA60	ma_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_2B83546336E4A6BD	ma_hom_hair_artistic02	Artistic Long Braided Hairstyle	an	the	Artistic Long Braided Hairstyles	\d	the	
    -_F48F0F6F7025C260	ma_hom_hair_artistic03	Artistic Baggy Tail Hairstyle	an	the	Artistic Baggy Tail Hairstyles	\d	the	
    -_23FE8FF1DECEE57B	ma_hom_hair_artistic04	Artistic Tabs Hairstyle	an	the	Artistic Tabs Hairstyles	\d	the	
    -_94B6F5782F80E531	ma_hom_hair_artistic05	Artistic Bevel Square with Ornament Hairstyle	an	the	Artistic Bevel Square with Ornament Hairstyle	\d	the	
    -_8F9241FEC8253E80	ma_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98B856925FB49146	ma_hom_hair_basic02	Basic Long Quiff Hairstyle	a	the	Basic Long Quiff Hairstyles	\d	the	
    -_89EFC9A26194F183	ma_hom_hair_basic03	Basic Flat Top Hairstyle	a	the	Basic Flat Top Hairstyles	\d	the	
    -_5302A52EFC9CCD86	ma_hom_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_CA7D3491A0B16E7C	ma_hom_hair_basic05	Basic Square Bob Hairstyle	a	the	Basic Square Bob Hairstyle	\d	the	
    -_E7345E881797430D	ma_hom_hair_style01	Stylish Short Wedge Hairstyle	a	the	Stylish Short Wedge Hairstyles	\d	the	
    -_96A502E1E1850671	ma_hom_hair_style02	Stylish Undercut Hairstyle	a	the	Stylish Undercut Hairstyles	\d	the	
    -_E8F4D673282C7B00	ma_hom_hair_style03	Stylish Tight Plaits Hairstyle	a	the	Stylish Tight Plaits Hairstyles	\d	the	
    -_5C95373BE55B1FE9	ma_hom_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_C3771D0F0CA64C79	ma_hom_hair_style05	Mektoub's Trunk Hairstyle	a	the	Mektoub's Trunk Hairstyle	\d	the	
    -_B467CB3DDDF6BEA5	tr_hof_hair_artistic01	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_8F36F7FA8B59F2C4	tr_hof_hair_artistic02	Artistic Moppy Hair and Cap Hairstyle	an	the	Artistic Moppy Hair and Cap Hairstyles	\d	the	
    -_77CDE7E6A4A02AB1	tr_hof_hair_artistic03	Artistic Chignon Hairstyle	an	the	Artistic Chignon Hairstyles	\d	the	
    -_78AD3BFB908291CF	tr_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_C8F502C34D00651B	tr_hof_hair_artistic05	Artistic Glasses Hairstyle	an	the	Artistic Glasses Hairstyle	\d	the	
    -_8F928505C8252280	tr_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_F74E17E994E43B59	tr_hof_hair_basic02	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_050396B6D9E4E159	tr_hof_hair_basic03	Basic Side Wave Hairstyle	a	the	Basic Side Wave Hairstyles	\d	the	
    -_55813549DDA6FE7F	tr_hof_hair_basic04	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_0AC04D4457D7127C	tr_hof_hair_basic05	Basic Savage Bangs Hairstyle	a	the	Basic Savage Bangs Hairstyle	\d	the	
    -_DDE5FF55269B33A1	tr_hof_hair_style01	Stylish High Twin Tails Hairstyle	a	the	Stylish High Twin Tails Hairstyles	\d	the	
    -_08678A5603528F83	tr_hof_hair_style02	Stylish Twin Tails and Fringe Hairstyle	a	the	Stylish Twin Tails and Fringe Hairstyles	\d	the	
    -_557546B25E850A6C	tr_hof_hair_style03	Stylish Piled-up Hairstyle	a	the	Stylish Piled-up Hairstyles	\d	the	
    -_2F84BEDE4712BA21	tr_hof_hair_style04	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_13C190FA9E3F4C1A	tr_hof_hair_style05	Tight Plait Hairstyle	a	the	Tight Plait Hairstyle	\d	the	
    -_F49F838A7025BA60	tr_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_349DFBDF64A00EB0	tr_hom_hair_artistic02	Artistic Bandana Hairstyle	an	the	Artistic Bandana Hairstyles	\d	the	
    -_BF3CF712D97E225D	tr_hom_hair_artistic03	Artistic Spiky Hairstyle	an	the	Artistic Spiky Hairstyles	\d	the	
    -_EFCF3B707533F5A4	tr_hom_hair_artistic04	Artistic Peaked Bob Hairstyle	an	the	Artistic Peaked Bob Hairstyles	\d	the	
    -_E6F11CDE25C5EDFA	tr_hom_hair_artistic05	Artistic Shoulder-length with Ribbon Hairstyle	an	the	Artistic Shoulder-length with Ribbon Hairstyle	\d	the	
    -_8F928505C8253E80	tr_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_320982A297F08E95	tr_hom_hair_basic02	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_A9E87660BF26B7E5	tr_hom_hair_basic03	Basic Beaded Fringe Hairstyle	a	the	Basic Beaded Fringe Hairstyles	\d	the	
    -_F76E17E994E45759	tr_hom_hair_basic04	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_09BD6BDDDAA7228A	tr_hom_hair_basic05	Basic Short Flame Hairstyle	a	the	Basic Short Flame Hairstyle	\d	the	
    -_454F22FADF757E87	tr_hom_hair_style01	Stylish Toggles Hairstyle	a	the	Stylish Toggles Hairstyles	\d	the	
    -_A4206ABF28CB37F9	tr_hom_hair_style02	Srylish Plaited Tail Hairstyle	a	the	Srylish Plaited Tail Hairstyles	\d	the	
    -_EA55F27A690C4311	tr_hom_hair_style03	Stylish Tufty Fringe Hairstyle	a	the	Stylish Tufty Fringe Hairstyles	\d	the	
    -_007FE6FAE136768A	tr_hom_hair_style04	Stylish Crested Hairstyle	a	the	Stylish Crested Hairstyles	\d	the	
    -_FA90CCFBEFF0C332	tr_hom_hair_style05	Powder Puff Hairstyle	a	the	Powder Puff Hairstyle	\d	the	
    -_45AE187B72B6324B	zo_hof_hair_artistic01	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_F98ECBF6A4A0FEA7	zo_hof_hair_artistic02	Artistic Crested Hairstyle	an	the	Artistic Crested Hairstyles	\d	the	
    -_75BC070BD1828DC9	zo_hof_hair_artistic03	Artistic Dreads Hairstyle	an	the	Artistic Dreads Hairstyles	\d	the	
    -_BAFCD70DDA7E0A5D	zo_hof_hair_artistic04	Artistic Wedge Hairstyle	an	the	Artistic Wedge Hairstyles	\d	the	
    -_78D8881C9717E6B2	zo_hof_hair_artistic05	Artistic Wick with Ornament Hairstyle	an	the	Artistic Wick with Ornament Hairstyle	\d	the	
    -_8F92790BC8252280	zo_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED47546	zo_hof_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_90533D0BC8161E6B	zo_hof_hair_basic03	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_1013E520B7E05685	zo_hof_hair_basic04	Basic Spiky Hairstyle	a	the	Basic Spiky Hairstyles	\d	the	
    -_4D5BBD4C34294CC9	zo_hof_hair_basic05	Basic Wicks Plated Behind Hairstyle	a	the	Basic Wicks Plated Behind Hairstyle	\d	the	
    -_EAF402B902C6F70C	zo_hof_hair_style01	Stylish Side Draped Hairstyle	a	the	Stylish Side Draped Hairstyles	\d	the	
    -_698416C902C6F70C	zo_hof_hair_style02	Stylish Side Twined Hairstyle	a	the	Stylish Side Twined Hairstyles	\d	the	
    -_6DC4D207542ED60A	zo_hof_hair_style03	Stylish Top Twined Hairstyle	a	the	Stylish Top Twined Hairstyles	\d	the	
    -_6AB4D2E047B2B204	zo_hof_hair_style04	Stylish High Piled Hairstyle	a	the	Stylish High Piled Hairstyles	\d	the	
    -_574994FBEE309F8B	zo_hof_hair_style05	Springlike Hairstyle	a	the	Springlike Hairstyle	\d	the	
    -_A7EB7F3D5F37F298	zo_hom_hair_artistic01	Artistic High Top Hairstyle	an	the	Artistic High Top Hairstyles	\d	the	
    -_45AE187B72B6524B	zo_hom_hair_artistic02	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_9E8F639773A53293	zo_hom_hair_artistic03	Artistic Long Spiky Hairstyle	an	the	Artistic Long Spiky Hairstyles	\d	the	
    -_359DDBF6E9A062B0	zo_hom_hair_artistic04	Artistic Trident Hairstyle	an	the	Artistic Trident Hairstyles	\d	the	
    -_9F7D681D9CED588D	zo_hom_hair_artistic05	Artistic Leaves with Complement to the Mask Hairstyle	an	the	Artistic Leaves with Complement to the Mask Hairstyle	\d	the	
    -_8F92790BC8253E80	zo_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED49146	zo_hom_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_321976A897F08E95	zo_hom_hair_basic03	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_90633D0BC8163A6B	zo_hom_hair_basic04	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_6E87DFE3C120591B	zo_hom_hair_basic05	Basic Seed Hairstyle	a	the	Basic Seed Hairstyle	\d	the	
    -_A77416C902F61F0C	zo_hom_hair_style01	Stylish High Twined Hairstyle	a	the	Stylish High Twined Hairstyles	\d	the	
    -_258416C902260F04	zo_hom_hair_style02	Stylish Back Twined Hairstyle	a	the	Stylish Back Twined Hairstyles	\d	the	
    -_A89416C902E63B12	zo_hom_hair_style03	Stylish Long Twined Hairstyle	a	the	Stylish Long Twined Hairstyles	\d	the	
    -_863B8907E2F56AA5	zo_hom_hair_style04	Stylish Dreads Hairstyle	a	the	Stylish Dreads Hairstyles	\d	the	
    -_7C20A0EE31BFBF31	zo_hom_hair_style05	Autumnal Hairstyle	an	the	Autumnal Hairstyle	\d	the	
    -_81A22678035CE9F0	ic_candy_stick	Candy Cane	a	the	Candy Canes	\d	the	
    -_6DF6933D6FDB589D	if1	Basic Forage Bale	a	the	Basic Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_AC545FA407698E0E	if2	Concentrated Forage Bale	a	the	Concentrated Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_D70F815824F8AC0A	if3	Small Forage Bale	a	the	Small Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 300 Hunger Points.
    -_A84322F366A92232	issf1	Feed Animal #1 Service	a	the	Feed Animal #1 Services	\d	the	The stable boy offers to feed your animal #1. Your animal will be able to eat its fill. 
    -_A84322F3A6C92233	issf2	Feed Animal #2 Service	a	the	Feed Animal #2 Services	\d	the	The stable boy offers to feed your animal #2. Your animal will be able to eat its fill. 
    -_A84322F3E6E92234	issf3	Feed Animal #3 Service	a	the	Feed Animal #3 Services	\d	the	The stable boy offers to feed your animal #3. Your animal will be able to eat its fill. 
    -_A84322F327092235	issf4	Feed Animal #4 Service	a	the	Feed Animal #4 Services	\d	the	The stable boy offers to feed your animal #4. Your animal will be able to eat its fill. 
    -_E2603CFF31C680C4	issfa	Feed Animals Service	a	the	Feed Animals Services	\d	the	The stable boy offers to feed all your animals that are in his stable. They will all be able to eat their fill. 
    -_403C2C23881C3897	potion_r_09_05	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_829D502388CD3C98	potion_r_10_12	Mystical Potion	a	the	Mystical Potions	\d	the	
    -_B142EBAAFF53F74E	kami_ring_of_vision	Ring of Vision	a	the	Rings of Vision	\d	the	
    -_F0BE359678CDC80C	missive_r_09_02	Missive	a	the	Missives	\d	the	
    -_3F4A9A959B3A2C6C	goo_covered_seeds	Goo-Covered Seeds	some	the	Goo-Covered Seeds	\d	the	
    -_4D85FF890E6AFA3E	r_10_05_recueil_poemes	Anthology of Poems	an	the	Anthologies of Poems	\d	the	
    -_2DCB688E21B8B4A4	iasl_gm	Tenwo	a	the	Tenwo	\d	the	
    -_17F88ADD3484C26B	R_09_12_grande_perle	Pearl of Syk	a	the	Pearls of Syk	\d	the	
    -_97FC72604CF4ED0F	iapsd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with very feeble constitution
    -_439D8F74BE4AFD32	iapsdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with feeble constitution
    -_D40576FD6D91CE3D	iapsdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with average constitution
    -_038AB4C3602E7018	iapsde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with above average constitution
    -_2F6B57078A74AFFB	iapsdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with excellent constitution
    -_9943DD5E8B04A089	iapsf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with very feeble constitution
    -_82AD42ECC0916832	iapsfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with feeble constitution
    -_14D054058A3EC63C	iapsfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with average constitution
    -_8259B8703EAE41F4	iapsfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with above average constitution
    -_0DEB28E10943B3AA	iapsff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with excellent constitution
    -_F2C2CF5A0D44A08D	iapsj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with very feeble constitution
    -_04ED42EC19105A32	iapsjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with feeble constitution
    -_15D0546A8806B646	iapsjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with average constitution
    -_81BAC8703E042175	iapsje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with above average constitution
    -_0D41085E08A4C3AE	iapsjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with excellent constitution
    -_863132EC8CD4A59A	iapsl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with very feeble constitution
    -_837D47F7AD7FBDC6	iapslc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with feeble constitution
    -_53E480B94190FD46	iapsld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with average constitution
    -_E69AACB101EABD10	iapsle	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with above average constitution
    -_D027A4F76D84A7F1	iapslf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with excellent constitution
    -_FE0FA17D3E56ACFA	ipma01	Focus Egg 1	a	the	Focus Eggs 1	\d	the	Instantly gives you 100 Focus points.
    -_FE0FA17E3E66B0FB	ipma02	Focus Egg 2	a	the	Focus Eggs 2	\d	the	Instantly gives you 200 Focus points.
    -_FE0FA17F3E76B4FC	ipma03	Focus Egg 3	a	the	Focus Eggs 3	\d	the	Instantly gives you 300 Focus points.
    -_FE0FA1803E86B8FD	ipma04	Focus Egg 4	a	the	Focus Eggs 4	\d	the	Instantly gives you 400 Focus points.
    -_FE0FA1813E96BCFE	ipma05	Focus Egg 5	a	the	Focus Eggs 5	\d	the	Instantly gives you 500 Focus points.
    -_FB0B0FAE5714D854	ipmb01	Stamina Egg 1	a	the	Stamina Eggs 1	\d	the	Instantly gives you 100 Stamina points.
    -_FB1B0FAE5724DC55	ipmb02	Stamina Egg 2	a	the	Stamina Eggs 2	\d	the	Instantly gives you 200 Stamina points.
    -_FB2B0FAE5734E056	ipmb03	Stamina Egg 3	a	the	Stamina Eggs 3	\d	the	Instantly gives you 300 Stamina points.
    -_FB3B0FAE5744E457	ipmb04	Stamina Egg 4	a	the	Stamina Eggs 4	\d	the	Instantly gives you 400 Stamina points.
    -_FB4B0FAE5754E858	ipmb05	Stamina Egg 5	a	the	Stamina Eggs 5	\d	the	Instantly gives you 500 Stamina points.
    -_A3A62D79DB673B60	ipmc01	Life Egg 1	a	the	Life Eggs 1	\d	the	Instantly gives you 100 Hit points
    -_A3C62D79DB673F61	ipmc02	Life Egg 2	a	the	Life Eggs 2	\d	the	Instantly gives you 200 Hit points
    -_A3E62D79DB674362	ipmc03	Life Egg 3	a	the	Life Eggs 3	\d	the	Instantly gives you 300 Hit points
    -_A3062D79DB674763	ipmc04	Life Egg 4	a	the	Life Eggs 4	\d	the	Instantly gives you 400 Hit points
    -_A3262D79DB674B64	ipmc05	Life Egg 5	a	the	Life Eggs 5	\d	the	Instantly gives you 500 Hit points
    -_6063D2453F27C6F1	ipmd01	Sap Egg 1	a	the	Sap Eggs 1	\d	the	Instantly gives you 100 Sap points
    -_A063D2453F37CAF2	ipmd02	Sap Egg 2	a	the	Sap Eggs 2	\d	the	Instantly gives you 200 Sap points
    -_E063D2453F47CEF3	ipmd03	Sap Egg 3	a	the	Sap Eggs 3	\d	the	Instantly gives you 300 Sap points
    -_2163D2453F57D2F4	ipmd04	Sap Egg 4	a	the	Sap Eggs 4	\d	the	Instantly gives you 400 Sap points
    -_6163D2453F67D6F5	ipmd05	Sap Egg 5	a	the	Sap Eggs 5	\d	the	Instantly gives you 500 Sap points
    -_9967E85B25F15A64	ipme01	Speed Egg 1	a	the	Speed Eggs 1	\d	the	Doubles your run speed for 10 seconds.
    -_9967E86025015E65	ipme02	Speed Egg 2	a	the	Speed Eggs 2	\d	the	Doubles your run speed for 15 seconds.
    -_9967E85B65116266	ipme03	Speed Egg 3	a	the	Speed Eggs 3	\d	the	Doubles your run speed for 20 seconds.
    -_9967E86065216667	ipme04	Speed Egg 4	a	the	Speed Eggs 4	\d	the	Doubles your run speed for 25 seconds.
    -_9967E85BA5316A68	ipme05	Speed Egg 5	a	the	Speed Eggs 5	\d	the	Doubles your run speed for 30 seconds.
    -_F26DCB060D18501B	ipmf01	Invulnerability Egg 1	an	the	Invulnerability Eggs 1	\d	the	Makes you invulnerable for 15 seconds. You cannot perform any actions whilst active.
    -_F27DD3060D18581B	ipmf02	Invulnerability Egg 2	an	the	Invulnerability Eggs 2	\d	the	Makes you invulnerable for 17 seconds. You cannot perform any actions whilst active.
    -_F28DDB060D18601B	ipmf03	Invulnerability Egg 3	an	the	Invulnerability Eggs 3	\d	the	Makes you invulnerable for 19 seconds. You cannot perform any actions whilst active.
    -_F29DBB070D18681B	ipmf04	Invulnerability Egg 4	an	the	Invulnerability Eggs 4	\d	the	Makes you invulnerable for 21 seconds. You cannot perform any actions whilst active.
    -_F2ADC3070D18701B	ipmf05	Invulnerability Egg 5	an	the	Invulnerability Eggs 5	\d	the	Makes you invulnerable for 23 seconds. You cannot perform any actions whilst active.
    -_DB311DB7E7B9730D	isadp_kami_1	'Ritual Breath of Ma-Duk' Service	a	the	'Ritual Breath of Ma-Duk' Services	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_016654FBFEAB7141	isadp_kami_2	'Sacred Breath of Ma-Duk' Service	a	the	'Sacred Breath of Ma-Duk' Services	\d	the	Accelerates the current rate of reduction of your death penalty
    -_AE2515E135AD26BF	isadp_kami_3	'Divine Breath of Ma-Duk' Service	a	the	'Divine Breath of Ma-Duk' Services	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_7637AD64A2F2A345	isadp_karavan_1	'Ritual Kiss of Jena' Service	a	the	'Ritual Kiss of Jena' Service	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_692E0EB5D0DC0B28	isadp_karavan_2	'Sacred Kiss of Jena' Service	a	the	'Sacred Kiss of Jena' Service	\d	the	Accelerates the current rate of reduction of your death penalty
    -_D542347F0DF0A77C	isadp_karavan_3	'Divine kiss of Jena' Service	a	the	'Divine Kiss of Jena' Service	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_34A595F283C3C0A4	icbm2sa	Retch Axe of the Barkers	a	the	Retch Axes of the Barkers	\d	the	
    -_E724E91052DCDF2A	icbm2sa_2	Retch Axe of the Woven Bridles	a	the	Retch Axes of the Woven Bridles	\d	the	
    -_9A17E531B3C4943A	icbm2sa_3	Retch Axe of the Watchers	a	the	Retch Axes of the Watchers	\d	the	
    -_47DE3093F681D152	icbm2pp	Krop Pike of the Border Guards	a	the	Krop Pikes of the Matisian Border Guards	\d	the	
    -_5A38CC85F5AD8B50	icbm2pp_2	Krop Pike of the Kitin Gatherers	a	the	Krop Pikes of the Kitin Gatherers	\d	the	
    -_6290E06024F278DA	icbm2pp_3	Krop Pike of the Ancient Dryads	a	the	Krop Pikes of the Ancient Dryads	\d	the	
    -_6E8BB0B0FFB082EE	icbm2bm	Kanka Mace of the Tutors	a	the	Kanka Maces of the Tutors	\d	the	
    -_ED2AF57C1743F494	icbm2bm_2	Kanka Mace of the Recoverers	a	the	Kanka Maces of the Recoverers	\d	the	
    -_BC0B03FE3B4CD688	icbm2ss	Flence Sword of the Silt Sculptors	a	the	Flence Swords of the Silt Sculptors	\d	the	
    -_FCB8B79F92E470F0	icbm2ss_2	Flence Sword of the Ecowarriors	a	the	Flence Swords of the Ecowarriors	\d	the	
    -_32B540B9778263C4	icbm1sa	Cleven Axe of the Leviers	a	the	Cleven Axes of the Leviers	\d	the	
    -_27F887DC8A1EBB89	icbm1sa_2	Cleven Axe of the Renegades	a	the	Cleven Axes of the Renegades	\d	the	
    -_EBB7A046FED16F35	icbm1sa_3	Cleven Axe of the Fraiders	a	the	Cleven Axes of the Fraiders	\d	the	
    -_546524D1FE7C7B1E	icbm1pd	Fyler Dagger of the Corsairs	a	the	Fyler Daggers of the Corsairs	\d	the	
    -_2049B5A6D0029C50	icbm1pd_2	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_4C3E08FC91BEB069	icbm1pd_3	Fyler Dagger of the Cuzans	a	the	Fyler Daggers of the Cuzans	\d	the	
    -_4940D97F838E3064	icbm1ps	Palor Spear of the Hamazans	a	the	Palor Spears of the Hamazans	\d	the	
    -_8489AC4649EB7BA4	icbm1ps_2	Palor Spear of The Arid Matis	a	the	Palor Spears of The Arid Matis	\d	the	
    -_240D0C187511ADB7	icbm1ps_3	Palor Spear of the Sap Slaves	a	the	Palor Spears of the Sap Slaves	\d	the	
    -_2B7988AD7D405EE8	icbm1bm	Nanka Mace of the Sacred Sap	some	the	Nanka Maces of the Sacred Sap	\d	the	
    -_739B4DF98992C09F	icbm1bm_2	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9491F885383C2FC0	icbm1bm_3	Nanka Mace of the Gibads	a	the	Nanka Maces of the Gibads	\d	the	
    -_B2443A1D8E883E7E	icbm1bs	Eternal Tree Shopan Shaft	an	the	Eternal Tree Shopan Shafts	\d	the	
    -_141502B0C09677E8	icbm1bs_2	Shopan Staff of the Sap Gleaners	a	the	Shopan Staffs of the Sap Gleaners	\d	the	
    -_302925517C4B0570	icbm1bs_3	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_B2C3630E0928CE4F	icbm1ss	Tanner Sword of the Smugglers	a	the	Tanner Swords of the Smugglers	\d	the	
    -_CC8678AE739E6713	icbm1ss_2	Tanner Sword of the Slash and Burn	a	the	Tanner Swords of the Slash and Burn	\d	the	
    -_31C7EFDDC71BD88E	icbm1ss_3	Tanner Sword of the Lagoon Brothers	a	the	Tanner Swords of the Lagoon Brothers	\d	the	
    -_7C31B90EC021D0EF	icbr2a	Fraser Autolauncher of the Night Turners	a	the	Fraser Autolaunchers of the Night Turners	\d	the	
    -_0BC23687E60E118F	icbr2a_2	Fraser Autolauncher of the Dune Riders	a	the	Fraser Autolaunchers of the Dune Riders	\d	the	
    -_C892FA80269E19AC	icbr2a_3	Fraser Autolauncher of the Firebrands	a	the	Fraser Autolaunchers of the Firebrands	\d	the	
    -_41BC666723F68C5D	icbr2b	Ma-Kam Bowrifle of the Siblings of the Weeds	a	the	Ma-Kam Bowrifles of the Siblings of the Weeds	\d	the	
    -_C44917DCB2484C39	icbr2b_2	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_D31BA3E9F2F9B807	icbr2b_3	Ma-Kam Bowrifle of the Keepers	a	the	Ma-Kam Bowrifles of the Keepers	\d	the	
    -_C96301658F8B098F	icbr2l	Brazer Launcher of the Frahar Hunters	a	the	Brazer Launchers of the Frahar Hunters	\d	the	
    -_21B34E34301557E7	icbr2l_2	Brazer Launcher of the Lawless	a	the	Brazer Launchers of the Lawless	\d	the	
    -_9A72E994AFC87368	icbr1p	Maka Pistol of the First Deserters	a	the	Maka Pistols of the First Deserters	\d	the	
    -_6E64E38954A8CF89	icbr1p_2	Maka Pistol of the Darkening Sap	some	the	Maka Pistols of the Darkening Sap	\d	the	
    -_4A8D903202EB249A	icbr1p_3	Maka Pistol of the Slavers	a	the	Maka Pistols of the Slavers	\d	the	
    -_0E6007CB18696F22	icbr1b	Fletcher Bowpistol of the Green Seeds	a	the	Fletcher Bowpistols of the Green Seeds	\d	the	
    -_DB0A24AB8FD87060	icbr1b_2	Fletcher Bowpistol of the Chlorogoos	a	the	Fletcher Bowpistols of the Chlorogoos	\d	the	
    -_1DAA2C9891889848	icbr1b_3	Fletcher Bowpistol of the Cockroaches	a	the	Fletcher Bowpistols of the Cockroaches	\d	the	
    -_273AACE94B59B4AF	icbr2r	Boomer Rifle of the Shadow Runners	a	the	Boomer Rifles of the Shadow Runners	\d	the	
    -_53F1E542309E661E	icbr2r_2	Boomer Rifle of the Kuilde	a	the	Boomer Rifles of the Kuilde	\d	the	
    -_F823A05B300E2D2D	icbr2r_3	Boomer Rifle of the Root Tappers	a	the	Boomer Rifles of the Root Tappers	\d	the	
    -_256D35F2C5A70404	icbsb	Kastu Buckler of the Icon Worshippers	a	the	Kastu Bucklers of the Icon Worshippers	\d	the	
    -_601841A7547E24DB	icbsb_2	Kastu Buckler of the Beachcombers	a	the	Kastu Bucklers of the Beachcombers	\d	the	
    -_832B724EC96018AD	icbsb_3	Kastu Buckler of the Scorchers	a	the	Kastu Bucklers of the Scorchers	\d	the	
    -_FC842FBDC3C7D1CE	icbss	Water Breakers Stok Shield	a	the	Water Breakers Stok Shields	\d	the	
    -_012E2235343CB1AD	icbss_2	Stok Shield of the Pyromancers	a	the	Stok Shields of the Pyromancers	\d	the	
    -_B7894180CB07507E	icbss_3	Stok Shield of the Oasis Diggers	a	the	Stok Shields of the Oasis Diggers	\d	the	
    -_95829D6A573A7B56	test_scroll	Used Parchment	a	the	Used Parchments	\d	the	@{FFF9}This used parchment is unreadable...
    -_26A82E2C736968FF	ep2_large_bark_splinter	Large Fragment of Bark	a	the	Large Fragments of Bark	\d	the	
    -_43FF15B4E2428065	ep2_large_fibers	Large Handful of Fibers	a	the	Large Handfuls of Fibers	\d	the	
    -_7D8480F4EBD96ABB	ep2_large_root_piece	Large Piece of Root	a	the	Large Pieces of Root	\d	the	
    -_69B2A3328BF8B02E	ep2_large_trunk	Long Part of Trunk	a	the	Long Parts of Trunk	\d	the	
    -_3D228D8CD7612330	ep2_major_maduk_core	Major Part of Ma-Duk's Core	a	the	Major Parts of Ma-Duk's Core	\d	the	
    -_0291763EEFEE915A	ep2_major_symbol_part	Major Part of the Symbol	a	the	Major Parts of the Symbol	\d	the	
    -_E6BC0942CCCA3619	ep2_minor_maduk_core	Minor Part of ma-Duk's Core	a	the	Minor Parts of Ma-Duk's Core	\d	the	
    -_0311763EEF2EC162	ep2_minor_symbol_part	Minor Part of the Symbol	a	the	Minor Parts of the Symbol	\d	the	
    -_C9E6BE5AAEE3BCCB	ep2_small_bark_splinter	Small Fragment of Bark	a	the	Small Fragments of Bark	\d	the	
    -_C15021BFE960D46D	ep2_small_fibers	Small Handful of Fibers	a	the	Small Handfuls of Fiber	\d	the	
    -_4557FB3B22073DE9	ep2_small_root_piece	Small Piece of Root	a	the	Small Pieces of Root	\d	the	
    -_29D3BF398AD70C3C	ep2_small_trunk	Small Part of Trunk	a	the	Small Parts of Trunk	\d	the	
    -_BC5191C78EE1FED4	ep2_large_moss_patch	Large Handful of Moss	a	the	Large Handfuls of Moss	\d	the	
    -_8F9116D876F84899	ep2_small_bud	Small Ornamental Bud	a	the	Small Ornamental Buds	\d	the	
    -_42354CE71D952AF3	ep2_small_moss_patch	Small Handful of Moss	a	the	Small Handfuls of Moss	\d	the	
    -_CA00D6D66FD9887F	ep2_large_bud	Large Ornamental Bud	a	the	Large Ornamental Buds	\d	the	
    -_243FE7C75D08466D	ep2_high_brick	Higher Brick Wall	a	the	Higher Brick Walls	\d	the	
    -_5A2D672E92639F42	ep2_large_conglomerate	Big Conglomerate of Attics	a	the	Big Conglomerates of Attics	\d	the	
    -_15335AA51325C108	ep2_low_brick	Lower Brick Wall	a	the	Lower Brick Walls	\d	the	
    -_3614EEA5F764F0B3	ep2_major_column	Major Part of Column	a	the	Major Parts of Column	\d	the	
    -_F93BFE01FC38724D	ep2_major_justice_column	Major Part of the Column of Justice	a	the	Major Parts of the Column of Justice	\d	the	
    -_C91907D2BD773DB4	ep2_major_ornament	Major Ornamental Part	a	the	Major Ornamental Parts	\d	the	
    -_76ECE3AA52EEFAB6	ep2_large_patch_cover	Major Covering Plate	a	the	Major Covering Plates	\d	the	
    -_D12772F5D837E5D0	ep2_major_pedestal	Major Part of Pedestal	a	the	Major Parts of Pedestal	\d	the	
    -_1F95629D83FA01FD	ep2_major_statue_part	Major Part of Statue	a	the	Major Parts of Statue	\d	the	
    -_74A326AA36A443C1	ep2_minor_column	Minor Part of Column	a	the	Minor Parts of Column	\d	the	
    -_F93B0E0DFE78924D	ep2_minor_justice_column	Minor Part of the Column of Justice	a	the	Minor Parts of the Column of Justice	\d	the	
    -_C95927D6BFB75DB4	ep2_minor_ornament	Minor Ornamental Part	a	the	Minor Ornamental Parts	\d	the	
    -_798A83F9D4F9848D	ep2_small_patch_cover	Minor Covering Plate	a	the	Minor Covering Plates	\d	the	
    -_D16792F5D8B725D0	ep2_minor_pedestal	Minor Part of Pedestal	a	the	Minor Parts of Pedestal	\d	the	
    -_2195629D837A4101	ep2_minor_statue_part	Minor Part of Statue	a	the	Minor Parts of Statue	\d	the	
    -_5A2E534891E3CF49	ep2_small_conglomerate	Small Conglomerate of Attics	a	the	Small Conglomerates of Attics	\d	the	
    -_B946D567EE8D669A	ixpca01	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_B946D567EE9D669A	ixpca02	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_4A56CE942904FC4F	mp_kami_ep2_choice_50	Kamist Apprentice Resource	a	the	Kamist Apprentice Resources	\d	the	
    -_E30154F7841E225A	mp_kami_ep2_choice_100	Confirmed Kamist Resource	a	the	Confirmed Kamist Resources	\d	the	
    -_A4B470C76ABE73FC	mp_kami_ep2_choice_150	Initiated Kamist Resource	an	the	Initiated Kamist Resources	\d	the	
    -_20CEBCB42C5F8D00	mp_kami_ep2_choice_200	Kamist Expert Resource	a	the	Kamist Expert Resources	\d	the	
    -_2E34964F55DA0038	mp_kami_ep2_choice_250	Kamist Master Resource	a	the	Kamist Master Resources	\d	the	
    -_6E558502EC7CDD32	mp_kami_ep2_excellent_50	Major Kamist Apprentice Resource	a	the	Major Kamist Apprentice Resources	\d	the	
    -_62669AA9E4FB29E0	mp_kami_ep2_excellent_100	Major Confirmed Kamist Resource	a	the	Major Confirmed Kamist Resources	\d	the	
    -_0AA5DF73CD3A6EAA	mp_kami_ep2_excellent_150	Major Initiated Kamist Resource	a	the	Major Initiated Kamist Resources	\d	the	
    -_46163178C8BBC0AF	mp_kami_ep2_excellent_200	Major Kamist Expert Resource	a	the	Major Kamist Expert Resources	\d	the	
    -_DBF3D6F46C78DCDE	mp_kami_ep2_excellent_250	Major Kamist Master Resource	a	the	Major Kamist Master Resources	\d	the	
    -_CAB3B70586031CFA	mp_karavan_ep2_choice_50	Karavaneer Apprentice Resource	a	the	Karavaneer Apprentice Resources	\d	the	
    -_BE7AE521E2E8AA65	mp_karavan_ep2_choice_100	Confirmed Karavaneer Resource	a	the	Confirmed Karavaneer Resources	\d	the	
    -_E62841A7D71F1B1E	mp_karavan_ep2_choice_150	Initiated Karavaneer Resource	an	the	Initiated Karavaneer Resources	\d	the	
    -_C52A2DAA19EF4527	mp_karavan_ep2_choice_200	Karavaneer Expert Resource	a	the	Karavaneer Expert Resources	\d	the	
    -_31136B66F1D2E612	mp_karavan_ep2_choice_250	Karavaneer Master Resource	a	the	Karavaneer Master Resources	\d	the	
    -_B0D1E9B0340AD61B	mp_karavan_ep2_excellent_50	Major Karavaneer Apprentice Resource	a	the	Major Karavaneer Apprentice Resources	\d	the	
    -_A94757E98B1524D8	mp_karavan_ep2_excellent_100	Major Confirmer Karavaneer Resource	a	the	Major Confirmer Karavaneer Resources	\d	the	
    -_0BC32505BB1F502F	mp_karavan_ep2_excellent_150	Major Initiated Karavaneer Resource	a	the	Major Initiated Karavaneer Resources	\d	the	
    -_CC141990FDD7902A	mp_karavan_ep2_excellent_200	Major Karavaneer Expert Resource	a	the	Major Karavaneer Expert Resources	\d	the	
    -_4A8888E8FBA49B57	mp_karavan_ep2_excellent_250	Major Karavaneer Master Resource	a	the	Major Karavaneer Master Resources	\d	the	
    -_0C7D823B769D1769	ikaracp_ep2_1	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176A	ikaracp_ep2_2	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176B	ikaracp_ep2_3	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_B0C635D557B12EF9	ikamacp_ep2_1	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFA	ikamacp_ep2_2	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFB	ikamacp_ep2_3	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_8B7BA7F379203325	ickamss_ep2_1	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203326	ickamss_ep2_2	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203327	ickamss_ep2_3	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_A625A435D1E22B4C	ickarss_ep2_1	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4D	ickarss_ep2_2	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4E	ickarss_ep2_3	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_486B8F105E0B543E	itforagekam_ep2_1	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F115E0B543E	itforagekam_ep2_2	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F125E0B543E	itforagekam_ep2_3	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_5FE2906F3CAED478	itforagekar_ep2_1	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290703CAED478	itforagekar_ep2_2	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290713CAED478	itforagekar_ep2_3	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_3407F40DF2F658CC	icfahb_leader01	Dexton's Boots	\d	the	Dexton's Boots	\d	the	
    -_841CCF3E6143CB5B	icfahp_leader01	Dexton's Pants	\d	the	Dexton's Pants	\d	the	
    -_14AFEB231EB2AAA7	icfahs_leader01	Dexton's Sleeves	\d	the	Dexton's Sleeves	\d	the	
    -_2EBC623623188E53	icfahv_leader01	Dexton's Vest	a	the	Dexton's Vests	\d	the	
    -_AF77942FE32A2588	icmahb_leader01	Yrkanis' Boots	\d	the	Yrkanis' Boots	\d	the	
    -_9002BB052182574A	icmahp_leader01	Yrkanis' Pants	\d	the	Yrkanis' Pants	\d	the	
    -_1391E813AD6EA68A	icmahs_leader01	Yrkanis' Sleeves	\d	the	Yrkanis' Sleeves	\d	the	
    -_1C0C625EAB945A86	icmahv_leader01	Yrkanis' Vest	a	the	Yrkanis' Vests	\d	the	
    -_E8568D2E70E93680	ictamb_leader01	Still Wyler's Boots	\d	the	Still Wyler's Boots	\d	the	
    -_CCB57967D3102089	ictamp_leader01	Still Wyler's Pants	\d	the	Still Wyler's Pants	\d	the	
    -_E2117B9A37D9388B	ictams_leader01	Still Wyler's Sleeves	\d	the	Still Wyler's Sleeves	\d	the	
    -_15FAD4706BB74E19	ictamv_leader01	Still Wyler's Vest	a	the	Still Wyler's Vests	\d	the	
    -_FA54A01A254281EA	iczacb_leader01	Mabreka's Boots	\d	the	Mabreka's Boots	\d	the	
    -_C7EC13FB6EA376C5	iczacp_leader01	Mabreka's Robe	a	the	Mabreka's Robes	\d	the	
    -_88B077E76A308A52	iczacs_leader01	Mabreka's Sleeves	\d	the	Mabreka's Sleeves	\d	the	
    -_F1AF242166D57D76	iczacv_leader01	Mabreka's Vest	a	the	Mabreka's Vests	\d	the	
    -_5EF8BEE5BBF1D311	fy_weapon_leader_dexton	Dexton's Long Sword	a	the	Dexton's Long Swords	\d	the	
    -_120D3D7CCBE593D5	ma_weapon_leader_yrkanis	Yrkanis' Pike	a	the	Yrkanis' Pikes	\d	the	
    -_F139B14ECE8B4E73	tr_weapon_leader_still_wyler	Still Wyler's Pike	a	the	Still Wyler's Pikes	\d	the	
    -_67666051CB3B70C5	zo_weapon_leader_mabreka	Mabreka's Mace	a	the	Mabreka's Maces	\d	the	
    -_82EF8C138F8B7B35	fy_leader_01	Dexton's Haircut	a	the	Dexton's Haircuts	\d	the	
    -_7E0D5C762BC3A329	ma_leader_01	Yrkanis' Haircut	a	the	Yrkanis' Haircuts	\d	the	
    -_1AF10491FF318806	tr_leader_01	Still Wyler's Haircut	a	the	Still Wyler's Haircuts	\d	the	
    -_C07FC8F7A1DA1FBA	zo_leader_01	Mabreka's Haircut	a	the	Mabreka's Haircuts	\d	the	
    -_5B9D31D5996D12D1	icfja_2	Medium Quality Fyros Anklet	a	the	Medium Quality Fyros Anklets	\d	the	
    -_459769A179415487	icfjb_2	Medium Quality Fyros Bracelet	a	the	Medium Quality Fyros Bracelets	\d	the	
    -_A0587AA3EE12F010	icfjd_2	Medium Quality Fyros Diadem	a	the	Medium Quality Fyros Diadems	\d	the	
    -_DBE258B127D095BE	icfje_2	Medium Quality Fyros Earring	a	the	Medium Quality Fyros Earrings	\d	the	
    -_BA3E98912A2EB5BA	icfjp_2	Medium Quality Fyros Pendant	a	the	Medium Quality Fyros Pendants	\d	the	
    -_ECFBFFC18CA2F346	icfjr_2	Medium Quality Fyros Ring	a	the	Medium Quality Fyros Rings	\d	the	
    -_557D19D793DDFAD3	icmja_2	Medium Quality Matis Anklet	a	the	Medium Quality Matis Anklets	\d	the	
    -_BE9709A879413C89	icmjb_2	Medium Quality Matis Bracelet	a	the	Medium Quality Matis Bracelets	\d	the	
    -_1F882292B012F010	icmjd_2	Medium Quality Matis Diadem	a	the	Medium Quality Matis Diadems	\d	the	
    -_1C72F8B827709DA6	icmje_2	Medium Quality Matis Earring	a	the	Medium Quality Matis Earrings	\d	the	
    -_3B2DB491A94E55BB	icmjp_2	Medium Quality Matis Pendant	a	the	Medium Quality Matis Pendants	\d	the	
    -_EC6BFFB58EA02B46	icmjr_2	Medium Quality Matis Ring	a	the	Medium Quality Matis Rings	\d	the	
    -_DB471BCD1CDA650E	ictja_2	Medium Quality Tryker Anklet	a	the	Medium Quality Tryker Anklets	\d	the	
    -_C064A4310FD4542B	ictjb_2	Medium Quality Tryker Bracelet	a	the	Medium Quality Tryker Bracelets	\d	the	
    -_D4DF06FF0F41345D	ictjd_2	Medium Quality Tryker Diadem	a	the	Medium Quality Tryker Diadems	\d	the	
    -_FFA4EEE306DC16D2	ictje_2	Medium Quality Tryker Earring	a	the	Medium Quality Tryker Earrings	\d	the	
    -_723B4A3E56694683	ictjp_2	Medium Quality Tryker Pendant	a	the	Medium Quality Tryker Pendants	\d	the	
    -_54773AD3DB70C334	ictjr_2	Medium Quality Tryker Ring	a	the	Medium Quality Tryker Rings	\d	the	
    -_213BFD2D057ACA5D	iczja_2	Medium Quality Zoraï Anklet	a	the	Medium Quality Zoraï Anklets	\d	the	
    -_2E1E3141C25D205B	iczjb_2	Medium Quality Zoraï Bracelet	a	the	Medium Quality Zoraï Bracelets	\d	the	
    -_7C3F310DF1CB84E1	iczjd_2	Medium Quality Zoraï Diadem	a	the	Medium Quality Zoraï Diadems	\d	the	
    -_75E35FEA9BFFF6E8	iczje_2	Medium Quality Zoraï Earring	a	the	Medium Quality Zoraï Earrings	\d	the	
    -_B8977C62E7B45E20	iczjp_2	Medium Quality Zoraï Pendant	a	the	Medium Quality Zoraï Pendants	\d	the	
    -_D08F38A6A1DC1442	iczjr_2	Medium Quality Zoraï Ring	a	the	Medium Quality Zoraï Rings	\d	the	
    -_19DF8E385A5F1242	icfja_3	High Quality Fyros Anklet	a	the	High Quality Fyros Anklets	\d	the	
    -_F2691DF084E36B38	icfjb_3	High Quality Fyros Bracelet	a	the	High Quality Fyros Bracelets	\d	the	
    -_611527A72A25F03B	icfjd_3	High Quality Fyros Diadem	a	the	High Quality Fyros Diadems	\d	the	
    -_E6956604E3559844	icfje_3	High Quality Fyros Earring	a	the	High Quality Fyros Earrings	\d	the	
    -_6BA120CA00AB40DF	icfjp_3	High Quality Fyros Pendant	a	the	High Quality Fyros Pendants	\d	the	
    -_72EF8454C13E77DD	icfjr_3	High Quality Fyros Ring	a	the	High Quality Fyros Rings	\d	the	
    -_13BF8E38D97F9A4B	icmja_3	High Quality Matis Anklet	a	the	High Quality Matis Anklets	\d	the	
    -_F0195DFE84E36B38	icmjb_3	High Quality Matis Bracelet	a	the	High Quality Matis Bracelets	\d	the	
    -_61251791E695F03B	icmjd_3	High Quality Matis Diadem	a	the	High Quality Matis Diadems	\d	the	
    -_E6A4220BE355983E	icmje_3	High Quality Matis Earring	a	the	High Quality Matis Earrings	\d	the	
    -_E6003CCA00AB28DB	icmjp_3	High Quality Matis Pendant	a	the	High Quality Matis Pendants	\d	the	
    -_345F844E425D9BC5	icmjr_3	High Quality Matis Ring	a	the	High Quality Matis Rings	\d	the	
    -_C8DB0795C17AF717	ictja_3	High Quality Tryker Anklet	a	the	High Quality Tryker Anklets	\d	the	
    -_21C0AD6F356178A2	ictjb_3	High Quality Tryker Bracelet	a	the	High Quality Tryker Bracelets	\d	the	
    -_CD0F98F815232F7F	ictjd_3	High Quality Tryker Diadem	a	the	High Quality Tryker Diadems	\d	the	
    -_031770665F7A4D5B	ictje_3	High Quality Tryker Earring	a	the	High Quality Tryker Earrings	\d	the	
    -_F6317DB407205C4E	ictjp_3	High Quality Tryker Pendant	a	the	High Quality Tryker Pendants	\d	the	
    -_65C40DC0FB994136	ictjr_3	High Quality Tryker Ring	a	the	High Quality Tryker Rings	\d	the	
    -_CEFB56FA9585290F	iczja_3	High Quality Zoraï Anklet	a	the	High Quality Zoraï Anklets	\d	the	
    -_AA0944D1BC7D3376	iczjb_3	High Quality Zoraï Bracelet	a	the	High Quality Zoraï Bracelets	\d	the	
    -_0BA1CB83240164E5	iczjd_3	High Quality Zoraï Diadem	a	the	High Quality Zoraï Diadems	\d	the	
    -_DC1374F54E79A3A9	iczje_3	High Quality Zoraï Earring	a	the	High Quality Zoraï Earrings	\d	the	
    -_601DE4748BD6D6B7	iczjp_3	High Quality Zoraï Pendant	a	the	High Quality Zoraï Pendants	\d	the	
    -_E4FE1D78722C5FB1	iczjr_3	High Quality Zoraï Ring	a	the	High Quality Zoraï Rings	\d	the	
    -_69994A87D3E9AFE6	icokamm1bm_1	Tekorn-Duk Mace	a	the	Tekorn-Duk Maces	\d	the	
    -_AC1AB4788D87CCCB	icokamm1bs_1	Tekorn-Duk Staff	a	the	Tekorn-Duk Staffs	\d	the	
    -_669902955428AFDF	icokamm1pd_1	Tekorn-Duk Dagger	a	the	Tekorn-Duk Daggers	\d	the	
    -_28995E95CF98AFD5	icokamm1ps_1	Tekorn-Duk Spear	a	the	Tekorn-Duk Spears	\d	the	
    -_6599069811E8AFD6	icokamm1sa_1	Tekorn-Duk Axe	a	the	Tekorn-Duk Axes	\d	the	
    -_6CF393D8ECBC320C	icokamm1ss_1	Tekorn-Duk Sword	a	the	Tekorn-Duk Swords	\d	the	
    -_32C76F5274877DA9	icokamm2bm_1	Tekorn-Duk Two-handed Mace	a	the	Tekorn-Duk Two-handed Maces	\d	the	
    -_04BC21A37476F0AE	icokamm2ms_1	Maga-Duk Magic Amplifier	a	the	Maga-Duk Magic Amplifiers	\d	the	
    -_E919629594C9CFEB	icokamm2pp_1	Tekorn-Duk Pike	a	the	Tekorn-Duk Pikes	\d	the	
    -_32C71353B2367DA4	icokamm2sa_1	Tekorn-Duk Two-handed Axe	a	the	Tekorn-Duk Two-handed Axes	\d	the	
    -_D468620A871360D0	icokamm2ss_1	Tekorn-Duk Two-handed Sword	a	the	Tekorn-Duk Two-handed Swords	\d	the	
    -_A006541C5CAAA1FC	icokamr1b_1	Tekorn-Duk Bowpistol	a	the	Tekorn-Duk Bowpistols	\d	the	
    -_5686286DEC6DD7CF	icokamr1p_1	Tekorn-Duk Pistol	a	the	Tekorn-Duk Pistols	\d	the	
    -_D40531AE9C5E9456	icokamr2a_1	Tekorn-Duk Autolauncher	a	the	Tekorn-Duk Autolaunchers	\d	the	
    -_DF15400BFD88B150	icokamr2b_1	Tekorn-Duk Bowrifle	a	the	Tekorn-Duk Bowrifles	\d	the	
    -_DD941429F8C135BE	icokamr2l_1	Tekorn-Duk Launcher 	a	the	Tekorn-Duk Launchers	\d	the	
    -_73094F83B6955AB8	icokamr2r_1	Tekorn-Duk Rifle	a	the	Tekorn-Duk Rifles	\d	the	
    -_6AA573DA46F724C6	icokamtammo_1	Armilo-Duk Ammo Crafting Tool	an	the	Armilo-Duk Ammo Crafting Tools	\d	the	
    -_3CDA102BD423AF2F	icokamtarmor_1	Armilo-Duk Armor Crafting Tool	an	the	Armilo-Duk Armor Crafting Tools	\d	the	
    -_F927251819F17E69	icokamtjewel_1	Armilo-Duk Jewel Crafting Tool	an	the	Armilo-Duk Jewel Crafting Tools	\d	the	
    -_3816C182AB59C853	icokamtmwea_1	Armilo-Duk Melee Weapon Crafting Tool	an	the	Armilo-Duk Melee Weapon Crafting Tools	\d	the	
    -_9B034C529B2FC2F6	icokamtrwea_1	Armilo-Duk Range Weapon Crafting Tool	an	the	Armilo-Duk Range Weapon Crafting Tools	\d	the	
    -_0C2B4DDFC80B450D	icokamtforage_1	Greslin-Duk Pick	a	the	Greslin-Duk Picks	\d	the	
    -_28494A8991F873D0	icokamm1bm_2	Vedice-Duk Mace	a	the	Vedice-Duk Maces	\d	the	
    -_28DA9878CB96B4BB	icokamm1bs_2	Vedice-Duk Staff	a	the	Vedice-Duk Staffs	\d	the	
    -_25490297123773C9	icokamm1pd_2	Vedice-Duk Dagger	a	the	Vedice-Duk Daggers	\d	the	
    -_E7495E978DA773BF	icokamm1ps_2	Vedice-Duk Spear	a	the	Vedice-Duk Spears	\d	the	
    -_2449069ACFF773C0	icokamm1sa_2	Vedice-Duk Axe	a	the	Vedice-Duk Axes	\d	the	
    -_A90283D1EC4CF606	icokamm1ss_2	Vedice-Duk Sword	a	the	Vedice-Duk Swords	\d	the	
    -_AE875352B2966599	icokamm2bm_2	Vedice-Duk Two-handed Mace	a	the	Vedice-Duk Two-handed Maces	\d	the	
    -_5490ED6E56951A0D	icokamm2ms_2	Cheng-Duk Magic Amplifier	a	the	Cheng-Duk Magic Amplifiers	\d	the	
    -_A8C9629752D893D5	icokamm2pp_2	Vedice-Duk Pike	a	the	Vedice-Duk Pikes	\d	the	
    -_AE87F753F0456594	icokamm2sa_2	Vedice-Duk Two-handed Axe	a	the	Vedice-Duk Two-handed Axes	\d	the	
    -_51074A0587333CC1	icokamm2ss_2	Vedice-Duk Two-handed Sword	a	the	Vedice-Duk Two-handed Swords	\d	the	
    -_5E95000F9BCAA9FC	icokamr1b_2	Vedice-Duk Bowpistol	a	the	Vedice-Duk Bowpistols	\d	the	
    -_5696E04FEA8DD7D3	icokamr1p_2	Vedice-Duk Pistol	a	the	Vedice-Duk Pistols	\d	the	
    -_5315F5AADB5E7847	icokamr2a_2	Vedice-Duk Autolauncher	a	the	Vedice-Duk Autolaunchers	\d	the	
    -_5ED5400DBB97753A	icokamr2b_2	Vedice-Duk Bowrifle	a	the	Vedice-Duk Bowrifles	\d	the	
    -_5C54142BB6D0F9A8	icokamr2l_2	Vedice-Duk Launcher	a	the	Vedice-Duk Launchers	\d	the	
    -_70283F7CB6251EB2	icokamr2r_2	Vedice-Duk Rifle	a	the	Vedice-Duk Rifles	\d	the	
    -_F7F76812F3FE5FC1	icokamtammo_2	Rubbarn-Duk Ammo Crafting Tool	a	the	Rubbarn-Duk Ammo Crafting Tools	\d	the	
    -_BF19DC342049BF53	icokamtarmor_2	Rubbarn-Duk Armor Crafting Tool	a	the	Rubbarn-Duk Armor Crafting Tools	\d	the	
    -_3E34D12862048C54	icokamtjewel_2	Rubbarn-Duk Jewel Crafting Tool	a	the	Rubbarn-Duk Jewel Crafting Tools	\d	the	
    -_66A16498C5521E46	icokamtmwea_2	Rubbarn-Duk Melee Weapon Crafting Tool	a	the	Rubbarn-Duk Melee Weapon Crafting Tools	\d	the	
    -_1F907A18C7E1835B	icokamtrwea_2	Rubbarn-Duk Range Weapon Crafting Tool	a	the	Rubbarn-Duk Range Weapon Crafting Tools	\d	the	
    -_08ED1DC04963A90E	icokamtforage_2	Egiros-Duk Pick	an	the	Egiros-Duk Picks	\d	the	
    -_2A986E7754E9C3E6	icokarm1bm_1	Tekorn-Jen Mace	a	the	Tekorn-Jen Maces	\d	the	
    -_6D19CC7B89E7E0CB	icokarm1bs_1	Tekorn-Jen Staff	a	the	Tekorn-Jen Staffs	\d	the	
    -_27982685D528C3DF	icokarm1pd_1	Tekorn-Jen Dagger	a	the	Tekorn-Jen Daggers	\d	the	
    -_E99882855098C3D5	icokarm1ps_1	Tekorn-Jen Spear	a	the	Tekorn-Jen Spears	\d	the	
    -_26982A8892E8C3D6	icokarm1sa_1	Tekorn-Jen Axe	a	the	Tekorn-Jen Axes	\d	the	
    -_6C2353DEADBB5E0C	icokarm1ss_1	Tekorn-Jen Sword	a	the	Tekorn-Jen Swords	\d	the	
    -_F3C6875570E791A9	icokarm2bm_1	Tekorn-Jen Two-handed Mace	a	the	Tekorn-Jen Two-handed Maces	\d	the	
    -_85BC2D93F576109E	icokarm2ms_1	Maga-Jen Magic Amplifier	a	the	Maga-Jen Magic Amplifiers	\d	the	
    -_AA18868515C9E3EB	icokarm2pp_1	Tekorn-Jen Pike	a	the	Tekorn-Jen Pikes	\d	the	
    -_F3C62B56AE9691A4	icokarm2sa_1	Tekorn-Jen Two-handed Axe	a	the	Tekorn-Jen Two-handed Axes	\d	the	
    -_D4686EFAC9128CD0	icokarm2ss_1	Tekorn-Jen Two-handed Sword	a	the	Tekorn-Jen Two-handed Swords	\d	the	
    -_A006541C1DD98D02	icokarr1b_1	Tekorn-Jen Bowpistol	a	the	Tekorn-Jen Bowpistols	\d	the	
    -_5886286DEC6D03AF	icokarr1p_1	Tekorn-Jen Pistol	a	the	Tekorn-Jen Pistols	\d	the	
    -_D4053D9E1D8E685C	icokarr2a_1	Tekorn-Jen Autolauncher	a	the	Tekorn-Jen Autolaunchers	\d	the	
    -_A01464FB7E88C550	icokarr2b_1	Tekorn-Jen Bowrifle	a	the	Tekorn-Jen Bowrifles	\d	the	
    -_9E93381979C149BE	icokarr2l_1	Tekorn-Jen Launcher	a	the	Tekorn-Jen Launchers	\d	the	
    -_73390F89779486B8	icokarr2r_1	Tekorn-Jen Rifle	a	the	Tekorn-Jen Rifles	\d	the	
    -_ACA48BDA46F744B6	icokartammo_1	Armilo-Jen Ammo Crafting Tool	an	the	Armilo-Jen Ammo Crafting Tools	\d	the	
    -_FDD9282BD4538335	icokartarmor_1	Armilo-Jen Armor Crafting Tool	an	the	Armilo-Jen Armor Crafting Tools	\d	the	
    -_BA263D181921526F	icokartjewel_1	Armilo-Jen Jewel Crafting Tool	an	the	Armilo-Jen Jewel Crafting Tools	\d	the	
    -_F915E5722C59DC53	icokartmwea_1	Armilo-Jen Melee Weapon Crafting Tool	an	the	Armilo-Jen Melee Weapon Crafting Tools	\d	the	
    -_9B034C521D2D06F6	icokartrwea_1	Armilo-Jen Range Weapon Crafting Tool	an	the	Armilo-Jen Range Weapon Crafting Tools	\d	the	
    -_08BB0DE5C80B5910	icokartforage_1	Greslin-Jen Pick	a	the	Greslin-Jen Picks	\d	the	
    -_E9486E7912F887D0	icokarm1bm_2	Vedice-Jen Mace	a	the	Vedice-Jen Maces	\d	the	
    -_E9D9B07BC7F6C8BB	icokarm1bs_2	Vedice-Jen Staff	a	the	Vedice-Jen Staffs	\d	the	
    -_E6482687933787C9	icokarm1pd_2	Vedice-Jen Dagger	a	the	Vedice-Jen Daggers	\d	the	
    -_A84882870EA787BF	icokarm1ps_2	Vedice-Jen Spear	a	the	Vedice-Jen Spears	\d	the	
    -_E5482A8A50F787C0	icokarm1sa_2	Vedice-Jen Axe	a	the	Vedice-Jen Axes	\d	the	
    -_A93243D7AD4B2206	icokarm1ss_2	Vedice-Jen Sword	a	the	Vedice-Jen Swords	\d	the	
    -_6F866B55AEF67999	icokarm2bm_2	Vedice-Jen Two-handed Mace	a	the	Vedice-Jen Two-handed Maces	\d	the	
    -_54C0AD741794460D	icokarm2ms_2	Cheng-Jen Magic Amplifier	a	the	Cheng-Jen Magic Amplifiers	\d	the	
    -_69C88687D3D8A7D5	icokarm2pp_2	Vedice-Jen Pike	a	the	Vedice-Jen Pikes	\d	the	
    -_6F860F56ECA57994	icokarm2sa_2	Vedice-Jen Two-handed Axe	a	the	Vedice-Jen Two-handed Axes	\d	the	
    -_510756F5C93268C1	icokarm2ss_2	Vedice-Jen Two-handed Sword	a	the	Vedice-Jen Two-handed Swords	\d	the	
    -_5E95000F5CF99502	icokarr1b_2	Vedice-Jen Bowpistol	a	the	Vedice-Jen Bowpistols	\d	the	
    -_5896E04FEA8D03B3	icokarr1p_2	Vedice-Jen Pistol	a	the	Vedice-Jen Pistols	\d	the	
    -_5315019A5C8E4C4D	icokarr2a_2	Vedice-Jen Autolauncher	a	the	Vedice-Jen Autolaunchers	\d	the	
    -_1FD464FD3C97893A	icokarr2b_2	Vedice-Jen Bowrifle	a	the	Vedice-Jen Bowrifles	\d	the	
    -_1D53381B37D00DA8	icokarr2l_2	Vedice-Jen Launcher	a	the	Vedice-Jen Launchers	\d	the	
    -_7058FF8277244AB2	icokarr2r_2	Vedice-Jen Rifle	a	the	Vedice-Jen Rifles	\d	the	
    -_78F76812F32E3FB7	icokartammo_2	Rubbarn-Jen Ammo Crafting Tool	a	the	Rubbarn-Jen Ammo Crafting Tools	\d	the	
    -_BB79DC371CA9D356	icokartarmor_2	Rubbarn-Jen Armor Crafting Tool	a	the	Rubbarn-Jen Armor Crafting Tools	\d	the	
    -_3A94D12B5E64A057	icokartjewel_2	Rubbarn-Jen Jewel Crafting Tool	a	the	Rubbarn-Jen Jewel Crafting Tools	\d	the	
    -_E7D1249EC5523E36	icokartmwea_2	Rubbarn-Jen Melee Weapon Crafting Tool	a	the	Rubbarn-Jen Melee Weapon Crafting Tools	\d	the	
    -_1F90860B4441975B	icokartrwea_2	Rubbarn-Jen Range Weapon Crafting Tool	a	the	Rubbarn-Jen Range Weapon Crafting Tools	\d	the	
    -_081DE9B6CA63BD0E	icokartforage_2	Egiros-Jen Pick	an	the	Egiros-Jen Pick	\d	the	
    -_0B10D2FD9A628226	ipoc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C84C34B9177BAB03	ipoc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A604786A580A843	ipoc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6EDCF9BCF9608001	ipoc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_4377DC8A263C91DC	ipoc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B71C830BB923DA9A	ipoc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_79EE9177525A35F4	ipoc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B4CC70E197BCA9F	ipoc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_C3317655D5EC4945	ipoc_hp	Life Flower	a	the	Life Flowers	\d	the	
    -_157C700C25EE6035	ipoc_sap	Sap Flower	a	the	Sap Flowers	\d	the	
    -_38EDCF0B34438E98	ipoc_sta	Stamina Flower	a	the	Stamina Flowers	\d	the	
    -_3E8D7D5D1BFBF626	ipoc_foc	Concentration Flower	a	the	Concentration Flowers	\d	the	
    -_1EA446B7FC1BF987	ipop_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	Provides a temporary boost to your Acid Protection
    -_20C1F04E790A2260	ipop_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	Provides a temporary boost to your Cold Protection
    -_1EB526C8BDDB3D87	ipop_rot	Brown Almond	a	the	Brown Almonds	\d	the	Provides a temporary boost to your Rot Protection
    -_A1A44AD3808A0D0D	ipop_fir	Red Almond	a	the	Red Almonds	\d	the	Provides a temporary boost to your Fire Protection
    -_4BA0B60B17BC21F9	ipop_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	Provides a temporary boost to your Shockwave Protection
    -_5D456ABBFFDB358D	ipop_poi	Green Almond	a	the	Green Almonds	\d	the	Provides a temporary boost to your Poison Protection
    -_50DE5EC815F2E676	ipop_elc	Purple Almond	a	the	Purple Almonds	\d	the	Provides a temporary boost to your Electricity Protection
    -_B6B085F2810FF9A9	ipor_des	Red Nut	a	the	Red Nuts	\d	the	
    -_B6B085FFC4DFE9AD	ipor_for	Green Nut	a	the	Green Nuts	\d	the	
    -_B6B08500FF9ECD99	ipor_lak	Blue Nut	a	the	Blue Nuts	\d	the	
    -_E506F27247EEF0D1	ipor_jun	Purple Nut	a	the	Purple Nuts	\d	the	
    -_B6B085F9C111F599	ipor_pri	Brown Nut	a	the	Brown Nuts	\d	the	
    -_D6FAB5B73BA43B99	ipoi_inv	Spy Spores	some	the	Spy Spores	\d	the	
    -_CC05C2E33D915C5E	ipoi_fy	Fyr Spores	some	the	Fyr Spores	\d	the	
    -_DEA1D6B8D332C858	ipoi_ma	Matia Spores	some	the	Matia Spores	\d	the	
    -_3B2EC38584C53DA4	ipoi_tr	Trykoth Spores	some	the	Trykoth Spores	\d	the	
    -_5D51EAB656E33050	ipoi_zo	Zoran Spores	some	the	Zoran Spores	\d	the	
    -_0B41D2FD9A628226	iprc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C87D34B9177BAB03	iprc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A914786A580A843	iprc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6E0DF9BCF9608001	iprc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_43A8DC8A263C91DC	iprc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B74D830BB923DA9A	iprc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_791F9177525A35F4	iprc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B7DC70E197BCA9F	iprc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_1ED546B7FC1BF987	iprp_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	
    -_20F2F04E790A2260	iprp_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	
    -_1EE626C8BDDB3D87	iprp_rot	Brown Almond	a	the	Brown Almonds	\d	the	
    -_A1D54AD3808A0D0D	iprp_fir	Red Almond	a	the	Red Almonds	\d	the	
    -_4BD1B60B17BC21F9	iprp_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	
    -_5D766ABBFFDB358D	iprp_poi	Green Almond	a	the	Green Almonds	\d	the	
    -_500F5EC815F2E676	iprp_elc	Purple Almond	a	the	Purple Almonds	\d	the	
    -_5B292ABC166202FC	ittool	Tool Crafting Tool	a	the	Tool Crafting Tools	\d	the	
    -_781F3B23F1FC6874	citizenship_bothaya_fire	Bothaya Fire	a	the	Bothaya Fires	\d	the	
    -_C9C78A8D626506B3	citizenship_cold_pearl	Cold Pearl of Loyalty	a	the	Cold Pearls of Loyalty	\d	the	
    -_F15F24A3BD5F184D	citizenship_sac_veilleur	Watchman's Bag	a	the	Watchman's Bags	\d	the	
    -_E6C148CDA2CDC3C4	citizenship_shining_pearl	Shining Pearl of Loyalty	a	the	Shining Pearls of Loyalty	\d	the	
    -_463D0A257112CBA1	citizenship_stolen_offerings	Stolen Offerings	some	the	Stolen Offerings	\d	the	
    -_AB32E9B854AB4DB8	citizenship_rotoa_flower	Bravichi Rotoa Flower	a	the	Bravichi Rotoa Flowers	\d	the	
    -_44858B7D29BDEAB2	citizenship_lacustre_beer	Avendale Lakes Beer	an	the	Avendale Lakes Beers	\d	the	
    -_EBA3C52802631EF8	citizenship_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_63D22082FD4E2717	citizenship_stolen_ressources	Stolen Kami Resources	some	the	Stolen Kami Resources	\d	the	
    -_2A0CF33B55BF0A2F	ipk_minor_warrior	Minor Warrior Potion	a	the	Minor Warrior Potions	\d	the	
    -_2A8CB33B557FEA2F	ipk_major_warrior	Major Warrior Potion	a	the	Major Warrior Potions	\d	the	
    -_6D47445A828895E3	ipk_minor_mage	Minor Mage Potion	a	the	Minor Mage Potions	\d	the	
    -_6CC7445A81C875E3	ipk_major_mage	Major Mage Potion	a	the	Major Mage Potions	\d	the	
    -_4D4D69F58483E145	ipk_minor_artisan	Minor Artisan Potion	a	the	Minor Artisan Potions	\d	the	
    -_4D0D49F18243C145	ipk_major_artisan	Major Artisan Potion	a	the	Major Artisan Potions	\d	the	
    -_C37C1F3DABFC5448	ipk_minor_power	Minor Power Potion	a	the	Minor Power Potions	\d	the	
    -_C37C0F31A9BC3448	ipk_major_power	Major Power Potion	a	the	Major Power Potions	\d	the	
    -_C22CC4C5B5CC61B5	ipk_minor_reju	Minor Regeneration Potion	a	the	Minor Regeneration Potions	\d	the	
    -_C1ACC4C5B40C41B5	ipk_major_reju	Major Regeneration Potion	a	the	Major Regeneration Potions	\d	the	
    -_96381D4CAE803C2E	ipk_minor_life	Minor Life Potion	a	the	Minor Life Potions	\d	the	
    -_96F8FD4CADC01C2E	ipk_major_life	Major Life Potion	a	the	Major Life Potions	\d	the	
    -_363B81A0E743D027	ipk_minor_strength	Minor Strength Potion	a	the	Minor Strength Potions	\d	the	
    -_35BB819CE503B027	ipk_major_strength	Major Strength Potion	a	the	Major Strength Potions	\d	the	
    -_1055D22AED3E7576	ipk_minor_intel	Minor Intelligence Potion	a	the	Minor Intelligence Potions	\d	the	
    -_0FD5D226EBFE5576	ipk_major_intel	Major Intelligence Potion	a	the	Major Intelligence Potions	\d	the	
    -_43B5AD04B9AEF52F	ipk_minor_dext	Minor Dexterity Potion	a	the	Minor Dexterity Potions	\d	the	
    -_43B5AD00B6EED52F	ipk_major_dext	Major Dexterity Potion	a	the	Major Dexterity Potions	\d	the	
    -_90803A412AE94991	ipk_almati_artisan	Almati Artisan Potion	an	the	Almati Artisan Potions	\d	the	
    -_9DDD01BB14051679	ipk_almati_mage	Almati Mage Potion	an	the	Almati Mage Potions	\d	the	
    -_04BD8EFD532D089D	ipk_almati_warrior	Almati Warrior Potion	an	the	Almati Warrior Potions	\d	the	
    -_A3294A0EE698BC68	newbie_diadem	Prince diadem	a	the	Prince diadems	\d	the	
    -_2CFA505EABE7886E	newbie_plans	Bandits' plan	a	the	Bandits' plans	\d	the	
    -_41CAE926E58577C0	nbland_goo_device	Goo Remover	a	the	Goo Removers	\d	the	
    -_AAB11529EB563BBE	nbland_flasque	Healing Mixture	a	the	Healing Mixtures	\d	the	
    -_E039B78037CDA0C5	conso_constit_mineskitins	Kitin's Lair Resitance Flower	a	the	Kitin's Lair Resitance Flower	\d	the	
    -_594A79EE74D9B047	conso_focus_mineskitins	Kitin's Lair Focus Flower	a	the	Kitin's Lair Focus Flower	\d	the	
    -_9803F83FD006CB90	conso_sap_mineskitins	Kitin's Lair Sap Flower	a	the	Kitin's Lair Sap Flower	\d	the	
    -_F362CF34BBB3B830	conso_strength_mineskitins	Kitin's Lair Strength Flower	a	the	Kitin's Lair Strength Flower	\d	the	
    -_1456C60F8261032E	lettre_echantillon_kitiniere	Letter to give to Xan Mi Chong	a	the	Letters to give to Xan Mi Chong	\d	the	
    -_0D4534BEAF06C32D	cartographier_kitiniere_parchemin_vierge	Blank card to be completed on Kitin reconnaissance missions	a	the	Blank cards to be completed on Kitin reconnaissance missions	\d	the	
    -_61B4C365F074FB6D	cartographier_kitiniere_parchemin_full	Card to be completed on Kitin reconnaissance missions 	a	the	Cards to be completed on Kitin reconnaissance missions 	\d	the	
    -_FEDCD7B21DF0D7EB	source_magik_echantillon_kitiniere	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_BE7F2C803E82589C	source_magik_magies_minieres	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_925E29A03FF5E9C9	fragment_carapace_kitin_encore_plus_solide	Fragment of Kitin Shell	a	the	Fragments of Kitin Shell	\d	the	
    -_555D9879B318BD68	extrait_substance_question_de_force	Extract of Kitin Strength Substance	an	the	Extracts of Kitin Strength Substance	\d	the	
    -_EB36754BA2D3BBC5	extrait_substance_royale	Extract of the Kitin Royal Substance	an	the	Extracts of the Kitin Royal Substance	\d	the	
    -_8E2A5C4993B0CB0F	residu_doeuf_kitin_residus_doeufs	Kitin Egg Residue	a	the	Kitin Egg Residues	\d	the	
    -_D92FB037659E3455	tcm_chlorogoo_drug	Chlorogoo Drug	a	the	Chlorogoo Drugs	\d	the	
    -_DEFEEE4EA755B3B7	tcm_explosive	Karavan Powerful Explosive	a	the	Karavan Powerful Explosives	\d	the	
    -_F706FC93FF1B6D70	tcm_goo_extractor	Goo Extraction Accelerator	a	the	Goo Extraction Accelerators	\d	the	
    -_6E56B38B97E095E7	tcm_goo_pure_residue	Pure Goo Residue	a	the	Pure Goo Residues	\d	the	
    -_7BF1E45CFD977992	tcm_goo_repulsor	Goo Repulsant	a	the	Goo Repulsants	\d	the	
    -_2C28F9187ED55D88	tcm_goo_residue	Goo Residue	a	the	Goo Residues	\d	the	
    -_0FDF8E336C2361DD	tcm_goo_techno_frag	Technological Fragment	a	the	Technological Fragments	\d	the	
    -_DF28A060A0331FC9	tcm_infected_flesh	Infected Flesh	an	the	Infected Flesh	\d	the	
    -_F7A99AED90927EFA	tcm_kami_drug	Kami Stimulant	a	the	Kami Stimulants	\d	the	
    -_564298407E40B896	tcm_shaman_stick	Invocation Sceptre	an	the	Invocation Sceptres	\d	the	
    -_E1886F9CEB91A418	tcm_tete_chad	Chad's Head	\d	\d	Chad's Heads	\d	the	
    -_E9D4342B3F6D60CD	conso_strength_substance_royale	Kitin Strength Potion	a	the	Kitin Strength Potions	\d	the	
    -_FE6D489A60EDC717	materiau1_encore_plus_resistante	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_AE647367361E92DE	materiau2_encore_plus_resistante	Kitin Amber	some	the	Kitin Amber	\d	the	
    -_40ED4FA1227D7664	materiau3_encore_plus_resistante	Kitin Noble Material	a	the	Kitin Noble Materials	\d	the	
    -_1CD5DD3D0985523F	materiau1_nouvelle_armure	Kitin Shell	a	the	Kitin Shells	\d	the	
    -_5955814DCCAF2A46	materiau2_nouvelle_armure	Kitin Ligament	a	the	Kitin Ligaments	\d	the	
    -_4A263A3EB78B4E97	materiau3_nouvelle_armure	Kitin Bone	a	the	Kitin Bones	\d	the	
    -_A2379402240CC3FA	m0757dxapd01	Choice Corrupted Jugula Skin	a	the	Choice Corrupted Jugula Skins	\d	the	
    -_8BB7874066711780	m0758dxape01	Excellent Corrupted Gingo Fur	an	the	Excellent Corrupted Gingo Furs	\d	the	
    -_5F7816DA9A4F46AE	m0759dxape01	Excellent Corrupted Igara Skin	an	the	Excellent Corrupted Igara Skins	\d	the	
    -_0304DB38F2EFEE1C	m0760dxape01	Excellent Corrupted Psykopla Moss	some	the	Excellent Corrupted Psykopla Moss	\d	the	
    -_60D8BCF7E10D5F09	m0761dxapd01	Choice Corrupted Torbak Skin	a	the	Choice Corrupted Torbak Skins	\d	the	
    -_E1E700FB658C9BF0	m0762dxapd01	Choice Corrupted Kinrey Silk	a	the	Choice Corrupted Kinrey Silks	\d	the	
    -_69E6BA7322362C0D	m0763dxape01	Excellent Corrupted Cratcha Leaf	an	the	Excellent Corrupted Cratcha Leaves	\d	the	
    -_887083F2C555667F	m0764dxape01	Excellent Corrupted Kizoar Silk	an	the	Excellent Corrupted Kizoar Silks	\d	the	
    -_70F01D4DF23FED34	m0765dxapf01	Supreme Valcorenoch Skin	a	the	Supreme Valcorenoch Skins	\d	the	
    -_8E8EA2180B99EA71	m0766dxapd01	Choice Corrupted Kipesta Purse	a	the	Choice Corrupted Kipesta Purses	\d	the	
    -_3F2231C72992CB7D	m0767dxape01	Excellent Corrupted Jubla Bud	an	the	Excellent Corrupted Jubla Buds	\d	the	
    -_64C234BE535E541B	m0768dxape01	Excellent Corrupted Kincher Shell	an	the	Excellent Corrupted Kincher Shells	\d	the	
    -_988DBF08BE8A001F	m0769dxape01	Excellent Corrupted Kipucka Flesh	an	the	Excellent Corrupted Kipucka Flesh	\d	the	
    -_E30848C0C93166BE	m0770dxapd01	Choice Corrupted Kidnak Sting	a	the	Choice Corrupted Kidnak Stings	\d	the	
    -_577FF799CC992D85	m0771dxape01	Excellent Corrupted Goari Pincher	an	the	Excellent Corrupted Goari Pinchers	\d	the	
    -_8A526BE102557E82	m0772dxape01	Excellent Corrupted Varinx Tooth	an	the	Excellent Corrupted Varinx Teeth	\d	the	
    -_84CD631D0F3BAFBC	m0773dxape01	Excellent Corrupted Kipucka Sting	an	the	Excellent Corrupted Kipucka Stings	\d	the	
    -_99E93FD026A38494	m0774dxapf01	Supreme Kitin Sting	a	the	Supreme Kitin Stings	\d	the	
    -_9CB2835CBA85DD15	m0775dxapd01	Choice Corrupted Yelk Shell	a	the	Choice Corrupted Yelk Shells	\d	the	
    -_E49F04FB653D89F5	m0776dxapd01	Choice Corrupted Kinrey Head	a	the	Choice Corrupted Kinrey Heads	\d	the	
    -_81C4950E3F300F93	m0777dxape01	Excellent Corrupted Kincher Head	an	the	Excellent Corrupted Kincher Heads	\d	the	
    -_5C69DF3656B69ACD	m0778dxapf01	Supreme Vorax Jaw	a	the	Supreme Vorax Jaws	\d	the	
    -_294234A7D910C64A	m0779dxapd01	Choice Corrupted Yber Bone	a	the	Choice Corrupted Yber Bones	\d	the	
    -_7E4AE2A6AE193AC2	m0780dxapd01	Choice Corrupted Kidinak Mandibule	a	the	Choice Corrupted Kidinak Mandibules	\d	the	
    -_D46BCCB5B6111852	m0781dxape01	Excellent Corrupted Timari Crest	an	the	Excellent Corrupted Timari Crests	\d	the	
    -_967193B84C99116E	m0782dxape01	Excellent Corrupted Najab Tail	an	the	Excellent Corrupted Najab Tails	\d	the	
    -_77E7ADEAF60A2130	m0783dxapd01	Choice Corrupted Ragus Tooth	a	the	Choice Corrupted Ragus Teeth	\d	the	
    -_FF7BF6A22F4A4EC2	m0784dxapd01	Choice Corrupted Kipesta Mandibule	a	the	Choice Corrupted Kipesta Mandibules	\d	the	
    -_23F214BE552F7828	m0785dxape01	Excellent Corrupted Clopper Shell	an	the	Excellent Corrupted Clopper Shells	\d	the	
    -_64EC7EF2E1748999	m0786dxape01	Excellent Corrupted Kizoar Shell	an	the	Excellent Corrupted Kizoar Shells	\d	the	
    -_20F86A4F9BD3AAEA	m0787dxape01	Excellent Corrupted Cray Head	an	the	Excellent Corrupted Cray Heads	\d	the	
    -_D7F324839BF7AF11	lettre_reco_zorai_larveK	Letter of Recommentation to be given to the Sage in the Zoraï capital	a	the	Letters of Recommentation to be given to the Sage in the Zoraï capital	\d	the	
    -_D2F3248DA0D7D707	lettre_reco_fyros_larveK	Letter of Recommentation to be given to the Sage in the Fyros capital	a	the	Letters of Recommentation to be given to the Sage in the Fyros capital	\d	the	
    -_94F3248D1F977FF6	lettre_reco_matis_larveK	Letter of Recommentation to be given to the Sage in the Matis capital	a	the	Letters of Recommentation to be given to the Sage in the Matis capital	\d	the	
    -_16CA0BD96D9B346D	lettre_reco_tryker_larveK	Letter of recommendation to be given to the Sage of the Tryker capital	a	the	Letters of recommendation to be given to the Sage of the Tryker capital	\d	the	
    -_3A5DF765074318B5	tcm_crate_id	Karavan Supply Fund Identification	a	the	Karavan Supply Fund Identifications	\d	the	
    -_F0F1BA6FA0FC9BC5	m0789dxapd01	Portion of Choice Corrupted Dark Resin	a	the	Portions of Choice Corrupted Dark Resin	\d	the	
    -_0CE72202632D73CB	m0789dxape01	Portion of Excellent Corrupted Dark Resin	a	the	Portions of Excellent Corrupted Dark Resin	\d	the	
    -_A4A4A0A42ABC0E5D	m0790dxapd01	Bundle of Choice Corrupted Light Wood	a	the	Bundles of Choice Corrupted Light Wood	\d	the	
    -_5E7BB652F450F552	m0790dxape01	Bundle of Excellent Corrupted Light Wood	an	the	Bundles of Excellent Corrupted Light Wood	\d	the	
    -_6C9AB0A8E9A4422F	m0790dxapf01	Bundle of Supreme Corrupted Light Wood	a	the	Bundles of Supreme Corrupted Light Wood	\d	the	
    -_0F897C61E10E2749	m0791dxapd01	Choice Corrupted Heavy Bark	a	the	Choice Corrupted Heavy Barks	\d	the	
    -_47E722F45ED173B0	m0791dxape01	Excellent Corrupted Heavy Bark	an	the	Excellent Corrupted Heavy Barks	\d	the	
    -_CA60CFACD0870BA9	m0792dxapd01	Choice Corrupted Light Shell	a	the	Choice Corrupted Light Shells	\d	the	
    -_C2432622A16C88EC	m0792dxape01	Excellent Corrupted Light Shell	an	the	Excellent Corrupted Light Shells	\d	the	
    -_8B4D179EFE6D2448	m0792dxapf01	Supreme Corrupted Light Shell	a	the	Supreme Corrupted Light Shells	\d	the	
    -_F4CA951002599C89	m0793dxapd01	Choice Corrupted Fine Amber	some	the	Choice Corrupted Fine Amber	\d	the	
    -_751B49B1507FA7F9	m0793dxape01	Excellent Corrupted Fine Amber	some	the	Excellent Corrupted Fine Amber	\d	the	
    -_1E805279C23B1853	m0793dxapf01	Supreme Corrupted Fine Amber	some	the	Supreme Corrupted Fine Amber	\d	the	
    -_9009A01BF4BCF2B6	m0794dxapd01	Bundle of Choice Corrupted Dark Wood	a	the	Bundles of Choice Corrupted Dark Wood	\d	the	
    -_09FA654E4C3E9A68	m0794dxape01	Bundle of Excellent Corrupted Dark Wood	a	the	Bundles of Excellent Corrupted Dark Wood	\d	the	
    -_E1FAD56FCBC5C61F	m0795dxapd01	Choice Corrupted Unstable Oil	a	the	Choice Corrupted Unstable Oils	\d	the	
    -_90D4035CEB927F3A	m0795dxape01	Excellent Corrupted Unstable Oil	an	the	Excellent Corrupted Unstable Oils	\d	the	
    -_F7AA9510031A9490	m0796dxapd01	Choice Corrupted Dark Amber	some	the	Choice Corrupted Dark Amber	\d	the	
    -_5CE2A7AC7CC9A54D	m0796dxape01	Excellent Choice Corrupted Hard Amber	some	the	Excellent Choice Corrupted Hard Amber	\d	the	
    -_21605279C27C4858	m0796dxapf01	Supreme Corrupted Hard Amber	some	the	Supreme Corrupted Hard Amber	\d	the	
    -_7A4BB2D53B632DF9	ipd_dodge	Dodging Potion	a	the	Dodging Potions	\d	the	
    -_F9F69FA40AC4A1ED	ipd_parry	Parrying Potion	a	the	Parrying Potions	\d	the	
    -_B73584B2686686C0	tcm_soulkey	Key to the Souls	a	the	Keys to the Souls	\d	the	
    -_D33A7875CBF11CC4	tcm_rewardkey	Key to the Treasure	a	the	Keys to the Treasure	\d	the	
    -_3E83CE9C01829EE0	ipc_craft_success	Craft Success Potion	a	the	Craft Success Potions	\d	the	
    -_D33D1570E404E1C1	ipf_melee_success	Hand-to-Hand Combat Success Potion 	a	the	Hand-to-Hand Combat Success Potions	\d	the	
    -_5B2D3F641E987B6B	slaughter_week_token	Piece of Kitin of the Depths	a	the	Pieces of Kitins of the Depths	\d	the	
    -_5A4384440A09B44D	slaughter_week_token_boss_fyros	Piece of Fyros Exterminator	a	the	Pieces of Fyros Exterminator	\d	the	
    -_54538C2CC4099C4F	slaughter_week_token_boss_matis	Piece of Matis Exterminator	a	the	Pieces of Matis Exterminator	\d	the	
    -_DA52C8A1F4843C47	slaughter_week_token_boss_tryker	Piece of Tryker Exterminator	a	the	Pieces of Tryker Exterminator	\d	the	
    -_55A4843A07687C4D	slaughter_week_token_boss_zorai	Piece of Zoraï Exterminator	a	the	Pieces of Zoraï Exterminator	\d	the	
    -_B0358E6B85BFBDE3	kitiniere_teleport_test_cartographier	Teleportation Ticket to the Kitin's Liar Region	a	the	Teleportation Tickets to the Kitin's Liar Region	\d	the	
    -_DA282AF49D95D15E	boss_mainland_zorai_token	Pei-Ziao's Trinket	a	the	Pei-Ziao's Trinkets	\d	the	
    -_EEF3728357B1D65F	boss_mainland_tryker_token	Lixie's Trinket	a	the	Lixie's Trinkets	\d	the	
    -_D9EAD294C74E99BF	boss_mainland_fyros_token	Aen's Trinket	an	the	Aen's Trinkets	\d	the	
    -_5BBA9E93D963CD72	boss_mainland_matis_token	Sirgio's Trinket	a	the	Sirgio's Trinkets	\d	the	
    -_63B61ACE3D19D175	marauder_armor_recipe_helm_part1	Marauder's Armor Craft Plan - Helmet Part I	a	the	Marauder's Armor Craft Plans - Helmet Part I	\d	the	
    -_63B61A333F39ED49	marauder_armor_recipe_helm_part2	Marauder's Armor Craft Plan - Helmet Part II	a	the	Marauder's Armor Craft Plans - Helmet Part II	\d	the	
    -_63B6AF3AFFAA3D49	marauder_armor_recipe_helm_part3	Marauder's Armor Craft Plan - Helmet Part III	a	the	Marauder's Armor Craft Plans - Helmet Part III	\d	the	
    -_63B61A33C039ED56	marauder_armor_recipe_helm_part4	Marauder's Armor Craft Plan - Helmet Part IV	a	the	Marauder's Armor Craft Plans - Helmet Part IV	\d	the	
    -_3065124871B3AF0C	marauder_armor_recipe_pants_part1	Marauder's Armor Craft Plan - Pants Part I	a	the	Marauder's Armor Craft Plans - Pants Part I	\d	the	
    -_89D51A5066B3AF0C	marauder_armor_recipe_pants_part2	Marauder's Armor Craft Plan - Pants Part II	a	the	Marauder's Armor Craft Plans - Pants Part II	\d	the	
    -_4BF5362566B3AF71	marauder_armor_recipe_pants_part3	Marauder's Armor Craft Plan - Pants Part III	a	the	Marauder's Armor Craft Plans - Pants Part III	\d	the	
    -_89D51A52A9B3AF0C	marauder_armor_recipe_pants_part4	Marauder's Armor Craft Plan - Pants Part IV	a	the	Marauder's Armor Craft Plans - Pants Part IV	\d	the	
    -_7AF4E1D421EA597F	marauder_armor_recipe_vest_part1	Marauder's Armor Craft Plan - Vest Part I	a	the	Marauder's Armor Craft Plans - Vest Part I	\d	the	
    -_6FF4E1D4BA5A6186	marauder_armor_recipe_vest_part2	Marauder's Armor Craft Plan - Vest Part II	a	the	Marauder's Armor Craft Plans - Vest Part II	\d	the	
    -_6FF4E139BC7A7D5A	marauder_armor_recipe_vest_part3	Marauder's Armor Craft Plan - Vest Part III	a	the	Marauder's Armor Craft Plans - Vest Part III	\d	the	
    -_B2F4E1D43B5A6186	marauder_armor_recipe_vest_part4	Marauder's Armor Craft Plan - Vest Part IV	a	the	Marauder's Armor Craft Plans - Vest Part IV	\d	the	
    -_6397F6CA7ED9CD75	marauder_armor_recipe_feet_part1	Marauder's Armor Craft Plan - Boots Part I	a	the	Marauder's Armor Craft Plans - Boots Part I	\d	the	
    -_6397F62F80F9E949	marauder_armor_recipe_feet_part2	Marauder's Armor Craft Plan - Boots Part II	a	the	Marauder's Armor Craft Plans - Boots Part II	\d	the	
    -_63978B36406A3949	marauder_armor_recipe_feet_part3	Marauder's Armor Craft Plan - Boots Part III	a	the	Marauder's Armor Craft Plans - Boots Part III	\d	the	
    -_6397F62F01F9E956	marauder_armor_recipe_feet_part4	Marauder's Armor Craft Plan - Boots Part IV	a	the	Marauder's Armor Craft Plans - Boots Part IV	\d	the	
    -_8BF47E13C6C8DD25	marauder_armor_recipe_sleeves_part1	Marauder's Armor Craft Plan - Sleeves Part I	a	the	Marauder's Armor Craft Plans - Sleeves Part I	\d	the	
    -_4D249AE7C6C8DD8A	marauder_armor_recipe_sleeves_part2	Marauder's Armor Craft Plan - Sleeves Part II	a	the	Marauder's Armor Craft Plans - Sleeves Part II	\d	the	
    -_CDA5EAE7C6C87291	marauder_armor_recipe_sleeves_part3	Marauder's Armor Craft Plan - Sleeves Part III	a	the	Marauder's Armor Craft Plans - Sleeves Part III	\d	the	
    -_4D449AF4C6C8DD8A	marauder_armor_recipe_sleeves_part4	Marauder's Armor Craft Plan - Sleeves Part IV	a	the	Marauder's Armor Craft Plans - Sleeves Part IV	\d	the	
    -_F45C813DF543AD68	marauder_armor_recipe_gloves_part1	Marauder's Armor Craft Plan - Gloves Part I	a	the	Marauder's Armor Craft Plans - Gloves Part I	\d	the	
    -_F45C1A4475B4FD68	marauder_armor_recipe_gloves_part2	Marauder's Armor Craft Plan - Gloves Part II	a	the	Marauder's Armor Craft Plans - Gloves Part II	\d	the	
    -_F4B23A4637F1FD68	marauder_armor_recipe_gloves_part3	Marauder's Armor Craft Plan - Gloves Part III	a	the	Marauder's Armor Craft Plans - Gloves Part III	\d	the	
    -_F45C224475B43168	marauder_armor_recipe_gloves_part4	Marauder's Armor Craft Plan - Gloves Part IV	a	the	Marauder's Armor Craft Plans - Gloves Part IV	\d	the	
    -_A8FCEF4D64EF0484	m0815dxacc01	Marauder's Crystal	a	the	Marauder's Crystals	\d	the	
    -_4BE7D2C697004210	iccahb_b	Erouk'an's Boots	\d	the	Erouk'an's Boots	\d	the	
    -_389D83914D0BE2BE	iccahv_b	Erouk'an's Breastplate	an	the	Erouk'an's Breastplates	\d	the	
    -_721609A5945B13FE	iccahp_b	Erouk'an's Leggings	\d	the	Erouk'an's Leggings	\d	the	
    -_C802D28BD611123C	iccahh_b	Erouk'an's Helmet	an	the	Erouk'an's Helmets	\d	the	
    -_0FC2D1664F81E165	iccahg_b	Erouk'an's Gloves	\d	the	Erouk'an's Gloves	\d	the	
    -_A6DB83AF88B00474	iccahs_b	Erouk'an's Sleeves	\d	the	Erouk'an's Sleeves	\d	the	
    -_E89C7F67C1355A4F	test_command_ticket	Command Ticket	a	the	Command Tickets	\d	the	Test Item
    -_7DF875091B6CB9F5	test_conso	Consumable	a	the	Consumables	\d	the	Test Item
    -_AE372E98AD26A640	test_conso_emot	Consumable - Emote	a	the	Consumables - Emote	\d	the	Test Item
    -_A94852189DE1005F	system_mp_basic	Basic Generic Raw Material	a	the	Basic Generic Raw Materials	\d	the	
    -_81D4AC19479C7666	system_mp_fine	Fine Generic Raw Material	a	the	Fine Generic Raw Materials	\d	the	
    -_91D41D52A9462CFB	system_mp_choice	Choice Generic Raw Material	a	the	Choice Generic Raw Materials	\d	the	
    -_94407E458DADD941	system_mp_excellent	Excellent Generic Raw Material	an	the	Excellent Generic Raw Materials	\d	the	
    -_E396B446C3F14BF0	system_mp_supreme	Supreme Generic Raw Material	a	the	Supreme Generic Raw Materials	\d	the	
    -_20DDA9448487B84A	system_mp_extra	Perfect Generic Raw Material	a	the	Perfect Generic Raw Materials	\d	the	
    -_AFB333CAC64266D9	ct_gmisland_aniro	 Aniro GM Island Teleport	a	the	 Aniro GM Island Teleports	\d	the	This is a GM Item.
    -_923A68141A69B369	ct_gmisland_arispotle	 Arispotle GM Island Teleport	a	the	 Arispotle GM Island Teleports	\d	the	This is a GM Item.
    -_89E51DAD703A018D	ct_gmisland_leanon	 Leanon GM Island Teleport	a	the	 Leanon GM Island Teleports	\d	the	This is a GM Item.
    -_2C7F5FD45571D741	ct_gmisland_cho	 Cho GM Island Teleport	a	the	 Cho GM Island Teleports	\d	the	This is a GM Item.
    -_43950C8AD4133BD0	tf60_ailes	Grilled Kizoar Wing	a	the	Grilled Kizoar Wings	\d	the	
    -_FB97E80A91060E63	tf80_colis	Package to be Delivered	a	the	Packages to be Delivered	\d	the	
    -_D3A742F30224A6B6	tf80_dague	Dagger of the Lagoons	a	the	Daggers of the Lagoons	\d	the	
    -_9F79E206A115B188	tf80_armure	Basic Armor	a	the	Basic Armors	\d	the	
    -_2E83E5C1475C9323	tf90_insigne	Sculpters Badge	a	the	Sculpters Badges	\d	the	
    -_89141DA6D165F60D	tf90_outil	Special Tool	a	the	Special Tools	\d	the	
    -_E72F24FEAD9EDB6F	tf100_cristal	Lagoon Crystal	a	the	Lagoon Crystals	\d	the	
    -_D10DB92DEEB798A3	tm70_lettre	Letter	a	the	Letters	\d	the	
    -_783B1E5FB84DC12E	tm80_carapace	Shell of the Winds	a	the	Shells of the Winds	\d	the	
    -_1CB7135225EF28BF	tm90_insigne	Guild Badge	a	the	Guild Badges	\d	the	
    -_1F7DF803BCEAF469	tm100_cristal	Crystal impregnated with magic	a	the	Crystals impregnated with magic	\d	the	
    -_D234A0AF2C0AB09F	tc70_colis	Package	a	the	Packages	\d	the	
    -_476FF6322995A592	tc70_arme	Exotic Weapon	an	the	Exotic Weapons	\d	the	
    -_27FDEE4D7D425689	tc80_os_retravailles	Reworked Capryni Bone	a	the	Reworked Capryni Bones	\d	the	
    -_C34F37B34F9413FD	tc90_statue	Sculpter's Statue	a	the	Sculpter's Statues	\d	the	
    -_0A9B7B88345E13D1	tc100_bijoux	Sculpter's Jewel	a	the	Sculpter's Jewels	\d	the	
    -_B82969E13E5A3990	tc100_bois	Zabar Wood	some	the	Zabar Woods	\d	the	
    -_66DA50E519D00741	th50_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_EB067729DAB7FFD9	th60_fiole	Smelly Flask	a	the	Smelly Flasks	\d	the	
    -_ADBD0BD9094D6509	th70_graines	Yubo Food	some	the	Yubo Foods	\d	the	
    -_48367322FADA15CC	th80_plantes	Valuable Plant	a	the	Valuable Plants	\d	the	
    -_B89BC28681FB1F06	th80_miel	Kizoar Honey	some	the	Kizoar Honey	\d	the	
    -_BC9B95D24EFEA105	th80_antidote	Antidote	an	the	Antidotes	\d	the	
    -_6721BFE47923BE38	th90_fiole	Vial of Poison	a	the	Vials of Poison	\d	the	
    -_78AFC6F46E55F2EC	th100_carapace	Special Shell	a	the	Special Shells	\d	the	
    -_AE204EB55E34064A	mf80_anneau	Strange Object	a	the	Strange Objects	\d	the	
    -_639672E35D02F573	mf90_pioche	Magic Pick	a	the	Magic Picks	\d	the	
    -_63B550063A5BAF71	mf100_coffre	Magnificent Chest	a	the	Magnificent Chests	\d	the	
    -_D1EDB926EEB798A3	mm50_lettre	Letter	a	the	Letters	\d	the	
    -_3A95A3CD98C8EE0C	mm80_sac	Bag of Samples	a	the	Bags of Samples	\d	the	
    -_4237730E6596AAC2	mm90_cratcha_froid	Cratcha (cold)	a	the	Cratchas (cold)	\d	the	
    -_C0D73B0424557EB4	mm90_cratcha_acide	Cratcha (acid)	a	the	Cratchas (acid)	\d	the	
    -_A35AB5EA5615D17C	mm90_cratcha_pourriture	Cratcha (rot)	a	the	Cratchas (rot)	\d	the	
    -_37D42FB824F8724D	mc60_bottes	Stealth Boot	a	the	Stealth Boots	\d	the	
    -_CAAF10517A26B0FF	mc60_feuilles	Leaf of Silence	a	the	Leaves of Silence	\d	the	
    -_9A780335FB594FD0	mc60_statuette	Pretty Statuette	a	the	Pretty Statuettes	\d	the	
    -_934F5D501DC13172	mc60_plan	Armor Plan	an	the	Armor Plans	\d	the	
    -_D8E34759FA96F5A8	mc70_clips	Armor Clip	an	the	Armor Clips	\d	the	
    -_347F54415AEC07E1	mc70_liste	List of Materials	a	the	Lists of Materials	\d	the	
    -_4D63C6C195366A8F	mc80_rembourrage	Stuffing	some	the	Stuffing	\d	the	
    -_7FCAD30347AF6C77	mc90_statuette	Statuette of Yrkanis	a	the	Statuettes of Yrkanis	\d	the	
    -_9DC4EEAAA2FECA88	mc90_note	Note on the Armor	a	the	Notes on the Armor	\d	the	
    -_9049276192A7CDBF	mc100_pique	Pick of Merit	a	the	Picks of Merit	\d	the	
    -_39BBD645FEE82DDC	mc100_urne	Zoraï Urn	a	the	Zoraï Urns	\d	the	
    -_7BD08E2508EF5D91	mc100_bons_clips	Good Clip	a	the	Good Clips	\d	the	
    -_3AF087F2CDCD6E7F	mh70_lance	Rusty Lance	a	the	Rusty Lances	\d	the	
    -_66FA38DE277B07BA	mh70_copie_carte	Copy of the Map	a	the	Copies of the Maps	\d	the	
    -_49C4FD03CB8D8BB7	mh70_echantillon	Plant Sample	a	the	Plant Samples	\d	the	
    -_EABB18C09779DA98	mh90_outils	Amber Tool	an	the	Amber Tools	\d	the	
    -_732C5504241A90F4	ff60_message	Message	a	the	Messages	\d	the	
    -_06787605F3B389FD	ff90_insigne	Frahar Badge of Honor	a	the	Frahar Badges of Honor	\d	the	
    -_E7D3CC66B93E8F68	ff100_boisson	Exotic Drink	an	the	Exotic Drinks	\d	the	
    -_D0F6BC2AE359F057	ff100_bague	Ring	a	the	Rings	\d	the	
    -_A8E582C89E1BDAFC	fm70_bracelet	Floral Bracelet	a	the	Floral Bracelets	\d	the	
    -_9C218BDF048FEF92	fm70_cristal	Special Crystal	a	the	Special Crystals	\d	the	
    -_181032EF381FB7E7	fm90_cristal	Crystal of Truth	a	the	Crystals of Truth	\d	the	
    -_019072AA802D52E3	fm100_cristal	Crystal of Revelation	a	the	Crystals of Revelation	\d	the	
    -_29D576ADB6F5D2E6	fc60_fiole	Vial of Fragrance	a	the	Vials of Fragrance	\d	the	
    -_38A71D829A69F832	fc80_carapaces	Shell to Exchange	a	the	Shells to Exchange	\d	the	
    -_B0F55F16DACAE97E	fc80_ambre	Amber for Tools	an	the	Amber for Tools	\d	the	
    -_89041198D165F60D	fc80_outil	Special Tool	a	the	Special Tools	\d	the	
    -_FBE93A4F9A1DB3B1	fc90_feuilles	Oasis Leaf	an	the	Oasis Leaves	\d	the	
    -_E12675F45D31F5B0	fc100_coffre	Chest Book	a	the	Chest Book	\d	the	
    -_88001269469B264B	fc100_bois	Preserved Wood	some	the	Preserved Wood	\d	the	
    -_76AF39B15F4629DA	fh60_bijoux	Jewel to be Delivered	a	the	Jewels to be Delivered	\d	the	
    -_024676396087CB33	fh60_pendentif	Precious Pendant	a	the	Precious Pendants	\d	the	
    -_C671AC873C6F96D0	fh60_parchemin	Mysterious Parchment	a	the	Mysterious Parchments	\d	the	
    -_8923B840B4852C2C	fh80_echantillon	Sample to Analyse	a	the	Samples to Analyse	\d	the	
    -_D11DA51FEEB798A3	fh80_lettre	Letter	a	the	Letters	\d	the	
    -_89A23118A3E55A2A	fh90_cendre	Pure Ash	some	the	Pure Ashes	\d	the	
    -_52E64D8D649B70D1	fh100_sac	Materials Bag	a	the	Materials Bags	\d	the	
    -_55E5AF7B03F1BAFA	zf90_sphere	Sphere of Magic Detection	a	the	Spheres of Magic Detection	\d	the	
    -_EC66C7769922BA05	zf100_lettre	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_E8D1EC7A1B4E1F50	zf100_materiau	Precious Material	a	the	Precious Materials	\d	the	
    -_287444D7BE8B7CDE	zm60_sphere	Sphere of Object Detection	a	the	Spheres of Object Detection	\d	the	
    -_3FADA87202320E4C	zm60_bouclier	Buckler of Protection	a	the	Bucklers of Protection	\d	the	
    -_180E67E480BCD4E1	zm60_artefact	Corrupted Artifact	a	the	Corrupted Artifacts	\d	the	
    -_6201970B612E7BE4	zm70_amplificateur	Amplifier	an	the	Amplifiers	\d	the	
    -_6FD0DEAF0AFF991C	zm70_epurateur	Purifier	a	the	Purifiers	\d	the	
    -_BB10F4B980D2205F	zm80_anneau	Band of Purification	a	the	Bands of Purification	\d	the	
    -_B9225DACF86A35C1	zc50_plans	Stolen Plan	a	the	Stolen Plans	\d	the	
    -_FD8DDA97444492F3	zc60_ambre	Ancient Amber	an	the	Ancient Amber	\d	the	
    -_D11D9133EEB798A3	zc80_lettre	Letter	a	the	Letters	\d	the	
    -_51CB978910ACE529	zc90_ambre	Excellent Ancient Amber	an	the	Excellent Ancient Amber	\d	the	
    -_982867FC4CC1A225	zc100_graines	Solid Seed	a	the	Solid Seeds	\d	the	
    -_72DDCDA2E4F926A7	zh50_sphere	Sphere of Material Detection	a	the	Spheres of Material Detection	\d	the	
    -_70D5CC52379D4F45	zh70_graines	Regenerating Seed	a	the	Regenerating Seeds	\d	the	
    -_660A50EB19D00741	zh80_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_0D7FA6EB0D939845	zh80_terre	Polluted Soil	some	the	Polluted Soil	\d	the	
    -_1F9AC4FD9C7F55BE	zh80_lettre	Analysis Result	an	the	Analysis Results	\d	the	
    -_2DAA51ECD1C20187	zh90_bouclier	Striped Buckler	a	the	Striped Bucklers	\d	the	
    -_458FAD882EA8BE7A	tf70_dague	Twisted Dagger	a	the	Twisted Daggers	\d	the	
    -_BE4688A23ECC954F	tf80_fragment	Grumbling Clopper Fragment	a	the	Grumbling Clopper Fragments	\d	the	
    -_A076E19E6A1B76B1	tm60_mandibule	Vigilant Kizoar Mandible	a	the	Vigilant Kizoar Mandibles	\d	the	
    -_2EF1E360B1CAB8F1	tm60_mousse	Robust Stinga Moss	some	the	Robust Stinga Moss	\d	the	
    -_4F423AD187EE65FA	tm60_carapace	Scary Clopper Shell	a	the	Scary Clopper Shells	\d	the	
    -_018C992ADFFABE23	tm90_pince	Perfect Mean Kipee Claw	a	the	Perfect Mean Kippe Claws	\d	the	
    -_07B41613D3AAE5B3	tc60_pince	Vigorous Clopper Claw	a	the	Vigorous Clopper Claws	\d	the	
    -_E23AA59DB8EED0FF	tc70_patte	Robust Gnoof Leg	a	the	Robust Gnoof Legs	\d	the	
    -_573EB92A36F540F0	th60_mousse	Budding Stinga Moss	some	the	Budding Stinga Moss	\d	the	
    -_4DD87240E24C32D9	th70_feuilles	Fresh Leaves	some	the	Fresh Leaves	\d	the	
    -_6A1EE4A8FC5ABE2E	th90_ailes	Lesser Yber Wings	some	the	Lesser Yber Wings	\d	the	
    -_024DA966822F8C95	mf70_fragments	Strong Kipee Fragments	some	the	Strong Kipee Fragments	\d	the	
    -_DF3C68191EC8C4B7	mf80_ailes	Menacing Javing Wings	some	the	Menacing Javing Wings	\d	the	
    -_9F88C7E07D1FF77C	mm50_echantillon	Robust Psykopla Sample	a	the	Robust Psykopla Samples	\d	the	
    -_BCB2AF12F0559512	mm60_echantillon	Parched Cratcha Sample	a	the	Parched Cratcha Samples	\d	the	
    -_ABFDA7E8DC4282FD	mm60_dent	Malicious Gingo Tooth	a	the	Malicious Gingo Teeth	\d	the	
    -_E8E8798B392DFCFE	mm70_corne	Gluttonous Bodoc Horn	a	the	Gluttonous Bodoc Horns	\d	the	
    -_E23448CB016F9EFC	mm80_echantillon	Dehydrated Psykopla Sample	a	the	Dehydrated Psykopla Samples	\d	the	
    -_AECF50B02A9057FE	mm100_cratcha	Normal Dehydrated Cratcha	a	the	Normal Dehydrated Cratchas	\d	the	
    -_1C1A0C86AAFED7D2	mc80_croc	Scowling Ragus Fang	a	the	Scowling Ragus Fang	\d	the	
    -_D8055D6ECD6CEFFE	mh90_corne	Scampering Bodoc Horn	a	the	Scampering Bodoc Horns	\d	the	
    -_AEA2C076D2C1A41A	ff60_graisse	Gluttonous Arma Fat	some	the	Gluttonous Arma Fat	\d	the	
    -_0B71908D7C2C0715	fm50_pinces	Baying Goari Claws	some	the	Baying Goari Claws	\d	the	
    -_07A4E3A43A7F5A22	fm60_plumes	Vigilant Igara Feathers	some	the	Vigilant Igara Feathers	\d	the	
    -_2562228411681C34	fm70_feuilles	Blooming Shooki Flowers	some	the	Blooming Shooki Flowers	\d	the	
    -_435506A6D942BFC4	fm80_ailettes	Gruff Raspal Fins	some	the	Gruff Raspal Fins	\d	the	
    -_BD015FDCC1102FBA	fm90_ailes	Vicious Kizoar Wings	some	the	Vicious Kizoar Wings	\d	the	
    -_AB09260ABCEDACCA	fc60_plumes	Vulgar Izam Feathers	some	the	Vulgar Izam Feathers	\d	the	
    -_0FFBE60CA14FD7F2	fc60_morceau	Drowsy Shooki Morsel	some	the	Drowsy Shooki Morsels	\d	the	
    -_6DE4279E69FB2350	fc70_plumes	Bloated Izam Feathers	some	the	Bloated Izam Feathers	\d	the	
    -_07A1768A7ABDEA98	fc70_petales	Minor Shooki Petals	some	the	Minor Shooki Petals	\d	the	
    -_D500CB0D514DDCC0	fc80_pince	Scowling Goari Claw	a	the	Scowling Goari Claws	\d	the	
    -_4652714BD91FA0D2	fc90_carapace	Moderate Kipee Shell	a	the	Moderate Kipee Shells	\d	the	
    -_58BE0091D99A6C55	fc90_ailes	Vigilant Kizoar Wings	a	the	Vigilant Kizoar Wings	\d	the	
    -_18AA722DEA36E767	fh60_chair	Moderate Kipee Meat	some	the	Moderate Kipee Meat	\d	the	
    -_BFA18ADD9ED7457B	fh70_pince	Scary Clopper Claw	a	the	Scary Clopper Claws	\d	the	
    -_E3B8062B59F2B186	fh80_tendons	Sprightly Capryni Tendons	some	the	Sprightly Capryni Tendons	\d	the	
    -_DECEA0B4E98C1CF9	zf50_corne	Robust Messab Horn	a	the	Robust Messab Horn	\d	the	
    -_50772955FD8A5BA0	zf60_croc	Scary Torbak Fang	a	the	Scary Torbak Fangs	\d	the	
    -_2DBA260E2FE85C54	zf60_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_735167E6CF79A35C	zf70_ailes	Scavenging Izam Wings	some	the	Scavenging Izam Wings	\d	the	
    -_FD587C90B3EA6034	zf80_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_B4398E6D8DFF0254	zf90_feuilles	Famished Slaveni Leaves	some	the	Famished Slaveni Leaves	\d	the	
    -_3C5BE2BCBDE2BC53	zm50_ecailles	Robust Bawaab Scales	some	the	Robust Bawaab Scales	\d	the	
    -_2DAA420E2FE85C54	zm50_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_D0A1944B084DBF6E	zm60_carapace	Strong Kipee Shell	a	the	Strong Kipee Shells	\d	the	
    -_3C90A7BFD7591276	zm90_bec	Vicious Igara Beak	a	the	Vicious Igara Beak	\d	the	
    -_FD689890B3EA6034	zm90_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_2305E8A3AA73F730	zc60_aile	Vulgar Javing Wing	a	the	Vulgar Javing Wings	\d	the	
    -_5379291E18E8D8E7	zc60_dents	Drowsy Slaveni Teeth	a	the	Drowsy Slaveni Teeth	\d	the	
    -_63DF084213F95C6B	zc80_aile_izam	Prime Izam Wing	a	the	Prime Izam Wings	\d	the	
    -_B33B88C74127D491	zc80_aile_yber	Vigilant Yber Wing	a	the	Vigilant Yber Wings	\d	the	
    -_42C19949F77DF9CA	zc90_dent	Budding Slaveni Teeth	some	the	Budding Slaveni Teeth	\d	the	
    -_783E66AB26579ECE	zh100_outils	Lost Tools	some	the	Lost Tools	\d	the	
    -_22503D7E9E9B2B13	micro_boss_loot_yubo	Yuboth's Tongue	\d	the	Yuboth's Tongues	\d	the	Someone in the city would maybe be interested in this trophy.
    -_33EB6A61FD7ADAD2	micro_boss_loot_yelk	Yelkoth's Blood	\d	the	Yelkoth's Blood	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A9A091AAD471B953	micro_boss_loot_messab	Messaboth's Hoof	\d	the	Messaboth's Hoofs	\d	the	Someone in the city would maybe be interested in this trophy.
    -_254FB76A688D7255	micro_boss_loot_mektoub	Mektoth's Heart	\d	the	Mektoth's Hearts	\d	the	Someone in the city would maybe be interested in this trophy.
    -_20D63F6346C95590	micro_boss_loot_lumper	Lumperoth's Eye	\d	the	Lumperoth's Eyes	\d	the	Someone in the city would maybe be interested in this trophy.
    -_B3E8845B428E1C86	micro_boss_loot_igara	Igaroth's Beak	\d	the	Crayoth's Carapace	\d	the	Someone in the city would maybe be interested in this trophy.
    -_5DB8706FF0860A17	micro_boss_loot_cray	Crayoth's Carapace	\d	the	Crayoth's Carapaces	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A49AC6F03BC738AC	micro_boss_loot_capryni	Caprynoth's Ear	\d	the	Caprynoth's Ears	\d	the	Someone in the city would maybe be interested in this trophy.
    -_29AAC0226E584882	casino_token	Token	a	the	Tokens	\d	the	
    -_187B6098685744B7	casino_ticket	Winning Ticket	a	the	Winning Tickets	\d	the	
    -_629F6DCEC37E0CAE	casino_title1	Coupon for a Title (Lucky)	a	the	Coupons for a Title (Lucky)	\d	the	
    -_629FADD3C5EE40AF	casino_title2	Coupon for a Title (Unlucky)	a	the	Coupons for a Title (Unlucky)	\d	the	
    -_7F7139112EE8A025	fbt_conso	Surprise	a	the	Surprises	\d	the	
    -_E79948A76C66A0B3	louche	Ladle	a	the	Ladles	\d	the	
    -_5831CC141D8B5CD4	conso_fireworks_a	Firework Type A	a	the	Fireworks Type A	\d	the	Pretty lights!
    -_5831CC151D8B60D4	conso_fireworks_b	Firework Type B	a	the	Fireworks Type B	\d	the	Pretty lights!
    -_5831CC161D8B64D4	conso_fireworks_c	Firework Type C	a	the	Fireworks Type C	\d	the	Pretty lights!
    -_5831CC171D8B68D4	conso_fireworks_d	Firework Type D	a	the	Fireworks Type D	\d	the	Pretty lights!
    -_5831CC181D8B6CD4	conso_fireworks_e	Firework Type E	a	the	Fireworks Type E	\d	the	Pretty lights!
    -_5831CC191D8B70D4	conso_fireworks_f	Firework Type F	a	the	Fireworks Type F	\d	the	Pretty lights!
    -_5831CC1A1D8B74D4	conso_fireworks_g	Firework Type G	a	the	Fireworks Type G	\d	the	Pretty lights!
    -_5831CC1B1D8B78D4	conso_fireworks_h	Firework Type H	a	the	Fireworks Type H	\d	the	Pretty lights!
    -_5831CC1C1D8B7CD4	conso_fireworks_i	Firework Type I	a	the	Fireworks Type I	\d	the	Pretty lights!
    -_5831CC1D1D8B80D4	conso_fireworks_j	Firework Type J	a	the	Fireworks Type J	\d	the	Pretty lights!
    -_5831CC1E1D8B84D4	conso_fireworks_k	Firework Type K	a	the	Fireworks Type K	\d	the	Pretty lights!
    -_5831CC1F1D8B88D4	conso_fireworks_l	Firework Type L	a	the	Fireworks Type L	\d	the	Pretty lights!
    -_5831CC201D8B8CD4	conso_fireworks_m	Firework Type M	a	the	Fireworks Type M	\d	the	Pretty lights!
    -_5831CC211D8B90D4	conso_fireworks_n	Firework Type N	a	the	Fireworks Type N	\d	the	Pretty lights!
    -_5831CC221D8B94D4	conso_fireworks_o	Firework Type O	a	the	Fireworks Type O	\d	the	Pretty lights!
    -_5831CC231D8B98D4	conso_fireworks_p	Firework Type P	a	the	Fireworks Type P	\d	the	Pretty lights!
    -_5831CC241D8B9CD4	conso_fireworks_q	Firework Type Q	a	the	Fireworks Type Q	\d	the	Pretty lights!
    -_5831CC251D8BA0D4	conso_fireworks_r	Firework Type R	a	the	Fireworks Type R	\d	the	Pretty lights!
    -_5831CC261D8BA4D4	conso_fireworks_s	Firework Type S	a	the	Fireworks Type S	\d	the	Pretty lights!
    -_C193E497EB5D71BC	ipoc_con_10min	Flower of Constitution	a	the	Flowers of Constitution	\d	the	
    -_3F48208A7D7C0AF9	ipoc_int_10min	Flower of Intelligence	a	the	Flowers of Intelligence	\d	the	
    -_5A746281C4A7FBF1	ipoc_str_10min	Flower of Strength	a	the	Flowers of Strength	\d	the	
    -_6041FA44E0A91486	ipoc_dex_10min	Flower of Dexterity	a	the	Flowers of Dexterity	\d	the	
    -_AA282DFAB079A090	teddyubo	Teddy	a	the	Teddies	\d	the	
    -_0377AA80C7DAAD00	casinoshield_pre_order	Shield of Prestige	a	the	Shields of Prestige	\d	the	
    -_2BDDF2DCD03621CE	amber_cube_common_ancient	Ancient Amber Cube	an	the	Ancient Amber Cubes	\d	the	
    -_AA9A76F2A09FC196	amber_cube_common_recent	Recent Amber Cube	a	the	Recent Amber Cubes	\d	the	
    -_E31093E62B434107	amber_cube_common_very_ancient	Very Ancient Amber Cube	a	the	Very Ancient Amber Cubes	\d	the	
    -_8C574B0A8BBACFD5	amber_cube_fyros_ancient	Fyros Ancient Amber Cube	a	the	Fyros Ancient Amber Cubes	\d	the	
    -_86B0129072502D54	amber_cube_fyros_recent	Fyros Recent Amber Cube	a	the	Fyros Recent Amber Cubes	\d	the	
    -_8E608B43CDA97EC3	amber_cube_fyros_very_ancient	Fyros Very Ancient Amber Cube	a	the	Fyros Very Ancient Amber Cubes	\d	the	
    -_934E8398C2CEC40E	amber_cube_kami_ancient	Kami Ancient Amber Cube	a	the	Kami Ancient Amber Cubes	\d	the	
    -_BEF2EC60CF25CA7F	amber_cube_kami_recent	Kami Recent Amber Cube	a	the	Kami Recent Amber Cubes	\d	the	
    -_77106151DEBC832A	amber_cube_kami_very_ancient	Kami Very Ancient Amber Cube	a	the	Kami Very Ancient Amber Cubes	\d	the	
    -_78F548564D1A738A	amber_cube_karavan_ancient	Karavan Ancient Amber Cube	a	the	Karavan Ancient Amber Cubes	\d	the	
    -_E2AA18B300001D9E	amber_cube_karavan_recent	Karavan Recent Amber Cube	a	the	Karavan Recent Amber Cubes	\d	the	
    -_B350928FD4DA4352	amber_cube_karavan_very_ancient	Karavan Very Ancient Amber Cube	a	the	Karavan Very Ancient Amber Cubes	\d	the	
    -_10574B040C79FBA5	amber_cube_matis_ancient	Matis Ancient Amber Cube	a	the	Matis Ancient Amber Cubes	\d	the	
    -_42201290F110BD45	amber_cube_matis_recent	Matis Recent Amber Cube	a	the	Matis Recent Amber Cubes	\d	the	
    -_4AD08B3D4EC88AAD	amber_cube_matis_very_ancient	Matis Very Ancient Amber Cube	a	the	Matis Very Ancient Amber Cubes	\d	the	
    -_94C52B11C79EA5A5	amber_cube_tryker_ancient	Tryker Ancient Amber Cube	a	the	Tryker Ancient Amber Cubes	\d	the	
    -_29E27F5BEB2EB879	amber_cube_tryker_recent	Tryker Recent Amber Cube	a	the	Tryker Recent Amber Cubes	\d	the	
    -_85249CABCEC044DD	amber_cube_tryker_very_ancient	Tryker Very Ancient Amber Cube	a	the	Tryker Very Ancient Amber Cubes	\d	the	
    -_96573DFC28591FC1	amber_cube_zorai_ancient	Zoraï Ancient Amber Cube	a	the	Zoraï Ancient Amber Cubes	\d	the	
    -_08F1120C6D37CD5E	amber_cube_zorai_recent	Zoraï Recent Amber Cube	a	the	Zoraï Recent Amber Cubes	\d	the	
    -_10A17D354BEF96B9	amber_cube_zorai_very_ancient	Zoraï Very Ancient Amber Cube	a	the	Zoraï Very Ancient Amber Cubes	\d	the	
    -_4B006F4536066EE8	cwtf03_pearl	Corsair Pearl	a	the	Corsair Pearls	\d	the	
    -_1872BF42B7678FEC	m0709dxaca02	Lake Shell	a	the	Lake Shells	\d	the	
    -_FF6A845DB1616D7D	m0194dxaca02	Peat	some	the	Peat	\d	the	
    -_0B0316B901F25F7D	m0229dxaca02	Lake Root	a	the	Lake Roots	\d	the	
    -_55A50C949A9EFBB7	m0224dxaca02	Kamic Thinking Moss	some	the	Kamic Thinking Moss	\d	the	
    -_55F1A9E3E85E2F56	m0194dxaca04	Mektoub Dropping	a	the	Mektoub Droppings	\d	the	
    -_CA9539D4A91C468B	m0201dxaca02	Waterfall Pearl	a	the	Waterfall Pearls	\d	the	
    -_83E0AEA12758D718	m0194dxaca05	Bone	a	the	Bones	\d	the	
    -_6A6918129F199455	m0229dxaca03	Root	a	the	Roots	\d	the	
    -_8814699BA3F8F63C	m0706dxaca02	Psykopla Spore	a	the	Psykopla Spores	\d	the	
    -_2D1A1C27E185D84D	m0194dxaca03	Garbage	some	the	Garbage	\d	the	
    -_AAB9900DA2FA90C7	m0684ccpca02	Fossil	a	the	Fossils	\d	the	
    -_A7B210C06A40F4B4	m0707dxaca02	Mud	some	the	Mud	\d	the	
    -_5C68D5A061E0CF01	cwmf03_bag	Package to deliver	a	the	Packages to deliver	\d	the	
    -_8DAA130662E2CC41	cwmf03_purse	Little Purse	a	the	Little Purses	\d	the	
    -_84D0CD264740551E	cwff03_egg	Goari Egg	a	the	Goari Eggs	\d	the	
    -_30EAD1F19E862CB7	itforagefyros_1	Krat	a	the	Krat	\d	the	
    -_440E390B5D55391D	itforagematis_1	Merena	a	the	Merena	\d	the	
    -_2B69E4F056F7B0AA	itforagetryker_1	Pik	a	the	Pik	\d	the	
    -_DFCE668F03D9AE9D	itforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_BA6D78FD2C8AB833	sfxitforagefyros_1	Krat	a	the	Krat	\d	the	
    -_421D6C80C58E010D	sfxitforagematis_1	Merena	a	the	Merena	\d	the	
    -_7B5C151EE949D8B8	sfxitforagetryker_1	Pik	a	the	Pik	\d	the	
    -_62064CDDE5B63097	sfxitforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_6DF3A29EA1F42EBF	ke0904_big_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_9144DFF07E5B90D7	ke0904_light_package	Light Package	a	the	Light Packages	\d	the	
    -_F64F396D07DD63AB	system_mp_choice_black	Choice Generic Raw Material (Black)	a	the	Choice Generic Raw Materials (Black)	\d	the	
    -_EC092C92BBFDCDCA	system_mp_choice_blue	Choice Generic Raw Material (Blue)	a	the	Choice Generic Raw Materials (Blue)	\d	the	
    -_F9B04D6D07FD93A3	system_mp_choice_green	Choice Generic Raw Material (Green)	a	the	Choice Generic Raw Materials (Green)	\d	the	
    -_AF185AE2A6838ADF	system_mp_choice_purple	Choice Generic Raw Material (Purple)	a	the	Choice Generic Raw Materials (Purple)	\d	the	
    -_A2D446911624AAAA	system_mp_choice_red	Choice Generic Raw Material (Red)	a	the	Choice Generic Raw Materials (Red)	\d	the	
    -_B8B8571E85ED0678	system_mp_choice_turquoise	Choice Generic Raw Material (Turquoise)	a	the	Choice Generic Raw Materials (Turquoise)	\d	the	
    -_8CC20ED2220D0CBF	system_mp_choice_white	Choice Generic Raw Material (White)	a	the	Choice Generic Raw Materials (White)	\d	the	
    -_5DE61E37F3CBA55B	event_barrel_of_beer	Barrel of Lakes Beer	a	the	Barrels of Lakes Beer	\d	the	
    -_1B43B328A70EB35E	event_barrel_of_shooki_liquor	Barrel of Shooki Liquor	a	the	Barrels of Shooki Liquor	\d	the	
    -_A0E7216432632983	event_barrel_of_water	Barrel of Lake Water	a	the	Barrels of Lake Water	\d	the	
    -_9E382CA8E216A4A5	event_blood	Blood	some	the	Blood	\d	the	
    -_E0F717AFACB8CF88	event_goo	Goo	some	the	Goo	\d	the	
    -_14274BC59443367E	event_incandescent_wood	Incandescent Wood	some	the	Incandescent Wood	\d	the	
    -_792CE5D929D954E7	event_lakes_beer	Lakes Beer	some	the	Lakes Beer	\d	the	
    -_59C19ABB12420E87	event_magnetized_amber	Magnetized Amber	a	the	Magnetized Amber	\d	the	
    -_96A0931AAF1EFB43	event_magnetized_amber_sphere	Sphere Magnetized Amber	a	the	Sphere Magnetized Amber	\d	the	
    -_E266D4B065043C86	event_meat	Meat	some	the	Meats	\d	the	
    -_B1794393DBE7FFA7	event_missive	Missive	a	the	Missives	\d	the	
    -_7F46C694FF5C09F9	event_missive_fyros	Fyros Missive	a	the	Fyros Missives	\d	the	
    -_7FFC8597421B95DC	event_missive_kami	Kami Missive	a	the	Kami Missives	\d	the	
    -_7FFC6594831B95DC	event_missive_kara	Karavan Missive	a	the	Karavan Missives	\d	the	
    -_7F469698F33C09F9	event_missive_matis	Matis Missive	a	the	Matis Missives	\d	the	
    -_E0969A6A015B7D6B	event_missive_tryker	Tryker Missive	a	the	Tryker Missives	\d	the	
    -_7F045694F9DE09F9	event_missive_zorai	Zoraï Missive	a	the	Zoraï Missives	\d	the	
    -_3CFB6D87866D85E1	event_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_F966A6927B7E71ED	event_shooki_liquor	Shooki Liquor	some	the	Shooki Liquor	\d	the	
    -_28A936CF1C4C4AD2	event_taliari_pearl_black	Black Taliari Pearl	a	the	Black Taliari Pearls	\d	the	
    -_373663ADD6C976A8	event_taliari_pearl_blue	Blue Taliari Pearl	a	the	Blue Taliari Pearls	\d	the	
    -_F3F7E35CF15927BF	event_taliari_pearl_violet	Violet Taliari Pearl	a	the	Violet Taliari Pearls	\d	the	
    -_EBB88CB1AA47389B	winch	Winch	a	the	Winchs	\d	the	
    -_6598E09CD4E5BC94	winch_2	Winch	a	the	Winchs	\d	the	
    -_6598E09C14F5BC94	winch_3	Winch	a	the	Winchs	\d	the	
    -_E8C884B2A4DAD8AB	secator	Secator	a	the	Secators	\d	the	
    -_6539707AA7A9C49C	secator_2	Secator	a	the	Secators	\d	the	
    -_6539707BA7A9C49C	secator_3	Secator	a	the	Secators	\d	the	
    -_66B9B8B0E67AB0AC	scraper	Scraper	a	the	Scrapers	\d	the	
    -_290A4076A7FA8498	scraper_2	Scraper	a	the	Scrapers	\d	the	
    -_290A4077A7FA8498	scraper_3	Scraper	a	the	Scrapers	\d	the	
    -_2E4A00ACAFF878AB	brush	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD66B0A6	brush_2	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD76B0A6	brush_3	Brush	a	the	Brushes	\d	the	
    -_F713547E87315100	cattlestick	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510E	cattlestick_2	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510F	cattlestick_3	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_5BB592DEC824818E	mountingstick	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C512BE8A	mountingstick_2	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C522BE8A	mountingstick_3	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_581C91B3EC59648F	petstick	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A8C10E5F76BD0	petstick_2	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A9010E5F76BD0	petstick_3	Pet Stick	a	the	Pet Sticks	\d	the	
    -_6C78C0A521CAACA9	chopper	Butcher's Knife	a	the	Butcher Knives	\d	the	
    -_2C29146667C99897	chopper_2	Chopper	a	the	Choppers	\d	the	
    -_2C29146767C99897	chopper_3	Chopper	a	the	Choppers	\d	the	
    -_2F38D0AB2A57108C	drill	Drill	a	the	Drills	\d	the	
    -_AB19C87F10E5CCA5	drill_2	Drill	a	the	Drills	\d	the	
    -_AB19C87F50F5CCA5	drill_3	Drill	a	the	Drills	\d	the	
    -_EA383482AD482C56	grip	Grip	a	the	Grips	\d	the	
    -_E2D80CA2F0F4BB76	grip_2	Grip	a	the	Grips	\d	the	
    -_22D80CA2F0F4BF76	grip_3	Grip	a	the	Grips	\d	the	
    -_AB98B0B32B68549A	stick	Stick	a	the	Sticks	\d	the	
    -_E4A9149FD3E5C89A	stick_2	Stick	a	the	Sticks	\d	the	
    -_E4A9149F13F5C89A	stick_3	Stick	a	the	Sticks	\d	the	
    -_2C3898B32BE85494	stake	Stake	a	the	Stakes	\d	the	
    -_6C887CA2E8771898	phial	Phial	a	the	Phials	\d	the	
    -_1ED36935B6F1BE32	iccm2ms_2	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_1ED36936B6F1BE32	iccm2ms_3	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_F0093121888B44F3	r_06_08_phial_full	Phial	a	the	Phials	\d	the	
    -_FC6CAD2C67ECB821	r_06_08_report	Report	a	the	Reports	\d	the	
    -_A6098DA120A6473F	r_06_09_kizoar_element	Lethal Kizoar Wing	a	the	Lethal Kizoar Wings	\d	the	
    -_FC6CAD2C67FCB821	r_06_09_report	Report	a	the	Reports	\d	the	
    -_3555F7DD2126222F	rpjob_elementary	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_9DA562B26F425A61	rpjob_advanced	Advanced Occupation	an	the	Advanced Occupations	\d	the	
    -_16515F8222A6FA6C	rpjob_roleplay	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_85B4A1C5D99F7053	rpjobitem_certifications	Master's Instrument	a	the	Master's Instruments	\d	the	
    -_0F3D776412F0C65C	rpjob_200	Apprentice Butcher	an	of	Apprentice Butcher	\d	of	
    -_FA0E017088640A01	rpjobitem_200_a0	Butchering Components	some	the	Butchering Components	\d	the	
    -_99DB2BEBE9ECCE42	rpjobitem_200_a1	Greater Butchering Components	some	the	Greater Buthering Components	\d	the	
    -_06BEF7FF65B8D31A	rpjobitem_200_b0	Herbivore Meat	some	the	Herbivore Meats	\d	the	
    -_8BA219614946FD14	rpjobitem_200_b1	Prime Herbivore Meat	some	the	Prime Herbivore Meats	\d	the	
    -_CD7CDED57FF3D638	rpjobitem_200_c0	Leg of Yubo	some	the	Legs of Yubo	\d	the	
    -_9BAFD3E438E40AA6	rpjobitem_200_c1	Bodoc Steak	some	the	Bodoc Steaks	\d	the	
    -_4DE37ABDC975C42C	rpjobitem_200_c2	Giblet of Arma	some	the	Giblets of Arma	\d	the	
    -_DBFFA3DD7A743EA0	rpjobitem_200_c3	Fillet of Arana	some	the	Fillets of Arana	\d	the	
    -_327C270227963388	rpjobitem_200_c4	Sirloin of Madakam	some	the	Sirloins of Madakam	\d	the	
    -_CE21AF717EA685F2	rpjobitem_200_c5	Shalah Ribs	some	the	Shalah Ribs	\d	the	
    -_CDCCBF665780A66F	rpjob_201	Apprentice Florist	an	of	Apprentice Florist	\d	of	
    -_CA02022225F6448B	rpjobitem_201_a0	Flower Supply Certificates	some	the	Flower Supply Certificates	\d	the	
    -_1D5F7FB6237E14C7	rpjobitem_201_a1	Abundant Flower Supply Certificates	some	the	Abondant Flower Certificates	\d	the	
    -_9279471FFE4CC296	rpjobitem_201_b0	Flower Maintenance certificates	some	the	Flower Maintenance Certificates	\d	the	
    -_84A75C031EE9E86D	rpjobitem_201_b1	Perfect Flower Maintenance Certificates	some	the	Perfect Flower Maintenance Certificates	\d	the	
    -_4DE5D24DCDD1C441	rpjobitem_201_c0	Basic Bouquet	a	the	Basic Bouquets	\d	the	
    -_99057FAA7423B24A	rpjobitem_201_c1	Mystia Bouquet	a	the	Mystia Bouquets	\d	the	
    -_1549BF9C53E6B374	rpjobitem_201_c2	Fallenor Bouquet	a	the	Fallenor Bouquets	\d	the	
    -_54B9EB9A5486AB7E	rpjobitem_201_c3	Folially Bouquet	a	the	Folially Bouquets	\d	the	
    -_17F32FA33544FA48	rpjobitem_201_c4	Floris Bouquet	a	the	Floris Bouquets	\d	the	
    -_5385F2650ED1C461	rpjobitem_201_c5	Nexus Bouquet	a	the	Nexus Bouquets	\d	the	
    -_CE3CB77612E0BA6C	rpjob_205	Apprentice Medic	an	of	Apprentice Medic	\d	of	
    -_B53CF91C99F90DC1	rpjobitem_205_a0	Bandages	some	the	Bandages	\d	the	
    -_2B07B78E8CF29642	rpjobitem_205_a1	Strong Bandages	some	the	Strong Bandages	\d	the	
    -_743929FCDDBAA464	rpjobitem_205_b0	Balsams	some	the	Balsams	\d	the	
    -_94A9AF8A14B637B5	rpjobitem_205_b1	Powerful Balsams	some	the	Powerful Balsams	\d	the	
    -_7EB29CFA8C1797C5	rpjobitem_205_c0	Small First-Aid Kit	a	the	Small First-Aid Kits	\d	the	
    -_538388330BB5C467	rpjobitem_205_c1	First-Aid Kit	a	the	First-Aid Kits	\d	the	
    -_BF2E53D49338E646	rpjobitem_205_c2	Prevention Kit	a	the	Prevention Kits	\d	the	
    -_B38B603148339710	rpjobitem_205_c3	Advanced Care Kit	an	the	Advanced Care Kits	\d	the	
    -_18342E325DAFB652	rpjobitem_205_c4	Survival Kit	a	the	Survival Kits	\d	the	
    -_0D4FBA11C061F881	rpjobitem_205_c5	Fast Regeneration Kit	a	the	Fast Regeneration Kits	\d	the	
    -_E2F25C48324C5FFA	itoshovelgarden	Trowel	a	the	Trowels	\d	the	
    -_5E6454A1077EE1EF	lucky_flower	Lucky Flower	a	the	Lucky Flowers	\d	the	
    -_8220BB29E86B80CF	rpjob_202	Apprentice Water-Carrier	an	of	Apprentice Water-Carrier	\d	of	
    -_67392C59EBA7C4A6	bucket	Bucket	a	the	 Buckets	\d	the	
    -_7B3AF6F2CEF30E8C	aqua_speed	Aquatic Propulsor	an	the	Aquatic Propulsors	\d	the	
    -_9CBDFA15261AEF9B	rpjobitem_202_a0	Water Quality Certificates	some	the	Water Quality Certificates	\d	the	
    -_14F6CF81BDAD4A14	rpjobitem_202_a1	Good Water Quality Certificates	some	the	Good Water Quality Certificates	\d	the	
    -_8FA7518A0D4B353F	rpjobitem_202_b0	Report of the Commissioner Sender	a	the	Reports of the Commissioner Sender	\d	the	
    -_776BC2D1B1D15237	rpjobitem_202_b1	Report of Excellence of the Commissioner Sender	a	the	Reports of Excellence of the Commissioner Sender	\d	the	
    -_AE2DCA0C821C28BB	rpjobitem_202_c0	Small Flask of Drab Water	a	the	Small Flasks of Drab Water	\d	the	
    -_87539C3D99596890	rpjobitem_202_c1	Small Flask of Water	a	the	Small Flasks of Water	\d	the	
    -_D92A8AA6505C5EE4	rpjobitem_202_c2	Small Flask of Refreshing Water	a	the	Small Flasks of Refreshing Water	\d	the	
    -_C0D3AEEC0612B36C	rpjobitem_202_c3	Small Flask of Exhilarating Water	a	the	Small Flasks of Exhilarating Water	\d	the	
    -_0072F537AA1796CA	rpjobitem_202_c4	Small Flask of Purifying water	a	the	Small Flasks of Purifying Water	\d	the	
    -_BD7FC60DAA45DA62	rpjobitem_202_c5	Small Flask of Healing water	a	the	Small Flasks of Healing Water	\d	the	
    -_263DA69ABDA01117	medical_kit	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_6EBE86E6562EFCAD	rpjob_203	Apprentice Magnetic Cartographer	an	of	Apprentice Magnetic Cartographer	\d	of	
    -_70CC20A4644904A7	stylet	Stylus	a	the	Stylus	\d	the	
    -_3CFE0C58358826A3	protect_amber	Amber of Protection	an	the	 Ambers of Protection	\d	the	
    -_0A2BCBBC6C52B8AB	rpjobitem_203_a0	Fragment of Magnetic Fields Map	a	the	Fragments of Magnetic Fields Map	\d	the	
    -_12002DE0E31C5EFB	rpjobitem_203_a1	Fragment of Precise Magnetic Fields Map	a	the	Fragments of Precise Magnetic Fields Map	\d	the	
    -_53F7BE95D19BA24B	rpjobitem_203_b0	List of Magnetic Amplitudes	a	the	Lists of Magnetic Amplitudes	\d	the	
    -_33A3546EF1473824	rpjobitem_203_b1	List of Precise Magnetic Amplitudes	a	the	Lists of Precise Magnetic Amplitudes	\d	the	
    -_F95F39A430EE2F92	rpjobitem_203_c0	Map of Minor Magnetism	a	the	Maps of Minor Magnetism	\d	the	
    -_049573BB0B260983	rpjobitem_203_c1	Map of Primary Magnetism	a	the	Maps of Primary Magnetism	\d	the	
    -_3EF55681E5E5EC90	rpjobitem_203_c2	Map of Secondary Magnetism	a	the	Maps of Secondary Magnetism	\d	the	
    -_3E4215A07CF6F956	rpjobitem_203_c3	Map of Tertiary Magnetism	a	the	Maps of Tertiary Magnetism	\d	the	
    -_CEE2AD5AB38D2E18	rpjobitem_203_c4	Map of Medium Magnetism	a	the	Maps of Medium Magnetism	\d	the	
    -_3AB021B1F9640567	rpjobitem_203_c5	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_A518DB81926887CF	rpjob_204	Apprentice Toolmaker	an	of	Apprentice Toolmaker	\d	of	
    -_E1873693C8613D0D	tools_ticket	Improved Tool	an	the	Improved Tools	\d	the	
    -_18F46B65C6E278F1	rpjobitem_204_a0	Materials for the Handle	some	the	Materials for the Handle	\d	the	
    -_DB279794BBC5CE98	rpjobitem_204_a1	Sturdy Materials for the Handle	some	the	Sturdy Materials for the Handle	\d	the	
    -_38923576A7D8C1EB	rpjobitem_204_b0	Materials for the Main Element	some	the	Materials for the Main Element	\d	the	
    -_F7878891ADC1AA48	rpjobitem_204_b1	Sturdy Materials for the Main Element	some	the	Sturdy Materials for the Main Element	\d	the	
    -_D231428A5E6C0645	rpjobitem_204_c0	Basic Tool	a	the	Basic Tools	\d	the	
    -_0F4F0EC90C56064B	rpjobitem_204_c1	Practical Tool	a	the	Practical Tools	\d	the	
    -_96C15662F8A95183	rpjobitem_204_c2	Clever Tool	a	the	Clever Tools	\d	the	
    -_6BB3A7ED4FD7CE09	rpjobitem_204_c3	Productive Tool	a	the	Productive Tools	\d	the	
    -_D46FEED09267E647	rpjobitem_204_c4	Outstanding Tool	a	the	Outstanding Tools	\d	the	
    -_B2E66858ED0D3AB8	rpjobitem_204_c5	Revolutionary Tool	a	the	Revolutionary Tools	\d	the	
    -_5F25EA734694013B	butcher_knife	Butcher's Knife	a	the	Butcher's Knives	\d	the	
    -_5EDEA4DE7F569105	tp_kami_almati	Kami Teleporter Pact for Almati Wood	a	the	Kami Teleporter Pacts for Almati Wood	\d	the	
    -_A3A9478D123A5BB9	rpjob_206	Apprentice Larvester	an	of	Apprentice Larvester	\d	of	
    -_3351407B3F6119F9	large_phial	Larvae Phial	a	the	Larvae Phials	\d	the	
    -_801F13A2BDA5C5A2	tp_kara_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_D5C3138802B88A3D	rpjobitem_206_a0	Primary Larva	a	the	Primary Larvae	\d	the	
    -_7D8FC42BC571F818	rpjobitem_206_a1	Sublime Primary Larva	a	the	Sublime Primary Larvae	\d	the	
    -_6998FEF991A55F65	rpjobitem_206_b0	Secondary Larva	a	the	Secondary Larvae	\d	the	
    -_E20E6916072F140D	rpjobitem_206_b1	Sublime Secondary Larva	a	the	Sublime Secondary Larvae	\d	the	
    -_CF224A7D6AAF89F8	rpjobitem_206_c0	Dried Larva	a	the	Dried Larvae	\d	the	
    -_D1251A398D8DEE3A	rpjobitem_206_c1	Small Larva	a	the	Small Larvae	\d	the	
    -_BF814A74B5AFBCCF	rpjobitem_206_c2	Tonic Larva	a	the	Tonic Larvae	\d	the	
    -_58F878F12F3DCFC8	rpjobitem_206_c3	Stimulating Larva	a	the	Stimulating Larvae	\d	the	
    -_A9B5D3BF2869B778	rpjobitem_206_c4	Energizing Larva	an	the	Energizing Larvae	\d	the	
    -_52023686AEAF8906	rpjobitem_206_c5	Power Larva	a	the	Power Larvae	\d	the	
    -_639F5992EBFB4D73	tp_karavan_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_274FB0312F39F783	rpjob_207	Apprentice Scrollmaker	a	of	Apprentice Scrollmaker	\d	of	
    -_392FBC14BAEA17EC	scrollmaker	Scroll Making Tool	a	the	Scroll Making Tool	\d	the	
    -_E75A811DAD79689E	parchment	Parchment	a	the	Parchments	\d	the	
    -_09772876C79B9A18	rpjobitem_207_a0	Parchment Manufacturing Materials	some	the	Parchment Manufacturing Materials	\d	the	
    -_F93F20C9A7B3E499	rpjobitem_207_a1	Greater Parchment Manufacturing Materials	some	the	Greater Parchment Manufacturing Materials	\d	the	
    -_EB49342F63EBB8ED	rpjobitem_207_b0	Ink Manufacturing Materials	some	the	Ink Manufacturing Materials	\d	the	
    -_563A6F383DC3C617	rpjobitem_207_b1	Greater Ink Manufacturing Materials	some	the	Greater Ink Manufacturing Materials	\d	the	
    -_DB1D91120AE6AF8C	rpjobitem_207_c0	Basic Writing Necessities	some	the	Basic Writing Necessities	\d	the	
    -_6E6B62C6C9369DC7	rpjobitem_207_c1	Modest Writing Necessities	some	the	Modest Writing Necessities	\d	the	
    -_70AC6EC68A3661B1	rpjobitem_207_c2	Simple Writing Necessities	some	the	Simple Writing Necessities	\d	the	
    -_9F94D3C9DD48B783	rpjobitem_207_c3	Handwriting Necessities	some	the	Handwriting Necessities	\d	the	
    -_207D79354C64A499	rpjobitem_207_c4	Fine Writing Necessities	some	the	Fine Writing Necessities	\d	the	
    -_F83712A269A78100	rpjobitem_207_c5	Masterful Writing Necessities	some	the	Masterful Writing Necessities	\d	the	
    -_C09D3E031C548ACF	water_barrel	Stimulating Water	a	the	Stimulating Waters	\d	the	
    -_56976F432904EFBC	rpjobitem_200_c6	Tongue of Ploderos	a	the	Tongue of Ploderos	\d	the	
    -_AAE466A5BD78CE5B	rpjobitem_201_c6	Canopy Bouquet	a	the	Canopy Bouquets	\d	the	
    -_4F173424D5C4699F	rpjobitem_202_c6	Small Flask of Holy Water	a	the	Small Flasks of Holy Water	\d	the	
    -_B9B60DC7CC06D51F	rpjobitem_203_c6	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_8F0C7EBE9408E249	rpjobitem_204_c6	Fantastic Tool	a	the	Fantastic Tools	\d	the	
    -_5B31142984912033	rpjobitem_205_c6	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_4BE08C5B9E1C0FDD	rpjobitem_206_c6	Extraordinary Larva	an	the	Extraordinary Larvae	\d	the	
    -_E324C2CFE2D8A689	rpjobitem_207_c6	Artful Writing Necessities	some	the	Artful Writing Necessities	\d	the	
    -_7F7B0EEE77E932E5	unstable_goo_vial	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_FDEBE33068537FC4	shopan_staff_crate	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_720F99C85F2AF504	fyler_dagger_crate	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_F5AF2C76FDB63B79	makam_bowrifle_crate	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_8D36C2C75C0C23D1	nanka_mace_crate	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9BF7A3AD73F5D2B9	iccalb	Tribe Commander Light Boots	\d	the	Tribe Commander Light Boots	\d	the	
    -_0FB1431AE993C3A6	iccalg	Tribe Commander Light Gloves	\d	the	Tribe Commander Light Gloves	\d	the	
    -_5B17D79FF7F50AB9	iccalp	Tribe Commander Light Pants	\d	the	Tribe Commander Light Pants	\d	the	
    -_3C3DCCD5E7D677D5	iccals	Tribe Commander Light Sleeves	\d	the	Tribe Commander Light Sleeves	\d	the	
    -_618ACE9206675385	iccalv	Tribe Commander Light Vest	a	the	Tribe Commander Light Vest	\d	the	
    -_31BB07FD667629E1	pvp_aura_lifemage_c0	Feeble Halo of the Mage	a	the	Feeble Halos of the Mage	\d	the	
    -_71BB070CE72549EC	pvp_aura_lifemage_c1	Simple Halo of the Mage	a	the	Simple Halos of the Mage	\d	the	
    -_0439C454E2DAE454	pvp_aura_lifemage_c2	Effective Halo of the Mage	an	the	Effective Halos of the Mage	\d	the	
    -_F1BB070CE7E529EC	pvp_aura_lifemage_c3	Powerful Halo of the Mage	a	the	Powerful Halos of the Mage	\d	the	
    -_F32BD2793F5B6BE5	pvp_aura_lifemage_c4	Magnificent Halo of the Mage	a	the	Magnificent Halos of the Mage	\d	the	
    -_CD8F79B97EE1B9A7	pvp_aura_lifemage_c5	Mythical Halo of the Mage	a	the	Mythical Halos of the Mage	\d	the	
    -_A0D73511931095E0	pvp_aura_lifemage_c6	Divine Halo of the Mage	a	the	Divine Halos of the Mage	\d	the	
    -_315C0775030C79EC	pvp_aura_lifetank_c0	Feeble Halo of the Warrior	a	the	Feeble Halos of the Warrior	\d	the	
    -_715C078484BB99F7	pvp_aura_lifetank_c1	Simple Halo of the Warrior	a	the	Simple Halos of the Warrior	\d	the	
    -_046081C3E78B005E	pvp_aura_lifetank_c2	Effective Halo of the Warrior	an	the	Effective Halos of the Warrior	\d	the	
    -_F15C0784847B79F7	pvp_aura_lifetank_c3	Powerful Halo of the Warrior	a	the	Powerful Halos of the Warrior	\d	the	
    -_CEC1068A01FC8757	pvp_aura_lifetank_c4	Magnificent Halo of the Warrior	a	the	Magnificent Halos of the Warrior	\d	the	
    -_CDB636288392D5B1	pvp_aura_lifetank_c5	Mythical Halo of the Warrior	a	the	Mythical Halos of the Warrior	\d	the	
    -_22D7FE86AFE1DDE0	pvp_aura_lifetank_c6	Divine Halo of the Warrior	a	the	Divine Halos of the Warrior	\d	the	
    -_3B8D856E2219C78F	pvp_aura_saplife_c0	Feeble Halo of Sap	some	the	Feeble Halos of Sap	\d	the	
    -_FE9D856EE679B397	pvp_aura_saplife_c1	Simple Halo of Sap	some	the	Simple Halos of Sap	\d	the	
    -_1742CC9D56AA04A3	pvp_aura_saplife_c2	Effective Halo of Sap	some	the	Effective Halos of Sap	\d	the	
    -_FEBD856EE679A38F	pvp_aura_saplife_c3	Powerful Halo of Sap	some	the	Powerful Halos of Sap	\d	the	
    -_FA3C48FB84505985	pvp_aura_saplife_c4	Magnificent Halo of Sap	some	the	Magnificent Halos of Sap	\d	the	
    -_EB74610A12CAC518	pvp_aura_saplife_c5	Mythical Halo of Sap	some	the	Mythical Halos of Sap	\d	the	
    -_B9C933F92725D818	pvp_aura_saplife_c6	Divine Halo of Sap	some	the	Divine Halos of Sap	\d	the	
    -_B5CD235EC18C45E3	pvp_aura_stamlife_c0	Feeble Halo of Stamina	a	the	Feeble Halos of Stamina	\d	the	
    -_F5CD236D423B65EE	pvp_aura_stamlife_c1	Simple Halo of Stamina	a	the	Simple Halos of Stamina	\d	the	
    -_C30099BDA4FA2C62	pvp_aura_stamlife_c2	Effective Halo of Stamina	an	the	Effective Halos of Stamina	\d	the	
    -_75CD236D42FB45EE	pvp_aura_stamlife_c3	Powerful Halo of Stamina	a	the	Powerful Halos of Stamina	\d	the	
    -_4D720E73C43C674E	pvp_aura_stamlife_c4	Magnificent Halo of Stamina	a	the	Magnificent Halos of Stamina	\d	the	
    -_8C564E22400101B5	pvp_aura_stamlife_c5	Mythical Halo of Stamina	a	the	Mythical Halos of Stamina	\d	the	
    -_E088D67FAD1079FB	pvp_aura_stamlife_c6	Divine Halo of Stamina	a	the	Divine Halos of Stamina	\d	the	
    -_0EA09D8F43BF7987	pvp_boost_lifemage_c0	Feeble Potion of the Mage	a	the	Feeble Potions of the Mage	\d	the	
    -_0EA0D995023FA588	pvp_boost_lifemage_c1	Simple Potion of the Mage	a	the	Simple Potions of the Mage	\d	the	
    -_11FE4515A4C42C69	pvp_boost_lifemage_c2	Effective Potion of the Mage	an	the	Effective Potions of the Mage	\d	the	
    -_B6BA348D828E8D8A	pvp_boost_lifemage_c3	Powerful Potion of the Mage	a	the	Powerful Potions of the Mage	\d	the	
    -_1634A23FB94BB83D	pvp_boost_lifemage_c4	Magnificent Potion of the Mage	a	the	Magnificent Potions of the Mage	\d	the	
    -_6AD4DA87C01B798C	pvp_boost_lifemage_c5	Mythical Potion of the Mage	a	the	Mythical Potions of the Mage	\d	the	
    -_EC1AF28A837DA0B4	pvp_boost_lifemage_c6	Divine Potion of the Mage	a	the	Divine Potions of the Mage	\d	the	
    -_52B0B59B87FF8987	pvp_boost_lifetank_c0	Feeble Potion of the Warrior	a	the	Feeble Potions of the Warrior	\d	the	
    -_52B0F1A1467FB588	pvp_boost_lifetank_c1	Simple Potion of the Warrior	a	the	Simple Potions of the Warrior	\d	the	
    -_6BCF891C2635F5D8	pvp_boost_lifetank_c2	Effective Potion of the Warrior	an	the	Effective Potions of the Warrior	\d	the	
    -_52B0F1A145FFB58A	pvp_boost_lifetank_c3	Powerful Potion of the Warrior	a	the	Powerful Potions of the Warrior	\d	the	
    -_D934E24655B25D4A	pvp_boost_lifetank_c4	Magnificent Potion of the Warrior	a	the	Magnificent Potions of the Warrior	\d	the	
    -_C4A51E8E428C42FB	pvp_boost_lifetank_c5	Mythical Potion of the Warrior	a	the	Mythical Potions of the Warrior	\d	the	
    -_C7B03E9C838FA026	pvp_boost_lifetank_c6	Divine Potion of the Warrior	a	the	Divine Potions of the Warrior	\d	the	
    -_1EDF10CC6AC01DDB	pvp_boost_saplife_c0	Feeble Potion of Sap	some	the	Feeble Potions of Sap	\d	the	
    -_5EDF10DBEB6F3DE6	pvp_boost_saplife_c1	Simple Potion of Sap	some	the	Simple Potions of Sap	\d	the	
    -_96768C282708AB88	pvp_boost_saplife_c2	Effective Potion of Sap	some	the	Effective Potions of Sap	\d	the	
    -_DEDF10DBEB2F1DE6	pvp_boost_saplife_c3	Powerful Potion of Sap	some	the	Powerful Potions of Sap	\d	the	
    -_72C7AE7CB12D8CAB	pvp_boost_saplife_c4	Magnificent Potion of Sap	some	the	Magnificent Potions of Sap	\d	the	
    -_5FCC418DC30F80DB	pvp_boost_saplife_c5	Mythical Potion of Sap	some	the	Mythical Potions of Sap	\d	the	
    -_696CE825C69F31A5	pvp_boost_saplife_c6	Divine Potion of Sap	some	the	Divine Potions of Sap	\d	the	
    -_D1119D8E45AF9982	pvp_boost_stamlife_c0	Feeble Potion of Stamina	a	the	Feeble Potions of Stamina	\d	the	
    -_D111D994042FC583	pvp_boost_stamlife_c1	Simple Potion of Stamina	a	the	Simple Potions of Stamina	\d	the	
    -_2EEF2D2727B4D1D2	pvp_boost_stamlife_c2	Effective Potion of Stamina	an	the	Effective Potions of Stamina	\d	the	
    -_D111D99403AFC585	pvp_boost_stamlife_c3	Powerful Potion of Stamina	a	the	Powerful Potions of Stamina	\d	the	
    -_58D6BA3E13217D40	pvp_boost_stamlife_c4	Magnificent Potion of Stamina	a	the	Magnificent Potions of Stamina	\d	the	
    -_87C5C299430B1EF5	pvp_boost_stamlife_c5	Mythical Potion of Stamina	a	the	Mythical Potions of Stamina	\d	the	
    -_4A2112834ACEC010	pvp_boost_stamlife_c6	Divine Potion of Stamina	a	the	Divine Potions of Stamina	\d	the	
    -_2BA4C891D7970C50	icoanimtammo	SGM Ammo Crafting Tool	a	the	SGM Ammo Crafting Tools	\d	the	
    -_AB5960C823428C6F	icoanimtarmor	SGM Armor Craft Tool	a	the	SGM Armor Craft Tools	\d	the	
    -_AB2950D12342745F	icoanimtjewel	SGM Jewel Craft Tool	a	the	SGM Jewel Craft Tools	\d	the	
    -_C10A910AD60E8CB5	icoanimtmwea	SGM Melee Weapon Craft Tool	a	the	SGM Melee Weapon Craft Tools	\d	the	
    -_412A8114D60E8CB5	icoanimtrwea	SGM Range Weapon Craft Tool	a	the	SGM Range Weapon Craft Tools	\d	the	
    -_D8512A3C46DECD3C	system_mp_extra_black	Perfect Generic Raw Material (Black)	a	the	Perfect Generic Raw Materials (Black)	\d	the	
    -_0AD0F57006AAC5F4	system_mp_extra_blue	Perfect Generic Raw Material (Blue)	a	the	Perfect Generic Raw Materials (Blue)	\d	the	
    -_9A91424107FEDD45	system_mp_extra_green	Perfect Generic Raw Material (Green)	a	the	Perfect Generic Raw Materials (Green)	\d	the	
    -_97226694C74E4A5F	system_mp_extra_purple	Perfect Generic Raw Material (Purple)	a	the	Perfect Generic Raw Materials (Purple)	\d	the	
    -_C23FF501BFDEE1D6	system_mp_extra_red	Perfect Generic Raw Material (Red)	a	the	Perfect Generic Raw Materials (Red)	\d	the	
    -_46FEA7B699F01ABB	system_mp_extra_turquoise	Perfect Generic Raw Material (Turquoise)	a	the	Perfect Generic Raw Materials (Turquoise)	\d	the	
    -_62D11A51C5EFED32	system_mp_extra_white	Perfect Generic Raw Material (White)	a	the	Perfect Generic Raw Materials (White)	\d	the	
    -_B70993A69EE3E687	system_mp_excellent_black	Excellent Generic Raw Material (Black)	a	the	Excellent Generic Raw Materials (Black)	\d	the	
    -_E1F8DECBA2C0126C	system_mp_excellent_blue	Excellent Generic Raw Material (Blue)	a	the	Excellent Generic Raw Materials (Blue)	\d	the	
    -_F80993A9E0430E92	system_mp_excellent_green	Excellent Generic Raw Material (Green)	a	the	Excellent Generic Raw Materials (Green)	\d	the	
    -_70C7CFE62497EBD5	system_mp_excellent_purple	Excellent Generic Raw Material (Purple)	a	the	Excellent Generic Raw Materials (Purple)	\d	the	
    -_6396266C1993062B	system_mp_excellent_red	Excellent Generic Raw Material (Red)	a	the	Excellent Generic Raw Materials (Red)	\d	the	
    -_D9F3E41C3DB85F0A	system_mp_excellent_turquoise	Excellent Generic Raw Material (Turquoise)	a	the	Excellent Generic Raw Materials (Turquoise)	\d	the	
    -_FC0993A06274F698	system_mp_excellent_white	Excellent Generic Raw Material (White)	a	the	Excellent Generic Raw Materials (White)	\d	the	
    -_29B958CBA68A90A0	web_transaction	Transaction	a	the	Transactions	\d	the	
    -_2015701C2C98F49B	rpjobloot_casket	Mysterious Casket 	a	the	Mysterious Caskets	\d	the	
    -_2E488BD22789DCAB	rpjobloot_event	Mysterious Purse	a	the	Mysterious Purses	\d	the	
    -_02C0AA7F32FA1A42	marauder_teleport_crystal	Marauder Teleport Crystal	a	the	Marauder Teleport Crystals	\d	the	
    diff --git a/code/ryzom/tools/translation/translated/item_words_en_REMOTE_4154.txt b/code/ryzom/tools/translation/translated/item_words_en_REMOTE_4154.txt
    deleted file mode 100644
    index ea8e39cb9..000000000
    --- a/code/ryzom/tools/translation/translated/item_words_en_REMOTE_4154.txt
    +++ /dev/null
    @@ -1,6892 +0,0 @@
    -*HASH_VALUE	item ID	name	ia	da	p	pia	pda	description
    -_108DDB88207D7D6F	barman_bottle	Barman's Bottle	a	the	Barman's Bottles	\d	the	
    -_719D75E0E9F8F0D4	big_barrel	Big Barrel	a	the	Big Barrels	\d	the	
    -_AAF8AD76E06BA817	big_living_sculpture	Big Living Sculpture	a	the	Big Living Sculptures	\d	the	
    -_C53473989DD18D60	black_medicine	Black Medicine	a	the	Black Medicines	\d	the	
    -_095D69BC15982000	blood_vial	Blood Vial	a	the	Blood Vials	\d	the	
    -_992FA17CC3622A69	blue_medicine	Blue Medicine	a	the	Blue Medicines	\d	the	
    -_387B063C978B2F9A	botanist_letter	Botanist's Letter	a	the	Botanist's Letters	\d	the	
    -_94281F5594E74586	botanist_vial	Botanist's Vial	a	the	Botanist's Vials	\d	the	
    -_6E7AE080AAA7CCAD	bottle	Bottle	a	the	Bottles	\d	the	
    -_29FA4C81EB47209E	casket	Casket	a	the	Caskets	\d	the	
    -_BB42F36FBADA4FB3	crystalized_spell	Crystalized Spell	a	the	Crystallized Spells	\d	the	
    -_5C103D85258D1E61	cure_expert_letter	Cure Expert's Letter	a	the	Cure Expert's Letters	\d	the	
    -_265C8F99DC8713A2	fv_arrowhead	Strange Arrowhead	a	the	Strange Arrowheads	\d	the	
    -_C4ED4DA60E405F1D	fv_seal1	Miner's Seal	a	the	Miner's Seals	\d	the	
    -_A7688EB001F4C3B6	fy_cheveux_long01	Fyros Long Haircut	a	the	Fyros Long Hairs	\d	the	
    -_C9AE97CCA6393608	fy_cheveux_medium01	Fyros Medium Haircut	a	the	Fyros Medium Haircuts	\d	the	
    -_444DFF215179DB83	fy_cheveux_shave01	Fyros Shaved Haircut	a	the	Fyros Shaved Haircuts	\d	the	
    -_2B15C615EDDA8EDA	fy_cheveux_short01	Fyros Short Haircut	a	the	Fyros Short Haircuts	\d	the	
    -_877F6110998470D1	fy_visage	Fyros Mask	a	the	Fyros Masks	\d	the	
    -_B961ACE6A4CCEFFF	goo_swarmplants_fiber	Goo Shooki Fiber	some	the	Goo Shooki Fibers	\d	the	
    -_35683D7993C78D1E	goo_swarmplants_fruit	Piece of Goo Shooki Fruit	a	the	Pieces of Goo Shooki Fruit	\d	the	
    -_D983739BF7A2F020	goo_vampignon_fungus	Goo Vampignon Fungus	a	the	Goo Vampignon Fungi	\d	the	
    -_7CA21DC266832C54	goo_varinx_blood	Phial of Goo Varinx Blood	a	the	Phials of Goo Varinx Blood	\d	the	
    -_DDE22C9F40DC38D2	goo_yber_sticky_glands	Goo Yber Sticky Gland	a	the	Goo Yber Sticky Glands	\d	the	
    -_DFBEF850F4144EB3	green_liquid_vial	Nexus Crystal	a	the	Nexus Crystals	\d	the	
    -_C7E4ABA61E218D66	green_medicine	Green Medicine	a	the	Green Medicines	\d	the	
    -_C035657CDDA3C54C	guard_scroll	Guard's Scroll	a	the	Guard's Scrolls	\d	the	
    -_FE92D2ABBEF726B8	heavy_armors_acreditation	Heavy Armor Accreditation	a	the	Heavy Armor Accreditations	\d	the	
    -_7BFC81067891490A	heavy_conch	Heavy Conch	a	the	Heavy Conchs	\d	the	
    -_8B31326A3B23E66B	heavy_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_E938348C4558587C	iccm1bm	Mace	a	the	Maces	\d	the	Mace
    -_E5F930951F9AC05E	iccm1bs	Staff	a	the	Staffs	\d	the	Staff
    -_9E18DC15602A786B	iccm1pd	Dagger	a	the	Daggers	\d	the	Dagger
    -_2768FC7B5E9AF45A	iccm1ps	Spear	a	the	Spears	\d	the	Spear
    -_EBB95CBE16B7C77A	iccm1sa	Axe	an	the	Axes	\d	the	Axe
    -_EBCA74981F9AFC68	iccm1ss	Sword	a	the	Swords	\d	the	Sword
    -_2F3E1221B70D1897	iccm2bm	Long Mace	a	the	Long Maces	\d	the	Long Mace
    -_E93894A4C889907D	iccm2pp	Pike	a	the	Pikes	\d	the	Pike
    -_5ACE81FC868EE997	iccm2sa	Long Axe	a	the	Long Axes	\d	the	Long Axe
    -_0974C96A2EDF5D2C	iccm2ss	Long Sword	a	the	Long Swords	\d	the	Long Sword
    -_73404E493DF80D8A	iccp1bb	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo	\d	the	Bowpistol Smashing Ammo
    -_74B03E48FCE9E986	iccp1bp	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo	\d	the	Bowpistol Piercing Ammo
    -_73304E49FD09098A	iccp1bs	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo	\d	the	Bowpistol Slashing Ammo
    -_0DAD62FD2122F9CF	iccp1gb	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo	\d	the	Grenade Smashing Ammo
    -_4B1D52F36103F9C5	iccp1gp	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo	\d	the	Grenade Piercing Ammo
    -_0DAD5AFC2133F9CF	iccp1gs	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo	\d	the	Grenade Slashing Ammo
    -_B1485A2A8BD9FE48	iccp1pb	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo	\d	the	Pistol Smashing Ammo
    -_B1A83E318A1AF248	iccp1pp	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo	\d	the	Pistol Piercing Ammo
    -_B1485A2A0BDAFE48	iccp1ps	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo	\d	the	Pistol Slashing Ammo
    -_C8858CA7C752A745	iccp2ab	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo	\d	the	Autolauncher Smashing Ammo
    -_C8C57C9F4563A739	iccp2ap	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo	\d	the	Autolauncher Piercing Ammo
    -_C88588A7C763A344	iccp2as	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo	\d	the	Autolauncher Slashing Ammo
    -_EC122DC0AB2E8ED4	iccp2bb	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo	\d	the	Bowrifle Smashing Ammo
    -_EB221DBD69AF9ACF	iccp2bp	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo	\d	the	Bowrifle Piercing Ammo
    -_AC1229C0AB3F8ED3	iccp2bs	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo	\d	the	Bowrifle Slashing Ammo
    -_679181B8EDBF72D0	iccp2lb	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo	\d	the	Launcher Smashing Ammo
    -_66A171B5AB407ECB	iccp2lp	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo	\d	the	Launcher Piercing Ammo
    -_27917DB8EDD072CF	iccp2ls	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo	\d	the	Launcher Slashing Ammo
    -_12A1C8C24D030CB4	iccp2rb	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo	\d	the	Rifle Smashing Ammo
    -_1171B4BC0E94ECB5	iccp2rp	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo	\d	the	Rifle Piercing Ammo
    -_D2A1C8C24D0408B4	iccp2rs	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo	\d	the	Rifle Slashing Ammo
    -_3F8F7D75C1BEC1F0	iccr1b	Bowpistol	a	the	Bowpistols	\d	the	Bowpistol
    -_2E689894EBB81474	iccr1p	Pistol	a	the	Pistols	\d	the	Pistol
    -_A14CDFFCC7C22A51	iccr2a	Autolauncher	an	the	Autolaunchers	\d	the	Autolauncher
    -_C6BD492B6CF411E9	iccr2b	Bowrifle	a	the	Bowrifles	\d	the	Bowrifle
    -_459D5D20E7D491D9	iccr2l	Launcher	a	the	Launchers	\d	the	Launcher
    -_68B87C8A1F37E07E	iccr2r	Rifle	a	the	Rifles	\d	the	Rifle
    -_E2187DEF28BAFCA4	iccsb	Buckler	a	the	Bucklers	\d	the	Buckler
    -_A958309BA2696CB0	iccss	Shield	a	the	Shields	\d	the	Shield
    -_32A79FC666529B4E	icfahb	Kostom Boots	\d	the	Kostom Boots	\d	the	Fyros Heavy Boots
    -_4314D81D5EBF5A4C	icfahg	Kostom Gloves	\d	the	Kostom Gloves	\d	the	Fyros Heavy Gloves
    -_607F44F713B2B5A8	icfahh	Kostom Helmet	a	the	Kostom Helmets	\d	the	Fyros Heavy Helmet
    -_B2196309DE04DD5E	icfahp	Kostom Pants	\d	the	Kostom Pants	\d	the	Fyros Heavy Pants
    -_C781C4C6A454E328	icfahs	Kostom Sleeves	\d	the	Kostom Sleeves	\d	the	Fyros Heavy Sleeves
    -_A93B0E2063AC6933	icfahv	Kostom Vest	a	the	Kostom Vests	\d	the	Fyros Heavy Vest
    -_50C8EFA6D8AFBE63	icfalb	Hoben Boots	\d	the	Hoben Boots	\d	the	Fyros Light Boots
    -_8D573B86A948DFA6	icfalg	Hoben Gloves	\d	the	Hoben Gloves	\d	the	Fyros Light Gloves
    -_D4C8EB985C9FBA63	icfalp	Hoben Pants	\d	the	Hoben Pants	\d	the	Fyros Light Pants
    -_DF27805BA638D353	icfals	Hoben Sleeves	\d	the	Hoben Sleeves	\d	the	Fyros Light Sleeves
    -_8A117EC1CFB43963	icfalv	Hoben Vest	a	the	Hoben Vests	\d	the	Fyros Light Vest
    -_D1371B8D52C4EAD8	icfamb	Rilon Boots	\d	the	Rilon Boots	\d	the	Fyros Medium Boots
    -_0D05EEE7C3B9179C	icfamg	Rilon Gloves	\d	the	Rilon Gloves	\d	the	Fyros Medium Gloves
    -_5527E39B52B4E6D8	icfamp	Rilon Pants	\d	the	Rilon Pants	\d	the	Fyros Medium Pants
    -_13D29C71A399F33B	icfams	Rilon Sleeves	\d	the	Rilon Sleeves	\d	the	Fyros Medium Sleeves
    -_CA2892BE0C92566F	icfamv	Rilon Vest	a	the	Rilon Vests	\d	the	Fyros Medium Vest
    -_BEFA4612DF175275	icfja	Fyros Anklet	a	the	Fyros Anklets	\d	the	Fyros Anklet
    -_AC38EBF788DA77B7	icfjb	Fyros Bracelet	a	the	Fyros Bracelets	\d	the	Fyros Bracelet
    -_01FA46FDDF97DA69	icfjd	Fyros Diadem	a	the	Fyros Diadems	\d	the	Fyros Diadem
    -_A107DB0C1DB5B207	icfje	Fyros Earring	a	the	Fyros Earrings	\d	the	Fyros Earring
    -_A8D8EFF697D3DE21	icfjp	Fyros Pendant	a	the	Fyros Pendants	\d	the	Fyros Pendant
    -_F661163A7E4C352A	icfjr	Fyros Ring	a	the	Fyros Rings	\d	the	Fyros Ring
    -_00BC9F29CC7D7967	icfm1bm	Masson Mace	a	the	Masson Maces	\d	the	One-handed Fyros Mace
    -_D7CEEF3B67555128	icfm1bs	Talus Staff	a	the	Talus Staffs	\d	the	One-handed Fyros Staff
    -_61D14A716CB95A10	icfm1pd	Jab Dagger	a	the	Jab Daggers	\d	the	One-handed Fyros Dagger
    -_402BAC2E121563C6	icfm1ps	Kronk Spear	a	the	Kronk Spears	\d	the	One-handed Fyros Spear
    -_6CD86B0094928DED	icfm1sa	Cleven Axe	a	the	Cleven Axes	\d	the	One-handed Fyros Axe
    -_F40879DA13349871	icfm1sab	Burning Cleven Axe	a	the	Burning Clevens Axes	\d	the	One-handed Burning Axe
    -_976393F6AA5CC628	icfm1ss	Blam Sword	a	the	Blam Swords	\d	the	One-handed Fyros Sword
    -_48E27FEEF1C9F652	icfm2bm	Hamp Mace	a	the	Hamp Maces	\d	the	Two-handed Fyros Long Mace
    -_FECB774898D1BD66	icfm2pp	Punnel Pike	a	the	Punnel Pikes	\d	the	Two-handed Fyros Pike
    -_45B90F5A6779EBB9	icfm2sa	Retch Axe	a	the	Retch Axes	\d	the	Two-handed Fyros Long Axe
    -_062D49E95FA5177F	icfm2sab	Burning Retch Axe	a	the	Burning Retches Axes	\d	the	Two-handed Burning Long Axe
    -_7E326F5C7A98C725	icfm2ss	Stavon Sword	a	the	Stavons Swords	\d	the	Two-handed Fyros Long Sword
    -_E30EF804BF075EE8	icfm2ssb	Burning Stavon Sword	a	the	Burning Stavons Swords	\d	the	Two-handed Burning Long Sword
    -_38E6FF8C1FFCD3E1	icfp1bb	Kolton Smashing Ammo	\d	the	Kolton Smashing Ammo	\d	the	Fyros Bowpistol Smashing Ammo
    -_38F6F3981C4DD3E1	icfp1bp	Kolton Piercing Ammo	\d	the	Kolton Piercing Ammo	\d	the	Fyros Bowpistol Piercing Ammo
    -_38E6FF8C5F0DD3E1	icfp1bs	Kolton Slashing Ammo	\d	the	Kolton Slashing Ammo	\d	the	Fyros Bowpistol Slashing Ammo
    -_92F29A201B96BF73	icfp1gb	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo	\d	the	Fyros Grenade Smashing Ammo
    -_91C2861ADC279F74	icfp1gp	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo	\d	the	Fyros Grenade Piercing Ammo
    -_52F29A201B97BB73	icfp1gs	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo	\d	the	Fyros Grenade Slashing Ammo
    -_3689F8F069D4F12C	icfp1pb	Rimel Smashing Ammo	\d	the	Rimel Smashing Ammo	\d	the	Fyros Pistol Smashing Ammo
    -_3749D8EA2AB5C128	icfp1pp	Rimel Piercing Ammo	\d	the	Rimel Piercing Ammo	\d	the	Fyros Pistol Piercing Ammo
    -_3679F8F069D5ED2C	icfp1ps	Rimel Slashing Ammo	\d	the	Rimel Slashing Ammo	\d	the	Fyros Pistol Slashing Ammo
    -_4D44AA4EE881C952	icfp2ab	Fraser Smashing Ammo	\d	the	Fraser Smashing Ammo	\d	the	Fyros Autolauncher Smashing Ammo
    -_4E649656E602B551	icfp2ap	Fraser Piercing Ammo	\d	the	Fraser Piercing Ammo	\d	the	Fyros Autolauncher Piercing Ammo
    -_4D34AA4E6892C952	icfp2as	Fraser Slashing Ammo	\d	the	Fraser Slashing Ammo	\d	the	Fyros Autolauncher Slashing Ammo
    -_A16603BCFA63F9F2	icfp2bb	Strabus Smashing Ammo	\d	the	Strabus Smashing Ammo	\d	the	Fyros Bowrifle Smashing Ammo
    -_DD8613B17A44F9ED	icfp2bp	Strabus Piercing Ammo	\d	the	Strabus Piercing Ammo	\d	the	Fyros Bowrifle Piercing Ammo
    -_A166FFBAFA74F9F2	icfp2bs	Strabus Slashing Ammo	\d	the	Strabus Slashing Ammo	\d	the	Fyros Bowrifle Slashing Ammo
    -_36CF579E228F73A1	icfp2lb	Brazer Smashing Ammo	\d	the	Brazer Smashing Ammo	\d	the	Fyros Launcher Smashing Ammo
    -_362F3BA521D067A1	icfp2lp	Brazer Piercing Ammo	\d	the	Brazer Piercing Ammo	\d	the	Fyros Launcher Piercing Ammo
    -_36CF579EA29073A1	icfp2ls	Brazer Slashing Ammo	\d	the	Brazer Slashing Ammo	\d	the	Fyros Launcher Slashing Ammo
    -_C82C361752D999EA	icfp2rb	Strammel Smashing Ammo	\d	the	Strammel Smashing Ammo	\d	the	Fyros Rifle Smashing Ammo
    -_87EC2218513A95E9	icfp2rp	Strammel Piercing Ammo	\d	the	Strammel Piercing Ammo	\d	the	Fyros Rifle Piercing Ammo
    -_882C321712EA99EA	icfp2rs	Strammel Slashing Ammo	\d	the	Strammel Slashing Ammo	\d	the	Fyros Rifle Slashing Ammo
    -_38049C717BD24862	icfr1b	Kolton Bowpistol	a	the	Kolton Bowpistols	\d	the	One-handed Fyros Bowpistol
    -_0A01FCFF5BB8F254	icfr1p	Rimel Pistol	a	the	Rimel Pistols	\d	the	One-handed Fyros Pistol
    -_FE719E3EC7488020	icfr2a	Fraser Autolauncher	a	the	Fraser Autolaunchers	\d	the	Two-handed Fyros Autolauncher
    -_B7F478CC81461B4C	icfr2b	Strabus Bowrifle	a	the	Strabus Bowrifles	\d	the	Two-handed Fyros Bowrifle
    -_5D99216553EB56C1	icfr2l	Brazer Launcher	a	the	Brazer Launchers	\d	the	Two-handed Fyros Launcher
    -_F00FB25577FC6897	icfr2r	Strammel Rifle	a	the	Strammel Rifles	\d	the	Two-handed Fyros Rifle
    -_08687AF462A2B649	icfsb	Blok Buckler	a	the	Blok Bucklers	\d	the	Fyros Buckler
    -_DC11AF8EDBB6C247	icfss	Stok Shield	a	the	Stok Shields	\d	the	Fyros Shield
    -_91C8FBC059F0FA55	icmahb	Parok Boots	\d	the	Parok Boots	\d	the	Matis Heavy Boots
    -_8C678BA065AAE39E	icmahg	Parok Gloves	\d	the	Parok Gloves	\d	the	Matis Heavy Gloves
    -_034ACE0478D63F7C	icmahh	Parok Helmet	a	the	Parok Helmets	\d	the	Matis Heavy Helmet
    -_15C8F7B2DDE0F655	icmahp	Parok Pants	\d	the	Parok Pants	\d	the	Matis Heavy Pants
    -_1EA704536679C34F	icmahs	Parok Sleeves	\d	the	Parok Sleeves	\d	the	Matis Heavy Sleeves
    -_076196CACE36E96E	icmahv	Parok Vest	a	the	Parok Vests	\d	the	Matis Heavy Vest
    -_56F08BA296628E2F	icmalb	Wiva Boots	\d	the	Wiva Boots	\d	the	Matis Light Boots
    -_E3E6A6B3D96032E8	icmalg	Wiva Gloves	\d	the	Wiva Gloves	\d	the	Matis Light Gloves
    -_9A10C3A25682FA21	icmalp	Wiva Pants	\d	the	Wiva Pants	\d	the	Matis Light Pants
    -_A3FF4BA8048837DF	icmals	Wiva Sleeves	\d	the	Wiva Sleeves	\d	the	Matis Light Sleeves
    -_41F36E5D8A536576	icmalv	Wiva Vest	a	the	Wiva Vests	\d	the	Matis Light Vest
    -_6D27BE0B6A39C74E	icmamb	Striva Boots	\d	the	Striva Boots	\d	the	Matis Medium Boots
    -_65CCDC63F067623D	icmamg	Striva Gloves	\d	the	Striva Gloves	\d	the	Matis Medium Gloves
    -_EA08BE0BEA796F4D	icmamp	Striva Pants	\d	the	Striva Pants	\d	the	Matis Medium Pants
    -_5623CC2E2B018A12	icmams	Striva Sleeves	\d	the	Striva Sleeves	\d	the	Matis Medium Sleeves
    -_604A3ABE67A73E6D	icmamv	Striva Vest	a	the	Striva Vests	\d	the	Matis Medium Vest
    -_BE6A46006294A675	icmja	Matis Anklet	a	the	Matis Anklets	\d	the	Matis Anklet
    -_2DC70FD9CB5993B1	icmjb	Matis Bracelet	a	the	Matis Bracelets	\d	the	Matis Bracelet
    -_016A46EB62142E69	icmjd	Matis Diadem	a	the	Matis Diadems	\d	the	Matis Diadem
    -_A117CBF05AA4CE07	icmje	Matis Earring	a	the	Matis Earrings	\d	the	Matis Earring
    -_A8E8DFDAD4C2FA21	icmjp	Matis Pendant	a	the	Matis Pendants	\d	the	Matis Pendant
    -_39503234FF6B590C	icmjr	Matis Ring	a	the	Matis Rings	\d	the	Matis Ring
    -_821D7F180FCD7968	icmm1bm	Bristo Mace	a	the	Bristo Maces	\d	the	One-handed Matis Mace
    -_F76D288DAB0840E4	icmm1bs	Battoni Staff	a	the	Battoni Staffs	\d	the	One-handed Matis Staff
    -_B87940B6DE2177D8	icmm1pd	Limmel Dagger	a	the	Limmel Daggers	\d	the	One-handed Matis Dagger
    -_02BCAC02D26663C6	icmm1ps	Palor Spear	a	the	Palor Spears	\d	the	One-handed Matis Spear
    -_11511B7DDA6742BA	icmm1sa	Haque Axe	a	the	Haque Axes	\d	the	One-handed Matis Axe
    -_BF3B0C4DD9656FC6	icmm1ss	Klyde Sword	a	the	Klyde Swords	\d	the	One-handed Matis Sword
    -_36AE3C381A28CEC5	icmm2bm	Gondo Mace	a	the	Gondo Maces	\d	the	Two-handed Matis Long Mace
    -_4B23029C59661A46	icmm2pp	Krop Pike	a	the	Krop Pikes	\d	the	Two-handed Matis Pike
    -_17D03FFCB85AEE25	icmm2sa	Klout Axe	a	the	Klout Axes	\d	the	Two-handed Matis Long Axe
    -_7DE18B4C7A98C70D	icmm2ss	Slathe Sword	a	the	Slathe Swords	\d	the	Two-handed Matis Long Sword
    -_E1D21CFC1C1E0282	icmp1bb	Riva Smashing Ammo	\d	the	Riva Smashing Ammo	\d	the	Matis Bowpistol Smashing Ammo
    -_DF721CF7DC9FEA87	icmp1bp	Riva Piercing Ammo	\d	the	Riva Piercing Ammo	\d	the	Matis Bowpistol Piercing Ammo
    -_61D21CFC1C2FFE82	icmp1bs	Riva Slashing Ammo	\d	the	Riva Slashing Ammo	\d	the	Matis Bowpistol Slashing Ammo
    -_92028A0A56265F7A	icmp1gb	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo	\d	the	Matis Grenade Smashing Ammo
    -_91D2760417B73F7B	icmp1gp	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo	\d	the	Matis Grenade Piercing Ammo
    -_52028A0A56275B7A	icmp1gs	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo	\d	the	Matis Grenade Slashing Ammo
    -_2C68F5D6BF534123	icmp1pb	Maka Smashing Ammo	\d	the	Maka Smashing Ammo	\d	the	Matis Pistol Smashing Ammo
    -_E92805CDBF242D24	icmp1pp	Maka Piercing Ammo	\d	the	Maka Piercing Ammo	\d	the	Matis Pistol Piercing Ammo
    -_EC68F5D5BF643D23	icmp1ps	Maka Slashing Ammo	\d	the	Maka Slashing Ammo	\d	the	Matis Pistol Slashing Ammo
    -_0A11CBD52E4E8E43	icmp2ab	Morikov Smashing Ammo	\d	the	Morikov Smashing Ammo	\d	the	Matis Autolauncher Smashing Ammo
    -_C841CBCE2C1F9E3A	icmp2ap	Morikov Piercing Ammo	\d	the	Morikov Piercing Ammo	\d	the	Matis Autolauncher Piercing Ammo
    -_0A11C7D42E5F8E42	icmp2as	Morikov Slashing Ammo	\d	the	Morikov Slashing Ammo	\d	the	Matis Autolauncher Slashing Ammo
    -_1DE7B143C1EB2D06	icmp2bb	Polta Smashing Ammo	\d	the	Polta Smashing Ammo	\d	the	Matis Bowrifle Smashing Ammo
    -_5DE79D3D40BC21FF	icmp2bp	Polta Piercing Ammo	\d	the	Polta Piercing Ammo	\d	the	Matis Bowrifle Piercing Ammo
    -_1DE7B143C1EC2905	icmp2bs	Polta Slashing Ammo	\d	the	Polta Slashing Ammo	\d	the	Matis Bowrifle Slashing Ammo
    -_9A76A14245EB4504	icmp2lb	Vulca Smashing Ammo	\d	the	Vulca Smashing Ammo	\d	the	Matis Launcher Smashing Ammo
    -_DA768D3CC4BC39FD	icmp2lp	Vulca Piercing Ammo	\d	the	Vulca Piercing Ammo	\d	the	Matis Launcher Piercing Ammo
    -_9A76A14245EC4103	icmp2ls	Vulca Slashing Ammo	\d	the	Vulca Slashing Ammo	\d	the	Matis Launcher Slashing Ammo
    -_79AF12DBD4F75196	icmp2rb	Stylone Smashing Ammo	\d	the	Stylone Smashing Ammo	\d	the	Matis Rifle Smashing Ammo
    -_F7DF12CFD418418E	icmp2rp	Stylone Piercing Ammo	\d	the	Stylone Piercing Ammo	\d	the	Matis Rifle Piercing Ammo
    -_79AF0EDAD4084D96	icmp2rs	Stylone Slashing Ammo	\d	the	Stylone Slashing Ammo	\d	the	Matis Rifle Slashing Ammo
    -_AA51BCDA958FDBCC	icmr1b	Riva Bowpistol	a	the	Riva Bowpistols	\d	the	One-handed Matis Bowpistol
    -_59E540516F857981	icmr1p	Maka Pistol	a	the	Maka Pistols	\d	the	One-handed Matis Pistol
    -_0B5EEF4960C0641C	icmr2a	Morikov Autolauncher	a	the	Morikovs Autolaunchers	\d	the	Two-handed Matis Autolauncher
    -_E35FDCB4CA4D0480	icmr2b	Polta Bowrifle	a	the	Polta Bowrifles	\d	the	Two-handed Matis Bowrifle
    -_DC4EE49F4FFEC88A	icmr2l	Vulca Launcher	a	the	Vulca Launchers	\d	the	Two-handed Matis Launcher
    -_0A8A6629CEABAA18	icmr2r	Stylone Rifle	a	the	Stylone Rifles	\d	the	Two-handed Matis Rifle
    -_9BB4C162E0F5AE3F	icmsb	Wod Buckler	a	the	Wod Bucklers	\d	the	Matis Buckler
    -_F7C4FBF7D9821E4E	icmss	Takod Shield	a	the	Takod Shields	\d	the	Matis Shield
    -_7310DFE67CF97179	icraba	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98179	icrabe	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF98979	icrabg	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9B579	icrabr	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9BD79	icrabt	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C179	icrabu	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C579	icrabv	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_7310DFE67CF9C979	icrabw	Refugee Boots	\d	the	Refugee Boots	\d	the	Refugee Boots
    -_FB6BE75C48496AE4	icraga	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C48497AE4	icrage	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C484982E4	icragg	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849AEE4	icragr	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849B6E4	icragt	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BAE4	icragu	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849BEE4	icragv	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_FB6BE75C4849C2E4	icragw	Refugee Gloves	\d	the	Refugee Gloves	\d	the	Refugee Gloves
    -_4A9F234635B7BE01	icrapa	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7CE01	icrape	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B7D601	icrapg	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70201	icrapr	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70A01	icrapt	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B70E01	icrapu	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71201	icrapv	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_4A9F234635B71601	icrapw	Refugee Leggings	\d	the	Refugee Leggings	\d	the	Refugee Leggings
    -_2D191D2E667EBD24	icrasa	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ECD24	icrase	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667ED524	icrasg	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0124	icrasr	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0924	icrast	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E0D24	icrasu	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1124	icrasv	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_2D191D2E667E1524	icrasw	Refugee Forearm Pads	a	the	Refugee Forearm Pads	\d	the	Refugee Forearm Pads
    -_8516EA8E4623F106	icrava	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230106	icrave	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46230906	icravg	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233506	icravr	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46233D06	icravt	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234106	icravu	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234506	icravv	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_8516EA8E46234906	icravw	Refugee Top	a	the	Refugee Tops	\d	the	Refugee Top
    -_26DB7E1B61EAE72C	ictahb	Tashok Boots	\d	the	Tashok Boots	\d	the	Tryker Heavy Boots
    -_A29DF45A6EA5AD94	ictahg	Tashok Gloves	\d	the	Tashok Gloves	\d	the	Tryker Heavy Gloves
    -_BAA5283C67539E5F	ictahh	Tashok Helmet	a	the	Tashok Helmets	\d	the	Tryker Heavy Helmet
    -_A3BC7E1BE12A8F2B	ictahp	Tashok Pants	\d	the	Tashok Pants	\d	the	Tryker Heavy Pants
    -_19C49C131B367A14	ictahs	Tashok Sleeves	\d	the	Tashok Sleeves	\d	the	Tryker Heavy Sleeves
    -_9B1863B065E66670	ictahv	Tashok Vest	a	the	Tashok Vests	\d	the	Tryker Heavy Vest
    -_A81BD616E24AF734	ictalb	Tissan Boots	\d	the	Tissan Boots	\d	the	Tryker Light Boots
    -_E01EE86871E5AD9B	ictalg	Tissan Gloves	\d	the	Tissan Gloves	\d	the	Tryker Light Gloves
    -_25FCD616628A9F33	ictalp	Tissan Pants	\d	the	Tissan Pants	\d	the	Tryker Light Pants
    -_1944F8171D368605	ictals	Tissan Sleeves	\d	the	Tissan Sleeves	\d	the	Tryker Light Sleeves
    -_5D6857BB26857E78	ictalv	Tissan Vest	a	the	Tissan Vests	\d	the	Tryker Light Vest
    -_5D7903F5FA68D336	ictamb	Fabren Boots	\d	the	Fabren Boots	\d	the	Tryker Medium Boots
    -_34956C5D28E41975	ictamg	Fabren Gloves	\d	the	Fabren Gloves	\d	the	Tryker Medium Gloves
    -_E17903F57AA87728	ictamp	Fabren Pants	\d	the	Fabren Pants	\d	the	Tryker Medium Pants
    -_5D32C400D42288FD	ictams	Fabren Sleeves	\d	the	Fabren Sleeves	\d	the	Tryker Medium Sleeves
    -_1AB78AF620340B74	ictamv	Fabren Vest	a	the	Fabren Vests	\d	the	Tryker Medium Vest
    -_AD2DCBFB9F72C510	ictja	Tryker Anklet	a	the	Tryker Anklets	\d	the	Tryker Anklet
    -_A30B134A6F18BBA9	ictjb	Tryker Bracelet	a	the	Tryker Bracelets	\d	the	Tryker Bracelet
    -_EBBC8FE9DAB2BD16	ictjd	Tryker Diadem	a	the	Tryker Diadems	\d	the	Tryker Diadem
    -_E87E5FCB89DC12CB	ictje	Tryker Earring	a	the	Tryker Earrings	\d	the	Tryker Earring
    -_658E37CA071D22E6	ictjp	Tryker Pendant	a	the	Tryker Pendants	\d	the	Tryker Pendant
    -_FE71DD8046D0FA61	ictjr	Tryker Ring	a	the	Tryker Rings	\d	the	Tryker Ring
    -_51005F9FFF68B3BB	ictm1bm	Tumbler Mace	a	the	Tumbler Maces	\d	the	One-handed Tryker Mace
    -_CB49935EEC9B8A01	ictm1bs	Brok Staff	a	the	Brok Staffs	\d	the	One-handed Tryker Staff
    -_169177BECDF9B3E9	ictm1pd	Fyler Dagger	a	the	Fyler Daggers	\d	the	One-handed Tryker Dagger
    -_5BD4502E5D949618	ictm1ps	Pyker Spear	a	the	Pyker Spears	\d	the	One-handed Tryker Spears
    -_24BF5FF95CA835BA	ictm1sa	Lopper Axe	a	the	Lopper Axes	\d	the	One-handed Tryker Axe
    -_D02133B555C7B239	ictm1ss	Tanner Sword	a	the	Tanner Swords	\d	the	One-handed Tryker Sword
    -_4FEEF01ED131511F	ictm2bm	Gaffer Mace	a	the	Gaffer Maces	\d	the	Two-handed Tryker Long Mace
    -_1E42D534D6561E70	ictm2pp	Jak Pike	a	the	Jak Pikes	\d	the	Two-handed Tryker Pike
    -_20FB7200DC3C5B44	ictm2sa	Weld Axe	a	the	Weld Axes	\d	the	Two-handed Tryker Long Axe
    -_0B115C37283EFFDC	ictm2ss	Flence Sword	a	the	Flence Swords	\d	the	Two-handed Tryker Long Sword
    -_842A1AED0A16E349	ictp1bb	Fletcher Smashing Ammo	\d	the	Fletcher Smashing Ammo	\d	the	Tryker Bowpistol Smashing Ammo
    -_833A0AEAC897EF44	ictp1bp	Fletcher Piercing Ammo	\d	the	Fletcher Piercing Ammo	\d	the	Tryker Bowpistol Piercing Ammo
    -_442A16ED0A27E348	ictp1bs	Fletcher Slashing Ammo	\d	the	Fletcher Slashing Ammo	\d	the	Tryker Bowpistol Slashing Ammo
    -_B9095D7A6028F73E	ictp1gb	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo	\d	the	Tryker Grenade Smashing Ammo
    -_B96941815F69EB3E	ictp1gp	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo	\d	the	Tryker Grenade Piercing Ammo
    -_B9095D7AE029F73E	ictp1gs	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo	\d	the	Tryker Grenade Slashing Ammo
    -_ADD6149A6F66E6A0	ictp1hb	Poon Smashing Ammo	\d	the	Poon Smashing Ammo	\d	the	Tryker Harpoon Smashing Ammo
    -_4D821F442F0D4E69	ictp1hp	Poon Piercing Ammo 	\d	the	Poon Piercing Ammo	\d	the	Tryker Harpoon Piercing Ammo 
    -_6DC6149A6F77E2A0	ictp1hs	Poon Slashing Ammo	\d	the	Poon Slashing Ammo	\d	the	Tryker Harpoon Slashing Ammo
    -_71C8F56FD8A6559B	ictp1pb	Rade Smashing Ammo	\d	the	Rade Smashing Ammo	\d	the	Tryker Pistol Smashing Ammo
    -_30D8E56798774197	ictp1pp	Rade Piercing Ammo	\d	the	Rade Piercing Ammo	\d	the	Tryker Pistol Piercing Ammo
    -_31C8F16FD8B7519B	ictp1ps	Rade Slashing Ammo	\d	the	Rade Slashing Ammo	\d	the	Tryker Pistol Slashing Ammo
    -_9B6ED68FEA88092A	ictp2ab	Rayler Smashing Ammo	\d	the	Rayler Smashing Ammo	\d	the	Tryker Autolauncher Smashing Ammo
    -_9A9ECE97E8B9052E	ictp2ap	Rayler Piercing Ammo	\d	the	Rayler Piercing Ammo	\d	the	Tryker Autolauncher Piercing Ammo
    -_5B6ED68F6A99092A	ictp2as	Rayler Slashing Ammo	\d	the	Rayler Slashing Ammo	\d	the	Tryker Autolauncher Slashing Ammo
    -_2827677271F50645	ictp2bb	Flunker Smashing Ammo	\d	the	Flunker Smashing Ammo	\d	the	Tryker Bowrifle Smashing Ammo
    -_66975768B1D6063B	ictp2bp	Flunker Piercing Ammo	\d	the	Flunker Piercing Ammo	\d	the	Tryker Bowrifle Piercing Ammo
    -_28275F7171060645	ictp2bs	Flunker Slashing Ammo	\d	the	Flunker Slashing Ammo	\d	the	Tryker Bowrifle Slashing Ammo
    -_4643C7981C7C6FCE	ictp2lb	Doomer Smashing Ammo	\d	the	Doomer Smashing Ammo	\d	the	Tryker Launcher Smashing Ammo
    -_4653BBA419CD6FCE	ictp2lp	Doomer Piercing Ammo	\d	the	Doomer Piercing Ammo	\d	the	Tryker Launcher Piercing Ammo
    -_4643C7985C8D6FCE	ictp2ls	Doomer Slashing Ammo	\d	the	Doomer Slashing Ammo	\d	the	Tryker Launcher Slashing Ammo
    -_6FB90631A0D2BC9C	ictp2rb	Boomer Smashing Ammo	\d	the	Boomer Smashing Ammo	\d	the	Tryker Rifle Smashing Ammo
    -_AF19FE395C43CC98	ictp2rp	Boomer Piercing Ammo	\d	the	Boomer Piercing Ammo	\d	the	Tryker Rifle Piercing Ammo
    -_6FB9063120E3BC9B	ictp2rs	Boomer Slashing Ammo	\d	the	Boomer Slashing Ammo	\d	the	Tryker Rifle Slashing Ammo
    -_E08A3E286950D819	ictr1b	Fletcher Bowpistol	a	the	Fletcher Bowpistols	\d	the	One-handed Tryker Bowpistol
    -_ED3B6458B1A62951	ictr1p	Rade Pistol	a	the	Rade Pistols	\d	the	One-handed Tryker Pistol
    -_54309ECBC619CC0A	ictr2a	Rayler Autolauncher	a	the	Rayler Autolaunchers	\d	the	Two-handed Tryker Autolauncher
    -_E423E978EA6FE497	ictr2b	Flunker Bowrifle	a	the	Flunker Bowrifles	\d	the	Two-handed Tryker Bowrifle
    -_FF3028FA53D63CEF	ictr2h	Poon Harpoon	a	the	Poon Harpoons	\d	the	Two-handed Tryker Harpoon
    -_3198D18592AB02FA	ictr2l	Doomer Launcher	a	the	Doomer Launchers	\d	the	Two-handed Tryker Launcher
    -_9BD2C0F6D1A1266A	ictr2r	Boomer Rifle	a	the	Boomer Rifles	\d	the	Two-handed Tryker Rifle
    -_EF684CF0F8ADC38B	ictsb	Stilten Buckler	a	the	Stilten Bucklers	\d	the	Tryker Buckler
    -_AB8D77DC946E91DD	ictss	Parper Shield	a	the	Parper Shields	\d	the	Tryker Shield
    -_326857AE60D3EB4E	iczahb	Tan-Ko Boots	\d	the	Tan-Ko Boots	\d	the	Zoraï Heavy Boots
    -_0DD41675AAE85A6B	iczahg	Tan-Ko Gloves	\d	the	Tan-Ko Gloves	\d	the	Zoraï Heavy Gloves
    -_E28AAB31EE45C915	iczahh	Tan-Ko Helmet	a	the	Tan-Ko Helmets	\d	the	Zoraï Heavy Helmet
    -_F2888FAEE013934E	iczahp	Tan-Ko Pants	\d	the	Tan-Ko Pants	\d	the	Zoraï Heavy Pants
    -_CDA2FB2B63A2813A	iczahs	Tan-Ko Sleeves	\d	the	Tan-Ko Sleeves	\d	the	Zoraï Heavy Sleeves
    -_24DB59304CA6AEFE	iczahv	Tan-Ko Vest	a	the	Tan-Ko Vests	\d	the	Zoraï Heavy Vest
    -_2D6857AE23300356	iczalb	Nin-Ka Boots	\d	the	Nin-Ka Boots	\d	the	Zoraï Light Boots
    -_8AD4026FABC76A61	iczalg	Nin-Ka Gloves	\d	the	Nin-Ka Gloves	\d	the	Zoraï Light Gloves
    -_ED888FAEA370AB56	iczalp	Nin-Ka Pants	\d	the	Nin-Ka Pants	\d	the	Zoraï Light Pants
    -_09C133296641493E	iczals	Nin-Ka Sleeves	\d	the	Nin-Ka Sleeves	\d	the	Zoraï Light Sleeves
    -_A23B59304E755E08	iczalv	Nin-Ka Vest	a	the	Nin-Ka Vests	\d	the	Zoraï Light Vest
    -_1C8F7EE5E620B0AC	iczamb	Shaï-Don Boots	\d	the	Shaï-Don Boots	\d	the	Zoraï Medium Boots
    -_897C5DE4BF06D3EA	iczamg	Shaï-Don Gloves	\d	the	Shaï-Don Gloves	\d	the	Zoraï Medium Gloves
    -_DCAFB2D6E701E8AC	iczamp	Shaï-Don Pants	\d	the	Shaï-Don Pants	\d	the	Zoraï Medium Pants
    -_84843BB31368363D	iczams	Shaï-Don Sleeves	\d	the	Shaï-Don Sleeves	\d	the	Zoraï Medium Sleeves
    -_E473951F19239A36	iczamv	Shaï-Don Vest	a	the	Shaï-Don Vests	\d	the	Zoraï Medium Vest
    -_BE3B1CE8DF344275	iczja	Zoraï Anklet	a	the	Zoraï Anklets	\d	the	Zoraï Anklet
    -_CBF82DDF8D39B9A9	iczjb	Zoraï Bracelet	a	the	Zoraï Bracelets	\d	the	Zoraï Bracelet
    -_013B1CD3DFB4CA69	iczjd	Zoraï Diadem	a	the	Zoraï Diadems	\d	the	Zoraï Diadem
    -_C02F95F49F550207	iczje	Zoraï Earring	a	the	Zoraï Earrings	\d	the	Zoraï Earring
    -_C700A9DE19732E21	iczjp	Zoraï Pendant	a	the	Zoraï Pendants	\d	the	Zoraï Pendant
    -_FB01582C9DCB7712	iczjr	Zoraï Ring	a	the	Zoraï Rings	\d	the	Zoraï Ring
    -_9AB971DC5308F2B5	iczm1bm	Nanka Mace	a	the	Nanka Maces	\d	the	One-handed Zoraï Mace
    -_896193D3DFA298C3	iczm1bs	Shopan Staff	a	the	Shopan Staffs	\d	the	One-handed Zoraï Staff
    -_61126863B018B210	iczm1pd	Lam Dagger	a	the	Lam Daggers	\d	the	One-handed Zoraï Dagger
    -_60DCC418D31563C6	iczm1ps	Katoo Spear	a	the	Katoo Spears	\d	the	One-handed Zoraï Spear
    -_09BA9D76E0B4FB2C	iczm1pse	Electric Katoo Spear	an	the	Electric Katoo Spears	\d	the	One-handed Zoraï Electric Spear
    -_80B46E2EC6008C1C	iczm1sa	Chok Axe	a	the	Chok Axes	\d	the	One-handed Zoraï Axe
    -_20ECEC5BDC656FC6	iczm1ss	Kovan Sword	a	the	Kovan Swords	\d	the	One-handed Zoraï Sword
    -_9AB971DC9208E6B7	iczm2bm	Kanka Mace	a	the	Kanka Maces	\d	the	Two-handed Zoraï Mace
    -_3AAFCFC7CA74FDC6	iczm2pp	Pukatoo Pike	a	the	Pukatoo Pikes	\d	the	Two-handed Zoraï Pike
    -_B90CBE4A47E943C3	iczm2sa	Kra-Cho Axe	a	the	Kra-Cho Axes	\d	the	Two-handed Zoraï Long Axe
    -_23BF3B78A7C123F6	iczm2ss	Matchata Sword	a	the	Matchata Swords	\d	the	Two-handed Zoraï Long Sword
    -_D8011791C146A9D8	iczp1bb	Zin-Kan Smashing Ammo	\d	the	Zin-Kan Smashing Ammo	\d	the	Zoraï Bowpistol Smashing Ammo
    -_167107870127A9CE	iczp1bp	Zin-Kan Piercing Ammo	\d	the	Zin-Kan Piercing Ammo	\d	the	Zoraï Bowpistol Piercing Ammo
    -_D8010F90C157A9D8	iczp1bs	Zin-Kan Slashing Ammo	\d	the	Zin-Kan Slashing Ammo	\d	the	Zoraï Bowpistol Slashing Ammo
    -_B11A62921AD79787	iczp1gb	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo	\d	the	Zoraï Grenade Smashing Ammo
    -_B0EA4E8CDB687788	iczp1gp	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo	\d	the	Zoraï Grenade Piercing Ammo
    -_711A62921AD89387	iczp1gs	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo	\d	the	Zoraï Grenade Slashing Ammo
    -_16C2D461E5F4C940	iczp1pb	Tchaï Smashing Ammo	\d	the	Tchaï Smashing Ammo	\d	the	Zoraï Pistol Smashing Ammo
    -_1782B45BA6D5993C	iczp1pp	Tchaï Piercing Ammo	\d	the	Tchaï Piercing Ammo	\d	the	Zoraï Pistol Piercing Ammo
    -_16B2D461E5F5C540	iczp1ps	Tchaï Slashing Ammo	\d	the	Tchaï Slashing Ammo	\d	the	Zoraï Pistol Slashing Ammo
    -_D2E235CEA4359D30	iczp2ab	Mo-Ka Smashing Ammo	\d	the	Mo-Ka Smashing Ammo	\d	the	Zoraï Autolauncher Smashing Ammo
    -_90D231C4A516812D	iczp2ap	Mo-Ka Piercing Ammo	\d	the	Mo-Ka Piercing Ammo	\d	the	Zoraï Autolauncher Piercing Ammo
    -_D2E235CDA4369930	iczp2as	Mo-Ka Slashing Ammo	\d	the	Mo-Ka Slashing Ammo	\d	the	Zoraï Autolauncher Slashing Ammo
    -_F165758226F0838D	iczp2bb	Ma-Kam Smashing Ammo	\d	the	Ma-Kam Smashing Ammo	\d	the	Zoraï Bowrifle Smashing Ammo
    -_F1C559892531778D	iczp2bp	Ma-Kam Piercing Ammo	\d	the	Ma-Kam Piercing Ammo	\d	the	Zoraï Bowrifle Piercing Ammo
    -_F1657582A6F1838D	iczp2bs	Ma-Kam Slashing Ammo	\d	the	Ma-Kam Slashing Ammo	\d	the	Zoraï Bowrifle Slashing Ammo
    -_28836AAA33B2296E	iczp2lb	Ba-Zoon Smashing Ammo	\d	the	Ba-Zoon Smashing Ammo	\d	the	Zoraï Launcher Smashing Ammo
    -_64A37A9FB3932969	iczp2lp	Ba-Zoon Piercing Ammo	\d	the	Ba-Zoon Piercing Ammo	\d	the	Zoraï Launcher Piercing Ammo
    -_288366A833C3296E	iczp2ls	Ba-Zoon Slashing Ammo	\d	the	Ba-Zoon Slashing Ammo	\d	the	Zoraï Launcher Slashing Ammo
    -_746E2A0DD4318809	iczp2rb	Shoy-Ton Smashing Ammo	\d	the	Shoy-Ton Smashing Ammo	\d	the	Zoraï Rifle Smashing Ammo
    -_332E160ED3928408	iczp2rp	Shoy-Ton Piercing Ammo	\d	the	Shoy-Ton Piercing Ammo	\d	the	Zoraï Rifle Piercing Ammo
    -_346E260D94428809	iczp2rs	Shoy-Ton Slashing Ammo	\d	the	Shoy-Ton Slashing Ammo	\d	the	Zoraï Rifle Slashing Ammo
    -_52E52A03D9AA1466	iczr1b	Zin-Kan Bowpistol	a	the	Zin-Kan Bowpistols	\d	the	One-handed Zoraï Bowpistol
    -_87B2B40957F8F2D0	iczr1p	Tchaï Pistol	a	the	Tchaï Pistols	\d	the	One-handed Zoraï Pistol
    -_CB68A1616E638253	iczr2a	Mo-Ka Autolauncher	a	the	Mo-Kas Autolaunchers	\d	the	Two-handed Zoraï Autolauncher
    -_0E80C12ECF6B469F	iczr2b	Ma-Kam Bowrifle	a	the	Ma-Kams Bowrifles	\d	the	Two-handed Zoraï Bowrifle
    -_E593BD386C3A37BF	iczr2l	Ba-Zoon Launcher	a	the	Ba-Zoons Launchers	\d	the	Two-handed Zoraï Launcher
    -_B81BE2CE719C6475	iczr2r	Shoy-Ton Rifle	a	the	Shoy-Ton Rifles	\d	the	Two-handed Zoraï Rifle
    -_B25917DDDD81A933	iczsb	Kastu Buckler	a	the	Kastu Bucklers	\d	the	Zoraï Buckler
    -_264C77D918A14803	iczss	Pakmon Shield	a	the	Pakmon Shields	\d	the	Zoraï Shield
    -_671976B4E076CAEF	itammo	Ammo Crafting Tool	an	the	Ammo Crafting Tools	\d	the	
    -_023DD4FDCE8CF7DB	itarmor	Crafting Tool for Armor	a	the	Crafting Tools for Armors	\d	the	
    -_1D263EC7D97736D1	item_sap_recharge	Sap Recharge	a	the	Sap Recharges	\d	the	
    -_6A38EC7264F8ACB8	itforage	Pick	a	the	Picks	\d	the	
    -_17F0C707F88F03B3	itjewel	Crafting Tool for Jewelry	a	the	Crafting Tools for Jewelry	\d	the	
    -_11B9D1B695EDD4BB	itmwea	Crafting Tool for Melee Weapons	a	the	Crafting Tools for Melee Weapons	\d	the	
    -_D22AC1BB950DDCB7	itrwea	Crafting Tool for Range Weapons	a	the	Crafting Tools for Range Weapons	\d	the	
    -_D1586B45D8586BC5	ka_cheveux_medium01	Kami Medium Haircut	a	the	Kami Medium Haircuts	\d	the	
    -_675AA919E6757399	kami_vial	Kami Vial	a	the	Kami Vials	\d	the	
    -_C352FE7488133267	large_brazier	Large Brazier	a	the	Large Braziers	\d	the	
    -_B9B29829DF87022E	large_kamic_sphere	Large Kamic Sphere	a	the	Large Kamic Spheres	\d	the	
    -_BCBFFD1BF5304510	large_purse	Large Purse	a	the	Large Purses	\d	the	
    -_24DD6F2D8F1CC117	light_armor_acreditation	Light Armor Accreditation	a	the	Light Armor Accreditations	\d	the	
    -_0841F666BDA3F666	light_package	Light Package	a	the	Light Packages	\d	the	
    -_26A2C12E0EC478E8	list_of_merchandises	List of Merchandise	a	the	Lists of Merchandise	\d	the	
    -_E75D086177C679A2	ma_armor01_armpad	Matis Armor Sleeves	\d	the	Matis Armor Sleeves	\d	the	Matis Armor Sleeves
    -_DC4854F45371B068	ma_armor01_bottes	Matis Armor Boots	\d	the	Matis Armor Boots	\d	the	Matis Armor Boots
    -_0797B33BE6D6A39A	ma_armor01_gilet	Matis Armor Vest	a	the	Matis Armor Vests	\d	the	Matis Armor Vest
    -_739189819CB8D492	ma_armor01_hand	Matis Armor Gloves	\d	the	Matis Armor Gloves	\d	the	Matis Armor Gloves
    -_2C6668855D7C791B	ma_armor01_pantabotte	Matis Armor Pants	\d	the	Matis Armor Pants	\d	the	Matis Armor Pants
    -_5C019B7F6E0A5D40	ma_cheveux_long01	Matis Long Haircut	a	the	Matis Long Haircuts	\d	the	Matis Long Hair
    -_B55424B02085CDBE	ma_cheveux_medium01	Matis Medium Haircut	a	the	Matis Medium Haircuts	\d	the	Matis Medium Hair
    -_B4837096D9F875D1	ma_cheveux_shave_01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_B2A848A3861621A5	ma_cheveux_shave01	Matis Shaved Haircut	a	the	Matis Shaved Haircuts	\d	the	Matis Shaved Hair
    -_194FB8DA47059BC4	ma_cheveux_short01	Matis Short Haircut	a	the	Matis Short Haircuts	\d	the	Matis Short Hair
    -_CA2D4EBB8905D978	ma_cheveux01	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_0A2D4EBB8905D978	ma_cheveux02	Matis Haircut	a	the	Matis Haircuts	\d	the	Matis Hair
    -_4CAA9FE391919C7D	ma_civil01_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_E8FC3622AD531ABF	ma_civil01_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_E26995B760A38AC3	ma_civil01_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_4B783EF4EBEF7B32	ma_civil01_pantabotte	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_E43B6FC9551616A4	ma_note	Note for Fight Master	a	the	Notes for Fight Master	\d	the	
    -_8D8D8EA115C5F4F7	ma_underwear_armpad	Matis Sleeves	\d	the	Matis Sleeves	\d	the	Matis Sleeves
    -_F68060DEEED9AEFC	ma_underwear_bottes	Matis Boots	\d	the	Matis Boots	\d	the	Matis Boots
    -_EDCB7BD3E6194ED3	ma_underwear_gilet	Matis Vest	a	the	Matis Vests	\d	the	Matis Vest
    -_1BA25C4167B1A2F8	ma_underwear_hand	Matis Gloves	\d	the	Matis Gloves	\d	the	Matis Gloves
    -_908E60515290730E	ma_underwear_pantabottes	Matis Pants	\d	the	Matis Pants	\d	the	Matis Pants
    -_5BA0F2687850722C	ma_visage	Matis Mask	a	the	Matis Masks	\d	the	Matis Mask
    -_21669694296E96AB	mb_mektoub_stew	Mektoub Stew	a	the	Mektoub Stews	\d	the	
    -_5639CF8A20949EE2	mb_merchant_list	Merchant's List	a	the	Merchant's Lists	\d	the	
    -_A7D2B32DF590E339	mb_merchant_package	Merchant's Package	a	the	Merchant's Packages	\d	the	
    -_728BC0A3E249CB1F	mb_seal_1	Avalae Merchant's Seal	an	the	Avalae Merchant's Seals	\d	the	
    -_70D9A3C7112713C9	mb_seal_2	Natae Merchant's Seal	a	the	Natae Merchant's Seals	\d	the	
    -_6553675768F76F65	medium_armors_acreditation	Medium Armor Accreditation	a	the	Medium Armor Accreditations	\d	the	
    -_0F761E7242B2AE1F	medium_barrel	Medium Barrel	a	the	Medium Barrels	\d	the	
    -_5F8713E44FAFD635	medium_brazier	Medium Brazier	a	the	Medium Braziers	\d	the	
    -_C68C5A9AC0ED51ED	medium_conch	Medium Conch	a	the	Medium Conchs	\d	the	
    -_86ACB750BF7E4C4A	medium_kamic_sphere	Medium Kamic Sphere	a	the	Medium Kamic Spheres	\d	the	
    -_D0AE36D219B68CF2	medium_living_sculpture	Medium Living Sculpture	a	the	Medium Living Sculptures	\d	the	
    -_18C503B3D79EA639	medium_package	Medium Package	a	the	Medium Packages	\d	the	
    -_8D8D6AA082EF71F9	medium_purse	Medium Purse	a	the	Medium Purses	\d	the	
    -_1CD5D62713DB1E25	merchant_bag	Merchant's Bag	a	the	Merchant's Bags	\d	the	
    -_A6951A9AD49C1A17	merchant_box	Merchant's Box	a	the	Merchant's Boxes	\d	the	
    -_3DC1CFFCBE0C5834	merchant_supplies	Merchant's Supplies	a	the	Merchant's Supplies	\d	the	
    -_A789C49F25D8B4A0	message	Message	a	the	Messages	\d	the	
    -_2E1AA8946C872CB1	mirror	Mirror	a	the	Mirrors	\d	the	
    -_F64A5DE57DE935FE	money_for_remedy	Money for Remedy	a	the	Monies for Remedies	\d	the	
    -_716CA702A5FBB0F7	old_man_materials	Old Man's Material	an	the	Old Man's Materials	\d	the	
    -_4473D69103517627	old_man_seeds	Old Man's Seed	an	the	Old Man's Seeds	\d	the	
    -_EF293AF1555122E1	orange_medicine	Orange Medicine	an	the	Orange Medicines	\d	the	
    -_E9F8ECB55E2AECCB	order	Order	an	the	Orders	\d	the	
    -_2098B4B1ACDB2CA2	pot	Pot	a	the	Pots	\d	the	
    -_F99C6B9BD991B1E8	purple_medicine	Purple Medicine	a	the	Purple Medicines	\d	the	
    -_21D3EF761FEBEA4F	range_weapons_acreditation	Range Weapon Accreditation	a	the	Range Weapon Accreditations	\d	the	
    -_47B0138589CB31FE	raw_material_acreditation	Raw Material Accreditation	a	the	Raw Material Accreditations	\d	the	
    -_96C406431C9E09D7	red_medicine	Red Medicine	a	the	Red Medicines	\d	the	
    -_F8BC88414BEEAD03	remedy_vial	Remedy Vial	a	the	Remedy Vials	\d	the	
    -_2C5C7C9CEC0930B5	report	Report	a	the	Reports	\d	the	
    -_1E054EFD412081AF	ring_of_vows	Ring of Vows	a	the	Rings of Vows	\d	the	
    -_4CD00557F25F5553	sage_flower	Sage's Flower	a	the	Sage's Flowers	\d	the	
    -_0C30055434BF7551	sage_letter	Sage's Letter	a	the	Sage's Letters	\d	the	
    -_8E360A7E0673DA1F	sealed_letter	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_740F5BF9B93A98DE	shriveled_dead_seed	Shriveled Dead Seed	a	the	Shriveled Dead Seeds	\d	the	
    -_98C02091C4FE79F6	small_barrel	Small Barrel	a	the	Small Barrels	\d	the	
    -_05B15E6F47444E6E	small_brazier	Small Brazier	a	the	Small Braziers	\d	the	
    -_BDADA111351F2105	small_conch	Small Conch	a	the	Small Conchs	\d	the	
    -_4001F837DFF7162B	small_kamic_sphere	Small Kamic Sphere	a	the	Small Kamic Spheres	\d	the	
    -_D775EE35B5158C4B	small_living_sculpture	Small Living Sculpture	a	the	Small Living Sculptures	\d	the	
    -_C21F2D22B7F01512	small_purse	Small Purse	a	the	Small Purses	\d	the	
    -_F3DEB4C27E171FF2	spadassin_letter	Assassin's Letter	an	the	Assassin's Letters	\d	the	
    -_BBAF6F73F8E118EF	stableboy_whistle	Stableboy's Whistle	a	the	Stableboy's Whistles	\d	the	
    -_9F7969CD48038CC5	strange_vibrant_ring	Strange Vibrant Ring	a	the	Strange Vibrant Rings	\d	the	
    -_9DC91F7C9107D188	supplier_list	Supplier's List	a	the	Supplier's Lists	\d	the	
    -_DBA592A9F5A61295	swarmplants_fiber	Shooki Fiber	some	the	Shooki Fibers	\d	the	
    -_0D00D78FC27E9C50	swarmplants_fruit	Piece of Shooki Fruit	a	the	Pieces of Shooki Fruit	\d	the	
    -_BD3B43B779DB0347	system_mp	Generic Raw Material	a	the	Generic Raw Materials	\d	the	
    -_0C2EAD116674F0B3	tiny_worms	Tiny Worms	a	the	Tiny Worms	\d	the	
    -_0BD7FB4FF3516C32	tp_kami_avalae	Kami Teleporter Pact for Avalae	a	the	Kami Teleporter Pacts for Avalae	\d	the	
    -_A27E37878570C7A8	tp_kami_avendale	Kami Teleporter Pact for Avendale	a	the	Kami Teleporter Pacts for Avendale	\d	the	
    -_1E422B64026FB7A6	tp_kami_bountybeaches	Kami Teleporter Pact for Bounty Beaches	a	the	Kami Teleporter Pacts for Bounty Beaches	\d	the	
    -_AD5821E28C67D4F0	tp_kami_citiesofintuition	Kami Teleporter Pact for the Cities of Intuition	a	the	Kami Teleporter Pacts for the Cities of Intuition	\d	the	
    -_667E13AB72DFB71F	tp_kami_crystabell	Kami Teleporter Pact for Crystabell	a	the	Kami Teleporter Pacts for Crystabell	\d	the	
    -_F8CDAC5432686572	tp_kami_davae	Kami Teleporter Pact for Davae	a	the	Kami Teleporter Pacts for Davae	\d	the	
    -_D757A45E3D634E90	tp_kami_dewdrops	Kami Teleporter Pact for Dew Drops	a	the	Kami Teleporter Pacts for Dew Drops	\d	the	
    -_B4A0AD414C751CEB	tp_kami_dunesofexil	Kami Teleporter Pact for the Dunes of Exile	a	the	Kami Teleporter Pacts for the Dunes of Exile	\d	the	
    -_7A9E445038688989	tp_kami_dyron	Kami Teleporter Pact for Dyron	a	the	Kami Teleporter Pacts for Dyron	\d	the	
    -_8931DF922CEF2BAD	tp_kami_enchantedisle	Kami Teleporter Pact for Enchanted Isle	a	the	Kami Teleporter Pacts for Enchanted Isle	\d	the	
    -_A9692F73D0AE0DA5	tp_kami_fairhaven	Kami Teleporter Pact for Fairhaven	a	the	Kami Teleporter Pacts for Fairhaven	\d	the	
    -_533C0DB09D05215B	tp_kami_fleetinggarden	Kami Teleporter Pact for Fleeting Garden	a	the	Kami Teleporter Pacts for Fleeting Garden	\d	the	
    -_C88E1ECD5FA82066	tp_kami_forbidden_depths	Kami Teleporter Pact for the Forbidden Depths	a	the	Kami Teleporter Pacts for the Forbidden Depths	\d	the	
    -_E0CED5D3B83B3CAF	tp_kami_frahartowers	Kami Teleporter Pact for the Frahar Towers	a	the	Kami Teleporter Pacts for the Frahar Towers	\d	the	
    -_98DD4BA930390237	tp_kami_gate_of_obscurity	Kami Teleporter Pact for the Gate of Obscurity	a	the	Kami Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_C9D9C15A522B1F6A	tp_kami_groveofconfusion	Kami Teleporter Pact for the Grove of Confusion	a	the	Kami Teleporter Pacts for the Grove of Confusion	\d	the	
    -_F81D21F450A6D071	tp_kami_groveofumbra	Kami Teleporter Pact for the Grove of Umbra	a	the	Kami Teleporter Pacts for the Grove of Umbra	\d	the	
    -_8751AC7F0A16DF93	tp_kami_havenofpurity	Kami Teleporter Pact for the Haven of Purity	a	the	Kami Teleporter Pacts for the Haven of Purity	\d	the	
    -_2520407B84EA0647	tp_kami_hereticshovel	Kami Teleporter Pact for Heretic's Hovel	a	the	Kami Teleporter Pacts for Heretic's Hovel	\d	the	
    -_97CD91C27B7A24A8	tp_kami_hiddensource	Kami Teleporter Pact for Hidden Source	a	the	Kami Teleporter Pacts for Hidden Source	\d	the	
    -_DF27DFD072C1D3EC	tp_kami_hoi_cho	Kami Teleporter Pact for Hoï-Cho	a	the	Kami Teleporter Pacts for Hoï-Cho	\d	the	
    -_FFEFB3D412C9A3FE	tp_kami_jen_lai	Kami Teleporter Pact for Jen-Laï	a	the	Kami Teleporter Pacts for Jen-Laï	\d	the	
    -_9DD6FE657D6E3032	tp_kami_knollofdissent	Kami Teleporter Pact for the Knoll of Dissent	a	the	Kami Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_8C0A9184C7CB1935	tp_kami_knotofdementia	Kami Teleporter Pact for the Knot of Dementia	a	the	Kami Teleporter Pacts for the Knot of Dementia	\d	the	
    -_1F876554FFFC1D32	tp_kami_lagoonsofloria	Kami Teleporter Pact for the Lagoons of Loria	a	the	Kami Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_17D8501B580A17AE	tp_kami_maidengrove	Kami Teleporter Pact for Maiden Grove	a	the	Kami Teleporter Pacts for Maiden Grove	\d	the	
    -_DF5FAFDA1261E7EC	tp_kami_min_cho	Kami Teleporter Pact for Min-Cho	a	the	Kami Teleporter Pacts for Min-Cho	\d	the	
    -_78ADD45C32086572	tp_kami_natae	Kami Teleporter Pact for Natae	a	the	Kami Teleporter Pacts for Natae	\d	the	
    -_02FCAE8F5AD23328	tp_kami_nexus_bagne	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_33F40B0DBA231F3D	tp_kami_nexus_route_gouffre	Kami Teleporter Pact for the Tunnel from Nexus to Lands of Umbra	a	the	Kami Teleporter Pacts for the Tunnel from Nexus to Lands of Umbra	\d	the	
    -_02FCBE9A5BF33328	tp_kami_nexus_terre	Kami Teleporter Pact for Nexus	a	the	Kami Teleporter Pacts for Nexus	\d	the	
    -_687F3886839AEA60	tp_kami_oflovaksoasis	Kami Teleporter Pact for Oflovak's Oasis	a	the	Kami Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_E09005CFBAC95099	tp_kami_outlawcanyon	Kami Teleporter Pact for Outlaw Canyon	a	the	Kami Teleporter Pacts for Outlaw Canyon	\d	the	
    -_FC75FAC4F95CD935	tp_kami_pyr	Kami Teleporter Pact for Pyr	a	the	Kami Teleporter Pacts for Pyr	\d	the	
    -_34EF6DBCF5ACEC8A	tp_kami_restingwater	Kami Teleporter Pact for Resting Water	a	the	Kami Teleporter Pacts for Resting Water	\d	the	
    -_B05F89ACF28EF0A3	tp_kami_sawdustmines	Kami Teleporter Pact for the Sawdust Mines	a	the	Kami Teleporter Pacts for the Sawdust Mines	\d	the	
    -_98689EBF5CCD51AB	tp_kami_the_trench_of_trials_tryker	Kami Teleporter Pact for the Tunnel from the Trench of Trials to Tryker	a	the	Kami Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_02F71258E131D398	tp_kami_the_trench_of_trials_zorai	Kami Teleporter Pact for the Trench of Trials	a	the	Kami Teleporter Pacts for the Trench of Trials	\d	the	
    -_C12F1A78D253D631	tp_kami_the_abyss_of_ichor_matis	Kami Teleporter Pact for the Abyss of Ichor	a	the	Kami Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_926FE1D33169A117	tp_kami_the_abyss_of_ichor_nexus	Kami Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Kami Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_08010E20D8D12A5E	tp_kami_the_elusive_forest	Kami Teleporter Pact for Elusive Forest	a	the	Kami Teleporter Pacts for Elusive Forest	\d	the	
    -_CF3529DD007EEEC7	tp_kami_the_land_of_continuity	Kami Teleporter Pact for the Land of Continuity	a	the	Kami Teleporter Pacts for the Land of Continuity	\d	the	
    -_624EFE088C452249	tp_kami_the_sunken_city	Kami Teleporter Pact for Sunken City	a	the	Kami Teleporter Pacts for Sunken City	\d	the	
    -_F0FD4F5D6DB18EF2	tp_kami_the_under_spring_fyros	Kami Teleporter Pact for Under Spring	a	the	Kami Teleporter Pacts for Under Spring	\d	the	
    -_8F9752A8F2216D11	tp_kami_the_under_spring_zorai	Kami Teleporter Pact for the Tunnel from Under Spring to Zoraï	a	the	Kami Teleporter Pacts for the Tunnel from Under Spring to Zoraï	\d	the	
    -_E4252656D1CFF737	tp_kami_the_windy_gate	Kami Teleporter Pact for Windy Gate	a	the	Kami Teleporter Pacts for Windy Gate	\d	the	
    -_D345809D7F72628F	tp_kami_thefount	Kami Teleporter Pact for Fount	a	the	Kami Teleporter Pacts for Fount	\d	the	
    -_5A43010A85700162	tp_kami_thesavagedunes	Kami Teleporter Pact for the Savage Dunes	a	the	Kami Teleporter Pacts for the Savage Dunes	\d	the	
    -_2DB5C740D1B30828	tp_kami_thescorchedcorridor	Kami Teleporter Pact for Scorched Corridor	a	the	Kami Teleporter Pacts for Scorched Corridor	\d	the	
    -_1488D3623BC2B440	tp_kami_thesos	Kami Teleporter Pact for Thesos	a	the	Kami Teleporter Pacts for Thesos	\d	the	
    -_DE73B9C07EF10E20	tp_kami_thevoid	Kami Teleporter Pact for the Void	a	the	Kami Teleporter Pacts for the Void	\d	the	
    -_A7281073AE5B8903	tp_kami_upperbog	Kami Teleporter Pact for Upper Bog	a	the	Kami Teleporter Pacts for Upper Bog	\d	the	
    -_29CD5FDAEAADA30A	tp_kami_windermeer	Kami Teleporter Pact for Windermeer	a	the	Kami Teleporter Pacts for Windermeer	\d	the	
    -_B077FF5C3F2E7571	tp_kami_windsofmuse	Kami Teleporter Pact for the Winds of Muse	a	the	Kami Teleporter Pacts for the Winds of Muse	\d	the	
    -_6E0FA32651741F22	tp_kami_yrkanis	Kami Teleporter Pact for Yrkanis	a	the	Kami Teleporter Pacts for Yrkanis	\d	the	
    -_B68969C12AC34A49	tp_kami_zora	Kami Teleporter Pact for Zora	a	the	Kami Teleporter Pacts for Zora	\d	the	
    -_CE931FA5D6FA8BE2	tp_kami_zorai_nland	Kami Teleporter Pact for Zoraï Island	a	the	Kami Teleporter Pacts for Zoraï Island	\d	the	
    -_18A8F75904713F5A	tp_karavan_avalae	Karavan Teleporter Pact for Avalae	a	the	Karavan Teleporter Pacts for Avalae	\d	the	
    -_07F3813BE1230EE1	tp_karavan_avendale	Karavan Teleporter Pact for Avendale	a	the	Karavan Teleporter Pacts for Avendale	\d	the	
    -_919ECAEAD4F065AD	tp_karavan_bountybeaches	Karavan Teleporter Pact for the Bounty Beaches	a	the	Karavan Teleporter Pacts for the Bounty Beaches	\d	the	
    -_492D1C48EBA099BC	tp_karavan_crystabell	Karavan Teleporter Pact for Crystabell	a	the	Karavan Teleporter Pacts for Crystabell	\d	the	
    -_86CDD39432360E2F	tp_karavan_davae	Karavan Teleporter Pact for Davae	a	the	Karavan Teleporter Pacts for Davae	\d	the	
    -_2EE5E91473E2B388	tp_karavan_dewdrops	Karavan Teleporter Pact for Dew Drops	a	the	Karavan Teleporter Pacts for Dew Drops	\d	the	
    -_B198CAACFA1F0CFD	tp_karavan_dunesofexil	Karavan Teleporter Pact for the Dunes of Exile	a	the	Karavan Teleporter Pacts for the Dunes of Exile	\d	the	
    -_8CCDD39DF7669643	tp_karavan_dyron	Karavan Teleporter Pact for Dyron	a	the	Karavan Teleporter Pacts for Dyron	\d	the	
    -_5D15FFBACA8E9072	tp_karavan_enchantedisle	Karavan Teleporter Pact for Enchanted Isle	a	the	Karavan Teleporter Pacts for Enchanted Isle	\d	the	
    -_BAFD602FCF3984D1	tp_karavan_fairhaven	Karavan Teleporter Pact for Fairhaven	a	the	Karavan Teleporter Pacts for Fairhaven	\d	the	
    -_74A61F322398B96E	tp_karavan_fleetinggarden	Karavan Teleporter Pact for Fleeting Garden	a	the	Karavan Teleporter Pacts for Fleeting Garden	\d	the	
    -_75AA5BE63C79B759	tp_karavan_forbidden_depths	Karavan Teleporter Pact for the Forbidden Depths	a	the	Karavan Teleporter Pacts for the Forbidden Depths	\d	the	
    -_D81004E1851E5252	tp_karavan_frahartowers	Karavan Teleporter Pact for the Frahar Towers	a	the	Karavan Teleporter Pacts for the Frahar Towers	\d	the	
    -_EDC412A6CE5FF074	tp_karavan_gate_of_obscurity	Karavan Teleporter Pact for the Gate of Obscurity	a	the	Karavan Teleporter Pacts for the Gate of Obscurity	\d	the	
    -_CE93FF6D964E323B	tp_karavan_groveofconfusion	Karavan Teleporter Pact for the Grove of Confusion	a	the	Karavan Teleporter Pacts for the Grove of Confusion	\d	the	
    -_576FF1D7BEE10977	tp_karavan_groveofumbra	Karavan Teleporter Pact for the Grove of Umbra	a	the	Karavan Teleporter Pacts for the Grove of Umbra	\d	the	
    -_DEB90CFAF5592B5A	tp_karavan_havenofpurity	Karavan Teleporter Pact for the Haven of Purity	a	the	Karavan Teleporter Pacts for the Haven of Purity	\d	the	
    -_FBC7D21AB242ED01	tp_karavan_hereticshovel	Karavan Teleporter Pact for Heretic's Hovel	a	the	Karavan Teleporter Pacts for Heretic's Hovel	\d	the	
    -_5E4F08D8048B3A38	tp_karavan_hiddensource	Karavan Teleporter Pact for Hidden Source	a	the	Karavan Teleporter Pacts for Hidden Source	\d	the	
    -_EA0003DBFDA63EA6	tp_karavan_hoi_cho	Karavan Teleporter Pact for Hoï-Cho	a	the	Karavan Teleporter Pacts for Hoï-Cho	\d	the	
    -_E620EBD23CE6529C	tp_karavan_jen_lai	Karavan Teleporter Pact for Jen-Laï	a	the	Karavan Teleporter Pacts for Jen-Laï	\d	the	
    -_DA074EF41024ADB7	tp_karavan_knollofdissent	Karavan Teleporter Pact for the Knoll of Dissent	a	the	Karavan Teleporter Pacts for the Knoll of Dissent	\d	the	
    -_EFE7E9D6D8EAC542	tp_karavan_knotofdementia	Karavan Teleporter Pact for the Knot of Dementia	a	the	Karavan Teleporter Pacts for the Knot of Dementia	\d	the	
    -_F05BEE6B807B5949	tp_karavan_lagoonsofloria	Karavan Teleporter Pact for the Lagoons of Loria	a	the	Karavan Teleporter Pacts for the Lagoons of Loria	\d	the	
    -_AA7D405FD07733AE	tp_karavan_maidengrove	Karavan Teleporter Pact for Maiden Grove	a	the	Karavan Teleporter Pacts for Maiden Grove	\d	the	
    -_B4C8033D6438055B	tp_karavan_majesticgarden	Karavan Teleporter Pact for Majestic Garden	a	the	Karavan Teleporter Pacts for Majestic Garden	\d	the	
    -_27FB186B3F6B105B	tp_karavan_matis_nland	Karavan Teleporter Pact for Matis Island	a	the	Karavan Teleporter Pacts for Matis Island	\d	the	
    -_2B0003D9FB4652A0	tp_karavan_min_cho	Karavan Teleporter Pact for Min-Cho	a	the	Karavan Teleporter Pacts for Min-Cho	\d	the	
    -_086DD39432160637	tp_karavan_natae	Karavan Teleporter Pact for Natae	a	the	Karavan Teleporter Pacts for Natae	\d	the	
    -_57C567996B776D11	tp_karavan_nexus_bagne	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_84E2F8B6D5DE361C	tp_karavan_nexus_route_gouffre	Karavan Teleporter Pact for the Tunnel from Nexus to the Lands of Umbra	a	the	Karavan Teleporter Pacts for the Tunnel from Nexus to the Lands of Umbra	\d	the	
    -_1A05AF996B776D15	tp_karavan_nexus_terre	Karavan Teleporter Pact for Nexus	a	the	Karavan Teleporter Pacts for Nexus	\d	the	
    -_7DA9D210F140D102	tp_karavan_oflovaksoasis	Karavan Teleporter Pact for Oflovak's Oasis	a	the	Karavan Teleporter Pacts for Oflovak's Oasis	\d	the	
    -_61BEACDA446C1A64	tp_karavan_outlawcanyon	Karavan Teleporter Pact for Outlaw Canyon	a	the	Karavan Teleporter Pacts for Outlaw Canyon	\d	the	
    -_52F2B92391598728	tp_karavan_pyr	Karavan Teleporter Pact for Pyr	a	the	Karavan Teleporter Pacts for Pyr	\d	the	
    -_9B1CBDA51A7E0630	tp_karavan_restingwater	Karavan Teleporter Pact for Resting Water	a	the	Karavan Teleporter Pacts for Resting Water	\d	the	
    -_1ABB01AFA4DD421A	tp_karavan_sawdustmines	Karavan Teleporter Pact for the Sawdust Mines	a	the	Karavan Teleporter Pacts for the Sawdust Mines	\d	the	
    -_7C0C573AE515763E	tp_karavan_the_abyss_of_ichor_matis	Karavan Teleporter Pact for the Abyss of Ichor	a	the	Karavan Teleporter Pacts for the Abyss of Ichor	\d	the	
    -_ACEF6B89EFF683D2	tp_karavan_the_abyss_of_ichor_nexus	Karavan Teleporter Pact for the Tunnel from the Abyss of Ichor to Nexus	a	the	Karavan Teleporter Pacts for the Tunnel from the Abyss of Ichor to Nexus	\d	the	
    -_D9039F4C550E0C9E	tp_karavan_the_elusive_forest	Karavan Teleporter Pact for Elusive Forest	a	the	Karavan Teleporter Pacts for Elusive Forest	\d	the	
    -_7A4E851C0223ECBD	tp_karavan_the_land_of_continuity	Karavan Teleporter Pact for the Land of Continuity	a	the	Karavan Teleporter Pacts for the Land of Continuity	\d	the	
    -_06E496880F0E05FD	tp_karavan_the_sunken_city	Karavan Teleporter Pact for Sunken City	a	the	Karavan Teleporter Pacts for Sunken City	\d	the	
    -_050611BD5ADED3E5	tp_karavan_the_trench_of_trials_tryker	Karavan Teleporter Pact for the Tunnel from Trench of Trials to Tryker	a	the	Karavan Teleporter Pacts for the Tunnel from Trench of Trials to Tryker	\d	the	
    -_6F04544CB4227F19	tp_karavan_the_trench_of_trials_zorai	Karavan Teleporter Pact for the Trench of Trials	a	the	Karavan Teleporter Pacts for the Trench of Trials	\d	the	
    -_083062EC9C411FEA	tp_karavan_the_under_spring_fyros	Karavan Teleporter Pact for Under Spring	a	the	Karavan Teleporter Pacts for Under Spring	\d	the	
    -_D580AC75A4B84EC1	tp_karavan_the_under_spring_zorai	Karavan Teleporter Pact for the Tunnel from the Under Spring to Zoraï	a	the	Karavan Teleporter Pacts for the Tunnel from the Under Spring to Zoraï	\d	the	
    -_EF6AFE41BD8BE5BB	tp_karavan_the_windy_gate	Karavan Teleporter Pact for Windy Gate	a	the	Karavan Teleporter Pacts for Windy Gate	\d	the	
    -_2E255D1B81B08B88	tp_karavan_thefount	Karavan Teleporter Pact for Fount	a	the	Karavan Teleporter Pacts for Fount	\d	the	
    -_2E6AF12CFEDE369A	tp_karavan_thesavagedunes	Karavan Teleporter Pact for the Savage Dunes	a	the	Karavan Teleporter Pacts for the Savage Dunes	\d	the	
    -_07A654F422A079A2	tp_karavan_thescorchedcorridor	Karavan Teleporter Pact for Scorched Corridor	a	the	Karavan Teleporter Pacts for Scorched Corridor	\d	the	
    -_DD89677C4941635F	tp_karavan_thesos	Karavan Teleporter Pact for Thesos	a	the	Karavan Teleporter Pacts for Thesos	\d	the	
    -_75573983FF2A937E	tp_karavan_thevoid	Karavan Teleporter Pact for the Void	a	the	Karavan Teleporter Pacts for the Void	\d	the	
    -_3C29DD1169BC9B86	tp_karavan_upperbog	Karavan Teleporter Pact for Upper Bog	a	the	Karavan Teleporter Pacts for Upper Bog	\d	the	
    -_C9ADC04A270F25B7	tp_karavan_windermeer	Karavan Teleporter Pact for Windermeer	a	the	Karavan Teleporter Pacts for Windermeer	\d	the	
    -_09CE55410CB24EEA	tp_karavan_windsofmuse	Karavan Teleporter Pact for the Winds of Muse	a	the	Karavan Teleporter Pacts for the Winds of Muse	\d	the	
    -_AE64B5D442E946B1	tp_karavan_yrkanis	Karavan Teleporter Pact for Yrkanis	a	the	Karavan Teleporter Pacts for Yrkanis	\d	the	
    -_BF5AEE7DE77B0684	tp_karavan_zora	Karavan Teleporter Pact for Zora	a	the	Karavan Teleporter Pacts for Zora	\d	the	
    -_269542E4564A0009	tr_armor01_armpad	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves	\d	the	Tryker Armor Sleeves
    -_6679BD9E1C75C420	tr_armor01_bottes	Tryker Armor Boots	\d	the	Tryker Armor Boots	\d	the	Tryker Armor Boots
    -_19FD0CA86C30E961	tr_armor01_gilet	Tryker Armor Vest	a	the	Tryker Armor Vests	\d	the	Tryker Armor Vest
    -_E18329C8B0DD09BC	tr_armor01_hand	Tryker Armor Gloves	\d	the	Tryker Armor Gloves	\d	the	Tryker Armor Gloves
    -_353A50532AECD6BE	tr_armor01_pantabotte	Tryker Armor Pants	\d	the	Tryker Armor Pants	\d	the	Tryker Armor Pants
    -_DD8801867AAB9510	tr_cheveux_long01	Tryker Long Haircut	\d	the	Tryker Long Hairs	\d	the	Tryker Long Hair
    -_00256400F38CF4FD	tr_cheveux_medium01	Tryker Medium Haircut	a	the	Tryker Medium Haircuts	\d	the	Tryker Medium Hair 
    -_004B19A91A3B6E7F	tr_cheveux_shave01	Tryker Shaved Haircut	a	the	Tryker Shaved Haircuts	\d	the	Tryker Shaved Hair 
    -_B138A14DA24291CF	tr_cheveux_short01	Tryker Short Haircut	a	the	Tryker Short Haircuts	\d	the	Tryker Short Hair 
    -_447A177EFC059053	tr_civil01_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_1C022FC387FAF3F9	tr_civil01_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_F50B862FB34462A5	tr_civil01_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_8DF257059F60464D	tr_civil01_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_A84E93271FD5C0E9	tr_civil01_pantabotte	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E0D798FF552274E4	tr_underwear_armpad	Tryker Sleeves	\d	the	Tryker Sleeves	\d	the	Tryker Sleeves
    -_501B323F7C7C007C	tr_underwear_bottes	Tryker Boots	\d	the	Tryker Boots	\d	the	Tryker Boots
    -_C6E204E463388FFD	tr_underwear_gilet	Tryker Vest	a	the	Tryker Vests	\d	the	Tryker Vest
    -_E23EC4A6B1C3187B	tr_underwear_hand	Tryker Gloves	\d	the	Tryker Gloves	\d	the	Tryker Gloves
    -_99DA9DA901A7A752	tr_underwear_pantabottes	Tryker Pants	\d	the	Tryker Pants	\d	the	Tryker Pants
    -_E456C7C0FAEF1D80	tr_visage	Tryker Mask	a	the	Tryker Masks	\d	the	Tryker Mask
    -_4FD497CA9C228D54	white_medicine	White Medicine	a	the	White Medicines	\d	the	
    -_B48A13949FC1E9F7	yellow_medicine	Yellow Medicine	a	the	Yellow Medicines	\d	the	
    -_5350258124F9E4E0	young_girl_pendant	Young Girl's Pendant	a	the	Young Girl's Pendants	\d	the	
    -_64487EAFDA350772	young_live_seed	Young Living Seed	a	the	Young Living Seeds	\d	the	
    -_A0F756FB4B0101ED	zerx_stomach	Zerx Stomach	a	the	Zerx Stomachs	\d	the	
    -_8BF0911F2636D4B7	zerx_tusks	Zerx Tusks	a	the	Zerx Tusks	\d	the	
    -_64E48C79FA976B16	zo_armor01_armpad	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves	\d	the	Zoraï Armor Sleeves
    -_DEC0A0FFD609825E	zo_armor01_bottes	Zoraï Armor Boots	\d	the	Zoraï Armor Boots	\d	the	Zoraï Armor Boots
    -_03575BDEE4B6DB9F	zo_armor01_gilet	Zoraï Armor Vest	a	the	Zoraï Armor Vests	\d	the	Zoraï Armor Vest
    -_15E2AB945E5FE890	zo_armor01_hand	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves	\d	the	Zoraï Armor Gloves
    -_AFFE72885FF48D19	zo_armor01_pantabotte	Zoraï Armor Pants	\d	the	Zoraï Armor Pants	\d	the	Zoraï Armor Pants
    -_FA61FF16AFEA8745	zo_cheveux_long01	Zoraï Long Haircutcut	a	the	Zoraï Long Haircuts	\d	the	Zoraï Long Hair
    -_F63486C2BEE5F948	zo_cheveux_medium01	Zoraï Medium Haircut	a	the	Zoraï Medium Haircuts	\d	the	Zoraï Medium Hair
    -_54F9783AC7BD39B0	zo_cheveux_shave01	Zoraï Shaved Haircut	a	the	Zoraï Shaved Haircuts	\d	the	Zoraï Shaved Hair
    -_1FB8D0E5CA645BC0	zo_cheveux_short01	Zoraï Short Haircut	a	the	Zoraï Short Haircuts	\d	the	Zoraï Short Hair
    -_D19CA7BD6D3E9260	zo_civil01_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_6583873BEE245811	zo_civil01_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_1CADE54BE19BBE3E	zo_civil01_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_4C7924456876943E	zo_civil01_pantabotte	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_895A939874F45C26	zo_underwear_armpad	Zoraï Sleeves	\d	the	Zoraï Sleeves	\d	the	Zoraï Sleeves
    -_9641BCF8C2FE8684	zo_underwear_bottes	Zoraï Boots	\d	the	Zoraï Boots	\d	the	Zoraï Boots
    -_6E43CB5F28D0F217	zo_underwear_gilet	Zoraï Vest	a	the	Zoraï Vests	\d	the	Zoraï Vest
    -_945318581D3F86D7	zo_underwear_hand	Zoraï Gloves	\d	the	Zoraï Gloves	\d	the	Zoraï Gloves
    -_A1EEBAE4550F7379	zo_underwear_pantabottes	Zoraï Pants	\d	the	Zoraï Pants	\d	the	Zoraï Pants
    -_F900487B3A309824	zo_visage	Zoraï Mask	a	the	Zoraï Masks	\d	the	Zoraï Mask
    -_9467AF8854C572D9	icfacb	Droge Boots	\d	the	Droge Boots	\d	the	Fyros Caster Boots
    -_8AE5AEF243A8538E	icfacg	Droge Gloves	\d	the	Droge Gloves	\d	the	Fyros Caster Gloves
    -_1857779654B56ED9	icfacp	Droge Pants	\d	the	Droge Pants	\d	the	Fyros Caster Pants
    -_D11348882578CB31	icfacs	Droge Sleeves	\d	the	Droge Sleeves	\d	the	Fyros Caster Sleeves
    -_8D8962AE4CE18E47	icfacv	Droge Vest	a	the	Droge Vests	\d	the	Fyros Caster Vest
    -_7A6A71829D564DF9	icfr2ab	Burning Fraser	a	the	Burning Frasers	\d	the	Two-handed Burning Autolauncher
    -_8CF5ECEC1A858547	icfr2lb	Burning Brazer	a	the	Burning Brazers	\d	the	Two-handed Fyros Burning Launcher
    -_5CB36472C3515D84	icfsbb	Burning Blok	a	the	Burning Bloks	\d	the	Fyros Burning Buckler
    -_65EE1F67A543BA84	icmacb	Vestini Boots	\d	the	Vestini Boots	\d	the	Matis Caster Boots
    -_DBA2581DDAB2C1D6	icmacg	Vestini Gloves	\d	the	Vestini Gloves	\d	the	Matis Caster Gloves
    -_65EE1B58A614BA92	icmacp	Vestini Pants	\d	the	Vestini Pants	\d	the	Matis Caster Pants
    -_09B1F8ADA8114B63	icmacs	Vestini Sleeves	\d	the	Vestini Sleeves	\d	the	Matis Caster Sleeves
    -_65883F0ED9E655AD	icmacv	Vestini Vest	a	the	Vestini Vests	\d	the	Matis Caster Vest
    -_9E2CE211B5C3C01F	icmm1psl	Living Palor Spear	a	the	Living Palors Spears	\d	the	One-handed Matis Living Spear
    -_D3CF01118FDCE16D	icmm1pdl	Living Limmel Dagger	a	the	Living Limmels Daggers	\d	the	One-handed Matis Living Dagger
    -_86F538940BF32D56	icmm2ppl	Living Krop Pike	a	the	Living Krops Pikes	\d	the	Two-handed Matis Living Pike
    -_A2A4BE1360CA3B2D	icmm2ssl	Living Slathe Sword	a	the	Living Slathes Swords	\d	the	Two-handed Matis Living Long Sword
    -_A61358368149F453	icmr1pl	Living Maka Pistol	a	the	Living Makas Pistols	\d	the	One-handed Matis Living Pistol
    -_C9902A1D2DB066EF	icmr2rl	Living Stylone Rifle	a	the	Living Stylones Rifles	\d	the	Two-handed Matis Living Rifle
    -_5FF325E63108A94A	icmsbl	Living Wod Buckler	a	the	Living Wods Bucklers	\d	the	Matis Living Buckler
    -_3ED1357F14EF0049	icralb	Refugee Light Boots	\d	the	Refugee Light Boots	\d	the	Refugee Light Boots
    -_7B56811D6B11CB1D	icralg	Refugee Light Gloves	\d	the	Refugee Light Gloves	\d	the	Refugee Light Gloves
    -_B581B6120C7B0416	icrals	Refugee Light Sleeves	\d	the	Refugee Light Sleeves	\d	the	Refugee Light Sleeves
    -_5D79C709C119C322	ictacb	Lithen Boots	\d	the	Lithen Boots	\d	the	Tryker Caster Boots
    -_75F3B886ABA4196B	ictacg	Lithen Gloves	\d	the	Lithen Gloves	\d	the	Tryker Caster Gloves
    -_E179C70941596714	ictacp	Lithen Pants	\d	the	Lithen Pants	\d	the	Tryker Caster Pants
    -_9E44AC0ED6829CE3	ictacs	Lithen Sleeves	\d	the	Lithen Sleeves	\d	the	Tryker Caster Sleeves
    -_97B76203A3C55F66	ictacv	Lithen Vest	a	the	Lithen Vests	\d	the	Tryker Caster Vest
    -_A8A8BB10D410205E	ictm1pdw	Waving Fyler Dagger	a	the	Waving Fylers Daggers	\d	the	One-handed Tryker Waving Dagger
    -_89957B12DF110A03	ictm1ssw	Waving Tanner Sword	a	the	Waving Tanners Swords	\d	the	One-handed Tryker Waving Sword
    -_1EA35A6728332B21	ictm2ssw	Waving Flence Sword	a	the	Waving Flences Sword	\d	the	Two-handed Tryker Waving Long Sword
    -_E0801C132F672B62	ictr1bw	Waving Fletcher Bowpistol	a	the	Waving Fletchers Bowpistols	\d	the	One-handed Tryker Waving Bowpistol
    -_825EDDC969EB2A95	ictsbw	Waving Stilten Buckler	a	the	Waving Stiltens Bucklers	\d	the	Tryker Waving Buckler
    -_F096CE005FE83740	iczacb	Lin-Ko Boots	\d	the	Lin-Ko Boots	\d	the	Zoraï Caster Boots
    -_44F9936D72B63A41	iczacg	Lin-Ko Gloves	\d	the	Lin-Ko Gloves	\d	the	Zoraï Caster Gloves
    -_6D77CE00DF28DF3F	iczacp	Lin-Ko Pants	\d	the	Lin-Ko Pants	\d	the	Zoraï Caster Pants
    -_45931F1FE590B4FA	iczacs	Lin-Ko Sleeves	\d	the	Lin-Ko Sleeves	\d	the	Zoraï Caster Sleeves
    -_E2AA1DFAE264867F	iczacv	Lin-Ko Vest	a	the	Lin-Ko Vests	\d	the	Zoraï Caster Vest
    -_5CF176EB88D5BC11	iczm1bme	Electric Nanka Mace	an	the	Electric Nankas Maces	\d	the	One-handed Zoraï Electric Mace
    -_DCA1965060EBF132	iczm2bme	Electric Kanka Mace	an	the	Electric Kankas Maces	\d	the	Two-handed Zoraï Electric Long Mace
    -_B7214AE3AFCDFC0E	iczr2be	Electric Ma-Kam Bowrifle	an	the	Electric Ma-Kam Bowrifles	\d	the	Two-handed Zoraï Electric Bowrifle
    -_DB694C4D0445EB54	iczr2le	Electric Ba-Koon Launcher	an	the	Electric Ba-Koon Launchers	\d	the	Two-handed Zoraï Electric Launcher
    -_BB7A582F40CADE67	iczsbe	Electric Kastu Buckler	an	the	Electric Kastus Bucklers	\d	the	Electric Zoraï Buckler
    -_AF58BA57E7A8747B	icfacb_2	Drogeus Boots	\d	the	Drogeus Boots	\d	the	Medium Quality Fyros Caster Boots
    -_0977FFD83D537D1B	icfacg_2	Drogeus Gloves	\d	the	Drogeus Gloves	\d	the	Medium Quality Fyros Caster Gloves
    -_6F68BA65A7C8E47B	icfacp_2	Drogeus Pants	\d	the	Drogeus Pants	\d	the	Medium Quality Fyros Caster Pants
    -_4AB8B5B3696E22F0	icfacs_2	Drogeus Sleeves	\d	the	Drogeus Sleeves	\d	the	Medium Quality Fyros Caster Sleeves
    -_DCE9C14C2CC06160	icfacv_2	Drogeus Vest	a	the	Drogeus Vests	\d	the	Medium Quality Fyros Caster Vest
    -_6665BCC2192618DE	icfahb_2	Kostomus Boots	\d	the	Kostomus Boots	\d	the	Medium Quality Fyros Heavy Boots
    -_4A1E81A64FEAFAC5	icfahg_2	Kostomus Gloves	\d	the	Kostomus Gloves	\d	the	Medium Quality Fyros Heavy Gloves
    -_6DADEA79A1105A75	icfahh_2	Kostomus Helmet	a	the	Kostomus Helmets	\d	the	Medium Quality Fyros Heavy Helmet
    -_AA85F4C196074CD0	icfahp_2	Kostomus Pants	\d	the	Kostomus Pants	\d	the	Medium Quality Fyros Heavy Pants
    -_7C2E752DBEEB30AE	icfahs_2	Kostomus Sleeves	\d	the	Kostomus Sleeves	\d	the	Medium Quality Fyros Heavy Sleeves
    -_3177C82DA3961191	icfahv_2	Kostomus Vest	a	the	Kostomus Vests	\d	the	Medium Quality Fyros Heavy Vest
    -_5848C14E2B384CAD	icfalb_2	Hobenus Boots	\d	the	Hobenus Boots	\d	the	Medium Quality Fyros Light Boots
    -_48152FE887552CBC	icfalg_2	Hobenus Gloves	\d	the	Hobenus Gloves	\d	the	Medium Quality Fyros Light Gloves
    -_1858C15C2B284CBB	icfalp_2	Hobenus Pants	\d	the	Hobenus Pants	\d	the	Medium Quality Fyros Light Pants
    -_CD080DEA3B207A04	icfals_2	Hobenus Sleeves	\d	the	Hobenus Sleeves	\d	the	Medium Quality Fyros Light Sleeves
    -_6924E5480C50BD8A	icfalv_2	Hobenus Vest	a	the	Hobenus Vests	\d	the	Medium Quality Fyros Light Vest
    -_B098A256E8489896	icfamb_2	Rilonus Boots	\d	the	Rilonus Boots	\d	the	Medium Quality Fyros Medium Boots
    -_0637EBF03DE3893B	icfamg_2	Rilonus Gloves	\d	the	Rilonus Gloves	\d	the	Medium Quality Fyros Medium Gloves
    -_70A8A264A8680896	icfamp_2	Rilonus Pants	\d	the	Rilonus Pants	\d	the	Medium Quality Fyros Medium Pants
    -_D02891C16AEFEAEB	icfams_2	Rilonus Sleeves	\d	the	Rilonus Sleeves	\d	the	Medium Quality Fyros Medium Sleeves
    -_E038B95D6900897C	icfamv_2	Rilonus Vest	a	the	Rilonus Vests	\d	the	Medium Quality Fyros Medium Vest
    -_4BDCA9CCF336399B	icfm1bm_2	Massonus Mace	a	the	Massonus Maces	\d	the	One-handed Medium Quality Fyros Mace
    -_D4245D773459FA9A	icfm1bs_2	Talusus Staff	a	the	Talusus Staffs	\d	the	One-handed Medium Quality Fyros Staff
    -_F5B8582C50BE7D11	icfm1pd_2	Jabus Dagger	a	the	Jabus Daggers	\d	the	One-handed Medium Quality Fyros Dagger
    -_D924397734994290	icfm1ps_2	Kronkus Spear	a	the	Kronkus Spears	\d	the	One-handed Medium Quality Fyros Spear
    -_A8DEDE6727561987	icfm1sa_2	Clevenus Axe	a	the	Clevenus Axes	\d	the	One-handed Medium Quality Fyros Axe
    -_BBC9B82601199973	icfm1ss_2	Blamus Sword	a	the	Blamus Swords	\d	the	One-handed Medium Quality Fyros Sword
    -_8ACAC9539F2B92BC	icfm2bm_2	Hampus Mace	a	the	Hampus Maces	\d	the	Two-handed Medium Quality Fyros Long Mace
    -_14FFC1CC73A755A2	icfm2pp_2	Punnelus Pike	a	the	Punnelus Pikes	\d	the	Two-handed Medium Quality Fyros Pike
    -_CE0CD51028C015A4	icfm2sa_2	Retchus Axe	a	the	Retchus Axes	\d	the	Two-handed Medium Quality Fyros Long Axe
    -_47924A476AFA14BA	icfm2ss_2	Stavonus Sword	a	the	Stavonus Swords	\d	the	Two-handed Medium Quality Fyros Long Sword
    -_0568F7B84EDC4ABF	icfr1b_2	Koltonus Bowpistol	a	the	Koltonus Bowpistols	\d	the	One-handed Medium Quality Fyros Bowpistol
    -_A2EB740CAB0BED47	icfr1p_2	Rimelus Pistol	a	the	Rimelus Pistols	\d	the	One-handed Medium Quality Fyros Pistol
    -_4A05D6E1E76DA8B0	icfr2a_2	Fraserus Autolauncher	a	the	Fraserus Autolaunchers	\d	the	Two-handed Medium Quality Fyros Autolauncher
    -_42D1D2E100A162AF	icfr2b_2	Strabusus Bowrifle	a	the	Strabusus Bowrifles	\d	the	Two-handed Medium Quality Fyros Bowrifle
    -_D92B052BC5937E25	icfr2l_2	Brazerus Launcher	a	the	Brazerus Launchers	\d	the	Two-handed Medium Quality Fyros Launcher
    -_BC9E6AB7C8A83DF6	icfr2r_2	Strammelus Rifle	a	the	Strammelus Rifles	\d	the	Two-handed Medium Quality Fyros Rifle
    -_4FD9E97C6608BA7E	icmacb_2	Modi Vestini Boots	\d	the	Modi Vestini Boots	\d	the	Medium Quality Matis Caster Boots
    -_D113DE427AD4EFA0	icmacg_2	Modi Vestini Gloves	\d	the	Modi Vestini Gloves	\d	the	Medium Quality Matis Caster Gloves
    -_D3D9E56EAA282670	icmacp_2	Modi Vestini Pants	\d	the	Modi Vestini Pants	\d	the	Medium Quality Matis Caster Pants
    -_CE3F80B9117FA54D	icmacs_2	Modi Vestini Sleeves	\d	the	Modi Vestini Sleeves	\d	the	Medium Quality Matis Caster Sleeves
    -_FF9B21ECF769F999	icmacv_2	Modi Vestini Vest	a	the	Modi Vestini Vests	\d	the	Medium Quality Matis Caster Vest
    -_70882DC89326F8C4	icmahb_2	Modi Parok Boots	\d	the	Modi Parok Boots	\d	the	Medium Quality Matis Heavy Boots
    -_28AAE211C24C31BC	icmahg_2	Modi Parok Gloves	\d	the	Modi Parok Gloves	\d	the	Medium Quality Matis Heavy Gloves
    -_BD1FBAC4A5BA8E82	icmahh_2	Modi Parok Helmet	a	the	Modi Parok Helmets	\d	the	Medium Quality Matis Heavy Helmet
    -_716929BA17262CB5	icmahp_2	Modi Parok Pants	\d	the	Modi Parok Pants	\d	the	Medium Quality Matis Heavy Pants
    -_0EB88115F3194148	icmahs_2	Modi Parok Sleeves	\d	the	Modi Parok Sleeves	\d	the	Medium Quality Matis Heavy Sleeves
    -_39C85EB50DF58C48	icmahv_2	Modi Parok Vest	a	the	Modi Parok Vests	\d	the	Medium Quality Matis Heavy Vest
    -_D96BC0DDFA488167	icmalb_2	Modi Wiva Boots	\d	the	Modi Wiva Boots	\d	the	Medium Quality Matis Light Boots
    -_3CD938B578A62FBE	icmalg_2	Modi Wiva Gloves	\d	the	Modi Wiva Gloves	\d	the	Medium Quality Matis Light Gloves
    -_563C88EBBA68F166	icmalp_2	Modi Wiva Pants	\d	the	Modi Wiva Pants	\d	the	Medium Quality Matis Light Pants
    -_7494293F4CB81DC9	icmals_2	Modi Wiva Sleeves	\d	the	Modi Wiva Sleeves	\d	the	Medium Quality Matis Light Sleeves
    -_C7D2A1C95D7EFD44	icmalv_2	Modi Wiva Vest	a	the	Modi Wiva Vests	\d	the	Medium Quality Matis Light Vest
    -_967B0CBB4D585266	icmamb_2	Modi Striva Boots	\d	the	Modi Striva Boots	\d	the	Medium Quality Matis Medium Boots
    -_81AA085C6C576E41	icmamg_2	Modi Striva Gloves	\d	the	Modi Striva Gloves	\d	the	Medium Quality Matis Medium Gloves
    -_75CE6AF6D41DA18D	icmamp_2	Modi Striva Pants	\d	the	Modi Striva Pants	\d	the	Medium Quality Matis Medium Pants
    -_CA4F0E4490C5DFDF	icmams_2	Modi Striva Sleeves	\d	the	Modi Striva Sleeves	\d	the	Medium Quality Matis Medium Sleeves
    -_64AE9682DDE6866B	icmamv_2	Modi Striva Vest	a	the	Modi Striva Vests	\d	the	Medium Quality Matis Medium Vest
    -_C686BF45F7CD416D	icmm1bm_2	Modi Bristo Mace	a	the	Modi Bristo Maces	\d	the	One-handed Medium Quality Matis Mace
    -_03D47B9CBD88F3DF	icmm1bs_2	Modi Battoni Staff	a	the	Modi Battoni Staffs	\d	the	One-handed Medium Quality Matis Staff
    -_AF964C8F7A36C8B5	icmm1pd_2	Modi Limmel Dagger	a	the	Modi Limmel Daggers	\d	the	One-handed Medium Quality Matis Dagger
    -_AF9AB808342F2913	icmm1ps_2	Modi Palor Spear	a	the	Modi Palor Spears	\d	the	One-handed Medium Quality Matis Spear
    -_A8BC22DABFCBDF30	icmm1sa_2	Modi Haque Axe	a	the	Modi Haques Axes	\d	the	One-handed Medium Quality Matis Axe
    -_85FE2081835A51D7	icmm1ss_2	Modi Klyde Sword	a	the	Modi Klydes Swords	\d	the	One-handed Medium Quality Matis Sword
    -_4C00528143939EDD	icmm2bm_2	Modi Gondo Mace	a	the	Modi Gondos Maces	\d	the	Two-handed Medium Quality Matis Long Mace
    -_374752CE0D456E58	icmm2pp_2	Modi Krop Pike	a	the	Modi Krops Pikes	\d	the	Two-handed Medium Quality Matis Pike
    -_6BE22F1C8A710737	icmm2sa_2	Modi Klout Axe	a	the	Modi Klouts Axes	\d	the	Two-handed Medium Quality Matis Long Axe
    -_BDC88D43171974C0	icmm2ss_2	Modi Slathe Sword	a	the	Modi Slathe Swords	\d	the	Two-handed Medium Quality Matis Long Sword
    -_30750694640A2455	icmr1b_2	Modi Riva Bowpistol	a	the	Modi Riva Bowpistols	\d	the	One-handed Medium Quality Matis Bowpistol
    -_198E28732F76EEE4	icmr1p_2	Modi Maka Pistol	a	the	Modi Maka Pistols	\d	the	One-handed Medium Quality Matis Pistol
    -_BEA8B18F115F49B8	icmr2a_2	Modi Morikov Autolauncher	a	the	Modi Morikovs Autolaunchers	\d	the	Two-handed Medium Quality Matis Autolauncher
    -_9880407BE3EBBB3A	icmr2b_2	Modi Polta Bowrifle	a	the	Modi Polta Bowrifles	\d	the	Two-handed Medium Quality Matis Bowrifle
    -_DC42F06A1AEA2B31	icmr2l_2	Modi Vulca Launcher	a	the	Modi Vulca Launchers	\d	the	Two-handed Medium Quality Matis Launcher
    -_087E735F8DDBD912	icmr2r_2	Modi Stylone Rifle	a	the	Modi Stylone Rifles	\d	the	Two-handed Medium Quality Matis Rifle
    -_A02DBA5CA268CC8B	ictacb_2	Lor-Lithen Boots	\d	the	Lor-Lithen Boots	\d	the	Medium Quality Tryker Caster Boots
    -_8BE3E3DBB8A981F6	ictacg_2	Lor-Lithen Gloves	\d	the	Lor-Lithen Gloves	\d	the	Medium Quality Tryker Caster Gloves
    -_242DB64E2658C88B	ictacp_2	Lor-Lithen Pants	\d	the	Lor-Lithen Pants	\d	the	Medium Quality Tryker Caster Pants
    -_C82C30DEB3E22F85	ictacs_2	Lor-Lithen Sleeves	\d	the	Lor-Lithen Sleeves	\d	the	Medium Quality Tryker Caster Sleeves
    -_174AEE0A968A1141	ictacv_2	Lor-Lithen Vest	a	the	Lor-Lithen Vests	\d	the	Medium Quality Tryker Caster Vest
    -_28F8DEFDDDE9B4CF	ictahb_2	Lor-Tashok Boots	\d	the	Lor-Tashok Boots	\d	the	Medium Quality Tryker Heavy Boots
    -_73646BF0BABB26B1	ictahg_2	Lor-Tashok Gloves	\d	the	Lor-Tashok Gloves	\d	the	Medium Quality Tryker Heavy Gloves
    -_CF51D769DA2EF507	ictahh_2	Lor-Tashok Helmet	a	the	Lor-Tashok Helmets	\d	the	Medium Quality Tryker Heavy Helmet
    -_30F8DAEF61E9E4B3	ictahp_2	Lor-Tashok Pants	\d	the	Lor-Tashok Pants	\d	the	Medium Quality Tryker Heavy Pants
    -_86ED1C01BE169782	ictahs_2	Lor-Tashok Sleeves	\d	the	Lor-Tashok Sleeves	\d	the	Medium Quality Tryker Heavy Sleeves
    -_5DAD95201812055E	ictahv_2	Lor-Tashok Vest	a	the	Lor-Tashok Vests	\d	the	Medium Quality Tryker Heavy Vest
    -_EAF8F6E12029F0C5	ictalb_2	Lor-Tissan Boots	\d	the	Lor-Tissan Boots	\d	the	Medium Quality Tryker Light Boots
    -_32038FE67DEB0EC0	ictalg_2	Lor-Tissan Gloves	\d	the	Lor-Tissan Gloves	\d	the	Medium Quality Tryker Light Gloves
    -_F2F8F2D3A42920A9	ictalp_2	Lor-Tissan Pants	\d	the	Lor-Tissan Pants	\d	the	Medium Quality Tryker Light Pants
    -_092D38F34136CF78	ictals_2	Lor-Tissan Sleeves	\d	the	Lor-Tissan Sleeves	\d	the	Medium Quality Tryker Light Sleeves
    -_DA5EA11557723569	ictalv_2	Lor-Tissan Vest	a	the	Lor-Tissan Vests	\d	the	Medium Quality Tryker Light Vest
    -_22BBDA4B6187D48F	ictamb_2	Lor-Fabren Boots	\d	the	Lor-Fabren Boots	\d	the	Medium Quality Tryker Medium Boots
    -_0AB28FDFBD8861FF	ictamg_2	Lor-Fabren Gloves	\d	the	Lor-Fabren Gloves	\d	the	Medium Quality Tryker Medium Gloves
    -_A6BBD63DE577D08F	ictamp_2	Lor-Fabren Pants	\d	the	Lor-Fabren Pants	\d	the	Medium Quality Tryker Medium Pants
    -_030C58DE3570776C	ictams_2	Lor-Fabren Sleeves	\d	the	Lor-Fabren Sleeves	\d	the	Medium Quality Tryker Medium Sleeves
    -_17EB9212D378014F	ictamv_2	Lor-Fabren Vest	a	the	Lor-Fabren Vests	\d	the	Medium Quality Tryker Medium Vest
    -_8C8A20D58E2EFA94	ictm1bm_2	Lor-Tumbler Mace	a	the	Lor-Tumbler Maces	\d	the	One-handed Medium Quality Tryker Mace
    -_4F1D423F9E93B421	ictm1bs_2	Lor-Brok Staff	a	the	Lor-Brok Staffs	\d	the	One-handed Medium Quality Tryker Staff
    -_4318E1B63B4643DC	ictm1pd_2	Lor-Fyler Dagger	a	the	Lor-Fyler Daggers	\d	the	One-handed Medium Quality Tryker Dagger
    -_D84EDE780158F2A4	ictm1ps_2	Lor-Pyker Spear	a	the	Lor-Pyker Spears	\d	the	One-handed Medium Quality Tryker Spear
    -_B83AD76671F4B03D	ictm1sa_2	Lor-Lopper Axe	a	the	Lor-Lopper Swords Axes	\d	the	One-handed Medium Quality Tryker Axe
    -_BE1EE98DD2FF57EF	ictm1ss_2	Lor-Tanner Sword	a	the	Lor-Tanner Swords	\d	the	One-handed Medium Quality Tryker Sword
    -_B8833A5C0A0107C2	ictm2bm_2	Lor-Gaffer Mace	a	the	Lor-Gaffer Maces	\d	the	Two-handed Medium Quality Tryker Long Mace
    -_97ADF0C1AA059564	ictm2pp_2	Lor-Jak Pike	a	the	Lor-Jak Pikes	\d	the	Two-handed Medium Quality Tryker Pike
    -_F0BE930091BC9557	ictm2sa_2	Lor-Weld Axe	a	the	Lor-Weld Axes	\d	the	Two-handed Medium Quality Tryker Long Axe
    -_3CD256FC6D1306E5	ictm2ss_2	Lor-Flence Sword	a	the	Lor-Flence Swords	\d	the	Two-handed Medium Quality Tryker Long Sword
    -_C005E508DE04D5FD	ictr1b_2	Lor-Fletcher Bowpistol	a	the	Lor-Fletcher Bowpistols	\d	the	One-handed Medium Quality Tryker Bowpistol
    -_51446BE5C40E5DB9	ictr1p_2	Lor-Rade Pistol	a	the	Lor-Rade Pistols	\d	the	One-handed Medium Quality Tryker Pistol
    -_722D7A5A4A4DE44B	ictr2a_2	Lor-Rayler Autolauncher	a	the	Lor-Rayler Autolaunchers	\d	the	Two-handed Medium Quality Tryker Autolauncher
    -_47DA0AFD21AE80EB	ictr2b_2	Lor-Flunker Bowrifle	a	the	Lor-Flunker Bowrifles	\d	the	Two-handed Medium Quality Tryker Bowrifle
    -_14A0AC9458478FB3	ictr2l_2	Lor-Doomer Launcher	a	the	Lor-Doomer Launchers	\d	the	Two-handed Medium Quality Tryker Launcher
    -_860CC96AC7610AF4	ictr2r_2	Lor-Boomer Rifle	a	the	Lor-Boomer Rifles	\d	the	Two-handed Medium Quality Tryker Rifle
    -_9127035B1BA11DBB	iczacb_2	Li'Lin-Ko Boots	\d	the	Li'Lin-Ko Boots	\d	the	Medium Quality Zoraï Caster Boots
    -_E867A56D71B137FF	iczacg_2	Li'Lin-Ko Gloves	\d	the	Li'Lin-Ko Gloves	\d	the	Medium Quality Zoraï Caster Gloves
    -_CE283B5BDBC18DBA	iczacp_2	Li'Lin-Ko Pants	\d	the	Li'Lin-Ko Pants	\d	the	Medium Quality Zoraï Caster Pants
    -_8C10E23737744947	iczacs_2	Li'Lin-Ko Sleeves	\d	the	Li'Lin-Ko Sleeves	\d	the	Medium Quality Zoraï Caster Sleeves
    -_620F018BF2F3A161	iczacv_2	Li'Lin-Ko Vest	a	the	Li'Lin-Ko Vests	\d	the	Medium Quality Zoraï Caster Vest
    -_D677B77D856358A5	iczahb_2	Li'Tan-Ko Boots	\d	the	Li'Tan-Ko Boots	\d	the	Medium Quality Zoraï Heavy Boots
    -_34D95C06767F6304	iczahg_2	Li'Tan-Ko Gloves	\d	the	Li'Tan-Ko Gloves	\d	the	Medium Quality Zoraï Heavy Gloves
    -_D76FB96DE5C971D1	iczahh_2	Li'Tan-Ko Helmet	a	the	Li'Tan-Ko Helmets	\d	the	Medium Quality Zoraï Heavy Helmet
    -_53487F8B4583C8A4	iczahp_2	Li'Tan-Ko Pants	\d	the	Li'Tan-Ko Pants	\d	the	Medium Quality Zoraï Heavy Pants
    -_1E32863E3854AD77	iczahs_2	Li'Tan-Ko Sleeves	\d	the	Li'Tan-Ko Sleeves	\d	the	Medium Quality Zoraï Heavy Sleeves
    -_C35F4D9A7F4E1160	iczahv_2	Li'Tan-Ko Vest	a	the	Li'Tan-Ko Vests	\d	the	Medium Quality Zoraï Heavy Vest
    -_D2B7B76F87B220B7	iczalb_2	Li'Nin-Ka Boots	\d	the	Li'Nin-Ka Boots	\d	the	Medium Quality Zoraï Light Boots
    -_B2D95CFB71DF7306	iczalg_2	Li'Nin-Ka Gloves	\d	the	Li'Nin-Ka Gloves	\d	the	Medium Quality Zoraï Light Gloves
    -_4F887F7D47D290B6	iczalp_2	Li'Nin-Ka Pants	\d	the	Li'Nin-Ka Pants	\d	the	Medium Quality Zoraï Light Pants
    -_9CE26E3039947583	iczals_2	Li'Nin-Ka Sleeves	\d	the	Li'Nin-Ka Sleeves	\d	the	Medium Quality Zoraï Light Sleeves
    -_C2BF5D8C7FCEE55E	iczalv_2	Li'Nin-Ka Vest	a	the	Li'Nin-Ka Vests	\d	the	Medium Quality Zoraï Light Vest
    -_8FC7034DDAC2F1B6	iczamb_2	Li'Shaï-Don Boots	\d	the	Li'Shaï-Don Boots	\d	the	Medium Quality Zoraï Medium Boots
    -_02CC7C26D8757102	iczamg_2	Li'Shaï-Don Gloves	\d	the	Li'Shaï-Don Gloves	\d	the	Medium Quality Zoraï Medium Gloves
    -_CB5C8FE77603C10C	iczamp_2	Li'Shaï-Don Pants	\d	the	Li'Shaï-Don Pants	\d	the	Medium Quality Zoraï Medium Pants
    -_56BB19ADBC073D42	iczams_2	Li'Shaï-Don Sleeves	\d	the	Li'Shaï-Don Sleeves	\d	the	Medium Quality Zoraï Medium Sleeves
    -_ACB292D249998AAD	iczamv_2	Li'Shaï-Don Vest	a	the	Li'Shaï-Don Vests	\d	the	Medium Quality Zoraï Medium Vest
    -_B829E071A6353DB5	iczm1bm_2	Li'Nanka Mace	a	the	Li'Nanka Maces	\d	the	One-handed Medium Quality Zoraï Mace
    -_26AF6A96D385A954	iczm1bs_2	Li'Shopan Staff	a	the	Li'Shopan Staffs	\d	the	One-handed Medium Quality Zoraï Staff
    -_8948E05C730BC1D3	iczm1pd_2	Li'Lam Dagger	a	the	Li'Lam Daggers	\d	the	One-handed Medium Quality Zoraï Dagger
    -_E705B13826155F69	iczm1ps_2	Li'Katoo Spear	a	the	Li'Katoo Spears	\d	the	One-handed Medium Quality Zoraï Spear
    -_8AD4B48886A584DF	iczm1sa_2	Li'Chok Axe	a	the	Li'Chok Axes	\d	the	One-handed Medium Quality Zoraï Axe
    -_A8F541496CD43F7A	iczm1ss_2	Li'Kovan Sword	a	the	Li'Kovan Swords	\d	the	One-handed Medium Quality Zoraï Sword
    -_3B6F6DD2F93739BF	iczm2bm_2	Li'Kanka Mace	a	the	Li'Kanka Maces	\d	the	Two-handed Medium Quality Zoraï Long Mace
    -_DF9C7A9D806A252F	iczm2pp_2	Li'Pukatoo Pike	a	the	Li'Pukatoo Pikes	\d	the	Two-handed Medium Quality Zoraï Pike
    -_6A8D9AEBD2FDC395	iczm2sa_2	Li'Kra-Cho Axe	a	the	Li'Kra-Cho Axes	\d	the	Two-handed Medium Quality Zoraï Long Axe
    -_00E61B16D20F764C	iczm2ss_2	Li'Matchata Sword	a	the	Li'Matchata Swords	\d	the	Two-handed Medium Quality Zoraï Long Sword
    -_0F2BB617E6C0C686	iczr1b_2	Li'Zin-Kan Bowpistol	a	the	Li'Zin-Kan Bowpistols	\d	the	One-handed Medium Quality Zoraï Bowpistol
    -_34D9531443B2C794	iczr1p_2	Li'Tchaï Pistol	a	the	Li'Tchaïs Pistols	\d	the	One-handed Medium Quality Zoraï Pistol
    -_4AF1F9B9D34547DE	iczr2a_2	Li'Mo-Ka Autolauncher	a	the	Li'Mo-Ka Autolaunchers	\d	the	Two-handed Medium Quality Zoraï Autolauncher
    -_CBE2C532878B98C7	iczr2b_2	Li'Ma-Kam Bowrifle	a	the	Li'Ma-Kam Bowrifles	\d	the	Two-handed Medium Quality Zoraï Bowrifle
    -_814D0F8AE06A9A49	iczr2l_2	Li'Ba-Zoon Launcher	a	the	Li'Ba-Zoon Launchers	\d	the	Two-handed Medium Quality Zoraï Launcher
    -_6197AE357C0C77A1	iczr2r_2	Li'Shoy-Ton Rifle	a	the	Li'Shoy-Ton Rifles	\d	the	Two-handed Medium Quality Zoraï Rifle
    -_05279034E96815A8	icfacb_3	Drogyx Boots	\d	the	Drogyx Boots	\d	the	High Quality Fyros Caster Boots
    -_D1452DD50A23F7AB	icfacg_3	Drogyx Gloves	\d	the	Drogyx Gloves	\d	the	High Quality Fyros Caster Gloves
    -_C547C018F1684DA8	icfacp_3	Drogyx Pants	\d	the	Drogyx Pants	\d	the	High Quality Fyros Caster Pants
    -_43FBD28478112C7A	icfacs_3	Drogyx Sleeves	\d	the	Drogyx Sleeves	\d	the	High Quality Fyros Caster Sleeves
    -_E2A1D94863195392	icfacv_3	Drogyx Vest	a	the	Drogyx Vests	\d	the	High Quality Fyros Caster Vest
    -_CB73FD94C47644B4	icfahb_3	Kostomyx Boots	\d	the	Kostomyx Boots	\d	the	High Quality Fyros Heavy Boots
    -_786C28B2D3D774B4	icfahg_3	Kostomyx Gloves	\d	the	Kostomyx Gloves	\d	the	High Quality Fyros Heavy Gloves
    -_1D371A7A1A22153B	icfahh_3	Kostomyx Helmet	a	the	Kostomyx Helmets	\d	the	High Quality Fyros Heavy Helmet
    -_0F933594C46640B4	icfahp_3	Kostomyx Pants	\d	the	Kostomyx Pants	\d	the	High Quality Fyros Heavy Pants
    -_E3CD95A14C402E89	icfahs_3	Kostomyx Sleeves	\d	the	Kostomyx Sleeves	\d	the	High Quality Fyros Heavy Sleeves
    -_AB90187DBC811592	icfahv_3	Kostomyx Vest	a	the	Kostomyx Vests	\d	the	High Quality Fyros Heavy Vest
    -_1AF54024FBC7EFC2	icfalb_3	Hobenyx Boots	\d	the	Hobenyx Boots	\d	the	High Quality Fyros Light Boots
    -_5454D9AF32A55C9C	icfalg_3	Hobenyx Gloves	\d	the	Hobenyx Gloves	\d	the	High Quality Fyros Light Gloves
    -_57E64032FBC727C1	icfalp_3	Hobenyx Pants	\d	the	Hobenyx Pants	\d	the	High Quality Fyros Light Pants
    -_38D784E87DF7744A	icfals_3	Hobenyx Sleeves	\d	the	Hobenyx Sleeves	\d	the	High Quality Fyros Light Sleeves
    -_AB35A1E89F834039	icfalv_3	Hobenyx Vest	a	the	Hobenyx Vests	\d	the	High Quality Fyros Light Vest
    -_1AC7C9D0FB90EBC4	icfamb_3	Rilonyx Boots	\d	the	Rilonyx Boots	\d	the	High Quality Fyros High Boots
    -_1E50F4C7EED690CC	icfamg_3	Rilonyx Gloves	\d	the	Rilonyx Gloves	\d	the	High Quality Fyros High Gloves
    -_9F3711E8FB9023CE	icfamp_3	Rilonyx Pants	\d	the	Rilonyx Pants	\d	the	High Quality Fyros High Pants
    -_BF66B0EEBB28697E	icfams_3	Rilonyx Sleeves	\d	the	Rilonyx Sleeves	\d	the	High Quality Fyros High Sleeves
    -_EF56AD328A8340C6	icfamv_3	Rilonyx Vest	a	the	Rilonyx Vests	\d	the	High Quality Fyros High Vest
    -_8206D96E2FF36D1E	icfm1bm_3	Massonyx Mace	a	the	Massonyx Maces	\d	the	One-handed High Quality Fyros Mace
    -_242D59283356951C	icfm1bs_3	Talusyx Staff	a	the	Talusyx Staffs	\d	the	One-handed High Quality Fyros Staff
    -_DFE740E144382563	icfm1pd_3	Jabyx Dagger	a	the	Jabyx Daggers	\d	the	One-handed High Quality Fyros Dagger
    -_2B1D45243396AD17	icfm1ps_3	Kronkyx Spear	a	the	Kronkyx Spears	\d	the	One-handed High Quality Fyros Spear
    -_EB5C39A85E418D43	icfm1sa_3	Clevenyx Axe	a	the	Clevenyx Axes	\d	the	One-handed High Quality Fyros Axe
    -_E5207CD03494752F	icfm1ss_3	Blamyx Sword	a	the	Blamyx Swords	\d	the	One-handed High Quality Fyros Sword
    -_86E902221BE56D03	icfm2bm_3	Hampyx Mace	a	the	Hampyx Maces	\d	the	Two-handed High Quality Fyros Long Mace
    -_49A9057670648925	icfm2pp_3	Punnelyx Pike	a	the	Punnelyx Pikes	\d	the	Two-handed High Quality Fyros Pike
    -_AB0B6AD3E6BA71E5	icfm2sa_3	Retchyx Axe	a	the	Retchyx Axes	\d	the	Two-handed High Quality Fyros Long Axe
    -_5F8CE6258337CBFC	icfm2ss_3	Stavonyx Sword	a	the	Stavonyx Swords	\d	the	Two-handed High Quality Fyros Long Sword
    -_F101D18EBE9D0AF1	icfr1b_3	Koltonyx Bowpistol	a	the	Koltonyx Bowpistols	\d	the	One-handed High Quality Fyros Bowpistol
    -_1029F3FDC0357D7F	icfr1p_3	Rimelyx Pistol	a	the	Rimelyx Pistols	\d	the	One-handed High Quality Fyros Pistol
    -_25F2A0CCD45ACBC6	icfr2a_3	Fraseryx Autolauncher	a	the	Fraseryx Autolaunchers	\d	the	Two-handed High Quality Fyros Autolauncher
    -_AE30D458F0F1E2DD	icfr2b_3	Strabusyx Bowrifle	a	the	Strabusyx Bowrifles	\d	the	Two-handed High Quality Fyros Bowrifle
    -_53CEF30591FB9539	icfr2l_3	Brazeryx Launcher	a	the	Brazeryx Launchers	\d	the	Two-handed High Quality Fyros Launcher
    -_AB186DF674F5D0E8	icfr2r_3	Strammelyx Rifle	a	the	Strammelyx Rifles	\d	the	Two-handed High Quality Fyros Rifle
    -_6F06477554CA0144	icmacb_3	Kara Vestini Boots	\d	the	Kara Vestini Boots	\d	the	High Quality Matis Caster Boots
    -_B794DD5DDEF93AC6	icmacg_3	Kara Vestini Gloves	\d	the	Kara Vestini Gloves	\d	the	High Quality Matis Caster Gloves
    -_F3064775D40AA536	icmacp_3	Kara Vestini Pants	\d	the	Kara Vestini Pants	\d	the	High Quality Matis Caster Pants
    -_35B3CE168E128F2E	icmacs_3	Kara Vestini Sleeves	\d	the	Kara Vestini Sleeves	\d	the	High Quality Matis Caster Sleeves
    -_6EFBBC1878D5823F	icmacv_3	Kara Vestini Vest	a	the	Kara Vestini Vests	\d	the	High Quality Matis Caster Vest
    -_9779399ABBC58D97	icmahb_3	Kara Parok Boots	\d	the	Kara Parok Boots	\d	the	High Quality Matis Heavy Boots
    -_A9186CF1ADDAC0C8	icmahg_3	Kara Parok Gloves	\d	the	Kara Parok Gloves	\d	the	High Quality Matis Heavy Gloves
    -_31F32968DA14A689	icmahh_3	Kara Parok Helmet	a	the	Kara Parok Helmets	\d	the	High Quality Matis Heavy Helmet
    -_1B69FD9A3FC5C189	icmahp_3	Kara Parok Pants	\d	the	Kara Parok Pants	\d	the	High Quality Matis Heavy Pants
    -_9D5EC703D55879BA	icmahs_3	Kara Parok Sleeves	\d	the	Kara Parok Sleeves	\d	the	High Quality Matis Heavy Sleeves
    -_0E542ABA46AF006D	icmahv_3	Kara Parok Vest	a	the	Kara Parok Vests	\d	the	High Quality Matis Heavy Vest
    -_9EBB1BF07D55802A	icmalb_3	Kara Wiva Boots	\d	the	Kara Wiva Boots	\d	the	High Quality Matis Light Boots
    -_A4BA389147764185	icmalg_3	Kara Wiva Gloves	\d	the	Kara Wiva Gloves	\d	the	High Quality Matis Light Gloves
    -_1B9C1BEFBA56F029	icmalp_3	Kara Wiva Pants	\d	the	Kara Wiva Pants	\d	the	High Quality Matis Light Pants
    -_F5DC2376741778C3	icmals_3	Kara Wiva Sleeves	\d	the	Kara Wiva Sleeves	\d	the	High Quality Matis Light Sleeves
    -_54A5E876DFEF9104	icmalv_3	Kara Wiva Vest	a	the	Kara Wiva Vests	\d	the	High Quality Matis Light Vest
    -_9E8417F17D2709D7	icmamb_3	Kara Striva Boots	\d	the	Kara Striva Boots	\d	the	High Quality Matis Medium Boots
    -_1C54594199DA7DD0	icmamg_3	Kara Striva Gloves	\d	the	Kara Striva Gloves	\d	the	High Quality Matis Medium Gloves
    -_231EE96B6245A4C5	icmamp_3	Kara Striva Pants	\d	the	Kara Striva Pants	\d	the	High Quality Matis Medium Pants
    -_B15E195DE18E966D	icmams_3	Kara Striva Sleeves	\d	the	Kara Striva Sleeves	\d	the	High Quality Matis Medium Sleeves
    -_710D4A67BB2901B3	icmamv_3	Kara Striva Vest	a	the	Kara Striva Vests	\d	the	High Quality Matis Medium Vest
    -_6FE4210C607B4070	icmm1bm_3	Kara Bristo Mace	a	the	Kara Bristo Maces	\d	the	One-handed High Quality Matis Mace
    -_3163B234224C159D	icmm1bs_3	Kara Battoni Staff	a	the	Kara Battoni Staffs	\d	the	One-handed High Quality Matis Staff
    -_1834BA283B8A3A88	icmm1pd_3	Kara Limmel Dagger	a	the	Kara Limmel Daggers	\d	the	One-handed High Quality Matis Dagger
    -_59FFCECB613E28A4	icmm1ps_3	Kara Palor Spear	a	the	Kara Palor Spears	\d	the	One-handed High Quality Matis Spear
    -_92FDBDCE6E7A4469	icmm1sa_3	Kara Haque Axe	a	the	Kara Haque Axes	\d	the	One-handed High Quality Matis Axe
    -_9E6CE6D429BCECC2	icmm1ss_3	Kara Klyde Sword	a	the	Kara Klyde Swords	\d	the	One-handed High Quality Matis Sword
    -_7A91EA1F6B89EF02	icmm2bm_3	Kara Gondo Mace	a	the	Kara Gondo Maces	\d	the	Two-handed High Quality Matis Long Mace
    -_9979EDC2BCAE4CA6	icmm2pp_3	Kara Krop Pike	a	the	Kara Krop Pikes	\d	the	Two-handed High Quality Matis Pike
    -_4F7D7E4781BCE182	icmm2sa_3	Kara Klout Axe	a	the	Kara Klout Axes	\d	the	Two-handed High Quality Matis Long Axe
    -_15371EC68963B545	icmm2ss_3	Kara Slathe Sword	a	the	Kara Slathe Swords	\d	the	Two-handed High Quality Matis Long Sword
    -_A4B25E816E84278C	icmr1b_3	Kara Riva Bowpistol	a	the	Kara Riva Bowpistols	\d	the	One-handed High Quality Matis Bowpistol
    -_FE8DBC1223516638	icmr1p_3	Kara Maka Pistol	a	the	Kara Maka Pistols	\d	the	One-handed High Quality Matis Pistol
    -_2F322D2B876C9132	icmr2a_3	Kara Morikov Autolauncher	a	the	Kara Morikov Autolaunchers	\d	the	Two-handed High Quality Matis Autolauncher
    -_F3EE7859ED856F7B	icmr2b_3	Kara Polta Bowrifle	a	the	Kara Polta Bowrifles	\d	the	Two-handed High Quality Matis Bowrifle
    -_7C61244E2223AF57	icmr2l_3	Kara Vulca Launcher	a	the	Kara Vulca Launchers	\d	the	Two-handed High Quality Matis Launcher
    -_F959D32DB394B1AB	icmr2r_3	Kara Stylone Rifle	a	the	Kara Stylone Rifles	\d	the	Two-handed High Quality Matis Rifle
    -_8196CBC84C15FCFA	ictacb_3	Ry-Lithen Boots	\d	the	Ry-Lithen Boots	\d	the	High Quality Tryker Caster Boots
    -_0F82240B6BB791E4	ictacg_3	Ry-Lithen Gloves	\d	the	Ry-Lithen Gloves	\d	the	High Quality Tryker Caster Gloves
    -_FE6793D60C356CF9	ictacp_3	Ry-Lithen Pants	\d	the	Ry-Lithen Pants	\d	the	High Quality Tryker Caster Pants
    -_F1125A7DE588C0B4	ictacs_3	Ry-Lithen Sleeves	\d	the	Ry-Lithen Sleeves	\d	the	High Quality Tryker Caster Sleeves
    -_560BD5549144E946	ictacv_3	Ry-Lithen Vest	a	the	Ry-Lithen Vests	\d	the	High Quality Tryker Caster Vest
    -_FDC7DFF154714886	ictahb_3	Ry-Tashok Boots	\d	the	Ry-Tashok Boots	\d	the	High Quality Tryker Heavy Boots
    -_95D4BDAE18B801E9	ictahg_3	Ry-Tashok Gloves	\d	the	Ry-Tashok Gloves	\d	the	High Quality Tryker Heavy Gloves
    -_F067A4ECFB973959	ictahh_3	Ry-Tashok Helmet	a	the	Ry-Tashok Helmets	\d	the	High Quality Tryker Heavy Helmet
    -_7AA8DBE39891B885	ictahp_3	Ry-Tashok Pants	\d	the	Ry-Tashok Pants	\d	the	High Quality Tryker Heavy Pants
    -_BFA6C27327C8A8D4	ictahs_3	Ry-Tashok Sleeves	\d	the	Ry-Tashok Sleeves	\d	the	High Quality Tryker Heavy Sleeves
    -_D87311649627BC57	ictahv_3	Ry-Tashok Vest	a	the	Ry-Tashok Vests	\d	the	High Quality Tryker Heavy Vest
    -_3F271BF4D3223484	ictalb_3	Ry-Tissan Boots	\d	the	Ry-Tissan Boots	\d	the	High Quality Tryker Light Boots
    -_1385BDB9548819FC	ictalg_3	Ry-Tissan Gloves	\d	the	Ry-Tissan Gloves	\d	the	High Quality Tryker Light Gloves
    -_BC0817E61742A483	ictalp_3	Ry-Tissan Pants	\d	the	Ry-Tissan Pants	\d	the	High Quality Tryker Light Pants
    -_81A6CE6825B9C4D2	ictals_3	Ry-Tissan Sleeves	\d	the	Ry-Tissan Sleeves	\d	the	High Quality Tryker Light Sleeves
    -_5503E9761358BC5E	ictalv_3	Ry-Tissan Vest	a	the	Ry-Tissan Vests	\d	the	High Quality Tryker Light Vest
    -_4897A1D1C35CDA59	ictamb_3	Ry-Fabren Boots	\d	the	Ry-Fabren Boots	\d	the	High Quality Tryker High Boots
    -_51A50DD8BC410DE4	ictamg_3	Ry-Fabren Gloves	\d	the	Ry-Fabren Gloves	\d	the	High Quality Tryker High Gloves
    -_5C381BE25A540F7C	ictamp_3	Ry-Fabren Pants	\d	the	Ry-Fabren Pants	\d	the	High Quality Tryker High Pants
    -_04C89068E2BA70C8	ictams_3	Ry-Fabren Sleeves	\d	the	Ry-Fabren Sleeves	\d	the	High Quality Tryker High Sleeves
    -_D103287253B91903	ictamv_3	Ry-Fabren Vest	a	the	Ry-Fabren Vests	\d	the	High Quality Tryker High Vest
    -_65ED75BB2837286B	ictm1bm_3	Ry-Tumbler Mace	a	the	Ry-Tumbler Maces	\d	the	One-handed High Quality Tryker Mace
    -_F3C934712CD6110B	ictm1bs_3	Ry-Brok Staff	a	the	Ry-Brok Staffs	\d	the	One-handed High Quality Tryker Staff
    -_798109E1F9C41B85	ictm1pd_3	Ry-Fyler Dagger	a	the	Ry-Fyler Daggers	\d	the	One-handed High Quality Tryker Dagger
    -_4CCC11CDEAF88561	ictm1ps_3	Ry-Pyker Spear	a	the	Ry-Pyker Spears	\d	the	One-handed High Quality Tryker Spear
    -_F4E930BB6FB6546D	ictm1sa_3	Ry-Lopper Axe	a	the	Ry-Lopper Axes	\d	the	One-handed High Quality Tryker Axe
    -_2F7976D7BAC570A2	ictm1ss_3	Ry-Tanner Sword	a	the	Ry-Tanner Swords	\d	the	One-handed High Quality Tryker Sword
    -_DBFEAF0A8F224CA7	ictm2bm_3	Ry-Gaffer Mace	a	the	Ry-Gaffer Maces	\d	the	Two-handed High Quality Tryker Long Mace
    -_C4A3E85C0B50DC3E	ictm2pp_3	Ry-Jak Pike	a	the	Ry-Jak Pikes	\d	the	Two-handed High Quality Tryker Pike
    -_35D844C12BD47796	ictm2sa_3	Ry-Weld Axe	a	the	Ry-Weld Axes	\d	the	Two-handed High Quality Tryker Long Axe
    -_8BAE0DD6F6FA49F7	ictm2ss_3	Ry-Flence Sword	a	the	Ry-Flence Swords	\d	the	Two-handed High Quality Tryker Long Sword
    -_F99B0891A47B1B20	ictr1b_3	Ry-Fletcher Bowpistol	a	the	Ry-Fletcher Bowpistols	\d	the	One-handed High Quality Tryker Bowpistol
    -_F50D05F21FB698BA	ictr1p_3	Ry-Rade Pistol	a	the	Ry-Rade Pistols	\d	the	One-handed High Quality Tryker Pistol
    -_91A0CB7AE55203B0	ictr2a_3	Ry-Rayler Autolauncher	a	the	Ry-Rayler Autolaunchers	\d	the	Two-handed High Quality Tryker Autolauncher
    -_10EDB77F2DC6FBBF	ictr2b_3	Ry-Flunker Bowrifle	a	the	Ry-Flunker Bowrifles	\d	the	Two-handed High Quality Tryker Bowrifle
    -_8E5452640B0B497E	ictr2l_3	Ry-Doomer Launcher	a	the	Ry-Doomer Launchers	\d	the	Two-handed High Quality Tryker Launcher
    -_AD3AF91A17EADC5D	ictr2r_3	Ry-Boomer Rifle	a	the	Ry-Boomer Rifles	\d	the	Two-handed High Quality Tryker Rifle
    -_02C82E1BC1E4D867	iczacb_3	Zo'Lin-Ko Boots	\d	the	Zo'Lin-Ko Boots	\d	the	High Quality Zoraï Caster Boots
    -_D852384CD123050C	iczacg_3	Zo'Lin-Ko Gloves	\d	the	Zo'Lin-Ko Gloves	\d	the	High Quality Zoraï Caster Gloves
    -_7FA92A0D05044866	iczacp_3	Zo'Lin-Ko Pants	\d	the	Zo'Lin-Ko Pants	\d	the	High Quality Zoraï Caster Pants
    -_5AFD765FA8B428F6	iczacs_3	Zo'Lin-Ko Sleeves	\d	the	Zo'Lin-Ko Sleeves	\d	the	High Quality Zoraï Caster Sleeves
    -_4D33294E1CCEB243	iczacv_3	Zo'Lin-Ko Vest	a	the	Zo'Lin-Ko Vests	\d	the	High Quality Zoraï Caster Vest
    -_A89752200A878F78	iczahb_3	Zo'Tan-Ko Boots	\d	the	Zo'Tan-Ko Boots	\d	the	High Quality Zoraï Heavy Boots
    -_9DD2CC6B3F2D45E6	iczahg_3	Zo'Tan-Ko Gloves	\d	the	Zo'Tan-Ko Gloves	\d	the	High Quality Zoraï Heavy Gloves
    -_BB603395DC94E583	iczahh_3	Zo'Tan-Ko Helmet	a	the	Zo'Tan-Ko Helmets	\d	the	High Quality Zoraï Heavy Helmet
    -_2578521F4788FF77	iczahp_3	Zo'Tan-Ko Pants	\d	the	Zo'Tan-Ko Pants	\d	the	High Quality Zoraï Heavy Pants
    -_A3304089E4A438F1	iczahs_3	Zo'Tan-Ko Sleeves	\d	the	Zo'Tan-Ko Sleeves	\d	the	High Quality Zoraï Heavy Sleeves
    -_54531053E13FABEE	iczahv_3	Zo'Tan-Ko Vest	a	the	Zo'Tan-Ko Vests	\d	the	High Quality Zoraï Heavy Vest
    -_20F762160C268F7F	iczalb_3	Zo'Nin-Ka Boots	\d	the	Zo'Nin-Ka Boots	\d	the	High Quality Zoraï Light Boots
    -_1C12CC65BDDD0DEA	iczalg_3	Zo'Nin-Ka Gloves	\d	the	Zo'Nin-Ka Gloves	\d	the	High Quality Zoraï Light Gloves
    -_9DD862154927FF7E	iczalp_3	Zo'Nin-Ka Pants	\d	the	Zo'Nin-Ka Pants	\d	the	High Quality Zoraï Light Pants
    -_2130607061041001	iczals_3	Zo'Nin-Ka Sleeves	\d	the	Zo'Nin-Ka Sleeves	\d	the	High Quality Zoraï Light Sleeves
    -_91922849E2BF93FA	iczalv_3	Zo'Nin-Ka Vest	a	the	Zo'Nin-Ka Vests	\d	the	High Quality Zoraï Light Vest
    -_FD729665044C04BA	iczamb_3	Zo'Shaï-Don Boots	\d	the	Zo'Shaï-Don Boots	\d	the	High Quality Zoraï Medium Boots
    -_1AA4751A0932A00F	iczamg_3	Zo'Shaï-Don Gloves	\d	the	Zo'Shaï-Don Gloves	\d	the	High Quality Zoraï Medium Gloves
    -_7DB20665043C04C8	iczamp_3	Zo'Shaï-Don Pants	\d	the	Zo'Shaï-Don Pants	\d	the	High Quality Zoraï Medium Pants
    -_C23A3C6E13B79CC1	iczams_3	Zo'Shaï-Don Sleeves	\d	the	Zo'Shaï-Don Sleeves	\d	the	High Quality Zoraï Medium Sleeves
    -_9CB090B165DB8905	iczamv_3	Zo'Shaï-Don Vest	a	the	Zo'Shaï-Don Vests	\d	the	High Quality Zoraï Medium Vest
    -_621977DF18CC387A	iczm1bm_3	Zo'Nanka Mace	a	the	Zo'Nanka Maces	\d	the	One-handed High Quality Zoraï Mace
    -_984099C477B36CD5	iczm1bs_3	Zo'Shopan Staff	a	the	Zo'Shopan Staffs	\d	the	One-handed High Quality Zoraï Staff
    -_B30877C1494C7DF9	iczm1pd_3	Zo'Lam Dagger	a	the	Zo'Lam Daggers	\d	the	One-handed High Quality Zoraï Dagger
    -_148D105D48D9F14D	iczm1ps_3	Zo'Katoo Spear	a	the	Zo'Katoo Spears	\d	the	One-handed High Quality Zoraï Spear
    -_FCCB945A90343F40	iczm1sa_3	Zo'Chok Axe	a	the	Zo'Chok Axes	\d	the	One-handed High Quality Zoraï Axe
    -_967DA06FCAA7BD61	iczm1ss_3	Zo'Kovan Sword	a	the	Zo'Kovan Swords	\d	the	One-handed High Quality Zoraï Sword
    -_E2C9AF43F0E26199	iczm2bm_3	Zo'Kanka Mace	a	the	Zo'Kanka Maces	\d	the	Two-handed High Quality Zoraï Long Mace
    -_5193AD5BA768BCAD	iczm2pp_3	Zo'Pukatoo Pike	a	the	Zo'Pukatoo Pikes	\d	the	Two-handed High Quality Zoraï Pike
    -_FD1D89CD439C3582	iczm2sa_3	Zo'Kra-Cho Axe	a	the	Zo'Kra-Cho Axes	\d	the	Two-handed High Quality Zoraï Long Axe
    -_0D8EBE7ECCFCB626	iczm2ss_3	Zo'Matchata Sword	a	the	Zo'Matchata Swords	\d	the	Two-handed High Quality Zoraï Long Sword
    -_349A4ED889242C4C	iczr1b_3	Zo'Zin-Kan Bowpistol	a	the	Zo'Zin-Kan Bowpistols	\d	the	One-handed High Quality Zoraï Bowpistol
    -_029E98D4F6DCAD18	iczr1p_3	Zo'Tchaï Pistol	a	the	Zo'Tchaï Pistols	\d	the	One-handed High Quality Zoraï Pistol
    -_F9DA316DA7B29142	iczr2a_3	Zo'Mo-Ka Autolauncher	a	the	Zo'Mo-Ka Autolaunchers	\d	the	Two-handed High Quality Zoraï Autolauncher
    -_49E6B2096BEA006E	iczr2b_3	Zo'Ma-Kam Bowrifle	a	the	Zo'Ma-Kam Bowrifles	\d	the	Two-handed High Quality Zoraï Bowrifle
    -_048B557C2883526F	iczr2l_3	Zo'Ba-Zoon Launcher	a	the	Zo'Ba-Zoon Launchers	\d	the	Two-handed High Quality Zoraï Launcher
    -_2B102AE319094019	iczr2r_3	Zo'Shoy-Ton Rifle	a	the	Zo'Shoy-Ton Rifles	\d	the	Two-handed High Quality Zoraï Rifle
    -_2FE34B7B6D7680C2	icfsb_2	Blokus Buckler	a	the	Blokus Bucklers	\d	the	Medium Quality Fyros Buckler
    -_6F87D9665FC98E65	icfss_2	Stokus Shield	a	the	Stokus Shields	\d	the	Medium Quality Fyros Shield
    -_B58C9EDE6B5EDD30	icmsb_2	Modi Wod Buckler	a	the	Modi Wod Bucklers	\d	the	Medium Quality Matis Buckler
    -_736A152053F38DF5	icmss_2	Modi Takod Shield	a	the	Modi Takod Shields	\d	the	Medium Quality Matis Shield
    -_E88B968E83E8827B	ictsb_2	Lor-Stilten Buckler	a	the	Lor-Stilten Bucklers	\d	the	Medium Quality Tryker Buckler
    -_40799949B64A6201	ictss_2	Lor-Parper Shield	a	the	Lor-Parper Shields	\d	the	Medium Quality Tryker Shield
    -_E40CB502BE8DFC46	iczsb_2	Li'Kastu Buckler	a	the	Li'Kastu Bucklers	\d	the	Medium Quality Zoraï Buckler
    -_04ACF5D015A9B79B	iczss_2	Li'Pakmon Shield	a	the	Li'Pakmon Shields	\d	the	Medium Quality Zoraï Shield
    -_A937DD4D588DEADA	icfsb_3	Blokyx Buckler	a	the	Blokyx Bucklers	\d	the	High Quality Fyros Buckler
    -_469175A549461D5D	icfss_3	Stokyx Shield	a	the	Stokyx Shields	\d	the	High Quality Fyros Shield
    -_10D31AC4FBB679CE	icmsb_3	Kara Wod Buckler	a	the	Kara Wod Bucklers	\d	the	High Quality Matis Buckler
    -_1A7935A544CE1151	icmss_3	Kara Takod Shield	a	the	Kara Takod Shields	\d	the	High Quality Matis Shield
    -_4C0E5C2A891EDEFD	ictsb_3	Ry-Stilten Buckler	a	the	Ry-Stilten Bucklers	\d	the	High Quality Tryker Buckler
    -_5728F5DC62A32B3C	ictss_3	Ry-Parper Shield	a	the	Ry-Parper Shields	\d	the	High Quality Tryker Shield
    -_2453F3E68E4594F8	iczsb_3	Zo'Kastu Buckler	a	the	Zo'Kastu Bucklers	\d	the	High Quality Zoraï Buckler
    -_24036AB963D22340	iczss_3	Zo'Pakmon Shield	a	the	Zo'Pakmon Shields	\d	the	High Quality Zoraï Shield
    -_1A54E651EDEFC1EC	iccm2ms	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_5FA7AB2CAABB7E46	icfm2ms	Fyros Magic Amplifier	a	the	Fyros Magic Amplifiers	\d	the	
    -_3B24E7331155BD22	icfm2ms_2	Medium Quality Fyros Magic Amplifier	a	the	Medium Quality Fyros Magic Amplifiers	\d	the	
    -_A943A133EE1B8410	icfm2ms_3	High Quality Fyros Magic Amplifier	a	the	High Quality Fyros Magic Amplifiers	\d	the	
    -_DED7531B6CBB7E46	icmm2ms	Matis Magic Amplifier	a	the	Matis Magic Amplifiers	\d	the	
    -_39D427411155BD22	icmm2ms_2	Medium Quality Matis Magic Amplifier	a	the	Medium Quality Matis Magic Amplifiers	\d	the	
    -_A9B3893567AB2417	icmm2ms_3	High Quality Matis Magic Amplifier	a	the	High Quality Matis Magic Amplifiers	\d	the	
    -_6652D841E1BB198E	ictm2ms	Tryker Magic Amplifier	a	the	Tryker Magic Amplifiers	\d	the	
    -_9DFAA4E66B92E6F5	ictm2ms_2	Medium Quality Tryker Magic Amplifier	a	the	Medium Quality Tryker Magic Amplifiers	\d	the	
    -_9040323005D3E972	ictm2ms_3	High Quality Tryker Magic Amplifier	a	the	High Quality Tryker Magic Amplifiers	\d	the	
    -_FB088336AFBB7EC2	iczm2ms	Zoraï Magic Amplifier	a	the	Zoraï Magic Amplifiers	\d	the	
    -_3565975B1155BD1A	iczm2ms_2	Medium Quality Zoraï Magic Amplifier	a	the	Medium Quality Zoraï Magic Amplifiers	\d	the	
    -_A94B69AFE85C5C24	iczm2ms_3	High Quality Zoraï Magic Amplifier	a	the	High Quality Zoraï Magic Amplifiers	\d	the	
    -_58D035556193AB14	m0001dxacb01	Bundle of Basic Abhaya Wood	a	the	Bundles of Basic Abhaya Wood	\d	the	
    -_C7A3E96BEB761804	m0001dxacc01	Bundle of Fine Abhaya Wood	a	the	Bundles of Fine Abhaya Wood	\d	the	
    -_0A5ECF189D5FCD54	m0001dxadd01	Bundle of Choice Desert Abhaya Wood	a	the	Bundles of Choice Desert Abhaya Wood	\d	the	
    -_D78A9A455ED2D982	m0001dxade01	Bundle of Excellent Desert Abhaya Wood	a	the	Bundles of Excellent Desert Abhaya Wood	\d	the	
    -_BAF27BF4CBF60867	m0001dxadf01	Bundle of Supreme Desert Abhaya Wood	a	the	Bundles of Supreme Desert Abhaya Wood	\d	the	
    -_0A5ED71A1D9FDD54	m0001dxafd01	Bundle of Choice Forest Abhaya Wood	a	the	Bundles of Choice Forest Abhaya Wood	\d	the	
    -_577AC2499ED2D58D	m0001dxafe01	Bundle of Excellent Forest Abhaya Wood	a	the	Bundles of Excellent Forest Abhaya Wood	\d	the	
    -_FA0277FFCD160867	m0001dxaff01	Bundle of Supreme Forest Abhaya Wood	a	the	Bundles of Supreme Forest Abhaya Wood	\d	the	
    -_0A7C9F221B61FD54	m0001dxajd01	Bundle of Choice Jungle Abhaya Wood	a	the	Bundles of Choice Jungle Abhaya Wood	\d	the	
    -_D839DA42DDF2898C	m0001dxaje01	Bundle of Excellent Jungle Abhaya Wood	a	the	Bundles of Excellent Jungle Abhaya Wood	\d	the	
    -_75B16F0550560858	m0001dxajf01	Bundle of Supreme Jungle Abhaya Wood	a	the	Bundles of Supreme Jungle Abhaya Wood	\d	the	
    -_2AD309D1EA393AAE	m0001dxald01	Bundle of Choice Lakes Abhaya Wood	a	the	Bundles of Choice Lakes Abhaya Wood	\d	the	
    -_B6E06386C4FC4157	m0001dxale01	Bundle of Excellent Lakes Abhaya Wood	a	the	Bundles of Excellent Lakes Abhaya Wood	\d	the	
    -_7BCF5353A1E2FD89	m0001dxalf01	Bundle of Supreme Lakes Abhaya Wood	a	the	Bundles of Supreme Lakes Abhaya Wood	\d	the	
    -_3CF6B7208F6D5746	m0001dxapd01	Bundle of Choice Prime Root Abhaya Wood	a	the	Bundles of Choice Prime Root Abhaya Wood	\d	the	
    -_EF9BE112BEBB675C	m0001dxape01	Bundle of Excellent Prime Root Abhaya Wood	a	the	Bundles of Excellent Prime Root Abhaya Wood	\d	the	
    -_56CDD0A31577B139	m0001dxapf01	Bundle of Supreme Prime Root Abhaya Wood	a	the	Bundles of Supreme Prime Root Abhaya Wood	\d	the	
    -_990064EC91DED768	m0006dxacb01	Basic Anete Fiber	some	the	Basic Anete Fibers	\d	the	
    -_D715CA70FD5562A5	m0006dxacc01	Fine Anete Fiber	some	the	Fine Anete Fibers	\d	the	
    -_BB0496D5C908A934	m0006dxadd01	Choice Desert Anete Fiber	some	the	Choice Desert Anete Fibers	\d	the	
    -_EA84D9D2CF7AA096	m0006dxade01	Excellent Desert Anete Fiber	some	the	Excellent Desert Anete Fibers	\d	the	
    -_1D120CE5726D05C8	m0006dxadf01	Supreme Desert Anete Fiber	some	the	Supreme Desert Anete Fibers	\d	the	
    -_BB0496D74908A148	m0006dxafd01	Choice Forest Anete Fiber	some	the	Choice Forest Anete Fibers	\d	the	
    -_AA34E1D3519AA496	m0006dxafe01	Excellent Forest Anete Fiber	some	the	Excellent Forest Anete Fibers	\d	the	
    -_1D1210E832FD35CA	m0006dxaff01	Supreme Forest Anete Fiber	some	the	Supreme Forest Anete Fibers	\d	the	
    -_BD0496BDC7488154	m0006dxajd01	Choice Jungle Anete Fiber	some	the	Choice Jungle Anete Fibers	\d	the	
    -_E524F9D3D3E98898	m0006dxaje01	Excellent Jungle Anete Fiber	some	the	Excellent Jungle Anete Fibers	\d	the	
    -_1D21B8E7B11D5DCE	m0006dxajf01	Supreme Jungle Anete Fiber	some	the	Supreme Jungle Anete Fibers	\d	the	
    -_7A6C983E7EFDDE2D	m0006dxald01	Choice Lakes Anete Fiber	some	the	Choice Lakes Anete Fibers	\d	the	
    -_B011C8DC21058438	m0006dxale01	Excellent Lakes Anete Fiber	some	the	Excellent Lakes Anete Fibers	\d	the	
    -_356D204BF253CC6B	m0006dxalf01	Supreme Lakes Anete Fiber	some	the	Supreme Lakes Anete Fibers	\d	the	
    -_5150380B69A84964	m0006dxapd01	Choice Prime Root Anete Fiber	some	the	Choice Prime Root Anete Fibers	\d	the	
    -_EBA9622B2B0EAD08	m0006dxape01	Excellent Prime Root Anete Fiber	some	the	Excellent Prime Root Anete Fibers	\d	the	
    -_477E584737582657	m0006dxapf01	Supreme Prime Root Anete Fiber	some	the	Supreme Prime Root Anete Fibers	\d	the	
    -_5643D9B18BA0CFE7	m0009chaca01	Fragment of Basic Arma Spine	a	the	Fragments of Basic Arma Spine	\d	the	
    -_CCBF17CCC7D8D143	m0009chacb01	Fragment of Fine Arma Spine	a	the	Fragments of Fine Arma Spine	\d	the	
    -_93A1A2BB267852F9	m0009chafd01	Fragment of Excellent Forest Arma Spine	a	the	Fragments of Excellent Forest Arma Spine	\d	the	
    -_49CE8F7825F8F9B8	m0009chajc01	Fragment of Choice Jungle Arma Spine	a	the	Fragments of Choice Jungle Arma Spine	\d	the	
    -_5170AABBE4475AF5	m0009chajd01	Fragment of Excellent Jungle Arma Spine	a	the	Fragments of Excellent Jungle Arma Spine	\d	the	
    -_81B12D9182CA2F1A	m0009chald01	Fragment of Excellent Lakes Arma Spine	a	the	Fragments of Excellent Lakes Arma Spine	\d	the	
    -_046D8D87D7843B0D	m0009chale01	Fragment of Supreme Lakes Arma Spine	a	the	Fragments of Supreme Lakes Arma Spine	\d	the	
    -_D3D52941931C448F	m0009chapc01	Fragment of Choice Prime Root Arma Spine	a	the	Fragments of Choice Prime Root Arma Spine	\d	the	
    -_3E5511630D309DED	m0009chapd01	Fragment of Excellent Prime Root Arma Spine	a	the	Fragments of Excellent Prime Root Arma Spine	\d	the	
    -_65733CEA0B95098D	m0009chape01	Fragment of Supreme Prime Root Arma Spine	a	the	Fragments of Supreme Prime Root Arma Spine	\d	the	
    -_DBA9FDB7C9EB5146	m0014dxacb01	Handful of Basic Beckers Bark	a	the	Handfuls of Basic Beckers Bark	\d	the	
    -_733855E74B841D17	m0014dxacc01	Handful of Fine Beckers Bark	a	the	Handfuls of Fine Beckers Bark	\d	the	
    -_507723766A85A21D	m0014dxadd01	Handful of Choice Desert Beckers Bark	a	the	Handfuls of Choice Desert Beckers Bark	\d	the	
    -_594BD0704A05EFE1	m0014dxade01	Handful of Excellent Desert Beckers Bark	a	the	Handfuls of Excellent Desert Beckers Bark	\d	the	
    -_D500B95FE7696ACC	m0014dxadf01	Handful of Supreme Desert Beckers Bark	a	the	Handfuls of Supreme Desert Beckers Bark	\d	the	
    -_50774B79ECA5A21E	m0014dxafd01	Handful of Choice Forest Beckers Bark	a	the	Handfuls of Choice Forest Beckers Bark	\d	the	
    -_19FBD871CC25F3E1	m0014dxafe01	Handful of Excellent Forest Beckers Bark	a	the	Handfuls of Excellent Forest Beckers Bark	\d	the	
    -_9720B56B67796ACB	m0014dxaff01	Handful of Supreme Forest Beckers Bark	a	the	Handfuls of Supreme Forest Beckers Bark	\d	the	
    -_0CC56B7D6EE56617	m0014dxajd01	Handful of Choice Jungle Beckers Bark	a	the	Handfuls of Choice Jungle Beckers Bark	\d	the	
    -_54EBF0714E74D7E3	m0014dxaje01	Handful of Excellent Jungle Beckers Bark	a	the	Handfuls of Excellent Jungle Beckers Bark	\d	the	
    -_5880A575A40872B8	m0014dxajf01	Handful of Supreme Jungle Beckers Bark	a	the	Handfuls of Supreme Jungle Beckers Bark	\d	the	
    -_AA8D4B1A8117AD11	m0014dxald01	Handful of Choice Lakes Beckers Bark	a	the	Handfuls of Choice Lakes Beckers Bark	\d	the	
    -_45111E256C4C2688	m0014dxale01	Handful of Excellent Lakes Beckers Bark	a	the	Handfuls of Excellent Lakes Beckers Bark	\d	the	
    -_6836CBB6A9DC67E9	m0014dxalf01	Handful of Supreme Lakes Beckers Bark	a	the	Handfuls of Supreme Lakes Beckers Bark	\d	the	
    -_8117AEC0614FA895	m0014dxapd01	Handful of Choice Prime Root Beckers Bark	a	the	Handfuls of Choice Prime Root Beckers Bark	\d	the	
    -_A1F1A8575F18ADC5	m0014dxape01	Handful of Excellent Prime Root Beckers Bark	a	the	Handfuls of Excellent Prime Root Beckers Bark	\d	the	
    -_0DAF86FE95169BAE	m0014dxapf01	Handful of Supreme Prime Root Beckers Bark	a	the	Handfuls of Supreme Prime Root Beckers Bark	\d	the	
    -_945391968E965E94	m0015dxacb01	Basic Beng Amber	some	the	Basic Beng Amber	\d	the	
    -_8BA4069112FFB565	m0015dxacc01	Fine Beng Amber	some	the	Fine Beng Amber	\d	the	
    -_3E99AE7047D2CC74	m0015dxadd01	Choice Desert Beng Amber	some	the	Choice Desert Beng Amber	\d	the	
    -_5EA7800490416455	m0015dxade01	Excellent Desert Beng Amber	some	the	Excellent Desert Beng Amber	\d	the	
    -_D388A0CBC72C7111	m0015dxadf01	Supreme Desert Beng Amber	some	the	Supreme Desert Beng Amber	\d	the	
    -_40B9AE7287E2C87D	m0015dxafd01	Choice Forest Beng Amber	some	the	Choice Forest Beng Amber	\d	the	
    -_5EA7A80712616456	m0015dxafe01	Excellent Forest Beng Amber	some	the	Excellent Forest Beng Amber	\d	the	
    -_D388A0CFC70CC115	m0015dxaff01	Supreme Forest Beng Amber	some	the	Supreme Forest Beng Amber	\d	the	
    -_C3F9AE670291C07F	m0015dxajd01	Choice Jungle Beng Amber	some	the	Choice Jungle Beng Amber	\d	the	
    -_1AF5C80B94A1284F	m0015dxaje01	Excellent Jungle Beng Amber	some	the	Excellent Jungle Beng Amber	\d	the	
    -_D38828C5C78AF11D	m0015dxajf01	Supreme Jungle Beng Amber	some	the	Supreme Jungle Beng Amber	\d	the	
    -_EECBF76FEBC3A451	m0015dxald01	Choice Lakes Beng Amber	some	the	Choice Lakes Beng Amber	\d	the	
    -_F9881CD33FA45F55	m0015dxale01	Excellent Lakes Beng Amber	some	the	Excellent Lakes Beng Amber	\d	the	
    -_EE8F4764092C332B	m0015dxalf01	Supreme Lakes Beng Amber	some	the	Supreme Lakes Beng Amber	\d	the	
    -_873F9994E488DFD1	m0015dxapd01	Choice Prime Root Beng Amber	some	the	Choice Prime Root Beng Amber	\d	the	
    -_D5ACAD3D41A6C8DE	m0015dxape01	Excellent Prime Root Beng Amber	some	the	Excellent Prime Root Beng Amber	\d	the	
    -_BEB23836960A418E	m0015dxapf01	Supreme Prime Root Beng Amber	some	the	Supreme Prime Root Beng Amber	\d	the	
    -_0A61D7D0C5B3BBBE	m0016dxacb01	Fragment of Basic Big Shell	a	the	Fragments of Basic Big Shell	\d	the	
    -_2E9F94357A837DA6	m0016dxacc01	Fragment of Fine Big Shell	a	the	Fragments of Fine Big Shell	\d	the	
    -_428BB19DE7B7E5A6	m0016dxadd01	Fragment of Choice Desert Big Shell	a	the	Fragments of Choice Desert Big Shell	\d	the	
    -_476D3A77464924B7	m0016dxade01	Fragment of Excellent Desert Big Shell	a	the	Fragments of Excellent Desert Big Shell	\d	the	
    -_4D412FFADAA07ABE	m0016dxadf01	Fragment of Supreme Desert Big Shell	a	the	Fragments of Supreme Desert Big Shell	\d	the	
    -_C28BA9B3E7B7E5A6	m0016dxafd01	Fragment of Choice Forest Big Shell	a	the	Fragments of Choice Forest Big Shell	\d	the	
    -_C98D3E7906F92CB6	m0016dxafe01	Fragment of Excellent Forest Big Shell	a	the	Fragments of Excellent Forest Big Shell	\d	the	
    -_0DD15FFEDAA07EBF	m0016dxaff01	Fragment of Supreme Forest Big Shell	a	the	Fragments of Supreme Forest Big Shell	\d	the	
    -_40CB89C3E9B7E588	m0016dxajd01	Fragment of Choice Jungle Big Shell	a	the	Fragments of Choice Jungle Big Shell	\d	the	
    -_4BDC227F41E944B2	m0016dxaje01	Fragment of Excellent Jungle Big Shell	a	the	Fragments of Excellent Jungle Big Shell	\d	the	
    -_8CF18706DAAF26BA	m0016dxajf01	Fragment of Supreme Jungle Big Shell	a	the	Fragments of Supreme Jungle Big Shell	\d	the	
    -_35D7914F17975169	m0016dxald01	Fragment of Choice Lakes Big Shell	a	the	Fragments of Choice Lakes Big Shell	\d	the	
    -_FCD9AA726D9F3AAD	m0016dxale01	Fragment of Excellent Lakes Big Shell	a	the	Fragments of Excellent Lakes Big Shell	\d	the	
    -_239D0A04D8DBC778	m0016dxalf01	Fragment of Supreme Lakes Big Shell	a	the	Fragments of Supreme Lakes Big Shell	\d	the	
    -_86AB92BCD98346ED	m0016dxapd01	Fragment of Choice Prime Root Big Shell	a	the	Fragments of Choice Prime Root Big Shell	\d	the	
    -_5C58E7A58E170D54	m0016dxape01	Fragment of Excellent Prime Root Big Shell	a	the	Fragments of Excellent Prime Root Big Shell	\d	the	
    -_1731DB0AFF073B9F	m0016dxapf01	Fragment of Supreme Prime Root Big Shell	a	the	Fragments of Supreme Prime Root Big Shell	\d	the	
    -_9A57EDAE8D51478B	m0018chbca01	Fragment of Basic Bodoc Horn	a	the	Fragments of Basic Bodoc Horn	\d	the	
    -_F85931E88396F94E	m0018chbcb01	Fragment of Fine Bodoc Horn	a	the	Fragments of Fine Bodoc Horn	\d	the	
    -_CE039B6726A9AD72	m0018chbfc01	Fragment of Choice Forest Bodoc Horn	a	the	Fragments of Choice Forest Bodoc Horn	\d	the	
    -_A52219776A082028	m0018chbfe01	Fragment of Supreme Forest Bodoc Horn	a	the	Fragments of Supreme Forest Bodoc Horn	\d	the	
    -_4FF01D9DF9F79CF4	m0018chbld01	Fragment of Excellent Lakes Bodoc Horn	a	the	Fragments of Excellent Lakes Bodoc Horn	\d	the	
    -_6AEF2B7FC9EEC5F8	m0018chbpd01	Fragment of Excellent Prime Root Bodoc Horn	a	the	Fragments of Excellent Prime Root Bodoc Horn	\d	the	
    -_9A57EDAE4B806397	m0019chbca01	Fragment of Basic Bodoc Skin	a	the	Fragments of Basic Bodoc Skin	\d	the	
    -_7C5931E88396B147	m0019chbcb01	Fragment of Fine Bodoc Skin	a	the	Fragments of Fine Bodoc Skin	\d	the	
    -_CE039B67E4D8C97E	m0019chbfc01	Fragment of Choice Forest Bodoc Skin	a	the	Fragments of Choice Forest Bodoc Skin	\d	the	
    -_A522F573EAC84C29	m0019chbfe01	Fragment of Supreme Forest Bodoc Skin	a	the	Fragments of Supreme Forest Bodoc Skin	\d	the	
    -_4FF0F99979B7C8F5	m0019chbld01	Fragment of Excellent Lakes Bodoc Skin	a	the	Fragments of Excellent Lakes Bodoc Skin	\d	the	
    -_EEEF2B7FC9EE7DF1	m0019chbpd01	Fragment of Excellent Prime Root Bodoc Skin	a	the	Fragments of Excellent Prime Root Bodoc Skin	\d	the	
    -_89B35D9A4933A5E8	m0020chbca01	Basic Bodoc Nail	a	the	Basic Bodoc Nails	\d	the	
    -_A9FCC5850D41CE04	m0020chbcb01	Fine Bodoc Nail	a	the	Fine Bodoc Nails	\d	the	
    -_F6CADF81B64A1FCC	m0020chbfc01	Choice Forest Bodoc Nail	a	the	Choice Forest Bodoc Nails	\d	the	
    -_7A3EE8FB38F2AC46	m0020chbfe01	Supreme Forest Bodoc Nail	a	the	Supreme Forest Bodoc Nails	\d	the	
    -_78CBCC1E45304C56	m0020chbld01	Excellent Lakes Bodoc Nail	an	the	Excellent Lakes Bodoc Nails	\d	the	
    -_91F7B1212EA71D6E	m0020chbpd01	Excellent Prime Root Bodoc Nail	an	the	Excellent Prime Root Bodoc Nails	\d	the	
    -_8BB295B18AD4956F	m0021dxacb01	Basic Buo Fiber	some	the	Basic Buo Fibers	\d	the	
    -_83E4599D9C95F9CB	m0021dxacc01	Fine Buo Fiber	some	the	Fine Buo Fibers	\d	the	
    -_3A1A43467F304736	m0021dxadd01	Choice Desert Buo Fiber	some	the	Choice Desert Buo Fibers	\d	the	
    -_9136E8EAE263BF18	m0021dxade01	Excellent Desert Buo Fiber	some	the	Excellent Desert Buo Fibers	\d	the	
    -_2A57B3C886D4246D	m0021dxadf01	Supreme Desert Buo Fiber	some	the	Supreme Desert Buo Fibers	\d	the	
    -_7ABA4B48BF304740	m0021dxafd01	Choice Forest Buo Fiber	some	the	Choice Forest Buo Fibers	\d	the	
    -_D146E4F5E483BF18	m0021dxafe01	Excellent Forest Buo Fiber	some	the	Excellent Forest Buo Fibers	\d	the	
    -_AA57B3CBC6C44879	m0021dxaff01	Supreme Forest Buo Fiber	some	the	Supreme Forest Buo Fibers	\d	the	
    -_7A1B5B3DFE5F1B48	m0021dxajd01	Choice Jungle Buo Fiber	some	the	Choice Jungle Buo Fibers	\d	the	
    -_4CF5DCFB67C3BF09	m0021dxaje01	Excellent Jungle Buo Fiber	some	the	Excellent Jungle Buo Fibers	\d	the	
    -_AB5777B985A35083	m0021dxajf01	Supreme Jungle Buo Fiber	some	the	Supreme Jungle Buo Fibers	\d	the	
    -_09667B3FA1BE8C97	m0021dxald01	Choice Lakes Buo Fiber	some	the	Choice Lakes Buo Fibers	\d	the	
    -_463B6FC0427F4B4D	m0021dxale01	Excellent Lakes Buo Fiber	some	the	Excellent Lakes Buo Fibers	\d	the	
    -_E6117F2B91424396	m0021dxalf01	Supreme Lakes Buo Fiber	some	the	Supreme Lakes Buo Fibers	\d	the	
    -_4D2D40CE1966245E	m0021dxapd01	Choice Prime Root Buo Fiber	some	the	Choice Prime Root Buo Fibers	\d	the	
    -_5279DD0D077CC876	m0021dxape01	Excellent Prime Root Buo Fiber	some	the	Excellent Prime Root Buo Fibers	\d	the	
    -_90A1834C98842990	m0021dxapf01	Supreme Prime Root Buo Fiber	some	the	Supreme Prime Root Buo Fibers	\d	the	
    -_96F0F896107C7399	m0023dxacb01	Basic Caprice Seed	a	the	Basic Caprice Seeds	\d	the	
    -_DDD51A4AD553F581	m0023dxacc01	Fine Caprice Seed	a	the	Fine Caprice Seeds	\d	the	
    -_4558A62B05D82560	m0023dxadd01	Choice Desert Caprice Seed	a	the	Choice Desert Caprice Seeds	\d	the	
    -_B00945F34962A142	m0023dxade01	Excellent Desert Caprice Seed	an	the	Excellent Desert Caprice Seeds	\d	the	
    -_1A213F2DE97C393F	m0023dxadf01	Supreme Desert Caprice Seed	a	the	Supreme Desert Caprice Seeds	\d	the	
    -_85F8AE2D45D8256A	m0023dxafd01	Choice Forest Caprice Seed	a	the	Choice Forest Caprice Seeds	\d	the	
    -_B0096DF6CB82A143	m0023dxafe01	Excellent Forest Caprice Seed	an	the	Excellent Forest Caprice Seeds	\d	the	
    -_9A213F30296C5D4B	m0023dxaff01	Supreme Forest Caprice Seed	a	the	Supreme Forest Caprice Seeds	\d	the	
    -_8559BE228407F972	m0023dxajd01	Choice Jungle Caprice Seed	a	the	Choice Jungle Caprice Seeds	\d	the	
    -_6C578DFA4DC2653C	m0023dxaje01	Excellent Jungle Caprice Seed	an	the	Excellent Jungle Caprice Seeds	\d	the	
    -_9B21031EE84B6555	m0023dxajf01	Supreme Jungle Caprice Seed	a	the	Supreme Jungle Caprice Seeds	\d	the	
    -_638DAC52E30EEC9A	m0023dxald01	Choice Lakes Caprice Seed	a	the	Choice Lakes Caprice Seeds	\d	the	
    -_AF967D2FA255FF31	m0023dxale01	Excellent Lakes Caprice Seed	an	the	Excellent Lakes Caprice Seeds	\d	the	
    -_400240D8CA003F4C	m0023dxalf01	Supreme Lakes Caprice Seed	a	the	Supreme Lakes Caprice Seeds	\d	the	
    -_5E3FDDA7993AC894	m0023dxapd01	Choice Prime Root Caprice Seed	a	the	Choice Prime Root Caprice Seeds	\d	the	
    -_274B39EAFA8A3E0D	m0023dxape01	Excellent Prime Root Caprice Seed	an	the	Excellent Prime Root Caprice Seeds	\d	the	
    -_D054DF95AB436E7E	m0023dxapf01	Supreme Prime Root Caprice Seed	a	the	Supreme Prime Root Caprice Seeds	\d	the	
    -_E7B4256E1B57FC76	m0025chcca01	Fragment of Basic Capryni Hoof	a	the	Fragments of Basic Capryni Hoof	\d	the	
    -_3246A0F8C53BF6F8	m0025chccb01	Fragment of Fine Capryni Hoof	a	the	Fragments of Fine Capryni Hoof	\d	the	
    -_EDEDD4E480C48020	m0025chcde01	Fragment of Supreme Desert Capryni Hoof	a	the	Fragments of Supreme Desert Capryni Hoof	\d	the	
    -_44344393C44088C1	m0025chcjd01	Fragment of Excellent Jungle Capryni Hoof	a	the	Fragments of Excellent Jungle Capryni Hoof	\d	the	
    -_3CA9870ECF803742	m0025chcld01	Fragment of Excellent Lakes Capryni Hoof	a	the	Fragments of Excellent Lakes Capryni Hoof	\d	the	
    -_29B2E1BF28E774CA	m0025chcle01	Fragment of Supreme Lakes Capryni Hoof	a	the	Fragments of Supreme Lakes Capryni Hoof	\d	the	
    -_16C459C20E61A3D7	m0031dxacb01	Fragment of Basic Cuty Shell	a	the	Fragments of Basic Cuty Shell	\d	the	
    -_88BF1BFC4B19D533	m0031dxacc01	Fragment of Fine Cuty Shell	a	the	Fragments of Fine Cuty Shell	\d	the	
    -_0A80E36D27B909BD	m0031dxadd01	Fragment of Choice Desert Cuty Shell	a	the	Fragments of Choice Desert Cuty Shell	\d	the	
    -_9111A6CE64E95606	m0031dxade01	Fragment of Excellent Desert Cuty Shell	a	the	Fragments of Excellent Desert Cuty Shell	\d	the	
    -_D7F4216DF18C975E	m0031dxadf01	Fragment of Supreme Desert Cuty Shell	a	the	Fragments of Supreme Desert Cuty Shell	\d	the	
    -_4A70077BA7B909BE	m0031dxafd01	Fragment of Choice Forest Cuty Shell	a	the	Fragments of Choice Forest Cuty Shell	\d	the	
    -_1341A6CFE6195605	m0031dxafe01	Fragment of Excellent Forest Cuty Shell	a	the	Fragments of Excellent Forest Cuty Shell	\d	the	
    -_59044971F19C975E	m0031dxaff01	Fragment of Supreme Forest Cuty Shell	a	the	Fragments of Supreme Forest Cuty Shell	\d	the	
    -_094F0F89A8B9CDA8	m0031dxajd01	Fragment of Choice Jungle Cuty Shell	a	the	Fragments of Choice Jungle Cuty Shell	\d	the	
    -_D110AECFA4E85E01	m0031dxaje01	Fragment of Excellent Jungle Cuty Shell	a	the	Fragments of Excellent Jungle Cuty Shell	\d	the	
    -_5B0361792D2B6353	m0031dxajf01	Fragment of Supreme Jungle Cuty Shell	a	the	Fragments of Supreme Jungle Cuty Shell	\d	the	
    -_5747DA06A91B8ABF	m0031dxald01	Fragment of Choice Lakes Cuty Shell	a	the	Fragments of Choice Lakes Cuty Shell	\d	the	
    -_03D24D97808B132A	m0031dxale01	Fragment of Excellent Lakes Cuty Shell	a	the	Fragments of Excellent Lakes Cuty Shell	\d	the	
    -_C06D91B75BC53FFD	m0031dxalf01	Fragment of Supreme Lakes Cuty Shell	a	the	Fragments of Supreme Lakes Cuty Shell	\d	the	
    -_1656394393DD888E	m0031dxapd01	Fragment of Choice Prime Root Cuty Shell	a	the	Fragments of Choice Prime Root Cuty Shell	\d	the	
    -_FA5515939171A1DD	m0031dxape01	Fragment of Excellent Prime Root Cuty Shell	a	the	Fragments of Excellent Prime Root Cuty Shell	\d	the	
    -_E7D320E6091729A7	m0031dxapf01	Fragment of Supreme Prime Root Cuty Shell	a	the	Fragments of Supreme Prime Root Cuty Shell	\d	the	
    -_16C49992CEE67E91	m0037dxacb01	Basic Dzao Fiber	some	the	Basic Dzao Fibers	\d	the	
    -_C875DAA6924FA574	m0037dxacc01	Fine Dzao Fiber	some	the	Fine Dzao Fibers	\d	the	
    -_C00AB66C8722EC71	m0037dxadd01	Choice Desert Dzao Fiber	some	the	Choice Desert Dzao Fibers	\d	the	
    -_DD774C21CE925C5C	m0037dxade01	Excellent Desert Dzao Fiber	some	the	Excellent Desert Dzao Fibers	\d	the	
    -_558880D5C72C093D	m0037dxadf01	Supreme Desert Dzao Fiber	some	the	Supreme Desert Dzao Fibers	\d	the	
    -_C22AB66EC732E87A	m0037dxafd01	Choice Forest Dzao Fiber	some	the	Choice Forest Dzao Fibers	\d	the	
    -_DD77742450B25C5D	m0037dxafe01	Excellent Forest Dzao Fiber	some	the	Excellent Forest Dzao Fibers	\d	the	
    -_558880D9C70C5941	m0037dxaff01	Supreme Forest Dzao Fiber	some	the	Supreme Forest Dzao Fibers	\d	the	
    -_456AB66342E1E07C	m0037dxajd01	Choice Jungle Dzao Fiber	some	the	Choice Jungle Dzao Fibers	\d	the	
    -_99C59428D2F22056	m0037dxaje01	Excellent Jungle Dzao Fiber	some	the	Excellent Jungle Dzao Fibers	\d	the	
    -_558808CFC78A8949	m0037dxajf01	Supreme Jungle Dzao Fiber	some	the	Supreme Jungle Dzao Fibers	\d	the	
    -_6F4B4B79A8D4C053	m0037dxald01	Choice Lakes Dzao Fiber	some	the	Choice Lakes Dzao Fibers	\d	the	
    -_7B88FCDD3FA4F781	m0037dxale01	Excellent Lakes Dzao Fiber	some	the	Excellent Lakes Dzao Fibers	\d	the	
    -_2B601B79897C233A	m0037dxalf01	Supreme Lakes Dzao Fiber	some	the	Supreme Lakes Dzao Fibers	\d	the	
    -_0590C18728F8DFD7	m0037dxapd01	Choice Prime Root Dzao Fiber	some	the	Choice Prime Root Dzao Fibers	\d	the	
    -_127D8152C1F6B8ED	m0037dxape01	Excellent Prime Root Dzao Fiber	some	the	Excellent Prime Root Dzao Fibers	\d	the	
    -_BF32F450178AFDAA	m0037dxapf01	Supreme Prime Root Dzao Fiber	some	the	Supreme Prime Root Dzao Fibers	\d	the	
    -_39C50274E94684F7	m0040dxacb01	Bundle of Basic Eyota Wood	a	the	Bundles of Basic Eyota Wood	\d	the	
    -_FB9A6CDE479D983B	m0040dxacc01	Bundle of Fine Eyota Wood	a	the	Bundles of Fine Eyota Wood	\d	the	
    -_9A62A448DF532E5B	m0040dxadd01	Bundle of Choice Desert Eyota Wood	a	the	Bundles of Choice Desert Eyota Wood	\d	the	
    -_A0403A6DF33CF30F	m0040dxade01	Bundle of Excellent Desert Eyota Wood	a	the	Bundles of Excellent Desert Eyota Wood	\d	the	
    -_395EB72C235FC39B	m0040dxadf01	Bundle of Supreme Desert Eyota Wood	a	the	Bundles of Supreme Desert Eyota Wood	\d	the	
    -_9A62A84B9FE35E5D	m0040dxafd01	Bundle of Choice Forest Eyota Wood	a	the	Bundles of Choice Forest Eyota Wood	\d	the	
    -_22506271F34CF30F	m0040dxafe01	Bundle of Excellent Forest Eyota Wood	a	the	Bundles of Excellent Forest Eyota Wood	\d	the	
    -_397EB72C279FC39B	m0040dxaff01	Bundle of Supreme Forest Eyota Wood	a	the	Bundles of Supreme Forest Eyota Wood	\d	the	
    -_9A71504A1E038661	m0040dxajd01	Bundle of Choice Jungle Eyota Wood	a	the	Bundles of Choice Jungle Eyota Wood	\d	the	
    -_244F7A792FDBBF04	m0040dxaje01	Bundle of Excellent Jungle Eyota Wood	a	the	Bundles of Excellent Jungle Eyota Wood	\d	the	
    -_B19CC7282B1FC39B	m0040dxajf01	Bundle of Supreme Jungle Eyota Wood	a	the	Bundles of Supreme Jungle Eyota Wood	\d	the	
    -_F6014463D218FD27	m0040dxald01	Bundle of Choice Lakes Eyota Wood	a	the	Bundles of Choice Lakes Eyota Wood	\d	the	
    -_315C2BCC03A3359B	m0040dxale01	Bundle of Excellent Lakes Eyota Wood	a	the	Bundles of Excellent Lakes Eyota Wood	\d	the	
    -_5E46F6B93E09CDF9	m0040dxalf01	Bundle of Supreme Lakes Eyota Wood	a	the	Bundles of Supreme Lakes Eyota Wood	\d	the	
    -_16262B4652E6144E	m0040dxapd01	Bundle of Choice Prime Root Eyota Wood	a	the	Bundles of Choice Prime Root Eyota Wood	\d	the	
    -_14A27474A7444ACA	m0040dxape01	Bundle of Excellent Prime Root Eyota Wood	a	the	Bundles of Excellent Prime Root Eyota Wood	\d	the	
    -_D009CE1F22806644	m0040dxapf01	Bundle of Supreme Prime Root Eyota Wood	a	the	Bundles of Supreme Prime Root Eyota Wood	\d	the	
    -_5E97F5BB0B102781	m0043ccaca01	Fragment of Basic Gingo Claw	a	the	Fragments of Basic Gingo Claw	\d	the	
    -_355991D847A89943	m0043ccacb01	Fragment of Fine Gingo Claw	a	the	Fragments of Fine Gingo Claw	\d	the	
    -_88FEC3C41A8573FC	m0043ccafd01	Fragment of Excellent Forest Gingo Claw	a	the	Fragments of Excellent Forest Gingo Claw	\d	the	
    -_EBD31177E5883C1B	m0043ccafe01	Fragment of Supreme Forest Gingo Claw	a	the	Fragments of Supreme Forest Gingo Claw	\d	the	
    -_5122AB82A5685152	m0043ccajc01	Fragment of Choice Jungle Gingo Claw	a	the	Fragments of Choice Jungle Gingo Claw	\d	the	
    -_46CDCBC4D8547BF8	m0043ccajd01	Fragment of Excellent Jungle Gingo Claw	a	the	Fragments of Excellent Jungle Gingo Claw	\d	the	
    -_68270142201A4FC1	m0044ccaca01	Basic Gingo Leather	a	the	Basic Gingo Leathers	\d	the	
    -_9F0A36E71E080381	m0044ccacb01	Fine Gingo Leather	a	the	Fine Gingo Leathers	\d	the	
    -_DF35B984742DD189	m0044ccafd01	Excellent Forest Gingo Leather	an	the	Excellent Forest Gingo Leathers	\d	the	
    -_FC2485F8A06865BF	m0044ccafe01	Supreme Forest Gingo Leather	a	the	Supreme Forest Gingo Leathers	\d	the	
    -_537F4F1198B64D57	m0044ccajc01	Choice Jungle Gingo Leather	a	the	Choice Jungle Gingo Leathers	\d	the	
    -_1CC4C175358DC18F	m0044ccajd01	Excellent Jungle Gingo Leather	an	the	Excellent Jungle Gingo Leathers	\d	the	
    -_DFEF8F101E51CDF9	m0046dxacb01	Portion of Basic Glue Resin	a	the	Portions of Basic Glue Resin	\d	the	
    -_26D8985812F34857	m0046dxacc01	Portion of Fine Glue Resin	a	the	Portions of Fine Glue Resin	\d	the	
    -_193DA10550D9CDC3	m0046dxadd01	Portion of Choice Desert Glue Resin	a	the	Portions of Choice Desert Glue Resin	\d	the	
    -_FA6F8A835213C03D	m0046dxade01	Portion of Excellent Desert Glue Resin	a	the	Portions of Excellent Desert Glue Resin	\d	the	
    -_75F1D7C468D85ED4	m0046dxadf01	Portion of Supreme Desert Glue Resin	a	the	Portions of Supreme Desert Glue Resin	\d	the	
    -_195DA1055419CDC3	m0046dxafd01	Portion of Choice Forest Glue Resin	a	the	Portions of Choice Forest Glue Resin	\d	the	
    -_BA0F92865203EC3F	m0046dxafe01	Portion of Excellent Forest Glue Resin	a	the	Portions of Excellent Forest Glue Resin	\d	the	
    -_B5E1FBD2E8D85ED5	m0046dxaff01	Portion of Supreme Forest Glue Resin	a	the	Portions of Supreme Forest Glue Resin	\d	the	
    -_917BB1015899CDC3	m0046dxajd01	Portion of Choice Jungle Glue Resin	a	the	Portions of Choice Jungle Glue Resin	\d	the	
    -_B9706683D2D1E845	m0046dxaje01	Portion of Excellent Jungle Glue Resin	a	the	Portions of Excellent Jungle Glue Resin	\d	the	
    -_74C003E0E9D822BF	m0046dxajf01	Portion of Supreme Jungle Glue Resin	a	the	Portions of Supreme Jungle Glue Resin	\d	the	
    -_1BA9053BE7680DE1	m0046dxald01	Portion of Choice Lakes Glue Resin	a	the	Portions of Choice Lakes Glue Resin	\d	the	
    -_319CFAAC84BC1EC4	m0046dxale01	Portion of Excellent Lakes Glue Resin	a	the	Portions of Excellent Lakes Glue Resin	\d	the	
    -_DA55223BC38A5D29	m0046dxalf01	Portion of Supreme Lakes Glue Resin	a	the	Portions of Supreme Lakes Glue Resin	\d	the	
    -_32EDF60CCDF53258	m0046dxapd01	Portion of Choice Prime Root Glue Resin	a	the	Portions of Choice Prime Root Glue Resin	\d	the	
    -_11A20CB72A37ABFA	m0046dxape01	Portion of Excellent Prime Root Glue Resin	a	the	Portions of Excellent Prime Root Glue Resin	\d	the	
    -_32D71E1A23ECEC25	m0046dxapf01	Portion of Supreme Prime Root Glue Resin	a	the	Portions of Supreme Prime Root Glue Resin	\d	the	
    -_9E5650C50410D471	m0048cccca01	Fragment of Basic Goari Shell	a	the	Fragments of Basic Goari Shell	\d	the	
    -_15F241B094442F97	m0048ccccb01	Fragment of Fine Goari Shell	a	the	Fragments of Fine Goari Shell	\d	the	
    -_D8D1524C6E593246	m0048cccdc01	Fragment of Choice Desert Goari Shell	a	the	Fragments of Choice Desert Goari Shell	\d	the	
    -_160B76B4E5C47412	m0048cccde01	Fragment of Supreme Desert Goari Shell	a	the	Fragments of Supreme Desert Goari Shell	\d	the	
    -_0CA06732F570796E	m0048cccle01	Fragment of Supreme Lakes Goari Shell	a	the	Fragments of Supreme Lakes Goari Shell	\d	the	
    -_205C1A3031C03F6D	m0049dxacb01	Basic Gulatch Oil	some	the	Basic Gulatch Oils	\d	the	
    -_54D5C21A34ABABA4	m0049dxacc01	Fine Gulatch Oil	some	the	Fine Gulatch Oils	\d	the	
    -_42604C1969EA1139	m0049dxadd01	Choice Desert Gulatch Oil	some	the	Choice Desert Gulatch Oils	\d	the	
    -_AFC741B2BE4D795F	m0049dxade01	Excellent Desert Gulatch Oil	some	the	Excellent Desert Gulatch Oils	\d	the	
    -_88A0A137714B35C9	m0049dxadf01	Supreme Desert Gulatch Oil	some	the	Supreme Desert Gulatch Oils	\d	the	
    -_42604C1BE9EA094D	m0049dxafd01	Choice Forest Gulatch Oil	some	the	Choice Forest Gulatch Oils	\d	the	
    -_6F7749B3406D7D5F	m0049dxafe01	Excellent Forest Gulatch Oil	some	the	Excellent Forest Gulatch Oils	\d	the	
    -_88A0A53A31DB65CB	m0049dxaff01	Supreme Forest Gulatch Oil	some	the	Supreme Forest Gulatch Oils	\d	the	
    -_44604C01672AE959	m0049dxajd01	Choice Jungle Gulatch Oil	some	the	Choice Jungle Gulatch Oils	\d	the	
    -_AA6761B3C2BC6161	m0049dxaje01	Excellent Jungle Gulatch Oil	some	the	Excellent Jungle Gulatch Oils	\d	the	
    -_88AF4D39B0FB8DCF	m0049dxajf01	Supreme Jungle Gulatch Oil	some	the	Supreme Jungle Gulatch Oils	\d	the	
    -_866C7832EF4DC661	m0049dxald01	Choice Lakes Gulatch Oil	some	the	Choice Lakes Gulatch Oils	\d	the	
    -_1B9F5D2E20E3B439	m0049dxale01	Excellent Lakes Gulatch Oil	some	the	Excellent Lakes Gulatch Oils	\d	the	
    -_B22D18F529A9156A	m0049dxalf01	Supreme Lakes Gulatch Oil	some	the	Supreme Lakes Gulatch Oils	\d	the	
    -_E56FC72EFCC7D88A	m0049dxapd01	Choice Prime Root Gulatch Oil	some	the	Choice Prime Root Gulatch Oils	\d	the	
    -_68695AD56264F607	m0049dxape01	Excellent Prime Root Gulatch Oil	some	the	Excellent Prime Root Gulatch Oils	\d	the	
    -_BA6F69612ED3DA90	m0049dxapf01	Supreme Prime Root Gulatch Oil	some	the	Supreme Prime Root Gulatch Oils	\d	the	
    -_D573A9968E966295	m0050dxacb01	Basic Hash Amber	a	the	Basic Hash Amber	\d	the	
    -_CD74328D94FFB561	m0050dxacc01	Fine Hash Amber	a	the	Fine Hash Amber	\d	the	
    -_7FB9C67047D2D075	m0050dxadd01	Choice Desert Hash Amber	a	the	Choice Desert Hash Amber	\d	the	
    -_5FB7940153017C50	m0050dxade01	Excellent Desert Hash Amber	an	the	Excellent Desert Hash Amber	\d	the	
    -_D888A0CBC74C9904	m0050dxadf01	Supreme Desert Hash Amber	a	the	Supreme Desert Hash Amber	\d	the	
    -_81D9C67287E2CC7E	m0050dxafd01	Choice Forest Hash Amber	a	the	Choice Forest Hash Amber	\d	the	
    -_5FB7BC04D5217C51	m0050dxafe01	Excellent Forest Hash Amber	an	the	Excellent Forest Hash Amber	\d	the	
    -_D888A0CFC72CE908	m0050dxaff01	Supreme Forest Hash Amber	a	the	Supreme Forest Hash Amber	\d	the	
    -_0419C6670291C480	m0050dxajd01	Choice Jungle Hash Amber	a	the	Choice Jungle Hash Amber	\d	the	
    -_1B05DC085761404A	m0050dxaje01	Excellent Jungle Hash Amber	an	the	Excellent Jungle Hash Amber	\d	the	
    -_D88828C5C7AA1910	m0050dxajf01	Supreme Jungle Hash Amber	a	the	Supreme Jungle Hash Amber	\d	the	
    -_301CE7762C83BC4C	m0050dxald01	Choice Lakes Hash Amber	a	the	Choice Lakes Hash Amber	\d	the	
    -_FE881CD33FC48748	m0050dxale01	Excellent Lakes Hash Amber	an	the	Excellent Lakes Hash Amber	\d	the	
    -_305F73608B2C3327	m0050dxalf01	Supreme Lakes Hash Amber	a	the	Supreme Lakes Hash Amber	\d	the	
    -_C9FFB599E3E8DFCD	m0050dxapd01	Choice Prime Root Hash Amber	a	the	Choice Prime Root Hash Amber	\d	the	
    -_177CD939C3A6C8DA	m0050dxape01	Excellent Prime Root Hash Amber	an	the	Excellent Prime Root Hash Amber	\d	the	
    -_41C24C32181A5585	m0050dxapf01	Supreme Prime Root Hash Amber	a	the	Supreme Prime Root Hash Amber	\d	the	
    -_DD6844D78471D87C	m0053dxacb01	Fragment of Basic Horny Shell	a	the	Fragments of Basic Horny Shell	\d	the	
    -_55F375BD58A53792	m0053dxacc01	Fragment of Fine Horny Shell	a	the	Fragments of Fine Horny Shell	\d	the	
    -_17E3465EEEBA3651	m0053dxadd01	Fragment of Choice Desert Horny Shell	a	the	Fragments of Choice Desert Horny Shell	\d	the	
    -_E76752E01A51AF09	m0053dxade01	Fragment of Excellent Desert Horny Shell	a	the	Fragments of Excellent Desert Horny Shell	\d	the	
    -_5ADABEB4A616681E	m0053dxadf01	Fragment of Supreme Desert Horny Shell	a	the	Fragments of Supreme Desert Horny Shell	\d	the	
    -_17834A6A6EBA3A51	m0053dxafd01	Fragment of Choice Forest Horny Shell	a	the	Fragments of Choice Forest Horny Shell	\d	the	
    -_A9874EEC9A61AF08	m0053dxafe01	Fragment of Excellent Forest Horny Shell	a	the	Fragments of Excellent Forest Horny Shell	\d	the	
    -_DACAE6B8E6166429	m0053dxaff01	Fragment of Supreme Forest Horny Shell	a	the	Fragments of Supreme Forest Horny Shell	\d	the	
    -_55044A746FC91E44	m0053dxajd01	Fragment of Choice Jungle Horny Shell	a	the	Fragments of Choice Jungle Horny Shell	\d	the	
    -_6AE73EF6D7F0B7F5	m0053dxaje01	Fragment of Excellent Jungle Horny Shell	a	the	Fragments of Excellent Jungle Horny Shell	\d	the	
    -_5B89FEB125361828	m0053dxajf01	Fragment of Supreme Jungle Horny Shell	a	the	Fragments of Supreme Jungle Horny Shell	\d	the	
    -_1B8B71C16DBD5F4B	m0053dxald01	Fragment of Choice Lakes Horny Shell	a	the	Fragments of Choice Lakes Horny Shell	\d	the	
    -_9F7AB1CE390558DC	m0053dxale01	Fragment of Excellent Lakes Horny Shell	a	the	Fragments of Excellent Lakes Horny Shell	\d	the	
    -_4CA19B3FB9D18169	m0053dxalf01	Fragment of Supreme Lakes Horny Shell	a	the	Fragments of Supreme Lakes Horny Shell	\d	the	
    -_37E0DB287B067B37	m0053dxapd01	Fragment of Choice Prime Root Horny Shell	a	the	Fragments of Choice Prime Root Horny Shell	\d	the	
    -_3A270C1DADEDF34D	m0053dxape01	Fragment of Excellent Prime Root Horny Shell	a	the	Fragments of Excellent Prime Root Horny Shell	\d	the	
    -_6483970014676479	m0053dxapf01	Fragment of Supreme Prime Root Horny Shell	a	the	Fragments of Supreme Prime Root Horny Shell	\d	the	
    -_AF53E51258B1206F	m0064dxacb01	Bundle of Basic Kachine Wood	a	the	Bundles of Basic Kachine Wood	\d	the	
    -_6D6839356913B357	m0064dxacc01	Bundle of Fine Kachine Wood	a	the	Bundles of Fine Kachine Wood	\d	the	
    -_25C13BEE8F5BB1F4	m0064dxadd01	Bundle of Choice Desert Kachine Wood	a	the	Bundles of Choice Desert Kachine Wood	\d	the	
    -_C2B64B3C942DE771	m0064dxade01	Bundle of Excellent Desert Kachine Wood	a	the	Bundles of Excellent Desert Kachine Wood	\d	the	
    -_E712DBB72C0966B3	m0064dxadf01	Bundle of Supreme Desert Kachine Wood	a	the	Bundles of Supreme Desert Kachine Wood	\d	the	
    -_25D13FEFD11BB9F4	m0064dxafd01	Bundle of Choice Forest Kachine Wood	a	the	Bundles of Choice Forest Kachine Wood	\d	the	
    -_C2A67341941D0F74	m0064dxafe01	Bundle of Excellent Forest Kachine Wood	a	the	Bundles of Excellent Forest Kachine Wood	\d	the	
    -_E71203BAAE2966B4	m0064dxaff01	Bundle of Supreme Forest Kachine Wood	a	the	Bundles of Supreme Forest Kachine Wood	\d	the	
    -_616F2BF152BCC9F4	m0064dxajd01	Bundle of Choice Jungle Kachine Wood	a	the	Bundles of Choice Jungle Kachine Wood	\d	the	
    -_42654F4214DCEB71	m0064dxaje01	Bundle of Excellent Jungle Kachine Wood	a	the	Bundles of Excellent Jungle Kachine Wood	\d	the	
    -_A36023BE30692AAD	m0064dxajf01	Bundle of Supreme Jungle Kachine Wood	a	the	Bundles of Supreme Jungle Kachine Wood	\d	the	
    -_F1E3B7025CD1E274	m0064dxald01	Bundle of Choice Lakes Kachine Wood	a	the	Bundles of Choice Lakes Kachine Wood	\d	the	
    -_9FCD8AAD2F2B5FB3	m0064dxale01	Bundle of Excellent Lakes Kachine Wood	a	the	Bundles of Excellent Lakes Kachine Wood	\d	the	
    -_2314D7181F3DB321	m0064dxalf01	Bundle of Supreme Lakes Kachine Wood	a	the	Bundles of Supreme Lakes Kachine Wood	\d	the	
    -_28BB83FBE91AFFB2	m0064dxapd01	Bundle of Choice Prime Root Kachine Wood	a	the	Bundles of Choice Prime Root Kachine Wood	\d	the	
    -_592075AAB7CB25EB	m0064dxape01	Bundle of Excellent Prime Root Kachine Wood	a	the	Bundles of Excellent Prime Root Kachine Wood	\d	the	
    -_C7C43B8174C197AB	m0064dxapf01	Bundle of Supreme Prime Root Kachine Wood	a	the	Bundles of Supreme Prime Root Kachine Wood	\d	the	
    -_D8347421AB3B305F	m0066ckdca01	Fragment of Basic Kincher Shell	a	the	Fragments of Basic Kincher Shell	\d	the	
    -_E55251C0FBEC12EF	m0066ckdcb01	Fragment of Fine Kincher Shell	a	the	Fragments of Fine Kincher Shell	\d	the	
    -_854BFAFC5852AE39	m0066ckddc01	Fragment of Choice Desert Kincher Shell	a	the	Fragments of Choice Desert Kincher Shell	\d	the	
    -_2A050B439BCDA5BF	m0066ckddd01	Fragment of Excellent Desert Kincher Shell	a	the	Fragments of Excellent Desert Kincher Shell	\d	the	
    -_54FCAF0A09E16C84	m0066ckdde01	Fragment of Supreme Desert Kincher Shell	a	the	Fragments of Supreme Desert Kincher Shell	\d	the	
    -_454BF6081852AA43	m0066ckdfc01	Fragment of Choice Forest Kincher Shell	a	the	Fragments of Choice Forest Kincher Shell	\d	the	
    -_6CC513459BDDA9BE	m0066ckdfd01	Fragment of Excellent Forest Kincher Shell	a	the	Fragments of Excellent Forest Kincher Shell	\d	the	
    -_54ECDB0EC9817485	m0066ckdfe01	Fragment of Supreme Forest Kincher Shell	a	the	Fragments of Supreme Forest Kincher Shell	\d	the	
    -_856BE60358729A3A	m0066ckdjc01	Fragment of Choice Jungle Kincher Shell	a	the	Fragments of Choice Jungle Kincher Shell	\d	the	
    -_ED662349D77B95BC	m0066ckdjd01	Fragment of Excellent Jungle Kincher Shell	a	the	Fragments of Excellent Jungle Kincher Shell	\d	the	
    -_D4BAD718C8E2487E	m0066ckdje01	Fragment of Supreme Jungle Kincher Shell	a	the	Fragments of Supreme Jungle Kincher Shell	\d	the	
    -_7F92EE7E00B80E24	m0066ckdlc01	Fragment of Choice Lakes Kincher Shell	a	the	Fragments of Choice Lakes Kincher Shell	\d	the	
    -_10B7A2238FBDB4D2	m0066ckdld01	Fragment of Excellent Lakes Kincher Shell	a	the	Fragments of Excellent Lakes Kincher Shell	\d	the	
    -_D72BA78F5C697CC1	m0066ckdle01	Fragment of Supreme Lakes Kincher Shell	a	the	Fragments of Supreme Lakes Kincher Shell	\d	the	
    -_B1F35DC162968DDA	m0066ckdpc01	Fragment of Choice Prime Root Kincher Shell	a	the	Fragments of Choice Prime Root Kincher Shell	\d	the	
    -_0F85FC6B13064A62	m0066ckdpd01	Fragment of Excellent Prime Root Kincher Shell	a	the	Fragments of Excellent Prime Root Kincher Shell	\d	the	
    -_E86B391264C94F6D	m0066ckdpe01	Fragment of Supreme Prime Root Kincher Shell	a	the	Fragments of Supreme Prime Root Kincher Shell	\d	the	
    -_DBE47C25AEEB3864	m0067ckdca01	Fragment of Basic Kincher Sting	a	the	Fragments of Basic Kincher Sting	\d	the	
    -_65926DC2FCAD12EB	m0067ckdcb01	Fragment of Fine Kincher Sting	a	the	Fragments of Fine Kincher Sting	\d	the	
    -_88FB02005B02B63E	m0067ckddc01	Fragment of Choice Desert Kincher Sting	a	the	Fragments of Choice Desert Kincher Sting	\d	the	
    -_AB063B439BCD91BD	m0067ckddd01	Fragment of Excellent Desert Kincher Sting	a	the	Fragments of Excellent Desert Kincher Sting	\d	the	
    -_121CBF1189219C85	m0067ckdde01	Fragment of Supreme Desert Kincher Sting	a	the	Fragments of Supreme Desert Kincher Sting	\d	the	
    -_48FBFE0C1B02B248	m0067ckdfc01	Fragment of Choice Forest Kincher Sting	a	the	Fragments of Choice Forest Kincher Sting	\d	the	
    -_EDC643459BDD95BC	m0067ckdfd01	Fragment of Excellent Forest Kincher Sting	a	the	Fragments of Excellent Forest Kincher Sting	\d	the	
    -_120CEB1549C1A486	m0067ckdfe01	Fragment of Supreme Forest Kincher Sting	a	the	Fragments of Supreme Forest Kincher Sting	\d	the	
    -_881BEE075B22A23F	m0067ckdjc01	Fragment of Choice Jungle Kincher Sting	a	the	Fragments of Choice Jungle Kincher Sting	\d	the	
    -_6E675349D77B81BA	m0067ckdjd01	Fragment of Excellent Jungle Kincher Sting	a	the	Fragments of Excellent Jungle Kincher Sting	\d	the	
    -_92DAE71F4822787F	m0067ckdje01	Fragment of Supreme Jungle Kincher Sting	a	the	Fragments of Supreme Jungle Kincher Sting	\d	the	
    -_7F42F67D83F83E25	m0067ckdlc01	Fragment of Choice Lakes Kincher Sting	a	the	Fragments of Choice Lakes Kincher Sting	\d	the	
    -_CED7B22A0FFDE4D3	m0067ckdld01	Fragment of Excellent Lakes Kincher Sting	a	the	Fragments of Excellent Lakes Kincher Sting	\d	the	
    -_576BC3915D2A7CBD	m0067ckdle01	Fragment of Supreme Lakes Kincher Sting	a	the	Fragments of Supreme Lakes Kincher Sting	\d	the	
    -_B7F35DC162F69DE3	m0067ckdpc01	Fragment of Choice Prime Root Kincher Sting	a	the	Fragments of Choice Prime Root Kincher Sting	\d	the	
    -_8FC5186D14C74A5E	m0067ckdpd01	Fragment of Excellent Prime Root Kincher Sting	a	the	Fragments of Excellent Prime Root Kincher Sting	\d	the	
    -_E86B390DA2298F7A	m0067ckdpe01	Fragment of Supreme Prime Root Kincher Sting	a	the	Fragments of Supreme Prime Root Kincher Sting	\d	the	
    -_DAB6F4CA84D0D476	m0068ckgca01	Fragment of Basic Kiban Shell	a	the	Fragments of Basic Kiban Shell	\d	the	
    -_954211A054A43F97	m0068ckgcb01	Fragment of Fine Kiban Shell	a	the	Fragments of Fine Kiban Shell	\d	the	
    -_1431F651EE19324B	m0068ckgdc01	Fragment of Choice Desert Kiban Shell	a	the	Fragments of Choice Desert Kiban Shell	\d	the	
    -_E57622DC9AC07F00	m0068ckgfd01	Fragment of Excellent Forest Kiban Shell	a	the	Fragments of Excellent Forest Kiban Shell	\d	the	
    -_5252FA676F281A3E	m0068ckgjc01	Fragment of Choice Jungle Kiban Shell	a	the	Fragments of Choice Jungle Kiban Shell	\d	the	
    -_9BDA6DC87A8320D1	m0068ckgld01	Fragment of Excellent Lakes Kiban Shell	a	the	Fragments of Excellent Lakes Kiban Shell	\d	the	
    -_8CF03722B5D0896E	m0068ckgle01	Fragment of Supreme Lakes Kiban Shell	a	the	Fragments of Supreme Lakes Kiban Shell	\d	the	
    -_B30FBF2BFC844321	m0068ckgpc01	Fragment of Choice Prime Root Kiban Shell	a	the	Fragments of Choice Prime Root Kiban Shell	\d	the	
    -_7A76A800A9ECFB52	m0068ckgpd01	Fragment of Excellent Prime Root Kiban Shell	a	the	Fragments of Excellent Prime Root Kiban Shell	\d	the	
    -_E3B39300D215EC68	m0068ckgpe01	Fragment of Supreme Prime Root Kiban Shell	a	the	Fragments of Supreme Prime Root Kiban Shell	\d	the	
    -_9CE57C12F0EC3853	m0069ckjca01	Fragment of Basic Kipesta Shell	a	the	Fragments of Basic Kipesta Shell	\d	the	
    -_22647DC2FDDB4EFD	m0069ckjcb01	Fragment of Fine Kipesta Shell	a	the	Fragments of Fine Kipesta Shell	\d	the	
    -_49FC02ED9D03B62D	m0069ckjdc01	Fragment of Choice Desert Kipesta Shell	a	the	Fragments of Choice Desert Kipesta Shell	\d	the	
    -_160BF3150B022896	m0069ckjde01	Fragment of Supreme Desert Kipesta Shell	a	the	Fragments of Supreme Desert Kipesta Shell	\d	the	
    -_6EE61345D8BD11CE	m0069ckjfd01	Fragment of Excellent Forest Kipesta Shell	a	the	Fragments of Excellent Forest Kipesta Shell	\d	the	
    -_491CEEF49D23A22E	m0069ckjjc01	Fragment of Choice Jungle Kipesta Shell	a	the	Fragments of Choice Jungle Kipesta Shell	\d	the	
    -_4332328B02D90E16	m0069ckjlc01	Fragment of Choice Lakes Kipesta Shell	a	the	Fragments of Choice Lakes Kipesta Shell	\d	the	
    -_143DD3915E58B8CF	m0069ckjle01	Fragment of Supreme Lakes Kipesta Shell	a	the	Fragments of Supreme Lakes Kipesta Shell	\d	the	
    -_B1F35D9F6BF89DE1	m0069ckjpc01	Fragment of Choice Prime Root Kipesta Shell	a	the	Fragments of Choice Prime Root Kipesta Shell	\d	the	
    -_4C97286D15F58670	m0069ckjpd01	Fragment of Excellent Prime Root Kipesta Shell	a	the	Fragments of Excellent Prime Root Kipesta Shell	\d	the	
    -_E85A312C280A5770	m0069ckjpe01	Fragment of Supreme Prime Root Kipesta Shell	a	the	Fragments of Supreme Prime Root Kipesta Shell	\d	the	
    -_1B0704D8C5D0D467	m0072ckhca01	Fragment of Basic Kipee Shell	a	the	Fragments of Basic Kipee Shell	\d	the	
    -_D5B2FDB219A43F91	m0072ckhcb01	Fragment of Fine Kipee Shell	a	the	Fragments of Fine Kipee Shell	\d	the	
    -_5582065F2F19323C	m0072ckhdc01	Fragment of Choice Desert Kipee Shell	a	the	Fragments of Choice Desert Kipee Shell	\d	the	
    -_E7C636DE5BB05BFF	m0072ckhdd01	Fragment of Excellent Desert Kipee Shell	a	the	Fragments of Excellent Desert Kipee Shell	\d	the	
    -_547AB2AE2804401B	m0072ckhde01	Fragment of Supreme Desert Kipee Shell	a	the	Fragments of Supreme Desert Kipee Shell	\d	the	
    -_55220A6BAF19363C	m0072ckhfc01	Fragment of Choice Forest Kipee Shell	a	the	Fragments of Choice Forest Kipee Shell	\d	the	
    -_A9E632EADBC05BFE	m0072ckhfd01	Fragment of Excellent Forest Kipee Shell	a	the	Fragments of Excellent Forest Kipee Shell	\d	the	
    -_D46ADAB268043C26	m0072ckhfe01	Fragment of Supreme Forest Kipee Shell	a	the	Fragments of Supreme Forest Kipee Shell	\d	the	
    -_93A30A75B0281A2F	m0072ckhjc01	Fragment of Choice Jungle Kipee Shell	a	the	Fragments of Choice Jungle Kipee Shell	\d	the	
    -_991AA5C8BBF330D9	m0072ckhld01	Fragment of Excellent Lakes Kipee Shell	a	the	Fragments of Excellent Lakes Kipee Shell	\d	the	
    -_F4F0BF2B3DF45320	m0072ckhpc01	Fragment of Choice Prime Root Kipee Shell	a	the	Fragments of Choice Prime Root Kipee Shell	\d	the	
    -_BAE694126EECFB4C	m0072ckhpd01	Fragment of Excellent Prime Root Kipee Shell	a	the	Fragments of Excellent Prime Root Kipee Shell	\d	the	
    -_23B39300D1C53470	m0072ckhpe01	Fragment of Supreme Prime Root Kipee Shell	a	the	Fragments of Supreme Prime Root Kipee Shell	\d	the	
    -_99E4BC126CEB784D	m0073ckeca01	Fragment of Basic Kipucka Shell	a	the	Fragments of Basic Kipucka Shell	\d	the	
    -_66D33DD2BCDB2AE7	m0073ckecb01	Fragment of Fine Kipucka Shell	a	the	Fragments of Fine Kipucka Shell	\d	the	
    -_CFCB3A4CD059C4C8	m0073ckece01	Fragment of Supreme Kipucka Shell	a	the	Fragments of Supreme Kipucka Shell	\d	the	
    -_46FB42ED1902F627	m0073ckedc01	Fragment of Choice Desert Kipucka Shell	a	the	Fragments of Choice Desert Kipucka Shell	\d	the	
    -_70260B43971CA9C9	m0073ckedd01	Fragment of Excellent Desert Kipucka Shell	a	the	Fragments of Excellent Desert Kipucka Shell	\d	the	
    -_520CCF05CE022887	m0073ckede01	Fragment of Supreme Desert Kipucka Shell	a	the	Fragments of Supreme Desert Kipucka Shell	\d	the	
    -_06FB3EF9D902F231	m0073ckefc01	Fragment of Choice Forest Kipucka Shell	a	the	Fragments of Choice Forest Kipucka Shell	\d	the	
    -_B2E61345972CADC8	m0073ckefd01	Fragment of Excellent Forest Kipucka Shell	a	the	Fragments of Excellent Forest Kipucka Shell	\d	the	
    -_461B2EF41922E228	m0073ckejc01	Fragment of Choice Jungle Kipucka Shell	a	the	Fragments of Choice Jungle Kipucka Shell	\d	the	
    -_33872349D3CA99C6	m0073ckejd01	Fragment of Excellent Jungle Kipucka Shell	a	the	Fragments of Excellent Jungle Kipucka Shell	\d	the	
    -_D2CAF7138D030481	m0073ckeje01	Fragment of Supreme Jungle Kipucka Shell	a	the	Fragments of Supreme Jungle Kipucka Shell	\d	the	
    -_40314E7BC5D90E10	m0073ckelc01	Fragment of Choice Lakes Kipucka Shell	a	the	Fragments of Choice Lakes Kipucka Shell	\d	the	
    -_58AC93A11D5894B9	m0073ckele01	Fragment of Supreme Lakes Kipucka Shell	a	the	Fragments of Supreme Lakes Kipucka Shell	\d	the	
    -_F1F35D9FA4F61DDB	m0073ckepc01	Fragment of Choice Prime Root Kipucka Shell	a	the	Fragments of Choice Prime Root Kipucka Shell	\d	the	
    -_9006E87DD4F5625A	m0073ckepd01	Fragment of Excellent Prime Root Kipucka Shell	a	the	Fragments of Excellent Prime Root Kipucka Shell	\d	the	
    -_285A0D13E70B576A	m0073ckepe01	Fragment of Supreme Prime Root Kipucka Shell	a	the	Fragments of Supreme Prime Root Kipucka Shell	\d	the	
    -_27CB1283F60AC49D	m0074ckeca01	Fragment of Basic Kipucka Rostrum	a	the	Fragments of Basic Kipucka Rostrum	\d	the	
    -_424AF3587A1DAEAB	m0074ckecb01	Fragment of Fine Kipucka Rostrum	a	the	Fragments of Fine Kipucka Rostrum	\d	the	
    -_CF13475E3292C3A0	m0074ckece01	Fragment of Supreme Kipucka Rostrum	a	the	Fragments of Supreme Kipucka Rostrum	\d	the	
    -_1C27CC4BA5726A31	m0074ckedc01	Fragment of Choice Desert Kipucka Rostrum	a	the	Fragments of Choice Desert Kipucka Rostrum	\d	the	
    -_CD46DAD543411CC8	m0074ckedd01	Fragment of Excellent Desert Kipucka Rostrum	a	the	Fragments of Excellent Desert Kipucka Rostrum	\d	the	
    -_6F3D7C4091DB6FD0	m0074ckede01	Fragment of Supreme Desert Kipucka Rostrum	a	the	Fragments of Supreme Desert Kipucka Rostrum	\d	the	
    -_5C27CC57E5127231	m0074ckefc01	Fragment of Choice Forest Kipucka Rostrum	a	the	Fragments of Choice Forest Kipucka Rostrum	\d	the	
    -_CF66DAD7835118D1	m0074ckefd01	Fragment of Excellent Forest Kipucka Rostrum	a	the	Fragments of Excellent Forest Kipucka Rostrum	\d	the	
    -_9B56A063E5738222	m0074ckejc01	Fragment of Choice Jungle Kipucka Rostrum	a	the	Fragments of Choice Jungle Kipucka Rostrum	\d	the	
    -_52A6DACCFE0010D3	m0074ckejd01	Fragment of Excellent Jungle Kipucka Rostrum	a	the	Fragments of Excellent Jungle Kipucka Rostrum	\d	the	
    -_6E0CA85C12DB33BB	m0074ckeje01	Fragment of Supreme Jungle Kipucka Rostrum	a	the	Fragments of Supreme Jungle Kipucka Rostrum	\d	the	
    -_E84080B9BB4734EC	m0074ckelc01	Fragment of Choice Lakes Kipucka Rostrum	a	the	Fragments of Choice Lakes Kipucka Rostrum	\d	the	
    -_37F7492CDD4AC830	m0074ckele01	Fragment of Supreme Lakes Kipucka Rostrum	a	the	Fragments of Supreme Lakes Kipucka Rostrum	\d	the	
    -_74BC6272FA26AEBA	m0074ckepc01	Fragment of Choice Prime Root Kipucka Rostrum	a	the	Fragments of Choice Prime Root Kipucka Rostrum	\d	the	
    -_AD31CA1049B22A0E	m0074ckepd01	Fragment of Excellent Prime Root Kipucka Rostrum	a	the	Fragments of Excellent Prime Root Kipucka Rostrum	\d	the	
    -_03D04D7C7542733B	m0074ckepe01	Fragment of Supreme Prime Root Kipucka Rostrum	a	the	Fragments of Supreme Prime Root Kipucka Rostrum	\d	the	
    -_DF95AC18F29C6856	m0076ckfca01	Fragment of Basic Kirosta Sting	a	the	Fragments of Basic Kirosta Sting	\d	the	
    -_64C499CE7D9C4EF5	m0076ckfcb01	Fragment of Fine Kirosta Sting	a	the	Fragments of Fine Kirosta Sting	\d	the	
    -_EF473B43D7ADF9D3	m0076ckfdd01	Fragment of Excellent Desert Kirosta Sting	a	the	Fragments of Excellent Desert Kirosta Sting	\d	the	
    -_31074345D7BDFDD2	m0076ckffd01	Fragment of Excellent Forest Kirosta Sting	a	the	Fragments of Excellent Forest Kirosta Sting	\d	the	
    -_B2A85349135BE9D0	m0076ckfjd01	Fragment of Excellent Jungle Kirosta Sting	a	the	Fragments of Excellent Jungle Kirosta Sting	\d	the	
    -_9489332ACB63348D	m0076ckfje01	Fragment of Supreme Jungle Kirosta Sting	a	the	Fragments of Supreme Jungle Kirosta Sting	\d	the	
    -_83E2628C06393E13	m0076ckflc01	Fragment of Choice Lakes Kirosta Sting	a	the	Fragments of Choice Lakes Kirosta Sting	\d	the	
    -_F7F35D9F6A58FDEA	m0076ckfpc01	Fragment of Choice Prime Root Kirosta Sting	a	the	Fragments of Choice Prime Root Kirosta Sting	\d	the	
    -_8EF7447995B68668	m0076ckfpd01	Fragment of Excellent Prime Root Kirosta Sting	a	the	Fragments of Excellent Prime Root Kirosta Sting	\d	the	
    -_285A3127E72A9F79	m0076ckfpe01	Fragment of Supreme Prime Root Kirosta Sting	a	the	Fragments of Supreme Prime Root Kirosta Sting	\d	the	
    -_BFFE85EA5C07BAE8	m0077ixxcc01	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_316720DE3F5DCD36	m0078ckica01	Fragment of Basic Kizoar Tail	a	the	Fragments of Basic Kizoar Tail	\d	the	
    -_9D9715C61A34DF50	m0078ckicb01	Fragment of Fine Kizoar Tail	a	the	Fragments of Fine Kizoar Tail	\d	the	
    -_FD564ED40E95FBDC	m0078ckidd01	Fragment of Excellent Desert Kizoar Tail	a	the	Fragments of Excellent Desert Kizoar Tail	\d	the	
    -_6B82267129A62F0B	m0078ckifc01	Fragment of Choice Forest Kizoar Tail	a	the	Fragments of Choice Forest Kizoar Tail	\d	the	
    -_BF764AE08EA5FBDB	m0078ckifd01	Fragment of Excellent Forest Kizoar Tail	a	the	Fragments of Excellent Forest Kizoar Tail	\d	the	
    -_12CAB27C3B839788	m0078ckife01	Fragment of Supreme Forest Kizoar Tail	a	the	Fragments of Supreme Forest Kizoar Tail	\d	the	
    -_80D63AEACB3403C8	m0078ckijd01	Fragment of Excellent Jungle Kizoar Tail	a	the	Fragments of Excellent Jungle Kizoar Tail	\d	the	
    -_B55063F40C81C42C	m0078ckipc01	Fragment of Choice Prime Root Kizoar Tail	a	the	Fragments of Choice Prime Root Kizoar Tail	\d	the	
    -_82CBAC266F7C9B0B	m0078ckipd01	Fragment of Excellent Prime Root Kizoar Tail	a	the	Fragments of Excellent Prime Root Kizoar Tail	\d	the	
    -_6132761FA425847D	m0078ckipe01	Fragment of Supreme Prime Root Kizoar Tail	a	the	Fragments of Supreme Prime Root Kizoar Tail	\d	the	
    -_B3F654DE80DDC933	m0081chgca01	Fragment of Basic Lumper Skin	a	the	Fragments of Basic Lumper Skin	\d	the	
    -_DED729BCD9750748	m0081chgcb01	Fragment of Fine Lumper Skin	a	the	Fragments of Fine Lumper Skin	\d	the	
    -_7B577EC8901507D6	m0081chgdd01	Fragment of Excellent Desert Lumper Skin	a	the	Fragments of Excellent Desert Lumper Skin	\d	the	
    -_3A4F8FFF4A91C81E	m0081chgpc01	Fragment of Choice Prime Root Lumper Skin	a	the	Fragments of Choice Prime Root Lumper Skin	\d	the	
    -_C30BC01C2EBDC303	m0081chgpd01	Fragment of Excellent Prime Root Lumper Skin	a	the	Fragments of Excellent Prime Root Lumper Skin	\d	the	
    -_68D2721F24465C77	m0081chgpe01	Fragment of Supreme Prime Root Lumper Skin	a	the	Fragments of Supreme Prime Root Lumper Skin	\d	the	
    -_6954DD9D4EAB7927	m0082chgca01	Fragment of Basic Lumper Spine	a	the	Fragments of Basic Lumper Spine	\d	the	
    -_5D574003124F952C	m0082chgcb01	Fragment of Fine Lumper Spine	a	the	Fragments of Fine Lumper Spine	\d	the	
    -_3CD6B7C8841547CA	m0082chgdd01	Fragment of Excellent Desert Lumper Spine	a	the	Fragments of Excellent Desert Lumper Spine	\d	the	
    -_5BF7BFADA5E62052	m0082chgpc01	Fragment of Choice Prime Root Lumper Spine	a	the	Fragments of Choice Prime Root Lumper Spine	\d	the	
    -_BDFEFA9F2B5795B5	m0082chgpd01	Fragment of Excellent Prime Root Lumper Spine	a	the	Fragments of Excellent Prime Root Lumper Spine	\d	the	
    -_3031B7930A8E9B7A	m0082chgpe01	Fragment of Supreme Prime Root Lumper Spine	a	the	Fragments of Supreme Prime Root Lumper Spine	\d	the	
    -_086E68976F573590	m0083chgca01	Tuft of Basic Lumper Whiskers	a	the	Tufts of Basic Lumper Whiskers	\d	the	
    -_9BA5D73323C88DFC	m0083chgcb01	Tuft of Fine Lumper Whiskers	a	the	Tufts of Fine Lumper Whiskers	\d	the	
    -_14F6E794FE97D235	m0083chgdd01	Tuft of Excellent Desert Lumper Whiskers	a	the	Tufts of Excellent Desert Lumper Whiskers	\d	the	
    -_9042B784389020AF	m0083chgpc01	Tuft of Choice Prime Root Lumper Whiskers	a	the	Tufts of Choice Prime Root Lumper Whiskers	\d	the	
    -_F0ED9BFB08FC1C4F	m0083chgpd01	Tuft of Excellent Prime Root Lumper Whiskers	a	the	Tufts of Excellent Prime Root Lumper Whiskers	\d	the	
    -_4F8F43E9011A03D1	m0083chgpe01	Tuft of Supreme Prime Root Lumper Whiskers	a	the	Tufts of Supreme Prime Root Lumper Whiskers	\d	the	
    -_6813A1639B19D47A	m0086chhca01	Fragment of Basic Mektoub Skin	a	the	Fragments of Basic Mektoub Skin	\d	the	
    -_6F574C02893B2E00	m0086chhcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_FCC52B874D1278DE	m0086chhdd01	Fragment of Excellent Desert Mektoub Skin	a	the	Fragments of Excellent Desert Mektoub Skin	\d	the	
    -_5F8C0E3B4952EE67	m0086chhfc01	Fragment of Choice Forest Mektoub Skin	a	the	Fragments of Choice Forest Mektoub Skin	\d	the	
    -_80493F15D320EF4A	m0086chhld01	Fragment of Excellent Lakes Mektoub Skin	a	the	Fragments of Excellent Lakes Mektoub Skin	\d	the	
    -_155482BC37B67C5C	m0086chhpc01	Fragment of Choice Prime Root Mektoub Skin	a	the	Fragments of Choice Prime Root Mektoub Skin	\d	the	
    -_CFFE069EA2432E89	m0086chhpd01	Fragment of Excellent Prime Root Mektoub Skin	a	the	Fragments of Excellent Prime Root Mektoub Skin	\d	the	
    -_20CBC9994F2E6362	m0086chhpe01	Fragment of Supreme Prime Root Mektoub Skin	a	the	Fragments of Supreme Prime Root Mektoub Skin	\d	the	
    -_6F574C02C93B2E00	m0086chicb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_6F574C02093B2E00	m0086chjcb01	Fragment of Fine Mektoub Skin	a	the	Fragments of Fine Mektoub Skin	\d	the	
    -_F644E72E3C4CAB7B	m0087chhca01	Basic Mektoub Trunk	a	the	Basic Mektoub Trunks	\d	the	
    -_DAE6638D902CB79A	m0087chhcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_EBDD69FF888DD55F	m0087chhdd01	Excellent Desert Mektoub Trunk	an	the	Excellent Desert Mektoub Trunks	\d	the	
    -_18481919F476755B	m0087chhfc01	Choice Forest Mektoub Trunk	a	the	Choice Forest Mektoub Trunks	\d	the	
    -_62CF0921DB1BE548	m0087chhld01	Excellent Lakes Mektoub Trunk	an	the	Excellent Lakes Mektoub Trunks	\d	the	
    -_8195CC3E41150C86	m0087chhpc01	Choice Prime Root Mektoub Trunk	a	the	Choice Prime Root Mektoub Trunks	\d	the	
    -_67349BE9A2025D11	m0087chhpd01	Excellent Prime Root Mektoub Trunk	an	the	Excellent Prime Root Mektoub Trunks	\d	the	
    -_93D0D94438532711	m0087chhpe01	Supreme Prime Root Mektoub Trunk	a	the	Supreme Prime Root Mektoub Trunks	\d	the	
    -_DAE6638DD02CB79A	m0087chicb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_DAE6638D102CB79A	m0087chjcb01	Fine Mektoub Trunk	a	the	Fine Mektoub Trunks	\d	the	
    -_9AD035316315132E	m0093dxacb01	Bundle of Basic Motega Wood	a	the	Bundles of Basic Motega Wood	\d	the	
    -_4F63E96B6695581F	m0093dxacc01	Bundle of Fine Motega Wood	a	the	Bundles of Fine Motega Wood	\d	the	
    -_4C5ECFF49FE1356E	m0093dxadd01	Bundle of Choice Desert Motega Wood	a	the	Bundles of Choice Desert Motega Wood	\d	the	
    -_D78ACA5261B1E990	m0093dxade01	Bundle of Excellent Desert Motega Wood	a	the	Bundles of Excellent Desert Motega Wood	\d	the	
    -_FCD1430411863869	m0093dxadf01	Bundle of Supreme Desert Motega Wood	a	the	Bundles of Supreme Desert Motega Wood	\d	the	
    -_4C5ED7F61F21456E	m0093dxafd01	Bundle of Choice Forest Motega Wood	a	the	Bundles of Choice Forest Motega Wood	\d	the	
    -_577AF256A1B1E59B	m0093dxafe01	Bundle of Excellent Forest Motega Wood	a	the	Bundles of Excellent Forest Motega Wood	\d	the	
    -_3CE13F0F13A63869	m0093dxaff01	Bundle of Supreme Forest Motega Wood	a	the	Bundles of Supreme Forest Motega Wood	\d	the	
    -_4C7C9FFE1DE3656E	m0093dxajd01	Bundle of Choice Jungle Motega Wood	a	the	Bundles of Choice Jungle Motega Wood	\d	the	
    -_D8390A4FE0D1999A	m0093dxaje01	Bundle of Excellent Jungle Motega Wood	a	the	Bundles of Excellent Jungle Motega Wood	\d	the	
    -_B790371596E6385A	m0093dxajf01	Bundle of Supreme Jungle Motega Wood	a	the	Bundles of Supreme Jungle Motega Wood	\d	the	
    -_B0543DDDEA184AAA	m0093dxald01	Bundle of Choice Lakes Motega Wood	a	the	Bundles of Choice Lakes Motega Wood	\d	the	
    -_F8BF2B960A8C7159	m0093dxale01	Bundle of Excellent Lakes Motega Wood	a	the	Bundles of Excellent Lakes Motega Wood	\d	the	
    -_038F53531C013DA4	m0093dxalf01	Bundle of Supreme Lakes Motega Wood	a	the	Bundles of Supreme Lakes Motega Wood	\d	the	
    -_7FB7EB1A902E8B42	m0093dxapd01	Bundle of Choice Prime Root Motega Wood	a	the	Bundles of Choice Prime Root Motega Wood	\d	the	
    -_775BE11239DAA777	m0093dxape01	Bundle of Excellent Prime Root Motega Wood	a	the	Bundles of Excellent Prime Root Motega Wood	\d	the	
    -_9B7C10AF5837693F	m0093dxapf01	Bundle of Supreme Prime Root Motega Wood	a	the	Bundles of Supreme Prime Root Motega Wood	\d	the	
    -_EF878ADCE35AD398	m0100dxacb01	Basic Patee Wood Node	a	the	Basic Patee Wood Nodes	\d	the	
    -_54DAEBC266E37F22	m0100dxacc01	Fine Patee Wood Node	a	the	Fine Patee Wood Nodes	\d	the	
    -_08DFF8C3D7165542	m0100dxadd01	Choice Desert Patee Wood Node	a	the	Choice Desert Patee Wood Nodes	\d	the	
    -_B2A6DD665F0CF59C	m0100dxade01	Excellent Desert Patee Wood Node	an	the	Excellent Desert Patee Wood Nodes	\d	the	
    -_123F81C2B55A305B	m0100dxadf01	Supreme Desert Patee Wood Node	a	the	Supreme Desert Patee Wood Nodes	\d	the	
    -_88DFF8C61706794E	m0100dxafd01	Choice Forest Patee Wood Node	a	the	Choice Forest Patee Wood Nodes	\d	the	
    -_32B6DD67212CF1A6	m0100dxafe01	Excellent Forest Patee Wood Node	an	the	Excellent Forest Patee Wood Nodes	\d	the	
    -_124F81C4376A585D	m0100dxaff01	Supreme Forest Patee Wood Node	a	the	Supreme Forest Patee Wood Nodes	\d	the	
    -_89DFBCB4D6E58158	m0100dxajd01	Choice Jungle Patee Wood Node	a	the	Choice Jungle Patee Wood Nodes	\d	the	
    -_6F45E558E28CE1AC	m0100dxaje01	Excellent Jungle Patee Wood Node	an	the	Excellent Jungle Patee Wood Nodes	\d	the	
    -_4EDE4DBD39697061	m0100dxajf01	Supreme Jungle Patee Wood Node	a	the	Supreme Jungle Patee Wood Nodes	\d	the	
    -_B3B50301D16334FF	m0100dxald01	Choice Lakes Patee Wood Node	a	the	Choice Lakes Patee Wood Nodes	\d	the	
    -_933219C5363983AF	m0100dxale01	Excellent Lakes Patee Wood Node	an	the	Excellent Lakes Patee Wood Nodes	\d	the	
    -_648661959E91E9D4	m0100dxalf01	Supreme Lakes Patee Wood Node	a	the	Supreme Lakes Patee Wood Nodes	\d	the	
    -_AAA5969CAD4A8C10	m0100dxapd01	Choice Prime Root Patee Wood Node	a	the	Choice Prime Root Patee Wood Nodes	\d	the	
    -_7743D2A980CBFEDA	m0100dxape01	Excellent Prime Root Patee Wood Node	an	the	Excellent Prime Root Patee Wood Nodes	\d	the	
    -_B343033E3CC03FA1	m0100dxapf01	Supreme Prime Root Patee Wood Node	a	the	Supreme Prime Root Patee Wood Nodes	\d	the	
    -_DAE5F8B36211ED8D	m0101dxacb01	Handful of Basic Perfling Bark	a	the	Handfuls of Basic Perfling Bark	\d	the	
    -_88C819CD54BFA06B	m0101dxacc01	Handful of Fine Perfling Bark	a	the	Handfuls of Fine Perfling Bark	\d	the	
    -_9572964E549C3653	m0101dxadd01	Handful of Choice Desert Perfling Bark	a	the	Handfuls of Choice Desert Perfling Bark	\d	the	
    -_2C69E7B4C7B068CC	m0101dxade01	Handful of Excellent Desert Perfling Bark	a	the	Handfuls of Excellent Desert Perfling Bark	\d	the	
    -_6E26B76BC5FEA3CD	m0101dxadf01	Handful of Supreme Desert Perfling Bark	a	the	Handfuls of Supreme Desert Perfling Bark	\d	the	
    -_55229E4FD6BC3A53	m0101dxafd01	Handful of Choice Forest Perfling Bark	a	the	Handfuls of Choice Forest Perfling Bark	\d	the	
    -_2C09EBC047B06CCC	m0101dxafe01	Handful of Excellent Forest Perfling Bark	a	the	Handfuls of Excellent Forest Perfling Bark	\d	the	
    -_2E26B37785FE9FD7	m0101dxaff01	Handful of Supreme Forest Perfling Bark	a	the	Handfuls of Supreme Forest Perfling Bark	\d	the	
    -_9012B64F580B1E55	m0101dxajd01	Handful of Choice Jungle Perfling Bark	a	the	Handfuls of Choice Jungle Perfling Bark	\d	the	
    -_6A8AEBCA48BF50BF	m0101dxaje01	Handful of Excellent Jungle Perfling Bark	a	the	Handfuls of Excellent Jungle Perfling Bark	\d	the	
    -_6E46A372C51E8FCE	m0101dxajf01	Handful of Supreme Jungle Perfling Bark	a	the	Handfuls of Supreme Jungle Perfling Bark	\d	the	
    -_1DEE9BBDF74BF22F	m0101dxald01	Handful of Choice Lakes Perfling Bark	a	the	Handfuls of Choice Lakes Perfling Bark	\d	the	
    -_F7F9E3214ED1D37B	m0101dxale01	Handful of Excellent Lakes Perfling Bark	a	the	Handfuls of Excellent Lakes Perfling Bark	\d	the	
    -_3CC63F630397CA4A	m0101dxalf01	Handful of Supreme Lakes Perfling Bark	a	the	Handfuls of Supreme Lakes Perfling Bark	\d	the	
    -_893D93BBBD8ACFB1	m0101dxapd01	Handful of Choice Prime Root Perfling Bark	a	the	Handfuls of Choice Prime Root Perfling Bark	\d	the	
    -_291F09067743202A	m0101dxape01	Handful of Excellent Prime Root Perfling Bark	a	the	Handfuls of Excellent Prime Root Perfling Bark	\d	the	
    -_B0711B26B99F8178	m0101dxapf01	Handful of Supreme Prime Root Perfling Bark	a	the	Handfuls of Supreme Prime Root Perfling Bark	\d	the	
    -_C8C361BF8B84A55D	m0102dxacb01	Basic Pha Amber	a	the	Basic Pha Amber	\d	the	
    -_81D3918F59B6E5CC	m0102dxacc01	Fine Pha Amber	a	the	Fine Pha Amber	\d	the	
    -_772B0F5480E05724	m0102dxadd01	Choice Desert Pha Amber	a	the	Choice Desert Pha Amber	\d	the	
    -_1236D4DC1C73F719	m0102dxade01	Excellent Desert Pha Amber	an	the	Excellent Desert Pha Amber	\d	the	
    -_EB48B3CC4684EC53	m0102dxadf01	Supreme Desert Pha Amber	a	the	Supreme Desert Pha Amber	\d	the	
    -_B7CB1756C0E0572E	m0102dxafd01	Choice Forest Pha Amber	a	the	Choice Forest Pha Amber	\d	the	
    -_5246D0E71E93F719	m0102dxafe01	Excellent Forest Pha Amber	an	the	Excellent Forest Pha Amber	\d	the	
    -_6B48B3CF8674105F	m0102dxaff01	Supreme Forest Pha Amber	a	the	Supreme Forest Pha Amber	\d	the	
    -_B72C274BFF0F2B36	m0102dxajd01	Choice Jungle Pha Amber	a	the	Choice Jungle Pha Amber	\d	the	
    -_CDF5C8EDA1D3F70A	m0102dxaje01	Excellent Jungle Pha Amber	an	the	Excellent Jungle Pha Amber	\d	the	
    -_6C4877BD45531869	m0102dxajf01	Supreme Jungle Pha Amber	a	the	Supreme Jungle Pha Amber	\d	the	
    -_89965748A1DE68A1	m0102dxald01	Choice Lakes Pha Amber	a	the	Choice Lakes Pha Amber	\d	the	
    -_072C6FC4022F1333	m0102dxale01	Excellent Lakes Pha Amber	an	the	Excellent Lakes Pha Amber	\d	the	
    -_E400B71D4E632F97	m0102dxalf01	Supreme Lakes Pha Amber	a	the	Supreme Lakes Pha Amber	\d	the	
    -_CE0D0CCED647345A	m0102dxapd01	Choice Prime Root Pha Amber	a	the	Choice Prime Root Pha Amber	\d	the	
    -_506815FFC49DB477	m0102dxape01	Excellent Prime Root Pha Amber	an	the	Excellent Prime Root Pha Amber	\d	the	
    -_8C924B3F1D342987	m0102dxapf01	Supreme Prime Root Pha Amber	a	the	Supreme Prime Root Pha Amber	\d	the	
    -_581275A639247596	m0103dxacb01	Basic Pilan Oil	some	the	Basic Pilan Oils	\d	the	
    -_F1B57E9ED481A9FB	m0103dxacc01	Fine Pilan Oil	some	the	Fine Pilan Oils	\d	the	
    -_077A233B2E80275D	m0103dxadd01	Choice Desert Pilan Oil	some	the	Choice Desert Pilan Oils	\d	the	
    -_FA348D281F22EF0B	m0103dxade01	Excellent Desert Pilan Oil	some	the	Excellent Desert Pilan Oils	\d	the	
    -_AA27776C3E6A1D60	m0103dxadf01	Supreme Desert Pilan Oil	some	the	Supreme Desert Pilan Oils	\d	the	
    -_471A2B3D6E802767	m0103dxafd01	Choice Forest Pilan Oil	some	the	Choice Forest Pilan Oils	\d	the	
    -_3A4489332142EF0B	m0103dxafe01	Excellent Forest Pilan Oil	some	the	Excellent Forest Pilan Oils	\d	the	
    -_2A27776F7E5A416C	m0103dxaff01	Supreme Forest Pilan Oil	some	the	Supreme Forest Pilan Oils	\d	the	
    -_477B3B32ADAFFB6F	m0103dxajd01	Choice Jungle Pilan Oil	some	the	Choice Jungle Pilan Oils	\d	the	
    -_B5F38139A482EFFC	m0103dxaje01	Excellent Jungle Pilan Oil	some	the	Excellent Jungle Pilan Oils	\d	the	
    -_2B273B5D3D394976	m0103dxajf01	Supreme Jungle Pilan Oil	some	the	Supreme Jungle Pilan Oils	\d	the	
    -_DA14266FF25C37C9	m0103dxald01	Choice Lakes Pilan Oil	some	the	Choice Lakes Pilan Oils	\d	the	
    -_C60B3364FA154440	m0103dxale01	Excellent Lakes Pilan Oil	some	the	Excellent Lakes Pilan Oils	\d	the	
    -_54E2A42CC92EF3C6	m0103dxalf01	Supreme Lakes Pilan Oil	some	the	Supreme Lakes Pilan Oils	\d	the	
    -_CB8F15D317B40F75	m0103dxapd01	Choice Prime Root Pilan Oil	some	the	Choice Prime Root Pilan Oils	\d	the	
    -_C04A020E3F6878A6	m0103dxape01	Excellent Prime Root Pilan Oil	some	the	Excellent Prime Root Pilan Oils	\d	the	
    -_1745872D4946E246	m0103dxapf01	Supreme Prime Root Pilan Oil	some	the	Supreme Prime Root Pilan Oils	\d	the	
    -_5EC911ACCDC12784	m0106cceca01	Fragment of Basic Ragus Claw	a	the	Fragments of Basic Ragus Claw	\d	the	
    -_3469B1F4C4A8F146	m0106ccecb01	Fragment of Fine Ragus Claw	a	the	Fragments of Fine Ragus Claw	\d	the	
    -_2944216FA9884C2C	m0106ccefe01	Fragment of Supreme Forest Ragus Claw	a	the	Fragments of Supreme Forest Ragus Claw	\d	the	
    -_5154C77367195155	m0106ccejc01	Fragment of Choice Jungle Ragus Claw	a	the	Fragments of Choice Jungle Ragus Claw	\d	the	
    -_2B433977E5171821	m0106cceje01	Fragment of Supreme Jungle Ragus Claw	a	the	Fragments of Supreme Jungle Ragus Claw	\d	the	
    -_5A7575267DB92EBF	m0106ccelc01	Fragment of Choice Lakes Ragus Claw	a	the	Fragments of Choice Lakes Ragus Claw	\d	the	
    -_D31225953877C8F8	m0106cceld01	Fragment of Excellent Lakes Ragus Claw	a	the	Fragments of Excellent Lakes Ragus Claw	\d	the	
    -_6C1727AFD4545B10	m0106ccele01	Fragment of Supreme Lakes Ragus Claw	a	the	Fragments of Supreme Lakes Ragus Claw	\d	the	
    -_E4C398BA94533E9F	m0106ccepe01	Fragment of Supreme Prime Root Ragus Claw	a	the	Fragments of Supreme Prime Root Ragus Claw	\d	the	
    -_65E80146A5EB67C8	m0107cceca01	Basic Ragus Leather	a	the	Basic Ragus Leathers	\d	the	
    -_DA4B62E71F494B8B	m0107ccecb01	Fine Ragus Leather	a	the	Fine Ragus Leathers	\d	the	
    -_BE75BDF1A0FA49BA	m0107ccefe01	Supreme Forest Ragus Leather	a	the	Supreme Forest Ragus Leathers	\d	the	
    -_50404F151D87655E	m0107ccejc01	Choice Jungle Ragus Leather	a	the	Choice Jungle Ragus Leathers	\d	the	
    -_FD9571F421B961AF	m0107cceje01	Supreme Jungle Ragus Leather	a	the	Supreme Jungle Ragus Leathers	\d	the	
    -_4398F4CF4493C349	m0107ccelc01	Choice Lakes Ragus Leather	a	the	Choice Lakes Ragus Leathers	\d	the	
    -_1164ADAA65AA18CA	m0107cceld01	Excellent Lakes Ragus Leather	an	the	Excellent Lakes Ragus Leathers	\d	the	
    -_3B77B8C716F76504	m0107ccele01	Supreme Lakes Ragus Leather	a	the	Supreme Lakes Ragus Leathers	\d	the	
    -_5AEAB14CBC8F06F7	m0107ccepe01	Supreme Prime Root Ragus Leather	a	the	Supreme Prime Root Ragus Leathers	\d	the	
    -_FD287E6069142110	m0109dxacb01	Phial of Basic Redhot Sap	a	the	Phials of Basic Redhot Sap	\d	the	
    -_4C4D1D4C88689FBC	m0109dxacc01	Phial of Fine Redhot Sap	a	the	Phials of Fine Redhot Sap	\d	the	
    -_9EC2D738DEE23FCE	m0109dxadd01	Phial of Choice Desert Redhot Sap	a	the	Phials of Choice Desert Redhot Sap	\d	the	
    -_DFAF1EB4784910AC	m0109dxade01	Phial of Excellent Desert Redhot Sap	a	the	Phials of Excellent Desert Redhot Sap	\d	the	
    -_3C236056E4363751	m0109dxadf01	Phial of Supreme Desert Redhot Sap	a	the	Phials of Supreme Desert Redhot Sap	\d	the	
    -_20E2D73BDEE267CF	m0109dxafd01	Phial of Choice Forest Redhot Sap	a	the	Phials of Choice Forest Redhot Sap	\d	the	
    -_1F9F42C2F84910AD	m0109dxafe01	Phial of Excellent Forest Redhot Sap	a	the	Phials of Excellent Forest Redhot Sap	\d	the	
    -_3C236459A4C66753	m0109dxaff01	Phial of Supreme Forest Redhot Sap	a	the	Phials of Supreme Forest Redhot Sap	\d	the	
    -_A2229B389A3087CF	m0109dxajd01	Phial of Choice Jungle Redhot Sap	a	the	Phials of Choice Jungle Redhot Sap	\d	the	
    -_DE7E4AD0F949D497	m0109dxaje01	Phial of Excellent Jungle Redhot Sap	a	the	Phials of Excellent Jungle Redhot Sap	\d	the	
    -_3C320C5823E68F57	m0109dxajf01	Phial of Supreme Jungle Redhot Sap	a	the	Phials of Supreme Jungle Redhot Sap	\d	the	
    -_C158B5C5D79FFD20	m0109dxald01	Phial of Choice Lakes Redhot Sap	a	the	Phials of Choice Lakes Redhot Sap	\d	the	
    -_CF221C4D93CEB6C1	m0109dxale01	Phial of Excellent Lakes Redhot Sap	a	the	Phials of Excellent Lakes Redhot Sap	\d	the	
    -_00B83E2C3E95CD49	m0109dxalf01	Phial of Supreme Lakes Redhot Sap	a	the	Phials of Supreme Lakes Redhot Sap	\d	the	
    -_E7D4E591BD3AC237	m0109dxapd01	Phial of Choice Prime Root Redhot Sap	a	the	Phials of Choice Prime Root Redhot Sap	\d	the	
    -_A545B4092AAD4FFE	m0109dxape01	Phial of Excellent Prime Root Redhot Sap	a	the	Phials of Excellent Prime Root Redhot Sap	\d	the	
    -_D4DACDCA3BD637CE	m0109dxapf01	Phial of Supreme Prime Root Redhot Sap	a	the	Phials of Supreme Prime Root Redhot Sap	\d	the	
    -_DD84797E5122E27D	m0113dxacb01	Basic Sarina Seed	a	the	Basic Sarina Seeds	\d	the	
    -_07045E65C775A2B6	m0113dxacc01	Fine Sarina Seed	a	the	Fine Sarina Seeds	\d	the	
    -_462DAF37F58D9C55	m0113dxadd01	Choice Desert Sarina Seed	a	the	Choice Desert Sarina Seeds	\d	the	
    -_D939FD1A5981872B	m0113dxade01	Excellent Desert Sarina Seed	an	the	Excellent Desert Sarina Seeds	\d	the	
    -_38885649DE8A3D4F	m0113dxadf01	Supreme Desert Sarina Seed	a	the	Supreme Desert Sarina Seeds	\d	the	
    -_C61DD73B358D9860	m0113dxafd01	Choice Forest Sarina Seed	a	the	Choice Forest Sarina Seeds	\d	the	
    -_1949F9255BA1872B	m0113dxafe01	Excellent Forest Sarina Seed	an	the	Excellent Forest Sarina Seeds	\d	the	
    -_BAA8564CDE8A6550	m0113dxaff01	Supreme Forest Sarina Seed	a	the	Supreme Forest Sarina Seeds	\d	the	
    -_47DCEF3474AD4C5F	m0113dxajd01	Choice Jungle Sarina Seed	a	the	Choice Jungle Sarina Seeds	\d	the	
    -_94F8F12BDEE1871C	m0113dxaje01	Excellent Jungle Sarina Seed	an	the	Excellent Jungle Sarina Seeds	\d	the	
    -_3CE81A499AD88550	m0113dxajf01	Supreme Jungle Sarina Seed	a	the	Supreme Jungle Sarina Seeds	\d	the	
    -_625267906EBCDFE4	m0113dxald01	Choice Lakes Sarina Seed	a	the	Choice Lakes Sarina Seeds	\d	the	
    -_7F6A1EDBA6C67C20	m0113dxale01	Excellent Lakes Sarina Seed	an	the	Excellent Lakes Sarina Seeds	\d	the	
    -_AB31D42C6BA20C74	m0113dxalf01	Supreme Lakes Sarina Seed	a	the	Supreme Lakes Sarina Seeds	\d	the	
    -_9483C0CA1F316069	m0113dxapd01	Choice Prime Root Sarina Seed	a	the	Choice Prime Root Sarina Seeds	\d	the	
    -_29DA3EEEEF3C44D8	m0113dxape01	Excellent Prime Root Sarina Seed	an	the	Excellent Prime Root Sarina Seeds	\d	the	
    -_4B5548B9F327DCA1	m0113dxapf01	Supreme Prime Root Sarina Seed	a	the	Supreme Prime Root Sarina Seeds	\d	the	
    -_5651F8A2D39C9FA6	m0115dxacb01	Basic Saurona Seed	a	the	Basic Saurona Seeds	\d	the	
    -_A1455A4FD4040D7F	m0115dxacc01	Fine Saurona Seed	a	the	Fine Saurona Seeds	\d	the	
    -_05B9A637C8F8516D	m0115dxadd01	Choice Desert Saurona Seed	a	the	Choice Desert Saurona Seeds	\d	the	
    -_F0C971F38E62D14F	m0115dxade01	Excellent Desert Saurona Seed	an	the	Excellent Desert Saurona Seeds	\d	the	
    -_DE322F342DDC4D46	m0115dxadf01	Supreme Desert Saurona Seed	a	the	Supreme Desert Saurona Seeds	\d	the	
    -_4559AE3908F85177	m0115dxafd01	Choice Forest Saurona Seed	a	the	Choice Forest Saurona Seeds	\d	the	
    -_F0C999F61082D150	m0115dxafe01	Excellent Forest Saurona Seed	an	the	Excellent Forest Saurona Seeds	\d	the	
    -_5E322F376DCC7152	m0115dxaff01	Supreme Forest Saurona Seed	a	the	Supreme Forest Saurona Seeds	\d	the	
    -_45BABE2E4727257F	m0115dxajd01	Choice Jungle Saurona Seed	a	the	Choice Jungle Saurona Seeds	\d	the	
    -_AC17B9FA92C29549	m0115dxaje01	Excellent Jungle Saurona Seed	an	the	Excellent Jungle Saurona Seeds	\d	the	
    -_5F32F3252CAB795C	m0115dxajf01	Supreme Jungle Saurona Seed	a	the	Supreme Jungle Saurona Seeds	\d	the	
    -_23ADD868E31E18B2	m0115dxald01	Choice Lakes Saurona Seed	a	the	Choice Lakes Saurona Seeds	\d	the	
    -_77A65D45A4552733	m0115dxale01	Excellent Lakes Saurona Seed	an	the	Excellent Lakes Saurona Seeds	\d	the	
    -_047280DDC9B1574A	m0115dxalf01	Supreme Lakes Saurona Seed	a	the	Supreme Lakes Saurona Seeds	\d	the	
    -_E1FFDDBC99FBF498	m0115dxapd01	Choice Prime Root Saurona Seed	a	the	Choice Prime Root Saurona Seeds	\d	the	
    -_A95B8DEAFD3A461A	m0115dxape01	Excellent Prime Root Saurona Seed	an	the	Excellent Prime Root Saurona Seeds	\d	the	
    -_1165F39172A35E90	m0115dxapf01	Supreme Prime Root Saurona Seed	a	the	Supreme Prime Root Saurona Seeds	\d	the	
    -_08F361C28B84A562	m0117dxacb01	Basic Sha Amber	a	the	Basic Sha Amber	\d	the	
    -_C1D39D8F59E6E5D1	m0117dxacc01	Fine Sha Amber	a	the	Fine Sha Amber	\d	the	
    -_B75B0F5780E05729	m0117dxadd01	Choice Desert Sha Amber	a	the	Choice Desert Sha Amber	\d	the	
    -_5236D4DC1CA3031E	m0117dxade01	Excellent Desert Sha Amber	an	the	Excellent Desert Sha Amber	\d	the	
    -_EB78B3CC4684EC58	m0117dxadf01	Supreme Desert Sha Amber	a	the	Supreme Desert Sha Amber	\d	the	
    -_F7FB1759C0E05733	m0117dxafd01	Choice Forest Sha Amber	a	the	Choice Forest Sha Amber	\d	the	
    -_9246D0E71EC3031E	m0117dxafe01	Excellent Forest Sha Amber	an	the	Excellent Forest Sha Amber	\d	the	
    -_6B78B3CF86741064	m0117dxaff01	Supreme Forest Sha Amber	a	the	Supreme Forest Sha Amber	\d	the	
    -_F75C274EFF0F2B3B	m0117dxajd01	Choice Jungle Sha Amber	a	the	Choice Jungle Sha Amber	\d	the	
    -_0DF5C8EDA103030F	m0117dxaje01	Excellent Jungle Sha Amber	an	the	Excellent Jungle Sha Amber	\d	the	
    -_6C7877BD4553186E	m0117dxajf01	Supreme Jungle Sha Amber	a	the	Supreme Jungle Sha Amber	\d	the	
    -_C996574BA1DE68A9	m0117dxald01	Choice Lakes Sha Amber	a	the	Choice Lakes Sha Amber	\d	the	
    -_075C6FC4022F1338	m0117dxale01	Excellent Lakes Sha Amber	an	the	Excellent Lakes Sha Amber	\d	the	
    -_2400C31D4E932F9C	m0117dxalf01	Supreme Lakes Sha Amber	a	the	Supreme Lakes Sha Amber	\d	the	
    -_0E0D0CD1D677345F	m0117dxapd01	Choice Prime Root Sha Amber	a	the	Choice Prime Root Sha Amber	\d	the	
    -_906821FFC4CDB47C	m0117dxape01	Excellent Prime Root Sha Amber	an	the	Excellent Prime Root Sha Amber	\d	the	
    -_CCC24B3FDD34298C	m0117dxapf01	Supreme Prime Root Sha Amber	a	the	Supreme Prime Root Sha Amber	\d	the	
    -_083461C28AD4957C	m0118dxacb01	Basic Shu Fiber	a	the	Basic Shu Fibers	\d	the	
    -_C5239DA359A6F9D2	m0118dxacc01	Fine Shu Fiber	a	the	Fine Shu Fibers	\d	the	
    -_B79C0F577F304743	m0118dxadd01	Choice Desert Shu Fiber	a	the	Choice Desert Shu Fibers	\d	the	
    -_5146E8F021A3031F	m0118dxade01	Excellent Desert Shu Fiber	an	the	Excellent Desert Shu Fibers	\d	the	
    -_EB78B3C886D43C6D	m0118dxadf01	Supreme Desert Shu Fiber	a	the	Supreme Desert Shu Fibers	\d	the	
    -_F73C1759BF30474D	m0118dxafd01	Choice Forest Shu Fiber	a	the	Choice Forest Shu Fibers	\d	the	
    -_9156E4FB23C3031F	m0118dxafe01	Excellent Forest Shu Fiber	an	the	Excellent Forest Shu Fibers	\d	the	
    -_6B78B3CBC6C46079	m0118dxaff01	Supreme Forest Shu Fiber	a	the	Supreme Forest Shu Fibers	\d	the	
    -_F79D274EFE5F1B55	m0118dxajd01	Choice Jungle Shu Fiber	a	the	Choice Jungle Shu Fibers	\d	the	
    -_0C05DC01A6030310	m0118dxaje01	Excellent Jungle Shu Fiber	an	the	Excellent Jungle Shu Fibers	\d	the	
    -_6C7877B985A36883	m0118dxajf01	Supreme Jungle Shu Fiber	a	the	Supreme Jungle Shu Fibers	\d	the	
    -_C9D74750A11F58AF	m0118dxald01	Choice Lakes Shu Fiber	a	the	Choice Lakes Shu Fibers	\d	the	
    -_075C6FC0427F634D	m0118dxale01	Excellent Lakes Shu Fiber	an	the	Excellent Lakes Shu Fibers	\d	the	
    -_2850C3314E53439D	m0118dxalf01	Supreme Lakes Shu Fiber	a	the	Supreme Lakes Shu Fibers	\d	the	
    -_0D9E0CE5D6772465	m0118dxapd01	Choice Prime Root Shu Fiber	a	the	Choice Prime Root Shu Fibers	\d	the	
    -_94B82113C48DC87D	m0118dxape01	Excellent Prime Root Shu Fiber	an	the	Excellent Prime Root Shu Fibers	\d	the	
    -_0DC29B3FDC84299D	m0118dxapf01	Supreme Prime Root Shu Fiber	a	the	Supreme Prime Root Shu Fibers	\d	the	
    -_52A650124A33BD37	m0119dxacb01	Phial of Basic Silverweed Sap	a	the	Phials of Basic Silverweed Sap	\d	the	
    -_5EFDC33566B5C3B8	m0119dxacc01	Phial of Fine Silverweed Sap	a	the	Phials of Fine Silverweed Sap	\d	the	
    -_7723AEFF3B1ED6E0	m0119dxadd01	Phial of Choice Desert Silverweed Sap	a	the	Phials of Choice Desert Silverweed Sap	\d	the	
    -_E2A3D20265522643	m0119dxade01	Phial of Excellent Desert Silverweed Sap	a	the	Phials of Excellent Desert Silverweed Sap	\d	the	
    -_8A56E1A7C9314CC2	m0119dxadf01	Phial of Supreme Desert Silverweed Sap	a	the	Phials of Supreme Desert Silverweed Sap	\d	the	
    -_7733AE01BD2EFEE2	m0119dxafd01	Phial of Choice Forest Silverweed Sap	a	the	Phials of Choice Forest Silverweed Sap	\d	the	
    -_22A3CE0FE5424E45	m0119dxafe01	Phial of Excellent Forest Silverweed Sap	a	the	Phials of Excellent Forest Silverweed Sap	\d	the	
    -_8A460DAB89D154C3	m0119dxaff01	Phial of Supreme Forest Silverweed Sap	a	the	Phials of Supreme Forest Silverweed Sap	\d	the	
    -_B3C27AFABF2D16E6	m0119dxajd01	Phial of Choice Jungle Silverweed Sap	a	the	Phials of Choice Jungle Silverweed Sap	\d	the	
    -_61C382126601663A	m0119dxaje01	Phial of Excellent Jungle Silverweed Sap	a	the	Phials of Excellent Jungle Silverweed Sap	\d	the	
    -_0A1409B5883228BC	m0119dxajf01	Phial of Supreme Jungle Silverweed Sap	a	the	Phials of Supreme Jungle Silverweed Sap	\d	the	
    -_34BC657062072F5B	m0119dxald01	Phial of Choice Lakes Silverweed Sap	a	the	Phials of Choice Lakes Silverweed Sap	\d	the	
    -_4611D4C04F0D9410	m0119dxale01	Phial of Excellent Lakes Silverweed Sap	a	the	Phials of Excellent Lakes Silverweed Sap	\d	the	
    -_12292D1D1C21A83D	m0119dxalf01	Phial of Supreme Lakes Silverweed Sap	a	the	Phials of Supreme Lakes Silverweed Sap	\d	the	
    -_A2D4403838D7D569	m0119dxapd01	Phial of Choice Prime Root Silverweed Sap	a	the	Phials of Choice Prime Root Silverweed Sap	\d	the	
    -_86F5BBDC39FA1210	m0119dxape01	Phial of Excellent Prime Root Silverweed Sap	a	the	Phials of Excellent Prime Root Silverweed Sap	\d	the	
    -_452EF1FFFDB0A95B	m0119dxapf01	Phial of Supreme Prime Root Silverweed Sap	a	the	Phials of Supreme Prime Root Silverweed Sap	\d	the	
    -_1D174CD10422D877	m0123dxacb01	Fragment of Basic Smart Shell	a	the	Fragments of Basic Smart Shell	\d	the	
    -_94B371B094366392	m0123dxacc01	Fragment of Fine Smart Shell	a	the	Fragments of Fine Smart Shell	\d	the	
    -_57924E586E6B364C	m0123dxadd01	Fragment of Choice Desert Smart Shell	a	the	Fragments of Choice Desert Smart Shell	\d	the	
    -_E2078ECF9A029B0D	m0123dxade01	Fragment of Excellent Desert Smart Shell	a	the	Fragments of Excellent Desert Smart Shell	\d	the	
    -_D8DC7AB268C6780D	m0123dxadf01	Fragment of Supreme Desert Smart Shell	a	the	Fragments of Supreme Desert Smart Shell	\d	the	
    -_57325264EE6B3A4C	m0123dxafd01	Fragment of Choice Forest Smart Shell	a	the	Fragments of Choice Forest Smart Shell	\d	the	
    -_A4278ADB1A129B0C	m0123dxafe01	Fragment of Excellent Forest Smart Shell	a	the	Fragments of Excellent Forest Smart Shell	\d	the	
    -_58CCA2B6A8C67418	m0123dxaff01	Fragment of Supreme Forest Smart Shell	a	the	Fragments of Supreme Forest Smart Shell	\d	the	
    -_95B3526EEF7A1E3F	m0123dxajd01	Fragment of Choice Jungle Smart Shell	a	the	Fragments of Choice Jungle Smart Shell	\d	the	
    -_65877AE557A1A3F9	m0123dxaje01	Fragment of Excellent Jungle Smart Shell	a	the	Fragments of Excellent Jungle Smart Shell	\d	the	
    -_D98BBAAFE7E62817	m0123dxajf01	Fragment of Supreme Jungle Smart Shell	a	the	Fragments of Supreme Jungle Smart Shell	\d	the	
    -_5A9B71B76F9B4F61	m0123dxald01	Fragment of Choice Lakes Smart Shell	a	the	Fragments of Choice Lakes Smart Shell	\d	the	
    -_1D7C6DCCFBB568CB	m0123dxale01	Fragment of Excellent Lakes Smart Shell	a	the	Fragments of Excellent Lakes Smart Shell	\d	the	
    -_8B619732F562AD69	m0123dxalf01	Fragment of Supreme Lakes Smart Shell	a	the	Fragments of Supreme Lakes Smart Shell	\d	the	
    -_F790D3337BB68B21	m0123dxapd01	Fragment of Choice Prime Root Smart Shell	a	the	Fragments of Choice Prime Root Smart Shell	\d	the	
    -_79E70810E97E1F4D	m0123dxape01	Fragment of Excellent Prime Root Smart Shell	a	the	Fragments of Excellent Prime Root Smart Shell	\d	the	
    -_E5449700D3583066	m0123dxapf01	Fragment of Supreme Prime Root Smart Shell	a	the	Fragments of Supreme Prime Root Smart Shell	\d	the	
    -_09D37DC28B84A56D	m0124dxacb01	Basic Soo Amber	a	the	Basic Soo Amber	\d	the	
    -_84439D9D1AE6E5CE	m0124dxacc01	Fine Soo Amber	a	the	Fine Soo Amber	\d	the	
    -_B83B2B5780E05734	m0124dxadd01	Choice Desert Soo Amber	a	the	Choice Desert Soo Amber	\d	the	
    -_9236D4EA6013031B	m0124dxade01	Excellent Desert Soo Amber	an	the	Excellent Desert Soo Amber	\d	the	
    -_EC78B3CC4684246A	m0124dxadf01	Supreme Desert Soo Amber	a	the	Supreme Desert Soo Amber	\d	the	
    -_F8DB3359C0E0573E	m0124dxafd01	Choice Forest Soo Amber	a	the	Choice Forest Soo Amber	\d	the	
    -_D246D0F56233031B	m0124dxafe01	Excellent Forest Soo Amber	an	the	Excellent Forest Soo Amber	\d	the	
    -_6C78B3CF86744876	m0124dxaff01	Supreme Forest Soo Amber	a	the	Supreme Forest Soo Amber	\d	the	
    -_F83C434EFF0F2B46	m0124dxajd01	Choice Jungle Soo Amber	a	the	Choice Jungle Soo Amber	\d	the	
    -_4DF5C8FBE573030C	m0124dxaje01	Excellent Jungle Soo Amber	an	the	Excellent Jungle Soo Amber	\d	the	
    -_6D7877BD45535080	m0124dxajf01	Supreme Jungle Soo Amber	a	the	Supreme Jungle Soo Amber	\d	the	
    -_0976734BA1BE84A6	m0124dxald01	Choice Lakes Soo Amber	a	the	Choice Lakes Soo Amber	\d	the	
    -_085C6FC4022F4B4A	m0124dxale01	Excellent Lakes Soo Amber	an	the	Excellent Lakes Soo Amber	\d	the	
    -_E770C32B0F932F99	m0124dxalf01	Supreme Lakes Soo Amber	a	the	Supreme Lakes Soo Amber	\d	the	
    -_4EED28DF9777345C	m0124dxapd01	Choice Prime Root Soo Amber	a	the	Choice Prime Root Soo Amber	\d	the	
    -_53D8210D85CDB479	m0124dxape01	Excellent Prime Root Soo Amber	an	the	Excellent Prime Root Soo Amber	\d	the	
    -_CDC28346DD342997	m0124dxapf01	Supreme Prime Root Soo Amber	a	the	Supreme Prime Root Soo Amber	\d	the	
    -_2E9AD95531A82114	m0125dxacb01	Fragment of Basic Splinter Shell	a	the	Fragments of Basic Splinter Shell	\d	the	
    -_970795DDAACF4D1A	m0125dxacc01	Fragment of Fine Splinter Shell	a	the	Fragments of Fine Splinter Shell	\d	the	
    -_D2059B2E9A514FCC	m0125dxadd01	Fragment of Choice Desert Splinter Shell	a	the	Fragments of Choice Desert Splinter Shell	\d	the	
    -_3005351533F3B987	m0125dxade01	Fragment of Excellent Desert Splinter Shell	a	the	Fragments of Excellent Desert Splinter Shell	\d	the	
    -_C1D95822BDD4CE7E	m0125dxadf01	Fragment of Supreme Desert Splinter Shell	a	the	Fragments of Supreme Desert Splinter Shell	\d	the	
    -_1205973B1A4177CE	m0125dxafd01	Fragment of Choice Forest Splinter Shell	a	the	Fragments of Choice Forest Splinter Shell	\d	the	
    -_344535173313B985	m0125dxafe01	Fragment of Excellent Forest Splinter Shell	a	the	Fragments of Excellent Forest Splinter Shell	\d	the	
    -_C1D980253FF4CE7F	m0125dxaff01	Fragment of Supreme Forest Splinter Shell	a	the	Fragments of Supreme Forest Splinter Shell	\d	the	
    -_51254B3E9B008FC3	m0125dxajd01	Fragment of Choice Jungle Splinter Shell	a	the	Fragments of Choice Jungle Splinter Shell	\d	the	
    -_38C5351BAB31C97D	m0125dxaje01	Fragment of Excellent Jungle Splinter Shell	a	the	Fragments of Excellent Jungle Splinter Shell	\d	the	
    -_7D27A029C1349278	m0125dxajf01	Fragment of Supreme Jungle Splinter Shell	a	the	Fragments of Supreme Jungle Splinter Shell	\d	the	
    -_473CBEBCB031D8FA	m0125dxald01	Fragment of Choice Lakes Splinter Shell	a	the	Fragments of Choice Lakes Splinter Shell	\d	the	
    -_79940718C0F6C77E	m0125dxale01	Fragment of Excellent Lakes Splinter Shell	a	the	Fragments of Excellent Lakes Splinter Shell	\d	the	
    -_3B340BA44EFCB7D8	m0125dxalf01	Fragment of Supreme Lakes Splinter Shell	a	the	Fragments of Supreme Lakes Splinter Shell	\d	the	
    -_7936E8656B1AD73C	m0125dxapd01	Fragment of Choice Prime Root Splinter Shell	a	the	Fragments of Choice Prime Root Splinter Shell	\d	the	
    -_F3FE7C8406C62CB4	m0125dxape01	Fragment of Excellent Prime Root Splinter Shell	a	the	Fragments of Excellent Prime Root Splinter Shell	\d	the	
    -_099C538E9D7B64D4	m0125dxapf01	Fragment of Supreme Prime Root Splinter Shell	a	the	Fragments of Supreme Prime Root Splinter Shell	\d	the	
    -_AE8CE326463D4013	m0128dxacb01	Bundle of Basic Tama Wood	a	the	Bundles of Basic Tama Wood	\d	the	
    -_3C54F86A17F01797	m0128dxacc01	Bundle of Fine Tama Wood	a	the	Bundles of Fine Tama Wood	\d	the	
    -_18D549FC80B83A99	m0128dxadd01	Bundle of Choice Desert Tama Wood	a	the	Bundles of Choice Desert Tama Wood	\d	the	
    -_38F023622F0B56B0	m0128dxade01	Bundle of Excellent Desert Tama Wood	a	the	Bundles of Excellent Desert Tama Wood	\d	the	
    -_38379C53A1E18D3A	m0128dxadf01	Bundle of Supreme Desert Tama Wood	a	the	Bundles of Supreme Desert Tama Wood	\d	the	
    -_98D54DFE80583EA3	m0128dxafd01	Bundle of Choice Forest Tama Wood	a	the	Bundles of Choice Forest Tama Wood	\d	the	
    -_F88053662F0B5AB1	m0128dxafe01	Bundle of Excellent Forest Tama Wood	a	the	Bundles of Excellent Forest Tama Wood	\d	the	
    -_3847A054E3A1953A	m0128dxaff01	Bundle of Supreme Forest Tama Wood	a	the	Bundles of Supreme Forest Tama Wood	\d	the	
    -_99E431F5BED93EA9	m0128dxajd01	Bundle of Choice Jungle Tama Wood	a	the	Bundles of Choice Jungle Tama Wood	\d	the	
    -_77A07B6E2F1A02AC	m0128dxaje01	Bundle of Excellent Jungle Tama Wood	a	the	Bundles of Excellent Jungle Tama Wood	\d	the	
    -_74E58C566442A53A	m0128dxajf01	Bundle of Supreme Jungle Tama Wood	a	the	Bundles of Supreme Jungle Tama Wood	\d	the	
    -_A06B4C5873D2EC89	m0128dxald01	Bundle of Choice Lakes Tama Wood	a	the	Bundles of Choice Lakes Tama Wood	\d	the	
    -_3435541604DF4E88	m0128dxale01	Bundle of Excellent Lakes Tama Wood	a	the	Bundles of Excellent Lakes Tama Wood	\d	the	
    -_EDAC624DCBAC4C69	m0128dxalf01	Bundle of Supreme Lakes Tama Wood	a	the	Bundles of Supreme Lakes Tama Wood	\d	the	
    -_161A5ED92FBCFF6C	m0128dxapd01	Bundle of Choice Prime Root Tama Wood	a	the	Bundles of Choice Prime Root Tama Wood	\d	the	
    -_2398C40433BA22FF	m0128dxape01	Bundle of Excellent Prime Root Tama Wood	a	the	Bundles of Excellent Prime Root Tama Wood	\d	the	
    -_407187EEF660386A	m0128dxapf01	Bundle of Supreme Prime Root Tama Wood	a	the	Bundles of Supreme Prime Root Tama Wood	\d	the	
    -_6BD7E8E67E5EA542	m0133chkca01	Fragment of Basic Timari Skin	a	the	Fragments of Basic Timari Skin	\d	the	
    -_5A2721ADD735274A	m0133chkcb01	Fragment of Fine Timari Skin	a	the	Fragments of Fine Timari Skin	\d	the	
    -_F77762C88E053BC9	m0133chkdd01	Fragment of Excellent Desert Timari Skin	a	the	Fragments of Excellent Desert Timari Skin	\d	the	
    -_D6EA9A757D74136E	m0133chkje01	Fragment of Supreme Jungle Timari Skin	a	the	Fragments of Supreme Jungle Timari Skin	\d	the	
    -_2BA8E4F5381E6D32	m0134ccdca01	Fragment of Basic Torbak Claw	a	the	Fragments of Basic Torbak Claw	\d	the	
    -_DA36E1BC18D5EB3B	m0134ccdcb01	Fragment of Fine Torbak Claw	a	the	Fragments of Fine Torbak Claw	\d	the	
    -_65C3EA882267CF07	m0134ccdfc01	Fragment of Choice Forest Torbak Claw	a	the	Fragments of Choice Forest Torbak Claw	\d	the	
    -_BC6666D2CCF5B7CA	m0134ccdfd01	Fragment of Excellent Forest Torbak Claw	a	the	Fragments of Excellent Forest Torbak Claw	\d	the	
    -_904B7A7A3EF26380	m0134ccdfe01	Fragment of Supreme Forest Torbak Claw	a	the	Fragments of Supreme Forest Torbak Claw	\d	the	
    -_A344EA922376B3FA	m0134ccdjc01	Fragment of Choice Jungle Torbak Claw	a	the	Fragments of Choice Jungle Torbak Claw	\d	the	
    -_7DC656DC0984BFB7	m0134ccdjd01	Fragment of Excellent Jungle Torbak Claw	a	the	Fragments of Excellent Jungle Torbak Claw	\d	the	
    -_0635C79128CE0372	m0134ccdlc01	Fragment of Choice Lakes Torbak Claw	a	the	Fragments of Choice Lakes Torbak Claw	\d	the	
    -_55FB459091E15733	m0134ccdld01	Fragment of Excellent Lakes Torbak Claw	a	the	Fragments of Excellent Lakes Torbak Claw	\d	the	
    -_D1E4073E79013512	m0134ccdle01	Fragment of Supreme Lakes Torbak Claw	a	the	Fragments of Supreme Lakes Torbak Claw	\d	the	
    -_DFE44D95D430C28C	m0135ccdca01	Basic Torbak Fang	a	the	Basic Torbak Fangs	\d	the	
    -_47141A5148345EA4	m0135ccdcb01	Fine Torbak Fang	a	the	Fine Torbak Fangs	\d	the	
    -_C87DAB52B89B786F	m0135ccdfc01	Choice Forest Torbak Fang	a	the	Choice Forest Torbak Fangs	\d	the	
    -_1B19A521A1904320	m0135ccdfd01	Excellent Forest Torbak Fang	an	the	Excellent Forest Torbak Fangs	\d	the	
    -_3A4746495C693962	m0135ccdfe01	Supreme Forest Torbak Fang	a	the	Supreme Forest Torbak Fangs	\d	the	
    -_493CC34BF7BB2C6E	m0135ccdjc01	Choice Jungle Torbak Fang	a	the	Choice Jungle Torbak Fangs	\d	the	
    -_96C89D2724D04311	m0135ccdjd01	Excellent Jungle Torbak Fang	an	the	Excellent Jungle Torbak Fangs	\d	the	
    -_60B1BF97A9FB0FF0	m0135ccdlc01	Choice Lakes Torbak Fang	a	the	Choice Lakes Torbak Fangs	\d	the	
    -_0469E6E5A635683C	m0135ccdld01	Excellent Lakes Torbak Fang	an	the	Excellent Lakes Torbak Fangs	\d	the	
    -_EB419018EC61C862	m0135ccdle01	Supreme Lakes Torbak Fang	a	the	Supreme Lakes Torbak Fangs	\d	the	
    -_2B1728EFBE4E8134	m0136ccdca01	Fragment of Basic Torbak Horn	a	the	Fragments of Basic Torbak Horn	\d	the	
    -_DA36E1B31A160B42	m0136ccdcb01	Fragment of Fine Torbak Horn	a	the	Fragments of Fine Torbak Horn	\d	the	
    -_65322E82A897E309	m0136ccdfc01	Fragment of Choice Forest Torbak Horn	a	the	Fragments of Choice Forest Torbak Horn	\d	the	
    -_7A7772CE1025CBCC	m0136ccdfd01	Fragment of Excellent Forest Torbak Horn	a	the	Fragments of Excellent Forest Torbak Horn	\d	the	
    -_D47B6A8BFE426379	m0136ccdfe01	Fragment of Supreme Forest Torbak Horn	a	the	Fragments of Supreme Forest Torbak Horn	\d	the	
    -_A3B32E8CA9A6C7FC	m0136ccdjc01	Fragment of Choice Jungle Torbak Horn	a	the	Fragments of Choice Jungle Torbak Horn	\d	the	
    -_3BD762D84DB4D3B9	m0136ccdjd01	Fragment of Excellent Jungle Torbak Horn	a	the	Fragments of Excellent Jungle Torbak Horn	\d	the	
    -_8A35C79128AC8B7A	m0136ccdlc01	Fragment of Choice Lakes Torbak Horn	a	the	Fragments of Choice Lakes Torbak Horn	\d	the	
    -_992B35A15131572C	m0136ccdld01	Fragment of Excellent Lakes Torbak Horn	a	the	Fragments of Excellent Lakes Torbak Horn	\d	the	
    -_D1E407357B425519	m0136ccdle01	Fragment of Supreme Lakes Torbak Horn	a	the	Fragments of Supreme Lakes Torbak Horn	\d	the	
    -_60FA9AF1329164B3	m0137ccdca01	Basic Torbak Leather	a	the	Basic Torbak Leathers	\d	the	
    -_7685C6F661097BE4	m0137ccdcb01	Fine Torbak Leather	a	the	Fine Torbak Leathers	\d	the	
    -_0E33BCE1290AC988	m0137ccdfc01	Choice Forest Torbak Leather	a	the	Choice Forest Torbak Leathers	\d	the	
    -_62281D9848CB75A9	m0137ccdfd01	Excellent Forest Torbak Leather	an	the	Excellent Forest Torbak Leathers	\d	the	
    -_8F025456A8F95DBA	m0137ccdfe01	Supreme Forest Torbak Leather	a	the	Supreme Forest Torbak Leathers	\d	the	
    -_4BC2C4D2EA6AB98E	m0137ccdjc01	Choice Jungle Torbak Leather	a	the	Choice Jungle Torbak Leathers	\d	the	
    -_9EB7E9914ACA8DAD	m0137ccdjd01	Excellent Jungle Torbak Leather	an	the	Excellent Jungle Torbak Leathers	\d	the	
    -_B885CDAB81D4FD1C	m0137ccdlc01	Choice Lakes Torbak Leather	a	the	Choice Lakes Torbak Leathers	\d	the	
    -_DECEDF7BF7C5ECD9	m0137ccdld01	Excellent Lakes Torbak Leather	an	the	Excellent Lakes Torbak Leathers	\d	the	
    -_D93150D15875B0A2	m0137ccdle01	Supreme Lakes Torbak Leather	a	the	Supreme Lakes Torbak Leathers	\d	the	
    -_E0744D879900DE94	m0140cchca01	Basic Varinx Fang	a	the	Basic Varinx Fangs	\d	the	
    -_8805565849259AA6	m0140cchcb01	Fine Varinx Fang	a	the	Fine Varinx Fangs	\d	the	
    -_491D83403D6B986C	m0140cchdc01	Choice Desert Varinx Fang	a	the	Choice Desert Varinx Fangs	\d	the	
    -_60AAF91D1DB04B1B	m0140cchdd01	Excellent Desert Varinx Fang	an	the	Excellent Desert Varinx Fangs	\d	the	
    -_79474E53A0AA4555	m0140cchde01	Supreme Desert Varinx Fang	a	the	Supreme Desert Varinx Fangs	\d	the	
    -_1B83C8D6E3FF287D	m0140cchpc01	Choice Prime Root Varinx Fang	a	the	Choice Prime Root Varinx Fangs	\d	the	
    -_706A36E4F34C0CD5	m0140cchpd01	Excellent Prime Root Varinx Fang	an	the	Excellent Prime Root Varinx Fangs	\d	the	
    -_CCE54CB57576D8B5	m0140cchpe01	Supreme Prime Root Varinx Fang	a	the	Supreme Prime Root Varinx Fangs	\d	the	
    -_1EEBCEF8778188AD	m0141cchca01	Basic Varinx Leather	a	the	Basic Varinx Leathers	\d	the	
    -_37A5CE03A54AAFD7	m0141cchcb01	Fine Varinx Leather	a	the	Fine Varinx Leathers	\d	the	
    -_4C14F0E7ACDAF178	m0141cchdc01	Choice Desert Varinx Leather	a	the	Choice Desert Varinx Leathers	\d	the	
    -_23E951AA0A4B5593	m0141cchdd01	Excellent Desert Varinx Leather	an	the	Excellent Desert Varinx Leathers	\d	the	
    -_93822C506C7935B0	m0141cchde01	Supreme Desert Varinx Leather	a	the	Supreme Desert Varinx Leathers	\d	the	
    -_6F499D426F01429E	m0141cchpc01	Choice Prime Root Varinx Leather	a	the	Choice Prime Root Varinx Leathers	\d	the	
    -_50ADD69905F16166	m0141cchpd01	Excellent Prime Root Varinx Leather	an	the	Excellent Prime Root Varinx Leathers	\d	the	
    -_60CAC4BF59390529	m0141cchpe01	Supreme Prime Root Varinx Leather	a	the	Supreme Prime Root Varinx Leathers	\d	the	
    -_DE77EB51F3BE3BAE	m0142dxacb01	Phial of Basic Visc Sap	a	the	Phials of Basic Visc Sap	\d	the	
    -_F668B814763C542D	m0142dxacc01	Phial of Fine Visc Sap	a	the	Phials of Fine Visc Sap	\d	the	
    -_3E745D0853BBA564	m0142dxadd01	Phial of Choice Desert Visc Sap	a	the	Phials of Choice Desert Visc Sap	\d	the	
    -_ED47F844D37D6997	m0142dxade01	Phial of Excellent Desert Visc Sap	a	the	Phials of Excellent Desert Visc Sap	\d	the	
    -_B26A4FDF843BB12B	m0142dxadf01	Phial of Supreme Desert Visc Sap	a	the	Phials of Supreme Desert Visc Sap	\d	the	
    -_3E64850D53ABCD67	m0142dxafd01	Phial of Choice Forest Visc Sap	a	the	Phials of Choice Forest Visc Sap	\d	the	
    -_2D57F44FD59D6997	m0142dxafe01	Phial of Excellent Forest Visc Sap	a	the	Phials of Excellent Forest Visc Sap	\d	the	
    -_348A53E144EBB92A	m0142dxaff01	Phial of Supreme Forest Visc Sap	a	the	Phials of Supreme Forest Visc Sap	\d	the	
    -_BE23610ED36AA964	m0142dxajd01	Phial of Choice Jungle Visc Sap	a	the	Phials of Choice Jungle Visc Sap	\d	the	
    -_A806EC5558DD6988	m0142dxaje01	Phial of Excellent Jungle Visc Sap	a	the	Phials of Excellent Jungle Visc Sap	\d	the	
    -_B6D937E77FDBD126	m0142dxajf01	Phial of Supreme Jungle Visc Sap	a	the	Phials of Supreme Jungle Visc Sap	\d	the	
    -_8215C4C5C610005B	m0142dxald01	Phial of Choice Lakes Visc Sap	a	the	Phials of Choice Lakes Visc Sap	\d	the	
    -_228B84D67316F545	m0142dxale01	Phial of Excellent Lakes Visc Sap	a	the	Phials of Excellent Lakes Visc Sap	\d	the	
    -_EB150EE8D9696EB2	m0142dxalf01	Phial of Supreme Lakes Visc Sap	a	the	Phials of Supreme Lakes Visc Sap	\d	the	
    -_75BA3B06D67D2F4E	m0142dxapd01	Phial of Choice Prime Root Visc Sap	a	the	Phials of Choice Prime Root Visc Sap	\d	the	
    -_614F8FCC45D1D090	m0142dxape01	Phial of Excellent Prime Root Visc Sap	a	the	Phials of Excellent Prime Root Visc Sap	\d	the	
    -_836BEEB410F3A821	m0142dxapf01	Phial of Supreme Prime Root Visc Sap	a	the	Phials of Supreme Prime Root Visc Sap	\d	the	
    -_98A7A22EE0FAD770	m0145cbcca01	Basic Yber Leather	a	the	Basic Yber Leathers	\d	the	
    -_16F4869CB1B77189	m0145cbccb01	Fine Yber Leather	a	the	Fine Yber Leathers	\d	the	
    -_6B6148FE45B59C6B	m0145cbcld01	Excellent Lakes Yber Leather	an	the	Excellent Lakes Yber Leathers	\d	the	
    -_26A0FC6FE965DB3B	m0145cbcle01	Supreme Lakes Yber Leather	a	the	Supreme Lakes Yber Leathers	\d	the	
    -_2BF8A369E4B05421	m0147chlca01	Handful of Basic Yelk Moss	a	the	Handfuls of Basic Yelk Moss	\d	the	
    -_EF00FA6BC26AB912	m0147chlcb01	Handful of Fine Yelk Moss	a	the	Handfuls of Fine Yelk Moss	\d	the	
    -_A166F9451B5AE5A6	m0147chldc01	Handful of Choice Desert Yelk Moss	a	the	Handfuls of Choice Desert Yelk Moss	\d	the	
    -_C641AA7002BB9F55	m0147chldd01	Handful of Excellent Desert Yelk Moss	a	the	Handfuls of Excellent Desert Yelk Moss	\d	the	
    -_0B678714BE52C15E	m0147chlde01	Handful of Supreme Desert Yelk Moss	a	the	Handfuls of Supreme Desert Yelk Moss	\d	the	
    -_A176FD465D1AEDA6	m0147chlfc01	Handful of Choice Forest Yelk Moss	a	the	Handfuls of Choice Forest Yelk Moss	\d	the	
    -_06E1B27242BB9F5F	m0147chlfd01	Handful of Excellent Forest Yelk Moss	a	the	Handfuls of Excellent Forest Yelk Moss	\d	the	
    -_8B677F2ABE52C15E	m0147chlfe01	Handful of Supreme Forest Yelk Moss	a	the	Handfuls of Supreme Forest Yelk Moss	\d	the	
    -_160A2AFC5F3BF979	m0147chlpd01	Handful of Excellent Prime Root Yelk Moss	a	the	Handfuls of Excellent Prime Root Yelk Moss	\d	the	
    -_73E74F3E8CBE3B9A	m0147chlpe01	Handful of Supreme Prime Root Yelk Moss	a	the	Handfuls of Supreme Prime Root Yelk Moss	\d	the	
    -_D404CE1772367E90	m0148chlca01	Basic Yelk Mushroom	a	the	Basic Yelk Mushrooms	\d	the	
    -_0CA352A2B715A286	m0148chlcb01	Fine Yelk Mushroom	a	the	Fine Yelk Mushrooms	\d	the	
    -_7E4AEBF12B72EC70	m0148chldc01	Choice Desert Yelk Mushroom	a	the	Choice Desert Yelk Mushrooms	\d	the	
    -_B5E5C8482F9EF556	m0148chldd01	Excellent Desert Yelk Mushroom	an	the	Excellent Desert Yelk Mushrooms	\d	the	
    -_FB40ADEDCB5A3D14	m0148chlde01	Supreme Desert Yelk Mushroom	a	the	Supreme Desert Yelk Mushrooms	\d	the	
    -_806AEBF36B82E879	m0148chlfc01	Choice Forest Yelk Mushroom	a	the	Choice Forest Yelk Mushrooms	\d	the	
    -_7595D049B1BEF956	m0148chlfd01	Excellent Forest Yelk Mushroom	an	the	Excellent Forest Yelk Mushrooms	\d	the	
    -_FB40ADF1CB3A8D18	m0148chlfe01	Supreme Forest Yelk Mushroom	a	the	Supreme Forest Yelk Mushrooms	\d	the	
    -_A939E6B898036DB1	m0148chlpd01	Excellent Prime Root Yelk Mushroom	an	the	Excellent Prime Root Yelk Mushrooms	\d	the	
    -_5F990D5021094599	m0148chlpe01	Supreme Prime Root Yelk Mushroom	a	the	Supreme Prime Root Yelk Mushrooms	\d	the	
    -_3AEB4CC8D0A276E4	m0149chlca01	Basic Yelk Nail	a	the	Basic Yelk Nails	\d	the	
    -_021A791587F0C92A	m0149chlcb01	Fine Yelk Nail	a	the	Fine Yelk Nails	\d	the	
    -_68146EB705FBDFAF	m0149chldc01	Choice Desert Yelk Nail	a	the	Choice Desert Yelk Nails	\d	the	
    -_39104FE56E2504D8	m0149chldd01	Excellent Desert Yelk Nail	an	the	Excellent Desert Yelk Nails	\d	the	
    -_287E4C65EAEE84BB	m0149chlde01	Supreme Desert Yelk Nail	a	the	Supreme Desert Yelk Nails	\d	the	
    -_E8246EB8C71BDBB9	m0149chlfc01	Choice Forest Yelk Nail	a	the	Choice Forest Yelk Nails	\d	the	
    -_392053E6B0E50CD8	m0149chlfd01	Excellent Forest Yelk Nail	an	the	Excellent Forest Yelk Nails	\d	the	
    -_286E746AEADEACBE	m0149chlfe01	Supreme Forest Yelk Nail	a	the	Supreme Forest Yelk Nails	\d	the	
    -_890891C77BE658C1	m0149chlpd01	Excellent Prime Root Yelk Nail	an	the	Excellent Prime Root Yelk Nails	\d	the	
    -_E184C30FEBF075F9	m0149chlpe01	Supreme Prime Root Yelk Nail	a	the	Supreme Prime Root Yelk Nails	\d	the	
    -_7F0B4DC68CD49FC6	m0152chdca01	Fragment of Basic Yubo Skin	a	the	Fragments of Basic Yubo Skin	\d	the	
    -_EFBE6F51CDF30DB8	m0152chdcb01	Fragment of Fine Yubo Skin	a	the	Fragments of Fine Yubo Skin	\d	the	
    -_B97673F4BE8F1630	m0152chdce01	Fragment of Supreme Yubo Skin	a	the	Fragments of Supreme Yubo Skin	\d	the	
    -_C8BE4A431B578B1A	m0152chdfd01	Fragment of Excellent Forest Yubo Skin	a	the	Fragments of Excellent Forest Yubo Skin	\d	the	
    -_78D82D226513BA79	m0152chdlc01	Fragment of Choice Lakes Yubo Skin	a	the	Fragments of Choice Lakes Yubo Skin	\d	the	
    -_FDCB60E38D5292E9	m0153ccica01	Basic Zerx Bone	a	the	Basic Zerx Bones	\d	the	
    -_416A990E49B1E131	m0153ccicb01	Fine Zerx Bone	a	the	Fine Zerx Bones	\d	the	
    -_3D301FF27236ECD1	m0153ccidd01	Excellent Desert Zerx Bone	an	the	Excellent Desert Zerx Bones	\d	the	
    -_E69F9C59A7BFD4A9	m0153ccide01	Supreme Desert Zerx Bone	a	the	Supreme Desert Zerx Bones	\d	the	
    -_79DE0FF5359704D1	m0153ccijd01	Excellent Jungle Zerx Bone	an	the	Excellent Jungle Zerx Bones	\d	the	
    -_664EA05F276ED8A9	m0153ccije01	Supreme Jungle Zerx Bone	a	the	Supreme Jungle Zerx Bones	\d	the	
    -_A56987F266D88B88	m0153ccilc01	Choice Lakes Zerx Bone	a	the	Choice Lakes Zerx Bones	\d	the	
    -_7C85FFDD57767C2A	m0153ccipc01	Choice Prime Root Zerx Bone	a	the	Choice Prime Root Zerx Bones	\d	the	
    -_8BE849CC813758C2	m0153ccipd01	Excellent Prime Root Zerx Bone	an	the	Excellent Prime Root Zerx Bones	\d	the	
    -_2126F30F2640E5DB	m0153ccipe01	Supreme Prime Root Zerx Bone	a	the	Supreme Prime Root Zerx Bones	\d	the	
    -_770B95E6C5C65FCA	m0154ccica01	Fragment of Basic Zerx Claw	a	the	Fragments of Basic Zerx Claw	\d	the	
    -_2ECD2F5A55A3F5BC	m0154ccicb01	Fragment of Fine Zerx Claw	a	the	Fragments of Fine Zerx Claw	\d	the	
    -_48AD2E3920574330	m0154ccidd01	Fragment of Excellent Desert Zerx Claw	a	the	Fragments of Excellent Desert Zerx Claw	\d	the	
    -_98874719E10FFE64	m0154ccide01	Fragment of Supreme Desert Zerx Claw	a	the	Fragments of Supreme Desert Zerx Claw	\d	the	
    -_4C1C16411BF7632B	m0154ccijd01	Fragment of Excellent Jungle Zerx Claw	a	the	Fragments of Excellent Jungle Zerx Claw	\d	the	
    -_D7379F25E11EAA60	m0154ccije01	Fragment of Supreme Jungle Zerx Claw	a	the	Fragments of Supreme Jungle Zerx Claw	\d	the	
    -_7289CD23E5C49E95	m0154ccilc01	Fragment of Choice Lakes Zerx Claw	a	the	Fragments of Choice Lakes Zerx Claw	\d	the	
    -_3CBAC3CE903177FD	m0154ccipc01	Fragment of Choice Prime Root Zerx Claw	a	the	Fragments of Choice Prime Root Zerx Claw	\d	the	
    -_5C8682CA6937856A	m0154ccipd01	Fragment of Excellent Prime Root Zerx Claw	a	the	Fragments of Excellent Prime Root Zerx Claw	\d	the	
    -_F642E30872ABCF66	m0154ccipe01	Fragment of Supreme Prime Root Zerx Claw	a	the	Fragments of Supreme Prime Root Zerx Claw	\d	the	
    -_4C3395C98B84A56D	m0155dxacb01	Basic Zun Amber	a	the	Basic Zun Amber	\d	the	
    -_05A4B99C9C56E5CF	m0155dxacc01	Fine Zun Amber	a	the	Fine Zun Amber	\d	the	
    -_FB9B435E80E05734	m0155dxadd01	Choice Desert Zun Amber	a	the	Choice Desert Zun Amber	\d	the	
    -_5336D4E9A2E41F1C	m0155dxade01	Excellent Desert Zun Amber	an	the	Excellent Desert Zun Amber	\d	the	
    -_F1E8B3CC46842070	m0155dxadf01	Supreme Desert Zun Amber	a	the	Supreme Desert Zun Amber	\d	the	
    -_3B3B4B60C0E0573E	m0155dxafd01	Choice Forest Zun Amber	a	the	Choice Forest Zun Amber	\d	the	
    -_9346D0F4A4041F1C	m0155dxafe01	Excellent Forest Zun Amber	an	the	Excellent Forest Zun Amber	\d	the	
    -_71E8B3CF8674447C	m0155dxaff01	Supreme Forest Zun Amber	a	the	Supreme Forest Zun Amber	\d	the	
    -_3B9C5B55FF0F2B46	m0155dxajd01	Choice Jungle Zun Amber	a	the	Choice Jungle Zun Amber	\d	the	
    -_0EF5C8FA27441F0D	m0155dxaje01	Excellent Jungle Zun Amber	an	the	Excellent Jungle Zun Amber	\d	the	
    -_72E877BD45534C86	m0155dxajf01	Supreme Jungle Zun Amber	a	the	Supreme Jungle Zun Amber	\d	the	
    -_CA668B52A1AE9CAE	m0155dxald01	Choice Lakes Zun Amber	a	the	Choice Lakes Zun Amber	\d	the	
    -_0DCC6FC4022F4750	m0155dxale01	Excellent Lakes Zun Amber	an	the	Excellent Lakes Zun Amber	\d	the	
    -_68D1DF2A91032F9A	m0155dxalf01	Supreme Lakes Zun Amber	a	the	Supreme Lakes Zun Amber	\d	the	
    -_0FDD40E519E7345D	m0155dxapd01	Choice Prime Root Zun Amber	a	the	Choice Prime Root Zun Amber	\d	the	
    -_D4393D0C073DB47A	m0155dxape01	Excellent Prime Root Zun Amber	an	the	Excellent Prime Root Zun Amber	\d	the	
    -_10327F4C9F342997	m0155dxapf01	Supreme Prime Root Zun Amber	a	the	Supreme Prime Root Zun Amber	\d	the	
    -_0A672E224B88295D	m0162cpefd01	Select Forest Cratcha Leaf	a	the	Select Forest Cratcha Leaves	\d	the	
    -_0E67EA31C6BA6961	m0162cpefe01	Superb Forest Cratcha Leaf	a	the	Superb Forest Cratcha Leaves	\d	the	
    -_237DB6E2A36EEA2B	m0162cpejf01	Magnificient Jungle Cratcha Leaf	a	the	Magnificient Jungle Cratcha Leaves	\d	the	
    -_17C1E33BDD35A6E0	m0163cpefd01	Fragment of Select Forest Cratcha Pistil	a	the	Fragments of Select Forest Cratcha Pistil	\d	the	
    -_17E1633BDE365EEF	m0163cpefe01	Fragment of Superb Forest Cratcha Pistil	a	the	Fragments of Superb Forest Cratcha Pistil	\d	the	
    -_EC5C0D882A0FEA91	m0163cpejf01	Fragment of Magnificient Jungle Cratcha Pistil	a	the	Fragments of Magnificient Jungle Cratcha Pistil	\d	the	
    -_2A719414E962D85D	m0164cpblb01	Average Lakes Stinga Leaf	an	the	Average Lakes Stinga Leaves	\d	the	
    -_2289A2E876BAF3E5	m0164cpblc01	Prime Lakes Stinga Leaf	a	the	Prime Lakes Stinga Leaves	\d	the	
    -_E430D38D2E5CB30C	m0164cpbld01	Select Lakes Stinga Leaf	a	the	Select Lakes Stinga Leaves	\d	the	
    -_A5C6C4E86620DC6B	m0164cpblf01	Magnificent Lakes Stinga Leaf	a	the	Magnificent Lakes Stinga Leaves	\d	the	
    -_C1EBF39D69F7A0EC	m0165cpblb01	Fragment of Average Lakes Stinga Pistil	a	the	Fragments of Average Lakes Stinga Pistil	\d	the	
    -_C40A6A843FAE85C9	m0165cpblc01	Fragment of Prime Lakes Stinga Pistil	a	the	Fragments of Prime Lakes Stinga Pistil	\d	the	
    -_C83EF697CA8C53EC	m0165cpbld01	Fragment of Select Lakes Stinga Pistil	a	the	Fragments of Select Lakes Stinga Pistil	\d	the	
    -_C5E793FD652FA5F9	m0165cpblf01	Fragment of Magnificent Lakes Stinga Pistil	a	the	Fragments of Magnificent Lakes Stinga Pistil	\d	the	
    -_793E897BA8B32B40	m0166cpapd01	Select Prime Root Jubla Leaf	a	the	Select Prime Root Jubla Leaves	\d	the	
    -_793EFD99A835AB40	m0166cpape01	Superb Prime Root Jubla Leaf	a	the	Superb Prime Root Jubla Leaves	\d	the	
    -_6CD84C39C5CBFFCE	m0166cpapf01	Magnificient Prime Root Jubla Leaf	a	the	Magnificient Prime Root Jubla Leaves	\d	the	
    -_98580700A0025859	m0167cpapd01	Fragment of Select Prime Root Jubla Pistil	a	the	Fragments of Select Prime Root Jubla Pistil	\d	the	
    -_5C995B10A0021056	m0167cpape01	Fragment of Superb Prime Root Jubla Pistil	a	the	Fragments of Superb Prime Root Jubla Pistil	\d	the	
    -_6A0BC4EFB1581539	m0167cpapf01	Fragment of Magnificient Prime Root Jubla Pistil	a	the	Fragments of Magnificient Prime Root Jubla Pistil	\d	the	
    -_D3FE292FAA99ADC4	m0168cpcfb01	Average Forest Psykopla Leaf	an	the	Average Forest Psykopla Leaves	\d	the	
    -_D46D5A2605E54985	m0168cpcfc01	Prime Forest Psykopla Leaf	a	the	Prime Forest Psykopla Leaves	\d	the	
    -_42149EDC29F9B17D	m0168cpcjd01	Select Jungle Psykopla Leaf	a	the	Select Jungle Psykopla Leaves	\d	the	
    -_42145AD9ED3A018D	m0168cpcje01	Superb Jungle Psykopla Leaf	a	the	Superb Jungle Psykopla Leaves	\d	the	
    -_D0C66EAA890F1FE5	m0168cpcpf01	Magnificent Prime Root Psykopla Leaf	a	the	Magnificent Prime Root Psykopla Leaves	\d	the	
    -_31BB3C277D6E84CF	m0169cpcfb01	Fragment of Average Forest Psykopla Pistil	a	the	Fragments of Average Forest Psykopla Pistil	\d	the	
    -_F00182526E493EC4	m0169cpcfc01	Fragment of Prime Forest Psykopla Pistil	a	the	Fragments of Prime Forest Psykopla Pistil	\d	the	
    -_ADB6407D9AE26F04	m0169cpcjd01	Fragment of Select Jungle Psykopla Pistil	a	the	Fragments of Select Jungle Psykopla Pistil	\d	the	
    -_28E884819EE22713	m0169cpcje01	Fragment of Superb Jungle Psykopla Pistil	a	the	Fragments of Superb Jungle Psykopla Pistil	\d	the	
    -_67AF57B1B57F4FE7	m0169cpcpf01	Fragment of Magnificent Prime Root Psykopla Pistil	a	the	Fragments of Magnificent Prime Root Psykopla Pistil	\d	the	
    -_4D68D249075A8961	m0170cpdfe01	Superb Forest Slaveni Leaf	a	the	Superb Forest Slaveni Leaves	\d	the	
    -_E48DC2EEE47EF639	m0170cpdff01	Magnificient Forest Slaveni Leaf	a	the	Magnificient Forest Slaveni Leaves	\d	the	
    -_5EC1EB236A3A0539	m0170cpdjb01	Average Jungle Slaveni Leaf	an	the	Average Jungle Slaveni Leaves	\d	the	
    -_5300B718478B376D	m0170cpdjc01	Prime Jungle Slaveni Leaf	a	the	Prime Jungle Slaveni Leaves	\d	the	
    -_4DC9E23E46895D69	m0170cpdje01	Superb Jungle Slaveni Leaf	a	the	Superb Jungle Slaveni Leaves	\d	the	
    -_DC018B419E575EEF	m0171cpdfe01	Fragment of Superb Forest Slaveni Pistil	a	the	Fragments of Superb Forest Slaveni Pistil	\d	the	
    -_2D2E297A6FAE1EAC	m0171cpdff01	Fragment of Magnificient Forest Slaveni Pistil	a	the	Fragments of Magnificient Forest Slaveni Pistil	\d	the	
    -_3A97643ACD8E4718	m0171cpdjb01	Fragment of Average Jungle Slaveni Pistil	a	the	Fragments of Average Jungle Slaveni Pistil	\d	the	
    -_90E0678B23281BBD	m0171cpdjc01	Fragment of Prime Jungle Slaveni Pistil	a	the	Fragments of Prime Jungle Slaveni Pistil	\d	the	
    -_1B213F441F1676E4	m0171cpdje01	Fragment of Superb Jungle Slaveni Pistil	a	the	Fragments of Superb Jungle Slaveni Pistil	\d	the	
    -_B8262E46DCF92D3A	m0172cpfdb01	Average Desert Shooki Leaf	an	the	Average Desert Shooki Leaves	\d	the	
    -_BFCF8B473FC0CB96	m0172cpfdc01	Prime Desert Shooki Leaf	a	the	Prime Desert Shooki Leaves	\d	the	
    -_075D0B3A372DA467	m0172cpfdd01	Select Desert Shooki Leaf	a	the	Select Desert Shooki Leaves	\d	the	
    -_8F51651B699C469F	m0172cpfdf01	Magnificent Desert Shooki Leaf	a	the	Magnificent Desert Shooki Leaves	\d	the	
    -_6066E7059046EB9F	m0173cpfdb01	Fragment of Average Desert Shooki Pistil	a	the	Fragments of Average Desert Shooki Pistil	\d	the	
    -_51D053853DC4CFF2	m0173cpfdc01	Fragment of Prime Desert Shooki Pistil	a	the	Fragments of Prime Desert Shooki Pistil	\d	the	
    -_473D13CA5A85C304	m0173cpfdd01	Fragment of Select Desert Shooki Pistil	a	the	Fragments of Select Desert Shooki Pistil	\d	the	
    -_837AECAE3638F188	m0173cpfdf01	Fragment of Magnificent Desert Shooki Pistil	a	the	Fragments of Magnificent Desert Shooki Pistil	\d	the	
    -_092271B24893BD04	m0174dxaca01	Plain Green Leaf	a	the	Plain Green Leaves	\d	the	
    -_4CCE10B8A4CBFB5A	m0174dxacb01	Average Green Leaf	an	the	Average Green Leaves	\d	the	
    -_0AA291A94913D5FB	m0174dxacc01	Prime Green Leaf	a	the	Prime Green Leaves	\d	the	
    -_D3510260C7F5E29A	m0174dxacd01	Select Green Leaf	a	the	Select Green Leaves	\d	the	
    -_D452BE6FC7155E9A	m0174dxace01	Superb Green Leaf	a	the	Superb Green Leaves	\d	the	
    -_5D2AFF5A46FE0CD1	m0174dxacf01	Magnificient Green Leaf	a	the	Magnificient Green Leaves	\d	the	
    -_BE1AE4DB4E821EDB	m0175dxaca01	Plain Dead Leaf	a	the	Plain Dead Leaves	\d	the	
    -_47B6C637D9741E5E	m0175dxacb01	Average Dead Leaf	an	the	Average Dead Leaves	\d	the	
    -_7C5A0CD84F0236DB	m0175dxacc01	Prime Dead Leaf	a	the	Prime Dead Leaves	\d	the	
    -_7DC0A2AABC31E2FD	m0175dxacd01	Select Dead Leaf	a	the	Select Dead Leaves	\d	the	
    -_7D019EB9BC72DA0C	m0175dxace01	Superb Dead Leaf	a	the	Superb Dead Leaves	\d	the	
    -_A9C6BBDB7BDDA3F8	m0175dxacf01	Magnificient Dead Leaf	a	the	Magnificient Dead Leaves	\d	the	
    -_1E612CABD32BDB98	m0176dxaca01	Plain Rotting Leaf	a	the	Plain Rotting Leaves	\d	the	
    -_EBBA9738FCEDE7F4	m0176dxacb01	Average Rotting Leaf	an	the	Average Rotting Leaves	\d	the	
    -_9F6134A2D41B03A0	m0176dxacc01	Prime Rotting Leaf	a	the	Prime Rotting Leaves	\d	the	
    -_C859F558F31D9797	m0176dxacd01	Select Rotting Leaf	a	the	Select Rotting Leaves	\d	the	
    -_C859B155B75EE7A7	m0176dxace01	Superb Rotting Leaf	a	the	Superb Rotting Leaves	\d	the	
    -_9231B016915F0F77	m0176dxacf01	Magnificient Rotting Leaf	a	the	Magnificient Rotting Leaves	\d	the	
    -_4022050598955CAB	m0177dxaca01	Portion of Plain Fresh Resin	a	the	Portions of Plain Fresh Resin	\d	the	
    -_1EB54F1922318E8B	m0177dxacb01	Portion of Average Fresh Resin	a	the	Portions of Average Fresh Resin	\d	the	
    -_FFE2450B98955CA2	m0177dxacc01	Portion of Prime Fresh Resin	a	the	Portions of Prime Fresh Resin	\d	the	
    -_CAA771BED5A35FC9	m0177dxacd01	Portion of Select Fresh Resin	a	the	Portions of Select Fresh Resin	\d	the	
    -_8FA885CED5829BB7	m0177dxace01	Portion of Superb Fresh Resin	a	the	Portions of Superb Fresh Resin	\d	the	
    -_B32DB1E056DD6F12	m0177dxacf01	Portion of Magnificient Fresh Resin	a	the	Portions of Magnificient Fresh Resin	\d	the	
    -_B00C6C4E5BA59C0A	m0178dxaca01	Portion of Plain Dry Resin	a	the	Portions of Plain Dry Resin	\d	the	
    -_3F0481DEF862F5E6	m0178dxacb01	Portion of Average Dry Resin	a	the	Portions of Average Dry Resin	\d	the	
    -_6EBCA45CDCA59C0A	m0178dxacc01	Portion of Prime Dry Resin	a	the	Portions of Prime Dry Resin	\d	the	
    -_9F7F5F40244D93A3	m0178dxacd01	Portion of Select Dry Resin	a	the	Portions of Select Dry Resin	\d	the	
    -_277F8360244D937F	m0178dxace01	Portion of Superb Dry Resin	a	the	Portions of Superb Dry Resin	\d	the	
    -_25DC8C7EAC4B6EE7	m0178dxacf01	Portion of Magnificient Dry Resin	a	the	Portions of Magnificient Dry Resin	\d	the	
    -_39852A69A92778FA	m0179dxaca01	Bundle of Plain Fresh Wood	a	the	Bundles of Plain Fresh Wood	\d	the	
    -_0155D51F98BB83D5	m0179dxacb01	Bundle of Average Fresh Wood	a	the	Bundles of Average Fresh Wood	\d	the	
    -_39F51E752C8878FA	m0179dxacc01	Bundle of Prime Fresh Wood	a	the	Bundles of Prime Fresh Wood	\d	the	
    -_43E0553B65F7CBDA	m0179dxacd01	Bundle of Select Fresh Wood	a	the	Bundles of Select Fresh Wood	\d	the	
    -_39C259436DF7CBDA	m0179dxace01	Bundle of Superb Fresh Wood	a	the	Bundles of Superb Fresh Wood	\d	the	
    -_EA660AAEBF098E15	m0179dxacf01	Bundle of Magnificient Fresh Wood	a	the	Bundles of Magnificient Fresh Wood	\d	the	
    -_3A898C296B52F775	m0180dxaca01	Bundle of Plain Dry Wood	a	the	Bundles of Plain Dry Wood	\d	the	
    -_13291E8730B56FBE	m0180dxacb01	Bundle of Average Dry Wood	a	the	Bundles of Average Dry Wood	\d	the	
    -_3AF9A431AA92177B	m0180dxacc01	Bundle of Prime Dry Wood	a	the	Bundles of Prime Dry Wood	\d	the	
    -_FE492C1F4C2E3CED	m0180dxacd01	Bundle of Select Dry Wood	a	the	Bundles of Select Dry Wood	\d	the	
    -_793AE832506F7CED	m0180dxace01	Bundle of Superb Dry Wood	a	the	Bundles of Superb Dry Wood	\d	the	
    -_D8A8759E290F0DD0	m0180dxacf01	Bundle of Magnificient Dry Wood	a	the	Bundles of Magnificient Dry Wood	\d	the	
    -_73339917E7837473	m0181dxaca01	Bundle of Plain Rotting Wood	a	the	Bundles of Plain Rotting Wood	\d	the	
    -_70F345524517F6CA	m0181dxacb01	Bundle of Average Rotting Wood	a	the	Bundles of Average Rotting Wood	\d	the	
    -_31E3D12568837473	m0181dxacc01	Bundle of Prime Rotting Wood	a	the	Bundles of Prime Rotting Wood	\d	the	
    -_F1247915CE4F55D7	m0181dxacd01	Bundle of Select Rotting Wood	a	the	Bundles of Select Rotting Wood	\d	the	
    -_6C56BD19D24F0DE6	m0181dxace01	Bundle of Superb Rotting Wood	a	the	Bundles of Superb Rotting Wood	\d	the	
    -_A4A43F0317A15542	m0181dxacf01	Bundle of Magnificient Rotting Wood	a	the	Bundles of Magnificient Rotting Wood	\d	the	
    -_1E5A715EB6A89E92	m0182dxaca01	Handful of Plain Dry Wood Sawdust	a	the	Handfuls of Plain Dry Wood Sawdust	\d	the	
    -_08A903FD51D53F4F	m0182dxacb01	Handful of Average Dry Wood Sawdust	a	the	Handfuls of Average Dry Wood Sawdust	\d	the	
    -_DC9A7568B8099E92	m0182dxacc01	Handful of Prime Dry Wood Sawdust	a	the	Handfuls of Prime Dry Wood Sawdust	\d	the	
    -_79F6194C9748040B	m0182dxacd01	Handful of Select Dry Wood Sawdust	a	the	Handfuls of Select Dry Wood Sawdust	\d	the	
    -_B8E72D609B4804F9	m0182dxace01	Handful of Superb Dry Wood Sawdust	a	the	Handfuls of Superb Dry Wood Sawdust	\d	the	
    -_02FA5380A74718C7	m0182dxacf01	Handful of Magnificient Dry Wood Sawdust	a	the	Handfuls of Magnificient Dry Wood Sawdust	\d	the	
    -_27E6F13F169909DC	m0183dxaca01	Handful of Plain Damp Wood Sawdust	a	the	Handfuls of Plain Damp Wood Sawdust	\d	the	
    -_3D530A51E88DA36C	m0183dxacb01	Handful of Average Damp Wood Sawdust	a	the	Handfuls of Average Damp Wood Sawdust	\d	the	
    -_E596294D979909DC	m0183dxacc01	Handful of Prime Damp Wood Sawdust	a	the	Handfuls of Prime Damp Wood Sawdust	\d	the	
    -_0807FBD1E759156A	m0183dxacd01	Handful of Select Damp Wood Sawdust	a	the	Handfuls of Select Damp Wood Sawdust	\d	the	
    -_90071FF1E7591546	m0183dxace01	Handful of Superb Damp Wood Sawdust	a	the	Handfuls of Superb Damp Wood Sawdust	\d	the	
    -_8699C23129332C7B	m0183dxacf01	Handful of Magnificient Damp Wood Sawdust	a	the	Handfuls of Magnificient Damp Wood Sawdust	\d	the	
    -_32777AE0DE09FFA3	m0184dxaca01	Plain Small Reed Leaf	a	the	Plain Small Reed Leaves	\d	the	
    -_DFA81AB1BCDAC889	m0184dxacb01	Average Small Reed Leaf	an	the	Average Small Reed Leaves	\d	the	
    -_32775EDBE1EA17A3	m0184dxacc01	Prime Small Reed Leaf	a	the	Prime Small Reed Leaves	\d	the	
    -_EED2DFD837AE73B8	m0184dxacd01	Select Small Reed Leaf	a	the	Select Small Reed Leaves	\d	the	
    -_69C39BEB3BEFB3B8	m0184dxace01	Superb Small Reed Leaf	a	the	Superb Small Reed Leaves	\d	the	
    -_7C86F180226F5110	m0184dxacf01	Magnificient Small Reed Leaf	a	the	Magnificient Small Reed Leaves	\d	the	
    -_6E067AE01C492FA9	m0185dxaca01	Plain Large Reed Leaf	a	the	Plain Large Reed Leaves	\d	the	
    -_1D585E9EB9EB9883	m0185dxacb01	Average Large Reed Leaf	an	the	Average Large Reed Leaves	\d	the	
    -_6E065EDB1F2A47A9	m0185dxacc01	Prime Large Reed Leaf	a	the	Prime Large Reed Leaves	\d	the	
    -_2DD2C3D3B99E9BAD	m0185dxacd01	Select Large Reed Leaf	a	the	Select Large Reed Leaves	\d	the	
    -_A8C37FE6BDDFDBAD	m0185dxace01	Superb Large Reed Leaf	a	the	Superb Large Reed Leaves	\d	the	
    -_0406B980226F1907	m0185dxacf01	Magnificient Large Reed Leaf	a	the	Magnificient Large Reed Leaves	\d	the	
    -_2EB67AE0E0AA07A1	m0186dxaca01	Plain Giant Reed Leaf	a	the	Plain Giant Reed Leaves	\d	the	
    -_E1C81AB539DAB87F	m0186dxacb01	Average Giant Reed Leaf	an	the	Average Giant Reed Leaves	\d	the	
    -_2EB65EDBE38B1FA1	m0186dxacc01	Prime Giant Reed Leaf	a	the	Prime Giant Reed Leaves	\d	the	
    -_EBD2FFDA398E43B6	m0186dxacd01	Select Giant Reed Leaf	a	the	Select Giant Reed Leaves	\d	the	
    -_66C3BBED3DCF83B6	m0186dxace01	Superb Giant Reed Leaf	a	the	Superb Giant Reed Leaves	\d	the	
    -_7C069180226F9116	m0186dxacf01	Magnificient Giant Reed Leaf	a	the	Magnificient Giant Reed Leaves	\d	the	
    -_E17674EB8582D86D	m0187dxaca01	Fragment of Plain Small Thorn	a	the	Fragments of Plain Small Thorn	\d	the	
    -_0BC529079C8DE546	m0187dxacb01	Fragment of Average Small Thorn	a	the	Fragments of Average Small Thorn	\d	the	
    -_63F694EB85F2E86C	m0187dxacc01	Fragment of Prime Small Thorn	a	the	Fragments of Prime Small Thorn	\d	the	
    -_2CA11007C5C8D22A	m0187dxacd01	Fragment of Select Small Thorn	a	the	Fragments of Select Small Thorn	\d	the	
    -_2CE254F589C89A49	m0187dxace01	Fragment of Superb Small Thorn	a	the	Fragments of Superb Small Thorn	\d	the	
    -_8F7E7B7FC733C97D	m0187dxacf01	Fragment of Magnificient Small Thorn	a	the	Fragments of Magnificient Small Thorn	\d	the	
    -_9F1730F58211D867	m0188dxaca01	Fragment of Plain Large Thorn	a	the	Fragments of Plain Large Thorn	\d	the	
    -_C9D6F9F95A9EB539	m0188dxacb01	Fragment of Average Large Thorn	a	the	Fragments of Average Large Thorn	\d	the	
    -_219750F58281E866	m0188dxacc01	Fragment of Prime Large Thorn	a	the	Fragments of Prime Large Thorn	\d	the	
    -_67E054FB0458BE3C	m0188dxacd01	Fragment of Select Large Thorn	a	the	Fragments of Select Large Thorn	\d	the	
    -_672198E9C858865B	m0188dxace01	Fragment of Superb Large Thorn	a	the	Fragments of Superb Large Thorn	\d	the	
    -_8F0E4B8B0802AD7E	m0188dxacf01	Fragment of Magnificient Large Thorn	a	the	Fragments of Magnificient Large Thorn	\d	the	
    -_61F76CDF84C1D877	m0189dxaca01	Fragment of Plain Giant Thorn	a	the	Fragments of Plain Giant Thorn	\d	the	
    -_8BC519031C8DD544	m0189dxacb01	Fragment of Average Giant Thorn	a	the	Fragments of Average Giant Thorn	\d	the	
    -_E3778CDF8431E876	m0189dxacc01	Fragment of Prime Giant Thorn	a	the	Fragments of Prime Giant Thorn	\d	the	
    -_2D001003C249DA2C	m0189dxacd01	Fragment of Select Giant Thorn	a	the	Fragments of Select Giant Thorn	\d	the	
    -_2D4154F18649A24B	m0189dxace01	Fragment of Superb Giant Thorn	a	the	Fragments of Superb Giant Thorn	\d	the	
    -_8FFFA381C632997F	m0189dxacf01	Fragment of Magnificient Giant Thorn	a	the	Fragments of Magnificient Giant Thorn	\d	the	
    -_12994D455971C5B9	m0190dxaca01	Handful of Plain Fresh Bark	a	the	Handfuls of Plain Fresh Bark	\d	the	
    -_181C4D8E0B0BA993	m0190dxacb01	Handful of Average Fresh Bark	a	the	Handfuls of Average Fresh Bark	\d	the	
    -_8E1995515971C5B9	m0190dxacc01	Handful of Prime Fresh Bark	a	the	Handfuls of Prime Fresh Bark	\d	the	
    -_838745F7095ED088	m0190dxacd01	Handful of Select Fresh Bark	a	the	Handfuls of Select Fresh Bark	\d	the	
    -_47C89907095E8885	m0190dxace01	Handful of Superb Fresh Bark	a	the	Handfuls of Superb Fresh Bark	\d	the	
    -_5561F92D989ECE1F	m0190dxacf01	Handful of Magnificient Fresh Bark	a	the	Handfuls of Magnificient Fresh Bark	\d	the	
    -_3B4CCB6400FC99D1	m0191dxaca01	Handful of Plain Dry Bark	a	the	Handfuls of Plain Dry Bark	\d	the	
    -_8CBBF9574127BD48	m0191dxacb01	Handful of Average Dry Bark	a	the	Handfuls of Average Dry Bark	\d	the	
    -_F98CCF6E025D99D1	m0191dxacc01	Handful of Prime Dry Bark	a	the	Handfuls of Prime Dry Bark	\d	the	
    -_BE2857746B11CF2D	m0191dxacd01	Handful of Select Dry Bark	a	the	Handfuls of Select Dry Bark	\d	the	
    -_FD196B886F11CF1B	m0191dxace01	Handful of Superb Dry Bark	a	the	Handfuls of Superb Dry Bark	\d	the	
    -_8EBFC69AAFFAE62F	m0191dxacf01	Handful of Magnificient Dry Bark	a	the	Handfuls of Magnificient Dry Bark	\d	the	
    -_6C4CC44AD93448F9	m0192dxaca01	Handful of Plain Dry Straw	a	the	Handfuls of Plain Dry Straw	\d	the	
    -_00C4B1E13050BDE0	m0192dxacb01	Handful of Average Dry Straw	a	the	Handfuls of Average Dry Straw	\d	the	
    -_2AFCFC585A3448F9	m0192dxacc01	Handful of Prime Dry Straw	a	the	Handfuls of Prime Dry Straw	\d	the	
    -_A67F6F435F2D0B85	m0192dxacd01	Handful of Select Dry Straw	a	the	Handfuls of Select Dry Straw	\d	the	
    -_2E7F93635F2D0B61	m0192dxace01	Handful of Superb Dry Straw	a	the	Handfuls of Superb Dry Straw	\d	the	
    -_A35DA07BEC7B2AD2	m0192dxacf01	Handful of Magnificient Dry Straw	a	the	Handfuls of Magnificient Dry Straw	\d	the	
    -_2CFF0B3F5DD12DDE	m0193dxaca01	Handful of Plain Damp Straw	a	the	Handfuls of Plain Damp Straw	\d	the	
    -_089C219AD44F50C6	m0193dxacb01	Handful of Average Damp Straw	a	the	Handfuls of Average Damp Straw	\d	the	
    -_A87F534B5DD12DDE	m0193dxacc01	Handful of Prime Damp Straw	a	the	Handfuls of Prime Damp Straw	\d	the	
    -_3DD359FA043EDCF0	m0193dxacd01	Handful of Select Damp Straw	a	the	Handfuls of Select Damp Straw	\d	the	
    -_0114AD0A043E94ED	m0193dxace01	Handful of Superb Damp Straw	a	the	Handfuls of Superb Damp Straw	\d	the	
    -_D5958E18C6EEDA0A	m0193dxacf01	Handful of Magnificient Damp Straw	a	the	Handfuls of Magnificient Damp Straw	\d	the	
    -_E71DCB0FA6D4AFB4	m0194dxaca01	Handful of Plain Dust	a	the	Handfuls of Plain Dust	\d	the	
    -_4C94FCC0616CF826	m0194dxacb01	Handful of Average Dust	a	the	Handfuls of Average Dust	\d	the	
    -_A7BEF315A6D48BB8	m0194dxacc01	Handful of Prime Dust	a	the	Handfuls of Prime Dust	\d	the	
    -_293ACA024BF5F713	m0194dxacd01	Handful of Select Dust	a	the	Handfuls of Select Dust	\d	the	
    -_F13ADE12C6E6F705	m0194dxace01	Handful of Superb Dust	a	the	Handfuls of Superb Dust	\d	the	
    -_4A3715ED10151586	m0194dxacf01	Handful of Magnificient Dust	a	the	Handfuls of Magnificient Dust	\d	the	
    -_4F6485BE8A63C179	m0195dxaca01	Plain Dry Fiber	some	the	Plain Dry Fibers	\d	the	
    -_B5949EE8159E6F23	m0195dxacb01	Average Dry Fiber	some	the	Average Dry Fibers	\d	the	
    -_D0648DB58B53E981	m0195dxacc01	Prime Dry Fiber	some	the	Prime Dry Fibers	\d	the	
    -_932F61E6CD359ABF	m0195dxacd01	Select Dry Fiber	some	the	Select Dry Fibers	\d	the	
    -_932F1DE39176EACF	m0195dxace01	Superb Dry Fiber	some	the	Superb Dry Fibers	\d	the	
    -_7930C773949113BC	m0195dxacf01	Magnificient Dry Fiber	some	the	Magnificient Dry Fibers	\d	the	
    -_D943959D91C566B6	m0196dxaca01	Plain Damp Fiber	some	the	Plain Damp Fibers	\d	the	
    -_07793A147B8E6307	m0196dxacb01	Average Damp Fiber	some	the	Average Damp Fibers	\d	the	
    -_D9439D9450859EBC	m0196dxacc01	Prime Damp Fiber	some	the	Prime Damp Fibers	\d	the	
    -_C7EC0EEC8F5EBF82	m0196dxacd01	Select Damp Fiber	some	the	Select Damp Fibers	\d	the	
    -_C7EC820A8FE03F82	m0196dxace01	Superb Damp Fiber	some	the	Superb Damp Fibers	\d	the	
    -_7CA13C5F8A5B0F4B	m0196dxacf01	Magnificient Damp Fiber	some	the	Magnificient Damp Fibers	\d	the	
    -_16982550BACC9FC2	m0197dxaca01	Plain Rotting Fiber	some	the	Plain Rotting Fibers	\d	the	
    -_179BA74AEDE3C0B1	m0197dxacb01	Average Rotting Fiber	some	the	Average Rotting Fibers	\d	the	
    -_16083D4F3C4CB7C2	m0197dxacc01	Prime Rotting Fiber	some	the	Prime Rotting Fibers	\d	the	
    -_6703934FB01FC225	m0197dxacd01	Select Rotting Fiber	some	the	Select Rotting Fibers	\d	the	
    -_2B035F6EB0600213	m0197dxace01	Superb Rotting Fiber	some	the	Superb Rotting Fibers	\d	the	
    -_D0C42FA3AF295964	m0197dxacf01	Magnificient Rotting Fiber	some	the	Magnificient Rotting Fibers	\d	the	
    -_37EFCF9304CEA559	m0198dxaca01	Fragment of Plain Small Pearly Shell	a	the	Fragments of Plain Small Pearly Shell	\d	the	
    -_D9CA93486B898322	m0198dxacb01	Fragment of Average Small Pearly Shell	a	the	Fragments of Average Small Pearly Shell	\d	the	
    -_3AD0EF9304CE8154	m0198dxacc01	Fragment of Prime Small Pearly Shell	a	the	Fragments of Prime Small Pearly Shell	\d	the	
    -_D1B4EE92FE470B06	m0198dxacd01	Fragment of Select Small Pearly Shell	a	the	Fragments of Select Small Pearly Shell	\d	the	
    -_D5F532927938C319	m0198dxace01	Fragment of Superb Small Pearly Shell	a	the	Fragments of Superb Small Pearly Shell	\d	the	
    -_F0BF73B4A79191D6	m0198dxacf01	Fragment of Magnificient Small Pearly Shell	a	the	Fragments of Magnificient Small Pearly Shell	\d	the	
    -_752FFF98405DA55A	m0199dxaca01	Fragment of Plain Large Pearly Shell	a	the	Fragments of Plain Large Pearly Shell	\d	the	
    -_D6DB6341A939C710	m0199dxacb01	Fragment of Average Large Pearly Shell	a	the	Fragments of Average Large Pearly Shell	\d	the	
    -_78101F98405D8155	m0199dxacc01	Fragment of Prime Large Pearly Shell	a	the	Fragments of Prime Large Pearly Shell	\d	the	
    -_53A416863D47EF02	m0199dxacd01	Fragment of Select Large Pearly Shell	a	the	Fragments of Select Large Pearly Shell	\d	the	
    -_57E55A86B838A715	m0199dxace01	Fragment of Superb Large Pearly Shell	a	the	Fragments of Superb Large Pearly Shell	\d	the	
    -_F0BF3BAA2F1159D7	m0199dxacf01	Fragment of Magnificient Large Pearly Shell	a	the	Fragments of Magnificient Large Pearly Shell	\d	the	
    -_F7A0D78F000DA551	m0200dxaca01	Fragment of Plain Giant Pearly Shell	a	the	Fragments of Plain Giant Pearly Shell	\d	the	
    -_14DA833C6DA9831E	m0200dxacb01	Fragment of Average Giant Pearly Shell	a	the	Fragments of Average Giant Pearly Shell	\d	the	
    -_FA81F78F000D814C	m0200dxacc01	Fragment of Prime Giant Pearly Shell	a	the	Fragments of Prime Giant Pearly Shell	\d	the	
    -_91A4BE8EFB472B00	m0200dxacd01	Fragment of Select Giant Pearly Shell	a	the	Fragments of Select Giant Pearly Shell	\d	the	
    -_95E5028E7638E313	m0200dxace01	Fragment of Superb Giant Pearly Shell	a	the	Fragments of Superb Giant Pearly Shell	\d	the	
    -_AECFB3B8A71131CE	m0200dxacf01	Fragment of Magnificient Giant Pearly Shell	a	the	Fragments of Magnificient Giant Pearly Shell	\d	the	
    -_DF34D1D20002073F	m0201dxaca01	Plain Small Pearl	a	the	Plain Small Pearls	\d	the	
    -_352F7200F7DDB37B	m0201dxacb01	Average Small Pearl	an	the	Average Small Pearls	\d	the	
    -_E195D9C90182FB43	m0201dxacc01	Prime Small Pearl	a	the	Prime Small Pearls	\d	the	
    -_50B0CA4073E773AE	m0201dxacd01	Select Small Pearl	a	the	Select Small Pearls	\d	the	
    -_54B0864FEE19B3B2	m0201dxace01	Superb Small Pearl	a	the	Superb Small Pearls	\d	the	
    -_C89D6053C8FE98A2	m0201dxacf01	Magnificient Small Pearl	a	the	Magnificient Small Pearls	\d	the	
    -_1A7315C63F92F351	m0202dxaca01	Plain Large Pearl	a	the	Plain Large Pearls	\d	the	
    -_742F72F9F39EC769	m0202dxacb01	Average Large Pearl	an	the	Average Large Pearls	\d	the	
    -_1CD41DBD4012E755	m0202dxacc01	Prime Large Pearl	a	the	Prime Large Pearls	\d	the	
    -_D3F0AE40B1979B9E	m0202dxacd01	Select Large Pearl	a	the	Select Large Pearls	\d	the	
    -_D7F06A4F2CC9DBA2	m0202dxace01	Superb Large Pearl	a	the	Superb Large Pearls	\d	the	
    -_0CDD284E0C3E609E	m0202dxacf01	Magnificient Large Pearl	a	the	Magnificient Large Pearls	\d	the	
    -_E093D1CEFD830F41	m0203dxaca01	Plain Giant Pearl	a	the	Plain Giant Pearls	\d	the	
    -_322F720879FDA36D	m0203dxacb01	Average Giant Pearl	an	the	Average Giant Pearls	\d	the	
    -_E2F4D9C5FE030345	m0203dxacc01	Prime Giant Pearl	a	the	Prime Giant Pearls	\d	the	
    -_4D709A40750793AE	m0203dxacd01	Select Giant Pearl	a	the	Select Giant Pearls	\d	the	
    -_5170564FF039D3B2	m0203dxace01	Superb Giant Pearl	a	the	Superb Giant Pearls	\d	the	
    -_C85D5055C8BE88A6	m0203dxacf01	Magnificient Giant Pearl	a	the	Magnificient Giant Pearls	\d	the	
    -_8879C6BC88DA120E	m0204dxaca01	Plain Silvery Fish Scale	a	the	Plain Silvery Fish Scales	\d	the	
    -_6ABC165F6AE45D31	m0204dxacb01	Average Silvery Fish Scale	an	the	Average Silvery Fish Scales	\d	the	
    -_89F9E6B3895A2A05	m0204dxacc01	Prime Silvery Fish Scale	a	the	Prime Silvery Fish Scales	\d	the	
    -_C7CAC06294956110	m0204dxacd01	Select Silvery Fish Scale	a	the	Select Silvery Fish Scales	\d	the	
    -_C8CB7C7194B5DD10	m0204dxace01	Superb Silvery Fish Scale	a	the	Superb Silvery Fish Scales	\d	the	
    -_41380A8DC7FFE5A7	m0204dxacf01	Magnificient Silvery Fish Scale	a	the	Magnificient Silvery Fish Scales	\d	the	
    -_62388B178BE24B9F	m0205dxaca01	Plain Golden Fish Scale	a	the	Plain Golden Fish Scales	\d	the	
    -_B75F8820E80275E9	m0205dxacb01	Average Golden Fish Scale	an	the	Average Golden Fish Scales	\d	the	
    -_2078B3148C62639F	m0205dxacc01	Prime Golden Fish Scale	a	the	Prime Golden Fish Scales	\d	the	
    -_BBE6DFACBB471FFF	m0205dxacd01	Select Golden Fish Scale	a	the	Select Golden Fish Scales	\d	the	
    -_BB27DBBBBB88170E	m0205dxace01	Superb Golden Fish Scale	a	the	Superb Golden Fish Scales	\d	the	
    -_9FC1D8B1A737D295	m0205dxacf01	Magnificient Golden Fish Scale	a	the	Magnificient Golden Fish Scales	\d	the	
    -_F0855907F5ACE805	m0206dxaca01	Plain Living Parasite	a	the	Plain Living Parasites	\d	the	
    -_19C8DCC102EE23DA	m0206dxacb01	Average Living Parasite	an	the	Average Living Parasites	\d	the	
    -_F0853D02F88D0005	m0206dxacc01	Prime Living Parasite	a	the	Prime Living Parasites	\d	the	
    -_5E362A564D92A0AF	m0206dxacd01	Select Living Parasite	a	the	Select Living Parasites	\d	the	
    -_D927E66951D3E0AF	m0206dxace01	Superb Living Parasite	a	the	Superb Living Parasites	\d	the	
    -_A4D899568AB9815A	m0206dxacf01	Magnificient Living Parasite	a	the	Magnificient Living Parasites	\d	the	
    -_53635A0D2EC73E95	m0207dxaca01	Plain Dead Parasite	a	the	Plain Dead Parasites	\d	the	
    -_E48B4600357DFC7C	m0207dxacb01	Average Dead Parasite	an	the	Average Dead Parasites	\d	the	
    -_53636204ED87769B	m0207dxacc01	Prime Dead Parasite	a	the	Prime Dead Parasites	\d	the	
    -_DC849F0ACC2D0F8D	m0207dxacd01	Select Dead Parasite	a	the	Select Dead Parasites	\d	the	
    -_DC841328CCAF8F8D	m0207dxace01	Superb Dead Parasite	a	the	Superb Dead Parasites	\d	the	
    -_F440D474E043A05D	m0207dxacf01	Magnificient Dead Parasite	a	the	Magnificient Dead Parasites	\d	the	
    -_68B1B39AA443D8B7	m0208dxaca01	Plain Small Spider Web	a	the	Plain Small Spider Webs	\d	the	
    -_FCE0666AC70ACD4F	m0208dxacb01	Average Small Spider Web	an	the	Average Small Spider Webs	\d	the	
    -_26F1DB97A5C3F0B7	m0208dxacc01	Prime Small Spider Web	a	the	Prime Small Spider Webs	\d	the	
    -_C7BE4C0AC71F8C60	m0208dxacd01	Select Small Spider Web	a	the	Select Small Spider Webs	\d	the	
    -_C7FF4819C760846F	m0208dxace01	Superb Small Spider Web	a	the	Superb Small Spider Webs	\d	the	
    -_5DE3A143BAC436E1	m0208dxacf01	Magnificient Small Spider Web	a	the	Magnificient Small Spider Webs	\d	the	
    -_65409795E813A8C9	m0209dxaca01	Plain Large Spider Web	a	the	Plain Large Spider Webs	\d	the	
    -_40204A63851B8144	m0209dxacb01	Average Large Spider Web	an	the	Average Large Spider Webs	\d	the	
    -_2380BF92E993C0C9	m0209dxacc01	Prime Large Spider Web	a	the	Prime Large Spider Webs	\d	the	
    -_446E90FE44CFD055	m0209dxacd01	Select Large Spider Web	a	the	Select Large Spider Webs	\d	the	
    -_44AF8C0D4410C864	m0209dxace01	Superb Large Spider Web	a	the	Superb Large Spider Webs	\d	the	
    -_E0238543F8745ED1	m0209dxacf01	Magnificient Large Spider Web	a	the	Magnificient Large Spider Webs	\d	the	
    -_DD95DF52314C0B9F	m0210dxaca01	Ball of Plain Worm Silk	a	the	Balls of Plain Worm Silk	\d	the	
    -_73CDAA0A0C2B1120	m0210dxacb01	Ball of Average Worm Silk	a	the	Balls of Average Worm Silk	\d	the	
    -_DE15FF4932CC2396	m0210dxacc01	Ball of Prime Worm Silk	a	the	Balls of Prime Worm Silk	\d	the	
    -_391DE4CAE9429F8D	m0210dxacd01	Ball of Select Worm Silk	a	the	Balls of Select Worm Silk	\d	the	
    -_3A1EA0D9E9621B8D	m0210dxace01	Ball of Superb Worm Silk	a	the	Balls of Superb Worm Silk	\d	the	
    -_B6280D373EE71194	m0210dxacf01	Ball of Magnificient Worm Silk	a	the	Balls of Magnificient Worm Silk	\d	the	
    -_43BECA053AEAAD31	m0211dxaca01	Ball of Plain Spider Silk	a	the	Balls of Plain Spider Silk	\d	the	
    -_F0F8C5782E575DCE	m0211dxacb01	Ball of Average Spider Silk	a	the	Balls of Average Spider Silk	\d	the	
    -_C4BED2FC3BDAD539	m0211dxacc01	Ball of Prime Spider Silk	a	the	Balls of Prime Spider Silk	\d	the	
    -_31B45A3017D8C147	m0211dxacd01	Ball of Select Spider Silk	a	the	Balls of Select Spider Silk	\d	the	
    -_31B4162DDB191157	m0211dxace01	Ball of Superb Spider Silk	a	the	Balls of Superb Spider Silk	\d	the	
    -_30FD6265B67D8863	m0211dxacf01	Ball of Magnificient Spider Silk	a	the	Balls of Magnificient Spider Silk	\d	the	
    -_8740D08CB3B10D5F	m0212dxaca01	Plain Small Firefly Abdomen	a	the	Plain Small Firefly Abdomens	\d	the	
    -_03EC3F3328B8B254	m0212dxacb01	Average Small Firefly Abdomen	an	the	Average Small Firefly Abdomens	\d	the	
    -_8740D88372714565	m0212dxacc01	Prime Small Firefly Abdomen	a	the	Prime Small Firefly Abdomens	\d	the	
    -_5CAED1EA32D7615A	m0212dxacd01	Select Small Firefly Abdomen	a	the	Select Small Firefly Abdomens	\d	the	
    -_5CAE45083259E15A	m0212dxace01	Superb Small Firefly Abdomen	a	the	Superb Small Firefly Abdomens	\d	the	
    -_812A8E3689D773AD	m0212dxacf01	Magnificient Small Firefly Abdomen	a	the	Magnificient Small Firefly Abdomens	\d	the	
    -_C80FB48CB341DD6C	m0213dxaca01	Plain Large Firefly Abdomen	a	the	Plain Large Firefly Abdomens	\d	the	
    -_03EC23272A09664E	m0213dxacb01	Average Large Firefly Abdomen	an	the	Average Large Firefly Abdomens	\d	the	
    -_C80FBC8372011572	m0213dxacc01	Prime Large Firefly Abdomen	a	the	Prime Large Firefly Abdomens	\d	the	
    -_DAAED1EAAE37E943	m0213dxacd01	Select Large Firefly Abdomen	a	the	Select Large Firefly Abdomens	\d	the	
    -_DAAE4508AEB96943	m0213dxace01	Superb Large Firefly Abdomen	a	the	Superb Large Firefly Abdomens	\d	the	
    -_031AB62AC8D757A9	m0213dxacf01	Magnificient Large Firefly Abdomen	a	the	Magnificient Large Firefly Abdomens	\d	the	
    -_895D5E83014F3D8A	m0214dxaca01	Fragment of Plain Red Butterfly Wing	a	the	Fragments of Plain Red Butterfly Wing	\d	the	
    -_C2DBAB6FFB25FF40	m0214dxacb01	Fragment of Average Red Butterfly Wing	a	the	Fragments of Average Red Butterfly Wing	\d	the	
    -_8C3E7E83014F1985	m0214dxacc01	Fragment of Prime Red Butterfly Wing	a	the	Fragments of Prime Red Butterfly Wing	\d	the	
    -_D95FF698039A14CB	m0214dxacd01	Fragment of Select Red Butterfly Wing	a	the	Fragments of Select Red Butterfly Wing	\d	the	
    -_DDA03A987E8BCCDE	m0214dxace01	Fragment of Superb Red Butterfly Wing	a	the	Fragments of Superb Red Butterfly Wing	\d	the	
    -_7613ED0225F1B9F8	m0214dxacf01	Fragment of Magnificient Red Butterfly Wing	a	the	Fragments of Magnificient Red Butterfly Wing	\d	the	
    -_0960074AD2B2FA44	m0215dxaca01	Fragment of Plain Green Butterfly Wing	a	the	Fragments of Plain Green Butterfly Wing	\d	the	
    -_31C4E7F9C2EB9B73	m0215dxacb01	Fragment of Average Green Butterfly Wing	a	the	Fragments of Average Green Butterfly Wing	\d	the	
    -_0AE0274A90F21A41	m0215dxacc01	Fragment of Prime Green Butterfly Wing	a	the	Fragments of Prime Green Butterfly Wing	\d	the	
    -_C0FCF4C813B4A805	m0215dxacd01	Fragment of Select Green Butterfly Wing	a	the	Fragments of Select Green Butterfly Wing	\d	the	
    -_C03DF0D713F5A014	m0215dxace01	Fragment of Superb Green Butterfly Wing	a	the	Fragments of Superb Green Butterfly Wing	\d	the	
    -_122A84B6EDB7EE5B	m0215dxacf01	Fragment of Magnificient Green Butterfly Wing	a	the	Fragments of Magnificient Green Butterfly Wing	\d	the	
    -_DC8072C7756CD3CD	m0216dxaca01	Fragment of Plain Blue Butterfly Wing	a	the	Fragments of Plain Blue Butterfly Wing	\d	the	
    -_F8E118844B99D4C2	m0216dxacb01	Fragment of Average Blue Butterfly Wing	a	the	Fragments of Average Blue Butterfly Wing	\d	the	
    -_5E0092C775DCE3CC	m0216dxacc01	Fragment of Prime Blue Butterfly Wing	a	the	Fragments of Prime Blue Butterfly Wing	\d	the	
    -_8A7D9AA803005343	m0216dxacd01	Fragment of Select Blue Butterfly Wing	a	the	Fragments of Select Blue Butterfly Wing	\d	the	
    -_8ABEDE96C7001B62	m0216dxace01	Fragment of Superb Blue Butterfly Wing	a	the	Fragments of Superb Blue Butterfly Wing	\d	the	
    -_0349785DBE0ECB20	m0216dxacf01	Fragment of Magnificient Blue Butterfly Wing	a	the	Fragments of Magnificient Blue Butterfly Wing	\d	the	
    -_8B7FCFCADE378F09	m0217dxaca01	Fragment of Plain Yellow Butterfly Wing	a	the	Fragments of Plain Yellow Butterfly Wing	\d	the	
    -_FFD728F3CCC0E76C	m0217dxacb01	Fragment of Average Yellow Butterfly Wing	a	the	Fragments of Average Yellow Butterfly Wing	\d	the	
    -_8CFFEFC1DFB7A700	m0217dxacc01	Fragment of Prime Yellow Butterfly Wing	a	the	Fragments of Prime Yellow Butterfly Wing	\d	the	
    -_1F75BF2694258FB9	m0217dxacd01	Fragment of Select Yellow Butterfly Wing	a	the	Fragments of Select Yellow Butterfly Wing	\d	the	
    -_1F953F26952647C8	m0217dxace01	Fragment of Superb Yellow Butterfly Wing	a	the	Fragments of Superb Yellow Butterfly Wing	\d	the	
    -_C20CC956F0C16DC5	m0217dxacf01	Fragment of Magnificient Yellow Butterfly Wing	a	the	Fragments of Magnificient Yellow Butterfly Wing	\d	the	
    -_2606AFB72A64CC0E	m0218dxaca01	Portion of Plain Fresh Wax	a	the	Portions of Plain Fresh Wax	\d	the	
    -_180831EAF92070B7	m0218dxacb01	Portion of Average Fresh Wax	a	the	Portions of Average Fresh Wax	\d	the	
    -_E4B6E7C5AB64CC0E	m0218dxacc01	Portion of Prime Fresh Wax	a	the	Portions of Prime Fresh Wax	\d	the	
    -_7C51F91824CF536B	m0218dxacd01	Portion of Select Fresh Wax	a	the	Portions of Select Fresh Wax	\d	the	
    -_04511D3824CF5347	m0218dxace01	Portion of Superb Fresh Wax	a	the	Portions of Superb Fresh Wax	\d	the	
    -_A2EB57782F6BBBDF	m0218dxacf01	Portion of Magnificient Fresh Wax	a	the	Portions of Magnificient Fresh Wax	\d	the	
    -_730FAF1BCECEB7AB	m0219dxaca01	Portion of Plain Dry Wax	a	the	Portions of Plain Dry Wax	\d	the	
    -_B4C72BD5603CFF75	m0219dxacb01	Portion of Average Dry Wax	a	the	Portions of Average Dry Wax	\d	the	
    -_314FD718CF4ECFAB	m0219dxacc01	Portion of Prime Dry Wax	a	the	Portions of Prime Dry Wax	\d	the	
    -_2A9112ABBD1E3C24	m0219dxacd01	Portion of Select Dry Wax	a	the	Portions of Select Dry Wax	\d	the	
    -_EE7062BBBE1F3C12	m0219dxace01	Portion of Superb Dry Wax	a	the	Portions of Superb Dry Wax	\d	the	
    -_69D65646C5BE8AA2	m0219dxacf01	Portion of Magnificient Dry Wax	a	the	Portions of Magnificient Dry Wax	\d	the	
    -_3BBA5F76BB1BABC4	m0220dxaca01	Plain Fresh Flower Petal	a	the	Plain Fresh Flower Petals	\d	the	
    -_49BA3E31D7C3F129	m0220dxacb01	Average Fresh Flower Petal	an	the	Average Fresh Flower Petals	\d	the	
    -_3C3A7F6DBC9BC3BB	m0220dxacc01	Prime Fresh Flower Petal	a	the	Prime Fresh Flower Petals	\d	the	
    -_4C6E741E2DF3B82D	m0220dxacd01	Select Fresh Flower Petal	a	the	Select Fresh Flower Petals	\d	the	
    -_4D6F302D2D13342D	m0220dxace01	Superb Fresh Flower Petal	a	the	Superb Fresh Flower Petals	\d	the	
    -_5407F9EF3C5969BB	m0220dxacf01	Magnificient Fresh Flower Petal	a	the	Magnificient Fresh Flower Petals	\d	the	
    -_3B5A277ABBBB73C9	m0221dxaca01	Plain Dried Flower Petal	a	the	Plain Dried Flower Petals	\d	the	
    -_499A3E2D54C3B92C	m0221dxacb01	Average Dried Flower Petal	an	the	Average Dried Flower Petals	\d	the	
    -_3CDA4771BC3B8BC0	m0221dxacc01	Prime Dried Flower Petal	a	the	Prime Dried Flower Petals	\d	the	
    -_49AE741C2C12C82A	m0221dxacd01	Select Dried Flower Petal	a	the	Select Dried Flower Petals	\d	the	
    -_4AAF302B2C32442A	m0221dxace01	Superb Dried Flower Petal	a	the	Superb Dried Flower Petals	\d	the	
    -_5507F1EBB99959AC	m0221dxacf01	Magnificient Dried Flower Petal	a	the	Magnificient Dried Flower Petals	\d	the	
    -_B63965C043C672EC	m0222dxaca01	Plain Small Bud	a	the	Plain Small Buds	\d	the	
    -_0B14499712B26F70	m0222dxacb01	Average Small Bud	an	the	Average Small Buds	\d	the	
    -_74798DBD44468AEC	m0222dxacc01	Prime Small Bud	a	the	Prime Small Buds	\d	the	
    -_9291168612F256D6	m0222dxacd01	Select Small Bud	a	the	Select Small Buds	\d	the	
    -_92D2129512334EE5	m0222dxace01	Superb Small Bud	a	the	Superb Small Buds	\d	the	
    -_AB9763C3C59BD405	m0222dxacf01	Magnificient Small Bud	a	the	Magnificient Small Buds	\d	the	
    -_B3C849BB879642FE	m0223dxaca01	Plain Large Bud	a	the	Plain Large Buds	\d	the	
    -_4F542D90D0C32365	m0223dxacb01	Average Large Bud	an	the	Average Large Buds	\d	the	
    -_710871B888165AFE	m0223dxacc01	Prime Large Bud	a	the	Prime Large Buds	\d	the	
    -_0F415A7A8FA29ACB	m0223dxacd01	Select Large Bud	a	the	Select Large Buds	\d	the	
    -_0F8256898FE392DA	m0223dxace01	Superb Large Bud	a	the	Superb Large Buds	\d	the	
    -_2ED747C3034BFCF5	m0223dxacf01	Magnificient Large Bud	a	the	Magnificient Large Buds	\d	the	
    -_D6A94D455973CDD9	m0224dxaca01	Handful of Plain Fresh Moss	a	the	Handfuls of Plain Fresh Moss	\d	the	
    -_56AD51A40EEBD597	m0224dxacb01	Handful of Average Fresh Moss	a	the	Handfuls of Average Fresh Moss	\d	the	
    -_522995515973CDD9	m0224dxacc01	Handful of Prime Fresh Moss	a	the	Handfuls of Prime Fresh Moss	\d	the	
    -_C19745FF4B4E3497	m0224dxacd01	Handful of Select Fresh Moss	a	the	Handfuls of Select Fresh Moss	\d	the	
    -_85D8990F4B4EEC94	m0224dxace01	Handful of Superb Fresh Moss	a	the	Handfuls of Superb Fresh Moss	\d	the	
    -_5601252D989EEE2C	m0224dxacf01	Handful of Magnificient Fresh Moss	a	the	Handfuls of Magnificient Fresh Moss	\d	the	
    -_B9BDFB72C3FC99DD	m0225dxaca01	Handful of Plain Dry Moss	a	the	Handfuls of Plain Dry Moss	\d	the	
    -_50CBF9574129C568	m0225dxacb01	Handful of Average Dry Moss	a	the	Handfuls of Average Dry Moss	\d	the	
    -_77FDFF7CC55D99DD	m0225dxacc01	Handful of Prime Dry Moss	a	the	Handfuls of Prime Dry Moss	\d	the	
    -_BFC883746B11EF3A	m0225dxacd01	Handful of Select Dry Moss	a	the	Handfuls of Select Dry Moss	\d	the	
    -_FEB997886F11EF28	m0225dxace01	Handful of Superb Dry Moss	a	the	Handfuls of Superb Dry Moss	\d	the	
    -_CEDFFEADEFDA1233	m0225dxacf01	Handful of Magnificient Dry Moss	a	the	Handfuls of Magnificient Dry Moss	\d	the	
    -_F00652E8617CC0F3	m0226dxaca01	Plain Fresh Dandelion	a	the	Plain Fresh Dandelions	\d	the	
    -_5CCA77B6842EC495	m0226dxacb01	Average Fresh Dandelion	an	the	Average Fresh Dandelions	\d	the	
    -_F00636E3645DD8F3	m0226dxacc01	Prime Fresh Dandelion	a	the	Prime Fresh Dandelions	\d	the	
    -_EA82C70D897288BB	m0226dxacd01	Select Fresh Dandelion	a	the	Select Fresh Dandelions	\d	the	
    -_657383208DB3C8BB	m0226dxace01	Superb Fresh Dandelion	a	the	Superb Fresh Dandelions	\d	the	
    -_9E38D178202F5160	m0226dxacf01	Magnificient Fresh Dandelion	a	the	Magnificient Fresh Dandelions	\d	the	
    -_70E652E8605B98F8	m0227dxaca01	Plain Dried Dandelion	a	the	Plain Dried Dandelions	\d	the	
    -_5BE987B2816EC494	m0227dxacb01	Average Dried Dandelion	an	the	Average Dried Dandelions	\d	the	
    -_70E636E3633CB0F8	m0227dxacc01	Prime Dried Dandelion	a	the	Prime Dried Dandelions	\d	the	
    -_6A82B7FF899190BC	m0227dxacd01	Select Dried Dandelion	a	the	Select Dried Dandelions	\d	the	
    -_E57373128DD2D0BC	m0227dxace01	Superb Dried Dandelion	a	the	Superb Dried Dandelions	\d	the	
    -_A038C178202F3145	m0227dxacf01	Magnificient Dried Dandelion	a	the	Magnificient Dried Dandelions	\d	the	
    -_05FAFFAB855B4B01	m0228dxaca01	Plain Blooming Dandelion	a	the	Plain Blooming Dandelions	\d	the	
    -_775877A96CB7F5F2	m0228dxacb01	Average Blooming Dandelion	an	the	Average Blooming Dandelions	\d	the	
    -_067A1FA286DB63F8	m0228dxacc01	Prime Blooming Dandelion	a	the	Prime Blooming Dandelions	\d	the	
    -_F9CD54377A634947	m0228dxacd01	Select Blooming Dandelion	a	the	Select Blooming Dandelions	\d	the	
    -_FACE10467A83C547	m0228dxace01	Superb Blooming Dandelion	a	the	Superb Blooming Dandelions	\d	the	
    -_D0855D28069EB276	m0228dxacf01	Magnificient Blooming Dandelion	a	the	Magnificient Blooming Dandelions	\d	the	
    -_B08796EBA36B1BA8	m0229dxaca01	Plain Small Reed Stem	a	the	Plain Small Reed Stems	\d	the	
    -_21992AC07DDAE492	m0229dxacb01	Average Small Reed Stem	an	the	Average Small Reed Stems	\d	the	
    -_B0877AE6A64C33A8	m0229dxacc01	Prime Small Reed Stem	a	the	Prime Small Reed Stems	\d	the	
    -_2E2237E3FB1F73BD	m0229dxacd01	Select Small Reed Stem	a	the	Select Small Reed Stems	\d	the	
    -_A913F3F6FF60B3BD	m0229dxace01	Superb Small Reed Stem	a	the	Superb Small Reed Stems	\d	the	
    -_FA96F180A6EFC923	m0229dxacf01	Magnificient Small Reed Stem	a	the	Magnificient Small Reed Stems	\d	the	
    -_2C1696EBE1AB4BA4	m0230dxaca01	Plain Large Reed Stem	a	the	Plain Large Reed Stems	\d	the	
    -_9F496EAD7AEBB482	m0230dxacb01	Average Large Reed Stem	an	the	Average Large Reed Stems	\d	the	
    -_2C167AE6E48C63A4	m0230dxacc01	Prime Large Reed Stem	a	the	Prime Large Reed Stems	\d	the	
    -_AD221BDE7D0F9BA8	m0230dxacd01	Select Large Reed Stem	a	the	Select Large Reed Stems	\d	the	
    -_2813D7F18150DBA8	m0230dxace01	Superb Large Reed Stem	a	the	Superb Large Reed Stems	\d	the	
    -_C216B980A6EF9110	m0230dxacf01	Magnificient Large Reed Stem	a	the	Magnificient Large Reed Stems	\d	the	
    -_E544BD05B26AA3B4	m0231dxaca01	Handful of Plain Fresh Loose Soil	a	the	Handfuls of Plain Fresh Loose Soil	\d	the	
    -_C639833DF733D7A4	m0231dxacb01	Handful of Average Fresh Loose Soil	a	the	Handfuls of Average Fresh Loose Soil	\d	the	
    -_A384C10FB4CBA3B4	m0231dxacc01	Handful of Prime Fresh Loose Soil	a	the	Handfuls of Prime Fresh Loose Soil	\d	the	
    -_98B109389B5E55E0	m0231dxacd01	Handful of Select Fresh Loose Soil	a	the	Handfuls of Select Fresh Loose Soil	\d	the	
    -_D7A21D4C9F5E55CE	m0231dxace01	Handful of Superb Fresh Loose Soil	a	the	Handfuls of Superb Fresh Loose Soil	\d	the	
    -_7C3943835CF19813	m0231dxacf01	Handful of Magnificient Fresh Loose Soil	a	the	Handfuls of Magnificient Fresh Loose Soil	\d	the	
    -_6544ADF7B289ABB5	m0232dxaca01	Handful of Plain Dried Loose Soil	a	the	Handfuls of Plain Dried Loose Soil	\d	the	
    -_C477A33DF733D7A5	m0232dxacb01	Handful of Average Dried Loose Soil	a	the	Handfuls of Average Dried Loose Soil	\d	the	
    -_2384B101B4EAABB5	m0232dxacc01	Handful of Prime Dried Loose Soil	a	the	Handfuls of Prime Dried Loose Soil	\d	the	
    -_9871C12E9C3E4DE1	m0232dxacd01	Handful of Select Dried Loose Soil	a	the	Handfuls of Select Dried Loose Soil	\d	the	
    -_D762D542A03E4DCF	m0232dxace01	Handful of Superb Dried Loose Soil	a	the	Handfuls of Superb Dried Loose Soil	\d	the	
    -_7D393B7FD9318804	m0232dxacf01	Handful of Magnificient Dried Loose Soil	a	the	Handfuls of Magnificient Dried Loose Soil	\d	the	
    -_30953CDF930C27FF	m0233dxaca01	Phial of Plain Fresh Modified Sap	a	the	Phials of Plain Fresh Modified Sap	\d	the	
    -_C6E4F527D6893FEF	m0233dxacb01	Phial of Average Fresh Modified Sap	a	the	Phials of Average Fresh Modified Sap	\d	the	
    -_309520E353AD4705	m0233dxacc01	Phial of Prime Fresh Modified Sap	a	the	Phials of Prime Fresh Modified Sap	\d	the	
    -_8CD147DD1F24C7B5	m0233dxacd01	Phial of Select Fresh Modified Sap	a	the	Phials of Select Fresh Modified Sap	\d	the	
    -_8CB03FEC206607B5	m0233dxace01	Phial of Superb Fresh Modified Sap	a	the	Phials of Superb Fresh Modified Sap	\d	the	
    -_F295B5F514B05BF7	m0233dxacf01	Phial of Magnificient Fresh Modified Sap	a	the	Phials of Magnificient Fresh Modified Sap	\d	the	
    -_B19534DF922B27F2	m0234dxaca01	Phial of Plain Dried Modified Sap	a	the	Phials of Plain Dried Modified Sap	\d	the	
    -_C6E4D50BD8892FF0	m0234dxacb01	Phial of Average Dried Modified Sap	a	the	Phials of Average Dried Modified Sap	\d	the	
    -_B19518E352CC47F8	m0234dxacc01	Phial of Prime Dried Modified Sap	a	the	Phials of Prime Dried Modified Sap	\d	the	
    -_0CD147D99B83D7B4	m0234dxacd01	Phial of Select Dried Modified Sap	a	the	Phials of Select Dried Modified Sap	\d	the	
    -_0CB03FE89CC517B4	m0234dxace01	Phial of Superb Dried Modified Sap	a	the	Phials of Superb Dried Modified Sap	\d	the	
    -_F194C5F5947023FC	m0234dxacf01	Phial of Magnificient Dried Modified Sap	a	the	Phials of Magnificient Dried Modified Sap	\d	the	
    -_BED34F96F1CB79EC	m0235dxaca01	Plain Small Insect Fossil	a	the	Plain Small Insect Fossils	\d	the	
    -_737B2C661C5AB160	m0235dxacb01	Average Small Insect Fossil	an	the	Average Small Insect Fossils	\d	the	
    -_C034578DF24B6DF0	m0235dxacc01	Prime Small Insect Fossil	a	the	Prime Small Insect Fossils	\d	the	
    -_483C800294928082	m0235dxacd01	Select Small Insect Fossil	a	the	Select Small Insect Fossils	\d	the	
    -_4C3C3C110FC4C086	m0235dxace01	Superb Small Insect Fossil	a	the	Superb Small Insect Fossils	\d	the	
    -_79C6F543B9272D96	m0235dxacf01	Magnificient Small Insect Fossil	a	the	Magnificient Small Insect Fossils	\d	the	
    -_F912938A305B65FE	m0236dxaca01	Plain Large Insect Fossil	a	the	Plain Large Insect Fossils	\d	the	
    -_B27B2C5F181BC54E	m0236dxacb01	Average Large Insect Fossil	an	the	Average Large Insect Fossils	\d	the	
    -_FB739B8131DB5902	m0236dxacc01	Prime Large Insect Fossil	a	the	Prime Large Insect Fossils	\d	the	
    -_CB7C6402D242A872	m0236dxacd01	Select Large Insect Fossil	a	the	Select Large Insect Fossils	\d	the	
    -_CF7C20114D74E876	m0236dxace01	Superb Large Insect Fossil	a	the	Superb Large Insect Fossils	\d	the	
    -_BD06BD3EFD67F592	m0236dxacf01	Magnificient Large Insect Fossil	a	the	Magnificient Large Insect Fossils	\d	the	
    -_BFCDF699FF2E42EE	m0237dxaca01	Plain Small Plant Fossil	a	the	Plain Small Plant Fossils	\d	the	
    -_C5ADB67349165442	m0237dxacb01	Average Small Plant Fossil	an	the	Average Small Plant Fossils	\d	the	
    -_C04D169000AE5AE5	m0237dxacc01	Prime Small Plant Fossil	a	the	Prime Small Plant Fossils	\d	the	
    -_F90F9C4476DF6050	m0237dxacd01	Select Small Plant Fossil	a	the	Select Small Plant Fossils	\d	the	
    -_FA10585376FFDC50	m0237dxace01	Superb Small Plant Fossil	a	the	Superb Small Plant Fossils	\d	the	
    -_16A79118EDFBDA70	m0237dxacf01	Magnificient Small Plant Fossil	a	the	Magnificient Small Plant Fossils	\d	the	
    -_BCECE2AAFC4D2E00	m0238dxaca01	Plain Large Plant Fossil	a	the	Plain Large Plant Fossils	\d	the	
    -_C23CB66C07B7104D	m0238dxacb01	Average Large Plant Fossil	an	the	Average Large Plant Fossils	\d	the	
    -_BD6C02A1FDCD46F7	m0238dxacc01	Prime Large Plant Fossil	a	the	Prime Large Plant Fossils	\d	the	
    -_F6206C3DB48FA43E	m0238dxacd01	Select Large Plant Fossil	a	the	Select Large Plant Fossils	\d	the	
    -_F721284CB4AF203E	m0238dxace01	Superb Large Plant Fossil	a	the	Superb Large Plant Fossils	\d	the	
    -_5AE77511AB0C8E65	m0238dxacf01	Magnificient Large Plant Fossil	a	the	Magnificient Large Plant Fossils	\d	the	
    -_95A01DDD13C1329B	m0239dxaca01	Plain Red Pigment	a	the	Plain Red Pigments	\d	the	
    -_B820F32DDDCAAF7A	m0239dxacb01	Average Red Pigment	an	the	Average Red Pigments	\d	the	
    -_970125D41441269F	m0239dxacc01	Prime Red Pigment	a	the	Prime Red Pigments	\d	the	
    -_946F329131B72F5E	m0239dxacd01	Select Red Pigment	a	the	Select Red Pigments	\d	the	
    -_986FEEA0ACE96F62	m0239dxace01	Superb Red Pigment	a	the	Superb Red Pigments	\d	the	
    -_1070FC0F50D13466	m0239dxacf01	Magnificient Red Pigment	a	the	Magnificient Red Pigments	\d	the	
    -_16635AF3DE999F89	m0240dxaca01	Plain Green Pigment	a	the	Plain Green Pigments	\d	the	
    -_5F77FA58F3ED3C75	m0240dxacb01	Average Green Pigment	an	the	Average Green Pigments	\d	the	
    -_166362EA9D59D78F	m0240dxacc01	Prime Green Pigment	a	the	Prime Green Pigments	\d	the	
    -_5F6217AA7A8B0F94	m0240dxacd01	Select Green Pigment	a	the	Select Green Pigments	\d	the	
    -_5F628BC87A0D8F94	m0240dxace01	Superb Green Pigment	a	the	Superb Green Pigments	\d	the	
    -_4C5FF872DDAFD121	m0240dxacf01	Magnificient Green Pigment	a	the	Magnificient Green Pigments	\d	the	
    -_5E623DBE1DB75F58	m0241dxaca01	Plain Blue Pigment	a	the	Plain Blue Pigments	\d	the	
    -_CD0AA7A67CADCF11	m0241dxacb01	Average Blue Pigment	an	the	Average Blue Pigments	\d	the	
    -_DF6245B51EA78760	m0241dxacc01	Prime Blue Pigment	a	the	Prime Blue Pigments	\d	the	
    -_8CEE1A3C1A79CB9D	m0241dxacd01	Select Blue Pigment	a	the	Select Blue Pigments	\d	the	
    -_8CEED639DEBA1BAD	m0241dxace01	Superb Blue Pigment	a	the	Superb Blue Pigments	\d	the	
    -_CE7DF06B528F0773	m0241dxacf01	Magnificient Blue Pigment	a	the	Magnificient Blue Pigments	\d	the	
    -_6F8869C0006B7F84	m0242dxaca01	Plain Yellow Pigment	a	the	Plain Yellow Pigments	\d	the	
    -_6586A34C903EC395	m0242dxacb01	Average Yellow Pigment	an	the	Average Yellow Pigments	\d	the	
    -_6F8871AE026BAF84	m0242dxacc01	Prime Yellow Pigment	a	the	Prime Yellow Pigments	\d	the	
    -_5CF46260B65BA0E0	m0242dxacd01	Select Yellow Pigment	a	the	Select Yellow Pigments	\d	the	
    -_5CD35A6FB79DE0E0	m0242dxace01	Superb Yellow Pigment	a	the	Superb Yellow Pigments	\d	the	
    -_C8B009AD0307255C	m0242dxacf01	Magnificient Yellow Pigment	a	the	Magnificient Yellow Pigments	\d	the	
    -_94B246F3DE698B86	m0243dxaca01	Plain Black Pigment	a	the	Plain Black Pigments	\d	the	
    -_5F77EE53714C1073	m0243dxacb01	Average Black Pigment	an	the	Average Black Pigments	\d	the	
    -_94B24EEA9D29C38C	m0243dxacc01	Prime Black Pigment	a	the	Prime Black Pigments	\d	the	
    -_DD6217AAF84BEF8B	m0243dxacd01	Select Black Pigment	a	the	Select Black Pigments	\d	the	
    -_DD628BC8F8CD6F8B	m0243dxace01	Superb Black Pigment	a	the	Superb Black Pigments	\d	the	
    -_8ADED46C9CAFC522	m0243dxacf01	Magnificient Black Pigment	a	the	Magnificient Black Pigments	\d	the	
    -_B80767FE7298B93F	m0244dxaca01	Phial of Plain Fresh Goo Residue	a	the	Phials of Plain Fresh Goo Residue	\d	the	
    -_97A5D04A19E01A6C	m0244dxacb01	Phial of Average Fresh Goo Residue	a	the	Phials of Average Fresh Goo Residue	\d	the	
    -_39074B027469C947	m0244dxacc01	Phial of Prime Fresh Goo Residue	a	the	Phials of Prime Fresh Goo Residue	\d	the	
    -_21556F6F5C7FA6A3	m0244dxacd01	Phial of Select Fresh Goo Residue	a	the	Phials of Select Fresh Goo Residue	\d	the	
    -_2134AF5D2180B6B3	m0244dxace01	Phial of Superb Fresh Goo Residue	a	the	Phials of Superb Fresh Goo Residue	\d	the	
    -_397106D34EA84632	m0244dxacf01	Phial of Magnificient Fresh Goo Residue	a	the	Phials of Magnificient Fresh Goo Residue	\d	the	
    -_B54767FC71B7C93C	m0245dxaca01	Phial of Plain Dried Goo Residue	a	the	Phials of Plain Dried Goo Residue	\d	the	
    -_97A5C0389720126B	m0245dxacb01	Phial of Average Dried Goo Residue	a	the	Phials of Average Dried Goo Residue	\d	the	
    -_36474B007388D944	m0245dxacc01	Phial of Prime Dried Goo Residue	a	the	Phials of Prime Dried Goo Residue	\d	the	
    -_21356F6BD97F6EA6	m0245dxacd01	Phial of Select Dried Goo Residue	a	the	Phials of Select Dried Goo Residue	\d	the	
    -_2114AF599E807EB6	m0245dxace01	Phial of Superb Dried Goo Residue	a	the	Phials of Superb Dried Goo Residue	\d	the	
    -_3911CED74E480E37	m0245dxacf01	Phial of Magnificient Dried Goo Residue	a	the	Phials of Magnificient Dried Goo Residue	\d	the	
    -_F50A911AD22BCF7C	m0246dxaca01	Plain Small Mushroom	a	the	Plain Small Mushrooms	\d	the	
    -_1738524455207BCA	m0246dxacb01	Average Small Mushroom	an	the	Average Small Mushrooms	\d	the	
    -_F50A9908D42BFF7C	m0246dxacc01	Prime Small Mushroom	a	the	Prime Small Mushrooms	\d	the	
    -_A5189E00B89CACF1	m0246dxacd01	Select Small Mushroom	a	the	Select Small Mushrooms	\d	the	
    -_A5F7960FB9DEECF1	m0246dxace01	Superb Small Mushroom	a	the	Superb Small Mushrooms	\d	the	
    -_C8E13DD697F3A468	m0246dxacf01	Magnificient Small Mushroom	a	the	Magnificient Small Mushrooms	\d	the	
    -_EF28911AD24BA79F	m0247dxaca01	Plain Large Mushroom	a	the	Plain Large Mushrooms	\d	the	
    -_17C83E4E10C04BC4	m0247dxacb01	Average Large Mushroom	an	the	Average Large Mushrooms	\d	the	
    -_EF289908D44BD79F	m0247dxacc01	Prime Large Mushroom	a	the	Prime Large Mushrooms	\d	the	
    -_E4189EF9B45DC0DF	m0247dxacd01	Select Large Mushroom	a	the	Select Large Mushrooms	\d	the	
    -_E4F79608B59F00DF	m0247dxace01	Superb Large Mushroom	a	the	Superb Large Mushrooms	\d	the	
    -_CA32F1CF97F3885D	m0247dxacf01	Magnificient Large Mushroom	a	the	Magnificient Large Mushrooms	\d	the	
    -_59C0A361F7BDF81C	m0248dxaca01	Plain Living Insect Larva	a	the	Plain Living Insect Larvas	\d	the	
    -_A5447FDDABDA3D6D	m0248dxacb01	Average Living Insect Larva	an	the	Average Living Insect Larvas	\d	the	
    -_5B21AB58F83DEC20	m0248dxacc01	Prime Living Insect Larva	a	the	Prime Living Insect Larvas	\d	the	
    -_4A3B1BEC17630988	m0248dxacd01	Select Living Insect Larva	a	the	Select Living Insect Larvas	\d	the	
    -_4E3BD7FB9295498C	m0248dxace01	Superb Living Insect Larva	a	the	Superb Living Insect Larvas	\d	the	
    -_AB4A1AF8AAAB524E	m0248dxacf01	Magnificient Living Insect Larva	a	the	Magnificient Living Insect Larvas	\d	the	
    -_90E5B9DC97508D3E	m0249dxaca01	Handful of Plain Fresh Cereal	a	the	Handfuls of Plain Fresh Cereal	\d	the	
    -_41B05642977852AD	m0249dxacb01	Handful of Average Fresh Cereal	a	the	Handfuls of Average Fresh Cereal	\d	the	
    -_5086E1E297506942	m0249dxacc01	Handful of Prime Fresh Cereal	a	the	Handfuls of Prime Fresh Cereal	\d	the	
    -_C5F648BAB33E2DC6	m0249dxacd01	Handful of Select Fresh Cereal	a	the	Handfuls of Select Fresh Cereal	\d	the	
    -_8DF65CCA2E2F2DB8	m0249dxace01	Handful of Superb Fresh Cereal	a	the	Handfuls of Superb Fresh Cereal	\d	the	
    -_327D36C0BF706F64	m0249dxacf01	Handful of Magnificient Fresh Cereal	a	the	Handfuls of Magnificient Fresh Cereal	\d	the	
    -_CF04B9CE18508535	m0250dxaca01	Handful of Plain Dried Cereal	a	the	Handfuls of Plain Dried Cereal	\d	the	
    -_00CF6642169762A4	m0250dxacb01	Handful of Average Dried Cereal	a	the	Handfuls of Average Dried Cereal	\d	the	
    -_8FA5E1D418506139	m0250dxacc01	Handful of Prime Dried Cereal	a	the	Handfuls of Prime Dried Cereal	\d	the	
    -_06B608BEB31E1DAF	m0250dxacd01	Handful of Select Dried Cereal	a	the	Handfuls of Select Dried Cereal	\d	the	
    -_CEB61CCE2E0F1DA1	m0250dxace01	Handful of Superb Dried Cereal	a	the	Handfuls of Superb Dried Cereal	\d	the	
    -_727D26AE3DB06759	m0250dxacf01	Handful of Magnificient Dried Cereal	a	the	Handfuls of Magnificient Dried Cereal	\d	the	
    -_F4163676027C1FD3	m0251dxaca01	Plain Dead Insect Larva	a	the	Plain Dead Insect Larvas	\d	the	
    -_05B3C00BBFA1DCDA	m0251dxacb01	Average Dead Insect Larva	an	the	Average Dead Insect Larvas	\d	the	
    -_B2565E7303FC37D3	m0251dxacc01	Prime Dead Insect Larva	a	the	Prime Dead Insect Larvas	\d	the	
    -_285A606BE7BBA0BA	m0251dxacd01	Select Dead Insect Larva	a	the	Select Dead Insect Larvas	\d	the	
    -_289B5C7AE7FC98C9	m0251dxace01	Superb Dead Insect Larva	a	the	Superb Dead Insect Larvas	\d	the	
    -_5E9429C16CC5A577	m0251dxacf01	Magnificient Dead Insect Larva	a	the	Magnificient Dead Insect Larvas	\d	the	
    -_38692DC343C67EDE	m0252dxaca01	Plain Small Egg	a	the	Plain Small Eggs	\d	the	
    -_48445589D3B26F73	m0252dxacb01	Average Small Egg	an	the	Average Small Eggs	\d	the	
    -_F6A955C0444696DE	m0252dxacc01	Prime Small Egg	a	the	Prime Small Eggs	\d	the	
    -_13B02286D21162D6	m0252dxacd01	Select Small Egg	a	the	Select Small Eggs	\d	the	
    -_13F11E95D2525AE5	m0252dxace01	Superb Small Egg	a	the	Superb Small Eggs	\d	the	
    -_2CB67BB5869BD405	m0252dxacf01	Magnificient Small Egg	a	the	Magnificient Small Eggs	\d	the	
    -_35F811BE87964EF0	m0253dxaca01	Plain Large Egg	a	the	Plain Large Eggs	\d	the	
    -_8C84398291C32368	m0253dxacb01	Average Large Egg	an	the	Average Large Eggs	\d	the	
    -_F33839BB881666F0	m0253dxacc01	Prime Large Egg	a	the	Prime Large Eggs	\d	the	
    -_9060667A4FC1A6CB	m0253dxacd01	Select Large Egg	a	the	Select Large Eggs	\d	the	
    -_90A162894F029EDA	m0253dxace01	Superb Large Egg	a	the	Superb Large Eggs	\d	the	
    -_AFF65FB5C44BFCF5	m0253dxacf01	Magnificient Large Egg	a	the	Magnificient Large Eggs	\d	the	
    -_75C92E03D618C112	m0254dxaca01	Phial of Plain Fresh Honey	a	the	Phials of Plain Fresh Honey	\d	the	
    -_0B3EF431AAF56796	m0254dxacb01	Phial of Average Fresh Honey	a	the	Phials of Average Fresh Honey	\d	the	
    -_75C912FED9F9D912	m0254dxacc01	Phial of Prime Fresh Honey	a	the	Phials of Prime Fresh Honey	\d	the	
    -_A5FEA1252EB92D94	m0254dxacd01	Phial of Select Fresh Honey	a	the	Phials of Select Fresh Honey	\d	the	
    -_A5BC1D2530BB2D94	m0254dxace01	Phial of Superb Fresh Honey	a	the	Phials of Superb Fresh Honey	\d	the	
    -_817798548B3E7ADC	m0254dxacf01	Phial of Magnificient Fresh Honey	a	the	Phials of Magnificient Fresh Honey	\d	the	
    -_F5A92E03D5F79917	m0255dxaca01	Phial of Plain Dried Honey	a	the	Phials of Plain Dried Honey	\d	the	
    -_0BFEAC27ABD55F97	m0255dxacb01	Phial of Average Dried Honey	a	the	Phials of Average Dried Honey	\d	the	
    -_F5A912FED8D8B117	m0255dxacc01	Phial of Prime Dried Honey	a	the	Phials of Prime Dried Honey	\d	the	
    -_A5FEA11D28392D91	m0255dxacd01	Phial of Select Dried Honey	a	the	Phials of Select Dried Honey	\d	the	
    -_A5BC1D1D2A3B2D91	m0255dxace01	Phial of Superb Dried Honey	a	the	Phials of Superb Dried Honey	\d	the	
    -_FE9798528BFE42DD	m0255dxacf01	Phial of Magnificient Dried Honey	a	the	Phials of Magnificient Dried Honey	\d	the	
    -_5D680144B857E96C	m0256dxaca01	Plain Peppery Aromatic Plant	a	the	Plain Peppery Aromatic Plants	\d	the	
    -_4D271515C255FC4A	m0256dxacb01	Average Peppery Aromatic Plant	an	the	Average Peppery Aromatic Plants	\d	the	
    -_5D680932BA57196C	m0256dxacc01	Prime Peppery Aromatic Plant	a	the	Prime Peppery Aromatic Plants	\d	the	
    -_24522926E759D62E	m0256dxacd01	Select Peppery Aromatic Plant	a	the	Select Peppery Aromatic Plants	\d	the	
    -_24312135E89B162E	m0256dxace01	Superb Peppery Aromatic Plant	a	the	Superb Peppery Aromatic Plants	\d	the	
    -_FF8D32CF7F293F24	m0256dxacf01	Magnificient Peppery Aromatic Plant	a	the	Magnificient Peppery Aromatic Plants	\d	the	
    -_95AE5F35C062F475	m0257dxaca01	Plain Spicy Aromatic Plant	a	the	Plain Spicy Aromatic Plants	\d	the	
    -_BB0A3F2AB4573915	m0257dxacb01	Average Spicy Aromatic Plant	an	the	Average Spicy Aromatic Plants	\d	the	
    -_16AE672CC1521C7D	m0257dxacc01	Prime Spicy Aromatic Plant	a	the	Prime Spicy Aromatic Plants	\d	the	
    -_069B676796CBE965	m0257dxacd01	Select Spicy Aromatic Plant	a	the	Select Spicy Aromatic Plants	\d	the	
    -_069B23645A0C3975	m0257dxace01	Superb Spicy Aromatic Plant	a	the	Superb Spicy Aromatic Plants	\d	the	
    -_2F7FB61BABB97EE3	m0257dxacf01	Magnificient Spicy Aromatic Plant	a	the	Magnificient Spicy Aromatic Plants	\d	the	
    -_CD1E931E980B0D79	m0258dxaca01	Plain Bitter Aromatic Plant	a	the	Plain Bitter Aromatic Plants	\d	the	
    -_696595332DC92ACB	m0258dxacb01	Average Bitter Aromatic Plant	an	the	Average Bitter Aromatic Plants	\d	the	
    -_CD1E9B1557CB457F	m0258dxacc01	Prime Bitter Aromatic Plant	a	the	Prime Bitter Aromatic Plants	\d	the	
    -_CB62AF203099D166	m0258dxacd01	Select Bitter Aromatic Plant	a	the	Select Bitter Aromatic Plants	\d	the	
    -_CB62233E301B5166	m0258dxace01	Superb Bitter Aromatic Plant	a	the	Superb Bitter Aromatic Plants	\d	the	
    -_85BB32CF3FEA4A54	m0258dxacf01	Magnificient Bitter Aromatic Plant	a	the	Magnificient Bitter Aromatic Plants	\d	the	
    -_2BE83D35365CD89B	m0259dxaca01	Plain Fresh Wild Berry	a	the	Plain Fresh Wild Berrys	\d	the	
    -_BA4C336479AD7BBB	m0259dxacb01	Average Fresh Wild Berry	an	the	Average Fresh Wild Berrys	\d	the	
    -_2B585534B8DCF09B	m0259dxacc01	Prime Fresh Wild Berry	a	the	Prime Fresh Wild Berrys	\d	the	
    -_19876417CA5FE613	m0259dxacd01	Select Fresh Wild Berry	a	the	Select Fresh Wild Berrys	\d	the	
    -_DD873036CAA02601	m0259dxace01	Superb Fresh Wild Berry	a	the	Superb Fresh Wild Berrys	\d	the	
    -_1837F0E699542659	m0259dxacf01	Magnificient Fresh Wild Berry	a	the	Magnificient Fresh Wild Berrys	\d	the	
    -_6BC83D31B35CA094	m0260dxaca01	Plain Dried Wild Berry	a	the	Plain Dried Wild Berrys	\d	the	
    -_778C335EF6ED7BAC	m0260dxacb01	Average Dried Wild Berry	an	the	Average Dried Wild Berrys	\d	the	
    -_6B38553035DCB894	m0260dxacc01	Prime Dried Wild Berry	a	the	Prime Dried Wild Berrys	\d	the	
    -_D9472C1BC95EF60A	m0260dxacd01	Select Dried Wild Berry	a	the	Select Dried Wild Berrys	\d	the	
    -_9D47F83AC99F36F8	m0260dxace01	Superb Dried Wild Berry	a	the	Superb Dried Wild Berrys	\d	the	
    -_5917E8E69914DE46	m0260dxacf01	Magnificient Dried Wild Berry	a	the	Magnificient Dried Wild Berrys	\d	the	
    -_BA3C32FA57378D01	m0261dxaca01	Piece of Plain Small Fruit	a	the	Pieces of Plain Small Fruit	\d	the	
    -_CA7EE81328A6CB94	m0261dxacb01	Piece of Average Small Fruit	a	the	Pieces of Average Small Fruit	\d	the	
    -_BA3C16F55A18A501	m0261dxacc01	Piece of Prime Small Fruit	a	the	Pieces of Prime Small Fruit	\d	the	
    -_67BEA1266A7919BA	m0261dxacd01	Piece of Select Small Fruit	a	the	Pieces of Select Small Fruit	\d	the	
    -_677C1D266C7B19BA	m0261dxace01	Piece of Superb Small Fruit	a	the	Pieces of Superb Small Fruit	\d	the	
    -_BF39A05FCC1E46D6	m0261dxacf01	Piece of Magnificient Small Fruit	a	the	Pieces of Magnificient Small Fruit	\d	the	
    -_F6CB32FA9577BD07	m0262dxaca01	Piece of Plain Large Fruit	a	the	Pieces of Plain Large Fruit	\d	the	
    -_CA0EB81F6975AF95	m0262dxacb01	Piece of Average Large Fruit	a	the	Pieces of Average Large Fruit	\d	the	
    -_F6CB16F59858D507	m0262dxacc01	Piece of Prime Large Fruit	a	the	Pieces of Prime Large Fruit	\d	the	
    -_67BEA118E69BB9AD	m0262dxacd01	Piece of Select Large Fruit	a	the	Pieces of Select Large Fruit	\d	the	
    -_677C1D18E89DB9AD	m0262dxace01	Piece of Superb Large Fruit	a	the	Pieces of Superb Large Fruit	\d	the	
    -_7AD97058CCAE32E1	m0262dxacf01	Piece of Magnificient Large Fruit	a	the	Pieces of Magnificient Large Fruit	\d	the	
    -_0B27F22C0FD7956A	m0263chhdd01	Select Desert Mektoub Meat	a	the	Select Desert Mektoub Meats	\d	the	
    -_96E0E318879B5788	m0263chhfc01	Prime Forest Mektoub Meat	a	the	Prime Forest Mektoub Meats	\d	the	
    -_4BC7FA2E4FD79574	m0263chhfd01	Select Forest Mektoub Meat	a	the	Select Forest Mektoub Meats	\d	the	
    -_55DFCB2BC3AA6B71	m0263chhja01	Plain Jungle Mektoub Meat	a	the	Plain Jungle Mektoub Meats	\d	the	
    -_1B80CF23AF1A5D3F	m0263chhjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_E8FD307B295D68C3	m0263chhle01	Superb Lakes Mektoub Meat	a	the	Superb Lakes Mektoub Meats	\d	the	
    -_0F86D37F26DA3FAD	m0263chhpf01	Magnificient Prime Root Mektoub Meat	a	the	Magnificient Prime Root Mektoub Meats	\d	the	
    -_9A800B32F04B3129	m0263chidb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35303B5535	m0263chifb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF23EF1A5D3F	m0263chijb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB0C4E4749	m0263chilb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_9A800B32304B3129	m0263chjdb01	Average Desert Mektoub Meat	an	the	Average Desert Mektoub Meats	\d	the	
    -_1A800B35703B5535	m0263chjfb01	Average Forest Mektoub Meat	an	the	Average Forest Mektoub Meats	\d	the	
    -_1B80CF232F1A5D3F	m0263chjjb01	Average Jungle Mektoub Meat	an	the	Average Jungle Mektoub Meats	\d	the	
    -_C0D228CB4C4E4749	m0263chjlb01	Average Lakes Mektoub Meat	an	the	Average Lakes Mektoub Meats	\d	the	
    -_E198FA724D7EB0B2	m0264ccefa01	Plain Forest Ragus Meat	a	the	Plain Forest Ragus Meats	\d	the	
    -_3CDE60FFFEE2AC42	m0264ccefb01	Average Forest Ragus Meat	an	the	Average Forest Ragus Meats	\d	the	
    -_661100A5602A85DC	m0264cceff01	Magnificent Forest Ragus Meat	a	the	Magnificent Forest Ragus Meats	\d	the	
    -_63E7DE78886EC8AE	m0264cceja01	Plain Jungle Ragus Meat	a	the	Plain Jungle Ragus Meats	\d	the	
    -_3B3F34FC7EB0A848	m0264ccejb01	Average Jungle Ragus Meat	an	the	Average Jungle Ragus Meats	\d	the	
    -_2127067589EEE0AE	m0264ccejc01	Prime Jungle Ragus Meat	a	the	Prime Jungle Ragus Meats	\d	the	
    -_B437DA335B7523B0	m0264ccelc01	Prime Lakes Ragus Meat	a	the	Prime Lakes Ragus Meats	\d	the	
    -_F825220DA72EBBBD	m0264cceld01	Select Lakes Ragus Meat	a	the	Select Lakes Ragus Meats	\d	the	
    -_EB794C4C086B0BD9	m0264ccepf01	Magnificent Prime Root Ragus Meat	a	the	Magnificent Prime Root Ragus Meats	\d	the	
    -_62D506E0BE4FD7FB	m0265chdda01	Plain Desert Yubo Meat	a	the	Plain Desert Yubo Meats	\d	the	
    -_AA9D145EEAFD58B0	m0265chddb01	Average Desert Yubo Meat	an	the	Average Desert Yubo Meats	\d	the	
    -_E4F506E3BE4FFFFC	m0265chdfa01	Plain Forest Yubo Meat	a	the	Plain Forest Yubo Meats	\d	the	
    -_AA8D3C63EAED80B3	m0265chdfb01	Average Forest Yubo Meat	an	the	Average Forest Yubo Meats	\d	the	
    -_6635CAE07A9D1FFC	m0265chdja01	Plain Jungle Yubo Meat	a	the	Plain Jungle Yubo Meats	\d	the	
    -_2A4C18646AAC5CB0	m0265chdjb01	Average Jungle Yubo Meat	an	the	Average Jungle Yubo Meats	\d	the	
    -_4BA6F973B3E24345	m0265chdla01	Plain Lakes Yubo Meat	a	the	Plain Lakes Yubo Meats	\d	the	
    -_E2170FD8BDBADAE6	m0265chdlb01	Average Lakes Yubo Meat	an	the	Average Lakes Yubo Meats	\d	the	
    -_52C0AF1A85FA8B8D	m0266chcda01	Plain Desert Capryni Meat	a	the	Plain Desert Capryni Meats	\d	the	
    -_16E027322FCC3D2D	m0266chcdb01	Average Desert Capryni Meat	an	the	Average Desert Capryni Meats	\d	the	
    -_14E0AB26050A8B8C	m0266chcfa01	Plain Forest Capryni Meat	a	the	Plain Forest Capryni Meats	\d	the	
    -_96E027356FBC6139	m0266chcfb01	Average Forest Capryni Meat	an	the	Average Forest Capryni Meats	\d	the	
    -_C9D9FA208A17458E	m0266chcjd01	Select Jungle Capryni Meat	a	the	Select Jungle Capryni Meats	\d	the	
    -_F1364DACFC5AFCC4	m0266chclc01	Prime Lakes Capryni Meat	a	the	Prime Lakes Capryni Meats	\d	the	
    -_677D086C66DD44B7	m0266chcld01	Select Lakes Capryni Meat	a	the	Select Lakes Capryni Meats	\d	the	
    -_443E534D049E939B	m0267chfjc01	Prime Jungle Messab Meat	a	the	Prime Jungle Messab Meats	\d	the	
    -_85FC9734733C6481	m0267chfjd01	Select Jungle Messab Meat	a	the	Select Jungle Messab Meats	\d	the	
    -_A789D2DB74D9C3EE	m0267chfla01	Plain Lakes Messab Meat	a	the	Plain Lakes Messab Meats	\d	the	
    -_30A0641AF000A866	m0267chflb01	Average Lakes Messab Meat	an	the	Average Lakes Messab Meats	\d	the	
    -_F0D3D885DE655948	m0268cheld01	Morsel of Select Lakes Cray Flesh	a	the	Morsels of Select Lakes Cray Flesh	\d	the	
    -_6BC4DC77A6656958	m0268chele01	Morsel of Superb Lakes Cray Flesh	a	the	Morsels of Superb Lakes Cray Flesh	\d	the	
    -_9C18FA5BCCDE90AC	m0269cbadc01	Prime Desert Igara Meat	a	the	Prime Desert Igara Meats	\d	the	
    -_368A3381B58A6FD7	m0269cbadd01	Select Desert Igara Meat	a	the	Select Desert Igara Meats	\d	the	
    -_38DF4CF3F9709041	m0269cbajb01	Average Jungle Igara Meat	an	the	Average Jungle Igara Meats	\d	the	
    -_36AA1F88B5AA5BD8	m0269cbajd01	Select Jungle Igara Meat	a	the	Select Jungle Igara Meats	\d	the	
    -_5E25C6E03DCFD3F9	m0270cbbda01	Plain Desert Izam Meat	a	the	Plain Desert Izam Meats	\d	the	
    -_E67D1063657D54B0	m0270cbbdb01	Average Desert Izam Meat	an	the	Average Desert Izam Meats	\d	the	
    -_6E5482BA82BCBBB2	m0270cbbdd01	Select Desert Izam Meat	a	the	Select Desert Izam Meats	\d	the	
    -_62858AE0F91D1BFA	m0270cbbja01	Plain Jungle Izam Meat	a	the	Plain Jungle Izam Meats	\d	the	
    -_662C1469E52C58B0	m0270cbbjb01	Average Jungle Izam Meat	an	the	Average Jungle Izam Meats	\d	the	
    -_62F5A2DF7B9D33FA	m0270cbbjc01	Prime Jungle Izam Meat	a	the	Prime Jungle Izam Meats	\d	the	
    -_8B66F96B2C827340	m0270cbblc01	Prime Lakes Izam Meat	a	the	Prime Lakes Izam Meats	\d	the	
    -_1EAA13DF1E78EB8A	m0270cbbld01	Select Lakes Izam Meat	a	the	Select Lakes Izam Meats	\d	the	
    -_414513D09527281D	m0270cbbpd01	Select Prime Root Izam Meat	a	the	Select Prime Root Izam Meats	\d	the	
    -_4145CFCD5968782D	m0270cbbpe01	Superb Prime Root Izam Meat	a	the	Superb Prime Root Izam Meats	\d	the	
    -_6774E2DFBBEE43E8	m0271cbcjc01	Prime Jungle Yber Meat	a	the	Prime Jungle Yber Meats	\d	the	
    -_8B08114D72824341	m0271cbcla01	Plain Lakes Yber Meat	a	the	Plain Lakes Yber Meats	\d	the	
    -_E3E60FD87C8BE6D2	m0271cbclb01	Average Lakes Yber Meat	an	the	Average Lakes Yber Meats	\d	the	
    -_8B08193B74827341	m0271cbclc01	Prime Lakes Yber Meat	a	the	Prime Lakes Yber Meats	\d	the	
    -_5F15BEDF7FEF1BE7	m0272chadc01	Prime Desert Arma Meat	a	the	Prime Desert Arma Meats	\d	the	
    -_ECE482AF07BC67CA	m0272chafd01	Select Forest Arma Meat	a	the	Select Forest Arma Meats	\d	the	
    -_B0E44ECE07FDA7B8	m0272chafe01	Superb Forest Arma Meat	a	the	Superb Forest Arma Meats	\d	the	
    -_2D9864789694196E	m0272chajf01	Magnificient Jungle Arma Meat	a	the	Magnificient Jungle Arma Meats	\d	the	
    -_1EC9CBE6DF1A2B80	m0272chale01	Superb Lakes Arma Meat	a	the	Superb Lakes Arma Meats	\d	the	
    -_7DEA88BEDEC8D8F9	m0272chalf01	Magnificient Lakes Arma Meat	a	the	Magnificient Lakes Arma Meats	\d	the	
    -_4145E3D05687081F	m0272chapd01	Select Prime Root Arma Meat	a	the	Select Prime Root Arma Meats	\d	the	
    -_41459FCD1AC8582F	m0272chape01	Superb Prime Root Arma Meat	a	the	Superb Prime Root Arma Meats	\d	the	
    -_9D98DE5D4B6EB89C	m0273chbdc01	Prime Desert Bodoc Meat	a	the	Prime Desert Bodoc Meats	\d	the	
    -_6178BA620A9EA89B	m0273chbfa01	Plain Forest Bodoc Meat	a	the	Plain Forest Bodoc Meats	\d	the	
    -_F6AE98EF39D1A03F	m0273chbfb01	Average Forest Bodoc Meat	an	the	Average Forest Bodoc Meats	\d	the	
    -_1FB8E25F0B1EC09B	m0273chbfc01	Prime Forest Bodoc Meat	a	the	Prime Forest Bodoc Meats	\d	the	
    -_789B0F9AF7FB47E4	m0273chbje01	Superb Jungle Bodoc Meat	a	the	Superb Jungle Bodoc Meats	\d	the	
    -_39F45AFDE67DA3A9	m0273chbld01	Select Lakes Bodoc Meat	a	the	Select Lakes Bodoc Meats	\d	the	
    -_B98EA17FEC322B3F	m0273chbpd01	Select Prime Root Bodoc Meat	a	the	Select Prime Root Bodoc Meats	\d	the	
    -_B98E159DECB4AB3F	m0273chbpe01	Superb Prime Root Bodoc Meat	a	the	Superb Prime Root Bodoc Meats	\d	the	
    -_AC56788A1DE6297D	m0274chldf01	Magnificient Desert Yelk Meat	a	the	Magnificient Desert Yelk Meats	\d	the	
    -_6D654ED88A2C2FB9	m0274chlfe01	Superb Forest Yelk Meat	a	the	Superb Forest Yelk Meats	\d	the	
    -_EE16808C1DF62D7C	m0274chlff01	Magnificient Forest Yelk Meat	a	the	Magnificient Forest Yelk Meats	\d	the	
    -_6009FFEFA1D8EB8C	m0274chlld01	Select Lakes Yelk Meat	a	the	Select Lakes Yelk Meats	\d	the	
    -_60E8F7FEA21A2B8C	m0274chlle01	Superb Lakes Yelk Meat	a	the	Superb Lakes Yelk Meats	\d	the	
    -_4145C7D65A78B831	m0274chlpe01	Superb Prime Root Yelk Meat	a	the	Superb Prime Root Yelk Meats	\d	the	
    -_5FCFEAA7C7264D2B	m0274chlpf01	Magnificient Prime Root Yelk Meat	a	the	Magnificient Prime Root Yelk Meats	\d	the	
    -_C90D3F47F85CA87F	m0275chgdd01	Select Desert Lumper Meat	a	the	Select Desert Lumper Meats	\d	the	
    -_CA0EFB56F87C247F	m0275chgde01	Superb Desert Lumper Meat	a	the	Superb Desert Lumper Meats	\d	the	
    -_176544E122FE788C	m0275chgpd01	Select Prime Root Lumper Meat	a	the	Select Prime Root Lumper Meats	\d	the	
    -_1A24AEAD4C91F20A	m0275chgpf01	Magnificient Prime Root Lumper Meat	a	the	Magnificient Prime Root Lumper Meats	\d	the	
    -_0A9EFB4AB94DE877	m0276chkde01	Superb Desert Timari Meat	a	the	Superb Desert Timari Meats	\d	the	
    -_4D32691CAC3B76AB	m0276chkdf01	Magnificient Desert Timari Meat	a	the	Magnificient Desert Timari Meats	\d	the	
    -_0A4C7F38384D1C81	m0276chkjd01	Select Jungle Timari Meat	a	the	Select Jungle Timari Meats	\d	the	
    -_0B4D3B47386D9881	m0276chkje01	Superb Jungle Timari Meat	a	the	Superb Jungle Timari Meats	\d	the	
    -_C1D37BE88F5B41CF	m0277ckfde01	Morsel of Superb Desert Kirosta Flesh	a	the	Morsels of Superb Desert Kirosta Flesh	\d	the	
    -_60E021D2170EDB09	m0277ckfdf01	Morsel of Magnificient Desert Kirosta Flesh	a	the	Morsels of Magnificient Desert Kirosta Flesh	\d	the	
    -_01D37BF4CFFB49CF	m0277ckffe01	Morsel of Superb Forest Kirosta Flesh	a	the	Morsels of Superb Forest Kirosta Flesh	\d	the	
    -_60E021D4970ED31D	m0277ckfff01	Morsel of Magnificient Forest Kirosta Flesh	a	the	Morsels of Magnificient Forest Kirosta Flesh	\d	the	
    -_40024F00CF5C59C0	m0277ckfje01	Morsel of Superb Jungle Kirosta Flesh	a	the	Morsels of Superb Jungle Kirosta Flesh	\d	the	
    -_62E021BA154EB329	m0277ckfjf01	Morsel of Magnificient Jungle Kirosta Flesh	a	the	Morsels of Magnificient Jungle Kirosta Flesh	\d	the	
    -_3CFE33F2EB2489AD	m0277ckfle01	Morsel of Superb Lakes Kirosta Flesh	a	the	Morsels of Superb Lakes Kirosta Flesh	\d	the	
    -_E702308959349EE6	m0277ckflf01	Morsel of Magnificient Lakes Kirosta Flesh	a	the	Morsels of Magnificient Lakes Kirosta Flesh	\d	the	
    -_A4DFD49E5998C2C9	m0277ckfpe01	Morsel of Superb Prime Root Kirosta Flesh	a	the	Morsels of Superb Prime Root Kirosta Flesh	\d	the	
    -_C90277FBE4D8C746	m0277ckfpf01	Morsel of Magnificient Prime Root Kirosta Flesh	a	the	Morsels of Magnificient Prime Root Kirosta Flesh	\d	the	
    -_8201CBD5081A89D2	m0278ckddd01	Morsel of Select Desert Kincher Flesh	a	the	Morsels of Select Desert Kincher Flesh	\d	the	
    -_FD330FD90C1A41E1	m0278ckdde01	Morsel of Superb Desert Kincher Flesh	a	the	Morsels of Superb Desert Kincher Flesh	\d	the	
    -_60E021F40FAC7B02	m0278ckddf01	Morsel of Magnificient Desert Kincher Flesh	a	the	Morsels of Magnificient Desert Kincher Flesh	\d	the	
    -_C201CBE148BA91D2	m0278ckdfd01	Morsel of Select Forest Kincher Flesh	a	the	Morsels of Select Forest Kincher Flesh	\d	the	
    -_3D330FE54CBA49E1	m0278ckdfe01	Morsel of Superb Forest Kincher Flesh	a	the	Morsels of Superb Forest Kincher Flesh	\d	the	
    -_60E021F68FAC7316	m0278ckdff01	Morsel of Magnificient Forest Kincher Flesh	a	the	Morsels of Magnificient Forest Kincher Flesh	\d	the	
    -_01309FED481BA1C3	m0278ckdjd01	Morsel of Select Jungle Kincher Flesh	a	the	Morsels of Select Jungle Kincher Flesh	\d	the	
    -_7C62E3F14C1B59D2	m0278ckdje01	Morsel of Superb Jungle Kincher Flesh	a	the	Morsels of Superb Jungle Kincher Flesh	\d	the	
    -_62E021DC0DEC5322	m0278ckdjf01	Morsel of Magnificient Jungle Kincher Flesh	a	the	Morsels of Magnificient Jungle Kincher Flesh	\d	the	
    -_461C2F0CDBC229A6	m0278ckdld01	Morsel of Select Lakes Kincher Flesh	a	the	Morsels of Select Lakes Kincher Flesh	\d	the	
    -_3CFE3314E3C229A6	m0278ckdle01	Morsel of Superb Lakes Kincher Flesh	a	the	Morsels of Superb Lakes Kincher Flesh	\d	the	
    -_20100085D94562ED	m0278ckdlf01	Morsel of Magnificient Lakes Kincher Flesh	a	the	Morsels of Magnificient Lakes Kincher Flesh	\d	the	
    -_62FCE887D56846D0	m0278ckdpd01	Morsel of Select Prime Root Kincher Flesh	a	the	Morsels of Select Prime Root Kincher Flesh	\d	the	
    -_DDEDA49AD9A986D0	m0278ckdpe01	Morsel of Superb Prime Root Kincher Flesh	a	the	Morsels of Superb Prime Root Kincher Flesh	\d	the	
    -_05514708A0279754	m0278ckdpf01	Morsel of Magnificient Prime Root Kincher Flesh	a	the	Morsels of Magnificient Prime Root Kincher Flesh	\d	the	
    -_7ED26FD6D13B41D1	m0279ckede01	Morsel of Superb Desert Kipucka Flesh	a	the	Morsels of Superb Desert Kipucka Flesh	\d	the	
    -_60E021D2510C0B07	m0279ckedf01	Morsel of Magnificient Desert Kipucka Flesh	a	the	Morsels of Magnificient Desert Kipucka Flesh	\d	the	
    -_BED26FE211DB49D1	m0279ckefe01	Morsel of Superb Forest Kipucka Flesh	a	the	Morsels of Superb Forest Kipucka Flesh	\d	the	
    -_60E021D4D10C031B	m0279ckeff01	Morsel of Magnificient Forest Kipucka Flesh	a	the	Morsels of Magnificient Forest Kipucka Flesh	\d	the	
    -_FD0143EE113C59C2	m0279ckeje01	Morsel of Superb Jungle Kipucka Flesh	a	the	Morsels of Superb Jungle Kipucka Flesh	\d	the	
    -_62E021BA4F4CE327	m0279ckejf01	Morsel of Magnificient Jungle Kipucka Flesh	a	the	Morsels of Magnificient Jungle Kipucka Flesh	\d	the	
    -_3CFE33F22522B9AB	m0279ckele01	Morsel of Superb Lakes Kipucka Flesh	a	the	Morsels of Superb Lakes Kipucka Flesh	\d	the	
    -_26E1488719347AD8	m0279ckelf01	Morsel of Magnificient Lakes Kipucka Flesh	a	the	Morsels of Magnificient Lakes Kipucka Flesh	\d	the	
    -_E3BEEC9C19989EBB	m0279ckepe01	Morsel of Superb Prime Root Kipucka Flesh	a	the	Morsels of Superb Prime Root Kipucka Flesh	\d	the	
    -_86018FF961D7DF46	m0279ckepf01	Morsel of Magnificient Prime Root Kipucka Flesh	a	the	Morsels of Magnificient Prime Root Kipucka Flesh	\d	the	
    -_D924C504A5821958	m0280ckgde01	Morsel of Superb Desert Kiban Flesh	a	the	Morsels of Superb Desert Kiban Flesh	\d	the	
    -_E2BED383DB97BBDF	m0280ckgdf01	Morsel of Magnificient Desert Kiban Flesh	a	the	Morsels of Magnificient Desert Kiban Flesh	\d	the	
    -_D924CD0625C22958	m0280ckgfe01	Morsel of Superb Forest Kiban Flesh	a	the	Morsels of Superb Forest Kiban Flesh	\d	the	
    -_225EDB851B97BBE9	m0280ckgff01	Morsel of Magnificient Forest Kiban Flesh	a	the	Morsels of Magnificient Forest Kiban Flesh	\d	the	
    -_D942950E23844958	m0280ckgje01	Morsel of Superb Jungle Kiban Flesh	a	the	Morsels of Superb Jungle Kiban Flesh	\d	the	
    -_22BFEB7A5AC68FF1	m0280ckgjf01	Morsel of Magnificient Jungle Kiban Flesh	a	the	Morsels of Magnificient Jungle Kiban Flesh	\d	the	
    -_2F63B90066DC31CA	m0280ckgle01	Morsel of Superb Lakes Kiban Flesh	a	the	Morsels of Superb Lakes Kiban Flesh	\d	the	
    -_BEC79E38D89DEE80	m0280ckglf01	Morsel of Magnificient Lakes Kiban Flesh	a	the	Morsels of Magnificient Lakes Kiban Flesh	\d	the	
    -_443BFE095E11524D	m0280ckgpe01	Morsel of Superb Prime Root Kiban Flesh	a	the	Morsels of Superb Prime Root Kiban Flesh	\d	the	
    -_7CB39D47EEEBCBCB	m0280ckgpf01	Morsel of Magnificient Prime Root Kiban Flesh	a	the	Morsels of Magnificient Prime Root Kiban Flesh	\d	the	
    -_23AC842750D302D3	m0281ckhda01	Morsel of Plain Desert Kipee Flesh	a	the	Morsels of Plain Desert Kipee Flesh	\d	the	
    -_727D37EC953728B2	m0281ckhdb01	Morsel of Average Desert Kipee Flesh	a	the	Morsels of Average Desert Kipee Flesh	\d	the	
    -_231C7833D33402D3	m0281ckhdc01	Morsel of Prime Desert Kipee Flesh	a	the	Morsels of Prime Desert Kipee Flesh	\d	the	
    -_E342C1EAE0441959	m0281ckhdd01	Morsel of Select Desert Kipee Flesh	a	the	Morsels of Select Desert Kipee Flesh	\d	the	
    -_D924C5F2E8441959	m0281ckhde01	Morsel of Superb Desert Kipee Flesh	a	the	Morsels of Superb Desert Kipee Flesh	\d	the	
    -_E39FD3831C07CBE5	m0281ckhdf01	Morsel of Magnificient Desert Kipee Flesh	a	the	Morsels of Magnificient Desert Kipee Flesh	\d	the	
    -_A3AC842A90C326DF	m0281ckhfa01	Morsel of Plain Forest Kipee Flesh	a	the	Morsels of Plain Forest Kipee Flesh	\d	the	
    -_B28D33F7975728B2	m0281ckhfb01	Morsel of Average Forest Kipee Flesh	a	the	Morsels of Average Forest Kipee Flesh	\d	the	
    -_A31C7836132426DF	m0281ckhfc01	Morsel of Prime Forest Kipee Flesh	a	the	Morsels of Prime Forest Kipee Flesh	\d	the	
    -_E342C9EC60842959	m0281ckhfd01	Morsel of Select Forest Kipee Flesh	a	the	Morsels of Select Forest Kipee Flesh	\d	the	
    -_D924CDF468842959	m0281ckhfe01	Morsel of Superb Forest Kipee Flesh	a	the	Morsels of Superb Forest Kipee Flesh	\d	the	
    -_233FDB855C07CBEF	m0281ckhff01	Morsel of Magnificient Forest Kipee Flesh	a	the	Morsels of Magnificient Forest Kipee Flesh	\d	the	
    -_A4AC48184FA22EE9	m0281ckhja01	Morsel of Plain Jungle Kipee Flesh	a	the	Morsels of Plain Jungle Kipee Flesh	\d	the	
    -_2D3C2BFD1A9728A3	m0281ckhjb01	Morsel of Average Jungle Kipee Flesh	a	the	Morsels of Average Jungle Kipee Flesh	\d	the	
    -_A41C3C24D2032EE9	m0281ckhjc01	Morsel of Prime Jungle Kipee Flesh	a	the	Morsels of Prime Jungle Kipee Flesh	\d	the	
    -_E36091F45E464959	m0281ckhjd01	Morsel of Select Jungle Kipee Flesh	a	the	Morsels of Select Jungle Kipee Flesh	\d	the	
    -_D94295FC66464959	m0281ckhje01	Morsel of Superb Jungle Kipee Flesh	a	the	Morsels of Superb Jungle Kipee Flesh	\d	the	
    -_23A0EB7A9B369FF7	m0281ckhjf01	Morsel of Magnificient Jungle Kipee Flesh	a	the	Morsels of Magnificient Jungle Kipee Flesh	\d	the	
    -_9EF64ADF2DF71C72	m0281ckhla01	Morsel of Plain Lakes Kipee Flesh	a	the	Morsels of Plain Lakes Kipee Flesh	\d	the	
    -_3C503C2610D015AF	m0281ckhlb01	Morsel of Average Lakes Kipee Flesh	a	the	Morsels of Average Lakes Kipee Flesh	\d	the	
    -_9E6662E76C373C78	m0281ckhlc01	Morsel of Prime Lakes Kipee Flesh	a	the	Morsels of Prime Lakes Kipee Flesh	\d	the	
    -_B553FDEDA30B01D0	m0281ckhld01	Morsel of Select Lakes Kipee Flesh	a	the	Morsels of Select Lakes Kipee Flesh	\d	the	
    -_3044B900A74C41D0	m0281ckhle01	Morsel of Superb Lakes Kipee Flesh	a	the	Morsels of Superb Lakes Kipee Flesh	\d	the	
    -_BFA89E2F1A7EEE78	m0281ckhlf01	Morsel of Magnificient Lakes Kipee Flesh	a	the	Morsels of Magnificient Lakes Kipee Flesh	\d	the	
    -_C62BFAFC21015241	m0281ckhpd01	Morsel of Select Prime Root Kipee Flesh	a	the	Morsels of Select Prime Root Kipee Flesh	\d	the	
    -_451CFE00A0F25245	m0281ckhpe01	Morsel of Superb Prime Root Kipee Flesh	a	the	Morsels of Superb Prime Root Kipee Flesh	\d	the	
    -_7D04AD552FEBCBC3	m0281ckhpf01	Morsel of Magnificient Prime Root Kipee Flesh	a	the	Morsels of Magnificient Prime Root Kipee Flesh	\d	the	
    -_4DF80D189E84A9DE	m0282ckidc01	Morsel of Prime Desert Kizoar Flesh	a	the	Morsels of Prime Desert Kizoar Flesh	\d	the	
    -_A28E47DDE39FC952	m0282ckidd01	Morsel of Select Desert Kizoar Flesh	a	the	Morsels of Select Desert Kizoar Flesh	\d	the	
    -_E17F5BF1E79FC940	m0282ckide01	Morsel of Superb Desert Kizoar Flesh	a	the	Morsels of Superb Desert Kizoar Flesh	\d	the	
    -_339A45C2495F14DF	m0282ckidf01	Morsel of Magnificient Desert Kizoar Flesh	a	the	Morsels of Magnificient Desert Kizoar Flesh	\d	the	
    -_4DF80D1C9E64F9E2	m0282ckifc01	Morsel of Prime Forest Kizoar Flesh	a	the	Morsels of Prime Forest Kizoar Flesh	\d	the	
    -_A29E4BDE255FD152	m0282ckifd01	Morsel of Select Forest Kizoar Flesh	a	the	Morsels of Select Forest Kizoar Flesh	\d	the	
    -_E18F5FF2295FD140	m0282ckife01	Morsel of Superb Forest Kizoar Flesh	a	the	Morsels of Superb Forest Kizoar Flesh	\d	the	
    -_35BA45C4896F10E8	m0282ckiff01	Morsel of Magnificient Forest Kizoar Flesh	a	the	Morsels of Magnificient Forest Kizoar Flesh	\d	the	
    -_4DF895129EE229EA	m0282ckijc01	Morsel of Prime Jungle Kizoar Flesh	a	the	Morsels of Prime Jungle Kizoar Flesh	\d	the	
    -_DE3C37E0A600E152	m0282ckijd01	Morsel of Select Jungle Kizoar Flesh	a	the	Morsels of Select Jungle Kizoar Flesh	\d	the	
    -_1D2D4BF4AA00E140	m0282ckije01	Morsel of Superb Jungle Kizoar Flesh	a	the	Morsels of Superb Jungle Kizoar Flesh	\d	the	
    -_B8FA45B9041E08EA	m0282ckijf01	Morsel of Magnificient Jungle Kizoar Flesh	a	the	Morsels of Magnificient Jungle Kizoar Flesh	\d	the	
    -_2806B9C571C86110	m0282ckilc01	Morsel of Prime Lakes Kizoar Flesh	a	the	Morsels of Prime Lakes Kizoar Flesh	\d	the	
    -_FBD5B0D512634EA7	m0282ckild01	Morsel of Select Lakes Kizoar Flesh	a	the	Morsels of Select Lakes Kizoar Flesh	\d	the	
    -_76A5F0D917644EA7	m0282ckile01	Morsel of Superb Lakes Kizoar Flesh	a	the	Morsels of Superb Lakes Kizoar Flesh	\d	the	
    -_1960A40FBD758302	m0282ckilf01	Morsel of Magnificient Lakes Kizoar Flesh	a	the	Morsels of Magnificient Lakes Kizoar Flesh	\d	the	
    -_A50F4F2B3DD757CF	m0282ckipd01	Morsel of Select Prime Root Kizoar Flesh	a	the	Morsels of Select Prime Root Kizoar Flesh	\d	the	
    -_2000531D05D767DF	m0282ckipe01	Morsel of Superb Prime Root Kizoar Flesh	a	the	Morsels of Superb Prime Root Kizoar Flesh	\d	the	
    -_87E675E8DB6FE23A	m0282ckipf01	Morsel of Magnificient Prime Root Kizoar Flesh	a	the	Morsels of Magnificient Prime Root Kizoar Flesh	\d	the	
    -_87A10FE20A3B89BC	m0283ckjdd01	Morsel of Select Desert Kipesta Flesh	a	the	Morsels of Select Desert Kipesta Flesh	\d	the	
    -_02D353E60E3B41CB	m0283ckjde01	Morsel of Superb Desert Kipesta Flesh	a	the	Morsels of Superb Desert Kipesta Flesh	\d	the	
    -_A1E021D2180E8B01	m0283ckjdf01	Morsel of Magnificient Desert Kipesta Flesh	a	the	Morsels of Magnificient Desert Kipesta Flesh	\d	the	
    -_C7A10FEE4ADB91BC	m0283ckjfd01	Morsel of Select Forest Kipesta Flesh	a	the	Morsels of Select Forest Kipesta Flesh	\d	the	
    -_42D353F24EDB49CB	m0283ckjfe01	Morsel of Superb Forest Kipesta Flesh	a	the	Morsels of Superb Forest Kipesta Flesh	\d	the	
    -_A1E021D4980E8315	m0283ckjff01	Morsel of Magnificient Forest Kipesta Flesh	a	the	Morsels of Magnificient Forest Kipesta Flesh	\d	the	
    -_06D0E3FA4A3CA1AD	m0283ckjjd01	Morsel of Select Jungle Kipesta Flesh	a	the	Morsels of Select Jungle Kipesta Flesh	\d	the	
    -_810227FE4E3C59BC	m0283ckjje01	Morsel of Superb Jungle Kipesta Flesh	a	the	Morsels of Superb Jungle Kipesta Flesh	\d	the	
    -_A3E021BA164E6321	m0283ckjjf01	Morsel of Magnificient Jungle Kipesta Flesh	a	the	Morsels of Magnificient Jungle Kipesta Flesh	\d	the	
    -_871C2FEAE42439A5	m0283ckjld01	Morsel of Select Lakes Kipesta Flesh	a	the	Morsels of Select Lakes Kipesta Flesh	\d	the	
    -_7DFE33F2EC2439A5	m0283ckjle01	Morsel of Superb Lakes Kipesta Flesh	a	the	Morsels of Superb Lakes Kipesta Flesh	\d	the	
    -_A6E208875A349EE2	m0283ckjlf01	Morsel of Magnificient Lakes Kipesta Flesh	a	the	Morsels of Magnificient Lakes Kipesta Flesh	\d	the	
    -_E8CEF089565782C5	m0283ckjpd01	Morsel of Select Prime Root Kipesta Flesh	a	the	Morsels of Select Prime Root Kipesta Flesh	\d	the	
    -_63BFAC9C5A98C2C5	m0283ckjpe01	Morsel of Superb Prime Root Kipesta Flesh	a	the	Morsels of Superb Prime Root Kipesta Flesh	\d	the	
    -_0A024FF9E5D89F40	m0283ckjpf01	Morsel of Magnificient Prime Root Kipesta Flesh	a	the	Morsels of Magnificient Prime Root Kipesta Flesh	\d	the	
    -_9C28CE13A899C2D1	m0284cdald01	Fragment of Select Lakes Cute Skull	a	the	Fragments of Select Lakes Cute Skull	\d	the	
    -_60692223A8997ACE	m0284cdale01	Fragment of Superb Lakes Cute Skull	a	the	Fragments of Superb Lakes Cute Skull	\d	the	
    -_57F66D52D36DBC91	m0284cdapd01	Fragment of Select Prime Root Cute Skull	a	the	Fragments of Select Prime Root Cute Skull	\d	the	
    -_5716ED52D46E74A0	m0284cdape01	Fragment of Superb Prime Root Cute Skull	a	the	Fragments of Superb Prime Root Cute Skull	\d	the	
    -_DE7DFE87BB32B30D	m0285cdbfd01	Fragment of Select Forest Gibbai Skull	a	the	Fragments of Select Forest Gibbai Skull	\d	the	
    -_DEBE42757F327B2C	m0285cdbfe01	Fragment of Superb Forest Gibbai Skull	a	the	Fragments of Superb Forest Gibbai Skull	\d	the	
    -_9FDDEE91F8C1BBFA	m0285cdbjd01	Fragment of Select Jungle Gibbai Skull	a	the	Fragments of Select Jungle Gibbai Skull	\d	the	
    -_9F1E327FBCC18319	m0285cdbje01	Fragment of Superb Jungle Gibbai Skull	a	the	Fragments of Superb Jungle Gibbai Skull	\d	the	
    -_1EEE167ABDA3B315	m0286cdcdd01	Fragment of Select Desert Frahar Skull	a	the	Fragments of Select Desert Frahar Skull	\d	the	
    -_1E2F5A6881A37B34	m0286cdcde01	Fragment of Superb Desert Frahar Skull	a	the	Fragments of Superb Desert Frahar Skull	\d	the	
    -_98185AFA5FB3F221	m0287chhdd01	Phial of Select Desert Mektoub Blood	a	the	Phials of Select Desert Mektoub Blood	\d	the	
    -_AA5CAD1428A403C1	m0287chhfc01	Phial of Prime Forest Mektoub Blood	a	the	Phials of Prime Forest Mektoub Blood	\d	the	
    -_98185EFD1F432223	m0287chhfd01	Phial of Select Forest Mektoub Blood	a	the	Phials of Select Forest Mektoub Blood	\d	the	
    -_AC5CEDF2A222E3CD	m0287chhja01	Phial of Plain Jungle Mektoub Blood	a	the	Phials of Plain Jungle Mektoub Blood	\d	the	
    -_6B65E6150E08A6C0	m0287chhjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_DD77FD733A65FBC6	m0287chhle01	Phial of Superb Lakes Mektoub Blood	a	the	Phials of Superb Lakes Mektoub Blood	\d	the	
    -_DBBA837B60158A06	m0287chhpf01	Phial of Magnificient Prime Root Mektoub Blood	a	the	Phials of Magnificient Prime Root Mektoub Blood	\d	the	
    -_EC3612FD0E078ECF	m0287chidb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612094EA796CF	m0287chifb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6154E08A6C0	m0287chijb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A44890662A45B23	m0287chilb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_EC3612FD4E078ECF	m0287chjdb01	Phial of Average Desert Mektoub Blood	a	the	Phials of Average Desert Mektoub Blood	\d	the	
    -_2C3612098EA796CF	m0287chjfb01	Phial of Average Forest Mektoub Blood	a	the	Phials of Average Forest Mektoub Blood	\d	the	
    -_6B65E6158E08A6C0	m0287chjjb01	Phial of Average Jungle Mektoub Blood	a	the	Phials of Average Jungle Mektoub Blood	\d	the	
    -_3A448906A2A45B23	m0287chjlb01	Phial of Average Lakes Mektoub Blood	a	the	Phials of Average Lakes Mektoub Blood	\d	the	
    -_7992FC068C5D72E8	m0288ccada01	Phial of Plain Desert Gingo Blood	a	the	Phials of Plain Desert Gingo Blood	\d	the	
    -_982A1B185CB4C3DC	m0288ccadb01	Phial of Average Desert Gingo Blood	a	the	Phials of Average Desert Gingo Blood	\d	the	
    -_B9320408CC5D72F2	m0288ccafa01	Phial of Plain Forest Gingo Blood	a	the	Phials of Plain Forest Gingo Blood	\d	the	
    -_982A231ADCF4D3DC	m0288ccafb01	Phial of Average Forest Gingo Blood	a	the	Phials of Average Forest Gingo Blood	\d	the	
    -_B932E80C8CFE92F8	m0288ccafc01	Phial of Prime Forest Gingo Blood	a	the	Phials of Prime Forest Gingo Blood	\d	the	
    -_8FE184E78F7513C3	m0288ccafe01	Phial of Superb Forest Gingo Blood	a	the	Phials of Superb Forest Gingo Blood	\d	the	
    -_900250C64D12DBCD	m0288ccajd01	Phial of Select Jungle Gingo Blood	a	the	Phials of Select Jungle Gingo Blood	\d	the	
    -_90E148D54E541BCD	m0288ccaje01	Phial of Superb Jungle Gingo Blood	a	the	Phials of Superb Jungle Gingo Blood	\d	the	
    -_3B73E413CD9EAAF0	m0289ccefa01	Phial of Plain Forest Ragus Blood	a	the	Phials of Plain Forest Ragus Blood	\d	the	
    -_982A2322E51493F3	m0289ccefb01	Phial of Average Forest Ragus Blood	a	the	Phials of Average Forest Ragus Blood	\d	the	
    -_6005210663ACC34B	m0289cceff01	Phial of Magnificent Forest Ragus Blood	a	the	Phials of Magnificent Forest Ragus Blood	\d	the	
    -_3BD4F4080CCD7EF8	m0289cceja01	Phial of Plain Jungle Ragus Blood	a	the	Phials of Plain Jungle Ragus Blood	\d	the	
    -_9848EB2AE3D6B3F3	m0289ccejb01	Phial of Average Jungle Ragus Blood	a	the	Phials of Average Jungle Ragus Blood	\d	the	
    -_3BD4D80CCC6E9EFE	m0289ccejc01	Phial of Prime Jungle Ragus Blood	a	the	Phials of Prime Jungle Ragus Blood	\d	the	
    -_53914C3768779492	m0289ccelc01	Phial of Prime Lakes Ragus Blood	a	the	Phials of Prime Lakes Ragus Blood	\d	the	
    -_D90D5CD739B3314A	m0289cceld01	Phial of Select Lakes Ragus Blood	a	the	Phials of Select Lakes Ragus Blood	\d	the	
    -_B3529F7FB48B4748	m0289ccepf01	Phial of Magnificent Prime Root Ragus Blood	a	the	Phials of Magnificent Prime Root Ragus Blood	\d	the	
    -_E7F7CB5962A0BE49	m0290chdda01	Phial of Plain Desert Yubo Blood	a	the	Phials of Plain Desert Yubo Blood	\d	the	
    -_CA5891D1D0E4F74F	m0290chddb01	Phial of Average Desert Yubo Blood	a	the	Phials of Average Desert Yubo Blood	\d	the	
    -_67E7F35DA2A0BA54	m0290chdfa01	Phial of Plain Forest Yubo Blood	a	the	Phials of Plain Forest Yubo Blood	\d	the	
    -_CA5895D490742751	m0290chdfb01	Phial of Average Forest Yubo Blood	a	the	Phials of Average Forest Yubo Blood	\d	the	
    -_E8A60B56E1C06E53	m0290chdja01	Phial of Plain Jungle Yubo Blood	a	the	Phials of Plain Jungle Yubo Blood	\d	the	
    -_CA673DD30F944F55	m0290chdjb01	Phial of Average Jungle Yubo Blood	a	the	Phials of Average Jungle Yubo Blood	\d	the	
    -_A52E60DC87A951F0	m0290chdla01	Phial of Plain Lakes Yubo Blood	a	the	Phials of Plain Lakes Yubo Blood	\d	the	
    -_B007867C7231CE01	m0290chdlb01	Phial of Average Lakes Yubo Blood	a	the	Phials of Average Lakes Yubo Blood	\d	the	
    -_39F3FC0A4E3D6AD9	m0291ckhda01	Phial of Plain Desert Kipee Blood	a	the	Phials of Plain Desert Kipee Blood	\d	the	
    -_D82A1B041E76C3DD	m0291ckhdb01	Phial of Average Desert Kipee Blood	a	the	Phials of Average Desert Kipee Blood	\d	the	
    -_39F3E00E0EDE8ADF	m0291ckhdc01	Phial of Prime Desert Kipee Blood	a	the	Phials of Prime Desert Kipee Blood	\d	the	
    -_50428CD58E03AFB2	m0291ckhdd01	Phial of Select Desert Kipee Blood	a	the	Phials of Select Desert Kipee Blood	\d	the	
    -_502184E48F45EFB2	m0291ckhde01	Phial of Superb Desert Kipee Blood	a	the	Phials of Superb Desert Kipee Blood	\d	the	
    -_2184C903A6AB8B34	m0291ckhdf01	Phial of Magnificient Desert Kipee Blood	a	the	Phials of Magnificient Desert Kipee Blood	\d	the	
    -_7993040C8E3D6AE3	m0291ckhfa01	Phial of Plain Forest Kipee Blood	a	the	Phials of Plain Forest Kipee Blood	\d	the	
    -_D82A23069EB6D3DD	m0291ckhfb01	Phial of Average Forest Kipee Blood	a	the	Phials of Average Forest Kipee Blood	\d	the	
    -_7993E8104EDE8AE9	m0291ckhfc01	Phial of Prime Forest Kipee Blood	a	the	Phials of Prime Forest Kipee Blood	\d	the	
    -_D0428CD8CEF3D3BE	m0291ckhfd01	Phial of Select Forest Kipee Blood	a	the	Phials of Select Forest Kipee Blood	\d	the	
    -_D02184E7CF3513BE	m0291ckhfe01	Phial of Superb Forest Kipee Blood	a	the	Phials of Superb Forest Kipee Blood	\d	the	
    -_E3A4C50F26BB8B33	m0291ckhff01	Phial of Magnificient Forest Kipee Blood	a	the	Phials of Magnificient Forest Kipee Blood	\d	the	
    -_79F41401CD6C3EEB	m0291ckhja01	Phial of Plain Jungle Kipee Blood	a	the	Phials of Plain Jungle Kipee Blood	\d	the	
    -_D848EB0E9C78F3DD	m0291ckhjb01	Phial of Average Jungle Kipee Blood	a	the	Phials of Average Jungle Kipee Blood	\d	the	
    -_79F4F8058D0D5EF1	m0291ckhjc01	Phial of Prime Jungle Kipee Blood	a	the	Phials of Prime Jungle Kipee Blood	\d	the	
    -_D14250C68DD2DBC8	m0291ckhjd01	Phial of Select Jungle Kipee Blood	a	the	Phials of Select Jungle Kipee Blood	\d	the	
    -_D12148D58E141BC8	m0291ckhje01	Phial of Superb Jungle Kipee Blood	a	the	Phials of Superb Jungle Kipee Blood	\d	the	
    -_A404B519634A9320	m0291ckhjf01	Phial of Magnificient Jungle Kipee Blood	a	the	Phials of Magnificient Jungle Kipee Blood	\d	the	
    -_8DC1881E2327D871	m0291ckhla01	Phial of Plain Lakes Kipee Blood	a	the	Phials of Plain Lakes Kipee Blood	\d	the	
    -_F41350534A3E869A	m0291ckhlb01	Phial of Average Lakes Kipee Blood	a	the	Phials of Average Lakes Kipee Blood	\d	the	
    -_8F226C222588B475	m0291ckhlc01	Phial of Prime Lakes Kipee Blood	a	the	Phials of Prime Lakes Kipee Blood	\d	the	
    -_5CAC00E0FCC2F932	m0291ckhld01	Phial of Select Lakes Kipee Blood	a	the	Phials of Select Lakes Kipee Blood	\d	the	
    -_608B40E078B4F936	m0291ckhle01	Phial of Superb Lakes Kipee Blood	a	the	Phials of Superb Lakes Kipee Blood	\d	the	
    -_247E20C5C8732874	m0291ckhlf01	Phial of Magnificient Lakes Kipee Blood	a	the	Phials of Magnificient Lakes Kipee Blood	\d	the	
    -_4F0020CF073FF05F	m0291ckhpd01	Phial of Select Prime Root Kipee Blood	a	the	Phials of Select Prime Root Kipee Blood	\d	the	
    -_4F20A0CF0840A86E	m0291ckhpe01	Phial of Superb Prime Root Kipee Blood	a	the	Phials of Superb Prime Root Kipee Blood	\d	the	
    -_F3712778BA1A2B40	m0291ckhpf01	Phial of Magnificient Prime Root Kipee Blood	a	the	Phials of Magnificient Prime Root Kipee Blood	\d	the	
    -_D2D86EE8E045161E	m0292ckede01	Phial of Superb Desert Kipucka Blood	a	the	Phials of Superb Desert Kipucka Blood	\d	the	
    -_EB7686FDB4B0A1A7	m0292ckedf01	Phial of Magnificient Desert Kipucka Blood	a	the	Phials of Magnificient Desert Kipucka Blood	\d	the	
    -_D2D872EBA0D54620	m0292ckefe01	Phial of Superb Forest Kipucka Blood	a	the	Phials of Superb Forest Kipucka Blood	\d	the	
    -_2D368EFFB4C0A5A6	m0292ckeff01	Phial of Magnificient Forest Kipucka Blood	a	the	Phials of Magnificient Forest Kipucka Blood	\d	the	
    -_D2E71AEA1FF56E24	m0292ckeje01	Phial of Superb Jungle Kipucka Blood	a	the	Phials of Superb Jungle Kipucka Blood	\d	the	
    -_AED79E03F05E91A4	m0292ckejf01	Phial of Magnificient Jungle Kipucka Blood	a	the	Phials of Magnificient Jungle Kipucka Blood	\d	the	
    -_9F08057139E4A3B6	m0292ckele01	Phial of Superb Lakes Kipucka Blood	a	the	Phials of Superb Lakes Kipucka Blood	\d	the	
    -_488555439FD9A00A	m0292ckelf01	Phial of Magnificient Lakes Kipucka Blood	a	the	Phials of Magnificient Lakes Kipucka Blood	\d	the	
    -_7F8939F422EBB803	m0292ckepe01	Phial of Superb Prime Root Kipucka Blood	a	the	Phials of Superb Prime Root Kipucka Blood	\d	the	
    -_1B6A637AE1755AF5	m0292ckepf01	Phial of Magnificient Prime Root Kipucka Blood	a	the	Phials of Magnificient Prime Root Kipucka Blood	\d	the	
    -_202F49DFB765853C	m0293chldf01	Phial of Magnificient Desert Yelk Blood	a	the	Phials of Magnificient Desert Yelk Blood	\d	the	
    -_ADC29C1EE67F8ACD	m0293chlfe01	Phial of Superb Forest Yelk Blood	a	the	Phials of Superb Forest Yelk Blood	\d	the	
    -_A25F49E03995853B	m0293chlff01	Phial of Magnificient Forest Yelk Blood	a	the	Phials of Magnificient Forest Yelk Blood	\d	the	
    -_58450CE0EF7B5035	m0293chlld01	Phial of Select Lakes Yelk Blood	a	the	Phials of Select Lakes Yelk Blood	\d	the	
    -_59254CE0F05B8C35	m0293chlle01	Phial of Superb Lakes Yelk Blood	a	the	Phials of Superb Lakes Yelk Blood	\d	the	
    -_1CE39DAA1DA8F2FF	m0293chlpe01	Phial of Superb Prime Root Yelk Blood	a	the	Phials of Superb Prime Root Yelk Blood	\d	the	
    -_3C7253D631EE35E1	m0293chlpf01	Phial of Magnificient Prime Root Yelk Blood	a	the	Phials of Magnificient Prime Root Yelk Blood	\d	the	
    -_9516B4EE6A4CF844	m0294cheld01	Phial of Select Lakes Cray Blood	a	the	Phials of Select Lakes Cray Blood	\d	the	
    -_96F6F4EE6B2C3444	m0294chele01	Phial of Superb Lakes Cray Blood	a	the	Phials of Superb Lakes Cray Blood	\d	the	
    -_27EFD09DBFD48331	m0295cdbfd01	Tuft of Select Forest Gibbai Hair	a	the	Tufts of Select Forest Gibbai Hair	\d	the	
    -_27EF8C9A8315D341	m0295cdbfe01	Tuft of Superb Forest Gibbai Hair	a	the	Tufts of Superb Forest Gibbai Hair	\d	the	
    -_AA2FD0923A837B33	m0295cdbjd01	Tuft of Select Jungle Gibbai Hair	a	the	Tufts of Select Jungle Gibbai Hair	\d	the	
    -_AA2F8C8FFEC4CB43	m0295cdbje01	Tuft of Superb Jungle Gibbai Hair	a	the	Tufts of Superb Jungle Gibbai Hair	\d	the	
    -_F636F921EF550354	m0296chcda01	Tuft of Plain Desert Capryni Hair	a	the	Tufts of Plain Desert Capryni Hair	\d	the	
    -_403B42C9AE872BF0	m0296chcdb01	Tuft of Average Desert Capryni Hair	a	the	Tufts of Average Desert Capryni Hair	\d	the	
    -_38F60123EF650753	m0296chcfa01	Tuft of Plain Forest Capryni Hair	a	the	Tufts of Plain Forest Capryni Hair	\d	the	
    -_403B46CC6E175BF2	m0296chcfb01	Tuft of Average Forest Capryni Hair	a	the	Tufts of Average Forest Capryni Hair	\d	the	
    -_43BCA3556447BB41	m0296chcjd01	Tuft of Select Jungle Capryni Hair	a	the	Tufts of Select Jungle Capryni Hair	\d	the	
    -_149D3DE16FA1557F	m0296chclc01	Tuft of Prime Lakes Capryni Hair	a	the	Tufts of Prime Lakes Capryni Hair	\d	the	
    -_719B7DAB20D5D940	m0296chcld01	Tuft of Select Lakes Capryni Hair	a	the	Tufts of Select Lakes Capryni Hair	\d	the	
    -_E48B959AF76374AF	m0298ccada01	Tuft of Plain Desert Gingo Hair	a	the	Tufts of Plain Desert Gingo Hair	\d	the	
    -_894D5DDEBFE5F70E	m0298ccadb01	Tuft of Average Desert Gingo Hair	a	the	Tufts of Average Desert Gingo Hair	\d	the	
    -_A6AB91A6777374AE	m0298ccafa01	Tuft of Plain Forest Gingo Hair	a	the	Tufts of Plain Forest Gingo Hair	\d	the	
    -_094D5DE1FFD51B1A	m0298ccafb01	Tuft of Average Forest Gingo Hair	a	the	Tufts of Average Forest Gingo Hair	\d	the	
    -_A80C999D78F368B2	m0298ccafc01	Tuft of Prime Forest Gingo Hair	a	the	Tufts of Prime Forest Gingo Hair	\d	the	
    -_B137F8BC9F2A664F	m0298ccafe01	Tuft of Superb Forest Gingo Hair	a	the	Tufts of Superb Forest Gingo Hair	\d	the	
    -_AD984CA26327FA53	m0298ccajd01	Tuft of Select Jungle Gingo Hair	a	the	Tufts of Select Jungle Gingo Hair	\d	the	
    -_B19808B1DE593A57	m0298ccaje01	Tuft of Superb Jungle Gingo Hair	a	the	Tufts of Superb Jungle Gingo Hair	\d	the	
    -_AC20049DC0E48345	m0299ccdfd01	Tuft of Select Forest Torbak Hair	a	the	Tufts of Select Forest Torbak Hair	\d	the	
    -_AC20C09A8425D355	m0299ccdfe01	Tuft of Superb Forest Torbak Hair	a	the	Tufts of Superb Forest Torbak Hair	\d	the	
    -_BA5B98B15CD3FE3C	m0299ccdjc01	Tuft of Prime Jungle Torbak Hair	a	the	Tufts of Prime Jungle Torbak Hair	\d	the	
    -_2F6004923B937B47	m0299ccdjd01	Tuft of Select Jungle Torbak Hair	a	the	Tufts of Select Jungle Torbak Hair	\d	the	
    -_1C8BFAB5DB298143	m0299ccdle01	Tuft of Superb Lakes Torbak Hair	a	the	Tufts of Superb Lakes Torbak Hair	\d	the	
    -_ED5433FAE7C2CB26	m0299ccdlf01	Tuft of Magnificient Lakes Torbak Hair	a	the	Tufts of Magnificient Lakes Torbak Hair	\d	the	
    -_A27CF59F762484B4	m0300ccefa01	Tuft of Plain Forest Ragus Hair	a	the	Tufts of Plain Forest Ragus Hair	\d	the	
    -_880E5DE101F73703	m0300ccefb01	Tuft of Average Forest Ragus Hair	a	the	Tufts of Average Forest Ragus Hair	\d	the	
    -_7D43ABA299B827EA	m0300cceff01	Tuft of Magnificent Forest Ragus Hair	a	the	Tufts of Magnificent Forest Ragus Hair	\d	the	
    -_63DCE5A9B3B38CA1	m0300cceja01	Tuft of Plain Jungle Ragus Hair	a	the	Tufts of Plain Jungle Ragus Hair	\d	the	
    -_890E21CFC0D63F0D	m0300ccejb01	Tuft of Average Jungle Ragus Hair	a	the	Tufts of Average Jungle Ragus Hair	\d	the	
    -_653DEDA0B43380A5	m0300ccejc01	Tuft of Prime Jungle Ragus Hair	a	the	Tufts of Prime Jungle Ragus Hair	\d	the	
    -_06956FB66B64E630	m0300ccelc01	Tuft of Prime Lakes Ragus Hair	a	the	Tufts of Prime Lakes Ragus Hair	\d	the	
    -_BD321D1BD9A7A15D	m0300cceld01	Tuft of Select Lakes Ragus Hair	a	the	Tufts of Select Lakes Ragus Hair	\d	the	
    -_A16837CF19F9F5B5	m0300ccepf01	Tuft of Magnificent Prime Root Ragus Hair	a	the	Tufts of Magnificent Prime Root Ragus Hair	\d	the	
    -_A9F0E49B02D5CF3E	m0302chgdd01	Tuft of Select Desert Lumper Hair	a	the	Tufts of Select Desert Lumper Hair	\d	the	
    -_A9F0A098C6161F4E	m0302chgde01	Tuft of Superb Desert Lumper Hair	a	the	Tufts of Superb Desert Lumper Hair	\d	the	
    -_E7D0A3FBAA510E5F	m0302chgpd01	Tuft of Select Prime Root Lumper Hair	a	the	Tufts of Select Prime Root Lumper Hair	\d	the	
    -_122C0F45CA5CA5FE	m0302chgpf01	Tuft of Magnificient Prime Root Lumper Hair	a	the	Tufts of Magnificient Prime Root Lumper Hair	\d	the	
    -_986A55B9AA15D9A4	m0303ccidd01	Tuft of Select Desert Zerx Hair	a	the	Tufts of Select Desert Zerx Hair	\d	the	
    -_EBC19F2C5516681B	m0303ccidf01	Tuft of Magnificient Desert Zerx Hair	a	the	Tufts of Magnificient Desert Zerx Hair	\d	the	
    -_AAC27B2CD5D49023	m0303ccijf01	Tuft of Magnificient Jungle Zerx Hair	a	the	Tufts of Magnificient Jungle Zerx Hair	\d	the	
    -_C000DDA61CE60D7E	m0303ccild01	Tuft of Select Lakes Zerx Hair	a	the	Tufts of Select Lakes Zerx Hair	\d	the	
    -_8400A9C51C274D6C	m0303ccile01	Tuft of Superb Lakes Zerx Hair	a	the	Tufts of Superb Lakes Zerx Hair	\d	the	
    -_978B016823EE029C	m0303ccipd01	Tuft of Select Prime Root Zerx Hair	a	the	Tufts of Select Prime Root Zerx Hair	\d	the	
    -_229CA987B9E338B7	m0304chbdc01	Tuft of Prime Desert Bodoc Hair	a	the	Tufts of Prime Desert Bodoc Hair	\d	the	
    -_E25B9D9C387344B2	m0304chbfa01	Tuft of Plain Forest Bodoc Hair	a	the	Tufts of Plain Forest Bodoc Hair	\d	the	
    -_070D5DE13CE51312	m0304chbfb01	Tuft of Average Forest Bodoc Hair	a	the	Tufts of Average Forest Bodoc Hair	\d	the	
    -_E4BCA59339F338B6	m0304chbfc01	Tuft of Prime Forest Bodoc Hair	a	the	Tufts of Prime Forest Bodoc Hair	\d	the	
    -_F2B820AC1EE95A3D	m0304chbje01	Tuft of Superb Jungle Bodoc Hair	a	the	Tufts of Superb Jungle Bodoc Hair	\d	the	
    -_3B0255FB96C7D941	m0304chbld01	Tuft of Select Lakes Bodoc Hair	a	the	Tufts of Select Lakes Bodoc Hair	\d	the	
    -_F5C8E74F8AC0852E	m0304chbpd01	Tuft of Select Prime Root Bodoc Hair	a	the	Tufts of Select Prime Root Bodoc Hair	\d	the	
    -_70B9A3628E01C52E	m0304chbpe01	Tuft of Superb Prime Root Bodoc Hair	a	the	Tufts of Superb Prime Root Bodoc Hair	\d	the	
    -_18C664E0338BEC2F	m0305chadc01	Tuft of Prime Desert Arma Hair	a	the	Tufts of Prime Desert Arma Hair	\d	the	
    -_5B5869CAA26579AC	m0305chafd01	Tuft of Select Forest Arma Hair	a	the	Tufts of Select Forest Arma Hair	\d	the	
    -_5C5925D9A285F5AC	m0305chafe01	Tuft of Superb Forest Arma Hair	a	the	Tufts of Superb Forest Arma Hair	\d	the	
    -_9E71AF13D3B37C32	m0305chajf01	Tuft of Magnificient Jungle Arma Hair	a	the	Tufts of Magnificient Jungle Arma Hair	\d	the	
    -_78AFDDAC1A06397B	m0305chale01	Tuft of Superb Lakes Arma Hair	a	the	Tufts of Superb Lakes Arma Hair	\d	the	
    -_298C618A22ED6A8F	m0305chalf01	Tuft of Magnificient Lakes Arma Hair	a	the	Tufts of Magnificient Lakes Arma Hair	\d	the	
    -_971A91701EAD029E	m0305chapd01	Tuft of Select Prime Root Arma Hair	a	the	Tufts of Select Prime Root Arma Hair	\d	the	
    -_97F9897F1FEF429E	m0305chape01	Tuft of Superb Prime Root Arma Hair	a	the	Tufts of Superb Prime Root Arma Hair	\d	the	
    -_5476A4F7303B3447	m0306chdda01	Tuft of Plain Desert Yubo Hair	a	the	Tufts of Plain Desert Yubo Hair	\d	the	
    -_9EC778C576791E1A	m0306chddb01	Tuft of Average Desert Yubo Hair	a	the	Tufts of Average Desert Yubo Hair	\d	the	
    -_D6A6A4F8B26B3446	m0306chdfa01	Tuft of Plain Forest Yubo Hair	a	the	Tufts of Plain Forest Yubo Hair	\d	the	
    -_20E778C87679461B	m0306chdfb01	Tuft of Average Forest Yubo Hair	a	the	Tufts of Average Forest Yubo Hair	\d	the	
    -_9475ACF8703A3C42	m0306chdja01	Tuft of Plain Jungle Yubo Hair	a	the	Tufts of Plain Jungle Yubo Hair	\d	the	
    -_A2273CC532C7661B	m0306chdjb01	Tuft of Average Jungle Yubo Hair	a	the	Tufts of Average Jungle Yubo Hair	\d	the	
    -_721330ADE730987B	m0306chdla01	Tuft of Plain Lakes Yubo Hair	a	the	Tufts of Plain Lakes Yubo Hair	\d	the	
    -_8157DDBC5D1C6904	m0306chdlb01	Tuft of Average Lakes Yubo Hair	a	the	Tufts of Average Lakes Yubo Hair	\d	the	
    -_35201D8F1AC51592	m0307cdald01	Tuft of Select Lakes Cute Hair	a	the	Tufts of Select Lakes Cute Hair	\d	the	
    -_F920E9AE1A065580	m0307cdale01	Tuft of Superb Lakes Cute Hair	a	the	Tufts of Superb Lakes Cute Hair	\d	the	
    -_975ABD7A5F8D02A0	m0307cdapd01	Tuft of Select Prime Root Cute Hair	a	the	Tufts of Select Prime Root Cute Hair	\d	the	
    -_9739B58960CF42A0	m0307cdape01	Tuft of Superb Prime Root Cute Hair	a	the	Tufts of Superb Prime Root Cute Hair	\d	the	
    -_1AF9E1AA9CC6C906	m0308cxxcb01	Average Goo Contaminated Meat	an	the	Average Goo Contaminated Meats	\d	the	
    -_83B887DC33F81C26	m0308cxxcc01	Prime Goo Contaminated Meat	a	the	Prime Goo Contaminated Meats	\d	the	
    -_6C6031305A0FA530	m0308cxxcd01	Select Goo Contaminated Meat	a	the	Select Goo Contaminated Meats	\d	the	
    -_6C60A54E5A912530	m0308cxxce01	Superb Goo Contaminated Meat	a	the	Superb Goo Contaminated Meats	\d	the	
    -_B4D42D2B0AE1B308	m0308cxxcf01	Magnificient Goo Contaminated Meat	a	the	Magnificient Goo Contaminated Meats	\d	the	
    -_7F2DF6827F7E42D9	m0309dxaca01	Plain Fresh Kitin Cocoon	a	the	Plain Fresh Kitin Cocoons	\d	the	
    -_C32B9A570A85784E	m0309dxacb01	Average Fresh Kitin Cocoon	an	the	Average Fresh Kitin Cocoons	\d	the	
    -_80AD167980FE5AD0	m0309dxacc01	Prime Fresh Kitin Cocoon	a	the	Prime Fresh Kitin Cocoons	\d	the	
    -_FD8D5050F2FE584D	m0309dxacd01	Select Fresh Kitin Cocoon	a	the	Select Fresh Kitin Cocoons	\d	the	
    -_FE8E0C5FF21ED44D	m0309dxace01	Superb Fresh Kitin Cocoon	a	the	Superb Fresh Kitin Cocoons	\d	the	
    -_1386C10A68DAC685	m0309dxacf01	Magnificient Fresh Kitin Cocoon	a	the	Magnificient Fresh Kitin Cocoons	\d	the	
    -_D5492A303E8C16BF	m0310dxaca01	Plain Old Kitin Cocoon	a	the	Plain Old Kitin Cocoons	\d	the	
    -_6D1F23502D706B9E	m0310dxacb01	Average Old Kitin Cocoon	an	the	Average Old Kitin Cocoons	\d	the	
    -_D5B9422FC00C2EBF	m0310dxacc01	Prime Old Kitin Cocoon	a	the	Prime Old Kitin Cocoons	\d	the	
    -_6BF4337F6FAC43DA	m0310dxacd01	Select Old Kitin Cocoon	a	the	Select Old Kitin Cocoons	\d	the	
    -_2FF4FF9E6FED83C8	m0310dxace01	Superb Old Kitin Cocoon	a	the	Superb Old Kitin Cocoons	\d	the	
    -_0D52F0F5B1C5114C	m0310dxacf01	Magnificient Old Kitin Cocoon	a	the	Magnificient Old Kitin Cocoons	\d	the	
    -_FC2E740E2B14DCE4	m0311dxaca01	Sample of Plain Kitin Saliva	a	the	Samples of Plain Kitin Saliva	\d	the	
    -_DDA375993C14BFB9	m0311dxacb01	Sample of Average Kitin Saliva	a	the	Samples of Average Kitin Saliva	\d	the	
    -_BADEAC1CAC14DCE4	m0311dxacc01	Sample of Prime Kitin Saliva	a	the	Samples of Prime Kitin Saliva	\d	the	
    -_6B7FA907D75231DB	m0311dxacd01	Sample of Select Kitin Saliva	a	the	Samples of Select Kitin Saliva	\d	the	
    -_E6B1ED0BDB52E9EA	m0311dxace01	Sample of Superb Kitin Saliva	a	the	Samples of Superb Kitin Saliva	\d	the	
    -_2EEC9F679C903927	m0311dxacf01	Sample of Magnificient Kitin Saliva	a	the	Samples of Magnificient Kitin Saliva	\d	the	
    -_3ABE8A0CB7DFFB96	m0312dxacf01	Supreme Kitin Larva	a	the	Supreme Kitin Larvas	\d	the	
    -_C69D8DC77940C11F	m0313chadc01	Fragment of Prime Desert Arma Skull	a	the	Fragments of Prime Desert Arma Skull	\d	the	
    -_09BFBF81668A8DBF	m0313chafd01	Fragment of Select Forest Arma Skull	a	the	Fragments of Select Forest Arma Skull	\d	the	
    -_0A010381666981CE	m0313chafe01	Fragment of Superb Forest Arma Skull	a	the	Fragments of Superb Forest Arma Skull	\d	the	
    -_43A504DC616B852D	m0313chajf01	Fragment of Magnificient Jungle Arma Skull	a	the	Fragments of Magnificient Jungle Arma Skull	\d	the	
    -_1E792223A72852C8	m0313chale01	Fragment of Superb Lakes Arma Skull	a	the	Fragments of Superb Lakes Arma Skull	\d	the	
    -_A924514514E1E49E	m0313chalf01	Fragment of Magnificient Lakes Arma Skull	a	the	Fragments of Magnificient Lakes Arma Skull	\d	the	
    -_D4A6514F53ADAC89	m0313chapd01	Fragment of Select Prime Root Arma Skull	a	the	Fragments of Select Prime Root Arma Skull	\d	the	
    -_D4C6D14F54AE6498	m0313chape01	Fragment of Superb Prime Root Arma Skull	a	the	Fragments of Superb Prime Root Arma Skull	\d	the	
    -_CE80CF937F8B7C77	m0314chbdc01	Fragment of Prime Desert Bodoc Skull	a	the	Fragments of Prime Desert Bodoc Skull	\d	the	
    -_0BAFAB9E81ABA07C	m0314chbfa01	Fragment of Plain Forest Bodoc Skull	a	the	Fragments of Plain Forest Bodoc Skull	\d	the	
    -_CFFAAEA0A7E42019	m0314chbfb01	Fragment of Average Forest Bodoc Skull	a	the	Fragments of Average Forest Bodoc Skull	\d	the	
    -_0E90CB9E81AB7C77	m0314chbfc01	Fragment of Prime Forest Bodoc Skull	a	the	Fragments of Prime Forest Bodoc Skull	\d	the	
    -_D6048680AE5A0A3F	m0314chbje01	Fragment of Superb Jungle Bodoc Skull	a	the	Fragments of Superb Jungle Bodoc Skull	\d	the	
    -_985B59B52DFAD360	m0314chbld01	Fragment of Select Lakes Bodoc Skull	a	the	Fragments of Select Lakes Bodoc Skull	\d	the	
    -_39A0CB3FBAA5B714	m0314chbpd01	Fragment of Select Prime Root Bodoc Skull	a	the	Fragments of Select Prime Root Bodoc Skull	\d	the	
    -_B4D20F43BEA56F23	m0314chbpe01	Fragment of Superb Prime Root Bodoc Skull	a	the	Fragments of Superb Prime Root Bodoc Skull	\d	the	
    -_A3E12F6533A62BD5	m0315chcda01	Fragment of Plain Desert Capryni Skull	a	the	Fragments of Plain Desert Capryni Skull	\d	the	
    -_577B0304C7E3D480	m0315chcdb01	Fragment of Average Desert Capryni Skull	a	the	Fragments of Average Desert Capryni Skull	\d	the	
    -_63913766B5C62FD5	m0315chcfa01	Fragment of Plain Forest Capryni Skull	a	the	Fragments of Plain Forest Capryni Skull	\d	the	
    -_576B2F088783DC81	m0315chcfb01	Fragment of Average Forest Capryni Skull	a	the	Fragments of Average Forest Capryni Skull	\d	the	
    -_43FC561C16A30652	m0315chcjd01	Fragment of Select Jungle Capryni Skull	a	the	Fragments of Select Jungle Capryni Skull	\d	the	
    -_EDBBC3A3C61F3988	m0315chclc01	Fragment of Prime Lakes Capryni Skull	a	the	Fragments of Prime Lakes Capryni Skull	\d	the	
    -_BE1346B1052A260F	m0315chcld01	Fragment of Select Lakes Capryni Skull	a	the	Fragments of Select Lakes Capryni Skull	\d	the	
    -_CB5FBF95402BB47E	m0316ccada01	Fragment of Plain Desert Gingo Skull	a	the	Fragments of Plain Desert Gingo Skull	\d	the	
    -_D1DAAE966854041A	m0316ccadb01	Fragment of Average Desert Gingo Skull	a	the	Fragments of Average Desert Gingo Skull	\d	the	
    -_0B6FBBA0424BB47E	m0316ccafa01	Fragment of Plain Forest Gingo Skull	a	the	Fragments of Plain Forest Gingo Skull	\d	the	
    -_51CAD69AA8540025	m0316ccafb01	Fragment of Average Forest Gingo Skull	a	the	Fragments of Average Forest Gingo Skull	\d	the	
    -_0E50DBA0424B9079	m0316ccafc01	Fragment of Prime Forest Gingo Skull	a	the	Fragments of Prime Forest Gingo Skull	\d	the	
    -_96E34E85EC4B265A	m0316ccafe01	Fragment of Superb Forest Gingo Skull	a	the	Fragments of Superb Forest Gingo Skull	\d	the	
    -_D0230A8F7269523A	m0316ccajd01	Fragment of Select Jungle Gingo Skull	a	the	Fragments of Select Jungle Gingo Skull	\d	the	
    -_D4644E8FED5A0A4D	m0316ccaje01	Fragment of Superb Jungle Gingo Skull	a	the	Fragments of Superb Jungle Gingo Skull	\d	the	
    -_C49D55E3B4A08135	m0317chdda01	Fragment of Plain Desert Yubo Skull	a	the	Fragments of Plain Desert Yubo Skull	\d	the	
    -_12B1256B764C874B	m0317chddb01	Fragment of Average Desert Yubo Skull	a	the	Fragments of Average Desert Yubo Skull	\d	the	
    -_C4BD55E3B8E08135	m0317chdfa01	Fragment of Plain Forest Yubo Skull	a	the	Fragments of Plain Forest Yubo Skull	\d	the	
    -_94C14D6F765C874B	m0317chdfb01	Fragment of Average Forest Yubo Skull	a	the	Fragments of Average Forest Yubo Skull	\d	the	
    -_3CDB65DFBC608135	m0317chdja01	Fragment of Plain Jungle Yubo Skull	a	the	Fragments of Plain Jungle Yubo Skull	\d	the	
    -_96C06577B2EB5340	m0317chdjb01	Fragment of Average Jungle Yubo Skull	a	the	Fragments of Average Jungle Yubo Skull	\d	the	
    -_70B76E235D4970DC	m0317chdla01	Fragment of Plain Lakes Yubo Skull	a	the	Fragments of Plain Lakes Yubo Skull	\d	the	
    -_C03B897F12C4BB1B	m0317chdlb01	Fragment of Average Lakes Yubo Skull	a	the	Fragments of Average Lakes Yubo Skull	\d	the	
    -_1023DAD23609BAEE	m0318chfjc01	Fragment of Prime Jungle Messab Skull	a	the	Fragments of Prime Jungle Messab Skull	\d	the	
    -_5FAD4AA2F8F1BB0E	m0318chfjd01	Fragment of Select Jungle Messab Skull	a	the	Fragments of Select Jungle Messab Skull	\d	the	
    -_305355C1B26051C0	m0318chfla01	Fragment of Plain Lakes Messab Skull	a	the	Fragments of Plain Lakes Messab Skull	\d	the	
    -_D1C079BEB27BEBE5	m0318chflb01	Fragment of Average Lakes Messab Skull	a	the	Fragments of Average Lakes Messab Skull	\d	the	
    -_A0ED3297BD13B311	m0319ccdfd01	Fragment of Select Forest Torbak Skull	a	the	Fragments of Select Forest Torbak Skull	\d	the	
    -_A02E768581137B30	m0319ccdfe01	Fragment of Superb Forest Torbak Skull	a	the	Fragments of Superb Forest Torbak Skull	\d	the	
    -_10A2D6CB3859D6F8	m0319ccdjc01	Fragment of Prime Jungle Torbak Skull	a	the	Fragments of Prime Jungle Torbak Skull	\d	the	
    -_614D22A1FAA2BBFE	m0319ccdjd01	Fragment of Select Jungle Torbak Skull	a	the	Fragments of Select Jungle Torbak Skull	\d	the	
    -_3630A763F1203E61	m0319ccdle01	Fragment of Superb Lakes Torbak Skull	a	the	Fragments of Superb Lakes Torbak Skull	\d	the	
    -_62888F90638ACD56	m0319ccdlf01	Fragment of Magnificient Lakes Torbak Skull	a	the	Fragments of Magnificient Lakes Torbak Skull	\d	the	
    -_9F6E4E867F43C317	m0320chgdd01	Fragment of Select Desert Lumper Skull	a	the	Fragments of Select Desert Lumper Skull	\d	the	
    -_9FAF927443438B36	m0320chgde01	Fragment of Superb Desert Lumper Skull	a	the	Fragments of Superb Desert Lumper Skull	\d	the	
    -_5B2797BAA9E67864	m0320chgpd01	Fragment of Select Prime Root Lumper Skull	a	the	Fragments of Select Prime Root Lumper Skull	\d	the	
    -_5E30D8ED30E44620	m0320chgpf01	Fragment of Magnificient Prime Root Lumper Skull	a	the	Fragments of Magnificient Prime Root Lumper Skull	\d	the	
    -_0E60D3937C1B9874	m0321cbadc01	Fragment of Prime Desert Igara Skull	a	the	Fragments of Prime Desert Igara Skull	\d	the	
    -_95522A6E706A6A34	m0321cbadd01	Fragment of Select Desert Igara Skull	a	the	Fragments of Select Desert Igara Skull	\d	the	
    -_0E5ABA916884E012	m0321cbajb01	Fragment of Average Jungle Igara Skull	a	the	Fragments of Average Jungle Igara Skull	\d	the	
    -_D3732E84F1795227	m0321cbajd01	Fragment of Select Jungle Igara Skull	a	the	Fragments of Select Jungle Igara Skull	\d	the	
    -_049D55DFB3E00130	m0322cbbda01	Fragment of Plain Desert Izam Skull	a	the	Fragments of Plain Desert Izam Skull	\d	the	
    -_12E1E170F1EC8744	m0322cbbdb01	Fragment of Average Desert Izam Skull	a	the	Fragments of Average Desert Izam Skull	\d	the	
    -_098F9B6F2AAA8DBD	m0322cbbdd01	Fragment of Select Desert Izam Skull	a	the	Fragments of Select Desert Izam Skull	\d	the	
    -_7CDB65DBBBA00130	m0322cbbja01	Fragment of Plain Jungle Izam Skull	a	the	Fragments of Plain Jungle Izam Skull	\d	the	
    -_96F0217C2D8B5339	m0322cbbjb01	Fragment of Average Jungle Izam Skull	a	the	Fragments of Average Jungle Izam Skull	\d	the	
    -_7EDB9DDBBBA0011E	m0322cbbjc01	Fragment of Prime Jungle Izam Skull	a	the	Fragments of Prime Jungle Izam Skull	\d	the	
    -_6DF75E2B5DC96CD1	m0322cbblc01	Fragment of Prime Lakes Izam Skull	a	the	Fragments of Prime Lakes Izam Skull	\d	the	
    -_9C38CE13EAC88ADA	m0322cbbld01	Fragment of Select Lakes Izam Skull	a	the	Fragments of Select Lakes Izam Skull	\d	the	
    -_16E62157954DDC7C	m0322cbbpd01	Fragment of Select Prime Root Izam Skull	a	the	Fragments of Select Prime Root Izam Skull	\d	the	
    -_1606A157964E948B	m0322cbbpe01	Fragment of Superb Prime Root Izam Skull	a	the	Fragments of Superb Prime Root Izam Skull	\d	the	
    -_46DB72091B822243	m0323chhdd01	Fragment of Select Desert Mektoub Skull	a	the	Fragments of Select Desert Mektoub Skull	\d	the	
    -_63313F7273D693C6	m0323chhfc01	Fragment of Prime Forest Mektoub Skull	a	the	Fragments of Prime Forest Mektoub Skull	\d	the	
    -_06DB6E15DB821E4D	m0323chhfd01	Fragment of Select Forest Mektoub Skull	a	the	Fragments of Select Forest Mektoub Skull	\d	the	
    -_9DA1377237E557CB	m0323chhja01	Fragment of Plain Jungle Mektoub Skull	a	the	Fragments of Plain Jungle Mektoub Skull	\d	the	
    -_94E9330CCC93A489	m0323chhjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_C443AEA2446AEE23	m0323chhle01	Fragment of Superb Lakes Mektoub Skull	a	the	Fragments of Superb Lakes Mektoub Skull	\d	the	
    -_AEFA1ABB2F120052	m0323chhpf01	Fragment of Magnificient Prime Root Mektoub Skull	a	the	Fragments of Magnificient Prime Root Mektoub Skull	\d	the	
    -_142B0BFE4D92C88F	m0323chidb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37020D32D090	m0323chifb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C0C93A489	m0323chijb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78ADF2880C2	m0323chilb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_142B0BFE8D92C88F	m0323chjdb01	Fragment of Average Desert Mektoub Skull	a	the	Fragments of Average Desert Mektoub Skull	\d	the	
    -_141B37024D32D090	m0323chjfb01	Fragment of Average Forest Mektoub Skull	a	the	Fragments of Average Forest Mektoub Skull	\d	the	
    -_94E9330C4C93A489	m0323chjjb01	Fragment of Average Jungle Mektoub Skull	a	the	Fragments of Average Jungle Mektoub Skull	\d	the	
    -_937CB78A1F2880C2	m0323chjlb01	Fragment of Average Lakes Mektoub Skull	a	the	Fragments of Average Lakes Mektoub Skull	\d	the	
    -_4BB003A77F7CE07C	m0324ccefa01	Fragment of Plain Forest Ragus Skull	a	the	Fragments of Plain Forest Ragus Skull	\d	the	
    -_905CBA926C95381C	m0324ccefb01	Fragment of Average Forest Ragus Skull	a	the	Fragments of Average Forest Ragus Skull	\d	the	
    -_9669AB9DB41E25CC	m0324cceff01	Fragment of Magnificent Forest Ragus Skull	a	the	Fragments of Magnificent Forest Ragus Skull	\d	the	
    -_C65FFBAD02BCE06D	m0324cceja01	Fragment of Plain Jungle Ragus Skull	a	the	Fragments of Plain Jungle Ragus Skull	\d	the	
    -_111BD28BABB5EC1B	m0324ccejb01	Fragment of Average Jungle Ragus Skull	a	the	Fragments of Average Jungle Ragus Skull	\d	the	
    -_C9401BAD02BCBC68	m0324ccejc01	Fragment of Prime Jungle Ragus Skull	a	the	Fragments of Prime Jungle Ragus Skull	\d	the	
    -_B157C521338EEE8F	m0324ccelc01	Fragment of Prime Lakes Ragus Skull	a	the	Fragments of Prime Lakes Ragus Skull	\d	the	
    -_D85B59D5F20A6380	m0324cceld01	Fragment of Select Lakes Ragus Skull	a	the	Fragments of Select Lakes Ragus Skull	\d	the	
    -_6DCBC199812269C8	m0324ccepf01	Fragment of Magnificent Prime Root Ragus Skull	a	the	Fragments of Magnificent Prime Root Ragus Skull	\d	the	
    -_8F13D292B1D9522C	m0325ccfjd01	Fragment of Select Jungle Najab Skull	a	the	Fragments of Select Jungle Najab Skull	\d	the	
    -_935416922CCA0A3F	m0325ccfje01	Fragment of Superb Jungle Najab Skull	a	the	Fragments of Superb Jungle Najab Skull	\d	the	
    -_96877383E84045C5	m0325ccfjf01	Fragment of Magnificient Jungle Najab Skull	a	the	Fragments of Magnificient Jungle Najab Skull	\d	the	
    -_74E0DB257C166B5B	m0325ccflf01	Fragment of Magnificient Lakes Najab Skull	a	the	Fragments of Magnificient Lakes Najab Skull	\d	the	
    -_EEF2D74FBF453729	m0325ccfpe01	Fragment of Superb Prime Root Najab Skull	a	the	Fragments of Superb Prime Root Najab Skull	\d	the	
    -_5DBF76744133BF2D	m0326chkde01	Fragment of Superb Desert Timari Skull	a	the	Fragments of Superb Desert Timari Skull	\d	the	
    -_F1DCE55C7D2DA3F2	m0326chkdf01	Fragment of Magnificient Desert Timari Skull	a	the	Fragments of Magnificient Desert Timari Skull	\d	the	
    -_E0FE1E9C3AD2FFFA	m0326chkjd01	Fragment of Select Jungle Timari Skull	a	the	Fragments of Select Jungle Timari Skull	\d	the	
    -_E03F628AFED2C719	m0326chkje01	Fragment of Superb Jungle Timari Skull	a	the	Fragments of Superb Jungle Timari Skull	\d	the	
    -_687CF9A2FCD3A1D4	m0327ccgpf01	Fragment of Magnificient Prime Root Vorax Skull	a	the	Fragments of Magnificient Prime Root Vorax Skull	\d	the	
    -_899658DA674BF537	m0328chldf01	Fragment of Magnificient Desert Yelk Skull	a	the	Fragments of Magnificient Desert Yelk Skull	\d	the	
    -_4AA12773ECEA81D3	m0328chlfe01	Fragment of Superb Forest Yelk Skull	a	the	Fragments of Superb Forest Yelk Skull	\d	the	
    -_89965CDD27DB2539	m0328chlff01	Fragment of Magnificient Forest Yelk Skull	a	the	Fragments of Magnificient Forest Yelk Skull	\d	the	
    -_A038CE13ECB862DB	m0328chlld01	Fragment of Select Lakes Yelk Skull	a	the	Fragments of Select Lakes Yelk Skull	\d	the	
    -_64792223ECB81AD8	m0328chlle01	Fragment of Superb Lakes Yelk Skull	a	the	Fragments of Superb Lakes Yelk Skull	\d	the	
    -_D1E7CD421DAE8C9C	m0328chlpe01	Fragment of Superb Prime Root Yelk Skull	a	the	Fragments of Superb Prime Root Yelk Skull	\d	the	
    -_0A53057AD5E5B588	m0328chlpf01	Fragment of Magnificient Prime Root Yelk Skull	a	the	Fragments of Magnificient Prime Root Yelk Skull	\d	the	
    -_62BD5A8BBBF4E719	m0329cchdd01	Fragment of Select Desert Varinx Skull	a	the	Fragments of Select Desert Varinx Skull	\d	the	
    -_62FE9E797FF4AF38	m0329cchde01	Fragment of Superb Desert Varinx Skull	a	the	Fragments of Superb Desert Varinx Skull	\d	the	
    -_5BC813CA6C863868	m0329cchpe01	Fragment of Superb Prime Root Varinx Skull	a	the	Fragments of Superb Prime Root Varinx Skull	\d	the	
    -_BEDB9DE5FD9E811C	m0330cbcjc01	Fragment of Prime Jungle Yber Skull	a	the	Fragments of Prime Jungle Yber Skull	\d	the	
    -_B1866E231C1A7CC5	m0330cbcla01	Fragment of Plain Lakes Yber Skull	a	the	Fragments of Plain Lakes Yber Skull	\d	the	
    -_403B89855302BB14	m0330cbclb01	Fragment of Average Lakes Yber Skull	a	the	Fragments of Average Lakes Yber Skull	\d	the	
    -_B2769E2B9D1A7CBC	m0330cbclc01	Fragment of Prime Lakes Yber Skull	a	the	Fragments of Prime Lakes Yber Skull	\d	the	
    -_49400B6BEBCB8DBC	m0331ccidd01	Fragment of Select Desert Zerx Skull	a	the	Fragments of Select Desert Zerx Skull	\d	the	
    -_099658DAEA2D0D31	m0331ccidf01	Fragment of Magnificient Desert Zerx Skull	a	the	Fragments of Magnificient Desert Zerx Skull	\d	the	
    -_09A504DC29DD6537	m0331ccijf01	Fragment of Magnificient Jungle Zerx Skull	a	the	Fragments of Magnificient Jungle Zerx Skull	\d	the	
    -_2038CE136F9A7AD5	m0331ccild01	Fragment of Select Lakes Zerx Skull	a	the	Fragments of Select Lakes Zerx Skull	\d	the	
    -_E47922236F9A32D2	m0331ccile01	Fragment of Superb Lakes Zerx Skull	a	the	Fragments of Superb Lakes Zerx Skull	\d	the	
    -_11A865429B5D088C	m0331ccipd01	Fragment of Select Prime Root Zerx Skull	a	the	Fragments of Select Prime Root Zerx Skull	\d	the	
    -_ECD7FCDC7E4DAD40	m0335ccjca01	Fragment of Basic Javing Wing	a	the	Fragments of Basic Javing Wing	\d	the	
    -_D9E631B756F40750	m0335ccjcb01	Fragment of Fine Javing Wing	a	the	Fragments of Fine Javing Wing	\d	the	
    -_B8464EDA0DE43BD2	m0335ccjfd01	Fragment of Excellent Forest Javing Wing	a	the	Fragments of Excellent Forest Javing Wing	\d	the	
    -_930A9A797A037F71	m0335ccjfe01	Fragment of Supreme Forest Javing Wing	a	the	Fragments of Supreme Forest Javing Wing	\d	the	
    -_D865A822EBBC6460	m0336ccbca01	Fragment of Basic Clopper Shell	a	the	Fragments of Basic Clopper Shell	\d	the	
    -_68927DC5BA9CF2F7	m0336ccbcb01	Fragment of Fine Clopper Shell	a	the	Fragments of Fine Clopper Shell	\d	the	
    -_857C2EFD98D3E23A	m0336ccbdc01	Fragment of Choice Desert Clopper Shell	a	the	Fragments of Choice Desert Clopper Shell	\d	the	
    -_ED75F73B1A4DC5D4	m0336ccbdd01	Fragment of Excellent Desert Clopper Shell	a	the	Fragments of Excellent Desert Clopper Shell	\d	the	
    -_95FDB315CA71787C	m0336ccbde01	Fragment of Supreme Desert Clopper Shell	a	the	Fragments of Supreme Desert Clopper Shell	\d	the	
    -_BE43228784C81A1C	m0336ccblc01	Fragment of Choice Lakes Clopper Shell	a	the	Fragments of Choice Lakes Clopper Shell	\d	the	
    -_9F7435871CC0DE9A	m0338cchca01	Basic Varinx Bone	a	the	Basic Varinx Bones	\d	the	
    -_C7258E54C925D2AA	m0338cchcb01	Fine Varinx Bone	a	the	Fine Varinx Bones	\d	the	
    -_081D6B40C02B9872	m0338cchdc01	Choice Desert Varinx Bone	a	the	Choice Desert Varinx Bones	\d	the	
    -_1FCAF91B9D90731F	m0338cchdd01	Excellent Desert Varinx Bone	an	the	Excellent Desert Varinx Bones	\d	the	
    -_3B27864FA0AA3D5D	m0338cchde01	Supreme Desert Varinx Bone	a	the	Supreme Desert Varinx Bones	\d	the	
    -_DAA3C0D4669F1885	m0338cchpc01	Choice Prime Root Varinx Bone	a	the	Choice Prime Root Varinx Bones	\d	the	
    -_AF8A6EDEF32CFCDD	m0338cchpd01	Excellent Prime Root Varinx Bone	an	the	Excellent Prime Root Varinx Bones	\d	the	
    -_0B057CB1F836D8BD	m0338cchpe01	Supreme Prime Root Varinx Bone	a	the	Supreme Prime Root Varinx Bones	\d	the	
    -_86437598C643BDEF	m0339ccaca01	Basic Gingo Bone	a	the	Basic Gingo Bones	\d	the	
    -_EE9CED9FC891CA0F	m0339ccacb01	Fine Gingo Bone	a	the	Fine Gingo Bones	\d	the	
    -_0130C93F2A42FBC9	m0339ccafd01	Excellent Forest Gingo Bone	an	the	Excellent Forest Gingo Bones	\d	the	
    -_3AEE84057E62D44E	m0339ccafe01	Supreme Forest Gingo Bone	a	the	Supreme Forest Gingo Bones	\d	the	
    -_337AE77A737A27CA	m0339ccajc01	Choice Jungle Gingo Bone	a	the	Choice Jungle Gingo Bones	\d	the	
    -_794ED93B2EC2FBC9	m0339ccajd01	Excellent Jungle Gingo Bone	an	the	Excellent Jungle Gingo Bones	\d	the	
    -_5FDF6C92132C83A7	m0341cckca01	Basic Cuttler Bone	a	the	Basic Cuttler Bones	\d	the	
    -_2216DE572111FD8F	m0341cckcb01	Fine Cuttler Bone	a	the	Fine Cuttler Bones	\d	the	
    -_0E471A270888356E	m0341cckdc01	Choice Desert Cuttler Bone	a	the	Choice Desert Cuttler Bones	\d	the	
    -_DE406F3CAD8B7568	m0341cckde01	Supreme Desert Cuttler Bone	a	the	Supreme Desert Cuttler Bones	\d	the	
    -_4EE7222948883578	m0341cckfc01	Choice Forest Cuttler Bone	a	the	Choice Forest Cuttler Bones	\d	the	
    -_3589A9174C128D43	m0341cckfd01	Excellent Forest Cuttler Bone	an	the	Excellent Forest Cuttler Bones	\d	the	
    -_5E406F3FED7B9974	m0341cckfe01	Supreme Forest Cuttler Bone	a	the	Supreme Forest Cuttler Bones	\d	the	
    -_C535AD91C535F5E2	m0343cceca01	Basic Ragus Bone	a	the	Basic Ragus Bones	\d	the	
    -_6D1C19A34D21BA22	m0343ccecb01	Fine Ragus Bone	a	the	Fine Ragus Bones	\d	the	
    -_C27E64108043B844	m0343ccefe01	Supreme Forest Ragus Bone	a	the	Supreme Forest Ragus Bones	\d	the	
    -_726C1F73726C5FBD	m0343ccejc01	Choice Jungle Ragus Bone	a	the	Choice Jungle Ragus Bones	\d	the	
    -_C1DF380D0011B44A	m0343cceje01	Supreme Jungle Ragus Bone	a	the	Supreme Jungle Ragus Bones	\d	the	
    -_F005DE12EBADC7AC	m0343ccelc01	Choice Lakes Ragus Bone	a	the	Choice Lakes Ragus Bones	\d	the	
    -_FE8BF02C0741984A	m0343cceld01	Excellent Lakes Ragus Bone	an	the	Excellent Lakes Ragus Bones	\d	the	
    -_CE998F7E3FFA04E8	m0343ccele01	Supreme Lakes Ragus Bone	a	the	Supreme Lakes Ragus Bones	\d	the	
    -_99D4F00CD8B46534	m0343ccepe01	Supreme Prime Root Ragus Bone	a	the	Supreme Prime Root Ragus Bones	\d	the	
    -_58B20D7E21B853B0	m0345chkca01	Basic Timari Tooth	a	the	Basic Timari Teeth	\d	the	
    -_E3B6968A8A84E631	m0345chkcb01	Fine Timari Tooth	a	the	Fine Timari Teeth	\d	the	
    -_22C895F81AC43C7E	m0345chkdd01	Excellent Desert Timari Tooth	an	the	Excellent Desert Timari Teeth	\d	the	
    -_EC66BBDF2E0A5D75	m0345chkje01	Supreme Jungle Timari Tooth	a	the	Supreme Jungle Timari Teeth	\d	the	
    -_453575954535BDE9	m0346cceca01	Basic Ragus Fang	a	the	Basic Ragus Fangs	\d	the	
    -_EA7C19954E21C225	m0346ccecb01	Fine Ragus Fang	a	the	Fine Ragus Fangs	\d	the	
    -_C29E7C10FD83B849	m0346ccefe01	Supreme Forest Ragus Fang	a	the	Supreme Forest Ragus Fangs	\d	the	
    -_F26CE777F26C27C4	m0346ccejc01	Choice Jungle Ragus Fang	a	the	Choice Jungle Ragus Fangs	\d	the	
    -_C1FF500D7D51B44F	m0346cceje01	Supreme Jungle Ragus Fang	a	the	Supreme Jungle Ragus Fangs	\d	the	
    -_7005AE1668EDC7AF	m0346ccelc01	Choice Lakes Ragus Fang	a	the	Choice Lakes Ragus Fangs	\d	the	
    -_FECB001E0841984F	m0346cceld01	Excellent Lakes Ragus Fang	an	the	Excellent Lakes Ragus Fangs	\d	the	
    -_4BF98F7040FA0CEB	m0346ccele01	Supreme Lakes Ragus Fang	a	the	Supreme Lakes Ragus Fangs	\d	the	
    -_99D4F80E55147537	m0346ccepe01	Supreme Prime Root Ragus Fang	a	the	Supreme Prime Root Ragus Fangs	\d	the	
    -_47433D9C464385F1	m0347ccaca01	Basic Gingo Fang	a	the	Basic Gingo Fangs	\d	the	
    -_ACFCED91C991D20D	m0347ccacb01	Fine Gingo Fang	a	the	Fine Gingo Fangs	\d	the	
    -_4430C93F2A82FBAB	m0347ccafd01	Excellent Forest Gingo Fang	an	the	Excellent Forest Gingo Fangs	\d	the	
    -_7B0E9C05FBA2D44E	m0347ccafe01	Supreme Forest Gingo Fang	a	the	Supreme Forest Gingo Fangs	\d	the	
    -_F47AAF7EF37AEFCC	m0347ccajc01	Choice Jungle Gingo Fang	a	the	Choice Jungle Gingo Fangs	\d	the	
    -_BC4ED93B2E02FBAB	m0347ccajd01	Excellent Jungle Gingo Fang	an	the	Excellent Jungle Gingo Fangs	\d	the	
    -_5C1F3496132C8BAE	m0348cckca01	Basic Cuttler Fang	a	the	Basic Cuttler Fangs	\d	the	
    -_2236F6579E51FD98	m0348cckcb01	Fine Cuttler Fang	a	the	Fine Cuttler Fangs	\d	the	
    -_0B87E22B08883D75	m0348cckdc01	Choice Desert Cuttler Fang	a	the	Choice Desert Cuttler Fangs	\d	the	
    -_5C806F3CADAB7D61	m0348cckde01	Supreme Desert Cuttler Fang	a	the	Supreme Desert Cuttler Fangs	\d	the	
    -_4B27EA2D48883D7F	m0348cckfc01	Choice Forest Cuttler Fang	a	the	Choice Forest Cuttler Fangs	\d	the	
    -_35A9A90B4D329D4A	m0348cckfd01	Excellent Forest Cuttler Fang	an	the	Excellent Forest Cuttler Fangs	\d	the	
    -_DC806F3FED9BA16D	m0348cckfe01	Supreme Forest Cuttler Fang	a	the	Supreme Forest Cuttler Fangs	\d	the	
    -_465445A209548DF9	m0349ccpca01	Basic Yetin Fang	a	the	Basic Yetin Fangs	\d	the	
    -_2EBC35900EF2BE23	m0349ccpcb01	Fine Yetin Fang	a	the	Fine Yetin Fangs	\d	the	
    -_B36BC789766B07DD	m0349ccpfc01	Choice Forest Yetin Fang	a	the	Choice Forest Yetin Fangs	\d	the	
    -_80D06014FF90E851	m0349ccpje01	Supreme Jungle Yetin Fang	a	the	Supreme Jungle Yetin Fangs	\d	the	
    -_1BA2FD771EA77FA0	m0350chfca01	Basic Messab Tooth	a	the	Basic Messab Teeth	\d	the	
    -_E265C29048A3A23E	m0350chfcb01	Fine Messab Tooth	a	the	Fine Messab Teeth	\d	the	
    -_0A0BC30392320579	m0350chfjc01	Choice Jungle Messab Tooth	a	the	Choice Jungle Messab Teeth	\d	the	
    -_DAC7B10D9CE4E46C	m0350chfjd01	Excellent Jungle Messab Tooth	an	the	Excellent Jungle Messab Teeth	\d	the	
    -_4592E81E3D50EC09	m0350chfle01	Supreme Lakes Messab Tooth	a	the	Supreme Lakes Messab Teeth	\d	the	
    -_7A4B60D58E529AEC	m0356ccica01	Basic Zerx Fang	a	the	Basic Zerx Fangs	\d	the	
    -_C18A6912C6F1E134	m0356ccicb01	Fine Zerx Fang	a	the	Fine Zerx Fangs	\d	the	
    -_BAB02FF27236F4D6	m0356ccidd01	Excellent Desert Zerx Fang	an	the	Excellent Desert Zerx Fangs	\d	the	
    -_66BF645D27BF9CB0	m0356ccide01	Supreme Desert Zerx Fang	a	the	Supreme Desert Zerx Fangs	\d	the	
    -_F65E1FF535970CD6	m0356ccijd01	Excellent Jungle Zerx Fang	an	the	Excellent Jungle Zerx Fangs	\d	the	
    -_E66E6863A76EA0B0	m0356ccije01	Supreme Jungle Zerx Fang	a	the	Supreme Jungle Zerx Fangs	\d	the	
    -_A5898FF4E3389B8B	m0356ccilc01	Choice Lakes Zerx Fang	a	the	Choice Lakes Zerx Fangs	\d	the	
    -_FAE5FFDD5796841F	m0356ccipc01	Choice Prime Root Zerx Fang	a	the	Choice Prime Root Zerx Fangs	\d	the	
    -_8B2861CCFE7758C7	m0356ccipd01	Excellent Prime Root Zerx Fang	an	the	Excellent Prime Root Zerx Fangs	\d	the	
    -_2146F30F264075E6	m0356ccipe01	Supreme Prime Root Zerx Fang	a	the	Supreme Prime Root Zerx Fangs	\d	the	
    -_9DA485865000068D	m0359chfca01	Basic Messab Nail	a	the	Basic Messab Nails	\d	the	
    -_4AB4FE6A4A0442C1	m0359chfcb01	Fine Messab Nail	a	the	Fine Messab Nails	\d	the	
    -_07FCFB3C738B706F	m0359chfjc01	Choice Jungle Messab Nail	a	the	Choice Jungle Messab Nails	\d	the	
    -_D558E13E63BF471D	m0359chfjd01	Excellent Jungle Messab Nail	an	the	Excellent Jungle Messab Nails	\d	the	
    -_EEE17431EE31AC7F	m0359chfle01	Supreme Lakes Messab Nail	a	the	Supreme Lakes Messab Nails	\d	the	
    -_6CE604E9828EA531	m0363chuca01	Fragment of Basic Wombai Skin	a	the	Fragments of Basic Wombai Skin	\d	the	
    -_1B36E1AEDBC5334A	m0363chucb01	Fragment of Fine Wombai Skin	a	the	Fragments of Fine Wombai Skin	\d	the	
    -_3B665EDE4FD4FFB6	m0363chujd01	Fragment of Excellent Jungle Wombai Skin	a	the	Fragments of Excellent Jungle Wombai Skin	\d	the	
    -_D44A9A7BC063176E	m0363chuje01	Fragment of Supreme Jungle Wombai Skin	a	the	Fragments of Supreme Jungle Wombai Skin	\d	the	
    -_CF55B7916C5A4375	m0363chulc01	Fragment of Choice Lakes Wombai Skin	a	the	Fragments of Choice Lakes Wombai Skin	\d	the	
    -_12E407303CF17D21	m0363chule01	Fragment of Supreme Lakes Wombai Skin	a	the	Fragments of Supreme Lakes Wombai Skin	\d	the	
    -_AFE638D3C13DA533	m0364chrca01	Fragment of Basic Bolobi Skin	a	the	Fragments of Basic Bolobi Skin	\d	the	
    -_1B4619BADA74DF4B	m0364chrcb01	Fragment of Fine Bolobi Skin	a	the	Fragments of Fine Bolobi Skin	\d	the	
    -_3A164ED351F4FBD7	m0364chrfd01	Fragment of Excellent Forest Bolobi Skin	a	the	Fragments of Excellent Forest Bolobi Skin	\d	the	
    -_930A7E827B53976F	m0364chrfe01	Fragment of Supreme Forest Bolobi Skin	a	the	Fragments of Supreme Forest Bolobi Skin	\d	the	
    -_58BA4998CE428B22	m0364chrld01	Fragment of Excellent Lakes Bolobi Skin	a	the	Fragments of Excellent Lakes Bolobi Skin	\d	the	
    -_EE4720E53CED8933	m0365chfca01	Fragment of Basic Messab Skin	a	the	Fragments of Basic Messab Skin	\d	the	
    -_59C625C516840B4C	m0365chfcb01	Fragment of Fine Messab Skin	a	the	Fragments of Fine Messab Skin	\d	the	
    -_66E326822745CFFB	m0365chfjc01	Fragment of Choice Jungle Messab Skin	a	the	Fragments of Choice Jungle Messab Skin	\d	the	
    -_FAC67AE409C3FFC9	m0365chfjd01	Fragment of Excellent Jungle Messab Skin	a	the	Fragments of Excellent Jungle Messab Skin	\d	the	
    -_50744B4777B05523	m0365chfle01	Fragment of Supreme Lakes Messab Skin	a	the	Fragments of Supreme Lakes Messab Skin	\d	the	
    -_C12B65CCC194C7C6	m0366cbcca01	Fragment of Basic Yber Wing	a	the	Fragments of Basic Yber Wing	\d	the	
    -_F0FE7F540E92A5BA	m0366cbccb01	Fragment of Fine Yber Wing	a	the	Fragments of Fine Yber Wing	\d	the	
    -_050E827DF19E0269	m0366cbcld01	Fragment of Excellent Lakes Yber Wing	a	the	Fragments of Excellent Lakes Yber Wing	\d	the	
    -_E5FCF5236CEAEF8C	m0366cbcle01	Fragment of Supreme Lakes Yber Wing	a	the	Fragments of Supreme Lakes Yber Wing	\d	the	
    -_6A87C8DE3D3D8935	m0367chnca01	Fragment of Basic Bawaab Skin	a	the	Fragments of Basic Bawaab Skin	\d	the	
    -_59C6DDB71894DF4E	m0367chncb01	Fragment of Fine Bawaab Skin	a	the	Fragments of Fine Bawaab Skin	\d	the	
    -_A4A2CE712786EB0A	m0367chnfc01	Fragment of Choice Forest Bawaab Skin	a	the	Fragments of Choice Forest Bawaab Skin	\d	the	
    -_3A2616DECD84F7CC	m0367chnfd01	Fragment of Excellent Forest Bawaab Skin	a	the	Fragments of Excellent Forest Bawaab Skin	\d	the	
    -_51E9C26DF7631375	m0367chnje01	Fragment of Supreme Jungle Bawaab Skin	a	the	Fragments of Supreme Jungle Bawaab Skin	\d	the	
    -_6A0AE94F70F63516	m0368ccnca01	Fragment of Basic Horncher Shell	a	the	Fragments of Basic Horncher Shell	\d	the	
    -_195539E26EACF122	m0368ccncb01	Fragment of Fine Horncher Shell	a	the	Fragments of Fine Horncher Shell	\d	the	
    -_4E75A735598F8BD0	m0368ccnfc01	Fragment of Choice Forest Horncher Shell	a	the	Fragments of Choice Forest Horncher Shell	\d	the	
    -_85ACA2B07241D0E6	m0368ccnlc01	Fragment of Choice Lakes Horncher Shell	a	the	Fragments of Choice Lakes Horncher Shell	\d	the	
    -_BD82AFA912D95BE0	m0368ccnle01	Fragment of Supreme Lakes Horncher Shell	a	the	Fragments of Supreme Lakes Horncher Shell	\d	the	
    -_77A5E459E869FF44	m0368ccnpc01	Fragment of Choice Prime Root Horncher Shell	a	the	Fragments of Choice Prime Root Horncher Shell	\d	the	
    -_48FB23879E694CD6	m0368ccnpe01	Fragment of Supreme Prime Root Horncher Shell	a	the	Fragments of Supreme Prime Root Horncher Shell	\d	the	
    -_E6C70135E00A17C9	m0369ccfca01	Basic Najab Leather	a	the	Basic Najab Leathers	\d	the	
    -_1C2A52E75F38B77C	m0369ccfcb01	Fine Najab Leather	a	the	Fine Najab Leathers	\d	the	
    -_9A648D6F753DC590	m0369ccfjd01	Excellent Jungle Najab Leather	an	the	Excellent Jungle Najab Leathers	\d	the	
    -_7DA421F71D376DB1	m0369ccfje01	Supreme Jungle Najab Leather	a	the	Supreme Jungle Najab Leathers	\d	the	
    -_BA18F4C78493C329	m0369ccflc01	Choice Lakes Najab Leather	a	the	Choice Lakes Najab Leathers	\d	the	
    -_91735DAD612824CC	m0369ccfld01	Excellent Lakes Najab Leather	an	the	Excellent Lakes Najab Leathers	\d	the	
    -_97B86D4FFB4E06F9	m0369ccfpe01	Supreme Prime Root Najab Leather	a	the	Supreme Prime Root Najab Leather	\d	the	
    -_5AC6A22EA0A9B380	m0371cbbca01	Basic Izam Leather	a	the	Basic Izam Leathers	\d	the	
    -_D416069C71B7717B	m0371cbbcb01	Fine Izam Leather	a	the	Fine Izam Leathers	\d	the	
    -_E8143B2E7FDB488E	m0371cbbdd01	Excellent Desert Izam Leather	an	the	Excellent Desert Izam Leathers	\d	the	
    -_9882D025D8071C5D	m0371cbbde01	Supreme Desert Izam Leather	a	the	Supreme Desert Izam Leathers	\d	the	
    -_2FBBA7B4F2A251FB	m0371cbblc01	Choice Lakes Izam Leather	a	the	Choice Lakes Izam Leathers	\d	the	
    -_69E9C3872F0ABABD	m0371cbbpe01	Supreme Prime Root Izam Leather	a	the	Supreme Prime Root Izam Leathers	\d	the	
    -_A7770134E35A73B4	m0372cbaca01	Basic Igara Leather	a	the	Basic Igara Leathers	\d	the	
    -_9B3A3EE71E18F77D	m0372cbacb01	Fine Igara Leather	a	the	Fine Igara Leathers	\d	the	
    -_5B148980F27DF580	m0372cbajd01	Excellent Jungle Igara Leather	an	the	Excellent Jungle Igara Leathers	\d	the	
    -_7C9465EE1DE849B0	m0372cbaje01	Supreme Jungle Igara Leather	a	the	Supreme Jungle Igara Leathers	\d	the	
    -_1CD395828F00BE8C	m0374chnca01	Basic Bawaab Nail	a	the	Basic Bawaab Nails	\d	the	
    -_CB74D2584DC416AA	m0374chncb01	Fine Bawaab Nail	a	the	Fine Bawaab Nails	\d	the	
    -_056CF33F736B746F	m0374chnfc01	Choice Forest Bawaab Nail	a	the	Choice Forest Bawaab Nails	\d	the	
    -_DAA9A12AE28F1B27	m0374chnfd01	Excellent Forest Bawaab Nail	an	the	Excellent Forest Bawaab Nails	\d	the	
    -_BBF7C2459A67814D	m0374chnje01	Supreme Jungle Bawaab Nail	a	the	Supreme Jungle Bawaab Nails	\d	the	
    -_36A739930F7E52F9	m0376cckca01	Basic Cuttler Leather	a	the	Basic Cuttler Leathers	\d	the	
    -_D35D27C036D130DB	m0376cckcb01	Fine Cuttler Leather	a	the	Fine Cuttler Leathers	\d	the	
    -_E3BEBF6EBC95D0D3	m0376cckdc01	Choice Desert Cuttler Leather	a	the	Choice Desert Cuttler Leathers	\d	the	
    -_1127D6FA63B46ABF	m0376cckde01	Supreme Desert Cuttler Leather	a	the	Supreme Desert Cuttler Leathers	\d	the	
    -_A3BEBB7A7C95CCDD	m0376cckfc01	Choice Forest Cuttler Leather	a	the	Choice Forest Cuttler Leathers	\d	the	
    -_634016B2CD529A3D	m0376cckfd01	Excellent Forest Cuttler Leather	an	the	Excellent Forest Cuttler Leathers	\d	the	
    -_D1C7DEFD63A496C1	m0376cckfe01	Supreme Forest Cuttler Leather	a	the	Supreme Forest Cuttler Leathers	\d	the	
    -_2EC738E1FB2D5D36	m0378chfca01	Fragment of Basic Messab Hoof	a	the	Fragments of Basic Messab Hoof	\d	the	
    -_99C625BD9524EF44	m0378chfcb01	Fragment of Fine Messab Hoof	a	the	Fragments of Fine Messab Hoof	\d	the	
    -_A6633E7EE685A3FE	m0378chfjc01	Fragment of Choice Jungle Messab Hoof	a	the	Fragments of Choice Jungle Messab Hoof	\d	the	
    -_38268AD18A03D3CC	m0378chfjd01	Fragment of Excellent Jungle Messab Hoof	a	the	Fragments of Excellent Jungle Messab Hoof	\d	the	
    -_90744B3FF650391B	m0378chfle01	Fragment of Supreme Lakes Messab Hoof	a	the	Fragments of Supreme Lakes Messab Hoof	\d	the	
    -_F29748D4C17DBD3D	m0380choca01	Fragment of Basic Frippo Skin	a	the	Fragments of Basic Frippo Skin	\d	the	
    -_1D8755B819E5EF47	m0380chocb01	Fragment of Fine Frippo Skin	a	the	Fragments of Fine Frippo Skin	\d	the	
    -_5C313D716577539F	m0383chxca01	Basic Gubani Tooth	a	the	Basic Gubani Teeth	\d	the	
    -_2136627FD1B3D62F	m0383chxcb01	Fine Gubani Tooth	a	the	Fine Gubani Teeth	\d	the	
    -_4B9A03FDD902D978	m0383chxjc01	Choice Jungle Gubani Tooth	a	the	Choice Jungle Gubani Teeth	\d	the	
    -_AC95BBDF71C93174	m0383chxje01	Supreme Jungle Gubani Tooth	a	the	Supreme Jungle Gubani Teeth	\d	the	
    -_1FCF1DC8F3E6AD54	m0383chxpc01	Choice Prime Root Gubani Tooth	a	the	Choice Prime Root Gubani Teeth	\d	the	
    -_2A8BB93C772C3906	m0383chxpd01	Excellent Prime Root Gubani Tooth	an	the	Excellent Prime Root Gubani Teeth	\d	the	
    -_1AB4B06EFBD52185	m0383chxpe01	Supreme Prime Root Gubani Tooth	a	the	Supreme Prime Root Gubani Teeth	\d	the	
    -_3D3A60E3103266F1	m0384cclca01	Basic Ocyx Bone	a	the	Basic Ocyx Bones	\d	the	
    -_016A6D0E0AB1FD30	m0384cclcb01	Fine Ocyx Bone	a	the	Fine Ocyx Bones	\d	the	
    -_6B6382D2458BCFBC	m0384ccldc01	Choice Desert Ocyx Bone	a	the	Choice Desert Ocyx Bones	\d	the	
    -_FE501FF2F586B8C7	m0384ccldd01	Excellent Desert Ocyx Bone	an	the	Excellent Desert Ocyx Bones	\d	the	
    -_E4BFB857A5BFF0A8	m0384cclde01	Supreme Desert Ocyx Bone	a	the	Supreme Desert Ocyx Bones	\d	the	
    -_EB7382D307ABCBC6	m0384cclfc01	Choice Forest Ocyx Bone	a	the	Choice Forest Ocyx Bones	\d	the	
    -_6694219B11E00E77	m0385ccmca01	Basic Jugula Fang	a	the	Basic Jugula Fangs	\d	the	
    -_C6F51E64C7F562B7	m0385ccmcb01	Fine Jugula Fang	a	the	Fine Jugula Fangs	\d	the	
    -_4F2D7F58F54BC45A	m0385ccmfc01	Choice Forest Jugula Fang	a	the	Choice Forest Jugula Fangs	\d	the	
    -_36C81E3F61FA397B	m0385ccmfe01	Supreme Forest Jugula Fang	a	the	Supreme Forest Jugula Fangs	\d	the	
    -_D644CCDF263E286B	m0385ccmpc01	Choice Prime Root Jugula Fang	a	the	Choice Prime Root Jugula Fangs	\d	the	
    -_E8AB36D9391A04E6	m0385ccmpd01	Excellent Prime Root Jugula Fang	an	the	Excellent Prime Root Jugula Fangs	\d	the	
    -_8A07F0C9B305D0AF	m0385ccmpe01	Supreme Prime Root Jugula Fang	a	the	Supreme Prime Root Jugula Fangs	\d	the	
    -_92D34522A62A0160	m0386ccoca01	Fragment of Basic Tyrancha Claw	a	the	Fragments of Basic Tyrancha Claw	\d	the	
    -_A1134189D07A6141	m0386ccocb01	Fragment of Fine Tyrancha Claw	a	the	Fragments of Fine Tyrancha Claw	\d	the	
    -_3FEACBFD53417F3A	m0386ccodc01	Fragment of Choice Desert Tyrancha Claw	a	the	Fragments of Choice Desert Tyrancha Claw	\d	the	
    -_A6DF67AD223825F0	m0386ccopc01	Fragment of Choice Prime Root Tyrancha Claw	a	the	Fragments of Choice Prime Root Tyrancha Claw	\d	the	
    -_CB46EC34E89499B4	m0386ccopd01	Fragment of Excellent Prime Root Tyrancha Claw	a	the	Fragments of Excellent Prime Root Tyrancha Claw	\d	the	
    -_300E0921262A272E	m0386ccope01	Fragment of Supreme Prime Root Tyrancha Claw	a	the	Fragments of Supreme Prime Root Tyrancha Claw	\d	the	
    -_A08351545DE7D082	m0387ckaca01	Fragment of Basic Kidinak Claw	a	the	Fragments of Basic Kidinak Claw	\d	the	
    -_71260C057FBB0AED	m0387ckacb01	Fragment of Fine Kidinak Claw	a	the	Fragments of Fine Kidinak Claw	\d	the	
    -_16FB11710D1EEB6D	m0387ckape01	Fragment of Supreme Prime Root Kidinak Claw	a	the	Fragments of Supreme Prime Root Kidinak Claw	\d	the	
    -_E2F8EDC5D101277E	m0390ccgca01	Fragment of Basic Vorax Claw	a	the	Fragments of Basic Vorax Claw	\d	the	
    -_7689D9CCCA681140	m0390ccgcb01	Fragment of Fine Vorax Claw	a	the	Fragments of Fine Vorax Claw	\d	the	
    -_EE8649234A819058	m0390ccgpc01	Fragment of Choice Prime Root Vorax Claw	a	the	Fragments of Choice Prime Root Vorax Claw	\d	the	
    -_E81FD36310C0DDEA	m0390ccgpd01	Fragment of Excellent Prime Root Vorax Claw	a	the	Fragments of Excellent Prime Root Vorax Claw	\d	the	
    -_EAC3A8BA56127E93	m0390ccgpe01	Fragment of Supreme Prime Root Vorax Claw	a	the	Fragments of Supreme Prime Root Vorax Claw	\d	the	
    -_447E57337A1CA87E	m0394chmdd01	Select Desert Raspal Meat	a	the	Select Desert Raspal Meats	\d	the	
    -_47DF5F4A082F9F99	m0394chmfc01	Prime Forest Raspal Meat	a	the	Prime Forest Raspal Meats	\d	the	
    -_C47C8F37731C6884	m0395chnfd01	Select Forest Bawaab Meat	a	the	Select Forest Bawaab Meats	\d	the	
    -_060E273B075E6787	m0395chnjc01	Prime Jungle Bawaab Meat	a	the	Prime Jungle Bawaab Meats	\d	the	
    -_C5206B4A0670AB9B	m0396chofc01	Prime Forest Frippo Meat	a	the	Prime Forest Frippo Meats	\d	the	
    -_8450973D06A0D791	m0397chpdc01	Prime Desert Rendor Meat	a	the	Prime Desert Rendor Meats	\d	the	
    -_C9BEFF46BC1CF482	m0397chpde01	Superb Desert Rendor Meat	a	the	Superb Desert Rendor Meats	\d	the	
    -_48AD6B3BFCFC748D	m0397chpfd01	Select Forest Rendor Meat	a	the	Select Forest Rendor Meats	\d	the	
    -_790B1FAA3B5B57FD	m0398chqfe01	Superb Forest Gnoof Meat	a	the	Superb Forest Gnoof Meats	\d	the	
    -_B0662E359BC523A7	m0398chqlc01	Prime Lakes Gnoof Meat	a	the	Prime Lakes Gnoof Meats	\d	the	
    -_885D1F54364C1C84	m0399chrfe01	Superb Forest Bolobi Meat	a	the	Superb Forest Bolobi Meats	\d	the	
    -_27A60CF4E49EE078	m0399chrlf01	Magnificient Lakes Bolobi Meat	a	the	Magnificient Lakes Bolobi Meats	\d	the	
    -_0E92651A6AEB4293	m0400chsdf01	Magnificient Desert Shalah Meat	a	the	Magnificient Desert Shalah Meats	\d	the	
    -_A7D16FB331FC27E4	m0400chsle01	Superb Lakes Shalah Meat	a	the	Superb Lakes Shalah Meats	\d	the	
    -_3883A2F7B75B016A	m0401chtde01	Superb Desert Ploderos Meat	a	the	Superb Desert Ploderos Meats	\d	the	
    -_010FDECBBE192104	m0401chtjf01	Magnificient Jungle Ploderos Meat	a	the	Magnificient Jungle Ploderos Meats	\d	the	
    -_87AD3B4D7B5C9C7D	m0402chuje01	Superb Jungle Wombai Meat	a	the	Superb Jungle Wombai Meats	\d	the	
    -_A5D6DCF5EAEFE071	m0402chulf01	Magnificient Lakes Wombai Meat	a	the	Magnificient Lakes Wombai Meats	\d	the	
    -_0877A6484879396D	m0403chvfe01	Superb Forest Madakam Meat	a	the	Superb Forest Madakam Meats	\d	the	
    -_622D62EFA76D963D	m0403chvff01	Magnificient Forest Madakam Meat	a	the	Magnificient Forest Madakam Meats	\d	the	
    -_08D8B63D87A80D75	m0403chvje01	Superb Jungle Madakam Meat	a	the	Superb Jungle Madakam Meats	\d	the	
    -_8E0633771FFA1FAD	m0403chvpf01	Magnificent Prime Root Madakam Meat	a	the	Magnificent Prime Root Madakam Meats	\d	the	
    -_786B1F90FDAB57E1	m0404chwde01	Superb Desert Arana Meat	a	the	Superb Desert Arana Meats	\d	the	
    -_67C04494E45969C4	m0404chwff01	Magnificient Forest Arana Meat	a	the	Magnificient Forest Arana Meats	\d	the	
    -_07A3750F6FF972BA	m0405chxjf01	Magnificient Jungle Gubani Meat	a	the	Magnificient Jungle Gubani Meats	\d	the	
    -_5603D4E526F0B883	m0405chxpe01	Superb Prime Root Gubani Meat	a	the	Superb Prime Root Gubani Meats	\d	the	
    -_C69F7343088FB394	m0406ccjfc01	Prime Forest Javing Meat	a	the	Prime Forest Javing Meats	\d	the	
    -_C58C8B37B59C8889	m0406ccjfd01	Select Forest Javing Meat	a	the	Select Forest Javing Meats	\d	the	
    -_83EE5B4CC5DEA399	m0406ccjja01	Plain Jungle Javing Meat	a	the	Plain Jungle Javing Meats	\d	the	
    -_FF56CE455AF6D532	m0406ccjjb01	Average Jungle Javing Meat	an	the	Average Jungle Javing Meats	\d	the	
    -_67DFB6E4E9CFEA38	m0407cckdf01	Magnificient Desert Cuttler Meat	a	the	Magnificient Desert Cuttler Meats	\d	the	
    -_D2D8F643868A9582	m0407cckfe01	Superb Forest Cuttler Meat	a	the	Superb Forest Cuttler Meats	\d	the	
    -_277FC2E6A96FF638	m0407cckff01	Magnificient Forest Cuttler Meat	a	the	Magnificient Forest Cuttler Meats	\d	the	
    -_ABD44EE40B9C3FC0	m0408cclde01	Superb Desert Ocyx Meat	a	the	Superb Desert Ocyx Meats	\d	the	
    -_B4E750821DA62D8D	m0408cclff01	Magnificient Forest Ocyx Meat	a	the	Magnificient Forest Ocyx Meats	\d	the	
    -_CE92A10DAC1C6AB6	m0409ccmff01	Magnificient Forest Jugula Meat	a	the	Magnificient Forest Jugula Meats	\d	the	
    -_D8446AA3D131DA0C	m0409ccmpf01	Magnificient Prime Root Jugula Meat	a	the	Magnificient Prime Root Jugula Meats	\d	the	
    -_EDFD1EEDEBFAE8B3	m0410ccnlf01	Morsel of Magnificent Lakes Horncher Flesh	a	the	Morsels of Magnificent Lakes Horncher Flesh	\d	the	
    -_23DF9EDDEF5D2469	m0410ccnpd01	Morsel of Select Prime Root Horncher Flesh	a	the	Morsels of Select Prime Root Horncher Flesh	\d	the	
    -_C4AF16CBB5BB0DF9	m0411ccodf01	Magnificient Desert Tyrancha Meat	a	the	Magnificient Desert Tyrancha Meats	\d	the	
    -_50820D0D021874BC	m0411ccope01	Superb Prime Root Tyrancha Meat	a	the	Superb Prime Root Tyrancha Meats	\d	the	
    -_8EE56EAD483E4BE2	m0411ccopf01	Magnificient Prime Root Tyrancha Meat	a	the	Magnificient Prime Root Tyrancha Meats	\d	the	
    -_23D320A1620829EA	m0412ccpjf01	Magnificient Jungle Yetin Meat	a	the	Magnificient Jungle Yetin Meats	\d	the	
    -_5FFD668CFC43B31B	m0414chmdd01	Fragment of Select Desert Raspal Skull	a	the	Fragments of Select Desert Raspal Skull	\d	the	
    -_5455BAC7B7890AFB	m0414chmfc01	Fragment of Prime Forest Raspal Skull	a	the	Fragments of Prime Forest Raspal Skull	\d	the	
    -_9F1DE69CBCB2B30C	m0415chnfd01	Fragment of Select Forest Bawaab Skull	a	the	Fragments of Select Forest Bawaab Skull	\d	the	
    -_1012EABC76C98EEB	m0415chnjc01	Fragment of Prime Jungle Bawaab Skull	a	the	Fragments of Prime Jungle Bawaab Skull	\d	the	
    -_1885CED8B29ADA00	m0416chofc01	Fragment of Prime Forest Frippo Skull	a	the	Fragments of Prime Forest Frippo Skull	\d	the	
    -_D7F5B6BCB5A90A03	m0417chpdc01	Fragment of Prime Desert Rendor Skull	a	the	Fragments of Prime Desert Rendor Skull	\d	the	
    -_9F5E7A7582A4B331	m0417chpde01	Fragment of Superb Desert Rendor Skull	a	the	Fragments of Superb Desert Rendor Skull	\d	the	
    -_613D32933EB4EB11	m0417chpfd01	Fragment of Select Forest Rendor Skull	a	the	Fragments of Select Forest Rendor Skull	\d	the	
    -_98738286319B2653	m0418chqfe01	Fragment of Superb Forest Gnoof Skull	a	the	Fragments of Superb Forest Gnoof Skull	\d	the	
    -_F1B6C521F3ACF6A8	m0418chqlc01	Fragment of Prime Lakes Gnoof Skull	a	the	Fragments of Prime Lakes Gnoof Skull	\d	the	
    -_9F4E627F04227F3D	m0419chrfe01	Fragment of Superb Forest Bolobi Skull	a	the	Fragments of Superb Forest Bolobi Skull	\d	the	
    -_E177479066CA055D	m0419chrlf01	Fragment of Magnificient Lakes Bolobi Skull	a	the	Fragments of Magnificient Lakes Bolobi Skull	\d	the	
    -_F1DC9D563F5D9BEB	m0420chsdf01	Fragment of Magnificient Desert Shalah Skull	a	the	Fragments of Magnificient Desert Shalah Skull	\d	the	
    -_76109B6DF3EF1E57	m0420chsle01	Fragment of Superb Lakes Shalah Skull	a	the	Fragments of Superb Lakes Shalah Skull	\d	the	
    -_9096633E5DA29BDD	m0421chtde01	Fragment of Superb Desert Ploderos Skull	a	the	Fragments of Superb Desert Ploderos Skull	\d	the	
    -_017B4D716222B276	m0421chtjf01	Fragment of Magnificient Jungle Ploderos Skull	a	the	Fragments of Magnificient Jungle Ploderos Skull	\d	the	
    -_E09E728A02028316	m0422chuje01	Fragment of Superb Jungle Wombai Skull	a	the	Fragments of Superb Jungle Wombai Skull	\d	the	
    -_61C89B9027BACD4A	m0422chulf01	Fragment of Magnificient Lakes Wombai Skull	a	the	Fragments of Magnificient Lakes Wombai Skull	\d	the	
    -_00EC1E285883CA60	m0423chvfe01	Fragment of Superb Forest Madakam Skull	a	the	Fragments of Superb Forest Madakam Skull	\d	the	
    -_747EA0B0F4F5FCB9	m0423chvff01	Fragment of Magnificient Forest Madakam Skull	a	the	Fragments of Magnificient Forest Madakam Skull	\d	the	
    -_400C0E2398A3BA57	m0423chvje01	Fragment of Superb Jungle Madakam Skull	a	the	Fragments of Superb Jungle Madakam Skull	\d	the	
    -_E45ABEB4B1C2B059	m0423chvpf01	Fragment of Magnificent Prime Root Madakam Skull	a	the	Fragments of Magnificent Prime Root Madakam Skull	\d	the	
    -_2D9AC55BC19FB7E4	m0425chxjf01	Fragment of Magnificient Jungle Gubani Skull	a	the	Fragments of Magnificient Jungle Gubani Skull	\d	the	
    -_5C28D7CAACE5184C	m0425chxpe01	Fragment of Superb Prime Root Gubani Skull	a	the	Fragments of Superb Prime Root Gubani Skull	\d	the	
    -_35DFFCB5BB6644B8	m0427cckdf01	Fragment of Magnificient Desert Cuttler Skull	a	the	Fragments of Magnificient Desert Cuttler Skull	\d	the	
    -_065C6A3D9BA31679	m0427cckfe01	Fragment of Superb Forest Cuttler Skull	a	the	Fragments of Superb Forest Cuttler Skull	\d	the	
    -_75DFFCC1FB064CB8	m0427cckff01	Fragment of Magnificient Forest Cuttler Skull	a	the	Fragments of Magnificient Forest Cuttler Skull	\d	the	
    -_0A926B7068F981D2	m0428cclde01	Fragment of Superb Desert Ocyx Skull	a	the	Fragments of Superb Desert Ocyx Skull	\d	the	
    -_06A65CDD6B2D512D	m0428cclff01	Fragment of Magnificient Forest Ocyx Skull	a	the	Fragments of Magnificient Forest Ocyx Skull	\d	the	
    -_F17CB16BC3FEB3EB	m0429ccmff01	Fragment of Magnificient Forest Jugula Skull	a	the	Fragments of Magnificient Forest Jugula Skull	\d	the	
    -_9FCFF4F03094FA30	m0429ccmpf01	Fragment of Magnificient Prime Root Jugula Skull	a	the	Fragments of Magnificient Prime Root Jugula Skull	\d	the	
    -_7F1DF579A1E1EE71	m0431ccodf01	Fragment of Magnificient Desert Tyrancha Skull	a	the	Fragments of Magnificient Desert Tyrancha Skull	\d	the	
    -_7C472867A91A4755	m0431ccope01	Fragment of Superb Prime Root Tyrancha Skull	a	the	Fragments of Superb Prime Root Tyrancha Skull	\d	the	
    -_CDC181AE4294CF2D	m0431ccopf01	Fragment of Magnificient Prime Root Tyrancha Skull	a	the	Fragments of Magnificient Prime Root Tyrancha Skull	\d	the	
    -_D697739B6F8265D8	m0432ccpjf01	Fragment of Magnificient Jungle Yetin Skull	a	the	Fragments of Magnificient Jungle Yetin Skull	\d	the	
    -_CE20BF0CE4067B63	m0433chkde01	Phial of Superb Desert Timari Blood	a	the	Phials of Superb Desert Timari Blood	\d	the	
    -_B3C386D77F16D8A8	m0433chkdf01	Phial of Magnificient Desert Timari Blood	a	the	Phials of Magnificient Desert Timari Blood	\d	the	
    -_CE62CB06E262FB6F	m0433chkjd01	Phial of Select Jungle Timari Blood	a	the	Phials of Select Jungle Timari Blood	\d	the	
    -_CE204706E464FB6F	m0433chkje01	Phial of Superb Jungle Timari Blood	a	the	Phials of Superb Jungle Timari Blood	\d	the	
    -_CC624312DBE6AB54	m0434chmdd01	Phial of Select Desert Raspal Blood	a	the	Phials of Select Desert Raspal Blood	\d	the	
    -_2904B78FD6A4C3F4	m0434chmfc01	Phial of Prime Forest Raspal Blood	a	the	Phials of Prime Forest Raspal Blood	\d	the	
    -_C46243021BE41B59	m0435chnfd01	Phial of Select Forest Bawaab Blood	a	the	Phials of Select Forest Bawaab Blood	\d	the	
    -_AD4377840EB37FEC	m0435chnjc01	Phial of Prime Jungle Bawaab Blood	a	the	Phials of Prime Jungle Bawaab Blood	\d	the	
    -_EB54878F16C5FFEC	m0436chofc01	Phial of Prime Forest Frippo Blood	a	the	Phials of Prime Forest Frippo Blood	\d	the	
    -_E724B78DD8D5CFDD	m0437chpdc01	Phial of Prime Desert Rendor Blood	a	the	Phials of Prime Desert Rendor Blood	\d	the	
    -_CC20BF1EA466835F	m0437chpde01	Phial of Superb Desert Rendor Blood	a	the	Phials of Superb Desert Rendor Blood	\d	the	
    -_CC624322A244D363	m0437chpfd01	Phial of Select Forest Rendor Blood	a	the	Phials of Select Forest Rendor Blood	\d	the	
    -_8E0184E751B537C9	m0438chqfe01	Phial of Superb Forest Gnoof Blood	a	the	Phials of Superb Forest Gnoof Blood	\d	the	
    -_8F31801FE947C879	m0438chqlc01	Phial of Prime Lakes Gnoof Blood	a	the	Phials of Prime Lakes Gnoof Blood	\d	the	
    -_C420BF109EA6C379	m0439chrfe01	Phial of Superb Forest Bolobi Blood	a	the	Phials of Superb Forest Bolobi Blood	\d	the	
    -_8D4A952C2760D187	m0439chrlf01	Phial of Magnificient Lakes Bolobi Blood	a	the	Phials of Magnificient Lakes Bolobi Blood	\d	the	
    -_AD6352D6400694AF	m0440chsdf01	Phial of Magnificient Desert Shalah Blood	a	the	Phials of Magnificient Desert Shalah Blood	\d	the	
    -_283638195EA926CD	m0440chsle01	Phial of Superb Lakes Shalah Blood	a	the	Phials of Superb Lakes Shalah Blood	\d	the	
    -_E9030A069B9C2EC4	m0441chtde01	Phial of Superb Desert Ploderos Blood	a	the	Phials of Superb Desert Ploderos Blood	\d	the	
    -_F9705B7C55706571	m0441chtjf01	Phial of Magnificient Jungle Ploderos Blood	a	the	Phials of Magnificient Jungle Ploderos Blood	\d	the	
    -_8F204706DF84FB7A	m0442chuje01	Phial of Superb Jungle Wombai Blood	a	the	Phials of Superb Jungle Wombai Blood	\d	the	
    -_D37A992CED90D580	m0442chulf01	Phial of Magnificient Lakes Wombai Blood	a	the	Phials of Magnificient Lakes Wombai Blood	\d	the	
    -_12B87AE9E1A3F61B	m0443chvfe01	Phial of Superb Forest Madakam Blood	a	the	Phials of Superb Forest Madakam Blood	\d	the	
    -_E4157601FBB09D9B	m0443chvff01	Phial of Magnificient Forest Madakam Blood	a	the	Phials of Magnificient Forest Madakam Blood	\d	the	
    -_12C722E860C31E1F	m0443chvje01	Phial of Superb Jungle Madakam Blood	a	the	Phials of Superb Jungle Madakam Blood	\d	the	
    -_D829636822853AFE	m0443chvpf01	Phial of Magnificent Prime Root Madakam Blood	a	the	Phials of Magnificent Prime Root Madakam Blood	\d	the	
    -_CFA184E45165D7AF	m0444chwde01	Phial of Superb Desert Arana Blood	a	the	Phials of Superb Desert Arana Blood	\d	the	
    -_DE15C1002BEB7B3F	m0444chwff01	Phial of Magnificient Forest Arana Blood	a	the	Phials of Magnificient Forest Arana Blood	\d	the	
    -_B49366EFBBB5949F	m0445chxjf01	Phial of Magnificient Jungle Gubani Blood	a	the	Phials of Magnificient Jungle Gubani Blood	\d	the	
    -_460C050F21224562	m0445chxpe01	Phial of Superb Prime Root Gubani Blood	a	the	Phials of Superb Prime Root Gubani Blood	\d	the	
    -_2B83978FD3D4DBF2	m0446ccjfc01	Phial of Prime Forest Javing Blood	a	the	Phials of Prime Forest Javing Blood	\d	the	
    -_0962430CA094135A	m0446ccjfd01	Phial of Select Forest Javing Blood	a	the	Phials of Select Forest Javing Blood	\d	the	
    -_AEC3B3894BA2BBF4	m0446ccjja01	Phial of Plain Jungle Javing Blood	a	the	Phials of Plain Jungle Javing Blood	\d	the	
    -_AA6A2AF7234119F9	m0446ccjjb01	Phial of Average Jungle Javing Blood	a	the	Phials of Average Jungle Javing Blood	\d	the	
    -_6B9796F579E1ADB4	m0447cckdf01	Phial of Magnificient Desert Cuttler Blood	a	the	Phials of Magnificient Desert Cuttler Blood	\d	the	
    -_8F099EEE24858629	m0447cckfe01	Phial of Superb Forest Cuttler Blood	a	the	Phials of Superb Forest Cuttler Blood	\d	the	
    -_AD579EF779F1B1B3	m0447cckff01	Phial of Magnificient Forest Cuttler Blood	a	the	Phials of Magnificient Forest Cuttler Blood	\d	the	
    -_AAA2741BE60096DC	m0448cclde01	Phial of Superb Desert Ocyx Blood	a	the	Phials of Superb Desert Ocyx Blood	\d	the	
    -_A45F21ED7C255D4D	m0448cclff01	Phial of Magnificient Forest Ocyx Blood	a	the	Phials of Magnificient Forest Ocyx Blood	\d	the	
    -_73D56EE77D56C0BA	m0449ccmff01	Phial of Magnificient Forest Jugula Blood	a	the	Phials of Magnificient Forest Jugula Blood	\d	the	
    -_A420D2C6F255C599	m0449ccmpf01	Phial of Magnificient Prime Root Jugula Blood	a	the	Phials of Magnificient Prime Root Jugula Blood	\d	the	
    -_6D82C63BBC26F45B	m0450ccnlf01	Phial of Magnificient Lakes Horncher Blood	a	the	Phials of Magnificient Lakes Horncher Blood	\d	the	
    -_25D3B93B3C257C54	m0450ccnpd01	Phial of Select Prime Root Horncher Blood	a	the	Phials of Select Prime Root Horncher Blood	\d	the	
    -_B3527B5219009D75	m0451ccodf01	Phial of Magnificient Desert Tyrancha Blood	a	the	Phials of Magnificient Desert Tyrancha Blood	\d	the	
    -_A992252644B6C84F	m0451ccope01	Phial of Superb Prime Root Tyrancha Blood	a	the	Phials of Superb Prime Root Tyrancha Blood	\d	the	
    -_05ACCB8A5D7207D9	m0451ccopf01	Phial of Magnificient Prime Root Tyrancha Blood	a	the	Phials of Magnificient Prime Root Tyrancha Blood	\d	the	
    -_A474FD1D64ABB725	m0452ccpjf01	Phial of Magnificient Jungle Yetin Blood	a	the	Phials of Magnificient Jungle Yetin Blood	\d	the	
    -_F3670CBCA3EA8642	m0453chqfe01	Tuft of Superb Forest Gnoof Hair	a	the	Tufts of Superb Forest Gnoof Hair	\d	the	
    -_47938FC3ABE3CE3B	m0453chqlc01	Tuft of Prime Lakes Gnoof Hair	a	the	Tufts of Prime Lakes Gnoof Hair	\d	the	
    -_2A1F789A87650B57	m0454chrfe01	Tuft of Superb Forest Bolobi Hair	a	the	Tufts of Superb Forest Bolobi Hair	\d	the	
    -_EB841FF46AD1CF2E	m0454chrlf01	Tuft of Magnificient Lakes Bolobi Hair	a	the	Tufts of Magnificient Lakes Bolobi Hair	\d	the	
    -_5BDAA05764D32E23	m0455chsdf01	Tuft of Magnificient Desert Shalah Hair	a	the	Tufts of Magnificient Desert Shalah Hair	\d	the	
    -_9E6ADEBE5A09713F	m0455chsle01	Tuft of Superb Lakes Shalah Hair	a	the	Tufts of Superb Lakes Shalah Hair	\d	the	
    -_EDB0CC8FC304CB4F	m0456chuje01	Tuft of Superb Jungle Wombai Hair	a	the	Tufts of Superb Jungle Wombai Hair	\d	the	
    -_2B743FF52B22CB23	m0456chulf01	Tuft of Magnificient Lakes Wombai Hair	a	the	Tufts of Magnificient Lakes Wombai Hair	\d	the	
    -_939A2841EA13EA34	m0457chxjf01	Tuft of Magnificient Jungle Gubani Hair	a	the	Tufts of Magnificient Jungle Gubani Hair	\d	the	
    -_E7701F0FEFB17243	m0457chxpe01	Tuft of Superb Prime Root Gubani Hair	a	the	Tufts of Superb Prime Root Gubani Hair	\d	the	
    -_BA94AFAA58F92BF6	m0458ccpjf01	Tuft of Magnificient Jungle Yetin Hair	a	the	Tufts of Magnificient Jungle Yetin Hair	\d	the	
    -_D397C7340EFAA1A2	m0459chwde01	Handful of Superb Desert Arana Moss	a	the	Handfuls of Superb Desert Arana Moss	\d	the	
    -_0D6522DB6DF439B0	m0459chwff01	Handful of Magnificient Forest Arana Moss	a	the	Handfuls of Magnificient Forest Arana Moss	\d	the	
    -_4029A3EB63A27A64	m0460ccbdc01	Morsel of Prime Desert Clopper Flesh	a	the	Morsels of Prime Desert Clopper Flesh	\d	the	
    -_6FD2F1AC7DA3D2DD	m0460ccbla01	Morsel of Plain Lakes Clopper Flesh	a	the	Morsels of Plain Lakes Clopper Flesh	\d	the	
    -_10494BE8D6EAE9CC	m0460ccblb01	Morsel of Average Lakes Clopper Flesh	a	the	Morsels of Average Lakes Clopper Flesh	\d	the	
    -_6F42E5B80004D2DD	m0460ccblc01	Morsel of Prime Lakes Clopper Flesh	a	the	Morsels of Prime Lakes Clopper Flesh	\d	the	
    -_228C84270F64FACA	m0461cccda01	Morsel of Plain Desert Goari Flesh	a	the	Morsels of Plain Desert Goari Flesh	\d	the	
    -_F1DD7BEA10D718B2	m0461cccdb01	Morsel of Average Desert Goari Flesh	a	the	Morsels of Average Desert Goari Flesh	\d	the	
    -_22FC783392C5FACA	m0461cccdc01	Morsel of Prime Desert Goari Flesh	a	the	Morsels of Prime Desert Goari Flesh	\d	the	
    -_6262C1F224E24951	m0461cccdd01	Morsel of Select Desert Goari Flesh	a	the	Morsels of Select Desert Goari Flesh	\d	the	
    -_59B66ED06C372C7F	m0461cccla01	Morsel of Plain Lakes Goari Flesh	a	the	Morsels of Plain Lakes Goari Flesh	\d	the	
    -_3B303C26CF610DA6	m0461ccclb01	Morsel of Average Lakes Goari Flesh	a	the	Morsels of Average Lakes Goari Flesh	\d	the	
    -_81D7B62F1B0D0678	m0461ccclf01	Morsel of Magnificent Lakes Goari Flesh	a	the	Morsels of Magnificent Lakes Goari Flesh	\d	the	
    -_7CEB60DDC81276DB	m0462cbcca01	Basic Yber Bone	a	the	Basic Yber Bones	\d	the	
    -_FE6A950EC741AD27	m0462cbccb01	Fine Yber Bone	a	the	Fine Yber Bones	\d	the	
    -_C4AA9083A7A0A3F9	m0462cbcld01	Excellent Lakes Yber Bone	an	the	Excellent Lakes Yber Bones	\d	the	
    -_61161FE9BEADE2E5	m0462cbcle01	Supreme Lakes Yber Bone	a	the	Supreme Lakes Yber Bones	\d	the	
    -_6958014B20EC4FD3	m0463ccgca01	Basic Vorax Leather	a	the	Basic Vorax Leathers	\d	the	
    -_A19B72E79F990F7E	m0463ccgcb01	Fine Vorax Leather	a	the	Fine Vorax Leathers	\d	the	
    -_9B99251B3FB8650F	m0463ccgpc01	Choice Prime Root Vorax Leather	a	the	Choice Prime Root Vorax Leathers	\d	the	
    -_F6E336AF84CD9ED1	m0463ccgpd01	Excellent Prime Root Vorax Leather	an	the	Excellent Prime Root Vorax Leathers	\d	the	
    -_1D298D65C0CF06F3	m0463ccgpe01	Supreme Prime Root Vorax Leather	a	the	Supreme Prime Root Vorax Leathers	\d	the	
    -_C8D55D9CC8C5A5EE	m0464ccgca01	Basic Vorax Bone	a	the	Basic Vorax Bones	\d	the	
    -_B00C29A8C8D20613	m0464ccgcb01	Fine Vorax Bone	a	the	Fine Vorax Bones	\d	the	
    -_7950B59BA764930A	m0464ccgpc01	Choice Prime Root Vorax Bone	a	the	Choice Prime Root Vorax Bones	\d	the	
    -_12C76921EFE7D572	m0464ccgpd01	Excellent Prime Root Vorax Bone	an	the	Excellent Prime Root Vorax Bones	\d	the	
    -_5654541E59B4653A	m0464ccgpe01	Supreme Prime Root Vorax Bone	a	the	Supreme Prime Root Vorax Bones	\d	the	
    -_48D525A048C56DF3	m0465ccgca01	Basic Vorax Fang	a	the	Basic Vorax Fangs	\d	the	
    -_2D6C299AC9D20E14	m0465ccgcb01	Fine Vorax Fang	a	the	Fine Vorax Fangs	\d	the	
    -_7950B59BA7642313	m0465ccgpc01	Choice Prime Root Vorax Fang	a	the	Choice Prime Root Vorax Fangs	\d	the	
    -_13E76913F007D565	m0465ccgpd01	Excellent Prime Root Vorax Fang	an	the	Excellent Prime Root Vorax Fangs	\d	the	
    -_56545C20D614753B	m0465ccgpe01	Supreme Prime Root Vorax Fang	a	the	Supreme Prime Root Vorax Fangs	\d	the	
    -_B73B95F484645FCD	m0467cclca01	Fragment of Basic Ocyx Claw	a	the	Fragments of Basic Ocyx Claw	\d	the	
    -_6EFD2F5AD8F3C1B4	m0467cclcb01	Fragment of Fine Ocyx Claw	a	the	Fragments of Fine Ocyx Claw	\d	the	
    -_EF656FC1A66889B5	m0467ccldc01	Fragment of Choice Desert Ocyx Claw	a	the	Fragments of Choice Desert Ocyx Claw	\d	the	
    -_4ABD0239E1C73B28	m0467ccldd01	Fragment of Excellent Desert Ocyx Claw	a	the	Fragments of Excellent Desert Ocyx Claw	\d	the	
    -_D8275B0CDF0FFE67	m0467cclde01	Fragment of Supreme Desert Ocyx Claw	a	the	Fragments of Supreme Desert Ocyx Claw	\d	the	
    -_6F6567D7A66889B5	m0467cclfc01	Fragment of Choice Forest Ocyx Claw	a	the	Fragments of Choice Forest Ocyx Claw	\d	the	
    -_9BA7CDAF0C802786	m0468ccfca01	Fragment of Basic Najab Claw	a	the	Fragments of Basic Najab Claw	\d	the	
    -_B59929CC86A8D148	m0468ccfcb01	Fragment of Fine Najab Claw	a	the	Fragments of Fine Najab Claw	\d	the	
    -_C58DB3BE18D463F7	m0468ccfjd01	Fragment of Excellent Jungle Najab Claw	a	the	Fragments of Excellent Jungle Najab Claw	\d	the	
    -_293235772417D40F	m0468ccfje01	Fragment of Supreme Jungle Najab Claw	a	the	Fragments of Supreme Jungle Najab Claw	\d	the	
    -_DAA5751574A83ABD	m0468ccflc01	Fragment of Choice Lakes Najab Claw	a	the	Fragments of Choice Lakes Najab Claw	\d	the	
    -_D1012195777784E6	m0468ccfld01	Fragment of Excellent Lakes Najab Claw	a	the	Fragments of Excellent Lakes Najab Claw	\d	the	
    -_25F388BA9012068D	m0468ccfpe01	Fragment of Supreme Prime Root Najab Claw	a	the	Fragments of Supreme Prime Root Najab Claw	\d	the	
    -_B805FE74EC042CF5	m0469chwca01	Bundle of Basic Arana Wood	a	the	Bundles of Basic Arana Wood	\d	the	
    -_F76A58DECC3B5C37	m0469chwcb01	Bundle of Fine Arana Wood	a	the	Bundles of Fine Arana Wood	\d	the	
    -_9DAFEE66773BEF12	m0469chwdd01	Bundle of Excellent Desert Arana Wood	a	the	Bundles of Excellent Desert Arana Wood	\d	the	
    -_B99EB320A27E9FA4	m0469chwde01	Bundle of Supreme Desert Arana Wood	a	the	Bundles of Supreme Desert Arana Wood	\d	the	
    -_B9BEB320A6BE9FA4	m0469chwfe01	Bundle of Supreme Forest Arana Wood	a	the	Bundles of Supreme Forest Arana Wood	\d	the	
    -_170409AC4E609FD6	m0470checa01	Fragment of Basic Cray Shell	a	the	Fragments of Basic Cray Shell	\d	the	
    -_89FF17FCC2B8D132	m0470checb01	Fragment of Fine Cray Shell	a	the	Fragments of Fine Cray Shell	\d	the	
    -_0D20AACFE0B75A00	m0470chejd01	Fragment of Excellent Jungle Cray Shell	a	the	Fragments of Excellent Jungle Cray Shell	\d	the	
    -_5887D606AAE92EBB	m0470chelc01	Fragment of Choice Lakes Cray Shell	a	the	Fragments of Choice Lakes Cray Shell	\d	the	
    -_3FE2FD94818A0F29	m0470cheld01	Fragment of Excellent Lakes Cray Shell	a	the	Fragments of Excellent Lakes Cray Shell	\d	the	
    -_C1AD8DB7D2643BFC	m0470chele01	Fragment of Supreme Lakes Cray Shell	a	the	Fragments of Supreme Lakes Cray Shell	\d	the	
    -_61D3555CE0D8C46D	m0471chvca01	Fragment of Basic Madakam Skin	a	the	Fragments of Basic Madakam Skin	\d	the	
    -_F02520EB4BFB5AE7	m0471chvcb01	Fragment of Fine Madakam Skin	a	the	Fragments of Fine Madakam Skin	\d	the	
    -_7BA4378793E194B2	m0471chvfd01	Fragment of Excellent Forest Madakam Skin	a	the	Fragments of Excellent Forest Madakam Skin	\d	the	
    -_EF8CC4D80623700E	m0471chvfe01	Fragment of Supreme Forest Madakam Skin	a	the	Fragments of Supreme Forest Madakam Skin	\d	the	
    -_19ACB23ECBA0E647	m0471chvjc01	Fragment of Choice Jungle Madakam Skin	a	the	Fragments of Choice Jungle Madakam Skin	\d	the	
    -_6F4BA0D986E24C0B	m0471chvje01	Fragment of Supreme Jungle Madakam Skin	a	the	Fragments of Supreme Jungle Madakam Skin	\d	the	
    -_DF0B2171D0CC2B55	m0471chvpe01	Fragment of Supreme Prime Root Madakam Skin	a	the	Fragments of Supreme Prime Root Madakam Skin	\d	the	
    -_36C881AAFF381EDF	m0472cpaca01	Basic Jubla Bud	a	the	Basic Jubla Buds	\d	the	
    -_790CA1F34C9FA634	m0472cpacb01	Fine Jubla Bud	a	the	Fine Jubla Buds	\d	the	
    -_41D4732F9CF37D96	m0472cpape01	Supreme Prime Root Jubla Bud	a	the	Supreme Prime Root Jubla Buds	\d	the	
    -_5A05DD71D9C625C2	m0473cpbca01	Basic Stinga Bud	a	the	Basic Stinga Buds	\d	the	
    -_632B3E6A4226D223	m0473cpbcb01	Fine Stinga Bud	a	the	Fine Stinga Buds	\d	the	
    -_C4A8B44534FF1CE9	m0473cpble01	Supreme Lakes Stinga Bud	a	the	Supreme Lakes Stinga Buds	\d	the	
    -_D05FB57724CC87B9	m0474cpcca01	Basic Psykopla Bud	a	the	Basic Psykopla Buds	\d	the	
    -_A86461A4D2420E82	m0474cpccb01	Fine Psykopla Bud	a	the	Fine Psykopla Buds	\d	the	
    -_0E135C446EDBA154	m0474cpcfe01	Supreme Forest Psykopla Bud	a	the	Supreme Forest Psykopla Buds	\d	the	
    -_4DC1448BE7376AA5	m0474cpcpe01	Supreme Prime Root Psykopla Bud	a	the	Supreme Prime Root Psykopla Buds	\d	the	
    -_E35364E28CDF377B	m0475cpdca01	Basic Slaveni Bud	a	the	Basic Slaveni Buds	\d	the	
    -_96B5AA3F9676EE92	m0475cpdcb01	Fine Slaveni Bud	a	the	Fine Slaveni Buds	\d	the	
    -_B096AF236BF9197A	m0475cpdje01	Supreme Jungle Slaveni Bud	a	the	Supreme Jungle Slaveni Buds	\d	the	
    -_E33264E047BF0F76	m0476cpeca01	Basic Cratcha Bud	a	the	Basic Cratcha Buds	\d	the	
    -_94B6623DD477A691	m0476cpecb01	Fine Cratcha Bud	a	the	Fine Cratcha Buds	\d	the	
    -_CCCBC29D2B2AC559	m0476cpefc01	Choice Forest Cratcha Bud	a	the	Choice Forest Cratcha Buds	\d	the	
    -_2AB78B206C2BF17F	m0476cpefe01	Supreme Forest Cratcha Bud	a	the	Supreme Forest Cratcha Buds	\d	the	
    -_5945E177D90629CC	m0477cpfca01	Basic Shooki Bud	a	the	Basic Shooki Buds	\d	the	
    -_E46A5E6E8306B228	m0477cpfcb01	Fine Shooki Bud	a	the	Fine Shooki Buds	\d	the	
    -_429CEB5E73A1D144	m0477cpfde01	Supreme Desert Shooki Bud	a	the	Supreme Desert Shooki Buds	\d	the	
    -_AA93DD9C09BA7937	m0479ckbca01	Fragment of Basic Kinrey Shell	a	the	Fragments of Basic Kinrey Shell	\d	the	
    -_1C973CFC4E7E713A	m0479ckbcb01	Fragment of Fine Kinrey Shell	a	the	Fragments of Fine Kinrey Shell	\d	the	
    -_B77955D7B7CF6FFF	m0479ckbcd01	Fragment of Excellent Kinrey Shell	a	the	Fragments of Excellent Kinrey Shell	\d	the	
    -_DFEC4E6837E39325	m0479ckbdc01	Fragment of Choice Desert Kinrey Shell	a	the	Fragments of Choice Desert Kinrey Shell	\d	the	
    -_6971B7A1C9DE9361	m0479ckbpe01	Fragment of Supreme Prime Root Kinrey Shell	a	the	Fragments of Supreme Prime Root Kinrey Shell	\d	the	
    -_6BD3F99E0A7B7929	m0480ckbca01	Fragment of Basic Kinrey Sting	a	the	Fragments of Basic Kinrey Sting	\d	the	
    -_5D4744FBD1BEA131	m0480ckbcb01	Fragment of Fine Kinrey Sting	a	the	Fragments of Fine Kinrey Sting	\d	the	
    -_797A85D7B7CF5BF3	m0480ckbcd01	Fragment of Excellent Kinrey Sting	a	the	Fragments of Excellent Kinrey Sting	\d	the	
    -_A02C6A6A38A49317	m0480ckbdc01	Fragment of Choice Desert Kinrey Sting	a	the	Fragments of Choice Desert Kinrey Sting	\d	the	
    -_B071B7A1C93EA360	m0480ckbpe01	Fragment of Supreme Prime Root Kinrey Sting	a	the	Fragments of Supreme Prime Root Kinrey Sting	\d	the	
    -_F596EE6471E97560	m0481ckbca01	Fragment of Basic Kinrey Mandible	a	the	Fragments of Basic Kinrey Mandible	\d	the	
    -_F1CB7001B72CB2C4	m0481ckbcb01	Fragment of Fine Kinrey Mandible	a	the	Fragments of Fine Kinrey Mandible	\d	the	
    -_10BC8574D11FA025	m0481ckbcd01	Fragment of Excellent Kinrey Mandible	a	the	Fragments of Excellent Kinrey Mandible	\d	the	
    -_EAF2A82C20511BF4	m0481ckbdc01	Fragment of Choice Desert Kinrey Mandible	a	the	Fragments of Choice Desert Kinrey Mandible	\d	the	
    -_4A01F070F152E4EE	m0481ckbpe01	Fragment of Supreme Prime Root Kinrey Mandible	a	the	Fragments of Supreme Prime Root Kinrey Mandible	\d	the	
    -_58D48C10E99B484D	m0485ckaca01	Fragment of Basic Kidinak Shell	a	the	Fragments of Basic Kidinak Shell	\d	the	
    -_26B269C6B87B02F4	m0485ckacb01	Fragment of Fine Kidinak Shell	a	the	Fragments of Fine Kidinak Shell	\d	the	
    -_693A0D14A689276C	m0485ckape01	Fragment of Supreme Prime Root Kidinak Shell	a	the	Fragments of Supreme Prime Root Kidinak Shell	\d	the	
    -_324C2655FEDA114C	m0487ckaca01	Fragment of Basic Kidinak Mandible	a	the	Fragments of Basic Kidinak Mandible	\d	the	
    -_3AD1BA5AF1BB0E41	m0487ckacb01	Fragment of Fine Kidinak Mandible	a	the	Fragments of Fine Kidinak Mandible	\d	the	
    -_26560DADB71DB9DF	m0487ckape01	Fragment of Supreme Prime Root Kidinak Mandible	a	the	Fragments of Supreme Prime Root Kidinak Mandible	\d	the	
    -_A2E3695C9AF8D078	m0488ckaca01	Fragment of Basic Kidinak Tail	a	the	Fragments of Basic Kidinak Tail	\d	the	
    -_71852CEFC60B4EEE	m0488ckacb01	Fragment of Fine Kidinak Tail	a	the	Fragments of Fine Kidinak Tail	\d	the	
    -_A00B11710DBC2B58	m0488ckape01	Fragment of Supreme Prime Root Kidinak Tail	a	the	Fragments of Supreme Prime Root Kidinak Tail	\d	the	
    -_98156C2669DC285E	m0490ckcca01	Fragment of Basic Kizarak Shell	a	the	Fragments of Basic Kizarak Shell	\d	the	
    -_641379BEBD7B02F3	m0490ckccb01	Fragment of Fine Kizarak Shell	a	the	Fragments of Fine Kizarak Shell	\d	the	
    -_9BC5742A6C8C3063	m0491ckcca01	Fragment of Basic Kizarak Sting	a	the	Fragments of Basic Kizarak Sting	\d	the	
    -_E45395C0BE3C02EF	m0491ckccb01	Fragment of Fine Kizarak Sting	a	the	Fragments of Fine Kizarak Sting	\d	the	
    -_728D166303DA1147	m0492ckcca01	Fragment of Basic Kizarak Mandible	a	the	Fragments of Basic Kizarak Mandible	\d	the	
    -_7AD1CA52F73B663C	m0492ckccb01	Fragment of Fine Kizarak Mandible	a	the	Fragments of Fine Kizarak Mandible	\d	the	
    -_9CF70CD74810046B	m0496ckhca01	Fragment of Basic Kipee Sting	a	the	Fragments of Basic Kipee Sting	\d	the	
    -_56F2FDAD57047FA1	m0496ckhcb01	Fragment of Fine Kipee Sting	a	the	Fragments of Fine Kipee Sting	\d	the	
    -_D6720E5EB2596240	m0496ckhdc01	Fragment of Choice Desert Kipee Sting	a	the	Fragments of Choice Desert Kipee Sting	\d	the	
    -_262646E5DBF08B03	m0496ckhdd01	Fragment of Excellent Desert Kipee Sting	a	the	Fragments of Excellent Desert Kipee Sting	\d	the	
    -_55FACEB029C5401A	m0496ckhde01	Fragment of Supreme Desert Kipee Sting	a	the	Fragments of Supreme Desert Kipee Sting	\d	the	
    -_D612126A32596640	m0496ckhfc01	Fragment of Choice Forest Kipee Sting	a	the	Fragments of Choice Forest Kipee Sting	\d	the	
    -_E84642F15B008B02	m0496ckhfd01	Fragment of Excellent Forest Kipee Sting	a	the	Fragments of Excellent Forest Kipee Sting	\d	the	
    -_D5EAF6B469C53C25	m0496ckhfe01	Fragment of Supreme Forest Kipee Sting	a	the	Fragments of Supreme Forest Kipee Sting	\d	the	
    -_1493127433684A33	m0496ckhjc01	Fragment of Choice Jungle Kipee Sting	a	the	Fragments of Choice Jungle Kipee Sting	\d	the	
    -_9A9AC1CABCB430D8	m0496ckhld01	Fragment of Excellent Lakes Kipee Sting	a	the	Fragments of Excellent Lakes Kipee Sting	\d	the	
    -_F520F72F40F4531F	m0496ckhpc01	Fragment of Choice Prime Root Kipee Sting	a	the	Fragments of Choice Prime Root Kipee Sting	\d	the	
    -_3B26940DAC4C3B5C	m0496ckhpd01	Fragment of Excellent Prime Root Kipee Sting	a	the	Fragments of Excellent Prime Root Kipee Sting	\d	the	
    -_25F4C300D1C52071	m0496ckhpe01	Fragment of Supreme Prime Root Kipee Sting	a	the	Fragments of Supreme Prime Root Kipee Sting	\d	the	
    -_85C721E64D52043B	m0497dxacb01	Handful of Basic Adriel Bark	a	the	Handfuls of Basic Adriel Bark	\d	the	
    -_EC49DD235571B502	m0497dxacc01	Handful of Fine Adriel Bark	a	the	Handfuls of Fine Adriel Bark	\d	the	
    -_3E0397C7F7981914	m0497dxadd01	Handful of Choice Desert Adriel Bark	a	the	Handfuls of Choice Desert Adriel Bark	\d	the	
    -_EA0C18DFFFB40847	m0497dxade01	Handful of Excellent Desert Adriel Bark	a	the	Handfuls of Excellent Desert Adriel Bark	\d	the	
    -_5607373430C6126B	m0497dxadf01	Handful of Supreme Desert Adriel Bark	a	the	Handfuls of Supreme Desert Adriel Bark	\d	the	
    -_7E1393D2F9B81914	m0497dxafd01	Handful of Choice Forest Adriel Bark	a	the	Handfuls of Choice Forest Adriel Bark	\d	the	
    -_AAAC24E1BF541447	m0497dxafe01	Handful of Excellent Forest Adriel Bark	a	the	Handfuls of Excellent Forest Adriel Bark	\d	the	
    -_56A73B40B0C6166B	m0497dxaff01	Handful of Supreme Forest Adriel Bark	a	the	Handfuls of Supreme Forest Adriel Bark	\d	the	
    -_F9C28BD87CF81905	m0497dxajd01	Handful of Choice Jungle Adriel Bark	a	the	Handfuls of Choice Jungle Adriel Bark	\d	the	
    -_A91C18E7BEC40849	m0497dxaje01	Handful of Excellent Jungle Adriel Bark	a	the	Handfuls of Excellent Jungle Adriel Bark	\d	the	
    -_94283B4AB1D5FA5E	m0497dxajf01	Handful of Supreme Jungle Adriel Bark	a	the	Handfuls of Supreme Jungle Adriel Bark	\d	the	
    -_63AE8846D46B5DFA	m0497dxald01	Handful of Choice Lakes Adriel Bark	a	the	Handfuls of Choice Lakes Adriel Bark	\d	the	
    -_49D2EB48B9A9124A	m0497dxale01	Handful of Excellent Lakes Adriel Bark	a	the	Handfuls of Excellent Lakes Adriel Bark	\d	the	
    -_9E9753060175DFDC	m0497dxalf01	Handful of Supreme Lakes Adriel Bark	a	the	Handfuls of Supreme Lakes Adriel Bark	\d	the	
    -_7C85B83E9F72F61E	m0497dxapd01	Handful of Choice Prime Root Adriel Bark	a	the	Handfuls of Choice Prime Root Adriel Bark	\d	the	
    -_D625896C374109B4	m0497dxape01	Handful of Excellent Prime Root Adriel Bark	a	the	Handfuls of Excellent Prime Root Adriel Bark	\d	the	
    -_A1F442179222E138	m0497dxapf01	Handful of Supreme Prime Root Adriel Bark	a	the	Handfuls of Supreme Prime Root Adriel Bark	\d	the	
    -_E86345C4CEB21F80	m0498chwca01	Fragment of Basic Arana Eye	a	the	Fragments of Basic Arana Eye	\d	the	
    -_6B59A79111B37DAD	m0498chwcb01	Fragment of Fine Arana Eye	a	the	Fragments of Fine Arana Eye	\d	the	
    -_0B3CF59256647CFF	m0498chwdd01	Fragment of Excellent Desert Arana Eye	a	the	Fragments of Excellent Desert Arana Eye	\d	the	
    -_660537FBA06ED586	m0498chwde01	Fragment of Supreme Desert Arana Eye	a	the	Fragments of Supreme Desert Arana Eye	\d	the	
    -_269567FFA06ED987	m0498chwfe01	Fragment of Supreme Forest Arana Eye	a	the	Fragments of Supreme Forest Arana Eye	\d	the	
    -_0CC359974F03A1EE	m0499chwca01	Basic Arana Nail	a	the	Basic Arana Nails	\d	the	
    -_AA6DC1831211D20B	m0499chwcb01	Fine Arana Nail	a	the	Fine Arana Nails	\d	the	
    -_8920594D2554A3AD	m0499chwdd01	Excellent Desert Arana Nail	an	the	Excellent Desert Arana Nails	\d	the	
    -_FCAEECF7FDF2744E	m0499chwde01	Supreme Desert Arana Nail	a	the	Supreme Desert Arana Nails	\d	the	
    -_BC4EF4FAFDE2A050	m0499chwfe01	Supreme Forest Arana Nail	a	the	Supreme Forest Arana Nails	\d	the	
    -_8F05D19EE095B161	m0500chwca01	Fragment of Basic Arana Pelvis	a	the	Fragments of Basic Arana Pelvis	\d	the	
    -_6642EC190E111AEA	m0500chwcb01	Fragment of Fine Arana Pelvis	a	the	Fragments of Fine Arana Pelvis	\d	the	
    -_F58737E4D011F882	m0500chwdd01	Fragment of Excellent Desert Arana Pelvis	a	the	Fragments of Excellent Desert Arana Pelvis	\d	the	
    -_F0211CAE08A8C8E5	m0500chwde01	Fragment of Supreme Desert Arana Pelvis	a	the	Fragments of Supreme Desert Arana Pelvis	\d	the	
    -_F01144B30898F0E8	m0500chwfe01	Fragment of Supreme Forest Arana Pelvis	a	the	Fragments of Supreme Forest Arana Pelvis	\d	the	
    -_6293B1D28412C32D	m0501chwca01	Basic Arana Tooth	a	the	Basic Arana Teeth	\d	the	
    -_9132068616624AD5	m0501chwcb01	Fine Arana Tooth	a	the	Fine Arana Teeth	\d	the	
    -_5695D912A301D379	m0501chwdd01	Excellent Desert Arana Tooth	an	the	Excellent Desert Arana Teeth	\d	the	
    -_B38B03242DC5D172	m0501chwde01	Supreme Desert Arana Tooth	a	the	Supreme Desert Arana Teeth	\d	the	
    -_35AB03272DC5F973	m0501chwfe01	Supreme Forest Arana Tooth	a	the	Supreme Forest Arana Teeth	\d	the	
    -_FAFA97848FB134C9	m0502chaca01	Fragment of Basic Arma Eye	a	the	Fragments of Basic Arma Eye	\d	the	
    -_CCF76370AB401CC4	m0502chacb01	Fragment of Fine Arma Eye	a	the	Fragments of Fine Arma Eye	\d	the	
    -_4C8D7568FE0F5B33	m0502chafd01	Fragment of Excellent Forest Arma Eye	a	the	Fragments of Excellent Forest Arma Eye	\d	the	
    -_6EF50176BE574993	m0502chajc01	Fragment of Choice Jungle Arma Eye	a	the	Fragments of Choice Jungle Arma Eye	\d	the	
    -_CECD3965BA5D7B33	m0502chajd01	Fragment of Excellent Jungle Arma Eye	a	the	Fragments of Excellent Jungle Arma Eye	\d	the	
    -_54F901DDE73AAB62	m0502chald01	Fragment of Excellent Lakes Arma Eye	a	the	Fragments of Excellent Lakes Arma Eye	\d	the	
    -_C324ED3F0E2B518E	m0502chale01	Fragment of Supreme Lakes Arma Eye	a	the	Fragments of Supreme Lakes Arma Eye	\d	the	
    -_215930D4B13024B4	m0502chapc01	Fragment of Choice Prime Root Arma Eye	a	the	Fragments of Choice Prime Root Arma Eye	\d	the	
    -_FB9E7EF6F548BB63	m0502chapd01	Fragment of Excellent Prime Root Arma Eye	a	the	Fragments of Excellent Prime Root Arma Eye	\d	the	
    -_629EFFD7F525AB04	m0502chape01	Fragment of Supreme Prime Root Arma Eye	a	the	Fragments of Supreme Prime Root Arma Eye	\d	the	
    -_3E4BDDDC49D29FC7	m0503chaca01	Fragment of Basic Arma Skin	a	the	Fragments of Basic Arma Skin	\d	the	
    -_AEFE6F434C73A1A1	m0503chacb01	Fragment of Fine Arma Skin	a	the	Fragments of Fine Arma Skin	\d	the	
    -_4ACEEA43D7077FF5	m0503chafd01	Fragment of Excellent Forest Arma Skin	a	the	Fragments of Excellent Forest Arma Skin	\d	the	
    -_74B58FCF6DD6C991	m0503chajc01	Fragment of Choice Jungle Arma Skin	a	the	Fragments of Choice Jungle Arma Skin	\d	the	
    -_CC1DCE4912F797F1	m0503chajd01	Fragment of Excellent Jungle Arma Skin	a	the	Fragments of Excellent Jungle Arma Skin	\d	the	
    -_409DE27CECCEFA62	m0503chald01	Fragment of Excellent Lakes Arma Skin	a	the	Fragments of Excellent Lakes Arma Skin	\d	the	
    -_A3FCE512AACBEB73	m0503chale01	Fragment of Supreme Lakes Arma Skin	a	the	Fragments of Supreme Lakes Arma Skin	\d	the	
    -_42D887C8D55F3BF6	m0503chapc01	Fragment of Choice Prime Root Arma Skin	a	the	Fragments of Choice Prime Root Arma Skin	\d	the	
    -_DCB7C2B36007314F	m0503chapd01	Fragment of Excellent Prime Root Arma Skin	a	the	Fragments of Excellent Prime Root Arma Skin	\d	the	
    -_67B113F6727AFB72	m0503chape01	Fragment of Supreme Prime Root Arma Skin	a	the	Fragments of Supreme Prime Root Arma Skin	\d	the	
    -_65430CE38532A536	m0504chaca01	Fragment of Basic Arma Pelvis	a	the	Fragments of Basic Arma Pelvis	\d	the	
    -_A5B1D8B2D8466BA9	m0504chacb01	Fragment of Fine Arma Pelvis	a	the	Fragments of Fine Arma Pelvis	\d	the	
    -_F4433EF21F04560E	m0504chafd01	Fragment of Excellent Forest Arma Pelvis	a	the	Fragments of Excellent Forest Arma Pelvis	\d	the	
    -_DDDF1280708AEBFE	m0504chajc01	Fragment of Choice Jungle Arma Pelvis	a	the	Fragments of Choice Jungle Arma Pelvis	\d	the	
    -_B5A32EFC5C935EFB	m0504chajd01	Fragment of Excellent Jungle Arma Pelvis	a	the	Fragments of Excellent Jungle Arma Pelvis	\d	the	
    -_089BC5E0C7AF680F	m0504chald01	Fragment of Excellent Lakes Arma Pelvis	a	the	Fragments of Excellent Lakes Arma Pelvis	\d	the	
    -_9C5FFE343972B580	m0504chale01	Fragment of Supreme Lakes Arma Pelvis	a	the	Fragments of Supreme Lakes Arma Pelvis	\d	the	
    -_B3F1E744889104E1	m0504chapc01	Fragment of Choice Prime Root Arma Pelvis	a	the	Fragments of Choice Prime Root Arma Pelvis	\d	the	
    -_8AE56F122D8E2764	m0504chapd01	Fragment of Excellent Prime Root Arma Pelvis	a	the	Fragments of Excellent Prime Root Arma Pelvis	\d	the	
    -_A5B4EB42CA01347C	m0504chape01	Fragment of Supreme Prime Root Arma Pelvis	a	the	Fragments of Supreme Prime Root Arma Pelvis	\d	the	
    -_D6705DC4D6A0A517	m0505chaca01	Basic Arma Tooth	a	the	Basic Arma Teeth	\d	the	
    -_EE4FBE509214BD05	m0505chacb01	Fine Arma Tooth	a	the	Fine Arma Teeth	\d	the	
    -_D7D64F33AA14FBC5	m0505chafd01	Excellent Forest Arma Tooth	an	the	Excellent Forest Arma Teeth	\d	the	
    -_83A7CFA683D70FF2	m0505chajc01	Choice Jungle Arma Tooth	a	the	Choice Jungle Arma Teeth	\d	the	
    -_4FF45F2FAE94FBC5	m0505chajd01	Excellent Jungle Arma Tooth	an	the	Excellent Jungle Arma Teeth	\d	the	
    -_BDEC78607D93634C	m0505chald01	Excellent Lakes Arma Tooth	an	the	Excellent Lakes Arma Teeth	\d	the	
    -_4FCC342B84ED07CB	m0505chale01	Supreme Lakes Arma Tooth	a	the	Supreme Lakes Arma Teeth	\d	the	
    -_1256B5912AD49365	m0505chapc01	Choice Prime Root Arma Tooth	a	the	Choice Prime Root Arma Teeth	\d	the	
    -_9B7BCC2178DB3873	m0505chapd01	Excellent Prime Root Arma Tooth	an	the	Excellent Prime Root Arma Teeth	\d	the	
    -_BF13581515D6EA17	m0505chape01	Supreme Prime Root Arma Tooth	a	the	Supreme Prime Root Arma Teeth	\d	the	
    -_6AA701AA8D1FFEA3	m0506chnca01	Fragment of Basic Bawaab Eye	a	the	Fragments of Basic Bawaab Eye	\d	the	
    -_A4F121CC0EB631F8	m0506chncb01	Fragment of Fine Bawaab Eye	a	the	Fragments of Fine Bawaab Eye	\d	the	
    -_9E53AF632677648A	m0506chnfc01	Fragment of Choice Forest Bawaab Eye	a	the	Fragments of Choice Forest Bawaab Eye	\d	the	
    -_01D1D797D75887D2	m0506chnfd01	Fragment of Excellent Forest Bawaab Eye	a	the	Fragments of Excellent Forest Bawaab Eye	\d	the	
    -_AB21993E6119434F	m0506chnje01	Fragment of Supreme Jungle Bawaab Eye	a	the	Fragments of Supreme Jungle Bawaab Eye	\d	the	
    -_951621E96B9DDD28	m0507chnca01	Fragment of Basic Bawaab Pelvis	a	the	Fragments of Basic Bawaab Pelvis	\d	the	
    -_8F1441C40F572A20	m0507chncb01	Fragment of Fine Bawaab Pelvis	a	the	Fragments of Fine Bawaab Pelvis	\d	the	
    -_022DA3D0D8B4570C	m0507chnfc01	Fragment of Choice Forest Bawaab Pelvis	a	the	Fragments of Choice Forest Bawaab Pelvis	\d	the	
    -_3077277E95589DBA	m0507chnfd01	Fragment of Excellent Forest Bawaab Pelvis	a	the	Fragments of Excellent Forest Bawaab Pelvis	\d	the	
    -_5E9533144C57EF85	m0507chnje01	Fragment of Supreme Jungle Bawaab Pelvis	a	the	Fragments of Supreme Jungle Bawaab Pelvis	\d	the	
    -_5552ED6C20A737AC	m0508chnca01	Basic Bawaab Tooth	a	the	Basic Bawaab Teeth	\d	the	
    -_A2454E9449F3A234	m0508chncb01	Fine Bawaab Tooth	a	the	Fine Bawaab Teeth	\d	the	
    -_445AA3035503E97D	m0508chnfc01	Choice Forest Bawaab Tooth	a	the	Choice Forest Bawaab Teeth	\d	the	
    -_DD78A1F35A64F47B	m0508chnfd01	Excellent Forest Bawaab Tooth	an	the	Excellent Forest Bawaab Teeth	\d	the	
    -_6465BBD8E9F9857A	m0508chnje01	Supreme Jungle Bawaab Tooth	a	the	Supreme Jungle Bawaab Teeth	\d	the	
    -_A6B34DCA07D21F81	m0509chbca01	Fragment of Basic Bodoc Eye	a	the	Fragments of Basic Bodoc Eye	\d	the	
    -_2969AF94CDB275AF	m0509chbcb01	Fragment of Fine Bodoc Eye	a	the	Fragments of Fine Bodoc Eye	\d	the	
    -_5EDD1FAD29D64969	m0509chbfc01	Fragment of Choice Forest Bodoc Eye	a	the	Fragments of Choice Forest Bodoc Eye	\d	the	
    -_A4E567FD9B6ED98A	m0509chbfe01	Fragment of Supreme Forest Bodoc Eye	a	the	Fragments of Supreme Forest Bodoc Eye	\d	the	
    -_93EDB2712E6D9578	m0509chbld01	Fragment of Excellent Lakes Bodoc Eye	a	the	Fragments of Excellent Lakes Bodoc Eye	\d	the	
    -_57220204E146055D	m0509chbpd01	Fragment of Excellent Prime Root Bodoc Eye	a	the	Fragments of Excellent Prime Root Bodoc Eye	\d	the	
    -_90F4D9A1DAA5B962	m0510chbca01	Fragment of Basic Bodoc Pelvis	a	the	Fragments of Basic Bodoc Pelvis	\d	the	
    -_26520017CAE01EEA	m0510chbcb01	Fragment of Fine Bodoc Pelvis	a	the	Fragments of Fine Bodoc Pelvis	\d	the	
    -_876D467988DED34F	m0510chbfc01	Fragment of Choice Forest Bodoc Pelvis	a	the	Fragments of Choice Forest Bodoc Pelvis	\d	the	
    -_F02150B083A8FCE5	m0510chbfe01	Fragment of Supreme Forest Bodoc Pelvis	a	the	Fragments of Supreme Forest Bodoc Pelvis	\d	the	
    -_3FEDDBD5D2748B04	m0510chbld01	Fragment of Excellent Lakes Bodoc Pelvis	a	the	Fragments of Excellent Lakes Bodoc Pelvis	\d	the	
    -_86F9BAB3E3E81E73	m0510chbpd01	Fragment of Excellent Prime Root Bodoc Pelvis	a	the	Fragments of Excellent Prime Root Bodoc Pelvis	\d	the	
    -_61B3BDCF7F32C730	m0511chbca01	Basic Bodoc Tooth	a	the	Basic Bodoc Teeth	\d	the	
    -_92011287923156D6	m0511chbcb01	Fine Bodoc Tooth	a	the	Fine Bodoc Teeth	\d	the	
    -_4A4C1B8C639D7D13	m0511chbfc01	Choice Forest Bodoc Tooth	a	the	Choice Forest Bodoc Teeth	\d	the	
    -_767A072768D50D71	m0511chbfe01	Supreme Forest Bodoc Tooth	a	the	Supreme Forest Bodoc Teeth	\d	the	
    -_04FA5BCED3756831	m0511chbld01	Excellent Lakes Bodoc Tooth	an	the	Excellent Lakes Bodoc Teeth	\d	the	
    -_573B360083B68410	m0511chbpd01	Excellent Prime Root Bodoc Tooth	an	the	Excellent Prime Root Bodoc Teeth	\d	the	
    -_AC970DAD111FFEA6	m0512chrca01	Fragment of Basic Bolobi Eye	a	the	Fragments of Basic Bolobi Eye	\d	the	
    -_E4D129E88B7631F4	m0512chrcb01	Fragment of Fine Bolobi Eye	a	the	Fragments of Fine Bolobi Eye	\d	the	
    -_7F21DBA516A88BDC	m0512chrfd01	Fragment of Excellent Forest Bolobi Eye	a	the	Fragments of Excellent Forest Bolobi Eye	\d	the	
    -_67E2554426FA7B6B	m0512chrfe01	Fragment of Supreme Forest Bolobi Eye	a	the	Fragments of Supreme Forest Bolobi Eye	\d	the	
    -_11B0596AB5E9F737	m0512chrld01	Fragment of Excellent Lakes Bolobi Eye	a	the	Fragments of Excellent Lakes Bolobi Eye	\d	the	
    -_5ED369905210F688	m0514chrca01	Basic Bolobi Nail	a	the	Basic Bolobi Nails	\d	the	
    -_88E4D6668C141AB8	m0514chrcb01	Fine Bolobi Nail	a	the	Fine Bolobi Nails	\d	the	
    -_1B49DD2DA46F1B27	m0514chrfd01	Excellent Forest Bolobi Nail	an	the	Excellent Forest Bolobi Nails	\d	the	
    -_F6B7FE4F1F693969	m0514chrfe01	Supreme Forest Bolobi Nail	a	the	Supreme Forest Bolobi Nails	\d	the	
    -_BE0806E3E9659835	m0514chrld01	Excellent Lakes Bolobi Nail	an	the	Excellent Lakes Bolobi Nails	\d	the	
    -_1A2659DEB1AD151B	m0515chrca01	Fragment of Basic Bolobi Pelvis	a	the	Fragments of Basic Bolobi Pelvis	\d	the	
    -_52D37DD24E37461F	m0515chrcb01	Fragment of Fine Bolobi Pelvis	a	the	Fragments of Fine Bolobi Pelvis	\d	the	
    -_31A65F7E96C8BDC7	m0515chrfd01	Fragment of Excellent Forest Bolobi Pelvis	a	the	Fragments of Excellent Forest Bolobi Pelvis	\d	the	
    -_5EA72719D1455391	m0515chrfe01	Fragment of Supreme Forest Bolobi Pelvis	a	the	Fragments of Supreme Forest Bolobi Pelvis	\d	the	
    -_1A72EE2E978193DE	m0515chrld01	Fragment of Excellent Lakes Bolobi Pelvis	a	the	Fragments of Excellent Lakes Bolobi Pelvis	\d	the	
    -_9BA1256CE3B78BA0	m0516chrca01	Basic Bolobi Tooth	a	the	Basic Bolobi Teeth	\d	the	
    -_E2358689CD63A640	m0516chrcb01	Fine Bolobi Tooth	a	the	Fine Bolobi Teeth	\d	the	
    -_5DC8790F9944F480	m0516chrfd01	Excellent Forest Bolobi Tooth	an	the	Excellent Forest Bolobi Teeth	\d	the	
    -_2665F7F12D0A8971	m0516chrfe01	Supreme Forest Bolobi Tooth	a	the	Supreme Forest Bolobi Teeth	\d	the	
    -_FD6C4F3B62725364	m0516chrld01	Excellent Lakes Bolobi Tooth	an	the	Excellent Lakes Bolobi Teeth	\d	the	
    -_70284CA9B27FEC96	m0517chcca01	Fragment of Basic Capryni Eye	a	the	Fragments of Basic Capryni Eye	\d	the	
    -_6D2781B856437E64	m0517chccb01	Fragment of Fine Capryni Eye	a	the	Fragments of Fine Capryni Eye	\d	the	
    -_191975C96F91CC67	m0517chcde01	Fragment of Supreme Desert Capryni Eye	a	the	Fragments of Supreme Desert Capryni Eye	\d	the	
    -_BA28B6A59D819213	m0517chcjd01	Fragment of Excellent Jungle Capryni Eye	a	the	Fragments of Excellent Jungle Capryni Eye	\d	the	
    -_5EB968E30280BC25	m0517chcld01	Fragment of Excellent Lakes Capryni Eye	a	the	Fragments of Excellent Lakes Capryni Eye	\d	the	
    -_64D5A73AB76FC83B	m0517chcle01	Fragment of Supreme Lakes Capryni Eye	a	the	Fragments of Supreme Lakes Capryni Eye	\d	the	
    -_26C471681A08FC81	m0518chcca01	Fragment of Basic Capryni Skin	a	the	Fragments of Basic Capryni Skin	\d	the	
    -_F21688FC06FB22FB	m0518chccb01	Fragment of Fine Capryni Skin	a	the	Fragments of Fine Capryni Skin	\d	the	
    -_6FBDBCE04244681F	m0518chcde01	Fragment of Supreme Desert Capryni Skin	a	the	Fragments of Supreme Desert Capryni Skin	\d	the	
    -_83C4578F864088CC	m0518chcjd01	Fragment of Excellent Jungle Capryni Skin	a	the	Fragments of Excellent Jungle Capryni Skin	\d	the	
    -_BE796F0A91001F41	m0518chcld01	Fragment of Excellent Lakes Capryni Skin	a	the	Fragments of Excellent Lakes Capryni Skin	\d	the	
    -_E982C9C369A7A0CD	m0518chcle01	Fragment of Supreme Lakes Capryni Skin	a	the	Fragments of Supreme Lakes Capryni Skin	\d	the	
    -_572FE49553BCBBB3	m0519chcca01	Basic Capryni Nail	a	the	Basic Capryni Nails	\d	the	
    -_61E6224E55B13193	m0519chccb01	Fine Capryni Nail	a	the	Fine Capryni Nails	\d	the	
    -_98204B3C30FC6545	m0519chcde01	Supreme Desert Capryni Nail	a	the	Supreme Desert Capryni Nails	\d	the	
    -_31D7D9FE8D815D4D	m0519chcjd01	Excellent Jungle Capryni Nail	an	the	Excellent Jungle Capryni Nails	\d	the	
    -_EDE699452A541B2F	m0519chcld01	Excellent Lakes Capryni Nail	an	the	Excellent Lakes Capryni Nails	\d	the	
    -_C41348DC4A5E7B5E	m0519chcle01	Supreme Lakes Capryni Nail	a	the	Supreme Lakes Capryni Nails	\d	the	
    -_9231D9B8748DFF98	m0520chcca01	Basic Capryni Tooth	a	the	Basic Capryni Teeth	\d	the	
    -_A134BA48E6F2C3AB	m0520chccb01	Fine Capryni Tooth	a	the	Fine Capryni Teeth	\d	the	
    -_64164D2FB2DE5DFE	m0520chcde01	Supreme Desert Capryni Tooth	a	the	Supreme Desert Capryni Teeth	\d	the	
    -_30181D2B1DDBB951	m0520chcjd01	Excellent Jungle Capryni Tooth	an	the	Excellent Jungle Capryni Teeth	\d	the	
    -_F5F0D926A5749488	m0520chcld01	Excellent Lakes Capryni Tooth	an	the	Excellent Lakes Capryni Teeth	\d	the	
    -_041FFB1BDD1F4171	m0520chcle01	Supreme Lakes Capryni Tooth	a	the	Supreme Lakes Capryni Teeth	\d	the	
    -_73BD4A67C10AF14D	m0521ccbca01	Fragment of Basic Clopper Mandible	a	the	Fragments of Basic Clopper Mandible	\d	the	
    -_7821DE6574DC1A3E	m0521ccbcb01	Fragment of Fine Clopper Mandible	a	the	Fragments of Fine Clopper Mandible	\d	the	
    -_2CF9C0486B500626	m0521ccbdc01	Fragment of Choice Desert Clopper Mandible	a	the	Fragments of Choice Desert Clopper Mandible	\d	the	
    -_38244707051EDAFF	m0521ccbdd01	Fragment of Excellent Desert Clopper Mandible	a	the	Fragments of Excellent Desert Clopper Mandible	\d	the	
    -_38EF9947A7EE5565	m0521ccbde01	Fragment of Supreme Desert Clopper Mandible	a	the	Fragments of Supreme Desert Clopper Mandible	\d	the	
    -_0139378A22B43C98	m0521ccblc01	Fragment of Choice Lakes Clopper Mandible	a	the	Fragments of Choice Lakes Clopper Mandible	\d	the	
    -_72D8BAB9C8735069	m0522ccbca01	Basic Clopper Secretion	a	the	Basic Clopper Secretions	\d	the	
    -_E7825FC60FD13806	m0522ccbcb01	Fine Clopper Secretion	a	the	Fine Clopper Secretions	\d	the	
    -_A001DCA8FDCCB934	m0522ccbdc01	Choice Desert Clopper Secretion	a	the	Choice Desert Clopper Secretions	\d	the	
    -_DFB052116101B236	m0522ccbdd01	Excellent Desert Clopper Secretion	an	the	Excellent Desert Clopper Secretions	\d	the	
    -_E298CE5CA27806AB	m0522ccbde01	Supreme Desert Clopper Secretion	a	the	Supreme Desert Clopper Secretions	\d	the	
    -_95744D580718BEA6	m0522ccblc01	Choice Lakes Clopper Secretion	a	the	Choice Lakes Clopper Secretions	\d	the	
    -_9B35B026EE6C6C61	m0523ccbca01	Fragment of Basic Clopper Sting	a	the	Fragments of Basic Clopper Sting	\d	the	
    -_A8F299C7BB5DF2EF	m0523ccbcb01	Fragment of Fine Clopper Sting	a	the	Fragments of Fine Clopper Sting	\d	the	
    -_484C36019B83EA3B	m0523ccbdc01	Fragment of Choice Desert Clopper Sting	a	the	Fragments of Choice Desert Clopper Sting	\d	the	
    -_2E96273B1A4DB1CE	m0523ccbdd01	Fragment of Excellent Desert Clopper Sting	a	the	Fragments of Excellent Desert Clopper Sting	\d	the	
    -_133DC31C4AB1A879	m0523ccbde01	Fragment of Supreme Desert Clopper Sting	a	the	Fragments of Supreme Desert Clopper Sting	\d	the	
    -_7E132A8607084A19	m0523ccblc01	Fragment of Choice Lakes Clopper Sting	a	the	Fragments of Choice Lakes Clopper Sting	\d	the	
    -_E34465675D38D882	m0524ccbca01	Fragment of Basic Clopper Tail	a	the	Fragments of Basic Clopper Tail	\d	the	
    -_324660F9C6BB4AEE	m0524ccbcb01	Fragment of Fine Clopper Tail	a	the	Fragments of Fine Clopper Tail	\d	the	
    -_189DD6338B61F270	m0524ccbdc01	Fragment of Choice Desert Clopper Tail	a	the	Fragments of Choice Desert Clopper Tail	\d	the	
    -_BC8517848DC1BCC6	m0524ccbdd01	Fragment of Excellent Desert Clopper Tail	a	the	Fragments of Excellent Desert Clopper Tail	\d	the	
    -_AE7DDCD801B48813	m0524ccbde01	Fragment of Supreme Desert Clopper Tail	a	the	Fragments of Supreme Desert Clopper Tail	\d	the	
    -_FE334F70727E12F6	m0524ccblc01	Fragment of Choice Lakes Clopper Tail	a	the	Fragments of Choice Lakes Clopper Tail	\d	the	
    -_166AEDE38D1C353D	m0525cpeca01	Handful of Basic Cratcha Moss	a	the	Handfuls of Basic Cratcha Moss	\d	the	
    -_2FC621F651A5B524	m0525cpecb01	Handful of Fine Cratcha Moss	a	the	Handfuls of Fine Cratcha Moss	\d	the	
    -_8B383BA5B0D68615	m0525cpefc01	Handful of Choice Forest Cratcha Moss	a	the	Handfuls of Choice Forest Cratcha Moss	\d	the	
    -_1501256AAA185ECB	m0525cpefe01	Handful of Supreme Forest Cratcha Moss	a	the	Handfuls of Supreme Forest Cratcha Moss	\d	the	
    -_B64B9DC44A345FCC	m0526checa01	Fragment of Basic Cray Claw	a	the	Fragments of Basic Cray Claw	\d	the	
    -_6D0D2F5B50B3CDA7	m0526checb01	Fragment of Fine Cray Claw	a	the	Fragments of Fine Cray Claw	\d	the	
    -_472DBA415A369717	m0526chejd01	Fragment of Excellent Jungle Cray Claw	a	the	Fragments of Excellent Jungle Cray Claw	\d	the	
    -_F458CD232403D66F	m0526chelc01	Fragment of Choice Lakes Cray Claw	a	the	Fragments of Choice Lakes Cray Claw	\d	the	
    -_C65EB287AD5EBE55	m0526cheld01	Fragment of Excellent Lakes Cray Claw	a	the	Fragments of Excellent Lakes Cray Claw	\d	the	
    -_620BA52AAE0B1779	m0526chele01	Fragment of Supreme Lakes Cray Claw	a	the	Fragments of Supreme Lakes Cray Claw	\d	the	
    -_5321050067A8C13F	m0527checa01	Fragment of Basic Cray Mandible	a	the	Fragments of Basic Cray Mandible	\d	the	
    -_26203CDFCA4CD6EF	m0527checb01	Fragment of Fine Cray Mandible	a	the	Fragments of Fine Cray Mandible	\d	the	
    -_6E576FA066B8F884	m0527chejd01	Fragment of Excellent Jungle Cray Mandible	a	the	Fragments of Excellent Jungle Cray Mandible	\d	the	
    -_0BDDE61F48196F1D	m0527chelc01	Fragment of Choice Lakes Cray Mandible	a	the	Fragments of Choice Lakes Cray Mandible	\d	the	
    -_CE5702DE987198C4	m0527cheld01	Fragment of Excellent Lakes Cray Mandible	a	the	Fragments of Excellent Lakes Cray Mandible	\d	the	
    -_18F992AE2BC940C1	m0527chele01	Fragment of Supreme Lakes Cray Mandible	a	the	Fragments of Supreme Lakes Cray Mandible	\d	the	
    -_74180134EBE4AB66	m0528checa01	Basic Cray Secretion	a	the	Basic Cray Secretions	\d	the	
    -_9686B3E4606A2E58	m0528checb01	Fine Cray Secretion	a	the	Fine Cray Secretions	\d	the	
    -_A83AB443069A209E	m0528chejd01	Excellent Jungle Cray Secretion	an	the	Excellent Jungle Cray Secretions	\d	the	
    -_06F7904E57556417	m0528chelc01	Choice Lakes Cray Secretion	a	the	Choice Lakes Cray Secretions	\d	the	
    -_A5610802881B098C	m0528cheld01	Excellent Lakes Cray Secretion	an	the	Excellent Lakes Cray Secretions	\d	the	
    -_F4DE09BF5568981E	m0528chele01	Supreme Lakes Cray Secretion	a	the	Supreme Lakes Cray Secretions	\d	the	
    -_404B9DC44AD29FB9	m0529checa01	Fragment of Basic Cray Tail	a	the	Fragments of Basic Cray Tail	\d	the	
    -_AC6E735B50B3A1A7	m0529checb01	Fragment of Fine Cray Tail	a	the	Fragments of Fine Cray Tail	\d	the	
    -_497DD2499747970F	m0529chejd01	Fragment of Excellent Jungle Cray Tail	a	the	Fragments of Excellent Jungle Cray Tail	\d	the	
    -_F6F731186903D667	m0529chelc01	Fragment of Choice Lakes Cray Tail	a	the	Fragments of Choice Lakes Cray Tail	\d	the	
    -_C65EB27CED2ED669	m0529cheld01	Fragment of Excellent Lakes Cray Tail	a	the	Fragments of Excellent Lakes Cray Tail	\d	the	
    -_A16CE92AAE0BEB79	m0529chele01	Fragment of Supreme Lakes Cray Tail	a	the	Fragments of Supreme Lakes Cray Tail	\d	the	
    -_63445D64A427C88D	m0530cckca01	Fragment of Basic Cuttler Claw	a	the	Fragments of Basic Cuttler Claw	\d	the	
    -_7137441C03FC06EA	m0530cckcb01	Fragment of Fine Cuttler Claw	a	the	Fragments of Fine Cuttler Claw	\d	the	
    -_989DCE30D250E27B	m0530cckdc01	Fragment of Choice Desert Cuttler Claw	a	the	Fragments of Choice Desert Cuttler Claw	\d	the	
    -_A86ED0ECFDA57C23	m0530cckde01	Fragment of Supreme Desert Cuttler Claw	a	the	Fragments of Supreme Desert Cuttler Claw	\d	the	
    -_5ABDCA3C5260E27A	m0530cckfc01	Fragment of Choice Forest Cuttler Claw	a	the	Fragments of Choice Forest Cuttler Claw	\d	the	
    -_BDC7EF9C8AD1ACD1	m0530cckfd01	Fragment of Excellent Forest Cuttler Claw	a	the	Fragments of Excellent Forest Cuttler Claw	\d	the	
    -_A85EF8F1FD95A426	m0530cckfe01	Fragment of Supreme Forest Cuttler Claw	a	the	Fragments of Supreme Forest Cuttler Claw	\d	the	
    -_19A7E55F0C7048B8	m0531cckca01	Basic Cuttler Ligament	a	the	Basic Cuttler Ligaments	\d	the	
    -_FCB9DDC9B7FA9CF4	m0531cckcb01	Fine Cuttler Ligament	a	the	Fine Cuttler Ligaments	\d	the	
    -_83F04B3546EB423E	m0531cckdc01	Choice Desert Cuttler Ligament	a	the	Choice Desert Cuttler Ligaments	\d	the	
    -_0210D68FFE586CDB	m0531cckde01	Supreme Desert Cuttler Ligament	a	the	Supreme Desert Cuttler Ligaments	\d	the	
    -_03F04F37468B4648	m0531cckfc01	Choice Forest Cuttler Ligament	a	the	Choice Forest Cuttler Ligaments	\d	the	
    -_EC759E900B431299	m0531cckfd01	Excellent Forest Cuttler Ligament	an	the	Excellent Forest Cuttler Ligaments	\d	the	
    -_4210D29C7E4894DD	m0531cckfe01	Supreme Forest Cuttler Ligament	a	the	Supreme Forest Cuttler Ligaments	\d	the	
    -_048A1A2F796DB7A9	m0533dxacb01	Phial of Basic Dante Sap	a	the	Phials of Basic Dante Sap	\d	the	
    -_1F99F65275A042B0	m0533dxacc01	Phial of Fine Dante Sap	a	the	Phials of Fine Dante Sap	\d	the	
    -_AA4604C22A5B194E	m0533dxadd01	Phial of Choice Desert Dante Sap	a	the	Phials of Choice Desert Dante Sap	\d	the	
    -_587C29FCC2DBAD95	m0533dxade01	Phial of Excellent Desert Dante Sap	a	the	Phials of Excellent Desert Dante Sap	\d	the	
    -_1E732B81E4013F88	m0533dxadf01	Phial of Supreme Desert Dante Sap	a	the	Phials of Supreme Desert Dante Sap	\d	the	
    -_6AE60CC52A4B4550	m0533dxafd01	Phial of Choice Forest Dante Sap	a	the	Phials of Choice Forest Dante Sap	\d	the	
    -_D87C2112C2DBAD95	m0533dxafe01	Phial of Excellent Forest Dante Sap	a	the	Phials of Excellent Forest Dante Sap	\d	the	
    -_9E732F83E4A14392	m0533dxaff01	Phial of Supreme Forest Dante Sap	a	the	Phials of Supreme Forest Dante Sap	\d	the	
    -_6947E0C2AA194156	m0533dxajd01	Phial of Choice Jungle Dante Sap	a	the	Phials of Choice Jungle Dante Sap	\d	the	
    -_56BC0122C4DBAD77	m0533dxaje01	Phial of Excellent Jungle Dante Sap	a	the	Phials of Excellent Jungle Dante Sap	\d	the	
    -_9F82137A22224398	m0533dxajf01	Phial of Supreme Jungle Dante Sap	a	the	Phials of Supreme Jungle Dante Sap	\d	the	
    -_071583A163349602	m0533dxald01	Phial of Choice Lakes Dante Sap	a	the	Phials of Choice Lakes Dante Sap	\d	the	
    -_A7562768D7CCF794	m0533dxale01	Phial of Excellent Lakes Dante Sap	a	the	Phials of Excellent Lakes Dante Sap	\d	the	
    -_D346FCED294D3C42	m0533dxalf01	Phial of Supreme Lakes Dante Sap	a	the	Phials of Supreme Lakes Dante Sap	\d	the	
    -_843AC5D53FBEC52C	m0533dxapd01	Phial of Choice Prime Root Dante Sap	a	the	Phials of Choice Prime Root Dante Sap	\d	the	
    -_FD1E6AD35325AE24	m0533dxape01	Phial of Excellent Prime Root Dante Sap	a	the	Phials of Excellent Prime Root Dante Sap	\d	the	
    -_04D029EBABED1BCE	m0533dxapf01	Phial of Supreme Prime Root Dante Sap	a	the	Phials of Supreme Prime Root Dante Sap	\d	the	
    -_9E3F8F149A73B5F7	m0534dxacb01	Portion of Basic Dung Resin	a	the	Portions of Basic Dung Resin	\d	the	
    -_2528985892A2505B	m0534dxacc01	Portion of Fine Dung Resin	a	the	Portions of Fine Dung Resin	\d	the	
    -_D88DA109CCFBB5C1	m0534dxadd01	Portion of Choice Desert Dung Resin	a	the	Portions of Choice Desert Dung Resin	\d	the	
    -_794EAE805233A444	m0534dxade01	Portion of Excellent Desert Dung Resin	a	the	Portions of Excellent Desert Dung Resin	\d	the	
    -_3461C3C6EAA85ED2	m0534dxadf01	Portion of Supreme Desert Dung Resin	a	the	Portions of Supreme Desert Dung Resin	\d	the	
    -_D8ADA109D03BB5C1	m0534dxafd01	Portion of Choice Forest Dung Resin	a	the	Portions of Choice Forest Dung Resin	\d	the	
    -_39EEB6835223D046	m0534dxafe01	Portion of Excellent Forest Dung Resin	a	the	Portions of Excellent Forest Dung Resin	\d	the	
    -_7451E7D46AA85ED3	m0534dxaff01	Portion of Supreme Forest Dung Resin	a	the	Portions of Supreme Forest Dung Resin	\d	the	
    -_50CBB105D4BBB5C1	m0534dxajd01	Portion of Choice Jungle Dung Resin	a	the	Portions of Choice Jungle Dung Resin	\d	the	
    -_384F8A80D2F1CC4C	m0534dxaje01	Portion of Excellent Jungle Dung Resin	a	the	Portions of Excellent Jungle Dung Resin	\d	the	
    -_3330EFE26BA822BD	m0534dxajf01	Portion of Supreme Jungle Dung Resin	a	the	Portions of Supreme Jungle Dung Resin	\d	the	
    -_588AF93BE788F1EA	m0534dxald01	Portion of Choice Lakes Dung Resin	a	the	Portions of Choice Lakes Dung Resin	\d	the	
    -_F00CE6AE068C1EC2	m0534dxale01	Portion of Excellent Lakes Dung Resin	a	the	Portions of Excellent Lakes Dung Resin	\d	the	
    -_D9A5223B4339652D	m0534dxalf01	Portion of Supreme Lakes Dung Resin	a	the	Portions of Supreme Lakes Dung Resin	\d	the	
    -_2FCEEA0E0B862658	m0534dxapd01	Portion of Choice Prime Root Dung Resin	a	the	Portions of Choice Prime Root Dung Resin	\d	the	
    -_10F20CB7AAE6B3FE	m0534dxape01	Portion of Excellent Prime Root Dung Resin	a	the	Portions of Excellent Prime Root Dung Resin	\d	the	
    -_3317022363ECF41C	m0534dxapf01	Portion of Supreme Prime Root Dung Resin	a	the	Portions of Supreme Prime Root Dung Resin	\d	the	
    -_429A4E3078ECBBB4	m0535dxacb01	Phial of Basic Enola Sap	a	the	Phials of Basic Enola Sap	\d	the	
    -_6269D653B87022B3	m0535dxacc01	Phial of Fine Enola Sap	a	the	Phials of Fine Enola Sap	\d	the	
    -_E85638C329DA1D59	m0535dxadd01	Phial of Choice Desert Enola Sap	a	the	Phials of Choice Desert Enola Sap	\d	the	
    -_58FCE9FE48FBAD97	m0535dxade01	Phial of Excellent Desert Enola Sap	a	the	Phials of Excellent Desert Enola Sap	\d	the	
    -_61832B7DE2D1538C	m0535dxadf01	Phial of Supreme Desert Enola Sap	a	the	Phials of Supreme Desert Enola Sap	\d	the	
    -_A8F640C629CA495B	m0535dxafd01	Phial of Choice Forest Enola Sap	a	the	Phials of Choice Forest Enola Sap	\d	the	
    -_D8FCE11448FBAD97	m0535dxafe01	Phial of Excellent Forest Enola Sap	a	the	Phials of Excellent Forest Enola Sap	\d	the	
    -_E1832F7FE2715796	m0535dxaff01	Phial of Supreme Forest Enola Sap	a	the	Phials of Supreme Forest Enola Sap	\d	the	
    -_A75714C3A9984561	m0535dxajd01	Phial of Choice Jungle Enola Sap	a	the	Phials of Choice Jungle Enola Sap	\d	the	
    -_563CC1244AFBAD79	m0535dxaje01	Phial of Excellent Jungle Enola Sap	a	the	Phials of Excellent Jungle Enola Sap	\d	the	
    -_E292137620F2579C	m0535dxajf01	Phial of Supreme Jungle Enola Sap	a	the	Phials of Supreme Jungle Enola Sap	\d	the	
    -_47E5879D6144BAFD	m0535dxald01	Phial of Choice Lakes Enola Sap	a	the	Phials of Choice Lakes Enola Sap	\d	the	
    -_EA662764D59C0B98	m0535dxale01	Phial of Excellent Lakes Enola Sap	a	the	Phials of Excellent Lakes Enola Sap	\d	the	
    -_1616DCEE6C1D1C45	m0535dxalf01	Phial of Supreme Lakes Enola Sap	a	the	Phials of Supreme Lakes Enola Sap	\d	the	
    -_81C9FDE37FBEC52A	m0535dxapd01	Phial of Choice Prime Root Enola Sap	a	the	Phials of Choice Prime Root Enola Sap	\d	the	
    -_40EE4AD496F58E27	m0535dxape01	Phial of Excellent Prime Root Enola Sap	a	the	Phials of Excellent Prime Root Enola Sap	\d	the	
    -_45F05DECABADFBCD	m0535dxapf01	Phial of Supreme Prime Root Enola Sap	a	the	Phials of Supreme Prime Root Enola Sap	\d	the	
    -_318905AD125FFEB0	m0536choca01	Fragment of Basic Frippo Eye	a	the	Fragments of Basic Frippo Eye	\d	the	
    -_649199EA48D851F8	m0536chocb01	Fragment of Fine Frippo Eye	a	the	Fragments of Fine Frippo Eye	\d	the	
    -_23245D9313F1FA8F	m0538choca01	Basic Frippo Nail	a	the	Basic Frippo Nails	\d	the	
    -_47751E670AA562BD	m0538chocb01	Fine Frippo Nail	a	the	Fine Frippo Nails	\d	the	
    -_DC475DDB32CE191C	m0539choca01	Fragment of Basic Frippo Pelvis	a	the	Fragments of Basic Frippo Pelvis	\d	the	
    -_1303C1D7CC686E31	m0539chocb01	Fragment of Fine Frippo Pelvis	a	the	Fragments of Fine Frippo Pelvis	\d	the	
    -_5EB13170A398A7A5	m0540choca01	Basic Frippo Tooth	a	the	Basic Frippo Teeth	\d	the	
    -_63479A86CD03DE3B	m0540chocb01	Fine Frippo Tooth	a	the	Fine Frippo Teeth	\d	the	
    -_DF3F8F149A73C5F4	m0541dxacb01	Portion of Basic Fung Resin	a	the	Portions of Basic Fung Resin	\d	the	
    -_E628985892A2505A	m0541dxacc01	Portion of Fine Fung Resin	a	the	Portions of Fine Fung Resin	\d	the	
    -_198DA109CCFBC5BE	m0541dxadd01	Portion of Choice Desert Fung Resin	a	the	Portions of Choice Desert Fung Resin	\d	the	
    -_3A4EAE825233A441	m0541dxade01	Portion of Excellent Desert Fung Resin	a	the	Portions of Excellent Desert Fung Resin	\d	the	
    -_7561C3C66AC85ECF	m0541dxadf01	Portion of Supreme Desert Fung Resin	a	the	Portions of Supreme Desert Fung Resin	\d	the	
    -_19ADA109D03BC5BE	m0541dxafd01	Portion of Choice Forest Fung Resin	a	the	Portions of Choice Forest Fung Resin	\d	the	
    -_FAEEB6855223D043	m0541dxafe01	Portion of Excellent Forest Fung Resin	a	the	Portions of Excellent Forest Fung Resin	\d	the	
    -_B551E7D4EAC85ED0	m0541dxaff01	Portion of Supreme Forest Fung Resin	a	the	Portions of Supreme Forest Fung Resin	\d	the	
    -_91CBB105D4BBC5BE	m0541dxajd01	Portion of Choice Jungle Fung Resin	a	the	Portions of Choice Jungle Fung Resin	\d	the	
    -_F94F8A82D2F1CC49	m0541dxaje01	Portion of Excellent Jungle Fung Resin	a	the	Portions of Excellent Jungle Fung Resin	\d	the	
    -_7430EFE2EBC822BA	m0541dxajf01	Portion of Supreme Jungle Fung Resin	a	the	Portions of Supreme Jungle Fung Resin	\d	the	
    -_198A013BE788F1E7	m0541dxald01	Portion of Choice Lakes Fung Resin	a	the	Portions of Choice Lakes Fung Resin	\d	the	
    -_310CE6AE86AC1EBF	m0541dxale01	Portion of Excellent Lakes Fung Resin	a	the	Portions of Excellent Lakes Fung Resin	\d	the	
    -_9AA5223B4339652C	m0541dxalf01	Portion of Supreme Lakes Fung Resin	a	the	Portions of Supreme Lakes Fung Resin	\d	the	
    -_70CEF20E0B862E55	m0541dxapd01	Portion of Choice Prime Root Fung Resin	a	the	Portions of Choice Prime Root Fung Resin	\d	the	
    -_D1F20CB7AAE6B3FD	m0541dxape01	Portion of Excellent Prime Root Fung Resin	a	the	Portions of Excellent Prime Root Fung Resin	\d	the	
    -_74370223E3ECF419	m0541dxapf01	Portion of Supreme Prime Root Fung Resin	a	the	Portions of Supreme Prime Root Fung Resin	\d	the	
    -_6F363102565CFB6C	m0542ccaca01	Basic Gingo Ligament	a	the	Basic Gingo Ligaments	\d	the	
    -_121463E39BB6B28A	m0542ccacb01	Fine Gingo Ligament	a	the	Fine Gingo Ligaments	\d	the	
    -_A6C8C93382D8358C	m0542ccafd01	Excellent Forest Gingo Ligament	an	the	Excellent Forest Gingo Ligaments	\d	the	
    -_FDA344F3AD39B230	m0542ccafe01	Supreme Forest Gingo Ligament	a	the	Supreme Forest Gingo Ligaments	\d	the	
    -_933A63D38CC6A558	m0542ccajc01	Choice Jungle Gingo Ligament	a	the	Choice Jungle Gingo Ligaments	\d	the	
    -_6497D13340A73D88	m0542ccajd01	Excellent Jungle Gingo Ligament	an	the	Excellent Jungle Gingo Ligaments	\d	the	
    -_A7134DE04B721F7B	m0543chqca01	Fragment of Basic Gnoof Eye	a	the	Fragments of Basic Gnoof Eye	\d	the	
    -_2A69BB97535285AE	m0543chqcb01	Fragment of Fine Gnoof Eye	a	the	Fragments of Fine Gnoof Eye	\d	the	
    -_5F3D1FC36D764963	m0543chqfc01	Fragment of Choice Forest Gnoof Eye	a	the	Fragments of Choice Forest Gnoof Eye	\d	the	
    -_CF2B1199D5F48800	m0543chqfd01	Fragment of Excellent Forest Gnoof Eye	a	the	Fragments of Excellent Forest Gnoof Eye	\d	the	
    -_66958F01A06ED987	m0543chqfe01	Fragment of Supreme Forest Gnoof Eye	a	the	Fragments of Supreme Forest Gnoof Eye	\d	the	
    -_1CD719B810D06392	m0544chqca01	Fragment of Basic Gnoof Skin	a	the	Fragments of Basic Gnoof Skin	\d	the	
    -_3DA949E8CB76D942	m0544chqcb01	Fragment of Fine Gnoof Skin	a	the	Fragments of Fine Gnoof Skin	\d	the	
    -_5083C771A928C979	m0544chqfc01	Fragment of Choice Forest Gnoof Skin	a	the	Fragments of Choice Forest Gnoof Skin	\d	the	
    -_CC0DBFCB62946F04	m0544chqfd01	Fragment of Excellent Forest Gnoof Skin	a	the	Fragments of Excellent Forest Gnoof Skin	\d	the	
    -_E9623572EFC85824	m0544chqfe01	Fragment of Supreme Forest Gnoof Skin	a	the	Fragments of Supreme Forest Gnoof Skin	\d	the	
    -_CA835DA5CDB3A5F8	m0545chqca01	Basic Gnoof Nail	a	the	Basic Gnoof Nails	\d	the	
    -_EC3CD988D1F1D60E	m0545chqcb01	Fine Gnoof Nail	a	the	Fine Gnoof Nails	\d	the	
    -_379ADF8C3ACA1FDC	m0545chqfc01	Choice Forest Gnoof Nail	a	the	Choice Forest Gnoof Nails	\d	the	
    -_4850814FAE12D3A9	m0545chqfd01	Excellent Forest Gnoof Nail	an	the	Excellent Forest Gnoof Nails	\d	the	
    -_3C3EE400BDF2D84D	m0545chqfe01	Supreme Forest Gnoof Nail	a	the	Supreme Forest Gnoof Nails	\d	the	
    -_1314EDAC5EF5C568	m0546chqca01	Fragment of Basic Gnoof Pelvis	a	the	Fragments of Basic Gnoof Pelvis	\d	the	
    -_A852381691D032F0	m0546chqcb01	Fragment of Fine Gnoof Pelvis	a	the	Fragments of Fine Gnoof Pelvis	\d	the	
    -_0A8D5A840C2EDF55	m0546chqfc01	Fragment of Choice Forest Gnoof Pelvis	a	the	Fragments of Choice Forest Gnoof Pelvis	\d	the	
    -_3C66AFE4D0210C89	m0546chqfd01	Fragment of Excellent Forest Gnoof Pelvis	a	the	Fragments of Excellent Forest Gnoof Pelvis	\d	the	
    -_B3217CAF49A828EA	m0546chqfe01	Fragment of Supreme Forest Gnoof Pelvis	a	the	Fragments of Supreme Forest Gnoof Pelvis	\d	the	
    -_9C7195ABD83A7297	m0547chqca01	Basic Gnoof Trunk	a	the	Basic Gnoof Trunks	\d	the	
    -_CC55BE991A802E78	m0547chqcb01	Fine Gnoof Trunk	a	the	Fine Gnoof Trunks	\d	the	
    -_8B794B420D962468	m0547chqfc01	Choice Forest Gnoof Trunk	a	the	Choice Forest Gnoof Trunks	\d	the	
    -_2C6451109706F156	m0547chqfd01	Excellent Forest Gnoof Trunk	an	the	Excellent Forest Gnoof Trunks	\d	the	
    -_2AF840DC9C7A5D62	m0547chqfe01	Supreme Forest Gnoof Trunk	a	the	Supreme Forest Gnoof Trunks	\d	the	
    -_68798DF074DBB10F	m0548cccca01	Fragment of Basic Goari Mandible	a	the	Fragments of Basic Goari Mandible	\d	the	
    -_8F9286D2A1C93E12	m0548ccccb01	Fragment of Fine Goari Mandible	a	the	Fragments of Fine Goari Mandible	\d	the	
    -_0CE44FC9DD84DFC7	m0548cccdc01	Fragment of Choice Desert Goari Mandible	a	the	Fragments of Choice Desert Goari Mandible	\d	the	
    -_FBC518384A727315	m0548cccde01	Fragment of Supreme Desert Goari Mandible	a	the	Fragments of Supreme Desert Goari Mandible	\d	the	
    -_33BFFC9945F6A8D0	m0548cccle01	Fragment of Supreme Lakes Goari Mandible	a	the	Fragments of Supreme Lakes Goari Mandible	\d	the	
    -_B0D672ECA51D64EF	m0549cccca01	Basic Goari Secretion	a	the	Basic Goari Secretions	\d	the	
    -_6D9C3FAE68F26B91	m0549ccccb01	Fine Goari Secretion	a	the	Fine Goari Secretions	\d	the	
    -_C92EE0D399D9E699	m0549cccdc01	Choice Desert Goari Secretion	a	the	Choice Desert Goari Secretions	\d	the	
    -_0E8F890041FEA176	m0549cccde01	Supreme Desert Goari Secretion	a	the	Supreme Desert Goari Secretions	\d	the	
    -_7D48B581A0A0D543	m0549cccle01	Supreme Lakes Goari Secretion	a	the	Supreme Lakes Goari Secretions	\d	the	
    -_DE5658C487500469	m0550cccca01	Fragment of Basic Goari Sting	a	the	Fragments of Basic Goari Sting	\d	the	
    -_554241ABD2A46F9B	m0550ccccb01	Fragment of Fine Goari Sting	a	the	Fragments of Fine Goari Sting	\d	the	
    -_18D15A4BF199623E	m0550cccdc01	Fragment of Choice Desert Goari Sting	a	the	Fragments of Choice Desert Goari Sting	\d	the	
    -_D69B92B6E6857405	m0550cccde01	Fragment of Supreme Desert Goari Sting	a	the	Fragments of Supreme Desert Goari Sting	\d	the	
    -_4CF0672D33D0B972	m0550cccle01	Fragment of Supreme Lakes Goari Sting	a	the	Fragments of Supreme Lakes Goari Sting	\d	the	
    -_1D38EDA94CE03F90	m0551cccca01	Fragment of Basic Goari Tail	a	the	Fragments of Basic Goari Tail	\d	the	
    -_FFA961EE4106D92B	m0551ccccb01	Fragment of Fine Goari Tail	a	the	Fragments of Fine Goari Tail	\d	the	
    -_11F477546538A576	m0551cccdc01	Fragment of Choice Desert Goari Tail	a	the	Fragments of Choice Desert Goari Tail	\d	the	
    -_E573D563ACC86824	m0551cccde01	Fragment of Supreme Desert Goari Tail	a	the	Fragments of Supreme Desert Goari Tail	\d	the	
    -_3757D7A951B243F5	m0551cccle01	Fragment of Supreme Lakes Goari Tail	a	the	Fragments of Supreme Lakes Goari Tail	\d	the	
    -_B077ADA9566FFEA6	m0552chxca01	Fragment of Basic Gubani Eye	a	the	Fragments of Basic Gubani Eye	\d	the	
    -_E5D189CC073859F4	m0552chxcb01	Fragment of Fine Gubani Eye	a	the	Fragments of Fine Gubani Eye	\d	the	
    -_A3026370F0C72877	m0552chxjc01	Fragment of Choice Jungle Gubani Eye	a	the	Fragments of Choice Jungle Gubani Eye	\d	the	
    -_EA62595225897752	m0552chxje01	Fragment of Supreme Jungle Gubani Eye	a	the	Fragments of Supreme Jungle Gubani Eye	\d	the	
    -_68366DF423BE0393	m0552chxpc01	Fragment of Choice Prime Root Gubani Eye	a	the	Fragments of Choice Prime Root Gubani Eye	\d	the	
    -_576783634D90259E	m0552chxpd01	Fragment of Excellent Prime Root Gubani Eye	a	the	Fragments of Excellent Prime Root Gubani Eye	\d	the	
    -_27B13FDC50F61689	m0552chxpe01	Fragment of Supreme Prime Root Gubani Eye	a	the	Fragments of Supreme Prime Root Gubani Eye	\d	the	
    -_EC2618CEC58DA53E	m0553chxca01	Fragment of Basic Gubani Skin	a	the	Fragments of Basic Gubani Skin	\d	the	
    -_DB2611A25B25F34A	m0553chxcb01	Fragment of Fine Gubani Skin	a	the	Fragments of Fine Gubani Skin	\d	the	
    -_64C21E6BB0E5EB06	m0553chxjc01	Fragment of Choice Jungle Gubani Skin	a	the	Fragments of Choice Jungle Gubani Skin	\d	the	
    -_59596E817D331363	m0553chxje01	Fragment of Supreme Jungle Gubani Skin	a	the	Fragments of Supreme Jungle Gubani Skin	\d	the	
    -_B59F8FFA4D21681E	m0553chxpc01	Fragment of Choice Prime Root Gubani Skin	a	the	Fragments of Choice Prime Root Gubani Skin	\d	the	
    -_C05AA802B06DAF05	m0553chxpd01	Fragment of Excellent Prime Root Gubani Skin	a	the	Fragments of Excellent Prime Root Gubani Skin	\d	the	
    -_65D2721669E5F46E	m0553chxpe01	Fragment of Supreme Prime Root Gubani Skin	a	the	Fragments of Supreme Prime Root Gubani Skin	\d	the	
    -_E443419615D0BE7E	m0554chxca01	Basic Gubani Nail	a	the	Basic Gubani Nails	\d	the	
    -_06451A588B755EAA	m0554chxcb01	Fine Gubani Nail	a	the	Fine Gubani Nails	\d	the	
    -_4E9BB74C385B2860	m0554chxjc01	Choice Jungle Gubani Nail	a	the	Choice Jungle Gubani Nails	\d	the	
    -_3758D64C60D76161	m0554chxje01	Supreme Jungle Gubani Nail	a	the	Supreme Jungle Gubani Nails	\d	the	
    -_97437CDAE7DE4872	m0554chxpc01	Choice Prime Root Gubani Nail	a	the	Choice Prime Root Gubani Nails	\d	the	
    -_2A9BDAE1BBBA2CD1	m0554chxpd01	Excellent Prime Root Gubani Nail	an	the	Excellent Prime Root Gubani Nails	\d	the	
    -_4A96E4CCB555D8A2	m0554chxpe01	Supreme Prime Root Gubani Nail	a	the	Supreme Prime Root Gubani Nails	\d	the	
    -_9D3621D4B5BDDD11	m0555chxca01	Fragment of Basic Gubani Pelvis	a	the	Fragments of Basic Gubani Pelvis	\d	the	
    -_D033C5C94D985A2B	m0555chxcb01	Fragment of Fine Gubani Pelvis	a	the	Fragments of Fine Gubani Pelvis	\d	the	
    -_4A6D93B662F447EC	m0555chxjc01	Fragment of Choice Jungle Gubani Pelvis	a	the	Fragments of Choice Jungle Gubani Pelvis	\d	the	
    -_E295FB3510063F8F	m0555chxje01	Fragment of Supreme Jungle Gubani Pelvis	a	the	Fragments of Supreme Jungle Gubani Pelvis	\d	the	
    -_7905DF1D690865E3	m0555chxpc01	Fragment of Choice Prime Root Gubani Pelvis	a	the	Fragments of Choice Prime Root Gubani Pelvis	\d	the	
    -_FA66707465B2929E	m0555chxpd01	Fragment of Excellent Prime Root Gubani Pelvis	a	the	Fragments of Excellent Prime Root Gubani Pelvis	\d	the	
    -_389900236A9AA38A	m0555chxpe01	Fragment of Supreme Prime Root Gubani Pelvis	a	the	Fragments of Supreme Prime Root Gubani Pelvis	\d	the	
    -_BF3FB7A8B0464982	m0556ccnca01	Fragment of Basic Horncher Mandible	a	the	Fragments of Basic Horncher Mandible	\d	the	
    -_63AB0665062D4237	m0556ccncb01	Fragment of Fine Horncher Mandible	a	the	Fragments of Fine Horncher Mandible	\d	the	
    -_7769898BD24A736A	m0556ccnfc01	Fragment of Choice Forest Horncher Mandible	a	the	Fragments of Choice Forest Horncher Mandible	\d	the	
    -_A63FFB25E2548CF4	m0556ccnlc01	Fragment of Choice Lakes Horncher Mandible	a	the	Fragments of Choice Lakes Horncher Mandible	\d	the	
    -_58A97C3464858C09	m0556ccnle01	Fragment of Supreme Lakes Horncher Mandible	a	the	Fragments of Supreme Lakes Horncher Mandible	\d	the	
    -_B534498A4A6BFDBB	m0556ccnpc01	Fragment of Choice Prime Root Horncher Mandible	a	the	Fragments of Choice Prime Root Horncher Mandible	\d	the	
    -_0E6FAD92FBA68D66	m0556ccnpe01	Fragment of Supreme Prime Root Horncher Mandible	a	the	Fragments of Supreme Prime Root Horncher Mandible	\d	the	
    -_09ECCF980BCC17ED	m0557ccnca01	Basic Horncher Secretion	a	the	Basic Horncher Secretions	\d	the	
    -_E45A2B718B02EC99	m0557ccncb01	Fine Horncher Secretion	a	the	Fine Horncher Secretions	\d	the	
    -_7603517F78E391D1	m0557ccnfc01	Choice Forest Horncher Secretion	a	the	Choice Forest Horncher Secretions	\d	the	
    -_DF9D38C0B34CEE82	m0557ccnlc01	Choice Lakes Horncher Secretion	a	the	Choice Lakes Horncher Secretions	\d	the	
    -_45D7A14C7DDB365F	m0557ccnle01	Supreme Lakes Horncher Secretion	a	the	Supreme Lakes Horncher Secretions	\d	the	
    -_0F0C376595C6F53B	m0557ccnpc01	Choice Prime Root Horncher Secretion	a	the	Choice Prime Root Horncher Secretions	\d	the	
    -_87C05A8DFBF47847	m0557ccnpe01	Supreme Prime Root Horncher Secretion	a	the	Supreme Prime Root Horncher Secretions	\d	the	
    -_E84AF956F0366516	m0558ccnca01	Fragment of Basic Horncher Sting	a	the	Fragments of Basic Horncher Sting	\d	the	
    -_DC2541E6715CF926	m0558ccncb01	Fragment of Fine Horncher Sting	a	the	Fragments of Fine Horncher Sting	\d	the	
    -_CCB5B73CD9CFBBD0	m0558ccnfc01	Fragment of Choice Forest Horncher Sting	a	the	Fragments of Choice Forest Horncher Sting	\d	the	
    -_C50CBEB27302D0E1	m0558ccnlc01	Fragment of Choice Lakes Horncher Sting	a	the	Fragments of Choice Lakes Horncher Sting	\d	the	
    -_8052B7AD158963E4	m0558ccnle01	Fragment of Supreme Lakes Horncher Sting	a	the	Fragments of Supreme Lakes Horncher Sting	\d	the	
    -_37C5E45426C93F50	m0558ccnpc01	Fragment of Choice Prime Root Horncher Sting	a	the	Fragments of Choice Prime Root Horncher Sting	\d	the	
    -_08CB2B8621A97CD6	m0558ccnpe01	Fragment of Supreme Prime Root Horncher Sting	a	the	Fragments of Supreme Prime Root Horncher Sting	\d	the	
    -_D5D1DD146A089955	m0559ccnca01	Fragment of Basic Horncher Tail	a	the	Fragments of Basic Horncher Tail	\d	the	
    -_64D3059211BA453F	m0559ccncb01	Fragment of Fine Horncher Tail	a	the	Fragments of Fine Horncher Tail	\d	the	
    -_42E85FFBD71F1339	m0559ccnfc01	Fragment of Choice Forest Horncher Tail	a	the	Fragments of Choice Forest Horncher Tail	\d	the	
    -_94C11A7900D61FE4	m0559ccnlc01	Fragment of Choice Lakes Horncher Tail	a	the	Fragments of Choice Lakes Horncher Tail	\d	the	
    -_56AC5B617237AF11	m0559ccnle01	Fragment of Supreme Lakes Horncher Tail	a	the	Fragments of Supreme Lakes Horncher Tail	\d	the	
    -_697DEFA76676CDDD	m0559ccnpc01	Fragment of Choice Prime Root Horncher Tail	a	the	Fragments of Choice Prime Root Horncher Tail	\d	the	
    -_B00F1110A6CA172C	m0559ccnpe01	Fragment of Supreme Prime Root Horncher Tail	a	the	Fragments of Supreme Prime Root Horncher Tail	\d	the	
    -_5BB8EDA008B0077D	m0560cbaca01	Fragment of Basic Igara Beak	a	the	Fragments of Basic Igara Beak	\d	the	
    -_35A921EEC1D6A932	m0560cbacb01	Fragment of Fine Igara Beak	a	the	Fragments of Fine Igara Beak	\d	the	
    -_433C9BC855634BF9	m0560cbajd01	Fragment of Excellent Jungle Igara Beak	a	the	Fragments of Excellent Jungle Igara Beak	\d	the	
    -_A7F2FD6A6297CC18	m0560cbaje01	Fragment of Supreme Jungle Igara Beak	a	the	Fragments of Supreme Jungle Igara Beak	\d	the	
    -_C6A3A18B4573E9DA	m0561cbaca01	Basic Igara Bone	a	the	Basic Igara Bones	\d	the	
    -_6C9CF5918BB18A14	m0561cbacb01	Fine Igara Bone	a	the	Fine Igara Bones	\d	the	
    -_3A6E6951A8720BC1	m0561cbajd01	Excellent Jungle Igara Bone	an	the	Excellent Jungle Igara Bones	\d	the	
    -_3E9F50047BD19C3C	m0561cbaje01	Supreme Jungle Igara Bone	a	the	Supreme Jungle Igara Bones	\d	the	
    -_ED763102568C5352	m0562cbaca01	Basic Igara Ligament	a	the	Basic Igara Ligaments	\d	the	
    -_122463E59BA67A87	m0562cbacb01	Fine Igara Ligament	a	the	Fine Igara Ligaments	\d	the	
    -_A177A13EFD770D93	m0562cbajd01	Excellent Jungle Igara Ligament	an	the	Excellent Jungle Igara Ligaments	\d	the	
    -_FEB2ECE46C2A9E34	m0562cbaje01	Supreme Jungle Igara Ligament	a	the	Supreme Jungle Igara Ligaments	\d	the	
    -_5BB8ED9C4AC06B96	m0564cbaca01	Fragment of Basic Igara Wing	a	the	Fragments of Basic Igara Wing	\d	the	
    -_BFA921EEC156113E	m0564cbacb01	Fragment of Fine Igara Wing	a	the	Fragments of Fine Igara Wing	\d	the	
    -_88FCCFCC9A237F01	m0564cbajd01	Fragment of Excellent Jungle Igara Wing	a	the	Fragments of Excellent Jungle Igara Wing	\d	the	
    -_A7B2316AEAD7201C	m0564cbaje01	Fragment of Supreme Jungle Igara Wing	a	the	Fragments of Supreme Jungle Igara Wing	\d	the	
    -_3473C9E7CDCF9605	m0565dxacb01	Basic Irin Oil	some	the	Basic Irin Oils	\d	the	
    -_414D6475D85579DA	m0565dxacc01	Fine Irin Oil	some	the	Fine Irin Oils	\d	the	
    -_9D1CFFA0713A50DD	m0565dxadd01	Choice Desert Irin Oil	some	the	Choice Desert Irin Oils	\d	the	
    -_56BEB235E50637BF	m0565dxade01	Excellent Desert Irin Oil	some	the	Excellent Desert Irin Oils	\d	the	
    -_395B8B5044723363	m0565dxadf01	Supreme Desert Irin Oil	some	the	Supreme Desert Irin Oils	\d	the	
    -_1D0C27A4B13A4CE8	m0565dxafd01	Choice Forest Irin Oil	some	the	Choice Forest Irin Oils	\d	the	
    -_56DEB235E94637BF	m0565dxafe01	Excellent Forest Irin Oil	some	the	Excellent Forest Irin Oils	\d	the	
    -_BB7B8B5344725B64	m0565dxaff01	Supreme Forest Irin Oil	some	the	Supreme Forest Irin Oils	\d	the	
    -_9ECB3F9DF05A00E7	m0565dxajd01	Choice Jungle Irin Oil	some	the	Choice Jungle Irin Oils	\d	the	
    -_CEFCC231EDC637BF	m0565dxaje01	Excellent Jungle Irin Oil	some	the	Excellent Jungle Irin Oils	\d	the	
    -_3DBB4F5000C07B64	m0565dxajf01	Supreme Jungle Irin Oil	some	the	Supreme Jungle Irin Oils	\d	the	
    -_E622631A05BF83B8	m0565dxald01	Choice Lakes Irin Oil	some	the	Choice Lakes Irin Oils	\d	the	
    -_3C7D8058FC2DE651	m0565dxale01	Excellent Lakes Irin Oil	some	the	Excellent Lakes Irin Oils	\d	the	
    -_E57ADA3C7C82E398	m0565dxalf01	Supreme Lakes Irin Oil	some	the	Supreme Lakes Irin Oils	\d	the	
    -_A04ED0EAE602543A	m0565dxapd01	Choice Prime Root Irin Oil	some	the	Choice Prime Root Irin Oils	\d	the	
    -_9D444B1C344C5874	m0565dxape01	Excellent Prime Root Irin Oil	some	the	Excellent Prime Root Irin Oils	\d	the	
    -_B82758EDED10F788	m0565dxapf01	Supreme Prime Root Irin Oil	some	the	Supreme Prime Root Irin Oils	\d	the	
    -_374B3DC48D125FBE	m0566cbbca01	Fragment of Basic Izam Beak	a	the	Fragments of Basic Izam Beak	\d	the	
    -_AC8D2B4F8CD3D5A1	m0566cbbcb01	Fragment of Fine Izam Beak	a	the	Fragments of Fine Izam Beak	\d	the	
    -_44CEB639D926970A	m0566cbbdd01	Fragment of Excellent Desert Izam Beak	a	the	Fragments of Excellent Desert Izam Beak	\d	the	
    -_15055711D88FDE65	m0566cbbde01	Fragment of Supreme Desert Izam Beak	a	the	Fragments of Supreme Desert Izam Beak	\d	the	
    -_F787C91C20A3C669	m0566cbblc01	Fragment of Choice Lakes Izam Beak	a	the	Fragments of Choice Lakes Izam Beak	\d	the	
    -_2C711BEAB07A877D	m0566cbbpe01	Fragment of Supreme Prime Root Izam Beak	a	the	Fragments of Supreme Prime Root Izam Beak	\d	the	
    -_82FA60D8879322DC	m0567cbbca01	Basic Izam Bone	a	the	Basic Izam Bones	\d	the	
    -_F9FB550E87F09D3F	m0567cbbcb01	Fine Izam Bone	a	the	Fine Izam Bones	\d	the	
    -_7D701FE7A966FCC4	m0567cbbdd01	Excellent Desert Izam Bone	an	the	Excellent Desert Izam Bones	\d	the	
    -_E22E586EA1FE90C2	m0567cbbde01	Supreme Desert Izam Bone	a	the	Supreme Desert Izam Bones	\d	the	
    -_DEE997E1A4C88B81	m0567cbblc01	Choice Lakes Izam Bone	a	the	Choice Lakes Izam Bones	\d	the	
    -_61046B39DC30E5DF	m0567cbbpe01	Supreme Prime Root Izam Bone	a	the	Supreme Prime Root Izam Bones	\d	the	
    -_13D342FFAC379E7C	m0568cbbca01	Basic Izam Ligament	a	the	Basic Izam Ligaments	\d	the	
    -_09F3A2A66BE48E86	m0568cbbcb01	Fine Izam Ligament	a	the	Fine Izam Ligaments	\d	the	
    -_73C52432647D9551	m0568cbbdd01	Excellent Desert Izam Ligament	an	the	Excellent Desert Izam Ligaments	\d	the	
    -_EFFE4DEBCC1A9534	m0568cbbde01	Supreme Desert Izam Ligament	a	the	Supreme Desert Izam Ligaments	\d	the	
    -_8DFB6372A6225DC8	m0568cbblc01	Choice Lakes Izam Ligament	a	the	Choice Lakes Izam Ligaments	\d	the	
    -_DB28895F9AF8C1A8	m0568cbbpe01	Supreme Prime Root Izam Ligament	a	the	Supreme Prime Root Izam Ligaments	\d	the	
    -_014B3DC48D92C7C0	m0570cbbca01	Fragment of Basic Izam Wing	a	the	Fragments of Basic Izam Wing	\d	the	
    -_301E7F4F8CD3C5A4	m0570cbbcb01	Fragment of Fine Izam Wing	a	the	Fragments of Fine Izam Wing	\d	the	
    -_C70EFA46DA779700	m0570cbbdd01	Fragment of Excellent Desert Izam Wing	a	the	Fragments of Excellent Desert Izam Wing	\d	the	
    -_5505570D1A9F4274	m0570cbbde01	Fragment of Supreme Desert Izam Wing	a	the	Fragments of Supreme Desert Izam Wing	\d	the	
    -_7A87512065A3C65F	m0570cbblc01	Fragment of Choice Lakes Izam Wing	a	the	Fragments of Choice Lakes Izam Wing	\d	the	
    -_6B412BFBF3BADB77	m0570cbbpe01	Fragment of Supreme Prime Root Izam Wing	a	the	Fragments of Supreme Prime Root Izam Wing	\d	the	
    -_ED37C8DCF60D593C	m0571ccjca01	Fragment of Basic Javing Beak	a	the	Fragments of Basic Javing Beak	\d	the	
    -_DA0631BB14E4A337	m0571ccjcb01	Fragment of Fine Javing Beak	a	the	Fragments of Fine Javing Beak	\d	the	
    -_BA963EC9CAA4E7CE	m0571ccjfd01	Fragment of Excellent Forest Javing Beak	a	the	Fragments of Excellent Forest Javing Beak	\d	the	
    -_51EA566C79B27F71	m0571ccjfe01	Fragment of Supreme Forest Javing Beak	a	the	Fragments of Supreme Forest Javing Beak	\d	the	
    -_A0D3458754C0DE87	m0572ccjca01	Basic Javing Bone	a	the	Basic Javing Bones	\d	the	
    -_C9345E544A14A2A4	m0572ccjcb01	Fine Javing Bone	a	the	Fine Javing Bones	\d	the	
    -_1BE9F52A20EF4319	m0572ccjfd01	Excellent Forest Javing Bone	an	the	Excellent Forest Javing Bones	\d	the	
    -_BC67564120997558	m0572ccjfe01	Supreme Forest Javing Bone	a	the	Supreme Forest Javing Bones	\d	the	
    -_6DD45905382B68E1	m0573ccjca01	Basic Javing Ligament	a	the	Basic Javing Ligaments	\d	the	
    -_B57A877C96BA736B	m0573ccjcb01	Fine Javing Ligament	a	the	Fine Javing Ligaments	\d	the	
    -_AA49496286FB49C9	m0573ccjfd01	Excellent Forest Javing Ligament	an	the	Excellent Forest Javing Ligaments	\d	the	
    -_C771D838097B3140	m0573ccjfe01	Supreme Forest Javing Ligament	a	the	Supreme Forest Javing Ligaments	\d	the	
    -_DE59CEF8B38158B4	m0574ccjca01	Basic Javing Leather	a	the	Basic Javing Leathers	\d	the	
    -_F5E59EF22539BFDA	m0574ccjcb01	Fine Javing Leather	a	the	Fine Javing Leathers	\d	the	
    -_E028519B0D5B5D98	m0574ccjfd01	Excellent Forest Javing Leather	an	the	Excellent Forest Javing Leathers	\d	the	
    -_50B26444E9696DA5	m0574ccjfe01	Supreme Forest Javing Leather	a	the	Supreme Forest Javing Leathers	\d	the	
    -_91D9A521CF53E9DA	m0575cpaca01	Handful of Basic Jubla Moss	a	the	Handfuls of Basic Jubla Moss	\d	the	
    -_A5C48362A241B865	m0575cpacb01	Handful of Fine Jubla Moss	a	the	Handfuls of Fine Jubla Moss	\d	the	
    -_C1079E05D6DE84D4	m0575cpape01	Handful of Supreme Prime Root Jubla Moss	a	the	Handfuls of Supreme Prime Root Jubla Moss	\d	the	
    -_2594099B94A00E76	m0576ccmca01	Basic Jugula Bone	a	the	Basic Jugula Bones	\d	the	
    -_0515566047F59AB4	m0576ccmcb01	Fine Jugula Bone	a	the	Fine Jugula Bones	\d	the	
    -_0E2D6758780BC459	m0576ccmfc01	Choice Forest Jugula Bone	a	the	Choice Forest Jugula Bones	\d	the	
    -_F8A8563B61FA317C	m0576ccmfe01	Supreme Forest Jugula Bone	a	the	Supreme Forest Jugula Bones	\d	the	
    -_9564C4DDA9DE186C	m0576ccmpc01	Choice Prime Root Jugula Bone	a	the	Choice Prime Root Jugula Bones	\d	the	
    -_27CB6ED339FAF4E7	m0576ccmpd01	Excellent Prime Root Jugula Bone	an	the	Excellent Prime Root Jugula Bones	\d	the	
    -_C92720C536C5D0B0	m0576ccmpe01	Supreme Prime Root Jugula Bone	a	the	Supreme Prime Root Jugula Bones	\d	the	
    -_6FE748E0FC7D4540	m0577ccmca01	Fragment of Basic Jugula Claw	a	the	Fragments of Basic Jugula Claw	\d	the	
    -_598659C41995C33E	m0577ccmcb01	Fragment of Fine Jugula Claw	a	the	Fragments of Fine Jugula Claw	\d	the	
    -_A9024E73E6C6A715	m0577ccmfc01	Fragment of Choice Forest Jugula Claw	a	the	Fragments of Choice Forest Jugula Claw	\d	the	
    -_D61B4E807BA2AF6E	m0577ccmfe01	Fragment of Supreme Forest Jugula Claw	a	the	Fragments of Supreme Forest Jugula Claw	\d	the	
    -_38C02FFE84B1982E	m0577ccmpc01	Fragment of Choice Prime Root Jugula Claw	a	the	Fragments of Choice Prime Root Jugula Claw	\d	the	
    -_3EBAF0246EDD7FF9	m0577ccmpd01	Fragment of Excellent Prime Root Jugula Claw	a	the	Fragments of Excellent Prime Root Jugula Claw	\d	the	
    -_E511320E24B67C78	m0577ccmpe01	Fragment of Supreme Prime Root Jugula Claw	a	the	Fragments of Supreme Prime Root Jugula Claw	\d	the	
    -_72D459FFF8CC5CEB	m0578ccmca01	Basic Jugula Ligament	a	the	Basic Jugula Ligaments	\d	the	
    -_2DFC877C57FA6388	m0578ccmcb01	Fine Jugula Ligament	a	the	Fine Jugula Ligaments	\d	the	
    -_0B2CC7E92C7802A1	m0578ccmfc01	Choice Forest Jugula Ligament	a	the	Choice Forest Jugula Ligaments	\d	the	
    -_C711D03E867DF559	m0578ccmfe01	Supreme Forest Jugula Ligament	a	the	Supreme Forest Jugula Ligaments	\d	the	
    -_3A83AD1BB52BCD07	m0578ccmpc01	Choice Prime Root Jugula Ligament	a	the	Choice Prime Root Jugula Ligaments	\d	the	
    -_0933125E4CFEAA45	m0578ccmpd01	Excellent Prime Root Jugula Ligament	an	the	Excellent Prime Root Jugula Ligaments	\d	the	
    -_AB2AC48448AE6AD1	m0578ccmpe01	Supreme Prime Root Jugula Ligament	a	the	Supreme Prime Root Jugula Ligaments	\d	the	
    -_E3F9C6042FA288AA	m0579ccmca01	Basic Jugula Leather	a	the	Basic Jugula Leathers	\d	the	
    -_31269EEC669A7BFF	m0579ccmcb01	Fine Jugula Leather	a	the	Fine Jugula Leathers	\d	the	
    -_9132E8F4261BED7F	m0579ccmfc01	Choice Forest Jugula Leather	a	the	Choice Forest Jugula Leathers	\d	the	
    -_D07328522A2A31B8	m0579ccmfe01	Supreme Forest Jugula Leather	a	the	Supreme Forest Jugula Leathers	\d	the	
    -_69F8C543F28112A6	m0579ccmpc01	Choice Prime Root Jugula Leather	a	the	Choice Prime Root Jugula Leathers	\d	the	
    -_4A2EA682C6412D8E	m0579ccmpd01	Excellent Prime Root Jugula Leather	an	the	Excellent Prime Root Jugula Leathers	\d	the	
    -_208C6CE794390503	m0579ccmpe01	Supreme Prime Root Jugula Leather	a	the	Supreme Prime Root Jugula Leathers	\d	the	
    -_6AC949F1358AB501	m0580ckgca01	Fragment of Basic Kiban Mandible	a	the	Fragments of Basic Kiban Mandible	\d	the	
    -_D032AAC1E2E962F9	m0580ckgcb01	Fragment of Fine Kiban Mandible	a	the	Fragments of Fine Kiban Mandible	\d	the	
    -_0E340BCA9E33E3B9	m0580ckgdc01	Fragment of Choice Desert Kiban Mandible	a	the	Fragments of Choice Desert Kiban Mandible	\d	the	
    -_30C563F5A8D8B56A	m0580ckgfd01	Fragment of Excellent Forest Kiban Mandible	a	the	Fragments of Excellent Forest Kiban Mandible	\d	the	
    -_8D54BBDA9FE223B0	m0580ckgjc01	Fragment of Choice Jungle Kiban Mandible	a	the	Fragments of Choice Jungle Kiban Mandible	\d	the	
    -_F56FDF178FB47C0D	m0580ckgld01	Fragment of Excellent Lakes Kiban Mandible	a	the	Fragments of Excellent Lakes Kiban Mandible	\d	the	
    -_745F20888616CCB7	m0580ckgle01	Fragment of Supreme Lakes Kiban Mandible	a	the	Fragments of Supreme Lakes Kiban Mandible	\d	the	
    -_0FC840F215998338	m0580ckgpc01	Fragment of Choice Prime Root Kiban Mandible	a	the	Fragments of Choice Prime Root Kiban Mandible	\d	the	
    -_2C2991683EE04193	m0580ckgpd01	Fragment of Excellent Prime Root Kiban Mandible	a	the	Fragments of Excellent Prime Root Kiban Mandible	\d	the	
    -_1616EF28DB9A55C8	m0580ckgpe01	Fragment of Supreme Prime Root Kiban Mandible	a	the	Fragments of Supreme Prime Root Kiban Mandible	\d	the	
    -_311672ECE7DC24E2	m0581ckgca01	Basic Kiban Secretion	a	the	Basic Kiban Secretions	\d	the	
    -_EEDC5FAE69729367	m0581ckgcb01	Fine Kiban Secretion	a	the	Fine Kiban Secretions	\d	the	
    -_4A6EE0D3DB98A68C	m0581ckgdc01	Choice Desert Kiban Secretion	a	the	Choice Desert Kiban Secretions	\d	the	
    -_FA95BD8E30EC31D0	m0581ckgfd01	Excellent Forest Kiban Secretion	an	the	Excellent Forest Kiban Secretions	\d	the	
    -_CB6EA4C4DA67D2A2	m0581ckgjc01	Choice Jungle Kiban Secretion	a	the	Choice Jungle Kiban Secretions	\d	the	
    -_1202B103FD7A24CB	m0581ckgld01	Excellent Lakes Kiban Secretion	an	the	Excellent Lakes Kiban Secretions	\d	the	
    -_FE88D581A120FD19	m0581ckgle01	Supreme Lakes Kiban Secretion	a	the	Supreme Lakes Kiban Secretions	\d	the	
    -_29752EDA748B2D2C	m0581ckgpc01	Choice Prime Root Kiban Secretion	a	the	Choice Prime Root Kiban Secretions	\d	the	
    -_CAD362A404DA8E30	m0581ckgpd01	Excellent Prime Root Kiban Secretion	an	the	Excellent Prime Root Kiban Secretions	\d	the	
    -_B756D87644B00BA3	m0581ckgpe01	Supreme Prime Root Kiban Secretion	a	the	Supreme Prime Root Kiban Secretions	\d	the	
    -_5BB6FCC907100470	m0582ckgca01	Fragment of Basic Kiban Sting	a	the	Fragments of Basic Kiban Sting	\d	the	
    -_1692119B92047F9D	m0582ckgcb01	Fragment of Fine Kiban Sting	a	the	Fragments of Fine Kiban Sting	\d	the	
    -_9531FE5071596245	m0582ckgdc01	Fragment of Choice Desert Kiban Sting	a	the	Fragments of Choice Desert Kiban Sting	\d	the	
    -_24E632E31A00AFFA	m0582ckgfd01	Fragment of Excellent Forest Kiban Sting	a	the	Fragments of Excellent Forest Kiban Sting	\d	the	
    -_D3520266F2684A38	m0582ckgjc01	Fragment of Choice Jungle Kiban Sting	a	the	Fragments of Choice Jungle Kiban Sting	\d	the	
    -_9C6A89CA7B4420C6	m0582ckgld01	Fragment of Excellent Lakes Kiban Sting	a	the	Fragments of Excellent Lakes Kiban Sting	\d	the	
    -_0D40371DF330C974	m0582ckgle01	Fragment of Supreme Lakes Kiban Sting	a	the	Fragments of Supreme Lakes Kiban Sting	\d	the	
    -_B44FF72FFF844316	m0582ckgpc01	Fragment of Choice Prime Root Kiban Sting	a	the	Fragments of Choice Prime Root Kiban Sting	\d	the	
    -_FBC6A8FBE74C3B58	m0582ckgpd01	Fragment of Excellent Prime Root Kiban Sting	a	the	Fragments of Excellent Prime Root Kiban Sting	\d	the	
    -_E504C300D215D85F	m0582ckgpe01	Fragment of Supreme Prime Root Kiban Sting	a	the	Fragments of Supreme Prime Root Kiban Sting	\d	the	
    -_1F77ADA4CDA03F92	m0583ckgca01	Fragment of Basic Kiban Tail	a	the	Fragments of Basic Kiban Tail	\d	the	
    -_C0A989CCC2C6F92D	m0583ckgcb01	Fragment of Fine Kiban Tail	a	the	Fragments of Fine Kiban Tail	\d	the	
    -_1333374FE6F8A578	m0583ckgdc01	Fragment of Choice Desert Kiban Tail	a	the	Fragments of Choice Desert Kiban Tail	\d	the	
    -_CB9DEFB3DD549FEB	m0583ckgfd01	Fragment of Excellent Forest Kiban Tail	a	the	Fragments of Excellent Forest Kiban Tail	\d	the	
    -_1202636B67F86963	m0583ckgjc01	Fragment of Choice Jungle Kiban Tail	a	the	Fragments of Choice Jungle Kiban Tail	\d	the	
    -_53E015873D47F8E1	m0583ckgld01	Fragment of Excellent Lakes Kiban Tail	a	the	Fragments of Excellent Lakes Kiban Tail	\d	the	
    -_F857FF87D27263F7	m0583ckgle01	Fragment of Supreme Lakes Kiban Tail	a	the	Fragments of Supreme Lakes Kiban Tail	\d	the	
    -_E875DD2389B0D44B	m0583ckgpc01	Fragment of Choice Prime Root Kiban Tail	a	the	Fragments of Choice Prime Root Kiban Tail	\d	the	
    -_323F8363081EC5D7	m0583ckgpd01	Fragment of Excellent Prime Root Kiban Tail	a	the	Fragments of Excellent Prime Root Kiban Tail	\d	the	
    -_E522E0AF18921685	m0583ckgpe01	Fragment of Supreme Prime Root Kiban Tail	a	the	Fragments of Supreme Prime Root Kiban Tail	\d	the	
    -_7118B2ABC5A25460	m0584ckaca01	Basic Kidinak Secretion	a	the	Basic Kidinak Secretions	\d	the	
    -_A95263C28CA004FE	m0584ckacb01	Fine Kidinak Secretion	a	the	Fine Kidinak Secretions	\d	the	
    -_BAD29DE1C8E40F02	m0584ckape01	Supreme Prime Root Kidinak Secretion	a	the	Supreme Prime Root Kidinak Secretions	\d	the	
    -_F53CF65941DA1151	m0585ckdca01	Fragment of Basic Kincher Mandible	a	the	Fragments of Basic Kincher Mandible	\d	the	
    -_FC21BE58B35B363F	m0585ckdcb01	Fragment of Fine Kincher Mandible	a	the	Fragments of Fine Kincher Mandible	\d	the	
    -_AE786C3AEB20262A	m0585ckddc01	Fragment of Choice Desert Kincher Mandible	a	the	Fragments of Choice Desert Kincher Mandible	\d	the	
    -_7CF4670784CDB6F3	m0585ckddd01	Fragment of Excellent Desert Kincher Mandible	a	the	Fragments of Excellent Desert Kincher Mandible	\d	the	
    -_B64D91412C6E5569	m0585ckdde01	Fragment of Supreme Desert Kincher Mandible	a	the	Fragments of Supreme Desert Kincher Mandible	\d	the	
    -_EE886845ED40262A	m0585ckdfc01	Fragment of Choice Forest Kincher Mandible	a	the	Fragments of Choice Forest Kincher Mandible	\d	the	
    -_FE14670A84CDDEF4	m0585ckdfd01	Fragment of Excellent Forest Kincher Mandible	a	the	Fragments of Excellent Forest Kincher Mandible	\d	the	
    -_B62DE1472C6E556B	m0585ckdfe01	Fragment of Supreme Forest Kincher Mandible	a	the	Fragments of Supreme Forest Kincher Mandible	\d	the	
    -_6937604B7080261B	m0585ckdjc01	Fragment of Choice Jungle Kincher Mandible	a	the	Fragments of Choice Jungle Kincher Mandible	\d	the	
    -_80542B07401BFEF4	m0585ckdjd01	Fragment of Excellent Jungle Kincher Mandible	a	the	Fragments of Excellent Jungle Kincher Mandible	\d	the	
    -_B6AB11532C6EDD5D	m0585ckdje01	Fragment of Supreme Jungle Kincher Mandible	a	the	Fragments of Supreme Jungle Kincher Mandible	\d	the	
    -_430957825F241097	m0585ckdlc01	Fragment of Choice Lakes Kincher Mandible	a	the	Fragments of Choice Lakes Kincher Mandible	\d	the	
    -_2EC57B8D526ED569	m0585ckdld01	Fragment of Excellent Lakes Kincher Mandible	a	the	Fragments of Excellent Lakes Kincher Mandible	\d	the	
    -_F34E482716466B09	m0585ckdle01	Fragment of Supreme Lakes Kincher Mandible	a	the	Fragments of Supreme Lakes Kincher Mandible	\d	the	
    -_92F5769FEDFF1A46	m0585ckdpc01	Fragment of Choice Prime Root Kincher Mandible	a	the	Fragments of Choice Prime Root Kincher Mandible	\d	the	
    -_2BC8D9DEFD63D5DE	m0585ckdpd01	Fragment of Excellent Prime Root Kincher Mandible	a	the	Fragments of Excellent Prime Root Kincher Mandible	\d	the	
    -_A50651B1F7BDFDE1	m0585ckdpe01	Fragment of Supreme Prime Root Kincher Mandible	a	the	Fragments of Supreme Prime Root Kincher Mandible	\d	the	
    -_33589AAC09423C6C	m0586ckdca01	Basic Kincher Secretion	a	the	Basic Kincher Secretions	\d	the	
    -_2B527FC68E8014FA	m0586ckdcb01	Fine Kincher Secretion	a	the	Fine Kincher Secretions	\d	the	
    -_6181BC9B3E9BA537	m0586ckddc01	Choice Desert Kincher Secretion	a	the	Choice Desert Kincher Secretions	\d	the	
    -_61B032FC5E41C642	m0586ckddd01	Excellent Desert Kincher Secretion	an	the	Excellent Desert Kincher Secretions	\d	the	
    -_64C7CA59232702AC	m0586ckdde01	Supreme Desert Kincher Secretion	a	the	Supreme Desert Kincher Secretions	\d	the	
    -_E191BC9C00BBA141	m0586ckdfc01	Choice Forest Kincher Secretion	a	the	Choice Forest Kincher Secretions	\d	the	
    -_61C036FDA001CE42	m0586ckdfd01	Excellent Forest Kincher Secretion	an	the	Excellent Forest Kincher Secretions	\d	the	
    -_64B7F25E23172AAF	m0586ckdfe01	Supreme Forest Kincher Secretion	a	the	Supreme Forest Kincher Secretions	\d	the	
    -_1E20C48DC11B9147	m0586ckdjc01	Choice Jungle Kincher Secretion	a	the	Choice Jungle Kincher Secretions	\d	the	
    -_9D5E22FF21A2DE42	m0586ckdjd01	Excellent Jungle Kincher Secretion	an	the	Excellent Jungle Kincher Secretions	\d	the	
    -_E476CE5FA3D606AC	m0586ckdje01	Supreme Jungle Kincher Secretion	a	the	Supreme Jungle Kincher Secretions	\d	the	
    -_9334616088989E95	m0586ckdlc01	Choice Lakes Kincher Secretion	a	the	Choice Lakes Kincher Secretions	\d	the	
    -_AF92F2689B2DB116	m0586ckdld01	Excellent Lakes Kincher Secretion	an	the	Excellent Lakes Kincher Secretions	\d	the	
    -_8EFE09A185EC49B8	m0586ckdle01	Supreme Lakes Kincher Secretion	a	the	Supreme Lakes Kincher Secretions	\d	the	
    -_3E182A99476035BA	m0586ckdpc01	Choice Prime Root Kincher Secretion	a	the	Choice Prime Root Kincher Secretions	\d	the	
    -_6B85DB9AB125B36F	m0586ckdpd01	Excellent Prime Root Kincher Secretion	an	the	Excellent Prime Root Kincher Secretions	\d	the	
    -_B812EDE189E4470C	m0586ckdpe01	Supreme Prime Root Kincher Secretion	a	the	Supreme Prime Root Kincher Secretions	\d	the	
    -_259351661D38B878	m0587ckdca01	Fragment of Basic Kincher Tail	a	the	Fragments of Basic Kincher Tail	\d	the	
    -_B2753CE9090B6AF1	m0587ckdcb01	Fragment of Fine Kincher Tail	a	the	Fragments of Fine Kincher Tail	\d	the	
    -_5AECC2324B61D266	m0587ckddc01	Fragment of Choice Desert Kincher Tail	a	the	Fragments of Choice Desert Kincher Tail	\d	the	
    -_FC84338110419CBC	m0587ckddd01	Fragment of Excellent Desert Kincher Tail	a	the	Fragments of Excellent Desert Kincher Tail	\d	the	
    -_30ACD8D582638413	m0587ckdde01	Fragment of Supreme Desert Kincher Tail	a	the	Fragments of Supreme Desert Kincher Tail	\d	the	
    -_1C0CBE3ECB71D265	m0587ckdfc01	Fragment of Choice Forest Kincher Tail	a	the	Fragments of Choice Forest Kincher Tail	\d	the	
    -_7E945B8510519CBC	m0587ckdfd01	Fragment of Excellent Forest Kincher Tail	a	the	Fragments of Excellent Forest Kincher Tail	\d	the	
    -_309C00DA8253AC16	m0587ckdfe01	Fragment of Supreme Forest Kincher Tail	a	the	Fragments of Supreme Forest Kincher Tail	\d	the	
    -_DD6CAE480800DA52	m0587ckdjc01	Fragment of Choice Jungle Kincher Tail	a	the	Fragments of Choice Jungle Kincher Tail	\d	the	
    -_8093738D4CE068B1	m0587ckdjd01	Fragment of Excellent Jungle Kincher Tail	a	the	Fragments of Excellent Jungle Kincher Tail	\d	the	
    -_B05BDCDB02128813	m0587ckdje01	Fragment of Supreme Jungle Kincher Tail	a	the	Fragments of Supreme Jungle Kincher Tail	\d	the	
    -_80332F5B6FBE2601	m0587ckdlc01	Fragment of Choice Lakes Kincher Tail	a	the	Fragments of Choice Lakes Kincher Tail	\d	the	
    -_7F688BFFD11F3B35	m0587ckdld01	Fragment of Excellent Lakes Kincher Tail	a	the	Fragments of Excellent Lakes Kincher Tail	\d	the	
    -_A9E17DB06CB7E8C3	m0587ckdle01	Fragment of Supreme Lakes Kincher Tail	a	the	Fragments of Supreme Lakes Kincher Tail	\d	the	
    -_55347ECC3675144D	m0587ckdpc01	Fragment of Choice Prime Root Kincher Tail	a	the	Fragments of Choice Prime Root Kincher Tail	\d	the	
    -_121CF68522136A7A	m0587ckdpd01	Fragment of Excellent Prime Root Kincher Tail	a	the	Fragments of Excellent Prime Root Kincher Tail	\d	the	
    -_A01B4979CCFC7B57	m0587ckdpe01	Fragment of Supreme Prime Root Kincher Tail	a	the	Fragments of Supreme Prime Root Kincher Tail	\d	the	
    -_20A4FA0E504108E5	m0588ckbca01	Basic Kinrey Secretion	a	the	Basic Kinrey Secretions	\d	the	
    -_FAAA16A527FCA402	m0588ckbcb01	Fine Kinrey Secretion	a	the	Fine Kinrey Secretions	\d	the	
    -_FEB2FC382A7510D9	m0588ckbcd01	Excellent Kinrey Secretion	an	the	Excellent Kinrey Secretions	\d	the	
    -_8AED60E48ABC026B	m0588ckbdc01	Choice Desert Kinrey Secretion	a	the	Choice Desert Kinrey Secretions	\d	the	
    -_2E397EBC13AE2516	m0588ckbpe01	Supreme Prime Root Kinrey Secretion	a	the	Supreme Prime Root Kinrey Secretions	\d	the	
    -_F5362CD27D5DE93B	m0589ckbca01	Fragment of Basic Kinrey Tail	a	the	Fragments of Basic Kinrey Tail	\d	the	
    -_A09731BD5534DF51	m0589ckbcb01	Fragment of Fine Kinrey Tail	a	the	Fragments of Fine Kinrey Tail	\d	the	
    -_8BD75DFE62187AE4	m0589ckbcd01	Fragment of Excellent Kinrey Tail	a	the	Fragments of Excellent Kinrey Tail	\d	the	
    -_2FB12E59E7A64710	m0589ckbdc01	Fragment of Choice Desert Kinrey Tail	a	the	Fragments of Choice Desert Kinrey Tail	\d	the	
    -_A2827626A5966072	m0589ckbpe01	Fragment of Supreme Prime Root Kinrey Tail	a	the	Fragments of Supreme Prime Root Kinrey Tail	\d	the	
    -_AA3959FF34CAED01	m0590ckhca01	Fragment of Basic Kipee Mandible	a	the	Fragments of Basic Kipee Mandible	\d	the	
    -_943286C5A7E93EFD	m0590ckhcb01	Fragment of Fine Kipee Mandible	a	the	Fragments of Fine Kipee Mandible	\d	the	
    -_4EA41BD89D731BB9	m0590ckhdc01	Fragment of Choice Desert Kipee Mandible	a	the	Fragments of Choice Desert Kipee Mandible	\d	the	
    -_748563F3E9B86D74	m0590ckhdd01	Fragment of Excellent Desert Kipee Mandible	a	the	Fragments of Excellent Desert Kipee Mandible	\d	the	
    -_3BF444255192830D	m0590ckhde01	Fragment of Supreme Desert Kipee Mandible	a	the	Fragments of Supreme Desert Kipee Mandible	\d	the	
    -_8EA417E51D6343BB	m0590ckhfc01	Fragment of Choice Forest Kipee Mandible	a	the	Fragments of Choice Forest Kipee Mandible	\d	the	
    -_78C563F5E9D86D72	m0590ckhfd01	Fragment of Excellent Forest Kipee Mandible	a	the	Fragments of Excellent Forest Kipee Mandible	\d	the	
    -_3BF46C28D3B2830E	m0590ckhfe01	Fragment of Supreme Forest Kipee Mandible	a	the	Fragments of Supreme Forest Kipee Mandible	\d	the	
    -_CDC4CBE89E225BB0	m0590ckhjc01	Fragment of Choice Jungle Kipee Mandible	a	the	Fragments of Choice Jungle Kipee Mandible	\d	the	
    -_F3AFF31B54B47C0D	m0590ckhld01	Fragment of Excellent Lakes Kipee Mandible	a	the	Fragments of Excellent Lakes Kipee Mandible	\d	the	
    -_4FC840F21449CB46	m0590ckhpc01	Fragment of Choice Prime Root Kipee Mandible	a	the	Fragments of Choice Prime Root Kipee Mandible	\d	the	
    -_F0296D6C03E01D97	m0590ckhpd01	Fragment of Excellent Prime Root Kipee Mandible	a	the	Fragments of Excellent Prime Root Kipee Mandible	\d	the	
    -_5616CB2C5EDA8DC8	m0590ckhpe01	Fragment of Supreme Prime Root Kipee Mandible	a	the	Fragments of Supreme Prime Root Kipee Mandible	\d	the	
    -_711672ECE68C6CF0	m0591ckhca01	Basic Kipee Secretion	a	the	Basic Kipee Secretions	\d	the	
    -_36DC5FAEAA724B6F	m0591ckhcb01	Fine Kipee Secretion	a	the	Fine Kipee Secretions	\d	the	
    -_8A6EE0D3DA48EE9A	m0591ckhdc01	Choice Desert Kipee Secretion	a	the	Choice Desert Kipee Secretions	\d	the	
    -_BA859991333C45D4	m0591ckhdd01	Excellent Desert Kipee Secretion	an	the	Excellent Desert Kipee Secretions	\d	the	
    -_508F79F3464DED68	m0591ckhde01	Supreme Desert Kipee Secretion	a	the	Supreme Desert Kipee Secretions	\d	the	
    -_0A6EE0D61A3812A6	m0591ckhfc01	Choice Forest Kipee Secretion	a	the	Choice Forest Kipee Secretions	\d	the	
    -_3A959992F55C41DE	m0591ckhfd01	Excellent Forest Kipee Secretion	an	the	Excellent Forest Kipee Secretions	\d	the	
    -_509F79F5C85D156A	m0591ckhfe01	Supreme Forest Kipee Secretion	a	the	Supreme Forest Kipee Secretions	\d	the	
    -_0B6EA4C4D9171AB0	m0591ckhjc01	Choice Jungle Kipee Secretion	a	the	Choice Jungle Kipee Secretions	\d	the	
    -_5272C111FCBA5CCB	m0591ckhld01	Excellent Lakes Kipee Secretion	an	the	Excellent Lakes Kipee Secretions	\d	the	
    -_69E53EE873CB652C	m0591ckhpc01	Choice Prime Root Kipee Secretion	a	the	Choice Prime Root Kipee Secretions	\d	the	
    -_8ED362A4454A7A42	m0591ckhpd01	Excellent Prime Root Kipee Secretion	an	the	Excellent Prime Root Kipee Secretions	\d	the	
    -_B596EC7A09B00BA3	m0591ckhpe01	Supreme Prime Root Kipee Secretion	a	the	Supreme Prime Root Kipee Secretions	\d	the	
    -_1D27F5B20EA03F91	m0592ckhca01	Fragment of Basic Kipee Tail	a	the	Fragments of Basic Kipee Tail	\d	the	
    -_00A941D40BC6F92C	m0592ckhcb01	Fragment of Fine Kipee Tail	a	the	Fragments of Fine Kipee Tail	\d	the	
    -_11E37F5D27F8A577	m0592ckhdc01	Fragment of Choice Desert Kipee Tail	a	the	Fragments of Choice Desert Kipee Tail	\d	the	
    -_0D6DCBB620247BEF	m0592ckhdd01	Fragment of Excellent Desert Kipee Tail	a	the	Fragments of Excellent Desert Kipee Tail	\d	the	
    -_A942215DEF485818	m0592ckhde01	Fragment of Supreme Desert Kipee Tail	a	the	Fragments of Supreme Desert Kipee Tail	\d	the	
    -_51D3A36BA7F8A578	m0592ckhfc01	Fragment of Choice Forest Kipee Tail	a	the	Fragments of Choice Forest Kipee Tail	\d	the	
    -_8F9DCBB7A2547BEE	m0592ckhfd01	Fragment of Excellent Forest Kipee Tail	a	the	Fragments of Excellent Forest Kipee Tail	\d	the	
    -_2B524961EF585818	m0592ckhfe01	Fragment of Supreme Forest Kipee Tail	a	the	Fragments of Supreme Forest Kipee Tail	\d	the	
    -_10B2AB79A8F86962	m0592ckhjc01	Fragment of Choice Jungle Kipee Tail	a	the	Fragments of Choice Jungle Kipee Tail	\d	the	
    -_D5204D877E47D4E4	m0592ckhld01	Fragment of Excellent Lakes Kipee Tail	a	the	Fragments of Excellent Lakes Kipee Tail	\d	the	
    -_E6B51523CA20E458	m0592ckhpc01	Fragment of Choice Prime Root Kipee Tail	a	the	Fragments of Choice Prime Root Kipee Tail	\d	the	
    -_723F3B6B511EC5D6	m0592ckhpd01	Fragment of Excellent Prime Root Kipee Tail	a	the	Fragments of Excellent Prime Root Kipee Tail	\d	the	
    -_A922E0AF17D22A88	m0592ckhpe01	Fragment of Supreme Prime Root Kipee Tail	a	the	Fragments of Supreme Prime Root Kipee Tail	\d	the	
    -_B5DE2A5D43DA113E	m0593ckjca01	Fragment of Basic Kipesta Mandible	a	the	Fragments of Basic Kipesta Mandible	\d	the	
    -_F812A669777B3E3D	m0593ckjcb01	Fragment of Fine Kipesta Mandible	a	the	Fragments of Fine Kipesta Mandible	\d	the	
    -_6E1AA03EED202617	m0593ckjdc01	Fragment of Choice Desert Kipesta Mandible	a	the	Fragments of Choice Desert Kipesta Mandible	\d	the	
    -_7A8DA141AD6ECD85	m0593ckjde01	Fragment of Supreme Desert Kipesta Mandible	a	the	Fragments of Supreme Desert Kipesta Mandible	\d	the	
    -_BF14231983DE12F4	m0593ckjfd01	Fragment of Excellent Forest Kipesta Mandible	a	the	Fragments of Excellent Forest Kipesta Mandible	\d	the	
    -_29D9944F72802608	m0593ckjjc01	Fragment of Choice Jungle Kipesta Mandible	a	the	Fragments of Choice Jungle Kipesta Mandible	\d	the	
    -_04F8938D1D363C97	m0593ckjlc01	Fragment of Choice Lakes Kipesta Mandible	a	the	Fragments of Choice Lakes Kipesta Mandible	\d	the	
    -_EF3F3038DA667307	m0593ckjle01	Fragment of Supreme Lakes Kipesta Mandible	a	the	Fragments of Supreme Lakes Kipesta Mandible	\d	the	
    -_8EE6A290B3B02246	m0593ckjpc01	Fragment of Choice Prime Root Kipesta Mandible	a	the	Fragments of Choice Prime Root Kipesta Mandible	\d	the	
    -_27B9C1EFC183DDDC	m0593ckjpd01	Fragment of Excellent Prime Root Kipesta Mandible	a	the	Fragments of Excellent Prime Root Kipesta Mandible	\d	the	
    -_A72615C03ADDC1EE	m0593ckjpe01	Fragment of Supreme Prime Root Kipesta Mandible	a	the	Fragments of Supreme Prime Root Kipesta Mandible	\d	the	
    -_60E58416F39C4052	m0594ckjca01	Fragment of Basic Kipesta Sting	a	the	Fragments of Basic Kipesta Sting	\d	the	
    -_63F499C4FE9C4EF3	m0594ckjcb01	Fragment of Fine Kipesta Sting	a	the	Fragments of Fine Kipesta Sting	\d	the	
    -_0DFC0AF1A0B3BE2C	m0594ckjdc01	Fragment of Choice Desert Kipesta Sting	a	the	Fragments of Choice Desert Kipesta Sting	\d	the	
    -_957B031C8B425891	m0594ckjde01	Fragment of Supreme Desert Kipesta Sting	a	the	Fragments of Supreme Desert Kipesta Sting	\d	the	
    -_B0374345D8BDFDC6	m0594ckjfd01	Fragment of Excellent Forest Kipesta Sting	a	the	Fragments of Excellent Forest Kipesta Sting	\d	the	
    -_0D1CF6F8A0D3AA2D	m0594ckjjc01	Fragment of Choice Jungle Kipesta Sting	a	the	Fragments of Choice Jungle Kipesta Sting	\d	the	
    -_04323A8A85193E11	m0594ckjlc01	Fragment of Choice Lakes Kipesta Sting	a	the	Fragments of Choice Lakes Kipesta Sting	\d	the	
    -_55CDEF935F19B8C5	m0594ckjle01	Fragment of Supreme Lakes Kipesta Sting	a	the	Fragments of Supreme Lakes Kipesta Sting	\d	the	
    -_78435D9F6B58ADE4	m0594ckjpc01	Fragment of Choice Prime Root Kipesta Sting	a	the	Fragments of Choice Prime Root Kipesta Sting	\d	the	
    -_8D27446F16B68666	m0594ckjpd01	Fragment of Excellent Prime Root Kipesta Sting	a	the	Fragments of Excellent Prime Root Kipesta Sting	\d	the	
    -_A9AA3127666A9777	m0594ckjpe01	Fragment of Supreme Prime Root Kipesta Sting	a	the	Fragments of Supreme Prime Root Kipesta Sting	\d	the	
    -_AA4459685A29E467	m0595ckjca01	Fragment of Basic Kipesta Tail	a	the	Fragments of Basic Kipesta Tail	\d	the	
    -_708670EB0B0B26FE	m0595ckjcb01	Fragment of Fine Kipesta Tail	a	the	Fragments of Fine Kipesta Tail	\d	the	
    -_DF9DCA348852FE55	m0595ckjdc01	Fragment of Choice Desert Kipesta Tail	a	the	Fragments of Choice Desert Kipesta Tail	\d	the	
    -_32CC9CE4C5834820	m0595ckjde01	Fragment of Supreme Desert Kipesta Tail	a	the	Fragments of Supreme Desert Kipesta Tail	\d	the	
    -_01B463854D4284CB	m0595ckjfd01	Fragment of Excellent Forest Kipesta Tail	a	the	Fragments of Excellent Forest Kipesta Tail	\d	the	
    -_621DB64A45F10641	m0595ckjjc01	Fragment of Choice Jungle Kipesta Tail	a	the	Fragments of Choice Jungle Kipesta Tail	\d	the	
    -_7C139768F2DF26FF	m0595ckjlc01	Fragment of Choice Lakes Kipesta Tail	a	the	Fragments of Choice Lakes Kipesta Tail	\d	the	
    -_67F2B1B26EB7A4D0	m0595ckjle01	Fragment of Supreme Lakes Kipesta Tail	a	the	Fragments of Supreme Lakes Kipesta Tail	\d	the	
    -_16347EBB3717484F	m0595ckjpc01	Fragment of Choice Prime Root Kipesta Tail	a	the	Fragments of Choice Prime Root Kipesta Tail	\d	the	
    -_D02D2A8724132687	m0595ckjpd01	Fragment of Excellent Prime Root Kipesta Tail	a	the	Fragments of Excellent Prime Root Kipesta Tail	\d	the	
    -_E01BC197D13C8B55	m0595ckjpe01	Fragment of Supreme Prime Root Kipesta Tail	a	the	Fragments of Supreme Prime Root Kipesta Tail	\d	the	
    -_EBC4516D5C59E463	m0596ckjca01	Fragment of Basic Kipesta Wing	a	the	Fragments of Basic Kipesta Wing	\d	the	
    -_703684EE0C8B32FF	m0596ckjcb01	Fragment of Fine Kipesta Wing	a	the	Fragments of Fine Kipesta Wing	\d	the	
    -_201DC2398A82FE51	m0596ckjdc01	Fragment of Choice Desert Kipesta Wing	a	the	Fragments of Choice Desert Kipesta Wing	\d	the	
    -_F27CB0EC85335C29	m0596ckjde01	Fragment of Supreme Desert Kipesta Wing	a	the	Fragments of Supreme Desert Kipesta Wing	\d	the	
    -_42E4838D0D4284C7	m0596ckjfd01	Fragment of Excellent Forest Kipesta Wing	a	the	Fragments of Excellent Forest Kipesta Wing	\d	the	
    -_A39DAE4F4721063D	m0596ckjjc01	Fragment of Choice Jungle Kipesta Wing	a	the	Fragments of Choice Jungle Kipesta Wing	\d	the	
    -_7C139763F1AF5203	m0596ckjlc01	Fragment of Choice Lakes Kipesta Wing	a	the	Fragments of Choice Lakes Kipesta Wing	\d	the	
    -_67A2C5B56F37B0D1	m0596ckjle01	Fragment of Supreme Lakes Kipesta Wing	a	the	Fragments of Supreme Lakes Kipesta Wing	\d	the	
    -_59E48ABB37173450	m0596ckjpc01	Fragment of Choice Prime Root Kipesta Wing	a	the	Fragments of Choice Prime Root Kipesta Wing	\d	the	
    -_D0DD3E8A25933288	m0596ckjpd01	Fragment of Excellent Prime Root Kipesta Wing	a	the	Fragments of Excellent Prime Root Kipesta Wing	\d	the	
    -_601BC197D19CB366	m0596ckjpe01	Fragment of Supreme Prime Root Kipesta Wing	a	the	Fragments of Supreme Prime Root Kipesta Wing	\d	the	
    -_65F38160DC87A484	m0597ckeca01	Fragment of Basic Kipucka Claw	a	the	Fragments of Basic Kipucka Claw	\d	the	
    -_6CA7101183BBE2F7	m0597ckecb01	Fragment of Fine Kipucka Claw	a	the	Fragments of Fine Kipucka Claw	\d	the	
    -_097E513550BD6293	m0597ckece01	Fragment of Supreme Kipucka Claw	a	the	Fragments of Supreme Kipucka Claw	\d	the	
    -_9A4CF22C0AB0BE72	m0597ckedc01	Fragment of Choice Desert Kipucka Claw	a	the	Fragments of Choice Desert Kipucka Claw	\d	the	
    -_7906D78CC7A144DF	m0597ckedd01	Fragment of Excellent Desert Kipucka Claw	a	the	Fragments of Excellent Desert Kipucka Claw	\d	the	
    -_E97E7CE63B352824	m0597ckede01	Fragment of Supreme Desert Kipucka Claw	a	the	Fragments of Supreme Desert Kipucka Claw	\d	the	
    -_5C6CEE388AC0BE71	m0597ckefc01	Fragment of Choice Forest Kipucka Claw	a	the	Fragments of Choice Forest Kipucka Claw	\d	the	
    -_FB16FF90C7B144DF	m0597ckefd01	Fragment of Excellent Forest Kipucka Claw	a	the	Fragments of Excellent Forest Kipucka Claw	\d	the	
    -_1DCCDE42C74FC65E	m0597ckejc01	Fragment of Choice Jungle Kipucka Claw	a	the	Fragments of Choice Jungle Kipucka Claw	\d	the	
    -_FD151798034010D4	m0597ckejd01	Fragment of Excellent Jungle Kipucka Claw	a	the	Fragments of Excellent Jungle Kipucka Claw	\d	the	
    -_692D80ECBBE42C24	m0597ckeje01	Fragment of Supreme Jungle Kipucka Claw	a	the	Fragments of Supreme Jungle Kipucka Claw	\d	the	
    -_7C823373750F0EF0	m0597ckelc01	Fragment of Choice Lakes Kipucka Claw	a	the	Fragments of Choice Lakes Kipucka Claw	\d	the	
    -_631351D8E66760C9	m0597ckele01	Fragment of Supreme Lakes Kipucka Claw	a	the	Fragments of Supreme Lakes Kipucka Claw	\d	the	
    -_D7D33ABBB3857464	m0597ckepc01	Fragment of Choice Prime Root Kipucka Claw	a	the	Fragments of Choice Prime Root Kipucka Claw	\d	the	
    -_CC4ECAAD9CC3E280	m0597ckepd01	Fragment of Excellent Prime Root Kipucka Claw	a	the	Fragments of Excellent Prime Root Kipucka Claw	\d	the	
    -_561BC18588A04B6D	m0597ckepe01	Fragment of Supreme Prime Root Kipucka Claw	a	the	Fragments of Supreme Prime Root Kipucka Claw	\d	the	
    -_724C2A6D02DA1143	m0598ckeca01	Fragment of Basic Kipucka Mandible	a	the	Fragments of Basic Kipucka Mandible	\d	the	
    -_F8816670327C3E42	m0598ckecb01	Fragment of Fine Kipucka Mandible	a	the	Fragments of Fine Kipucka Mandible	\d	the	
    -_6B25CFBBE1220ED3	m0598ckece01	Fragment of Supreme Kipucka Mandible	a	the	Fragments of Supreme Kipucka Mandible	\d	the	
    -_2B88A04EAC20261C	m0598ckedc01	Fragment of Choice Desert Kipucka Mandible	a	the	Fragments of Choice Desert Kipucka Mandible	\d	the	
    -_3DF4230D3E4EAA08	m0598ckedd01	Fragment of Excellent Desert Kipucka Mandible	a	the	Fragments of Excellent Desert Kipucka Mandible	\d	the	
    -_728FA1416C6ECD78	m0598ckede01	Fragment of Supreme Desert Kipucka Mandible	a	the	Fragments of Supreme Desert Kipucka Mandible	\d	the	
    -_6B989C59AE40261C	m0598ckefc01	Fragment of Choice Forest Kipucka Mandible	a	the	Fragments of Choice Forest Kipucka Mandible	\d	the	
    -_BF1423103E4ED209	m0598ckefd01	Fragment of Excellent Forest Kipucka Mandible	a	the	Fragments of Excellent Forest Kipucka Mandible	\d	the	
    -_E647945F3180260D	m0598ckejc01	Fragment of Choice Jungle Kipucka Mandible	a	the	Fragments of Choice Jungle Kipucka Mandible	\d	the	
    -_4154E70DFA9CF209	m0598ckejd01	Fragment of Excellent Jungle Kipucka Mandible	a	the	Fragments of Excellent Jungle Kipucka Mandible	\d	the	
    -_72ED21536C6E556C	m0598ckeje01	Fragment of Supreme Jungle Kipucka Mandible	a	the	Fragments of Supreme Jungle Kipucka Mandible	\d	the	
    -_04F86F7DE0A5FCAC	m0598ckelc01	Fragment of Choice Lakes Kipucka Mandible	a	the	Fragments of Choice Lakes Kipucka Mandible	\d	the	
    -_EFAEF03F9567730C	m0598ckele01	Fragment of Supreme Lakes Kipucka Mandible	a	the	Fragments of Supreme Lakes Kipucka Mandible	\d	the	
    -_8E5562A02FAF624B	m0598ckepc01	Fragment of Choice Prime Root Kipucka Mandible	a	the	Fragments of Choice Prime Root Kipucka Mandible	\d	the	
    -_272881F67C84DDE1	m0598ckepd01	Fragment of Excellent Prime Root Kipucka Mandible	a	the	Fragments of Excellent Prime Root Kipucka Mandible	\d	the	
    -_A32715B7F5DEC1EA	m0598ckepe01	Fragment of Supreme Prime Root Kipucka Mandible	a	the	Fragments of Supreme Prime Root Kipucka Mandible	\d	the	
    -_2FB886AD4BF28471	m0599ckeca01	Basic Kipucka Secretion	a	the	Basic Kipucka Secretions	\d	the	
    -_EC523BCC4801080F	m0599ckecb01	Fine Kipucka Secretion	a	the	Fine Kipucka Secretions	\d	the	
    -_B2D2081113146D59	m0599ckece01	Supreme Kipucka Secretion	a	the	Supreme Kipucka Secretions	\d	the	
    -_5DE1A89C804BED3C	m0599ckedc01	Choice Desert Kipucka Secretion	a	the	Choice Desert Kipucka Secretions	\d	the	
    -_5DFF3609A462C645	m0599ckedd01	Excellent Desert Kipucka Secretion	an	the	Excellent Desert Kipucka Secretions	\d	the	
    -_62E88E5F2148C6B5	m0599ckede01	Supreme Desert Kipucka Secretion	a	the	Supreme Desert Kipucka Secretions	\d	the	
    -_DDF1A89D426BE946	m0599ckefc01	Choice Forest Kipucka Secretion	a	the	Choice Forest Kipucka Secretions	\d	the	
    -_5D0F3A0AE622CE45	m0599ckefd01	Excellent Forest Kipucka Secretion	an	the	Excellent Forest Kipucka Secretions	\d	the	
    -_1A80B08E03CBD94C	m0599ckejc01	Choice Jungle Kipucka Secretion	a	the	Choice Jungle Kipucka Secretions	\d	the	
    -_99AD260C67C3DE45	m0599ckejd01	Excellent Jungle Kipucka Secretion	an	the	Excellent Jungle Kipucka Secretions	\d	the	
    -_E2979265A1F7CAB5	m0599ckeje01	Supreme Jungle Kipucka Secretion	a	the	Supreme Jungle Kipucka Secretions	\d	the	
    -_D955616084E7A2A5	m0599ckelc01	Choice Lakes Kipucka Secretion	a	the	Choice Lakes Kipucka Secretions	\d	the	
    -_4FFEC5A73F6D3DCD	m0599ckele01	Supreme Lakes Kipucka Secretion	a	the	Supreme Lakes Kipucka Secretions	\d	the	
    -_BB285EAD086035AC	m0599ckepc01	Choice Prime Root Kipucka Secretion	a	the	Choice Prime Root Kipucka Secretions	\d	the	
    -_2C74F39532A69F84	m0599ckepd01	Excellent Prime Root Kipucka Secretion	an	the	Excellent Prime Root Kipucka Secretions	\d	the	
    -_7454FDE1C9E4BF1B	m0599ckepe01	Supreme Prime Root Kipucka Secretion	a	the	Supreme Prime Root Kipucka Secretions	\d	the	
    -_73EE5269C2DA113B	m0600ckfca01	Fragment of Basic Kirosta Mandible	a	the	Fragments of Basic Kirosta Mandible	\d	the	
    -_B622A673F61B463A	m0600ckfcb01	Fragment of Fine Kirosta Mandible	a	the	Fragments of Fine Kirosta Mandible	\d	the	
    -_7B042316827EF2FA	m0600ckfdd01	Fragment of Excellent Desert Kirosta Mandible	a	the	Fragments of Excellent Desert Kirosta Mandible	\d	the	
    -_FD242319827E1AFB	m0600ckffd01	Fragment of Excellent Forest Kirosta Mandible	a	the	Fragments of Excellent Forest Kirosta Mandible	\d	the	
    -_7F64E7163ECC3AFB	m0600ckfjd01	Fragment of Excellent Jungle Kirosta Mandible	a	the	Fragments of Excellent Jungle Kirosta Mandible	\d	the	
    -_383B3153AC6E5576	m0600ckfje01	Fragment of Supreme Jungle Kirosta Mandible	a	the	Fragments of Supreme Jungle Kirosta Mandible	\d	the	
    -_4208938D9E563C9E	m0600ckflc01	Fragment of Choice Lakes Kirosta Mandible	a	the	Fragments of Choice Lakes Kirosta Mandible	\d	the	
    -_4CF6A29A32B04A45	m0600ckfpc01	Fragment of Choice Prime Root Kirosta Mandible	a	the	Fragments of Choice Prime Root Kirosta Mandible	\d	the	
    -_E5C9C1F94023E5D9	m0600ckfpd01	Fragment of Excellent Prime Root Kirosta Mandible	a	the	Fragments of Excellent Prime Root Kirosta Mandible	\d	the	
    -_65D61DC0397DC9EB	m0600ckfpe01	Fragment of Supreme Prime Root Kirosta Mandible	a	the	Fragments of Supreme Prime Root Kirosta Mandible	\d	the	
    -_ED59C6A74EF36C6B	m0601ckfca01	Basic Kirosta Secretion	a	the	Basic Kirosta Secretions	\d	the	
    -_2A623BD58C315001	m0601ckfcb01	Fine Kirosta Secretion	a	the	Fine Kirosta Secretions	\d	the	
    -_1BA09A13E282C63D	m0601ckfdd01	Excellent Desert Kirosta Secretion	an	the	Excellent Desert Kirosta Secretions	\d	the	
    -_1BB09E142442CE3D	m0601ckffd01	Excellent Forest Kirosta Secretion	an	the	Excellent Forest Kirosta Secretions	\d	the	
    -_574E8A16A5E3DE3D	m0601ckfjd01	Excellent Jungle Kirosta Secretion	an	the	Excellent Jungle Kirosta Secretions	\d	the	
    -_A4469A6EE596D2B6	m0601ckfje01	Supreme Jungle Kirosta Secretion	a	the	Supreme Jungle Kirosta Secretions	\d	the	
    -_95856160C47806A7	m0601ckflc01	Choice Lakes Kirosta Secretion	a	the	Choice Lakes Kirosta Secretions	\d	the	
    -_BCCA86A9C86035A4	m0601ckfpc01	Choice Prime Root Kirosta Secretion	a	the	Choice Prime Root Kirosta Secretions	\d	the	
    -_6A8417A5F057DF76	m0601ckfpd01	Excellent Prime Root Kirosta Secretion	an	the	Excellent Prime Root Kirosta Secretions	\d	the	
    -_3AA20DE109E4BF25	m0601ckfpe01	Supreme Prime Root Kirosta Secretion	a	the	Supreme Prime Root Kirosta Secretions	\d	the	
    -_1B45A414EFEC604E	m0602ckfca01	Fragment of Basic Kirosta Shell	a	the	Fragments of Basic Kirosta Shell	\d	the	
    -_23E47DCC7CDB4EF6	m0602ckfcb01	Fragment of Fine Kirosta Shell	a	the	Fragments of Fine Kirosta Shell	\d	the	
    -_ADA60B43D7AD0DD2	m0602ckfdd01	Fragment of Excellent Desert Kirosta Shell	a	the	Fragments of Excellent Desert Kirosta Shell	\d	the	
    -_EF661345D7BD11D1	m0602ckffd01	Fragment of Excellent Forest Kirosta Shell	a	the	Fragments of Excellent Forest Kirosta Shell	\d	the	
    -_70072349135BFDCF	m0602ckfjd01	Fragment of Excellent Jungle Kirosta Shell	a	the	Fragments of Excellent Jungle Kirosta Shell	\d	the	
    -_15C923234B230489	m0602ckfje01	Fragment of Supreme Jungle Kirosta Shell	a	the	Fragments of Supreme Jungle Kirosta Shell	\d	the	
    -_C2925A8D83F90E0F	m0602ckflc01	Fragment of Choice Lakes Kirosta Shell	a	the	Fragments of Choice Lakes Kirosta Shell	\d	the	
    -_30535D9F6AF8EDDE	m0602ckfpc01	Fragment of Choice Prime Root Kirosta Shell	a	the	Fragments of Choice Prime Root Kirosta Shell	\d	the	
    -_4D17287794F58669	m0602ckfpd01	Fragment of Excellent Prime Root Kirosta Shell	a	the	Fragments of Excellent Prime Root Kirosta Shell	\d	the	
    -_67BA312CA9CA5F69	m0602ckfpe01	Fragment of Supreme Prime Root Kirosta Shell	a	the	Fragments of Supreme Prime Root Kirosta Shell	\d	the	
    -_E854816A5929E46F	m0603ckfca01	Fragment of Basic Kirosta Tail	a	the	Fragments of Basic Kirosta Tail	\d	the	
    -_2E3678F58A0B26FC	m0603ckfcb01	Fragment of Fine Kirosta Tail	a	the	Fragments of Fine Kirosta Tail	\d	the	
    -_BD5443814C3284D3	m0603ckfdd01	Fragment of Excellent Desert Kirosta Tail	a	the	Fragments of Excellent Desert Kirosta Tail	\d	the	
    -_3F646B854C4284D3	m0603ckffd01	Fragment of Excellent Forest Kirosta Tail	a	the	Fragments of Excellent Forest Kirosta Tail	\d	the	
    -_4163838D88D150C8	m0603ckfjd01	Fragment of Excellent Jungle Kirosta Tail	a	the	Fragments of Excellent Jungle Kirosta Tail	\d	the	
    -_702BA8EA44D2541E	m0603ckfje01	Fragment of Supreme Jungle Kirosta Tail	a	the	Fragments of Supreme Jungle Kirosta Tail	\d	the	
    -_3A239772F3FF26FD	m0603ckflc01	Fragment of Choice Lakes Kirosta Tail	a	the	Fragments of Choice Lakes Kirosta Tail	\d	the	
    -_54447EBB36177059	m0603ckfpc01	Fragment of Choice Prime Root Kirosta Tail	a	the	Fragments of Choice Prime Root Kirosta Tail	\d	the	
    -_8EDD3291A3132685	m0603ckfpd01	Fragment of Excellent Prime Root Kirosta Tail	a	the	Fragments of Excellent Prime Root Kirosta Tail	\d	the	
    -_9E2BC197D07C9B53	m0603ckfpe01	Fragment of Supreme Prime Root Kirosta Tail	a	the	Fragments of Supreme Prime Root Kirosta Tail	\d	the	
    -_6F28C2A3CAE33476	m0604ckcca01	Basic Kizarak Secretion	a	the	Basic Kizarak Secretions	\d	the	
    -_2C6263C20D206CF6	m0604ckccb01	Fine Kizarak Secretion	a	the	Fine Kizarak Secretions	\d	the	
    -_254449721AF8E06D	m0605ckcca01	Fragment of Basic Kizarak Tail	a	the	Fragments of Basic Kizarak Tail	\d	the	
    -_702594E7CB0B4EEB	m0605ckccb01	Fragment of Fine Kizarak Tail	a	the	Fragments of Fine Kizarak Tail	\d	the	
    -_3176C66C72AA7565	m0606ckica01	Fragment of Basic Kizoar Mandible	a	the	Fragments of Basic Kizoar Mandible	\d	the	
    -_EF7B60FEBAECA6D5	m0606ckicb01	Fragment of Fine Kizoar Mandible	a	the	Fragments of Fine Kizoar Mandible	\d	the	
    -_8B87CBB9720090B4	m0606ckidd01	Fragment of Excellent Desert Kizoar Mandible	a	the	Fragments of Excellent Desert Kizoar Mandible	\d	the	
    -_66D2804061B223F9	m0606ckifc01	Fragment of Choice Forest Kizoar Mandible	a	the	Fragments of Choice Forest Kizoar Mandible	\d	the	
    -_8DA7CBBBB2108CBD	m0606ckifd01	Fragment of Excellent Forest Kizoar Mandible	a	the	Fragments of Excellent Forest Kizoar Mandible	\d	the	
    -_EA5A4848969EFF88	m0606ckife01	Fragment of Supreme Forest Kizoar Mandible	a	the	Fragments of Supreme Forest Kizoar Mandible	\d	the	
    -_10E7CBB02DBF84BF	m0606ckijd01	Fragment of Excellent Jungle Kizoar Mandible	a	the	Fragments of Excellent Jungle Kizoar Mandible	\d	the	
    -_BE790F1736B466C6	m0606ckipc01	Fragment of Choice Prime Root Kizoar Mandible	a	the	Fragments of Choice Prime Root Kizoar Mandible	\d	the	
    -_5A6237B689812238	m0606ckipd01	Fragment of Excellent Prime Root Kizoar Mandible	a	the	Fragments of Excellent Prime Root Kizoar Mandible	\d	the	
    -_86E1E475B22114F3	m0606ckipe01	Fragment of Supreme Prime Root Kizoar Mandible	a	the	Fragments of Supreme Prime Root Kizoar Mandible	\d	the	
    -_2A73D1A8CB4A6932	m0607ckica01	Fragment of Basic Kizoar Shell	a	the	Fragments of Basic Kizoar Shell	\d	the	
    -_5A165CF9137E7131	m0607ckicb01	Fragment of Fine Kizoar Shell	a	the	Fragments of Fine Kizoar Shell	\d	the	
    -_FC94BFB8C24537D5	m0607ckidd01	Fragment of Excellent Desert Kizoar Shell	a	the	Fragments of Excellent Desert Kizoar Shell	\d	the	
    -_21EC3E807983831F	m0607ckifc01	Fragment of Choice Forest Kizoar Shell	a	the	Fragments of Choice Forest Kizoar Shell	\d	the	
    -_7EA4E7BCC25537D5	m0607ckifd01	Fragment of Excellent Forest Kizoar Shell	a	the	Fragments of Excellent Forest Kizoar Shell	\d	the	
    -_719FF3EB06469F27	m0607ckife01	Fragment of Supreme Forest Kizoar Shell	a	the	Fragments of Supreme Forest Kizoar Shell	\d	the	
    -_80A3FFC4FEE403CA	m0607ckijd01	Fragment of Excellent Jungle Kizoar Shell	a	the	Fragments of Excellent Jungle Kizoar Shell	\d	the	
    -_18C59BAD26D62868	m0607ckipc01	Fragment of Choice Prime Root Kizoar Shell	a	the	Fragments of Choice Prime Root Kizoar Shell	\d	the	
    -_BABD16952C8671BA	m0607ckipd01	Fragment of Excellent Prime Root Kizoar Shell	a	the	Fragments of Excellent Prime Root Kizoar Shell	\d	the	
    -_A891B793897CF35F	m0607ckipe01	Fragment of Supreme Prime Root Kizoar Shell	a	the	Fragments of Supreme Prime Root Kizoar Shell	\d	the	
    -_AAB3EDAACC0B692E	m0608ckica01	Fragment of Basic Kizoar Sting	a	the	Fragments of Basic Kizoar Sting	\d	the	
    -_5AC664F896BEA132	m0608ckicb01	Fragment of Fine Kizoar Sting	a	the	Fragments of Fine Kizoar Sting	\d	the	
    -_7C84F7BCC54537D1	m0608ckidd01	Fragment of Excellent Desert Kizoar Sting	a	the	Fragments of Excellent Desert Kizoar Sting	\d	the	
    -_A12C5A827A44831B	m0608ckifc01	Fragment of Choice Forest Kizoar Sting	a	the	Fragments of Choice Forest Kizoar Sting	\d	the	
    -_FE941FC0C55537D1	m0608ckifd01	Fragment of Excellent Forest Kizoar Sting	a	the	Fragments of Excellent Forest Kizoar Sting	\d	the	
    -_744FFBEF09F6A72C	m0608ckife01	Fragment of Supreme Forest Kizoar Sting	a	the	Fragments of Supreme Forest Kizoar Sting	\d	the	
    -_009337C801E403C6	m0608ckijd01	Fragment of Excellent Jungle Kizoar Sting	a	the	Fragments of Excellent Jungle Kizoar Sting	\d	the	
    -_99C6CBAD26D61466	m0608ckipc01	Fragment of Choice Prime Root Kizoar Sting	a	the	Fragments of Choice Prime Root Kizoar Sting	\d	the	
    -_BA6D1E94AFC6A1BB	m0608ckipd01	Fragment of Excellent Prime Root Kizoar Sting	a	the	Fragments of Excellent Prime Root Kizoar Sting	\d	the	
    -_AE91B79389DC0368	m0608ckipe01	Fragment of Supreme Prime Root Kizoar Sting	a	the	Fragments of Supreme Prime Root Kizoar Sting	\d	the	
    -_707734E140DDD937	m0609ckica01	Fragment of Basic Kizoar Wing	a	the	Fragments of Basic Kizoar Wing	\d	the	
    -_DCF715C119040B54	m0609ckicb01	Fragment of Fine Kizoar Wing	a	the	Fragments of Fine Kizoar Wing	\d	the	
    -_FA066ED24F1507DD	m0609ckidd01	Fragment of Excellent Desert Kizoar Wing	a	the	Fragments of Excellent Desert Kizoar Wing	\d	the	
    -_AA923A742A263B0C	m0609ckifc01	Fragment of Choice Forest Kizoar Wing	a	the	Fragments of Choice Forest Kizoar Wing	\d	the	
    -_BC266ADECF2507DC	m0609ckifd01	Fragment of Excellent Forest Kizoar Wing	a	the	Fragments of Excellent Forest Kizoar Wing	\d	the	
    -_92AAAA813DB39784	m0609ckife01	Fragment of Supreme Forest Kizoar Wing	a	the	Fragments of Supreme Forest Kizoar Wing	\d	the	
    -_7D865AE80CB40FC9	m0609ckijd01	Fragment of Excellent Jungle Kizoar Wing	a	the	Fragments of Excellent Jungle Kizoar Wing	\d	the	
    -_35E083FCCC81C428	m0609ckipc01	Fragment of Choice Prime Root Kizoar Wing	a	the	Fragments of Choice Prime Root Kizoar Wing	\d	the	
    -_C12BAC216E4CC70F	m0609ckipd01	Fragment of Excellent Prime Root Kizoar Wing	a	the	Fragments of Excellent Prime Root Kizoar Wing	\d	the	
    -_E342821FA425707E	m0609ckipe01	Fragment of Supreme Prime Root Kizoar Wing	a	the	Fragments of Supreme Prime Root Kizoar Wing	\d	the	
    -_D5C2793686FCAF9B	m0610dxacb01	Basic Koorin Oil	some	the	Basic Koorin Oils	\d	the	
    -_1DF43E82029FA598	m0610dxacc01	Fine Koorin Oil	some	the	Fine Koorin Oils	\d	the	
    -_7F0896103F381D7B	m0610dxadd01	Choice Desert Koorin Oil	some	the	Choice Desert Koorin Oils	\d	the	
    -_5D8AA913134E636A	m0610dxade01	Excellent Desert Koorin Oil	some	the	Excellent Desert Koorin Oils	\d	the	
    -_598436256B8E7914	m0610dxadf01	Supreme Desert Koorin Oil	some	the	Supreme Desert Koorin Oils	\d	the	
    -_812896127F481984	m0610dxafd01	Choice Forest Koorin Oil	some	the	Choice Forest Koorin Oils	\d	the	
    -_5D8AD116956E636B	m0610dxafe01	Excellent Forest Koorin Oil	some	the	Excellent Forest Koorin Oils	\d	the	
    -_598436296B6EC918	m0610dxaff01	Supreme Forest Koorin Oil	some	the	Supreme Forest Koorin Oils	\d	the	
    -_04689607FAF71186	m0610dxajd01	Choice Jungle Koorin Oil	some	the	Choice Jungle Koorin Oils	\d	the	
    -_19D8F11A17AE2764	m0610dxaje01	Excellent Jungle Koorin Oil	some	the	Excellent Jungle Koorin Oils	\d	the	
    -_5984BE1F6BECF920	m0610dxajf01	Supreme Jungle Koorin Oil	some	the	Supreme Jungle Koorin Oils	\d	the	
    -_5E0D2C87662E8C82	m0610dxald01	Choice Lakes Koorin Oil	some	the	Choice Lakes Koorin Oils	\d	the	
    -_7F84B22DE3066758	m0610dxale01	Excellent Lakes Koorin Oil	some	the	Excellent Lakes Koorin Oils	\d	the	
    -_80DF7F55F9CC235E	m0610dxalf01	Supreme Lakes Koorin Oil	some	the	Supreme Lakes Koorin Oils	\d	the	
    -_1272F982922AB88A	m0610dxapd01	Choice Prime Root Koorin Oil	some	the	Choice Prime Root Koorin Oils	\d	the	
    -_67FCE52E3146B811	m0610dxape01	Excellent Prime Root Koorin Oil	some	the	Excellent Prime Root Koorin Oils	\d	the	
    -_539107672B8910BA	m0610dxapf01	Supreme Prime Root Koorin Oil	some	the	Supreme Prime Root Koorin Oils	\d	the	
    -_AFE815B453BFFEAE	m0611chgca01	Fragment of Basic Lumper Eye	a	the	Fragments of Basic Lumper Eye	\d	the	
    -_E40341EA483881F3	m0611chgcb01	Fragment of Fine Lumper Eye	a	the	Fragments of Fine Lumper Eye	\d	the	
    -_3DF30FA5116ABFDD	m0611chgdd01	Fragment of Excellent Desert Lumper Eye	a	the	Fragments of Excellent Desert Lumper Eye	\d	the	
    -_258799F4622E3FA6	m0611chgpc01	Fragment of Choice Prime Root Lumper Eye	a	the	Fragments of Choice Prime Root Lumper Eye	\d	the	
    -_56993B818E904D9D	m0611chgpd01	Fragment of Excellent Prime Root Lumper Eye	a	the	Fragments of Excellent Prime Root Lumper Eye	\d	the	
    -_2BC153E5C9781E97	m0611chgpe01	Fragment of Supreme Prime Root Lumper Eye	a	the	Fragments of Supreme Prime Root Lumper Eye	\d	the	
    -_DE065DDFB27D1919	m0612chgca01	Fragment of Basic Lumper Pelvis	a	the	Fragments of Basic Lumper Pelvis	\d	the	
    -_9384A1DDCB98921F	m0612chgcb01	Fragment of Fine Lumper Pelvis	a	the	Fragments of Fine Lumper Pelvis	\d	the	
    -_70679786D349E9C9	m0612chgdd01	Fragment of Excellent Desert Lumper Pelvis	a	the	Fragments of Excellent Desert Lumper Pelvis	\d	the	
    -_78B5DF1DA8E8DDF6	m0612chgpc01	Fragment of Choice Prime Root Lumper Pelvis	a	the	Fragments of Choice Prime Root Lumper Pelvis	\d	the	
    -_BDB74C88E3B2CA92	m0612chgpd01	Fragment of Excellent Prime Root Lumper Pelvis	a	the	Fragments of Excellent Prime Root Lumper Pelvis	\d	the	
    -_79A92423A73BCF8C	m0612chgpe01	Fragment of Supreme Prime Root Lumper Pelvis	a	the	Fragments of Supreme Prime Root Lumper Pelvis	\d	the	
    -_E99608A7775FB888	m0613chvca01	Fragment of Basic Madakam Eye	a	the	Fragments of Basic Madakam Eye	\d	the	
    -_2B86059B18E3A664	m0613chvcb01	Fragment of Fine Madakam Eye	a	the	Fragments of Fine Madakam Eye	\d	the	
    -_B3F7AA8F26C25215	m0613chvfd01	Fragment of Excellent Forest Madakam Eye	a	the	Fragments of Excellent Forest Madakam Eye	\d	the	
    -_15A86DD1B4B09455	m0613chvfe01	Fragment of Supreme Forest Madakam Eye	a	the	Fragments of Supreme Forest Madakam Eye	\d	the	
    -_61320E4462B7FE50	m0613chvjc01	Fragment of Choice Jungle Madakam Eye	a	the	Fragments of Choice Jungle Madakam Eye	\d	the	
    -_966785CAF3D04854	m0613chvje01	Fragment of Supreme Jungle Madakam Eye	a	the	Fragments of Supreme Jungle Madakam Eye	\d	the	
    -_5CADDA5B25B5D863	m0613chvpe01	Fragment of Supreme Prime Root Madakam Eye	a	the	Fragments of Supreme Prime Root Madakam Eyes	\d	the	
    -_131EE4A3D51B4395	m0615chvca01	Basic Madakam Nail	a	the	Basic Madakam Nails	\d	the	
    -_1B1506421B81F982	m0615chvcb01	Fine Madakam Nail	a	the	Fine Madakam Nails	\d	the	
    -_F2B851E95041D143	m0615chvfd01	Excellent Forest Madakam Nail	an	the	Excellent Forest Madakam Nails	\d	the	
    -_9BD05B366EFA1541	m0615chvfe01	Supreme Forest Madakam Nail	a	the	Supreme Forest Madakam Nails	\d	the	
    -_0287AA2F49A6C96E	m0615chvjc01	Choice Jungle Madakam Nail	a	the	Choice Jungle Madakam Nails	\d	the	
    -_9CD01F242DD91D4B	m0615chvje01	Supreme Jungle Madakam Nail	a	the	Supreme Jungle Madakam Nails	\d	the	
    -_0F72BB99B2626676	m0615chvpe01	Supreme Prime Root Madakam Nail	a	the	Supreme Prime Root Madakam Nails	\d	the	
    -_75651945B5DAC420	m0616chvca01	Fragment of Basic Madakam Pelvis	a	the	Fragments of Basic Madakam Pelvis	\d	the	
    -_58C72294F03EDAD2	m0616chvcb01	Fragment of Fine Madakam Pelvis	a	the	Fragments of Fine Madakam Pelvis	\d	the	
    -_F2F583737C928598	m0616chvfd01	Fragment of Excellent Forest Madakam Pelvis	a	the	Fragments of Excellent Forest Madakam Pelvis	\d	the	
    -_01FA54310EFE9322	m0616chvfe01	Fragment of Supreme Forest Madakam Pelvis	a	the	Fragments of Supreme Forest Madakam Pelvis	\d	the	
    -_98F08B2E1F3232CF	m0616chvjc01	Fragment of Choice Jungle Madakam Pelvis	a	the	Fragments of Choice Jungle Madakam Pelvis	\d	the	
    -_BD487435903E571B	m0616chvje01	Fragment of Supreme Jungle Madakam Pelvis	a	the	Fragments of Supreme Jungle Madakam Pelvis	\d	the	
    -_5607578B5F3BF986	m0616chvpe01	Fragment of Supreme Prime Root Madakam Pelvis	a	the	Fragments of Supreme Prime Root Madakam Pelvis	\d	the	
    -_4FE101BCF7DC8382	m0617chvca01	Basic Madakam Tooth	a	the	Basic Madakam Teeth	\d	the	
    -_DA33B2482F229B94	m0617chvcb01	Fine Madakam Tooth	a	the	Fine Madakam Teeth	\d	the	
    -_72A7CD245DCCC948	m0617chvfd01	Excellent Forest Madakam Tooth	an	the	Excellent Forest Madakam Teeth	\d	the	
    -_2A266D196F9C4D09	m0617chvfe01	Supreme Forest Madakam Tooth	a	the	Supreme Forest Madakam Teeth	\d	the	
    -_7E871E8D6BD7E56D	m0617chvjc01	Choice Jungle Madakam Tooth	a	the	Choice Jungle Madakam Teeth	\d	the	
    -_2A26F50F6F1A7D11	m0617chvje01	Supreme Jungle Madakam Tooth	a	the	Supreme Jungle Madakam Teeth	\d	the	
    -_2765CD5D2C8505A5	m0617chvpe01	Supreme Prime Root Madakam Tooth	a	the	Supreme Prime Root Madakam Teeth	\d	the	
    -_B34664AEF5AF0886	m0618chhca01	Fragment of Basic Mektoub Eye	a	the	Fragments of Basic Mektoub Eye	\d	the	
    -_6D0761B55723A65E	m0618chhcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_B757FA8A61F36223	m0618chhdd01	Fragment of Excellent Desert Mektoub Eye	a	the	Fragments of Excellent Desert Mektoub Eye	\d	the	
    -_ED616A41DFF86A5B	m0618chhfc01	Fragment of Choice Forest Mektoub Eye	a	the	Fragments of Choice Forest Mektoub Eye	\d	the	
    -_DC8954E089DFA828	m0618chhld01	Fragment of Excellent Lakes Mektoub Eye	a	the	Fragments of Excellent Lakes Mektoub Eye	\d	the	
    -_79ADC21C8055E424	m0618chhpc01	Fragment of Choice Prime Root Mektoub Eye	a	the	Fragments of Choice Prime Root Mektoub Eye	\d	the	
    -_523BF815AC6B6219	m0618chhpd01	Fragment of Excellent Prime Root Mektoub Eye	a	the	Fragments of Excellent Prime Root Mektoub Eye	\d	the	
    -_5DADAE64A8264073	m0618chhpe01	Fragment of Supreme Prime Root Mektoub Eye	a	the	Fragments of Supreme Prime Root Mektoub Eye	\d	the	
    -_6D0761B59723A65E	m0618chicb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_6D0761B5D723A65E	m0618chjcb01	Fragment of Fine Mektoub Eye	a	the	Fragments of Fine Mektoub Eye	\d	the	
    -_D98EF49857ABDFA4	m0619chhca01	Basic Mektoub Nail	a	the	Basic Mektoub Nails	\d	the	
    -_E1955249D6C2098E	m0619chhcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_302A55FD0C61A55A	m0619chhdd01	Excellent Desert Mektoub Nail	an	the	Excellent Desert Mektoub Nails	\d	the	
    -_C896AA2F8C079175	m0619chhfc01	Choice Forest Mektoub Nail	a	the	Choice Forest Mektoub Nails	\d	the	
    -_F3F661536694F337	m0619chhld01	Excellent Lakes Mektoub Nail	an	the	Excellent Lakes Mektoub Nails	\d	the	
    -_26EE01AB5B580C9D	m0619chhpc01	Choice Prime Root Mektoub Nail	a	the	Choice Prime Root Mektoub Nails	\d	the	
    -_274B45EA3DAA462F	m0619chhpd01	Excellent Prime Root Mektoub Nail	an	the	Excellent Prime Root Mektoub Nails	\d	the	
    -_11A3D79234A28695	m0619chhpe01	Supreme Prime Root Mektoub Nail	a	the	Supreme Prime Root Mektoub Nails	\d	the	
    -_E195524916C2098E	m0619chicb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_E195524956C2098E	m0619chjcb01	Fine Mektoub Nail	a	the	Fine Mektoub Nails	\d	the	
    -_BAA53960340BE013	m0620chhca01	Fragment of Basic Mektoub Pelvis	a	the	Fragments of Basic Mektoub Pelvis	\d	the	
    -_964832A76BBFEADF	m0620chhcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_B035837173F4A5BA	m0620chhdd01	Fragment of Excellent Desert Mektoub Pelvis	a	the	Fragments of Excellent Desert Mektoub Pelvis	\d	the	
    -_9E10F7461DA436CD	m0620chhfc01	Fragment of Choice Forest Mektoub Pelvis	a	the	Fragments of Choice Forest Mektoub Pelvis	\d	the	
    -_3727073BCD40602F	m0620chhld01	Fragment of Excellent Lakes Mektoub Pelvis	a	the	Fragments of Excellent Lakes Mektoub Pelvis	\d	the	
    -_C6038F6AADBB4F41	m0620chhpc01	Fragment of Choice Prime Root Mektoub Pelvis	a	the	Fragments of Choice Prime Root Mektoub Pelvis	\d	the	
    -_F23F194EC7B6C979	m0620chhpd01	Fragment of Excellent Prime Root Mektoub Pelvis	a	the	Fragments of Excellent Prime Root Mektoub Pelvis	\d	the	
    -_D3483BB29EAC1584	m0620chhpe01	Fragment of Supreme Prime Root Mektoub Pelvis	a	the	Fragments of Supreme Prime Root Mektoub Pelvis	\d	the	
    -_964832A7ABBFEADF	m0620chicb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_964832A7EBBFEADF	m0620chjcb01	Fragment of Fine Mektoub Pelvis	a	the	Fragments of Fine Mektoub Pelvis	\d	the	
    -_EAD839AA4FCFFE9E	m0621chfca01	Fragment of Basic Messab Eye	a	the	Fragments of Basic Messab Eye	\d	the	
    -_240121F00A3689F3	m0621chfcb01	Fragment of Fine Messab Eye	a	the	Fragments of Fine Messab Eye	\d	the	
    -_DD63EF71E927286F	m0621chfjc01	Fragment of Choice Jungle Messab Eye	a	the	Fragments of Choice Jungle Messab Eye	\d	the	
    -_3EF00BA99267BBDB	m0621chfjd01	Fragment of Excellent Jungle Messab Eye	a	the	Fragments of Excellent Jungle Messab Eye	\d	the	
    -_5CAF97AB1AE2F3BD	m0621chfle01	Fragment of Supreme Lakes Messab Eye	a	the	Fragments of Supreme Lakes Messab Eye	\d	the	
    -_02E85DE40F623437	m0623dxacb01	Handful of Basic Mitexi Bark	a	the	Handfuls of Basic Mitexi Bark	\d	the	
    -_2A69C54953B1DD16	m0623dxacc01	Handful of Fine Mitexi Bark	a	the	Handfuls of Fine Mitexi Bark	\d	the	
    -_BB24D3C5B9A84910	m0623dxadd01	Handful of Choice Desert Mitexi Bark	a	the	Handfuls of Choice Desert Mitexi Bark	\d	the	
    -_274C20FEFED41062	m0623dxade01	Handful of Excellent Desert Mitexi Bark	a	the	Handfuls of Excellent Desert Mitexi Bark	\d	the	
    -_D2783B427186067A	m0623dxadf01	Handful of Supreme Desert Mitexi Bark	a	the	Handfuls of Supreme Desert Mitexi Bark	\d	the	
    -_FB34CFD0BBC84910	m0623dxafd01	Handful of Choice Forest Mitexi Bark	a	the	Handfuls of Choice Forest Mitexi Bark	\d	the	
    -_E7EC2C00BE741C62	m0623dxafe01	Handful of Excellent Forest Mitexi Bark	a	the	Handfuls of Excellent Forest Mitexi Bark	\d	the	
    -_D2183F4EF1860A7A	m0623dxaff01	Handful of Supreme Forest Mitexi Bark	a	the	Handfuls of Supreme Forest Mitexi Bark	\d	the	
    -_76E3C7D63E084901	m0623dxajd01	Handful of Choice Jungle Mitexi Bark	a	the	Handfuls of Choice Jungle Mitexi Bark	\d	the	
    -_E65C2006BDE41064	m0623dxaje01	Handful of Excellent Jungle Mitexi Bark	a	the	Handfuls of Excellent Jungle Mitexi Bark	\d	the	
    -_10993F58F295EE6D	m0623dxajf01	Handful of Supreme Jungle Mitexi Bark	a	the	Handfuls of Supreme Jungle Mitexi Bark	\d	the	
    -_E58E8843D85C55FD	m0623dxald01	Handful of Choice Lakes Mitexi Bark	a	the	Handfuls of Choice Lakes Mitexi Bark	\d	the	
    -_C543EF56FA690659	m0623dxale01	Handful of Excellent Lakes Mitexi Bark	a	the	Handfuls of Excellent Lakes Mitexi Bark	\d	the	
    -_DCB73B2CFFB507F0	m0623dxalf01	Handful of Supreme Lakes Mitexi Bark	a	the	Handfuls of Supreme Lakes Mitexi Bark	\d	the	
    -_7A26D840E0024216	m0623dxapd01	Handful of Choice Prime Root Mitexi Bark	a	the	Handfuls of Choice Prime Root Mitexi Bark	\d	the	
    -_14457192358131C8	m0623dxape01	Handful of Excellent Prime Root Mitexi Bark	a	the	Handfuls of Excellent Prime Root Mitexi Bark	\d	the	
    -_1FF45623D153C549	m0623dxapf01	Handful of Supreme Prime Root Mitexi Bark	a	the	Handfuls of Supreme Prime Root Mitexi Bark	\d	the	
    -_5E4F8F221AB1FDF7	m0624dxacb01	Portion of Basic Moon Resin	a	the	Portions of Basic Moon Resin	\d	the	
    -_2738985854223C5E	m0624dxacc01	Portion of Fine Moon Resin	a	the	Portions of Fine Moon Resin	\d	the	
    -_989DA1174C39FDC1	m0624dxadd01	Portion of Choice Desert Moon Resin	a	the	Portions of Choice Desert Moon Resin	\d	the	
    -_3D6E968952A3A83E	m0624dxade01	Portion of Excellent Desert Moon Resin	a	the	Portions of Excellent Desert Moon Resin	\d	the	
    -_F4E1E3C1AA385ED2	m0624dxadf01	Portion of Supreme Desert Moon Resin	a	the	Portions of Supreme Desert Moon Resin	\d	the	
    -_98BDA1175079FDC1	m0624dxafd01	Portion of Choice Forest Moon Resin	a	the	Portions of Choice Forest Moon Resin	\d	the	
    -_FD0E9E8C5293D440	m0624dxafe01	Portion of Excellent Forest Moon Resin	a	the	Portions of Excellent Forest Moon Resin	\d	the	
    -_34D107CF2A385ED3	m0624dxaff01	Portion of Supreme Forest Moon Resin	a	the	Portions of Supreme Forest Moon Resin	\d	the	
    -_10DBB11354F9FDC1	m0624dxajd01	Portion of Choice Jungle Moon Resin	a	the	Portions of Choice Jungle Moon Resin	\d	the	
    -_FC6F7289D261D046	m0624dxaje01	Portion of Excellent Jungle Moon Resin	a	the	Portions of Excellent Jungle Moon Resin	\d	the	
    -_F3B00FDD2B3822BD	m0624dxajf01	Portion of Supreme Jungle Moon Resin	a	the	Portions of Supreme Jungle Moon Resin	\d	the	
    -_9A391D3BE7F8F5EB	m0624dxald01	Portion of Choice Lakes Moon Resin	a	the	Portions of Choice Lakes Moon Resin	\d	the	
    -_B08C06A9C61C1EC2	m0624dxale01	Portion of Excellent Lakes Moon Resin	a	the	Portions of Excellent Lakes Moon Resin	\d	the	
    -_DBB5223B05B95130	m0624dxalf01	Portion of Supreme Lakes Moon Resin	a	the	Portions of Supreme Lakes Moon Resin	\d	the	
    -_2F7D0E154B254A5F	m0624dxapd01	Portion of Choice Prime Root Moon Resin	a	the	Portions of Choice Prime Root Moon Resin	\d	the	
    -_12020CB76C669F01	m0624dxape01	Portion of Excellent Prime Root Moon Resin	a	the	Portions of Excellent Prime Root Moon Resin	\d	the	
    -_7127061DA5EC101D	m0624dxapf01	Portion of Supreme Prime Root Moon Resin	a	the	Portions of Supreme Prime Root Moon Resin	\d	the	
    -_44135D9405E3A5E7	m0625ccfca01	Basic Najab Bone	a	the	Basic Najab Bones	\d	the	
    -_AD4C09928851760C	m0625ccfcb01	Fine Najab Bone	a	the	Fine Najab Bones	\d	the	
    -_397E712F6DC233C5	m0625ccfjd01	Excellent Jungle Najab Bone	an	the	Excellent Jungle Najab Bones	\d	the	
    -_3A3F3809FCD0C03B	m0625ccfje01	Supreme Jungle Najab Bone	a	the	Supreme Jungle Najab Bones	\d	the	
    -_6A24DE0E2B9C77A0	m0625ccflc01	Choice Lakes Najab Bone	a	the	Choice Lakes Najab Bones	\d	the	
    -_3DBBE02C03006038	m0625ccfld01	Excellent Lakes Najab Bone	an	the	Excellent Lakes Najab Bones	\d	the	
    -_CFF3FC0817B46525	m0625ccfpe01	Supreme Prime Root Najab Bone	a	the	Supreme Prime Root Najab Bones	\d	the	
    -_C413259885E36DEC	m0626ccfca01	Basic Najab Fang	a	the	Basic Najab Fangs	\d	the	
    -_2AAC098489517E0D	m0626ccfcb01	Fine Najab Fang	a	the	Fine Najab Fangs	\d	the	
    -_3B7E712F6D0233AA	m0626ccfjd01	Excellent Jungle Najab Fang	an	the	Excellent Jungle Najab Fangs	\d	the	
    -_3A5F50097910C03E	m0626ccfje01	Supreme Jungle Najab Fang	a	the	Supreme Jungle Najab Fangs	\d	the	
    -_EA24AE12A8DC77A1	m0626ccflc01	Choice Lakes Najab Fang	a	the	Choice Lakes Najab Fangs	\d	the	
    -_3DFBF01E0400603B	m0626ccfld01	Excellent Lakes Najab Fang	an	the	Excellent Lakes Najab Fangs	\d	the	
    -_CFF3040A94147526	m0626ccfpe01	Supreme Prime Root Najab Fang	a	the	Supreme Prime Root Najab Fangs	\d	the	
    -_EA26310297BCCB69	m0627ccfca01	Basic Najab Ligament	a	the	Basic Najab Ligaments	\d	the	
    -_0F645FEADCB67E7C	m0627ccfcb01	Fine Najab Ligament	a	the	Fine Najab Ligaments	\d	the	
    -_E227B92D80272587	m0627ccfjd01	Excellent Jungle Najab Ligament	an	the	Excellent Jungle Najab Ligaments	\d	the	
    -_3EC2ECE5A9B9AA38	m0627ccfje01	Supreme Jungle Najab Ligament	a	the	Supreme Jungle Najab Ligaments	\d	the	
    -_B53ACC50D472C73E	m0627ccflc01	Choice Lakes Najab Ligament	a	the	Choice Lakes Najab Ligaments	\d	the	
    -_5FFFA9B998B9117C	m0627ccfld01	Excellent Lakes Najab Ligament	an	the	Excellent Lakes Najab Ligaments	\d	the	
    -_E30D842DB4067BD9	m0627ccfpe01	Supreme Prime Root Najab Ligament	a	the	Supreme Prime Root Najab Ligaments	\d	the	
    -_4EC6654868851F41	m0629dxacb01	Basic Nita Wood Node	a	the	Basic Nita Wood Nodes	\d	the	
    -_4C7F72EDE4BBF23C	m0629dxacc01	Fine Nita Wood Node	a	the	Fine Nita Wood Nodes	\d	the	
    -_70CA9731A0AFF10D	m0629dxadd01	Choice Desert Nita Wood Node	a	the	Choice Desert Nita Wood Nodes	\d	the	
    -_2516783C8267E49E	m0629dxade01	Excellent Desert Nita Wood Node	an	the	Excellent Desert Nita Wood Nodes	\d	the	
    -_FF4571BF99A91DF8	m0629dxadf01	Supreme Desert Nita Wood Node	a	the	Supreme Desert Nita Wood Nodes	\d	the	
    -_70CA973320AFE921	m0629dxafd01	Choice Forest Nita Wood Node	a	the	Choice Forest Nita Wood Nodes	\d	the	
    -_A746783D0497E49D	m0629dxafe01	Excellent Forest Nita Wood Node	an	the	Excellent Forest Nita Wood Nodes	\d	the	
    -_FF4575C259394DFA	m0629dxaff01	Supreme Forest Nita Wood Node	a	the	Supreme Forest Nita Wood Nodes	\d	the	
    -_72CA97199EEFC92D	m0629dxajd01	Choice Jungle Nita Wood Node	a	the	Choice Jungle Nita Wood Nodes	\d	the	
    -_6515803DC266EC99	m0629dxaje01	Excellent Jungle Nita Wood Node	an	the	Excellent Jungle Nita Wood Nodes	\d	the	
    -_FF541DC1D85975FE	m0629dxajf01	Supreme Jungle Nita Wood Node	a	the	Supreme Jungle Nita Wood Nodes	\d	the	
    -_40251338C6C58417	m0629dxald01	Choice Lakes Nita Wood Node	a	the	Choice Lakes Nita Wood Nodes	\d	the	
    -_67E108EB0016B54B	m0629dxale01	Excellent Lakes Nita Wood Node	an	the	Excellent Lakes Nita Wood Nodes	\d	the	
    -_AAD7C8C8D9B95C02	m0629dxalf01	Supreme Lakes Nita Wood Node	a	the	Supreme Lakes Nita Wood Nodes	\d	the	
    -_6322C52DE3430577	m0629dxapd01	Choice Prime Root Nita Wood Node	a	the	Choice Prime Root Nita Wood Nodes	\d	the	
    -_D7CA2787667FEFEF	m0629dxape01	Excellent Prime Root Nita Wood Node	an	the	Excellent Prime Root Nita Wood Nodes	\d	the	
    -_52DFD5A835662600	m0629dxapf01	Supreme Prime Root Nita Wood Node	a	the	Supreme Prime Root Nita Wood Nodes	\d	the	
    -_27B87B6663F20007	m0630dxacb01	Handful of Basic Oath Bark	a	the	Handfuls of Basic Oath Bark	\d	the	
    -_6D4ECE5D7CECA101	m0630dxacc01	Handful of Fine Oath Bark	a	the	Handfuls of Fine Oath Bark	\d	the	
    -_9D26D1429A9C918C	m0630dxadd01	Handful of Choice Desert Oath Bark	a	the	Handfuls of Choice Desert Oath Bark	\d	the	
    -_C4F09A503CDC6B56	m0630dxade01	Handful of Excellent Desert Oath Bark	a	the	Handfuls of Excellent Desert Oath Bark	\d	the	
    -_44B77324F90FBD3B	m0630dxadf01	Handful of Supreme Desert Oath Bark	a	the	Handfuls of Supreme Desert Oath Bark	\d	the	
    -_9D36D543DC5C998C	m0630dxafd01	Handful of Choice Forest Oath Bark	a	the	Handfuls of Choice Forest Oath Bark	\d	the	
    -_0490A2527CDC6B60	m0630dxafe01	Handful of Excellent Forest Oath Bark	a	the	Handfuls of Excellent Forest Oath Bark	\d	the	
    -_C4B76B3AF90FBD3B	m0630dxaff01	Handful of Supreme Forest Oath Bark	a	the	Handfuls of Supreme Forest Oath Bark	\d	the	
    -_D9D4C1455DFDA98C	m0630dxajd01	Handful of Choice Jungle Oath Bark	a	the	Handfuls of Choice Jungle Oath Bark	\d	the	
    -_04F1B247BB0B3F68	m0630dxaje01	Handful of Excellent Jungle Oath Bark	a	the	Handfuls of Excellent Jungle Oath Bark	\d	the	
    -_42F74B4AFB0FBD1D	m0630dxajf01	Handful of Supreme Jungle Oath Bark	a	the	Handfuls of Supreme Jungle Oath Bark	\d	the	
    -_4C062AD9D467FD38	m0630dxald01	Handful of Choice Lakes Oath Bark	a	the	Handfuls of Choice Lakes Oath Bark	\d	the	
    -_4495CFA80BD7BD1B	m0630dxale01	Handful of Excellent Lakes Oath Bark	a	the	Handfuls of Excellent Lakes Oath Bark	\d	the	
    -_1F4B24452DC59B8E	m0630dxalf01	Handful of Supreme Lakes Oath Bark	a	the	Handfuls of Supreme Lakes Oath Bark	\d	the	
    -_AF629A29E5195E70	m0630dxapd01	Handful of Choice Prime Root Oath Bark	a	the	Handfuls of Choice Prime Root Oath Bark	\d	the	
    -_9458FEEE19BDE168	m0630dxape01	Handful of Excellent Prime Root Oath Bark	a	the	Handfuls of Excellent Prime Root Oath Bark	\d	the	
    -_6E154338059D2F8D	m0630dxapf01	Handful of Supreme Prime Root Oath Bark	a	the	Handfuls of Supreme Prime Root Oath Bark	\d	the	
    -_78CA60D511326EEF	m0632cclca01	Basic Ocyx Fang	a	the	Basic Ocyx Fangs	\d	the	
    -_3F9A3D1287F1FD2E	m0632cclcb01	Fine Ocyx Fang	a	the	Fine Ocyx Fangs	\d	the	
    -_A6F382C4468BD7BA	m0632ccldc01	Choice Desert Ocyx Fang	a	the	Choice Desert Ocyx Fangs	\d	the	
    -_39E02FF2F586C0C7	m0632ccldd01	Excellent Desert Ocyx Fang	an	the	Excellent Desert Ocyx Fangs	\d	the	
    -_22EF805B25BFB8AA	m0632cclde01	Supreme Desert Ocyx Fang	a	the	Supreme Desert Ocyx Fangs	\d	the	
    -_260382C508ABD3C4	m0632cclfc01	Choice Forest Ocyx Fang	a	the	Choice Forest Ocyx Fangs	\d	the	
    -_92D25AFF2F47CA9A	m0633cclca01	Basic Ocyx Ligament	a	the	Basic Ocyx Ligaments	\d	the	
    -_4E431A8F6FF48E8C	m0633cclcb01	Fine Ocyx Ligament	a	the	Fine Ocyx Ligaments	\d	the	
    -_3C1877D9E883387A	m0633ccldc01	Choice Desert Ocyx Ligament	a	the	Choice Desert Ocyx Ligaments	\d	the	
    -_7556C843ED1CAD4C	m0633ccldd01	Excellent Desert Ocyx Ligament	an	the	Excellent Desert Ocyx Ligaments	\d	the	
    -_300E4DEB4F8C5501	m0633cclde01	Supreme Desert Ocyx Ligament	a	the	Supreme Desert Ocyx Ligaments	\d	the	
    -_3E3877DB28933483	m0633cclfc01	Choice Forest Ocyx Ligament	a	the	Choice Forest Ocyx Ligaments	\d	the	
    -_161465B54FD09FDA	m0634cclca01	Fragment of Basic Ocyx Shell	a	the	Fragments of Basic Ocyx Shell	\d	the	
    -_881F17FA90863136	m0634cclcb01	Fragment of Fine Ocyx Shell	a	the	Fragments of Fine Ocyx Shell	\d	the	
    -_0AD0EF60682805C0	m0634ccldc01	Fragment of Choice Desert Ocyx Shell	a	the	Fragments of Choice Desert Ocyx Shell	\d	the	
    -_D250D2CD68778208	m0634ccldd01	Fragment of Excellent Desert Ocyx Shell	a	the	Fragments of Excellent Desert Ocyx Shell	\d	the	
    -_1823615BB73B9360	m0634cclde01	Fragment of Supreme Desert Ocyx Shell	a	the	Fragments of Supreme Desert Ocyx Shell	\d	the	
    -_4AC0136EE82805C1	m0634cclfc01	Fragment of Choice Forest Ocyx Shell	a	the	Fragments of Choice Forest Ocyx Shell	\d	the	
    -_6AE17CCA1AE7F96D	m0635chtca01	Fragment of Basic Ploderos Eye	a	the	Fragments of Basic Ploderos Eye	\d	the	
    -_EEF674CA867EA14F	m0635chtcb01	Fragment of Fine Ploderos Eye	a	the	Fragments of Fine Ploderos Eye	\d	the	
    -_629110C9FA08BC05	m0635chtde01	Fragment of Supreme Desert Ploderos Eye	a	the	Fragments of Supreme Desert Ploderos Eye	\d	the	
    -_615AE9A2C820135A	m0635chtfc01	Fragment of Choice Forest Ploderos Eye	a	the	Fragments of Choice Forest Ploderos Eye	\d	the	
    -_22BAD9AC05AF1B47	m0635chtjc01	Fragment of Choice Jungle Ploderos Eye	a	the	Fragments of Choice Jungle Ploderos Eye	\d	the	
    -_C1B1FAC7C4B650B6	m0635chtjd01	Fragment of Excellent Jungle Ploderos Eye	a	the	Fragments of Excellent Jungle Ploderos Eye	\d	the	
    -_E24014CF7AB7C005	m0635chtje01	Fragment of Supreme Jungle Ploderos Eye	a	the	Fragments of Supreme Jungle Ploderos Eye	\d	the	
    -_D5A2B9256D197563	m0636chtca01	Fragment of Basic Ploderos Skin	a	the	Fragments of Basic Ploderos Skin	\d	the	
    -_E3F30590946A8D41	m0636chtcb01	Fragment of Fine Ploderos Skin	a	the	Fragments of Fine Ploderos Skin	\d	the	
    -_260BFFF703561863	m0636chtde01	Fragment of Supreme Desert Ploderos Skin	a	the	Fragments of Supreme Desert Ploderos Skin	\d	the	
    -_42B93B0CDA30EF47	m0636chtfc01	Fragment of Choice Forest Ploderos Skin	a	the	Fragments of Choice Forest Ploderos Skin	\d	the	
    -_82D92B071A50DF3E	m0636chtjc01	Fragment of Choice Jungle Ploderos Skin	a	the	Fragments of Choice Jungle Ploderos Skin	\d	the	
    -_6D15226EEEEBC5B9	m0636chtjd01	Fragment of Excellent Jungle Ploderos Skin	a	the	Fragments of Excellent Jungle Ploderos Skin	\d	the	
    -_A6C92705C257F45D	m0636chtje01	Fragment of Supreme Jungle Ploderos Skin	a	the	Fragments of Supreme Jungle Ploderos Skin	\d	the	
    -_896D89113BCD5B77	m0637chtca01	Basic Ploderos Nail	a	the	Basic Ploderos Nails	\d	the	
    -_1950E185E3689B9D	m0637chtcb01	Fine Ploderos Nail	a	the	Fine Ploderos Nails	\d	the	
    -_12907D37EFBAE5D9	m0637chtde01	Supreme Desert Ploderos Nail	a	the	Supreme Desert Ploderos Nails	\d	the	
    -_35D3A6ED3419C560	m0637chtfc01	Choice Forest Ploderos Nail	a	the	Choice Forest Ploderos Nails	\d	the	
    -_B813A6E2AFC8BD62	m0637chtjc01	Choice Jungle Ploderos Nail	a	the	Choice Jungle Ploderos Nails	\d	the	
    -_AB7885EB72D92C9B	m0637chtjd01	Excellent Jungle Ploderos Nail	an	the	Excellent Jungle Ploderos Nails	\d	the	
    -_12900531EF1865E5	m0637chtje01	Supreme Jungle Ploderos Nail	a	the	Supreme Jungle Ploderos Nails	\d	the	
    -_B9CC9A7A6E16A188	m0638chtca01	Fragment of Basic Ploderos Pelvis	a	the	Fragments of Basic Ploderos Pelvis	\d	the	
    -_3F885853398C95F3	m0638chtcb01	Fragment of Fine Ploderos Pelvis	a	the	Fragments of Fine Ploderos Pelvis	\d	the	
    -_AF6BDC15050E0CE3	m0638chtde01	Fragment of Supreme Desert Ploderos Pelvis	a	the	Fragments of Supreme Desert Ploderos Pelvis	\d	the	
    -_EE28544E5D1E4F1C	m0638chtfc01	Fragment of Choice Forest Ploderos Pelvis	a	the	Fragments of Choice Forest Ploderos Pelvis	\d	the	
    -_2D57285A5D7F5F0D	m0638chtjc01	Fragment of Choice Jungle Ploderos Pelvis	a	the	Fragments of Choice Jungle Ploderos Pelvis	\d	the	
    -_8773723385E0C4AF	m0638chtjd01	Fragment of Excellent Jungle Ploderos Pelvis	a	the	Fragments of Excellent Jungle Ploderos Pelvis	\d	the	
    -_AE3A0831860ED0CE	m0638chtje01	Fragment of Supreme Jungle Ploderos Pelvis	a	the	Fragments of Supreme Jungle Ploderos Pelvis	\d	the	
    -_2A8081483D2E3379	m0639chtca01	Basic Ploderos Tooth	a	the	Basic Ploderos Teeth	\d	the	
    -_53B342AFAA9CBB94	m0639chtcb01	Fine Ploderos Tooth	a	the	Fine Ploderos Teeth	\d	the	
    -_B086E532749966ED	m0639chtde01	Supreme Desert Ploderos Tooth	a	the	Supreme Desert Ploderos Teeth	\d	the	
    -_4C84B333F558FD59	m0639chtfc01	Choice Forest Ploderos Tooth	a	the	Choice Forest Ploderos Teeth	\d	the	
    -_4E84B3197398DD65	m0639chtjc01	Choice Jungle Ploderos Tooth	a	the	Choice Jungle Ploderos Teeth	\d	the	
    -_AB6AC8448DBA34A0	m0639chtjd01	Excellent Jungle Ploderos Tooth	an	the	Excellent Jungle Ploderos Teeth	\d	the	
    -_B0959134B349BEF3	m0639chtje01	Supreme Jungle Ploderos Tooth	a	the	Supreme Jungle Ploderos Teeth	\d	the	
    -_DCF684B9A6020591	m0640cpcca01	Handful of Basic Psykopla Moss	a	the	Handfuls of Basic Psykopla Moss	\d	the	
    -_CAA949ED9B8FE868	m0640cpccb01	Handful of Fine Psykopla Moss	a	the	Handfuls of Fine Psykopla Moss	\d	the	
    -_3727AF8A0D2F9BE9	m0640cpcfe01	Handful of Supreme Forest Psykopla Moss	a	the	Handfuls of Supreme Forest Psykopla Moss	\d	the	
    -_3DC1E722BD81ADA1	m0640cpcpe01	Handful of Supreme Prime Root Psykopla Moss	a	the	Handfuls of Supreme Prime Root Psykopla Moss	\d	the	
    -_6BA8310257DE6B5D	m0641cceca01	Basic Ragus Ligament	a	the	Basic Ragus Ligaments	\d	the	
    -_D4346FEE9CB6C29B	m0641ccecb01	Fine Ragus Ligament	a	the	Fine Ragus Ligaments	\d	the	
    -_C0B344F733AA7632	m0641ccefe01	Supreme Forest Ragus Ligament	a	the	Supreme Forest Ragus Ligaments	\d	the	
    -_8FAC63D38D481549	m0641ccejc01	Choice Jungle Ragus Ligament	a	the	Choice Jungle Ragus Ligaments	\d	the	
    -_C0C2ECF6B2CA9E36	m0641cceje01	Supreme Jungle Ragus Ligament	a	the	Supreme Jungle Ragus Ligaments	\d	the	
    -_3B1B1C5194B3C749	m0641ccelc01	Choice Lakes Ragus Ligament	a	the	Choice Lakes Ragus Ligaments	\d	the	
    -_E1FFEDCDDBFA1576	m0641cceld01	Excellent Lakes Ragus Ligament	an	the	Excellent Lakes Ragus Ligaments	\d	the	
    -_328CC5C991B42C61	m0641ccele01	Supreme Lakes Ragus Ligament	a	the	Supreme Lakes Ragus Ligaments	\d	the	
    -_A84E783E7AD67BD7	m0641ccepe01	Supreme Prime Root Ragus Ligament	a	the	Supreme Prime Root Ragus Ligaments	\d	the	
    -_EEA82DA65120FEA9	m0642chmca01	Fragment of Basic Raspal Eye	a	the	Fragments of Basic Raspal Eye	\d	the	
    -_A54121EACCB6B1F4	m0642chmcb01	Fragment of Fine Raspal Eye	a	the	Fragments of Fine Raspal Eye	\d	the	
    -_7F5117A514C8C7DE	m0642chmdd01	Fragment of Excellent Desert Raspal Eye	a	the	Fragments of Excellent Desert Raspal Eye	\d	the	
    -_27138932E91A776F	m0642chmde01	Fragment of Supreme Desert Raspal Eye	a	the	Fragments of Supreme Desert Raspal Eye	\d	the	
    -_317704EAFD3EB131	m0643chmca01	Fragment of Basic Raspal Skin	a	the	Fragments of Basic Raspal Skin	\d	the	
    -_5C9619C2D7951F4A	m0643chmcb01	Fragment of Fine Raspal Skin	a	the	Fragments of Fine Raspal Skin	\d	the	
    -_7A3696CE0D15F7D8	m0643chmdd01	Fragment of Excellent Desert Raspal Skin	a	the	Fragments of Excellent Desert Raspal Skin	\d	the	
    -_D05C7270BF439F6D	m0643chmde01	Fragment of Supreme Desert Raspal Skin	a	the	Fragments of Supreme Desert Raspal Skin	\d	the	
    -_5CF58582D600FA92	m0644chmca01	Basic Raspal Nail	a	the	Basic Raspal Nails	\d	the	
    -_0A4412670C6456B9	m0644chmcb01	Fine Raspal Nail	a	the	Fine Raspal Nails	\d	the	
    -_5D69E12A9F705B27	m0644chmdd01	Excellent Desert Raspal Nail	an	the	Excellent Desert Raspal Nails	\d	the	
    -_FAC73E4F9EAA295B	m0644chmde01	Supreme Desert Raspal Nail	a	the	Supreme Desert Raspal Nails	\d	the	
    -_19275DE5AE9E1922	m0645chmca01	Fragment of Basic Raspal Pelvis	a	the	Fragments of Basic Raspal Pelvis	\d	the	
    -_548441E3CE57921E	m0645chmcb01	Fragment of Fine Raspal Pelvis	a	the	Fragments of Fine Raspal Pelvis	\d	the	
    -_B2875F8C55E8C1C8	m0645chmdd01	Fragment of Excellent Desert Raspal Pelvis	a	the	Fragments of Excellent Desert Raspal Pelvis	\d	the	
    -_DFD82306151613A3	m0645chmde01	Fragment of Supreme Desert Raspal Pelvis	a	the	Fragments of Supreme Desert Raspal Pelvis	\d	the	
    -_1A23ED7C63A79BA6	m0646chmca01	Basic Raspal Tooth	a	the	Basic Raspal Teeth	\d	the	
    -_2555CA900994A241	m0646chmcb01	Fine Raspal Tooth	a	the	Fine Raspal Teeth	\d	the	
    -_DE1969FF9B443482	m0646chmdd01	Excellent Desert Raspal Tooth	an	the	Excellent Desert Raspal Teeth	\d	the	
    -_E876F7F12D1B855E	m0646chmde01	Supreme Desert Raspal Tooth	a	the	Supreme Desert Raspal Teeth	\d	the	
    -_F2C7E9A51320FEB4	m0647chpca01	Fragment of Basic Rendor Eye	a	the	Fragments of Basic Rendor Eye	\d	the	
    -_A50391D20B36B1F9	m0647chpcb01	Fragment of Fine Rendor Eye	a	the	Fragments of Fine Rendor Eye	\d	the	
    -_E68373502C78649A	m0647chpdc01	Fragment of Choice Desert Rendor Eye	a	the	Fragments of Choice Desert Rendor Eye	\d	the	
    -_3EF24F999469FFD7	m0647chpdd01	Fragment of Excellent Desert Rendor Eye	a	the	Fragments of Excellent Desert Rendor Eye	\d	the	
    -_69927536AA7BAF6E	m0647chpde01	Fragment of Supreme Desert Rendor Eye	a	the	Fragments of Supreme Desert Rendor Eye	\d	the	
    -_2673975EAC78649B	m0647chpfc01	Fragment of Choice Forest Rendor Eye	a	the	Fragments of Choice Forest Rendor Eye	\d	the	
    -_EBA29D3AAA8BAF6E	m0647chpfe01	Fragment of Supreme Forest Rendor Eye	a	the	Fragments of Supreme Forest Rendor Eye	\d	the	
    -_AF06E4E5BF3EC944	m0648chpca01	Fragment of Basic Rendor Skin	a	the	Fragments of Basic Rendor Skin	\d	the	
    -_DDD721B158D51F4F	m0648chpcb01	Fragment of Fine Rendor Skin	a	the	Fragments of Fine Rendor Skin	\d	the	
    -_E981E66C29872719	m0648chpdc01	Fragment of Choice Desert Rendor Skin	a	the	Fragments of Choice Desert Rendor Skin	\d	the	
    -_BA5666C9CF762FD1	m0648chpdd01	Fragment of Excellent Desert Rendor Skin	a	the	Fragments of Excellent Desert Rendor Skin	\d	the	
    -_549B5E7401236F73	m0648chpde01	Fragment of Supreme Desert Rendor Skin	a	the	Fragments of Supreme Desert Rendor Skin	\d	the	
    -_E921EA78A9872B19	m0648chpfc01	Fragment of Choice Forest Rendor Skin	a	the	Fragments of Choice Forest Rendor Skin	\d	the	
    -_D48B867841236B7E	m0648chpfe01	Fragment of Supreme Forest Rendor Skin	a	the	Fragments of Supreme Forest Rendor Skin	\d	the	
    -_E034718618E0CA98	m0649chpca01	Basic Rendor Nail	a	the	Basic Rendor Nails	\d	the	
    -_C9E54A5B8C058EB2	m0649chpcb01	Fine Rendor Nail	a	the	Fine Rendor Nails	\d	the	
    -_49DDA73FBC4B8470	m0649chpdc01	Choice Desert Rendor Nail	a	the	Choice Desert Rendor Nails	\d	the	
    -_DEAAE91920B05B2C	m0649chpdd01	Excellent Desert Rendor Nail	an	the	Excellent Desert Rendor Nails	\d	the	
    -_B9073E55E24A4D58	m0649chpde01	Supreme Desert Rendor Nail	a	the	Supreme Desert Rendor Nails	\d	the	
    -_C9CDCF43FC4B807B	m0649chpfc01	Choice Forest Rendor Nail	a	the	Choice Forest Rendor Nails	\d	the	
    -_3B273E58E24A7559	m0649chpfe01	Supreme Forest Rendor Nail	a	the	Supreme Forest Rendor Nails	\d	the	
    -_DB072DE0F17EE918	m0650chpca01	Fragment of Basic Rendor Pelvis	a	the	Fragments of Basic Rendor Pelvis	\d	the	
    -_919489D74E97AA27	m0650chpcb01	Fragment of Fine Rendor Pelvis	a	the	Fragments of Fine Rendor Pelvis	\d	the	
    -_881EB3BB9E9567F2	m0650chpdc01	Fragment of Choice Desert Rendor Pelvis	a	the	Fragments of Choice Desert Rendor Pelvis	\d	the	
    -_AE766F8C164911C5	m0650chpdd01	Fragment of Excellent Desert Rendor Pelvis	a	the	Fragments of Excellent Desert Rendor Pelvis	\d	the	
    -_A2172718D3C523A4	m0650chpde01	Fragment of Supreme Desert Rendor Pelvis	a	the	Fragments of Supreme Desert Rendor Pelvis	\d	the	
    -_481EAFC75E9563FC	m0650chpfc01	Fragment of Choice Forest Rendor Pelvis	a	the	Fragments of Choice Forest Rendor Pelvis	\d	the	
    -_A207531C93652BA5	m0650chpfe01	Fragment of Supreme Forest Rendor Pelvis	a	the	Fragments of Supreme Forest Rendor Pelvis	\d	the	
    -_58D2FD7CA58783AA	m0651chpca01	Basic Rendor Tooth	a	the	Basic Rendor Teeth	\d	the	
    -_A5759A8BCBF5DA30	m0651chpcb01	Fine Rendor Tooth	a	the	Fine Rendor Teeth	\d	the	
    -_073AAB119AE33571	m0651chpdc01	Choice Desert Rendor Tooth	a	the	Choice Desert Rendor Teeth	\d	the	
    -_A1B98DF71B843483	m0651chpdd01	Excellent Desert Rendor Tooth	an	the	Excellent Desert Rendor Teeth	\d	the	
    -_2976F7F7F23A4158	m0651chpde01	Supreme Desert Rendor Tooth	a	the	Supreme Desert Rendor Teeth	\d	the	
    -_47DAB313DAE3357B	m0651chpfc01	Choice Forest Rendor Tooth	a	the	Choice Forest Rendor Teeth	\d	the	
    -_A976F7FA322A6564	m0651chpfe01	Supreme Forest Rendor Tooth	a	the	Supreme Forest Rendor Teeth	\d	the	
    -_9F25BEECB800CBE7	m0652dxacb01	Basic Scrath Wood Node	a	the	Basic Scrath Wood Nodes	\d	the	
    -_383B4E9562AAF39C	m0652dxacc01	Fine Scrath Wood Node	a	the	Fine Scrath Wood Nodes	\d	the	
    -_096E24C2F27BC56D	m0652dxadd01	Choice Desert Scrath Wood Node	a	the	Choice Desert Scrath Wood Nodes	\d	the	
    -_23C7D547007EA6B4	m0652dxade01	Excellent Desert Scrath Wood Node	an	the	Excellent Desert Scrath Wood Nodes	\d	the	
    -_92311897B297FD74	m0652dxadf01	Supreme Desert Scrath Wood Node	a	the	Supreme Desert Scrath Wood Nodes	\d	the	
    -_896E28C4F21BC977	m0652dxafd01	Choice Forest Scrath Wood Node	a	the	Choice Forest Scrath Wood Nodes	\d	the	
    -_23D7D549828ECEB6	m0652dxafe01	Excellent Forest Scrath Wood Node	an	the	Excellent Forest Scrath Wood Nodes	\d	the	
    -_D23114A432872576	m0652dxaff01	Supreme Forest Scrath Wood Node	a	the	Supreme Forest Scrath Wood Nodes	\d	the	
    -_8A7D0CBB309CC97D	m0652dxajd01	Choice Jungle Scrath Wood Node	a	the	Choice Jungle Scrath Wood Nodes	\d	the	
    -_5F66A142848DE6BA	m0652dxaje01	Excellent Jungle Scrath Wood Node	an	the	Excellent Jungle Scrath Wood Nodes	\d	the	
    -_1151C8A7B3463D6B	m0652dxajf01	Supreme Jungle Scrath Wood Node	a	the	Supreme Jungle Scrath Wood Nodes	\d	the	
    -_3150B1F778AFE9FE	m0652dxald01	Choice Lakes Scrath Wood Node	a	the	Choice Lakes Scrath Wood Nodes	\d	the	
    -_9CF10886384274D9	m0652dxale01	Excellent Lakes Scrath Wood Node	an	the	Excellent Lakes Scrath Wood Nodes	\d	the	
    -_9967A47559580D15	m0652dxalf01	Supreme Lakes Scrath Wood Node	a	the	Supreme Lakes Scrath Wood Nodes	\d	the	
    -_277325EF81BF9EF0	m0652dxapd01	Choice Prime Root Scrath Wood Node	a	the	Choice Prime Root Scrath Wood Nodes	\d	the	
    -_0F4D8A873C628236	m0652dxape01	Excellent Prime Root Scrath Wood Node	an	the	Excellent Prime Root Scrath Wood Nodes	\d	the	
    -_E47201B8D850E9FA	m0652dxapf01	Supreme Prime Root Scrath Wood Node	a	the	Supreme Prime Root Scrath Wood Nodes	\d	the	
    -_2D67D59BD430FEA6	m0653chsca01	Fragment of Basic Shalah Eye	a	the	Fragments of Basic Shalah Eye	\d	the	
    -_E5C121E24596B9F5	m0653chscb01	Fragment of Fine Shalah Eye	a	the	Fragments of Fine Shalah Eye	\d	the	
    -_3B811BA111F8CBDB	m0653chsdd01	Fragment of Excellent Desert Shalah Eye	a	the	Fragments of Excellent Desert Shalah Eye	\d	the	
    -_E3424539AADA7768	m0653chsde01	Fragment of Supreme Desert Shalah Eye	a	the	Fragments of Supreme Desert Shalah Eye	\d	the	
    -_0F20716339D9F334	m0653chsld01	Fragment of Excellent Lakes Shalah Eye	a	the	Fragments of Excellent Lakes Shalah Eye	\d	the	
    -_1D6F979D554223BF	m0653chsle01	Fragment of Supreme Lakes Shalah Eye	a	the	Fragments of Supreme Lakes Shalah Eye	\d	the	
    -_6F5610D9404EA132	m0654chsca01	Fragment of Basic Shalah Skin	a	the	Fragments of Basic Shalah Skin	\d	the	
    -_9B5609AC9615234B	m0654chscb01	Fragment of Fine Shalah Skin	a	the	Fragments of Fine Shalah Skin	\d	the	
    -_35A68ABC50E5F7D5	m0654chsdd01	Fragment of Excellent Desert Shalah Skin	a	the	Fragments of Excellent Desert Shalah Skin	\d	the	
    -_D22B2A777F438F58	m0654chsde01	Fragment of Supreme Desert Shalah Skin	a	the	Fragments of Supreme Desert Shalah Skin	\d	the	
    -_17CB1D9112327F16	m0654chsld01	Fragment of Excellent Lakes Shalah Skin	a	the	Fragments of Excellent Lakes Shalah Skin	\d	the	
    -_92042F2EF7416D22	m0654chsle01	Fragment of Supreme Lakes Shalah Skin	a	the	Fragments of Supreme Lakes Shalah Skin	\d	the	
    -_5EC43D899600EA7D	m0655chsca01	Basic Shalah Nail	a	the	Basic Shalah Nails	\d	the	
    -_C674166309945AB6	m0655chscb01	Fine Shalah Nail	a	the	Fine Shalah Nails	\d	the	
    -_9C29D1145EF05F28	m0655chsdd01	Excellent Desert Shalah Nail	an	the	Excellent Desert Shalah Nails	\d	the	
    -_F637424B1F29E15F	m0655chsde01	Supreme Desert Shalah Nail	a	the	Supreme Desert Shalah Nails	\d	the	
    -_422906E2A9256024	m0655chsld01	Excellent Lakes Shalah Nail	an	the	Excellent Lakes Shalah Nails	\d	the	
    -_6AA18C2AADC1C474	m0655chsle01	Supreme Lakes Shalah Nail	a	the	Supreme Lakes Shalah Nails	\d	the	
    -_1A374DD3F0AE0911	m0656chsca01	Fragment of Basic Shalah Pelvis	a	the	Fragments of Basic Shalah Pelvis	\d	the	
    -_93235DE0CBC7861F	m0656chscb01	Fragment of Fine Shalah Pelvis	a	the	Fragments of Fine Shalah Pelvis	\d	the	
    -_6DD67F8DD6A8B1C5	m0656chsdd01	Fragment of Excellent Desert Shalah Pelvis	a	the	Fragments of Excellent Desert Shalah Pelvis	\d	the	
    -_1F97CB0DD5F52FA1	m0656chsde01	Fragment of Supreme Desert Shalah Pelvis	a	the	Fragments of Supreme Desert Shalah Pelvis	\d	the	
    -_DB52BE265BD177EF	m0656chsld01	Fragment of Excellent Lakes Shalah Pelvis	a	the	Fragments of Excellent Lakes Shalah Pelvis	\d	the	
    -_85FCB3AF2C44F0F1	m0656chsle01	Fragment of Supreme Lakes Shalah Pelvis	a	the	Fragments of Supreme Lakes Shalah Pelvis	\d	the	
    -_1B12097DE3A77B95	m0657chsca01	Basic Shalah Tooth	a	the	Basic Shalah Teeth	\d	the	
    -_E0C5BE7E4C64A23E	m0657chscb01	Fine Shalah Tooth	a	the	Fine Shalah Teeth	\d	the	
    -_1E982102D8B4387F	m0657chsdd01	Excellent Desert Shalah Tooth	an	the	Excellent Desert Shalah Teeth	\d	the	
    -_2A86F7EDADDA2D54	m0657chsde01	Supreme Desert Shalah Tooth	a	the	Supreme Desert Shalah Teeth	\d	the	
    -_867C4F392212FB57	m0657chsld01	Excellent Lakes Shalah Tooth	an	the	Excellent Lakes Shalah Teeth	\d	the	
    -_43F2E40C4111EC09	m0657chsle01	Supreme Lakes Shalah Tooth	a	the	Supreme Lakes Shalah Teeth	\d	the	
    -_C3174DF11023AC47	m0658cpfca01	Handful of Basic Shooki Moss	a	the	Handfuls of Basic Shooki Moss	\d	the	
    -_7169C12F9891D943	m0658cpfcb01	Handful of Fine Shooki Moss	a	the	Handfuls of Fine Shooki Moss	\d	the	
    -_15D75F5975472E72	m0658cpfde01	Handful of Supreme Desert Shooki Moss	a	the	Handfuls of Supreme Desert Shooki Moss	\d	the	
    -_9FA56186D4D2168B	m0659dxacb01	Basic Silvio Seed	a	the	Basic Silvio Seeds	\d	the	
    -_87B44A7246D58EC9	m0659dxacc01	Fine Silvio Seed	a	the	Fine Silvio Seeds	\d	the	
    -_084E973F783DD063	m0659dxadd01	Choice Desert Silvio Seed	a	the	Choice Desert Silvio Seeds	\d	the	
    -_5D191D21DA018731	m0659dxade01	Excellent Desert Silvio Seed	an	the	Excellent Desert Silvio Seeds	\d	the	
    -_B85856579D3B116A	m0659dxadf01	Supreme Desert Silvio Seed	a	the	Supreme Desert Silvio Seeds	\d	the	
    -_883EBF43B83DCC6E	m0659dxafd01	Choice Forest Silvio Seed	a	the	Choice Forest Silvio Seeds	\d	the	
    -_9D29192CDC218731	m0659dxafe01	Excellent Forest Silvio Seed	an	the	Excellent Forest Silvio Seeds	\d	the	
    -_3A78565A9D3B396B	m0659dxaff01	Supreme Forest Silvio Seed	a	the	Supreme Forest Silvio Seeds	\d	the	
    -_09FDD73CF75D806D	m0659dxajd01	Choice Jungle Silvio Seed	a	the	Choice Jungle Silvio Seeds	\d	the	
    -_18D811325F618722	m0659dxaje01	Excellent Jungle Silvio Seed	an	the	Excellent Jungle Silvio Seeds	\d	the	
    -_BCB81A575989596B	m0659dxajf01	Supreme Jungle Silvio Seed	a	the	Supreme Jungle Silvio Seeds	\d	the	
    -_A641879E2D8DFFED	m0659dxald01	Choice Lakes Silvio Seed	a	the	Choice Lakes Silvio Seeds	\d	the	
    -_82BA1EE9E8479828	m0659dxale01	Excellent Lakes Silvio Seed	an	the	Excellent Lakes Silvio Seeds	\d	the	
    -_2BE1C039EA02F887	m0659dxalf01	Supreme Lakes Silvio Seed	a	the	Supreme Lakes Silvio Seeds	\d	the	
    -_D754DCCC2131607D	m0659dxapd01	Choice Prime Root Silvio Seed	a	the	Choice Prime Root Silvio Seeds	\d	the	
    -_2C5A72E8F11C30EB	m0659dxape01	Excellent Prime Root Silvio Seed	an	the	Excellent Prime Root Silvio Seeds	\d	the	
    -_8AF630C1F307C8C2	m0659dxapf01	Supreme Prime Root Silvio Seed	a	the	Supreme Prime Root Silvio Seeds	\d	the	
    -_9AFAF5DF51BB953E	m0660cpdca01	Handful of Basic Slaveni Moss	a	the	Handfuls of Basic Slaveni Moss	\d	the	
    -_32B641FA9144DD2F	m0660cpdcb01	Handful of Fine Slaveni Moss	a	the	Handfuls of Fine Slaveni Moss	\d	the	
    -_58305D7428086EBD	m0660cpdje01	Handful of Supreme Jungle Slaveni Moss	a	the	Handfuls of Supreme Jungle Slaveni Moss	\d	the	
    -_015739EA91E4AC40	m0661cpbca01	Handful of Basic Stinga Moss	a	the	Handfuls of Basic Stinga Moss	\d	the	
    -_B169812717D1393C	m0661cpbcb01	Handful of Fine Stinga Moss	a	the	Handfuls of Fine Stinga Moss	\d	the	
    -_63B7F70AC3D56316	m0661cpble01	Handful of Supreme Lakes Stinga Moss	a	the	Handfuls of Supreme Lakes Stinga Moss	\d	the	
    -_71178ADCE87CF394	m0662dxacb01	Basic Tansy Wood Node	a	the	Basic Tansy Wood Nodes	\d	the	
    -_D12A0BC266E31F40	m0662dxacc01	Fine Tansy Wood Node	a	the	Fine Tansy Wood Nodes	\d	the	
    -_8A6FF8C3DC38753E	m0662dxadd01	Choice Desert Tansy Wood Node	a	the	Choice Desert Tansy Wood Nodes	\d	the	
    -_33362D74DD4D3D98	m0662dxade01	Excellent Desert Tansy Wood Node	an	the	Excellent Desert Tansy Wood Nodes	\d	the	
    -_948FD1D0383B285D	m0662dxadf01	Supreme Desert Tansy Wood Node	a	the	Supreme Desert Tansy Wood Nodes	\d	the	
    -_0A6FF8C61C28994A	m0662dxafd01	Choice Forest Tansy Wood Node	a	the	Choice Forest Tansy Wood Nodes	\d	the	
    -_B3462D759F6D39A2	m0662dxafe01	Excellent Forest Tansy Wood Node	an	the	Excellent Forest Tansy Wood Nodes	\d	the	
    -_949FD1D2BA4B505F	m0662dxaff01	Supreme Forest Tansy Wood Node	a	the	Supreme Forest Tansy Wood Nodes	\d	the	
    -_0B6FBCB4DB07A154	m0662dxajd01	Choice Jungle Tansy Wood Node	a	the	Choice Jungle Tansy Wood Nodes	\d	the	
    -_F0D5356660CD29A8	m0662dxaje01	Excellent Jungle Tansy Wood Node	an	the	Excellent Jungle Tansy Wood Nodes	\d	the	
    -_D02E9DCBBC4A6863	m0662dxajf01	Supreme Jungle Tansy Wood Node	a	the	Supreme Jungle Tansy Wood Nodes	\d	the	
    -_BC85EB05D2633415	m0662dxald01	Choice Lakes Tansy Wood Node	a	the	Choice Lakes Tansy Wood Nodes	\d	the	
    -_15C351BF3B5A6BB1	m0662dxale01	Excellent Lakes Tansy Wood Node	an	the	Excellent Lakes Tansy Wood Nodes	\d	the	
    -_E1D681959E9189F2	m0662dxalf01	Supreme Lakes Tansy Wood Node	a	the	Supreme Lakes Tansy Wood Nodes	\d	the	
    -_2C36CE96B26B7412	m0662dxapd01	Choice Prime Root Tansy Wood Node	a	the	Choice Prime Root Tansy Wood Nodes	\d	the	
    -_76D3E2A9800C86E4	m0662dxape01	Excellent Prime Root Tansy Wood Node	an	the	Excellent Prime Root Tansy Wood Nodes	\d	the	
    -_39743B4CBBC04FA3	m0662dxapf01	Supreme Prime Root Tansy Wood Node	a	the	Supreme Prime Root Tansy Wood Nodes	\d	the	
    -_F1C8D9A85340FEA7	m0663chkca01	Fragment of Basic Timari Eye	a	the	Fragments of Basic Timari Eye	\d	the	
    -_25E1A9CC49B6C1F5	m0663chkcb01	Fragment of Fine Timari Eye	a	the	Fragments of Fine Timari Eye	\d	the	
    -_7EA16396121813D0	m0663chkdd01	Fragment of Excellent Desert Timari Eye	a	the	Fragments of Excellent Desert Timari Eye	\d	the	
    -_EEB1B94625898753	m0663chkje01	Fragment of Supreme Jungle Timari Eye	a	the	Fragments of Supreme Jungle Timari Eye	\d	the	
    -_22246D8A1511BE89	m0664chkca01	Basic Timari Nail	a	the	Basic Timari Nails	\d	the	
    -_09945E580AB4A2AA	m0664chkcb01	Fine Timari Nail	a	the	Fine Timari Nails	\d	the	
    -_1C4AE9159F106327	m0664chkdd01	Excellent Desert Timari Nail	an	the	Excellent Desert Timari Nails	\d	the	
    -_7EA70A4C1DD79D55	m0664chkje01	Supreme Jungle Timari Nail	a	the	Supreme Jungle Timari Nails	\d	the	
    -_DA5821DF6ECFDD1C	m0665chkca01	Fragment of Basic Timari Pelvis	a	the	Fragments of Basic Timari Pelvis	\d	the	
    -_10F3A5D6CCD78E2F	m0665chkcb01	Fragment of Fine Timari Pelvis	a	the	Fragments of Fine Timari Pelvis	\d	the	
    -_EDA6878ED4B8F9CA	m0665chkdd01	Fragment of Excellent Desert Timari Pelvis	a	the	Fragments of Excellent Desert Timari Pelvis	\d	the	
    -_23A5272D10B60F9C	m0665chkje01	Fragment of Supreme Jungle Timari Pelvis	a	the	Fragments of Supreme Jungle Timari Pelvis	\d	the	
    -_3385590975EB3CEE	m0666ccdca01	Basic Torbak Ligament	a	the	Basic Torbak Ligaments	\d	the	
    -_734AD77C153A0B60	m0666ccdcb01	Fine Torbak Ligament	a	the	Fine Torbak Ligaments	\d	the	
    -_CCDDC7F3A997E2A4	m0666ccdfc01	Choice Forest Torbak Ligament	a	the	Choice Forest Torbak Ligaments	\d	the	
    -_ED3A155B050B55C8	m0666ccdfd01	Excellent Forest Torbak Ligament	an	the	Excellent Forest Torbak Ligaments	\d	the	
    -_0AC1A43544EB4951	m0666ccdfe01	Supreme Forest Torbak Ligament	a	the	Supreme Forest Torbak Ligaments	\d	the	
    -_CDDD8BE16876EAAE	m0666ccdjc01	Choice Jungle Torbak Ligament	a	the	Choice Jungle Torbak Ligaments	\d	the	
    -_2AC91D4CC66B45CE	m0666ccdjd01	Excellent Jungle Torbak Ligament	an	the	Excellent Jungle Torbak Ligaments	\d	the	
    -_B8BB40104A5EE44C	m0666ccdlc01	Choice Lakes Torbak Ligament	a	the	Choice Lakes Torbak Ligaments	\d	the	
    -_E870E459B78AF09E	m0666ccdld01	Excellent Lakes Torbak Ligament	an	the	Excellent Lakes Torbak Ligaments	\d	the	
    -_83F64D4F4DE87512	m0666ccdle01	Supreme Lakes Torbak Ligament	a	the	Supreme Lakes Torbak Ligaments	\d	the	
    -_CEBE51F874AC6B8A	m0667ccoca01	Basic Tyrancha Bone	a	the	Basic Tyrancha Bones	\d	the	
    -_9E813574E1068790	m0667ccocb01	Fine Tyrancha Bone	a	the	Fine Tyrancha Bones	\d	the	
    -_78046ED22DE8D96A	m0667ccodc01	Choice Desert Tyrancha Bone	a	the	Choice Desert Tyrancha Bones	\d	the	
    -_4F4141FB3C0704C2	m0667ccopc01	Choice Prime Root Tyrancha Bone	a	the	Choice Prime Root Tyrancha Bones	\d	the	
    -_E82841599144DEEB	m0667ccopd01	Excellent Prime Root Tyrancha Bone	an	the	Excellent Prime Root Tyrancha Bones	\d	the	
    -_1D18F14A1FE82992	m0667ccope01	Supreme Prime Root Tyrancha Bone	a	the	Supreme Prime Root Tyrancha Bones	\d	the	
    -_4CFE51F874CC737D	m0668ccoca01	Basic Tyrancha Fang	a	the	Basic Tyrancha Fangs	\d	the	
    -_9BC1FD78E1068F91	m0668ccocb01	Fine Tyrancha Fang	a	the	Fine Tyrancha Fangs	\d	the	
    -_F6446ED22D08E15D	m0668ccodc01	Choice Desert Tyrancha Fang	a	the	Choice Desert Tyrancha Fangs	\d	the	
    -_CCA141ED3D070CC3	m0668ccopc01	Choice Prime Root Tyrancha Fang	a	the	Choice Prime Root Tyrancha Fangs	\d	the	
    -_658851599144E6EE	m0668ccopd01	Excellent Prime Root Tyrancha Fang	an	the	Excellent Prime Root Tyrancha Fangs	\d	the	
    -_9D18B94E9FE8F197	m0668ccope01	Supreme Prime Root Tyrancha Fang	a	the	Supreme Prime Root Tyrancha Fangs	\d	the	
    -_ED96A3910B5177B9	m0669ccoca01	Basic Tyrancha Ligament	a	the	Basic Tyrancha Ligaments	\d	the	
    -_26D5B6FD4D9E44E7	m0669ccocb01	Fine Tyrancha Ligament	a	the	Fine Tyrancha Ligaments	\d	the	
    -_1BBFC58040AAE084	m0669ccodc01	Choice Desert Tyrancha Ligament	a	the	Choice Desert Tyrancha Ligaments	\d	the	
    -_F7B7FE964A0EA5EF	m0669ccopc01	Choice Prime Root Tyrancha Ligament	a	the	Choice Prime Root Tyrancha Ligaments	\d	the	
    -_7D2326DCADB59741	m0669ccopd01	Excellent Prime Root Tyrancha Ligament	an	the	Excellent Prime Root Tyrancha Ligaments	\d	the	
    -_37803DCF3D6CD7FD	m0669ccope01	Supreme Prime Root Tyrancha Ligament	a	the	Supreme Prime Root Tyrancha Ligaments	\d	the	
    -_F97C1B9E3A2074EA	m0670ccoca01	Basic Tyrancha Leather	a	the	Basic Tyrancha Leathers	\d	the	
    -_355916300F002B90	m0670ccocb01	Fine Tyrancha Leather	a	the	Fine Tyrancha Leathers	\d	the	
    -_62255157DE8B2EC2	m0670ccodc01	Choice Desert Tyrancha Leather	a	the	Choice Desert Tyrancha Leathers	\d	the	
    -_AFCFD6AB09DB7E15	m0670ccopc01	Choice Prime Root Tyrancha Leather	a	the	Choice Prime Root Tyrancha Leathers	\d	the	
    -_9150FDD76BF70A2A	m0670ccopd01	Excellent Prime Root Tyrancha Leather	an	the	Excellent Prime Root Tyrancha Leathers	\d	the	
    -_43B1B9A754FE8E53	m0670ccope01	Supreme Prime Root Tyrancha Leather	a	the	Supreme Prime Root Tyrancha Leathers	\d	the	
    -_32C8C8F7B63EA13C	m0671cchca01	Fragment of Basic Varinx Claw	a	the	Fragments of Basic Varinx Claw	\d	the	
    -_1F2731C39615F338	m0671cchcb01	Fragment of Fine Varinx Claw	a	the	Fragments of Fine Varinx Claw	\d	the	
    -_6C43CA7E2087FF11	m0671cchdc01	Fragment of Choice Desert Varinx Claw	a	the	Fragments of Choice Desert Varinx Claw	\d	the	
    -_3F868EC6CAD6EBCF	m0671cchdd01	Fragment of Excellent Desert Varinx Claw	a	the	Fragments of Excellent Desert Varinx Claw	\d	the	
    -_D13B5268C3C2837F	m0671cchde01	Fragment of Supreme Desert Varinx Claw	a	the	Fragments of Supreme Desert Varinx Claw	\d	the	
    -_3042DF0A09D1C435	m0671cchpc01	Fragment of Choice Prime Root Varinx Claw	a	the	Fragments of Choice Prime Root Varinx Claw	\d	the	
    -_045BC823EB5DAFF3	m0671cchpd01	Fragment of Excellent Prime Root Varinx Claw	a	the	Fragments of Excellent Prime Root Varinx Claw	\d	the	
    -_E3E2322529157869	m0671cchpe01	Fragment of Supreme Prime Root Varinx Claw	a	the	Fragments of Supreme Prime Root Varinx Claw	\d	the	
    -_70A55916FD2B58DC	m0672cchca01	Basic Varinx Ligament	a	the	Basic Varinx Ligaments	\d	the	
    -_B38AE77C16DC736A	m0672cchcb01	Fine Varinx Ligament	a	the	Fine Varinx Ligaments	\d	the	
    -_89FDC7FDF1E7DA86	m0672cchdc01	Choice Desert Varinx Ligament	a	the	Choice Desert Varinx Ligaments	\d	the	
    -_2A1B496188DB7DBA	m0672cchdd01	Excellent Desert Varinx Ligament	an	the	Excellent Desert Varinx Ligaments	\d	the	
    -_CA82D847066B293D	m0672cchde01	Supreme Desert Varinx Ligament	a	the	Supreme Desert Varinx Ligaments	\d	the	
    -_03B37D3DEF2BF9ED	m0672cchpc01	Choice Prime Root Varinx Ligament	a	the	Choice Prime Root Varinx Ligaments	\d	the	
    -_C7C3425ED18F823E	m0672cchpd01	Excellent Prime Root Varinx Ligament	an	the	Excellent Prime Root Varinx Ligaments	\d	the	
    -_2BEAF864CD6D9AE2	m0672cchpe01	Supreme Prime Root Varinx Ligament	a	the	Supreme Prime Root Varinx Ligaments	\d	the	
    -_31283102D77ECB75	m0673ccgca01	Basic Vorax Ligament	a	the	Basic Vorax Ligaments	\d	the	
    -_52C5B7F21CB6D68E	m0673ccgcb01	Fine Vorax Ligament	a	the	Fine Vorax Ligaments	\d	the	
    -_6CF881272CC8C16B	m0673ccgpc01	Choice Prime Root Vorax Ligament	a	the	Choice Prime Root Vorax Ligaments	\d	the	
    -_A6B27B7B572AFDD5	m0673ccgpd01	Excellent Prime Root Vorax Ligament	an	the	Excellent Prime Root Vorax Ligaments	\d	the	
    -_AA0DA451F687B3DD	m0673ccgpe01	Supreme Prime Root Vorax Ligament	a	the	Supreme Prime Root Vorax Ligaments	\d	the	
    -_EDC7DDAE1770FEA9	m0675chuca01	Fragment of Basic Wombai Eye	a	the	Fragments of Basic Wombai Eye	\d	the	
    -_65E121CECC76D9F7	m0675chucb01	Fragment of Fine Wombai Eye	a	the	Fragments of Fine Wombai Eye	\d	the	
    -_FE003398D577E3CE	m0675chujd01	Fragment of Excellent Jungle Wombai Eye	a	the	Fragments of Excellent Jungle Wombai Eye	\d	the	
    -_EA21C54C68894356	m0675chuje01	Fragment of Supreme Jungle Wombai Eye	a	the	Fragments of Supreme Jungle Wombai Eye	\d	the	
    -_98210D5D383836D7	m0675chulc01	Fragment of Choice Lakes Wombai Eye	a	the	Fragments of Choice Lakes Wombai Eye	\d	the	
    -_9D8F9789DC2243C1	m0675chule01	Fragment of Supreme Lakes Wombai Eye	a	the	Fragments of Supreme Lakes Wombai Eye	\d	the	
    -_9B7725DF72EEE11D	m0676chuca01	Fragment of Basic Wombai Pelvis	a	the	Fragments of Basic Wombai Pelvis	\d	the	
    -_90F379DA4F379A1F	m0676chucb01	Fragment of Fine Wombai Pelvis	a	the	Fragments of Fine Wombai Pelvis	\d	the	
    -_3067C3979366A5B8	m0676chujd01	Fragment of Excellent Jungle Wombai Pelvis	a	the	Fragments of Excellent Jungle Wombai Pelvis	\d	the	
    -_1FB5272293B627A0	m0676chuje01	Fragment of Supreme Jungle Wombai Pelvis	a	the	Fragments of Supreme Jungle Wombai Pelvis	\d	the	
    -_CCCEEE8EC56BF7F0	m0676chulc01	Fragment of Choice Lakes Wombai Pelvis	a	the	Fragments of Choice Lakes Wombai Pelvis	\d	the	
    -_82CCCFA9B0B404F1	m0676chule01	Fragment of Supreme Lakes Wombai Pelvis	a	the	Fragments of Supreme Lakes Wombai Pelvis	\d	the	
    -_E613D19D50CB691E	m0677chuca01	Fragment of Basic Wombai Spine	a	the	Fragments of Basic Wombai Spine	\d	the	
    -_1B4530EF58EEC128	m0677chucb01	Fragment of Fine Wombai Spine	a	the	Fragments of Fine Wombai Spine	\d	the	
    -_7E0323CE062303AD	m0677chujd01	Fragment of Excellent Jungle Wombai Spine	a	the	Fragments of Excellent Jungle Wombai Spine	\d	the	
    -_B71EA3ED8E954F25	m0677chuje01	Fragment of Supreme Jungle Wombai Spine	a	the	Fragments of Supreme Jungle Wombai Spine	\d	the	
    -_775E234CB2AEFE5C	m0677chulc01	Fragment of Choice Lakes Wombai Spine	a	the	Fragments of Choice Lakes Wombai Spine	\d	the	
    -_12B171B6BB9A3FFA	m0677chule01	Fragment of Supreme Lakes Wombai Spine	a	the	Fragments of Supreme Lakes Wombai Spine	\d	the	
    -_D7A572A366EC277B	m0678chuca01	Basic Wombai Trunk	a	the	Basic Wombai Trunks	\d	the	
    -_9B737290A5E54A8D	m0678chucb01	Fine Wombai Trunk	a	the	Fine Wombai Trunks	\d	the	
    -_D697193CAE886D78	m0678chujd01	Excellent Jungle Wombai Trunk	an	the	Excellent Jungle Wombai Trunks	\d	the	
    -_BDAC8B1FAB18BD3A	m0678chuje01	Supreme Jungle Wombai Trunk	a	the	Supreme Jungle Wombai Trunks	\d	the	
    -_F52D387BECBE4DED	m0678chulc01	Choice Lakes Wombai Trunk	a	the	Choice Lakes Wombai Trunks	\d	the	
    -_FE5EB3639C12C853	m0678chule01	Supreme Lakes Wombai Trunk	a	the	Supreme Lakes Wombai Trunks	\d	the	
    -_8B28654868851F35	m0679dxacb01	Basic Yana Wood Node	a	the	Basic Yana Wood Nodes	\d	the	
    -_0B9E7EF8E4BBF23C	m0679dxacc01	Fine Yana Wood Node	a	the	Fine Yana Wood Nodes	\d	the	
    -_AD2C9731A0AFF101	m0679dxadd01	Choice Desert Yana Wood Node	a	the	Choice Desert Yana Wood Nodes	\d	the	
    -_E496A43C00E7109E	m0679dxade01	Excellent Desert Yana Wood Node	an	the	Excellent Desert Yana Wood Nodes	\d	the	
    -_034571BF9948E5FB	m0679dxadf01	Supreme Desert Yana Wood Node	a	the	Supreme Desert Yana Wood Nodes	\d	the	
    -_AD2C973320AFE915	m0679dxafd01	Choice Forest Yana Wood Node	a	the	Choice Forest Yana Wood Nodes	\d	the	
    -_66C6A43D8217109D	m0679dxafe01	Excellent Forest Yana Wood Node	an	the	Excellent Forest Yana Wood Nodes	\d	the	
    -_034575C259D815FD	m0679dxaff01	Supreme Forest Yana Wood Node	a	the	Supreme Forest Yana Wood Nodes	\d	the	
    -_AF2C97199EEFC921	m0679dxajd01	Choice Jungle Yana Wood Node	a	the	Choice Jungle Yana Wood Nodes	\d	the	
    -_2495AC3D40E61899	m0679dxaje01	Excellent Jungle Yana Wood Node	an	the	Excellent Jungle Yana Wood Nodes	\d	the	
    -_03541DC1D8F83D01	m0679dxajf01	Supreme Jungle Yana Wood Node	a	the	Supreme Jungle Yana Wood Nodes	\d	the	
    -_81C4F33DC4768417	m0679dxald01	Choice Lakes Yana Wood Node	a	the	Choice Lakes Yana Wood Nodes	\d	the	
    -_6BE108EB7E96C943	m0679dxale01	Excellent Lakes Yana Wood Node	an	the	Excellent Lakes Yana Wood Nodes	\d	the	
    -_69F6D4D3D9B95C02	m0679dxalf01	Supreme Lakes Yana Wood Node	a	the	Supreme Lakes Yana Wood Nodes	\d	the	
    -_A2D3C527E1F40571	m0679dxapd01	Choice Prime Root Yana Wood Node	a	the	Choice Prime Root Yana Wood Nodes	\d	the	
    -_14CA7F87667FEFEF	m0679dxape01	Excellent Prime Root Yana Wood Node	an	the	Excellent Prime Root Yana Wood Nodes	\d	the	
    -_93DFBDA0F805060B	m0679dxapf01	Supreme Prime Root Yana Wood Node	a	the	Supreme Prime Root Yana Wood Nodes	\d	the	
    -_B85B65CCC1145FB8	m0680cbcca01	Fragment of Basic Yber Beak	a	the	Fragments of Basic Yber Beak	\d	the	
    -_2D9D2B540E92B5AB	m0680cbccb01	Fragment of Fine Yber Beak	a	the	Fragments of Fine Yber Beak	\d	the	
    -_863E8281AF8E9E4E	m0680cbcld01	Fragment of Excellent Lakes Yber Beak	a	the	Fragments of Excellent Lakes Yber Beak	\d	the	
    -_229BA1236CEAFF7D	m0680cbcle01	Fragment of Supreme Lakes Yber Beak	a	the	Fragments of Supreme Lakes Yber Beak	\d	the	
    -_8F6382FFEC37B27E	m0681cbcca01	Basic Yber Ligament	a	the	Basic Yber Ligaments	\d	the	
    -_8BD3F28EAFE48E84	m0681cbccb01	Fine Yber Ligament	a	the	Fine Yber Ligaments	\d	the	
    -_117451B7D0623CAB	m0681cbcld01	Excellent Lakes Yber Ligament	an	the	Excellent Lakes Yber Ligaments	\d	the	
    -_EEBE3361A6110C4A	m0681cbcle01	Supreme Lakes Yber Ligament	a	the	Supreme Lakes Yber Ligaments	\d	the	
    -_405B2DDA86D49FC6	m0682chlca01	Fragment of Basic Yelk Skin	a	the	Fragments of Basic Yelk Skin	\d	the	
    -_B00E6F4D5192CDB8	m0682chlcb01	Fragment of Fine Yelk Skin	a	the	Fragments of Fine Yelk Skin	\d	the	
    -_788507A7A8D8C9AE	m0682chldc01	Fragment of Choice Desert Yelk Skin	a	the	Fragments of Choice Desert Yelk Skin	\d	the	
    -_8AED46415C474317	m0682chldd01	Fragment of Excellent Desert Yelk Skin	a	the	Fragments of Excellent Desert Yelk Skin	\d	the	
    -_15A52F0F22CF3A72	m0682chlde01	Fragment of Supreme Desert Yelk Skin	a	the	Fragments of Supreme Desert Yelk Skin	\d	the	
    -_F885FFBDA8D8C9AE	m0682chlfc01	Fragment of Choice Forest Yelk Skin	a	the	Fragments of Choice Forest Yelk Skin	\d	the	
    -_0C0D4A431CF74B16	m0682chlfd01	Fragment of Excellent Forest Yelk Skin	a	the	Fragments of Excellent Forest Yelk Skin	\d	the	
    -_D5355F1322CF3E73	m0682chlfe01	Fragment of Supreme Forest Yelk Skin	a	the	Fragments of Supreme Forest Yelk Skin	\d	the	
    -_DEC7C2BD65265D66	m0682chlpd01	Fragment of Excellent Prime Root Yelk Skin	a	the	Fragments of Excellent Prime Root Yelk Skin	\d	the	
    -_F1B1DF0E351AF764	m0682chlpe01	Fragment of Supreme Prime Root Yelk Skin	a	the	Fragments of Supreme Prime Root Yelk Skin	\d	the	
    -_E94300FA05B3A535	m0683chlca01	Fragment of Basic Yelk Pelvis	a	the	Fragments of Basic Yelk Pelvis	\d	the	
    -_A7C100BB18F6CBA8	m0683chlcb01	Fragment of Fine Yelk Pelvis	a	the	Fragments of Fine Yelk Pelvis	\d	the	
    -_23BE02816FFC030A	m0683chldc01	Fragment of Choice Desert Yelk Pelvis	a	the	Fragments of Choice Desert Yelk Pelvis	\d	the	
    -_F462CAE51F755618	m0683chldd01	Fragment of Excellent Desert Yelk Pelvis	a	the	Fragments of Excellent Desert Yelk Pelvis	\d	the	
    -_822CCEB9FDC0A04F	m0683chlde01	Fragment of Supreme Desert Yelk Pelvis	a	the	Fragments of Supreme Desert Yelk Pelvis	\d	the	
    -_235E068DEFFC070A	m0683chlfc01	Fragment of Choice Forest Yelk Pelvis	a	the	Fragments of Choice Forest Yelk Pelvis	\d	the	
    -_B682C6F19F855617	m0683chlfd01	Fragment of Excellent Forest Yelk Pelvis	a	the	Fragments of Excellent Forest Yelk Pelvis	\d	the	
    -_021CF6BD3DC09C5A	m0683chlfe01	Fragment of Supreme Forest Yelk Pelvis	a	the	Fragments of Supreme Forest Yelk Pelvis	\d	the	
    -_8CF5971B6D3E8763	m0683chlpd01	Fragment of Excellent Prime Root Yelk Pelvis	a	the	Fragments of Excellent Prime Root Yelk Pelvis	\d	the	
    -_6A45EB428DA1586D	m0683chlpe01	Fragment of Supreme Prime Root Yelk Pelvis	a	the	Fragments of Supreme Prime Root Yelk Pelvis	\d	the	
    -_C7847D9E8954C5F0	m0684ccpca01	Basic Yetin Bone	a	the	Basic Yetin Bones	\d	the	
    -_B28C359E0DF2B61E	m0684ccpcb01	Fine Yetin Bone	a	the	Fine Yetin Bones	\d	the	
    -_349BFF85F66B3FD4	m0684ccpfc01	Choice Forest Yetin Bone	a	the	Choice Forest Yetin Bones	\d	the	
    -_81E048148250E84A	m0684ccpje01	Supreme Jungle Yetin Bone	a	the	Supreme Jungle Yetin Bones	\d	the	
    -_1F0715BD53312783	m0685ccpca01	Fragment of Basic Yetin Claw	a	the	Fragments of Basic Yetin Claw	\d	the	
    -_36B989DC0F282945	m0685ccpcb01	Fragment of Fine Yetin Claw	a	the	Fragments of Fine Yetin Claw	\d	the	
    -_53B3C376EC898D6A	m0685ccpfc01	Fragment of Choice Forest Yetin Claw	a	the	Fragments of Choice Forest Yetin Claw	\d	the	
    -_3012897B6A170414	m0685ccpje01	Fragment of Supreme Jungle Yetin Claw	a	the	Fragments of Supreme Jungle Yetin Claw	\d	the	
    -_6E8831021A3C0B7C	m0686ccpca01	Basic Yetin Ligament	a	the	Basic Yetin Ligaments	\d	the	
    -_16459BF55FB6AE8F	m0686ccpcb01	Fine Yetin Ligament	a	the	Fine Yetin Ligaments	\d	the	
    -_908C63EDD266D55C	m0686ccpfc01	Choice Forest Yetin Ligament	a	the	Choice Forest Yetin Ligaments	\d	the	
    -_83C2ECF131DAE246	m0686ccpje01	Supreme Jungle Yetin Ligament	a	the	Supreme Jungle Yetin Ligaments	\d	the	
    -_68A80141656B47DC	m0687ccpca01	Basic Yetin Leather	a	the	Basic Yetin Leathers	\d	the	
    -_214B7EE7E2F8078C	m0687ccpcb01	Fine Yetin Leather	a	the	Fine Yetin Leathers	\d	the	
    -_52F16B199F86456C	m0687ccpfc01	Choice Forest Yetin Leather	a	the	Choice Forest Yetin Leathers	\d	the	
    -_C1944101A46895B3	m0687ccpje01	Supreme Jungle Yetin Leather	a	the	Supreme Jungle Yetin Leathers	\d	the	
    -_FC0ACF874E6294CF	m0688chdca01	Fragment of Basic Yubo Eye	a	the	Fragments of Basic Yubo Eye	\d	the	
    -_D407637EA95050CD	m0688chdcb01	Fragment of Fine Yubo Eye	a	the	Fragments of Fine Yubo Eye	\d	the	
    -_71197D5C84253BBD	m0688chdce01	Fragment of Supreme Yubo Eye	a	the	Fragments of Supreme Yubo Eye	\d	the	
    -_91CDD568BFEF2F4A	m0688chdfd01	Fragment of Excellent Forest Yubo Eye	a	the	Fragments of Excellent Forest Yubo Eye	\d	the	
    -_9D6E51B1F026F503	m0688chdlc01	Fragment of Choice Lakes Yubo Eye	a	the	Fragments of Choice Lakes Yubo Eye	\d	the	
    -_7F3B4CCC4BA386D1	m0690chdca01	Basic Yubo Nail	a	the	Basic Yubo Nails	\d	the	
    -_C06B79158530A135	m0690chdcb01	Fine Yubo Nail	a	the	Fine Yubo Nails	\d	the	
    -_CDB7A6435BB46691	m0690chdce01	Supreme Yubo Nail	a	the	Supreme Yubo Nails	\d	the	
    -_7A7053EA2C464CCF	m0690chdfd01	Excellent Forest Yubo Nail	an	the	Excellent Forest Yubo Nails	\d	the	
    -_5FB9DFF36108BB7C	m0690chdlc01	Choice Lakes Yubo Nail	a	the	Choice Lakes Yubo Nails	\d	the	
    -_2AA350F007B3A533	m0691chdca01	Fragment of Basic Yubo Pelvis	a	the	Fragments of Basic Yubo Pelvis	\d	the	
    -_E7C110B597F7CBA6	m0691chdcb01	Fragment of Fine Yubo Pelvis	a	the	Fragments of Fine Yubo Pelvis	\d	the	
    -_0C3806DE1EAFB217	m0691chdce01	Fragment of Supreme Yubo Pelvis	a	the	Fragments of Supreme Yubo Pelvis	\d	the	
    -_7383D6E7A1855619	m0691chdfd01	Fragment of Excellent Forest Yubo Pelvis	a	the	Fragments of Excellent Forest Yubo Pelvis	\d	the	
    -_1E2DEF0FAE9C738D	m0691chdlc01	Fragment of Choice Lakes Yubo Pelvis	a	the	Fragments of Choice Lakes Yubo Pelvis	\d	the	
    -_D90195B95821DD09	m0692chdca01	Basic Yubo Tooth	a	the	Basic Yubo Teeth	\d	the	
    -_6D8F1E50D664C928	m0692chdcb01	Fine Yubo Tooth	a	the	Fine Yubo Teeth	\d	the	
    -_51C32D9176A72F97	m0692chdce01	Supreme Yubo Tooth	a	the	Supreme Yubo Teeth	\d	the	
    -_19E64F4FE574BBC2	m0692chdfd01	Excellent Forest Yubo Tooth	an	the	Excellent Forest Yubo Teeth	\d	the	
    -_75B63A4CB89A8053	m0692chdlc01	Choice Lakes Yubo Tooth	a	the	Choice Lakes Yubo Teeth	\d	the	
    -_D3A386FF6E47CA93	m0693ccica01	Basic Zerx Ligament	a	the	Basic Zerx Ligaments	\d	the	
    -_0E632A9171F48E8C	m0693ccicb01	Fine Zerx Ligament	a	the	Fine Zerx Ligaments	\d	the	
    -_F7E6D04E6A3CD94C	m0693ccidd01	Excellent Desert Zerx Ligament	an	the	Excellent Desert Zerx Ligaments	\d	the	
    -_380E4DEB8E8C1D05	m0693ccide01	Supreme Desert Zerx Ligament	a	the	Supreme Desert Zerx Ligaments	\d	the	
    -_F286F04F6EABC14E	m0693ccijd01	Excellent Jungle Zerx Ligament	an	the	Excellent Jungle Zerx Ligaments	\d	the	
    -_380ED5E58EEA9D11	m0693ccije01	Supreme Jungle Zerx Ligament	a	the	Supreme Jungle Zerx Ligaments	\d	the	
    -_111C0F8EACE1A1C3	m0693ccilc01	Choice Lakes Zerx Ligament	a	the	Choice Lakes Zerx Ligaments	\d	the	
    -_C9BFBAF7C1091FD6	m0693ccipc01	Choice Prime Root Zerx Ligament	a	the	Choice Prime Root Zerx Ligaments	\d	the	
    -_EDF9BAA6D1E285BF	m0693ccipd01	Excellent Prime Root Zerx Ligament	an	the	Excellent Prime Root Zerx Ligaments	\d	the	
    -_E0E9CD4AA0B9058E	m0693ccipe01	Supreme Prime Root Zerx Ligament	a	the	Supreme Prime Root Zerx Ligaments	\d	the	
    -_DA07A22E626A237F	m0694ccica01	Basic Zerx Leather	a	the	Basic Zerx Leathers	\d	the	
    -_DDA48E9C33C77194	m0694ccicb01	Fine Zerx Leather	a	the	Fine Zerx Leathers	\d	the	
    -_ADF37F39859A8C9C	m0694ccidd01	Excellent Desert Zerx Leather	an	the	Excellent Desert Zerx Leathers	\d	the	
    -_5DB2D030DE77A44B	m0694ccide01	Supreme Desert Zerx Leather	a	the	Supreme Desert Zerx Leathers	\d	the	
    -_EDF2873AC5999497	m0694ccijd01	Excellent Jungle Zerx Leather	a	the	Excellent Jungle Zerx Leathers	\d	the	
    -_99519C2B6286E451	m0694ccije01	Supreme Jungle Zerx Leather	a	the	Supreme Jungle Zerx Leathers	\d	the	
    -_73AD97B0F8B251FE	m0694ccilc01	Choice Lakes Zerx Leather	a	the	Choice Lakes Zerx Leathers	\d	the	
    -_6021B21B615ED8CA	m0694ccipc01	Choice Prime Root Zerx Leather	a	the	Choice Prime Root Zerx Leathers	\d	the	
    -_23FC6253A55D631E	m0694ccipd01	Excellent Prime Root Zerx Leather	an	the	Excellent Prime Root Zerx Leathers	\d	the	
    -_EACA077D79C9FEC0	m0694ccipe01	Supreme Prime Root Zerx Leather	a	the	Supreme Prime Root Zerx Leathers	\d	the	
    -_B147A7D9B2EEB3BF	m0695ixxcc01	Fragment of Kitin Claw	a	the	Fragments of Kitin Claw	\d	the	
    -_85BDEB728A21710E	m0695ixxcc02	Kitin Trophy	a	the	Kitin Trophies	\d	the	
    -_8C53BED93F699E78	m0696ixxcc01	Primitive Necklace	a	the	Primitive Necklaces	\d	the	
    -_869AE780C2613DBB	m0697dxaca01	Plain Atrium	a	the	Plain Atriums	\d	the	
    -_F33F097D61B221F9	m0697dxacb01	Average Atrium	an	the	Average Atriums	\d	the	
    -_869AEF6EC4616DBB	m0697dxacc01	Prime Atrium	a	the	Prime Atriums	\d	the	
    -_292DE97A8360A20C	m0697dxacd01	Select Atrium	a	the	Select Atriums	\d	the	
    -_290CE18984A2E20C	m0697dxace01	Superb Atrium	a	the	Superb Atriums	\d	the	
    -_15F6A3DCE71D8B91	m0697dxacf01	Magnificent Atrium	a	the	Magnificent Atriums	\d	the	
    -_679725196B31E7FA	m0698dxaca01	Plain Matis Order Form	a	the	Plain Matis Order Forms	\d	the	
    -_F021E74FAE422FA5	m0698dxacb01	Average Matis Order Form	an	the	Average Matis Order Forms	\d	the	
    -_67073D18EDB1FFFA	m0698dxacc01	Prime Matis Order Form	a	the	Prime Matis Order Forms	\d	the	
    -_19569375C08C5FFA	m0698dxacd01	Select Matis Order Form	a	the	Select Matis Order Forms	\d	the	
    -_DD565F94C0CD9FE8	m0698dxace01	Superb Matis Order Form	a	the	Superb Matis Order Forms	\d	the	
    -_6D66E0DBD6E2258D	m0698dxacf01	Magnificent Matis Order Form	a	the	Magnificent Matis Order Forms	\d	the	
    -_6D272519EC115FF2	m0699dxaca01	Plain Fyros Order Form	a	the	Plain Fyros Order Forms	\d	the	
    -_710147482F228F9F	m0699dxacb01	Average Fyros Order Form	an	the	Average Fyros Order Forms	\d	the	
    -_6D973D186E9177F2	m0699dxacc01	Prime Fyros Order Form	a	the	Prime Fyros Order Forms	\d	the	
    -_5756AB73C67C5713	m0699dxacd01	Select Fyros Order Form	a	the	Select Fyros Order Forms	\d	the	
    -_1B567792C6BD9701	m0699dxace01	Superb Fyros Order Form	a	the	Superb Fyros Order Forms	\d	the	
    -_F277C4DBD6E23D92	m0699dxacf01	Magnificent Fyros Order Form	a	the	Magnificent Fyros Order Forms	\d	the	
    -_A878250F6970FFFD	m0700dxaca01	Plain Zoraï Order Form	a	the	Plain Zoraï Order Forms	\d	the	
    -_AC111F52AC2267A0	m0700dxacb01	Average Zoraï Order Form	an	the	Average Zoraï Order Forms	\d	the	
    -_A8E83D0EEBF017FD	m0700dxacc01	Prime Zoraï Order Form	a	the	Prime Zoraï Order Forms	\d	the	
    -_1AC57373C1DD5700	m0700dxacd01	Select Zoraï Order Form	a	the	Select Zoraï Order Forms	\d	the	
    -_DEC53F92C11E97EE	m0700dxace01	Superb Zoraï Order Form	a	the	Superb Zoraï Order Forms	\d	the	
    -_2D2714DBD641DD7B	m0700dxacf01	Magnificent Zoraï Order Form	a	the	Magnificent Zoraï Order Forms	\d	the	
    -_E3D9FA7EC7EF28B4	m0701dxaca01	Plain Tryker Order Form	a	the	Plain Tryker Order Forms	\d	the	
    -_FCCF9CFCC012785C	m0701dxacb01	Average Tryker Order Form	an	the	Average Tryker Order Forms	\d	the	
    -_A119227BC86F40B4	m0701dxacc01	Prime Tryker Order Form	a	the	Prime Tryker Order Forms	\d	the	
    -_77BC3F8777CD7FD6	m0701dxacd01	Select Tryker Order Form	a	the	Select Tryker Order Forms	\d	the	
    -_77FD3B96770E77E5	m0701dxace01	Superb Tryker Order Form	a	the	Superb Tryker Order Forms	\d	the	
    -_A94288A75E3B2DDE	m0701dxacf01	Magnificent Tryker Order Form	a	the	Magnificent Tryker Order Forms	\d	the	
    -_1EE2B35A8A5B5178	m0702dxaca01	Plain Matis Military Package	a	the	Plain Matis Military Packages	\d	the	
    -_83A258357E6BED3A	m0702dxacb01	Average Matis Military Package	an	the	Average Matis Military Packages	\d	the	
    -_1EE2BB488C5B8178	m0702dxacc01	Prime Matis Military Package	a	the	Prime Matis Military Packages	\d	the	
    -_CBAEE3E227A90E99	m0702dxacd01	Select Matis Military Package	a	the	Select Matis Military Packages	\d	the	
    -_CB8DDBF128EB4E99	m0702dxace01	Superb Matis Military Package	a	the	Superb Matis Military Packages	\d	the	
    -_FBBEEF6EB00C2E25	m0702dxacf01	Magnificent Matis Military Package	a	the	Magnificent Matis Military Packages	\d	the	
    -_2A02B35A8A5B8175	m0703dxaca01	Plain Fyros Military Package	a	the	Plain Fyros Military Packages	\d	the	
    -_83A2703305DB4D34	m0703dxacb01	Average Fyros Military Package	an	the	Average Fyros Military Packages	\d	the	
    -_2A02BB488C5BB175	m0703dxacc01	Prime Fyros Military Package	a	the	Prime Fyros Military Packages	\d	the	
    -_09AEE3E2A8E966AB	m0703dxacd01	Select Fyros Military Package	a	the	Select Fyros Military Packages	\d	the	
    -_098DDBF1A92BA6AB	m0703dxace01	Superb Fyros Military Package	a	the	Superb Fyros Military Packages	\d	the	
    -_FB1F3367B00C2E2C	m0703dxacf01	Magnificent Fyros Military Package	a	the	Magnificent Fyros Military Packages	\d	the	
    -_2484B35A8A191176	m0704dxaca01	Plain Zoraï Military Package	a	the	Plain Zoraï Military Packages	\d	the	
    -_83013829FF1C2549	m0704dxacb01	Average Zoraï Military Package	an	the	Average Zoraï Military Packages	\d	the	
    -_2484BB488C194176	m0704dxacc01	Prime Zoraï Military Package	a	the	Prime Zoraï Military Packages	\d	the	
    -_0EAEE3D8A3093EB6	m0704dxacd01	Select Zoraï Military Package	a	the	Select Zoraï Military Packages	\d	the	
    -_0E8DDBE7A44B7EB6	m0704dxace01	Superb Zoraï Military Package	a	the	Superb Zoraï Military Packages	\d	the	
    -_787E5B7BB00C0615	m0704dxacf01	Magnificent Zoraï Military Package	a	the	Magnificent Zoraï Military Packages	\d	the	
    -_21ACB2F024985AD6	m0705dxaca01	Plain Tryker Military Package	a	the	Plain Tryker Military Packages	\d	the	
    -_74955675B5A599A9	m0705dxacb01	Average Tryker Military Package	an	the	Average Tryker Military Packages	\d	the	
    -_21AC96EB277972D6	m0705dxacc01	Prime Tryker Military Package	a	the	Prime Tryker Military Packages	\d	the	
    -_D45E5034FCBEDA2F	m0705dxacd01	Select Tryker Military Package	a	the	Select Tryker Military Packages	\d	the	
    -_4F4F0C4700FF1A2F	m0705dxace01	Superb Tryker Military Package	a	the	Superb Tryker Military Packages	\d	the	
    -_DAB49B9046C70335	m0705dxacf01	Magnificent Tryker Military Package	a	the	Magnificent Tryker Military Packages	\d	the	
    -_69554F58FED2DBCE	m0706dxaca01	Plain Matis Royal Token	a	the	Plain Matis Royal Tokens	\d	the	
    -_4271FB51379F310E	m0706dxacb01	Average Matis Royal Token	an	the	Average Matis Royal Tokens	\d	the	
    -_27957755FF52F3CE	m0706dxacc01	Prime Matis Royal Token	a	the	Prime Matis Royal Tokens	\d	the	
    -_47A8004A47B9409E	m0706dxacd01	Select Matis Royal Token	a	the	Select Matis Royal Tokens	\d	the	
    -_47E9FC5947FA38AD	m0706dxace01	Superb Matis Royal Token	a	the	Superb Matis Royal Tokens	\d	the	
    -_6A32459179633E7B	m0706dxacf01	Magnificent Matis Royal Token	a	the	Magnificent Matis Royal Tokens	\d	the	
    -_D4808734C3020478	m0707dxaca01	Plain Fyros Imperial Token	a	the	Plain Fyros Imperial Tokens	\d	the	
    -_FA5A870E307B9103	m0707dxacb01	Average Fyros Imperial Token	an	the	Average Fyros Imperial Tokens	\d	the	
    -_55808F2BC4F22C80	m0707dxacc01	Prime Fyros Imperial Token	a	the	Prime Fyros Imperial Tokens	\d	the	
    -_454A837855991981	m0707dxacd01	Select Fyros Imperial Token	a	the	Select Fyros Imperial Tokens	\d	the	
    -_454A3F7519DA6991	m0707dxace01	Superb Fyros Imperial Token	a	the	Superb Fyros Imperial Tokens	\d	the	
    -_759F7E2B6FB942E6	m0707dxacf01	Magnificent Fyros Imperial Token	a	the	Magnificent Fyros Imperial Tokens	\d	the	
    -_E3176ADD9FBB74AA	m0708dxaca01	Plain Zoraï Cho Token	a	the	Plain Zoraï Cho Tokens	\d	the	
    -_5E193F72055EA3A2	m0708dxacb01	Average Zoraï Cho Token	an	the	Average Zoraï Cho Tokens	\d	the	
    -_E3174ED8A29C8CAA	m0708dxacc01	Prime Zoraï Cho Token	a	the	Prime Zoraï Cho Tokens	\d	the	
    -_6EA2CFF4480CCC7D	m0708dxacd01	Select Zoraï Cho Token	a	the	Select Zoraï Cho Tokens	\d	the	
    -_E9938B074C4D0C7D	m0708dxace01	Superb Zoraï Cho Token	a	the	Superb Zoraï Cho Tokens	\d	the	
    -_1C9E79869EEF6944	m0708dxacf01	Magnificent Zoraï Cho Token	a	the	Magnificent Zoraï Cho Tokens	\d	the	
    -_55D1B7E9A758167E	m0709dxaca01	Plain Tryker Federation Token	a	the	Plain Tryker Federation Tokens	\d	the	
    -_07440A36BBF858C7	m0709dxacb01	Average Tryker Federation Token	an	the	Average Tryker Federation Tokens	\d	the	
    -_55D19BE4AA392E7E	m0709dxacc01	Prime Tryker Federation Token	a	the	Prime Tryker Federation Tokens	\d	the	
    -_98E25C36BA4AF632	m0709dxacd01	Select Tryker Federation Token	a	the	Select Tryker Federation Tokens	\d	the	
    -_13D31849BE8B3632	m0709dxace01	Superb Tryker Federation Token	a	the	Superb Tryker Federation Tokens	\d	the	
    -_528C6B20C2C7533D	m0709dxacf01	Magnificent Tryker Federation Token	a	the	Magnificent Tryker Federation Tokens	\d	the	
    -_161960DA9C2AB828	m0710ixxcc01	Goo Part	a	the	Goo Parts	\d	the	
    -_5A309CD41A41E823	m0711dxaca01	Plain Goo Nodule	a	the	Plain Goo Nodules	\d	the	
    -_CE608DB02669D66C	m0711dxacb01	Average Goo Nodule	an	the	Average Goo Nodules	\d	the	
    -_5BB0BCCB1BC1001A	m0711dxacc01	Prime Goo Nodule	a	the	Prime Goo Nodules	\d	the	
    -_C45252BAC3234773	m0711dxacd01	Select Goo Nodule	a	the	Select Goo Nodules	\d	the	
    -_C5530EC9C343C373	m0711dxace01	Superb Goo Nodule	a	the	Superb Goo Nodules	\d	the	
    -_62CB684AFB927C94	m0711dxacf01	Magnificient Goo Nodule	a	the	Magnificient Goo Nodules	\d	the	
    -_11D28A18AFC79AA2	m0712dxaca01	Plain Nano Builders	a	the	Plain Nano Builderss	\d	the	
    -_E73B4617B8DC0483	m0712dxacb01	Average Nano Builders	an	the	Average Nano Builderss	\d	the	
    -_11D2920F6E87D2A8	m0712dxacc01	Prime Nano Builders	a	the	Prime Nano Builderss	\d	the	
    -_A6B23FEED24D5762	m0712dxacd01	Select Nano Builders	a	the	Select Nano Builderss	\d	the	
    -_A6B2B30CD2CFD762	m0712dxace01	Superb Nano Builders	a	the	Superb Nano Builderss	\d	the	
    -_F9EF4C582AD12853	m0712dxacf01	Magnificient Nano Builders	a	the	Magnificient Nano Builderss	\d	the	
    -_27888EEC7C18AC9F	m0713dxaca01	Plain Kami Merit Badge	a	the	Plain Kami Merit Badges	\d	the	
    -_744CAC1A345DF46B	m0713dxacb01	Average Kami Merit Badge	an	the	Average Kami Merit Badges	\d	the	
    -_27F8A6EBFE98C49F	m0713dxacc01	Prime Kami Merit Badge	a	the	Prime Kami Merit Badges	\d	the	
    -_6063483E77DEDA0F	m0713dxacd01	Select Kami Merit Badge	a	the	Select Kami Merit Badges	\d	the	
    -_2463145D771F1AFD	m0713dxace01	Superb Kami Merit Badge	a	the	Superb Kami Merit Badges	\d	the	
    -_D997CCDE2281CD51	m0713dxacf01	Magnificient Kami Merit Badge	a	the	Magnificient Kami Merit Badges	\d	the	
    -_51ED32806AAC011F	m0714dxaca01	Plain Karavan Merit Badge	a	the	Plain Karavan Merit Badges	\d	the	
    -_8E4678DF2D8BDD14	m0714dxacb01	Average Karavan Merit Badge	an	the	Average Karavan Merit Badges	\d	the	
    -_534E3A776B2CF523	m0714dxacc01	Prime Karavan Merit Badge	a	the	Prime Karavan Merit Badges	\d	the	
    -_C0A76CBD29E35D5D	m0714dxacd01	Select Karavan Merit Badge	a	the	Select Karavan Merit Badges	\d	the	
    -_C4A728CCA4159D61	m0714dxace01	Superb Karavan Merit Badge	a	the	Superb Karavan Merit Badges	\d	the	
    -_3DE87ACDFDF9B21F	m0714dxacf01	Magnificient Karavan Merit Badge	a	the	Magnificient Karavan Merit Badges	\d	the	
    -_E55BDF8F88DDF39A	m0715dxaca01	Plain Sap Power Kristal	a	the	Plain Sap Power Kristals	\d	the	
    -_B5403C350582F413	m0715dxacb01	Average Sap Power Kristal	an	the	Average Sap Power Kristals	\d	the	
    -_A39B078C895D0B9A	m0715dxacc01	Prime Sap Power Kristal	a	the	Prime Sap Power Kristals	\d	the	
    -_4359245C036A64AF	m0715dxacd01	Select Sap Power Kristal	a	the	Select Sap Power Kristals	\d	the	
    -_439A206B03AB5CBE	m0715dxace01	Superb Sap Power Kristal	a	the	Superb Sap Power Kristals	\d	the	
    -_9F3EF1D682297242	m0715dxacf01	Magnificient Sap Power Kristal	a	the	Magnificient Sap Power Kristals	\d	the	
    -_363835C008A652F5	m0716dxaca01	Plain Kitin Egg	a	the	Plain Kitin Eggs	\d	the	
    -_0C54358B12E3676C	m0716dxacb01	Average Kitin Egg	an	the	Average Kitin Eggs	\d	the	
    -_F4785DBD09266AF5	m0716dxacc01	Prime Kitin Egg	a	the	Prime Kitin Eggs	\d	the	
    -_90D06E8250E1AED6	m0716dxacd01	Select Kitin Egg	a	the	Select Kitin Eggs	\d	the	
    -_90116A915022A6E5	m0716dxace01	Superb Kitin Egg	a	the	Superb Kitin Eggs	\d	the	
    -_EEC65BB5066B2802	m0716dxacf01	Magnificient Kitin Egg	a	the	Magnificient Kitin Eggs	\d	the	
    -_9D9E6C1E2C0B5E49	m0717dxacc01	Fragment of Aelius Shell	a	the	Fragments of Aelius Shell	\d	the	
    -_82B7E9D47D22DB73	m0718dxacc01	Portion of Aelius Resin	a	the	Portions of Aelius Resins	\d	the	
    -_6A03DAA6733BFCFF	m0719dxacc01	Bundle of Aelius Wood	a	the	Bundles of Aelius Woods	\d	the	
    -_CA4671D20005D10F	m0720dxacc01	Olkern Fiber	some	the	Olkern Fibers	\d	the	
    -_C09721F07D22B366	m0721dxacc01	Portion of Olkern Resin	a	the	Portions of Olkern Resins	\d	the	
    -_207F69A53A67E73F	m0722dxacc01	Olkern Bark	an	the	Olkern Barks	\d	the	
    -_DDFD680C2CFB624C	m0723dxacc01	Fragment of Almati Shell	a	the	Fragments of Almati Shell	\d	the	
    -_BED721D47D228B6D	m0724dxacc01	Portion of Almati Resin	a	the	Portions of Almati Resins	\d	the	
    -_5CB0A1A745E8CF4A	m0725dxacc01	Almati Node	an	the	Almati Nodes	\d	the	
    -_6A83B6AC714B18F2	m0726dxacc01	Bundle of Almati Wood	a	the	Bundles of Almati Woods	\d	the	
    -_30BEBBC0502D9B8D	m0727dxacc01	Crystalized Sap	some	the	Crystalized Sap	\d	the	
    -_DB93140FA46BBE76	m0728dxacc01	Stellar Amber	some	the	Stellar Amber	\d	the	
    -_1713AB6018865FFE	m0729dxacc01	Fragment of Refined Aelius Shell	a	the	Fragments of Refined Aelius Shell	\d	the	
    -_CCF41DCA62A21541	m0730dxacc01	Portion of Refined Aelius Resin	a	the	Portions of Refined Aelius Resins	\d	the	
    -_199B1A7A25C61541	m0731dxacc01	Bundle of Refined Aelius Wood	a	the	Bundles of Refined Aelius Woods	\d	the	
    -_BDBC2547794CF935	m0732dxacc01	Refined Olkern Fiber	some	the	Refined Olkern Fibers	\d	the	
    -_8A5471D86251F53D	m0733dxacc01	Portion of Refined Olkern Resin	a	the	Portions of Refined Olkern Resins	\d	the	
    -_B1001F12EE073910	m0734dxacc01	Refined Olkern Bark	a	the	Refined Olkern Barks	\d	the	
    -_D5038B579A066301	m0735dxacc01	Fragment of Refined Almati Shell	a	the	Fragments of Refined Almati Shell	\d	the	
    -_0A7439CA6201E93E	m0736dxacc01	Portion of Refined Almati Resin	a	the	Portions of Refined Almati Resins	\d	the	
    -_B0701B4C2C285D01	m0737dxacc01	Refined Almati Node	a	the	Refined Almati Nodes	\d	the	
    -_D91BF68023D6313E	m0738dxacc01	Bundle of Refined Almati Wood	a	the	Bundles of Refined Almati Woods	\d	the	
    -_CC7693791F9CF5DA	m0739dxacc01	Refined Crystalized Sap	some	the	Refined Crystalized Sap	\d	the	
    -_76D89FE3A32461E3	m0740dxacc01	Refined Stellar Amber	some	the	Refined Stellar Amber	\d	the	
    -_B7432E267DF2C9F6	m0741dxacc01	Modified Tekorn Bramble	a	the	Modified Tekorn Brambles	\d	the	
    -_B4490ED186805624	m0742dxacc01	Modified Maga Creeper	a	the	Modified Maga Creepers	\d	the	
    -_A13640453716CCA5	m0743dxacc01	Modified Armilo Lichen	some	the	Modified Armilo Lichen	\d	the	
    -_4F68ED9C64179DC7	m0744dxacc01	Modified Greslin Filament	a	the	Modified Greslin Filaments	\d	the	
    -_39742E267DD3E10B	m0745dxacc01	Purified Tekorn Bramble	a	the	Purified Tekorn Brambles	\d	the	
    -_367A0EDF08B15636	m0746dxacc01	Purified Maga Creeper	a	the	Purified Maga Creepers	\d	the	
    -_A117584837F7E4AC	m0747dxacc01	Purified Armilo Lichen	some	the	Purified Armilo Lichen	\d	the	
    -_4F2A1DA264179DCB	m0748dxacc01	Purified Greslin Filament	a	the	Purified Greslin Filaments	\d	the	
    -_5EDDA5C4DDACCC8C	m0749dxacc01	Modified Vedice Sap	some	the	Modified Vedice Sap	\d	the	
    -_E7032FDA129FD81E	m0750dxacc01	Modified Cheng Root	a	the	Modified Cheng Roots	\d	the	
    -_6EBD38FC1806AF20	m0751dxacc01	Modified Rubbarn Gum	some	the	Modified Rubbarn Gum	\d	the	
    -_E0068054383600B1	m0752dxacc01	Modified Egiros Pollen	some	the	Modified Egiros Pollen	\d	the	
    -_E30EA5C4DDC4AC96	m0753dxacc01	Purified Vedice Sap	some	the	Purified Vedice Sap	\d	the	
    -_69342FDA1280F033	m0754dxacc01	Purified Cheng Root	a	the	Purified Cheng Roots	\d	the	
    -_6EBD380A1D98BB24	m0755dxacc01	Purified Rubbarn Gum	some	the	Purified Rubbarn Gum	\d	the	
    -_E0E79857381718B8	m0756dxacc01	Purified Egiros Pollen	some	the	Purified Egiros Pollen	\d	the	
    -_03A017035508D342	m0757dxacb01	Fragment of Basic Corrupted Jugula Skin	a	the	Fragments of Basic Corrupted Jugula Skin	\d	the	
    -_CA62167F4B9CB96D	m0758dxacb01	Basic Corrupted Gingo Fur	a	the	Basic Corrupted Gingo Furs	\d	the	
    -_1E9CA338409B0A55	m0759dxacb01	Fragment of Basic Corrupted Igara Skin	a	the	Fragments of Basic Corrupted Igara Skin	\d	the	
    -_42DA4B0A22E4F4E7	m0760dxacb01	Handful of Basic Corrupted Psykopla Moss	a	the	Handfuls of Basic Corrupted Psykopla Moss	\d	the	
    -_7E51270290B9E33B	m0761dxacb01	Fragment of Basic Corrupted Torbak Skin	a	the	Fragments of Basic Corrupted Torbak Skin	\d	the	
    -_F794ED64E8670FE5	m0762dxacb01	Ball of Basic Corrupted Kinrey Silk	a	the	Balls of Basic Corrupted Kinrey Silk	\d	the	
    -_61A65718B0FBE939	m0763dxacb01	Basic Corrupted Cratcha Leaf	a	the	Basic Corrupted Cratcha Leaves	\d	the	
    -_F794B55C66E90FE7	m0764dxacb01	Ball of Basic Corrupted Kizoar Silk	a	the	Balls of Basic Corrupted Kizoar Silk	\d	the	
    -_63F92D1104E166A7	m0765dxacb01	Fragment of Basic Grand Mugul Skin	a	the	Fragments of Basic Grand Mugul Skin	\d	the	
    -_61A6B738AA1D815A	m0766dxacb01	Basic Corrupted Kipesta Sack	a	the	Basic Corrupted Kipesta Sacks	\d	the	
    -_07E3EA718CDCB166	m0767dxacb01	Basic Corrupted Jubla Bud	a	the	Basic Corrupted Jubla Buds	\d	the	
    -_1C70C1749B8109CA	m0768dxacb01	Basic Corrupted Kincher Carapace	a	the	Basic Corrupted Kincher Carapaces	\d	the	
    -_094F9D5723A601B1	m0769dxacb01	Morsel of Basic Corrupted Kipucka flesh	a	the	Morsels of Basic Corrupted Kipucka flesh	\d	the	
    -_AAC84C5D440ABDA9	m0770dxacb01	Fragment of Basic Corrupted Kidinak Sting	a	the	Fragments of Basic Corrupted Kidinak Sting	\d	the	
    -_45881524B47BC143	m0771dxacb01	Basic Corrupted Goari Pincer	a	the	Basic Corrupted Goari Pincers	\d	the	
    -_CB7ED72E2C7FB164	m0772dxacb01	Basic Corrupted Varinx Tooth	a	the	Basic Corrupted Varinx Teeth	\d	the	
    -_2FD97C69446AE597	m0773dxacb01	Fragment of Basic Corrupted Kipucka Sting	a	the	Fragments of Basic Corrupted Kipucka Sting	\d	the	
    -_A1899226F3317293	m0774dxacb01	Fragment of Basic Kitin Boss Sting	a	the	Fragments of Basic Kitin Boss Sting	\d	the	
    -_1814E3D32C8B0691	m0775dxacb01	Basic Corrupted Yelk Carapace	a	the	Basic Corrupted Yelk Carapaces	\d	the	
    -_75C817E62D3CF557	m0776dxacb01	Basic Corrupted Kinrey Head	a	the	Basic Corrupted Kinrey Heads	\d	the	
    -_A1C83F22269BA145	m0777dxacb01	Basic Corrupted Kincher Head	a	the	Basic Corrupted Kincher Heads	\d	the	
    -_46026674CBDDF57B	m0778dxacb01	Basic Corrupted Vorax Jaw	a	the	Basic Corrupted Vorax Jaws	\d	the	
    -_468233295030607E	m0779dxacb01	Basic Corrupted Yber Bone	a	the	Basic Corrupted Yber Bones	\d	the	
    -_1CF1C1CBD59B3FA3	m0780dxacb01	Fragment of Basic Corrupted Kidinak Mandible	a	the	Fragments of Basic Corrupted Kidinak Mandible	\d	the	
    -_827E5F362EBDA165	m0781dxacb01	Basic Corrupted Timari Crest	a	the	Basic Corrupted Timari Crests	\d	the	
    -_DC8C873DFE9A2E47	m0782dxacb01	Fragment of Basic Corrupted Najab Tail	a	the	Fragments of Basic Corrupted Najab Tail	\d	the	
    -_BB7D039B713C1570	m0783dxacb01	Basic Corrupted ragus Tooth	a	the	Basic Corrupted ragus Teeth	\d	the	
    -_1EB2C1CB532C9FA8	m0784dxacb01	Fragment of Basic Corrupted Kipesta Mandible	a	the	Fragments of Basic Corrupted Kipesta Mandible	\d	the	
    -_E180CD74DF9115C7	m0785dxacb01	Basic Corrupted Clopper Carapace	a	the	Basic Corrupted Clopper Carapaces	\d	the	
    -_65887338E056ABC4	m0786dxacb01	Fragment of Basic Corrupted Kizoar Sting	a	the	Fragments of Basic Corrupted Kizoar Sting	\d	the	
    -_43E3EF1C9050A06C	m0787dxacb01	Basic Corrupted Cray Head	a	the	Basic Corrupted Cray Heads	\d	the	
    -_0625A371934ACE73	m0789dxacb01	Portion of Basic Corrupted Dark Resin	a	the	Portions of Basic Corrupted Dark Resin	\d	the	
    -_5582EBDA3F0F41EB	m0790dxacb01	Bundle of Basic Corrupted Bright Wood	a	the	Bundles of Basic Corrupted Bright Wood	\d	the	
    -_D8279F4D10E3CF1C	m0791dxacb01	Handful of Basic Corrupted Heavy Bark	a	the	Handfuls of Basic Corrupted Heavy Bark	\d	the	
    -_FFB5EE07501DAA41	m0792dxacb01	Fragment of Basic Corrupted Light Shell	a	the	Fragments of Basic Corrupted Light Shell	\d	the	
    -_78D85344E98A9CB2	m0793dxacb01	Basic Corrupted Thick Amber	some	the	Basic Corrupted Thick Amber	\d	the	
    -_5CCE073199611323	m0794dxacb01	Bundle of Basic Corrupted Dark Wood	a	the	Bundles of Basic Corrupted Dark Wood	\d	the	
    -_5838B82B97DC664D	m0795dxacb01	Basic Corrupted Unstable Oil	some	the	Basic Corrupted Unstable Oils	\d	the	
    -_78686B402CAAB8B4	m0796dxacb01	Basic Corrupted Solid Amber	some	the	Basic Corrupted Solid Amber	\d	the	
    -_B24553A33AC1B589	m0797dxacb01	Basic mp kitiniere deposit 01	a	the	Basic mp kitiniere deposit 01s	\d	the	
    -_B24557A43AC1B58A	m0798dxacb01	Basic mp kitiniere deposit 02	a	the	Basic mp kitiniere deposit 02s	\d	the	
    -_B2455BA53AC1B58B	m0799dxacb01	Basic mp kitiniere deposit 03	a	the	Basic mp kitiniere deposit 03s	\d	the	
    -_70555FA63AC1B582	m0800dxacb01	Basic mp kitiniere deposit 04	a	the	Basic mp kitiniere deposit 04s	\d	the	
    -_705563A73AC1B583	m0801dxacb01	Basic mp kitiniere deposit 05	a	the	Basic mp kitiniere deposit 05s	\d	the	
    -_9B475BE155F0E578	m0802dxaca01	Plain peau souple de la reine	a	the	Plain peau souple de la reines	\d	the	
    -_70D42D2170D57972	m0803dxaca01	Plain ecailles fines de la reine	a	the	Plain ecailles fines de la reines	\d	the	
    -_C49E26A5EE0367A1	m0804dxaca01	Plain petites griffes de la reine	a	the	Plain petites griffes de la reines	\d	the	
    -_ABEFA049275C607D	m0805dxaca01	Plain cuir flexible de la reine	a	the	Plain cuir flexible de la reines	\d	the	
    -_F72F77A269B0736D	m0806dxaca01	Plain cuir brut de la reine	a	the	Plain cuir brut de la reines	\d	the	
    -_75DE5F9228F03F61	m0807dxaca01	Plain soie fine de la reine	a	the	Plain soie fine de la reines	\d	the	
    -_EE23499A10EFD63A	m0808dxaca01	Plain ecailles rigides de la reine	a	the	Plain ecailles rigides de la reines	\d	the	
    -_C328E18765D1C29D	m0809dxaca01	Plain peau épaisse de la reine	a	the	Plain peau épaisse de la reines	\d	the	
    -_9AD81CFD52DFCE39	m0810dxaca01	Plain ligaments denses de la reine	a	the	Plain ligaments denses de la reines	\d	the	
    -_2C3C931A30652B7F	m0811dxaca01	Plain griffes puissantes de la reine	a	the	Plain griffes puissantes de la reines	\d	the	
    -_C50807868361AAAE	m0812dxaca01	Plain soie robuste de la reine	a	the	Plain soie robuste de la reines	\d	the	
    -_3016B75F88348ABD	m0813dxaca01	Plain carapace la reine	a	the	Plain carapace la reines	\d	the	
    -_62FB1C4137DB9002	prospector_pendant	Prospector Pendant	a	the	Prospector Pendants	\d	the	
    -_D4F4BE6C023C1CAF	itrtam	Refugee Ammo Crafting Tool	a	the	Refugee Ammo Crafting Tools	\d	the	
    -_E0EF29A403C21097	itrtar	Refugee Crafting Tool for Armor	a	the	Refugee Crafting Tools for Armor	\d	the	
    -_F53C07D8CFDF9AEE	itrtfo	Refugee Foraging Tool	a	the	Refugee Foraging Tools	\d	the	
    -_141B95152DF66425	itrtje	Refugee Crafting Tool for Jewelry	a	the	Refugee Crafting Tools for Jewelry	\d	the	
    -_524A3677751D3176	itrtmw	Refugee Crafting Tool for Melee Weapons	a	the	Refugee Crafting Tools for Melee Weapons	\d	the	
    -_D26A267CF53D2180	itrtrw	Refugee Crafting Tool for Range Weapons	a	the	Refugee Crafting Tools for Range Weapons	\d	the	
    -_FFB6BE28F40C0DE4	icrm1pd	Refugee Dagger	a	the	Refugee Daggers	\d	the	
    -_4601554FE35C95C2	icrm1ss	Refugee Sword	a	the	Refugee Swords	\d	the	
    -_4CC1FF1BDA672BB7	icrm2ms	Refugee Magic Amplifier	a	the	Refugee Magic Amplifiers	\d	the	
    -_00158AAA125A06BF	fy_banner_gu	Fyros Guide Banner	a	the	Fyros Guide Banners	\d	the	
    -_2A3F98996924157E	fy_banner_sgu	Fyros Senior Guide Banner	a	the	Fyros Senior Guide Banners	\d	the	
    -_1F4F33B285CA8A29	fy_banner_gm	Fyros Game Master Banner	a	the	Fyros Game Master Banners	\d	the	
    -_FC9CE935008774E7	fy_banner_sgm	Fyros Senior Game Master Banner	a	the	Fyros Senior Game Master Banners	\d	the	
    -_FA852AB1917A8EC8	ma_banner_gu	Matis Guide Banner	a	the	Matis Guide Banners	\d	the	
    -_24AF389AEAA31980	ma_banner_sgu	Matis Senior Guide Banner	a	the	Matis Senior Guide Banners	\d	the	
    -_9E6F73C004EA2A30	ma_banner_gm	Matis Game Master Banner	a	the	Matis Game Master Banners	\d	the	
    -_7BBC293D810690E7	ma_banner_sgm	Matis Senior Game Master Banner	a	the	Matis Senior Game Master Banners	\d	the	
    -_6E3353FB622DFBD8	tr_banner_gu	Tryker Guide Banner	a	the	Tryker Guide Banners	\d	the	
    -_0633A4AC6155C5C2	tr_banner_sgu	Tryker Senior Guide Banner	a	the	Tryker Senior Guide Banners	\d	the	
    -_16E5817E643F6922	tr_banner_gm	Tryker Game Master Banner	a	the	Tryker Game Master Banners	\d	the	
    -_2A1E135E12D83E46	tr_banner_sgm	Tryker Senior Game Master Banner	a	the	Tryker Senior Game Master Banners	\d	the	
    -_7D56623A8F21A6D3	zo_banner_gu	Zoraï Guide Banner	a	the	Zoraï Guide Banners	\d	the	
    -_A780629F694A2D7E	zo_banner_sgu	Zoraï Senior Guide Banner	a	the	Zoraï Senior Guide Banners	\d	the	
    -_9C4FE35602CA62B9	zo_banner_gm	Zoraï Game Master Banner	a	the	Zoraï Game Master Banners	\d	the	
    -_799C8B4F00E6C463	zo_banner_sgm	Zoraï Senior Game Master Banner	a	the	Zoraï Senior Game Master Banners	\d	the	
    -_E9DF2820EA99B068	pre_order	Pre-Order	a	the	Pre-Orders	\d	the	
    -_F6CEA10B014B00DA	iadc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37CEA10B014B00DA	iadd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77CEA10B014B00DA	iade	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7CEA10B014B00DA	iadf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F64EA10B014B00DA	ialc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_374EA10B014B00DA	iald	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_774EA10B014B00DA	iale	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B74EA10B014B00DA	ialf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F6EEA10B014B00DA	iafc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_37EEA10B014B00DA	iafd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_77EEA10B014B00DA	iafe	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B7EEA10B014B00DA	iaff	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_F62EA10B014B00DA	iajc	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_372EA10B014B00DA	iajd	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_772EA10B014B00DA	iaje	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_B72EA10B014B00DA	iajf	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_5544C05B967FD151	iapdl	Mektoub Packer	a	the	Mektoub Packers	\d	the	
    -_871AA23151B0E7F0	iapd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with very poor constitution
    -_2C6CC640C581873A	iapdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with poor constitution
    -_BDD4ADC974C85446	iapdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with average constitution
    -_EC59EB8F6765F222	iapde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with strong constitution
    -_183A8ED391AB2D06	iapdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Desert Mektoub with excellent constitution
    -_08F9ACED25AF16F1	iapl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with very poor constitution
    -_6E4C7EC3B4B647C6	iaplc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with poor constitution
    -_3EB3B78548C78347	iapld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with average constitution
    -_D169E37D08213F12	iaple	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with strong constitution
    -_BBF6DBC374BB25F4	iaplf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Lakes Mektoub with excellent constitution
    -_4AD994ED25E6E768	iapf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with very poor constitution
    -_CA3DB6BDB4B6143A	iapfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with poor constitution
    -_80939F8548FE54BE	iapfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with average constitution
    -_6CE01F8B86213F85	iapfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with strong constitution
    -_B7F6DB3691326102	iapff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Forest Mektoub with excellent constitution
    -_F42D03283FC62EE9	iapj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with very poor constitution
    -_6EBC79B82047E434	iapjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with poor constitution
    -_7F9F8B368F3D3C49	iapjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with average constitution
    -_EB89FF3C453BA379	iapje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with strong constitution
    -_77103F2A0FDB41B3	iapjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Jungle Mektoub with excellent constitution
    -_BA9F33E3486B611D	iasd	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Desert Mektoub Mount
    -_9FAF2BD1E927AE0D	iasl	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Lakes Mektoub Mount
    -_3A2667DF6727AE80	iasf	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Forest Mektoub Mount 
    -_B9CF479026411274	iasj	Mektoub Mount 	a	the	Mektoub Mounts	\d	the	Jungle Mektoub Mount 
    -_F91E9DC7E3382D28	guild_main_building	Guild Hall	a	the	Guild Halls	\d	the	
    -_2B10452620C8BBA5	player_building	Apartment	an	the	Apartments	\d	the	
    -_4CDE31D811073816	ragus_bait	Ragus Bait	some	the	Ragus Bait	\d	the	
    -_D760D9C1532F67C2	iccahb	Tribe Commander Heavy Boots	\d	the	Tribe Commander Heavy Boots	\d	the	
    -_61F95D89DA2A0E2D	iccahg	Tribe Commander Heavy Gloves	\d	the	Tribe Commander Heavy Gloves	\d	the	
    -_61F9658956CADA2F	iccahh	Tribe Commander Heavy Helmet	a	the	Tribe Commander Heavy Helmets	\d	the	
    -_5B60D9C1531F63C2	iccahp	Tribe Commander Heavy Pants	\d	the	Tribe Commander Heavy Pants	\d	the	
    -_C569C5B3845F20FD	iccahs	Tribe Commander Heavy Sleeves	\d	the	Tribe Commander Heavy Sleeves	\d	the	
    -_56AF0E9C57DF8FEF	iccahv	Tribe Commander Heavy Vest	a	the	Tribe Commander Heavy Vests	\d	the	
    -_29B80C8059273C74	fy_hof_tatoo0	No Tattoo	a	the	No Tattoos	\d	the	
    -_E7C89C4F6A391470	fy_hof_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_33F23581871B6CAB	fy_hof_tatoo10	Hyton Cheek Highlights Tatoo	a	the	Hyton Cheek Highlights Tatoos	\d	the	
    -_ED03E8026AA4726E	fy_hof_tatoo11	Mark of Ioda Tatoo	a	the	Mark of Ioda Tatoos	\d	the	
    -_55D875FF2FA6D367	fy_hof_tatoo12	Cheek Strokes Tatoo	a	the	Cheek Strokes Tatoos	\d	the	
    -_56271489AB65C360	fy_hof_tatoo13	Black Look Tatoo	a	the	Black Look Tatoos	\d	the	
    -_C17ECDBB064C0798	fy_hof_tatoo14	Ripples in the Sand Tatoo	a	the	Ripples in the Sand Tatoos	\d	the	
    -_DE7318962BB79380	fy_hof_tatoo15	Sand Blast Tatoo	a	the	Sand Blast Tatoos	\d	the	
    -_FAC935C9EAD848D8	fy_hof_tatoo16	Sand Blast Shadow Tatoo	a	the	Sand Blast Shadow Tatoos	\d	the	
    -_2979891C2723C667	fy_hof_tatoo17	Mask of Menace Tatoo	a	the	Mask of Menace Tatoos	\d	the	
    -_073EA1FDB0538EDB	fy_hof_tatoo18	Ominous Elegance Tatoo	an	the	Ominous Elegance Tatoos	\d	the	
    -_18EFA260050CAC9C	fy_hof_tatoo19	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_6706BB8DAD271079	fy_hof_tatoo2	Fine Mascara Tatoo	a	the	Fine Mascara Tatoos	\d	the	
    -_851DA503E7E45E69	fy_hof_tatoo20	Madding Mascara Tatoo	a	the	Madding Mascara Tatoos	\d	the	
    -_2B3D9D18A3F2CB70	fy_hof_tatoo21	Watching Wings Tatoo	a	the	Watching Wings Tatoos	\d	the	
    -_AE17F012E7E4766A	fy_hof_tatoo22	Mascara Mask Tatoo	a	the	Mascara Mask Tatoos	\d	the	
    -_3B0911CB6EA864DE	fy_hof_tatoo23	Pyph Crown Flecks Tatoo	a	the	Pyph Crown Flecks Tatoos	\d	the	
    -_C18F9DF5A9428BE6	fy_hof_tatoo24	Spearing Mascara Tatoo	a	the	Spearing Mascara Tatoos	\d	the	
    -_3B09F5C96A076CDE	fy_hof_tatoo25	Fina Crown Flecks Tatoo	a	the	Fina Crown Flecks Tatoos	\d	the	
    -_83DE91F927739386	fy_hof_tatoo26	Spearing Shadow Tatoo	a	the	Spearing Shadow Tatoos	\d	the	
    -_899FB66E7FC83CCC	fy_hof_tatoo27	Crown Flecks and Shadow Tatoo	a	the	Crown Flecks and Shadow Tatoos	\d	the	
    -_5608189667B69F5B	fy_hof_tatoo28	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_BECBBD20463CF092	fy_hof_tatoo29	Floryx Crown Flecks Tatoo	a	the	Floryx Crown Flecks Tatoos	\d	the	
    -_2C67BB9FEB271879	fy_hof_tatoo3	Fine Streaks Tatoo	a	the	Fine Streaks Tatoos	\d	the	
    -_2A1889F3AD461336	fy_hof_tatoo30	Shadow Flecks Tatoo	a	the	Shadow Flecks Tatoos	\d	the	
    -_AE8D990CAC467723	fy_hof_tatoo31	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_AB89D1F4AF064F36	fy_hof_tatoo32	Starry Shadow Tatoo	a	the	Starry Shadow Tatoos	\d	the	
    -_EC68209C6E36B37C	fy_hof_tatoo33	Starry Tatoo	a	the	Starry Tatoos	\d	the	
    -_AD9738F2B0F47E71	fy_hof_tatoo34	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_E897710830D75B36	fy_hof_tatoo35	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_854EA5B6327C3CF0	fy_hof_tatoo36	Continuity Streaks Tatoo	a	the	Continuity Streaks Tatoos	\d	the	
    -_C39DB9036FC57A89	fy_hof_tatoo37	Elegant Streaks Tatoo	an	the	Elegant Streaks Tatoos	\d	the	
    -_6678A916AF463336	fy_hof_tatoo38	Styled Flanks Tatoo	a	the	Styled Flanks Tatoos	\d	the	
    -_6CEDAD066C869B23	fy_hof_tatoo39	Lifton Streaks Tatoo	a	the	Lifton Streaks Tatoos	\d	the	
    -_802D79A0984AF07A	fy_hof_tatoo4	Eye Shadow Ticks Tatoo	an	the	Eye Shadow Ticks Tatoos	\d	the	
    -_AA280C922D053328	fy_hof_tatoo40	Lifton Blue Tatoo	a	the	Lifton Blue Tatoos	\d	the	
    -_6FBFB1F09CC6E3D4	fy_hof_tatoo41	Wings and Sreaks Tatoo	a	the	Wings and Sreaks Tatoos	\d	the	
    -_17E8F49B2B56E34A	fy_hof_tatoo42	Think Blink Tatoo	a	the	Think Blink Tatoos	\d	the	
    -_2C4814FBB2973B2B	fy_hof_tatoo43	Tyloth Patch Tatoo	a	the	Tyloth Patch Tatoos	\d	the	
    -_E967600D6BA68F80	fy_hof_tatoo44	War Triangles Tatoo	a	the	War Triangles Tatoos	\d	the	
    -_ADED9D052D268B24	fy_hof_tatoo45	Flepos Streaks Tatoo	a	the	Flepos Streaks Tatoos	\d	the	
    -_E603180BED16CF7F	fy_hof_tatoo46	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_EC28CC9F6BD74F28	fy_hof_tatoo47	Shadow Brow Tatoo	a	the	Shadow Brow Tatoos	\d	the	
    -_2184BDFF2F25E37C	fy_hof_tatoo48	High Serenity Tatoo	a	the	High Serenity Tatoos	\d	the	
    -_ADF720F46E166F2B	fy_hof_tatoo49	Dragon Wings Tatoo	a	the	Dragon Wings Tatoos	\d	the	
    -_6A9708AB6D97307E	fy_hof_tatoo5	Ripples Tatoo	a	the	Ripples Tatoos	\d	the	
    -_9E24C513EC868F91	fy_hof_tatoo50	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6B773CF32C94727E	fy_hof_tatoo51	Avenger Dabs Tatoo	an	the	Avenger Dabs Tatoos	\d	the	
    -_6777CB946FF6C76B	fy_hof_tatoo52	Eye Tabs Tatoo	an	the	Eye Tabs Tatoos	\d	the	
    -_1AB7100029D7AB52	fy_hof_tatoo53	Thick Flecks Tatoo	a	the	Thick Flecks Tatoos	\d	the	
    -_A83DB5126F73BA66	fy_hof_tatoo54	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_6B473C06AFD5827E	fy_hof_tatoo55	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_2BAE950166B2DF73	fy_hof_tatoo56	Spearing Sands Tatoo	a	the	Spearing Sands Tatoos	\d	the	
    -_ABD7189AAB05DF76	fy_hof_tatoo57	Mindful Tatoo	a	the	Mindful Tatoos	\d	the	
    -_2E5D750EEBB3CA71	fy_hof_tatoo58	Mindful Flecks Tatoo	a	the	Mindful Flecks Tatoos	\d	the	
    -_7F1DCD00EA371729	fy_hof_tatoo59	Simple Elegance Tatoo	a	the	Simple Elegance Tatoos	\d	the	
    -_55999DFFAED82C6B	fy_hof_tatoo6	Shadow Ripples Tatoo	a	the	Shadow Ripples Tatoos	\d	the	
    -_43CEE5BEC2AB54DF	fy_hof_tatoo60	Ceremonial Elegance Tatoo	a	the	Ceremonial Elegance Tatoos	\d	the	
    -_AA48E8942CF68B6D	fy_hof_tatoo61	Elegance Tatoo	an	the	Elegance Tatoos	\d	the	
    -_AE170C00AC45766E	fy_hof_tatoo62	Mascara Star Tatoo	a	the	Mascara Star Tatoos	\d	the	
    -_9E438909EF259B85	fy_hof_tatoo63	Full Elegance Tatoo	a	the	Full Elegance Tatoos	\d	the	
    -_379DDD7E48CC88C7	fy_hof_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_33F23581C22DDDB2	fy_hof_tatoo8	Lifton Cheek Highlights Tatoo	a	the	Lifton Cheek Highlights Tatoos	\d	the	
    -_2434DCADF038F87F	fy_hof_tatoo9	Brush Traits Tatoo	a	the	Brush Traits Tatoos	\d	the	
    -_29B80C8059275874	fy_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E7C89C4F6A393070	fy_hom_tatoo1	Eye Ticks Tatoo	an	the	Eye Ticks Tatoos	\d	the	
    -_6C8DD516F0868F21	fy_hom_tatoo10	Wykson Ripples Tatoo	a	the	Wykson Ripples Tatoos	\d	the	
    -_5608189667B69F5A	fy_hom_tatoo11	Sandy Face Tatoo	a	the	Sandy Face Tatoos	\d	the	
    -_55689D0EAF96EF67	fy_hom_tatoo12	Blood Stripes Tatoo	a	the	Blood Stripes Tatoos	\d	the	
    -_046EE507AF658686	fy_hom_tatoo13	Ominous Stripes Tatoo	an	the	Ominous Stripes Tatoos	\d	the	
    -_00BEE5136EB68A85	fy_hom_tatoo14	Thunder Stripes Tatoo	a	the	Thunder Stripes Tatoos	\d	the	
    -_A648D1FFF104AA86	fy_hom_tatoo15	Trooper Glare Tatoo	a	the	Trooper Glare Tatoos	\d	the	
    -_67A9AD09EC957B34	fy_hom_tatoo16	Livith Shadow Tatoo	a	the	Livith Shadow Tatoos	\d	the	
    -_E334F8ACA906E76D	fy_hom_tatoo17	Tano Shadow Tatoo	a	the	Tano Shadow Tatoos	\d	the	
    -_1A881807A826CB5B	fy_hom_tatoo18	Malax Shadow Tatoo	a	the	Malax Shadow Tatoos	\d	the	
    -_1A887807A836CF5B	fy_hom_tatoo19	Nalyx Shadow Tatoo	a	the	Nalyx Shadow Tatoos	\d	the	
    -_6B9898B72828E429	fy_hom_tatoo2	Red Eye Ticks Tatoo	a	the	Red Eye Ticks Tatoos	\d	the	
    -_1A887807A857AB5C	fy_hom_tatoo20	Palyx Shadow Tatoo	a	the	Palyx Shadow Tatoos	\d	the	
    -_3F4AA9FFD5C65CEA	fy_hom_tatoo21	Dark Dune Ripples Tatoo	a	the	Dark Dune Ripples Tatoos	\d	the	
    -_55599D0DEDB7EF68	fy_hom_tatoo22	Tenos Stripes Tatoo	a	the	Tenos Stripes Tatoos	\d	the	
    -_EFF714F829076729	fy_hom_tatoo23	Shadow Ticks Tatoo	a	the	Shadow Ticks Tatoos	\d	the	
    -_C770BE7D82979425	fy_hom_tatoo24	Crown Flecks and Streaks Tatoo	a	the	Crown Flecks and Streaks Tatoos	\d	the	
    -_5517C5166E86F358	fy_hom_tatoo25	Tatyn Crossed Tatoo	a	the	Tatyn Crossed Tatoos	\d	the	
    -_55688D057086F758	fy_hom_tatoo26	Ticks Crossed Tatoo	a	the	Ticks Crossed Tatoos	\d	the	
    -_17C9CCA3ABA62B4C	fy_hom_tatoo27	Sandy Frown Tatoo	a	the	Sandy Frown Tatoos	\d	the	
    -_AE575003EED4AA7D	fy_hom_tatoo28	Desert Eyes Tatoo	a	the	Desert Eyes Tatoos	\d	the	
    -_2F28FC082CD66F29	fy_hom_tatoo29	Desert Peril Tatoo	a	the	Desert Peril Tatoos	\d	the	
    -_14000A1C2EAB664D	fy_hom_tatoo3	Eye Ticks and Chin Stripes Tatoo	an	the	Eye Ticks and Chin Stripes Tatoos	\d	the	
    -_A98DF527EDE65323	fy_hom_tatoo30	Dryton Crossed Tatoo	a	the	Dryton Crossed Tatoos	\d	the	
    -_1E7368A16AB69F82	fy_hom_tatoo31	Ocyx Claws Tatoo	an	the	Ocyx Claws Tatoos	\d	the	
    -_1AE7400D6816C350	fy_hom_tatoo32	Hevon Flecks Tatoo	a	the	Hevon Flecks Tatoos	\d	the	
    -_1788F4B2EB06135A	fy_hom_tatoo33	Styne Spear Tatoo	a	the	Styne Spear Tatoos	\d	the	
    -_03AEE5F3EB176388	fy_hom_tatoo34	Pacton Spearhead Tatoo	a	the	Pacton Spearhead Tatoos	\d	the	
    -_E603180BED16E77E	fy_hom_tatoo35	Hyte Streaks Tatoo	a	the	Hyte Streaks Tatoos	\d	the	
    -_ADED9D0F2D26AB23	fy_hom_tatoo36	Flopos Streaks Tatoo	a	the	Flopos Streaks Tatoos	\d	the	
    -_C37DED04AE359688	fy_hom_tatoo37	Liftons Streaks Tatoo	a	the	Liftons Streaks Tatoos	\d	the	
    -_E987904CAF66FF6C	fy_hom_tatoo38	Sy Band Tatoo	a	the	Sy Band Tatoos	\d	the	
    -_FD7B9919043D3C8F	fy_hom_tatoo39	Wizeth Spear Shadow Tatoo	a	the	Wizeth Spear Shadow Tatoos	\d	the	
    -_1A88F000EA295C5E	fy_hom_tatoo4	Pledix Stripe Tatoo	a	the	Pledix Stripe Tatoos	\d	the	
    -_6A46D7AD2B17C374	fy_hom_tatoo40	War Paint Tatoo	a	the	War Paint Tatoos	\d	the	
    -_68A6079AEBB6AB78	fy_hom_tatoo41	War Shadow Tatoo	a	the	War Shadow Tatoos	\d	the	
    -_70DDAC0E2C8B70CB	fy_hom_tatoo42	Oktis Spear Shadow Tatoo	an	the	Oktis Spear Shadow Tatoos	\d	the	
    -_708CC405B0DB74CB	fy_hom_tatoo43	Dykon Spear Shadow Tatoo	a	the	Dykon Spear Shadow Tatoos	\d	the	
    -_2A29CD1471D69F24	fy_hom_tatoo44	Pyto's Revenge Tatoo	a	the	Pyto's Revenge Tatoos	\d	the	
    -_EC170C156A472B2B	fy_hom_tatoo45	Torbak Claws Tatoo	a	the	Torbak Claws Tatoos	\d	the	
    -_176910A1ABB60F4B	fy_hom_tatoo46	Ragus Claws Tatoo	a	the	Ragus Claws Tatoos	\d	the	
    -_1759D0A7A6C7E758	fy_hom_tatoo47	Paxer Patch Tatoo	a	the	Paxer Patch Tatoos	\d	the	
    -_E897710830D78337	fy_hom_tatoo48	Tithon Streak Tatoo	a	the	Tithon Streak Tatoos	\d	the	
    -_DBE7080AEDD5AE7E	fy_hom_tatoo49	Rydon's Gaze Tatoo	a	the	Rydon's Gaze Tatoos	\d	the	
    -_E60350066EC81C80	fy_hom_tatoo5	Bolus Stripes Tatoo	a	the	Bolus Stripes Tatoos	\d	the	
    -_6756CB98ADE79F77	fy_hom_tatoo50	Tri Band Tatoo	a	the	Tri Band Tatoos	\d	the	
    -_9E24C513EC86AF91	fy_hom_tatoo51	Wavy Eyelines Tatoo	a	the	Wavy Eyelines Tatoos	\d	the	
    -_6BA607A0EE86B38A	fy_hom_tatoo52	Ryx Streak Tatoo	a	the	Ryx Streak Tatoos	\d	the	
    -_68F8544F6F26AB77	fy_hom_tatoo53	Hy Blend Tatoo	a	the	Hy Blend Tatoos	\d	the	
    -_82BD0D10ACE68A89	fy_hom_tatoo54	Warrior Strokes Tatoo	a	the	Warrior Strokes Tatoos	\d	the	
    -_227340A1EEC5BF88	fy_hom_tatoo55	Fryn Spear Tatoo	a	the	Fryn Spear Tatoos	\d	the	
    -_6B473C06AFD5A27E	fy_hom_tatoo56	Thunder Eyes Tatoo	a	the	Thunder Eyes Tatoos	\d	the	
    -_56F7589DAA05B75A	fy_hom_tatoo57	Mouth Band Tatoo	a	the	Mouth Band Tatoos	\d	the	
    -_A83DB5126F73E666	fy_hom_tatoo58	Munshia Bridge Tatoo	a	the	Munshia Bridge Tatoos	\d	the	
    -_BD69E9026A8CC8A4	fy_hom_tatoo59	Dakton Blood Slash Tatoo	a	the	Dakton Blood Slash Tatoos	\d	the	
    -_AB66BB8C6A486C79	fy_hom_tatoo6	Fina Crossed Tatoo	a	the	Fina Crossed Tatoos	\d	the	
    -_AD976CF2B0B48A74	fy_hom_tatoo60	Blazing Eyes Tatoo	a	the	Blazing Eyes Tatoos	\d	the	
    -_6C8DA101AB13CA6D	fy_hom_tatoo61	Flaming Cheeks Tatoo	a	the	Flaming Cheeks Tatoos	\d	the	
    -_AD9738F2B0F49274	fy_hom_tatoo62	Flaming Eyes Tatoo	a	the	Flaming Eyes Tatoos	\d	the	
    -_C23DB10AA372D381	fy_hom_tatoo63	Coriolis Flames Tatoo	a	the	Coriolis Flames Tatoos	\d	the	
    -_379DDD7E48CCA4C7	fy_hom_tatoo7	Delicate Brush Traits Tatoo	a	the	Delicate Brush Traits Tatoos	\d	the	
    -_6957BBAC2C37607C	fy_hom_tatoo8	Four Ripples Tatoo	a	the	Four Ripples Tatoos	\d	the	
    -_6A07D048B037548C	fy_hom_tatoo9	Six Ripples Tatoo	a	the	Six Ripples Tatoos	\d	the	
    -_29B8AC875927DC7B	ma_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_A64E21116FE8DC21	ma_hof_tatoo1	Mascara Outline Tatoo	a	the	Mascara Outline Tatoos	\d	the	
    -_5D8D167A0CCC58B4	ma_hof_tatoo10	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_5D8DCE700C1C5CB4	ma_hof_tatoo11	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_ADD7C00A2F660728	ma_hof_tatoo12	Autumn Dance Tatoo	an	the	Autumn Dance Tatoos	\d	the	
    -_334DCD04EDD68F5B	ma_hof_tatoo13	Brown Highbrow Tatoo	a	the	Brown Highbrow Tatoos	\d	the	
    -_C5CF1902AE35579C	ma_hof_tatoo14	Indigo Highbrow Tatoo	an	the	Indigo Highbrow Tatoos	\d	the	
    -_E3BA6D2B6665DB6A	ma_hof_tatoo15	Fawn Highbrow Tatoo	a	the	Fawn Highbrow Tatoos	\d	the	
    -_334D85FAED269B5B	ma_hof_tatoo16	Green Highbrow Tatoo	a	the	Green Highbrow Tatoos	\d	the	
    -_431F351070A6639C	ma_hof_tatoo17	Purple Highbrow Tatoo	a	the	Purple Highbrow Tatoos	\d	the	
    -_75453D23D5656CDE	ma_hof_tatoo18	Dark Bird of Omen Tatoo	a	the	Dark Bird of Omen Tatoos	\d	the	
    -_839E0004067B9445	ma_hof_tatoo19	Indigo Bird of Omen Tatoo	an	the	Indigo Bird of Omen Tatoos	\d	the	
    -_1A98B4036C29085C	ma_hof_tatoo2	Bloody Strias Tatoo	a	the	Bloody Strias Tatoos	\d	the	
    -_B1360D2444AB68D3	ma_hof_tatoo20	Blue Dancing Flames Tatoo	a	the	Blue Dancing Flames Tatoos	\d	the	
    -_225DB970065C2893	ma_hof_tatoo21	Brown Dancing Flames Tatoo	a	the	Brown Dancing Flames Tatoos	\d	the	
    -_225D716606AC2C93	ma_hof_tatoo22	Green Dancing Flames Tatoo	a	the	Green Dancing Flames Tatoos	\d	the	
    -_69FD71226FE64322	ma_hof_tatoo23	Autumn Curling Tatoo	an	the	Autumn Curling Tatoos	\d	the	
    -_55A84506AF56DF58	ma_hof_tatoo24	Night Curling Tatoo	a	the	Night Curling Tatoos	\d	the	
    -_55A7610E7096E358	ma_hof_tatoo25	Blood Curling Tatoo	a	the	Blood Curling Tatoos	\d	the	
    -_BA052989066C70E5	ma_hof_tatoo26	Blue Stylish Shading Tatoo	a	the	Blue Stylish Shading Tatoos	\d	the	
    -_5DCD4E770A1C88BB	ma_hof_tatoo27	Brown Stylish Shading Tatoo	a	the	Brown Stylish Shading Tatoos	\d	the	
    -_2B287004E8C48E72	ma_hof_tatoo28	Lenardi Lace Tatoo	a	the	Lenardi Lace Tatoos	\d	the	
    -_492BD4C627882CDB	ma_hof_tatoo29	Red Ornate Wonder Tatoo	a	the	Red Ornate Wonder Tatoos	\d	the	
    -_E33494A62738507B	ma_hof_tatoo3	Green Strias Tatoo	a	the	Green Strias Tatoos	\d	the	
    -_EC1A0519C31BACC5	ma_hof_tatoo30	Green Ornate Wonder Tatoo	a	the	Green Ornate Wonder Tatoos	\d	the	
    -_731DB16B484EEC81	ma_hof_tatoo31	Purple Ornate Wonder Tatoo	a	the	Purple Ornate Wonder Tatoos	\d	the	
    -_EC5D99F95626EB6C	ma_hof_tatoo32	Scrolling Eyes Tatoo	a	the	Scrolling Eyes Tatoos	\d	the	
    -_EB0D4127EF255B23	ma_hof_tatoo33	Musing Imprint Tatoo	a	the	Musing Imprint Tatoos	\d	the	
    -_43ADB106AD7D3CA5	ma_hof_tatoo34	Purple Undergrowth Tatoo	a	the	Purple Undergrowth Tatoos	\d	the	
    -_C22E35F926D27781	ma_hof_tatoo35	Isabella Leaves Tatoo	an	the	Isabella Leaves Tatoos	\d	the	
    -_2AC700A5A9B57B83	ma_hof_tatoo36	Harvest Tatoo	a	the	Harvest Tatoos	\d	the	
    -_2C887CA46A86AF7B	ma_hof_tatoo37	Vendetta Tatoo	a	the	Vendetta Tatoos	\d	the	
    -_6BC7E818EE158E2A	ma_hof_tatoo38	Purple Mist Tatoo	a	the	Purple Mist Tatoos	\d	the	
    -_446D95FC9873937A	ma_hof_tatoo39	Serrated Wings Tatoo	a	the	Serrated Wings Tatoos	\d	the	
    -_3E6A791CA23499F9	ma_hof_tatoo4	Green Eye-Surround Tatoo	a	the	Green Eye-Surround Tatoos	\d	the	
    -_6D7898B62DF64328	ma_hof_tatoo40	Bloody Fury Tatoo	a	the	Bloody Fury Tatoos	\d	the	
    -_013EC51268482CF7	ma_hof_tatoo41	Sunshine Butterfly Tatoo	a	the	Sunshine Butterfly Tatoos	\d	the	
    -_6C7D450D66E5FB24	ma_hof_tatoo42	Maiden Ribbons Tatoo	a	the	Maiden Ribbons Tatoos	\d	the	
    -_F22F8DE69BACC0CB	ma_hof_tatoo43	Ruddy Eye Surround Tatoo	a	the	Ruddy Eye Surround Tatoos	\d	the	
    -_EADD391DEE864B24	ma_hof_tatoo44	Worlds Divided Tatoo	a	the	Worlds Divided Tatoos	\d	the	
    -_17BF1922A5F2D773	ma_hof_tatoo45	Wings of Wrath Tatoo	a	the	Wings of Wrath Tatoos	\d	the	
    -_72BD6D1622B12CE8	ma_hof_tatoo46	Frown of Defiance Tatoo	a	the	Frown of Defiance Tatoos	\d	the	
    -_6503A00FEB27D37A	ma_hof_tatoo47	Pink Morning Tatoo	a	the	Pink Morning Tatoos	\d	the	
    -_A6F8411B32A76737	ma_hof_tatoo48	Purple Sunset Tatoo	a	the	Purple Sunset Tatoos	\d	the	
    -_6BB7C80AAF04926F	ma_hof_tatoo49	Flecked Fury Tatoo	a	the	Flecked Fury Tatoos	\d	the	
    -_C2FD780D70A86432	ma_hof_tatoo5	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_A548FD0923818F7B	ma_hof_tatoo50	Carapace Face Tatoo	a	the	Carapace Face Tatoos	\d	the	
    -_068D2DC1566C70E6	ma_hof_tatoo51	Scrolling Revenge Tatoo	a	the	Scrolling Revenge Tatoos	\d	the	
    -_550875062FA6D36B	ma_hof_tatoo52	Crown Streaks Tatoo	a	the	Crown Streaks Tatoos	\d	the	
    -_84DE45186772B7E8	ma_hof_tatoo53	Vendetta Streaks Tatoo	a	the	Vendetta Streaks Tatoos	\d	the	
    -_AE8DBE898CFDF88C	ma_hof_tatoo54	Double Strike Through Tatoo	a	the	Double Strike Through Tatoos	\d	the	
    -_416FDDC8F0368EF0	ma_hof_tatoo55	Streaks of Wrath Tatoo	a	the	Streaks of Wrath Tatoos	\d	the	
    -_E34398B52AE5EF6D	ma_hof_tatoo56	Lush Gaze Tatoo	a	the	Lush Gaze Tatoos	\d	the	
    -_2888ACB92CE64F29	ma_hof_tatoo57	Dotted Brow Tatoo	a	the	Dotted Brow Tatoos	\d	the	
    -_47BD3D78C0D9B49A	ma_hof_tatoo58	Perching Rocco Birds Tatoo	a	the	Perching Rocco Birds Tatoos	\d	the	
    -_55172516F1C5E75B	ma_hof_tatoo59	Homin Crossed Tatoo	a	the	Homin Crossed Tatoos	\d	the	
    -_6627511B73B85039	ma_hof_tatoo6	Dappled Autumn Tatoo	a	the	Dappled Autumn Tatoos	\d	the	
    -_1AFE3119A4F2C375	ma_hof_tatoo60	Wings of Sight Tatoo	a	the	Wings of Sight Tatoos	\d	the	
    -_E81880AC6EE56F2A	ma_hof_tatoo61	Musing Pink Tatoo	a	the	Musing Pink Tatoos	\d	the	
    -_857D750EAF65668B	ma_hof_tatoo62	Ominous Streaks Tatoo	an	the	Ominous Streaks Tatoos	\d	the	
    -_D97D551C2F26BB56	ma_hof_tatoo63	Green Pastures Tatoo	a	the	Green Pastures Tatoos	\d	the	
    -_916C0A81BDAB6A6B	ma_hof_tatoo7	Green Mottled Eye Surround Tatoo	a	the	Green Mottled Eye Surround Tatoos	\d	the	
    -_FA544A7774C4BA1C	ma_hof_tatoo8	Boding Mottled Eye surround Tatoo	a	the	Boding Mottled Eye surround Tatoos	\d	the	
    -_916C36807DDB966D	ma_hof_tatoo9	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_29B8AC875927F87B	ma_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_1A28B810AD685C5C	ma_hom_tatoo1	Rapier Traits Tatoo	a	the	Rapier Traits Tatoos	\d	the	
    -_E8F85520EFB54734	ma_hom_tatoo10	Autumn Leaves Tatoo	an	the	Autumn Leaves Tatoos	\d	the	
    -_302E69F8DE853BB9	ma_hom_tatoo11	Brown Eye Shadow Tatoo	a	the	Brown Eye Shadow Tatoos	\d	the	
    -_453DE9C66997E48C	ma_hom_tatoo12	Indigo Eye Shadow Tatoo	an	the	Indigo Eye Shadow Tatoos	\d	the	
    -_C47DE27CCEDB7854	ma_hom_tatoo13	Indigo Blusher Scroll Tatoo	an	the	Indigo Blusher Scroll Tatoos	\d	the	
    -_220E316C8A2E589D	ma_hom_tatoo14	Green Blusher Scroll Tatoo	a	the	Green Blusher Scroll Tatoos	\d	the	
    -_2DE9AD7F464C7CCA	ma_hom_tatoo15	Brown Shadow Looming Tatoo	a	the	Brown Shadow Looming Tatoos	\d	the	
    -_2DE96575469C80CA	ma_hom_tatoo16	Green Shadow Looming Tatoo	a	the	Green Shadow Looming Tatoos	\d	the	
    -_AE9E22754ACC3C80	ma_hom_tatoo17	Purple Shadow Looming Tatoo	a	the	Purple Shadow Looming Tatoos	\d	the	
    -_FCE854062EFB80F4	ma_hom_tatoo18	Dark Ornate Wonder Tatoo	a	the	Dark Ornate Wonder Tatoos	\d	the	
    -_FCE83C09F1DB84F4	ma_hom_tatoo19	Blue Ornate Wonder Tatoo	a	the	Blue Ornate Wonder Tatoos	\d	the	
    -_C2FD780D70A8802F	ma_hom_tatoo2	Mark of Devotion Tatoo	a	the	Mark of Devotion Tatoos	\d	the	
    -_EC1A4D23C3CBC8C4	ma_hom_tatoo20	Brown Ornate Wonder Tatoo	a	the	Brown Ornate Wonder Tatoos	\d	the	
    -_670A7102ACBC9CBA	ma_hom_tatoo21	Ruddy Dragon Dance Tatoo	a	the	Ruddy Dragon Dance Tatoos	\d	the	
    -_67597503EB0BA0BA	ma_hom_tatoo22	Green Dragon Dance Tatoo	a	the	Green Dragon Dance Tatoos	\d	the	
    -_666ACA68CD7C9CCD	ma_hom_tatoo23	Ruddy Shaded Devotion Tatoo	a	the	Ruddy Shaded Devotion Tatoos	\d	the	
    -_F143F28C066D3866	ma_hom_tatoo24	Purple Shaded Devotion Tatoo	a	the	Purple Shaded Devotion Tatoos	\d	the	
    -_225D816E865C649C	ma_hom_tatoo25	Brown Flaming Menace Tatoo	a	the	Brown Flaming Menace Tatoos	\d	the	
    -_225D396486AC689C	ma_hom_tatoo26	Green Flaming Menace Tatoo	a	the	Green Flaming Menace Tatoos	\d	the	
    -_F3360D16C38BA0D7	ma_hom_tatoo27	Blue Flaming Menace Tatoo	a	the	Blue Flaming Menace Tatoos	\d	the	
    -_1AE7FC112887CB5C	ma_hom_tatoo28	Scorn Shadow Tatoo	a	the	Scorn Shadow Tatoos	\d	the	
    -_56B8C89630560F5B	ma_hom_tatoo29	Night Fury Tatoo	a	the	Night Fury Tatoos	\d	the	
    -_E608281772B7A436	ma_hom_tatoo3	Mark of Fervor Tatoo	a	the	Mark of Fervor Tatoos	\d	the	
    -_A343A4B425A6D37F	ma_hom_tatoo30	Dark Fury Tatoo	a	the	Dark Fury Tatoos	\d	the	
    -_696E2120A9C2172A	ma_hom_tatoo31	Tylini's Wrath Tatoo	a	the	Tylini's Wrath Tatoos	\d	the	
    -_AD57A016EDD71B2A	ma_hom_tatoo32	Golden Brown Tatoo	a	the	Golden Brown Tatoos	\d	the	
    -_B475710B2B5B70EB	ma_hom_tatoo33	Fawn Flecked Wings Tatoo	a	the	Fawn Flecked Wings Tatoos	\d	the	
    -_EB0FEE2E756BB0E0	ma_hom_tatoo34	Blue Wings on the Wind Tatoo	a	the	Blue Wings on the Wind Tatoos	\d	the	
    -_021E51186772D6D9	ma_hom_tatoo35	Venging Streaks Tatoo	a	the	Venging Streaks Tatoos	\d	the	
    -_304D6DEADD3CA085	ma_hom_tatoo36	Streak of Ill Omen Tatoo	a	the	Streak of Ill Omen Tatoos	\d	the	
    -_560D2913E856E746	ma_hom_tatoo37	Khaki Carapace Tatoo	a	the	Khaki Carapace Tatoos	\d	the	
    -_6A78111DE4B2BB8A	ma_hom_tatoo38	Vendetta Eyes Tatoo	a	the	Vendetta Eyes Tatoos	\d	the	
    -_C569A508E9759E81	ma_hom_tatoo39	Mark of Victory Tatoo	a	the	Mark of Victory Tatoos	\d	the	
    -_474BF7262C285D8F	ma_hom_tatoo4	Mark of Holy Ardor Tatoo	a	the	Mark of Holy Ardor Tatoos	\d	the	
    -_EDC577B42577C37D	ma_hom_tatoo40	War Horns Tatoo	a	the	War Horns Tatoos	\d	the	
    -_AC2E7528AB16A324	ma_hom_tatoo41	Purple Victory Tatoo	a	the	Purple Victory Tatoos	\d	the	
    -_25E749FCE971C37F	ma_hom_tatoo42	Bravichi Leaf Tatoo	a	the	Bravichi Leaf Tatoos	\d	the	
    -_1E541EE8C68C7B45	ma_hom_tatoo43	Scrolls on Flecked Wings Tatoo	a	the	Scrolls on Flecked Wings Tatoos	\d	the	
    -_6937E4A529668F83	ma_hom_tatoo44	Scrolls Tatoo	a	the	Scrolls Tatoos	\d	the	
    -_EB0F1230B2ABB4E1	ma_hom_tatoo45	Fawn Wings on the Wind Tatoo	a	the	Fawn Wings on the Wind Tatoos	\d	the	
    -_2BDD21137007AB24	ma_hom_tatoo46	Tylini Streaks Tatoo	a	the	Tylini Streaks Tatoos	\d	the	
    -_E334C0A5ABC5E77C	ma_hom_tatoo47	Fury Stance Tatoo	a	the	Fury Stance Tatoos	\d	the	
    -_E6030810ECF6F37F	ma_hom_tatoo48	Fury Streaks Tatoo	a	the	Fury Streaks Tatoos	\d	the	
    -_EA9970A1A785FF74	ma_hom_tatoo49	Benevolence Tatoo	a	the	Benevolence Tatoos	\d	the	
    -_916C0A933FAB7269	ma_hom_tatoo5	Brown Mottled Eye Surround Tatoo	a	the	Brown Mottled Eye Surround Tatoos	\d	the	
    -_5608F094AE05FB5D	ma_hom_tatoo50	Fiery Eyes Tatoo	a	the	Fiery Eyes Tatoos	\d	the	
    -_C31D95162F967E80	ma_hom_tatoo51	Roqvini Streaks Tatoo	a	the	Roqvini Streaks Tatoos	\d	the	
    -_C62C34FBED3CF099	ma_hom_tatoo52	Peachy Pink Shades Tatoo	a	the	Peachy Pink Shades Tatoos	\d	the	
    -_C56991152DA4866E	ma_hom_tatoo53	Brow of Discord Tatoo	a	the	Brow of Discord Tatoos	\d	the	
    -_46CAC5152DA48A6F	ma_hom_tatoo54	Brow of Dispute Tatoo	a	the	Brow of Dispute Tatoos	\d	the	
    -_3E490296BFA984F2	ma_hom_tatoo55	Serrated Eye Surround Tatoo	a	the	Serrated Eye Surround Tatoos	\d	the	
    -_C41DD5C5EF67927C	ma_hom_tatoo56	Streaks on Fire Tatoo	a	the	Streaks on Fire Tatoos	\d	the	
    -_FE9D59B0F30894F4	ma_hom_tatoo57	Bravichi's Victory Tatoo	a	the	Bravichi's Victory Tatoos	\d	the	
    -_089D0DD4E8673FEB	ma_hom_tatoo58	Scrolls on Violet Tatoo	a	the	Scrolls on Violet Tatoos	\d	the	
    -_551F590BEC86FF5B	ma_hom_tatoo59	Ruddy Vendetta Tatoo	a	the	Ruddy Vendetta Tatoos	\d	the	
    -_A550B4714DCCA051	ma_hom_tatoo6	Blue Mottled Eye Surround Tatoo	a	the	Blue Mottled Eye Surround Tatoos	\d	the	
    -_6CDD7D256FC59326	ma_hom_tatoo60	Autumn Scrolls Tatoo	an	the	Autumn Scrolls Tatoos	\d	the	
    -_8CE3E13505CC7480	ma_hom_tatoo61	Brown Wings on the Wind Tatoo	a	the	Brown Wings on the Wind Tatoos	\d	the	
    -_EC7D6D1D23B2DF6B	ma_hom_tatoo62	Scrolled Wings Tatoo	a	the	Scrolled Wings Tatoos	\d	the	
    -_2C675BB3A806E77C	ma_hom_tatoo63	War Streaks Tatoo	a	the	War Streaks Tatoos	\d	the	
    -_916C36807DDBB26B	ma_hom_tatoo7	Ruddy Mottled Eye Surround Tatoo	a	the	Ruddy Mottled Eye Surround Tatoos	\d	the	
    -_39053D6B05F0BDE6	ma_hom_tatoo8	Green Mottled Shading Tatoo	a	the	Green Mottled Shading Tatoos	\d	the	
    -_39053D7D87F0A9E7	ma_hom_tatoo9	Brown Mottled Shading Tatoo	a	the	Brown Mottled Shading Tatoos	\d	the	
    -_29B8F08E59272082	tr_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_AB7644102FA5D379	tr_hof_tatoo1	Fine Eye Lines Tatoo	a	the	Fine Eye Lines Tatoos	\d	the	
    -_04D0F1C7065DFC97	tr_hof_tatoo10	Ornate Eye Surround Tatoo	an	the	Ornate Eye Surround Tatoos	\d	the	
    -_1AE7FC04EEC67F5B	tr_hof_tatoo11	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_1A574014AA26835B	tr_hof_tatoo12	Mauve Scales Tatoo	a	the	Mauve Scales Tatoos	\d	the	
    -_2A18550AACB65334	tr_hof_tatoo13	Shadow Scales Tatoo	a	the	Shadow Scales Tatoos	\d	the	
    -_759E49FE9A251BCF	tr_hof_tatoo14	Lance-eye Scales Tatoo	a	the	Lance-eye Scales Tatoos	\d	the	
    -_E8184417EFB65B34	tr_hof_tatoo15	Sun on Scales Tatoo	a	the	Sun on Scales Tatoos	\d	the	
    -_227318A4F266DB84	tr_hof_tatoo16	Pink Spray Tatoo	a	the	Pink Spray Tatoos	\d	the	
    -_1718B4B36A160758	tr_hof_tatoo17	Green Spray Tatoo	a	the	Green Spray Tatoos	\d	the	
    -_EFF730072CD85B28	tr_hof_tatoo18	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_5657009BF0F6A36B	tr_hof_tatoo19	Green Wash Tatoo	a	the	Green Wash Tatoos	\d	the	
    -_AE97DCBCAEC7F074	tr_hof_tatoo2	Blusher Tatoo	a	the	Blusher Tatoos	\d	the	
    -_952C566FC3A9CC0D	tr_hof_tatoo20	Yellow Spray and Red Eye Tatoo	a	the	Yellow Spray and Red Eye Tatoos	\d	the	
    -_227300ABB385C785	tr_hof_tatoo21	Blue Spray Tatoo	a	the	Blue Spray Tatoos	\d	the	
    -_68A8D89C6AC56326	tr_hof_tatoo22	Orange Leaf Tatoo	an	the	Orange Leaf Tatoos	\d	the	
    -_2543E8B76BA77F6E	tr_hof_tatoo23	Pink Leaf Tatoo	a	the	Pink Leaf Tatoos	\d	the	
    -_445D8D7DCACC7C49	tr_hof_tatoo24	Orange Lapping Shore Tatoo	an	the	Orange Lapping Shore Tatoos	\d	the	
    -_083D858B883D8049	tr_hof_tatoo25	Violet Lapping Shore Tatoo	a	the	Violet Lapping Shore Tatoos	\d	the	
    -_E2C4423A1FCD6C8F	tr_hof_tatoo26	Scales on Lapping Shore Tatoo	a	the	Scales on Lapping Shore Tatoos	\d	the	
    -_1A9814132C57BB4F	tr_hof_tatoo27	Pinky Flanks Tatoo	a	the	Pinky Flanks Tatoos	\d	the	
    -_C8EC646E0DEA57DF	tr_hof_tatoo28	Flanked Eye Surround Tatoo	a	the	Flanked Eye Surround Tatoos	\d	the	
    -_235945D7EB961771	tr_hof_tatoo29	Pink Coral Way Tatoo	a	the	Pink Coral Way Tatoos	\d	the	
    -_041FD5DB450D9D93	tr_hof_tatoo3	Blusher and Eyelines Tatoo	a	the	Blusher and Eyelines Tatoos	\d	the	
    -_AECC800B2BD79B5E	tr_hof_tatoo30	Green Coral Way Tatoo	a	the	Green Coral Way Tatoos	\d	the	
    -_23592DDEACB5F772	tr_hof_tatoo31	Blue Coral Way Tatoo	a	the	Blue Coral Way Tatoos	\d	the	
    -_2DD70CBB6A37C773	tr_hof_tatoo32	Fertility Tatoo	a	the	Fertility Tatoos	\d	the	
    -_5F730CA9EDE5BF77	tr_hof_tatoo33	Fish Dance Tatoo	a	the	Fish Dance Tatoos	\d	the	
    -_E8B8751F6DE58A7D	tr_hof_tatoo34	Rolling Waves Tatoo	a	the	Rolling Waves Tatoos	\d	the	
    -_2B67FCA8AE66BB84	tr_hof_tatoo35	Sundown Tatoo	a	the	Sundown Tatoos	\d	the	
    -_A627AD032F959288	tr_hof_tatoo36	Prakker Teeth Tatoo	a	the	Prakker Teeth Tatoos	\d	the	
    -_6979ECB36A76FF76	tr_hof_tatoo37	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_EB89F0AB27465F27	tr_hof_tatoo38	Cactus Eyes Tatoo	a	the	Cactus Eyes Tatoos	\d	the	
    -_2657F0A6A955CB7B	tr_hof_tatoo39	Balance Tatoo	a	the	Balance Tatoos	\d	the	
    -_A82E5DD8A5D45472	tr_hof_tatoo4	Sun Swing Rouge Tatoo	a	the	Sun Swing Rouge Tatoos	\d	the	
    -_2888CCB7E9157B28	tr_hof_tatoo40	Hooked Tabs Tatoo	a	the	Hooked Tabs Tatoos	\d	the	
    -_6A43D103AC41937F	tr_hof_tatoo41	Over the Wave Tatoo	an	the	Over the Wave Tatoos	\d	the	
    -_270DA51364C2036C	tr_hof_tatoo42	Twilight Dance Tatoo	a	the	Twilight Dance Tatoos	\d	the	
    -_67A7AFA22B77CB73	tr_hof_tatoo43	The Wake Tatoo	a	the	The Wake Tatoos	\d	the	
    -_6BE7D40F2A260F2B	tr_hof_tatoo44	Marine Dance Tatoo	a	the	Marine Dance Tatoos	\d	the	
    -_6C0E8929A804BE6B	tr_hof_tatoo45	Winding Across Tatoo	a	the	Winding Across Tatoos	\d	the	
    -_AAC8E8A6EE770F6F	tr_hof_tatoo46	Twinings Tatoo	a	the	Twinings Tatoos	\d	the	
    -_AD97D816EBB68A72	tr_hof_tatoo47	Winding Pink Tatoo	a	the	Winding Pink Tatoos	\d	the	
    -_A748ECBC28A56328	tr_hof_tatoo48	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_E907FC9EAE55CB7E	tr_hof_tatoo49	Budding Tatoo	a	the	Budding Tatoos	\d	the	
    -_7E7F0E4A090E8195	tr_hof_tatoo5	Think Spots and Blusher Tatoo	a	the	Think Spots and Blusher Tatoos	\d	the	
    -_EA28F0AF69B6F777	tr_hof_tatoo50	Harpoons Tatoo	a	the	Harpoons Tatoos	\d	the	
    -_6124B10BF146838A	tr_hof_tatoo51	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_5637009DEF96A75E	tr_hof_tatoo52	Angel Fish Tatoo	an	the	Angel Fish Tatoos	\d	the	
    -_2A4DC90BECE5B669	tr_hof_tatoo53	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_088E8113F085578C	tr_hof_tatoo54	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_556881173096DF6B	tr_hof_tatoo55	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5F35C	tr_hof_tatoo56	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_2F9D950BB0A6B354	tr_hof_tatoo57	Green Knowledge Tatoo	a	the	Green Knowledge Tatoos	\d	the	
    -_A5F76503ED339A85	tr_hof_tatoo58	Madakam Amble Tatoo	a	the	Madakam Amble Tatoos	\d	the	
    -_6C27EC09AD76232C	tr_hof_tatoo59	Bolobi Dance Tatoo	a	the	Bolobi Dance Tatoos	\d	the	
    -_84BF45D2F278BC98	tr_hof_tatoo6	Natural Sun Swing Tatoo	a	the	Natural Sun Swing Tatoos	\d	the	
    -_A67879202E057A8B	tr_hof_tatoo60	Trooper Watch Tatoo	a	the	Trooper Watch Tatoos	\d	the	
    -_2A3D750B9B26E76F	tr_hof_tatoo61	Streaming Pink Tatoo	a	the	Streaming Pink Tatoos	\d	the	
    -_C040751EAD7376DF	tr_hof_tatoo62	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_A75839076882A387	tr_hof_tatoo63	Spearing Head Tatoo	a	the	Spearing Head Tatoos	\d	the	
    -_6B987CBFEB28A82E	tr_hof_tatoo7	Red Eye Lines Tatoo	a	the	Red Eye Lines Tatoos	\d	the	
    -_943F4234C6A041AA	tr_hof_tatoo8	Think Spots and Eyelines Tatoo	a	the	Think Spots and Eyelines Tatoos	\d	the	
    -_A69879196AA6BF80	tr_hof_tatoo9	Anchored Watch Tatoo	an	the	Anchored Watch Tatoos	\d	the	
    -_29B8F08E59273C82	tr_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_E92850AEA7695870	tr_hom_tatoo1	Tufty Tatoo	a	the	Tufty Tatoos	\d	the	
    -_C7ED996C7F68F88D	tr_hom_tatoo10	Anchored Blood Watch Tatoo	an	the	Anchored Blood Watch Tatoos	\d	the	
    -_B37E6D01FCD860C1	tr_hom_tatoo11	Anchored Lake Watch Tatoo	an	the	Anchored Lake Watch Tatoos	\d	the	
    -_F54E71225CD584CF	tr_hom_tatoo12	Green Run-Through Tatoo	a	the	Green Run-Through Tatoos	\d	the	
    -_17C9CCB0AB061B59	tr_hom_tatoo13	Wooky Trail Tatoo	a	the	Wooky Trail Tatoos	\d	the	
    -_6757710FED162F34	tr_hom_tatoo14	Jeniah Bridge Tatoo	a	the	Jeniah Bridge Tatoos	\d	the	
    -_EEE99176C35DA4C0	tr_hom_tatoo15	Green Double Streaks Tatoo	a	the	Green Double Streaks Tatoos	\d	the	
    -_319E610F018DEC7C	tr_hom_tatoo16	Jeniah Bridge Watch Tatoo	a	the	Jeniah Bridge Watch Tatoos	\d	the	
    -_68F8E0AC71967F25	tr_hom_tatoo17	Purple Gaze Tatoo	a	the	Purple Gaze Tatoos	\d	the	
    -_5508590DB1E60767	tr_hom_tatoo18	Green Strokes Tatoo	a	the	Green Strokes Tatoos	\d	the	
    -_421DDD1EACF59E8C	tr_hom_tatoo19	Harmony Strokes Tatoo	a	the	Harmony Strokes Tatoos	\d	the	
    -_E928389CAA281071	tr_hom_tatoo2	Barbs Tatoo	a	the	Barbs Tatoos	\d	the	
    -_067DD90D2BB47A7F	tr_hom_tatoo20	Ornate Harmony Tatoo	an	the	Ornate Harmony Tatoos	\d	the	
    -_E96720ACA9B5C78E	tr_hom_tatoo21	Harmony Tatoo	a	the	Harmony Tatoos	\d	the	
    -_1AE7FC04EEC69F5C	tr_hom_tatoo22	Green Scales Tatoo	a	the	Green Scales Tatoos	\d	the	
    -_EFF730072CD86329	tr_hom_tatoo23	Yellow Spray Tatoo	a	the	Yellow Spray Tatoos	\d	the	
    -_2E76BBAD6AF89F7B	tr_hom_tatoo24	Red Spray Tatoo	a	the	Red Spray Tatoos	\d	the	
    -_6AA6EBA4B1B7AF81	tr_hom_tatoo25	Sun Splash Tatoo	a	the	Sun Splash Tatoos	\d	the	
    -_A6E8851BEF867B35	tr_hom_tatoo26	Purple Scales Tatoo	a	the	Purple Scales Tatoos	\d	the	
    -_860E49DB6DD7408A	tr_hom_tatoo27	Purple Sun Splash Tatoo	a	the	Purple Sun Splash Tatoos	\d	the	
    -_847DBD11AA149A8E	tr_hom_tatoo28	Elegant Harmony Tatoo	an	the	Elegant Harmony Tatoos	\d	the	
    -_FF29F522E682AF82	tr_hom_tatoo29	Dots and Stokes Tatoo	a	the	Dots and Stokes Tatoos	\d	the	
    -_DE7350AAAFC87077	tr_hom_tatoo3	Tufty Barbs Tatoo	a	the	Tufty Barbs Tatoos	\d	the	
    -_E8D7B91CAC44967D	tr_hom_tatoo30	Lapping Shore Tatoo	a	the	Lapping Shore Tatoos	\d	the	
    -_DF4F4E7EEDE94CE6	tr_hom_tatoo31	Streaming in the Fields Tatoo	a	the	Streaming in the Fields Tatoos	\d	the	
    -_45996D1A26141FDE	tr_hom_tatoo32	Face of Vengeance Tatoo	a	the	Face of Vengeance Tatoos	\d	the	
    -_45BE09F81B2D70EA	tr_hom_tatoo33	Thrusting Prakkers Tatoo	a	the	Thrusting Prakkers Tatoos	\d	the	
    -_43AE090298D7C377	tr_hom_tatoo34	Returning Trail Tatoo	a	the	Returning Trail Tatoos	\d	the	
    -_088E8113F085778A	tr_hom_tatoo35	Bloody Vengeance Tatoo	a	the	Bloody Vengeance Tatoos	\d	the	
    -_1A87F8B82C46F75C	tr_hom_tatoo36	Blood Run Tatoo	a	the	Blood Run Tatoos	\d	the	
    -_DF732C9B2E06EF88	tr_hom_tatoo37	Deep Frown Tatoo	a	the	Deep Frown Tatoos	\d	the	
    -_A748ECBC28A57F27	tr_hom_tatoo38	Messab Feet Tatoo	a	the	Messab Feet Tatoos	\d	the	
    -_56083C9C6E46DF68	tr_hom_tatoo39	Lofty Rise Tatoo	a	the	Lofty Rise Tatoos	\d	the	
    -_EA397C5DEB18787C	tr_hom_tatoo4	Ink Spots Tatoo	an	the	Ink Spots Tatoos	\d	the	
    -_E603140D6B37D37F	tr_hom_tatoo40	Pink Strokes Tatoo	a	the	Pink Strokes Tatoos	\d	the	
    -_55684917B196EB6A	tr_hom_tatoo41	Broad Strokes Tatoo	a	the	Broad Strokes Tatoos	\d	the	
    -_6A1871212E549E7F	tr_hom_tatoo42	Trykoth Lakes Tatoo	a	the	Trykoth Lakes Tatoos	\d	the	
    -_2F899D272C1634C5	tr_hom_tatoo43	Broad Yellow Tabs Tatoo	a	the	Broad Yellow Tabs Tatoos	\d	the	
    -_56B8F09BF325CB69	tr_hom_tatoo44	Great Rift Tatoo	a	the	Great Rift Tatoos	\d	the	
    -_22638919B1A5FB78	tr_hom_tatoo45	Bush Watching Tatoo	a	the	Bush Watching Tatoos	\d	the	
    -_6124B10BF146B389	tr_hom_tatoo46	Twin Prakkers Tatoo	a	the	Twin Prakkers Tatoos	\d	the	
    -_6979ECB36A761B77	tr_hom_tatoo47	Devotion Tatoo	a	the	Devotion Tatoos	\d	the	
    -_C040751EAD73AADD	tr_hom_tatoo48	Clopper Carapace Tatoo	a	the	Clopper Carapace Tatoos	\d	the	
    -_E8B8490DF493BA7E	tr_hom_tatoo49	Budding Bulbs Tatoo	a	the	Budding Bulbs Tatoos	\d	the	
    -_227318A470186488	tr_hom_tatoo5	Think Spots Tatoo	a	the	Think Spots Tatoos	\d	the	
    -_70B7FC132C66132C	tr_hom_tatoo50	Cheeky Boots Tatoo	a	the	Cheeky Boots Tatoos	\d	the	
    -_2888A8BAEA359B29	tr_hom_tatoo51	Barbed Tips Tatoo	a	the	Barbed Tips Tatoos	\d	the	
    -_1A28000F2EE6B360	tr_hom_tatoo52	Amber Thirst Tatoo	an	the	Amber Thirst Tatoos	\d	the	
    -_5549590A7086F36B	tr_hom_tatoo53	Amber Strokes Tatoo	an	the	Amber Strokes Tatoos	\d	the	
    -_46C9C5026F748A72	tr_hom_tatoo54	Arch of Breneth Tatoo	an	the	Arch of Breneth Tatoos	\d	the	
    -_17A8D8A32B96DF4D	tr_hom_tatoo55	Swing Dance Tatoo	a	the	Swing Dance Tatoos	\d	the	
    -_4A6D650E9AE670DA	tr_hom_tatoo56	Streaming Seaweed Tatoo	a	the	Streaming Seaweed Tatoos	\d	the	
    -_A697990CEBC4B27C	tr_hom_tatoo57	Seaweed Dance Tatoo	a	the	Seaweed Dance Tatoos	\d	the	
    -_6A85BBBB6907B77A	tr_hom_tatoo58	War Dance Tatoo	a	the	War Dance Tatoos	\d	the	
    -_3B29C105EA2D98E0	tr_hom_tatoo59	Thanksgiving Dance Tatoo	a	the	Thanksgiving Dance Tatoos	\d	the	
    -_2403380D6B39306E	tr_hom_tatoo6	Green Harmony Tatoo	a	the	Green Harmony Tatoos	\d	the	
    -_2A4DC90BECE5C66A	tr_hom_tatoo60	Seaweed Stalks Tatoo	a	the	Seaweed Stalks Tatoos	\d	the	
    -_663D9DF5D8F7E674	tr_hom_tatoo61	Tidican's Hold Tatoo	a	the	Tidican's Hold Tatoos	\d	the	
    -_556881173096EF6C	tr_hom_tatoo62	Blood Strokes Tatoo	a	the	Blood Strokes Tatoos	\d	the	
    -_1778DCAC6DB5035D	tr_hom_tatoo63	Blood Slash Tatoo	a	the	Blood Slash Tatoos	\d	the	
    -_55D8851AED991862	tr_hom_tatoo7	Orange Harmony Tatoo	an	the	Orange Harmony Tatoos	\d	the	
    -_55D8991C31C91C63	tr_hom_tatoo8	Purple Harmony Tatoo	a	the	Purple Harmony Tatoos	\d	the	
    -_B97A49C42B5911F1	tr_hom_tatoo9	Ink Spots and Barbs Tatoo	an	the	Ink Spots and Barbs Tatoos	\d	the	
    -_29B8E49459271488	zo_hof_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_EA76C7ADAC67B425	zo_hof_tatoo1	Beng-Do Pink Tatoo	a	the	Beng-Do Pink Tatoos	\d	the	
    -_2A48DCAF2D466B25	zo_hof_tatoo10	Spiral Pink Tatoo	a	the	Spiral Pink Tatoos	\d	the	
    -_2B6C942928D4AE6F	zo_hof_tatoo11	Len-Sen Yellow Tatoo	a	the	Len-Sen Yellow Tatoos	\d	the	
    -_6AB5D719AA347676	zo_hof_tatoo12	Mad-Kan Blue Tatoo	a	the	Mad-Kan Blue Tatoos	\d	the	
    -_068EA1FF17E7A36E	zo_hof_tatoo13	Scrolling Mauve Tatoo	a	the	Scrolling Mauve Tatoos	\d	the	
    -_262755152D064734	zo_hof_tatoo14	Indeng Orange Tatoo	an	the	Indeng Orange Tatoos	\d	the	
    -_6C1EA5236B64BE68	zo_hof_tatoo15	Jesting Traits Tatoo	a	the	Jesting Traits Tatoos	\d	the	
    -_56B71CABB2C5F759	zo_hof_tatoo16	Blood Eyes Tatoo	a	the	Blood Eyes Tatoos	\d	the	
    -_29FC9C252D93C670	zo_hof_tatoo17	Blu-Too Orange Tatoo	a	the	Blu-Too Orange Tatoos	\d	the	
    -_AAC87C7369168B25	zo_hof_tatoo18	Pa-Zin Pink Tatoo	a	the	Pa-Zin Pink Tatoos	\d	the	
    -_EAEEB105DB36FF67	zo_hof_tatoo19	Butterfly Blue Tatoo	a	the	Butterfly Blue Tatoos	\d	the	
    -_62731E9DAF182C84	zo_hof_tatoo2	Sinaï Poise Tatoo	a	the	Sinaï Poise Tatoos	\d	the	
    -_6D55AFBD2B68836B	zo_hof_tatoo20	Zon Amber Tatoo	a	the	Zon Amber Tatoos	\d	the	
    -_643981312816F776	zo_hof_tatoo21	Pink Striation Tatoo	a	the	Pink Striation Tatoos	\d	the	
    -_C93DB9242DE63734	zo_hof_tatoo22	Bloody Thoughts Tatoo	a	the	Bloody Thoughts Tatoos	\d	the	
    -_174864762735FF4D	zo_hof_tatoo23	Fa-Ta Green Tatoo	a	the	Fa-Ta Green Tatoos	\d	the	
    -_ED46D723ACA57E78	zo_hof_tatoo24	Tin-Too Blue Tatoo	a	the	Tin-Too Blue Tatoos	\d	the	
    -_5A69E0B7EEA50749	zo_hof_tatoo25	Criss-Cross Tatoo	a	the	Criss-Cross Tatoos	\d	the	
    -_424E75132CF6FF28	zo_hof_tatoo26	Ornate Bleeding Tatoo	an	the	Ornate Bleeding Tatoos	\d	the	
    -_6C77D80A6852A777	zo_hof_tatoo27	Avenging Red Tatoo	an	the	Avenging Red Tatoos	\d	the	
    -_687998B4AD058B26	zo_hof_tatoo28	Ornate Pink Tatoo	an	the	Ornate Pink Tatoos	\d	the	
    -_6B770018AE572B29	zo_hof_tatoo29	Orange Frown Tatoo	an	the	Orange Frown Tatoos	\d	the	
    -_84DCB816705CB8F3	zo_hof_tatoo3	Stin-Byn Multicolor Tatoo	a	the	Stin-Byn Multicolor Tatoos	\d	the	
    -_A88DFDEE2B25AA71	zo_hof_tatoo30	Za-Chin Purple Tatoo	a	the	Za-Chin Purple Tatoos	\d	the	
    -_28765421A8929384	zo_hof_tatoo31	Two Tone Fold Tatoo	a	the	Two Tone Fold Tatoos	\d	the	
    -_312EC503EC77B763	zo_hof_tatoo32	Amber Striation Tatoo	an	the	Amber Striation Tatoos	\d	the	
    -_A9A6DFAA2EC7C385	zo_hof_tatoo33	Sen Smooth Tatoo	a	the	Sen Smooth Tatoos	\d	the	
    -_E334B0B1ED95F774	zo_hof_tatoo34	Bing Smooth Tatoo	a	the	Bing Smooth Tatoos	\d	the	
    -_ED177C6F2B97D379	zo_hof_tatoo35	Wo Smooth Tatoo	a	the	Wo Smooth Tatoos	\d	the	
    -_E443CCBDA908D373	zo_hof_tatoo36	Seng Kiss Tatoo	a	the	Seng Kiss Tatoos	\d	the	
    -_A708851E6582FB8A	zo_hof_tatoo37	Serenity Kiss Tatoo	a	the	Serenity Kiss Tatoos	\d	the	
    -_6FF7F8206DB48E7D	zo_hof_tatoo38	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_5697E4AA2FA6B362	zo_hof_tatoo39	Tonab Leaf Tatoo	a	the	Tonab Leaf Tatoos	\d	the	
    -_6B459F0C66950870	zo_hof_tatoo4	Fung Deep Red Tatoo	a	the	Fung Deep Red Tatoos	\d	the	
    -_171898B2EAC6F34F	zo_hof_tatoo40	Shian Grain Tatoo	a	the	Shian Grain Tatoos	\d	the	
    -_AEB5AFB0AA07976C	zo_hof_tatoo41	Xia Grain Tatoo	a	the	Xia Grain Tatoos	\d	the	
    -_5657F4A1F0D59763	zo_hof_tatoo42	Green Leaf Tatoo	a	the	Green Leaf Tatoos	\d	the	
    -_68F6A3A72CF5E769	zo_hof_tatoo43	Old Leaf Tatoo	an	the	Old Leaf Tatoos	\d	the	
    -_6C78C4C12B479F72	zo_hof_tatoo44	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_2C8693B12B45DF6B	zo_hof_tatoo45	Cho Etching Tatoo	a	the	Cho Etching Tatoos	\d	the	
    -_5657F4B2B137CF5F	zo_hof_tatoo46	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_5B6E69226B16DB57	zo_hof_tatoo47	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_C4CDD91730974B3C	zo_hof_tatoo48	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hof_tatoo49	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_E907A060ECC83889	zo_hof_tatoo5	Wyn Pink Tatoo	a	the	Wyn Pink Tatoos	\d	the	
    -_2184A11E2DE5C37D	zo_hof_tatoo50	Dark Serenity Tatoo	a	the	Dark Serenity Tatoos	\d	the	
    -_2873D11372E47E7E	zo_hof_tatoo51	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_1759A8B62955EB52	zo_hof_tatoo52	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_AE5EADEB9A576F70	zo_hof_tatoo53	Amber Sap Inlay Tatoo	an	the	Amber Sap Inlay Tatoos	\d	the	
    -_28C9B4A82C66AB77	zo_hof_tatoo54	Reeds Tatoo	a	the	Reeds Tatoos	\d	the	
    -_AD97DC256B258273	zo_hof_tatoo55	Venging Howl Tatoo	a	the	Venging Howl Tatoos	\d	the	
    -_64396938E9350B79	zo_hof_tatoo56	Blue Striation Tatoo	a	the	Blue Striation Tatoos	\d	the	
    -_6303C81CEE269780	zo_hof_tatoo57	Fung Etching Tatoo	a	the	Fung Etching Tatoos	\d	the	
    -_A5E8AD0AB4C59A8A	zo_hof_tatoo58	Tubular Stems Tatoo	a	the	Tubular Stems Tatoos	\d	the	
    -_A0733CABB585CF86	zo_hof_tatoo59	Brow Inlay Tatoo	a	the	Brow Inlay Tatoos	\d	the	
    -_1788B0AEA7884C5E	zo_hof_tatoo6	Orange Tinge Tatoo	an	the	Orange Tinge Tatoos	\d	the	
    -_A537A1A12EC54739	zo_hof_tatoo60	Daïsha Scroll Tatoo	a	the	Daïsha Scroll Tatoos	\d	the	
    -_E743D4BCA806AB76	zo_hof_tatoo61	Kami Wink Tatoo	a	the	Kami Wink Tatoos	\d	the	
    -_DE73F4AEF487A785	zo_hof_tatoo62	Pure Bliss Tatoo	a	the	Pure Bliss Tatoos	\d	the	
    -_E334B8AD6A85D77A	zo_hof_tatoo63	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_6A07A85C3237548A	zo_hof_tatoo7	Zin Ripples Tatoo	a	the	Zin Ripples Tatoos	\d	the	
    -_C38DC91DEA19883A	zo_hof_tatoo8	Fuchsia Thoughts Tatoo	a	the	Fuchsia Thoughts Tatoos	\d	the	
    -_5637E4AE6EA9385E	zo_hof_tatoo9	Spiral Blue Tatoo	a	the	Spiral Blue Tatoos	\d	the	
    -_29B8E49459273088	zo_hom_tatoo0	No Tattoo Tatoo	a	the	No Tattoo Tatoos	\d	the	
    -_5607906932872C68	zo_hom_tatoo1	Tan-Li Tabs Tatoo	a	the	Tan-Li Tabs Tatoos	\d	the	
    -_058E281A085D98E9	zo_hom_tatoo10	Undergrowth Streaks Tatoo	an	the	Undergrowth Streaks Tatoos	\d	the	
    -_C06EE5CFB01593E9	zo_hom_tatoo11	Belligerent Glare Tatoo	a	the	Belligerent Glare Tatoos	\d	the	
    -_67F6C72E2774CEF4	zo_hom_tatoo12	Maï-Laï Red Tatoo	a	the	Maï-Laï Red Tatoos	\d	the	
    -_EAAD852E9FB10B68	zo_hom_tatoo13	Campaign Green Tatoo	a	the	Campaign Green Tatoos	\d	the	
    -_AD9854E3EE864F28	zo_hom_tatoo14	Ci-Lyn Mauve Tatoo	a	the	Ci-Lyn Mauve Tatoos	\d	the	
    -_AB0790B02694DA67	zo_hom_tatoo15	Mark of Taï-Lo Tatoo	a	the	Mark of Taï-Lo Tatoos	\d	the	
    -_1778B8B66C550F4C	zo_hom_tatoo16	Livid Glare Tatoo	a	the	Livid Glare Tatoos	\d	the	
    -_EAC8DCB12715E277	zo_hom_tatoo17	Warrior Red Tatoo	a	the	Warrior Red Tatoos	\d	the	
    -_A24314C5A867FF74	zo_hom_tatoo18	Wavy Blue Tatoo	a	the	Wavy Blue Tatoos	\d	the	
    -_A88EE11F65E1076F	zo_hom_tatoo19	Frowning Mauve Tatoo	a	the	Frowning Mauve Tatoos	\d	the	
    -_5607C469AFB85057	zo_hom_tatoo2	Ran-Yi Blue Tatoo	a	the	Ran-Yi Blue Tatoos	\d	the	
    -_A717C9076471B383	zo_hom_tatoo20	Becoming Gaze Tatoo	a	the	Becoming Gaze Tatoos	\d	the	
    -_6C2D99142C63CA69	zo_hom_tatoo21	Budding Leaves Tatoo	a	the	Budding Leaves Tatoos	\d	the	
    -_6B28B828E8372F29	zo_hom_tatoo22	Severe Glare Tatoo	a	the	Severe Glare Tatoos	\d	the	
    -_ACBDA523AC359F22	zo_hom_tatoo23	Bloody Silence Tatoo	a	the	Bloody Silence Tatoos	\d	the	
    -_2806A8206D657335	zo_hom_tatoo24	Dan-Yo Smooth Tatoo	a	the	Dan-Yo Smooth Tatoos	\d	the	
    -_240308232D36E76A	zo_hom_tatoo25	Blue Harmony Tatoo	a	the	Blue Harmony Tatoos	\d	the	
    -_030B8880431D3CED	zo_hom_tatoo26	Remembrance Ceremony Tatoo	a	the	Remembrance Ceremony Tatoos	\d	the	
    -_A778C51E6681CF83	zo_hom_tatoo27	Crossing Blue Tatoo	a	the	Crossing Blue Tatoos	\d	the	
    -_DD63C11EB005CB81	zo_hom_tatoo28	Fury Bleeding Tatoo	a	the	Fury Bleeding Tatoos	\d	the	
    -_69B8206DAE157326	zo_hom_tatoo29	Mo-Chi Blue Tatoo	a	the	Mo-Chi Blue Tatoos	\d	the	
    -_1718A88FDE279C5E	zo_hom_tatoo3	Si-Len Wrath Tatoo	a	the	Si-Len Wrath Tatoos	\d	the	
    -_685940706BC5176C	zo_hom_tatoo30	Li-Green Tatoo	a	the	Li-Green Tatoos	\d	the	
    -_E334C0B528A7EF77	zo_hom_tatoo31	Pink Spiral Tatoo	a	the	Pink Spiral Tatoos	\d	the	
    -_5588710A6961B785	zo_hom_tatoo32	Amber of Seng Tatoo	an	the	Amber of Seng Tatoos	\d	the	
    -_1788DCB628A50B50	zo_hom_tatoo33	Fibre Inlay Tatoo	a	the	Fibre Inlay Tatoos	\d	the	
    -_1718A8CAA9B60F50	zo_hom_tatoo34	Woven Inlay Tatoo	a	the	Woven Inlay Tatoos	\d	the	
    -_56C7289EF1E6CF61	zo_hom_tatoo35	Fibre Kiss Tatoo	a	the	Fibre Kiss Tatoos	\d	the	
    -_A6083523B0C3AE7A	zo_hom_tatoo36	Notched Inlay Tatoo	a	the	Notched Inlay Tatoos	\d	the	
    -_EA974414B0F64B2A	zo_hom_tatoo37	Mystic Inlay Tatoo	a	the	Mystic Inlay Tatoos	\d	the	
    -_5657F4B2B137F35E	zo_hom_tatoo38	Woven Howl Tatoo	a	the	Woven Howl Tatoos	\d	the	
    -_AEB5AFBDAA17D36B	zo_hom_tatoo39	Yin Grain Tatoo	a	the	Yin Grain Tatoos	\d	the	
    -_1F73048AA1970889	zo_hom_tatoo4	Go-Ni Green Tatoo	a	the	Go-Ni Green Tatoos	\d	the	
    -_41CEF1152C647A85	zo_hom_tatoo40	Capryni Overlay Tatoo	a	the	Capryni Overlay Tatoos	\d	the	
    -_1759A8B629550351	zo_hom_tatoo41	Amber Inlay Tatoo	an	the	Amber Inlay Tatoos	\d	the	
    -_6B36F318EA47A77D	zo_hom_tatoo42	Red Serenity Tatoo	a	the	Red Serenity Tatoos	\d	the	
    -_0A481C7CABE69F28	zo_hom_tatoo43	Zo-Baï Slit Tatoo	a	the	Zo-Baï Slit Tatoos	\d	the	
    -_2873C1173074A67D	zo_hom_tatoo44	Kiss of Wrath Tatoo	a	the	Kiss of Wrath Tatoos	\d	the	
    -_AD6DC91EECE5DA6B	zo_hom_tatoo45	Sifting Spirit Tatoo	a	the	Sifting Spirit Tatoos	\d	the	
    -_6C78C4C12B47C372	zo_hom_tatoo46	Foresight Tatoo	a	the	Foresight Tatoos	\d	the	
    -_FFDC38156B16C3ED	zo_hom_tatoo47	Remembrance Mask Tatoo	a	the	Remembrance Mask Tatoos	\d	the	
    -_C14E45CA2FACB0E8	zo_hom_tatoo48	Continuity Etching Tatoo	a	the	Continuity Etching Tatoos	\d	the	
    -_E8D79D0AEDB4BA7E	zo_hom_tatoo49	Peeling Fibre Tatoo	a	the	Peeling Fibre Tatoos	\d	the	
    -_E767DFA1EFF8B438	zo_hom_tatoo5	Tree of Cho Tatoo	a	the	Tree of Cho Tatoos	\d	the	
    -_2873D11372E4967E	zo_hom_tatoo50	Brow of Wrath Tatoo	a	the	Brow of Wrath Tatoos	\d	the	
    -_5B6E69226B16DF58	zo_hom_tatoo51	Green Serenity Tatoo	a	the	Green Serenity Tatoos	\d	the	
    -_065DA911AE064F3D	zo_hom_tatoo52	Golden Serenity Tatoo	a	the	Golden Serenity Tatoos	\d	the	
    -_C4CDD9173097533D	zo_hom_tatoo53	Purple Serenity Tatoo	a	the	Purple Serenity Tatoos	\d	the	
    -_28848D202ED3A67E	zo_hom_tatoo54	Brow of Fancy Tatoo	a	the	Brow of Fancy Tatoos	\d	the	
    -_441A95242F64EEE3	zo_hom_tatoo55	Brow of Serenity Tatoo	a	the	Brow of Serenity Tatoos	\d	the	
    -_ADD5AFB3A958A778	zo_hom_tatoo56	Red Inlay Tatoo	a	the	Red Inlay Tatoos	\d	the	
    -_6BC73413AF274B2C	zo_hom_tatoo57	Purple Inlay Tatoo	a	the	Purple Inlay Tatoos	\d	the	
    -_7BDA1E8D37CCD8F2	zo_hom_tatoo58	Scripture of Devotion Tatoo	a	the	Scripture of Devotion Tatoos	\d	the	
    -_AAC8E4B32C03EA70	zo_hom_tatoo59	Casting Eye Tatoo	a	the	Casting Eye Tatoos	\d	the	
    -_E767DFA1AF081039	zo_hom_tatoo6	Tree of Zin Tatoo	a	the	Tree of Zin Tatoos	\d	the	
    -_AD97D0CEB0672F2D	zo_hom_tatoo60	Ty-Win Inlay Tatoo	a	the	Ty-Win Inlay Tatoos	\d	the	
    -_6FF7F8206DB48E80	zo_hom_tatoo61	Ominous Howl Tatoo	an	the	Ominous Howl Tatoos	\d	the	
    -_E334B8AD6A85EF7A	zo_hom_tatoo62	Kami Sphere Tatoo	a	the	Kami Sphere Tatoos	\d	the	
    -_1718B8B56AB50B53	zo_hom_tatoo63	Grain Inlay Tatoo	a	the	Grain Inlay Tatoos	\d	the	
    -_17287C6D2E294058	zo_hom_tatoo7	Mul-Zo Mauve Tatoo	a	the	Mul-Zo Mauve Tatoos	\d	the	
    -_557909E02F68846E	zo_hom_tatoo8	Won-Tu Stripes Tatoo	a	the	Won-Tu Stripes Tatoos	\d	the	
    -_E8974DE5ECE52383	zo_hom_tatoo9	Sli-Teng Mauve Tatoo	a	the	Sli-Teng Mauve Tatoos	\d	the	
    -_A4C9785CEA27B4BD	fy_hof_haircolor0	Grey	\d	the	Grey	\d	the	
    -_E7292860AA9874B1	fy_hof_haircolor1	Blond	\d	the	Blond	\d	the	
    -_A7C9306D6C37A8BB	fy_hof_haircolor2	Auburn	\d	the	Auburn	\d	the	
    -_A4C8746EEAF798B8	fy_hof_haircolor3	Red	\d	the	Red	\d	the	
    -_E78A2863AA989CBA	fy_hof_haircolor4	Brown	\d	the	Brown	\d	the	
    -_64292864AA9890A6	fy_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_A4C9785CEA27D0BD	fy_hom_haircolor0	Grey	\d	\d	Grey	\d	\d	
    -_E7292860AA9890B1	fy_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9306D6C37C4BB	fy_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_A4C8746EEAF7B4B8	fy_hom_haircolor3	Red	\d	\d	Red	\d	\d	
    -_E78A2863AA98B8BA	fy_hom_haircolor4	Brown	\d	\d	Brown	\d	\d	
    -_64292864AA98ACA6	fy_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F73ECA7	ma_hof_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA1790B1	ma_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7A8BB	ma_hof_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E874AD	ma_hof_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17B8A8	ma_hof_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17ACA6	ma_hof_haircolor5	Black	\d	\d	Black	\d	\d	
    -_667FB9E49F7308A7	ma_hom_haircolor0	Light Brown	\d	\d	Light Brown	\d	\d	
    -_E729C867AA17ACB1	ma_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_A7C9D07466A7C4BB	ma_hom_haircolor2	Auburn	\d	\d	Auburn	\d	\d	
    -_AA08E87566E890AD	ma_hom_haircolor3	Ginger	\d	\d	Ginger	\d	\d	
    -_658ADC6AAA17D4A8	ma_hom_haircolor4	Green	\d	\d	Green	\d	\d	
    -_6429C86BAA17C8A6	ma_hom_haircolor5	Black	\d	\d	Black	\d	\d	
    -_665ED5EBE073ECA7	tr_hof_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28ACB1	tr_hof_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28D4BA	tr_hof_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA2798BD	tr_hof_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7974B2	tr_hof_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB56BBD	tr_hof_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_665ED5EBE07308A7	tr_hom_haircolor0	Light Green	\d	\d	Light Green	\d	\d	
    -_E7290C6EAA28C8B1	tr_hom_haircolor1	Blond	\d	\d	Blond	\d	\d	
    -_E78A0C6FAA28F0BA	tr_hom_haircolor2	Brown	\d	\d	Brown	\d	\d	
    -_E638806DEA27B4BD	tr_hom_haircolor3	Pink	\d	\d	Pink	\d	\d	
    -_EA08687DAA7990B2	tr_hom_haircolor4	Violet	\d	\d	Violet	\d	\d	
    -_E618A9D76FB587BD	tr_hom_haircolor5	Dark Green	\d	\d	Dark Green	\d	\d	
    -_E7290073AAF7C4B1	zo_hof_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E073ECA7	zo_hof_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB56BBD	zo_hof_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978A8BB	zo_hof_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA278CBD	zo_hof_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D974B2	zo_hof_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_E7290073AAF7E0B1	zo_hom_haircolor0	Blond	\d	\d	Blond	\d	\d	
    -_665EC9F2E07308A7	zo_hom_haircolor1	Light Green	\d	\d	Light Green	\d	\d	
    -_E6189DDA6FB587BD	zo_hom_haircolor2	Dark Green	\d	\d	Dark Green	\d	\d	
    -_A7C90882E978C4BB	zo_hom_haircolor3	Auburn	\d	\d	Auburn	\d	\d	
    -_A8683C74EA27A8BD	zo_hom_haircolor4	Blue	\d	\d	Blue	\d	\d	
    -_EA085C84E9D990B2	zo_hom_haircolor5	Violet	\d	\d	Violet	\d	\d	
    -_2F7F777A32255660	fy_hof_hair_artistic01	Artistic Stiff Back Hairstyle	an	the	Artistic Stiff Back Hairstyles	\d	the	
    -_D0902F96797D4E12	fy_hof_hair_artistic02	Artistic Fringe and Tails Hairstyle	an	the	Artistic Fringe and Tails Hairstyles	\d	the	
    -_2B83B460B4B49ABD	fy_hof_hair_artistic03	Artistic Long Bunched Hairstyle	an	the	Artistic Long Bunched Hairstyles	\d	the	
    -_78AD57ED908291CF	fy_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_A27AC3628F4D2682	fy_hof_hair_artistic05	Artistic High Chignon Hairstyle	an	the	Artistic High Chignon Hairstyles	\d	the	
    -_8F92A1F7C8252280	fy_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_5561513BDDA6FE7F	fy_hof_hair_basic02	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_ED49968D5F52218A	fy_hof_hair_basic03	Basic Long Fringe Hairstyle	a	the	Basic Long Fringe Hairstyles	\d	the	
    -_5251193BDDA6FA6F	fy_hof_hair_basic04	Basic Flicked Hairstyle	a	the	Basic Flicked Hairstyles	\d	the	
    -_2E8707CF81603D15	fy_hof_hair_basic05	Basic Flame Hairstyle	a	the	Basic Flame Hairstyles	\d	the	
    -_DA0D9650FA1B2719	fy_hof_hair_style01	Stylish Streaky Fringe Hairstyle	a	the	Stylish Streaky Fringe Hairstyles	\d	the	
    -_ABE45E9CD892BA16	fy_hof_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_ECA4FACF47A2CE1F	fy_hof_hair_style03	Stylish Long Silky Hairstyle	a	the	Stylish Long Silky Hairstyles	\d	the	
    -_463BB1E964F542A8	fy_hof_hair_style04	Stylish Gubani Hairstyle	a	the	Stylish Gubani Hairstyles	\d	the	
    -_79DA17DE3110A320	fy_hof_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_B320677D32257260	fy_hom_hair_artistic01	Artistic Swept Back Hairstyle	an	the	Artistic Swept Back Hairstyles	\d	the	
    -_B467CB2F62F6DEA5	fy_hom_hair_artistic02	Artistic Top Tail Hairstyle	an	the	Artistic Top Tail Hairstyles	\d	the	
    -_78AD57ED9082A9CF	fy_hom_hair_artistic03	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_5133A817A96832E2	fy_hom_hair_artistic04	Artistic Crown and Tail Hairstyle	an	the	Artistic Crown and Tail Hairstyles	\d	the	
    -_86340642F4578128	fy_hom_hair_artistic05	Artistic Pride Hairstyle	an	the	Artistic Pride Hairstyles	\d	the	
    -_8F92A1F7C8253E80	fy_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_71AA7E78CB854685	fy_hom_hair_basic02	Basic Stubby Tail Hairstyle	a	the	Basic Stubby Tail Hairstyles	\d	the	
    -_5769C68392A1AA45	fy_hom_hair_basic03	Basic Stiff Back Hairstyle	a	the	Basic Stiff Back Hairstyles	\d	the	
    -_8FC2A1F7C8764671	fy_hom_hair_basic04	Basic Shaggy Hairstyle	a	the	Basic Shaggy Hairstyles	\d	the	
    -_3FF9988A02B60A8C	fy_hom_hair_basic05	Basic Izam Wings Hairstyle	a	the	Basic Izam Wings Hairstyles	\d	the	
    -_A15F3EFE3D0CE305	fy_hom_hair_style01	Stylish Flaming Sides Hairstyle	a	the	Stylish Flaming Sides Hairstyles	\d	the	
    -_ABE45E9CD892D616	fy_hom_hair_style02	Stylish Stiff Back Hairstyle	a	the	Stylish Stiff Back Hairstyles	\d	the	
    -_2F74DAD04712D621	fy_hom_hair_style03	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_26048281D2664F1B	fy_hom_hair_style04	Stylish Bodoc Horns Hairstyle	a	the	Stylish Bodoc Horns Hairstyles	\d	the	
    -_79DA17DE3110BF20	fy_hom_hair_style05	Bicorn Hairstyle	a	the	Bicorn Hairstyles	\d	the	
    -_FDB33C4800B68FEF	ma_hof_hair_artistic01	Artistic Long Headbanded Hairstyle	an	the	Artistic Long Headbanded Hairstyles	\d	the	
    -_B4678736DDF6C2A5	ma_hof_hair_artistic02	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_E36B7C123BD5FE91	ma_hof_hair_artistic03	Artistic Side Buns Hairstyle	an	the	Artistic Side Buns Hairstyles	\d	the	
    -_9E9F0F6FF1D5FE90	ma_hof_hair_artistic04	Artistic High Piled Hairstyle	an	the	Artistic High Piled Hairstyles	\d	the	
    -_8634E649F40F3128	ma_hof_hair_artistic05	Artistic Virgo/Blank Hairstyle	an	the	Artistic Virgo/Blank Hairstyle	\d	the	
    -_8F9241FEC8252280	ma_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_ADB8F9A2912C338E	ma_hof_hair_basic02	Bais Part Left Wedge Hairstyle	a	the	Bais Part Left Wedge Hairstyles	\d	the	
    -_ADE81297170031EB	ma_hof_hair_basic03	Basic Left Flicked Hairstyle	a	the	Basic Left Flicked Hairstyles	\d	the	
    -_5302A52EFC9CB186	ma_hof_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_8B7DD8917F661AF8	ma_hof_hair_basic05	Basic Long Wick Hairstyle	a	the	Basic Long Wick Hairstyle	\d	the	
    -_877B133566ECD7C8	ma_hof_hair_style01	Stylish Part Left Braided Hairstyle	a	the	Stylish Part Left Braided Hairstyles	\d	the	
    -_6A6572D40E04A2B0	ma_hof_hair_style02	Stylish High Tail Hairstyle	a	the	Stylish High Tail Hairstyles	\d	the	
    -_AE7572D40E748EBC	ma_hof_hair_style03	Stylish Yubo Tail Hairstyle	a	the	Stylish Yubo Tail Hairstyles	\d	the	
    -_5C95373BE55B03E9	ma_hof_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_14D037EE71253488	ma_hof_hair_style05	Noble Chignon Hairstyle	a	the	Noble Chignon Hairstyle	\d	the	
    -_F49F3F837025BA60	ma_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_2B83546336E4A6BD	ma_hom_hair_artistic02	Artistic Long Braided Hairstyle	an	the	Artistic Long Braided Hairstyles	\d	the	
    -_F48F0F6F7025C260	ma_hom_hair_artistic03	Artistic Baggy Tail Hairstyle	an	the	Artistic Baggy Tail Hairstyles	\d	the	
    -_23FE8FF1DECEE57B	ma_hom_hair_artistic04	Artistic Tabs Hairstyle	an	the	Artistic Tabs Hairstyles	\d	the	
    -_94B6F5782F80E531	ma_hom_hair_artistic05	Artistic Bevel Square with Ornament Hairstyle	an	the	Artistic Bevel Square with Ornament Hairstyle	\d	the	
    -_8F9241FEC8253E80	ma_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98B856925FB49146	ma_hom_hair_basic02	Basic Long Quiff Hairstyle	a	the	Basic Long Quiff Hairstyles	\d	the	
    -_89EFC9A26194F183	ma_hom_hair_basic03	Basic Flat Top Hairstyle	a	the	Basic Flat Top Hairstyles	\d	the	
    -_5302A52EFC9CCD86	ma_hom_hair_basic04	Basic Tabs Hairstyle	a	the	Basic Tabs Hairstyles	\d	the	
    -_CA7D3491A0B16E7C	ma_hom_hair_basic05	Basic Square Bob Hairstyle	a	the	Basic Square Bob Hairstyle	\d	the	
    -_E7345E881797430D	ma_hom_hair_style01	Stylish Short Wedge Hairstyle	a	the	Stylish Short Wedge Hairstyles	\d	the	
    -_96A502E1E1850671	ma_hom_hair_style02	Stylish Undercut Hairstyle	a	the	Stylish Undercut Hairstyles	\d	the	
    -_E8F4D673282C7B00	ma_hom_hair_style03	Stylish Tight Plaits Hairstyle	a	the	Stylish Tight Plaits Hairstyles	\d	the	
    -_5C95373BE55B1FE9	ma_hom_hair_style04	Stylish Long Headbanded Hairstyle	a	the	Stylish Long Headbanded Hairstyles	\d	the	
    -_C3771D0F0CA64C79	ma_hom_hair_style05	Mektoub's Trunk Hairstyle	a	the	Mektoub's Trunk Hairstyle	\d	the	
    -_B467CB3DDDF6BEA5	tr_hof_hair_artistic01	Artistic Bow Tail Hairstyle	an	the	Artistic Bow Tail Hairstyles	\d	the	
    -_8F36F7FA8B59F2C4	tr_hof_hair_artistic02	Artistic Moppy Hair and Cap Hairstyle	an	the	Artistic Moppy Hair and Cap Hairstyles	\d	the	
    -_77CDE7E6A4A02AB1	tr_hof_hair_artistic03	Artistic Chignon Hairstyle	an	the	Artistic Chignon Hairstyles	\d	the	
    -_78AD3BFB908291CF	tr_hof_hair_artistic04	Artistic Choppy Hairstyle	an	the	Artistic Choppy Hairstyles	\d	the	
    -_C8F502C34D00651B	tr_hof_hair_artistic05	Artistic Glasses Hairstyle	an	the	Artistic Glasses Hairstyle	\d	the	
    -_8F928505C8252280	tr_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_F74E17E994E43B59	tr_hof_hair_basic02	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_050396B6D9E4E159	tr_hof_hair_basic03	Basic Side Wave Hairstyle	a	the	Basic Side Wave Hairstyles	\d	the	
    -_55813549DDA6FE7F	tr_hof_hair_basic04	Basic Tousled Hairstyle	a	the	Basic Tousled Hairstyles	\d	the	
    -_0AC04D4457D7127C	tr_hof_hair_basic05	Basic Savage Bangs Hairstyle	a	the	Basic Savage Bangs Hairstyle	\d	the	
    -_DDE5FF55269B33A1	tr_hof_hair_style01	Stylish High Twin Tails Hairstyle	a	the	Stylish High Twin Tails Hairstyles	\d	the	
    -_08678A5603528F83	tr_hof_hair_style02	Stylish Twin Tails and Fringe Hairstyle	a	the	Stylish Twin Tails and Fringe Hairstyles	\d	the	
    -_557546B25E850A6C	tr_hof_hair_style03	Stylish Piled-up Hairstyle	a	the	Stylish Piled-up Hairstyles	\d	the	
    -_2F84BEDE4712BA21	tr_hof_hair_style04	Stylish Twin Tails Hairstyle	a	the	Stylish Twin Tails Hairstyles	\d	the	
    -_13C190FA9E3F4C1A	tr_hof_hair_style05	Tight Plait Hairstyle	a	the	Tight Plait Hairstyle	\d	the	
    -_F49F838A7025BA60	tr_hom_hair_artistic01	Artistic Bushy Tail Hairstyle	an	the	Artistic Bushy Tail Hairstyles	\d	the	
    -_349DFBDF64A00EB0	tr_hom_hair_artistic02	Artistic Bandana Hairstyle	an	the	Artistic Bandana Hairstyles	\d	the	
    -_BF3CF712D97E225D	tr_hom_hair_artistic03	Artistic Spiky Hairstyle	an	the	Artistic Spiky Hairstyles	\d	the	
    -_EFCF3B707533F5A4	tr_hom_hair_artistic04	Artistic Peaked Bob Hairstyle	an	the	Artistic Peaked Bob Hairstyles	\d	the	
    -_E6F11CDE25C5EDFA	tr_hom_hair_artistic05	Artistic Shoulder-length with Ribbon Hairstyle	an	the	Artistic Shoulder-length with Ribbon Hairstyle	\d	the	
    -_8F928505C8253E80	tr_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_320982A297F08E95	tr_hom_hair_basic02	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_A9E87660BF26B7E5	tr_hom_hair_basic03	Basic Beaded Fringe Hairstyle	a	the	Basic Beaded Fringe Hairstyles	\d	the	
    -_F76E17E994E45759	tr_hom_hair_basic04	Basic Short Back and Sides Hairstyle	a	the	Basic Short Back and Sides Hairstyles	\d	the	
    -_09BD6BDDDAA7228A	tr_hom_hair_basic05	Basic Short Flame Hairstyle	a	the	Basic Short Flame Hairstyle	\d	the	
    -_454F22FADF757E87	tr_hom_hair_style01	Stylish Toggles Hairstyle	a	the	Stylish Toggles Hairstyles	\d	the	
    -_A4206ABF28CB37F9	tr_hom_hair_style02	Srylish Plaited Tail Hairstyle	a	the	Srylish Plaited Tail Hairstyles	\d	the	
    -_EA55F27A690C4311	tr_hom_hair_style03	Stylish Tufty Fringe Hairstyle	a	the	Stylish Tufty Fringe Hairstyles	\d	the	
    -_007FE6FAE136768A	tr_hom_hair_style04	Stylish Crested Hairstyle	a	the	Stylish Crested Hairstyles	\d	the	
    -_FA90CCFBEFF0C332	tr_hom_hair_style05	Powder Puff Hairstyle	a	the	Powder Puff Hairstyle	\d	the	
    -_45AE187B72B6324B	zo_hof_hair_artistic01	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_F98ECBF6A4A0FEA7	zo_hof_hair_artistic02	Artistic Crested Hairstyle	an	the	Artistic Crested Hairstyles	\d	the	
    -_75BC070BD1828DC9	zo_hof_hair_artistic03	Artistic Dreads Hairstyle	an	the	Artistic Dreads Hairstyles	\d	the	
    -_BAFCD70DDA7E0A5D	zo_hof_hair_artistic04	Artistic Wedge Hairstyle	an	the	Artistic Wedge Hairstyles	\d	the	
    -_78D8881C9717E6B2	zo_hof_hair_artistic05	Artistic Wick with Ornament Hairstyle	an	the	Artistic Wick with Ornament Hairstyle	\d	the	
    -_8F92790BC8252280	zo_hof_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED47546	zo_hof_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_90533D0BC8161E6B	zo_hof_hair_basic03	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_1013E520B7E05685	zo_hof_hair_basic04	Basic Spiky Hairstyle	a	the	Basic Spiky Hairstyles	\d	the	
    -_4D5BBD4C34294CC9	zo_hof_hair_basic05	Basic Wicks Plated Behind Hairstyle	a	the	Basic Wicks Plated Behind Hairstyle	\d	the	
    -_EAF402B902C6F70C	zo_hof_hair_style01	Stylish Side Draped Hairstyle	a	the	Stylish Side Draped Hairstyles	\d	the	
    -_698416C902C6F70C	zo_hof_hair_style02	Stylish Side Twined Hairstyle	a	the	Stylish Side Twined Hairstyles	\d	the	
    -_6DC4D207542ED60A	zo_hof_hair_style03	Stylish Top Twined Hairstyle	a	the	Stylish Top Twined Hairstyles	\d	the	
    -_6AB4D2E047B2B204	zo_hof_hair_style04	Stylish High Piled Hairstyle	a	the	Stylish High Piled Hairstyles	\d	the	
    -_574994FBEE309F8B	zo_hof_hair_style05	Springlike Hairstyle	a	the	Springlike Hairstyle	\d	the	
    -_A7EB7F3D5F37F298	zo_hom_hair_artistic01	Artistic High Top Hairstyle	an	the	Artistic High Top Hairstyles	\d	the	
    -_45AE187B72B6524B	zo_hom_hair_artistic02	Artistic Crown Horns Hairstyle	an	the	Artistic Crown Horns Hairstyles	\d	the	
    -_9E8F639773A53293	zo_hom_hair_artistic03	Artistic Long Spiky Hairstyle	an	the	Artistic Long Spiky Hairstyles	\d	the	
    -_359DDBF6E9A062B0	zo_hom_hair_artistic04	Artistic Trident Hairstyle	an	the	Artistic Trident Hairstyles	\d	the	
    -_9F7D681D9CED588D	zo_hom_hair_artistic05	Artistic Leaves with Complement to the Mask Hairstyle	an	the	Artistic Leaves with Complement to the Mask Hairstyle	\d	the	
    -_8F92790BC8253E80	zo_hom_hair_basic01	Basic Shaved Hairstyle	a	the	Basic Shaved Hairstyles	\d	the	
    -_98E9A29F1ED49146	zo_hom_hair_basic02	Basic Long Spiky Hairstyle	a	the	Basic Long Spiky Hairstyles	\d	the	
    -_321976A897F08E95	zo_hom_hair_basic03	Basic Short Spiky Hairstyle	a	the	Basic Short Spiky Hairstyles	\d	the	
    -_90633D0BC8163A6B	zo_hom_hair_basic04	Basic Dreads Hairstyle	a	the	Basic Dreads Hairstyles	\d	the	
    -_6E87DFE3C120591B	zo_hom_hair_basic05	Basic Seed Hairstyle	a	the	Basic Seed Hairstyle	\d	the	
    -_A77416C902F61F0C	zo_hom_hair_style01	Stylish High Twined Hairstyle	a	the	Stylish High Twined Hairstyles	\d	the	
    -_258416C902260F04	zo_hom_hair_style02	Stylish Back Twined Hairstyle	a	the	Stylish Back Twined Hairstyles	\d	the	
    -_A89416C902E63B12	zo_hom_hair_style03	Stylish Long Twined Hairstyle	a	the	Stylish Long Twined Hairstyles	\d	the	
    -_863B8907E2F56AA5	zo_hom_hair_style04	Stylish Dreads Hairstyle	a	the	Stylish Dreads Hairstyles	\d	the	
    -_7C20A0EE31BFBF31	zo_hom_hair_style05	Autumnal Hairstyle	an	the	Autumnal Hairstyle	\d	the	
    -_81A22678035CE9F0	ic_candy_stick	Candy Cane	a	the	Candy Canes	\d	the	
    -_6DF6933D6FDB589D	if1	Basic Forage Bale	a	the	Basic Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_AC545FA407698E0E	if2	Concentrated Forage Bale	a	the	Concentrated Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 500 Hunger Points.
    -_D70F815824F8AC0A	if3	Small Forage Bale	a	the	Small Forage Bales	\d	the	This item must be placed in your animal's inventory so that it can use it. When it is hungry, it will use it up automatically, restoring 300 Hunger Points.
    -_A84322F366A92232	issf1	Feed Animal #1 Service	a	the	Feed Animal #1 Services	\d	the	The stable boy offers to feed your animal #1. Your animal will be able to eat its fill. 
    -_A84322F3A6C92233	issf2	Feed Animal #2 Service	a	the	Feed Animal #2 Services	\d	the	The stable boy offers to feed your animal #2. Your animal will be able to eat its fill. 
    -_A84322F3E6E92234	issf3	Feed Animal #3 Service	a	the	Feed Animal #3 Services	\d	the	The stable boy offers to feed your animal #3. Your animal will be able to eat its fill. 
    -_A84322F327092235	issf4	Feed Animal #4 Service	a	the	Feed Animal #4 Services	\d	the	The stable boy offers to feed your animal #4. Your animal will be able to eat its fill. 
    -_E2603CFF31C680C4	issfa	Feed Animals Service	a	the	Feed Animals Services	\d	the	The stable boy offers to feed all your animals that are in his stable. They will all be able to eat their fill. 
    -_403C2C23881C3897	potion_r_09_05	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_829D502388CD3C98	potion_r_10_12	Mystical Potion	a	the	Mystical Potions	\d	the	
    -_B142EBAAFF53F74E	kami_ring_of_vision	Ring of Vision	a	the	Rings of Vision	\d	the	
    -_F0BE359678CDC80C	missive_r_09_02	Missive	a	the	Missives	\d	the	
    -_3F4A9A959B3A2C6C	goo_covered_seeds	Goo-Covered Seeds	some	the	Goo-Covered Seeds	\d	the	
    -_4D85FF890E6AFA3E	r_10_05_recueil_poemes	Anthology of Poems	an	the	Anthologies of Poems	\d	the	
    -_2DCB688E21B8B4A4	iasl_gm	Tenwo	a	the	Tenwo	\d	the	
    -_17F88ADD3484C26B	R_09_12_grande_perle	Pearl of Syk	a	the	Pearls of Syk	\d	the	
    -_97FC72604CF4ED0F	iapsd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with very feeble constitution
    -_439D8F74BE4AFD32	iapsdc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with feeble constitution
    -_D40576FD6D91CE3D	iapsdd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with average constitution
    -_038AB4C3602E7018	iapsde	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with above average constitution
    -_2F6B57078A74AFFB	iapsdf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Desert Mektoub with excellent constitution
    -_9943DD5E8B04A089	iapsf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with very feeble constitution
    -_82AD42ECC0916832	iapsfc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with feeble constitution
    -_14D054058A3EC63C	iapsfd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with average constitution
    -_8259B8703EAE41F4	iapsfe	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with above average constitution
    -_0DEB28E10943B3AA	iapsff	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Forest Mektoub with excellent constitution
    -_F2C2CF5A0D44A08D	iapsj	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with very feeble constitution
    -_04ED42EC19105A32	iapsjc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with feeble constitution
    -_15D0546A8806B646	iapsjd	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with average constitution
    -_81BAC8703E042175	iapsje	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with above average constitution
    -_0D41085E08A4C3AE	iapsjf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Jungle Mektoub with excellent constitution
    -_863132EC8CD4A59A	iapsl	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with very feeble constitution
    -_837D47F7AD7FBDC6	iapslc	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with feeble constitution
    -_53E480B94190FD46	iapsld	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with average constitution
    -_E69AACB101EABD10	iapsle	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with above average constitution
    -_D027A4F76D84A7F1	iapslf	Mektoub Packer	a	the	Mektoub Packers	\d	the	Rapid Lakes Mektoub with excellent constitution
    -_FE0FA17D3E56ACFA	ipma01	Focus Egg 1	a	the	Focus Eggs 1	\d	the	Instantly gives you 100 Focus points.
    -_FE0FA17E3E66B0FB	ipma02	Focus Egg 2	a	the	Focus Eggs 2	\d	the	Instantly gives you 200 Focus points.
    -_FE0FA17F3E76B4FC	ipma03	Focus Egg 3	a	the	Focus Eggs 3	\d	the	Instantly gives you 300 Focus points.
    -_FE0FA1803E86B8FD	ipma04	Focus Egg 4	a	the	Focus Eggs 4	\d	the	Instantly gives you 400 Focus points.
    -_FE0FA1813E96BCFE	ipma05	Focus Egg 5	a	the	Focus Eggs 5	\d	the	Instantly gives you 500 Focus points.
    -_FB0B0FAE5714D854	ipmb01	Stamina Egg 1	a	the	Stamina Eggs 1	\d	the	Instantly gives you 100 Stamina points.
    -_FB1B0FAE5724DC55	ipmb02	Stamina Egg 2	a	the	Stamina Eggs 2	\d	the	Instantly gives you 200 Stamina points.
    -_FB2B0FAE5734E056	ipmb03	Stamina Egg 3	a	the	Stamina Eggs 3	\d	the	Instantly gives you 300 Stamina points.
    -_FB3B0FAE5744E457	ipmb04	Stamina Egg 4	a	the	Stamina Eggs 4	\d	the	Instantly gives you 400 Stamina points.
    -_FB4B0FAE5754E858	ipmb05	Stamina Egg 5	a	the	Stamina Eggs 5	\d	the	Instantly gives you 500 Stamina points.
    -_A3A62D79DB673B60	ipmc01	Life Egg 1	a	the	Life Eggs 1	\d	the	Instantly gives you 100 Hit points
    -_A3C62D79DB673F61	ipmc02	Life Egg 2	a	the	Life Eggs 2	\d	the	Instantly gives you 200 Hit points
    -_A3E62D79DB674362	ipmc03	Life Egg 3	a	the	Life Eggs 3	\d	the	Instantly gives you 300 Hit points
    -_A3062D79DB674763	ipmc04	Life Egg 4	a	the	Life Eggs 4	\d	the	Instantly gives you 400 Hit points
    -_A3262D79DB674B64	ipmc05	Life Egg 5	a	the	Life Eggs 5	\d	the	Instantly gives you 500 Hit points
    -_6063D2453F27C6F1	ipmd01	Sap Egg 1	a	the	Sap Eggs 1	\d	the	Instantly gives you 100 Sap points
    -_A063D2453F37CAF2	ipmd02	Sap Egg 2	a	the	Sap Eggs 2	\d	the	Instantly gives you 200 Sap points
    -_E063D2453F47CEF3	ipmd03	Sap Egg 3	a	the	Sap Eggs 3	\d	the	Instantly gives you 300 Sap points
    -_2163D2453F57D2F4	ipmd04	Sap Egg 4	a	the	Sap Eggs 4	\d	the	Instantly gives you 400 Sap points
    -_6163D2453F67D6F5	ipmd05	Sap Egg 5	a	the	Sap Eggs 5	\d	the	Instantly gives you 500 Sap points
    -_9967E85B25F15A64	ipme01	Speed Egg 1	a	the	Speed Eggs 1	\d	the	Doubles your run speed for 10 seconds.
    -_9967E86025015E65	ipme02	Speed Egg 2	a	the	Speed Eggs 2	\d	the	Doubles your run speed for 15 seconds.
    -_9967E85B65116266	ipme03	Speed Egg 3	a	the	Speed Eggs 3	\d	the	Doubles your run speed for 20 seconds.
    -_9967E86065216667	ipme04	Speed Egg 4	a	the	Speed Eggs 4	\d	the	Doubles your run speed for 25 seconds.
    -_9967E85BA5316A68	ipme05	Speed Egg 5	a	the	Speed Eggs 5	\d	the	Doubles your run speed for 30 seconds.
    -_F26DCB060D18501B	ipmf01	Invulnerability Egg 1	an	the	Invulnerability Eggs 1	\d	the	Makes you invulnerable for 15 seconds. You cannot perform any actions whilst active.
    -_F27DD3060D18581B	ipmf02	Invulnerability Egg 2	an	the	Invulnerability Eggs 2	\d	the	Makes you invulnerable for 17 seconds. You cannot perform any actions whilst active.
    -_F28DDB060D18601B	ipmf03	Invulnerability Egg 3	an	the	Invulnerability Eggs 3	\d	the	Makes you invulnerable for 19 seconds. You cannot perform any actions whilst active.
    -_F29DBB070D18681B	ipmf04	Invulnerability Egg 4	an	the	Invulnerability Eggs 4	\d	the	Makes you invulnerable for 21 seconds. You cannot perform any actions whilst active.
    -_F2ADC3070D18701B	ipmf05	Invulnerability Egg 5	an	the	Invulnerability Eggs 5	\d	the	Makes you invulnerable for 23 seconds. You cannot perform any actions whilst active.
    -_DB311DB7E7B9730D	isadp_kami_1	'Ritual Breath of Ma-Duk' Service	a	the	'Ritual Breath of Ma-Duk' Services	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_016654FBFEAB7141	isadp_kami_2	'Sacred Breath of Ma-Duk' Service	a	the	'Sacred Breath of Ma-Duk' Services	\d	the	Accelerates the current rate of reduction of your death penalty
    -_AE2515E135AD26BF	isadp_kami_3	'Divine Breath of Ma-Duk' Service	a	the	'Divine Breath of Ma-Duk' Services	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_7637AD64A2F2A345	isadp_karavan_1	'Ritual Kiss of Jena' Service	a	the	'Ritual Kiss of Jena' Service	\d	the	Slightly accelerates the current rate of reduction of your death penalty
    -_692E0EB5D0DC0B28	isadp_karavan_2	'Sacred Kiss of Jena' Service	a	the	'Sacred Kiss of Jena' Service	\d	the	Accelerates the current rate of reduction of your death penalty
    -_D542347F0DF0A77C	isadp_karavan_3	'Divine kiss of Jena' Service	a	the	'Divine Kiss of Jena' Service	\d	the	Highly accelerates the current rate of reduction of your death penalty
    -_34A595F283C3C0A4	icbm2sa	Retch Axe of the Barkers	a	the	Retch Axes of the Barkers	\d	the	
    -_E724E91052DCDF2A	icbm2sa_2	Retch Axe of the Woven Bridles	a	the	Retch Axes of the Woven Bridles	\d	the	
    -_9A17E531B3C4943A	icbm2sa_3	Retch Axe of the Watchers	a	the	Retch Axes of the Watchers	\d	the	
    -_47DE3093F681D152	icbm2pp	Krop Pike of the Border Guards	a	the	Krop Pikes of the Matisian Border Guards	\d	the	
    -_5A38CC85F5AD8B50	icbm2pp_2	Krop Pike of the Kitin Gatherers	a	the	Krop Pikes of the Kitin Gatherers	\d	the	
    -_6290E06024F278DA	icbm2pp_3	Krop Pike of the Ancient Dryads	a	the	Krop Pikes of the Ancient Dryads	\d	the	
    -_6E8BB0B0FFB082EE	icbm2bm	Kanka Mace of the Tutors	a	the	Kanka Maces of the Tutors	\d	the	
    -_ED2AF57C1743F494	icbm2bm_2	Kanka Mace of the Recoverers	a	the	Kanka Maces of the Recoverers	\d	the	
    -_BC0B03FE3B4CD688	icbm2ss	Flence Sword of the Silt Sculptors	a	the	Flence Swords of the Silt Sculptors	\d	the	
    -_FCB8B79F92E470F0	icbm2ss_2	Flence Sword of the Ecowarriors	a	the	Flence Swords of the Ecowarriors	\d	the	
    -_32B540B9778263C4	icbm1sa	Cleven Axe of the Leviers	a	the	Cleven Axes of the Leviers	\d	the	
    -_27F887DC8A1EBB89	icbm1sa_2	Cleven Axe of the Renegades	a	the	Cleven Axes of the Renegades	\d	the	
    -_EBB7A046FED16F35	icbm1sa_3	Cleven Axe of the Fraiders	a	the	Cleven Axes of the Fraiders	\d	the	
    -_546524D1FE7C7B1E	icbm1pd	Fyler Dagger of the Corsairs	a	the	Fyler Daggers of the Corsairs	\d	the	
    -_2049B5A6D0029C50	icbm1pd_2	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_4C3E08FC91BEB069	icbm1pd_3	Fyler Dagger of the Cuzans	a	the	Fyler Daggers of the Cuzans	\d	the	
    -_4940D97F838E3064	icbm1ps	Palor Spear of the Hamazans	a	the	Palor Spears of the Hamazans	\d	the	
    -_8489AC4649EB7BA4	icbm1ps_2	Palor Spear of The Arid Matis	a	the	Palor Spears of The Arid Matis	\d	the	
    -_240D0C187511ADB7	icbm1ps_3	Palor Spear of the Sap Slaves	a	the	Palor Spears of the Sap Slaves	\d	the	
    -_2B7988AD7D405EE8	icbm1bm	Nanka Mace of the Sacred Sap	some	the	Nanka Maces of the Sacred Sap	\d	the	
    -_739B4DF98992C09F	icbm1bm_2	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9491F885383C2FC0	icbm1bm_3	Nanka Mace of the Gibads	a	the	Nanka Maces of the Gibads	\d	the	
    -_B2443A1D8E883E7E	icbm1bs	Eternal Tree Shopan Shaft	an	the	Eternal Tree Shopan Shafts	\d	the	
    -_141502B0C09677E8	icbm1bs_2	Shopan Staff of the Sap Gleaners	a	the	Shopan Staffs of the Sap Gleaners	\d	the	
    -_302925517C4B0570	icbm1bs_3	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_B2C3630E0928CE4F	icbm1ss	Tanner Sword of the Smugglers	a	the	Tanner Swords of the Smugglers	\d	the	
    -_CC8678AE739E6713	icbm1ss_2	Tanner Sword of the Slash and Burn	a	the	Tanner Swords of the Slash and Burn	\d	the	
    -_31C7EFDDC71BD88E	icbm1ss_3	Tanner Sword of the Lagoon Brothers	a	the	Tanner Swords of the Lagoon Brothers	\d	the	
    -_7C31B90EC021D0EF	icbr2a	Fraser Autolauncher of the Night Turners	a	the	Fraser Autolaunchers of the Night Turners	\d	the	
    -_0BC23687E60E118F	icbr2a_2	Fraser Autolauncher of the Dune Riders	a	the	Fraser Autolaunchers of the Dune Riders	\d	the	
    -_C892FA80269E19AC	icbr2a_3	Fraser Autolauncher of the Firebrands	a	the	Fraser Autolaunchers of the Firebrands	\d	the	
    -_41BC666723F68C5D	icbr2b	Ma-Kam Bowrifle of the Siblings of the Weeds	a	the	Ma-Kam Bowrifles of the Siblings of the Weeds	\d	the	
    -_C44917DCB2484C39	icbr2b_2	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_D31BA3E9F2F9B807	icbr2b_3	Ma-Kam Bowrifle of the Keepers	a	the	Ma-Kam Bowrifles of the Keepers	\d	the	
    -_C96301658F8B098F	icbr2l	Brazer Launcher of the Frahar Hunters	a	the	Brazer Launchers of the Frahar Hunters	\d	the	
    -_21B34E34301557E7	icbr2l_2	Brazer Launcher of the Lawless	a	the	Brazer Launchers of the Lawless	\d	the	
    -_9A72E994AFC87368	icbr1p	Maka Pistol of the First Deserters	a	the	Maka Pistols of the First Deserters	\d	the	
    -_6E64E38954A8CF89	icbr1p_2	Maka Pistol of the Darkening Sap	some	the	Maka Pistols of the Darkening Sap	\d	the	
    -_4A8D903202EB249A	icbr1p_3	Maka Pistol of the Slavers	a	the	Maka Pistols of the Slavers	\d	the	
    -_0E6007CB18696F22	icbr1b	Fletcher Bowpistol of the Green Seeds	a	the	Fletcher Bowpistols of the Green Seeds	\d	the	
    -_DB0A24AB8FD87060	icbr1b_2	Fletcher Bowpistol of the Chlorogoos	a	the	Fletcher Bowpistols of the Chlorogoos	\d	the	
    -_1DAA2C9891889848	icbr1b_3	Fletcher Bowpistol of the Cockroaches	a	the	Fletcher Bowpistols of the Cockroaches	\d	the	
    -_273AACE94B59B4AF	icbr2r	Boomer Rifle of the Shadow Runners	a	the	Boomer Rifles of the Shadow Runners	\d	the	
    -_53F1E542309E661E	icbr2r_2	Boomer Rifle of the Kuilde	a	the	Boomer Rifles of the Kuilde	\d	the	
    -_F823A05B300E2D2D	icbr2r_3	Boomer Rifle of the Root Tappers	a	the	Boomer Rifles of the Root Tappers	\d	the	
    -_256D35F2C5A70404	icbsb	Kastu Buckler of the Icon Worshippers	a	the	Kastu Bucklers of the Icon Worshippers	\d	the	
    -_601841A7547E24DB	icbsb_2	Kastu Buckler of the Beachcombers	a	the	Kastu Bucklers of the Beachcombers	\d	the	
    -_832B724EC96018AD	icbsb_3	Kastu Buckler of the Scorchers	a	the	Kastu Bucklers of the Scorchers	\d	the	
    -_FC842FBDC3C7D1CE	icbss	Water Breakers Stok Shield	a	the	Water Breakers Stok Shields	\d	the	
    -_012E2235343CB1AD	icbss_2	Stok Shield of the Pyromancers	a	the	Stok Shields of the Pyromancers	\d	the	
    -_B7894180CB07507E	icbss_3	Stok Shield of the Oasis Diggers	a	the	Stok Shields of the Oasis Diggers	\d	the	
    -_95829D6A573A7B56	test_scroll	Used Parchment	a	the	Used Parchments	\d	the	@{FFF9}This used parchment is unreadable...
    -_26A82E2C736968FF	ep2_large_bark_splinter	Large Fragment of Bark	a	the	Large Fragments of Bark	\d	the	
    -_43FF15B4E2428065	ep2_large_fibers	Large Handful of Fibers	a	the	Large Handfuls of Fibers	\d	the	
    -_7D8480F4EBD96ABB	ep2_large_root_piece	Large Piece of Root	a	the	Large Pieces of Root	\d	the	
    -_69B2A3328BF8B02E	ep2_large_trunk	Long Part of Trunk	a	the	Long Parts of Trunk	\d	the	
    -_3D228D8CD7612330	ep2_major_maduk_core	Major Part of Ma-Duk's Core	a	the	Major Parts of Ma-Duk's Core	\d	the	
    -_0291763EEFEE915A	ep2_major_symbol_part	Major Part of the Symbol	a	the	Major Parts of the Symbol	\d	the	
    -_E6BC0942CCCA3619	ep2_minor_maduk_core	Minor Part of ma-Duk's Core	a	the	Minor Parts of Ma-Duk's Core	\d	the	
    -_0311763EEF2EC162	ep2_minor_symbol_part	Minor Part of the Symbol	a	the	Minor Parts of the Symbol	\d	the	
    -_C9E6BE5AAEE3BCCB	ep2_small_bark_splinter	Small Fragment of Bark	a	the	Small Fragments of Bark	\d	the	
    -_C15021BFE960D46D	ep2_small_fibers	Small Handful of Fibers	a	the	Small Handfuls of Fiber	\d	the	
    -_4557FB3B22073DE9	ep2_small_root_piece	Small Piece of Root	a	the	Small Pieces of Root	\d	the	
    -_29D3BF398AD70C3C	ep2_small_trunk	Small Part of Trunk	a	the	Small Parts of Trunk	\d	the	
    -_BC5191C78EE1FED4	ep2_large_moss_patch	Large Handful of Moss	a	the	Large Handfuls of Moss	\d	the	
    -_8F9116D876F84899	ep2_small_bud	Small Ornamental Bud	a	the	Small Ornamental Buds	\d	the	
    -_42354CE71D952AF3	ep2_small_moss_patch	Small Handful of Moss	a	the	Small Handfuls of Moss	\d	the	
    -_CA00D6D66FD9887F	ep2_large_bud	Large Ornamental Bud	a	the	Large Ornamental Buds	\d	the	
    -_243FE7C75D08466D	ep2_high_brick	Higher Brick Wall	a	the	Higher Brick Walls	\d	the	
    -_5A2D672E92639F42	ep2_large_conglomerate	Big Conglomerate of Attics	a	the	Big Conglomerates of Attics	\d	the	
    -_15335AA51325C108	ep2_low_brick	Lower Brick Wall	a	the	Lower Brick Walls	\d	the	
    -_3614EEA5F764F0B3	ep2_major_column	Major Part of Column	a	the	Major Parts of Column	\d	the	
    -_F93BFE01FC38724D	ep2_major_justice_column	Major Part of the Column of Justice	a	the	Major Parts of the Column of Justice	\d	the	
    -_C91907D2BD773DB4	ep2_major_ornament	Major Ornamental Part	a	the	Major Ornamental Parts	\d	the	
    -_76ECE3AA52EEFAB6	ep2_large_patch_cover	Major Covering Plate	a	the	Major Covering Plates	\d	the	
    -_D12772F5D837E5D0	ep2_major_pedestal	Major Part of Pedestal	a	the	Major Parts of Pedestal	\d	the	
    -_1F95629D83FA01FD	ep2_major_statue_part	Major Part of Statue	a	the	Major Parts of Statue	\d	the	
    -_74A326AA36A443C1	ep2_minor_column	Minor Part of Column	a	the	Minor Parts of Column	\d	the	
    -_F93B0E0DFE78924D	ep2_minor_justice_column	Minor Part of the Column of Justice	a	the	Minor Parts of the Column of Justice	\d	the	
    -_C95927D6BFB75DB4	ep2_minor_ornament	Minor Ornamental Part	a	the	Minor Ornamental Parts	\d	the	
    -_798A83F9D4F9848D	ep2_small_patch_cover	Minor Covering Plate	a	the	Minor Covering Plates	\d	the	
    -_D16792F5D8B725D0	ep2_minor_pedestal	Minor Part of Pedestal	a	the	Minor Parts of Pedestal	\d	the	
    -_2195629D837A4101	ep2_minor_statue_part	Minor Part of Statue	a	the	Minor Parts of Statue	\d	the	
    -_5A2E534891E3CF49	ep2_small_conglomerate	Small Conglomerate of Attics	a	the	Small Conglomerates of Attics	\d	the	
    -_B946D567EE8D669A	ixpca01	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_B946D567EE9D669A	ixpca02	Experience Catalyzer	an	the	Experience Catalyzers	\d	the	Catalyzers give an XP bonus. Once activated, they are consumed at a rate relative to the gained XP and can double the gained XP. A catalyzer only works for actions with a skill level lower than its quality. To activate it, right-click on the item in the inventory and click on the option in the menu.
    -_4A56CE942904FC4F	mp_kami_ep2_choice_50	Kamist Apprentice Resource	a	the	Kamist Apprentice Resources	\d	the	
    -_E30154F7841E225A	mp_kami_ep2_choice_100	Confirmed Kamist Resource	a	the	Confirmed Kamist Resources	\d	the	
    -_A4B470C76ABE73FC	mp_kami_ep2_choice_150	Initiated Kamist Resource	an	the	Initiated Kamist Resources	\d	the	
    -_20CEBCB42C5F8D00	mp_kami_ep2_choice_200	Kamist Expert Resource	a	the	Kamist Expert Resources	\d	the	
    -_2E34964F55DA0038	mp_kami_ep2_choice_250	Kamist Master Resource	a	the	Kamist Master Resources	\d	the	
    -_6E558502EC7CDD32	mp_kami_ep2_excellent_50	Major Kamist Apprentice Resource	a	the	Major Kamist Apprentice Resources	\d	the	
    -_62669AA9E4FB29E0	mp_kami_ep2_excellent_100	Major Confirmed Kamist Resource	a	the	Major Confirmed Kamist Resources	\d	the	
    -_0AA5DF73CD3A6EAA	mp_kami_ep2_excellent_150	Major Initiated Kamist Resource	a	the	Major Initiated Kamist Resources	\d	the	
    -_46163178C8BBC0AF	mp_kami_ep2_excellent_200	Major Kamist Expert Resource	a	the	Major Kamist Expert Resources	\d	the	
    -_DBF3D6F46C78DCDE	mp_kami_ep2_excellent_250	Major Kamist Master Resource	a	the	Major Kamist Master Resources	\d	the	
    -_CAB3B70586031CFA	mp_karavan_ep2_choice_50	Karavaneer Apprentice Resource	a	the	Karavaneer Apprentice Resources	\d	the	
    -_BE7AE521E2E8AA65	mp_karavan_ep2_choice_100	Confirmed Karavaneer Resource	a	the	Confirmed Karavaneer Resources	\d	the	
    -_E62841A7D71F1B1E	mp_karavan_ep2_choice_150	Initiated Karavaneer Resource	an	the	Initiated Karavaneer Resources	\d	the	
    -_C52A2DAA19EF4527	mp_karavan_ep2_choice_200	Karavaneer Expert Resource	a	the	Karavaneer Expert Resources	\d	the	
    -_31136B66F1D2E612	mp_karavan_ep2_choice_250	Karavaneer Master Resource	a	the	Karavaneer Master Resources	\d	the	
    -_B0D1E9B0340AD61B	mp_karavan_ep2_excellent_50	Major Karavaneer Apprentice Resource	a	the	Major Karavaneer Apprentice Resources	\d	the	
    -_A94757E98B1524D8	mp_karavan_ep2_excellent_100	Major Confirmer Karavaneer Resource	a	the	Major Confirmer Karavaneer Resources	\d	the	
    -_0BC32505BB1F502F	mp_karavan_ep2_excellent_150	Major Initiated Karavaneer Resource	a	the	Major Initiated Karavaneer Resources	\d	the	
    -_CC141990FDD7902A	mp_karavan_ep2_excellent_200	Major Karavaneer Expert Resource	a	the	Major Karavaneer Expert Resources	\d	the	
    -_4A8888E8FBA49B57	mp_karavan_ep2_excellent_250	Major Karavaneer Master Resource	a	the	Major Karavaneer Master Resources	\d	the	
    -_0C7D823B769D1769	ikaracp_ep2_1	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176A	ikaracp_ep2_2	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_0C7D823B769D176B	ikaracp_ep2_3	Karavaneer Skirt	a	the	Karavaneer Skirts	\d	the	
    -_B0C635D557B12EF9	ikamacp_ep2_1	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFA	ikamacp_ep2_2	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_B0C635D557B12EFB	ikamacp_ep2_3	Kamist Skirt	a	the	Kamist Skirts	\d	the	
    -_8B7BA7F379203325	ickamss_ep2_1	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203326	ickamss_ep2_2	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_8B7BA7F379203327	ickamss_ep2_3	Kamist Shield	a	the	Kamist Shields	\d	the	
    -_A625A435D1E22B4C	ickarss_ep2_1	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4D	ickarss_ep2_2	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_A625A435D1E22B4E	ickarss_ep2_3	Karavaneer Shield	a	the	Karavaneer Shields	\d	the	
    -_486B8F105E0B543E	itforagekam_ep2_1	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F115E0B543E	itforagekam_ep2_2	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_486B8F125E0B543E	itforagekam_ep2_3	Kamist Pick	a	the	Kamist Picks	\d	the	
    -_5FE2906F3CAED478	itforagekar_ep2_1	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290703CAED478	itforagekar_ep2_2	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_5FE290713CAED478	itforagekar_ep2_3	Karavaneer Pick	a	the	Karavaneer Picks	\d	the	
    -_3407F40DF2F658CC	icfahb_leader01	Dexton's Boots	\d	the	Dexton's Boots	\d	the	
    -_841CCF3E6143CB5B	icfahp_leader01	Dexton's Pants	\d	the	Dexton's Pants	\d	the	
    -_14AFEB231EB2AAA7	icfahs_leader01	Dexton's Sleeves	\d	the	Dexton's Sleeves	\d	the	
    -_2EBC623623188E53	icfahv_leader01	Dexton's Vest	a	the	Dexton's Vests	\d	the	
    -_AF77942FE32A2588	icmahb_leader01	Yrkanis' Boots	\d	the	Yrkanis' Boots	\d	the	
    -_9002BB052182574A	icmahp_leader01	Yrkanis' Pants	\d	the	Yrkanis' Pants	\d	the	
    -_1391E813AD6EA68A	icmahs_leader01	Yrkanis' Sleeves	\d	the	Yrkanis' Sleeves	\d	the	
    -_1C0C625EAB945A86	icmahv_leader01	Yrkanis' Vest	a	the	Yrkanis' Vests	\d	the	
    -_E8568D2E70E93680	ictamb_leader01	Still Wyler's Boots	\d	the	Still Wyler's Boots	\d	the	
    -_CCB57967D3102089	ictamp_leader01	Still Wyler's Pants	\d	the	Still Wyler's Pants	\d	the	
    -_E2117B9A37D9388B	ictams_leader01	Still Wyler's Sleeves	\d	the	Still Wyler's Sleeves	\d	the	
    -_15FAD4706BB74E19	ictamv_leader01	Still Wyler's Vest	a	the	Still Wyler's Vests	\d	the	
    -_FA54A01A254281EA	iczacb_leader01	Mabreka's Boots	\d	the	Mabreka's Boots	\d	the	
    -_C7EC13FB6EA376C5	iczacp_leader01	Mabreka's Robe	a	the	Mabreka's Robes	\d	the	
    -_88B077E76A308A52	iczacs_leader01	Mabreka's Sleeves	\d	the	Mabreka's Sleeves	\d	the	
    -_F1AF242166D57D76	iczacv_leader01	Mabreka's Vest	a	the	Mabreka's Vests	\d	the	
    -_5EF8BEE5BBF1D311	fy_weapon_leader_dexton	Dexton's Long Sword	a	the	Dexton's Long Swords	\d	the	
    -_120D3D7CCBE593D5	ma_weapon_leader_yrkanis	Yrkanis' Pike	a	the	Yrkanis' Pikes	\d	the	
    -_F139B14ECE8B4E73	tr_weapon_leader_still_wyler	Still Wyler's Pike	a	the	Still Wyler's Pikes	\d	the	
    -_67666051CB3B70C5	zo_weapon_leader_mabreka	Mabreka's Mace	a	the	Mabreka's Maces	\d	the	
    -_82EF8C138F8B7B35	fy_leader_01	Dexton's Haircut	a	the	Dexton's Haircuts	\d	the	
    -_7E0D5C762BC3A329	ma_leader_01	Yrkanis' Haircut	a	the	Yrkanis' Haircuts	\d	the	
    -_1AF10491FF318806	tr_leader_01	Still Wyler's Haircut	a	the	Still Wyler's Haircuts	\d	the	
    -_C07FC8F7A1DA1FBA	zo_leader_01	Mabreka's Haircut	a	the	Mabreka's Haircuts	\d	the	
    -_5B9D31D5996D12D1	icfja_2	Medium Quality Fyros Anklet	a	the	Medium Quality Fyros Anklets	\d	the	
    -_459769A179415487	icfjb_2	Medium Quality Fyros Bracelet	a	the	Medium Quality Fyros Bracelets	\d	the	
    -_A0587AA3EE12F010	icfjd_2	Medium Quality Fyros Diadem	a	the	Medium Quality Fyros Diadems	\d	the	
    -_DBE258B127D095BE	icfje_2	Medium Quality Fyros Earring	a	the	Medium Quality Fyros Earrings	\d	the	
    -_BA3E98912A2EB5BA	icfjp_2	Medium Quality Fyros Pendant	a	the	Medium Quality Fyros Pendants	\d	the	
    -_ECFBFFC18CA2F346	icfjr_2	Medium Quality Fyros Ring	a	the	Medium Quality Fyros Rings	\d	the	
    -_557D19D793DDFAD3	icmja_2	Medium Quality Matis Anklet	a	the	Medium Quality Matis Anklets	\d	the	
    -_BE9709A879413C89	icmjb_2	Medium Quality Matis Bracelet	a	the	Medium Quality Matis Bracelets	\d	the	
    -_1F882292B012F010	icmjd_2	Medium Quality Matis Diadem	a	the	Medium Quality Matis Diadems	\d	the	
    -_1C72F8B827709DA6	icmje_2	Medium Quality Matis Earring	a	the	Medium Quality Matis Earrings	\d	the	
    -_3B2DB491A94E55BB	icmjp_2	Medium Quality Matis Pendant	a	the	Medium Quality Matis Pendants	\d	the	
    -_EC6BFFB58EA02B46	icmjr_2	Medium Quality Matis Ring	a	the	Medium Quality Matis Rings	\d	the	
    -_DB471BCD1CDA650E	ictja_2	Medium Quality Tryker Anklet	a	the	Medium Quality Tryker Anklets	\d	the	
    -_C064A4310FD4542B	ictjb_2	Medium Quality Tryker Bracelet	a	the	Medium Quality Tryker Bracelets	\d	the	
    -_D4DF06FF0F41345D	ictjd_2	Medium Quality Tryker Diadem	a	the	Medium Quality Tryker Diadems	\d	the	
    -_FFA4EEE306DC16D2	ictje_2	Medium Quality Tryker Earring	a	the	Medium Quality Tryker Earrings	\d	the	
    -_723B4A3E56694683	ictjp_2	Medium Quality Tryker Pendant	a	the	Medium Quality Tryker Pendants	\d	the	
    -_54773AD3DB70C334	ictjr_2	Medium Quality Tryker Ring	a	the	Medium Quality Tryker Rings	\d	the	
    -_213BFD2D057ACA5D	iczja_2	Medium Quality Zoraï Anklet	a	the	Medium Quality Zoraï Anklets	\d	the	
    -_2E1E3141C25D205B	iczjb_2	Medium Quality Zoraï Bracelet	a	the	Medium Quality Zoraï Bracelets	\d	the	
    -_7C3F310DF1CB84E1	iczjd_2	Medium Quality Zoraï Diadem	a	the	Medium Quality Zoraï Diadems	\d	the	
    -_75E35FEA9BFFF6E8	iczje_2	Medium Quality Zoraï Earring	a	the	Medium Quality Zoraï Earrings	\d	the	
    -_B8977C62E7B45E20	iczjp_2	Medium Quality Zoraï Pendant	a	the	Medium Quality Zoraï Pendants	\d	the	
    -_D08F38A6A1DC1442	iczjr_2	Medium Quality Zoraï Ring	a	the	Medium Quality Zoraï Rings	\d	the	
    -_19DF8E385A5F1242	icfja_3	High Quality Fyros Anklet	a	the	High Quality Fyros Anklets	\d	the	
    -_F2691DF084E36B38	icfjb_3	High Quality Fyros Bracelet	a	the	High Quality Fyros Bracelets	\d	the	
    -_611527A72A25F03B	icfjd_3	High Quality Fyros Diadem	a	the	High Quality Fyros Diadems	\d	the	
    -_E6956604E3559844	icfje_3	High Quality Fyros Earring	a	the	High Quality Fyros Earrings	\d	the	
    -_6BA120CA00AB40DF	icfjp_3	High Quality Fyros Pendant	a	the	High Quality Fyros Pendants	\d	the	
    -_72EF8454C13E77DD	icfjr_3	High Quality Fyros Ring	a	the	High Quality Fyros Rings	\d	the	
    -_13BF8E38D97F9A4B	icmja_3	High Quality Matis Anklet	a	the	High Quality Matis Anklets	\d	the	
    -_F0195DFE84E36B38	icmjb_3	High Quality Matis Bracelet	a	the	High Quality Matis Bracelets	\d	the	
    -_61251791E695F03B	icmjd_3	High Quality Matis Diadem	a	the	High Quality Matis Diadems	\d	the	
    -_E6A4220BE355983E	icmje_3	High Quality Matis Earring	a	the	High Quality Matis Earrings	\d	the	
    -_E6003CCA00AB28DB	icmjp_3	High Quality Matis Pendant	a	the	High Quality Matis Pendants	\d	the	
    -_345F844E425D9BC5	icmjr_3	High Quality Matis Ring	a	the	High Quality Matis Rings	\d	the	
    -_C8DB0795C17AF717	ictja_3	High Quality Tryker Anklet	a	the	High Quality Tryker Anklets	\d	the	
    -_21C0AD6F356178A2	ictjb_3	High Quality Tryker Bracelet	a	the	High Quality Tryker Bracelets	\d	the	
    -_CD0F98F815232F7F	ictjd_3	High Quality Tryker Diadem	a	the	High Quality Tryker Diadems	\d	the	
    -_031770665F7A4D5B	ictje_3	High Quality Tryker Earring	a	the	High Quality Tryker Earrings	\d	the	
    -_F6317DB407205C4E	ictjp_3	High Quality Tryker Pendant	a	the	High Quality Tryker Pendants	\d	the	
    -_65C40DC0FB994136	ictjr_3	High Quality Tryker Ring	a	the	High Quality Tryker Rings	\d	the	
    -_CEFB56FA9585290F	iczja_3	High Quality Zoraï Anklet	a	the	High Quality Zoraï Anklets	\d	the	
    -_AA0944D1BC7D3376	iczjb_3	High Quality Zoraï Bracelet	a	the	High Quality Zoraï Bracelets	\d	the	
    -_0BA1CB83240164E5	iczjd_3	High Quality Zoraï Diadem	a	the	High Quality Zoraï Diadems	\d	the	
    -_DC1374F54E79A3A9	iczje_3	High Quality Zoraï Earring	a	the	High Quality Zoraï Earrings	\d	the	
    -_601DE4748BD6D6B7	iczjp_3	High Quality Zoraï Pendant	a	the	High Quality Zoraï Pendants	\d	the	
    -_E4FE1D78722C5FB1	iczjr_3	High Quality Zoraï Ring	a	the	High Quality Zoraï Rings	\d	the	
    -_69994A87D3E9AFE6	icokamm1bm_1	Tekorn-Duk Mace	a	the	Tekorn-Duk Maces	\d	the	
    -_AC1AB4788D87CCCB	icokamm1bs_1	Tekorn-Duk Staff	a	the	Tekorn-Duk Staffs	\d	the	
    -_669902955428AFDF	icokamm1pd_1	Tekorn-Duk Dagger	a	the	Tekorn-Duk Daggers	\d	the	
    -_28995E95CF98AFD5	icokamm1ps_1	Tekorn-Duk Spear	a	the	Tekorn-Duk Spears	\d	the	
    -_6599069811E8AFD6	icokamm1sa_1	Tekorn-Duk Axe	a	the	Tekorn-Duk Axes	\d	the	
    -_6CF393D8ECBC320C	icokamm1ss_1	Tekorn-Duk Sword	a	the	Tekorn-Duk Swords	\d	the	
    -_32C76F5274877DA9	icokamm2bm_1	Tekorn-Duk Two-handed Mace	a	the	Tekorn-Duk Two-handed Maces	\d	the	
    -_04BC21A37476F0AE	icokamm2ms_1	Maga-Duk Magic Amplifier	a	the	Maga-Duk Magic Amplifiers	\d	the	
    -_E919629594C9CFEB	icokamm2pp_1	Tekorn-Duk Pike	a	the	Tekorn-Duk Pikes	\d	the	
    -_32C71353B2367DA4	icokamm2sa_1	Tekorn-Duk Two-handed Axe	a	the	Tekorn-Duk Two-handed Axes	\d	the	
    -_D468620A871360D0	icokamm2ss_1	Tekorn-Duk Two-handed Sword	a	the	Tekorn-Duk Two-handed Swords	\d	the	
    -_A006541C5CAAA1FC	icokamr1b_1	Tekorn-Duk Bowpistol	a	the	Tekorn-Duk Bowpistols	\d	the	
    -_5686286DEC6DD7CF	icokamr1p_1	Tekorn-Duk Pistol	a	the	Tekorn-Duk Pistols	\d	the	
    -_D40531AE9C5E9456	icokamr2a_1	Tekorn-Duk Autolauncher	a	the	Tekorn-Duk Autolaunchers	\d	the	
    -_DF15400BFD88B150	icokamr2b_1	Tekorn-Duk Bowrifle	a	the	Tekorn-Duk Bowrifles	\d	the	
    -_DD941429F8C135BE	icokamr2l_1	Tekorn-Duk Launcher 	a	the	Tekorn-Duk Launchers	\d	the	
    -_73094F83B6955AB8	icokamr2r_1	Tekorn-Duk Rifle	a	the	Tekorn-Duk Rifles	\d	the	
    -_6AA573DA46F724C6	icokamtammo_1	Armilo-Duk Ammo Crafting Tool	an	the	Armilo-Duk Ammo Crafting Tools	\d	the	
    -_3CDA102BD423AF2F	icokamtarmor_1	Armilo-Duk Armor Crafting Tool	an	the	Armilo-Duk Armor Crafting Tools	\d	the	
    -_F927251819F17E69	icokamtjewel_1	Armilo-Duk Jewel Crafting Tool	an	the	Armilo-Duk Jewel Crafting Tools	\d	the	
    -_3816C182AB59C853	icokamtmwea_1	Armilo-Duk Melee Weapon Crafting Tool	an	the	Armilo-Duk Melee Weapon Crafting Tools	\d	the	
    -_9B034C529B2FC2F6	icokamtrwea_1	Armilo-Duk Range Weapon Crafting Tool	an	the	Armilo-Duk Range Weapon Crafting Tools	\d	the	
    -_0C2B4DDFC80B450D	icokamtforage_1	Greslin-Duk Pick	a	the	Greslin-Duk Picks	\d	the	
    -_28494A8991F873D0	icokamm1bm_2	Vedice-Duk Mace	a	the	Vedice-Duk Maces	\d	the	
    -_28DA9878CB96B4BB	icokamm1bs_2	Vedice-Duk Staff	a	the	Vedice-Duk Staffs	\d	the	
    -_25490297123773C9	icokamm1pd_2	Vedice-Duk Dagger	a	the	Vedice-Duk Daggers	\d	the	
    -_E7495E978DA773BF	icokamm1ps_2	Vedice-Duk Spear	a	the	Vedice-Duk Spears	\d	the	
    -_2449069ACFF773C0	icokamm1sa_2	Vedice-Duk Axe	a	the	Vedice-Duk Axes	\d	the	
    -_A90283D1EC4CF606	icokamm1ss_2	Vedice-Duk Sword	a	the	Vedice-Duk Swords	\d	the	
    -_AE875352B2966599	icokamm2bm_2	Vedice-Duk Two-handed Mace	a	the	Vedice-Duk Two-handed Maces	\d	the	
    -_5490ED6E56951A0D	icokamm2ms_2	Cheng-Duk Magic Amplifier	a	the	Cheng-Duk Magic Amplifiers	\d	the	
    -_A8C9629752D893D5	icokamm2pp_2	Vedice-Duk Pike	a	the	Vedice-Duk Pikes	\d	the	
    -_AE87F753F0456594	icokamm2sa_2	Vedice-Duk Two-handed Axe	a	the	Vedice-Duk Two-handed Axes	\d	the	
    -_51074A0587333CC1	icokamm2ss_2	Vedice-Duk Two-handed Sword	a	the	Vedice-Duk Two-handed Swords	\d	the	
    -_5E95000F9BCAA9FC	icokamr1b_2	Vedice-Duk Bowpistol	a	the	Vedice-Duk Bowpistols	\d	the	
    -_5696E04FEA8DD7D3	icokamr1p_2	Vedice-Duk Pistol	a	the	Vedice-Duk Pistols	\d	the	
    -_5315F5AADB5E7847	icokamr2a_2	Vedice-Duk Autolauncher	a	the	Vedice-Duk Autolaunchers	\d	the	
    -_5ED5400DBB97753A	icokamr2b_2	Vedice-Duk Bowrifle	a	the	Vedice-Duk Bowrifles	\d	the	
    -_5C54142BB6D0F9A8	icokamr2l_2	Vedice-Duk Launcher	a	the	Vedice-Duk Launchers	\d	the	
    -_70283F7CB6251EB2	icokamr2r_2	Vedice-Duk Rifle	a	the	Vedice-Duk Rifles	\d	the	
    -_F7F76812F3FE5FC1	icokamtammo_2	Rubbarn-Duk Ammo Crafting Tool	a	the	Rubbarn-Duk Ammo Crafting Tools	\d	the	
    -_BF19DC342049BF53	icokamtarmor_2	Rubbarn-Duk Armor Crafting Tool	a	the	Rubbarn-Duk Armor Crafting Tools	\d	the	
    -_3E34D12862048C54	icokamtjewel_2	Rubbarn-Duk Jewel Crafting Tool	a	the	Rubbarn-Duk Jewel Crafting Tools	\d	the	
    -_66A16498C5521E46	icokamtmwea_2	Rubbarn-Duk Melee Weapon Crafting Tool	a	the	Rubbarn-Duk Melee Weapon Crafting Tools	\d	the	
    -_1F907A18C7E1835B	icokamtrwea_2	Rubbarn-Duk Range Weapon Crafting Tool	a	the	Rubbarn-Duk Range Weapon Crafting Tools	\d	the	
    -_08ED1DC04963A90E	icokamtforage_2	Egiros-Duk Pick	an	the	Egiros-Duk Picks	\d	the	
    -_2A986E7754E9C3E6	icokarm1bm_1	Tekorn-Jen Mace	a	the	Tekorn-Jen Maces	\d	the	
    -_6D19CC7B89E7E0CB	icokarm1bs_1	Tekorn-Jen Staff	a	the	Tekorn-Jen Staffs	\d	the	
    -_27982685D528C3DF	icokarm1pd_1	Tekorn-Jen Dagger	a	the	Tekorn-Jen Daggers	\d	the	
    -_E99882855098C3D5	icokarm1ps_1	Tekorn-Jen Spear	a	the	Tekorn-Jen Spears	\d	the	
    -_26982A8892E8C3D6	icokarm1sa_1	Tekorn-Jen Axe	a	the	Tekorn-Jen Axes	\d	the	
    -_6C2353DEADBB5E0C	icokarm1ss_1	Tekorn-Jen Sword	a	the	Tekorn-Jen Swords	\d	the	
    -_F3C6875570E791A9	icokarm2bm_1	Tekorn-Jen Two-handed Mace	a	the	Tekorn-Jen Two-handed Maces	\d	the	
    -_85BC2D93F576109E	icokarm2ms_1	Maga-Jen Magic Amplifier	a	the	Maga-Jen Magic Amplifiers	\d	the	
    -_AA18868515C9E3EB	icokarm2pp_1	Tekorn-Jen Pike	a	the	Tekorn-Jen Pikes	\d	the	
    -_F3C62B56AE9691A4	icokarm2sa_1	Tekorn-Jen Two-handed Axe	a	the	Tekorn-Jen Two-handed Axes	\d	the	
    -_D4686EFAC9128CD0	icokarm2ss_1	Tekorn-Jen Two-handed Sword	a	the	Tekorn-Jen Two-handed Swords	\d	the	
    -_A006541C1DD98D02	icokarr1b_1	Tekorn-Jen Bowpistol	a	the	Tekorn-Jen Bowpistols	\d	the	
    -_5886286DEC6D03AF	icokarr1p_1	Tekorn-Jen Pistol	a	the	Tekorn-Jen Pistols	\d	the	
    -_D4053D9E1D8E685C	icokarr2a_1	Tekorn-Jen Autolauncher	a	the	Tekorn-Jen Autolaunchers	\d	the	
    -_A01464FB7E88C550	icokarr2b_1	Tekorn-Jen Bowrifle	a	the	Tekorn-Jen Bowrifles	\d	the	
    -_9E93381979C149BE	icokarr2l_1	Tekorn-Jen Launcher	a	the	Tekorn-Jen Launchers	\d	the	
    -_73390F89779486B8	icokarr2r_1	Tekorn-Jen Rifle	a	the	Tekorn-Jen Rifles	\d	the	
    -_ACA48BDA46F744B6	icokartammo_1	Armilo-Jen Ammo Crafting Tool	an	the	Armilo-Jen Ammo Crafting Tools	\d	the	
    -_FDD9282BD4538335	icokartarmor_1	Armilo-Jen Armor Crafting Tool	an	the	Armilo-Jen Armor Crafting Tools	\d	the	
    -_BA263D181921526F	icokartjewel_1	Armilo-Jen Jewel Crafting Tool	an	the	Armilo-Jen Jewel Crafting Tools	\d	the	
    -_F915E5722C59DC53	icokartmwea_1	Armilo-Jen Melee Weapon Crafting Tool	an	the	Armilo-Jen Melee Weapon Crafting Tools	\d	the	
    -_9B034C521D2D06F6	icokartrwea_1	Armilo-Jen Range Weapon Crafting Tool	an	the	Armilo-Jen Range Weapon Crafting Tools	\d	the	
    -_08BB0DE5C80B5910	icokartforage_1	Greslin-Jen Pick	a	the	Greslin-Jen Picks	\d	the	
    -_E9486E7912F887D0	icokarm1bm_2	Vedice-Jen Mace	a	the	Vedice-Jen Maces	\d	the	
    -_E9D9B07BC7F6C8BB	icokarm1bs_2	Vedice-Jen Staff	a	the	Vedice-Jen Staffs	\d	the	
    -_E6482687933787C9	icokarm1pd_2	Vedice-Jen Dagger	a	the	Vedice-Jen Daggers	\d	the	
    -_A84882870EA787BF	icokarm1ps_2	Vedice-Jen Spear	a	the	Vedice-Jen Spears	\d	the	
    -_E5482A8A50F787C0	icokarm1sa_2	Vedice-Jen Axe	a	the	Vedice-Jen Axes	\d	the	
    -_A93243D7AD4B2206	icokarm1ss_2	Vedice-Jen Sword	a	the	Vedice-Jen Swords	\d	the	
    -_6F866B55AEF67999	icokarm2bm_2	Vedice-Jen Two-handed Mace	a	the	Vedice-Jen Two-handed Maces	\d	the	
    -_54C0AD741794460D	icokarm2ms_2	Cheng-Jen Magic Amplifier	a	the	Cheng-Jen Magic Amplifiers	\d	the	
    -_69C88687D3D8A7D5	icokarm2pp_2	Vedice-Jen Pike	a	the	Vedice-Jen Pikes	\d	the	
    -_6F860F56ECA57994	icokarm2sa_2	Vedice-Jen Two-handed Axe	a	the	Vedice-Jen Two-handed Axes	\d	the	
    -_510756F5C93268C1	icokarm2ss_2	Vedice-Jen Two-handed Sword	a	the	Vedice-Jen Two-handed Swords	\d	the	
    -_5E95000F5CF99502	icokarr1b_2	Vedice-Jen Bowpistol	a	the	Vedice-Jen Bowpistols	\d	the	
    -_5896E04FEA8D03B3	icokarr1p_2	Vedice-Jen Pistol	a	the	Vedice-Jen Pistols	\d	the	
    -_5315019A5C8E4C4D	icokarr2a_2	Vedice-Jen Autolauncher	a	the	Vedice-Jen Autolaunchers	\d	the	
    -_1FD464FD3C97893A	icokarr2b_2	Vedice-Jen Bowrifle	a	the	Vedice-Jen Bowrifles	\d	the	
    -_1D53381B37D00DA8	icokarr2l_2	Vedice-Jen Launcher	a	the	Vedice-Jen Launchers	\d	the	
    -_7058FF8277244AB2	icokarr2r_2	Vedice-Jen Rifle	a	the	Vedice-Jen Rifles	\d	the	
    -_78F76812F32E3FB7	icokartammo_2	Rubbarn-Jen Ammo Crafting Tool	a	the	Rubbarn-Jen Ammo Crafting Tools	\d	the	
    -_BB79DC371CA9D356	icokartarmor_2	Rubbarn-Jen Armor Crafting Tool	a	the	Rubbarn-Jen Armor Crafting Tools	\d	the	
    -_3A94D12B5E64A057	icokartjewel_2	Rubbarn-Jen Jewel Crafting Tool	a	the	Rubbarn-Jen Jewel Crafting Tools	\d	the	
    -_E7D1249EC5523E36	icokartmwea_2	Rubbarn-Jen Melee Weapon Crafting Tool	a	the	Rubbarn-Jen Melee Weapon Crafting Tools	\d	the	
    -_1F90860B4441975B	icokartrwea_2	Rubbarn-Jen Range Weapon Crafting Tool	a	the	Rubbarn-Jen Range Weapon Crafting Tools	\d	the	
    -_081DE9B6CA63BD0E	icokartforage_2	Egiros-Jen Pick	an	the	Egiros-Jen Pick	\d	the	
    -_0B10D2FD9A628226	ipoc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C84C34B9177BAB03	ipoc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A604786A580A843	ipoc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6EDCF9BCF9608001	ipoc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_4377DC8A263C91DC	ipoc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B71C830BB923DA9A	ipoc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_79EE9177525A35F4	ipoc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B4CC70E197BCA9F	ipoc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_C3317655D5EC4945	ipoc_hp	Life Flower	a	the	Life Flowers	\d	the	
    -_157C700C25EE6035	ipoc_sap	Sap Flower	a	the	Sap Flowers	\d	the	
    -_38EDCF0B34438E98	ipoc_sta	Stamina Flower	a	the	Stamina Flowers	\d	the	
    -_3E8D7D5D1BFBF626	ipoc_foc	Concentration Flower	a	the	Concentration Flowers	\d	the	
    -_1EA446B7FC1BF987	ipop_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	Provides a temporary boost to your Acid Protection
    -_20C1F04E790A2260	ipop_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	Provides a temporary boost to your Cold Protection
    -_1EB526C8BDDB3D87	ipop_rot	Brown Almond	a	the	Brown Almonds	\d	the	Provides a temporary boost to your Rot Protection
    -_A1A44AD3808A0D0D	ipop_fir	Red Almond	a	the	Red Almonds	\d	the	Provides a temporary boost to your Fire Protection
    -_4BA0B60B17BC21F9	ipop_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	Provides a temporary boost to your Shockwave Protection
    -_5D456ABBFFDB358D	ipop_poi	Green Almond	a	the	Green Almonds	\d	the	Provides a temporary boost to your Poison Protection
    -_50DE5EC815F2E676	ipop_elc	Purple Almond	a	the	Purple Almonds	\d	the	Provides a temporary boost to your Electricity Protection
    -_B6B085F2810FF9A9	ipor_des	Red Nut	a	the	Red Nuts	\d	the	
    -_B6B085FFC4DFE9AD	ipor_for	Green Nut	a	the	Green Nuts	\d	the	
    -_B6B08500FF9ECD99	ipor_lak	Blue Nut	a	the	Blue Nuts	\d	the	
    -_E506F27247EEF0D1	ipor_jun	Purple Nut	a	the	Purple Nuts	\d	the	
    -_B6B085F9C111F599	ipor_pri	Brown Nut	a	the	Brown Nuts	\d	the	
    -_D6FAB5B73BA43B99	ipoi_inv	Spy Spores	some	the	Spy Spores	\d	the	
    -_CC05C2E33D915C5E	ipoi_fy	Fyr Spores	some	the	Fyr Spores	\d	the	
    -_DEA1D6B8D332C858	ipoi_ma	Matia Spores	some	the	Matia Spores	\d	the	
    -_3B2EC38584C53DA4	ipoi_tr	Trykoth Spores	some	the	Trykoth Spores	\d	the	
    -_5D51EAB656E33050	ipoi_zo	Zoran Spores	some	the	Zoran Spores	\d	the	
    -_0B41D2FD9A628226	iprc_con	Constitution Flower	a	the	Constitution Flowers	\d	the	
    -_C87D34B9177BAB03	iprc_int	Intelligence Flower	an	the	Intelligence Flowers	\d	the	
    -_4A914786A580A843	iprc_str	Strength Flower 	a	the	Strength Flowers 	\d	the	
    -_6E0DF9BCF9608001	iprc_dex	Dexterity Flower 	a	the	Dexterity Flowers 	\d	the	
    -_43A8DC8A263C91DC	iprc_met	Metabolism Flower	a	the	Metabolism Flowers	\d	the	
    -_B74D830BB923DA9A	iprc_wis	Wisdom Flower	a	the	Wisdom Flowers	\d	the	
    -_791F9177525A35F4	iprc_bal	Balance Flower 	a	the	Balance Flowers 	\d	the	
    -_7B7DC70E197BCA9F	iprc_wil	Will Flower 	a	the	Will Flowers 	\d	the	
    -_1ED546B7FC1BF987	iprp_aci	Yellow Almond	a	the	Yellow Almonds	\d	the	
    -_20F2F04E790A2260	iprp_col	Navy Blue Almond	a	the	Navy Blue Almonds	\d	the	
    -_1EE626C8BDDB3D87	iprp_rot	Brown Almond	a	the	Brown Almonds	\d	the	
    -_A1D54AD3808A0D0D	iprp_fir	Red Almond	a	the	Red Almonds	\d	the	
    -_4BD1B60B17BC21F9	iprp_sho	Sky Blue Almond	a	the	Sky Blue Almonds	\d	the	
    -_5D766ABBFFDB358D	iprp_poi	Green Almond	a	the	Green Almonds	\d	the	
    -_500F5EC815F2E676	iprp_elc	Purple Almond	a	the	Purple Almonds	\d	the	
    -_5B292ABC166202FC	ittool	Tool Crafting Tool	a	the	Tool Crafting Tools	\d	the	
    -_781F3B23F1FC6874	citizenship_bothaya_fire	Bothaya Fire	a	the	Bothaya Fires	\d	the	
    -_C9C78A8D626506B3	citizenship_cold_pearl	Cold Pearl of Loyalty	a	the	Cold Pearls of Loyalty	\d	the	
    -_F15F24A3BD5F184D	citizenship_sac_veilleur	Watchman's Bag	a	the	Watchman's Bags	\d	the	
    -_E6C148CDA2CDC3C4	citizenship_shining_pearl	Shining Pearl of Loyalty	a	the	Shining Pearls of Loyalty	\d	the	
    -_463D0A257112CBA1	citizenship_stolen_offerings	Stolen Offerings	some	the	Stolen Offerings	\d	the	
    -_AB32E9B854AB4DB8	citizenship_rotoa_flower	Bravichi Rotoa Flower	a	the	Bravichi Rotoa Flowers	\d	the	
    -_44858B7D29BDEAB2	citizenship_lacustre_beer	Avendale Lakes Beer	an	the	Avendale Lakes Beers	\d	the	
    -_EBA3C52802631EF8	citizenship_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_63D22082FD4E2717	citizenship_stolen_ressources	Stolen Kami Resources	some	the	Stolen Kami Resources	\d	the	
    -_2A0CF33B55BF0A2F	ipk_minor_warrior	Minor Warrior Potion	a	the	Minor Warrior Potions	\d	the	
    -_2A8CB33B557FEA2F	ipk_major_warrior	Major Warrior Potion	a	the	Major Warrior Potions	\d	the	
    -_6D47445A828895E3	ipk_minor_mage	Minor Mage Potion	a	the	Minor Mage Potions	\d	the	
    -_6CC7445A81C875E3	ipk_major_mage	Major Mage Potion	a	the	Major Mage Potions	\d	the	
    -_4D4D69F58483E145	ipk_minor_artisan	Minor Artisan Potion	a	the	Minor Artisan Potions	\d	the	
    -_4D0D49F18243C145	ipk_major_artisan	Major Artisan Potion	a	the	Major Artisan Potions	\d	the	
    -_C37C1F3DABFC5448	ipk_minor_power	Minor Power Potion	a	the	Minor Power Potions	\d	the	
    -_C37C0F31A9BC3448	ipk_major_power	Major Power Potion	a	the	Major Power Potions	\d	the	
    -_C22CC4C5B5CC61B5	ipk_minor_reju	Minor Regeneration Potion	a	the	Minor Regeneration Potions	\d	the	
    -_C1ACC4C5B40C41B5	ipk_major_reju	Major Regeneration Potion	a	the	Major Regeneration Potions	\d	the	
    -_96381D4CAE803C2E	ipk_minor_life	Minor Life Potion	a	the	Minor Life Potions	\d	the	
    -_96F8FD4CADC01C2E	ipk_major_life	Major Life Potion	a	the	Major Life Potions	\d	the	
    -_363B81A0E743D027	ipk_minor_strength	Minor Strength Potion	a	the	Minor Strength Potions	\d	the	
    -_35BB819CE503B027	ipk_major_strength	Major Strength Potion	a	the	Major Strength Potions	\d	the	
    -_1055D22AED3E7576	ipk_minor_intel	Minor Intelligence Potion	a	the	Minor Intelligence Potions	\d	the	
    -_0FD5D226EBFE5576	ipk_major_intel	Major Intelligence Potion	a	the	Major Intelligence Potions	\d	the	
    -_43B5AD04B9AEF52F	ipk_minor_dext	Minor Dexterity Potion	a	the	Minor Dexterity Potions	\d	the	
    -_43B5AD00B6EED52F	ipk_major_dext	Major Dexterity Potion	a	the	Major Dexterity Potions	\d	the	
    -_90803A412AE94991	ipk_almati_artisan	Almati Artisan Potion	an	the	Almati Artisan Potions	\d	the	
    -_9DDD01BB14051679	ipk_almati_mage	Almati Mage Potion	an	the	Almati Mage Potions	\d	the	
    -_04BD8EFD532D089D	ipk_almati_warrior	Almati Warrior Potion	an	the	Almati Warrior Potions	\d	the	
    -_A3294A0EE698BC68	newbie_diadem	Prince diadem	a	the	Prince diadems	\d	the	
    -_2CFA505EABE7886E	newbie_plans	Bandits' plan	a	the	Bandits' plans	\d	the	
    -_41CAE926E58577C0	nbland_goo_device	Goo Remover	a	the	Goo Removers	\d	the	
    -_AAB11529EB563BBE	nbland_flasque	Healing Mixture	a	the	Healing Mixtures	\d	the	
    -_E039B78037CDA0C5	conso_constit_mineskitins	Kitin's Lair Resitance Flower	a	the	Kitin's Lair Resitance Flower	\d	the	
    -_594A79EE74D9B047	conso_focus_mineskitins	Kitin's Lair Focus Flower	a	the	Kitin's Lair Focus Flower	\d	the	
    -_9803F83FD006CB90	conso_sap_mineskitins	Kitin's Lair Sap Flower	a	the	Kitin's Lair Sap Flower	\d	the	
    -_F362CF34BBB3B830	conso_strength_mineskitins	Kitin's Lair Strength Flower	a	the	Kitin's Lair Strength Flower	\d	the	
    -_1456C60F8261032E	lettre_echantillon_kitiniere	Letter to give to Xan Mi Chong	a	the	Letters to give to Xan Mi Chong	\d	the	
    -_0D4534BEAF06C32D	cartographier_kitiniere_parchemin_vierge	Blank card to be completed on Kitin reconnaissance missions	a	the	Blank cards to be completed on Kitin reconnaissance missions	\d	the	
    -_61B4C365F074FB6D	cartographier_kitiniere_parchemin_full	Card to be completed on Kitin reconnaissance missions 	a	the	Cards to be completed on Kitin reconnaissance missions 	\d	the	
    -_FEDCD7B21DF0D7EB	source_magik_echantillon_kitiniere	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_BE7F2C803E82589C	source_magik_magies_minieres	Fragment of the Kitin Magic Source	a	the	Fragments of the Kitin Magic Source	\d	the	
    -_925E29A03FF5E9C9	fragment_carapace_kitin_encore_plus_solide	Fragment of Kitin Shell	a	the	Fragments of Kitin Shell	\d	the	
    -_555D9879B318BD68	extrait_substance_question_de_force	Extract of Kitin Strength Substance	an	the	Extracts of Kitin Strength Substance	\d	the	
    -_EB36754BA2D3BBC5	extrait_substance_royale	Extract of the Kitin Royal Substance	an	the	Extracts of the Kitin Royal Substance	\d	the	
    -_8E2A5C4993B0CB0F	residu_doeuf_kitin_residus_doeufs	Kitin Egg Residue	a	the	Kitin Egg Residues	\d	the	
    -_D92FB037659E3455	tcm_chlorogoo_drug	Chlorogoo Drug	a	the	Chlorogoo Drugs	\d	the	
    -_DEFEEE4EA755B3B7	tcm_explosive	Karavan Powerful Explosive	a	the	Karavan Powerful Explosives	\d	the	
    -_F706FC93FF1B6D70	tcm_goo_extractor	Goo Extraction Accelerator	a	the	Goo Extraction Accelerators	\d	the	
    -_6E56B38B97E095E7	tcm_goo_pure_residue	Pure Goo Residue	a	the	Pure Goo Residues	\d	the	
    -_7BF1E45CFD977992	tcm_goo_repulsor	Goo Repulsant	a	the	Goo Repulsants	\d	the	
    -_2C28F9187ED55D88	tcm_goo_residue	Goo Residue	a	the	Goo Residues	\d	the	
    -_0FDF8E336C2361DD	tcm_goo_techno_frag	Technological Fragment	a	the	Technological Fragments	\d	the	
    -_DF28A060A0331FC9	tcm_infected_flesh	Infected Flesh	an	the	Infected Flesh	\d	the	
    -_F7A99AED90927EFA	tcm_kami_drug	Kami Stimulant	a	the	Kami Stimulants	\d	the	
    -_564298407E40B896	tcm_shaman_stick	Invocation Sceptre	an	the	Invocation Sceptres	\d	the	
    -_E1886F9CEB91A418	tcm_tete_chad	Chad's Head	\d	\d	Chad's Heads	\d	the	
    -_E9D4342B3F6D60CD	conso_strength_substance_royale	Kitin Strength Potion	a	the	Kitin Strength Potions	\d	the	
    -_FE6D489A60EDC717	materiau1_encore_plus_resistante	Kitin Secretion	a	the	Kitin Secretions	\d	the	
    -_AE647367361E92DE	materiau2_encore_plus_resistante	Kitin Amber	some	the	Kitin Amber	\d	the	
    -_40ED4FA1227D7664	materiau3_encore_plus_resistante	Kitin Noble Material	a	the	Kitin Noble Materials	\d	the	
    -_1CD5DD3D0985523F	materiau1_nouvelle_armure	Kitin Shell	a	the	Kitin Shells	\d	the	
    -_5955814DCCAF2A46	materiau2_nouvelle_armure	Kitin Ligament	a	the	Kitin Ligaments	\d	the	
    -_4A263A3EB78B4E97	materiau3_nouvelle_armure	Kitin Bone	a	the	Kitin Bones	\d	the	
    -_A2379402240CC3FA	m0757dxapd01	Choice Corrupted Jugula Skin	a	the	Choice Corrupted Jugula Skins	\d	the	
    -_8BB7874066711780	m0758dxape01	Excellent Corrupted Gingo Fur	an	the	Excellent Corrupted Gingo Furs	\d	the	
    -_5F7816DA9A4F46AE	m0759dxape01	Excellent Corrupted Igara Skin	an	the	Excellent Corrupted Igara Skins	\d	the	
    -_0304DB38F2EFEE1C	m0760dxape01	Excellent Corrupted Psykopla Moss	some	the	Excellent Corrupted Psykopla Moss	\d	the	
    -_60D8BCF7E10D5F09	m0761dxapd01	Choice Corrupted Torbak Skin	a	the	Choice Corrupted Torbak Skins	\d	the	
    -_E1E700FB658C9BF0	m0762dxapd01	Choice Corrupted Kinrey Silk	a	the	Choice Corrupted Kinrey Silks	\d	the	
    -_69E6BA7322362C0D	m0763dxape01	Excellent Corrupted Cratcha Leaf	an	the	Excellent Corrupted Cratcha Leaves	\d	the	
    -_887083F2C555667F	m0764dxape01	Excellent Corrupted Kizoar Silk	an	the	Excellent Corrupted Kizoar Silks	\d	the	
    -_70F01D4DF23FED34	m0765dxapf01	Supreme Valcorenoch Skin	a	the	Supreme Valcorenoch Skins	\d	the	
    -_8E8EA2180B99EA71	m0766dxapd01	Choice Corrupted Kipesta Purse	a	the	Choice Corrupted Kipesta Purses	\d	the	
    -_3F2231C72992CB7D	m0767dxape01	Excellent Corrupted Jubla Bud	an	the	Excellent Corrupted Jubla Buds	\d	the	
    -_64C234BE535E541B	m0768dxape01	Excellent Corrupted Kincher Shell	an	the	Excellent Corrupted Kincher Shells	\d	the	
    -_988DBF08BE8A001F	m0769dxape01	Excellent Corrupted Kipucka Flesh	an	the	Excellent Corrupted Kipucka Flesh	\d	the	
    -_E30848C0C93166BE	m0770dxapd01	Choice Corrupted Kidnak Sting	a	the	Choice Corrupted Kidnak Stings	\d	the	
    -_577FF799CC992D85	m0771dxape01	Excellent Corrupted Goari Pincher	an	the	Excellent Corrupted Goari Pinchers	\d	the	
    -_8A526BE102557E82	m0772dxape01	Excellent Corrupted Varinx Tooth	an	the	Excellent Corrupted Varinx Teeth	\d	the	
    -_84CD631D0F3BAFBC	m0773dxape01	Excellent Corrupted Kipucka Sting	an	the	Excellent Corrupted Kipucka Stings	\d	the	
    -_99E93FD026A38494	m0774dxapf01	Supreme Kitin Sting	a	the	Supreme Kitin Stings	\d	the	
    -_9CB2835CBA85DD15	m0775dxapd01	Choice Corrupted Yelk Shell	a	the	Choice Corrupted Yelk Shells	\d	the	
    -_E49F04FB653D89F5	m0776dxapd01	Choice Corrupted Kinrey Head	a	the	Choice Corrupted Kinrey Heads	\d	the	
    -_81C4950E3F300F93	m0777dxape01	Excellent Corrupted Kincher Head	an	the	Excellent Corrupted Kincher Heads	\d	the	
    -_5C69DF3656B69ACD	m0778dxapf01	Supreme Vorax Jaw	a	the	Supreme Vorax Jaws	\d	the	
    -_294234A7D910C64A	m0779dxapd01	Choice Corrupted Yber Bone	a	the	Choice Corrupted Yber Bones	\d	the	
    -_7E4AE2A6AE193AC2	m0780dxapd01	Choice Corrupted Kidinak Mandibule	a	the	Choice Corrupted Kidinak Mandibules	\d	the	
    -_D46BCCB5B6111852	m0781dxape01	Excellent Corrupted Timari Crest	an	the	Excellent Corrupted Timari Crests	\d	the	
    -_967193B84C99116E	m0782dxape01	Excellent Corrupted Najab Tail	an	the	Excellent Corrupted Najab Tails	\d	the	
    -_77E7ADEAF60A2130	m0783dxapd01	Choice Corrupted Ragus Tooth	a	the	Choice Corrupted Ragus Teeth	\d	the	
    -_FF7BF6A22F4A4EC2	m0784dxapd01	Choice Corrupted Kipesta Mandibule	a	the	Choice Corrupted Kipesta Mandibules	\d	the	
    -_23F214BE552F7828	m0785dxape01	Excellent Corrupted Clopper Shell	an	the	Excellent Corrupted Clopper Shells	\d	the	
    -_64EC7EF2E1748999	m0786dxape01	Excellent Corrupted Kizoar Shell	an	the	Excellent Corrupted Kizoar Shells	\d	the	
    -_20F86A4F9BD3AAEA	m0787dxape01	Excellent Corrupted Cray Head	an	the	Excellent Corrupted Cray Heads	\d	the	
    -_D7F324839BF7AF11	lettre_reco_zorai_larveK	Letter of Recommentation to be given to the Sage in the Zoraï capital	a	the	Letters of Recommentation to be given to the Sage in the Zoraï capital	\d	the	
    -_D2F3248DA0D7D707	lettre_reco_fyros_larveK	Letter of Recommentation to be given to the Sage in the Fyros capital	a	the	Letters of Recommentation to be given to the Sage in the Fyros capital	\d	the	
    -_94F3248D1F977FF6	lettre_reco_matis_larveK	Letter of Recommentation to be given to the Sage in the Matis capital	a	the	Letters of Recommentation to be given to the Sage in the Matis capital	\d	the	
    -_16CA0BD96D9B346D	lettre_reco_tryker_larveK	Letter of recommendation to be given to the Sage of the Tryker capital	a	the	Letters of recommendation to be given to the Sage of the Tryker capital	\d	the	
    -_3A5DF765074318B5	tcm_crate_id	Karavan Supply Fund Identification	a	the	Karavan Supply Fund Identifications	\d	the	
    -_F0F1BA6FA0FC9BC5	m0789dxapd01	Portion of Choice Corrupted Dark Resin	a	the	Portions of Choice Corrupted Dark Resin	\d	the	
    -_0CE72202632D73CB	m0789dxape01	Portion of Excellent Corrupted Dark Resin	a	the	Portions of Excellent Corrupted Dark Resin	\d	the	
    -_A4A4A0A42ABC0E5D	m0790dxapd01	Bundle of Choice Corrupted Light Wood	a	the	Bundles of Choice Corrupted Light Wood	\d	the	
    -_5E7BB652F450F552	m0790dxape01	Bundle of Excellent Corrupted Light Wood	an	the	Bundles of Excellent Corrupted Light Wood	\d	the	
    -_6C9AB0A8E9A4422F	m0790dxapf01	Bundle of Supreme Corrupted Light Wood	a	the	Bundles of Supreme Corrupted Light Wood	\d	the	
    -_0F897C61E10E2749	m0791dxapd01	Choice Corrupted Heavy Bark	a	the	Choice Corrupted Heavy Barks	\d	the	
    -_47E722F45ED173B0	m0791dxape01	Excellent Corrupted Heavy Bark	an	the	Excellent Corrupted Heavy Barks	\d	the	
    -_CA60CFACD0870BA9	m0792dxapd01	Choice Corrupted Light Shell	a	the	Choice Corrupted Light Shells	\d	the	
    -_C2432622A16C88EC	m0792dxape01	Excellent Corrupted Light Shell	an	the	Excellent Corrupted Light Shells	\d	the	
    -_8B4D179EFE6D2448	m0792dxapf01	Supreme Corrupted Light Shell	a	the	Supreme Corrupted Light Shells	\d	the	
    -_F4CA951002599C89	m0793dxapd01	Choice Corrupted Fine Amber	some	the	Choice Corrupted Fine Amber	\d	the	
    -_751B49B1507FA7F9	m0793dxape01	Excellent Corrupted Fine Amber	some	the	Excellent Corrupted Fine Amber	\d	the	
    -_1E805279C23B1853	m0793dxapf01	Supreme Corrupted Fine Amber	some	the	Supreme Corrupted Fine Amber	\d	the	
    -_9009A01BF4BCF2B6	m0794dxapd01	Bundle of Choice Corrupted Dark Wood	a	the	Bundles of Choice Corrupted Dark Wood	\d	the	
    -_09FA654E4C3E9A68	m0794dxape01	Bundle of Excellent Corrupted Dark Wood	a	the	Bundles of Excellent Corrupted Dark Wood	\d	the	
    -_E1FAD56FCBC5C61F	m0795dxapd01	Choice Corrupted Unstable Oil	a	the	Choice Corrupted Unstable Oils	\d	the	
    -_90D4035CEB927F3A	m0795dxape01	Excellent Corrupted Unstable Oil	an	the	Excellent Corrupted Unstable Oils	\d	the	
    -_F7AA9510031A9490	m0796dxapd01	Choice Corrupted Dark Amber	some	the	Choice Corrupted Dark Amber	\d	the	
    -_5CE2A7AC7CC9A54D	m0796dxape01	Excellent Choice Corrupted Hard Amber	some	the	Excellent Choice Corrupted Hard Amber	\d	the	
    -_21605279C27C4858	m0796dxapf01	Supreme Corrupted Hard Amber	some	the	Supreme Corrupted Hard Amber	\d	the	
    -_7A4BB2D53B632DF9	ipd_dodge	Dodging Potion	a	the	Dodging Potions	\d	the	
    -_F9F69FA40AC4A1ED	ipd_parry	Parrying Potion	a	the	Parrying Potions	\d	the	
    -_B73584B2686686C0	tcm_soulkey	Key to the Souls	a	the	Keys to the Souls	\d	the	
    -_D33A7875CBF11CC4	tcm_rewardkey	Key to the Treasure	a	the	Keys to the Treasure	\d	the	
    -_3E83CE9C01829EE0	ipc_craft_success	Craft Success Potion	a	the	Craft Success Potions	\d	the	
    -_D33D1570E404E1C1	ipf_melee_success	Hand-to-Hand Combat Success Potion 	a	the	Hand-to-Hand Combat Success Potions	\d	the	
    -_5B2D3F641E987B6B	slaughter_week_token	Piece of Kitin of the Depths	a	the	Pieces of Kitins of the Depths	\d	the	
    -_5A4384440A09B44D	slaughter_week_token_boss_fyros	Piece of Fyros Exterminator	a	the	Pieces of Fyros Exterminator	\d	the	
    -_54538C2CC4099C4F	slaughter_week_token_boss_matis	Piece of Matis Exterminator	a	the	Pieces of Matis Exterminator	\d	the	
    -_DA52C8A1F4843C47	slaughter_week_token_boss_tryker	Piece of Tryker Exterminator	a	the	Pieces of Tryker Exterminator	\d	the	
    -_55A4843A07687C4D	slaughter_week_token_boss_zorai	Piece of Zoraï Exterminator	a	the	Pieces of Zoraï Exterminator	\d	the	
    -_B0358E6B85BFBDE3	kitiniere_teleport_test_cartographier	Teleportation Ticket to the Kitin's Liar Region	a	the	Teleportation Tickets to the Kitin's Liar Region	\d	the	
    -_DA282AF49D95D15E	boss_mainland_zorai_token	Pei-Ziao's Trinket	a	the	Pei-Ziao's Trinkets	\d	the	
    -_EEF3728357B1D65F	boss_mainland_tryker_token	Lixie's Trinket	a	the	Lixie's Trinkets	\d	the	
    -_D9EAD294C74E99BF	boss_mainland_fyros_token	Aen's Trinket	an	the	Aen's Trinkets	\d	the	
    -_5BBA9E93D963CD72	boss_mainland_matis_token	Sirgio's Trinket	a	the	Sirgio's Trinkets	\d	the	
    -_63B61ACE3D19D175	marauder_armor_recipe_helm_part1	Marauder's Armor Craft Plan - Helmet Part I	a	the	Marauder's Armor Craft Plans - Helmet Part I	\d	the	
    -_63B61A333F39ED49	marauder_armor_recipe_helm_part2	Marauder's Armor Craft Plan - Helmet Part II	a	the	Marauder's Armor Craft Plans - Helmet Part II	\d	the	
    -_63B6AF3AFFAA3D49	marauder_armor_recipe_helm_part3	Marauder's Armor Craft Plan - Helmet Part III	a	the	Marauder's Armor Craft Plans - Helmet Part III	\d	the	
    -_63B61A33C039ED56	marauder_armor_recipe_helm_part4	Marauder's Armor Craft Plan - Helmet Part IV	a	the	Marauder's Armor Craft Plans - Helmet Part IV	\d	the	
    -_3065124871B3AF0C	marauder_armor_recipe_pants_part1	Marauder's Armor Craft Plan - Pants Part I	a	the	Marauder's Armor Craft Plans - Pants Part I	\d	the	
    -_89D51A5066B3AF0C	marauder_armor_recipe_pants_part2	Marauder's Armor Craft Plan - Pants Part II	a	the	Marauder's Armor Craft Plans - Pants Part II	\d	the	
    -_4BF5362566B3AF71	marauder_armor_recipe_pants_part3	Marauder's Armor Craft Plan - Pants Part III	a	the	Marauder's Armor Craft Plans - Pants Part III	\d	the	
    -_89D51A52A9B3AF0C	marauder_armor_recipe_pants_part4	Marauder's Armor Craft Plan - Pants Part IV	a	the	Marauder's Armor Craft Plans - Pants Part IV	\d	the	
    -_7AF4E1D421EA597F	marauder_armor_recipe_vest_part1	Marauder's Armor Craft Plan - Vest Part I	a	the	Marauder's Armor Craft Plans - Vest Part I	\d	the	
    -_6FF4E1D4BA5A6186	marauder_armor_recipe_vest_part2	Marauder's Armor Craft Plan - Vest Part II	a	the	Marauder's Armor Craft Plans - Vest Part II	\d	the	
    -_6FF4E139BC7A7D5A	marauder_armor_recipe_vest_part3	Marauder's Armor Craft Plan - Vest Part III	a	the	Marauder's Armor Craft Plans - Vest Part III	\d	the	
    -_B2F4E1D43B5A6186	marauder_armor_recipe_vest_part4	Marauder's Armor Craft Plan - Vest Part IV	a	the	Marauder's Armor Craft Plans - Vest Part IV	\d	the	
    -_6397F6CA7ED9CD75	marauder_armor_recipe_feet_part1	Marauder's Armor Craft Plan - Boots Part I	a	the	Marauder's Armor Craft Plans - Boots Part I	\d	the	
    -_6397F62F80F9E949	marauder_armor_recipe_feet_part2	Marauder's Armor Craft Plan - Boots Part II	a	the	Marauder's Armor Craft Plans - Boots Part II	\d	the	
    -_63978B36406A3949	marauder_armor_recipe_feet_part3	Marauder's Armor Craft Plan - Boots Part III	a	the	Marauder's Armor Craft Plans - Boots Part III	\d	the	
    -_6397F62F01F9E956	marauder_armor_recipe_feet_part4	Marauder's Armor Craft Plan - Boots Part IV	a	the	Marauder's Armor Craft Plans - Boots Part IV	\d	the	
    -_8BF47E13C6C8DD25	marauder_armor_recipe_sleeves_part1	Marauder's Armor Craft Plan - Sleeves Part I	a	the	Marauder's Armor Craft Plans - Sleeves Part I	\d	the	
    -_4D249AE7C6C8DD8A	marauder_armor_recipe_sleeves_part2	Marauder's Armor Craft Plan - Sleeves Part II	a	the	Marauder's Armor Craft Plans - Sleeves Part II	\d	the	
    -_CDA5EAE7C6C87291	marauder_armor_recipe_sleeves_part3	Marauder's Armor Craft Plan - Sleeves Part III	a	the	Marauder's Armor Craft Plans - Sleeves Part III	\d	the	
    -_4D449AF4C6C8DD8A	marauder_armor_recipe_sleeves_part4	Marauder's Armor Craft Plan - Sleeves Part IV	a	the	Marauder's Armor Craft Plans - Sleeves Part IV	\d	the	
    -_F45C813DF543AD68	marauder_armor_recipe_gloves_part1	Marauder's Armor Craft Plan - Gloves Part I	a	the	Marauder's Armor Craft Plans - Gloves Part I	\d	the	
    -_F45C1A4475B4FD68	marauder_armor_recipe_gloves_part2	Marauder's Armor Craft Plan - Gloves Part II	a	the	Marauder's Armor Craft Plans - Gloves Part II	\d	the	
    -_F4B23A4637F1FD68	marauder_armor_recipe_gloves_part3	Marauder's Armor Craft Plan - Gloves Part III	a	the	Marauder's Armor Craft Plans - Gloves Part III	\d	the	
    -_F45C224475B43168	marauder_armor_recipe_gloves_part4	Marauder's Armor Craft Plan - Gloves Part IV	a	the	Marauder's Armor Craft Plans - Gloves Part IV	\d	the	
    -_A8FCEF4D64EF0484	m0815dxacc01	Marauder's Crystal	a	the	Marauder's Crystals	\d	the	
    -_4BE7D2C697004210	iccahb_b	Erouk'an's Boots	\d	the	Erouk'an's Boots	\d	the	
    -_389D83914D0BE2BE	iccahv_b	Erouk'an's Breastplate	an	the	Erouk'an's Breastplates	\d	the	
    -_721609A5945B13FE	iccahp_b	Erouk'an's Leggings	\d	the	Erouk'an's Leggings	\d	the	
    -_C802D28BD611123C	iccahh_b	Erouk'an's Helmet	an	the	Erouk'an's Helmets	\d	the	
    -_0FC2D1664F81E165	iccahg_b	Erouk'an's Gloves	\d	the	Erouk'an's Gloves	\d	the	
    -_A6DB83AF88B00474	iccahs_b	Erouk'an's Sleeves	\d	the	Erouk'an's Sleeves	\d	the	
    -_E89C7F67C1355A4F	test_command_ticket	Command Ticket	a	the	Command Tickets	\d	the	Test Item
    -_7DF875091B6CB9F5	test_conso	Consumable	a	the	Consumables	\d	the	Test Item
    -_AE372E98AD26A640	test_conso_emot	Consumable - Emote	a	the	Consumables - Emote	\d	the	Test Item
    -_A94852189DE1005F	system_mp_basic	Basic Generic Raw Material	a	the	Basic Generic Raw Materials	\d	the	
    -_81D4AC19479C7666	system_mp_fine	Fine Generic Raw Material	a	the	Fine Generic Raw Materials	\d	the	
    -_91D41D52A9462CFB	system_mp_choice	Choice Generic Raw Material	a	the	Choice Generic Raw Materials	\d	the	
    -_94407E458DADD941	system_mp_excellent	Excellent Generic Raw Material	an	the	Excellent Generic Raw Materials	\d	the	
    -_E396B446C3F14BF0	system_mp_supreme	Supreme Generic Raw Material	a	the	Supreme Generic Raw Materials	\d	the	
    -_20DDA9448487B84A	system_mp_extra	Perfect Generic Raw Material	a	the	Perfect Generic Raw Materials	\d	the	
    -_AFB333CAC64266D9	ct_gmisland_aniro	 Aniro GM Island Teleport	a	the	 Aniro GM Island Teleports	\d	the	This is a GM Item.
    -_923A68141A69B369	ct_gmisland_arispotle	 Arispotle GM Island Teleport	a	the	 Arispotle GM Island Teleports	\d	the	This is a GM Item.
    -_89E51DAD703A018D	ct_gmisland_leanon	 Leanon GM Island Teleport	a	the	 Leanon GM Island Teleports	\d	the	This is a GM Item.
    -_2C7F5FD45571D741	ct_gmisland_cho	 Cho GM Island Teleport	a	the	 Cho GM Island Teleports	\d	the	This is a GM Item.
    -_43950C8AD4133BD0	tf60_ailes	Grilled Kizoar Wing	a	the	Grilled Kizoar Wings	\d	the	
    -_FB97E80A91060E63	tf80_colis	Package to be Delivered	a	the	Packages to be Delivered	\d	the	
    -_D3A742F30224A6B6	tf80_dague	Dagger of the Lagoons	a	the	Daggers of the Lagoons	\d	the	
    -_9F79E206A115B188	tf80_armure	Basic Armor	a	the	Basic Armors	\d	the	
    -_2E83E5C1475C9323	tf90_insigne	Sculpters Badge	a	the	Sculpters Badges	\d	the	
    -_89141DA6D165F60D	tf90_outil	Special Tool	a	the	Special Tools	\d	the	
    -_E72F24FEAD9EDB6F	tf100_cristal	Lagoon Crystal	a	the	Lagoon Crystals	\d	the	
    -_D10DB92DEEB798A3	tm70_lettre	Letter	a	the	Letters	\d	the	
    -_783B1E5FB84DC12E	tm80_carapace	Shell of the Winds	a	the	Shells of the Winds	\d	the	
    -_1CB7135225EF28BF	tm90_insigne	Guild Badge	a	the	Guild Badges	\d	the	
    -_1F7DF803BCEAF469	tm100_cristal	Crystal impregnated with magic	a	the	Crystals impregnated with magic	\d	the	
    -_D234A0AF2C0AB09F	tc70_colis	Package	a	the	Packages	\d	the	
    -_476FF6322995A592	tc70_arme	Exotic Weapon	an	the	Exotic Weapons	\d	the	
    -_27FDEE4D7D425689	tc80_os_retravailles	Reworked Capryni Bone	a	the	Reworked Capryni Bones	\d	the	
    -_C34F37B34F9413FD	tc90_statue	Sculpter's Statue	a	the	Sculpter's Statues	\d	the	
    -_0A9B7B88345E13D1	tc100_bijoux	Sculpter's Jewel	a	the	Sculpter's Jewels	\d	the	
    -_B82969E13E5A3990	tc100_bois	Zabar Wood	some	the	Zabar Woods	\d	the	
    -_66DA50E519D00741	th50_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_EB067729DAB7FFD9	th60_fiole	Smelly Flask	a	the	Smelly Flasks	\d	the	
    -_ADBD0BD9094D6509	th70_graines	Yubo Food	some	the	Yubo Foods	\d	the	
    -_48367322FADA15CC	th80_plantes	Valuable Plant	a	the	Valuable Plants	\d	the	
    -_B89BC28681FB1F06	th80_miel	Kizoar Honey	some	the	Kizoar Honey	\d	the	
    -_BC9B95D24EFEA105	th80_antidote	Antidote	an	the	Antidotes	\d	the	
    -_6721BFE47923BE38	th90_fiole	Vial of Poison	a	the	Vials of Poison	\d	the	
    -_78AFC6F46E55F2EC	th100_carapace	Special Shell	a	the	Special Shells	\d	the	
    -_AE204EB55E34064A	mf80_anneau	Strange Object	a	the	Strange Objects	\d	the	
    -_639672E35D02F573	mf90_pioche	Magic Pick	a	the	Magic Picks	\d	the	
    -_63B550063A5BAF71	mf100_coffre	Magnificent Chest	a	the	Magnificent Chests	\d	the	
    -_D1EDB926EEB798A3	mm50_lettre	Letter	a	the	Letters	\d	the	
    -_3A95A3CD98C8EE0C	mm80_sac	Bag of Samples	a	the	Bags of Samples	\d	the	
    -_4237730E6596AAC2	mm90_cratcha_froid	Cratcha (cold)	a	the	Cratchas (cold)	\d	the	
    -_C0D73B0424557EB4	mm90_cratcha_acide	Cratcha (acid)	a	the	Cratchas (acid)	\d	the	
    -_A35AB5EA5615D17C	mm90_cratcha_pourriture	Cratcha (rot)	a	the	Cratchas (rot)	\d	the	
    -_37D42FB824F8724D	mc60_bottes	Stealth Boot	a	the	Stealth Boots	\d	the	
    -_CAAF10517A26B0FF	mc60_feuilles	Leaf of Silence	a	the	Leaves of Silence	\d	the	
    -_9A780335FB594FD0	mc60_statuette	Pretty Statuette	a	the	Pretty Statuettes	\d	the	
    -_934F5D501DC13172	mc60_plan	Armor Plan	an	the	Armor Plans	\d	the	
    -_D8E34759FA96F5A8	mc70_clips	Armor Clip	an	the	Armor Clips	\d	the	
    -_347F54415AEC07E1	mc70_liste	List of Materials	a	the	Lists of Materials	\d	the	
    -_4D63C6C195366A8F	mc80_rembourrage	Stuffing	some	the	Stuffing	\d	the	
    -_7FCAD30347AF6C77	mc90_statuette	Statuette of Yrkanis	a	the	Statuettes of Yrkanis	\d	the	
    -_9DC4EEAAA2FECA88	mc90_note	Note on the Armor	a	the	Notes on the Armor	\d	the	
    -_9049276192A7CDBF	mc100_pique	Pick of Merit	a	the	Picks of Merit	\d	the	
    -_39BBD645FEE82DDC	mc100_urne	Zoraï Urn	a	the	Zoraï Urns	\d	the	
    -_7BD08E2508EF5D91	mc100_bons_clips	Good Clip	a	the	Good Clips	\d	the	
    -_3AF087F2CDCD6E7F	mh70_lance	Rusty Lance	a	the	Rusty Lances	\d	the	
    -_66FA38DE277B07BA	mh70_copie_carte	Copy of the Map	a	the	Copies of the Maps	\d	the	
    -_49C4FD03CB8D8BB7	mh70_echantillon	Plant Sample	a	the	Plant Samples	\d	the	
    -_EABB18C09779DA98	mh90_outils	Amber Tool	an	the	Amber Tools	\d	the	
    -_732C5504241A90F4	ff60_message	Message	a	the	Messages	\d	the	
    -_06787605F3B389FD	ff90_insigne	Frahar Badge of Honor	a	the	Frahar Badges of Honor	\d	the	
    -_E7D3CC66B93E8F68	ff100_boisson	Exotic Drink	an	the	Exotic Drinks	\d	the	
    -_D0F6BC2AE359F057	ff100_bague	Ring	a	the	Rings	\d	the	
    -_A8E582C89E1BDAFC	fm70_bracelet	Floral Bracelet	a	the	Floral Bracelets	\d	the	
    -_9C218BDF048FEF92	fm70_cristal	Special Crystal	a	the	Special Crystals	\d	the	
    -_181032EF381FB7E7	fm90_cristal	Crystal of Truth	a	the	Crystals of Truth	\d	the	
    -_019072AA802D52E3	fm100_cristal	Crystal of Revelation	a	the	Crystals of Revelation	\d	the	
    -_29D576ADB6F5D2E6	fc60_fiole	Vial of Fragrance	a	the	Vials of Fragrance	\d	the	
    -_38A71D829A69F832	fc80_carapaces	Shell to Exchange	a	the	Shells to Exchange	\d	the	
    -_B0F55F16DACAE97E	fc80_ambre	Amber for Tools	an	the	Amber for Tools	\d	the	
    -_89041198D165F60D	fc80_outil	Special Tool	a	the	Special Tools	\d	the	
    -_FBE93A4F9A1DB3B1	fc90_feuilles	Oasis Leaf	an	the	Oasis Leaves	\d	the	
    -_E12675F45D31F5B0	fc100_coffre	Chest Book	a	the	Chest Book	\d	the	
    -_88001269469B264B	fc100_bois	Preserved Wood	some	the	Preserved Wood	\d	the	
    -_76AF39B15F4629DA	fh60_bijoux	Jewel to be Delivered	a	the	Jewels to be Delivered	\d	the	
    -_024676396087CB33	fh60_pendentif	Precious Pendant	a	the	Precious Pendants	\d	the	
    -_C671AC873C6F96D0	fh60_parchemin	Mysterious Parchment	a	the	Mysterious Parchments	\d	the	
    -_8923B840B4852C2C	fh80_echantillon	Sample to Analyse	a	the	Samples to Analyse	\d	the	
    -_D11DA51FEEB798A3	fh80_lettre	Letter	a	the	Letters	\d	the	
    -_89A23118A3E55A2A	fh90_cendre	Pure Ash	some	the	Pure Ashes	\d	the	
    -_52E64D8D649B70D1	fh100_sac	Materials Bag	a	the	Materials Bags	\d	the	
    -_55E5AF7B03F1BAFA	zf90_sphere	Sphere of Magic Detection	a	the	Spheres of Magic Detection	\d	the	
    -_EC66C7769922BA05	zf100_lettre	Sealed Letter	a	the	Sealed Letters	\d	the	
    -_E8D1EC7A1B4E1F50	zf100_materiau	Precious Material	a	the	Precious Materials	\d	the	
    -_287444D7BE8B7CDE	zm60_sphere	Sphere of Object Detection	a	the	Spheres of Object Detection	\d	the	
    -_3FADA87202320E4C	zm60_bouclier	Buckler of Protection	a	the	Bucklers of Protection	\d	the	
    -_180E67E480BCD4E1	zm60_artefact	Corrupted Artifact	a	the	Corrupted Artifacts	\d	the	
    -_6201970B612E7BE4	zm70_amplificateur	Amplifier	an	the	Amplifiers	\d	the	
    -_6FD0DEAF0AFF991C	zm70_epurateur	Purifier	a	the	Purifiers	\d	the	
    -_BB10F4B980D2205F	zm80_anneau	Band of Purification	a	the	Bands of Purification	\d	the	
    -_B9225DACF86A35C1	zc50_plans	Stolen Plan	a	the	Stolen Plans	\d	the	
    -_FD8DDA97444492F3	zc60_ambre	Ancient Amber	an	the	Ancient Amber	\d	the	
    -_D11D9133EEB798A3	zc80_lettre	Letter	a	the	Letters	\d	the	
    -_51CB978910ACE529	zc90_ambre	Excellent Ancient Amber	an	the	Excellent Ancient Amber	\d	the	
    -_982867FC4CC1A225	zc100_graines	Solid Seed	a	the	Solid Seeds	\d	the	
    -_72DDCDA2E4F926A7	zh50_sphere	Sphere of Material Detection	a	the	Spheres of Material Detection	\d	the	
    -_70D5CC52379D4F45	zh70_graines	Regenerating Seed	a	the	Regenerating Seeds	\d	the	
    -_660A50EB19D00741	zh80_pioche	Special Pick	a	the	Special Picks	\d	the	
    -_0D7FA6EB0D939845	zh80_terre	Polluted Soil	some	the	Polluted Soil	\d	the	
    -_1F9AC4FD9C7F55BE	zh80_lettre	Analysis Result	an	the	Analysis Results	\d	the	
    -_2DAA51ECD1C20187	zh90_bouclier	Striped Buckler	a	the	Striped Bucklers	\d	the	
    -_458FAD882EA8BE7A	tf70_dague	Twisted Dagger	a	the	Twisted Daggers	\d	the	
    -_BE4688A23ECC954F	tf80_fragment	Grumbling Clopper Fragment	a	the	Grumbling Clopper Fragments	\d	the	
    -_A076E19E6A1B76B1	tm60_mandibule	Vigilant Kizoar Mandible	a	the	Vigilant Kizoar Mandibles	\d	the	
    -_2EF1E360B1CAB8F1	tm60_mousse	Robust Stinga Moss	some	the	Robust Stinga Moss	\d	the	
    -_4F423AD187EE65FA	tm60_carapace	Scary Clopper Shell	a	the	Scary Clopper Shells	\d	the	
    -_018C992ADFFABE23	tm90_pince	Perfect Mean Kipee Claw	a	the	Perfect Mean Kippe Claws	\d	the	
    -_07B41613D3AAE5B3	tc60_pince	Vigorous Clopper Claw	a	the	Vigorous Clopper Claws	\d	the	
    -_E23AA59DB8EED0FF	tc70_patte	Robust Gnoof Leg	a	the	Robust Gnoof Legs	\d	the	
    -_573EB92A36F540F0	th60_mousse	Budding Stinga Moss	some	the	Budding Stinga Moss	\d	the	
    -_4DD87240E24C32D9	th70_feuilles	Fresh Leaves	some	the	Fresh Leaves	\d	the	
    -_6A1EE4A8FC5ABE2E	th90_ailes	Lesser Yber Wings	some	the	Lesser Yber Wings	\d	the	
    -_024DA966822F8C95	mf70_fragments	Strong Kipee Fragments	some	the	Strong Kipee Fragments	\d	the	
    -_DF3C68191EC8C4B7	mf80_ailes	Menacing Javing Wings	some	the	Menacing Javing Wings	\d	the	
    -_9F88C7E07D1FF77C	mm50_echantillon	Robust Psykopla Sample	a	the	Robust Psykopla Samples	\d	the	
    -_BCB2AF12F0559512	mm60_echantillon	Parched Cratcha Sample	a	the	Parched Cratcha Samples	\d	the	
    -_ABFDA7E8DC4282FD	mm60_dent	Malicious Gingo Tooth	a	the	Malicious Gingo Teeth	\d	the	
    -_E8E8798B392DFCFE	mm70_corne	Gluttonous Bodoc Horn	a	the	Gluttonous Bodoc Horns	\d	the	
    -_E23448CB016F9EFC	mm80_echantillon	Dehydrated Psykopla Sample	a	the	Dehydrated Psykopla Samples	\d	the	
    -_AECF50B02A9057FE	mm100_cratcha	Normal Dehydrated Cratcha	a	the	Normal Dehydrated Cratchas	\d	the	
    -_1C1A0C86AAFED7D2	mc80_croc	Scowling Ragus Fang	a	the	Scowling Ragus Fang	\d	the	
    -_D8055D6ECD6CEFFE	mh90_corne	Scampering Bodoc Horn	a	the	Scampering Bodoc Horns	\d	the	
    -_AEA2C076D2C1A41A	ff60_graisse	Gluttonous Arma Fat	some	the	Gluttonous Arma Fat	\d	the	
    -_0B71908D7C2C0715	fm50_pinces	Baying Goari Claws	some	the	Baying Goari Claws	\d	the	
    -_07A4E3A43A7F5A22	fm60_plumes	Vigilant Igara Feathers	some	the	Vigilant Igara Feathers	\d	the	
    -_2562228411681C34	fm70_feuilles	Blooming Shooki Flowers	some	the	Blooming Shooki Flowers	\d	the	
    -_435506A6D942BFC4	fm80_ailettes	Gruff Raspal Fins	some	the	Gruff Raspal Fins	\d	the	
    -_BD015FDCC1102FBA	fm90_ailes	Vicious Kizoar Wings	some	the	Vicious Kizoar Wings	\d	the	
    -_AB09260ABCEDACCA	fc60_plumes	Vulgar Izam Feathers	some	the	Vulgar Izam Feathers	\d	the	
    -_0FFBE60CA14FD7F2	fc60_morceau	Drowsy Shooki Morsel	some	the	Drowsy Shooki Morsels	\d	the	
    -_6DE4279E69FB2350	fc70_plumes	Bloated Izam Feathers	some	the	Bloated Izam Feathers	\d	the	
    -_07A1768A7ABDEA98	fc70_petales	Minor Shooki Petals	some	the	Minor Shooki Petals	\d	the	
    -_D500CB0D514DDCC0	fc80_pince	Scowling Goari Claw	a	the	Scowling Goari Claws	\d	the	
    -_4652714BD91FA0D2	fc90_carapace	Moderate Kipee Shell	a	the	Moderate Kipee Shells	\d	the	
    -_58BE0091D99A6C55	fc90_ailes	Vigilant Kizoar Wings	a	the	Vigilant Kizoar Wings	\d	the	
    -_18AA722DEA36E767	fh60_chair	Moderate Kipee Meat	some	the	Moderate Kipee Meat	\d	the	
    -_BFA18ADD9ED7457B	fh70_pince	Scary Clopper Claw	a	the	Scary Clopper Claws	\d	the	
    -_E3B8062B59F2B186	fh80_tendons	Sprightly Capryni Tendons	some	the	Sprightly Capryni Tendons	\d	the	
    -_DECEA0B4E98C1CF9	zf50_corne	Robust Messab Horn	a	the	Robust Messab Horn	\d	the	
    -_50772955FD8A5BA0	zf60_croc	Scary Torbak Fang	a	the	Scary Torbak Fangs	\d	the	
    -_2DBA260E2FE85C54	zf60_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_735167E6CF79A35C	zf70_ailes	Scavenging Izam Wings	some	the	Scavenging Izam Wings	\d	the	
    -_FD587C90B3EA6034	zf80_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_B4398E6D8DFF0254	zf90_feuilles	Famished Slaveni Leaves	some	the	Famished Slaveni Leaves	\d	the	
    -_3C5BE2BCBDE2BC53	zm50_ecailles	Robust Bawaab Scales	some	the	Robust Bawaab Scales	\d	the	
    -_2DAA420E2FE85C54	zm50_feuilles	Robust Slaveni Leaves	some	the	Robust Slaveni Leaves	\d	the	
    -_D0A1944B084DBF6E	zm60_carapace	Strong Kipee Shell	a	the	Strong Kipee Shells	\d	the	
    -_3C90A7BFD7591276	zm90_bec	Vicious Igara Beak	a	the	Vicious Igara Beak	\d	the	
    -_FD689890B3EA6034	zm90_feuilles	Parched Psykopla Leaves	some	the	Parched Psykopla Leaves	\d	the	
    -_2305E8A3AA73F730	zc60_aile	Vulgar Javing Wing	a	the	Vulgar Javing Wings	\d	the	
    -_5379291E18E8D8E7	zc60_dents	Drowsy Slaveni Teeth	a	the	Drowsy Slaveni Teeth	\d	the	
    -_63DF084213F95C6B	zc80_aile_izam	Prime Izam Wing	a	the	Prime Izam Wings	\d	the	
    -_B33B88C74127D491	zc80_aile_yber	Vigilant Yber Wing	a	the	Vigilant Yber Wings	\d	the	
    -_42C19949F77DF9CA	zc90_dent	Budding Slaveni Teeth	some	the	Budding Slaveni Teeth	\d	the	
    -_783E66AB26579ECE	zh100_outils	Lost Tools	some	the	Lost Tools	\d	the	
    -_22503D7E9E9B2B13	micro_boss_loot_yubo	Yuboth's Tongue	\d	the	Yuboth's Tongues	\d	the	Someone in the city would maybe be interested in this trophy.
    -_33EB6A61FD7ADAD2	micro_boss_loot_yelk	Yelkoth's Blood	\d	the	Yelkoth's Blood	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A9A091AAD471B953	micro_boss_loot_messab	Messaboth's Hoof	\d	the	Messaboth's Hoofs	\d	the	Someone in the city would maybe be interested in this trophy.
    -_254FB76A688D7255	micro_boss_loot_mektoub	Mektoth's Heart	\d	the	Mektoth's Hearts	\d	the	Someone in the city would maybe be interested in this trophy.
    -_20D63F6346C95590	micro_boss_loot_lumper	Lumperoth's Eye	\d	the	Lumperoth's Eyes	\d	the	Someone in the city would maybe be interested in this trophy.
    -_B3E8845B428E1C86	micro_boss_loot_igara	Igaroth's Beak	\d	the	Crayoth's Carapace	\d	the	Someone in the city would maybe be interested in this trophy.
    -_5DB8706FF0860A17	micro_boss_loot_cray	Crayoth's Carapace	\d	the	Crayoth's Carapaces	\d	the	Someone in the city would maybe be interested in this trophy.
    -_A49AC6F03BC738AC	micro_boss_loot_capryni	Caprynoth's Ear	\d	the	Caprynoth's Ears	\d	the	Someone in the city would maybe be interested in this trophy.
    -_29AAC0226E584882	casino_token	Token	a	the	Tokens	\d	the	
    -_187B6098685744B7	casino_ticket	Winning Ticket	a	the	Winning Tickets	\d	the	
    -_629F6DCEC37E0CAE	casino_title1	Coupon for a Title (Lucky)	a	the	Coupons for a Title (Lucky)	\d	the	
    -_629FADD3C5EE40AF	casino_title2	Coupon for a Title (Unlucky)	a	the	Coupons for a Title (Unlucky)	\d	the	
    -_7F7139112EE8A025	fbt_conso	Surprise	a	the	Surprises	\d	the	
    -_E79948A76C66A0B3	louche	Ladle	a	the	Ladles	\d	the	
    -_5831CC141D8B5CD4	conso_fireworks_a	Firework Type A	a	the	Fireworks Type A	\d	the	Pretty lights!
    -_5831CC151D8B60D4	conso_fireworks_b	Firework Type B	a	the	Fireworks Type B	\d	the	Pretty lights!
    -_5831CC161D8B64D4	conso_fireworks_c	Firework Type C	a	the	Fireworks Type C	\d	the	Pretty lights!
    -_5831CC171D8B68D4	conso_fireworks_d	Firework Type D	a	the	Fireworks Type D	\d	the	Pretty lights!
    -_5831CC181D8B6CD4	conso_fireworks_e	Firework Type E	a	the	Fireworks Type E	\d	the	Pretty lights!
    -_5831CC191D8B70D4	conso_fireworks_f	Firework Type F	a	the	Fireworks Type F	\d	the	Pretty lights!
    -_5831CC1A1D8B74D4	conso_fireworks_g	Firework Type G	a	the	Fireworks Type G	\d	the	Pretty lights!
    -_5831CC1B1D8B78D4	conso_fireworks_h	Firework Type H	a	the	Fireworks Type H	\d	the	Pretty lights!
    -_5831CC1C1D8B7CD4	conso_fireworks_i	Firework Type I	a	the	Fireworks Type I	\d	the	Pretty lights!
    -_5831CC1D1D8B80D4	conso_fireworks_j	Firework Type J	a	the	Fireworks Type J	\d	the	Pretty lights!
    -_5831CC1E1D8B84D4	conso_fireworks_k	Firework Type K	a	the	Fireworks Type K	\d	the	Pretty lights!
    -_5831CC1F1D8B88D4	conso_fireworks_l	Firework Type L	a	the	Fireworks Type L	\d	the	Pretty lights!
    -_5831CC201D8B8CD4	conso_fireworks_m	Firework Type M	a	the	Fireworks Type M	\d	the	Pretty lights!
    -_5831CC211D8B90D4	conso_fireworks_n	Firework Type N	a	the	Fireworks Type N	\d	the	Pretty lights!
    -_5831CC221D8B94D4	conso_fireworks_o	Firework Type O	a	the	Fireworks Type O	\d	the	Pretty lights!
    -_5831CC231D8B98D4	conso_fireworks_p	Firework Type P	a	the	Fireworks Type P	\d	the	Pretty lights!
    -_5831CC241D8B9CD4	conso_fireworks_q	Firework Type Q	a	the	Fireworks Type Q	\d	the	Pretty lights!
    -_5831CC251D8BA0D4	conso_fireworks_r	Firework Type R	a	the	Fireworks Type R	\d	the	Pretty lights!
    -_5831CC261D8BA4D4	conso_fireworks_s	Firework Type S	a	the	Fireworks Type S	\d	the	Pretty lights!
    -_C193E497EB5D71BC	ipoc_con_10min	Flower of Constitution	a	the	Flowers of Constitution	\d	the	
    -_3F48208A7D7C0AF9	ipoc_int_10min	Flower of Intelligence	a	the	Flowers of Intelligence	\d	the	
    -_5A746281C4A7FBF1	ipoc_str_10min	Flower of Strength	a	the	Flowers of Strength	\d	the	
    -_6041FA44E0A91486	ipoc_dex_10min	Flower of Dexterity	a	the	Flowers of Dexterity	\d	the	
    -_AA282DFAB079A090	teddyubo	Teddy	a	the	Teddies	\d	the	
    -_0377AA80C7DAAD00	casinoshield_pre_order	Shield of Prestige	a	the	Shields of Prestige	\d	the	
    -_2BDDF2DCD03621CE	amber_cube_common_ancient	Ancient Amber Cube	an	the	Ancient Amber Cubes	\d	the	
    -_AA9A76F2A09FC196	amber_cube_common_recent	Recent Amber Cube	a	the	Recent Amber Cubes	\d	the	
    -_E31093E62B434107	amber_cube_common_very_ancient	Very Ancient Amber Cube	a	the	Very Ancient Amber Cubes	\d	the	
    -_8C574B0A8BBACFD5	amber_cube_fyros_ancient	Fyros Ancient Amber Cube	a	the	Fyros Ancient Amber Cubes	\d	the	
    -_86B0129072502D54	amber_cube_fyros_recent	Fyros Recent Amber Cube	a	the	Fyros Recent Amber Cubes	\d	the	
    -_8E608B43CDA97EC3	amber_cube_fyros_very_ancient	Fyros Very Ancient Amber Cube	a	the	Fyros Very Ancient Amber Cubes	\d	the	
    -_934E8398C2CEC40E	amber_cube_kami_ancient	Kami Ancient Amber Cube	a	the	Kami Ancient Amber Cubes	\d	the	
    -_BEF2EC60CF25CA7F	amber_cube_kami_recent	Kami Recent Amber Cube	a	the	Kami Recent Amber Cubes	\d	the	
    -_77106151DEBC832A	amber_cube_kami_very_ancient	Kami Very Ancient Amber Cube	a	the	Kami Very Ancient Amber Cubes	\d	the	
    -_78F548564D1A738A	amber_cube_karavan_ancient	Karavan Ancient Amber Cube	a	the	Karavan Ancient Amber Cubes	\d	the	
    -_E2AA18B300001D9E	amber_cube_karavan_recent	Karavan Recent Amber Cube	a	the	Karavan Recent Amber Cubes	\d	the	
    -_B350928FD4DA4352	amber_cube_karavan_very_ancient	Karavan Very Ancient Amber Cube	a	the	Karavan Very Ancient Amber Cubes	\d	the	
    -_10574B040C79FBA5	amber_cube_matis_ancient	Matis Ancient Amber Cube	a	the	Matis Ancient Amber Cubes	\d	the	
    -_42201290F110BD45	amber_cube_matis_recent	Matis Recent Amber Cube	a	the	Matis Recent Amber Cubes	\d	the	
    -_4AD08B3D4EC88AAD	amber_cube_matis_very_ancient	Matis Very Ancient Amber Cube	a	the	Matis Very Ancient Amber Cubes	\d	the	
    -_94C52B11C79EA5A5	amber_cube_tryker_ancient	Tryker Ancient Amber Cube	a	the	Tryker Ancient Amber Cubes	\d	the	
    -_29E27F5BEB2EB879	amber_cube_tryker_recent	Tryker Recent Amber Cube	a	the	Tryker Recent Amber Cubes	\d	the	
    -_85249CABCEC044DD	amber_cube_tryker_very_ancient	Tryker Very Ancient Amber Cube	a	the	Tryker Very Ancient Amber Cubes	\d	the	
    -_96573DFC28591FC1	amber_cube_zorai_ancient	Zoraï Ancient Amber Cube	a	the	Zoraï Ancient Amber Cubes	\d	the	
    -_08F1120C6D37CD5E	amber_cube_zorai_recent	Zoraï Recent Amber Cube	a	the	Zoraï Recent Amber Cubes	\d	the	
    -_10A17D354BEF96B9	amber_cube_zorai_very_ancient	Zoraï Very Ancient Amber Cube	a	the	Zoraï Very Ancient Amber Cubes	\d	the	
    -_4B006F4536066EE8	cwtf03_pearl	Corsair Pearl	a	the	Corsair Pearls	\d	the	
    -_1872BF42B7678FEC	m0709dxaca02	Lake Shell	a	the	Lake Shells	\d	the	
    -_FF6A845DB1616D7D	m0194dxaca02	Peat	some	the	Peat	\d	the	
    -_0B0316B901F25F7D	m0229dxaca02	Lake Root	a	the	Lake Roots	\d	the	
    -_55A50C949A9EFBB7	m0224dxaca02	Kamic Thinking Moss	some	the	Kamic Thinking Moss	\d	the	
    -_55F1A9E3E85E2F56	m0194dxaca04	Mektoub Dropping	a	the	Mektoub Droppings	\d	the	
    -_CA9539D4A91C468B	m0201dxaca02	Waterfall Pearl	a	the	Waterfall Pearls	\d	the	
    -_83E0AEA12758D718	m0194dxaca05	Bone	a	the	Bones	\d	the	
    -_6A6918129F199455	m0229dxaca03	Root	a	the	Roots	\d	the	
    -_8814699BA3F8F63C	m0706dxaca02	Psykopla Spore	a	the	Psykopla Spores	\d	the	
    -_2D1A1C27E185D84D	m0194dxaca03	Garbage	some	the	Garbage	\d	the	
    -_AAB9900DA2FA90C7	m0684ccpca02	Fossil	a	the	Fossils	\d	the	
    -_A7B210C06A40F4B4	m0707dxaca02	Mud	some	the	Mud	\d	the	
    -_5C68D5A061E0CF01	cwmf03_bag	Package to deliver	a	the	Packages to deliver	\d	the	
    -_8DAA130662E2CC41	cwmf03_purse	Little Purse	a	the	Little Purses	\d	the	
    -_84D0CD264740551E	cwff03_egg	Goari Egg	a	the	Goari Eggs	\d	the	
    -_30EAD1F19E862CB7	itforagefyros_1	Krat	a	the	Krat	\d	the	
    -_440E390B5D55391D	itforagematis_1	Merena	a	the	Merena	\d	the	
    -_2B69E4F056F7B0AA	itforagetryker_1	Pik	a	the	Pik	\d	the	
    -_DFCE668F03D9AE9D	itforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_BA6D78FD2C8AB833	sfxitforagefyros_1	Krat	a	the	Krat	\d	the	
    -_421D6C80C58E010D	sfxitforagematis_1	Merena	a	the	Merena	\d	the	
    -_7B5C151EE949D8B8	sfxitforagetryker_1	Pik	a	the	Pik	\d	the	
    -_62064CDDE5B63097	sfxitforagezorai_1	Taï-Sui'Kuk	a	the	Taï-Sui'Kuk	\d	the	
    -_6DF3A29EA1F42EBF	ke0904_big_package	Heavy Package	a	the	Heavy Packages	\d	the	
    -_9144DFF07E5B90D7	ke0904_light_package	Light Package	a	the	Light Packages	\d	the	
    -_F64F396D07DD63AB	system_mp_choice_black	Choice Generic Raw Material (Black)	a	the	Choice Generic Raw Materials (Black)	\d	the	
    -_EC092C92BBFDCDCA	system_mp_choice_blue	Choice Generic Raw Material (Blue)	a	the	Choice Generic Raw Materials (Blue)	\d	the	
    -_F9B04D6D07FD93A3	system_mp_choice_green	Choice Generic Raw Material (Green)	a	the	Choice Generic Raw Materials (Green)	\d	the	
    -_AF185AE2A6838ADF	system_mp_choice_purple	Choice Generic Raw Material (Purple)	a	the	Choice Generic Raw Materials (Purple)	\d	the	
    -_A2D446911624AAAA	system_mp_choice_red	Choice Generic Raw Material (Red)	a	the	Choice Generic Raw Materials (Red)	\d	the	
    -_B8B8571E85ED0678	system_mp_choice_turquoise	Choice Generic Raw Material (Turquoise)	a	the	Choice Generic Raw Materials (Turquoise)	\d	the	
    -_8CC20ED2220D0CBF	system_mp_choice_white	Choice Generic Raw Material (White)	a	the	Choice Generic Raw Materials (White)	\d	the	
    -_8F941DA2C74C90F6	event_barrel_of_beer	Barrel of Lakes Beer	a	the	Barrels of Lakes Beer	\d	the	
    -_CEDF5E74EB06158C	event_barrel_of_shooki_liquor	Barrel of Shooki Liquor	a	the	Barrels of Shooki Liquor	\d	the	
    -_8797D1B6F8D32524	event_barrel_of_water	Barrel of Lake Water	a	the	Barrels of Lake Water	\d	the	
    -_9D681018DEB96CB0	event_blood	Blood	some	the	Blood	\d	the	
    -_A0F838BC6AF78CCC	event_goo	Goo	some	the	Goo	\d	the	
    -_4A0809AB7AC24C97	event_incandescent_wood	Incandescent Wood	some	the	Incandescent Wood	\d	the	
    -_97B7824B500FC57F	event_lakes_beer	Lakes Beer	some	the	Lakes Beer	\d	the	
    -_8F9D1CE8B4EE400B	event_magnetized_amber	Magnetized Amber	a	the	Magnetized Amber	\d	the	
    -_94208A4E6EF63202	event_magnetized_amber_sphere	Sphere Magnetized Amber	a	the	Sphere Magnetized Amber	\d	the	
    -_27360CA7E5B924AE	event_meat	Meat	some	the	Meats	\d	the	
    -_87D181F46B485C08	event_missive	Missive	a	the	Missives	\d	the	
    -_71D8B6A365ACBBF2	event_missive_fyros	Fyros Missive	a	the	Fyros Missives	\d	the	
    -_F5484BE38CDD6E9F	event_missive_kami	Kami Missive	a	the	Kami Missives	\d	the	
    -_F83843593C7B1FB6	event_missive_kara	Karavan Missive	a	the	Karavan Missives	\d	the	
    -_33D89EA5DEDC63E1	event_missive_matis	Matis Missive	a	the	Matis Missives	\d	the	
    -_39179880BF0CCB91	event_missive_tryker	Tryker Missive	a	the	Tryker Missives	\d	the	
    -_76377E1F7E0D93FC	event_missive_zorai	Zoraï Missive	a	the	Zoraï Missives	\d	the	
    -_B6E66FE36225CADD	event_purified_sap	Purified Sap	some	the	Purified Sap	\d	the	
    -_F2B92263341A72E5	event_shooki_liquor	Shooki Liquor	some	the	Shooki Liquor	\d	the	
    -_29A7A5D7D67F5FA5	event_taliari_pearl_black	Black Taliari Pearl	a	the	Black Taliari Pearls	\d	the	
    -_2410D9A90BF29D15	event_taliari_pearl_blue	Blue Taliari Pearl	a	the	Blue Taliari Pearls	\d	the	
    -_015AA2E3EE8B6DE7	event_taliari_pearl_violet	Violet Taliari Pearl	a	the	Violet Taliari Pearls	\d	the	
    -_EBB88CB1AA47389B	winch	Winch	a	the	Winchs	\d	the	
    -_6598E09CD4E5BC94	winch_2	Winch	a	the	Winchs	\d	the	
    -_6598E09C14F5BC94	winch_3	Winch	a	the	Winchs	\d	the	
    -_E8C884B2A4DAD8AB	secator	Secator	a	the	Secators	\d	the	
    -_6539707AA7A9C49C	secator_2	Secator	a	the	Secators	\d	the	
    -_6539707BA7A9C49C	secator_3	Secator	a	the	Secators	\d	the	
    -_66B9B8B0E67AB0AC	scraper	Scraper	a	the	Scrapers	\d	the	
    -_290A4076A7FA8498	scraper_2	Scraper	a	the	Scrapers	\d	the	
    -_290A4077A7FA8498	scraper_3	Scraper	a	the	Scrapers	\d	the	
    -_2E4A00ACAFF878AB	brush	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD66B0A6	brush_2	Brush	a	the	Brushes	\d	the	
    -_6E0BFC7EDD76B0A6	brush_3	Brush	a	the	Brushes	\d	the	
    -_F713547E87315100	cattlestick	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510E	cattlestick_2	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_3837C68A078F510F	cattlestick_3	Cattle Stick	a	the	Cattle Sticks	\d	the	
    -_5BB592DEC824818E	mountingstick	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C512BE8A	mountingstick_2	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_E2EA8AE2C522BE8A	mountingstick_3	Mounting Stick	a	the	Mounting Sticks	\d	the	
    -_581C91B3EC59648F	petstick	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A8C10E5F76BD0	petstick_2	Pet Stick	a	the	Pet Sticks	\d	the	
    -_BA8A9010E5F76BD0	petstick_3	Pet Stick	a	the	Pet Sticks	\d	the	
    -_6C78C0A521CAACA9	chopper	Butcher's Knife	a	the	Butcher Knives	\d	the	
    -_2C29146667C99897	chopper_2	Chopper	a	the	Choppers	\d	the	
    -_2C29146767C99897	chopper_3	Chopper	a	the	Choppers	\d	the	
    -_2F38D0AB2A57108C	drill	Drill	a	the	Drills	\d	the	
    -_AB19C87F10E5CCA5	drill_2	Drill	a	the	Drills	\d	the	
    -_AB19C87F50F5CCA5	drill_3	Drill	a	the	Drills	\d	the	
    -_EA383482AD482C56	grip	Grip	a	the	Grips	\d	the	
    -_E2D80CA2F0F4BB76	grip_2	Grip	a	the	Grips	\d	the	
    -_22D80CA2F0F4BF76	grip_3	Grip	a	the	Grips	\d	the	
    -_AB98B0B32B68549A	stick	Stick	a	the	Sticks	\d	the	
    -_E4A9149FD3E5C89A	stick_2	Stick	a	the	Sticks	\d	the	
    -_E4A9149F13F5C89A	stick_3	Stick	a	the	Sticks	\d	the	
    -_2C3898B32BE85494	stake	Stake	a	the	Stakes	\d	the	
    -_6C887CA2E8771898	phial	Phial	a	the	Phials	\d	the	
    -_1ED36935B6F1BE32	iccm2ms_2	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_1ED36936B6F1BE32	iccm2ms_3	Magic Amplifier	a	the	Magic Amplifiers	\d	the	
    -_F0093121888B44F3	r_06_08_phial_full	Phial	a	the	Phials	\d	the	
    -_FC6CAD2C67ECB821	r_06_08_report	Report	a	the	Reports	\d	the	
    -_A6098DA120A6473F	r_06_09_kizoar_element	Lethal Kizoar Wing	a	the	Lethal Kizoar Wings	\d	the	
    -_FC6CAD2C67FCB821	r_06_09_report	Report	a	the	Reports	\d	the	
    -_3555F7DD2126222F	rpjob_elementary	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_9DA562B26F425A61	rpjob_advanced	Advanced Occupation	an	the	Advanced Occupations	\d	the	
    -_16515F8222A6FA6C	rpjob_roleplay	Basic Occupation	a	the	Basic Occupations	\d	the	
    -_85B4A1C5D99F7053	rpjobitem_certifications	Master's Instrument	a	the	Master's Instruments	\d	the	
    -_0F3D776412F0C65C	rpjob_200	Apprentice Butcher	an	of	Apprentice Butcher	\d	of	
    -_FA0E017088640A01	rpjobitem_200_a0	Butchering Components	some	the	Butchering Components	\d	the	
    -_99DB2BEBE9ECCE42	rpjobitem_200_a1	Greater Butchering Components	some	the	Greater Buthering Components	\d	the	
    -_06BEF7FF65B8D31A	rpjobitem_200_b0	Herbivore Meat	some	the	Herbivore Meats	\d	the	
    -_8BA219614946FD14	rpjobitem_200_b1	Prime Herbivore Meat	some	the	Prime Herbivore Meats	\d	the	
    -_CD7CDED57FF3D638	rpjobitem_200_c0	Leg of Yubo	some	the	Legs of Yubo	\d	the	
    -_9BAFD3E438E40AA6	rpjobitem_200_c1	Bodoc Steak	some	the	Bodoc Steaks	\d	the	
    -_4DE37ABDC975C42C	rpjobitem_200_c2	Giblet of Arma	some	the	Giblets of Arma	\d	the	
    -_DBFFA3DD7A743EA0	rpjobitem_200_c3	Fillet of Arana	some	the	Fillets of Arana	\d	the	
    -_327C270227963388	rpjobitem_200_c4	Sirloin of Madakam	some	the	Sirloins of Madakam	\d	the	
    -_CE21AF717EA685F2	rpjobitem_200_c5	Shalah Ribs	some	the	Shalah Ribs	\d	the	
    -_CDCCBF665780A66F	rpjob_201	Apprentice Florist	an	of	Apprentice Florist	\d	of	
    -_CA02022225F6448B	rpjobitem_201_a0	Flower Supply Certificates	some	the	Flower Supply Certificates	\d	the	
    -_1D5F7FB6237E14C7	rpjobitem_201_a1	Abundant Flower Supply Certificates	some	the	Abondant Flower Certificates	\d	the	
    -_9279471FFE4CC296	rpjobitem_201_b0	Flower Maintenance certificates	some	the	Flower Maintenance Certificates	\d	the	
    -_84A75C031EE9E86D	rpjobitem_201_b1	Perfect Flower Maintenance Certificates	some	the	Perfect Flower Maintenance Certificates	\d	the	
    -_4DE5D24DCDD1C441	rpjobitem_201_c0	Basic Bouquet	a	the	Basic Bouquets	\d	the	
    -_99057FAA7423B24A	rpjobitem_201_c1	Mystia Bouquet	a	the	Mystia Bouquets	\d	the	
    -_1549BF9C53E6B374	rpjobitem_201_c2	Fallenor Bouquet	a	the	Fallenor Bouquets	\d	the	
    -_54B9EB9A5486AB7E	rpjobitem_201_c3	Folially Bouquet	a	the	Folially Bouquets	\d	the	
    -_17F32FA33544FA48	rpjobitem_201_c4	Floris Bouquet	a	the	Floris Bouquets	\d	the	
    -_5385F2650ED1C461	rpjobitem_201_c5	Nexus Bouquet	a	the	Nexus Bouquets	\d	the	
    -_CE3CB77612E0BA6C	rpjob_205	Apprentice Medic	an	of	Apprentice Medic	\d	of	
    -_B53CF91C99F90DC1	rpjobitem_205_a0	Bandages	some	the	Bandages	\d	the	
    -_2B07B78E8CF29642	rpjobitem_205_a1	Strong Bandages	some	the	Strong Bandages	\d	the	
    -_743929FCDDBAA464	rpjobitem_205_b0	Balsams	some	the	Balsams	\d	the	
    -_94A9AF8A14B637B5	rpjobitem_205_b1	Powerful Balsams	some	the	Powerful Balsams	\d	the	
    -_7EB29CFA8C1797C5	rpjobitem_205_c0	Small First-Aid Kit	a	the	Small First-Aid Kits	\d	the	
    -_538388330BB5C467	rpjobitem_205_c1	First-Aid Kit	a	the	First-Aid Kits	\d	the	
    -_BF2E53D49338E646	rpjobitem_205_c2	Prevention Kit	a	the	Prevention Kits	\d	the	
    -_B38B603148339710	rpjobitem_205_c3	Advanced Care Kit	an	the	Advanced Care Kits	\d	the	
    -_18342E325DAFB652	rpjobitem_205_c4	Survival Kit	a	the	Survival Kits	\d	the	
    -_0D4FBA11C061F881	rpjobitem_205_c5	Fast Regeneration Kit	a	the	Fast Regeneration Kits	\d	the	
    -_E2F25C48324C5FFA	itoshovelgarden	Trowel	a	the	Trowels	\d	the	
    -_5E6454A1077EE1EF	lucky_flower	Lucky Flower	a	the	Lucky Flowers	\d	the	
    -_8220BB29E86B80CF	rpjob_202	Apprentice Water-Carrier	an	of	Apprentice Water-Carrier	\d	of	
    -_67392C59EBA7C4A6	bucket	Bucket	a	the	 Buckets	\d	the	
    -_7B3AF6F2CEF30E8C	aqua_speed	Aquatic Propulsor	an	the	Aquatic Propulsors	\d	the	
    -_9CBDFA15261AEF9B	rpjobitem_202_a0	Water Quality Certificates	some	the	Water Quality Certificates	\d	the	
    -_14F6CF81BDAD4A14	rpjobitem_202_a1	Good Water Quality Certificates	some	the	Good Water Quality Certificates	\d	the	
    -_8FA7518A0D4B353F	rpjobitem_202_b0	Report of the Commissioner Sender	a	the	Reports of the Commissioner Sender	\d	the	
    -_776BC2D1B1D15237	rpjobitem_202_b1	Report of Excellence of the Commissioner Sender	a	the	Reports of Excellence of the Commissioner Sender	\d	the	
    -_AE2DCA0C821C28BB	rpjobitem_202_c0	Small Flask of Drab Water	a	the	Small Flasks of Drab Water	\d	the	
    -_87539C3D99596890	rpjobitem_202_c1	Small Flask of Water	a	the	Small Flasks of Water	\d	the	
    -_D92A8AA6505C5EE4	rpjobitem_202_c2	Small Flask of Refreshing Water	a	the	Small Flasks of Refreshing Water	\d	the	
    -_C0D3AEEC0612B36C	rpjobitem_202_c3	Small Flask of Exhilarating Water	a	the	Small Flasks of Exhilarating Water	\d	the	
    -_0072F537AA1796CA	rpjobitem_202_c4	Small Flask of Purifying water	a	the	Small Flasks of Purifying Water	\d	the	
    -_BD7FC60DAA45DA62	rpjobitem_202_c5	Small Flask of Healing water	a	the	Small Flasks of Healing Water	\d	the	
    -_263DA69ABDA01117	medical_kit	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_6EBE86E6562EFCAD	rpjob_203	Apprentice Magnetic Cartographer	an	of	Apprentice Magnetic Cartographer	\d	of	
    -_70CC20A4644904A7	stylet	Stylus	a	the	Stylus	\d	the	
    -_3CFE0C58358826A3	protect_amber	Amber of Protection	an	the	 Ambers of Protection	\d	the	
    -_0A2BCBBC6C52B8AB	rpjobitem_203_a0	Fragment of Magnetic Fields Map	a	the	Fragments of Magnetic Fields Map	\d	the	
    -_12002DE0E31C5EFB	rpjobitem_203_a1	Fragment of Precise Magnetic Fields Map	a	the	Fragments of Precise Magnetic Fields Map	\d	the	
    -_53F7BE95D19BA24B	rpjobitem_203_b0	List of Magnetic Amplitudes	a	the	Lists of Magnetic Amplitudes	\d	the	
    -_33A3546EF1473824	rpjobitem_203_b1	List of Precise Magnetic Amplitudes	a	the	Lists of Precise Magnetic Amplitudes	\d	the	
    -_F95F39A430EE2F92	rpjobitem_203_c0	Map of Minor Magnetism	a	the	Maps of Minor Magnetism	\d	the	
    -_049573BB0B260983	rpjobitem_203_c1	Map of Primary Magnetism	a	the	Maps of Primary Magnetism	\d	the	
    -_3EF55681E5E5EC90	rpjobitem_203_c2	Map of Secondary Magnetism	a	the	Maps of Secondary Magnetism	\d	the	
    -_3E4215A07CF6F956	rpjobitem_203_c3	Map of Tertiary Magnetism	a	the	Maps of Tertiary Magnetism	\d	the	
    -_CEE2AD5AB38D2E18	rpjobitem_203_c4	Map of Medium Magnetism	a	the	Maps of Medium Magnetism	\d	the	
    -_3AB021B1F9640567	rpjobitem_203_c5	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_A518DB81926887CF	rpjob_204	Apprentice Toolmaker	an	of	Apprentice Toolmaker	\d	of	
    -_E1873693C8613D0D	tools_ticket	Improved Tool	an	the	Improved Tools	\d	the	
    -_18F46B65C6E278F1	rpjobitem_204_a0	Materials for the Handle	some	the	Materials for the Handle	\d	the	
    -_DB279794BBC5CE98	rpjobitem_204_a1	Sturdy Materials for the Handle	some	the	Sturdy Materials for the Handle	\d	the	
    -_38923576A7D8C1EB	rpjobitem_204_b0	Materials for the Main Element	some	the	Materials for the Main Element	\d	the	
    -_F7878891ADC1AA48	rpjobitem_204_b1	Sturdy Materials for the Main Element	some	the	Sturdy Materials for the Main Element	\d	the	
    -_D231428A5E6C0645	rpjobitem_204_c0	Basic Tool	a	the	Basic Tools	\d	the	
    -_0F4F0EC90C56064B	rpjobitem_204_c1	Practical Tool	a	the	Practical Tools	\d	the	
    -_96C15662F8A95183	rpjobitem_204_c2	Clever Tool	a	the	Clever Tools	\d	the	
    -_6BB3A7ED4FD7CE09	rpjobitem_204_c3	Productive Tool	a	the	Productive Tools	\d	the	
    -_D46FEED09267E647	rpjobitem_204_c4	Outstanding Tool	a	the	Outstanding Tools	\d	the	
    -_B2E66858ED0D3AB8	rpjobitem_204_c5	Revolutionary Tool	a	the	Revolutionary Tools	\d	the	
    -_5F25EA734694013B	butcher_knife	Butcher's Knife	a	the	Butcher's Knives	\d	the	
    -_5EDEA4DE7F569105	tp_kami_almati	Kami Teleporter Pact for Almati Wood	a	the	Kami Teleporter Pacts for Almati Wood	\d	the	
    -_A3A9478D123A5BB9	rpjob_206	Apprentice Larvester	an	of	Apprentice Larvester	\d	of	
    -_3351407B3F6119F9	large_phial	Larvae Phial	a	the	Larvae Phials	\d	the	
    -_801F13A2BDA5C5A2	tp_kara_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_D5C3138802B88A3D	rpjobitem_206_a0	Primary Larva	a	the	Primary Larvae	\d	the	
    -_7D8FC42BC571F818	rpjobitem_206_a1	Sublime Primary Larva	a	the	Sublime Primary Larvae	\d	the	
    -_6998FEF991A55F65	rpjobitem_206_b0	Secondary Larva	a	the	Secondary Larvae	\d	the	
    -_E20E6916072F140D	rpjobitem_206_b1	Sublime Secondary Larva	a	the	Sublime Secondary Larvae	\d	the	
    -_CF224A7D6AAF89F8	rpjobitem_206_c0	Dried Larva	a	the	Dried Larvae	\d	the	
    -_D1251A398D8DEE3A	rpjobitem_206_c1	Small Larva	a	the	Small Larvae	\d	the	
    -_BF814A74B5AFBCCF	rpjobitem_206_c2	Tonic Larva	a	the	Tonic Larvae	\d	the	
    -_58F878F12F3DCFC8	rpjobitem_206_c3	Stimulating Larva	a	the	Stimulating Larvae	\d	the	
    -_A9B5D3BF2869B778	rpjobitem_206_c4	Energizing Larva	an	the	Energizing Larvae	\d	the	
    -_52023686AEAF8906	rpjobitem_206_c5	Power Larva	a	the	Power Larvae	\d	the	
    -_639F5992EBFB4D73	tp_karavan_almati	Karavan Teleporter Pact for Almati Wood	a	the	Karavan Teleporter Pacts for Almati Wood	\d	the	
    -_274FB0312F39F783	rpjob_207	Apprentice Scrollmaker	a	of	Apprentice Scrollmaker	\d	of	
    -_392FBC14BAEA17EC	scrollmaker	Scroll Making Tool	a	the	Scroll Making Tool	\d	the	
    -_E75A811DAD79689E	parchment	Parchment	a	the	Parchments	\d	the	
    -_09772876C79B9A18	rpjobitem_207_a0	Parchment Manufacturing Materials	some	the	Parchment Manufacturing Materials	\d	the	
    -_F93F20C9A7B3E499	rpjobitem_207_a1	Greater Parchment Manufacturing Materials	some	the	Greater Parchment Manufacturing Materials	\d	the	
    -_EB49342F63EBB8ED	rpjobitem_207_b0	Ink Manufacturing Materials	some	the	Ink Manufacturing Materials	\d	the	
    -_563A6F383DC3C617	rpjobitem_207_b1	Greater Ink Manufacturing Materials	some	the	Greater Ink Manufacturing Materials	\d	the	
    -_DB1D91120AE6AF8C	rpjobitem_207_c0	Basic Writing Necessities	some	the	Basic Writing Necessities	\d	the	
    -_6E6B62C6C9369DC7	rpjobitem_207_c1	Modest Writing Necessities	some	the	Modest Writing Necessities	\d	the	
    -_70AC6EC68A3661B1	rpjobitem_207_c2	Simple Writing Necessities	some	the	Simple Writing Necessities	\d	the	
    -_9F94D3C9DD48B783	rpjobitem_207_c3	Handwriting Necessities	some	the	Handwriting Necessities	\d	the	
    -_207D79354C64A499	rpjobitem_207_c4	Fine Writing Necessities	some	the	Fine Writing Necessities	\d	the	
    -_F83712A269A78100	rpjobitem_207_c5	Masterful Writing Necessities	some	the	Masterful Writing Necessities	\d	the	
    -_C09D3E031C548ACF	water_barrel	Stimulating Water	a	the	Stimulating Waters	\d	the	
    -_56976F432904EFBC	rpjobitem_200_c6	Tongue of Ploderos	a	the	Tongue of Ploderos	\d	the	
    -_AAE466A5BD78CE5B	rpjobitem_201_c6	Canopy Bouquet	a	the	Canopy Bouquets	\d	the	
    -_4F173424D5C4699F	rpjobitem_202_c6	Small Flask of Holy Water	a	the	Small Flasks of Holy Water	\d	the	
    -_B9B60DC7CC06D51F	rpjobitem_203_c6	Map of Absolute Magnetism	a	the	Maps of Absolute Magnetism	\d	the	
    -_8F0C7EBE9408E249	rpjobitem_204_c6	Fantastic Tool	a	the	Fantastic Tools	\d	the	
    -_5B31142984912033	rpjobitem_205_c6	Kit of Supreme Healing	a	the	Kits of Supreme Healing	\d	the	
    -_4BE08C5B9E1C0FDD	rpjobitem_206_c6	Extraordinary Larva	an	the	Extraordinary Larvae	\d	the	
    -_E324C2CFE2D8A689	rpjobitem_207_c6	Artful Writing Necessities	some	the	Artful Writing Necessities	\d	the	
    -_7F7B0EEE77E932E5	unstable_goo_vial	Unstable Potion	an	the	Unstable Potions	\d	the	
    -_FDEBE33068537FC4	shopan_staff_crate	Shopan Staff of the Masters of the Goo	a	the	Shopan Staffs of the Masters of the Goo	\d	the	
    -_720F99C85F2AF504	fyler_dagger_crate	Fyler Dagger of the Goo Heads	a	the	Fyler Daggers of the Goo Heads	\d	the	
    -_F5AF2C76FDB63B79	makam_bowrifle_crate	Ma-Kam Bowrifle of the Antikamis	a	the	Ma-Kam Bowrifles of the Antikamis	\d	the	
    -_8D36C2C75C0C23D1	nanka_mace_crate	Nanka Mace of the Black Circle	a	the	Nanka Maces of the Black Circle	\d	the	
    -_9BF7A3AD73F5D2B9	iccalb	Tribe Commander Light Boots	\d	the	Tribe Commander Light Boots	\d	the	
    -_0FB1431AE993C3A6	iccalg	Tribe Commander Light Gloves	\d	the	Tribe Commander Light Gloves	\d	the	
    -_5B17D79FF7F50AB9	iccalp	Tribe Commander Light Pants	\d	the	Tribe Commander Light Pants	\d	the	
    -_3C3DCCD5E7D677D5	iccals	Tribe Commander Light Sleeves	\d	the	Tribe Commander Light Sleeves	\d	the	
    -_618ACE9206675385	iccalv	Tribe Commander Light Vest	a	the	Tribe Commander Light Vest	\d	the	
    -_31BB07FD667629E1	pvp_aura_lifemage_c0	Feeble Halo of the Mage	a	the	Feeble Halos of the Mage	\d	the	
    -_71BB070CE72549EC	pvp_aura_lifemage_c1	Simple Halo of the Mage	a	the	Simple Halos of the Mage	\d	the	
    -_0439C454E2DAE454	pvp_aura_lifemage_c2	Effective Halo of the Mage	an	the	Effective Halos of the Mage	\d	the	
    -_F1BB070CE7E529EC	pvp_aura_lifemage_c3	Powerful Halo of the Mage	a	the	Powerful Halos of the Mage	\d	the	
    -_F32BD2793F5B6BE5	pvp_aura_lifemage_c4	Magnificent Halo of the Mage	a	the	Magnificent Halos of the Mage	\d	the	
    -_CD8F79B97EE1B9A7	pvp_aura_lifemage_c5	Mythical Halo of the Mage	a	the	Mythical Halos of the Mage	\d	the	
    -_A0D73511931095E0	pvp_aura_lifemage_c6	Divine Halo of the Mage	a	the	Divine Halos of the Mage	\d	the	
    -_315C0775030C79EC	pvp_aura_lifetank_c0	Feeble Halo of the Warrior	a	the	Feeble Halos of the Warrior	\d	the	
    -_715C078484BB99F7	pvp_aura_lifetank_c1	Simple Halo of the Warrior	a	the	Simple Halos of the Warrior	\d	the	
    -_046081C3E78B005E	pvp_aura_lifetank_c2	Effective Halo of the Warrior	an	the	Effective Halos of the Warrior	\d	the	
    -_F15C0784847B79F7	pvp_aura_lifetank_c3	Powerful Halo of the Warrior	a	the	Powerful Halos of the Warrior	\d	the	
    -_CEC1068A01FC8757	pvp_aura_lifetank_c4	Magnificent Halo of the Warrior	a	the	Magnificent Halos of the Warrior	\d	the	
    -_CDB636288392D5B1	pvp_aura_lifetank_c5	Mythical Halo of the Warrior	a	the	Mythical Halos of the Warrior	\d	the	
    -_22D7FE86AFE1DDE0	pvp_aura_lifetank_c6	Divine Halo of the Warrior	a	the	Divine Halos of the Warrior	\d	the	
    -_3B8D856E2219C78F	pvp_aura_saplife_c0	Feeble Halo of Sap	some	the	Feeble Halos of Sap	\d	the	
    -_FE9D856EE679B397	pvp_aura_saplife_c1	Simple Halo of Sap	some	the	Simple Halos of Sap	\d	the	
    -_1742CC9D56AA04A3	pvp_aura_saplife_c2	Effective Halo of Sap	some	the	Effective Halos of Sap	\d	the	
    -_FEBD856EE679A38F	pvp_aura_saplife_c3	Powerful Halo of Sap	some	the	Powerful Halos of Sap	\d	the	
    -_FA3C48FB84505985	pvp_aura_saplife_c4	Magnificent Halo of Sap	some	the	Magnificent Halos of Sap	\d	the	
    -_EB74610A12CAC518	pvp_aura_saplife_c5	Mythical Halo of Sap	some	the	Mythical Halos of Sap	\d	the	
    -_B9C933F92725D818	pvp_aura_saplife_c6	Divine Halo of Sap	some	the	Divine Halos of Sap	\d	the	
    -_B5CD235EC18C45E3	pvp_aura_stamlife_c0	Feeble Halo of Stamina	a	the	Feeble Halos of Stamina	\d	the	
    -_F5CD236D423B65EE	pvp_aura_stamlife_c1	Simple Halo of Stamina	a	the	Simple Halos of Stamina	\d	the	
    -_C30099BDA4FA2C62	pvp_aura_stamlife_c2	Effective Halo of Stamina	an	the	Effective Halos of Stamina	\d	the	
    -_75CD236D42FB45EE	pvp_aura_stamlife_c3	Powerful Halo of Stamina	a	the	Powerful Halos of Stamina	\d	the	
    -_4D720E73C43C674E	pvp_aura_stamlife_c4	Magnificent Halo of Stamina	a	the	Magnificent Halos of Stamina	\d	the	
    -_8C564E22400101B5	pvp_aura_stamlife_c5	Mythical Halo of Stamina	a	the	Mythical Halos of Stamina	\d	the	
    -_E088D67FAD1079FB	pvp_aura_stamlife_c6	Divine Halo of Stamina	a	the	Divine Halos of Stamina	\d	the	
    -_0EA09D8F43BF7987	pvp_boost_lifemage_c0	Feeble Potion of the Mage	a	the	Feeble Potions of the Mage	\d	the	
    -_0EA0D995023FA588	pvp_boost_lifemage_c1	Simple Potion of the Mage	a	the	Simple Potions of the Mage	\d	the	
    -_11FE4515A4C42C69	pvp_boost_lifemage_c2	Effective Potion of the Mage	an	the	Effective Potions of the Mage	\d	the	
    -_B6BA348D828E8D8A	pvp_boost_lifemage_c3	Powerful Potion of the Mage	a	the	Powerful Potions of the Mage	\d	the	
    -_1634A23FB94BB83D	pvp_boost_lifemage_c4	Magnificent Potion of the Mage	a	the	Magnificent Potions of the Mage	\d	the	
    -_6AD4DA87C01B798C	pvp_boost_lifemage_c5	Mythical Potion of the Mage	a	the	Mythical Potions of the Mage	\d	the	
    -_EC1AF28A837DA0B4	pvp_boost_lifemage_c6	Divine Potion of the Mage	a	the	Divine Potions of the Mage	\d	the	
    -_52B0B59B87FF8987	pvp_boost_lifetank_c0	Feeble Potion of the Warrior	a	the	Feeble Potions of the Warrior	\d	the	
    -_52B0F1A1467FB588	pvp_boost_lifetank_c1	Simple Potion of the Warrior	a	the	Simple Potions of the Warrior	\d	the	
    -_6BCF891C2635F5D8	pvp_boost_lifetank_c2	Effective Potion of the Warrior	an	the	Effective Potions of the Warrior	\d	the	
    -_52B0F1A145FFB58A	pvp_boost_lifetank_c3	Powerful Potion of the Warrior	a	the	Powerful Potions of the Warrior	\d	the	
    -_D934E24655B25D4A	pvp_boost_lifetank_c4	Magnificent Potion of the Warrior	a	the	Magnificent Potions of the Warrior	\d	the	
    -_C4A51E8E428C42FB	pvp_boost_lifetank_c5	Mythical Potion of the Warrior	a	the	Mythical Potions of the Warrior	\d	the	
    -_C7B03E9C838FA026	pvp_boost_lifetank_c6	Divine Potion of the Warrior	a	the	Divine Potions of the Warrior	\d	the	
    -_1EDF10CC6AC01DDB	pvp_boost_saplife_c0	Feeble Potion of Sap	some	the	Feeble Potions of Sap	\d	the	
    -_5EDF10DBEB6F3DE6	pvp_boost_saplife_c1	Simple Potion of Sap	some	the	Simple Potions of Sap	\d	the	
    -_96768C282708AB88	pvp_boost_saplife_c2	Effective Potion of Sap	some	the	Effective Potions of Sap	\d	the	
    -_DEDF10DBEB2F1DE6	pvp_boost_saplife_c3	Powerful Potion of Sap	some	the	Powerful Potions of Sap	\d	the	
    -_72C7AE7CB12D8CAB	pvp_boost_saplife_c4	Magnificent Potion of Sap	some	the	Magnificent Potions of Sap	\d	the	
    -_5FCC418DC30F80DB	pvp_boost_saplife_c5	Mythical Potion of Sap	some	the	Mythical Potions of Sap	\d	the	
    -_696CE825C69F31A5	pvp_boost_saplife_c6	Divine Potion of Sap	some	the	Divine Potions of Sap	\d	the	
    -_D1119D8E45AF9982	pvp_boost_stamlife_c0	Feeble Potion of Stamina	a	the	Feeble Potions of Stamina	\d	the	
    -_D111D994042FC583	pvp_boost_stamlife_c1	Simple Potion of Stamina	a	the	Simple Potions of Stamina	\d	the	
    -_2EEF2D2727B4D1D2	pvp_boost_stamlife_c2	Effective Potion of Stamina	an	the	Effective Potions of Stamina	\d	the	
    -_D111D99403AFC585	pvp_boost_stamlife_c3	Powerful Potion of Stamina	a	the	Powerful Potions of Stamina	\d	the	
    -_58D6BA3E13217D40	pvp_boost_stamlife_c4	Magnificent Potion of Stamina	a	the	Magnificent Potions of Stamina	\d	the	
    -_87C5C299430B1EF5	pvp_boost_stamlife_c5	Mythical Potion of Stamina	a	the	Mythical Potions of Stamina	\d	the	
    -_4A2112834ACEC010	pvp_boost_stamlife_c6	Divine Potion of Stamina	a	the	Divine Potions of Stamina	\d	the	
    -_2BA4C891D7970C50	icoanimtammo	SGM Ammo Crafting Tool	a	the	SGM Ammo Crafting Tools	\d	the	
    -_AB5960C823428C6F	icoanimtarmor	SGM Armor Craft Tool	a	the	SGM Armor Craft Tools	\d	the	
    -_AB2950D12342745F	icoanimtjewel	SGM Jewel Craft Tool	a	the	SGM Jewel Craft Tools	\d	the	
    -_C10A910AD60E8CB5	icoanimtmwea	SGM Melee Weapon Craft Tool	a	the	SGM Melee Weapon Craft Tools	\d	the	
    -_412A8114D60E8CB5	icoanimtrwea	SGM Range Weapon Craft Tool	a	the	SGM Range Weapon Craft Tools	\d	the	
    -_D8512A3C46DECD3C	system_mp_extra_black	Perfect Generic Raw Material (Black)	a	the	Perfect Generic Raw Materials (Black)	\d	the	
    -_0AD0F57006AAC5F4	system_mp_extra_blue	Perfect Generic Raw Material (Blue)	a	the	Perfect Generic Raw Materials (Blue)	\d	the	
    -_9A91424107FEDD45	system_mp_extra_green	Perfect Generic Raw Material (Green)	a	the	Perfect Generic Raw Materials (Green)	\d	the	
    -_97226694C74E4A5F	system_mp_extra_purple	Perfect Generic Raw Material (Purple)	a	the	Perfect Generic Raw Materials (Purple)	\d	the	
    -_C23FF501BFDEE1D6	system_mp_extra_red	Perfect Generic Raw Material (Red)	a	the	Perfect Generic Raw Materials (Red)	\d	the	
    -_46FEA7B699F01ABB	system_mp_extra_turquoise	Perfect Generic Raw Material (Turquoise)	a	the	Perfect Generic Raw Materials (Turquoise)	\d	the	
    -_62D11A51C5EFED32	system_mp_extra_white	Perfect Generic Raw Material (White)	a	the	Perfect Generic Raw Materials (White)	\d	the	
    -_B70993A69EE3E687	system_mp_excellent_black	Excellent Generic Raw Material (Black)	a	the	Excellent Generic Raw Materials (Black)	\d	the	
    -_E1F8DECBA2C0126C	system_mp_excellent_blue	Excellent Generic Raw Material (Blue)	a	the	Excellent Generic Raw Materials (Blue)	\d	the	
    -_F80993A9E0430E92	system_mp_excellent_green	Excellent Generic Raw Material (Green)	a	the	Excellent Generic Raw Materials (Green)	\d	the	
    -_70C7CFE62497EBD5	system_mp_excellent_purple	Excellent Generic Raw Material (Purple)	a	the	Excellent Generic Raw Materials (Purple)	\d	the	
    -_6396266C1993062B	system_mp_excellent_red	Excellent Generic Raw Material (Red)	a	the	Excellent Generic Raw Materials (Red)	\d	the	
    -_D9F3E41C3DB85F0A	system_mp_excellent_turquoise	Excellent Generic Raw Material (Turquoise)	a	the	Excellent Generic Raw Materials (Turquoise)	\d	the	
    -_FC0993A06274F698	system_mp_excellent_white	Excellent Generic Raw Material (White)	a	the	Excellent Generic Raw Materials (White)	\d	the	
    -_29B958CBA68A90A0	web_transaction	Transaction	a	the	Transactions	\d	the	
    -_2015701C2C98F49B	rpjobloot_casket	Mysterious Casket 	a	the	Mysterious Caskets	\d	the	
    -_2E488BD22789DCAB	rpjobloot_event	Mysterious Purse	a	the	Mysterious Purses	\d	the	
    -_02C0AA7F32FA1A42	marauder_teleport_crystal	Marauder Teleport Crystal	a	the	Marauder Teleport Crystals	\d	the	
    -_30284704CC2117ED	xmas_gingeryubo	Gingerbread Yubo	a	the	Gingerbread Yubo		the	
    -_992D57D25430CAB2	xmas_gingerbread	Gingerbread Man	a	the	Gingerbread Man		the