item_giftbox.txt 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663
  1. // Gift Box Obtainable Items Database
  2. //
  3. // Structure of Database:
  4. // GroupID,ItemID,Rate
  5. // GiftBox
  6. 4,501,1 // Red Potion
  7. 4,502,1 // Orange Potion
  8. 4,503,1 // Yellow Potion
  9. 4,504,1 // White Potion
  10. 4,505,1 // Blue Potion
  11. 4,506,1 // Green Potion
  12. 4,526,1 // Royal Jelly
  13. 4,529,1 // Candy
  14. 4,530,1 // Candy Cane
  15. 4,537,1 // Pet Food
  16. 4,538,1 // Well-baked Cookie
  17. 4,539,1 // Piece of Cake
  18. 4,603,1 // Old Blue Box
  19. 4,617,1 // Old Purple Box
  20. 4,644,19 // Gift Box
  21. 4,706,1 // Four Leaf Clover
  22. 4,714,1 // Emperium
  23. 4,718,1 // Garnet
  24. 4,719,1 // Amethyst
  25. 4,720,1 // Aquamarine
  26. 4,721,1 // Emerald
  27. 4,722,1 // Pearl
  28. 4,723,1 // Ruby
  29. 4,724,1 // Cursed Ruby
  30. 4,725,1 // Sardonyx
  31. 4,726,1 // Sapphire
  32. 4,727,1 // Opal
  33. 4,728,1 // Topaz
  34. 4,729,1 // Zircon
  35. 4,730,1 // 1carat Diamond
  36. 4,731,1 // 2carat Diamond
  37. 4,732,1 // 3carat Diamond
  38. 4,733,1 // Cracked Diamond
  39. 4,734,1 // Red Frame
  40. 4,735,1 // Chung Jah
  41. 4,736,1 // China
  42. 4,737,1 // Black Ladle
  43. 4,738,1 // Pencil Case
  44. 4,739,1 // Rouge
  45. 4,740,1 // Puppet
  46. 4,741,1 // Poring Doll
  47. 4,742,1 // Chonchon Doll
  48. 4,743,1 // Spore Doll
  49. 4,744,1 // Bouquet
  50. 4,745,1 // Wedding Bouquet
  51. 4,746,1 // Glass Bead
  52. 4,747,1 // Crystal Mirror
  53. 4,748,1 // Witherless Rose
  54. 4,749,1 // Frozen Rose
  55. 4,750,1 // Baphomet Doll
  56. 4,751,1 // Osiris Doll
  57. 4,752,1 // Grasshopper Doll
  58. 4,753,1 // Yoyo Doll
  59. 4,754,1 // Raccoon Doll
  60. 4,756,5 // Rough Oridecon
  61. 4,757,2 // Rough Elunium
  62. 4,969,1 // Gold
  63. 4,975,1 // Scarlet Dyestuff
  64. 4,976,1 // Lemon Dyestuff
  65. 4,978,1 // Cobaltblue Dyestuff
  66. 4,979,1 // Darkgreen Dyestuff
  67. 4,980,1 // Orange Dyestuff
  68. 4,981,1 // Violet Dyestuff
  69. 4,982,1 // White Dyestuff
  70. 4,983,1 // Black Dyestuff
  71. 4,984,2 // Oridecon
  72. 4,985,1 // Elunium
  73. 4,994,1 // Flame Heart
  74. 4,995,1 // Mystic Frozen
  75. 4,996,1 // Rough Wind
  76. 4,997,1 // Great Nature
  77. 4,999,1 // Steel
  78. 4,1000,1 // Star Crumb
  79. 4,1558,1 // Girl's Diary
  80. 4,4005,1 // Santa Poring Card
  81. 4,7034,1 // Red Stocking
  82. // GiftBox_1
  83. 28,501,1 // Red Potion
  84. 28,502,1 // Orange Potion
  85. 28,503,1 // Yellow Potion
  86. 28,504,1 // White Potion
  87. 28,505,1 // Blue Potion
  88. 28,506,1 // Green Potion
  89. 28,526,1 // Royal Jelly
  90. 28,529,1 // Candy
  91. 28,530,1 // Candy Cane
  92. 28,537,1 // Pet Food
  93. 28,538,1 // Well-baked Cookie
  94. 28,539,1 // Piece of Cake
  95. 28,603,1 // Old Blue Box
  96. 28,617,1 // Old Purple Box
  97. 28,644,19 // Gift Box
  98. 28,706,1 // Four Leaf Clover
  99. 28,714,1 // Emperium
  100. 28,718,1 // Garnet
  101. 28,719,1 // Amethyst
  102. 28,720,1 // Aquamarine
  103. 28,721,1 // Emerald
  104. 28,722,1 // Pearl
  105. 28,723,1 // Ruby
  106. 28,724,1 // Cursed Ruby
  107. 28,725,1 // Sardonyx
  108. 28,726,1 // Sapphire
  109. 28,727,1 // Opal
  110. 28,728,1 // Topaz
  111. 28,729,1 // Zircon
  112. 28,730,1 // 1carat Diamond
  113. 28,731,1 // 2carat Diamond
  114. 28,732,1 // 3carat Diamond
  115. 28,733,1 // Cracked Diamond
  116. 28,734,1 // Red Frame
  117. 28,735,1 // Chung Jah
  118. 28,736,1 // China
  119. 28,737,1 // Black Ladle
  120. 28,738,1 // Pencil Case
  121. 28,739,1 // Rouge
  122. 28,740,1 // Puppet
  123. 28,741,1 // Poring Doll
  124. 28,742,1 // Chonchon Doll
  125. 28,743,1 // Spore Doll
  126. 28,744,1 // Bouquet
  127. 28,745,1 // Wedding Bouquet
  128. 28,746,1 // Glass Bead
  129. 28,747,1 // Crystal Mirror
  130. 28,748,1 // Witherless Rose
  131. 28,749,1 // Frozen Rose
  132. 28,750,1 // Baphomet Doll
  133. 28,751,1 // Osiris Doll
  134. 28,752,1 // Grasshopper Doll
  135. 28,753,1 // Yoyo Doll
  136. 28,754,1 // Raccoon Doll
  137. 28,756,5 // Rough Oridecon
  138. 28,757,2 // Rough Elunium
  139. 28,969,1 // Gold
  140. 28,975,1 // Scarlet Dyestuff
  141. 28,976,1 // Lemon Dyestuff
  142. 28,978,1 // Cobaltblue Dyestuff
  143. 28,979,1 // Darkgreen Dyestuff
  144. 28,980,1 // Orange Dyestuff
  145. 28,981,1 // Violet Dyestuff
  146. 28,982,1 // White Dyestuff
  147. 28,983,1 // Black Dyestuff
  148. 28,984,2 // Oridecon
  149. 28,985,1 // Elunium
  150. 28,994,1 // Flame Heart
  151. 28,995,1 // Mystic Frozen
  152. 28,996,1 // Rough Wind
  153. 28,997,1 // Great Nature
  154. 28,999,1 // Steel
  155. 28,1000,1 // Star Crumb
  156. 28,1558,1 // Girl's Diary
  157. 28,4005,1 // Santa Poring Card
  158. 28,7034,1 // Red Stocking
  159. // GiftBox_2
  160. 29,501,1 // Red Potion
  161. 29,502,1 // Orange Potion
  162. 29,503,1 // Yellow Potion
  163. 29,504,1 // White Potion
  164. 29,505,1 // Blue Potion
  165. 29,506,1 // Green Potion
  166. 29,526,1 // Royal Jelly
  167. 29,529,1 // Candy
  168. 29,530,1 // Candy Cane
  169. 29,537,1 // Pet Food
  170. 29,538,1 // Well-baked Cookie
  171. 29,539,1 // Piece of Cake
  172. 29,603,1 // Old Blue Box
  173. 29,617,1 // Old Purple Box
  174. 29,644,19 // Gift Box
  175. 29,706,1 // Four Leaf Clover
  176. 29,714,1 // Emperium
  177. 29,718,1 // Garnet
  178. 29,719,1 // Amethyst
  179. 29,720,1 // Aquamarine
  180. 29,721,1 // Emerald
  181. 29,722,1 // Pearl
  182. 29,723,1 // Ruby
  183. 29,724,1 // Cursed Ruby
  184. 29,725,1 // Sardonyx
  185. 29,726,1 // Sapphire
  186. 29,727,1 // Opal
  187. 29,728,1 // Topaz
  188. 29,729,1 // Zircon
  189. 29,730,1 // 1carat Diamond
  190. 29,731,1 // 2carat Diamond
  191. 29,732,1 // 3carat Diamond
  192. 29,733,1 // Cracked Diamond
  193. 29,734,1 // Red Frame
  194. 29,735,1 // Chung Jah
  195. 29,736,1 // China
  196. 29,737,1 // Black Ladle
  197. 29,738,1 // Pencil Case
  198. 29,739,1 // Rouge
  199. 29,740,1 // Puppet
  200. 29,741,1 // Poring Doll
  201. 29,742,1 // Chonchon Doll
  202. 29,743,1 // Spore Doll
  203. 29,744,1 // Bouquet
  204. 29,745,1 // Wedding Bouquet
  205. 29,746,1 // Glass Bead
  206. 29,747,1 // Crystal Mirror
  207. 29,748,1 // Witherless Rose
  208. 29,749,1 // Frozen Rose
  209. 29,750,1 // Baphomet Doll
  210. 29,751,1 // Osiris Doll
  211. 29,752,1 // Grasshopper Doll
  212. 29,753,1 // Yoyo Doll
  213. 29,754,1 // Raccoon Doll
  214. 29,756,5 // Rough Oridecon
  215. 29,757,2 // Rough Elunium
  216. 29,969,1 // Gold
  217. 29,975,1 // Scarlet Dyestuff
  218. 29,976,1 // Lemon Dyestuff
  219. 29,978,1 // Cobaltblue Dyestuff
  220. 29,979,1 // Darkgreen Dyestuff
  221. 29,980,1 // Orange Dyestuff
  222. 29,981,1 // Violet Dyestuff
  223. 29,982,1 // White Dyestuff
  224. 29,983,1 // Black Dyestuff
  225. 29,984,2 // Oridecon
  226. 29,985,1 // Elunium
  227. 29,994,1 // Flame Heart
  228. 29,995,1 // Mystic Frozen
  229. 29,996,1 // Rough Wind
  230. 29,997,1 // Great Nature
  231. 29,999,1 // Steel
  232. 29,1000,1 // Star Crumb
  233. 29,1558,1 // Girl's Diary
  234. 29,4005,1 // Santa Poring Card
  235. 29,7034,1 // Red Stocking
  236. // Gift_Box3
  237. 30,501,1 // Red Potion
  238. 30,502,1 // Orange Potion
  239. 30,503,1 // Yellow Potion
  240. 30,504,1 // White Potion
  241. 30,505,1 // Blue Potion
  242. 30,506,1 // Green Potion
  243. 30,526,1 // Royal Jelly
  244. 30,529,1 // Candy
  245. 30,530,1 // Candy Cane
  246. 30,537,1 // Pet Food
  247. 30,538,1 // Well-baked Cookie
  248. 30,539,1 // Piece of Cake
  249. 30,603,1 // Old Blue Box
  250. 30,617,1 // Old Purple Box
  251. 30,644,19 // Gift Box
  252. 30,706,1 // Four Leaf Clover
  253. 30,714,1 // Emperium
  254. 30,718,1 // Garnet
  255. 30,719,1 // Amethyst
  256. 30,720,1 // Aquamarine
  257. 30,721,1 // Emerald
  258. 30,722,1 // Pearl
  259. 30,723,1 // Ruby
  260. 30,724,1 // Cursed Ruby
  261. 30,725,1 // Sardonyx
  262. 30,726,1 // Sapphire
  263. 30,727,1 // Opal
  264. 30,728,1 // Topaz
  265. 30,729,1 // Zircon
  266. 30,730,1 // 1carat Diamond
  267. 30,731,1 // 2carat Diamond
  268. 30,732,1 // 3carat Diamond
  269. 30,733,1 // Cracked Diamond
  270. 30,734,1 // Red Frame
  271. 30,735,1 // Chung Jah
  272. 30,736,1 // China
  273. 30,737,1 // Black Ladle
  274. 30,738,1 // Pencil Case
  275. 30,739,1 // Rouge
  276. 30,740,1 // Puppet
  277. 30,741,1 // Poring Doll
  278. 30,742,1 // Chonchon Doll
  279. 30,743,1 // Spore Doll
  280. 30,744,1 // Bouquet
  281. 30,745,1 // Wedding Bouquet
  282. 30,746,1 // Glass Bead
  283. 30,747,1 // Crystal Mirror
  284. 30,748,1 // Witherless Rose
  285. 30,749,1 // Frozen Rose
  286. 30,750,1 // Baphomet Doll
  287. 30,751,1 // Osiris Doll
  288. 30,752,1 // Grasshopper Doll
  289. 30,753,1 // Yoyo Doll
  290. 30,754,1 // Raccoon Doll
  291. 30,756,5 // Rough Oridecon
  292. 30,757,2 // Rough Elunium
  293. 30,969,1 // Gold
  294. 30,975,1 // Scarlet Dyestuff
  295. 30,976,1 // Lemon Dyestuff
  296. 30,978,1 // Cobaltblue Dyestuff
  297. 30,979,1 // Darkgreen Dyestuff
  298. 30,980,1 // Orange Dyestuff
  299. 30,981,1 // Violet Dyestuff
  300. 30,982,1 // White Dyestuff
  301. 30,983,1 // Black Dyestuff
  302. 30,984,2 // Oridecon
  303. 30,985,1 // Elunium
  304. 30,994,1 // Flame Heart
  305. 30,995,1 // Mystic Frozen
  306. 30,996,1 // Rough Wind
  307. 30,997,1 // Great Nature
  308. 30,999,1 // Steel
  309. 30,1000,1 // Star Crumb
  310. 30,1558,1 // Girl's Diary
  311. 30,4005,1 // Santa Poring Card
  312. 30,7034,1 // Red Stocking
  313. // GiftBox_4
  314. 31,501,1 // Red Potion
  315. 31,502,1 // Orange Potion
  316. 31,503,1 // Yellow Potion
  317. 31,504,1 // White Potion
  318. 31,505,1 // Blue Potion
  319. 31,506,1 // Green Potion
  320. 31,526,1 // Royal Jelly
  321. 31,529,1 // Candy
  322. 31,530,1 // Candy Cane
  323. 31,537,1 // Pet Food
  324. 31,538,1 // Well-baked Cookie
  325. 31,539,1 // Piece of Cake
  326. 31,603,1 // Old Blue Box
  327. 31,617,1 // Old Purple Box
  328. 31,644,19 // Gift Box
  329. 31,706,1 // Four Leaf Clover
  330. 31,714,1 // Emperium
  331. 31,718,1 // Garnet
  332. 31,719,1 // Amethyst
  333. 31,720,1 // Aquamarine
  334. 31,721,1 // Emerald
  335. 31,722,1 // Pearl
  336. 31,723,1 // Ruby
  337. 31,724,1 // Cursed Ruby
  338. 31,725,1 // Sardonyx
  339. 31,726,1 // Sapphire
  340. 31,727,1 // Opal
  341. 31,728,1 // Topaz
  342. 31,729,1 // Zircon
  343. 31,730,1 // 1carat Diamond
  344. 31,731,1 // 2carat Diamond
  345. 31,732,1 // 3carat Diamond
  346. 31,733,1 // Cracked Diamond
  347. 31,734,1 // Red Frame
  348. 31,735,1 // Chung Jah
  349. 31,736,1 // China
  350. 31,737,1 // Black Ladle
  351. 31,738,1 // Pencil Case
  352. 31,739,1 // Rouge
  353. 31,740,1 // Puppet
  354. 31,741,1 // Poring Doll
  355. 31,742,1 // Chonchon Doll
  356. 31,743,1 // Spore Doll
  357. 31,744,1 // Bouquet
  358. 31,745,1 // Wedding Bouquet
  359. 31,746,1 // Glass Bead
  360. 31,747,1 // Crystal Mirror
  361. 31,748,1 // Witherless Rose
  362. 31,749,1 // Frozen Rose
  363. 31,750,1 // Baphomet Doll
  364. 31,751,1 // Osiris Doll
  365. 31,752,1 // Grasshopper Doll
  366. 31,753,1 // Yoyo Doll
  367. 31,754,1 // Raccoon Doll
  368. 31,756,5 // Rough Oridecon
  369. 31,757,2 // Rough Elunium
  370. 31,969,1 // Gold
  371. 31,975,1 // Scarlet Dyestuff
  372. 31,976,1 // Lemon Dyestuff
  373. 31,978,1 // Cobaltblue Dyestuff
  374. 31,979,1 // Darkgreen Dyestuff
  375. 31,980,1 // Orange Dyestuff
  376. 31,981,1 // Violet Dyestuff
  377. 31,982,1 // White Dyestuff
  378. 31,983,1 // Black Dyestuff
  379. 31,984,2 // Oridecon
  380. 31,985,1 // Elunium
  381. 31,994,1 // Flame Heart
  382. 31,995,1 // Mystic Frozen
  383. 31,996,1 // Rough Wind
  384. 31,997,1 // Great Nature
  385. 31,999,1 // Steel
  386. 31,1000,1 // Star Crumb
  387. 31,1558,1 // Girl's Diary
  388. 31,4005,1 // Santa Poring Card
  389. 31,7034,1 // Red Stocking
  390. // GiftBox_China
  391. 34,501,1 // Red Potion
  392. 34,502,1 // Orange Potion
  393. 34,503,1 // Yellow Potion
  394. 34,504,1 // White Potion
  395. 34,505,1 // Blue Potion
  396. 34,506,1 // Green Potion
  397. 34,518,1 // Honey
  398. 34,520,1 // Hinalle Leaflet
  399. 34,521,2 // Aloe Leaflet
  400. 34,525,1 // Panacea
  401. 34,526,1 // Royal Jelly
  402. 34,529,1 // Candy
  403. 34,530,1 // Candy Cane
  404. 34,603,40 // Old Blue Box
  405. 34,604,9 // Dead Branch
  406. 34,605,1 // Anodyne
  407. 34,606,1 // Aloevera
  408. 34,607,1 // Yggdrasil Berry
  409. 34,608,1 // Yggdrasil Seed
  410. 34,610,1 // Yggdrasil Leaf
  411. 34,612,5 // Mini Furnace
  412. 34,613,1 // Iron Hammer
  413. 34,614,1 // Golden Hammer
  414. 34,615,1 // Oridecon Hammer
  415. 34,701,1 // Ora Ora
  416. 34,702,1 // Animal Gore
  417. 34,703,1 // Hinalle
  418. 34,704,1 // Aloe
  419. 34,706,1 // Four Leaf Clover
  420. 34,707,1 // Singing Plant
  421. 34,708,1 // Ment
  422. 34,710,1 // Illusion Flower
  423. 34,714,1 // Emperium
  424. 34,715,1 // Yellow Gemstone
  425. 34,716,1 // Red Gemstone
  426. 34,717,1 // Blue Gemstone
  427. 34,718,1 // Garnet
  428. 34,719,1 // Amethyst
  429. 34,720,1 // Aquamarine
  430. 34,721,1 // Emerald
  431. 34,722,1 // Pearl
  432. 34,723,1 // Ruby
  433. 34,724,1 // Cursed Ruby
  434. 34,725,1 // Sardonyx
  435. 34,726,1 // Sapphire
  436. 34,727,1 // Opal
  437. 34,728,1 // Topaz
  438. 34,729,1 // Zircon
  439. 34,730,1 // 1carat Diamond
  440. 34,731,1 // 2carat Diamond
  441. 34,732,1 // 3carat Diamond
  442. 34,733,1 // Cracked Diamond
  443. 34,734,1 // Red Frame
  444. 34,735,1 // Chung Jah
  445. 34,736,1 // China
  446. 34,737,1 // Black Ladle
  447. 34,738,1 // Pencil Case
  448. 34,740,1 // Puppet
  449. 34,741,1 // Poring Doll
  450. 34,742,1 // Chonchon Doll
  451. 34,743,1 // Spore Doll
  452. 34,745,1 // Wedding Bouquet
  453. 34,747,1 // Crystal Mirror
  454. 34,748,1 // Witherless Rose
  455. 34,749,1 // Frozen Rose
  456. 34,752,1 // Grasshopper Doll
  457. 34,753,1 // Yoyo Doll
  458. 34,754,1 // Raccoon Doll
  459. 34,756,1 // Rough Oridecon
  460. 34,757,1 // Rough Elunium
  461. 34,909,1 // Jellopy
  462. 34,910,1 // Garlet
  463. 34,911,1 // Scell
  464. 34,912,1 // Zargon
  465. 34,931,1 // Orcish Voucher
  466. 34,934,1 // Memento
  467. 34,968,1 // Heroic Emblem
  468. 34,969,1 // Gold
  469. 34,970,1 // Alcohol
  470. 34,971,1 // Detrimindexta
  471. 34,972,1 // Karvodailnirol
  472. 34,973,1 // Counteragent
  473. 34,974,1 // Mixture
  474. 34,975,1 // Scarlet Dyestuff
  475. 34,976,1 // Lemon Dyestuff
  476. 34,978,1 // Cobaltblue Dyestuff
  477. 34,979,1 // Darkgreen Dyestuff
  478. 34,980,1 // Orange Dyestuff
  479. 34,981,1 // Violet Dyestuff
  480. 34,982,1 // White Dyestuff
  481. 34,983,1 // Black Dyestuff
  482. 34,984,1 // Oridecon
  483. 34,985,1 // Elunium
  484. 34,986,1 // Anvil
  485. 34,987,1 // Oridecon Anvil
  486. 34,988,1 // Golden Anvil
  487. 34,989,1 // Emperium Anvil
  488. 34,990,1 // Red Blood
  489. 34,991,1 // Crystal Blue
  490. 34,992,1 // Wind of Verdure
  491. 34,993,1 // Green Live
  492. 34,994,1 // Flame Heart
  493. 34,995,1 // Mystic Frozen
  494. 34,996,1 // Rough Wind
  495. 34,997,1 // Great Nature
  496. 34,998,1 // Iron
  497. 34,999,1 // Steel
  498. 34,1000,1 // Star Crumb
  499. 34,1001,1 // Star Dust
  500. 34,1002,1 // Iron Ore
  501. 34,1003,1 // Coal
  502. 34,1004,1 // Chivalry Emblem
  503. 34,1005,1 // Hammer of Blacksmith
  504. 34,1006,1 // Old Magicbook
  505. 34,1007,1 // Necklace of Wisdom
  506. 34,1008,1 // Necklace of Oblivion
  507. 34,1009,1 // Hand of God
  508. 34,1010,1 // Phracon
  509. 34,1011,1 // Emveretarcon
  510. 34,1065,1 // Trap
  511. 34,1102,1 // Sword
  512. 34,1105,1 // Falchion
  513. 34,1108,1 // Blade
  514. 34,1111,1 // Rapier
  515. 34,1114,1 // Scimitar
  516. 34,1117,1 // Katana
  517. 34,1120,1 // Tsurugi
  518. 34,1125,1 // Ring Pommel Saber
  519. 34,1127,1 // Saber
  520. 34,1128,1 // Haedonggum
  521. 34,1129,1 // Flamberge
  522. 34,1152,1 // Slayer
  523. 34,1155,1 // Bastard Sword
  524. 34,1158,1 // Two-Handed Sword
  525. 34,1162,1 // Broad Sword
  526. 34,1163,1 // Claymore
  527. 34,1202,1 // Knife
  528. 34,1205,1 // Cutter
  529. 34,1208,1 // Main Gauche
  530. 34,1211,1 // Dirk
  531. 34,1214,1 // Dagger
  532. 34,1217,1 // Stiletto
  533. 34,1220,1 // Gladius
  534. 34,1226,1 // Damascus
  535. 34,1251,1 // Jur
  536. 34,1253,1 // Katar
  537. 34,1255,1 // Jamadhar
  538. 34,1302,1 // Axe
  539. 34,1352,1 // Battle Axe
  540. 34,1355,1 // Hammer
  541. 34,1358,1 // Buster
  542. 34,1361,1 // Two-Handed Axe
  543. 34,1402,1 // Javelin
  544. 34,1405,1 // Spear
  545. 34,1408,1 // Pike
  546. 34,1410,1 // Lance
  547. 34,1452,1 // Guisarme
  548. 34,1455,1 // Glaive
  549. 34,1458,1 // Partizan
  550. 34,1461,1 // Trident
  551. 34,1464,1 // Halberd
  552. 34,1502,1 // Club
  553. 34,1505,1 // Mace
  554. 34,1508,1 // Smasher
  555. 34,1511,1 // Flail
  556. 34,1514,1 // Morning Star
  557. 34,1517,1 // Sword Mace
  558. 34,1520,1 // Chain
  559. 34,1550,1 // Book
  560. 34,1551,1 // Bible
  561. 34,1602,1 // Rod
  562. 34,1605,1 // Wand
  563. 34,1608,1 // Staff
  564. 34,1611,1 // Arc Wand
  565. 34,1613,1 // Mighty Staff
  566. 34,1702,1 // Bow
  567. 34,1705,1 // Composite Bow
  568. 34,1711,1 // Crossbow
  569. 34,1713,1 // Arbalest
  570. 34,1714,1 // Gakkung Bow
  571. 34,1718,1 // Hunter Bow
  572. 34,1719,1 // Roguemaster's Bow
  573. 34,2102,1 // Guard
  574. 34,2104,1 // Buckler
  575. 34,2106,1 // Shield
  576. 34,2108,1 // Mirror Shield
  577. 34,2207,1 // Fancy Flower
  578. 34,2209,1 // Ribbon
  579. 34,2213,1 // Kitty Band
  580. 34,2215,1 // Flower Band
  581. 34,2217,1 // Biretta
  582. 34,2221,1 // Hat
  583. 34,2223,1 // Turban
  584. 34,2225,1 // Goggles
  585. 34,2227,1 // Cap
  586. 34,2229,1 // Helm
  587. 34,2231,1 // Gemmed Sallet
  588. 34,2233,1 // Circlet
  589. 34,2236,1 // Santa Hat
  590. 34,2244,1 // Big Ribbon
  591. 34,2249,1 // Coronet
  592. 34,2250,1 // Cute Ribbon
  593. 34,2257,1 // Unicorn Horn
  594. 34,2258,1 // Spiky Band
  595. 34,2262,1 // Clown Nose
  596. 34,2263,1 // Zorro Masque
  597. 34,2265,1 // Gangster Mask
  598. 34,2269,1 // Romantic Flower
  599. 34,2270,1 // Romantic Leaf
  600. 34,2271,1 // Jack be Dandy
  601. 34,2272,1 // Stop Post
  602. 34,2273,1 // Doctor Band
  603. 34,2275,1 // Red Bandana
  604. 34,2276,1 // Angled Glasses
  605. 34,2279,1 // Bomb Wick
  606. 34,2284,1 // Antlers
  607. 34,2287,1 // Pirate Bandana
  608. 34,2289,1 // Poo Poo Hat
  609. 34,2290,1 // Funeral Hat
  610. 34,2291,1 // Masquerade
  611. 34,2293,1 // Pretend Murdered
  612. 34,2294,1 // Stellar
  613. 34,2295,1 // Blinker
  614. 34,2296,1 // Binoculars
  615. 34,2298,1 // Green Feeler
  616. 34,2299,1 // Orc Helm
  617. 34,2302,1 // Cotton Shirt
  618. 34,2304,1 // Jacket
  619. 34,2306,1 // Adventurer's Suit
  620. 34,2308,1 // Mantle
  621. 34,2310,1 // Coat
  622. 34,2311,1 // Mink Coat
  623. 34,2313,1 // Padded Armor
  624. 34,2315,1 // Chain Mail
  625. 34,2317,1 // Full Plate
  626. 34,2322,1 // Silk Robe
  627. 34,2324,1 // Scapulare
  628. 34,2326,1 // Saint's Robe
  629. 34,2329,1 // Wooden Mail
  630. 34,2331,1 // Tights
  631. 34,2333,1 // Silver Robe
  632. 34,2336,1 // Thief Clothes
  633. 34,2337,1 // Ninja Suit
  634. 34,2338,1 // Wedding Dress
  635. 34,2339,1 // Pantie
  636. 34,2402,1 // Sandals
  637. 34,2404,1 // Shoes
  638. 34,2407,1 // Crystal Pumps
  639. 34,2408,1 // Shackles
  640. 34,2409,1 // High Heels
  641. 34,2502,1 // Hood
  642. 34,2504,1 // Muffler
  643. 34,2506,1 // Manteau
  644. 34,2507,1 // Ancient Cape
  645. 34,2508,1 // Ragamuffin Manteau
  646. 34,2601,1 // Ring
  647. 34,2602,1 // Earring
  648. 34,2603,1 // Necklace
  649. 34,2604,1 // Glove
  650. 34,2605,1 // Brooch
  651. 34,2607,1 // Clip
  652. 34,2608,1 // Rosary
  653. 34,2609,1 // Skull Ring
  654. 34,2610,1 // Gold Ring
  655. 34,2611,1 // Silver Ring
  656. 34,2612,1 // Flower Ring
  657. 34,2613,1 // Diamond Ring
  658. 34,5008,1 // Puppy Love
  659. 34,5009,1 // Safety Helmet
  660. 34,5010,1 // Indian Fillet
  661. 34,5014,1 // Fin Helm
  662. 34,5015,1 // Egg Shell