item_misc.txt 19 KB

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