armor.sql 177 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410
  1. -- -------------------------
  2. -- Table structure for armor
  3. -- -------------------------
  4. DROP TABLE IF EXISTS `armor`;
  5. CREATE TABLE IF NOT EXISTS `armor` (
  6. `item_id` int(11) NOT NULL default '0',
  7. `name` varchar(70) default NULL,
  8. `bodypart` varchar(15) NOT NULL default '',
  9. `crystallizable` varchar(5) NOT NULL default '',
  10. `armor_type` varchar(5) NOT NULL default '',
  11. `weight` int(5) NOT NULL default '0',
  12. `material` varchar(15) NOT NULL default '',
  13. `crystal_type` varchar(4) NOT NULL default '',
  14. `avoid_modify` int(1) NOT NULL default '0',
  15. `duration` int(3) NOT NULL default '0',
  16. `p_def` int(3) NOT NULL default '0',
  17. `m_def` int(2) NOT NULL default '0',
  18. `mp_bonus` int(3) NOT NULL default '0',
  19. `price` int(11) NOT NULL default '0',
  20. `crystal_count` int(4) default NULL,
  21. `sellable` varchar(5) default NULL,
  22. `dropable` varchar(5) NOT NULL default 'true',
  23. `destroyable` varchar(5) NOT NULL default 'true',
  24. `tradeable` varchar(5) NOT NULL default 'true',
  25. `skill` varchar(70) default '0-0;',
  26. PRIMARY KEY (`item_id`)
  27. ) DEFAULT CHARSET=utf8;
  28. -- -----------------------
  29. -- Records for table armor
  30. -- -----------------------
  31. INSERT INTO `armor` VALUES
  32. (21,'Shirt','chest','false','light',4830,'cloth','none',0,-1,36,0,0,147,0,'true','true','true','true','0-0;'),
  33. (22,'Leather Shirt','chest','false','light',4830,'leather','none',0,-1,43,0,0,2430,0,'true','true','true','true','0-0;'),
  34. (23,'Wooden Breastplate','chest','false','light',4820,'wood','none',0,-1,47,0,0,7960,0,'true','true','true','true','0-0;'),
  35. (24,'Bone Breastplate','chest','false','light',4770,'bone','none',0,-1,50,0,0,20300,0,'true','true','true','true','0-0;'),
  36. (25,'Piece Bone Breastplate','chest','false','heavy',8970,'bone','none',0,-1,62,0,0,31800,0,'true','true','true','true','0-0;'),
  37. (26,'Bronze Breastplate','chest','false','heavy',8920,'bronze','none',0,-1,68,0,0,49200,0,'true','true','true','true','0-0;'),
  38. (27,'Hard Leather Shirt','chest','false','light',4720,'leather','none',0,-1,53,0,0,36900,0,'true','true','true','true','0-0;'),
  39. (28,'Pants','legs','false','light',1740,'cloth','none',0,-1,22,0,0,92,0,'true','true','true','true','0-0;'),
  40. (29,'Leather Pants','legs','false','light',1730,'leather','none',0,-1,27,0,0,1520,0,'true','true','true','true','0-0;'),
  41. (30,'Hard Leather Pants','legs','false','light',1700,'leather','none',0,-1,29,0,0,4970,0,'true','true','true','true','0-0;'),
  42. (31,'Bone Gaiters','legs','false','light',1680,'bone','none',0,-1,32,0,0,12700,0,'true','true','true','true','0-0;'),
  43. (32,'Piece Bone Gaiters','legs','false','heavy',4020,'bone','none',0,-1,39,0,0,19900,0,'true','true','true','true','0-0;'),
  44. (33,'Hard Leather Gaiters','legs','false','light',1610,'leather','none',0,-1,33,0,0,23000,0,'true','true','true','true','0-0;'),
  45. (34,'Bronze Gaiters','legs','false','heavy',3960,'bronze','none',0,-1,43,0,0,30700,0,'true','true','true','true','0-0;'),
  46. (35,'Cloth Shoes','feet','false','none',1320,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  47. (36,'Leather Sandals','feet','false','none',1320,'leather','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  48. (37,'Leather Shoes','feet','false','none',1320,'leather','none',0,-1,13,0,0,2650,0,'true','true','true','true','0-0;'),
  49. (38,'Low Boots','feet','false','none',1320,'leather','none',0,-1,15,0,0,6770,0,'true','true','true','true','0-0;'),
  50. (39,'Boots','feet','false','none',1310,'cloth','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  51. (40,'Leather Boots','feet','true','none',1300,'leather','d',0,-1,19,0,0,20900,38,'true','true','true','true','0-0;'),
  52. (41,'Cloth Cap','head','false','none',660,'cloth','none',0,-1,13,0,0,55,0,'true','true','true','true','0-0;'),
  53. (42,'Leather Cap','head','false','none',660,'leather','none',0,-1,16,0,0,911,0,'true','true','true','true','0-0;'),
  54. (43,'Wooden Helmet','head','false','none',660,'wood','none',0,-1,19,0,0,3980,0,'true','true','true','true','0-0;'),
  55. (44,'Leather Helmet','head','false','none',650,'leather','none',0,-1,23,0,0,10200,0,'true','true','true','true','0-0;'),
  56. (45,'Bone Helmet','head','true','none',640,'bone','d',0,-1,29,0,0,31300,56,'true','true','true','true','0-0;'),
  57. (46,'Bronze Helmet','head','true','none',630,'bronze','d',0,-1,33,0,0,50000,90,'true','true','true','true','0-0;'),
  58. (47,'Helmet','head','true','none',640,'fine_steel','d',0,-1,37,0,0,76200,138,'true','true','true','true','0-0;'),
  59. (48,'Short Gloves','gloves','false','none',660,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  60. (49,'Gloves','gloves','false','none',660,'cloth','none',0,-1,13,0,0,2650,0,'true','true','true','true','0-0;'),
  61. (50,'Leather Gloves','gloves','false','none',650,'leather','none',0,-1,15,0,0,6770,0,'true','true','true','true','0-0;'),
  62. (51,'Bracer','gloves','false','none',650,'leather','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  63. (52,'Hemp Cloak','underwear','false','none',260,'cloth','none',0,-1,2,0,0,37,0,'true','true','true','true','0-0;'),
  64. (53,'Cotton Cloak','underwear','false','none',250,'cloth','none',0,-1,3,0,0,607,0,'true','true','true','true','0-0;'),
  65. (54,'Silk Cloak','underwear','false','none',250,'cloth','none',0,-1,4,0,0,2650,0,'true','true','true','true','0-0;'),
  66. (55,'Cotton Undergarment','underwear','false','none',170,'cotton','none',0,-1,4,0,0,18,0,'true','true','true','true','0-0;'),
  67. (56,'Wool Undergarment','underwear','false','none',170,'wood','none',0,-1,5,0,0,304,0,'true','true','true','true','0-0;'),
  68. (58,'Mithril Breastplate','chest','true','heavy',8670,'mithril','d',0,-1,95,0,0,183000,332,'true','true','true','true','0-0;'),
  69. (59,'Mithril Gaiters','legs','true','heavy',3830,'mithril','d',0,-1,61,0,0,127000,230,'true','true','true','true','0-0;'),
  70. (60,'Composite Armor','fullarmor','true','heavy',10980,'fine_steel','c',0,-1,224,0,0,1440000,576,'true','true','true','true','0-0;'),
  71. (61,'Mithril Gloves','gloves','true','none',630,'mithril','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  72. (62,'Mithril Boots','feet','true','none',1230,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  73. (63,'Gauntlets','gloves','true','none',640,'cloth','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  74. (64,'Composite Boots','feet','true','none',1220,'fine_steel','c',0,-1,36,0,0,245000,98,'true','true','true','true','0-0;'),
  75. (112,'Apprentice\'s Earring','rear,lear','false','none',150,'silver','none',0,-1,0,11,0,49,0,'true','true','true','true','0-0;'),
  76. (113,'Mystic\'s Earring','rear,lear','false','none',150,'silver','none',0,-1,0,13,0,811,0,'true','true','true','true','0-0;'),
  77. (114,'Earring of Strength','rear,lear','false','none',150,'gold','none',0,-1,0,16,0,3510,0,'true','true','true','true','0-0;'),
  78. (115,'Earring of Wisdom','rear,lear','false','none',150,'gold','none',0,-1,0,16,0,3510,0,'true','true','true','true','0-0;'),
  79. (116,'Magic Ring','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,7,0,33,0,'true','true','true','true','0-0;'),
  80. (117,'Ring of Mana','rfinger,lfinger','true','none',150,'silver','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  81. (118,'Necklace of Magic','neck','false','none',150,'silver','none',0,-1,0,15,0,66,0,'true','true','true','true','0-0;'),
  82. (119,'Necklace of Binding','neck','true','none',150,'adamantaite','c',0,-1,0,64,0,565000,226,'true','true','true','true','0-0;'),
  83. (347,'Ring Mail Breastplate','chest','true','heavy',8820,'steel','d',0,-1,77,0,0,83500,151,'true','true','true','true','0-0;'),
  84. (348,'Scale Mail','chest','true','heavy',8720,'steel','d',0,-1,87,0,0,133000,241,'true','true','true','true','0-0;'),
  85. (349,'Compound Scale Mail','chest','true','heavy',8620,'fine_steel','d',0,-1,95,0,0,183000,332,'true','true','true','true','0-0;'),
  86. (350,'Dwarven Scale Mail','chest','true','heavy',8540,'fine_steel','d',0,-1,95,0,0,183000,332,'true','true','true','true','0-0;'),
  87. (351,'Blast Plate','chest','true','heavy',8420,'fine_steel','d',0,-1,97,0,0,203000,369,'true','true','true','true','0-0;'),
  88. (352,'Brigandine Tunic','chest','true','heavy',8320,'fine_steel','d',0,-1,103,0,0,299000,543,'true','true','true','true','0-0;'),
  89. (353,'Half Plate Armor','chest','true','heavy',8220,'fine_steel','d',0,-1,111,0,0,391000,710,'true','true','true','true','0-0;'),
  90. (354,'Chain Mail Shirt','chest','true','heavy',8120,'fine_steel','c',0,-1,120,0,0,505000,202,'true','true','true','true','0-0;'),
  91. (355,'Dwarven Chain Mail Shirt','chest','true','heavy',8070,'fine_steel','c',0,-1,129,0,0,644000,257,'true','true','true','true','0-0;'),
  92. (356,'Full Plate Armor','fullarmor','true','heavy',10480,'fine_steel','c',0,-1,239,0,0,2090000,836,'true','true','true','true','0-0;'),
  93. (357,'Zubei\'s Breastplate','chest','true','heavy',7970,'mithril','b',0,-1,157,0,0,2080000,277,'true','true','true','true','0-0;'),
  94. (358,'Blue Wolf Breastplate','chest','true','heavy',7820,'oriharukon','b',0,-1,166,0,0,3220000,429,'true','true','true','true','0-0;'),
  95. (359,'Shining Dragon Armor','fullarmor','true','heavy',6400,'mithril','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  96. (360,'Armor of Victory','chest','true','heavy',3360,'oriharukon','b',0,-1,175,0,0,3220000,429,'true','true','true','true','0-0;'),
  97. (361,'Breastplate of Valor','chest','true','heavy',3360,'blood_steel','b',0,-1,185,0,0,4630000,617,'true','true','true','true','0-0;'),
  98. (362,'Glorious Armor','fullarmor','true','heavy',6720,'fine_steel','b',0,-1,284,0,0,4710000,628,'true','true','true','true','0-0;'),
  99. (363,'Red Flame Armor','fullarmor','true','heavy',6400,'blood_steel','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  100. (364,'Elven Crystal Breastplate','chest','true','heavy',2400,'crystal','b',0,-1,175,0,0,3220000,429,'true','true','true','true','0-0;'),
  101. (365,'Dark Crystal Breastplate','chest','true','heavy',7700,'crystal','a',0,-1,171,0,0,4630000,370,'true','true','true','true','0-0;'),
  102. (366,'Implosion Armor','fullarmor','true','heavy',6080,'damascus','b',0,-1,284,0,0,4710000,628,'true','true','true','true','0-0;'),
  103. (367,'Dark Dragon Armor','fullarmor','true','heavy',5760,'damascus','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  104. (368,'Elven Vagian Armor','fullarmor','true','heavy',2400,'mithril','b',0,-1,284,0,0,4710000,628,'true','true','true','true','0-0;'),
  105. (369,'Dark Vagian Armor','fullarmor','true','heavy',2400,'mithril','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  106. (370,'Complete Set of Plate Armor','fullarmor','true','heavy',6400,'fine_steel','b',0,-1,284,0,0,4710000,628,'true','true','true','true','0-0;'),
  107. (371,'Hell Plate','fullarmor','true','heavy',6400,'blood_steel','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  108. (372,'Art of Plate','fullarmor','true','heavy',6720,'chrysolite','b',0,-1,284,0,0,4710000,628,'true','true','true','true','0-0;'),
  109. (373,'Masterpiece Armor','fullarmor','true','heavy',5600,'oriharukon','b',0,-1,301,0,0,6770000,902,'true','true','true','true','0-0;'),
  110. (374,'Armor of Nightmare','fullarmor','true','heavy',9580,'blood_steel','a',0,-1,293,0,0,10300000,824,'true','true','true','true','0-0;'),
  111. (375,'Dragon Scale Mail','chest','true','heavy',7620,'scale_of_dragon','s',0,-1,198,0,0,10500000,525,'false','false','true','false','0-0;'),
  112. (376,'Iron Plate Gaiters','legs','true','heavy',3820,'steel','d',0,-1,48,0,0,52200,94,'true','true','true','true','0-0;'),
  113. (377,'Scale Gaiters','legs','true','heavy',3860,'fine_steel','d',0,-1,54,0,0,83300,151,'true','true','true','true','0-0;'),
  114. (378,'Compound Scale Gaiters','legs','true','heavy',3770,'fine_steel','d',0,-1,61,0,0,127000,230,'true','true','true','true','0-0;'),
  115. (379,'Dwarven Scale Gaiters','legs','true','heavy',3840,'fine_steel','d',0,-1,61,0,0,127000,230,'true','true','true','true','0-0;'),
  116. (380,'Plate Gaiters','legs','true','heavy',3770,'fine_steel','d',0,-1,70,0,0,244000,443,'true','true','true','true','0-0;'),
  117. (381,'Chain Gaiters','legs','true','heavy',3680,'fine_steel','c',0,-1,75,0,0,316000,126,'true','true','true','true','0-0;'),
  118. (382,'Dwarven Chain Gaiters','legs','true','heavy',3620,'fine_steel','c',0,-1,80,0,0,403000,161,'true','true','true','true','0-0;'),
  119. (383,'Zubei\'s Gaiters','legs','true','heavy',3570,'mithril','b',0,-1,98,0,0,1300000,173,'true','true','true','true','0-0;'),
  120. (384,'Wolf Gaiters','legs','true','heavy',2560,'oriharukon','b',0,-1,109,0,0,2010000,268,'true','true','true','true','0-0;'),
  121. (385,'Gaiters of Victory','legs','true','heavy',2240,'oriharukon','b',0,-1,109,0,0,2010000,268,'true','true','true','true','0-0;'),
  122. (386,'Gaiters of Valor','legs','true','heavy',2240,'blood_steel','b',0,-1,116,0,0,2890000,385,'true','true','true','true','0-0;'),
  123. (387,'Elven Crystal Gaiters','legs','true','heavy',2240,'crystal','b',0,-1,109,0,0,2010000,268,'true','true','true','true','0-0;'),
  124. (388,'Dark Crystal Gaiters','legs','true','heavy',3320,'crystal','a',0,-1,107,0,0,2890000,231,'true','true','true','true','0-0;'),
  125. (389,'Dragon Scale Gaiters','legs','true','heavy',3260,'scale_of_dragon','s',0,-1,122,0,0,5980000,299,'false','false','true','false','0-0;'),
  126. (390,'Cotton Shirt','chest','false','light',4770,'cloth','none',0,-1,50,0,0,20300,0,'true','true','true','true','0-0;'),
  127. (391,'Puma Skin Shirt','chest','true','light',4700,'leather','d',0,-1,58,0,0,62600,113,'true','true','true','true','0-0;'),
  128. (392,'Lion Skin Shirt','chest','true','light',4580,'leather','d',0,-1,65,0,0,99900,181,'true','true','true','true','0-0;'),
  129. (393,'Mithril Banded Mail','chest','true','light',4570,'mithril','d',0,-1,73,0,0,152000,276,'true','true','true','true','0-0;'),
  130. (394,'Reinforced Leather Shirt','chest','true','light',4570,'leather','d',0,-1,73,0,0,152000,276,'true','true','true','true','0-0;'),
  131. (395,'Manticore Skin Shirt','chest','true','light',4520,'leather','d',0,-1,77,0,0,224000,407,'true','true','true','true','0-0;'),
  132. (396,'Salamander Skin Mail','fullarmor','true','light',6100,'leather','d',0,-1,136,0,0,429000,780,'true','true','true','true','0-0;'),
  133. (397,'Mithril Shirt','chest','true','light',4470,'mithril','c',0,-1,90,0,0,379000,151,'true','true','true','true','0-0;'),
  134. (398,'Plated Leather','chest','true','light',4450,'leather','c',0,-1,94,0,0,446000,178,'true','true','true','true','0-0;'),
  135. (399,'Rind Leather Armor','chest','true','light',4420,'leather','c',0,-1,97,0,0,483000,193,'true','true','true','true','0-0;'),
  136. (400,'Theca Leather Armor','chest','true','light',4370,'leather','c',0,-1,106,0,0,825000,330,'true','true','true','true','0-0;'),
  137. (401,'Drake Leather Armor','fullarmor','true','light',5800,'leather','c',0,-1,179,0,0,1570000,628,'true','true','true','true','0-0;'),
  138. (402,'Chain Mail of Silence','fullarmor','true','light',3200,'damascus','b',0,-1,213,0,0,3530000,470,'true','true','true','true','0-0;'),
  139. (403,'Gust Chain Mail','fullarmor','true','light',2720,'blood_steel','b',0,-1,225,0,0,5080000,677,'true','true','true','true','0-0;'),
  140. (404,'Prairie Leather Armor','chest','true','light',8000,'leather','b',0,-1,131,0,0,2410000,321,'true','true','true','true','0-0;'),
  141. (405,'Leather Armor of The Underworld','chest','true','light',8000,'leather','b',0,-1,139,0,0,3470000,462,'true','true','true','true','0-0;'),
  142. (406,'Leather Suit of Concentration','fullarmor','true','light',2400,'leather','b',0,-1,213,0,0,3530000,470,'true','true','true','true','0-0;'),
  143. (407,'Ace\'s Leather Armor','fullarmor','true','light',2400,'leather','b',0,-1,225,0,0,5080000,677,'true','true','true','true','0-0;'),
  144. (408,'Guardian\'s Leather Armor','chest','true','light',8000,'leather','b',0,-1,131,0,0,2410000,321,'true','true','true','true','0-0;'),
  145. (409,'Marksman\'s Leather Armor','chest','true','light',4300,'leather','b',0,-1,139,0,0,3470000,462,'true','true','true','true','0-0;'),
  146. (410,'Unicorn Leather Armor','fullarmor','true','light',1280,'leather','a',0,-1,238,0,0,7730000,618,'true','true','true','true','0-0;'),
  147. (411,'Dragon Leather Armor','fullarmor','true','light',4950,'leather','s',0,-1,237,0,0,10500000,525,'false','false','true','false','0-0;'),
  148. (412,'Cotton Pants','legs','false','light',1630,'cloth','none',0,-1,32,0,0,12700,0,'true','true','true','true','0-0;'),
  149. (413,'Puma Skin Gaiters','legs','true','light',1600,'leather','d',0,-1,36,0,0,39100,71,'true','true','true','true','0-0;'),
  150. (414,'Lion Skin Gaiters','legs','true','light',1570,'leather','d',0,-1,41,0,0,62500,113,'true','true','true','true','0-0;'),
  151. (415,'Mithril Banded Gaiters','legs','true','light',1580,'mithril','d',0,-1,46,0,0,95200,173,'true','true','true','true','0-0;'),
  152. (416,'Reinforced Leather Gaiters','legs','true','light',1570,'leather','d',0,-1,46,0,0,95200,173,'true','true','true','true','0-0;'),
  153. (417,'Manticore Skin Gaiters','legs','true','light',1550,'leather','d',0,-1,48,0,0,140000,254,'true','true','true','true','0-0;'),
  154. (418,'Plated Leather Gaiters','legs','true','light',1560,'leather','c',0,-1,59,0,0,279000,111,'true','true','true','true','0-0;'),
  155. (419,'Rind Leather Gaiters','legs','true','light',1550,'leather','c',0,-1,60,0,0,302000,120,'true','true','true','true','0-0;'),
  156. (420,'Theca Leather Gaiters','legs','true','light',1530,'leather','c',0,-1,66,0,0,516000,206,'true','true','true','true','0-0;'),
  157. (421,'Prairie Leather Gaiters','legs','true','light',4800,'leather','b',0,-1,82,0,0,1510000,201,'true','true','true','true','0-0;'),
  158. (422,'Gaiters of The Underworld','legs','true','light',4800,'leather','b',0,-1,87,0,0,2170000,289,'true','true','true','true','0-0;'),
  159. (423,'Guardian\'s Leather Gaiters','legs','true','light',4800,'leather','b',0,-1,82,0,0,1510000,201,'true','true','true','true','0-0;'),
  160. (424,'Marksman\'s Leather Gaiters','legs','true','light',1490,'leather','b',0,-1,87,0,0,2170000,289,'true','true','true','true','0-0;'),
  161. (425,'Apprentice\'s Tunic','chest','false','magic',2150,'cloth','none',0,-1,17,0,19,26,0,'false','false','true','false','0-0;'),
  162. (426,'Tunic','chest','false','magic',2150,'cloth','none',0,-1,18,0,24,147,0,'true','true','true','true','0-0;'),
  163. (427,'Cotton Robe','fullarmor','false','magic',2750,'cotton','none',0,-1,35,0,61,3550,0,'true','true','true','true','0-0;'),
  164. (428,'Feriotic Tunic','chest','false','magic',2140,'cloth','none',0,-1,21,0,38,2430,0,'true','true','true','true','0-0;'),
  165. (429,'Leather Tunic','chest','false','magic',2110,'leather','none',0,-1,25,0,52,7960,0,'true','true','true','true','0-0;'),
  166. (430,'Robe of Devotion','fullarmor','false','magic',2650,'cloth','none',0,-1,49,0,109,29700,0,'true','true','true','true','0-0;'),
  167. (431,'Robe of Magic','fullarmor','false','magic',2600,'cloth','none',0,-1,56,0,140,53900,0,'true','true','true','true','0-0;'),
  168. (432,'Cursed Tunic','chest','true','magic',2090,'cloth','d',0,-1,39,0,106,62600,113,'true','true','true','true','0-0;'),
  169. (433,'Elven Tunic','chest','true','magic',2080,'cloth','d',0,-1,43,0,126,99900,181,'true','true','true','true','0-0;'),
  170. (434,'White Tunic','chest','true','magic',2040,'cloth','d',0,-1,43,0,126,99900,181,'true','true','true','true','0-0;'),
  171. (435,'Mystic\'s Tunic','chest','true','magic',2030,'cloth','d',0,-1,43,0,126,99900,181,'true','true','true','true','0-0;'),
  172. (436,'Tunic of Knowledge','chest','true','magic',2020,'cloth','d',0,-1,49,0,147,152000,276,'true','true','true','true','0-0;'),
  173. (437,'Mithril Tunic','chest','true','magic',2010,'mithril','d',0,-1,52,0,169,224000,407,'true','true','true','true','0-0;'),
  174. (438,'Sage\'s Rag','fullarmor','true','magic',2580,'cloth','d',0,-1,90,0,320,429000,780,'true','true','true','true','0-0;'),
  175. (439,'Karmian Tunic','chest','true','magic',1980,'cloth','c',0,-1,60,0,225,379000,151,'true','true','true','true','0-0;'),
  176. (440,'Robe of Seal','fullarmor','true','magic',2500,'cloth','c',0,-1,105,0,413,707000,282,'true','true','true','true','0-0;'),
  177. (441,'Demon\'s Tunic','chest','true','magic',1990,'cloth','c',0,-1,69,0,284,736000,294,'true','true','true','true','0-0;'),
  178. (442,'Divine Tunic','chest','true','magic',1980,'cloth','c',0,-1,74,0,314,1070000,428,'true','true','true','true','0-0;'),
  179. (443,'Tunic of Mana','chest','true','magic',2000,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  180. (444,'Sage\'s Robe','fullarmor','true','magic',1600,'cloth','b',0,-1,150,0,665,5080000,677,'true','true','true','true','0-0;'),
  181. (445,'Paradia Tunic','chest','true','magic',1990,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  182. (446,'Inferno Tunic','chest','true','magic',1880,'cloth','b',0,-1,92,0,409,3470000,462,'true','true','true','true','0-0;'),
  183. (447,'Tunic of Solar Eclipse','chest','true','magic',1960,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  184. (448,'Robe of Black Ore','fullarmor','true','magic',1600,'cloth','b',0,-1,150,0,665,5080000,677,'true','true','true','true','0-0;'),
  185. (449,'Tunic of Summoning','chest','true','magic',1950,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  186. (450,'Otherworldly Robe','fullarmor','true','magic',1600,'cloth','b',0,-1,150,0,665,5080000,677,'true','true','true','true','0-0;'),
  187. (451,'Elemental Tunic','chest','true','magic',1970,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  188. (452,'Tunic of Phantom','chest','true','magic',1890,'cloth','b',0,-1,92,0,409,3470000,462,'true','true','true','true','0-0;'),
  189. (453,'Tunic of Grace','chest','true','magic',1930,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  190. (454,'Robe of Holy Spirit','fullarmor','true','magic',1600,'cloth','b',0,-1,150,0,665,5080000,677,'true','true','true','true','0-0;'),
  191. (455,'Phoenix Tunic','chest','true','magic',1950,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  192. (456,'Cerberus Tunic','chest','true','magic',1870,'cloth','b',0,-1,92,0,409,3470000,462,'true','true','true','true','0-0;'),
  193. (457,'Tunic of Aid','chest','true','magic',1910,'cloth','b',0,-1,87,0,377,2410000,321,'true','true','true','true','0-0;'),
  194. (458,'Robe of Blessing','fullarmor','true','magic',1600,'cloth','b',0,-1,150,0,665,5080000,677,'true','true','true','true','0-0;'),
  195. (459,'Dasparion\'s Robe','fullarmor','true','magic',1200,'cloth','a',0,-1,158,0,718,7730000,618,'true','true','true','true','0-0;'),
  196. (460,'The Robe','fullarmor','true','magic',2300,'cloth','s',0,-1,158,0,773,10500000,525,'false','false','true','false','0-0;'),
  197. (461,'Apprentice\'s Stockings','legs','false','magic',1100,'cloth','none',0,-1,10,0,10,6,0,'false','false','true','false','0-0;'),
  198. (462,'Stockings','legs','false','magic',1080,'cloth','none',0,-1,11,0,15,92,0,'true','true','true','true','0-0;'),
  199. (463,'Feriotic Stockings','legs','false','magic',1070,'cloth','none',0,-1,13,0,23,1520,0,'true','true','true','true','0-0;'),
  200. (464,'Leather Stockings','legs','false','magic',1020,'leather','none',0,-1,16,0,33,4970,0,'true','true','true','true','0-0;'),
  201. (465,'Cursed Stockings','legs','true','magic',1020,'cloth','d',0,-1,24,0,66,39100,71,'true','true','true','true','0-0;'),
  202. (466,'Elven Stockings','legs','true','magic',1010,'cloth','d',0,-1,27,0,79,62500,113,'true','true','true','true','0-0;'),
  203. (467,'Dark Stockings','legs','true','magic',1000,'cloth','d',0,-1,27,0,79,62500,113,'true','true','true','true','0-0;'),
  204. (468,'Mystic\'s Stockings','legs','true','magic',990,'cloth','d',0,-1,27,0,79,62500,113,'true','true','true','true','0-0;'),
  205. (469,'Stockings of Knowledge','legs','true','magic',1000,'cloth','d',0,-1,30,0,92,95200,173,'true','true','true','true','0-0;'),
  206. (470,'Mithril Stockings','legs','true','magic',980,'mithril','d',0,-1,32,0,105,140000,254,'true','true','true','true','0-0;'),
  207. (471,'Karmian Stockings','legs','true','magic',970,'cloth','c',0,-1,37,0,141,237000,94,'true','true','true','true','0-0;'),
  208. (472,'Demon\'s Stockings','legs','true','magic',980,'cloth','c',0,-1,43,0,177,460000,184,'true','true','true','true','0-0;'),
  209. (473,'Divine Stockings','legs','true','magic',960,'cloth','c',0,-1,46,0,196,671000,268,'true','true','true','true','0-0;'),
  210. (474,'Stockings of Mana','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  211. (475,'Paradia Stockings','legs','true','magic',1600,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  212. (476,'Inferno Stockings','legs','true','magic',1600,'cloth','b',0,-1,58,0,256,2170000,289,'true','true','true','true','0-0;'),
  213. (477,'Stockings of Solar Eclipse','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  214. (478,'Stockings of Summoning','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  215. (479,'Elemental Stockings','legs','true','magic',1600,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  216. (480,'Stockings of Phantom','legs','true','magic',1600,'cloth','b',0,-1,58,0,256,2170000,289,'true','true','true','true','0-0;'),
  217. (481,'Stockings of Grace','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  218. (482,'Phoenix Stockings','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  219. (483,'Cerberus Stockings','legs','true','magic',6400,'cloth','b',0,-1,58,0,256,2170000,289,'true','true','true','true','0-0;'),
  220. (484,'Stockings of Aid','legs','true','magic',2400,'cloth','b',0,-1,55,0,236,1510000,201,'true','true','true','true','0-0;'),
  221. (485,'Tattoo of Power','underwear','false','none',4200,'dyestuff','none',0,-1,53,0,0,36900,0,'true','true','true','true','0-0;'),
  222. (486,'Tattoo of Fire','underwear','true','none',4050,'dyestuff','d',0,-1,73,0,0,152000,276,'true','true','true','true','0-0;'),
  223. (487,'Tattoo of Resolve','underwear','true','none',4000,'dyestuff','d',0,-1,73,0,0,152000,276,'true','true','true','true','0-0;'),
  224. (488,'Tattoo of Flame','underwear','true','none',800,'dyestuff','b',0,-1,139,0,0,3470000,462,'true','true','true','true','0-0;'),
  225. (489,'Tattoo of Bravery','underwear','true','none',4100,'dyestuff','c',0,-1,110,0,0,1070000,428,'true','true','true','true','0-0;'),
  226. (490,'Tattoo of Blood','underwear','true','none',3800,'dyestuff','a',0,-1,132,0,0,3470000,277,'true','true','true','true','0-0;'),
  227. (491,'Tattoo of Absolute','underwear','true','none',800,'dyestuff','a',0,-1,146,0,0,5280000,422,'true','true','true','true','0-0;'),
  228. (492,'Tattoo of Soul','underwear','true','none',4150,'dyestuff','d',0,-1,65,0,0,99900,181,'true','true','true','true','0-0;'),
  229. (493,'Tattoo of Avadon','underwear','true','none',4000,'dyestuff','b',0,-1,117,0,0,1560000,208,'true','true','true','true','0-0;'),
  230. (494,'Tattoo of Doom','underwear','true','none',4100,'dyestuff','b',0,-1,125,0,0,2410000,321,'true','true','true','true','0-0;'),
  231. (495,'Tattoo of Pledge','underwear','true','none',4000,'dyestuff','b',0,-1,124,0,0,1560000,208,'true','true','true','true','0-0;'),
  232. (496,'Tattoo of Divine','underwear','true','none',4100,'dyestuff','b',0,-1,131,0,0,2410000,321,'true','true','true','true','0-0;'),
  233. (497,'Chain Helmet','head','true','none',620,'fine_steel','c',0,-1,45,0,0,147000,59,'true','true','true','true','0-0;'),
  234. (498,'Steel Plate Helmet','head','true','none',610,'fine_steel','c',0,-1,49,0,0,206000,82,'true','true','true','true','0-0;'),
  235. (499,'Mithril Helmet','head','true','none',240,'mithril','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  236. (500,'Great Helmet','head','true','none',610,'fine_steel','c',0,-1,51,0,0,242000,96,'true','true','true','true','0-0;'),
  237. (501,'Armet','head','true','none',580,'chrysolite','b',0,-1,62,0,0,1030000,4,'true','true','true','true','0-0;'),
  238. (502,'Close Helmet','head','true','none',570,'oriharukon','a',0,-1,64,0,0,1560000,3,'true','true','true','true','0-0;'),
  239. (503,'Zubei\'s Helmet','head','true','none',590,'mithril','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  240. (504,'Dragon Helmet','head','true','none',550,'bone','s',0,-1,77,0,0,3590000,179,'false','false','true','false','0-0;'),
  241. (505,'Wolf Helmet','head','true','none',580,'oriharukon','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  242. (506,'Shining Dragon Helmet','head','true','none',880,'mithril','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  243. (507,'Helmet of Victory','head','true','none',640,'oriharukon','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  244. (508,'Helmet of Valor','head','true','none',720,'blood_steel','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  245. (509,'Glorious Helmet','head','true','none',800,'fine_steel','a',0,-1,65,0,0,2040000,3,'true','true','true','true','0-0;'),
  246. (510,'Red Flame Helmet','head','true','none',960,'blood_steel','a',0,-1,71,0,0,2640000,3,'true','true','true','true','0-0;'),
  247. (511,'Elven Crystal Helmet','head','true','none',580,'crystal','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  248. (512,'Dark Crystal Helmet','head','true','none',570,'crystal','a',0,-1,69,0,0,1740000,139,'true','true','true','true','0-0;'),
  249. (513,'Implosion Helmet','head','true','none',480,'damascus','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  250. (514,'Dark Dragon Helmet','head','true','none',400,'damascus','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  251. (515,'Elven Vagian Helm','head','true','none',560,'mithril','a',0,-1,65,0,0,2040000,3,'true','true','true','true','0-0;'),
  252. (516,'Dark Vagian Helm','head','true','none',560,'mithril','a',0,-1,71,0,0,2640000,3,'true','true','true','true','0-0;'),
  253. (517,'Composite Helmet','head','true','none',610,'fine_steel','c',0,-1,54,0,0,368000,147,'true','true','true','true','0-0;'),
  254. (518,'Hell Helm','head','true','none',320,'blood_steel','a',0,-1,71,0,0,2640000,3,'true','true','true','true','0-0;'),
  255. (519,'Art of Helmet','head','true','none',400,'chrysolite','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  256. (520,'Masterpiece Helm','head','true','none',400,'oriharukon','a',0,-1,71,0,0,2640000,3,'true','true','true','true','0-0;'),
  257. (521,'Helmet of Silence','head','true','none',320,'damascus','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  258. (522,'Gust Helmet','head','true','none',570,'blood_steel','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  259. (523,'Prairie Helmet','head','true','none',480,'leather','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  260. (524,'Helm of The Underworld','head','true','none',320,'damascus','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  261. (525,'Helmet of Concentration','head','true','none',320,'oriharukon','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  262. (526,'Ace\'s Helmet','head','true','none',320,'oriharukon','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  263. (527,'Guardian\'s Helmet','head','true','none',240,'mithril','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  264. (528,'Marksman Helmet','head','true','none',240,'leather','b',0,-1,67,0,0,1740000,232,'true','true','true','true','0-0;'),
  265. (529,'Cap of Mana','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  266. (530,'Sage\'s Cap','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  267. (531,'Paradia Hood','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  268. (532,'Inferno Hood','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  269. (533,'Hood of Solar Eclipse','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  270. (534,'Hood of Black Ore','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  271. (535,'Hood of Summoning','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  272. (536,'Otherworldly Hood','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  273. (537,'Elemental Hood','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  274. (538,'Hood of Phantom','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  275. (539,'Hood of Grace','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  276. (540,'Hood of Holy Spirit','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  277. (541,'Phoenix Hood','head','true','none',590,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  278. (542,'Cerberus Hood','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  279. (543,'Hood of Aid','head','true','none',320,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  280. (544,'Hood of Blessing','head','true','none',320,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  281. (545,'Flame Helm','head','true','none',400,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  282. (546,'Helm of Bravery','head','true','none',400,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  283. (547,'Tallum Helm','head','true','none',570,'cloth','a',0,-1,69,0,0,1740000,139,'true','true','true','true','0-0;'),
  284. (548,'Absolute Helm','head','true','none',400,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  285. (549,'Helm of Avadon','head','true','none',400,'cloth','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  286. (550,'Helm of Doom','head','true','none',400,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  287. (551,'Helmet of Pledge','head','true','none',400,'chrysolite','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  288. (552,'Divine Helm','head','true','none',400,'cloth','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  289. (553,'Iron Boots','feet','true','none',1280,'fine_steel','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  290. (554,'Zubei\'s Boots','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  291. (555,'Dragon Boots','feet','true','none',1110,'leather','a',0,-1,48,0,0,1760000,140,'false','false','true','false','0-0;'),
  292. (556,'Wolf Boots','feet','true','none',1180,'oriharukon','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  293. (557,'Shining Dragon Boots','feet','true','none',1150,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  294. (558,'Boots of Victory','feet','true','none',1180,'oriharukon','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  295. (559,'Boots of Valor','feet','true','none',1150,'blood_steel','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  296. (560,'Glorious Boots','feet','true','none',1180,'fine_steel','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  297. (561,'Red Flame Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  298. (562,'Elven Crystal Boots','feet','true','none',1180,'crystal','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  299. (563,'Dark Crystal Boots','feet','true','none',1110,'crystal','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  300. (564,'Implosion Boots','feet','true','none',1150,'damascus','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  301. (565,'Dark Dragon Boots','feet','true','none',1130,'damascus','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  302. (566,'Elven Vagian Boots','feet','true','none',1150,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  303. (567,'Dark Vagian Boots','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  304. (568,'Composite Boots','feet','true','none',200,'fine_steel','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  305. (569,'Hell Boots','feet','true','none',1130,'blood_steel','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  306. (570,'Art of Boots','feet','true','none',1150,'chrysolite','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  307. (571,'Masterpiece Boots','feet','true','none',1130,'oriharukon','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  308. (572,'Boots of Silence','feet','true','none',1190,'damascus','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  309. (573,'Gust Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  310. (574,'Prairie Boots','feet','true','none',1140,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  311. (575,'Boots of The Underworld','feet','true','none',1110,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  312. (576,'Boots of Concentration','feet','true','none',1170,'oriharukon','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  313. (577,'Ace\'s Boots','feet','true','none',1150,'oriharukon','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  314. (578,'Guardian\'s Boots','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  315. (579,'Marksman Boots','feet','true','none',1150,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  316. (580,'Boots of Mana','feet','true','none',1180,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  317. (581,'Sage\'s Boots','feet','true','none',1150,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  318. (582,'Paradia Boots','feet','true','none',1140,'chrysolite','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  319. (583,'Majestic Boots','feet','true','none',1110,'blood_steel','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  320. (584,'Boots of Solar Eclipse','feet','true','none',1180,'blood_steel','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  321. (585,'Boots of Black Ore','feet','true','none',1200,'damascus','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  322. (586,'Boots of Summoning','feet','true','none',1170,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  323. (587,'Otherworldly Boots','feet','true','none',1200,'adamantaite','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  324. (588,'Elemental Boots','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  325. (589,'Boots of Phantom','feet','true','none',1120,'oriharukon','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  326. (590,'Boots of Grace','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  327. (591,'Boots of Holy Spirit','feet','true','none',1200,'chrysolite','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  328. (592,'Phoenix Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  329. (593,'Cerberus Boots','feet','true','none',1120,'damascus','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  330. (594,'Boots of Aid','feet','true','none',1200,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  331. (595,'Boots of Blessing','feet','true','none',1160,'adamantaite','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  332. (596,'Flame Boots','feet','true','none',1020,'blood_steel','b',0,-1,45,0,0,1160000,154,'true','true','true','true','0-0;'),
  333. (597,'Boots of Bravery','feet','true','none',1050,'chrysolite','b',0,-1,45,0,0,1160000,154,'true','true','true','true','0-0;'),
  334. (598,'Blood Boots','feet','true','none',1130,'blood_steel','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  335. (599,'Absolute Boots','feet','true','none',1130,'mithril','b',0,-1,45,0,0,1160000,154,'true','true','true','true','0-0;'),
  336. (600,'Avadon Boots','feet','true','none',1170,'damascus','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  337. (601,'Boots of Doom','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  338. (602,'Boots of Pledge','feet','true','none',1130,'chrysolite','b',0,-1,45,0,0,1160000,154,'true','true','true','true','0-0;'),
  339. (603,'Divine Boots','feet','true','none',1200,'adamantaite','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  340. (604,'Crafted Leather Gloves','gloves','true','none',650,'leather','d',0,-1,19,0,0,20900,38,'true','true','true','true','0-0;'),
  341. (605,'Leather Gauntlets','gloves','true','none',640,'leather','d',0,-1,22,0,0,33300,60,'true','true','true','true','0-0;'),
  342. (606,'Rip Gauntlets','gloves','true','none',630,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  343. (607,'Ogre Power Gauntlets','gloves','true','none',620,'fine_steel','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  344. (608,'Mithril Gauntlets','gloves','true','none',600,'mithril','c',0,-1,36,0,0,245000,98,'true','true','true','true','0-0;'),
  345. (609,'Gauntlets of Ghost','gloves','true','none',1920,'blood_steel','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  346. (610,'Saint Knight\'s Gauntlets','gloves','true','none',6400,'oriharukon','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  347. (611,'Soul Leech Gauntlets','gloves','true','none',4800,'blood_steel','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  348. (612,'Zubei\'s Gauntlets','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  349. (613,'Sand Dragon Gloves','gloves','true','none',3200,'damascus','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  350. (614,'Knight\'s Cloak','underwear','true','none',240,'cloth','d',0,-1,7,0,0,20900,38,'true','true','true','true','0-0;'),
  351. (615,'Cobweb Cloak','underwear','true','none',240,'cobweb','d',0,-1,8,0,0,33300,60,'true','true','true','true','0-0;'),
  352. (616,'Cloak of Magic','underwear','true','none',240,'cloth','d',0,-1,11,0,0,74700,135,'true','true','true','true','0-0;'),
  353. (617,'Mithril Cloak','underwear','true','none',240,'mithril','d',0,-1,11,0,0,97800,177,'true','true','true','true','0-0;'),
  354. (618,'Cloak of Self Protection','underwear','true','none',240,'cloth','c',0,-1,13,0,0,161000,64,'true','true','true','true','0-0;'),
  355. (619,'Ancient Cloak','underwear','true','none',230,'cloth','c',0,-1,15,0,0,245000,98,'true','true','true','true','0-0;'),
  356. (620,'Cloak of Protection','underwear','true','none',230,'cloth','c',0,-1,16,0,0,358000,143,'true','true','true','true','0-0;'),
  357. (621,'Cloak of Hell','underwear','true','none',220,'cloth','b',0,-1,18,0,0,804000,107,'true','true','true','true','0-0;'),
  358. (622,'Holy Spirit\'s Cloak','underwear','true','none',220,'cloth','a',0,-1,18,0,0,1160000,92,'true','true','true','true','0-0;'),
  359. (623,'Divine Cloak','underwear','true','none',220,'cloth','a',0,-1,19,0,0,1760000,140,'true','true','true','true','0-0;'),
  360. (624,'Cloak of Invisibility','underwear','false','none',260,'cloth','none',0,-1,2,0,0,37,0,'true','false','true','true','0-0;'),
  361. (675,'Silk Yarn Undergarment Set','underwear','false','none',170,'cloth','none',0,-1,6,0,0,1330,0,'true','true','true','true','0-0;'),
  362. (676,'Pure White Undergarment Set','underwear','false','none',160,'cloth','none',0,-1,9,0,0,6150,0,'true','true','true','true','0-0;'),
  363. (677,'One-Piece Swimsuit','underwear','true','none',150,'cloth','d',0,-1,10,0,0,10400,18,'true','true','true','true','0-0;'),
  364. (678,'Bikini Set','underwear','true','none',150,'cloth','d',0,-1,11,0,0,16700,30,'true','true','true','true','0-0;'),
  365. (679,'Cursed Undergarment Set','underwear','true','none',150,'cloth','d',0,-1,12,0,0,25400,46,'true','true','true','true','0-0;'),
  366. (680,'Mithril Undergarment Set','underwear','true','none',140,'mithril','c',0,-1,16,0,0,63100,25,'true','true','true','true','0-0;'),
  367. (681,'Fascination Undergarment Set','underwear','true','none',140,'cloth','c',0,-1,17,0,0,80500,32,'true','true','true','true','0-0;'),
  368. (682,'Demon\'s Undergarment Set','underwear','true','none',140,'cloth','c',0,-1,19,0,0,179000,71,'true','true','true','true','0-0;'),
  369. (683,'Holy Undergarment Set','underwear','true','none',140,'cloth','b',0,-1,22,0,0,402000,53,'true','true','true','true','0-0;'),
  370. (684,'Underwear of Rule','underwear','true','none',140,'cloth','a',0,-1,24,0,0,880000,70,'true','true','true','true','0-0;'),
  371. (685,'Crystal Swimsuit Set','underwear','true','none',130,'crystal','s',0,-1,26,0,0,1310000,65,'true','true','true','true','0-0;'),
  372. (845,'Cat\'s Eye Earring','rear,lear','false','none',150,'silver','none',0,-1,0,19,0,8890,0,'true','true','true','true','0-0;'),
  373. (846,'Coral Earring','rear,lear','false','none',150,'silver','none',0,-1,0,21,0,16000,0,'true','true','true','true','0-0;'),
  374. (847,'Red Crescent Earring','rear,lear','true','none',150,'silver','d',0,-1,0,24,0,26900,48,'true','true','true','true','0-0;'),
  375. (848,'Enchanted Earring','rear,lear','true','none',150,'silver','d',0,-1,0,27,0,42600,77,'true','true','true','true','0-0;'),
  376. (849,'Tiger\'s Eye Earring','rear,lear','true','none',150,'silver','d',0,-1,0,30,0,64300,116,'true','true','true','true','0-0;'),
  377. (850,'Elven Earring','rear,lear','true','none',150,'silver','d',0,-1,0,34,0,93400,169,'true','true','true','true','0-0;'),
  378. (851,'Omen Beast\'s Eye Earring','rear,lear','true','none',150,'silver','d',0,-1,0,36,0,121000,220,'true','true','true','true','0-0;'),
  379. (852,'Moonstone Earring','rear,lear','true','none',150,'silver','c',0,-1,0,39,0,155000,62,'true','true','true','true','0-0;'),
  380. (853,'Earring of Protection','rear,lear','true','none',150,'silver','c',0,-1,0,42,0,196000,78,'true','true','true','true','0-0;'),
  381. (854,'Earring of Binding','rear,lear','true','none',150,'silver','c',0,-1,0,45,0,295000,118,'true','true','true','true','0-0;'),
  382. (855,'Nassen\'s Earring','rear,lear','true','none',150,'silver','c',0,-1,0,48,0,424000,169,'true','true','true','true','0-0;'),
  383. (856,'Adamantite Earring','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  384. (857,'Blessed Earring','rear,lear','true','none',150,'silver','c',0,-1,0,48,0,424000,169,'true','true','true','true','0-0;'),
  385. (858,'Tateossian Earring','rear,lear','true','none',150,'silver','s',0,-1,0,71,31,4440000,222,'true','true','true','true','0-0;'),
  386. (859,'Earring of Mana','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  387. (860,'Sage\'s Earring','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  388. (861,'Paradia Earring','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  389. (862,'Majestic Earring','rear,lear','true','none',150,'silver','a',0,-1,0,63,25,2590000,207,'true','true','true','true','0-0;'),
  390. (863,'Earring of Solar Eclipse','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  391. (864,'Earring of Black Ore','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  392. (865,'Earring of Summoning','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  393. (866,'Otherworldly Earring','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  394. (867,'Elemental Earring','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  395. (868,'Earring of Phantom','rear,lear','true','none',150,'silver','a',0,-1,0,60,0,1950000,156,'true','true','true','true','0-0;'),
  396. (869,'Earring of Grace','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  397. (870,'Earring of Holy Spirit','rear,lear','true','none',150,'silver','b',0,-1,0,54,0,924000,123,'true','true','true','true','0-0;'),
  398. (871,'Phoenix Earring','rear,lear','true','none',150,'silver','a',0,-1,0,60,20,1950000,156,'true','true','true','true','0-0;'),
  399. (872,'Cerberus Earring','rear,lear','true','none',150,'silver','a',0,-1,0,60,0,1950000,156,'true','true','true','true','0-0;'),
  400. (873,'Earring of Aid','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  401. (874,'Earring of Blessing','rear,lear','true','none',150,'silver','b',0,-1,0,51,0,606000,80,'true','true','true','true','0-0;'),
  402. (875,'Ring of Knowledge','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,9,0,540,0,'true','true','true','true','0-0;'),
  403. (876,'Ring of Anguish','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,11,0,2340,0,'true','true','true','true','0-0;'),
  404. (877,'Ring of Wisdom','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,12,0,5920,0,'true','true','true','true','0-0;'),
  405. (878,'Blue Coral Ring','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,14,0,10700,0,'true','true','true','true','0-0;'),
  406. (879,'Enchanted Ring','rfinger,lfinger','true','none',150,'gold','d',0,-1,0,18,0,28400,51,'true','true','true','true','0-0;'),
  407. (880,'Black Pearl Ring','rfinger,lfinger','true','none',150,'gold','d',0,-1,0,20,0,42800,77,'true','true','true','true','0-0;'),
  408. (881,'Elven Ring','rfinger,lfinger','true','none',150,'gold','d',0,-1,0,22,0,62300,113,'true','true','true','true','0-0;'),
  409. (882,'Mithril Ring','rfinger,lfinger','true','none',150,'gold','d',0,-1,0,24,0,80800,146,'true','true','true','true','0-0;'),
  410. (883,'Aquastone Ring','rfinger,lfinger','true','none',150,'gold','c',0,-1,0,26,0,103000,41,'true','true','true','true','0-0;'),
  411. (884,'Ring of Protection','rfinger,lfinger','true','none',150,'gold','c',0,-1,0,28,0,130000,52,'true','true','true','true','0-0;'),
  412. (885,'Ring of Ages','rfinger,lfinger','true','none',150,'gold','c',0,-1,0,30,0,196000,78,'true','true','true','true','0-0;'),
  413. (886,'Ring of Binding','rfinger,lfinger','true','none',150,'gold','c',0,-1,0,32,0,282000,112,'true','true','true','true','0-0;'),
  414. (887,'Adamantite Ring','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  415. (888,'Blessed Ring','rfinger,lfinger','true','none',150,'gold','c',0,-1,0,32,0,282000,112,'true','true','true','true','0-0;'),
  416. (889,'Tateossian Ring','rfinger,lfinger','true','none',150,'gold','s',0,-1,0,48,21,2960000,148,'true','true','true','true','0-0;'),
  417. (890,'Ring of Devotion','rfinger,lfinger','true','none',150,'gold','d',0,-1,0,16,0,18000,32,'true','true','true','true','0-0;'),
  418. (891,'Sage\'s Ring','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  419. (892,'Paradia Ring','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  420. (893,'Majestic Ring','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,42,17,1730000,138,'true','true','true','true','0-0;'),
  421. (894,'Ring of Solar Eclipse','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  422. (895,'Ring of Black Ore','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  423. (896,'Ring of Summoning','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  424. (897,'Otherworldly Ring','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  425. (898,'Elemental Ring','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  426. (899,'Ring of Phantom','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,40,0,1300000,104,'true','true','true','true','0-0;'),
  427. (900,'Ring of Grace','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  428. (901,'Ring of Holy Spirit','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,36,0,616000,82,'true','true','true','true','0-0;'),
  429. (902,'Phoenix Ring','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,40,13,1300000,104,'true','true','true','true','0-0;'),
  430. (903,'Cerberus Ring','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,40,0,1300000,104,'true','true','true','true','0-0;'),
  431. (904,'Ring of Aid','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  432. (905,'Ring of Blessing','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,34,0,404000,53,'true','true','true','true','0-0;'),
  433. (906,'Necklace of Knowledge','neck','false','none',150,'silver','none',0,-1,0,18,0,1080,0,'true','true','true','true','0-0;'),
  434. (907,'Necklace of Anguish','neck','false','none',150,'silver','none',0,-1,0,21,0,4680,0,'true','true','true','true','0-0;'),
  435. (908,'Necklace of Wisdom','neck','false','none',150,'silver','none',0,-1,0,25,0,11900,0,'true','true','true','true','0-0;'),
  436. (909,'Blue Diamond Necklace','neck','false','none',150,'silver','none',0,-1,0,28,0,21300,0,'true','true','true','true','0-0;'),
  437. (910,'Necklace of Devotion','neck','true','none',150,'silver','d',0,-1,0,32,0,35900,65,'true','true','true','true','0-0;'),
  438. (911,'Enchanted Necklace','neck','true','none',150,'silver','d',0,-1,0,36,0,56800,103,'true','true','true','true','0-0;'),
  439. (912,'Near Forest Necklace','neck','true','none',150,'silver','d',0,-1,0,40,0,85700,155,'true','true','true','true','0-0;'),
  440. (913,'Elven Necklace','neck','true','none',150,'silver','d',0,-1,0,45,0,125000,227,'true','true','true','true','0-0;'),
  441. (914,'Necklace of Darkness','neck','true','none',150,'silver','d',0,-1,0,48,0,162000,294,'true','true','true','true','0-0;'),
  442. (915,'Aquastone Necklace','neck','true','none',150,'silver','c',0,-1,0,52,0,207000,82,'true','true','true','true','0-0;'),
  443. (916,'Necklace of Protection','neck','true','none',150,'silver','c',0,-1,0,56,0,261000,104,'true','true','true','true','0-0;'),
  444. (917,'Necklace of Mermaid','neck','true','none',150,'silver','c',0,-1,0,60,0,393000,157,'true','true','true','true','0-0;'),
  445. (918,'Adamantite Necklace','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  446. (919,'Blessed Necklace','neck','true','none',150,'silver','c',0,-1,0,64,0,565000,226,'true','true','true','true','0-0;'),
  447. (920,'Tateossian Necklace','neck','true','none',150,'silver','s',0,-1,0,95,42,5920000,296,'true','true','true','true','0-0;'),
  448. (921,'Necklace of Mana','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  449. (922,'Sage\'s Necklace','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  450. (923,'Paradia Necklace','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  451. (924,'Majestic Necklace','neck','true','none',150,'silver','a',0,-1,0,85,33,3450000,276,'true','true','true','true','0-0;'),
  452. (925,'Necklace of Solar Eclipse','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  453. (926,'Necklace of Black Ore','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  454. (927,'Necklace of Summoning','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  455. (928,'Otherworldly Necklace','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  456. (929,'Elemental Necklace','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  457. (930,'Necklace of Phantom','neck','true','none',150,'silver','a',0,-1,0,80,0,2600000,208,'true','true','true','true','0-0;'),
  458. (931,'Necklace of Grace','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  459. (932,'Necklace of Holy Spirit','neck','true','none',150,'silver','b',0,-1,0,72,0,1230000,164,'true','true','true','true','0-0;'),
  460. (933,'Phoenix Necklace','neck','true','none',150,'silver','a',0,-1,0,80,26,2600000,208,'true','true','true','true','0-0;'),
  461. (934,'Cerberus Necklace','neck','true','none',150,'silver','a',0,-1,0,80,0,2600000,208,'true','true','true','true','0-0;'),
  462. (935,'Necklace of Aid','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  463. (936,'Necklace of Blessing','neck','true','none',150,'silver','b',0,-1,0,68,0,808000,107,'true','true','true','true','0-0;'),
  464. (990,'Mandragora Essence','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  465. (991,'Royen\'s Key','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  466. (992,'Shilen\'s 1st Mark','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  467. (993,'Shilen\'s 2nd Mark','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  468. (994,'Eye of Abyss','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  469. (995,'Wanted Poster','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  470. (996,'Alex\'s Dagger','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  471. (997,'Pinter\'s Bill','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  472. (998,'Book of Aklantoth - Part 1','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  473. (999,'Book of Aklantoth - Part 2','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  474. (1000,'Book of Aklantoth - Part 3','gloves','false','none',60,'cloth','none',0,-1,9,0,0,37,0,'true','true','true','true','0-0;'),
  475. (1100,'Cotton Tunic','chest','false','magic',2120,'cloth','none',0,-1,21,0,38,2430,0,'true','true','true','true','0-0;'),
  476. (1101,'Tunic of Devotion','chest','false','magic',2090,'cloth','none',0,-1,30,0,67,20300,0,'true','true','true','true','0-0;'),
  477. (1102,'Tunic of Magic','chest','false','magic',2080,'cloth','none',0,-1,34,0,86,36900,0,'true','true','true','true','0-0;'),
  478. (1103,'Cotton Stockings','legs','false','magic',1060,'cloth','none',0,-1,13,0,23,1520,0,'true','true','true','true','0-0;'),
  479. (1104,'Stockings of Devotion','legs','false','magic',1040,'cloth','none',0,-1,19,0,42,12700,0,'true','true','true','true','0-0;'),
  480. (1105,'Stockings of Magic','legs','false','magic',1030,'cloth','none',0,-1,21,0,54,23000,0,'true','true','true','true','0-0;'),
  481. (1119,'Short Leather Gloves','gloves','false','none',660,'leather','none',0,-1,11,0,0,607,0,'true','true','true','true','0-0;'),
  482. (1120,'Pa''agrian Hand','gloves','true','none',1600,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  483. (1121,'Apprentice\'s Shoes','feet','false','none',1320,'leather','none',0,-1,8,0,0,7,0,'true','true','true','true','0-0;'),
  484. (1122,'Cotton Shoes','feet','false','none',1320,'leather','none',0,-1,11,0,0,607,0,'true','true','true','true','0-0;'),
  485. (1123,'Blue Buckskin Boots','feet','true','none',1300,'leather','d',0,-1,22,0,0,33300,60,'true','true','true','true','0-0;'),
  486. (1124,'Boots of Power','feet','true','none',1250,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  487. (1125,'Assault Boots','feet','true','none',1240,'leather','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  488. (1126,'Crimson Boots','feet','true','none',1210,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  489. (1127,'Forgotten Boots','feet','true','none',4000,'leather','c',0,-1,36,0,0,245000,98,'true','true','true','true','0-0;'),
  490. (1128,'Adamantite Boots','feet','true','none',4000,'adamantaite','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  491. (1129,'Crude Leather Shoes','feet','false','none',1320,'leather','none',0,-1,11,0,0,607,0,'true','true','true','true','0-0;'),
  492. (1146,'Squire\'s Shirt','chest','false','light',3301,'cloth','none',0,-1,33,0,0,26,0,'false','false','true','false','0-0;'),
  493. (1147,'Squire\'s Pants','legs','false','light',1750,'cloth','none',0,-1,20,0,0,6,0,'false','false','true','false','0-0;'),
  494. (1148,'Hard Leather Helmet','head','false','none',640,'leather','none',0,-1,26,0,0,18400,0,'true','true','true','true','0-0;'),
  495. (1149,'Shining Circlet','head','true','none',600,'steel','c',0,-1,54,0,0,368000,147,'true','true','true','true','0-0;'),
  496. (1308,'Compound Scale Mail','chest','false','heavy',1400,'fine_steel','none',0,-1,51,0,0,247000,0,'false','true','true','false','0-0;'),
  497. (1309,'Mithril Breastplate','chest','false','heavy',1000,'mithril','none',0,-1,51,0,0,247000,0,'false','true','true','false','0-0;'),
  498. (1310,'Tunic of Magic','chest','false','magic',150,'cloth','none',0,-1,51,0,96,48500,0,'false','true','true','false','0-0;'),
  499. (1311,'Puma Skin Shirt','chest','false','light',300,'leather','none',0,-1,51,0,0,99900,0,'false','true','true','false','0-0;'),
  500. (1312,'White Tunic','chest','false','magic',150,'cloth','none',0,-1,51,0,142,138000,0,'false','true','true','false','0-0;'),
  501. (1313,'Compound Scale Gaiters','legs','false','heavy',1000,'fine_steel','none',0,-1,32,0,0,170000,0,'false','true','true','false','0-0;'),
  502. (1314,'Mithril Gaiters','legs','false','heavy',600,'mithril','none',0,-1,32,0,0,170000,0,'false','true','true','false','0-0;'),
  503. (1315,'Stockings of Magic','legs','false','magic',150,'cloth','none',0,-1,32,0,60,30300,0,'false','true','true','false','0-0;'),
  504. (1316,'Puma Skin Gaiters','legs','false','light',400,'leather','none',0,-1,32,0,0,55800,0,'false','true','true','false','0-0;'),
  505. (1317,'Dark Stockings','legs','false','magic',150,'cloth','none',0,-1,32,0,79,62500,0,'false','true','true','false','0-0;'),
  506. (1318,'Gloves','gloves','false','none',80,'cloth','none',0,-1,14,0,0,3270,0,'false','true','true','false','0-0;'),
  507. (1319,'Leather Gloves','gloves','false','none',100,'leather','none',0,-1,14,0,0,7950,0,'false','true','true','false','0-0;'),
  508. (1320,'Crafted Leather Gloves','gloves','false','none',100,'leather','none',0,-1,14,0,0,29800,0,'false','true','true','false','0-0;'),
  509. (1321,'Rip Gauntlets','gloves','false','none',150,'leather','none',0,-1,14,0,0,97800,0,'false','true','true','false','0-0;'),
  510. (1322,'Bracer','gloves','false','none',80,'leather','none',0,-1,14,0,0,16200,0,'false','true','true','false','0-0;'),
  511. (1323,'Leather Shoes','feet','false','none',120,'leather','none',0,-1,14,0,0,3270,0,'false','true','true','false','0-0;'),
  512. (1324,'Low Boots','feet','false','none',150,'leather','none',0,-1,14,0,0,7950,0,'false','true','true','false','0-0;'),
  513. (1325,'Leather Boots','feet','false','none',250,'leather','none',0,-1,14,0,0,29800,0,'false','true','true','false','0-0;'),
  514. (1326,'Iron Boots','feet','false','none',300,'fine_steel','none',0,-1,14,0,0,74700,0,'false','true','true','false','0-0;'),
  515. (1327,'Boots','feet','false','none',200,'cloth','none',0,-1,14,0,0,16200,0,'false','true','true','false','0-0;'),
  516. (1506,'Necklace of Courage','neck','false','none',150,'silver','none',0,-1,0,15,0,66,0,'true','true','true','true','0-0;'),
  517. (1507,'Necklace of Valor','neck','false','none',150,'silver','none',0,-1,0,21,0,4680,0,'true','true','true','true','0-0;'),
  518. (1508,'Ring of Raccoon','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,11,0,2340,0,'true','true','true','true','0-0;'),
  519. (1509,'Ring of Firefly','rfinger,lfinger','false','none',150,'gold','none',0,-1,0,11,0,2340,0,'true','true','true','true','0-0;'),
  520. (2376,'Avadon Breastplate','chest','true','heavy',7920,'leather','b',0,-1,157,0,0,2080000,277,'true','true','true','true','0-0;'),
  521. (2377,'Mithril Scale Gaiters','legs','true','heavy',3870,'leather','d',0,-1,64,0,0,187000,340,'true','true','true','true','0-0;'),
  522. (2378,'Brigandine Gaiters','legs','true','heavy',3820,'leather','d',0,-1,64,0,0,187000,340,'true','true','true','true','0-0;'),
  523. (2379,'Avadon Gaiters','legs','true','heavy',3520,'leather','b',0,-1,98,0,0,1300000,173,'true','true','true','true','0-0;'),
  524. (2380,'Blue Wolf Gaiters','legs','true','heavy',3370,'leather','b',0,-1,104,0,0,2010000,268,'true','true','true','true','0-0;'),
  525. (2381,'Doom Plate Armor','fullarmor','true','heavy',9980,'leather','b',0,-1,270,0,0,4710000,628,'true','true','true','true','0-0;'),
  526. (2382,'Tallum Plate Armor','fullarmor','true','heavy',9780,'leather','a',0,-1,278,0,0,6770000,541,'true','true','true','true','0-0;'),
  527. (2383,'Majestic Plate Armor','fullarmor','true','heavy',9200,'leather','a',0,-1,293,0,0,10300000,824,'true','true','true','true','0-0;'),
  528. (2384,'Zubei\'s Leather Shirt','chest','true','light',4330,'leather','b',0,-1,117,0,0,1560000,208,'true','true','true','true','0-0;'),
  529. (2385,'Dark Crystal Leather Armor','chest','true','light',4300,'leather','a',0,-1,128,0,0,3470000,277,'true','true','true','true','0-0;'),
  530. (2386,'Wooden Gaiters','legs','false','light',1670,'leather','none',0,-1,29,0,0,4970,0,'true','true','true','true','0-0;'),
  531. (2387,'Tempered Mithril Gaiters','legs','true','light',1530,'leather','c',0,-1,56,0,0,237000,94,'true','true','true','true','0-0;'),
  532. (2388,'Zubei\'s Leather Gaiters','legs','true','light',1480,'leather','b',0,-1,73,0,0,973000,129,'true','true','true','true','0-0;'),
  533. (2389,'Dark Crystal Leggings','legs','true','light',1480,'leather','a',0,-1,80,0,0,2170000,173,'true','true','true','true','0-0;'),
  534. (2390,'Avadon Leather Armor','fullarmor','true','light',5600,'leather','b',0,-1,191,0,0,2280000,304,'true','true','true','true','0-0;'),
  535. (2391,'Blue Wolf Leather Armor','fullarmor','true','light',5500,'leather','b',0,-1,202,0,0,3530000,470,'true','true','true','true','0-0;'),
  536. (2392,'Leather Armor of Doom','fullarmor','true','light',5500,'leather','b',0,-1,202,0,0,3530000,470,'true','true','true','true','0-0;'),
  537. (2393,'Tallum Leather Armor','fullarmor','true','light',5400,'leather','a',0,-1,209,0,0,5080000,406,'true','true','true','true','0-0;'),
  538. (2394,'Nightmarish Leather Armor','fullarmor','true','light',5300,'leather','a',0,-1,220,0,0,7730000,618,'true','true','true','true','0-0;'),
  539. (2395,'Majestic Leather Armor','fullarmor','true','light',5350,'leather','a',0,-1,220,0,0,7730000,618,'true','true','true','true','0-0;'),
  540. (2396,'Elven Mithril Tunic','chest','true','magic',720,'leather','d',0,-1,54,0,169,224000,407,'true','true','true','true','0-0;'),
  541. (2397,'Tunic of Zubei','chest','true','magic',1960,'leather','b',0,-1,78,0,345,1560000,208,'true','true','true','true','0-0;'),
  542. (2398,'Blue Wolf Tunic','chest','true','magic',1920,'leather','b',0,-1,83,0,377,2410000,321,'true','true','true','true','0-0;'),
  543. (2399,'Tunic of Doom','chest','true','magic',1900,'leather','b',0,-1,83,0,377,2410000,321,'true','true','true','true','0-0;'),
  544. (2400,'Tallum Tunic','chest','true','magic',1860,'leather','a',0,-1,86,0,409,3470000,277,'true','true','true','true','0-0;'),
  545. (2401,'Elven Mithril Stockings','legs','true','magic',2400,'leather','d',0,-1,34,0,105,140000,254,'true','true','true','true','0-0;'),
  546. (2402,'Stockings of Zubei','legs','true','magic',940,'leather','b',0,-1,49,0,216,973000,129,'true','true','true','true','0-0;'),
  547. (2403,'Blue Wolf Stockings','legs','true','magic',920,'leather','b',0,-1,52,0,236,1510000,201,'true','true','true','true','0-0;'),
  548. (2404,'Stockings of Doom','legs','true','magic',910,'leather','b',0,-1,52,0,236,1510000,201,'true','true','true','true','0-0;'),
  549. (2405,'Tallum Stockings','legs','true','magic',920,'leather','a',0,-1,53,0,256,2170000,173,'true','true','true','true','0-0;'),
  550. (2406,'Avadon Robe','fullarmor','true','magic',2540,'leather','b',0,-1,127,0,561,2280000,304,'true','true','true','true','0-0;'),
  551. (2407,'Dark Crystal Robe','fullarmor','true','magic',2450,'leather','a',0,-1,139,0,665,5080000,406,'true','true','true','true','0-0;'),
  552. (2408,'Nightmare Robe','fullarmor','true','magic',2300,'leather','a',0,-1,147,0,718,7730000,618,'true','true','true','true','0-0;'),
  553. (2409,'Majestic Robe','fullarmor','true','magic',2330,'leather','a',0,-1,147,0,718,7730000,618,'true','true','true','true','0-0;'),
  554. (2410,'Nightmarish Tattoo','underwear','true','none',3600,'leather','a',0,-1,139,0,0,5280000,422,'true','true','true','true','0-0;'),
  555. (2411,'Brigandine Helmet','head','true','none',630,'leather','d',0,-1,41,0,0,112000,203,'true','true','true','true','0-0;'),
  556. (2412,'Plate Helmet','head','true','none',630,'leather','d',0,-1,44,0,0,147000,267,'true','true','true','true','0-0;'),
  557. (2413,'Chain Hood','head','true','none',620,'leather','c',0,-1,47,0,0,189000,75,'true','true','true','true','0-0;'),
  558. (2414,'Full Plate Helmet','head','true','none',600,'leather','c',0,-1,58,0,0,536000,214,'true','true','true','true','0-0;'),
  559. (2415,'Avadon Circlet','head','true','none',590,'leather','b',0,-1,62,0,0,778000,103,'true','true','true','true','0-0;'),
  560. (2416,'Blue Wolf Helmet','head','true','none',580,'leather','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  561. (2417,'Doom Helmet','head','true','none',580,'leather','b',0,-1,66,0,0,1210000,161,'true','true','true','true','0-0;'),
  562. (2418,'Helm of Nightmare','head','true','none',560,'leather','a',0,-1,73,0,0,2640000,211,'true','true','true','true','0-0;'),
  563. (2419,'Majestic Circlet','head','true','none',550,'leather','a',0,-1,73,0,0,2640000,211,'true','true','true','true','0-0;'),
  564. (2420,'Dragon Headgear','head','true','none',540,'leather','s',0,-1,77,0,0,3590000,179,'true','true','true','true','0-0;'),
  565. (2421,'The Hood','head','true','none',540,'leather','s',0,-1,77,0,0,3590000,179,'true','true','true','true','0-0;'),
  566. (2422,'Reinforced Leather Boots','feet','true','none',1280,'leather','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  567. (2423,'Boots of Knowledge','feet','true','none',1270,'leather','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  568. (2424,'Manticore Skin Boots','feet','true','none',1260,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  569. (2425,'Brigandine Boots','feet','true','none',1250,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  570. (2426,'Elven Mithril Boots','feet','true','none',1250,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  571. (2427,'Salamander Skin Boots','feet','true','none',1230,'leather','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  572. (2428,'Plate Boots','feet','true','none',1240,'leather','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  573. (2429,'Chain Boots','feet','true','none',1220,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  574. (2430,'Karmian Boots','feet','true','none',1230,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  575. (2431,'Plated Leather Boots','feet','true','none',1220,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  576. (2432,'Dwarven Chain Boots','feet','true','none',1210,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  577. (2433,'Boots of Seal','feet','true','none',1220,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  578. (2434,'Rind Leather Boots','feet','true','none',1220,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  579. (2435,'Demon\'s Boots','feet','true','none',1220,'leather','c',0,-1,36,0,0,245000,98,'true','true','true','true','0-0;'),
  580. (2436,'Theca Leather Boots','feet','true','none',1210,'leather','c',0,-1,37,0,0,275000,110,'true','true','true','true','0-0;'),
  581. (2437,'Drake Leather Boots','feet','true','none',1210,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  582. (2438,'Full Plate Boots','feet','true','none',1200,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  583. (2439,'Blue Wolf Boots','feet','true','none',1130,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  584. (2440,'Boots of Nightmare','feet','true','none',1110,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  585. (2441,'Dark Legion Boots','feet','true','none',1120,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  586. (2442,'Dasparion\'s Boots','feet','true','none',1100,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  587. (2443,'Dragon Leather Boots','feet','true','none',1100,'leather','s',0,-1,51,0,0,2390000,119,'true','true','true','true','0-0;'),
  588. (2444,'The Boots','feet','true','none',1100,'leather','s',0,-1,51,0,0,2390000,119,'true','true','true','true','0-0;'),
  589. (2445,'Dragon Scale Boots','feet','true','none',1100,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  590. (2446,'Reinforced Leather Gloves','gloves','true','none',640,'leather','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  591. (2447,'Gloves of Knowledge','gloves','true','none',640,'leather','d',0,-1,24,0,0,50800,92,'true','true','true','true','0-0;'),
  592. (2448,'Manticore Skin Gloves','gloves','true','none',630,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  593. (2449,'Brigandine Gauntlets','gloves','true','none',630,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  594. (2450,'Elven Mithril Gloves','gloves','true','none',640,'leather','d',0,-1,27,0,0,74700,135,'true','true','true','true','0-0;'),
  595. (2451,'Sage\'s Worn Gloves','gloves','true','none',630,'leather','d',0,-1,29,0,0,97800,177,'true','true','true','true','0-0;'),
  596. (2452,'Reinforced Mithril Gloves','gloves','true','none',620,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  597. (2453,'Chain Gloves','gloves','true','none',620,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  598. (2454,'Karmian Gloves','gloves','true','none',620,'leather','c',0,-1,32,0,0,126000,50,'true','true','true','true','0-0;'),
  599. (2455,'Plated Leather Gloves','gloves','true','none',610,'leather','c',0,-1,33,0,0,149000,59,'true','true','true','true','0-0;'),
  600. (2456,'Dwarven Chain Gloves','gloves','true','none',600,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  601. (2457,'Gloves of Seal','gloves','true','none',620,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  602. (2458,'Rind Leather Gloves','gloves','true','none',600,'leather','c',0,-1,34,0,0,161000,64,'true','true','true','true','0-0;'),
  603. (2459,'Demon\'s Gloves','gloves','true','none',610,'leather','c',0,-1,36,0,0,245000,98,'true','true','true','true','0-0;'),
  604. (2460,'Theca Leather Gloves','gloves','true','none',600,'leather','c',0,-1,37,0,0,275000,110,'true','true','true','true','0-0;'),
  605. (2461,'Drake Leather Gloves','gloves','true','none',600,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  606. (2462,'Full Plate Gauntlets','gloves','true','none',600,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  607. (2463,'Divine Gloves','gloves','true','none',610,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  608. (2464,'Avadon Gloves','gloves','true','none',590,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  609. (2465,'Chain Gloves of Silence','gloves','true','none',590,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  610. (2466,'Guardian\'s Gloves','gloves','true','none',590,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  611. (2467,'Gloves of Blessing','gloves','true','none',590,'leather','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  612. (2468,'Blessed Gloves','gloves','true','none',600,'leather','c',0,-1,39,0,0,358000,143,'true','true','true','true','0-0;'),
  613. (2469,'Gloves of The Underworld','gloves','true','none',580,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  614. (2470,'Gloves of Phantom','gloves','true','none',560,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  615. (2471,'Dark Legion Gloves','gloves','true','none',560,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  616. (2472,'Dark Crystal Gloves','gloves','true','none',580,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  617. (2473,'The Gloves','gloves','true','none',540,'leather','s',0,-1,51,0,0,2390000,119,'true','true','true','true','0-0;'),
  618. (2474,'Dasparion\'s Gloves','gloves','true','none',550,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  619. (2475,'Doom Gloves','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  620. (2476,'Dragon Gauntlets','gloves','true','none',540,'leather','s',0,-1,52,0,0,2610000,130,'true','true','true','true','0-0;'),
  621. (2477,'Dragon Leather Gloves','gloves','true','none',540,'leather','s',0,-1,51,0,0,2390000,119,'true','true','true','true','0-0;'),
  622. (2478,'Tallum Gloves','gloves','true','none',580,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  623. (2479,'Gauntlets of Nightmare','gloves','true','none',550,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  624. (2480,'Elemental Gloves','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  625. (2481,'Gloves of Grace','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  626. (2482,'Majestic Gauntlets','gloves','true','none',540,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  627. (2483,'Gust Bracer','gloves','true','none',580,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  628. (2484,'Cerberus Gloves','gloves','true','none',540,'leather','a',0,-1,48,0,0,1760000,140,'true','true','true','true','0-0;'),
  629. (2485,'Implosion Gauntlets','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  630. (2486,'Paradia Gloves','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  631. (2487,'Blue Wolf Gloves','gloves','true','none',590,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  632. (2488,'Phoenix Gloves','gloves','true','none',570,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  633. (2489,'Gloves of Black Ore','gloves','true','none',570,'leather','a',0,-1,45,0,0,1160000,92,'true','true','true','true','0-0;'),
  634. (2490,'Cloak of Silence','underwear','false','none',250,'leather','none',0,-1,5,0,0,6770,0,'true','true','true','true','0-0;'),
  635. (2491,'Golden Yarn Cloak','underwear','false','none',250,'leather','none',0,-1,5,0,0,12300,0,'true','true','true','true','0-0;'),
  636. (2492,'Shadow Cloak','underwear','true','none',240,'leather','c',0,-1,12,0,0,126000,50,'true','true','true','true','0-0;'),
  637. (2506,'Wolf\'s Leather Armor','wolf','false','pet',160,'leather','none',0,-1,9,14,0,7000,0,'true','true','true','true','0-0;'),
  638. (3891,'Wolf\'s Hide Armor','wolf','false','pet',160,'leather','none',0,-1,13,16,0,18000,0,'true','true','true','true','0-0;'),
  639. (3892,'Wolf\'s Hard Leather Mail','wolf','false','pet',160,'leather','none',0,-1,16,18,0,32000,0,'true','true','true','true','0-0;'),
  640. (3893,'Wolf\'s Wooden Armor','wolf','false','pet',160,'leather','none',0,-1,19,20,0,55000,0,'true','true','true','true','0-0;'),
  641. (3894,'Wolf\'s Ring Mail','wolf','false','pet',160,'leather','none',0,-1,22,23,0,87000,0,'true','true','true','true','0-0;'),
  642. (3895,'Wolf\'s Bone Armor','wolf','false','pet',160,'leather','none',0,-1,26,26,0,130000,0,'true','true','true','true','0-0;'),
  643. (3896,'Wolf\'s Scale Male','wolf','false','pet',160,'leather','none',0,-1,30,29,0,200000,0,'true','true','true','true','0-0;'),
  644. (3897,'Wof\'s Bronze Armor','wolf','false','pet',160,'leather','none',0,-1,33,31,0,260000,0,'true','true','true','true','0-0;'),
  645. (3898,'Wolf\'s Plate Mail','wolf','false','pet',160,'leather','none',0,-1,37,33,0,330000,0,'true','true','true','true','0-0;'),
  646. (3899,'Wolf\'s Steel Armor','wolf','false','pet',160,'leather','none',0,-1,40,36,0,420000,0,'true','true','true','true','0-0;'),
  647. (3900,'Wolf\'s Luxury Plate','wolf','false','pet',160,'leather','none',0,-1,43,38,0,640000,0,'true','true','true','true','0-0;'),
  648. (3901,'Wolf\'s Mithril Armor','wolf','false','pet',160,'leather','none',0,-1,47,41,0,940000,0,'true','true','true','true','0-0;'),
  649. (3912,'Hatchling\'s Soft Leather','hatchling','false','pet',160,'leather','none',0,-1,26,26,0,200000,0,'true','true','true','true','0-0;'),
  650. (3913,'Hatchling\'s Scale Mail','hatchling','false','pet',160,'leather','none',0,-1,29,29,0,310000,0,'true','true','true','true','0-0;'),
  651. (3914,'Hatchling\'s Brigandine','hatchling','false','pet',160,'leather','none',0,-1,31,31,0,420000,0,'true','true','true','true','0-0;'),
  652. (3915,'Hatchling\'s Bronze Coat','hatchling','false','pet',160,'leather','none',0,-1,33,33,0,570000,0,'true','true','true','true','0-0;'),
  653. (3916,'Hatchling\'s Steel Coat','hatchling','false','pet',160,'leather','none',0,-1,36,36,0,760000,0,'true','true','true','true','0-0;'),
  654. (3917,'Hatchling\'s Shadowplate','hatchling','false','pet',160,'leather','none',0,-1,38,38,0,1100000,0,'true','true','true','true','0-0;'),
  655. (3918,'Hatchling\'s Mithril Coat','hatchling','false','pet',160,'leather','none',0,-1,41,41,0,1600000,0,'true','true','true','true','0-0;'),
  656. (4224,'Dream Armor','chest','true','heavy',8920,'bronze','none',0,-1,68,0,0,49200,0,'true','true','true','true','0-0;'),
  657. (4225,'Dream Stockings','legs','true','heavy',3960,'bronze','none',0,-1,43,0,0,30700,0,'true','true','true','true','0-0;'),
  658. (4226,'Dream Gloves','gloves','true','none',650,'leather','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  659. (4227,'Dream Boots','feet','true','none',1310,'cloth','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  660. (4228,'Ubiquitous Armor','chest','true','heavy',8920,'bronze','none',0,-1,68,0,0,49200,0,'true','true','true','true','0-0;'),
  661. (4229,'Ubiquitous Stockings','legs','true','heavy',3960,'bronze','none',0,-1,43,0,0,30700,0,'true','true','true','true','0-0;'),
  662. (4230,'Ubiquitous Gloves','gloves','true','none',650,'leather','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  663. (4231,'Ubiquitous Boots','feet','true','none',1310,'cloth','none',0,-1,17,0,0,12300,0,'true','true','true','true','0-0;'),
  664. (4234,'Hatchling\'s Level 65 Armor','hatchling','false','pet',160,'leather','none',0,-1,50,50,0,5628000,0,'true','true','true','true','0-0;'),
  665. (4235,'Hatchling\'s Level 75 Armor','hatchling','false','pet',160,'leather','none',0,-1,58,58,0,19073000,0,'true','true','true','true','0-0;'),
  666. (4236,'Gara Item','chest','false','light',160,'leather','none',0,-1,58,58,0,19073000,0,'true','true','true','true','0-0;'),
  667. (5170,'Mithril Panzer Coat','strider','false','pet',160,'leather','none',0,-1,41,41,0,1600000,0,'true','true','true','true','0-0;'),
  668. (5171,'Brigadine Panzer Coat','strider','false','pet',160,'leather','none',0,-1,44,44,0,2300000,0,'true','true','true','true','0-0;'),
  669. (5172,'Draconic Panzer Coat','strider','false','pet',160,'leather','none',0,-1,46,46,0,3400000,0,'true','true','true','true','0-0;'),
  670. (5173,'Blood Panzer Coat','strider','false','pet',160,'leather','none',0,-1,49,49,0,4900000,0,'true','true','true','true','0-0;'),
  671. (5174,'Ophidian Panzer Coat','strider','false','pet',160,'leather','none',0,-1,52,52,0,7300000,0,'true','true','true','true','0-0;'),
  672. (5175,'Inferno Panzer Coat','strider','false','pet',160,'leather','none',0,-1,54,54,0,10000000,0,'true','true','true','true','0-0;'),
  673. (5182,'Hatchling\'s Gorgon Coat','hatchling','false','pet',160,'leather','none',0,-1,44,44,0,2300000,0,'true','true','true','true','0-0;'),
  674. (5183,'Hatchling\'s Ophidian Plate','hatchling','false','pet',160,'leather','none',0,-1,46,46,0,3400000,0,'true','true','true','true','0-0;'),
  675. (5184,'Hatchling\'s Crimson Plate','hatchling','false','pet',160,'leather','none',0,-1,49,49,0,4900000,0,'true','true','true','true','0-0;'),
  676. (5185,'Hatchling\'s Draconic Plate','hatchling','false','pet',160,'leather','none',0,-1,52,52,0,7300000,0,'true','true','true','true','0-0;'),
  677. (5186,'Hatchling\'s Inferno Plate','hatchling','false','pet',160,'leather','none',0,-1,54,54,0,10000000,0,'true','true','true','true','0-0;'),
  678. (5216,'Wolf Level 75 Armor','wolf','false','pet',160,'leather','none',0,-1,71,58,0,938705,0,'true','true','true','true','0-0;'),
  679. (5287,'Sealed Dark Crystal breastplate','chest','true','heavy',7700,'crystal','a',0,-1,171,0,0,4630000,370,'true','true','true','true','0-0;'),
  680. (5288,'Sealed Dark Crystal Gaiters','legs','true','heavy',3320,'crystal','a',0,-1,107,0,0,2890000,231,'true','true','true','true','0-0;'),
  681. (5289,'Sealed Dark Crystal Helmet','head','true','none',570,'crystal','a',0,-1,69,0,0,1740000,139,'true','true','true','true','0-0;'),
  682. (5290,'Sealed Dark Crystal Gloves','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  683. (5291,'Sealed Dark Crystal Boots','feet','true','none',1110,'crystal','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  684. (5293,'Sealed Tallum Plate Armor','fullarmor','true','heavy',9780,'leather','a',0,-1,278,0,0,6770000,541,'true','true','true','true','0-0;'),
  685. (5294,'Sealed Tallum Helmet','head','true','none',570,'cloth','a',0,-1,69,0,0,1740000,139,'true','true','true','true','0-0;'),
  686. (5295,'Sealed Tallum Gloves','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  687. (5296,'Sealed Tallum Boots','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  688. (5297,'Sealed Dark Crystal Leather Armor','chest','true','light',4300,'leather','a',0,-1,128,0,0,3470000,277,'true','true','true','true','0-0;'),
  689. (5298,'Sealed Dark Crystal Leggings','legs','true','light',1480,'leather','a',0,-1,80,0,0,2170000,173,'true','true','true','true','0-0;'),
  690. (5299,'Sealed Gloves of The Underworld','gloves','true','none',580,'leather','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  691. (5300,'Sealed Boots of The Underworld','feet','true','none',1110,'leather','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  692. (5301,'Sealed Tallum Leather Armor','fullarmor','true','light',5400,'leather','a',0,-1,209,0,0,5080000,406,'true','true','true','true','0-0;'),
  693. (5302,'Sealed Gust Bracer','gloves','true','none',580,'leather','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  694. (5303,'Sealed Gust Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  695. (5304,'Sealed Tallum Tunic','chest','true','magic',1860,'leather','a',0,-1,86,0,409,3470000,277,'true','true','true','true','0-0;'),
  696. (5305,'Sealed Tallum Stockings','legs','true','magic',920,'leather','a',0,-1,53,0,256,2170000,173,'true','true','true','true','0-0;'),
  697. (5306,'Sealed Gloves of Black Ore','gloves','true','none',570,'leather','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  698. (5307,'Sealed Red Flame Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  699. (5308,'Sealed Dark Crystal Robe','fullarmor','true','magic',2450,'leather','a',0,-1,139,0,665,5080000,406,'true','true','true','true','0-0;'),
  700. (5309,'Sealed Phoenix Gloves','gloves','true','none',570,'leather','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  701. (5310,'Sealed Phoenix Boots','feet','true','none',1120,'blood_steel','a',0,-1,45,0,0,1070000,92,'true','true','true','true','0-0;'),
  702. (5311,'Sealed Armor of Nightmare','fullarmor','true','heavy',9580,'blood_steel','a',0,-1,293,0,0,10300000,824,'true','true','true','true','0-0;'),
  703. (5312,'Sealed Helm of Nightmare','head','true','none',560,'leather','a',0,-1,73,0,0,2640000,211,'true','true','true','true','0-0;'),
  704. (5313,'Sealed Gauntlets of Nightmare','gloves','true','none',550,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  705. (5314,'Sealed Boots of Nightmare','feet','true','none',1110,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  706. (5316,'Sealed Majestic Plate Armor','fullarmor','true','heavy',9200,'leather','a',0,-1,293,0,0,10300000,824,'true','true','true','true','0-0;'),
  707. (5317,'Sealed Majestic Circlet','head','true','none',550,'leather','a',0,-1,73,0,0,2640000,211,'true','true','true','true','0-0;'),
  708. (5318,'Sealed Majestic Gauntlets','gloves','true','none',540,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  709. (5319,'Sealed Majestic Boots','feet','true','none',1110,'blood_steel','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  710. (5320,'Sealed Leather Armor of Nightmare','fullarmor','true','light',5300,'leather','a',0,-1,220,0,0,7730000,618,'true','true','true','true','0-0;'),
  711. (5321,'Sealed Dark Legion Gloves','gloves','true','none',560,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  712. (5322,'Sealed Dark Legion Boots','feet','true','none',1120,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  713. (5323,'Sealed Majestic Leather Armor','fullarmor','true','light',5350,'leather','a',0,-1,220,0,0,7730000,618,'true','true','true','true','0-0;'),
  714. (5324,'Sealed Gloves of Phantom','gloves','true','none',560,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  715. (5325,'Sealed Boots of Phantom','feet','true','none',1120,'oriharukon','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  716. (5326,'Sealed Nightmare Robe','fullarmor','true','magic',2300,'leather','a',0,-1,147,0,718,7730000,618,'true','true','true','true','0-0;'),
  717. (5327,'Sealed Cerberus Gloves','gloves','true','none',540,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  718. (5328,'Sealed Cerberus Boots','feet','true','none',1120,'damascus','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  719. (5329,'Sealed Majestic Robe','fullarmor','true','magic',2330,'leather','a',0,-1,147,0,718,7730000,618,'true','true','true','true','0-0;'),
  720. (5330,'Sealed Dasparion\'s Gloves','gloves','true','none',550,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  721. (5331,'Sealed Dasparion\'s Boots','feet','true','none',1100,'leather','a',0,-1,48,0,0,1630000,140,'true','true','true','true','0-0;'),
  722. (5576,'Sound Test Boots','feet','false','none',50,'cloth','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  723. (5590,'Squeaking Shoes','feet','false','none',50,'cloth','none',0,-1,0,0,0,350000,0,'true','true','true','true','0-0;'),
  724. (5709,'Sealed Zubei\'s Gauntlets','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  725. (5710,'Zubei\'s Gauntlets - Heavy Armor','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  726. (5711,'Zubei\'s Gauntlets - Light Armor','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  727. (5712,'Zubei\'s Gauntlets - Robe','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  728. (5713,'Sealed Avadon Gloves','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  729. (5714,'Avadon Gloves - Heavy Armor','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  730. (5715,'Avadon Gloves - Light Armor','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  731. (5716,'Avadon Gloves - Robe','gloves','true','none',590,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  732. (5717,'Sealed Blue Wolf Gloves','gloves','true','none',590,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  733. (5718,'Blue Wolf Gloves - Heavy Armor','gloves','true','none',590,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  734. (5719,'Blue Wolf Gloves - Light Armor','gloves','true','none',590,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  735. (5720,'Blue Wolf Gloves - Robe','gloves','true','none',590,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  736. (5721,'Sealed Doom Gloves','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  737. (5722,'Doom Gloves - Heavy Armor','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  738. (5723,'Doom Gloves - Light Armor','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  739. (5724,'Doom Gloves - Robe','gloves','true','none',580,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  740. (5725,'Sealed Zubei\'s Boots','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  741. (5726,'Zubei\'s Boots - Heavy Armor','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  742. (5727,'Zubei\'s Boots - Light Armor','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  743. (5728,'Zubei\'s Boots - Robe','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  744. (5729,'Sealed Avadon Boots','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  745. (5730,'Avadon Boots - Heavy Armor','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  746. (5731,'Avadon Boots - Light Armor','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  747. (5732,'Avadon Boots - Robe','feet','true','none',1180,'mithril','b',0,-1,41,0,0,519000,69,'true','true','true','true','0-0;'),
  748. (5733,'Sealed Blue Wolf Boots','feet','true','none',1130,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  749. (5734,'Blue Wolf Boots - Heavy Armor','feet','true','none',1130,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  750. (5735,'Blue Wolf Boots - Light Armor','feet','true','none',1130,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  751. (5736,'Blue Wolf Boots - Robe','feet','true','none',1130,'leather','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  752. (5737,'Sealed Boots of Doom','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  753. (5738,'Doom Boots - Heavy Armor','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  754. (5739,'Doom Boots - Light Armor','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  755. (5740,'Doom Boots - Robe','feet','true','none',1130,'mithril','b',0,-1,44,0,0,804000,107,'true','true','true','true','0-0;'),
  756. (5765,'Dark Crystal Gloves - Heavy Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  757. (5766,'Dark Crystal Gloves - Light Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  758. (5767,'Dark Crystal Gloves - Robe','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  759. (5768,'Tallum Gloves - Heavy Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  760. (5769,'Tallum Gloves - Light Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  761. (5770,'Tallum Gloves - Robe','gloves','true','none',580,'leather','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  762. (5771,'Gauntlets of Nightmare - Heavy Armor','gloves','true','none',550,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  763. (5772,'Gauntlets of Nightmare - Light Armor','gloves','true','none',550,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  764. (5773,'Gauntlets of Nightmare - Robe','gloves','true','none',550,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  765. (5774,'Majestic Gauntlets - Heavy Armor','gloves','true','none',540,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  766. (5775,'Majestic Gauntlets - Light Armor','gloves','true','none',540,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  767. (5776,'Majestic Gauntlets - Robe','gloves','true','none',540,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  768. (5777,'Dark Crystal Boots - Heavy Armor','feet','true','none',1110,'crystal','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  769. (5778,'Dark Crystal Boots - Light Armor','feet','true','none',1110,'crystal','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  770. (5779,'Dark Crystal Boots - Robe','feet','true','none',1110,'crystal','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  771. (5780,'Tallum Boots - Heavy Armor','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  772. (5781,'Tallum Boots - Light Armor','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  773. (5782,'Tallum Boots - Robe','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,1160000,92,'true','true','true','true','0-0;'),
  774. (5783,'Boots of Nightmare - Heavy Armor','feet','true','none',1110,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  775. (5784,'Boots of Nightmare - Light Armor','feet','true','none',1110,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  776. (5785,'Boots of Nightmare - Robe','feet','true','none',1110,'leather','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  777. (5786,'Majestic Boots - Heavy Armor','feet','true','none',1110,'blood_steel','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  778. (5787,'Majestic Boots - Light Armor','feet','true','none',1110,'blood_steel','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  779. (5788,'Majestic Boots - Robe','feet','true','none',1110,'blood_steel','a',0,-1,49,0,0,1760000,140,'true','true','true','true','0-0;'),
  780. (5808,'Party Mask','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  781. (6323,'Sealed Phoenix Necklace','neck','true','none',150,'silver','a',0,-1,0,76,0,1740000,139,'true','true','true','true','0-0;'),
  782. (6324,'Sealed Phoenix Earring','rear,lear','true','none',150,'silver','a',0,-1,0,57,0,1310000,104,'true','true','true','true','0-0;'),
  783. (6325,'Sealed Phoenix Ring','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,38,0,871000,69,'true','true','true','true','0-0;'),
  784. (6326,'Sealed Majestic Necklace','neck','true','none',150,'silver','a',0,-1,0,80,0,2600000,208,'true','true','true','true','0-0;'),
  785. (6327,'Sealed Majestic Earring','rear,lear','true','none',150,'silver','a',0,-1,0,60,0,1950000,156,'true','true','true','true','0-0;'),
  786. (6328,'Sealed Majestic Ring','rfinger,lfinger','true','none',150,'silver','a',0,-1,0,40,0,1300000,104,'true','true','true','true','0-0;'),
  787. (6373,'Imperial Crusader Breastplate','chest','true','heavy',7620,'scale_of_dragon','s',0,-1,205,0,0,14300000,715,'true','true','true','true','0-0;'),
  788. (6374,'Imperial Crusader Gaiters','legs','true','heavy',3260,'scale_of_dragon','s',0,-1,128,0,0,8960000,448,'true','true','true','true','0-0;'),
  789. (6375,'Imperial Crusader Gauntlets','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  790. (6376,'Imperial Crusader Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  791. (6378,'Imperial Crusader Helmet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  792. (6379,'Draconic Leather Armor','fullarmor','true','light',4950,'leather','s',0,-1,249,0,0,17400000,870,'true','true','true','true','0-0;'),
  793. (6380,'Draconic Leather Gloves','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  794. (6381,'Draconic Leather Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  795. (6382,'Draconic Leather Helmet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  796. (6383,'Major Arcana Robe','fullarmor','true','magic',2300,'cloth','s',0,-1,166,0,866,17400000,870,'true','true','true','true','0-0;'),
  797. (6384,'Major Arcana Gloves','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  798. (6385,'Major Arcana Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  799. (6386,'Major Arcana Circlet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  800. (6394,'Red Party Mask','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  801. (6408,'Formal Wear','fullarmor','false','none',1000,'cloth','none',0,-1,0,0,0,5000000,0,'true','true','true','true','0-0;'),
  802. (6656,'Earring of Antharas','rear,lear','true','none',150,'gold','s',0,-1,0,71,31,3700000,185,'true','true','true','true','3558-1;'),
  803. (6657,'Necklace of Valakas','neck','true','none',150,'gold','s',0,-1,0,95,42,4940000,247,'true','true','true','true','3557-1;'),
  804. (6658,'Ring of Baium','rfinger,lfinger','true','none',150,'gold','s',0,-1,0,48,21,1730000,86,'true','true','true','true','3561-1;'),
  805. (6659,'Zaken\'s Earring','rear,lear','true','none',150,'gold','s',0,-1,0,71,31,2590000,129,'true','true','true','true','3559-1;'),
  806. (6660,'Ring of Queen Ant','rfinger,lfinger','true','none',150,'gold','b',0,-1,0,48,21,616000,82,'true','true','true','true','3562-1;'),
  807. (6661,'Earring of Orfen','rear,lear','true','none',150,'gold','a',0,-1,0,71,31,1300000,104,'true','true','true','true','3560-1;'),
  808. (6662,'Ring of Core','rfinger,lfinger','true','none',150,'gold','a',0,-1,0,48,21,870000,69,'true','true','true','true','3563-1;'),
  809. (6674,'Sealed Imperial Crusader Breastplate','chest','true','heavy',7620,'scale_of_dragon','s',0,-1,193,0,0,14300000,715,'true','true','true','true','0-0;'),
  810. (6675,'Sealed Imperial Crusader Gaiters','legs','true','heavy',3260,'scale_of_dragon','s',0,-1,121,0,0,8960000,448,'true','true','true','true','0-0;'),
  811. (6676,'Sealed Imperial Crusader Gauntlet','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  812. (6677,'Sealed Imperial Crusader Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  813. (6679,'Sealed Imperial Crusader Helmet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  814. (6680,'Sealed Draconic Leather Armor','fullarmor','true','light',4950,'leather','s',0,-1,236,0,0,17400000,870,'true','true','true','true','0-0;'),
  815. (6681,'Sealed Draconic Leather Glove','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  816. (6682,'Sealed Draconic Leather Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  817. (6683,'Sealed Draconic Leather Helmet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  818. (6684,'Sealed Major Arcana Robe','fullarmor','true','magic',2300,'cloth','s',0,-1,157,0,866,17400000,870,'true','true','true','true','0-0;'),
  819. (6685,'Sealed Major Arcana Glove','gloves','true','none',540,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  820. (6686,'Sealed Major Arcana Boots','feet','true','none',1110,'leather','s',0,-1,55,0,0,3580000,179,'true','true','true','true','0-0;'),
  821. (6687,'Sealed Major Arcana Circlet','head','true','none',550,'bone','s',0,-1,83,0,0,5370000,268,'true','true','true','true','0-0;'),
  822. (6724,'Sealed Tateossian Earring','rear,lear','true','none',150,'silver','s',0,-1,0,68,0,3700000,185,'true','true','true','true','0-0;'),
  823. (6725,'Sealed Tateossian Ring','rfinger,lfinger','true','none',150,'gold','s',0,-1,0,46,0,2470000,123,'true','true','true','true','0-0;'),
  824. (6726,'Sealed Tateossian Necklace','neck','true','none',150,'silver','s',0,-1,0,91,0,4940000,247,'true','true','true','true','0-0;'),
  825. (6834,'Circlet of Innadril','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-1;'),
  826. (6835,'Circlet of Dion','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-1;'),
  827. (6836,'Circlet of Goddard','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-2;'),
  828. (6837,'Circlet of Oren','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-1;'),
  829. (6838,'Circlet of Gludio','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-1;'),
  830. (6839,'Circlet of Giran','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-1;'),
  831. (6840,'Circlet of Aden','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-2;'),
  832. (6841,'The Lord\'s Crown','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','false','false','3633-1;'),
  833. (6842,'Wings of Destiny Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  834. (6843,'Cat Ear','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  835. (6844,'Lady\'s Hair Pin','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  836. (6845,'Pirate\'s Eye Patch','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  837. (6846,'Monocle','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  838. (7059,'Golden Festival Mask','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  839. (7060,'Tateossian Hairband','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','false','true','true','0-0;'),
  840. (7680,'Raccoon Ears','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  841. (7681,'Outlaw\'s Eyepatch','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  842. (7682,'Maiden\'s Hairpin','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  843. (7683,'Rabbit Ears','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  844. (7694,'Noblesse Tiara','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  845. (7695,'Forget-me-not Hairpin','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  846. (7696,'Daisy Hairpin','hair','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'true','true','true','true','0-0;'),
  847. (7836,'Santa\'s Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','false','true','true','0-0;'),
  848. (7837,'Sayha\'s White Mask','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  849. (7839,'Gran Kain\'s Black Mask','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  850. (7840,'Rabbit Ears (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  851. (7841,'Racoon Ears (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  852. (7842,'Cat Ears -(Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  853. (7843,'Pirate\'s Eyepatch (Event)','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  854. (7844,'Monocle (Event)','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  855. (7845,'Outlaw\'s Eyepatch (Event)','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  856. (7846,'Lady\'s Hairpin (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  857. (7847,'Noblewoman\'s Hairpin (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  858. (7848,'Forget-me-not Hairpin (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  859. (7849,'Daisy Hairpin (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  860. (7850,'Clan Oath Helm','head','true','none',640,'fine_steel','d',0,-1,37,0,0,0,0,'true','true','true','true','0-0;'),
  861. (7851,'Clan Oath Armor','fullarmor','true','heavy',9870,'fine_steel','d',0,-1,158,0,0,0,0,'true','true','true','true','0-0;'),
  862. (7852,'Clan Oath Gauntlets - Heavy Armor','gloves','true','none',640,'fine_steel','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  863. (7853,'Clan Oath Sabaton - Heavy Armor','feet','true','none',1280,'fine_steel','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  864. (7854,'Clan Oath Brigandine','fullarmor','true','light',5400,'leather','d',0,-1,119,0,0,0,0,'true','true','true','true','0-0;'),
  865. (7855,'Clan Oath Leather Gloves - Light Armor','gloves','true','none',640,'leather','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  866. (7856,'Clan Oath Boots - Light Armor','feet','true','none',1280,'leather','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  867. (7857,'Clan Oath Aketon','fullarmor','true','magic',2450,'cloth','d',0,-1,79,0,239,0,0,'true','true','true','true','0-0;'),
  868. (7858,'Clan Oath Padded Gloves - Robe','gloves','true','none',640,'cloth','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  869. (7859,'Clan Oath Sandals - Robe','feet','true','none',1280,'cloth','d',0,-1,24,0,0,0,0,'true','true','true','true','0-0;'),
  870. (7860,'Apella Helm','head','true','none',570,'fine_steel','a',0,-1,69,0,0,0,0,'true','true','true','true','0-0;'),
  871. (7861,'Apella Plate Armor','fullarmor','true','heavy',9780,'leather','a',0,-1,278,0,0,0,0,'true','true','true','true','0-0;'),
  872. (7862,'Apella Gauntlet - Heavy Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  873. (7863,'Apella Solleret - Heavy Armor','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  874. (7864,'Apella Brigandine','fullarmor','true','light',5400,'leather','a',0,-1,209,0,0,0,0,'true','true','true','true','0-0;'),
  875. (7865,'Apella Leather Gloves - Light Armor','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  876. (7866,'Apella Boots - Light Armor','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  877. (7867,'Apella Doublet','fullarmor','true','magic',2450,'leather','a',0,-1,139,0,665,0,0,'true','true','true','true','0-0;'),
  878. (7868,'Apella Silk Gloves - Robe','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  879. (7869,'Apella Sandals - Robe','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  880. (7870,'Sealed Apella Helm','head','true','none',570,'cloth','a',0,-1,69,0,0,0,0,'true','true','true','true','0-0;'),
  881. (7871,'Sealed Apella Plate Armor','fullarmor','true','heavy',9780,'leather','a',0,-1,278,0,0,0,0,'true','true','true','true','0-0;'),
  882. (7872,'Sealed Apella Gauntlet','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  883. (7873,'Sealed Apella Solleret','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  884. (7874,'Sealed Apella Brigandine','fullarmor','true','light',5400,'leather','a',0,-1,209,0,0,0,0,'true','true','true','true','0-0;'),
  885. (7875,'Sealed Apella Leather Gloves','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  886. (7876,'Sealed Apella Boots','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  887. (7877,'Sealed Apella Doublet','fullarmor','true','magic',2450,'leather','a',0,-1,139,0,665,0,0,'true','true','true','true','0-0;'),
  888. (7878,'Sealed Apella Silk Gloves','gloves','true','none',580,'leather','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  889. (7879,'Sealed Apella Sandals','feet','true','none',1130,'blood_steel','a',0,-1,46,0,0,0,0,'true','true','true','true','0-0;'),
  890. (8177,'Raid Challenger\'s Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  891. (8178,'Raid Adventurer\'s Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  892. (8179,'Raid Master\'s Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  893. (8180,'Circlet of Ice Fairy Sirra','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  894. (8181,'Academy Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','false','false','0-0;'),
  895. (8182,'Circlet of Rune','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-2;'),
  896. (8183,'Circlet of Schuttgart','face','false','none',10,'wood','none',0,-1,0,0,0,500000,0,'false','false','false','false','3633-2;'),
  897. (8184,'Party Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  898. (8185,'Feathered Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  899. (8186,'Artisan\'s Goggles','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  900. (8187,'Demon Horns','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  901. (8188,'Little Angel Wings','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  902. (8189,'Fairy Antennae','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  903. (8191,'Frintezza\'s Necklace','neck','true','none',150,'gold','a',0,-1,0,95,42,0,0,'true','true','true','true','3604-1;'),
  904. (8541,'Little Harness','babypet','false','pet',160,'leather','none',0,-1,10,25,0,200000,0,'true','true','true','true','0-0;'),
  905. (8552,'Mask of Spirits','face','false','none',10,'paper','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  906. (8557,'Blue Party Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  907. (8558,'Eva\'s Mark (Event)','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  908. (8559,'Diadem','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  909. (8560,'Teddy Bear Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  910. (8561,'Piggy Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  911. (8562,'Jester Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  912. (8563,'Wizard Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  913. (8564,'Dapper Cap','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  914. (8565,'Romantic Chapeau','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  915. (8566,'Iron Circlet','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  916. (8567,'Valakas Slayer Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  917. (8568,'Antharas Slayer Circlet','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  918. (8569,'Half Face Mask','face','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  919. (8660,'Demon Horns','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  920. (8661,'Mask of Spirits','face','false','none',10,'paper','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  921. (8662,'Fairy Antennae (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  922. (8910,'Black Feather Mask (Event)','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  923. (8911,'Black Half-Mask (Event)','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  924. (8912,'Single Stem Flower','hair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  925. (8913,'Butterfly Hairpin','hair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  926. (8914,'Luxurious Gold Circlet','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  927. (8915,'Luxurious Silver Circlet','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  928. (8916,'Eye Patch','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  929. (8917,'Goddess Circlet','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  930. (8918,'Leather Cap','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  931. (8919,'First Mate\'s Hat - Event Use','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  932. (8920,'Angel Halo','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  933. (8921,'Demon Circlet','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  934. (8922,'Pirate Hat','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  935. (8923,'Scar','face','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  936. (8936,'Santa\'s Antlers','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  937. (8947,'L2 Day: Rabbit Ears','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  938. (8948,'L2 Day: Little Angel Wings','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  939. (8949,'L2 Day: Fairy Antennae','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  940. (8950,'L2 Day: Feathered Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  941. (8951,'L2 Day: Artisan\'s Goggles','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  942. (9030,'Shadow Item: Bronze Breastplate','chest','false','heavy',2973,'bronze','none',0,600,68,0,0,0,0,'false','false','true','false','0-0;'),
  943. (9031,'Shadow Item: Bronze Gaiters','legs','false','heavy',1320,'bronze','none',0,600,43,0,0,0,0,'false','false','true','false','0-0;'),
  944. (9032,'Shadow Item: Hard Leather Shirt','chest','false','light',1573,'leather','none',0,600,53,0,0,0,0,'false','false','true','false','0-0;'),
  945. (9033,'Shadow Item: Hard Leather Gaiters','legs','false','light',537,'leather','none',0,600,33,0,0,0,0,'false','false','true','false','0-0;'),
  946. (9034,'Shadow Item: Tunic of Magic','chest','false','magic',693,'cloth','none',0,600,34,0,86,0,0,'false','false','true','false','0-0;'),
  947. (9035,'Shadow Item: Stockings of Magic','legs','false','magic',343,'cloth','none',0,600,21,0,54,0,0,'false','false','true','false','0-0;'),
  948. (9037,'Shadow Item: Hard Leather Helmet','head','false','none',213,'leather','none',0,600,26,0,0,0,0,'false','false','true','false','0-0;'),
  949. (9038,'Shadow Item: Boots','feet','false','none',437,'cloth','none',0,600,17,0,0,0,0,'false','false','true','false','0-0;'),
  950. (9039,'Shadow Item: Bracer','gloves','false','none',217,'leather','none',0,600,17,0,0,0,0,'false','false','true','false','0-0;'),
  951. (9040,'Shadow Item: Mithril Breastplate','chest','false','heavy',2890,'mithril','d',0,600,95,0,0,0,0,'false','false','true','false','0-0;'),
  952. (9041,'Shadow Item: Mithril Gaiters','legs','false','heavy',1277,'mithril','d',0,600,61,0,0,0,0,'false','false','true','false','0-0;'),
  953. (9042,'Shadow Item: Gauntlet','gloves','false','none',213,'cloth','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  954. (9043,'Shadow Item: Iron Boots','feet','false','none',427,'fine_steel','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  955. (9045,'Shadow Item: Reinforced Leather Shirt','chest','false','light',1523,'leather','d',0,600,73,0,0,0,0,'false','false','true','false','0-0;'),
  956. (9046,'Shadow Item: Reinforced Leather Gaiters','legs','false','light',523,'leather','d',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  957. (9047,'Shadow Item: Reinforced Leather Gloves','gloves','false','none',213,'leather','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  958. (9048,'Shadow Item: Reinforced Leather Boots','feet','false','none',427,'leather','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  959. (9049,'Shadow Item: Tunic of Knowledge','chest','false','magic',673,'cloth','d',0,600,49,0,147,0,0,'false','false','true','false','0-0;'),
  960. (9050,'Shadow Item: Stockings of Knowledge','legs','false','magic',333,'cloth','d',0,600,30,0,92,0,0,'false','false','true','false','0-0;'),
  961. (9051,'Shadow Item: Gloves of Knowledge','gloves','false','none',213,'leather','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  962. (9052,'Shadow Item: Boots of Knowledge','feet','false','none',423,'leather','d',0,600,24,0,0,0,0,'false','false','true','false','0-0;'),
  963. (9053,'Shadow Item: Helmet','head','false','none',213,'fine_steel','d',0,600,37,0,0,0,0,'false','false','true','false','0-0;'),
  964. (9054,'Shadow Item: Composite Armor','fullarmor','false','heavy',3660,'fine_steel','c',0,600,224,0,0,0,0,'false','false','true','false','0-0;'),
  965. (9055,'Shadow Item: Composite Boots','feet','false','none',407,'fine_steel','c',0,600,36,0,0,0,0,'false','false','true','false','0-0;'),
  966. (9057,'Shadow Item: Composite Helmet','head','false','none',203,'fine_steel','c',0,600,54,0,0,0,0,'false','false','true','false','0-0;'),
  967. (9058,'Shadow Item: Theca Leather Armor','chest','false','light',1457,'leather','c',0,600,106,0,0,0,0,'false','false','true','false','0-0;'),
  968. (9059,'Shadow Item: Theca Leather Gaiters','legs','false','light',510,'leather','c',0,600,66,0,0,0,0,'false','false','true','false','0-0;'),
  969. (9060,'Shadow Item: Theca Leather Boots','feet','false','none',403,'leather','c',0,600,37,0,0,0,0,'false','false','true','false','0-0;'),
  970. (9061,'Shadow Item: Theca Leather Gloves','gloves','false','none',200,'leather','c',0,600,37,0,0,0,0,'false','false','true','false','0-0;'),
  971. (9062,'Shadow Item: Demon\'s Tunic','chest','false','magic',663,'cloth','c',0,600,69,0,284,0,0,'false','false','true','false','0-0;'),
  972. (9063,'Shadow Item: Demon\'s Stockings','legs','false','magic',327,'cloth','c',0,600,43,0,177,0,0,'false','false','true','false','0-0;'),
  973. (9064,'Shadow Item: Demon\'s Boots','feet','false','none',407,'leather','c',0,600,36,0,0,0,0,'false','false','true','false','0-0;'),
  974. (9065,'Shadow Item: Demon\'s Gloves','gloves','false','none',203,'leather','c',0,600,36,0,0,0,0,'false','false','true','false','0-0;'),
  975. (9066,'Shadow Item: Shining Circlet','head','false','none',200,'steel','c',0,600,54,0,0,0,0,'false','false','true','false','0-0;'),
  976. (9067,'Shadow Item: Zubei\'s Breastplate','chest','false','heavy',2657,'mithril','b',0,600,157,0,0,0,0,'false','false','true','false','0-0;'),
  977. (9068,'Shadow Item: Zubei\'s Gaiters','legs','false','heavy',1190,'mithril','b',0,600,98,0,0,0,0,'false','false','true','false','0-0;'),
  978. (9069,'Shadow Item: Zubei\'s Helmet','head','false','none',197,'mithril','b',0,600,62,0,0,0,0,'false','false','true','false','0-0;'),
  979. (9071,'Shadow Item: Zubei\'s Gauntlet','gloves','false','none',197,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  980. (9072,'Shadow Item: Zubei\'s Boots','feet','false','none',393,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  981. (9073,'Shadow Item: Zubei\'s Leather Shirt','chest','false','light',1443,'leather','b',0,600,117,0,0,0,0,'false','false','true','false','0-0;'),
  982. (9074,'Shadow Item: Zubei\'s Leather Gaiters','legs','false','light',493,'leather','b',0,600,73,0,0,0,0,'false','false','true','false','0-0;'),
  983. (9075,'Shadow Item: Zubei\'s Gauntlet','gloves','false','none',197,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  984. (9076,'Shadow Item: Zubei\'s Boots','feet','false','none',393,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  985. (9077,'Shadow Item: Tunic of Zubei','chest','false','magic',653,'leather','b',0,600,78,0,345,0,0,'false','false','true','false','0-0;'),
  986. (9078,'Shadow Item: Stockings of Zubei','legs','false','magic',313,'leather','b',0,600,49,0,216,0,0,'false','false','true','false','0-0;'),
  987. (9079,'Shadow Item: Zubei\'s Gauntlet','gloves','false','none',197,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  988. (9080,'Shadow Item: Zubei\'s Boots','feet','false','none',393,'mithril','b',0,600,41,0,0,0,0,'false','false','true','false','0-0;'),
  989. (9081,'Shadow Item: Dark Crystal Breastplate','chest','false','heavy',2567,'crystal','a',0,600,171,0,0,0,0,'false','false','true','false','0-0;'),
  990. (9082,'Shadow Item: Dark Crystal Gaiters','legs','false','heavy',1107,'crystal','a',0,600,107,0,0,0,0,'false','false','true','false','0-0;'),
  991. (9083,'Shadow Item: Dark Crystal Helmet','head','false','none',190,'crystal','a',0,600,69,0,0,0,0,'false','false','true','false','0-0;'),
  992. (9085,'Shadow Item: Dark Crystal Gloves','gloves','false','none',193,'leather','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  993. (9086,'Shadow Item: Dark Crystal Boots','feet','false','none',370,'crystal','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  994. (9087,'Shadow Item: Dark Crystal Leather Armor','chest','false','light',1433,'leather','a',0,600,128,0,0,0,0,'false','false','true','false','0-0;'),
  995. (9088,'Shadow Item: Dark Crystal Leggings','legs','false','light',493,'leather','a',0,600,80,0,0,0,0,'false','false','true','false','0-0;'),
  996. (9089,'Shadow Item: Dark Crystal Gloves','gloves','false','none',193,'leather','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  997. (9090,'Shadow Item: Dark Crystal Boots','feet','false','none',370,'crystal','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  998. (9091,'Shadow Item: Dark Crystal Robe','fullarmor','false','magic',817,'leather','a',0,600,139,0,665,0,0,'false','false','true','false','0-0;'),
  999. (9092,'Shadow Item: Dark Crystal Gloves','gloves','false','none',193,'leather','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  1000. (9093,'Shadow Item: Dark Crystal Boots','feet','false','none',370,'crystal','a',0,600,46,0,0,0,0,'false','false','true','false','0-0;'),
  1001. (9094,'Shadow Item: Majestic Plate Armor','fullarmor','false','heavy',3067,'leather','a',0,600,293,0,0,0,0,'false','false','true','false','0-0;'),
  1002. (9095,'Shadow Item: Majestic Circlet','head','false','none',183,'leather','a',0,600,73,0,0,0,0,'false','false','true','false','0-0;'),
  1003. (9096,'Shadow Item: Majestic Gauntlet','gloves','false','none',180,'leather','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1004. (9097,'Shadow Item: Majestic Boots','feet','false','none',370,'blood_steel','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1005. (9098,'Shadow Item: Majestic Leather Armor','fullarmor','false','light',1783,'leather','a',0,600,220,0,0,0,0,'false','false','true','false','0-0;'),
  1006. (9099,'Shadow Item: Majestic Gauntlet','gloves','false','none',180,'leather','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1007. (9100,'Shadow Item: Majestic Boots','feet','false','none',370,'blood_steel','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1008. (9101,'Shadow Item: Majestic Robe','fullarmor','false','magic',777,'leather','a',0,600,147,0,718,0,0,'false','false','true','false','0-0;'),
  1009. (9102,'Shadow Item: Majestic Gauntlet','gloves','false','none',180,'leather','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1010. (9103,'Shadow Item: Majestic Boots','feet','false','none',370,'blood_steel','a',0,600,49,0,0,0,0,'false','false','true','false','0-0;'),
  1011. (9128,'Shadow Item: Mithril Gauntlet','gloves','false','none',200,'mithril','c',0,600,36,0,0,0,0,'false','false','true','false','0-0;'),
  1012. (9138,'Santa\'s Hat','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1013. (9145,'Little Angel Wings (Event)','hair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  1014. (9158,'Golden Circlet of Redemption','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1015. (9159,'Silver Circlet of Salvation','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1016. (9160,'Pig Wrangler\'s Cap','dhair','false','none',10,'steel','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1017. (9177,'Teddy Bear Hat - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1018. (9178,'Piggy Hat - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1019. (9179,'Jester Hat - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1020. (9180,'Wizard Hat - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1021. (9181,'Dapper Cap - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1022. (9182,'Romantic Chapeau - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1023. (9183,'Iron Circlet - Blessed Resurrection Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1024. (9184,'Teddy Bear Hat - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1025. (9185,'Piggy Hat - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1026. (9186,'Jester Hat - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1027. (9187,'Wizard Hat - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1028. (9188,'Dapper Cap - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1029. (9189,'Romantic Chapeau - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1030. (9190,'Iron Circlet - Blessed Escape Effect','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1031. (9191,'Teddy Bear Hat - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1032. (9192,'Piggy Hat - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1033. (9193,'Jester Hat - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1034. (9194,'Wizard Hat - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1035. (9195,'Dapper Hat - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1036. (9196,'Romantic Chapeau - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1037. (9197,'Iron Circlet - Big Head','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1038. (9198,'Teddy Bear Hat - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1039. (9199,'Piggy Hat - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1040. (9200,'Jester Hat - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1041. (9201,'Wizard Hat - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1042. (9202,'Dapper Hat - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1043. (9203,'Romantic Chapeau - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1044. (9204,'Iron Circlet - Firework','dhair','false','none',10,'wood','none',0,300,0,0,0,0,0,'false','false','true','false','0-0;'),
  1045. (9208,'Phantom Mask (Event)','dhair','false','none',10,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  1046. (9391,'Human Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1047. (9392,'Elven Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1048. (9393,'Dark Elven Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1049. (9394,'Orcish Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1050. (9395,'Dwarven Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1051. (9396,'Kamaelic Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1052. (9397,'Shield Master Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1053. (9398,'Bard Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1054. (9399,'Force Master Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1055. (9400,'Weapon Master Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1056. (9401,'Dagger Master Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1057. (9402,'Bow Master Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1058. (9403,'Wizard Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1059. (9404,'Summoner Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1060. (9405,'Healer Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1061. (9406,'Enchanter Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1062. (9407,'Weapon Master Circlet(Kamael only)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1063. (9408,'Bow Master Circlet(Kamael only)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1064. (9409,'Black Phantom Mask (Event)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1065. (9410,'Human Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1066. (9411,'Elven Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1067. (9412,'Dark Elven Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1068. (9413,'Orcish Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1069. (9414,'Dwarf Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1070. (9415,'Kamaelic Veteran\'s Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1071. (9416,'Dynasty Breast Plate','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1072. (9417,'Dynasty Breast Plate - Shield Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1073. (9418,'Dynasty Breast Plate - Weapon Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1074. (9419,'Dynasty Breast Plate - Force Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1075. (9420,'Dynasty Breast Plate - Bard','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1076. (9421,'Dynasty Gaiter','legs','true','heavy',3210,'wood','s80',0,-1,138,0,0,0,0,'true','true','true','true','0-0;'),
  1077. (9422,'Dynasty Helmet','head','true','heavy',530,'wood','s80',0,-1,83,0,0,0,0,'true','true','true','true','0-0;'),
  1078. (9423,'Dynasty Gauntlet','gloves','true','heavy',520,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1079. (9424,'Dynasty Boots','feet','true','heavy',1090,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1080. (9425,'Dynasty Leather Armor','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1081. (9426,'Dynasty Leather Armor - Dagger Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1082. (9427,'Dynasty Leather Armor - Bow Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1083. (9428,'Dynasty Leather Leggings','legs','true','light',1370,'wood','s80',0,-1,104,0,0,0,0,'true','true','true','true','0-0;'),
  1084. (9429,'Dynasty Leather Helmet','head','true','light',530,'wood','s80',0,-1,83,0,0,0,0,'true','true','true','true','0-0;'),
  1085. (9430,'Dynasty Leather Gloves','gloves','true','light',520,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1086. (9431,'Dynasty Leather Boots','feet','true','light',1090,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1087. (9432,'Dynasty Tunic','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1088. (9433,'Dynasty Tunic - Healer','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1089. (9434,'Dynasty Tunic - Enchanter','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1090. (9435,'Dynasty Tunic - Summoner','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1091. (9436,'Dynasty Tunic - Human Wizard','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1092. (9437,'Dynasty Stockings','legs','true','magic',860,'wood','s80',0,-1,68,0,370,0,0,'true','true','true','true','0-0;'),
  1093. (9438,'Dynasty Circlet','head','true','magic',530,'wood','s80',0,-1,83,0,0,0,0,'true','true','true','true','0-0;'),
  1094. (9439,'Dynasty Gloves','gloves','true','magic',520,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1095. (9440,'Dynasty Shoes','feet','true','magic',1090,'wood','s80',0,-1,55,0,0,0,0,'true','true','true','true','0-0;'),
  1096. (9452,'Sealed Dynasty Earring','rear,lear','true','none',150,'wood','s80',0,-1,0,79,0,0,0,'true','true','true','true','0-0;'),
  1097. (9453,'Sealed Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,106,0,0,0,'true','true','true','true','0-0;'),
  1098. (9454,'Sealed Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,53,0,0,0,'true','true','true','true','0-0;'),
  1099. (9455,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,90,35,0,0,'true','true','true','true','0-0;'),
  1100. (9456,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,120,46,0,0,'true','true','true','true','0-0;'),
  1101. (9457,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,60,23,0,0,'true','true','true','true','0-0;'),
  1102. (9458,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1103. (9459,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1104. (9460,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1105. (9461,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1106. (9462,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1107. (9463,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1108. (9464,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1109. (9465,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1110. (9466,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1111. (9467,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1112. (9468,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1113. (9469,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1114. (9470,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1115. (9471,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1116. (9472,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1117. (9473,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1118. (9474,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1119. (9475,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1120. (9476,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1121. (9477,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1122. (9478,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1123. (9479,'Dynasty Earrings','rear,lear','true','none',150,'wood','s80',0,-1,0,27,35,0,0,'true','true','true','true','0-0;'),
  1124. (9480,'Dynasty Necklace','neck','true','none',150,'wood','s80',0,-1,0,36,46,0,0,'true','true','true','true','0-0;'),
  1125. (9481,'Dynasty Ring','rfinger,lfinger','true','none',150,'wood','s80',0,-1,0,18,23,0,0,'true','true','true','true','0-0;'),
  1126. (9514,'Sealed Dynasty Blast Plate','chest','true','heavy',7570,'wood','s80',0,-1,214,0,0,0,0,'true','true','true','true','0-0;'),
  1127. (9515,'Sealed Dynasty Gaiter','legs','true','heavy',3210,'wood','s80',0,-1,134,0,0,0,0,'true','true','true','true','0-0;'),
  1128. (9516,'Sealed Dynasty Helmet','head','true','heavy',530,'wood','s80',0,-1,81,0,0,0,0,'true','true','true','true','0-0;'),
  1129. (9517,'Sealed Dynasty Gauntlets','gloves','true','heavy',520,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1130. (9518,'Sealed Dynasty Boots','feet','true','heavy',1090,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1131. (9519,'Sealed Dynasty Leather Armor','chest','true','light',4180,'wood','s80',0,-1,161,0,0,0,0,'true','true','true','true','0-0;'),
  1132. (9520,'Sealed Dynasty Leather Leggings','legs','true','light',1370,'wood','s80',0,-1,101,0,0,0,0,'true','true','true','true','0-0;'),
  1133. (9521,'Sealed Dynasty Leather Helmet','head','true','light',530,'wood','s80',0,-1,81,0,0,0,0,'true','true','true','true','0-0;'),
  1134. (9522,'Sealed Dynasty Leather Gloves','gloves','true','light',520,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1135. (9523,'Sealed Dynasty Leather Boots','feet','true','light',1090,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1136. (9524,'Sealed Dynasty Tunic','chest','true','magic',1780,'wood','s80',0,-1,107,0,592,0,0,'true','true','true','true','0-0;'),
  1137. (9525,'Sealed Dynasty Stockings','legs','true','magic',860,'wood','s80',0,-1,67,0,370,0,0,'true','true','true','true','0-0;'),
  1138. (9526,'Sealed Dynasty Circlet','head','true','magic',530,'wood','s80',0,-1,81,0,0,0,0,'true','true','true','true','0-0;'),
  1139. (9527,'Sealed Dynasty Gloves','gloves','true','magic',520,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1140. (9528,'Sealed Dynasty Shoes','feet','true','magic',1090,'wood','s80',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1141. (9577,'Cotton Shirt','underwear','true','none',130,'wood','none',0,-1,6,0,0,1300,0,'true','true','true','true','0-0;'),
  1142. (9578,'Linen Shirt','underwear','true','none',130,'wood','d',0,-1,12,0,0,25000,0,'true','true','true','true','0-0;'),
  1143. (9579,'Silk Shirt','underwear','true','none',130,'wood','c',0,-1,17,0,0,0,0,'true','true','true','true','0-0;'),
  1144. (9580,'Thin Leather Shirt','underwear','true','none',130,'wood','b',0,-1,21,0,0,0,0,'true','true','true','true','0-0;'),
  1145. (9581,'Scale Shirt','underwear','true','none',130,'wood','a',0,-1,23,0,0,0,0,'true','true','true','true','0-0;'),
  1146. (9582,'Mithril Shirt','underwear','true','none',130,'wood','none',0,-1,28,0,0,0,0,'true','true','true','true','0-0;'),
  1147. (9583,'Striped Cotton Shirt','underwear','true','none',130,'wood','none',0,-1,8,0,0,6100,0,'true','true','true','true','0-0;'),
  1148. (9584,'Striped Linen Shirt','underwear','true','none',130,'wood','d',0,-1,14,0,0,49000,0,'true','true','true','true','0-0;'),
  1149. (9585,'Striped Silk Shirt','underwear','true','none',130,'wood','c',0,-1,19,0,0,0,0,'true','true','true','true','0-0;'),
  1150. (9586,'Thin Striped Leather Shirt','underwear','true','none',130,'wood','b',0,-1,22,0,0,0,0,'true','true','true','true','0-0;'),
  1151. (9587,'Striped Scale Shirt','underwear','true','none',130,'wood','a',0,-1,26,0,0,0,0,'true','true','true','true','0-0;'),
  1152. (9588,'Striped Mithril Shirt','underwear','true','none',130,'wood','s',0,-1,30,0,0,0,0,'true','true','true','true','0-0;'),
  1153. (9589,'Iron Bracelet','rbracelet','true','none',150,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1154. (9590,'Bronze Bracelet','rbracelet','true','none',150,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1155. (9591,'Steel Bracelet','rbracelet','true','none',150,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1156. (9592,'Mithril Bracelet','rbracelet','true','none',150,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1157. (9605,'Agathion Seal Bracelet - Rainbow Clan Hall','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3267-1;3269-1;5414-1;'),
  1158. (9606,'Agathion Seal Bracelet - Wild Beast Reserve','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3270-1;5413-1;'),
  1159. (9607,'Agathion Seal Bracelet - Gludio','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1160. (9608,'Agathion Seal Bracelet - Dion','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1161. (9609,'Agathion Seal Bracelet - Giran','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1162. (9610,'Agathion Seal Bracelet - Oren','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1163. (9611,'Agathion Seal Bracelet - Aden','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1164. (9612,'Agathion Seal Bracelet - Innadril','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1165. (9613,'Agathion Seal Bracelet - Goddard','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1166. (9614,'Agathion Seal Bracelet - Rune','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1167. (9615,'Agathion Seal Bracelet - Schuttgart','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,30000000,0,'false','false','true','false','3267-1;3268-1;5415-1;'),
  1168. (9662,'Black Hair Wolf Scale Armor','greatwolf','true','pet',160,'wood','none',0,-1,112,14,0,1877000,0,'true','true','true','true','0-0;'),
  1169. (9663,'Black Hair Wolf Bronze Armor','greatwolf','true','pet',160,'wood','none',0,-1,124,14,0,3620000,0,'true','true','true','true','0-0;'),
  1170. (9664,'Black Hair Wolf Plate Armor','greatwolf','true','pet',160,'wood','none',0,-1,136,14,0,7126000,0,'true','true','true','true','0-0;'),
  1171. (9665,'Black Hair Wolf Mithril Armor','greatwolf','true','pet',160,'wood','none',0,-1,148,14,0,12563000,0,'true','true','true','true','0-0;'),
  1172. (9666,'Black Hair Wolf Oriharukon Armor','greatwolf','true','pet',160,'wood','none',0,-1,160,14,0,24236000,0,'true','true','true','true','0-0;'),
  1173. (9667,'Black Hair Wolf Orichalcum Armor','greatwolf','true','pet',160,'wood','none',0,-1,171,14,0,48879000,0,'true','true','true','true','0-0;'),
  1174. (9669,'Native Headdress','head','true','none',70,'wood','none',0,-1,33,0,0,0,0,'true','true','true','true','0-0;'),
  1175. (9670,'Native Chestcloth','chest','true','none',4720,'wood','none',0,-1,53,0,0,0,0,'true','true','true','true','0-0;'),
  1176. (9671,'Native Loincloth','legs','true','none',1700,'wood','none',0,-1,29,0,0,0,0,'true','true','true','true','0-0;'),
  1177. (9677,'Ring of Wind Mastery','rfinger,lfinger','true','none',150,'wood','none',0,-1,0,36,0,0,0,'true','true','true','true','0-0;'),
  1178. (9820,'Shadow Item: Clan Oath Helm','head','false','none',210,'wood','none',0,300,37,0,0,0,0,'false','false','true','false','0-0;'),
  1179. (9821,'Shadow Item: Clan Oath Armor','fullarmor','false','none',3290,'wood','none',0,300,158,0,0,0,0,'false','false','true','false','0-0;'),
  1180. (9822,'Shadow Item: Clan Oath Gauntlets','gloves','false','none',210,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1181. (9823,'Shadow Item: Clan Oath Sabaton','feet','false','none',430,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1182. (9824,'Shadow Item: Clan Oath Brigandine','fullarmor','false','none',1800,'wood','none',0,300,119,0,0,0,0,'false','false','true','false','0-0;'),
  1183. (9825,'Shadow Item: Clan Oath Leather Gloves','gloves','false','none',210,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1184. (9826,'Shadow Item: Clan Oath Boots','feet','false','none',430,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1185. (9827,'Shadow Item: Clan Oath Aketon','fullarmor','false','none',820,'wood','none',0,300,79,0,239,0,0,'false','false','true','false','0-0;'),
  1186. (9828,'Shadow Item: Clan Oath Padded Gloves','gloves','false','none',210,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1187. (9829,'Shadow Item: Clan Oath Sandals','feet','false','none',430,'wood','none',0,300,24,0,0,0,0,'false','false','true','false','0-0;'),
  1188. (9830,'Improved Apella Helm','head','true','none',570,'wood','none',0,-1,73,0,0,0,0,'true','true','true','true','0-0;'),
  1189. (9831,'Improved Apella Plate Armor','fullarmor','true','none',9780,'wood','none',0,-1,293,0,0,0,0,'true','true','true','true','0-0;'),
  1190. (9832,'Improved Apella Gauntlet','gloves','true','none',580,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1191. (9833,'Improved Apella Solleret','feet','true','none',1130,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1192. (9834,'Improved Apella Brigandine','fullarmor','true','none',5400,'wood','none',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1193. (9835,'Improved Apella Leather Gloves','gloves','true','none',580,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1194. (9836,'Improved Apella Boots','feet','true','none',1130,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1195. (9837,'Improved Apella Doublet','fullarmor','true','none',2450,'wood','none',0,-1,147,0,718,0,0,'true','true','true','true','0-0;'),
  1196. (9838,'Improved Apella Silk Gloves','gloves','true','none',580,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1197. (9839,'Improved Apella Sandals','feet','true','none',1130,'wood','none',0,-1,49,0,0,0,0,'true','true','true','true','0-0;'),
  1198. (9883,'Teddy Bear Hat - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1199. (9884,'Piggy Hat - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1200. (9885,'Jester Hat - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1201. (9886,'Wizard Hat - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1202. (9887,'Dapper Hat - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1203. (9888,'Romantic Chapeau - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1204. (9889,'Iron Circlet - Big Head','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3265-1;'),
  1205. (9890,'Teddy Bear Hat - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1206. (9891,'Piggy Hat - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1207. (9892,'Jester Hat - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1208. (9893,'Wizard Hat - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1209. (9894,'Dapper Hat - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1210. (9895,'Romantic Chapeau - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1211. (9896,'Iron Circlet - Firework','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','3266-1;'),
  1212. (9899,'Weight Loss Ring','rfinger,lfinger','true','none',150,'wood','none',0,-1,0,7,0,0,0,'true','true','true','true','3406-1;'),
  1213. (9900,'Quiet Footsteps Ring','rfinger,lfinger','true','none',150,'wood','none',0,-1,0,7,0,0,0,'true','true','true','true','0-0;'),
  1214. (9909,'Agathion Seal Bracelet','lbracelet','true','none',150,'wood','none',0,500,0,0,0,0,0,'true','true','true','true','0-0;'),
  1215. (9913,'Talisman_Test','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','0-0;'),
  1216. (9914,'Blue Talisman of Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3271-1;'),
  1217. (9915,'Blue Talisman of Wild Magic','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3277-1;'),
  1218. (9916,'Blue Talisman of Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3272-1;'),
  1219. (9917,'Red Talisman of Minimum Clarity','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3281-1;'),
  1220. (9918,'Red Talisman of Maximum Clarity','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3282-1;'),
  1221. (9919,'Blue Talisman of Reflection','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3410-1;'),
  1222. (9920,'Blue Talisman of Invisibility','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3280-1;'),
  1223. (9921,'Blue Talisman of Protection','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3274-1;'),
  1224. (9922,'Black Talisman - Mending','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3286-1;'),
  1225. (9923,'Black Talisman - Escape','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3289-1;'),
  1226. (9924,'Blue Talisman of Healing','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3283-1;'),
  1227. (9925,'Red Talisman of Recovery','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3273-1;'),
  1228. (9926,'Blue Talisman of Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3285-1;'),
  1229. (9927,'Blue Talisman of Magic Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3276-1;'),
  1230. (9928,'Red Talisman of Mental Regeneration','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3278-1;'),
  1231. (9929,'Blue Talisman of Protection','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3275-1;'),
  1232. (9930,'Blue Talisman of Dodging','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3321-1;'),
  1233. (9931,'Red Talisman of Meditation','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3279-1;'),
  1234. (9932,'Blue Talisman of Invincibility','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3284-1;'),
  1235. (9933,'Yellow Talisman of Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3293-1;'),
  1236. (9934,'Yellow Talisman of Violent Haste','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3301-1;'),
  1237. (9935,'Yellow Talisman of Arcane Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3296-1;'),
  1238. (9936,'Yellow Talisman of Arcane Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3294-1;'),
  1239. (9937,'Yellow Talisman of Arcane Haste','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3302-1;'),
  1240. (9938,'Yellow Talisman of Accuracy','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3297-1;'),
  1241. (9939,'Yellow Talisman of Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3295-1;'),
  1242. (9940,'Yellow Talisman of Alacrity','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3313-1;'),
  1243. (9941,'Yellow Talisman of Speed','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3300-1;'),
  1244. (9942,'Yellow Talisman of Critical Reduction','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3317-1;'),
  1245. (9943,'Yellow Talisman of Critical Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3299-1;'),
  1246. (9944,'Yellow Talisman of Critical Dodging','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3316-1;'),
  1247. (9945,'Yellow Talisman of Dodging','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3298-1;'),
  1248. (9946,'Yellow Talisman of Healing','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3312-1;'),
  1249. (9947,'Yellow Talisman of CP Regeneration','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3311-1;'),
  1250. (9948,'Yellow Talisman of Physical Regeneration','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3310-1;'),
  1251. (9949,'Yellow Talisman of Mental Regeneration','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3320-1;'),
  1252. (9950,'Grey Talisman of Weight Training','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3314-1;'),
  1253. (9951,'Grey Talisman of Mid-Grade Fishing','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3315-1;'),
  1254. (9952,'Orange Talisman - Hot Springs Recovery','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3332-1;'),
  1255. (9953,'Orange Talisman - Elixir of Life','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3333-1;'),
  1256. (9954,'Orange Talisman - Elixir of Mental Strength','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3334-1;'),
  1257. (9955,'Black Talisman of Vocalization','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3291-1;'),
  1258. (9956,'Black Talisman of Arcane Freedom','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3288-1;'),
  1259. (9957,'Black Talisman of Physical Freedom','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3287-1;'),
  1260. (9958,'Black Talisman of Rescue','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3290-1;'),
  1261. (9959,'Black Talisman of Free Speech','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3292-1;'),
  1262. (9960,'White Talisman of Bravery','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3306-1;'),
  1263. (9961,'White Talisman of Motion','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3307-1;'),
  1264. (9962,'White Talisman of Grounding','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3305-1;'),
  1265. (9963,'White Talisman of Attention','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3304-1;'),
  1266. (9964,'White Talisman of Bandages','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3303-1;'),
  1267. (9965,'White Talisman of Protection','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3309-1;'),
  1268. (9966,'White Talisman of Freedom','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3308-1;'),
  1269. (10018,'Agathion Seal Bracelet - Fortress','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','0-0;'),
  1270. (10019,'Ring Mail Breastplate','chest','true','none',8820,'wood','none',0,-1,77,0,0,0,0,'true','true','true','true','0-0;'),
  1271. (10020,'Iron Plate Gaiters','legs','true','none',3820,'wood','none',0,-1,48,0,0,0,0,'true','true','true','true','0-0;'),
  1272. (10021,'Puma Skin Shirt','chest','true','none',4700,'wood','none',0,-1,58,0,0,0,0,'true','true','true','true','0-0;'),
  1273. (10022,'Puma Skin Gaiters','legs','true','none',1600,'wood','none',0,-1,36,0,0,0,0,'true','true','true','true','0-0;'),
  1274. (10023,'Cursed Tunic','chest','true','none',2090,'wood','none',0,-1,39,0,106,0,0,'true','true','true','true','0-0;'),
  1275. (10024,'Cursed Stockings','legs','true','none',1020,'wood','none',0,-1,24,0,66,0,0,'true','true','true','true','0-0;'),
  1276. (10122,'Red Crescent Earring','rear,lear','false','none',150,'silver','d',0,-1,0,24,0,0,0,'false','false','true','false','0-0;'),
  1277. (10123,'Necklace of Devotion','neck','false','none',150,'silver','d',0,-1,0,32,0,0,0,'false','false','true','false','0-0;'),
  1278. (10124,'Ring of Devotion','rfinger,lfinger','false','none',150,'gold','d',0,-1,0,16,0,0,0,'false','false','true','false','0-0;'),
  1279. (10126,'Dynasty Leather Armor - Force Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1280. (10127,'Dynasty Leather Armor - Weapon Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1281. (10139,'Agathion Bracelet','lbracelet','true','none',150,'wood','none',0,500,0,0,0,0,0,'false','false','true','false','0-0;'),
  1282. (10140,'Blessed Ring of Escape','rfinger,lfinger','true','none',150,'wood','none',0,-1,0,49,0,0,0,'true','true','true','true','3408-1;'),
  1283. (10141,'White Talisman - Yeti Transform','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3335-1;'),
  1284. (10142,'White Talisman - Buffalo Transform','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3336-1;'),
  1285. (10158,'Grey Talisman of Upper Grade Fishing','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'true','true','true','true','3315-1;'),
  1286. (10168,'Dynasty Leather Armor - Enchanter','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1287. (10169,'Enchanter Circlet (Kamael only)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1288. (10170,'Baylor\'s Earring','rear,lear','true','none',150,'gold','s80',0,-1,0,71,31,0,487,'true','true','true','true','0-0;'),
  1289. (10175,'Gobblin Circlet (Event)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1290. (10176,'Half Face Mask (Event)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1291. (10177,'Black Half-Mask (Event)','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1292. (10207,'Enhanced Striped Scale Shirt','chest','true','none',130,'wood','none',0,-1,26,0,0,0,0,'true','true','true','true','0-0;'),
  1293. (10208,'Enhanced Striped Mithril Shirt','chest','true','none',130,'wood','none',0,-1,30,0,70,0,0,'true','true','true','true','0-0;'),
  1294. (10209,'Enhanced Steel Bracelet','rbracelet','true','none',150,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1295. (10210,'Enhanced Mithril Bracelet','rbracelet','true','none',150,'wood','s',0,-1,0,0,120,0,0,'true','true','true','true','0-0;'),
  1296. (10211,'Blessed Ring of Resurrection','rfinger,lfinger','true','none',150,'wood','none',0,120,0,30,0,0,0,'true','true','true','true','3409-1;'),
  1297. (10214,'Dynasty Leather Armor - Summoner','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1298. (10227,'Dynasty Platinum Plate','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1299. (10228,'Dynasty Platinum Plate - Shield Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1300. (10229,'Dynasty Platinum Plate - Weapon Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1301. (10230,'Dynasty Platinum Plate - Force Master','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1302. (10231,'Dynasty Platinum Plate - Bard','chest','true','heavy',7570,'wood','s80',0,-1,220,0,0,0,0,'true','true','true','true','0-0;'),
  1303. (10232,'Dynasty Jewel Leather Mail','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1304. (10233,'Dynasty Jewel Leather Mail - Dagger Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1305. (10234,'Dynasty Jewel Leather Mail - Bow Master','chest','true','light',4180,'wood','s80',0,-1,166,0,0,0,0,'true','true','true','true','0-0;'),
  1306. (10235,'Dynasty Silver Satin Tunic','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1307. (10236,'Dynasty Silver Satin Tunic - Healer','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1308. (10237,'Dynasty Silver Satin Tunic - Enchanter','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1309. (10238,'Dynasty Silver Satin Tunic - Summoner','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1310. (10239,'Dynasty Silver Satin Tunic - Human Wizard','chest','true','magic',1780,'wood','s80',0,-1,110,0,592,0,0,'true','true','true','true','0-0;'),
  1311. (10240,'Bird Nest','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1312. (10241,'Purple Viking Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1313. (10242,'Golden Viking Circlet','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1314. (10243,'Panda Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1315. (10244,'White Sheep Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1316. (10245,'Black Sheep Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1317. (10246,'Frog Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1318. (10247,'Fish Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1319. (10248,'Straw Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1320. (10249,'Chicken Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1321. (10250,'Explorer Hat','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1322. (10251,'Medieval Party Mask','hairall','true','none',10,'wood','none',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1323. (10273,'Wolf Summoning Bracelet','lbracelet','true','none',150,'wood','none',0,120,0,0,0,0,0,'true','true','true','true','0-0;'),
  1324. (10314,'Beleth\'s Ring','rfinger,lfinger','true','none',150,'wood','s',0,-1,0,0,48,0,0,'true','true','true','true','3649-1;'),
  1325. (10315,'Shadow Item - Purple Viking Circlet','hairall','true','none',10,'wood','none',0,500,0,0,0,0,0,'true','true','true','true','0-0;'),
  1326. (10316,'Agathion Seal Bracelet - Little Angel Firecracker','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3423-1;3267-1;'),
  1327. (10317,'Agathion Seal Bracelet - Little Angel Big Head','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3423-1;3267-1;'),
  1328. (10318,'Agathion Seal Bracelet - Little Angel Escape','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3423-1;3267-1;'),
  1329. (10319,'Agathion Seal Bracelet - Little Angel Resurrection','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3423-1;3267-1;'),
  1330. (10320,'Agathion Seal Bracelet - Little Angel','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3423-1;3267-1;'),
  1331. (10321,'Shadow Item - Golden Viking Circlet','hairall','true','none',10,'wood','none',0,500,0,0,0,0,0,'true','true','true','true','0-0;'),
  1332. (10322,'Agathion Seal Bracelet - Little Devil Firecracker','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3424-1;3267-1;'),
  1333. (10323,'Agathion Seal Bracelet - Little Devil Big Head','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3424-1;3267-1;'),
  1334. (10324,'Agathion Seal Bracelet - Little Devil Escape','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3424-1;3267-1;'),
  1335. (10325,'Agathion Seal Bracelet - Little Devil Resurrection','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3424-1;3267-1;'),
  1336. (10326,'Agathion Seal Bracelet - Little Devil','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3424-1;3267-1;'),
  1337. (10416,'Red Talisman - Explosion','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1338. (10417,'Red Talisman - Magic Explosion Power','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1339. (10418,'White Talisman - Storm','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1340. (10419,'White Talisman - Darkness','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1341. (10420,'White Talisman - Water','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1342. (10421,'White Talisman - Fire','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1343. (10422,'White Talisman - Light','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1344. (10423,'Blue Talisman - Self-Destruction','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1345. (10424,'Blue Talisman - Greater Healing','talisman','true','none',150,'wood','none',0,65,0,0,0,0,0,'false','false','true','false','0-0;'),
  1346. (10470,'Shadow Item - Red Crescent','rear,lear','true','none',150,'wood','none',0,180,0,0,0,0,0,'false','false','true','false','0-0;'),
  1347. (10471,'Shadow Item - Ring of Devotion','rfinger,lfinger','true','none',150,'wood','none',0,180,0,0,0,0,0,'false','false','true','false','0-0;'),
  1348. (10472,'Shadow Item - Necklace of Devotion','neck','true','none',150,'wood','none',0,180,0,0,0,0,0,'false','false','true','false','0-0;'),
  1349. (10487,'Dynasty Jeweled Leather Armor - Force Master','chest','true','none',4180,'wood','s80',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1350. (10488,'Dynasty Jeweled Leather Armor - Weapon Master','chest','true','none',4180,'wood','s80',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1351. (10489,'Dynasty Jeweled Leather Armor - Enchanter','chest','true','none',4180,'wood','s80',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1352. (10490,'Dynasty Jeweled Leather Armor - Summoner','chest','true','none',4180,'wood','s80',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1353. (10491,'Silk Shirt - HP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1354. (10492,'Silk Shirt - MP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1355. (10493,'Silk Shirt - CP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1356. (10494,'Thin Leather Shirt - HP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1357. (10495,'Thin Leather Shirt - MP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1358. (10496,'Thin Leather Shirt - CP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1359. (10497,'Scale Shirt - HP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1360. (10498,'Scale Shirt - MP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1361. (10499,'Scale Shirt - CP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1362. (10500,'Mithril Shirt - HP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1363. (10501,'Mithril Shirt - MP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1364. (10502,'Mithril Shirt - CP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1365. (10503,'Striped Silk Shirt - HP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1366. (10504,'Striped Silk Shirt - MP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1367. (10505,'Striped Silk Shirt - CP','underwear','true','none',130,'wood','c',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1368. (10506,'Thin Striped Leather Shirt - HP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1369. (10507,'Thin Striped Leather Shirt - MP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1370. (10508,'Thin Striped Leather Shirt - CP','underwear','true','none',130,'wood','b',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1371. (10509,'Striped Scale Shirt - HP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1372. (10510,'Striped Scale Shirt - MP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1373. (10511,'Striped Scale Shirt - CP','underwear','true','none',130,'wood','a',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1374. (10512,'Striped Mithril Shirt - HP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1375. (10513,'Striped Mithril Shirt - MP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1376. (10514,'Striped Mithril Shirt - CP','underwear','true','none',130,'wood','s',0,-1,0,0,0,0,0,'true','true','true','true','0-0;'),
  1377. (10518,'Blue Talisman - Life Force','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1378. (10519,'White Talisman - Earth','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1379. (10533,'Blue Talisman - Attack Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1380. (10534,'Blue Talisman - Shield Defense','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1381. (10535,'Yellow Talisman - Defense Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1382. (10536,'Yellow Talisman - Magic Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1383. (10537,'Yellow Talisman - Evasion','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1384. (10538,'Yellow Talisman - Healing Power','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1385. (10539,'Yellow Talisman - CP Recovery Rate','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1386. (10540,'Yellow Talisman - HP Recovery Rate','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1387. (10541,'Yellow Talisman - MP Recovery Rate','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1388. (10542,'Red Talisman - HP/CP Recovery','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1389. (10543,'Yellow Talisman - Moving Speed','talisman','true','none',150,'wood','none',0,60,0,0,0,0,0,'false','false','true','false','0-0;'),
  1390. (10606,'Agathion Seal Bracelet - Rudolph','lbracelet','true','none',150,'wood','none',0,-1,0,0,0,0,0,'false','false','true','false','3425-1;3267-1;'),
  1391. (10613,'Bird Nest - for events','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1392. (10614,'White Wool Hat (Event)','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1393. (10615,'Black Wool Hat (Event)','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'true','true','true','true','0-0;'),
  1394. (10616,'Straw Hat','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1395. (10617,'Ant_Hat_Year_2008','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1396. (10618,'Ol_Mahum_Hat_Year_2008','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1397. (10619,'Wolf_Hat_Year_2008','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1398. (10620,'Shadow_Item_Ant_Hat_Blessed_Scroll_of_Escape','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1399. (10621,'Shadow_Item_Ant_Hat_Blessed_Scroll_of_Resurrection','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1400. (10622,'Shadow_Item_Ant_Hat_Firecracker','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1401. (10623,'Shadow_Item_Ant_Hat_Big_Head','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1402. (10624,'Ol_Mahum_Hat_Blessed_Scroll_of_Escape','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1403. (10625,'Ol_Mahum_Hat_Blessed_Scroll_of_Resurrection','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1404. (10626,'Ol_Mahum_Hat_Firecracker','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1405. (10627,'Shadow_Item_Ol_Mahum_Hat_Big_Head','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1406. (10628,'Shadow_item_Wolf_Cap_Blessed_Scroll_of_Escape','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1407. (10629,'Shadow_item_Wolf_Cap_Blessed_Scroll_of_Resurrection','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1408. (10630,'Shadow_item_Wolf_Cap_Firecracker','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;'),
  1409. (10631,'Shadow_item_Wolf_Cap_Big_Head','hairall','false','none', 10,'wood','none', 0, -1, 0, 0, 0, 0, 0,'false','false','true','false','0-0;');