item_misc.txt 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561
  1. //
  2. // Structure of Database:
  3. // GroupID,ItemID,Rate
  4. //
  5. // Cookie Bag
  6. 7,529,5 //Candy
  7. 7,530,5 //Candy Cane
  8. 7,538,5 //Well-baked Cookie
  9. 7,539,5 //Piece of Cake
  10. 7,558,1 //Chocolate
  11. 7,559,1 //Hand-made Chocolate
  12. 7,560,1 //Hand-made White Chocolate
  13. 7,561,1 //White Chocolate
  14. 7,564,5 //Rice Ball
  15. 7,570,5 //Lucky Candy
  16. 7,571,5 //Lucky Candy Cane
  17. 7,572,5 //Lucky Cookie
  18. 7,573,1 //Chocolate Drink
  19. 7,12122,1 //Sesame Pastry
  20. 7,12123,1 //Honey Pastry
  21. 7,12124,1 //Rainbow Cake
  22. // First Aid Kit
  23. 8,501,5 // Red Potion
  24. 8,502,5 // Orange Potion
  25. 8,503,5 // Yellow Potion
  26. 8,504,5 // White Potion
  27. 8,505,5 // Blue Potion
  28. 8,506,5 // Green Potion
  29. 8,545,5 // Condensed Red Potion
  30. 8,546,5 // Condensed Yellow Potion
  31. 8,547,5 // Condensed White Potion
  32. 8,569,5 // Novice Potion
  33. 8,605,5 // Anodyne
  34. 8,645,5 // Concentration Potion
  35. 8,656,5 // Awakening Potion
  36. 8,657,5 // Berserk Potion
  37. 8,678,1 // Poison Bottle
  38. 8,12016,5 // Speed Potion
  39. 8,12017,5 // Slow Potion
  40. 8,12020,5 // Cursed_Water
  41. // Herbs
  42. 9,507,1 // Red Herb
  43. 9,508,1 // Yellow Herb
  44. 9,509,1 // White Herb
  45. // Fruits
  46. 10,512,1 // Apple
  47. 10,513,1 // Banana
  48. 10,514,1 // Grape
  49. 10,515,1 // Carrot
  50. 10,516,1 // Potato
  51. // Meat
  52. 11,517,1 // Meat
  53. 11,528,1 // Monster Food
  54. // Candy
  55. 12,529,1 // Candy
  56. 12,530,1 // Candy Cane
  57. // Juice
  58. 13,531,1 // Apple Juice
  59. 13,532,1 // Banana Juice
  60. 13,534,1 // Carrot Juice
  61. // Fish
  62. 14,544,1 // Raw Fish
  63. 14,551,1 // Sushi
  64. // Boxes
  65. 15,603,1 // Old Blue Box
  66. 15,617,1 // Old Purple Box
  67. 15,644,1 // Gift Box
  68. // Gemstones
  69. 16,715,1 // Yellow Gemstone
  70. 16,716,1 // Red Gemstone
  71. 16,717,1 // Blue Gemstone
  72. // Elemental Resist Potions
  73. 17,12118,1 // Fire Resist Potion
  74. 17,12119,1 // Cold Resist Potion
  75. 17,12120,1 // Earth Resist Potion
  76. 17,12121,1 // Thunder Resist Potion
  77. // Ores
  78. 18,1002,30 // Iron_Ore
  79. 18,998,28 // Iron
  80. 18,993,26 // Yellow_Live
  81. 18,1003,24 // Coal
  82. 18,992,22 // Wind_Of_Verdure
  83. 18,1010,20 // Phracon
  84. 18,991,18 // Crystal_Blue
  85. 18,990,16 // Boody_Red
  86. 18,999,14 // Steel
  87. 18,1011,12 // Emveretarcon
  88. 18,757,10 // Elunium_Stone
  89. 18,756,9 // Oridecon_Stone
  90. 18,997,8 // Great_Nature
  91. 18,996,7 // Rough_Wind
  92. 18,995,6 // Mistic_Frozen
  93. 18,994,5 // Flame_Heart
  94. 18,985,4 // Elunium
  95. 18,984,3 // Oridecon
  96. 18,969,2 // Gold
  97. 18,714,1 // Emperium
  98. // Food Types
  99. 19,526,5 // Royal_Jelly
  100. 19,12042,10 // Str_Dish02
  101. 19,12057,10 // Agi_Dish02
  102. 19,12053,10 // Vit_Dish03
  103. 19,12062,10 // Dex_Dish02
  104. 19,12068,10 // Luk_Dish03
  105. 19,12047,10 // Int_Dish02
  106. 19,531,30 // Apple_Juice
  107. 19,532,30 // Banana_Juice
  108. 19,533,30 // Grape_Juice
  109. 19,534,30 // Carrot_Juice
  110. 19,538,30 // Well_Baked_Cookie
  111. 19,536,50 // Ice_Cream
  112. 19,544,50 // Fish_Slice
  113. 19,548,50 // Cheese
  114. 19,551,50 // Shusi
  115. 19,553,50 // Bun
  116. 19,554,50 // Mojji
  117. 19,535,50 // Pumpkin
  118. 19,516,100 // Sweet_Potato
  119. 19,513,100 // Banana
  120. 19,512,600 // Apple
  121. // Recovery Types
  122. 20,522,5 // Fruit_Of_Mastela
  123. 20,521,5 // Leaflet_Of_Aloe
  124. 20,520,10 // Leaflet_Of_Hinal
  125. 20,545,10 // Red_Slim_Potion
  126. 20,12118,10 // Resist_Earth
  127. 20,508,20 // Yellow_Herb
  128. 20,501,20 // Red_Potion
  129. 20,511,30 // Green_Herb
  130. 20,507,30 // Red_Herb
  131. 20,569,50 // Novice_Potion
  132. 20,549,50 // Nice_Sweet_Potato
  133. 20,529,100 // Candy
  134. 20,528,200 // Monster's_Feed
  135. 20,550,600 // Popped_Rice
  136. // Minerals - Unused
  137. 21,714,1 // Emperium
  138. 21,756,1 // Rough Oridecon
  139. 21,757,1 // Rough Elunium
  140. 21,969,1 // Gold
  141. 21,984,1 // Oridecon
  142. 21,985,1 // Elunium
  143. 21,990,1 // Red Blood
  144. 21,991,1 // Crystal Blue
  145. 21,992,1 // Wind of Verdure
  146. 21,993,1 // Green Live
  147. 21,994,1 // Flame Heart
  148. 21,995,1 // Mystic Frozen
  149. 21,996,1 // Rough Wind
  150. 21,997,1 // Great Nature
  151. 21,998,1 // Iron
  152. 21,999,1 // Steel
  153. 21,1002,1 // Iron Ore
  154. 21,1003,1 // Coal
  155. 21,1010,1 // Phracon
  156. 21,1011,1 // Emveretarcon
  157. // Set Of Taiming Item
  158. 22,619,1 // Unripe Apple
  159. 22,620,1 // Orange Juice
  160. 22,621,1 // Bitter Herb
  161. 22,622,1 // Rainbow Carrot
  162. 22,623,1 // Earthworm the Dude
  163. 22,624,1 // Rotten Fish
  164. 22,625,1 // Rusty Iron
  165. 22,626,1 // Monster Juice
  166. 22,627,1 // Sweet Milk
  167. 22,628,1 // Well-Dried Bone
  168. 22,629,1 // Singing Flower
  169. 22,630,1 // Dew Laden Moss
  170. 22,631,1 // Deadly Noxious Herb
  171. 22,632,1 // Fatty Chubby Earthworm
  172. 22,633,1 // Sweet Potato
  173. 22,634,1 // Tropical Banana
  174. 22,635,1 // Orc Trophy
  175. 22,636,1 // No Recipient
  176. 22,637,1 // Old Broom
  177. 22,638,1 // Silver Knife of Chastity
  178. 22,639,1 // Armlet of Obedience
  179. 22,640,1 // Shining Stone
  180. 22,641,1 // Contracts in Shadow
  181. 22,642,1 // Book of the Devil
  182. 22,659,1 // Her Heart
  183. 22,660,1 // Forbidden Red Candle
  184. 22,661,1 // Soft Apron
  185. 22,10001,1 // Skull Helm
  186. 22,10002,1 // Monster Oxygen Mask
  187. 22,10003,1 // Transparent Headgear
  188. 22,10004,1 // Pacifier
  189. 22,10005,1 // Wig
  190. 22,10006,1 // Queen's Hair Ornament
  191. 22,10007,1 // Silk Ribbon
  192. 22,10008,1 // Punisher
  193. 22,10009,1 // Wild Flower
  194. 22,10010,1 // Battered Pot
  195. 22,10011,1 // Stellar Hairpin
  196. 22,10012,1 // Tiny Egg Shell
  197. 22,10013,1 // Backpack
  198. 22,10014,1 // Rocker Glasses
  199. 22,10015,1 // Green Lace
  200. 22,10016,1 // Golden Bell
  201. 22,10017,1 // Bark Shorts
  202. 22,10018,1 // Monkey Circlet
  203. 22,10019,1 // Red Scarf
  204. 22,10020,1 // Grave Keeper's Sword
  205. 22,12373,1 // Boy's Pure Heart
  206. 22,12374,1 // Ice Fireworks
  207. 22,12395,1 // Tantan Noodle
  208. // Bundle Of Magic Scroll
  209. 23,686,1 // Level 3 Earth Spike
  210. 23,687,1 // Level 5 Earth Spike
  211. 23,688,1 // Level 3 Cold Bolt
  212. 23,689,1 // Level 5 Cold Bolt
  213. 23,690,1 // Level 3 Fire Bolt
  214. 23,691,1 // Level 5 Fire Bolt
  215. 23,692,1 // Level 3 Lightening Bolt
  216. 23,693,1 // Level 5 Lightening Bolt
  217. 23,694,1 // Level 3 Soul Strike
  218. 23,695,1 // Level 5 Soul Strike
  219. 23,696,1 // Level 1 Fire Ball
  220. 23,697,1 // Level 5 Fire Ball
  221. 23,698,1 // Level 1 Fire Wall
  222. 23,699,1 // Level 5 Fire Wall
  223. 23,700,1 // Level 1 Frost Diver
  224. 23,12000,1 // Level 5 Frost Diver
  225. 23,12001,1 // Level 3 Heal
  226. 23,12002,1 // Level 5 Heal
  227. // Random Quiver
  228. 24,12004,1 // Quiver
  229. 24,12005,1 // Iron Arrow Quiver
  230. 24,12006,1 // Steel Arrow Quiver
  231. 24,12007,1 // Oridecon Arrow Quiver
  232. 24,12008,1 // Fire Arrow Quiver
  233. 24,12009,1 // Silver Arrow Quiver
  234. 24,12010,1 // Wind Arrow Quiver
  235. 24,12011,1 // Stone Arrow Quiver
  236. 24,12012,1 // Crystal Arrow Quiver
  237. 24,12013,1 // Shadow Arrow Quiver
  238. 24,12014,1 // Immaterial Arrow Quiver
  239. 24,12015,1 // Rusty Arrow Quiver
  240. 24,12183,2 // Holy Arrow Quiver
  241. // Wrapped Mask
  242. 25,2278,10 // Mr. Smile
  243. 25,2281,10 // Opera Masque
  244. 25,2288,10 // Mr. Scream
  245. 25,2292,10 // Welding Mask
  246. 25,2297,10 // Goblin Mask
  247. 25,5005,10 // Gas Mask
  248. 25,5086,10 // Alarm Mask
  249. 25,5087,10 // Poker Face
  250. 25,5088,10 // Surprised Mask
  251. 25,5089,10 // Annoyed Mask
  252. 25,5090,10 // Goblin Leader Mask
  253. 25,5121,1 // Zherlthsh Mask
  254. 25,5176,2 // Hahoe Mask
  255. // Accessory Box
  256. 26,2601,10 // Ring
  257. 26,2602,11 // Earring
  258. 26,2603,12 // Necklace
  259. 26,2604,12 // Glove
  260. 26,2605,12 // Brooch
  261. 26,2607,12 // Clip
  262. 26,2608,14 // Rosary
  263. 26,2609,14 // Skull Ring
  264. 26,2610,14 // Gold Ring
  265. 26,2611,14 // Silver Ring
  266. 26,2612,14 // Flower Ring
  267. 26,2613,11 // Diamond Ring
  268. 26,2615,1 // Safety Ring
  269. 26,2616,1 // Critical Ring
  270. 26,2617,10 // Celebrant's Mitten
  271. 26,2618,11 // Matyr's Leash
  272. 26,2619,10 // Bow Thimble
  273. 26,2621,1 // Ring
  274. 26,2622,1 // Earring
  275. 26,2623,10 // Necklace
  276. 26,2624,1 // Glove
  277. 26,2625,1 // Brooch
  278. 26,2626,1 // Rosary
  279. 26,2627,10 // Belt
  280. 26,2628,14 // Novice Armlet
  281. 26,2654,1 // Shinobi Sash
  282. 26,2656,1 // Armor Charm
  283. 26,2658,10 // Nile Rose
  284. 26,2659,2 // Vesper Core 01
  285. 26,2660,2 // Vesper Core 02
  286. 26,2661,2 // Vesper Core 03
  287. 26,2662,2 // Vesper Core 04
  288. 26,2671,1 // Bow Thimble
  289. 26,2677,1 // Spiritual Ring
  290. 26,2680,9 // Ring of Minor Spirits
  291. 26,2700,2 // Red Silk of Seal
  292. 26,2701,1 // Glove of Orleans
  293. 26,2703,1 // Expert Ring
  294. 26,2716,1 // Librarian Glove
  295. 26,2717,1 // Pocket Watch
  296. 26,2718,1 // Lunatic Brooch
  297. 26,2719,1 // Iron Wrist
  298. // jewels
  299. 27,715,100 // Yellow_Gemstone
  300. 27,716,100 // Red_Gemstone
  301. 27,717,100 // Blue_Gemstone
  302. 27,718,10 // Dark_Red_Jewel
  303. 27,719,10 // Violet_Jewel
  304. 27,720,10 // Skyblue_Jewel
  305. 27,721,10 // Azure_Jewel
  306. 27,722,10 // Scarlet_Jewel
  307. 27,723,10 // Cardinal_Jewel
  308. 27,724,10 // Cardinal_Jewel_
  309. 27,725,10 // Red_Jewel
  310. 27,726,10 // Blue_Jewel
  311. 27,727,10 // White_Jewel
  312. 27,728,10 // Golden_Jewel
  313. 27,729,10 // Bluish_Green_Jewel
  314. 27,730,5 // Crystal_Jewel
  315. 27,731,4 // Crystal_Jewel_
  316. 27,732,3 // Crystal_Jewel__
  317. 27,733,27 // Crystal_Jewel___
  318. 27,746,50 // Glass_Bead
  319. // Egg Boy
  320. 32,514,300 // Grape
  321. 32,564,522 // Rice Ball
  322. 32,660,20 // Forbidden Red Candle
  323. 32,682,100 // Distilled Fighting Spirit
  324. 32,683,50 // Herb of Incantation
  325. 32,2274,5 // Ghost Bandana
  326. 32,5072,2 // Incubus Horn
  327. // Egg Girl
  328. 33,514,300 // Grape
  329. 33,564,522 // Rice Ball
  330. 33,661,20 // Soft Apron
  331. 33,682,100 // Distilled Fighting Spirit
  332. 33,683,50 // Herb of Incantation
  333. 33,5042,5 // Bao Bao
  334. 33,5066,2 // Succubus Horn
  335. // Lotto Box
  336. 35,7391,1 // Lotto Ball 31
  337. 35,7392,1 // Lotto Ball 32
  338. 35,7393,1 // Lotto Ball 33
  339. 35,7394,1 // Lotto Ball 34
  340. 35,7395,1 // Lotto Ball 35
  341. 35,7396,1 // Lotto Ball 36
  342. 35,7397,1 // Lotto Ball 37
  343. 35,7398,1 // Lotto Ball 38
  344. 35,7540,1 // Lotto Ball 39
  345. 35,7541,1 // Lotto Ball 40
  346. // Food Package
  347. 36,512,1 // Apple
  348. 36,513,1 // Banana
  349. 36,514,1 // Grape
  350. 36,515,1 // Carrot
  351. 36,516,1 // Potato
  352. 36,517,1 // Meat
  353. 36,518,1 // Honey
  354. 36,519,1 // Milk
  355. 36,520,1 // Hinalle Leaflet
  356. 36,521,1 // Aloe Leaflet
  357. 36,522,1 // Mastela Fruit
  358. 36,526,1 // Royal Jelly
  359. 36,529,1 // Candy
  360. 36,530,1 // Candy Cane
  361. 36,531,1 // Apple Juice
  362. 36,532,1 // Banana Juice
  363. 36,533,1 // Grape Juice
  364. 36,534,1 // Carrot Juice
  365. 36,536,1 // Ice Cream
  366. 36,538,1 // Well-baked Cookie
  367. 36,539,1 // Piece of Cake
  368. 36,544,1 // Raw Fish
  369. 36,548,1 // Cheese
  370. 36,549,1 // Yam
  371. 36,550,1 // Rice Cake
  372. 36,551,1 // Sushi
  373. 36,553,1 // Bao
  374. 36,554,1 // Mochi
  375. 36,555,1 // Traditional Rice Cake
  376. 36,556,1 // Rice Cake Stick
  377. 36,557,1 // Neatly Sliced Rice Cake
  378. 36,558,1 // Chocolate
  379. 36,559,1 // Hand-made Chocolate
  380. 36,560,1 // Hand-made White Chocolate
  381. 36,561,1 // White Chocolate
  382. 36,564,1 // Rice Ball
  383. 36,566,1 // Tom Yum Goong
  384. 36,567,1 // Shrimp
  385. 36,568,1 // Lemon
  386. 36,576,1 // Prickly Fruit
  387. 36,607,1 // Yggdrasil Berry
  388. 36,608,1 // Yggdrasil Seed
  389. 36,663,1 // Songpyun
  390. 36,669,1 // Rice-Cake Soup
  391. // Potions
  392. 37,501,1 // Red Potion
  393. 37,502,1 // Orange Potion
  394. 37,503,1 // Yellow Potion
  395. 37,504,1 // White Potion
  396. // Red Box_
  397. 38,5137,1 // Alice Doll
  398. 38,5138,9 // Magic Eyes
  399. 38,5139,10 // Lotus
  400. 38,5140,10 // Kawaii Ribbon
  401. // Old Bleu Box
  402. 39,519,1 // Milk
  403. 39,538,1 // Well-baked Cookie
  404. 39,644,1 // Gift Box
  405. 39,687,1 // Level 5 Earth Spike
  406. 39,689,1 // Level 5 Cold Bolt
  407. 39,691,1 // Level 5 Fire Bolt
  408. 39,693,1 // Level 5 Lightening Bolt
  409. 39,697,1 // Level 5 Fire Ball
  410. 39,699,1 // Level 5 Fire Wall
  411. 39,12000,1 // Level 5 Frost Diver
  412. 39,12002,1 // Level 5 Heal
  413. // Red Box
  414. 40,5099,1 // Neko Mimi
  415. 40,5137,11 // Alice Doll
  416. 40,5138,11 // Magic Eyes
  417. 40,5139,11 // Lotus
  418. 40,5140,11 // Kawaii Ribbon
  419. 40,5142,11 // Crescent Helm
  420. 40,5143,12 // Kabuki Mask
  421. 40,5152,1 // Phoenix Crown
  422. 40,5181,11 // Helm of Darkness
  423. 40,5182,1 // Puppy Hat
  424. 40,5183,11 // Nest Hat
  425. 40,5185,11 // Laurel Crown
  426. 40,5186,11 // Geographer Decoration
  427. 40,5187,10 // Twin Ribbon
  428. // Green Box
  429. 41,573,100 // Chocolate Drink
  430. 41,607,99 // Yggdrasil Berry
  431. 41,608,100 // Yggdrasil Seed
  432. 41,5182,1 // Puppy Hat
  433. 41,12018,100 // Firecracker
  434. 41,12075,100 // Steamed Tongue
  435. 41,12080,100 // Dragon Breath Cocktail
  436. 41,12085,100 // Immortal Stew
  437. 41,12090,100 // Steamed Desert Scorpions
  438. 41,12095,100 // Hwergelmir's Tonic
  439. 41,12100,100 // Cooked Nine Tail
  440. // Old Yellow Box
  441. 42,5259,1 // Elephant Hat
  442. 42,5260,1 // Cookie Hat
  443. 42,5261,1 // Silver Tiara
  444. 42,5262,1 // Golden Tiara
  445. // Hometown Gift
  446. 45,663,1 // Korean Rice Cake
  447. 45,12122,1 // Sesame Pastry
  448. 45,12123,1 // Honey Pastry
  449. 45,12124,1 // Rainbow Cake
  450. 45,12195,1 // Plain Rice Cake
  451. 45,12196,1 // Hearty Rice Cake
  452. 45,12197,1 // Salty Rice Cake
  453. 45,12198,1 // Lucky Rice Cake
  454. // Masquerade Ball Box
  455. 46,5296,10 // Drooping Nine Tail
  456. 46,5297,1 // Soul Wing
  457. 46,5298,10 // Dokebi's Wig
  458. 46,5299,10 // Pagdayaw
  459. // Tresure Box WoE
  460. 47,603,6 // Old Blue Box
  461. 47,658,6 // Tribal Solidarity
  462. 47,678,3 // Poison Bottle
  463. 47,732,9 // 3carat Diamond
  464. 47,12010,24 // Wind Arrow Quiver
  465. 47,12011,25 // Stone Arrow Quiver
  466. 47,12012,26 // Crystal Arrow Quiver
  467. 47,12105,12 // Taming Gift Set
  468. 47,12107,2 // Wrapped Mask
  469. 47,12108,9 // Scroll Package
  470. 47,12110,9 // First Aid Kit
  471. 47,12111,36 // Bundle of Food
  472. 47,12130,48 // Cookie Bag
  473. 47,12149,27 // Bullet Casing
  474. 47,12150,27 // Shell of Blood Casing
  475. 47,12151,27 // Silver Bullet Casing
  476. 47,12183,7 // Holy Arrow Quiver
  477. 47,12194,6 // Present from Home
  478. 47,12260,22 // Summer Event Suit
  479. 47,12702,8 // Old Bleu Box
  480. // Masquerade Ball Box2
  481. 48,5211,1 // Ribbon Hat
  482. 48,5213,13 // Rabbit Ears
  483. 48,5289,10 // Vanilmirth Hat
  484. 48,5304,10 // Executioner Hood
  485. // Easter Scroll
  486. 49,636,110 // No Recipient
  487. 49,637,110 // Old Broom
  488. 49,638,110 // Silver Knife of Chastity
  489. 49,639,110 // Armlet of Obedience
  490. 49,640,110 // Shining Stone
  491. 49,641,110 // Contracts in Shadow
  492. 49,642,110 // Book of the Devil
  493. 49,643,205 // Pet Incubator
  494. 49,659,110 // Her Heart
  495. 49,2264,1 // Munak Hat
  496. 49,2274,1 // Ghost Bandana
  497. 49,5046,1 // Bongun Hat
  498. 49,5167,1 // Munak Hat [1]
  499. 49,5168,1 // Bongun Hat [1]
  500. // Pierre Treasurebox
  501. 50,603,11 // Old Blue Box
  502. 50,604,3 // Dead Branch
  503. 50,617,5 // Old Purple Box
  504. 50,644,3 // Gift Box
  505. 50,975,3 // Scarlet Dyestuff
  506. 50,976,3 // Lemon Dyestuff
  507. 50,978,3 // Cobaltblue Dyestuff
  508. 50,979,3 // Darkgreen Dyestuff
  509. 50,980,3 // Orange Dyestuff
  510. 50,981,3 // Violet Dyestuff
  511. 50,982,3 // White Dyestuff
  512. 50,983,3 // Black Dyestuff
  513. 50,7289,3 // Peridot
  514. 50,7290,3 // Phlogopite
  515. 50,7291,3 // Agate
  516. 50,7292,3 // Muscovite
  517. 50,7293,3 // Rose Quartz
  518. 50,7294,3 // Turquoise
  519. 50,7295,3 // Citrin
  520. 50,7296,3 // Pyroxene
  521. 50,7297,3 // Biotite
  522. 50,12018,3 // Firecracker
  523. 50,12075,3 // Steamed Tongue
  524. 50,12085,3 // Immortal Stew
  525. 50,12090,3 // Steamed Desert Scorpions
  526. 50,12095,3 // Hwergelmir's Tonic
  527. 50,12100,3 // Cooked Nine Tail
  528. 50,12103,1 // Bloody Branch
  529. // Cherish Box
  530. 51,5454,1 // Puppy Hat
  531. 51,5455,4 // Decorative Geographer
  532. 51,5456,5 // Summer Hat
  533. // Cherish Box Ori
  534. 52,2712,3 // Collector's Edition Book
  535. 52,5212,2 // Solar Panels
  536. 52,5256,1 // Valkyrie Feather Band
  537. 52,5305,2 // Pirate Dagger
  538. 52,5332,2 // Loki Mask
  539. // Louise_Costume_Box
  540. 53,12132,18 // Red_Bag
  541. 53,12260,2 // Cool_Summer_Outfit
  542. // Xmas_Gift
  543. 54,559,18 // Light_Orange_Pot
  544. 54,560,18 // HandMade_Chocolate_
  545. 54,573,18 // Chocolate_Drink
  546. 54,603,24 // Old_Blue_Box
  547. 54,644,66 // Gift_Box
  548. 54,732,12 // Crystal_Jewel__
  549. 54,5136,12 // Santa's_Hat_
  550. 54,12016,12 // Speed_Up_Potion
  551. 54,12017,12 // Slow_Down_Potion
  552. 54,12105,6 // Set_Of_Taiming_Item
  553. 54,12107,6 // Wrapped_Mask
  554. 54,12108,12 // Bundle_Of_Magic_Scroll
  555. 54,12110,12 // First_Aid_Kit
  556. 54,12130,12 // Cookie_Bag
  557. 54,12132,6 // Red_Bag
  558. 54,12354,24 // Buche_De_Noel
  559. 54,12702,36 // Old_Bleu_Box
  560. 54,14546,6 // Fire_Cracker_Love
  561. 54,14550,6 // Fire_Cracker_Xmas