From 27f7f5bc097cf1ca07653e7f6ebcd04ecf8f6e23 Mon Sep 17 00:00:00 2001 From: atemo Date: Mon, 17 Dec 2018 16:14:07 +0100 Subject: [PATCH 1/2] Convert item box file to yaml format --- db/import-tmpl/item_bluebox.txt | 4 - db/import-tmpl/item_box.yml | 19 + db/import-tmpl/item_cardalbum.txt | 4 - db/import-tmpl/item_findingore.txt | 4 - db/import-tmpl/item_findingore.yml | 19 + db/import-tmpl/item_giftbox.txt | 4 - db/import-tmpl/item_misc.txt | 4 - db/import-tmpl/item_violetbox.txt | 4 - db/item_findingore.txt | 25 - db/item_findingore.yml | 41 + db/pre-re/item_bluebox.txt | 1027 ------- db/pre-re/item_box.yml | 3742 ++++++++++++++++++++++ db/pre-re/item_cardalbum.txt | 399 --- db/pre-re/item_giftbox.txt | 629 ---- db/pre-re/item_misc.txt | 646 ---- db/pre-re/item_violetbox.txt | 928 ------ db/re/item_bluebox.txt | 1027 ------- db/re/item_box.yml | 4593 ++++++++++++++++++++++++++++ db/re/item_cardalbum.txt | 446 --- db/re/item_giftbox.txt | 629 ---- db/re/item_misc.txt | 1405 --------- db/re/item_violetbox.txt | 928 ------ src/map/itemdb.cpp | 100 +- src/map/map-server.vcxproj | 6 +- 24 files changed, 8509 insertions(+), 8124 deletions(-) delete mode 100644 db/import-tmpl/item_bluebox.txt create mode 100644 db/import-tmpl/item_box.yml delete mode 100644 db/import-tmpl/item_cardalbum.txt delete mode 100644 db/import-tmpl/item_findingore.txt create mode 100644 db/import-tmpl/item_findingore.yml delete mode 100644 db/import-tmpl/item_giftbox.txt delete mode 100644 db/import-tmpl/item_misc.txt delete mode 100644 db/import-tmpl/item_violetbox.txt delete mode 100644 db/item_findingore.txt create mode 100644 db/item_findingore.yml delete mode 100644 db/pre-re/item_bluebox.txt create mode 100644 db/pre-re/item_box.yml delete mode 100644 db/pre-re/item_cardalbum.txt delete mode 100644 db/pre-re/item_giftbox.txt delete mode 100644 db/pre-re/item_misc.txt delete mode 100644 db/pre-re/item_violetbox.txt delete mode 100644 db/re/item_bluebox.txt create mode 100644 db/re/item_box.yml delete mode 100644 db/re/item_cardalbum.txt delete mode 100644 db/re/item_giftbox.txt delete mode 100644 db/re/item_misc.txt delete mode 100644 db/re/item_violetbox.txt diff --git a/db/import-tmpl/item_bluebox.txt b/db/import-tmpl/item_bluebox.txt deleted file mode 100644 index 7f7950ce481..00000000000 --- a/db/import-tmpl/item_bluebox.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Old Blue Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate diff --git a/db/import-tmpl/item_box.yml b/db/import-tmpl/item_box.yml new file mode 100644 index 00000000000..0d8df1e07cf --- /dev/null +++ b/db/import-tmpl/item_box.yml @@ -0,0 +1,19 @@ +################################################################################################################## +# +# Obtainable Items Database +# +# Structure of Database: +################################################################################################################## +# +#: +# : +# +################################################################################################################## +# +# Description: +# +# : Box Database name +# : Item ID +# : Rate +# +################################################################################################################## diff --git a/db/import-tmpl/item_cardalbum.txt b/db/import-tmpl/item_cardalbum.txt deleted file mode 100644 index ba3758797be..00000000000 --- a/db/import-tmpl/item_cardalbum.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Old Card Album Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate diff --git a/db/import-tmpl/item_findingore.txt b/db/import-tmpl/item_findingore.txt deleted file mode 100644 index 559e5f59ea5..00000000000 --- a/db/import-tmpl/item_findingore.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Ore Discovery Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate diff --git a/db/import-tmpl/item_findingore.yml b/db/import-tmpl/item_findingore.yml new file mode 100644 index 00000000000..0d8df1e07cf --- /dev/null +++ b/db/import-tmpl/item_findingore.yml @@ -0,0 +1,19 @@ +################################################################################################################## +# +# Obtainable Items Database +# +# Structure of Database: +################################################################################################################## +# +#: +# : +# +################################################################################################################## +# +# Description: +# +# : Box Database name +# : Item ID +# : Rate +# +################################################################################################################## diff --git a/db/import-tmpl/item_giftbox.txt b/db/import-tmpl/item_giftbox.txt deleted file mode 100644 index e574aa797f6..00000000000 --- a/db/import-tmpl/item_giftbox.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Gift Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate diff --git a/db/import-tmpl/item_misc.txt b/db/import-tmpl/item_misc.txt deleted file mode 100644 index 3345459837f..00000000000 --- a/db/import-tmpl/item_misc.txt +++ /dev/null @@ -1,4 +0,0 @@ -// -// Structure of Database: -// GroupID,ItemID,Rate -// diff --git a/db/import-tmpl/item_violetbox.txt b/db/import-tmpl/item_violetbox.txt deleted file mode 100644 index 280f104b03c..00000000000 --- a/db/import-tmpl/item_violetbox.txt +++ /dev/null @@ -1,4 +0,0 @@ -// Old Violet Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate diff --git a/db/item_findingore.txt b/db/item_findingore.txt deleted file mode 100644 index feaae21a456..00000000000 --- a/db/item_findingore.txt +++ /dev/null @@ -1,25 +0,0 @@ -// Ore Discovery Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_FindingOre,714,3 //Emperium -IG_FindingOre,756,20 //Rough Oridecon -IG_FindingOre,757,20 //Rough Elunium -IG_FindingOre,969,2 //Gold -IG_FindingOre,984,10 //Oridecon -IG_FindingOre,985,10 //Elunium -IG_FindingOre,990,30 //Red Blood -IG_FindingOre,991,30 //Crystal Blue -IG_FindingOre,992,30 //Wind of Verdure -IG_FindingOre,993,30 //Green Live -IG_FindingOre,994,15 //Flame Heart -IG_FindingOre,995,15 //Mystic Frozen -IG_FindingOre,996,15 //Rough Wind -IG_FindingOre,997,15 //Great Nature -IG_FindingOre,998,80 //Iron -IG_FindingOre,999,50 //Steel -IG_FindingOre,1002,100 //Iron Ore -IG_FindingOre,1003,60 //Coal -IG_FindingOre,1010,95 //Phracon -IG_FindingOre,1011,55 //Emveretarcon diff --git a/db/item_findingore.yml b/db/item_findingore.yml new file mode 100644 index 00000000000..675f229c8ae --- /dev/null +++ b/db/item_findingore.yml @@ -0,0 +1,41 @@ +################################################################################################################## +# +# Obtainable Items Database +# +# Structure of Database: +################################################################################################################## +# +#: +# : +# +################################################################################################################## +# +# Description: +# +# : IG DB name +# : Aegis item name +# : rate +# +################################################################################################################## + +IG_FindingOre: + 714: 3 # Emperium + 756: 2 # Oridecon_Stone + 757: 2 # Elunium_Stone + 969: 2 # Gold + 984: 1 # Oridecon + 985: 1 # Elunium + 990: 3 # Boody_Red + 991: 3 # Crystal_Blue + 992: 3 # Wind_Of_Verdure + 993: 3 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 8 # Iron + 999: 5 # Steel + 1002: 1 # Iron_Ore + 1003: 6 # Coal + 1010: 9 # Phracon + 1011: 5 # Emveretarcon diff --git a/db/pre-re/item_bluebox.txt b/db/pre-re/item_bluebox.txt deleted file mode 100644 index 2f3c36c7978..00000000000 --- a/db/pre-re/item_bluebox.txt +++ /dev/null @@ -1,1027 +0,0 @@ -// Old Blue Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_BlueBox,501,12 // Red Potion -IG_BlueBox,502,12 // Orange Potion -IG_BlueBox,503,12 // Yellow Potion -IG_BlueBox,504,12 // White Potion -IG_BlueBox,505,12 // Blue Potion -IG_BlueBox,506,12 // Green Potion -IG_BlueBox,507,12 // Red Herb -IG_BlueBox,508,12 // Yellow Herb -IG_BlueBox,509,12 // White Herb -IG_BlueBox,510,12 // Blue Herb -IG_BlueBox,511,12 // Green Herb -IG_BlueBox,512,12 // Apple -IG_BlueBox,513,12 // Banana -IG_BlueBox,514,12 // Grape -IG_BlueBox,515,12 // Carrot -IG_BlueBox,516,12 // Potato -IG_BlueBox,517,12 // Meat -IG_BlueBox,518,12 // Honey -IG_BlueBox,519,12 // Milk -IG_BlueBox,520,12 // Hinalle Leaflet -IG_BlueBox,521,12 // Aloe Leaflet -IG_BlueBox,522,12 // Mastela Fruit -IG_BlueBox,523,12 // Holy Water -IG_BlueBox,525,12 // Panacea -IG_BlueBox,526,12 // Royal Jelly -IG_BlueBox,528,12 // Monster Food -IG_BlueBox,529,12 // Candy -IG_BlueBox,530,12 // Candy Cane -IG_BlueBox,531,12 // Apple Juice -IG_BlueBox,532,12 // Banana Juice -IG_BlueBox,533,12 // Grape Juice -IG_BlueBox,534,12 // Carrot Juice -IG_BlueBox,535,12 // Pumpkin -IG_BlueBox,536,12 // Ice Cream -IG_BlueBox,537,12 // Pet Food -IG_BlueBox,538,12 // Well-baked Cookie -IG_BlueBox,539,12 // Piece of Cake -IG_BlueBox,544,12 // Raw Fish -IG_BlueBox,545,12 // Condensed Red Potion -IG_BlueBox,546,12 // Condensed Yellow Potion -IG_BlueBox,547,12 // Condensed White Potion -IG_BlueBox,548,12 // Cheese -IG_BlueBox,549,12 // Yam -IG_BlueBox,550,12 // Rice Cake -IG_BlueBox,551,12 // Sushi -IG_BlueBox,553,12 // Bao -IG_BlueBox,555,12 // Traditional Rice Cake -IG_BlueBox,558,12 // Chocolate -IG_BlueBox,561,12 // White Chocolate -IG_BlueBox,601,12 // Fly Wing -IG_BlueBox,602,12 // Butterfly Wing -IG_BlueBox,604,512 // Dead Branch -IG_BlueBox,605,12 // Anodyne -IG_BlueBox,606,12 // Aloevera -IG_BlueBox,607,12 // Yggdrasil Berry -IG_BlueBox,608,12 // Yggdrasil Seed -IG_BlueBox,609,12 // Amulet -IG_BlueBox,610,12 // Yggdrasil Leaf -IG_BlueBox,611,12 // Magnifier -IG_BlueBox,612,12 // Mini Furnace -IG_BlueBox,613,12 // Iron Hammer -IG_BlueBox,614,12 // Golden Hammer -IG_BlueBox,615,12 // Oridecon Hammer -IG_BlueBox,618,12 // Worn Out Scroll -IG_BlueBox,619,12 // Unripe Apple -IG_BlueBox,620,12 // Orange Juice -IG_BlueBox,621,12 // Bitter Herb -IG_BlueBox,622,12 // Rainbow Carrot -IG_BlueBox,623,12 // Earthworm the Dude -IG_BlueBox,624,12 // Rotten Fish -IG_BlueBox,625,12 // Rusty Iron -IG_BlueBox,626,12 // Monster Juice -IG_BlueBox,627,12 // Sweet Milk -IG_BlueBox,628,12 // Well-Dried Bone -IG_BlueBox,629,12 // Singing Flower -IG_BlueBox,630,12 // Dew Laden Moss -IG_BlueBox,631,12 // Deadly Noxious Herb -IG_BlueBox,632,12 // Fatty Chubby Earthworm -IG_BlueBox,633,12 // Sweet Potato -IG_BlueBox,634,12 // Tropical Banana -IG_BlueBox,635,12 // Orc Trophy -IG_BlueBox,636,12 // No Recipient -IG_BlueBox,637,12 // Old Broom -IG_BlueBox,638,12 // Silver Knife of Chastity -IG_BlueBox,639,12 // Armlet of Obedience -IG_BlueBox,640,12 // Shining Stone -IG_BlueBox,641,12 // Contracts in Shadow -IG_BlueBox,642,12 // Book of the Devil -IG_BlueBox,643,12 // Pet Incubator -IG_BlueBox,644,312 // Gift Box -IG_BlueBox,645,12 // Concentration Potion -IG_BlueBox,656,12 // Awakening Potion -IG_BlueBox,657,12 // Berserk Potion -IG_BlueBox,659,12 // Her Heart -IG_BlueBox,663,12 // Songpyun -IG_BlueBox,664,12 // Gift Box -IG_BlueBox,665,12 // Gift Box -IG_BlueBox,666,12 // Gift Box -IG_BlueBox,667,12 // Gift Box -IG_BlueBox,668,12 // Red_Envelope -IG_BlueBox,678,12 // Poison Bottle -IG_BlueBox,679,12 // Pilule -IG_BlueBox,701,12 // Ora Ora -IG_BlueBox,702,12 // Animal Gore -IG_BlueBox,703,12 // Hinalle -IG_BlueBox,704,12 // Aloe -IG_BlueBox,705,12 // Clover -IG_BlueBox,706,12 // Four Leaf Clover -IG_BlueBox,707,12 // Singing Plant -IG_BlueBox,708,12 // Ment -IG_BlueBox,710,12 // Illusion Flower -IG_BlueBox,711,12 // Shoot -IG_BlueBox,712,12 // Flower -IG_BlueBox,713,12 // Empty Bottle -IG_BlueBox,715,12 // Yellow Gemstone -IG_BlueBox,716,12 // Red Gemstone -IG_BlueBox,717,12 // Blue Gemstone -IG_BlueBox,718,12 // Garnet -IG_BlueBox,719,12 // Amethyst -IG_BlueBox,720,12 // Aquamarine -IG_BlueBox,721,12 // Emerald -IG_BlueBox,722,12 // Pearl -IG_BlueBox,723,12 // Ruby -IG_BlueBox,724,12 // Cursed Ruby -IG_BlueBox,725,12 // Sardonyx -IG_BlueBox,726,12 // Sapphire -IG_BlueBox,727,12 // Opal -IG_BlueBox,728,12 // Topaz -IG_BlueBox,729,12 // Zircon -IG_BlueBox,730,12 // 1carat Diamond -IG_BlueBox,731,12 // 2carat Diamond -IG_BlueBox,732,12 // 3carat Diamond -IG_BlueBox,733,12 // Cracked Diamond -IG_BlueBox,734,12 // Red Frame -IG_BlueBox,735,12 // Chung Jah -IG_BlueBox,736,12 // China -IG_BlueBox,737,12 // Black Ladle -IG_BlueBox,738,12 // Pencil Case -IG_BlueBox,739,12 // Rouge -IG_BlueBox,740,12 // Puppet -IG_BlueBox,741,12 // Poring Doll -IG_BlueBox,742,12 // Chonchon Doll -IG_BlueBox,743,12 // Spore Doll -IG_BlueBox,744,12 // Bouquet -IG_BlueBox,745,12 // Wedding Bouquet -IG_BlueBox,746,12 // Glass Bead -IG_BlueBox,747,12 // Crystal Mirror -IG_BlueBox,748,12 // Witherless Rose -IG_BlueBox,749,12 // Frozen Rose -IG_BlueBox,750,12 // Baphomet Doll -IG_BlueBox,751,12 // Osiris Doll -IG_BlueBox,752,12 // Grasshopper Doll -IG_BlueBox,753,12 // Yoyo Doll -IG_BlueBox,754,12 // Raccoon Doll -IG_BlueBox,901,12 // Danggie -IG_BlueBox,902,12 // Tree Root -IG_BlueBox,903,12 // Reptile Tongue -IG_BlueBox,904,12 // Scorpion Tail -IG_BlueBox,905,12 // Stem -IG_BlueBox,906,12 // Pointed Scale -IG_BlueBox,907,12 // Resin -IG_BlueBox,908,12 // Spawn -IG_BlueBox,909,12 // Jellopy -IG_BlueBox,910,12 // Garlet -IG_BlueBox,911,12 // Scell -IG_BlueBox,912,12 // Zargon -IG_BlueBox,913,12 // Tooth of Bat -IG_BlueBox,914,12 // Fluff -IG_BlueBox,915,12 // Chrysalis -IG_BlueBox,916,12 // Feather of Birds -IG_BlueBox,917,12 // Talon -IG_BlueBox,918,12 // Sticky Webfoot -IG_BlueBox,919,12 // Animal Skin -IG_BlueBox,920,12 // Wolf Claw -IG_BlueBox,921,12 // Mushroom Spore -IG_BlueBox,922,12 // Orc's Fang -IG_BlueBox,923,12 // Evil Horn -IG_BlueBox,924,12 // Powder of Butterfly -IG_BlueBox,925,12 // Bill of Birds -IG_BlueBox,926,12 // Snake Scale -IG_BlueBox,928,12 // Insect Feeler -IG_BlueBox,929,12 // Immortal Heart -IG_BlueBox,930,12 // Rotten Bandage -IG_BlueBox,931,12 // Orcish Voucher -IG_BlueBox,932,12 // Skel-Bone -IG_BlueBox,934,12 // Memento -IG_BlueBox,935,12 // Shell -IG_BlueBox,936,12 // Scale Shell -IG_BlueBox,937,12 // Venom Canine -IG_BlueBox,938,12 // Sticky Mucus -IG_BlueBox,939,12 // Bee Sting -IG_BlueBox,940,12 // Grasshopper's Leg -IG_BlueBox,941,12 // Nose Ring -IG_BlueBox,942,12 // Yoyo Tail -IG_BlueBox,943,12 // Solid Shell -IG_BlueBox,944,12 // Horseshoe -IG_BlueBox,945,12 // Raccoon Leaf -IG_BlueBox,946,12 // Snail's Shell -IG_BlueBox,947,12 // Horn -IG_BlueBox,948,12 // Bear's Footskin -IG_BlueBox,949,12 // Feather -IG_BlueBox,950,12 // Heart of Mermaid -IG_BlueBox,951,12 // Fin -IG_BlueBox,952,12 // Cactus Needle -IG_BlueBox,953,12 // Stone Heart -IG_BlueBox,954,12 // Shining Scale -IG_BlueBox,955,12 // Worm Peeling -IG_BlueBox,956,12 // Gill -IG_BlueBox,957,12 // Decayed Nail -IG_BlueBox,958,12 // Horrendous Mouth -IG_BlueBox,959,12 // Stinky Scale -IG_BlueBox,960,12 // Nipper -IG_BlueBox,961,12 // Conch -IG_BlueBox,962,12 // Tentacle -IG_BlueBox,963,12 // Sharp Scale -IG_BlueBox,964,12 // Crab Shell -IG_BlueBox,965,12 // Clam Shell -IG_BlueBox,966,12 // Clam Flesh -IG_BlueBox,967,12 // Turtle Shell -IG_BlueBox,968,12 // Heroic Emblem -IG_BlueBox,969,12 // Gold -IG_BlueBox,971,12 // Detrimindexta -IG_BlueBox,972,12 // Karvodailnirol -IG_BlueBox,973,12 // Counteragent -IG_BlueBox,974,12 // Mixture -IG_BlueBox,975,12 // Scarlet Dyestuff -IG_BlueBox,976,12 // Lemon Dyestuff -IG_BlueBox,978,12 // Cobaltblue Dyestuff -IG_BlueBox,979,12 // Darkgreen Dyestuff -IG_BlueBox,980,12 // Orange Dyestuff -IG_BlueBox,981,12 // Violet Dyestuff -IG_BlueBox,982,12 // White Dyestuff -IG_BlueBox,983,12 // Black Dyestuff -IG_BlueBox,986,12 // Anvil -IG_BlueBox,987,12 // Oridecon Anvil -IG_BlueBox,988,12 // Golden Anvil -IG_BlueBox,989,12 // Emperium Anvil -IG_BlueBox,990,12 // Red Blood -IG_BlueBox,991,12 // Crystal Blue -IG_BlueBox,992,12 // Wind of Verdure -IG_BlueBox,993,12 // Green Live -IG_BlueBox,994,12 // Flame Heart -IG_BlueBox,995,12 // Mystic Frozen -IG_BlueBox,996,12 // Rough Wind -IG_BlueBox,997,12 // Great Nature -IG_BlueBox,998,12 // Iron -IG_BlueBox,999,12 // Steel -IG_BlueBox,1000,12 // Star Crumb -IG_BlueBox,1001,12 // Star Dust -IG_BlueBox,1002,12 // Iron Ore -IG_BlueBox,1003,12 // Coal -IG_BlueBox,1004,12 // Chivalry Emblem -IG_BlueBox,1005,12 // Hammer of Blacksmith -IG_BlueBox,1006,12 // Old Magicbook -IG_BlueBox,1007,12 // Necklace of Wisdom -IG_BlueBox,1008,12 // Necklace of Oblivion -IG_BlueBox,1009,12 // Hand of God -IG_BlueBox,1010,12 // Phracon -IG_BlueBox,1011,12 // Emveretarcon -IG_BlueBox,1012,12 // Frill -IG_BlueBox,1013,12 // Rainbow Shell -IG_BlueBox,1014,12 // Ant Jaw -IG_BlueBox,1015,12 // Tongue -IG_BlueBox,1016,12 // Rat Tail -IG_BlueBox,1017,12 // Mole Whiskers -IG_BlueBox,1018,12 // Mole Claw -IG_BlueBox,1019,12 // Trunk -IG_BlueBox,1020,12 // Black Hair -IG_BlueBox,1021,12 // Dokebi Horn -IG_BlueBox,1022,12 // Nine Tails -IG_BlueBox,1023,12 // Fish Tail -IG_BlueBox,1024,12 // Squid Ink -IG_BlueBox,1025,12 // Cobweb -IG_BlueBox,1026,12 // Acorn -IG_BlueBox,1027,12 // Porcupine Quill -IG_BlueBox,1028,12 // Mane -IG_BlueBox,1029,12 // Tiger Skin -IG_BlueBox,1031,12 // Mantis Scythe -IG_BlueBox,1032,12 // Maneater Blossom -IG_BlueBox,1033,12 // Maneater Root -IG_BlueBox,1034,12 // Blue Hair -IG_BlueBox,1035,12 // Dragon Canine -IG_BlueBox,1036,12 // Dragon Scale -IG_BlueBox,1037,12 // Dragon Tail -IG_BlueBox,1038,12 // Little Evil Horn -IG_BlueBox,1039,12 // Little Evil Wing -IG_BlueBox,1040,12 // Elder Pixie's Moustache -IG_BlueBox,1041,12 // Lantern -IG_BlueBox,1042,12 // Bug Leg -IG_BlueBox,1043,12 // Orc Claw -IG_BlueBox,1044,12 // Zenorc's Fang -IG_BlueBox,1045,12 // Cultish Masque -IG_BlueBox,1046,12 // Scorpion Nipper -IG_BlueBox,1047,12 // Dead Medusa -IG_BlueBox,1048,12 // Horrendous Hair -IG_BlueBox,1049,12 // Skirt of Virgin -IG_BlueBox,1050,12 // Tendon -IG_BlueBox,1051,12 // Detonator -IG_BlueBox,1052,12 // Single Cell -IG_BlueBox,1053,12 // Ancient Tooth -IG_BlueBox,1054,12 // Ancient Lips -IG_BlueBox,1055,12 // Earthworm Peeling -IG_BlueBox,1056,12 // Grit -IG_BlueBox,1057,12 // Moth Dust -IG_BlueBox,1058,12 // Moth Wings -IG_BlueBox,1059,12 // Fabric -IG_BlueBox,1060,12 // Golden Hair -IG_BlueBox,1061,12 // Witched Starsand -IG_BlueBox,1062,12 // Jack o' Pumpkin -IG_BlueBox,1063,12 // Fang -IG_BlueBox,1064,12 // Reins -IG_BlueBox,1065,12 // Trap -IG_BlueBox,1066,12 // Fine-grained Trunk -IG_BlueBox,1067,12 // Solid Trunk -IG_BlueBox,1068,12 // Barren Trunk -IG_BlueBox,1088,12 // Morocc Solution -IG_BlueBox,1089,12 // Payon Solution -IG_BlueBox,1092,12 // Empty Test Tube -IG_BlueBox,1093,12 // Empty Potion Bottle -IG_BlueBox,1094,12 // Short Daenggie -IG_BlueBox,1095,12 // Clock Hand -IG_BlueBox,1096,12 // Round Shell -IG_BlueBox,1097,12 // Worn Out Page -IG_BlueBox,1098,12 // Manacles -IG_BlueBox,1099,12 // Worn-out Prison Uniform -IG_BlueBox,1101,6 // Sword -IG_BlueBox,1102,6 // Sword -IG_BlueBox,1104,6 // Falchion -IG_BlueBox,1105,6 // Falchion -IG_BlueBox,1107,6 // Blade -IG_BlueBox,1108,6 // Blade -IG_BlueBox,1110,6 // Rapier -IG_BlueBox,1111,6 // Rapier -IG_BlueBox,1113,6 // Scimitar -IG_BlueBox,1114,6 // Scimitar -IG_BlueBox,1116,3 // Katana -IG_BlueBox,1117,3 // Katana -IG_BlueBox,1119,6 // Tsurugi -IG_BlueBox,1120,6 // Tsurugi -IG_BlueBox,1122,6 // Ring Pommel Saber -IG_BlueBox,1123,6 // Haedonggum -IG_BlueBox,1124,6 // Orcish sword -IG_BlueBox,1125,6 // Ring Pommel Saber -IG_BlueBox,1126,6 // Saber -IG_BlueBox,1127,6 // Saber -IG_BlueBox,1128,6 // Haedonggum -IG_BlueBox,1129,6 // Flamberge -IG_BlueBox,1146,1 // Town Sword -IG_BlueBox,1147,1 // Town Sword -IG_BlueBox,1148,1 // Star Dust Blade -IG_BlueBox,1151,3 // Slayer -IG_BlueBox,1152,3 // Slayer -IG_BlueBox,1154,3 // Bastard Sword -IG_BlueBox,1155,3 // Bastard Sword -IG_BlueBox,1157,3 // Two-Handed Sword -IG_BlueBox,1158,3 // Two-Handed Sword -IG_BlueBox,1160,3 // Broad Sword -IG_BlueBox,1162,3 // Broad Sword -IG_BlueBox,1163,3 // Claymore -IG_BlueBox,1201,3 // Knife -IG_BlueBox,1202,3 // Knife -IG_BlueBox,1204,3 // Cutter -IG_BlueBox,1205,3 // Cutter -IG_BlueBox,1207,3 // Main Gauche -IG_BlueBox,1208,3 // Main Gauche -IG_BlueBox,1210,3 // Dirk -IG_BlueBox,1211,3 // Dirk -IG_BlueBox,1213,3 // Dagger -IG_BlueBox,1214,3 // Dagger -IG_BlueBox,1216,3 // Stiletto -IG_BlueBox,1217,3 // Stiletto -IG_BlueBox,1219,3 // Gladius -IG_BlueBox,1220,3 // Gladius -IG_BlueBox,1222,3 // Damascus -IG_BlueBox,1226,3 // Damascus -IG_BlueBox,1243,3 // Novice Main Gauche -IG_BlueBox,1245,1 // Cinquedea -IG_BlueBox,1247,1 // Kindle Dagger -IG_BlueBox,1248,1 // Obsidian Dagger -IG_BlueBox,1249,1 // Fisherman's Dagger -IG_BlueBox,1250,3 // Jur -IG_BlueBox,1251,3 // Jur -IG_BlueBox,1252,3 // Katar -IG_BlueBox,1253,3 // Katar -IG_BlueBox,1254,3 // Jamadhar -IG_BlueBox,1255,3 // Jamadhar -IG_BlueBox,1256,3 // Katar of Frozen Icicle -IG_BlueBox,1257,3 // Katar of Quaking -IG_BlueBox,1258,3 // Katar of Raging Blaze -IG_BlueBox,1259,3 // Katar of Piercing Wind -IG_BlueBox,1262,1 // Loki's Nail -IG_BlueBox,1263,1 // Unholy Touch -IG_BlueBox,1264,2 // Specialty Jur -IG_BlueBox,1265,1 // Bloody Roar -IG_BlueBox,1269,1 // Inverse Scale -IG_BlueBox,1271,1 // Blood Tears -IG_BlueBox,1301,3 // Axe -IG_BlueBox,1302,3 // Axe -IG_BlueBox,1304,3 // Orcish Axe -IG_BlueBox,1307,1 // Windhawk -IG_BlueBox,1351,3 // Battle Axe -IG_BlueBox,1352,3 // Battle Axe -IG_BlueBox,1354,3 // Hammer -IG_BlueBox,1355,3 // Hammer -IG_BlueBox,1357,3 // Buster -IG_BlueBox,1358,3 // Buster -IG_BlueBox,1360,3 // Two-Handed Axe -IG_BlueBox,1361,3 // Two-Handed Axe -IG_BlueBox,1370,1 // Doom Slayer -IG_BlueBox,1376,1 // Heart Breaker -IG_BlueBox,1377,1 // Hurricane Fury -IG_BlueBox,1401,9 // Javelin -IG_BlueBox,1402,9 // Javelin -IG_BlueBox,1404,9 // Spear -IG_BlueBox,1405,9 // Spear -IG_BlueBox,1407,9 // Pike -IG_BlueBox,1408,9 // Pike -IG_BlueBox,1410,3 // Lance -IG_BlueBox,1411,3 // Lance -IG_BlueBox,1451,3 // Guisarme -IG_BlueBox,1452,3 // Guisarme -IG_BlueBox,1454,3 // Glaive -IG_BlueBox,1455,3 // Glaive -IG_BlueBox,1457,3 // Partizan -IG_BlueBox,1458,3 // Partizan -IG_BlueBox,1460,3 // Trident -IG_BlueBox,1461,3 // Trident -IG_BlueBox,1463,3 // Halberd -IG_BlueBox,1464,3 // Halberd -IG_BlueBox,1472,3 // Soul Staff -IG_BlueBox,1474,1 // Gae Bolg -IG_BlueBox,1478,1 // Ahlspiess -IG_BlueBox,1501,6 // Club -IG_BlueBox,1502,6 // Club -IG_BlueBox,1504,6 // Mace -IG_BlueBox,1505,6 // Mace -IG_BlueBox,1507,6 // Smasher -IG_BlueBox,1508,6 // Smasher -IG_BlueBox,1510,6 // Flail -IG_BlueBox,1511,6 // Flail -IG_BlueBox,1513,6 // Morning Star -IG_BlueBox,1514,6 // Morning Star -IG_BlueBox,1516,6 // Sword Mace -IG_BlueBox,1517,6 // Sword Mace -IG_BlueBox,1519,6 // Chain -IG_BlueBox,1520,6 // Chain -IG_BlueBox,1522,6 // Stunner -IG_BlueBox,1550,3 // Book -IG_BlueBox,1551,3 // Bible -IG_BlueBox,1552,3 // Tablet -IG_BlueBox,1553,3 // Book of Billows -IG_BlueBox,1554,3 // Book of Mother Earth -IG_BlueBox,1555,3 // Book of the Blazing Sun -IG_BlueBox,1556,3 // Book of Gust of Wind -IG_BlueBox,1558,3 // Girl's Diary -IG_BlueBox,1559,1 // Legacy of Dragon -IG_BlueBox,1560,1 // Sage's Diary -IG_BlueBox,1561,1 // Hardcover Book -IG_BlueBox,1601,3 // Rod -IG_BlueBox,1602,3 // Rod -IG_BlueBox,1604,3 // Wand -IG_BlueBox,1605,3 // Wand -IG_BlueBox,1607,3 // Staff -IG_BlueBox,1608,3 // Staff -IG_BlueBox,1610,3 // Arc Wand -IG_BlueBox,1611,3 // Arc Wand -IG_BlueBox,1613,3 // Mighty Staff -IG_BlueBox,1614,3 // Wand of Occult -IG_BlueBox,1615,3 // Evil Bone Wand -IG_BlueBox,1616,1 // Wing Staff -IG_BlueBox,1617,1 // Survivor's Rod -IG_BlueBox,1618,1 // Survivor's Rod -IG_BlueBox,1619,1 // Survivor's Rod -IG_BlueBox,1620,1 // Survivor's Rod -IG_BlueBox,1621,1 // Hypnotist's Staff -IG_BlueBox,1622,1 // Hypnotist's Staff -IG_BlueBox,1701,3 // Bow -IG_BlueBox,1702,3 // Bow -IG_BlueBox,1704,3 // Composite Bow -IG_BlueBox,1705,3 // Composite Bow -IG_BlueBox,1707,3 // Great Bow -IG_BlueBox,1708,3 // Great Bow -IG_BlueBox,1710,3 // Crossbow -IG_BlueBox,1711,3 // Crossbow -IG_BlueBox,1713,3 // Arbalest -IG_BlueBox,1714,3 // Gakkung Bow -IG_BlueBox,1715,3 // Arbalest -IG_BlueBox,1716,3 // Gakkung Bow -IG_BlueBox,1718,3 // Hunter Bow -IG_BlueBox,1723,1 // Luna Bow -IG_BlueBox,1724,1 // Dragon Wing -IG_BlueBox,1730,1 // Burning Bow -IG_BlueBox,1731,1 // Frozen Bow -IG_BlueBox,1732,1 // Earth Bow -IG_BlueBox,1733,1 // Gust Bow -IG_BlueBox,1750,12 // Arrow -IG_BlueBox,1751,12 // Silver Arrow -IG_BlueBox,1752,12 // Fire Arrow -IG_BlueBox,1753,12 // Steel Arrow -IG_BlueBox,1754,12 // Crystal Arrow -IG_BlueBox,1755,12 // Arrow of Wind -IG_BlueBox,1756,12 // Stone Arrow -IG_BlueBox,1757,12 // Immaterial Arrow -IG_BlueBox,1758,12 // Stun Arrow -IG_BlueBox,1759,12 // Frozen Arrow -IG_BlueBox,1760,12 // Flash Arrow -IG_BlueBox,1761,12 // Cursed Arrow -IG_BlueBox,1762,12 // Rusty Arrow -IG_BlueBox,1763,12 // Poison Arrow -IG_BlueBox,1764,12 // Sharp Arrow -IG_BlueBox,1765,12 // Oridecon Arrow -IG_BlueBox,1767,12 // Shadow Arrow -IG_BlueBox,1768,12 // Sleep Arrow -IG_BlueBox,1769,12 // Mute Arrow -IG_BlueBox,1770,12 // Iron Arrow -IG_BlueBox,1801,3 // Waghnak -IG_BlueBox,1802,3 // Waghnak -IG_BlueBox,1803,3 // Knuckle Duster -IG_BlueBox,1804,3 // Knuckle Duster -IG_BlueBox,1805,3 // Studded Knuckles -IG_BlueBox,1806,3 // Studded Knuckles -IG_BlueBox,1807,3 // Fist -IG_BlueBox,1808,3 // Fist -IG_BlueBox,1809,3 // Claw -IG_BlueBox,1810,3 // Claw -IG_BlueBox,1811,3 // Finger -IG_BlueBox,1812,3 // Finger -IG_BlueBox,1815,1 // Hatii Claw -IG_BlueBox,1818,1 // Magma Fist -IG_BlueBox,1819,1 // Icicle Fist -IG_BlueBox,1820,1 // Electric Fist -IG_BlueBox,1821,1 // Seismic Fist -IG_BlueBox,1822,1 // Combo Battle Glove -IG_BlueBox,1901,3 // Violin -IG_BlueBox,1902,3 // Violin -IG_BlueBox,1903,3 // Mandolin -IG_BlueBox,1904,3 // Mandolin -IG_BlueBox,1905,3 // Lute -IG_BlueBox,1906,3 // Lute -IG_BlueBox,1907,3 // Guitar -IG_BlueBox,1908,3 // Guitar -IG_BlueBox,1909,3 // Harp -IG_BlueBox,1910,3 // Harp -IG_BlueBox,1911,3 // Gumoongoh -IG_BlueBox,1912,3 // Gumoongoh -IG_BlueBox,1914,1 // Burning Passion Guitar -IG_BlueBox,1915,1 // Loner's Guitar -IG_BlueBox,1916,1 // Green Acre Guitar -IG_BlueBox,1917,1 // Gentle Breeze Guitar -IG_BlueBox,1918,1 // Oriental Lute -IG_BlueBox,1919,1 // Base Guitar -IG_BlueBox,1950,3 // Rope -IG_BlueBox,1951,3 // Rope -IG_BlueBox,1952,3 // Whip -IG_BlueBox,1953,3 // Whip -IG_BlueBox,1954,3 // Wire Whip -IG_BlueBox,1955,3 // Wire Whip -IG_BlueBox,1956,3 // Rante Whip -IG_BlueBox,1957,3 // Rante Whip -IG_BlueBox,1958,3 // Tail Whip -IG_BlueBox,1959,3 // Tail Whip -IG_BlueBox,1960,3 // Whip -IG_BlueBox,1961,3 // Whip -IG_BlueBox,1965,1 // Red Flame Whip -IG_BlueBox,1966,1 // Icicle Whip -IG_BlueBox,1967,1 // Gaia Whip -IG_BlueBox,1968,1 // Skipping Rope -IG_BlueBox,1969,1 // Blade Whip -IG_BlueBox,1970,1 // Queen's Whip -IG_BlueBox,1971,1 // Electric Wire -IG_BlueBox,1972,1 // Electric Eel -IG_BlueBox,1973,1 // Sea Witch's Foot -IG_BlueBox,1974,1 // Carrot Whip -IG_BlueBox,2101,3 // Guard -IG_BlueBox,2102,3 // Guard -IG_BlueBox,2103,3 // Buckler -IG_BlueBox,2104,3 // Buckler -IG_BlueBox,2105,3 // Shield -IG_BlueBox,2106,3 // Shield -IG_BlueBox,2107,3 // Mirror Shield -IG_BlueBox,2108,3 // Mirror Shield -IG_BlueBox,2109,3 // Memory Book -IG_BlueBox,2112,3 // Novice Guard -IG_BlueBox,2113,1 // Novice Shield -IG_BlueBox,2123,1 // Orleans's Server -IG_BlueBox,2124,1 // Thorny Buckler -IG_BlueBox,2125,1 // Strong Shield -IG_BlueBox,2201,3 // Sunglasses -IG_BlueBox,2203,3 // Glasses -IG_BlueBox,2205,3 // Diver Goggles -IG_BlueBox,2206,3 // Wedding Veil -IG_BlueBox,2207,3 // Fancy Flower -IG_BlueBox,2208,3 // Ribbon -IG_BlueBox,2209,3 // Ribbon -IG_BlueBox,2210,3 // Hair Band -IG_BlueBox,2211,3 // Bandana -IG_BlueBox,2212,3 // Eye Patch -IG_BlueBox,2213,3 // Kitty Band -IG_BlueBox,2214,3 // Bunny Band -IG_BlueBox,2215,3 // Flower Band -IG_BlueBox,2216,3 // Biretta -IG_BlueBox,2217,3 // Biretta -IG_BlueBox,2218,3 // Flu Mask -IG_BlueBox,2220,3 // Hat -IG_BlueBox,2221,3 // Hat -IG_BlueBox,2222,3 // Turban -IG_BlueBox,2223,3 // Turban -IG_BlueBox,2224,3 // Goggles -IG_BlueBox,2225,3 // Goggles -IG_BlueBox,2226,3 // Cap -IG_BlueBox,2227,3 // Cap -IG_BlueBox,2228,3 // Helm -IG_BlueBox,2229,3 // Helm -IG_BlueBox,2230,3 // Gemmed Sallet -IG_BlueBox,2231,3 // Gemmed Sallet -IG_BlueBox,2232,3 // Circlet -IG_BlueBox,2233,3 // Circlet -IG_BlueBox,2236,3 // Santa Hat -IG_BlueBox,2239,3 // Monocle -IG_BlueBox,2241,3 // Grandpa Beard -IG_BlueBox,2242,3 // Purple Glasses -IG_BlueBox,2243,3 // Geek Glasses -IG_BlueBox,2244,3 // Big Ribbon -IG_BlueBox,2245,3 // Sweet Gent -IG_BlueBox,2246,3 // Golden Gear -IG_BlueBox,2247,3 // Romantic Gent -IG_BlueBox,2248,3 // Western Grace -IG_BlueBox,2249,1 // Coronet -IG_BlueBox,2250,3 // Cute Ribbon -IG_BlueBox,2251,3 // Monk Hat -IG_BlueBox,2252,3 // Wizard Hat -IG_BlueBox,2253,3 // Sunflower -IG_BlueBox,2254,1 // Angel Wing -IG_BlueBox,2255,1 // Evil Wing -IG_BlueBox,2257,3 // Unicorn Horn -IG_BlueBox,2258,1 // Spiky Band -IG_BlueBox,2259,3 // Mini Propeller -IG_BlueBox,2260,3 // Mini Glasses -IG_BlueBox,2261,3 // Army Cap -IG_BlueBox,2262,3 // Clown Nose -IG_BlueBox,2263,3 // Zorro Masque -IG_BlueBox,2265,3 // Gangster Mask -IG_BlueBox,2266,3 // Iron Cain -IG_BlueBox,2267,3 // Cigarette -IG_BlueBox,2268,3 // Pipe -IG_BlueBox,2269,3 // Romantic Flower -IG_BlueBox,2270,3 // Romantic Leaf -IG_BlueBox,2271,3 // Jack be Dandy -IG_BlueBox,2274,1 // Ghost Bandana -IG_BlueBox,2275,3 // Red Bandana -IG_BlueBox,2276,3 // Angled Glasses -IG_BlueBox,2277,3 // Nurse Cap -IG_BlueBox,2278,3 // Mr. Smile -IG_BlueBox,2279,3 // Bomb Wick -IG_BlueBox,2282,3 // Halo -IG_BlueBox,2285,3 // Apple of Archer -IG_BlueBox,2287,3 // Pirate Bandana -IG_BlueBox,2288,3 // Mr. Scream -IG_BlueBox,2289,3 // Poo Poo Hat -IG_BlueBox,2290,3 // Funeral Hat -IG_BlueBox,2291,3 // Masquerade -IG_BlueBox,2294,3 // Stellar -IG_BlueBox,2295,3 // Blinker -IG_BlueBox,2297,3 // Goblin Mask -IG_BlueBox,2298,3 // Green Feeler -IG_BlueBox,2299,3 // Orc Helm -IG_BlueBox,2301,3 // Cotton Shirt -IG_BlueBox,2302,3 // Cotton Shirt -IG_BlueBox,2303,3 // Jacket -IG_BlueBox,2304,3 // Jacket -IG_BlueBox,2305,3 // Adventurer's Suit -IG_BlueBox,2306,3 // Adventurer's Suit -IG_BlueBox,2307,3 // Mantle -IG_BlueBox,2308,3 // Mantle -IG_BlueBox,2309,3 // Coat -IG_BlueBox,2310,3 // Coat -IG_BlueBox,2311,3 // Mink Coat -IG_BlueBox,2312,3 // Padded Armor -IG_BlueBox,2313,3 // Padded Armor -IG_BlueBox,2314,3 // Chain Mail -IG_BlueBox,2315,3 // Chain Mail -IG_BlueBox,2316,3 // Full Plate -IG_BlueBox,2317,3 // Full Plate -IG_BlueBox,2318,3 // Lord's Clothes -IG_BlueBox,2320,3 // Formal Suit -IG_BlueBox,2321,3 // Silk Robe -IG_BlueBox,2322,3 // Silk Robe -IG_BlueBox,2323,3 // Scapulare -IG_BlueBox,2324,3 // Scapulare -IG_BlueBox,2325,3 // Saint's Robe -IG_BlueBox,2326,3 // Saint's Robe -IG_BlueBox,2328,3 // Wooden Mail -IG_BlueBox,2329,3 // Wooden Mail -IG_BlueBox,2330,3 // Tights -IG_BlueBox,2331,3 // Tights -IG_BlueBox,2332,3 // Silver Robe -IG_BlueBox,2333,3 // Silver Robe -IG_BlueBox,2335,3 // Thief Clothes -IG_BlueBox,2336,3 // Thief Clothes -IG_BlueBox,2337,3 // Ninja Suit -IG_BlueBox,2339,3 // Pantie -IG_BlueBox,2340,3 // Novice Breastplate -IG_BlueBox,2341,3 // Legion Plate Armor -IG_BlueBox,2352,3 // Tattered Novice Ninja Suit -IG_BlueBox,2365,1 // Orleans's Gown -IG_BlueBox,2401,3 // Sandals -IG_BlueBox,2402,3 // Sandals -IG_BlueBox,2403,3 // Shoes -IG_BlueBox,2404,3 // Shoes -IG_BlueBox,2405,3 // Boots -IG_BlueBox,2406,3 // Boots -IG_BlueBox,2407,3 // Crystal Pumps -IG_BlueBox,2408,3 // Shackles -IG_BlueBox,2409,3 // High Heels -IG_BlueBox,2411,3 // Greaves -IG_BlueBox,2414,3 // Novice Slippers -IG_BlueBox,2416,1 // Novice Shoes -IG_BlueBox,2420,1 // Angel's Reincarnation -IG_BlueBox,2501,3 // Hood -IG_BlueBox,2502,3 // Hood -IG_BlueBox,2503,3 // Muffler -IG_BlueBox,2504,3 // Muffler -IG_BlueBox,2505,3 // Manteau -IG_BlueBox,2506,3 // Manteau -IG_BlueBox,2507,3 // Ancient Cape -IG_BlueBox,2508,3 // Ragamuffin Manteau -IG_BlueBox,2510,3 // Somber Novice Hood -IG_BlueBox,2512,1 // Novice Manteau -IG_BlueBox,2513,1 // Heavenly Maiden Robe -IG_BlueBox,2514,1 // Pauldron -IG_BlueBox,2515,1 // Eagle Wing -IG_BlueBox,2601,3 // Ring -IG_BlueBox,2602,3 // Earring -IG_BlueBox,2603,3 // Necklace -IG_BlueBox,2604,3 // Glove -IG_BlueBox,2605,3 // Brooch -IG_BlueBox,2607,3 // Clip -IG_BlueBox,2608,3 // Rosary -IG_BlueBox,2609,3 // Skull Ring -IG_BlueBox,2610,3 // Gold Ring -IG_BlueBox,2611,3 // Silver Ring -IG_BlueBox,2612,3 // Flower Ring -IG_BlueBox,2613,3 // Diamond Ring -IG_BlueBox,2617,3 // Celebrant's Mitten -IG_BlueBox,2618,3 // Matyr's Leash -IG_BlueBox,2621,1 // Ring -IG_BlueBox,2622,1 // Earring -IG_BlueBox,2623,1 // Necklace -IG_BlueBox,2624,1 // Glove -IG_BlueBox,2625,1 // Brooch -IG_BlueBox,2626,1 // Rosary -IG_BlueBox,2627,3 // Belt -IG_BlueBox,2628,3 // Novice Armlet -IG_BlueBox,2652,1 // Goddess of Fortune's Cursed Brooch -IG_BlueBox,2654,1 // Shinobi Sash -IG_BlueBox,2656,1 // Armor Charm -IG_BlueBox,5002,1 // Jewel Crown -IG_BlueBox,5003,3 // Joker Jester -IG_BlueBox,5005,3 // Gas Mask -IG_BlueBox,5006,3 // Machoman's Glasses -IG_BlueBox,5009,3 // Safety Helmet -IG_BlueBox,5010,3 // Indian Fillet -IG_BlueBox,5011,3 // Aerial -IG_BlueBox,5014,3 // Fin Helm -IG_BlueBox,5015,3 // Egg Shell -IG_BlueBox,5030,3 // Panda Hat -IG_BlueBox,5035,3 // Poring Hat -IG_BlueBox,5037,3 // Nutshell -IG_BlueBox,5055,3 // Novice False Eggshell -IG_BlueBox,5085,1 // Small Ribbons -IG_BlueBox,5088,3 // Surprised Mask -IG_BlueBox,5089,3 // Annoyed Mask -IG_BlueBox,5090,3 // Goblin Leader Mask -IG_BlueBox,5111,1 // Galapago Cap -IG_BlueBox,5112,1 // Super Novice Hat -IG_BlueBox,5113,1 // Angry Snarl -IG_BlueBox,5114,1 // Bucket Hat -IG_BlueBox,5116,1 // Banana Hat -IG_BlueBox,5118,1 // Puppy Headband -IG_BlueBox,5119,1 // Super Novice Hat -IG_BlueBox,5120,1 // Bucket Hat -IG_BlueBox,5122,1 // Magni's Cap -IG_BlueBox,5175,1 // Censor Bar -IG_BlueBox,7001,12 // Mould Powder -IG_BlueBox,7002,12 // Ogre Tooth -IG_BlueBox,7003,12 // Anolian Skin -IG_BlueBox,7004,12 // Mud Lump -IG_BlueBox,7005,12 // Skull -IG_BlueBox,7006,12 // Wing of Red Bat -IG_BlueBox,7007,12 // Claw of Rat -IG_BlueBox,7008,12 // Stiff Horn -IG_BlueBox,7009,12 // Glitter Shell -IG_BlueBox,7010,12 // Tail of Steel Scorpion -IG_BlueBox,7011,12 // Claw of Monkey -IG_BlueBox,7012,12 // Tough Scalelike Stem -IG_BlueBox,7013,12 // Coral Reef -IG_BlueBox,7014,12 // Old Portrait -IG_BlueBox,7015,12 // Memory Bookmark -IG_BlueBox,7016,12 // Bent Spoon -IG_BlueBox,7026,12 // Key of the Clock Tower -IG_BlueBox,7027,12 // Key of the Underground -IG_BlueBox,7030,12 // Claw of Desert Wolf -IG_BlueBox,7031,12 // Old Frying Pan -IG_BlueBox,7032,12 // Piece of Egg Shell -IG_BlueBox,7033,12 // Poison Spore -IG_BlueBox,7034,12 // Red Stocking -IG_BlueBox,7035,12 // Matchstick -IG_BlueBox,7036,12 // Fang of Garm -IG_BlueBox,7038,12 // Yarn -IG_BlueBox,7041,12 // Fine Grit -IG_BlueBox,7047,12 // Alice's Apron -IG_BlueBox,7048,12 // Talon of Griffon -IG_BlueBox,7049,12 // Stone -IG_BlueBox,7053,12 // Cyfar -IG_BlueBox,7054,12 // Brigan -IG_BlueBox,7059,12 // Free Ticket for Kafra Storage -IG_BlueBox,7060,12 // Free Ticket for Kafra Transportation -IG_BlueBox,7061,12 // Free Ticket for the Cart Service -IG_BlueBox,7063,12 // Soft Feather -IG_BlueBox,7064,12 // Wing of Dragonfly -IG_BlueBox,7065,12 // Sea-Otter Fur -IG_BlueBox,7066,12 // Ice Cubic -IG_BlueBox,7067,12 // Stone Fragment -IG_BlueBox,7068,12 // Burnt Tree -IG_BlueBox,7069,12 // Destroyed Armor -IG_BlueBox,7070,12 // Broken Shell -IG_BlueBox,7071,12 // Tattered Clothes -IG_BlueBox,7072,12 // Old Shuriken -IG_BlueBox,7093,12 // Cogwheel -IG_BlueBox,7094,12 // Fragment -IG_BlueBox,7095,12 // Metal Fragment -IG_BlueBox,7096,12 // Lava -IG_BlueBox,7097,12 // Burning Heart -IG_BlueBox,7098,12 // Live Coal -IG_BlueBox,7099,12 // Worn-out Magic Scroll -IG_BlueBox,7100,12 // Sharp Leaf -IG_BlueBox,7101,12 // Peco Peco Feather -IG_BlueBox,7106,12 // Antelope Horn -IG_BlueBox,7107,12 // Antelope Skin -IG_BlueBox,7108,12 // Piece of Shield -IG_BlueBox,7109,12 // Shining Spear Blade -IG_BlueBox,7110,12 // Broken Sword -IG_BlueBox,7111,12 // Slick Paper -IG_BlueBox,7112,12 // Sharp Paper -IG_BlueBox,7113,12 // Broken Pharaoh Emblem -IG_BlueBox,7114,12 // Masque of Tutankhamen -IG_BlueBox,7115,12 // Harpy Feather -IG_BlueBox,7116,12 // Harpy Talon -IG_BlueBox,7117,12 // Torn Magic Book -IG_BlueBox,7118,12 // Torn Scroll -IG_BlueBox,7119,12 // Bacillus -IG_BlueBox,7120,12 // Burning Horseshoe -IG_BlueBox,7121,12 // Honey Pot -IG_BlueBox,7122,12 // Burning Hair -IG_BlueBox,7123,12 // Dragon Skin -IG_BlueBox,7124,12 // Sand Clump -IG_BlueBox,7125,12 // Scorpion Claw -IG_BlueBox,7126,12 // Large Jellopy -IG_BlueBox,7134,12 // Medicine Bowl -IG_BlueBox,7135,12 // Fire Bottle -IG_BlueBox,7136,12 // Acid Bottle -IG_BlueBox,7137,12 // Plant Bottle -IG_BlueBox,7138,12 // Marine Sphere Bottle -IG_BlueBox,7139,12 // Glistening Coat -IG_BlueBox,7149,12 // Yellow Plate -IG_BlueBox,7150,12 // Piece of Bamboo -IG_BlueBox,7151,12 // Oil Paper -IG_BlueBox,7152,12 // Glossy Hair -IG_BlueBox,7153,12 // Worn-out Kimono -IG_BlueBox,7154,12 // Poisonous Powder -IG_BlueBox,7155,12 // Poisonous Toad Skin -IG_BlueBox,7156,12 // Broken Shuriken -IG_BlueBox,7157,12 // Dark Mask -IG_BlueBox,7158,12 // Broken Liquor Jar -IG_BlueBox,7159,12 // Tengu Nose -IG_BlueBox,7161,12 // Black Bear Skin -IG_BlueBox,7162,12 // Cloud Crumb -IG_BlueBox,7163,12 // Hard Feeler -IG_BlueBox,7164,12 // Solid_Peach -IG_BlueBox,7165,12 // Transparent Celestial Robe -IG_BlueBox,7166,12 // Soft Silk -IG_BlueBox,7167,12 // Strange Steel Piece -IG_BlueBox,7168,12 // Giant Butterfly Wing -IG_BlueBox,7169,12 // Ba_Gua -IG_BlueBox,7171,12 // Leopard Skin -IG_BlueBox,7172,12 // Leopard Claw -IG_BlueBox,7174,12 // Wrapping Lace -IG_BlueBox,7175,12 // Wrapping Paper -IG_BlueBox,7182,12 // Cacao -IG_BlueBox,7186,12 // Thin Trunk -IG_BlueBox,7187,12 // Festival Mask -IG_BlueBox,7188,12 // Brown_Root -IG_BlueBox,7189,12 // Wooden Heart -IG_BlueBox,7190,12 // Solid Husk -IG_BlueBox,7191,12 // Lamp -IG_BlueBox,7192,12 // Vane -IG_BlueBox,7193,12 // Sprout -IG_BlueBox,7194,12 // Soft Blade of Grass -IG_BlueBox,7195,12 // Slingshot -IG_BlueBox,7196,12 // Shoulder Protector -IG_BlueBox,7197,12 // Tough Vines -IG_BlueBox,7198,12 // Huge Leaf -IG_BlueBox,7200,12 // Elastic Band -IG_BlueBox,7201,12 // Log -IG_BlueBox,7202,12 // Pincher of Beetle -IG_BlueBox,7203,12 // Strong Branch -IG_BlueBox,7205,12 // Piece of Black Cloth -IG_BlueBox,7206,12 // Black Cat Doll -IG_BlueBox,7207,12 // Old Manteau -IG_BlueBox,7208,12 // Rusty Kitchen Knife -IG_BlueBox,7209,12 // Helm of Dullahan -IG_BlueBox,7210,12 // Armor Piece of Dullahan -IG_BlueBox,7211,12 // Fragment of Rossata Stone -IG_BlueBox,7212,12 // Hung Doll -IG_BlueBox,7213,12 // Needle Packet -IG_BlueBox,7214,12 // Bat Cage -IG_BlueBox,7215,12 // Broken Needle -IG_BlueBox,7216,12 // Red Muffler -IG_BlueBox,7217,12 // Spool -IG_BlueBox,7218,12 // Decomposed Rope -IG_BlueBox,7219,12 // Striped Sock -IG_BlueBox,7220,12 // Ectoplasm -IG_BlueBox,7221,12 // Tangled Chains -IG_BlueBox,7222,12 // Wooden Gnarl -IG_BlueBox,7223,12 // Contorted Self-Portrait -IG_BlueBox,7225,12 // Pumpkin Lantern -IG_BlueBox,7262,12 // Folding Fan of Cat Ghost -IG_BlueBox,7263,12 // Cat's Eye -IG_BlueBox,7264,12 // Dry Sand -IG_BlueBox,7265,12 // Dragon Horn -IG_BlueBox,7266,12 // Denture from Dragon Mask -IG_BlueBox,7267,12 // Tiger Panty -IG_BlueBox,7268,12 // Little Ghost Doll -IG_BlueBox,7269,12 // Pinafore -IG_BlueBox,7270,12 // Nursing_Bottle -IG_BlueBox,7315,1 // Dark Crystal Fragment -IG_BlueBox,7316,1 // Insect Leg -IG_BlueBox,7317,1 // Rusty Screw -IG_BlueBox,7318,1 // Old Pick -IG_BlueBox,7319,1 // Used Iron Plate -IG_BlueBox,7320,1 // Dust Pollutant -IG_BlueBox,7321,1 // Crystal Fragment -IG_BlueBox,7322,1 // Toxic Gas -IG_BlueBox,7323,1 // Battered Kettle -IG_BlueBox,7325,1 // Flexible Tube -IG_BlueBox,7326,1 // Fluorescent Liquid -IG_BlueBox,7327,1 // Flashlight -IG_BlueBox,7440,1 // Red Feather -IG_BlueBox,7441,1 // Blue Feather -IG_BlueBox,7442,1 // Cursed Seal -IG_BlueBox,7443,1 // Three-Headed Dragon's Head -IG_BlueBox,7444,1 // Treasure Box -IG_BlueBox,7445,1 // Green Bijou -IG_BlueBox,7446,1 // Blue Bijou -IG_BlueBox,7447,1 // Red Bijou -IG_BlueBox,7448,1 // Yellow Bijou -IG_BlueBox,7449,1 // Bloody Page -IG_BlueBox,7450,1 // Skeletal Armor Piece -IG_BlueBox,7451,1 // Fire Dragon Scale -IG_BlueBox,7452,1 // Yellow Spice -IG_BlueBox,7453,1 // Sweet Sauce -IG_BlueBox,7454,1 // Savory Sauce -IG_BlueBox,7455,1 // Spicy Sauce -IG_BlueBox,7456,1 // Red Spice -IG_BlueBox,7457,1 // Cooking Oil -IG_BlueBox,7472,1 // Level 1 Cookbook -IG_BlueBox,7473,1 // Level 2 Cookbook -IG_BlueBox,7474,1 // Level 3 Cookbook -IG_BlueBox,7475,1 // Level 4 Cookbook -IG_BlueBox,7476,1 // Level 5 Cookbook -IG_BlueBox,7482,1 // Pot -IG_BlueBox,7512,1 // Burnt Part -IG_BlueBox,7513,1 // Pocket Watch -IG_BlueBox,7561,15 // Glacial Heart -IG_BlueBox,7562,15 // Ice Scale -IG_BlueBox,7563,15 // Bloody Rune -IG_BlueBox,7564,15 // Rotten Meat -IG_BlueBox,7565,15 // Sticky Poison -IG_BlueBox,7567,1 // Suspicious Hat -IG_BlueBox,7568,1 // White Mask -IG_BlueBox,7751,34 // Old White Cloth -IG_BlueBox,7752,32 // Clattering Skull -IG_BlueBox,7753,34 // Broken Farming Utensil -IG_BlueBox,10001,3 // Skull Helm -IG_BlueBox,10002,3 // Monster Oxygen Mask -IG_BlueBox,10003,3 // Transparent Headgear -IG_BlueBox,10004,3 // Pacifier -IG_BlueBox,10005,3 // Wig -IG_BlueBox,10006,3 // Queen's Hair Ornament -IG_BlueBox,10007,3 // Silk Ribbon -IG_BlueBox,10008,3 // Punisher -IG_BlueBox,10009,3 // Wild Flower -IG_BlueBox,10010,3 // Battered Pot -IG_BlueBox,10011,3 // Stellar Hairpin -IG_BlueBox,10012,3 // Tiny Egg Shell -IG_BlueBox,10013,3 // Backpack -IG_BlueBox,10014,3 // Rocker Glasses -IG_BlueBox,10015,3 // Green Lace -IG_BlueBox,10016,3 // Golden Bell -IG_BlueBox,10017,3 // Bark Shorts -IG_BlueBox,10018,3 // Monkey Circlet -IG_BlueBox,10019,3 // Red Scarf -IG_BlueBox,10020,3 // Grave Keeper's Sword -IG_BlueBox,13000,1 // Jujube Dagger -IG_BlueBox,13001,1 // Dragon Killer -IG_BlueBox,13002,1 // Ginnungagap -IG_BlueBox,13003,1 // Cowardice Blade -IG_BlueBox,13004,1 // Cowardice Blade -IG_BlueBox,13163,1 // Long Barrel -IG_BlueBox,13164,1 // Long Barrel -IG_BlueBox,13167,1 // Gate Keeper-DD -IG_BlueBox,13168,1 // Thunder P -IG_BlueBox,13170,2 // Lever Action Rifle -IG_BlueBox,13200,1 // Bullet -IG_BlueBox,13201,1 // Silver Bullet -IG_BlueBox,13202,1 // Bloody Shell -IG_BlueBox,13203,1 // Flare Sphere -IG_BlueBox,13204,1 // Lightning Sphere -IG_BlueBox,13205,1 // Poison Sphere -IG_BlueBox,13206,1 // Blind Sphere -IG_BlueBox,13207,1 // Freezing Sphere -IG_BlueBox,13304,1 // Huuma Calm Mind diff --git a/db/pre-re/item_box.yml b/db/pre-re/item_box.yml new file mode 100644 index 00000000000..cc847de9775 --- /dev/null +++ b/db/pre-re/item_box.yml @@ -0,0 +1,3742 @@ +################################################################################################################## +# +# Obtainable Items Database +# +# Structure of Database: +################################################################################################################## +# +#: +# : +# +################################################################################################################## +# +# Description: +# +# : IG DB name +# : Aegis item name +# : rate +# +################################################################################################################## + +IG_BlueBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + 510: 1 # Blue_Herb + 511: 1 # Green_Herb + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 523: 1 # Holy_Water + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 528: 1 # Monster's_Feed + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 535: 1 # Pumpkin + 536: 1 # Ice_Cream + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 545: 1 # Red_Slim_Potion + 546: 1 # Yellow_Slim_Potion + 547: 1 # White_Slim_Potion + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 555: 1 # Rice_Cake + 558: 1 # Chocolate + 561: 1 # White_Chocolate + 601: 1 # Wing_Of_Fly + 602: 1 # Wing_Of_Butterfly + 604: 5 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 609: 1 # Amulet + 610: 1 # Leaf_Of_Yggdrasil + 611: 1 # Spectacles + 612: 1 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 618: 1 # Worn_Out_Scroll + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 1 # Pet_Incubator + 644: 3 # Gift_Box + 645: 1 # Center_Potion + 656: 1 # Awakening_Potion + 657: 1 # Berserk_Potion + 659: 1 # Heart_Of_Her + 663: 1 # Korea_Rice_Cake + 664: 1 # Gift_Box_1 + 665: 1 # Gift_Box_2 + 666: 1 # Gift_Box_3 + 667: 1 # Gift_Box_4 + 668: 1 # Handsei + 678: 1 # Poison_Bottle + 679: 1 # Gold_Pill + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 705: 1 # Clover + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 711: 1 # Shoot + 712: 1 # Flower + 713: 1 # Empty_Bottle + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 901: 1 # Danggie + 902: 1 # Tree_Root + 903: 1 # Reptile_Tongue + 904: 1 # Scorpion's_Tail + 905: 1 # Stem + 906: 1 # Pointed_Scale + 907: 1 # Resin + 908: 1 # Spawn + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 913: 1 # Tooth_Of_Bat + 914: 1 # Fluff + 915: 1 # Chrysalis + 916: 1 # Feather_Of_Birds + 917: 1 # Talon + 918: 1 # Sticky_Webfoot + 919: 1 # Animal's_Skin + 920: 1 # Claw_Of_Wolves + 921: 1 # Mushroom_Spore + 922: 1 # Orcish_Cuspid + 923: 1 # Evil_Horn + 924: 1 # Powder_Of_Butterfly + 925: 1 # Bill_Of_Birds + 926: 1 # Scale_Of_Snakes + 928: 1 # Insect_Feeler + 929: 1 # Immortal_Heart + 930: 1 # Rotten_Bandage + 931: 1 # Orcish_Voucher + 932: 1 # Skel_Bone + 934: 1 # Mementos + 935: 1 # Shell + 936: 1 # Scales_Shell + 937: 1 # Posionous_Canine + 938: 1 # Sticky_Mucus + 939: 1 # Bee_Sting + 940: 1 # Grasshopper's_Leg + 941: 1 # Nose_Ring + 942: 1 # Yoyo_Tail + 943: 1 # Solid_Shell + 944: 1 # Horseshoe + 945: 1 # Raccoon_Leaf + 946: 1 # Snail's_Shell + 947: 1 # Horn + 948: 1 # Bear's_Foot + 949: 1 # Feather + 950: 1 # Heart_Of_Mermaid + 951: 1 # Fin + 952: 1 # Cactus_Needle + 953: 1 # Stone_Heart + 954: 1 # Shining_Scales + 955: 1 # Worm_Peelings + 956: 1 # Gill + 957: 1 # Decayed_Nail + 958: 1 # Horrendous_Mouth + 959: 1 # Rotten_Scale + 960: 1 # Nipper + 961: 1 # Conch + 962: 1 # Tentacle + 963: 1 # Sharp_Scale + 964: 1 # Crap_Shell + 965: 1 # Clam_Shell + 966: 1 # Flesh_Of_Clam + 967: 1 # Turtle_Shell + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1012: 1 # Lizard_Scruff + 1013: 1 # Colorful_Shell + 1014: 1 # Jaws_Of_Ant + 1015: 1 # Thin_N'_Long_Tongue + 1016: 1 # Rat_Tail + 1017: 1 # Moustache_Of_Mole + 1018: 1 # Nail_Of_Mole + 1019: 1 # Wooden_Block + 1020: 1 # Long_Hair + 1021: 1 # Dokkaebi_Horn + 1022: 1 # Fox_Tail + 1023: 1 # Fish_Tail + 1024: 1 # Chinese_Ink + 1025: 1 # Spiderweb + 1026: 1 # Acorn + 1027: 1 # Porcupine_Spike + 1028: 1 # Wild_Boar's_Mane + 1029: 1 # Tiger's_Skin + 1031: 1 # Limb_Of_Mantis + 1032: 1 # Blossom_Of_Maneater + 1033: 1 # Root_Of_Maneater + 1034: 1 # Cobold_Hair + 1035: 1 # Dragon_Canine + 1036: 1 # Dragon_Scale + 1037: 1 # Dragon_Train + 1038: 1 # Petite_DiablOfs_Horn + 1039: 1 # Petite_DiablOfs_Wing + 1040: 1 # Elder_Pixie's_Beard + 1041: 1 # Lantern + 1042: 1 # Short_Leg + 1043: 1 # Nail_Of_Orc + 1044: 1 # Tooth_Of_ + 1045: 1 # Sacred_Masque + 1046: 1 # Tweezer + 1047: 1 # Head_Of_Medusa + 1048: 1 # Slender_Snake + 1049: 1 # Skirt_Of_Virgin + 1050: 1 # Tendon + 1051: 1 # Detonator + 1052: 1 # Single_Cell + 1053: 1 # Tooth_Of_Ancient_Fish + 1054: 1 # Lip_Of_Ancient_Fish + 1055: 1 # Earthworm_Peeling + 1056: 1 # Grit + 1057: 1 # Moth_Dust + 1058: 1 # Wing_Of_Moth + 1059: 1 # Transparent_Cloth + 1060: 1 # Golden_Hair + 1061: 1 # Starsand_Of_Witch + 1062: 1 # Pumpkin_Head + 1063: 1 # Sharpened_Cuspid + 1064: 1 # Reins + 1065: 1 # Booby_Trap + 1066: 1 # Tree_Of_Archer_1 + 1067: 1 # Tree_Of_Archer_2 + 1068: 1 # Tree_Of_Archer_3 + 1088: 1 # Morocc_Potion + 1089: 1 # Payon_Potion + 1092: 1 # Empty_Cylinder + 1093: 1 # Empty_Potion + 1094: 1 # Short_Daenggie + 1095: 1 # Needle_Of_Alarm + 1096: 1 # Round_Shell + 1097: 1 # Worn_Out_Page + 1098: 1 # Manacles + 1099: 1 # Worn_Out_Prison_Uniform + 1101: 6 # Sword + 1102: 6 # Sword_ + 1104: 6 # Falchion + 1105: 6 # Falchion_ + 1107: 6 # Blade + 1108: 6 # Blade_ + 1110: 6 # Lapier + 1111: 6 # Lapier_ + 1113: 6 # Scimiter + 1114: 6 # Scimiter_ + 1116: 3 # Katana + 1117: 3 # Katana_ + 1119: 6 # Tsurugi + 1120: 6 # Tsurugi_ + 1122: 6 # Ring_Pommel_Saber + 1123: 6 # Haedonggum + 1124: 6 # Orcish_Sword + 1125: 6 # Ring_Pommel_Saber_ + 1126: 6 # Saber + 1127: 6 # Saber_ + 1128: 6 # Hae_Dong_Gum_ + 1129: 6 # Flamberge + 1146: 1 # Town_Sword + 1147: 1 # Town_Sword_ + 1148: 1 # Star_Dust_Blade + 1151: 3 # Slayer + 1152: 3 # Slayer_ + 1154: 3 # Bastard_Sword + 1155: 3 # Bastard_Sword_ + 1157: 3 # Two_Hand_Sword + 1158: 3 # Two_Hand_Sword_ + 1160: 3 # Broad_Sword + 1162: 3 # Broad_Sword_ + 1163: 3 # Claymore + 1201: 3 # Knife + 1202: 3 # Knife_ + 1204: 3 # Cutter + 1205: 3 # Cutter_ + 1207: 3 # Main_Gauche + 1208: 3 # Main_Gauche_ + 1210: 3 # Dirk + 1211: 3 # Dirk_ + 1213: 3 # Dagger + 1214: 3 # Dagger_ + 1216: 3 # Stiletto + 1217: 3 # Stiletto_ + 1219: 3 # Gladius + 1220: 3 # Gladius_ + 1222: 3 # Damascus + 1226: 3 # Damascus_ + 1243: 3 # Novice_Knife + 1245: 1 # Cinquedea + 1247: 1 # Kindling_Dagger + 1248: 1 # Obsidian_Dagger + 1249: 1 # Fisherman's_Dagger + 1250: 3 # Jur + 1251: 3 # Jur_ + 1252: 3 # Katar + 1253: 3 # Katar_ + 1254: 3 # Jamadhar + 1255: 3 # Jamadhar_ + 1256: 3 # Katar_Of_Cold_Icicle + 1257: 3 # Katar_Of_Thornbush + 1258: 3 # Katar_Of_Raging_Blaze + 1259: 3 # Katar_Of_Piercing_Wind + 1262: 1 # Nail_Of_Loki + 1263: 1 # Unholy_Touch + 1264: 2 # Various_Jur + 1265: 1 # Bloody_Roar + 1269: 1 # Inverse_Scale + 1271: 1 # Blood_Tears + 1301: 3 # Axe + 1302: 3 # Axe_ + 1304: 3 # Orcish_Axe + 1307: 1 # Windhawk + 1351: 3 # Battle_Axe + 1352: 3 # Battle_Axe_ + 1354: 3 # Hammer + 1355: 3 # Hammer_ + 1357: 3 # Buster + 1358: 3 # Buster_ + 1360: 3 # Two_Handed_Axe + 1361: 3 # Two_Handed_Axe_ + 1370: 1 # Doom_Slayer + 1376: 1 # Heart_Breaker + 1377: 1 # Hurricane_Fury + 1401: 9 # Javelin + 1402: 9 # Javelin_ + 1404: 9 # Spear + 1405: 9 # Spear_ + 1407: 9 # Pike + 1408: 9 # Pike_ + 1410: 3 # Lance + 1411: 3 # Lance_ + 1451: 3 # Guisarme + 1452: 3 # Guisarme_ + 1454: 3 # Glaive + 1455: 3 # Glaive_ + 1457: 3 # Partizan + 1458: 3 # Partizan_ + 1460: 3 # Trident + 1461: 3 # Trident_ + 1463: 3 # Halberd + 1464: 3 # Halberd_ + 1472: 3 # Staff_Of_Soul + 1474: 1 # Gae_Bolg + 1478: 1 # Ahlspiess + 1501: 6 # Club + 1502: 6 # Club_ + 1504: 6 # Mace + 1505: 6 # Mace_ + 1507: 6 # Smasher + 1508: 6 # Smasher_ + 1510: 6 # Flail + 1511: 6 # Flail_ + 1513: 6 # Morning_Star + 1514: 6 # Morning_Star_ + 1516: 6 # Sword_Mace + 1517: 6 # Sword_Mace_ + 1519: 6 # Chain + 1520: 6 # Chain_ + 1522: 6 # Stunner + 1550: 3 # Book + 1551: 3 # Bible + 1552: 3 # Tablet + 1553: 3 # Book_Of_Billows + 1554: 3 # Book_Of_Mother_Earth + 1555: 3 # Book_Of_Blazing_Sun + 1556: 3 # Book_Of_Gust_Of_Wind + 1558: 3 # Girl's_Diary + 1559: 1 # Legacy_Of_Dragon + 1560: 1 # Diary_Of_Great_Sage + 1561: 1 # Hardback + 1601: 3 # Rod + 1602: 3 # Rod_ + 1604: 3 # Wand + 1605: 3 # Wand_ + 1607: 3 # Staff + 1608: 3 # Staff_ + 1610: 3 # Arc_Wand + 1611: 3 # Arc_Wand_ + 1613: 3 # Mighty_Staff + 1614: 3 # Blessed_Wand + 1615: 3 # Bone_Wand + 1616: 1 # Staff_Of_Wing + 1617: 1 # Survival_Rod + 1618: 1 # Survival_Rod_ + 1619: 1 # Survival_Rod2 + 1620: 1 # Survival_Rod2_ + 1621: 1 # Hypnotist's_Staff + 1622: 1 # Hypnotist's_Staff_ + 1701: 3 # Bow + 1702: 3 # Bow_ + 1704: 3 # Composite_Bow + 1705: 3 # Composite_Bow_ + 1707: 3 # Great_Bow + 1708: 3 # Great_Bow_ + 1710: 3 # CrossBow + 1711: 3 # CrossBow_ + 1713: 3 # Arbalest + 1714: 3 # Kakkung + 1715: 3 # Arbalest_ + 1716: 3 # Kakkung_ + 1718: 3 # Hunter_Bow + 1723: 1 # Luna_Bow + 1724: 1 # Dragon_Wing + 1730: 1 # Burning_Bow + 1731: 1 # Frozen_Bow + 1732: 1 # Earth_Bow + 1733: 1 # Gust_Bow + 1750: 1 # Arrow + 1751: 1 # Silver_Arrow + 1752: 1 # Fire_Arrow + 1753: 1 # Steel_Arrow + 1754: 1 # Crystal_Arrow + 1755: 1 # Arrow_Of_Wind + 1756: 1 # Stone_Arrow + 1757: 1 # Immatrial_Arrow + 1758: 1 # Stun_Arrow + 1759: 1 # Freezing_Arrow + 1760: 1 # Flash_Arrow + 1761: 1 # Curse_Arrow + 1762: 1 # Rusty_Arrow + 1763: 1 # Poison_Arrow + 1764: 1 # Incisive_Arrow + 1765: 1 # Oridecon_Arrow + 1767: 1 # Arrow_Of_Shadow + 1768: 1 # Sleep_Arrow + 1769: 1 # Silence_Arrow + 1770: 1 # Iron_Arrow + 1801: 3 # Waghnakh + 1802: 3 # Waghnakh_ + 1803: 3 # Knuckle_Duster + 1804: 3 # Knuckle_Duster_ + 1805: 3 # Hora + 1806: 3 # Hora_ + 1807: 3 # Fist + 1808: 3 # Fist_ + 1809: 3 # Claw + 1810: 3 # Claw_ + 1811: 3 # Finger + 1812: 3 # Finger_ + 1815: 1 # Claw_Of_Garm + 1818: 1 # Magma_Fist + 1819: 1 # Icicle_Fist + 1820: 1 # Electric_Fist + 1821: 1 # Seismic_Fist + 1822: 1 # Combo_Battle_Glove + 1901: 3 # Violin + 1902: 3 # Violin_ + 1903: 3 # Mandolin + 1904: 3 # Mandolin_ + 1905: 3 # Lute + 1906: 3 # Lute_ + 1907: 3 # Guitar + 1908: 3 # Guitar_ + 1909: 3 # Harp + 1910: 3 # Harp_ + 1911: 3 # Guh_Moon_Goh + 1912: 3 # Guh_Moon_Goh_ + 1914: 1 # Guitar_Of_Passion + 1915: 1 # Guitar_Of_Blue_Solo + 1916: 1 # Guitar_Of_Vast_Land + 1917: 1 # Guitar_Of_Gentle_Breeze + 1918: 1 # Oriental_Lute + 1919: 1 # Base_Guitar + 1950: 3 # Rope + 1951: 3 # Rope_ + 1952: 3 # Line + 1953: 3 # Line_ + 1954: 3 # Wire + 1955: 3 # Wire_ + 1956: 3 # Rante + 1957: 3 # Rante_ + 1958: 3 # Tail + 1959: 3 # Tail_ + 1960: 3 # Whip + 1961: 3 # Whip_ + 1965: 1 # Whip_Of_Red_Flame + 1966: 1 # Whip_Of_Ice_Piece + 1967: 1 # Whip_Of_Earth + 1968: 1 # Jump_Rope + 1969: 1 # Bladed_Whip + 1970: 1 # Queen's_Whip + 1971: 1 # Electric_Wire + 1972: 1 # Electric_Eel + 1973: 1 # Sea_Witch_Foot + 1974: 1 # Carrot_Whip + 2101: 3 # Guard + 2102: 3 # Guard_ + 2103: 3 # Buckler + 2104: 3 # Buckler_ + 2105: 3 # Shield + 2106: 3 # Shield_ + 2107: 3 # Mirror_Shield + 2108: 3 # Mirror_Shield_ + 2109: 3 # Memorize_Book + 2112: 3 # Novice_Guard + 2113: 1 # Novice_Shield + 2123: 1 # Orleans_Server + 2124: 1 # Thorny_Buckler + 2125: 1 # Strong_Shield + 2201: 3 # Sunglasses + 2203: 3 # Glasses + 2205: 3 # Diver's_Goggles + 2206: 3 # Wedding_Veil + 2207: 3 # Fancy_Flower + 2208: 3 # Ribbon + 2209: 3 # Ribbon_ + 2210: 3 # Hair_Band + 2211: 3 # Bandana + 2212: 3 # Eye_Bandage + 2213: 3 # Cat_Hairband + 2214: 3 # Bunny_Band + 2215: 3 # Flower_Hairband + 2216: 3 # Biretta + 2217: 3 # Biretta_ + 2218: 3 # Flu_Mask + 2220: 3 # Hat + 2221: 3 # Hat_ + 2222: 3 # Turban + 2223: 3 # Turban_ + 2224: 3 # Goggle + 2225: 3 # Goggle_ + 2226: 3 # Cap + 2227: 3 # Cap_ + 2228: 3 # Helm + 2229: 3 # Helm_ + 2230: 3 # Gemmed_Sallet + 2231: 3 # Gemmed_Sallet_ + 2232: 3 # Circlet + 2233: 3 # Circlet_ + 2236: 3 # Santa's_Hat + 2239: 3 # One_Eyed_Glass + 2241: 3 # Granpa_Beard + 2242: 3 # Luxury_Sunglasses + 2243: 3 # Spinning_Eyes + 2244: 3 # Big_Sis'_Ribbon + 2245: 3 # Sweet_Gents + 2246: 3 # Golden_Gear + 2247: 3 # Oldman's_Romance + 2248: 3 # Western_Grace + 2249: 1 # Coronet + 2250: 3 # Fillet + 2251: 3 # Holy_Bonnet + 2252: 3 # Star_Sparkling + 2253: 3 # Sunflower + 2254: 1 # Angelic_Chain + 2255: 1 # Satanic_Chain + 2257: 3 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2259: 3 # Mini_Propeller + 2260: 3 # Mini_Glasses + 2261: 3 # Prontera_Army_Cap + 2262: 3 # Pierrot_Nose + 2263: 3 # Gangster_Patch + 2265: 3 # Ganster_Mask + 2266: 3 # Iron_Cane + 2267: 3 # Cigar + 2268: 3 # Smoking_Pipe + 2269: 3 # Centimental_Flower + 2270: 3 # Centimental_Leaf + 2271: 3 # Jack_A_Dandy + 2274: 1 # Ghost_Bandana + 2275: 3 # Red_Bandana + 2276: 3 # Eagle_Eyes + 2277: 3 # Nurse_Cap + 2278: 3 # Mr_Smile + 2279: 3 # Bomb_Wick + 2282: 3 # Spirit_Chain + 2285: 3 # Apple_Of_Archer + 2287: 3 # Pirate_Bandana + 2288: 3 # Mr_Scream + 2289: 3 # Poo_Poo_Hat + 2290: 3 # Funeral_Costume + 2291: 3 # Masquerade + 2294: 3 # Star_Dust + 2295: 3 # Blinker + 2297: 3 # Goblini_Mask + 2298: 3 # Green_Feeler + 2299: 3 # Viking_Helm + 2301: 3 # Cotton_Shirt + 2302: 3 # Cotton_Shirt_ + 2303: 3 # Leather_Jacket + 2304: 3 # Leather_Jacket_ + 2305: 3 # Adventure_Suit + 2306: 3 # Adventurere's_Suit_ + 2307: 3 # Mantle + 2308: 3 # Mantle_ + 2309: 3 # Coat + 2310: 3 # Coat_ + 2311: 3 # Mink_Coat + 2312: 3 # Padded_Armor + 2313: 3 # Padded_Armor_ + 2314: 3 # Chain_Mail + 2315: 3 # Chain_Mail_ + 2316: 3 # Plate_Armor + 2317: 3 # Plate_Armor_ + 2318: 3 # Clothes_Of_The_Lord + 2320: 3 # Formal_Suit + 2321: 3 # Silk_Robe + 2322: 3 # Silk_Robe_ + 2323: 3 # Scapulare + 2324: 3 # Scapulare_ + 2325: 3 # Saint_Robe + 2326: 3 # Saint_Robe_ + 2328: 3 # Wooden_Mail + 2329: 3 # Wooden_Mail_ + 2330: 3 # Tights + 2331: 3 # Tights_ + 2332: 3 # Silver_Robe + 2333: 3 # Silver_Robe_ + 2335: 3 # Thief_Clothes + 2336: 3 # Thief_Clothes_ + 2337: 3 # Ninja_Suit + 2339: 3 # G_Strings + 2340: 3 # Novice_Breast + 2341: 3 # Full_Plate_Armor + 2352: 3 # Novice_Plate + 2365: 1 # Orleans_Gown + 2401: 3 # Sandals + 2402: 3 # Sandals_ + 2403: 3 # Shoes + 2404: 3 # Shoes_ + 2405: 3 # Boots + 2406: 3 # Boots_ + 2407: 3 # Chrystal_Pumps + 2408: 3 # Cuffs + 2409: 3 # Spiky_Heel + 2411: 3 # Grave + 2414: 3 # Novice_Boots + 2416: 1 # Novice_Shoes + 2420: 1 # Angel's_Arrival + 2501: 3 # Hood + 2502: 3 # Hood_ + 2503: 3 # Muffler + 2504: 3 # Muffler_ + 2505: 3 # Manteau + 2506: 3 # Manteau_ + 2507: 3 # Cape_Of_Ancient_Lord + 2508: 3 # Ragamuffin_Cape + 2510: 3 # Novice_Hood + 2512: 1 # Novice_Manteau + 2513: 1 # Celestial_Robe + 2514: 1 # Pauldron + 2515: 1 # Wing_Of_Eagle + 2601: 3 # Ring + 2602: 3 # Earring + 2603: 3 # Necklace + 2604: 3 # Glove + 2605: 3 # Brooch + 2607: 3 # Clip + 2608: 3 # Rosary + 2609: 3 # Skul_Ring + 2610: 3 # Gold_Ring + 2611: 3 # Silver_Ring + 2612: 3 # Flower_Ring + 2613: 3 # Diamond_Ring + 2617: 3 # Mitten_Of_Presbyter + 2618: 3 # Matyr's_Flea_Guard + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 3 # Belt + 2628: 3 # Novice_Armlet + 2652: 1 # Cursed_Lucky_Brooch + 2654: 1 # Shinobi's_Sash + 2656: 1 # Hyper_Changer + 5002: 1 # Gemmed_Crown + 5003: 3 # Joker_Jester + 5005: 3 # Gas_Mask + 5006: 3 # Machoman_Glasses + 5009: 3 # Safety_Helmet + 5010: 3 # Indian_Hair_Piece + 5011: 3 # Antenna + 5014: 3 # Fin_Helm + 5015: 3 # Egg_Shell + 5030: 3 # Panda_Cap + 5035: 3 # Poring_Hat + 5037: 3 # Fruit_Shell + 5055: 3 # Novice_Egg_Cap + 5085: 1 # Pair_Of_Red_Ribbon + 5088: 3 # Goblin_Mask_02 + 5089: 3 # Goblin_Mask_03 + 5090: 3 # Goblin_Mask_04 + 5111: 1 # Galapago_Cap + 5112: 1 # Super_Novice_Hat + 5113: 1 # Angry_Mouth + 5114: 1 # Fedora + 5116: 1 # Banana_Hat + 5118: 1 # Ear_Of_Puppy + 5119: 1 # Super_Novice_Hat_ + 5120: 1 # Fedora_ + 5122: 1 # Magni_Cap + 5175: 1 # Censor_Bar + 7001: 1 # Mould_Powder + 7002: 1 # Ogre_Tooth + 7003: 1 # Anolian_Skin + 7004: 1 # Mud_Lump + 7005: 1 # Skull + 7006: 1 # Wing_Of_Red_Bat + 7007: 1 # Claw_Of_Rat + 7008: 1 # Stiff_Horn + 7009: 1 # Glitter_Shell + 7010: 1 # Tail_Of_Steel_Scorpion + 7011: 1 # Claw_Of_Monkey + 7012: 1 # Tough_Scalelike_Stem + 7013: 1 # Coral_Reef + 7014: 1 # Old_Portrait + 7015: 1 # Bookclip_In_Memory + 7016: 1 # Spoon_Stub + 7026: 1 # Key_Of_Clock_Tower + 7027: 1 # Underground_Key + 7030: 1 # Claw_Of_Desert_Wolf + 7031: 1 # Old_Frying_Pan + 7032: 1 # Piece_Of_Egg_Shell + 7033: 1 # Poison_Spore + 7034: 1 # Red_Socks_With_Holes + 7035: 1 # Matchstick + 7036: 1 # Fang_Of_Garm + 7038: 1 # Yarn + 7041: 1 # Fine_Grit + 7047: 1 # Alice's_Apron + 7048: 1 # Talon_Of_Griffin + 7049: 1 # Stone + 7053: 1 # Cyfar + 7054: 1 # Brigan + 7059: 1 # Cargo_Free_Ticket + 7060: 1 # Warp_Free_Ticket + 7061: 1 # Cart_Free_Ticket + 7063: 1 # Soft_Feather + 7064: 1 # Dragon_Fly_Wing + 7065: 1 # Sea_Otter_Leather + 7066: 1 # Ice_Piece + 7067: 1 # Stone_Piece + 7068: 1 # Burn_Tree + 7069: 1 # Broken_Armor_Piece + 7070: 1 # Broken_Shell + 7071: 1 # Tatters_Clothes + 7072: 1 # Rust_Suriken + 7093: 1 # Wheel + 7094: 1 # Mystery_Piece + 7095: 1 # Broken_Steel_Piece + 7096: 1 # Cold_Magma + 7097: 1 # Burning_Heart + 7098: 1 # Live_Coal + 7099: 1 # Old_Magic_Circle + 7100: 1 # Sharp_Leaf + 7101: 1 # Peco_Wing_Feather + 7106: 1 # Goat's_Horn + 7107: 1 # Gaoat's_Skin + 7108: 1 # Boroken_Shiled_Piece + 7109: 1 # Shine_Spear_Blade + 7110: 1 # Vroken_Sword + 7111: 1 # Smooth_Paper + 7112: 1 # Fright_Paper_Blade + 7113: 1 # Broken_Pharaoh_Symbol + 7114: 1 # Tutankhamen's_Mask + 7115: 1 # Harpy's_Feather + 7116: 1 # Harpy's_Claw + 7117: 1 # Rent_Spell_Book + 7118: 1 # Rent_Scroll + 7119: 1 # Spawns + 7120: 1 # Burning_Horse_Shoe + 7121: 1 # Honey_Jar + 7122: 1 # Hot_Hair + 7123: 1 # Dragon's_Skin + 7124: 1 # Sand_Lump + 7125: 1 # Scropion's_Nipper + 7126: 1 # Large_Jellopy + 7134: 1 # Medicine_Bowl + 7135: 1 # Fire_Bottle + 7136: 1 # Acid_Bottle + 7137: 1 # MenEater_Plant_Bottle + 7138: 1 # Mini_Bottle + 7139: 1 # Coating_Bottle + 7149: 1 # Yellow_Plate + 7150: 1 # Bamboo_Cut + 7151: 1 # Oil_Paper + 7152: 1 # Glossy_Hair + 7153: 1 # Old_Japaness_Clothes + 7154: 1 # Poison_Powder + 7155: 1 # Poison_Toad's_Skin + 7156: 1 # Broken_Shuriken + 7157: 1 # Black_Mask + 7158: 1 # Broken_Wine_Vessel + 7159: 1 # Tengu's_Nose + 7161: 1 # Black_Bear's_Skin + 7162: 1 # Cloud_Piece + 7163: 1 # Sharp_Feeler + 7164: 1 # Hard_Peach + 7165: 1 # Limpid_Celestial_Robe + 7166: 1 # Soft_Silk_Cloth + 7167: 1 # Mystery_Iron_Bit + 7168: 1 # Great_Wing + 7169: 1 # Taegeuk_Plate + 7171: 1 # Leopard_Skin + 7172: 1 # Leopard_Talon + 7174: 1 # Packing_Ribbon + 7175: 1 # Packing_Paper + 7182: 1 # Cacao + 7186: 1 # Thin_Stem + 7187: 1 # Festival_Mask + 7188: 1 # Browny_Root + 7189: 1 # Heart_Of_Tree + 7190: 1 # Solid_Peeling + 7191: 1 # Lamplight + 7192: 1 # Blade_Of_Pinwheel + 7193: 1 # Germinating_Sprout + 7194: 1 # Soft_Leaf + 7195: 1 # Air_Rifle + 7196: 1 # Shoulder_Protection + 7197: 1 # Tough_Vines + 7198: 1 # Great_Leaf + 7200: 1 # Flexible_String + 7201: 1 # Log + 7202: 1 # Beetle_Nipper + 7203: 1 # Solid_Twig + 7205: 1 # Piece_Of_Black_Cloth + 7206: 1 # Black_Kitty_Doll + 7207: 1 # Old_Manteau + 7208: 1 # Rusty_Cleaver + 7209: 1 # Dullahan's_Helm + 7210: 1 # Dullahan_Armor + 7211: 1 # Rojerta_Piece + 7212: 1 # Hanging_Doll + 7213: 1 # Needle_Pouch + 7214: 1 # Bat_Cage + 7215: 1 # Broken_Needle + 7216: 1 # Red_Scarf + 7217: 1 # Spool + 7218: 1 # Rotten_Rope + 7219: 1 # Striped_Socks + 7220: 1 # Ectoplasm + 7221: 1 # Tangled_Chain + 7222: 1 # Tree_Knot + 7223: 1 # Distorted_Portrait + 7225: 1 # Pumpkin_Bucket + 7262: 1 # Fan + 7263: 1 # Cat_Eyed_Stone + 7264: 1 # Dried_Sand + 7265: 1 # Dragon_Horn + 7266: 1 # Dragon_Fang + 7267: 1 # Tiger_Skin_Panties + 7268: 1 # Little_Blacky_Ghost + 7269: 1 # Bib + 7270: 1 # Milk_Bottle + 7315: 1 # Dark_Crystal_Fragment + 7316: 1 # Long_Limb + 7317: 1 # Screw + 7318: 1 # Old_Pick + 7319: 1 # Old_Steel_Plate + 7320: 1 # Air_Pollutant + 7321: 1 # Fragment_Of_Crystal + 7322: 1 # Poisonous_Gas + 7323: 1 # Battered_Kettle + 7325: 1 # Tube + 7326: 1 # Fluorescent_Liquid + 7327: 1 # Headlamp + 7440: 1 # Red_Feather + 7441: 1 # Blue_Feather + 7442: 1 # Cursed_Seal + 7443: 1 # Tri_Headed_Dragon_Head + 7444: 1 # Treasure_Box + 7445: 1 # Dragonball_Green + 7446: 1 # Dragonball_Blue + 7447: 1 # Dragonball_Red + 7448: 1 # Dragonball_Yellow + 7449: 1 # Bloody_Page + 7450: 1 # Piece_Of_Bone_Armor + 7451: 1 # Scale_Of_Red_Dragon + 7452: 1 # Yellow_Spice + 7453: 1 # Sweet_Sauce + 7454: 1 # Plain_Sauce + 7455: 1 # Hot_Sauce + 7456: 1 # Red_Spice + 7457: 1 # Cooking_Oil + 7472: 1 # Cookbook01 + 7473: 1 # Cookbook02 + 7474: 1 # Cookbook03 + 7475: 1 # Cookbook04 + 7476: 1 # Cookbook05 + 7482: 1 # Pot + 7512: 1 # Burnt_Parts + 7513: 1 # Pocket_Watch__ + 7561: 1 # Ice_Heart + 7562: 1 # Ice_Scale + 7563: 1 # Bloody_Rune + 7564: 1 # Rotten_Meat + 7565: 1 # Sticky_Poison + 7567: 1 # Suspicious_Hat + 7568: 1 # White_Mask + 7751: 3 # Old_White_Cloth + 7752: 3 # Clattering_Skull + 7753: 3 # Broken_Farming_Utensil + 10001: 3 # Skull_Helm + 10002: 3 # Monster_Oxygen_Mask + 10003: 3 # Transparent_Headgear + 10004: 3 # Pacifier + 10005: 3 # Wig + 10006: 3 # Queen's_Hair_Ornament + 10007: 3 # Silk_Ribbon + 10008: 3 # Punisher + 10009: 3 # Wild_Flower + 10010: 3 # Battered_Pot + 10011: 3 # Stellar_Hairpin + 10012: 3 # Tiny_Egg_Shell + 10013: 3 # Backpack + 10014: 3 # Rocker_Glasses + 10015: 3 # Green_Lace + 10016: 3 # Golden_Bell + 10017: 3 # Bark_Shorts + 10018: 3 # Monkey_Circlet + 10019: 3 # Red_Muffler + 10020: 3 # Sword_Of_Grave_Keeper + 13000: 1 # Jujube_Dagger + 13001: 1 # Dragon_Killer + 13002: 1 # Ginnungagap + 13003: 1 # Coward + 13004: 1 # Coward_ + 13163: 1 # Long_Barrel + 13164: 1 # Long_Barrel_ + 13167: 1 # Gate_KeeperDD + 13168: 1 # Thunder_P + 13170: 2 # Lever_Action_Rifle + 13200: 1 # Bullet + 13201: 1 # Silver_Bullet + 13202: 1 # Shell_Of_Blood + 13203: 1 # Flare_Sphere + 13204: 1 # Lighting_Sphere + 13205: 1 # Poison_Sphere + 13206: 1 # Blind_Sphere + 13207: 1 # Freezing_Sphere + 13304: 1 # Huuma_Calm_Mind + + +IG_CardAlbum: + 4001: 1 # Poring_Card + 4002: 1 # Fabre_Card + 4003: 6 # Pupa_Card + 4004: 1 # Drops_Card + 4005: 1 # Poring__Card + 4006: 7 # Lunatic_Card + 4007: 4 # Pecopeco_Egg_Card + 4008: 1 # Picky_Card + 4009: 1 # Chonchon_Card + 4010: 1 # Wilow_Card + 4011: 1 # Picky__Card + 4012: 8 # Thief_Bug_Egg_Card + 4013: 7 # Andre_Egg_Card + 4014: 5 # Roda_Frog_Card + 4015: 7 # Condor_Card + 4016: 7 # Thief_Bug_Card + 4017: 5 # Savage_Babe_Card + 4019: 5 # Hornet_Card + 4020: 5 # Farmiliar_Card + 4021: 5 # Rocker_Card + 4022: 5 # Spore_Card + 4023: 5 # Desert_Wolf_Babe_Card + 4024: 5 # Plankton_Card + 4025: 5 # Skeleton_Card + 4026: 3 # Thief_Bug_Female_Card + 4027: 3 # Kukre_Card + 4028: 3 # Tarou_Card + 4029: 3 # Wolf_Card + 4030: 3 # Mandragora_Card + 4031: 3 # Pecopeco_Card + 4032: 3 # Ambernite_Card + 4033: 3 # Poporing_Card + 4034: 3 # Worm_Tail_Card + 4035: 3 # Hydra_Card + 4036: 3 # Muka_Card + 4037: 3 # Snake_Card + 4038: 3 # Zombie_Card + 4039: 3 # Stainer_Card + 4041: 3 # Coco_Card + 4042: 3 # Steel_Chonchon_Card + 4043: 3 # Andre_Card + 4044: 3 # Smokie_Card + 4045: 3 # Horn_Card + 4046: 3 # Martin_Card + 4048: 3 # Poison_Spore_Card + 4049: 3 # Vadon_Card + 4050: 3 # Thief_Bug_Male_Card + 4051: 3 # Yoyo_Card + 4052: 3 # Elder_Wilow_Card + 4053: 1 # Vitata_Card + 4055: 3 # Marina_Card + 4056: 3 # Dustiness_Card + 4057: 2 # Metaller_Card + 4058: 2 # Thara_Frog_Card + 4060: 2 # Goblin_Card + 4061: 2 # Cornutus_Card + 4062: 2 # Anacondaq_Card + 4063: 2 # Caramel_Card + 4064: 2 # Zerom_Card + 4065: 2 # Kaho_Card + 4066: 2 # Orc_Warrior_Card + 4067: 2 # Megalodon_Card + 4068: 2 # Scorpion_Card + 4069: 2 # Drainliar_Card + 4070: 2 # Eggyra_Card + 4071: 2 # Orc_Zombie_Card + 4072: 2 # Golem_Card + 4073: 2 # Pirate_Skel_Card + 4074: 2 # BigFoot_Card + 4075: 2 # Argos_Card + 4076: 2 # Magnolia_Card + 4077: 2 # Phen_Card + 4078: 2 # Savage_Card + 4079: 2 # Mantis_Card + 4080: 2 # Flora_Card + 4081: 2 # Hode_Card + 4082: 1 # Desert_Wolf_Card + 4083: 1 # Rafflesia_Card + 4084: 1 # Marine_Sphere_Card + 4085: 1 # Orc_Skeleton_Card + 4086: 1 # Soldier_Skeleton_Card + 4087: 1 # Giearth_Card + 4088: 1 # Frilldora_Card + 4089: 1 # Sword_Fish_Card + 4090: 1 # Munak_Card + 4091: 1 # Kobold_Card + 4092: 1 # Skel_Worker_Card + 4093: 1 # Obeaune_Card + 4094: 1 # Archer_Skeleton_Card + 4095: 1 # Marse_Card + 4096: 1 # Zenorc_Card + 4097: 1 # Matyr_Card + 4098: 1 # Dokebi_Card + 4099: 1 # Pasana_Card + 4100: 1 # Sohee_Card + 4101: 1 # Sand_Man_Card + 4102: 1 # Whisper_Card + 4103: 1 # Horong_Card + 4104: 1 # Requiem_Card + 4105: 1 # Marc_Card + 4106: 1 # Mummy_Card + 4107: 1 # Verit_Card + 4108: 1 # Myst_Card + 4109: 1 # Jakk_Card + 4110: 1 # Ghoul_Card + 4111: 1 # Strouf_Card + 4112: 1 # Marduk_Card + 4113: 1 # Marionette_Card + 4114: 1 # Argiope_Card + 4115: 1 # Hunter_Fly_Card + 4116: 1 # Isis_Card + 4117: 1 # Side_Winder_Card + 4118: 1 # Petit_Card + 4119: 1 # Bathory_Card + 4120: 1 # Petit__Card + 4122: 1 # Deviruchi_Card + 4125: 1 # Deviace_Card + 4127: 1 # Nightmare_Card + 4129: 1 # Baphomet__Card + 4133: 1 # Daydric_Card + 4136: 1 # Khalitzburg_Card + 4141: 1 # Evil_Druid_Card + 4149: 1 # Gargoyle_Card + 4150: 1 # Goat_Card + 4151: 1 # Gajomart_Card + 4152: 1 # Galapago_Card + 4153: 1 # Crab_Card + 4154: 1 # Rice_Cake_Boy_Card + 4156: 1 # Steam_Goblin_Card + 4157: 1 # Goblin_Archer_Card + 4158: 1 # Flying_Deleter_Card + 4159: 1 # Nine_Tail_Card + 4160: 1 # Antique_Firelock_Card + 4161: 1 # Grand_Peco_Card + 4162: 1 # Grizzly_Card + 4164: 1 # Gullinbursti_Card + 4165: 1 # Gig_Card + 4166: 1 # Nightmare_Terror_Card + 4167: 1 # Neraid_Card + 4170: 1 # Dark_Frame_Card + 4172: 1 # The_Paper_Card + 4173: 1 # Demon_Pungus_Card + 4175: 1 # Poison_Toad_Card + 4176: 1 # Dullahan_Card + 4177: 1 # Dryad_Card + 4178: 1 # Dragon_Tail_Card + 4180: 1 # Driller_Card + 4181: 1 # Disguise_Card + 4182: 1 # Diabolic_Card + 4184: 1 # Lava_Golem_Card + 4185: 1 # Rideword_Card + 4186: 1 # Raggler_Card + 4187: 1 # Raydric_Archer_Card + 4188: 1 # Leib_Olmai_Card + 4189: 1 # Wraith_Dead_Card + 4190: 1 # Wraith_Card + 4191: 1 # Loli_Ruri_Card + 4192: 1 # Rotar_Zairo_Card + 4193: 1 # Lude_Card + 4194: 1 # Rybio_Card + 4195: 1 # Leaf_Cat_Card + 4196: 1 # Marin_Card + 4199: 1 # Merman_Card + 4200: 1 # Megalith_Card + 4201: 1 # Majoruros_Card + 4202: 1 # Civil_Servant_Card + 4204: 1 # Mini_Demon_Card + 4205: 1 # Mimic_Card + 4206: 1 # Mystcase_Card + 4208: 1 # Miyabi_Ningyo_Card + 4209: 1 # Violy_Card + 4210: 1 # Wander_Man_Card + 4212: 1 # Bon_Gun_Card + 4213: 1 # Brilight_Card + 4214: 1 # Bloody_Murderer_Card + 4215: 1 # Blazzer_Card + 4216: 1 # Sasquatch_Card + 4217: 1 # Live_Peach_Tree_Card + 4218: 1 # Succubus_Card + 4219: 1 # Sageworm_Card + 4220: 1 # Solider_Card + 4221: 1 # Skeleton_General_Card + 4222: 1 # Skel_Prisoner_Card + 4223: 1 # Stalactic_Golem_Card + 4224: 1 # Stem_Worm_Card + 4225: 1 # Stone_Shooter_Card + 4226: 1 # Sting_Card + 4227: 1 # Spring_Rabbit_Card + 4228: 1 # Sleeper_Card + 4229: 1 # C_Tower_Manager_Card + 4230: 1 # Shinobi_Card + 4231: 1 # Increase_Soil_Card + 4232: 1 # Wild_Ginseng_Card + 4233: 1 # Baby_Leopard_Card + 4234: 1 # Anolian_Card + 4235: 1 # Cookie_XMAS_Card + 4237: 1 # Owl_Duke_Card + 4238: 1 # Owl_Baron_Card + 4239: 1 # Iron_Fist_Card + 4240: 1 # Arclouse_Card + 4242: 1 # Apocalips_Card + 4243: 1 # Antonio_Card + 4244: 1 # Alarm_Card + 4245: 1 # Am_Mut_Card + 4246: 1 # Assulter_Card + 4247: 1 # Aster_Card + 4248: 1 # Ancient_Mummy_Card + 4249: 1 # Ancient_Worm_Card + 4251: 1 # Elder_Card + 4252: 1 # Alligator_Card + 4253: 1 # Alice_Card + 4255: 1 # Orc_Lady_Card + 4256: 1 # Orc_Archer_Card + 4257: 1 # Wild_Rose_Card + 4258: 1 # Wicked_Nymph_Card + 4259: 1 # Wooden_Golem_Card + 4260: 1 # Wootan_Shooter_Card + 4261: 1 # Wootan_Fighter_Card + 4262: 1 # Evil_Cloud_Hermit_Card + 4264: 1 # Wind_Ghost_Card + 4265: 1 # Li_Me_Mang_Ryang_Card + 4267: 1 # Explosion_Card + 4268: 1 # Injustice_Card + 4269: 1 # Incubus_Card + 4270: 1 # Giant_Spider_Card + 4271: 1 # Giant_Honet_Card + 4272: 1 # Dancing_Dragon_Card + 4273: 1 # Shellfish_Card + 4274: 1 # Zombie_Master_Card + 4275: 1 # Zombie_Prisoner_Card + 4277: 1 # Zherlthsh_Card + 4278: 1 # Gibbet_Card + 4279: 1 # Deleter_Card + 4280: 1 # Geographer_Card + 4281: 1 # Zipper_Bear_Card + 4282: 1 # Tengu_Card + 4283: 1 # Greatest_General_Card + 4284: 1 # Chepet_Card + 4285: 1 # Choco_Card + 4286: 1 # Karakasa_Card + 4287: 1 # Kapha_Card + 4288: 1 # Carat_Card + 4289: 1 # Caterpillar_Card + 4290: 1 # Cat_O_Nine_Tail_Card + 4292: 1 # Kobold_Archer_Card + 4293: 1 # Cookie_Card + 4294: 1 # Quve_Card + 4295: 1 # Kraben_Card + 4296: 1 # Cramp_Card + 4297: 1 # Cruiser_Card + 4298: 1 # Cremy_Fear_Card + 4299: 1 # Clock_Card + 4300: 1 # Chimera_Card + 4301: 1 # Killer_Mantis_Card + 4304: 1 # Tamruan_Card + 4307: 1 # Kind_Of_Beetle_Card + 4308: 1 # Tri_Joint_Card + 4309: 1 # Parasite_Card + 4310: 1 # Panzer_Goblin_Card + 4311: 1 # Permeter_Card + 4312: 1 # Fur_Seal_Card + 4313: 1 # Punk_Card + 4314: 1 # Penomena_Card + 4315: 1 # Pest_Card + 4316: 1 # Fake_Angel_Card + 4319: 1 # Freezer_Card + 4321: 1 # Hylozoist_Card + 4322: 1 # High_Orc_Card + 4323: 1 # Garm_Baby_Card + 4325: 1 # Harpy_Card + 4326: 1 # See_Otter_Card + 4327: 1 # Blood_Butterfly_Card + 4328: 1 # Hyegun_Card + 4329: 1 # Phendark_Card + 4331: 1 # Heater_Card + 4332: 1 # Waste_Stove_Card + 4333: 3 # Venomous_Card + 4334: 1 # Noxious_Card + 4335: 3 # Pitman_Card + 4336: 1 # Ungoliant_Card + 4337: 1 # Porcellio_Card + 4338: 1 # Obsidian_Card + 4339: 1 # Mineral_Card + 4340: 1 # Teddy_Bear_Card + 4341: 1 # Metaling_Card + 4343: 1 # Mole_Card + 4344: 3 # Anopheles_Card + 4345: 3 # Hill_Wind_Card + 4346: 1 # Ygnizem_Card + 4347: 3 # Armaia_Card + 4348: 1 # Whikebain_Card + 4349: 1 # Erend_Card + 4350: 3 # Rawrel_Card + 4351: 1 # Kavac_Card + 4353: 1 # Removal_Card + 4354: 1 # Gemini_Card + 4355: 3 # Gremlin_Card + 4356: 1 # Beholder_Card + 4358: 1 # Seyren_Card + 4360: 3 # Eremes_Card + 4362: 1 # Harword_Card + 4366: 1 # Katrinn_Card + 4368: 1 # Shecil_Card + 4369: 1 # Venatu_Card + 4370: 1 # Dimik_Card + 4371: 1 # Archdam_Card + 4373: 1 # Chung_E_Card + 4375: 1 # Orc_Baby_Card + 4377: 3 # Green_Iguana_Card + 4378: 1 # Acidus_Card + 4379: 1 # Acidus__Card + 4380: 3 # Ferus_Card + 4381: 1 # Ferus__Card + 4382: 1 # Novus__Card + 4383: 3 # Novus_Card + 4384: 1 # Hydro_Card + 4385: 3 # Dragon_Egg_Card + 4387: 1 # Ancient_Mimic_Card + 4388: 3 # Deathword_Card + 4389: 1 # Plasma_Card + 4390: 1 # Breeze_Card + 4391: 3 # Retribution_Card + 4392: 1 # Observation_Card + 4393: 1 # Shelter_Card + 4394: 1 # Solace_Card + 4395: 1 # Tha_Maero_Card + 4396: 1 # Tha_Odium_Card + 4397: 1 # Tha_Despero_Card + 4400: 1 # Aliza_Card + 4401: 1 # Alicel_Card + 4402: 1 # Aliot_Card + 4404: 1 # Skogul_Card + 4405: 1 # Frus_Card + 4409: 1 # Agav_Card + 4410: 1 # Echio_Card + 4411: 1 # Vanberk_Card + 4412: 1 # Isilla_Card + 4413: 1 # Hodremlin_Card + 4414: 1 # Seeker_Card + 4415: 2 # Snowier_Card + 4416: 1 # Siroma_Card + 4417: 1 # Ice_Titan_Card + 4418: 1 # Gazeti_Card + 4420: 1 # Muscipular_Card + 4421: 2 # Drosera_Card + 4422: 1 # Roween_Card + 4423: 1 # Galion_Card + 4424: 3 # Stapo_Card + 4426: 1 # Byorgue_Card + 4427: 1 # Sword_Guardian_Card + 4428: 1 # Bow_Guardian_Card + 4429: 1 # Salamander_Card + 4431: 1 # Kasa_Card + 4432: 2 # Magmaring_Card + 4433: 1 # Imp_Card + 4434: 1 # Knocker_Card + 4435: 1 # Zombie_Slaughter_Card + 4436: 2 # Ragged_Zombie_Card + 4437: 2 # Hell_Poodle_Card + 4438: 2 # Banshee_Card + 4439: 1 # Flame_Skull_Card + 4440: 1 # Necromancer_Card + + +IG_MagicCardAlbum: + 4047: 1 # Ghostring_Card + 4054: 1 # Angeling_Card + 4163: 1 # Gryphon_Card + 4169: 1 # Dark_Illusion_Card + 4174: 1 # Deviling_Card + 4179: 1 # Dragon_Fly_Card + 4183: 1 # Vagabond_Wolf_Card + 4197: 1 # Mastering_Card + 4198: 1 # Maya_Puple_Card + 4203: 1 # Mutant_Dragon_Card + 4207: 1 # Mysteltainn_Card + 4211: 1 # Vocal_Card + 4237: 5 # Owl_Duke_Card + 4238: 5 # Owl_Baron_Card + 4241: 1 # Archangeling_Card + 4250: 1 # Executioner_Card + 4254: 1 # Tirfing_Card + 4266: 1 # Eclipse_Card + 4284: 1 # Chepet_Card + 4285: 1 # Choco_Card + 4290: 5 # Cat_O_Nine_Tail_Card + 4291: 1 # Kobold_Leader_Card + 4300: 1 # Chimera_Card + 4306: 1 # Toad_Card + 4320: 1 # Bloody_Knight_Card + 4336: 1 # Ungoliant_Card + 4354: 1 # Gemini_Card + 4384: 1 # Hydro_Card + 4395: 3 # Tha_Maero_Card + 4396: 3 # Tha_Odium_Card + 4397: 3 # Tha_Despero_Card + + +IG_VioletBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + 510: 1 # Blue_Herb + 511: 1 # Green_Herb + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 523: 1 # Holy_Water + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 528: 1 # Monster's_Feed + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 535: 1 # Pumpkin + 536: 1 # Ice_Cream + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 545: 1 # Red_Slim_Potion + 546: 1 # Yellow_Slim_Potion + 547: 1 # White_Slim_Potion + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 555: 1 # Rice_Cake + 558: 1 # Chocolate + 561: 1 # White_Chocolate + 601: 1 # Wing_Of_Fly + 602: 1 # Wing_Of_Butterfly + 604: 2 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 609: 1 # Amulet + 610: 1 # Leaf_Of_Yggdrasil + 611: 1 # Spectacles + 612: 1 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 616: 1 # Old_Card_Album + 617: 1 # Old_Violet_Box + 618: 1 # Worn_Out_Scroll + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 1 # Pet_Incubator + 644: 1 # Gift_Box + 645: 1 # Center_Potion + 656: 1 # Awakening_Potion + 657: 1 # Berserk_Potion + 659: 1 # Heart_Of_Her + 663: 1 # Korea_Rice_Cake + 664: 1 # Gift_Box_1 + 665: 1 # Gift_Box_2 + 666: 1 # Gift_Box_3 + 667: 1 # Gift_Box_4 + 668: 1 # Handsei + 678: 1 # Poison_Bottle + 679: 1 # Gold_Pill + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 705: 1 # Clover + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 711: 1 # Shoot + 712: 1 # Flower + 713: 1 # Empty_Bottle + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 901: 1 # Danggie + 902: 1 # Tree_Root + 903: 1 # Reptile_Tongue + 904: 1 # Scorpion's_Tail + 905: 1 # Stem + 906: 1 # Pointed_Scale + 907: 1 # Resin + 908: 1 # Spawn + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 913: 1 # Tooth_Of_Bat + 914: 1 # Fluff + 915: 1 # Chrysalis + 916: 1 # Feather_Of_Birds + 917: 1 # Talon + 918: 1 # Sticky_Webfoot + 919: 1 # Animal's_Skin + 920: 1 # Claw_Of_Wolves + 921: 1 # Mushroom_Spore + 922: 1 # Orcish_Cuspid + 923: 1 # Evil_Horn + 924: 1 # Powder_Of_Butterfly + 925: 1 # Bill_Of_Birds + 926: 1 # Scale_Of_Snakes + 928: 1 # Insect_Feeler + 929: 1 # Immortal_Heart + 930: 1 # Rotten_Bandage + 931: 1 # Orcish_Voucher + 932: 1 # Skel_Bone + 934: 1 # Mementos + 935: 1 # Shell + 936: 1 # Scales_Shell + 937: 1 # Posionous_Canine + 938: 1 # Sticky_Mucus + 939: 1 # Bee_Sting + 940: 1 # Grasshopper's_Leg + 941: 1 # Nose_Ring + 942: 1 # Yoyo_Tail + 943: 1 # Solid_Shell + 944: 1 # Horseshoe + 945: 1 # Raccoon_Leaf + 946: 1 # Snail's_Shell + 947: 1 # Horn + 948: 1 # Bear's_Foot + 949: 1 # Feather + 950: 1 # Heart_Of_Mermaid + 951: 1 # Fin + 952: 1 # Cactus_Needle + 953: 1 # Stone_Heart + 954: 1 # Shining_Scales + 955: 1 # Worm_Peelings + 956: 1 # Gill + 957: 1 # Decayed_Nail + 958: 1 # Horrendous_Mouth + 959: 1 # Rotten_Scale + 960: 1 # Nipper + 961: 1 # Conch + 962: 1 # Tentacle + 963: 1 # Sharp_Scale + 964: 1 # Crap_Shell + 965: 1 # Clam_Shell + 966: 1 # Flesh_Of_Clam + 967: 1 # Turtle_Shell + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1012: 1 # Lizard_Scruff + 1013: 1 # Colorful_Shell + 1014: 1 # Jaws_Of_Ant + 1015: 1 # Thin_N'_Long_Tongue + 1016: 1 # Rat_Tail + 1017: 1 # Moustache_Of_Mole + 1018: 1 # Nail_Of_Mole + 1019: 1 # Wooden_Block + 1020: 1 # Long_Hair + 1021: 1 # Dokkaebi_Horn + 1022: 1 # Fox_Tail + 1023: 1 # Fish_Tail + 1024: 1 # Chinese_Ink + 1025: 1 # Spiderweb + 1026: 1 # Acorn + 1027: 1 # Porcupine_Spike + 1028: 1 # Wild_Boar's_Mane + 1029: 1 # Tiger's_Skin + 1031: 1 # Limb_Of_Mantis + 1032: 1 # Blossom_Of_Maneater + 1033: 1 # Root_Of_Maneater + 1034: 1 # Cobold_Hair + 1035: 1 # Dragon_Canine + 1036: 1 # Dragon_Scale + 1037: 1 # Dragon_Train + 1038: 1 # Petite_DiablOfs_Horn + 1039: 1 # Petite_DiablOfs_Wing + 1040: 1 # Elder_Pixie's_Beard + 1041: 1 # Lantern + 1042: 1 # Short_Leg + 1043: 1 # Nail_Of_Orc + 1044: 1 # Tooth_Of_ + 1045: 1 # Sacred_Masque + 1046: 1 # Tweezer + 1047: 1 # Head_Of_Medusa + 1048: 1 # Slender_Snake + 1049: 1 # Skirt_Of_Virgin + 1050: 1 # Tendon + 1051: 1 # Detonator + 1052: 1 # Single_Cell + 1053: 1 # Tooth_Of_Ancient_Fish + 1054: 1 # Lip_Of_Ancient_Fish + 1055: 1 # Earthworm_Peeling + 1056: 1 # Grit + 1057: 1 # Moth_Dust + 1058: 1 # Wing_Of_Moth + 1059: 1 # Transparent_Cloth + 1060: 1 # Golden_Hair + 1061: 1 # Starsand_Of_Witch + 1062: 1 # Pumpkin_Head + 1063: 1 # Sharpened_Cuspid + 1064: 1 # Reins + 1065: 1 # Booby_Trap + 1066: 1 # Tree_Of_Archer_1 + 1067: 1 # Tree_Of_Archer_2 + 1068: 1 # Tree_Of_Archer_3 + 1088: 1 # Morocc_Potion + 1089: 1 # Payon_Potion + 1092: 1 # Empty_Cylinder + 1093: 1 # Empty_Potion + 1094: 1 # Short_Daenggie + 1095: 1 # Needle_Of_Alarm + 1096: 1 # Round_Shell + 1097: 1 # Worn_Out_Page + 1098: 1 # Manacles + 1099: 1 # Worn_Out_Prison_Uniform + 1102: 7 # Sword_ + 1105: 7 # Falchion_ + 1108: 7 # Blade_ + 1111: 7 # Lapier_ + 1114: 7 # Scimiter_ + 1117: 7 # Katana_ + 1120: 7 # Tsurugi_ + 1124: 7 # Orcish_Sword + 1125: 7 # Ring_Pommel_Saber_ + 1127: 7 # Saber_ + 1128: 7 # Hae_Dong_Gum_ + 1129: 7 # Flamberge + 1147: 1 # Town_Sword_ + 1148: 1 # Star_Dust_Blade + 1152: 7 # Slayer_ + 1155: 7 # Bastard_Sword_ + 1158: 7 # Two_Hand_Sword_ + 1162: 7 # Broad_Sword_ + 1163: 7 # Claymore + 1202: 7 # Knife_ + 1205: 7 # Cutter_ + 1208: 7 # Main_Gauche_ + 1211: 7 # Dirk_ + 1214: 7 # Dagger_ + 1217: 7 # Stiletto_ + 1220: 7 # Gladius_ + 1226: 7 # Damascus_ + 1243: 7 # Novice_Knife + 1251: 7 # Jur_ + 1253: 7 # Katar_ + 1255: 7 # Jamadhar_ + 1256: 7 # Katar_Of_Cold_Icicle + 1257: 7 # Katar_Of_Thornbush + 1258: 7 # Katar_Of_Raging_Blaze + 1259: 7 # Katar_Of_Piercing_Wind + 1262: 1 # Nail_Of_Loki + 1263: 1 # Unholy_Touch + 1264: 2 # Various_Jur + 1265: 1 # Bloody_Roar + 1269: 1 # Inverse_Scale + 1271: 1 # Blood_Tears + 1302: 7 # Axe_ + 1304: 7 # Orcish_Axe + 1307: 1 # Windhawk + 1352: 7 # Battle_Axe_ + 1355: 7 # Hammer_ + 1358: 7 # Buster_ + 1361: 7 # Two_Handed_Axe_ + 1370: 1 # Doom_Slayer + 1376: 1 # Heart_Breaker + 1377: 1 # Hurricane_Fury + 1402: 7 # Javelin_ + 1405: 7 # Spear_ + 1408: 7 # Pike_ + 1411: 7 # Lance_ + 1452: 7 # Guisarme_ + 1455: 7 # Glaive_ + 1458: 7 # Partizan_ + 1461: 7 # Trident_ + 1464: 7 # Halberd_ + 1472: 7 # Staff_Of_Soul + 1474: 1 # Gae_Bolg + 1478: 1 # Ahlspiess + 1502: 7 # Club_ + 1505: 7 # Mace_ + 1508: 7 # Smasher_ + 1511: 7 # Flail_ + 1514: 7 # Morning_Star_ + 1517: 7 # Sword_Mace_ + 1520: 7 # Chain_ + 1522: 7 # Stunner + 1550: 7 # Book + 1551: 7 # Bible + 1552: 7 # Tablet + 1553: 7 # Book_Of_Billows + 1554: 7 # Book_Of_Mother_Earth + 1555: 7 # Book_Of_Blazing_Sun + 1556: 7 # Book_Of_Gust_Of_Wind + 1558: 7 # Girl's_Diary + 1559: 1 # Legacy_Of_Dragon + 1560: 1 # Diary_Of_Great_Sage + 1561: 1 # Hardback + 1602: 7 # Rod_ + 1605: 7 # Wand_ + 1608: 7 # Staff_ + 1611: 7 # Arc_Wand_ + 1613: 7 # Mighty_Staff + 1614: 7 # Blessed_Wand + 1615: 7 # Bone_Wand + 1616: 1 # Staff_Of_Wing + 1618: 1 # Survival_Rod_ + 1620: 1 # Survival_Rod2_ + 1622: 1 # Hypnotist's_Staff_ + 1702: 7 # Bow_ + 1705: 7 # Composite_Bow_ + 1708: 7 # Great_Bow_ + 1711: 7 # CrossBow_ + 1715: 7 # Arbalest_ + 1716: 7 # Kakkung_ + 1718: 7 # Hunter_Bow + 1723: 1 # Luna_Bow + 1724: 1 # Dragon_Wing + 1730: 1 # Burning_Bow + 1731: 1 # Frozen_Bow + 1732: 1 # Earth_Bow + 1733: 1 # Gust_Bow + 1750: 1 # Arrow + 1751: 1 # Silver_Arrow + 1752: 1 # Fire_Arrow + 1753: 1 # Steel_Arrow + 1754: 1 # Crystal_Arrow + 1755: 1 # Arrow_Of_Wind + 1756: 1 # Stone_Arrow + 1757: 1 # Immatrial_Arrow + 1758: 1 # Stun_Arrow + 1759: 1 # Freezing_Arrow + 1760: 1 # Flash_Arrow + 1761: 1 # Curse_Arrow + 1762: 1 # Rusty_Arrow + 1763: 1 # Poison_Arrow + 1764: 1 # Incisive_Arrow + 1765: 1 # Oridecon_Arrow + 1767: 1 # Arrow_Of_Shadow + 1768: 1 # Sleep_Arrow + 1769: 1 # Silence_Arrow + 1770: 1 # Iron_Arrow + 1802: 7 # Waghnakh_ + 1804: 7 # Knuckle_Duster_ + 1806: 7 # Hora_ + 1808: 7 # Fist_ + 1810: 7 # Claw_ + 1812: 7 # Finger_ + 1815: 1 # Claw_Of_Garm + 1818: 1 # Magma_Fist + 1819: 1 # Icicle_Fist + 1820: 1 # Electric_Fist + 1821: 1 # Seismic_Fist + 1822: 1 # Combo_Battle_Glove + 1902: 7 # Violin_ + 1904: 7 # Mandolin_ + 1906: 7 # Lute_ + 1908: 7 # Guitar_ + 1910: 7 # Harp_ + 1912: 7 # Guh_Moon_Goh_ + 1914: 1 # Guitar_Of_Passion + 1915: 1 # Guitar_Of_Blue_Solo + 1916: 1 # Guitar_Of_Vast_Land + 1917: 1 # Guitar_Of_Gentle_Breeze + 1918: 1 # Oriental_Lute + 1919: 1 # Base_Guitar + 1951: 7 # Rope_ + 1953: 7 # Line_ + 1955: 7 # Wire_ + 1957: 7 # Rante_ + 1959: 7 # Tail_ + 1961: 7 # Whip_ + 1965: 1 # Whip_Of_Red_Flame + 1966: 1 # Whip_Of_Ice_Piece + 1967: 1 # Whip_Of_Earth + 1968: 1 # Jump_Rope + 1969: 1 # Bladed_Whip + 1970: 1 # Queen's_Whip + 1971: 1 # Electric_Wire + 1972: 1 # Electric_Eel + 1973: 1 # Sea_Witch_Foot + 1974: 1 # Carrot_Whip + 2102: 7 # Guard_ + 2104: 7 # Buckler_ + 2106: 7 # Shield_ + 2108: 7 # Mirror_Shield_ + 2109: 7 # Memorize_Book + 2112: 7 # Novice_Guard + 2201: 7 # Sunglasses + 2203: 7 # Glasses + 2205: 7 # Diver's_Goggles + 2206: 7 # Wedding_Veil + 2207: 7 # Fancy_Flower + 2208: 7 # Ribbon + 2209: 7 # Ribbon_ + 2210: 7 # Hair_Band + 2211: 7 # Bandana + 2212: 7 # Eye_Bandage + 2213: 7 # Cat_Hairband + 2214: 7 # Bunny_Band + 2215: 7 # Flower_Hairband + 2216: 7 # Biretta + 2217: 7 # Biretta_ + 2218: 7 # Flu_Mask + 2220: 7 # Hat + 2221: 7 # Hat_ + 2222: 7 # Turban + 2223: 7 # Turban_ + 2224: 7 # Goggle + 2225: 7 # Goggle_ + 2226: 7 # Cap + 2227: 7 # Cap_ + 2228: 7 # Helm + 2229: 7 # Helm_ + 2230: 7 # Gemmed_Sallet + 2231: 7 # Gemmed_Sallet_ + 2232: 7 # Circlet + 2233: 7 # Circlet_ + 2236: 7 # Santa's_Hat + 2239: 7 # One_Eyed_Glass + 2241: 7 # Granpa_Beard + 2242: 7 # Luxury_Sunglasses + 2243: 7 # Spinning_Eyes + 2244: 7 # Big_Sis'_Ribbon + 2245: 7 # Sweet_Gents + 2246: 7 # Golden_Gear + 2247: 7 # Oldman's_Romance + 2248: 7 # Western_Grace + 2249: 1 # Coronet + 2250: 7 # Fillet + 2251: 7 # Holy_Bonnet + 2252: 7 # Star_Sparkling + 2253: 7 # Sunflower + 2254: 1 # Angelic_Chain + 2255: 1 # Satanic_Chain + 2257: 7 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2259: 7 # Mini_Propeller + 2260: 7 # Mini_Glasses + 2261: 7 # Prontera_Army_Cap + 2262: 7 # Pierrot_Nose + 2263: 7 # Gangster_Patch + 2265: 7 # Ganster_Mask + 2266: 7 # Iron_Cane + 2267: 7 # Cigar + 2268: 7 # Smoking_Pipe + 2269: 7 # Centimental_Flower + 2270: 7 # Centimental_Leaf + 2271: 7 # Jack_A_Dandy + 2274: 1 # Ghost_Bandana + 2275: 7 # Red_Bandana + 2276: 7 # Eagle_Eyes + 2277: 7 # Nurse_Cap + 2278: 7 # Mr_Smile + 2279: 7 # Bomb_Wick + 2282: 7 # Spirit_Chain + 2285: 7 # Apple_Of_Archer + 2286: 1 # Elven_Ears + 2287: 7 # Pirate_Bandana + 2288: 7 # Mr_Scream + 2289: 7 # Poo_Poo_Hat + 2290: 7 # Funeral_Costume + 2291: 7 # Masquerade + 2294: 7 # Star_Dust + 2295: 7 # Blinker + 2297: 7 # Goblini_Mask + 2298: 7 # Green_Feeler + 2299: 7 # Viking_Helm + 2302: 7 # Cotton_Shirt_ + 2304: 7 # Leather_Jacket_ + 2306: 7 # Adventurere's_Suit_ + 2308: 7 # Mantle_ + 2310: 7 # Coat_ + 2311: 7 # Mink_Coat + 2313: 7 # Padded_Armor_ + 2315: 7 # Chain_Mail_ + 2317: 7 # Plate_Armor_ + 2318: 7 # Clothes_Of_The_Lord + 2320: 7 # Formal_Suit + 2322: 7 # Silk_Robe_ + 2324: 7 # Scapulare_ + 2326: 7 # Saint_Robe_ + 2327: 1 # Holy_Robe + 2329: 7 # Wooden_Mail_ + 2331: 7 # Tights_ + 2333: 7 # Silver_Robe_ + 2334: 1 # Mage_Coat + 2336: 7 # Thief_Clothes_ + 2337: 7 # Ninja_Suit + 2339: 7 # G_Strings + 2340: 7 # Novice_Breast + 2352: 7 # Novice_Plate + 2402: 7 # Sandals_ + 2404: 7 # Shoes_ + 2406: 7 # Boots_ + 2407: 7 # Chrystal_Pumps + 2408: 7 # Cuffs + 2409: 7 # Spiky_Heel + 2411: 7 # Grave + 2414: 7 # Novice_Boots + 2502: 7 # Hood_ + 2504: 7 # Muffler_ + 2506: 7 # Manteau_ + 2507: 7 # Cape_Of_Ancient_Lord + 2508: 7 # Ragamuffin_Cape + 2510: 7 # Novice_Hood + 2513: 1 # Celestial_Robe + 2514: 1 # Pauldron + 2515: 1 # Wing_Of_Eagle + 2601: 7 # Ring + 2602: 7 # Earring + 2603: 7 # Necklace + 2604: 7 # Glove + 2605: 7 # Brooch + 2607: 7 # Clip + 2608: 7 # Rosary + 2609: 7 # Skul_Ring + 2610: 7 # Gold_Ring + 2611: 7 # Silver_Ring + 2612: 7 # Flower_Ring + 2613: 7 # Diamond_Ring + 2614: 1 # An_Eye_Of_Dullahan + 2615: 1 # Safety_Ring + 2616: 1 # Critical_Ring + 2617: 7 # Mitten_Of_Presbyter + 2618: 7 # Matyr's_Flea_Guard + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 7 # Belt + 2628: 7 # Novice_Armlet + 2652: 1 # Cursed_Lucky_Brooch + 2654: 1 # Shinobi's_Sash + 2655: 1 # Bloody_Iron_Ball + 2656: 1 # Hyper_Changer + 5002: 1 # Gemmed_Crown + 5003: 7 # Joker_Jester + 5005: 7 # Gas_Mask + 5006: 7 # Machoman_Glasses + 5007: 1 # Loard_Circlet + 5009: 7 # Safety_Helmet + 5010: 7 # Indian_Hair_Piece + 5011: 7 # Antenna + 5014: 7 # Fin_Helm + 5015: 7 # Egg_Shell + 5017: 1 # Bone_Helm + 5030: 7 # Panda_Cap + 5035: 7 # Poring_Hat + 5037: 7 # Fruit_Shell + 5053: 1 # Spinx_Helm + 5055: 7 # Novice_Egg_Cap + 5066: 1 # Horn_Of_Succubus + 5072: 1 # Inccubus_Horn + 5085: 1 # Pair_Of_Red_Ribbon + 5088: 7 # Goblin_Mask_02 + 5089: 7 # Goblin_Mask_03 + 5090: 7 # Goblin_Mask_04 + 5111: 1 # Galapago_Cap + 5113: 1 # Angry_Mouth + 5116: 1 # Banana_Hat + 5118: 1 # Ear_Of_Puppy + 5119: 1 # Super_Novice_Hat_ + 5120: 1 # Fedora_ + 7001: 1 # Mould_Powder + 7002: 1 # Ogre_Tooth + 7003: 1 # Anolian_Skin + 7004: 1 # Mud_Lump + 7005: 1 # Skull + 7006: 1 # Wing_Of_Red_Bat + 7007: 1 # Claw_Of_Rat + 7008: 1 # Stiff_Horn + 7009: 1 # Glitter_Shell + 7010: 1 # Tail_Of_Steel_Scorpion + 7011: 1 # Claw_Of_Monkey + 7012: 1 # Tough_Scalelike_Stem + 7013: 1 # Coral_Reef + 7014: 1 # Old_Portrait + 7015: 1 # Bookclip_In_Memory + 7016: 1 # Spoon_Stub + 7026: 1 # Key_Of_Clock_Tower + 7027: 1 # Underground_Key + 7030: 1 # Claw_Of_Desert_Wolf + 7031: 1 # Old_Frying_Pan + 7032: 1 # Piece_Of_Egg_Shell + 7033: 1 # Poison_Spore + 7034: 1 # Red_Socks_With_Holes + 7035: 1 # Matchstick + 7036: 1 # Fang_Of_Garm + 7038: 1 # Yarn + 7041: 1 # Fine_Grit + 7047: 1 # Alice's_Apron + 7048: 1 # Talon_Of_Griffin + 7049: 1 # Stone + 7053: 1 # Cyfar + 7054: 1 # Brigan + 7059: 1 # Cargo_Free_Ticket + 7060: 1 # Warp_Free_Ticket + 7061: 1 # Cart_Free_Ticket + 7063: 1 # Soft_Feather + 7064: 1 # Dragon_Fly_Wing + 7065: 1 # Sea_Otter_Leather + 7066: 1 # Ice_Piece + 7067: 1 # Stone_Piece + 7068: 1 # Burn_Tree + 7069: 1 # Broken_Armor_Piece + 7070: 1 # Broken_Shell + 7071: 1 # Tatters_Clothes + 7072: 1 # Rust_Suriken + 7093: 1 # Wheel + 7094: 1 # Mystery_Piece + 7095: 1 # Broken_Steel_Piece + 7096: 1 # Cold_Magma + 7097: 1 # Burning_Heart + 7098: 1 # Live_Coal + 7099: 1 # Old_Magic_Circle + 7100: 1 # Sharp_Leaf + 7101: 1 # Peco_Wing_Feather + 7106: 1 # Goat's_Horn + 7107: 1 # Gaoat's_Skin + 7108: 1 # Boroken_Shiled_Piece + 7109: 1 # Shine_Spear_Blade + 7110: 1 # Vroken_Sword + 7111: 1 # Smooth_Paper + 7112: 1 # Fright_Paper_Blade + 7113: 1 # Broken_Pharaoh_Symbol + 7114: 1 # Tutankhamen's_Mask + 7115: 1 # Harpy's_Feather + 7116: 1 # Harpy's_Claw + 7117: 1 # Rent_Spell_Book + 7118: 1 # Rent_Scroll + 7119: 1 # Spawns + 7120: 1 # Burning_Horse_Shoe + 7121: 1 # Honey_Jar + 7122: 1 # Hot_Hair + 7123: 1 # Dragon's_Skin + 7124: 1 # Sand_Lump + 7125: 1 # Scropion's_Nipper + 7126: 1 # Large_Jellopy + 7134: 1 # Medicine_Bowl + 7135: 1 # Fire_Bottle + 7136: 1 # Acid_Bottle + 7137: 1 # MenEater_Plant_Bottle + 7138: 1 # Mini_Bottle + 7139: 1 # Coating_Bottle + 7149: 1 # Yellow_Plate + 7150: 1 # Bamboo_Cut + 7151: 1 # Oil_Paper + 7152: 1 # Glossy_Hair + 7153: 1 # Old_Japaness_Clothes + 7154: 1 # Poison_Powder + 7155: 1 # Poison_Toad's_Skin + 7156: 1 # Broken_Shuriken + 7157: 1 # Black_Mask + 7158: 1 # Broken_Wine_Vessel + 7159: 1 # Tengu's_Nose + 7161: 1 # Black_Bear's_Skin + 7162: 1 # Cloud_Piece + 7163: 1 # Sharp_Feeler + 7164: 1 # Hard_Peach + 7165: 1 # Limpid_Celestial_Robe + 7166: 1 # Soft_Silk_Cloth + 7167: 1 # Mystery_Iron_Bit + 7168: 1 # Great_Wing + 7169: 1 # Taegeuk_Plate + 7171: 1 # Leopard_Skin + 7172: 1 # Leopard_Talon + 7174: 1 # Packing_Ribbon + 7175: 1 # Packing_Paper + 7182: 1 # Cacao + 7186: 1 # Thin_Stem + 7187: 1 # Festival_Mask + 7188: 1 # Browny_Root + 7189: 1 # Heart_Of_Tree + 7190: 1 # Solid_Peeling + 7191: 1 # Lamplight + 7192: 1 # Blade_Of_Pinwheel + 7193: 1 # Germinating_Sprout + 7194: 1 # Soft_Leaf + 7195: 1 # Air_Rifle + 7196: 1 # Shoulder_Protection + 7197: 1 # Tough_Vines + 7198: 1 # Great_Leaf + 7200: 1 # Flexible_String + 7201: 1 # Log + 7202: 1 # Beetle_Nipper + 7203: 1 # Solid_Twig + 7205: 1 # Piece_Of_Black_Cloth + 7206: 1 # Black_Kitty_Doll + 7207: 1 # Old_Manteau + 7208: 1 # Rusty_Cleaver + 7209: 1 # Dullahan's_Helm + 7210: 1 # Dullahan_Armor + 7211: 1 # Rojerta_Piece + 7212: 1 # Hanging_Doll + 7213: 1 # Needle_Pouch + 7214: 1 # Bat_Cage + 7215: 1 # Broken_Needle + 7216: 1 # Red_Scarf + 7217: 1 # Spool + 7218: 1 # Rotten_Rope + 7219: 1 # Striped_Socks + 7220: 1 # Ectoplasm + 7221: 1 # Tangled_Chain + 7222: 1 # Tree_Knot + 7223: 1 # Distorted_Portrait + 7225: 1 # Pumpkin_Bucket + 7262: 1 # Fan + 7263: 1 # Cat_Eyed_Stone + 7264: 1 # Dried_Sand + 7265: 1 # Dragon_Horn + 7266: 1 # Dragon_Fang + 7267: 1 # Tiger_Skin_Panties + 7268: 1 # Little_Blacky_Ghost + 7269: 1 # Bib + 7270: 1 # Milk_Bottle + 7315: 1 # Dark_Crystal_Fragment + 7316: 1 # Long_Limb + 7317: 1 # Screw + 7318: 1 # Old_Pick + 7319: 1 # Old_Steel_Plate + 7320: 1 # Air_Pollutant + 7321: 1 # Fragment_Of_Crystal + 7322: 1 # Poisonous_Gas + 7323: 1 # Battered_Kettle + 7325: 1 # Tube + 7326: 1 # Fluorescent_Liquid + 7327: 1 # Headlamp + 7436: 1 # Piece_Of_Memory_Green + 7437: 1 # Piece_Of_Memory_Purple + 7438: 1 # Piece_Of_Memory_Blue + 7439: 1 # Piece_Of_Memory_Red + 7440: 1 # Red_Feather + 7441: 1 # Blue_Feather + 7442: 1 # Cursed_Seal + 7443: 1 # Tri_Headed_Dragon_Head + 7444: 1 # Treasure_Box + 7445: 1 # Dragonball_Green + 7446: 1 # Dragonball_Blue + 7447: 1 # Dragonball_Red + 7448: 1 # Dragonball_Yellow + 7449: 1 # Bloody_Page + 7450: 1 # Piece_Of_Bone_Armor + 7451: 1 # Scale_Of_Red_Dragon + 7452: 1 # Yellow_Spice + 7453: 1 # Sweet_Sauce + 7454: 1 # Plain_Sauce + 7455: 1 # Hot_Sauce + 7456: 1 # Red_Spice + 7457: 1 # Cooking_Oil + 7472: 1 # Cookbook01 + 7473: 1 # Cookbook02 + 7474: 1 # Cookbook03 + 7475: 1 # Cookbook04 + 7476: 1 # Cookbook05 + 7477: 1 # Cookbook06 + 7478: 1 # Cookbook07 + 7479: 1 # Cookbook08 + 7480: 1 # Cookbook09 + 7481: 1 # Cookbook10 + 7482: 1 # Pot + 7512: 1 # Burnt_Parts + 7513: 1 # Pocket_Watch__ + 7561: 1 # Ice_Heart + 7562: 1 # Ice_Scale + 7563: 1 # Bloody_Rune + 7564: 1 # Rotten_Meat + 7565: 1 # Sticky_Poison + 7567: 1 # Suspicious_Hat + 7568: 1 # White_Mask + 7751: 1 # Old_White_Cloth + 7752: 1 # Clattering_Skull + 7753: 1 # Broken_Farming_Utensil + 10001: 7 # Skull_Helm + 10002: 7 # Monster_Oxygen_Mask + 10003: 7 # Transparent_Headgear + 10004: 7 # Pacifier + 10005: 7 # Wig + 10006: 7 # Queen's_Hair_Ornament + 10007: 7 # Silk_Ribbon + 10008: 7 # Punisher + 10009: 7 # Wild_Flower + 10010: 7 # Battered_Pot + 10011: 7 # Stellar_Hairpin + 10012: 7 # Tiny_Egg_Shell + 10013: 7 # Backpack + 10014: 7 # Rocker_Glasses + 10015: 7 # Green_Lace + 10016: 7 # Golden_Bell + 10017: 7 # Bark_Shorts + 10018: 7 # Monkey_Circlet + 10019: 7 # Red_Muffler + 10020: 7 # Sword_Of_Grave_Keeper + 13001: 1 # Dragon_Killer + 13002: 1 # Ginnungagap + 13004: 1 # Coward_ + 13163: 1 # Long_Barrel + 13164: 1 # Long_Barrel_ + 13167: 1 # Gate_KeeperDD + 13168: 1 # Thunder_P + 13170: 2 # Lever_Action_Rifle + 13200: 1 # Bullet + 13201: 1 # Silver_Bullet + 13202: 1 # Shell_Of_Blood + 13203: 1 # Flare_Sphere + 13204: 1 # Lighting_Sphere + 13205: 1 # Poison_Sphere + 13206: 1 # Blind_Sphere + 13207: 1 # Freezing_Sphere + 13304: 1 # Huuma_Calm_Mind + + +IG_GiftBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_1: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_2: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_3: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_4: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBoxChina: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 518: 1 # Honey + 520: 1 # Leaflet_Of_Hinal + 521: 2 # Leaflet_Of_Aloe + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 603: 4 # Old_Blue_Box + 604: 9 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 610: 1 # Leaf_Of_Yggdrasil + 612: 5 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 745: 1 # Wedding_Bouquet + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 931: 1 # Orcish_Voucher + 934: 1 # Mementos + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1065: 1 # Booby_Trap + 1102: 1 # Sword_ + 1105: 1 # Falchion_ + 1108: 1 # Blade_ + 1111: 1 # Lapier_ + 1114: 1 # Scimiter_ + 1117: 1 # Katana_ + 1120: 1 # Tsurugi_ + 1125: 1 # Ring_Pommel_Saber_ + 1127: 1 # Saber_ + 1128: 1 # Hae_Dong_Gum_ + 1129: 1 # Flamberge + 1152: 1 # Slayer_ + 1155: 1 # Bastard_Sword_ + 1158: 1 # Two_Hand_Sword_ + 1162: 1 # Broad_Sword_ + 1163: 1 # Claymore + 1202: 1 # Knife_ + 1205: 1 # Cutter_ + 1208: 1 # Main_Gauche_ + 1211: 1 # Dirk_ + 1214: 1 # Dagger_ + 1217: 1 # Stiletto_ + 1220: 1 # Gladius_ + 1226: 1 # Damascus_ + 1251: 1 # Jur_ + 1253: 1 # Katar_ + 1255: 1 # Jamadhar_ + 1302: 1 # Axe_ + 1352: 1 # Battle_Axe_ + 1355: 1 # Hammer_ + 1358: 1 # Buster_ + 1361: 1 # Two_Handed_Axe_ + 1402: 1 # Javelin_ + 1405: 1 # Spear_ + 1408: 1 # Pike_ + 1410: 1 # Lance + 1452: 1 # Guisarme_ + 1455: 1 # Glaive_ + 1458: 1 # Partizan_ + 1461: 1 # Trident_ + 1464: 1 # Halberd_ + 1502: 1 # Club_ + 1505: 1 # Mace_ + 1508: 1 # Smasher_ + 1511: 1 # Flail_ + 1514: 1 # Morning_Star_ + 1517: 1 # Sword_Mace_ + 1520: 1 # Chain_ + 1550: 1 # Book + 1551: 1 # Bible + 1602: 1 # Rod_ + 1605: 1 # Wand_ + 1608: 1 # Staff_ + 1611: 1 # Arc_Wand_ + 1613: 1 # Mighty_Staff + 1702: 1 # Bow_ + 1705: 1 # Composite_Bow_ + 1711: 1 # CrossBow_ + 1713: 1 # Arbalest + 1714: 1 # Kakkung + 1718: 1 # Hunter_Bow + 1719: 1 # Bow_Of_Roguemaster + 2102: 1 # Guard_ + 2104: 1 # Buckler_ + 2106: 1 # Shield_ + 2108: 1 # Mirror_Shield_ + 2207: 1 # Fancy_Flower + 2209: 1 # Ribbon_ + 2213: 1 # Cat_Hairband + 2215: 1 # Flower_Hairband + 2217: 1 # Biretta_ + 2221: 1 # Hat_ + 2223: 1 # Turban_ + 2225: 1 # Goggle_ + 2227: 1 # Cap_ + 2229: 1 # Helm_ + 2231: 1 # Gemmed_Sallet_ + 2233: 1 # Circlet_ + 2236: 1 # Santa's_Hat + 2244: 1 # Big_Sis'_Ribbon + 2249: 1 # Coronet + 2250: 1 # Fillet + 2257: 1 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2262: 1 # Pierrot_Nose + 2263: 1 # Gangster_Patch + 2265: 1 # Ganster_Mask + 2269: 1 # Centimental_Flower + 2270: 1 # Centimental_Leaf + 2271: 1 # Jack_A_Dandy + 2272: 1 # Stop_Post + 2273: 1 # Doctor_Cap + 2275: 1 # Red_Bandana + 2276: 1 # Eagle_Eyes + 2279: 1 # Bomb_Wick + 2284: 1 # Antler + 2287: 1 # Pirate_Bandana + 2289: 1 # Poo_Poo_Hat + 2290: 1 # Funeral_Costume + 2291: 1 # Masquerade + 2293: 1 # Pretend_Murdered + 2294: 1 # Star_Dust + 2295: 1 # Blinker + 2296: 1 # Binoculars + 2298: 1 # Green_Feeler + 2299: 1 # Viking_Helm + 2302: 1 # Cotton_Shirt_ + 2304: 1 # Leather_Jacket_ + 2306: 1 # Adventurere's_Suit_ + 2308: 1 # Mantle_ + 2310: 1 # Coat_ + 2311: 1 # Mink_Coat + 2313: 1 # Padded_Armor_ + 2315: 1 # Chain_Mail_ + 2317: 1 # Plate_Armor_ + 2322: 1 # Silk_Robe_ + 2324: 1 # Scapulare_ + 2326: 1 # Saint_Robe_ + 2329: 1 # Wooden_Mail_ + 2331: 1 # Tights_ + 2333: 1 # Silver_Robe_ + 2336: 1 # Thief_Clothes_ + 2337: 1 # Ninja_Suit + 2339: 1 # G_Strings + 2402: 1 # Sandals_ + 2404: 1 # Shoes_ + 2407: 1 # Chrystal_Pumps + 2408: 1 # Cuffs + 2409: 1 # Spiky_Heel + 2502: 1 # Hood_ + 2504: 1 # Muffler_ + 2506: 1 # Manteau_ + 2507: 1 # Cape_Of_Ancient_Lord + 2508: 1 # Ragamuffin_Cape + 2601: 1 # Ring + 2602: 1 # Earring + 2603: 1 # Necklace + 2604: 1 # Glove + 2605: 1 # Brooch + 2607: 1 # Clip + 2608: 1 # Rosary + 2609: 1 # Skul_Ring + 2610: 1 # Gold_Ring + 2611: 1 # Silver_Ring + 2612: 1 # Flower_Ring + 2613: 1 # Diamond_Ring + 5009: 1 # Safety_Helmet + 5010: 1 # Indian_Hair_Piece + 5014: 1 # Fin_Helm + 5015: 2 # Egg_Shell + + +IG_OldGiftBox: + 5270: 4 # Fallen_Leaves_ + 5271: 1 # Chinese_Crown_ + 5272: 4 # Tongue_Mask_ + + +IG_CookieBag: + 529: 5 # Candy + 530: 5 # Candy_Striper + 538: 5 # Well_Baked_Cookie + 539: 5 # Piece_Of_Cake + 558: 1 # Chocolate + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 561: 1 # White_Chocolate + 564: 5 # Rice_Ball + 570: 5 # Lucky_Candy + 571: 5 # Lucky_Candy_Cane + 572: 5 # Lucky_Cookie + 573: 1 # Chocolate_Drink + 12122: 1 # Sesame_Pastry + 12123: 1 # Honey_Pastry + 12124: 1 # Rainbow_Cake + + +IG_FirstAid: + 501: 5 # Red_Potion + 502: 5 # Orange_Potion + 503: 5 # Yellow_Potion + 504: 5 # White_Potion + 505: 5 # Blue_Potion + 506: 5 # Green_Potion + 545: 5 # Red_Slim_Potion + 546: 5 # Yellow_Slim_Potion + 547: 5 # White_Slim_Potion + 569: 5 # Novice_Potion + 605: 5 # Anodyne + 645: 5 # Center_Potion + 656: 5 # Awakening_Potion + 657: 5 # Berserk_Potion + 678: 1 # Poison_Bottle + 12016: 5 # Speed_Up_Potion + 12017: 5 # Slow_Down_Potion + 12020: 5 # Water_Of_Darkness + + +IG_Herb: + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + + +IG_Fruit: + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + + +IG_Meat: + 517: 1 # Meat + 528: 1 # Monster's_Feed + + +IG_Candy: + 529: 1 # Candy + 530: 1 # Candy_Striper + + +IG_Juice: + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 534: 1 # Carrot_Juice + + +IG_Fish: + 544: 1 # Fish_Slice + 551: 1 # Shusi + + +IG_Box: + 603: 1 # Old_Blue_Box + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + + +IG_Gemstone: + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + + +IG_Resist: + 12118: 1 # Resist_Fire + 12119: 1 # Resist_Water + 12120: 1 # Resist_Earth + 12121: 1 # Resist_Wind + + +IG_Ore: + 1002: 3 # Iron_Ore + 998: 2 # Iron + 993: 2 # Yellow_Live + 1003: 2 # Coal + 992: 2 # Wind_Of_Verdure + 1010: 2 # Phracon + 991: 1 # Crystal_Blue + 990: 1 # Boody_Red + 999: 1 # Steel + 1011: 1 # Emveretarcon + 757: 1 # Elunium_Stone + 756: 9 # Oridecon_Stone + 997: 8 # Great_Nature + 996: 7 # Rough_Wind + 995: 6 # Mistic_Frozen + 994: 5 # Flame_Heart + 985: 4 # Elunium + 984: 3 # Oridecon + 969: 2 # Gold + 714: 1 # Emperium + + +IG_Food: + 526: 5 # Royal_Jelly + 12042: 1 # Str_Dish02 + 12057: 1 # Agi_Dish02 + 12053: 1 # Vit_Dish03 + 12062: 1 # Dex_Dish02 + 12068: 1 # Luk_Dish03 + 12047: 1 # Int_Dish02 + 531: 3 # Apple_Juice + 532: 3 # Banana_Juice + 533: 3 # Grape_Juice + 534: 3 # Carrot_Juice + 538: 3 # Well_Baked_Cookie + 536: 5 # Ice_Cream + 544: 5 # Fish_Slice + 548: 5 # Cheese + 551: 5 # Shusi + 553: 5 # Bun + 554: 5 # Mojji + 535: 5 # Pumpkin + 516: 1 # Sweet_Potato + 513: 1 # Banana + 512: 6 # Apple + + +IG_Recovery: + 522: 5 # Fruit_Of_Mastela + 521: 5 # Leaflet_Of_Aloe + 520: 1 # Leaflet_Of_Hinal + 545: 1 # Red_Slim_Potion + 12118: 1 # Resist_Fire + 508: 2 # Yellow_Herb + 501: 2 # Red_Potion + 511: 3 # Green_Herb + 507: 3 # Red_Herb + 569: 5 # Novice_Potion + 549: 5 # Nice_Sweet_Potato + 529: 1 # Candy + 528: 2 # Monster's_Feed + 550: 6 # Popped_Rice + + +IG_Mineral: + 714: 1 # Emperium + 756: 1 # Oridecon_Stone + 757: 1 # Elunium_Stone + 969: 1 # Gold + 984: 1 # Oridecon + 985: 1 # Elunium + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + + +IG_Taming: + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 659: 1 # Heart_Of_Her + 660: 1 # Prohibition_Red_Candle + 661: 1 # Sway_Apron + 10001: 1 # Skull_Helm + 10002: 1 # Monster_Oxygen_Mask + 10003: 1 # Transparent_Headgear + 10004: 1 # Pacifier + 10005: 1 # Wig + 10006: 1 # Queen's_Hair_Ornament + 10007: 1 # Silk_Ribbon + 10008: 1 # Punisher + 10009: 1 # Wild_Flower + 10010: 1 # Battered_Pot + 10011: 1 # Stellar_Hairpin + 10012: 1 # Tiny_Egg_Shell + 10013: 1 # Backpack + 10014: 1 # Rocker_Glasses + 10015: 1 # Green_Lace + 10016: 1 # Golden_Bell + 10017: 1 # Bark_Shorts + 10018: 1 # Monkey_Circlet + 10019: 1 # Red_Muffler + 10020: 1 # Sword_Of_Grave_Keeper + 12373: 1 # Boy's_Naivety + 12374: 1 # Flaming_Ice + 12395: 1 # Tantanmen + + +IG_Scroll: + 686: 1 # Earth_Scroll_1_3 + 687: 1 # Earth_Scroll_1_5 + 688: 1 # Cold_Scroll_1_3 + 689: 1 # Cold_Scroll_1_5 + 690: 1 # Fire_Scroll_1_3 + 691: 1 # Fire_Scroll_1_5 + 692: 1 # Wind_Scroll_1_3 + 693: 1 # Wind_Scroll_1_5 + 694: 1 # Ghost_Scroll_1_3 + 695: 1 # Ghost_Scroll_1_5 + 696: 1 # Fire_Scroll_2_1 + 697: 1 # Fire_Scroll_2_5 + 698: 1 # Fire_Scroll_3_1 + 699: 1 # Fire_Scroll_3_5 + 700: 1 # Cold_Scroll_2_1 + 12000: 1 # Cold_Scroll_2_5 + 12001: 1 # Holy_Scroll_1_3 + 12002: 1 # Holy_Scroll_1_5 + + +IG_Quiver: + 12004: 1 # Arrow_Container + 12005: 1 # Iron_Arrow_Container + 12006: 1 # Steel_Arrow_Container + 12007: 1 # Ori_Arrow_Container + 12008: 1 # Fire_Arrow_Container + 12009: 1 # Silver_Arrow_Container + 12010: 1 # Wind_Arrow_Container + 12011: 1 # Stone_Arrow_Container + 12012: 1 # Crystal_Arrow_Container + 12013: 1 # Shadow_Arrow_Container + 12014: 1 # Imma_Arrow_Container + 12015: 1 # Rusty_Arrow_Container + 12183: 2 # Holy_Arrow_Quiver + + +IG_Mask: + 2278: 1 # Mr_Smile + 2281: 1 # Phantom_Of_Opera + 2288: 1 # Mr_Scream + 2292: 1 # Welding_Mask + 2297: 1 # Goblini_Mask + 5005: 1 # Gas_Mask + 5086: 1 # Alarm_Mask + 5087: 1 # Goblin_Mask_01 + 5088: 1 # Goblin_Mask_02 + 5089: 1 # Goblin_Mask_03 + 5090: 1 # Goblin_Mask_04 + 5121: 1 # Zherlthsh_Mask + 5176: 2 # Hahoe_Mask + + +IG_Accesory: + 2601: 1 # Ring + 2602: 1 # Earring + 2603: 1 # Necklace + 2604: 1 # Glove + 2605: 1 # Brooch + 2607: 1 # Clip + 2608: 1 # Rosary + 2609: 1 # Skul_Ring + 2610: 1 # Gold_Ring + 2611: 1 # Silver_Ring + 2612: 1 # Flower_Ring + 2613: 1 # Diamond_Ring + 2615: 1 # Safety_Ring + 2616: 1 # Critical_Ring + 2617: 1 # Mitten_Of_Presbyter + 2618: 1 # Matyr's_Flea_Guard + 2619: 1 # Thimble_Of_Archer + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 1 # Belt + 2628: 1 # Novice_Armlet + 2654: 1 # Shinobi's_Sash + 2656: 1 # Hyper_Changer + 2658: 1 # Nile_Rose_ + 2659: 2 # Vesper_Core01 + 2660: 2 # Vesper_Core02 + 2661: 2 # Vesper_Core03 + 2662: 2 # Vesper_Core04 + 2671: 1 # Thimble_Of_Archer_ + 2677: 1 # Spiritual_Ring + 2680: 9 # Lesser_Elemental_Ring + 2700: 2 # Red_Silk_Seal + 2701: 1 # Orleans_Glove + 2703: 1 # Expert_Ring + 2716: 1 # Librarian_Glove + 2717: 1 # Pocket_Watch_ + 2718: 1 # Lunatic_Brooch + 2719: 1 # Iron_Wrist + + +IG_Jewel: + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 5 # Crystal_Jewel + 731: 4 # Crystal_Jewel_ + 732: 3 # Crystal_Jewel__ + 733: 2 # Crystal_Jewel___ + 746: 5 # Glass_Bead + + +IG_EggBoy: + 514: 3 # Grape + 564: 5 # Rice_Ball + 660: 2 # Prohibition_Red_Candle + 682: 1 # Realgar_Wine + 683: 5 # Exorcize_Herb + 2274: 5 # Ghost_Bandana + 5072: 2 # Inccubus_Horn + + +IG_EggGirl: + 514: 3 # Grape + 564: 5 # Rice_Ball + 661: 2 # Sway_Apron + 682: 1 # Realgar_Wine + 683: 5 # Exorcize_Herb + 5042: 5 # Hair_Protector + 5066: 2 # Horn_Of_Succubus + + +IG_LottoBox: + 7391: 1 # Lotto31 + 7392: 1 # Lotto32 + 7393: 1 # Lotto33 + 7394: 1 # Lotto34 + 7395: 1 # Lotto35 + 7396: 1 # Lotto36 + 7397: 1 # Lotto37 + 7398: 1 # Lotto38 + 7540: 1 # Lotto39 + 7541: 1 # Lotto40 + + +IG_FoodBag: + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 536: 1 # Ice_Cream + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 554: 1 # Mojji + 555: 1 # Rice_Cake + 556: 1 # Long_Rice_Cake + 557: 1 # Hash_Rice_Cake + 558: 1 # Chocolate + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 561: 1 # White_Chocolate + 564: 1 # Rice_Ball + 566: 1 # Tomyumkung + 567: 1 # Prawn + 568: 1 # Lemon + 576: 1 # Prickly_Fruit + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 663: 1 # Korea_Rice_Cake + 669: 1 # Rice_Cake_Soup + + +IG_Potion: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + + +IG_RedBox_2: + 5137: 1 # Alice_Doll + 5138: 9 # Magic_Eyes + 5139: 1 # Hibiscus + 5140: 1 # Charming_Ribbon + + +IG_BleuBox: + 519: 1 # Milk + 538: 1 # Well_Baked_Cookie + 644: 1 # Gift_Box + 687: 1 # Earth_Scroll_1_5 + 689: 1 # Cold_Scroll_1_5 + 691: 1 # Fire_Scroll_1_5 + 693: 1 # Wind_Scroll_1_5 + 697: 1 # Fire_Scroll_2_5 + 699: 1 # Fire_Scroll_3_5 + 12000: 1 # Cold_Scroll_2_5 + 12002: 1 # Holy_Scroll_1_5 + + +IG_RedBox: + 5099: 1 # Cat_Hat + 5137: 1 # Alice_Doll + 5138: 1 # Magic_Eyes + 5139: 1 # Hibiscus + 5140: 1 # Charming_Ribbon + 5142: 1 # Crescent_Helm + 5143: 1 # Kabuki_Mask + 5152: 1 # Chinese_Crown + 5181: 1 # Helm_Of_Darkness + 5182: 1 # Puppy_Hat + 5183: 1 # Bird_Nest_Hat + 5185: 1 # Laurel_Wreath + 5186: 1 # Geographer_Band + 5187: 1 # Twin_Ribbon + + +IG_GreenBox: + 573: 1 # Chocolate_Drink + 607: 9 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 5182: 1 # Puppy_Hat + 12018: 1 # Fire_Cracker + 12075: 1 # Str_Dish10 + 12080: 1 # Int_Dish10 + 12085: 1 # Vit_Dish10 + 12090: 1 # Agi_Dish10 + 12095: 1 # Dex_Dish10 + 12100: 1 # Luk_Dish10 + + +IG_YellowBox: + 5259: 1 # Elephant_Hat_ + 5260: 1 # Cookie_Hat + 5261: 1 # Silver_Tiara_ + 5262: 1 # Gold_Tiara_ + + +IG_HometownGift: + 663: 1 # Korea_Rice_Cake + 12122: 1 # Sesame_Pastry + 12123: 1 # Honey_Pastry + 12124: 1 # Rainbow_Cake + 12195: 1 # Plain_Rice_Cake + 12196: 1 # Hearty_Rice_Cake + 12197: 1 # Salty_Rice_Cake + 12198: 1 # Lucky_Rice_Cake + + +IG_Masquerade: + 5296: 1 # Drooping_Nine_Tail_ + 5297: 1 # Soulless_Wing_ + 5298: 1 # Marvelous_Wig_ + 5299: 1 # Ati_Atihan_Hat_ + + +IG_Tresure_Box_WoE: + 603: 6 # Old_Blue_Box + 658: 6 # Union_Of_Tribe + 678: 3 # Poison_Bottle + 732: 9 # Crystal_Jewel__ + 12010: 2 # Wind_Arrow_Container + 12011: 2 # Stone_Arrow_Container + 12012: 2 # Crystal_Arrow_Container + 12105: 1 # Set_Of_Taiming_Item + 12107: 2 # Wrapped_Mask + 12108: 9 # Bundle_Of_Magic_Scroll + 12110: 9 # First_Aid_Kit + 12111: 3 # Food_Package + 12130: 4 # Cookie_Bag + 12149: 2 # Bullet_Case + 12150: 2 # Bullet_Case_Blood + 12151: 2 # Bullet_Case_Silver + 12183: 7 # Holy_Arrow_Quiver + 12194: 6 # Hometown_Gift + 12260: 2 # Cool_Summer_Outfit + 12702: 8 # Old_Bleu_Box + + +IG_Masquerade_2: + 5211: 1 # Dress_Hat + 5213: 1 # Black_Bunny_Band + 5289: 1 # Vanilmirth_Hat + 5304: 1 # Cap_Of_Blindness + + +IG_Easter_Scroll: + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 2 # Pet_Incubator + 659: 1 # Heart_Of_Her + 2264: 1 # Munak_Turban + 2274: 1 # Ghost_Bandana + 5046: 1 # Bongun_Hat + 5167: 1 # Munak_Turban_ + 5168: 1 # Bongun_Hat_ + + +IG_Pierre_Treasurebox: + 603: 1 # Old_Blue_Box + 604: 3 # Branch_Of_Dead_Tree + 617: 5 # Old_Violet_Box + 644: 3 # Gift_Box + 975: 3 # Scarlet_Dyestuffs + 976: 3 # Lemon_Dyestuffs + 978: 3 # Cobaltblue_Dyestuffs + 979: 3 # Darkgreen_Dyestuffs + 980: 3 # Orange_Dyestuffs + 981: 3 # Violet_Dyestuffs + 982: 3 # White_Dyestuffs + 983: 3 # Black_Dyestuffs + 7289: 3 # Olivine + 7290: 3 # Phlogopite + 7291: 3 # Agate + 7292: 3 # Muscovite + 7293: 3 # Rose_Quartz + 7294: 3 # Turquoise + 7295: 3 # Citrine + 7296: 3 # Pyroxene + 7297: 3 # Biotite + 12018: 3 # Fire_Cracker + 12075: 3 # Str_Dish10 + 12085: 3 # Vit_Dish10 + 12090: 3 # Agi_Dish10 + 12095: 3 # Dex_Dish10 + 12100: 3 # Luk_Dish10 + 12103: 1 # Bloody_Dead_Branch + + +IG_Cherish_Box: + 5454: 1 # Dog_Cap_ + 5455: 4 # Geographer_Band_ + 5456: 5 # Vacation_Hat_ + + +IG_Cherish_Box_Ori: + 2712: 3 # Ragnarok_Limited_Ed + 5212: 2 # Satellite_Hairband + 5256: 1 # Valkyrie_Feather_Band + 5305: 2 # Pirate_Dagger + 5332: 2 # Loki_Mask + + +IG_Louise_Costume_Box: + 12132: 1 # Red_Bag + 12260: 2 # Cool_Summer_Outfit + + +IG_Xmas_Gift: + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 573: 1 # Chocolate_Drink + 603: 2 # Old_Blue_Box + 644: 6 # Gift_Box + 732: 1 # Crystal_Jewel__ + 5136: 1 # Santa's_Hat_ + 12016: 1 # Speed_Up_Potion + 12017: 1 # Slow_Down_Potion + 12105: 6 # Set_Of_Taiming_Item + 12107: 6 # Wrapped_Mask + 12108: 1 # Bundle_Of_Magic_Scroll + 12110: 1 # First_Aid_Kit + 12130: 1 # Cookie_Bag + 12132: 6 # Red_Bag + 12354: 2 # Buche_De_Noel + 12702: 3 # Old_Bleu_Box + 14546: 6 # Fire_Cracker_Love + 14550: 6 # Fire_Cracker_Xmas + + +IG_Element: + 6360: 1 # Scarlet_Pts + 6361: 1 # Indigo_Pts + 6362: 1 # Yellow_Wish_Pts + 6363: 1 # Lime_Green_Pts + + +IG_Poison: + 12717: 1 # Poison_Paralysis + 12718: 1 # Poison_Leech + 12719: 1 # Poison_Oblivion + 12720: 1 # Poison_Contamination + 12721: 1 # Poison_Numb + 12722: 1 # Poison_Fever + 12723: 1 # Poison_Laughing + 12724: 1 # Poison_Fatigue + + +IG_Cash_Food: + 12202: 1 # Str_Dish10_ + 12203: 1 # Agi_Dish10_ + 12204: 1 # Int_Dish10_ + 12205: 1 # Dex_Dish10_ + 12206: 1 # Luk_Dish10_ + 12207: 1 # Vit_Dish10_ + + +IG_Bomb: + 13260: 1 # Apple_Bomb + 13261: 1 # Coconut_Bomb + 13262: 1 # Melon_Bomb + 13263: 1 # Pineapple_Bomb + 13264: 1 # Banana_Bomb + 13265: 1 # Black_Lump + 13266: 1 # Black_Hard_Lump + 13267: 1 # Very_Hard_Lump + + +IG_Throwable: + 13268: 1 # Mysterious_Powder + 13269: 1 # Boost500_To_Throw + 13270: 1 # Full_SwingK_To_Throw + 13271: 1 # Mana_Plus_To_Throw + 13272: 1 # Cure_Free_To_Throw + 13273: 1 # Stamina_Up_M_To_Throw + 13274: 1 # Digestive_F_To_Throw + 13275: 1 # HP_Inc_PotS_To_Throw + 13276: 1 # HP_Inc_PotM_To_Throw + 13277: 1 # HP_Inc_PotL_To_Throw + 13278: 1 # SP_Inc_PotS_To_Throw + 13279: 1 # SP_Inc_PotM_To_Throw + 13280: 1 # SP_Inc_PotL_To_Throw + 13281: 1 # En_White_PotZ_To_Throw + 13282: 1 # Vitata500_To_Throw + 13283: 1 # En_Cel_Juice_To_Throw + 13284: 1 # Savage_BBQ_To_Throw + 13285: 1 # Wug_Cocktail_To_Throw + 13286: 1 # M_Brisket_To_Throw + 13287: 1 # Siroma_Icetea_To_Throw + 13288: 1 # Drocera_Stew_To_Throw + 13289: 1 # Petti_Noodle_To_Throw + 13290: 1 # Black_Thing_To_Throw + + +IG_Mercenary: + 12153: 1 # Bow_Mercenary_Scroll1 + 12154: 1 # Bow_Mercenary_Scroll2 + 12155: 1 # Bow_Mercenary_Scroll3 + 12156: 1 # Bow_Mercenary_Scroll4 + 12157: 1 # Bow_Mercenary_Scroll5 + 12158: 1 # Bow_Mercenary_Scroll6 + 12159: 1 # Bow_Mercenary_Scroll7 + 12160: 1 # Bow_Mercenary_Scroll8 + 12161: 1 # Bow_Mercenary_Scroll9 + 12162: 1 # Bow_Mercenary_Scroll10 + 12163: 1 # SwordMercenary_Scroll1 + 12164: 1 # SwordMercenary_Scroll2 + 12165: 1 # SwordMercenary_Scroll3 + 12166: 1 # SwordMercenary_Scroll4 + 12167: 1 # SwordMercenary_Scroll5 + 12168: 1 # SwordMercenary_Scroll6 + 12169: 1 # SwordMercenary_Scroll7 + 12170: 1 # SwordMercenary_Scroll8 + 12171: 1 # SwordMercenary_Scroll9 + 12172: 1 # SwordMercenary_Scroll10 + 12173: 1 # SpearMercenary_Scroll1 + 12174: 1 # SpearMercenary_Scroll2 + 12175: 1 # SpearMercenary_Scroll3 + 12176: 1 # SpearMercenary_Scroll4 + 12177: 1 # SpearMercenary_Scroll5 + 12178: 1 # SpearMercenary_Scroll6 + 12179: 1 # SpearMercenary_Scroll7 + 12180: 1 # SpearMercenary_Scroll8 + 12181: 1 # SpearMercenary_Scroll9 + 12182: 1 # SpearMercenary_Scroll10 diff --git a/db/pre-re/item_cardalbum.txt b/db/pre-re/item_cardalbum.txt deleted file mode 100644 index 77240dd7cfa..00000000000 --- a/db/pre-re/item_cardalbum.txt +++ /dev/null @@ -1,399 +0,0 @@ -// Old Card Album Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_CardAlbum,4001,10 // Poring Card -IG_CardAlbum,4002,10 // Fabre Card -IG_CardAlbum,4003,6 // Pupa Card -IG_CardAlbum,4004,11 // Drops Card -IG_CardAlbum,4005,1 // Santa Poring Card -IG_CardAlbum,4006,7 // Lunatic Card -IG_CardAlbum,4007,4 // Peco Peco Egg Card -IG_CardAlbum,4008,10 // Picky Card -IG_CardAlbum,4009,10 // Chonchon Card -IG_CardAlbum,4010,10 // Willow Card -IG_CardAlbum,4011,10 // Picky Egg Card -IG_CardAlbum,4012,8 // Thief Bug Egg Card -IG_CardAlbum,4013,7 // Andre Egg Card -IG_CardAlbum,4014,5 // Roda Frog Card -IG_CardAlbum,4015,7 // Condor Card -IG_CardAlbum,4016,7 // Thief Bug Card -IG_CardAlbum,4017,5 // Savage Babe Card -IG_CardAlbum,4019,5 // Hornet Card -IG_CardAlbum,4020,5 // Farmiliar Card -IG_CardAlbum,4021,5 // Rocker Card -IG_CardAlbum,4022,5 // Spore Card -IG_CardAlbum,4023,5 // Baby Desert Wolf Card -IG_CardAlbum,4024,5 // Plankton Card -IG_CardAlbum,4025,5 // Skeleton Card -IG_CardAlbum,4026,3 // Female Thief Bug Card -IG_CardAlbum,4027,3 // Kukre Card -IG_CardAlbum,4028,3 // Tarou Card -IG_CardAlbum,4029,3 // Wolf Card -IG_CardAlbum,4030,3 // Mandragora Card -IG_CardAlbum,4031,3 // Peco Peco Card -IG_CardAlbum,4032,3 // Ambernite Card -IG_CardAlbum,4033,3 // Poporing Card -IG_CardAlbum,4034,3 // Wormtail Card -IG_CardAlbum,4035,3 // Hydra Card -IG_CardAlbum,4036,3 // Muka Card -IG_CardAlbum,4037,3 // Snake Card -IG_CardAlbum,4038,3 // Zombie Card -IG_CardAlbum,4039,3 // Stainer Card -IG_CardAlbum,4041,3 // Coco Card -IG_CardAlbum,4042,3 // Steel Chonchon Card -IG_CardAlbum,4043,3 // Andre Card -IG_CardAlbum,4044,3 // Smokie Card -IG_CardAlbum,4045,3 // Horn Card -IG_CardAlbum,4046,3 // Martin Card -IG_CardAlbum,4048,3 // Poison Spore Card -IG_CardAlbum,4049,3 // Vadon Card -IG_CardAlbum,4050,3 // Male Thief Bug Card -IG_CardAlbum,4051,3 // Yoyo Card -IG_CardAlbum,4052,3 // Elder Willow Card -IG_CardAlbum,4053,1 // Vitata Card -IG_CardAlbum,4055,3 // Marina Card -IG_CardAlbum,4056,3 // Dustiness Card -IG_CardAlbum,4057,2 // Metaller Card -IG_CardAlbum,4058,2 // Thara Frog Card -IG_CardAlbum,4060,2 // Goblin Card -IG_CardAlbum,4061,2 // Cornutus Card -IG_CardAlbum,4062,2 // Anacondaq Card -IG_CardAlbum,4063,2 // Caramel Card -IG_CardAlbum,4064,2 // Zerom Card -IG_CardAlbum,4065,2 // Kaho Card -IG_CardAlbum,4066,2 // Orc Warrior Card -IG_CardAlbum,4067,2 // Megalodon Card -IG_CardAlbum,4068,2 // Scorpion Card -IG_CardAlbum,4069,2 // Drainliar Card -IG_CardAlbum,4070,2 // Eggyra Card -IG_CardAlbum,4071,2 // Orc Zombie Card -IG_CardAlbum,4072,2 // Golem Card -IG_CardAlbum,4073,2 // Pirate Skeleton Card -IG_CardAlbum,4074,2 // Bigfoot Card -IG_CardAlbum,4075,2 // Argos Card -IG_CardAlbum,4076,2 // Magnolia Card -IG_CardAlbum,4077,2 // Phen Card -IG_CardAlbum,4078,2 // Savage Card -IG_CardAlbum,4079,2 // Mantis Card -IG_CardAlbum,4080,2 // Flora Card -IG_CardAlbum,4081,2 // Hode Card -IG_CardAlbum,4082,1 // Desert Wolf Card -IG_CardAlbum,4083,1 // Rafflesia Card -IG_CardAlbum,4084,1 // Marine Sphere Card -IG_CardAlbum,4085,1 // Orc Skeleton Card -IG_CardAlbum,4086,1 // Soldier Skeleton Card -IG_CardAlbum,4087,1 // Giearth Card -IG_CardAlbum,4088,1 // Frilldora Card -IG_CardAlbum,4089,1 // Swordfish Card -IG_CardAlbum,4090,1 // Munak Card -IG_CardAlbum,4091,1 // Kobold Card -IG_CardAlbum,4092,1 // Skeleton Worker Card -IG_CardAlbum,4093,1 // Obeaune Card -IG_CardAlbum,4094,1 // Archer Skeleton Card -IG_CardAlbum,4095,1 // Marse Card -IG_CardAlbum,4096,1 // Zenorc Card -IG_CardAlbum,4097,1 // Matyr Card -IG_CardAlbum,4098,1 // Dokebi Card -IG_CardAlbum,4099,1 // Pasana Card -IG_CardAlbum,4100,1 // Sohee Card -IG_CardAlbum,4101,1 // Sandman Card -IG_CardAlbum,4102,1 // Whisper Card -IG_CardAlbum,4103,1 // Horong Card -IG_CardAlbum,4104,1 // Requiem Card -IG_CardAlbum,4105,1 // Marc Card -IG_CardAlbum,4106,1 // Mummy Card -IG_CardAlbum,4107,1 // Verit Card -IG_CardAlbum,4108,1 // Myst Card -IG_CardAlbum,4109,1 // Jakk Card -IG_CardAlbum,4110,1 // Ghoul Card -IG_CardAlbum,4111,1 // Strouf Card -IG_CardAlbum,4112,1 // Marduk Card -IG_CardAlbum,4113,1 // Marionette Card -IG_CardAlbum,4114,1 // Argiope Card -IG_CardAlbum,4115,1 // Hunter Fly Card -IG_CardAlbum,4116,1 // Isis Card -IG_CardAlbum,4117,1 // Sidewinder Card -IG_CardAlbum,4118,1 // Earth Petite Card -IG_CardAlbum,4119,1 // Bathory Card -IG_CardAlbum,4120,1 // Sky Petite Card -IG_CardAlbum,4122,1 // Deviruchi Card -IG_CardAlbum,4125,1 // Deviace Card -IG_CardAlbum,4127,1 // Nightmare Card -IG_CardAlbum,4129,1 // Bapho Jr. Card -IG_CardAlbum,4133,1 // Raydric Card -IG_CardAlbum,4136,1 // Khalitzburg Card -IG_CardAlbum,4141,1 // Evil Druid Card -IG_CardAlbum,4149,1 // Gargoyle Card -IG_CardAlbum,4150,1 // Goat Card -IG_CardAlbum,4151,1 // Gajomart Card -IG_CardAlbum,4152,1 // Galapago Card -IG_CardAlbum,4153,1 // Crab Card -IG_CardAlbum,4154,1 // Dumpling Child Card -IG_CardAlbum,4156,1 // Goblin Steamrider Card -IG_CardAlbum,4157,1 // Goblin Archer Card -IG_CardAlbum,4158,1 // Sky Deleter Card -IG_CardAlbum,4159,1 // Nine Tail Card -IG_CardAlbum,4160,1 // Firelock Soldier Card -IG_CardAlbum,4161,1 // Grand Peco Card -IG_CardAlbum,4162,1 // Grizzly Card -IG_CardAlbum,4164,1 // Gullinbursti Card -IG_CardAlbum,4165,1 // Gig Card -IG_CardAlbum,4166,1 // Nightmare Terror Card -IG_CardAlbum,4167,1 // Neraid Card -IG_CardAlbum,4170,1 // Dark Frame Card -IG_CardAlbum,4172,1 // The Paper Card -IG_CardAlbum,4173,1 // Demon Pungus Card -IG_CardAlbum,4175,1 // Poisonous Toad Card -IG_CardAlbum,4176,1 // Dullahan Card -IG_CardAlbum,4177,1 // Dryad Card -IG_CardAlbum,4178,1 // Dragon Tail Card -IG_CardAlbum,4180,1 // Driller Card -IG_CardAlbum,4181,1 // Disguise Card -IG_CardAlbum,4182,1 // Diabolic Card -IG_CardAlbum,4184,1 // Lava Golem Card -IG_CardAlbum,4185,1 // Rideword Card -IG_CardAlbum,4186,1 // Raggler Card -IG_CardAlbum,4187,1 // Raydric Archer Card -IG_CardAlbum,4188,1 // Leib Olmai Card -IG_CardAlbum,4189,1 // Wraith Dead Card -IG_CardAlbum,4190,1 // Wraith Card -IG_CardAlbum,4191,1 // Loli Ruri Card -IG_CardAlbum,4192,1 // Rotar Zairo Card -IG_CardAlbum,4193,1 // Lude Card -IG_CardAlbum,4194,1 // Rybio Card -IG_CardAlbum,4195,1 // Leaf Cat Card -IG_CardAlbum,4196,1 // Marin Card -IG_CardAlbum,4199,1 // Merman Card -IG_CardAlbum,4200,1 // Megalith Card -IG_CardAlbum,4201,1 // Majoruros Card -IG_CardAlbum,4202,1 // Civil Servant Card -IG_CardAlbum,4204,1 // Mini Demon Card -IG_CardAlbum,4205,1 // Mimic Card -IG_CardAlbum,4206,1 // Myst Case Card -IG_CardAlbum,4208,1 // Miyabi Doll Card -IG_CardAlbum,4209,1 // Violy Card -IG_CardAlbum,4210,1 // Wanderer Card -IG_CardAlbum,4212,1 // Bongun Card -IG_CardAlbum,4213,1 // Brilight Card -IG_CardAlbum,4214,1 // Bloody Murderer Card -IG_CardAlbum,4215,1 // Blazer Card -IG_CardAlbum,4216,1 // Sasquatch Card -IG_CardAlbum,4217,1 // Enchanted Peach Tree Card -IG_CardAlbum,4218,1 // Succubus Card -IG_CardAlbum,4219,1 // Sage Worm Card -IG_CardAlbum,4220,1 // Solider Card -IG_CardAlbum,4221,1 // Skeleton General Card -IG_CardAlbum,4222,1 // Skeleton Prisoner Card -IG_CardAlbum,4223,1 // Stalactic Golem Card -IG_CardAlbum,4224,1 // Stem Worm Card -IG_CardAlbum,4225,1 // Stone Shooter Card -IG_CardAlbum,4226,1 // Sting Card -IG_CardAlbum,4227,1 // Spring Rabbit Card -IG_CardAlbum,4228,1 // Sleeper Card -IG_CardAlbum,4229,1 // Clock Tower Manager Card -IG_CardAlbum,4230,1 // Shinobi Card -IG_CardAlbum,4231,1 // Increase Soil Card -IG_CardAlbum,4232,1 // Hermit Plant Card -IG_CardAlbum,4233,1 // Baby Leopard Card -IG_CardAlbum,4234,1 // Anolian Card -IG_CardAlbum,4235,1 // Christmas Cookie Card -IG_CardAlbum,4237,1 // Owl Duke Card -IG_CardAlbum,4238,1 // Owl Baron Card -IG_CardAlbum,4239,1 // Iron Fist Card -IG_CardAlbum,4240,1 // Arclouze Card -IG_CardAlbum,4242,1 // Apocalipse Card -IG_CardAlbum,4243,1 // Antonio Card -IG_CardAlbum,4244,1 // Alarm Card -IG_CardAlbum,4245,1 // Am Mut Card -IG_CardAlbum,4246,1 // Assaulter Card -IG_CardAlbum,4247,1 // Aster Card -IG_CardAlbum,4248,1 // Ancient Mummy Card -IG_CardAlbum,4249,1 // Ancient Worm Card -IG_CardAlbum,4251,1 // Elder Card -IG_CardAlbum,4252,1 // Alligator Card -IG_CardAlbum,4253,1 // Alice Card -IG_CardAlbum,4255,1 // Orc Lady Card -IG_CardAlbum,4256,1 // Orc Archer Card -IG_CardAlbum,4257,1 // Wild Rose Card -IG_CardAlbum,4258,1 // Evil Nymph Card -IG_CardAlbum,4259,1 // Wooden Golem Card -IG_CardAlbum,4260,1 // Wootan Shooter Card -IG_CardAlbum,4261,1 // Wootan Fighter Card -IG_CardAlbum,4262,1 // Cloud Hermit Card -IG_CardAlbum,4264,1 // Wind Ghost Card -IG_CardAlbum,4265,1 // Li Me Mang Ryang Card -IG_CardAlbum,4267,1 // Explosion Card -IG_CardAlbum,4268,1 // Injustice Card -IG_CardAlbum,4269,1 // Incubus Card -IG_CardAlbum,4270,1 // Giant Spider Card -IG_CardAlbum,4271,1 // Giant Hornet Card -IG_CardAlbum,4272,1 // Dancing Dragon Card -IG_CardAlbum,4273,1 // Shell Fish Card -IG_CardAlbum,4274,1 // Zombie Master Card -IG_CardAlbum,4275,1 // Zombie Prisoner Card -IG_CardAlbum,4277,1 // Zherlthsh Card -IG_CardAlbum,4278,1 // Gibbet Card -IG_CardAlbum,4279,1 // Earth Deleter Card -IG_CardAlbum,4280,1 // Geographer Card -IG_CardAlbum,4281,1 // Zipper Bear Card -IG_CardAlbum,4282,1 // Tengu Card -IG_CardAlbum,4283,1 // Greatest General Card -IG_CardAlbum,4284,1 // Chepet Card -IG_CardAlbum,4285,1 // Choco Card -IG_CardAlbum,4286,1 // Karakasa Card -IG_CardAlbum,4287,1 // Kapha Card -IG_CardAlbum,4288,1 // Carat Card -IG_CardAlbum,4289,1 // Caterpillar Card -IG_CardAlbum,4290,1 // Cat O' Nine Tails Card -IG_CardAlbum,4292,1 // Kobold Archer Card -IG_CardAlbum,4293,1 // Cookie Card -IG_CardAlbum,4294,1 // Quve Card -IG_CardAlbum,4295,1 // Kraben Card -IG_CardAlbum,4296,1 // Cramp Card -IG_CardAlbum,4297,1 // Cruiser Card -IG_CardAlbum,4298,1 // Creamy Fear Card -IG_CardAlbum,4299,1 // Clock Card -IG_CardAlbum,4300,1 // Chimera Card -IG_CardAlbum,4301,1 // Killer Mantis Card -IG_CardAlbum,4304,1 // Tamruan Card -IG_CardAlbum,4307,1 // Beetle King Card -IG_CardAlbum,4308,1 // Tri Joint Card -IG_CardAlbum,4309,1 // Parasite Card -IG_CardAlbum,4310,1 // Panzer Goblin Card -IG_CardAlbum,4311,1 // Permeter Card -IG_CardAlbum,4312,1 // Seal Card -IG_CardAlbum,4313,1 // Punk Card -IG_CardAlbum,4314,1 // Penomena Card -IG_CardAlbum,4315,1 // Pest Card -IG_CardAlbum,4316,1 // False Angel Card -IG_CardAlbum,4319,1 // Freezer Card -IG_CardAlbum,4321,1 // Hylozoist Card -IG_CardAlbum,4322,1 // High Orc Card -IG_CardAlbum,4323,1 // Garm Baby Card -IG_CardAlbum,4325,1 // Harpy Card -IG_CardAlbum,4326,1 // Sea-Otter Card -IG_CardAlbum,4327,1 // Bloody Butterfly Card -IG_CardAlbum,4328,1 // Hyegun Card -IG_CardAlbum,4329,1 // Phendark Card -IG_CardAlbum,4331,1 // Heater Card -IG_CardAlbum,4332,1 // Waste Stove Card -IG_CardAlbum,4333,3 // Venomous Card -IG_CardAlbum,4334,1 // Noxious Card -IG_CardAlbum,4335,3 // Pitman Card -IG_CardAlbum,4336,1 // Ungoliant Card -IG_CardAlbum,4337,1 // Porcellio Card -IG_CardAlbum,4338,1 // Obsidian Card -IG_CardAlbum,4339,1 // Mineral Card -IG_CardAlbum,4340,1 // Teddy Bear Card -IG_CardAlbum,4341,1 // Metaling Card -IG_CardAlbum,4343,1 // Holden Card -IG_CardAlbum,4344,3 // Anopheles Card -IG_CardAlbum,4345,3 // Hill Wind Card -IG_CardAlbum,4346,1 // Egnigem Cenia Card -IG_CardAlbum,4347,3 // Armeyer Dinze Card -IG_CardAlbum,4348,1 // Wikebine Tres Card -IG_CardAlbum,4349,1 // Errende Ebecee Card -IG_CardAlbum,4350,3 // Laurell Weinder Card -IG_CardAlbum,4351,1 // Kavach Icarus Card -IG_CardAlbum,4353,1 // Remover Card -IG_CardAlbum,4354,1 // Gemini-S58 Card -IG_CardAlbum,4355,3 // Gremlin Card -IG_CardAlbum,4356,1 // Beholder Card -IG_CardAlbum,4358,1 // Seyren Windsor Card -IG_CardAlbum,4360,3 // Eremes Guile Card -IG_CardAlbum,4362,1 // Howard Alt-Eisen Card -IG_CardAlbum,4366,1 // Kathryne Keyron Card -IG_CardAlbum,4368,1 // Cecil Damon Card -IG_CardAlbum,4369,1 // Venatu Card -IG_CardAlbum,4370,1 // Dimik Card -IG_CardAlbum,4371,1 // Archdam Card -IG_CardAlbum,4373,1 // Chung E Card -IG_CardAlbum,4375,1 // Orc Baby Card -IG_CardAlbum,4377,3 // Green Iguana Card -IG_CardAlbum,4378,1 // Gold Acidus Card -IG_CardAlbum,4379,1 // Blue Acidus Card -IG_CardAlbum,4380,3 // Red Ferus Card -IG_CardAlbum,4381,1 // Green Ferus Card -IG_CardAlbum,4382,1 // Yellow Novus Card -IG_CardAlbum,4383,3 // Red Novus Card -IG_CardAlbum,4384,1 // Hydro Card -IG_CardAlbum,4385,3 // Dragon Egg Card -IG_CardAlbum,4387,1 // Ancient Mimic Card -IG_CardAlbum,4388,3 // Deathword Card -IG_CardAlbum,4389,1 // Plasma Card -IG_CardAlbum,4390,1 // Breeze Card -IG_CardAlbum,4391,3 // Retribution Card -IG_CardAlbum,4392,1 // Observation Card -IG_CardAlbum,4393,1 // Shelter Card -IG_CardAlbum,4394,1 // Solace Card -IG_CardAlbum,4395,1 // Thanatos Maero Card -IG_CardAlbum,4396,1 // Thanatos Odium Card -IG_CardAlbum,4397,1 // Thanatos Despero Card -IG_CardAlbum,4400,1 // Aliza Card -IG_CardAlbum,4401,1 // Alicel Card -IG_CardAlbum,4402,1 // Aliot Card -IG_CardAlbum,4404,1 // Skogul Card -IG_CardAlbum,4405,1 // Frus Card -IG_CardAlbum,4409,1 // Agav Card -IG_CardAlbum,4410,1 // Echio Card -IG_CardAlbum,4411,1 // Vanberk Card -IG_CardAlbum,4412,1 // Isilla Card -IG_CardAlbum,4413,1 // Hodremlin Card -IG_CardAlbum,4414,1 // Seeker Card -IG_CardAlbum,4415,2 // Snowier Card -IG_CardAlbum,4416,1 // Siroma Card -IG_CardAlbum,4417,1 // Ice Titan Card -IG_CardAlbum,4418,1 // Gazeti Card -IG_CardAlbum,4420,1 // Muscipular Card -IG_CardAlbum,4421,2 // Drosera Card -IG_CardAlbum,4422,1 // Roween Card -IG_CardAlbum,4423,1 // Galion Card -IG_CardAlbum,4424,3 // Stapo Card -IG_CardAlbum,4426,1 // Byorgue Card -IG_CardAlbum,4427,1 // Sword Guardian Card -IG_CardAlbum,4428,1 // Bow Guardian Card -IG_CardAlbum,4429,1 // Salamander Card -IG_CardAlbum,4431,1 // Kasa Card -IG_CardAlbum,4432,2 // Magmaring Card -IG_CardAlbum,4433,1 // Imp Card -IG_CardAlbum,4434,1 // Knocker Card -IG_CardAlbum,4435,1 // Zombie Slaughter Card -IG_CardAlbum,4436,2 // Ragged Zombie Card -IG_CardAlbum,4437,2 // Hell Poodle Card -IG_CardAlbum,4438,2 // Banshee Card -IG_CardAlbum,4439,1 // Flame Skull Card -IG_CardAlbum,4440,1 // Necromancer Card -// Magic Card Album -IG_MagicCardAlbum,4047,1 // Ghostring Card -IG_MagicCardAlbum,4054,1 // Angeling Card -IG_MagicCardAlbum,4163,1 // Gryphon Card -IG_MagicCardAlbum,4169,1 // Dark Illusion Card -IG_MagicCardAlbum,4174,1 // Deviling Card -IG_MagicCardAlbum,4179,10 // Dragon Fly Card -IG_MagicCardAlbum,4183,10 // Vagabond Wolf Card -IG_MagicCardAlbum,4197,10 // Mastering Card -IG_MagicCardAlbum,4198,1 // Maya Purple Card -IG_MagicCardAlbum,4203,10 // Mutant Dragonoid Card -IG_MagicCardAlbum,4207,1 // Mysteltainn Card -IG_MagicCardAlbum,4211,1 // Vocal card -IG_MagicCardAlbum,4237,5 // Owl Duke Card -IG_MagicCardAlbum,4238,5 // Owl Baron Card -IG_MagicCardAlbum,4241,1 // Arc Angeling Card -IG_MagicCardAlbum,4250,1 // Executioner Card -IG_MagicCardAlbum,4254,1 // Tirfing Card -IG_MagicCardAlbum,4266,10 // Eclipse Card -IG_MagicCardAlbum,4284,10 // Chepet Card -IG_MagicCardAlbum,4285,10 // Choco Card -IG_MagicCardAlbum,4290,5 // Cat O' Nine Tails Card -IG_MagicCardAlbum,4291,10 // Kobold Leader Card -IG_MagicCardAlbum,4300,10 // Chimera Card -IG_MagicCardAlbum,4306,10 // Toad Card -IG_MagicCardAlbum,4320,1 // Bloody Knight Card -IG_MagicCardAlbum,4336,1 // Ungoliant Card -IG_MagicCardAlbum,4354,1 // Gemini-S58 Card -IG_MagicCardAlbum,4384,1 // Hydro Card -IG_MagicCardAlbum,4395,3 // Thanatos Maero Card -IG_MagicCardAlbum,4396,3 // Thanatos Odium Card -IG_MagicCardAlbum,4397,3 // Thanatos Despero Card diff --git a/db/pre-re/item_giftbox.txt b/db/pre-re/item_giftbox.txt deleted file mode 100644 index 7609ac30590..00000000000 --- a/db/pre-re/item_giftbox.txt +++ /dev/null @@ -1,629 +0,0 @@ -// Gift Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -// GiftBox -IG_GiftBox,501,1 // Red Potion -IG_GiftBox,502,1 // Orange Potion -IG_GiftBox,503,1 // Yellow Potion -IG_GiftBox,504,1 // White Potion -IG_GiftBox,505,1 // Blue Potion -IG_GiftBox,506,1 // Green Potion -IG_GiftBox,526,1 // Royal Jelly -IG_GiftBox,529,1 // Candy -IG_GiftBox,530,1 // Candy Cane -IG_GiftBox,537,1 // Pet Food -IG_GiftBox,538,1 // Well-baked Cookie -IG_GiftBox,539,1 // Piece of Cake -IG_GiftBox,617,1 // Old Purple Box -IG_GiftBox,644,19 // Gift Box -IG_GiftBox,706,1 // Four Leaf Clover -IG_GiftBox,718,1 // Garnet -IG_GiftBox,719,1 // Amethyst -IG_GiftBox,720,1 // Aquamarine -IG_GiftBox,721,1 // Emerald -IG_GiftBox,722,1 // Pearl -IG_GiftBox,723,1 // Ruby -IG_GiftBox,724,1 // Cursed Ruby -IG_GiftBox,725,1 // Sardonyx -IG_GiftBox,726,1 // Sapphire -IG_GiftBox,727,1 // Opal -IG_GiftBox,728,1 // Topaz -IG_GiftBox,729,1 // Zircon -IG_GiftBox,730,1 // 1carat Diamond -IG_GiftBox,731,1 // 2carat Diamond -IG_GiftBox,732,1 // 3carat Diamond -IG_GiftBox,733,1 // Cracked Diamond -IG_GiftBox,734,1 // Red Frame -IG_GiftBox,735,1 // Chung Jah -IG_GiftBox,736,1 // China -IG_GiftBox,737,1 // Black Ladle -IG_GiftBox,738,1 // Pencil Case -IG_GiftBox,739,1 // Rouge -IG_GiftBox,740,1 // Puppet -IG_GiftBox,741,1 // Poring Doll -IG_GiftBox,742,1 // Chonchon Doll -IG_GiftBox,743,1 // Spore Doll -IG_GiftBox,744,1 // Bouquet -IG_GiftBox,745,1 // Wedding Bouquet -IG_GiftBox,746,1 // Glass Bead -IG_GiftBox,747,1 // Crystal Mirror -IG_GiftBox,748,1 // Witherless Rose -IG_GiftBox,749,1 // Frozen Rose -IG_GiftBox,750,1 // Baphomet Doll -IG_GiftBox,751,1 // Osiris Doll -IG_GiftBox,752,1 // Grasshopper Doll -IG_GiftBox,753,1 // Yoyo Doll -IG_GiftBox,754,1 // Raccoon Doll -IG_GiftBox,969,1 // Gold -IG_GiftBox,975,1 // Scarlet Dyestuff -IG_GiftBox,976,1 // Lemon Dyestuff -IG_GiftBox,978,1 // Cobaltblue Dyestuff -IG_GiftBox,979,1 // Darkgreen Dyestuff -IG_GiftBox,980,1 // Orange Dyestuff -IG_GiftBox,981,1 // Violet Dyestuff -IG_GiftBox,982,1 // White Dyestuff -IG_GiftBox,983,1 // Black Dyestuff -IG_GiftBox,994,1 // Flame Heart -IG_GiftBox,995,1 // Mystic Frozen -IG_GiftBox,996,1 // Rough Wind -IG_GiftBox,997,1 // Great Nature -IG_GiftBox,999,1 // Steel -IG_GiftBox,1000,1 // Star Crumb -IG_GiftBox,1558,1 // Girl's Diary -IG_GiftBox,4005,1 // Santa Poring Card -IG_GiftBox,7034,1 // Red Stocking -// GiftBox_1 -IG_GiftBox_1,501,1 // Red Potion -IG_GiftBox_1,502,1 // Orange Potion -IG_GiftBox_1,503,1 // Yellow Potion -IG_GiftBox_1,504,1 // White Potion -IG_GiftBox_1,505,1 // Blue Potion -IG_GiftBox_1,506,1 // Green Potion -IG_GiftBox_1,526,1 // Royal Jelly -IG_GiftBox_1,529,1 // Candy -IG_GiftBox_1,530,1 // Candy Cane -IG_GiftBox_1,537,1 // Pet Food -IG_GiftBox_1,538,1 // Well-baked Cookie -IG_GiftBox_1,539,1 // Piece of Cake -IG_GiftBox_1,617,1 // Old Purple Box -IG_GiftBox_1,644,19 // Gift Box -IG_GiftBox_1,706,1 // Four Leaf Clover -IG_GiftBox_1,718,1 // Garnet -IG_GiftBox_1,719,1 // Amethyst -IG_GiftBox_1,720,1 // Aquamarine -IG_GiftBox_1,721,1 // Emerald -IG_GiftBox_1,722,1 // Pearl -IG_GiftBox_1,723,1 // Ruby -IG_GiftBox_1,724,1 // Cursed Ruby -IG_GiftBox_1,725,1 // Sardonyx -IG_GiftBox_1,726,1 // Sapphire -IG_GiftBox_1,727,1 // Opal -IG_GiftBox_1,728,1 // Topaz -IG_GiftBox_1,729,1 // Zircon -IG_GiftBox_1,730,1 // 1carat Diamond -IG_GiftBox_1,731,1 // 2carat Diamond -IG_GiftBox_1,732,1 // 3carat Diamond -IG_GiftBox_1,733,1 // Cracked Diamond -IG_GiftBox_1,734,1 // Red Frame -IG_GiftBox_1,735,1 // Chung Jah -IG_GiftBox_1,736,1 // China -IG_GiftBox_1,737,1 // Black Ladle -IG_GiftBox_1,738,1 // Pencil Case -IG_GiftBox_1,739,1 // Rouge -IG_GiftBox_1,740,1 // Puppet -IG_GiftBox_1,741,1 // Poring Doll -IG_GiftBox_1,742,1 // Chonchon Doll -IG_GiftBox_1,743,1 // Spore Doll -IG_GiftBox_1,744,1 // Bouquet -IG_GiftBox_1,745,1 // Wedding Bouquet -IG_GiftBox_1,746,1 // Glass Bead -IG_GiftBox_1,747,1 // Crystal Mirror -IG_GiftBox_1,748,1 // Witherless Rose -IG_GiftBox_1,749,1 // Frozen Rose -IG_GiftBox_1,750,1 // Baphomet Doll -IG_GiftBox_1,751,1 // Osiris Doll -IG_GiftBox_1,752,1 // Grasshopper Doll -IG_GiftBox_1,753,1 // Yoyo Doll -IG_GiftBox_1,754,1 // Raccoon Doll -IG_GiftBox_1,969,1 // Gold -IG_GiftBox_1,975,1 // Scarlet Dyestuff -IG_GiftBox_1,976,1 // Lemon Dyestuff -IG_GiftBox_1,978,1 // Cobaltblue Dyestuff -IG_GiftBox_1,979,1 // Darkgreen Dyestuff -IG_GiftBox_1,980,1 // Orange Dyestuff -IG_GiftBox_1,981,1 // Violet Dyestuff -IG_GiftBox_1,982,1 // White Dyestuff -IG_GiftBox_1,983,1 // Black Dyestuff -IG_GiftBox_1,994,1 // Flame Heart -IG_GiftBox_1,995,1 // Mystic Frozen -IG_GiftBox_1,996,1 // Rough Wind -IG_GiftBox_1,997,1 // Great Nature -IG_GiftBox_1,999,1 // Steel -IG_GiftBox_1,1000,1 // Star Crumb -IG_GiftBox_1,1558,1 // Girl's Diary -IG_GiftBox_1,4005,1 // Santa Poring Card -IG_GiftBox_1,7034,1 // Red Stocking -// GiftBox_2 -IG_GiftBox_2,501,1 // Red Potion -IG_GiftBox_2,502,1 // Orange Potion -IG_GiftBox_2,503,1 // Yellow Potion -IG_GiftBox_2,504,1 // White Potion -IG_GiftBox_2,505,1 // Blue Potion -IG_GiftBox_2,506,1 // Green Potion -IG_GiftBox_2,526,1 // Royal Jelly -IG_GiftBox_2,529,1 // Candy -IG_GiftBox_2,530,1 // Candy Cane -IG_GiftBox_2,537,1 // Pet Food -IG_GiftBox_2,538,1 // Well-baked Cookie -IG_GiftBox_2,539,1 // Piece of Cake -IG_GiftBox_2,617,1 // Old Purple Box -IG_GiftBox_2,644,19 // Gift Box -IG_GiftBox_2,706,1 // Four Leaf Clover -IG_GiftBox_2,718,1 // Garnet -IG_GiftBox_2,719,1 // Amethyst -IG_GiftBox_2,720,1 // Aquamarine -IG_GiftBox_2,721,1 // Emerald -IG_GiftBox_2,722,1 // Pearl -IG_GiftBox_2,723,1 // Ruby -IG_GiftBox_2,724,1 // Cursed Ruby -IG_GiftBox_2,725,1 // Sardonyx -IG_GiftBox_2,726,1 // Sapphire -IG_GiftBox_2,727,1 // Opal -IG_GiftBox_2,728,1 // Topaz -IG_GiftBox_2,729,1 // Zircon -IG_GiftBox_2,730,1 // 1carat Diamond -IG_GiftBox_2,731,1 // 2carat Diamond -IG_GiftBox_2,732,1 // 3carat Diamond -IG_GiftBox_2,733,1 // Cracked Diamond -IG_GiftBox_2,734,1 // Red Frame -IG_GiftBox_2,735,1 // Chung Jah -IG_GiftBox_2,736,1 // China -IG_GiftBox_2,737,1 // Black Ladle -IG_GiftBox_2,738,1 // Pencil Case -IG_GiftBox_2,739,1 // Rouge -IG_GiftBox_2,740,1 // Puppet -IG_GiftBox_2,741,1 // Poring Doll -IG_GiftBox_2,742,1 // Chonchon Doll -IG_GiftBox_2,743,1 // Spore Doll -IG_GiftBox_2,744,1 // Bouquet -IG_GiftBox_2,745,1 // Wedding Bouquet -IG_GiftBox_2,746,1 // Glass Bead -IG_GiftBox_2,747,1 // Crystal Mirror -IG_GiftBox_2,748,1 // Witherless Rose -IG_GiftBox_2,749,1 // Frozen Rose -IG_GiftBox_2,750,1 // Baphomet Doll -IG_GiftBox_2,751,1 // Osiris Doll -IG_GiftBox_2,752,1 // Grasshopper Doll -IG_GiftBox_2,753,1 // Yoyo Doll -IG_GiftBox_2,754,1 // Raccoon Doll -IG_GiftBox_2,969,1 // Gold -IG_GiftBox_2,975,1 // Scarlet Dyestuff -IG_GiftBox_2,976,1 // Lemon Dyestuff -IG_GiftBox_2,978,1 // Cobaltblue Dyestuff -IG_GiftBox_2,979,1 // Darkgreen Dyestuff -IG_GiftBox_2,980,1 // Orange Dyestuff -IG_GiftBox_2,981,1 // Violet Dyestuff -IG_GiftBox_2,982,1 // White Dyestuff -IG_GiftBox_2,983,1 // Black Dyestuff -IG_GiftBox_2,994,1 // Flame Heart -IG_GiftBox_2,995,1 // Mystic Frozen -IG_GiftBox_2,996,1 // Rough Wind -IG_GiftBox_2,997,1 // Great Nature -IG_GiftBox_2,999,1 // Steel -IG_GiftBox_2,1000,1 // Star Crumb -IG_GiftBox_2,1558,1 // Girl's Diary -IG_GiftBox_2,4005,1 // Santa Poring Card -IG_GiftBox_2,7034,1 // Red Stocking -// Gift_Box3 -IG_GiftBox_3,501,1 // Red Potion -IG_GiftBox_3,502,1 // Orange Potion -IG_GiftBox_3,503,1 // Yellow Potion -IG_GiftBox_3,504,1 // White Potion -IG_GiftBox_3,505,1 // Blue Potion -IG_GiftBox_3,506,1 // Green Potion -IG_GiftBox_3,526,1 // Royal Jelly -IG_GiftBox_3,529,1 // Candy -IG_GiftBox_3,530,1 // Candy Cane -IG_GiftBox_3,537,1 // Pet Food -IG_GiftBox_3,538,1 // Well-baked Cookie -IG_GiftBox_3,539,1 // Piece of Cake -IG_GiftBox_3,617,1 // Old Purple Box -IG_GiftBox_3,644,19 // Gift Box -IG_GiftBox_3,706,1 // Four Leaf Clover -IG_GiftBox_3,718,1 // Garnet -IG_GiftBox_3,719,1 // Amethyst -IG_GiftBox_3,720,1 // Aquamarine -IG_GiftBox_3,721,1 // Emerald -IG_GiftBox_3,722,1 // Pearl -IG_GiftBox_3,723,1 // Ruby -IG_GiftBox_3,724,1 // Cursed Ruby -IG_GiftBox_3,725,1 // Sardonyx -IG_GiftBox_3,726,1 // Sapphire -IG_GiftBox_3,727,1 // Opal -IG_GiftBox_3,728,1 // Topaz -IG_GiftBox_3,729,1 // Zircon -IG_GiftBox_3,730,1 // 1carat Diamond -IG_GiftBox_3,731,1 // 2carat Diamond -IG_GiftBox_3,732,1 // 3carat Diamond -IG_GiftBox_3,733,1 // Cracked Diamond -IG_GiftBox_3,734,1 // Red Frame -IG_GiftBox_3,735,1 // Chung Jah -IG_GiftBox_3,736,1 // China -IG_GiftBox_3,737,1 // Black Ladle -IG_GiftBox_3,738,1 // Pencil Case -IG_GiftBox_3,739,1 // Rouge -IG_GiftBox_3,740,1 // Puppet -IG_GiftBox_3,741,1 // Poring Doll -IG_GiftBox_3,742,1 // Chonchon Doll -IG_GiftBox_3,743,1 // Spore Doll -IG_GiftBox_3,744,1 // Bouquet -IG_GiftBox_3,745,1 // Wedding Bouquet -IG_GiftBox_3,746,1 // Glass Bead -IG_GiftBox_3,747,1 // Crystal Mirror -IG_GiftBox_3,748,1 // Witherless Rose -IG_GiftBox_3,749,1 // Frozen Rose -IG_GiftBox_3,750,1 // Baphomet Doll -IG_GiftBox_3,751,1 // Osiris Doll -IG_GiftBox_3,752,1 // Grasshopper Doll -IG_GiftBox_3,753,1 // Yoyo Doll -IG_GiftBox_3,754,1 // Raccoon Doll -IG_GiftBox_3,969,1 // Gold -IG_GiftBox_3,975,1 // Scarlet Dyestuff -IG_GiftBox_3,976,1 // Lemon Dyestuff -IG_GiftBox_3,978,1 // Cobaltblue Dyestuff -IG_GiftBox_3,979,1 // Darkgreen Dyestuff -IG_GiftBox_3,980,1 // Orange Dyestuff -IG_GiftBox_3,981,1 // Violet Dyestuff -IG_GiftBox_3,982,1 // White Dyestuff -IG_GiftBox_3,983,1 // Black Dyestuff -IG_GiftBox_3,994,1 // Flame Heart -IG_GiftBox_3,995,1 // Mystic Frozen -IG_GiftBox_3,996,1 // Rough Wind -IG_GiftBox_3,997,1 // Great Nature -IG_GiftBox_3,999,1 // Steel -IG_GiftBox_3,1000,1 // Star Crumb -IG_GiftBox_3,1558,1 // Girl's Diary -IG_GiftBox_3,4005,1 // Santa Poring Card -IG_GiftBox_3,7034,1 // Red Stocking -// GiftBox_4 -IG_GiftBox_4,501,1 // Red Potion -IG_GiftBox_4,502,1 // Orange Potion -IG_GiftBox_4,503,1 // Yellow Potion -IG_GiftBox_4,504,1 // White Potion -IG_GiftBox_4,505,1 // Blue Potion -IG_GiftBox_4,506,1 // Green Potion -IG_GiftBox_4,526,1 // Royal Jelly -IG_GiftBox_4,529,1 // Candy -IG_GiftBox_4,530,1 // Candy Cane -IG_GiftBox_4,537,1 // Pet Food -IG_GiftBox_4,538,1 // Well-baked Cookie -IG_GiftBox_4,539,1 // Piece of Cake -IG_GiftBox_4,617,1 // Old Purple Box -IG_GiftBox_4,644,19 // Gift Box -IG_GiftBox_4,706,1 // Four Leaf Clover -IG_GiftBox_4,718,1 // Garnet -IG_GiftBox_4,719,1 // Amethyst -IG_GiftBox_4,720,1 // Aquamarine -IG_GiftBox_4,721,1 // Emerald -IG_GiftBox_4,722,1 // Pearl -IG_GiftBox_4,723,1 // Ruby -IG_GiftBox_4,724,1 // Cursed Ruby -IG_GiftBox_4,725,1 // Sardonyx -IG_GiftBox_4,726,1 // Sapphire -IG_GiftBox_4,727,1 // Opal -IG_GiftBox_4,728,1 // Topaz -IG_GiftBox_4,729,1 // Zircon -IG_GiftBox_4,730,1 // 1carat Diamond -IG_GiftBox_4,731,1 // 2carat Diamond -IG_GiftBox_4,732,1 // 3carat Diamond -IG_GiftBox_4,733,1 // Cracked Diamond -IG_GiftBox_4,734,1 // Red Frame -IG_GiftBox_4,735,1 // Chung Jah -IG_GiftBox_4,736,1 // China -IG_GiftBox_4,737,1 // Black Ladle -IG_GiftBox_4,738,1 // Pencil Case -IG_GiftBox_4,739,1 // Rouge -IG_GiftBox_4,740,1 // Puppet -IG_GiftBox_4,741,1 // Poring Doll -IG_GiftBox_4,742,1 // Chonchon Doll -IG_GiftBox_4,743,1 // Spore Doll -IG_GiftBox_4,744,1 // Bouquet -IG_GiftBox_4,745,1 // Wedding Bouquet -IG_GiftBox_4,746,1 // Glass Bead -IG_GiftBox_4,747,1 // Crystal Mirror -IG_GiftBox_4,748,1 // Witherless Rose -IG_GiftBox_4,749,1 // Frozen Rose -IG_GiftBox_4,750,1 // Baphomet Doll -IG_GiftBox_4,751,1 // Osiris Doll -IG_GiftBox_4,752,1 // Grasshopper Doll -IG_GiftBox_4,753,1 // Yoyo Doll -IG_GiftBox_4,754,1 // Raccoon Doll -IG_GiftBox_4,969,1 // Gold -IG_GiftBox_4,975,1 // Scarlet Dyestuff -IG_GiftBox_4,976,1 // Lemon Dyestuff -IG_GiftBox_4,978,1 // Cobaltblue Dyestuff -IG_GiftBox_4,979,1 // Darkgreen Dyestuff -IG_GiftBox_4,980,1 // Orange Dyestuff -IG_GiftBox_4,981,1 // Violet Dyestuff -IG_GiftBox_4,982,1 // White Dyestuff -IG_GiftBox_4,983,1 // Black Dyestuff -IG_GiftBox_4,994,1 // Flame Heart -IG_GiftBox_4,995,1 // Mystic Frozen -IG_GiftBox_4,996,1 // Rough Wind -IG_GiftBox_4,997,1 // Great Nature -IG_GiftBox_4,999,1 // Steel -IG_GiftBox_4,1000,1 // Star Crumb -IG_GiftBox_4,1558,1 // Girl's Diary -IG_GiftBox_4,4005,1 // Santa Poring Card -IG_GiftBox_4,7034,1 // Red Stocking -// GiftBox_China -IG_GiftBoxChina,501,1 // Red Potion -IG_GiftBoxChina,502,1 // Orange Potion -IG_GiftBoxChina,503,1 // Yellow Potion -IG_GiftBoxChina,504,1 // White Potion -IG_GiftBoxChina,505,1 // Blue Potion -IG_GiftBoxChina,506,1 // Green Potion -IG_GiftBoxChina,518,1 // Honey -IG_GiftBoxChina,520,1 // Hinalle Leaflet -IG_GiftBoxChina,521,2 // Aloe Leaflet -IG_GiftBoxChina,525,1 // Panacea -IG_GiftBoxChina,526,1 // Royal Jelly -IG_GiftBoxChina,529,1 // Candy -IG_GiftBoxChina,530,1 // Candy Cane -IG_GiftBoxChina,603,40 // Old Blue Box -IG_GiftBoxChina,604,9 // Dead Branch -IG_GiftBoxChina,605,1 // Anodyne -IG_GiftBoxChina,606,1 // Aloevera -IG_GiftBoxChina,607,1 // Yggdrasil Berry -IG_GiftBoxChina,608,1 // Yggdrasil Seed -IG_GiftBoxChina,610,1 // Yggdrasil Leaf -IG_GiftBoxChina,612,5 // Mini Furnace -IG_GiftBoxChina,613,1 // Iron Hammer -IG_GiftBoxChina,614,1 // Golden Hammer -IG_GiftBoxChina,615,1 // Oridecon Hammer -IG_GiftBoxChina,701,1 // Ora Ora -IG_GiftBoxChina,702,1 // Animal Gore -IG_GiftBoxChina,703,1 // Hinalle -IG_GiftBoxChina,704,1 // Aloe -IG_GiftBoxChina,706,1 // Four Leaf Clover -IG_GiftBoxChina,707,1 // Singing Plant -IG_GiftBoxChina,708,1 // Ment -IG_GiftBoxChina,710,1 // Illusion Flower -IG_GiftBoxChina,715,1 // Yellow Gemstone -IG_GiftBoxChina,716,1 // Red Gemstone -IG_GiftBoxChina,717,1 // Blue Gemstone -IG_GiftBoxChina,718,1 // Garnet -IG_GiftBoxChina,719,1 // Amethyst -IG_GiftBoxChina,720,1 // Aquamarine -IG_GiftBoxChina,721,1 // Emerald -IG_GiftBoxChina,722,1 // Pearl -IG_GiftBoxChina,723,1 // Ruby -IG_GiftBoxChina,724,1 // Cursed Ruby -IG_GiftBoxChina,725,1 // Sardonyx -IG_GiftBoxChina,726,1 // Sapphire -IG_GiftBoxChina,727,1 // Opal -IG_GiftBoxChina,728,1 // Topaz -IG_GiftBoxChina,729,1 // Zircon -IG_GiftBoxChina,730,1 // 1carat Diamond -IG_GiftBoxChina,731,1 // 2carat Diamond -IG_GiftBoxChina,732,1 // 3carat Diamond -IG_GiftBoxChina,733,1 // Cracked Diamond -IG_GiftBoxChina,734,1 // Red Frame -IG_GiftBoxChina,735,1 // Chung Jah -IG_GiftBoxChina,736,1 // China -IG_GiftBoxChina,737,1 // Black Ladle -IG_GiftBoxChina,738,1 // Pencil Case -IG_GiftBoxChina,740,1 // Puppet -IG_GiftBoxChina,741,1 // Poring Doll -IG_GiftBoxChina,742,1 // Chonchon Doll -IG_GiftBoxChina,743,1 // Spore Doll -IG_GiftBoxChina,745,1 // Wedding Bouquet -IG_GiftBoxChina,747,1 // Crystal Mirror -IG_GiftBoxChina,748,1 // Witherless Rose -IG_GiftBoxChina,749,1 // Frozen Rose -IG_GiftBoxChina,752,1 // Grasshopper Doll -IG_GiftBoxChina,753,1 // Yoyo Doll -IG_GiftBoxChina,754,1 // Raccoon Doll -IG_GiftBoxChina,909,1 // Jellopy -IG_GiftBoxChina,910,1 // Garlet -IG_GiftBoxChina,911,1 // Scell -IG_GiftBoxChina,912,1 // Zargon -IG_GiftBoxChina,931,1 // Orcish Voucher -IG_GiftBoxChina,934,1 // Memento -IG_GiftBoxChina,968,1 // Heroic Emblem -IG_GiftBoxChina,969,1 // Gold -IG_GiftBoxChina,971,1 // Detrimindexta -IG_GiftBoxChina,972,1 // Karvodailnirol -IG_GiftBoxChina,973,1 // Counteragent -IG_GiftBoxChina,974,1 // Mixture -IG_GiftBoxChina,975,1 // Scarlet Dyestuff -IG_GiftBoxChina,976,1 // Lemon Dyestuff -IG_GiftBoxChina,978,1 // Cobaltblue Dyestuff -IG_GiftBoxChina,979,1 // Darkgreen Dyestuff -IG_GiftBoxChina,980,1 // Orange Dyestuff -IG_GiftBoxChina,981,1 // Violet Dyestuff -IG_GiftBoxChina,982,1 // White Dyestuff -IG_GiftBoxChina,983,1 // Black Dyestuff -IG_GiftBoxChina,986,1 // Anvil -IG_GiftBoxChina,987,1 // Oridecon Anvil -IG_GiftBoxChina,988,1 // Golden Anvil -IG_GiftBoxChina,989,1 // Emperium Anvil -IG_GiftBoxChina,990,1 // Red Blood -IG_GiftBoxChina,991,1 // Crystal Blue -IG_GiftBoxChina,992,1 // Wind of Verdure -IG_GiftBoxChina,993,1 // Green Live -IG_GiftBoxChina,994,1 // Flame Heart -IG_GiftBoxChina,995,1 // Mystic Frozen -IG_GiftBoxChina,996,1 // Rough Wind -IG_GiftBoxChina,997,1 // Great Nature -IG_GiftBoxChina,998,1 // Iron -IG_GiftBoxChina,999,1 // Steel -IG_GiftBoxChina,1000,1 // Star Crumb -IG_GiftBoxChina,1001,1 // Star Dust -IG_GiftBoxChina,1002,1 // Iron Ore -IG_GiftBoxChina,1003,1 // Coal -IG_GiftBoxChina,1004,1 // Chivalry Emblem -IG_GiftBoxChina,1005,1 // Hammer of Blacksmith -IG_GiftBoxChina,1006,1 // Old Magicbook -IG_GiftBoxChina,1007,1 // Necklace of Wisdom -IG_GiftBoxChina,1008,1 // Necklace of Oblivion -IG_GiftBoxChina,1009,1 // Hand of God -IG_GiftBoxChina,1010,1 // Phracon -IG_GiftBoxChina,1011,1 // Emveretarcon -IG_GiftBoxChina,1065,1 // Trap -IG_GiftBoxChina,1102,1 // Sword -IG_GiftBoxChina,1105,1 // Falchion -IG_GiftBoxChina,1108,1 // Blade -IG_GiftBoxChina,1111,1 // Rapier -IG_GiftBoxChina,1114,1 // Scimitar -IG_GiftBoxChina,1117,1 // Katana -IG_GiftBoxChina,1120,1 // Tsurugi -IG_GiftBoxChina,1125,1 // Ring Pommel Saber -IG_GiftBoxChina,1127,1 // Saber -IG_GiftBoxChina,1128,1 // Haedonggum -IG_GiftBoxChina,1129,1 // Flamberge -IG_GiftBoxChina,1152,1 // Slayer -IG_GiftBoxChina,1155,1 // Bastard Sword -IG_GiftBoxChina,1158,1 // Two-Handed Sword -IG_GiftBoxChina,1162,1 // Broad Sword -IG_GiftBoxChina,1163,1 // Claymore -IG_GiftBoxChina,1202,1 // Knife -IG_GiftBoxChina,1205,1 // Cutter -IG_GiftBoxChina,1208,1 // Main Gauche -IG_GiftBoxChina,1211,1 // Dirk -IG_GiftBoxChina,1214,1 // Dagger -IG_GiftBoxChina,1217,1 // Stiletto -IG_GiftBoxChina,1220,1 // Gladius -IG_GiftBoxChina,1226,1 // Damascus -IG_GiftBoxChina,1251,1 // Jur -IG_GiftBoxChina,1253,1 // Katar -IG_GiftBoxChina,1255,1 // Jamadhar -IG_GiftBoxChina,1302,1 // Axe -IG_GiftBoxChina,1352,1 // Battle Axe -IG_GiftBoxChina,1355,1 // Hammer -IG_GiftBoxChina,1358,1 // Buster -IG_GiftBoxChina,1361,1 // Two-Handed Axe -IG_GiftBoxChina,1402,1 // Javelin -IG_GiftBoxChina,1405,1 // Spear -IG_GiftBoxChina,1408,1 // Pike -IG_GiftBoxChina,1410,1 // Lance -IG_GiftBoxChina,1452,1 // Guisarme -IG_GiftBoxChina,1455,1 // Glaive -IG_GiftBoxChina,1458,1 // Partizan -IG_GiftBoxChina,1461,1 // Trident -IG_GiftBoxChina,1464,1 // Halberd -IG_GiftBoxChina,1502,1 // Club -IG_GiftBoxChina,1505,1 // Mace -IG_GiftBoxChina,1508,1 // Smasher -IG_GiftBoxChina,1511,1 // Flail -IG_GiftBoxChina,1514,1 // Morning Star -IG_GiftBoxChina,1517,1 // Sword Mace -IG_GiftBoxChina,1520,1 // Chain -IG_GiftBoxChina,1550,1 // Book -IG_GiftBoxChina,1551,1 // Bible -IG_GiftBoxChina,1602,1 // Rod -IG_GiftBoxChina,1605,1 // Wand -IG_GiftBoxChina,1608,1 // Staff -IG_GiftBoxChina,1611,1 // Arc Wand -IG_GiftBoxChina,1613,1 // Mighty Staff -IG_GiftBoxChina,1702,1 // Bow -IG_GiftBoxChina,1705,1 // Composite Bow -IG_GiftBoxChina,1711,1 // Crossbow -IG_GiftBoxChina,1713,1 // Arbalest -IG_GiftBoxChina,1714,1 // Gakkung Bow -IG_GiftBoxChina,1718,1 // Hunter Bow -IG_GiftBoxChina,1719,1 // Roguemaster's Bow -IG_GiftBoxChina,2102,1 // Guard -IG_GiftBoxChina,2104,1 // Buckler -IG_GiftBoxChina,2106,1 // Shield -IG_GiftBoxChina,2108,1 // Mirror Shield -IG_GiftBoxChina,2207,1 // Fancy Flower -IG_GiftBoxChina,2209,1 // Ribbon -IG_GiftBoxChina,2213,1 // Kitty Band -IG_GiftBoxChina,2215,1 // Flower Band -IG_GiftBoxChina,2217,1 // Biretta -IG_GiftBoxChina,2221,1 // Hat -IG_GiftBoxChina,2223,1 // Turban -IG_GiftBoxChina,2225,1 // Goggles -IG_GiftBoxChina,2227,1 // Cap -IG_GiftBoxChina,2229,1 // Helm -IG_GiftBoxChina,2231,1 // Gemmed Sallet -IG_GiftBoxChina,2233,1 // Circlet -IG_GiftBoxChina,2236,1 // Santa Hat -IG_GiftBoxChina,2244,1 // Big Ribbon -IG_GiftBoxChina,2249,1 // Coronet -IG_GiftBoxChina,2250,1 // Cute Ribbon -IG_GiftBoxChina,2257,1 // Unicorn Horn -IG_GiftBoxChina,2258,1 // Spiky Band -IG_GiftBoxChina,2262,1 // Clown Nose -IG_GiftBoxChina,2263,1 // Zorro Masque -IG_GiftBoxChina,2265,1 // Gangster Mask -IG_GiftBoxChina,2269,1 // Romantic Flower -IG_GiftBoxChina,2270,1 // Romantic Leaf -IG_GiftBoxChina,2271,1 // Jack be Dandy -IG_GiftBoxChina,2272,1 // Stop Post -IG_GiftBoxChina,2273,1 // Doctor Band -IG_GiftBoxChina,2275,1 // Red Bandana -IG_GiftBoxChina,2276,1 // Angled Glasses -IG_GiftBoxChina,2279,1 // Bomb Wick -IG_GiftBoxChina,2284,1 // Antlers -IG_GiftBoxChina,2287,1 // Pirate Bandana -IG_GiftBoxChina,2289,1 // Poo Poo Hat -IG_GiftBoxChina,2290,1 // Funeral Hat -IG_GiftBoxChina,2291,1 // Masquerade -IG_GiftBoxChina,2293,1 // Pretend Murdered -IG_GiftBoxChina,2294,1 // Stellar -IG_GiftBoxChina,2295,1 // Blinker -IG_GiftBoxChina,2296,1 // Binoculars -IG_GiftBoxChina,2298,1 // Green Feeler -IG_GiftBoxChina,2299,1 // Orc Helm -IG_GiftBoxChina,2302,1 // Cotton Shirt -IG_GiftBoxChina,2304,1 // Jacket -IG_GiftBoxChina,2306,1 // Adventurer's Suit -IG_GiftBoxChina,2308,1 // Mantle -IG_GiftBoxChina,2310,1 // Coat -IG_GiftBoxChina,2311,1 // Mink Coat -IG_GiftBoxChina,2313,1 // Padded Armor -IG_GiftBoxChina,2315,1 // Chain Mail -IG_GiftBoxChina,2317,1 // Full Plate -IG_GiftBoxChina,2322,1 // Silk Robe -IG_GiftBoxChina,2324,1 // Scapulare -IG_GiftBoxChina,2326,1 // Saint's Robe -IG_GiftBoxChina,2329,1 // Wooden Mail -IG_GiftBoxChina,2331,1 // Tights -IG_GiftBoxChina,2333,1 // Silver Robe -IG_GiftBoxChina,2336,1 // Thief Clothes -IG_GiftBoxChina,2337,1 // Ninja Suit -IG_GiftBoxChina,2339,1 // Pantie -IG_GiftBoxChina,2402,1 // Sandals -IG_GiftBoxChina,2404,1 // Shoes -IG_GiftBoxChina,2407,1 // Crystal Pumps -IG_GiftBoxChina,2408,1 // Shackles -IG_GiftBoxChina,2409,1 // High Heels -IG_GiftBoxChina,2502,1 // Hood -IG_GiftBoxChina,2504,1 // Muffler -IG_GiftBoxChina,2506,1 // Manteau -IG_GiftBoxChina,2507,1 // Ancient Cape -IG_GiftBoxChina,2508,1 // Ragamuffin Manteau -IG_GiftBoxChina,2601,1 // Ring -IG_GiftBoxChina,2602,1 // Earring -IG_GiftBoxChina,2603,1 // Necklace -IG_GiftBoxChina,2604,1 // Glove -IG_GiftBoxChina,2605,1 // Brooch -IG_GiftBoxChina,2607,1 // Clip -IG_GiftBoxChina,2608,1 // Rosary -IG_GiftBoxChina,2609,1 // Skull Ring -IG_GiftBoxChina,2610,1 // Gold Ring -IG_GiftBoxChina,2611,1 // Silver Ring -IG_GiftBoxChina,2612,1 // Flower Ring -IG_GiftBoxChina,2613,1 // Diamond Ring -IG_GiftBoxChina,5009,1 // Safety Helmet -IG_GiftBoxChina,5010,1 // Indian Fillet -IG_GiftBoxChina,5014,1 // Fin Helm -IG_GiftBoxChina,5015,2 // Egg Shell -// Old Gift Box -IG_OldGiftBox,5270,45 // Happy Wig -IG_OldGiftBox,5271,15 // Phoenix Crown -IG_OldGiftBox,5272,40 // Smiling Mask diff --git a/db/pre-re/item_misc.txt b/db/pre-re/item_misc.txt deleted file mode 100644 index 5f8f2983a39..00000000000 --- a/db/pre-re/item_misc.txt +++ /dev/null @@ -1,646 +0,0 @@ -// -// Structure of Database: -// GroupID,ItemID,Rate -// -// Cookie Bag -IG_CookieBag,529,5 //Candy -IG_CookieBag,530,5 //Candy Cane -IG_CookieBag,538,5 //Well-baked Cookie -IG_CookieBag,539,5 //Piece of Cake -IG_CookieBag,558,1 //Chocolate -IG_CookieBag,559,1 //Hand-made Chocolate -IG_CookieBag,560,1 //Hand-made White Chocolate -IG_CookieBag,561,1 //White Chocolate -IG_CookieBag,564,5 //Rice Ball -IG_CookieBag,570,5 //Lucky Candy -IG_CookieBag,571,5 //Lucky Candy Cane -IG_CookieBag,572,5 //Lucky Cookie -IG_CookieBag,573,1 //Chocolate Drink -IG_CookieBag,12122,1 //Sesame Pastry -IG_CookieBag,12123,1 //Honey Pastry -IG_CookieBag,12124,1 //Rainbow Cake -// First Aid Kit -IG_FirstAid,501,5 // Red Potion -IG_FirstAid,502,5 // Orange Potion -IG_FirstAid,503,5 // Yellow Potion -IG_FirstAid,504,5 // White Potion -IG_FirstAid,505,5 // Blue Potion -IG_FirstAid,506,5 // Green Potion -IG_FirstAid,545,5 // Condensed Red Potion -IG_FirstAid,546,5 // Condensed Yellow Potion -IG_FirstAid,547,5 // Condensed White Potion -IG_FirstAid,569,5 // Novice Potion -IG_FirstAid,605,5 // Anodyne -IG_FirstAid,645,5 // Concentration Potion -IG_FirstAid,656,5 // Awakening Potion -IG_FirstAid,657,5 // Berserk Potion -IG_FirstAid,678,1 // Poison Bottle -IG_FirstAid,12016,5 // Speed Potion -IG_FirstAid,12017,5 // Slow Potion -IG_FirstAid,12020,5 // Cursed_Water -// Herbs -IG_Herb,507,1 // Red Herb -IG_Herb,508,1 // Yellow Herb -IG_Herb,509,1 // White Herb -// Fruits -IG_Fruit,512,1 // Apple -IG_Fruit,513,1 // Banana -IG_Fruit,514,1 // Grape -IG_Fruit,515,1 // Carrot -IG_Fruit,516,1 // Potato -// Meat -IG_Meat,517,1 // Meat -IG_Meat,528,1 // Monster Food -// Candy -IG_Candy,529,1 // Candy -IG_Candy,530,1 // Candy Cane -// Juice -IG_Juice,531,1 // Apple Juice -IG_Juice,532,1 // Banana Juice -IG_Juice,534,1 // Carrot Juice -// Fish -IG_Fish,544,1 // Raw Fish -IG_Fish,551,1 // Sushi -// Boxes -IG_Box,603,1 // Old Blue Box -IG_Box,617,1 // Old Purple Box -IG_Box,644,1 // Gift Box -// Gemstones -IG_Gemstone,715,1 // Yellow Gemstone -IG_Gemstone,716,1 // Red Gemstone -IG_Gemstone,717,1 // Blue Gemstone -// Elemental Resist Potions -IG_Resist,12118,1 // Fire Resist Potion -IG_Resist,12119,1 // Cold Resist Potion -IG_Resist,12120,1 // Earth Resist Potion -IG_Resist,12121,1 // Thunder Resist Potion -// Ores -IG_Ore,1002,30 // Iron_Ore -IG_Ore,998,28 // Iron -IG_Ore,993,26 // Yellow_Live -IG_Ore,1003,24 // Coal -IG_Ore,992,22 // Wind_Of_Verdure -IG_Ore,1010,20 // Phracon -IG_Ore,991,18 // Crystal_Blue -IG_Ore,990,16 // Boody_Red -IG_Ore,999,14 // Steel -IG_Ore,1011,12 // Emveretarcon -IG_Ore,757,10 // Elunium_Stone -IG_Ore,756,9 // Oridecon_Stone -IG_Ore,997,8 // Great_Nature -IG_Ore,996,7 // Rough_Wind -IG_Ore,995,6 // Mistic_Frozen -IG_Ore,994,5 // Flame_Heart -IG_Ore,985,4 // Elunium -IG_Ore,984,3 // Oridecon -IG_Ore,969,2 // Gold -IG_Ore,714,1 // Emperium -// Food Types -IG_Food,526,5 // Royal_Jelly -IG_Food,12042,10 // Str_Dish02 -IG_Food,12057,10 // Agi_Dish02 -IG_Food,12053,10 // Vit_Dish03 -IG_Food,12062,10 // Dex_Dish02 -IG_Food,12068,10 // Luk_Dish03 -IG_Food,12047,10 // Int_Dish02 -IG_Food,531,30 // Apple_Juice -IG_Food,532,30 // Banana_Juice -IG_Food,533,30 // Grape_Juice -IG_Food,534,30 // Carrot_Juice -IG_Food,538,30 // Well_Baked_Cookie -IG_Food,536,50 // Ice_Cream -IG_Food,544,50 // Fish_Slice -IG_Food,548,50 // Cheese -IG_Food,551,50 // Shusi -IG_Food,553,50 // Bun -IG_Food,554,50 // Mojji -IG_Food,535,50 // Pumpkin -IG_Food,516,100 // Sweet_Potato -IG_Food,513,100 // Banana -IG_Food,512,600 // Apple -// Recovery Types -IG_Recovery,522,5 // Fruit_Of_Mastela -IG_Recovery,521,5 // Leaflet_Of_Aloe -IG_Recovery,520,10 // Leaflet_Of_Hinal -IG_Recovery,545,10 // Red_Slim_Potion -IG_Recovery,12118,10 // Resist_Earth -IG_Recovery,508,20 // Yellow_Herb -IG_Recovery,501,20 // Red_Potion -IG_Recovery,511,30 // Green_Herb -IG_Recovery,507,30 // Red_Herb -IG_Recovery,569,50 // Novice_Potion -IG_Recovery,549,50 // Nice_Sweet_Potato -IG_Recovery,529,100 // Candy -IG_Recovery,528,200 // Monster's_Feed -IG_Recovery,550,600 // Popped_Rice -// Minerals - Unused -IG_Mineral,714,1 // Emperium -IG_Mineral,756,1 // Rough Oridecon -IG_Mineral,757,1 // Rough Elunium -IG_Mineral,969,1 // Gold -IG_Mineral,984,1 // Oridecon -IG_Mineral,985,1 // Elunium -IG_Mineral,990,1 // Red Blood -IG_Mineral,991,1 // Crystal Blue -IG_Mineral,992,1 // Wind of Verdure -IG_Mineral,993,1 // Green Live -IG_Mineral,994,1 // Flame Heart -IG_Mineral,995,1 // Mystic Frozen -IG_Mineral,996,1 // Rough Wind -IG_Mineral,997,1 // Great Nature -IG_Mineral,998,1 // Iron -IG_Mineral,999,1 // Steel -IG_Mineral,1002,1 // Iron Ore -IG_Mineral,1003,1 // Coal -IG_Mineral,1010,1 // Phracon -IG_Mineral,1011,1 // Emveretarcon -// Set Of Taiming Item -IG_Taming,619,1 // Unripe Apple -IG_Taming,620,1 // Orange Juice -IG_Taming,621,1 // Bitter Herb -IG_Taming,622,1 // Rainbow Carrot -IG_Taming,623,1 // Earthworm the Dude -IG_Taming,624,1 // Rotten Fish -IG_Taming,625,1 // Rusty Iron -IG_Taming,626,1 // Monster Juice -IG_Taming,627,1 // Sweet Milk -IG_Taming,628,1 // Well-Dried Bone -IG_Taming,629,1 // Singing Flower -IG_Taming,630,1 // Dew Laden Moss -IG_Taming,631,1 // Deadly Noxious Herb -IG_Taming,632,1 // Fatty Chubby Earthworm -IG_Taming,633,1 // Sweet Potato -IG_Taming,634,1 // Tropical Banana -IG_Taming,635,1 // Orc Trophy -IG_Taming,636,1 // No Recipient -IG_Taming,637,1 // Old Broom -IG_Taming,638,1 // Silver Knife of Chastity -IG_Taming,639,1 // Armlet of Obedience -IG_Taming,640,1 // Shining Stone -IG_Taming,641,1 // Contracts in Shadow -IG_Taming,642,1 // Book of the Devil -IG_Taming,659,1 // Her Heart -IG_Taming,660,1 // Forbidden Red Candle -IG_Taming,661,1 // Soft Apron -IG_Taming,10001,1 // Skull Helm -IG_Taming,10002,1 // Monster Oxygen Mask -IG_Taming,10003,1 // Transparent Headgear -IG_Taming,10004,1 // Pacifier -IG_Taming,10005,1 // Wig -IG_Taming,10006,1 // Queen's Hair Ornament -IG_Taming,10007,1 // Silk Ribbon -IG_Taming,10008,1 // Punisher -IG_Taming,10009,1 // Wild Flower -IG_Taming,10010,1 // Battered Pot -IG_Taming,10011,1 // Stellar Hairpin -IG_Taming,10012,1 // Tiny Egg Shell -IG_Taming,10013,1 // Backpack -IG_Taming,10014,1 // Rocker Glasses -IG_Taming,10015,1 // Green Lace -IG_Taming,10016,1 // Golden Bell -IG_Taming,10017,1 // Bark Shorts -IG_Taming,10018,1 // Monkey Circlet -IG_Taming,10019,1 // Red Scarf -IG_Taming,10020,1 // Grave Keeper's Sword -IG_Taming,12373,1 // Boy's Pure Heart -IG_Taming,12374,1 // Ice Fireworks -IG_Taming,12395,1 // Tantan Noodle -// Bundle Of Magic Scroll -IG_Scroll,686,1 // Level 3 Earth Spike -IG_Scroll,687,1 // Level 5 Earth Spike -IG_Scroll,688,1 // Level 3 Cold Bolt -IG_Scroll,689,1 // Level 5 Cold Bolt -IG_Scroll,690,1 // Level 3 Fire Bolt -IG_Scroll,691,1 // Level 5 Fire Bolt -IG_Scroll,692,1 // Level 3 Lightening Bolt -IG_Scroll,693,1 // Level 5 Lightening Bolt -IG_Scroll,694,1 // Level 3 Soul Strike -IG_Scroll,695,1 // Level 5 Soul Strike -IG_Scroll,696,1 // Level 1 Fire Ball -IG_Scroll,697,1 // Level 5 Fire Ball -IG_Scroll,698,1 // Level 1 Fire Wall -IG_Scroll,699,1 // Level 5 Fire Wall -IG_Scroll,700,1 // Level 1 Frost Diver -IG_Scroll,12000,1 // Level 5 Frost Diver -IG_Scroll,12001,1 // Level 3 Heal -IG_Scroll,12002,1 // Level 5 Heal -// Random Quiver -IG_Quiver,12004,1 // Quiver -IG_Quiver,12005,1 // Iron Arrow Quiver -IG_Quiver,12006,1 // Steel Arrow Quiver -IG_Quiver,12007,1 // Oridecon Arrow Quiver -IG_Quiver,12008,1 // Fire Arrow Quiver -IG_Quiver,12009,1 // Silver Arrow Quiver -IG_Quiver,12010,1 // Wind Arrow Quiver -IG_Quiver,12011,1 // Stone Arrow Quiver -IG_Quiver,12012,1 // Crystal Arrow Quiver -IG_Quiver,12013,1 // Shadow Arrow Quiver -IG_Quiver,12014,1 // Immaterial Arrow Quiver -IG_Quiver,12015,1 // Rusty Arrow Quiver -IG_Quiver,12183,2 // Holy Arrow Quiver -// Wrapped Mask -IG_Mask,2278,10 // Mr. Smile -IG_Mask,2281,10 // Opera Masque -IG_Mask,2288,10 // Mr. Scream -IG_Mask,2292,10 // Welding Mask -IG_Mask,2297,10 // Goblin Mask -IG_Mask,5005,10 // Gas Mask -IG_Mask,5086,10 // Alarm Mask -IG_Mask,5087,10 // Poker Face -IG_Mask,5088,10 // Surprised Mask -IG_Mask,5089,10 // Annoyed Mask -IG_Mask,5090,10 // Goblin Leader Mask -IG_Mask,5121,1 // Zherlthsh Mask -IG_Mask,5176,2 // Hahoe Mask -// Accessory Box -IG_Accesory,2601,10 // Ring -IG_Accesory,2602,11 // Earring -IG_Accesory,2603,12 // Necklace -IG_Accesory,2604,12 // Glove -IG_Accesory,2605,12 // Brooch -IG_Accesory,2607,12 // Clip -IG_Accesory,2608,14 // Rosary -IG_Accesory,2609,14 // Skull Ring -IG_Accesory,2610,14 // Gold Ring -IG_Accesory,2611,14 // Silver Ring -IG_Accesory,2612,14 // Flower Ring -IG_Accesory,2613,11 // Diamond Ring -IG_Accesory,2615,1 // Safety Ring -IG_Accesory,2616,1 // Critical Ring -IG_Accesory,2617,10 // Celebrant's Mitten -IG_Accesory,2618,11 // Matyr's Leash -IG_Accesory,2619,10 // Bow Thimble -IG_Accesory,2621,1 // Ring -IG_Accesory,2622,1 // Earring -IG_Accesory,2623,10 // Necklace -IG_Accesory,2624,1 // Glove -IG_Accesory,2625,1 // Brooch -IG_Accesory,2626,1 // Rosary -IG_Accesory,2627,10 // Belt -IG_Accesory,2628,14 // Novice Armlet -IG_Accesory,2654,1 // Shinobi Sash -IG_Accesory,2656,1 // Armor Charm -IG_Accesory,2658,10 // Nile Rose -IG_Accesory,2659,2 // Vesper Core 01 -IG_Accesory,2660,2 // Vesper Core 02 -IG_Accesory,2661,2 // Vesper Core 03 -IG_Accesory,2662,2 // Vesper Core 04 -IG_Accesory,2671,1 // Bow Thimble -IG_Accesory,2677,1 // Spiritual Ring -IG_Accesory,2680,9 // Ring of Minor Spirits -IG_Accesory,2700,2 // Red Silk of Seal -IG_Accesory,2701,1 // Glove of Orleans -IG_Accesory,2703,1 // Expert Ring -IG_Accesory,2716,1 // Librarian Glove -IG_Accesory,2717,1 // Pocket Watch -IG_Accesory,2718,1 // Lunatic Brooch -IG_Accesory,2719,1 // Iron Wrist -// jewels -IG_Jewel,715,100 // Yellow_Gemstone -IG_Jewel,716,100 // Red_Gemstone -IG_Jewel,717,100 // Blue_Gemstone -IG_Jewel,718,10 // Dark_Red_Jewel -IG_Jewel,719,10 // Violet_Jewel -IG_Jewel,720,10 // Skyblue_Jewel -IG_Jewel,721,10 // Azure_Jewel -IG_Jewel,722,10 // Scarlet_Jewel -IG_Jewel,723,10 // Cardinal_Jewel -IG_Jewel,724,10 // Cardinal_Jewel_ -IG_Jewel,725,10 // Red_Jewel -IG_Jewel,726,10 // Blue_Jewel -IG_Jewel,727,10 // White_Jewel -IG_Jewel,728,10 // Golden_Jewel -IG_Jewel,729,10 // Bluish_Green_Jewel -IG_Jewel,730,5 // Crystal_Jewel -IG_Jewel,731,4 // Crystal_Jewel_ -IG_Jewel,732,3 // Crystal_Jewel__ -IG_Jewel,733,27 // Crystal_Jewel___ -IG_Jewel,746,50 // Glass_Bead -// Egg Boy -IG_EggBoy,514,300 // Grape -IG_EggBoy,564,522 // Rice Ball -IG_EggBoy,660,20 // Forbidden Red Candle -IG_EggBoy,682,100 // Distilled Fighting Spirit -IG_EggBoy,683,50 // Herb of Incantation -IG_EggBoy,2274,5 // Ghost Bandana -IG_EggBoy,5072,2 // Incubus Horn -// Egg Girl -IG_EggGirl,514,300 // Grape -IG_EggGirl,564,522 // Rice Ball -IG_EggGirl,661,20 // Soft Apron -IG_EggGirl,682,100 // Distilled Fighting Spirit -IG_EggGirl,683,50 // Herb of Incantation -IG_EggGirl,5042,5 // Bao Bao -IG_EggGirl,5066,2 // Succubus Horn -// Lotto Box -IG_LottoBox,7391,1 // Lotto Ball 31 -IG_LottoBox,7392,1 // Lotto Ball 32 -IG_LottoBox,7393,1 // Lotto Ball 33 -IG_LottoBox,7394,1 // Lotto Ball 34 -IG_LottoBox,7395,1 // Lotto Ball 35 -IG_LottoBox,7396,1 // Lotto Ball 36 -IG_LottoBox,7397,1 // Lotto Ball 37 -IG_LottoBox,7398,1 // Lotto Ball 38 -IG_LottoBox,7540,1 // Lotto Ball 39 -IG_LottoBox,7541,1 // Lotto Ball 40 -// Food Package -IG_FoodBag,512,1 // Apple -IG_FoodBag,513,1 // Banana -IG_FoodBag,514,1 // Grape -IG_FoodBag,515,1 // Carrot -IG_FoodBag,516,1 // Potato -IG_FoodBag,517,1 // Meat -IG_FoodBag,518,1 // Honey -IG_FoodBag,519,1 // Milk -IG_FoodBag,520,1 // Hinalle Leaflet -IG_FoodBag,521,1 // Aloe Leaflet -IG_FoodBag,522,1 // Mastela Fruit -IG_FoodBag,526,1 // Royal Jelly -IG_FoodBag,529,1 // Candy -IG_FoodBag,530,1 // Candy Cane -IG_FoodBag,531,1 // Apple Juice -IG_FoodBag,532,1 // Banana Juice -IG_FoodBag,533,1 // Grape Juice -IG_FoodBag,534,1 // Carrot Juice -IG_FoodBag,536,1 // Ice Cream -IG_FoodBag,538,1 // Well-baked Cookie -IG_FoodBag,539,1 // Piece of Cake -IG_FoodBag,544,1 // Raw Fish -IG_FoodBag,548,1 // Cheese -IG_FoodBag,549,1 // Yam -IG_FoodBag,550,1 // Rice Cake -IG_FoodBag,551,1 // Sushi -IG_FoodBag,553,1 // Bao -IG_FoodBag,554,1 // Mochi -IG_FoodBag,555,1 // Traditional Rice Cake -IG_FoodBag,556,1 // Rice Cake Stick -IG_FoodBag,557,1 // Neatly Sliced Rice Cake -IG_FoodBag,558,1 // Chocolate -IG_FoodBag,559,1 // Hand-made Chocolate -IG_FoodBag,560,1 // Hand-made White Chocolate -IG_FoodBag,561,1 // White Chocolate -IG_FoodBag,564,1 // Rice Ball -IG_FoodBag,566,1 // Tom Yum Goong -IG_FoodBag,567,1 // Shrimp -IG_FoodBag,568,1 // Lemon -IG_FoodBag,576,1 // Prickly Fruit -IG_FoodBag,607,1 // Yggdrasil Berry -IG_FoodBag,608,1 // Yggdrasil Seed -IG_FoodBag,663,1 // Songpyun -IG_FoodBag,669,1 // Rice-Cake Soup -// Potions -IG_Potion,501,1 // Red Potion -IG_Potion,502,1 // Orange Potion -IG_Potion,503,1 // Yellow Potion -IG_Potion,504,1 // White Potion -// Red Box_ -IG_RedBox_2,5137,1 // Alice Doll -IG_RedBox_2,5138,9 // Magic Eyes -IG_RedBox_2,5139,10 // Lotus -IG_RedBox_2,5140,10 // Kawaii Ribbon -// Old Bleu Box -IG_BleuBox,519,1 // Milk -IG_BleuBox,538,1 // Well-baked Cookie -IG_BleuBox,644,1 // Gift Box -IG_BleuBox,687,1 // Level 5 Earth Spike -IG_BleuBox,689,1 // Level 5 Cold Bolt -IG_BleuBox,691,1 // Level 5 Fire Bolt -IG_BleuBox,693,1 // Level 5 Lightening Bolt -IG_BleuBox,697,1 // Level 5 Fire Ball -IG_BleuBox,699,1 // Level 5 Fire Wall -IG_BleuBox,12000,1 // Level 5 Frost Diver -IG_BleuBox,12002,1 // Level 5 Heal -// Red Box -IG_RedBox,5099,1 // Neko Mimi -IG_RedBox,5137,11 // Alice Doll -IG_RedBox,5138,11 // Magic Eyes -IG_RedBox,5139,11 // Lotus -IG_RedBox,5140,11 // Kawaii Ribbon -IG_RedBox,5142,11 // Crescent Helm -IG_RedBox,5143,12 // Kabuki Mask -IG_RedBox,5152,1 // Phoenix Crown -IG_RedBox,5181,11 // Helm of Darkness -IG_RedBox,5182,1 // Puppy Hat -IG_RedBox,5183,11 // Nest Hat -IG_RedBox,5185,11 // Laurel Crown -IG_RedBox,5186,11 // Geographer Decoration -IG_RedBox,5187,10 // Twin Ribbon -// Green Box -IG_GreenBox,573,100 // Chocolate Drink -IG_GreenBox,607,99 // Yggdrasil Berry -IG_GreenBox,608,100 // Yggdrasil Seed -IG_GreenBox,5182,1 // Puppy Hat -IG_GreenBox,12018,100 // Firecracker -IG_GreenBox,12075,100 // Steamed Tongue -IG_GreenBox,12080,100 // Dragon Breath Cocktail -IG_GreenBox,12085,100 // Immortal Stew -IG_GreenBox,12090,100 // Steamed Desert Scorpions -IG_GreenBox,12095,100 // Hwergelmir's Tonic -IG_GreenBox,12100,100 // Cooked Nine Tail -// Old Yellow Box -IG_YellowBox,5259,1 // Elephant Hat -IG_YellowBox,5260,1 // Cookie Hat -IG_YellowBox,5261,1 // Silver Tiara -IG_YellowBox,5262,1 // Golden Tiara -// Hometown Gift -IG_HometownGift,663,1 // Korean Rice Cake -IG_HometownGift,12122,1 // Sesame Pastry -IG_HometownGift,12123,1 // Honey Pastry -IG_HometownGift,12124,1 // Rainbow Cake -IG_HometownGift,12195,1 // Plain Rice Cake -IG_HometownGift,12196,1 // Hearty Rice Cake -IG_HometownGift,12197,1 // Salty Rice Cake -IG_HometownGift,12198,1 // Lucky Rice Cake -// Masquerade Ball Box -IG_Masquerade,5296,10 // Drooping Nine Tail -IG_Masquerade,5297,1 // Soul Wing -IG_Masquerade,5298,10 // Dokebi's Wig -IG_Masquerade,5299,10 // Pagdayaw -// Tresure Box WoE -IG_Tresure_Box_WoE,603,6 // Old Blue Box -IG_Tresure_Box_WoE,658,6 // Tribal Solidarity -IG_Tresure_Box_WoE,678,3 // Poison Bottle -IG_Tresure_Box_WoE,732,9 // 3carat Diamond -IG_Tresure_Box_WoE,12010,24 // Wind Arrow Quiver -IG_Tresure_Box_WoE,12011,25 // Stone Arrow Quiver -IG_Tresure_Box_WoE,12012,26 // Crystal Arrow Quiver -IG_Tresure_Box_WoE,12105,12 // Taming Gift Set -IG_Tresure_Box_WoE,12107,2 // Wrapped Mask -IG_Tresure_Box_WoE,12108,9 // Scroll Package -IG_Tresure_Box_WoE,12110,9 // First Aid Kit -IG_Tresure_Box_WoE,12111,36 // Bundle of Food -IG_Tresure_Box_WoE,12130,48 // Cookie Bag -IG_Tresure_Box_WoE,12149,27 // Bullet Casing -IG_Tresure_Box_WoE,12150,27 // Shell of Blood Casing -IG_Tresure_Box_WoE,12151,27 // Silver Bullet Casing -IG_Tresure_Box_WoE,12183,7 // Holy Arrow Quiver -IG_Tresure_Box_WoE,12194,6 // Present from Home -IG_Tresure_Box_WoE,12260,22 // Summer Event Suit -IG_Tresure_Box_WoE,12702,8 // Old Bleu Box -// Masquerade Ball Box2 -IG_Masquerade_2,5211,1 // Ribbon Hat -IG_Masquerade_2,5213,13 // Rabbit Ears -IG_Masquerade_2,5289,10 // Vanilmirth Hat -IG_Masquerade_2,5304,10 // Executioner Hood -// Easter Scroll -IG_Easter_Scroll,636,110 // No Recipient -IG_Easter_Scroll,637,110 // Old Broom -IG_Easter_Scroll,638,110 // Silver Knife of Chastity -IG_Easter_Scroll,639,110 // Armlet of Obedience -IG_Easter_Scroll,640,110 // Shining Stone -IG_Easter_Scroll,641,110 // Contracts in Shadow -IG_Easter_Scroll,642,110 // Book of the Devil -IG_Easter_Scroll,643,205 // Pet Incubator -IG_Easter_Scroll,659,110 // Her Heart -IG_Easter_Scroll,2264,1 // Munak Hat -IG_Easter_Scroll,2274,1 // Ghost Bandana -IG_Easter_Scroll,5046,1 // Bongun Hat -IG_Easter_Scroll,5167,1 // Munak Hat [1] -IG_Easter_Scroll,5168,1 // Bongun Hat [1] -// Pierre Treasurebox -IG_Pierre_Treasurebox,603,11 // Old Blue Box -IG_Pierre_Treasurebox,604,3 // Dead Branch -IG_Pierre_Treasurebox,617,5 // Old Purple Box -IG_Pierre_Treasurebox,644,3 // Gift Box -IG_Pierre_Treasurebox,975,3 // Scarlet Dyestuff -IG_Pierre_Treasurebox,976,3 // Lemon Dyestuff -IG_Pierre_Treasurebox,978,3 // Cobaltblue Dyestuff -IG_Pierre_Treasurebox,979,3 // Darkgreen Dyestuff -IG_Pierre_Treasurebox,980,3 // Orange Dyestuff -IG_Pierre_Treasurebox,981,3 // Violet Dyestuff -IG_Pierre_Treasurebox,982,3 // White Dyestuff -IG_Pierre_Treasurebox,983,3 // Black Dyestuff -IG_Pierre_Treasurebox,7289,3 // Peridot -IG_Pierre_Treasurebox,7290,3 // Phlogopite -IG_Pierre_Treasurebox,7291,3 // Agate -IG_Pierre_Treasurebox,7292,3 // Muscovite -IG_Pierre_Treasurebox,7293,3 // Rose Quartz -IG_Pierre_Treasurebox,7294,3 // Turquoise -IG_Pierre_Treasurebox,7295,3 // Citrin -IG_Pierre_Treasurebox,7296,3 // Pyroxene -IG_Pierre_Treasurebox,7297,3 // Biotite -IG_Pierre_Treasurebox,12018,3 // Firecracker -IG_Pierre_Treasurebox,12075,3 // Steamed Tongue -IG_Pierre_Treasurebox,12085,3 // Immortal Stew -IG_Pierre_Treasurebox,12090,3 // Steamed Desert Scorpions -IG_Pierre_Treasurebox,12095,3 // Hwergelmir's Tonic -IG_Pierre_Treasurebox,12100,3 // Cooked Nine Tail -IG_Pierre_Treasurebox,12103,1 // Bloody Branch -// Cherish Box -IG_Cherish_Box,5454,1 // Puppy Hat -IG_Cherish_Box,5455,4 // Decorative Geographer -IG_Cherish_Box,5456,5 // Summer Hat -// Cherish Box Ori -IG_Cherish_Box_Ori,2712,3 // Collector's Edition Book -IG_Cherish_Box_Ori,5212,2 // Solar Panels -IG_Cherish_Box_Ori,5256,1 // Valkyrie Feather Band -IG_Cherish_Box_Ori,5305,2 // Pirate Dagger -IG_Cherish_Box_Ori,5332,2 // Loki Mask -// Louise_Costume_Box -IG_Louise_Costume_Box,12132,18 // Red_Bag -IG_Louise_Costume_Box,12260,2 // Cool_Summer_Outfit -// Xmas_Gift -IG_Xmas_Gift,559,18 // Light_Orange_Pot -IG_Xmas_Gift,560,18 // HandMade_Chocolate_ -IG_Xmas_Gift,573,18 // Chocolate_Drink -IG_Xmas_Gift,603,24 // Old_Blue_Box -IG_Xmas_Gift,644,66 // Gift_Box -IG_Xmas_Gift,732,12 // Crystal_Jewel__ -IG_Xmas_Gift,5136,12 // Santa's_Hat_ -IG_Xmas_Gift,12016,12 // Speed_Up_Potion -IG_Xmas_Gift,12017,12 // Slow_Down_Potion -IG_Xmas_Gift,12105,6 // Set_Of_Taiming_Item -IG_Xmas_Gift,12107,6 // Wrapped_Mask -IG_Xmas_Gift,12108,12 // Bundle_Of_Magic_Scroll -IG_Xmas_Gift,12110,12 // First_Aid_Kit -IG_Xmas_Gift,12130,12 // Cookie_Bag -IG_Xmas_Gift,12132,6 // Red_Bag -IG_Xmas_Gift,12354,24 // Buche_De_Noel -IG_Xmas_Gift,12702,36 // Old_Bleu_Box -IG_Xmas_Gift,14546,6 // Fire_Cracker_Love -IG_Xmas_Gift,14550,6 // Fire_Cracker_Xmas -// Elemental Points -IG_Element,6360,1 // Scarlet_Pts -IG_Element,6361,1 // Indigo_Pts -IG_Element,6362,1 // Yellow_Wish_Pts -IG_Element,6363,1 // Lime_Green_Pts -// Poisons -IG_Poison,12717,1 // Poison_Paralysis -IG_Poison,12718,1 // Poison_Leech -IG_Poison,12719,1 // Poison_Oblivion -IG_Poison,12720,1 // Poison_Disheart -IG_Poison,12721,1 // Poison_Numb -IG_Poison,12722,1 // Poison_Fever -IG_Poison,12723,1 // Poison_Laughing -IG_Poison,12724,1 // Poison_Fatigue -// Cash Foods -IG_Cash_Food,12202,1 // Str_Dish10_ -IG_Cash_Food,12203,1 // Agi_Dish10_ -IG_Cash_Food,12204,1 // Int_Dish10_ -IG_Cash_Food,12205,1 // Dex_Dish10_ -IG_Cash_Food,12206,1 // Luk_Dish10_ -IG_Cash_Food,12207,1 // Vit_Dish10_ -// Bombs -IG_Bomb,13260,1 // Apple_Bomb -IG_Bomb,13261,1 // Coconut_Bomb -IG_Bomb,13262,1 // Melon_Bomb -IG_Bomb,13263,1 // Pineapple_Bomb -IG_Bomb,13264,1 // Banana_Bomb -IG_Bomb,13265,1 // Black_Lump -IG_Bomb,13266,1 // Black_Hard_Lump -IG_Bomb,13267,1 // Very_Hard_Lump -// Throwable Items -IG_Throwable,13268,1 // Mysterious_Powder -IG_Throwable,13269,1 // Boost500_To_Throw -IG_Throwable,13270,1 // Full_SwingK_To_Throw -IG_Throwable,13271,1 // Mana_Plus_To_Throw -IG_Throwable,13272,1 // Cure_Free_To_Throw -IG_Throwable,13273,1 // Stamina_Up_M_To_Throw -IG_Throwable,13274,1 // Digestive_F_To_Throw -IG_Throwable,13275,1 // HP_Inc_PotS_To_Throw -IG_Throwable,13276,1 // HP_Inc_PotM_To_Throw -IG_Throwable,13277,1 // HP_Inc_PotL_To_Throw -IG_Throwable,13278,1 // SP_Inc_PotS_To_Throw -IG_Throwable,13279,1 // SP_Inc_PotM_To_Throw -IG_Throwable,13280,1 // SP_Inc_PotL_To_Throw -IG_Throwable,13281,1 // En_White_PotZ_To_Throw -IG_Throwable,13282,1 // Vitata500_To_Throw -IG_Throwable,13283,1 // En_Cel_Juice_To_Throw -IG_Throwable,13284,1 // Savage_BBQ_To_Throw -IG_Throwable,13285,1 // Wug_Cocktail_To_Throw -IG_Throwable,13286,1 // M_Brisket_To_Throw -IG_Throwable,13287,1 // Siroma_Icetea_To_Throw -IG_Throwable,13288,1 // Drocera_Stew_To_Throw -IG_Throwable,13289,1 // Petti_Noodle_To_Throw -IG_Throwable,13290,1 // Black_Thing_To_Throw -// Mercenary Scrolls -IG_Mercenary,12153,1 // Bow_Mercenary_Scroll1 -IG_Mercenary,12154,1 // Bow_Mercenary_Scroll2 -IG_Mercenary,12155,1 // Bow_Mercenary_Scroll3 -IG_Mercenary,12156,1 // Bow_Mercenary_Scroll4 -IG_Mercenary,12157,1 // Bow_Mercenary_Scroll5 -IG_Mercenary,12158,1 // Bow_Mercenary_Scroll6 -IG_Mercenary,12159,1 // Bow_Mercenary_Scroll7 -IG_Mercenary,12160,1 // Bow_Mercenary_Scroll8 -IG_Mercenary,12161,1 // Bow_Mercenary_Scroll9 -IG_Mercenary,12162,1 // Bow_Mercenary_Scroll10 -IG_Mercenary,12163,1 // SwordMercenary_Scroll1 -IG_Mercenary,12164,1 // SwordMercenary_Scroll2 -IG_Mercenary,12165,1 // SwordMercenary_Scroll3 -IG_Mercenary,12166,1 // SwordMercenary_Scroll4 -IG_Mercenary,12167,1 // SwordMercenary_Scroll5 -IG_Mercenary,12168,1 // SwordMercenary_Scroll6 -IG_Mercenary,12169,1 // SwordMercenary_Scroll7 -IG_Mercenary,12170,1 // SwordMercenary_Scroll8 -IG_Mercenary,12171,1 // SwordMercenary_Scroll9 -IG_Mercenary,12172,1 // SwordMercenary_Scroll10 -IG_Mercenary,12173,1 // SpearMercenary_Scroll1 -IG_Mercenary,12174,1 // SpearMercenary_Scroll2 -IG_Mercenary,12175,1 // SpearMercenary_Scroll3 -IG_Mercenary,12176,1 // SpearMercenary_Scroll4 -IG_Mercenary,12177,1 // SpearMercenary_Scroll5 -IG_Mercenary,12178,1 // SpearMercenary_Scroll6 -IG_Mercenary,12179,1 // SpearMercenary_Scroll7 -IG_Mercenary,12180,1 // SpearMercenary_Scroll8 -IG_Mercenary,12181,1 // SpearMercenary_Scroll9 -IG_Mercenary,12182,1 // SpearMercenary_Scroll10 diff --git a/db/pre-re/item_violetbox.txt b/db/pre-re/item_violetbox.txt deleted file mode 100644 index a193809f3ba..00000000000 --- a/db/pre-re/item_violetbox.txt +++ /dev/null @@ -1,928 +0,0 @@ -// Old Violet Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_VioletBox,501,14 // Red Potion -IG_VioletBox,502,14 // Orange Potion -IG_VioletBox,503,14 // Yellow Potion -IG_VioletBox,504,14 // White Potion -IG_VioletBox,505,14 // Blue Potion -IG_VioletBox,506,14 // Green Potion -IG_VioletBox,507,14 // Red Herb -IG_VioletBox,508,14 // Yellow Herb -IG_VioletBox,509,14 // White Herb -IG_VioletBox,510,14 // Blue Herb -IG_VioletBox,511,14 // Green Herb -IG_VioletBox,512,14 // Apple -IG_VioletBox,513,14 // Banana -IG_VioletBox,514,14 // Grape -IG_VioletBox,515,14 // Carrot -IG_VioletBox,516,14 // Potato -IG_VioletBox,517,14 // Meat -IG_VioletBox,518,14 // Honey -IG_VioletBox,519,14 // Milk -IG_VioletBox,520,14 // Hinalle Leaflet -IG_VioletBox,521,14 // Aloe Leaflet -IG_VioletBox,522,14 // Mastela Fruit -IG_VioletBox,523,14 // Holy Water -IG_VioletBox,525,14 // Panacea -IG_VioletBox,526,14 // Royal Jelly -IG_VioletBox,528,14 // Monster Food -IG_VioletBox,529,14 // Candy -IG_VioletBox,530,14 // Candy Cane -IG_VioletBox,531,14 // Apple Juice -IG_VioletBox,532,14 // Banana Juice -IG_VioletBox,533,14 // Grape Juice -IG_VioletBox,534,14 // Carrot Juice -IG_VioletBox,535,14 // Pumpkin -IG_VioletBox,536,14 // Ice Cream -IG_VioletBox,537,14 // Pet Food -IG_VioletBox,538,14 // Well-baked Cookie -IG_VioletBox,539,14 // Piece of Cake -IG_VioletBox,544,14 // Raw Fish -IG_VioletBox,545,14 // Condensed Red Potion -IG_VioletBox,546,14 // Condensed Yellow Potion -IG_VioletBox,547,14 // Condensed White Potion -IG_VioletBox,548,14 // Cheese -IG_VioletBox,549,14 // Yam -IG_VioletBox,550,14 // Rice Cake -IG_VioletBox,551,14 // Sushi -IG_VioletBox,553,14 // Bao -IG_VioletBox,555,14 // Traditional Rice Cake -IG_VioletBox,558,14 // Chocolate -IG_VioletBox,561,14 // White Chocolate -IG_VioletBox,601,14 // Fly Wing -IG_VioletBox,602,14 // Butterfly Wing -IG_VioletBox,604,214 // Dead Branch -IG_VioletBox,605,14 // Anodyne -IG_VioletBox,606,14 // Aloevera -IG_VioletBox,607,14 // Yggdrasil Berry -IG_VioletBox,608,14 // Yggdrasil Seed -IG_VioletBox,609,14 // Amulet -IG_VioletBox,610,14 // Yggdrasil Leaf -IG_VioletBox,611,14 // Magnifier -IG_VioletBox,612,14 // Mini Furnace -IG_VioletBox,613,14 // Iron Hammer -IG_VioletBox,614,14 // Golden Hammer -IG_VioletBox,615,14 // Oridecon Hammer -IG_VioletBox,616,1 // Old Card Album -IG_VioletBox,617,103 // Old Purple Box -IG_VioletBox,618,14 // Worn Out Scroll -IG_VioletBox,619,14 // Unripe Apple -IG_VioletBox,620,14 // Orange Juice -IG_VioletBox,621,14 // Bitter Herb -IG_VioletBox,622,14 // Rainbow Carrot -IG_VioletBox,623,14 // Earthworm the Dude -IG_VioletBox,624,14 // Rotten Fish -IG_VioletBox,625,14 // Rusty Iron -IG_VioletBox,626,14 // Monster Juice -IG_VioletBox,627,14 // Sweet Milk -IG_VioletBox,628,14 // Well-Dried Bone -IG_VioletBox,629,14 // Singing Flower -IG_VioletBox,630,14 // Dew Laden Moss -IG_VioletBox,631,14 // Deadly Noxious Herb -IG_VioletBox,632,14 // Fatty Chubby Earthworm -IG_VioletBox,633,14 // Sweet Potato -IG_VioletBox,634,14 // Tropical Banana -IG_VioletBox,635,14 // Orc Trophy -IG_VioletBox,636,14 // No Recipient -IG_VioletBox,637,14 // Old Broom -IG_VioletBox,638,14 // Silver Knife of Chastity -IG_VioletBox,639,14 // Armlet of Obedience -IG_VioletBox,640,14 // Shining Stone -IG_VioletBox,641,14 // Contracts in Shadow -IG_VioletBox,642,14 // Book of the Devil -IG_VioletBox,643,14 // Pet Incubator -IG_VioletBox,644,114 // Gift Box -IG_VioletBox,645,14 // Concentration Potion -IG_VioletBox,656,14 // Awakening Potion -IG_VioletBox,657,14 // Berserk Potion -IG_VioletBox,659,14 // Her Heart -IG_VioletBox,663,14 // Songpyun -IG_VioletBox,664,14 // Gift Box -IG_VioletBox,665,14 // Gift Box -IG_VioletBox,666,14 // Gift Box -IG_VioletBox,667,14 // Gift Box -IG_VioletBox,668,14 // Red_Envelope -IG_VioletBox,678,14 // Poison Bottle -IG_VioletBox,679,14 // Pilule -IG_VioletBox,701,14 // Ora Ora -IG_VioletBox,702,14 // Animal Gore -IG_VioletBox,703,14 // Hinalle -IG_VioletBox,704,14 // Aloe -IG_VioletBox,705,14 // Clover -IG_VioletBox,706,14 // Four Leaf Clover -IG_VioletBox,707,14 // Singing Plant -IG_VioletBox,708,14 // Ment -IG_VioletBox,710,14 // Illusion Flower -IG_VioletBox,711,14 // Shoot -IG_VioletBox,712,14 // Flower -IG_VioletBox,713,14 // Empty Bottle -IG_VioletBox,715,14 // Yellow Gemstone -IG_VioletBox,716,14 // Red Gemstone -IG_VioletBox,717,14 // Blue Gemstone -IG_VioletBox,718,14 // Garnet -IG_VioletBox,719,14 // Amethyst -IG_VioletBox,720,14 // Aquamarine -IG_VioletBox,721,14 // Emerald -IG_VioletBox,722,14 // Pearl -IG_VioletBox,723,14 // Ruby -IG_VioletBox,724,14 // Cursed Ruby -IG_VioletBox,725,14 // Sardonyx -IG_VioletBox,726,14 // Sapphire -IG_VioletBox,727,14 // Opal -IG_VioletBox,728,14 // Topaz -IG_VioletBox,729,14 // Zircon -IG_VioletBox,730,14 // 1carat Diamond -IG_VioletBox,731,14 // 2carat Diamond -IG_VioletBox,732,14 // 3carat Diamond -IG_VioletBox,733,14 // Cracked Diamond -IG_VioletBox,734,14 // Red Frame -IG_VioletBox,735,14 // Chung Jah -IG_VioletBox,736,14 // China -IG_VioletBox,737,14 // Black Ladle -IG_VioletBox,738,14 // Pencil Case -IG_VioletBox,739,14 // Rouge -IG_VioletBox,740,14 // Puppet -IG_VioletBox,741,14 // Poring Doll -IG_VioletBox,742,14 // Chonchon Doll -IG_VioletBox,743,14 // Spore Doll -IG_VioletBox,744,14 // Bouquet -IG_VioletBox,745,14 // Wedding Bouquet -IG_VioletBox,746,14 // Glass Bead -IG_VioletBox,747,14 // Crystal Mirror -IG_VioletBox,748,14 // Witherless Rose -IG_VioletBox,749,14 // Frozen Rose -IG_VioletBox,750,14 // Baphomet Doll -IG_VioletBox,751,14 // Osiris Doll -IG_VioletBox,752,14 // Grasshopper Doll -IG_VioletBox,753,14 // Yoyo Doll -IG_VioletBox,754,14 // Raccoon Doll -IG_VioletBox,901,14 // Danggie -IG_VioletBox,902,14 // Tree Root -IG_VioletBox,903,14 // Reptile Tongue -IG_VioletBox,904,14 // Scorpion Tail -IG_VioletBox,905,14 // Stem -IG_VioletBox,906,14 // Pointed Scale -IG_VioletBox,907,14 // Resin -IG_VioletBox,908,14 // Spawn -IG_VioletBox,909,14 // Jellopy -IG_VioletBox,910,14 // Garlet -IG_VioletBox,911,14 // Scell -IG_VioletBox,912,14 // Zargon -IG_VioletBox,913,14 // Tooth of Bat -IG_VioletBox,914,14 // Fluff -IG_VioletBox,915,14 // Chrysalis -IG_VioletBox,916,14 // Feather of Birds -IG_VioletBox,917,14 // Talon -IG_VioletBox,918,14 // Sticky Webfoot -IG_VioletBox,919,14 // Animal Skin -IG_VioletBox,920,14 // Wolf Claw -IG_VioletBox,921,14 // Mushroom Spore -IG_VioletBox,922,14 // Orc's Fang -IG_VioletBox,923,14 // Evil Horn -IG_VioletBox,924,14 // Powder of Butterfly -IG_VioletBox,925,14 // Bill of Birds -IG_VioletBox,926,14 // Snake Scale -IG_VioletBox,928,14 // Insect Feeler -IG_VioletBox,929,14 // Immortal Heart -IG_VioletBox,930,14 // Rotten Bandage -IG_VioletBox,931,14 // Orcish Voucher -IG_VioletBox,932,14 // Skel-Bone -IG_VioletBox,934,14 // Memento -IG_VioletBox,935,14 // Shell -IG_VioletBox,936,14 // Scale Shell -IG_VioletBox,937,14 // Venom Canine -IG_VioletBox,938,14 // Sticky Mucus -IG_VioletBox,939,14 // Bee Sting -IG_VioletBox,940,14 // Grasshopper's Leg -IG_VioletBox,941,14 // Nose Ring -IG_VioletBox,942,14 // Yoyo Tail -IG_VioletBox,943,14 // Solid Shell -IG_VioletBox,944,14 // Horseshoe -IG_VioletBox,945,14 // Raccoon Leaf -IG_VioletBox,946,14 // Snail's Shell -IG_VioletBox,947,14 // Horn -IG_VioletBox,948,14 // Bear's Footskin -IG_VioletBox,949,14 // Feather -IG_VioletBox,950,14 // Heart of Mermaid -IG_VioletBox,951,14 // Fin -IG_VioletBox,952,14 // Cactus Needle -IG_VioletBox,953,14 // Stone Heart -IG_VioletBox,954,14 // Shining Scale -IG_VioletBox,955,14 // Worm Peeling -IG_VioletBox,956,14 // Gill -IG_VioletBox,957,14 // Decayed Nail -IG_VioletBox,958,14 // Horrendous Mouth -IG_VioletBox,959,14 // Stinky Scale -IG_VioletBox,960,14 // Nipper -IG_VioletBox,961,14 // Conch -IG_VioletBox,962,14 // Tentacle -IG_VioletBox,963,14 // Sharp Scale -IG_VioletBox,964,14 // Crab Shell -IG_VioletBox,965,14 // Clam Shell -IG_VioletBox,966,14 // Clam Flesh -IG_VioletBox,967,14 // Turtle Shell -IG_VioletBox,968,14 // Heroic Emblem -IG_VioletBox,969,14 // Gold -IG_VioletBox,971,14 // Detrimindexta -IG_VioletBox,972,14 // Karvodailnirol -IG_VioletBox,973,14 // Counteragent -IG_VioletBox,974,14 // Mixture -IG_VioletBox,975,14 // Scarlet Dyestuff -IG_VioletBox,976,14 // Lemon Dyestuff -IG_VioletBox,978,14 // Cobaltblue Dyestuff -IG_VioletBox,979,14 // Darkgreen Dyestuff -IG_VioletBox,980,14 // Orange Dyestuff -IG_VioletBox,981,14 // Violet Dyestuff -IG_VioletBox,982,14 // White Dyestuff -IG_VioletBox,983,14 // Black Dyestuff -IG_VioletBox,986,14 // Anvil -IG_VioletBox,987,14 // Oridecon Anvil -IG_VioletBox,988,14 // Golden Anvil -IG_VioletBox,989,14 // Emperium Anvil -IG_VioletBox,990,14 // Red Blood -IG_VioletBox,991,14 // Crystal Blue -IG_VioletBox,992,14 // Wind of Verdure -IG_VioletBox,993,14 // Green Live -IG_VioletBox,994,14 // Flame Heart -IG_VioletBox,995,14 // Mystic Frozen -IG_VioletBox,996,14 // Rough Wind -IG_VioletBox,997,14 // Great Nature -IG_VioletBox,998,14 // Iron -IG_VioletBox,999,14 // Steel -IG_VioletBox,1000,14 // Star Crumb -IG_VioletBox,1001,14 // Star Dust -IG_VioletBox,1002,14 // Iron Ore -IG_VioletBox,1003,14 // Coal -IG_VioletBox,1004,14 // Chivalry Emblem -IG_VioletBox,1005,14 // Hammer of Blacksmith -IG_VioletBox,1006,14 // Old Magicbook -IG_VioletBox,1007,14 // Necklace of Wisdom -IG_VioletBox,1008,14 // Necklace of Oblivion -IG_VioletBox,1009,14 // Hand of God -IG_VioletBox,1010,14 // Phracon -IG_VioletBox,1011,14 // Emveretarcon -IG_VioletBox,1012,14 // Frill -IG_VioletBox,1013,14 // Rainbow Shell -IG_VioletBox,1014,14 // Ant Jaw -IG_VioletBox,1015,14 // Tongue -IG_VioletBox,1016,14 // Rat Tail -IG_VioletBox,1017,14 // Mole Whiskers -IG_VioletBox,1018,14 // Mole Claw -IG_VioletBox,1019,14 // Trunk -IG_VioletBox,1020,14 // Black Hair -IG_VioletBox,1021,14 // Dokebi Horn -IG_VioletBox,1022,14 // Nine Tails -IG_VioletBox,1023,14 // Fish Tail -IG_VioletBox,1024,14 // Squid Ink -IG_VioletBox,1025,14 // Cobweb -IG_VioletBox,1026,14 // Acorn -IG_VioletBox,1027,14 // Porcupine Quill -IG_VioletBox,1028,14 // Mane -IG_VioletBox,1029,14 // Tiger Skin -IG_VioletBox,1031,14 // Mantis Scythe -IG_VioletBox,1032,14 // Maneater Blossom -IG_VioletBox,1033,14 // Maneater Root -IG_VioletBox,1034,14 // Blue Hair -IG_VioletBox,1035,14 // Dragon Canine -IG_VioletBox,1036,14 // Dragon Scale -IG_VioletBox,1037,14 // Dragon Tail -IG_VioletBox,1038,14 // Little Evil Horn -IG_VioletBox,1039,14 // Little Evil Wing -IG_VioletBox,1040,14 // Elder Pixie's Moustache -IG_VioletBox,1041,14 // Lantern -IG_VioletBox,1042,14 // Bug Leg -IG_VioletBox,1043,14 // Orc Claw -IG_VioletBox,1044,14 // Zenorc's Fang -IG_VioletBox,1045,14 // Cultish Masque -IG_VioletBox,1046,14 // Scorpion Nipper -IG_VioletBox,1047,14 // Dead Medusa -IG_VioletBox,1048,14 // Horrendous Hair -IG_VioletBox,1049,14 // Skirt of Virgin -IG_VioletBox,1050,14 // Tendon -IG_VioletBox,1051,14 // Detonator -IG_VioletBox,1052,14 // Single Cell -IG_VioletBox,1053,14 // Ancient Tooth -IG_VioletBox,1054,14 // Ancient Lips -IG_VioletBox,1055,14 // Earthworm Peeling -IG_VioletBox,1056,14 // Grit -IG_VioletBox,1057,14 // Moth Dust -IG_VioletBox,1058,14 // Moth Wings -IG_VioletBox,1059,14 // Fabric -IG_VioletBox,1060,14 // Golden Hair -IG_VioletBox,1061,14 // Witched Starsand -IG_VioletBox,1062,14 // Jack o' Pumpkin -IG_VioletBox,1063,14 // Fang -IG_VioletBox,1064,14 // Reins -IG_VioletBox,1065,14 // Trap -IG_VioletBox,1066,14 // Fine-grained Trunk -IG_VioletBox,1067,14 // Solid Trunk -IG_VioletBox,1068,14 // Barren Trunk -IG_VioletBox,1088,14 // Morocc Solution -IG_VioletBox,1089,14 // Payon Solution -IG_VioletBox,1092,14 // Empty Test Tube -IG_VioletBox,1093,14 // Empty Potion Bottle -IG_VioletBox,1094,14 // Short Daenggie -IG_VioletBox,1095,14 // Clock Hand -IG_VioletBox,1096,14 // Round Shell -IG_VioletBox,1097,14 // Worn Out Page -IG_VioletBox,1098,14 // Manacles -IG_VioletBox,1099,14 // Worn-out Prison Uniform -IG_VioletBox,1102,7 // Sword -IG_VioletBox,1105,7 // Falchion -IG_VioletBox,1108,7 // Blade -IG_VioletBox,1111,7 // Rapier -IG_VioletBox,1114,7 // Scimitar -IG_VioletBox,1117,7 // Katana -IG_VioletBox,1120,7 // Tsurugi -IG_VioletBox,1124,7 // Orcish sword -IG_VioletBox,1125,7 // Ring Pommel Saber -IG_VioletBox,1127,7 // Saber -IG_VioletBox,1128,7 // Haedonggum -IG_VioletBox,1129,7 // Flamberge -IG_VioletBox,1147,1 // Town Sword -IG_VioletBox,1148,1 // Star Dust Blade -IG_VioletBox,1152,7 // Slayer -IG_VioletBox,1155,7 // Bastard Sword -IG_VioletBox,1158,7 // Two-Handed Sword -IG_VioletBox,1162,7 // Broad Sword -IG_VioletBox,1163,7 // Claymore -IG_VioletBox,1202,7 // Knife -IG_VioletBox,1205,7 // Cutter -IG_VioletBox,1208,7 // Main Gauche -IG_VioletBox,1211,7 // Dirk -IG_VioletBox,1214,7 // Dagger -IG_VioletBox,1217,7 // Stiletto -IG_VioletBox,1220,7 // Gladius -IG_VioletBox,1226,7 // Damascus -IG_VioletBox,1243,7 // Novice Main Gauche -IG_VioletBox,1251,7 // Jur -IG_VioletBox,1253,7 // Katar -IG_VioletBox,1255,7 // Jamadhar -IG_VioletBox,1256,7 // Katar of Frozen Icicle -IG_VioletBox,1257,7 // Katar of Quaking -IG_VioletBox,1258,7 // Katar of Raging Blaze -IG_VioletBox,1259,7 // Katar of Piercing Wind -IG_VioletBox,1262,1 // Loki's Nail -IG_VioletBox,1263,1 // Unholy Touch -IG_VioletBox,1264,2 // Specialty Jur -IG_VioletBox,1265,1 // Bloody Roar -IG_VioletBox,1269,1 // Inverse Scale -IG_VioletBox,1271,1 // Blood Tears -IG_VioletBox,1302,7 // Axe -IG_VioletBox,1304,7 // Orcish Axe -IG_VioletBox,1307,1 // Windhawk -IG_VioletBox,1352,7 // Battle Axe -IG_VioletBox,1355,7 // Hammer -IG_VioletBox,1358,7 // Buster -IG_VioletBox,1361,7 // Two-Handed Axe -IG_VioletBox,1370,1 // Doom Slayer -IG_VioletBox,1376,1 // Heart Breaker -IG_VioletBox,1377,1 // Hurricane Fury -IG_VioletBox,1402,7 // Javelin -IG_VioletBox,1405,7 // Spear -IG_VioletBox,1408,7 // Pike -IG_VioletBox,1411,7 // Lance -IG_VioletBox,1452,7 // Guisarme -IG_VioletBox,1455,7 // Glaive -IG_VioletBox,1458,7 // Partizan -IG_VioletBox,1461,7 // Trident -IG_VioletBox,1464,7 // Halberd -IG_VioletBox,1472,7 // Soul Staff -IG_VioletBox,1474,1 // Gae Bolg -IG_VioletBox,1478,1 // Ahlspiess -IG_VioletBox,1502,7 // Club -IG_VioletBox,1505,7 // Mace -IG_VioletBox,1508,7 // Smasher -IG_VioletBox,1511,7 // Flail -IG_VioletBox,1514,7 // Morning Star -IG_VioletBox,1517,7 // Sword Mace -IG_VioletBox,1520,7 // Chain -IG_VioletBox,1522,7 // Stunner -IG_VioletBox,1550,7 // Book -IG_VioletBox,1551,7 // Bible -IG_VioletBox,1552,7 // Tablet -IG_VioletBox,1553,7 // Book of Billows -IG_VioletBox,1554,7 // Book of Mother Earth -IG_VioletBox,1555,7 // Book of the Blazing Sun -IG_VioletBox,1556,7 // Book of Gust of Wind -IG_VioletBox,1558,7 // Girl's Diary -IG_VioletBox,1559,1 // Legacy of Dragon -IG_VioletBox,1560,1 // Sage's Diary -IG_VioletBox,1561,1 // Hardcover Book -IG_VioletBox,1602,7 // Rod -IG_VioletBox,1605,7 // Wand -IG_VioletBox,1608,7 // Staff -IG_VioletBox,1611,7 // Arc Wand -IG_VioletBox,1613,7 // Mighty Staff -IG_VioletBox,1614,7 // Wand of Occult -IG_VioletBox,1615,7 // Evil Bone Wand -IG_VioletBox,1616,1 // Wing Staff -IG_VioletBox,1618,1 // Survivor's Rod -IG_VioletBox,1620,1 // Survivor's Rod -IG_VioletBox,1622,1 // Hypnotist's Staff -IG_VioletBox,1702,7 // Bow -IG_VioletBox,1705,7 // Composite Bow -IG_VioletBox,1708,7 // Great Bow -IG_VioletBox,1711,7 // Crossbow -IG_VioletBox,1715,7 // Arbalest -IG_VioletBox,1716,7 // Gakkung Bow -IG_VioletBox,1718,7 // Hunter Bow -IG_VioletBox,1723,1 // Luna Bow -IG_VioletBox,1724,1 // Dragon Wing -IG_VioletBox,1730,1 // Burning Bow -IG_VioletBox,1731,1 // Frozen Bow -IG_VioletBox,1732,1 // Earth Bow -IG_VioletBox,1733,1 // Gust Bow -IG_VioletBox,1750,14 // Arrow -IG_VioletBox,1751,14 // Silver Arrow -IG_VioletBox,1752,14 // Fire Arrow -IG_VioletBox,1753,14 // Steel Arrow -IG_VioletBox,1754,14 // Crystal Arrow -IG_VioletBox,1755,14 // Arrow of Wind -IG_VioletBox,1756,14 // Stone Arrow -IG_VioletBox,1757,14 // Immaterial Arrow -IG_VioletBox,1758,14 // Stun Arrow -IG_VioletBox,1759,14 // Frozen Arrow -IG_VioletBox,1760,14 // Flash Arrow -IG_VioletBox,1761,14 // Cursed Arrow -IG_VioletBox,1762,14 // Rusty Arrow -IG_VioletBox,1763,14 // Poison Arrow -IG_VioletBox,1764,14 // Sharp Arrow -IG_VioletBox,1765,14 // Oridecon Arrow -IG_VioletBox,1767,14 // Shadow Arrow -IG_VioletBox,1768,14 // Sleep Arrow -IG_VioletBox,1769,14 // Mute Arrow -IG_VioletBox,1770,14 // Iron Arrow -IG_VioletBox,1802,7 // Waghnak -IG_VioletBox,1804,7 // Knuckle Duster -IG_VioletBox,1806,7 // Studded Knuckles -IG_VioletBox,1808,7 // Fist -IG_VioletBox,1810,7 // Claw -IG_VioletBox,1812,7 // Finger -IG_VioletBox,1815,1 // Hatii Claw -IG_VioletBox,1818,1 // Magma Fist -IG_VioletBox,1819,1 // Icicle Fist -IG_VioletBox,1820,1 // Electric Fist -IG_VioletBox,1821,1 // Seismic Fist -IG_VioletBox,1822,1 // Combo Battle Glove -IG_VioletBox,1902,7 // Violin -IG_VioletBox,1904,7 // Mandolin -IG_VioletBox,1906,7 // Lute -IG_VioletBox,1908,7 // Guitar -IG_VioletBox,1910,7 // Harp -IG_VioletBox,1912,7 // Gumoongoh -IG_VioletBox,1914,1 // Burning Passion Guitar -IG_VioletBox,1915,1 // Loner's Guitar -IG_VioletBox,1916,1 // Green Acre Guitar -IG_VioletBox,1917,1 // Gentle Breeze Guitar -IG_VioletBox,1918,1 // Oriental Lute -IG_VioletBox,1919,1 // Base Guitar -IG_VioletBox,1951,7 // Rope -IG_VioletBox,1953,7 // Whip -IG_VioletBox,1955,7 // Wire Whip -IG_VioletBox,1957,7 // Rante Whip -IG_VioletBox,1959,7 // Tail Whip -IG_VioletBox,1961,7 // Whip -IG_VioletBox,1965,1 // Red Flame Whip -IG_VioletBox,1966,1 // Icicle Whip -IG_VioletBox,1967,1 // Gaia Whip -IG_VioletBox,1968,1 // Skipping Rope -IG_VioletBox,1969,1 // Blade Whip -IG_VioletBox,1970,1 // Queen's Whip -IG_VioletBox,1971,1 // Electric Wire -IG_VioletBox,1972,1 // Electric Eel -IG_VioletBox,1973,1 // Sea Witch's Foot -IG_VioletBox,1974,1 // Carrot Whip -IG_VioletBox,2102,7 // Guard -IG_VioletBox,2104,7 // Buckler -IG_VioletBox,2106,7 // Shield -IG_VioletBox,2108,7 // Mirror Shield -IG_VioletBox,2109,7 // Memory Book -IG_VioletBox,2112,7 // Novice Guard -IG_VioletBox,2201,7 // Sunglasses -IG_VioletBox,2203,7 // Glasses -IG_VioletBox,2205,7 // Diver Goggles -IG_VioletBox,2206,7 // Wedding Veil -IG_VioletBox,2207,7 // Fancy Flower -IG_VioletBox,2208,7 // Ribbon -IG_VioletBox,2209,7 // Ribbon -IG_VioletBox,2210,7 // Hair Band -IG_VioletBox,2211,7 // Bandana -IG_VioletBox,2212,7 // Eye Patch -IG_VioletBox,2213,7 // Kitty Band -IG_VioletBox,2214,7 // Bunny Band -IG_VioletBox,2215,7 // Flower Band -IG_VioletBox,2216,7 // Biretta -IG_VioletBox,2217,7 // Biretta -IG_VioletBox,2218,7 // Flu Mask -IG_VioletBox,2220,7 // Hat -IG_VioletBox,2221,7 // Hat -IG_VioletBox,2222,7 // Turban -IG_VioletBox,2223,7 // Turban -IG_VioletBox,2224,7 // Goggles -IG_VioletBox,2225,7 // Goggles -IG_VioletBox,2226,7 // Cap -IG_VioletBox,2227,7 // Cap -IG_VioletBox,2228,7 // Helm -IG_VioletBox,2229,7 // Helm -IG_VioletBox,2230,7 // Gemmed Sallet -IG_VioletBox,2231,7 // Gemmed Sallet -IG_VioletBox,2232,7 // Circlet -IG_VioletBox,2233,7 // Circlet -IG_VioletBox,2236,7 // Santa Hat -IG_VioletBox,2239,7 // Monocle -IG_VioletBox,2241,7 // Grandpa Beard -IG_VioletBox,2242,7 // Purple Glasses -IG_VioletBox,2243,7 // Geek Glasses -IG_VioletBox,2244,7 // Big Ribbon -IG_VioletBox,2245,7 // Sweet Gent -IG_VioletBox,2246,7 // Golden Gear -IG_VioletBox,2247,7 // Romantic Gent -IG_VioletBox,2248,7 // Western Grace -IG_VioletBox,2249,1 // Coronet -IG_VioletBox,2250,7 // Cute Ribbon -IG_VioletBox,2251,7 // Monk Hat -IG_VioletBox,2252,7 // Wizard Hat -IG_VioletBox,2253,7 // Sunflower -IG_VioletBox,2254,1 // Angel Wing -IG_VioletBox,2255,1 // Evil Wing -IG_VioletBox,2257,7 // Unicorn Horn -IG_VioletBox,2258,1 // Spiky Band -IG_VioletBox,2259,7 // Mini Propeller -IG_VioletBox,2260,7 // Mini Glasses -IG_VioletBox,2261,7 // Army Cap -IG_VioletBox,2262,7 // Clown Nose -IG_VioletBox,2263,7 // Zorro Masque -IG_VioletBox,2265,7 // Gangster Mask -IG_VioletBox,2266,7 // Iron Cain -IG_VioletBox,2267,7 // Cigarette -IG_VioletBox,2268,7 // Pipe -IG_VioletBox,2269,7 // Romantic Flower -IG_VioletBox,2270,7 // Romantic Leaf -IG_VioletBox,2271,7 // Jack be Dandy -IG_VioletBox,2274,1 // Ghost Bandana -IG_VioletBox,2275,7 // Red Bandana -IG_VioletBox,2276,7 // Angled Glasses -IG_VioletBox,2277,7 // Nurse Cap -IG_VioletBox,2278,7 // Mr. Smile -IG_VioletBox,2279,7 // Bomb Wick -IG_VioletBox,2282,7 // Halo -IG_VioletBox,2285,7 // Apple of Archer -IG_VioletBox,2286,1 // Elven Ears -IG_VioletBox,2287,7 // Pirate Bandana -IG_VioletBox,2288,7 // Mr. Scream -IG_VioletBox,2289,7 // Poo Poo Hat -IG_VioletBox,2290,7 // Funeral Hat -IG_VioletBox,2291,7 // Masquerade -IG_VioletBox,2294,7 // Stellar -IG_VioletBox,2295,7 // Blinker -IG_VioletBox,2297,7 // Goblin Mask -IG_VioletBox,2298,7 // Green Feeler -IG_VioletBox,2299,7 // Orc Helm -IG_VioletBox,2302,7 // Cotton Shirt -IG_VioletBox,2304,7 // Jacket -IG_VioletBox,2306,7 // Adventurer's Suit -IG_VioletBox,2308,7 // Mantle -IG_VioletBox,2310,7 // Coat -IG_VioletBox,2311,7 // Mink Coat -IG_VioletBox,2313,7 // Padded Armor -IG_VioletBox,2315,7 // Chain Mail -IG_VioletBox,2317,7 // Full Plate -IG_VioletBox,2318,7 // Lord's Clothes -IG_VioletBox,2320,7 // Formal Suit -IG_VioletBox,2322,7 // Silk Robe -IG_VioletBox,2324,7 // Scapulare -IG_VioletBox,2326,7 // Saint's Robe -IG_VioletBox,2327,1 // Holy Robe -IG_VioletBox,2329,7 // Wooden Mail -IG_VioletBox,2331,7 // Tights -IG_VioletBox,2333,7 // Silver Robe -IG_VioletBox,2334,1 // Mage Coat -IG_VioletBox,2336,7 // Thief Clothes -IG_VioletBox,2337,7 // Ninja Suit -IG_VioletBox,2339,7 // Pantie -IG_VioletBox,2340,7 // Novice Breastplate -IG_VioletBox,2352,7 // Tattered Novice Ninja Suit -IG_VioletBox,2402,7 // Sandals -IG_VioletBox,2404,7 // Shoes -IG_VioletBox,2406,7 // Boots -IG_VioletBox,2407,7 // Crystal Pumps -IG_VioletBox,2408,7 // Shackles -IG_VioletBox,2409,7 // High Heels -IG_VioletBox,2411,7 // Greaves -IG_VioletBox,2414,7 // Novice Slippers -IG_VioletBox,2502,7 // Hood -IG_VioletBox,2504,7 // Muffler -IG_VioletBox,2506,7 // Manteau -IG_VioletBox,2507,7 // Ancient Cape -IG_VioletBox,2508,7 // Ragamuffin Manteau -IG_VioletBox,2510,7 // Somber Novice Hood -IG_VioletBox,2513,1 // Heavenly Maiden Robe -IG_VioletBox,2514,1 // Pauldron -IG_VioletBox,2515,1 // Eagle Wing -IG_VioletBox,2601,7 // Ring -IG_VioletBox,2602,7 // Earring -IG_VioletBox,2603,7 // Necklace -IG_VioletBox,2604,7 // Glove -IG_VioletBox,2605,7 // Brooch -IG_VioletBox,2607,7 // Clip -IG_VioletBox,2608,7 // Rosary -IG_VioletBox,2609,7 // Skull Ring -IG_VioletBox,2610,7 // Gold Ring -IG_VioletBox,2611,7 // Silver Ring -IG_VioletBox,2612,7 // Flower Ring -IG_VioletBox,2613,7 // Diamond Ring -IG_VioletBox,2614,1 // Eye of Dullahan -IG_VioletBox,2615,1 // Safety Ring -IG_VioletBox,2616,1 // Critical Ring -IG_VioletBox,2617,7 // Celebrant's Mitten -IG_VioletBox,2618,7 // Matyr's Leash -IG_VioletBox,2621,1 // Ring -IG_VioletBox,2622,1 // Earring -IG_VioletBox,2623,1 // Necklace -IG_VioletBox,2624,1 // Glove -IG_VioletBox,2625,1 // Brooch -IG_VioletBox,2626,1 // Rosary -IG_VioletBox,2627,7 // Belt -IG_VioletBox,2628,7 // Novice Armlet -IG_VioletBox,2652,1 // Goddess of Fortune's Cursed Brooch -IG_VioletBox,2654,1 // Shinobi Sash -IG_VioletBox,2655,1 // Bloodied Shackle Ball -IG_VioletBox,2656,1 // Armor Charm -IG_VioletBox,5002,1 // Jewel Crown -IG_VioletBox,5003,7 // Joker Jester -IG_VioletBox,5005,7 // Gas Mask -IG_VioletBox,5006,7 // Machoman's Glasses -IG_VioletBox,5007,1 // Grand Circlet -IG_VioletBox,5009,7 // Safety Helmet -IG_VioletBox,5010,7 // Indian Fillet -IG_VioletBox,5011,7 // Aerial -IG_VioletBox,5014,7 // Fin Helm -IG_VioletBox,5015,7 // Egg Shell -IG_VioletBox,5017,1 // Bone Helm -IG_VioletBox,5030,7 // Panda Hat -IG_VioletBox,5035,7 // Poring Hat -IG_VioletBox,5037,7 // Nutshell -IG_VioletBox,5053,1 // Sphinx Hat -IG_VioletBox,5055,7 // Novice False Eggshell -IG_VioletBox,5066,1 // Succubus Horn -IG_VioletBox,5072,1 // Incubus Horn -IG_VioletBox,5085,1 // Small Ribbons -IG_VioletBox,5088,7 // Surprised Mask -IG_VioletBox,5089,7 // Annoyed Mask -IG_VioletBox,5090,7 // Goblin Leader Mask -IG_VioletBox,5111,1 // Galapago Cap -IG_VioletBox,5113,1 // Angry Snarl -IG_VioletBox,5116,1 // Banana Hat -IG_VioletBox,5118,1 // Puppy Headband -IG_VioletBox,5119,1 // Super Novice Hat -IG_VioletBox,5120,1 // Bucket Hat -IG_VioletBox,7001,14 // Mould Powder -IG_VioletBox,7002,14 // Ogre Tooth -IG_VioletBox,7003,14 // Anolian Skin -IG_VioletBox,7004,14 // Mud Lump -IG_VioletBox,7005,14 // Skull -IG_VioletBox,7006,14 // Wing of Red Bat -IG_VioletBox,7007,14 // Claw of Rat -IG_VioletBox,7008,14 // Stiff Horn -IG_VioletBox,7009,14 // Glitter Shell -IG_VioletBox,7010,14 // Tail of Steel Scorpion -IG_VioletBox,7011,14 // Claw of Monkey -IG_VioletBox,7012,14 // Tough Scalelike Stem -IG_VioletBox,7013,14 // Coral Reef -IG_VioletBox,7014,14 // Old Portrait -IG_VioletBox,7015,14 // Memory Bookmark -IG_VioletBox,7016,14 // Bent Spoon -IG_VioletBox,7026,14 // Key of the Clock Tower -IG_VioletBox,7027,14 // Key of the Underground -IG_VioletBox,7030,14 // Claw of Desert Wolf -IG_VioletBox,7031,14 // Old Frying Pan -IG_VioletBox,7032,14 // Piece of Egg Shell -IG_VioletBox,7033,14 // Poison Spore -IG_VioletBox,7034,14 // Red Stocking -IG_VioletBox,7035,14 // Matchstick -IG_VioletBox,7036,14 // Fang of Garm -IG_VioletBox,7038,14 // Yarn -IG_VioletBox,7041,14 // Fine Grit -IG_VioletBox,7047,14 // Alice's Apron -IG_VioletBox,7048,14 // Talon of Griffon -IG_VioletBox,7049,14 // Stone -IG_VioletBox,7053,14 // Cyfar -IG_VioletBox,7054,14 // Brigan -IG_VioletBox,7059,14 // Free Ticket for Kafra Storage -IG_VioletBox,7060,14 // Free Ticket for Kafra Transportation -IG_VioletBox,7061,14 // Free Ticket for the Cart Service -IG_VioletBox,7063,14 // Soft Feather -IG_VioletBox,7064,14 // Wing of Dragonfly -IG_VioletBox,7065,14 // Sea-Otter Fur -IG_VioletBox,7066,14 // Ice Cubic -IG_VioletBox,7067,14 // Stone Fragment -IG_VioletBox,7068,14 // Burnt Tree -IG_VioletBox,7069,14 // Destroyed Armor -IG_VioletBox,7070,14 // Broken Shell -IG_VioletBox,7071,14 // Tattered Clothes -IG_VioletBox,7072,14 // Old Shuriken -IG_VioletBox,7093,14 // Cogwheel -IG_VioletBox,7094,14 // Fragment -IG_VioletBox,7095,14 // Metal Fragment -IG_VioletBox,7096,14 // Lava -IG_VioletBox,7097,14 // Burning Heart -IG_VioletBox,7098,14 // Live Coal -IG_VioletBox,7099,14 // Worn-out Magic Scroll -IG_VioletBox,7100,14 // Sharp Leaf -IG_VioletBox,7101,14 // Peco Peco Feather -IG_VioletBox,7106,14 // Antelope Horn -IG_VioletBox,7107,14 // Antelope Skin -IG_VioletBox,7108,14 // Piece of Shield -IG_VioletBox,7109,14 // Shining Spear Blade -IG_VioletBox,7110,14 // Broken Sword -IG_VioletBox,7111,14 // Slick Paper -IG_VioletBox,7112,14 // Sharp Paper -IG_VioletBox,7113,14 // Broken Pharaoh Emblem -IG_VioletBox,7114,14 // Masque of Tutankhamen -IG_VioletBox,7115,14 // Harpy Feather -IG_VioletBox,7116,14 // Harpy Talon -IG_VioletBox,7117,14 // Torn Magic Book -IG_VioletBox,7118,14 // Torn Scroll -IG_VioletBox,7119,14 // Bacillus -IG_VioletBox,7120,14 // Burning Horseshoe -IG_VioletBox,7121,14 // Honey Pot -IG_VioletBox,7122,14 // Burning Hair -IG_VioletBox,7123,14 // Dragon Skin -IG_VioletBox,7124,14 // Sand Clump -IG_VioletBox,7125,14 // Scorpion Claw -IG_VioletBox,7126,14 // Large Jellopy -IG_VioletBox,7134,14 // Medicine Bowl -IG_VioletBox,7135,14 // Fire Bottle -IG_VioletBox,7136,14 // Acid Bottle -IG_VioletBox,7137,14 // Plant Bottle -IG_VioletBox,7138,14 // Marine Sphere Bottle -IG_VioletBox,7139,14 // Glistening Coat -IG_VioletBox,7149,14 // Yellow Plate -IG_VioletBox,7150,14 // Piece of Bamboo -IG_VioletBox,7151,14 // Oil Paper -IG_VioletBox,7152,14 // Glossy Hair -IG_VioletBox,7153,14 // Worn-out Kimono -IG_VioletBox,7154,14 // Poisonous Powder -IG_VioletBox,7155,14 // Poisonous Toad Skin -IG_VioletBox,7156,14 // Broken Shuriken -IG_VioletBox,7157,14 // Dark Mask -IG_VioletBox,7158,14 // Broken Liquor Jar -IG_VioletBox,7159,14 // Tengu Nose -IG_VioletBox,7161,14 // Black Bear Skin -IG_VioletBox,7162,14 // Cloud Crumb -IG_VioletBox,7163,14 // Hard Feeler -IG_VioletBox,7164,14 // Solid_Peach -IG_VioletBox,7165,14 // Transparent Celestial Robe -IG_VioletBox,7166,14 // Soft Silk -IG_VioletBox,7167,14 // Strange Steel Piece -IG_VioletBox,7168,14 // Giant Butterfly Wing -IG_VioletBox,7169,14 // Ba_Gua -IG_VioletBox,7171,14 // Leopard Skin -IG_VioletBox,7172,14 // Leopard Claw -IG_VioletBox,7174,14 // Wrapping Lace -IG_VioletBox,7175,14 // Wrapping Paper -IG_VioletBox,7182,14 // Cacao -IG_VioletBox,7186,14 // Thin Trunk -IG_VioletBox,7187,14 // Festival Mask -IG_VioletBox,7188,14 // Brown_Root -IG_VioletBox,7189,14 // Wooden Heart -IG_VioletBox,7190,14 // Solid Husk -IG_VioletBox,7191,14 // Lamp -IG_VioletBox,7192,14 // Vane -IG_VioletBox,7193,14 // Sprout -IG_VioletBox,7194,14 // Soft Blade of Grass -IG_VioletBox,7195,14 // Slingshot -IG_VioletBox,7196,14 // Shoulder Protector -IG_VioletBox,7197,14 // Tough Vines -IG_VioletBox,7198,14 // Huge Leaf -IG_VioletBox,7200,14 // Elastic Band -IG_VioletBox,7201,14 // Log -IG_VioletBox,7202,14 // Pincher of Beetle -IG_VioletBox,7203,14 // Strong Branch -IG_VioletBox,7205,14 // Piece of Black Cloth -IG_VioletBox,7206,14 // Black Cat Doll -IG_VioletBox,7207,14 // Old Manteau -IG_VioletBox,7208,14 // Rusty Kitchen Knife -IG_VioletBox,7209,14 // Helm of Dullahan -IG_VioletBox,7210,14 // Armor Piece of Dullahan -IG_VioletBox,7211,14 // Fragment of Rossata Stone -IG_VioletBox,7212,14 // Hung Doll -IG_VioletBox,7213,14 // Needle Packet -IG_VioletBox,7214,14 // Bat Cage -IG_VioletBox,7215,14 // Broken Needle -IG_VioletBox,7216,14 // Red Muffler -IG_VioletBox,7217,14 // Spool -IG_VioletBox,7218,14 // Decomposed Rope -IG_VioletBox,7219,14 // Striped Sock -IG_VioletBox,7220,14 // Ectoplasm -IG_VioletBox,7221,14 // Tangled Chains -IG_VioletBox,7222,14 // Wooden Gnarl -IG_VioletBox,7223,14 // Contorted Self-Portrait -IG_VioletBox,7225,14 // Pumpkin Lantern -IG_VioletBox,7262,14 // Folding Fan of Cat Ghost -IG_VioletBox,7263,14 // Cat's Eye -IG_VioletBox,7264,14 // Dry Sand -IG_VioletBox,7265,14 // Dragon Horn -IG_VioletBox,7266,14 // Denture from Dragon Mask -IG_VioletBox,7267,14 // Tiger Panty -IG_VioletBox,7268,14 // Little Ghost Doll -IG_VioletBox,7269,14 // Pinafore -IG_VioletBox,7270,14 // Nursing_Bottle -IG_VioletBox,7315,1 // Dark Crystal Fragment -IG_VioletBox,7316,1 // Insect Leg -IG_VioletBox,7317,1 // Rusty Screw -IG_VioletBox,7318,1 // Old Pick -IG_VioletBox,7319,1 // Used Iron Plate -IG_VioletBox,7320,1 // Dust Pollutant -IG_VioletBox,7321,1 // Crystal Fragment -IG_VioletBox,7322,1 // Toxic Gas -IG_VioletBox,7323,1 // Battered Kettle -IG_VioletBox,7325,1 // Flexible Tube -IG_VioletBox,7326,1 // Fluorescent Liquid -IG_VioletBox,7327,1 // Flashlight -IG_VioletBox,7436,1 // Fragment of Agony -IG_VioletBox,7437,1 // Fragment of Misery -IG_VioletBox,7438,1 // Fragment of Hatred -IG_VioletBox,7439,1 // Fragment of Despair -IG_VioletBox,7440,1 // Red Feather -IG_VioletBox,7441,1 // Blue Feather -IG_VioletBox,7442,1 // Cursed Seal -IG_VioletBox,7443,1 // Three-Headed Dragon's Head -IG_VioletBox,7444,1 // Treasure Box -IG_VioletBox,7445,1 // Green Bijou -IG_VioletBox,7446,1 // Blue Bijou -IG_VioletBox,7447,1 // Red Bijou -IG_VioletBox,7448,1 // Yellow Bijou -IG_VioletBox,7449,1 // Bloody Page -IG_VioletBox,7450,1 // Skeletal Armor Piece -IG_VioletBox,7451,1 // Fire Dragon Scale -IG_VioletBox,7452,1 // Yellow Spice -IG_VioletBox,7453,1 // Sweet Sauce -IG_VioletBox,7454,1 // Savory Sauce -IG_VioletBox,7455,1 // Spicy Sauce -IG_VioletBox,7456,1 // Red Spice -IG_VioletBox,7457,1 // Cooking Oil -IG_VioletBox,7472,1 // Level 1 Cookbook -IG_VioletBox,7473,1 // Level 2 Cookbook -IG_VioletBox,7474,1 // Level 3 Cookbook -IG_VioletBox,7475,1 // Level 4 Cookbook -IG_VioletBox,7476,1 // Level 5 Cookbook -IG_VioletBox,7477,1 // Level 6 Cookbook -IG_VioletBox,7478,1 // Level 7 Cookbook -IG_VioletBox,7479,1 // Level 8 Cookbook -IG_VioletBox,7480,1 // Level 9 Cookbook -IG_VioletBox,7481,1 // Level 10 Cookbook -IG_VioletBox,7482,1 // Pot -IG_VioletBox,7512,1 // Burnt Part -IG_VioletBox,7513,1 // Pocket Watch -IG_VioletBox,7561,1 // Glacial Heart -IG_VioletBox,7562,1 // Ice Scale -IG_VioletBox,7563,1 // Bloody Rune -IG_VioletBox,7564,1 // Rotten Meat -IG_VioletBox,7565,1 // Sticky Poison -IG_VioletBox,7567,1 // Suspicious Hat -IG_VioletBox,7568,1 // White Mask -IG_VioletBox,7751,17 // Old White Cloth -IG_VioletBox,7752,16 // Clattering Skull -IG_VioletBox,7753,17 // Broken Farming Utensil -IG_VioletBox,10001,7 // Skull Helm -IG_VioletBox,10002,7 // Monster Oxygen Mask -IG_VioletBox,10003,7 // Transparent Headgear -IG_VioletBox,10004,7 // Pacifier -IG_VioletBox,10005,7 // Wig -IG_VioletBox,10006,7 // Queen's Hair Ornament -IG_VioletBox,10007,7 // Silk Ribbon -IG_VioletBox,10008,7 // Punisher -IG_VioletBox,10009,7 // Wild Flower -IG_VioletBox,10010,7 // Battered Pot -IG_VioletBox,10011,7 // Stellar Hairpin -IG_VioletBox,10012,7 // Tiny Egg Shell -IG_VioletBox,10013,7 // Backpack -IG_VioletBox,10014,7 // Rocker Glasses -IG_VioletBox,10015,7 // Green Lace -IG_VioletBox,10016,7 // Golden Bell -IG_VioletBox,10017,7 // Bark Shorts -IG_VioletBox,10018,7 // Monkey Circlet -IG_VioletBox,10019,7 // Red Scarf -IG_VioletBox,10020,7 // Grave Keeper's Sword -IG_VioletBox,13001,1 // Dragon Killer -IG_VioletBox,13002,1 // Ginnungagap -IG_VioletBox,13004,1 // Cowardice Blade -IG_VioletBox,13163,1 // Long Barrel -IG_VioletBox,13164,1 // Long Barrel -IG_VioletBox,13167,1 // Gate Keeper-DD -IG_VioletBox,13168,1 // Thunder P -IG_VioletBox,13170,2 // Lever Action Rifle -IG_VioletBox,13200,1 // Bullet -IG_VioletBox,13201,1 // Silver Bullet -IG_VioletBox,13202,1 // Bloody Shell -IG_VioletBox,13203,1 // Flare Sphere -IG_VioletBox,13204,1 // Lightning Sphere -IG_VioletBox,13205,1 // Poison Sphere -IG_VioletBox,13206,1 // Blind Sphere -IG_VioletBox,13207,1 // Freezing Sphere -IG_VioletBox,13304,1 // Huuma Calm Mind diff --git a/db/re/item_bluebox.txt b/db/re/item_bluebox.txt deleted file mode 100644 index 2f3c36c7978..00000000000 --- a/db/re/item_bluebox.txt +++ /dev/null @@ -1,1027 +0,0 @@ -// Old Blue Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_BlueBox,501,12 // Red Potion -IG_BlueBox,502,12 // Orange Potion -IG_BlueBox,503,12 // Yellow Potion -IG_BlueBox,504,12 // White Potion -IG_BlueBox,505,12 // Blue Potion -IG_BlueBox,506,12 // Green Potion -IG_BlueBox,507,12 // Red Herb -IG_BlueBox,508,12 // Yellow Herb -IG_BlueBox,509,12 // White Herb -IG_BlueBox,510,12 // Blue Herb -IG_BlueBox,511,12 // Green Herb -IG_BlueBox,512,12 // Apple -IG_BlueBox,513,12 // Banana -IG_BlueBox,514,12 // Grape -IG_BlueBox,515,12 // Carrot -IG_BlueBox,516,12 // Potato -IG_BlueBox,517,12 // Meat -IG_BlueBox,518,12 // Honey -IG_BlueBox,519,12 // Milk -IG_BlueBox,520,12 // Hinalle Leaflet -IG_BlueBox,521,12 // Aloe Leaflet -IG_BlueBox,522,12 // Mastela Fruit -IG_BlueBox,523,12 // Holy Water -IG_BlueBox,525,12 // Panacea -IG_BlueBox,526,12 // Royal Jelly -IG_BlueBox,528,12 // Monster Food -IG_BlueBox,529,12 // Candy -IG_BlueBox,530,12 // Candy Cane -IG_BlueBox,531,12 // Apple Juice -IG_BlueBox,532,12 // Banana Juice -IG_BlueBox,533,12 // Grape Juice -IG_BlueBox,534,12 // Carrot Juice -IG_BlueBox,535,12 // Pumpkin -IG_BlueBox,536,12 // Ice Cream -IG_BlueBox,537,12 // Pet Food -IG_BlueBox,538,12 // Well-baked Cookie -IG_BlueBox,539,12 // Piece of Cake -IG_BlueBox,544,12 // Raw Fish -IG_BlueBox,545,12 // Condensed Red Potion -IG_BlueBox,546,12 // Condensed Yellow Potion -IG_BlueBox,547,12 // Condensed White Potion -IG_BlueBox,548,12 // Cheese -IG_BlueBox,549,12 // Yam -IG_BlueBox,550,12 // Rice Cake -IG_BlueBox,551,12 // Sushi -IG_BlueBox,553,12 // Bao -IG_BlueBox,555,12 // Traditional Rice Cake -IG_BlueBox,558,12 // Chocolate -IG_BlueBox,561,12 // White Chocolate -IG_BlueBox,601,12 // Fly Wing -IG_BlueBox,602,12 // Butterfly Wing -IG_BlueBox,604,512 // Dead Branch -IG_BlueBox,605,12 // Anodyne -IG_BlueBox,606,12 // Aloevera -IG_BlueBox,607,12 // Yggdrasil Berry -IG_BlueBox,608,12 // Yggdrasil Seed -IG_BlueBox,609,12 // Amulet -IG_BlueBox,610,12 // Yggdrasil Leaf -IG_BlueBox,611,12 // Magnifier -IG_BlueBox,612,12 // Mini Furnace -IG_BlueBox,613,12 // Iron Hammer -IG_BlueBox,614,12 // Golden Hammer -IG_BlueBox,615,12 // Oridecon Hammer -IG_BlueBox,618,12 // Worn Out Scroll -IG_BlueBox,619,12 // Unripe Apple -IG_BlueBox,620,12 // Orange Juice -IG_BlueBox,621,12 // Bitter Herb -IG_BlueBox,622,12 // Rainbow Carrot -IG_BlueBox,623,12 // Earthworm the Dude -IG_BlueBox,624,12 // Rotten Fish -IG_BlueBox,625,12 // Rusty Iron -IG_BlueBox,626,12 // Monster Juice -IG_BlueBox,627,12 // Sweet Milk -IG_BlueBox,628,12 // Well-Dried Bone -IG_BlueBox,629,12 // Singing Flower -IG_BlueBox,630,12 // Dew Laden Moss -IG_BlueBox,631,12 // Deadly Noxious Herb -IG_BlueBox,632,12 // Fatty Chubby Earthworm -IG_BlueBox,633,12 // Sweet Potato -IG_BlueBox,634,12 // Tropical Banana -IG_BlueBox,635,12 // Orc Trophy -IG_BlueBox,636,12 // No Recipient -IG_BlueBox,637,12 // Old Broom -IG_BlueBox,638,12 // Silver Knife of Chastity -IG_BlueBox,639,12 // Armlet of Obedience -IG_BlueBox,640,12 // Shining Stone -IG_BlueBox,641,12 // Contracts in Shadow -IG_BlueBox,642,12 // Book of the Devil -IG_BlueBox,643,12 // Pet Incubator -IG_BlueBox,644,312 // Gift Box -IG_BlueBox,645,12 // Concentration Potion -IG_BlueBox,656,12 // Awakening Potion -IG_BlueBox,657,12 // Berserk Potion -IG_BlueBox,659,12 // Her Heart -IG_BlueBox,663,12 // Songpyun -IG_BlueBox,664,12 // Gift Box -IG_BlueBox,665,12 // Gift Box -IG_BlueBox,666,12 // Gift Box -IG_BlueBox,667,12 // Gift Box -IG_BlueBox,668,12 // Red_Envelope -IG_BlueBox,678,12 // Poison Bottle -IG_BlueBox,679,12 // Pilule -IG_BlueBox,701,12 // Ora Ora -IG_BlueBox,702,12 // Animal Gore -IG_BlueBox,703,12 // Hinalle -IG_BlueBox,704,12 // Aloe -IG_BlueBox,705,12 // Clover -IG_BlueBox,706,12 // Four Leaf Clover -IG_BlueBox,707,12 // Singing Plant -IG_BlueBox,708,12 // Ment -IG_BlueBox,710,12 // Illusion Flower -IG_BlueBox,711,12 // Shoot -IG_BlueBox,712,12 // Flower -IG_BlueBox,713,12 // Empty Bottle -IG_BlueBox,715,12 // Yellow Gemstone -IG_BlueBox,716,12 // Red Gemstone -IG_BlueBox,717,12 // Blue Gemstone -IG_BlueBox,718,12 // Garnet -IG_BlueBox,719,12 // Amethyst -IG_BlueBox,720,12 // Aquamarine -IG_BlueBox,721,12 // Emerald -IG_BlueBox,722,12 // Pearl -IG_BlueBox,723,12 // Ruby -IG_BlueBox,724,12 // Cursed Ruby -IG_BlueBox,725,12 // Sardonyx -IG_BlueBox,726,12 // Sapphire -IG_BlueBox,727,12 // Opal -IG_BlueBox,728,12 // Topaz -IG_BlueBox,729,12 // Zircon -IG_BlueBox,730,12 // 1carat Diamond -IG_BlueBox,731,12 // 2carat Diamond -IG_BlueBox,732,12 // 3carat Diamond -IG_BlueBox,733,12 // Cracked Diamond -IG_BlueBox,734,12 // Red Frame -IG_BlueBox,735,12 // Chung Jah -IG_BlueBox,736,12 // China -IG_BlueBox,737,12 // Black Ladle -IG_BlueBox,738,12 // Pencil Case -IG_BlueBox,739,12 // Rouge -IG_BlueBox,740,12 // Puppet -IG_BlueBox,741,12 // Poring Doll -IG_BlueBox,742,12 // Chonchon Doll -IG_BlueBox,743,12 // Spore Doll -IG_BlueBox,744,12 // Bouquet -IG_BlueBox,745,12 // Wedding Bouquet -IG_BlueBox,746,12 // Glass Bead -IG_BlueBox,747,12 // Crystal Mirror -IG_BlueBox,748,12 // Witherless Rose -IG_BlueBox,749,12 // Frozen Rose -IG_BlueBox,750,12 // Baphomet Doll -IG_BlueBox,751,12 // Osiris Doll -IG_BlueBox,752,12 // Grasshopper Doll -IG_BlueBox,753,12 // Yoyo Doll -IG_BlueBox,754,12 // Raccoon Doll -IG_BlueBox,901,12 // Danggie -IG_BlueBox,902,12 // Tree Root -IG_BlueBox,903,12 // Reptile Tongue -IG_BlueBox,904,12 // Scorpion Tail -IG_BlueBox,905,12 // Stem -IG_BlueBox,906,12 // Pointed Scale -IG_BlueBox,907,12 // Resin -IG_BlueBox,908,12 // Spawn -IG_BlueBox,909,12 // Jellopy -IG_BlueBox,910,12 // Garlet -IG_BlueBox,911,12 // Scell -IG_BlueBox,912,12 // Zargon -IG_BlueBox,913,12 // Tooth of Bat -IG_BlueBox,914,12 // Fluff -IG_BlueBox,915,12 // Chrysalis -IG_BlueBox,916,12 // Feather of Birds -IG_BlueBox,917,12 // Talon -IG_BlueBox,918,12 // Sticky Webfoot -IG_BlueBox,919,12 // Animal Skin -IG_BlueBox,920,12 // Wolf Claw -IG_BlueBox,921,12 // Mushroom Spore -IG_BlueBox,922,12 // Orc's Fang -IG_BlueBox,923,12 // Evil Horn -IG_BlueBox,924,12 // Powder of Butterfly -IG_BlueBox,925,12 // Bill of Birds -IG_BlueBox,926,12 // Snake Scale -IG_BlueBox,928,12 // Insect Feeler -IG_BlueBox,929,12 // Immortal Heart -IG_BlueBox,930,12 // Rotten Bandage -IG_BlueBox,931,12 // Orcish Voucher -IG_BlueBox,932,12 // Skel-Bone -IG_BlueBox,934,12 // Memento -IG_BlueBox,935,12 // Shell -IG_BlueBox,936,12 // Scale Shell -IG_BlueBox,937,12 // Venom Canine -IG_BlueBox,938,12 // Sticky Mucus -IG_BlueBox,939,12 // Bee Sting -IG_BlueBox,940,12 // Grasshopper's Leg -IG_BlueBox,941,12 // Nose Ring -IG_BlueBox,942,12 // Yoyo Tail -IG_BlueBox,943,12 // Solid Shell -IG_BlueBox,944,12 // Horseshoe -IG_BlueBox,945,12 // Raccoon Leaf -IG_BlueBox,946,12 // Snail's Shell -IG_BlueBox,947,12 // Horn -IG_BlueBox,948,12 // Bear's Footskin -IG_BlueBox,949,12 // Feather -IG_BlueBox,950,12 // Heart of Mermaid -IG_BlueBox,951,12 // Fin -IG_BlueBox,952,12 // Cactus Needle -IG_BlueBox,953,12 // Stone Heart -IG_BlueBox,954,12 // Shining Scale -IG_BlueBox,955,12 // Worm Peeling -IG_BlueBox,956,12 // Gill -IG_BlueBox,957,12 // Decayed Nail -IG_BlueBox,958,12 // Horrendous Mouth -IG_BlueBox,959,12 // Stinky Scale -IG_BlueBox,960,12 // Nipper -IG_BlueBox,961,12 // Conch -IG_BlueBox,962,12 // Tentacle -IG_BlueBox,963,12 // Sharp Scale -IG_BlueBox,964,12 // Crab Shell -IG_BlueBox,965,12 // Clam Shell -IG_BlueBox,966,12 // Clam Flesh -IG_BlueBox,967,12 // Turtle Shell -IG_BlueBox,968,12 // Heroic Emblem -IG_BlueBox,969,12 // Gold -IG_BlueBox,971,12 // Detrimindexta -IG_BlueBox,972,12 // Karvodailnirol -IG_BlueBox,973,12 // Counteragent -IG_BlueBox,974,12 // Mixture -IG_BlueBox,975,12 // Scarlet Dyestuff -IG_BlueBox,976,12 // Lemon Dyestuff -IG_BlueBox,978,12 // Cobaltblue Dyestuff -IG_BlueBox,979,12 // Darkgreen Dyestuff -IG_BlueBox,980,12 // Orange Dyestuff -IG_BlueBox,981,12 // Violet Dyestuff -IG_BlueBox,982,12 // White Dyestuff -IG_BlueBox,983,12 // Black Dyestuff -IG_BlueBox,986,12 // Anvil -IG_BlueBox,987,12 // Oridecon Anvil -IG_BlueBox,988,12 // Golden Anvil -IG_BlueBox,989,12 // Emperium Anvil -IG_BlueBox,990,12 // Red Blood -IG_BlueBox,991,12 // Crystal Blue -IG_BlueBox,992,12 // Wind of Verdure -IG_BlueBox,993,12 // Green Live -IG_BlueBox,994,12 // Flame Heart -IG_BlueBox,995,12 // Mystic Frozen -IG_BlueBox,996,12 // Rough Wind -IG_BlueBox,997,12 // Great Nature -IG_BlueBox,998,12 // Iron -IG_BlueBox,999,12 // Steel -IG_BlueBox,1000,12 // Star Crumb -IG_BlueBox,1001,12 // Star Dust -IG_BlueBox,1002,12 // Iron Ore -IG_BlueBox,1003,12 // Coal -IG_BlueBox,1004,12 // Chivalry Emblem -IG_BlueBox,1005,12 // Hammer of Blacksmith -IG_BlueBox,1006,12 // Old Magicbook -IG_BlueBox,1007,12 // Necklace of Wisdom -IG_BlueBox,1008,12 // Necklace of Oblivion -IG_BlueBox,1009,12 // Hand of God -IG_BlueBox,1010,12 // Phracon -IG_BlueBox,1011,12 // Emveretarcon -IG_BlueBox,1012,12 // Frill -IG_BlueBox,1013,12 // Rainbow Shell -IG_BlueBox,1014,12 // Ant Jaw -IG_BlueBox,1015,12 // Tongue -IG_BlueBox,1016,12 // Rat Tail -IG_BlueBox,1017,12 // Mole Whiskers -IG_BlueBox,1018,12 // Mole Claw -IG_BlueBox,1019,12 // Trunk -IG_BlueBox,1020,12 // Black Hair -IG_BlueBox,1021,12 // Dokebi Horn -IG_BlueBox,1022,12 // Nine Tails -IG_BlueBox,1023,12 // Fish Tail -IG_BlueBox,1024,12 // Squid Ink -IG_BlueBox,1025,12 // Cobweb -IG_BlueBox,1026,12 // Acorn -IG_BlueBox,1027,12 // Porcupine Quill -IG_BlueBox,1028,12 // Mane -IG_BlueBox,1029,12 // Tiger Skin -IG_BlueBox,1031,12 // Mantis Scythe -IG_BlueBox,1032,12 // Maneater Blossom -IG_BlueBox,1033,12 // Maneater Root -IG_BlueBox,1034,12 // Blue Hair -IG_BlueBox,1035,12 // Dragon Canine -IG_BlueBox,1036,12 // Dragon Scale -IG_BlueBox,1037,12 // Dragon Tail -IG_BlueBox,1038,12 // Little Evil Horn -IG_BlueBox,1039,12 // Little Evil Wing -IG_BlueBox,1040,12 // Elder Pixie's Moustache -IG_BlueBox,1041,12 // Lantern -IG_BlueBox,1042,12 // Bug Leg -IG_BlueBox,1043,12 // Orc Claw -IG_BlueBox,1044,12 // Zenorc's Fang -IG_BlueBox,1045,12 // Cultish Masque -IG_BlueBox,1046,12 // Scorpion Nipper -IG_BlueBox,1047,12 // Dead Medusa -IG_BlueBox,1048,12 // Horrendous Hair -IG_BlueBox,1049,12 // Skirt of Virgin -IG_BlueBox,1050,12 // Tendon -IG_BlueBox,1051,12 // Detonator -IG_BlueBox,1052,12 // Single Cell -IG_BlueBox,1053,12 // Ancient Tooth -IG_BlueBox,1054,12 // Ancient Lips -IG_BlueBox,1055,12 // Earthworm Peeling -IG_BlueBox,1056,12 // Grit -IG_BlueBox,1057,12 // Moth Dust -IG_BlueBox,1058,12 // Moth Wings -IG_BlueBox,1059,12 // Fabric -IG_BlueBox,1060,12 // Golden Hair -IG_BlueBox,1061,12 // Witched Starsand -IG_BlueBox,1062,12 // Jack o' Pumpkin -IG_BlueBox,1063,12 // Fang -IG_BlueBox,1064,12 // Reins -IG_BlueBox,1065,12 // Trap -IG_BlueBox,1066,12 // Fine-grained Trunk -IG_BlueBox,1067,12 // Solid Trunk -IG_BlueBox,1068,12 // Barren Trunk -IG_BlueBox,1088,12 // Morocc Solution -IG_BlueBox,1089,12 // Payon Solution -IG_BlueBox,1092,12 // Empty Test Tube -IG_BlueBox,1093,12 // Empty Potion Bottle -IG_BlueBox,1094,12 // Short Daenggie -IG_BlueBox,1095,12 // Clock Hand -IG_BlueBox,1096,12 // Round Shell -IG_BlueBox,1097,12 // Worn Out Page -IG_BlueBox,1098,12 // Manacles -IG_BlueBox,1099,12 // Worn-out Prison Uniform -IG_BlueBox,1101,6 // Sword -IG_BlueBox,1102,6 // Sword -IG_BlueBox,1104,6 // Falchion -IG_BlueBox,1105,6 // Falchion -IG_BlueBox,1107,6 // Blade -IG_BlueBox,1108,6 // Blade -IG_BlueBox,1110,6 // Rapier -IG_BlueBox,1111,6 // Rapier -IG_BlueBox,1113,6 // Scimitar -IG_BlueBox,1114,6 // Scimitar -IG_BlueBox,1116,3 // Katana -IG_BlueBox,1117,3 // Katana -IG_BlueBox,1119,6 // Tsurugi -IG_BlueBox,1120,6 // Tsurugi -IG_BlueBox,1122,6 // Ring Pommel Saber -IG_BlueBox,1123,6 // Haedonggum -IG_BlueBox,1124,6 // Orcish sword -IG_BlueBox,1125,6 // Ring Pommel Saber -IG_BlueBox,1126,6 // Saber -IG_BlueBox,1127,6 // Saber -IG_BlueBox,1128,6 // Haedonggum -IG_BlueBox,1129,6 // Flamberge -IG_BlueBox,1146,1 // Town Sword -IG_BlueBox,1147,1 // Town Sword -IG_BlueBox,1148,1 // Star Dust Blade -IG_BlueBox,1151,3 // Slayer -IG_BlueBox,1152,3 // Slayer -IG_BlueBox,1154,3 // Bastard Sword -IG_BlueBox,1155,3 // Bastard Sword -IG_BlueBox,1157,3 // Two-Handed Sword -IG_BlueBox,1158,3 // Two-Handed Sword -IG_BlueBox,1160,3 // Broad Sword -IG_BlueBox,1162,3 // Broad Sword -IG_BlueBox,1163,3 // Claymore -IG_BlueBox,1201,3 // Knife -IG_BlueBox,1202,3 // Knife -IG_BlueBox,1204,3 // Cutter -IG_BlueBox,1205,3 // Cutter -IG_BlueBox,1207,3 // Main Gauche -IG_BlueBox,1208,3 // Main Gauche -IG_BlueBox,1210,3 // Dirk -IG_BlueBox,1211,3 // Dirk -IG_BlueBox,1213,3 // Dagger -IG_BlueBox,1214,3 // Dagger -IG_BlueBox,1216,3 // Stiletto -IG_BlueBox,1217,3 // Stiletto -IG_BlueBox,1219,3 // Gladius -IG_BlueBox,1220,3 // Gladius -IG_BlueBox,1222,3 // Damascus -IG_BlueBox,1226,3 // Damascus -IG_BlueBox,1243,3 // Novice Main Gauche -IG_BlueBox,1245,1 // Cinquedea -IG_BlueBox,1247,1 // Kindle Dagger -IG_BlueBox,1248,1 // Obsidian Dagger -IG_BlueBox,1249,1 // Fisherman's Dagger -IG_BlueBox,1250,3 // Jur -IG_BlueBox,1251,3 // Jur -IG_BlueBox,1252,3 // Katar -IG_BlueBox,1253,3 // Katar -IG_BlueBox,1254,3 // Jamadhar -IG_BlueBox,1255,3 // Jamadhar -IG_BlueBox,1256,3 // Katar of Frozen Icicle -IG_BlueBox,1257,3 // Katar of Quaking -IG_BlueBox,1258,3 // Katar of Raging Blaze -IG_BlueBox,1259,3 // Katar of Piercing Wind -IG_BlueBox,1262,1 // Loki's Nail -IG_BlueBox,1263,1 // Unholy Touch -IG_BlueBox,1264,2 // Specialty Jur -IG_BlueBox,1265,1 // Bloody Roar -IG_BlueBox,1269,1 // Inverse Scale -IG_BlueBox,1271,1 // Blood Tears -IG_BlueBox,1301,3 // Axe -IG_BlueBox,1302,3 // Axe -IG_BlueBox,1304,3 // Orcish Axe -IG_BlueBox,1307,1 // Windhawk -IG_BlueBox,1351,3 // Battle Axe -IG_BlueBox,1352,3 // Battle Axe -IG_BlueBox,1354,3 // Hammer -IG_BlueBox,1355,3 // Hammer -IG_BlueBox,1357,3 // Buster -IG_BlueBox,1358,3 // Buster -IG_BlueBox,1360,3 // Two-Handed Axe -IG_BlueBox,1361,3 // Two-Handed Axe -IG_BlueBox,1370,1 // Doom Slayer -IG_BlueBox,1376,1 // Heart Breaker -IG_BlueBox,1377,1 // Hurricane Fury -IG_BlueBox,1401,9 // Javelin -IG_BlueBox,1402,9 // Javelin -IG_BlueBox,1404,9 // Spear -IG_BlueBox,1405,9 // Spear -IG_BlueBox,1407,9 // Pike -IG_BlueBox,1408,9 // Pike -IG_BlueBox,1410,3 // Lance -IG_BlueBox,1411,3 // Lance -IG_BlueBox,1451,3 // Guisarme -IG_BlueBox,1452,3 // Guisarme -IG_BlueBox,1454,3 // Glaive -IG_BlueBox,1455,3 // Glaive -IG_BlueBox,1457,3 // Partizan -IG_BlueBox,1458,3 // Partizan -IG_BlueBox,1460,3 // Trident -IG_BlueBox,1461,3 // Trident -IG_BlueBox,1463,3 // Halberd -IG_BlueBox,1464,3 // Halberd -IG_BlueBox,1472,3 // Soul Staff -IG_BlueBox,1474,1 // Gae Bolg -IG_BlueBox,1478,1 // Ahlspiess -IG_BlueBox,1501,6 // Club -IG_BlueBox,1502,6 // Club -IG_BlueBox,1504,6 // Mace -IG_BlueBox,1505,6 // Mace -IG_BlueBox,1507,6 // Smasher -IG_BlueBox,1508,6 // Smasher -IG_BlueBox,1510,6 // Flail -IG_BlueBox,1511,6 // Flail -IG_BlueBox,1513,6 // Morning Star -IG_BlueBox,1514,6 // Morning Star -IG_BlueBox,1516,6 // Sword Mace -IG_BlueBox,1517,6 // Sword Mace -IG_BlueBox,1519,6 // Chain -IG_BlueBox,1520,6 // Chain -IG_BlueBox,1522,6 // Stunner -IG_BlueBox,1550,3 // Book -IG_BlueBox,1551,3 // Bible -IG_BlueBox,1552,3 // Tablet -IG_BlueBox,1553,3 // Book of Billows -IG_BlueBox,1554,3 // Book of Mother Earth -IG_BlueBox,1555,3 // Book of the Blazing Sun -IG_BlueBox,1556,3 // Book of Gust of Wind -IG_BlueBox,1558,3 // Girl's Diary -IG_BlueBox,1559,1 // Legacy of Dragon -IG_BlueBox,1560,1 // Sage's Diary -IG_BlueBox,1561,1 // Hardcover Book -IG_BlueBox,1601,3 // Rod -IG_BlueBox,1602,3 // Rod -IG_BlueBox,1604,3 // Wand -IG_BlueBox,1605,3 // Wand -IG_BlueBox,1607,3 // Staff -IG_BlueBox,1608,3 // Staff -IG_BlueBox,1610,3 // Arc Wand -IG_BlueBox,1611,3 // Arc Wand -IG_BlueBox,1613,3 // Mighty Staff -IG_BlueBox,1614,3 // Wand of Occult -IG_BlueBox,1615,3 // Evil Bone Wand -IG_BlueBox,1616,1 // Wing Staff -IG_BlueBox,1617,1 // Survivor's Rod -IG_BlueBox,1618,1 // Survivor's Rod -IG_BlueBox,1619,1 // Survivor's Rod -IG_BlueBox,1620,1 // Survivor's Rod -IG_BlueBox,1621,1 // Hypnotist's Staff -IG_BlueBox,1622,1 // Hypnotist's Staff -IG_BlueBox,1701,3 // Bow -IG_BlueBox,1702,3 // Bow -IG_BlueBox,1704,3 // Composite Bow -IG_BlueBox,1705,3 // Composite Bow -IG_BlueBox,1707,3 // Great Bow -IG_BlueBox,1708,3 // Great Bow -IG_BlueBox,1710,3 // Crossbow -IG_BlueBox,1711,3 // Crossbow -IG_BlueBox,1713,3 // Arbalest -IG_BlueBox,1714,3 // Gakkung Bow -IG_BlueBox,1715,3 // Arbalest -IG_BlueBox,1716,3 // Gakkung Bow -IG_BlueBox,1718,3 // Hunter Bow -IG_BlueBox,1723,1 // Luna Bow -IG_BlueBox,1724,1 // Dragon Wing -IG_BlueBox,1730,1 // Burning Bow -IG_BlueBox,1731,1 // Frozen Bow -IG_BlueBox,1732,1 // Earth Bow -IG_BlueBox,1733,1 // Gust Bow -IG_BlueBox,1750,12 // Arrow -IG_BlueBox,1751,12 // Silver Arrow -IG_BlueBox,1752,12 // Fire Arrow -IG_BlueBox,1753,12 // Steel Arrow -IG_BlueBox,1754,12 // Crystal Arrow -IG_BlueBox,1755,12 // Arrow of Wind -IG_BlueBox,1756,12 // Stone Arrow -IG_BlueBox,1757,12 // Immaterial Arrow -IG_BlueBox,1758,12 // Stun Arrow -IG_BlueBox,1759,12 // Frozen Arrow -IG_BlueBox,1760,12 // Flash Arrow -IG_BlueBox,1761,12 // Cursed Arrow -IG_BlueBox,1762,12 // Rusty Arrow -IG_BlueBox,1763,12 // Poison Arrow -IG_BlueBox,1764,12 // Sharp Arrow -IG_BlueBox,1765,12 // Oridecon Arrow -IG_BlueBox,1767,12 // Shadow Arrow -IG_BlueBox,1768,12 // Sleep Arrow -IG_BlueBox,1769,12 // Mute Arrow -IG_BlueBox,1770,12 // Iron Arrow -IG_BlueBox,1801,3 // Waghnak -IG_BlueBox,1802,3 // Waghnak -IG_BlueBox,1803,3 // Knuckle Duster -IG_BlueBox,1804,3 // Knuckle Duster -IG_BlueBox,1805,3 // Studded Knuckles -IG_BlueBox,1806,3 // Studded Knuckles -IG_BlueBox,1807,3 // Fist -IG_BlueBox,1808,3 // Fist -IG_BlueBox,1809,3 // Claw -IG_BlueBox,1810,3 // Claw -IG_BlueBox,1811,3 // Finger -IG_BlueBox,1812,3 // Finger -IG_BlueBox,1815,1 // Hatii Claw -IG_BlueBox,1818,1 // Magma Fist -IG_BlueBox,1819,1 // Icicle Fist -IG_BlueBox,1820,1 // Electric Fist -IG_BlueBox,1821,1 // Seismic Fist -IG_BlueBox,1822,1 // Combo Battle Glove -IG_BlueBox,1901,3 // Violin -IG_BlueBox,1902,3 // Violin -IG_BlueBox,1903,3 // Mandolin -IG_BlueBox,1904,3 // Mandolin -IG_BlueBox,1905,3 // Lute -IG_BlueBox,1906,3 // Lute -IG_BlueBox,1907,3 // Guitar -IG_BlueBox,1908,3 // Guitar -IG_BlueBox,1909,3 // Harp -IG_BlueBox,1910,3 // Harp -IG_BlueBox,1911,3 // Gumoongoh -IG_BlueBox,1912,3 // Gumoongoh -IG_BlueBox,1914,1 // Burning Passion Guitar -IG_BlueBox,1915,1 // Loner's Guitar -IG_BlueBox,1916,1 // Green Acre Guitar -IG_BlueBox,1917,1 // Gentle Breeze Guitar -IG_BlueBox,1918,1 // Oriental Lute -IG_BlueBox,1919,1 // Base Guitar -IG_BlueBox,1950,3 // Rope -IG_BlueBox,1951,3 // Rope -IG_BlueBox,1952,3 // Whip -IG_BlueBox,1953,3 // Whip -IG_BlueBox,1954,3 // Wire Whip -IG_BlueBox,1955,3 // Wire Whip -IG_BlueBox,1956,3 // Rante Whip -IG_BlueBox,1957,3 // Rante Whip -IG_BlueBox,1958,3 // Tail Whip -IG_BlueBox,1959,3 // Tail Whip -IG_BlueBox,1960,3 // Whip -IG_BlueBox,1961,3 // Whip -IG_BlueBox,1965,1 // Red Flame Whip -IG_BlueBox,1966,1 // Icicle Whip -IG_BlueBox,1967,1 // Gaia Whip -IG_BlueBox,1968,1 // Skipping Rope -IG_BlueBox,1969,1 // Blade Whip -IG_BlueBox,1970,1 // Queen's Whip -IG_BlueBox,1971,1 // Electric Wire -IG_BlueBox,1972,1 // Electric Eel -IG_BlueBox,1973,1 // Sea Witch's Foot -IG_BlueBox,1974,1 // Carrot Whip -IG_BlueBox,2101,3 // Guard -IG_BlueBox,2102,3 // Guard -IG_BlueBox,2103,3 // Buckler -IG_BlueBox,2104,3 // Buckler -IG_BlueBox,2105,3 // Shield -IG_BlueBox,2106,3 // Shield -IG_BlueBox,2107,3 // Mirror Shield -IG_BlueBox,2108,3 // Mirror Shield -IG_BlueBox,2109,3 // Memory Book -IG_BlueBox,2112,3 // Novice Guard -IG_BlueBox,2113,1 // Novice Shield -IG_BlueBox,2123,1 // Orleans's Server -IG_BlueBox,2124,1 // Thorny Buckler -IG_BlueBox,2125,1 // Strong Shield -IG_BlueBox,2201,3 // Sunglasses -IG_BlueBox,2203,3 // Glasses -IG_BlueBox,2205,3 // Diver Goggles -IG_BlueBox,2206,3 // Wedding Veil -IG_BlueBox,2207,3 // Fancy Flower -IG_BlueBox,2208,3 // Ribbon -IG_BlueBox,2209,3 // Ribbon -IG_BlueBox,2210,3 // Hair Band -IG_BlueBox,2211,3 // Bandana -IG_BlueBox,2212,3 // Eye Patch -IG_BlueBox,2213,3 // Kitty Band -IG_BlueBox,2214,3 // Bunny Band -IG_BlueBox,2215,3 // Flower Band -IG_BlueBox,2216,3 // Biretta -IG_BlueBox,2217,3 // Biretta -IG_BlueBox,2218,3 // Flu Mask -IG_BlueBox,2220,3 // Hat -IG_BlueBox,2221,3 // Hat -IG_BlueBox,2222,3 // Turban -IG_BlueBox,2223,3 // Turban -IG_BlueBox,2224,3 // Goggles -IG_BlueBox,2225,3 // Goggles -IG_BlueBox,2226,3 // Cap -IG_BlueBox,2227,3 // Cap -IG_BlueBox,2228,3 // Helm -IG_BlueBox,2229,3 // Helm -IG_BlueBox,2230,3 // Gemmed Sallet -IG_BlueBox,2231,3 // Gemmed Sallet -IG_BlueBox,2232,3 // Circlet -IG_BlueBox,2233,3 // Circlet -IG_BlueBox,2236,3 // Santa Hat -IG_BlueBox,2239,3 // Monocle -IG_BlueBox,2241,3 // Grandpa Beard -IG_BlueBox,2242,3 // Purple Glasses -IG_BlueBox,2243,3 // Geek Glasses -IG_BlueBox,2244,3 // Big Ribbon -IG_BlueBox,2245,3 // Sweet Gent -IG_BlueBox,2246,3 // Golden Gear -IG_BlueBox,2247,3 // Romantic Gent -IG_BlueBox,2248,3 // Western Grace -IG_BlueBox,2249,1 // Coronet -IG_BlueBox,2250,3 // Cute Ribbon -IG_BlueBox,2251,3 // Monk Hat -IG_BlueBox,2252,3 // Wizard Hat -IG_BlueBox,2253,3 // Sunflower -IG_BlueBox,2254,1 // Angel Wing -IG_BlueBox,2255,1 // Evil Wing -IG_BlueBox,2257,3 // Unicorn Horn -IG_BlueBox,2258,1 // Spiky Band -IG_BlueBox,2259,3 // Mini Propeller -IG_BlueBox,2260,3 // Mini Glasses -IG_BlueBox,2261,3 // Army Cap -IG_BlueBox,2262,3 // Clown Nose -IG_BlueBox,2263,3 // Zorro Masque -IG_BlueBox,2265,3 // Gangster Mask -IG_BlueBox,2266,3 // Iron Cain -IG_BlueBox,2267,3 // Cigarette -IG_BlueBox,2268,3 // Pipe -IG_BlueBox,2269,3 // Romantic Flower -IG_BlueBox,2270,3 // Romantic Leaf -IG_BlueBox,2271,3 // Jack be Dandy -IG_BlueBox,2274,1 // Ghost Bandana -IG_BlueBox,2275,3 // Red Bandana -IG_BlueBox,2276,3 // Angled Glasses -IG_BlueBox,2277,3 // Nurse Cap -IG_BlueBox,2278,3 // Mr. Smile -IG_BlueBox,2279,3 // Bomb Wick -IG_BlueBox,2282,3 // Halo -IG_BlueBox,2285,3 // Apple of Archer -IG_BlueBox,2287,3 // Pirate Bandana -IG_BlueBox,2288,3 // Mr. Scream -IG_BlueBox,2289,3 // Poo Poo Hat -IG_BlueBox,2290,3 // Funeral Hat -IG_BlueBox,2291,3 // Masquerade -IG_BlueBox,2294,3 // Stellar -IG_BlueBox,2295,3 // Blinker -IG_BlueBox,2297,3 // Goblin Mask -IG_BlueBox,2298,3 // Green Feeler -IG_BlueBox,2299,3 // Orc Helm -IG_BlueBox,2301,3 // Cotton Shirt -IG_BlueBox,2302,3 // Cotton Shirt -IG_BlueBox,2303,3 // Jacket -IG_BlueBox,2304,3 // Jacket -IG_BlueBox,2305,3 // Adventurer's Suit -IG_BlueBox,2306,3 // Adventurer's Suit -IG_BlueBox,2307,3 // Mantle -IG_BlueBox,2308,3 // Mantle -IG_BlueBox,2309,3 // Coat -IG_BlueBox,2310,3 // Coat -IG_BlueBox,2311,3 // Mink Coat -IG_BlueBox,2312,3 // Padded Armor -IG_BlueBox,2313,3 // Padded Armor -IG_BlueBox,2314,3 // Chain Mail -IG_BlueBox,2315,3 // Chain Mail -IG_BlueBox,2316,3 // Full Plate -IG_BlueBox,2317,3 // Full Plate -IG_BlueBox,2318,3 // Lord's Clothes -IG_BlueBox,2320,3 // Formal Suit -IG_BlueBox,2321,3 // Silk Robe -IG_BlueBox,2322,3 // Silk Robe -IG_BlueBox,2323,3 // Scapulare -IG_BlueBox,2324,3 // Scapulare -IG_BlueBox,2325,3 // Saint's Robe -IG_BlueBox,2326,3 // Saint's Robe -IG_BlueBox,2328,3 // Wooden Mail -IG_BlueBox,2329,3 // Wooden Mail -IG_BlueBox,2330,3 // Tights -IG_BlueBox,2331,3 // Tights -IG_BlueBox,2332,3 // Silver Robe -IG_BlueBox,2333,3 // Silver Robe -IG_BlueBox,2335,3 // Thief Clothes -IG_BlueBox,2336,3 // Thief Clothes -IG_BlueBox,2337,3 // Ninja Suit -IG_BlueBox,2339,3 // Pantie -IG_BlueBox,2340,3 // Novice Breastplate -IG_BlueBox,2341,3 // Legion Plate Armor -IG_BlueBox,2352,3 // Tattered Novice Ninja Suit -IG_BlueBox,2365,1 // Orleans's Gown -IG_BlueBox,2401,3 // Sandals -IG_BlueBox,2402,3 // Sandals -IG_BlueBox,2403,3 // Shoes -IG_BlueBox,2404,3 // Shoes -IG_BlueBox,2405,3 // Boots -IG_BlueBox,2406,3 // Boots -IG_BlueBox,2407,3 // Crystal Pumps -IG_BlueBox,2408,3 // Shackles -IG_BlueBox,2409,3 // High Heels -IG_BlueBox,2411,3 // Greaves -IG_BlueBox,2414,3 // Novice Slippers -IG_BlueBox,2416,1 // Novice Shoes -IG_BlueBox,2420,1 // Angel's Reincarnation -IG_BlueBox,2501,3 // Hood -IG_BlueBox,2502,3 // Hood -IG_BlueBox,2503,3 // Muffler -IG_BlueBox,2504,3 // Muffler -IG_BlueBox,2505,3 // Manteau -IG_BlueBox,2506,3 // Manteau -IG_BlueBox,2507,3 // Ancient Cape -IG_BlueBox,2508,3 // Ragamuffin Manteau -IG_BlueBox,2510,3 // Somber Novice Hood -IG_BlueBox,2512,1 // Novice Manteau -IG_BlueBox,2513,1 // Heavenly Maiden Robe -IG_BlueBox,2514,1 // Pauldron -IG_BlueBox,2515,1 // Eagle Wing -IG_BlueBox,2601,3 // Ring -IG_BlueBox,2602,3 // Earring -IG_BlueBox,2603,3 // Necklace -IG_BlueBox,2604,3 // Glove -IG_BlueBox,2605,3 // Brooch -IG_BlueBox,2607,3 // Clip -IG_BlueBox,2608,3 // Rosary -IG_BlueBox,2609,3 // Skull Ring -IG_BlueBox,2610,3 // Gold Ring -IG_BlueBox,2611,3 // Silver Ring -IG_BlueBox,2612,3 // Flower Ring -IG_BlueBox,2613,3 // Diamond Ring -IG_BlueBox,2617,3 // Celebrant's Mitten -IG_BlueBox,2618,3 // Matyr's Leash -IG_BlueBox,2621,1 // Ring -IG_BlueBox,2622,1 // Earring -IG_BlueBox,2623,1 // Necklace -IG_BlueBox,2624,1 // Glove -IG_BlueBox,2625,1 // Brooch -IG_BlueBox,2626,1 // Rosary -IG_BlueBox,2627,3 // Belt -IG_BlueBox,2628,3 // Novice Armlet -IG_BlueBox,2652,1 // Goddess of Fortune's Cursed Brooch -IG_BlueBox,2654,1 // Shinobi Sash -IG_BlueBox,2656,1 // Armor Charm -IG_BlueBox,5002,1 // Jewel Crown -IG_BlueBox,5003,3 // Joker Jester -IG_BlueBox,5005,3 // Gas Mask -IG_BlueBox,5006,3 // Machoman's Glasses -IG_BlueBox,5009,3 // Safety Helmet -IG_BlueBox,5010,3 // Indian Fillet -IG_BlueBox,5011,3 // Aerial -IG_BlueBox,5014,3 // Fin Helm -IG_BlueBox,5015,3 // Egg Shell -IG_BlueBox,5030,3 // Panda Hat -IG_BlueBox,5035,3 // Poring Hat -IG_BlueBox,5037,3 // Nutshell -IG_BlueBox,5055,3 // Novice False Eggshell -IG_BlueBox,5085,1 // Small Ribbons -IG_BlueBox,5088,3 // Surprised Mask -IG_BlueBox,5089,3 // Annoyed Mask -IG_BlueBox,5090,3 // Goblin Leader Mask -IG_BlueBox,5111,1 // Galapago Cap -IG_BlueBox,5112,1 // Super Novice Hat -IG_BlueBox,5113,1 // Angry Snarl -IG_BlueBox,5114,1 // Bucket Hat -IG_BlueBox,5116,1 // Banana Hat -IG_BlueBox,5118,1 // Puppy Headband -IG_BlueBox,5119,1 // Super Novice Hat -IG_BlueBox,5120,1 // Bucket Hat -IG_BlueBox,5122,1 // Magni's Cap -IG_BlueBox,5175,1 // Censor Bar -IG_BlueBox,7001,12 // Mould Powder -IG_BlueBox,7002,12 // Ogre Tooth -IG_BlueBox,7003,12 // Anolian Skin -IG_BlueBox,7004,12 // Mud Lump -IG_BlueBox,7005,12 // Skull -IG_BlueBox,7006,12 // Wing of Red Bat -IG_BlueBox,7007,12 // Claw of Rat -IG_BlueBox,7008,12 // Stiff Horn -IG_BlueBox,7009,12 // Glitter Shell -IG_BlueBox,7010,12 // Tail of Steel Scorpion -IG_BlueBox,7011,12 // Claw of Monkey -IG_BlueBox,7012,12 // Tough Scalelike Stem -IG_BlueBox,7013,12 // Coral Reef -IG_BlueBox,7014,12 // Old Portrait -IG_BlueBox,7015,12 // Memory Bookmark -IG_BlueBox,7016,12 // Bent Spoon -IG_BlueBox,7026,12 // Key of the Clock Tower -IG_BlueBox,7027,12 // Key of the Underground -IG_BlueBox,7030,12 // Claw of Desert Wolf -IG_BlueBox,7031,12 // Old Frying Pan -IG_BlueBox,7032,12 // Piece of Egg Shell -IG_BlueBox,7033,12 // Poison Spore -IG_BlueBox,7034,12 // Red Stocking -IG_BlueBox,7035,12 // Matchstick -IG_BlueBox,7036,12 // Fang of Garm -IG_BlueBox,7038,12 // Yarn -IG_BlueBox,7041,12 // Fine Grit -IG_BlueBox,7047,12 // Alice's Apron -IG_BlueBox,7048,12 // Talon of Griffon -IG_BlueBox,7049,12 // Stone -IG_BlueBox,7053,12 // Cyfar -IG_BlueBox,7054,12 // Brigan -IG_BlueBox,7059,12 // Free Ticket for Kafra Storage -IG_BlueBox,7060,12 // Free Ticket for Kafra Transportation -IG_BlueBox,7061,12 // Free Ticket for the Cart Service -IG_BlueBox,7063,12 // Soft Feather -IG_BlueBox,7064,12 // Wing of Dragonfly -IG_BlueBox,7065,12 // Sea-Otter Fur -IG_BlueBox,7066,12 // Ice Cubic -IG_BlueBox,7067,12 // Stone Fragment -IG_BlueBox,7068,12 // Burnt Tree -IG_BlueBox,7069,12 // Destroyed Armor -IG_BlueBox,7070,12 // Broken Shell -IG_BlueBox,7071,12 // Tattered Clothes -IG_BlueBox,7072,12 // Old Shuriken -IG_BlueBox,7093,12 // Cogwheel -IG_BlueBox,7094,12 // Fragment -IG_BlueBox,7095,12 // Metal Fragment -IG_BlueBox,7096,12 // Lava -IG_BlueBox,7097,12 // Burning Heart -IG_BlueBox,7098,12 // Live Coal -IG_BlueBox,7099,12 // Worn-out Magic Scroll -IG_BlueBox,7100,12 // Sharp Leaf -IG_BlueBox,7101,12 // Peco Peco Feather -IG_BlueBox,7106,12 // Antelope Horn -IG_BlueBox,7107,12 // Antelope Skin -IG_BlueBox,7108,12 // Piece of Shield -IG_BlueBox,7109,12 // Shining Spear Blade -IG_BlueBox,7110,12 // Broken Sword -IG_BlueBox,7111,12 // Slick Paper -IG_BlueBox,7112,12 // Sharp Paper -IG_BlueBox,7113,12 // Broken Pharaoh Emblem -IG_BlueBox,7114,12 // Masque of Tutankhamen -IG_BlueBox,7115,12 // Harpy Feather -IG_BlueBox,7116,12 // Harpy Talon -IG_BlueBox,7117,12 // Torn Magic Book -IG_BlueBox,7118,12 // Torn Scroll -IG_BlueBox,7119,12 // Bacillus -IG_BlueBox,7120,12 // Burning Horseshoe -IG_BlueBox,7121,12 // Honey Pot -IG_BlueBox,7122,12 // Burning Hair -IG_BlueBox,7123,12 // Dragon Skin -IG_BlueBox,7124,12 // Sand Clump -IG_BlueBox,7125,12 // Scorpion Claw -IG_BlueBox,7126,12 // Large Jellopy -IG_BlueBox,7134,12 // Medicine Bowl -IG_BlueBox,7135,12 // Fire Bottle -IG_BlueBox,7136,12 // Acid Bottle -IG_BlueBox,7137,12 // Plant Bottle -IG_BlueBox,7138,12 // Marine Sphere Bottle -IG_BlueBox,7139,12 // Glistening Coat -IG_BlueBox,7149,12 // Yellow Plate -IG_BlueBox,7150,12 // Piece of Bamboo -IG_BlueBox,7151,12 // Oil Paper -IG_BlueBox,7152,12 // Glossy Hair -IG_BlueBox,7153,12 // Worn-out Kimono -IG_BlueBox,7154,12 // Poisonous Powder -IG_BlueBox,7155,12 // Poisonous Toad Skin -IG_BlueBox,7156,12 // Broken Shuriken -IG_BlueBox,7157,12 // Dark Mask -IG_BlueBox,7158,12 // Broken Liquor Jar -IG_BlueBox,7159,12 // Tengu Nose -IG_BlueBox,7161,12 // Black Bear Skin -IG_BlueBox,7162,12 // Cloud Crumb -IG_BlueBox,7163,12 // Hard Feeler -IG_BlueBox,7164,12 // Solid_Peach -IG_BlueBox,7165,12 // Transparent Celestial Robe -IG_BlueBox,7166,12 // Soft Silk -IG_BlueBox,7167,12 // Strange Steel Piece -IG_BlueBox,7168,12 // Giant Butterfly Wing -IG_BlueBox,7169,12 // Ba_Gua -IG_BlueBox,7171,12 // Leopard Skin -IG_BlueBox,7172,12 // Leopard Claw -IG_BlueBox,7174,12 // Wrapping Lace -IG_BlueBox,7175,12 // Wrapping Paper -IG_BlueBox,7182,12 // Cacao -IG_BlueBox,7186,12 // Thin Trunk -IG_BlueBox,7187,12 // Festival Mask -IG_BlueBox,7188,12 // Brown_Root -IG_BlueBox,7189,12 // Wooden Heart -IG_BlueBox,7190,12 // Solid Husk -IG_BlueBox,7191,12 // Lamp -IG_BlueBox,7192,12 // Vane -IG_BlueBox,7193,12 // Sprout -IG_BlueBox,7194,12 // Soft Blade of Grass -IG_BlueBox,7195,12 // Slingshot -IG_BlueBox,7196,12 // Shoulder Protector -IG_BlueBox,7197,12 // Tough Vines -IG_BlueBox,7198,12 // Huge Leaf -IG_BlueBox,7200,12 // Elastic Band -IG_BlueBox,7201,12 // Log -IG_BlueBox,7202,12 // Pincher of Beetle -IG_BlueBox,7203,12 // Strong Branch -IG_BlueBox,7205,12 // Piece of Black Cloth -IG_BlueBox,7206,12 // Black Cat Doll -IG_BlueBox,7207,12 // Old Manteau -IG_BlueBox,7208,12 // Rusty Kitchen Knife -IG_BlueBox,7209,12 // Helm of Dullahan -IG_BlueBox,7210,12 // Armor Piece of Dullahan -IG_BlueBox,7211,12 // Fragment of Rossata Stone -IG_BlueBox,7212,12 // Hung Doll -IG_BlueBox,7213,12 // Needle Packet -IG_BlueBox,7214,12 // Bat Cage -IG_BlueBox,7215,12 // Broken Needle -IG_BlueBox,7216,12 // Red Muffler -IG_BlueBox,7217,12 // Spool -IG_BlueBox,7218,12 // Decomposed Rope -IG_BlueBox,7219,12 // Striped Sock -IG_BlueBox,7220,12 // Ectoplasm -IG_BlueBox,7221,12 // Tangled Chains -IG_BlueBox,7222,12 // Wooden Gnarl -IG_BlueBox,7223,12 // Contorted Self-Portrait -IG_BlueBox,7225,12 // Pumpkin Lantern -IG_BlueBox,7262,12 // Folding Fan of Cat Ghost -IG_BlueBox,7263,12 // Cat's Eye -IG_BlueBox,7264,12 // Dry Sand -IG_BlueBox,7265,12 // Dragon Horn -IG_BlueBox,7266,12 // Denture from Dragon Mask -IG_BlueBox,7267,12 // Tiger Panty -IG_BlueBox,7268,12 // Little Ghost Doll -IG_BlueBox,7269,12 // Pinafore -IG_BlueBox,7270,12 // Nursing_Bottle -IG_BlueBox,7315,1 // Dark Crystal Fragment -IG_BlueBox,7316,1 // Insect Leg -IG_BlueBox,7317,1 // Rusty Screw -IG_BlueBox,7318,1 // Old Pick -IG_BlueBox,7319,1 // Used Iron Plate -IG_BlueBox,7320,1 // Dust Pollutant -IG_BlueBox,7321,1 // Crystal Fragment -IG_BlueBox,7322,1 // Toxic Gas -IG_BlueBox,7323,1 // Battered Kettle -IG_BlueBox,7325,1 // Flexible Tube -IG_BlueBox,7326,1 // Fluorescent Liquid -IG_BlueBox,7327,1 // Flashlight -IG_BlueBox,7440,1 // Red Feather -IG_BlueBox,7441,1 // Blue Feather -IG_BlueBox,7442,1 // Cursed Seal -IG_BlueBox,7443,1 // Three-Headed Dragon's Head -IG_BlueBox,7444,1 // Treasure Box -IG_BlueBox,7445,1 // Green Bijou -IG_BlueBox,7446,1 // Blue Bijou -IG_BlueBox,7447,1 // Red Bijou -IG_BlueBox,7448,1 // Yellow Bijou -IG_BlueBox,7449,1 // Bloody Page -IG_BlueBox,7450,1 // Skeletal Armor Piece -IG_BlueBox,7451,1 // Fire Dragon Scale -IG_BlueBox,7452,1 // Yellow Spice -IG_BlueBox,7453,1 // Sweet Sauce -IG_BlueBox,7454,1 // Savory Sauce -IG_BlueBox,7455,1 // Spicy Sauce -IG_BlueBox,7456,1 // Red Spice -IG_BlueBox,7457,1 // Cooking Oil -IG_BlueBox,7472,1 // Level 1 Cookbook -IG_BlueBox,7473,1 // Level 2 Cookbook -IG_BlueBox,7474,1 // Level 3 Cookbook -IG_BlueBox,7475,1 // Level 4 Cookbook -IG_BlueBox,7476,1 // Level 5 Cookbook -IG_BlueBox,7482,1 // Pot -IG_BlueBox,7512,1 // Burnt Part -IG_BlueBox,7513,1 // Pocket Watch -IG_BlueBox,7561,15 // Glacial Heart -IG_BlueBox,7562,15 // Ice Scale -IG_BlueBox,7563,15 // Bloody Rune -IG_BlueBox,7564,15 // Rotten Meat -IG_BlueBox,7565,15 // Sticky Poison -IG_BlueBox,7567,1 // Suspicious Hat -IG_BlueBox,7568,1 // White Mask -IG_BlueBox,7751,34 // Old White Cloth -IG_BlueBox,7752,32 // Clattering Skull -IG_BlueBox,7753,34 // Broken Farming Utensil -IG_BlueBox,10001,3 // Skull Helm -IG_BlueBox,10002,3 // Monster Oxygen Mask -IG_BlueBox,10003,3 // Transparent Headgear -IG_BlueBox,10004,3 // Pacifier -IG_BlueBox,10005,3 // Wig -IG_BlueBox,10006,3 // Queen's Hair Ornament -IG_BlueBox,10007,3 // Silk Ribbon -IG_BlueBox,10008,3 // Punisher -IG_BlueBox,10009,3 // Wild Flower -IG_BlueBox,10010,3 // Battered Pot -IG_BlueBox,10011,3 // Stellar Hairpin -IG_BlueBox,10012,3 // Tiny Egg Shell -IG_BlueBox,10013,3 // Backpack -IG_BlueBox,10014,3 // Rocker Glasses -IG_BlueBox,10015,3 // Green Lace -IG_BlueBox,10016,3 // Golden Bell -IG_BlueBox,10017,3 // Bark Shorts -IG_BlueBox,10018,3 // Monkey Circlet -IG_BlueBox,10019,3 // Red Scarf -IG_BlueBox,10020,3 // Grave Keeper's Sword -IG_BlueBox,13000,1 // Jujube Dagger -IG_BlueBox,13001,1 // Dragon Killer -IG_BlueBox,13002,1 // Ginnungagap -IG_BlueBox,13003,1 // Cowardice Blade -IG_BlueBox,13004,1 // Cowardice Blade -IG_BlueBox,13163,1 // Long Barrel -IG_BlueBox,13164,1 // Long Barrel -IG_BlueBox,13167,1 // Gate Keeper-DD -IG_BlueBox,13168,1 // Thunder P -IG_BlueBox,13170,2 // Lever Action Rifle -IG_BlueBox,13200,1 // Bullet -IG_BlueBox,13201,1 // Silver Bullet -IG_BlueBox,13202,1 // Bloody Shell -IG_BlueBox,13203,1 // Flare Sphere -IG_BlueBox,13204,1 // Lightning Sphere -IG_BlueBox,13205,1 // Poison Sphere -IG_BlueBox,13206,1 // Blind Sphere -IG_BlueBox,13207,1 // Freezing Sphere -IG_BlueBox,13304,1 // Huuma Calm Mind diff --git a/db/re/item_box.yml b/db/re/item_box.yml new file mode 100644 index 00000000000..af871989f3e --- /dev/null +++ b/db/re/item_box.yml @@ -0,0 +1,4593 @@ +################################################################################################################## +# +# Obtainable Items Database +# +# Structure of Database: +################################################################################################################## +# +#: +# : +# +################################################################################################################## +# +# Description: +# +# : Box Database name +# : Item ID +# : Rate +# +################################################################################################################## + +IG_BlueBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + 510: 1 # Blue_Herb + 511: 1 # Green_Herb + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 523: 1 # Holy_Water + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 528: 1 # Monster's_Feed + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 535: 1 # Pumpkin + 536: 1 # Ice_Cream + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 545: 1 # Red_Slim_Potion + 546: 1 # Yellow_Slim_Potion + 547: 1 # White_Slim_Potion + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 555: 1 # Rice_Cake + 558: 1 # Chocolate + 561: 1 # White_Chocolate + 601: 1 # Wing_Of_Fly + 602: 1 # Wing_Of_Butterfly + 604: 5 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 609: 1 # Amulet + 610: 1 # Leaf_Of_Yggdrasil + 611: 1 # Spectacles + 612: 1 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 618: 1 # Worn_Out_Scroll + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 1 # Pet_Incubator + 644: 3 # Gift_Box + 645: 1 # Center_Potion + 656: 1 # Awakening_Potion + 657: 1 # Berserk_Potion + 659: 1 # Heart_Of_Her + 663: 1 # Korea_Rice_Cake + 664: 1 # Gift_Box_1 + 665: 1 # Gift_Box_2 + 666: 1 # Gift_Box_3 + 667: 1 # Gift_Box_4 + 668: 1 # Handsei + 678: 1 # Poison_Bottle + 679: 1 # Gold_Pill + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 705: 1 # Clover + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 711: 1 # Shoot + 712: 1 # Flower + 713: 1 # Empty_Bottle + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 901: 1 # Danggie + 902: 1 # Tree_Root + 903: 1 # Reptile_Tongue + 904: 1 # Scorpion's_Tail + 905: 1 # Stem + 906: 1 # Pointed_Scale + 907: 1 # Resin + 908: 1 # Spawn + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 913: 1 # Tooth_Of_Bat + 914: 1 # Fluff + 915: 1 # Chrysalis + 916: 1 # Feather_Of_Birds + 917: 1 # Talon + 918: 1 # Sticky_Webfoot + 919: 1 # Animal's_Skin + 920: 1 # Claw_Of_Wolves + 921: 1 # Mushroom_Spore + 922: 1 # Orcish_Cuspid + 923: 1 # Evil_Horn + 924: 1 # Powder_Of_Butterfly + 925: 1 # Bill_Of_Birds + 926: 1 # Scale_Of_Snakes + 928: 1 # Insect_Feeler + 929: 1 # Immortal_Heart + 930: 1 # Rotten_Bandage + 931: 1 # Orcish_Voucher + 932: 1 # Skel_Bone + 934: 1 # Mementos + 935: 1 # Shell + 936: 1 # Scales_Shell + 937: 1 # Posionous_Canine + 938: 1 # Sticky_Mucus + 939: 1 # Bee_Sting + 940: 1 # Grasshopper's_Leg + 941: 1 # Nose_Ring + 942: 1 # Yoyo_Tail + 943: 1 # Solid_Shell + 944: 1 # Horseshoe + 945: 1 # Raccoon_Leaf + 946: 1 # Snail's_Shell + 947: 1 # Horn + 948: 1 # Bear's_Foot + 949: 1 # Feather + 950: 1 # Heart_Of_Mermaid + 951: 1 # Fin + 952: 1 # Cactus_Needle + 953: 1 # Stone_Heart + 954: 1 # Shining_Scales + 955: 1 # Worm_Peelings + 956: 1 # Gill + 957: 1 # Decayed_Nail + 958: 1 # Horrendous_Mouth + 959: 1 # Rotten_Scale + 960: 1 # Nipper + 961: 1 # Conch + 962: 1 # Tentacle + 963: 1 # Sharp_Scale + 964: 1 # Crap_Shell + 965: 1 # Clam_Shell + 966: 1 # Flesh_Of_Clam + 967: 1 # Turtle_Shell + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1012: 1 # Lizard_Scruff + 1013: 1 # Colorful_Shell + 1014: 1 # Jaws_Of_Ant + 1015: 1 # Thin_N'_Long_Tongue + 1016: 1 # Rat_Tail + 1017: 1 # Moustache_Of_Mole + 1018: 1 # Nail_Of_Mole + 1019: 1 # Wooden_Block + 1020: 1 # Long_Hair + 1021: 1 # Dokkaebi_Horn + 1022: 1 # Fox_Tail + 1023: 1 # Fish_Tail + 1024: 1 # Chinese_Ink + 1025: 1 # Spiderweb + 1026: 1 # Acorn + 1027: 1 # Porcupine_Spike + 1028: 1 # Wild_Boar's_Mane + 1029: 1 # Tiger's_Skin + 1031: 1 # Limb_Of_Mantis + 1032: 1 # Blossom_Of_Maneater + 1033: 1 # Root_Of_Maneater + 1034: 1 # Cobold_Hair + 1035: 1 # Dragon_Canine + 1036: 1 # Dragon_Scale + 1037: 1 # Dragon_Train + 1038: 1 # Petite_DiablOfs_Horn + 1039: 1 # Petite_DiablOfs_Wing + 1040: 1 # Elder_Pixie's_Beard + 1041: 1 # Lantern + 1042: 1 # Short_Leg + 1043: 1 # Nail_Of_Orc + 1044: 1 # Tooth_Of_ + 1045: 1 # Sacred_Masque + 1046: 1 # Tweezer + 1047: 1 # Head_Of_Medusa + 1048: 1 # Slender_Snake + 1049: 1 # Skirt_Of_Virgin + 1050: 1 # Tendon + 1051: 1 # Detonator + 1052: 1 # Single_Cell + 1053: 1 # Tooth_Of_Ancient_Fish + 1054: 1 # Lip_Of_Ancient_Fish + 1055: 1 # Earthworm_Peeling + 1056: 1 # Grit + 1057: 1 # Moth_Dust + 1058: 1 # Wing_Of_Moth + 1059: 1 # Transparent_Cloth + 1060: 1 # Golden_Hair + 1061: 1 # Starsand_Of_Witch + 1062: 1 # Pumpkin_Head + 1063: 1 # Sharpened_Cuspid + 1064: 1 # Reins + 1065: 1 # Booby_Trap + 1066: 1 # Tree_Of_Archer_1 + 1067: 1 # Tree_Of_Archer_2 + 1068: 1 # Tree_Of_Archer_3 + 1088: 1 # Morocc_Potion + 1089: 1 # Payon_Potion + 1092: 1 # Empty_Cylinder + 1093: 1 # Empty_Potion + 1094: 1 # Short_Daenggie + 1095: 1 # Needle_Of_Alarm + 1096: 1 # Round_Shell + 1097: 1 # Worn_Out_Page + 1098: 1 # Manacles + 1099: 1 # Worn_Out_Prison_Uniform + 1101: 6 # Sword + 1102: 6 # Sword_ + 1104: 6 # Falchion + 1105: 6 # Falchion_ + 1107: 6 # Blade + 1108: 6 # Blade_ + 1110: 6 # Lapier + 1111: 6 # Lapier_ + 1113: 6 # Scimiter + 1114: 6 # Scimiter_ + 1116: 3 # Katana + 1117: 3 # Katana_ + 1119: 6 # Tsurugi + 1120: 6 # Tsurugi_ + 1122: 6 # Ring_Pommel_Saber + 1123: 6 # Haedonggum + 1124: 6 # Orcish_Sword + 1125: 6 # Ring_Pommel_Saber_ + 1126: 6 # Saber + 1127: 6 # Saber_ + 1128: 6 # Hae_Dong_Gum_ + 1129: 6 # Flamberge + 1146: 1 # Town_Sword + 1147: 1 # Town_Sword_ + 1148: 1 # Star_Dust_Blade + 1151: 3 # Slayer + 1152: 3 # Slayer_ + 1154: 3 # Bastard_Sword + 1155: 3 # Bastard_Sword_ + 1157: 3 # Two_Hand_Sword + 1158: 3 # Two_Hand_Sword_ + 1160: 3 # Broad_Sword + 1162: 3 # Broad_Sword_ + 1163: 3 # Claymore + 1201: 3 # Knife + 1202: 3 # Knife_ + 1204: 3 # Cutter + 1205: 3 # Cutter_ + 1207: 3 # Main_Gauche + 1208: 3 # Main_Gauche_ + 1210: 3 # Dirk + 1211: 3 # Dirk_ + 1213: 3 # Dagger + 1214: 3 # Dagger_ + 1216: 3 # Stiletto + 1217: 3 # Stiletto_ + 1219: 3 # Gladius + 1220: 3 # Gladius_ + 1222: 3 # Damascus + 1226: 3 # Damascus_ + 1243: 3 # Novice_Knife + 1245: 1 # Cinquedea + 1247: 1 # Kindling_Dagger + 1248: 1 # Obsidian_Dagger + 1249: 1 # Fisherman's_Dagger + 1250: 3 # Jur + 1251: 3 # Jur_ + 1252: 3 # Katar + 1253: 3 # Katar_ + 1254: 3 # Jamadhar + 1255: 3 # Jamadhar_ + 1256: 3 # Katar_Of_Cold_Icicle + 1257: 3 # Katar_Of_Thornbush + 1258: 3 # Katar_Of_Raging_Blaze + 1259: 3 # Katar_Of_Piercing_Wind + 1262: 1 # Nail_Of_Loki + 1263: 1 # Unholy_Touch + 1264: 2 # Various_Jur + 1265: 1 # Bloody_Roar + 1269: 1 # Inverse_Scale + 1271: 1 # Blood_Tears + 1301: 3 # Axe + 1302: 3 # Axe_ + 1304: 3 # Orcish_Axe + 1307: 1 # Windhawk + 1351: 3 # Battle_Axe + 1352: 3 # Battle_Axe_ + 1354: 3 # Hammer + 1355: 3 # Hammer_ + 1357: 3 # Buster + 1358: 3 # Buster_ + 1360: 3 # Two_Handed_Axe + 1361: 3 # Two_Handed_Axe_ + 1370: 1 # Doom_Slayer + 1376: 1 # Heart_Breaker + 1377: 1 # Hurricane_Fury + 1401: 9 # Javelin + 1402: 9 # Javelin_ + 1404: 9 # Spear + 1405: 9 # Spear_ + 1407: 9 # Pike + 1408: 9 # Pike_ + 1410: 3 # Lance + 1411: 3 # Lance_ + 1451: 3 # Guisarme + 1452: 3 # Guisarme_ + 1454: 3 # Glaive + 1455: 3 # Glaive_ + 1457: 3 # Partizan + 1458: 3 # Partizan_ + 1460: 3 # Trident + 1461: 3 # Trident_ + 1463: 3 # Halberd + 1464: 3 # Halberd_ + 1472: 3 # Staff_Of_Soul + 1474: 1 # Gae_Bolg + 1478: 1 # Ahlspiess + 1501: 6 # Club + 1502: 6 # Club_ + 1504: 6 # Mace + 1505: 6 # Mace_ + 1507: 6 # Smasher + 1508: 6 # Smasher_ + 1510: 6 # Flail + 1511: 6 # Flail_ + 1513: 6 # Morning_Star + 1514: 6 # Morning_Star_ + 1516: 6 # Sword_Mace + 1517: 6 # Sword_Mace_ + 1519: 6 # Chain + 1520: 6 # Chain_ + 1522: 6 # Stunner + 1550: 3 # Book + 1551: 3 # Bible + 1552: 3 # Tablet + 1553: 3 # Book_Of_Billows + 1554: 3 # Book_Of_Mother_Earth + 1555: 3 # Book_Of_Blazing_Sun + 1556: 3 # Book_Of_Gust_Of_Wind + 1558: 3 # Girl's_Diary + 1559: 1 # Legacy_Of_Dragon + 1560: 1 # Diary_Of_Great_Sage + 1561: 1 # Hardback + 1601: 3 # Rod + 1602: 3 # Rod_ + 1604: 3 # Wand + 1605: 3 # Wand_ + 1607: 3 # Staff + 1608: 3 # Staff_ + 1610: 3 # Arc_Wand + 1611: 3 # Arc_Wand_ + 1613: 3 # Mighty_Staff + 1614: 3 # Blessed_Wand + 1615: 3 # Bone_Wand + 1616: 1 # Staff_Of_Wing + 1617: 1 # Survival_Rod + 1618: 1 # Survival_Rod_ + 1619: 1 # Survival_Rod2 + 1620: 1 # Survival_Rod2_ + 1621: 1 # Hypnotist's_Staff + 1622: 1 # Hypnotist's_Staff_ + 1701: 3 # Bow + 1702: 3 # Bow_ + 1704: 3 # Composite_Bow + 1705: 3 # Composite_Bow_ + 1707: 3 # Great_Bow + 1708: 3 # Great_Bow_ + 1710: 3 # CrossBow + 1711: 3 # CrossBow_ + 1713: 3 # Arbalest + 1714: 3 # Kakkung + 1715: 3 # Arbalest_ + 1716: 3 # Kakkung_ + 1718: 3 # Hunter_Bow + 1723: 1 # Luna_Bow + 1724: 1 # Dragon_Wing + 1730: 1 # Burning_Bow + 1731: 1 # Frozen_Bow + 1732: 1 # Earth_Bow + 1733: 1 # Gust_Bow + 1750: 1 # Arrow + 1751: 1 # Silver_Arrow + 1752: 1 # Fire_Arrow + 1753: 1 # Steel_Arrow + 1754: 1 # Crystal_Arrow + 1755: 1 # Arrow_Of_Wind + 1756: 1 # Stone_Arrow + 1757: 1 # Immatrial_Arrow + 1758: 1 # Stun_Arrow + 1759: 1 # Freezing_Arrow + 1760: 1 # Flash_Arrow + 1761: 1 # Curse_Arrow + 1762: 1 # Rusty_Arrow + 1763: 1 # Poison_Arrow + 1764: 1 # Incisive_Arrow + 1765: 1 # Oridecon_Arrow + 1767: 1 # Arrow_Of_Shadow + 1768: 1 # Sleep_Arrow + 1769: 1 # Silence_Arrow + 1770: 1 # Iron_Arrow + 1801: 3 # Waghnakh + 1802: 3 # Waghnakh_ + 1803: 3 # Knuckle_Duster + 1804: 3 # Knuckle_Duster_ + 1805: 3 # Hora + 1806: 3 # Hora_ + 1807: 3 # Fist + 1808: 3 # Fist_ + 1809: 3 # Claw + 1810: 3 # Claw_ + 1811: 3 # Finger + 1812: 3 # Finger_ + 1815: 1 # Claw_Of_Garm + 1818: 1 # Magma_Fist + 1819: 1 # Icicle_Fist + 1820: 1 # Electric_Fist + 1821: 1 # Seismic_Fist + 1822: 1 # Combo_Battle_Glove + 1901: 3 # Violin + 1902: 3 # Violin_ + 1903: 3 # Mandolin + 1904: 3 # Mandolin_ + 1905: 3 # Lute + 1906: 3 # Lute_ + 1907: 3 # Guitar + 1908: 3 # Guitar_ + 1909: 3 # Harp + 1910: 3 # Harp_ + 1911: 3 # Guh_Moon_Goh + 1912: 3 # Guh_Moon_Goh_ + 1914: 1 # Guitar_Of_Passion + 1915: 1 # Guitar_Of_Blue_Solo + 1916: 1 # Guitar_Of_Vast_Land + 1917: 1 # Guitar_Of_Gentle_Breeze + 1918: 1 # Oriental_Lute + 1919: 1 # Base_Guitar + 1950: 3 # Rope + 1951: 3 # Rope_ + 1952: 3 # Line + 1953: 3 # Line_ + 1954: 3 # Wire + 1955: 3 # Wire_ + 1956: 3 # Rante + 1957: 3 # Rante_ + 1958: 3 # Tail + 1959: 3 # Tail_ + 1960: 3 # Whip + 1961: 3 # Whip_ + 1965: 1 # Whip_Of_Red_Flame + 1966: 1 # Whip_Of_Ice_Piece + 1967: 1 # Whip_Of_Earth + 1968: 1 # Jump_Rope + 1969: 1 # Bladed_Whip + 1970: 1 # Queen's_Whip + 1971: 1 # Electric_Wire + 1972: 1 # Electric_Eel + 1973: 1 # Sea_Witch_Foot + 1974: 1 # Carrot_Whip + 2101: 3 # Guard + 2102: 3 # Guard_ + 2103: 3 # Buckler + 2104: 3 # Buckler_ + 2105: 3 # Shield + 2106: 3 # Shield_ + 2107: 3 # Mirror_Shield + 2108: 3 # Mirror_Shield_ + 2109: 3 # Memorize_Book + 2112: 3 # Novice_Guard + 2113: 1 # Novice_Shield + 2123: 1 # Orleans_Server + 2124: 1 # Thorny_Buckler + 2125: 1 # Strong_Shield + 2201: 3 # Sunglasses + 2203: 3 # Glasses + 2205: 3 # Diver's_Goggles + 2206: 3 # Wedding_Veil + 2207: 3 # Fancy_Flower + 2208: 3 # Ribbon + 2209: 3 # Ribbon_ + 2210: 3 # Hair_Band + 2211: 3 # Bandana + 2212: 3 # Eye_Bandage + 2213: 3 # Cat_Hairband + 2214: 3 # Bunny_Band + 2215: 3 # Flower_Hairband + 2216: 3 # Biretta + 2217: 3 # Biretta_ + 2218: 3 # Flu_Mask + 2220: 3 # Hat + 2221: 3 # Hat_ + 2222: 3 # Turban + 2223: 3 # Turban_ + 2224: 3 # Goggle + 2225: 3 # Goggle_ + 2226: 3 # Cap + 2227: 3 # Cap_ + 2228: 3 # Helm + 2229: 3 # Helm_ + 2230: 3 # Gemmed_Sallet + 2231: 3 # Gemmed_Sallet_ + 2232: 3 # Circlet + 2233: 3 # Circlet_ + 2236: 3 # Santa's_Hat + 2239: 3 # One_Eyed_Glass + 2241: 3 # Granpa_Beard + 2242: 3 # Luxury_Sunglasses + 2243: 3 # Spinning_Eyes + 2244: 3 # Big_Sis'_Ribbon + 2245: 3 # Sweet_Gents + 2246: 3 # Golden_Gear + 2247: 3 # Oldman's_Romance + 2248: 3 # Western_Grace + 2249: 1 # Coronet + 2250: 3 # Fillet + 2251: 3 # Holy_Bonnet + 2252: 3 # Star_Sparkling + 2253: 3 # Sunflower + 2254: 1 # Angelic_Chain + 2255: 1 # Satanic_Chain + 2257: 3 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2259: 3 # Mini_Propeller + 2260: 3 # Mini_Glasses + 2261: 3 # Prontera_Army_Cap + 2262: 3 # Pierrot_Nose + 2263: 3 # Gangster_Patch + 2265: 3 # Ganster_Mask + 2266: 3 # Iron_Cane + 2267: 3 # Cigar + 2268: 3 # Smoking_Pipe + 2269: 3 # Centimental_Flower + 2270: 3 # Centimental_Leaf + 2271: 3 # Jack_A_Dandy + 2274: 1 # Ghost_Bandana + 2275: 3 # Red_Bandana + 2276: 3 # Eagle_Eyes + 2277: 3 # Nurse_Cap + 2278: 3 # Mr_Smile + 2279: 3 # Bomb_Wick + 2282: 3 # Spirit_Chain + 2285: 3 # Apple_Of_Archer + 2287: 3 # Pirate_Bandana + 2288: 3 # Mr_Scream + 2289: 3 # Poo_Poo_Hat + 2290: 3 # Funeral_Costume + 2291: 3 # Masquerade + 2294: 3 # Star_Dust + 2295: 3 # Blinker + 2297: 3 # Goblini_Mask + 2298: 3 # Green_Feeler + 2299: 3 # Viking_Helm + 2301: 3 # Cotton_Shirt + 2302: 3 # Cotton_Shirt_ + 2303: 3 # Leather_Jacket + 2304: 3 # Leather_Jacket_ + 2305: 3 # Adventure_Suit + 2306: 3 # Adventurere's_Suit_ + 2307: 3 # Mantle + 2308: 3 # Mantle_ + 2309: 3 # Coat + 2310: 3 # Coat_ + 2311: 3 # Mink_Coat + 2312: 3 # Padded_Armor + 2313: 3 # Padded_Armor_ + 2314: 3 # Chain_Mail + 2315: 3 # Chain_Mail_ + 2316: 3 # Plate_Armor + 2317: 3 # Plate_Armor_ + 2318: 3 # Clothes_Of_The_Lord + 2320: 3 # Formal_Suit + 2321: 3 # Silk_Robe + 2322: 3 # Silk_Robe_ + 2323: 3 # Scapulare + 2324: 3 # Scapulare_ + 2325: 3 # Saint_Robe + 2326: 3 # Saint_Robe_ + 2328: 3 # Wooden_Mail + 2329: 3 # Wooden_Mail_ + 2330: 3 # Tights + 2331: 3 # Tights_ + 2332: 3 # Silver_Robe + 2333: 3 # Silver_Robe_ + 2335: 3 # Thief_Clothes + 2336: 3 # Thief_Clothes_ + 2337: 3 # Ninja_Suit + 2339: 3 # G_Strings + 2340: 3 # Novice_Breast + 2341: 3 # Full_Plate_Armor + 2352: 3 # Novice_Plate + 2365: 1 # Orleans_Gown + 2401: 3 # Sandals + 2402: 3 # Sandals_ + 2403: 3 # Shoes + 2404: 3 # Shoes_ + 2405: 3 # Boots + 2406: 3 # Boots_ + 2407: 3 # Chrystal_Pumps + 2408: 3 # Cuffs + 2409: 3 # Spiky_Heel + 2411: 3 # Grave + 2414: 3 # Novice_Boots + 2416: 1 # Novice_Shoes + 2420: 1 # Angel's_Arrival + 2501: 3 # Hood + 2502: 3 # Hood_ + 2503: 3 # Muffler + 2504: 3 # Muffler_ + 2505: 3 # Manteau + 2506: 3 # Manteau_ + 2507: 3 # Cape_Of_Ancient_Lord + 2508: 3 # Ragamuffin_Cape + 2510: 3 # Novice_Hood + 2512: 1 # Novice_Manteau + 2513: 1 # Celestial_Robe + 2514: 1 # Pauldron + 2515: 1 # Wing_Of_Eagle + 2601: 3 # Ring + 2602: 3 # Earring + 2603: 3 # Necklace + 2604: 3 # Glove + 2605: 3 # Brooch + 2607: 3 # Clip + 2608: 3 # Rosary + 2609: 3 # Skul_Ring + 2610: 3 # Gold_Ring + 2611: 3 # Silver_Ring + 2612: 3 # Flower_Ring + 2613: 3 # Diamond_Ring + 2617: 3 # Mitten_Of_Presbyter + 2618: 3 # Matyr's_Flea_Guard + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 3 # Belt + 2628: 3 # Novice_Armlet + 2652: 1 # Cursed_Lucky_Brooch + 2654: 1 # Shinobi's_Sash + 2656: 1 # Hyper_Changer + 5002: 1 # Gemmed_Crown + 5003: 3 # Joker_Jester + 5005: 3 # Gas_Mask + 5006: 3 # Machoman_Glasses + 5009: 3 # Safety_Helmet + 5010: 3 # Indian_Hair_Piece + 5011: 3 # Antenna + 5014: 3 # Fin_Helm + 5015: 3 # Egg_Shell + 5030: 3 # Panda_Cap + 5035: 3 # Poring_Hat + 5037: 3 # Fruit_Shell + 5055: 3 # Novice_Egg_Cap + 5085: 1 # Pair_Of_Red_Ribbon + 5088: 3 # Goblin_Mask_02 + 5089: 3 # Goblin_Mask_03 + 5090: 3 # Goblin_Mask_04 + 5111: 1 # Galapago_Cap + 5112: 1 # Super_Novice_Hat + 5113: 1 # Angry_Mouth + 5114: 1 # Fedora + 5116: 1 # Banana_Hat + 5118: 1 # Ear_Of_Puppy + 5119: 1 # Super_Novice_Hat_ + 5120: 1 # Fedora_ + 5122: 1 # Magni_Cap + 5175: 1 # Censor_Bar + 7001: 1 # Mould_Powder + 7002: 1 # Ogre_Tooth + 7003: 1 # Anolian_Skin + 7004: 1 # Mud_Lump + 7005: 1 # Skull + 7006: 1 # Wing_Of_Red_Bat + 7007: 1 # Claw_Of_Rat + 7008: 1 # Stiff_Horn + 7009: 1 # Glitter_Shell + 7010: 1 # Tail_Of_Steel_Scorpion + 7011: 1 # Claw_Of_Monkey + 7012: 1 # Tough_Scalelike_Stem + 7013: 1 # Coral_Reef + 7014: 1 # Old_Portrait + 7015: 1 # Bookclip_In_Memory + 7016: 1 # Spoon_Stub + 7026: 1 # Key_Of_Clock_Tower + 7027: 1 # Underground_Key + 7030: 1 # Claw_Of_Desert_Wolf + 7031: 1 # Old_Frying_Pan + 7032: 1 # Piece_Of_Egg_Shell + 7033: 1 # Poison_Spore + 7034: 1 # Red_Socks_With_Holes + 7035: 1 # Matchstick + 7036: 1 # Fang_Of_Garm + 7038: 1 # Yarn + 7041: 1 # Fine_Grit + 7047: 1 # Alice's_Apron + 7048: 1 # Talon_Of_Griffin + 7049: 1 # Stone + 7053: 1 # Cyfar + 7054: 1 # Brigan + 7059: 1 # Cargo_Free_Ticket + 7060: 1 # Warp_Free_Ticket + 7061: 1 # Cart_Free_Ticket + 7063: 1 # Soft_Feather + 7064: 1 # Dragon_Fly_Wing + 7065: 1 # Sea_Otter_Leather + 7066: 1 # Ice_Piece + 7067: 1 # Stone_Piece + 7068: 1 # Burn_Tree + 7069: 1 # Broken_Armor_Piece + 7070: 1 # Broken_Shell + 7071: 1 # Tatters_Clothes + 7072: 1 # Rust_Suriken + 7093: 1 # Wheel + 7094: 1 # Mystery_Piece + 7095: 1 # Broken_Steel_Piece + 7096: 1 # Cold_Magma + 7097: 1 # Burning_Heart + 7098: 1 # Live_Coal + 7099: 1 # Old_Magic_Circle + 7100: 1 # Sharp_Leaf + 7101: 1 # Peco_Wing_Feather + 7106: 1 # Goat's_Horn + 7107: 1 # Gaoat's_Skin + 7108: 1 # Boroken_Shiled_Piece + 7109: 1 # Shine_Spear_Blade + 7110: 1 # Vroken_Sword + 7111: 1 # Smooth_Paper + 7112: 1 # Fright_Paper_Blade + 7113: 1 # Broken_Pharaoh_Symbol + 7114: 1 # Tutankhamen's_Mask + 7115: 1 # Harpy's_Feather + 7116: 1 # Harpy's_Claw + 7117: 1 # Rent_Spell_Book + 7118: 1 # Rent_Scroll + 7119: 1 # Spawns + 7120: 1 # Burning_Horse_Shoe + 7121: 1 # Honey_Jar + 7122: 1 # Hot_Hair + 7123: 1 # Dragon's_Skin + 7124: 1 # Sand_Lump + 7125: 1 # Scropion's_Nipper + 7126: 1 # Large_Jellopy + 7134: 1 # Medicine_Bowl + 7135: 1 # Fire_Bottle + 7136: 1 # Acid_Bottle + 7137: 1 # MenEater_Plant_Bottle + 7138: 1 # Mini_Bottle + 7139: 1 # Coating_Bottle + 7149: 1 # Yellow_Plate + 7150: 1 # Bamboo_Cut + 7151: 1 # Oil_Paper + 7152: 1 # Glossy_Hair + 7153: 1 # Old_Japaness_Clothes + 7154: 1 # Poison_Powder + 7155: 1 # Poison_Toad's_Skin + 7156: 1 # Broken_Shuriken + 7157: 1 # Black_Mask + 7158: 1 # Broken_Wine_Vessel + 7159: 1 # Tengu's_Nose + 7161: 1 # Black_Bear's_Skin + 7162: 1 # Cloud_Piece + 7163: 1 # Sharp_Feeler + 7164: 1 # Hard_Peach + 7165: 1 # Limpid_Celestial_Robe + 7166: 1 # Soft_Silk_Cloth + 7167: 1 # Mystery_Iron_Bit + 7168: 1 # Great_Wing + 7169: 1 # Taegeuk_Plate + 7171: 1 # Leopard_Skin + 7172: 1 # Leopard_Talon + 7174: 1 # Packing_Ribbon + 7175: 1 # Packing_Paper + 7182: 1 # Cacao + 7186: 1 # Thin_Stem + 7187: 1 # Festival_Mask + 7188: 1 # Browny_Root + 7189: 1 # Heart_Of_Tree + 7190: 1 # Solid_Peeling + 7191: 1 # Lamplight + 7192: 1 # Blade_Of_Pinwheel + 7193: 1 # Germinating_Sprout + 7194: 1 # Soft_Leaf + 7195: 1 # Air_Rifle + 7196: 1 # Shoulder_Protection + 7197: 1 # Tough_Vines + 7198: 1 # Great_Leaf + 7200: 1 # Flexible_String + 7201: 1 # Log + 7202: 1 # Beetle_Nipper + 7203: 1 # Solid_Twig + 7205: 1 # Piece_Of_Black_Cloth + 7206: 1 # Black_Kitty_Doll + 7207: 1 # Old_Manteau + 7208: 1 # Rusty_Cleaver + 7209: 1 # Dullahan's_Helm + 7210: 1 # Dullahan_Armor + 7211: 1 # Rojerta_Piece + 7212: 1 # Hanging_Doll + 7213: 1 # Needle_Pouch + 7214: 1 # Bat_Cage + 7215: 1 # Broken_Needle + 7216: 1 # Red_Scarf + 7217: 1 # Spool + 7218: 1 # Rotten_Rope + 7219: 1 # Striped_Socks + 7220: 1 # Ectoplasm + 7221: 1 # Tangled_Chain + 7222: 1 # Tree_Knot + 7223: 1 # Distorted_Portrait + 7225: 1 # Pumpkin_Bucket + 7262: 1 # Fan + 7263: 1 # Cat_Eyed_Stone + 7264: 1 # Dried_Sand + 7265: 1 # Dragon_Horn + 7266: 1 # Dragon_Fang + 7267: 1 # Tiger_Skin_Panties + 7268: 1 # Little_Blacky_Ghost + 7269: 1 # Bib + 7270: 1 # Milk_Bottle + 7315: 1 # Dark_Crystal_Fragment + 7316: 1 # Long_Limb + 7317: 1 # Screw + 7318: 1 # Old_Pick + 7319: 1 # Old_Steel_Plate + 7320: 1 # Air_Pollutant + 7321: 1 # Fragment_Of_Crystal + 7322: 1 # Poisonous_Gas + 7323: 1 # Battered_Kettle + 7325: 1 # Tube + 7326: 1 # Fluorescent_Liquid + 7327: 1 # Headlamp + 7440: 1 # Red_Feather + 7441: 1 # Blue_Feather + 7442: 1 # Cursed_Seal + 7443: 1 # Tri_Headed_Dragon_Head + 7444: 1 # Treasure_Box + 7445: 1 # Dragonball_Green + 7446: 1 # Dragonball_Blue + 7447: 1 # Dragonball_Red + 7448: 1 # Dragonball_Yellow + 7449: 1 # Bloody_Page + 7450: 1 # Piece_Of_Bone_Armor + 7451: 1 # Scale_Of_Red_Dragon + 7452: 1 # Yellow_Spice + 7453: 1 # Sweet_Sauce + 7454: 1 # Plain_Sauce + 7455: 1 # Hot_Sauce + 7456: 1 # Red_Spice + 7457: 1 # Cooking_Oil + 7472: 1 # Cookbook01 + 7473: 1 # Cookbook02 + 7474: 1 # Cookbook03 + 7475: 1 # Cookbook04 + 7476: 1 # Cookbook05 + 7482: 1 # Pot + 7512: 1 # Burnt_Parts + 7513: 1 # Pocket_Watch__ + 7561: 1 # Ice_Heart + 7562: 1 # Ice_Scale + 7563: 1 # Bloody_Rune + 7564: 1 # Rotten_Meat + 7565: 1 # Sticky_Poison + 7567: 1 # Suspicious_Hat + 7568: 1 # White_Mask + 7751: 3 # Old_White_Cloth + 7752: 3 # Clattering_Skull + 7753: 3 # Broken_Farming_Utensil + 10001: 3 # Skull_Helm + 10002: 3 # Monster_Oxygen_Mask + 10003: 3 # Transparent_Headgear + 10004: 3 # Pacifier + 10005: 3 # Wig + 10006: 3 # Queen's_Hair_Ornament + 10007: 3 # Silk_Ribbon + 10008: 3 # Punisher + 10009: 3 # Wild_Flower + 10010: 3 # Battered_Pot + 10011: 3 # Stellar_Hairpin + 10012: 3 # Tiny_Egg_Shell + 10013: 3 # Backpack + 10014: 3 # Rocker_Glasses + 10015: 3 # Green_Lace + 10016: 3 # Golden_Bell + 10017: 3 # Bark_Shorts + 10018: 3 # Monkey_Circlet + 10019: 3 # Red_Muffler + 10020: 3 # Sword_Of_Grave_Keeper + 13000: 1 # Jujube_Dagger + 13001: 1 # Dragon_Killer + 13002: 1 # Ginnungagap + 13003: 1 # Coward + 13004: 1 # Coward_ + 13163: 1 # Long_Barrel + 13164: 1 # Long_Barrel_ + 13167: 1 # Gate_KeeperDD + 13168: 1 # Thunder_P + 13170: 2 # Lever_Action_Rifle + 13200: 1 # Bullet + 13201: 1 # Silver_Bullet + 13202: 1 # Shell_Of_Blood + 13203: 1 # Flare_Sphere + 13204: 1 # Lighting_Sphere + 13205: 1 # Poison_Sphere + 13206: 1 # Blind_Sphere + 13207: 1 # Freezing_Sphere + 13304: 1 # Huuma_Calm_Mind + + +IG_VioletBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + 510: 1 # Blue_Herb + 511: 1 # Green_Herb + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 523: 1 # Holy_Water + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 528: 1 # Monster's_Feed + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 535: 1 # Pumpkin + 536: 1 # Ice_Cream + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 545: 1 # Red_Slim_Potion + 546: 1 # Yellow_Slim_Potion + 547: 1 # White_Slim_Potion + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 555: 1 # Rice_Cake + 558: 1 # Chocolate + 561: 1 # White_Chocolate + 601: 1 # Wing_Of_Fly + 602: 1 # Wing_Of_Butterfly + 604: 2 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 609: 1 # Amulet + 610: 1 # Leaf_Of_Yggdrasil + 611: 1 # Spectacles + 612: 1 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 616: 1 # Old_Card_Album + 617: 1 # Old_Violet_Box + 618: 1 # Worn_Out_Scroll + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 1 # Pet_Incubator + 644: 1 # Gift_Box + 645: 1 # Center_Potion + 656: 1 # Awakening_Potion + 657: 1 # Berserk_Potion + 659: 1 # Heart_Of_Her + 663: 1 # Korea_Rice_Cake + 664: 1 # Gift_Box_1 + 665: 1 # Gift_Box_2 + 666: 1 # Gift_Box_3 + 667: 1 # Gift_Box_4 + 668: 1 # Handsei + 678: 1 # Poison_Bottle + 679: 1 # Gold_Pill + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 705: 1 # Clover + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 711: 1 # Shoot + 712: 1 # Flower + 713: 1 # Empty_Bottle + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 901: 1 # Danggie + 902: 1 # Tree_Root + 903: 1 # Reptile_Tongue + 904: 1 # Scorpion's_Tail + 905: 1 # Stem + 906: 1 # Pointed_Scale + 907: 1 # Resin + 908: 1 # Spawn + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 913: 1 # Tooth_Of_Bat + 914: 1 # Fluff + 915: 1 # Chrysalis + 916: 1 # Feather_Of_Birds + 917: 1 # Talon + 918: 1 # Sticky_Webfoot + 919: 1 # Animal's_Skin + 920: 1 # Claw_Of_Wolves + 921: 1 # Mushroom_Spore + 922: 1 # Orcish_Cuspid + 923: 1 # Evil_Horn + 924: 1 # Powder_Of_Butterfly + 925: 1 # Bill_Of_Birds + 926: 1 # Scale_Of_Snakes + 928: 1 # Insect_Feeler + 929: 1 # Immortal_Heart + 930: 1 # Rotten_Bandage + 931: 1 # Orcish_Voucher + 932: 1 # Skel_Bone + 934: 1 # Mementos + 935: 1 # Shell + 936: 1 # Scales_Shell + 937: 1 # Posionous_Canine + 938: 1 # Sticky_Mucus + 939: 1 # Bee_Sting + 940: 1 # Grasshopper's_Leg + 941: 1 # Nose_Ring + 942: 1 # Yoyo_Tail + 943: 1 # Solid_Shell + 944: 1 # Horseshoe + 945: 1 # Raccoon_Leaf + 946: 1 # Snail's_Shell + 947: 1 # Horn + 948: 1 # Bear's_Foot + 949: 1 # Feather + 950: 1 # Heart_Of_Mermaid + 951: 1 # Fin + 952: 1 # Cactus_Needle + 953: 1 # Stone_Heart + 954: 1 # Shining_Scales + 955: 1 # Worm_Peelings + 956: 1 # Gill + 957: 1 # Decayed_Nail + 958: 1 # Horrendous_Mouth + 959: 1 # Rotten_Scale + 960: 1 # Nipper + 961: 1 # Conch + 962: 1 # Tentacle + 963: 1 # Sharp_Scale + 964: 1 # Crap_Shell + 965: 1 # Clam_Shell + 966: 1 # Flesh_Of_Clam + 967: 1 # Turtle_Shell + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1012: 1 # Lizard_Scruff + 1013: 1 # Colorful_Shell + 1014: 1 # Jaws_Of_Ant + 1015: 1 # Thin_N'_Long_Tongue + 1016: 1 # Rat_Tail + 1017: 1 # Moustache_Of_Mole + 1018: 1 # Nail_Of_Mole + 1019: 1 # Wooden_Block + 1020: 1 # Long_Hair + 1021: 1 # Dokkaebi_Horn + 1022: 1 # Fox_Tail + 1023: 1 # Fish_Tail + 1024: 1 # Chinese_Ink + 1025: 1 # Spiderweb + 1026: 1 # Acorn + 1027: 1 # Porcupine_Spike + 1028: 1 # Wild_Boar's_Mane + 1029: 1 # Tiger's_Skin + 1031: 1 # Limb_Of_Mantis + 1032: 1 # Blossom_Of_Maneater + 1033: 1 # Root_Of_Maneater + 1034: 1 # Cobold_Hair + 1035: 1 # Dragon_Canine + 1036: 1 # Dragon_Scale + 1037: 1 # Dragon_Train + 1038: 1 # Petite_DiablOfs_Horn + 1039: 1 # Petite_DiablOfs_Wing + 1040: 1 # Elder_Pixie's_Beard + 1041: 1 # Lantern + 1042: 1 # Short_Leg + 1043: 1 # Nail_Of_Orc + 1044: 1 # Tooth_Of_ + 1045: 1 # Sacred_Masque + 1046: 1 # Tweezer + 1047: 1 # Head_Of_Medusa + 1048: 1 # Slender_Snake + 1049: 1 # Skirt_Of_Virgin + 1050: 1 # Tendon + 1051: 1 # Detonator + 1052: 1 # Single_Cell + 1053: 1 # Tooth_Of_Ancient_Fish + 1054: 1 # Lip_Of_Ancient_Fish + 1055: 1 # Earthworm_Peeling + 1056: 1 # Grit + 1057: 1 # Moth_Dust + 1058: 1 # Wing_Of_Moth + 1059: 1 # Transparent_Cloth + 1060: 1 # Golden_Hair + 1061: 1 # Starsand_Of_Witch + 1062: 1 # Pumpkin_Head + 1063: 1 # Sharpened_Cuspid + 1064: 1 # Reins + 1065: 1 # Booby_Trap + 1066: 1 # Tree_Of_Archer_1 + 1067: 1 # Tree_Of_Archer_2 + 1068: 1 # Tree_Of_Archer_3 + 1088: 1 # Morocc_Potion + 1089: 1 # Payon_Potion + 1092: 1 # Empty_Cylinder + 1093: 1 # Empty_Potion + 1094: 1 # Short_Daenggie + 1095: 1 # Needle_Of_Alarm + 1096: 1 # Round_Shell + 1097: 1 # Worn_Out_Page + 1098: 1 # Manacles + 1099: 1 # Worn_Out_Prison_Uniform + 1102: 7 # Sword_ + 1105: 7 # Falchion_ + 1108: 7 # Blade_ + 1111: 7 # Lapier_ + 1114: 7 # Scimiter_ + 1117: 7 # Katana_ + 1120: 7 # Tsurugi_ + 1124: 7 # Orcish_Sword + 1125: 7 # Ring_Pommel_Saber_ + 1127: 7 # Saber_ + 1128: 7 # Hae_Dong_Gum_ + 1129: 7 # Flamberge + 1147: 1 # Town_Sword_ + 1148: 1 # Star_Dust_Blade + 1152: 7 # Slayer_ + 1155: 7 # Bastard_Sword_ + 1158: 7 # Two_Hand_Sword_ + 1162: 7 # Broad_Sword_ + 1163: 7 # Claymore + 1202: 7 # Knife_ + 1205: 7 # Cutter_ + 1208: 7 # Main_Gauche_ + 1211: 7 # Dirk_ + 1214: 7 # Dagger_ + 1217: 7 # Stiletto_ + 1220: 7 # Gladius_ + 1226: 7 # Damascus_ + 1243: 7 # Novice_Knife + 1251: 7 # Jur_ + 1253: 7 # Katar_ + 1255: 7 # Jamadhar_ + 1256: 7 # Katar_Of_Cold_Icicle + 1257: 7 # Katar_Of_Thornbush + 1258: 7 # Katar_Of_Raging_Blaze + 1259: 7 # Katar_Of_Piercing_Wind + 1262: 1 # Nail_Of_Loki + 1263: 1 # Unholy_Touch + 1264: 2 # Various_Jur + 1265: 1 # Bloody_Roar + 1269: 1 # Inverse_Scale + 1271: 1 # Blood_Tears + 1302: 7 # Axe_ + 1304: 7 # Orcish_Axe + 1307: 1 # Windhawk + 1352: 7 # Battle_Axe_ + 1355: 7 # Hammer_ + 1358: 7 # Buster_ + 1361: 7 # Two_Handed_Axe_ + 1370: 1 # Doom_Slayer + 1376: 1 # Heart_Breaker + 1377: 1 # Hurricane_Fury + 1402: 7 # Javelin_ + 1405: 7 # Spear_ + 1408: 7 # Pike_ + 1411: 7 # Lance_ + 1452: 7 # Guisarme_ + 1455: 7 # Glaive_ + 1458: 7 # Partizan_ + 1461: 7 # Trident_ + 1464: 7 # Halberd_ + 1472: 7 # Staff_Of_Soul + 1474: 1 # Gae_Bolg + 1478: 1 # Ahlspiess + 1502: 7 # Club_ + 1505: 7 # Mace_ + 1508: 7 # Smasher_ + 1511: 7 # Flail_ + 1514: 7 # Morning_Star_ + 1517: 7 # Sword_Mace_ + 1520: 7 # Chain_ + 1522: 7 # Stunner + 1550: 7 # Book + 1551: 7 # Bible + 1552: 7 # Tablet + 1553: 7 # Book_Of_Billows + 1554: 7 # Book_Of_Mother_Earth + 1555: 7 # Book_Of_Blazing_Sun + 1556: 7 # Book_Of_Gust_Of_Wind + 1558: 7 # Girl's_Diary + 1559: 1 # Legacy_Of_Dragon + 1560: 1 # Diary_Of_Great_Sage + 1561: 1 # Hardback + 1602: 7 # Rod_ + 1605: 7 # Wand_ + 1608: 7 # Staff_ + 1611: 7 # Arc_Wand_ + 1613: 7 # Mighty_Staff + 1614: 7 # Blessed_Wand + 1615: 7 # Bone_Wand + 1616: 1 # Staff_Of_Wing + 1618: 1 # Survival_Rod_ + 1620: 1 # Survival_Rod2_ + 1622: 1 # Hypnotist's_Staff_ + 1702: 7 # Bow_ + 1705: 7 # Composite_Bow_ + 1708: 7 # Great_Bow_ + 1711: 7 # CrossBow_ + 1715: 7 # Arbalest_ + 1716: 7 # Kakkung_ + 1718: 7 # Hunter_Bow + 1723: 1 # Luna_Bow + 1724: 1 # Dragon_Wing + 1730: 1 # Burning_Bow + 1731: 1 # Frozen_Bow + 1732: 1 # Earth_Bow + 1733: 1 # Gust_Bow + 1750: 1 # Arrow + 1751: 1 # Silver_Arrow + 1752: 1 # Fire_Arrow + 1753: 1 # Steel_Arrow + 1754: 1 # Crystal_Arrow + 1755: 1 # Arrow_Of_Wind + 1756: 1 # Stone_Arrow + 1757: 1 # Immatrial_Arrow + 1758: 1 # Stun_Arrow + 1759: 1 # Freezing_Arrow + 1760: 1 # Flash_Arrow + 1761: 1 # Curse_Arrow + 1762: 1 # Rusty_Arrow + 1763: 1 # Poison_Arrow + 1764: 1 # Incisive_Arrow + 1765: 1 # Oridecon_Arrow + 1767: 1 # Arrow_Of_Shadow + 1768: 1 # Sleep_Arrow + 1769: 1 # Silence_Arrow + 1770: 1 # Iron_Arrow + 1802: 7 # Waghnakh_ + 1804: 7 # Knuckle_Duster_ + 1806: 7 # Hora_ + 1808: 7 # Fist_ + 1810: 7 # Claw_ + 1812: 7 # Finger_ + 1815: 1 # Claw_Of_Garm + 1818: 1 # Magma_Fist + 1819: 1 # Icicle_Fist + 1820: 1 # Electric_Fist + 1821: 1 # Seismic_Fist + 1822: 1 # Combo_Battle_Glove + 1902: 7 # Violin_ + 1904: 7 # Mandolin_ + 1906: 7 # Lute_ + 1908: 7 # Guitar_ + 1910: 7 # Harp_ + 1912: 7 # Guh_Moon_Goh_ + 1914: 1 # Guitar_Of_Passion + 1915: 1 # Guitar_Of_Blue_Solo + 1916: 1 # Guitar_Of_Vast_Land + 1917: 1 # Guitar_Of_Gentle_Breeze + 1918: 1 # Oriental_Lute + 1919: 1 # Base_Guitar + 1951: 7 # Rope_ + 1953: 7 # Line_ + 1955: 7 # Wire_ + 1957: 7 # Rante_ + 1959: 7 # Tail_ + 1961: 7 # Whip_ + 1965: 1 # Whip_Of_Red_Flame + 1966: 1 # Whip_Of_Ice_Piece + 1967: 1 # Whip_Of_Earth + 1968: 1 # Jump_Rope + 1969: 1 # Bladed_Whip + 1970: 1 # Queen's_Whip + 1971: 1 # Electric_Wire + 1972: 1 # Electric_Eel + 1973: 1 # Sea_Witch_Foot + 1974: 1 # Carrot_Whip + 2102: 7 # Guard_ + 2104: 7 # Buckler_ + 2106: 7 # Shield_ + 2108: 7 # Mirror_Shield_ + 2109: 7 # Memorize_Book + 2112: 7 # Novice_Guard + 2201: 7 # Sunglasses + 2203: 7 # Glasses + 2205: 7 # Diver's_Goggles + 2206: 7 # Wedding_Veil + 2207: 7 # Fancy_Flower + 2208: 7 # Ribbon + 2209: 7 # Ribbon_ + 2210: 7 # Hair_Band + 2211: 7 # Bandana + 2212: 7 # Eye_Bandage + 2213: 7 # Cat_Hairband + 2214: 7 # Bunny_Band + 2215: 7 # Flower_Hairband + 2216: 7 # Biretta + 2217: 7 # Biretta_ + 2218: 7 # Flu_Mask + 2220: 7 # Hat + 2221: 7 # Hat_ + 2222: 7 # Turban + 2223: 7 # Turban_ + 2224: 7 # Goggle + 2225: 7 # Goggle_ + 2226: 7 # Cap + 2227: 7 # Cap_ + 2228: 7 # Helm + 2229: 7 # Helm_ + 2230: 7 # Gemmed_Sallet + 2231: 7 # Gemmed_Sallet_ + 2232: 7 # Circlet + 2233: 7 # Circlet_ + 2236: 7 # Santa's_Hat + 2239: 7 # One_Eyed_Glass + 2241: 7 # Granpa_Beard + 2242: 7 # Luxury_Sunglasses + 2243: 7 # Spinning_Eyes + 2244: 7 # Big_Sis'_Ribbon + 2245: 7 # Sweet_Gents + 2246: 7 # Golden_Gear + 2247: 7 # Oldman's_Romance + 2248: 7 # Western_Grace + 2249: 1 # Coronet + 2250: 7 # Fillet + 2251: 7 # Holy_Bonnet + 2252: 7 # Star_Sparkling + 2253: 7 # Sunflower + 2254: 1 # Angelic_Chain + 2255: 1 # Satanic_Chain + 2257: 7 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2259: 7 # Mini_Propeller + 2260: 7 # Mini_Glasses + 2261: 7 # Prontera_Army_Cap + 2262: 7 # Pierrot_Nose + 2263: 7 # Gangster_Patch + 2265: 7 # Ganster_Mask + 2266: 7 # Iron_Cane + 2267: 7 # Cigar + 2268: 7 # Smoking_Pipe + 2269: 7 # Centimental_Flower + 2270: 7 # Centimental_Leaf + 2271: 7 # Jack_A_Dandy + 2274: 1 # Ghost_Bandana + 2275: 7 # Red_Bandana + 2276: 7 # Eagle_Eyes + 2277: 7 # Nurse_Cap + 2278: 7 # Mr_Smile + 2279: 7 # Bomb_Wick + 2282: 7 # Spirit_Chain + 2285: 7 # Apple_Of_Archer + 2286: 1 # Elven_Ears + 2287: 7 # Pirate_Bandana + 2288: 7 # Mr_Scream + 2289: 7 # Poo_Poo_Hat + 2290: 7 # Funeral_Costume + 2291: 7 # Masquerade + 2294: 7 # Star_Dust + 2295: 7 # Blinker + 2297: 7 # Goblini_Mask + 2298: 7 # Green_Feeler + 2299: 7 # Viking_Helm + 2302: 7 # Cotton_Shirt_ + 2304: 7 # Leather_Jacket_ + 2306: 7 # Adventurere's_Suit_ + 2308: 7 # Mantle_ + 2310: 7 # Coat_ + 2311: 7 # Mink_Coat + 2313: 7 # Padded_Armor_ + 2315: 7 # Chain_Mail_ + 2317: 7 # Plate_Armor_ + 2318: 7 # Clothes_Of_The_Lord + 2320: 7 # Formal_Suit + 2322: 7 # Silk_Robe_ + 2324: 7 # Scapulare_ + 2326: 7 # Saint_Robe_ + 2327: 1 # Holy_Robe + 2329: 7 # Wooden_Mail_ + 2331: 7 # Tights_ + 2333: 7 # Silver_Robe_ + 2334: 1 # Mage_Coat + 2336: 7 # Thief_Clothes_ + 2337: 7 # Ninja_Suit + 2339: 7 # G_Strings + 2340: 7 # Novice_Breast + 2352: 7 # Novice_Plate + 2402: 7 # Sandals_ + 2404: 7 # Shoes_ + 2406: 7 # Boots_ + 2407: 7 # Chrystal_Pumps + 2408: 7 # Cuffs + 2409: 7 # Spiky_Heel + 2411: 7 # Grave + 2414: 7 # Novice_Boots + 2502: 7 # Hood_ + 2504: 7 # Muffler_ + 2506: 7 # Manteau_ + 2507: 7 # Cape_Of_Ancient_Lord + 2508: 7 # Ragamuffin_Cape + 2510: 7 # Novice_Hood + 2513: 1 # Celestial_Robe + 2514: 1 # Pauldron + 2515: 1 # Wing_Of_Eagle + 2601: 7 # Ring + 2602: 7 # Earring + 2603: 7 # Necklace + 2604: 7 # Glove + 2605: 7 # Brooch + 2607: 7 # Clip + 2608: 7 # Rosary + 2609: 7 # Skul_Ring + 2610: 7 # Gold_Ring + 2611: 7 # Silver_Ring + 2612: 7 # Flower_Ring + 2613: 7 # Diamond_Ring + 2614: 1 # An_Eye_Of_Dullahan + 2615: 1 # Safety_Ring + 2616: 1 # Critical_Ring + 2617: 7 # Mitten_Of_Presbyter + 2618: 7 # Matyr's_Flea_Guard + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 7 # Belt + 2628: 7 # Novice_Armlet + 2652: 1 # Cursed_Lucky_Brooch + 2654: 1 # Shinobi's_Sash + 2655: 1 # Bloody_Iron_Ball + 2656: 1 # Hyper_Changer + 5002: 1 # Gemmed_Crown + 5003: 7 # Joker_Jester + 5005: 7 # Gas_Mask + 5006: 7 # Machoman_Glasses + 5007: 1 # Loard_Circlet + 5009: 7 # Safety_Helmet + 5010: 7 # Indian_Hair_Piece + 5011: 7 # Antenna + 5014: 7 # Fin_Helm + 5015: 7 # Egg_Shell + 5017: 1 # Bone_Helm + 5030: 7 # Panda_Cap + 5035: 7 # Poring_Hat + 5037: 7 # Fruit_Shell + 5053: 1 # Spinx_Helm + 5055: 7 # Novice_Egg_Cap + 5066: 1 # Horn_Of_Succubus + 5072: 1 # Inccubus_Horn + 5085: 1 # Pair_Of_Red_Ribbon + 5088: 7 # Goblin_Mask_02 + 5089: 7 # Goblin_Mask_03 + 5090: 7 # Goblin_Mask_04 + 5111: 1 # Galapago_Cap + 5113: 1 # Angry_Mouth + 5116: 1 # Banana_Hat + 5118: 1 # Ear_Of_Puppy + 5119: 1 # Super_Novice_Hat_ + 5120: 1 # Fedora_ + 7001: 1 # Mould_Powder + 7002: 1 # Ogre_Tooth + 7003: 1 # Anolian_Skin + 7004: 1 # Mud_Lump + 7005: 1 # Skull + 7006: 1 # Wing_Of_Red_Bat + 7007: 1 # Claw_Of_Rat + 7008: 1 # Stiff_Horn + 7009: 1 # Glitter_Shell + 7010: 1 # Tail_Of_Steel_Scorpion + 7011: 1 # Claw_Of_Monkey + 7012: 1 # Tough_Scalelike_Stem + 7013: 1 # Coral_Reef + 7014: 1 # Old_Portrait + 7015: 1 # Bookclip_In_Memory + 7016: 1 # Spoon_Stub + 7026: 1 # Key_Of_Clock_Tower + 7027: 1 # Underground_Key + 7030: 1 # Claw_Of_Desert_Wolf + 7031: 1 # Old_Frying_Pan + 7032: 1 # Piece_Of_Egg_Shell + 7033: 1 # Poison_Spore + 7034: 1 # Red_Socks_With_Holes + 7035: 1 # Matchstick + 7036: 1 # Fang_Of_Garm + 7038: 1 # Yarn + 7041: 1 # Fine_Grit + 7047: 1 # Alice's_Apron + 7048: 1 # Talon_Of_Griffin + 7049: 1 # Stone + 7053: 1 # Cyfar + 7054: 1 # Brigan + 7059: 1 # Cargo_Free_Ticket + 7060: 1 # Warp_Free_Ticket + 7061: 1 # Cart_Free_Ticket + 7063: 1 # Soft_Feather + 7064: 1 # Dragon_Fly_Wing + 7065: 1 # Sea_Otter_Leather + 7066: 1 # Ice_Piece + 7067: 1 # Stone_Piece + 7068: 1 # Burn_Tree + 7069: 1 # Broken_Armor_Piece + 7070: 1 # Broken_Shell + 7071: 1 # Tatters_Clothes + 7072: 1 # Rust_Suriken + 7093: 1 # Wheel + 7094: 1 # Mystery_Piece + 7095: 1 # Broken_Steel_Piece + 7096: 1 # Cold_Magma + 7097: 1 # Burning_Heart + 7098: 1 # Live_Coal + 7099: 1 # Old_Magic_Circle + 7100: 1 # Sharp_Leaf + 7101: 1 # Peco_Wing_Feather + 7106: 1 # Goat's_Horn + 7107: 1 # Gaoat's_Skin + 7108: 1 # Boroken_Shiled_Piece + 7109: 1 # Shine_Spear_Blade + 7110: 1 # Vroken_Sword + 7111: 1 # Smooth_Paper + 7112: 1 # Fright_Paper_Blade + 7113: 1 # Broken_Pharaoh_Symbol + 7114: 1 # Tutankhamen's_Mask + 7115: 1 # Harpy's_Feather + 7116: 1 # Harpy's_Claw + 7117: 1 # Rent_Spell_Book + 7118: 1 # Rent_Scroll + 7119: 1 # Spawns + 7120: 1 # Burning_Horse_Shoe + 7121: 1 # Honey_Jar + 7122: 1 # Hot_Hair + 7123: 1 # Dragon's_Skin + 7124: 1 # Sand_Lump + 7125: 1 # Scropion's_Nipper + 7126: 1 # Large_Jellopy + 7134: 1 # Medicine_Bowl + 7135: 1 # Fire_Bottle + 7136: 1 # Acid_Bottle + 7137: 1 # MenEater_Plant_Bottle + 7138: 1 # Mini_Bottle + 7139: 1 # Coating_Bottle + 7149: 1 # Yellow_Plate + 7150: 1 # Bamboo_Cut + 7151: 1 # Oil_Paper + 7152: 1 # Glossy_Hair + 7153: 1 # Old_Japaness_Clothes + 7154: 1 # Poison_Powder + 7155: 1 # Poison_Toad's_Skin + 7156: 1 # Broken_Shuriken + 7157: 1 # Black_Mask + 7158: 1 # Broken_Wine_Vessel + 7159: 1 # Tengu's_Nose + 7161: 1 # Black_Bear's_Skin + 7162: 1 # Cloud_Piece + 7163: 1 # Sharp_Feeler + 7164: 1 # Hard_Peach + 7165: 1 # Limpid_Celestial_Robe + 7166: 1 # Soft_Silk_Cloth + 7167: 1 # Mystery_Iron_Bit + 7168: 1 # Great_Wing + 7169: 1 # Taegeuk_Plate + 7171: 1 # Leopard_Skin + 7172: 1 # Leopard_Talon + 7174: 1 # Packing_Ribbon + 7175: 1 # Packing_Paper + 7182: 1 # Cacao + 7186: 1 # Thin_Stem + 7187: 1 # Festival_Mask + 7188: 1 # Browny_Root + 7189: 1 # Heart_Of_Tree + 7190: 1 # Solid_Peeling + 7191: 1 # Lamplight + 7192: 1 # Blade_Of_Pinwheel + 7193: 1 # Germinating_Sprout + 7194: 1 # Soft_Leaf + 7195: 1 # Air_Rifle + 7196: 1 # Shoulder_Protection + 7197: 1 # Tough_Vines + 7198: 1 # Great_Leaf + 7200: 1 # Flexible_String + 7201: 1 # Log + 7202: 1 # Beetle_Nipper + 7203: 1 # Solid_Twig + 7205: 1 # Piece_Of_Black_Cloth + 7206: 1 # Black_Kitty_Doll + 7207: 1 # Old_Manteau + 7208: 1 # Rusty_Cleaver + 7209: 1 # Dullahan's_Helm + 7210: 1 # Dullahan_Armor + 7211: 1 # Rojerta_Piece + 7212: 1 # Hanging_Doll + 7213: 1 # Needle_Pouch + 7214: 1 # Bat_Cage + 7215: 1 # Broken_Needle + 7216: 1 # Red_Scarf + 7217: 1 # Spool + 7218: 1 # Rotten_Rope + 7219: 1 # Striped_Socks + 7220: 1 # Ectoplasm + 7221: 1 # Tangled_Chain + 7222: 1 # Tree_Knot + 7223: 1 # Distorted_Portrait + 7225: 1 # Pumpkin_Bucket + 7262: 1 # Fan + 7263: 1 # Cat_Eyed_Stone + 7264: 1 # Dried_Sand + 7265: 1 # Dragon_Horn + 7266: 1 # Dragon_Fang + 7267: 1 # Tiger_Skin_Panties + 7268: 1 # Little_Blacky_Ghost + 7269: 1 # Bib + 7270: 1 # Milk_Bottle + 7315: 1 # Dark_Crystal_Fragment + 7316: 1 # Long_Limb + 7317: 1 # Screw + 7318: 1 # Old_Pick + 7319: 1 # Old_Steel_Plate + 7320: 1 # Air_Pollutant + 7321: 1 # Fragment_Of_Crystal + 7322: 1 # Poisonous_Gas + 7323: 1 # Battered_Kettle + 7325: 1 # Tube + 7326: 1 # Fluorescent_Liquid + 7327: 1 # Headlamp + 7436: 1 # Piece_Of_Memory_Green + 7437: 1 # Piece_Of_Memory_Purple + 7438: 1 # Piece_Of_Memory_Blue + 7439: 1 # Piece_Of_Memory_Red + 7440: 1 # Red_Feather + 7441: 1 # Blue_Feather + 7442: 1 # Cursed_Seal + 7443: 1 # Tri_Headed_Dragon_Head + 7444: 1 # Treasure_Box + 7445: 1 # Dragonball_Green + 7446: 1 # Dragonball_Blue + 7447: 1 # Dragonball_Red + 7448: 1 # Dragonball_Yellow + 7449: 1 # Bloody_Page + 7450: 1 # Piece_Of_Bone_Armor + 7451: 1 # Scale_Of_Red_Dragon + 7452: 1 # Yellow_Spice + 7453: 1 # Sweet_Sauce + 7454: 1 # Plain_Sauce + 7455: 1 # Hot_Sauce + 7456: 1 # Red_Spice + 7457: 1 # Cooking_Oil + 7472: 1 # Cookbook01 + 7473: 1 # Cookbook02 + 7474: 1 # Cookbook03 + 7475: 1 # Cookbook04 + 7476: 1 # Cookbook05 + 7477: 1 # Cookbook06 + 7478: 1 # Cookbook07 + 7479: 1 # Cookbook08 + 7480: 1 # Cookbook09 + 7481: 1 # Cookbook10 + 7482: 1 # Pot + 7512: 1 # Burnt_Parts + 7513: 1 # Pocket_Watch__ + 7561: 1 # Ice_Heart + 7562: 1 # Ice_Scale + 7563: 1 # Bloody_Rune + 7564: 1 # Rotten_Meat + 7565: 1 # Sticky_Poison + 7567: 1 # Suspicious_Hat + 7568: 1 # White_Mask + 7751: 1 # Old_White_Cloth + 7752: 1 # Clattering_Skull + 7753: 1 # Broken_Farming_Utensil + 10001: 7 # Skull_Helm + 10002: 7 # Monster_Oxygen_Mask + 10003: 7 # Transparent_Headgear + 10004: 7 # Pacifier + 10005: 7 # Wig + 10006: 7 # Queen's_Hair_Ornament + 10007: 7 # Silk_Ribbon + 10008: 7 # Punisher + 10009: 7 # Wild_Flower + 10010: 7 # Battered_Pot + 10011: 7 # Stellar_Hairpin + 10012: 7 # Tiny_Egg_Shell + 10013: 7 # Backpack + 10014: 7 # Rocker_Glasses + 10015: 7 # Green_Lace + 10016: 7 # Golden_Bell + 10017: 7 # Bark_Shorts + 10018: 7 # Monkey_Circlet + 10019: 7 # Red_Muffler + 10020: 7 # Sword_Of_Grave_Keeper + 13001: 1 # Dragon_Killer + 13002: 1 # Ginnungagap + 13004: 1 # Coward_ + 13163: 1 # Long_Barrel + 13164: 1 # Long_Barrel_ + 13167: 1 # Gate_KeeperDD + 13168: 1 # Thunder_P + 13170: 2 # Lever_Action_Rifle + 13200: 1 # Bullet + 13201: 1 # Silver_Bullet + 13202: 1 # Shell_Of_Blood + 13203: 1 # Flare_Sphere + 13204: 1 # Lighting_Sphere + 13205: 1 # Poison_Sphere + 13206: 1 # Blind_Sphere + 13207: 1 # Freezing_Sphere + 13304: 1 # Huuma_Calm_Mind + + +IG_CardAlbum: + 4001: 1 # Poring_Card + 4002: 1 # Fabre_Card + 4003: 6 # Pupa_Card + 4004: 1 # Drops_Card + 4005: 1 # Poring__Card + 4006: 7 # Lunatic_Card + 4007: 4 # Pecopeco_Egg_Card + 4008: 1 # Picky_Card + 4009: 1 # Chonchon_Card + 4010: 1 # Wilow_Card + 4011: 1 # Picky__Card + 4012: 8 # Thief_Bug_Egg_Card + 4013: 7 # Andre_Egg_Card + 4014: 5 # Roda_Frog_Card + 4015: 7 # Condor_Card + 4016: 7 # Thief_Bug_Card + 4017: 5 # Savage_Babe_Card + 4019: 5 # Hornet_Card + 4020: 5 # Farmiliar_Card + 4021: 5 # Rocker_Card + 4022: 5 # Spore_Card + 4023: 5 # Desert_Wolf_Babe_Card + 4024: 5 # Plankton_Card + 4025: 5 # Skeleton_Card + 4026: 3 # Thief_Bug_Female_Card + 4027: 3 # Kukre_Card + 4028: 3 # Tarou_Card + 4029: 3 # Wolf_Card + 4030: 3 # Mandragora_Card + 4031: 3 # Pecopeco_Card + 4032: 3 # Ambernite_Card + 4033: 3 # Poporing_Card + 4034: 3 # Worm_Tail_Card + 4035: 3 # Hydra_Card + 4036: 3 # Muka_Card + 4037: 3 # Snake_Card + 4038: 3 # Zombie_Card + 4039: 3 # Stainer_Card + 4041: 3 # Coco_Card + 4042: 3 # Steel_Chonchon_Card + 4043: 3 # Andre_Card + 4044: 3 # Smokie_Card + 4045: 3 # Horn_Card + 4046: 3 # Martin_Card + 4048: 3 # Poison_Spore_Card + 4049: 3 # Vadon_Card + 4050: 3 # Thief_Bug_Male_Card + 4051: 3 # Yoyo_Card + 4052: 3 # Elder_Wilow_Card + 4053: 1 # Vitata_Card + 4055: 3 # Marina_Card + 4056: 3 # Dustiness_Card + 4057: 2 # Metaller_Card + 4058: 2 # Thara_Frog_Card + 4060: 2 # Goblin_Card + 4061: 2 # Cornutus_Card + 4062: 2 # Anacondaq_Card + 4063: 2 # Caramel_Card + 4064: 2 # Zerom_Card + 4065: 2 # Kaho_Card + 4066: 2 # Orc_Warrior_Card + 4067: 2 # Megalodon_Card + 4068: 2 # Scorpion_Card + 4069: 2 # Drainliar_Card + 4070: 2 # Eggyra_Card + 4071: 2 # Orc_Zombie_Card + 4072: 2 # Golem_Card + 4073: 2 # Pirate_Skel_Card + 4074: 2 # BigFoot_Card + 4075: 2 # Argos_Card + 4076: 2 # Magnolia_Card + 4077: 2 # Phen_Card + 4078: 2 # Savage_Card + 4079: 2 # Mantis_Card + 4080: 2 # Flora_Card + 4081: 2 # Hode_Card + 4082: 1 # Desert_Wolf_Card + 4083: 1 # Rafflesia_Card + 4084: 1 # Marine_Sphere_Card + 4085: 1 # Orc_Skeleton_Card + 4086: 1 # Soldier_Skeleton_Card + 4087: 1 # Giearth_Card + 4088: 1 # Frilldora_Card + 4089: 1 # Sword_Fish_Card + 4090: 1 # Munak_Card + 4091: 1 # Kobold_Card + 4092: 1 # Skel_Worker_Card + 4093: 1 # Obeaune_Card + 4094: 1 # Archer_Skeleton_Card + 4095: 1 # Marse_Card + 4096: 1 # Zenorc_Card + 4097: 1 # Matyr_Card + 4098: 1 # Dokebi_Card + 4099: 1 # Pasana_Card + 4100: 1 # Sohee_Card + 4101: 1 # Sand_Man_Card + 4102: 1 # Whisper_Card + 4103: 1 # Horong_Card + 4104: 1 # Requiem_Card + 4105: 1 # Marc_Card + 4106: 1 # Mummy_Card + 4107: 1 # Verit_Card + 4108: 1 # Myst_Card + 4109: 1 # Jakk_Card + 4110: 1 # Ghoul_Card + 4111: 1 # Strouf_Card + 4112: 1 # Marduk_Card + 4113: 1 # Marionette_Card + 4114: 1 # Argiope_Card + 4115: 1 # Hunter_Fly_Card + 4116: 1 # Isis_Card + 4117: 1 # Side_Winder_Card + 4118: 1 # Petit_Card + 4119: 1 # Bathory_Card + 4120: 1 # Petit__Card + 4122: 1 # Deviruchi_Card + 4125: 1 # Deviace_Card + 4127: 1 # Nightmare_Card + 4129: 1 # Baphomet__Card + 4133: 1 # Daydric_Card + 4136: 1 # Khalitzburg_Card + 4141: 1 # Evil_Druid_Card + 4149: 1 # Gargoyle_Card + 4150: 1 # Goat_Card + 4151: 1 # Gajomart_Card + 4152: 1 # Galapago_Card + 4153: 1 # Crab_Card + 4154: 1 # Rice_Cake_Boy_Card + 4156: 1 # Steam_Goblin_Card + 4157: 1 # Goblin_Archer_Card + 4158: 1 # Flying_Deleter_Card + 4159: 1 # Nine_Tail_Card + 4160: 1 # Antique_Firelock_Card + 4161: 1 # Grand_Peco_Card + 4162: 1 # Grizzly_Card + 4164: 1 # Gullinbursti_Card + 4165: 1 # Gig_Card + 4166: 1 # Nightmare_Terror_Card + 4167: 1 # Neraid_Card + 4170: 1 # Dark_Frame_Card + 4172: 1 # The_Paper_Card + 4173: 1 # Demon_Pungus_Card + 4175: 1 # Poison_Toad_Card + 4176: 1 # Dullahan_Card + 4177: 1 # Dryad_Card + 4178: 1 # Dragon_Tail_Card + 4180: 1 # Driller_Card + 4181: 1 # Disguise_Card + 4182: 1 # Diabolic_Card + 4184: 1 # Lava_Golem_Card + 4185: 1 # Rideword_Card + 4186: 1 # Raggler_Card + 4187: 1 # Raydric_Archer_Card + 4188: 1 # Leib_Olmai_Card + 4189: 1 # Wraith_Dead_Card + 4190: 1 # Wraith_Card + 4191: 1 # Loli_Ruri_Card + 4192: 1 # Rotar_Zairo_Card + 4193: 1 # Lude_Card + 4194: 1 # Rybio_Card + 4195: 1 # Leaf_Cat_Card + 4196: 1 # Marin_Card + 4199: 1 # Merman_Card + 4200: 1 # Megalith_Card + 4201: 1 # Majoruros_Card + 4202: 1 # Civil_Servant_Card + 4204: 1 # Mini_Demon_Card + 4205: 1 # Mimic_Card + 4206: 1 # Mystcase_Card + 4208: 1 # Miyabi_Ningyo_Card + 4209: 1 # Violy_Card + 4210: 1 # Wander_Man_Card + 4212: 1 # Bon_Gun_Card + 4213: 1 # Brilight_Card + 4214: 1 # Bloody_Murderer_Card + 4215: 1 # Blazzer_Card + 4216: 1 # Sasquatch_Card + 4217: 1 # Live_Peach_Tree_Card + 4218: 1 # Succubus_Card + 4219: 1 # Sageworm_Card + 4220: 1 # Solider_Card + 4221: 1 # Skeleton_General_Card + 4222: 1 # Skel_Prisoner_Card + 4223: 1 # Stalactic_Golem_Card + 4224: 1 # Stem_Worm_Card + 4225: 1 # Stone_Shooter_Card + 4226: 1 # Sting_Card + 4227: 1 # Spring_Rabbit_Card + 4228: 1 # Sleeper_Card + 4229: 1 # C_Tower_Manager_Card + 4230: 1 # Shinobi_Card + 4231: 1 # Increase_Soil_Card + 4232: 1 # Wild_Ginseng_Card + 4233: 1 # Baby_Leopard_Card + 4234: 1 # Anolian_Card + 4235: 1 # Cookie_XMAS_Card + 4237: 1 # Owl_Duke_Card + 4238: 1 # Owl_Baron_Card + 4239: 1 # Iron_Fist_Card + 4240: 1 # Arclouse_Card + 4242: 1 # Apocalips_Card + 4243: 1 # Antonio_Card + 4244: 1 # Alarm_Card + 4245: 1 # Am_Mut_Card + 4246: 1 # Assulter_Card + 4247: 1 # Aster_Card + 4248: 1 # Ancient_Mummy_Card + 4249: 1 # Ancient_Worm_Card + 4251: 1 # Elder_Card + 4252: 1 # Alligator_Card + 4253: 1 # Alice_Card + 4255: 1 # Orc_Lady_Card + 4256: 1 # Orc_Archer_Card + 4257: 1 # Wild_Rose_Card + 4258: 1 # Wicked_Nymph_Card + 4259: 1 # Wooden_Golem_Card + 4260: 1 # Wootan_Shooter_Card + 4261: 1 # Wootan_Fighter_Card + 4262: 1 # Evil_Cloud_Hermit_Card + 4264: 1 # Wind_Ghost_Card + 4265: 1 # Li_Me_Mang_Ryang_Card + 4267: 1 # Explosion_Card + 4268: 1 # Injustice_Card + 4269: 1 # Incubus_Card + 4270: 1 # Giant_Spider_Card + 4271: 1 # Giant_Honet_Card + 4272: 1 # Dancing_Dragon_Card + 4273: 1 # Shellfish_Card + 4274: 1 # Zombie_Master_Card + 4275: 1 # Zombie_Prisoner_Card + 4277: 1 # Zherlthsh_Card + 4278: 1 # Gibbet_Card + 4279: 1 # Deleter_Card + 4280: 1 # Geographer_Card + 4281: 1 # Zipper_Bear_Card + 4282: 1 # Tengu_Card + 4283: 1 # Greatest_General_Card + 4284: 1 # Chepet_Card + 4285: 1 # Choco_Card + 4286: 1 # Karakasa_Card + 4287: 1 # Kapha_Card + 4288: 1 # Carat_Card + 4289: 1 # Caterpillar_Card + 4290: 1 # Cat_O_Nine_Tail_Card + 4292: 1 # Kobold_Archer_Card + 4293: 1 # Cookie_Card + 4294: 1 # Quve_Card + 4295: 1 # Kraben_Card + 4296: 1 # Cramp_Card + 4297: 1 # Cruiser_Card + 4298: 1 # Cremy_Fear_Card + 4299: 1 # Clock_Card + 4300: 1 # Chimera_Card + 4301: 1 # Killer_Mantis_Card + 4304: 1 # Tamruan_Card + 4307: 1 # Kind_Of_Beetle_Card + 4308: 1 # Tri_Joint_Card + 4309: 1 # Parasite_Card + 4310: 1 # Panzer_Goblin_Card + 4311: 1 # Permeter_Card + 4312: 1 # Fur_Seal_Card + 4313: 1 # Punk_Card + 4314: 1 # Penomena_Card + 4315: 1 # Pest_Card + 4316: 1 # Fake_Angel_Card + 4319: 1 # Freezer_Card + 4321: 1 # Hylozoist_Card + 4322: 1 # High_Orc_Card + 4323: 1 # Garm_Baby_Card + 4325: 1 # Harpy_Card + 4326: 1 # See_Otter_Card + 4327: 1 # Blood_Butterfly_Card + 4328: 1 # Hyegun_Card + 4329: 1 # Phendark_Card + 4331: 1 # Heater_Card + 4332: 1 # Waste_Stove_Card + 4333: 3 # Venomous_Card + 4334: 1 # Noxious_Card + 4335: 3 # Pitman_Card + 4336: 1 # Ungoliant_Card + 4337: 1 # Porcellio_Card + 4338: 1 # Obsidian_Card + 4339: 1 # Mineral_Card + 4340: 1 # Teddy_Bear_Card + 4341: 1 # Metaling_Card + 4343: 1 # Mole_Card + 4344: 3 # Anopheles_Card + 4345: 3 # Hill_Wind_Card + 4346: 1 # Ygnizem_Card + 4347: 3 # Armaia_Card + 4348: 1 # Whikebain_Card + 4349: 1 # Erend_Card + 4350: 3 # Rawrel_Card + 4351: 1 # Kavac_Card + 4353: 1 # Removal_Card + 4354: 1 # Gemini_Card + 4355: 3 # Gremlin_Card + 4356: 1 # Beholder_Card + 4358: 1 # Seyren_Card + 4360: 3 # Eremes_Card + 4362: 1 # Harword_Card + 4366: 1 # Katrinn_Card + 4368: 1 # Shecil_Card + 4369: 1 # Venatu_Card + 4370: 1 # Dimik_Card + 4371: 1 # Archdam_Card + 4373: 1 # Chung_E_Card + 4375: 1 # Orc_Baby_Card + 4377: 3 # Green_Iguana_Card + 4378: 1 # Acidus_Card + 4379: 1 # Acidus__Card + 4380: 3 # Ferus_Card + 4381: 1 # Ferus__Card + 4382: 1 # Novus__Card + 4383: 3 # Novus_Card + 4384: 1 # Hydro_Card + 4385: 3 # Dragon_Egg_Card + 4387: 1 # Ancient_Mimic_Card + 4388: 3 # Deathword_Card + 4389: 1 # Plasma_Card + 4390: 1 # Breeze_Card + 4391: 3 # Retribution_Card + 4392: 1 # Observation_Card + 4393: 1 # Shelter_Card + 4394: 1 # Solace_Card + 4395: 1 # Tha_Maero_Card + 4396: 1 # Tha_Odium_Card + 4397: 1 # Tha_Despero_Card + 4400: 1 # Aliza_Card + 4401: 1 # Alicel_Card + 4402: 1 # Aliot_Card + 4404: 1 # Skogul_Card + 4405: 1 # Frus_Card + 4409: 1 # Agav_Card + 4410: 1 # Echio_Card + 4411: 1 # Vanberk_Card + 4412: 1 # Isilla_Card + 4413: 1 # Hodremlin_Card + 4414: 1 # Seeker_Card + 4415: 2 # Snowier_Card + 4416: 1 # Siroma_Card + 4417: 1 # Ice_Titan_Card + 4418: 1 # Gazeti_Card + 4420: 1 # Muscipular_Card + 4421: 2 # Drosera_Card + 4422: 1 # Roween_Card + 4423: 1 # Galion_Card + 4424: 3 # Stapo_Card + 4426: 1 # Byorgue_Card + 4427: 1 # Sword_Guardian_Card + 4428: 1 # Bow_Guardian_Card + 4429: 1 # Salamander_Card + 4431: 1 # Kasa_Card + 4432: 2 # Magmaring_Card + 4433: 1 # Imp_Card + 4434: 1 # Knocker_Card + 4435: 1 # Zombie_Slaughter_Card + 4436: 2 # Ragged_Zombie_Card + 4437: 2 # Hell_Poodle_Card + 4438: 2 # Banshee_Card + 4439: 1 # Flame_Skull_Card + 4440: 1 # Necromancer_Card + 4442: 1 # Tatacho_Card + 4443: 2 # Aqua_Elemental_Card + 4444: 2 # Draco_Card + 4445: 1 # Luciola_Vespa_Card + 4447: 1 # Centipede_Card + 4448: 1 # Cornus_Card + 4449: 1 # Dark_Shadow_Card + 4450: 1 # Banshee_Master_Card + 4452: 2 # Centipede_Larva_Card + 4453: 1 # Hilsrion_Card + 4460: 1 # Ringco_Card + 4461: 1 # Pillar_Card + 4464: 1 # Aunoe_Card + 4465: 1 # Panat_Card + 4466: 1 # Beholder_Master_Card + 4467: 1 # Heavy_Metaling_Card + 4468: 1 # Pinguicula_Dark_Card + 4469: 3 # Naga_Card + 4470: 3 # Nepenthes_Card + 4471: 3 # Egg_Of_Draco_Card + 4472: 3 # Bradium_Goram_Card + 4473: 3 # Ancient_Tree_Card + 4474: 3 # Jakudam_Card + 4475: 3 # Cobalt_Mineral_Card + 4476: 3 # Pinguicula_Card + 4477: 3 # Hell_Apocalips_Card + 4505: 1 # Scaraba_Card + 4506: 1 # Dolomedes_Card + 4508: 1 # Gold_Scaraba_Card + 4510: 1 # Miming_Card + 4511: 2 # Little_Fatum_Card + 4512: 1 # Parus_Card + 4513: 1 # Angra_Mantis_Card + 4514: 2 # Pom_Spider_Card + 4515: 2 # Alnoldi_Card + 4516: 1 # Comodo_Card + 4517: 1 # Cendrawasih_Card + 4518: 1 # Banaspaty_Card + 4519: 2 # Butoijo_Card + 4521: 1 # Sedora_Card + 4522: 1 # Sropho_Card + 4523: 1 # Pot_Dofle_Card + 4524: 1 # King_Dramoh_Card + 4530: 1 # Siorava_Card + 4531: 2 # Red_Eruma_Card + 4532: 1 # Wild_Rider_Card + 4533: 2 # Mini_Octopus_Card + + +IG_MagicCardAlbum: + 4047: 1 # Ghostring_Card + 4054: 1 # Angeling_Card + 4163: 1 # Gryphon_Card + 4169: 1 # Dark_Illusion_Card + 4174: 1 # Deviling_Card + 4179: 1 # Dragon_Fly_Card + 4183: 1 # Vagabond_Wolf_Card + 4197: 1 # Mastering_Card + 4198: 1 # Maya_Puple_Card + 4203: 1 # Mutant_Dragon_Card + 4207: 1 # Mysteltainn_Card + 4211: 1 # Vocal_Card + 4237: 5 # Owl_Duke_Card + 4238: 5 # Owl_Baron_Card + 4241: 1 # Archangeling_Card + 4250: 1 # Executioner_Card + 4254: 1 # Tirfing_Card + 4266: 1 # Eclipse_Card + 4284: 1 # Chepet_Card + 4285: 1 # Choco_Card + 4290: 5 # Cat_O_Nine_Tail_Card + 4291: 1 # Kobold_Leader_Card + 4300: 1 # Chimera_Card + 4306: 1 # Toad_Card + 4320: 1 # Bloody_Knight_Card + 4336: 1 # Ungoliant_Card + 4354: 1 # Gemini_Card + 4384: 1 # Hydro_Card + 4395: 3 # Tha_Maero_Card + 4396: 3 # Tha_Odium_Card + 4397: 3 # Tha_Despero_Card + + +IG_GiftBox: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_1: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_2: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_3: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBox_4: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 537: 1 # Pet_Food + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + 706: 1 # Four_Leaf_Clover + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 739: 1 # Rouge + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 744: 1 # Bunch_Of_Flowers + 745: 1 # Wedding_Bouquet + 746: 1 # Glass_Bead + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 750: 1 # Baphomet_Doll + 751: 1 # Osiris_Doll + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 969: 1 # Gold + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1558: 1 # Girl's_Diary + 4005: 1 # Poring__Card + 7034: 1 # Red_Socks_With_Holes + + +IG_GiftBoxChina: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + 505: 1 # Blue_Potion + 506: 1 # Green_Potion + 518: 1 # Honey + 520: 1 # Leaflet_Of_Hinal + 521: 2 # Leaflet_Of_Aloe + 525: 1 # Panacea + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 603: 4 # Old_Blue_Box + 604: 9 # Branch_Of_Dead_Tree + 605: 1 # Anodyne + 606: 1 # Aloebera + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 610: 1 # Leaf_Of_Yggdrasil + 612: 5 # Portable_Furnace + 613: 1 # Iron_Hammer + 614: 1 # Golden_Hammer + 615: 1 # Oridecon_Hammer + 701: 1 # Ora_Ora + 702: 1 # Animal_Blood + 703: 1 # Hinalle + 704: 1 # Aloe + 706: 1 # Four_Leaf_Clover + 707: 1 # Singing_Plant + 708: 1 # Ment + 710: 1 # Illusion_Flower + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 1 # Crystal_Jewel + 731: 1 # Crystal_Jewel_ + 732: 1 # Crystal_Jewel__ + 733: 1 # Crystal_Jewel___ + 734: 1 # Red_Frame + 735: 1 # Blue_Porcelain + 736: 1 # White_Platter + 737: 1 # Black_Ladle + 738: 1 # Pencil_Case + 740: 1 # Stuffed_Doll + 741: 1 # Poring_Doll + 742: 1 # Chonchon_Doll + 743: 1 # Spore_Doll + 745: 1 # Wedding_Bouquet + 747: 1 # Crystal_Mirror + 748: 1 # Witherless_Rose + 749: 1 # Frozen_Rose + 752: 1 # Grasshopper_Doll + 753: 1 # Monkey_Doll + 754: 1 # Raccoondog_Doll + 909: 1 # Jellopy + 910: 1 # Garlet + 911: 1 # Scell + 912: 1 # Zargon + 931: 1 # Orcish_Voucher + 934: 1 # Mementos + 968: 1 # Voucher_Of_Orcish_Hero + 969: 1 # Gold + 971: 1 # Detrimindexta + 972: 1 # Karvodailnirol + 973: 1 # Counteragent + 974: 1 # Mixture + 975: 1 # Scarlet_Dyestuffs + 976: 1 # Lemon_Dyestuffs + 978: 1 # Cobaltblue_Dyestuffs + 979: 1 # Darkgreen_Dyestuffs + 980: 1 # Orange_Dyestuffs + 981: 1 # Violet_Dyestuffs + 982: 1 # White_Dyestuffs + 983: 1 # Black_Dyestuffs + 986: 1 # Anvil + 987: 1 # Oridecon_Anvil + 988: 1 # Golden_Anvil + 989: 1 # Emperium_Anvil + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1000: 1 # Star_Crumb + 1001: 1 # Sparkling_Dust + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1004: 1 # Patriotism_Marks + 1005: 1 # Hammer_Of_Blacksmith + 1006: 1 # Old_Magic_Book + 1007: 1 # Penetration + 1008: 1 # Frozen_Heart + 1009: 1 # Sacred_Marks + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + 1065: 1 # Booby_Trap + 1102: 1 # Sword_ + 1105: 1 # Falchion_ + 1108: 1 # Blade_ + 1111: 1 # Lapier_ + 1114: 1 # Scimiter_ + 1117: 1 # Katana_ + 1120: 1 # Tsurugi_ + 1125: 1 # Ring_Pommel_Saber_ + 1127: 1 # Saber_ + 1128: 1 # Hae_Dong_Gum_ + 1129: 1 # Flamberge + 1152: 1 # Slayer_ + 1155: 1 # Bastard_Sword_ + 1158: 1 # Two_Hand_Sword_ + 1162: 1 # Broad_Sword_ + 1163: 1 # Claymore + 1202: 1 # Knife_ + 1205: 1 # Cutter_ + 1208: 1 # Main_Gauche_ + 1211: 1 # Dirk_ + 1214: 1 # Dagger_ + 1217: 1 # Stiletto_ + 1220: 1 # Gladius_ + 1226: 1 # Damascus_ + 1251: 1 # Jur_ + 1253: 1 # Katar_ + 1255: 1 # Jamadhar_ + 1302: 1 # Axe_ + 1352: 1 # Battle_Axe_ + 1355: 1 # Hammer_ + 1358: 1 # Buster_ + 1361: 1 # Two_Handed_Axe_ + 1402: 1 # Javelin_ + 1405: 1 # Spear_ + 1408: 1 # Pike_ + 1410: 1 # Lance + 1452: 1 # Guisarme_ + 1455: 1 # Glaive_ + 1458: 1 # Partizan_ + 1461: 1 # Trident_ + 1464: 1 # Halberd_ + 1502: 1 # Club_ + 1505: 1 # Mace_ + 1508: 1 # Smasher_ + 1511: 1 # Flail_ + 1514: 1 # Morning_Star_ + 1517: 1 # Sword_Mace_ + 1520: 1 # Chain_ + 1550: 1 # Book + 1551: 1 # Bible + 1602: 1 # Rod_ + 1605: 1 # Wand_ + 1608: 1 # Staff_ + 1611: 1 # Arc_Wand_ + 1613: 1 # Mighty_Staff + 1702: 1 # Bow_ + 1705: 1 # Composite_Bow_ + 1711: 1 # CrossBow_ + 1713: 1 # Arbalest + 1714: 1 # Kakkung + 1718: 1 # Hunter_Bow + 1719: 1 # Bow_Of_Roguemaster + 2102: 1 # Guard_ + 2104: 1 # Buckler_ + 2106: 1 # Shield_ + 2108: 1 # Mirror_Shield_ + 2207: 1 # Fancy_Flower + 2209: 1 # Ribbon_ + 2213: 1 # Cat_Hairband + 2215: 1 # Flower_Hairband + 2217: 1 # Biretta_ + 2221: 1 # Hat_ + 2223: 1 # Turban_ + 2225: 1 # Goggle_ + 2227: 1 # Cap_ + 2229: 1 # Helm_ + 2231: 1 # Gemmed_Sallet_ + 2233: 1 # Circlet_ + 2236: 1 # Santa's_Hat + 2244: 1 # Big_Sis'_Ribbon + 2249: 1 # Coronet + 2250: 1 # Fillet + 2257: 1 # Snowy_Horn + 2258: 1 # Sharp_Gear + 2262: 1 # Pierrot_Nose + 2263: 1 # Gangster_Patch + 2265: 1 # Ganster_Mask + 2269: 1 # Centimental_Flower + 2270: 1 # Centimental_Leaf + 2271: 1 # Jack_A_Dandy + 2272: 1 # Stop_Post + 2273: 1 # Doctor_Cap + 2275: 1 # Red_Bandana + 2276: 1 # Eagle_Eyes + 2279: 1 # Bomb_Wick + 2284: 1 # Antler + 2287: 1 # Pirate_Bandana + 2289: 1 # Poo_Poo_Hat + 2290: 1 # Funeral_Costume + 2291: 1 # Masquerade + 2293: 1 # Pretend_Murdered + 2294: 1 # Star_Dust + 2295: 1 # Blinker + 2296: 1 # Binoculars + 2298: 1 # Green_Feeler + 2299: 1 # Viking_Helm + 2302: 1 # Cotton_Shirt_ + 2304: 1 # Leather_Jacket_ + 2306: 1 # Adventurere's_Suit_ + 2308: 1 # Mantle_ + 2310: 1 # Coat_ + 2311: 1 # Mink_Coat + 2313: 1 # Padded_Armor_ + 2315: 1 # Chain_Mail_ + 2317: 1 # Plate_Armor_ + 2322: 1 # Silk_Robe_ + 2324: 1 # Scapulare_ + 2326: 1 # Saint_Robe_ + 2329: 1 # Wooden_Mail_ + 2331: 1 # Tights_ + 2333: 1 # Silver_Robe_ + 2336: 1 # Thief_Clothes_ + 2337: 1 # Ninja_Suit + 2339: 1 # G_Strings + 2402: 1 # Sandals_ + 2404: 1 # Shoes_ + 2407: 1 # Chrystal_Pumps + 2408: 1 # Cuffs + 2409: 1 # Spiky_Heel + 2502: 1 # Hood_ + 2504: 1 # Muffler_ + 2506: 1 # Manteau_ + 2507: 1 # Cape_Of_Ancient_Lord + 2508: 1 # Ragamuffin_Cape + 2601: 1 # Ring + 2602: 1 # Earring + 2603: 1 # Necklace + 2604: 1 # Glove + 2605: 1 # Brooch + 2607: 1 # Clip + 2608: 1 # Rosary + 2609: 1 # Skul_Ring + 2610: 1 # Gold_Ring + 2611: 1 # Silver_Ring + 2612: 1 # Flower_Ring + 2613: 1 # Diamond_Ring + 5009: 1 # Safety_Helmet + 5010: 1 # Indian_Hair_Piece + 5014: 1 # Fin_Helm + 5015: 2 # Egg_Shell + + +IG_OldGiftBox: + 5270: 4 # Fallen_Leaves_ + 5271: 1 # Chinese_Crown_ + 5272: 4 # Tongue_Mask_ + + +IG_CookieBag: + 529: 5 # Candy + 530: 5 # Candy_Striper + 538: 5 # Well_Baked_Cookie + 539: 5 # Piece_Of_Cake + 558: 1 # Chocolate + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 561: 1 # White_Chocolate + 564: 5 # Rice_Ball + 570: 5 # Lucky_Candy + 571: 5 # Lucky_Candy_Cane + 572: 5 # Lucky_Cookie + 573: 1 # Chocolate_Drink + 12122: 1 # Sesame_Pastry + 12123: 1 # Honey_Pastry + 12124: 1 # Rainbow_Cake + + +IG_FirstAid: + 501: 5 # Red_Potion + 502: 5 # Orange_Potion + 503: 5 # Yellow_Potion + 504: 5 # White_Potion + 505: 5 # Blue_Potion + 506: 5 # Green_Potion + 545: 5 # Red_Slim_Potion + 546: 5 # Yellow_Slim_Potion + 547: 5 # White_Slim_Potion + 569: 5 # Novice_Potion + 605: 5 # Anodyne + 645: 5 # Center_Potion + 656: 5 # Awakening_Potion + 657: 5 # Berserk_Potion + 678: 1 # Poison_Bottle + 12016: 5 # Speed_Up_Potion + 12017: 5 # Slow_Down_Potion + 12020: 5 # Water_Of_Darkness + + +IG_Herb: + 507: 1 # Red_Herb + 508: 1 # Yellow_Herb + 509: 1 # White_Herb + + +IG_Fruit: + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + + +IG_Meat: + 517: 1 # Meat + 528: 1 # Monster's_Feed + + +IG_Candy: + 529: 1 # Candy + 530: 1 # Candy_Striper + + +IG_Juice: + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 534: 1 # Carrot_Juice + + +IG_Fish: + 544: 1 # Fish_Slice + 551: 1 # Shusi + + +IG_Box: + 603: 1 # Old_Blue_Box + 617: 1 # Old_Violet_Box + 644: 1 # Gift_Box + + +IG_Gemstone: + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + + +IG_Resist: + 12118: 1 # Resist_Fire + 12119: 1 # Resist_Water + 12120: 1 # Resist_Earth + 12121: 1 # Resist_Wind + + +IG_Ore: + 1002: 3 # Iron_Ore + 998: 2 # Iron + 993: 2 # Yellow_Live + 1003: 2 # Coal + 992: 2 # Wind_Of_Verdure + 1010: 2 # Phracon + 991: 1 # Crystal_Blue + 990: 1 # Boody_Red + 999: 1 # Steel + 1011: 1 # Emveretarcon + 757: 1 # Elunium_Stone + 756: 9 # Oridecon_Stone + 997: 8 # Great_Nature + 996: 7 # Rough_Wind + 995: 6 # Mistic_Frozen + 994: 5 # Flame_Heart + 985: 4 # Elunium + 984: 3 # Oridecon + 969: 2 # Gold + 714: 1 # Emperium + + +IG_Food: + 526: 5 # Royal_Jelly + 12042: 1 # Str_Dish02 + 12057: 1 # Agi_Dish02 + 12053: 1 # Vit_Dish03 + 12062: 1 # Dex_Dish02 + 12068: 1 # Luk_Dish03 + 12047: 1 # Int_Dish02 + 531: 3 # Apple_Juice + 532: 3 # Banana_Juice + 533: 3 # Grape_Juice + 534: 3 # Carrot_Juice + 538: 3 # Well_Baked_Cookie + 536: 5 # Ice_Cream + 544: 5 # Fish_Slice + 548: 5 # Cheese + 551: 5 # Shusi + 553: 5 # Bun + 554: 5 # Mojji + 535: 5 # Pumpkin + 516: 1 # Sweet_Potato + 513: 1 # Banana + 512: 6 # Apple + + +IG_Recovery: + 522: 5 # Fruit_Of_Mastela + 521: 5 # Leaflet_Of_Aloe + 520: 1 # Leaflet_Of_Hinal + 545: 1 # Red_Slim_Potion + 12118: 1 # Resist_Fire + 508: 2 # Yellow_Herb + 501: 2 # Red_Potion + 511: 3 # Green_Herb + 507: 3 # Red_Herb + 569: 5 # Novice_Potion + 549: 5 # Nice_Sweet_Potato + 529: 1 # Candy + 528: 2 # Monster's_Feed + 550: 6 # Popped_Rice + + +IG_Mineral: + 714: 1 # Emperium + 756: 1 # Oridecon_Stone + 757: 1 # Elunium_Stone + 969: 1 # Gold + 984: 1 # Oridecon + 985: 1 # Elunium + 990: 1 # Boody_Red + 991: 1 # Crystal_Blue + 992: 1 # Wind_Of_Verdure + 993: 1 # Yellow_Live + 994: 1 # Flame_Heart + 995: 1 # Mistic_Frozen + 996: 1 # Rough_Wind + 997: 1 # Great_Nature + 998: 1 # Iron + 999: 1 # Steel + 1002: 1 # Iron_Ore + 1003: 1 # Coal + 1010: 1 # Phracon + 1011: 1 # Emveretarcon + + +IG_Taming: + 619: 1 # Unripe_Apple + 620: 1 # Orange_Juice + 621: 1 # Bitter_Herb + 622: 1 # Rainbow_Carrot + 623: 1 # Earthworm_The_Dude + 624: 1 # Rotten_Fish + 625: 1 # Lusty_Iron + 626: 1 # Monster_Juice + 627: 1 # Sweet_Milk + 628: 1 # Well_Dried_Bone + 629: 1 # Singing_Flower + 630: 1 # Dew_Laden_Moss + 631: 1 # Deadly_Noxious_Herb + 632: 1 # Fatty_Chubby_Earthworm + 633: 1 # Baked_Yam + 634: 1 # Tropical_Banana + 635: 1 # Horror_Of_Tribe + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 659: 1 # Heart_Of_Her + 660: 1 # Prohibition_Red_Candle + 661: 1 # Sway_Apron + 10001: 1 # Skull_Helm + 10002: 1 # Monster_Oxygen_Mask + 10003: 1 # Transparent_Headgear + 10004: 1 # Pacifier + 10005: 1 # Wig + 10006: 1 # Queen's_Hair_Ornament + 10007: 1 # Silk_Ribbon + 10008: 1 # Punisher + 10009: 1 # Wild_Flower + 10010: 1 # Battered_Pot + 10011: 1 # Stellar_Hairpin + 10012: 1 # Tiny_Egg_Shell + 10013: 1 # Backpack + 10014: 1 # Rocker_Glasses + 10015: 1 # Green_Lace + 10016: 1 # Golden_Bell + 10017: 1 # Bark_Shorts + 10018: 1 # Monkey_Circlet + 10019: 1 # Red_Muffler + 10020: 1 # Sword_Of_Grave_Keeper + 12373: 1 # Boy's_Naivety + 12374: 1 # Flaming_Ice + 12395: 1 # Tantanmen + + +IG_Scroll: + 686: 1 # Earth_Scroll_1_3 + 687: 1 # Earth_Scroll_1_5 + 688: 1 # Cold_Scroll_1_3 + 689: 1 # Cold_Scroll_1_5 + 690: 1 # Fire_Scroll_1_3 + 691: 1 # Fire_Scroll_1_5 + 692: 1 # Wind_Scroll_1_3 + 693: 1 # Wind_Scroll_1_5 + 694: 1 # Ghost_Scroll_1_3 + 695: 1 # Ghost_Scroll_1_5 + 696: 1 # Fire_Scroll_2_1 + 697: 1 # Fire_Scroll_2_5 + 698: 1 # Fire_Scroll_3_1 + 699: 1 # Fire_Scroll_3_5 + 700: 1 # Cold_Scroll_2_1 + 12000: 1 # Cold_Scroll_2_5 + 12001: 1 # Holy_Scroll_1_3 + 12002: 1 # Holy_Scroll_1_5 + + +IG_Quiver: + 12004: 1 # Arrow_Container + 12005: 1 # Iron_Arrow_Container + 12006: 1 # Steel_Arrow_Container + 12007: 1 # Ori_Arrow_Container + 12008: 1 # Fire_Arrow_Container + 12009: 1 # Silver_Arrow_Container + 12010: 1 # Wind_Arrow_Container + 12011: 1 # Stone_Arrow_Container + 12012: 1 # Crystal_Arrow_Container + 12013: 1 # Shadow_Arrow_Container + 12014: 1 # Imma_Arrow_Container + 12015: 1 # Rusty_Arrow_Container + 12183: 2 # Holy_Arrow_Quiver + + +IG_Mask: + 2278: 1 # Mr_Smile + 2281: 1 # Phantom_Of_Opera + 2288: 1 # Mr_Scream + 2292: 1 # Welding_Mask + 2297: 1 # Goblini_Mask + 5005: 1 # Gas_Mask + 5086: 1 # Alarm_Mask + 5087: 1 # Goblin_Mask_01 + 5088: 1 # Goblin_Mask_02 + 5089: 1 # Goblin_Mask_03 + 5090: 1 # Goblin_Mask_04 + 5121: 1 # Zherlthsh_Mask + 5176: 2 # Hahoe_Mask + + +IG_Accesory: + 2601: 1 # Ring + 2602: 1 # Earring + 2603: 1 # Necklace + 2604: 1 # Glove + 2605: 1 # Brooch + 2607: 1 # Clip + 2608: 1 # Rosary + 2609: 1 # Skul_Ring + 2610: 1 # Gold_Ring + 2611: 1 # Silver_Ring + 2612: 1 # Flower_Ring + 2613: 1 # Diamond_Ring + 2615: 1 # Safety_Ring + 2616: 1 # Critical_Ring + 2617: 1 # Mitten_Of_Presbyter + 2618: 1 # Matyr's_Flea_Guard + 2619: 1 # Thimble_Of_Archer + 2621: 1 # Ring_ + 2622: 1 # Earring_ + 2623: 1 # Necklace_ + 2624: 1 # Glove_ + 2625: 1 # Brooch_ + 2626: 1 # Rosary_ + 2627: 1 # Belt + 2628: 1 # Novice_Armlet + 2654: 1 # Shinobi's_Sash + 2656: 1 # Hyper_Changer + 2658: 1 # Nile_Rose_ + 2659: 2 # Vesper_Core01 + 2660: 2 # Vesper_Core02 + 2661: 2 # Vesper_Core03 + 2662: 2 # Vesper_Core04 + 2671: 1 # Thimble_Of_Archer_ + 2677: 1 # Spiritual_Ring + 2680: 9 # Lesser_Elemental_Ring + 2700: 2 # Red_Silk_Seal + 2701: 1 # Orleans_Glove + 2703: 1 # Expert_Ring + 2716: 1 # Librarian_Glove + 2717: 1 # Pocket_Watch_ + 2718: 1 # Lunatic_Brooch + 2719: 1 # Iron_Wrist + + +IG_Jewel: + 715: 1 # Yellow_Gemstone + 716: 1 # Red_Gemstone + 717: 1 # Blue_Gemstone + 718: 1 # Dark_Red_Jewel + 719: 1 # Violet_Jewel + 720: 1 # Skyblue_Jewel + 721: 1 # Azure_Jewel + 722: 1 # Scarlet_Jewel + 723: 1 # Cardinal_Jewel + 724: 1 # Cardinal_Jewel_ + 725: 1 # Red_Jewel + 726: 1 # Blue_Jewel + 727: 1 # White_Jewel + 728: 1 # Golden_Jewel + 729: 1 # Bluish_Green_Jewel + 730: 5 # Crystal_Jewel + 731: 4 # Crystal_Jewel_ + 732: 3 # Crystal_Jewel__ + 733: 2 # Crystal_Jewel___ + 746: 5 # Glass_Bead + + +IG_EggBoy: + 514: 3 # Grape + 564: 5 # Rice_Ball + 660: 2 # Prohibition_Red_Candle + 682: 1 # Realgar_Wine + 683: 5 # Exorcize_Herb + 2274: 5 # Ghost_Bandana + 5072: 2 # Inccubus_Horn + + +IG_EggGirl: + 514: 3 # Grape + 564: 5 # Rice_Ball + 661: 2 # Sway_Apron + 682: 1 # Realgar_Wine + 683: 5 # Exorcize_Herb + 5042: 5 # Hair_Protector + 5066: 2 # Horn_Of_Succubus + + +IG_LottoBox: + 7391: 1 # Lotto31 + 7392: 1 # Lotto32 + 7393: 1 # Lotto33 + 7394: 1 # Lotto34 + 7395: 1 # Lotto35 + 7396: 1 # Lotto36 + 7397: 1 # Lotto37 + 7398: 1 # Lotto38 + 7540: 1 # Lotto39 + 7541: 1 # Lotto40 + + +IG_FoodBag: + 512: 1 # Apple + 513: 1 # Banana + 514: 1 # Grape + 515: 1 # Carrot + 516: 1 # Sweet_Potato + 517: 1 # Meat + 518: 1 # Honey + 519: 1 # Milk + 520: 1 # Leaflet_Of_Hinal + 521: 1 # Leaflet_Of_Aloe + 522: 1 # Fruit_Of_Mastela + 526: 1 # Royal_Jelly + 529: 1 # Candy + 530: 1 # Candy_Striper + 531: 1 # Apple_Juice + 532: 1 # Banana_Juice + 533: 1 # Grape_Juice + 534: 1 # Carrot_Juice + 536: 1 # Ice_Cream + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 544: 1 # Fish_Slice + 548: 1 # Cheese + 549: 1 # Nice_Sweet_Potato + 550: 1 # Popped_Rice + 551: 1 # Shusi + 553: 1 # Bun + 554: 1 # Mojji + 555: 1 # Rice_Cake + 556: 1 # Long_Rice_Cake + 557: 1 # Hash_Rice_Cake + 558: 1 # Chocolate + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 561: 1 # White_Chocolate + 564: 1 # Rice_Ball + 566: 1 # Tomyumkung + 567: 1 # Prawn + 568: 1 # Lemon + 576: 1 # Prickly_Fruit + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 663: 1 # Korea_Rice_Cake + 669: 1 # Rice_Cake_Soup + + +IG_Potion: + 501: 1 # Red_Potion + 502: 1 # Orange_Potion + 503: 1 # Yellow_Potion + 504: 1 # White_Potion + + +IG_RedBox_2: + 5137: 1 # Alice_Doll + 5138: 9 # Magic_Eyes + 5139: 1 # Hibiscus + 5140: 1 # Charming_Ribbon + + +IG_BleuBox: + 519: 1 # Milk + 538: 1 # Well_Baked_Cookie + 644: 1 # Gift_Box + 687: 1 # Earth_Scroll_1_5 + 689: 1 # Cold_Scroll_1_5 + 691: 1 # Fire_Scroll_1_5 + 693: 1 # Wind_Scroll_1_5 + 697: 1 # Fire_Scroll_2_5 + 699: 1 # Fire_Scroll_3_5 + 12000: 1 # Cold_Scroll_2_5 + 12002: 1 # Holy_Scroll_1_5 + + +IG_RedBox: + 5099: 1 # Cat_Hat + 5137: 1 # Alice_Doll + 5138: 1 # Magic_Eyes + 5139: 1 # Hibiscus + 5140: 1 # Charming_Ribbon + 5142: 1 # Crescent_Helm + 5143: 1 # Kabuki_Mask + 5152: 1 # Chinese_Crown + 5181: 1 # Helm_Of_Darkness + 5182: 1 # Puppy_Hat + 5183: 1 # Bird_Nest_Hat + 5185: 1 # Laurel_Wreath + 5186: 1 # Geographer_Band + 5187: 1 # Twin_Ribbon + + +IG_GreenBox: + 573: 1 # Chocolate_Drink + 607: 9 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 5182: 1 # Puppy_Hat + 12018: 1 # Fire_Cracker + 12075: 1 # Str_Dish10 + 12080: 1 # Int_Dish10 + 12085: 1 # Vit_Dish10 + 12090: 1 # Agi_Dish10 + 12095: 1 # Dex_Dish10 + 12100: 1 # Luk_Dish10 + + +IG_YellowBox: + 5259: 1 # Elephant_Hat_ + 5260: 1 # Cookie_Hat + 5261: 1 # Silver_Tiara_ + 5262: 1 # Gold_Tiara_ + + +IG_HometownGift: + 663: 1 # Korea_Rice_Cake + 12122: 1 # Sesame_Pastry + 12123: 1 # Honey_Pastry + 12124: 1 # Rainbow_Cake + 12195: 1 # Plain_Rice_Cake + 12196: 1 # Hearty_Rice_Cake + 12197: 1 # Salty_Rice_Cake + 12198: 1 # Lucky_Rice_Cake + + +IG_Masquerade: + 5296: 1 # Drooping_Nine_Tail_ + 5297: 1 # Soulless_Wing_ + 5298: 1 # Marvelous_Wig_ + 5299: 1 # Ati_Atihan_Hat_ + + +IG_Tresure_Box_WoE: + 603: 6 # Old_Blue_Box + 658: 6 # Union_Of_Tribe + 678: 3 # Poison_Bottle + 732: 9 # Crystal_Jewel__ + 12010: 2 # Wind_Arrow_Container + 12011: 2 # Stone_Arrow_Container + 12012: 2 # Crystal_Arrow_Container + 12105: 1 # Set_Of_Taiming_Item + 12107: 2 # Wrapped_Mask + 12108: 9 # Bundle_Of_Magic_Scroll + 12110: 9 # First_Aid_Kit + 12111: 3 # Food_Package + 12130: 4 # Cookie_Bag + 12149: 2 # Bullet_Case + 12150: 2 # Bullet_Case_Blood + 12151: 2 # Bullet_Case_Silver + 12183: 7 # Holy_Arrow_Quiver + 12194: 6 # Hometown_Gift + 12260: 2 # Cool_Summer_Outfit + 12702: 8 # Old_Bleu_Box + + +IG_Masquerade_2: + 5211: 1 # Dress_Hat + 5213: 1 # Black_Bunny_Band + 5289: 1 # Vanilmirth_Hat + 5304: 1 # Cap_Of_Blindness + + +IG_Easter_Scroll: + 636: 1 # No_Recipient + 637: 1 # Old_Broom + 638: 1 # Silver_Knife_Of_Chaste + 639: 1 # Armlet_Of_Obedience + 640: 1 # Shining_Stone + 641: 1 # Contracts_In_Shadow + 642: 1 # Book_Of_Devil + 643: 2 # Pet_Incubator + 659: 1 # Heart_Of_Her + 2264: 1 # Munak_Turban + 2274: 1 # Ghost_Bandana + 5046: 1 # Bongun_Hat + 5167: 1 # Munak_Turban_ + 5168: 1 # Bongun_Hat_ + + +IG_Pierre_Treasurebox: + 603: 1 # Old_Blue_Box + 604: 3 # Branch_Of_Dead_Tree + 617: 5 # Old_Violet_Box + 644: 3 # Gift_Box + 975: 3 # Scarlet_Dyestuffs + 976: 3 # Lemon_Dyestuffs + 978: 3 # Cobaltblue_Dyestuffs + 979: 3 # Darkgreen_Dyestuffs + 980: 3 # Orange_Dyestuffs + 981: 3 # Violet_Dyestuffs + 982: 3 # White_Dyestuffs + 983: 3 # Black_Dyestuffs + 7289: 3 # Olivine + 7290: 3 # Phlogopite + 7291: 3 # Agate + 7292: 3 # Muscovite + 7293: 3 # Rose_Quartz + 7294: 3 # Turquoise + 7295: 3 # Citrine + 7296: 3 # Pyroxene + 7297: 3 # Biotite + 12018: 3 # Fire_Cracker + 12075: 3 # Str_Dish10 + 12085: 3 # Vit_Dish10 + 12090: 3 # Agi_Dish10 + 12095: 3 # Dex_Dish10 + 12100: 3 # Luk_Dish10 + 12103: 1 # Bloody_Dead_Branch + + +IG_Cherish_Box: + 5454: 1 # Dog_Cap_ + 5455: 4 # Geographer_Band_ + 5456: 5 # Vacation_Hat_ + + +IG_Cherish_Box_Ori: + 2712: 3 # Ragnarok_Limited_Ed + 5212: 2 # Satellite_Hairband + 5256: 1 # Valkyrie_Feather_Band + 5305: 2 # Pirate_Dagger + 5332: 2 # Loki_Mask + + +IG_Louise_Costume_Box: + 12132: 1 # Red_Bag + 12260: 2 # Cool_Summer_Outfit + + +IG_Xmas_Gift: + 559: 1 # HandMade_Chocolate + 560: 1 # HandMade_Chocolate_ + 573: 1 # Chocolate_Drink + 603: 2 # Old_Blue_Box + 644: 6 # Gift_Box + 732: 1 # Crystal_Jewel__ + 5136: 1 # Santa's_Hat_ + 12016: 1 # Speed_Up_Potion + 12017: 1 # Slow_Down_Potion + 12105: 6 # Set_Of_Taiming_Item + 12107: 6 # Wrapped_Mask + 12108: 1 # Bundle_Of_Magic_Scroll + 12110: 1 # First_Aid_Kit + 12130: 1 # Cookie_Bag + 12132: 6 # Red_Bag + 12354: 2 # Buche_De_Noel + 12702: 3 # Old_Bleu_Box + 14546: 6 # Fire_Cracker_Love + 14550: 6 # Fire_Cracker_Xmas + + +IG_Fruit_Basket: + 512: 6 # Apple + 513: 5 # Banana + 514: 4 # Grape + 522: 3 # Fruit_Of_Mastela + 535: 2 # Pumpkin + 568: 6 # Lemon + 576: 2 # Prickly_Fruit + 578: 4 # Strawberry + 582: 3 # Orange + 587: 2 # Prickly_Fruit_ + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 7164: 5 # Hard_Peach + 7182: 4 # Cacao + 11520: 5 # Mora_Mandarin + 12574: 4 # Mora_Berry + + +IG_Improved_Coin_Bag: + 6080: 5 # Manuk_Coin + 6081: 5 # Splendide_Coin + 6304: 5 # Sapa_Feat_Cert + 6380: 5 # Mora_Coin + 6418: 1 # Agrade_Coin + 6419: 2 # Bgrade_Coin + 6420: 1 # Cgrade_Coin + 12636: 8 # Malang_Sp_Can + + +IG_Intermediate_Coin_Bag: + 6080: 4 # Manuk_Coin + 6081: 4 # Splendide_Coin + 6304: 4 # Sapa_Feat_Cert + 6380: 4 # Mora_Coin + 6419: 1 # Bgrade_Coin + 6420: 2 # Cgrade_Coin + 6421: 1 # Dgrade_Coin + 12636: 9 # Malang_Sp_Can + + +IG_Minor_Coin_Bag: + 6080: 3 # Manuk_Coin + 6081: 3 # Splendide_Coin + 6304: 3 # Sapa_Feat_Cert + 6380: 3 # Mora_Coin + 6420: 1 # Cgrade_Coin + 6421: 2 # Dgrade_Coin + 6422: 1 # Egrade_Coin + 12636: 1 # Malang_Sp_Can + + +IG_S_Grade_Coin_Bag: + 6423: 3 # Anger_Seagod + 6418: 2 # Agrade_Coin + 6419: 1 # Bgrade_Coin + + +IG_A_Grade_Coin_Bag: + 6418: 3 # Agrade_Coin + 6419: 2 # Bgrade_Coin + 6420: 1 # Cgrade_Coin + + +IG_Advanced_Weapons_Box: + 1130: 2 # Nagan + 1131: 7 # Ice_Falchon + 1132: 1 # Edge + 1133: 7 # Fire_Brand + 1134: 7 # Scissores_Sword + 1135: 7 # Cutlas + 1136: 7 # Solar_Sword + 1137: 2 # Excalibur + 1138: 7 # Mysteltainn_ + 1139: 7 # Tale_Fing_ + 1140: 7 # Byeorrun_Gum + 1141: 7 # Immaterial_Sword + 1148: 7 # Star_Dust_Blade + 1164: 7 # Muramasa + 1165: 2 # Masamune + 1166: 7 # Dragon_Slayer + 1167: 7 # Schweizersabel + 1168: 7 # Zweihander + 1169: 2 # Executioner_ + 1170: 7 # Katzbalger + 1171: 7 # Zweihander_ + 1175: 2 # Altas_Weapon + 1176: 7 # Muscle_Cutter + 1178: 7 # Schweizersabel_ + 1179: 2 # Executioner__ + 1180: 7 # Dragon_Slayer_ + 1181: 7 # Tae_Goo_Lyeon + 1182: 7 # Bloody_Eater + 1185: 1 # Violet_Fear + 1186: 1 # Death_Guidance + 1188: 7 # Veteran_Sword + 1189: 5 # Krasnaya + 1196: 2 # Chrome_Twohand_Sword + 1223: 2 # Forturn_Sword + 1224: 4 # Sword_Breaker + 1227: 5 # Weeder_Knife + 1228: 2 # Combat_Knife + 1229: 5 # Mama's_Knife + 1230: 1 # House_Auger + 1231: 1 # Bazerald + 1232: 5 # Assasin_Dagger + 1233: 5 # Exercise + 1234: 2 # Moonlight_Sword + 1235: 5 # Azoth + 1236: 5 # Sucsamad + 1237: 5 # Grimtooth_ + 1240: 5 # Princess_Knife + 1241: 5 # Cursed_Dagger + 1242: 5 # Counter_Dagger + 1244: 5 # Holy_Dagger + 1261: 1 # Infiltrator + 1263: 5 # Unholy_Touch + 1265: 2 # Bloody_Roar + 1266: 1 # Infiltrator_ + 1268: 2 # Wild_Beast_Claw + 1269: 2 # Inverse_Scale + 1270: 5 # Drill_Katar + 1271: 5 # Blood_Tears + 1284: 5 # Krishna + 1285: 5 # Cakram + 1305: 5 # Cleaver + 1311: 5 # Vecer_Axe + 1363: 2 # Brood_Axe + 1364: 5 # Great_Axe + 1365: 5 # Sabbath + 1366: 1 # Right_Epsilon + 1367: 5 # Slaughter + 1368: 5 # Tomahawk + 1369: 2 # Guillotine + 1370: 1 # Doom_Slayer + 1371: 1 # Doom_Slayer_ + 1376: 1 # Heart_Breaker + 1377: 1 # Hurricane_Fury + 1385: 5 # Bradium_Stonehammer + 1387: 2 # Giant_Axe + 1413: 5 # Gungnir + 1414: 5 # Gelerdria + 1415: 2 # Skewer + 1416: 5 # Tjungkuletti + 1418: 5 # Gungnir_ + 1420: 5 # Long_Horn + 1421: 2 # Battle_Hook + 1422: 1 # Hunting_Spear + 1433: 2 # Imperial_Spear + 1466: 5 # Crescent_Scythe + 1467: 5 # Bill_Guisarme + 1468: 5 # Zephyrus + 1469: 5 # Longinus's_Spear + 1470: 5 # Brionac + 1471: 5 # Hell_Fire + 1473: 5 # Wizardy_Staff + 1474: 5 # Gae_Bolg + 1477: 5 # Spectral_Spear + 1478: 5 # Ahlspiess + 1479: 5 # Spectral_Spear_ + 1480: 5 # Gae_Bolg_ + 1481: 5 # Zephyrus_ + 1484: 2 # Cardo + 1523: 2 # Spike + 1524: 5 # Golden_Mace + 1525: 5 # Long_Mace + 1527: 5 # Quadrille + 1528: 1 # Grand_Cross + 1538: 2 # Spike_ + 1539: 5 # Golden_Mace_ + 1540: 1 # Grand_Cross_ + 1541: 5 # Nemesis + 1557: 5 # Book_Of_The_Apocalypse + 1558: 5 # Girl's_Diary + 1559: 5 # Legacy_Of_Dragon + 1561: 5 # Hardback + 1562: 5 # Bible_Of_Battlefield + 1565: 1 # Death_Note + 1616: 5 # Staff_Of_Wing + 1629: 5 # Walking_Stick + 1631: 5 # Holy_Stick + 1636: 1 # Thorn_Staff + 1637: 1 # Eraser + 1643: 5 # Dead_Tree_Cane + 1654: 2 # Mental_Stick + 1719: 2 # Bow_Of_Roguemaster + 1720: 2 # Bow_Of_Rudra + 1722: 2 # Balistar + 1724: 5 # Dragon_Wing + 1725: 5 # Bow_Of_Minstrel + 1727: 2 # Balistar_ + 1737: 5 # Ixion_Wing + 1740: 5 # Nepenthes_Bow + 1741: 5 # Cursed_Lyre + 1745: 5 # Falken_Blitz + 1813: 5 # Kaiser_Knuckle + 1814: 1 # Berserk + 1815: 5 # Claw_Of_Garm + 1816: 1 # Berserk_ + 1830: 2 # Sura_Rampage + 1913: 5 # Electronic_Guitar + 1918: 5 # Oriental_Lute + 1920: 1 # Berserk_Guitar + 1922: 5 # Oriental_Lute_ + 1926: 5 # Harp_Of_Nepenthes + 1930: 2 # Green_Whistle + 1962: 5 # Lariat + 1963: 5 # Rapture_Rose + 1964: 5 # Chemeti + 1969: 5 # Bladed_Whip + 1970: 5 # Queen's_Whip + 1972: 5 # Electric_Eel + 1973: 5 # Sea_Witch_Foot + 1974: 5 # Carrot_Whip + 1976: 5 # Queen's_Whip_ + 1979: 5 # Stem_Of_Nepenthes + 1984: 2 # Stem_Whip + 1985: 1 # Rosebine + 2000: 1 # Destruction_Rod + 2001: 5 # Divine_Cross + 2004: 5 # Kronos + 2005: 5 # Dea_Staff + 13046: 5 # Krieg + 13047: 5 # Weihna + 13061: 5 # Black_Wing + 13062: 1 # Ancient_Dagger + 13421: 5 # Ruber + 13431: 2 # Chrome_Sword + 16000: 5 # Erde + 16001: 5 # Red_Square_Bag + 16010: 5 # Red_Ether_Bag + 18103: 5 # Mystic_Bow + 1476: 1 # Crescent_Scythe_ + 1526: 5 # Slash + 1290: 1 # Agent_Katar + 1291: 1 # Guillotine_Katar + 1392: 1 # Ygnus_Stale + 1393: 1 # End_Sektura + 1435: 1 # Cannon_Spear + 1584: 1 # Chilly_Spell_Book + 1659: 1 # Recovery_Light + 13069: 1 # Aztoe_Nail + 13070: 1 # Scarletto_Nail + 16017: 1 # Bloody_Cross + 18109: 1 # Catapult + 18110: 1 # Big_CrossBow + 18111: 1 # Creeper_Bow + + +IG_Splendid_Box: + 1189: 1 # Krasnaya + 1191: 1 # Alca_Bringer + 1196: 1 # Chrome_Twohand_Sword + 1284: 1 # Krishna + 1285: 1 # Cakram + 1287: 1 # Durga + 1311: 1 # Vecer_Axe + 1387: 1 # Giant_Axe + 1433: 1 # Imperial_Spear + 1649: 1 # Rafini_Staff + 1745: 1 # Falken_Blitz + 1746: 1 # Elven_Bow + 1930: 1 # Green_Whistle + 1984: 1 # Stem_Whip + 2148: 1 # Rotha_Shield + 2153: 1 # Imperial_Guard + 13046: 1 # Krieg + 13047: 1 # Weihna + 13061: 1 # Black_Wing + 13421: 1 # Ruber + 15000: 1 # Bone_Plate + 15014: 1 # Ebone_Armor + 16000: 1 # Erde + 16001: 1 # Red_Square_Bag + 16003: 1 # Carga_Mace + 16010: 1 # Red_Ether_Bag + 18103: 2 # Mystic_Bow + + +IG_CardAlbum_Armor: + 4001: 1 # Poring_Card + 4003: 1 # Pupa_Card + 4008: 1 # Picky_Card + 4011: 1 # Picky__Card + 4014: 1 # Roda_Frog_Card + 4016: 1 # Thief_Bug_Card + 4021: 1 # Rocker_Card + 4023: 1 # Desert_Wolf_Babe_Card + 4031: 1 # Pecopeco_Card + 4042: 1 # Steel_Chonchon_Card + 4061: 1 # Cornutus_Card + 4078: 1 # Savage_Card + 4089: 1 # Sword_Fish_Card + 4098: 1 # Dokebi_Card + 4099: 1 # Pasana_Card + 4101: 1 # Sand_Man_Card + 4105: 1 # Marc_Card + 4114: 1 # Argiope_Card + 4119: 1 # Bathory_Card + 4141: 1 # Evil_Druid_Card + 4150: 1 # Goat_Card + 4158: 1 # Flying_Deleter_Card + 4162: 1 # Grizzly_Card + 4166: 1 # Nightmare_Terror_Card + 4170: 1 # Dark_Frame_Card + 4173: 1 # Demon_Pungus_Card + 4181: 1 # Disguise_Card + 4189: 1 # Wraith_Dead_Card + 4191: 1 # Loli_Ruri_Card + 4194: 1 # Rybio_Card + 4201: 1 # Majoruros_Card + 4213: 1 # Brilight_Card + 4216: 1 # Sasquatch_Card + 4218: 1 # Succubus_Card + 4220: 1 # Solider_Card + 4222: 1 # Skel_Prisoner_Card + 4233: 1 # Baby_Leopard_Card + 4234: 1 # Anolian_Card + 4242: 1 # Apocalips_Card + 4259: 1 # Wooden_Golem_Card + 4270: 1 # Giant_Spider_Card + 4279: 1 # Deleter_Card + 4280: 1 # Geographer_Card + 4286: 1 # Karakasa_Card + 4295: 1 # Kraben_Card + 4298: 1 # Cremy_Fear_Card + 4299: 1 # Clock_Card + 4300: 1 # Chimera_Card + 4301: 1 # Killer_Mantis_Card + 4315: 1 # Pest_Card + 4332: 1 # Waste_Stove_Card + 4333: 1 # Venomous_Card + 4337: 1 # Porcellio_Card + 4338: 1 # Obsidian_Card + 4339: 1 # Mineral_Card + 4346: 1 # Ygnizem_Card + 4353: 1 # Removal_Card + 4369: 1 # Venatu_Card + 4370: 1 # Dimik_Card + 4371: 1 # Archdam_Card + 4382: 1 # Novus__Card + 4383: 1 # Novus_Card + 4387: 1 # Ancient_Mimic_Card + 4392: 1 # Observation_Card + 4393: 1 # Shelter_Card + 4400: 1 # Aliza_Card + 4401: 1 # Alicel_Card + 4404: 1 # Skogul_Card + 4405: 1 # Frus_Card + 4409: 1 # Agav_Card + 4410: 1 # Echio_Card + 4426: 1 # Byorgue_Card + 4450: 1 # Banshee_Master_Card + + +IG_CardAlbum_Helm: + 4010: 1 # Wilow_Card + 4039: 1 # Stainer_Card + 4041: 1 # Coco_Card + 4046: 1 # Martin_Card + 4052: 1 # Elder_Wilow_Card + 4087: 1 # Giearth_Card + 4110: 1 # Ghoul_Card + 4112: 1 # Marduk_Card + 4122: 1 # Deviruchi_Card + 4127: 1 # Nightmare_Card + 4161: 1 # Grand_Peco_Card + 4169: 1 # Dark_Illusion_Card + 4177: 1 # Dryad_Card + 4185: 1 # Rideword_Card + 4188: 1 # Leib_Olmai_Card + 4195: 1 # Leaf_Cat_Card + 4206: 1 # Mystcase_Card + 4223: 1 # Stalactic_Golem_Card + 4229: 1 # C_Tower_Manager_Card + 4241: 1 # Archangeling_Card + 4258: 1 # Wicked_Nymph_Card + 4260: 1 # Wootan_Shooter_Card + 4261: 1 # Wootan_Fighter_Card + 4269: 1 # Incubus_Card + 4271: 1 # Giant_Honet_Card + 4278: 1 # Gibbet_Card + 4288: 1 # Carat_Card + 4296: 1 # Cramp_Card + 4311: 1 # Permeter_Card + 4336: 1 # Ungoliant_Card + 4343: 1 # Mole_Card + 4354: 1 # Gemini_Card + 4358: 1 # Seyren_Card + 4364: 1 # Magaleta_Card + 4366: 1 # Katrinn_Card + 4379: 1 # Acidus__Card + 4411: 1 # Vanberk_Card + 4412: 1 # Isilla_Card + 4434: 1 # Knocker_Card + 4438: 1 # Banshee_Card + + +IG_CardAlbum_Acc: + 4022: 1 # Spore_Card + 4027: 1 # Kukre_Card + 4028: 1 # Tarou_Card + 4033: 1 # Poporing_Card + 4034: 1 # Worm_Tail_Card + 4036: 1 # Muka_Card + 4044: 1 # Smokie_Card + 4048: 1 # Poison_Spore_Card + 4051: 1 # Yoyo_Card + 4053: 1 # Vitata_Card + 4064: 1 # Zerom_Card + 4073: 1 # Pirate_Skel_Card + 4077: 1 # Phen_Card + 4079: 1 # Mantis_Card + 4084: 1 # Marine_Sphere_Card + 4091: 1 # Kobold_Card + 4093: 1 # Obeaune_Card + 4103: 1 # Horong_Card + 4139: 1 # Joker_Card + 4149: 1 # Gargoyle_Card + 4152: 1 # Galapago_Card + 4154: 1 # Rice_Cake_Boy_Card + 4175: 1 # Poison_Toad_Card + 4187: 1 # Raydric_Archer_Card + 4190: 1 # Wraith_Card + 4193: 1 # Lude_Card + 4196: 1 # Marin_Card + 4205: 1 # Mimic_Card + 4209: 1 # Violy_Card + 4212: 1 # Bon_Gun_Card + 4215: 1 # Blazzer_Card + 4219: 1 # Sageworm_Card + 4224: 1 # Stem_Worm_Card + 4227: 1 # Spring_Rabbit_Card + 4228: 1 # Sleeper_Card + 4230: 1 # Shinobi_Card + 4232: 1 # Wild_Ginseng_Card + 4237: 1 # Owl_Duke_Card + 4238: 1 # Owl_Baron_Card + 4252: 1 # Alligator_Card + 4256: 1 # Orc_Archer_Card + 4262: 1 # Evil_Cloud_Hermit_Card + 4264: 1 # Wind_Ghost_Card + 4265: 1 # Li_Me_Mang_Ryang_Card + 4272: 1 # Dancing_Dragon_Card + 4282: 1 # Tengu_Card + 4283: 1 # Greatest_General_Card + 4293: 1 # Cookie_Card + 4294: 1 # Quve_Card + 4321: 1 # Hylozoist_Card + 4326: 1 # See_Otter_Card + 4327: 1 # Blood_Butterfly_Card + 4331: 1 # Heater_Card + 4344: 1 # Anopheles_Card + 4347: 1 # Armaia_Card + 4348: 1 # Whikebain_Card + 4349: 1 # Erend_Card + 4355: 1 # Gremlin_Card + 4356: 1 # Beholder_Card + 4377: 1 # Green_Iguana_Card + 4384: 1 # Hydro_Card + 4385: 1 # Dragon_Egg_Card + 4389: 1 # Plasma_Card + 4391: 1 # Retribution_Card + 4415: 1 # Snowier_Card + 4416: 1 # Siroma_Card + 4418: 1 # Gazeti_Card + 4423: 1 # Galion_Card + 4424: 1 # Stapo_Card + 4433: 1 # Imp_Card + 4436: 1 # Ragged_Zombie_Card + 4437: 1 # Hell_Poodle_Card + + +IG_CardAlbum_Shoes: + 4009: 1 # Chonchon_Card + 4038: 1 # Zombie_Card + 4050: 1 # Thief_Bug_Male_Card + 4070: 1 # Eggyra_Card + 4097: 1 # Matyr_Card + 4100: 1 # Sohee_Card + 4107: 1 # Verit_Card + 4151: 1 # Gajomart_Card + 4160: 1 # Antique_Firelock_Card + 4164: 1 # Gullinbursti_Card + 4186: 1 # Raggler_Card + 4199: 1 # Merman_Card + 4200: 1 # Megalith_Card + 4204: 1 # Mini_Demon_Card + 4208: 1 # Miyabi_Ningyo_Card + 4221: 1 # Skeleton_General_Card + 4235: 1 # Cookie_XMAS_Card + 4239: 1 # Iron_Fist_Card + 4244: 1 # Alarm_Card + 4245: 1 # Am_Mut_Card + 4249: 1 # Ancient_Worm_Card + 4257: 1 # Wild_Rose_Card + 4267: 1 # Explosion_Card + 4275: 1 # Zombie_Prisoner_Card + 4290: 1 # Cat_O_Nine_Tail_Card + 4319: 1 # Freezer_Card + 4378: 1 # Acidus_Card + 4381: 1 # Ferus__Card + 4396: 1 # Tha_Odium_Card + 4417: 1 # Ice_Titan_Card + 4435: 1 # Zombie_Slaughter_Card + + +IG_CardAlbum_Shield: + 4012: 1 # Thief_Bug_Egg_Card + 4013: 1 # Andre_Egg_Card + 4032: 1 # Ambernite_Card + 4045: 1 # Horn_Card + 4058: 1 # Thara_Frog_Card + 4066: 1 # Orc_Warrior_Card + 4067: 1 # Megalodon_Card + 4074: 1 # BigFoot_Card + 4075: 1 # Argos_Card + 4083: 1 # Rafflesia_Card + 4090: 1 # Munak_Card + 4120: 1 # Petit__Card + 4124: 1 # Medusa_Card + 4136: 1 # Khalitzburg_Card + 4138: 1 # Anubis_Card + 4207: 1 # Mysteltainn_Card + 4217: 1 # Live_Peach_Tree_Card + 4226: 1 # Sting_Card + 4231: 1 # Increase_Soil_Card + 4240: 1 # Arclouse_Card + 4248: 1 # Ancient_Mummy_Card + 4250: 1 # Executioner_Card + 4253: 1 # Alice_Card + 4254: 1 # Tirfing_Card + 4277: 1 # Zherlthsh_Card + 4304: 1 # Tamruan_Card + 4309: 1 # Parasite_Card + 4314: 1 # Penomena_Card + 4322: 1 # High_Orc_Card + 4340: 1 # Teddy_Bear_Card + 4397: 1 # Tha_Despero_Card + 4413: 1 # Hodremlin_Card + 4414: 1 # Seeker_Card + 4420: 1 # Muscipular_Card + 4439: 1 # Flame_Skull_Card + 4442: 1 # Tatacho_Card + 4443: 1 # Aqua_Elemental_Card + 4444: 1 # Draco_Card + 4445: 1 # Luciola_Vespa_Card + 4447: 1 # Centipede_Card + 4448: 1 # Cornus_Card + 4449: 1 # Dark_Shadow_Card + + +IG_CardAlbum_Weapon: + 4002: 1 # Fabre_Card + 4004: 1 # Drops_Card + 4005: 1 # Poring__Card + 4006: 1 # Lunatic_Card + 4007: 1 # Pecopeco_Egg_Card + 4017: 1 # Savage_Babe_Card + 4018: 1 # Andre_Larva_Card + 4019: 1 # Hornet_Card + 4020: 1 # Farmiliar_Card + 4024: 1 # Plankton_Card + 4025: 1 # Skeleton_Card + 4026: 1 # Thief_Bug_Female_Card + 4029: 1 # Wolf_Card + 4030: 1 # Mandragora_Card + 4035: 1 # Hydra_Card + 4037: 1 # Snake_Card + 4043: 1 # Andre_Card + 4049: 1 # Vadon_Card + 4055: 1 # Marina_Card + 4057: 1 # Metaller_Card + 4060: 1 # Goblin_Card + 4062: 1 # Anacondaq_Card + 4063: 1 # Caramel_Card + 4065: 1 # Kaho_Card + 4068: 1 # Scorpion_Card + 4069: 1 # Drainliar_Card + 4072: 1 # Golem_Card + 4076: 1 # Magnolia_Card + 4080: 1 # Flora_Card + 4082: 1 # Desert_Wolf_Card + 4085: 1 # Orc_Skeleton_Card + 4086: 1 # Soldier_Skeleton_Card + 4092: 1 # Skel_Worker_Card + 4094: 1 # Archer_Skeleton_Card + 4096: 1 # Zenorc_Card + 4104: 1 # Requiem_Card + 4106: 1 # Mummy_Card + 4111: 1 # Strouf_Card + 4115: 1 # Hunter_Fly_Card + 4117: 1 # Side_Winder_Card + 4118: 1 # Petit_Card + 4125: 1 # Deviace_Card + 4126: 1 # Minorous_Card + 4130: 1 # Scorpion_King_Card + 4140: 1 # Knight_Of_Abyss_Card + 4153: 1 # Crab_Card + 4155: 1 # Goblin_Leader_Card + 4156: 1 # Steam_Goblin_Card + 4157: 1 # Goblin_Archer_Card + 4163: 1 # Gryphon_Card + 4165: 1 # Gig_Card + 4167: 1 # Neraid_Card + 4171: 1 # Dark_Priest_Card + 4172: 1 # The_Paper_Card + 4176: 1 # Dullahan_Card + 4180: 1 # Driller_Card + 4182: 1 # Diabolic_Card + 4184: 1 # Lava_Golem_Card + 4192: 1 # Rotar_Zairo_Card + 4202: 1 # Civil_Servant_Card + 4203: 1 # Mutant_Dragon_Card + 4214: 1 # Bloody_Murderer_Card + 4225: 1 # Stone_Shooter_Card + 4246: 1 # Assulter_Card + 4247: 1 # Aster_Card + 4251: 1 # Elder_Card + 4255: 1 # Orc_Lady_Card + 4268: 1 # Injustice_Card + 4273: 1 # Shellfish_Card + 4274: 1 # Zombie_Master_Card + 4281: 1 # Zipper_Bear_Card + 4284: 1 # Chepet_Card + 4289: 1 # Caterpillar_Card + 4291: 1 # Kobold_Leader_Card + 4292: 1 # Kobold_Archer_Card + 4297: 1 # Cruiser_Card + 4307: 1 # Kind_Of_Beetle_Card + 4308: 1 # Tri_Joint_Card + 4310: 1 # Panzer_Goblin_Card + 4312: 1 # Fur_Seal_Card + 4316: 1 # Fake_Angel_Card + 4317: 1 # Mobster_Card + 4320: 1 # Bloody_Knight_Card + 4323: 1 # Garm_Baby_Card + 4329: 1 # Phendark_Card + 4335: 1 # Pitman_Card + 4341: 1 # Metaling_Card + 4345: 1 # Hill_Wind_Card + 4350: 1 # Rawrel_Card + 4360: 1 # Eremes_Card + 4362: 1 # Harword_Card + 4368: 1 # Shecil_Card + 4380: 1 # Ferus_Card + 4388: 1 # Deathword_Card + 4390: 1 # Breeze_Card + 4394: 1 # Solace_Card + 4395: 1 # Tha_Maero_Card + 4398: 1 # Tha_Dolor_Card + 4406: 1 # Skeggiold_Card + 4421: 1 # Drosera_Card + 4427: 1 # Sword_Guardian_Card + 4428: 1 # Bow_Guardian_Card + 4440: 1 # Necromancer_Card + 4452: 1 # Centipede_Larva_Card + 4453: 1 # Hilsrion_Card + + +IG_CardAlbum_Garment: + 4015: 3 # Condor_Card + 4056: 3 # Dustiness_Card + 4071: 3 # Orc_Zombie_Card + 4081: 3 # Hode_Card + 4088: 3 # Frilldora_Card + 4095: 3 # Marse_Card + 4102: 3 # Whisper_Card + 4108: 3 # Myst_Card + 4109: 3 # Jakk_Card + 4113: 3 # Marionette_Card + 4116: 3 # Isis_Card + 4129: 3 # Baphomet__Card + 4133: 3 # Daydric_Card + 4159: 3 # Nine_Tail_Card + 4174: 1 # Deviling_Card + 4178: 3 # Dragon_Tail_Card + 4179: 3 # Dragon_Fly_Card + 4183: 1 # Vagabond_Wolf_Card + 4197: 1 # Mastering_Card + 4210: 1 # Wander_Man_Card + 4211: 1 # Vocal_Card + 4266: 3 # Eclipse_Card + 4285: 3 # Choco_Card + 4287: 3 # Kapha_Card + 4303: 3 # Whisper_Boss_Card + 4306: 1 # Toad_Card + 4313: 3 # Punk_Card + 4325: 3 # Harpy_Card + 4328: 3 # Hyegun_Card + 4334: 3 # Noxious_Card + 4351: 1 # Kavac_Card + 4373: 3 # Chung_E_Card + 4375: 3 # Orc_Baby_Card + 4402: 3 # Aliot_Card + 4422: 3 # Roween_Card + 4429: 3 # Salamander_Card + 4431: 3 # Kasa_Card + 4432: 3 # Magmaring_Card + + +IG_Flamel_Card: + 545: 1 # Red_Slim_Potion + 546: 1 # Yellow_Slim_Potion + 547: 1 # White_Slim_Potion + + +IG_Candy_Holder: + 518: 1 # Honey + 529: 2 # Candy + 538: 1 # Well_Baked_Cookie + 539: 1 # Piece_Of_Cake + 580: 2 # Bread + 603: 1 # Old_Blue_Box + 607: 1 # Yggdrasilberry + 616: 1 # Old_Card_Album + 617: 1 # Old_Violet_Box + 641: 1 # Contracts_In_Shadow + 7460: 1 # Niflheim_Ticket + 11550: 5 # Pumpkin_Cake + 12192: 5 # Pumpkin_Pie + + +IG_Lucky_Bag: + 12018: 8 # Fire_Cracker + 663: 6 # Korea_Rice_Cake + 668: 2 # Handsei + 7647: 3 # Taiwan_Luk_Coin + 7649: 1 # Big_Luk_Bookmark + + +IG_Holy_Egg_2: + 984: 4 # Oridecon + 985: 1 # Elunium + 547: 3 # White_Slim_Potion + 505: 3 # Blue_Potion + 607: 3 # Yggdrasilberry + 608: 2 # Seed_Of_Yggdrasil + 610: 1 # Leaf_Of_Yggdrasil + 616: 5 # Old_Card_Album + 5198: 1 # Drooping_Bunny + + +IG_God_Material_Box: + 7073: 5 # Jewel_Of_Prayer + 7074: 5 # Iron_Glove + 7075: 5 # Iron_Maiden + 7076: 5 # Mystery_Wheel + 7077: 5 # Silver_Fancy + 7078: 5 # Anger_Of_Valkurye + 7079: 5 # Feather_Of_Angel + 7080: 5 # Foot_Step_Of_Cat + 7081: 5 # Beard_Of_Women + 7082: 5 # Root_Of_Stone + 7083: 5 # Soul_Of_Fish + 7084: 5 # Saliva_Of_Bird + 7085: 5 # Tendon_Of_Bear + 7086: 5 # Symbol_Of_Sun + 7087: 5 # Breath_Of_Soul + 7088: 5 # Crystal_Of_Snow + 7089: 5 # Indication_Of_Tempest + 7090: 5 # Slilince_Wave + 7091: 5 # Rough_Billows + 7092: 5 # Air_Stream + + +IG_Element: + 6360: 1 # Scarlet_Pts + 6361: 1 # Indigo_Pts + 6362: 1 # Yellow_Wish_Pts + 6363: 1 # Lime_Green_Pts + + +IG_Poison: + 12717: 1 # Poison_Paralysis + 12718: 1 # Poison_Leech + 12719: 1 # Poison_Oblivion + 12720: 1 # Poison_Contamination + 12721: 1 # Poison_Numb + 12722: 1 # Poison_Fever + 12723: 1 # Poison_Laughing + 12724: 1 # Poison_Fatigue + + +IG_Cash_Food: + 12202: 1 # Str_Dish10_ + 12203: 1 # Agi_Dish10_ + 12204: 1 # Int_Dish10_ + 12205: 1 # Dex_Dish10_ + 12206: 1 # Luk_Dish10_ + 12207: 1 # Vit_Dish10_ + + +IG_Bomb: + 13260: 1 # Apple_Bomb + 13261: 1 # Coconut_Bomb + 13262: 1 # Melon_Bomb + 13263: 1 # Pineapple_Bomb + 13264: 1 # Banana_Bomb + 13265: 1 # Black_Lump + 13266: 1 # Black_Hard_Lump + 13267: 1 # Very_Hard_Lump + + +IG_Throwable: + 13268: 1 # Mysterious_Powder + 13269: 1 # Boost500_To_Throw + 13270: 1 # Full_SwingK_To_Throw + 13271: 1 # Mana_Plus_To_Throw + 13272: 1 # Cure_Free_To_Throw + 13273: 1 # Stamina_Up_M_To_Throw + 13274: 1 # Digestive_F_To_Throw + 13275: 1 # HP_Inc_PotS_To_Throw + 13276: 1 # HP_Inc_PotM_To_Throw + 13277: 1 # HP_Inc_PotL_To_Throw + 13278: 1 # SP_Inc_PotS_To_Throw + 13279: 1 # SP_Inc_PotM_To_Throw + 13280: 1 # SP_Inc_PotL_To_Throw + 13281: 1 # En_White_PotZ_To_Throw + 13282: 1 # Vitata500_To_Throw + 13283: 1 # En_Cel_Juice_To_Throw + 13284: 1 # Savage_BBQ_To_Throw + 13285: 1 # Wug_Cocktail_To_Throw + 13286: 1 # M_Brisket_To_Throw + 13287: 1 # Siroma_Icetea_To_Throw + 13288: 1 # Drocera_Stew_To_Throw + 13289: 1 # Petti_Noodle_To_Throw + 13290: 1 # Black_Thing_To_Throw + + +IG_Mercenary: + 12153: 1 # Bow_Mercenary_Scroll1 + 12154: 1 # Bow_Mercenary_Scroll2 + 12155: 1 # Bow_Mercenary_Scroll3 + 12156: 1 # Bow_Mercenary_Scroll4 + 12157: 1 # Bow_Mercenary_Scroll5 + 12158: 1 # Bow_Mercenary_Scroll6 + 12159: 1 # Bow_Mercenary_Scroll7 + 12160: 1 # Bow_Mercenary_Scroll8 + 12161: 1 # Bow_Mercenary_Scroll9 + 12162: 1 # Bow_Mercenary_Scroll10 + 12163: 1 # SwordMercenary_Scroll1 + 12164: 1 # SwordMercenary_Scroll2 + 12165: 1 # SwordMercenary_Scroll3 + 12166: 1 # SwordMercenary_Scroll4 + 12167: 1 # SwordMercenary_Scroll5 + 12168: 1 # SwordMercenary_Scroll6 + 12169: 1 # SwordMercenary_Scroll7 + 12170: 1 # SwordMercenary_Scroll8 + 12171: 1 # SwordMercenary_Scroll9 + 12172: 1 # SwordMercenary_Scroll10 + 12173: 1 # SpearMercenary_Scroll1 + 12174: 1 # SpearMercenary_Scroll2 + 12175: 1 # SpearMercenary_Scroll3 + 12176: 1 # SpearMercenary_Scroll4 + 12177: 1 # SpearMercenary_Scroll5 + 12178: 1 # SpearMercenary_Scroll6 + 12179: 1 # SpearMercenary_Scroll7 + 12180: 1 # SpearMercenary_Scroll8 + 12181: 1 # SpearMercenary_Scroll9 + 12182: 1 # SpearMercenary_Scroll10 + + +IG_PrizeOfHero: + 522: 7 # Fruit_Of_Mastela + 547: 7 # White_Slim_Potion + 607: 1 # Yggdrasilberry + 608: 1 # Seed_Of_Yggdrasil + 678: 7 # Poison_Bottle + 12075: 7 # Str_Dish10 + 12080: 7 # Int_Dish10 + 12085: 7 # Vit_Dish10 + 12090: 7 # Agi_Dish10 + 12095: 7 # Dex_Dish10 + 12100: 7 # Luk_Dish10 + 12530: 2 # Mastela_Fruit_Box + 12534: 2 # Yggdrasil_Seed_Box + 12535: 1 # Iggdrasilberry_Box + 12549: 2 # White_Slim_Pot_Box2 + 12550: 2 # Poison_Bottle_Box2 + 12623: 1 # High_Weapon_Box + 12676: 7 # Sg_Violet_Potion_Box + 12679: 7 # Sg_White_Potion_Box + 12680: 7 # Sg_Blue_Potion_Box + 15093: 1 # Hero_Plate + 15094: 1 # Hero_Magic_Coat + 15095: 1 # Hero_Judgement_Shawl + 15096: 1 # Hero_Trade_Mail + 15097: 1 # Hero_Hidden_Cloth + 15098: 1 # Hero_Taget_Suits + 22035: 2 # Vet_Nepen_Heel + 22036: 2 # Vet_SliverFox_Boots + 22037: 2 # Vet_Ungo_Boots + + +IG_PRIVATE_AIRSHIP: + 6909: 1 # Actinidia_Cat_Fruit + 25464: 1 # World_Moving_Rights + \ No newline at end of file diff --git a/db/re/item_cardalbum.txt b/db/re/item_cardalbum.txt deleted file mode 100644 index 426866cad3f..00000000000 --- a/db/re/item_cardalbum.txt +++ /dev/null @@ -1,446 +0,0 @@ -// Old Card Album Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_CardAlbum,4001,10 // Poring Card -IG_CardAlbum,4002,10 // Fabre Card -IG_CardAlbum,4003,6 // Pupa Card -IG_CardAlbum,4004,11 // Drops Card -IG_CardAlbum,4005,1 // Santa Poring Card -IG_CardAlbum,4006,7 // Lunatic Card -IG_CardAlbum,4007,4 // Peco Peco Egg Card -IG_CardAlbum,4008,10 // Picky Card -IG_CardAlbum,4009,10 // Chonchon Card -IG_CardAlbum,4010,10 // Willow Card -IG_CardAlbum,4011,10 // Picky Egg Card -IG_CardAlbum,4012,8 // Thief Bug Egg Card -IG_CardAlbum,4013,7 // Andre Egg Card -IG_CardAlbum,4014,5 // Roda Frog Card -IG_CardAlbum,4015,7 // Condor Card -IG_CardAlbum,4016,7 // Thief Bug Card -IG_CardAlbum,4017,5 // Savage Babe Card -IG_CardAlbum,4019,5 // Hornet Card -IG_CardAlbum,4020,5 // Farmiliar Card -IG_CardAlbum,4021,5 // Rocker Card -IG_CardAlbum,4022,5 // Spore Card -IG_CardAlbum,4023,5 // Baby Desert Wolf Card -IG_CardAlbum,4024,5 // Plankton Card -IG_CardAlbum,4025,5 // Skeleton Card -IG_CardAlbum,4026,3 // Female Thief Bug Card -IG_CardAlbum,4027,3 // Kukre Card -IG_CardAlbum,4028,3 // Tarou Card -IG_CardAlbum,4029,3 // Wolf Card -IG_CardAlbum,4030,3 // Mandragora Card -IG_CardAlbum,4031,3 // Peco Peco Card -IG_CardAlbum,4032,3 // Ambernite Card -IG_CardAlbum,4033,3 // Poporing Card -IG_CardAlbum,4034,3 // Wormtail Card -IG_CardAlbum,4035,3 // Hydra Card -IG_CardAlbum,4036,3 // Muka Card -IG_CardAlbum,4037,3 // Snake Card -IG_CardAlbum,4038,3 // Zombie Card -IG_CardAlbum,4039,3 // Stainer Card -IG_CardAlbum,4041,3 // Coco Card -IG_CardAlbum,4042,3 // Steel Chonchon Card -IG_CardAlbum,4043,3 // Andre Card -IG_CardAlbum,4044,3 // Smokie Card -IG_CardAlbum,4045,3 // Horn Card -IG_CardAlbum,4046,3 // Martin Card -IG_CardAlbum,4048,3 // Poison Spore Card -IG_CardAlbum,4049,3 // Vadon Card -IG_CardAlbum,4050,3 // Male Thief Bug Card -IG_CardAlbum,4051,3 // Yoyo Card -IG_CardAlbum,4052,3 // Elder Willow Card -IG_CardAlbum,4053,1 // Vitata Card -IG_CardAlbum,4055,3 // Marina Card -IG_CardAlbum,4056,3 // Dustiness Card -IG_CardAlbum,4057,2 // Metaller Card -IG_CardAlbum,4058,2 // Thara Frog Card -IG_CardAlbum,4060,2 // Goblin Card -IG_CardAlbum,4061,2 // Cornutus Card -IG_CardAlbum,4062,2 // Anacondaq Card -IG_CardAlbum,4063,2 // Caramel Card -IG_CardAlbum,4064,2 // Zerom Card -IG_CardAlbum,4065,2 // Kaho Card -IG_CardAlbum,4066,2 // Orc Warrior Card -IG_CardAlbum,4067,2 // Megalodon Card -IG_CardAlbum,4068,2 // Scorpion Card -IG_CardAlbum,4069,2 // Drainliar Card -IG_CardAlbum,4070,2 // Eggyra Card -IG_CardAlbum,4071,2 // Orc Zombie Card -IG_CardAlbum,4072,2 // Golem Card -IG_CardAlbum,4073,2 // Pirate Skeleton Card -IG_CardAlbum,4074,2 // Bigfoot Card -IG_CardAlbum,4075,2 // Argos Card -IG_CardAlbum,4076,2 // Magnolia Card -IG_CardAlbum,4077,2 // Phen Card -IG_CardAlbum,4078,2 // Savage Card -IG_CardAlbum,4079,2 // Mantis Card -IG_CardAlbum,4080,2 // Flora Card -IG_CardAlbum,4081,2 // Hode Card -IG_CardAlbum,4082,1 // Desert Wolf Card -IG_CardAlbum,4083,1 // Rafflesia Card -IG_CardAlbum,4084,1 // Marine Sphere Card -IG_CardAlbum,4085,1 // Orc Skeleton Card -IG_CardAlbum,4086,1 // Soldier Skeleton Card -IG_CardAlbum,4087,1 // Giearth Card -IG_CardAlbum,4088,1 // Frilldora Card -IG_CardAlbum,4089,1 // Swordfish Card -IG_CardAlbum,4090,1 // Munak Card -IG_CardAlbum,4091,1 // Kobold Card -IG_CardAlbum,4092,1 // Skeleton Worker Card -IG_CardAlbum,4093,1 // Obeaune Card -IG_CardAlbum,4094,1 // Archer Skeleton Card -IG_CardAlbum,4095,1 // Marse Card -IG_CardAlbum,4096,1 // Zenorc Card -IG_CardAlbum,4097,1 // Matyr Card -IG_CardAlbum,4098,1 // Dokebi Card -IG_CardAlbum,4099,1 // Pasana Card -IG_CardAlbum,4100,1 // Sohee Card -IG_CardAlbum,4101,1 // Sandman Card -IG_CardAlbum,4102,1 // Whisper Card -IG_CardAlbum,4103,1 // Horong Card -IG_CardAlbum,4104,1 // Requiem Card -IG_CardAlbum,4105,1 // Marc Card -IG_CardAlbum,4106,1 // Mummy Card -IG_CardAlbum,4107,1 // Verit Card -IG_CardAlbum,4108,1 // Myst Card -IG_CardAlbum,4109,1 // Jakk Card -IG_CardAlbum,4110,1 // Ghoul Card -IG_CardAlbum,4111,1 // Strouf Card -IG_CardAlbum,4112,1 // Marduk Card -IG_CardAlbum,4113,1 // Marionette Card -IG_CardAlbum,4114,1 // Argiope Card -IG_CardAlbum,4115,1 // Hunter Fly Card -IG_CardAlbum,4116,1 // Isis Card -IG_CardAlbum,4117,1 // Sidewinder Card -IG_CardAlbum,4118,1 // Earth Petite Card -IG_CardAlbum,4119,1 // Bathory Card -IG_CardAlbum,4120,1 // Sky Petite Card -IG_CardAlbum,4122,1 // Deviruchi Card -IG_CardAlbum,4125,1 // Deviace Card -IG_CardAlbum,4127,1 // Nightmare Card -IG_CardAlbum,4129,1 // Bapho Jr. Card -IG_CardAlbum,4133,1 // Raydric Card -IG_CardAlbum,4136,1 // Khalitzburg Card -IG_CardAlbum,4141,1 // Evil Druid Card -IG_CardAlbum,4149,1 // Gargoyle Card -IG_CardAlbum,4150,1 // Goat Card -IG_CardAlbum,4151,1 // Gajomart Card -IG_CardAlbum,4152,1 // Galapago Card -IG_CardAlbum,4153,1 // Crab Card -IG_CardAlbum,4154,1 // Dumpling Child Card -IG_CardAlbum,4156,1 // Goblin Steamrider Card -IG_CardAlbum,4157,1 // Goblin Archer Card -IG_CardAlbum,4158,1 // Sky Deleter Card -IG_CardAlbum,4159,1 // Nine Tail Card -IG_CardAlbum,4160,1 // Firelock Soldier Card -IG_CardAlbum,4161,1 // Grand Peco Card -IG_CardAlbum,4162,1 // Grizzly Card -IG_CardAlbum,4164,1 // Gullinbursti Card -IG_CardAlbum,4165,1 // Gig Card -IG_CardAlbum,4166,1 // Nightmare Terror Card -IG_CardAlbum,4167,1 // Neraid Card -IG_CardAlbum,4170,1 // Dark Frame Card -IG_CardAlbum,4172,1 // The Paper Card -IG_CardAlbum,4173,1 // Demon Pungus Card -IG_CardAlbum,4175,1 // Poisonous Toad Card -IG_CardAlbum,4176,1 // Dullahan Card -IG_CardAlbum,4177,1 // Dryad Card -IG_CardAlbum,4178,1 // Dragon Tail Card -IG_CardAlbum,4180,1 // Driller Card -IG_CardAlbum,4181,1 // Disguise Card -IG_CardAlbum,4182,1 // Diabolic Card -IG_CardAlbum,4184,1 // Lava Golem Card -IG_CardAlbum,4185,1 // Rideword Card -IG_CardAlbum,4186,1 // Raggler Card -IG_CardAlbum,4187,1 // Raydric Archer Card -IG_CardAlbum,4188,1 // Leib Olmai Card -IG_CardAlbum,4189,1 // Wraith Dead Card -IG_CardAlbum,4190,1 // Wraith Card -IG_CardAlbum,4191,1 // Loli Ruri Card -IG_CardAlbum,4192,1 // Rotar Zairo Card -IG_CardAlbum,4193,1 // Lude Card -IG_CardAlbum,4194,1 // Rybio Card -IG_CardAlbum,4195,1 // Leaf Cat Card -IG_CardAlbum,4196,1 // Marin Card -IG_CardAlbum,4199,1 // Merman Card -IG_CardAlbum,4200,1 // Megalith Card -IG_CardAlbum,4201,1 // Majoruros Card -IG_CardAlbum,4202,1 // Civil Servant Card -IG_CardAlbum,4204,1 // Mini Demon Card -IG_CardAlbum,4205,1 // Mimic Card -IG_CardAlbum,4206,1 // Myst Case Card -IG_CardAlbum,4208,1 // Miyabi Doll Card -IG_CardAlbum,4209,1 // Violy Card -IG_CardAlbum,4210,1 // Wanderer Card -IG_CardAlbum,4212,1 // Bongun Card -IG_CardAlbum,4213,1 // Brilight Card -IG_CardAlbum,4214,1 // Bloody Murderer Card -IG_CardAlbum,4215,1 // Blazer Card -IG_CardAlbum,4216,1 // Sasquatch Card -IG_CardAlbum,4217,1 // Enchanted Peach Tree Card -IG_CardAlbum,4218,1 // Succubus Card -IG_CardAlbum,4219,1 // Sage Worm Card -IG_CardAlbum,4220,1 // Solider Card -IG_CardAlbum,4221,1 // Skeleton General Card -IG_CardAlbum,4222,1 // Skeleton Prisoner Card -IG_CardAlbum,4223,1 // Stalactic Golem Card -IG_CardAlbum,4224,1 // Stem Worm Card -IG_CardAlbum,4225,1 // Stone Shooter Card -IG_CardAlbum,4226,1 // Sting Card -IG_CardAlbum,4227,1 // Spring Rabbit Card -IG_CardAlbum,4228,1 // Sleeper Card -IG_CardAlbum,4229,1 // Clock Tower Manager Card -IG_CardAlbum,4230,1 // Shinobi Card -IG_CardAlbum,4231,1 // Increase Soil Card -IG_CardAlbum,4232,1 // Hermit Plant Card -IG_CardAlbum,4233,1 // Baby Leopard Card -IG_CardAlbum,4234,1 // Anolian Card -IG_CardAlbum,4235,1 // Christmas Cookie Card -IG_CardAlbum,4237,1 // Owl Duke Card -IG_CardAlbum,4238,1 // Owl Baron Card -IG_CardAlbum,4239,1 // Iron Fist Card -IG_CardAlbum,4240,1 // Arclouze Card -IG_CardAlbum,4242,1 // Apocalipse Card -IG_CardAlbum,4243,1 // Antonio Card -IG_CardAlbum,4244,1 // Alarm Card -IG_CardAlbum,4245,1 // Am Mut Card -IG_CardAlbum,4246,1 // Assaulter Card -IG_CardAlbum,4247,1 // Aster Card -IG_CardAlbum,4248,1 // Ancient Mummy Card -IG_CardAlbum,4249,1 // Ancient Worm Card -IG_CardAlbum,4251,1 // Elder Card -IG_CardAlbum,4252,1 // Alligator Card -IG_CardAlbum,4253,1 // Alice Card -IG_CardAlbum,4255,1 // Orc Lady Card -IG_CardAlbum,4256,1 // Orc Archer Card -IG_CardAlbum,4257,1 // Wild Rose Card -IG_CardAlbum,4258,1 // Evil Nymph Card -IG_CardAlbum,4259,1 // Wooden Golem Card -IG_CardAlbum,4260,1 // Wootan Shooter Card -IG_CardAlbum,4261,1 // Wootan Fighter Card -IG_CardAlbum,4262,1 // Cloud Hermit Card -IG_CardAlbum,4264,1 // Wind Ghost Card -IG_CardAlbum,4265,1 // Li Me Mang Ryang Card -IG_CardAlbum,4267,1 // Explosion Card -IG_CardAlbum,4268,1 // Injustice Card -IG_CardAlbum,4269,1 // Incubus Card -IG_CardAlbum,4270,1 // Giant Spider Card -IG_CardAlbum,4271,1 // Giant Hornet Card -IG_CardAlbum,4272,1 // Dancing Dragon Card -IG_CardAlbum,4273,1 // Shell Fish Card -IG_CardAlbum,4274,1 // Zombie Master Card -IG_CardAlbum,4275,1 // Zombie Prisoner Card -IG_CardAlbum,4277,1 // Zherlthsh Card -IG_CardAlbum,4278,1 // Gibbet Card -IG_CardAlbum,4279,1 // Earth Deleter Card -IG_CardAlbum,4280,1 // Geographer Card -IG_CardAlbum,4281,1 // Zipper Bear Card -IG_CardAlbum,4282,1 // Tengu Card -IG_CardAlbum,4283,1 // Greatest General Card -IG_CardAlbum,4284,1 // Chepet Card -IG_CardAlbum,4285,1 // Choco Card -IG_CardAlbum,4286,1 // Karakasa Card -IG_CardAlbum,4287,1 // Kapha Card -IG_CardAlbum,4288,1 // Carat Card -IG_CardAlbum,4289,1 // Caterpillar Card -IG_CardAlbum,4290,1 // Cat O' Nine Tails Card -IG_CardAlbum,4292,1 // Kobold Archer Card -IG_CardAlbum,4293,1 // Cookie Card -IG_CardAlbum,4294,1 // Quve Card -IG_CardAlbum,4295,1 // Kraben Card -IG_CardAlbum,4296,1 // Cramp Card -IG_CardAlbum,4297,1 // Cruiser Card -IG_CardAlbum,4298,1 // Creamy Fear Card -IG_CardAlbum,4299,1 // Clock Card -IG_CardAlbum,4300,1 // Chimera Card -IG_CardAlbum,4301,1 // Killer Mantis Card -IG_CardAlbum,4304,1 // Tamruan Card -IG_CardAlbum,4307,1 // Beetle King Card -IG_CardAlbum,4308,1 // Tri Joint Card -IG_CardAlbum,4309,1 // Parasite Card -IG_CardAlbum,4310,1 // Panzer Goblin Card -IG_CardAlbum,4311,1 // Permeter Card -IG_CardAlbum,4312,1 // Seal Card -IG_CardAlbum,4313,1 // Punk Card -IG_CardAlbum,4314,1 // Penomena Card -IG_CardAlbum,4315,1 // Pest Card -IG_CardAlbum,4316,1 // False Angel Card -IG_CardAlbum,4319,1 // Freezer Card -IG_CardAlbum,4321,1 // Hylozoist Card -IG_CardAlbum,4322,1 // High Orc Card -IG_CardAlbum,4323,1 // Garm Baby Card -IG_CardAlbum,4325,1 // Harpy Card -IG_CardAlbum,4326,1 // Sea-Otter Card -IG_CardAlbum,4327,1 // Bloody Butterfly Card -IG_CardAlbum,4328,1 // Hyegun Card -IG_CardAlbum,4329,1 // Phendark Card -IG_CardAlbum,4331,1 // Heater Card -IG_CardAlbum,4332,1 // Waste Stove Card -IG_CardAlbum,4333,3 // Venomous Card -IG_CardAlbum,4334,1 // Noxious Card -IG_CardAlbum,4335,3 // Pitman Card -IG_CardAlbum,4336,1 // Ungoliant Card -IG_CardAlbum,4337,1 // Porcellio Card -IG_CardAlbum,4338,1 // Obsidian Card -IG_CardAlbum,4339,1 // Mineral Card -IG_CardAlbum,4340,1 // Teddy Bear Card -IG_CardAlbum,4341,1 // Metaling Card -IG_CardAlbum,4343,1 // Holden Card -IG_CardAlbum,4344,3 // Anopheles Card -IG_CardAlbum,4345,3 // Hill Wind Card -IG_CardAlbum,4346,1 // Egnigem Cenia Card -IG_CardAlbum,4347,3 // Armeyer Dinze Card -IG_CardAlbum,4348,1 // Wikebine Tres Card -IG_CardAlbum,4349,1 // Errende Ebecee Card -IG_CardAlbum,4350,3 // Laurell Weinder Card -IG_CardAlbum,4351,1 // Kavach Icarus Card -IG_CardAlbum,4353,1 // Remover Card -IG_CardAlbum,4354,1 // Gemini-S58 Card -IG_CardAlbum,4355,3 // Gremlin Card -IG_CardAlbum,4356,1 // Beholder Card -IG_CardAlbum,4358,1 // Seyren Windsor Card -IG_CardAlbum,4360,3 // Eremes Guile Card -IG_CardAlbum,4362,1 // Howard Alt-Eisen Card -IG_CardAlbum,4366,1 // Kathryne Keyron Card -IG_CardAlbum,4368,1 // Cecil Damon Card -IG_CardAlbum,4369,1 // Venatu Card -IG_CardAlbum,4370,1 // Dimik Card -IG_CardAlbum,4371,1 // Archdam Card -IG_CardAlbum,4373,1 // Chung E Card -IG_CardAlbum,4375,1 // Orc Baby Card -IG_CardAlbum,4377,3 // Green Iguana Card -IG_CardAlbum,4378,1 // Gold Acidus Card -IG_CardAlbum,4379,1 // Blue Acidus Card -IG_CardAlbum,4380,3 // Red Ferus Card -IG_CardAlbum,4381,1 // Green Ferus Card -IG_CardAlbum,4382,1 // Yellow Novus Card -IG_CardAlbum,4383,3 // Red Novus Card -IG_CardAlbum,4384,1 // Hydro Card -IG_CardAlbum,4385,3 // Dragon Egg Card -IG_CardAlbum,4387,1 // Ancient Mimic Card -IG_CardAlbum,4388,3 // Deathword Card -IG_CardAlbum,4389,1 // Plasma Card -IG_CardAlbum,4390,1 // Breeze Card -IG_CardAlbum,4391,3 // Retribution Card -IG_CardAlbum,4392,1 // Observation Card -IG_CardAlbum,4393,1 // Shelter Card -IG_CardAlbum,4394,1 // Solace Card -IG_CardAlbum,4395,1 // Thanatos Maero Card -IG_CardAlbum,4396,1 // Thanatos Odium Card -IG_CardAlbum,4397,1 // Thanatos Despero Card -IG_CardAlbum,4400,1 // Aliza Card -IG_CardAlbum,4401,1 // Alicel Card -IG_CardAlbum,4402,1 // Aliot Card -IG_CardAlbum,4404,1 // Skogul Card -IG_CardAlbum,4405,1 // Frus Card -IG_CardAlbum,4409,1 // Agav Card -IG_CardAlbum,4410,1 // Echio Card -IG_CardAlbum,4411,1 // Vanberk Card -IG_CardAlbum,4412,1 // Isilla Card -IG_CardAlbum,4413,1 // Hodremlin Card -IG_CardAlbum,4414,1 // Seeker Card -IG_CardAlbum,4415,2 // Snowier Card -IG_CardAlbum,4416,1 // Siroma Card -IG_CardAlbum,4417,1 // Ice Titan Card -IG_CardAlbum,4418,1 // Gazeti Card -IG_CardAlbum,4420,1 // Muscipular Card -IG_CardAlbum,4421,2 // Drosera Card -IG_CardAlbum,4422,1 // Roween Card -IG_CardAlbum,4423,1 // Galion Card -IG_CardAlbum,4424,3 // Stapo Card -IG_CardAlbum,4426,1 // Byorgue Card -IG_CardAlbum,4427,1 // Sword Guardian Card -IG_CardAlbum,4428,1 // Bow Guardian Card -IG_CardAlbum,4429,1 // Salamander Card -IG_CardAlbum,4431,1 // Kasa Card -IG_CardAlbum,4432,2 // Magmaring Card -IG_CardAlbum,4433,1 // Imp Card -IG_CardAlbum,4434,1 // Knocker Card -IG_CardAlbum,4435,1 // Zombie Slaughter Card -IG_CardAlbum,4436,2 // Ragged Zombie Card -IG_CardAlbum,4437,2 // Hell Poodle Card -IG_CardAlbum,4438,2 // Banshee Card -IG_CardAlbum,4439,1 // Flame Skull Card -IG_CardAlbum,4440,1 // Necromancer Card -IG_CardAlbum,4442,1 // Tatacho Card -IG_CardAlbum,4443,2 // Aqua Elemental Card -IG_CardAlbum,4444,2 // Draco Card -IG_CardAlbum,4445,1 // Luciola Vespa Card -IG_CardAlbum,4447,1 // Centipede Card -IG_CardAlbum,4448,1 // Cornus Card -IG_CardAlbum,4449,1 // Dark Shadow Card -IG_CardAlbum,4450,1 // Banshee Master Card -IG_CardAlbum,4452,2 // Centipede Larva Card -IG_CardAlbum,4453,1 // Hillsrion Card -IG_CardAlbum,4460,1 // Rhyncho Card -IG_CardAlbum,4461,1 // Phylla Card -IG_CardAlbum,4464,1 // Aunoe Card -IG_CardAlbum,4465,1 // Fanat Card -IG_CardAlbum,4466,1 // Beholder Master Card -IG_CardAlbum,4467,1 // Heavy Metaling Card -IG_CardAlbum,4468,1 // Dark Pinguicula Card -IG_CardAlbum,4469,3 // Naga Card -IG_CardAlbum,4470,3 // Nepenthes Card -IG_CardAlbum,4471,3 // Draco Egg Card -IG_CardAlbum,4472,3 // Bradium Golem Card -IG_CardAlbum,4473,3 // Ancient Tree Card -IG_CardAlbum,4474,3 // Zakudam Card -IG_CardAlbum,4475,3 // Cobalt Mineral Card -IG_CardAlbum,4476,3 // Pinguicula Card -IG_CardAlbum,4477,3 // Hell Apocalypse Card -IG_CardAlbum,4505,1 // Scaraba Card -IG_CardAlbum,4506,1 // Dolomedes Card -IG_CardAlbum,4508,1 // Gold Scaraba Card -IG_CardAlbum,4510,1 // Miming Card -IG_CardAlbum,4511,2 // Little Fatum Card -IG_CardAlbum,4512,1 // Parus Card -IG_CardAlbum,4513,1 // Angra Mantis Card -IG_CardAlbum,4514,2 // Pom Spider Card -IG_CardAlbum,4515,2 // Alnoldi Card -IG_CardAlbum,4516,1 // Comodo Card -IG_CardAlbum,4517,1 // Cendrawasih Card -IG_CardAlbum,4518,1 // Banaspaty Card -IG_CardAlbum,4519,2 // Butoijo Card -IG_CardAlbum,4521,1 // Sedora Card -IG_CardAlbum,4522,1 // Sropho Card -IG_CardAlbum,4523,1 // Pot Dofle Card -IG_CardAlbum,4524,1 // King Dramoh Card -IG_CardAlbum,4530,1 // Siorava Card -IG_CardAlbum,4531,2 // Red Eruma Card -IG_CardAlbum,4532,1 // Wild Rider Card -IG_CardAlbum,4533,2 // Octopus Card -// Magic Card Album -IG_MagicCardAlbum,4047,1 // Ghostring Card -IG_MagicCardAlbum,4054,1 // Angeling Card -IG_MagicCardAlbum,4163,1 // Gryphon Card -IG_MagicCardAlbum,4169,1 // Dark Illusion Card -IG_MagicCardAlbum,4174,1 // Deviling Card -IG_MagicCardAlbum,4179,10 // Dragon Fly Card -IG_MagicCardAlbum,4183,10 // Vagabond Wolf Card -IG_MagicCardAlbum,4197,10 // Mastering Card -IG_MagicCardAlbum,4198,1 // Maya Purple Card -IG_MagicCardAlbum,4203,10 // Mutant Dragonoid Card -IG_MagicCardAlbum,4207,1 // Mysteltainn Card -IG_MagicCardAlbum,4211,1 // Vocal card -IG_MagicCardAlbum,4237,5 // Owl Duke Card -IG_MagicCardAlbum,4238,5 // Owl Baron Card -IG_MagicCardAlbum,4241,1 // Arc Angeling Card -IG_MagicCardAlbum,4250,1 // Executioner Card -IG_MagicCardAlbum,4254,1 // Tirfing Card -IG_MagicCardAlbum,4266,10 // Eclipse Card -IG_MagicCardAlbum,4284,10 // Chepet Card -IG_MagicCardAlbum,4285,10 // Choco Card -IG_MagicCardAlbum,4290,5 // Cat O' Nine Tails Card -IG_MagicCardAlbum,4291,10 // Kobold Leader Card -IG_MagicCardAlbum,4300,10 // Chimera Card -IG_MagicCardAlbum,4306,10 // Toad Card -IG_MagicCardAlbum,4320,1 // Bloody Knight Card -IG_MagicCardAlbum,4336,1 // Ungoliant Card -IG_MagicCardAlbum,4354,1 // Gemini-S58 Card -IG_MagicCardAlbum,4384,1 // Hydro Card -IG_MagicCardAlbum,4395,3 // Thanatos Maero Card -IG_MagicCardAlbum,4396,3 // Thanatos Odium Card -IG_MagicCardAlbum,4397,3 // Thanatos Despero Card diff --git a/db/re/item_giftbox.txt b/db/re/item_giftbox.txt deleted file mode 100644 index 7609ac30590..00000000000 --- a/db/re/item_giftbox.txt +++ /dev/null @@ -1,629 +0,0 @@ -// Gift Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -// GiftBox -IG_GiftBox,501,1 // Red Potion -IG_GiftBox,502,1 // Orange Potion -IG_GiftBox,503,1 // Yellow Potion -IG_GiftBox,504,1 // White Potion -IG_GiftBox,505,1 // Blue Potion -IG_GiftBox,506,1 // Green Potion -IG_GiftBox,526,1 // Royal Jelly -IG_GiftBox,529,1 // Candy -IG_GiftBox,530,1 // Candy Cane -IG_GiftBox,537,1 // Pet Food -IG_GiftBox,538,1 // Well-baked Cookie -IG_GiftBox,539,1 // Piece of Cake -IG_GiftBox,617,1 // Old Purple Box -IG_GiftBox,644,19 // Gift Box -IG_GiftBox,706,1 // Four Leaf Clover -IG_GiftBox,718,1 // Garnet -IG_GiftBox,719,1 // Amethyst -IG_GiftBox,720,1 // Aquamarine -IG_GiftBox,721,1 // Emerald -IG_GiftBox,722,1 // Pearl -IG_GiftBox,723,1 // Ruby -IG_GiftBox,724,1 // Cursed Ruby -IG_GiftBox,725,1 // Sardonyx -IG_GiftBox,726,1 // Sapphire -IG_GiftBox,727,1 // Opal -IG_GiftBox,728,1 // Topaz -IG_GiftBox,729,1 // Zircon -IG_GiftBox,730,1 // 1carat Diamond -IG_GiftBox,731,1 // 2carat Diamond -IG_GiftBox,732,1 // 3carat Diamond -IG_GiftBox,733,1 // Cracked Diamond -IG_GiftBox,734,1 // Red Frame -IG_GiftBox,735,1 // Chung Jah -IG_GiftBox,736,1 // China -IG_GiftBox,737,1 // Black Ladle -IG_GiftBox,738,1 // Pencil Case -IG_GiftBox,739,1 // Rouge -IG_GiftBox,740,1 // Puppet -IG_GiftBox,741,1 // Poring Doll -IG_GiftBox,742,1 // Chonchon Doll -IG_GiftBox,743,1 // Spore Doll -IG_GiftBox,744,1 // Bouquet -IG_GiftBox,745,1 // Wedding Bouquet -IG_GiftBox,746,1 // Glass Bead -IG_GiftBox,747,1 // Crystal Mirror -IG_GiftBox,748,1 // Witherless Rose -IG_GiftBox,749,1 // Frozen Rose -IG_GiftBox,750,1 // Baphomet Doll -IG_GiftBox,751,1 // Osiris Doll -IG_GiftBox,752,1 // Grasshopper Doll -IG_GiftBox,753,1 // Yoyo Doll -IG_GiftBox,754,1 // Raccoon Doll -IG_GiftBox,969,1 // Gold -IG_GiftBox,975,1 // Scarlet Dyestuff -IG_GiftBox,976,1 // Lemon Dyestuff -IG_GiftBox,978,1 // Cobaltblue Dyestuff -IG_GiftBox,979,1 // Darkgreen Dyestuff -IG_GiftBox,980,1 // Orange Dyestuff -IG_GiftBox,981,1 // Violet Dyestuff -IG_GiftBox,982,1 // White Dyestuff -IG_GiftBox,983,1 // Black Dyestuff -IG_GiftBox,994,1 // Flame Heart -IG_GiftBox,995,1 // Mystic Frozen -IG_GiftBox,996,1 // Rough Wind -IG_GiftBox,997,1 // Great Nature -IG_GiftBox,999,1 // Steel -IG_GiftBox,1000,1 // Star Crumb -IG_GiftBox,1558,1 // Girl's Diary -IG_GiftBox,4005,1 // Santa Poring Card -IG_GiftBox,7034,1 // Red Stocking -// GiftBox_1 -IG_GiftBox_1,501,1 // Red Potion -IG_GiftBox_1,502,1 // Orange Potion -IG_GiftBox_1,503,1 // Yellow Potion -IG_GiftBox_1,504,1 // White Potion -IG_GiftBox_1,505,1 // Blue Potion -IG_GiftBox_1,506,1 // Green Potion -IG_GiftBox_1,526,1 // Royal Jelly -IG_GiftBox_1,529,1 // Candy -IG_GiftBox_1,530,1 // Candy Cane -IG_GiftBox_1,537,1 // Pet Food -IG_GiftBox_1,538,1 // Well-baked Cookie -IG_GiftBox_1,539,1 // Piece of Cake -IG_GiftBox_1,617,1 // Old Purple Box -IG_GiftBox_1,644,19 // Gift Box -IG_GiftBox_1,706,1 // Four Leaf Clover -IG_GiftBox_1,718,1 // Garnet -IG_GiftBox_1,719,1 // Amethyst -IG_GiftBox_1,720,1 // Aquamarine -IG_GiftBox_1,721,1 // Emerald -IG_GiftBox_1,722,1 // Pearl -IG_GiftBox_1,723,1 // Ruby -IG_GiftBox_1,724,1 // Cursed Ruby -IG_GiftBox_1,725,1 // Sardonyx -IG_GiftBox_1,726,1 // Sapphire -IG_GiftBox_1,727,1 // Opal -IG_GiftBox_1,728,1 // Topaz -IG_GiftBox_1,729,1 // Zircon -IG_GiftBox_1,730,1 // 1carat Diamond -IG_GiftBox_1,731,1 // 2carat Diamond -IG_GiftBox_1,732,1 // 3carat Diamond -IG_GiftBox_1,733,1 // Cracked Diamond -IG_GiftBox_1,734,1 // Red Frame -IG_GiftBox_1,735,1 // Chung Jah -IG_GiftBox_1,736,1 // China -IG_GiftBox_1,737,1 // Black Ladle -IG_GiftBox_1,738,1 // Pencil Case -IG_GiftBox_1,739,1 // Rouge -IG_GiftBox_1,740,1 // Puppet -IG_GiftBox_1,741,1 // Poring Doll -IG_GiftBox_1,742,1 // Chonchon Doll -IG_GiftBox_1,743,1 // Spore Doll -IG_GiftBox_1,744,1 // Bouquet -IG_GiftBox_1,745,1 // Wedding Bouquet -IG_GiftBox_1,746,1 // Glass Bead -IG_GiftBox_1,747,1 // Crystal Mirror -IG_GiftBox_1,748,1 // Witherless Rose -IG_GiftBox_1,749,1 // Frozen Rose -IG_GiftBox_1,750,1 // Baphomet Doll -IG_GiftBox_1,751,1 // Osiris Doll -IG_GiftBox_1,752,1 // Grasshopper Doll -IG_GiftBox_1,753,1 // Yoyo Doll -IG_GiftBox_1,754,1 // Raccoon Doll -IG_GiftBox_1,969,1 // Gold -IG_GiftBox_1,975,1 // Scarlet Dyestuff -IG_GiftBox_1,976,1 // Lemon Dyestuff -IG_GiftBox_1,978,1 // Cobaltblue Dyestuff -IG_GiftBox_1,979,1 // Darkgreen Dyestuff -IG_GiftBox_1,980,1 // Orange Dyestuff -IG_GiftBox_1,981,1 // Violet Dyestuff -IG_GiftBox_1,982,1 // White Dyestuff -IG_GiftBox_1,983,1 // Black Dyestuff -IG_GiftBox_1,994,1 // Flame Heart -IG_GiftBox_1,995,1 // Mystic Frozen -IG_GiftBox_1,996,1 // Rough Wind -IG_GiftBox_1,997,1 // Great Nature -IG_GiftBox_1,999,1 // Steel -IG_GiftBox_1,1000,1 // Star Crumb -IG_GiftBox_1,1558,1 // Girl's Diary -IG_GiftBox_1,4005,1 // Santa Poring Card -IG_GiftBox_1,7034,1 // Red Stocking -// GiftBox_2 -IG_GiftBox_2,501,1 // Red Potion -IG_GiftBox_2,502,1 // Orange Potion -IG_GiftBox_2,503,1 // Yellow Potion -IG_GiftBox_2,504,1 // White Potion -IG_GiftBox_2,505,1 // Blue Potion -IG_GiftBox_2,506,1 // Green Potion -IG_GiftBox_2,526,1 // Royal Jelly -IG_GiftBox_2,529,1 // Candy -IG_GiftBox_2,530,1 // Candy Cane -IG_GiftBox_2,537,1 // Pet Food -IG_GiftBox_2,538,1 // Well-baked Cookie -IG_GiftBox_2,539,1 // Piece of Cake -IG_GiftBox_2,617,1 // Old Purple Box -IG_GiftBox_2,644,19 // Gift Box -IG_GiftBox_2,706,1 // Four Leaf Clover -IG_GiftBox_2,718,1 // Garnet -IG_GiftBox_2,719,1 // Amethyst -IG_GiftBox_2,720,1 // Aquamarine -IG_GiftBox_2,721,1 // Emerald -IG_GiftBox_2,722,1 // Pearl -IG_GiftBox_2,723,1 // Ruby -IG_GiftBox_2,724,1 // Cursed Ruby -IG_GiftBox_2,725,1 // Sardonyx -IG_GiftBox_2,726,1 // Sapphire -IG_GiftBox_2,727,1 // Opal -IG_GiftBox_2,728,1 // Topaz -IG_GiftBox_2,729,1 // Zircon -IG_GiftBox_2,730,1 // 1carat Diamond -IG_GiftBox_2,731,1 // 2carat Diamond -IG_GiftBox_2,732,1 // 3carat Diamond -IG_GiftBox_2,733,1 // Cracked Diamond -IG_GiftBox_2,734,1 // Red Frame -IG_GiftBox_2,735,1 // Chung Jah -IG_GiftBox_2,736,1 // China -IG_GiftBox_2,737,1 // Black Ladle -IG_GiftBox_2,738,1 // Pencil Case -IG_GiftBox_2,739,1 // Rouge -IG_GiftBox_2,740,1 // Puppet -IG_GiftBox_2,741,1 // Poring Doll -IG_GiftBox_2,742,1 // Chonchon Doll -IG_GiftBox_2,743,1 // Spore Doll -IG_GiftBox_2,744,1 // Bouquet -IG_GiftBox_2,745,1 // Wedding Bouquet -IG_GiftBox_2,746,1 // Glass Bead -IG_GiftBox_2,747,1 // Crystal Mirror -IG_GiftBox_2,748,1 // Witherless Rose -IG_GiftBox_2,749,1 // Frozen Rose -IG_GiftBox_2,750,1 // Baphomet Doll -IG_GiftBox_2,751,1 // Osiris Doll -IG_GiftBox_2,752,1 // Grasshopper Doll -IG_GiftBox_2,753,1 // Yoyo Doll -IG_GiftBox_2,754,1 // Raccoon Doll -IG_GiftBox_2,969,1 // Gold -IG_GiftBox_2,975,1 // Scarlet Dyestuff -IG_GiftBox_2,976,1 // Lemon Dyestuff -IG_GiftBox_2,978,1 // Cobaltblue Dyestuff -IG_GiftBox_2,979,1 // Darkgreen Dyestuff -IG_GiftBox_2,980,1 // Orange Dyestuff -IG_GiftBox_2,981,1 // Violet Dyestuff -IG_GiftBox_2,982,1 // White Dyestuff -IG_GiftBox_2,983,1 // Black Dyestuff -IG_GiftBox_2,994,1 // Flame Heart -IG_GiftBox_2,995,1 // Mystic Frozen -IG_GiftBox_2,996,1 // Rough Wind -IG_GiftBox_2,997,1 // Great Nature -IG_GiftBox_2,999,1 // Steel -IG_GiftBox_2,1000,1 // Star Crumb -IG_GiftBox_2,1558,1 // Girl's Diary -IG_GiftBox_2,4005,1 // Santa Poring Card -IG_GiftBox_2,7034,1 // Red Stocking -// Gift_Box3 -IG_GiftBox_3,501,1 // Red Potion -IG_GiftBox_3,502,1 // Orange Potion -IG_GiftBox_3,503,1 // Yellow Potion -IG_GiftBox_3,504,1 // White Potion -IG_GiftBox_3,505,1 // Blue Potion -IG_GiftBox_3,506,1 // Green Potion -IG_GiftBox_3,526,1 // Royal Jelly -IG_GiftBox_3,529,1 // Candy -IG_GiftBox_3,530,1 // Candy Cane -IG_GiftBox_3,537,1 // Pet Food -IG_GiftBox_3,538,1 // Well-baked Cookie -IG_GiftBox_3,539,1 // Piece of Cake -IG_GiftBox_3,617,1 // Old Purple Box -IG_GiftBox_3,644,19 // Gift Box -IG_GiftBox_3,706,1 // Four Leaf Clover -IG_GiftBox_3,718,1 // Garnet -IG_GiftBox_3,719,1 // Amethyst -IG_GiftBox_3,720,1 // Aquamarine -IG_GiftBox_3,721,1 // Emerald -IG_GiftBox_3,722,1 // Pearl -IG_GiftBox_3,723,1 // Ruby -IG_GiftBox_3,724,1 // Cursed Ruby -IG_GiftBox_3,725,1 // Sardonyx -IG_GiftBox_3,726,1 // Sapphire -IG_GiftBox_3,727,1 // Opal -IG_GiftBox_3,728,1 // Topaz -IG_GiftBox_3,729,1 // Zircon -IG_GiftBox_3,730,1 // 1carat Diamond -IG_GiftBox_3,731,1 // 2carat Diamond -IG_GiftBox_3,732,1 // 3carat Diamond -IG_GiftBox_3,733,1 // Cracked Diamond -IG_GiftBox_3,734,1 // Red Frame -IG_GiftBox_3,735,1 // Chung Jah -IG_GiftBox_3,736,1 // China -IG_GiftBox_3,737,1 // Black Ladle -IG_GiftBox_3,738,1 // Pencil Case -IG_GiftBox_3,739,1 // Rouge -IG_GiftBox_3,740,1 // Puppet -IG_GiftBox_3,741,1 // Poring Doll -IG_GiftBox_3,742,1 // Chonchon Doll -IG_GiftBox_3,743,1 // Spore Doll -IG_GiftBox_3,744,1 // Bouquet -IG_GiftBox_3,745,1 // Wedding Bouquet -IG_GiftBox_3,746,1 // Glass Bead -IG_GiftBox_3,747,1 // Crystal Mirror -IG_GiftBox_3,748,1 // Witherless Rose -IG_GiftBox_3,749,1 // Frozen Rose -IG_GiftBox_3,750,1 // Baphomet Doll -IG_GiftBox_3,751,1 // Osiris Doll -IG_GiftBox_3,752,1 // Grasshopper Doll -IG_GiftBox_3,753,1 // Yoyo Doll -IG_GiftBox_3,754,1 // Raccoon Doll -IG_GiftBox_3,969,1 // Gold -IG_GiftBox_3,975,1 // Scarlet Dyestuff -IG_GiftBox_3,976,1 // Lemon Dyestuff -IG_GiftBox_3,978,1 // Cobaltblue Dyestuff -IG_GiftBox_3,979,1 // Darkgreen Dyestuff -IG_GiftBox_3,980,1 // Orange Dyestuff -IG_GiftBox_3,981,1 // Violet Dyestuff -IG_GiftBox_3,982,1 // White Dyestuff -IG_GiftBox_3,983,1 // Black Dyestuff -IG_GiftBox_3,994,1 // Flame Heart -IG_GiftBox_3,995,1 // Mystic Frozen -IG_GiftBox_3,996,1 // Rough Wind -IG_GiftBox_3,997,1 // Great Nature -IG_GiftBox_3,999,1 // Steel -IG_GiftBox_3,1000,1 // Star Crumb -IG_GiftBox_3,1558,1 // Girl's Diary -IG_GiftBox_3,4005,1 // Santa Poring Card -IG_GiftBox_3,7034,1 // Red Stocking -// GiftBox_4 -IG_GiftBox_4,501,1 // Red Potion -IG_GiftBox_4,502,1 // Orange Potion -IG_GiftBox_4,503,1 // Yellow Potion -IG_GiftBox_4,504,1 // White Potion -IG_GiftBox_4,505,1 // Blue Potion -IG_GiftBox_4,506,1 // Green Potion -IG_GiftBox_4,526,1 // Royal Jelly -IG_GiftBox_4,529,1 // Candy -IG_GiftBox_4,530,1 // Candy Cane -IG_GiftBox_4,537,1 // Pet Food -IG_GiftBox_4,538,1 // Well-baked Cookie -IG_GiftBox_4,539,1 // Piece of Cake -IG_GiftBox_4,617,1 // Old Purple Box -IG_GiftBox_4,644,19 // Gift Box -IG_GiftBox_4,706,1 // Four Leaf Clover -IG_GiftBox_4,718,1 // Garnet -IG_GiftBox_4,719,1 // Amethyst -IG_GiftBox_4,720,1 // Aquamarine -IG_GiftBox_4,721,1 // Emerald -IG_GiftBox_4,722,1 // Pearl -IG_GiftBox_4,723,1 // Ruby -IG_GiftBox_4,724,1 // Cursed Ruby -IG_GiftBox_4,725,1 // Sardonyx -IG_GiftBox_4,726,1 // Sapphire -IG_GiftBox_4,727,1 // Opal -IG_GiftBox_4,728,1 // Topaz -IG_GiftBox_4,729,1 // Zircon -IG_GiftBox_4,730,1 // 1carat Diamond -IG_GiftBox_4,731,1 // 2carat Diamond -IG_GiftBox_4,732,1 // 3carat Diamond -IG_GiftBox_4,733,1 // Cracked Diamond -IG_GiftBox_4,734,1 // Red Frame -IG_GiftBox_4,735,1 // Chung Jah -IG_GiftBox_4,736,1 // China -IG_GiftBox_4,737,1 // Black Ladle -IG_GiftBox_4,738,1 // Pencil Case -IG_GiftBox_4,739,1 // Rouge -IG_GiftBox_4,740,1 // Puppet -IG_GiftBox_4,741,1 // Poring Doll -IG_GiftBox_4,742,1 // Chonchon Doll -IG_GiftBox_4,743,1 // Spore Doll -IG_GiftBox_4,744,1 // Bouquet -IG_GiftBox_4,745,1 // Wedding Bouquet -IG_GiftBox_4,746,1 // Glass Bead -IG_GiftBox_4,747,1 // Crystal Mirror -IG_GiftBox_4,748,1 // Witherless Rose -IG_GiftBox_4,749,1 // Frozen Rose -IG_GiftBox_4,750,1 // Baphomet Doll -IG_GiftBox_4,751,1 // Osiris Doll -IG_GiftBox_4,752,1 // Grasshopper Doll -IG_GiftBox_4,753,1 // Yoyo Doll -IG_GiftBox_4,754,1 // Raccoon Doll -IG_GiftBox_4,969,1 // Gold -IG_GiftBox_4,975,1 // Scarlet Dyestuff -IG_GiftBox_4,976,1 // Lemon Dyestuff -IG_GiftBox_4,978,1 // Cobaltblue Dyestuff -IG_GiftBox_4,979,1 // Darkgreen Dyestuff -IG_GiftBox_4,980,1 // Orange Dyestuff -IG_GiftBox_4,981,1 // Violet Dyestuff -IG_GiftBox_4,982,1 // White Dyestuff -IG_GiftBox_4,983,1 // Black Dyestuff -IG_GiftBox_4,994,1 // Flame Heart -IG_GiftBox_4,995,1 // Mystic Frozen -IG_GiftBox_4,996,1 // Rough Wind -IG_GiftBox_4,997,1 // Great Nature -IG_GiftBox_4,999,1 // Steel -IG_GiftBox_4,1000,1 // Star Crumb -IG_GiftBox_4,1558,1 // Girl's Diary -IG_GiftBox_4,4005,1 // Santa Poring Card -IG_GiftBox_4,7034,1 // Red Stocking -// GiftBox_China -IG_GiftBoxChina,501,1 // Red Potion -IG_GiftBoxChina,502,1 // Orange Potion -IG_GiftBoxChina,503,1 // Yellow Potion -IG_GiftBoxChina,504,1 // White Potion -IG_GiftBoxChina,505,1 // Blue Potion -IG_GiftBoxChina,506,1 // Green Potion -IG_GiftBoxChina,518,1 // Honey -IG_GiftBoxChina,520,1 // Hinalle Leaflet -IG_GiftBoxChina,521,2 // Aloe Leaflet -IG_GiftBoxChina,525,1 // Panacea -IG_GiftBoxChina,526,1 // Royal Jelly -IG_GiftBoxChina,529,1 // Candy -IG_GiftBoxChina,530,1 // Candy Cane -IG_GiftBoxChina,603,40 // Old Blue Box -IG_GiftBoxChina,604,9 // Dead Branch -IG_GiftBoxChina,605,1 // Anodyne -IG_GiftBoxChina,606,1 // Aloevera -IG_GiftBoxChina,607,1 // Yggdrasil Berry -IG_GiftBoxChina,608,1 // Yggdrasil Seed -IG_GiftBoxChina,610,1 // Yggdrasil Leaf -IG_GiftBoxChina,612,5 // Mini Furnace -IG_GiftBoxChina,613,1 // Iron Hammer -IG_GiftBoxChina,614,1 // Golden Hammer -IG_GiftBoxChina,615,1 // Oridecon Hammer -IG_GiftBoxChina,701,1 // Ora Ora -IG_GiftBoxChina,702,1 // Animal Gore -IG_GiftBoxChina,703,1 // Hinalle -IG_GiftBoxChina,704,1 // Aloe -IG_GiftBoxChina,706,1 // Four Leaf Clover -IG_GiftBoxChina,707,1 // Singing Plant -IG_GiftBoxChina,708,1 // Ment -IG_GiftBoxChina,710,1 // Illusion Flower -IG_GiftBoxChina,715,1 // Yellow Gemstone -IG_GiftBoxChina,716,1 // Red Gemstone -IG_GiftBoxChina,717,1 // Blue Gemstone -IG_GiftBoxChina,718,1 // Garnet -IG_GiftBoxChina,719,1 // Amethyst -IG_GiftBoxChina,720,1 // Aquamarine -IG_GiftBoxChina,721,1 // Emerald -IG_GiftBoxChina,722,1 // Pearl -IG_GiftBoxChina,723,1 // Ruby -IG_GiftBoxChina,724,1 // Cursed Ruby -IG_GiftBoxChina,725,1 // Sardonyx -IG_GiftBoxChina,726,1 // Sapphire -IG_GiftBoxChina,727,1 // Opal -IG_GiftBoxChina,728,1 // Topaz -IG_GiftBoxChina,729,1 // Zircon -IG_GiftBoxChina,730,1 // 1carat Diamond -IG_GiftBoxChina,731,1 // 2carat Diamond -IG_GiftBoxChina,732,1 // 3carat Diamond -IG_GiftBoxChina,733,1 // Cracked Diamond -IG_GiftBoxChina,734,1 // Red Frame -IG_GiftBoxChina,735,1 // Chung Jah -IG_GiftBoxChina,736,1 // China -IG_GiftBoxChina,737,1 // Black Ladle -IG_GiftBoxChina,738,1 // Pencil Case -IG_GiftBoxChina,740,1 // Puppet -IG_GiftBoxChina,741,1 // Poring Doll -IG_GiftBoxChina,742,1 // Chonchon Doll -IG_GiftBoxChina,743,1 // Spore Doll -IG_GiftBoxChina,745,1 // Wedding Bouquet -IG_GiftBoxChina,747,1 // Crystal Mirror -IG_GiftBoxChina,748,1 // Witherless Rose -IG_GiftBoxChina,749,1 // Frozen Rose -IG_GiftBoxChina,752,1 // Grasshopper Doll -IG_GiftBoxChina,753,1 // Yoyo Doll -IG_GiftBoxChina,754,1 // Raccoon Doll -IG_GiftBoxChina,909,1 // Jellopy -IG_GiftBoxChina,910,1 // Garlet -IG_GiftBoxChina,911,1 // Scell -IG_GiftBoxChina,912,1 // Zargon -IG_GiftBoxChina,931,1 // Orcish Voucher -IG_GiftBoxChina,934,1 // Memento -IG_GiftBoxChina,968,1 // Heroic Emblem -IG_GiftBoxChina,969,1 // Gold -IG_GiftBoxChina,971,1 // Detrimindexta -IG_GiftBoxChina,972,1 // Karvodailnirol -IG_GiftBoxChina,973,1 // Counteragent -IG_GiftBoxChina,974,1 // Mixture -IG_GiftBoxChina,975,1 // Scarlet Dyestuff -IG_GiftBoxChina,976,1 // Lemon Dyestuff -IG_GiftBoxChina,978,1 // Cobaltblue Dyestuff -IG_GiftBoxChina,979,1 // Darkgreen Dyestuff -IG_GiftBoxChina,980,1 // Orange Dyestuff -IG_GiftBoxChina,981,1 // Violet Dyestuff -IG_GiftBoxChina,982,1 // White Dyestuff -IG_GiftBoxChina,983,1 // Black Dyestuff -IG_GiftBoxChina,986,1 // Anvil -IG_GiftBoxChina,987,1 // Oridecon Anvil -IG_GiftBoxChina,988,1 // Golden Anvil -IG_GiftBoxChina,989,1 // Emperium Anvil -IG_GiftBoxChina,990,1 // Red Blood -IG_GiftBoxChina,991,1 // Crystal Blue -IG_GiftBoxChina,992,1 // Wind of Verdure -IG_GiftBoxChina,993,1 // Green Live -IG_GiftBoxChina,994,1 // Flame Heart -IG_GiftBoxChina,995,1 // Mystic Frozen -IG_GiftBoxChina,996,1 // Rough Wind -IG_GiftBoxChina,997,1 // Great Nature -IG_GiftBoxChina,998,1 // Iron -IG_GiftBoxChina,999,1 // Steel -IG_GiftBoxChina,1000,1 // Star Crumb -IG_GiftBoxChina,1001,1 // Star Dust -IG_GiftBoxChina,1002,1 // Iron Ore -IG_GiftBoxChina,1003,1 // Coal -IG_GiftBoxChina,1004,1 // Chivalry Emblem -IG_GiftBoxChina,1005,1 // Hammer of Blacksmith -IG_GiftBoxChina,1006,1 // Old Magicbook -IG_GiftBoxChina,1007,1 // Necklace of Wisdom -IG_GiftBoxChina,1008,1 // Necklace of Oblivion -IG_GiftBoxChina,1009,1 // Hand of God -IG_GiftBoxChina,1010,1 // Phracon -IG_GiftBoxChina,1011,1 // Emveretarcon -IG_GiftBoxChina,1065,1 // Trap -IG_GiftBoxChina,1102,1 // Sword -IG_GiftBoxChina,1105,1 // Falchion -IG_GiftBoxChina,1108,1 // Blade -IG_GiftBoxChina,1111,1 // Rapier -IG_GiftBoxChina,1114,1 // Scimitar -IG_GiftBoxChina,1117,1 // Katana -IG_GiftBoxChina,1120,1 // Tsurugi -IG_GiftBoxChina,1125,1 // Ring Pommel Saber -IG_GiftBoxChina,1127,1 // Saber -IG_GiftBoxChina,1128,1 // Haedonggum -IG_GiftBoxChina,1129,1 // Flamberge -IG_GiftBoxChina,1152,1 // Slayer -IG_GiftBoxChina,1155,1 // Bastard Sword -IG_GiftBoxChina,1158,1 // Two-Handed Sword -IG_GiftBoxChina,1162,1 // Broad Sword -IG_GiftBoxChina,1163,1 // Claymore -IG_GiftBoxChina,1202,1 // Knife -IG_GiftBoxChina,1205,1 // Cutter -IG_GiftBoxChina,1208,1 // Main Gauche -IG_GiftBoxChina,1211,1 // Dirk -IG_GiftBoxChina,1214,1 // Dagger -IG_GiftBoxChina,1217,1 // Stiletto -IG_GiftBoxChina,1220,1 // Gladius -IG_GiftBoxChina,1226,1 // Damascus -IG_GiftBoxChina,1251,1 // Jur -IG_GiftBoxChina,1253,1 // Katar -IG_GiftBoxChina,1255,1 // Jamadhar -IG_GiftBoxChina,1302,1 // Axe -IG_GiftBoxChina,1352,1 // Battle Axe -IG_GiftBoxChina,1355,1 // Hammer -IG_GiftBoxChina,1358,1 // Buster -IG_GiftBoxChina,1361,1 // Two-Handed Axe -IG_GiftBoxChina,1402,1 // Javelin -IG_GiftBoxChina,1405,1 // Spear -IG_GiftBoxChina,1408,1 // Pike -IG_GiftBoxChina,1410,1 // Lance -IG_GiftBoxChina,1452,1 // Guisarme -IG_GiftBoxChina,1455,1 // Glaive -IG_GiftBoxChina,1458,1 // Partizan -IG_GiftBoxChina,1461,1 // Trident -IG_GiftBoxChina,1464,1 // Halberd -IG_GiftBoxChina,1502,1 // Club -IG_GiftBoxChina,1505,1 // Mace -IG_GiftBoxChina,1508,1 // Smasher -IG_GiftBoxChina,1511,1 // Flail -IG_GiftBoxChina,1514,1 // Morning Star -IG_GiftBoxChina,1517,1 // Sword Mace -IG_GiftBoxChina,1520,1 // Chain -IG_GiftBoxChina,1550,1 // Book -IG_GiftBoxChina,1551,1 // Bible -IG_GiftBoxChina,1602,1 // Rod -IG_GiftBoxChina,1605,1 // Wand -IG_GiftBoxChina,1608,1 // Staff -IG_GiftBoxChina,1611,1 // Arc Wand -IG_GiftBoxChina,1613,1 // Mighty Staff -IG_GiftBoxChina,1702,1 // Bow -IG_GiftBoxChina,1705,1 // Composite Bow -IG_GiftBoxChina,1711,1 // Crossbow -IG_GiftBoxChina,1713,1 // Arbalest -IG_GiftBoxChina,1714,1 // Gakkung Bow -IG_GiftBoxChina,1718,1 // Hunter Bow -IG_GiftBoxChina,1719,1 // Roguemaster's Bow -IG_GiftBoxChina,2102,1 // Guard -IG_GiftBoxChina,2104,1 // Buckler -IG_GiftBoxChina,2106,1 // Shield -IG_GiftBoxChina,2108,1 // Mirror Shield -IG_GiftBoxChina,2207,1 // Fancy Flower -IG_GiftBoxChina,2209,1 // Ribbon -IG_GiftBoxChina,2213,1 // Kitty Band -IG_GiftBoxChina,2215,1 // Flower Band -IG_GiftBoxChina,2217,1 // Biretta -IG_GiftBoxChina,2221,1 // Hat -IG_GiftBoxChina,2223,1 // Turban -IG_GiftBoxChina,2225,1 // Goggles -IG_GiftBoxChina,2227,1 // Cap -IG_GiftBoxChina,2229,1 // Helm -IG_GiftBoxChina,2231,1 // Gemmed Sallet -IG_GiftBoxChina,2233,1 // Circlet -IG_GiftBoxChina,2236,1 // Santa Hat -IG_GiftBoxChina,2244,1 // Big Ribbon -IG_GiftBoxChina,2249,1 // Coronet -IG_GiftBoxChina,2250,1 // Cute Ribbon -IG_GiftBoxChina,2257,1 // Unicorn Horn -IG_GiftBoxChina,2258,1 // Spiky Band -IG_GiftBoxChina,2262,1 // Clown Nose -IG_GiftBoxChina,2263,1 // Zorro Masque -IG_GiftBoxChina,2265,1 // Gangster Mask -IG_GiftBoxChina,2269,1 // Romantic Flower -IG_GiftBoxChina,2270,1 // Romantic Leaf -IG_GiftBoxChina,2271,1 // Jack be Dandy -IG_GiftBoxChina,2272,1 // Stop Post -IG_GiftBoxChina,2273,1 // Doctor Band -IG_GiftBoxChina,2275,1 // Red Bandana -IG_GiftBoxChina,2276,1 // Angled Glasses -IG_GiftBoxChina,2279,1 // Bomb Wick -IG_GiftBoxChina,2284,1 // Antlers -IG_GiftBoxChina,2287,1 // Pirate Bandana -IG_GiftBoxChina,2289,1 // Poo Poo Hat -IG_GiftBoxChina,2290,1 // Funeral Hat -IG_GiftBoxChina,2291,1 // Masquerade -IG_GiftBoxChina,2293,1 // Pretend Murdered -IG_GiftBoxChina,2294,1 // Stellar -IG_GiftBoxChina,2295,1 // Blinker -IG_GiftBoxChina,2296,1 // Binoculars -IG_GiftBoxChina,2298,1 // Green Feeler -IG_GiftBoxChina,2299,1 // Orc Helm -IG_GiftBoxChina,2302,1 // Cotton Shirt -IG_GiftBoxChina,2304,1 // Jacket -IG_GiftBoxChina,2306,1 // Adventurer's Suit -IG_GiftBoxChina,2308,1 // Mantle -IG_GiftBoxChina,2310,1 // Coat -IG_GiftBoxChina,2311,1 // Mink Coat -IG_GiftBoxChina,2313,1 // Padded Armor -IG_GiftBoxChina,2315,1 // Chain Mail -IG_GiftBoxChina,2317,1 // Full Plate -IG_GiftBoxChina,2322,1 // Silk Robe -IG_GiftBoxChina,2324,1 // Scapulare -IG_GiftBoxChina,2326,1 // Saint's Robe -IG_GiftBoxChina,2329,1 // Wooden Mail -IG_GiftBoxChina,2331,1 // Tights -IG_GiftBoxChina,2333,1 // Silver Robe -IG_GiftBoxChina,2336,1 // Thief Clothes -IG_GiftBoxChina,2337,1 // Ninja Suit -IG_GiftBoxChina,2339,1 // Pantie -IG_GiftBoxChina,2402,1 // Sandals -IG_GiftBoxChina,2404,1 // Shoes -IG_GiftBoxChina,2407,1 // Crystal Pumps -IG_GiftBoxChina,2408,1 // Shackles -IG_GiftBoxChina,2409,1 // High Heels -IG_GiftBoxChina,2502,1 // Hood -IG_GiftBoxChina,2504,1 // Muffler -IG_GiftBoxChina,2506,1 // Manteau -IG_GiftBoxChina,2507,1 // Ancient Cape -IG_GiftBoxChina,2508,1 // Ragamuffin Manteau -IG_GiftBoxChina,2601,1 // Ring -IG_GiftBoxChina,2602,1 // Earring -IG_GiftBoxChina,2603,1 // Necklace -IG_GiftBoxChina,2604,1 // Glove -IG_GiftBoxChina,2605,1 // Brooch -IG_GiftBoxChina,2607,1 // Clip -IG_GiftBoxChina,2608,1 // Rosary -IG_GiftBoxChina,2609,1 // Skull Ring -IG_GiftBoxChina,2610,1 // Gold Ring -IG_GiftBoxChina,2611,1 // Silver Ring -IG_GiftBoxChina,2612,1 // Flower Ring -IG_GiftBoxChina,2613,1 // Diamond Ring -IG_GiftBoxChina,5009,1 // Safety Helmet -IG_GiftBoxChina,5010,1 // Indian Fillet -IG_GiftBoxChina,5014,1 // Fin Helm -IG_GiftBoxChina,5015,2 // Egg Shell -// Old Gift Box -IG_OldGiftBox,5270,45 // Happy Wig -IG_OldGiftBox,5271,15 // Phoenix Crown -IG_OldGiftBox,5272,40 // Smiling Mask diff --git a/db/re/item_misc.txt b/db/re/item_misc.txt deleted file mode 100644 index 76cf358c258..00000000000 --- a/db/re/item_misc.txt +++ /dev/null @@ -1,1405 +0,0 @@ -// -// Structure of Database: -// GroupID,ItemID,Rate -// -// Cookie Bag -IG_CookieBag,529,5 //Candy -IG_CookieBag,530,5 //Candy Cane -IG_CookieBag,538,5 //Well-baked Cookie -IG_CookieBag,539,5 //Piece of Cake -IG_CookieBag,558,1 //Chocolate -IG_CookieBag,559,1 //Hand-made Chocolate -IG_CookieBag,560,1 //Hand-made White Chocolate -IG_CookieBag,561,1 //White Chocolate -IG_CookieBag,564,5 //Rice Ball -IG_CookieBag,570,5 //Lucky Candy -IG_CookieBag,571,5 //Lucky Candy Cane -IG_CookieBag,572,5 //Lucky Cookie -IG_CookieBag,573,1 //Chocolate Drink -IG_CookieBag,12122,1 //Sesame Pastry -IG_CookieBag,12123,1 //Honey Pastry -IG_CookieBag,12124,1 //Rainbow Cake -// First Aid Kit -IG_FirstAid,501,5 // Red Potion -IG_FirstAid,502,5 // Orange Potion -IG_FirstAid,503,5 // Yellow Potion -IG_FirstAid,504,5 // White Potion -IG_FirstAid,505,5 // Blue Potion -IG_FirstAid,506,5 // Green Potion -IG_FirstAid,545,5 // Condensed Red Potion -IG_FirstAid,546,5 // Condensed Yellow Potion -IG_FirstAid,547,5 // Condensed White Potion -IG_FirstAid,569,5 // Novice Potion -IG_FirstAid,605,5 // Anodyne -IG_FirstAid,645,5 // Concentration Potion -IG_FirstAid,656,5 // Awakening Potion -IG_FirstAid,657,5 // Berserk Potion -IG_FirstAid,678,1 // Poison Bottle -IG_FirstAid,12016,5 // Speed Potion -IG_FirstAid,12017,5 // Slow Potion -IG_FirstAid,12020,5 // Cursed_Water -// Herbs -IG_Herb,507,1 // Red Herb -IG_Herb,508,1 // Yellow Herb -IG_Herb,509,1 // White Herb -// Fruits -IG_Fruit,512,1 // Apple -IG_Fruit,513,1 // Banana -IG_Fruit,514,1 // Grape -IG_Fruit,515,1 // Carrot -IG_Fruit,516,1 // Potato -// Meat -IG_Meat,517,1 // Meat -IG_Meat,528,1 // Monster Food -// Candy -IG_Candy,529,1 // Candy -IG_Candy,530,1 // Candy Cane -// Juice -IG_Juice,531,1 // Apple Juice -IG_Juice,532,1 // Banana Juice -IG_Juice,534,1 // Carrot Juice -// Fish -IG_Fish,544,1 // Raw Fish -IG_Fish,551,1 // Sushi -// Boxes -IG_Box,603,1 // Old Blue Box -IG_Box,617,1 // Old Purple Box -IG_Box,644,1 // Gift Box -// Gemstones -IG_Gemstone,715,1 // Yellow Gemstone -IG_Gemstone,716,1 // Red Gemstone -IG_Gemstone,717,1 // Blue Gemstone -// Elemental Resist Potions -IG_Resist,12118,1 // Fire Resist Potion -IG_Resist,12119,1 // Cold Resist Potion -IG_Resist,12120,1 // Earth Resist Potion -IG_Resist,12121,1 // Thunder Resist Potion -// Ores -IG_Ore,1002,30 // Iron_Ore -IG_Ore,998,28 // Iron -IG_Ore,993,26 // Yellow_Live -IG_Ore,1003,24 // Coal -IG_Ore,992,22 // Wind_Of_Verdure -IG_Ore,1010,20 // Phracon -IG_Ore,991,18 // Crystal_Blue -IG_Ore,990,16 // Boody_Red -IG_Ore,999,14 // Steel -IG_Ore,1011,12 // Emveretarcon -IG_Ore,757,10 // Elunium_Stone -IG_Ore,756,9 // Oridecon_Stone -IG_Ore,997,8 // Great_Nature -IG_Ore,996,7 // Rough_Wind -IG_Ore,995,6 // Mistic_Frozen -IG_Ore,994,5 // Flame_Heart -IG_Ore,985,4 // Elunium -IG_Ore,984,3 // Oridecon -IG_Ore,969,2 // Gold -IG_Ore,714,1 // Emperium -// Food Types -IG_Food,526,5 // Royal_Jelly -IG_Food,12042,10 // Str_Dish02 -IG_Food,12057,10 // Agi_Dish02 -IG_Food,12053,10 // Vit_Dish03 -IG_Food,12062,10 // Dex_Dish02 -IG_Food,12068,10 // Luk_Dish03 -IG_Food,12047,10 // Int_Dish02 -IG_Food,531,30 // Apple_Juice -IG_Food,532,30 // Banana_Juice -IG_Food,533,30 // Grape_Juice -IG_Food,534,30 // Carrot_Juice -IG_Food,538,30 // Well_Baked_Cookie -IG_Food,536,50 // Ice_Cream -IG_Food,544,50 // Fish_Slice -IG_Food,548,50 // Cheese -IG_Food,551,50 // Shusi -IG_Food,553,50 // Bun -IG_Food,554,50 // Mojji -IG_Food,535,50 // Pumpkin -IG_Food,516,100 // Sweet_Potato -IG_Food,513,100 // Banana -IG_Food,512,600 // Apple -// Recovery Types -IG_Recovery,522,5 // Fruit_Of_Mastela -IG_Recovery,521,5 // Leaflet_Of_Aloe -IG_Recovery,520,10 // Leaflet_Of_Hinal -IG_Recovery,545,10 // Red_Slim_Potion -IG_Recovery,12118,10 // Resist_Earth -IG_Recovery,508,20 // Yellow_Herb -IG_Recovery,501,20 // Red_Potion -IG_Recovery,511,30 // Green_Herb -IG_Recovery,507,30 // Red_Herb -IG_Recovery,569,50 // Novice_Potion -IG_Recovery,549,50 // Nice_Sweet_Potato -IG_Recovery,529,100 // Candy -IG_Recovery,528,200 // Monster's_Feed -IG_Recovery,550,600 // Popped_Rice -// Minerals - Unused -IG_Mineral,714,1 // Emperium -IG_Mineral,756,1 // Rough Oridecon -IG_Mineral,757,1 // Rough Elunium -IG_Mineral,969,1 // Gold -IG_Mineral,984,1 // Oridecon -IG_Mineral,985,1 // Elunium -IG_Mineral,990,1 // Red Blood -IG_Mineral,991,1 // Crystal Blue -IG_Mineral,992,1 // Wind of Verdure -IG_Mineral,993,1 // Green Live -IG_Mineral,994,1 // Flame Heart -IG_Mineral,995,1 // Mystic Frozen -IG_Mineral,996,1 // Rough Wind -IG_Mineral,997,1 // Great Nature -IG_Mineral,998,1 // Iron -IG_Mineral,999,1 // Steel -IG_Mineral,1002,1 // Iron Ore -IG_Mineral,1003,1 // Coal -IG_Mineral,1010,1 // Phracon -IG_Mineral,1011,1 // Emveretarcon -// Set Of Taiming Item -IG_Taming,619,1 // Unripe Apple -IG_Taming,620,1 // Orange Juice -IG_Taming,621,1 // Bitter Herb -IG_Taming,622,1 // Rainbow Carrot -IG_Taming,623,1 // Earthworm the Dude -IG_Taming,624,1 // Rotten Fish -IG_Taming,625,1 // Rusty Iron -IG_Taming,626,1 // Monster Juice -IG_Taming,627,1 // Sweet Milk -IG_Taming,628,1 // Well-Dried Bone -IG_Taming,629,1 // Singing Flower -IG_Taming,630,1 // Dew Laden Moss -IG_Taming,631,1 // Deadly Noxious Herb -IG_Taming,632,1 // Fatty Chubby Earthworm -IG_Taming,633,1 // Sweet Potato -IG_Taming,634,1 // Tropical Banana -IG_Taming,635,1 // Orc Trophy -IG_Taming,636,1 // No Recipient -IG_Taming,637,1 // Old Broom -IG_Taming,638,1 // Silver Knife of Chastity -IG_Taming,639,1 // Armlet of Obedience -IG_Taming,640,1 // Shining Stone -IG_Taming,641,1 // Contracts in Shadow -IG_Taming,642,1 // Book of the Devil -IG_Taming,659,1 // Her Heart -IG_Taming,660,1 // Forbidden Red Candle -IG_Taming,661,1 // Soft Apron -IG_Taming,10001,1 // Skull Helm -IG_Taming,10002,1 // Monster Oxygen Mask -IG_Taming,10003,1 // Transparent Headgear -IG_Taming,10004,1 // Pacifier -IG_Taming,10005,1 // Wig -IG_Taming,10006,1 // Queen's Hair Ornament -IG_Taming,10007,1 // Silk Ribbon -IG_Taming,10008,1 // Punisher -IG_Taming,10009,1 // Wild Flower -IG_Taming,10010,1 // Battered Pot -IG_Taming,10011,1 // Stellar Hairpin -IG_Taming,10012,1 // Tiny Egg Shell -IG_Taming,10013,1 // Backpack -IG_Taming,10014,1 // Rocker Glasses -IG_Taming,10015,1 // Green Lace -IG_Taming,10016,1 // Golden Bell -IG_Taming,10017,1 // Bark Shorts -IG_Taming,10018,1 // Monkey Circlet -IG_Taming,10019,1 // Red Scarf -IG_Taming,10020,1 // Grave Keeper's Sword -IG_Taming,12373,1 // Boy's Pure Heart -IG_Taming,12374,1 // Ice Fireworks -IG_Taming,12395,1 // Tantan Noodle -// Bundle Of Magic Scroll -IG_Scroll,686,1 // Level 3 Earth Spike -IG_Scroll,687,1 // Level 5 Earth Spike -IG_Scroll,688,1 // Level 3 Cold Bolt -IG_Scroll,689,1 // Level 5 Cold Bolt -IG_Scroll,690,1 // Level 3 Fire Bolt -IG_Scroll,691,1 // Level 5 Fire Bolt -IG_Scroll,692,1 // Level 3 Lightening Bolt -IG_Scroll,693,1 // Level 5 Lightening Bolt -IG_Scroll,694,1 // Level 3 Soul Strike -IG_Scroll,695,1 // Level 5 Soul Strike -IG_Scroll,696,1 // Level 1 Fire Ball -IG_Scroll,697,1 // Level 5 Fire Ball -IG_Scroll,698,1 // Level 1 Fire Wall -IG_Scroll,699,1 // Level 5 Fire Wall -IG_Scroll,700,1 // Level 1 Frost Diver -IG_Scroll,12000,1 // Level 5 Frost Diver -IG_Scroll,12001,1 // Level 3 Heal -IG_Scroll,12002,1 // Level 5 Heal -// Random Quiver -IG_Quiver,12004,1 // Quiver -IG_Quiver,12005,1 // Iron Arrow Quiver -IG_Quiver,12006,1 // Steel Arrow Quiver -IG_Quiver,12007,1 // Oridecon Arrow Quiver -IG_Quiver,12008,1 // Fire Arrow Quiver -IG_Quiver,12009,1 // Silver Arrow Quiver -IG_Quiver,12010,1 // Wind Arrow Quiver -IG_Quiver,12011,1 // Stone Arrow Quiver -IG_Quiver,12012,1 // Crystal Arrow Quiver -IG_Quiver,12013,1 // Shadow Arrow Quiver -IG_Quiver,12014,1 // Immaterial Arrow Quiver -IG_Quiver,12015,1 // Rusty Arrow Quiver -IG_Quiver,12183,2 // Holy Arrow Quiver -// Wrapped Mask -IG_Mask,2278,10 // Mr. Smile -IG_Mask,2281,10 // Opera Masque -IG_Mask,2288,10 // Mr. Scream -IG_Mask,2292,10 // Welding Mask -IG_Mask,2297,10 // Goblin Mask -IG_Mask,5005,10 // Gas Mask -IG_Mask,5086,10 // Alarm Mask -IG_Mask,5087,10 // Poker Face -IG_Mask,5088,10 // Surprised Mask -IG_Mask,5089,10 // Annoyed Mask -IG_Mask,5090,10 // Goblin Leader Mask -IG_Mask,5121,1 // Zherlthsh Mask -IG_Mask,5176,2 // Hahoe Mask -// Accessory Box -IG_Accesory,2601,10 // Ring -IG_Accesory,2602,11 // Earring -IG_Accesory,2603,12 // Necklace -IG_Accesory,2604,12 // Glove -IG_Accesory,2605,12 // Brooch -IG_Accesory,2607,12 // Clip -IG_Accesory,2608,14 // Rosary -IG_Accesory,2609,14 // Skull Ring -IG_Accesory,2610,14 // Gold Ring -IG_Accesory,2611,14 // Silver Ring -IG_Accesory,2612,14 // Flower Ring -IG_Accesory,2613,11 // Diamond Ring -IG_Accesory,2615,1 // Safety Ring -IG_Accesory,2616,1 // Critical Ring -IG_Accesory,2617,10 // Celebrant's Mitten -IG_Accesory,2618,11 // Matyr's Leash -IG_Accesory,2619,10 // Bow Thimble -IG_Accesory,2621,1 // Ring -IG_Accesory,2622,1 // Earring -IG_Accesory,2623,10 // Necklace -IG_Accesory,2624,1 // Glove -IG_Accesory,2625,1 // Brooch -IG_Accesory,2626,1 // Rosary -IG_Accesory,2627,10 // Belt -IG_Accesory,2628,14 // Novice Armlet -IG_Accesory,2654,1 // Shinobi Sash -IG_Accesory,2656,1 // Armor Charm -IG_Accesory,2658,10 // Nile Rose -IG_Accesory,2659,2 // Vesper Core 01 -IG_Accesory,2660,2 // Vesper Core 02 -IG_Accesory,2661,2 // Vesper Core 03 -IG_Accesory,2662,2 // Vesper Core 04 -IG_Accesory,2671,1 // Bow Thimble -IG_Accesory,2677,1 // Spiritual Ring -IG_Accesory,2680,9 // Ring of Minor Spirits -IG_Accesory,2700,2 // Red Silk of Seal -IG_Accesory,2701,1 // Glove of Orleans -IG_Accesory,2703,1 // Expert Ring -IG_Accesory,2716,1 // Librarian Glove -IG_Accesory,2717,1 // Pocket Watch -IG_Accesory,2718,1 // Lunatic Brooch -IG_Accesory,2719,1 // Iron Wrist -// jewels -IG_Jewel,715,100 // Yellow_Gemstone -IG_Jewel,716,100 // Red_Gemstone -IG_Jewel,717,100 // Blue_Gemstone -IG_Jewel,718,10 // Dark_Red_Jewel -IG_Jewel,719,10 // Violet_Jewel -IG_Jewel,720,10 // Skyblue_Jewel -IG_Jewel,721,10 // Azure_Jewel -IG_Jewel,722,10 // Scarlet_Jewel -IG_Jewel,723,10 // Cardinal_Jewel -IG_Jewel,724,10 // Cardinal_Jewel_ -IG_Jewel,725,10 // Red_Jewel -IG_Jewel,726,10 // Blue_Jewel -IG_Jewel,727,10 // White_Jewel -IG_Jewel,728,10 // Golden_Jewel -IG_Jewel,729,10 // Bluish_Green_Jewel -IG_Jewel,730,5 // Crystal_Jewel -IG_Jewel,731,4 // Crystal_Jewel_ -IG_Jewel,732,3 // Crystal_Jewel__ -IG_Jewel,733,27 // Crystal_Jewel___ -IG_Jewel,746,50 // Glass_Bead -// Egg Boy -IG_EggBoy,514,300 // Grape -IG_EggBoy,564,522 // Rice Ball -IG_EggBoy,660,20 // Forbidden Red Candle -IG_EggBoy,682,100 // Distilled Fighting Spirit -IG_EggBoy,683,50 // Herb of Incantation -IG_EggBoy,2274,5 // Ghost Bandana -IG_EggBoy,5072,2 // Incubus Horn -// Egg Girl -IG_EggGirl,514,300 // Grape -IG_EggGirl,564,522 // Rice Ball -IG_EggGirl,661,20 // Soft Apron -IG_EggGirl,682,100 // Distilled Fighting Spirit -IG_EggGirl,683,50 // Herb of Incantation -IG_EggGirl,5042,5 // Bao Bao -IG_EggGirl,5066,2 // Succubus Horn -// Lotto Box -IG_LottoBox,7391,1 // Lotto Ball 31 -IG_LottoBox,7392,1 // Lotto Ball 32 -IG_LottoBox,7393,1 // Lotto Ball 33 -IG_LottoBox,7394,1 // Lotto Ball 34 -IG_LottoBox,7395,1 // Lotto Ball 35 -IG_LottoBox,7396,1 // Lotto Ball 36 -IG_LottoBox,7397,1 // Lotto Ball 37 -IG_LottoBox,7398,1 // Lotto Ball 38 -IG_LottoBox,7540,1 // Lotto Ball 39 -IG_LottoBox,7541,1 // Lotto Ball 40 -// Food Package -IG_FoodBag,512,1 // Apple -IG_FoodBag,513,1 // Banana -IG_FoodBag,514,1 // Grape -IG_FoodBag,515,1 // Carrot -IG_FoodBag,516,1 // Potato -IG_FoodBag,517,1 // Meat -IG_FoodBag,518,1 // Honey -IG_FoodBag,519,1 // Milk -IG_FoodBag,520,1 // Hinalle Leaflet -IG_FoodBag,521,1 // Aloe Leaflet -IG_FoodBag,522,1 // Mastela Fruit -IG_FoodBag,526,1 // Royal Jelly -IG_FoodBag,529,1 // Candy -IG_FoodBag,530,1 // Candy Cane -IG_FoodBag,531,1 // Apple Juice -IG_FoodBag,532,1 // Banana Juice -IG_FoodBag,533,1 // Grape Juice -IG_FoodBag,534,1 // Carrot Juice -IG_FoodBag,536,1 // Ice Cream -IG_FoodBag,538,1 // Well-baked Cookie -IG_FoodBag,539,1 // Piece of Cake -IG_FoodBag,544,1 // Raw Fish -IG_FoodBag,548,1 // Cheese -IG_FoodBag,549,1 // Yam -IG_FoodBag,550,1 // Rice Cake -IG_FoodBag,551,1 // Sushi -IG_FoodBag,553,1 // Bao -IG_FoodBag,554,1 // Mochi -IG_FoodBag,555,1 // Traditional Rice Cake -IG_FoodBag,556,1 // Rice Cake Stick -IG_FoodBag,557,1 // Neatly Sliced Rice Cake -IG_FoodBag,558,1 // Chocolate -IG_FoodBag,559,1 // Hand-made Chocolate -IG_FoodBag,560,1 // Hand-made White Chocolate -IG_FoodBag,561,1 // White Chocolate -IG_FoodBag,564,1 // Rice Ball -IG_FoodBag,566,1 // Tom Yum Goong -IG_FoodBag,567,1 // Shrimp -IG_FoodBag,568,1 // Lemon -IG_FoodBag,576,1 // Prickly Fruit -IG_FoodBag,607,1 // Yggdrasil Berry -IG_FoodBag,608,1 // Yggdrasil Seed -IG_FoodBag,663,1 // Songpyun -IG_FoodBag,669,1 // Rice-Cake Soup -// Potions -IG_Potion,501,1 // Red Potion -IG_Potion,502,1 // Orange Potion -IG_Potion,503,1 // Yellow Potion -IG_Potion,504,1 // White Potion -// Red Box_ -IG_RedBox_2,5137,1 // Alice Doll -IG_RedBox_2,5138,9 // Magic Eyes -IG_RedBox_2,5139,10 // Lotus -IG_RedBox_2,5140,10 // Kawaii Ribbon -// Old Bleu Box -IG_BleuBox,519,1 // Milk -IG_BleuBox,538,1 // Well-baked Cookie -IG_BleuBox,644,1 // Gift Box -IG_BleuBox,687,1 // Level 5 Earth Spike -IG_BleuBox,689,1 // Level 5 Cold Bolt -IG_BleuBox,691,1 // Level 5 Fire Bolt -IG_BleuBox,693,1 // Level 5 Lightening Bolt -IG_BleuBox,697,1 // Level 5 Fire Ball -IG_BleuBox,699,1 // Level 5 Fire Wall -IG_BleuBox,12000,1 // Level 5 Frost Diver -IG_BleuBox,12002,1 // Level 5 Heal -// Red Box -IG_RedBox,5099,1 // Neko Mimi -IG_RedBox,5137,11 // Alice Doll -IG_RedBox,5138,11 // Magic Eyes -IG_RedBox,5139,11 // Lotus -IG_RedBox,5140,11 // Kawaii Ribbon -IG_RedBox,5142,11 // Crescent Helm -IG_RedBox,5143,12 // Kabuki Mask -IG_RedBox,5152,1 // Phoenix Crown -IG_RedBox,5181,11 // Helm of Darkness -IG_RedBox,5182,1 // Puppy Hat -IG_RedBox,5183,11 // Nest Hat -IG_RedBox,5185,11 // Laurel Crown -IG_RedBox,5186,11 // Geographer Decoration -IG_RedBox,5187,10 // Twin Ribbon -// Green Box -IG_GreenBox,573,100 // Chocolate Drink -IG_GreenBox,607,99 // Yggdrasil Berry -IG_GreenBox,608,100 // Yggdrasil Seed -IG_GreenBox,5182,1 // Puppy Hat -IG_GreenBox,12018,100 // Firecracker -IG_GreenBox,12075,100 // Steamed Tongue -IG_GreenBox,12080,100 // Dragon Breath Cocktail -IG_GreenBox,12085,100 // Immortal Stew -IG_GreenBox,12090,100 // Steamed Desert Scorpions -IG_GreenBox,12095,100 // Hwergelmir's Tonic -IG_GreenBox,12100,100 // Cooked Nine Tail -// Old Yellow Box -IG_YellowBox,5259,1 // Elephant Hat -IG_YellowBox,5260,1 // Cookie Hat -IG_YellowBox,5261,1 // Silver Tiara -IG_YellowBox,5262,1 // Golden Tiara -// Hometown Gift -IG_HometownGift,663,1 // Korean Rice Cake -IG_HometownGift,12122,1 // Sesame Pastry -IG_HometownGift,12123,1 // Honey Pastry -IG_HometownGift,12124,1 // Rainbow Cake -IG_HometownGift,12195,1 // Plain Rice Cake -IG_HometownGift,12196,1 // Hearty Rice Cake -IG_HometownGift,12197,1 // Salty Rice Cake -IG_HometownGift,12198,1 // Lucky Rice Cake -// Masquerade Ball Box -IG_Masquerade,5296,10 // Drooping Nine Tail -IG_Masquerade,5297,1 // Soul Wing -IG_Masquerade,5298,10 // Dokebi's Wig -IG_Masquerade,5299,10 // Pagdayaw -// Tresure Box WoE -IG_Tresure_Box_WoE,603,6 // Old Blue Box -IG_Tresure_Box_WoE,658,6 // Tribal Solidarity -IG_Tresure_Box_WoE,678,3 // Poison Bottle -IG_Tresure_Box_WoE,732,9 // 3carat Diamond -IG_Tresure_Box_WoE,12010,24 // Wind Arrow Quiver -IG_Tresure_Box_WoE,12011,25 // Stone Arrow Quiver -IG_Tresure_Box_WoE,12012,26 // Crystal Arrow Quiver -IG_Tresure_Box_WoE,12105,12 // Taming Gift Set -IG_Tresure_Box_WoE,12107,2 // Wrapped Mask -IG_Tresure_Box_WoE,12108,9 // Scroll Package -IG_Tresure_Box_WoE,12110,9 // First Aid Kit -IG_Tresure_Box_WoE,12111,36 // Bundle of Food -IG_Tresure_Box_WoE,12130,48 // Cookie Bag -IG_Tresure_Box_WoE,12149,27 // Bullet Casing -IG_Tresure_Box_WoE,12150,27 // Shell of Blood Casing -IG_Tresure_Box_WoE,12151,27 // Silver Bullet Casing -IG_Tresure_Box_WoE,12183,7 // Holy Arrow Quiver -IG_Tresure_Box_WoE,12194,6 // Present from Home -IG_Tresure_Box_WoE,12260,22 // Summer Event Suit -IG_Tresure_Box_WoE,12702,8 // Old Bleu Box -// Masquerade Ball Box2 -IG_Masquerade_2,5211,1 // Ribbon Hat -IG_Masquerade_2,5213,13 // Rabbit Ears -IG_Masquerade_2,5289,10 // Vanilmirth Hat -IG_Masquerade_2,5304,10 // Executioner Hood -// Easter Scroll -IG_Easter_Scroll,636,110 // No Recipient -IG_Easter_Scroll,637,110 // Old Broom -IG_Easter_Scroll,638,110 // Silver Knife of Chastity -IG_Easter_Scroll,639,110 // Armlet of Obedience -IG_Easter_Scroll,640,110 // Shining Stone -IG_Easter_Scroll,641,110 // Contracts in Shadow -IG_Easter_Scroll,642,110 // Book of the Devil -IG_Easter_Scroll,643,205 // Pet Incubator -IG_Easter_Scroll,659,110 // Her Heart -IG_Easter_Scroll,2264,1 // Munak Hat -IG_Easter_Scroll,2274,1 // Ghost Bandana -IG_Easter_Scroll,5046,1 // Bongun Hat -IG_Easter_Scroll,5167,1 // Munak Hat [1] -IG_Easter_Scroll,5168,1 // Bongun Hat [1] -// Pierre Treasurebox -IG_Pierre_Treasurebox,603,11 // Old Blue Box -IG_Pierre_Treasurebox,604,3 // Dead Branch -IG_Pierre_Treasurebox,617,5 // Old Purple Box -IG_Pierre_Treasurebox,644,3 // Gift Box -IG_Pierre_Treasurebox,975,3 // Scarlet Dyestuff -IG_Pierre_Treasurebox,976,3 // Lemon Dyestuff -IG_Pierre_Treasurebox,978,3 // Cobaltblue Dyestuff -IG_Pierre_Treasurebox,979,3 // Darkgreen Dyestuff -IG_Pierre_Treasurebox,980,3 // Orange Dyestuff -IG_Pierre_Treasurebox,981,3 // Violet Dyestuff -IG_Pierre_Treasurebox,982,3 // White Dyestuff -IG_Pierre_Treasurebox,983,3 // Black Dyestuff -IG_Pierre_Treasurebox,7289,3 // Peridot -IG_Pierre_Treasurebox,7290,3 // Phlogopite -IG_Pierre_Treasurebox,7291,3 // Agate -IG_Pierre_Treasurebox,7292,3 // Muscovite -IG_Pierre_Treasurebox,7293,3 // Rose Quartz -IG_Pierre_Treasurebox,7294,3 // Turquoise -IG_Pierre_Treasurebox,7295,3 // Citrin -IG_Pierre_Treasurebox,7296,3 // Pyroxene -IG_Pierre_Treasurebox,7297,3 // Biotite -IG_Pierre_Treasurebox,12018,3 // Firecracker -IG_Pierre_Treasurebox,12075,3 // Steamed Tongue -IG_Pierre_Treasurebox,12085,3 // Immortal Stew -IG_Pierre_Treasurebox,12090,3 // Steamed Desert Scorpions -IG_Pierre_Treasurebox,12095,3 // Hwergelmir's Tonic -IG_Pierre_Treasurebox,12100,3 // Cooked Nine Tail -IG_Pierre_Treasurebox,12103,1 // Bloody Branch -// Cherish Box -IG_Cherish_Box,5454,1 // Puppy Hat -IG_Cherish_Box,5455,4 // Decorative Geographer -IG_Cherish_Box,5456,5 // Summer Hat -// Cherish Box Ori -IG_Cherish_Box_Ori,2712,3 // Collector's Edition Book -IG_Cherish_Box_Ori,5212,2 // Solar Panels -IG_Cherish_Box_Ori,5256,1 // Valkyrie Feather Band -IG_Cherish_Box_Ori,5305,2 // Pirate Dagger -IG_Cherish_Box_Ori,5332,2 // Loki Mask -// Louise_Costume_Box -IG_Louise_Costume_Box,12132,18 // Red_Bag -IG_Louise_Costume_Box,12260,2 // Cool_Summer_Outfit -// Xmas_Gift -IG_Xmas_Gift,559,18 // Light_Orange_Pot -IG_Xmas_Gift,560,18 // HandMade_Chocolate_ -IG_Xmas_Gift,573,18 // Chocolate_Drink -IG_Xmas_Gift,603,24 // Old_Blue_Box -IG_Xmas_Gift,644,66 // Gift_Box -IG_Xmas_Gift,732,12 // Crystal_Jewel__ -IG_Xmas_Gift,5136,12 // Santa's_Hat_ -IG_Xmas_Gift,12016,12 // Speed_Up_Potion -IG_Xmas_Gift,12017,12 // Slow_Down_Potion -IG_Xmas_Gift,12105,6 // Set_Of_Taiming_Item -IG_Xmas_Gift,12107,6 // Wrapped_Mask -IG_Xmas_Gift,12108,12 // Bundle_Of_Magic_Scroll -IG_Xmas_Gift,12110,12 // First_Aid_Kit -IG_Xmas_Gift,12130,12 // Cookie_Bag -IG_Xmas_Gift,12132,6 // Red_Bag -IG_Xmas_Gift,12354,24 // Buche_De_Noel -IG_Xmas_Gift,12702,36 // Old_Bleu_Box -IG_Xmas_Gift,14546,6 // Fire_Cracker_Love -IG_Xmas_Gift,14550,6 // Fire_Cracker_Xmas -// Fruit Basket -IG_Fruit_Basket,512,6 // Apple -IG_Fruit_Basket,513,5 // Banana -IG_Fruit_Basket,514,4 // Grape -IG_Fruit_Basket,522,3 // Mastela Fruit -IG_Fruit_Basket,535,2 // Pumpkin -IG_Fruit_Basket,568,6 // Lemon -IG_Fruit_Basket,576,2 // Prickly Fruit -IG_Fruit_Basket,578,4 // Strawberry -IG_Fruit_Basket,582,3 // Orange -IG_Fruit_Basket,587,2 // Red Prickly Fruit -IG_Fruit_Basket,607,1 // Yggdrasil Berry -IG_Fruit_Basket,608,1 // Yggdrasil Seed -IG_Fruit_Basket,7164,5 // Solid Peach -IG_Fruit_Basket,7182,4 // Cacao -IG_Fruit_Basket,11520,5 // Mora Mandarin -IG_Fruit_Basket,12574,4 // Mora Berry -// Improved Coin Bag -IG_Improved_Coin_Bag,6080,5 // Manuk Coin -IG_Improved_Coin_Bag,6081,5 // Splendide Coin -IG_Improved_Coin_Bag,6304,5 // Proof Of Sapha's Honor -IG_Improved_Coin_Bag,6380,5 // Mora Village Coin -IG_Improved_Coin_Bag,6418,1 // A Grade Coin -IG_Improved_Coin_Bag,6419,2 // B Grade Coin -IG_Improved_Coin_Bag,6420,1 // C Grade Coin -IG_Improved_Coin_Bag,12636,8 // Malangdo Canned Specialties -// Intermediate Coin Bag -IG_Intermediate_Coin_Bag,6080,4 // Manuk Coin -IG_Intermediate_Coin_Bag,6081,4 // Splendide Coin -IG_Intermediate_Coin_Bag,6304,4 // Proof Of Sapha's Honor -IG_Intermediate_Coin_Bag,6380,4 // Mora Village Coin -IG_Intermediate_Coin_Bag,6419,1 // B Grade Coin -IG_Intermediate_Coin_Bag,6420,2 // C Grade Coin -IG_Intermediate_Coin_Bag,6421,1 // D Grade Coin -IG_Intermediate_Coin_Bag,12636,9 // Malangdo Canned Specialties -// Minor Coin Bag -IG_Minor_Coin_Bag,6080,3 // Manuk Coin -IG_Minor_Coin_Bag,6081,3 // Splendide Coin -IG_Minor_Coin_Bag,6304,3 // Proof Of Sapha's Honor -IG_Minor_Coin_Bag,6380,3 // Mora Village Coin -IG_Minor_Coin_Bag,6420,1 // C Grade Coin -IG_Minor_Coin_Bag,6421,2 // D Grade Coin -IG_Minor_Coin_Bag,6422,1 // E Grade Coin -IG_Minor_Coin_Bag,12636,10 // Malangdo Canned Specialties -// S Grade Coin Bag -IG_S_Grade_Coin_Bag,6423,3 // Sea God's Wrath -IG_S_Grade_Coin_Bag,6418,2 // A Grade Coin -IG_S_Grade_Coin_Bag,6419,1 // B Grade Coin -// A Grade Coin Bag -IG_A_Grade_Coin_Bag,6418,3 // A Grade Coin -IG_A_Grade_Coin_Bag,6419,2 // B Grade Coin -IG_A_Grade_Coin_Bag,6420,1 // C Grade Coin -// Advanced Weapons Box -IG_Advanced_Weapons_Box,1130,2 // Nagan -IG_Advanced_Weapons_Box,1131,7 // Ice_Falchon -IG_Advanced_Weapons_Box,1132,1 // Edge -IG_Advanced_Weapons_Box,1133,7 // Fire_Brand -IG_Advanced_Weapons_Box,1134,7 // Caesar's Sword -IG_Advanced_Weapons_Box,1135,7 // Cutlas -IG_Advanced_Weapons_Box,1136,7 // Solar_Sword -IG_Advanced_Weapons_Box,1137,2 // Excalibur -IG_Advanced_Weapons_Box,1138,7 // Mysteltainn -IG_Advanced_Weapons_Box,1139,7 // Tirfing -IG_Advanced_Weapons_Box,1140,7 // Byeollungum -IG_Advanced_Weapons_Box,1141,7 // Immaterial_Sword -IG_Advanced_Weapons_Box,1148,7 // Star_Dust_Blade -IG_Advanced_Weapons_Box,1164,7 // Muramasa -IG_Advanced_Weapons_Box,1165,2 // Masamune -IG_Advanced_Weapons_Box,1166,7 // Dragon_Slayer -IG_Advanced_Weapons_Box,1167,7 // Schweizersabel -IG_Advanced_Weapons_Box,1168,7 // Zweihander -IG_Advanced_Weapons_Box,1169,2 // Executioner -IG_Advanced_Weapons_Box,1170,7 // Katzbalger -IG_Advanced_Weapons_Box,1171,7 // Zweihander_ -IG_Advanced_Weapons_Box,1175,2 // Altas_Weapon -IG_Advanced_Weapons_Box,1176,7 // Muscle_Cutter -IG_Advanced_Weapons_Box,1178,7 // Schweizersabel_ -IG_Advanced_Weapons_Box,1179,2 // Executioner__ -IG_Advanced_Weapons_Box,1180,7 // Dragon_Slayer_ -IG_Advanced_Weapons_Box,1181,7 // Tae_Goo_Lyeon -IG_Advanced_Weapons_Box,1182,7 // Bloody_Eater -IG_Advanced_Weapons_Box,1185,1 // Violet_Fear -IG_Advanced_Weapons_Box,1186,1 // Death_Guidance -IG_Advanced_Weapons_Box,1188,7 // Veteran_Sword -IG_Advanced_Weapons_Box,1189,5 // Krasnaya -IG_Advanced_Weapons_Box,1196,2 // Chrome_Metal_Two-Hand_Sword -IG_Advanced_Weapons_Box,1223,2 // Forturn_Sword -IG_Advanced_Weapons_Box,1224,4 // Sword_Breaker -IG_Advanced_Weapons_Box,1227,5 // Weeder_Knife -IG_Advanced_Weapons_Box,1228,2 // Combat_Knife -IG_Advanced_Weapons_Box,1229,5 // Kitchen_Knife -IG_Advanced_Weapons_Box,1230,1 // Ice_Pick -IG_Advanced_Weapons_Box,1231,1 // Bazerald -IG_Advanced_Weapons_Box,1232,5 // Assasin_Dagger -IG_Advanced_Weapons_Box,1233,5 // Exorciser -IG_Advanced_Weapons_Box,1234,2 // Moonlight_Dagger -IG_Advanced_Weapons_Box,1235,5 // Azoth -IG_Advanced_Weapons_Box,1236,5 // Sucsamad -IG_Advanced_Weapons_Box,1237,5 // Grimtooth -IG_Advanced_Weapons_Box,1240,5 // Princess_Knife -IG_Advanced_Weapons_Box,1241,5 // Cursed_Dagger -IG_Advanced_Weapons_Box,1242,5 // Counter_Dagger -IG_Advanced_Weapons_Box,1244,5 // Holy_Dagger -IG_Advanced_Weapons_Box,1261,1 // Infiltrator -IG_Advanced_Weapons_Box,1263,5 // Unholy_Touch -IG_Advanced_Weapons_Box,1265,2 // Bloody_Roar -IG_Advanced_Weapons_Box,1266,1 // Infiltrator_ -IG_Advanced_Weapons_Box,1268,2 // Wild_Beast_Claw -IG_Advanced_Weapons_Box,1269,2 // Inverse_Scale -IG_Advanced_Weapons_Box,1270,5 // Drill_Katar -IG_Advanced_Weapons_Box,1271,5 // Blood_Tears -IG_Advanced_Weapons_Box,1284,5 // Krishna -IG_Advanced_Weapons_Box,1285,5 // Chakram -IG_Advanced_Weapons_Box,1305,5 // Cleaver -IG_Advanced_Weapons_Box,1311,5 // Vecer_Axe -IG_Advanced_Weapons_Box,1363,2 // Bloody_Axe -IG_Advanced_Weapons_Box,1364,5 // Great_Axe -IG_Advanced_Weapons_Box,1365,5 // Sabbath -IG_Advanced_Weapons_Box,1366,1 // Light Epsilon -IG_Advanced_Weapons_Box,1367,5 // Slaughter -IG_Advanced_Weapons_Box,1368,5 // Tomahawk -IG_Advanced_Weapons_Box,1369,2 // Guillotine -IG_Advanced_Weapons_Box,1370,1 // Doom_Slayer -IG_Advanced_Weapons_Box,1371,1 // Doom_Slayer_ -IG_Advanced_Weapons_Box,1376,1 // Heart_Breaker -IG_Advanced_Weapons_Box,1377,1 // Hurricane_Fury -IG_Advanced_Weapons_Box,1385,5 // Bradium_Stonehammer -IG_Advanced_Weapons_Box,1387,2 // Giant_Axe -IG_Advanced_Weapons_Box,1413,5 // Gungnir -IG_Advanced_Weapons_Box,1414,5 // Gelerdria -IG_Advanced_Weapons_Box,1415,2 // Brocca -IG_Advanced_Weapons_Box,1416,5 // Tjungkuletti -IG_Advanced_Weapons_Box,1418,5 // Gungnir_ -IG_Advanced_Weapons_Box,1420,5 // Long_Horn -IG_Advanced_Weapons_Box,1421,2 // Battle_Hook -IG_Advanced_Weapons_Box,1422,1 // Hunting_Spear -IG_Advanced_Weapons_Box,1433,2 // Imperial_Spear -IG_Advanced_Weapons_Box,1466,5 // Crescent_Scythe -IG_Advanced_Weapons_Box,1467,5 // Bill_Guisarme -IG_Advanced_Weapons_Box,1468,5 // Zephyrus -IG_Advanced_Weapons_Box,1469,5 // Longinus's_Spear -IG_Advanced_Weapons_Box,1470,5 // Brionac -IG_Advanced_Weapons_Box,1471,5 // Hell_Fire -IG_Advanced_Weapons_Box,1473,5 // Wizardy_Staff -IG_Advanced_Weapons_Box,1474,5 // Gae_Bolg -IG_Advanced_Weapons_Box,1477,5 // Spectral_Spear -IG_Advanced_Weapons_Box,1478,5 // Ahlspiess -IG_Advanced_Weapons_Box,1479,5 // Spectral_Spear_ -IG_Advanced_Weapons_Box,1480,5 // Gae_Bolg_ -IG_Advanced_Weapons_Box,1481,5 // Zephyrus_ -IG_Advanced_Weapons_Box,1484,2 // Cardo -IG_Advanced_Weapons_Box,1523,2 // Spike -IG_Advanced_Weapons_Box,1524,5 // Golden_Mace -IG_Advanced_Weapons_Box,1525,5 // Long_Mace -IG_Advanced_Weapons_Box,1527,5 // Quadrille -IG_Advanced_Weapons_Box,1528,1 // Grand_Cross -IG_Advanced_Weapons_Box,1538,2 // Spike_ -IG_Advanced_Weapons_Box,1539,5 // Golden_Mace_ -IG_Advanced_Weapons_Box,1540,1 // Grand_Cross_ -IG_Advanced_Weapons_Box,1541,5 // Nemesis -IG_Advanced_Weapons_Box,1557,5 // Book_Of_The_Apocalypse -IG_Advanced_Weapons_Box,1558,5 // Girl's_Diary -IG_Advanced_Weapons_Box,1559,5 // Legacy_Of_Dragon -IG_Advanced_Weapons_Box,1561,5 // Hardcover_Book -IG_Advanced_Weapons_Box,1562,5 // Battlefield_Textbook -IG_Advanced_Weapons_Box,1565,1 // Ledger of Death -IG_Advanced_Weapons_Box,1616,5 // Wing Staff -IG_Advanced_Weapons_Box,1629,5 // Gentleman's Staff -IG_Advanced_Weapons_Box,1631,5 // Holy_Stick -IG_Advanced_Weapons_Box,1636,1 // Thorn_Staff -IG_Advanced_Weapons_Box,1637,1 // Eraser -IG_Advanced_Weapons_Box,1643,5 // Dead_Tree_Cane -IG_Advanced_Weapons_Box,1654,2 // Mental_Stick -IG_Advanced_Weapons_Box,1719,2 // Bow_Of_Roguemaster -IG_Advanced_Weapons_Box,1720,2 // Bow_Of_Rudra -IG_Advanced_Weapons_Box,1722,2 // Ballista -IG_Advanced_Weapons_Box,1724,5 // Dragon_Wing -IG_Advanced_Weapons_Box,1725,5 // Bow_Of_Minstrel -IG_Advanced_Weapons_Box,1727,2 // Balistar_ -IG_Advanced_Weapons_Box,1737,5 // Ixion_Wing -IG_Advanced_Weapons_Box,1740,5 // Nepenthes_Bow -IG_Advanced_Weapons_Box,1741,5 // Cursed_Lyre -IG_Advanced_Weapons_Box,1745,5 // Falken_Blitz -IG_Advanced_Weapons_Box,1813,5 // Kaiser_Knuckle -IG_Advanced_Weapons_Box,1814,1 // Berserk -IG_Advanced_Weapons_Box,1815,5 // Claw_Of_Garm -IG_Advanced_Weapons_Box,1816,1 // Berserk_ -IG_Advanced_Weapons_Box,1830,2 // Sura's Rampage -IG_Advanced_Weapons_Box,1913,5 // Electronic_Guitar -IG_Advanced_Weapons_Box,1918,5 // Oriental_Lute -IG_Advanced_Weapons_Box,1920,1 // Berserk_Guitar -IG_Advanced_Weapons_Box,1922,5 // Oriental_Lute_ -IG_Advanced_Weapons_Box,1926,5 // Harp_Of_Nepenthes -IG_Advanced_Weapons_Box,1930,2 // Green_Whistle -IG_Advanced_Weapons_Box,1962,5 // Lariat_Whip -IG_Advanced_Weapons_Box,1963,5 // Rapture_Rose -IG_Advanced_Weapons_Box,1964,5 // Chemeti_Whip -IG_Advanced_Weapons_Box,1969,5 // Blade_Whip -IG_Advanced_Weapons_Box,1970,5 // Queen's_Whip -IG_Advanced_Weapons_Box,1972,5 // Electric_Eel -IG_Advanced_Weapons_Box,1973,5 // Sea_Witch_Foot -IG_Advanced_Weapons_Box,1974,5 // Carrot_Whip -IG_Advanced_Weapons_Box,1976,5 // Queen's_Whip_ -IG_Advanced_Weapons_Box,1979,5 // Stem_Of_Nepenthes -IG_Advanced_Weapons_Box,1984,2 // Stem_Whip -IG_Advanced_Weapons_Box,1985,1 // Rose_Vine -IG_Advanced_Weapons_Box,2000,1 // Destruction_Rod -IG_Advanced_Weapons_Box,2001,5 // Divine_Cross -IG_Advanced_Weapons_Box,2004,5 // Kronos -IG_Advanced_Weapons_Box,2005,5 // Dea_Staff -IG_Advanced_Weapons_Box,13046,5 // Krieg -IG_Advanced_Weapons_Box,13047,5 // Weihna -IG_Advanced_Weapons_Box,13061,5 // Black_Wing -IG_Advanced_Weapons_Box,13062,1 // Ancient_Dagger -IG_Advanced_Weapons_Box,13421,5 // Ruber -IG_Advanced_Weapons_Box,13431,2 // Chrome_Metal_Sword -IG_Advanced_Weapons_Box,16000,5 // Erde -IG_Advanced_Weapons_Box,16001,5 // Red_Square_Bag -IG_Advanced_Weapons_Box,16010,5 // Red_Ether_Bag -IG_Advanced_Weapons_Box,18103,5 // Mystic_Bow -IG_Advanced_Weapons_Box,1476,1 // Crescent_Scythe_ -IG_Advanced_Weapons_Box,1526,5 // Slash -IG_Advanced_Weapons_Box,1290,1 // Agent_Katar -IG_Advanced_Weapons_Box,1291,1 // Guillotine_Katar -IG_Advanced_Weapons_Box,1392,1 // Ygnus_Stale -IG_Advanced_Weapons_Box,1393,1 // End_Sektura -IG_Advanced_Weapons_Box,1435,1 // Cannon_Spear -IG_Advanced_Weapons_Box,1584,1 // Chilly_Spell_Book -IG_Advanced_Weapons_Box,1659,1 // Recovery_Light -IG_Advanced_Weapons_Box,13069,1 // Aztoe_Nail -IG_Advanced_Weapons_Box,13070,1 // Scarletto_Nail -IG_Advanced_Weapons_Box,16017,1 // Bloody_Cross -IG_Advanced_Weapons_Box,18109,1 // Catapult -IG_Advanced_Weapons_Box,18110,1 // Big_CrossBow -IG_Advanced_Weapons_Box,18111,1 // Creeper_Bow -// Splendid Box -IG_Splendid_Box,1189,1 // Krasnaya -IG_Splendid_Box,1191,1 // Alca Bringer -IG_Splendid_Box,1196,1 // Two-Handed Chrome Metal Sword -IG_Splendid_Box,1284,1 // Krishna -IG_Splendid_Box,1285,1 // Chakram -IG_Splendid_Box,1287,1 // Durga -IG_Splendid_Box,1311,1 // Vecer Axe -IG_Splendid_Box,1387,1 // Giant Axe -IG_Splendid_Box,1433,1 // Imperial Spear -IG_Splendid_Box,1649,1 // Laphine Staff -IG_Splendid_Box,1745,1 // Falken Blitz -IG_Splendid_Box,1746,1 // Elven Bow -IG_Splendid_Box,1930,1 // Green Whistle -IG_Splendid_Box,1984,1 // Stem Whip -IG_Splendid_Box,2148,1 // Rosa Shield -IG_Splendid_Box,2153,1 // Imperial Guard -IG_Splendid_Box,13046,1 // Krieg -IG_Splendid_Box,13047,1 // Weihna -IG_Splendid_Box,13061,1 // Black Wing -IG_Splendid_Box,13421,1 // Ruber -IG_Splendid_Box,15000,1 // Bone Plate -IG_Splendid_Box,15014,1 // Ebone Armor -IG_Splendid_Box,16000,1 // Erde -IG_Splendid_Box,16001,1 // Red Square Bag -IG_Splendid_Box,16003,1 // Carga Mace -IG_Splendid_Box,16010,1 // Red Ether Bag -IG_Splendid_Box,18103,2 // Mystic Bow -// Armor Card Album -IG_CardAlbum_Armor,4001,1 // Poring Card -IG_CardAlbum_Armor,4003,1 // Pupa Card -IG_CardAlbum_Armor,4008,1 // Picky Card -IG_CardAlbum_Armor,4011,1 // Picky Egg Card -IG_CardAlbum_Armor,4014,1 // Roda Frog Card -IG_CardAlbum_Armor,4016,1 // Thief Bug Card -IG_CardAlbum_Armor,4021,1 // Rocker Card -IG_CardAlbum_Armor,4023,1 // Baby Desert Wolf Card -IG_CardAlbum_Armor,4031,1 // Peco Peco Card -IG_CardAlbum_Armor,4042,1 // Steel Chonchon Card -IG_CardAlbum_Armor,4061,1 // Cornutus Card -IG_CardAlbum_Armor,4078,1 // Savage Card -IG_CardAlbum_Armor,4089,1 // Swordfish Card -IG_CardAlbum_Armor,4098,1 // Dokebi Card -IG_CardAlbum_Armor,4099,1 // Pasana Card -IG_CardAlbum_Armor,4101,1 // Sandman Card -IG_CardAlbum_Armor,4105,1 // Marc Card -IG_CardAlbum_Armor,4114,1 // Argiope Card -IG_CardAlbum_Armor,4119,1 // Bathory Card -IG_CardAlbum_Armor,4141,1 // Evil Druid Card -IG_CardAlbum_Armor,4150,1 // Goat Card -IG_CardAlbum_Armor,4158,1 // Sky Deleter Card -IG_CardAlbum_Armor,4162,1 // Grizzly Card -IG_CardAlbum_Armor,4166,1 // Nightmare Terror Card -IG_CardAlbum_Armor,4170,1 // Dark Frame Card -IG_CardAlbum_Armor,4173,1 // Demon Pungus Card -IG_CardAlbum_Armor,4181,1 // Disguise Card -IG_CardAlbum_Armor,4189,1 // Wraith Dead Card -IG_CardAlbum_Armor,4191,1 // Loli Ruri Card -IG_CardAlbum_Armor,4194,1 // Rybio Card -IG_CardAlbum_Armor,4201,1 // Majoruros Card -IG_CardAlbum_Armor,4213,1 // Brilight Card -IG_CardAlbum_Armor,4216,1 // Sasquatch Card -IG_CardAlbum_Armor,4218,1 // Succubus Card -IG_CardAlbum_Armor,4220,1 // Solider Card -IG_CardAlbum_Armor,4222,1 // Skeleton Prisoner Card -IG_CardAlbum_Armor,4233,1 // Baby Leopard Card -IG_CardAlbum_Armor,4234,1 // Anolian Card -IG_CardAlbum_Armor,4242,1 // Apocalipse Card -IG_CardAlbum_Armor,4259,1 // Wooden Golem Card -IG_CardAlbum_Armor,4270,1 // Giant Spider Card -IG_CardAlbum_Armor,4279,1 // Earth Deleter Card -IG_CardAlbum_Armor,4280,1 // Geographer Card -IG_CardAlbum_Armor,4286,1 // Karakasa Card -IG_CardAlbum_Armor,4295,1 // Kraben Card -IG_CardAlbum_Armor,4298,1 // Creamy Fear Card -IG_CardAlbum_Armor,4299,1 // Clock Card -IG_CardAlbum_Armor,4300,1 // Chimera Card -IG_CardAlbum_Armor,4301,1 // Killer Mantis Card -IG_CardAlbum_Armor,4315,1 // Pest Card -IG_CardAlbum_Armor,4332,1 // Waste Stove Card -IG_CardAlbum_Armor,4333,1 // Venomous Card -IG_CardAlbum_Armor,4337,1 // Porcellio Card -IG_CardAlbum_Armor,4338,1 // Obsidian Card -IG_CardAlbum_Armor,4339,1 // Mineral Card -IG_CardAlbum_Armor,4346,1 // Egnigem Cenia Card -IG_CardAlbum_Armor,4353,1 // Remover Card -IG_CardAlbum_Armor,4369,1 // Venatu Card -IG_CardAlbum_Armor,4370,1 // Dimik Card -IG_CardAlbum_Armor,4371,1 // Archdam Card -IG_CardAlbum_Armor,4382,1 // Yellow Novus Card -IG_CardAlbum_Armor,4383,1 // Red Novus Card -IG_CardAlbum_Armor,4387,1 // Ancient Mimic Card -IG_CardAlbum_Armor,4392,1 // Dame of Sentinel Card -IG_CardAlbum_Armor,4393,1 // Mistress of Shelter Card -IG_CardAlbum_Armor,4400,1 // Aliza Card -IG_CardAlbum_Armor,4401,1 // Alicel Card -IG_CardAlbum_Armor,4404,1 // Skogul Card -IG_CardAlbum_Armor,4405,1 // Frus Card -IG_CardAlbum_Armor,4409,1 // Agav Card -IG_CardAlbum_Armor,4410,1 // Echio Card -IG_CardAlbum_Armor,4426,1 // Byorgue Card -IG_CardAlbum_Armor,4450,1 // Banshee Master Card -// Headgear Card Album -IG_CardAlbum_Helm,4010,1 // Willow Card -IG_CardAlbum_Helm,4039,1 // Stainer Card -IG_CardAlbum_Helm,4041,1 // Coco Card -IG_CardAlbum_Helm,4046,1 // Martin Card -IG_CardAlbum_Helm,4052,1 // Elder Willow Card -IG_CardAlbum_Helm,4087,1 // Giearth Card -IG_CardAlbum_Helm,4110,1 // Ghoul Card -IG_CardAlbum_Helm,4112,1 // Marduk Card -IG_CardAlbum_Helm,4122,1 // Deviruchi Card -IG_CardAlbum_Helm,4127,1 // Nightmare Card -IG_CardAlbum_Helm,4161,1 // Grand Peco Card -IG_CardAlbum_Helm,4169,1 // Dark Illusion Card -IG_CardAlbum_Helm,4177,1 // Dryad Card -IG_CardAlbum_Helm,4185,1 // Rideword Card -IG_CardAlbum_Helm,4188,1 // Leib Olmai Card -IG_CardAlbum_Helm,4195,1 // Leaf Cat Card -IG_CardAlbum_Helm,4206,1 // Myst Case Card -IG_CardAlbum_Helm,4223,1 // Stalactic Golem Card -IG_CardAlbum_Helm,4229,1 // Tower Keeper Card -IG_CardAlbum_Helm,4241,1 // Arc Angeling Card -IG_CardAlbum_Helm,4258,1 // Evil Nymph Card -IG_CardAlbum_Helm,4260,1 // Wootan Shooter Card -IG_CardAlbum_Helm,4261,1 // Wootan Fighter Card -IG_CardAlbum_Helm,4269,1 // Incubus Card -IG_CardAlbum_Helm,4271,1 // Giant Hornet Card -IG_CardAlbum_Helm,4278,1 // Gibbet Card -IG_CardAlbum_Helm,4288,1 // Carat Card -IG_CardAlbum_Helm,4296,1 // Cramp Card -IG_CardAlbum_Helm,4311,1 // Permeter Card -IG_CardAlbum_Helm,4336,1 // Ungoliant Card -IG_CardAlbum_Helm,4343,1 // Holden Card -IG_CardAlbum_Helm,4354,1 // Gemini-S58 Card -IG_CardAlbum_Helm,4358,1 // Seyren Windsor Card -IG_CardAlbum_Helm,4364,1 // Margaretha Sorin Card -IG_CardAlbum_Helm,4366,1 // Kathryne Keyron Card -IG_CardAlbum_Helm,4379,1 // Blue Acidus Card -IG_CardAlbum_Helm,4411,1 // Vanberk Card -IG_CardAlbum_Helm,4412,1 // Isilla Card -IG_CardAlbum_Helm,4434,1 // Knocker Card -IG_CardAlbum_Helm,4438,1 // Banshee Card -// Accessory Card Album -IG_CardAlbum_Acc,4022,1 // Spore Card -IG_CardAlbum_Acc,4027,1 // Kukre Card -IG_CardAlbum_Acc,4028,1 // Tarou Card -IG_CardAlbum_Acc,4033,1 // Poporing Card -IG_CardAlbum_Acc,4034,1 // Wormtail Card -IG_CardAlbum_Acc,4036,1 // Muka Card -IG_CardAlbum_Acc,4044,1 // Smokie Card -IG_CardAlbum_Acc,4048,1 // Poison Spore Card -IG_CardAlbum_Acc,4051,1 // Yoyo Card -IG_CardAlbum_Acc,4053,1 // Vitata Card -IG_CardAlbum_Acc,4064,1 // Zerom Card -IG_CardAlbum_Acc,4073,1 // Pirate Skeleton Card -IG_CardAlbum_Acc,4077,1 // Phen Card -IG_CardAlbum_Acc,4079,1 // Mantis Card -IG_CardAlbum_Acc,4084,1 // Marine Sphere Card -IG_CardAlbum_Acc,4091,1 // Kobold Card -IG_CardAlbum_Acc,4093,1 // Obeaune Card -IG_CardAlbum_Acc,4103,1 // Horong Card -IG_CardAlbum_Acc,4139,1 // Joker Card -IG_CardAlbum_Acc,4149,1 // Gargoyle Card -IG_CardAlbum_Acc,4152,1 // Galapago Card -IG_CardAlbum_Acc,4154,1 // Dumpling Child Card -IG_CardAlbum_Acc,4175,1 // Poisonous Toad Card -IG_CardAlbum_Acc,4187,1 // Raydric Archer Card -IG_CardAlbum_Acc,4190,1 // Wraith Card -IG_CardAlbum_Acc,4193,1 // Lude Card -IG_CardAlbum_Acc,4196,1 // Marin Card -IG_CardAlbum_Acc,4205,1 // Mimic Card -IG_CardAlbum_Acc,4209,1 // Violy Card -IG_CardAlbum_Acc,4212,1 // Bongun Card -IG_CardAlbum_Acc,4215,1 // Blazer Card -IG_CardAlbum_Acc,4219,1 // Sage Worm Card -IG_CardAlbum_Acc,4224,1 // Stem Worm Card -IG_CardAlbum_Acc,4227,1 // Spring Rabbit Card -IG_CardAlbum_Acc,4228,1 // Sleeper Card -IG_CardAlbum_Acc,4230,1 // Shinobi Card -IG_CardAlbum_Acc,4232,1 // Hermit Plant Card -IG_CardAlbum_Acc,4237,1 // Owl Duke Card -IG_CardAlbum_Acc,4238,1 // Owl Baron Card -IG_CardAlbum_Acc,4252,1 // Alligator Card -IG_CardAlbum_Acc,4256,1 // Orc Archer Card -IG_CardAlbum_Acc,4262,1 // Cloud Hermit Card -IG_CardAlbum_Acc,4264,1 // Wind Ghost Card -IG_CardAlbum_Acc,4265,1 // Jing Guai Card -IG_CardAlbum_Acc,4272,1 // Zhu Po Long Card -IG_CardAlbum_Acc,4282,1 // Tengu Card -IG_CardAlbum_Acc,4283,1 // Greatest General Card -IG_CardAlbum_Acc,4293,1 // Cookie Card -IG_CardAlbum_Acc,4294,1 // Quve Card -IG_CardAlbum_Acc,4321,1 // Hylozoist Card -IG_CardAlbum_Acc,4326,1 // Sea-Otter Card -IG_CardAlbum_Acc,4327,1 // Bloody Butterfly Card -IG_CardAlbum_Acc,4331,1 // Heater Card -IG_CardAlbum_Acc,4344,1 // Anopheles Card -IG_CardAlbum_Acc,4347,1 // Armeyer Dinze Card -IG_CardAlbum_Acc,4348,1 // Wickebine Tres Card -IG_CardAlbum_Acc,4349,1 // Errende Ebecee Card -IG_CardAlbum_Acc,4355,1 // Gremlin Card -IG_CardAlbum_Acc,4356,1 // Beholder Card -IG_CardAlbum_Acc,4377,1 // Grove Card -IG_CardAlbum_Acc,4384,1 // Hydrolancer Card -IG_CardAlbum_Acc,4385,1 // Dragon Egg Card -IG_CardAlbum_Acc,4389,1 // Plasma Card -IG_CardAlbum_Acc,4391,1 // Baroness of Retribution Card -IG_CardAlbum_Acc,4415,1 // Snowier Card -IG_CardAlbum_Acc,4416,1 // Siroma Card -IG_CardAlbum_Acc,4418,1 // Gazeti Card -IG_CardAlbum_Acc,4423,1 // Galion Card -IG_CardAlbum_Acc,4424,1 // Stapo Card -IG_CardAlbum_Acc,4433,1 // Imp Card -IG_CardAlbum_Acc,4436,1 // Ragged Zombie Card -IG_CardAlbum_Acc,4437,1 // Hell Poodle Card -// Shoes Card Album -IG_CardAlbum_Shoes,4009,1 // Chonchon Card -IG_CardAlbum_Shoes,4038,1 // Zombie Card -IG_CardAlbum_Shoes,4050,1 // Male Thief Bug Card -IG_CardAlbum_Shoes,4070,1 // Eggyra Card -IG_CardAlbum_Shoes,4097,1 // Matyr Card -IG_CardAlbum_Shoes,4100,1 // Sohee Card -IG_CardAlbum_Shoes,4107,1 // Verit Card -IG_CardAlbum_Shoes,4151,1 // Gajomart Card -IG_CardAlbum_Shoes,4160,1 // Firelock Soldier Card -IG_CardAlbum_Shoes,4164,1 // Gullinbursti Card -IG_CardAlbum_Shoes,4186,1 // Raggler Card -IG_CardAlbum_Shoes,4199,1 // Merman Card -IG_CardAlbum_Shoes,4200,1 // Megalith Card -IG_CardAlbum_Shoes,4204,1 // Mini Demon Card -IG_CardAlbum_Shoes,4208,1 // Miyabi Doll Card -IG_CardAlbum_Shoes,4221,1 // Skeleton General Card -IG_CardAlbum_Shoes,4235,1 // Christmas Cookie Card -IG_CardAlbum_Shoes,4239,1 // Iron Fist Card -IG_CardAlbum_Shoes,4244,1 // Alarm Card -IG_CardAlbum_Shoes,4245,1 // Am Mut Card -IG_CardAlbum_Shoes,4249,1 // Ancient Worm Card -IG_CardAlbum_Shoes,4257,1 // Wild Rose Card -IG_CardAlbum_Shoes,4267,1 // Explosion Card -IG_CardAlbum_Shoes,4275,1 // Zombie Prisoner Card -IG_CardAlbum_Shoes,4290,1 // Cat O' Nine Tails Card -IG_CardAlbum_Shoes,4319,1 // Freezer Card -IG_CardAlbum_Shoes,4378,1 // Gold Acidus Card -IG_CardAlbum_Shoes,4381,1 // Green Ferus Card -IG_CardAlbum_Shoes,4396,1 // Odium of Thanatos Card -IG_CardAlbum_Shoes,4417,1 // Ice Titan Card -IG_CardAlbum_Shoes,4435,1 // Zombie Slaughter Card -// Shield Card Album -IG_CardAlbum_Shield,4012,1 // Thief Bug Egg Card -IG_CardAlbum_Shield,4013,1 // Andre Egg Card -IG_CardAlbum_Shield,4032,1 // Ambernite Card -IG_CardAlbum_Shield,4045,1 // Horn Card -IG_CardAlbum_Shield,4058,1 // Thara Frog Card -IG_CardAlbum_Shield,4066,1 // Orc Warrior Card -IG_CardAlbum_Shield,4067,1 // Megalodon Card -IG_CardAlbum_Shield,4074,1 // Bigfoot Card -IG_CardAlbum_Shield,4075,1 // Argos Card -IG_CardAlbum_Shield,4083,1 // Rafflesia Card -IG_CardAlbum_Shield,4090,1 // Munak Card -IG_CardAlbum_Shield,4120,1 // Sky Petite Card -IG_CardAlbum_Shield,4124,1 // Medusa Card -IG_CardAlbum_Shield,4136,1 // Khalitzburg Card -IG_CardAlbum_Shield,4138,1 // Anubis Card -IG_CardAlbum_Shield,4207,1 // Mysteltainn Card -IG_CardAlbum_Shield,4217,1 // Enchanted Peach Tree Card -IG_CardAlbum_Shield,4226,1 // Sting Card -IG_CardAlbum_Shield,4231,1 // Mi Gao Card -IG_CardAlbum_Shield,4240,1 // Arclouze Card -IG_CardAlbum_Shield,4248,1 // Ancient Mummy Card -IG_CardAlbum_Shield,4250,1 // Executioner Card -IG_CardAlbum_Shield,4253,1 // Alice Card -IG_CardAlbum_Shield,4254,1 // Ogretooth Card -IG_CardAlbum_Shield,4277,1 // Zealotus Card -IG_CardAlbum_Shield,4304,1 // Tamruan Card -IG_CardAlbum_Shield,4309,1 // Parasite Card -IG_CardAlbum_Shield,4314,1 // Penomena Card -IG_CardAlbum_Shield,4322,1 // High Orc Card -IG_CardAlbum_Shield,4340,1 // Teddy Bear Card -IG_CardAlbum_Shield,4397,1 // Despero of Thanatos Card -IG_CardAlbum_Shield,4413,1 // Hodremlin Card -IG_CardAlbum_Shield,4414,1 // Seeker Card -IG_CardAlbum_Shield,4420,1 // Muscipular Card -IG_CardAlbum_Shield,4439,1 // Flame Skull Card -IG_CardAlbum_Shield,4442,1 // Tatacho Card -IG_CardAlbum_Shield,4443,1 // Aqua Elemental Card -IG_CardAlbum_Shield,4444,1 // Draco Card -IG_CardAlbum_Shield,4445,1 // Luciola Vespa Card -IG_CardAlbum_Shield,4447,1 // Centipede Card -IG_CardAlbum_Shield,4448,1 // Cornus Card -IG_CardAlbum_Shield,4449,1 // Dark Shadow Card -// Weapon Card Album -IG_CardAlbum_Weapon,4002,1 // Fabre Card -IG_CardAlbum_Weapon,4004,1 // Drops Card -IG_CardAlbum_Weapon,4005,1 // Santa Poring Card -IG_CardAlbum_Weapon,4006,1 // Lunatic Card -IG_CardAlbum_Weapon,4007,1 // Peco Peco Egg Card -IG_CardAlbum_Weapon,4017,1 // Savage Babe Card -IG_CardAlbum_Weapon,4018,1 // Andre Larva Card -IG_CardAlbum_Weapon,4019,1 // Hornet Card -IG_CardAlbum_Weapon,4020,1 // Familiar Card -IG_CardAlbum_Weapon,4024,1 // Plankton Card -IG_CardAlbum_Weapon,4025,1 // Skeleton Card -IG_CardAlbum_Weapon,4026,1 // Female Thief Bug Card -IG_CardAlbum_Weapon,4029,1 // Wolf Card -IG_CardAlbum_Weapon,4030,1 // Mandragora Card -IG_CardAlbum_Weapon,4035,1 // Hydra Card -IG_CardAlbum_Weapon,4037,1 // Snake Card -IG_CardAlbum_Weapon,4043,1 // Andre Card -IG_CardAlbum_Weapon,4049,1 // Vadon Card -IG_CardAlbum_Weapon,4055,1 // Marina Card -IG_CardAlbum_Weapon,4057,1 // Metaller Card -IG_CardAlbum_Weapon,4060,1 // Goblin Card -IG_CardAlbum_Weapon,4062,1 // Anacondaq Card -IG_CardAlbum_Weapon,4063,1 // Caramel Card -IG_CardAlbum_Weapon,4065,1 // Kaho Card -IG_CardAlbum_Weapon,4068,1 // Scorpion Card -IG_CardAlbum_Weapon,4069,1 // Drainliar Card -IG_CardAlbum_Weapon,4072,1 // Golem Card -IG_CardAlbum_Weapon,4076,1 // Magnolia Card -IG_CardAlbum_Weapon,4080,1 // Flora Card -IG_CardAlbum_Weapon,4082,1 // Desert Wolf Card -IG_CardAlbum_Weapon,4085,1 // Orc Skeleton Card -IG_CardAlbum_Weapon,4086,1 // Soldier Skeleton Card -IG_CardAlbum_Weapon,4092,1 // Skeleton Worker Card -IG_CardAlbum_Weapon,4094,1 // Archer Skeleton Card -IG_CardAlbum_Weapon,4096,1 // Zenorc Card -IG_CardAlbum_Weapon,4104,1 // Requiem Card -IG_CardAlbum_Weapon,4106,1 // Mummy Card -IG_CardAlbum_Weapon,4111,1 // Strouf Card -IG_CardAlbum_Weapon,4115,1 // Hunter Fly Card -IG_CardAlbum_Weapon,4117,1 // Sidewinder Card -IG_CardAlbum_Weapon,4118,1 // Earth Petite Card -IG_CardAlbum_Weapon,4125,1 // Deviace Card -IG_CardAlbum_Weapon,4126,1 // Minorous Card -IG_CardAlbum_Weapon,4130,1 // Scorpion King Card -IG_CardAlbum_Weapon,4140,1 // Abysmal Knight Card -IG_CardAlbum_Weapon,4153,1 // Crab Card -IG_CardAlbum_Weapon,4155,1 // Goblin Leader Card -IG_CardAlbum_Weapon,4156,1 // Goblin Steamrider Card -IG_CardAlbum_Weapon,4157,1 // Goblin Archer Card -IG_CardAlbum_Weapon,4163,1 // Gryphon Card -IG_CardAlbum_Weapon,4165,1 // Gig Card -IG_CardAlbum_Weapon,4167,1 // Nereid Card -IG_CardAlbum_Weapon,4171,1 // Dark Priest Card -IG_CardAlbum_Weapon,4172,1 // The Paper Card -IG_CardAlbum_Weapon,4176,1 // Dullahan Card -IG_CardAlbum_Weapon,4180,1 // Driller Card -IG_CardAlbum_Weapon,4182,1 // Diabolic Card -IG_CardAlbum_Weapon,4184,1 // Lava Golem Card -IG_CardAlbum_Weapon,4192,1 // Rotar Zairo Card -IG_CardAlbum_Weapon,4202,1 // Mao Guai Card -IG_CardAlbum_Weapon,4203,1 // Mutant Dragonoid Card -IG_CardAlbum_Weapon,4214,1 // Bloody Murderer Card -IG_CardAlbum_Weapon,4225,1 // Stone Shooter Card -IG_CardAlbum_Weapon,4246,1 // Assaulter Card -IG_CardAlbum_Weapon,4247,1 // Aster Card -IG_CardAlbum_Weapon,4251,1 // Elder Card -IG_CardAlbum_Weapon,4255,1 // Orc Lady Card -IG_CardAlbum_Weapon,4268,1 // Injustice Card -IG_CardAlbum_Weapon,4273,1 // Shell Fish Card -IG_CardAlbum_Weapon,4274,1 // Zombie Master Card -IG_CardAlbum_Weapon,4281,1 // Zipper Bear Card -IG_CardAlbum_Weapon,4284,1 // Chepet Card -IG_CardAlbum_Weapon,4289,1 // Caterpillar Card -IG_CardAlbum_Weapon,4291,1 // Kobold Leader Card -IG_CardAlbum_Weapon,4292,1 // Kobold Archer Card -IG_CardAlbum_Weapon,4297,1 // Cruiser Card -IG_CardAlbum_Weapon,4307,1 // Beetle King Card -IG_CardAlbum_Weapon,4308,1 // Tri Joint Card -IG_CardAlbum_Weapon,4310,1 // Panzer Goblin Card -IG_CardAlbum_Weapon,4312,1 // Seal Card -IG_CardAlbum_Weapon,4316,1 // False Angel Card -IG_CardAlbum_Weapon,4317,1 // Mobster Card -IG_CardAlbum_Weapon,4320,1 // Bloody Knight Card -IG_CardAlbum_Weapon,4323,1 // Hatii Babe Card -IG_CardAlbum_Weapon,4329,1 // Phendark Card -IG_CardAlbum_Weapon,4335,1 // Pitman Card -IG_CardAlbum_Weapon,4341,1 // Metaling Card -IG_CardAlbum_Weapon,4345,1 // Hill Wind Card -IG_CardAlbum_Weapon,4350,1 // Laurell Weinder Card -IG_CardAlbum_Weapon,4360,1 // Eremes Guile Card -IG_CardAlbum_Weapon,4362,1 // Howard Alt-Eisen Card -IG_CardAlbum_Weapon,4368,1 // Cecil Damon Card -IG_CardAlbum_Weapon,4380,1 // Red Ferus Card -IG_CardAlbum_Weapon,4388,1 // Death Word Card -IG_CardAlbum_Weapon,4390,1 // Breeze Card -IG_CardAlbum_Weapon,4394,1 // Lady Solace Card -IG_CardAlbum_Weapon,4395,1 // Maero of Thanatos Card -IG_CardAlbum_Weapon,4398,1 // Dolor of Thanatos Card -IG_CardAlbum_Weapon,4406,1 // Skeggiold Card -IG_CardAlbum_Weapon,4421,1 // Drosera Card -IG_CardAlbum_Weapon,4427,1 // Sword Guardian Card -IG_CardAlbum_Weapon,4428,1 // Bow Guardian Card -IG_CardAlbum_Weapon,4440,1 // Necromancer Card -IG_CardAlbum_Weapon,4452,1 // Centipede Larva Card -IG_CardAlbum_Weapon,4453,1 // Hillsrion Card -// Garment Card Album -IG_CardAlbum_Garment,4015,32 // Condor Card -IG_CardAlbum_Garment,4056,32 // Dustiness Card -IG_CardAlbum_Garment,4071,32 // Orc Zombie Card -IG_CardAlbum_Garment,4081,32 // Hode Card -IG_CardAlbum_Garment,4088,32 // Frilldora Card -IG_CardAlbum_Garment,4095,32 // Marse Card -IG_CardAlbum_Garment,4102,32 // Whisper Card -IG_CardAlbum_Garment,4108,32 // Myst Card -IG_CardAlbum_Garment,4109,32 // Jakk Card -IG_CardAlbum_Garment,4113,32 // Marionette Card -IG_CardAlbum_Garment,4116,32 // Isis Card -IG_CardAlbum_Garment,4129,32 // Bapho Jr. Card -IG_CardAlbum_Garment,4133,32 // Raydric Card -IG_CardAlbum_Garment,4159,32 // Nine Tail Card -IG_CardAlbum_Garment,4174,1 // Deviling Card -IG_CardAlbum_Garment,4178,32 // Dragon Tail Card -IG_CardAlbum_Garment,4179,32 // Dragon Fly Card -IG_CardAlbum_Garment,4183,1 // Vagabond Wolf Card -IG_CardAlbum_Garment,4197,1 // Mastering Card -IG_CardAlbum_Garment,4210,1 // Wanderer Card -IG_CardAlbum_Garment,4211,1 // Vocal Card -IG_CardAlbum_Garment,4266,32 // Eclipse Card -IG_CardAlbum_Garment,4285,32 // Choco Card -IG_CardAlbum_Garment,4287,32 // Kapha Card -IG_CardAlbum_Garment,4303,32 // Giant Whisper Card -IG_CardAlbum_Garment,4306,1 // Toad Card -IG_CardAlbum_Garment,4313,32 // Punk Card -IG_CardAlbum_Garment,4325,32 // Harpy Card -IG_CardAlbum_Garment,4328,32 // Yao Jun Card -IG_CardAlbum_Garment,4334,32 // Noxious Card -IG_CardAlbum_Garment,4351,1 // Kavach Icarus Card -IG_CardAlbum_Garment,4373,32 // Green Maiden Card -IG_CardAlbum_Garment,4375,32 // Orc Baby Card -IG_CardAlbum_Garment,4402,32 // Aliot Card -IG_CardAlbum_Garment,4422,32 // Roween Card -IG_CardAlbum_Garment,4429,32 // Salamander Card -IG_CardAlbum_Garment,4431,32 // Kasa Card -IG_CardAlbum_Garment,4432,33 // Magmaring Card -// Flamel Card -IG_Flamel_Card,545,1 // Condensed Red Potion -IG_Flamel_Card,546,1 // Condensed Yellow Potion -IG_Flamel_Card,547,1 // Condensed White Potion -//Candy Holder -IG_Candy_Holder,518,10 //Honey -IG_Candy_Holder,529,20 //Candy -IG_Candy_Holder,538,15 //Well_Baked_Cookie -IG_Candy_Holder,539,10 //Piece_Of_Cake -IG_Candy_Holder,580,20 //Bread -IG_Candy_Holder,603,1 //Old_Blue_Box -IG_Candy_Holder,607,1 //Yggdrasilberry -IG_Candy_Holder,616,1 //Old_Card_Album -IG_Candy_Holder,617,1 //Old_Violet_Box -IG_Candy_Holder,641,1 //Contracts_In_Shadow -IG_Candy_Holder,7460,10 //Niflheim_Ticket -IG_Candy_Holder,11550,5 //Pumpkin_Cake -IG_Candy_Holder,12192,5 //Pumpkin_Pie -//Lucky Bag -IG_Lucky_Bag,12018,8 //Fire_Cracker -IG_Lucky_Bag,663,6 //Korea_Rice_Cake -IG_Lucky_Bag,668,2 //Handsei -IG_Lucky_Bag,7647,3 //Taiwan_Luk_Coin -IG_Lucky_Bag,7649,1 //Big_Luk_Bookmark -//Holy Egg 2 -IG_Holy_Egg_2,984,4 //Oridecon -IG_Holy_Egg_2,985,10 //Elunium -IG_Holy_Egg_2,547,30 //White_Slim_Potion -IG_Holy_Egg_2,505,30 //Blue_Potion -IG_Holy_Egg_2,607,3 //Yggdrasilberry -IG_Holy_Egg_2,608,2 //Seed_Of_Yggdrasil -IG_Holy_Egg_2,610,15 //Leaf_Of_Yggdrasil -IG_Holy_Egg_2,616,5 //Old_Card_Album -IG_Holy_Egg_2,5198,1 //Drooping_Bunny -//God Material Box -IG_God_Material_Box,7073,5 //Jewel_Of_Prayer -IG_God_Material_Box,7074,5 //Iron_Glove -IG_God_Material_Box,7075,5 //Iron_Maiden -IG_God_Material_Box,7076,5 //Mystery_Wheel -IG_God_Material_Box,7077,5 //Silver_Fancy -IG_God_Material_Box,7078,5 //Anger_Of_Valkurye -IG_God_Material_Box,7079,5 //Feather_Of_Angel -IG_God_Material_Box,7080,5 //Foot_Step_Of_Cat -IG_God_Material_Box,7081,5 ///Beard_Of_Women -IG_God_Material_Box,7082,5 //Root_Of_Stone -IG_God_Material_Box,7083,5 //Soul_Of_Fish -IG_God_Material_Box,7084,5 //Saliva_Of_Bird -IG_God_Material_Box,7085,5 //Tendon_Of_Bear -IG_God_Material_Box,7086,5 //Symbol_Of_Sun -IG_God_Material_Box,7087,5 //Breath_Of_Soul -IG_God_Material_Box,7088,5 //Crystal_Of_Snow -IG_God_Material_Box,7089,5 //Indication_Of_Tempest -IG_God_Material_Box,7090,5 //Slilince_Wave -IG_God_Material_Box,7091,5 //Rough_Billows -IG_God_Material_Box,7092,5 //Air_Stream -// Elemental Points -IG_Element,6360,1 // Scarlet_Pts -IG_Element,6361,1 // Indigo_Pts -IG_Element,6362,1 // Yellow_Wish_Pts -IG_Element,6363,1 // Lime_Green_Pts -// Poisons -IG_Poison,12717,1 // Poison_Paralysis -IG_Poison,12718,1 // Poison_Leech -IG_Poison,12719,1 // Poison_Oblivion -IG_Poison,12720,1 // Poison_Disheart -IG_Poison,12721,1 // Poison_Numb -IG_Poison,12722,1 // Poison_Fever -IG_Poison,12723,1 // Poison_Laughing -IG_Poison,12724,1 // Poison_Fatigue -// Cash Foods -IG_Cash_Food,12202,1 // Str_Dish10_ -IG_Cash_Food,12203,1 // Agi_Dish10_ -IG_Cash_Food,12204,1 // Int_Dish10_ -IG_Cash_Food,12205,1 // Dex_Dish10_ -IG_Cash_Food,12206,1 // Luk_Dish10_ -IG_Cash_Food,12207,1 // Vit_Dish10_ -// Bombs -IG_Bomb,13260,1 // Apple_Bomb -IG_Bomb,13261,1 // Coconut_Bomb -IG_Bomb,13262,1 // Melon_Bomb -IG_Bomb,13263,1 // Pineapple_Bomb -IG_Bomb,13264,1 // Banana_Bomb -IG_Bomb,13265,1 // Black_Lump -IG_Bomb,13266,1 // Black_Hard_Lump -IG_Bomb,13267,1 // Very_Hard_Lump -// Throwable Items -IG_Throwable,13268,1 // Mysterious_Powder -IG_Throwable,13269,1 // Boost500_To_Throw -IG_Throwable,13270,1 // Full_SwingK_To_Throw -IG_Throwable,13271,1 // Mana_Plus_To_Throw -IG_Throwable,13272,1 // Cure_Free_To_Throw -IG_Throwable,13273,1 // Stamina_Up_M_To_Throw -IG_Throwable,13274,1 // Digestive_F_To_Throw -IG_Throwable,13275,1 // HP_Inc_PotS_To_Throw -IG_Throwable,13276,1 // HP_Inc_PotM_To_Throw -IG_Throwable,13277,1 // HP_Inc_PotL_To_Throw -IG_Throwable,13278,1 // SP_Inc_PotS_To_Throw -IG_Throwable,13279,1 // SP_Inc_PotM_To_Throw -IG_Throwable,13280,1 // SP_Inc_PotL_To_Throw -IG_Throwable,13281,1 // En_White_PotZ_To_Throw -IG_Throwable,13282,1 // Vitata500_To_Throw -IG_Throwable,13283,1 // En_Cel_Juice_To_Throw -IG_Throwable,13284,1 // Savage_BBQ_To_Throw -IG_Throwable,13285,1 // Wug_Cocktail_To_Throw -IG_Throwable,13286,1 // M_Brisket_To_Throw -IG_Throwable,13287,1 // Siroma_Icetea_To_Throw -IG_Throwable,13288,1 // Drocera_Stew_To_Throw -IG_Throwable,13289,1 // Petti_Noodle_To_Throw -IG_Throwable,13290,1 // Black_Thing_To_Throw -// Mercenary Scrolls -IG_Mercenary,12153,1 // Bow_Mercenary_Scroll1 -IG_Mercenary,12154,1 // Bow_Mercenary_Scroll2 -IG_Mercenary,12155,1 // Bow_Mercenary_Scroll3 -IG_Mercenary,12156,1 // Bow_Mercenary_Scroll4 -IG_Mercenary,12157,1 // Bow_Mercenary_Scroll5 -IG_Mercenary,12158,1 // Bow_Mercenary_Scroll6 -IG_Mercenary,12159,1 // Bow_Mercenary_Scroll7 -IG_Mercenary,12160,1 // Bow_Mercenary_Scroll8 -IG_Mercenary,12161,1 // Bow_Mercenary_Scroll9 -IG_Mercenary,12162,1 // Bow_Mercenary_Scroll10 -IG_Mercenary,12163,1 // SwordMercenary_Scroll1 -IG_Mercenary,12164,1 // SwordMercenary_Scroll2 -IG_Mercenary,12165,1 // SwordMercenary_Scroll3 -IG_Mercenary,12166,1 // SwordMercenary_Scroll4 -IG_Mercenary,12167,1 // SwordMercenary_Scroll5 -IG_Mercenary,12168,1 // SwordMercenary_Scroll6 -IG_Mercenary,12169,1 // SwordMercenary_Scroll7 -IG_Mercenary,12170,1 // SwordMercenary_Scroll8 -IG_Mercenary,12171,1 // SwordMercenary_Scroll9 -IG_Mercenary,12172,1 // SwordMercenary_Scroll10 -IG_Mercenary,12173,1 // SpearMercenary_Scroll1 -IG_Mercenary,12174,1 // SpearMercenary_Scroll2 -IG_Mercenary,12175,1 // SpearMercenary_Scroll3 -IG_Mercenary,12176,1 // SpearMercenary_Scroll4 -IG_Mercenary,12177,1 // SpearMercenary_Scroll5 -IG_Mercenary,12178,1 // SpearMercenary_Scroll6 -IG_Mercenary,12179,1 // SpearMercenary_Scroll7 -IG_Mercenary,12180,1 // SpearMercenary_Scroll8 -IG_Mercenary,12181,1 // SpearMercenary_Scroll9 -IG_Mercenary,12182,1 // SpearMercenary_Scroll10 -// PrizeOfHero -IG_PrizeOfHero,522,7 // Fruit_Of_Mastela -IG_PrizeOfHero,547,7 // White_Slim_Potion -IG_PrizeOfHero,607,17 // Yggdrasilberry -IG_PrizeOfHero,608,10 // Seed_Of_Yggdrasil -IG_PrizeOfHero,678,7 // Poison_Bottle -IG_PrizeOfHero,12075,7 // Str_Dish10 -IG_PrizeOfHero,12080,7 // Int_Dish10 -IG_PrizeOfHero,12085,7 // Vit_Dish10 -IG_PrizeOfHero,12090,7 // Agi_Dish10 -IG_PrizeOfHero,12095,7 // Dex_Dish10 -IG_PrizeOfHero,12100,7 // Luk_Dish10 -IG_PrizeOfHero,12530,2 // Mastela_Fruit_Box -IG_PrizeOfHero,12534,2 // Yggdrasil_Seed_Box -IG_PrizeOfHero,12535,1 // Iggdrasilberry_Box -IG_PrizeOfHero,12549,2 // White_Slim_Pot_Box2 -IG_PrizeOfHero,12550,2 // Poison_Bottle_Box2 -IG_PrizeOfHero,12623,1 // High_Weapon_Box -IG_PrizeOfHero,12676,7 // Sg_Violet_Potion_Box -IG_PrizeOfHero,12679,7 // Sg_White_Potion_Box -IG_PrizeOfHero,12680,7 // Sg_Blue_Potion_Box -IG_PrizeOfHero,15093,1 // Hero_Plate -IG_PrizeOfHero,15094,1 // Hero_Magic_Coat -IG_PrizeOfHero,15095,1 // Hero_Judgement_Shawl -IG_PrizeOfHero,15096,1 // Hero_Trade_Mail -IG_PrizeOfHero,15097,1 // Hero_Hidden_Cloth -IG_PrizeOfHero,15098,1 // Hero_Taget_Suits -IG_PrizeOfHero,22035,2 // Vet_Nepen_Heel -IG_PrizeOfHero,22036,2 // Vet_SliverFox_Boots -IG_PrizeOfHero,22037,2 // Vet_Ungo_Boots -// Private Airship items -IG_PRIVATE_AIRSHIP,6909,1 // Actinidia_Cat_Fruit -IG_PRIVATE_AIRSHIP,25464,1 // World_Moving_Rights diff --git a/db/re/item_violetbox.txt b/db/re/item_violetbox.txt deleted file mode 100644 index f4d434e302b..00000000000 --- a/db/re/item_violetbox.txt +++ /dev/null @@ -1,928 +0,0 @@ -// Old Violet Box Obtainable Items Database -// -// Structure of Database: -// GroupID,ItemID,Rate - -IG_VioletBox,501,14 // Red Potion -IG_VioletBox,502,14 // Orange Potion -IG_VioletBox,503,14 // Yellow Potion -IG_VioletBox,504,14 // White Potion -IG_VioletBox,505,14 // Blue Potion -IG_VioletBox,506,14 // Green Potion -IG_VioletBox,507,14 // Red Herb -IG_VioletBox,508,14 // Yellow Herb -IG_VioletBox,509,14 // White Herb -IG_VioletBox,510,14 // Blue Herb -IG_VioletBox,511,14 // Green Herb -IG_VioletBox,512,14 // Apple -IG_VioletBox,513,14 // Banana -IG_VioletBox,514,14 // Grape -IG_VioletBox,515,14 // Carrot -IG_VioletBox,516,14 // Potato -IG_VioletBox,517,14 // Meat -IG_VioletBox,518,14 // Honey -IG_VioletBox,519,14 // Milk -IG_VioletBox,520,14 // Hinalle Leaflet -IG_VioletBox,521,14 // Aloe Leaflet -IG_VioletBox,522,14 // Mastela Fruit -IG_VioletBox,523,14 // Holy Water -IG_VioletBox,525,14 // Panacea -IG_VioletBox,526,14 // Royal Jelly -IG_VioletBox,528,14 // Monster Food -IG_VioletBox,529,14 // Candy -IG_VioletBox,530,14 // Candy Cane -IG_VioletBox,531,14 // Apple Juice -IG_VioletBox,532,14 // Banana Juice -IG_VioletBox,533,14 // Grape Juice -IG_VioletBox,534,14 // Carrot Juice -IG_VioletBox,535,14 // Pumpkin -IG_VioletBox,536,14 // Ice Cream -IG_VioletBox,537,14 // Pet Food -IG_VioletBox,538,14 // Well-baked Cookie -IG_VioletBox,539,14 // Piece of Cake -IG_VioletBox,544,14 // Raw Fish -IG_VioletBox,545,14 // Condensed Red Potion -IG_VioletBox,546,14 // Condensed Yellow Potion -IG_VioletBox,547,14 // Condensed White Potion -IG_VioletBox,548,14 // Cheese -IG_VioletBox,549,14 // Yam -IG_VioletBox,550,14 // Rice Cake -IG_VioletBox,551,14 // Sushi -IG_VioletBox,553,14 // Bao -IG_VioletBox,555,14 // Traditional Rice Cake -IG_VioletBox,558,14 // Chocolate -IG_VioletBox,561,14 // White Chocolate -IG_VioletBox,601,14 // Fly Wing -IG_VioletBox,602,14 // Butterfly Wing -IG_VioletBox,604,214 // Dead Branch -IG_VioletBox,605,14 // Anodyne -IG_VioletBox,606,14 // Aloevera -IG_VioletBox,607,14 // Yggdrasil Berry -IG_VioletBox,608,14 // Yggdrasil Seed -IG_VioletBox,609,14 // Amulet -IG_VioletBox,610,14 // Yggdrasil Leaf -IG_VioletBox,611,14 // Magnifier -IG_VioletBox,612,14 // Mini Furnace -IG_VioletBox,613,14 // Iron Hammer -IG_VioletBox,614,14 // Golden Hammer -IG_VioletBox,615,14 // Oridecon Hammer -IG_VioletBox,616,1 // Old Card Album -IG_VioletBox,617,103 // Old Purple Box -IG_VioletBox,618,14 // Worn Out Scroll -IG_VioletBox,619,14 // Unripe Apple -IG_VioletBox,620,14 // Orange Juice -IG_VioletBox,621,14 // Bitter Herb -IG_VioletBox,622,14 // Rainbow Carrot -IG_VioletBox,623,14 // Earthworm the Dude -IG_VioletBox,624,14 // Rotten Fish -IG_VioletBox,625,14 // Rusty Iron -IG_VioletBox,626,14 // Monster Juice -IG_VioletBox,627,14 // Sweet Milk -IG_VioletBox,628,14 // Well-Dried Bone -IG_VioletBox,629,14 // Singing Flower -IG_VioletBox,630,14 // Dew Laden Moss -IG_VioletBox,631,14 // Deadly Noxious Herb -IG_VioletBox,632,14 // Fatty Chubby Earthworm -IG_VioletBox,633,14 // Sweet Potato -IG_VioletBox,634,14 // Tropical Banana -IG_VioletBox,635,14 // Orc Trophy -IG_VioletBox,636,14 // No Recipient -IG_VioletBox,637,14 // Old Broom -IG_VioletBox,638,14 // Silver Knife of Chastity -IG_VioletBox,639,14 // Armlet of Obedience -IG_VioletBox,640,14 // Shining Stone -IG_VioletBox,641,14 // Contracts in Shadow -IG_VioletBox,642,14 // Book of the Devil -IG_VioletBox,643,14 // Pet Incubator -IG_VioletBox,644,114 // Gift Box -IG_VioletBox,645,14 // Concentration Potion -IG_VioletBox,656,14 // Awakening Potion -IG_VioletBox,657,14 // Berserk Potion -IG_VioletBox,659,14 // Her Heart -IG_VioletBox,663,14 // Songpyun -IG_VioletBox,664,14 // Gift Box -IG_VioletBox,665,14 // Gift Box -IG_VioletBox,666,14 // Gift Box -IG_VioletBox,667,14 // Gift Box -IG_VioletBox,668,14 // Red_Envelope -IG_VioletBox,678,14 // Poison Bottle -IG_VioletBox,679,14 // Pilule -IG_VioletBox,701,14 // Ora Ora -IG_VioletBox,702,14 // Animal Gore -IG_VioletBox,703,14 // Hinalle -IG_VioletBox,704,14 // Aloe -IG_VioletBox,705,14 // Clover -IG_VioletBox,706,14 // Four Leaf Clover -IG_VioletBox,707,14 // Singing Plant -IG_VioletBox,708,14 // Ment -IG_VioletBox,710,14 // Illusion Flower -IG_VioletBox,711,14 // Shoot -IG_VioletBox,712,14 // Flower -IG_VioletBox,713,14 // Empty Bottle -IG_VioletBox,715,14 // Yellow Gemstone -IG_VioletBox,716,14 // Red Gemstone -IG_VioletBox,717,14 // Blue Gemstone -IG_VioletBox,718,14 // Garnet -IG_VioletBox,719,14 // Amethyst -IG_VioletBox,720,14 // Aquamarine -IG_VioletBox,721,14 // Emerald -IG_VioletBox,722,14 // Pearl -IG_VioletBox,723,14 // Ruby -IG_VioletBox,724,14 // Cursed Ruby -IG_VioletBox,725,14 // Sardonyx -IG_VioletBox,726,14 // Sapphire -IG_VioletBox,727,14 // Opal -IG_VioletBox,728,14 // Topaz -IG_VioletBox,729,14 // Zircon -IG_VioletBox,730,14 // 1carat Diamond -IG_VioletBox,731,14 // 2carat Diamond -IG_VioletBox,732,14 // 3carat Diamond -IG_VioletBox,733,14 // Cracked Diamond -IG_VioletBox,734,14 // Red Frame -IG_VioletBox,735,14 // Chung Jah -IG_VioletBox,736,14 // China -IG_VioletBox,737,14 // Black Ladle -IG_VioletBox,738,14 // Pencil Case -IG_VioletBox,739,14 // Rouge -IG_VioletBox,740,14 // Puppet -IG_VioletBox,741,14 // Poring Doll -IG_VioletBox,742,14 // Chonchon Doll -IG_VioletBox,743,14 // Spore Doll -IG_VioletBox,744,14 // Bouquet -IG_VioletBox,745,14 // Wedding Bouquet -IG_VioletBox,746,14 // Glass Bead -IG_VioletBox,747,14 // Crystal Mirror -IG_VioletBox,748,14 // Witherless Rose -IG_VioletBox,749,14 // Frozen Rose -IG_VioletBox,750,14 // Baphomet Doll -IG_VioletBox,751,14 // Osiris Doll -IG_VioletBox,752,14 // Grasshopper Doll -IG_VioletBox,753,14 // Yoyo Doll -IG_VioletBox,754,14 // Raccoon Doll -IG_VioletBox,901,14 // Danggie -IG_VioletBox,902,14 // Tree Root -IG_VioletBox,903,14 // Reptile Tongue -IG_VioletBox,904,14 // Scorpion Tail -IG_VioletBox,905,14 // Stem -IG_VioletBox,906,14 // Pointed Scale -IG_VioletBox,907,14 // Resin -IG_VioletBox,908,14 // Spawn -IG_VioletBox,909,14 // Jellopy -IG_VioletBox,910,14 // Garlet -IG_VioletBox,911,14 // Scell -IG_VioletBox,912,14 // Zargon -IG_VioletBox,913,14 // Tooth of Bat -IG_VioletBox,914,14 // Fluff -IG_VioletBox,915,14 // Chrysalis -IG_VioletBox,916,14 // Feather of Birds -IG_VioletBox,917,14 // Talon -IG_VioletBox,918,14 // Sticky Webfoot -IG_VioletBox,919,14 // Animal Skin -IG_VioletBox,920,14 // Wolf Claw -IG_VioletBox,921,14 // Mushroom Spore -IG_VioletBox,922,14 // Orc's Fang -IG_VioletBox,923,14 // Evil Horn -IG_VioletBox,924,14 // Powder of Butterfly -IG_VioletBox,925,14 // Bill of Birds -IG_VioletBox,926,14 // Snake Scale -IG_VioletBox,928,14 // Insect Feeler -IG_VioletBox,929,14 // Immortal Heart -IG_VioletBox,930,14 // Rotten Bandage -IG_VioletBox,931,14 // Orcish Voucher -IG_VioletBox,932,14 // Skel-Bone -IG_VioletBox,934,14 // Memento -IG_VioletBox,935,14 // Shell -IG_VioletBox,936,14 // Scale Shell -IG_VioletBox,937,14 // Venom Canine -IG_VioletBox,938,14 // Sticky Mucus -IG_VioletBox,939,14 // Bee Sting -IG_VioletBox,940,14 // Grasshopper's Leg -IG_VioletBox,941,14 // Nose Ring -IG_VioletBox,942,14 // Yoyo Tail -IG_VioletBox,943,14 // Solid Shell -IG_VioletBox,944,14 // Horseshoe -IG_VioletBox,945,14 // Raccoon Leaf -IG_VioletBox,946,14 // Snail's Shell -IG_VioletBox,947,14 // Horn -IG_VioletBox,948,14 // Bear's Footskin -IG_VioletBox,949,14 // Feather -IG_VioletBox,950,14 // Heart of Mermaid -IG_VioletBox,951,14 // Fin -IG_VioletBox,952,14 // Cactus Needle -IG_VioletBox,953,14 // Stone Heart -IG_VioletBox,954,14 // Shining Scale -IG_VioletBox,955,14 // Worm Peeling -IG_VioletBox,956,14 // Gill -IG_VioletBox,957,14 // Decayed Nail -IG_VioletBox,958,14 // Horrendous Mouth -IG_VioletBox,959,14 // Stinky Scale -IG_VioletBox,960,14 // Nipper -IG_VioletBox,961,14 // Conch -IG_VioletBox,962,14 // Tentacle -IG_VioletBox,963,14 // Sharp Scale -IG_VioletBox,964,14 // Crab Shell -IG_VioletBox,965,14 // Clam Shell -IG_VioletBox,966,14 // Clam Flesh -IG_VioletBox,967,14 // Turtle Shell -IG_VioletBox,968,14 // Heroic Emblem -IG_VioletBox,969,14 // Gold -IG_VioletBox,971,14 // Detrimindexta -IG_VioletBox,972,14 // Karvodailnirol -IG_VioletBox,973,14 // Counteragent -IG_VioletBox,974,14 // Mixture -IG_VioletBox,975,14 // Scarlet Dyestuff -IG_VioletBox,976,14 // Lemon Dyestuff -IG_VioletBox,978,14 // Cobaltblue Dyestuff -IG_VioletBox,979,14 // Darkgreen Dyestuff -IG_VioletBox,980,14 // Orange Dyestuff -IG_VioletBox,981,14 // Violet Dyestuff -IG_VioletBox,982,14 // White Dyestuff -IG_VioletBox,983,14 // Black Dyestuff -IG_VioletBox,986,14 // Anvil -IG_VioletBox,987,14 // Oridecon Anvil -IG_VioletBox,988,14 // Golden Anvil -IG_VioletBox,989,14 // Emperium Anvil -IG_VioletBox,990,14 // Red Blood -IG_VioletBox,991,14 // Crystal Blue -IG_VioletBox,992,14 // Wind of Verdure -IG_VioletBox,993,14 // Green Live -IG_VioletBox,994,14 // Flame Heart -IG_VioletBox,995,14 // Mystic Frozen -IG_VioletBox,996,14 // Rough Wind -IG_VioletBox,997,14 // Great Nature -IG_VioletBox,998,14 // Iron -IG_VioletBox,999,14 // Steel -IG_VioletBox,1000,14 // Star Crumb -IG_VioletBox,1001,14 // Star Dust -IG_VioletBox,1002,14 // Iron Ore -IG_VioletBox,1003,14 // Coal -IG_VioletBox,1004,14 // Chivalry Emblem -IG_VioletBox,1005,14 // Hammer of Blacksmith -IG_VioletBox,1006,14 // Old Magicbook -IG_VioletBox,1007,14 // Necklace of Wisdom -IG_VioletBox,1008,14 // Necklace of Oblivion -IG_VioletBox,1009,14 // Hand of God -IG_VioletBox,1010,14 // Phracon -IG_VioletBox,1011,14 // Emveretarcon -IG_VioletBox,1012,14 // Frill -IG_VioletBox,1013,14 // Rainbow Shell -IG_VioletBox,1014,14 // Ant Jaw -IG_VioletBox,1015,14 // Tongue -IG_VioletBox,1016,14 // Rat Tail -IG_VioletBox,1017,14 // Mole Whiskers -IG_VioletBox,1018,14 // Mole Claw -IG_VioletBox,1019,14 // Trunk -IG_VioletBox,1020,14 // Black Hair -IG_VioletBox,1021,14 // Dokebi Horn -IG_VioletBox,1022,14 // Nine Tails -IG_VioletBox,1023,14 // Fish Tail -IG_VioletBox,1024,14 // Squid Ink -IG_VioletBox,1025,14 // Cobweb -IG_VioletBox,1026,14 // Acorn -IG_VioletBox,1027,14 // Porcupine Quill -IG_VioletBox,1028,14 // Mane -IG_VioletBox,1029,14 // Tiger Skin -IG_VioletBox,1031,14 // Mantis Scythe -IG_VioletBox,1032,14 // Maneater Blossom -IG_VioletBox,1033,14 // Maneater Root -IG_VioletBox,1034,14 // Blue Hair -IG_VioletBox,1035,14 // Dragon Canine -IG_VioletBox,1036,14 // Dragon Scale -IG_VioletBox,1037,14 // Dragon Tail -IG_VioletBox,1038,14 // Little Evil Horn -IG_VioletBox,1039,14 // Little Evil Wing -IG_VioletBox,1040,14 // Elder Pixie's Moustache -IG_VioletBox,1041,14 // Lantern -IG_VioletBox,1042,14 // Bug Leg -IG_VioletBox,1043,14 // Orc Claw -IG_VioletBox,1044,14 // Zenorc's Fang -IG_VioletBox,1045,14 // Cultish Masque -IG_VioletBox,1046,14 // Scorpion Nipper -IG_VioletBox,1047,14 // Dead Medusa -IG_VioletBox,1048,14 // Horrendous Hair -IG_VioletBox,1049,14 // Skirt of Virgin -IG_VioletBox,1050,14 // Tendon -IG_VioletBox,1051,14 // Detonator -IG_VioletBox,1052,14 // Single Cell -IG_VioletBox,1053,14 // Ancient Tooth -IG_VioletBox,1054,14 // Ancient Lips -IG_VioletBox,1055,14 // Earthworm Peeling -IG_VioletBox,1056,14 // Grit -IG_VioletBox,1057,14 // Moth Dust -IG_VioletBox,1058,14 // Moth Wings -IG_VioletBox,1059,14 // Fabric -IG_VioletBox,1060,14 // Golden Hair -IG_VioletBox,1061,14 // Witched Starsand -IG_VioletBox,1062,14 // Jack o' Pumpkin -IG_VioletBox,1063,14 // Fang -IG_VioletBox,1064,14 // Reins -IG_VioletBox,1065,14 // Trap -IG_VioletBox,1066,14 // Fine-grained Trunk -IG_VioletBox,1067,14 // Solid Trunk -IG_VioletBox,1068,14 // Barren Trunk -IG_VioletBox,1088,14 // Morocc Solution -IG_VioletBox,1089,14 // Payon Solution -IG_VioletBox,1092,14 // Empty Test Tube -IG_VioletBox,1093,14 // Empty Potion Bottle -IG_VioletBox,1094,14 // Short Daenggie -IG_VioletBox,1095,14 // Clock Hand -IG_VioletBox,1096,14 // Round Shell -IG_VioletBox,1097,14 // Worn Out Page -IG_VioletBox,1098,14 // Manacles -IG_VioletBox,1099,14 // Worn-out Prison Uniform -IG_VioletBox,1102,7 // Sword -IG_VioletBox,1105,7 // Falchion -IG_VioletBox,1108,7 // Blade -IG_VioletBox,1111,7 // Rapier -IG_VioletBox,1114,7 // Scimitar -IG_VioletBox,1117,7 // Katana -IG_VioletBox,1120,7 // Tsurugi -IG_VioletBox,1124,7 // Orcish sword -IG_VioletBox,1125,7 // Ring Pommel Saber -IG_VioletBox,1127,7 // Saber -IG_VioletBox,1128,7 // Haedonggum -IG_VioletBox,1129,7 // Flamberge -IG_VioletBox,1147,1 // Town Sword -IG_VioletBox,1148,1 // Star Dust Blade -IG_VioletBox,1152,7 // Slayer -IG_VioletBox,1155,7 // Bastard Sword -IG_VioletBox,1158,7 // Two-Handed Sword -IG_VioletBox,1162,7 // Broad Sword -IG_VioletBox,1163,7 // Claymore -IG_VioletBox,1202,7 // Knife -IG_VioletBox,1205,7 // Cutter -IG_VioletBox,1208,7 // Main Gauche -IG_VioletBox,1211,7 // Dirk -IG_VioletBox,1214,7 // Dagger -IG_VioletBox,1217,7 // Stiletto -IG_VioletBox,1220,7 // Gladius -IG_VioletBox,1226,7 // Damascus -IG_VioletBox,1243,7 // Novice Main Gauche -IG_VioletBox,1251,7 // Jur -IG_VioletBox,1253,7 // Katar -IG_VioletBox,1255,7 // Jamadhar -IG_VioletBox,1256,7 // Katar of Frozen Icicle -IG_VioletBox,1257,7 // Katar of Quaking -IG_VioletBox,1258,7 // Katar of Raging Blaze -IG_VioletBox,1259,7 // Katar of Piercing Wind -IG_VioletBox,1262,1 // Loki's Nail -IG_VioletBox,1263,1 // Unholy Touch -IG_VioletBox,1264,2 // Specialty Jur -IG_VioletBox,1265,1 // Bloody Roar -IG_VioletBox,1269,1 // Inverse Scale -IG_VioletBox,1271,1 // Blood Tears -IG_VioletBox,1302,7 // Axe -IG_VioletBox,1304,7 // Orcish Axe -IG_VioletBox,1307,1 // Windhawk -IG_VioletBox,1352,7 // Battle Axe -IG_VioletBox,1355,7 // Hammer -IG_VioletBox,1358,7 // Buster -IG_VioletBox,1361,7 // Two-Handed Axe -IG_VioletBox,1370,1 // Doom Slayer -IG_VioletBox,1376,1 // Heart Breaker -IG_VioletBox,1377,1 // Hurricane Fury -IG_VioletBox,1402,7 // Javelin -IG_VioletBox,1405,7 // Spear -IG_VioletBox,1408,7 // Pike -IG_VioletBox,1411,7 // Lance -IG_VioletBox,1452,7 // Guisarme -IG_VioletBox,1455,7 // Glaive -IG_VioletBox,1458,7 // Partizan -IG_VioletBox,1461,7 // Trident -IG_VioletBox,1464,7 // Halberd -IG_VioletBox,1472,7 // Soul Staff -IG_VioletBox,1474,1 // Gae Bolg -IG_VioletBox,1478,1 // Ahlspiess -IG_VioletBox,1502,7 // Club -IG_VioletBox,1505,7 // Mace -IG_VioletBox,1508,7 // Smasher -IG_VioletBox,1511,7 // Flail -IG_VioletBox,1514,7 // Morning Star -IG_VioletBox,1517,7 // Sword Mace -IG_VioletBox,1520,7 // Chain -IG_VioletBox,1522,7 // Stunner -IG_VioletBox,1550,7 // Book -IG_VioletBox,1551,7 // Bible -IG_VioletBox,1552,7 // Tablet -IG_VioletBox,1553,7 // Book of Billows -IG_VioletBox,1554,7 // Book of Mother Earth -IG_VioletBox,1555,7 // Book of the Blazing Sun -IG_VioletBox,1556,7 // Book of Gust of Wind -IG_VioletBox,1558,7 // Girl's Diary -IG_VioletBox,1559,1 // Legacy of Dragon -IG_VioletBox,1560,1 // Sage's Diary -IG_VioletBox,1561,1 // Hardcover Book -IG_VioletBox,1602,7 // Rod -IG_VioletBox,1605,7 // Wand -IG_VioletBox,1608,7 // Staff -IG_VioletBox,1611,7 // Arc Wand -IG_VioletBox,1613,7 // Mighty Staff -IG_VioletBox,1614,7 // Wand of Occult -IG_VioletBox,1615,7 // Evil Bone Wand -IG_VioletBox,1616,1 // Wing Staff -IG_VioletBox,1618,1 // Survivor's Rod -IG_VioletBox,1620,1 // Survivor's Rod -IG_VioletBox,1622,1 // Hypnotist's Staff -IG_VioletBox,1702,7 // Bow -IG_VioletBox,1705,7 // Composite Bow -IG_VioletBox,1708,7 // Great Bow -IG_VioletBox,1711,7 // Crossbow -IG_VioletBox,1715,7 // Arbalest -IG_VioletBox,1716,7 // Gakkung Bow -IG_VioletBox,1718,7 // Hunter Bow -IG_VioletBox,1723,1 // Luna Bow -IG_VioletBox,1724,1 // Dragon Wing -IG_VioletBox,1730,1 // Burning Bow -IG_VioletBox,1731,1 // Frozen Bow -IG_VioletBox,1732,1 // Earth Bow -IG_VioletBox,1733,1 // Gust Bow -IG_VioletBox,1750,14 // Arrow -IG_VioletBox,1751,14 // Silver Arrow -IG_VioletBox,1752,14 // Fire Arrow -IG_VioletBox,1753,14 // Steel Arrow -IG_VioletBox,1754,14 // Crystal Arrow -IG_VioletBox,1755,14 // Arrow of Wind -IG_VioletBox,1756,14 // Stone Arrow -IG_VioletBox,1757,14 // Immaterial Arrow -IG_VioletBox,1758,14 // Stun Arrow -IG_VioletBox,1759,14 // Frozen Arrow -IG_VioletBox,1760,14 // Flash Arrow -IG_VioletBox,1761,14 // Cursed Arrow -IG_VioletBox,1762,14 // Rusty Arrow -IG_VioletBox,1763,14 // Poison Arrow -IG_VioletBox,1764,14 // Sharp Arrow -IG_VioletBox,1765,14 // Oridecon Arrow -IG_VioletBox,1767,14 // Shadow Arrow -IG_VioletBox,1768,14 // Sleep Arrow -IG_VioletBox,1769,14 // Mute Arrow -IG_VioletBox,1770,14 // Iron Arrow -IG_VioletBox,1802,7 // Waghnak -IG_VioletBox,1804,7 // Knuckle Duster -IG_VioletBox,1806,7 // Studded Knuckles -IG_VioletBox,1808,7 // Fist -IG_VioletBox,1810,7 // Claw -IG_VioletBox,1812,7 // Finger -IG_VioletBox,1815,1 // Hatii Claw -IG_VioletBox,1818,1 // Magma Fist -IG_VioletBox,1819,1 // Icicle Fist -IG_VioletBox,1820,1 // Electric Fist -IG_VioletBox,1821,1 // Seismic Fist -IG_VioletBox,1822,1 // Combo Battle Glove -IG_VioletBox,1902,7 // Violin -IG_VioletBox,1904,7 // Mandolin -IG_VioletBox,1906,7 // Lute -IG_VioletBox,1908,7 // Guitar -IG_VioletBox,1910,7 // Harp -IG_VioletBox,1912,7 // Gumoongoh -IG_VioletBox,1914,1 // Burning Passion Guitar -IG_VioletBox,1915,1 // Loner's Guitar -IG_VioletBox,1916,1 // Green Acre Guitar -IG_VioletBox,1917,1 // Gentle Breeze Guitar -IG_VioletBox,1918,1 // Oriental Lute -IG_VioletBox,1919,1 // Base Guitar -IG_VioletBox,1951,7 // Rope -IG_VioletBox,1953,7 // Whip -IG_VioletBox,1955,7 // Wire Whip -IG_VioletBox,1957,7 // Rante Whip -IG_VioletBox,1959,7 // Tail Whip -IG_VioletBox,1961,7 // Whip -IG_VioletBox,1965,1 // Red Flame Whip -IG_VioletBox,1966,1 // Icicle Whip -IG_VioletBox,1967,1 // Gaia Whip -IG_VioletBox,1968,1 // Skipping Rope -IG_VioletBox,1969,1 // Blade Whip -IG_VioletBox,1970,1 // Queen's Whip -IG_VioletBox,1971,1 // Electric Wire -IG_VioletBox,1972,1 // Electric Eel -IG_VioletBox,1973,1 // Sea Witch's Foot -IG_VioletBox,1974,1 // Carrot Whip -IG_VioletBox,2102,7 // Guard -IG_VioletBox,2104,7 // Buckler -IG_VioletBox,2106,7 // Shield -IG_VioletBox,2108,7 // Mirror Shield -IG_VioletBox,2109,7 // Memory Book -IG_VioletBox,2112,7 // Novice Guard -IG_VioletBox,2201,7 // Sunglasses -IG_VioletBox,2203,7 // Glasses -IG_VioletBox,2205,7 // Diver Goggles -IG_VioletBox,2206,7 // Wedding Veil -IG_VioletBox,2207,7 // Fancy Flower -IG_VioletBox,2208,7 // Ribbon -IG_VioletBox,2209,7 // Ribbon -IG_VioletBox,2210,7 // Hair Band -IG_VioletBox,2211,7 // Bandana -IG_VioletBox,2212,7 // Eye Patch -IG_VioletBox,2213,7 // Kitty Band -IG_VioletBox,2214,7 // Bunny Band -IG_VioletBox,2215,7 // Flower Band -IG_VioletBox,2216,7 // Biretta -IG_VioletBox,2217,7 // Biretta -IG_VioletBox,2218,7 // Flu Mask -IG_VioletBox,2220,7 // Hat -IG_VioletBox,2221,7 // Hat -IG_VioletBox,2222,7 // Turban -IG_VioletBox,2223,7 // Turban -IG_VioletBox,2224,7 // Goggles -IG_VioletBox,2225,7 // Goggles -IG_VioletBox,2226,7 // Cap -IG_VioletBox,2227,7 // Cap -IG_VioletBox,2228,7 // Helm -IG_VioletBox,2229,7 // Helm -IG_VioletBox,2230,7 // Gemmed Sallet -IG_VioletBox,2231,7 // Gemmed Sallet -IG_VioletBox,2232,7 // Circlet -IG_VioletBox,2233,7 // Circlet -IG_VioletBox,2236,7 // Santa Hat -IG_VioletBox,2239,7 // Monocle -IG_VioletBox,2241,7 // Grandpa Beard -IG_VioletBox,2242,7 // Purple Glasses -IG_VioletBox,2243,7 // Geek Glasses -IG_VioletBox,2244,7 // Big Ribbon -IG_VioletBox,2245,7 // Sweet Gent -IG_VioletBox,2246,7 // Golden Gear -IG_VioletBox,2247,7 // Romantic Gent -IG_VioletBox,2248,7 // Western Grace -IG_VioletBox,2249,1 // Coronet -IG_VioletBox,2250,7 // Cute Ribbon -IG_VioletBox,2251,7 // Monk Hat -IG_VioletBox,2252,7 // Wizard Hat -IG_VioletBox,2253,7 // Sunflower -IG_VioletBox,2254,1 // Angel Wing -IG_VioletBox,2255,1 // Evil Wing -IG_VioletBox,2257,7 // Unicorn Horn -IG_VioletBox,2258,1 // Spiky Band -IG_VioletBox,2259,7 // Mini Propeller -IG_VioletBox,2260,7 // Mini Glasses -IG_VioletBox,2261,7 // Army Cap -IG_VioletBox,2262,7 // Clown Nose -IG_VioletBox,2263,7 // Zorro Masque -IG_VioletBox,2265,7 // Gangster Mask -IG_VioletBox,2266,7 // Iron Cain -IG_VioletBox,2267,7 // Cigarette -IG_VioletBox,2268,7 // Pipe -IG_VioletBox,2269,7 // Romantic Flower -IG_VioletBox,2270,7 // Romantic Leaf -IG_VioletBox,2271,7 // Jack be Dandy -IG_VioletBox,2274,1 // Ghost Bandana -IG_VioletBox,2275,7 // Red Bandana -IG_VioletBox,2276,7 // Angled Glasses -IG_VioletBox,2277,7 // Nurse Cap -IG_VioletBox,2278,7 // Mr. Smile -IG_VioletBox,2279,7 // Bomb Wick -IG_VioletBox,2282,7 // Halo -IG_VioletBox,2285,7 // Apple of Archer -IG_VioletBox,2286,1 // Elven Ears -IG_VioletBox,2287,7 // Pirate Bandana -IG_VioletBox,2288,7 // Mr. Scream -IG_VioletBox,2289,7 // Poo Poo Hat -IG_VioletBox,2290,7 // Funeral Hat -IG_VioletBox,2291,7 // Masquerade -IG_VioletBox,2294,7 // Stellar -IG_VioletBox,2295,7 // Blinker -IG_VioletBox,2297,7 // Goblin Mask -IG_VioletBox,2298,7 // Green Feeler -IG_VioletBox,2299,7 // Orc Helm -IG_VioletBox,2302,7 // Cotton Shirt -IG_VioletBox,2304,7 // Jacket -IG_VioletBox,2306,7 // Adventurer's Suit -IG_VioletBox,2308,7 // Mantle -IG_VioletBox,2310,7 // Coat -IG_VioletBox,2311,7 // Mink Coat -IG_VioletBox,2313,7 // Padded Armor -IG_VioletBox,2315,7 // Chain Mail -IG_VioletBox,2317,7 // Full Plate -IG_VioletBox,2318,7 // Lord's Clothes -IG_VioletBox,2320,7 // Formal Suit -IG_VioletBox,2322,7 // Silk Robe -IG_VioletBox,2324,7 // Scapulare -IG_VioletBox,2326,7 // Saint's Robe -IG_VioletBox,2327,1 // Holy Robe -IG_VioletBox,2329,7 // Wooden Mail -IG_VioletBox,2331,7 // Tights -IG_VioletBox,2333,7 // Silver Robe -IG_VioletBox,2334,1 // Mage Coat -IG_VioletBox,2336,7 // Thief Clothes -IG_VioletBox,2337,7 // Ninja Suit -IG_VioletBox,2339,7 // Pantie -IG_VioletBox,2340,7 // Novice Breastplate -IG_VioletBox,2352,7 // Tattered Novice Ninja Suit -IG_VioletBox,2402,7 // Sandals -IG_VioletBox,2404,7 // Shoes -IG_VioletBox,2406,7 // Boots -IG_VioletBox,2407,7 // Crystal Pumps -IG_VioletBox,2408,7 // Shackles -IG_VioletBox,2409,7 // High Heels -IG_VioletBox,2411,7 // Greaves -IG_VioletBox,2414,7 // Novice Slippers -IG_VioletBox,2502,7 // Hood -IG_VioletBox,2504,7 // Muffler -IG_VioletBox,2506,7 // Manteau -IG_VioletBox,2507,7 // Ancient Cape -IG_VioletBox,2508,7 // Ragamuffin Manteau -IG_VioletBox,2510,7 // Somber Novice Hood -IG_VioletBox,2513,1 // Heavenly Maiden Robe -IG_VioletBox,2514,1 // Pauldron -IG_VioletBox,2515,1 // Eagle Wing -IG_VioletBox,2601,7 // Ring -IG_VioletBox,2602,7 // Earring -IG_VioletBox,2603,7 // Necklace -IG_VioletBox,2604,7 // Glove -IG_VioletBox,2605,7 // Brooch -IG_VioletBox,2607,7 // Clip -IG_VioletBox,2608,7 // Rosary -IG_VioletBox,2609,7 // Skull Ring -IG_VioletBox,2610,7 // Gold Ring -IG_VioletBox,2611,7 // Silver Ring -IG_VioletBox,2612,7 // Flower Ring -IG_VioletBox,2613,7 // Diamond Ring -IG_VioletBox,2614,1 // Eye of Dullahan -IG_VioletBox,2615,1 // Safety Ring -IG_VioletBox,2616,1 // Critical Ring -IG_VioletBox,2617,7 // Celebrant's Mitten -IG_VioletBox,2618,7 // Matyr's Leash -IG_VioletBox,2621,1 // Ring -IG_VioletBox,2622,1 // Earring -IG_VioletBox,2623,1 // Necklace -IG_VioletBox,2624,1 // Glove -IG_VioletBox,2625,1 // Brooch -IG_VioletBox,2626,1 // Rosary -IG_VioletBox,2627,7 // Belt -IG_VioletBox,2628,7 // Novice Armlet -IG_VioletBox,2652,1 // Goddess of Fortune's Cursed Brooch -IG_VioletBox,2654,1 // Shinobi Sash -IG_VioletBox,2655,1 // Bloodied Shackle Ball -IG_VioletBox,2656,1 // Armor Charm -IG_VioletBox,5002,1 // Jewel Crown -IG_VioletBox,5003,7 // Joker Jester -IG_VioletBox,5005,7 // Gas Mask -IG_VioletBox,5006,7 // Machoman's Glasses -IG_VioletBox,5007,1 // Grand Circlet -IG_VioletBox,5009,7 // Safety Helmet -IG_VioletBox,5010,7 // Indian Fillet -IG_VioletBox,5011,7 // Aerial -IG_VioletBox,5014,7 // Fin Helm -IG_VioletBox,5015,7 // Egg Shell -IG_VioletBox,5017,1 // Bone Helm -IG_VioletBox,5030,7 // Panda Hat -IG_VioletBox,5035,7 // Poring Hat -IG_VioletBox,5037,7 // Nutshell -IG_VioletBox,5053,1 // Sphinx Hat -IG_VioletBox,5055,7 // Novice False Eggshell -IG_VioletBox,5066,1 // Succubus Horn -IG_VioletBox,5072,1 // Incubus Horn -IG_VioletBox,5085,1 // Small Ribbons -IG_VioletBox,5088,7 // Surprised Mask -IG_VioletBox,5089,7 // Annoyed Mask -IG_VioletBox,5090,7 // Goblin Leader Mask -IG_VioletBox,5111,1 // Galapago Cap -IG_VioletBox,5113,1 // Angry Snarl -IG_VioletBox,5116,1 // Banana Hat -IG_VioletBox,5118,1 // Puppy Headband -IG_VioletBox,5119,1 // Super Novice Hat -IG_VioletBox,5120,1 // Bucket Hat -IG_VioletBox,7001,14 // Mould Powder -IG_VioletBox,7002,14 // Ogre Tooth -IG_VioletBox,7003,14 // Anolian Skin -IG_VioletBox,7004,14 // Mud Lump -IG_VioletBox,7005,14 // Skull -IG_VioletBox,7006,14 // Wing of Red Bat -IG_VioletBox,7007,14 // Claw of Rat -IG_VioletBox,7008,14 // Stiff Horn -IG_VioletBox,7009,14 // Glitter Shell -IG_VioletBox,7010,14 // Tail of Steel Scorpion -IG_VioletBox,7011,14 // Claw of Monkey -IG_VioletBox,7012,14 // Tough Scalelike Stem -IG_VioletBox,7013,14 // Coral Reef -IG_VioletBox,7014,14 // Old Portrait -IG_VioletBox,7015,14 // Memory Bookmark -IG_VioletBox,7016,14 // Bent Spoon -IG_VioletBox,7026,14 // Key of the Clock Tower -IG_VioletBox,7027,14 // Key of the Underground -IG_VioletBox,7030,14 // Claw of Desert Wolf -IG_VioletBox,7031,14 // Old Frying Pan -IG_VioletBox,7032,14 // Piece of Egg Shell -IG_VioletBox,7033,14 // Poison Spore -IG_VioletBox,7034,14 // Red Stocking -IG_VioletBox,7035,14 // Matchstick -IG_VioletBox,7036,14 // Fang of Garm -IG_VioletBox,7038,14 // Yarn -IG_VioletBox,7041,14 // Fine Grit -IG_VioletBox,7047,14 // Alice's Apron -IG_VioletBox,7048,14 // Talon of Griffon -IG_VioletBox,7049,14 // Stone -IG_VioletBox,7053,14 // Cyfar -IG_VioletBox,7054,14 // Brigan -IG_VioletBox,7059,14 // Free Ticket for Kafra Storage -IG_VioletBox,7060,14 // Free Ticket for Kafra Transportation -IG_VioletBox,7061,14 // Free Ticket for the Cart Service -IG_VioletBox,7063,14 // Soft Feather -IG_VioletBox,7064,14 // Wing of Dragonfly -IG_VioletBox,7065,14 // Sea-Otter Fur -IG_VioletBox,7066,14 // Ice Cubic -IG_VioletBox,7067,14 // Stone Fragment -IG_VioletBox,7068,14 // Burnt Tree -IG_VioletBox,7069,14 // Destroyed Armor -IG_VioletBox,7070,14 // Broken Shell -IG_VioletBox,7071,14 // Tattered Clothes -IG_VioletBox,7072,14 // Old Shuriken -IG_VioletBox,7093,14 // Cogwheel -IG_VioletBox,7094,14 // Fragment -IG_VioletBox,7095,14 // Metal Fragment -IG_VioletBox,7096,14 // Lava -IG_VioletBox,7097,14 // Burning Heart -IG_VioletBox,7098,14 // Live Coal -IG_VioletBox,7099,14 // Worn-out Magic Scroll -IG_VioletBox,7100,14 // Sharp Leaf -IG_VioletBox,7101,14 // Peco Peco Feather -IG_VioletBox,7106,14 // Antelope Horn -IG_VioletBox,7107,14 // Antelope Skin -IG_VioletBox,7108,14 // Piece of Shield -IG_VioletBox,7109,14 // Shining Spear Blade -IG_VioletBox,7110,14 // Broken Sword -IG_VioletBox,7111,14 // Slick Paper -IG_VioletBox,7112,14 // Sharp Paper -IG_VioletBox,7113,14 // Broken Pharaoh Emblem -IG_VioletBox,7114,14 // Masque of Tutankhamen -IG_VioletBox,7115,14 // Harpy Feather -IG_VioletBox,7116,14 // Harpy Talon -IG_VioletBox,7117,14 // Torn Magic Book -IG_VioletBox,7118,14 // Torn Scroll -IG_VioletBox,7119,14 // Bacillus -IG_VioletBox,7120,14 // Burning Horseshoe -IG_VioletBox,7121,14 // Honey Pot -IG_VioletBox,7122,14 // Burning Hair -IG_VioletBox,7123,14 // Dragon Skin -IG_VioletBox,7124,14 // Sand Clump -IG_VioletBox,7125,14 // Scorpion Claw -IG_VioletBox,7126,14 // Large Jellopy -IG_VioletBox,7134,14 // Medicine Bowl -IG_VioletBox,7135,14 // Fire Bottle -IG_VioletBox,7136,14 // Acid Bottle -IG_VioletBox,7137,14 // Plant Bottle -IG_VioletBox,7138,14 // Marine Sphere Bottle -IG_VioletBox,7139,14 // Glistening Coat -IG_VioletBox,7149,14 // Yellow Plate -IG_VioletBox,7150,14 // Piece of Bamboo -IG_VioletBox,7151,14 // Oil Paper -IG_VioletBox,7152,14 // Glossy Hair -IG_VioletBox,7153,14 // Worn-out Kimono -IG_VioletBox,7154,14 // Poisonous Powder -IG_VioletBox,7155,14 // Poisonous Toad Skin -IG_VioletBox,7156,14 // Broken Shuriken -IG_VioletBox,7157,14 // Dark Mask -IG_VioletBox,7158,14 // Broken Liquor Jar -IG_VioletBox,7159,14 // Tengu Nose -IG_VioletBox,7161,14 // Black Bear Skin -IG_VioletBox,7162,14 // Cloud Crumb -IG_VioletBox,7163,14 // Hard Feeler -IG_VioletBox,7164,14 // Solid_Peach -IG_VioletBox,7165,14 // Transparent Celestial Robe -IG_VioletBox,7166,14 // Soft Silk -IG_VioletBox,7167,14 // Strange Steel Piece -IG_VioletBox,7168,14 // Giant Butterfly Wing -IG_VioletBox,7169,14 // Ba_Gua -IG_VioletBox,7171,14 // Leopard Skin -IG_VioletBox,7172,14 // Leopard Claw -IG_VioletBox,7174,14 // Wrapping Lace -IG_VioletBox,7175,14 // Wrapping Paper -IG_VioletBox,7182,14 // Cacao -IG_VioletBox,7186,14 // Thin Trunk -IG_VioletBox,7187,14 // Festival Mask -IG_VioletBox,7188,14 // Brown_Root -IG_VioletBox,7189,14 // Wooden Heart -IG_VioletBox,7190,14 // Solid Husk -IG_VioletBox,7191,14 // Lamp -IG_VioletBox,7192,14 // Vane -IG_VioletBox,7193,14 // Sprout -IG_VioletBox,7194,14 // Soft Blade of Grass -IG_VioletBox,7195,14 // Slingshot -IG_VioletBox,7196,14 // Shoulder Protector -IG_VioletBox,7197,14 // Tough Vines -IG_VioletBox,7198,14 // Huge Leaf -IG_VioletBox,7200,14 // Elastic Band -IG_VioletBox,7201,14 // Log -IG_VioletBox,7202,14 // Pincher of Beetle -IG_VioletBox,7203,14 // Strong Branch -IG_VioletBox,7205,14 // Piece of Black Cloth -IG_VioletBox,7206,14 // Black Cat Doll -IG_VioletBox,7207,14 // Old Manteau -IG_VioletBox,7208,14 // Rusty Kitchen Knife -IG_VioletBox,7209,14 // Helm of Dullahan -IG_VioletBox,7210,14 // Armor Piece of Dullahan -IG_VioletBox,7211,14 // Fragment of Rossata Stone -IG_VioletBox,7212,14 // Hung Doll -IG_VioletBox,7213,14 // Needle Packet -IG_VioletBox,7214,14 // Bat Cage -IG_VioletBox,7215,14 // Broken Needle -IG_VioletBox,7216,14 // Red Muffler -IG_VioletBox,7217,14 // Spool -IG_VioletBox,7218,14 // Decomposed Rope -IG_VioletBox,7219,14 // Striped Sock -IG_VioletBox,7220,14 // Ectoplasm -IG_VioletBox,7221,14 // Tangled Chains -IG_VioletBox,7222,14 // Wooden Gnarl -IG_VioletBox,7223,14 // Contorted Self-Portrait -IG_VioletBox,7225,14 // Pumpkin Lantern -IG_VioletBox,7262,14 // Folding Fan of Cat Ghost -IG_VioletBox,7263,14 // Cat's Eye -IG_VioletBox,7264,14 // Dry Sand -IG_VioletBox,7265,14 // Dragon Horn -IG_VioletBox,7266,14 // Denture from Dragon Mask -IG_VioletBox,7267,14 // Tiger Panty -IG_VioletBox,7268,14 // Little Ghost Doll -IG_VioletBox,7269,14 // Pinafore -IG_VioletBox,7270,14 // Nursing_Bottle -IG_VioletBox,7315,1 // Dark Crystal Fragment -IG_VioletBox,7316,1 // Insect Leg -IG_VioletBox,7317,1 // Rusty Screw -IG_VioletBox,7318,1 // Old Pick -IG_VioletBox,7319,1 // Used Iron Plate -IG_VioletBox,7320,1 // Dust Pollutant -IG_VioletBox,7321,1 // Crystal Fragment -IG_VioletBox,7322,1 // Toxic Gas -IG_VioletBox,7323,1 // Battered Kettle -IG_VioletBox,7325,1 // Flexible Tube -IG_VioletBox,7326,1 // Fluorescent Liquid -IG_VioletBox,7327,1 // Flashlight -IG_VioletBox,7436,1 // Fragment of Agony -IG_VioletBox,7437,1 // Fragment of Misery -IG_VioletBox,7438,1 // Fragment of Hatred -IG_VioletBox,7439,1 // Fragment of Despair -IG_VioletBox,7440,1 // Red Feather -IG_VioletBox,7441,1 // Blue Feather -IG_VioletBox,7442,1 // Cursed Seal -IG_VioletBox,7443,1 // Three-Headed Dragon's Head -IG_VioletBox,7444,1 // Treasure Box -IG_VioletBox,7445,1 // Green Bijou -IG_VioletBox,7446,1 // Blue Bijou -IG_VioletBox,7447,1 // Red Bijou -IG_VioletBox,7448,1 // Yellow Bijou -IG_VioletBox,7449,1 // Bloody Page -IG_VioletBox,7450,1 // Skeletal Armor Piece -IG_VioletBox,7451,1 // Fire Dragon Scale -IG_VioletBox,7452,1 // Yellow Spice -IG_VioletBox,7453,1 // Sweet Sauce -IG_VioletBox,7454,1 // Savory Sauce -IG_VioletBox,7455,1 // Spicy Sauce -IG_VioletBox,7456,1 // Red Spice -IG_VioletBox,7457,1 // Cooking Oil -IG_VioletBox,7472,1 // Level 1 Cookbook -IG_VioletBox,7473,1 // Level 2 Cookbook -IG_VioletBox,7474,1 // Level 3 Cookbook -IG_VioletBox,7475,1 // Level 4 Cookbook -IG_VioletBox,7476,1 // Level 5 Cookbook -IG_VioletBox,7477,1 // Level 6 Cookbook -IG_VioletBox,7478,1 // Level 7 Cookbook -IG_VioletBox,7479,1 // Level 8 Cookbook -IG_VioletBox,7480,1 // Level 9 Cookbook -IG_VioletBox,7481,1 // Level 10 Cookbook -IG_VioletBox,7482,1 // Pot -IG_VioletBox,7512,1 // Burnt Part -IG_VioletBox,7513,1 // Pocket Watch -IG_VioletBox,7561,1 // Glacial Heart -IG_VioletBox,7562,1 // Ice Scale -IG_VioletBox,7563,1 // Bloody Rune -IG_VioletBox,7564,1 // Rotten Meat -IG_VioletBox,7565,1 // Sticky Poison -IG_VioletBox,7567,1 // Suspicious Hat -IG_VioletBox,7568,1 // White Mask -IG_VioletBox,7751,17 // Old White Cloth -IG_VioletBox,7752,16 // Clattering Skull -IG_VioletBox,7753,17 // Broken Farming Utensil -IG_VioletBox,10001,7 // Skull Helm -IG_VioletBox,10002,7 // Monster Oxygen Mask -IG_VioletBox,10003,7 // Transparent Headgear -IG_VioletBox,10004,7 // Pacifier -IG_VioletBox,10005,7 // Wig -IG_VioletBox,10006,7 // Queen's Hair Ornament -IG_VioletBox,10007,7 // Silk Ribbon -IG_VioletBox,10008,7 // Punisher -IG_VioletBox,10009,7 // Wild Flower -IG_VioletBox,10010,7 // Battered Pot -IG_VioletBox,10011,7 // Stellar Hairpin -IG_VioletBox,10012,7 // Tiny Egg Shell -IG_VioletBox,10013,7 // Backpack -IG_VioletBox,10014,7 // Rocker Glasses -IG_VioletBox,10015,7 // Green Lace -IG_VioletBox,10016,7 // Golden Bell -IG_VioletBox,10017,7 // Bark Shorts -IG_VioletBox,10018,7 // Monkey Circlet -IG_VioletBox,10019,7 // Red Scarf -IG_VioletBox,10020,7 // Grave Keeper's Sword -IG_VioletBox,13001,1 // Dragon Killer -IG_VioletBox,13002,1 // Ginnungagap -IG_VioletBox,13004,1 // Cowardice Blade -IG_VioletBox,13163,1 // Long Barrel -IG_VioletBox,13164,1 // Long Barrel -IG_VioletBox,13167,1 // Gate Keeper-DD -IG_VioletBox,13168,1 // Thunder P -IG_VioletBox,13170,2 // Lever Action Rifle -IG_VioletBox,13200,1 // Bullet -IG_VioletBox,13201,1 // Silver Bullet -IG_VioletBox,13202,1 // Bloody Shell -IG_VioletBox,13203,1 // Flare Sphere -IG_VioletBox,13204,1 // Lightning Sphere -IG_VioletBox,13205,1 // Poison Sphere -IG_VioletBox,13206,1 // Blind Sphere -IG_VioletBox,13207,1 // Freezing Sphere -IG_VioletBox,13304,1 // Huuma Calm Mind diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp index 70a47e5f223..6d97c6a2e08 100644 --- a/src/map/itemdb.cpp +++ b/src/map/itemdb.cpp @@ -593,6 +593,98 @@ static bool itemdb_read_itemavail(char* str[], int columns, int current) { static int itemdb_group_free(DBKey key, DBData *data, va_list ap); static int itemdb_group_free2(DBKey key, DBData *data); +static void itemdb_read_box(const std::string &path, const std::string &source) { + const std::string current_file = path + "/" + source; + YAML::Node root; + + try { + root = YAML::LoadFile(current_file); + } + catch (...) { + ShowError("Failed to read '" CL_WHITE "%s" CL_RESET "'.\n", current_file.c_str()); + return; + } + + int count_entries = 0; + int group_id = -1; + struct s_item_group_db *group = NULL; + + for ( YAML::const_iterator it = root.begin(); it != root.end(); ++it ) { + std::string group_char = it->first.as(); + if (!script_get_constant( group_char.c_str(), &group_id)) { + ShowWarning("itemdb_read_box: Invalid Group %s in \"%s\", skipping.\n", group_char.c_str(), current_file.c_str()); + return; + } + const YAML::Node &node = it->second; + + // Remove from DB + if (node["Clear"]) { + int clear = node["Clear"].as(); + + if (clear < 0 || clear > 1) { + ShowWarning( "itemdb_read_box: Invalid Clear for group %s in '%s'.\n", group_char.c_str(), current_file.c_str() ); + return; + } + + if (clear == 1) { + DBData data; + + if (itemdb_group->remove( itemdb_group, db_ui2key(group_id), &data )){ + itemdb_group_free2(db_ui2key(group_id), &data); + ShowNotice( "itemdb_read_box: Item Group '%s' has been cleared.\n", group_char.c_str() ); + } else { + ShowWarning( "itemdb_read_box: Item Group '%s' has not been cleared, because it did not exist.\n", group_char.c_str() ); + } + return; + } + } + + if (!(group = (struct s_item_group_db *) uidb_get(itemdb_group, group_id))) { + CREATE(group, struct s_item_group_db, 1); + group->id = group_id; + uidb_put(itemdb_group, group->id, group); + } + + for (auto items_it = node.begin(); items_it != node.end(); ++items_it) { + struct s_item_group_random *random = NULL; + struct s_item_group_entry entry; + + memset(&entry, 0, sizeof(entry)); + + int itemid = items_it->first.as(); + if (itemdb_exists(itemid)) + entry.nameid = itemid; + else { + ShowWarning( "itemdb_read_box: Non-existant item '%d' in '" CL_WHITE "%s" CL_RESET "'\n", itemid, current_file.c_str() ); + continue; + } + unsigned int prob = items_it->second.as(); + prob = prob < 1 ? 1 : prob; + + entry.amount = 1; + entry.isAnnounced = 0; + entry.duration = 0; + entry.GUID = 0; + entry.bound = BOUND_NONE; + entry.isNamed = 0; + + random = &group->random[0]; + + RECREATE(random->data, struct s_item_group_entry, random->data_qty+prob); + + // Put the entry to its rand_group + for (unsigned int j = random->data_qty; j < random->data_qty+prob; j++) + random->data[j] = entry; + + random->data_qty += prob; + count_entries++; + } + } + ShowStatus("Done reading '" CL_BLUE "%d" CL_RESET "' items in '" CL_BLUE "%s" CL_RESET "'\n", count_entries, current_file.c_str()); + + return; +} + static bool itemdb_read_group(char* str[], int columns, int current) { int group_id = -1; unsigned int j, prob = 1; @@ -1835,12 +1927,8 @@ static void itemdb_read(void) { sv_readdb(dbsubpath2, "item_stack.txt", ',', 3, 3, -1, &itemdb_read_stack, i > 0); sv_readdb(dbsubpath1, "item_nouse.txt", ',', 3, 3, -1, &itemdb_read_nouse, i > 0); sv_readdb(dbsubpath2, "item_group_db.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath2, "item_bluebox.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath2, "item_violetbox.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath2, "item_cardalbum.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath1, "item_findingore.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath2, "item_giftbox.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); - sv_readdb(dbsubpath2, "item_misc.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); + itemdb_read_box(dbsubpath2, "item_box.yml"); + itemdb_read_box(dbsubpath1, "item_findingore.yml"); #ifdef RENEWAL sv_readdb(dbsubpath2, "item_package.txt", ',', 2, 10, -1, &itemdb_read_group, i > 0); #endif diff --git a/src/map/map-server.vcxproj b/src/map/map-server.vcxproj index 421fd326662..d0a78c89c9f 100644 --- a/src/map/map-server.vcxproj +++ b/src/map/map-server.vcxproj @@ -306,17 +306,14 @@ - + - - - @@ -324,7 +321,6 @@ - From 03f0022e761b78b569b2df8ecb90a548f14a2a7a Mon Sep 17 00:00:00 2001 From: atemo Date: Mon, 17 Dec 2018 16:21:21 +0100 Subject: [PATCH 2/2] . --- db/item_findingore.yml | 8 ++++---- db/pre-re/item_box.yml | 8 ++++---- src/map/itemdb.cpp | 12 ++++++------ 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/db/item_findingore.yml b/db/item_findingore.yml index 675f229c8ae..16b3bb15a1d 100644 --- a/db/item_findingore.yml +++ b/db/item_findingore.yml @@ -6,15 +6,15 @@ ################################################################################################################## # #: -# : +# : # ################################################################################################################## # # Description: # -# : IG DB name -# : Aegis item name -# : rate +# : Box Database name +# : Item ID +# : Rate # ################################################################################################################## diff --git a/db/pre-re/item_box.yml b/db/pre-re/item_box.yml index cc847de9775..303ac23dc11 100644 --- a/db/pre-re/item_box.yml +++ b/db/pre-re/item_box.yml @@ -6,15 +6,15 @@ ################################################################################################################## # #: -# : +# : # ################################################################################################################## # # Description: # -# : IG DB name -# : Aegis item name -# : rate +# : Box Database name +# : Item ID +# : Rate # ################################################################################################################## diff --git a/src/map/itemdb.cpp b/src/map/itemdb.cpp index 6d97c6a2e08..f24b5d6a065 100644 --- a/src/map/itemdb.cpp +++ b/src/map/itemdb.cpp @@ -610,9 +610,9 @@ static void itemdb_read_box(const std::string &path, const std::string &source) struct s_item_group_db *group = NULL; for ( YAML::const_iterator it = root.begin(); it != root.end(); ++it ) { - std::string group_char = it->first.as(); - if (!script_get_constant( group_char.c_str(), &group_id)) { - ShowWarning("itemdb_read_box: Invalid Group %s in \"%s\", skipping.\n", group_char.c_str(), current_file.c_str()); + std::string group_name = it->first.as(); + if (!script_get_constant( group_name.c_str(), &group_id)) { + ShowWarning("itemdb_read_box: Invalid Group %s in \"%s\", skipping.\n", group_name.c_str(), current_file.c_str()); return; } const YAML::Node &node = it->second; @@ -622,7 +622,7 @@ static void itemdb_read_box(const std::string &path, const std::string &source) int clear = node["Clear"].as(); if (clear < 0 || clear > 1) { - ShowWarning( "itemdb_read_box: Invalid Clear for group %s in '%s'.\n", group_char.c_str(), current_file.c_str() ); + ShowWarning( "itemdb_read_box: Invalid Clear for group %s in '%s'.\n", group_name.c_str(), current_file.c_str() ); return; } @@ -631,9 +631,9 @@ static void itemdb_read_box(const std::string &path, const std::string &source) if (itemdb_group->remove( itemdb_group, db_ui2key(group_id), &data )){ itemdb_group_free2(db_ui2key(group_id), &data); - ShowNotice( "itemdb_read_box: Item Group '%s' has been cleared.\n", group_char.c_str() ); + ShowNotice( "itemdb_read_box: Item Group '%s' has been cleared.\n", group_name.c_str() ); } else { - ShowWarning( "itemdb_read_box: Item Group '%s' has not been cleared, because it did not exist.\n", group_char.c_str() ); + ShowWarning( "itemdb_read_box: Item Group '%s' has not been cleared, because it did not exist.\n", group_name.c_str() ); } return; }