Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- ----------------------------
- -- Table structure for `armor`
- -- ----------------------------
- DROP TABLE IF EXISTS `armor`;
- CREATE TABLE `armor` (
- `item_id` INT(11) NOT NULL DEFAULT '0',
- `name` VARCHAR(70) DEFAULT NULL,
- `bodypart` VARCHAR(15) NOT NULL DEFAULT '',
- `crystallizable` VARCHAR(5) NOT NULL DEFAULT '',
- `armor_type` VARCHAR(5) NOT NULL DEFAULT '',
- `weight` INT(5) NOT NULL DEFAULT '0',
- `crystal_type` enum('none','d','c','b','a','s') NOT NULL DEFAULT 'none',
- `avoid_modify` INT(1) NOT NULL DEFAULT '0',
- `duration` INT(3) NOT NULL DEFAULT '0',
- `p_def` INT(3) NOT NULL DEFAULT '0',
- `m_def` INT(2) NOT NULL DEFAULT '0',
- `mp_bonus` INT(3) NOT NULL DEFAULT '0',
- `price` INT(11) NOT NULL DEFAULT '0',
- `crystal_count` INT(4) DEFAULT NULL,
- `sellable` VARCHAR(5) DEFAULT NULL,
- `dropable` VARCHAR(5) DEFAULT NULL,
- `destroyable` VARCHAR(5) DEFAULT NULL,
- `tradeable` VARCHAR(5) DEFAULT NULL,
- `item_skill_id` DECIMAL(11,0) NOT NULL DEFAULT '0',
- `item_skill_lvl` DECIMAL(11,0) NOT NULL DEFAULT '0',
- `icon` VARCHAR(100) DEFAULT 'ICON',
- PRIMARY KEY (`item_id`)
- ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
- -- ----------------------------
- -- Records of armor
- -- ----------------------------
- INSERT INTO `armor` VALUES ('21', 'Shirt', 'chest', 'false', 'light', '4830', 'none', '0', '-1', '36', '0', '0', '147', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t02_u_i00');
- INSERT INTO `armor` VALUES ('22', 'Leather Shirt', 'chest', 'false', 'light', '4830', 'none', '0', '-1', '43', '0', '0', '2430', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t04_u_i00');
- INSERT INTO `armor` VALUES ('23', 'Wooden Breastplate', 'chest', 'false', 'light', '4820', 'none', '0', '-1', '47', '0', '0', '7960', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t06_u_i00');
- INSERT INTO `armor` VALUES ('24', 'Bone Breastplate', 'chest', 'false', 'light', '4770', 'none', '0', '-1', '50', '0', '0', '20300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t32_u_i00');
- INSERT INTO `armor` VALUES ('25', 'Piece Bone Breastplate', 'chest', 'false', 'heavy', '8970', 'none', '0', '-1', '62', '0', '0', '31800', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t33_u_i00');
- INSERT INTO `armor` VALUES ('26', 'Bronze Breastplate', 'chest', 'false', 'heavy', '8920', 'none', '0', '-1', '68', '0', '0', '49200', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t34_u_i00');
- INSERT INTO `armor` VALUES ('27', 'Hard Leather Shirt', 'chest', 'false', 'light', '4720', 'none', '0', '-1', '53', '0', '0', '36900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t30_u_i00');
- INSERT INTO `armor` VALUES ('28', 'Pants', 'legs', 'false', 'light', '1740', 'none', '0', '-1', '22', '0', '0', '92', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t02_l_i00');
- INSERT INTO `armor` VALUES ('29', 'Leather Pants', 'legs', 'false', 'light', '1730', 'none', '0', '-1', '27', '0', '0', '1520', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t04_l_i00');
- INSERT INTO `armor` VALUES ('30', 'Hard Leather Pants', 'legs', 'false', 'light', '1700', 'none', '0', '-1', '29', '0', '0', '4970', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t06_l_i00');
- INSERT INTO `armor` VALUES ('31', 'Bone Gaiters', 'legs', 'false', 'light', '1680', 'none', '0', '-1', '32', '0', '0', '12700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t32_l_i00');
- INSERT INTO `armor` VALUES ('32', 'Piece Bone Gaiters', 'legs', 'false', 'heavy', '4020', 'none', '0', '-1', '39', '0', '0', '19900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t33_l_i00');
- INSERT INTO `armor` VALUES ('33', 'Hard Leather Gaiters', 'legs', 'false', 'light', '1610', 'none', '0', '-1', '33', '0', '0', '23000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t30_l_i00');
- INSERT INTO `armor` VALUES ('34', 'Bronze Gaiters', 'legs', 'false', 'heavy', '3960', 'none', '0', '-1', '43', '0', '0', '30700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t34_l_i00');
- INSERT INTO `armor` VALUES ('35', 'Cloth Shoes', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t02_b_i00');
- INSERT INTO `armor` VALUES ('36', 'Leather Sandals', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t03_b_i00');
- INSERT INTO `armor` VALUES ('37', 'Leather Shoes', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '13', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t05_b_i00');
- INSERT INTO `armor` VALUES ('38', 'Low Boots', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '15', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t32_b_i00');
- INSERT INTO `armor` VALUES ('39', 'Boots', 'feet', 'false', 'none', '1310', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t30_b_i00');
- INSERT INTO `armor` VALUES ('40', 'Leather Boots', 'feet', 'true', 'none', '1300', 'd', '0', '-1', '19', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t09_b_i00');
- INSERT INTO `armor` VALUES ('41', 'Cloth Cap', 'head', 'false', 'none', '660', 'none', '0', '-1', '13', '0', '0', '55', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('42', 'Leather Cap', 'head', 'false', 'none', '660', 'none', '0', '-1', '16', '0', '0', '911', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('43', 'Wooden Helmet', 'head', 'false', 'none', '660', 'none', '0', '-1', '19', '0', '0', '3980', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('44', 'Leather Helmet', 'head', 'false', 'none', '650', 'none', '0', '-1', '23', '0', '0', '10200', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('45', 'Bone Helmet', 'head', 'true', 'none', '640', 'd', '0', '-1', '29', '0', '0', '31300', '56', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('46', 'Bronze Helmet', 'head', 'true', 'none', '630', 'd', '0', '-1', '33', '0', '0', '50000', '90', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('47', 'Helmet', 'head', 'true', 'none', '640', 'd', '0', '-1', '37', '0', '0', '76200', '138', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('48', 'Short Gloves', 'gloves', 'false', 'none', '660', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t02_g_i00');
- INSERT INTO `armor` VALUES ('49', 'Gloves', 'gloves', 'false', 'none', '660', 'none', '0', '-1', '13', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t06_g_i00');
- INSERT INTO `armor` VALUES ('50', 'Leather Gloves', 'gloves', 'false', 'none', '650', 'none', '0', '-1', '15', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t32_g_i00');
- INSERT INTO `armor` VALUES ('51', 'Bracer', 'gloves', 'false', 'none', '650', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t30_g_i00');
- INSERT INTO `armor` VALUES ('52', 'Hemp Cloak', 'underwear', 'false', 'none', '260', 'none', '0', '-1', '2', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back01');
- INSERT INTO `armor` VALUES ('53', 'Cotton Cloak', 'underwear', 'false', 'none', '250', 'none', '0', '-1', '3', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back02');
- INSERT INTO `armor` VALUES ('54', 'Silk Cloak', 'underwear', 'false', 'none', '250', 'none', '0', '-1', '4', '0', '0', '2650', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back03');
- INSERT INTO `armor` VALUES ('55', 'Cotton Undergarment', 'underwear', 'false', 'none', '170', 'none', '0', '-1', '4', '0', '0', '18', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('56', 'Wool Undergarment', 'underwear', 'false', 'none', '170', 'none', '0', '-1', '5', '0', '0', '304', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('58', 'Mithril Breastplate', 'chest', 'true', 'heavy', '8670', 'd', '0', '-1', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t19_u_i00');
- INSERT INTO `armor` VALUES ('59', 'Mithril Gaiters', 'legs', 'true', 'heavy', '3830', 'd', '0', '-1', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t19_l_i00');
- INSERT INTO `armor` VALUES ('60', 'Composite Armor', 'fullarmor', 'true', 'heavy', '10980', 'c', '0', '-1', '224', '0', '0', '1440000', '576', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t61_ul_i00');
- INSERT INTO `armor` VALUES ('61', 'Mithril Gloves', 'gloves', 'true', 'none', '630', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t46_g_i00');
- INSERT INTO `armor` VALUES ('62', 'Mithril Boots', 'feet', 'true', 'none', '1230', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_b_i00');
- INSERT INTO `armor` VALUES ('63', 'Gauntlets', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_g_i00');
- INSERT INTO `armor` VALUES ('64', 'Composite Boots', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t61_b_i00');
- INSERT INTO `armor` VALUES ('112', 'Apprentice\'s Earring', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '11', '0', '49', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_apprentices_earing_i00');
- INSERT INTO `armor` VALUES ('113', 'Mystic\'s Earring', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '13', '0', '811', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_mage_earing_i00');
- INSERT INTO `armor` VALUES ('114', 'Earring of Strength', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '16', '0', '3510', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_strength_i00');
- INSERT INTO `armor` VALUES ('115', 'Earring of Wisdom', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '16', '0', '3510', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_wisdom_i00');
- INSERT INTO `armor` VALUES ('116', 'Magic Ring', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '7', '0', '33', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_magic_ring_i00');
- INSERT INTO `armor` VALUES ('117', 'Ring of Mana', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_mana_i00');
- INSERT INTO `armor` VALUES ('118', 'Necklace of Magic', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '15', '0', '66', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_magic_i00');
- INSERT INTO `armor` VALUES ('119', 'Necklace of Binding', 'neck', 'true', 'none', '150', 'c', '0', '-1', '0', '64', '0', '565000', '226', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_binding_i00');
- INSERT INTO `armor` VALUES ('347', 'Ring Mail Breastplate', 'chest', 'true', 'heavy', '8820', 'd', '0', '-1', '77', '0', '0', '83500', '151', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t12_u_i00');
- INSERT INTO `armor` VALUES ('348', 'Scale Mail', 'chest', 'true', 'heavy', '8720', 'd', '0', '-1', '87', '0', '0', '133000', '241', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t08_u_i00');
- INSERT INTO `armor` VALUES ('349', 'Compound Scale Mail', 'chest', 'true', 'heavy', '8620', 'd', '0', '-1', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t20_u_i00');
- INSERT INTO `armor` VALUES ('350', 'Dwarven Scale Mail', 'chest', 'true', 'heavy', '8540', 'd', '0', '-1', '95', '0', '0', '183000', '332', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_u_i00');
- INSERT INTO `armor` VALUES ('351', 'Blast Plate', 'chest', 'true', 'heavy', '8420', 'd', '0', '-1', '97', '0', '0', '203000', '369', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_u_i00');
- INSERT INTO `armor` VALUES ('352', 'Brigandine Tunic', 'chest', 'true', 'heavy', '8320', 'd', '0', '-1', '103', '0', '0', '299000', '543', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t43_u_i00');
- INSERT INTO `armor` VALUES ('353', 'Half Plate Armor', 'chest', 'true', 'heavy', '8220', 'd', '0', '-1', '111', '0', '0', '391000', '710', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t46_u_i00');
- INSERT INTO `armor` VALUES ('354', 'Chain Mail Shirt', 'chest', 'true', 'heavy', '8120', 'c', '0', '-1', '120', '0', '0', '505000', '202', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t48_u_i00');
- INSERT INTO `armor` VALUES ('355', 'Dwarven Chain Mail Shirt', 'chest', 'true', 'heavy', '8070', 'c', '0', '-1', '129', '0', '0', '644000', '257', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t60_u_i00');
- INSERT INTO `armor` VALUES ('356', 'Full Plate Armor', 'fullarmor', 'true', 'heavy', '10480', 'c', '0', '-1', '239', '0', '0', '2090000', '836', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t62_ul_i00');
- INSERT INTO `armor` VALUES ('357', 'Zubei\'s Breastplate', 'chest', 'true', 'heavy', '7970', 'b', '0', '-1', '157', '0', '0', '2080000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_u_i00');
- INSERT INTO `armor` VALUES ('358', 'Blue Wolf Breastplate', 'chest', 'true', 'heavy', '7820', 'b', '0', '-1', '166', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_u_i00');
- INSERT INTO `armor` VALUES ('359', 'Shining Dragon Armor', 'fullarmor', 'true', 'heavy', '6400', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('360', 'Armor of Victory', 'chest', 'true', 'heavy', '3360', 'b', '0', '-1', '175', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_dwarven_scale_mail_i00');
- INSERT INTO `armor` VALUES ('361', 'Breastplate of Valor', 'chest', 'true', 'heavy', '3360', 'b', '0', '-1', '185', '0', '0', '4630000', '617', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_dwarven_scale_mail_i00');
- INSERT INTO `armor` VALUES ('362', 'Glorious Armor', 'fullarmor', 'true', 'heavy', '6720', 'b', '0', '-1', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('363', 'Red Flame Armor', 'fullarmor', 'true', 'heavy', '6400', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('364', 'Elven Crystal Breastplate', 'chest', 'true', 'heavy', '2400', 'b', '0', '-1', '175', '0', '0', '3220000', '429', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_dwarven_scale_mail_i00');
- INSERT INTO `armor` VALUES ('365', 'Dark Crystal Breastplate', 'chest', 'true', 'heavy', '7700', 'a', '0', '-1', '171', '0', '0', '4630000', '370', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_u_i00');
- INSERT INTO `armor` VALUES ('366', 'Implosion Armor', 'fullarmor', 'true', 'heavy', '6080', 'b', '0', '-1', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('367', 'Dark Dragon Armor', 'fullarmor', 'true', 'heavy', '5760', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('368', 'Elven Vagian Armor', 'fullarmor', 'true', 'heavy', '2400', 'b', '0', '-1', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('369', 'Dark Vagian Armor', 'fullarmor', 'true', 'heavy', '2400', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('370', 'Complete Set of Plate Armor', 'fullarmor', 'true', 'heavy', '6400', 'b', '0', '-1', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('371', 'Hell Plate', 'fullarmor', 'true', 'heavy', '6400', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('372', 'Art of Plate', 'fullarmor', 'true', 'heavy', '6720', 'b', '0', '-1', '284', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('373', 'Masterpiece Armor', 'fullarmor', 'true', 'heavy', '5600', 'b', '0', '-1', '301', '0', '0', '6770000', '902', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('374', 'Armor of Nightmare', 'fullarmor', 'true', 'heavy', '9580', 'a', '0', '-1', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_ul_i00');
- INSERT INTO `armor` VALUES ('375', 'Dragon Scale Mail', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '198', '0', '0', '10500000', '525', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t15_u_i00');
- INSERT INTO `armor` VALUES ('376', 'Iron Plate Gaiters', 'legs', 'true', 'heavy', '3820', 'd', '0', '-1', '48', '0', '0', '52200', '94', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t12_l_i00');
- INSERT INTO `armor` VALUES ('377', 'Scale Gaiters', 'legs', 'true', 'heavy', '3860', 'd', '0', '-1', '54', '0', '0', '83300', '151', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t08_l_i00');
- INSERT INTO `armor` VALUES ('378', 'Compound Scale Gaiters', 'legs', 'true', 'heavy', '3770', 'd', '0', '-1', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t20_l_i00');
- INSERT INTO `armor` VALUES ('379', 'Dwarven Scale Gaiters', 'legs', 'true', 'heavy', '3840', 'd', '0', '-1', '61', '0', '0', '127000', '230', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_l_i00');
- INSERT INTO `armor` VALUES ('380', 'Plate Gaiters', 'legs', 'true', 'heavy', '3770', 'd', '0', '-1', '70', '0', '0', '244000', '443', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t46_l_i00');
- INSERT INTO `armor` VALUES ('381', 'Chain Gaiters', 'legs', 'true', 'heavy', '3680', 'c', '0', '-1', '75', '0', '0', '316000', '126', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t48_l_i00');
- INSERT INTO `armor` VALUES ('382', 'Dwarven Chain Gaiters', 'legs', 'true', 'heavy', '3620', 'c', '0', '-1', '80', '0', '0', '403000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t60_l_i00');
- INSERT INTO `armor` VALUES ('383', 'Zubei\'s Gaiters', 'legs', 'true', 'heavy', '3570', 'b', '0', '-1', '98', '0', '0', '1300000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_l_i00');
- INSERT INTO `armor` VALUES ('384', 'Wolf Gaiters', 'legs', 'true', 'heavy', '2560', 'b', '0', '-1', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_plate_gaiters_i00');
- INSERT INTO `armor` VALUES ('385', 'Gaiters of Victory', 'legs', 'true', 'heavy', '2240', 'b', '0', '-1', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_plate_gaiters_i00');
- INSERT INTO `armor` VALUES ('386', 'Gaiters of Valor', 'legs', 'true', 'heavy', '2240', 'b', '0', '-1', '116', '0', '0', '2890000', '385', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_plate_gaiters_i00');
- INSERT INTO `armor` VALUES ('387', 'Elven Crystal Gaiters', 'legs', 'true', 'heavy', '2240', 'b', '0', '-1', '109', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_plate_gaiters_i00');
- INSERT INTO `armor` VALUES ('388', 'Dark Crystal Gaiters', 'legs', 'true', 'heavy', '3320', 'a', '0', '-1', '107', '0', '0', '2890000', '231', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_l_i00');
- INSERT INTO `armor` VALUES ('389', 'Dragon Scale Gaiters', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '122', '0', '0', '5980000', '299', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t15_l_i00');
- INSERT INTO `armor` VALUES ('390', 'Cotton Shirt', 'chest', 'false', 'light', '4770', 'none', '0', '-1', '50', '0', '0', '20300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t07_u_i00');
- INSERT INTO `armor` VALUES ('391', 'Puma Skin Shirt', 'chest', 'true', 'light', '4700', 'd', '0', '-1', '58', '0', '0', '62600', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t09_u_i00');
- INSERT INTO `armor` VALUES ('392', 'Lion Skin Shirt', 'chest', 'true', 'light', '4580', 'd', '0', '-1', '65', '0', '0', '99900', '181', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t18_u_i00');
- INSERT INTO `armor` VALUES ('393', 'Mithril Banded Mail', 'chest', 'true', 'light', '4570', 'd', '0', '-1', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_u_i00');
- INSERT INTO `armor` VALUES ('394', 'Reinforced Leather Shirt', 'chest', 'true', 'light', '4570', 'd', '0', '-1', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t13_u_i00');
- INSERT INTO `armor` VALUES ('395', 'Manticore Skin Shirt', 'chest', 'true', 'light', '4520', 'd', '0', '-1', '77', '0', '0', '224000', '407', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t42_u_i00');
- INSERT INTO `armor` VALUES ('396', 'Salamander Skin Mail', 'fullarmor', 'true', 'light', '6100', 'd', '0', '-1', '136', '0', '0', '429000', '780', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_ul_i00');
- INSERT INTO `armor` VALUES ('397', 'Mithril Shirt', 'chest', 'true', 'light', '4470', 'c', '0', '-1', '90', '0', '0', '379000', '151', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_u_i00');
- INSERT INTO `armor` VALUES ('398', 'Plated Leather', 'chest', 'true', 'light', '4450', 'c', '0', '-1', '94', '0', '0', '446000', '178', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_u_i00');
- INSERT INTO `armor` VALUES ('399', 'Rind Leather Armor', 'chest', 'true', 'light', '4420', 'c', '0', '-1', '97', '0', '0', '483000', '193', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t49_u_i00');
- INSERT INTO `armor` VALUES ('400', 'Theca Leather Armor', 'chest', 'true', 'light', '4370', 'c', '0', '-1', '106', '0', '0', '825000', '330', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t63_u_i00');
- INSERT INTO `armor` VALUES ('401', 'Drake Leather Armor', 'fullarmor', 'true', 'light', '5800', 'c', '0', '-1', '179', '0', '0', '1570000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t21_ul_i00');
- INSERT INTO `armor` VALUES ('402', 'Chain Mail of Silence', 'fullarmor', 'true', 'light', '3200', 'b', '0', '-1', '213', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('403', 'Gust Chain Mail', 'fullarmor', 'true', 'light', '2720', 'b', '0', '-1', '225', '0', '0', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('404', 'Prairie Leather Armor', 'chest', 'true', 'light', '8000', 'b', '0', '-1', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `armor` VALUES ('405', 'Leather Armor of The Underworld', 'chest', 'true', 'light', '8000', 'b', '0', '-1', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `armor` VALUES ('406', 'Leather Suit of Concentration', 'fullarmor', 'true', 'light', '2400', 'b', '0', '-1', '213', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('407', 'Ace\'s Leather Armor', 'fullarmor', 'true', 'light', '2400', 'b', '0', '-1', '225', '0', '0', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('408', 'Guardian\'s Leather Armor', 'chest', 'true', 'light', '8000', 'b', '0', '-1', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `armor` VALUES ('409', 'Marksman\'s Leather Armor', 'chest', 'true', 'light', '4300', 'b', '0', '-1', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `armor` VALUES ('410', 'Unicorn Leather Armor', 'fullarmor', 'true', 'light', '1280', 'a', '0', '-1', '238', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_composite_armor_i02');
- INSERT INTO `armor` VALUES ('411', 'Dragon Leather Armor', 'fullarmor', 'true', 'light', '4950', 's', '0', '-1', '237', '0', '0', '10500000', '525', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t45_ul_i00');
- INSERT INTO `armor` VALUES ('412', 'Cotton Pants', 'legs', 'false', 'light', '1630', 'none', '0', '-1', '32', '0', '0', '12700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t07_l_i00');
- INSERT INTO `armor` VALUES ('413', 'Puma Skin Gaiters', 'legs', 'true', 'light', '1600', 'd', '0', '-1', '36', '0', '0', '39100', '71', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t09_l_i00');
- INSERT INTO `armor` VALUES ('414', 'Lion Skin Gaiters', 'legs', 'true', 'light', '1570', 'd', '0', '-1', '41', '0', '0', '62500', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t18_l_i00');
- INSERT INTO `armor` VALUES ('415', 'Mithril Banded Gaiters', 'legs', 'true', 'light', '1580', 'd', '0', '-1', '46', '0', '0', '95200', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_l_i00');
- INSERT INTO `armor` VALUES ('416', 'Reinforced Leather Gaiters', 'legs', 'true', 'light', '1570', 'd', '0', '-1', '46', '0', '0', '95200', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t13_l_i00');
- INSERT INTO `armor` VALUES ('417', 'Manticore Skin Gaiters', 'legs', 'true', 'light', '1550', 'd', '0', '-1', '48', '0', '0', '140000', '254', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t42_l_i00');
- INSERT INTO `armor` VALUES ('418', 'Plated Leather Gaiters', 'legs', 'true', 'light', '1560', 'c', '0', '-1', '59', '0', '0', '279000', '111', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_l_i00');
- INSERT INTO `armor` VALUES ('419', 'Rind Leather Gaiters', 'legs', 'true', 'light', '1550', 'c', '0', '-1', '60', '0', '0', '302000', '120', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t49_l_i00');
- INSERT INTO `armor` VALUES ('420', 'Theca Leather Gaiters', 'legs', 'true', 'light', '1530', 'c', '0', '-1', '66', '0', '0', '516000', '206', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t63_l_i00');
- INSERT INTO `armor` VALUES ('421', 'Prairie Leather Gaiters', 'legs', 'true', 'light', '4800', 'b', '0', '-1', '82', '0', '0', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_gaiters_i00');
- INSERT INTO `armor` VALUES ('422', 'Gaiters of The Underworld', 'legs', 'true', 'light', '4800', 'b', '0', '-1', '87', '0', '0', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_gaiters_i00');
- INSERT INTO `armor` VALUES ('423', 'Guardian\'s Leather Gaiters', 'legs', 'true', 'light', '4800', 'b', '0', '-1', '82', '0', '0', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_gaiters_i00');
- INSERT INTO `armor` VALUES ('424', 'Marksman\'s Leather Gaiters', 'legs', 'true', 'light', '1490', 'b', '0', '-1', '87', '0', '0', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_gaiters_i00');
- INSERT INTO `armor` VALUES ('425', 'Apprentice\'s Tunic', 'chest', 'false', 'magic', '2150', 'none', '0', '-1', '17', '0', '19', '26', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t01_u_i00');
- INSERT INTO `armor` VALUES ('426', 'Tunic', 'chest', 'false', 'magic', '2150', 'none', '0', '-1', '18', '0', '24', '147', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t03_u_i00');
- INSERT INTO `armor` VALUES ('427', 'Cotton Robe', 'fullarmor', 'false', 'magic', '2750', 'none', '0', '-1', '35', '0', '61', '3550', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('428', 'Feriotic Tunic', 'chest', 'false', 'magic', '2140', 'none', '0', '-1', '21', '0', '38', '2430', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t52_u_i00');
- INSERT INTO `armor` VALUES ('429', 'Leather Tunic', 'chest', 'false', 'magic', '2110', 'none', '0', '-1', '25', '0', '52', '7960', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t05_u_i00');
- INSERT INTO `armor` VALUES ('430', 'Robe of Devotion', 'fullarmor', 'false', 'magic', '2650', 'none', '0', '-1', '49', '0', '109', '29700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('431', 'Robe of Magic', 'fullarmor', 'false', 'magic', '2600', 'none', '0', '-1', '56', '0', '140', '53900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('432', 'Cursed Tunic', 'chest', 'true', 'magic', '2090', 'd', '0', '-1', '39', '0', '106', '62600', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_u_i00');
- INSERT INTO `armor` VALUES ('433', 'Elven Tunic', 'chest', 'true', 'magic', '2080', 'd', '0', '-1', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t11_u_i00');
- INSERT INTO `armor` VALUES ('434', 'White Tunic', 'chest', 'true', 'magic', '2040', 'd', '0', '-1', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t16_u_i00');
- INSERT INTO `armor` VALUES ('435', 'Mystic\'s Tunic', 'chest', 'true', 'magic', '2030', 'd', '0', '-1', '43', '0', '126', '99900', '181', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t17_u_i00');
- INSERT INTO `armor` VALUES ('436', 'Tunic of Knowledge', 'chest', 'true', 'magic', '2020', 'd', '0', '-1', '49', '0', '147', '152000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t41_u_i00');
- INSERT INTO `armor` VALUES ('437', 'Mithril Tunic', 'chest', 'true', 'magic', '2010', 'd', '0', '-1', '52', '0', '169', '224000', '407', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t51_u_i00');
- INSERT INTO `armor` VALUES ('438', 'Sage\'s Rag', 'fullarmor', 'true', 'magic', '2580', 'd', '0', '-1', '90', '0', '320', '429000', '780', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_ul_i00');
- INSERT INTO `armor` VALUES ('439', 'Karmian Tunic', 'chest', 'true', 'magic', '1980', 'c', '0', '-1', '60', '0', '225', '379000', '151', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t53_u_i00');
- INSERT INTO `armor` VALUES ('440', 'Robe of Seal', 'fullarmor', 'true', 'magic', '2500', 'c', '0', '-1', '105', '0', '413', '707000', '282', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_ul_i00');
- INSERT INTO `armor` VALUES ('441', 'Demon\'s Tunic', 'chest', 'true', 'magic', '1990', 'c', '0', '-1', '69', '0', '284', '736000', '294', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t54_u_i00');
- INSERT INTO `armor` VALUES ('442', 'Divine Tunic', 'chest', 'true', 'magic', '1980', 'c', '0', '-1', '74', '0', '314', '1070000', '428', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t57_u_i00');
- INSERT INTO `armor` VALUES ('443', 'Tunic of Mana', 'chest', 'true', 'magic', '2000', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('444', 'Sage\'s Robe', 'fullarmor', 'true', 'magic', '1600', 'b', '0', '-1', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('445', 'Paradia Tunic', 'chest', 'true', 'magic', '1990', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('446', 'Inferno Tunic', 'chest', 'true', 'magic', '1880', 'b', '0', '-1', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('447', 'Tunic of Solar Eclipse', 'chest', 'true', 'magic', '1960', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('448', 'Robe of Black Ore', 'fullarmor', 'true', 'magic', '1600', 'b', '0', '-1', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('449', 'Tunic of Summoning', 'chest', 'true', 'magic', '1950', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('450', 'Otherworldly Robe', 'fullarmor', 'true', 'magic', '1600', 'b', '0', '-1', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('451', 'Elemental Tunic', 'chest', 'true', 'magic', '1970', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('452', 'Tunic of Phantom', 'chest', 'true', 'magic', '1890', 'b', '0', '-1', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('453', 'Tunic of Grace', 'chest', 'true', 'magic', '1930', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('454', 'Robe of Holy Spirit', 'fullarmor', 'true', 'magic', '1600', 'b', '0', '-1', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('455', 'Phoenix Tunic', 'chest', 'true', 'magic', '1950', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('456', 'Cerberus Tunic', 'chest', 'true', 'magic', '1870', 'b', '0', '-1', '92', '0', '409', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('457', 'Tunic of Aid', 'chest', 'true', 'magic', '1910', 'b', '0', '-1', '87', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_tunic_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('458', 'Robe of Blessing', 'fullarmor', 'true', 'magic', '1600', 'b', '0', '-1', '150', '0', '665', '5080000', '677', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('459', 'Dasparion\'s Robe', 'fullarmor', 'true', 'magic', '1200', 'a', '0', '-1', '158', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cotton_robe_i02');
- INSERT INTO `armor` VALUES ('460', 'The Robe', 'fullarmor', 'true', 'magic', '2300', 's', '0', '-1', '158', '0', '773', '10500000', '525', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t44_ul_i00');
- INSERT INTO `armor` VALUES ('461', 'Apprentice\'s Stockings', 'legs', 'false', 'magic', '1100', 'none', '0', '-1', '10', '0', '10', '6', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t01_l_i00');
- INSERT INTO `armor` VALUES ('462', 'Stockings', 'legs', 'false', 'magic', '1080', 'none', '0', '-1', '11', '0', '15', '92', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t03_l_i00');
- INSERT INTO `armor` VALUES ('463', 'Feriotic Stockings', 'legs', 'false', 'magic', '1070', 'none', '0', '-1', '13', '0', '23', '1520', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t52_l_i00');
- INSERT INTO `armor` VALUES ('464', 'Leather Stockings', 'legs', 'false', 'magic', '1020', 'none', '0', '-1', '16', '0', '33', '4970', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t05_l_i00');
- INSERT INTO `armor` VALUES ('465', 'Cursed Stockings', 'legs', 'true', 'magic', '1020', 'd', '0', '-1', '24', '0', '66', '39100', '71', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_l_i00');
- INSERT INTO `armor` VALUES ('466', 'Elven Stockings', 'legs', 'true', 'magic', '1010', 'd', '0', '-1', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t11_l_i00');
- INSERT INTO `armor` VALUES ('467', 'Dark Stockings', 'legs', 'true', 'magic', '1000', 'd', '0', '-1', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t16_l_i00');
- INSERT INTO `armor` VALUES ('468', 'Mystic\'s Stockings', 'legs', 'true', 'magic', '990', 'd', '0', '-1', '27', '0', '79', '62500', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t17_l_i00');
- INSERT INTO `armor` VALUES ('469', 'Stockings of Knowledge', 'legs', 'true', 'magic', '1000', 'd', '0', '-1', '30', '0', '92', '95200', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t41_l_i00');
- INSERT INTO `armor` VALUES ('470', 'Mithril Stockings', 'legs', 'true', 'magic', '980', 'd', '0', '-1', '32', '0', '105', '140000', '254', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t51_l_i00');
- INSERT INTO `armor` VALUES ('471', 'Karmian Stockings', 'legs', 'true', 'magic', '970', 'c', '0', '-1', '37', '0', '141', '237000', '94', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t53_l_i00');
- INSERT INTO `armor` VALUES ('472', 'Demon\'s Stockings', 'legs', 'true', 'magic', '980', 'c', '0', '-1', '43', '0', '177', '460000', '184', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t54_l_i00');
- INSERT INTO `armor` VALUES ('473', 'Divine Stockings', 'legs', 'true', 'magic', '960', 'c', '0', '-1', '46', '0', '196', '671000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t57_l_i00');
- INSERT INTO `armor` VALUES ('474', 'Stockings of Mana', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('475', 'Paradia Stockings', 'legs', 'true', 'magic', '1600', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('476', 'Inferno Stockings', 'legs', 'true', 'magic', '1600', 'b', '0', '-1', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('477', 'Stockings of Solar Eclipse', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('478', 'Stockings of Summoning', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('479', 'Elemental Stockings', 'legs', 'true', 'magic', '1600', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('480', 'Stockings of Phantom', 'legs', 'true', 'magic', '1600', 'b', '0', '-1', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('481', 'Stockings of Grace', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('482', 'Phoenix Stockings', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('483', 'Cerberus Stockings', 'legs', 'true', 'magic', '6400', 'b', '0', '-1', '58', '0', '256', '2170000', '289', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('484', 'Stockings of Aid', 'legs', 'true', 'magic', '2400', 'b', '0', '-1', '55', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_hose_i00');
- INSERT INTO `armor` VALUES ('485', 'Tattoo of Power', 'underwear', 'false', 'none', '4200', 'none', '0', '-1', '53', '0', '0', '36900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('486', 'Tattoo of Fire', 'underwear', 'true', 'none', '4050', 'd', '0', '-1', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('487', 'Tattoo of Resolve', 'underwear', 'true', 'none', '4000', 'd', '0', '-1', '73', '0', '0', '152000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('488', 'Tattoo of Flame', 'underwear', 'true', 'none', '800', 'b', '0', '-1', '139', '0', '0', '3470000', '462', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('489', 'Tattoo of Bravery', 'underwear', 'true', 'none', '4100', 'c', '0', '-1', '110', '0', '0', '1070000', '428', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('490', 'Tattoo of Blood', 'underwear', 'true', 'none', '3800', 'a', '0', '-1', '132', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('491', 'Tattoo of Absolute', 'underwear', 'true', 'none', '800', 'a', '0', '-1', '146', '0', '0', '5280000', '422', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('492', 'Tattoo of Soul', 'underwear', 'true', 'none', '4150', 'd', '0', '-1', '65', '0', '0', '99900', '181', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('493', 'Tattoo of Avadon', 'underwear', 'true', 'none', '4000', 'b', '0', '-1', '117', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('494', 'Tattoo of Doom', 'underwear', 'true', 'none', '4100', 'b', '0', '-1', '125', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('495', 'Tattoo of Pledge', 'underwear', 'true', 'none', '4000', 'b', '0', '-1', '124', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal03');
- INSERT INTO `armor` VALUES ('496', 'Tattoo of Divine', 'underwear', 'true', 'none', '4100', 'b', '0', '-1', '131', '0', '0', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('497', 'Chain Helmet', 'head', 'true', 'none', '620', 'c', '0', '-1', '45', '0', '0', '147000', '59', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('498', 'Steel Plate Helmet', 'head', 'true', 'none', '610', 'c', '0', '-1', '49', '0', '0', '206000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('499', 'Mithril Helmet', 'head', 'true', 'none', '240', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('500', 'Great Helmet', 'head', 'true', 'none', '610', 'c', '0', '-1', '51', '0', '0', '242000', '96', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('501', 'Armet', 'head', 'true', 'none', '580', 'b', '0', '-1', '62', '0', '0', '1030000', '4', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('502', 'Close Helmet', 'head', 'true', 'none', '570', 'a', '0', '-1', '64', '0', '0', '1560000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('503', 'Zubei\'s Helmet', 'head', 'true', 'none', '590', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('504', 'Dragon Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '77', '0', '0', '3590000', '179', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('505', 'Wolf Helmet', 'head', 'true', 'none', '580', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('506', 'Shining Dragon Helmet', 'head', 'true', 'none', '880', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('507', 'Helmet of Victory', 'head', 'true', 'none', '640', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('508', 'Helmet of Valor', 'head', 'true', 'none', '720', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('509', 'Glorious Helmet', 'head', 'true', 'none', '800', 'a', '0', '-1', '65', '0', '0', '2040000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('510', 'Red Flame Helmet', 'head', 'true', 'none', '960', 'a', '0', '-1', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('511', 'Elven Crystal Helmet', 'head', 'true', 'none', '580', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('512', 'Dark Crystal Helmet', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('513', 'Implosion Helmet', 'head', 'true', 'none', '480', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('514', 'Dark Dragon Helmet', 'head', 'true', 'none', '400', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('515', 'Elven Vagian Helm', 'head', 'true', 'none', '560', 'a', '0', '-1', '65', '0', '0', '2040000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('516', 'Dark Vagian Helm', 'head', 'true', 'none', '560', 'a', '0', '-1', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('517', 'Composite Helmet', 'head', 'true', 'none', '610', 'c', '0', '-1', '54', '0', '0', '368000', '147', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('518', 'Hell Helm', 'head', 'true', 'none', '320', 'a', '0', '-1', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('519', 'Art of Helmet', 'head', 'true', 'none', '400', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('520', 'Masterpiece Helm', 'head', 'true', 'none', '400', 'a', '0', '-1', '71', '0', '0', '2640000', '3', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('521', 'Helmet of Silence', 'head', 'true', 'none', '320', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('522', 'Gust Helmet', 'head', 'true', 'none', '570', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('523', 'Prairie Helmet', 'head', 'true', 'none', '480', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('524', 'Helm of The Underworld', 'head', 'true', 'none', '320', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('525', 'Helmet of Concentration', 'head', 'true', 'none', '320', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('526', 'Ace\'s Helmet', 'head', 'true', 'none', '320', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('527', 'Guardian\'s Helmet', 'head', 'true', 'none', '240', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('528', 'Marksman Helmet', 'head', 'true', 'none', '240', 'b', '0', '-1', '67', '0', '0', '1740000', '232', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('529', 'Cap of Mana', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('530', 'Sage\'s Cap', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('531', 'Paradia Hood', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('532', 'Inferno Hood', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('533', 'Hood of Solar Eclipse', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('534', 'Hood of Black Ore', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('535', 'Hood of Summoning', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('536', 'Otherworldly Hood', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('537', 'Elemental Hood', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('538', 'Hood of Phantom', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('539', 'Hood of Grace', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('540', 'Hood of Holy Spirit', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('541', 'Phoenix Hood', 'head', 'true', 'none', '590', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('542', 'Cerberus Hood', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('543', 'Hood of Aid', 'head', 'true', 'none', '320', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('544', 'Hood of Blessing', 'head', 'true', 'none', '320', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_cloth_helmet_i00');
- INSERT INTO `armor` VALUES ('545', 'Flame Helm', 'head', 'true', 'none', '400', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('546', 'Helm of Bravery', 'head', 'true', 'none', '400', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('547', 'Tallum Helm', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('548', 'Absolute Helm', 'head', 'true', 'none', '400', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('549', 'Helm of Avadon', 'head', 'true', 'none', '400', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('550', 'Helm of Doom', 'head', 'true', 'none', '400', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('551', 'Helmet of Pledge', 'head', 'true', 'none', '400', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('552', 'Divine Helm', 'head', 'true', 'none', '400', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('553', 'Iron Boots', 'feet', 'true', 'none', '1280', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_b_i00');
- INSERT INTO `armor` VALUES ('554', 'Zubei\'s Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_b_i02');
- INSERT INTO `armor` VALUES ('555', 'Dragon Boots', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('556', 'Wolf Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('557', 'Shining Dragon Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('558', 'Boots of Victory', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('559', 'Boots of Valor', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('560', 'Glorious Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('561', 'Red Flame Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_b_i00');
- INSERT INTO `armor` VALUES ('562', 'Elven Crystal Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('563', 'Dark Crystal Boots', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_b_i00');
- INSERT INTO `armor` VALUES ('564', 'Implosion Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_b_i00');
- INSERT INTO `armor` VALUES ('565', 'Dark Dragon Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('566', 'Elven Vagian Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('567', 'Dark Vagian Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('568', 'Composite Boots', 'feet', 'true', 'none', '200', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('569', 'Hell Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('570', 'Art of Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('571', 'Masterpiece Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('572', 'Boots of Silence', 'feet', 'true', 'none', '1190', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_b_i00');
- INSERT INTO `armor` VALUES ('573', 'Gust Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('574', 'Prairie Boots', 'feet', 'true', 'none', '1140', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('575', 'Boots of The Underworld', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_b_i00');
- INSERT INTO `armor` VALUES ('576', 'Boots of Concentration', 'feet', 'true', 'none', '1170', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('577', 'Ace\'s Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('578', 'Guardian\'s Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_b_i00');
- INSERT INTO `armor` VALUES ('579', 'Marksman Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('580', 'Boots of Mana', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('581', 'Sage\'s Boots', 'feet', 'true', 'none', '1150', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('582', 'Paradia Boots', 'feet', 'true', 'none', '1140', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_b_i00');
- INSERT INTO `armor` VALUES ('583', 'Majestic Boots', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('584', 'Boots of Solar Eclipse', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('585', 'Boots of Black Ore', 'feet', 'true', 'none', '1200', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('586', 'Boots of Summoning', 'feet', 'true', 'none', '1170', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('587', 'Otherworldly Boots', 'feet', 'true', 'none', '1200', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('588', 'Elemental Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_b_i00');
- INSERT INTO `armor` VALUES ('589', 'Boots of Phantom', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('590', 'Boots of Grace', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_b_i00');
- INSERT INTO `armor` VALUES ('591', 'Boots of Holy Spirit', 'feet', 'true', 'none', '1200', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('592', 'Phoenix Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('593', 'Cerberus Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('594', 'Boots of Aid', 'feet', 'true', 'none', '1200', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('595', 'Boots of Blessing', 'feet', 'true', 'none', '1160', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_b_i00');
- INSERT INTO `armor` VALUES ('596', 'Flame Boots', 'feet', 'true', 'none', '1020', 'b', '0', '-1', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('597', 'Boots of Bravery', 'feet', 'true', 'none', '1050', 'b', '0', '-1', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('598', 'Blood Boots', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('599', 'Absolute Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('600', 'Avadon Boots', 'feet', 'true', 'none', '1170', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_b_i02');
- INSERT INTO `armor` VALUES ('601', 'Boots of Doom', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_b_i02');
- INSERT INTO `armor` VALUES ('602', 'Boots of Pledge', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '45', '0', '0', '1160000', '154', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('603', 'Divine Boots', 'feet', 'true', 'none', '1200', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_b_i00');
- INSERT INTO `armor` VALUES ('604', 'Crafted Leather Gloves', 'gloves', 'true', 'none', '650', 'd', '0', '-1', '19', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t09_g_i00');
- INSERT INTO `armor` VALUES ('605', 'Leather Gauntlets', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '22', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t18_g_i00');
- INSERT INTO `armor` VALUES ('606', 'Rip Gauntlets', 'gloves', 'true', 'none', '630', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_g_i00');
- INSERT INTO `armor` VALUES ('607', 'Ogre Power Gauntlets', 'gloves', 'true', 'none', '620', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('608', 'Mithril Gauntlets', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t61_g_i00');
- INSERT INTO `armor` VALUES ('609', 'Gauntlets of Ghost', 'gloves', 'true', 'none', '1920', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('610', 'Saint Knight\'s Gauntlets', 'gloves', 'true', 'none', '6400', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('611', 'Soul Leech Gauntlets', 'gloves', 'true', 'none', '4800', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('612', 'Zubei\'s Gauntlets', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_g_i02');
- INSERT INTO `armor` VALUES ('613', 'Sand Dragon Gloves', 'gloves', 'true', 'none', '3200', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('614', 'Knight\'s Cloak', 'underwear', 'true', 'none', '240', 'd', '0', '-1', '7', '0', '0', '20900', '38', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back04');
- INSERT INTO `armor` VALUES ('615', 'Cobweb Cloak', 'underwear', 'true', 'none', '240', 'd', '0', '-1', '8', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back05');
- INSERT INTO `armor` VALUES ('616', 'Cloak of Magic', 'underwear', 'true', 'none', '240', 'd', '0', '-1', '11', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back06');
- INSERT INTO `armor` VALUES ('617', 'Mithril Cloak', 'underwear', 'true', 'none', '240', 'd', '0', '-1', '11', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back07');
- INSERT INTO `armor` VALUES ('618', 'Cloak of Self Protection', 'underwear', 'true', 'none', '240', 'c', '0', '-1', '13', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back08');
- INSERT INTO `armor` VALUES ('619', 'Ancient Cloak', 'underwear', 'true', 'none', '230', 'c', '0', '-1', '15', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('620', 'Cloak of Protection', 'underwear', 'true', 'none', '230', 'c', '0', '-1', '16', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('621', 'Cloak of Hell', 'underwear', 'true', 'none', '220', 'b', '0', '-1', '18', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('622', 'Holy Spirit\'s Cloak', 'underwear', 'true', 'none', '220', 'a', '0', '-1', '18', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('623', 'Divine Cloak', 'underwear', 'true', 'none', '220', 'a', '0', '-1', '19', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('624', 'Cloak of Invisibility', 'underwear', 'false', 'none', '260', 'none', '0', '-1', '2', '0', '0', '37', '0', 'true', 'false', 'true', 'true', '0', '0', 'icon.armor_back09');
- INSERT INTO `armor` VALUES ('675', 'Silk Yarn Undergarment Set', 'underwear', 'false', 'none', '170', 'none', '0', '-1', '6', '0', '0', '1330', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('676', 'Pure White Undergarment Set', 'underwear', 'false', 'none', '160', 'none', '0', '-1', '9', '0', '0', '6150', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('677', 'One-Piece Swimsuit', 'underwear', 'true', 'none', '150', 'd', '0', '-1', '10', '0', '0', '10400', '18', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('678', 'Bikini Set', 'underwear', 'true', 'none', '150', 'd', '0', '-1', '11', '0', '0', '16700', '30', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear02');
- INSERT INTO `armor` VALUES ('679', 'Cursed Undergarment Set', 'underwear', 'true', 'none', '150', 'd', '0', '-1', '12', '0', '0', '25400', '46', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('680', 'Mithril Undergarment Set', 'underwear', 'true', 'none', '140', 'c', '0', '-1', '16', '0', '0', '63100', '25', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('681', 'Fascination Undergarment Set', 'underwear', 'true', 'none', '140', 'c', '0', '-1', '17', '0', '0', '80500', '32', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('682', 'Demon\'s Undergarment Set', 'underwear', 'true', 'none', '140', 'c', '0', '-1', '19', '0', '0', '179000', '71', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('683', 'Holy Undergarment Set', 'underwear', 'true', 'none', '140', 'b', '0', '-1', '22', '0', '0', '402000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear01');
- INSERT INTO `armor` VALUES ('684', 'Underwear of Rule', 'underwear', 'true', 'none', '140', 'a', '0', '-1', '24', '0', '0', '880000', '70', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear02');
- INSERT INTO `armor` VALUES ('685', 'Crystal Swimsuit Set', 'underwear', 'true', 'none', '130', 's', '0', '-1', '26', '0', '0', '1310000', '65', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_underwear02');
- INSERT INTO `armor` VALUES ('845', 'Cat\'s Eye Earring', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '19', '0', '8890', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_catseye_earing_i00');
- INSERT INTO `armor` VALUES ('846', 'Coral Earring', 'rear,lear', 'false', 'none', '150', 'none', '0', '-1', '0', '21', '0', '16000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_coral_earing_i00');
- INSERT INTO `armor` VALUES ('847', 'Red Crescent Earring', 'rear,lear', 'true', 'none', '150', 'd', '0', '-1', '0', '24', '0', '26900', '48', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_red_cresent_earing_i00');
- INSERT INTO `armor` VALUES ('848', 'Enchanted Earring', 'rear,lear', 'true', 'none', '150', 'd', '0', '-1', '0', '27', '0', '42600', '77', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_enchanted_earing_i00');
- INSERT INTO `armor` VALUES ('849', 'Tiger\'s Eye Earring', 'rear,lear', 'true', 'none', '150', 'd', '0', '-1', '0', '30', '0', '64300', '116', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_tigerseye_earing_i00');
- INSERT INTO `armor` VALUES ('850', 'Elven Earring', 'rear,lear', 'true', 'none', '150', 'd', '0', '-1', '0', '34', '0', '93400', '169', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elven_earing_i00');
- INSERT INTO `armor` VALUES ('851', 'Omen Beast\'s Eye Earring', 'rear,lear', 'true', 'none', '150', 'd', '0', '-1', '0', '36', '0', '121000', '220', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_onyxbeastseye_earing_i00');
- INSERT INTO `armor` VALUES ('852', 'Moonstone Earring', 'rear,lear', 'true', 'none', '150', 'c', '0', '-1', '0', '39', '0', '155000', '62', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_moonstone_earing_i00');
- INSERT INTO `armor` VALUES ('853', 'Earring of Protection', 'rear,lear', 'true', 'none', '150', 'c', '0', '-1', '0', '42', '0', '196000', '78', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_protection_i00');
- INSERT INTO `armor` VALUES ('854', 'Earring of Binding', 'rear,lear', 'true', 'none', '150', 'c', '0', '-1', '0', '45', '0', '295000', '118', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_binding_i00');
- INSERT INTO `armor` VALUES ('855', 'Nassen\'s Earring', 'rear,lear', 'true', 'none', '150', 'c', '0', '-1', '0', '48', '0', '424000', '169', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_nassens_earing_i00');
- INSERT INTO `armor` VALUES ('856', 'Adamantite Earring', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_adamantite_earing_i00');
- INSERT INTO `armor` VALUES ('857', 'Blessed Earring', 'rear,lear', 'true', 'none', '150', 'c', '0', '-1', '0', '48', '0', '424000', '169', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_blessed_earing_i00');
- INSERT INTO `armor` VALUES ('858', 'Tateossian Earring', 'rear,lear', 'true', 'none', '150', 's', '0', '-1', '0', '71', '31', '4440000', '222', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_earring_i00');
- INSERT INTO `armor` VALUES ('859', 'Earring of Mana', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_mana_i00');
- INSERT INTO `armor` VALUES ('860', 'Sage\'s Earring', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_sages_earing_i00');
- INSERT INTO `armor` VALUES ('861', 'Paradia Earring', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_paradia_earing_i00');
- INSERT INTO `armor` VALUES ('862', 'Majestic Earring', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '63', '25', '2590000', '207', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_earing_i00');
- INSERT INTO `armor` VALUES ('863', 'Earring of Solar Eclipse', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_sola_eclipse_i00');
- INSERT INTO `armor` VALUES ('864', 'Earring of Black Ore', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_black_ore_i00');
- INSERT INTO `armor` VALUES ('865', 'Earring of Summoning', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_summons_i00');
- INSERT INTO `armor` VALUES ('866', 'Otherworldly Earring', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_another_worlds_earing_i00');
- INSERT INTO `armor` VALUES ('867', 'Elemental Earring', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elemental_earing_i00');
- INSERT INTO `armor` VALUES ('868', 'Earring of Phantom', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_phantom_i00');
- INSERT INTO `armor` VALUES ('869', 'Earring of Grace', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_grace_i00');
- INSERT INTO `armor` VALUES ('870', 'Earring of Holy Spirit', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '54', '0', '924000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_holy_spirit_i00');
- INSERT INTO `armor` VALUES ('871', 'Phoenix Earring', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '60', '20', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_earing_i00');
- INSERT INTO `armor` VALUES ('872', 'Cerberus Earring', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_cerberuss_earing_i00');
- INSERT INTO `armor` VALUES ('873', 'Earring of Aid', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_assistance_i00');
- INSERT INTO `armor` VALUES ('874', 'Earring of Blessing', 'rear,lear', 'true', 'none', '150', 'b', '0', '-1', '0', '51', '0', '606000', '80', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_earing_of_blessing_i00');
- INSERT INTO `armor` VALUES ('875', 'Ring of Knowledge', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '9', '0', '540', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('876', 'Ring of Anguish', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_anguish_i00');
- INSERT INTO `armor` VALUES ('877', 'Ring of Wisdom', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '12', '0', '5920', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_wisdom_i00');
- INSERT INTO `armor` VALUES ('878', 'Blue Coral Ring', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '14', '0', '10700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_blue_coral_ring_i00');
- INSERT INTO `armor` VALUES ('879', 'Enchanted Ring', 'rfinger,lfinger', 'true', 'none', '150', 'd', '0', '-1', '0', '18', '0', '28400', '51', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_enchanted_ring_i00');
- INSERT INTO `armor` VALUES ('880', 'Black Pearl Ring', 'rfinger,lfinger', 'true', 'none', '150', 'd', '0', '-1', '0', '20', '0', '42800', '77', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_black_pearl_ring_i00');
- INSERT INTO `armor` VALUES ('881', 'Elven Ring', 'rfinger,lfinger', 'true', 'none', '150', 'd', '0', '-1', '0', '22', '0', '62300', '113', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elven_ring_i00');
- INSERT INTO `armor` VALUES ('882', 'Mithril Ring', 'rfinger,lfinger', 'true', 'none', '150', 'd', '0', '-1', '0', '24', '0', '80800', '146', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_mithril_ring_i00');
- INSERT INTO `armor` VALUES ('883', 'Aquastone Ring', 'rfinger,lfinger', 'true', 'none', '150', 'c', '0', '-1', '0', '26', '0', '103000', '41', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_aquastone_ring_i00');
- INSERT INTO `armor` VALUES ('884', 'Ring of Protection', 'rfinger,lfinger', 'true', 'none', '150', 'c', '0', '-1', '0', '28', '0', '130000', '52', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_protection_i00');
- INSERT INTO `armor` VALUES ('885', 'Ring of Ages', 'rfinger,lfinger', 'true', 'none', '150', 'c', '0', '-1', '0', '30', '0', '196000', '78', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_ages_i00');
- INSERT INTO `armor` VALUES ('886', 'Ring of Binding', 'rfinger,lfinger', 'true', 'none', '150', 'c', '0', '-1', '0', '32', '0', '282000', '112', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_binding_i00');
- INSERT INTO `armor` VALUES ('887', 'Adamantite Ring', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_adamantite_ring_i00');
- INSERT INTO `armor` VALUES ('888', 'Blessed Ring', 'rfinger,lfinger', 'true', 'none', '150', 'c', '0', '-1', '0', '32', '0', '282000', '112', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_blessed_ring_i00');
- INSERT INTO `armor` VALUES ('889', 'Tateossian Ring', 'rfinger,lfinger', 'true', 'none', '150', 's', '0', '-1', '0', '48', '21', '2960000', '148', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_ring_i00');
- INSERT INTO `armor` VALUES ('890', 'Ring of Devotion', 'rfinger,lfinger', 'true', 'none', '150', 'd', '0', '-1', '0', '16', '0', '18000', '32', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_devotion_i00');
- INSERT INTO `armor` VALUES ('891', 'Sage\'s Ring', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_sages_ring_i00');
- INSERT INTO `armor` VALUES ('892', 'Paradia Ring', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_paradia_ring_i00');
- INSERT INTO `armor` VALUES ('893', 'Majestic Ring', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '42', '17', '1730000', '138', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_ring_i00');
- INSERT INTO `armor` VALUES ('894', 'Ring of Solar Eclipse', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_sola_eclipse_i00');
- INSERT INTO `armor` VALUES ('895', 'Ring of Black Ore', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_black_ore_i00');
- INSERT INTO `armor` VALUES ('896', 'Ring of Summoning', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_summons_i00');
- INSERT INTO `armor` VALUES ('897', 'Otherworldly Ring', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_another_worlds_ring_i00');
- INSERT INTO `armor` VALUES ('898', 'Elemental Ring', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elemental_ring_i00');
- INSERT INTO `armor` VALUES ('899', 'Ring of Phantom', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_phantom_i00');
- INSERT INTO `armor` VALUES ('900', 'Ring of Grace', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_grace_i00');
- INSERT INTO `armor` VALUES ('901', 'Ring of Holy Spirit', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '36', '0', '616000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_holy_spirit_i00');
- INSERT INTO `armor` VALUES ('902', 'Phoenix Ring', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '40', '13', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_ring_i00');
- INSERT INTO `armor` VALUES ('903', 'Cerberus Ring', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_cerberuss_ring_i00');
- INSERT INTO `armor` VALUES ('904', 'Ring of Aid', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_assistance_i00');
- INSERT INTO `armor` VALUES ('905', 'Ring of Blessing', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '34', '0', '404000', '53', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_blessing_i00');
- INSERT INTO `armor` VALUES ('906', 'Necklace of Knowledge', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '18', '0', '1080', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_knowledge_i00');
- INSERT INTO `armor` VALUES ('907', 'Necklace of Anguish', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '21', '0', '4680', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_anguish_i00');
- INSERT INTO `armor` VALUES ('908', 'Necklace of Wisdom', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '25', '0', '11900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_wisdom_i00');
- INSERT INTO `armor` VALUES ('909', 'Blue Diamond Necklace', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '28', '0', '21300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_blue_diamond_necklace_i00');
- INSERT INTO `armor` VALUES ('910', 'Necklace of Devotion', 'neck', 'true', 'none', '150', 'd', '0', '-1', '0', '32', '0', '35900', '65', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_devotion_i00');
- INSERT INTO `armor` VALUES ('911', 'Enchanted Necklace', 'neck', 'true', 'none', '150', 'd', '0', '-1', '0', '36', '0', '56800', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_enchanted_necklace_i00');
- INSERT INTO `armor` VALUES ('912', 'Near Forest Necklace', 'neck', 'true', 'none', '150', 'd', '0', '-1', '0', '40', '0', '85700', '155', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_near_forest_necklace_i00');
- INSERT INTO `armor` VALUES ('913', 'Elven Necklace', 'neck', 'true', 'none', '150', 'd', '0', '-1', '0', '45', '0', '125000', '227', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elven_necklace_i00');
- INSERT INTO `armor` VALUES ('914', 'Necklace of Darkness', 'neck', 'true', 'none', '150', 'd', '0', '-1', '0', '48', '0', '162000', '294', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_darkness_i00');
- INSERT INTO `armor` VALUES ('915', 'Aquastone Necklace', 'neck', 'true', 'none', '150', 'c', '0', '-1', '0', '52', '0', '207000', '82', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_aquastone_necklace_i00');
- INSERT INTO `armor` VALUES ('916', 'Necklace of Protection', 'neck', 'true', 'none', '150', 'c', '0', '-1', '0', '56', '0', '261000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_protection_i00');
- INSERT INTO `armor` VALUES ('917', 'Necklace of Mermaid', 'neck', 'true', 'none', '150', 'c', '0', '-1', '0', '60', '0', '393000', '157', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_mermaid_i00');
- INSERT INTO `armor` VALUES ('918', 'Adamantite Necklace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_adamantite_necklace_i00');
- INSERT INTO `armor` VALUES ('919', 'Blessed Necklace', 'neck', 'true', 'none', '150', 'c', '0', '-1', '0', '64', '0', '565000', '226', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_blessed_necklace_i00');
- INSERT INTO `armor` VALUES ('920', 'Tateossian Necklace', 'neck', 'true', 'none', '150', 's', '0', '-1', '0', '95', '42', '5920000', '296', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_necklace_i00');
- INSERT INTO `armor` VALUES ('921', 'Necklace of Mana', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_mana_i00');
- INSERT INTO `armor` VALUES ('922', 'Sage\'s Necklace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_sages_necklace_i00');
- INSERT INTO `armor` VALUES ('923', 'Paradia Necklace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_paradia_necklace_i00');
- INSERT INTO `armor` VALUES ('924', 'Majestic Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '85', '33', '3450000', '276', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_necklace_i00');
- INSERT INTO `armor` VALUES ('925', 'Necklace of Solar Eclipse', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_sola_eclipse_i00');
- INSERT INTO `armor` VALUES ('926', 'Necklace of Black Ore', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_black_ore_i00');
- INSERT INTO `armor` VALUES ('927', 'Necklace of Summoning', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_summons_i00');
- INSERT INTO `armor` VALUES ('928', 'Otherworldly Necklace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_another_worlds_necklace_i00');
- INSERT INTO `armor` VALUES ('929', 'Elemental Necklace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_elemental_necklace_i00');
- INSERT INTO `armor` VALUES ('930', 'Necklace of Phantom', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_phantom_i00');
- INSERT INTO `armor` VALUES ('931', 'Necklace of Grace', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_grace_i00');
- INSERT INTO `armor` VALUES ('932', 'Necklace of Holy Spirit', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '72', '0', '1230000', '164', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_holy_spirit_i00');
- INSERT INTO `armor` VALUES ('933', 'Phoenix Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '80', '26', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_necklace_i00');
- INSERT INTO `armor` VALUES ('934', 'Cerberus Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_cerberuss_necklace_i00');
- INSERT INTO `armor` VALUES ('935', 'Necklace of Aid', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_assistance_i00');
- INSERT INTO `armor` VALUES ('936', 'Necklace of Blessing', 'neck', 'true', 'none', '150', 'b', '0', '-1', '0', '68', '0', '808000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_blessing_i00');
- INSERT INTO `armor` VALUES ('990', 'Mandragora Essence', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_canuse27');
- INSERT INTO `armor` VALUES ('991', 'Royen\'s Key', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal26');
- INSERT INTO `armor` VALUES ('992', 'Shilen\'s 1st Mark', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_head15');
- INSERT INTO `armor` VALUES ('993', 'Shilen\'s 2nd Mark', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_head15');
- INSERT INTO `armor` VALUES ('994', 'Eye of Abyss', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal46');
- INSERT INTO `armor` VALUES ('995', 'Wanted Poster', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal20');
- INSERT INTO `armor` VALUES ('996', 'Alex\'s Dagger', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.weapon_ss08');
- INSERT INTO `armor` VALUES ('997', 'Pinter\'s Bill', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal50');
- INSERT INTO `armor` VALUES ('998', 'Book of Aklantoth - Part 1', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal07');
- INSERT INTO `armor` VALUES ('999', 'Book of Aklantoth - Part 2', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal07');
- INSERT INTO `armor` VALUES ('1000', 'Book of Aklantoth - Part 3', 'gloves', 'false', 'none', '60', 'none', '0', '-1', '9', '0', '0', '37', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.item_normal07');
- INSERT INTO `armor` VALUES ('1100', 'Cotton Tunic', 'chest', 'false', 'magic', '2120', 'none', '0', '-1', '21', '0', '38', '2430', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t50_u_i00');
- INSERT INTO `armor` VALUES ('1101', 'Tunic of Devotion', 'chest', 'false', 'magic', '2090', 'none', '0', '-1', '30', '0', '67', '20300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t55_u_i00');
- INSERT INTO `armor` VALUES ('1102', 'Tunic of Magic', 'chest', 'false', 'magic', '2080', 'none', '0', '-1', '34', '0', '86', '36900', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t58_u_i00');
- INSERT INTO `armor` VALUES ('1103', 'Cotton Stockings', 'legs', 'false', 'magic', '1060', 'none', '0', '-1', '13', '0', '23', '1520', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t50_l_i00');
- INSERT INTO `armor` VALUES ('1104', 'Stockings of Devotion', 'legs', 'false', 'magic', '1040', 'none', '0', '-1', '19', '0', '42', '12700', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t55_l_i00');
- INSERT INTO `armor` VALUES ('1105', 'Stockings of Magic', 'legs', 'false', 'magic', '1030', 'none', '0', '-1', '21', '0', '54', '23000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t58_l_i00');
- INSERT INTO `armor` VALUES ('1119', 'Short Leather Gloves', 'gloves', 'false', 'none', '660', 'none', '0', '-1', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t04_g_i00');
- INSERT INTO `armor` VALUES ('1120', 'Pa\'agrian Hand', 'gloves', 'true', 'none', '1600', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_short_leather_gloves_i00');
- INSERT INTO `armor` VALUES ('1121', 'Apprentice\'s Shoes', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '8', '0', '0', '7', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t01_b_i00');
- INSERT INTO `armor` VALUES ('1122', 'Cotton Shoes', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t50_b_i00');
- INSERT INTO `armor` VALUES ('1123', 'Blue Buckskin Boots', 'feet', 'true', 'none', '1300', 'd', '0', '-1', '22', '0', '0', '33300', '60', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t18_b_i00');
- INSERT INTO `armor` VALUES ('1124', 'Boots of Power', 'feet', 'true', 'none', '1250', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_b_i00');
- INSERT INTO `armor` VALUES ('1125', 'Assault Boots', 'feet', 'true', 'none', '1240', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('1126', 'Crimson Boots', 'feet', 'true', 'none', '1210', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t57_b_i00');
- INSERT INTO `armor` VALUES ('1127', 'Forgotten Boots', 'feet', 'true', 'none', '4000', 'c', '0', '-1', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1128', 'Adamantite Boots', 'feet', 'true', 'none', '4000', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1129', 'Crude Leather Shoes', 'feet', 'false', 'none', '1320', 'none', '0', '-1', '11', '0', '0', '607', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t04_b_i00');
- INSERT INTO `armor` VALUES ('1146', 'Squire\'s Shirt', 'chest', 'false', 'light', '3301', 'none', '0', '-1', '33', '0', '0', '26', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t01_u_i00');
- INSERT INTO `armor` VALUES ('1147', 'Squire\'s Pants', 'legs', 'false', 'light', '1750', 'none', '0', '-1', '20', '0', '0', '6', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t01_l_i00');
- INSERT INTO `armor` VALUES ('1148', 'Hard Leather Helmet', 'head', 'false', 'none', '640', 'none', '0', '-1', '26', '0', '0', '18400', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('1149', 'Shining Circlet', 'head', 'true', 'none', '600', 'c', '0', '-1', '54', '0', '0', '368000', '147', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('1308', 'Compound Scale Mail', 'chest', 'false', 'heavy', '1400', 'none', '0', '-1', '51', '0', '0', '247000', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1309', 'Mithril Breastplate', 'chest', 'false', 'heavy', '1000', 'none', '0', '-1', '51', '0', '0', '247000', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1310', 'Tunic of Magic', 'chest', 'false', 'magic', '150', 'none', '0', '-1', '51', '0', '96', '48500', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1311', 'Puma Skin Shirt', 'chest', 'false', 'light', '300', 'none', '0', '-1', '51', '0', '0', '99900', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1312', 'White Tunic', 'chest', 'false', 'magic', '150', 'none', '0', '-1', '51', '0', '142', '138000', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1313', 'Compound Scale Gaiters', 'legs', 'false', 'heavy', '1000', 'none', '0', '-1', '32', '0', '0', '170000', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1314', 'Mithril Gaiters', 'legs', 'false', 'heavy', '600', 'none', '0', '-1', '32', '0', '0', '170000', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1315', 'Stockings of Magic', 'legs', 'false', 'magic', '150', 'none', '0', '-1', '32', '0', '60', '30300', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1316', 'Puma Skin Gaiters', 'legs', 'false', 'light', '400', 'none', '0', '-1', '32', '0', '0', '55800', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1317', 'Dark Stockings', 'legs', 'false', 'magic', '150', 'none', '0', '-1', '32', '0', '79', '62500', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.weapon_voodoo_doll_i00');
- INSERT INTO `armor` VALUES ('1318', 'Gloves', 'gloves', 'false', 'none', '80', 'none', '0', '-1', '14', '0', '0', '3270', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('1319', 'Leather Gloves', 'gloves', 'false', 'none', '100', 'none', '0', '-1', '14', '0', '0', '7950', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('1320', 'Crafted Leather Gloves', 'gloves', 'false', 'none', '100', 'none', '0', '-1', '14', '0', '0', '29800', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('1321', 'Rip Gauntlets', 'gloves', 'false', 'none', '150', 'none', '0', '-1', '14', '0', '0', '97800', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('1322', 'Bracer', 'gloves', 'false', 'none', '80', 'none', '0', '-1', '14', '0', '0', '16200', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('1323', 'Leather Shoes', 'feet', 'false', 'none', '120', 'none', '0', '-1', '14', '0', '0', '3270', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1324', 'Low Boots', 'feet', 'false', 'none', '150', 'none', '0', '-1', '14', '0', '0', '7950', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1325', 'Leather Boots', 'feet', 'false', 'none', '250', 'none', '0', '-1', '14', '0', '0', '29800', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1326', 'Iron Boots', 'feet', 'false', 'none', '300', 'none', '0', '-1', '14', '0', '0', '74700', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1327', 'Boots', 'feet', 'false', 'none', '200', 'none', '0', '-1', '14', '0', '0', '16200', '0', 'false', 'true', 'true', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('1506', 'Necklace of Courage', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '15', '0', '66', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_courage_i00');
- INSERT INTO `armor` VALUES ('1507', 'Necklace of Valor', 'neck', 'false', 'none', '150', 'none', '0', '-1', '0', '21', '0', '4680', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_necklace_of_valor_i00');
- INSERT INTO `armor` VALUES ('1508', 'Ring of Raccoon', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_raccoon_i00');
- INSERT INTO `armor` VALUES ('1509', 'Ring of Firefly', 'rfinger,lfinger', 'false', 'none', '150', 'none', '0', '-1', '0', '11', '0', '2340', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_ring_of_firefly_i00');
- INSERT INTO `armor` VALUES ('2376', 'Avadon Breastplate', 'chest', 'true', 'heavy', '7920', 'b', '0', '-1', '157', '0', '0', '2080000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_u_i00');
- INSERT INTO `armor` VALUES ('2377', 'Mithril Scale Gaiters', 'legs', 'true', 'heavy', '3870', 'd', '0', '-1', '64', '0', '0', '187000', '340', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_l_i00');
- INSERT INTO `armor` VALUES ('2378', 'Brigandine Gaiters', 'legs', 'true', 'heavy', '3820', 'd', '0', '-1', '64', '0', '0', '187000', '340', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t43_l_i00');
- INSERT INTO `armor` VALUES ('2379', 'Avadon Gaiters', 'legs', 'true', 'heavy', '3520', 'b', '0', '-1', '98', '0', '0', '1300000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_l_i00');
- INSERT INTO `armor` VALUES ('2380', 'Blue Wolf Gaiters', 'legs', 'true', 'heavy', '3370', 'b', '0', '-1', '104', '0', '0', '2010000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_l_i00');
- INSERT INTO `armor` VALUES ('2381', 'Doom Plate Armor', 'fullarmor', 'true', 'heavy', '9980', 'b', '0', '-1', '270', '0', '0', '4710000', '628', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_ul_i00');
- INSERT INTO `armor` VALUES ('2382', 'Tallum Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'a', '0', '-1', '278', '0', '0', '6770000', '541', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_ul_i00');
- INSERT INTO `armor` VALUES ('2383', 'Majestic Plate Armor', 'fullarmor', 'true', 'heavy', '9200', 'a', '0', '-1', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_ul_i00');
- INSERT INTO `armor` VALUES ('2384', 'Zubei\'s Leather Shirt', 'chest', 'true', 'light', '4330', 'b', '0', '-1', '117', '0', '0', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_u_i00');
- INSERT INTO `armor` VALUES ('2385', 'Dark Crystal Leather Armor', 'chest', 'true', 'light', '4300', 'a', '0', '-1', '128', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_u_i00');
- INSERT INTO `armor` VALUES ('2386', 'Wooden Gaiters', 'legs', 'false', 'light', '1670', 'none', '0', '-1', '29', '0', '0', '4970', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t06_l_i00');
- INSERT INTO `armor` VALUES ('2387', 'Tempered Mithril Gaiters', 'legs', 'true', 'light', '1530', 'c', '0', '-1', '56', '0', '0', '237000', '94', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_l_i00');
- INSERT INTO `armor` VALUES ('2388', 'Zubei\'s Leather Gaiters', 'legs', 'true', 'light', '1480', 'b', '0', '-1', '73', '0', '0', '973000', '129', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_l_i00');
- INSERT INTO `armor` VALUES ('2389', 'Dark Crystal Leggings', 'legs', 'true', 'light', '1480', 'a', '0', '-1', '80', '0', '0', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_l_i00');
- INSERT INTO `armor` VALUES ('2390', 'Avadon Leather Armor', 'fullarmor', 'true', 'light', '5600', 'b', '0', '-1', '191', '0', '0', '2280000', '304', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_ul_i00');
- INSERT INTO `armor` VALUES ('2391', 'Blue Wolf Leather Armor', 'fullarmor', 'true', 'light', '5500', 'b', '0', '-1', '202', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t69_ul_i00');
- INSERT INTO `armor` VALUES ('2392', 'Leather Armor of Doom', 'fullarmor', 'true', 'light', '5500', 'b', '0', '-1', '202', '0', '0', '3530000', '470', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t72_ul_i00');
- INSERT INTO `armor` VALUES ('2393', 'Tallum Leather Armor', 'fullarmor', 'true', 'light', '5400', 'a', '0', '-1', '209', '0', '0', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t78_ul_i00');
- INSERT INTO `armor` VALUES ('2394', 'Nightmarish Leather Armor', 'fullarmor', 'true', 'light', '5300', 'a', '0', '-1', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t81_ul_i00');
- INSERT INTO `armor` VALUES ('2395', 'Majestic Leather Armor', 'fullarmor', 'true', 'light', '5350', 'a', '0', '-1', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t84_ul_i00');
- INSERT INTO `armor` VALUES ('2396', 'Elven Mithril Tunic', 'chest', 'true', 'magic', '720', 'd', '0', '-1', '54', '0', '169', '224000', '407', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_elven_tunic_i00');
- INSERT INTO `armor` VALUES ('2397', 'Tunic of Zubei', 'chest', 'true', 'magic', '1960', 'b', '0', '-1', '78', '0', '345', '1560000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_u_i00');
- INSERT INTO `armor` VALUES ('2398', 'Blue Wolf Tunic', 'chest', 'true', 'magic', '1920', 'b', '0', '-1', '83', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t70_u_i00');
- INSERT INTO `armor` VALUES ('2399', 'Tunic of Doom', 'chest', 'true', 'magic', '1900', 'b', '0', '-1', '83', '0', '377', '2410000', '321', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t73_u_i00');
- INSERT INTO `armor` VALUES ('2400', 'Tallum Tunic', 'chest', 'true', 'magic', '1860', 'a', '0', '-1', '86', '0', '409', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_u_i00');
- INSERT INTO `armor` VALUES ('2401', 'Elven Mithril Stockings', 'legs', 'true', 'magic', '2400', 'd', '0', '-1', '34', '0', '105', '140000', '254', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_elven_hose_i00');
- INSERT INTO `armor` VALUES ('2402', 'Stockings of Zubei', 'legs', 'true', 'magic', '940', 'b', '0', '-1', '49', '0', '216', '973000', '129', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_l_i00');
- INSERT INTO `armor` VALUES ('2403', 'Blue Wolf Stockings', 'legs', 'true', 'magic', '920', 'b', '0', '-1', '52', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t70_l_i00');
- INSERT INTO `armor` VALUES ('2404', 'Stockings of Doom', 'legs', 'true', 'magic', '910', 'b', '0', '-1', '52', '0', '236', '1510000', '201', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t73_l_i00');
- INSERT INTO `armor` VALUES ('2405', 'Tallum Stockings', 'legs', 'true', 'magic', '920', 'a', '0', '-1', '53', '0', '256', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_l_i00');
- INSERT INTO `armor` VALUES ('2406', 'Avadon Robe', 'fullarmor', 'true', 'magic', '2540', 'b', '0', '-1', '127', '0', '561', '2280000', '304', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t59_ul_i00');
- INSERT INTO `armor` VALUES ('2407', 'Dark Crystal Robe', 'fullarmor', 'true', 'magic', '2450', 'a', '0', '-1', '139', '0', '665', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t76_ul_i00');
- INSERT INTO `armor` VALUES ('2408', 'Nightmare Robe', 'fullarmor', 'true', 'magic', '2300', 'a', '0', '-1', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t82_ul_i00');
- INSERT INTO `armor` VALUES ('2409', 'Majestic Robe', 'fullarmor', 'true', 'magic', '2330', 'a', '0', '-1', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t85_ul_i00');
- INSERT INTO `armor` VALUES ('2410', 'Nightmarish Tattoo', 'underwear', 'true', 'none', '3600', 'a', '0', '-1', '139', '0', '0', '5280000', '422', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_mithril_banded_mail_i00');
- INSERT INTO `armor` VALUES ('2411', 'Brigandine Helmet', 'head', 'true', 'none', '630', 'd', '0', '-1', '41', '0', '0', '112000', '203', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2412', 'Plate Helmet', 'head', 'true', 'none', '630', 'd', '0', '-1', '44', '0', '0', '147000', '267', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2413', 'Chain Hood', 'head', 'true', 'none', '620', 'c', '0', '-1', '47', '0', '0', '189000', '75', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2414', 'Full Plate Helmet', 'head', 'true', 'none', '600', 'c', '0', '-1', '58', '0', '0', '536000', '214', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2415', 'Avadon Circlet', 'head', 'true', 'none', '590', 'b', '0', '-1', '62', '0', '0', '778000', '103', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2416', 'Blue Wolf Helmet', 'head', 'true', 'none', '580', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2417', 'Doom Helmet', 'head', 'true', 'none', '580', 'b', '0', '-1', '66', '0', '0', '1210000', '161', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2418', 'Helm of Nightmare', 'head', 'true', 'none', '560', 'a', '0', '-1', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2419', 'Majestic Circlet', 'head', 'true', 'none', '550', 'a', '0', '-1', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2420', 'Dragon Headgear', 'head', 'true', 'none', '540', 's', '0', '-1', '77', '0', '0', '3590000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2421', 'The Hood', 'head', 'true', 'none', '540', 's', '0', '-1', '77', '0', '0', '3590000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('2422', 'Reinforced Leather Boots', 'feet', 'true', 'none', '1280', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t13_b_i00');
- INSERT INTO `armor` VALUES ('2423', 'Boots of Knowledge', 'feet', 'true', 'none', '1270', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t41_b_i00');
- INSERT INTO `armor` VALUES ('2424', 'Manticore Skin Boots', 'feet', 'true', 'none', '1260', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t42_b_i00');
- INSERT INTO `armor` VALUES ('2425', 'Brigandine Boots', 'feet', 'true', 'none', '1250', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t43_b_i00');
- INSERT INTO `armor` VALUES ('2426', 'Elven Mithril Boots', 'feet', 'true', 'none', '1250', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t51_b_i00');
- INSERT INTO `armor` VALUES ('2427', 'Salamander Skin Boots', 'feet', 'true', 'none', '1230', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('2428', 'Plate Boots', 'feet', 'true', 'none', '1240', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t46_b_i00');
- INSERT INTO `armor` VALUES ('2429', 'Chain Boots', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t48_b_i00');
- INSERT INTO `armor` VALUES ('2430', 'Karmian Boots', 'feet', 'true', 'none', '1230', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t53_b_i00');
- INSERT INTO `armor` VALUES ('2431', 'Plated Leather Boots', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_b_i00');
- INSERT INTO `armor` VALUES ('2432', 'Dwarven Chain Boots', 'feet', 'true', 'none', '1210', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t60_b_i00');
- INSERT INTO `armor` VALUES ('2433', 'Boots of Seal', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('2434', 'Rind Leather Boots', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t49_b_i00');
- INSERT INTO `armor` VALUES ('2435', 'Demon\'s Boots', 'feet', 'true', 'none', '1220', 'c', '0', '-1', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t54_b_i00');
- INSERT INTO `armor` VALUES ('2436', 'Theca Leather Boots', 'feet', 'true', 'none', '1210', 'c', '0', '-1', '37', '0', '0', '275000', '110', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t63_b_i00');
- INSERT INTO `armor` VALUES ('2437', 'Drake Leather Boots', 'feet', 'true', 'none', '1210', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t21_b_i00');
- INSERT INTO `armor` VALUES ('2438', 'Full Plate Boots', 'feet', 'true', 'none', '1200', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t62_b_i00');
- INSERT INTO `armor` VALUES ('2439', 'Blue Wolf Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_b_i02');
- INSERT INTO `armor` VALUES ('2440', 'Boots of Nightmare', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('2441', 'Dark Legion Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('2442', 'Dasparion\'s Boots', 'feet', 'true', 'none', '1100', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('2443', 'Dragon Leather Boots', 'feet', 'true', 'none', '1100', 's', '0', '-1', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('2444', 'The Boots', 'feet', 'true', 'none', '1100', 's', '0', '-1', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('2445', 'Dragon Scale Boots', 'feet', 'true', 'none', '1100', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_b_i00');
- INSERT INTO `armor` VALUES ('2446', 'Reinforced Leather Gloves', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t13_g_i00');
- INSERT INTO `armor` VALUES ('2447', 'Gloves of Knowledge', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '50800', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t41_g_i00');
- INSERT INTO `armor` VALUES ('2448', 'Manticore Skin Gloves', 'gloves', 'true', 'none', '630', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t42_g_i00');
- INSERT INTO `armor` VALUES ('2449', 'Brigandine Gauntlets', 'gloves', 'true', 'none', '630', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t43_g_i00');
- INSERT INTO `armor` VALUES ('2450', 'Elven Mithril Gloves', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '27', '0', '0', '74700', '135', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t51_g_i00');
- INSERT INTO `armor` VALUES ('2451', 'Sage\'s Worn Gloves', 'gloves', 'true', 'none', '630', 'd', '0', '-1', '29', '0', '0', '97800', '177', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2452', 'Reinforced Mithril Gloves', 'gloves', 'true', 'none', '620', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_g_i00');
- INSERT INTO `armor` VALUES ('2453', 'Chain Gloves', 'gloves', 'true', 'none', '620', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t48_g_i00');
- INSERT INTO `armor` VALUES ('2454', 'Karmian Gloves', 'gloves', 'true', 'none', '620', 'c', '0', '-1', '32', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t53_g_i00');
- INSERT INTO `armor` VALUES ('2455', 'Plated Leather Gloves', 'gloves', 'true', 'none', '610', 'c', '0', '-1', '33', '0', '0', '149000', '59', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t47_g_i00');
- INSERT INTO `armor` VALUES ('2456', 'Dwarven Chain Gloves', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t60_g_i00');
- INSERT INTO `armor` VALUES ('2457', 'Gloves of Seal', 'gloves', 'true', 'none', '620', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2458', 'Rind Leather Gloves', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '34', '0', '0', '161000', '64', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t49_g_i00');
- INSERT INTO `armor` VALUES ('2459', 'Demon\'s Gloves', 'gloves', 'true', 'none', '610', 'c', '0', '-1', '36', '0', '0', '245000', '98', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t54_g_i00');
- INSERT INTO `armor` VALUES ('2460', 'Theca Leather Gloves', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '37', '0', '0', '275000', '110', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t63_g_i00');
- INSERT INTO `armor` VALUES ('2461', 'Drake Leather Gloves', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t21_g_i00');
- INSERT INTO `armor` VALUES ('2462', 'Full Plate Gauntlets', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t62_g_i00');
- INSERT INTO `armor` VALUES ('2463', 'Divine Gloves', 'gloves', 'true', 'none', '610', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t57_g_i00');
- INSERT INTO `armor` VALUES ('2464', 'Avadon Gloves', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_g_i02');
- INSERT INTO `armor` VALUES ('2465', 'Chain Gloves of Silence', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_g_i00');
- INSERT INTO `armor` VALUES ('2466', 'Guardian\'s Gloves', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_g_i00');
- INSERT INTO `armor` VALUES ('2467', 'Gloves of Blessing', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_g_i00');
- INSERT INTO `armor` VALUES ('2468', 'Blessed Gloves', 'gloves', 'true', 'none', '600', 'c', '0', '-1', '39', '0', '0', '358000', '143', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_g_i00');
- INSERT INTO `armor` VALUES ('2469', 'Gloves of The Underworld', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_g_i00');
- INSERT INTO `armor` VALUES ('2470', 'Gloves of Phantom', 'gloves', 'true', 'none', '560', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('2471', 'Dark Legion Gloves', 'gloves', 'true', 'none', '560', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('2472', 'Dark Crystal Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_g_i00');
- INSERT INTO `armor` VALUES ('2473', 'The Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2474', 'Dasparion\'s Gloves', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2475', 'Doom Gloves', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_g_i02');
- INSERT INTO `armor` VALUES ('2476', 'Dragon Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '52', '0', '0', '2610000', '130', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_g_i00');
- INSERT INTO `armor` VALUES ('2477', 'Dragon Leather Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '51', '0', '0', '2390000', '119', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('2478', 'Tallum Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('2479', 'Gauntlets of Nightmare', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('2480', 'Elemental Gloves', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_g_i00');
- INSERT INTO `armor` VALUES ('2481', 'Gloves of Grace', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_g_i00');
- INSERT INTO `armor` VALUES ('2482', 'Majestic Gauntlets', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t15_g_i00');
- INSERT INTO `armor` VALUES ('2483', 'Gust Bracer', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('2484', 'Cerberus Gloves', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '48', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2485', 'Implosion Gauntlets', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_g_i00');
- INSERT INTO `armor` VALUES ('2486', 'Paradia Gloves', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_g_i00');
- INSERT INTO `armor` VALUES ('2487', 'Blue Wolf Gloves', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_g_i02');
- INSERT INTO `armor` VALUES ('2488', 'Phoenix Gloves', 'gloves', 'true', 'none', '570', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('2489', 'Gloves of Black Ore', 'gloves', 'true', 'none', '570', 'a', '0', '-1', '45', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_g_i00');
- INSERT INTO `armor` VALUES ('2490', 'Cloak of Silence', 'underwear', 'false', 'none', '250', 'none', '0', '-1', '5', '0', '0', '6770', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back01');
- INSERT INTO `armor` VALUES ('2491', 'Golden Yarn Cloak', 'underwear', 'false', 'none', '250', 'none', '0', '-1', '5', '0', '0', '12300', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back01');
- INSERT INTO `armor` VALUES ('2492', 'Shadow Cloak', 'underwear', 'true', 'none', '240', 'c', '0', '-1', '12', '0', '0', '126000', '50', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_back01');
- INSERT INTO `armor` VALUES ('2506', 'Wolf\'s Leather Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '9', '14', '0', '7000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i00');
- INSERT INTO `armor` VALUES ('3891', 'Wolf\'s Hide Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '13', '16', '0', '18000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i00');
- INSERT INTO `armor` VALUES ('3892', 'Wolf\'s Hard Leather Mail', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '16', '18', '0', '32000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i00');
- INSERT INTO `armor` VALUES ('3893', 'Wolf\'s Wooden Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '19', '20', '0', '55000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i01');
- INSERT INTO `armor` VALUES ('3894', 'Wolf\'s Ring Mail', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '22', '23', '0', '87000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i01');
- INSERT INTO `armor` VALUES ('3895', 'Wolf\'s Bone Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '26', '26', '0', '130000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i01');
- INSERT INTO `armor` VALUES ('3896', 'Wolf\'s Scale Male', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '30', '29', '0', '200000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i01');
- INSERT INTO `armor` VALUES ('3897', 'Wof\'s Bronze Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '33', '31', '0', '260000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i01');
- INSERT INTO `armor` VALUES ('3898', 'Wolf\'s Plate Mail', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '37', '33', '0', '330000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i02');
- INSERT INTO `armor` VALUES ('3899', 'Wolf\'s Steel Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '40', '36', '0', '420000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i02');
- INSERT INTO `armor` VALUES ('3900', 'Wolf\'s Luxury Plate', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '43', '38', '0', '640000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i02');
- INSERT INTO `armor` VALUES ('3901', 'Wolf\'s Mithril Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '47', '41', '0', '940000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i02');
- INSERT INTO `armor` VALUES ('3912', 'Hatchling\'s Soft Leather', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '26', '26', '0', '200000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i03');
- INSERT INTO `armor` VALUES ('3913', 'Hatchling\'s Scale Mail', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '29', '29', '0', '310000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i03');
- INSERT INTO `armor` VALUES ('3914', 'Hatchling\'s Brigandine', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '31', '31', '0', '420000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i03');
- INSERT INTO `armor` VALUES ('3915', 'Hatchling\'s Bronze Coat', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '33', '33', '0', '570000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i04');
- INSERT INTO `armor` VALUES ('3916', 'Hatchling\'s Steel Coat', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '36', '36', '0', '760000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i04');
- INSERT INTO `armor` VALUES ('3917', 'Hatchling\'s Shadowplate', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '38', '38', '0', '1100000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i04');
- INSERT INTO `armor` VALUES ('3918', 'Hatchling\'s Mithril Coat', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '41', '41', '0', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i04');
- INSERT INTO `armor` VALUES ('4224', 'Dream Armor', 'chest', 'true', 'heavy', '8920', 'none', '0', '-1', '68', '0', '0', '49200', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_blast_plate_i00');
- INSERT INTO `armor` VALUES ('4225', 'Dream Stockings', 'legs', 'true', 'heavy', '3960', 'none', '0', '-1', '43', '0', '0', '30700', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_mithril_gaiters_i00');
- INSERT INTO `armor` VALUES ('4226', 'Dream Gloves', 'gloves', 'true', 'none', '650', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_gauntlet_i00');
- INSERT INTO `armor` VALUES ('4227', 'Dream Boots', 'feet', 'true', 'none', '1310', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_chain_boots_i00');
- INSERT INTO `armor` VALUES ('4228', 'Ubiquitous Armor', 'chest', 'true', 'heavy', '8920', 'none', '0', '-1', '68', '0', '0', '49200', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_compound_scale_mail_i00');
- INSERT INTO `armor` VALUES ('4229', 'Ubiquitous Stockings', 'legs', 'true', 'heavy', '3960', 'none', '0', '-1', '43', '0', '0', '30700', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_compound_scale_gaiters_i00');
- INSERT INTO `armor` VALUES ('4230', 'Ubiquitous Gloves', 'gloves', 'true', 'none', '650', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_manticor_skin_gloves_i00');
- INSERT INTO `armor` VALUES ('4231', 'Ubiquitous Boots', 'feet', 'true', 'none', '1310', 'none', '0', '-1', '17', '0', '0', '12300', '0', 'false', 'false', 'false', 'false', '0', '0', 'icon.armor_iron_boots_i00');
- INSERT INTO `armor` VALUES ('4234', 'Hatchling\'s Level 65 Armor', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '50', '50', '0', '5628000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i06');
- INSERT INTO `armor` VALUES ('4235', 'Hatchling\'s Level 75 Armor', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '58', '58', '0', '19073000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i07');
- INSERT INTO `armor` VALUES ('4236', 'Gara Item', 'chest', 'false', 'light', '160', 'none', '0', '-1', '58', '58', '0', '19073000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i07');
- INSERT INTO `armor` VALUES ('5170', 'Mithril Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '41', '41', '0', '1600000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i08');
- INSERT INTO `armor` VALUES ('5171', 'Brigadine Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '44', '44', '0', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i09');
- INSERT INTO `armor` VALUES ('5172', 'Draconic Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '46', '46', '0', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i09');
- INSERT INTO `armor` VALUES ('5173', 'Blood Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '49', '49', '0', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i10');
- INSERT INTO `armor` VALUES ('5174', 'Ophidian Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '52', '52', '0', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i10');
- INSERT INTO `armor` VALUES ('5175', 'Inferno Panzer Coat', 'strider', 'false', 'pet', '160', 'none', '0', '-1', '54', '54', '0', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i11');
- INSERT INTO `armor` VALUES ('5182', 'Hatchling\'s Gorgon Coat', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '44', '44', '0', '2300000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i05');
- INSERT INTO `armor` VALUES ('5183', 'Hatchling\'s Ophidian Plate', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '46', '46', '0', '3400000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i05');
- INSERT INTO `armor` VALUES ('5184', 'Hatchling\'s Crimson Plate', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '49', '49', '0', '4900000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i06');
- INSERT INTO `armor` VALUES ('5185', 'Hatchling\'s Draconic Plate', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '52', '52', '0', '7300000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i06');
- INSERT INTO `armor` VALUES ('5186', 'Hatchling\'s Inferno Plate', 'hatchling', 'false', 'pet', '160', 'none', '0', '-1', '54', '54', '0', '10000000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i07');
- INSERT INTO `armor` VALUES ('5216', 'Wolf Level 75 Armor', 'wolf', 'false', 'pet', '160', 'none', '0', '-1', '71', '58', '0', '938705', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_i02');
- INSERT INTO `armor` VALUES ('5287', 'Sealed Dark Crystal breastplate', 'chest', 'true', 'heavy', '7700', 'a', '0', '-1', '171', '0', '0', '4630000', '370', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_u_i02');
- INSERT INTO `armor` VALUES ('5288', 'Sealed Dark Crystal Gaiters', 'legs', 'true', 'heavy', '3320', 'a', '0', '-1', '107', '0', '0', '2890000', '231', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_l_i02');
- INSERT INTO `armor` VALUES ('5289', 'Sealed Dark Crystal Helmet', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i02');
- INSERT INTO `armor` VALUES ('5290', 'Sealed Dark Crystal Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_g_i02');
- INSERT INTO `armor` VALUES ('5291', 'Sealed Dark Crystal Boots', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_b_i02');
- INSERT INTO `armor` VALUES ('5293', 'Sealed Tallum Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'a', '0', '-1', '278', '0', '0', '6770000', '541', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_ul_i02');
- INSERT INTO `armor` VALUES ('5294', 'Sealed Tallum Helmet', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i02');
- INSERT INTO `armor` VALUES ('5295', 'Sealed Tallum Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_g_i02');
- INSERT INTO `armor` VALUES ('5296', 'Sealed Tallum Boots', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_b_i02');
- INSERT INTO `armor` VALUES ('5297', 'Sealed Dark Crystal Leather Armor', 'chest', 'true', 'light', '4300', 'a', '0', '-1', '128', '0', '0', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_u_i02');
- INSERT INTO `armor` VALUES ('5298', 'Sealed Dark Crystal Leggings', 'legs', 'true', 'light', '1480', 'a', '0', '-1', '80', '0', '0', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_l_i02');
- INSERT INTO `armor` VALUES ('5299', 'Sealed Gloves of The Underworld', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t40_g_i00');
- INSERT INTO `armor` VALUES ('5300', 'Sealed Boots of The Underworld', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t10_b_i00');
- INSERT INTO `armor` VALUES ('5301', 'Sealed Tallum Leather Armor', 'fullarmor', 'true', 'light', '5400', 'a', '0', '-1', '209', '0', '0', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t78_ul_i02');
- INSERT INTO `armor` VALUES ('5302', 'Sealed Gust Bracer', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('5303', 'Sealed Gust Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('5304', 'Sealed Tallum Tunic', 'chest', 'true', 'magic', '1860', 'a', '0', '-1', '86', '0', '409', '3470000', '277', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_u_i02');
- INSERT INTO `armor` VALUES ('5305', 'Sealed Tallum Stockings', 'legs', 'true', 'magic', '920', 'a', '0', '-1', '53', '0', '256', '2170000', '173', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_l_i02');
- INSERT INTO `armor` VALUES ('5306', 'Sealed Gloves of Black Ore', 'gloves', 'true', 'none', '570', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_g_i00');
- INSERT INTO `armor` VALUES ('5307', 'Sealed Red Flame Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t14_b_i00');
- INSERT INTO `armor` VALUES ('5308', 'Sealed Dark Crystal Robe', 'fullarmor', 'true', 'magic', '2450', 'a', '0', '-1', '139', '0', '665', '5080000', '406', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t76_ul_i02');
- INSERT INTO `armor` VALUES ('5309', 'Sealed Phoenix Gloves', 'gloves', 'true', 'none', '570', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('5310', 'Sealed Phoenix Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '45', '0', '0', '1070000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('5311', 'Sealed Armor of Nightmare', 'fullarmor', 'true', 'heavy', '9580', 'a', '0', '-1', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_ul_i02');
- INSERT INTO `armor` VALUES ('5312', 'Sealed Helm of Nightmare', 'head', 'true', 'none', '560', 'a', '0', '-1', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i02');
- INSERT INTO `armor` VALUES ('5313', 'Sealed Gauntlets of Nightmare', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_g_i02');
- INSERT INTO `armor` VALUES ('5314', 'Sealed Boots of Nightmare', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_b_i02');
- INSERT INTO `armor` VALUES ('5316', 'Sealed Majestic Plate Armor', 'fullarmor', 'true', 'heavy', '9200', 'a', '0', '-1', '293', '0', '0', '10300000', '824', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_ul_i02');
- INSERT INTO `armor` VALUES ('5317', 'Sealed Majestic Circlet', 'head', 'true', 'none', '550', 'a', '0', '-1', '73', '0', '0', '2640000', '211', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i02');
- INSERT INTO `armor` VALUES ('5318', 'Sealed Majestic Gauntlets', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_g_i02');
- INSERT INTO `armor` VALUES ('5319', 'Sealed Majestic Boots', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_b_i02');
- INSERT INTO `armor` VALUES ('5320', 'Sealed Leather Armor of Nightmare', 'fullarmor', 'true', 'light', '5300', 'a', '0', '-1', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t81_ul_i02');
- INSERT INTO `armor` VALUES ('5321', 'Sealed Dark Legion Gloves', 'gloves', 'true', 'none', '560', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('5322', 'Sealed Dark Legion Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('5323', 'Sealed Majestic Leather Armor', 'fullarmor', 'true', 'light', '5350', 'a', '0', '-1', '220', '0', '0', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t84_ul_i02');
- INSERT INTO `armor` VALUES ('5324', 'Sealed Gloves of Phantom', 'gloves', 'true', 'none', '560', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_g_i00');
- INSERT INTO `armor` VALUES ('5325', 'Sealed Boots of Phantom', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t45_b_i00');
- INSERT INTO `armor` VALUES ('5326', 'Sealed Nightmare Robe', 'fullarmor', 'true', 'magic', '2300', 'a', '0', '-1', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t82_ul_i02');
- INSERT INTO `armor` VALUES ('5327', 'Sealed Cerberus Gloves', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('5328', 'Sealed Cerberus Boots', 'feet', 'true', 'none', '1120', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('5329', 'Sealed Majestic Robe', 'fullarmor', 'true', 'magic', '2330', 'a', '0', '-1', '147', '0', '718', '7730000', '618', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t85_ul_i02');
- INSERT INTO `armor` VALUES ('5330', 'Sealed Dasparion\'s Gloves', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_g_i00');
- INSERT INTO `armor` VALUES ('5331', 'Sealed Dasparion\'s Boots', 'feet', 'true', 'none', '1100', 'a', '0', '-1', '48', '0', '0', '1630000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t44_b_i00');
- INSERT INTO `armor` VALUES ('5576', 'Sound Test Boots', 'feet', 'false', 'none', '50', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t30_b_i00');
- INSERT INTO `armor` VALUES ('5590', 'Squeaking Shoes', 'feet', 'false', 'none', '50', 'none', '0', '-1', '0', '0', '0', '350000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t02_b_i00');
- INSERT INTO `armor` VALUES ('5709', 'Sealed Zubei\'s Gauntlets', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_g_i02');
- INSERT INTO `armor` VALUES ('5710', 'Zubei\'s Gauntlets - Heavy Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_g_i00');
- INSERT INTO `armor` VALUES ('5711', 'Zubei\'s Gauntlets - Light Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_g_i00');
- INSERT INTO `armor` VALUES ('5712', 'Zubei\'s Gauntlets - Robe', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_g_i00');
- INSERT INTO `armor` VALUES ('5713', 'Sealed Avadon Gloves', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_g_i00');
- INSERT INTO `armor` VALUES ('5714', 'Avadon Gloves - Heavy Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_g_i00');
- INSERT INTO `armor` VALUES ('5715', 'Avadon Gloves - Light Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_g_i00');
- INSERT INTO `armor` VALUES ('5716', 'Avadon Gloves - Robe', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t59_g_i00');
- INSERT INTO `armor` VALUES ('5717', 'Sealed Blue Wolf Gloves', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_g_i00');
- INSERT INTO `armor` VALUES ('5718', 'Blue Wolf Gloves - Heavy Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_g_i00');
- INSERT INTO `armor` VALUES ('5719', 'Blue Wolf Gloves - Light Armor', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t69_g_i00');
- INSERT INTO `armor` VALUES ('5720', 'Blue Wolf Gloves - Robe', 'gloves', 'true', 'none', '590', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t70_g_i00');
- INSERT INTO `armor` VALUES ('5721', 'Sealed Doom Gloves', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_g_i00');
- INSERT INTO `armor` VALUES ('5722', 'Doom Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_g_i00');
- INSERT INTO `armor` VALUES ('5723', 'Doom Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t72_g_i00');
- INSERT INTO `armor` VALUES ('5724', 'Doom Gloves - Robe', 'gloves', 'true', 'none', '580', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t73_g_i00');
- INSERT INTO `armor` VALUES ('5725', 'Sealed Zubei\'s Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_b_i00');
- INSERT INTO `armor` VALUES ('5726', 'Zubei\'s Boots - Heavy Armor', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t64_b_i00');
- INSERT INTO `armor` VALUES ('5727', 'Zubei\'s Boots - Light Armor', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t65_b_i00');
- INSERT INTO `armor` VALUES ('5728', 'Zubei\'s Boots - Robe', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t56_b_i00');
- INSERT INTO `armor` VALUES ('5729', 'Sealed Avadon Boots', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_b_i00');
- INSERT INTO `armor` VALUES ('5730', 'Avadon Boots - Heavy Armor', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t66_b_i00');
- INSERT INTO `armor` VALUES ('5731', 'Avadon Boots - Light Armor', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t67_b_i00');
- INSERT INTO `armor` VALUES ('5732', 'Avadon Boots - Robe', 'feet', 'true', 'none', '1180', 'b', '0', '-1', '41', '0', '0', '519000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t59_b_i00');
- INSERT INTO `armor` VALUES ('5733', 'Sealed Blue Wolf Boots', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_b_i00');
- INSERT INTO `armor` VALUES ('5734', 'Blue Wolf Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t68_b_i00');
- INSERT INTO `armor` VALUES ('5735', 'Blue Wolf Boots - Light Armor', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t69_b_i00');
- INSERT INTO `armor` VALUES ('5736', 'Blue Wolf Boots - Robe', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t70_b_i00');
- INSERT INTO `armor` VALUES ('5737', 'Sealed Boots of Doom', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_b_i00');
- INSERT INTO `armor` VALUES ('5738', 'Doom Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t71_b_i00');
- INSERT INTO `armor` VALUES ('5739', 'Doom Boots - Light Armor', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t72_b_i00');
- INSERT INTO `armor` VALUES ('5740', 'Doom Boots - Robe', 'feet', 'true', 'none', '1130', 'b', '0', '-1', '44', '0', '0', '804000', '107', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t73_b_i00');
- INSERT INTO `armor` VALUES ('5765', 'Dark Crystal Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_g_i00');
- INSERT INTO `armor` VALUES ('5766', 'Dark Crystal Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_g_i00');
- INSERT INTO `armor` VALUES ('5767', 'Dark Crystal Gloves - Robe', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t76_g_i00');
- INSERT INTO `armor` VALUES ('5768', 'Tallum Gloves - Heavy Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_g_i00');
- INSERT INTO `armor` VALUES ('5769', 'Tallum Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t78_g_i00');
- INSERT INTO `armor` VALUES ('5770', 'Tallum Gloves - Robe', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_g_i00');
- INSERT INTO `armor` VALUES ('5771', 'Gauntlets of Nightmare - Heavy Armor', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_g_i00');
- INSERT INTO `armor` VALUES ('5772', 'Gauntlets of Nightmare - Light Armor', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t81_g_i00');
- INSERT INTO `armor` VALUES ('5773', 'Gauntlets of Nightmare - Robe', 'gloves', 'true', 'none', '550', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t82_g_i00');
- INSERT INTO `armor` VALUES ('5774', 'Majestic Gauntlets - Heavy Armor', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_g_i00');
- INSERT INTO `armor` VALUES ('5775', 'Majestic Gauntlets - Light Armor', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t84_g_i00');
- INSERT INTO `armor` VALUES ('5776', 'Majestic Gauntlets - Robe', 'gloves', 'true', 'none', '540', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t85_g_i00');
- INSERT INTO `armor` VALUES ('5777', 'Dark Crystal Boots - Heavy Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t74_b_i00');
- INSERT INTO `armor` VALUES ('5778', 'Dark Crystal Boots - Light Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t75_b_i00');
- INSERT INTO `armor` VALUES ('5779', 'Dark Crystal Boots - Robe', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t76_b_i00');
- INSERT INTO `armor` VALUES ('5780', 'Tallum Boots - Heavy Armor', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t77_b_i00');
- INSERT INTO `armor` VALUES ('5781', 'Tallum Boots - Light Armor', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t78_b_i00');
- INSERT INTO `armor` VALUES ('5782', 'Tallum Boots - Robe', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '1160000', '92', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t79_b_i00');
- INSERT INTO `armor` VALUES ('5783', 'Boots of Nightmare - Heavy Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t80_b_i00');
- INSERT INTO `armor` VALUES ('5784', 'Boots of Nightmare - Light Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t81_b_i00');
- INSERT INTO `armor` VALUES ('5785', 'Boots of Nightmare - Robe', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t82_b_i00');
- INSERT INTO `armor` VALUES ('5786', 'Majestic Boots - Heavy Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t83_b_i00');
- INSERT INTO `armor` VALUES ('5787', 'Majestic Boots - Light Armor', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t84_b_i00');
- INSERT INTO `armor` VALUES ('5788', 'Majestic Boots - Robe', 'feet', 'true', 'none', '1110', 'a', '0', '-1', '49', '0', '0', '1760000', '140', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t85_b_i00');
- INSERT INTO `armor` VALUES ('5808', 'Party Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_party_mask_i00');
- INSERT INTO `armor` VALUES ('6323', 'Sealed Phoenix Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '76', '0', '1740000', '139', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_necklace_i02');
- INSERT INTO `armor` VALUES ('6324', 'Sealed Phoenix Earring', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '57', '0', '1310000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_earing_i02');
- INSERT INTO `armor` VALUES ('6325', 'Sealed Phoenix Ring', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '38', '0', '871000', '69', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_phoenixs_ring_i02');
- INSERT INTO `armor` VALUES ('6326', 'Sealed Majestic Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '80', '0', '2600000', '208', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_necklace_i02');
- INSERT INTO `armor` VALUES ('6327', 'Sealed Majestic Earring', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '60', '0', '1950000', '156', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_earing_i02');
- INSERT INTO `armor` VALUES ('6328', 'Sealed Majestic Ring', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '40', '0', '1300000', '104', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessary_inferno_ring_i02');
- INSERT INTO `armor` VALUES ('6373', 'Imperial Crusader Breastplate', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '205', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_u_i00');
- INSERT INTO `armor` VALUES ('6374', 'Imperial Crusader Gaiters', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '128', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_l_i00');
- INSERT INTO `armor` VALUES ('6375', 'Imperial Crusader Gauntlets', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_g_i00');
- INSERT INTO `armor` VALUES ('6376', 'Imperial Crusader Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_b_i00');
- INSERT INTO `armor` VALUES ('6378', 'Imperial Crusader Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('6379', 'Draconic Leather Armor', 'fullarmor', 'true', 'light', '4950', 's', '0', '-1', '249', '0', '0', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_ul_i00');
- INSERT INTO `armor` VALUES ('6380', 'Draconic Leather Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_g_i00');
- INSERT INTO `armor` VALUES ('6381', 'Draconic Leather Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_b_i00');
- INSERT INTO `armor` VALUES ('6382', 'Draconic Leather Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('6383', 'Major Arcana Robe', 'fullarmor', 'true', 'magic', '2300', 's', '0', '-1', '166', '0', '866', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_ul_i00');
- INSERT INTO `armor` VALUES ('6384', 'Major Arcana Gloves', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_g_i00');
- INSERT INTO `armor` VALUES ('6385', 'Major Arcana Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_b_i00');
- INSERT INTO `armor` VALUES ('6386', 'Major Arcana Circlet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('6394', 'Red Party Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_party_mask_i01');
- INSERT INTO `armor` VALUES ('6408', 'Formal Wear', 'fullarmor', 'false', 'magic', '1000', 'none', '0', '-1', '0', '0', '0', '5000000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t2000_ul_i00');
- INSERT INTO `armor` VALUES ('6656', 'Earring of Antharas', 'rear,lear', 'true', 'none', '150', 's', '0', '-1', '0', '71', '31', '3700000', '185', 'true', 'true', 'true', 'true', '3558', '1', 'icon.accessory_earring_of_antaras_i00');
- INSERT INTO `armor` VALUES ('6657', 'Necklace of Valakas', 'neck', 'true', 'none', '150', 's', '0', '-1', '0', '95', '42', '4940000', '247', 'true', 'true', 'true', 'true', '3557', '1', 'icon.accessory_necklace_of_valakas_i00');
- INSERT INTO `armor` VALUES ('6658', 'Ring of Baium', 'rfinger,lfinger', 'true', 'none', '150', 's', '0', '-1', '0', '48', '21', '1730000', '86', 'true', 'true', 'true', 'true', '3561', '1', 'icon.accessory_ring_of_baium_i00');
- INSERT INTO `armor` VALUES ('6659', 'Zaken\'s Earring', 'rear,lear', 'true', 'none', '150', 's', '0', '-1', '0', '71', '31', '2590000', '129', 'true', 'true', 'true', 'true', '3559', '1', 'icon.accessory_earring_of_zaken_i00');
- INSERT INTO `armor` VALUES ('6660', 'Ring of Queen Ant', 'rfinger,lfinger', 'true', 'none', '150', 'b', '0', '-1', '0', '48', '21', '616000', '82', 'true', 'true', 'true', 'true', '3562', '1', 'icon.accessory_ring_of_queen_ant_i00');
- INSERT INTO `armor` VALUES ('6661', 'Earring of Orfen', 'rear,lear', 'true', 'none', '150', 'a', '0', '-1', '0', '71', '31', '1300000', '104', 'true', 'true', 'true', 'true', '3560', '1', 'icon.accessory_earring_of_orfen_i00');
- INSERT INTO `armor` VALUES ('6662', 'Ring of Core', 'rfinger,lfinger', 'true', 'none', '150', 'a', '0', '-1', '0', '48', '21', '870000', '69', 'true', 'true', 'true', 'true', '3563', '1', 'icon.accessory_ring_of_core_i00');
- INSERT INTO `armor` VALUES ('6674', 'Sealed Imperial Crusader Breastplate', 'chest', 'true', 'heavy', '7620', 's', '0', '-1', '193', '0', '0', '14300000', '715', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_u_i02');
- INSERT INTO `armor` VALUES ('6675', 'Sealed Imperial Crusader Gaiters', 'legs', 'true', 'heavy', '3260', 's', '0', '-1', '121', '0', '0', '8960000', '448', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_l_i02');
- INSERT INTO `armor` VALUES ('6676', 'Sealed Imperial Crusader Gauntlet', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_g_i02');
- INSERT INTO `armor` VALUES ('6677', 'Sealed Imperial Crusader Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t88_b_i02');
- INSERT INTO `armor` VALUES ('6679', 'Sealed Imperial Crusader Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i02');
- INSERT INTO `armor` VALUES ('6680', 'Sealed Draconic Leather Armor', 'fullarmor', 'true', 'light', '4950', 's', '0', '-1', '236', '0', '0', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_ul_i02');
- INSERT INTO `armor` VALUES ('6681', 'Sealed Draconic Leather Glove', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_g_i02');
- INSERT INTO `armor` VALUES ('6682', 'Sealed Draconic Leather Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t89_b_i02');
- INSERT INTO `armor` VALUES ('6683', 'Sealed Draconic Leather Helmet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i02');
- INSERT INTO `armor` VALUES ('6684', 'Sealed Major Arcana Robe', 'fullarmor', 'true', 'magic', '2300', 's', '0', '-1', '157', '0', '866', '17400000', '870', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_ul_i02');
- INSERT INTO `armor` VALUES ('6685', 'Sealed Major Arcana Glove', 'gloves', 'true', 'none', '540', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_g_i02');
- INSERT INTO `armor` VALUES ('6686', 'Sealed Major Arcana Boots', 'feet', 'true', 'none', '1110', 's', '0', '-1', '55', '0', '0', '3580000', '179', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t90_b_i02');
- INSERT INTO `armor` VALUES ('6687', 'Sealed Major Arcana Circlet', 'head', 'true', 'none', '550', 's', '0', '-1', '83', '0', '0', '5370000', '268', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_leather_helmet_i02');
- INSERT INTO `armor` VALUES ('6724', 'Sealed Tateossian Earring', 'rear,lear', 'true', 'none', '150', 's', '0', '-1', '0', '68', '0', '3700000', '185', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_earring_i02');
- INSERT INTO `armor` VALUES ('6725', 'Sealed Tateossian Ring', 'rfinger,lfinger', 'true', 'none', '150', 's', '0', '-1', '0', '46', '0', '2470000', '123', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_ring_i02');
- INSERT INTO `armor` VALUES ('6726', 'Sealed Tateossian Necklace', 'neck', 'true', 'none', '150', 's', '0', '-1', '0', '91', '0', '4940000', '247', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_tateossian_necklace_i02');
- INSERT INTO `armor` VALUES ('6834', 'Circlet of Innadril', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i00');
- INSERT INTO `armor` VALUES ('6835', 'Circlet of Dion', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i02');
- INSERT INTO `armor` VALUES ('6836', 'Circlet of Goddard', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '2', 'icon.accessory_pledge_cap1_i03');
- INSERT INTO `armor` VALUES ('6837', 'Circlet of Oren', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i04');
- INSERT INTO `armor` VALUES ('6838', 'Circlet of Gludio', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i05');
- INSERT INTO `armor` VALUES ('6839', 'Circlet of Giran', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i06');
- INSERT INTO `armor` VALUES ('6840', 'Circlet of Aden', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '2', 'icon.accessory_pledge_cap2_i07');
- INSERT INTO `armor` VALUES ('6841', 'The Lord\'s Crown', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3632', '1', 'icon.accessory_crown_i00');
- INSERT INTO `armor` VALUES ('6842', 'Wings of Destiny Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_hero_cap_i00');
- INSERT INTO `armor` VALUES ('6843', 'Cat Ear', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_cat_ear_i00');
- INSERT INTO `armor` VALUES ('6844', 'Lady\'s Hair Pin', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hairpin_i00');
- INSERT INTO `armor` VALUES ('6845', 'Pirate\'s Eye Patch', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_eye_bandage_i00');
- INSERT INTO `armor` VALUES ('6846', 'Monocle', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_glasses_i00');
- INSERT INTO `armor` VALUES ('7059', 'Golden Festival Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_taiwan_i00');
- INSERT INTO `armor` VALUES ('7060', 'Tateossian Hairband', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'false', 'true', 'true', '0', '0', 'icon.accessory_tateossian_i00');
- INSERT INTO `armor` VALUES ('7680', 'Raccoon Ears', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_racoon_ear_i00');
- INSERT INTO `armor` VALUES ('7681', 'Outlaw\'s Eyepatch', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_outlaw_eyepatch_i00');
- INSERT INTO `armor` VALUES ('7682', 'Maiden\'s Hairpin', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_maidens_hairpin_i00');
- INSERT INTO `armor` VALUES ('7683', 'Rabbit Ears', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_rabbit_ear_i00');
- INSERT INTO `armor` VALUES ('7694', 'Noblesse Tiara', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_noblesse_tiara_i00');
- INSERT INTO `armor` VALUES ('7695', 'Forget-me-not Hairpin', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_forget_me_not_hairpin_i00');
- INSERT INTO `armor` VALUES ('7696', 'Daisy Hairpin', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '500000', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_daisy_hairpin_i00');
- INSERT INTO `armor` VALUES ('7836', 'Santa\'s Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'false', 'true', 'true', '0', '0', 'icon.accessory_santas_cap_i00');
- INSERT INTO `armor` VALUES ('7837', 'Sayha\'s White Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_full_mask_i00');
- INSERT INTO `armor` VALUES ('7839', 'Gran Kain\'s Black Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_full_mask_i01');
- INSERT INTO `armor` VALUES ('7840', 'Rabbit Ears (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_rabbit_ear_i00');
- INSERT INTO `armor` VALUES ('7841', 'Racoon Ears (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_racoon_ear_i00');
- INSERT INTO `armor` VALUES ('7842', 'Cat Ears (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_cat_ear_i00');
- INSERT INTO `armor` VALUES ('7843', 'Pirate\'s Eyepatch (Event)', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_eye_bandage_i00');
- INSERT INTO `armor` VALUES ('7844', 'Monocle (Event)', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_glasses_i00');
- INSERT INTO `armor` VALUES ('7845', 'Outlaw\'s Eyepatch (Event)', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_outlaw_eyepatch_i00');
- INSERT INTO `armor` VALUES ('7846', 'Lady\'s Hairpin (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_maidens_hairpin_i00');
- INSERT INTO `armor` VALUES ('7847', 'Noblewoman\'s Hairpin (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_hairpin_i00');
- INSERT INTO `armor` VALUES ('7848', 'Forget-me-not Hairpin (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_forget_me_not_hairpin_i00');
- INSERT INTO `armor` VALUES ('7849', 'Daisy Hairpin (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_daisy_hairpin_i00');
- INSERT INTO `armor` VALUES ('7850', 'Clan Oath Helm', 'head', 'true', 'none', '640', 'd', '0', '-1', '37', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('7851', 'Clan Oath Armor', 'fullarmor', 'true', 'heavy', '9870', 'd', '0', '-1', '158', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1001_ul_i00');
- INSERT INTO `armor` VALUES ('7852', 'Clan Oath Gauntlets - Heavy Armor', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1001_g_i00');
- INSERT INTO `armor` VALUES ('7853', 'Clan Oath Sabaton - Heavy Armor', 'feet', 'true', 'none', '1280', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1001_b_i00');
- INSERT INTO `armor` VALUES ('7854', 'Clan Oath Brigandine', 'fullarmor', 'true', 'light', '5400', 'd', '0', '-1', '119', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1002_ul_i00');
- INSERT INTO `armor` VALUES ('7855', 'Clan Oath Leather Gloves - Light Armor', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1002_g_i00');
- INSERT INTO `armor` VALUES ('7856', 'Clan Oath Boots - Light Armor', 'feet', 'true', 'none', '1280', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1002_b_i00');
- INSERT INTO `armor` VALUES ('7857', 'Clan Oath Aketon', 'fullarmor', 'true', 'magic', '2450', 'd', '0', '-1', '79', '0', '239', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1003_ul_i00');
- INSERT INTO `armor` VALUES ('7858', 'Clan Oath Padded Gloves - Robe', 'gloves', 'true', 'none', '640', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1003_g_i00');
- INSERT INTO `armor` VALUES ('7859', 'Clan Oath Sandals - Robe', 'feet', 'true', 'none', '1280', 'd', '0', '-1', '24', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1003_b_i00');
- INSERT INTO `armor` VALUES ('7860', 'Apella Helm', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('7861', 'Apella Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'a', '0', '-1', '278', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_ul_i00');
- INSERT INTO `armor` VALUES ('7862', 'Apella Gauntlet - Heavy Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_g_i00');
- INSERT INTO `armor` VALUES ('7863', 'Apella Solleret - Heavy Armor', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_b_i00');
- INSERT INTO `armor` VALUES ('7864', 'Apella Brigandine', 'fullarmor', 'true', 'light', '5400', 'a', '0', '-1', '209', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_ul_i00');
- INSERT INTO `armor` VALUES ('7865', 'Apella Leather Gloves - Light Armor', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_g_i00');
- INSERT INTO `armor` VALUES ('7866', 'Apella Boots - Light Armor', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_b_i00');
- INSERT INTO `armor` VALUES ('7867', 'Apella Doublet', 'fullarmor', 'true', 'magic', '2450', 'a', '0', '-1', '139', '0', '665', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_ul_i00');
- INSERT INTO `armor` VALUES ('7868', 'Apella Silk Gloves - Robe', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_g_i00');
- INSERT INTO `armor` VALUES ('7869', 'Apella Sandals - Robe', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_b_i00');
- INSERT INTO `armor` VALUES ('7870', 'Sealed Apella Helm', 'head', 'true', 'none', '570', 'a', '0', '-1', '69', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_helmet_i02');
- INSERT INTO `armor` VALUES ('7871', 'Sealed Apella Plate Armor', 'fullarmor', 'true', 'heavy', '9780', 'a', '0', '-1', '278', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_ul_i02');
- INSERT INTO `armor` VALUES ('7872', 'Sealed Apella Gauntlet', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_g_i02');
- INSERT INTO `armor` VALUES ('7873', 'Sealed Apella Solleret', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1004_b_i02');
- INSERT INTO `armor` VALUES ('7874', 'Sealed Apella Brigandine', 'fullarmor', 'true', 'light', '5400', 'a', '0', '-1', '209', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_ul_i02');
- INSERT INTO `armor` VALUES ('7875', 'Sealed Apella Leather Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_g_i02');
- INSERT INTO `armor` VALUES ('7876', 'Sealed Apella Boots', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1005_b_i02');
- INSERT INTO `armor` VALUES ('7877', 'Sealed Apella Doublet', 'fullarmor', 'true', 'magic', '2450', 'a', '0', '-1', '139', '0', '665', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_ul_i02');
- INSERT INTO `armor` VALUES ('7878', 'Sealed Apella Silk Gloves', 'gloves', 'true', 'none', '580', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_g_i02');
- INSERT INTO `armor` VALUES ('7879', 'Sealed Apella Sandals', 'feet', 'true', 'none', '1130', 'a', '0', '-1', '46', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.armor_t1006_b_i02');
- INSERT INTO `armor` VALUES ('8177', 'Raid Challenger\'s Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_raid_challenger_i00');
- INSERT INTO `armor` VALUES ('8178', 'Raid Adventurer\'s Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_raid_explorer_i00');
- INSERT INTO `armor` VALUES ('8179', 'Raid Master\'s Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_raid_master_i00');
- INSERT INTO `armor` VALUES ('8180', 'Circlet of Ice Fairy Sirra', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_ice_queen_i00');
- INSERT INTO `armor` VALUES ('8181', 'Academy Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_academy_i00');
- INSERT INTO `armor` VALUES ('8182', 'Circlet of Rune', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i01');
- INSERT INTO `armor` VALUES ('8183', 'Circlet of Schuttgart', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '3633', '1', 'icon.accessory_pledge_cap1_i07');
- INSERT INTO `armor` VALUES ('8184', 'Party Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_party_hat_i00');
- INSERT INTO `armor` VALUES ('8185', 'Feathered Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_archer_hat_i00');
- INSERT INTO `armor` VALUES ('8186', 'Artisan\'s Goggles', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_dwarf_goggle_i00');
- INSERT INTO `armor` VALUES ('8187', 'Demon Horns', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_cornu_i00');
- INSERT INTO `armor` VALUES ('8188', 'Little Angel Wings', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_ring_i00');
- INSERT INTO `armor` VALUES ('8189', 'Fairy Antennae', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_feeler_i00');
- INSERT INTO `armor` VALUES ('8191', 'Frintezza\'s Necklace', 'neck', 'true', 'none', '150', 'a', '0', '-1', '0', '95', '42', '0', '0', 'true', 'true', 'true', 'true', '3604', '1', 'icon.accessory_necklace_of_frintessa_i00');
- INSERT INTO `armor` VALUES ('8541', 'Little Harness', 'babypet', 'false', 'pet', '160', 'none', '0', '-1', '10', '25', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.etc_pet_armor_little_harness_i00');
- INSERT INTO `armor` VALUES ('8552', 'Mask of Spirits', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_worldcup_mask_i00');
- INSERT INTO `armor` VALUES ('8557', 'Blue Party Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_party_hat_blue_i00');
- INSERT INTO `armor` VALUES ('8558', 'Eva\'s Mark', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_soaring_bird_i00');
- INSERT INTO `armor` VALUES ('8559', 'Diadem', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_flower_cap_i00');
- INSERT INTO `armor` VALUES ('8560', 'Teddy Bear Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_bear_cap_i00');
- INSERT INTO `armor` VALUES ('8561', 'Piggy Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_pig_cap_i00');
- INSERT INTO `armor` VALUES ('8562', 'Jester Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_jester_cap_i00');
- INSERT INTO `armor` VALUES ('8563', 'Wizard Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_magic_cap_i00');
- INSERT INTO `armor` VALUES ('8564', 'Dapper Cap', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_dandy_cap_i00');
- INSERT INTO `armor` VALUES ('8565', 'Romantic Chapeau', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_romantic_chaperon_i00');
- INSERT INTO `armor` VALUES ('8566', 'Iron Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_iron_circlet_i00');
- INSERT INTO `armor` VALUES ('8567', 'Valakas Slayer Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_valakas_circlet_i00');
- INSERT INTO `armor` VALUES ('8568', 'Antharas Slayer Circlet', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_antaras_circlet_i00');
- INSERT INTO `armor` VALUES ('8569', 'Half Face Mask', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_half_face_i00');
- INSERT INTO `armor` VALUES ('8660', 'Demon Horns', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_cornu_i00');
- INSERT INTO `armor` VALUES ('8661', 'Mask of Spirits', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_worldcup_mask_i00');
- INSERT INTO `armor` VALUES ('8662', 'Fairy Antennae (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_hair_feeler_i00');
- INSERT INTO `armor` VALUES ('8910', 'Black Feather Mask (Event)', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessary_black_feather_mask_i00');
- INSERT INTO `armor` VALUES ('8911', 'Black Half-Mask (Event)', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_black_half_mask_i00');
- INSERT INTO `armor` VALUES ('8912', 'Single Stem Flower', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hairpin_i00');
- INSERT INTO `armor` VALUES ('8913', 'Butterfly Hairpin', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_butterfly_hearpin_i00');
- INSERT INTO `armor` VALUES ('8914', 'Luxurious Gold Circlet', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_gold_circlet_i00');
- INSERT INTO `armor` VALUES ('8915', 'Luxurious Silver Circlet', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_gold_circlet_i01');
- INSERT INTO `armor` VALUES ('8916', 'Eye Patch', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_one_eye_i00');
- INSERT INTO `armor` VALUES ('8917', 'Goddess Circlet', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_goddess_circlet_i00');
- INSERT INTO `armor` VALUES ('8918', 'Leather Cap', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_middle_ages_i00');
- INSERT INTO `armor` VALUES ('8919', 'First Mate\'s Hat - Event Use', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.Accessary_middle_ages_i01');
- INSERT INTO `armor` VALUES ('8920', 'Angel Halo', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_angel_circlet_i00');
- INSERT INTO `armor` VALUES ('8921', 'Demon Circlet', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_demon_circlet_i00');
- INSERT INTO `armor` VALUES ('8922', 'Pirate Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_sea_robber_i00');
- INSERT INTO `armor` VALUES ('8923', 'Scar', 'face', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_scar_i00');
- INSERT INTO `armor` VALUES ('8936', 'Santa\'s Antlers', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_santas_antler_i00');
- INSERT INTO `armor` VALUES ('8947', 'L2 Day: Rabbit Ears', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_rabbit_ear_i00');
- INSERT INTO `armor` VALUES ('8948', 'L2 Day: Little Angel Wings', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_ring_i00');
- INSERT INTO `armor` VALUES ('8949', 'L2 Day: Fairy Antennae', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_hair_feeler_i00');
- INSERT INTO `armor` VALUES ('8950', 'L2 Day: Feathered Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_archer_hat_i00');
- INSERT INTO `armor` VALUES ('8951', 'L2 Day: Artisan\'s Goggles', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_dwarf_goggle_i00');
- INSERT INTO `armor` VALUES ('9030', 'Shadow Item: Bronze Breastplate', 'chest', 'false', 'heavy', '2973', 'none', '0', '600', '68', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t34_u_i00');
- INSERT INTO `armor` VALUES ('9031', 'Shadow Item: Bronze Gaiters', 'legs', 'false', 'heavy', '1320', 'none', '0', '600', '43', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t34_l_i00');
- INSERT INTO `armor` VALUES ('9032', 'Shadow Item: Hard Leather Shirt', 'chest', 'false', 'light', '1573', 'none', '0', '600', '53', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t30_u_i00');
- INSERT INTO `armor` VALUES ('9033', 'Shadow Item: Hard Leather Gaiters', 'legs', 'false', 'light', '537', 'none', '0', '600', '33', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t30_l_i00');
- INSERT INTO `armor` VALUES ('9034', 'Shadow Item: Tunic of Magic', 'chest', 'false', 'magic', '693', 'none', '0', '600', '34', '0', '86', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t58_u_i00');
- INSERT INTO `armor` VALUES ('9035', 'Shadow Item: Stockings of Magic', 'legs', 'false', 'magic', '343', 'none', '0', '600', '21', '0', '54', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t58_l_i00');
- INSERT INTO `armor` VALUES ('9037', 'Shadow Item: Hard Leather Helmet', 'head', 'false', 'none', '213', 'none', '0', '600', '26', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('9038', 'Shadow Item: Boots', 'feet', 'false', 'none', '437', 'none', '0', '600', '17', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t30_b_i00');
- INSERT INTO `armor` VALUES ('9039', 'Shadow Item: Bracer', 'gloves', 'false', 'none', '217', 'none', '0', '600', '17', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t30_g_i00');
- INSERT INTO `armor` VALUES ('9040', 'Shadow Item: Mithril Breastplate', 'chest', 'false', 'heavy', '2890', 'd', '0', '600', '95', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t19_u_i00');
- INSERT INTO `armor` VALUES ('9041', 'Shadow Item: Mithril Gaiters', 'legs', 'false', 'heavy', '1277', 'd', '0', '600', '61', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t19_l_i00');
- INSERT INTO `armor` VALUES ('9042', 'Shadow Item: Gauntlet', 'gloves', 'false', 'none', '213', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t10_g_i00');
- INSERT INTO `armor` VALUES ('9043', 'Shadow Item: Iron Boots', 'feet', 'false', 'none', '427', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t10_b_i00');
- INSERT INTO `armor` VALUES ('9045', 'Shadow Item: Reinforced Leather Shirt', 'chest', 'false', 'light', '1523', 'd', '0', '600', '73', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t13_u_i00');
- INSERT INTO `armor` VALUES ('9046', 'Shadow Item: Reinforced Leather Gaiters', 'legs', 'false', 'light', '523', 'd', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t13_l_i00');
- INSERT INTO `armor` VALUES ('9047', 'Shadow Item: Reinforced Leather Gloves', 'gloves', 'false', 'none', '213', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t13_g_i00');
- INSERT INTO `armor` VALUES ('9048', 'Shadow Item: Reinforced Leather Boots', 'feet', 'false', 'none', '427', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t13_b_i00');
- INSERT INTO `armor` VALUES ('9049', 'Shadow Item: Tunic of Knowledge', 'chest', 'false', 'magic', '673', 'd', '0', '600', '49', '0', '147', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t41_u_i00');
- INSERT INTO `armor` VALUES ('9050', 'Shadow Item: Stockings of Knowledge', 'legs', 'false', 'magic', '333', 'd', '0', '600', '30', '0', '92', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t41_l_i00');
- INSERT INTO `armor` VALUES ('9051', 'Shadow Item: Gloves of Knowledge', 'gloves', 'false', 'none', '213', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t41_g_i00');
- INSERT INTO `armor` VALUES ('9052', 'Shadow Item: Boots of Knowledge', 'feet', 'false', 'none', '423', 'd', '0', '600', '24', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t41_b_i00');
- INSERT INTO `armor` VALUES ('9053', 'Shadow Item: Helmet', 'head', 'false', 'none', '213', 'd', '0', '600', '37', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('9054', 'Shadow Item: Composite Armor', 'fullarmor', 'false', 'heavy', '3660', 'c', '0', '600', '224', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t61_ul_i00');
- INSERT INTO `armor` VALUES ('9055', 'Shadow Item: Composite Boots', 'feet', 'false', 'none', '407', 'c', '0', '600', '36', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t61_b_i00');
- INSERT INTO `armor` VALUES ('9057', 'Shadow Item: Composite Helmet', 'head', 'false', 'none', '203', 'c', '0', '600', '54', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('9058', 'Shadow Item: Theca Leather Armor', 'chest', 'false', 'light', '1457', 'c', '0', '600', '106', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t63_u_i00');
- INSERT INTO `armor` VALUES ('9059', 'Shadow Item: Theca Leather Gaiters', 'legs', 'false', 'light', '510', 'c', '0', '600', '66', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t63_l_i00');
- INSERT INTO `armor` VALUES ('9060', 'Shadow Item: Theca Leather Boots', 'feet', 'false', 'none', '403', 'c', '0', '600', '37', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t63_b_i00');
- INSERT INTO `armor` VALUES ('9061', 'Shadow Item: Theca Leather Gloves', 'gloves', 'false', 'none', '200', 'c', '0', '600', '37', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t63_g_i00');
- INSERT INTO `armor` VALUES ('9062', 'Shadow Item: Demon\'s Tunic', 'chest', 'false', 'magic', '663', 'c', '0', '600', '69', '0', '284', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t54_u_i00');
- INSERT INTO `armor` VALUES ('9063', 'Shadow Item: Demon\'s Stockings', 'legs', 'false', 'magic', '327', 'c', '0', '600', '43', '0', '177', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t54_l_i00');
- INSERT INTO `armor` VALUES ('9064', 'Shadow Item: Demon\'s Boots', 'feet', 'false', 'none', '407', 'c', '0', '600', '36', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t54_b_i00');
- INSERT INTO `armor` VALUES ('9065', 'Shadow Item: Demon\'s Gloves', 'gloves', 'false', 'none', '203', 'c', '0', '600', '36', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t54_g_i00');
- INSERT INTO `armor` VALUES ('9066', 'Shadow Item: Shining Circlet', 'head', 'false', 'none', '200', 'c', '0', '600', '54', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_circlet_i00');
- INSERT INTO `armor` VALUES ('9067', 'Shadow Item: Zubei\'s Breastplate', 'chest', 'false', 'heavy', '2657', 'b', '0', '600', '157', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t64_u_i00');
- INSERT INTO `armor` VALUES ('9068', 'Shadow Item: Zubei\'s Gaiters', 'legs', 'false', 'heavy', '1190', 'b', '0', '600', '98', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t64_l_i00');
- INSERT INTO `armor` VALUES ('9069', 'Shadow Item: Zubei\'s Helmet', 'head', 'false', 'none', '197', 'b', '0', '600', '62', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('9071', 'Shadow Item: Zubei\'s Gauntlet', 'gloves', 'false', 'none', '197', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t64_g_i00');
- INSERT INTO `armor` VALUES ('9072', 'Shadow Item: Zubei\'s Boots', 'feet', 'false', 'none', '393', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t64_b_i00');
- INSERT INTO `armor` VALUES ('9073', 'Shadow Item: Zubei\'s Leather Shirt', 'chest', 'false', 'light', '1443', 'b', '0', '600', '117', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t65_u_i00');
- INSERT INTO `armor` VALUES ('9074', 'Shadow Item: Zubei\'s Leather Gaiters', 'legs', 'false', 'light', '493', 'b', '0', '600', '73', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t65_l_i00');
- INSERT INTO `armor` VALUES ('9075', 'Shadow Item: Zubei\'s Gauntlet', 'gloves', 'false', 'none', '197', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t65_g_i00');
- INSERT INTO `armor` VALUES ('9076', 'Shadow Item: Zubei\'s Boots', 'feet', 'false', 'none', '393', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t65_b_i00');
- INSERT INTO `armor` VALUES ('9077', 'Shadow Item: Tunic of Zubei', 'chest', 'false', 'magic', '653', 'b', '0', '600', '78', '0', '345', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t56_u_i00');
- INSERT INTO `armor` VALUES ('9078', 'Shadow Item: Stockings of Zubei', 'legs', 'false', 'magic', '313', 'b', '0', '600', '49', '0', '216', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t56_l_i00');
- INSERT INTO `armor` VALUES ('9079', 'Shadow Item: Zubei\'s Gauntlet', 'gloves', 'false', 'none', '197', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t56_g_i00');
- INSERT INTO `armor` VALUES ('9080', 'Shadow Item: Zubei\'s Boots', 'feet', 'false', 'none', '393', 'b', '0', '600', '41', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t56_b_i00');
- INSERT INTO `armor` VALUES ('9081', 'Shadow Item: Dark Crystal Breastplate', 'chest', 'false', 'heavy', '2567', 'a', '0', '600', '171', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t74_u_i00');
- INSERT INTO `armor` VALUES ('9082', 'Shadow Item: Dark Crystal Gaiters', 'legs', 'false', 'heavy', '1107', 'a', '0', '600', '107', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t74_l_i00');
- INSERT INTO `armor` VALUES ('9083', 'Shadow Item: Dark Crystal Helmet', 'head', 'false', 'none', '190', 'a', '0', '600', '69', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_helmet_i00');
- INSERT INTO `armor` VALUES ('9085', 'Shadow Item: Dark Crystal Gloves', 'gloves', 'false', 'none', '193', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t74_g_i00');
- INSERT INTO `armor` VALUES ('9086', 'Shadow Item: Dark Crystal Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t74_b_i00');
- INSERT INTO `armor` VALUES ('9087', 'Shadow Item: Dark Crystal Leather Armor', 'chest', 'false', 'light', '1433', 'a', '0', '600', '128', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t75_u_i00');
- INSERT INTO `armor` VALUES ('9088', 'Shadow Item: Dark Crystal Leggings', 'legs', 'false', 'light', '493', 'a', '0', '600', '80', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t75_l_i00');
- INSERT INTO `armor` VALUES ('9089', 'Shadow Item: Dark Crystal Gloves', 'gloves', 'false', 'none', '193', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t75_g_i00');
- INSERT INTO `armor` VALUES ('9090', 'Shadow Item: Dark Crystal Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t75_b_i00');
- INSERT INTO `armor` VALUES ('9091', 'Shadow Item: Dark Crystal Robe', 'fullarmor', 'false', 'magic', '817', 'a', '0', '600', '139', '0', '665', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t76_ul_i00');
- INSERT INTO `armor` VALUES ('9092', 'Shadow Item: Dark Crystal Gloves', 'gloves', 'false', 'none', '193', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t76_g_i00');
- INSERT INTO `armor` VALUES ('9093', 'Shadow Item: Dark Crystal Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '46', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t76_b_i00');
- INSERT INTO `armor` VALUES ('9094', 'Shadow Item: Majestic Plate Armor', 'fullarmor', 'false', 'heavy', '3067', 'a', '0', '600', '293', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t83_ul_i00');
- INSERT INTO `armor` VALUES ('9095', 'Shadow Item: Magestic Circlet', 'head', 'false', 'none', '183', 'a', '0', '600', '73', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_leather_helmet_i00');
- INSERT INTO `armor` VALUES ('9096', 'Shadow Item: Magestic Gauntlet', 'gloves', 'false', 'none', '180', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t83_g_i00');
- INSERT INTO `armor` VALUES ('9097', 'Shadow Item: Magestic Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t83_b_i00');
- INSERT INTO `armor` VALUES ('9098', 'Shadow Item: Majestic Leather Armor', 'fullarmor', 'false', 'light', '1783', 'a', '0', '600', '220', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t84_ul_i00');
- INSERT INTO `armor` VALUES ('9099', 'Shadow Item: Magestic Gauntlet', 'gloves', 'false', 'none', '180', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t84_g_i00');
- INSERT INTO `armor` VALUES ('9100', 'Shadow Item: Magestic Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t84_b_i00');
- INSERT INTO `armor` VALUES ('9101', 'Shadow Item: Magestic Robe', 'fullarmor', 'false', 'magic', '777', 'a', '0', '600', '147', '0', '718', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t85_ul_i00');
- INSERT INTO `armor` VALUES ('9102', 'Shadow Item: Magestic Gauntlet', 'gloves', 'false', 'none', '180', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t85_g_i00');
- INSERT INTO `armor` VALUES ('9103', 'Shadow Item: Magestic Boots', 'feet', 'false', 'none', '370', 'a', '0', '600', '49', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t85_b_i00');
- INSERT INTO `armor` VALUES ('9128', 'Shadow Item: Mithril Gauntlet', 'gloves', 'false', 'none', '200', 'c', '0', '600', '36', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.armor_t61_g_i00');
- INSERT INTO `armor` VALUES ('9138', 'Santa\'s Hat', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.accessory_santas_cap_i00');
- INSERT INTO `armor` VALUES ('9145', 'Little Angel Wings (Event)', 'hair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'icon.accessory_hair_ring_i00');
- INSERT INTO `armor` VALUES ('9158', 'Golden Circlet of Redemption', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_gold_circlet_i00');
- INSERT INTO `armor` VALUES ('9159', 'Silver Circlet of Salvation', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_gold_circlet_i01');
- INSERT INTO `armor` VALUES ('9160', 'Pig Wrangler\'s Cap', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'true', 'true', 'true', 'true', '0', '0', 'icon.Accessary_middle_ages_i00');
- INSERT INTO `armor` VALUES ('9177', 'Teddy Bear Hat - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9178', 'Piggy Hat - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9179', 'Jester Hat - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9180', 'Wizard Hat - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9181', 'Dapper Cap - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9182', 'Romantic Chapeau - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9183', 'Iron Circlet - Blessed Resurrection Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9184', 'Teddy Bear Hat - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9185', 'Piggy Hat - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9186', 'Jester Hat - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9187', 'Wizard Hat - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9188', 'Dapper Cap - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9189', 'Romantic Chapeau - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9190', 'Iron Circlet - Blessed Escape Effect', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9191', 'Teddy Bear Hat - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9192', 'Piggy Hat - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9193', 'Jester Hat - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9194', 'Wizard Hat - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9195', 'Dapper Hat - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9196', 'Romantic Chapeau - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9197', 'Iron Circlet - Big Head', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9198', 'Teddy Bear Hat - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9199', 'Piggy Hat - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9200', 'Jester Hat - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9201', 'Wizard Hat - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9202', 'Dapper Hat - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9203', 'Romantic Chapeau - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9204', 'Iron Circlet - Firework', 'dhair', 'false', 'none', '10', 'none', '0', '300', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
- INSERT INTO `armor` VALUES ('9208', 'Phantom Mask (Event)', 'dhair', 'false', 'none', '10', 'none', '0', '-1', '0', '0', '0', '0', '0', 'false', 'false', 'true', 'false', '0', '0', 'ICON');
Advertisement
Add Comment
Please, Sign In to add comment