112978 lines
2.7 MiB
112978 lines
2.7 MiB
# This file is a part of rAthena.
|
|
# Copyright(C) 2023 rAthena Development Team
|
|
# https://rathena.org - https://github.com/rathena
|
|
#
|
|
# This program is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 3 of the License, or
|
|
# (at your option) any later version.
|
|
#
|
|
# This program is distributed in the hope that it will be useful,
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
# GNU General Public License for more details.
|
|
#
|
|
# You should have received a copy of the GNU General Public License
|
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
###########################################################################
|
|
# Item Group Database
|
|
###########################################################################
|
|
#
|
|
# Item Group Settings
|
|
#
|
|
###########################################################################
|
|
# - Group Group name of the item.
|
|
# SubGroups:
|
|
# - SubGroup: SubGroup number associated with the list of item. See doc/item_group.txt for more information.
|
|
# List: List of item(s) for the SubGroup.
|
|
# - Index Unique number that can be used to add the same Item with different data in the list.
|
|
# Item AegisName of item that will be obtained from this item group.
|
|
# Rate Probability to get the item. (Default: 0)
|
|
# Amount Amount of item that will be obtained. (Default: 1)
|
|
# Duration Makes the item a rental item which will expire within the given amount in minutes. Not intended for use with stackable items. (Default: 0)
|
|
# Announced If player obtains this item it will be broadcasted to the server. (Default: false)
|
|
# UniqueId Makes the given item(s) have a Unique ID. (Default: UniqueId from item_db)
|
|
# Stacked Whether stackable items are given stacked or not. (Default: true)
|
|
# Named Inscribes the item with the obtainer's name. (Default: false)
|
|
# Bound Binds the obtained item. (Default: None)
|
|
# RandomOptionGroup Applies random options of this group to all equipable items (Default: None)
|
|
# RefineMinimum Applies at least this refine level to all equipable items (Default: 0)
|
|
# RefineMaximum Applies at most this refine level to all equipable items (Default: 0)
|
|
# Clear Whether the current datas should be removed. (Optional)
|
|
# Clear Remove the given SubGroup. (Optional)
|
|
###########################################################################
|
|
|
|
Header:
|
|
Type: ITEM_GROUP_DB
|
|
Version: 3
|
|
|
|
Body:
|
|
- Group: 2013_RWC_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Ticket_Incubus
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Neutral_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Neutral_Earring
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: S_Neutral_Pendent
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Stability_Shield
|
|
Rate: 550
|
|
- Index: 13
|
|
Item: C_Wings_Of_Victory
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 21
|
|
Item: RWC_Inicializer
|
|
Rate: 720
|
|
- Index: 22
|
|
Item: Old_C_Album_Shield
|
|
Rate: 500
|
|
- Index: 23
|
|
Item: Old_C_Album_Armor
|
|
Rate: 500
|
|
- Group: ACCESORY
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Earring
|
|
Rate: 11
|
|
- Index: 2
|
|
Item: Necklace
|
|
Rate: 12
|
|
- Index: 3
|
|
Item: Glove
|
|
Rate: 12
|
|
- Index: 4
|
|
Item: Brooch
|
|
Rate: 12
|
|
- Index: 5
|
|
Item: Clip
|
|
Rate: 12
|
|
- Index: 6
|
|
Item: Rosary
|
|
Rate: 14
|
|
- Index: 7
|
|
Item: Skul_Ring
|
|
Rate: 14
|
|
- Index: 8
|
|
Item: Gold_Ring
|
|
Rate: 14
|
|
- Index: 9
|
|
Item: Silver_Ring
|
|
Rate: 14
|
|
- Index: 10
|
|
Item: Flower_Ring
|
|
Rate: 14
|
|
- Index: 11
|
|
Item: Diamond_Ring
|
|
Rate: 11
|
|
- Index: 12
|
|
Item: Safety_Ring
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Critical_Ring
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Mitten_Of_Presbyter
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Matyr's_Flea_Guard
|
|
Rate: 11
|
|
- Index: 16
|
|
Item: Thimble_Of_Archer
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Ring_
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Earring_
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Necklace_
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Glove_
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Brooch_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Rosary_
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Belt
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Novice_Armlet
|
|
Rate: 14
|
|
- Index: 25
|
|
Item: Shinobi's_Sash
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Hyper_Changer
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Nile_Rose_
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Vesper_Core01
|
|
Rate: 2
|
|
- Index: 29
|
|
Item: Vesper_Core02
|
|
Rate: 2
|
|
- Index: 30
|
|
Item: Vesper_Core03
|
|
Rate: 2
|
|
- Index: 31
|
|
Item: Vesper_Core04
|
|
Rate: 2
|
|
- Index: 32
|
|
Item: Thimble_Of_Archer_
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Spiritual_Ring
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Lesser_Elemental_Ring
|
|
Rate: 9
|
|
- Index: 35
|
|
Item: Red_Silk_Seal
|
|
Rate: 2
|
|
- Index: 36
|
|
Item: Orleans_Glove
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Expert_Ring
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Librarian_Glove
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Pocket_Watch_
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Lunatic_Brooch
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Iron_Wrist
|
|
Rate: 1
|
|
- Group: ACIDBOMB_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Bottle
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Acid_Bottle
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: ACOLYTE_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rideword_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Fur_Seal_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Live_Peach_Tree_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Geographer_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Cookie_Card
|
|
UniqueId: true
|
|
- Group: ADVANCED_WEAPONS_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Nagan
|
|
Rate: 2
|
|
- Index: 1
|
|
Item: Ice_Falchon
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: Edge
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Fire_Brand
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: Scissores_Sword
|
|
Rate: 7
|
|
- Index: 5
|
|
Item: Cutlas
|
|
Rate: 7
|
|
- Index: 6
|
|
Item: Solar_Sword
|
|
Rate: 7
|
|
- Index: 7
|
|
Item: Excalibur
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: Mysteltainn_
|
|
Rate: 7
|
|
- Index: 9
|
|
Item: Tale_Fing_
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: Byeorrun_Gum
|
|
Rate: 7
|
|
- Index: 11
|
|
Item: Immaterial_Sword
|
|
Rate: 7
|
|
- Index: 12
|
|
Item: Star_Dust_Blade
|
|
Rate: 7
|
|
- Index: 13
|
|
Item: Muramasa
|
|
Rate: 7
|
|
- Index: 14
|
|
Item: Masamune
|
|
Rate: 2
|
|
- Index: 15
|
|
Item: Dragon_Slayer
|
|
Rate: 7
|
|
- Index: 16
|
|
Item: Schweizersabel
|
|
Rate: 7
|
|
- Index: 17
|
|
Item: Zweihander
|
|
Rate: 7
|
|
- Index: 18
|
|
Item: Executioner_
|
|
Rate: 2
|
|
- Index: 19
|
|
Item: Katzbalger
|
|
Rate: 7
|
|
- Index: 20
|
|
Item: Zweihander_
|
|
Rate: 7
|
|
- Index: 21
|
|
Item: Altas_Weapon
|
|
Rate: 2
|
|
- Index: 22
|
|
Item: Muscle_Cutter
|
|
Rate: 7
|
|
- Index: 23
|
|
Item: Schweizersabel_
|
|
Rate: 7
|
|
- Index: 24
|
|
Item: Executioner__
|
|
Rate: 2
|
|
- Index: 25
|
|
Item: Dragon_Slayer_
|
|
Rate: 7
|
|
- Index: 26
|
|
Item: Tae_Goo_Lyeon
|
|
Rate: 7
|
|
- Index: 27
|
|
Item: Bloody_Eater
|
|
Rate: 7
|
|
- Index: 28
|
|
Item: Violet_Fear
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Death_Guidance
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Veteran_Sword
|
|
Rate: 7
|
|
- Index: 31
|
|
Item: Krasnaya
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: Chrome_Twohand_Sword
|
|
Rate: 2
|
|
- Index: 33
|
|
Item: Forturn_Sword
|
|
Rate: 2
|
|
- Index: 34
|
|
Item: Sword_Breaker
|
|
Rate: 4
|
|
- Index: 35
|
|
Item: Weeder_Knife
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: Combat_Knife
|
|
Rate: 2
|
|
- Index: 37
|
|
Item: Mama's_Knife
|
|
Rate: 5
|
|
- Index: 38
|
|
Item: House_Auger
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Bazerald
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Assasin_Dagger
|
|
Rate: 5
|
|
- Index: 41
|
|
Item: Exercise
|
|
Rate: 5
|
|
- Index: 42
|
|
Item: Moonlight_Sword
|
|
Rate: 2
|
|
- Index: 43
|
|
Item: Azoth
|
|
Rate: 5
|
|
- Index: 44
|
|
Item: Sucsamad
|
|
Rate: 5
|
|
- Index: 45
|
|
Item: Grimtooth_
|
|
Rate: 5
|
|
- Index: 46
|
|
Item: Princess_Knife
|
|
Rate: 5
|
|
- Index: 47
|
|
Item: Cursed_Dagger
|
|
Rate: 5
|
|
- Index: 48
|
|
Item: Counter_Dagger
|
|
Rate: 5
|
|
- Index: 49
|
|
Item: Holy_Dagger
|
|
Rate: 5
|
|
- Index: 50
|
|
Item: Infiltrator
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Unholy_Touch
|
|
Rate: 5
|
|
- Index: 52
|
|
Item: Bloody_Roar
|
|
Rate: 2
|
|
- Index: 53
|
|
Item: Infiltrator_
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Wild_Beast_Claw
|
|
Rate: 2
|
|
- Index: 55
|
|
Item: Inverse_Scale
|
|
Rate: 2
|
|
- Index: 56
|
|
Item: Drill_Katar
|
|
Rate: 5
|
|
- Index: 57
|
|
Item: Blood_Tears
|
|
Rate: 5
|
|
- Index: 58
|
|
Item: Krishna
|
|
Rate: 5
|
|
- Index: 59
|
|
Item: Cakram
|
|
Rate: 5
|
|
- Index: 60
|
|
Item: Cleaver
|
|
Rate: 5
|
|
- Index: 61
|
|
Item: Vecer_Axe
|
|
Rate: 5
|
|
- Index: 62
|
|
Item: Brood_Axe
|
|
Rate: 2
|
|
- Index: 63
|
|
Item: Great_Axe
|
|
Rate: 5
|
|
- Index: 64
|
|
Item: Sabbath
|
|
Rate: 5
|
|
- Index: 65
|
|
Item: Right_Epsilon
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Slaughter
|
|
Rate: 5
|
|
- Index: 67
|
|
Item: Tomahawk
|
|
Rate: 5
|
|
- Index: 68
|
|
Item: Guillotine
|
|
Rate: 2
|
|
- Index: 69
|
|
Item: Doom_Slayer
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Doom_Slayer_
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Heart_Breaker
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: Hurricane_Fury
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Bradium_Stonehammer
|
|
Rate: 5
|
|
- Index: 74
|
|
Item: Giant_Axe
|
|
Rate: 2
|
|
- Index: 75
|
|
Item: Gungnir
|
|
Rate: 5
|
|
- Index: 76
|
|
Item: Gelerdria
|
|
Rate: 5
|
|
- Index: 77
|
|
Item: Skewer
|
|
Rate: 2
|
|
- Index: 78
|
|
Item: Tjungkuletti
|
|
Rate: 5
|
|
- Index: 79
|
|
Item: Gungnir_
|
|
Rate: 5
|
|
- Index: 80
|
|
Item: Long_Horn
|
|
Rate: 5
|
|
- Index: 81
|
|
Item: Battle_Hook
|
|
Rate: 2
|
|
- Index: 82
|
|
Item: Hunting_Spear
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Imperial_Spear
|
|
Rate: 2
|
|
- Index: 84
|
|
Item: Crescent_Scythe
|
|
Rate: 5
|
|
- Index: 85
|
|
Item: Bill_Guisarme
|
|
Rate: 5
|
|
- Index: 86
|
|
Item: Zephyrus
|
|
Rate: 5
|
|
- Index: 87
|
|
Item: Longinus's_Spear
|
|
Rate: 5
|
|
- Index: 88
|
|
Item: Brionac
|
|
Rate: 5
|
|
- Index: 89
|
|
Item: Hell_Fire
|
|
Rate: 5
|
|
- Index: 90
|
|
Item: Wizardy_Staff
|
|
Rate: 5
|
|
- Index: 91
|
|
Item: Gae_Bolg
|
|
Rate: 5
|
|
- Index: 92
|
|
Item: Spectral_Spear
|
|
Rate: 5
|
|
- Index: 93
|
|
Item: Ahlspiess
|
|
Rate: 5
|
|
- Index: 94
|
|
Item: Spectral_Spear_
|
|
Rate: 5
|
|
- Index: 95
|
|
Item: Gae_Bolg_
|
|
Rate: 5
|
|
- Index: 96
|
|
Item: Zephyrus_
|
|
Rate: 5
|
|
- Index: 97
|
|
Item: Cardo
|
|
Rate: 2
|
|
- Index: 98
|
|
Item: Spike
|
|
Rate: 2
|
|
- Index: 99
|
|
Item: Golden_Mace
|
|
Rate: 5
|
|
- Index: 100
|
|
Item: Long_Mace
|
|
Rate: 5
|
|
- Index: 101
|
|
Item: Quadrille
|
|
Rate: 5
|
|
- Index: 102
|
|
Item: Grand_Cross
|
|
Rate: 1
|
|
- Index: 103
|
|
Item: Spike_
|
|
Rate: 2
|
|
- Index: 104
|
|
Item: Golden_Mace_
|
|
Rate: 5
|
|
- Index: 105
|
|
Item: Grand_Cross_
|
|
Rate: 1
|
|
- Index: 106
|
|
Item: Nemesis
|
|
Rate: 5
|
|
- Index: 107
|
|
Item: Book_Of_The_Apocalypse
|
|
Rate: 5
|
|
- Index: 108
|
|
Item: Girl's_Diary
|
|
Rate: 5
|
|
- Index: 109
|
|
Item: Legacy_Of_Dragon
|
|
Rate: 5
|
|
- Index: 110
|
|
Item: Hardback
|
|
Rate: 5
|
|
- Index: 111
|
|
Item: Bible_Of_Battlefield
|
|
Rate: 5
|
|
- Index: 112
|
|
Item: Death_Note
|
|
Rate: 1
|
|
- Index: 113
|
|
Item: Staff_Of_Wing
|
|
Rate: 5
|
|
- Index: 114
|
|
Item: Walking_Stick
|
|
Rate: 5
|
|
- Index: 115
|
|
Item: Holy_Stick
|
|
Rate: 5
|
|
- Index: 116
|
|
Item: Thorn_Staff
|
|
Rate: 1
|
|
- Index: 117
|
|
Item: Eraser
|
|
Rate: 1
|
|
- Index: 118
|
|
Item: Dead_Tree_Cane
|
|
Rate: 5
|
|
- Index: 119
|
|
Item: Mental_Stick
|
|
Rate: 2
|
|
- Index: 120
|
|
Item: Bow_Of_Roguemaster
|
|
Rate: 2
|
|
- Index: 121
|
|
Item: Bow_Of_Rudra
|
|
Rate: 2
|
|
- Index: 122
|
|
Item: Balistar
|
|
Rate: 2
|
|
- Index: 123
|
|
Item: Dragon_Wing
|
|
Rate: 5
|
|
- Index: 124
|
|
Item: Bow_Of_Minstrel
|
|
Rate: 5
|
|
- Index: 125
|
|
Item: Balistar_
|
|
Rate: 2
|
|
- Index: 126
|
|
Item: Ixion_Wing
|
|
Rate: 5
|
|
- Index: 127
|
|
Item: Nepenthes_Bow
|
|
Rate: 5
|
|
- Index: 128
|
|
Item: Cursed_Lyre
|
|
Rate: 5
|
|
- Index: 129
|
|
Item: Falken_Blitz
|
|
Rate: 5
|
|
- Index: 130
|
|
Item: Kaiser_Knuckle
|
|
Rate: 5
|
|
- Index: 131
|
|
Item: Berserk
|
|
Rate: 1
|
|
- Index: 132
|
|
Item: Claw_Of_Garm
|
|
Rate: 5
|
|
- Index: 133
|
|
Item: Berserk_
|
|
Rate: 1
|
|
- Index: 134
|
|
Item: Sura_Rampage
|
|
Rate: 2
|
|
- Index: 135
|
|
Item: Electronic_Guitar
|
|
Rate: 5
|
|
- Index: 136
|
|
Item: Oriental_Lute
|
|
Rate: 5
|
|
- Index: 137
|
|
Item: Berserk_Guitar
|
|
Rate: 1
|
|
- Index: 138
|
|
Item: Oriental_Lute_
|
|
Rate: 5
|
|
- Index: 139
|
|
Item: Harp_Of_Nepenthes
|
|
Rate: 5
|
|
- Index: 140
|
|
Item: Green_Whistle
|
|
Rate: 2
|
|
- Index: 141
|
|
Item: Lariat
|
|
Rate: 5
|
|
- Index: 142
|
|
Item: Rapture_Rose
|
|
Rate: 5
|
|
- Index: 143
|
|
Item: Chemeti
|
|
Rate: 5
|
|
- Index: 144
|
|
Item: Bladed_Whip
|
|
Rate: 5
|
|
- Index: 145
|
|
Item: Queen's_Whip
|
|
Rate: 5
|
|
- Index: 146
|
|
Item: Electric_Eel
|
|
Rate: 5
|
|
- Index: 147
|
|
Item: Sea_Witch_Foot
|
|
Rate: 5
|
|
- Index: 148
|
|
Item: Carrot_Whip
|
|
Rate: 5
|
|
- Index: 149
|
|
Item: Queen's_Whip_
|
|
Rate: 5
|
|
- Index: 150
|
|
Item: Stem_Of_Nepenthes
|
|
Rate: 5
|
|
- Index: 151
|
|
Item: Stem_Whip
|
|
Rate: 2
|
|
- Index: 152
|
|
Item: Rosebine
|
|
Rate: 1
|
|
- Index: 153
|
|
Item: Destruction_Rod
|
|
Rate: 1
|
|
- Index: 154
|
|
Item: Divine_Cross
|
|
Rate: 5
|
|
- Index: 155
|
|
Item: Kronos
|
|
Rate: 5
|
|
- Index: 156
|
|
Item: Dea_Staff
|
|
Rate: 5
|
|
- Index: 157
|
|
Item: Krieg
|
|
Rate: 5
|
|
- Index: 158
|
|
Item: Weihna
|
|
Rate: 5
|
|
- Index: 159
|
|
Item: Black_Wing
|
|
Rate: 5
|
|
- Index: 160
|
|
Item: Ancient_Dagger
|
|
Rate: 1
|
|
- Index: 161
|
|
Item: Ruber
|
|
Rate: 5
|
|
- Index: 162
|
|
Item: Chrome_Sword
|
|
Rate: 2
|
|
- Index: 163
|
|
Item: Erde
|
|
Rate: 5
|
|
- Index: 164
|
|
Item: Red_Square_Bag
|
|
Rate: 5
|
|
- Index: 165
|
|
Item: Red_Ether_Bag
|
|
Rate: 5
|
|
- Index: 166
|
|
Item: Mystic_Bow
|
|
Rate: 5
|
|
- Index: 167
|
|
Item: Crescent_Scythe_
|
|
Rate: 1
|
|
- Index: 168
|
|
Item: Slash
|
|
Rate: 5
|
|
- Index: 169
|
|
Item: Agent_Katar
|
|
Rate: 1
|
|
- Index: 170
|
|
Item: Guillotine_Katar
|
|
Rate: 1
|
|
- Index: 171
|
|
Item: Ygnus_Stale
|
|
Rate: 1
|
|
- Index: 172
|
|
Item: End_Sektura
|
|
Rate: 1
|
|
- Index: 173
|
|
Item: Cannon_Spear
|
|
Rate: 1
|
|
- Index: 174
|
|
Item: Chilly_Spell_Book
|
|
Rate: 1
|
|
- Index: 175
|
|
Item: Recovery_Light
|
|
Rate: 1
|
|
- Index: 176
|
|
Item: Aztoe_Nail
|
|
Rate: 1
|
|
- Index: 177
|
|
Item: Scarletto_Nail
|
|
Rate: 1
|
|
- Index: 178
|
|
Item: Bloody_Cross
|
|
Rate: 1
|
|
- Index: 179
|
|
Item: Catapult
|
|
Rate: 1
|
|
- Index: 180
|
|
Item: Big_CrossBow
|
|
Rate: 1
|
|
- Index: 181
|
|
Item: Creeper_Bow
|
|
Rate: 1
|
|
- Group: ADVENTURER_RETURNS_SUPPORT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: E_Str_Dish_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: E_Agi_Dish_Box
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: E_Int_Dish_Box
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: E_Dex_Dish_Box
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: E_Luk_Dish_Box
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: E_Vit_Dish_Box
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: E_Blessing_10_Scr_Box
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
Rate: 1
|
|
- Group: ADV_SIEGE_SUPPLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_White_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Siege_Blue_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: AGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Agrade_Coin
|
|
- Index: 1
|
|
Item: Bgrade_Coin
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Cgrade_Coin
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: Bgrade_Coin
|
|
Rate: 150
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Cgrade_Coin
|
|
Rate: 200
|
|
- Group: AGUST_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: B_Katrinn_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Giant_Octopus_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Kraken_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: SurviveOrb
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Squirrel_Ear_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: SeraphimRobe
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Giant_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Unbreakable_Weap
|
|
Rate: 429
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Unbreakable_Def
|
|
Rate: 429
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1190
|
|
- Index: 17
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 18
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 19
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 20
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 21
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 22
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Group: ALL_IN_ONE_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: All_In_One_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: AMORA_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Love_Piece
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: C_Sepia_Cap
|
|
Rate: 250
|
|
- Index: 11
|
|
Item: Critical_Anklet
|
|
Rate: 115
|
|
- Index: 12
|
|
Item: Heart_Wing_Hairband
|
|
Rate: 115
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 115
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 115
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Tao_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Orc_Load_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: ANGEL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angelic_Chain
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Dress_Of_Angel
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kiss_Of_Angel
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Angeling_Hat
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Angeling_Hairpin
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Gold_Spirit_Chain
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Angeling_Card
|
|
Rate: 95
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Blessing_10_Scroll_Box
|
|
Rate: 350
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Archangeling_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Group: ANIMAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tiger_Mask
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guardian_Lion_Mask
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Luk_Dish10
|
|
Rate: 185
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Panda_Cap
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Brown_Bear_Cap
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Smokie_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Str_Dish08
|
|
Rate: 185
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Lazy_Raccoon
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Drooping_Bunny
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Int_Dish03
|
|
Rate: 185
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Elephant_Hat_
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Sea_Otter_Cap
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Vit_Dish09
|
|
Rate: 185
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Galapago_Cap
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Magestic_Goat_TW
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Fish_On_Head_
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Agi_Dish06
|
|
Rate: 185
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: APPLE_OF_ARCHER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Apple_Of_Archer_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: AQUARIUS_DIADEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mask_Of_Ifrit_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aquarius_Diadem
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Imp_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Neuralizer_Box
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Waterdrop_Brooch
|
|
Rate: 17
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Dice_Hat_Box
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: B_Def_Potion_Box50
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: B_Mdef_Potion_Box50
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: PhreeoniS
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Abrasive_Box5
|
|
Rate: 155
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 210
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: BGum_Box_In_Mouth4
|
|
Rate: 155
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Box_Of_Sunlight
|
|
Rate: 175
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: AQUARIUS_DI_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Aquarius_Diadem_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: ARCHER_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cruiser_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Anolian_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Merman_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Dragon_Tail_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Alligator_Card
|
|
UniqueId: true
|
|
- Group: ARIES_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Boots
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 45
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Aries_Crown
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Aries_Diadem
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Neuralizer_Box
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Scuba_Mask
|
|
Rate: 150
|
|
- Index: 6
|
|
Item: Acidus_Card
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: Pirate_Bandana_
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Enriched_Elunium_Box5
|
|
Rate: 1100
|
|
- Index: 10
|
|
Item: Enriched_Oridecon_Box5
|
|
Rate: 1600
|
|
- Index: 11
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 1800
|
|
- Index: 12
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 1800
|
|
- Index: 13
|
|
Item: Zeny_Scroll
|
|
Rate: 2300
|
|
Amount: 10
|
|
- Group: ARIES_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Aries_Scroll_
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: ASGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Asgard_Blessing
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Odin's_Blessing
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Valkyrja's_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Yggdrasilberry
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Daydric_Card
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: Fricca_Circlet
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Secret_Medicine
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: Tyr's_Blessing
|
|
Rate: 100
|
|
Amount: 30
|
|
- Index: 8
|
|
Item: HE_Battle_Manual
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Valkyrie_Feather_Band
|
|
Rate: 20
|
|
- Index: 10
|
|
Item: Isilla_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Spark_Candy
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 12
|
|
Item: Darkness_Helm
|
|
Rate: 20
|
|
- Index: 13
|
|
Item: Guyak_Pudding
|
|
Rate: 120
|
|
Amount: 10
|
|
- Index: 14
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 120
|
|
- Index: 15
|
|
Item: Regeneration_Box10
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Lucky_Cookie02
|
|
Rate: 150
|
|
Amount: 30
|
|
- Group: ASPERSIO_5_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: ASURA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Asura_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: A_GRADE_COIN_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Agrade_Coin
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Bgrade_Coin
|
|
Rate: 2
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
Rate: 1
|
|
- Group: BACSOJIN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Magical_Moon_Cake
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Moon_Cake
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Special_Moon_Cake
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Tayelin_Doll_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Binit_Doll_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Debril_Doll_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Blessing_10_Scroll_Box
|
|
Rate: 180
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Hibiscus
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Charming_Ribbon
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Miracle_Medicine
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Slipper
|
|
Rate: 14
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Insurance
|
|
Rate: 135
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BAD_STUDENT_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Adv_Devil_School_Cap
|
|
- Index: 1
|
|
Item: Blue_Pencil_In_Mouth
|
|
- Index: 2
|
|
Item: School_Uniform
|
|
- Index: 3
|
|
Item: Songpyun_Box50
|
|
- Index: 4
|
|
Item: Insurance
|
|
Amount: 5
|
|
- Group: BALISTAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Balistar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BASIC_SIEGE_SUPPLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_White_Potion
|
|
Amount: 25
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Siege_Blue_Potion
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: BEHOLDER_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Beholder_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bgrade_Coin
|
|
- Index: 1
|
|
Item: Cgrade_Coin
|
|
- Index: 2
|
|
Item: Dgrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Dgrade_Coin
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
Rate: 150
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- Group: BGUM_BOX_IN_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: BGUM_BOX_IN_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: BI_HWANG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Underripe_Yggseed
|
|
Rate: 1450
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1450
|
|
- Index: 2
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1450
|
|
- Index: 3
|
|
Item: Battle_Manual_Box
|
|
Rate: 1450
|
|
- Index: 4
|
|
Item: Luk_Dish_Box
|
|
Rate: 1450
|
|
- Index: 5
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Enriched_Oridecon_Box
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Pr_Reset_Stone_Box
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Sunglasses_Bball_Hat
|
|
Rate: 179
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Magic_Stole
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Lord_of_Death
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Monkey_On_Fur_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Butterfly_Hairpin
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Hair_Of_The_Strong
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Asgard_Blessing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Black_Shiba_Inu_Hat
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Fortier_Mask
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: BLESSING_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 9
|
|
Item: C_ShineSantaPoring
|
|
Rate: 179
|
|
- Index: 10
|
|
Item: C_Shelter_Wing_Ears
|
|
Rate: 179
|
|
- Index: 11
|
|
Item: GodOfWinds_Fan
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: White_Gold_Shield
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: Love_Dad_Wings_2012
|
|
Rate: 80
|
|
- Index: 14
|
|
Item: Astro_Circle
|
|
Rate: 80
|
|
- Index: 15
|
|
Item: Memories_Of_Lovers
|
|
Rate: 30
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Ghostring_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: BLESSING_MIDGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1190
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1100
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1159
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 255
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 255
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Immuned_Shield
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Scorpio_Diadem
|
|
Rate: 275
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Scorpio_Crown
|
|
Rate: 275
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Love_Dad_Wings_2012
|
|
Rate: 280
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Blind_Glasses
|
|
Rate: 320
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Shelter_Wing_Ears
|
|
Rate: 230
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Randgris_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: BLESSING_SCARLET_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Laser_Of_Eagle
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Valhalla_Idol
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_Eremes_Scarf
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Commandments_Of_Chain
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: B_Harword_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: B_Magaleta_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: B_Shecil_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: B_Seyren_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: BLEUBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Milk
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Gift_Box
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Earth_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Cold_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Fire_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Wind_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Fire_Scroll_2_5
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Fire_Scroll_3_5
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Cold_Scroll_2_5
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Holy_Scroll_1_5
|
|
Rate: 1
|
|
- Group: BLOODY_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BLUEBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 12
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 12
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 12
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 12
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 12
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 12
|
|
- Index: 6
|
|
Item: Red_Herb
|
|
Rate: 12
|
|
- Index: 7
|
|
Item: Yellow_Herb
|
|
Rate: 12
|
|
- Index: 8
|
|
Item: White_Herb
|
|
Rate: 12
|
|
- Index: 9
|
|
Item: Blue_Herb
|
|
Rate: 12
|
|
- Index: 10
|
|
Item: Green_Herb
|
|
Rate: 12
|
|
- Index: 11
|
|
Item: Apple
|
|
Rate: 12
|
|
- Index: 12
|
|
Item: Banana
|
|
Rate: 12
|
|
- Index: 13
|
|
Item: Grape
|
|
Rate: 12
|
|
- Index: 14
|
|
Item: Carrot
|
|
Rate: 12
|
|
- Index: 15
|
|
Item: Sweet_Potato
|
|
Rate: 12
|
|
- Index: 16
|
|
Item: Meat
|
|
Rate: 12
|
|
- Index: 17
|
|
Item: Honey
|
|
Rate: 12
|
|
- Index: 18
|
|
Item: Milk
|
|
Rate: 12
|
|
- Index: 19
|
|
Item: Leaflet_Of_Hinal
|
|
Rate: 12
|
|
- Index: 20
|
|
Item: Leaflet_Of_Aloe
|
|
Rate: 12
|
|
- Index: 21
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 12
|
|
- Index: 22
|
|
Item: Holy_Water
|
|
Rate: 12
|
|
- Index: 23
|
|
Item: Panacea
|
|
Rate: 12
|
|
- Index: 24
|
|
Item: Royal_Jelly
|
|
Rate: 12
|
|
- Index: 25
|
|
Item: Monster's_Feed
|
|
Rate: 12
|
|
- Index: 26
|
|
Item: Candy
|
|
Rate: 12
|
|
- Index: 27
|
|
Item: Candy_Striper
|
|
Rate: 12
|
|
- Index: 28
|
|
Item: Apple_Juice
|
|
Rate: 12
|
|
- Index: 29
|
|
Item: Banana_Juice
|
|
Rate: 12
|
|
- Index: 30
|
|
Item: Grape_Juice
|
|
Rate: 12
|
|
- Index: 31
|
|
Item: Carrot_Juice
|
|
Rate: 12
|
|
- Index: 32
|
|
Item: Pumpkin
|
|
Rate: 12
|
|
- Index: 33
|
|
Item: Ice_Cream
|
|
Rate: 12
|
|
- Index: 34
|
|
Item: Pet_Food
|
|
Rate: 12
|
|
- Index: 35
|
|
Item: Well_Baked_Cookie
|
|
Rate: 12
|
|
- Index: 36
|
|
Item: Piece_Of_Cake
|
|
Rate: 12
|
|
- Index: 37
|
|
Item: Fish_Slice
|
|
Rate: 12
|
|
- Index: 38
|
|
Item: Red_Slim_Potion
|
|
Rate: 12
|
|
- Index: 39
|
|
Item: Yellow_Slim_Potion
|
|
Rate: 12
|
|
- Index: 40
|
|
Item: White_Slim_Potion
|
|
Rate: 12
|
|
- Index: 41
|
|
Item: Cheese
|
|
Rate: 12
|
|
- Index: 42
|
|
Item: Nice_Sweet_Potato
|
|
Rate: 12
|
|
- Index: 43
|
|
Item: Popped_Rice
|
|
Rate: 12
|
|
- Index: 44
|
|
Item: Shusi
|
|
Rate: 12
|
|
- Index: 45
|
|
Item: Bun
|
|
Rate: 12
|
|
- Index: 46
|
|
Item: Rice_Cake
|
|
Rate: 12
|
|
- Index: 47
|
|
Item: Chocolate
|
|
Rate: 12
|
|
- Index: 48
|
|
Item: White_Chocolate
|
|
Rate: 12
|
|
- Index: 49
|
|
Item: Wing_Of_Fly
|
|
Rate: 12
|
|
- Index: 50
|
|
Item: Wing_Of_Butterfly
|
|
Rate: 12
|
|
- Index: 51
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 512
|
|
- Index: 52
|
|
Item: Anodyne
|
|
Rate: 12
|
|
- Index: 53
|
|
Item: Aloebera
|
|
Rate: 12
|
|
- Index: 54
|
|
Item: Yggdrasilberry
|
|
Rate: 12
|
|
- Index: 55
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 12
|
|
- Index: 56
|
|
Item: Amulet
|
|
Rate: 12
|
|
- Index: 57
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 12
|
|
- Index: 58
|
|
Item: Spectacles
|
|
Rate: 12
|
|
- Index: 59
|
|
Item: Portable_Furnace
|
|
Rate: 12
|
|
- Index: 60
|
|
Item: Iron_Hammer
|
|
Rate: 12
|
|
- Index: 61
|
|
Item: Golden_Hammer
|
|
Rate: 12
|
|
- Index: 62
|
|
Item: Oridecon_Hammer
|
|
Rate: 12
|
|
- Index: 63
|
|
Item: Worn_Out_Scroll
|
|
Rate: 12
|
|
- Index: 64
|
|
Item: Unripe_Apple
|
|
Rate: 12
|
|
- Index: 65
|
|
Item: Orange_Juice
|
|
Rate: 12
|
|
- Index: 66
|
|
Item: Bitter_Herb
|
|
Rate: 12
|
|
- Index: 67
|
|
Item: Rainbow_Carrot
|
|
Rate: 12
|
|
- Index: 68
|
|
Item: Earthworm_The_Dude
|
|
Rate: 12
|
|
- Index: 69
|
|
Item: Rotten_Fish
|
|
Rate: 12
|
|
- Index: 70
|
|
Item: Lusty_Iron
|
|
Rate: 12
|
|
- Index: 71
|
|
Item: Monster_Juice
|
|
Rate: 12
|
|
- Index: 72
|
|
Item: Sweet_Milk
|
|
Rate: 12
|
|
- Index: 73
|
|
Item: Well_Dried_Bone
|
|
Rate: 12
|
|
- Index: 74
|
|
Item: Singing_Flower
|
|
Rate: 12
|
|
- Index: 75
|
|
Item: Dew_Laden_Moss
|
|
Rate: 12
|
|
- Index: 76
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 12
|
|
- Index: 77
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 12
|
|
- Index: 78
|
|
Item: Baked_Yam
|
|
Rate: 12
|
|
- Index: 79
|
|
Item: Tropical_Banana
|
|
Rate: 12
|
|
- Index: 80
|
|
Item: Horror_Of_Tribe
|
|
Rate: 12
|
|
- Index: 81
|
|
Item: No_Recipient
|
|
Rate: 12
|
|
- Index: 82
|
|
Item: Old_Broom
|
|
Rate: 12
|
|
- Index: 83
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 12
|
|
- Index: 84
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 12
|
|
- Index: 85
|
|
Item: Shining_Stone
|
|
Rate: 12
|
|
- Index: 86
|
|
Item: Contracts_In_Shadow
|
|
Rate: 12
|
|
- Index: 87
|
|
Item: Book_Of_Devil
|
|
Rate: 12
|
|
- Index: 88
|
|
Item: Pet_Incubator
|
|
Rate: 12
|
|
- Index: 89
|
|
Item: Gift_Box
|
|
Rate: 312
|
|
- Index: 90
|
|
Item: Center_Potion
|
|
Rate: 12
|
|
- Index: 91
|
|
Item: Awakening_Potion
|
|
Rate: 12
|
|
- Index: 92
|
|
Item: Berserk_Potion
|
|
Rate: 12
|
|
- Index: 93
|
|
Item: Heart_Of_Her
|
|
Rate: 12
|
|
- Index: 94
|
|
Item: Korea_Rice_Cake
|
|
Rate: 12
|
|
- Index: 95
|
|
Item: Gift_Box_1
|
|
Rate: 12
|
|
- Index: 96
|
|
Item: Gift_Box_2
|
|
Rate: 12
|
|
- Index: 97
|
|
Item: Gift_Box_3
|
|
Rate: 12
|
|
- Index: 98
|
|
Item: Gift_Box_4
|
|
Rate: 12
|
|
- Index: 99
|
|
Item: Handsei
|
|
Rate: 12
|
|
- Index: 100
|
|
Item: Poison_Bottle
|
|
Rate: 12
|
|
- Index: 101
|
|
Item: Gold_Pill
|
|
Rate: 12
|
|
- Index: 102
|
|
Item: Ora_Ora
|
|
Rate: 12
|
|
- Index: 103
|
|
Item: Animal_Blood
|
|
Rate: 12
|
|
- Index: 104
|
|
Item: Hinalle
|
|
Rate: 12
|
|
- Index: 105
|
|
Item: Aloe
|
|
Rate: 12
|
|
- Index: 106
|
|
Item: Clover
|
|
Rate: 12
|
|
- Index: 107
|
|
Item: Four_Leaf_Clover
|
|
Rate: 12
|
|
- Index: 108
|
|
Item: Singing_Plant
|
|
Rate: 12
|
|
- Index: 109
|
|
Item: Ment
|
|
Rate: 12
|
|
- Index: 110
|
|
Item: Illusion_Flower
|
|
Rate: 12
|
|
- Index: 111
|
|
Item: Shoot
|
|
Rate: 12
|
|
- Index: 112
|
|
Item: Flower
|
|
Rate: 12
|
|
- Index: 113
|
|
Item: Empty_Bottle
|
|
Rate: 12
|
|
- Index: 114
|
|
Item: Emperium
|
|
Rate: 12
|
|
- Index: 115
|
|
Item: Yellow_Gemstone
|
|
Rate: 12
|
|
- Index: 116
|
|
Item: Red_Gemstone
|
|
Rate: 12
|
|
- Index: 117
|
|
Item: Blue_Gemstone
|
|
Rate: 12
|
|
- Index: 118
|
|
Item: Dark_Red_Jewel
|
|
Rate: 12
|
|
- Index: 119
|
|
Item: Violet_Jewel
|
|
Rate: 12
|
|
- Index: 120
|
|
Item: Skyblue_Jewel
|
|
Rate: 12
|
|
- Index: 121
|
|
Item: Azure_Jewel
|
|
Rate: 12
|
|
- Index: 122
|
|
Item: Scarlet_Jewel
|
|
Rate: 12
|
|
- Index: 123
|
|
Item: Cardinal_Jewel
|
|
Rate: 12
|
|
- Index: 124
|
|
Item: Cardinal_Jewel_
|
|
Rate: 12
|
|
- Index: 125
|
|
Item: Red_Jewel
|
|
Rate: 12
|
|
- Index: 126
|
|
Item: Blue_Jewel
|
|
Rate: 12
|
|
- Index: 127
|
|
Item: White_Jewel
|
|
Rate: 12
|
|
- Index: 128
|
|
Item: Golden_Jewel
|
|
Rate: 12
|
|
- Index: 129
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 12
|
|
- Index: 130
|
|
Item: Crystal_Jewel
|
|
Rate: 12
|
|
- Index: 131
|
|
Item: Crystal_Jewel_
|
|
Rate: 12
|
|
- Index: 132
|
|
Item: Crystal_Jewel__
|
|
Rate: 12
|
|
- Index: 133
|
|
Item: Crystal_Jewel___
|
|
Rate: 12
|
|
- Index: 134
|
|
Item: Red_Frame
|
|
Rate: 12
|
|
- Index: 135
|
|
Item: Blue_Porcelain
|
|
Rate: 12
|
|
- Index: 136
|
|
Item: White_Platter
|
|
Rate: 12
|
|
- Index: 137
|
|
Item: Black_Ladle
|
|
Rate: 12
|
|
- Index: 138
|
|
Item: Pencil_Case
|
|
Rate: 12
|
|
- Index: 139
|
|
Item: Rouge
|
|
Rate: 12
|
|
- Index: 140
|
|
Item: Stuffed_Doll
|
|
Rate: 12
|
|
- Index: 141
|
|
Item: Poring_Doll
|
|
Rate: 12
|
|
- Index: 142
|
|
Item: Chonchon_Doll
|
|
Rate: 12
|
|
- Index: 143
|
|
Item: Spore_Doll
|
|
Rate: 12
|
|
- Index: 144
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 12
|
|
- Index: 145
|
|
Item: Wedding_Bouquet
|
|
Rate: 12
|
|
- Index: 146
|
|
Item: Glass_Bead
|
|
Rate: 12
|
|
- Index: 147
|
|
Item: Crystal_Mirror
|
|
Rate: 12
|
|
- Index: 148
|
|
Item: Witherless_Rose
|
|
Rate: 12
|
|
- Index: 149
|
|
Item: Frozen_Rose
|
|
Rate: 12
|
|
- Index: 150
|
|
Item: Baphomet_Doll
|
|
Rate: 12
|
|
- Index: 151
|
|
Item: Osiris_Doll
|
|
Rate: 12
|
|
- Index: 152
|
|
Item: Grasshopper_Doll
|
|
Rate: 12
|
|
- Index: 153
|
|
Item: Monkey_Doll
|
|
Rate: 12
|
|
- Index: 154
|
|
Item: Raccoondog_Doll
|
|
Rate: 12
|
|
- Index: 155
|
|
Item: Oridecon_Stone
|
|
Rate: 12
|
|
- Index: 156
|
|
Item: Elunium_Stone
|
|
Rate: 12
|
|
- Index: 157
|
|
Item: Danggie
|
|
Rate: 12
|
|
- Index: 158
|
|
Item: Tree_Root
|
|
Rate: 12
|
|
- Index: 159
|
|
Item: Reptile_Tongue
|
|
Rate: 12
|
|
- Index: 160
|
|
Item: Scorpion's_Tail
|
|
Rate: 12
|
|
- Index: 161
|
|
Item: Stem
|
|
Rate: 12
|
|
- Index: 162
|
|
Item: Pointed_Scale
|
|
Rate: 12
|
|
- Index: 163
|
|
Item: Resin
|
|
Rate: 12
|
|
- Index: 164
|
|
Item: Spawn
|
|
Rate: 12
|
|
- Index: 165
|
|
Item: Jellopy
|
|
Rate: 12
|
|
- Index: 166
|
|
Item: Garlet
|
|
Rate: 12
|
|
- Index: 167
|
|
Item: Scell
|
|
Rate: 12
|
|
- Index: 168
|
|
Item: Zargon
|
|
Rate: 12
|
|
- Index: 169
|
|
Item: Tooth_Of_Bat
|
|
Rate: 12
|
|
- Index: 170
|
|
Item: Fluff
|
|
Rate: 12
|
|
- Index: 171
|
|
Item: Chrysalis
|
|
Rate: 12
|
|
- Index: 172
|
|
Item: Feather_Of_Birds
|
|
Rate: 12
|
|
- Index: 173
|
|
Item: Talon
|
|
Rate: 12
|
|
- Index: 174
|
|
Item: Sticky_Webfoot
|
|
Rate: 12
|
|
- Index: 175
|
|
Item: Animal's_Skin
|
|
Rate: 12
|
|
- Index: 176
|
|
Item: Claw_Of_Wolves
|
|
Rate: 12
|
|
- Index: 177
|
|
Item: Mushroom_Spore
|
|
Rate: 12
|
|
- Index: 178
|
|
Item: Orcish_Cuspid
|
|
Rate: 12
|
|
- Index: 179
|
|
Item: Evil_Horn
|
|
Rate: 12
|
|
- Index: 180
|
|
Item: Powder_Of_Butterfly
|
|
Rate: 12
|
|
- Index: 181
|
|
Item: Bill_Of_Birds
|
|
Rate: 12
|
|
- Index: 182
|
|
Item: Scale_Of_Snakes
|
|
Rate: 12
|
|
- Index: 183
|
|
Item: Insect_Feeler
|
|
Rate: 12
|
|
- Index: 184
|
|
Item: Immortal_Heart
|
|
Rate: 12
|
|
- Index: 185
|
|
Item: Rotten_Bandage
|
|
Rate: 12
|
|
- Index: 186
|
|
Item: Orcish_Voucher
|
|
Rate: 12
|
|
- Index: 187
|
|
Item: Skel_Bone
|
|
Rate: 12
|
|
- Index: 188
|
|
Item: Mementos
|
|
Rate: 12
|
|
- Index: 189
|
|
Item: Shell
|
|
Rate: 12
|
|
- Index: 190
|
|
Item: Scales_Shell
|
|
Rate: 12
|
|
- Index: 191
|
|
Item: Posionous_Canine
|
|
Rate: 12
|
|
- Index: 192
|
|
Item: Sticky_Mucus
|
|
Rate: 12
|
|
- Index: 193
|
|
Item: Bee_Sting
|
|
Rate: 12
|
|
- Index: 194
|
|
Item: Grasshopper's_Leg
|
|
Rate: 12
|
|
- Index: 195
|
|
Item: Nose_Ring
|
|
Rate: 12
|
|
- Index: 196
|
|
Item: Yoyo_Tail
|
|
Rate: 12
|
|
- Index: 197
|
|
Item: Solid_Shell
|
|
Rate: 12
|
|
- Index: 198
|
|
Item: Horseshoe
|
|
Rate: 12
|
|
- Index: 199
|
|
Item: Raccoon_Leaf
|
|
Rate: 12
|
|
- Index: 200
|
|
Item: Snail's_Shell
|
|
Rate: 12
|
|
- Index: 201
|
|
Item: Horn
|
|
Rate: 12
|
|
- Index: 202
|
|
Item: Bear's_Foot
|
|
Rate: 12
|
|
- Index: 203
|
|
Item: Feather
|
|
Rate: 12
|
|
- Index: 204
|
|
Item: Heart_Of_Mermaid
|
|
Rate: 12
|
|
- Index: 205
|
|
Item: Fin
|
|
Rate: 12
|
|
- Index: 206
|
|
Item: Cactus_Needle
|
|
Rate: 12
|
|
- Index: 207
|
|
Item: Stone_Heart
|
|
Rate: 12
|
|
- Index: 208
|
|
Item: Shining_Scales
|
|
Rate: 12
|
|
- Index: 209
|
|
Item: Worm_Peelings
|
|
Rate: 12
|
|
- Index: 210
|
|
Item: Gill
|
|
Rate: 12
|
|
- Index: 211
|
|
Item: Decayed_Nail
|
|
Rate: 12
|
|
- Index: 212
|
|
Item: Horrendous_Mouth
|
|
Rate: 12
|
|
- Index: 213
|
|
Item: Rotten_Scale
|
|
Rate: 12
|
|
- Index: 214
|
|
Item: Nipper
|
|
Rate: 12
|
|
- Index: 215
|
|
Item: Conch
|
|
Rate: 12
|
|
- Index: 216
|
|
Item: Tentacle
|
|
Rate: 12
|
|
- Index: 217
|
|
Item: Sharp_Scale
|
|
Rate: 12
|
|
- Index: 218
|
|
Item: Crap_Shell
|
|
Rate: 12
|
|
- Index: 219
|
|
Item: Clam_Shell
|
|
Rate: 12
|
|
- Index: 220
|
|
Item: Flesh_Of_Clam
|
|
Rate: 12
|
|
- Index: 221
|
|
Item: Turtle_Shell
|
|
Rate: 12
|
|
- Index: 222
|
|
Item: Voucher_Of_Orcish_Hero
|
|
Rate: 12
|
|
- Index: 223
|
|
Item: Gold
|
|
Rate: 12
|
|
- Index: 224
|
|
Item: Alchol
|
|
Rate: 12
|
|
- Index: 225
|
|
Item: Detrimindexta
|
|
Rate: 12
|
|
- Index: 226
|
|
Item: Karvodailnirol
|
|
Rate: 12
|
|
- Index: 227
|
|
Item: Counteragent
|
|
Rate: 12
|
|
- Index: 228
|
|
Item: Mixture
|
|
Rate: 12
|
|
- Index: 229
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 12
|
|
- Index: 230
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 12
|
|
- Index: 231
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 12
|
|
- Index: 232
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 12
|
|
- Index: 233
|
|
Item: Orange_Dyestuffs
|
|
Rate: 12
|
|
- Index: 234
|
|
Item: Violet_Dyestuffs
|
|
Rate: 12
|
|
- Index: 235
|
|
Item: White_Dyestuffs
|
|
Rate: 12
|
|
- Index: 236
|
|
Item: Black_Dyestuffs
|
|
Rate: 12
|
|
- Index: 237
|
|
Item: Oridecon
|
|
Rate: 12
|
|
- Index: 238
|
|
Item: Elunium
|
|
Rate: 12
|
|
- Index: 239
|
|
Item: Anvil
|
|
Rate: 12
|
|
- Index: 240
|
|
Item: Oridecon_Anvil
|
|
Rate: 12
|
|
- Index: 241
|
|
Item: Golden_Anvil
|
|
Rate: 12
|
|
- Index: 242
|
|
Item: Emperium_Anvil
|
|
Rate: 12
|
|
- Index: 243
|
|
Item: Boody_Red
|
|
Rate: 12
|
|
- Index: 244
|
|
Item: Crystal_Blue
|
|
Rate: 12
|
|
- Index: 245
|
|
Item: Wind_Of_Verdure
|
|
Rate: 12
|
|
- Index: 246
|
|
Item: Yellow_Live
|
|
Rate: 12
|
|
- Index: 247
|
|
Item: Flame_Heart
|
|
Rate: 12
|
|
- Index: 248
|
|
Item: Mistic_Frozen
|
|
Rate: 12
|
|
- Index: 249
|
|
Item: Rough_Wind
|
|
Rate: 12
|
|
- Index: 250
|
|
Item: Great_Nature
|
|
Rate: 12
|
|
- Index: 251
|
|
Item: Iron
|
|
Rate: 12
|
|
- Index: 252
|
|
Item: Steel
|
|
Rate: 12
|
|
- Index: 253
|
|
Item: Star_Crumb
|
|
Rate: 12
|
|
- Index: 254
|
|
Item: Sparkling_Dust
|
|
Rate: 12
|
|
- Index: 255
|
|
Item: Iron_Ore
|
|
Rate: 12
|
|
- Index: 256
|
|
Item: Coal
|
|
Rate: 12
|
|
- Index: 257
|
|
Item: Patriotism_Marks
|
|
Rate: 12
|
|
- Index: 258
|
|
Item: Hammer_Of_Blacksmith
|
|
Rate: 12
|
|
- Index: 259
|
|
Item: Old_Magic_Book
|
|
Rate: 12
|
|
- Index: 260
|
|
Item: Penetration
|
|
Rate: 12
|
|
- Index: 261
|
|
Item: Frozen_Heart
|
|
Rate: 12
|
|
- Index: 262
|
|
Item: Sacred_Marks
|
|
Rate: 12
|
|
- Index: 263
|
|
Item: Phracon
|
|
Rate: 12
|
|
- Index: 264
|
|
Item: Emveretarcon
|
|
Rate: 12
|
|
- Index: 265
|
|
Item: Lizard_Scruff
|
|
Rate: 12
|
|
- Index: 266
|
|
Item: Colorful_Shell
|
|
Rate: 12
|
|
- Index: 267
|
|
Item: Jaws_Of_Ant
|
|
Rate: 12
|
|
- Index: 268
|
|
Item: Thin_N'_Long_Tongue
|
|
Rate: 12
|
|
- Index: 269
|
|
Item: Rat_Tail
|
|
Rate: 12
|
|
- Index: 270
|
|
Item: Moustache_Of_Mole
|
|
Rate: 12
|
|
- Index: 271
|
|
Item: Nail_Of_Mole
|
|
Rate: 12
|
|
- Index: 272
|
|
Item: Wooden_Block
|
|
Rate: 12
|
|
- Index: 273
|
|
Item: Long_Hair
|
|
Rate: 12
|
|
- Index: 274
|
|
Item: Dokkaebi_Horn
|
|
Rate: 12
|
|
- Index: 275
|
|
Item: Fox_Tail
|
|
Rate: 12
|
|
- Index: 276
|
|
Item: Fish_Tail
|
|
Rate: 12
|
|
- Index: 277
|
|
Item: Chinese_Ink
|
|
Rate: 12
|
|
- Index: 278
|
|
Item: Spiderweb
|
|
Rate: 12
|
|
- Index: 279
|
|
Item: Acorn
|
|
Rate: 12
|
|
- Index: 280
|
|
Item: Porcupine_Spike
|
|
Rate: 12
|
|
- Index: 281
|
|
Item: Wild_Boar's_Mane
|
|
Rate: 12
|
|
- Index: 282
|
|
Item: Tiger's_Skin
|
|
Rate: 12
|
|
- Index: 283
|
|
Item: Tiger_Footskin
|
|
Rate: 12
|
|
- Index: 284
|
|
Item: Limb_Of_Mantis
|
|
Rate: 12
|
|
- Index: 285
|
|
Item: Blossom_Of_Maneater
|
|
Rate: 12
|
|
- Index: 286
|
|
Item: Root_Of_Maneater
|
|
Rate: 12
|
|
- Index: 287
|
|
Item: Cobold_Hair
|
|
Rate: 12
|
|
- Index: 288
|
|
Item: Dragon_Canine
|
|
Rate: 12
|
|
- Index: 289
|
|
Item: Dragon_Scale
|
|
Rate: 12
|
|
- Index: 290
|
|
Item: Dragon_Train
|
|
Rate: 12
|
|
- Index: 291
|
|
Item: Petite_DiablOfs_Horn
|
|
Rate: 12
|
|
- Index: 292
|
|
Item: Petite_DiablOfs_Wing
|
|
Rate: 12
|
|
- Index: 293
|
|
Item: Elder_Pixie's_Beard
|
|
Rate: 12
|
|
- Index: 294
|
|
Item: Lantern
|
|
Rate: 12
|
|
- Index: 295
|
|
Item: Short_Leg
|
|
Rate: 12
|
|
- Index: 296
|
|
Item: Nail_Of_Orc
|
|
Rate: 12
|
|
- Index: 297
|
|
Item: Tooth_Of_
|
|
Rate: 12
|
|
- Index: 298
|
|
Item: Sacred_Masque
|
|
Rate: 12
|
|
- Index: 299
|
|
Item: Tweezer
|
|
Rate: 12
|
|
- Index: 300
|
|
Item: Head_Of_Medusa
|
|
Rate: 12
|
|
- Index: 301
|
|
Item: Slender_Snake
|
|
Rate: 12
|
|
- Index: 302
|
|
Item: Skirt_Of_Virgin
|
|
Rate: 12
|
|
- Index: 303
|
|
Item: Tendon
|
|
Rate: 12
|
|
- Index: 304
|
|
Item: Detonator
|
|
Rate: 12
|
|
- Index: 305
|
|
Item: Single_Cell
|
|
Rate: 12
|
|
- Index: 306
|
|
Item: Tooth_Of_Ancient_Fish
|
|
Rate: 12
|
|
- Index: 307
|
|
Item: Lip_Of_Ancient_Fish
|
|
Rate: 12
|
|
- Index: 308
|
|
Item: Earthworm_Peeling
|
|
Rate: 12
|
|
- Index: 309
|
|
Item: Grit
|
|
Rate: 12
|
|
- Index: 310
|
|
Item: Moth_Dust
|
|
Rate: 12
|
|
- Index: 311
|
|
Item: Wing_Of_Moth
|
|
Rate: 12
|
|
- Index: 312
|
|
Item: Transparent_Cloth
|
|
Rate: 12
|
|
- Index: 313
|
|
Item: Golden_Hair
|
|
Rate: 12
|
|
- Index: 314
|
|
Item: Starsand_Of_Witch
|
|
Rate: 12
|
|
- Index: 315
|
|
Item: Pumpkin_Head
|
|
Rate: 12
|
|
- Index: 316
|
|
Item: Sharpened_Cuspid
|
|
Rate: 12
|
|
- Index: 317
|
|
Item: Reins
|
|
Rate: 12
|
|
- Index: 318
|
|
Item: Booby_Trap
|
|
Rate: 12
|
|
- Index: 319
|
|
Item: Tree_Of_Archer_1
|
|
Rate: 12
|
|
- Index: 320
|
|
Item: Tree_Of_Archer_2
|
|
Rate: 12
|
|
- Index: 321
|
|
Item: Tree_Of_Archer_3
|
|
Rate: 12
|
|
- Index: 322
|
|
Item: Morocc_Potion
|
|
Rate: 12
|
|
- Index: 323
|
|
Item: Payon_Potion
|
|
Rate: 12
|
|
- Index: 324
|
|
Item: Empty_Cylinder
|
|
Rate: 12
|
|
- Index: 325
|
|
Item: Empty_Potion
|
|
Rate: 12
|
|
- Index: 326
|
|
Item: Short_Daenggie
|
|
Rate: 12
|
|
- Index: 327
|
|
Item: Needle_Of_Alarm
|
|
Rate: 12
|
|
- Index: 328
|
|
Item: Round_Shell
|
|
Rate: 12
|
|
- Index: 329
|
|
Item: Worn_Out_Page
|
|
Rate: 12
|
|
- Index: 330
|
|
Item: Manacles
|
|
Rate: 12
|
|
- Index: 331
|
|
Item: Worn_Out_Prison_Uniform
|
|
Rate: 12
|
|
- Index: 332
|
|
Item: Sword
|
|
Rate: 6
|
|
- Index: 333
|
|
Item: Sword_
|
|
Rate: 6
|
|
- Index: 334
|
|
Item: Falchion
|
|
Rate: 6
|
|
- Index: 335
|
|
Item: Falchion_
|
|
Rate: 6
|
|
- Index: 336
|
|
Item: Blade
|
|
Rate: 6
|
|
- Index: 337
|
|
Item: Blade_
|
|
Rate: 6
|
|
- Index: 338
|
|
Item: Lapier
|
|
Rate: 6
|
|
- Index: 339
|
|
Item: Lapier_
|
|
Rate: 6
|
|
- Index: 340
|
|
Item: Scimiter
|
|
Rate: 6
|
|
- Index: 341
|
|
Item: Scimiter_
|
|
Rate: 6
|
|
- Index: 342
|
|
Item: Katana
|
|
Rate: 3
|
|
- Index: 343
|
|
Item: Katana_
|
|
Rate: 3
|
|
- Index: 344
|
|
Item: Tsurugi
|
|
Rate: 6
|
|
- Index: 345
|
|
Item: Tsurugi_
|
|
Rate: 6
|
|
- Index: 346
|
|
Item: Ring_Pommel_Saber
|
|
Rate: 6
|
|
- Index: 347
|
|
Item: Haedonggum
|
|
Rate: 6
|
|
- Index: 348
|
|
Item: Orcish_Sword
|
|
Rate: 6
|
|
- Index: 349
|
|
Item: Ring_Pommel_Saber_
|
|
Rate: 6
|
|
- Index: 350
|
|
Item: Saber
|
|
Rate: 6
|
|
- Index: 351
|
|
Item: Saber_
|
|
Rate: 6
|
|
- Index: 352
|
|
Item: Hae_Dong_Gum_
|
|
Rate: 6
|
|
- Index: 353
|
|
Item: Flamberge
|
|
Rate: 6
|
|
- Index: 354
|
|
Item: Town_Sword
|
|
Rate: 1
|
|
- Index: 355
|
|
Item: Town_Sword_
|
|
Rate: 1
|
|
- Index: 356
|
|
Item: Star_Dust_Blade
|
|
Rate: 1
|
|
- Index: 357
|
|
Item: Slayer
|
|
Rate: 3
|
|
- Index: 358
|
|
Item: Slayer_
|
|
Rate: 3
|
|
- Index: 359
|
|
Item: Bastard_Sword
|
|
Rate: 3
|
|
- Index: 360
|
|
Item: Bastard_Sword_
|
|
Rate: 3
|
|
- Index: 361
|
|
Item: Two_Hand_Sword
|
|
Rate: 3
|
|
- Index: 362
|
|
Item: Two_Hand_Sword_
|
|
Rate: 3
|
|
- Index: 363
|
|
Item: Broad_Sword
|
|
Rate: 3
|
|
- Index: 364
|
|
Item: Broad_Sword_
|
|
Rate: 3
|
|
- Index: 365
|
|
Item: Claymore
|
|
Rate: 3
|
|
- Index: 366
|
|
Item: Knife
|
|
Rate: 3
|
|
- Index: 367
|
|
Item: Knife_
|
|
Rate: 3
|
|
- Index: 368
|
|
Item: Cutter
|
|
Rate: 3
|
|
- Index: 369
|
|
Item: Cutter_
|
|
Rate: 3
|
|
- Index: 370
|
|
Item: Main_Gauche
|
|
Rate: 3
|
|
- Index: 371
|
|
Item: Main_Gauche_
|
|
Rate: 3
|
|
- Index: 372
|
|
Item: Dirk
|
|
Rate: 3
|
|
- Index: 373
|
|
Item: Dirk_
|
|
Rate: 3
|
|
- Index: 374
|
|
Item: Dagger
|
|
Rate: 3
|
|
- Index: 375
|
|
Item: Dagger_
|
|
Rate: 3
|
|
- Index: 376
|
|
Item: Stiletto
|
|
Rate: 3
|
|
- Index: 377
|
|
Item: Stiletto_
|
|
Rate: 3
|
|
- Index: 378
|
|
Item: Gladius
|
|
Rate: 3
|
|
- Index: 379
|
|
Item: Gladius_
|
|
Rate: 3
|
|
- Index: 380
|
|
Item: Damascus
|
|
Rate: 3
|
|
- Index: 381
|
|
Item: Damascus_
|
|
Rate: 3
|
|
- Index: 382
|
|
Item: Novice_Knife
|
|
Rate: 3
|
|
- Index: 383
|
|
Item: Cinquedea
|
|
Rate: 1
|
|
- Index: 384
|
|
Item: Kindling_Dagger
|
|
Rate: 1
|
|
- Index: 385
|
|
Item: Obsidian_Dagger
|
|
Rate: 1
|
|
- Index: 386
|
|
Item: Fisherman's_Dagger
|
|
Rate: 1
|
|
- Index: 387
|
|
Item: Jur
|
|
Rate: 3
|
|
- Index: 388
|
|
Item: Jur_
|
|
Rate: 3
|
|
- Index: 389
|
|
Item: Katar
|
|
Rate: 3
|
|
- Index: 390
|
|
Item: Katar_
|
|
Rate: 3
|
|
- Index: 391
|
|
Item: Jamadhar
|
|
Rate: 3
|
|
- Index: 392
|
|
Item: Jamadhar_
|
|
Rate: 3
|
|
- Index: 393
|
|
Item: Katar_Of_Cold_Icicle
|
|
Rate: 3
|
|
- Index: 394
|
|
Item: Katar_Of_Thornbush
|
|
Rate: 3
|
|
- Index: 395
|
|
Item: Katar_Of_Raging_Blaze
|
|
Rate: 3
|
|
- Index: 396
|
|
Item: Katar_Of_Piercing_Wind
|
|
Rate: 3
|
|
- Index: 397
|
|
Item: Nail_Of_Loki
|
|
Rate: 1
|
|
- Index: 398
|
|
Item: Unholy_Touch
|
|
Rate: 1
|
|
- Index: 399
|
|
Item: Various_Jur
|
|
Rate: 2
|
|
- Index: 400
|
|
Item: Bloody_Roar
|
|
Rate: 1
|
|
- Index: 401
|
|
Item: Inverse_Scale
|
|
Rate: 1
|
|
- Index: 402
|
|
Item: Blood_Tears
|
|
Rate: 1
|
|
- Index: 403
|
|
Item: Axe
|
|
Rate: 3
|
|
- Index: 404
|
|
Item: Axe_
|
|
Rate: 3
|
|
- Index: 405
|
|
Item: Orcish_Axe
|
|
Rate: 3
|
|
- Index: 406
|
|
Item: Windhawk
|
|
Rate: 1
|
|
- Index: 407
|
|
Item: Battle_Axe
|
|
Rate: 3
|
|
- Index: 408
|
|
Item: Battle_Axe_
|
|
Rate: 3
|
|
- Index: 409
|
|
Item: Hammer
|
|
Rate: 3
|
|
- Index: 410
|
|
Item: Hammer_
|
|
Rate: 3
|
|
- Index: 411
|
|
Item: Buster
|
|
Rate: 3
|
|
- Index: 412
|
|
Item: Buster_
|
|
Rate: 3
|
|
- Index: 413
|
|
Item: Two_Handed_Axe
|
|
Rate: 3
|
|
- Index: 414
|
|
Item: Two_Handed_Axe_
|
|
Rate: 3
|
|
- Index: 415
|
|
Item: Doom_Slayer
|
|
Rate: 1
|
|
- Index: 416
|
|
Item: Heart_Breaker
|
|
Rate: 1
|
|
- Index: 417
|
|
Item: Hurricane_Fury
|
|
Rate: 1
|
|
- Index: 418
|
|
Item: Javelin
|
|
Rate: 9
|
|
- Index: 419
|
|
Item: Javelin_
|
|
Rate: 9
|
|
- Index: 420
|
|
Item: Spear
|
|
Rate: 9
|
|
- Index: 421
|
|
Item: Spear_
|
|
Rate: 9
|
|
- Index: 422
|
|
Item: Pike
|
|
Rate: 9
|
|
- Index: 423
|
|
Item: Pike_
|
|
Rate: 9
|
|
- Index: 424
|
|
Item: Lance
|
|
Rate: 3
|
|
- Index: 425
|
|
Item: Lance_
|
|
Rate: 3
|
|
- Index: 426
|
|
Item: Guisarme
|
|
Rate: 3
|
|
- Index: 427
|
|
Item: Guisarme_
|
|
Rate: 3
|
|
- Index: 428
|
|
Item: Glaive
|
|
Rate: 3
|
|
- Index: 429
|
|
Item: Glaive_
|
|
Rate: 3
|
|
- Index: 430
|
|
Item: Partizan
|
|
Rate: 3
|
|
- Index: 431
|
|
Item: Partizan_
|
|
Rate: 3
|
|
- Index: 432
|
|
Item: Trident
|
|
Rate: 3
|
|
- Index: 433
|
|
Item: Trident_
|
|
Rate: 3
|
|
- Index: 434
|
|
Item: Halberd
|
|
Rate: 3
|
|
- Index: 435
|
|
Item: Halberd_
|
|
Rate: 3
|
|
- Index: 436
|
|
Item: Staff_Of_Soul
|
|
Rate: 3
|
|
- Index: 437
|
|
Item: Gae_Bolg
|
|
Rate: 1
|
|
- Index: 438
|
|
Item: Ahlspiess
|
|
Rate: 1
|
|
- Index: 439
|
|
Item: Club
|
|
Rate: 6
|
|
- Index: 440
|
|
Item: Club_
|
|
Rate: 6
|
|
- Index: 441
|
|
Item: Mace
|
|
Rate: 6
|
|
- Index: 442
|
|
Item: Mace_
|
|
Rate: 6
|
|
- Index: 443
|
|
Item: Smasher
|
|
Rate: 6
|
|
- Index: 444
|
|
Item: Smasher_
|
|
Rate: 6
|
|
- Index: 445
|
|
Item: Flail
|
|
Rate: 6
|
|
- Index: 446
|
|
Item: Flail_
|
|
Rate: 6
|
|
- Index: 447
|
|
Item: Morning_Star
|
|
Rate: 6
|
|
- Index: 448
|
|
Item: Morning_Star_
|
|
Rate: 6
|
|
- Index: 449
|
|
Item: Sword_Mace
|
|
Rate: 6
|
|
- Index: 450
|
|
Item: Sword_Mace_
|
|
Rate: 6
|
|
- Index: 451
|
|
Item: Chain
|
|
Rate: 6
|
|
- Index: 452
|
|
Item: Chain_
|
|
Rate: 6
|
|
- Index: 453
|
|
Item: Stunner
|
|
Rate: 6
|
|
- Index: 454
|
|
Item: Book
|
|
Rate: 3
|
|
- Index: 455
|
|
Item: Bible
|
|
Rate: 3
|
|
- Index: 456
|
|
Item: Tablet
|
|
Rate: 3
|
|
- Index: 457
|
|
Item: Book_Of_Billows
|
|
Rate: 3
|
|
- Index: 458
|
|
Item: Book_Of_Mother_Earth
|
|
Rate: 3
|
|
- Index: 459
|
|
Item: Book_Of_Blazing_Sun
|
|
Rate: 3
|
|
- Index: 460
|
|
Item: Book_Of_Gust_Of_Wind
|
|
Rate: 3
|
|
- Index: 461
|
|
Item: Girl's_Diary
|
|
Rate: 3
|
|
- Index: 462
|
|
Item: Legacy_Of_Dragon
|
|
Rate: 1
|
|
- Index: 463
|
|
Item: Diary_Of_Great_Sage
|
|
Rate: 1
|
|
- Index: 464
|
|
Item: Hardback
|
|
Rate: 1
|
|
- Index: 465
|
|
Item: Rod
|
|
Rate: 3
|
|
- Index: 466
|
|
Item: Rod_
|
|
Rate: 3
|
|
- Index: 467
|
|
Item: Wand
|
|
Rate: 3
|
|
- Index: 468
|
|
Item: Wand_
|
|
Rate: 3
|
|
- Index: 469
|
|
Item: Staff
|
|
Rate: 3
|
|
- Index: 470
|
|
Item: Staff_
|
|
Rate: 3
|
|
- Index: 471
|
|
Item: Arc_Wand
|
|
Rate: 3
|
|
- Index: 472
|
|
Item: Arc_Wand_
|
|
Rate: 3
|
|
- Index: 473
|
|
Item: Mighty_Staff
|
|
Rate: 3
|
|
- Index: 474
|
|
Item: Blessed_Wand
|
|
Rate: 3
|
|
- Index: 475
|
|
Item: Bone_Wand
|
|
Rate: 3
|
|
- Index: 476
|
|
Item: Staff_Of_Wing
|
|
Rate: 1
|
|
- Index: 477
|
|
Item: Survival_Rod
|
|
Rate: 1
|
|
- Index: 478
|
|
Item: Survival_Rod_
|
|
Rate: 1
|
|
- Index: 479
|
|
Item: Survival_Rod2
|
|
Rate: 1
|
|
- Index: 480
|
|
Item: Survival_Rod2_
|
|
Rate: 1
|
|
- Index: 481
|
|
Item: Hypnotist's_Staff
|
|
Rate: 1
|
|
- Index: 482
|
|
Item: Hypnotist's_Staff_
|
|
Rate: 1
|
|
- Index: 483
|
|
Item: Bow
|
|
Rate: 3
|
|
- Index: 484
|
|
Item: Bow_
|
|
Rate: 3
|
|
- Index: 485
|
|
Item: Composite_Bow
|
|
Rate: 3
|
|
- Index: 486
|
|
Item: Composite_Bow_
|
|
Rate: 3
|
|
- Index: 487
|
|
Item: Great_Bow
|
|
Rate: 3
|
|
- Index: 488
|
|
Item: Great_Bow_
|
|
Rate: 3
|
|
- Index: 489
|
|
Item: CrossBow
|
|
Rate: 3
|
|
- Index: 490
|
|
Item: CrossBow_
|
|
Rate: 3
|
|
- Index: 491
|
|
Item: Arbalest
|
|
Rate: 3
|
|
- Index: 492
|
|
Item: Kakkung
|
|
Rate: 3
|
|
- Index: 493
|
|
Item: Arbalest_
|
|
Rate: 3
|
|
- Index: 494
|
|
Item: Kakkung_
|
|
Rate: 3
|
|
- Index: 495
|
|
Item: Hunter_Bow
|
|
Rate: 3
|
|
- Index: 496
|
|
Item: Luna_Bow
|
|
Rate: 1
|
|
- Index: 497
|
|
Item: Dragon_Wing
|
|
Rate: 1
|
|
- Index: 498
|
|
Item: Burning_Bow
|
|
Rate: 1
|
|
- Index: 499
|
|
Item: Frozen_Bow
|
|
Rate: 1
|
|
- Index: 500
|
|
Item: Earth_Bow
|
|
Rate: 1
|
|
- Index: 501
|
|
Item: Gust_Bow
|
|
Rate: 1
|
|
- Index: 502
|
|
Item: Arrow
|
|
Rate: 12
|
|
- Index: 503
|
|
Item: Silver_Arrow
|
|
Rate: 12
|
|
- Index: 504
|
|
Item: Fire_Arrow
|
|
Rate: 12
|
|
- Index: 505
|
|
Item: Steel_Arrow
|
|
Rate: 12
|
|
- Index: 506
|
|
Item: Crystal_Arrow
|
|
Rate: 12
|
|
- Index: 507
|
|
Item: Arrow_Of_Wind
|
|
Rate: 12
|
|
- Index: 508
|
|
Item: Stone_Arrow
|
|
Rate: 12
|
|
- Index: 509
|
|
Item: Immatrial_Arrow
|
|
Rate: 12
|
|
- Index: 510
|
|
Item: Stun_Arrow
|
|
Rate: 12
|
|
- Index: 511
|
|
Item: Freezing_Arrow
|
|
Rate: 12
|
|
- Index: 512
|
|
Item: Flash_Arrow
|
|
Rate: 12
|
|
- Index: 513
|
|
Item: Curse_Arrow
|
|
Rate: 12
|
|
- Index: 514
|
|
Item: Rusty_Arrow
|
|
Rate: 12
|
|
- Index: 515
|
|
Item: Poison_Arrow
|
|
Rate: 12
|
|
- Index: 516
|
|
Item: Incisive_Arrow
|
|
Rate: 12
|
|
- Index: 517
|
|
Item: Oridecon_Arrow
|
|
Rate: 12
|
|
- Index: 518
|
|
Item: Arrow_Of_Shadow
|
|
Rate: 12
|
|
- Index: 519
|
|
Item: Sleep_Arrow
|
|
Rate: 12
|
|
- Index: 520
|
|
Item: Silence_Arrow
|
|
Rate: 12
|
|
- Index: 521
|
|
Item: Iron_Arrow
|
|
Rate: 12
|
|
- Index: 522
|
|
Item: Waghnakh
|
|
Rate: 3
|
|
- Index: 523
|
|
Item: Waghnakh_
|
|
Rate: 3
|
|
- Index: 524
|
|
Item: Knuckle_Duster
|
|
Rate: 3
|
|
- Index: 525
|
|
Item: Knuckle_Duster_
|
|
Rate: 3
|
|
- Index: 526
|
|
Item: Hora
|
|
Rate: 3
|
|
- Index: 527
|
|
Item: Hora_
|
|
Rate: 3
|
|
- Index: 528
|
|
Item: Fist
|
|
Rate: 3
|
|
- Index: 529
|
|
Item: Fist_
|
|
Rate: 3
|
|
- Index: 530
|
|
Item: Claw
|
|
Rate: 3
|
|
- Index: 531
|
|
Item: Claw_
|
|
Rate: 3
|
|
- Index: 532
|
|
Item: Finger
|
|
Rate: 3
|
|
- Index: 533
|
|
Item: Finger_
|
|
Rate: 3
|
|
- Index: 534
|
|
Item: Claw_Of_Garm
|
|
Rate: 1
|
|
- Index: 535
|
|
Item: Magma_Fist
|
|
Rate: 1
|
|
- Index: 536
|
|
Item: Icicle_Fist
|
|
Rate: 1
|
|
- Index: 537
|
|
Item: Electric_Fist
|
|
Rate: 1
|
|
- Index: 538
|
|
Item: Seismic_Fist
|
|
Rate: 1
|
|
- Index: 539
|
|
Item: Combo_Battle_Glove
|
|
Rate: 1
|
|
- Index: 540
|
|
Item: Violin
|
|
Rate: 3
|
|
- Index: 541
|
|
Item: Violin_
|
|
Rate: 3
|
|
- Index: 542
|
|
Item: Mandolin
|
|
Rate: 3
|
|
- Index: 543
|
|
Item: Mandolin_
|
|
Rate: 3
|
|
- Index: 544
|
|
Item: Lute
|
|
Rate: 3
|
|
- Index: 545
|
|
Item: Lute_
|
|
Rate: 3
|
|
- Index: 546
|
|
Item: Guitar
|
|
Rate: 3
|
|
- Index: 547
|
|
Item: Guitar_
|
|
Rate: 3
|
|
- Index: 548
|
|
Item: Harp
|
|
Rate: 3
|
|
- Index: 549
|
|
Item: Harp_
|
|
Rate: 3
|
|
- Index: 550
|
|
Item: Guh_Moon_Goh
|
|
Rate: 3
|
|
- Index: 551
|
|
Item: Guh_Moon_Goh_
|
|
Rate: 3
|
|
- Index: 552
|
|
Item: Guitar_Of_Passion
|
|
Rate: 1
|
|
- Index: 553
|
|
Item: Guitar_Of_Blue_Solo
|
|
Rate: 1
|
|
- Index: 554
|
|
Item: Guitar_Of_Vast_Land
|
|
Rate: 1
|
|
- Index: 555
|
|
Item: Guitar_Of_Gentle_Breeze
|
|
Rate: 1
|
|
- Index: 556
|
|
Item: Oriental_Lute
|
|
Rate: 1
|
|
- Index: 557
|
|
Item: Base_Guitar
|
|
Rate: 1
|
|
- Index: 558
|
|
Item: Rope
|
|
Rate: 3
|
|
- Index: 559
|
|
Item: Rope_
|
|
Rate: 3
|
|
- Index: 560
|
|
Item: Line
|
|
Rate: 3
|
|
- Index: 561
|
|
Item: Line_
|
|
Rate: 3
|
|
- Index: 562
|
|
Item: Wire
|
|
Rate: 3
|
|
- Index: 563
|
|
Item: Wire_
|
|
Rate: 3
|
|
- Index: 564
|
|
Item: Rante
|
|
Rate: 3
|
|
- Index: 565
|
|
Item: Rante_
|
|
Rate: 3
|
|
- Index: 566
|
|
Item: Tail
|
|
Rate: 3
|
|
- Index: 567
|
|
Item: Tail_
|
|
Rate: 3
|
|
- Index: 568
|
|
Item: Whip
|
|
Rate: 3
|
|
- Index: 569
|
|
Item: Whip_
|
|
Rate: 3
|
|
- Index: 570
|
|
Item: Whip_Of_Red_Flame
|
|
Rate: 1
|
|
- Index: 571
|
|
Item: Whip_Of_Ice_Piece
|
|
Rate: 1
|
|
- Index: 572
|
|
Item: Whip_Of_Earth
|
|
Rate: 1
|
|
- Index: 573
|
|
Item: Jump_Rope
|
|
Rate: 1
|
|
- Index: 574
|
|
Item: Bladed_Whip
|
|
Rate: 1
|
|
- Index: 575
|
|
Item: Queen's_Whip
|
|
Rate: 1
|
|
- Index: 576
|
|
Item: Electric_Wire
|
|
Rate: 1
|
|
- Index: 577
|
|
Item: Electric_Eel
|
|
Rate: 1
|
|
- Index: 578
|
|
Item: Sea_Witch_Foot
|
|
Rate: 1
|
|
- Index: 579
|
|
Item: Carrot_Whip
|
|
Rate: 1
|
|
- Index: 580
|
|
Item: Guard
|
|
Rate: 3
|
|
- Index: 581
|
|
Item: Guard_
|
|
Rate: 3
|
|
- Index: 582
|
|
Item: Buckler
|
|
Rate: 3
|
|
- Index: 583
|
|
Item: Buckler_
|
|
Rate: 3
|
|
- Index: 584
|
|
Item: Shield
|
|
Rate: 3
|
|
- Index: 585
|
|
Item: Shield_
|
|
Rate: 3
|
|
- Index: 586
|
|
Item: Mirror_Shield
|
|
Rate: 3
|
|
- Index: 587
|
|
Item: Mirror_Shield_
|
|
Rate: 3
|
|
- Index: 588
|
|
Item: Memorize_Book
|
|
Rate: 3
|
|
- Index: 589
|
|
Item: Novice_Guard
|
|
Rate: 3
|
|
- Index: 590
|
|
Item: Novice_Shield
|
|
Rate: 1
|
|
- Index: 591
|
|
Item: Orleans_Server
|
|
Rate: 1
|
|
- Index: 592
|
|
Item: Thorny_Buckler
|
|
Rate: 1
|
|
- Index: 593
|
|
Item: Strong_Shield
|
|
Rate: 1
|
|
- Index: 594
|
|
Item: Sunglasses
|
|
Rate: 3
|
|
- Index: 595
|
|
Item: Glasses
|
|
Rate: 3
|
|
- Index: 596
|
|
Item: Diver's_Goggles
|
|
Rate: 3
|
|
- Index: 597
|
|
Item: Wedding_Veil
|
|
Rate: 3
|
|
- Index: 598
|
|
Item: Fancy_Flower
|
|
Rate: 3
|
|
- Index: 599
|
|
Item: Ribbon
|
|
Rate: 3
|
|
- Index: 600
|
|
Item: Ribbon_
|
|
Rate: 3
|
|
- Index: 601
|
|
Item: Hair_Band
|
|
Rate: 3
|
|
- Index: 602
|
|
Item: Bandana
|
|
Rate: 3
|
|
- Index: 603
|
|
Item: Eye_Bandage
|
|
Rate: 3
|
|
- Index: 604
|
|
Item: Cat_Hairband
|
|
Rate: 3
|
|
- Index: 605
|
|
Item: Bunny_Band
|
|
Rate: 3
|
|
- Index: 606
|
|
Item: Flower_Hairband
|
|
Rate: 3
|
|
- Index: 607
|
|
Item: Biretta
|
|
Rate: 3
|
|
- Index: 608
|
|
Item: Biretta_
|
|
Rate: 3
|
|
- Index: 609
|
|
Item: Flu_Mask
|
|
Rate: 3
|
|
- Index: 610
|
|
Item: Hat
|
|
Rate: 3
|
|
- Index: 611
|
|
Item: Hat_
|
|
Rate: 3
|
|
- Index: 612
|
|
Item: Turban
|
|
Rate: 3
|
|
- Index: 613
|
|
Item: Turban_
|
|
Rate: 3
|
|
- Index: 614
|
|
Item: Goggle
|
|
Rate: 3
|
|
- Index: 615
|
|
Item: Goggle_
|
|
Rate: 3
|
|
- Index: 616
|
|
Item: Cap
|
|
Rate: 3
|
|
- Index: 617
|
|
Item: Cap_
|
|
Rate: 3
|
|
- Index: 618
|
|
Item: Helm
|
|
Rate: 3
|
|
- Index: 619
|
|
Item: Helm_
|
|
Rate: 3
|
|
- Index: 620
|
|
Item: Gemmed_Sallet
|
|
Rate: 3
|
|
- Index: 621
|
|
Item: Gemmed_Sallet_
|
|
Rate: 3
|
|
- Index: 622
|
|
Item: Circlet
|
|
Rate: 3
|
|
- Index: 623
|
|
Item: Circlet_
|
|
Rate: 3
|
|
- Index: 624
|
|
Item: Santa's_Hat
|
|
Rate: 3
|
|
- Index: 625
|
|
Item: One_Eyed_Glass
|
|
Rate: 3
|
|
- Index: 626
|
|
Item: Granpa_Beard
|
|
Rate: 3
|
|
- Index: 627
|
|
Item: Luxury_Sunglasses
|
|
Rate: 3
|
|
- Index: 628
|
|
Item: Spinning_Eyes
|
|
Rate: 3
|
|
- Index: 629
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 3
|
|
- Index: 630
|
|
Item: Sweet_Gents
|
|
Rate: 3
|
|
- Index: 631
|
|
Item: Golden_Gear
|
|
Rate: 3
|
|
- Index: 632
|
|
Item: Oldman's_Romance
|
|
Rate: 3
|
|
- Index: 633
|
|
Item: Western_Grace
|
|
Rate: 3
|
|
- Index: 634
|
|
Item: Coronet
|
|
Rate: 1
|
|
- Index: 635
|
|
Item: Fillet
|
|
Rate: 3
|
|
- Index: 636
|
|
Item: Holy_Bonnet
|
|
Rate: 3
|
|
- Index: 637
|
|
Item: Star_Sparkling
|
|
Rate: 3
|
|
- Index: 638
|
|
Item: Sunflower
|
|
Rate: 3
|
|
- Index: 639
|
|
Item: Angelic_Chain
|
|
Rate: 1
|
|
- Index: 640
|
|
Item: Satanic_Chain
|
|
Rate: 1
|
|
- Index: 641
|
|
Item: Snowy_Horn
|
|
Rate: 3
|
|
- Index: 642
|
|
Item: Sharp_Gear
|
|
Rate: 1
|
|
- Index: 643
|
|
Item: Mini_Propeller
|
|
Rate: 3
|
|
- Index: 644
|
|
Item: Mini_Glasses
|
|
Rate: 3
|
|
- Index: 645
|
|
Item: Prontera_Army_Cap
|
|
Rate: 3
|
|
- Index: 646
|
|
Item: Pierrot_Nose
|
|
Rate: 3
|
|
- Index: 647
|
|
Item: Gangster_Patch
|
|
Rate: 3
|
|
- Index: 648
|
|
Item: Ganster_Mask
|
|
Rate: 3
|
|
- Index: 649
|
|
Item: Iron_Cane
|
|
Rate: 3
|
|
- Index: 650
|
|
Item: Cigar
|
|
Rate: 3
|
|
- Index: 651
|
|
Item: Smoking_Pipe
|
|
Rate: 3
|
|
- Index: 652
|
|
Item: Centimental_Flower
|
|
Rate: 3
|
|
- Index: 653
|
|
Item: Centimental_Leaf
|
|
Rate: 3
|
|
- Index: 654
|
|
Item: Jack_A_Dandy
|
|
Rate: 3
|
|
- Index: 655
|
|
Item: Ghost_Bandana
|
|
Rate: 1
|
|
- Index: 656
|
|
Item: Red_Bandana
|
|
Rate: 3
|
|
- Index: 657
|
|
Item: Eagle_Eyes
|
|
Rate: 3
|
|
- Index: 658
|
|
Item: Nurse_Cap
|
|
Rate: 3
|
|
- Index: 659
|
|
Item: Mr_Smile
|
|
Rate: 3
|
|
- Index: 660
|
|
Item: Bomb_Wick
|
|
Rate: 3
|
|
- Index: 661
|
|
Item: Spirit_Chain
|
|
Rate: 3
|
|
- Index: 662
|
|
Item: Apple_Of_Archer
|
|
Rate: 3
|
|
- Index: 663
|
|
Item: Pirate_Bandana
|
|
Rate: 3
|
|
- Index: 664
|
|
Item: Mr_Scream
|
|
Rate: 3
|
|
- Index: 665
|
|
Item: Poo_Poo_Hat
|
|
Rate: 3
|
|
- Index: 666
|
|
Item: Funeral_Costume
|
|
Rate: 3
|
|
- Index: 667
|
|
Item: Masquerade
|
|
Rate: 3
|
|
- Index: 668
|
|
Item: Star_Dust
|
|
Rate: 3
|
|
- Index: 669
|
|
Item: Blinker
|
|
Rate: 3
|
|
- Index: 670
|
|
Item: Goblini_Mask
|
|
Rate: 3
|
|
- Index: 671
|
|
Item: Green_Feeler
|
|
Rate: 3
|
|
- Index: 672
|
|
Item: Viking_Helm
|
|
Rate: 3
|
|
- Index: 673
|
|
Item: Cotton_Shirt
|
|
Rate: 3
|
|
- Index: 674
|
|
Item: Cotton_Shirt_
|
|
Rate: 3
|
|
- Index: 675
|
|
Item: Leather_Jacket
|
|
Rate: 3
|
|
- Index: 676
|
|
Item: Leather_Jacket_
|
|
Rate: 3
|
|
- Index: 677
|
|
Item: Adventure_Suit
|
|
Rate: 3
|
|
- Index: 678
|
|
Item: Adventurere's_Suit_
|
|
Rate: 3
|
|
- Index: 679
|
|
Item: Mantle
|
|
Rate: 3
|
|
- Index: 680
|
|
Item: Mantle_
|
|
Rate: 3
|
|
- Index: 681
|
|
Item: Coat
|
|
Rate: 3
|
|
- Index: 682
|
|
Item: Coat_
|
|
Rate: 3
|
|
- Index: 683
|
|
Item: Mink_Coat
|
|
Rate: 3
|
|
- Index: 684
|
|
Item: Padded_Armor
|
|
Rate: 3
|
|
- Index: 685
|
|
Item: Padded_Armor_
|
|
Rate: 3
|
|
- Index: 686
|
|
Item: Chain_Mail
|
|
Rate: 3
|
|
- Index: 687
|
|
Item: Chain_Mail_
|
|
Rate: 3
|
|
- Index: 688
|
|
Item: Plate_Armor
|
|
Rate: 3
|
|
- Index: 689
|
|
Item: Plate_Armor_
|
|
Rate: 3
|
|
- Index: 690
|
|
Item: Clothes_Of_The_Lord
|
|
Rate: 3
|
|
- Index: 691
|
|
Item: Formal_Suit
|
|
Rate: 3
|
|
- Index: 692
|
|
Item: Silk_Robe
|
|
Rate: 3
|
|
- Index: 693
|
|
Item: Silk_Robe_
|
|
Rate: 3
|
|
- Index: 694
|
|
Item: Scapulare
|
|
Rate: 3
|
|
- Index: 695
|
|
Item: Scapulare_
|
|
Rate: 3
|
|
- Index: 696
|
|
Item: Saint_Robe
|
|
Rate: 3
|
|
- Index: 697
|
|
Item: Saint_Robe_
|
|
Rate: 3
|
|
- Index: 698
|
|
Item: Wooden_Mail
|
|
Rate: 3
|
|
- Index: 699
|
|
Item: Wooden_Mail_
|
|
Rate: 3
|
|
- Index: 700
|
|
Item: Tights
|
|
Rate: 3
|
|
- Index: 701
|
|
Item: Tights_
|
|
Rate: 3
|
|
- Index: 702
|
|
Item: Silver_Robe
|
|
Rate: 3
|
|
- Index: 703
|
|
Item: Silver_Robe_
|
|
Rate: 3
|
|
- Index: 704
|
|
Item: Thief_Clothes
|
|
Rate: 3
|
|
- Index: 705
|
|
Item: Thief_Clothes_
|
|
Rate: 3
|
|
- Index: 706
|
|
Item: Ninja_Suit
|
|
Rate: 3
|
|
- Index: 707
|
|
Item: Wedding_Dress
|
|
Rate: 3
|
|
- Index: 708
|
|
Item: G_Strings
|
|
Rate: 3
|
|
- Index: 709
|
|
Item: Novice_Breast
|
|
Rate: 3
|
|
- Index: 710
|
|
Item: Full_Plate_Armor
|
|
Rate: 3
|
|
- Index: 711
|
|
Item: Novice_Plate
|
|
Rate: 3
|
|
- Index: 712
|
|
Item: Orleans_Gown
|
|
Rate: 1
|
|
- Index: 713
|
|
Item: Sandals
|
|
Rate: 3
|
|
- Index: 714
|
|
Item: Sandals_
|
|
Rate: 3
|
|
- Index: 715
|
|
Item: Shoes
|
|
Rate: 3
|
|
- Index: 716
|
|
Item: Shoes_
|
|
Rate: 3
|
|
- Index: 717
|
|
Item: Boots
|
|
Rate: 3
|
|
- Index: 718
|
|
Item: Boots_
|
|
Rate: 3
|
|
- Index: 719
|
|
Item: Chrystal_Pumps
|
|
Rate: 3
|
|
- Index: 720
|
|
Item: Cuffs
|
|
Rate: 3
|
|
- Index: 721
|
|
Item: Spiky_Heel
|
|
Rate: 3
|
|
- Index: 722
|
|
Item: Grave
|
|
Rate: 3
|
|
- Index: 723
|
|
Item: Novice_Boots
|
|
Rate: 3
|
|
- Index: 724
|
|
Item: Novice_Shoes
|
|
Rate: 1
|
|
- Index: 725
|
|
Item: Angel's_Arrival
|
|
Rate: 1
|
|
- Index: 726
|
|
Item: Hood
|
|
Rate: 3
|
|
- Index: 727
|
|
Item: Hood_
|
|
Rate: 3
|
|
- Index: 728
|
|
Item: Muffler
|
|
Rate: 3
|
|
- Index: 729
|
|
Item: Muffler_
|
|
Rate: 3
|
|
- Index: 730
|
|
Item: Manteau
|
|
Rate: 3
|
|
- Index: 731
|
|
Item: Manteau_
|
|
Rate: 3
|
|
- Index: 732
|
|
Item: Cape_Of_Ancient_Lord
|
|
Rate: 3
|
|
- Index: 733
|
|
Item: Ragamuffin_Cape
|
|
Rate: 3
|
|
- Index: 734
|
|
Item: Novice_Hood
|
|
Rate: 3
|
|
- Index: 735
|
|
Item: Novice_Manteau
|
|
Rate: 1
|
|
- Index: 736
|
|
Item: Celestial_Robe
|
|
Rate: 1
|
|
- Index: 737
|
|
Item: Pauldron
|
|
Rate: 1
|
|
- Index: 738
|
|
Item: Wing_Of_Eagle
|
|
Rate: 1
|
|
- Index: 739
|
|
Item: Ring
|
|
Rate: 3
|
|
- Index: 740
|
|
Item: Earring
|
|
Rate: 3
|
|
- Index: 741
|
|
Item: Necklace
|
|
Rate: 3
|
|
- Index: 742
|
|
Item: Glove
|
|
Rate: 3
|
|
- Index: 743
|
|
Item: Brooch
|
|
Rate: 3
|
|
- Index: 744
|
|
Item: Clip
|
|
Rate: 3
|
|
- Index: 745
|
|
Item: Rosary
|
|
Rate: 3
|
|
- Index: 746
|
|
Item: Skul_Ring
|
|
Rate: 3
|
|
- Index: 747
|
|
Item: Gold_Ring
|
|
Rate: 3
|
|
- Index: 748
|
|
Item: Silver_Ring
|
|
Rate: 3
|
|
- Index: 749
|
|
Item: Flower_Ring
|
|
Rate: 3
|
|
- Index: 750
|
|
Item: Diamond_Ring
|
|
Rate: 3
|
|
- Index: 751
|
|
Item: Mitten_Of_Presbyter
|
|
Rate: 3
|
|
- Index: 752
|
|
Item: Matyr's_Flea_Guard
|
|
Rate: 3
|
|
- Index: 753
|
|
Item: Ring_
|
|
Rate: 1
|
|
- Index: 754
|
|
Item: Earring_
|
|
Rate: 1
|
|
- Index: 755
|
|
Item: Necklace_
|
|
Rate: 1
|
|
- Index: 756
|
|
Item: Glove_
|
|
Rate: 1
|
|
- Index: 757
|
|
Item: Brooch_
|
|
Rate: 1
|
|
- Index: 758
|
|
Item: Rosary_
|
|
Rate: 1
|
|
- Index: 759
|
|
Item: Belt
|
|
Rate: 3
|
|
- Index: 760
|
|
Item: Novice_Armlet
|
|
Rate: 3
|
|
- Index: 761
|
|
Item: Cursed_Lucky_Brooch
|
|
Rate: 1
|
|
- Index: 762
|
|
Item: Shinobi's_Sash
|
|
Rate: 1
|
|
- Index: 763
|
|
Item: Hyper_Changer
|
|
Rate: 1
|
|
- Index: 764
|
|
Item: Gemmed_Crown
|
|
Rate: 1
|
|
- Index: 765
|
|
Item: Joker_Jester
|
|
Rate: 3
|
|
- Index: 766
|
|
Item: Gas_Mask
|
|
Rate: 3
|
|
- Index: 767
|
|
Item: Machoman_Glasses
|
|
Rate: 3
|
|
- Index: 768
|
|
Item: Puppy_Love
|
|
Rate: 3
|
|
- Index: 769
|
|
Item: Safety_Helmet
|
|
Rate: 3
|
|
- Index: 770
|
|
Item: Indian_Hair_Piece
|
|
Rate: 3
|
|
- Index: 771
|
|
Item: Antenna
|
|
Rate: 3
|
|
- Index: 772
|
|
Item: Fin_Helm
|
|
Rate: 3
|
|
- Index: 773
|
|
Item: Egg_Shell
|
|
Rate: 3
|
|
- Index: 774
|
|
Item: Panda_Cap
|
|
Rate: 3
|
|
- Index: 775
|
|
Item: Poring_Hat
|
|
Rate: 3
|
|
- Index: 776
|
|
Item: Fruit_Shell
|
|
Rate: 3
|
|
- Index: 777
|
|
Item: Novice_Egg_Cap
|
|
Rate: 3
|
|
- Index: 778
|
|
Item: Pair_Of_Red_Ribbon
|
|
Rate: 1
|
|
- Index: 779
|
|
Item: Goblin_Mask_02
|
|
Rate: 3
|
|
- Index: 780
|
|
Item: Goblin_Mask_03
|
|
Rate: 3
|
|
- Index: 781
|
|
Item: Goblin_Mask_04
|
|
Rate: 3
|
|
- Index: 782
|
|
Item: Galapago_Cap
|
|
Rate: 1
|
|
- Index: 783
|
|
Item: Super_Novice_Hat
|
|
Rate: 1
|
|
- Index: 784
|
|
Item: Angry_Mouth
|
|
Rate: 1
|
|
- Index: 785
|
|
Item: Fedora
|
|
Rate: 1
|
|
- Index: 786
|
|
Item: Banana_Hat
|
|
Rate: 1
|
|
- Index: 787
|
|
Item: Ear_Of_Puppy
|
|
Rate: 1
|
|
- Index: 788
|
|
Item: Super_Novice_Hat_
|
|
Rate: 1
|
|
- Index: 789
|
|
Item: Fedora_
|
|
Rate: 1
|
|
- Index: 790
|
|
Item: Magni_Cap
|
|
Rate: 1
|
|
- Index: 791
|
|
Item: Censor_Bar
|
|
Rate: 1
|
|
- Index: 792
|
|
Item: Mould_Powder
|
|
Rate: 12
|
|
- Index: 793
|
|
Item: Ogre_Tooth
|
|
Rate: 12
|
|
- Index: 794
|
|
Item: Anolian_Skin
|
|
Rate: 12
|
|
- Index: 795
|
|
Item: Mud_Lump
|
|
Rate: 12
|
|
- Index: 796
|
|
Item: Skull
|
|
Rate: 12
|
|
- Index: 797
|
|
Item: Wing_Of_Red_Bat
|
|
Rate: 12
|
|
- Index: 798
|
|
Item: Claw_Of_Rat
|
|
Rate: 12
|
|
- Index: 799
|
|
Item: Stiff_Horn
|
|
Rate: 12
|
|
- Index: 800
|
|
Item: Glitter_Shell
|
|
Rate: 12
|
|
- Index: 801
|
|
Item: Tail_Of_Steel_Scorpion
|
|
Rate: 12
|
|
- Index: 802
|
|
Item: Claw_Of_Monkey
|
|
Rate: 12
|
|
- Index: 803
|
|
Item: Tough_Scalelike_Stem
|
|
Rate: 12
|
|
- Index: 804
|
|
Item: Coral_Reef
|
|
Rate: 12
|
|
- Index: 805
|
|
Item: Old_Portrait
|
|
Rate: 12
|
|
- Index: 806
|
|
Item: Bookclip_In_Memory
|
|
Rate: 12
|
|
- Index: 807
|
|
Item: Spoon_Stub
|
|
Rate: 12
|
|
- Index: 808
|
|
Item: Key_Of_Clock_Tower
|
|
Rate: 12
|
|
- Index: 809
|
|
Item: Underground_Key
|
|
Rate: 12
|
|
- Index: 810
|
|
Item: Claw_Of_Desert_Wolf
|
|
Rate: 12
|
|
- Index: 811
|
|
Item: Old_Frying_Pan
|
|
Rate: 12
|
|
- Index: 812
|
|
Item: Piece_Of_Egg_Shell
|
|
Rate: 12
|
|
- Index: 813
|
|
Item: Poison_Spore
|
|
Rate: 12
|
|
- Index: 814
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 12
|
|
- Index: 815
|
|
Item: Matchstick
|
|
Rate: 12
|
|
- Index: 816
|
|
Item: Fang_Of_Garm
|
|
Rate: 12
|
|
- Index: 817
|
|
Item: Yarn
|
|
Rate: 12
|
|
- Index: 818
|
|
Item: Fine_Grit
|
|
Rate: 12
|
|
- Index: 819
|
|
Item: Alice's_Apron
|
|
Rate: 12
|
|
- Index: 820
|
|
Item: Talon_Of_Griffin
|
|
Rate: 12
|
|
- Index: 821
|
|
Item: Stone
|
|
Rate: 12
|
|
- Index: 822
|
|
Item: Cyfar
|
|
Rate: 12
|
|
- Index: 823
|
|
Item: Brigan
|
|
Rate: 12
|
|
- Index: 824
|
|
Item: Cargo_Free_Ticket
|
|
Rate: 12
|
|
- Index: 825
|
|
Item: Warp_Free_Ticket
|
|
Rate: 12
|
|
- Index: 826
|
|
Item: Cart_Free_Ticket
|
|
Rate: 12
|
|
- Index: 827
|
|
Item: Soft_Feather
|
|
Rate: 12
|
|
- Index: 828
|
|
Item: Dragon_Fly_Wing
|
|
Rate: 12
|
|
- Index: 829
|
|
Item: Sea_Otter_Leather
|
|
Rate: 12
|
|
- Index: 830
|
|
Item: Ice_Piece
|
|
Rate: 12
|
|
- Index: 831
|
|
Item: Stone_Piece
|
|
Rate: 12
|
|
- Index: 832
|
|
Item: Burn_Tree
|
|
Rate: 12
|
|
- Index: 833
|
|
Item: Broken_Armor_Piece
|
|
Rate: 12
|
|
- Index: 834
|
|
Item: Broken_Shell
|
|
Rate: 12
|
|
- Index: 835
|
|
Item: Tatters_Clothes
|
|
Rate: 12
|
|
- Index: 836
|
|
Item: Rust_Suriken
|
|
Rate: 12
|
|
- Index: 837
|
|
Item: Wheel
|
|
Rate: 12
|
|
- Index: 838
|
|
Item: Mystery_Piece
|
|
Rate: 12
|
|
- Index: 839
|
|
Item: Broken_Steel_Piece
|
|
Rate: 12
|
|
- Index: 840
|
|
Item: Cold_Magma
|
|
Rate: 12
|
|
- Index: 841
|
|
Item: Burning_Heart
|
|
Rate: 12
|
|
- Index: 842
|
|
Item: Live_Coal
|
|
Rate: 12
|
|
- Index: 843
|
|
Item: Old_Magic_Circle
|
|
Rate: 12
|
|
- Index: 844
|
|
Item: Sharp_Leaf
|
|
Rate: 12
|
|
- Index: 845
|
|
Item: Peco_Wing_Feather
|
|
Rate: 12
|
|
- Index: 846
|
|
Item: Goat's_Horn
|
|
Rate: 12
|
|
- Index: 847
|
|
Item: Gaoat's_Skin
|
|
Rate: 12
|
|
- Index: 848
|
|
Item: Boroken_Shiled_Piece
|
|
Rate: 12
|
|
- Index: 849
|
|
Item: Shine_Spear_Blade
|
|
Rate: 12
|
|
- Index: 850
|
|
Item: Vroken_Sword
|
|
Rate: 12
|
|
- Index: 851
|
|
Item: Smooth_Paper
|
|
Rate: 12
|
|
- Index: 852
|
|
Item: Fright_Paper_Blade
|
|
Rate: 12
|
|
- Index: 853
|
|
Item: Broken_Pharaoh_Symbol
|
|
Rate: 12
|
|
- Index: 854
|
|
Item: Tutankhamen's_Mask
|
|
Rate: 12
|
|
- Index: 855
|
|
Item: Harpy's_Feather
|
|
Rate: 12
|
|
- Index: 856
|
|
Item: Harpy's_Claw
|
|
Rate: 12
|
|
- Index: 857
|
|
Item: Rent_Spell_Book
|
|
Rate: 12
|
|
- Index: 858
|
|
Item: Rent_Scroll
|
|
Rate: 12
|
|
- Index: 859
|
|
Item: Spawns
|
|
Rate: 12
|
|
- Index: 860
|
|
Item: Burning_Horse_Shoe
|
|
Rate: 12
|
|
- Index: 861
|
|
Item: Honey_Jar
|
|
Rate: 12
|
|
- Index: 862
|
|
Item: Hot_Hair
|
|
Rate: 12
|
|
- Index: 863
|
|
Item: Dragon's_Skin
|
|
Rate: 12
|
|
- Index: 864
|
|
Item: Sand_Lump
|
|
Rate: 12
|
|
- Index: 865
|
|
Item: Scropion's_Nipper
|
|
Rate: 12
|
|
- Index: 866
|
|
Item: Large_Jellopy
|
|
Rate: 12
|
|
- Index: 867
|
|
Item: Medicine_Bowl
|
|
Rate: 12
|
|
- Index: 868
|
|
Item: Fire_Bottle
|
|
Rate: 12
|
|
- Index: 869
|
|
Item: Acid_Bottle
|
|
Rate: 12
|
|
- Index: 870
|
|
Item: MenEater_Plant_Bottle
|
|
Rate: 12
|
|
- Index: 871
|
|
Item: Mini_Bottle
|
|
Rate: 12
|
|
- Index: 872
|
|
Item: Coating_Bottle
|
|
Rate: 12
|
|
- Index: 873
|
|
Item: Yellow_Plate
|
|
Rate: 12
|
|
- Index: 874
|
|
Item: Bamboo_Cut
|
|
Rate: 12
|
|
- Index: 875
|
|
Item: Oil_Paper
|
|
Rate: 12
|
|
- Index: 876
|
|
Item: Glossy_Hair
|
|
Rate: 12
|
|
- Index: 877
|
|
Item: Old_Japaness_Clothes
|
|
Rate: 12
|
|
- Index: 878
|
|
Item: Poison_Powder
|
|
Rate: 12
|
|
- Index: 879
|
|
Item: Poison_Toad's_Skin
|
|
Rate: 12
|
|
- Index: 880
|
|
Item: Broken_Shuriken
|
|
Rate: 12
|
|
- Index: 881
|
|
Item: Black_Mask
|
|
Rate: 12
|
|
- Index: 882
|
|
Item: Broken_Wine_Vessel
|
|
Rate: 12
|
|
- Index: 883
|
|
Item: Tengu's_Nose
|
|
Rate: 12
|
|
- Index: 884
|
|
Item: Black_Bear's_Skin
|
|
Rate: 12
|
|
- Index: 885
|
|
Item: Cloud_Piece
|
|
Rate: 12
|
|
- Index: 886
|
|
Item: Sharp_Feeler
|
|
Rate: 12
|
|
- Index: 887
|
|
Item: Hard_Peach
|
|
Rate: 12
|
|
- Index: 888
|
|
Item: Limpid_Celestial_Robe
|
|
Rate: 12
|
|
- Index: 889
|
|
Item: Soft_Silk_Cloth
|
|
Rate: 12
|
|
- Index: 890
|
|
Item: Mystery_Iron_Bit
|
|
Rate: 12
|
|
- Index: 891
|
|
Item: Great_Wing
|
|
Rate: 12
|
|
- Index: 892
|
|
Item: Taegeuk_Plate
|
|
Rate: 12
|
|
- Index: 893
|
|
Item: Tuxedo
|
|
Rate: 12
|
|
- Index: 894
|
|
Item: Leopard_Skin
|
|
Rate: 12
|
|
- Index: 895
|
|
Item: Leopard_Talon
|
|
Rate: 12
|
|
- Index: 896
|
|
Item: Packing_Ribbon
|
|
Rate: 12
|
|
- Index: 897
|
|
Item: Packing_Paper
|
|
Rate: 12
|
|
- Index: 898
|
|
Item: Cacao
|
|
Rate: 12
|
|
- Index: 899
|
|
Item: Thin_Stem
|
|
Rate: 12
|
|
- Index: 900
|
|
Item: Festival_Mask
|
|
Rate: 12
|
|
- Index: 901
|
|
Item: Browny_Root
|
|
Rate: 12
|
|
- Index: 902
|
|
Item: Heart_Of_Tree
|
|
Rate: 12
|
|
- Index: 903
|
|
Item: Solid_Peeling
|
|
Rate: 12
|
|
- Index: 904
|
|
Item: Lamplight
|
|
Rate: 12
|
|
- Index: 905
|
|
Item: Blade_Of_Pinwheel
|
|
Rate: 12
|
|
- Index: 906
|
|
Item: Germinating_Sprout
|
|
Rate: 12
|
|
- Index: 907
|
|
Item: Soft_Leaf
|
|
Rate: 12
|
|
- Index: 908
|
|
Item: Air_Rifle
|
|
Rate: 12
|
|
- Index: 909
|
|
Item: Shoulder_Protection
|
|
Rate: 12
|
|
- Index: 910
|
|
Item: Tough_Vines
|
|
Rate: 12
|
|
- Index: 911
|
|
Item: Great_Leaf
|
|
Rate: 12
|
|
- Index: 912
|
|
Item: Flexible_String
|
|
Rate: 12
|
|
- Index: 913
|
|
Item: Log
|
|
Rate: 12
|
|
- Index: 914
|
|
Item: Beetle_Nipper
|
|
Rate: 12
|
|
- Index: 915
|
|
Item: Solid_Twig
|
|
Rate: 12
|
|
- Index: 916
|
|
Item: Piece_Of_Black_Cloth
|
|
Rate: 12
|
|
- Index: 917
|
|
Item: Black_Kitty_Doll
|
|
Rate: 12
|
|
- Index: 918
|
|
Item: Old_Manteau
|
|
Rate: 12
|
|
- Index: 919
|
|
Item: Rusty_Cleaver
|
|
Rate: 12
|
|
- Index: 920
|
|
Item: Dullahan's_Helm
|
|
Rate: 12
|
|
- Index: 921
|
|
Item: Dullahan_Armor
|
|
Rate: 12
|
|
- Index: 922
|
|
Item: Rojerta_Piece
|
|
Rate: 12
|
|
- Index: 923
|
|
Item: Hanging_Doll
|
|
Rate: 12
|
|
- Index: 924
|
|
Item: Needle_Pouch
|
|
Rate: 12
|
|
- Index: 925
|
|
Item: Bat_Cage
|
|
Rate: 12
|
|
- Index: 926
|
|
Item: Broken_Needle
|
|
Rate: 12
|
|
- Index: 927
|
|
Item: Red_Scarf
|
|
Rate: 12
|
|
- Index: 928
|
|
Item: Spool
|
|
Rate: 12
|
|
- Index: 929
|
|
Item: Rotten_Rope
|
|
Rate: 12
|
|
- Index: 930
|
|
Item: Striped_Socks
|
|
Rate: 12
|
|
- Index: 931
|
|
Item: Ectoplasm
|
|
Rate: 12
|
|
- Index: 932
|
|
Item: Tangled_Chain
|
|
Rate: 12
|
|
- Index: 933
|
|
Item: Tree_Knot
|
|
Rate: 12
|
|
- Index: 934
|
|
Item: Distorted_Portrait
|
|
Rate: 12
|
|
- Index: 935
|
|
Item: Pumpkin_Bucket
|
|
Rate: 12
|
|
- Index: 936
|
|
Item: Fan
|
|
Rate: 12
|
|
- Index: 937
|
|
Item: Cat_Eyed_Stone
|
|
Rate: 12
|
|
- Index: 938
|
|
Item: Dried_Sand
|
|
Rate: 12
|
|
- Index: 939
|
|
Item: Dragon_Horn
|
|
Rate: 12
|
|
- Index: 940
|
|
Item: Dragon_Fang
|
|
Rate: 12
|
|
- Index: 941
|
|
Item: Tiger_Skin_Panties
|
|
Rate: 12
|
|
- Index: 942
|
|
Item: Little_Blacky_Ghost
|
|
Rate: 12
|
|
- Index: 943
|
|
Item: Bib
|
|
Rate: 12
|
|
- Index: 944
|
|
Item: Milk_Bottle
|
|
Rate: 12
|
|
- Index: 945
|
|
Item: Dark_Crystal_Fragment
|
|
Rate: 1
|
|
- Index: 946
|
|
Item: Long_Limb
|
|
Rate: 1
|
|
- Index: 947
|
|
Item: Screw
|
|
Rate: 1
|
|
- Index: 948
|
|
Item: Old_Pick
|
|
Rate: 1
|
|
- Index: 949
|
|
Item: Old_Steel_Plate
|
|
Rate: 1
|
|
- Index: 950
|
|
Item: Air_Pollutant
|
|
Rate: 1
|
|
- Index: 951
|
|
Item: Fragment_Of_Crystal
|
|
Rate: 1
|
|
- Index: 952
|
|
Item: Poisonous_Gas
|
|
Rate: 1
|
|
- Index: 953
|
|
Item: Battered_Kettle
|
|
Rate: 1
|
|
- Index: 954
|
|
Item: Tube
|
|
Rate: 1
|
|
- Index: 955
|
|
Item: Fluorescent_Liquid
|
|
Rate: 1
|
|
- Index: 956
|
|
Item: Headlamp
|
|
Rate: 1
|
|
- Index: 957
|
|
Item: Red_Feather
|
|
Rate: 1
|
|
- Index: 958
|
|
Item: Blue_Feather
|
|
Rate: 1
|
|
- Index: 959
|
|
Item: Cursed_Seal
|
|
Rate: 1
|
|
- Index: 960
|
|
Item: Tri_Headed_Dragon_Head
|
|
Rate: 1
|
|
- Index: 961
|
|
Item: Treasure_Box
|
|
Rate: 1
|
|
- Index: 962
|
|
Item: Dragonball_Green
|
|
Rate: 1
|
|
- Index: 963
|
|
Item: Dragonball_Blue
|
|
Rate: 1
|
|
- Index: 964
|
|
Item: Dragonball_Red
|
|
Rate: 1
|
|
- Index: 965
|
|
Item: Dragonball_Yellow
|
|
Rate: 1
|
|
- Index: 966
|
|
Item: Bloody_Page
|
|
Rate: 1
|
|
- Index: 967
|
|
Item: Piece_Of_Bone_Armor
|
|
Rate: 1
|
|
- Index: 968
|
|
Item: Scale_Of_Red_Dragon
|
|
Rate: 1
|
|
- Index: 969
|
|
Item: Yellow_Spice
|
|
Rate: 1
|
|
- Index: 970
|
|
Item: Sweet_Sauce
|
|
Rate: 1
|
|
- Index: 971
|
|
Item: Plain_Sauce
|
|
Rate: 1
|
|
- Index: 972
|
|
Item: Hot_Sauce
|
|
Rate: 1
|
|
- Index: 973
|
|
Item: Red_Spice
|
|
Rate: 1
|
|
- Index: 974
|
|
Item: Cooking_Oil
|
|
Rate: 1
|
|
- Index: 975
|
|
Item: Cookbook01
|
|
Rate: 1
|
|
- Index: 976
|
|
Item: Cookbook02
|
|
Rate: 1
|
|
- Index: 977
|
|
Item: Cookbook03
|
|
Rate: 1
|
|
- Index: 978
|
|
Item: Cookbook04
|
|
Rate: 1
|
|
- Index: 979
|
|
Item: Cookbook05
|
|
Rate: 1
|
|
- Index: 980
|
|
Item: Pot
|
|
Rate: 1
|
|
- Index: 981
|
|
Item: Burnt_Parts
|
|
Rate: 1
|
|
- Index: 982
|
|
Item: Pocket_Watch
|
|
Rate: 1
|
|
- Index: 983
|
|
Item: Ice_Heart
|
|
Rate: 15
|
|
- Index: 984
|
|
Item: Ice_Scale
|
|
Rate: 15
|
|
- Index: 985
|
|
Item: Bloody_Rune
|
|
Rate: 15
|
|
- Index: 986
|
|
Item: Rotten_Meat
|
|
Rate: 15
|
|
- Index: 987
|
|
Item: Sticky_Poison
|
|
Rate: 15
|
|
- Index: 988
|
|
Item: Suspicious_Hat
|
|
Rate: 1
|
|
- Index: 989
|
|
Item: White_Mask
|
|
Rate: 1
|
|
- Index: 990
|
|
Item: Old_White_Cloth
|
|
Rate: 34
|
|
- Index: 991
|
|
Item: Clattering_Skull
|
|
Rate: 32
|
|
- Index: 992
|
|
Item: Broken_Farming_Utensil
|
|
Rate: 34
|
|
- Index: 993
|
|
Item: Skull_Helm
|
|
Rate: 3
|
|
- Index: 994
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 3
|
|
- Index: 995
|
|
Item: Transparent_Headgear
|
|
Rate: 3
|
|
- Index: 996
|
|
Item: Pacifier
|
|
Rate: 3
|
|
- Index: 997
|
|
Item: Wig
|
|
Rate: 3
|
|
- Index: 998
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 3
|
|
- Index: 999
|
|
Item: Silk_Ribbon
|
|
Rate: 3
|
|
- Index: 1000
|
|
Item: Punisher
|
|
Rate: 3
|
|
- Index: 1001
|
|
Item: Wild_Flower
|
|
Rate: 3
|
|
- Index: 1002
|
|
Item: Battered_Pot
|
|
Rate: 3
|
|
- Index: 1003
|
|
Item: Stellar_Hairpin
|
|
Rate: 3
|
|
- Index: 1004
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 3
|
|
- Index: 1005
|
|
Item: Backpack
|
|
Rate: 3
|
|
- Index: 1006
|
|
Item: Rocker_Glasses
|
|
Rate: 3
|
|
- Index: 1007
|
|
Item: Green_Lace
|
|
Rate: 3
|
|
- Index: 1008
|
|
Item: Golden_Bell
|
|
Rate: 3
|
|
- Index: 1009
|
|
Item: Bark_Shorts
|
|
Rate: 3
|
|
- Index: 1010
|
|
Item: Monkey_Circlet
|
|
Rate: 3
|
|
- Index: 1011
|
|
Item: Red_Muffler
|
|
Rate: 3
|
|
- Index: 1012
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 3
|
|
- Index: 1013
|
|
Item: Jujube_Dagger
|
|
Rate: 1
|
|
- Index: 1014
|
|
Item: Dragon_Killer
|
|
Rate: 1
|
|
- Index: 1015
|
|
Item: Ginnungagap
|
|
Rate: 1
|
|
- Index: 1016
|
|
Item: Coward
|
|
Rate: 1
|
|
- Index: 1017
|
|
Item: Coward_
|
|
Rate: 1
|
|
- Index: 1018
|
|
Item: Long_Barrel
|
|
Rate: 1
|
|
- Index: 1019
|
|
Item: Long_Barrel_
|
|
Rate: 1
|
|
- Index: 1020
|
|
Item: Gate_KeeperDD
|
|
Rate: 1
|
|
- Index: 1021
|
|
Item: Thunder_P
|
|
Rate: 1
|
|
- Index: 1022
|
|
Item: Lever_Action_Rifle
|
|
Rate: 2
|
|
- Index: 1023
|
|
Item: Bullet
|
|
Rate: 1
|
|
- Index: 1024
|
|
Item: Silver_Bullet
|
|
Rate: 1
|
|
- Index: 1025
|
|
Item: Shell_Of_Blood
|
|
Rate: 1
|
|
- Index: 1026
|
|
Item: Flare_Sphere
|
|
Rate: 1
|
|
- Index: 1027
|
|
Item: Lighting_Sphere
|
|
Rate: 1
|
|
- Index: 1028
|
|
Item: Poison_Sphere
|
|
Rate: 1
|
|
- Index: 1029
|
|
Item: Blind_Sphere
|
|
Rate: 1
|
|
- Index: 1030
|
|
Item: Freezing_Sphere
|
|
Rate: 1
|
|
- Index: 1031
|
|
Item: Huuma_Calm_Mind
|
|
Rate: 1
|
|
- Group: BLUE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dex_Dish_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1200
|
|
- Index: 2
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1240
|
|
- Index: 3
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1250
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll_Box
|
|
Rate: 1250
|
|
- Index: 5
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 77
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Ticket_Loli_Ruri
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Siroma_Icetea_To_Throw
|
|
Rate: 1011
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: Maneater_Flower_Hat
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_Phreeoni_Card
|
|
Rate: 11
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: RWC_Memory_Knife
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sugared_Fruit_Stick
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Neuralizer_Box
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Black_Devil_Mask_
|
|
Rate: 2
|
|
Announced: true
|
|
- Group: BOARDING_HALTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
UniqueId: true
|
|
- Group: BOITATA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pill_
|
|
Amount: 5
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Mistress_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Tao_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Boitata_Armor
|
|
Rate: 12
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Boitata_Hat
|
|
Rate: 35
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Green_Bunny_Hairband
|
|
Rate: 100
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Sailor_Hat
|
|
Rate: 300
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Bravery_Bag
|
|
Rate: 20
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Earth_Sprits_Armor_
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Skull_Cap
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Superb_Fish_Box50
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1200
|
|
- Index: 14
|
|
Item: Guyak_Pudding
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 15
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: Underripe_Yggseed
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: Siroma_Icetea_To_Throw
|
|
Rate: 1800
|
|
Amount: 10
|
|
- Index: 18
|
|
Item: Petti_Noodle_To_Throw
|
|
Rate: 1800
|
|
Amount: 10
|
|
- Group: BOMB
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Apple_Bomb
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Coconut_Bomb
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Melon_Bomb
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Pineapple_Bomb
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Banana_Bomb
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Black_Lump
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Black_Hard_Lump
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Very_Hard_Lump
|
|
Rate: 1
|
|
- Group: BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Blue_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Gift_Box
|
|
Rate: 1
|
|
- Group: BREWING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dex_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Luk_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: BRINDLE_EEL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brindle_Eel
|
|
Duration: 60
|
|
- Group: BRINDLE_EEL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brindle_Eel
|
|
Duration: 10080
|
|
- Group: BROOCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brooch_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BR_ACOLPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Saint_Robe_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Buckler_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shoes_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Muffler_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pupa_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sohee_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Biretta_
|
|
UniqueId: true
|
|
- Group: BR_ARCHERPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tights_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Kakkung_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Boots_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Muffler_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Zerom_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Whisper_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Apple_Of_Archer
|
|
UniqueId: true
|
|
- Group: BR_INDEPENDENCE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Brazilian_Emblem
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Acaraje
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Br_Twin_Ribbon
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: HE_Battle_Manual
|
|
Rate: 100
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Navel_Ring
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Br_Beret
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Ragged_Zombie_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Job_Manual50
|
|
Rate: 100
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Big_Bun_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Gold_Pill_1
|
|
Rate: 94
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Int_Dish10_
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Durian
|
|
Rate: 100
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: B_Mdef_Potion
|
|
Rate: 100
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: All_In_One_Ring_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Carmen_Miranda's_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Group: BR_MAGEPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silk_Robe_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guard_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shoes_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Muffler_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pupa_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Phen_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Wizardry_Hat
|
|
UniqueId: true
|
|
- Group: BR_MERPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Chain_Mail_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Buckler_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Boots_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Manteau_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pupa_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Daydric_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Bankruptcy_Of_Heart
|
|
UniqueId: true
|
|
- Group: BR_SWORDPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Plate_Armor_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Shield_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Boots_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Manteau_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pupa_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Daydric_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Helm_
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Iron_Cane
|
|
UniqueId: true
|
|
- Group: BR_THIEFPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Thief_Clothes_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Buckler_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Boots_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Manteau_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Matyr_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Whisper_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Clip
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Ghost_Bandana
|
|
UniqueId: true
|
|
- Group: BUDDAH_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mental_Potion
|
|
Amount: 3
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1400
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 1400
|
|
- Index: 3
|
|
Item: Battle_Manual_Box
|
|
Rate: 1352
|
|
- Index: 4
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1250
|
|
- Index: 5
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1400
|
|
- Index: 6
|
|
Item: Guyak_Pudding
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Poker_Card_In_Mouth
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sleeping_Kitty_Cat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Cat_Ears_Beret
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Red_Hood
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Spirit_Of_Chung_E
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Kirin_Wing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Group: BUNNY_BAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bunny_Band_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: CANDY
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Group: CANDY_HOLDER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Candy
|
|
Rate: 20
|
|
- Index: 2
|
|
Item: Well_Baked_Cookie
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: Piece_Of_Cake
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Bread
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Old_Blue_Box
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Contracts_In_Shadow
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Niflheim_Ticket
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Pumpkin_Cake
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Pumpkin_Pie
|
|
Rate: 5
|
|
- Group: CAPRICON_DI_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Robo_Eye_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Improved_Tights
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Capricon_Diadem_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sprint_Shoes
|
|
Rate: 26
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Cursed_Star
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: King_Tiger_Doll_Hat_Box
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pirate's_Pride_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Med_Life_Potion_Box30
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Abrasive_Box5
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Guyak_Candy
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Enriched_Oridecon_Box5
|
|
Rate: 170
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: CAPRICON_DI_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Capricon_Di_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: CAPRI_CROWN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Santa_Poring_Hat_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Linen_Glove
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Rainbow_Scarf_Box
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Capricon_Crown_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pizza_Hat_Box
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Antonio_Card
|
|
Rate: 37
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Red_Bag
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Guyak_Candy
|
|
Rate: 130
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Adrenaline_Scroll_Box
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Enriched_Elunium_Box5
|
|
Rate: 180
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Wind_Walk_10_Scroll_Box
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Group: CAPRI_CROWN_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Capri_Crown_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: CARACAS_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Caracas_Ring
|
|
Duration: 30240
|
|
- Index: 1
|
|
Item: Steel_Flower_C
|
|
Duration: 30240
|
|
- Group: CARDALBUM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Card
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: Fabre_Card
|
|
Rate: 17
|
|
- Index: 2
|
|
Item: Pupa_Card
|
|
Rate: 6
|
|
- Index: 3
|
|
Item: Drops_Card
|
|
Rate: 18
|
|
- Index: 4
|
|
Item: Poring__Card
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: Lunatic_Card
|
|
Rate: 14
|
|
- Index: 6
|
|
Item: Pecopeco_Egg_Card
|
|
Rate: 4
|
|
- Index: 7
|
|
Item: Picky_Card
|
|
Rate: 17
|
|
- Index: 8
|
|
Item: Chonchon_Card
|
|
Rate: 17
|
|
- Index: 9
|
|
Item: Wilow_Card
|
|
Rate: 17
|
|
- Index: 10
|
|
Item: Picky__Card
|
|
Rate: 17
|
|
- Index: 11
|
|
Item: Thief_Bug_Egg_Card
|
|
Rate: 19
|
|
- Index: 12
|
|
Item: Andre_Egg_Card
|
|
Rate: 12
|
|
- Index: 13
|
|
Item: Roda_Frog_Card
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: Condor_Card
|
|
Rate: 12
|
|
- Index: 15
|
|
Item: Thief_Bug_Card
|
|
Rate: 12
|
|
- Index: 16
|
|
Item: Savage_Babe_Card
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: Hornet_Card
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Farmiliar_Card
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Rocker_Card
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Spore_Card
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Desert_Wolf_Babe_Card
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: Plankton_Card
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: Skeleton_Card
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: Thief_Bug_Female_Card
|
|
Rate: 9
|
|
- Index: 25
|
|
Item: Kukre_Card
|
|
Rate: 3
|
|
- Index: 26
|
|
Item: Tarou_Card
|
|
Rate: 9
|
|
- Index: 27
|
|
Item: Wolf_Card
|
|
Rate: 9
|
|
- Index: 28
|
|
Item: Mandragora_Card
|
|
Rate: 9
|
|
- Index: 29
|
|
Item: Pecopeco_Card
|
|
Rate: 3
|
|
- Index: 30
|
|
Item: Ambernite_Card
|
|
Rate: 6
|
|
- Index: 31
|
|
Item: Poporing_Card
|
|
Rate: 6
|
|
- Index: 32
|
|
Item: Worm_Tail_Card
|
|
Rate: 6
|
|
- Index: 33
|
|
Item: Hydra_Card
|
|
Rate: 3
|
|
- Index: 34
|
|
Item: Muka_Card
|
|
Rate: 3
|
|
- Index: 35
|
|
Item: Snake_Card
|
|
Rate: 3
|
|
- Index: 36
|
|
Item: Zombie_Card
|
|
Rate: 3
|
|
- Index: 37
|
|
Item: Stainer_Card
|
|
Rate: 3
|
|
- Index: 38
|
|
Item: Creamy_Card
|
|
Rate: 3
|
|
- Index: 39
|
|
Item: Coco_Card
|
|
Rate: 3
|
|
- Index: 40
|
|
Item: Steel_Chonchon_Card
|
|
Rate: 3
|
|
- Index: 41
|
|
Item: Andre_Card
|
|
Rate: 3
|
|
- Index: 42
|
|
Item: Smokie_Card
|
|
Rate: 3
|
|
- Index: 43
|
|
Item: Horn_Card
|
|
Rate: 3
|
|
- Index: 44
|
|
Item: Martin_Card
|
|
Rate: 3
|
|
- Index: 45
|
|
Item: Poison_Spore_Card
|
|
Rate: 3
|
|
- Index: 46
|
|
Item: Vadon_Card
|
|
Rate: 3
|
|
- Index: 47
|
|
Item: Thief_Bug_Male_Card
|
|
Rate: 3
|
|
- Index: 48
|
|
Item: Yoyo_Card
|
|
Rate: 3
|
|
- Index: 49
|
|
Item: Elder_Wilow_Card
|
|
Rate: 3
|
|
- Index: 50
|
|
Item: Vitata_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Marina_Card
|
|
Rate: 3
|
|
- Index: 52
|
|
Item: Dustiness_Card
|
|
Rate: 3
|
|
- Index: 53
|
|
Item: Metaller_Card
|
|
Rate: 2
|
|
- Index: 54
|
|
Item: Thara_Frog_Card
|
|
Rate: 2
|
|
- Index: 55
|
|
Item: Goblin_Card
|
|
Rate: 2
|
|
- Index: 56
|
|
Item: Cornutus_Card
|
|
Rate: 2
|
|
- Index: 57
|
|
Item: Anacondaq_Card
|
|
Rate: 2
|
|
- Index: 58
|
|
Item: Caramel_Card
|
|
Rate: 2
|
|
- Index: 59
|
|
Item: Zerom_Card
|
|
Rate: 2
|
|
- Index: 60
|
|
Item: Kaho_Card
|
|
Rate: 2
|
|
- Index: 61
|
|
Item: Orc_Warrior_Card
|
|
Rate: 2
|
|
- Index: 62
|
|
Item: Megalodon_Card
|
|
Rate: 2
|
|
- Index: 63
|
|
Item: Scorpion_Card
|
|
Rate: 2
|
|
- Index: 64
|
|
Item: Drainliar_Card
|
|
Rate: 2
|
|
- Index: 65
|
|
Item: Eggyra_Card
|
|
Rate: 2
|
|
- Index: 66
|
|
Item: Orc_Zombie_Card
|
|
Rate: 2
|
|
- Index: 67
|
|
Item: Golem_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Pirate_Skel_Card
|
|
Rate: 2
|
|
- Index: 69
|
|
Item: BigFoot_Card
|
|
Rate: 2
|
|
- Index: 70
|
|
Item: Argos_Card
|
|
Rate: 2
|
|
- Index: 71
|
|
Item: Magnolia_Card
|
|
Rate: 2
|
|
- Index: 72
|
|
Item: Phen_Card
|
|
Rate: 2
|
|
- Index: 73
|
|
Item: Savage_Card
|
|
Rate: 2
|
|
- Index: 74
|
|
Item: Mantis_Card
|
|
Rate: 2
|
|
- Index: 75
|
|
Item: Flora_Card
|
|
Rate: 2
|
|
- Index: 76
|
|
Item: Hode_Card
|
|
Rate: 2
|
|
- Index: 77
|
|
Item: Desert_Wolf_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Rafflesia_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: Marine_Sphere_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: Orc_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: Soldier_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: Giearth_Card
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Frilldora_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: Munak_Card
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: Kobold_Card
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: Skel_Worker_Card
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Obeaune_Card
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: Archer_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 90
|
|
Item: Marse_Card
|
|
Rate: 1
|
|
- Index: 91
|
|
Item: Zenorc_Card
|
|
Rate: 1
|
|
- Index: 92
|
|
Item: Matyr_Card
|
|
Rate: 1
|
|
- Index: 93
|
|
Item: Dokebi_Card
|
|
Rate: 1
|
|
- Index: 94
|
|
Item: Pasana_Card
|
|
Rate: 1
|
|
- Index: 95
|
|
Item: Sohee_Card
|
|
Rate: 1
|
|
- Index: 96
|
|
Item: Sand_Man_Card
|
|
Rate: 1
|
|
- Index: 97
|
|
Item: Whisper_Card
|
|
Rate: 1
|
|
- Index: 98
|
|
Item: Horong_Card
|
|
Rate: 1
|
|
- Index: 99
|
|
Item: Requiem_Card
|
|
Rate: 1
|
|
- Index: 100
|
|
Item: Marc_Card
|
|
Rate: 1
|
|
- Index: 101
|
|
Item: Mummy_Card
|
|
Rate: 1
|
|
- Index: 102
|
|
Item: Verit_Card
|
|
Rate: 1
|
|
- Index: 103
|
|
Item: Myst_Card
|
|
Rate: 1
|
|
- Index: 104
|
|
Item: Jakk_Card
|
|
Rate: 1
|
|
- Index: 105
|
|
Item: Ghoul_Card
|
|
Rate: 1
|
|
- Index: 106
|
|
Item: Strouf_Card
|
|
Rate: 1
|
|
- Index: 107
|
|
Item: Marduk_Card
|
|
Rate: 1
|
|
- Index: 108
|
|
Item: Marionette_Card
|
|
Rate: 1
|
|
- Index: 109
|
|
Item: Argiope_Card
|
|
Rate: 1
|
|
- Index: 110
|
|
Item: Hunter_Fly_Card
|
|
Rate: 1
|
|
- Index: 111
|
|
Item: Isis_Card
|
|
Rate: 1
|
|
- Index: 112
|
|
Item: Side_Winder_Card
|
|
Rate: 1
|
|
- Index: 113
|
|
Item: Petit_Card
|
|
Rate: 1
|
|
- Index: 114
|
|
Item: Bathory_Card
|
|
Rate: 1
|
|
- Index: 115
|
|
Item: Petit__Card
|
|
Rate: 1
|
|
- Index: 116
|
|
Item: Deviruchi_Card
|
|
Rate: 1
|
|
- Index: 117
|
|
Item: Medusa_Card
|
|
Rate: 1
|
|
- Index: 118
|
|
Item: Deviace_Card
|
|
Rate: 1
|
|
- Index: 119
|
|
Item: Minorous_Card
|
|
Rate: 1
|
|
- Index: 120
|
|
Item: Nightmare_Card
|
|
Rate: 1
|
|
- Index: 121
|
|
Item: Baphomet__Card
|
|
Rate: 1
|
|
- Index: 122
|
|
Item: Scorpion_King_Card
|
|
Rate: 1
|
|
- Index: 123
|
|
Item: Daydric_Card
|
|
Rate: 1
|
|
- Index: 124
|
|
Item: Khalitzburg_Card
|
|
Rate: 1
|
|
- Index: 125
|
|
Item: Anubis_Card
|
|
Rate: 1
|
|
- Index: 126
|
|
Item: Joker_Card
|
|
Rate: 1
|
|
- Index: 127
|
|
Item: Knight_Of_Abyss_Card
|
|
Rate: 1
|
|
- Index: 128
|
|
Item: Evil_Druid_Card
|
|
Rate: 1
|
|
- Index: 129
|
|
Item: Gargoyle_Card
|
|
Rate: 1
|
|
- Index: 130
|
|
Item: Goat_Card
|
|
Rate: 1
|
|
- Index: 131
|
|
Item: Gajomart_Card
|
|
Rate: 1
|
|
- Index: 132
|
|
Item: Galapago_Card
|
|
Rate: 1
|
|
- Index: 133
|
|
Item: Crab_Card
|
|
Rate: 1
|
|
- Index: 134
|
|
Item: Rice_Cake_Boy_Card
|
|
Rate: 1
|
|
- Index: 135
|
|
Item: Steam_Goblin_Card
|
|
Rate: 1
|
|
- Index: 136
|
|
Item: Goblin_Archer_Card
|
|
Rate: 1
|
|
- Index: 137
|
|
Item: Flying_Deleter_Card
|
|
Rate: 1
|
|
- Index: 138
|
|
Item: Nine_Tail_Card
|
|
Rate: 1
|
|
- Index: 139
|
|
Item: Antique_Firelock_Card
|
|
Rate: 1
|
|
- Index: 140
|
|
Item: Grand_Peco_Card
|
|
Rate: 1
|
|
- Index: 141
|
|
Item: Grizzly_Card
|
|
Rate: 1
|
|
- Index: 142
|
|
Item: Gullinbursti_Card
|
|
Rate: 1
|
|
- Index: 143
|
|
Item: Gig_Card
|
|
Rate: 1
|
|
- Index: 144
|
|
Item: Nightmare_Terror_Card
|
|
Rate: 1
|
|
- Index: 145
|
|
Item: Neraid_Card
|
|
Rate: 1
|
|
- Index: 146
|
|
Item: Dark_Frame_Card
|
|
Rate: 1
|
|
- Index: 147
|
|
Item: Dark_Priest_Card
|
|
Rate: 1
|
|
- Index: 148
|
|
Item: The_Paper_Card
|
|
Rate: 1
|
|
- Index: 149
|
|
Item: Demon_Pungus_Card
|
|
Rate: 1
|
|
- Index: 150
|
|
Item: Poison_Toad_Card
|
|
Rate: 1
|
|
- Index: 151
|
|
Item: Dullahan_Card
|
|
Rate: 1
|
|
- Index: 152
|
|
Item: Dryad_Card
|
|
Rate: 1
|
|
- Index: 153
|
|
Item: Dragon_Tail_Card
|
|
Rate: 1
|
|
- Index: 154
|
|
Item: Driller_Card
|
|
Rate: 1
|
|
- Index: 155
|
|
Item: Disguise_Card
|
|
Rate: 1
|
|
- Index: 156
|
|
Item: Diabolic_Card
|
|
Rate: 1
|
|
- Index: 157
|
|
Item: Lava_Golem_Card
|
|
Rate: 1
|
|
- Index: 158
|
|
Item: Rideword_Card
|
|
Rate: 1
|
|
- Index: 159
|
|
Item: Raggler_Card
|
|
Rate: 1
|
|
- Index: 160
|
|
Item: Raydric_Archer_Card
|
|
Rate: 1
|
|
- Index: 161
|
|
Item: Leib_Olmai_Card
|
|
Rate: 1
|
|
- Index: 162
|
|
Item: Wraith_Dead_Card
|
|
Rate: 1
|
|
- Index: 163
|
|
Item: Wraith_Card
|
|
Rate: 1
|
|
- Index: 164
|
|
Item: Loli_Ruri_Card
|
|
Rate: 1
|
|
- Index: 165
|
|
Item: Rotar_Zairo_Card
|
|
Rate: 1
|
|
- Index: 166
|
|
Item: Lude_Card
|
|
Rate: 1
|
|
- Index: 167
|
|
Item: Rybio_Card
|
|
Rate: 1
|
|
- Index: 168
|
|
Item: Leaf_Cat_Card
|
|
Rate: 1
|
|
- Index: 169
|
|
Item: Marin_Card
|
|
Rate: 1
|
|
- Index: 170
|
|
Item: Merman_Card
|
|
Rate: 1
|
|
- Index: 171
|
|
Item: Megalith_Card
|
|
Rate: 1
|
|
- Index: 172
|
|
Item: Majoruros_Card
|
|
Rate: 1
|
|
- Index: 173
|
|
Item: Civil_Servant_Card
|
|
Rate: 1
|
|
- Index: 174
|
|
Item: Mini_Demon_Card
|
|
Rate: 1
|
|
- Index: 175
|
|
Item: Mimic_Card
|
|
Rate: 1
|
|
- Index: 176
|
|
Item: Mystcase_Card
|
|
Rate: 1
|
|
- Index: 177
|
|
Item: Miyabi_Ningyo_Card
|
|
Rate: 1
|
|
- Index: 178
|
|
Item: Violy_Card
|
|
Rate: 1
|
|
- Index: 179
|
|
Item: Wander_Man_Card
|
|
Rate: 1
|
|
- Index: 180
|
|
Item: Bon_Gun_Card
|
|
Rate: 1
|
|
- Index: 181
|
|
Item: Brilight_Card
|
|
Rate: 1
|
|
- Index: 182
|
|
Item: Bloody_Murderer_Card
|
|
Rate: 1
|
|
- Index: 183
|
|
Item: Blazzer_Card
|
|
Rate: 1
|
|
- Index: 184
|
|
Item: Sasquatch_Card
|
|
Rate: 1
|
|
- Index: 185
|
|
Item: Live_Peach_Tree_Card
|
|
Rate: 1
|
|
- Index: 186
|
|
Item: Succubus_Card
|
|
Rate: 1
|
|
- Index: 187
|
|
Item: Sageworm_Card
|
|
Rate: 1
|
|
- Index: 188
|
|
Item: Solider_Card
|
|
Rate: 1
|
|
- Index: 189
|
|
Item: Goblin_Leader_Card
|
|
Rate: 1
|
|
- Index: 190
|
|
Item: Chepet_Card
|
|
Rate: 1
|
|
- Index: 191
|
|
Item: Choco_Card
|
|
Rate: 1
|
|
- Index: 192
|
|
Item: Zherlthsh_Card
|
|
Rate: 1
|
|
- Index: 193
|
|
Item: Kobold_Leader_Card
|
|
Rate: 1
|
|
- Index: 194
|
|
Item: Vocal_Card
|
|
Rate: 1
|
|
- Index: 195
|
|
Item: Skeleton_General_Card
|
|
Rate: 1
|
|
- Index: 196
|
|
Item: Skel_Prisoner_Card
|
|
Rate: 1
|
|
- Index: 197
|
|
Item: Stalactic_Golem_Card
|
|
Rate: 1
|
|
- Index: 198
|
|
Item: Stem_Worm_Card
|
|
Rate: 1
|
|
- Index: 199
|
|
Item: Stone_Shooter_Card
|
|
Rate: 1
|
|
- Index: 200
|
|
Item: Sting_Card
|
|
Rate: 1
|
|
- Index: 201
|
|
Item: Spring_Rabbit_Card
|
|
Rate: 1
|
|
- Index: 202
|
|
Item: Sleeper_Card
|
|
Rate: 1
|
|
- Index: 203
|
|
Item: C_Tower_Manager_Card
|
|
Rate: 1
|
|
- Index: 204
|
|
Item: Shinobi_Card
|
|
Rate: 1
|
|
- Index: 205
|
|
Item: Increase_Soil_Card
|
|
Rate: 1
|
|
- Index: 206
|
|
Item: Wild_Ginseng_Card
|
|
Rate: 1
|
|
- Index: 207
|
|
Item: Baby_Leopard_Card
|
|
Rate: 1
|
|
- Index: 208
|
|
Item: Anolian_Card
|
|
Rate: 1
|
|
- Index: 209
|
|
Item: Cookie_XMAS_Card
|
|
Rate: 1
|
|
- Index: 210
|
|
Item: Iron_Fist_Card
|
|
Rate: 1
|
|
- Index: 211
|
|
Item: Arclouse_Card
|
|
Rate: 1
|
|
- Index: 212
|
|
Item: Apocalips_Card
|
|
Rate: 1
|
|
- Index: 213
|
|
Item: Alarm_Card
|
|
Rate: 1
|
|
- Index: 214
|
|
Item: Am_Mut_Card
|
|
Rate: 1
|
|
- Index: 215
|
|
Item: Assulter_Card
|
|
Rate: 1
|
|
- Index: 216
|
|
Item: Aster_Card
|
|
Rate: 1
|
|
- Index: 217
|
|
Item: Ancient_Mummy_Card
|
|
Rate: 1
|
|
- Index: 218
|
|
Item: Ancient_Worm_Card
|
|
Rate: 1
|
|
- Index: 219
|
|
Item: Elder_Card
|
|
Rate: 1
|
|
- Index: 220
|
|
Item: Alligator_Card
|
|
Rate: 1
|
|
- Index: 221
|
|
Item: Alice_Card
|
|
Rate: 1
|
|
- Index: 222
|
|
Item: Orc_Lady_Card
|
|
Rate: 1
|
|
- Index: 223
|
|
Item: Orc_Archer_Card
|
|
Rate: 1
|
|
- Index: 224
|
|
Item: Wild_Rose_Card
|
|
Rate: 1
|
|
- Index: 225
|
|
Item: Wicked_Nymph_Card
|
|
Rate: 1
|
|
- Index: 226
|
|
Item: Wooden_Golem_Card
|
|
Rate: 1
|
|
- Index: 227
|
|
Item: Wootan_Shooter_Card
|
|
Rate: 1
|
|
- Index: 228
|
|
Item: Wootan_Fighter_Card
|
|
Rate: 1
|
|
- Index: 229
|
|
Item: Evil_Cloud_Hermit_Card
|
|
Rate: 1
|
|
- Index: 230
|
|
Item: Wind_Ghost_Card
|
|
Rate: 1
|
|
- Index: 231
|
|
Item: Li_Me_Mang_Ryang_Card
|
|
Rate: 1
|
|
- Index: 232
|
|
Item: Explosion_Card
|
|
Rate: 1
|
|
- Index: 233
|
|
Item: Injustice_Card
|
|
Rate: 1
|
|
- Index: 234
|
|
Item: Incubus_Card
|
|
Rate: 1
|
|
- Index: 235
|
|
Item: Giant_Spider_Card
|
|
Rate: 1
|
|
- Index: 236
|
|
Item: Giant_Honet_Card
|
|
Rate: 1
|
|
- Index: 237
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 1
|
|
- Index: 238
|
|
Item: Shellfish_Card
|
|
Rate: 1
|
|
- Index: 239
|
|
Item: Zombie_Master_Card
|
|
Rate: 1
|
|
- Index: 240
|
|
Item: Zombie_Prisoner_Card
|
|
Rate: 1
|
|
- Index: 241
|
|
Item: Gibbet_Card
|
|
Rate: 1
|
|
- Index: 242
|
|
Item: Deleter_Card
|
|
Rate: 1
|
|
- Index: 243
|
|
Item: Geographer_Card
|
|
Rate: 1
|
|
- Index: 244
|
|
Item: Zipper_Bear_Card
|
|
Rate: 1
|
|
- Index: 245
|
|
Item: Tengu_Card
|
|
Rate: 1
|
|
- Index: 246
|
|
Item: Greatest_General_Card
|
|
Rate: 1
|
|
- Index: 247
|
|
Item: Karakasa_Card
|
|
Rate: 1
|
|
- Index: 248
|
|
Item: Kapha_Card
|
|
Rate: 1
|
|
- Index: 249
|
|
Item: Carat_Card
|
|
Rate: 1
|
|
- Index: 250
|
|
Item: Caterpillar_Card
|
|
Rate: 1
|
|
- Index: 251
|
|
Item: Kobold_Archer_Card
|
|
Rate: 1
|
|
- Index: 252
|
|
Item: Cookie_Card
|
|
Rate: 1
|
|
- Index: 253
|
|
Item: Quve_Card
|
|
Rate: 1
|
|
- Index: 254
|
|
Item: Kraben_Card
|
|
Rate: 1
|
|
- Index: 255
|
|
Item: Cramp_Card
|
|
Rate: 1
|
|
- Index: 256
|
|
Item: Cruiser_Card
|
|
Rate: 1
|
|
- Index: 257
|
|
Item: Cremy_Fear_Card
|
|
Rate: 1
|
|
- Index: 258
|
|
Item: Clock_Card
|
|
Rate: 1
|
|
- Index: 259
|
|
Item: Killer_Mantis_Card
|
|
Rate: 1
|
|
- Index: 260
|
|
Item: Whisper_Boss_Card
|
|
Rate: 1
|
|
- Index: 261
|
|
Item: Tamruan_Card
|
|
Rate: 1
|
|
- Index: 262
|
|
Item: Kind_Of_Beetle_Card
|
|
Rate: 1
|
|
- Index: 263
|
|
Item: Tri_Joint_Card
|
|
Rate: 1
|
|
- Index: 264
|
|
Item: Parasite_Card
|
|
Rate: 1
|
|
- Index: 265
|
|
Item: Panzer_Goblin_Card
|
|
Rate: 1
|
|
- Index: 266
|
|
Item: Permeter_Card
|
|
Rate: 1
|
|
- Index: 267
|
|
Item: Fur_Seal_Card
|
|
Rate: 1
|
|
- Index: 268
|
|
Item: Punk_Card
|
|
Rate: 1
|
|
- Index: 269
|
|
Item: Penomena_Card
|
|
Rate: 1
|
|
- Index: 270
|
|
Item: Pest_Card
|
|
Rate: 1
|
|
- Index: 271
|
|
Item: Fake_Angel_Card
|
|
Rate: 1
|
|
- Index: 272
|
|
Item: Mobster_Card
|
|
Rate: 1
|
|
- Index: 273
|
|
Item: Freezer_Card
|
|
Rate: 1
|
|
- Index: 274
|
|
Item: Bloody_Knight_Card
|
|
Rate: 1
|
|
- Index: 275
|
|
Item: Hylozoist_Card
|
|
Rate: 1
|
|
- Index: 276
|
|
Item: Garm_Baby_Card
|
|
Rate: 1
|
|
- Index: 277
|
|
Item: Harpy_Card
|
|
Rate: 1
|
|
- Index: 278
|
|
Item: See_Otter_Card
|
|
Rate: 1
|
|
- Index: 279
|
|
Item: Blood_Butterfly_Card
|
|
Rate: 1
|
|
- Index: 280
|
|
Item: Hyegun_Card
|
|
Rate: 1
|
|
- Index: 281
|
|
Item: Phendark_Card
|
|
Rate: 1
|
|
- Index: 282
|
|
Item: Heater_Card
|
|
Rate: 1
|
|
- Index: 283
|
|
Item: Waste_Stove_Card
|
|
Rate: 1
|
|
- Index: 284
|
|
Item: Venomous_Card
|
|
Rate: 1
|
|
- Index: 285
|
|
Item: Noxious_Card
|
|
Rate: 1
|
|
- Index: 286
|
|
Item: Pitman_Card
|
|
Rate: 1
|
|
- Index: 287
|
|
Item: Ungoliant_Card
|
|
Rate: 1
|
|
- Index: 288
|
|
Item: Porcellio_Card
|
|
Rate: 1
|
|
- Index: 289
|
|
Item: Obsidian_Card
|
|
Rate: 1
|
|
- Index: 290
|
|
Item: Mineral_Card
|
|
Rate: 1
|
|
- Index: 291
|
|
Item: Teddy_Bear_Card
|
|
Rate: 1
|
|
- Index: 292
|
|
Item: Metaling_Card
|
|
Rate: 1
|
|
- Index: 293
|
|
Item: Mole_Card
|
|
Rate: 1
|
|
- Index: 294
|
|
Item: Anopheles_Card
|
|
Rate: 3
|
|
- Index: 295
|
|
Item: Hill_Wind_Card
|
|
Rate: 3
|
|
- Index: 296
|
|
Item: Ygnizem_Card
|
|
Rate: 1
|
|
- Index: 297
|
|
Item: Armaia_Card
|
|
Rate: 3
|
|
- Index: 298
|
|
Item: Whikebain_Card
|
|
Rate: 1
|
|
- Index: 299
|
|
Item: Erend_Card
|
|
Rate: 1
|
|
- Index: 300
|
|
Item: Rawrel_Card
|
|
Rate: 3
|
|
- Index: 301
|
|
Item: Kavac_Card
|
|
Rate: 1
|
|
- Index: 302
|
|
Item: Removal_Card
|
|
Rate: 1
|
|
- Index: 303
|
|
Item: Gremlin_Card
|
|
Rate: 3
|
|
- Index: 304
|
|
Item: Beholder_Card
|
|
Rate: 1
|
|
- Index: 305
|
|
Item: Seyren_Card
|
|
Rate: 1
|
|
- Index: 306
|
|
Item: Eremes_Card
|
|
Rate: 3
|
|
- Index: 307
|
|
Item: Harword_Card
|
|
Rate: 1
|
|
- Index: 308
|
|
Item: Magaleta_Card
|
|
Rate: 1
|
|
- Index: 309
|
|
Item: Katrinn_Card
|
|
Rate: 1
|
|
- Index: 310
|
|
Item: Shecil_Card
|
|
Rate: 1
|
|
- Index: 311
|
|
Item: Venatu_Card
|
|
Rate: 1
|
|
- Index: 312
|
|
Item: Dimik_Card
|
|
Rate: 1
|
|
- Index: 313
|
|
Item: Archdam_Card
|
|
Rate: 1
|
|
- Index: 314
|
|
Item: Chung_E_Card
|
|
Rate: 1
|
|
- Index: 315
|
|
Item: Orc_Baby_Card_Card
|
|
Rate: 1
|
|
- Index: 316
|
|
Item: Green_Iguana_Card
|
|
Rate: 3
|
|
- Index: 317
|
|
Item: Acidus_Card
|
|
Rate: 1
|
|
- Index: 318
|
|
Item: Acidus__Card
|
|
Rate: 1
|
|
- Index: 319
|
|
Item: Ferus_Card
|
|
Rate: 3
|
|
- Index: 320
|
|
Item: Ferus__Card
|
|
Rate: 1
|
|
- Index: 321
|
|
Item: Novus__Card
|
|
Rate: 1
|
|
- Index: 322
|
|
Item: Novus_Card
|
|
Rate: 3
|
|
- Index: 323
|
|
Item: Dragon_Egg_Card
|
|
Rate: 3
|
|
- Index: 324
|
|
Item: Ancient_Mimic_Card
|
|
Rate: 1
|
|
- Index: 325
|
|
Item: Deathword_Card
|
|
Rate: 3
|
|
- Index: 326
|
|
Item: Plasma_Card
|
|
Rate: 1
|
|
- Index: 327
|
|
Item: Breeze_Card
|
|
Rate: 1
|
|
- Index: 328
|
|
Item: Aliza_Card
|
|
Rate: 1
|
|
- Index: 329
|
|
Item: Alicel_Card
|
|
Rate: 1
|
|
- Index: 330
|
|
Item: Aliot_Card
|
|
Rate: 1
|
|
- Index: 331
|
|
Item: Skogul_Card
|
|
Rate: 1
|
|
- Index: 332
|
|
Item: Frus_Card
|
|
Rate: 1
|
|
- Index: 333
|
|
Item: Agav_Card
|
|
Rate: 1
|
|
- Index: 334
|
|
Item: Echio_Card
|
|
Rate: 1
|
|
- Index: 335
|
|
Item: Vanberk_Card
|
|
Rate: 1
|
|
- Index: 336
|
|
Item: Isilla_Card
|
|
Rate: 1
|
|
- Index: 337
|
|
Item: Hodremlin_Card
|
|
Rate: 1
|
|
- Index: 338
|
|
Item: Seeker_Card
|
|
Rate: 1
|
|
- Index: 339
|
|
Item: Snowier_Card
|
|
Rate: 2
|
|
- Index: 340
|
|
Item: Siroma_Card
|
|
Rate: 1
|
|
- Index: 341
|
|
Item: Ice_Titan_Card
|
|
Rate: 1
|
|
- Index: 342
|
|
Item: Gazeti_Card
|
|
Rate: 1
|
|
- Index: 343
|
|
Item: Muscipular_Card
|
|
Rate: 1
|
|
- Index: 344
|
|
Item: Drosera_Card
|
|
Rate: 2
|
|
- Index: 345
|
|
Item: Roween_Card
|
|
Rate: 1
|
|
- Index: 346
|
|
Item: Stapo_Card
|
|
Rate: 3
|
|
- Index: 347
|
|
Item: Magmaring_Card
|
|
Rate: 2
|
|
- Index: 348
|
|
Item: Imp_Card
|
|
Rate: 1
|
|
- Index: 349
|
|
Item: Knocker_Card
|
|
Rate: 1
|
|
- Index: 350
|
|
Item: Zombie_Slaughter_Card
|
|
Rate: 1
|
|
- Index: 351
|
|
Item: Ragged_Zombie_Card
|
|
Rate: 2
|
|
- Index: 352
|
|
Item: Hell_Poodle_Card
|
|
Rate: 2
|
|
- Index: 353
|
|
Item: Banshee_Card
|
|
Rate: 2
|
|
- Index: 354
|
|
Item: Flame_Skull_Card
|
|
Rate: 1
|
|
- Index: 355
|
|
Item: Tatacho_Card
|
|
Rate: 1
|
|
- Index: 356
|
|
Item: Aqua_Elemental_Card
|
|
Rate: 1
|
|
- Index: 357
|
|
Item: Draco_Card
|
|
Rate: 1
|
|
- Index: 358
|
|
Item: Luciola_Vespa_Card
|
|
Rate: 1
|
|
- Index: 359
|
|
Item: P_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 360
|
|
Item: Centipede_Card
|
|
Rate: 1
|
|
- Index: 361
|
|
Item: Cornus_Card
|
|
Rate: 1
|
|
- Index: 362
|
|
Item: Dark_Shadow_Card
|
|
Rate: 1
|
|
- Index: 363
|
|
Item: Banshee_Master_Card
|
|
Rate: 1
|
|
- Index: 364
|
|
Item: Centipede_Larva_Card
|
|
Rate: 1
|
|
- Index: 365
|
|
Item: Hilsrion_Card
|
|
Rate: 1
|
|
- Index: 366
|
|
Item: Duneirre_Card
|
|
Rate: 1
|
|
- Index: 367
|
|
Item: Lata_Card
|
|
Rate: 1
|
|
- Index: 368
|
|
Item: Ringco_Card
|
|
Rate: 1
|
|
- Index: 369
|
|
Item: Pillar_Card
|
|
Rate: 1
|
|
- Index: 370
|
|
Item: Aunoe_Card
|
|
Rate: 1
|
|
- Index: 371
|
|
Item: Panat_Card
|
|
Rate: 1
|
|
- Index: 372
|
|
Item: Beholder_Master_Card
|
|
Rate: 1
|
|
- Index: 373
|
|
Item: Heavy_Metaling_Card
|
|
Rate: 1
|
|
- Index: 374
|
|
Item: Pinguicula_Dark_Card
|
|
Rate: 1
|
|
- Index: 375
|
|
Item: Naga_Card
|
|
Rate: 1
|
|
- Index: 376
|
|
Item: Nepenthes_Card
|
|
Rate: 1
|
|
- Index: 377
|
|
Item: Egg_Of_Draco_Card
|
|
Rate: 1
|
|
- Index: 378
|
|
Item: Bradium_Goram_Card
|
|
Rate: 1
|
|
- Index: 379
|
|
Item: Ancient_Tree_Card
|
|
Rate: 1
|
|
- Index: 380
|
|
Item: Jakudam_Card
|
|
Rate: 1
|
|
- Index: 381
|
|
Item: Cobalt_Mineral_Card
|
|
Rate: 1
|
|
- Index: 382
|
|
Item: Pinguicula_Card
|
|
Rate: 1
|
|
- Index: 383
|
|
Item: Hell_Apocalips_Card
|
|
Rate: 1
|
|
- Index: 384
|
|
Item: Scaraba_Card
|
|
Rate: 1
|
|
- Index: 385
|
|
Item: Dolomedes_Card
|
|
Rate: 1
|
|
- Index: 386
|
|
Item: Miming_Card
|
|
Rate: 1
|
|
- Index: 387
|
|
Item: Little_Fatum_Card
|
|
Rate: 1
|
|
- Index: 388
|
|
Item: Parus_Card
|
|
Rate: 1
|
|
- Index: 389
|
|
Item: Angra_Mantis_Card
|
|
Rate: 1
|
|
- Index: 390
|
|
Item: Pom_Spider_Card
|
|
Rate: 1
|
|
- Index: 391
|
|
Item: Alnoldi_Card
|
|
Rate: 1
|
|
- Index: 392
|
|
Item: Comodo_Card
|
|
Rate: 1
|
|
- Index: 393
|
|
Item: Cendrawasih_Card
|
|
Rate: 1
|
|
- Index: 394
|
|
Item: Banaspaty_Card
|
|
Rate: 1
|
|
- Index: 395
|
|
Item: Butoijo_Card
|
|
Rate: 1
|
|
- Index: 396
|
|
Item: Sedora_Card
|
|
Rate: 1
|
|
- Index: 397
|
|
Item: Sropho_Card
|
|
Rate: 1
|
|
- Index: 398
|
|
Item: Pot_Dofle_Card
|
|
Rate: 1
|
|
- Index: 399
|
|
Item: Siorava_Card
|
|
Rate: 1
|
|
- Index: 400
|
|
Item: Red_Eruma_Card
|
|
Rate: 1
|
|
- Index: 401
|
|
Item: Mini_Octopus_Card
|
|
Rate: 1
|
|
- Index: 402
|
|
Item: Novice_Poring_Card
|
|
Rate: 10
|
|
- Index: 403
|
|
Item: Alphoccio_Card
|
|
Rate: 1
|
|
- Index: 404
|
|
Item: Ceila_Card
|
|
Rate: 1
|
|
- Index: 405
|
|
Item: Chen_Card
|
|
Rate: 1
|
|
- Index: 406
|
|
Item: Flamel_Card
|
|
Rate: 1
|
|
- Index: 407
|
|
Item: Gertie_Card
|
|
Rate: 1
|
|
- Index: 408
|
|
Item: Randel_Card
|
|
Rate: 1
|
|
- Index: 409
|
|
Item: Trentini_Card
|
|
Rate: 1
|
|
- Index: 410
|
|
Item: Bungisngis_Card
|
|
Rate: 1
|
|
- Index: 411
|
|
Item: Engkanto_Card
|
|
Rate: 1
|
|
- Index: 412
|
|
Item: Manananggal_Card
|
|
Rate: 1
|
|
- Index: 413
|
|
Item: Mangkukulam_Card
|
|
Rate: 1
|
|
- Index: 414
|
|
Item: Tikbalang_Card
|
|
Rate: 1
|
|
- Index: 415
|
|
Item: Tiyanak_Card
|
|
Rate: 1
|
|
- Index: 416
|
|
Item: Wakwak_Card
|
|
Rate: 1
|
|
- Index: 417
|
|
Item: Jejeling_Card
|
|
Rate: 1
|
|
- Index: 418
|
|
Item: Menblatt_Card
|
|
Rate: 1
|
|
- Index: 419
|
|
Item: Petal_Card
|
|
Rate: 1
|
|
- Index: 420
|
|
Item: Cenere_Card
|
|
Rate: 1
|
|
- Index: 421
|
|
Item: AntiqueBook_Card
|
|
Rate: 1
|
|
- Index: 422
|
|
Item: LichternB_Card
|
|
Rate: 1
|
|
- Index: 423
|
|
Item: LichternY_Card
|
|
Rate: 1
|
|
- Index: 424
|
|
Item: LichternR_Card
|
|
Rate: 1
|
|
- Index: 425
|
|
Item: LichternG_Card
|
|
Rate: 1
|
|
- Index: 426
|
|
Item: FaithfulManager_Card
|
|
Rate: 1
|
|
- Index: 427
|
|
Item: Big_Ben_Card
|
|
Rate: 1
|
|
- Index: 428
|
|
Item: Big_Bell_Card
|
|
Rate: 1
|
|
- Index: 429
|
|
Item: Neo_Punk_Card
|
|
Rate: 1
|
|
- Index: 430
|
|
Item: Arc_Elder_Card
|
|
Rate: 1
|
|
- Index: 431
|
|
Item: Time_Keeper_Card
|
|
Rate: 1
|
|
- Index: 432
|
|
Item: P_Archer_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 433
|
|
Item: P_Soldier_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 434
|
|
Item: P_Amdarais_Card
|
|
Rate: 1
|
|
- Index: 435
|
|
Item: Immotal_Corps_Card
|
|
Rate: 1
|
|
- Index: 436
|
|
Item: Watcher_Card
|
|
Rate: 1
|
|
- Index: 437
|
|
Item: Tappy_Card
|
|
Rate: 1
|
|
- Index: 438
|
|
Item: Frozenwolf_Card
|
|
Rate: 1
|
|
- Index: 439
|
|
Item: Zombie_Guard_Card
|
|
Rate: 1
|
|
- Index: 440
|
|
Item: Grave_Arclouse_Card
|
|
Rate: 1
|
|
- Index: 441
|
|
Item: Grave_Mimic_Card
|
|
Rate: 1
|
|
- Index: 442
|
|
Item: Grave_Minorous_Card
|
|
Rate: 1
|
|
- Index: 443
|
|
Item: Grave_Mummy_Card
|
|
Rate: 1
|
|
- Index: 444
|
|
Item: Grave_A_Mummy_Card
|
|
Rate: 1
|
|
- Index: 445
|
|
Item: Grave_Verit_Card
|
|
Rate: 1
|
|
- Index: 446
|
|
Item: Eggring_Card
|
|
Rate: 1
|
|
- Index: 447
|
|
Item: Basilisk1_Card
|
|
Rate: 1
|
|
- Index: 448
|
|
Item: Basilisk2_Card
|
|
Rate: 1
|
|
- Index: 449
|
|
Item: Leaf_Lunatic_Card
|
|
Rate: 1
|
|
- Index: 450
|
|
Item: Grass_Fabre_Card
|
|
Rate: 1
|
|
- Index: 451
|
|
Item: Wild_Honet_Card
|
|
Rate: 1
|
|
- Index: 452
|
|
Item: Sw_Roda_Frog_Card
|
|
Rate: 1
|
|
- Index: 453
|
|
Item: Hunter_Wolf_Card
|
|
Rate: 1
|
|
- Index: 454
|
|
Item: Trance_Spore_Card
|
|
Rate: 1
|
|
- Index: 455
|
|
Item: Ju_Mandragora_Card
|
|
Rate: 1
|
|
- Index: 456
|
|
Item: Fru_Pom_Spider_Card
|
|
Rate: 1
|
|
- Index: 457
|
|
Item: Step_Card
|
|
Rate: 1
|
|
- Index: 458
|
|
Item: Rock_Step_Card
|
|
Rate: 1
|
|
- Index: 459
|
|
Item: Kick_Step_Card
|
|
Rate: 1
|
|
- Index: 460
|
|
Item: KickAndKick_Card
|
|
Rate: 1
|
|
- Index: 461
|
|
Item: GreenCenere_Card
|
|
Rate: 1
|
|
- Index: 462
|
|
Item: RepairRobot_T_Card
|
|
Rate: 1
|
|
- Index: 463
|
|
Item: ExplorationRover_T_Card
|
|
Rate: 1
|
|
- Index: 464
|
|
Item: Scr_MT_Robots_Card
|
|
Rate: 1
|
|
- Index: 465
|
|
Item: GC109_Card
|
|
Rate: 1
|
|
- Index: 466
|
|
Item: DR815_Card
|
|
Rate: 1
|
|
- Index: 467
|
|
Item: Fire_Condor_Card
|
|
Rate: 1
|
|
- Index: 468
|
|
Item: Fire_Sand_Man_Card
|
|
Rate: 1
|
|
- Index: 469
|
|
Item: Fire_Frilldora_Card
|
|
Rate: 1
|
|
- Index: 470
|
|
Item: Fire_Golem_Card
|
|
Rate: 1
|
|
- Index: 471
|
|
Item: Fulbuk_Card
|
|
Rate: 1
|
|
- Index: 472
|
|
Item: BitterBonGun_Card
|
|
Rate: 1
|
|
- Index: 473
|
|
Item: BitterSohee_Card
|
|
Rate: 1
|
|
- Index: 474
|
|
Item: BitterMunak_Card
|
|
Rate: 1
|
|
- Index: 475
|
|
Item: BitterArcherSk_Card
|
|
Rate: 1
|
|
- Index: 476
|
|
Item: WizardOfVeritas_Card
|
|
Rate: 1
|
|
- Index: 477
|
|
Item: FuryHero_Card
|
|
Rate: 1
|
|
- Index: 478
|
|
Item: SweetNightM_Card
|
|
Rate: 1
|
|
- Index: 479
|
|
Item: MattDrainliar_Card
|
|
Rate: 1
|
|
- Index: 480
|
|
Item: LivingDead_Card
|
|
Rate: 1
|
|
- Index: 481
|
|
Item: AngerGazeti_Card
|
|
Rate: 1
|
|
- Index: 482
|
|
Item: AngerSnowier_Card
|
|
Rate: 1
|
|
- Index: 483
|
|
Item: AngerIceTitan_Card
|
|
Rate: 1
|
|
- Index: 484
|
|
Item: OminousSolider_Card
|
|
Rate: 1
|
|
- Index: 485
|
|
Item: OminousPermeter_Card
|
|
Rate: 1
|
|
- Index: 486
|
|
Item: OminousHeater_Card
|
|
Rate: 1
|
|
- Index: 487
|
|
Item: OminousAssulter_Card
|
|
Rate: 1
|
|
- Index: 488
|
|
Item: OminousFreezer_Card
|
|
Rate: 1
|
|
- Index: 489
|
|
Item: Iara_Card
|
|
Rate: 1
|
|
- Index: 490
|
|
Item: Piranha_Card
|
|
Rate: 1
|
|
- Index: 491
|
|
Item: Curupira_Card
|
|
Rate: 1
|
|
- Index: 492
|
|
Item: Toucan_Card
|
|
Rate: 1
|
|
- Index: 493
|
|
Item: Jaguar_Card
|
|
Rate: 1
|
|
- Index: 494
|
|
Item: Headless_Mule_Card
|
|
Rate: 1
|
|
- Index: 495
|
|
Item: XM_Tree_Card
|
|
Rate: 1
|
|
- Index: 496
|
|
Item: XM_Cookie_Card
|
|
Rate: 1
|
|
- Index: 497
|
|
Item: XM_Mystcase_Card
|
|
Rate: 1
|
|
- Index: 498
|
|
Item: XM_Lude_Card
|
|
Rate: 1
|
|
- Index: 499
|
|
Item: XM_Hylozoist_Card
|
|
Rate: 1
|
|
- Index: 500
|
|
Item: XM_Marionette_Card
|
|
Rate: 1
|
|
- Index: 501
|
|
Item: XM_Teddy_Bear_Card
|
|
Rate: 1
|
|
- Index: 502
|
|
Item: Wood_Goblin_Card
|
|
Rate: 1
|
|
- Index: 503
|
|
Item: Les_Card
|
|
Rate: 1
|
|
- Index: 504
|
|
Item: Uzhas_Card
|
|
Rate: 1
|
|
- Index: 505
|
|
Item: Vavayaga_Card
|
|
Rate: 1
|
|
- Index: 506
|
|
Item: Mavka_Card
|
|
Rate: 1
|
|
- Index: 507
|
|
Item: AirShip_Raid_Card
|
|
Rate: 1
|
|
- Index: 508
|
|
Item: Faceworm_Card
|
|
Rate: 1
|
|
- Index: 509
|
|
Item: Faceworm_Egg_Card
|
|
Rate: 1
|
|
- Index: 510
|
|
Item: Faceworm_L_Card
|
|
Rate: 1
|
|
- Index: 511
|
|
Item: Payon_Soldier_Card
|
|
Rate: 1
|
|
- Index: 512
|
|
Item: Archi_Card
|
|
Rate: 1
|
|
- Index: 513
|
|
Item: Dio_Anemos_Card
|
|
Rate: 1
|
|
- Index: 514
|
|
Item: Geffen_Gang_Card
|
|
Rate: 1
|
|
- Index: 515
|
|
Item: Geffen_Thug_Card
|
|
Rate: 1
|
|
- Index: 516
|
|
Item: Geffen_Thief_Card
|
|
Rate: 1
|
|
- Index: 517
|
|
Item: Pa_Monk_Card
|
|
Rate: 1
|
|
- Index: 518
|
|
Item: Ordre_Card
|
|
Rate: 1
|
|
- Index: 519
|
|
Item: Blut_Hase_Card
|
|
Rate: 1
|
|
- Index: 520
|
|
Item: Kuro_Akuma_Card
|
|
Rate: 1
|
|
- Index: 521
|
|
Item: Hyper_Death_Card
|
|
Rate: 1
|
|
- Index: 522
|
|
Item: Rechenier_Card
|
|
Rate: 1
|
|
- Index: 523
|
|
Item: Odorico_Card
|
|
Rate: 1
|
|
- Index: 524
|
|
Item: Jew_Card
|
|
Rate: 1
|
|
- Index: 525
|
|
Item: Evil_Shadow_Card
|
|
Rate: 1
|
|
- Index: 526
|
|
Item: Cowraiders1_Card
|
|
Rate: 1
|
|
- Index: 527
|
|
Item: Cowraiders2_Card
|
|
Rate: 1
|
|
- Index: 528
|
|
Item: Cowraiders3_Card
|
|
Rate: 1
|
|
- Index: 529
|
|
Item: E_Cowraiders1_Card
|
|
Rate: 1
|
|
- Index: 530
|
|
Item: E_Cowraiders2_Card
|
|
Rate: 1
|
|
- Index: 531
|
|
Item: E_Cowraiders3_Card
|
|
Rate: 1
|
|
- Index: 532
|
|
Item: Rr_Cramp_Card
|
|
Rate: 1
|
|
- Index: 533
|
|
Item: Rr_Arclouse_Card
|
|
Rate: 1
|
|
- Index: 534
|
|
Item: Gaster_Card
|
|
Rate: 1
|
|
- Index: 535
|
|
Item: Coyote_Card
|
|
Rate: 1
|
|
- Index: 536
|
|
Item: Colorful_T_Bear_Card
|
|
Rate: 1
|
|
- Index: 537
|
|
Item: Pitman_Worker_Card
|
|
Rate: 1
|
|
- Index: 538
|
|
Item: Fragment_Of_Soul_Card
|
|
Rate: 1
|
|
- Index: 539
|
|
Item: Sinister_Obsidian_Card
|
|
Rate: 1
|
|
- Index: 540
|
|
Item: Ancient_Trijoint_Card
|
|
Rate: 1
|
|
- Index: 541
|
|
Item: Ancient_Sta_Golem_Card
|
|
Rate: 1
|
|
- Index: 542
|
|
Item: Ancient_Megalith_Card
|
|
Rate: 1
|
|
- Index: 543
|
|
Item: Ancient_S_Shooter_Card
|
|
Rate: 1
|
|
- Index: 544
|
|
Item: Ancient_W_Shooter_Card
|
|
Rate: 1
|
|
- Index: 545
|
|
Item: Ancient_W_Fighter_Card
|
|
Rate: 1
|
|
- Index: 546
|
|
Item: Human_Kimera_Card
|
|
Rate: 1
|
|
- Index: 547
|
|
Item: Matter_Kimera_Card
|
|
Rate: 1
|
|
- Index: 548
|
|
Item: Heart_Hunter_Card
|
|
Rate: 1
|
|
- Index: 549
|
|
Item: AngerNineTail_Card
|
|
Rate: 1
|
|
- Index: 550
|
|
Item: Chaos_Ba_Jr_Card
|
|
Rate: 1
|
|
- Index: 551
|
|
Item: Chaos_S_Winder_Card
|
|
Rate: 1
|
|
- Index: 552
|
|
Item: Chaos_H_Fly_Card
|
|
Rate: 1
|
|
- Index: 553
|
|
Item: Chaos_Mantis_Card
|
|
Rate: 1
|
|
- Index: 554
|
|
Item: Chaos_Goring_Card
|
|
Rate: 1
|
|
- Index: 555
|
|
Item: Chaos_K_Mantis_Card
|
|
Rate: 1
|
|
- Index: 556
|
|
Item: Chaos_Poporing_Card
|
|
Rate: 1
|
|
- Index: 557
|
|
Item: Chaos_Stem_W_Card
|
|
Rate: 1
|
|
- Index: 558
|
|
Item: E_EA2S_Card
|
|
Rate: 1
|
|
- Index: 559
|
|
Item: High_Bellare_Card
|
|
Rate: 1
|
|
- Index: 560
|
|
Item: Sanare_Card
|
|
Rate: 1
|
|
- Index: 561
|
|
Item: High_Sanare_Card
|
|
Rate: 1
|
|
- Index: 562
|
|
Item: Plaga_Card
|
|
Rate: 1
|
|
- Index: 563
|
|
Item: Mutant_Plaga_Card
|
|
Rate: 1
|
|
- Index: 564
|
|
Item: Dolor_Card
|
|
Rate: 1
|
|
- Index: 565
|
|
Item: Mt_Dolor_Card
|
|
Rate: 1
|
|
- Index: 566
|
|
Item: Venenum_Card
|
|
Rate: 1
|
|
- Index: 567
|
|
Item: Mt_Venenum_Card
|
|
Rate: 1
|
|
- Index: 568
|
|
Item: Caput_Card
|
|
Rate: 1
|
|
- Index: 569
|
|
Item: Mt_Caput_Card
|
|
Rate: 1
|
|
- Index: 570
|
|
Item: E_EA1L_Card
|
|
Rate: 1
|
|
- Index: 571
|
|
Item: Bellare_Card
|
|
Rate: 1
|
|
- Index: 572
|
|
Item: LivingDeath_Card
|
|
Rate: 1
|
|
- Index: 573
|
|
Item: Firm_Kaho_Card
|
|
Rate: 1
|
|
- Index: 574
|
|
Item: Firm_Lava_G_Card
|
|
Rate: 1
|
|
- Index: 575
|
|
Item: Firm_Explosion_Card
|
|
Rate: 1
|
|
- Index: 576
|
|
Item: Firm_Deleter1_Card
|
|
Rate: 1
|
|
- Index: 577
|
|
Item: Firm_Deleter2_Card
|
|
Rate: 1
|
|
- Index: 578
|
|
Item: Firm_Nightmare_T_Card
|
|
Rate: 1
|
|
- Index: 579
|
|
Item: Firm_Blazzer_Card
|
|
Rate: 1
|
|
- Index: 580
|
|
Item: Polluted_Raydric_Card
|
|
Rate: 1
|
|
- Index: 581
|
|
Item: Polluted_Ray_A_Card
|
|
Rate: 1
|
|
- Index: 582
|
|
Item: Frozen_Gargoyle_Card
|
|
Rate: 1
|
|
- Index: 583
|
|
Item: Polluted_Sting_Card
|
|
Rate: 1
|
|
- Index: 584
|
|
Item: Prison_Breaker_Card
|
|
Rate: 1
|
|
- Index: 585
|
|
Item: Flame_Ghost_Card
|
|
Rate: 1
|
|
- Index: 586
|
|
Item: Polluted_W_Man_Card
|
|
Rate: 1
|
|
- Index: 587
|
|
Item: White_Knightage_Card
|
|
Rate: 1
|
|
- Index: 588
|
|
Item: Khaliz_Knightage_Card
|
|
Rate: 1
|
|
- Index: 589
|
|
Item: C_White_Knight_Card
|
|
Rate: 1
|
|
- Index: 590
|
|
Item: C_Khaliz_Knight_Card
|
|
Rate: 1
|
|
- Index: 591
|
|
Item: C_Raydric_Card
|
|
Rate: 1
|
|
- Index: 592
|
|
Item: C_Raydric_Archer_Card
|
|
Rate: 1
|
|
- Index: 593
|
|
Item: Angelgolt_Card
|
|
Rate: 1
|
|
- Index: 594
|
|
Item: Plasma_Spt_Card
|
|
Rate: 1
|
|
- Index: 595
|
|
Item: Plasma_Arch_Card
|
|
Rate: 1
|
|
- Index: 596
|
|
Item: Holy_Frus_Card
|
|
Rate: 1
|
|
- Index: 597
|
|
Item: Holy_Skogul_Card
|
|
Rate: 1
|
|
- Index: 598
|
|
Item: Poisonous_Card
|
|
Rate: 1
|
|
- Index: 599
|
|
Item: Toxious_Card
|
|
Rate: 1
|
|
- Index: 600
|
|
Item: Porcellio_W_Card
|
|
Rate: 1
|
|
- Index: 601
|
|
Item: Neo_Mineral_Card
|
|
Rate: 1
|
|
- Index: 602
|
|
Item: Abyss_Man_Card
|
|
Rate: 1
|
|
- Index: 603
|
|
Item: Jeweliant_Card
|
|
Rate: 1
|
|
- Index: 604
|
|
Item: Ferus_P_Card
|
|
Rate: 1
|
|
- Index: 605
|
|
Item: Treasure_Mimic_Card
|
|
Rate: 1
|
|
- Index: 606
|
|
Item: Acidus_B_Card
|
|
Rate: 1
|
|
- Index: 607
|
|
Item: Acidus_S_Card
|
|
Rate: 1
|
|
- Index: 608
|
|
Item: Bone_Ferus_Card
|
|
Rate: 1
|
|
- Index: 609
|
|
Item: Bone_Acidus_Card
|
|
Rate: 1
|
|
- Index: 610
|
|
Item: ILL_Sropho_Card
|
|
Rate: 1
|
|
- Index: 611
|
|
Item: ILL_Obeaune_Card
|
|
Rate: 1
|
|
- Index: 612
|
|
Item: ILL_Deviace_Card
|
|
Rate: 1
|
|
- Index: 613
|
|
Item: ILL_Marse_Card
|
|
Rate: 1
|
|
- Index: 614
|
|
Item: ILL_Merman_Card
|
|
Rate: 1
|
|
- Index: 615
|
|
Item: ILL_Sedora_Card
|
|
Rate: 1
|
|
- Index: 616
|
|
Item: ILL_Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 617
|
|
Item: ILL_Strouf_Card
|
|
Rate: 1
|
|
- Index: 618
|
|
Item: ILL_Phen_Card
|
|
Rate: 1
|
|
- Index: 619
|
|
Item: ILL_King_Dramoh_Card
|
|
Rate: 1
|
|
- Index: 620
|
|
Item: Beta_Guards_Ng_Card
|
|
Rate: 1
|
|
- Index: 621
|
|
Item: O_Cleaner_Ng_Card
|
|
Rate: 1
|
|
- Index: 622
|
|
Item: Assistant_Card
|
|
Rate: 1
|
|
- Index: 623
|
|
Item: Assistant_H_Card
|
|
Rate: 1
|
|
- Index: 624
|
|
Item: Dry_Rafflesia_Card
|
|
Rate: 1
|
|
- Index: 625
|
|
Item: Dry_Rafflesia_H_Card
|
|
Rate: 1
|
|
- Index: 626
|
|
Item: Alnoldi_Ex_Card
|
|
Rate: 1
|
|
- Index: 627
|
|
Item: Alnoldi_Ex_H_Card
|
|
Rate: 1
|
|
- Index: 628
|
|
Item: Beta_Scissore_Ng_Card
|
|
Rate: 1
|
|
- Index: 629
|
|
Item: B_Scissore_Ng_H_Card
|
|
Rate: 1
|
|
- Index: 630
|
|
Item: Verporta_Card
|
|
Rate: 1
|
|
- Index: 631
|
|
Item: Verporte_H_Card
|
|
Rate: 1
|
|
- Index: 632
|
|
Item: Papila_Card
|
|
Rate: 1
|
|
- Index: 633
|
|
Item: Papila_H_Card
|
|
Rate: 1
|
|
- Index: 634
|
|
Item: Papila_Ruba_Card
|
|
Rate: 1
|
|
- Index: 635
|
|
Item: Papila_Ruba_H_Card
|
|
Rate: 1
|
|
- Index: 636
|
|
Item: Papila_Cae_Card
|
|
Rate: 1
|
|
- Index: 637
|
|
Item: Papila_Cae_H_Card
|
|
Rate: 1
|
|
- Index: 638
|
|
Item: Aries_Card
|
|
Rate: 1
|
|
- Index: 639
|
|
Item: Aries_H_Card
|
|
Rate: 1
|
|
- Index: 640
|
|
Item: Beta_Cleaner_Card
|
|
Rate: 1
|
|
- Index: 641
|
|
Item: Beta_Baths_A_Card
|
|
Rate: 1
|
|
- Index: 642
|
|
Item: Bath_Mermaid_Card
|
|
Rate: 1
|
|
- Index: 643
|
|
Item: Bookworm_Card
|
|
Rate: 1
|
|
- Index: 644
|
|
Item: Roaming_Splbook_Card
|
|
Rate: 1
|
|
- Index: 645
|
|
Item: Pitaya_R_Card
|
|
Rate: 1
|
|
- Index: 646
|
|
Item: EP17_2_Cramp_Card
|
|
Rate: 1
|
|
- Index: 647
|
|
Item: Waterfall_Card
|
|
Rate: 1
|
|
- Index: 648
|
|
Item: Bellare3_Card
|
|
Rate: 1
|
|
- Index: 649
|
|
Item: Dolor3_Card
|
|
Rate: 1
|
|
- Index: 650
|
|
Item: Plasma_Y_Card
|
|
Rate: 1
|
|
- Index: 651
|
|
Item: Plaga3_Card
|
|
Rate: 1
|
|
- Index: 652
|
|
Item: Sanare3_Card
|
|
Rate: 1
|
|
- Index: 653
|
|
Item: Plasma_R_Card
|
|
Rate: 1
|
|
- Index: 654
|
|
Item: Plasma_R2_Card
|
|
Rate: 1
|
|
- Index: 655
|
|
Item: EP17_2_Phen_Card
|
|
Rate: 1
|
|
- Index: 656
|
|
Item: EP17_2_Piranha_Card
|
|
Rate: 1
|
|
- Index: 657
|
|
Item: EP17_2_Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 658
|
|
Item: EP17_2_Marc_Card
|
|
Rate: 1
|
|
- Index: 659
|
|
Item: Pitaya_Y_Card
|
|
Rate: 1
|
|
- Index: 660
|
|
Item: Pitaya_V_Card
|
|
Rate: 1
|
|
- Index: 661
|
|
Item: Pitaya_B_Card
|
|
Rate: 1
|
|
- Index: 662
|
|
Item: Pitaya_G_Card
|
|
Rate: 1
|
|
- Index: 663
|
|
Item: Venenum3_Card
|
|
Rate: 1
|
|
- Index: 664
|
|
Item: ILL_Andre_Card
|
|
Rate: 1
|
|
- Index: 665
|
|
Item: ILL_Andre_soldier_Card
|
|
Rate: 1
|
|
- Index: 666
|
|
Item: ILL_Andre_larva_Card
|
|
Rate: 1
|
|
- Index: 667
|
|
Item: ILL_Deniro_Card
|
|
Rate: 1
|
|
- Index: 668
|
|
Item: ILL_Piere_Card
|
|
Rate: 1
|
|
- Index: 669
|
|
Item: ILL_Ant_egg_Card
|
|
Rate: 1
|
|
- Index: 670
|
|
Item: ILL_Giearth_Card
|
|
Rate: 1
|
|
- Index: 671
|
|
Item: ILL_Farmiliar_Card
|
|
Rate: 1
|
|
- Index: 672
|
|
Item: ILL_Vitata_Card
|
|
Rate: 1
|
|
- Index: 673
|
|
Item: EP18_Ash_Toad_Card
|
|
Rate: 1
|
|
- Index: 674
|
|
Item: EP18_Rakehand_Card
|
|
Rate: 1
|
|
- Index: 675
|
|
Item: EP18_Spark_Card
|
|
Rate: 1
|
|
- Index: 676
|
|
Item: EP18_Hot_Molar_Card
|
|
Rate: 1
|
|
- Index: 677
|
|
Item: EP18_Volcaring_Card
|
|
Rate: 1
|
|
- Index: 678
|
|
Item: EP18_Lava_Toad_Card
|
|
Rate: 1
|
|
- Index: 679
|
|
Item: EP18_Ashhopper_Card
|
|
Rate: 1
|
|
- Index: 680
|
|
Item: EP18_Ashring_Card
|
|
Rate: 1
|
|
- Index: 681
|
|
Item: EP18_Grey_Wolf_Card
|
|
Rate: 1
|
|
- Index: 682
|
|
Item: EP18_Tumble_Ring_Card
|
|
Rate: 1
|
|
- Index: 683
|
|
Item: EP18_Firewind_Kite_Card
|
|
Rate: 1
|
|
- Index: 684
|
|
Item: EP18_Phantom_Wolf_Card
|
|
Rate: 1
|
|
- Index: 685
|
|
Item: Ice_Gangu_Card
|
|
Rate: 1
|
|
- Index: 686
|
|
Item: Shining_Seaweed_Card
|
|
Rate: 1
|
|
- Index: 687
|
|
Item: Ice_Straw_Card
|
|
Rate: 1
|
|
- Index: 688
|
|
Item: Unfrost_Flower_card
|
|
Rate: 1
|
|
- Index: 689
|
|
Item: Limacina_Card
|
|
Rate: 1
|
|
- Index: 690
|
|
Item: Calmaring_Card
|
|
Rate: 1
|
|
- Index: 691
|
|
Item: Primitive_Rgan_Card
|
|
Rate: 1
|
|
- Index: 692
|
|
Item: Lowest_Rgan_Card
|
|
Rate: 1
|
|
- Index: 693
|
|
Item: Junior_Rgan_Card
|
|
Rate: 1
|
|
- Index: 694
|
|
Item: Middle_G_Rgan_Card
|
|
Rate: 1
|
|
- Index: 695
|
|
Item: Discarded_P_R_Card
|
|
Rate: 1
|
|
- Index: 696
|
|
Item: Discarded_L_R_Card
|
|
Rate: 1
|
|
- Index: 697
|
|
Item: Cave_Calmaring_Card
|
|
Rate: 1
|
|
- Index: 698
|
|
Item: Cave_Un_Flower_Card
|
|
Rate: 1
|
|
- Index: 699
|
|
Item: B_Hallucigenia_Card
|
|
Rate: 1
|
|
- Index: 700
|
|
Item: Hallucigenia_Card
|
|
Rate: 1
|
|
- Index: 701
|
|
Item: One_E_Dollocaris_Card
|
|
Rate: 1
|
|
- Index: 702
|
|
Item: Eyes_Dollocaris_Card
|
|
Rate: 1
|
|
- Index: 703
|
|
Item: R_Superior_Rgan_Card
|
|
Rate: 1
|
|
- Index: 704
|
|
Item: E_Inter_Rgan_Card
|
|
Rate: 1
|
|
- Index: 705
|
|
Item: Heart_Hunter_AT_Card
|
|
Rate: 1
|
|
- Index: 706
|
|
Item: Gan_Ceann_Card
|
|
Rate: 1
|
|
- Index: 707
|
|
Item: Brutal_Murderer_Card
|
|
Rate: 1
|
|
- Index: 708
|
|
Item: Ghost_Cube_Card
|
|
Rate: 1
|
|
- Index: 709
|
|
Item: Lude_Gal_Card
|
|
Rate: 1
|
|
- Index: 710
|
|
Item: Disguiser_Card
|
|
Rate: 1
|
|
- Index: 711
|
|
Item: Bluemoon_Loli_Ruri_Card
|
|
Rate: 1
|
|
- Index: 712
|
|
Item: Grote_Card
|
|
Rate: 1
|
|
- Index: 713
|
|
Item: Pierrotzoist_Card
|
|
Rate: 1
|
|
- Index: 714
|
|
Item: Giant_Caput_Card
|
|
Rate: 1
|
|
- Index: 715
|
|
Item: Dolorian_Card
|
|
Rate: 1
|
|
- Index: 716
|
|
Item: Plagarion_Card
|
|
Rate: 1
|
|
- Index: 717
|
|
Item: Deadre_Card
|
|
Rate: 1
|
|
- Index: 718
|
|
Item: Venedi_Card
|
|
Rate: 1
|
|
- Index: 719
|
|
Item: Amitera_Card
|
|
Rate: 1
|
|
- Index: 720
|
|
Item: Litus_Card
|
|
Rate: 1
|
|
- Index: 721
|
|
Item: Fillia_Card
|
|
Rate: 1
|
|
- Index: 722
|
|
Item: Vanilaqus_Card
|
|
Rate: 1
|
|
- Index: 723
|
|
Item: Lava_Eater_Card
|
|
Rate: 1
|
|
- Index: 724
|
|
Item: Fulgor_Card
|
|
Rate: 1
|
|
- Index: 725
|
|
Item: Napeo_Card
|
|
Rate: 1
|
|
- Index: 726
|
|
Item: Galensis_Card
|
|
Rate: 1
|
|
- Index: 727
|
|
Item: Reken_Guard_Card
|
|
Rate: 1
|
|
- Index: 728
|
|
Item: Reken_H_Guard_Card
|
|
Rate: 1
|
|
- Index: 729
|
|
Item: Regen_Scientist_Card
|
|
Rate: 1
|
|
- Index: 730
|
|
Item: Crow_Baron_Card
|
|
Rate: 1
|
|
- Index: 731
|
|
Item: Crow_Duke_Card
|
|
Rate: 1
|
|
- Index: 732
|
|
Item: Eldest_Card
|
|
Rate: 1
|
|
- Index: 733
|
|
Item: Empathizer_Card
|
|
Rate: 1
|
|
- Index: 734
|
|
Item: Happy_Giver_Card
|
|
Rate: 1
|
|
- Index: 735
|
|
Item: Pray_Giver_Card
|
|
Rate: 1
|
|
- Index: 736
|
|
Item: Smile_Giver_Card
|
|
Rate: 1
|
|
- Index: 737
|
|
Item: Tha_Anger_Card
|
|
Rate: 1
|
|
- Index: 738
|
|
Item: Tha_Horror_Card
|
|
Rate: 1
|
|
- Index: 739
|
|
Item: Tha_Regret_Card
|
|
Rate: 1
|
|
- Index: 740
|
|
Item: Tha_Resent_Card
|
|
Rate: 1
|
|
- Index: 741
|
|
Item: Void_Mimic_Card
|
|
Rate: 1
|
|
- Index: 742
|
|
Item: Book_Of_Death_Card
|
|
Rate: 1
|
|
- Index: 743
|
|
Item: Extra_Joker_Card
|
|
Rate: 1
|
|
- Index: 744
|
|
Item: Erzsebet_Card
|
|
Rate: 1
|
|
- Index: 745
|
|
Item: Jeniffer_Card
|
|
Rate: 1
|
|
- Index: 746
|
|
Item: General_Orc_Card
|
|
Rate: 1
|
|
- Index: 747
|
|
Item: Sieglouse_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_ACC
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Spore_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Kukre_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Tarou_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Poporing_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Worm_Tail_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Muka_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Creamy_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Smokie_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Poison_Spore_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Yoyo_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Vitata_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Zerom_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Pirate_Skel_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Phen_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Mantis_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Marine_Sphere_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Kobold_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Obeaune_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Horong_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Joker_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Gargoyle_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Galapago_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Rice_Cake_Boy_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Poison_Toad_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Raydric_Archer_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Wraith_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Lude_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Marin_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Mimic_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Violy_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Bon_Gun_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Blazzer_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Sageworm_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Stem_Worm_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Spring_Rabbit_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Sleeper_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Shinobi_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Wild_Ginseng_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Alligator_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Orc_Archer_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Evil_Cloud_Hermit_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Wind_Ghost_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Li_Me_Mang_Ryang_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Tengu_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Greatest_General_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Cookie_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Quve_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Hylozoist_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: See_Otter_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Blood_Butterfly_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Heater_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Anopheles_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Armaia_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Whikebain_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Erend_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Gremlin_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Beholder_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Green_Iguana_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: Dragon_Egg_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Plasma_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Snowier_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Siroma_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Gazeti_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Stapo_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Imp_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Ragged_Zombie_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Hell_Poodle_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Scaraba_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Tiyanak_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Tappy_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Frozenwolf_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: GC109_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: DR815_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Fire_Condor_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: AngerSnowier_Card
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: OminousHeater_Card
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: Iara_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Headless_Mule_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: XM_Lude_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: XM_Hylozoist_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: Mavka_Card
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: Faceworm_Card
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Cowraiders1_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Cowraiders2_Card
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: Human_Kimera_Card
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: Matter_Kimera_Card
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: Mavka_Card
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Faceworm_Card
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: Cowraiders1_Card
|
|
Rate: 1
|
|
- Index: 90
|
|
Item: Cowraiders2_Card
|
|
Rate: 1
|
|
- Index: 91
|
|
Item: Human_Kimera_Card
|
|
Rate: 1
|
|
- Index: 92
|
|
Item: Matter_Kimera_Card
|
|
Rate: 1
|
|
- Index: 93
|
|
Item: Chaos_Mantis_Card
|
|
Rate: 1
|
|
- Index: 94
|
|
Item: Chaos_K_Mantis_Card
|
|
Rate: 1
|
|
- Index: 95
|
|
Item: E_EA2S_Card
|
|
Rate: 1
|
|
- Index: 96
|
|
Item: Dolor_Card
|
|
Rate: 1
|
|
- Index: 97
|
|
Item: Mt_Caput_Card
|
|
Rate: 1
|
|
- Index: 98
|
|
Item: C_Raydric_Card
|
|
Rate: 1
|
|
- Index: 99
|
|
Item: C_Raydric_Archer_Card
|
|
Rate: 1
|
|
- Index: 100
|
|
Item: ILL_Obeaune_Card
|
|
Rate: 1
|
|
- Index: 101
|
|
Item: Beta_Guards_Ng_Card
|
|
Rate: 1
|
|
- Index: 102
|
|
Item: O_Cleaner_Ng_Card
|
|
Rate: 1
|
|
- Index: 103
|
|
Item: Beta_Cleaner_Card
|
|
Rate: 1
|
|
- Index: 104
|
|
Item: Beta_Baths_A_Card
|
|
Rate: 1
|
|
- Index: 105
|
|
Item: Bookworm_Card
|
|
Rate: 1
|
|
- Index: 106
|
|
Item: Roaming_Splbook_Card
|
|
Rate: 1
|
|
- Index: 107
|
|
Item: EP17_2_Cramp_Card
|
|
Rate: 1
|
|
- Index: 108
|
|
Item: Waterfall_Card
|
|
Rate: 1
|
|
- Index: 109
|
|
Item: Bellare3_Card
|
|
Rate: 1
|
|
- Index: 110
|
|
Item: Dolor3_Card
|
|
Rate: 1
|
|
- Index: 111
|
|
Item: Plasma_Y_Card
|
|
Rate: 1
|
|
- Index: 112
|
|
Item: Sanare3_Card
|
|
Rate: 1
|
|
- Index: 113
|
|
Item: Plasma_R_Card
|
|
Rate: 1
|
|
- Index: 114
|
|
Item: Plasma_R2_Card
|
|
Rate: 1
|
|
- Index: 115
|
|
Item: EP17_2_Phen_Card
|
|
Rate: 1
|
|
- Index: 116
|
|
Item: EP17_2_Piranha_Card
|
|
Rate: 1
|
|
- Index: 117
|
|
Item: EP17_2_Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 118
|
|
Item: Pitaya_G_Card
|
|
Rate: 1
|
|
- Index: 119
|
|
Item: Bone_Acidus_Card
|
|
Rate: 1
|
|
- Index: 120
|
|
Item: Jeweliant_Card
|
|
Rate: 1
|
|
- Index: 121
|
|
Item: Bone_Ferus_Card
|
|
Rate: 1
|
|
- Index: 122
|
|
Item: Venenum3_Card
|
|
Rate: 1
|
|
- Index: 123
|
|
Item: Ghost_Cube_Card
|
|
Rate: 1
|
|
- Index: 124
|
|
Item: Lude_Gal_Card
|
|
Rate: 1
|
|
- Index: 125
|
|
Item: Giant_Caput_Card
|
|
Rate: 1
|
|
- Index: 126
|
|
Item: Dolorian_Card
|
|
Rate: 1
|
|
- Index: 127
|
|
Item: Void_Mimic_Card
|
|
Rate: 1
|
|
- Index: 128
|
|
Item: Jeniffer_Card
|
|
Rate: 1
|
|
- Index: 129
|
|
Item: EP18_Phantom_Wolf_Card
|
|
Rate: 1
|
|
- Index: 130
|
|
Item: Primitive_Rgan_Card
|
|
Rate: 1
|
|
- Index: 131
|
|
Item: Lowest_Rgan_Card
|
|
Rate: 1
|
|
- Index: 132
|
|
Item: Crow_Duke_Card
|
|
Rate: 1
|
|
- Index: 133
|
|
Item: EP18_Ash_Toad_Card
|
|
Rate: 1
|
|
- Index: 134
|
|
Item: EP18_Lava_Toad_Card
|
|
Rate: 1
|
|
- Index: 135
|
|
Item: EP18_Ashhopper_Card
|
|
Rate: 1
|
|
- Index: 136
|
|
Item: EP18_Grey_Wolf_Card
|
|
Rate: 1
|
|
- Index: 137
|
|
Item: EP18_Firewind_Kite_Card
|
|
Rate: 1
|
|
- Index: 138
|
|
Item: Calmaring_Card
|
|
Rate: 1
|
|
- Index: 139
|
|
Item: Junior_Rgan_Card
|
|
Rate: 1
|
|
- Index: 140
|
|
Item: Middle_G_Rgan_Card
|
|
Rate: 1
|
|
- Index: 141
|
|
Item: Discarded_P_R_Card
|
|
Rate: 1
|
|
- Index: 142
|
|
Item: Discarded_L_R_Card
|
|
Rate: 1
|
|
- Index: 143
|
|
Item: Cave_Calmaring_Card
|
|
Rate: 1
|
|
- Index: 144
|
|
Item: Crow_Baron_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Pupa_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Picky_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Picky__Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Roda_Frog_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Thief_Bug_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Rocker_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Desert_Wolf_Babe_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Pecopeco_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Steel_Chonchon_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Cornutus_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Savage_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Dokebi_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Pasana_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Sand_Man_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Marc_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Argiope_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Bathory_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Evil_Druid_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Goat_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Flying_Deleter_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Grizzly_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Nightmare_Terror_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Dark_Frame_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Demon_Pungus_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Disguise_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Wraith_Dead_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Loli_Ruri_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Rybio_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Majoruros_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Brilight_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Sasquatch_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Succubus_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Solider_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Skel_Prisoner_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Baby_Leopard_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Anolian_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Apocalips_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Wooden_Golem_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Giant_Spider_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Deleter_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Geographer_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Karakasa_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Kraben_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Cremy_Fear_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Clock_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Killer_Mantis_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Pest_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Waste_Stove_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Venomous_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Porcellio_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Obsidian_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Mineral_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Ygnizem_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Removal_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Venatu_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Dimik_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Archdam_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: Novus__Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Novus_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Ancient_Mimic_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Aliza_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Alicel_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Skogul_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Frus_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Agav_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Echio_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Banshee_Master_Card
|
|
Rate: 2
|
|
- Index: 69
|
|
Item: Comodo_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Pot_Dofle_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Mangkukulam_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: P_Amdarais_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Watcher_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Eggring_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: Grass_Fabre_Card
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: Sw_Roda_Frog_Card
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: Kick_Step_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Fire_Sand_Man_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: AngerNineTail_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: BitterBonGun_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: BitterSohee_Card
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: SweetNightM_Card
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: LivingDead_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: AngerGazeti_Card
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: AngerIceTitan_Card
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: OminousSolider_Card
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: XM_Tree_Card
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Wood_Goblin_Card
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: Pitman_Worker_Card
|
|
Rate: 1
|
|
- Index: 90
|
|
Item: Caput_Card
|
|
Rate: 1
|
|
- Index: 91
|
|
Item: Polluted_Raydric_Card
|
|
Rate: 1
|
|
- Index: 92
|
|
Item: Polluted_Sting_Card
|
|
Rate: 1
|
|
- Index: 93
|
|
Item: Toxious_Card
|
|
Rate: 1
|
|
- Index: 94
|
|
Item: ILL_Strouf_Card
|
|
Rate: 1
|
|
- Index: 95
|
|
Item: EP18_Rakehand_Card
|
|
Rate: 1
|
|
- Index: 96
|
|
Item: Ice_Straw_Card
|
|
Rate: 1
|
|
- Index: 97
|
|
Item: Unfrost_Flower_card
|
|
Rate: 1
|
|
- Index: 98
|
|
Item: Eyes_Dollocaris_Card
|
|
Rate: 1
|
|
- Index: 99
|
|
Item: Heart_Hunter_AT_Card
|
|
Rate: 1
|
|
- Index: 100
|
|
Item: Amitera_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_GARMENT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Condor_Card
|
|
Rate: 6
|
|
- Index: 1
|
|
Item: Dustiness_Card
|
|
Rate: 6
|
|
- Index: 2
|
|
Item: Orc_Zombie_Card
|
|
Rate: 6
|
|
- Index: 3
|
|
Item: Hode_Card
|
|
Rate: 6
|
|
- Index: 4
|
|
Item: Frilldora_Card
|
|
Rate: 6
|
|
- Index: 5
|
|
Item: Marse_Card
|
|
Rate: 6
|
|
- Index: 6
|
|
Item: Whisper_Card
|
|
Rate: 6
|
|
- Index: 7
|
|
Item: Myst_Card
|
|
Rate: 6
|
|
- Index: 8
|
|
Item: Jakk_Card
|
|
Rate: 6
|
|
- Index: 9
|
|
Item: Marionette_Card
|
|
Rate: 6
|
|
- Index: 10
|
|
Item: Isis_Card
|
|
Rate: 6
|
|
- Index: 11
|
|
Item: Baphomet__Card
|
|
Rate: 6
|
|
- Index: 12
|
|
Item: Daydric_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Nine_Tail_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Dragon_Tail_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Wander_Man_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Choco_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Kapha_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Whisper_Boss_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Punk_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Harpy_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Hyegun_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Noxious_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Kavac_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Chung_E_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Orc_Baby_Card_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Aliot_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Roween_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Magmaring_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Alphoccio_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Ceila_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Chen_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Flamel_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Gertie_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Randel_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Trentini_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Wakwak_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Jejeling_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Menblatt_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Petal_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Cenere_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: AntiqueBook_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Arc_Elder_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Immotal_Corps_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Grave_A_Mummy_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Scr_MT_Robots_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Faceworm_L_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Rr_Cramp_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Rr_Arclouse_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Sinister_Obsidian_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Ancient_S_Shooter_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Ancient_W_Shooter_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Ancient_Sta_Golem_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Chaos_Stem_W_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Venenum_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Mt_Venenum_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Prison_Breaker_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Neo_Mineral_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Treasure_Mimic_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: ILL_Phen_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Dry_Rafflesia_H_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Aries_H_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Pitaya_Y_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Pitaya_V_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: EP18_Spark_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Cave_Un_Flower_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: One_E_Dollocaris_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Napeo_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Galensis_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Eldest_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Empathizer_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Happy_Giver_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: Pray_Giver_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Smile_Giver_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Erzsebet_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_HELM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Wilow_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Stainer_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Coco_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Martin_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Elder_Wilow_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Giearth_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Ghoul_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Marduk_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Deviruchi_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Nightmare_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Grand_Peco_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Dryad_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Rideword_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Leib_Olmai_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Leaf_Cat_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Mystcase_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Stalactic_Golem_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: C_Tower_Manager_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Wicked_Nymph_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Wootan_Shooter_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Wootan_Fighter_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Incubus_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Giant_Honet_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Gibbet_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Carat_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Cramp_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Permeter_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Ungoliant_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Mole_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Seyren_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Magaleta_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Katrinn_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Acidus__Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Vanberk_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Isilla_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Knocker_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Banshee_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Duneirre_Card
|
|
Rate: 2
|
|
- Index: 38
|
|
Item: Lata_Card
|
|
Rate: 2
|
|
- Index: 39
|
|
Item: Ringco_Card
|
|
Rate: 2
|
|
- Index: 40
|
|
Item: Pillar_Card
|
|
Rate: 2
|
|
- Index: 41
|
|
Item: Pinguicula_Dark_Card
|
|
Rate: 2
|
|
- Index: 42
|
|
Item: Dolomedes_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Parus_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Angra_Mantis_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Cendrawasih_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Siorava_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Novice_Poring_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Bungisngis_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Engkanto_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Tikbalang_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: LichternB_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: LichternY_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: LichternR_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: LichternG_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Trance_Spore_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: RepairRobot_T_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Fulbuk_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: FuryHero_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: MattDrainliar_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: OminousPermeter_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Toucan_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Jaguar_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Uzhas_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: High_Sanare_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Plaga_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: LivingDeath_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Firm_Deleter1_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Firm_Deleter2_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Ferus_P_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: ILL_Sword_Fish_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: ILL_King_Dramoh_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: ILL_Giearth_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: ILL_Vitata_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Ice_Gangu_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: Shining_Seaweed_Card
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: Limacina_Card
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: Disguiser_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Bluemoon_Loli_Ruri_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: Grote_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: Pierrotzoist_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: Plagarion_Card
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: Deadre_Card
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Venedi_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Litus_Card
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: Fillia_Card
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: Vanilaqus_Card
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: Lava_Eater_Card
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Fulgor_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Thief_Bug_Egg_Card
|
|
Rate: 2
|
|
- Index: 1
|
|
Item: Andre_Egg_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Ambernite_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Horn_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Thara_Frog_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Orc_Warrior_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Megalodon_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: BigFoot_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Argos_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Rafflesia_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Munak_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Petit__Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Medusa_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Khalitzburg_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Anubis_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Live_Peach_Tree_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Sting_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Increase_Soil_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Arclouse_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Ancient_Mummy_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Alice_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Zherlthsh_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Tamruan_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Parasite_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Penomena_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: High_Orc_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Teddy_Bear_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Hodremlin_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Seeker_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Muscipular_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Flame_Skull_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Tatacho_Card
|
|
Rate: 2
|
|
- Index: 32
|
|
Item: Aqua_Elemental_Card
|
|
Rate: 2
|
|
- Index: 33
|
|
Item: Draco_Card
|
|
Rate: 2
|
|
- Index: 34
|
|
Item: Luciola_Vespa_Card
|
|
Rate: 2
|
|
- Index: 35
|
|
Item: Centipede_Card
|
|
Rate: 2
|
|
- Index: 36
|
|
Item: Cornus_Card
|
|
Rate: 2
|
|
- Index: 37
|
|
Item: Dark_Shadow_Card
|
|
Rate: 2
|
|
- Index: 38
|
|
Item: Alnoldi_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Neo_Punk_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Zombie_Guard_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Grave_Arclouse_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Basilisk1_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Basilisk2_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Fire_Golem_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Les_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Evil_Shadow_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Gaster_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Chaos_S_Winder_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Chaos_H_Fly_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Chaos_Poporing_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Firm_Explosion_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Firm_Blazzer_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Frozen_Gargoyle_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Khaliz_Knightage_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: C_Khaliz_Knight_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: ILL_Marse_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: ILL_Andre_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: ILL_Deniro_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: ILL_Piere_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: ILL_Ant_egg_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: B_Hallucigenia_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: R_Superior_Rgan_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Tha_Anger_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Tha_Horror_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Tha_Resent_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Chonchon_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Zombie_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Thief_Bug_Male_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Eggyra_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Matyr_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Sohee_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Verit_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Gajomart_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Antique_Firelock_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Gullinbursti_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Raggler_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Merman_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Megalith_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Mini_Demon_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Miyabi_Ningyo_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Skeleton_General_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Cookie_XMAS_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Iron_Fist_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Alarm_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Am_Mut_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Ancient_Worm_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Wild_Rose_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Explosion_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Zombie_Prisoner_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Freezer_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Acidus_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Ferus__Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Ice_Titan_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Zombie_Slaughter_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Heavy_Metaling_Card
|
|
Rate: 2
|
|
- Index: 30
|
|
Item: Time_Keeper_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Grave_Mummy_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Grave_Verit_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Leaf_Lunatic_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Hunter_Wolf_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: GreenCenere_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: OminousFreezer_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Piranha_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: XM_Cookie_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: XM_Teddy_Bear_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Vavayaga_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Faceworm_Egg_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Archi_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Dio_Anemos_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Geffen_Gang_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Geffen_Thug_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Geffen_Thief_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Pa_Monk_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Ordre_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Blut_Hase_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Kuro_Akuma_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Hyper_Death_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Rechenier_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Odorico_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Coyote_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Chaos_Ba_Jr_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Firm_Nightmare_T_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Porcellio_W_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Abyss_Man_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: ILL_Merman_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Assistant_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Dry_Rafflesia_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Alnoldi_Ex_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Beta_Scissore_Ng_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Verporta_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Verporte_H_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Papila_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Papila_H_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Papila_Ruba_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Papila_Cae_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Aries_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Bath_Mermaid_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: EP17_2_Marc_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Holy_Skogul_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: EP18_Volcaring_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: EP18_Tumble_Ring_Card
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: Hallucigenia_Card
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: E_Inter_Rgan_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Extra_Joker_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: General_Orc_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: Sieglouse_Card
|
|
Rate: 1
|
|
- Group: CARDALBUM_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Fabre_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Drops_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lunatic_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Pecopeco_Egg_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Savage_Babe_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Andre_Larva_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Hornet_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Farmiliar_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Plankton_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Skeleton_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Thief_Bug_Female_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Wolf_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Mandragora_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Hydra_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Snake_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Andre_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Vadon_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Marina_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Metaller_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Goblin_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Anacondaq_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Caramel_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Kaho_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Scorpion_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Drainliar_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Golem_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Magnolia_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Flora_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Desert_Wolf_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Orc_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Soldier_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Skel_Worker_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Archer_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Zenorc_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Requiem_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Mummy_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Strouf_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Hunter_Fly_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Side_Winder_Card
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Petit_Card
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Deviace_Card
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Minorous_Card
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Scorpion_King_Card
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Knight_Of_Abyss_Card
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Crab_Card
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Goblin_Leader_Card
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Steam_Goblin_Card
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Goblin_Archer_Card
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Gig_Card
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Neraid_Card
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Dark_Priest_Card
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: The_Paper_Card
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Dullahan_Card
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Driller_Card
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Diabolic_Card
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Lava_Golem_Card
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Rotar_Zairo_Card
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Civil_Servant_Card
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: Bloody_Murderer_Card
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Stone_Shooter_Card
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Assulter_Card
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Aster_Card
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Elder_Card
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Orc_Lady_Card
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Injustice_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Shellfish_Card
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Zombie_Master_Card
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Zipper_Bear_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Chepet_Card
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Caterpillar_Card
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Kobold_Leader_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: Kobold_Archer_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Cruiser_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Kind_Of_Beetle_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: Tri_Joint_Card
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: Panzer_Goblin_Card
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: Fur_Seal_Card
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Fake_Angel_Card
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: Mobster_Card
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: Bloody_Knight_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: Garm_Baby_Card
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: Phendark_Card
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Pitman_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Metaling_Card
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: Hill_Wind_Card
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: Rawrel_Card
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: Eremes_Card
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Harword_Card
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: Shecil_Card
|
|
Rate: 1
|
|
- Index: 90
|
|
Item: Ferus_Card
|
|
Rate: 1
|
|
- Index: 91
|
|
Item: Deathword_Card
|
|
Rate: 1
|
|
- Index: 92
|
|
Item: Breeze_Card
|
|
Rate: 1
|
|
- Index: 93
|
|
Item: Drosera_Card
|
|
Rate: 1
|
|
- Index: 94
|
|
Item: P_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 95
|
|
Item: Centipede_Larva_Card
|
|
Rate: 2
|
|
- Index: 96
|
|
Item: Hilsrion_Card
|
|
Rate: 2
|
|
- Index: 97
|
|
Item: Aunoe_Card
|
|
Rate: 2
|
|
- Index: 98
|
|
Item: Panat_Card
|
|
Rate: 2
|
|
- Index: 99
|
|
Item: Beholder_Master_Card
|
|
Rate: 2
|
|
- Index: 100
|
|
Item: Naga_Card
|
|
Rate: 2
|
|
- Index: 101
|
|
Item: Nepenthes_Card
|
|
Rate: 2
|
|
- Index: 102
|
|
Item: Egg_Of_Draco_Card
|
|
Rate: 2
|
|
- Index: 103
|
|
Item: Bradium_Goram_Card
|
|
Rate: 2
|
|
- Index: 104
|
|
Item: Ancient_Tree_Card
|
|
Rate: 2
|
|
- Index: 105
|
|
Item: Jakudam_Card
|
|
Rate: 2
|
|
- Index: 106
|
|
Item: Cobalt_Mineral_Card
|
|
Rate: 2
|
|
- Index: 107
|
|
Item: Pinguicula_Card
|
|
Rate: 2
|
|
- Index: 108
|
|
Item: Hell_Apocalips_Card
|
|
Rate: 2
|
|
- Index: 109
|
|
Item: Miming_Card
|
|
Rate: 1
|
|
- Index: 110
|
|
Item: Little_Fatum_Card
|
|
Rate: 1
|
|
- Index: 111
|
|
Item: Pom_Spider_Card
|
|
Rate: 1
|
|
- Index: 112
|
|
Item: Banaspaty_Card
|
|
Rate: 1
|
|
- Index: 113
|
|
Item: Butoijo_Card
|
|
Rate: 1
|
|
- Index: 114
|
|
Item: Sedora_Card
|
|
Rate: 1
|
|
- Index: 115
|
|
Item: Sropho_Card
|
|
Rate: 1
|
|
- Index: 116
|
|
Item: Red_Eruma_Card
|
|
Rate: 1
|
|
- Index: 117
|
|
Item: Mini_Octopus_Card
|
|
Rate: 1
|
|
- Index: 118
|
|
Item: Manananggal_Card
|
|
Rate: 1
|
|
- Index: 119
|
|
Item: FaithfulManager_Card
|
|
Rate: 1
|
|
- Index: 120
|
|
Item: Big_Ben_Card
|
|
Rate: 1
|
|
- Index: 121
|
|
Item: Big_Bell_Card
|
|
Rate: 1
|
|
- Index: 122
|
|
Item: P_Archer_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 123
|
|
Item: P_Soldier_Skeleton_Card
|
|
Rate: 1
|
|
- Index: 124
|
|
Item: Grave_Mimic_Card
|
|
Rate: 1
|
|
- Index: 125
|
|
Item: Grave_Minorous_Card
|
|
Rate: 1
|
|
- Index: 126
|
|
Item: Wild_Honet_Card
|
|
Rate: 1
|
|
- Index: 127
|
|
Item: Ju_Mandragora_Card
|
|
Rate: 1
|
|
- Index: 128
|
|
Item: Fru_Pom_Spider_Card
|
|
Rate: 1
|
|
- Index: 129
|
|
Item: Step_Card
|
|
Rate: 1
|
|
- Index: 130
|
|
Item: Rock_Step_Card
|
|
Rate: 1
|
|
- Index: 131
|
|
Item: KickAndKick_Card
|
|
Rate: 1
|
|
- Index: 132
|
|
Item: ExplorationRover_T_Card
|
|
Rate: 1
|
|
- Index: 133
|
|
Item: Fire_Frilldora_Card
|
|
Rate: 1
|
|
- Index: 134
|
|
Item: BitterMunak_Card
|
|
Rate: 1
|
|
- Index: 135
|
|
Item: BitterArcherSk_Card
|
|
Rate: 1
|
|
- Index: 136
|
|
Item: WizardOfVeritas_Card
|
|
Rate: 1
|
|
- Index: 137
|
|
Item: OminousAssulter_Card
|
|
Rate: 1
|
|
- Index: 138
|
|
Item: Curupira_Card
|
|
Rate: 1
|
|
- Index: 139
|
|
Item: XM_Mystcase_Card
|
|
Rate: 1
|
|
- Index: 140
|
|
Item: XM_Marionette_Card
|
|
Rate: 1
|
|
- Index: 141
|
|
Item: AirShip_Raid_Card
|
|
Rate: 1
|
|
- Index: 142
|
|
Item: Payon_Soldier_Card
|
|
Rate: 1
|
|
- Index: 143
|
|
Item: Jew_Card
|
|
Rate: 1
|
|
- Index: 144
|
|
Item: Cowraiders3_Card
|
|
Rate: 1
|
|
- Index: 145
|
|
Item: E_Cowraiders1_Card
|
|
Rate: 1
|
|
- Index: 146
|
|
Item: E_Cowraiders2_Card
|
|
Rate: 1
|
|
- Index: 147
|
|
Item: E_Cowraiders3_Card
|
|
Rate: 1
|
|
- Index: 148
|
|
Item: Colorful_T_Bear_Card
|
|
Rate: 1
|
|
- Index: 149
|
|
Item: Fragment_Of_Soul_Card
|
|
Rate: 1
|
|
- Index: 150
|
|
Item: Ancient_W_Fighter_Card
|
|
Rate: 1
|
|
- Index: 151
|
|
Item: Heart_Hunter_Card
|
|
Rate: 1
|
|
- Index: 152
|
|
Item: Ancient_Trijoint_Card
|
|
Rate: 1
|
|
- Index: 153
|
|
Item: Ancient_Megalith_Card
|
|
Rate: 1
|
|
- Index: 154
|
|
Item: Chaos_Goring_Card
|
|
Rate: 1
|
|
- Index: 155
|
|
Item: High_Bellare_Card
|
|
Rate: 1
|
|
- Index: 156
|
|
Item: Sanare_Card
|
|
Rate: 1
|
|
- Index: 157
|
|
Item: Mutant_Plaga_Card
|
|
Rate: 1
|
|
- Index: 158
|
|
Item: Mt_Dolor_Card
|
|
Rate: 1
|
|
- Index: 159
|
|
Item: E_EA1L_Card
|
|
Rate: 1
|
|
- Index: 160
|
|
Item: Bellare_Card
|
|
Rate: 1
|
|
- Index: 161
|
|
Item: Firm_Kaho_Card
|
|
Rate: 1
|
|
- Index: 162
|
|
Item: Firm_Lava_G_Card
|
|
Rate: 1
|
|
- Index: 163
|
|
Item: Polluted_Ray_A_Card
|
|
Rate: 1
|
|
- Index: 164
|
|
Item: Flame_Ghost_Card
|
|
Rate: 1
|
|
- Index: 165
|
|
Item: Polluted_W_Man_Card
|
|
Rate: 1
|
|
- Index: 166
|
|
Item: White_Knightage_Card
|
|
Rate: 1
|
|
- Index: 167
|
|
Item: C_White_Knight_Card
|
|
Rate: 1
|
|
- Index: 168
|
|
Item: Angelgolt_Card
|
|
Rate: 1
|
|
- Index: 169
|
|
Item: Plasma_Spt_Card
|
|
Rate: 1
|
|
- Index: 170
|
|
Item: Plasma_Arch_Card
|
|
Rate: 1
|
|
- Index: 171
|
|
Item: Holy_Frus_Card
|
|
Rate: 1
|
|
- Index: 172
|
|
Item: Poisonous_Card
|
|
Rate: 1
|
|
- Index: 173
|
|
Item: Acidus_B_Card
|
|
Rate: 1
|
|
- Index: 174
|
|
Item: Acidus_S_Card
|
|
Rate: 1
|
|
- Index: 175
|
|
Item: ILL_Sropho_Card
|
|
Rate: 1
|
|
- Index: 176
|
|
Item: ILL_Deviace_Card
|
|
Rate: 1
|
|
- Index: 177
|
|
Item: ILL_Sedora_Card
|
|
Rate: 1
|
|
- Index: 178
|
|
Item: Assistant_H_Card
|
|
Rate: 1
|
|
- Index: 179
|
|
Item: Alnoldi_Ex_H_Card
|
|
Rate: 1
|
|
- Index: 180
|
|
Item: B_Scissore_Ng_H_Card
|
|
Rate: 1
|
|
- Index: 181
|
|
Item: Papila_Ruba_H_Card
|
|
Rate: 1
|
|
- Index: 182
|
|
Item: Papila_Cae_H_Card
|
|
Rate: 1
|
|
- Index: 183
|
|
Item: Pitaya_R_Card
|
|
Rate: 1
|
|
- Index: 184
|
|
Item: Plaga3_Card
|
|
Rate: 1
|
|
- Index: 185
|
|
Item: Pitaya_B_Card
|
|
Rate: 1
|
|
- Index: 186
|
|
Item: ILL_Andre_soldier_Card
|
|
Rate: 1
|
|
- Index: 187
|
|
Item: ILL_Andre_larva_Card
|
|
Rate: 1
|
|
- Index: 188
|
|
Item: ILL_Farmiliar_Card
|
|
Rate: 1
|
|
- Index: 189
|
|
Item: EP18_Hot_Molar_Card
|
|
Rate: 1
|
|
- Index: 190
|
|
Item: EP18_Ashring_Card
|
|
Rate: 1
|
|
- Index: 191
|
|
Item: Gan_Ceann_Card
|
|
Rate: 1
|
|
- Index: 192
|
|
Item: Brutal_Murderer_Card
|
|
Rate: 1
|
|
- Index: 193
|
|
Item: Reken_Guard_Card
|
|
Rate: 1
|
|
- Index: 194
|
|
Item: Reken_H_Guard_Card
|
|
Rate: 1
|
|
- Index: 195
|
|
Item: Regen_Scientist_Card
|
|
Rate: 1
|
|
- Index: 196
|
|
Item: Tha_Regret_Card
|
|
Rate: 1
|
|
- Index: 197
|
|
Item: Book_Of_Death_Card
|
|
Rate: 1
|
|
- Group: CASH_FOOD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish10_
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Agi_Dish10_
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Int_Dish10_
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Dex_Dish10_
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Luk_Dish10_
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Vit_Dish10_
|
|
Rate: 1
|
|
- Group: CGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cgrade_Coin
|
|
- Index: 1
|
|
Item: Dgrade_Coin
|
|
- Index: 2
|
|
Item: Egrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Egrade_Coin
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: Egrade_Coin
|
|
Rate: 150
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- Group: CHALLENGE_KIT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blessing_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: CHEMICAL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Chemical_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHERISH_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dog_Cap_
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Geographer_Band_
|
|
Rate: 4
|
|
- Index: 2
|
|
Item: Vacation_Hat_
|
|
Rate: 5
|
|
- Group: CHERISH_BOX_ORI
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ragnarok_Limited_Ed
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Satellite_Hairband
|
|
Rate: 2
|
|
- Index: 2
|
|
Item: Valkyrie_Feather_Band
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Pirate_Dagger
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Loki_Mask
|
|
Rate: 2
|
|
- Group: CHRISTMAS_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: White_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Blue_Herb
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Awakening_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Siroma_Icetea
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Agi_Dish09
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 635
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Santa's_Hat
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Angelic_Chain
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Tidal_Shoes
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: Wool_Scarf
|
|
Rate: 5
|
|
- Group: CHRONOSIAN_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1129
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Dark_Night_Veil
|
|
Rate: 172
|
|
- Index: 10
|
|
Item: Owlviscount_Silk_Hat
|
|
Rate: 110
|
|
- Index: 11
|
|
Item: Shadow_Staff
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Trumpet_Shell
|
|
Rate: 110
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 11
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Ghostring_Card
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Apocalips_H_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: CLAMOROUS_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clamorous_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: COMBAT_KNIFE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Combat_Knife_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: COMIN_ACTOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Charlie_Beard
|
|
- Index: 1
|
|
Item: Charlie_Hat
|
|
- Group: COOKIEBAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Candy
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Candy_Striper
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Well_Baked_Cookie
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Piece_Of_Cake
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: Chocolate
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: HandMade_Chocolate
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: HandMade_Chocolate_
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: White_Chocolate
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Rice_Ball
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Lucky_Candy
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: Lucky_Candy_Cane
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: Lucky_Cookie
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Chocolate_Drink
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Sesame_Pastry
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Honey_Pastry
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Rainbow_Cake
|
|
Rate: 1
|
|
- Group: COOL_FB_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cool_FB_Hat
|
|
Duration: 60
|
|
- Group: COOL_HAT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cool_FB_Hat
|
|
Duration: 3600
|
|
- Group: COSTAMA_EGG18
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Snow_Rabbit_Knit_Hat
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Mouton_Life
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Galanthus_Guard
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Chilly_Breath
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Rabbit_Ear_Knit_Hat
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Aura_Quartz_Crown
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Ice_Wing_Ear
|
|
Rate: 130
|
|
- Index: 7
|
|
Item: C_Lunatic_Hat
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Blue_Fur_Hat
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_Elder_Crown
|
|
Rate: 170
|
|
- Group: COSTAMA_EGG19
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Rainbow_Wing_Ears
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Lightning_Speed
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Double_Horn_Helm
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Vanargandr_Helm
|
|
Rate: 60
|
|
- Index: 4
|
|
Item: C_Pegasus_Wing_Ears
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Dark_Knight_Mask
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Bullock_Helm_J
|
|
Rate: 130
|
|
- Index: 7
|
|
Item: C_Pirate_Dagger
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_General_Helmet
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_Dragon_Skull
|
|
Rate: 170
|
|
- Index: 10
|
|
Item: C_Subject_Aura
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: COSTAMA_EGG23
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Volume_Fhat
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Vampire_Hairband
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Ljosalfar
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Love_Daddy_2013
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Bragi_Wing_Ears
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Little_Fhat
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Idun_Wing_Ears
|
|
Rate: 130
|
|
- Index: 7
|
|
Item: C_Wing_Form_Spectacle
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Shaman's_Hair_Orna
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_White_Feather
|
|
Rate: 170
|
|
- Group: COSTAMA_EGG24
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Under_Rim_Glasses
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Star_Reading_Hat
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Mermaid_Headphone
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Aqua_Ten_Gallon_Hat
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Raspberry_Mousse_Hat
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Fish_Head_Hat
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Classic_Hat
|
|
Rate: 130
|
|
- Index: 7
|
|
Item: C_Fish_In_Mouth
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Blind_Glasses
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_Jolly_Roger
|
|
Rate: 170
|
|
- Group: COSTAMA_EGG28
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Amistr_Beret
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Scratching_Cat
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Leopard_Ear_Hat
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Misty_Ears
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Foxtail
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: C_Cock_Hat1
|
|
Rate: 120
|
|
- Index: 6
|
|
Item: C_Black_Cat_Ears_Beret
|
|
Rate: 140
|
|
- Index: 7
|
|
Item: C_Green_Foxtail
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Lion_Mask
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_Puppy_Hat
|
|
Rate: 170
|
|
- Group: COSTAMA_EGG29
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Angel_Marcher_Hat
|
|
Rate: 124
|
|
- Index: 1
|
|
Item: C_Arabian_Veil
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Spell_Circuit
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: C_Dark_Night_Veil
|
|
Rate: 154
|
|
- Index: 4
|
|
Item: C_Eyes_Of_Ifrit
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: C_Sirt_Evil_Eye
|
|
Rate: 194
|
|
- Index: 6
|
|
Item: C_Evil_Marcher_Hat_J
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: C_Black_Devil_Mask
|
|
Rate: 234
|
|
- Index: 8
|
|
Item: C_Loki_Mask
|
|
Rate: 244
|
|
- Index: 9
|
|
Item: C_Rideword_Hat
|
|
Rate: 10
|
|
- Group: COUNTER_DAGGER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Counter_Dagger_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: COUPLE_EVENT_BASKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Cracker_Love
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Fire_Cracker_Wday
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Fire_Cracker_Vday
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Fire_Cracker_Bday
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Fire_Cracker_Xmas
|
|
Amount: 10
|
|
- Group: CP_ARMOR_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: CP_Armor_Scroll
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coating_Bottle
|
|
UniqueId: true
|
|
- Group: CP_HELM_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: CP_Helm_Scroll
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coating_Bottle
|
|
UniqueId: true
|
|
- Group: CP_SHIELD_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: CP_Shield_Scroll
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coating_Bottle
|
|
UniqueId: true
|
|
- Group: CP_WEAPON_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: CP_Weapon_Scroll
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coating_Bottle
|
|
UniqueId: true
|
|
- Group: CRITICAL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Critical_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CRUMPLED_PAPER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Calender_January
|
|
Rate: 84
|
|
- Index: 1
|
|
Item: Calender_February
|
|
Rate: 84
|
|
- Index: 2
|
|
Item: Calender_March
|
|
Rate: 84
|
|
- Index: 3
|
|
Item: Calender_April
|
|
Rate: 84
|
|
- Index: 4
|
|
Item: Calender_May
|
|
Rate: 83
|
|
- Index: 5
|
|
Item: Calender_June
|
|
Rate: 83
|
|
- Index: 6
|
|
Item: Calender_July
|
|
Rate: 83
|
|
- Index: 7
|
|
Item: Calender_August
|
|
Rate: 83
|
|
- Index: 8
|
|
Item: Calender_September
|
|
Rate: 83
|
|
- Index: 9
|
|
Item: Calender_October
|
|
Rate: 83
|
|
- Index: 10
|
|
Item: Calender_November
|
|
Rate: 83
|
|
- Index: 11
|
|
Item: Calender_December
|
|
Rate: 83
|
|
- Group: CYBORG_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1119
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 108
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Analyze_Eye
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Polyhedron_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Imperial_Ring
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Berz_Card
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Kiel_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: C_WING_OF_FLY_3DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: DECUSSATE_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Decussate_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: DEVIL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Satanic_Chain
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Book_Of_Devil
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ear_Of_Devil's_Wing
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Petite_DiablOfs_Wing
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pet_Egg_Scroll1
|
|
Rate: 180
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Deviling_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pet_Egg_Scroll_Box1
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Horn_Of_Succubus
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Inccubus_Horn
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Diabolic_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Group: DEVIRUCHI_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Deviruchi_Cap
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: White_Deviruchi_Cap
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Gray_Deviruchi_Cap
|
|
UniqueId: true
|
|
- Group: DGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dgrade_Coin
|
|
- Index: 1
|
|
Item: Egrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
Amount: 2
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- Group: DIARY_OF_GREAT_SAGE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Diary_Of_Great_Sage_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: DRAGOON_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dragoon_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: EARRING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Earring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: EARTH_TYPE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Capricon_Diadem
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Capricon_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Virgo_Diadem
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Virgo_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Taurus_Diadem
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Taurus_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Teardrop
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Abacus_In_Mouth
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 194
|
|
- Index: 9
|
|
Item: Unbreak_Def_Box
|
|
Rate: 194
|
|
- Index: 10
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1600
|
|
- Index: 11
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1600
|
|
- Index: 12
|
|
Item: Battle_Manual_Box
|
|
Rate: 1600
|
|
- Index: 13
|
|
Item: Balloon_Hat
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Hexagon_Spectacles
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Rabbit_Bonnet
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Hen_Set_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1600
|
|
- Index: 20
|
|
Item: Diabolic_Scroll
|
|
Rate: 1600
|
|
Amount: 5
|
|
- Group: EASTER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: No_Recipient
|
|
Rate: 110
|
|
- Index: 1
|
|
Item: Old_Broom
|
|
Rate: 110
|
|
- Index: 2
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 110
|
|
- Index: 3
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 110
|
|
- Index: 4
|
|
Item: Shining_Stone
|
|
Rate: 110
|
|
- Index: 5
|
|
Item: Contracts_In_Shadow
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: Book_Of_Devil
|
|
Rate: 110
|
|
- Index: 7
|
|
Item: Pet_Incubator
|
|
Rate: 205
|
|
- Index: 8
|
|
Item: Heart_Of_Her
|
|
Rate: 110
|
|
- Index: 9
|
|
Item: Munak_Turban
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Ghost_Bandana
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Bongun_Hat
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Munak_Turban_
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Bongun_Hat_
|
|
Rate: 1
|
|
- Group: EGGBOY
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Grape
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Rice_Ball
|
|
Rate: 522
|
|
- Index: 2
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Realgar_Wine
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Exorcize_Herb
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Ghost_Bandana
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Inccubus_Horn
|
|
Rate: 2
|
|
- Group: EGGGIRL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Grape
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Rice_Ball
|
|
Rate: 522
|
|
- Index: 2
|
|
Item: Sway_Apron
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Realgar_Wine
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Exorcize_Herb
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Hair_Protector
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Horn_Of_Succubus
|
|
Rate: 2
|
|
- Group: EGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Egrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
Amount: 2
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
- Group: ELEMENT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Scarlet_Pts
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Indigo_Pts
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Wish_Pts
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lime_Green_Pts
|
|
Rate: 1
|
|
- Group: ELITE_SIEGE_SUPPLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_White_Potion
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Siege_Blue_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Group: ELVEN_EARS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Elven_Ears_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: ENCHANT_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STRStone_Top
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: INTStone_Top
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: AGIStone_Top
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: DEXStone_Top
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: VITStone_Top
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: LUKStone_Top
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: ATKStone_Middle
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: MATKStone_Middle
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: HITStone_Bottom
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: FLEEStone_Bottom
|
|
Rate: 100
|
|
- Group: ENCHANT_STONE_BOX10
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SPdrainStone_Robe
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: SPdrainStone_Top
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Kyrie_Stone
|
|
Rate: 2
|
|
- Index: 3
|
|
Item: ASPDStone_Top
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Greed_Stone
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: HPdrainStone_Top
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: ShadowEffect_Middle
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: LexAeternaStone_Middle
|
|
Rate: 2
|
|
- Index: 9
|
|
Item: ATKStone_Top
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: ATKStone_Middle
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: ATKStone_Bottom
|
|
Rate: 3
|
|
- Index: 12
|
|
Item: MATKStone_Top
|
|
Rate: 3
|
|
- Index: 13
|
|
Item: MATKStone_Middle
|
|
Rate: 3
|
|
- Index: 14
|
|
Item: MATKStone_Bottom
|
|
Rate: 3
|
|
- Index: 15
|
|
Item: Critical_Stone
|
|
Rate: 3
|
|
- Index: 16
|
|
Item: Range_Stone
|
|
Rate: 3
|
|
- Index: 17
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 3
|
|
- Index: 18
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 3
|
|
- Index: 19
|
|
Item: CastingStone_Top
|
|
Rate: 3
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 3
|
|
- Index: 21
|
|
Item: CastingStone_Bottom
|
|
Rate: 3
|
|
- Index: 22
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 4
|
|
- Index: 23
|
|
Item: ChangeSTR_Middle
|
|
Rate: 4
|
|
- Index: 24
|
|
Item: ChangeINT_Bottom
|
|
Rate: 4
|
|
- Index: 25
|
|
Item: ChangeINT_Middle
|
|
Rate: 4
|
|
- Index: 26
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 4
|
|
- Index: 27
|
|
Item: ChangeDEX_Middle
|
|
Rate: 4
|
|
- Index: 28
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 4
|
|
- Index: 29
|
|
Item: ChangeVIT_Middle
|
|
Rate: 4
|
|
- Index: 30
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 4
|
|
- Index: 31
|
|
Item: ChangeAGI_Middle
|
|
Rate: 4
|
|
- Index: 32
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 4
|
|
- Index: 33
|
|
Item: ChangeLUK_Middle
|
|
Rate: 4
|
|
- Index: 34
|
|
Item: MaxHP2_Stone
|
|
Rate: 5
|
|
- Index: 35
|
|
Item: MaxSP2_Stone
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: EXPStone_Middle
|
|
Rate: 5
|
|
- Index: 37
|
|
Item: EXPStone_Bottom
|
|
Rate: 5
|
|
- Index: 38
|
|
Item: EXPStone_Top
|
|
Rate: 5
|
|
- Group: ENCHANT_STONE_BOX11
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
- Index: 1
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 2
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 3
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 4
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 5
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 6
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 7
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: WhiteBodyEffect_Middle
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ATKStone_Top
|
|
Rate: 24
|
|
- Index: 10
|
|
Item: ATKStone_Middle
|
|
Rate: 24
|
|
- Index: 11
|
|
Item: ATKStone_Bottom
|
|
Rate: 24
|
|
- Index: 12
|
|
Item: MATKStone_Top
|
|
Rate: 24
|
|
- Index: 13
|
|
Item: MATKStone_Middle
|
|
Rate: 24
|
|
- Index: 14
|
|
Item: MATKStone_Bottom
|
|
Rate: 24
|
|
- Index: 15
|
|
Item: Critical_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: Heal_Stone
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: Teleport_Stone
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: Steal_Stone
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 32
|
|
- Index: 23
|
|
Item: ChangeSTR_Middle
|
|
Rate: 32
|
|
- Index: 24
|
|
Item: ChangeINT_Bottom
|
|
Rate: 32
|
|
- Index: 25
|
|
Item: ChangeINT_Middle
|
|
Rate: 32
|
|
- Index: 26
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 32
|
|
- Index: 27
|
|
Item: ChangeDEX_Middle
|
|
Rate: 32
|
|
- Index: 28
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 32
|
|
- Index: 29
|
|
Item: ChangeVIT_Middle
|
|
Rate: 32
|
|
- Index: 30
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 32
|
|
- Index: 31
|
|
Item: ChangeAGI_Middle
|
|
Rate: 32
|
|
- Index: 32
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 32
|
|
- Index: 33
|
|
Item: ChangeLUK_Middle
|
|
Rate: 32
|
|
- Index: 34
|
|
Item: MaxHP2_Stone
|
|
Rate: 38
|
|
- Index: 35
|
|
Item: MaxSP2_Stone
|
|
Rate: 38
|
|
- Index: 36
|
|
Item: EXPStone_Middle
|
|
Rate: 38
|
|
- Index: 37
|
|
Item: EXPStone_Bottom
|
|
Rate: 38
|
|
- Index: 38
|
|
Item: EXPStone_Top
|
|
Rate: 38
|
|
- Group: ENCHANT_STONE_BOX12
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: ATKStone_Top
|
|
Rate: 24
|
|
- Index: 13
|
|
Item: ATKStone_Middle
|
|
Rate: 24
|
|
- Index: 14
|
|
Item: ATKStone_Bottom
|
|
Rate: 24
|
|
- Index: 15
|
|
Item: MATKStone_Top
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: MATKStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: MATKStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 23
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 24
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 25
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 38
|
|
- Index: 26
|
|
Item: ChangeSTR_Middle
|
|
Rate: 38
|
|
- Index: 27
|
|
Item: ChangeINT_Bottom
|
|
Rate: 38
|
|
- Index: 28
|
|
Item: ChangeINT_Middle
|
|
Rate: 38
|
|
- Index: 29
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 38
|
|
- Index: 30
|
|
Item: ChangeDEX_Middle
|
|
Rate: 38
|
|
- Index: 31
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 38
|
|
- Index: 32
|
|
Item: ChangeVIT_Middle
|
|
Rate: 38
|
|
- Index: 33
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 38
|
|
- Index: 34
|
|
Item: ChangeAGI_Middle
|
|
Rate: 38
|
|
- Index: 35
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 38
|
|
- Index: 36
|
|
Item: ChangeLUK_Middle
|
|
Rate: 38
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 38
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 38
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 38
|
|
- Group: ENCHANT_STONE_BOX13
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: SuraStone_Robe
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: RangerStone_Robe
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: SorcererStone_Robe
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: SuraStone_Top
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: SuraStone_Middle
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: SuraStone_Bottom
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: RangerStone_Top
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: RangerStone_Middle
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: RangerStone_Bottom
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: SorcererStone_Top
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: SorcererStone_Middle
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: SorcererStone_Bottom
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX14
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: RuneknightStone_Robe
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: GeneticStone_Robe
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: WarlockStone_Robe
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: RuneknightStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: RuneknightStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: GeneticStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: GeneticStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: GeneticStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: WarlockStone_Top
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: WarlockStone_Middle
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: WarlockStone_Bottom
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX15
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: MechanicStone_Robe
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MechanicStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MechanicStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MechanicStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX16
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: HighpriestStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: HighpriestStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: PaladinStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: PaladinStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: PaladinStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: AssacrossStone_Top
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: AssacrossStone_Middle
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX17
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: SuraStone_Robe2
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: SorcererStone_Robe2
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: SuraStone_Top2
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: SuraStone_Middle2
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: SuraStone_Bottom2
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: SorcererStone_Top2
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: SorcererStone_Middle2
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: SorcererStone_Bottom2
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: ShadowchaserStone_Top2
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: ShadowchasStone_Middle2
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: ShadowchasStone_Bottom2
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX18
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 17
|
|
- Index: 8
|
|
Item: ElectricEffect_Middle
|
|
Rate: 17
|
|
- Index: 9
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: StaremperorStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: KagerouStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: OboroStone_Robe
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: RebellionStone_Robe
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: DoramStone_Robe
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 16
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 20
|
|
- Index: 17
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 20
|
|
- Index: 18
|
|
Item: GreenFloor_Bottom
|
|
Rate: 20
|
|
- Index: 19
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 20
|
|
- Index: 20
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 21
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 22
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 23
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 24
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 25
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 26
|
|
Item: CastingStone_Bottom
|
|
Rate: 20
|
|
- Index: 27
|
|
Item: CastingStone_Middle
|
|
Rate: 20
|
|
- Index: 28
|
|
Item: CastingStone_Top
|
|
Rate: 20
|
|
- Index: 29
|
|
Item: SoullinkerStone_Top
|
|
Rate: 26
|
|
- Index: 30
|
|
Item: SoullinkerStone_Middle
|
|
Rate: 26
|
|
- Index: 31
|
|
Item: SoullinkerStone_Bottom
|
|
Rate: 26
|
|
- Index: 32
|
|
Item: GladiatorStone_Top
|
|
Rate: 26
|
|
- Index: 33
|
|
Item: GladiatorStone_Middle
|
|
Rate: 26
|
|
- Index: 34
|
|
Item: GladiatorStone_Bottom
|
|
Rate: 26
|
|
- Index: 35
|
|
Item: NinjaStone_Top
|
|
Rate: 26
|
|
- Index: 36
|
|
Item: NinjaStone_Middle
|
|
Rate: 26
|
|
- Index: 37
|
|
Item: NinjaStone_Bottom
|
|
Rate: 26
|
|
- Index: 38
|
|
Item: GunslingerStone_Top
|
|
Rate: 26
|
|
- Index: 39
|
|
Item: GunslingerStone_Middle
|
|
Rate: 26
|
|
- Index: 40
|
|
Item: GunslingerStone_Bottom
|
|
Rate: 26
|
|
- Index: 41
|
|
Item: DoramStone_Top
|
|
Rate: 26
|
|
- Index: 42
|
|
Item: DoramStone_Middle
|
|
Rate: 26
|
|
- Index: 43
|
|
Item: DoramStone_Bottom
|
|
Rate: 26
|
|
- Index: 44
|
|
Item: ATKStone_Top
|
|
Rate: 27
|
|
- Index: 45
|
|
Item: ATKStone_Middle
|
|
Rate: 27
|
|
- Index: 46
|
|
Item: ATKStone_Bottom
|
|
Rate: 27
|
|
- Index: 47
|
|
Item: MATKStone_Top
|
|
Rate: 27
|
|
- Index: 48
|
|
Item: MATKStone_Middle
|
|
Rate: 27
|
|
- Index: 49
|
|
Item: MATKStone_Bottom
|
|
Rate: 27
|
|
- Group: ENCHANT_STONE_BOX19
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: RangerStone_Robe2
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: MechanicStone_Robe2
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: RangerStone_Top2
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: RangerStone_Middle2
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: RangerStone_Bottom2
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: MechanicStone_Top2
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: MechanicStone_Middle2
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: MechanicStone_Bottom2
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: HighpriestStone_Top2
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: HighpriestStone_Middle2
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: HighpriestStone_Bottom2
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HealStone_Top
|
|
Rate: 112
|
|
- Index: 1
|
|
Item: HealStone2_Top
|
|
Rate: 112
|
|
- Index: 2
|
|
Item: HealStone_Middle
|
|
Rate: 112
|
|
- Index: 3
|
|
Item: HPStone_Middle
|
|
Rate: 112
|
|
- Index: 4
|
|
Item: SPStone_Middle
|
|
Rate: 111
|
|
- Index: 5
|
|
Item: HealStone_Bottom
|
|
Rate: 111
|
|
- Index: 6
|
|
Item: STRStone_Top
|
|
Rate: 33
|
|
- Index: 7
|
|
Item: INTStone_Top
|
|
Rate: 33
|
|
- Index: 8
|
|
Item: AGIStone_Top
|
|
Rate: 33
|
|
- Index: 9
|
|
Item: DEXStone_Top
|
|
Rate: 33
|
|
- Index: 10
|
|
Item: VITStone_Top
|
|
Rate: 33
|
|
- Index: 11
|
|
Item: LUKStone_Top
|
|
Rate: 33
|
|
- Index: 12
|
|
Item: ATKStone_Middle
|
|
Rate: 33
|
|
- Index: 13
|
|
Item: MATKStone_Middle
|
|
Rate: 33
|
|
- Index: 14
|
|
Item: HITStone_Bottom
|
|
Rate: 33
|
|
- Index: 15
|
|
Item: FLEEStone_Bottom
|
|
Rate: 33
|
|
- Group: ENCHANT_STONE_BOX20
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Greed_Stone
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: WarlockStone_Robe2
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: WarlockStone_Top2
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: WarlockStone_Middle2
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: PaladinStone_Top2
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: PaladinStone_Middle2
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: PaladinStone_Bottom2
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: AssacrossStone_Top2
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX21
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Greed_Stone
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: HPdrainStone_Robe
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: HPdrainStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: GeneticStone_Robe2
|
|
Rate: 16
|
|
- Index: 14
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 16
|
|
- Index: 15
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 17
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: ATKStone_Top
|
|
Rate: 37
|
|
- Index: 23
|
|
Item: ATKStone_Middle
|
|
Rate: 37
|
|
- Index: 24
|
|
Item: ATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 25
|
|
Item: MATKStone_Top
|
|
Rate: 37
|
|
- Index: 26
|
|
Item: MATKStone_Middle
|
|
Rate: 37
|
|
- Index: 27
|
|
Item: MATKStone_Bottom
|
|
Rate: 37
|
|
- Index: 28
|
|
Item: RuneknightStone_Top2
|
|
Rate: 37
|
|
- Index: 29
|
|
Item: RuneknightStone_Middle2
|
|
Rate: 37
|
|
- Index: 30
|
|
Item: RuneknightStone_Bottom2
|
|
Rate: 37
|
|
- Index: 31
|
|
Item: GeneticStone_Top2
|
|
Rate: 37
|
|
- Index: 32
|
|
Item: GeneticStone_Middle2
|
|
Rate: 37
|
|
- Index: 33
|
|
Item: GeneticStone_Bottom2
|
|
Rate: 37
|
|
- Index: 34
|
|
Item: WanderMinsStone_Top2
|
|
Rate: 37
|
|
- Index: 35
|
|
Item: WanderMinsStone_Middle2
|
|
Rate: 37
|
|
- Index: 36
|
|
Item: WanderMinsStone_Bottom2
|
|
Rate: 37
|
|
- Index: 37
|
|
Item: Critical_Stone
|
|
Rate: 37
|
|
- Index: 38
|
|
Item: Critical_Stone_Top
|
|
Rate: 37
|
|
- Index: 39
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 37
|
|
- Group: ENCHANT_STONE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HealStone_Top
|
|
Rate: 33
|
|
- Index: 1
|
|
Item: HealStone2_Top
|
|
Rate: 33
|
|
- Index: 2
|
|
Item: HealStone_Middle
|
|
Rate: 33
|
|
- Index: 3
|
|
Item: HPStone_Middle
|
|
Rate: 33
|
|
- Index: 4
|
|
Item: SPStone_Middle
|
|
Rate: 33
|
|
- Index: 5
|
|
Item: HealStone_Bottom
|
|
Rate: 33
|
|
- Index: 6
|
|
Item: STRStone_Top
|
|
Rate: 33
|
|
- Index: 7
|
|
Item: INTStone_Top
|
|
Rate: 33
|
|
- Index: 8
|
|
Item: AGIStone_Top
|
|
Rate: 33
|
|
- Index: 9
|
|
Item: DEXStone_Top
|
|
Rate: 33
|
|
- Index: 10
|
|
Item: VITStone_Top
|
|
Rate: 33
|
|
- Index: 11
|
|
Item: LUKStone_Top
|
|
Rate: 33
|
|
- Index: 12
|
|
Item: ATKStone_Middle
|
|
Rate: 33
|
|
- Index: 13
|
|
Item: MATKStone_Middle
|
|
Rate: 33
|
|
- Index: 14
|
|
Item: HITStone_Bottom
|
|
Rate: 33
|
|
- Index: 15
|
|
Item: FLEEStone_Bottom
|
|
Rate: 33
|
|
- Index: 16
|
|
Item: BigStone_Top
|
|
Rate: 176
|
|
- Index: 17
|
|
Item: MediumStone_Top
|
|
Rate: 176
|
|
- Index: 18
|
|
Item: SmallStone_Top
|
|
Rate: 176
|
|
- Group: ENCHANT_STONE_BOX4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HealStone_Top
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: HealStone2_Top
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: HealStone_Middle
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: HPStone_Middle
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: SPStone_Middle
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: HealStone_Bottom
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: STRStone_Top
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: INTStone_Top
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: AGIStone_Top
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: DEXStone_Top
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: VITStone_Top
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: LUKStone_Top
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: ATKStone_Middle
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: MATKStone_Middle
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: HITStone_Bottom
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: FLEEStone_Bottom
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: BigStone_Top
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: MediumStone_Top
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: SmallStone_Top
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: ASPDStone_Robe
|
|
Rate: 50
|
|
- Group: ENCHANT_STONE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: ASPDStone_Robe
|
|
Rate: 20
|
|
- Index: 1
|
|
Item: ATKStone_Top
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: MATKStone_Top
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: ATKStone_Middle
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: MATKStone_Middle
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: STRStone_Top
|
|
Rate: 40
|
|
- Index: 6
|
|
Item: INTStone_Top
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: AGIStone_Top
|
|
Rate: 40
|
|
- Index: 8
|
|
Item: DEXStone_Top
|
|
Rate: 40
|
|
- Index: 9
|
|
Item: VITStone_Top
|
|
Rate: 40
|
|
- Index: 10
|
|
Item: LUKStone_Top
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: STRStone_Middle
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: INTStone_Middle
|
|
Rate: 40
|
|
- Index: 13
|
|
Item: AGIStone_Middle
|
|
Rate: 40
|
|
- Index: 14
|
|
Item: DEXStone_Middle
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: VITStone_Middle
|
|
Rate: 40
|
|
- Index: 16
|
|
Item: LUKStone_Middle
|
|
Rate: 40
|
|
- Index: 17
|
|
Item: HPStone_Middle
|
|
Rate: 40
|
|
- Index: 18
|
|
Item: SPStone_Middle
|
|
Rate: 40
|
|
- Index: 19
|
|
Item: HPStone_Bottom
|
|
Rate: 40
|
|
- Index: 20
|
|
Item: BigStone_Top
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: MediumStone_Top
|
|
Rate: 50
|
|
- Index: 22
|
|
Item: SmallStone_Top
|
|
Rate: 50
|
|
- Index: 23
|
|
Item: HealStone_Top
|
|
Rate: 50
|
|
- Index: 24
|
|
Item: HealStone2_Top
|
|
Rate: 50
|
|
- Index: 25
|
|
Item: HealStone_Middle
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: HealStone_Bottom
|
|
Rate: 50
|
|
- Index: 27
|
|
Item: HITStone_Bottom
|
|
Rate: 50
|
|
- Index: 28
|
|
Item: FLEEStone_Bottom
|
|
Rate: 50
|
|
- Group: ENCHANT_STONE_BOX6
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HPdrainStone_Robe
|
|
Rate: 20
|
|
- Index: 1
|
|
Item: SPdrainStone_Robe
|
|
Rate: 20
|
|
- Index: 2
|
|
Item: ASPDStone_Robe
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: ATKStone_Top
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: MATKStone_Top
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: ATKStone_Middle
|
|
Rate: 30
|
|
- Index: 6
|
|
Item: MATKStone_Middle
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: STRStone_Top
|
|
Rate: 40
|
|
- Index: 8
|
|
Item: INTStone_Top
|
|
Rate: 40
|
|
- Index: 9
|
|
Item: AGIStone_Top
|
|
Rate: 40
|
|
- Index: 10
|
|
Item: DEXStone_Top
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: VITStone_Top
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: LUKStone_Top
|
|
Rate: 40
|
|
- Index: 13
|
|
Item: STRStone_Middle
|
|
Rate: 40
|
|
- Index: 14
|
|
Item: INTStone_Middle
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: AGIStone_Middle
|
|
Rate: 40
|
|
- Index: 16
|
|
Item: DEXStone_Middle
|
|
Rate: 40
|
|
- Index: 17
|
|
Item: VITStone_Middle
|
|
Rate: 40
|
|
- Index: 18
|
|
Item: LUKStone_Middle
|
|
Rate: 40
|
|
- Index: 19
|
|
Item: HPStone_Middle
|
|
Rate: 40
|
|
- Index: 20
|
|
Item: SPStone_Middle
|
|
Rate: 40
|
|
- Index: 21
|
|
Item: HPStone_Bottom
|
|
Rate: 40
|
|
- Index: 22
|
|
Item: BigStone_Top
|
|
Rate: 50
|
|
- Index: 23
|
|
Item: MediumStone_Top
|
|
Rate: 50
|
|
- Index: 24
|
|
Item: SmallStone_Top
|
|
Rate: 50
|
|
- Index: 25
|
|
Item: HealStone_Top
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: HealStone2_Top
|
|
Rate: 50
|
|
- Index: 27
|
|
Item: HealStone_Middle
|
|
Rate: 50
|
|
- Index: 28
|
|
Item: HealStone_Bottom
|
|
Rate: 50
|
|
- Index: 29
|
|
Item: HITStone_Bottom
|
|
Rate: 50
|
|
- Index: 30
|
|
Item: FLEEStone_Bottom
|
|
Rate: 50
|
|
- Group: ENCHANT_STONE_BOX7
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HPdrainStone_Robe
|
|
Rate: 20
|
|
- Index: 1
|
|
Item: SPdrainStone_Robe
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: HPdrainStone_Top
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: SPdrainStone_Top
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: ATKStone_Top
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: ATKStone_Middle
|
|
Rate: 30
|
|
- Index: 6
|
|
Item: ATKStone_Bottom
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: MATKStone_Top
|
|
Rate: 30
|
|
- Index: 8
|
|
Item: MATKStone_Middle
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: MATKStone_Bottom
|
|
Rate: 30
|
|
- Index: 10
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: ChangeSTR_Middle
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: ChangeINT_Bottom
|
|
Rate: 40
|
|
- Index: 13
|
|
Item: ChangeINT_Middle
|
|
Rate: 40
|
|
- Index: 14
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: ChangeDEX_Middle
|
|
Rate: 40
|
|
- Index: 16
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 40
|
|
- Index: 17
|
|
Item: ChangeVIT_Middle
|
|
Rate: 40
|
|
- Index: 18
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 40
|
|
- Index: 19
|
|
Item: ChangeAGI_Middle
|
|
Rate: 40
|
|
- Index: 20
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 40
|
|
- Index: 21
|
|
Item: ChangeLUK_Middle
|
|
Rate: 40
|
|
- Index: 22
|
|
Item: HPStone_Middle
|
|
Rate: 50
|
|
- Index: 23
|
|
Item: SPStone_Middle
|
|
Rate: 50
|
|
- Index: 24
|
|
Item: HPStone_Bottom
|
|
Rate: 50
|
|
- Index: 25
|
|
Item: HealStone_Top
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: HealStone2_Top
|
|
Rate: 50
|
|
- Index: 27
|
|
Item: HealStone_Bottom
|
|
Rate: 50
|
|
- Index: 28
|
|
Item: DEFStone_Middle
|
|
Rate: 50
|
|
- Index: 29
|
|
Item: MDEFStone_Bottom
|
|
Rate: 50
|
|
- Index: 30
|
|
Item: EXPStone_Bottom
|
|
Rate: 50
|
|
- Group: ENCHANT_STONE_BOX8
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: CastingStone_Robe
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: SPdrainStone_Robe
|
|
Rate: 2
|
|
- Index: 2
|
|
Item: SPdrainStone_Top
|
|
Rate: 2
|
|
- Index: 3
|
|
Item: Kyrie_Stone
|
|
Rate: 4
|
|
- Index: 4
|
|
Item: ASPDStone_Top
|
|
Rate: 4
|
|
- Index: 5
|
|
Item: Greed_Stone
|
|
Rate: 4
|
|
- Index: 6
|
|
Item: HPdrainStone_Robe
|
|
Rate: 4
|
|
- Index: 7
|
|
Item: HPdrainStone_Top
|
|
Rate: 4
|
|
- Index: 8
|
|
Item: ATKStone_Top
|
|
Rate: 6
|
|
- Index: 9
|
|
Item: ATKStone_Middle
|
|
Rate: 6
|
|
- Index: 10
|
|
Item: ATKStone_Bottom
|
|
Rate: 6
|
|
- Index: 11
|
|
Item: MATKStone_Top
|
|
Rate: 6
|
|
- Index: 12
|
|
Item: MATKStone_Middle
|
|
Rate: 6
|
|
- Index: 13
|
|
Item: MATKStone_Bottom
|
|
Rate: 6
|
|
- Index: 14
|
|
Item: ReloadStone_Top
|
|
Rate: 6
|
|
- Index: 15
|
|
Item: ReloadStone_Middle
|
|
Rate: 6
|
|
- Index: 16
|
|
Item: ReloadStone_Bottom
|
|
Rate: 6
|
|
- Index: 17
|
|
Item: Critical_Stone
|
|
Rate: 6
|
|
- Index: 18
|
|
Item: Range_Stone
|
|
Rate: 6
|
|
- Index: 19
|
|
Item: TwinkleEffect_Top
|
|
Rate: 6
|
|
- Index: 20
|
|
Item: GhostEffect_Middle
|
|
Rate: 6
|
|
- Index: 21
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 8
|
|
- Index: 22
|
|
Item: ChangeSTR_Middle
|
|
Rate: 8
|
|
- Index: 23
|
|
Item: ChangeINT_Bottom
|
|
Rate: 8
|
|
- Index: 24
|
|
Item: ChangeINT_Middle
|
|
Rate: 8
|
|
- Index: 25
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 8
|
|
- Index: 26
|
|
Item: ChangeDEX_Middle
|
|
Rate: 8
|
|
- Index: 27
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 8
|
|
- Index: 28
|
|
Item: ChangeVIT_Middle
|
|
Rate: 8
|
|
- Index: 29
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 8
|
|
- Index: 30
|
|
Item: ChangeAGI_Middle
|
|
Rate: 8
|
|
- Index: 31
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 8
|
|
- Index: 32
|
|
Item: ChangeLUK_Middle
|
|
Rate: 8
|
|
- Index: 33
|
|
Item: MaxHP2_Stone
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: MaxSP2_Stone
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Detoxify_Stone
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Recovery_Stone
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: DEFStone_Middle
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: MDEFStone_Bottom
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: EXPStone_Bottom
|
|
Rate: 10
|
|
- Group: ENCHANT_STONE_BOX9
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SPdrainStone_Robe
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: SPdrainStone_Top
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Kyrie_Stone
|
|
Rate: 2
|
|
- Index: 3
|
|
Item: ASPDStone_Top
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Greed_Stone
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: HPdrainStone_Robe
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: HPdrainStone_Top
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: ShrinkEffect_Middle
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: ATKStone_Top
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: ATKStone_Middle
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: ATKStone_Bottom
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: MATKStone_Top
|
|
Rate: 3
|
|
- Index: 12
|
|
Item: MATKStone_Middle
|
|
Rate: 3
|
|
- Index: 13
|
|
Item: MATKStone_Bottom
|
|
Rate: 3
|
|
- Index: 14
|
|
Item: ReloadStone_Top
|
|
Rate: 3
|
|
- Index: 15
|
|
Item: ReloadStone_Middle
|
|
Rate: 3
|
|
- Index: 16
|
|
Item: ReloadStone_Bottom
|
|
Rate: 3
|
|
- Index: 17
|
|
Item: Critical_Stone
|
|
Rate: 3
|
|
- Index: 18
|
|
Item: Range_Stone
|
|
Rate: 3
|
|
- Index: 19
|
|
Item: ElectricEffect_Middle
|
|
Rate: 3
|
|
- Index: 20
|
|
Item: GreenFloor_Bottom
|
|
Rate: 3
|
|
- Index: 21
|
|
Item: ChangeSTR_Bottom
|
|
Rate: 4
|
|
- Index: 22
|
|
Item: ChangeSTR_Middle
|
|
Rate: 4
|
|
- Index: 23
|
|
Item: ChangeINT_Bottom
|
|
Rate: 4
|
|
- Index: 24
|
|
Item: ChangeINT_Middle
|
|
Rate: 4
|
|
- Index: 25
|
|
Item: ChangeDEX_Bottom
|
|
Rate: 4
|
|
- Index: 26
|
|
Item: ChangeDEX_Middle
|
|
Rate: 4
|
|
- Index: 27
|
|
Item: ChangeVIT_Bottom
|
|
Rate: 4
|
|
- Index: 28
|
|
Item: ChangeVIT_Middle
|
|
Rate: 4
|
|
- Index: 29
|
|
Item: ChangeAGI_Bottom
|
|
Rate: 4
|
|
- Index: 30
|
|
Item: ChangeAGI_Middle
|
|
Rate: 4
|
|
- Index: 31
|
|
Item: ChangeLUK_Bottom
|
|
Rate: 4
|
|
- Index: 32
|
|
Item: ChangeLUK_Middle
|
|
Rate: 4
|
|
- Index: 33
|
|
Item: MaxHP2_Stone
|
|
Rate: 5
|
|
- Index: 34
|
|
Item: MaxSP2_Stone
|
|
Rate: 5
|
|
- Index: 35
|
|
Item: Identify_Stone
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: EXPStone_Middle
|
|
Rate: 5
|
|
- Index: 37
|
|
Item: EXPStone_Bottom
|
|
Rate: 5
|
|
- Group: ENERGETIC_PISCES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Energetic_Pisces_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: ENERGETIC_PISCES_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bradium_Ring
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Pisces_Crown
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Neuralizer_Box
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Shark_Hat_Box
|
|
Rate: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Kafra_Ring
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pirate_Dagger_J
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Orc_LoadS
|
|
Rate: 34
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Spark_Candy_Box5
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Underripe_Yggseed
|
|
Rate: 120
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Enriched_Elunium_Box5
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 190
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Enriched_Oridecon_Box5
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Ramen_Hat_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: EPIC_HEROES_LUCKY_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: C_Neko_Mimi_Kafra
|
|
Rate: 154
|
|
- Index: 9
|
|
Item: Full_Moon
|
|
Rate: 154
|
|
- Index: 10
|
|
Item: Hat_0f_King
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Elemental_Crown
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Survive_Circlet
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Gigant_Helm
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: B_Seyren_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: ERZULIE_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1064
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1064
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 465
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 465
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Angeling_KnitCap
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: C_Ladys_Feather_Hat
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Lapine_Shield
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Elemental_Clothe
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 200
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Lord_Of_Death_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Drake_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: EVENT_ALMIGHTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Kiel_Scroll
|
|
UniqueId: true
|
|
- Group: EVENT_ALMIGHTY_BOX_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Kiel_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: EVIL_INCARNATION
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dead_Tree_Branch_Box2
|
|
Rate: 224
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guyak_Pudding
|
|
Rate: 124
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Int_Dish_Box
|
|
Rate: 123
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Luk_Dish_Box
|
|
Rate: 122
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vit_Dish_Box
|
|
Rate: 121
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Str_Dish_Box
|
|
Rate: 120
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Romantic_White_Flower
|
|
Rate: 47
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Love_Berry
|
|
Rate: 46
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Minstrel_Hat
|
|
Rate: 26
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Puppy_Hat
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Kafra_Band
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Majestic_Evil_Horn
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Secret_Medicine
|
|
Rate: 2
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Miracle_Medicine
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: EXCALIBUR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Excalibur_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: EX_DEF_POTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ex_Def_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: RWC_Scroll_2012
|
|
UniqueId: true
|
|
- Group: FINDINGORE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Emperium
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Oridecon_Stone
|
|
Rate: 20
|
|
- Index: 2
|
|
Item: Elunium_Stone
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Gold
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Oridecon
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Elunium
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Boody_Red
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: Crystal_Blue
|
|
Rate: 30
|
|
- Index: 8
|
|
Item: Wind_Of_Verdure
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: Yellow_Live
|
|
Rate: 30
|
|
- Index: 10
|
|
Item: Flame_Heart
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: Mistic_Frozen
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: Rough_Wind
|
|
Rate: 15
|
|
- Index: 13
|
|
Item: Great_Nature
|
|
Rate: 15
|
|
- Index: 14
|
|
Item: Iron
|
|
Rate: 80
|
|
- Index: 15
|
|
Item: Steel
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: Iron_Ore
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Coal
|
|
Rate: 60
|
|
- Index: 18
|
|
Item: Phracon
|
|
Rate: 95
|
|
- Index: 19
|
|
Item: Emveretarcon
|
|
Rate: 55
|
|
- Group: FIRE_BRAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Brand_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FIRE_TYPE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Leo_Diadem
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Leo_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Aries_Diadem
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Aries_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sagittarius_Diadem
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Sagittarius_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Battle_Manual_Box
|
|
Rate: 1500
|
|
- Index: 7
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1500
|
|
- Index: 8
|
|
Item: Kafra_Card_Box
|
|
Rate: 1650
|
|
- Index: 9
|
|
Item: Convex_Mirror_Box
|
|
Rate: 1000
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 120
|
|
- Index: 13
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Songpyun_Box50
|
|
Rate: 1500
|
|
- Index: 15
|
|
Item: Ant_Buyanne_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Celestial_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Parade_Cap
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Asgard_Blessing
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Tao_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: FIRSTAID
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Red_Slim_Potion
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Yellow_Slim_Potion
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: White_Slim_Potion
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Novice_Potion
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: Anodyne
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: Center_Potion
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Awakening_Potion
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: Berserk_Potion
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: Poison_Bottle
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Speed_Up_Potion
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: Slow_Down_Potion
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: Water_Of_Darkness
|
|
Rate: 5
|
|
- Group: FISH
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fish_Slice
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Shusi
|
|
Rate: 1
|
|
- Group: FISHER_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fisher_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FLAMEL_CARD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Slim_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: White_Slim_Potion
|
|
Rate: 1
|
|
- Group: FLAME_LIGHT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1500
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: Battle_Manual_Box
|
|
Rate: 1400
|
|
- Index: 4
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1500
|
|
- Index: 5
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1500
|
|
- Index: 6
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Unbreak_Def_Box
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Mike_Hat
|
|
Rate: 234
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Shaving_Cream
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Deprotai_Doll_Hat
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: SLD_Garm_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Elven_Ears_
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 14
|
|
Item: MVP_Basketball
|
|
Rate: 3
|
|
Announced: true
|
|
- Group: FLOWER_BLOSSOM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Decoration_bluerose
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Pray_Cherry_Blossom
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Wind_Of_The_Prairie
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Butterfly_Wing_Ear_J
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Rose_Crown
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Earth_Goddess_Flower
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Hermose_Cap
|
|
Rate: 130
|
|
- Index: 7
|
|
Item: C_Red_Cherry_Blossom
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Carmen_Miranda_Hat
|
|
Rate: 160
|
|
- Index: 9
|
|
Item: C_Samambaia
|
|
Rate: 170
|
|
- Group: FOOD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Royal_Jelly
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Str_Dish02
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Agi_Dish02
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Vit_Dish03
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Dex_Dish02
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Luk_Dish03
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Int_Dish02
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Apple_Juice
|
|
Rate: 30
|
|
- Index: 8
|
|
Item: Banana_Juice
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: Grape_Juice
|
|
Rate: 30
|
|
- Index: 10
|
|
Item: Carrot_Juice
|
|
Rate: 30
|
|
- Index: 11
|
|
Item: Well_Baked_Cookie
|
|
Rate: 30
|
|
- Index: 12
|
|
Item: Ice_Cream
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: Fish_Slice
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: Cheese
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: Shusi
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: Bun
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: Mojji
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: Pumpkin
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: Sweet_Potato
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: Banana
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Apple
|
|
Rate: 600
|
|
- Group: FOODBAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Apple
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Banana
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Grape
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Carrot
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Sweet_Potato
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Meat
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Honey
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Milk
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Leaflet_Of_Hinal
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Leaflet_Of_Aloe
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Apple_Juice
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Banana_Juice
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Grape_Juice
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Carrot_Juice
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Ice_Cream
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Fish_Slice
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Cheese
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Nice_Sweet_Potato
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Popped_Rice
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Shusi
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bun
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Mojji
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Rice_Cake
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Long_Rice_Cake
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Hash_Rice_Cake
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Chocolate
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: HandMade_Chocolate
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: HandMade_Chocolate_
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: White_Chocolate
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Rice_Ball
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Tomyumkung
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Prawn
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Lemon
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Prickly_Fruit
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Yggdrasilberry
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Korea_Rice_Cake
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Rice_Cake_Soup
|
|
Rate: 1
|
|
- Group: FORTUNE_COOKIE1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bless_Word_Paper1
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Bless_Word_Paper2
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Bless_Word_Paper3
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Bless_Word_Paper4
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Bless_Word_Paper5
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Bless_Word_Paper6
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Bless_Word_Paper7
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Bless_Word_Paper8
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Bless_Word_Paper9
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Bless_Word_Paper10
|
|
Rate: 100
|
|
- Group: FORTUNE_COOKIE2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guidebook_Exchange
|
|
Announced: true
|
|
- Group: FORTUNE_COOKIE3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Free_Cash_Coupon
|
|
Announced: true
|
|
- Group: FRUIT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Apple
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Banana
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Grape
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Carrot
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Sweet_Potato
|
|
Rate: 1
|
|
- Group: FRUIT_BASKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Hard_Peach
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Unripe_Apple
|
|
Rate: 5
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Tropical_Banana
|
|
Rate: 2
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Stone
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Strawberry
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 6
|
|
Item: Apple
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 7
|
|
Item: Banana
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 8
|
|
Item: Grape
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 9
|
|
Item: Lemon
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 10
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Prickly_Fruit
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Prickly_Fruit_
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Mora_Berry
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: Mora_Mandarin
|
|
Rate: 20
|
|
Amount: 2
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Hard_Peach
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Unripe_Apple
|
|
Rate: 5
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Tropical_Banana
|
|
Rate: 2
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Stone
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Strawberry
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 6
|
|
Item: Apple
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 7
|
|
Item: Banana
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 8
|
|
Item: Grape
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 9
|
|
Item: Lemon
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 10
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Prickly_Fruit
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Prickly_Fruit_
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Mora_Berry
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: Mora_Mandarin
|
|
Rate: 20
|
|
Amount: 2
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Hard_Peach
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Unripe_Apple
|
|
Rate: 5
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Tropical_Banana
|
|
Rate: 2
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: Stone
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Strawberry
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 6
|
|
Item: Apple
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 7
|
|
Item: Banana
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 8
|
|
Item: Grape
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 9
|
|
Item: Lemon
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 10
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Prickly_Fruit
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Prickly_Fruit_
|
|
Rate: 20
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Mora_Berry
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: Mora_Mandarin
|
|
Rate: 20
|
|
Amount: 2
|
|
- Group: CLOVER_BOX_MOUTH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: CLOVER_BOX_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: CLOVER_BOX_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_UMBALA_SPIRIT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GANYMEDE_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1120
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1190
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1120
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1120
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1118
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1118
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1118
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Buddhist_Priest_Crown
|
|
Rate: 165
|
|
- Index: 10
|
|
Item: Magical_Ring
|
|
Rate: 105
|
|
- Index: 11
|
|
Item: Ancient_Elven_Ear_J
|
|
Rate: 105
|
|
- Index: 12
|
|
Item: Hero_Cape
|
|
Rate: 35
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Phreeoni_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: B_Eremes_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: B_Seyren_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: GARNET_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1014
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1014
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 440
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 440
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_6Up
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Guarantee_Armor_6Up
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 250
|
|
- Index: 12
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 250
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 200
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Amon_Ra_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Maya_Puple_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: GARUDA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: HE_Battle_Manual
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1222
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1026
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Garuda_Hat
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Magic_Stole
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Boitata_Armor
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Amistr_Bag
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Wanderer's_Sakkat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Gyges_Ring
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: GEMI_CROWN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dark_Snake_Lord_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Elven_Ears_
|
|
Rate: 2
|
|
- Index: 2
|
|
Item: Antique_Pipe
|
|
Rate: 47
|
|
- Index: 3
|
|
Item: Neuralizer_Box
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Gemini_Crown
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Hawkeyes
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Bulb_Hairband
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Mysterious_Travel_Sack4
|
|
Rate: 1300
|
|
- Index: 10
|
|
Item: Zeny_Scroll
|
|
Rate: 1500
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Adrenaline_Scroll_Box
|
|
Rate: 1600
|
|
- Index: 12
|
|
Item: Lex_Aeterna_Scroll_Box
|
|
Rate: 1800
|
|
- Index: 13
|
|
Item: MVP_Hunt_Box
|
|
Rate: 2000
|
|
- Group: GEMI_CROWN_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gemi_Crown_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: GEMI_DIADEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Salamander_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Freyja_Overcoat
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Boy's_Cap_
|
|
Rate: 44
|
|
- Index: 3
|
|
Item: Gemini_Diadem
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Angel_Spirit
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Gang_Scarf
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Hard_Core_Set_Box
|
|
Rate: 350
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Abrasive_Box10
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Zeny_Scroll
|
|
Rate: 1100
|
|
Amount: 15
|
|
- Index: 10
|
|
Item: Meteor_10_Scroll_Box
|
|
Rate: 1500
|
|
- Index: 11
|
|
Item: Mysterious_Travel_Sack3
|
|
Rate: 1600
|
|
- Index: 12
|
|
Item: Wind_Walk_10_Scroll_Box
|
|
Rate: 1800
|
|
- Index: 13
|
|
Item: Wrapped_Mask
|
|
Rate: 2004
|
|
- Group: GEMI_DIADEM_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gemi_Diadem_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: GEMSTONE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Gemstone
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Red_Gemstone
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Blue_Gemstone
|
|
Rate: 1
|
|
- Group: GIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Pet_Food
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Gift_Box
|
|
Rate: 19
|
|
- Index: 14
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Rouge
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Glass_Bead
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Baphomet_Doll
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Osiris_Doll
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Girl's_Diary
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 1
|
|
- Group: GIFTBOXCHINA
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Honey
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Leaflet_Of_Hinal
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Leaflet_Of_Aloe
|
|
Rate: 2
|
|
- Index: 9
|
|
Item: Panacea
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Old_Blue_Box
|
|
Rate: 40
|
|
- Index: 14
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 9
|
|
- Index: 15
|
|
Item: Anodyne
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Aloebera
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Portable_Furnace
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: Iron_Hammer
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Golden_Hammer
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Oridecon_Hammer
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Ora_Ora
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Animal_Blood
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Hinalle
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Aloe
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Singing_Plant
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Ment
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Illusion_Flower
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Yellow_Gemstone
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Red_Gemstone
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Blue_Gemstone
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Jellopy
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Garlet
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Scell
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: Zargon
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: Orcish_Voucher
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: Mementos
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: Voucher_Of_Orcish_Hero
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: Detrimindexta
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: Karvodailnirol
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: Counteragent
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: Mixture
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: Anvil
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: Oridecon_Anvil
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: Golden_Anvil
|
|
Rate: 1
|
|
- Index: 90
|
|
Item: Emperium_Anvil
|
|
Rate: 1
|
|
- Index: 91
|
|
Item: Boody_Red
|
|
Rate: 1
|
|
- Index: 92
|
|
Item: Crystal_Blue
|
|
Rate: 1
|
|
- Index: 93
|
|
Item: Wind_Of_Verdure
|
|
Rate: 1
|
|
- Index: 94
|
|
Item: Yellow_Live
|
|
Rate: 1
|
|
- Index: 95
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 96
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 97
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 98
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 99
|
|
Item: Iron
|
|
Rate: 1
|
|
- Index: 100
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 101
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 102
|
|
Item: Sparkling_Dust
|
|
Rate: 1
|
|
- Index: 103
|
|
Item: Iron_Ore
|
|
Rate: 1
|
|
- Index: 104
|
|
Item: Coal
|
|
Rate: 1
|
|
- Index: 105
|
|
Item: Patriotism_Marks
|
|
Rate: 1
|
|
- Index: 106
|
|
Item: Hammer_Of_Blacksmith
|
|
Rate: 1
|
|
- Index: 107
|
|
Item: Old_Magic_Book
|
|
Rate: 1
|
|
- Index: 108
|
|
Item: Penetration
|
|
Rate: 1
|
|
- Index: 109
|
|
Item: Frozen_Heart
|
|
Rate: 1
|
|
- Index: 110
|
|
Item: Sacred_Marks
|
|
Rate: 1
|
|
- Index: 111
|
|
Item: Phracon
|
|
Rate: 1
|
|
- Index: 112
|
|
Item: Emveretarcon
|
|
Rate: 1
|
|
- Index: 113
|
|
Item: Booby_Trap
|
|
Rate: 1
|
|
- Index: 114
|
|
Item: Sword_
|
|
Rate: 1
|
|
- Index: 115
|
|
Item: Falchion_
|
|
Rate: 1
|
|
- Index: 116
|
|
Item: Blade_
|
|
Rate: 1
|
|
- Index: 117
|
|
Item: Lapier_
|
|
Rate: 1
|
|
- Index: 118
|
|
Item: Scimiter_
|
|
Rate: 1
|
|
- Index: 119
|
|
Item: Katana_
|
|
Rate: 1
|
|
- Index: 120
|
|
Item: Tsurugi_
|
|
Rate: 1
|
|
- Index: 121
|
|
Item: Ring_Pommel_Saber_
|
|
Rate: 1
|
|
- Index: 122
|
|
Item: Saber_
|
|
Rate: 1
|
|
- Index: 123
|
|
Item: Hae_Dong_Gum_
|
|
Rate: 1
|
|
- Index: 124
|
|
Item: Flamberge
|
|
Rate: 1
|
|
- Index: 125
|
|
Item: Slayer_
|
|
Rate: 1
|
|
- Index: 126
|
|
Item: Bastard_Sword_
|
|
Rate: 1
|
|
- Index: 127
|
|
Item: Two_Hand_Sword_
|
|
Rate: 1
|
|
- Index: 128
|
|
Item: Broad_Sword_
|
|
Rate: 1
|
|
- Index: 129
|
|
Item: Claymore
|
|
Rate: 1
|
|
- Index: 130
|
|
Item: Knife_
|
|
Rate: 1
|
|
- Index: 131
|
|
Item: Cutter_
|
|
Rate: 1
|
|
- Index: 132
|
|
Item: Main_Gauche_
|
|
Rate: 1
|
|
- Index: 133
|
|
Item: Dirk_
|
|
Rate: 1
|
|
- Index: 134
|
|
Item: Dagger_
|
|
Rate: 1
|
|
- Index: 135
|
|
Item: Stiletto_
|
|
Rate: 1
|
|
- Index: 136
|
|
Item: Gladius_
|
|
Rate: 1
|
|
- Index: 137
|
|
Item: Damascus_
|
|
Rate: 1
|
|
- Index: 138
|
|
Item: Jur_
|
|
Rate: 1
|
|
- Index: 139
|
|
Item: Katar_
|
|
Rate: 1
|
|
- Index: 140
|
|
Item: Jamadhar_
|
|
Rate: 1
|
|
- Index: 141
|
|
Item: Axe_
|
|
Rate: 1
|
|
- Index: 142
|
|
Item: Battle_Axe_
|
|
Rate: 1
|
|
- Index: 143
|
|
Item: Hammer_
|
|
Rate: 1
|
|
- Index: 144
|
|
Item: Buster_
|
|
Rate: 1
|
|
- Index: 145
|
|
Item: Two_Handed_Axe_
|
|
Rate: 1
|
|
- Index: 146
|
|
Item: Javelin_
|
|
Rate: 1
|
|
- Index: 147
|
|
Item: Spear_
|
|
Rate: 1
|
|
- Index: 148
|
|
Item: Pike_
|
|
Rate: 1
|
|
- Index: 149
|
|
Item: Lance
|
|
Rate: 1
|
|
- Index: 150
|
|
Item: Guisarme_
|
|
Rate: 1
|
|
- Index: 151
|
|
Item: Glaive_
|
|
Rate: 1
|
|
- Index: 152
|
|
Item: Partizan_
|
|
Rate: 1
|
|
- Index: 153
|
|
Item: Trident_
|
|
Rate: 1
|
|
- Index: 154
|
|
Item: Halberd_
|
|
Rate: 1
|
|
- Index: 155
|
|
Item: Club_
|
|
Rate: 1
|
|
- Index: 156
|
|
Item: Mace_
|
|
Rate: 1
|
|
- Index: 157
|
|
Item: Smasher_
|
|
Rate: 1
|
|
- Index: 158
|
|
Item: Flail_
|
|
Rate: 1
|
|
- Index: 159
|
|
Item: Morning_Star_
|
|
Rate: 1
|
|
- Index: 160
|
|
Item: Sword_Mace_
|
|
Rate: 1
|
|
- Index: 161
|
|
Item: Chain_
|
|
Rate: 1
|
|
- Index: 162
|
|
Item: Book
|
|
Rate: 1
|
|
- Index: 163
|
|
Item: Bible
|
|
Rate: 1
|
|
- Index: 164
|
|
Item: Rod_
|
|
Rate: 1
|
|
- Index: 165
|
|
Item: Wand_
|
|
Rate: 1
|
|
- Index: 166
|
|
Item: Staff_
|
|
Rate: 1
|
|
- Index: 167
|
|
Item: Arc_Wand_
|
|
Rate: 1
|
|
- Index: 168
|
|
Item: Mighty_Staff
|
|
Rate: 1
|
|
- Index: 169
|
|
Item: Bow_
|
|
Rate: 1
|
|
- Index: 170
|
|
Item: Composite_Bow_
|
|
Rate: 1
|
|
- Index: 171
|
|
Item: CrossBow_
|
|
Rate: 1
|
|
- Index: 172
|
|
Item: Arbalest
|
|
Rate: 1
|
|
- Index: 173
|
|
Item: Kakkung
|
|
Rate: 1
|
|
- Index: 174
|
|
Item: Hunter_Bow
|
|
Rate: 1
|
|
- Index: 175
|
|
Item: Bow_Of_Roguemaster
|
|
Rate: 1
|
|
- Index: 176
|
|
Item: Guard_
|
|
Rate: 1
|
|
- Index: 177
|
|
Item: Buckler_
|
|
Rate: 1
|
|
- Index: 178
|
|
Item: Shield_
|
|
Rate: 1
|
|
- Index: 179
|
|
Item: Mirror_Shield_
|
|
Rate: 1
|
|
- Index: 180
|
|
Item: Fancy_Flower
|
|
Rate: 1
|
|
- Index: 181
|
|
Item: Ribbon_
|
|
Rate: 1
|
|
- Index: 182
|
|
Item: Cat_Hairband
|
|
Rate: 1
|
|
- Index: 183
|
|
Item: Flower_Hairband
|
|
Rate: 1
|
|
- Index: 184
|
|
Item: Biretta_
|
|
Rate: 1
|
|
- Index: 185
|
|
Item: Hat_
|
|
Rate: 1
|
|
- Index: 186
|
|
Item: Turban_
|
|
Rate: 1
|
|
- Index: 187
|
|
Item: Goggle_
|
|
Rate: 1
|
|
- Index: 188
|
|
Item: Cap_
|
|
Rate: 1
|
|
- Index: 189
|
|
Item: Helm_
|
|
Rate: 1
|
|
- Index: 190
|
|
Item: Gemmed_Sallet_
|
|
Rate: 1
|
|
- Index: 191
|
|
Item: Circlet_
|
|
Rate: 1
|
|
- Index: 192
|
|
Item: Santa's_Hat
|
|
Rate: 1
|
|
- Index: 193
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 1
|
|
- Index: 194
|
|
Item: Coronet
|
|
Rate: 1
|
|
- Index: 195
|
|
Item: Fillet
|
|
Rate: 1
|
|
- Index: 196
|
|
Item: Snowy_Horn
|
|
Rate: 1
|
|
- Index: 197
|
|
Item: Sharp_Gear
|
|
Rate: 1
|
|
- Index: 198
|
|
Item: Pierrot_Nose
|
|
Rate: 1
|
|
- Index: 199
|
|
Item: Gangster_Patch
|
|
Rate: 1
|
|
- Index: 200
|
|
Item: Ganster_Mask
|
|
Rate: 1
|
|
- Index: 201
|
|
Item: Centimental_Flower
|
|
Rate: 1
|
|
- Index: 202
|
|
Item: Centimental_Leaf
|
|
Rate: 1
|
|
- Index: 203
|
|
Item: Jack_A_Dandy
|
|
Rate: 1
|
|
- Index: 204
|
|
Item: Stop_Post
|
|
Rate: 1
|
|
- Index: 205
|
|
Item: Doctor_Cap
|
|
Rate: 1
|
|
- Index: 206
|
|
Item: Red_Bandana
|
|
Rate: 1
|
|
- Index: 207
|
|
Item: Eagle_Eyes
|
|
Rate: 1
|
|
- Index: 208
|
|
Item: Bomb_Wick
|
|
Rate: 1
|
|
- Index: 209
|
|
Item: Antler
|
|
Rate: 1
|
|
- Index: 210
|
|
Item: Pirate_Bandana
|
|
Rate: 1
|
|
- Index: 211
|
|
Item: Poo_Poo_Hat
|
|
Rate: 1
|
|
- Index: 212
|
|
Item: Funeral_Costume
|
|
Rate: 1
|
|
- Index: 213
|
|
Item: Masquerade
|
|
Rate: 1
|
|
- Index: 214
|
|
Item: Pretend_Murdered
|
|
Rate: 1
|
|
- Index: 215
|
|
Item: Star_Dust
|
|
Rate: 1
|
|
- Index: 216
|
|
Item: Blinker
|
|
Rate: 1
|
|
- Index: 217
|
|
Item: Binoculars
|
|
Rate: 1
|
|
- Index: 218
|
|
Item: Green_Feeler
|
|
Rate: 1
|
|
- Index: 219
|
|
Item: Viking_Helm
|
|
Rate: 1
|
|
- Index: 220
|
|
Item: Cotton_Shirt_
|
|
Rate: 1
|
|
- Index: 221
|
|
Item: Leather_Jacket_
|
|
Rate: 1
|
|
- Index: 222
|
|
Item: Adventurere's_Suit_
|
|
Rate: 1
|
|
- Index: 223
|
|
Item: Mantle_
|
|
Rate: 1
|
|
- Index: 224
|
|
Item: Coat_
|
|
Rate: 1
|
|
- Index: 225
|
|
Item: Mink_Coat
|
|
Rate: 1
|
|
- Index: 226
|
|
Item: Padded_Armor_
|
|
Rate: 1
|
|
- Index: 227
|
|
Item: Chain_Mail_
|
|
Rate: 1
|
|
- Index: 228
|
|
Item: Plate_Armor_
|
|
Rate: 1
|
|
- Index: 229
|
|
Item: Silk_Robe_
|
|
Rate: 1
|
|
- Index: 230
|
|
Item: Scapulare_
|
|
Rate: 1
|
|
- Index: 231
|
|
Item: Saint_Robe_
|
|
Rate: 1
|
|
- Index: 232
|
|
Item: Wooden_Mail_
|
|
Rate: 1
|
|
- Index: 233
|
|
Item: Tights_
|
|
Rate: 1
|
|
- Index: 234
|
|
Item: Silver_Robe_
|
|
Rate: 1
|
|
- Index: 235
|
|
Item: Thief_Clothes_
|
|
Rate: 1
|
|
- Index: 236
|
|
Item: Ninja_Suit
|
|
Rate: 1
|
|
- Index: 237
|
|
Item: G_Strings
|
|
Rate: 1
|
|
- Index: 238
|
|
Item: Sandals_
|
|
Rate: 1
|
|
- Index: 239
|
|
Item: Shoes_
|
|
Rate: 1
|
|
- Index: 240
|
|
Item: Chrystal_Pumps
|
|
Rate: 1
|
|
- Index: 241
|
|
Item: Cuffs
|
|
Rate: 1
|
|
- Index: 242
|
|
Item: Spiky_Heel
|
|
Rate: 1
|
|
- Index: 243
|
|
Item: Hood_
|
|
Rate: 1
|
|
- Index: 244
|
|
Item: Muffler_
|
|
Rate: 1
|
|
- Index: 245
|
|
Item: Manteau_
|
|
Rate: 1
|
|
- Index: 246
|
|
Item: Cape_Of_Ancient_Lord
|
|
Rate: 1
|
|
- Index: 247
|
|
Item: Ragamuffin_Cape
|
|
Rate: 1
|
|
- Index: 248
|
|
Item: Ring
|
|
Rate: 1
|
|
- Index: 249
|
|
Item: Earring
|
|
Rate: 1
|
|
- Index: 250
|
|
Item: Necklace
|
|
Rate: 1
|
|
- Index: 251
|
|
Item: Glove
|
|
Rate: 1
|
|
- Index: 252
|
|
Item: Brooch
|
|
Rate: 1
|
|
- Index: 253
|
|
Item: Clip
|
|
Rate: 1
|
|
- Index: 254
|
|
Item: Rosary
|
|
Rate: 1
|
|
- Index: 255
|
|
Item: Skul_Ring
|
|
Rate: 1
|
|
- Index: 256
|
|
Item: Gold_Ring
|
|
Rate: 1
|
|
- Index: 257
|
|
Item: Silver_Ring
|
|
Rate: 1
|
|
- Index: 258
|
|
Item: Flower_Ring
|
|
Rate: 1
|
|
- Index: 259
|
|
Item: Diamond_Ring
|
|
Rate: 1
|
|
- Index: 260
|
|
Item: Safety_Helmet
|
|
Rate: 1
|
|
- Index: 261
|
|
Item: Indian_Hair_Piece
|
|
Rate: 1
|
|
- Index: 262
|
|
Item: Fin_Helm
|
|
Rate: 1
|
|
- Index: 263
|
|
Item: Egg_Shell
|
|
Rate: 2
|
|
- Group: GIFTBOX_1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Pet_Food
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Gift_Box
|
|
Rate: 19
|
|
- Index: 14
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Rouge
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Glass_Bead
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Baphomet_Doll
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Osiris_Doll
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Girl's_Diary
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 1
|
|
- Group: GIFTBOX_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Pet_Food
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Gift_Box
|
|
Rate: 19
|
|
- Index: 14
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Rouge
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Glass_Bead
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Baphomet_Doll
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Osiris_Doll
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Girl's_Diary
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 1
|
|
- Group: GIFTBOX_3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Pet_Food
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Gift_Box
|
|
Rate: 19
|
|
- Index: 14
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Rouge
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Glass_Bead
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Baphomet_Doll
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Osiris_Doll
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Girl's_Diary
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 1
|
|
- Group: GIFTBOX_4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Royal_Jelly
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Candy
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Candy_Striper
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Pet_Food
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Well_Baked_Cookie
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Piece_Of_Cake
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Gift_Box
|
|
Rate: 19
|
|
- Index: 14
|
|
Item: Four_Leaf_Clover
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Dark_Red_Jewel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Violet_Jewel
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Skyblue_Jewel
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Azure_Jewel
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Scarlet_Jewel
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Cardinal_Jewel
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Cardinal_Jewel_
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Red_Jewel
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Blue_Jewel
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: White_Jewel
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Golden_Jewel
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Crystal_Jewel
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Crystal_Jewel_
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Crystal_Jewel___
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Red_Frame
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Blue_Porcelain
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: White_Platter
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Black_Ladle
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Pencil_Case
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Rouge
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stuffed_Doll
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Poring_Doll
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Chonchon_Doll
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Spore_Doll
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Wedding_Bouquet
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Glass_Bead
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Crystal_Mirror
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Frozen_Rose
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Baphomet_Doll
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Osiris_Doll
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Grasshopper_Doll
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: Monkey_Doll
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: Raccoondog_Doll
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: Orange_Dyestuffs
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: Violet_Dyestuffs
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: White_Dyestuffs
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: Black_Dyestuffs
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: Girl's_Diary
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: Poring__Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 1
|
|
- Group: GIFT_BUFF_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Small_Life_Potion
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 5
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: E_Vit_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: E_Str_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: E_Agi_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: E_Int_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: E_Dex_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: E_Luk_Dish10_
|
|
Rate: 10
|
|
Amount: 2
|
|
- Group: GIFT_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Seed_Of_Yggdrasil
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: GM_Handwriting
|
|
- Group: GLORY_FB_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Glory_FB_Hat
|
|
Duration: 1440
|
|
- Group: GLOVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Glove_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GM_WARP_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Wing_Of_Fly
|
|
Rate: 155
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Wing_Of_Butterfly
|
|
Rate: 155
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Warp_Free_Ticket
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: WOB_Rune
|
|
Rate: 140
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: WOB_Schwaltz
|
|
Rate: 140
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: WOB_Rachel
|
|
Rate: 130
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: WOB_Local
|
|
Rate: 130
|
|
Amount: 3
|
|
- Group: GOD_MATERIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Jewel_Of_Prayer
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Iron_Glove
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Iron_Maiden
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Mystery_Wheel
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: Silver_Fancy
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: Anger_Of_Valkurye
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Feather_Of_Angel
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Foot_Step_Of_Cat
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: Beard_Of_Women
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Root_Of_Stone
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: Soul_Of_Fish
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: Saliva_Of_Bird
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Tendon_Of_Bear
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: Symbol_Of_Sun
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: Breath_Of_Soul
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: Crystal_Of_Snow
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: Indication_Of_Tempest
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: Slilince_Wave
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: Rough_Billows
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: Air_Stream
|
|
Rate: 5
|
|
- Group: GOOD_STUDENT_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Adv_Angel_School_Cap
|
|
- Index: 1
|
|
Item: Red_Pencil_In_Mouth
|
|
- Index: 2
|
|
Item: School_Uniform
|
|
- Index: 3
|
|
Item: Songpyun_Box50
|
|
- Index: 4
|
|
Item: Insurance
|
|
Amount: 5
|
|
- Group: GREENBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Chocolate_Drink
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Yggdrasilberry
|
|
Rate: 99
|
|
- Index: 2
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Puppy_Hat
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Fire_Cracker
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Str_Dish10
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Int_Dish10
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Vit_Dish10
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Agi_Dish10
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Dex_Dish10
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Luk_Dish10
|
|
Rate: 100
|
|
- Group: HAIRTAIL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hairtail
|
|
Duration: 60
|
|
- Group: HAIRTAIL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hairtail
|
|
Duration: 10080
|
|
- Group: HALLOWEEN_G_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Pumpkin
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Pumpkin_Cake
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Pumpkin_Pie
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Candy
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Candy_Striper
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Guarana_Candy
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: Piece_Of_Cake
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: C_Gloomy_Pumpkin_Hat
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: C_Cube_Mask_
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: C_Lude_Mask
|
|
Rate: 30
|
|
- Index: 10
|
|
Item: C_Witchs_Hat
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: C_Adv_Whisper_Mask
|
|
Rate: 5
|
|
- Group: HALLOW_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hallow_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: HALLO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Witchs_Hat
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: Red_Deviruchi_Cap
|
|
Rate: 350
|
|
- Index: 2
|
|
Item: Insurance_Package
|
|
Rate: 1350
|
|
- Index: 3
|
|
Item: Charm_Of_Happiness
|
|
Rate: 1350
|
|
- Index: 4
|
|
Item: Magic_Card_Album
|
|
Rate: 220
|
|
- Index: 5
|
|
Item: Holy_Celestial_Axe_Box
|
|
Rate: 330
|
|
- Index: 6
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 1350
|
|
- Index: 7
|
|
Item: Shadow_Armor_S_Box30
|
|
Rate: 600
|
|
- Index: 8
|
|
Item: Alice_Scroll
|
|
Rate: 1350
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: Ticket_Loli_Ruri
|
|
Rate: 1350
|
|
- Index: 10
|
|
Item: Teddy_Bear_Card
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Hallow_Ring_Box
|
|
Rate: 1300
|
|
- Index: 12
|
|
Item: Zherlthsh_Mask
|
|
Rate: 140
|
|
- Index: 13
|
|
Item: HE_Battle_Manual
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: Zeny_Scroll
|
|
Rate: 100
|
|
Amount: 30
|
|
- Group: HAPPY_TIME_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Bakonawa_Tattoo
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: RTC_2nd_Headgear
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Archangel_Wing
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Alicel_Drooping_Doll
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Boitata_Armor
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: Observer
|
|
Rate: 359
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Randgris_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: HARD_CORE_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Insurance
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: HEART_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orleans_Glove
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wool_Scarf
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Red_Glasses
|
|
Rate: 15
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Str_Dish08
|
|
Rate: 200
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vit_Dish10
|
|
Rate: 200
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Spiritual_Ring
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Agi_Dish09
|
|
Rate: 200
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Scarf_Belt
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Lesser_Elemental_Ring
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Luk_Dish07
|
|
Rate: 200
|
|
Amount: 8
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Lion_Mask
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fur_Hat
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Ulle_Cap
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Valkyrie_Feather_Band
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Winter_Hat
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Chullos
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Group: HEAVEN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1200
|
|
- Index: 1
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 280
|
|
- Index: 2
|
|
Item: SP_Increase_PotionL
|
|
Rate: 1200
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 850
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Accuracy_30_Scroll
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1075
|
|
- Index: 7
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Enriched_Oridecon_Box
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Convex_Mirror_Box
|
|
Rate: 896
|
|
- Index: 10
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1200
|
|
- Index: 11
|
|
Item: Tw_Frog_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Carrot_In_Mouth
|
|
Rate: 78
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Puppy_Ears_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Powder_Snow_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Green_Apple_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Enchant_Book
|
|
Rate: 100
|
|
Announced: true
|
|
- Group: HEN_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Chicken_Beak
|
|
- Index: 1
|
|
Item: Cocks_Comb
|
|
- Group: HERB
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Herb
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Yellow_Herb
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: White_Herb
|
|
Rate: 1
|
|
- Group: HERO_MIDGARD_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Garuda_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Linguistic_Book_Cap
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Bubble_Gum_In_Mouth
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Idn_Sakkat
|
|
Rate: 109
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Filir_Wing
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Valkyrie_Circlet
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Rose_Cascade
|
|
Rate: 159
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Randgris_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: HIGH_COIN_POCKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Agrade_Coin
|
|
Rate: 100
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Mora_Coin
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Bgrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Mora_Coin
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- Group: HOLY_EGG_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon
|
|
Rate: 4
|
|
- Index: 1
|
|
Item: Elunium
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: White_Slim_Potion
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: Yggdrasilberry
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: Old_Card_Album
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: Drooping_Bunny
|
|
Rate: 1
|
|
- Group: HOLY_SPIRIT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Agi_Dish_Box
|
|
Rate: 1300
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: HE_Battle_Manual
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1200
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1150
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1076
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 225
|
|
- Index: 9
|
|
Item: Shaving_Cream
|
|
Rate: 225
|
|
- Index: 10
|
|
Item: Teardrop
|
|
Rate: 225
|
|
- Index: 11
|
|
Item: Velum_Bible
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Gungnir_
|
|
Rate: 175
|
|
- Index: 13
|
|
Item: Giant_Shield
|
|
Rate: 200
|
|
- Index: 14
|
|
Item: Full_Moon
|
|
Rate: 150
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Upd_Maya_Puple_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: HOMETOWNGIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Korea_Rice_Cake
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Sesame_Pastry
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Honey_Pastry
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Rainbow_Cake
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Plain_Rice_Cake
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Hearty_Rice_Cake
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Salty_Rice_Cake
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lucky_Rice_Cake
|
|
Rate: 1
|
|
- Group: HORNED_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Load_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Atroce_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Black_Devil_Mask_
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Horn_Of_Ancient
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Love_Rabbit_Hood
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Remover_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Inccubus_Horn
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Horn_Of_Succubus
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Majestic_Evil_Horn
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: F_Clover_Box_Mouth4
|
|
Rate: 950
|
|
- Index: 13
|
|
Item: All_In_One_Ring_Box
|
|
Rate: 169
|
|
- Index: 14
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 250
|
|
- Index: 15
|
|
Item: Boarding_Halter_Box
|
|
Rate: 550
|
|
- Index: 16
|
|
Item: Convex_Mirror_Box5
|
|
Rate: 800
|
|
- Index: 17
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1200
|
|
- Index: 18
|
|
Item: Underripe_Yggseed
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 19
|
|
Item: Psychic_ArmorS
|
|
Rate: 1250
|
|
Amount: 5
|
|
- Index: 20
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1500
|
|
- Index: 21
|
|
Item: Dead_Tree_Branch_Box2
|
|
Rate: 1500
|
|
- Group: IDN_HEART_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 1
|
|
Item: Variant_Shoes
|
|
Rate: 101
|
|
Announced: true
|
|
- Index: 2
|
|
Item: B_Dragon_Hat
|
|
Rate: 199
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 99
|
|
- Index: 4
|
|
Item: Maya_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Imp_Pet_Coupon
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Mask_Of_Ifrit
|
|
Rate: 101
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 499
|
|
- Index: 8
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Insurance_Package
|
|
Rate: 1400
|
|
- Index: 10
|
|
Item: Job_Manual50_Box
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: Unbreak_Def_Box
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Gril's_Naivety
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Small_Life_Potion_Box50
|
|
Rate: 1200
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_6Up
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Guarantee_Armor_6Up
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Group: IDN_LEGEND_HERO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1220
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 950
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1109
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Ancient_Gold_Deco
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Jormungand
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Hervor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Silversmith_Bracelet
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: New_Wave_Sunglasses_
|
|
Rate: 350
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Volcano_Knife
|
|
Rate: 370
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: IDN_WISDOM_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter_Box
|
|
Rate: 1400
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Megaphone_Box
|
|
Rate: 1400
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Str_Dish_Box
|
|
Rate: 1200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Dex_Dish_Box
|
|
Rate: 1200
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vit_Dish_Box
|
|
Rate: 1200
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1200
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Storm_10_Scroll_Box
|
|
Rate: 1200
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Guyak_Pudding
|
|
Rate: 500
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Asara_Fairy_Hat
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 99
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Gang_Scarf
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Neuralizer
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: IDRO10TH_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angeling_Potion
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: Battle_Manual_Box
|
|
Rate: 1300
|
|
- Index: 3
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1200
|
|
- Index: 4
|
|
Item: Int_Dish_Box
|
|
Rate: 1100
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Spark_Candy_Box10
|
|
Rate: 800
|
|
- Index: 7
|
|
Item: Fidelity_Necklace
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Unbreak_Def_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Choco_Stick_In_Mouth
|
|
Rate: 439
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Dark_Book
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Black_Shiba_Inu_Hat
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Stretched_Nose_M
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Lord_of_Death
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_MoonStar_Accessory
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 16
|
|
Item: C_World_Star
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Galaxy_Circlet
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Turtle_General_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: ILLUSION_NOTHING
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Songpyun_Box50
|
|
Rate: 1534
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guyak_Pudding
|
|
Rate: 1500
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish_Box
|
|
Rate: 1500
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Vit_Dish_Box
|
|
Rate: 1500
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Diabolic_Scroll
|
|
Rate: 1500
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1500
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Sealed_Tao_Card
|
|
Rate: 1
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 500
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Syringe_In_Mouth
|
|
Rate: 100
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Singing_Bird
|
|
Rate: 130
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Round_Eyes
|
|
Rate: 100
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Cat_Hat
|
|
Rate: 70
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Weather_Report_Box
|
|
Rate: 5
|
|
Announced: true
|
|
UniqueId: true
|
|
- Group: IMMORTAL_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Hero_Helm
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Ancient_Elven_Ear
|
|
Rate: 74
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Card_Album
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Wind_Walk_10_Scroll_Box
|
|
Rate: 1100
|
|
- Index: 5
|
|
Item: Angelic_Ring
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Regeneration_Potion
|
|
Rate: 900
|
|
- Index: 7
|
|
Item: Wander_Man_Box10
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: Dex_Dish_Box
|
|
Rate: 1100
|
|
- Index: 9
|
|
Item: Unbreak_Def_Box
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Job_Manual50_Box
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Kafra_Card_Box
|
|
Rate: 1200
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Small_Life_Potion_Box50
|
|
Rate: 1100
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_6Up
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Group: IMORTAL_MIDGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Glory_FB_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Cool_FB_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: RJC_Katusa
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_World_Star
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Tare_Pope_
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Immuned_Shield
|
|
Rate: 189
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: IMPROVED_COIN_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Manuk_Coin
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Mora_Coin
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: Agrade_Coin
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Bgrade_Coin
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: Cgrade_Coin
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Malang_Sp_Can
|
|
Rate: 8
|
|
- Group: INDIGO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1150
|
|
- Index: 1
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 1150
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 1250
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1200
|
|
- Index: 4
|
|
Item: Job_Manual50_Box
|
|
Rate: 1000
|
|
- Index: 5
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: Enriched_Oridecon_Box
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Cloth_Dye_Coupon_Box
|
|
Rate: 600
|
|
- Index: 9
|
|
Item: Psychic_ArmorS
|
|
Rate: 1138
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Fan_In_Mouth
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: SLD_Dark_Snake_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Pharaoh_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: RWC_Memory_Staff
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Bird_Nest_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Monkey_On_Fur_Hat
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Deviling_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Group: INFILTRATOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infiltrator_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: INK_BALL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_Med_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: E_Red_Booster
|
|
Rate: 300
|
|
- Index: 3
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 300
|
|
- Index: 4
|
|
Item: Comp_Power_Booster
|
|
Rate: 300
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Rate: 300
|
|
- Index: 6
|
|
Item: 2009_Rice_Cake_Soup
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Octupus_Leg
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: Choco_Tteokguk
|
|
Rate: 3900
|
|
- Index: 9
|
|
Item: Sesame_Pastry
|
|
Rate: 1400
|
|
- Index: 10
|
|
Item: Honey_Pastry
|
|
Rate: 1400
|
|
- Group: INSECTICIDE_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Insecticide_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: INTERMEDIATE_COIN_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Manuk_Coin
|
|
Rate: 4
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 4
|
|
- Index: 2
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 4
|
|
- Index: 3
|
|
Item: Mora_Coin
|
|
Rate: 4
|
|
- Index: 4
|
|
Item: Bgrade_Coin
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Cgrade_Coin
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: Dgrade_Coin
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Malang_Sp_Can
|
|
Rate: 9
|
|
- Group: JEWEL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Gemstone
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Red_Gemstone
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Blue_Gemstone
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Dark_Red_Jewel
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Violet_Jewel
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Skyblue_Jewel
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Azure_Jewel
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Scarlet_Jewel
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Cardinal_Jewel
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Cardinal_Jewel_
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Red_Jewel
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Blue_Jewel
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: White_Jewel
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Golden_Jewel
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Crystal_Jewel
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: Crystal_Jewel_
|
|
Rate: 4
|
|
- Index: 17
|
|
Item: Crystal_Jewel__
|
|
Rate: 3
|
|
- Index: 18
|
|
Item: Crystal_Jewel___
|
|
Rate: 27
|
|
- Index: 19
|
|
Item: Glass_Bead
|
|
Rate: 50
|
|
- Group: JE_UN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1500
|
|
- Index: 1
|
|
Item: Vit_Dish_Box
|
|
Rate: 1450
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: Battle_Manual_Box
|
|
Rate: 1450
|
|
- Index: 4
|
|
Item: Anger_Seagod
|
|
Rate: 1450
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Dex_Dish_Box
|
|
Rate: 1500
|
|
- Index: 6
|
|
Item: Unbreak_Def_Box
|
|
Rate: 144
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Ribbon_Chef_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Strawberry_In_Mouth
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_MoonStar_Accessory
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Rune_Hairband
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Stretched_Nose_M
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Galaxy_Circlet
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Drake_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: JUICE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Apple_Juice
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Banana_Juice
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Carrot_Juice
|
|
Rate: 1
|
|
- Group: JULY7_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Heart_Hair_Pin
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Alice_Doll
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Fire_Cracker_Love
|
|
Rate: 180
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Guyak_Pudding
|
|
Rate: 121
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Magic_Card_Album
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tirfing_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: New_Style_Box
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: B_Eremes_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Headset_OST
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Cute_Strawberry_Choco
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Lovely_Choco_Tart
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: JULY_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Lady_Tanee_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Turtle_General_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Red_Baby_Dragon
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Excelion_Leg
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Unbreakable_Weap
|
|
Rate: 429
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Unbreakable_Def
|
|
Rate: 429
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1190
|
|
- Index: 15
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 17
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 18
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 19
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Index: 20
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1130
|
|
Amount: 20
|
|
- Group: JUNG_BI_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1300
|
|
- Index: 1
|
|
Item: Int_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1300
|
|
- Index: 3
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Agi_Dish_Box
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Convex_Mirror_Box
|
|
Rate: 1200
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 484
|
|
- Index: 8
|
|
Item: Dark_Book
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Alicel_Drooping_Doll
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Candy_Hat
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Honeybee_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Rainbow
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Majestic_Evil_Horn
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Anemos_Mask
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Fidelity_Necklace
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Mistress_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: KAISER_KNUCKLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kaiser_Knuckle_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: KITTY_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Drooping_Kitty
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blue_Drooping_Kitty
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Pink_Drooping_Kitty
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Yellow_Drooping_Kitty
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gray_Drooping_Kitty
|
|
UniqueId: true
|
|
- Group: LASTANGEL_LUCKYSCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Moon_Eyepatch
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: C_Classical_Fhat
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Vajra
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Chatty_Parrot
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Ifrit_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: LEO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Wind_Sprits_Armor
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Skin_Of_Ventus
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Satanic_Chain_P
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Leo_Crown
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Leo_Diadem
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Angeling_Wanna_Fly
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: F_Clover_Box_Mouth4
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guyak_Pudding
|
|
Rate: 700
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Siroma_Icetea_To_Throw
|
|
Rate: 900
|
|
- Index: 11
|
|
Item: Siegfried_Box5
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: HE_Battle_Manual
|
|
Rate: 1700
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Regeneration_Box5
|
|
Rate: 1600
|
|
- Index: 14
|
|
Item: Zeny_Scroll
|
|
Rate: 1400
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1300
|
|
- Index: 16
|
|
Item: Vermilion_10_Scroll_Box
|
|
Rate: 500
|
|
- Group: LEVEL_UP_BOX100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: 110LVUP
|
|
- Group: LEVEL_UP_BOX120
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 4
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: 130LVUP
|
|
- Group: LEVEL_UP_BOX130
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: 140LVUP
|
|
- Group: LEVEL_UP_BOX140
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Comp_Power_Booster
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: Comp_Almighty
|
|
Amount: 15
|
|
- Index: 4
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 15
|
|
- Index: 5
|
|
Item: 150LVUP
|
|
- Group: LEVEL_UP_BOX150
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 15
|
|
- Index: 5
|
|
Item: 160LVUP
|
|
- Group: LEVEL_UP_BOX160
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 15
|
|
- Index: 2
|
|
Item: Comp_Almighty
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_8Up
|
|
- Index: 5
|
|
Item: 175LVUP
|
|
- Group: LIBRA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: B_Katrinn_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Earth_Sprits_Armor_
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Bravery_Bag
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Libra_Crown
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Libra_Diadem
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Angeling_Hairpin
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Magic_Card_Album
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Orc_LoadS_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Boarding_Halter_Box
|
|
Rate: 600
|
|
- Index: 10
|
|
Item: HE_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 4
|
|
- Index: 12
|
|
Item: Light_White_Pot_Box
|
|
Rate: 1200
|
|
- Index: 13
|
|
Item: 17Carat_Dia
|
|
Rate: 1300
|
|
- Index: 14
|
|
Item: Drocera_Herb_Stew
|
|
Rate: 1700
|
|
- Index: 15
|
|
Item: Branch_Of_Dead_Tree_Box
|
|
Rate: 2500
|
|
- Group: LIFE_RIBBON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: LIFE_RIBBON_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: LIFE_RIBBON_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: LORD_CIRCLET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lord_Circlet_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: LOTTOBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto31
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto32
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto33
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto34
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto35
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lotto36
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lotto37
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lotto38
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Lotto39
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Lotto40
|
|
Rate: 1
|
|
- Group: LOTTOBOX1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto01
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto02
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto03
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto04
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto05
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lotto06
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lotto07
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lotto08
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Lotto09
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Lotto10
|
|
Rate: 1
|
|
- Group: LOTTOBOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto11
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto12
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto13
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto14
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto15
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lotto16
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lotto17
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lotto18
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Lotto19
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Lotto20
|
|
Rate: 1
|
|
- Group: LOTTOBOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto21
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto22
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto23
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto24
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto25
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lotto26
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lotto27
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lotto28
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Lotto29
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Lotto30
|
|
Rate: 1
|
|
- Group: LOTTOBOX4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto31
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto32
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto33
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto34
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto35
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lotto36
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lotto37
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Lotto38
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Lotto39
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Lotto40
|
|
Rate: 1
|
|
- Group: LOTTOBOX5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lotto41
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Lotto42
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Lotto43
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Lotto44
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lotto45
|
|
Rate: 1
|
|
- Group: LOUISE_COSTUME_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Bag
|
|
Rate: 18
|
|
- Index: 1
|
|
Item: Cool_Summer_Outfit
|
|
Rate: 2
|
|
- Group: LOVELY_AQUARIUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lovely_Aquarius_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: LOVELY_AQUARIUS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bradium_Brooch
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Neuralizer_Box
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sleepr_Hat
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Aquarius_Crown
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Tucan_Hat_Box
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: GhostringS
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Mysterious_Dyestuff
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Spark_Candy_Box5
|
|
Rate: 140
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: F_Clover_Box_Mouth4
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 170
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Bubble_Gum_Box5
|
|
Rate: 140
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Fire_Cracker_Love_Box
|
|
Rate: 20
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: LOW_COIN_POCKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
Rate: 100
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Mora_Coin
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Manuk_Coin
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
- Group: LUCKY_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Cracker
|
|
Rate: 8
|
|
- Index: 1
|
|
Item: Korea_Rice_Cake
|
|
Rate: 6
|
|
- Index: 2
|
|
Item: Handsei
|
|
Rate: 2
|
|
- Index: 3
|
|
Item: Taiwan_Luk_Coin
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Big_Luk_Bookmark
|
|
Rate: 1
|
|
- Group: LUCKY_EGG_C
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Chung_E_Pet_Coupon
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Succu_Pet_Coupon
|
|
Rate: 14
|
|
- Index: 7
|
|
Item: Imp_Pet_Coupon
|
|
Rate: 20
|
|
- Index: 8
|
|
Item: Agav_Card
|
|
Rate: 80
|
|
- Index: 9
|
|
Item: Echio_Card
|
|
Rate: 80
|
|
- Index: 10
|
|
Item: Crown_
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Sharp_Gear_
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: Wind_Sprits_Armor_
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Odin's_Blessing
|
|
Rate: 60
|
|
- Index: 14
|
|
Item: Treasure_Box
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Elven_Ears
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Rabbit_Earplug
|
|
Rate: 1
|
|
- Group: LUCKY_EGG_C10
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Evil_Marcher_Hat
|
|
Rate: 182
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: Comp_Insurance
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: E_WOB_Rune
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 12
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 13
|
|
Item: E_WOB_Rachel
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 14
|
|
Item: E_WOB_Local
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Old_Violet_Box
|
|
Rate: 770
|
|
- Index: 16
|
|
Item: Treasure_Box
|
|
Rate: 880
|
|
- Index: 17
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1400
|
|
- Index: 18
|
|
Item: Old_Card_Album
|
|
Rate: 400
|
|
- Index: 19
|
|
Item: Heart_Eye_Patch1
|
|
Rate: 396
|
|
- Index: 20
|
|
Item: Heart_Eye_Patch2
|
|
Rate: 397
|
|
- Index: 21
|
|
Item: Boy's_Naivety
|
|
Rate: 200
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Flaming_Ice
|
|
Rate: 200
|
|
Amount: 10
|
|
- Index: 23
|
|
Item: Tantanmen
|
|
Rate: 200
|
|
Amount: 10
|
|
- Index: 24
|
|
Item: Enchant_Book
|
|
Rate: 2100
|
|
- Group: LUCKY_EGG_C2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 90
|
|
- Index: 3
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 90
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: Carat_Card
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Nine_Tail_Card
|
|
Rate: 20
|
|
- Index: 7
|
|
Item: Pupa_Card
|
|
Rate: 14
|
|
- Index: 8
|
|
Item: Morrigane's_Belt
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: Morrigane's_Pendant
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: An_Eye_Of_Dullahan
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 30
|
|
- Index: 12
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 30
|
|
- Index: 13
|
|
Item: Comp_Insurance
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 60
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Psychic_ArmorS
|
|
Rate: 30
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Underripe_Yggseed
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 50
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: Bogy_Horn
|
|
Rate: 20
|
|
- Index: 20
|
|
Item: Flame_Sprits_Armor__
|
|
Rate: 20
|
|
- Index: 21
|
|
Item: Machoman_Glasses
|
|
Rate: 20
|
|
- Index: 22
|
|
Item: Jasper_Crest
|
|
Rate: 1
|
|
- Group: LUCKY_EGG_C3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Carat_Card
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Nine_Tail_Card
|
|
Rate: 20
|
|
- Index: 7
|
|
Item: Antique_Firelock_Card
|
|
Rate: 20
|
|
- Index: 8
|
|
Item: Pupa_Card
|
|
Rate: 14
|
|
- Index: 9
|
|
Item: Linen_Glove
|
|
Rate: 21
|
|
- Index: 10
|
|
Item: Pinguicula_Corsage
|
|
Rate: 55
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 30
|
|
- Index: 12
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 30
|
|
- Index: 13
|
|
Item: Comp_Insurance
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 60
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Psychic_ArmorS
|
|
Rate: 30
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Underripe_Yggseed
|
|
Rate: 55
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 50
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: Flame_Sprits_Armor__
|
|
Rate: 30
|
|
- Index: 20
|
|
Item: Machoman_Glasses
|
|
Rate: 30
|
|
- Index: 21
|
|
Item: Donut_In_Mouth
|
|
Rate: 15
|
|
- Index: 22
|
|
Item: K_Rabbit_Bonnet
|
|
Rate: 5
|
|
- Group: LUCKY_EGG_C4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 95
|
|
- Index: 1
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 90
|
|
- Index: 2
|
|
Item: Blue_Herb_Box2
|
|
Rate: 90
|
|
- Index: 3
|
|
Item: Comp_Battle_Manual
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 70
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Puente_Robe
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: Comp_Insurance
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Psychic_ArmorS
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 9
|
|
Item: Underripe_Yggseed
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: Yggdrasilberry
|
|
Rate: 50
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Treasure_Box
|
|
Rate: 120
|
|
- Index: 12
|
|
Item: Lunatic_Hat
|
|
Rate: 25
|
|
- Index: 13
|
|
Item: Necromencer's_Hood
|
|
Rate: 25
|
|
- Index: 14
|
|
Item: Fried_Egg
|
|
Rate: 25
|
|
- Index: 15
|
|
Item: Savage_Baby_Hat
|
|
Rate: 25
|
|
- Index: 16
|
|
Item: Fur_Seal_Hat
|
|
Rate: 25
|
|
- Index: 17
|
|
Item: Old_Card_Album
|
|
Rate: 25
|
|
- Index: 18
|
|
Item: Hilsrion_Card
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Group: LUCKY_EGG_C5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Yggdrasilberry
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Underripe_Yggseed
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 700
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Vanberk_Card
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Isilla_Card
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Comp_Battle_Manual
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1050
|
|
- Index: 12
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1050
|
|
- Index: 13
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Old_Card_Album
|
|
Rate: 250
|
|
- Index: 15
|
|
Item: Linen_Glove
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Magestic_Goat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sharp_Gear_
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Fit_Pipe
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Gril's_Naivety
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Crown_
|
|
Rate: 300
|
|
- Index: 22
|
|
Item: Samambaia
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Ring_Of_Resonance
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: LUCKY_EGG_C6
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Yggdrasilberry
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Underripe_Yggseed
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 700
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Comp_Insurance
|
|
Rate: 700
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1200
|
|
- Index: 10
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1200
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 350
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Passion_FB_Hat
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Cool_FB_Hat
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Victory_FB_Hat
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Glory_FB_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Group: LUCKY_EGG_C7
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 1200
|
|
- Index: 1
|
|
Item: Yggdrasilberry
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Underripe_Yggseed
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 700
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Comp_Insurance
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Battle_Manual
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1200
|
|
- Index: 10
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1200
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 380
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Mask_Of_Ifrit
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Ifrit's_Ear
|
|
Rate: 100
|
|
Announced: true
|
|
- Group: LUCKY_EGG_C8
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 1200
|
|
- Index: 1
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 4
|
|
- Index: 4
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 700
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Insurance
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Battle_Manual
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1200
|
|
- Index: 10
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1200
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 380
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Drooping_Morocc_Minion
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Wanderer's_Sakkat
|
|
Rate: 108
|
|
Announced: true
|
|
- Group: LUCKY_EGG_C9
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Treasure_Box
|
|
Rate: 1484
|
|
- Index: 3
|
|
Item: Comp_Insurance
|
|
Rate: 1056
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 5
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 980
|
|
- Index: 6
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Old_Card_Album
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Holy_Marching_Hat_J
|
|
Rate: 350
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Auger_Of_Spirit
|
|
Rate: 250
|
|
- Index: 10
|
|
Item: Elven_Ears
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Group: LUCKY_SCROLL08
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Kafra_Card
|
|
Rate: 220
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Battle_Manual
|
|
Rate: 210
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bubble_Gum
|
|
Rate: 210
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Token_Of_Siegfried
|
|
Rate: 100
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Neuralizer
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Mini_Propeller_
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Branch_Of_Dead_Tree_Box
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Dark_Lord_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dark_Illusion_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Angelic_Chain
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Satanic_Chain
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Magestic_Goat_TW
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Bunny_Band_
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Drooping_Kitty_
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Tulip_Hairpin
|
|
Rate: 65
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Insurance
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 110
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Group: LUCKY_SILVERVINE_FRUIT_BOX_III10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Sealed_Apo_H_Scroll
|
|
UniqueId: true
|
|
- Group: LUCKY_SILVERVINE_FRUIT_BOX_III110
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 110
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 330
|
|
- Index: 2
|
|
Item: Sealed_Apo_H_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: MAGICCARDALBUM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ghostring_Card
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Angeling_Card
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Gryphon_Card
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Dark_Illusion_Card
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Deviling_Card
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Dragon_Fly_Card
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Vagabond_Wolf_Card
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Mastering_Card
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: Maya_Puple_Card
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Mutant_Dragon_Card
|
|
Rate: 1000
|
|
- Index: 10
|
|
Item: Mysteltainn_Card
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Owl_Duke_Card
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Owl_Baron_Card
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Archangeling_Card
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Antonio_Card
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: Executioner_Card
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Tirfing_Card
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Eclipse_Card
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Cat_O_Nine_Tail_Card
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Chimera_Card
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Toad_Card
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Gemini_Card
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: Hydro_Card
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Retribution_Card
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Observation_Card
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Shelter_Card
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Solace_Card
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Tha_Maero_Card
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: Tha_Odium_Card
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Tha_Despero_Card
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: Tha_Dolor_Card
|
|
Rate: 1000
|
|
- Index: 31
|
|
Item: Skeggiold_Card
|
|
Rate: 1000
|
|
- Index: 32
|
|
Item: Salamander_Card
|
|
Rate: 1000
|
|
- Index: 33
|
|
Item: Kasa_Card
|
|
Rate: 1000
|
|
- Index: 34
|
|
Item: Galion_Card
|
|
Rate: 1000
|
|
- Index: 35
|
|
Item: Byorgue_Card
|
|
Rate: 1000
|
|
- Index: 36
|
|
Item: Sword_Guardian_Card
|
|
Rate: 1000
|
|
- Index: 37
|
|
Item: Bow_Guardian_Card
|
|
Rate: 1000
|
|
- Index: 38
|
|
Item: Necromancer_Card
|
|
Rate: 1000
|
|
- Index: 39
|
|
Item: Hardrock_Mommos_Card
|
|
Rate: 600
|
|
- Index: 40
|
|
Item: Tendrilion_Card
|
|
Rate: 600
|
|
- Index: 41
|
|
Item: Gold_Scaraba_Card
|
|
Rate: 500
|
|
- Index: 42
|
|
Item: King_Dramoh_Card
|
|
Rate: 100
|
|
- Index: 43
|
|
Item: Wild_Rider_Card
|
|
Rate: 100
|
|
- Index: 44
|
|
Item: Fenrir_Card_
|
|
Rate: 5
|
|
- Index: 45
|
|
Item: Soheon_Card
|
|
Rate: 100
|
|
- Index: 46
|
|
Item: Elvira_Card
|
|
Rate: 100
|
|
- Index: 47
|
|
Item: Lora_Card
|
|
Rate: 100
|
|
- Index: 48
|
|
Item: Rudo_Card
|
|
Rate: 100
|
|
- Index: 49
|
|
Item: UndeadKnightM_Card
|
|
Rate: 5
|
|
- Index: 50
|
|
Item: UndeadKnightF_Card
|
|
Rate: 5
|
|
- Index: 51
|
|
Item: Owl_Viscount_Card
|
|
Rate: 500
|
|
- Index: 52
|
|
Item: Owl_Marquees_Card
|
|
Rate: 500
|
|
- Index: 53
|
|
Item: IFN_Toad_Card
|
|
Rate: 100
|
|
- Index: 54
|
|
Item: IFN_V_Wolf_Card
|
|
Rate: 100
|
|
- Index: 55
|
|
Item: IFN_Vocal_Card
|
|
Rate: 100
|
|
- Index: 56
|
|
Item: IFN_Eclipse_Card
|
|
Rate: 100
|
|
- Index: 57
|
|
Item: IFN_Chimera_Card
|
|
Rate: 100
|
|
- Index: 58
|
|
Item: Real_Eremes_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 59
|
|
Item: Real_Magaleta_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 60
|
|
Item: Real_Katrinn_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 61
|
|
Item: Real_Shecil_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 62
|
|
Item: Real_Harword_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 63
|
|
Item: Real_Seyren_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 64
|
|
Item: Real_Randel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 65
|
|
Item: Real_Flamel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 66
|
|
Item: Real_Ceila_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 67
|
|
Item: Real_Chen_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 68
|
|
Item: Real_Gertie_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 69
|
|
Item: Real_Trentini_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 70
|
|
Item: Real_Alphoccio_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 71
|
|
Item: Bomi_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 72
|
|
Item: As_Bdy_Knight_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 73
|
|
Item: As_Wind_Ghost_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 74
|
|
Item: Gigantes_Card
|
|
Rate: 5
|
|
- Index: 75
|
|
Item: Faceworm_D_Card
|
|
Rate: 5
|
|
- Index: 76
|
|
Item: Irene_Elder_Card
|
|
Rate: 5
|
|
- Index: 77
|
|
Item: Dy_Card
|
|
Rate: 50
|
|
- Index: 78
|
|
Item: Fei_Kanabian_Card
|
|
Rate: 5
|
|
- Index: 79
|
|
Item: Chaos_Acolyte_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 80
|
|
Item: Knight_Sakray_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 81
|
|
Item: Ahat_Card
|
|
Rate: 5
|
|
- Index: 82
|
|
Item: Shnaim_Card
|
|
Rate: 5
|
|
- Index: 83
|
|
Item: Brinaranea_Card
|
|
Rate: 5
|
|
- Index: 84
|
|
Item: Muspellskoll_Card
|
|
Rate: 5
|
|
- Group: MAGICIAN_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blood_Butterfly_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Parasite_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Harpy_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Miyabi_Ningyo_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Wicked_Nymph_Card
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Loli_Ruri_Card
|
|
UniqueId: true
|
|
- Group: MAGIC_CANDY_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Candy
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C7
|
|
UniqueId: true
|
|
- Group: MAJESTIC_DEVIL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Exorcize_Herb
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Realgar_Wine
|
|
Rate: 130
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Travel_Sack2
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Old_Bleu_Box
|
|
Rate: 93
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mental_Potion
|
|
Rate: 93
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Teleport_Box1
|
|
Rate: 93
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Insurance
|
|
Rate: 20
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bubble_Gum
|
|
Rate: 80
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Box_Of_Sunlight
|
|
Rate: 80
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Max_Weight_Up_Scroll
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Guyak_Pudding
|
|
Rate: 80
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Orleans_Glove
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Majestic_Evil_Horn
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: MAJESTIC_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: C_Yellow_Ribbon
|
|
Rate: 154
|
|
- Index: 9
|
|
Item: C_MoonStar_Accessory
|
|
Rate: 154
|
|
- Index: 10
|
|
Item: New_Cowboy_Hat
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: Medical_Boots
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Thorny_Shoes
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 13
|
|
Item: EvilDragon_Armor
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Fallen_Angel_Blessing_
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Apocalips_H_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: MALANG_CRAB_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Snow_Crab
|
|
Duration: 60
|
|
- Group: MALANG_CRAB_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Snow_Crab
|
|
Duration: 10080
|
|
- Group: MALANG_WOE_ENCARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ptotection_Seagod_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Octo_Hstick_Box
|
|
UniqueId: true
|
|
- Group: MASK
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mr_Smile
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Phantom_Of_Opera
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Mr_Scream
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Welding_Mask
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Goblini_Mask
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Gas_Mask
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Alarm_Mask
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Goblin_Mask_01
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Goblin_Mask_02
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Goblin_Mask_03
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Goblin_Mask_04
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Zherlthsh_Mask
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Hahoe_Mask
|
|
Rate: 2
|
|
- Group: MASQUERADE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Drooping_Nine_Tail_
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Soulless_Wing_
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Marvelous_Wig_
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Ati_Atihan_Hat_
|
|
Rate: 10
|
|
- Group: MASQUERADE_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dress_Hat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Black_Bunny_Band
|
|
Rate: 13
|
|
- Index: 2
|
|
Item: Vanilmirth_Hat
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Cap_Of_Blindness
|
|
Rate: 10
|
|
- Group: MEAT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Meat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Monster's_Feed
|
|
Rate: 1
|
|
- Group: MERCENARY
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bow_Mercenary_Scroll1
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Bow_Mercenary_Scroll2
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Bow_Mercenary_Scroll3
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Bow_Mercenary_Scroll4
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Bow_Mercenary_Scroll5
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Bow_Mercenary_Scroll6
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Bow_Mercenary_Scroll7
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Bow_Mercenary_Scroll8
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Bow_Mercenary_Scroll9
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Bow_Mercenary_Scroll10
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: SwordMercenary_Scroll1
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: SwordMercenary_Scroll2
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: SwordMercenary_Scroll3
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: SwordMercenary_Scroll4
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: SwordMercenary_Scroll5
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: SwordMercenary_Scroll6
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: SwordMercenary_Scroll7
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: SwordMercenary_Scroll8
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: SwordMercenary_Scroll9
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: SwordMercenary_Scroll10
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: SpearMercenary_Scroll1
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: SpearMercenary_Scroll2
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: SpearMercenary_Scroll3
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: SpearMercenary_Scroll4
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: SpearMercenary_Scroll5
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: SpearMercenary_Scroll6
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: SpearMercenary_Scroll7
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: SpearMercenary_Scroll8
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: SpearMercenary_Scroll9
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: SpearMercenary_Scroll10
|
|
Rate: 1
|
|
- Group: MERCHANT_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mystcase_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Zipper_Bear_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Raggler_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Baby_Leopard_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Hylozoist_Card
|
|
UniqueId: true
|
|
- Group: MERCURY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Gloom_Under_Night_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Maya_Puple_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sunglasses_
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Mercury_Helm
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sakura_Coronet
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 7
|
|
Item: King_Prawn_Hat
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Lucky_Clover
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Prison_Uniform
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Little_Fhat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Buffalo_Horn
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Superb_Fish_Box50
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Abrasive_Box5
|
|
Rate: 800
|
|
- Index: 14
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: 17Carat_Dia
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: Guyak_Pudding
|
|
Rate: 800
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: Diabolic_Scroll
|
|
Rate: 800
|
|
Amount: 10
|
|
- Index: 18
|
|
Item: HE_Battle_Manual
|
|
Rate: 1250
|
|
Amount: 5
|
|
- Index: 19
|
|
Item: Siegfried_Box5
|
|
Rate: 1370
|
|
- Index: 20
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1500
|
|
- Group: MIDGARD_FES_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Anger_Seagod
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Darkness_Helm
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Palace_Guard_Cap
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Hervor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Rhino_Model_Hat
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Isabella_Red_Ear
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Helmet_Of_Siegfried
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Tare_Zonda
|
|
Rate: 159
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: MIDGARD_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Blessing_Of_Angels
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Subject_Aura_Red
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Polyhedron_Shoes
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Gambler_Seal
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Giant_Octopus_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Upd_Maya_Puple_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Randgris_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: MIDGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Dex_Dish_Box
|
|
Rate: 1400
|
|
- Index: 2
|
|
Item: Vit_Dish_Box
|
|
Rate: 1400
|
|
- Index: 3
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 1500
|
|
- Index: 4
|
|
Item: Succu_Pet_Coupon
|
|
Rate: 800
|
|
- Index: 5
|
|
Item: Chung_E_Pet_Coupon
|
|
Rate: 800
|
|
- Index: 6
|
|
Item: Pilebuncker
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Garuda_Hat
|
|
Rate: 253
|
|
- Index: 9
|
|
Item: Magic_Card_Album
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Unbreak_Def_Box
|
|
Rate: 275
|
|
- Index: 12
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: B_Ygnizem_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: MID_COIN_POCKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Bgrade_Coin
|
|
Rate: 100
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: Mora_Coin
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Cgrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Manuk_Coin
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Dgrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Egrade_Coin
|
|
Rate: 200
|
|
- Group: MIGHTY_STAFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mighty_Staff_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MINERAL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Emperium
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Oridecon_Stone
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Elunium_Stone
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Gold
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Oridecon
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Elunium
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Boody_Red
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Crystal_Blue
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Wind_Of_Verdure
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Yellow_Live
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Iron
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Iron_Ore
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Coal
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Phracon
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Emveretarcon
|
|
Rate: 1
|
|
- Group: MINOR_COIN_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Manuk_Coin
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Mora_Coin
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Cgrade_Coin
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Dgrade_Coin
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: Egrade_Coin
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Malang_Sp_Can
|
|
Rate: 10
|
|
- Group: MOUTH_BUBBLE_GUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: MS_CANCER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Garm_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Flame_Sprits_Armor_
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Beach_Towel
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Cancer_Diadem
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Cancer_Crown
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Flying_Angel
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Boarding_Halter_Box
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: BGum_Box_In_Mouth4
|
|
Rate: 1500
|
|
- Index: 10
|
|
Item: HE_Battle_Manual
|
|
Rate: 1200
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 1400
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Kafra_Card
|
|
Rate: 1700
|
|
Amount: 5
|
|
- Index: 13
|
|
Item: Megaphone_Box5
|
|
Rate: 2000
|
|
- Index: 14
|
|
Item: Storm_10_Scroll_Box
|
|
Rate: 500
|
|
- Group: MS_SCORPIO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Bone_Plate
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Thanatos_Mal_Mask
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Scorpio_Crown
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Scorpio_Diadem
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Whike_Black_Tail
|
|
Rate: 160
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Miracle_Medicine
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Orc_HeroS
|
|
Rate: 80
|
|
Amount: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Mental_Potion
|
|
Rate: 600
|
|
- Index: 10
|
|
Item: Guyak_Pudding
|
|
Rate: 700
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: HE_Battle_Manual
|
|
Rate: 900
|
|
Amount: 4
|
|
- Index: 12
|
|
Item: M_Brisket_To_Throw
|
|
Rate: 1100
|
|
- Index: 13
|
|
Item: Dex_Dish_Box
|
|
Rate: 1300
|
|
- Index: 14
|
|
Item: Zeny_Scroll
|
|
Rate: 2500
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Small_Life_Potion_Box
|
|
Rate: 2300
|
|
- Group: MS_VIRGO_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Water_Sprits_Armor_
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 6
|
|
Announced: true
|
|
- Index: 2
|
|
Item: L_Magestic_Goat
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Virgo_Crown
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Virgo_Diadem
|
|
Rate: 17
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Spark_Candy_Box5
|
|
Rate: 645
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Ribbon_Of_Life_Box3
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Tyr's_Blessing
|
|
Rate: 1000
|
|
- Index: 10
|
|
Item: Int_Dish_Box
|
|
Rate: 1700
|
|
- Index: 11
|
|
Item: 17Carat_Dia
|
|
Rate: 1600
|
|
- Index: 12
|
|
Item: Wug_Cocktail_To_Throw
|
|
Rate: 1800
|
|
- Index: 13
|
|
Item: HE_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Meteor_10_Scroll_Box
|
|
Rate: 500
|
|
- Group: MURAMASA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Muramasa_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MVP_HUNT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Convex_Mirror
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bubble_Gum
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Megaphone_
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_TRAVEL_SACK1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Baseball_Cap
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Valkyrie_Feather_Band
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Soulless_Wing
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Afro_Wig
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Happy_Wig
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Shiny_Wig
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Ring_Of_Water
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Ring_Of_Fire
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dun_Tele_Scroll1
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Dun_Tele_Scroll1_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Med_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Regeneration_Box10
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_TRAVEL_SACK2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Aussie_Flag_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Chullos
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ati_Atihan_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Marcher_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Marvelous_Wig
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Fantastic_Wig
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Ring_Of_Wind
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Ring_Of_Earth
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dun_Tele_Scroll1
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Dun_Tele_Scroll1_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Med_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Regeneration_Box10
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_TRAVEL_SACK3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Kettle_Hat
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Deviling_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Pecopeco_Hairband
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Chick_Hat
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vacation_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Ribbon_Black
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Ribbon_Yellow
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Ribbon_Green
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dun_Tele_Scroll1
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Dun_Tele_Scroll1_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Med_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Regeneration_Box10
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_TRAVEL_SACK4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Twin_Ribbon
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Ribbon_Of_Bride
|
|
Rate: 38
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ribbon_Pink
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Ribbon_Orange
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Ribbon_White
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Red_Glasses
|
|
Rate: 32
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Dun_Tele_Scroll1
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dun_Tele_Scroll1_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Med_Life_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Regeneration_Box10
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: MY_SCROLL1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Box
|
|
Rate: 1450
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Agi_Dish_Box
|
|
Rate: 1450
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 1450
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1450
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dun_Tele_Scroll_Box10
|
|
Rate: 1450
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Job_Manual50_Box
|
|
Rate: 1406
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Eddga_Scroll
|
|
Rate: 500
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 300
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Hellomother_Hat
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: King_Tiger_Doll_Hat_Box
|
|
Rate: 120
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Red_Glasses
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 3
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Ancient_Civil_Man
|
|
Rate: 150
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Poker_Card_In_Mouth
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Upd_Maya_Puple_Card
|
|
Rate: 1
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Blacksmith_Blessing
|
|
Rate: 120
|
|
Announced: true
|
|
UniqueId: true
|
|
- Group: MY_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 125
|
|
Amount: 25
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Regeneration_Box10
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: B_Def_Potion_Box10
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Poison_Bottle_30_Box
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: S_Mdef_Potion_Box10
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tyr's_Blessing
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Insurance
|
|
Rate: 20
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bubble_Gum
|
|
Rate: 75
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Glass_Of_Illusion_Box10
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 98
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Job_Manual50
|
|
Rate: 49
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Max_Weight_Up_Scroll
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Miracle_Medicine
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: House_Auger
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Rabbit_Bonnet
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: NECKLACE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Necklace_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: NEW_GIFT_ENVELOPE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey_Pastry
|
|
Rate: 115
|
|
- Index: 1
|
|
Item: Lucky_Cookie03
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Gingerbread
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: New_Year_Bun
|
|
Rate: 250
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Charm_Of_Happiness
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: Shaman_Hat_
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: Halohalo
|
|
Rate: 80
|
|
- Index: 8
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 9
|
|
Item: Traditional_Firecrack
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Group: NEW_YEAR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Silver_Tiara
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Guyak_Pudding
|
|
Rate: 180
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Zeny_Scroll
|
|
Rate: 180
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Clothing_Dye_Coupon
|
|
Rate: 50
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Marcher_Hat
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Dead_Tree_Branch_Box1
|
|
Rate: 132
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Megaphone_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Mini_Propeller_
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: NOIVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: E_Infinity_Drink
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 20
|
|
- Index: 9
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: OCTO_HSTICK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Octopus_Hunt_Stick
|
|
Duration: 1380
|
|
- Group: OCTO_HSTICK_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Octopus_Hunt_Stick
|
|
Duration: 4320
|
|
- Group: OCTO_HSTICK_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Octopus_Hunt_Stick
|
|
Duration: 10080
|
|
- Group: OLDGIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Leaves_
|
|
Rate: 45
|
|
- Index: 1
|
|
Item: Chinese_Crown_
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: Tongue_Mask_
|
|
Rate: 40
|
|
- Group: OLD_COIN_POCKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 400
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Manuk_Coin
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 80
|
|
- Index: 4
|
|
Item: Mora_Coin
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Anger_Seagod
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Cgrade_Coin
|
|
Rate: 74
|
|
- Index: 7
|
|
Item: Dgrade_Coin
|
|
Rate: 95
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 400
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 250
|
|
- Index: 2
|
|
Item: Manuk_Coin
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Mora_Coin
|
|
Rate: 40
|
|
- Index: 5
|
|
Item: Agrade_Coin
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: Egrade_Coin
|
|
Rate: 40
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Splendide_Coin
|
|
Rate: 230
|
|
- Index: 2
|
|
Item: Manuk_Coin
|
|
Rate: 180
|
|
- Index: 3
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Mora_Coin
|
|
Rate: 75
|
|
- Index: 5
|
|
Item: Bgrade_Coin
|
|
Rate: 60
|
|
- Group: OLD_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Elunium
|
|
Amount: 2
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon_Stone
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Elunium_Stone
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Carnium
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: Bradium
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Crystal_Jewel__
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Gemstone
|
|
Rate: 200
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Stone
|
|
Rate: 200
|
|
Amount: 4
|
|
- Index: 7
|
|
Item: Gold
|
|
Rate: 50
|
|
- Group: ORE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Iron_Ore
|
|
Rate: 30
|
|
- Index: 1
|
|
Item: Iron
|
|
Rate: 28
|
|
- Index: 2
|
|
Item: Yellow_Live
|
|
Rate: 26
|
|
- Index: 3
|
|
Item: Coal
|
|
Rate: 24
|
|
- Index: 4
|
|
Item: Wind_Of_Verdure
|
|
Rate: 22
|
|
- Index: 5
|
|
Item: Phracon
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Crystal_Blue
|
|
Rate: 18
|
|
- Index: 7
|
|
Item: Boody_Red
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: Steel
|
|
Rate: 14
|
|
- Index: 9
|
|
Item: Emveretarcon
|
|
Rate: 12
|
|
- Index: 10
|
|
Item: Elunium_Stone
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Oridecon_Stone
|
|
Rate: 9
|
|
- Index: 12
|
|
Item: Great_Nature
|
|
Rate: 8
|
|
- Index: 13
|
|
Item: Rough_Wind
|
|
Rate: 7
|
|
- Index: 14
|
|
Item: Mistic_Frozen
|
|
Rate: 6
|
|
- Index: 15
|
|
Item: Flame_Heart
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: Elunium
|
|
Rate: 4
|
|
- Index: 17
|
|
Item: Oridecon
|
|
Rate: 3
|
|
- Index: 18
|
|
Item: Gold
|
|
Rate: 2
|
|
- Index: 19
|
|
Item: Emperium
|
|
Rate: 1
|
|
- Group: OX_TAIL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Vit_Dish_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Silver_Tiara_
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Neuralizer_Box
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 55
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Wreath
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Enriched_Oridecon_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Bison_Horn
|
|
Rate: 21
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Light_White_Pot_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Gold_Tiara_
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Group: PASSION_FB_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Passion_FB_Hat
|
|
Duration: 60
|
|
- Group: PASSION_HAT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Passion_FB_Hat
|
|
Duration: 3600
|
|
- Group: PATRON_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Agi_Dish_Box
|
|
Rate: 1300
|
|
- Index: 1
|
|
Item: Luk_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1200
|
|
- Index: 3
|
|
Item: Enchant_Book
|
|
Rate: 773
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 5
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1150
|
|
- Index: 6
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Storm_10_Scroll_Box
|
|
Rate: 1060
|
|
- Index: 8
|
|
Item: Job_Manual50_Box
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Songpyun_Box50
|
|
Rate: 1110
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Immuned_Shield
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_Berz_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_Eddga_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Cat_Ears_Beret
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Snowman_Hat_Box
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Hankie_In_Mouth
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Mistress_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: PET_EGG_SCROLL1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 340
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Adrenaline_Scroll
|
|
Rate: 290
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Neuralizer
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Red_Deviruchi_Cap
|
|
Rate: 10
|
|
Announced: true
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL10
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wind_Walk_10_Scroll
|
|
Rate: 80
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 100
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Megaphone_
|
|
Rate: 160
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Bubble_Gum
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 152
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Int_Dish10
|
|
Rate: 100
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Injustice_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Zherlthsh_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Angelic_Chain_
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Satanic_Chain_
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL11
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 115
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 205
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 205
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Bubble_Gum
|
|
Rate: 115
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Old_Violet_Box
|
|
Rate: 55
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Dex_Dish10
|
|
Rate: 205
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Owl_Baron_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Owl_Duke_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Slipper
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Drooping_Kitty_
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Big_Golden_Bell_
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL12
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Vit_Dish10_
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Old_Violet_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Dex_Dish10
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Megaphone_
|
|
Rate: 150
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: PVP_Tele_Scroll
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Elven_Ears
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Flying_Angel
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Zeny_Scroll
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL13
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Elephant_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Happy_Wig
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 170
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Enriched_Elunium
|
|
Rate: 300
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Zeny_Scroll
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Yggdrasilberry
|
|
Rate: 100
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 100
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Blue_Herb
|
|
Rate: 100
|
|
Amount: 8
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Insurance
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: White_Slim_Potion
|
|
Rate: 100
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL14
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Hibiscus
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Charming_Ribbon
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Enriched_Elunium
|
|
Rate: 300
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Zeny_Scroll
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Yggdrasilberry
|
|
Rate: 100
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 100
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Grape_Juice
|
|
Rate: 100
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Insurance
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: White_Slim_Potion
|
|
Rate: 130
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wind_Walk_10_Scroll
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 250
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Rate: 250
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Bubble_Gum
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Red_Wizardry_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Adrenaline_Scroll
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Neuralizer
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pink_Drooping_Kitty
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wind_Walk_10_Scroll
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Bubble_Gum
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pink_Fur_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mini_Propeller_
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Bubble_Gum
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: White_Wizardry_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL6
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Box
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 195
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 400
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Bubble_Gum_Box
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pair_Of_Red_Ribbon_
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Drooping_Kitty_
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Orc_Hero_Helm_TW
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Magestic_Goat_TW
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL7
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 30
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 120
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 190
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Megaphone_
|
|
Rate: 190
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Old_Violet_Box
|
|
Rate: 50
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Vit_Dish10
|
|
Rate: 200
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 120
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Succubus_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Incubus_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Smoking_Pipe_
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Pair_Of_Red_Ribbon_
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL8
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wind_Walk_10_Scroll
|
|
Rate: 60
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 120
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Giant_Fly_Wing
|
|
Rate: 244
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Neuralizer
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Bubble_Gum
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Agi_Dish10
|
|
Rate: 100
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Old_Violet_Box
|
|
Rate: 30
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Silver_Tiara
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Magestic_Goat_TW
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fish_On_Head_
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL9
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 200
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 50
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Enriched_Oridecon
|
|
Rate: 160
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Adrenaline_Scroll
|
|
Rate: 200
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Neuralizer
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Old_Violet_Box
|
|
Rate: 60
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Str_Dish10
|
|
Rate: 208
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dark_Illusion_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Dark_Lord_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Orc_Hero_Helm_TW
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Bunny_Band_
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll1
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll10
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll11
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll2
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll3
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll4
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll5
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll6
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll7
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll8
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_BOX9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pet_Egg_Scroll9
|
|
UniqueId: true
|
|
- Group: PET_EGG_SCROLL_E
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Exorcize_Herb
|
|
Rate: 350
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Silk_Ribbon
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Realgar_Wine
|
|
Rate: 350
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Chung_E_Cake
|
|
Rate: 70
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Bok_Choy
|
|
Rate: 70
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Chung_E_Ticket
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Spring_Rabbit_Ticket
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Zeny_Card_Scroll_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Group: PIERRE_TREASUREBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Blue_Box
|
|
Rate: 11
|
|
- Index: 1
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Old_Violet_Box
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Gift_Box
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Orange_Dyestuffs
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: Violet_Dyestuffs
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: White_Dyestuffs
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Black_Dyestuffs
|
|
Rate: 3
|
|
- Index: 12
|
|
Item: Olivine
|
|
Rate: 3
|
|
- Index: 13
|
|
Item: Phlogopite
|
|
Rate: 3
|
|
- Index: 14
|
|
Item: Agate
|
|
Rate: 3
|
|
- Index: 15
|
|
Item: Muscovite
|
|
Rate: 3
|
|
- Index: 16
|
|
Item: Rose_Quartz
|
|
Rate: 3
|
|
- Index: 17
|
|
Item: Turquoise
|
|
Rate: 3
|
|
- Index: 18
|
|
Item: Citrine
|
|
Rate: 3
|
|
- Index: 19
|
|
Item: Pyroxene
|
|
Rate: 3
|
|
- Index: 20
|
|
Item: Biotite
|
|
Rate: 3
|
|
- Index: 21
|
|
Item: Fire_Cracker
|
|
Rate: 3
|
|
- Index: 22
|
|
Item: Str_Dish10
|
|
Rate: 3
|
|
- Index: 23
|
|
Item: Vit_Dish10
|
|
Rate: 3
|
|
- Index: 24
|
|
Item: Agi_Dish10
|
|
Rate: 3
|
|
- Index: 25
|
|
Item: Dex_Dish10
|
|
Rate: 3
|
|
- Index: 26
|
|
Item: Luk_Dish10
|
|
Rate: 3
|
|
- Index: 27
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 1
|
|
- Group: PISCES_DIADEM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pisces_Diadem_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: PISCES_DIADEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ifrit's_Ear_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bradium_Earing
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Pisces_Diadem
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Gryphon_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vital_Tree_Shoes
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Neuralizer_Box
|
|
Rate: 22
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Insurance_Package
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Orc_HeroS
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Ribbon_Of_Life_Box3
|
|
Rate: 160
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Battle_Manual_Box5
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Group: POISON
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Paralysis
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Poison_Leech
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Poison_Oblivion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Poison_Contamination
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Poison_Numb
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Poison_Fever
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Poison_Laughing
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Poison_Fatigue
|
|
Rate: 1
|
|
- Group: POLE_AXE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pole_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: POTION
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 1
|
|
- Group: PRIVATE_AIRSHIP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Rate: 1
|
|
- Group: PRIZEOFHERO
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 7
|
|
- Index: 1
|
|
Item: White_Slim_Potion
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: Yggdrasilberry
|
|
Rate: 17
|
|
- Index: 3
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Poison_Bottle
|
|
Rate: 7
|
|
- Index: 5
|
|
Item: Str_Dish10
|
|
Rate: 7
|
|
- Index: 6
|
|
Item: Int_Dish10
|
|
Rate: 7
|
|
- Index: 7
|
|
Item: Vit_Dish10
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: Agi_Dish10
|
|
Rate: 7
|
|
- Index: 9
|
|
Item: Dex_Dish10
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: Luk_Dish10
|
|
Rate: 7
|
|
- Index: 11
|
|
Item: Mastela_Fruit_Box
|
|
Rate: 2
|
|
- Index: 12
|
|
Item: Yggdrasil_Seed_Box
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: Iggdrasilberry_Box
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 2
|
|
- Index: 15
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 2
|
|
- Index: 16
|
|
Item: High_Weapon_Box
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Sg_Violet_Potion_Box
|
|
Rate: 7
|
|
- Index: 18
|
|
Item: Sg_White_Potion_Box
|
|
Rate: 7
|
|
- Index: 19
|
|
Item: Sg_Blue_Potion_Box
|
|
Rate: 7
|
|
- Index: 20
|
|
Item: Hero_Plate
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Hero_Magic_Coat
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Hero_Judgement_Shawl
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Hero_Trade_Mail
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Hero_Hidden_Cloth
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Hero_Taget_Suits
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Vet_Nepen_Heel
|
|
Rate: 2
|
|
- Index: 27
|
|
Item: Vet_SliverFox_Boots
|
|
Rate: 2
|
|
- Index: 28
|
|
Item: Vet_Ungo_Boots
|
|
Rate: 2
|
|
- Group: PR_RESET_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Premium_Reset_Stone
|
|
- Group: PTOTECTION_SEAGOD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ptotection_Seagod
|
|
Duration: 1380
|
|
- Group: PTOTECTION_SEAGOD_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ptotection_Seagod
|
|
Duration: 10080
|
|
- Group: PTOTECTION_SEAGOD_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ptotection_Seagod
|
|
Duration: 21600
|
|
- Group: QUIVER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Iron_Arrow_Container
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Steel_Arrow_Container
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Ori_Arrow_Container
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Fire_Arrow_Container
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Silver_Arrow_Container
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Wind_Arrow_Container
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Stone_Arrow_Container
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Crystal_Arrow_Container
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Shadow_Arrow_Container
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Imma_Arrow_Container
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Rusty_Arrow_Container
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Holy_Arrow_Quiver
|
|
Rate: 2
|
|
- Group: RAMEN_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ramen_Hat
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: RECOVERY
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Leaflet_Of_Aloe
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Leaflet_Of_Hinal
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Red_Slim_Potion
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Resist_Fire
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Yellow_Herb
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Red_Potion
|
|
Rate: 20
|
|
- Index: 7
|
|
Item: Green_Herb
|
|
Rate: 30
|
|
- Index: 8
|
|
Item: Red_Herb
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: Novice_Potion
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Nice_Sweet_Potato
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Candy
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Monster's_Feed
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: Popped_Rice
|
|
Rate: 600
|
|
- Group: REDBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Cat_Hat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Alice_Doll
|
|
Rate: 11
|
|
- Index: 2
|
|
Item: Magic_Eyes
|
|
Rate: 11
|
|
- Index: 3
|
|
Item: Hibiscus
|
|
Rate: 11
|
|
- Index: 4
|
|
Item: Charming_Ribbon
|
|
Rate: 11
|
|
- Index: 5
|
|
Item: Crescent_Helm
|
|
Rate: 11
|
|
- Index: 6
|
|
Item: Kabuki_Mask
|
|
Rate: 12
|
|
- Index: 7
|
|
Item: Chinese_Crown
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Helm_Of_Darkness
|
|
Rate: 11
|
|
- Index: 9
|
|
Item: Puppy_Hat
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Bird_Nest_Hat
|
|
Rate: 11
|
|
- Index: 11
|
|
Item: Laurel_Wreath
|
|
Rate: 11
|
|
- Index: 12
|
|
Item: Geographer_Band
|
|
Rate: 11
|
|
- Index: 13
|
|
Item: Twin_Ribbon
|
|
Rate: 10
|
|
- Group: REDBOX_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Alice_Doll
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Magic_Eyes
|
|
Rate: 9
|
|
- Index: 2
|
|
Item: Hibiscus
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Charming_Ribbon
|
|
Rate: 10
|
|
- Group: REPAIR_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: REQUIEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Agi_Dish_Box
|
|
Rate: 1300
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: HE_Battle_Manual
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1200
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Medal_Swordman
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Medal_Acolyte
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Medal_Thief
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: Tha_Despero_Mask
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Banshee_Master_Kiss
|
|
Rate: 247
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Spirit_Of_Chung_E
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Hydro_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: RESIST
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Resist_Fire
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Resist_Water
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Resist_Earth
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Resist_Wind
|
|
Rate: 1
|
|
- Group: RIGHT_EPSILON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Right_Epsilon_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: ROSARY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rosary_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: RWC2010_SUITCASEA
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bubble_Gum
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 98
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 130
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Guyak_Candy
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Guyak_Pudding
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: RWC2010_Indonesia
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Neuralizer
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: RWC2010_SUITCASEB
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Zeny_Scroll
|
|
Rate: 201
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 112
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 111
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: B_Def_Potion_Box10
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: B_Mdef_Potion_Box10
|
|
Rate: 109
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Dun_Tele_Scroll_Box10
|
|
Rate: 108
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Spark_Candy_Box10
|
|
Rate: 80
|
|
Amount: 7
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Ati_Atihan_Hat_
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Drooping_Bunny
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Kabuki_Mask
|
|
Rate: 49
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Deprotai_Doll_Hat
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Garuda_Hat
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Secret_Medicine
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Miracle_Medicine
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: RWC_2012_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RWC_2012_Ring
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: RWC_2012_Pendant
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
UniqueId: true
|
|
- Group: RWC_FINAL_COMP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Manual
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Comp_Insurance
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Enriched_Slim_Pot
|
|
Amount: 30
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Rafini_Staff
|
|
Rate: 80
|
|
- Index: 1
|
|
Item: Round_Buckler
|
|
Rate: 180
|
|
- Index: 2
|
|
Item: Puente_Robe
|
|
Rate: 70
|
|
- Index: 3
|
|
Item: Claire_Suits
|
|
Rate: 60
|
|
- Index: 4
|
|
Item: Fricco_Shoes
|
|
Rate: 150
|
|
- Index: 5
|
|
Item: Rider_Insignia
|
|
Rate: 120
|
|
- Index: 6
|
|
Item: Undershirt_
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: Muffler_
|
|
Rate: 300
|
|
- Group: RWC_LIMITED_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Rose_Corsage
|
|
Rate: 330
|
|
- Index: 1
|
|
Item: C_Tha_Despero_Mask
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Sinsuncho_Hat
|
|
Rate: 330
|
|
- Index: 3
|
|
Item: C_Spore_Hat
|
|
Rate: 330
|
|
- Group: RWC_PARTI_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Wrapped_Mask
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Poison_Bottle
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Cookie_Bag
|
|
Rate: 90
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Mysterious_Can2
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Mysterious_PET_Bottle2
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Speed_Up_Potion
|
|
Rate: 60
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Old_Violet_Box
|
|
Rate: 19
|
|
- Index: 8
|
|
Item: Cat_Foot_Hairpin
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Int_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Vit_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Agi_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Dex_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Luk_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Str_Dish10
|
|
Rate: 35
|
|
Amount: 2
|
|
- Index: 15
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 14
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: Dried_Yggdrasilberry
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Angeling_Potion
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Ygnizem_Scroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Doppelganger_Scroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Wild_Rose_Scroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Old_Blue_Box
|
|
Rate: 50
|
|
- Index: 22
|
|
Item: Hometown_Gift
|
|
Rate: 99
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Pink_Drooping_Kitty
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Red_Deviruchi_Cap
|
|
Rate: 10
|
|
- Group: RWC_SCROLL_2012
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: RWC_Inicializer
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 5
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Old_C_Album_Acc
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: RWC_Memory_Staff
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 15
|
|
Item: RWC_Memory_Mace
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 16
|
|
Item: RWC_Memory_Knife
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Rainbow_Feather_Deco
|
|
Rate: 140
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_Rainbow_Feather_Deco
|
|
Rate: 120
|
|
- Group: RWC_SPECIAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Party_Recruiter_Hat
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Convex_Mirror
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Megaphone_Box
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Enriched_Oridecon_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Daydric_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pharaoh_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Marc_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Royal_Jelly_Box
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 190
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Str_Dish_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Group: RWC_SUPER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Mistress_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Black_Devil_Mask_
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: RWC2010_Indonesia
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Yggdrasil_Crown
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Immuned_Shield
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 8
|
|
Item: RWC_2012_Ring
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 9
|
|
Item: RWC_2012_Pendant
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Hair_Of_The_Strong
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Cat_Ears_Beret
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Red_Bread_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Garuda_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Upg_Clip_Box
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Upg_Formal_Dress_Box
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Blacksmith_Blessing
|
|
Rate: 580
|
|
Amount: 4
|
|
- Index: 17
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 2500
|
|
- Index: 18
|
|
Item: Unbreak_Def_Box
|
|
Rate: 3000
|
|
- Group: SAFETY_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Safety_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SAGITTARIUS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Crown_Of_Deceit_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sagittarius_Crown_Box
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Neuralizer_Box
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Pinguicula_Corsage
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Turtle_Hat_Box
|
|
Rate: 55
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Mandragora_Cap
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Raven_Cap_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Mental_Potion
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Battle_Manual_Box5
|
|
Rate: 170
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Bubble_Gum_Box5
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Guyak_Pudding
|
|
Rate: 160
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Tyr's_Blessing
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Group: SAGITTARIUS_SCR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sagittarius_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: SAGITTAR_DIADEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf_Box
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sagittarius_Scroll
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Neuralizer_Box
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Angelic_Ring
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Bone_Head
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Fur_Seal_Hat_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: B_Dragon_Hat_Box
|
|
Rate: 90
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Battle_Manual_Box5
|
|
Rate: 160
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Bubble_Gum_Box5
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Guyak_Pudding
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SAGITTAR_DI_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sagittar_Diadem_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: SAHKKAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sahkkat_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: SAKURA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angelic_Chain
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Satanic_Chain
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Snowy_Horn
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mini_Propeller
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Osiris_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Phreeoni_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Green_Feeler
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Orc_Hero_Helm
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Battle_Manual
|
|
Rate: 170
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Insurance
|
|
Rate: 160
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Bubble_Gum
|
|
Rate: 160
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Kafra_Card
|
|
Rate: 190
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 150
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Iron_Glove
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Kabuki_Mask
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Mistic_Rose
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Group: SANCTUARY_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1113
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Spell_Circuit
|
|
Rate: 130
|
|
- Index: 10
|
|
Item: Hikingboots
|
|
Rate: 160
|
|
- Index: 11
|
|
Item: Onimaru
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Meteor_Strike
|
|
Rate: 125
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: Angeling_Card
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Turtle_General_Card
|
|
Rate: 6
|
|
- Index: 22
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
- Group: SANTA_GIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Blue_Herb
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: White_Potion
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Awakening_Potion
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Vit_Dish09
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Spark_Candy
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Angeling_Potion
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: Guyak_Pudding
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 500
|
|
Amount: 2
|
|
- Group: SAPPHIRE_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angeling_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1400
|
|
- Index: 2
|
|
Item: Str_Dish_Box
|
|
Rate: 1200
|
|
- Index: 3
|
|
Item: Dex_Dish_Box
|
|
Rate: 1200
|
|
- Index: 4
|
|
Item: Vit_Dish_Box
|
|
Rate: 1200
|
|
- Index: 5
|
|
Item: Assumptio_5_Scroll_Box
|
|
Rate: 1200
|
|
- Index: 6
|
|
Item: Storm_10_Scroll_Box
|
|
Rate: 1200
|
|
- Index: 7
|
|
Item: Guyak_Pudding
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Tournament_Shield
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 99
|
|
- Index: 11
|
|
Item: Neuralizer
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: Spiked_Scarf
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Devil_Whisper
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Pilebuncker
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SATANIC_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Satanic_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SAUREL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Saurel
|
|
Duration: 60
|
|
- Group: SAUREL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Saurel
|
|
Duration: 10080
|
|
- Group: SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Earth_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Earth_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Cold_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Cold_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Fire_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Fire_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Wind_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Wind_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Ghost_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Ghost_Scroll_1_5
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Fire_Scroll_2_1
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Fire_Scroll_2_5
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Fire_Scroll_3_1
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Fire_Scroll_3_5
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Cold_Scroll_2_1
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Cold_Scroll_2_5
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Holy_Scroll_1_3
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Holy_Scroll_1_5
|
|
Rate: 1
|
|
- Group: SCROLL_OF_DARKNESS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: SLD_Dark_Snake_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Deviling_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Ghostring_Card
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Black_Glasses_
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Satanic_Chain_P
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Devil_Whisper
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Evil_Marcher_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Rune_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Evil_Mask
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Eyes_Of_Darkness
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Helm_Of_Darkness
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Darkness_Helm
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1267
|
|
- Index: 17
|
|
Item: Diabolic_Scroll
|
|
Rate: 1500
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: HE_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Boy's_Naivety
|
|
Rate: 1500
|
|
- Index: 20
|
|
Item: Psychic_ArmorS
|
|
Rate: 1500
|
|
Amount: 5
|
|
- Index: 21
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1500
|
|
- Group: SCROLL_OF_DEATH
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lord_Of_Death_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: SLD_Lord_Of_Death_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Knight_Of_Abyss_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Lord_of_Death
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_6Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_6Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Pole_Axe
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 7
|
|
Item: House_Auger
|
|
Rate: 74
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: War_Axe
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Ring_
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Iron_Driver
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 325
|
|
- Index: 14
|
|
Item: Enriched_Elunium_Box5
|
|
Rate: 600
|
|
- Index: 15
|
|
Item: Enriched_Oridecon_Box5
|
|
Rate: 600
|
|
- Index: 16
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1100
|
|
- Index: 17
|
|
Item: 17Carat_Dia
|
|
Rate: 1075
|
|
- Index: 18
|
|
Item: Petti_Noodle_To_Throw
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 19
|
|
Item: Diabolic_Scroll
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 20
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 4
|
|
- Index: 21
|
|
Item: Guyak_Pudding
|
|
Rate: 1075
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Siegfried_Box5
|
|
Rate: 1100
|
|
- Group: SCROLL_OF_HOLINESS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Maya_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Angeling_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Archangeling_Card
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Elven_Ears_
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Archangel_Wing
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 8
|
|
Item: White_Feather
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 9
|
|
Item: B_Feather_Beret
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Flying_Angel
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Angel_Spirit
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Unbreak_Def_Box
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Job_Manual50_Box
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Inc_Agi_10_Scroll_Box
|
|
Rate: 965
|
|
- Index: 17
|
|
Item: Kafra_Card_Box
|
|
Rate: 1100
|
|
- Index: 18
|
|
Item: Guyak_Pudding
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 19
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 1100
|
|
- Index: 20
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 3
|
|
- Index: 21
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 22
|
|
Item: Gril's_Naivety
|
|
Rate: 1100
|
|
- Group: SCROLL_OF_LIFE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Tao_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Ungoliant_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Mini_Glasses_
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Bravery_Bag
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Fancy_Phantom_Mask
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Tiraya_Bonnet
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Bizofnil_Wing_Deco
|
|
Rate: 265
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: HD_Bradium_Box5
|
|
Rate: 450
|
|
- Index: 11
|
|
Item: HD_Carnium_Box5
|
|
Rate: 450
|
|
- Index: 12
|
|
Item: Ribbon_Of_Life_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Assumptio_5_Scroll_Box
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: 17Carat_Dia
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: HE_Battle_Manual
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: Med_Life_Potion_Box
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Guyak_Pudding
|
|
Rate: 902
|
|
Amount: 10
|
|
- Index: 19
|
|
Item: Songpyun_Box50
|
|
Rate: 600
|
|
- Index: 20
|
|
Item: HP_Increase_PotionL
|
|
Rate: 500
|
|
Amount: 30
|
|
- Index: 21
|
|
Item: Spark_Candy_Box10
|
|
Rate: 644
|
|
- Group: SCROLL_OF_MAGIC
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: B_Katrinn_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Berz_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 2
|
|
Item: SLD_B_Katrinn_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Robo_Eye
|
|
Rate: 45
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Rainbow_Scarf
|
|
Rate: 53
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Alchemy_Glove
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Orleans_Necklace
|
|
Rate: 78
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Orleans_Glove
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Balloon_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Orleans_Gown
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Orleans_Server
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Enchant_Book
|
|
Rate: 350
|
|
- Index: 14
|
|
Item: HD_Ori_Box5
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: HD_Elu_Box5
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: Blue_Herb_Box2
|
|
Rate: 600
|
|
- Index: 17
|
|
Item: Blessing_10_Scroll_Box
|
|
Rate: 1200
|
|
- Index: 18
|
|
Item: Guyak_Pudding
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 19
|
|
Item: Megaphone_Box
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Psychic_ArmorS
|
|
Rate: 1200
|
|
Amount: 5
|
|
- Index: 21
|
|
Item: Zeny_Scroll
|
|
Rate: 1200
|
|
Amount: 15
|
|
- Index: 22
|
|
Item: HE_Battle_Manual
|
|
Rate: 1200
|
|
Amount: 3
|
|
- Group: SCROLL_OF_THEWS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lady_Tanee_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Incubus_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Succubus_Card
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Asgard_Blessing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: YinYang_Earring
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Spiked_Scarf
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sura_Rampage
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Headband_Of_Power
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Superb_Fish_Box50
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: Guyak_Pudding
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 14
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: Mental_Potion
|
|
Rate: 700
|
|
- Index: 16
|
|
Item: Wug_Cocktail_To_Throw
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Savage_BBQ_To_Throw
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 19
|
|
Item: Underripe_Yggseed
|
|
Rate: 900
|
|
Amount: 10
|
|
- Index: 20
|
|
Item: Regeneration_Box10
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Int_Dish_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Str_Dish_Box
|
|
Rate: 1000
|
|
- Group: SQUAD_PRIZE1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Force1
|
|
Rate: 1167
|
|
- Index: 1
|
|
Item: Intellect1
|
|
Rate: 1167
|
|
- Index: 2
|
|
Item: Swiftness1
|
|
Rate: 1167
|
|
- Index: 3
|
|
Item: Tough1
|
|
Rate: 1167
|
|
- Index: 4
|
|
Item: Artful1
|
|
Rate: 1167
|
|
- Index: 5
|
|
Item: Fortune1
|
|
Rate: 1167
|
|
- Index: 6
|
|
Item: Force2
|
|
Rate: 416
|
|
- Index: 7
|
|
Item: Intellect2
|
|
Rate: 416
|
|
- Index: 8
|
|
Item: Swiftness2
|
|
Rate: 416
|
|
- Index: 9
|
|
Item: Tough2
|
|
Rate: 416
|
|
- Index: 10
|
|
Item: Artful2
|
|
Rate: 416
|
|
- Index: 11
|
|
Item: Fortune2
|
|
Rate: 416
|
|
- Index: 12
|
|
Item: Force3
|
|
Rate: 83
|
|
- Index: 13
|
|
Item: Intellect3
|
|
Rate: 83
|
|
- Index: 14
|
|
Item: Swiftness3
|
|
Rate: 83
|
|
- Index: 15
|
|
Item: Tough3
|
|
Rate: 83
|
|
- Index: 16
|
|
Item: Artful3
|
|
Rate: 83
|
|
- Index: 17
|
|
Item: Fortune3
|
|
Rate: 83
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Frost_Crystal
|
|
Rate: 400
|
|
- Index: 1
|
|
Item: Treasure_Box
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: White_Slim_Potion
|
|
Rate: 3500
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Rate: 4000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Yggdrasilberry
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: SQUAD_PRIZE2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Frost_Crystal
|
|
Rate: 4
|
|
- Index: 2
|
|
Item: Yggdrasilberry
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 10
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: White_Slim_Potion
|
|
Rate: 35
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Blue_Potion
|
|
Rate: 40
|
|
Amount: 10
|
|
- Group: SGRADE_POCKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Agrade_Coin
|
|
- Index: 1
|
|
Item: Bgrade_Coin
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: Agrade_Coin
|
|
Rate: 200
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Malang_Sp_Can
|
|
Rate: 700
|
|
- Index: 1
|
|
Item: Bgrade_Coin
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Anger_Seagod
|
|
Rate: 100
|
|
- Group: SG_WEAPON_SUPPLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Velum_Arbalest
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Velum_Arc_Wand
|
|
Rate: 8
|
|
- Index: 2
|
|
Item: Velum_Bible
|
|
Rate: 8
|
|
- Index: 3
|
|
Item: Velum_Buster
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Velum_Claw
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Velum_Claymore
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Velum_CrossBow
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: Velum_Damascus
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Velum_Encyclopedia
|
|
Rate: 8
|
|
- Index: 9
|
|
Item: Velum_Flail
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: Velum_Glaive
|
|
Rate: 8
|
|
- Index: 11
|
|
Item: Velum_Guillotine
|
|
Rate: 8
|
|
- Index: 12
|
|
Item: Velum_Jamadhar
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: Velum_Katzbalger
|
|
Rate: 8
|
|
- Index: 14
|
|
Item: Velum_Scare
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Velum_Spear
|
|
Rate: 8
|
|
- Index: 16
|
|
Item: Velum_Stunner
|
|
Rate: 3
|
|
- Index: 17
|
|
Item: Siege_Arrow_Quiver_A
|
|
Rate: 13
|
|
- Index: 18
|
|
Item: Siege_Arrow_Quiver_S
|
|
Rate: 13
|
|
- Group: SHAPESHIFTER_COSTUME
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Gryphon_Hairband
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: C_Alpaca_Hood
|
|
Rate: 40
|
|
- Index: 2
|
|
Item: C_Worg_In_Mouth
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: C_Amistr_Cap
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: C_Hairband_Of_Grandpeco
|
|
Rate: 90
|
|
- Index: 5
|
|
Item: C_Filir_Hat
|
|
Rate: 110
|
|
- Index: 6
|
|
Item: C_Filir_Wing_Ears
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: C_Pecopeco_Hairband
|
|
Rate: 180
|
|
- Index: 8
|
|
Item: C_Lif_Doll_Hat
|
|
Rate: 190
|
|
- Index: 9
|
|
Item: C_Vanilmirth_Hat
|
|
Rate: 200
|
|
- Group: SHINING_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 1
|
|
Item: L_Magestic_Goat
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Deviling_Hat
|
|
Rate: 99
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 99
|
|
- Index: 4
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Notice_Board
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Wander_Man_Box10
|
|
Rate: 1099
|
|
- Index: 8
|
|
Item: Str_Dish_Box
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1100
|
|
- Index: 10
|
|
Item: Unbreak_Def_Box
|
|
Rate: 1200
|
|
- Index: 11
|
|
Item: Kafra_Card_Box
|
|
Rate: 800
|
|
- Index: 12
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 800
|
|
- Index: 13
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Giant_Fly_Wing_Box
|
|
Rate: 1100
|
|
- Index: 15
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 1300
|
|
- Group: SILVERVINE_FRUIT_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Group: SILVERVINE_FRUIT_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 12
|
|
- Group: SILVERVINE_FRUIT_BOX40
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 40
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 120
|
|
- Group: SMITHY_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1015
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1015
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 340
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 340
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Enchant_Book
|
|
Rate: 412
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 380
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 250
|
|
- Index: 12
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 250
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Maya_Puple_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Detale_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Randgris_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SOFT_CORE_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Insurance
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SOGRAT_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1112
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1113
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Protect_Feathers
|
|
Rate: 175
|
|
- Index: 10
|
|
Item: C_Halloween_Hat
|
|
Rate: 225
|
|
- Index: 11
|
|
Item: Sound_Amplifier
|
|
Rate: 25
|
|
- Index: 12
|
|
Item: C_Ljosalfar
|
|
Rate: 110
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 115
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 115
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 11
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Deviling_Card
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Baphomet_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SOLARIS_FESTIVAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Beach_Towel
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Exorcist_Robe
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Husky_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Neko_Mimi_Kafra
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Zaha_Doll_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Pala
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Svalinn_J
|
|
Rate: 159
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SOLO_CHRISTMAS_GIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Cat_Santa_Hat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Fire_Cracker_Xmas
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Old_Blue_Box
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Buche_De_Noel
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Vivid_Notation
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Oh_Holy_Night
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Event_Cake
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Solo_Cookie
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Angeling_Potion
|
|
Rate: 1
|
|
Amount: 3
|
|
- Group: SOLO_GIFT_BASKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lovely_Choco_Tart
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Cute_Strawberry_Choco
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: White_Chocolate
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Chocolate_Drink
|
|
Amount: 4
|
|
- Index: 4
|
|
Item: HandMade_Chocolate
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HandMade_Chocolate_
|
|
Amount: 10
|
|
- Group: SOMETHING_CANDY_HOLDER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey
|
|
Rate: 9
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Candy
|
|
Rate: 9
|
|
Amount: 7
|
|
- Index: 2
|
|
Item: Well_Baked_Cookie
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Piece_Of_Cake
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Bread
|
|
Rate: 5
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Pumpkin_Cake
|
|
Rate: 7
|
|
- Index: 6
|
|
Item: Pumpkin_Pie
|
|
Rate: 7
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Meat
|
|
Rate: 5
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: HALLOWEEN_G_BOX
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Trance_Candy_R
|
|
Rate: 6
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Trance_Candy_B
|
|
Rate: 6
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Trance_Candy_Y
|
|
Rate: 6
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Trance_Candy_G
|
|
Rate: 6
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Old_Blue_Box
|
|
Rate: 2
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 2
|
|
- Index: 15
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Old_Violet_Box
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: DARK_INVITATION
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: C_There_Is_Something
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Witch_Shoes
|
|
Rate: 1
|
|
- Group: SPEARFISH_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spearfish_
|
|
Duration: 60
|
|
- Group: SPEARFISH_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spearfish_
|
|
Duration: 10080
|
|
- Group: SPECIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Wrapped_Mask
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Poison_Bottle
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Cookie_Bag
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Mysterious_Can2
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Mysterious_PET_Bottle2
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Speed_Up_Potion
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Old_Blue_Box
|
|
Rate: 19
|
|
- Index: 8
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 14
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: First_Aid_Kit
|
|
Rate: 19
|
|
- Index: 10
|
|
Item: Dried_Yggdrasilberry
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Angeling_Potion
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Ygnizem_Scroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Doppelganger_Scroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Wild_Rose_Scroll
|
|
Rate: 60
|
|
Amount: 2
|
|
- Index: 15
|
|
Item: Gift_Box
|
|
Rate: 70
|
|
- Index: 16
|
|
Item: Red_Bag
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Cool_Summer_Outfit
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Slow_Down_Potion
|
|
Rate: 80
|
|
Amount: 2
|
|
- Group: SPECIAL_CHRISTMAS_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Honey
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: White_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Blue_Herb
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Awakening_Potion
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Old_Violet_Box
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Agi_Dish09
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 630
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Santa's_Hat
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: Flying_Angel
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: Triple_Poring_Hat
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 5
|
|
- Group: SPLASH_RAINBOW_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Lian_Shoes
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Lian_Shield
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Lian_Robe
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Camellia_Hair_Pin
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Knight_Windstorm_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Dark_Illusion_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Dark_Lord_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SPLASH_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Songpyun_Box50
|
|
Rate: 1200
|
|
- Index: 1
|
|
Item: Love_Chick_Hat
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Convex_Mirror_Box
|
|
Rate: 800
|
|
- Index: 3
|
|
Item: Megaphone_Box
|
|
Rate: 700
|
|
- Index: 4
|
|
Item: Job_Manual50_Box
|
|
Rate: 500
|
|
- Index: 5
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 800
|
|
- Index: 6
|
|
Item: Splash_Hat
|
|
Rate: 50
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Gryphon_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Kafra_Card_Box
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 11
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 600
|
|
- Index: 13
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 15
|
|
Item: Dex_Dish_Box
|
|
Rate: 1749
|
|
- Index: 16
|
|
Item: B_Eremes_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SPLENDID_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Krasnaya
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Alca_Bringer
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Chrome_Twohand_Sword
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Krishna
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Cakram
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Durga
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Vecer_Axe
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Giant_Axe
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Imperial_Spear
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Rafini_Staff
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Falken_Blitz
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Elven_Bow
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Green_Whistle
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Stem_Whip
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Rotha_Shield
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Imperial_Guard
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Krieg
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Weihna
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Black_Wing
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Ruber
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Bone_Plate
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Ebone_Armor
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Erde
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Red_Square_Bag
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Carga_Mace
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Red_Ether_Bag
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Mystic_Bow
|
|
Rate: 2
|
|
- Group: Splendid_Box2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Krasnaya
|
|
Rate: 232
|
|
- Index: 1
|
|
Item: Alca_Bringer
|
|
Rate: 232
|
|
- Index: 2
|
|
Item: Chrome_Twohand_Sword
|
|
Rate: 232
|
|
- Index: 3
|
|
Item: Krishna
|
|
Rate: 232
|
|
- Index: 4
|
|
Item: Cakram
|
|
Rate: 232
|
|
- Index: 5
|
|
Item: Durga
|
|
Rate: 232
|
|
- Index: 6
|
|
Item: Vecer_Axe
|
|
Rate: 232
|
|
- Index: 7
|
|
Item: Giant_Axe
|
|
Rate: 232
|
|
- Index: 8
|
|
Item: Hunting_Spear
|
|
Rate: 232
|
|
- Index: 9
|
|
Item: Imperial_Spear
|
|
Rate: 232
|
|
- Index: 10
|
|
Item: Rafini_Staff
|
|
Rate: 232
|
|
- Index: 11
|
|
Item: Falken_Blitz
|
|
Rate: 232
|
|
- Index: 12
|
|
Item: Elven_Bow
|
|
Rate: 232
|
|
- Index: 13
|
|
Item: Green_Whistle
|
|
Rate: 232
|
|
- Index: 14
|
|
Item: Stem_Whip
|
|
Rate: 232
|
|
- Index: 15
|
|
Item: Rotha_Shield
|
|
Rate: 232
|
|
- Index: 16
|
|
Item: Imperial_Guard
|
|
Rate: 232
|
|
- Index: 17
|
|
Item: Elven_Ears
|
|
Rate: 232
|
|
- Index: 18
|
|
Item: Diabolus_Robe
|
|
Rate: 232
|
|
- Index: 19
|
|
Item: Diabolus_Armor
|
|
Rate: 232
|
|
- Index: 20
|
|
Item: Dragon_Vest
|
|
Rate: 232
|
|
- Index: 21
|
|
Item: Variant_Shoes
|
|
Rate: 232
|
|
- Index: 22
|
|
Item: Tidal_Shoes
|
|
Rate: 232
|
|
- Index: 23
|
|
Item: Black_Leather_Boots
|
|
Rate: 232
|
|
- Index: 24
|
|
Item: Diabolus_Boots
|
|
Rate: 232
|
|
- Index: 25
|
|
Item: Black_Leather_Boots_
|
|
Rate: 232
|
|
- Index: 26
|
|
Item: Diabolus_Manteau
|
|
Rate: 232
|
|
- Index: 27
|
|
Item: Dragon_Manteau
|
|
Rate: 232
|
|
- Index: 28
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 232
|
|
- Index: 29
|
|
Item: Bison_Horn
|
|
Rate: 232
|
|
- Index: 30
|
|
Item: Krieg
|
|
Rate: 232
|
|
- Index: 31
|
|
Item: Weihna
|
|
Rate: 232
|
|
- Index: 32
|
|
Item: Black_Wing
|
|
Rate: 232
|
|
- Index: 33
|
|
Item: Twin_Edge_B
|
|
Rate: 232
|
|
- Index: 34
|
|
Item: Twin_Edge_R
|
|
Rate: 232
|
|
- Index: 35
|
|
Item: Ruber
|
|
Rate: 232
|
|
- Index: 36
|
|
Item: Bone_Plate
|
|
Rate: 232
|
|
- Index: 37
|
|
Item: Ebone_Armor
|
|
Rate: 232
|
|
- Index: 38
|
|
Item: Erde
|
|
Rate: 232
|
|
- Index: 39
|
|
Item: Red_Square_Bag
|
|
Rate: 232
|
|
- Index: 40
|
|
Item: Carga_Mace
|
|
Rate: 232
|
|
- Index: 41
|
|
Item: Red_Ether_Bag
|
|
Rate: 232
|
|
- Index: 42
|
|
Item: Mystic_Bow
|
|
Rate: 232
|
|
- Group: SPRING_FESTIVAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Boitata_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Talaria_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: W_King_Tiger_Doll_Hat
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Combat_Knife
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Soulless_Wing
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Long_Octopus_Balloon
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Sword_Master_Crown
|
|
Rate: 69
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: STEEL_FLOWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Steel_Flower_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: SUMMER_SCROLL3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Underripe_Yggseed
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Megaphone_Box
|
|
Rate: 1500
|
|
- Index: 2
|
|
Item: Vit_Dish_Box
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 1500
|
|
- Index: 4
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1300
|
|
- Index: 5
|
|
Item: Int_Dish_Box
|
|
Rate: 1500
|
|
- Index: 6
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Unbreak_Def_Box
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Scuba_Mask
|
|
Rate: 275
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sugared_Fruit_Stick
|
|
Rate: 275
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Dress_Hat
|
|
Rate: 275
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Asgard_Blessing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 45
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Maya_Puple_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sealed_Tao_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: B_Eremes_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SUPER_CARD_PET_EGG1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Lady_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mummy_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Marina_Card
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Desert_Wolf_Card
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Soldier_Skeleton_Card
|
|
Rate: 17
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Magnolia_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Andre_Card
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Mandragora_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Vadon_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Baphomet_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Drainliar_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Flying_Deleter_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Nightmare_Terror_Card
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Pest_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Marc_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Dark_Frame_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Deleter_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 165
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 166
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Zeny_Scroll
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SUPER_CARD_PET_EGG2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Load_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Skel_Worker_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Minorous_Card
|
|
Rate: 55
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Garm_Baby_Card
|
|
Rate: 18
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Goblin_Card
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Caramel_Card
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Scorpion_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Flora_Card
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Hunter_Fly_Card
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Pecopeco_Egg_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Hydra_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Disguise_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Rybio_Card
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Wraith_Dead_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Majoruros_Card
|
|
Rate: 18
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Pupa_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Pecopeco_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 168
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 165
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Zeny_Scroll
|
|
Rate: 166
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SUPER_CARD_PET_EGG3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Elder_Wilow_Card
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Deviruchi_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Marduk_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Carat_Card
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Choco_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pharaoh_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Nine_Tail_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Whisper_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Frilldora_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Dragon_Tail_Card
|
|
Rate: 33
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Baphomet__Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Daydric_Card
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Harpy_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Whisper_Boss_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Thara_Frog_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Executioner_Card
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Khalitzburg_Card
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 171
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Zeny_Scroll
|
|
Rate: 140
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SUPER_CARD_PET_EGG4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Thief_Bug_Male_Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Verit_Card
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Matyr_Card
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sohee_Card
|
|
Rate: 19
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Antique_Firelock_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Blood_Butterfly_Card
|
|
Rate: 38
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Mimic_Card
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Zerom_Card
|
|
Rate: 38
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Phen_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Kobold_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Moonlight_Flower_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Mantis_Card
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Smokie_Card
|
|
Rate: 65
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Vitata_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: High_Orc_Card
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Penomena_Card
|
|
Rate: 13
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Tirfing_Card
|
|
Rate: 18
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Yggdrasilberry
|
|
Rate: 165
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 165
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Zeny_Scroll
|
|
Rate: 140
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tiara
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Crown
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Loard_Circlet
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Ear_Of_Devil's_Wing
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Flying_Angel
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Dark_Lord_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Angeling_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Ghostring_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Nurse_Cap
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Centimental_Flower
|
|
Rate: 45
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Tulip_Hairpin
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 85
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 170
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 230
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG1_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tiara
|
|
Rate: 70
|
|
- Index: 1
|
|
Item: Crown
|
|
Rate: 70
|
|
- Index: 2
|
|
Item: Loard_Circlet
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 70
|
|
- Index: 4
|
|
Item: Ear_Of_Devil's_Wing
|
|
Rate: 60
|
|
- Index: 5
|
|
Item: Flying_Angel
|
|
Rate: 250
|
|
- Index: 6
|
|
Item: Dark_Lord_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Angeling_Card
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: Ghostring_Card
|
|
Rate: 2
|
|
- Index: 9
|
|
Item: Nurse_Cap
|
|
Rate: 890
|
|
- Index: 10
|
|
Item: Centimental_Flower
|
|
Rate: 450
|
|
- Index: 11
|
|
Item: Tulip_Hairpin
|
|
Rate: 700
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 950
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 1500
|
|
Amount: 5
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 2000
|
|
Amount: 15
|
|
- Index: 15
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 2000
|
|
Amount: 30
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 955
|
|
Amount: 10
|
|
- Group: SUPER_PET_EGG2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Golden_Gear
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coronet
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ghost_Bandana
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Horn_Of_Succubus
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Inccubus_Horn
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Archangeling_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Knight_Of_Abyss_Card
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Pharaoh_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Poring_Hat
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Centimental_Leaf
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: First_Moon_Hair_Pin
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Cigar
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 160
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 227
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Oldman's_Romance
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Fillet
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Smoking_Pipe
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Band
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Hair_Protector
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Crescent_Scythe
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: House_Auger
|
|
Rate: 33
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Dark_Illusion_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Drake_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Maya_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Ear_Mufs
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Pair_Of_Red_Ribbon
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 120
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 180
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 220
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angelic_Chain
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Magestic_Goat
|
|
Rate: 3
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sharp_Gear
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Helm_Of_Angel
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Orc_Hero_Helm
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Doppelganger_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Osiris_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Phreeoni_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Green_Feeler
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Mistic_Rose
|
|
Rate: 36
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Well_Baked_Toast
|
|
Rate: 35
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 170
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 230
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG4_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angelic_Chain
|
|
Rate: 30
|
|
- Index: 1
|
|
Item: Magestic_Goat
|
|
Rate: 35
|
|
- Index: 2
|
|
Item: Sharp_Gear
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Helm_Of_Angel
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: Orc_Hero_Helm
|
|
Rate: 40
|
|
- Index: 5
|
|
Item: Doppelganger_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Osiris_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Phreeoni_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Green_Feeler
|
|
Rate: 720
|
|
- Index: 9
|
|
Item: Big_Sis'_Ribbon_
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: Mistic_Rose
|
|
Rate: 370
|
|
- Index: 11
|
|
Item: Well_Baked_Toast
|
|
Rate: 350
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 912
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 1300
|
|
- Index: 14
|
|
Item: Yggdrasilberry
|
|
Rate: 1700
|
|
Amount: 15
|
|
- Index: 15
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 1700
|
|
Amount: 30
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 2300
|
|
Amount: 10
|
|
- Group: SUPER_PET_EGG5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bird_Nest
|
|
Rate: 15
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Fallen_Leaves
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sheep_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Pumpkin_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Cyclops_Visor
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Alice_Doll
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Magic_Eyes
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Minstrel_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Steel
|
|
Rate: 53
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Violet_Box
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 200
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 230
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Zeny_Card_Scroll_Box
|
|
Rate: 216
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG6
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Marionette_Doll
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Gambler_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Elephant_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Baseball_Cap
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Silver_Tiara
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Joker_Jester_
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Headset_OST
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Chinese_Crown
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Steel
|
|
Rate: 53
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Violet_Box
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 200
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 230
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Zeny_Card_Scroll_Box
|
|
Rate: 226
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG7
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Candle
|
|
Rate: 15
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Gold_Tiara
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Phrygian_Cap_
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Helm_Of_Darkness
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Puppy_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Romantic_White_Flower
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Hibiscus
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Charming_Ribbon
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Steel
|
|
Rate: 53
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Violet_Box
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 200
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 230
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Zeny_Card_Scroll_Box
|
|
Rate: 209
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPER_PET_EGG8
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Angeling_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Coppola
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Tongue_Mask
|
|
Rate: 15
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Captain_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Laurel_Wreath
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Geographer_Band
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Twin_Ribbon
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bird_Nest_Hat
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Steel
|
|
Rate: 53
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Violet_Box
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Yggdrasilberry
|
|
Rate: 200
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 230
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Zeny_Card_Scroll_Box
|
|
Rate: 217
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_D_Lord_Scroll
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_D_Lord_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE_II
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: 2013_RWC_Scroll
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE_III
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_Bacsojin_Scroll
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE_III_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_Bacsojin_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SUPPORT_PACKAGE_II_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: 2013_RWC_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SURPRISE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 130
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bubble_Gum
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Card
|
|
Rate: 200
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 98
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 130
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Guyak_Candy
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Guyak_Pudding
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Bell_Ribbon_Box
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Neuralizer
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: SWEET_MIDGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Dex_Dish_Box
|
|
Rate: 1350
|
|
- Index: 2
|
|
Item: Vit_Dish_Box
|
|
Rate: 1300
|
|
- Index: 3
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: Angeling_Potion
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Hankie_In_Mouth
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 7
|
|
Item: RTC_2nd_Headgear
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Skull_Cap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Miracle_Medicine
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Foxtail
|
|
Rate: 220
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Ticket_Loli_Ruri
|
|
Rate: 318
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 225
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 225
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Dark_Illusion_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Ghostring_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: SWORDMAN_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freezer_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Heater_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Solider_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Permeter_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Assulter_Card
|
|
UniqueId: true
|
|
- Group: S_GRADE_COIN_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Anger_Seagod
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Agrade_Coin
|
|
Rate: 2
|
|
- Index: 2
|
|
Item: Bgrade_Coin
|
|
Rate: 1
|
|
- Group: TAMING
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Unripe_Apple
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Orange_Juice
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Bitter_Herb
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Rainbow_Carrot
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Earthworm_The_Dude
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Rotten_Fish
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Lusty_Iron
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Monster_Juice
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Sweet_Milk
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Well_Dried_Bone
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Singing_Flower
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Dew_Laden_Moss
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Baked_Yam
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Tropical_Banana
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Horror_Of_Tribe
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: No_Recipient
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Old_Broom
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Shining_Stone
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Contracts_In_Shadow
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Book_Of_Devil
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Heart_Of_Her
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Sway_Apron
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Skull_Helm
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Transparent_Headgear
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Pacifier
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Wig
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Silk_Ribbon
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Punisher
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Wild_Flower
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Battered_Pot
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Stellar_Hairpin
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Backpack
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: Rocker_Glasses
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: Green_Lace
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: Golden_Bell
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: Bark_Shorts
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: Monkey_Circlet
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: Red_Muffler
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: Boy's_Naivety
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: Flaming_Ice
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: Tantanmen
|
|
Rate: 1
|
|
- Group: TAURUS_CROWN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Cape
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Centipede_Larva_Card
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Umbala_Spirit_Box2
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Taurus_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Round_Eyes
|
|
Rate: 200
|
|
- Index: 5
|
|
Item: Sunflower_
|
|
Rate: 245
|
|
- Index: 6
|
|
Item: Poporing_Cap
|
|
Rate: 400
|
|
- Index: 7
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Mental_Potion
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Vermilion_10_Scroll_Box
|
|
Rate: 1000
|
|
- Index: 10
|
|
Item: Mysterious_Travel_Sack2
|
|
Rate: 1100
|
|
- Index: 11
|
|
Item: Bubble_Gum_Box5
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: Small_Life_Potion_Box30
|
|
Rate: 1800
|
|
- Index: 13
|
|
Item: Zeny_Scroll
|
|
Rate: 2004
|
|
Amount: 10
|
|
- Group: TAURUS_CROWN_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Taurus_Crown_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: TAURUS_DIADEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Crown
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Owl_Baron_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Samurai_Mask
|
|
Rate: 85
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Taurus_Diadem
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Mischievous_Fairy
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Ph.D_Hat_
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Job_Manual50_Box
|
|
Rate: 600
|
|
- Index: 8
|
|
Item: Meteor_10_Scroll_Box
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Mysterious_Travel_Sack1
|
|
Rate: 1100
|
|
- Index: 10
|
|
Item: Battle_Manual_Box5
|
|
Rate: 1300
|
|
- Index: 11
|
|
Item: Dun_Tele_Scroll_Box10
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: Tyr's_Blessing
|
|
Rate: 1700
|
|
- Index: 13
|
|
Item: Zeny_Scroll
|
|
Rate: 2004
|
|
Amount: 10
|
|
- Group: TAURUS_DI_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Taurus_Diadem_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
Stacked: false
|
|
- Group: TCG_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: TCG_Card
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 150
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Rate: 150
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Insurance
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Token_Of_Siegfried
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Light_White_Pot
|
|
Rate: 500
|
|
Amount: 25
|
|
- Group: THANKS_GIVING_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Str_Dish_Box
|
|
Rate: 1300
|
|
- Index: 2
|
|
Item: HE_Battle_Manual
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1222
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Yggdrasilberry
|
|
Rate: 1026
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_MoonStar_Accessory
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Gold_Ingot_Poring_Hat
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: School_Uniform
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Rocket_Helm_RWC
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Balloon_Hat
|
|
Rate: 180
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Tare_Pope_
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: THIEF_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shinobi_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wander_Man_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Wild_Rose_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: The_Paper_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dancing_Dragon_Card
|
|
UniqueId: true
|
|
- Group: THREE_MASTER_PACKAGE_III
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_M_Flower_Scroll
|
|
UniqueId: true
|
|
- Group: THREE_MASTER_PACKAGE_III_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_M_Flower_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: THROWABLE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Powder
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Boost500_To_Throw
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Full_SwingK_To_Throw
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Mana_Plus_To_Throw
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Cure_Free_To_Throw
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Stamina_Up_M_To_Throw
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Digestive_F_To_Throw
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: HP_Inc_PotS_To_Throw
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: HP_Inc_PotM_To_Throw
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: HP_Inc_PotL_To_Throw
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: SP_Inc_PotS_To_Throw
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: SP_Inc_PotM_To_Throw
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: SP_Inc_PotL_To_Throw
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: En_White_PotZ_To_Throw
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Vitata500_To_Throw
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: En_Cel_Juice_To_Throw
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Savage_BBQ_To_Throw
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Wug_Cocktail_To_Throw
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: M_Brisket_To_Throw
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Siroma_Icetea_To_Throw
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Drocera_Stew_To_Throw
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Petti_Noodle_To_Throw
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Black_Thing_To_Throw
|
|
Rate: 1
|
|
- Group: TIME_TRAVEL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Ancient_Shield_Of_Aeon
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Sweet_Bonnet
|
|
Rate: 159
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_White_Baby_Cat_Ears
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Love_Chick_Hat
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_Fallen_Angel_Lost_J
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Rolf_Von_Gigue_666
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Blood_Sucker
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Unbreakable_Weap
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Unbreakable_Def
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 16
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 18
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 19
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 20
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 21
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Group: TOKEN_OF_SIEGFRIED
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: F_Token_Of_Siegfried
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: E_Token_Of_Siegfried
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: DF_Token_Of_Siegfried
|
|
Rate: 1
|
|
- Group: TRESURE_BOX_WOE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Majestic_Goat_Repl
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Jewel_Crown_Repl
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: Prontera_Army_Cap_Repl
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Feather_Bonnet_Repl
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: Viking_Helm_Repl
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Mysterious_Can
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Mysterious_PET_Bottle
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Mysterious_Can2
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Mysterious_PET_Bottle2
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Hometown_Gift
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: Yggdrasilberry
|
|
Rate: 30
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 12
|
|
Item: Dried_Yggdrasilberry
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 13
|
|
Item: Unripe_Fruit
|
|
Rate: 50
|
|
Amount: 5
|
|
- Index: 14
|
|
Item: First_Aid_Kit
|
|
Rate: 40
|
|
Amount: 10
|
|
- Index: 15
|
|
Item: Gift_Box
|
|
Rate: 250
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: Comp_Battle_Manual
|
|
Rate: 20
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Old_Blue_Box
|
|
Rate: 180
|
|
Amount: 5
|
|
- Group: TUNA_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tuna
|
|
Duration: 60
|
|
- Group: TUNA_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tuna
|
|
Duration: 10080
|
|
- Group: TW_13Y_LUCKY_EGG_06
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Box
|
|
Rate: 1500
|
|
- Index: 1
|
|
Item: Megaphone_Box
|
|
Rate: 1500
|
|
- Index: 2
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: Underripe_Yggseed
|
|
Rate: 1500
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Job_Manual50_Box
|
|
Rate: 1500
|
|
- Index: 5
|
|
Item: Int_Dish_Box
|
|
Rate: 1500
|
|
- Index: 6
|
|
Item: Anger_Seagod
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Ex_Def_Potion_Box
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Hervor
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Gorilla_Model_Hat
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Strawberry_Decoration
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Black_Musang_Hat
|
|
Rate: 71
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Blue_Pajamas_Hat
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 13
|
|
Item: MVP_Basketball
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: TW_APRIL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish_Box
|
|
Rate: 1500
|
|
- Index: 1
|
|
Item: Luk_Dish_Box
|
|
Rate: 1500
|
|
- Index: 2
|
|
Item: Vit_Dish_Box
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 1300
|
|
- Index: 5
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Shadow_Armor_S_Box10
|
|
Rate: 1300
|
|
- Index: 7
|
|
Item: Turtle_General_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: RWC2010_Indonesia
|
|
Rate: 6
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Neuralizer_Box
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Spiked_Scarf_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Rainbow_Scarf_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Fish_Head_Hat_Box
|
|
Rate: 180
|
|
Announced: true
|
|
- Group: TW_AUG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 1350
|
|
- Index: 1
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1280
|
|
- Index: 2
|
|
Item: Diabolic_Scroll
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: Battle_Manual_Box
|
|
Rate: 1130
|
|
- Index: 5
|
|
Item: Enchant_Book
|
|
Rate: 800
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Psychic_ArmorS
|
|
Rate: 1021
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Vit_Dish_Box
|
|
Rate: 1350
|
|
- Index: 8
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Ninja_Scroll
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Pink_Fur_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Whisper_Boss_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Gloom_Under_Night_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: TW_NOV_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Zeny_Scroll
|
|
Rate: 250
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guyak_Pudding
|
|
Rate: 80
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Str_Dish_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Agi_Dish_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Int_Dish_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Dex_Dish_Box
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Luk_Dish_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Vit_Dish_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Meteor_10_Scroll_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Storm_10_Scroll_Box
|
|
Rate: 25
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Vermilion_10_Scroll_Box
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Necromencer's_Hood
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Anubis_Helm
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Miracle_Medicine
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Group: TW_NOV_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dex_Dish_Box
|
|
Rate: 1500
|
|
- Index: 1
|
|
Item: Songpyun_Box50
|
|
Rate: 1200
|
|
- Index: 2
|
|
Item: Enchant_Book
|
|
Rate: 1100
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Megaphone_Box
|
|
Rate: 1200
|
|
- Index: 4
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1200
|
|
- Index: 5
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 884
|
|
- Index: 6
|
|
Item: Vit_Dish_Box
|
|
Rate: 1500
|
|
- Index: 7
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 600
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Psychic_ArmorS
|
|
Rate: 600
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Candy_Hat
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Black_Knitted_Hat
|
|
Rate: 30
|
|
Announced: true
|
|
- Group: TW_OCTOBER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Magical_Moon_Cake
|
|
Rate: 191
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Charm_Of_Happiness
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Guyak_Pudding
|
|
Rate: 130
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Luk_Dish_Box
|
|
Rate: 106
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vit_Dish_Box
|
|
Rate: 105
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Str_Dish_Box
|
|
Rate: 104
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Spark_Candy_Box10
|
|
Rate: 103
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Mistic_Rose
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Bison_Horn
|
|
Rate: 21
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Hyegun_Hat
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Fish_In_Mouth
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Black_Glasses
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Magic_Card_Album
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Miracle_Medicine
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: TW_ORANGE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Int_Dish_Box
|
|
Rate: 1100
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1100
|
|
- Index: 2
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: Diabolic_Scroll
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Insurance_Package
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Aspersio_5_Scroll_Box
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: B_Mdef_Potion_Box10
|
|
Rate: 590
|
|
- Index: 10
|
|
Item: Wug_Cocktail_To_Throw
|
|
Rate: 788
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Hippo_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: SLD_Lord_Of_Death_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Doppelganger_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Krieger_Onehand_Axe1
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Rose_Hairband
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Bell_Ribbon
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: TW_RAINBOW_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Vit_Dish_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Int_Dish_Box
|
|
Rate: 1400
|
|
- Index: 2
|
|
Item: Agi_Dish_Box
|
|
Rate: 1400
|
|
- Index: 3
|
|
Item: Neko_Mimi_Kafra
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Dex_Dish_Box
|
|
Rate: 1400
|
|
- Index: 5
|
|
Item: Diabolic_Scroll
|
|
Rate: 1400
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Unbreak_Def_Box
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: HD_Bradium_Box5
|
|
Rate: 250
|
|
- Index: 9
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Megaphone_Box
|
|
Rate: 1450
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sunglasses_
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Cowhide_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Satanic_Chain_P
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Censor_Bar
|
|
Rate: 44
|
|
Announced: true
|
|
UniqueId: true
|
|
- Group: TW_RED_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1100
|
|
- Index: 1
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1150
|
|
- Index: 2
|
|
Item: Kafra_Card_Box
|
|
Rate: 1050
|
|
- Index: 3
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1050
|
|
- Index: 4
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1150
|
|
- Index: 5
|
|
Item: Convex_Mirror_Box
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Battle_Manual_Box
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 147
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: M_Brisket_To_Throw
|
|
Rate: 824
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Job_Manual50_Box
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: Showy_High_Cap
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Neuralizer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Moonlight_Flower_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Krieger_Katar1
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Leek_In_Mouth
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Pink_Drooping_Kitty
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Majestic_Evil_Horn
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: TW_SEP_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry_Box
|
|
Rate: 191
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Gingerbread
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Guyak_Pudding
|
|
Rate: 130
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: S_Def_Potion_Box30
|
|
Rate: 105
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: S_Mdef_Potion_Box30
|
|
Rate: 104
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish_Box
|
|
Rate: 103
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Vit_Dish_Box
|
|
Rate: 102
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Sunflower_Hairpin
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Scuba_Mask
|
|
Rate: 23
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Hat_Of_Judge
|
|
Rate: 22
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Filir_Hat
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Side_Cap
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 2
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Miracle_Medicine
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: TW_YELLOW_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: J_Aspersio_5_Scroll_Box
|
|
Rate: 1200
|
|
- Index: 2
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Songpyun_Box50
|
|
Rate: 1100
|
|
- Index: 4
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1100
|
|
- Index: 5
|
|
Item: Insurance_Package
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 148
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Unbreak_Def_Box
|
|
Rate: 148
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Psychic_ArmorS
|
|
Rate: 550
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Drocera_Herb_Stew
|
|
Rate: 784
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 361
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Electric_Sunglass
|
|
Rate: 140
|
|
Announced: true
|
|
- Index: 12
|
|
Item: SLD_B_Katrinn_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Krieger_Onehand_Spear1
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Strawberry_In_Mouth
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 17
|
|
Item: MVP_Basketball
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 18
|
|
Item: RWC2010_Indonesia
|
|
Rate: 3
|
|
Announced: true
|
|
- Group: UMBALA_SPIRIT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: UNDINE_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1129
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1119
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1129
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_Little_Aquarium
|
|
Rate: 107
|
|
- Index: 10
|
|
Item: C_Pigeon_Hat
|
|
Rate: 110
|
|
- Index: 11
|
|
Item: Scutum
|
|
Rate: 110
|
|
- Index: 12
|
|
Item: Bio_Protector
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 11
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Thanatos_Card
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 22
|
|
Item: B_Harword_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: UNLIMITED_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: GoldenTreasureBox
|
|
UniqueId: true
|
|
- Group: UNLIMITED_BOX_II
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Pharaoh_Scroll
|
|
UniqueId: true
|
|
- Group: UNLIMITED_BOX_II_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Pharaoh_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: VALENTINE_PLEDGE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Valentine_Pledge
|
|
Duration: 525600
|
|
UniqueId: true
|
|
- Group: VALERIAN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Miracle_Medicine
|
|
Rate: 200
|
|
- Index: 1
|
|
Item: Ring_Of_Resonance
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Drooping_Morocc_Minion
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 99
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Berzebub_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Succu_Pet_Coupon
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Ifrit's_Ear
|
|
Rate: 101
|
|
- Index: 7
|
|
Item: Vit_Dish_Box
|
|
Rate: 475
|
|
- Index: 8
|
|
Item: Pill__Box
|
|
Rate: 1074
|
|
- Index: 9
|
|
Item: Glass_Of_Illusion_Box5
|
|
Rate: 1400
|
|
- Index: 10
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1400
|
|
- Index: 11
|
|
Item: Wander_Man_Box10
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Battle_Manual_Box
|
|
Rate: 765
|
|
- Index: 13
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Spark_Candy_Box10
|
|
Rate: 12000
|
|
- Index: 15
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 2000
|
|
- Index: 16
|
|
Item: Guarantee_Armor_6Up
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Guyak_Pudding
|
|
Rate: 500
|
|
- Group: VALKYRIE_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Silvervine_Fruit_Box10
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Etran_Shirt
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Fallen_Monk_Rosary
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Noble_Mask
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Valkyrie_Hammer
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Ghostring_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: VENUS_LUCKY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1100
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: ASPD_Potion_Box10_2
|
|
Rate: 1100
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 439
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: C_C_Tower_Manager_Incom
|
|
Rate: 175
|
|
- Index: 10
|
|
Item: Fafnir_Skin
|
|
Rate: 175
|
|
- Index: 11
|
|
Item: Good_Wedding_Veil_J
|
|
Rate: 125
|
|
- Index: 12
|
|
Item: Fafnir_Mask
|
|
Rate: 125
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_6Up
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: Guarantee_Armor_6Up
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Ifrit_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: VESPER_CORE01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core01_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: VESPER_CORE02_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core02_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: VESPER_CORE03_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core03_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: VESPER_CORE04_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core04_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: VICTORY_FB_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Victory_FB_Hat
|
|
Duration: 60
|
|
- Group: VICTORY_HAT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Victory_FB_Hat
|
|
Duration: 3600
|
|
- Group: VIGORGRA_PACKAGE1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE12
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Adrenaline_Scroll
|
|
Amount: 48
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 40
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Holy_Water
|
|
Amount: 40
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Adrenaline_Scroll
|
|
Amount: 24
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Holy_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: VIOLETBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion
|
|
Rate: 14
|
|
- Index: 1
|
|
Item: Orange_Potion
|
|
Rate: 14
|
|
- Index: 2
|
|
Item: Yellow_Potion
|
|
Rate: 14
|
|
- Index: 3
|
|
Item: White_Potion
|
|
Rate: 14
|
|
- Index: 4
|
|
Item: Blue_Potion
|
|
Rate: 14
|
|
- Index: 5
|
|
Item: Green_Potion
|
|
Rate: 14
|
|
- Index: 6
|
|
Item: Red_Herb
|
|
Rate: 14
|
|
- Index: 7
|
|
Item: Yellow_Herb
|
|
Rate: 14
|
|
- Index: 8
|
|
Item: White_Herb
|
|
Rate: 14
|
|
- Index: 9
|
|
Item: Blue_Herb
|
|
Rate: 14
|
|
- Index: 10
|
|
Item: Green_Herb
|
|
Rate: 14
|
|
- Index: 11
|
|
Item: Apple
|
|
Rate: 14
|
|
- Index: 12
|
|
Item: Banana
|
|
Rate: 14
|
|
- Index: 13
|
|
Item: Grape
|
|
Rate: 14
|
|
- Index: 14
|
|
Item: Carrot
|
|
Rate: 14
|
|
- Index: 15
|
|
Item: Sweet_Potato
|
|
Rate: 14
|
|
- Index: 16
|
|
Item: Meat
|
|
Rate: 14
|
|
- Index: 17
|
|
Item: Honey
|
|
Rate: 14
|
|
- Index: 18
|
|
Item: Milk
|
|
Rate: 14
|
|
- Index: 19
|
|
Item: Leaflet_Of_Hinal
|
|
Rate: 14
|
|
- Index: 20
|
|
Item: Leaflet_Of_Aloe
|
|
Rate: 14
|
|
- Index: 21
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 14
|
|
- Index: 22
|
|
Item: Holy_Water
|
|
Rate: 14
|
|
- Index: 23
|
|
Item: Panacea
|
|
Rate: 14
|
|
- Index: 24
|
|
Item: Royal_Jelly
|
|
Rate: 14
|
|
- Index: 25
|
|
Item: Monster's_Feed
|
|
Rate: 14
|
|
- Index: 26
|
|
Item: Candy
|
|
Rate: 14
|
|
- Index: 27
|
|
Item: Candy_Striper
|
|
Rate: 14
|
|
- Index: 28
|
|
Item: Apple_Juice
|
|
Rate: 14
|
|
- Index: 29
|
|
Item: Banana_Juice
|
|
Rate: 14
|
|
- Index: 30
|
|
Item: Grape_Juice
|
|
Rate: 14
|
|
- Index: 31
|
|
Item: Carrot_Juice
|
|
Rate: 14
|
|
- Index: 32
|
|
Item: Pumpkin
|
|
Rate: 14
|
|
- Index: 33
|
|
Item: Ice_Cream
|
|
Rate: 14
|
|
- Index: 34
|
|
Item: Pet_Food
|
|
Rate: 14
|
|
- Index: 35
|
|
Item: Well_Baked_Cookie
|
|
Rate: 14
|
|
- Index: 36
|
|
Item: Piece_Of_Cake
|
|
Rate: 14
|
|
- Index: 37
|
|
Item: Fish_Slice
|
|
Rate: 14
|
|
- Index: 38
|
|
Item: Red_Slim_Potion
|
|
Rate: 14
|
|
- Index: 39
|
|
Item: Yellow_Slim_Potion
|
|
Rate: 14
|
|
- Index: 40
|
|
Item: White_Slim_Potion
|
|
Rate: 14
|
|
- Index: 41
|
|
Item: Cheese
|
|
Rate: 14
|
|
- Index: 42
|
|
Item: Nice_Sweet_Potato
|
|
Rate: 14
|
|
- Index: 43
|
|
Item: Popped_Rice
|
|
Rate: 14
|
|
- Index: 44
|
|
Item: Shusi
|
|
Rate: 14
|
|
- Index: 45
|
|
Item: Bun
|
|
Rate: 14
|
|
- Index: 46
|
|
Item: Rice_Cake
|
|
Rate: 14
|
|
- Index: 47
|
|
Item: Chocolate
|
|
Rate: 14
|
|
- Index: 48
|
|
Item: White_Chocolate
|
|
Rate: 14
|
|
- Index: 49
|
|
Item: Wing_Of_Fly
|
|
Rate: 14
|
|
- Index: 50
|
|
Item: Wing_Of_Butterfly
|
|
Rate: 14
|
|
- Index: 51
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 214
|
|
- Index: 52
|
|
Item: Anodyne
|
|
Rate: 14
|
|
- Index: 53
|
|
Item: Aloebera
|
|
Rate: 14
|
|
- Index: 54
|
|
Item: Yggdrasilberry
|
|
Rate: 14
|
|
- Index: 55
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 14
|
|
- Index: 56
|
|
Item: Amulet
|
|
Rate: 14
|
|
- Index: 57
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 14
|
|
- Index: 58
|
|
Item: Spectacles
|
|
Rate: 14
|
|
- Index: 59
|
|
Item: Portable_Furnace
|
|
Rate: 14
|
|
- Index: 60
|
|
Item: Iron_Hammer
|
|
Rate: 14
|
|
- Index: 61
|
|
Item: Golden_Hammer
|
|
Rate: 14
|
|
- Index: 62
|
|
Item: Oridecon_Hammer
|
|
Rate: 14
|
|
- Index: 63
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: Old_Violet_Box
|
|
Rate: 103
|
|
- Index: 65
|
|
Item: Worn_Out_Scroll
|
|
Rate: 14
|
|
- Index: 66
|
|
Item: Unripe_Apple
|
|
Rate: 14
|
|
- Index: 67
|
|
Item: Orange_Juice
|
|
Rate: 14
|
|
- Index: 68
|
|
Item: Bitter_Herb
|
|
Rate: 14
|
|
- Index: 69
|
|
Item: Rainbow_Carrot
|
|
Rate: 14
|
|
- Index: 70
|
|
Item: Earthworm_The_Dude
|
|
Rate: 14
|
|
- Index: 71
|
|
Item: Rotten_Fish
|
|
Rate: 14
|
|
- Index: 72
|
|
Item: Lusty_Iron
|
|
Rate: 14
|
|
- Index: 73
|
|
Item: Monster_Juice
|
|
Rate: 14
|
|
- Index: 74
|
|
Item: Sweet_Milk
|
|
Rate: 14
|
|
- Index: 75
|
|
Item: Well_Dried_Bone
|
|
Rate: 14
|
|
- Index: 76
|
|
Item: Singing_Flower
|
|
Rate: 14
|
|
- Index: 77
|
|
Item: Dew_Laden_Moss
|
|
Rate: 14
|
|
- Index: 78
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 14
|
|
- Index: 79
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 14
|
|
- Index: 80
|
|
Item: Baked_Yam
|
|
Rate: 14
|
|
- Index: 81
|
|
Item: Tropical_Banana
|
|
Rate: 14
|
|
- Index: 82
|
|
Item: Horror_Of_Tribe
|
|
Rate: 14
|
|
- Index: 83
|
|
Item: No_Recipient
|
|
Rate: 14
|
|
- Index: 84
|
|
Item: Old_Broom
|
|
Rate: 14
|
|
- Index: 85
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 14
|
|
- Index: 86
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 14
|
|
- Index: 87
|
|
Item: Shining_Stone
|
|
Rate: 14
|
|
- Index: 88
|
|
Item: Contracts_In_Shadow
|
|
Rate: 14
|
|
- Index: 89
|
|
Item: Book_Of_Devil
|
|
Rate: 14
|
|
- Index: 90
|
|
Item: Pet_Incubator
|
|
Rate: 14
|
|
- Index: 91
|
|
Item: Gift_Box
|
|
Rate: 114
|
|
- Index: 92
|
|
Item: Center_Potion
|
|
Rate: 14
|
|
- Index: 93
|
|
Item: Awakening_Potion
|
|
Rate: 14
|
|
- Index: 94
|
|
Item: Berserk_Potion
|
|
Rate: 14
|
|
- Index: 95
|
|
Item: Heart_Of_Her
|
|
Rate: 14
|
|
- Index: 96
|
|
Item: Korea_Rice_Cake
|
|
Rate: 14
|
|
- Index: 97
|
|
Item: Gift_Box_1
|
|
Rate: 14
|
|
- Index: 98
|
|
Item: Gift_Box_2
|
|
Rate: 14
|
|
- Index: 99
|
|
Item: Gift_Box_3
|
|
Rate: 14
|
|
- Index: 100
|
|
Item: Gift_Box_4
|
|
Rate: 14
|
|
- Index: 101
|
|
Item: Handsei
|
|
Rate: 14
|
|
- Index: 102
|
|
Item: Poison_Bottle
|
|
Rate: 14
|
|
- Index: 103
|
|
Item: Gold_Pill
|
|
Rate: 14
|
|
- Index: 104
|
|
Item: Ora_Ora
|
|
Rate: 14
|
|
- Index: 105
|
|
Item: Animal_Blood
|
|
Rate: 14
|
|
- Index: 106
|
|
Item: Hinalle
|
|
Rate: 14
|
|
- Index: 107
|
|
Item: Aloe
|
|
Rate: 14
|
|
- Index: 108
|
|
Item: Clover
|
|
Rate: 14
|
|
- Index: 109
|
|
Item: Four_Leaf_Clover
|
|
Rate: 14
|
|
- Index: 110
|
|
Item: Singing_Plant
|
|
Rate: 14
|
|
- Index: 111
|
|
Item: Ment
|
|
Rate: 14
|
|
- Index: 112
|
|
Item: Illusion_Flower
|
|
Rate: 14
|
|
- Index: 113
|
|
Item: Shoot
|
|
Rate: 14
|
|
- Index: 114
|
|
Item: Flower
|
|
Rate: 14
|
|
- Index: 115
|
|
Item: Empty_Bottle
|
|
Rate: 14
|
|
- Index: 116
|
|
Item: Emperium
|
|
Rate: 14
|
|
- Index: 117
|
|
Item: Yellow_Gemstone
|
|
Rate: 14
|
|
- Index: 118
|
|
Item: Red_Gemstone
|
|
Rate: 14
|
|
- Index: 119
|
|
Item: Blue_Gemstone
|
|
Rate: 14
|
|
- Index: 120
|
|
Item: Dark_Red_Jewel
|
|
Rate: 14
|
|
- Index: 121
|
|
Item: Violet_Jewel
|
|
Rate: 14
|
|
- Index: 122
|
|
Item: Skyblue_Jewel
|
|
Rate: 14
|
|
- Index: 123
|
|
Item: Azure_Jewel
|
|
Rate: 14
|
|
- Index: 124
|
|
Item: Scarlet_Jewel
|
|
Rate: 14
|
|
- Index: 125
|
|
Item: Cardinal_Jewel
|
|
Rate: 14
|
|
- Index: 126
|
|
Item: Cardinal_Jewel_
|
|
Rate: 14
|
|
- Index: 127
|
|
Item: Red_Jewel
|
|
Rate: 14
|
|
- Index: 128
|
|
Item: Blue_Jewel
|
|
Rate: 14
|
|
- Index: 129
|
|
Item: White_Jewel
|
|
Rate: 14
|
|
- Index: 130
|
|
Item: Golden_Jewel
|
|
Rate: 14
|
|
- Index: 131
|
|
Item: Bluish_Green_Jewel
|
|
Rate: 14
|
|
- Index: 132
|
|
Item: Crystal_Jewel
|
|
Rate: 14
|
|
- Index: 133
|
|
Item: Crystal_Jewel_
|
|
Rate: 14
|
|
- Index: 134
|
|
Item: Crystal_Jewel__
|
|
Rate: 14
|
|
- Index: 135
|
|
Item: Crystal_Jewel___
|
|
Rate: 14
|
|
- Index: 136
|
|
Item: Red_Frame
|
|
Rate: 14
|
|
- Index: 137
|
|
Item: Blue_Porcelain
|
|
Rate: 14
|
|
- Index: 138
|
|
Item: White_Platter
|
|
Rate: 14
|
|
- Index: 139
|
|
Item: Black_Ladle
|
|
Rate: 14
|
|
- Index: 140
|
|
Item: Pencil_Case
|
|
Rate: 14
|
|
- Index: 141
|
|
Item: Rouge
|
|
Rate: 14
|
|
- Index: 142
|
|
Item: Stuffed_Doll
|
|
Rate: 14
|
|
- Index: 143
|
|
Item: Poring_Doll
|
|
Rate: 14
|
|
- Index: 144
|
|
Item: Chonchon_Doll
|
|
Rate: 14
|
|
- Index: 145
|
|
Item: Spore_Doll
|
|
Rate: 14
|
|
- Index: 146
|
|
Item: Bunch_Of_Flowers
|
|
Rate: 14
|
|
- Index: 147
|
|
Item: Wedding_Bouquet
|
|
Rate: 14
|
|
- Index: 148
|
|
Item: Glass_Bead
|
|
Rate: 14
|
|
- Index: 149
|
|
Item: Crystal_Mirror
|
|
Rate: 14
|
|
- Index: 150
|
|
Item: Witherless_Rose
|
|
Rate: 14
|
|
- Index: 151
|
|
Item: Frozen_Rose
|
|
Rate: 14
|
|
- Index: 152
|
|
Item: Baphomet_Doll
|
|
Rate: 14
|
|
- Index: 153
|
|
Item: Osiris_Doll
|
|
Rate: 14
|
|
- Index: 154
|
|
Item: Grasshopper_Doll
|
|
Rate: 14
|
|
- Index: 155
|
|
Item: Monkey_Doll
|
|
Rate: 14
|
|
- Index: 156
|
|
Item: Raccoondog_Doll
|
|
Rate: 14
|
|
- Index: 157
|
|
Item: Oridecon_Stone
|
|
Rate: 14
|
|
- Index: 158
|
|
Item: Elunium_Stone
|
|
Rate: 14
|
|
- Index: 159
|
|
Item: Danggie
|
|
Rate: 14
|
|
- Index: 160
|
|
Item: Tree_Root
|
|
Rate: 14
|
|
- Index: 161
|
|
Item: Reptile_Tongue
|
|
Rate: 14
|
|
- Index: 162
|
|
Item: Scorpion's_Tail
|
|
Rate: 14
|
|
- Index: 163
|
|
Item: Stem
|
|
Rate: 14
|
|
- Index: 164
|
|
Item: Pointed_Scale
|
|
Rate: 14
|
|
- Index: 165
|
|
Item: Resin
|
|
Rate: 14
|
|
- Index: 166
|
|
Item: Spawn
|
|
Rate: 14
|
|
- Index: 167
|
|
Item: Jellopy
|
|
Rate: 14
|
|
- Index: 168
|
|
Item: Garlet
|
|
Rate: 14
|
|
- Index: 169
|
|
Item: Scell
|
|
Rate: 14
|
|
- Index: 170
|
|
Item: Zargon
|
|
Rate: 14
|
|
- Index: 171
|
|
Item: Tooth_Of_Bat
|
|
Rate: 14
|
|
- Index: 172
|
|
Item: Fluff
|
|
Rate: 14
|
|
- Index: 173
|
|
Item: Chrysalis
|
|
Rate: 14
|
|
- Index: 174
|
|
Item: Feather_Of_Birds
|
|
Rate: 14
|
|
- Index: 175
|
|
Item: Talon
|
|
Rate: 14
|
|
- Index: 176
|
|
Item: Sticky_Webfoot
|
|
Rate: 14
|
|
- Index: 177
|
|
Item: Animal's_Skin
|
|
Rate: 14
|
|
- Index: 178
|
|
Item: Claw_Of_Wolves
|
|
Rate: 14
|
|
- Index: 179
|
|
Item: Mushroom_Spore
|
|
Rate: 14
|
|
- Index: 180
|
|
Item: Orcish_Cuspid
|
|
Rate: 14
|
|
- Index: 181
|
|
Item: Evil_Horn
|
|
Rate: 14
|
|
- Index: 182
|
|
Item: Powder_Of_Butterfly
|
|
Rate: 14
|
|
- Index: 183
|
|
Item: Bill_Of_Birds
|
|
Rate: 14
|
|
- Index: 184
|
|
Item: Scale_Of_Snakes
|
|
Rate: 14
|
|
- Index: 185
|
|
Item: Insect_Feeler
|
|
Rate: 14
|
|
- Index: 186
|
|
Item: Immortal_Heart
|
|
Rate: 14
|
|
- Index: 187
|
|
Item: Rotten_Bandage
|
|
Rate: 14
|
|
- Index: 188
|
|
Item: Orcish_Voucher
|
|
Rate: 14
|
|
- Index: 189
|
|
Item: Skel_Bone
|
|
Rate: 14
|
|
- Index: 190
|
|
Item: Mementos
|
|
Rate: 14
|
|
- Index: 191
|
|
Item: Shell
|
|
Rate: 14
|
|
- Index: 192
|
|
Item: Scales_Shell
|
|
Rate: 14
|
|
- Index: 193
|
|
Item: Posionous_Canine
|
|
Rate: 14
|
|
- Index: 194
|
|
Item: Sticky_Mucus
|
|
Rate: 14
|
|
- Index: 195
|
|
Item: Bee_Sting
|
|
Rate: 14
|
|
- Index: 196
|
|
Item: Grasshopper's_Leg
|
|
Rate: 14
|
|
- Index: 197
|
|
Item: Nose_Ring
|
|
Rate: 14
|
|
- Index: 198
|
|
Item: Yoyo_Tail
|
|
Rate: 14
|
|
- Index: 199
|
|
Item: Solid_Shell
|
|
Rate: 14
|
|
- Index: 200
|
|
Item: Horseshoe
|
|
Rate: 14
|
|
- Index: 201
|
|
Item: Raccoon_Leaf
|
|
Rate: 14
|
|
- Index: 202
|
|
Item: Snail's_Shell
|
|
Rate: 14
|
|
- Index: 203
|
|
Item: Horn
|
|
Rate: 14
|
|
- Index: 204
|
|
Item: Bear's_Foot
|
|
Rate: 14
|
|
- Index: 205
|
|
Item: Feather
|
|
Rate: 14
|
|
- Index: 206
|
|
Item: Heart_Of_Mermaid
|
|
Rate: 14
|
|
- Index: 207
|
|
Item: Fin
|
|
Rate: 14
|
|
- Index: 208
|
|
Item: Cactus_Needle
|
|
Rate: 14
|
|
- Index: 209
|
|
Item: Stone_Heart
|
|
Rate: 14
|
|
- Index: 210
|
|
Item: Shining_Scales
|
|
Rate: 14
|
|
- Index: 211
|
|
Item: Worm_Peelings
|
|
Rate: 14
|
|
- Index: 212
|
|
Item: Gill
|
|
Rate: 14
|
|
- Index: 213
|
|
Item: Decayed_Nail
|
|
Rate: 14
|
|
- Index: 214
|
|
Item: Horrendous_Mouth
|
|
Rate: 14
|
|
- Index: 215
|
|
Item: Rotten_Scale
|
|
Rate: 14
|
|
- Index: 216
|
|
Item: Nipper
|
|
Rate: 14
|
|
- Index: 217
|
|
Item: Conch
|
|
Rate: 14
|
|
- Index: 218
|
|
Item: Tentacle
|
|
Rate: 14
|
|
- Index: 219
|
|
Item: Sharp_Scale
|
|
Rate: 14
|
|
- Index: 220
|
|
Item: Crap_Shell
|
|
Rate: 14
|
|
- Index: 221
|
|
Item: Clam_Shell
|
|
Rate: 14
|
|
- Index: 222
|
|
Item: Flesh_Of_Clam
|
|
Rate: 14
|
|
- Index: 223
|
|
Item: Turtle_Shell
|
|
Rate: 14
|
|
- Index: 224
|
|
Item: Voucher_Of_Orcish_Hero
|
|
Rate: 14
|
|
- Index: 225
|
|
Item: Gold
|
|
Rate: 14
|
|
- Index: 226
|
|
Item: Alchol
|
|
Rate: 14
|
|
- Index: 227
|
|
Item: Detrimindexta
|
|
Rate: 14
|
|
- Index: 228
|
|
Item: Karvodailnirol
|
|
Rate: 14
|
|
- Index: 229
|
|
Item: Counteragent
|
|
Rate: 14
|
|
- Index: 230
|
|
Item: Mixture
|
|
Rate: 14
|
|
- Index: 231
|
|
Item: Scarlet_Dyestuffs
|
|
Rate: 14
|
|
- Index: 232
|
|
Item: Lemon_Dyestuffs
|
|
Rate: 14
|
|
- Index: 233
|
|
Item: Cobaltblue_Dyestuffs
|
|
Rate: 14
|
|
- Index: 234
|
|
Item: Darkgreen_Dyestuffs
|
|
Rate: 14
|
|
- Index: 235
|
|
Item: Orange_Dyestuffs
|
|
Rate: 14
|
|
- Index: 236
|
|
Item: Violet_Dyestuffs
|
|
Rate: 14
|
|
- Index: 237
|
|
Item: White_Dyestuffs
|
|
Rate: 14
|
|
- Index: 238
|
|
Item: Black_Dyestuffs
|
|
Rate: 14
|
|
- Index: 239
|
|
Item: Oridecon
|
|
Rate: 14
|
|
- Index: 240
|
|
Item: Elunium
|
|
Rate: 14
|
|
- Index: 241
|
|
Item: Anvil
|
|
Rate: 14
|
|
- Index: 242
|
|
Item: Oridecon_Anvil
|
|
Rate: 14
|
|
- Index: 243
|
|
Item: Golden_Anvil
|
|
Rate: 14
|
|
- Index: 244
|
|
Item: Emperium_Anvil
|
|
Rate: 14
|
|
- Index: 245
|
|
Item: Boody_Red
|
|
Rate: 14
|
|
- Index: 246
|
|
Item: Crystal_Blue
|
|
Rate: 14
|
|
- Index: 247
|
|
Item: Wind_Of_Verdure
|
|
Rate: 14
|
|
- Index: 248
|
|
Item: Yellow_Live
|
|
Rate: 14
|
|
- Index: 249
|
|
Item: Flame_Heart
|
|
Rate: 14
|
|
- Index: 250
|
|
Item: Mistic_Frozen
|
|
Rate: 14
|
|
- Index: 251
|
|
Item: Rough_Wind
|
|
Rate: 14
|
|
- Index: 252
|
|
Item: Great_Nature
|
|
Rate: 14
|
|
- Index: 253
|
|
Item: Iron
|
|
Rate: 14
|
|
- Index: 254
|
|
Item: Steel
|
|
Rate: 14
|
|
- Index: 255
|
|
Item: Star_Crumb
|
|
Rate: 14
|
|
- Index: 256
|
|
Item: Sparkling_Dust
|
|
Rate: 14
|
|
- Index: 257
|
|
Item: Iron_Ore
|
|
Rate: 14
|
|
- Index: 258
|
|
Item: Coal
|
|
Rate: 14
|
|
- Index: 259
|
|
Item: Patriotism_Marks
|
|
Rate: 14
|
|
- Index: 260
|
|
Item: Hammer_Of_Blacksmith
|
|
Rate: 14
|
|
- Index: 261
|
|
Item: Old_Magic_Book
|
|
Rate: 14
|
|
- Index: 262
|
|
Item: Penetration
|
|
Rate: 14
|
|
- Index: 263
|
|
Item: Frozen_Heart
|
|
Rate: 14
|
|
- Index: 264
|
|
Item: Sacred_Marks
|
|
Rate: 14
|
|
- Index: 265
|
|
Item: Phracon
|
|
Rate: 14
|
|
- Index: 266
|
|
Item: Emveretarcon
|
|
Rate: 14
|
|
- Index: 267
|
|
Item: Lizard_Scruff
|
|
Rate: 14
|
|
- Index: 268
|
|
Item: Colorful_Shell
|
|
Rate: 14
|
|
- Index: 269
|
|
Item: Jaws_Of_Ant
|
|
Rate: 14
|
|
- Index: 270
|
|
Item: Thin_N'_Long_Tongue
|
|
Rate: 14
|
|
- Index: 271
|
|
Item: Rat_Tail
|
|
Rate: 14
|
|
- Index: 272
|
|
Item: Moustache_Of_Mole
|
|
Rate: 14
|
|
- Index: 273
|
|
Item: Nail_Of_Mole
|
|
Rate: 14
|
|
- Index: 274
|
|
Item: Wooden_Block
|
|
Rate: 14
|
|
- Index: 275
|
|
Item: Long_Hair
|
|
Rate: 14
|
|
- Index: 276
|
|
Item: Dokkaebi_Horn
|
|
Rate: 14
|
|
- Index: 277
|
|
Item: Fox_Tail
|
|
Rate: 14
|
|
- Index: 278
|
|
Item: Fish_Tail
|
|
Rate: 14
|
|
- Index: 279
|
|
Item: Chinese_Ink
|
|
Rate: 14
|
|
- Index: 280
|
|
Item: Spiderweb
|
|
Rate: 14
|
|
- Index: 281
|
|
Item: Acorn
|
|
Rate: 14
|
|
- Index: 282
|
|
Item: Porcupine_Spike
|
|
Rate: 14
|
|
- Index: 283
|
|
Item: Wild_Boar's_Mane
|
|
Rate: 14
|
|
- Index: 284
|
|
Item: Tiger's_Skin
|
|
Rate: 14
|
|
- Index: 285
|
|
Item: Tiger_Footskin
|
|
Rate: 14
|
|
- Index: 286
|
|
Item: Limb_Of_Mantis
|
|
Rate: 14
|
|
- Index: 287
|
|
Item: Blossom_Of_Maneater
|
|
Rate: 14
|
|
- Index: 288
|
|
Item: Root_Of_Maneater
|
|
Rate: 14
|
|
- Index: 289
|
|
Item: Cobold_Hair
|
|
Rate: 14
|
|
- Index: 290
|
|
Item: Dragon_Canine
|
|
Rate: 14
|
|
- Index: 291
|
|
Item: Dragon_Scale
|
|
Rate: 14
|
|
- Index: 292
|
|
Item: Dragon_Train
|
|
Rate: 14
|
|
- Index: 293
|
|
Item: Petite_DiablOfs_Horn
|
|
Rate: 14
|
|
- Index: 294
|
|
Item: Petite_DiablOfs_Wing
|
|
Rate: 14
|
|
- Index: 295
|
|
Item: Elder_Pixie's_Beard
|
|
Rate: 14
|
|
- Index: 296
|
|
Item: Lantern
|
|
Rate: 14
|
|
- Index: 297
|
|
Item: Short_Leg
|
|
Rate: 14
|
|
- Index: 298
|
|
Item: Nail_Of_Orc
|
|
Rate: 14
|
|
- Index: 299
|
|
Item: Tooth_Of_
|
|
Rate: 14
|
|
- Index: 300
|
|
Item: Sacred_Masque
|
|
Rate: 14
|
|
- Index: 301
|
|
Item: Tweezer
|
|
Rate: 14
|
|
- Index: 302
|
|
Item: Head_Of_Medusa
|
|
Rate: 14
|
|
- Index: 303
|
|
Item: Slender_Snake
|
|
Rate: 14
|
|
- Index: 304
|
|
Item: Skirt_Of_Virgin
|
|
Rate: 14
|
|
- Index: 305
|
|
Item: Tendon
|
|
Rate: 14
|
|
- Index: 306
|
|
Item: Detonator
|
|
Rate: 14
|
|
- Index: 307
|
|
Item: Single_Cell
|
|
Rate: 14
|
|
- Index: 308
|
|
Item: Tooth_Of_Ancient_Fish
|
|
Rate: 14
|
|
- Index: 309
|
|
Item: Lip_Of_Ancient_Fish
|
|
Rate: 14
|
|
- Index: 310
|
|
Item: Earthworm_Peeling
|
|
Rate: 14
|
|
- Index: 311
|
|
Item: Grit
|
|
Rate: 14
|
|
- Index: 312
|
|
Item: Moth_Dust
|
|
Rate: 14
|
|
- Index: 313
|
|
Item: Wing_Of_Moth
|
|
Rate: 14
|
|
- Index: 314
|
|
Item: Transparent_Cloth
|
|
Rate: 14
|
|
- Index: 315
|
|
Item: Golden_Hair
|
|
Rate: 14
|
|
- Index: 316
|
|
Item: Starsand_Of_Witch
|
|
Rate: 14
|
|
- Index: 317
|
|
Item: Pumpkin_Head
|
|
Rate: 14
|
|
- Index: 318
|
|
Item: Sharpened_Cuspid
|
|
Rate: 14
|
|
- Index: 319
|
|
Item: Reins
|
|
Rate: 14
|
|
- Index: 320
|
|
Item: Booby_Trap
|
|
Rate: 14
|
|
- Index: 321
|
|
Item: Tree_Of_Archer_1
|
|
Rate: 14
|
|
- Index: 322
|
|
Item: Tree_Of_Archer_2
|
|
Rate: 14
|
|
- Index: 323
|
|
Item: Tree_Of_Archer_3
|
|
Rate: 14
|
|
- Index: 324
|
|
Item: Morocc_Potion
|
|
Rate: 14
|
|
- Index: 325
|
|
Item: Payon_Potion
|
|
Rate: 14
|
|
- Index: 326
|
|
Item: Empty_Cylinder
|
|
Rate: 14
|
|
- Index: 327
|
|
Item: Empty_Potion
|
|
Rate: 14
|
|
- Index: 328
|
|
Item: Short_Daenggie
|
|
Rate: 14
|
|
- Index: 329
|
|
Item: Needle_Of_Alarm
|
|
Rate: 14
|
|
- Index: 330
|
|
Item: Round_Shell
|
|
Rate: 14
|
|
- Index: 331
|
|
Item: Worn_Out_Page
|
|
Rate: 14
|
|
- Index: 332
|
|
Item: Manacles
|
|
Rate: 14
|
|
- Index: 333
|
|
Item: Worn_Out_Prison_Uniform
|
|
Rate: 14
|
|
- Index: 334
|
|
Item: Sword_
|
|
Rate: 7
|
|
- Index: 335
|
|
Item: Falchion_
|
|
Rate: 7
|
|
- Index: 336
|
|
Item: Blade_
|
|
Rate: 7
|
|
- Index: 337
|
|
Item: Lapier_
|
|
Rate: 7
|
|
- Index: 338
|
|
Item: Scimiter_
|
|
Rate: 7
|
|
- Index: 339
|
|
Item: Katana_
|
|
Rate: 7
|
|
- Index: 340
|
|
Item: Tsurugi_
|
|
Rate: 7
|
|
- Index: 341
|
|
Item: Orcish_Sword
|
|
Rate: 7
|
|
- Index: 342
|
|
Item: Ring_Pommel_Saber_
|
|
Rate: 7
|
|
- Index: 343
|
|
Item: Saber_
|
|
Rate: 7
|
|
- Index: 344
|
|
Item: Hae_Dong_Gum_
|
|
Rate: 7
|
|
- Index: 345
|
|
Item: Flamberge
|
|
Rate: 7
|
|
- Index: 346
|
|
Item: Town_Sword_
|
|
Rate: 1
|
|
- Index: 347
|
|
Item: Star_Dust_Blade
|
|
Rate: 1
|
|
- Index: 348
|
|
Item: Slayer_
|
|
Rate: 7
|
|
- Index: 349
|
|
Item: Bastard_Sword_
|
|
Rate: 7
|
|
- Index: 350
|
|
Item: Two_Hand_Sword_
|
|
Rate: 7
|
|
- Index: 351
|
|
Item: Broad_Sword_
|
|
Rate: 7
|
|
- Index: 352
|
|
Item: Claymore
|
|
Rate: 7
|
|
- Index: 353
|
|
Item: Chrome_Twohand_Sword
|
|
Rate: 1
|
|
- Index: 354
|
|
Item: Knife_
|
|
Rate: 7
|
|
- Index: 355
|
|
Item: Cutter_
|
|
Rate: 7
|
|
- Index: 356
|
|
Item: Main_Gauche_
|
|
Rate: 7
|
|
- Index: 357
|
|
Item: Dirk_
|
|
Rate: 7
|
|
- Index: 358
|
|
Item: Dagger_
|
|
Rate: 7
|
|
- Index: 359
|
|
Item: Stiletto_
|
|
Rate: 7
|
|
- Index: 360
|
|
Item: Gladius_
|
|
Rate: 7
|
|
- Index: 361
|
|
Item: Damascus_
|
|
Rate: 7
|
|
- Index: 362
|
|
Item: Novice_Knife
|
|
Rate: 7
|
|
- Index: 363
|
|
Item: Jur_
|
|
Rate: 7
|
|
- Index: 364
|
|
Item: Katar_
|
|
Rate: 7
|
|
- Index: 365
|
|
Item: Jamadhar_
|
|
Rate: 7
|
|
- Index: 366
|
|
Item: Katar_Of_Cold_Icicle
|
|
Rate: 7
|
|
- Index: 367
|
|
Item: Katar_Of_Thornbush
|
|
Rate: 7
|
|
- Index: 368
|
|
Item: Katar_Of_Raging_Blaze
|
|
Rate: 7
|
|
- Index: 369
|
|
Item: Katar_Of_Piercing_Wind
|
|
Rate: 7
|
|
- Index: 370
|
|
Item: Nail_Of_Loki
|
|
Rate: 1
|
|
- Index: 371
|
|
Item: Unholy_Touch
|
|
Rate: 1
|
|
- Index: 372
|
|
Item: Various_Jur
|
|
Rate: 2
|
|
- Index: 373
|
|
Item: Bloody_Roar
|
|
Rate: 1
|
|
- Index: 374
|
|
Item: Inverse_Scale
|
|
Rate: 1
|
|
- Index: 375
|
|
Item: Blood_Tears
|
|
Rate: 1
|
|
- Index: 376
|
|
Item: Axe_
|
|
Rate: 7
|
|
- Index: 377
|
|
Item: Orcish_Axe
|
|
Rate: 7
|
|
- Index: 378
|
|
Item: Windhawk
|
|
Rate: 1
|
|
- Index: 379
|
|
Item: Battle_Axe_
|
|
Rate: 7
|
|
- Index: 380
|
|
Item: Hammer_
|
|
Rate: 7
|
|
- Index: 381
|
|
Item: Buster_
|
|
Rate: 7
|
|
- Index: 382
|
|
Item: Two_Handed_Axe_
|
|
Rate: 7
|
|
- Index: 383
|
|
Item: Doom_Slayer
|
|
Rate: 1
|
|
- Index: 384
|
|
Item: Heart_Breaker
|
|
Rate: 1
|
|
- Index: 385
|
|
Item: Hurricane_Fury
|
|
Rate: 1
|
|
- Index: 386
|
|
Item: Javelin_
|
|
Rate: 7
|
|
- Index: 387
|
|
Item: Spear_
|
|
Rate: 7
|
|
- Index: 388
|
|
Item: Pike_
|
|
Rate: 7
|
|
- Index: 389
|
|
Item: Lance_
|
|
Rate: 7
|
|
- Index: 390
|
|
Item: Imperial_Spear
|
|
Rate: 1
|
|
- Index: 391
|
|
Item: Guisarme_
|
|
Rate: 7
|
|
- Index: 392
|
|
Item: Glaive_
|
|
Rate: 7
|
|
- Index: 393
|
|
Item: Partizan_
|
|
Rate: 7
|
|
- Index: 394
|
|
Item: Trident_
|
|
Rate: 7
|
|
- Index: 395
|
|
Item: Halberd_
|
|
Rate: 7
|
|
- Index: 396
|
|
Item: Staff_Of_Soul
|
|
Rate: 7
|
|
- Index: 397
|
|
Item: Gae_Bolg
|
|
Rate: 1
|
|
- Index: 398
|
|
Item: Ahlspiess
|
|
Rate: 1
|
|
- Index: 399
|
|
Item: Club_
|
|
Rate: 7
|
|
- Index: 400
|
|
Item: Mace_
|
|
Rate: 7
|
|
- Index: 401
|
|
Item: Smasher_
|
|
Rate: 7
|
|
- Index: 402
|
|
Item: Flail_
|
|
Rate: 7
|
|
- Index: 403
|
|
Item: Morning_Star_
|
|
Rate: 7
|
|
- Index: 404
|
|
Item: Sword_Mace_
|
|
Rate: 7
|
|
- Index: 405
|
|
Item: Chain_
|
|
Rate: 7
|
|
- Index: 406
|
|
Item: Stunner
|
|
Rate: 7
|
|
- Index: 407
|
|
Item: Book
|
|
Rate: 7
|
|
- Index: 408
|
|
Item: Bible
|
|
Rate: 7
|
|
- Index: 409
|
|
Item: Tablet
|
|
Rate: 7
|
|
- Index: 410
|
|
Item: Book_Of_Billows
|
|
Rate: 7
|
|
- Index: 411
|
|
Item: Book_Of_Mother_Earth
|
|
Rate: 7
|
|
- Index: 412
|
|
Item: Book_Of_Blazing_Sun
|
|
Rate: 7
|
|
- Index: 413
|
|
Item: Book_Of_Gust_Of_Wind
|
|
Rate: 7
|
|
- Index: 414
|
|
Item: Girl's_Diary
|
|
Rate: 7
|
|
- Index: 415
|
|
Item: Legacy_Of_Dragon
|
|
Rate: 1
|
|
- Index: 416
|
|
Item: Diary_Of_Great_Sage
|
|
Rate: 1
|
|
- Index: 417
|
|
Item: Hardback
|
|
Rate: 1
|
|
- Index: 418
|
|
Item: Rod_
|
|
Rate: 7
|
|
- Index: 419
|
|
Item: Wand_
|
|
Rate: 7
|
|
- Index: 420
|
|
Item: Staff_
|
|
Rate: 7
|
|
- Index: 421
|
|
Item: Arc_Wand_
|
|
Rate: 7
|
|
- Index: 422
|
|
Item: Mighty_Staff
|
|
Rate: 7
|
|
- Index: 423
|
|
Item: Blessed_Wand
|
|
Rate: 7
|
|
- Index: 424
|
|
Item: Bone_Wand
|
|
Rate: 7
|
|
- Index: 425
|
|
Item: Staff_Of_Wing
|
|
Rate: 1
|
|
- Index: 426
|
|
Item: Survival_Rod_
|
|
Rate: 1
|
|
- Index: 427
|
|
Item: Survival_Rod2_
|
|
Rate: 1
|
|
- Index: 428
|
|
Item: Hypnotist's_Staff_
|
|
Rate: 1
|
|
- Index: 429
|
|
Item: Mental_Stick
|
|
Rate: 1
|
|
- Index: 430
|
|
Item: Bow_
|
|
Rate: 7
|
|
- Index: 431
|
|
Item: Composite_Bow_
|
|
Rate: 7
|
|
- Index: 432
|
|
Item: Great_Bow_
|
|
Rate: 7
|
|
- Index: 433
|
|
Item: CrossBow_
|
|
Rate: 7
|
|
- Index: 434
|
|
Item: Arbalest_
|
|
Rate: 7
|
|
- Index: 435
|
|
Item: Kakkung_
|
|
Rate: 7
|
|
- Index: 436
|
|
Item: Hunter_Bow
|
|
Rate: 7
|
|
- Index: 437
|
|
Item: Luna_Bow
|
|
Rate: 1
|
|
- Index: 438
|
|
Item: Dragon_Wing
|
|
Rate: 1
|
|
- Index: 439
|
|
Item: Burning_Bow
|
|
Rate: 1
|
|
- Index: 440
|
|
Item: Frozen_Bow
|
|
Rate: 1
|
|
- Index: 441
|
|
Item: Earth_Bow
|
|
Rate: 1
|
|
- Index: 442
|
|
Item: Gust_Bow
|
|
Rate: 1
|
|
- Index: 443
|
|
Item: Arrow
|
|
Rate: 14
|
|
- Index: 444
|
|
Item: Silver_Arrow
|
|
Rate: 14
|
|
- Index: 445
|
|
Item: Fire_Arrow
|
|
Rate: 14
|
|
- Index: 446
|
|
Item: Steel_Arrow
|
|
Rate: 14
|
|
- Index: 447
|
|
Item: Crystal_Arrow
|
|
Rate: 14
|
|
- Index: 448
|
|
Item: Arrow_Of_Wind
|
|
Rate: 14
|
|
- Index: 449
|
|
Item: Stone_Arrow
|
|
Rate: 14
|
|
- Index: 450
|
|
Item: Immatrial_Arrow
|
|
Rate: 14
|
|
- Index: 451
|
|
Item: Stun_Arrow
|
|
Rate: 14
|
|
- Index: 452
|
|
Item: Freezing_Arrow
|
|
Rate: 14
|
|
- Index: 453
|
|
Item: Flash_Arrow
|
|
Rate: 14
|
|
- Index: 454
|
|
Item: Curse_Arrow
|
|
Rate: 14
|
|
- Index: 455
|
|
Item: Rusty_Arrow
|
|
Rate: 14
|
|
- Index: 456
|
|
Item: Poison_Arrow
|
|
Rate: 14
|
|
- Index: 457
|
|
Item: Incisive_Arrow
|
|
Rate: 14
|
|
- Index: 458
|
|
Item: Oridecon_Arrow
|
|
Rate: 14
|
|
- Index: 459
|
|
Item: Arrow_Of_Shadow
|
|
Rate: 14
|
|
- Index: 460
|
|
Item: Sleep_Arrow
|
|
Rate: 14
|
|
- Index: 461
|
|
Item: Silence_Arrow
|
|
Rate: 14
|
|
- Index: 462
|
|
Item: Iron_Arrow
|
|
Rate: 14
|
|
- Index: 463
|
|
Item: Waghnakh_
|
|
Rate: 7
|
|
- Index: 464
|
|
Item: Knuckle_Duster_
|
|
Rate: 7
|
|
- Index: 465
|
|
Item: Hora_
|
|
Rate: 7
|
|
- Index: 466
|
|
Item: Fist_
|
|
Rate: 7
|
|
- Index: 467
|
|
Item: Claw_
|
|
Rate: 7
|
|
- Index: 468
|
|
Item: Finger_
|
|
Rate: 7
|
|
- Index: 469
|
|
Item: Claw_Of_Garm
|
|
Rate: 1
|
|
- Index: 470
|
|
Item: Magma_Fist
|
|
Rate: 1
|
|
- Index: 471
|
|
Item: Icicle_Fist
|
|
Rate: 1
|
|
- Index: 472
|
|
Item: Electric_Fist
|
|
Rate: 1
|
|
- Index: 473
|
|
Item: Seismic_Fist
|
|
Rate: 1
|
|
- Index: 474
|
|
Item: Combo_Battle_Glove
|
|
Rate: 1
|
|
- Index: 475
|
|
Item: Sura_Rampage
|
|
Rate: 1
|
|
- Index: 476
|
|
Item: Violin_
|
|
Rate: 7
|
|
- Index: 477
|
|
Item: Mandolin_
|
|
Rate: 7
|
|
- Index: 478
|
|
Item: Lute_
|
|
Rate: 7
|
|
- Index: 479
|
|
Item: Guitar_
|
|
Rate: 7
|
|
- Index: 480
|
|
Item: Harp_
|
|
Rate: 7
|
|
- Index: 481
|
|
Item: Guh_Moon_Goh_
|
|
Rate: 7
|
|
- Index: 482
|
|
Item: Guitar_Of_Passion
|
|
Rate: 1
|
|
- Index: 483
|
|
Item: Guitar_Of_Blue_Solo
|
|
Rate: 1
|
|
- Index: 484
|
|
Item: Guitar_Of_Vast_Land
|
|
Rate: 1
|
|
- Index: 485
|
|
Item: Guitar_Of_Gentle_Breeze
|
|
Rate: 1
|
|
- Index: 486
|
|
Item: Oriental_Lute
|
|
Rate: 1
|
|
- Index: 487
|
|
Item: Base_Guitar
|
|
Rate: 1
|
|
- Index: 488
|
|
Item: Green_Whistle
|
|
Rate: 1
|
|
- Index: 489
|
|
Item: Rope_
|
|
Rate: 7
|
|
- Index: 490
|
|
Item: Line_
|
|
Rate: 7
|
|
- Index: 491
|
|
Item: Wire_
|
|
Rate: 7
|
|
- Index: 492
|
|
Item: Rante_
|
|
Rate: 7
|
|
- Index: 493
|
|
Item: Tail_
|
|
Rate: 7
|
|
- Index: 494
|
|
Item: Whip_
|
|
Rate: 7
|
|
- Index: 495
|
|
Item: Whip_Of_Red_Flame
|
|
Rate: 1
|
|
- Index: 496
|
|
Item: Whip_Of_Ice_Piece
|
|
Rate: 1
|
|
- Index: 497
|
|
Item: Whip_Of_Earth
|
|
Rate: 1
|
|
- Index: 498
|
|
Item: Jump_Rope
|
|
Rate: 1
|
|
- Index: 499
|
|
Item: Bladed_Whip
|
|
Rate: 1
|
|
- Index: 500
|
|
Item: Queen's_Whip
|
|
Rate: 1
|
|
- Index: 501
|
|
Item: Electric_Wire
|
|
Rate: 1
|
|
- Index: 502
|
|
Item: Electric_Eel
|
|
Rate: 1
|
|
- Index: 503
|
|
Item: Sea_Witch_Foot
|
|
Rate: 1
|
|
- Index: 504
|
|
Item: Carrot_Whip
|
|
Rate: 1
|
|
- Index: 505
|
|
Item: Stem_Whip
|
|
Rate: 1
|
|
- Index: 506
|
|
Item: Rosebine
|
|
Rate: 1
|
|
- Index: 507
|
|
Item: Guard_
|
|
Rate: 7
|
|
- Index: 508
|
|
Item: Buckler_
|
|
Rate: 7
|
|
- Index: 509
|
|
Item: Shield_
|
|
Rate: 7
|
|
- Index: 510
|
|
Item: Mirror_Shield_
|
|
Rate: 7
|
|
- Index: 511
|
|
Item: Memorize_Book
|
|
Rate: 7
|
|
- Index: 512
|
|
Item: Novice_Guard
|
|
Rate: 7
|
|
- Index: 513
|
|
Item: Imperial_Guard
|
|
Rate: 1
|
|
- Index: 514
|
|
Item: Sunglasses
|
|
Rate: 7
|
|
- Index: 515
|
|
Item: Glasses
|
|
Rate: 7
|
|
- Index: 516
|
|
Item: Diver's_Goggles
|
|
Rate: 7
|
|
- Index: 517
|
|
Item: Wedding_Veil
|
|
Rate: 7
|
|
- Index: 518
|
|
Item: Fancy_Flower
|
|
Rate: 7
|
|
- Index: 519
|
|
Item: Ribbon
|
|
Rate: 7
|
|
- Index: 520
|
|
Item: Ribbon_
|
|
Rate: 7
|
|
- Index: 521
|
|
Item: Hair_Band
|
|
Rate: 7
|
|
- Index: 522
|
|
Item: Bandana
|
|
Rate: 7
|
|
- Index: 523
|
|
Item: Eye_Bandage
|
|
Rate: 7
|
|
- Index: 524
|
|
Item: Cat_Hairband
|
|
Rate: 7
|
|
- Index: 525
|
|
Item: Bunny_Band
|
|
Rate: 7
|
|
- Index: 526
|
|
Item: Flower_Hairband
|
|
Rate: 7
|
|
- Index: 527
|
|
Item: Biretta
|
|
Rate: 7
|
|
- Index: 528
|
|
Item: Biretta_
|
|
Rate: 7
|
|
- Index: 529
|
|
Item: Flu_Mask
|
|
Rate: 7
|
|
- Index: 530
|
|
Item: Hat
|
|
Rate: 7
|
|
- Index: 531
|
|
Item: Hat_
|
|
Rate: 7
|
|
- Index: 532
|
|
Item: Turban
|
|
Rate: 7
|
|
- Index: 533
|
|
Item: Turban_
|
|
Rate: 7
|
|
- Index: 534
|
|
Item: Goggle
|
|
Rate: 7
|
|
- Index: 535
|
|
Item: Goggle_
|
|
Rate: 7
|
|
- Index: 536
|
|
Item: Cap
|
|
Rate: 7
|
|
- Index: 537
|
|
Item: Cap_
|
|
Rate: 7
|
|
- Index: 538
|
|
Item: Helm
|
|
Rate: 7
|
|
- Index: 539
|
|
Item: Helm_
|
|
Rate: 7
|
|
- Index: 540
|
|
Item: Gemmed_Sallet
|
|
Rate: 7
|
|
- Index: 541
|
|
Item: Gemmed_Sallet_
|
|
Rate: 7
|
|
- Index: 542
|
|
Item: Circlet
|
|
Rate: 7
|
|
- Index: 543
|
|
Item: Circlet_
|
|
Rate: 7
|
|
- Index: 544
|
|
Item: Tiara
|
|
Rate: 1
|
|
- Index: 545
|
|
Item: Crown
|
|
Rate: 1
|
|
- Index: 546
|
|
Item: Santa's_Hat
|
|
Rate: 7
|
|
- Index: 547
|
|
Item: One_Eyed_Glass
|
|
Rate: 7
|
|
- Index: 548
|
|
Item: Granpa_Beard
|
|
Rate: 7
|
|
- Index: 549
|
|
Item: Luxury_Sunglasses
|
|
Rate: 7
|
|
- Index: 550
|
|
Item: Spinning_Eyes
|
|
Rate: 7
|
|
- Index: 551
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 7
|
|
- Index: 552
|
|
Item: Sweet_Gents
|
|
Rate: 7
|
|
- Index: 553
|
|
Item: Golden_Gear
|
|
Rate: 7
|
|
- Index: 554
|
|
Item: Oldman's_Romance
|
|
Rate: 7
|
|
- Index: 555
|
|
Item: Western_Grace
|
|
Rate: 7
|
|
- Index: 556
|
|
Item: Coronet
|
|
Rate: 1
|
|
- Index: 557
|
|
Item: Fillet
|
|
Rate: 7
|
|
- Index: 558
|
|
Item: Holy_Bonnet
|
|
Rate: 7
|
|
- Index: 559
|
|
Item: Star_Sparkling
|
|
Rate: 7
|
|
- Index: 560
|
|
Item: Sunflower
|
|
Rate: 7
|
|
- Index: 561
|
|
Item: Angelic_Chain
|
|
Rate: 1
|
|
- Index: 562
|
|
Item: Satanic_Chain
|
|
Rate: 1
|
|
- Index: 563
|
|
Item: Magestic_Goat
|
|
Rate: 1
|
|
- Index: 564
|
|
Item: Snowy_Horn
|
|
Rate: 7
|
|
- Index: 565
|
|
Item: Sharp_Gear
|
|
Rate: 1
|
|
- Index: 566
|
|
Item: Mini_Propeller
|
|
Rate: 7
|
|
- Index: 567
|
|
Item: Mini_Glasses
|
|
Rate: 7
|
|
- Index: 568
|
|
Item: Prontera_Army_Cap
|
|
Rate: 7
|
|
- Index: 569
|
|
Item: Pierrot_Nose
|
|
Rate: 7
|
|
- Index: 570
|
|
Item: Gangster_Patch
|
|
Rate: 7
|
|
- Index: 571
|
|
Item: Ganster_Mask
|
|
Rate: 7
|
|
- Index: 572
|
|
Item: Iron_Cane
|
|
Rate: 7
|
|
- Index: 573
|
|
Item: Cigar
|
|
Rate: 7
|
|
- Index: 574
|
|
Item: Smoking_Pipe
|
|
Rate: 7
|
|
- Index: 575
|
|
Item: Centimental_Flower
|
|
Rate: 7
|
|
- Index: 576
|
|
Item: Centimental_Leaf
|
|
Rate: 7
|
|
- Index: 577
|
|
Item: Jack_A_Dandy
|
|
Rate: 7
|
|
- Index: 578
|
|
Item: Ghost_Bandana
|
|
Rate: 1
|
|
- Index: 579
|
|
Item: Red_Bandana
|
|
Rate: 7
|
|
- Index: 580
|
|
Item: Eagle_Eyes
|
|
Rate: 7
|
|
- Index: 581
|
|
Item: Nurse_Cap
|
|
Rate: 7
|
|
- Index: 582
|
|
Item: Mr_Smile
|
|
Rate: 7
|
|
- Index: 583
|
|
Item: Bomb_Wick
|
|
Rate: 7
|
|
- Index: 584
|
|
Item: Spirit_Chain
|
|
Rate: 7
|
|
- Index: 585
|
|
Item: Apple_Of_Archer
|
|
Rate: 7
|
|
- Index: 586
|
|
Item: Elven_Ears
|
|
Rate: 1
|
|
- Index: 587
|
|
Item: Pirate_Bandana
|
|
Rate: 7
|
|
- Index: 588
|
|
Item: Mr_Scream
|
|
Rate: 7
|
|
- Index: 589
|
|
Item: Poo_Poo_Hat
|
|
Rate: 7
|
|
- Index: 590
|
|
Item: Funeral_Costume
|
|
Rate: 7
|
|
- Index: 591
|
|
Item: Masquerade
|
|
Rate: 7
|
|
- Index: 592
|
|
Item: Star_Dust
|
|
Rate: 7
|
|
- Index: 593
|
|
Item: Blinker
|
|
Rate: 7
|
|
- Index: 594
|
|
Item: Goblini_Mask
|
|
Rate: 7
|
|
- Index: 595
|
|
Item: Green_Feeler
|
|
Rate: 7
|
|
- Index: 596
|
|
Item: Viking_Helm
|
|
Rate: 7
|
|
- Index: 597
|
|
Item: Cotton_Shirt_
|
|
Rate: 7
|
|
- Index: 598
|
|
Item: Leather_Jacket_
|
|
Rate: 7
|
|
- Index: 599
|
|
Item: Adventurere's_Suit_
|
|
Rate: 7
|
|
- Index: 600
|
|
Item: Mantle_
|
|
Rate: 7
|
|
- Index: 601
|
|
Item: Coat_
|
|
Rate: 7
|
|
- Index: 602
|
|
Item: Mink_Coat
|
|
Rate: 7
|
|
- Index: 603
|
|
Item: Padded_Armor_
|
|
Rate: 7
|
|
- Index: 604
|
|
Item: Chain_Mail_
|
|
Rate: 7
|
|
- Index: 605
|
|
Item: Plate_Armor_
|
|
Rate: 7
|
|
- Index: 606
|
|
Item: Clothes_Of_The_Lord
|
|
Rate: 7
|
|
- Index: 607
|
|
Item: Formal_Suit
|
|
Rate: 7
|
|
- Index: 608
|
|
Item: Silk_Robe_
|
|
Rate: 7
|
|
- Index: 609
|
|
Item: Scapulare_
|
|
Rate: 7
|
|
- Index: 610
|
|
Item: Saint_Robe_
|
|
Rate: 7
|
|
- Index: 611
|
|
Item: Holy_Robe
|
|
Rate: 1
|
|
- Index: 612
|
|
Item: Wooden_Mail_
|
|
Rate: 7
|
|
- Index: 613
|
|
Item: Tights_
|
|
Rate: 7
|
|
- Index: 614
|
|
Item: Silver_Robe_
|
|
Rate: 7
|
|
- Index: 615
|
|
Item: Mage_Coat
|
|
Rate: 1
|
|
- Index: 616
|
|
Item: Thief_Clothes_
|
|
Rate: 7
|
|
- Index: 617
|
|
Item: Ninja_Suit
|
|
Rate: 7
|
|
- Index: 618
|
|
Item: Wedding_Dress
|
|
Rate: 7
|
|
- Index: 619
|
|
Item: G_Strings
|
|
Rate: 7
|
|
- Index: 620
|
|
Item: Novice_Breast
|
|
Rate: 7
|
|
- Index: 621
|
|
Item: Novice_Plate
|
|
Rate: 7
|
|
- Index: 622
|
|
Item: Sandals_
|
|
Rate: 7
|
|
- Index: 623
|
|
Item: Shoes_
|
|
Rate: 7
|
|
- Index: 624
|
|
Item: Boots_
|
|
Rate: 7
|
|
- Index: 625
|
|
Item: Chrystal_Pumps
|
|
Rate: 7
|
|
- Index: 626
|
|
Item: Cuffs
|
|
Rate: 7
|
|
- Index: 627
|
|
Item: Spiky_Heel
|
|
Rate: 7
|
|
- Index: 628
|
|
Item: Grave
|
|
Rate: 7
|
|
- Index: 629
|
|
Item: Novice_Boots
|
|
Rate: 7
|
|
- Index: 630
|
|
Item: Feral_Boots
|
|
Rate: 1
|
|
- Index: 631
|
|
Item: Dance_Shoes
|
|
Rate: 1
|
|
- Index: 632
|
|
Item: Hood_
|
|
Rate: 7
|
|
- Index: 633
|
|
Item: Muffler_
|
|
Rate: 7
|
|
- Index: 634
|
|
Item: Manteau_
|
|
Rate: 7
|
|
- Index: 635
|
|
Item: Cape_Of_Ancient_Lord
|
|
Rate: 7
|
|
- Index: 636
|
|
Item: Ragamuffin_Cape
|
|
Rate: 7
|
|
- Index: 637
|
|
Item: Novice_Hood
|
|
Rate: 7
|
|
- Index: 638
|
|
Item: Celestial_Robe
|
|
Rate: 1
|
|
- Index: 639
|
|
Item: Pauldron
|
|
Rate: 1
|
|
- Index: 640
|
|
Item: Wing_Of_Eagle
|
|
Rate: 1
|
|
- Index: 641
|
|
Item: Feral_Tail
|
|
Rate: 1
|
|
- Index: 642
|
|
Item: Ring
|
|
Rate: 7
|
|
- Index: 643
|
|
Item: Earring
|
|
Rate: 7
|
|
- Index: 644
|
|
Item: Necklace
|
|
Rate: 7
|
|
- Index: 645
|
|
Item: Glove
|
|
Rate: 7
|
|
- Index: 646
|
|
Item: Brooch
|
|
Rate: 7
|
|
- Index: 647
|
|
Item: Clip
|
|
Rate: 7
|
|
- Index: 648
|
|
Item: Rosary
|
|
Rate: 7
|
|
- Index: 649
|
|
Item: Skul_Ring
|
|
Rate: 7
|
|
- Index: 650
|
|
Item: Gold_Ring
|
|
Rate: 7
|
|
- Index: 651
|
|
Item: Silver_Ring
|
|
Rate: 7
|
|
- Index: 652
|
|
Item: Flower_Ring
|
|
Rate: 7
|
|
- Index: 653
|
|
Item: Diamond_Ring
|
|
Rate: 7
|
|
- Index: 654
|
|
Item: An_Eye_Of_Dullahan
|
|
Rate: 1
|
|
- Index: 655
|
|
Item: Safety_Ring
|
|
Rate: 1
|
|
- Index: 656
|
|
Item: Critical_Ring
|
|
Rate: 1
|
|
- Index: 657
|
|
Item: Mitten_Of_Presbyter
|
|
Rate: 7
|
|
- Index: 658
|
|
Item: Matyr's_Flea_Guard
|
|
Rate: 7
|
|
- Index: 659
|
|
Item: Ring_
|
|
Rate: 1
|
|
- Index: 660
|
|
Item: Earring_
|
|
Rate: 1
|
|
- Index: 661
|
|
Item: Necklace_
|
|
Rate: 1
|
|
- Index: 662
|
|
Item: Glove_
|
|
Rate: 1
|
|
- Index: 663
|
|
Item: Brooch_
|
|
Rate: 1
|
|
- Index: 664
|
|
Item: Rosary_
|
|
Rate: 1
|
|
- Index: 665
|
|
Item: Belt
|
|
Rate: 7
|
|
- Index: 666
|
|
Item: Novice_Armlet
|
|
Rate: 7
|
|
- Index: 667
|
|
Item: Cursed_Lucky_Brooch
|
|
Rate: 1
|
|
- Index: 668
|
|
Item: Shinobi's_Sash
|
|
Rate: 1
|
|
- Index: 669
|
|
Item: Bloody_Iron_Ball
|
|
Rate: 1
|
|
- Index: 670
|
|
Item: Hyper_Changer
|
|
Rate: 1
|
|
- Index: 671
|
|
Item: Gold_Trickle
|
|
Rate: 1
|
|
- Index: 672
|
|
Item: El_Dicastes_Light
|
|
Rate: 1
|
|
- Index: 673
|
|
Item: Telekinetic_Orb
|
|
Rate: 1
|
|
- Index: 674
|
|
Item: Alchemy_Glove
|
|
Rate: 1
|
|
- Index: 675
|
|
Item: Gemmed_Crown
|
|
Rate: 1
|
|
- Index: 676
|
|
Item: Joker_Jester
|
|
Rate: 7
|
|
- Index: 677
|
|
Item: Gas_Mask
|
|
Rate: 7
|
|
- Index: 678
|
|
Item: Machoman_Glasses
|
|
Rate: 7
|
|
- Index: 679
|
|
Item: Loard_Circlet
|
|
Rate: 1
|
|
- Index: 680
|
|
Item: Puppy_Love
|
|
Rate: 7
|
|
- Index: 681
|
|
Item: Safety_Helmet
|
|
Rate: 7
|
|
- Index: 682
|
|
Item: Indian_Hair_Piece
|
|
Rate: 7
|
|
- Index: 683
|
|
Item: Antenna
|
|
Rate: 7
|
|
- Index: 684
|
|
Item: Fin_Helm
|
|
Rate: 7
|
|
- Index: 685
|
|
Item: Egg_Shell
|
|
Rate: 7
|
|
- Index: 686
|
|
Item: Bone_Helm
|
|
Rate: 1
|
|
- Index: 687
|
|
Item: Corsair
|
|
Rate: 1
|
|
- Index: 688
|
|
Item: Panda_Cap
|
|
Rate: 7
|
|
- Index: 689
|
|
Item: Poring_Hat
|
|
Rate: 7
|
|
- Index: 690
|
|
Item: Fruit_Shell
|
|
Rate: 7
|
|
- Index: 691
|
|
Item: Spinx_Helm
|
|
Rate: 1
|
|
- Index: 692
|
|
Item: Popcorn_Hair
|
|
Rate: 1
|
|
- Index: 693
|
|
Item: Novice_Egg_Cap
|
|
Rate: 7
|
|
- Index: 694
|
|
Item: Horn_Of_Succubus
|
|
Rate: 1
|
|
- Index: 695
|
|
Item: Inccubus_Horn
|
|
Rate: 1
|
|
- Index: 696
|
|
Item: Pair_Of_Red_Ribbon
|
|
Rate: 1
|
|
- Index: 697
|
|
Item: Goblin_Mask_02
|
|
Rate: 7
|
|
- Index: 698
|
|
Item: Goblin_Mask_03
|
|
Rate: 7
|
|
- Index: 699
|
|
Item: Goblin_Mask_04
|
|
Rate: 7
|
|
- Index: 700
|
|
Item: Galapago_Cap
|
|
Rate: 1
|
|
- Index: 701
|
|
Item: Angry_Mouth
|
|
Rate: 1
|
|
- Index: 702
|
|
Item: Banana_Hat
|
|
Rate: 1
|
|
- Index: 703
|
|
Item: Ear_Of_Puppy
|
|
Rate: 1
|
|
- Index: 704
|
|
Item: Super_Novice_Hat_
|
|
Rate: 1
|
|
- Index: 705
|
|
Item: Fedora_
|
|
Rate: 1
|
|
- Index: 706
|
|
Item: Mould_Powder
|
|
Rate: 14
|
|
- Index: 707
|
|
Item: Ogre_Tooth
|
|
Rate: 14
|
|
- Index: 708
|
|
Item: Anolian_Skin
|
|
Rate: 14
|
|
- Index: 709
|
|
Item: Mud_Lump
|
|
Rate: 14
|
|
- Index: 710
|
|
Item: Skull
|
|
Rate: 14
|
|
- Index: 711
|
|
Item: Wing_Of_Red_Bat
|
|
Rate: 14
|
|
- Index: 712
|
|
Item: Claw_Of_Rat
|
|
Rate: 14
|
|
- Index: 713
|
|
Item: Stiff_Horn
|
|
Rate: 14
|
|
- Index: 714
|
|
Item: Glitter_Shell
|
|
Rate: 14
|
|
- Index: 715
|
|
Item: Tail_Of_Steel_Scorpion
|
|
Rate: 14
|
|
- Index: 716
|
|
Item: Claw_Of_Monkey
|
|
Rate: 14
|
|
- Index: 717
|
|
Item: Tough_Scalelike_Stem
|
|
Rate: 14
|
|
- Index: 718
|
|
Item: Coral_Reef
|
|
Rate: 14
|
|
- Index: 719
|
|
Item: Old_Portrait
|
|
Rate: 14
|
|
- Index: 720
|
|
Item: Bookclip_In_Memory
|
|
Rate: 14
|
|
- Index: 721
|
|
Item: Spoon_Stub
|
|
Rate: 14
|
|
- Index: 722
|
|
Item: Key_Of_Clock_Tower
|
|
Rate: 14
|
|
- Index: 723
|
|
Item: Underground_Key
|
|
Rate: 14
|
|
- Index: 724
|
|
Item: Claw_Of_Desert_Wolf
|
|
Rate: 14
|
|
- Index: 725
|
|
Item: Old_Frying_Pan
|
|
Rate: 14
|
|
- Index: 726
|
|
Item: Piece_Of_Egg_Shell
|
|
Rate: 14
|
|
- Index: 727
|
|
Item: Poison_Spore
|
|
Rate: 14
|
|
- Index: 728
|
|
Item: Red_Socks_With_Holes
|
|
Rate: 14
|
|
- Index: 729
|
|
Item: Matchstick
|
|
Rate: 14
|
|
- Index: 730
|
|
Item: Fang_Of_Garm
|
|
Rate: 14
|
|
- Index: 731
|
|
Item: Yarn
|
|
Rate: 14
|
|
- Index: 732
|
|
Item: Fine_Grit
|
|
Rate: 14
|
|
- Index: 733
|
|
Item: Alice's_Apron
|
|
Rate: 14
|
|
- Index: 734
|
|
Item: Talon_Of_Griffin
|
|
Rate: 14
|
|
- Index: 735
|
|
Item: Stone
|
|
Rate: 14
|
|
- Index: 736
|
|
Item: Cyfar
|
|
Rate: 14
|
|
- Index: 737
|
|
Item: Brigan
|
|
Rate: 14
|
|
- Index: 738
|
|
Item: Cargo_Free_Ticket
|
|
Rate: 14
|
|
- Index: 739
|
|
Item: Warp_Free_Ticket
|
|
Rate: 14
|
|
- Index: 740
|
|
Item: Cart_Free_Ticket
|
|
Rate: 14
|
|
- Index: 741
|
|
Item: Soft_Feather
|
|
Rate: 14
|
|
- Index: 742
|
|
Item: Dragon_Fly_Wing
|
|
Rate: 14
|
|
- Index: 743
|
|
Item: Sea_Otter_Leather
|
|
Rate: 14
|
|
- Index: 744
|
|
Item: Ice_Piece
|
|
Rate: 14
|
|
- Index: 745
|
|
Item: Stone_Piece
|
|
Rate: 14
|
|
- Index: 746
|
|
Item: Burn_Tree
|
|
Rate: 14
|
|
- Index: 747
|
|
Item: Broken_Armor_Piece
|
|
Rate: 14
|
|
- Index: 748
|
|
Item: Broken_Shell
|
|
Rate: 14
|
|
- Index: 749
|
|
Item: Tatters_Clothes
|
|
Rate: 14
|
|
- Index: 750
|
|
Item: Rust_Suriken
|
|
Rate: 14
|
|
- Index: 751
|
|
Item: Wheel
|
|
Rate: 14
|
|
- Index: 752
|
|
Item: Mystery_Piece
|
|
Rate: 14
|
|
- Index: 753
|
|
Item: Broken_Steel_Piece
|
|
Rate: 14
|
|
- Index: 754
|
|
Item: Cold_Magma
|
|
Rate: 14
|
|
- Index: 755
|
|
Item: Burning_Heart
|
|
Rate: 14
|
|
- Index: 756
|
|
Item: Live_Coal
|
|
Rate: 14
|
|
- Index: 757
|
|
Item: Old_Magic_Circle
|
|
Rate: 14
|
|
- Index: 758
|
|
Item: Sharp_Leaf
|
|
Rate: 14
|
|
- Index: 759
|
|
Item: Peco_Wing_Feather
|
|
Rate: 14
|
|
- Index: 760
|
|
Item: Goat's_Horn
|
|
Rate: 14
|
|
- Index: 761
|
|
Item: Gaoat's_Skin
|
|
Rate: 14
|
|
- Index: 762
|
|
Item: Boroken_Shiled_Piece
|
|
Rate: 14
|
|
- Index: 763
|
|
Item: Shine_Spear_Blade
|
|
Rate: 14
|
|
- Index: 764
|
|
Item: Vroken_Sword
|
|
Rate: 14
|
|
- Index: 765
|
|
Item: Smooth_Paper
|
|
Rate: 14
|
|
- Index: 766
|
|
Item: Fright_Paper_Blade
|
|
Rate: 14
|
|
- Index: 767
|
|
Item: Broken_Pharaoh_Symbol
|
|
Rate: 14
|
|
- Index: 768
|
|
Item: Tutankhamen's_Mask
|
|
Rate: 14
|
|
- Index: 769
|
|
Item: Harpy's_Feather
|
|
Rate: 14
|
|
- Index: 770
|
|
Item: Harpy's_Claw
|
|
Rate: 14
|
|
- Index: 771
|
|
Item: Rent_Spell_Book
|
|
Rate: 14
|
|
- Index: 772
|
|
Item: Rent_Scroll
|
|
Rate: 14
|
|
- Index: 773
|
|
Item: Spawns
|
|
Rate: 14
|
|
- Index: 774
|
|
Item: Burning_Horse_Shoe
|
|
Rate: 14
|
|
- Index: 775
|
|
Item: Honey_Jar
|
|
Rate: 14
|
|
- Index: 776
|
|
Item: Hot_Hair
|
|
Rate: 14
|
|
- Index: 777
|
|
Item: Dragon's_Skin
|
|
Rate: 14
|
|
- Index: 778
|
|
Item: Sand_Lump
|
|
Rate: 14
|
|
- Index: 779
|
|
Item: Scropion's_Nipper
|
|
Rate: 14
|
|
- Index: 780
|
|
Item: Large_Jellopy
|
|
Rate: 14
|
|
- Index: 781
|
|
Item: Medicine_Bowl
|
|
Rate: 14
|
|
- Index: 782
|
|
Item: Fire_Bottle
|
|
Rate: 14
|
|
- Index: 783
|
|
Item: Acid_Bottle
|
|
Rate: 14
|
|
- Index: 784
|
|
Item: MenEater_Plant_Bottle
|
|
Rate: 14
|
|
- Index: 785
|
|
Item: Mini_Bottle
|
|
Rate: 14
|
|
- Index: 786
|
|
Item: Coating_Bottle
|
|
Rate: 14
|
|
- Index: 787
|
|
Item: Yellow_Plate
|
|
Rate: 14
|
|
- Index: 788
|
|
Item: Bamboo_Cut
|
|
Rate: 14
|
|
- Index: 789
|
|
Item: Oil_Paper
|
|
Rate: 14
|
|
- Index: 790
|
|
Item: Glossy_Hair
|
|
Rate: 14
|
|
- Index: 791
|
|
Item: Old_Japaness_Clothes
|
|
Rate: 14
|
|
- Index: 792
|
|
Item: Poison_Powder
|
|
Rate: 14
|
|
- Index: 793
|
|
Item: Poison_Toad's_Skin
|
|
Rate: 14
|
|
- Index: 794
|
|
Item: Broken_Shuriken
|
|
Rate: 14
|
|
- Index: 795
|
|
Item: Black_Mask
|
|
Rate: 14
|
|
- Index: 796
|
|
Item: Broken_Wine_Vessel
|
|
Rate: 14
|
|
- Index: 797
|
|
Item: Tengu's_Nose
|
|
Rate: 14
|
|
- Index: 798
|
|
Item: Black_Bear's_Skin
|
|
Rate: 14
|
|
- Index: 799
|
|
Item: Cloud_Piece
|
|
Rate: 14
|
|
- Index: 800
|
|
Item: Sharp_Feeler
|
|
Rate: 14
|
|
- Index: 801
|
|
Item: Hard_Peach
|
|
Rate: 14
|
|
- Index: 802
|
|
Item: Limpid_Celestial_Robe
|
|
Rate: 14
|
|
- Index: 803
|
|
Item: Soft_Silk_Cloth
|
|
Rate: 14
|
|
- Index: 804
|
|
Item: Mystery_Iron_Bit
|
|
Rate: 14
|
|
- Index: 805
|
|
Item: Great_Wing
|
|
Rate: 14
|
|
- Index: 806
|
|
Item: Taegeuk_Plate
|
|
Rate: 14
|
|
- Index: 807
|
|
Item: Tuxedo
|
|
Rate: 14
|
|
- Index: 808
|
|
Item: Leopard_Skin
|
|
Rate: 14
|
|
- Index: 809
|
|
Item: Leopard_Talon
|
|
Rate: 14
|
|
- Index: 810
|
|
Item: Packing_Ribbon
|
|
Rate: 14
|
|
- Index: 811
|
|
Item: Packing_Paper
|
|
Rate: 14
|
|
- Index: 812
|
|
Item: Cacao
|
|
Rate: 14
|
|
- Index: 813
|
|
Item: Thin_Stem
|
|
Rate: 14
|
|
- Index: 814
|
|
Item: Festival_Mask
|
|
Rate: 14
|
|
- Index: 815
|
|
Item: Browny_Root
|
|
Rate: 14
|
|
- Index: 816
|
|
Item: Heart_Of_Tree
|
|
Rate: 14
|
|
- Index: 817
|
|
Item: Solid_Peeling
|
|
Rate: 14
|
|
- Index: 818
|
|
Item: Lamplight
|
|
Rate: 14
|
|
- Index: 819
|
|
Item: Blade_Of_Pinwheel
|
|
Rate: 14
|
|
- Index: 820
|
|
Item: Germinating_Sprout
|
|
Rate: 14
|
|
- Index: 821
|
|
Item: Soft_Leaf
|
|
Rate: 14
|
|
- Index: 822
|
|
Item: Air_Rifle
|
|
Rate: 14
|
|
- Index: 823
|
|
Item: Shoulder_Protection
|
|
Rate: 14
|
|
- Index: 824
|
|
Item: Tough_Vines
|
|
Rate: 14
|
|
- Index: 825
|
|
Item: Great_Leaf
|
|
Rate: 14
|
|
- Index: 826
|
|
Item: Flexible_String
|
|
Rate: 14
|
|
- Index: 827
|
|
Item: Log
|
|
Rate: 14
|
|
- Index: 828
|
|
Item: Beetle_Nipper
|
|
Rate: 14
|
|
- Index: 829
|
|
Item: Solid_Twig
|
|
Rate: 14
|
|
- Index: 830
|
|
Item: Piece_Of_Black_Cloth
|
|
Rate: 14
|
|
- Index: 831
|
|
Item: Black_Kitty_Doll
|
|
Rate: 14
|
|
- Index: 832
|
|
Item: Old_Manteau
|
|
Rate: 14
|
|
- Index: 833
|
|
Item: Rusty_Cleaver
|
|
Rate: 14
|
|
- Index: 834
|
|
Item: Dullahan's_Helm
|
|
Rate: 14
|
|
- Index: 835
|
|
Item: Dullahan_Armor
|
|
Rate: 14
|
|
- Index: 836
|
|
Item: Rojerta_Piece
|
|
Rate: 14
|
|
- Index: 837
|
|
Item: Hanging_Doll
|
|
Rate: 14
|
|
- Index: 838
|
|
Item: Needle_Pouch
|
|
Rate: 14
|
|
- Index: 839
|
|
Item: Bat_Cage
|
|
Rate: 14
|
|
- Index: 840
|
|
Item: Broken_Needle
|
|
Rate: 14
|
|
- Index: 841
|
|
Item: Red_Scarf
|
|
Rate: 14
|
|
- Index: 842
|
|
Item: Spool
|
|
Rate: 14
|
|
- Index: 843
|
|
Item: Rotten_Rope
|
|
Rate: 14
|
|
- Index: 844
|
|
Item: Striped_Socks
|
|
Rate: 14
|
|
- Index: 845
|
|
Item: Ectoplasm
|
|
Rate: 14
|
|
- Index: 846
|
|
Item: Tangled_Chain
|
|
Rate: 14
|
|
- Index: 847
|
|
Item: Tree_Knot
|
|
Rate: 14
|
|
- Index: 848
|
|
Item: Distorted_Portrait
|
|
Rate: 14
|
|
- Index: 849
|
|
Item: Pumpkin_Bucket
|
|
Rate: 14
|
|
- Index: 850
|
|
Item: Fan
|
|
Rate: 14
|
|
- Index: 851
|
|
Item: Cat_Eyed_Stone
|
|
Rate: 14
|
|
- Index: 852
|
|
Item: Dried_Sand
|
|
Rate: 14
|
|
- Index: 853
|
|
Item: Dragon_Horn
|
|
Rate: 14
|
|
- Index: 854
|
|
Item: Dragon_Fang
|
|
Rate: 14
|
|
- Index: 855
|
|
Item: Tiger_Skin_Panties
|
|
Rate: 14
|
|
- Index: 856
|
|
Item: Little_Blacky_Ghost
|
|
Rate: 14
|
|
- Index: 857
|
|
Item: Bib
|
|
Rate: 14
|
|
- Index: 858
|
|
Item: Milk_Bottle
|
|
Rate: 14
|
|
- Index: 859
|
|
Item: Dark_Crystal_Fragment
|
|
Rate: 1
|
|
- Index: 860
|
|
Item: Long_Limb
|
|
Rate: 1
|
|
- Index: 861
|
|
Item: Screw
|
|
Rate: 1
|
|
- Index: 862
|
|
Item: Old_Pick
|
|
Rate: 1
|
|
- Index: 863
|
|
Item: Old_Steel_Plate
|
|
Rate: 1
|
|
- Index: 864
|
|
Item: Air_Pollutant
|
|
Rate: 1
|
|
- Index: 865
|
|
Item: Fragment_Of_Crystal
|
|
Rate: 1
|
|
- Index: 866
|
|
Item: Poisonous_Gas
|
|
Rate: 1
|
|
- Index: 867
|
|
Item: Battered_Kettle
|
|
Rate: 1
|
|
- Index: 868
|
|
Item: Tube
|
|
Rate: 1
|
|
- Index: 869
|
|
Item: Fluorescent_Liquid
|
|
Rate: 1
|
|
- Index: 870
|
|
Item: Headlamp
|
|
Rate: 1
|
|
- Index: 871
|
|
Item: Piece_Of_Memory_Green
|
|
Rate: 1
|
|
- Index: 872
|
|
Item: Piece_Of_Memory_Purple
|
|
Rate: 1
|
|
- Index: 873
|
|
Item: Piece_Of_Memory_Blue
|
|
Rate: 1
|
|
- Index: 874
|
|
Item: Piece_Of_Memory_Red
|
|
Rate: 1
|
|
- Index: 875
|
|
Item: Red_Feather
|
|
Rate: 1
|
|
- Index: 876
|
|
Item: Blue_Feather
|
|
Rate: 1
|
|
- Index: 877
|
|
Item: Cursed_Seal
|
|
Rate: 1
|
|
- Index: 878
|
|
Item: Tri_Headed_Dragon_Head
|
|
Rate: 1
|
|
- Index: 879
|
|
Item: Treasure_Box
|
|
Rate: 1
|
|
- Index: 880
|
|
Item: Dragonball_Green
|
|
Rate: 1
|
|
- Index: 881
|
|
Item: Dragonball_Blue
|
|
Rate: 1
|
|
- Index: 882
|
|
Item: Dragonball_Red
|
|
Rate: 1
|
|
- Index: 883
|
|
Item: Dragonball_Yellow
|
|
Rate: 1
|
|
- Index: 884
|
|
Item: Bloody_Page
|
|
Rate: 1
|
|
- Index: 885
|
|
Item: Piece_Of_Bone_Armor
|
|
Rate: 1
|
|
- Index: 886
|
|
Item: Scale_Of_Red_Dragon
|
|
Rate: 1
|
|
- Index: 887
|
|
Item: Yellow_Spice
|
|
Rate: 1
|
|
- Index: 888
|
|
Item: Sweet_Sauce
|
|
Rate: 1
|
|
- Index: 889
|
|
Item: Plain_Sauce
|
|
Rate: 1
|
|
- Index: 890
|
|
Item: Hot_Sauce
|
|
Rate: 1
|
|
- Index: 891
|
|
Item: Red_Spice
|
|
Rate: 1
|
|
- Index: 892
|
|
Item: Cooking_Oil
|
|
Rate: 1
|
|
- Index: 893
|
|
Item: Cookbook01
|
|
Rate: 1
|
|
- Index: 894
|
|
Item: Cookbook02
|
|
Rate: 1
|
|
- Index: 895
|
|
Item: Cookbook03
|
|
Rate: 1
|
|
- Index: 896
|
|
Item: Cookbook04
|
|
Rate: 1
|
|
- Index: 897
|
|
Item: Cookbook05
|
|
Rate: 1
|
|
- Index: 898
|
|
Item: Cookbook06
|
|
Rate: 1
|
|
- Index: 899
|
|
Item: Cookbook07
|
|
Rate: 1
|
|
- Index: 900
|
|
Item: Cookbook08
|
|
Rate: 1
|
|
- Index: 901
|
|
Item: Cookbook09
|
|
Rate: 1
|
|
- Index: 902
|
|
Item: Cookbook10
|
|
Rate: 1
|
|
- Index: 903
|
|
Item: Pot
|
|
Rate: 1
|
|
- Index: 904
|
|
Item: Burnt_Parts
|
|
Rate: 1
|
|
- Index: 905
|
|
Item: Pocket_Watch
|
|
Rate: 1
|
|
- Index: 906
|
|
Item: Ice_Heart
|
|
Rate: 1
|
|
- Index: 907
|
|
Item: Ice_Scale
|
|
Rate: 1
|
|
- Index: 908
|
|
Item: Bloody_Rune
|
|
Rate: 1
|
|
- Index: 909
|
|
Item: Rotten_Meat
|
|
Rate: 1
|
|
- Index: 910
|
|
Item: Sticky_Poison
|
|
Rate: 1
|
|
- Index: 911
|
|
Item: Suspicious_Hat
|
|
Rate: 1
|
|
- Index: 912
|
|
Item: White_Mask
|
|
Rate: 1
|
|
- Index: 913
|
|
Item: Old_White_Cloth
|
|
Rate: 17
|
|
- Index: 914
|
|
Item: Clattering_Skull
|
|
Rate: 16
|
|
- Index: 915
|
|
Item: Broken_Farming_Utensil
|
|
Rate: 17
|
|
- Index: 916
|
|
Item: Skull_Helm
|
|
Rate: 7
|
|
- Index: 917
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 7
|
|
- Index: 918
|
|
Item: Transparent_Headgear
|
|
Rate: 7
|
|
- Index: 919
|
|
Item: Pacifier
|
|
Rate: 7
|
|
- Index: 920
|
|
Item: Wig
|
|
Rate: 7
|
|
- Index: 921
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 7
|
|
- Index: 922
|
|
Item: Silk_Ribbon
|
|
Rate: 7
|
|
- Index: 923
|
|
Item: Punisher
|
|
Rate: 7
|
|
- Index: 924
|
|
Item: Wild_Flower
|
|
Rate: 7
|
|
- Index: 925
|
|
Item: Battered_Pot
|
|
Rate: 7
|
|
- Index: 926
|
|
Item: Stellar_Hairpin
|
|
Rate: 7
|
|
- Index: 927
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 7
|
|
- Index: 928
|
|
Item: Backpack
|
|
Rate: 7
|
|
- Index: 929
|
|
Item: Rocker_Glasses
|
|
Rate: 7
|
|
- Index: 930
|
|
Item: Green_Lace
|
|
Rate: 7
|
|
- Index: 931
|
|
Item: Golden_Bell
|
|
Rate: 7
|
|
- Index: 932
|
|
Item: Bark_Shorts
|
|
Rate: 7
|
|
- Index: 933
|
|
Item: Monkey_Circlet
|
|
Rate: 7
|
|
- Index: 934
|
|
Item: Red_Muffler
|
|
Rate: 7
|
|
- Index: 935
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 7
|
|
- Index: 936
|
|
Item: Dragon_Killer
|
|
Rate: 1
|
|
- Index: 937
|
|
Item: Ginnungagap
|
|
Rate: 1
|
|
- Index: 938
|
|
Item: Coward_
|
|
Rate: 1
|
|
- Index: 939
|
|
Item: Black_Wing
|
|
Rate: 1
|
|
- Index: 940
|
|
Item: Ancient_Dagger
|
|
Rate: 1
|
|
- Index: 941
|
|
Item: Long_Barrel
|
|
Rate: 1
|
|
- Index: 942
|
|
Item: Long_Barrel_
|
|
Rate: 1
|
|
- Index: 943
|
|
Item: Gate_KeeperDD
|
|
Rate: 1
|
|
- Index: 944
|
|
Item: Thunder_P
|
|
Rate: 1
|
|
- Index: 945
|
|
Item: Lever_Action_Rifle
|
|
Rate: 2
|
|
- Index: 946
|
|
Item: Bullet
|
|
Rate: 1
|
|
- Index: 947
|
|
Item: Silver_Bullet
|
|
Rate: 1
|
|
- Index: 948
|
|
Item: Shell_Of_Blood
|
|
Rate: 1
|
|
- Index: 949
|
|
Item: Flare_Sphere
|
|
Rate: 1
|
|
- Index: 950
|
|
Item: Lighting_Sphere
|
|
Rate: 1
|
|
- Index: 951
|
|
Item: Poison_Sphere
|
|
Rate: 1
|
|
- Index: 952
|
|
Item: Blind_Sphere
|
|
Rate: 1
|
|
- Index: 953
|
|
Item: Freezing_Sphere
|
|
Rate: 1
|
|
- Index: 954
|
|
Item: Huuma_Calm_Mind
|
|
Rate: 1
|
|
- Index: 955
|
|
Item: Chrome_Sword
|
|
Rate: 1
|
|
- Index: 956
|
|
Item: Red_Ether_Bag
|
|
Rate: 1
|
|
- Index: 957
|
|
Item: Mystic_Bow
|
|
Rate: 1
|
|
- Group: VIOLET_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guyak_Pudding
|
|
Rate: 1307
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Anger_Seagod
|
|
Rate: 1300
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
- Index: 3
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 1300
|
|
- Index: 5
|
|
Item: Angeling_Pot_Box
|
|
Rate: 1300
|
|
- Index: 6
|
|
Item: Pencil_In_Mouth
|
|
Rate: 90
|
|
- Index: 7
|
|
Item: King_Tiger_Doll_Hat_Box
|
|
Rate: 90
|
|
- Index: 8
|
|
Item: Cloth_Dye_Coupon2_Box
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Aspersio_5_Scroll_Box
|
|
Rate: 859
|
|
- Index: 10
|
|
Item: Job_Manual50_Box
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: Helm_Of_Thoth
|
|
Rate: 140
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: RWC_Memory_Mace
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 14
|
|
Item: SLD_Garm_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Rsx_0806_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Cherry_Twig_In_Mouth
|
|
Rate: 90
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Maya_Puple_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: VOCATION_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HP_Increase_PotionL
|
|
Rate: 1200
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Vit_Dish_Box
|
|
Rate: 1350
|
|
- Index: 2
|
|
Item: Int_Dish_Box
|
|
Rate: 1350
|
|
- Index: 3
|
|
Item: Boarding_Halter_Box
|
|
Rate: 200
|
|
- Index: 4
|
|
Item: Guyak_Pudding
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Psychic_ArmorS
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: HD_Ori_Box10
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1100
|
|
- Index: 8
|
|
Item: Megaphone_Box
|
|
Rate: 1079
|
|
- Index: 9
|
|
Item: Diabolic_Scroll
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 580
|
|
Announced: true
|
|
- Index: 11
|
|
Item: HD_Elu_Box10
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: Gang_Scarf
|
|
Rate: 45
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Red_Bread_Hat
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Incant_Samurai_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Neuralizer_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Group: WATER_TYPE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Cancer_Diadem
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Cancer_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Scorpio_Diadem
|
|
Rate: 60
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Scorpio_Crown
|
|
Rate: 60
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Pisces_Diadem
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Pisces_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Wizard_Left_Eye
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Indi_Feather_Band
|
|
Rate: 266
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Unbreak_Def_Box
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1500
|
|
- Index: 11
|
|
Item: Bubble_Gum_Box
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Agi_Dish_Box
|
|
Rate: 1900
|
|
- Index: 14
|
|
Item: Dex_Dish_Box
|
|
Rate: 1900
|
|
- Index: 15
|
|
Item: Donut_In_Mouth
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Robo_Eye_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Amon_Ra_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Diabolic_Scroll
|
|
Rate: 1500
|
|
Amount: 5
|
|
- Group: WEATHER_REPORT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clear_Sun
|
|
- Index: 1
|
|
Item: Rainbow
|
|
- Index: 2
|
|
Item: Rain_Cloud
|
|
- Index: 3
|
|
Item: Lightning_Cloud
|
|
- Group: WIND_TYPE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Gemini_Diadem
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Gemini_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Libra_Diadem
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Libra_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Aquarius_Diadem
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Aquarius_Crown
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Snowman_Hat_Box
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sunglasses_Bball_Hat
|
|
Rate: 234
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Hankie_In_Mouth
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: New_Style_Box
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Neuralizer_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Battle_Manual_Box
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Kafra_Card_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 500
|
|
- Index: 14
|
|
Item: Spark_Candy_Box10
|
|
Rate: 1500
|
|
- Index: 15
|
|
Item: Str_Dish_Box
|
|
Rate: 1200
|
|
- Index: 16
|
|
Item: Int_Dish_Box
|
|
Rate: 1200
|
|
- Index: 17
|
|
Item: Token_Of_Siegfried_Box
|
|
Rate: 1200
|
|
- Index: 18
|
|
Item: Garm_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1500
|
|
- Group: WINTER_MIDGARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Rate: 1290
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: STR_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Insurance_Package
|
|
Rate: 1300
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: HE_Battle_Manual
|
|
Rate: 1100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: LUK_Biscuit_Stick
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Unbreakable_Def
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unbreakable_Weap
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shoes_Of_Wise_Man
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Blue_Arara_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Campfire_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Wind_Milestone
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Loyalists_Hood
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Light_Darkness_Crown
|
|
Rate: 130
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Saint_Frill_Ribbon
|
|
Rate: 109
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: WISDOM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1100
|
|
- Index: 1
|
|
Item: Blue_Herb_Box2
|
|
Rate: 1100
|
|
- Index: 2
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1200
|
|
- Index: 3
|
|
Item: Dead_Tree_Branch_Box2
|
|
Rate: 1100
|
|
- Index: 4
|
|
Item: B_Def_Potion_Box30
|
|
Rate: 1100
|
|
- Index: 5
|
|
Item: B_Mdef_Potion_Box30
|
|
Rate: 1100
|
|
- Index: 6
|
|
Item: Diabolic_Scroll
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Unbreak_Weap_Box
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Unbreak_Def_Box
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Battle_Manual_Box
|
|
Rate: 784
|
|
- Index: 11
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Trident_Helmet
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_B_Harword_Card
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Randgris_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Turtle_Hat_Box
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Snake_Head
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Ghostring_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: XMAS_BLESS
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Cracker_Xmas
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Bag
|
|
Amount: 3
|
|
UniqueId: true
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Antonio_Card
|
|
Rate: 3
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ribbon_Of_Bride
|
|
Rate: 10
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Santa_Hat_1
|
|
Rate: 25
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Snowman_Hat_Box
|
|
Rate: 20
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Spiked_Scarf
|
|
Rate: 15
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Rainbow_Scarf
|
|
Rate: 15
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Blue_Herb_Box2
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: HP_Increase_PotionL
|
|
Rate: 186
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Job_Manual50_Box
|
|
Rate: 250
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Angeling_Potion
|
|
Rate: 125
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Spark_Candy_Box10
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Group: XMAS_GIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: HandMade_Chocolate
|
|
Rate: 18
|
|
- Index: 1
|
|
Item: HandMade_Chocolate_
|
|
Rate: 18
|
|
- Index: 2
|
|
Item: Chocolate_Drink
|
|
Rate: 18
|
|
- Index: 3
|
|
Item: Old_Blue_Box
|
|
Rate: 24
|
|
- Index: 4
|
|
Item: Gift_Box
|
|
Rate: 66
|
|
- Index: 5
|
|
Item: Crystal_Jewel__
|
|
Rate: 12
|
|
- Index: 6
|
|
Item: Santa's_Hat_
|
|
Rate: 12
|
|
- Index: 7
|
|
Item: Speed_Up_Potion
|
|
Rate: 12
|
|
- Index: 8
|
|
Item: Slow_Down_Potion
|
|
Rate: 12
|
|
- Index: 9
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 6
|
|
- Index: 10
|
|
Item: Wrapped_Mask
|
|
Rate: 6
|
|
- Index: 11
|
|
Item: Bundle_Of_Magic_Scroll
|
|
Rate: 12
|
|
- Index: 12
|
|
Item: First_Aid_Kit
|
|
Rate: 12
|
|
- Index: 13
|
|
Item: Cookie_Bag
|
|
Rate: 12
|
|
- Index: 14
|
|
Item: Red_Bag
|
|
Rate: 6
|
|
- Index: 15
|
|
Item: Buche_De_Noel
|
|
Rate: 24
|
|
- Index: 16
|
|
Item: Old_Bleu_Box
|
|
Rate: 36
|
|
- Index: 17
|
|
Item: Fire_Cracker_Love
|
|
Rate: 6
|
|
- Index: 18
|
|
Item: Fire_Cracker_Xmas
|
|
Rate: 6
|
|
- Group: XMAS_PET_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fish_Head_Hat
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Santa_Poring_Hat
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bell_Ribbon
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Ear_Of_Devil's_Wing
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Flying_Angel
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Pecopeco_Hairband
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Nurse_Cap
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Centimental_Flower
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Tulip_Hairpin
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Gift_Box
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 100
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Yggdrasilberry
|
|
Rate: 110
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 100
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Crystal_Jewel
|
|
Rate: 100
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Crystal_Jewel__
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Max_Weight_Up_Box
|
|
Rate: 50
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: YELLOWBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Elephant_Hat_
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Cookie_Hat
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Silver_Tiara_
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Gold_Tiara_
|
|
Rate: 1
|
|
- Group: YONG_KWANG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Int_Dish_Box
|
|
Rate: 1400
|
|
- Index: 1
|
|
Item: Dun_Tele_Scroll_Box10
|
|
Rate: 1450
|
|
- Index: 2
|
|
Item: Kafra_Card_Box
|
|
Rate: 1450
|
|
- Index: 3
|
|
Item: Holy_Armor_S_Box10
|
|
Rate: 1450
|
|
- Index: 4
|
|
Item: Insurance_Package
|
|
Rate: 1400
|
|
- Index: 5
|
|
Item: Str_Dish_Box
|
|
Rate: 1450
|
|
- Index: 6
|
|
Item: Enriched_Elunium_Box
|
|
Rate: 474
|
|
- Index: 7
|
|
Item: Job_Manual50_Box
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Voyage_Hat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Side_Cap
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Choco_Stick_In_Mouth
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Upd_Bow_Guardian_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rainbow_Feather_Deco
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_World_Star
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 14
|
|
Item: SLD_Garm_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Drosera_Hairpin
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sinsuncho_Hat
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Detale_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: XMAS_PACKAGE_14
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Event_Cake
|
|
Rate: 800
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: White_Slim_Potion_B
|
|
Rate: 800
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: White_Potion_B
|
|
Rate: 900
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Cookie_Bag_B
|
|
Rate: 700
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Chocolate_Drink_B
|
|
Rate: 700
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Blue_Potion_B
|
|
Rate: 700
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Center_Potion_B
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Berserk_Potion_B
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Awakening_Potion_B
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Yggdrasilberry
|
|
Rate: 294
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: C_Polar_Bear_Cap
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: C_Mini_Tree_J
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: C_Cat_Santa_Hat
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: C_Rudolph_Santa_Hat
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: C_Santa_Hat_2
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: C_ShineSantaPoring
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Str_Dish07
|
|
Rate: 400
|
|
- Index: 17
|
|
Item: Agi_Dish07
|
|
Rate: 400
|
|
- Index: 18
|
|
Item: Vit_Dish07
|
|
Rate: 400
|
|
- Index: 19
|
|
Item: Int_Dish07
|
|
Rate: 400
|
|
- Index: 20
|
|
Item: Dex_Dish07
|
|
Rate: 400
|
|
- Index: 21
|
|
Item: Luk_Dish07
|
|
Rate: 400
|
|
- Index: 22
|
|
Item: Old_Card_Album
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 100
|
|
- Index: 24
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 100
|
|
- Group: EASTER_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Candy
|
|
Rate: 4
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Piece_Of_Cake
|
|
Rate: 4
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Jam_Pancake
|
|
Rate: 4
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 3
|
|
Amount: 1
|
|
- Index: 4
|
|
Item: Mystery_Egg
|
|
Rate: 1
|
|
Amount: 1
|
|
- Group: PITAPAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Solo_Gift_Basket
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: Couple_Event_Basket
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: Strawberry_Choco
|
|
Rate: 2000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Chocolate_Drink
|
|
Rate: 2000
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Candy_Striper
|
|
Rate: 2000
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Angeling_Potion
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Diamond_Ring
|
|
Rate: 300
|
|
- Index: 7
|
|
Item: Witherless_Rose
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Jewel_Ring
|
|
Rate: 300
|
|
- Group: HAPPY_BOX_J
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: High_Weapon_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Afro_Wig_Red
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Happy_Pierrot_Mask
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Old_Violet_Box
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Emperium
|
|
Rate: 4
|
|
- Index: 5
|
|
Item: Karvodailnirol
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Savage_Meat
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Gun_Powder
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Beef_Head_Meat
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Petti_Tail
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Drocera_Tentacle
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: Fire_Bottle
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: Coating_Bottle
|
|
Rate: 15
|
|
- Index: 13
|
|
Item: Witherless_Rose
|
|
Rate: 20
|
|
- Index: 14
|
|
Item: Alchol
|
|
Rate: 20
|
|
- Index: 15
|
|
Item: Cold_Ice
|
|
Rate: 20
|
|
- Index: 16
|
|
Item: Ice_Crystal
|
|
Rate: 20
|
|
- Index: 17
|
|
Item: Frozen_Rose
|
|
Rate: 30
|
|
- Index: 18
|
|
Item: Wolf_Blood
|
|
Rate: 30
|
|
- Index: 19
|
|
Item: Ice_Fragment
|
|
Rate: 30
|
|
- Index: 20
|
|
Item: Acid_Bottle
|
|
Rate: 30
|
|
- Index: 21
|
|
Item: Gift_Box
|
|
Rate: 35
|
|
- Index: 22
|
|
Item: MenEater_Plant_Bottle
|
|
Rate: 40
|
|
- Index: 23
|
|
Item: Str_Dish06
|
|
Rate: 40
|
|
- Index: 24
|
|
Item: Vit_Dish06
|
|
Rate: 40
|
|
- Index: 25
|
|
Item: Agi_Dish06
|
|
Rate: 40
|
|
- Index: 26
|
|
Item: Royal_Jelly
|
|
Rate: 80
|
|
- Index: 27
|
|
Item: Int_Dish03
|
|
Rate: 100
|
|
- Index: 28
|
|
Item: Dex_Dish03
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Luk_Dish03
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Honey
|
|
Rate: 130
|
|
- Group: CLASS_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_earring
|
|
Rate: 4
|
|
- Index: 1
|
|
Item: S_Swordman_Pendant
|
|
Rate: 4
|
|
- Index: 2
|
|
Item: S_Knight_Armor
|
|
Rate: 2
|
|
- Index: 3
|
|
Item: S_Knight_Shoes
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: S_Runeknight_Shield
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: S_Crusader_Armor
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: S_Crusader_Shoes
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: S_Royalguard_Shield
|
|
Rate: 2
|
|
- Index: 9
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 2
|
|
- Index: 10
|
|
Item: S_Merchant_earring
|
|
Rate: 4
|
|
- Index: 11
|
|
Item: S_Merchant_Pendant
|
|
Rate: 4
|
|
- Index: 12
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 2
|
|
- Index: 14
|
|
Item: S_Mechanic_Shield
|
|
Rate: 2
|
|
- Index: 15
|
|
Item: S_Mechanic_weapon
|
|
Rate: 2
|
|
- Index: 16
|
|
Item: S_Alchemist_Armor
|
|
Rate: 2
|
|
- Index: 17
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 2
|
|
- Index: 18
|
|
Item: S_Genetic_Shield
|
|
Rate: 2
|
|
- Index: 19
|
|
Item: S_Genetic_Weapon
|
|
Rate: 2
|
|
- Index: 20
|
|
Item: S_Acolyte_earring
|
|
Rate: 4
|
|
- Index: 21
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 4
|
|
- Index: 22
|
|
Item: S_Priest_Armor
|
|
Rate: 2
|
|
- Index: 23
|
|
Item: S_Priest_Shoes
|
|
Rate: 2
|
|
- Index: 24
|
|
Item: S_Archbishop_Shield
|
|
Rate: 2
|
|
- Index: 25
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 2
|
|
- Index: 26
|
|
Item: S_Monk_Armor
|
|
Rate: 2
|
|
- Index: 27
|
|
Item: S_Monk_Shoes
|
|
Rate: 2
|
|
- Index: 28
|
|
Item: S_Sura_Shield
|
|
Rate: 2
|
|
- Index: 29
|
|
Item: S_Sura_weapon
|
|
Rate: 2
|
|
- Index: 30
|
|
Item: S_Thief_earring
|
|
Rate: 4
|
|
- Index: 31
|
|
Item: S_Thief_Pendant
|
|
Rate: 4
|
|
- Index: 32
|
|
Item: S_Assassin_Armor
|
|
Rate: 2
|
|
- Index: 33
|
|
Item: S_Assassin_Shoes
|
|
Rate: 2
|
|
- Index: 34
|
|
Item: S_Guillotine_Shield
|
|
Rate: 2
|
|
- Index: 35
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 2
|
|
- Index: 36
|
|
Item: S_Rogue_Armor
|
|
Rate: 2
|
|
- Index: 37
|
|
Item: S_Rogue_Shoes
|
|
Rate: 2
|
|
- Index: 38
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 2
|
|
- Index: 39
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 2
|
|
- Index: 40
|
|
Item: S_Magician_earring
|
|
Rate: 4
|
|
- Index: 41
|
|
Item: S_Magician_Pendant
|
|
Rate: 4
|
|
- Index: 42
|
|
Item: S_Wizard_Armor
|
|
Rate: 2
|
|
- Index: 43
|
|
Item: S_Wizard_Shoes
|
|
Rate: 2
|
|
- Index: 44
|
|
Item: S_Warlock_Shield
|
|
Rate: 2
|
|
- Index: 45
|
|
Item: S_Warlock_Weapon
|
|
Rate: 2
|
|
- Index: 46
|
|
Item: S_Sage_Armor
|
|
Rate: 2
|
|
- Index: 47
|
|
Item: S_Sage_Shoes
|
|
Rate: 2
|
|
- Index: 48
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 2
|
|
- Index: 49
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 2
|
|
- Index: 50
|
|
Item: S_Archer_earring
|
|
Rate: 4
|
|
- Index: 51
|
|
Item: S_Archer_Pendant
|
|
Rate: 4
|
|
- Index: 52
|
|
Item: S_Hunter_Armor
|
|
Rate: 2
|
|
- Index: 53
|
|
Item: S_Hunter_Shoes
|
|
Rate: 2
|
|
- Index: 54
|
|
Item: S_Ranger_Shield
|
|
Rate: 2
|
|
- Index: 55
|
|
Item: S_Ranger_Weapon
|
|
Rate: 2
|
|
- Index: 56
|
|
Item: S_Bard_Armor
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: S_Bard_Shoes
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: S_Minstrel_Shield
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: S_Dancer_Armor
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: S_Dancer_Shoes
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: S_Wanderer_Shield
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: S_Ninja_Weapon
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: S_Taekwon_Shield
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: S_Ninja_Shield
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 1
|
|
- Index: 76
|
|
Item: S_Rebellion_Armor
|
|
Rate: 1
|
|
- Index: 77
|
|
Item: S_Kagerou_Armor
|
|
Rate: 1
|
|
- Index: 78
|
|
Item: S_Oboro_Armor
|
|
Rate: 1
|
|
- Index: 79
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 1
|
|
- Index: 80
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: S_Oboro_Shoes
|
|
Rate: 1
|
|
- Index: 82
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 1
|
|
- Index: 83
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 1
|
|
- Index: 85
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 1
|
|
- Index: 86
|
|
Item: S_Star_Emperor_Armor
|
|
Rate: 1
|
|
- Index: 87
|
|
Item: S_Star_Emperor_Shoes
|
|
Rate: 1
|
|
- Index: 88
|
|
Item: S_Soul_Reaper_Armor
|
|
Rate: 1
|
|
- Index: 89
|
|
Item: S_Soul_Reaper_Shoes
|
|
Rate: 1
|
|
- Group: SEALED_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Expert_Shoes
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Expert_Shield
|
|
Rate: 110
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Beginner_Shoes
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: S_Beginner_Shield
|
|
Rate: 400
|
|
- Index: 9
|
|
Item: S_Rookie_Shoes
|
|
Rate: 400
|
|
- Index: 10
|
|
Item: S_Rookie_Shield
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: S_Advanced_Shoes
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: S_Advanced_Shield
|
|
Rate: 400
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Enchant_Book
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: LI_Nyangvine_Box1_26
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_Nyangvine_Box2_26
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Group: LI_Nyangvine_Box3_26
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Group: ENCHANT_STONE_BOX26
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: ConStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 6
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 9
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: ElectricEffect_Middle
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 12
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 13
|
|
Item: RangerStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: RangerStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: ArchbishopStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: ArchbishopStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: ArchbishopStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: RangerStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: RangerStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: RangerStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: ShadowchasStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: ShadowchasStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: ShadowchasStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 28
|
|
Item: ReloadStone_Top
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: ReloadStone_Middle
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: ReloadStone_Bottom
|
|
Rate: 24
|
|
- Index: 31
|
|
Item: HighpriestStone_Top
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: HighpriestStone_Middle
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: HighpriestStone_Top2
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: HighpriestStone_Middle2
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: HighpriestStone_Bottom2
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: RangerStone_Top
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: RangerStone_Middle
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: RangerStone_Bottom
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: RangerStone_Top2
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: RangerStone_Middle2
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: RangerStone_Bottom2
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: ShadowchasStone_Bottom2
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: ShadowchasStone_Middle2
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: ShadowchaserStone_Top2
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: CastingStone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: CastingStone_Middle
|
|
Rate: 36
|
|
- Index: 57
|
|
Item: CastingStone_Bottom
|
|
Rate: 36
|
|
- Index: 58
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 59
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 60
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: THIRD_JOB_STONE_GARMENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: MechanicStone_Robe
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: RuneknightStone_Robe
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: GeneticStone_Robe
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: WarlockStone_Robe
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: SuraStone_Robe
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: RangerStone_Robe
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: SorcererStone_Robe
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: KagerouStone_Robe
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: OboroStone_Robe
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: RebellionStone_Robe
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: DoramStone_Robe
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_GARMENT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SuraStone_Robe2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: SorcererStone_Robe2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GeneticStone_Robe2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: WarlockStone_Robe2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: RangerStone_Robe2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: MechanicStone_Robe2
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: StaremperorStone_Robe
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_TOP_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: HighpriestStone_Top
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: PaladinStone_Top
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: AssacrossStone_Top
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: MechanicStone_Top
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: RuneknightStone_Top
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: GeneticStone_Top
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: WarlockStone_Top
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: SuraStone_Top
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: RangerStone_Top
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: SorcererStone_Top
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: NinjaStone_Top
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GunslingerStone_Top
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: DoramStone_Top
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_TOP_BOX2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SuraStone_Top2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: SorcererStone_Top2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: ShadowchaserStone_Top2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: RuneknightStone_Top2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GeneticStone_Top2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinsStone_Top2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: WarlockStone_Top2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: PaladinStone_Top2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: AssacrossStone_Top2
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: RangerStone_Top2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: MechanicStone_Top2
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: HighpriestStone_Top2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: SoullinkerStone_Top
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GladiatorStone_Top
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_MIDDLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: HighpriestStone_Middle
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: PaladinStone_Middle
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: AssacrossStone_Middle
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: MechanicStone_Middle
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: RuneknightStone_Middle
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: GeneticStone_Middle
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: WarlockStone_Middle
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: SuraStone_Middle
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: RangerStone_Middle
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: SorcererStone_Middle
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: NinjaStone_Middle
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GunslingerStone_Middle
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: DoramStone_Middle
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_MIDDLE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SuraStone_Middle2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: SorcererStone_Middle2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: ShadowchasStone_Middle2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: RuneknightStone_Middle2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GeneticStone_Middle2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinsStone_Middle2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: WarlockStone_Middle2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: PaladinStone_Middle2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: RangerStone_Middle2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: MechanicStone_Middle2
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: HighpriestStone_Middle2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: SoullinkerStone_Middle
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GladiatorStone_Middle
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_BOTTOM_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: PaladinStone_Bottom
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: MechanicStone_Bottom
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: GeneticStone_Bottom
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: WarlockStone_Bottom
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: SuraStone_Bottom
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: RangerStone_Bottom
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: SorcererStone_Bottom
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: NinjaStone_Bottom
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GunslingerStone_Bottom
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: DoramStone_Bottom
|
|
Rate: 10
|
|
- Group: THIRD_JOB_STONE_BOTTOM_BOX2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SuraStone_Bottom2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: SorcererStone_Bottom2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: ShadowchasStone_Bottom2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: RuneknightStone_Bottom2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GeneticStone_Bottom2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinsStone_Bottom2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: PaladinStone_Bottom2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: RangerStone_Bottom2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: MechanicStone_Bottom2
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: HighpriestStone_Bottom2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: SoullinkerStone_Bottom
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GladiatorStone_Bottom
|
|
Rate: 10
|
|
- Group: SHADOW_EXCHANGE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Earring
|
|
Rate: 362
|
|
- Index: 1
|
|
Item: S_Physical_Weapon
|
|
Rate: 362
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
Rate: 362
|
|
- Index: 3
|
|
Item: S_Magical_Earring
|
|
Rate: 362
|
|
- Index: 4
|
|
Item: S_Magical_Weapon
|
|
Rate: 362
|
|
- Index: 5
|
|
Item: S_Magical_Pendant
|
|
Rate: 362
|
|
- Index: 6
|
|
Item: S_Breezy_Armor
|
|
Rate: 362
|
|
- Index: 7
|
|
Item: S_Champion_Shoes
|
|
Rate: 362
|
|
- Index: 8
|
|
Item: S_Athena_Shield
|
|
Rate: 362
|
|
- Index: 9
|
|
Item: S_Immune_Armor
|
|
Rate: 217
|
|
- Index: 10
|
|
Item: S_Hard_Armor
|
|
Rate: 362
|
|
- Index: 11
|
|
Item: S_Ancient_Armor
|
|
Rate: 217
|
|
- Index: 12
|
|
Item: S_Critical_Armor
|
|
Rate: 217
|
|
- Index: 13
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 362
|
|
- Index: 14
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 362
|
|
- Index: 15
|
|
Item: S_Healing_Weapon
|
|
Rate: 362
|
|
- Index: 16
|
|
Item: S_Lucky_Weapon
|
|
Rate: 362
|
|
- Index: 17
|
|
Item: S_Power_Earring
|
|
Rate: 362
|
|
- Index: 18
|
|
Item: S_Int_Pendant
|
|
Rate: 362
|
|
- Index: 19
|
|
Item: S_Dexterous_Armor
|
|
Rate: 362
|
|
- Index: 20
|
|
Item: S_Vital_Shoes
|
|
Rate: 362
|
|
- Index: 21
|
|
Item: S_Athletic_Shield
|
|
Rate: 362
|
|
- Index: 22
|
|
Item: S_Lucky_Armor
|
|
Rate: 362
|
|
- Index: 23
|
|
Item: S_Power_Pendant
|
|
Rate: 362
|
|
- Index: 24
|
|
Item: S_Int_Earring
|
|
Rate: 362
|
|
- Index: 25
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 362
|
|
- Index: 26
|
|
Item: S_Vital_Shield
|
|
Rate: 362
|
|
- Index: 27
|
|
Item: S_Athletic_Shoes
|
|
Rate: 362
|
|
- Index: 28
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 362
|
|
- Index: 29
|
|
Item: S_Rapid_Pendant
|
|
Rate: 362
|
|
- Index: 30
|
|
Item: S_Caster_Pendant
|
|
Rate: 217
|
|
- Index: 31
|
|
Item: S_Hard_Earring
|
|
Rate: 362
|
|
- Index: 32
|
|
Item: S_Wise_Earring
|
|
Rate: 362
|
|
- Index: 33
|
|
Item: S_Athena_Earring
|
|
Rate: 362
|
|
- Index: 34
|
|
Item: S_Cranial_Shield
|
|
Rate: 217
|
|
- Index: 35
|
|
Item: S_Safeguard_Shield
|
|
Rate: 217
|
|
- Index: 36
|
|
Item: S_Brutal_Shield
|
|
Rate: 362
|
|
- Index: 37
|
|
Item: S_Gargantua_Shield
|
|
Rate: 362
|
|
- Index: 38
|
|
Item: S_Homers_Shield
|
|
Rate: 362
|
|
- Index: 39
|
|
Item: S_Dragoon_Shield
|
|
Rate: 362
|
|
- Index: 40
|
|
Item: S_Satanic_Shield
|
|
Rate: 362
|
|
- Index: 41
|
|
Item: S_Flameguard_Shield
|
|
Rate: 362
|
|
- Index: 42
|
|
Item: S_Requiem_Shield
|
|
Rate: 362
|
|
- Index: 43
|
|
Item: S_Cadi_Shield
|
|
Rate: 362
|
|
- Index: 44
|
|
Item: S_Bloody_Shoes
|
|
Rate: 362
|
|
- Index: 45
|
|
Item: S_Liberation_Shoes
|
|
Rate: 217
|
|
- Index: 46
|
|
Item: S_Chemical_Shoes
|
|
Rate: 362
|
|
- Index: 47
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 362
|
|
- Index: 48
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 362
|
|
- Index: 49
|
|
Item: S_Fisher_Shoes
|
|
Rate: 362
|
|
- Index: 50
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 362
|
|
- Index: 51
|
|
Item: S_Beholder_Shoes
|
|
Rate: 362
|
|
- Index: 52
|
|
Item: S_Divine_Shoes
|
|
Rate: 362
|
|
- Index: 53
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 362
|
|
- Index: 54
|
|
Item: S_Big_Armor
|
|
Rate: 362
|
|
- Index: 55
|
|
Item: S_Medium_Armor
|
|
Rate: 362
|
|
- Index: 56
|
|
Item: S_Small_Armor
|
|
Rate: 362
|
|
- Index: 57
|
|
Item: S_Big_Weapon
|
|
Rate: 362
|
|
- Index: 58
|
|
Item: S_Medium_Weapon
|
|
Rate: 362
|
|
- Index: 59
|
|
Item: S_Small_Weapon
|
|
Rate: 362
|
|
- Index: 60
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 217
|
|
- Index: 61
|
|
Item: S_Spiritual_Earring
|
|
Rate: 217
|
|
- Index: 62
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 217
|
|
- Index: 63
|
|
Item: S_Malicious_Armor
|
|
Rate: 217
|
|
- Index: 64
|
|
Item: S_Malicious_Shoes
|
|
Rate: 217
|
|
- Index: 65
|
|
Item: S_Malicious_Shield
|
|
Rate: 217
|
|
- Index: 66
|
|
Item: S_Gemstone_Armor
|
|
Rate: 217
|
|
- Index: 67
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 217
|
|
- Index: 68
|
|
Item: S_Gemstone_Shield
|
|
Rate: 217
|
|
- Index: 69
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 217
|
|
- Index: 70
|
|
Item: S_Gemstone_Earring
|
|
Rate: 217
|
|
- Index: 71
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 217
|
|
- Index: 72
|
|
Item: S_Stability_Shield
|
|
Rate: 362
|
|
- Index: 73
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 362
|
|
- Index: 74
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 362
|
|
- Index: 75
|
|
Item: S_Insomniac_Armor
|
|
Rate: 362
|
|
- Index: 76
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 362
|
|
- Index: 77
|
|
Item: S_Peerless_Armor
|
|
Rate: 362
|
|
- Index: 78
|
|
Item: S_Peerless_Shoes
|
|
Rate: 362
|
|
- Index: 79
|
|
Item: S_Adurate_Armor
|
|
Rate: 362
|
|
- Index: 80
|
|
Item: S_Adurate_Shoes
|
|
Rate: 362
|
|
- Index: 81
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 362
|
|
- Index: 82
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 362
|
|
- Index: 83
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 362
|
|
- Index: 84
|
|
Item: Vitality_Earing_S
|
|
Rate: 362
|
|
- Index: 85
|
|
Item: Vitality_Pendant_S
|
|
Rate: 362
|
|
- Index: 86
|
|
Item: S_Neutral_Weapon
|
|
Rate: 362
|
|
- Index: 87
|
|
Item: S_Neutral_Earring
|
|
Rate: 362
|
|
- Index: 88
|
|
Item: S_Neutral_Pendent
|
|
Rate: 362
|
|
- Index: 89
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 362
|
|
- Index: 90
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 362
|
|
- Index: 91
|
|
Item: S_Caster_earring
|
|
Rate: 217
|
|
- Index: 92
|
|
Item: S_Caster_Weapon
|
|
Rate: 217
|
|
- Index: 93
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 217
|
|
- Index: 94
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 217
|
|
- Index: 95
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 217
|
|
- Index: 96
|
|
Item: S_Greed_Armor
|
|
Rate: 72
|
|
- Index: 97
|
|
Item: S_Greed_Shoes
|
|
Rate: 72
|
|
- Index: 98
|
|
Item: S_Greed_Shield
|
|
Rate: 72
|
|
- Index: 99
|
|
Item: S_Greed_Weapon
|
|
Rate: 72
|
|
- Index: 100
|
|
Item: S_Greed_Earring
|
|
Rate: 72
|
|
- Index: 101
|
|
Item: S_Greed_Pendant
|
|
Rate: 72
|
|
- Index: 102
|
|
Item: S_Heal_Armor
|
|
Rate: 362
|
|
- Index: 103
|
|
Item: S_Heal_Shoes
|
|
Rate: 362
|
|
- Index: 104
|
|
Item: S_Heal_Shield
|
|
Rate: 362
|
|
- Index: 105
|
|
Item: S_Heal_Weapon
|
|
Rate: 362
|
|
- Index: 106
|
|
Item: S_Heal_Earring
|
|
Rate: 362
|
|
- Index: 107
|
|
Item: S_Heal_Pendant
|
|
Rate: 362
|
|
- Index: 108
|
|
Item: S_Hiding_Armor
|
|
Rate: 362
|
|
- Index: 109
|
|
Item: S_Hiding_Shoes
|
|
Rate: 362
|
|
- Index: 110
|
|
Item: S_Hiding_Shield
|
|
Rate: 362
|
|
- Index: 111
|
|
Item: S_Hiding_Weapon
|
|
Rate: 362
|
|
- Index: 112
|
|
Item: S_Hiding_Earring
|
|
Rate: 362
|
|
- Index: 113
|
|
Item: S_Hiding_Pendant
|
|
Rate: 362
|
|
- Index: 114
|
|
Item: S_Cloaking_Armor
|
|
Rate: 362
|
|
- Index: 115
|
|
Item: S_Cloaking_Shoes
|
|
Rate: 362
|
|
- Index: 116
|
|
Item: S_Cloaking_Shield
|
|
Rate: 362
|
|
- Index: 117
|
|
Item: S_Cloaking_Weapon
|
|
Rate: 362
|
|
- Index: 118
|
|
Item: S_Cloaking_Earring
|
|
Rate: 362
|
|
- Index: 119
|
|
Item: S_Cloaking_Pendant
|
|
Rate: 362
|
|
- Index: 120
|
|
Item: S_Teleport_Armor
|
|
Rate: 362
|
|
- Index: 121
|
|
Item: S_Teleport_Shoes
|
|
Rate: 362
|
|
- Index: 122
|
|
Item: S_Teleport_Shield
|
|
Rate: 362
|
|
- Index: 123
|
|
Item: S_Teleport_Weapon
|
|
Rate: 362
|
|
- Index: 124
|
|
Item: S_Teleport_Earring
|
|
Rate: 362
|
|
- Index: 125
|
|
Item: S_Teleport_Pendant
|
|
Rate: 362
|
|
- Index: 126
|
|
Item: S_Steal_Armor
|
|
Rate: 362
|
|
- Index: 127
|
|
Item: S_Steal_Shoes
|
|
Rate: 362
|
|
- Index: 128
|
|
Item: S_Steal_Shield
|
|
Rate: 362
|
|
- Index: 129
|
|
Item: S_Steal_Weapon
|
|
Rate: 362
|
|
- Index: 130
|
|
Item: S_Steal_Earring
|
|
Rate: 362
|
|
- Index: 131
|
|
Item: S_Steal_Pendant
|
|
Rate: 362
|
|
- Index: 132
|
|
Item: S_Infinity_Earring
|
|
Rate: 72
|
|
- Index: 133
|
|
Item: S_Infinity_Pendant
|
|
Rate: 72
|
|
- Index: 134
|
|
Item: S_Solid_Weapon
|
|
Rate: 362
|
|
- Index: 135
|
|
Item: S_Solid_Earring
|
|
Rate: 362
|
|
- Index: 136
|
|
Item: S_Immortal_Armor
|
|
Rate: 362
|
|
- Index: 137
|
|
Item: S_Immortal_Pendant
|
|
Rate: 362
|
|
- Index: 138
|
|
Item: S_Executioner_Weapon
|
|
Rate: 72
|
|
- Index: 139
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 72
|
|
- Index: 140
|
|
Item: S_Hunting_Weapon
|
|
Rate: 72
|
|
- Index: 141
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 72
|
|
- Index: 142
|
|
Item: S_Fishing_Weapon
|
|
Rate: 72
|
|
- Index: 143
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 72
|
|
- Index: 144
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 72
|
|
- Index: 145
|
|
Item: S_Vibration_Weapon
|
|
Rate: 72
|
|
- Index: 146
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 72
|
|
- Index: 147
|
|
Item: S_Scissors_Weapon
|
|
Rate: 72
|
|
- Index: 148
|
|
Item: S_Penetration_Earring
|
|
Rate: 72
|
|
- Index: 149
|
|
Item: S_Penetration_Pendent
|
|
Rate: 72
|
|
- Index: 150
|
|
Item: S_Tempest_Earring
|
|
Rate: 72
|
|
- Index: 151
|
|
Item: S_Tempest_Pendent
|
|
Rate: 72
|
|
- Index: 152
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 72
|
|
- Index: 153
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 72
|
|
- Index: 154
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 72
|
|
- Index: 155
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 72
|
|
- Index: 156
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 72
|
|
- Index: 157
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 72
|
|
- Index: 158
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 72
|
|
- Index: 159
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 72
|
|
- Index: 160
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 72
|
|
- Index: 161
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 72
|
|
- Index: 162
|
|
Item: S_Bearers_Armor
|
|
Rate: 72
|
|
- Index: 163
|
|
Item: S_Bearers_Shoes
|
|
Rate: 72
|
|
- Index: 164
|
|
Item: S_Bearers_Shield
|
|
Rate: 72
|
|
- Index: 165
|
|
Item: S_Bearers_Weapon
|
|
Rate: 72
|
|
- Index: 166
|
|
Item: S_Bearers_Earring
|
|
Rate: 72
|
|
- Index: 167
|
|
Item: S_Bearers_Pendent
|
|
Rate: 72
|
|
- Index: 168
|
|
Item: S_Basis_Armor
|
|
Rate: 72
|
|
- Index: 169
|
|
Item: S_Hallowed_Armor
|
|
Rate: 362
|
|
- Index: 170
|
|
Item: S_Saharic_Armor
|
|
Rate: 362
|
|
- Index: 171
|
|
Item: S_Underneath_Armor
|
|
Rate: 362
|
|
- Index: 172
|
|
Item: S_Flam_Armor
|
|
Rate: 362
|
|
- Index: 173
|
|
Item: S_Windy_Armor
|
|
Rate: 362
|
|
- Index: 174
|
|
Item: S_Envenom_Armor
|
|
Rate: 362
|
|
- Index: 175
|
|
Item: S_Damned_Armor
|
|
Rate: 362
|
|
- Index: 176
|
|
Item: S_Geist_Armor
|
|
Rate: 362
|
|
- Index: 177
|
|
Item: S_Divine_Armor
|
|
Rate: 362
|
|
- Index: 178
|
|
Item: S_Hasty_Shoes
|
|
Rate: 217
|
|
- Index: 179
|
|
Item: S_Hasty_Armor
|
|
Rate: 217
|
|
- Index: 180
|
|
Item: S_Basis_Shield
|
|
Rate: 362
|
|
- Index: 181
|
|
Item: S_Hallowed_Shield
|
|
Rate: 362
|
|
- Index: 182
|
|
Item: S_Saharic_Shield
|
|
Rate: 362
|
|
- Index: 183
|
|
Item: S_Underneath_Shield
|
|
Rate: 362
|
|
- Index: 184
|
|
Item: S_Flam_Shield
|
|
Rate: 362
|
|
- Index: 185
|
|
Item: S_Windy_Shield
|
|
Rate: 362
|
|
- Index: 186
|
|
Item: S_Envenom_Shield
|
|
Rate: 362
|
|
- Index: 187
|
|
Item: S_Damned_Shield
|
|
Rate: 362
|
|
- Index: 188
|
|
Item: S_Geist_Shield
|
|
Rate: 362
|
|
- Index: 189
|
|
Item: S_Divine_Shield
|
|
Rate: 362
|
|
- Index: 190
|
|
Item: S_Expert_Shoes
|
|
Rate: 217
|
|
- Index: 191
|
|
Item: S_Expert_Shield
|
|
Rate: 217
|
|
- Index: 192
|
|
Item: S_Beginner_Shoes
|
|
Rate: 217
|
|
- Index: 193
|
|
Item: S_Beginner_Shield
|
|
Rate: 217
|
|
- Index: 194
|
|
Item: S_Rookie_Shoes
|
|
Rate: 217
|
|
- Index: 195
|
|
Item: S_Rookie_Shield
|
|
Rate: 217
|
|
- Index: 196
|
|
Item: S_Advanced_Shoes
|
|
Rate: 217
|
|
- Index: 197
|
|
Item: S_Advanced_Shield
|
|
Rate: 217
|
|
- Index: 198
|
|
Item: S_Attack_Armor
|
|
Rate: 217
|
|
- Index: 199
|
|
Item: S_Blitz_Earring
|
|
Rate: 72
|
|
- Index: 200
|
|
Item: S_Blitz_Pendent
|
|
Rate: 72
|
|
- Index: 201
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 362
|
|
- Index: 202
|
|
Item: S_FireBolt_Armor
|
|
Rate: 362
|
|
- Index: 203
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 362
|
|
- Index: 204
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 362
|
|
- Index: 205
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 362
|
|
- Index: 206
|
|
Item: S_Force_Weapon
|
|
Rate: 362
|
|
- Index: 207
|
|
Item: S_Force_Earring
|
|
Rate: 362
|
|
- Index: 208
|
|
Item: S_Force_Pendant
|
|
Rate: 362
|
|
- Index: 209
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 362
|
|
- Index: 210
|
|
Item: S_Spirit_Weapon
|
|
Rate: 362
|
|
- Index: 211
|
|
Item: S_Spirit_Earring
|
|
Rate: 362
|
|
- Index: 212
|
|
Item: S_Spirit_Pendant
|
|
Rate: 362
|
|
- Index: 213
|
|
Item: S_Blitz_Shoes
|
|
Rate: 72
|
|
- Index: 214
|
|
Item: S_Blitz_Shield
|
|
Rate: 72
|
|
- Index: 215
|
|
Item: S_Exceed_Weapon
|
|
Rate: 362
|
|
- Index: 216
|
|
Item: S_Titan_Earring
|
|
Rate: 362
|
|
- Index: 217
|
|
Item: S_Titan_Pendant
|
|
Rate: 362
|
|
- Index: 218
|
|
Item: S_Boned_Earring
|
|
Rate: 362
|
|
- Index: 219
|
|
Item: S_Boned_Pendant
|
|
Rate: 362
|
|
- Index: 220
|
|
Item: S_Gigantic_Earring
|
|
Rate: 362
|
|
- Index: 221
|
|
Item: S_Gigantic_Pendant
|
|
Rate: 362
|
|
- Index: 222
|
|
Item: S_Caster_Shoes
|
|
Rate: 217
|
|
- Index: 223
|
|
Item: S_Caster_Shield
|
|
Rate: 217
|
|
- Index: 224
|
|
Item: S_Caster_Armor
|
|
Rate: 217
|
|
- Index: 225
|
|
Item: S_Reload_Shoes
|
|
Rate: 217
|
|
- Index: 226
|
|
Item: S_Reload_Shield
|
|
Rate: 217
|
|
- Index: 227
|
|
Item: S_Reload_Armor
|
|
Rate: 217
|
|
- Index: 228
|
|
Item: S_Swordman_earring
|
|
Rate: 217
|
|
- Index: 229
|
|
Item: S_Merchant_earring
|
|
Rate: 217
|
|
- Index: 230
|
|
Item: S_Acolyte_earring
|
|
Rate: 217
|
|
- Index: 231
|
|
Item: S_Magician_earring
|
|
Rate: 217
|
|
- Index: 232
|
|
Item: S_Swordman_Pendant
|
|
Rate: 217
|
|
- Index: 233
|
|
Item: S_Merchant_Pendant
|
|
Rate: 217
|
|
- Index: 234
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 217
|
|
- Index: 235
|
|
Item: S_Thief_Pendant
|
|
Rate: 217
|
|
- Index: 236
|
|
Item: S_Magician_Pendant
|
|
Rate: 217
|
|
- Index: 237
|
|
Item: S_Archer_Pendant
|
|
Rate: 217
|
|
- Index: 238
|
|
Item: S_Knight_Shoes
|
|
Rate: 217
|
|
- Index: 239
|
|
Item: S_Crusader_Shoes
|
|
Rate: 217
|
|
- Index: 240
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 217
|
|
- Index: 241
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 217
|
|
- Index: 242
|
|
Item: S_Priest_Shoes
|
|
Rate: 217
|
|
- Index: 243
|
|
Item: S_Monk_Shoes
|
|
Rate: 217
|
|
- Index: 244
|
|
Item: S_Assassin_Shoes
|
|
Rate: 217
|
|
- Index: 245
|
|
Item: S_Rogue_Shoes
|
|
Rate: 217
|
|
- Index: 246
|
|
Item: S_Wizard_Shoes
|
|
Rate: 217
|
|
- Index: 247
|
|
Item: S_Sage_Shoes
|
|
Rate: 217
|
|
- Index: 248
|
|
Item: S_Hunter_Shoes
|
|
Rate: 217
|
|
- Index: 249
|
|
Item: S_Bard_Shoes
|
|
Rate: 217
|
|
- Index: 250
|
|
Item: S_Dancer_Shoes
|
|
Rate: 217
|
|
- Index: 251
|
|
Item: S_Knight_Armor
|
|
Rate: 217
|
|
- Index: 252
|
|
Item: S_Crusader_Armor
|
|
Rate: 217
|
|
- Index: 253
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 217
|
|
- Index: 254
|
|
Item: S_Alchemist_Armor
|
|
Rate: 217
|
|
- Index: 255
|
|
Item: S_Priest_Armor
|
|
Rate: 217
|
|
- Index: 256
|
|
Item: S_Monk_Armor
|
|
Rate: 217
|
|
- Index: 257
|
|
Item: S_Assassin_Armor
|
|
Rate: 217
|
|
- Index: 258
|
|
Item: S_Rogue_Armor
|
|
Rate: 217
|
|
- Index: 259
|
|
Item: S_Wizard_Armor
|
|
Rate: 217
|
|
- Index: 260
|
|
Item: S_Sage_Armor
|
|
Rate: 217
|
|
- Index: 261
|
|
Item: S_Hunter_Armor
|
|
Rate: 217
|
|
- Index: 262
|
|
Item: S_Bard_Armor
|
|
Rate: 218
|
|
- Index: 263
|
|
Item: S_Dancer_Armor
|
|
Rate: 218
|
|
- Index: 264
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 218
|
|
- Index: 265
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 218
|
|
- Index: 266
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 218
|
|
- Index: 267
|
|
Item: S_Ninja_Weapon
|
|
Rate: 218
|
|
- Index: 268
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 218
|
|
- Index: 269
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 218
|
|
- Index: 270
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 218
|
|
- Index: 271
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 218
|
|
- Index: 272
|
|
Item: S_Mechanic_weapon
|
|
Rate: 218
|
|
- Index: 273
|
|
Item: S_Genetic_Weapon
|
|
Rate: 218
|
|
- Index: 274
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 218
|
|
- Index: 275
|
|
Item: S_Sura_weapon
|
|
Rate: 218
|
|
- Index: 276
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 218
|
|
- Index: 277
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 218
|
|
- Index: 278
|
|
Item: S_Warlock_Weapon
|
|
Rate: 218
|
|
- Index: 279
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 218
|
|
- Index: 280
|
|
Item: S_Ranger_Weapon
|
|
Rate: 218
|
|
- Index: 281
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 218
|
|
- Index: 282
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 218
|
|
- Index: 283
|
|
Item: S_Runeknight_Shield
|
|
Rate: 218
|
|
- Index: 284
|
|
Item: S_Royalguard_Shield
|
|
Rate: 218
|
|
- Index: 285
|
|
Item: S_Mechanic_Shield
|
|
Rate: 218
|
|
- Index: 286
|
|
Item: S_Genetic_Shield
|
|
Rate: 218
|
|
- Index: 287
|
|
Item: S_Archbishop_Shield
|
|
Rate: 218
|
|
- Index: 288
|
|
Item: S_Sura_Shield
|
|
Rate: 218
|
|
- Index: 289
|
|
Item: S_Guillotine_Shield
|
|
Rate: 218
|
|
- Index: 290
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 218
|
|
- Index: 291
|
|
Item: S_Warlock_Shield
|
|
Rate: 218
|
|
- Index: 292
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 218
|
|
- Index: 293
|
|
Item: S_Ranger_Shield
|
|
Rate: 218
|
|
- Index: 294
|
|
Item: S_Minstrel_Shield
|
|
Rate: 218
|
|
- Index: 295
|
|
Item: S_Wanderer_Shield
|
|
Rate: 218
|
|
- Index: 296
|
|
Item: S_Ninja_Shield
|
|
Rate: 218
|
|
- Index: 297
|
|
Item: S_Taekwon_Shield
|
|
Rate: 218
|
|
- Index: 298
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 218
|
|
- Index: 299
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 218
|
|
- Index: 300
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 218
|
|
- Index: 301
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 218
|
|
- Index: 302
|
|
Item: S_Thief_earring
|
|
Rate: 218
|
|
- Index: 303
|
|
Item: S_Archer_earring
|
|
Rate: 218
|
|
- Index: 304
|
|
Item: S2_Hasty_Shoes
|
|
Rate: 73
|
|
- Index: 305
|
|
Item: S2_Bearers_Pendent
|
|
Rate: 73
|
|
- Index: 306
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 73
|
|
- Index: 307
|
|
Item: S2_Spell_Flow_Shield
|
|
Rate: 73
|
|
- Index: 308
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 73
|
|
- Index: 309
|
|
Item: S2_Malicious_Armor
|
|
Rate: 73
|
|
- Index: 310
|
|
Item: S_Sigrun_Armor
|
|
Rate: 73
|
|
- Index: 311
|
|
Item: S_Sigrun_Shield
|
|
Rate: 73
|
|
- Index: 312
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 73
|
|
- Index: 313
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 73
|
|
- Index: 314
|
|
Item: S2_Caster_Armor
|
|
Rate: 73
|
|
- Index: 315
|
|
Item: S2_Reload_Armor
|
|
Rate: 73
|
|
- Index: 316
|
|
Item: S_Critical_Shield
|
|
Rate: 73
|
|
- Index: 317
|
|
Item: S_Critical_Shoes
|
|
Rate: 73
|
|
- Index: 318
|
|
Item: S_Tempest_Shield
|
|
Rate: 73
|
|
- Index: 319
|
|
Item: S_Tempest_Shoes
|
|
Rate: 73
|
|
- Index: 320
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 73
|
|
- Index: 321
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 73
|
|
- Index: 322
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 73
|
|
- Index: 323
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 73
|
|
- Index: 324
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 73
|
|
- Index: 325
|
|
Item: S_Tension_Weapon
|
|
Rate: 73
|
|
- Index: 326
|
|
Item: S_Tension_Earring
|
|
Rate: 73
|
|
- Index: 327
|
|
Item: S_Tension_Pendent
|
|
Rate: 73
|
|
- Index: 328
|
|
Item: S_Elegant_Weapon
|
|
Rate: 73
|
|
- Index: 329
|
|
Item: S_Elegant_Earring
|
|
Rate: 73
|
|
- Index: 330
|
|
Item: S_Elegant_Pendent
|
|
Rate: 73
|
|
- Index: 331
|
|
Item: S_Healing_Shield
|
|
Rate: 73
|
|
- Index: 332
|
|
Item: S_Healing_Shoes
|
|
Rate: 73
|
|
- Index: 333
|
|
Item: S_Restore_Earring
|
|
Rate: 73
|
|
- Index: 334
|
|
Item: S_Restore_Pendent
|
|
Rate: 73
|
|
- Index: 335
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 73
|
|
- Index: 336
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 73
|
|
- Index: 337
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 73
|
|
- Index: 338
|
|
Item: S_Penetration_Shoes
|
|
Rate: 73
|
|
- Index: 339
|
|
Item: S_Penetration_Shield
|
|
Rate: 73
|
|
- Index: 340
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 73
|
|
- Index: 341
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 73
|
|
- Index: 342
|
|
Item: S_DragonVib_Armor
|
|
Rate: 73
|
|
- Index: 343
|
|
Item: S_SciHunting_Armor
|
|
Rate: 73
|
|
- Index: 344
|
|
Item: S_FishInsect_Armor
|
|
Rate: 73
|
|
- Index: 345
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 73
|
|
- Index: 346
|
|
Item: Sentimental_Earring_S
|
|
Rate: 73
|
|
- Index: 347
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 73
|
|
- Index: 348
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 73
|
|
- Index: 349
|
|
Item: Enchanting_Earring_S
|
|
Rate: 73
|
|
- Index: 350
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 73
|
|
- Index: 351
|
|
Item: S_Rebellion_Armor
|
|
Rate: 73
|
|
- Index: 352
|
|
Item: S_Kagerou_Armor
|
|
Rate: 73
|
|
- Index: 353
|
|
Item: S_Oboro_Armor
|
|
Rate: 73
|
|
- Index: 354
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 73
|
|
- Index: 355
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 73
|
|
- Index: 356
|
|
Item: S_Oboro_Shoes
|
|
Rate: 73
|
|
- Index: 357
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 73
|
|
- Index: 358
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 73
|
|
- Index: 359
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 73
|
|
- Index: 360
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 73
|
|
- Index: 361
|
|
Item: S_Star_Emperor_Armor
|
|
Rate: 73
|
|
- Index: 362
|
|
Item: S_Star_Emperor_Shoes
|
|
Rate: 73
|
|
- Index: 363
|
|
Item: S_Soul_Reaper_Armor
|
|
Rate: 73
|
|
- Index: 364
|
|
Item: S_Soul_Reaper_Shoes
|
|
Rate: 73
|
|
- Index: 365
|
|
Item: S_Tempest_Weapon
|
|
Rate: 73
|
|
- Index: 366
|
|
Item: S_Tempest_Armor
|
|
Rate: 73
|
|
- Index: 367
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 73
|
|
- Index: 368
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 73
|
|
- Index: 369
|
|
Item: S_M_Exo_Co_Weapon
|
|
Rate: 73
|
|
- Index: 370
|
|
Item: S_M_Viv_Dr_Weapon
|
|
Rate: 73
|
|
- Index: 371
|
|
Item: S_M_Sci_Hu_Weapon
|
|
Rate: 73
|
|
- Index: 372
|
|
Item: S_M_Fis_In_Weapon
|
|
Rate: 73
|
|
- Index: 373
|
|
Item: S_M_Exe_Ho_Weapon
|
|
Rate: 73
|
|
- Index: 374
|
|
Item: S_Penetration_Weapon
|
|
Rate: 73
|
|
- Index: 375
|
|
Item: S_Penetration_Armor
|
|
Rate: 73
|
|
- Index: 376
|
|
Item: S_Exe_Ho_Weapon
|
|
Rate: 73
|
|
- Index: 377
|
|
Item: S_Fis_In_Weapon
|
|
Rate: 73
|
|
- Index: 378
|
|
Item: S_Sci_Hu_Weapon
|
|
Rate: 73
|
|
- Index: 379
|
|
Item: S_Viv_Dr_Weapon
|
|
Rate: 73
|
|
- Index: 380
|
|
Item: S_Exo_Co_Weapon
|
|
Rate: 73
|
|
- Index: 381
|
|
Item: S_Hasty_Weapon
|
|
Rate: 73
|
|
- Index: 382
|
|
Item: S_Sonic_Armor
|
|
Rate: 73
|
|
- Index: 383
|
|
Item: S_Sonic_Shield
|
|
Rate: 73
|
|
- Index: 384
|
|
Item: S_Sonic_Shoes
|
|
Rate: 73
|
|
- Index: 385
|
|
Item: S_Ignition_Weapon
|
|
Rate: 73
|
|
- Index: 386
|
|
Item: S_Ignition_Pendant
|
|
Rate: 73
|
|
- Index: 387
|
|
Item: S_Ignition_Earing
|
|
Rate: 73
|
|
- Index: 388
|
|
Item: S_W_Breath_Armor
|
|
Rate: 73
|
|
- Index: 389
|
|
Item: S_W_Breath_Shield
|
|
Rate: 73
|
|
- Index: 390
|
|
Item: S_W_Breath_Shoes
|
|
Rate: 73
|
|
- Index: 391
|
|
Item: S_F_Breath_Weapon
|
|
Rate: 73
|
|
- Index: 392
|
|
Item: S_F_Breath_Pendant
|
|
Rate: 73
|
|
- Index: 393
|
|
Item: S_F_Breath_Earing
|
|
Rate: 73
|
|
- Index: 394
|
|
Item: S_Cluster_Armor
|
|
Rate: 73
|
|
- Index: 395
|
|
Item: S_Cluster_Shield
|
|
Rate: 73
|
|
- Index: 396
|
|
Item: S_Cluster_Shoes
|
|
Rate: 73
|
|
- Index: 397
|
|
Item: S_Aimed_Weapon
|
|
Rate: 73
|
|
- Index: 398
|
|
Item: S_Aimed_Pendant
|
|
Rate: 73
|
|
- Index: 399
|
|
Item: S_Aimed_Earing
|
|
Rate: 73
|
|
- Index: 400
|
|
Item: S_Arrow_Armor
|
|
Rate: 73
|
|
- Index: 401
|
|
Item: S_Arrow_Shield
|
|
Rate: 73
|
|
- Index: 402
|
|
Item: S_Arrow_Shoes
|
|
Rate: 73
|
|
- Index: 403
|
|
Item: S_Shooting_Weapon
|
|
Rate: 73
|
|
- Index: 404
|
|
Item: S_Shooting_Pendant
|
|
Rate: 73
|
|
- Index: 405
|
|
Item: S_Shooting_Earing
|
|
Rate: 73
|
|
- Index: 406
|
|
Item: S_Tornado_Armor
|
|
Rate: 73
|
|
- Index: 407
|
|
Item: S_Tornado_Shield
|
|
Rate: 73
|
|
- Index: 408
|
|
Item: S_Tornado_Shoes
|
|
Rate: 73
|
|
- Index: 409
|
|
Item: S_Boomerang_Weapon
|
|
Rate: 73
|
|
- Index: 410
|
|
Item: S_Boomerang_Pendant
|
|
Rate: 73
|
|
- Index: 411
|
|
Item: S_Boomerang_Earing
|
|
Rate: 73
|
|
- Index: 412
|
|
Item: S_Vulcan_Armor
|
|
Rate: 73
|
|
- Index: 413
|
|
Item: S_Vulcan_Shield
|
|
Rate: 73
|
|
- Index: 414
|
|
Item: S_Vulcan_Shoes
|
|
Rate: 73
|
|
- Index: 415
|
|
Item: S_Arms_Weapon
|
|
Rate: 73
|
|
- Index: 416
|
|
Item: S_Arms_Pendant
|
|
Rate: 73
|
|
- Index: 417
|
|
Item: S_Arms_Earing
|
|
Rate: 73
|
|
- Index: 418
|
|
Item: S_Rampage_Armor
|
|
Rate: 73
|
|
- Index: 419
|
|
Item: S_Rampage_Shield
|
|
Rate: 73
|
|
- Index: 420
|
|
Item: S_Rampage_Shoes
|
|
Rate: 73
|
|
- Index: 421
|
|
Item: S_Skynetblow_Weapon
|
|
Rate: 73
|
|
- Index: 422
|
|
Item: S_Skynetblow_Pendant
|
|
Rate: 73
|
|
- Index: 423
|
|
Item: S_Skynetblow_Earing
|
|
Rate: 73
|
|
- Index: 424
|
|
Item: S_Knucklearrow_Armor
|
|
Rate: 73
|
|
- Index: 425
|
|
Item: S_Knucklearrow_Shield
|
|
Rate: 73
|
|
- Index: 426
|
|
Item: S_Knucklearrow_Shoes
|
|
Rate: 73
|
|
- Index: 427
|
|
Item: S_TigerCannon_Weapon
|
|
Rate: 73
|
|
- Index: 428
|
|
Item: S_Tigercannon_Pendant
|
|
Rate: 73
|
|
- Index: 429
|
|
Item: S_Tigercannon_Earing
|
|
Rate: 73
|
|
- Index: 430
|
|
Item: S_Duplelight_Armor
|
|
Rate: 73
|
|
- Index: 431
|
|
Item: S_Duplelight_Shield
|
|
Rate: 73
|
|
- Index: 432
|
|
Item: S_Duplelight_Shoes
|
|
Rate: 73
|
|
- Index: 433
|
|
Item: S_Adoramus_Weapon
|
|
Rate: 73
|
|
- Index: 434
|
|
Item: S_Adoramus_Pendant
|
|
Rate: 73
|
|
- Index: 435
|
|
Item: S_Adoramus_Earing
|
|
Rate: 73
|
|
- Index: 436
|
|
Item: S_Judex_Armor
|
|
Rate: 73
|
|
- Index: 437
|
|
Item: S_Judex_Shield
|
|
Rate: 73
|
|
- Index: 438
|
|
Item: S_Judex_Shoes
|
|
Rate: 73
|
|
- Index: 439
|
|
Item: S_Magnus_Weapon
|
|
Rate: 73
|
|
- Index: 440
|
|
Item: S_Magnus_Pendant
|
|
Rate: 73
|
|
- Index: 441
|
|
Item: S_Magnus_Earing
|
|
Rate: 73
|
|
- Index: 442
|
|
Item: S_Rainstorm_Armor
|
|
Rate: 73
|
|
- Index: 443
|
|
Item: S_Rainstorm_Shield
|
|
Rate: 73
|
|
- Index: 444
|
|
Item: S_Rainstorm_Shoes
|
|
Rate: 73
|
|
- Index: 445
|
|
Item: S_Arrowvulcan_Weapon
|
|
Rate: 73
|
|
- Index: 446
|
|
Item: S_Arrowvulcan_Pendant
|
|
Rate: 73
|
|
- Index: 447
|
|
Item: S_Arrowvulcan_Earing
|
|
Rate: 73
|
|
- Index: 448
|
|
Item: S_Metalic_Armor
|
|
Rate: 73
|
|
- Index: 449
|
|
Item: S_Metalic_Shield
|
|
Rate: 73
|
|
- Index: 450
|
|
Item: S_Metalic_Shoes
|
|
Rate: 73
|
|
- Index: 451
|
|
Item: S_Reverberation_Weapon
|
|
Rate: 73
|
|
- Index: 452
|
|
Item: S_Reverberation_Pendant
|
|
Rate: 73
|
|
- Index: 453
|
|
Item: S_Reverberation_Earing
|
|
Rate: 73
|
|
- Index: 454
|
|
Item: S_Triangle_Armor
|
|
Rate: 73
|
|
- Index: 455
|
|
Item: S_Triangle_Shield
|
|
Rate: 73
|
|
- Index: 456
|
|
Item: S_Triangle_Shoes
|
|
Rate: 73
|
|
- Index: 457
|
|
Item: S_Shadowspell_Weapon
|
|
Rate: 73
|
|
- Index: 458
|
|
Item: S_Shadowspell_Pendant
|
|
Rate: 73
|
|
- Index: 459
|
|
Item: S_Shadowspell_Earing
|
|
Rate: 73
|
|
- Index: 460
|
|
Item: S_Menace_Armor
|
|
Rate: 73
|
|
- Index: 461
|
|
Item: S_Menace_Shield
|
|
Rate: 73
|
|
- Index: 462
|
|
Item: S_Menace_Shoes
|
|
Rate: 73
|
|
- Index: 463
|
|
Item: S_Paint_Weapon
|
|
Rate: 73
|
|
- Index: 464
|
|
Item: S_Paint_Pendant
|
|
Rate: 73
|
|
- Index: 465
|
|
Item: S_Paint_Earing
|
|
Rate: 73
|
|
- Index: 466
|
|
Item: S_Rolling_Armor
|
|
Rate: 73
|
|
- Index: 467
|
|
Item: S_Rolling_Shield
|
|
Rate: 73
|
|
- Index: 468
|
|
Item: S_Rolling_Shoes
|
|
Rate: 73
|
|
- Index: 469
|
|
Item: S_Katar_Weapon
|
|
Rate: 73
|
|
- Index: 470
|
|
Item: S_Katar_Pendant
|
|
Rate: 73
|
|
- Index: 471
|
|
Item: S_Katar_Earing
|
|
Rate: 73
|
|
- Index: 472
|
|
Item: S_Slash_Armor
|
|
Rate: 73
|
|
- Index: 473
|
|
Item: S_Slash_Shield
|
|
Rate: 73
|
|
- Index: 474
|
|
Item: S_Slash_Shoes
|
|
Rate: 73
|
|
- Index: 475
|
|
Item: S_Ripper_Weapon
|
|
Rate: 73
|
|
- Index: 476
|
|
Item: S_Ripper_Pendant
|
|
Rate: 73
|
|
- Index: 477
|
|
Item: S_Ripper_Earing
|
|
Rate: 73
|
|
- Index: 478
|
|
Item: S_Dust_Armor
|
|
Rate: 73
|
|
- Index: 479
|
|
Item: S_Dust_Shield
|
|
Rate: 73
|
|
- Index: 480
|
|
Item: S_Dust_Shoes
|
|
Rate: 73
|
|
- Index: 481
|
|
Item: S_Grave_Weapon
|
|
Rate: 73
|
|
- Index: 482
|
|
Item: S_Grave_Pendant
|
|
Rate: 73
|
|
- Index: 483
|
|
Item: S_Grave_Earing
|
|
Rate: 73
|
|
- Index: 484
|
|
Item: S_Psychic_Armor
|
|
Rate: 73
|
|
- Index: 485
|
|
Item: S_Psychic_Shield
|
|
Rate: 73
|
|
- Index: 486
|
|
Item: S_Psychic_Shoes
|
|
Rate: 73
|
|
- Index: 487
|
|
Item: S_Varetyr_Weapon
|
|
Rate: 73
|
|
- Index: 488
|
|
Item: S_Varetyr_Pendant
|
|
Rate: 73
|
|
- Index: 489
|
|
Item: S_Varetyr_Earing
|
|
Rate: 73
|
|
- Index: 490
|
|
Item: S_Jack_Armor
|
|
Rate: 73
|
|
- Index: 491
|
|
Item: S_Jack_Shield
|
|
Rate: 73
|
|
- Index: 492
|
|
Item: S_Jack_Shoes
|
|
Rate: 73
|
|
- Index: 493
|
|
Item: S_Strain_Weapon
|
|
Rate: 73
|
|
- Index: 494
|
|
Item: S_Strain_Pendant
|
|
Rate: 73
|
|
- Index: 495
|
|
Item: S_Strain_Earing
|
|
Rate: 73
|
|
- Index: 496
|
|
Item: S_Crimson_Armor
|
|
Rate: 73
|
|
- Index: 497
|
|
Item: S_Crimson_Shield
|
|
Rate: 73
|
|
- Index: 498
|
|
Item: S_Crimson_Shoes
|
|
Rate: 73
|
|
- Index: 499
|
|
Item: S_Chain_Weapon
|
|
Rate: 73
|
|
- Index: 500
|
|
Item: S_Chain_Pendant
|
|
Rate: 73
|
|
- Index: 501
|
|
Item: S_Chain_Earing
|
|
Rate: 73
|
|
- Index: 502
|
|
Item: S_Cart_Tornado_Armor
|
|
Rate: 73
|
|
- Index: 503
|
|
Item: S_Cart_Tornado_Shield
|
|
Rate: 73
|
|
- Index: 504
|
|
Item: S_Cart_Tornado_Shoes
|
|
Rate: 73
|
|
- Index: 505
|
|
Item: S_Cannon_Cart_Weapon
|
|
Rate: 73
|
|
- Index: 506
|
|
Item: S_Cannon_Cart_Pendant
|
|
Rate: 73
|
|
- Index: 507
|
|
Item: S_Cannon_Cart_Earing
|
|
Rate: 73
|
|
- Index: 508
|
|
Item: S_Spore_Bomb_Armor
|
|
Rate: 73
|
|
- Index: 509
|
|
Item: S_Spore_Bomb_Shield
|
|
Rate: 73
|
|
- Index: 510
|
|
Item: S_Spore_Bomb_Shoes
|
|
Rate: 73
|
|
- Index: 511
|
|
Item: S_Crazy_Weapon
|
|
Rate: 73
|
|
- Index: 512
|
|
Item: S_Crazy_Pendant
|
|
Rate: 73
|
|
- Index: 513
|
|
Item: S_Crazy_Earing
|
|
Rate: 73
|
|
- Index: 514
|
|
Item: S_Brand_Armor
|
|
Rate: 73
|
|
- Index: 515
|
|
Item: S_Brand_Shield
|
|
Rate: 73
|
|
- Index: 516
|
|
Item: S_Brand_Shoes
|
|
Rate: 73
|
|
- Index: 517
|
|
Item: S_Chain_Press_Weapon
|
|
Rate: 73
|
|
- Index: 518
|
|
Item: S_Chain_Press_Pendant
|
|
Rate: 73
|
|
- Index: 519
|
|
Item: S_Chain_Press_Earing
|
|
Rate: 73
|
|
- Index: 520
|
|
Item: S_Banish_Cannon_Armor
|
|
Rate: 73
|
|
- Index: 521
|
|
Item: S_Banish_Cannon_Shield
|
|
Rate: 73
|
|
- Index: 522
|
|
Item: S_Banish_Cannon_Shoes
|
|
Rate: 73
|
|
- Index: 523
|
|
Item: S_Genesis_Weapon
|
|
Rate: 73
|
|
- Index: 524
|
|
Item: S_Genesis_Pendant
|
|
Rate: 73
|
|
- Index: 525
|
|
Item: S_Genesis_Earing
|
|
Rate: 73
|
|
- Index: 526
|
|
Item: S_Kunai_Weapon
|
|
Rate: 73
|
|
- Index: 527
|
|
Item: S_Kunai_Shield
|
|
Rate: 73
|
|
- Index: 528
|
|
Item: S_Kunai_Armor
|
|
Rate: 73
|
|
- Index: 529
|
|
Item: S_Syuriken_Earing
|
|
Rate: 73
|
|
- Index: 530
|
|
Item: S_Syuriken_Pendant
|
|
Rate: 73
|
|
- Index: 531
|
|
Item: S_Syuriken_Shoes
|
|
Rate: 73
|
|
- Index: 532
|
|
Item: S_Kamaenraku_Weapon
|
|
Rate: 73
|
|
- Index: 533
|
|
Item: S_Kamaenraku_Shield
|
|
Rate: 73
|
|
- Index: 534
|
|
Item: S_Kamaenraku_Armor
|
|
Rate: 73
|
|
- Index: 535
|
|
Item: S_Huusouka_Earing
|
|
Rate: 73
|
|
- Index: 536
|
|
Item: S_Huusouka_Pendant
|
|
Rate: 73
|
|
- Index: 537
|
|
Item: S_Huusouka_Shoes
|
|
Rate: 73
|
|
- Index: 538
|
|
Item: S_Pickyrush_Weapon
|
|
Rate: 73
|
|
- Index: 539
|
|
Item: S_Pickyrush_Shield
|
|
Rate: 73
|
|
- Index: 540
|
|
Item: S_Pickyrush_Armor
|
|
Rate: 73
|
|
- Index: 541
|
|
Item: S_SavageRabbit_Earing
|
|
Rate: 73
|
|
- Index: 542
|
|
Item: S_SavageRabbit_Pendant
|
|
Rate: 73
|
|
- Index: 543
|
|
Item: S_SavageRabbit_Shoes
|
|
Rate: 73
|
|
- Index: 544
|
|
Item: S_Catnip_Weapon
|
|
Rate: 73
|
|
- Index: 545
|
|
Item: S_Catnip_Shield
|
|
Rate: 73
|
|
- Index: 546
|
|
Item: S_Catnip_Armor
|
|
Rate: 73
|
|
- Index: 547
|
|
Item: S_Silvervine_Earing
|
|
Rate: 73
|
|
- Index: 548
|
|
Item: S_Silvervine_Pendant
|
|
Rate: 73
|
|
- Index: 549
|
|
Item: S_Silvervine_Shoes
|
|
Rate: 73
|
|
- Index: 550
|
|
Item: S_Sunshine_Weapon
|
|
Rate: 73
|
|
- Index: 551
|
|
Item: S_Sunshine_Shield
|
|
Rate: 73
|
|
- Index: 552
|
|
Item: S_Sunshine_Armor
|
|
Rate: 73
|
|
- Index: 553
|
|
Item: S_Moonlight_Earring
|
|
Rate: 73
|
|
- Index: 554
|
|
Item: S_Moonlight_Pendant
|
|
Rate: 73
|
|
- Index: 555
|
|
Item: S_Moonlight_Shoes
|
|
Rate: 73
|
|
- Index: 556
|
|
Item: S_Stardust_Weapon
|
|
Rate: 73
|
|
- Index: 557
|
|
Item: S_Stardust_Shield
|
|
Rate: 73
|
|
- Index: 558
|
|
Item: S_Stardust_Armor
|
|
Rate: 73
|
|
- Index: 559
|
|
Item: S_S_Weapon
|
|
Rate: 73
|
|
- Index: 560
|
|
Item: S_S_Shield
|
|
Rate: 73
|
|
- Index: 561
|
|
Item: S_S_Armor
|
|
Rate: 73
|
|
- Index: 562
|
|
Item: S_Evilcurse_Earring
|
|
Rate: 73
|
|
- Index: 563
|
|
Item: S_Evilcurse_Pendant
|
|
Rate: 73
|
|
- Index: 564
|
|
Item: S_Evilcurse_Shoes
|
|
Rate: 73
|
|
- Index: 565
|
|
Item: S_FullPene_Shoes
|
|
Rate: 73
|
|
- Index: 566
|
|
Item: S_FullPene_Armor
|
|
Rate: 73
|
|
- Index: 567
|
|
Item: S_FullPene_Pendant
|
|
Rate: 73
|
|
- Index: 568
|
|
Item: S_FullPene_Earring
|
|
Rate: 73
|
|
- Group: GUNSLINGER_ENCHANT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Droop_Gunslinger
|
|
RandomOptionGroup: GUNSLINGER_ENCHANT
|
|
- Group: ENCHANTSTONE_RECIPE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box4
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box5
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box6
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box7
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Enchant_Stone_Box8
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Enchant_Stone_Box9
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Enchant_Stone_Box10
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Enchant_Stone_Box11
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Enchant_Stone_Box12
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Enchant_Stone_Box13
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Enchant_Stone_Box14
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Enchant_Stone_Box15
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box16
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Enchant_Stone_Box17
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Enchant_Stone_Box18
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Enchant_Stone_Box19
|
|
Rate: 1
|
|
- Group: PET_EGG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Set_Of_Taiming_Item
|
|
- Group: COSTUME_EXCHANGE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Rabbit_Ear_Hat
|
|
Rate: 1370
|
|
- Index: 1
|
|
Item: C_J_Captain_Hat
|
|
Rate: 1370
|
|
- Index: 2
|
|
Item: C_Chick_Hat
|
|
Rate: 1370
|
|
- Index: 3
|
|
Item: C_Little_Angel_Doll
|
|
Rate: 1370
|
|
- Index: 4
|
|
Item: C_Robo_Eye
|
|
Rate: 1370
|
|
- Index: 5
|
|
Item: C_Darkness_Helm
|
|
Rate: 1370
|
|
- Index: 6
|
|
Item: C_Angel_Spirit
|
|
Rate: 1370
|
|
- Index: 7
|
|
Item: C_White_Cat_Hood
|
|
Rate: 1370
|
|
- Index: 8
|
|
Item: C_Sword_Master_Crown
|
|
Rate: 1370
|
|
- Index: 9
|
|
Item: C_Bell_Pigeon
|
|
Rate: 1370
|
|
- Index: 10
|
|
Item: C_Rudra_Wing
|
|
Rate: 140
|
|
- Index: 11
|
|
Item: C_Whikebain_Ears
|
|
Rate: 1370
|
|
- Index: 12
|
|
Item: C_Evil_Marcher_Hat
|
|
Rate: 1370
|
|
- Index: 13
|
|
Item: C_Rabbit_Head_Dress
|
|
Rate: 1370
|
|
- Index: 14
|
|
Item: C_Banshee_Master_Kiss
|
|
Rate: 1370
|
|
- Index: 15
|
|
Item: C_Deviruchi_Balloon
|
|
Rate: 1370
|
|
- Index: 16
|
|
Item: C_Wing_Of_Happiness
|
|
Rate: 140
|
|
- Index: 17
|
|
Item: C_Subject_Aura
|
|
Rate: 270
|
|
- Index: 18
|
|
Item: C_Whisper_Tall_Hat
|
|
Rate: 1370
|
|
- Index: 19
|
|
Item: C_Poring_Mascot_Costume
|
|
Rate: 1370
|
|
- Index: 20
|
|
Item: C_Mask_Of_Bankrupt
|
|
Rate: 1370
|
|
- Index: 21
|
|
Item: C_Snowman_Hat
|
|
Rate: 1370
|
|
- Index: 22
|
|
Item: C_Celines_Ribbon
|
|
Rate: 1370
|
|
- Index: 23
|
|
Item: C_Gold_Angel_Sculpture
|
|
Rate: 1370
|
|
- Index: 24
|
|
Item: C_Soft_Sheep_Hat
|
|
Rate: 1370
|
|
- Index: 25
|
|
Item: C_Snownow_Hat
|
|
Rate: 1370
|
|
- Index: 26
|
|
Item: C_GreatDevilWing
|
|
Rate: 140
|
|
- Index: 27
|
|
Item: C_Large_Ribbon_Muffler
|
|
Rate: 1370
|
|
- Index: 28
|
|
Item: C_Worg_In_Mouth
|
|
Rate: 1370
|
|
- Index: 29
|
|
Item: C_3D_Glasses
|
|
Rate: 1370
|
|
- Index: 30
|
|
Item: C_Lolita_Ten_Gallon_Hat
|
|
Rate: 1370
|
|
- Index: 31
|
|
Item: C_Sleep_Eclipse_Family
|
|
Rate: 1370
|
|
- Index: 32
|
|
Item: C_Red_Strong_Hair
|
|
Rate: 1370
|
|
- Index: 33
|
|
Item: C_Secret_Zipper
|
|
Rate: 1370
|
|
- Index: 34
|
|
Item: C_Love_Cheek
|
|
Rate: 1370
|
|
- Index: 35
|
|
Item: C_Tare_HSchool_Doll_Hat
|
|
Rate: 1370
|
|
- Index: 36
|
|
Item: C_Sombrero
|
|
Rate: 1370
|
|
- Index: 37
|
|
Item: C_Under_Rim_Glasses_Red
|
|
Rate: 1370
|
|
- Index: 38
|
|
Item: C_FlyingGalapago
|
|
Rate: 400
|
|
- Index: 39
|
|
Item: C_Face_Crusher
|
|
Rate: 400
|
|
- Index: 40
|
|
Item: C_Hill_Wind_Mask
|
|
Rate: 400
|
|
- Index: 41
|
|
Item: C_Analyze_Eye
|
|
Rate: 400
|
|
- Index: 42
|
|
Item: C_Cowlick_YL
|
|
Rate: 140
|
|
- Index: 43
|
|
Item: C_Cowlick_GN
|
|
Rate: 140
|
|
- Index: 44
|
|
Item: C_Cowlick_PP
|
|
Rate: 140
|
|
- Index: 45
|
|
Item: C_Cowlick_RD
|
|
Rate: 140
|
|
- Index: 46
|
|
Item: C_Cowlick_OM
|
|
Rate: 140
|
|
- Index: 47
|
|
Item: C_Cowlick_BU
|
|
Rate: 140
|
|
- Index: 48
|
|
Item: C_Cowlick_WH
|
|
Rate: 140
|
|
- Index: 49
|
|
Item: C_Cowlick_BL
|
|
Rate: 140
|
|
- Index: 50
|
|
Item: C_Straight_Pony_YL
|
|
Rate: 140
|
|
- Index: 51
|
|
Item: C_Straight_Pony_GN
|
|
Rate: 140
|
|
- Index: 52
|
|
Item: C_Straight_Pony_PP
|
|
Rate: 140
|
|
- Index: 53
|
|
Item: C_Straight_Pony_RD
|
|
Rate: 140
|
|
- Index: 54
|
|
Item: C_Straight_Pony_OM
|
|
Rate: 140
|
|
- Index: 55
|
|
Item: C_Straight_Pony_BU
|
|
Rate: 140
|
|
- Index: 56
|
|
Item: C_Straight_Pony_WH
|
|
Rate: 140
|
|
- Index: 57
|
|
Item: C_Straight_Pony_BL
|
|
Rate: 140
|
|
- Index: 58
|
|
Item: C_Loose_Wave_Twin_YL
|
|
Rate: 140
|
|
- Index: 59
|
|
Item: C_Loose_Wave_Twin_GN
|
|
Rate: 140
|
|
- Index: 60
|
|
Item: C_Loose_Wave_Twin_PP
|
|
Rate: 140
|
|
- Index: 61
|
|
Item: C_Loose_Wave_Twin_RD
|
|
Rate: 140
|
|
- Index: 62
|
|
Item: C_Loose_Wave_Twin_OM
|
|
Rate: 140
|
|
- Index: 63
|
|
Item: C_Loose_Wave_Twin_BU
|
|
Rate: 140
|
|
- Index: 64
|
|
Item: C_Loose_Wave_Twin_WH
|
|
Rate: 140
|
|
- Index: 65
|
|
Item: C_Loose_Wave_Twin_BL
|
|
Rate: 140
|
|
- Index: 66
|
|
Item: C_Cupid_Wing_Pink
|
|
Rate: 140
|
|
- Index: 67
|
|
Item: C_Pecopeco_Cap
|
|
Rate: 400
|
|
- Index: 68
|
|
Item: C_Woodie_Hat
|
|
Rate: 400
|
|
- Index: 69
|
|
Item: C_Little_Aquarium
|
|
Rate: 400
|
|
- Index: 70
|
|
Item: C_Angel_Fluttering
|
|
Rate: 270
|
|
- Index: 71
|
|
Item: C_Niflheim_Bunny_Hat
|
|
Rate: 1370
|
|
- Index: 72
|
|
Item: C_Crow_Tengu_Mask
|
|
Rate: 1370
|
|
- Index: 73
|
|
Item: C_Pumpkin_Head
|
|
Rate: 1370
|
|
- Index: 74
|
|
Item: C_Eremes_Scarf
|
|
Rate: 270
|
|
- Index: 75
|
|
Item: C_Blessing_Of_Angels
|
|
Rate: 270
|
|
- Index: 76
|
|
Item: C_White_Lily
|
|
Rate: 1370
|
|
- Index: 77
|
|
Item: C_Small_Poring_Band
|
|
Rate: 1370
|
|
- Index: 78
|
|
Item: C_Wild_Poring_Rider
|
|
Rate: 1370
|
|
- Index: 79
|
|
Item: C_Valhalla_Idol
|
|
Rate: 1370
|
|
- Index: 80
|
|
Item: C_Louise_Red_Hat
|
|
Rate: 1370
|
|
- Index: 81
|
|
Item: C_Poring_Bag
|
|
Rate: 140
|
|
- Index: 82
|
|
Item: C_Morocc_Kid_Servant
|
|
Rate: 270
|
|
- Index: 83
|
|
Item: C_Monochrome_RibbonHat
|
|
Rate: 1370
|
|
- Index: 84
|
|
Item: C_Khalitzburg_KN_Helm
|
|
Rate: 1370
|
|
- Index: 85
|
|
Item: C_Laser_Of_Eagle
|
|
Rate: 1370
|
|
- Index: 86
|
|
Item: C_Devil_Wing
|
|
Rate: 140
|
|
- Index: 87
|
|
Item: C_Tone_Of_Gold
|
|
Rate: 140
|
|
- Index: 88
|
|
Item: C_Dwarf_Beard
|
|
Rate: 140
|
|
- Index: 89
|
|
Item: C_Mad_Hatter
|
|
Rate: 140
|
|
- Index: 90
|
|
Item: C_Cons_Of_Water
|
|
Rate: 140
|
|
- Index: 91
|
|
Item: C_Floral_Waltz
|
|
Rate: 140
|
|
- Index: 92
|
|
Item: C_Gemini_Eyes
|
|
Rate: 140
|
|
- Index: 93
|
|
Item: C_Pope_Crown
|
|
Rate: 140
|
|
- Index: 94
|
|
Item: C_Charleston_Antenna
|
|
Rate: 140
|
|
- Index: 95
|
|
Item: C_Wings_of_Uriel
|
|
Rate: 140
|
|
- Index: 96
|
|
Item: C_Pig_Nose
|
|
Rate: 140
|
|
- Index: 97
|
|
Item: C_Cat_Ear_Hat
|
|
Rate: 140
|
|
- Index: 98
|
|
Item: C_Valkyrie_Circlet
|
|
Rate: 140
|
|
- Index: 99
|
|
Item: C_Eremes_Scarf_Black
|
|
Rate: 140
|
|
- Index: 100
|
|
Item: C_Eleanor_Wig
|
|
Rate: 140
|
|
- Index: 101
|
|
Item: C_QueenAnzRevenge
|
|
Rate: 140
|
|
- Index: 102
|
|
Item: C_Assassin_Skull_Mask
|
|
Rate: 140
|
|
- Index: 103
|
|
Item: C_Vampire_Familiar
|
|
Rate: 140
|
|
- Index: 104
|
|
Item: C_Ghostring_Tall_Hat
|
|
Rate: 140
|
|
- Index: 105
|
|
Item: C_Magical_Feather
|
|
Rate: 140
|
|
- Index: 106
|
|
Item: C_Steampunk_Hat
|
|
Rate: 140
|
|
- Index: 107
|
|
Item: C_Poring_Soap_Pipe
|
|
Rate: 140
|
|
- Index: 108
|
|
Item: C_SwordWing
|
|
Rate: 140
|
|
- Index: 109
|
|
Item: C_Hair_Bun_BU
|
|
Rate: 140
|
|
- Index: 110
|
|
Item: C_Hair_Bun_RD
|
|
Rate: 140
|
|
- Index: 111
|
|
Item: C_Hair_Bun_YL
|
|
Rate: 140
|
|
- Index: 112
|
|
Item: C_Hair_Bun_GN
|
|
Rate: 140
|
|
- Index: 113
|
|
Item: C_Hair_Bun_BL
|
|
Rate: 140
|
|
- Index: 114
|
|
Item: C_Hair_Bun_WH
|
|
Rate: 140
|
|
- Index: 115
|
|
Item: C_Hair_Bun_OM
|
|
Rate: 140
|
|
- Index: 116
|
|
Item: C_Hair_Bun_PP
|
|
Rate: 140
|
|
- Index: 117
|
|
Item: C_Roll_Twin_BU
|
|
Rate: 140
|
|
- Index: 118
|
|
Item: C_Roll_Twin_RD
|
|
Rate: 140
|
|
- Index: 119
|
|
Item: C_Roll_Twin_YL
|
|
Rate: 140
|
|
- Index: 120
|
|
Item: C_Roll_Twin_GN
|
|
Rate: 140
|
|
- Index: 121
|
|
Item: C_Roll_Twin_BL
|
|
Rate: 140
|
|
- Index: 122
|
|
Item: C_Roll_Twin_WH
|
|
Rate: 140
|
|
- Index: 123
|
|
Item: C_Roll_Twin_OM
|
|
Rate: 140
|
|
- Index: 124
|
|
Item: C_Roll_Twin_PP
|
|
Rate: 140
|
|
- Index: 125
|
|
Item: C_Long_Pony_BU
|
|
Rate: 140
|
|
- Index: 126
|
|
Item: C_Long_Pony_RD
|
|
Rate: 140
|
|
- Index: 127
|
|
Item: C_Long_Pony_YL
|
|
Rate: 140
|
|
- Index: 128
|
|
Item: C_Long_Pony_GN
|
|
Rate: 140
|
|
- Index: 129
|
|
Item: C_Long_Pony_BL
|
|
Rate: 140
|
|
- Index: 130
|
|
Item: C_Long_Pony_WH
|
|
Rate: 140
|
|
- Index: 131
|
|
Item: C_Long_Pony_OM
|
|
Rate: 140
|
|
- Index: 132
|
|
Item: C_Long_Pony_PP
|
|
Rate: 140
|
|
- Index: 133
|
|
Item: C_Piggyback
|
|
Rate: 140
|
|
- Index: 134
|
|
Item: C_Rune_Helm
|
|
Rate: 140
|
|
- Index: 135
|
|
Item: C_Shaving_Foam
|
|
Rate: 140
|
|
- Index: 136
|
|
Item: C_Blue_Fairy_Wing
|
|
Rate: 140
|
|
- Index: 137
|
|
Item: C_Black_Cat
|
|
Rate: 140
|
|
- Index: 138
|
|
Item: C_White_Black_Temp
|
|
Rate: 140
|
|
- Index: 139
|
|
Item: C_Scratching_Cat
|
|
Rate: 140
|
|
- Index: 140
|
|
Item: C_Thanatos_Sword
|
|
Rate: 140
|
|
- Index: 141
|
|
Item: C_Warm_Cat_Muffler
|
|
Rate: 140
|
|
- Index: 142
|
|
Item: C_Clock_Casket
|
|
Rate: 140
|
|
- Index: 143
|
|
Item: C_Chatty_Parrot
|
|
Rate: 140
|
|
- Index: 144
|
|
Item: C_Flame_Muffler
|
|
Rate: 140
|
|
- Index: 145
|
|
Item: C_Teddy_Bear_Hood
|
|
Rate: 140
|
|
- Index: 146
|
|
Item: C_Mouton_Life_BL
|
|
Rate: 140
|
|
- Index: 147
|
|
Item: C_Brown_Stall
|
|
Rate: 140
|
|
- Index: 148
|
|
Item: C_Pope_Sitting_Head
|
|
Rate: 140
|
|
- Index: 149
|
|
Item: C_Tare_Pope_Casual
|
|
Rate: 140
|
|
- Index: 150
|
|
Item: C_BelieversCap
|
|
Rate: 140
|
|
- Index: 151
|
|
Item: C_Pope_Ribbon
|
|
Rate: 140
|
|
- Index: 152
|
|
Item: C_Alice_Wig
|
|
Rate: 140
|
|
- Index: 153
|
|
Item: C_Khalitzburg_Helm_BL
|
|
Rate: 140
|
|
- Index: 154
|
|
Item: C_Wanderer_Sakkat
|
|
Rate: 140
|
|
- Index: 155
|
|
Item: C_Wings_of_Michael
|
|
Rate: 140
|
|
- Index: 156
|
|
Item: C_Shura_King_Pledge
|
|
Rate: 140
|
|
- Index: 157
|
|
Item: C_CatEars_Cyber_HeadP_R
|
|
Rate: 140
|
|
- Index: 158
|
|
Item: C_Moon_Eyepatch
|
|
Rate: 140
|
|
- Index: 159
|
|
Item: C_Shiba_Inu
|
|
Rate: 140
|
|
- Index: 160
|
|
Item: C_Magic_Circle
|
|
Rate: 140
|
|
- Index: 161
|
|
Item: C_Chilly_Breath
|
|
Rate: 140
|
|
- Index: 162
|
|
Item: C_Drooping_Argiope
|
|
Rate: 140
|
|
- Index: 163
|
|
Item: C_Chain_Puppet
|
|
Rate: 140
|
|
- Index: 164
|
|
Item: C_Sorcerer_Hood
|
|
Rate: 140
|
|
- Index: 165
|
|
Item: C_Baby_Penguin
|
|
Rate: 140
|
|
- Index: 166
|
|
Item: C_Fluffy_Heart_Earmuffs
|
|
Rate: 140
|
|
- Index: 167
|
|
Item: C_Archangel_Wing
|
|
Rate: 140
|
|
- Index: 168
|
|
Item: C_GiantCatBag_TW
|
|
Rate: 140
|
|
- Index: 169
|
|
Item: C_Luwmin_Ice
|
|
Rate: 140
|
|
- Index: 170
|
|
Item: C_Ghost_Holiday
|
|
Rate: 140
|
|
- Index: 171
|
|
Item: C_Blessing_Sky_Lantern
|
|
Rate: 140
|
|
- Index: 172
|
|
Item: C_Blinking_Thin_Eyes
|
|
Rate: 140
|
|
- Index: 173
|
|
Item: C_Astro_Circle
|
|
Rate: 140
|
|
- Index: 174
|
|
Item: C_Elephangel_TH
|
|
Rate: 140
|
|
- Index: 175
|
|
Item: C_Flying_Drone
|
|
Rate: 140
|
|
- Index: 176
|
|
Item: C_White_Cat
|
|
Rate: 140
|
|
- Index: 177
|
|
Item: C_Bouquet_Hat
|
|
Rate: 140
|
|
- Index: 178
|
|
Item: C_Poring_Muffler
|
|
Rate: 140
|
|
- Index: 179
|
|
Item: C_Happy_Rabbit_Ribbon
|
|
Rate: 140
|
|
- Index: 180
|
|
Item: C_PinkButterfly_Wing_T
|
|
Rate: 140
|
|
- Index: 181
|
|
Item: C_Sepia_Cap
|
|
Rate: 140
|
|
- Index: 182
|
|
Item: C_Heaven_Cage
|
|
Rate: 140
|
|
- Index: 183
|
|
Item: C_Buddhist_Priest_Crown
|
|
Rate: 140
|
|
- Index: 184
|
|
Item: C_Digital_Space
|
|
Rate: 140
|
|
- Index: 185
|
|
Item: C_White_Rabbit_Ear
|
|
Rate: 140
|
|
- Index: 186
|
|
Item: C_Autumn_Headband
|
|
Rate: 140
|
|
- Index: 187
|
|
Item: C_Rabbit_Hopping
|
|
Rate: 140
|
|
- Index: 188
|
|
Item: C_Halloween_Poring_Bag
|
|
Rate: 140
|
|
- Index: 189
|
|
Item: C_Halloween_Hat_Orange
|
|
Rate: 140
|
|
- Index: 190
|
|
Item: C_Vampire_Hairband
|
|
Rate: 140
|
|
- Index: 191
|
|
Item: C_Black_Witch_Hat
|
|
Rate: 140
|
|
- Index: 192
|
|
Item: C_Diabolic_Headphone
|
|
Rate: 140
|
|
- Index: 193
|
|
Item: C_Princess_Ribbon_Crown
|
|
Rate: 140
|
|
- Index: 194
|
|
Item: C_Poporing_Muffler
|
|
Rate: 140
|
|
- Index: 195
|
|
Item: C_Protect_Cloth
|
|
Rate: 140
|
|
- Index: 196
|
|
Item: C_Backside_Ribbon_Bell
|
|
Rate: 140
|
|
- Index: 197
|
|
Item: C_Fallen_Angel_Wing
|
|
Rate: 140
|
|
- Index: 198
|
|
Item: C_Snow_Rabbit_Knit_Hat
|
|
Rate: 140
|
|
- Index: 199
|
|
Item: C_Snow_Bear_Food
|
|
Rate: 140
|
|
- Index: 200
|
|
Item: C_LunaticMuffler
|
|
Rate: 140
|
|
- Index: 201
|
|
Item: C_Sleep_Sheep_TW
|
|
Rate: 140
|
|
- Index: 202
|
|
Item: C_HeartChocoBag
|
|
Rate: 140
|
|
- Index: 203
|
|
Item: C_Cat_Ears_Punkish
|
|
Rate: 140
|
|
- Index: 204
|
|
Item: C_CatCoffeeCup_TW
|
|
Rate: 140
|
|
- Index: 205
|
|
Item: C_HeartOfCat_TW
|
|
Rate: 140
|
|
- Index: 206
|
|
Item: C_Twin_Margaret
|
|
Rate: 140
|
|
- Index: 207
|
|
Item: C_Black_Rabbit_Bonnet
|
|
Rate: 140
|
|
- Index: 208
|
|
Item: C_Smiling_Eyes
|
|
Rate: 140
|
|
- Index: 209
|
|
Item: C_WingOfHeart
|
|
Rate: 140
|
|
- Index: 210
|
|
Item: C_Cons_Of_Fire
|
|
Rate: 140
|
|
- Index: 211
|
|
Item: C_Kishu_Inu
|
|
Rate: 140
|
|
- Index: 212
|
|
Item: C_Full_BloomCherry_Tree
|
|
Rate: 140
|
|
- Index: 213
|
|
Item: C_Fox
|
|
Rate: 140
|
|
- Index: 214
|
|
Item: C_OpenAir_Headset
|
|
Rate: 140
|
|
- Index: 215
|
|
Item: C_Mobile_Pursuit_System
|
|
Rate: 140
|
|
- Index: 216
|
|
Item: C_Mecha_Cat_Ears
|
|
Rate: 140
|
|
- Index: 217
|
|
Item: C_Cyber_Income
|
|
Rate: 140
|
|
- Index: 218
|
|
Item: C_Cat_Fork
|
|
Rate: 140
|
|
- Index: 219
|
|
Item: C_CatEarRibbon_TW
|
|
Rate: 140
|
|
- Index: 220
|
|
Item: C_Garnet_Tiara
|
|
Rate: 140
|
|
- Index: 221
|
|
Item: C_Peony_Hair_Ornament
|
|
Rate: 140
|
|
- Index: 222
|
|
Item: C_Love_Piece
|
|
Rate: 140
|
|
- Index: 223
|
|
Item: C_Pretty_Bear
|
|
Rate: 140
|
|
- Index: 224
|
|
Item: C_Pigtail_Red_Hood
|
|
Rate: 140
|
|
- Index: 225
|
|
Item: C_SharkHead
|
|
Rate: 140
|
|
- Index: 226
|
|
Item: C_Baby_Panda
|
|
Rate: 140
|
|
- Index: 227
|
|
Item: C_SavageB_On_Shoulder
|
|
Rate: 140
|
|
- Index: 228
|
|
Item: C_BeachBall
|
|
Rate: 140
|
|
- Index: 229
|
|
Item: C_Big_Foxtail
|
|
Rate: 140
|
|
- Index: 230
|
|
Item: C_T_Bear_Bag
|
|
Rate: 140
|
|
- Index: 231
|
|
Item: C_Poring_On_Shoulder
|
|
Rate: 140
|
|
- Index: 232
|
|
Item: C_FortunetellinSealed
|
|
Rate: 140
|
|
- Index: 233
|
|
Item: C_Pretty_Bear_WH
|
|
Rate: 140
|
|
- Index: 234
|
|
Item: C_Bicolor_Cat_Witch_Hat
|
|
Rate: 140
|
|
- Index: 235
|
|
Item: C_Nifl_Bloom
|
|
Rate: 140
|
|
- Index: 236
|
|
Item: C_Floating_Ball_TW
|
|
Rate: 140
|
|
- Index: 237
|
|
Item: C_Dark_Snake_Lord_Stall
|
|
Rate: 140
|
|
- Index: 238
|
|
Item: C_Twin_Canon
|
|
Rate: 140
|
|
- Index: 239
|
|
Item: C_Picnic_Basket
|
|
Rate: 140
|
|
- Index: 240
|
|
Item: C_Magic_Helm
|
|
Rate: 140
|
|
- Index: 241
|
|
Item: C_ManyStars_TW
|
|
Rate: 140
|
|
- Index: 242
|
|
Item: C_Santa_Backpack
|
|
Rate: 140
|
|
- Index: 243
|
|
Item: C_Fawn_Ear
|
|
Rate: 140
|
|
- Index: 244
|
|
Item: C_Royalguard_Necklace
|
|
Rate: 140
|
|
- Index: 245
|
|
Item: C_Happy_Cat_TW
|
|
Rate: 140
|
|
- Index: 246
|
|
Item: C_Monochrome_Cap
|
|
Rate: 140
|
|
- Index: 247
|
|
Item: C_Sky_Of_Memory
|
|
Rate: 140
|
|
- Index: 248
|
|
Item: C_Ice_Wing
|
|
Rate: 140
|
|
- Index: 249
|
|
Item: C_Under_Rim_Glasses_Bu
|
|
Rate: 140
|
|
- Index: 250
|
|
Item: C_Gimmick_One_Feather
|
|
Rate: 140
|
|
- Index: 251
|
|
Item: C_PocketWatch_Hair_Orna
|
|
Rate: 140
|
|
- Index: 252
|
|
Item: C_Poring_Traffic_Light
|
|
Rate: 140
|
|
- Index: 253
|
|
Item: C_PGstone_Knit_Hat_PK
|
|
Rate: 140
|
|
- Index: 254
|
|
Item: C_Drooping_Nine_Tail
|
|
Rate: 140
|
|
- Index: 255
|
|
Item: C_Sakura_Wing
|
|
Rate: 140
|
|
- Index: 256
|
|
Item: C_Looking
|
|
Rate: 140
|
|
- Index: 257
|
|
Item: C_Wolf_Masquerade
|
|
Rate: 140
|
|
- Index: 258
|
|
Item: C_Mike_Stand
|
|
Rate: 140
|
|
- Index: 259
|
|
Item: C_Baby_Polar_Bear
|
|
Rate: 140
|
|
- Index: 260
|
|
Item: C_Runaway_Accelerator
|
|
Rate: 140
|
|
- Index: 261
|
|
Item: C_Half_Rim_Glasses
|
|
Rate: 140
|
|
- Index: 262
|
|
Item: C_GiantCatBag_JP_BL
|
|
Rate: 140
|
|
- Index: 263
|
|
Item: C_Romance_Rose_TW
|
|
Rate: 140
|
|
- Index: 264
|
|
Item: C_Disapear_Time_TW
|
|
Rate: 140
|
|
- Index: 265
|
|
Item: C_Magic_Heir_TW
|
|
Rate: 140
|
|
- Index: 266
|
|
Item: C_Frill_Collar
|
|
Rate: 140
|
|
- Index: 267
|
|
Item: C_Rose_Gothic_Bonnet
|
|
Rate: 140
|
|
- Index: 268
|
|
Item: C_LittleGarden
|
|
Rate: 140
|
|
- Index: 269
|
|
Item: C_Blinking_Eyes_RD
|
|
Rate: 140
|
|
- Index: 270
|
|
Item: C_Blink_Eyes_Sakura
|
|
Rate: 140
|
|
- Index: 271
|
|
Item: C_Angola_Intention
|
|
Rate: 140
|
|
- Index: 272
|
|
Item: C_Stall_Of_Dominions
|
|
Rate: 140
|
|
- Index: 273
|
|
Item: C_Flowery_Vision_TH
|
|
Rate: 140
|
|
- Index: 274
|
|
Item: C_P_Ulysses_Feather
|
|
Rate: 140
|
|
- Index: 275
|
|
Item: C_DancingButterfly_TW
|
|
Rate: 140
|
|
- Index: 276
|
|
Item: C_Blue_Pencil_In_Mouth
|
|
Rate: 140
|
|
- Index: 277
|
|
Item: C_Nut_Donut_In_Mouth
|
|
Rate: 140
|
|
- Index: 278
|
|
Item: C_Leaf_Umbrella
|
|
Rate: 130
|
|
- Index: 279
|
|
Item: C_Krathong_Crown_TH
|
|
Rate: 130
|
|
- Index: 280
|
|
Item: C_Unicorn_Ornament
|
|
Rate: 130
|
|
- Index: 281
|
|
Item: C_Frog_Hood
|
|
Rate: 130
|
|
- Index: 282
|
|
Item: C_Lude_Hood
|
|
Rate: 130
|
|
- Index: 283
|
|
Item: C_Blessings_Of_Soul
|
|
Rate: 130
|
|
- Index: 284
|
|
Item: C_Gossip_Raven
|
|
Rate: 130
|
|
- Index: 285
|
|
Item: C_Halloween_Hat
|
|
Rate: 130
|
|
- Index: 286
|
|
Item: C_Blessed_Veil
|
|
Rate: 130
|
|
- Index: 287
|
|
Item: C_Eyes_Of_Ifrit
|
|
Rate: 130
|
|
- Index: 288
|
|
Item: C_Eyes_Of_Darkness
|
|
Rate: 130
|
|
- Index: 289
|
|
Item: C_Sunglasses_Bball_Hat
|
|
Rate: 130
|
|
- Index: 290
|
|
Item: C_Wildcat_Knit_Cap
|
|
Rate: 130
|
|
- Index: 291
|
|
Item: C_Pink_Fur_Hat
|
|
Rate: 130
|
|
- Index: 292
|
|
Item: C_Gift_Of_Snow
|
|
Rate: 130
|
|
- Index: 293
|
|
Item: C_L_RibbonMuff_Red
|
|
Rate: 130
|
|
- Index: 294
|
|
Item: C_Imperial_Glory
|
|
Rate: 130
|
|
- Index: 295
|
|
Item: C_Black_Shiba_Inu_Hat
|
|
Rate: 130
|
|
- Index: 296
|
|
Item: C_Black_Glasses
|
|
Rate: 130
|
|
- Index: 297
|
|
Item: C_Snow_Powder
|
|
Rate: 130
|
|
- Index: 298
|
|
Item: C_Blue_Pajamas_Hat
|
|
Rate: 130
|
|
- Index: 299
|
|
Item: C_Lady_Tanee_TW
|
|
Rate: 130
|
|
- Index: 300
|
|
Item: C_Fairy_Feathers
|
|
Rate: 130
|
|
- Index: 301
|
|
Item: C_Giant_White_Rabbit
|
|
Rate: 130
|
|
- Group: FAN_UPGRADE_KIT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SeeOtter_Fan
|
|
RandomOptionGroup: FAN_UPGRADE_KIT
|
|
- Group: SUIT_UPGRADE_KIT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kafra_Suit
|
|
RandomOptionGroup: SUIT_UPGRADE_KIT
|
|
- Group: SCROLL_OF_FALLEN_ANGEL_WINGS
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Fallen_Angel_Wing
|
|
- Group: CLASS_SHADOW_BOX_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Ninja_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 6
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 7
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 8
|
|
Item: S_Mechanic_weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 9
|
|
Item: S_Genetic_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 10
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: S_Sura_weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: S_Warlock_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: S_Ranger_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 18
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_WEAPON
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: CLASS_SHADOW_BOX_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Knight_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Crusader_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Alchemist_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_Priest_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_Monk_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 6
|
|
Item: S_Assassin_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 7
|
|
Item: S_Rogue_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 8
|
|
Item: S_Wizard_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 9
|
|
Item: S_Sage_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 10
|
|
Item: S_Hunter_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: S_Bard_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: S_Dancer_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: S_Rebellion_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: S_Kagerou_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: S_Oboro_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 18
|
|
Item: S_Star_Emperor_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 19
|
|
Item: S_Soul_Reaper_Armor
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_ARMOR
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: CLASS_SHADOW_BOX_SHOES
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Knight_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Crusader_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_Priest_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_Monk_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 6
|
|
Item: S_Assassin_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 7
|
|
Item: S_Rogue_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 8
|
|
Item: S_Wizard_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 9
|
|
Item: S_Sage_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 10
|
|
Item: S_Hunter_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: S_Bard_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: S_Dancer_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: S_Oboro_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 18
|
|
Item: S_Star_Emperor_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 19
|
|
Item: S_Soul_Reaper_Shoes
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHOES
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: CLASS_SHADOW_BOX_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Runeknight_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Royalguard_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Mechanic_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Genetic_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_Archbishop_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_Sura_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 6
|
|
Item: S_Guillotine_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 7
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 8
|
|
Item: S_Warlock_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 9
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 10
|
|
Item: S_Ranger_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: S_Minstrel_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: S_Wanderer_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: S_Ninja_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: S_Taekwon_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 18
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_SHIELD
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: CLASS_SHADOW_BOX_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Merchant_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Thief_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_Magician_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_Archer_Pendant
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_PENDANT
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: CLASS_SHADOW_BOX_EARRING
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 1
|
|
Item: S_Merchant_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 2
|
|
Item: S_Acolyte_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 3
|
|
Item: S_Magician_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 4
|
|
Item: S_Thief_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Index: 5
|
|
Item: S_Archer_earring
|
|
Rate: 1
|
|
RandomOptionGroup: CLASS_SHADOW_BOX_EARRING
|
|
RefineMinimum: 1
|
|
RefineMaximum: 10
|
|
- Group: STATUSSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_AllMighty_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 1
|
|
- Group: GEMSTONESHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Gemstone_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S2_Gemstone_Shield
|
|
Rate: 1
|
|
- Group: BEARERSSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Bearers_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S2_Bearers_Shoes
|
|
Rate: 1
|
|
- Group: COMPOSESHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_MagicCompose_Armor
|
|
- Group: RACESHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_AllRace_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_AllRace_Shield
|
|
Rate: 1
|
|
- Group: CANDY_BAG_SCROLL_MELEE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Melee
|
|
RandomOptionGroup: CANDY_BAG_SCROLL_MELEE
|
|
- Group: CANDY_BAG_SCROLL_RANGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Range
|
|
RandomOptionGroup: CANDY_BAG_SCROLL_RANGE
|
|
- Group: CANDY_BAG_SCROLL_MAGIC
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Magic
|
|
RandomOptionGroup: CANDY_BAG_SCROLL_MAGIC
|
|
- Group: BOOSTER_AMPLIFIER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Crimson_Booster
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Magical_Booster_K
|
|
Rate: 1
|
|
RandomOptionGroup: BOOSTER_AMPLIFIER
|
|
- Group: MAGICAL_CAT_HAND
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cat_Lace_Hairband_K
|
|
RandomOptionGroup: MAGICAL_CAT_HAND
|
|
- Group: INFINITYSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Weapon
|
|
- Group: SILVER_STATUE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Knight_Shield
|
|
Rate: 900
|
|
- Index: 1
|
|
Item: Bloody_Knight_Shield_
|
|
Rate: 99
|
|
- Index: 2
|
|
Item: Bloody_Knight_Shield__
|
|
Rate: 1
|
|
- Group: PHYSICALMAGICAL_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Physical_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Physical_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Magical_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Magical_Shoes
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Magical_Shield
|
|
Rate: 1
|
|
- Group: IMMUNEDATHENA_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_ImmunedAthena_Shield
|
|
- Group: HARDCHAMPTION_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_HardChamption_Shoes
|
|
- Group: KINGBIRDANCIENT_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_KingbirdAncient_Armor
|
|
- Group: CRITICALHIT_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_CriticalHit_Armor
|
|
- Group: BS_ITEM_M_S_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: L_Orc_Hero_Helm
|
|
- Group: BS_ITEM_M_S_8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Scarlet_Rose
|
|
- Group: BS_ITEM_M_S_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hairband_Of_Grandpeco
|
|
- Group: BS_ITEM_M_S_11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Moonlight_Flower_Hat
|
|
- Group: BS_ITEM_M_S_34
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 8_Type_PurgatorialWing
|
|
- Group: BS_ITEM_M_S_41
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tare_Neko_Cru
|
|
- Group: BS_ITEM_M_S_42
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Glory_FB_Hat
|
|
- Group: BS_ITEM_M_S_43
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evil_Marcher_Hat
|
|
- Group: BS_ITEM_M_S_44
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wondering_Wolf_Helm
|
|
- Group: BS_SHA_M_S_1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Vital_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Vital_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Power_Pendant
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Power_Earring
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Int_Pendant
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Int_Earring
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Dexterous_Armor
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Athletic_Shoes
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Athletic_Shield
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Lucky_Weapon
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Lucky_Armor
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_17
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Elegant_Pendent
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Elegant_Earring
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Elegant_Weapon
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_18
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tension_Pendent
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Tension_Earring
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Tension_Weapon
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_19
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Restore_Pendent
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Restore_Earring
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_20
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Healing_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Healing_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Healing_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Amistr_Cap
|
|
- Group: BS_ITEM_M_S_6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: King_Tiger_Doll_Hat
|
|
- Group: BS_ITEM_M_S_7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Zaha_Doll_Hat
|
|
- Group: BS_ITEM_M_S_12
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Magic
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Bag_Of_Antonio_Range
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Bag_Of_Antonio_Melee
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_13
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: GoldFish_Hat
|
|
- Group: BS_ITEM_M_S_15
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SurviveOrb_K
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Survive_Circlet_K
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_28
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Toy_Syringe_K
|
|
- Group: BS_ITEM_M_S_29
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blue_Rear_Ribbon
|
|
- Group: BS_ITEM_M_S_31
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magical_Booster_K
|
|
- Group: BS_ITEM_M_S_32
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Necklace_Rosary_K
|
|
- Group: BS_ITEM_M_S_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Elemental_Crown_K
|
|
- Group: BS_ITEM_M_S_36
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Palace_Guard_Cap
|
|
- Group: BS_ITEM_M_S_37
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Thief_Hood
|
|
- Group: BS_ITEM_M_S_38
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Angel_Blessing
|
|
- Group: BS_ITEM_M_S_39
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rabbit_Magic_Hat_
|
|
- Group: BS_ITEM_M_S_40
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Anubis_Helm_
|
|
- Group: BS_ITEM_M_S_45
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Imp_Hat
|
|
- Group: BS_ITEM_M_S_46
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Marching_Hat_J
|
|
- Group: BS_ITEM_M_S_47
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mask_Of_Ifrit
|
|
- Group: BS_ITEM_M_S_48
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Drooping_Morocc_Minion
|
|
- Group: BS_ITEM_M_S_49
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Samambaia
|
|
- Group: BS_ITEM_M_S_50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Chick_Hat_
|
|
- Group: BS_SHA_M_S_5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Caster_Weapon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Caster_Pendant
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Caster_earring
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Caster_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Caster_Shoes
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Caster_Shield
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_6
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Big_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Medium_Armor
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Small_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Big_Weapon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Medium_Weapon
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Small_Weapon
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Titan_Pendant
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Titan_Earring
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Boned_Pendant
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Boned_Earring
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Gigantic_Pendant
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Gigantic_Earring
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_7
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Homers_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Gargantua_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Safeguard_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Brutal_Shield
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Cranial_Shield
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Dragoon_Shield
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Satanic_Shield
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Flameguard_Shield
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Requiem_Shield
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Cadi_Shield
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Chemical_Shoes
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Beholder_Shoes
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Divine_Shoes
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Bloody_Shoes
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Liberation_Shoes
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Fisher_Shoes
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_8
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Stability_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Insomniac_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Peerless_Shoes
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Adurate_Armor
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Neutral_Earring
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Neutral_Pendent
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Vitality_Earing_S
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Vitality_Pendant_S
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_13
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Healing_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Ancient_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Critical_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Immune_Armor
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Hard_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Hard_Earring
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Athena_Shield
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Spiritual_Earring
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_Athena_Earring
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Immortal_Pendant
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Solid_Weapon
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Solid_Earring
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Rapid_Pendant
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Wise_Earring
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Breezy_Armor
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Champion_Shoes
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Malicious_Armor
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Malicious_Shoes
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Malicious_Shield
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_15
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Physical_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_16
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magical_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Magical_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Magical_Pendant
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_23
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Beginner_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Beginner_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Rookie_Shoes
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Rookie_Shield
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Advanced_Shoes
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Advanced_Shield
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Expert_Shield
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Beginner_Shoes
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mad_Bunny_K
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Mad_Bunny_K_
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Archangel_Wing
|
|
- Group: BS_ITEM_M_S_14
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Smoky_TransformHat
|
|
- Group: BS_ITEM_M_S_16
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ifrit's_Ear_
|
|
- Group: BS_ITEM_M_S_17
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Heart_Wing_Hairband
|
|
- Group: BS_ITEM_M_S_19
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sigrun's_Wing_
|
|
- Group: BS_ITEM_M_S_27
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cat_Lace_Hairband_K
|
|
- Group: BS_ITEM_M_S_35
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Noble_Mask
|
|
- Group: BS_SHA_M_S_9
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gemstone_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Gemstone_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Gemstone_Earring
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_10
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Bearers_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Bearers_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Bearers_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Bearers_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Bearers_Earring
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Bearers_Pendent
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_11
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Hasty_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Hasty_Shoes
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_21
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Critical_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Critical_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Critical_Shield
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Angel_Wing
|
|
- Group: BS_ITEM_M_S_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bravery_Bag
|
|
- Group: BS_ITEM_M_S_18
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spell_Circuit
|
|
- Group: BS_ITEM_M_S_20
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: New_Wave_Sunglasses_
|
|
- Group: BS_ITEM_M_S_21
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: FaceWorm_Breath
|
|
- Group: BS_ITEM_M_S_22
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hat_Of_Judge
|
|
- Group: BS_ITEM_M_S_23
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dog_Officer
|
|
- Group: BS_ITEM_M_S_24
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Classical_Fhat
|
|
- Group: BS_ITEM_M_S_25
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Amistr_Beret
|
|
- Group: BS_ITEM_M_S_26
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: General_Helmet_
|
|
- Group: BS_ITEM_M_S_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Knight_Shield
|
|
- Group: BS_SHA_M_S_3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Penetration_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Penetration_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_DragonVib_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_SciHunting_Armor
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_FishInsect_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Penetration_Earring
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Penetration_Pendent
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Executioner_Weapon
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Hunting_Weapon
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Fishing_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Vibration_Weapon
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Scissors_Weapon
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tempest_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Tempest_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Tempest_Earring
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Tempest_Pendent
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_12
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Blitz_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Blitz_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Blitz_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Blitz_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Blitz_Pendent
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Blitz_Earring
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_14
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Reload_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Reload_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Reload_Shield
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_24
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Force_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Force_Earring
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Force_Pendant
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Spirit_Weapon
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Spirit_Earring
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Spirit_Pendant
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_25
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Pendant
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Infinity_Earring
|
|
Rate: 1
|
|
- Group: BS_ITEM_M_S_51
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Whikebain_Ears_K
|
|
- Group: ENCHANTSTONE_RECIPE_9M
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box13
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box14
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box15
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box16
|
|
Rate: 1
|
|
- Group: IDTEST_SPECIAL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Arrow
|
|
Amount: 10
|
|
- Group: PERFECTSIZE_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 1
|
|
- Group: MAGICPIERCING_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Exo_Co_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_M_Viv_Dr_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_M_Sci_Hu_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_M_Fis_In_Weapon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_M_Exe_Ho_Weapon
|
|
Rate: 1
|
|
- Group: PIERCING_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Exe_Ho_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Viv_Dr_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Sci_Hu_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Fis_In_Weapon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Exo_Co_Weapon
|
|
Rate: 1
|
|
- Group: HASTY_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Weapon
|
|
- Group: ENCHANTSTONE_RECIPE_4M
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box13
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box14
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box15
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box16
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Enchant_Stone_Box17
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Enchant_Stone_Box18
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Enchant_Stone_Box19
|
|
Rate: 1
|
|
- Group: ANGELPORING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: AngelPoring_Boots
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: AngelPoring_Purple
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: AngelPoring_SkyBlue
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: AngelPoring_Green
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: AngelPoring_Pink
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: AngelPoring_DeepRed
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: AngelPoring_Clear
|
|
Rate: 1
|
|
- Group: SHADOW_CUBE_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magical_Pendant
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Physical_Pendant
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Caster_Pendant
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Rapid_Pendant
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Vitality_Pendant_S
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Neutral_Pendent
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Greed_Pendant
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Cloaking_Pendant
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Hiding_Pendant
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Heal_Pendant
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Steal_Pendant
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Teleport_Pendant
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Immortal_Pendant
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Penetration_Pendent
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Tempest_Pendent
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Bearers_Pendent
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_Blitz_Pendent
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_Spirit_Pendant
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_Force_Pendant
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_Titan_Pendant
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_Boned_Pendant
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_Gigantic_Pendant
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_Infinity_Pendant
|
|
Rate: 5
|
|
- Group: SHADOW_CUBE_EARING
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magical_Earring
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Physical_Earring
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Athena_Earring
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Wise_Earring
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Hard_Earring
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Gemstone_Earring
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Vitality_Earing_S
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Neutral_Earring
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Caster_earring
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Greed_Earring
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Cloaking_Earring
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Hiding_Earring
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Heal_Earring
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Steal_Earring
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Teleport_Earring
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Solid_Earring
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Penetration_Earring
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Tempest_Earring
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_Bearers_Earring
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_Spiritual_Earring
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_Blitz_Earring
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_Spirit_Earring
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_Force_Earring
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_Titan_Earring
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_Boned_Earring
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_Gigantic_Earring
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: S_Infinity_Earring
|
|
Rate: 5
|
|
- Group: SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Gemstone_Earring
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Gemstone_Armor
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Gemstone_Shield
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: S_Bearers_Weapon
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: S_Bearers_Earring
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Bearers_Pendent
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Bearers_Armor
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Bearers_Shoes
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Bearers_Shield
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Infinity_Earring
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Infinity_Pendant
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Hasty_Shoes
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Hasty_Armor
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Medium_Weapon
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Medium_Armor
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_Rapid_Pendant
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_Immune_Armor
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_Bloody_Shoes
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S_Cranial_Shield
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Caster_Pendant
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Liberation_Shoes
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Safeguard_Shield
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Neutral_Weapon
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Greed_Weapon
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Greed_Earring
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Greed_Pendant
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_Greed_Armor
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_Greed_Shoes
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_Greed_Shield
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: S_Healing_Weapon
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: S_Big_Weapon
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: S_Small_Weapon
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: S_Caster_Weapon
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: S_Heal_Weapon
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: S_Hiding_Weapon
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: S_Cloaking_Weapon
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: S_Teleport_Weapon
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: S_Steal_Weapon
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: S_Solid_Weapon
|
|
Rate: 15
|
|
- Index: 50
|
|
Item: S_Hunting_Weapon
|
|
Rate: 15
|
|
- Index: 51
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 15
|
|
- Index: 52
|
|
Item: S_Fishing_Weapon
|
|
Rate: 15
|
|
- Index: 53
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 15
|
|
- Index: 54
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 15
|
|
- Index: 55
|
|
Item: S_Vibration_Weapon
|
|
Rate: 15
|
|
- Index: 56
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 15
|
|
- Index: 57
|
|
Item: S_Scissors_Weapon
|
|
Rate: 15
|
|
- Index: 58
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 15
|
|
- Index: 59
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 15
|
|
- Index: 60
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 15
|
|
- Index: 61
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 15
|
|
- Index: 62
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 15
|
|
- Index: 63
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 15
|
|
- Index: 64
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 15
|
|
- Index: 65
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 15
|
|
- Index: 66
|
|
Item: S_Hard_Earring
|
|
Rate: 15
|
|
- Index: 67
|
|
Item: S_Wise_Earring
|
|
Rate: 15
|
|
- Index: 68
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 15
|
|
- Index: 69
|
|
Item: Vitality_Earing_S
|
|
Rate: 15
|
|
- Index: 70
|
|
Item: S_Neutral_Earring
|
|
Rate: 15
|
|
- Index: 71
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 15
|
|
- Index: 72
|
|
Item: S_Caster_earring
|
|
Rate: 15
|
|
- Index: 73
|
|
Item: S_Heal_Earring
|
|
Rate: 15
|
|
- Index: 74
|
|
Item: S_Hiding_Earring
|
|
Rate: 15
|
|
- Index: 75
|
|
Item: S_Cloaking_Earring
|
|
Rate: 15
|
|
- Index: 76
|
|
Item: S_Teleport_Earring
|
|
Rate: 15
|
|
- Index: 77
|
|
Item: S_Steal_Earring
|
|
Rate: 15
|
|
- Index: 78
|
|
Item: S_Solid_Earring
|
|
Rate: 15
|
|
- Index: 79
|
|
Item: S_Penetration_Earring
|
|
Rate: 15
|
|
- Index: 80
|
|
Item: S_Tempest_Earring
|
|
Rate: 15
|
|
- Index: 81
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 15
|
|
- Index: 82
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 15
|
|
- Index: 83
|
|
Item: Vitality_Pendant_S
|
|
Rate: 15
|
|
- Index: 84
|
|
Item: S_Neutral_Pendent
|
|
Rate: 15
|
|
- Index: 85
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 15
|
|
- Index: 86
|
|
Item: S_Heal_Pendant
|
|
Rate: 15
|
|
- Index: 87
|
|
Item: S_Hiding_Pendant
|
|
Rate: 15
|
|
- Index: 88
|
|
Item: S_Cloaking_Pendant
|
|
Rate: 15
|
|
- Index: 89
|
|
Item: S_Teleport_Pendant
|
|
Rate: 15
|
|
- Index: 90
|
|
Item: S_Steal_Pendant
|
|
Rate: 15
|
|
- Index: 91
|
|
Item: S_Immortal_Pendant
|
|
Rate: 15
|
|
- Index: 92
|
|
Item: S_Penetration_Pendent
|
|
Rate: 15
|
|
- Index: 93
|
|
Item: S_Tempest_Pendent
|
|
Rate: 15
|
|
- Index: 94
|
|
Item: S_Hard_Armor
|
|
Rate: 15
|
|
- Index: 95
|
|
Item: S_Ancient_Armor
|
|
Rate: 15
|
|
- Index: 96
|
|
Item: S_Critical_Armor
|
|
Rate: 15
|
|
- Index: 97
|
|
Item: S_Big_Armor
|
|
Rate: 15
|
|
- Index: 98
|
|
Item: S_Small_Armor
|
|
Rate: 15
|
|
- Index: 99
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 15
|
|
- Index: 100
|
|
Item: S_Insomniac_Armor
|
|
Rate: 15
|
|
- Index: 101
|
|
Item: S_Peerless_Armor
|
|
Rate: 15
|
|
- Index: 102
|
|
Item: S_Adurate_Armor
|
|
Rate: 15
|
|
- Index: 103
|
|
Item: S_Heal_Armor
|
|
Rate: 15
|
|
- Index: 104
|
|
Item: S_Hiding_Armor
|
|
Rate: 15
|
|
- Index: 105
|
|
Item: S_Cloaking_Armor
|
|
Rate: 15
|
|
- Index: 106
|
|
Item: S_Teleport_Armor
|
|
Rate: 15
|
|
- Index: 107
|
|
Item: S_Steal_Armor
|
|
Rate: 15
|
|
- Index: 108
|
|
Item: S_Immortal_Armor
|
|
Rate: 15
|
|
- Index: 109
|
|
Item: S_Basis_Armor
|
|
Rate: 15
|
|
- Index: 110
|
|
Item: S_Hallowed_Armor
|
|
Rate: 15
|
|
- Index: 111
|
|
Item: S_Saharic_Armor
|
|
Rate: 15
|
|
- Index: 112
|
|
Item: S_Underneath_Armor
|
|
Rate: 15
|
|
- Index: 113
|
|
Item: S_Flam_Armor
|
|
Rate: 15
|
|
- Index: 114
|
|
Item: S_Windy_Armor
|
|
Rate: 15
|
|
- Index: 115
|
|
Item: S_Envenom_Armor
|
|
Rate: 15
|
|
- Index: 116
|
|
Item: S_Damned_Armor
|
|
Rate: 15
|
|
- Index: 117
|
|
Item: S_Geist_Armor
|
|
Rate: 15
|
|
- Index: 118
|
|
Item: S_Divine_Armor
|
|
Rate: 15
|
|
- Index: 119
|
|
Item: S_Chemical_Shoes
|
|
Rate: 15
|
|
- Index: 120
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 15
|
|
- Index: 121
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 15
|
|
- Index: 122
|
|
Item: S_Fisher_Shoes
|
|
Rate: 15
|
|
- Index: 123
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 15
|
|
- Index: 124
|
|
Item: S_Beholder_Shoes
|
|
Rate: 15
|
|
- Index: 125
|
|
Item: S_Divine_Shoes
|
|
Rate: 15
|
|
- Index: 126
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 15
|
|
- Index: 127
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 15
|
|
- Index: 128
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 15
|
|
- Index: 129
|
|
Item: S_Peerless_Shoes
|
|
Rate: 15
|
|
- Index: 130
|
|
Item: S_Adurate_Shoes
|
|
Rate: 15
|
|
- Index: 131
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 15
|
|
- Index: 132
|
|
Item: S_Heal_Shoes
|
|
Rate: 15
|
|
- Index: 133
|
|
Item: S_Hiding_Shoes
|
|
Rate: 15
|
|
- Index: 134
|
|
Item: S_Cloaking_Shoes
|
|
Rate: 15
|
|
- Index: 135
|
|
Item: S_Teleport_Shoes
|
|
Rate: 15
|
|
- Index: 136
|
|
Item: S_Steal_Shoes
|
|
Rate: 15
|
|
- Index: 137
|
|
Item: S_Brutal_Shield
|
|
Rate: 15
|
|
- Index: 138
|
|
Item: S_Gargantua_Shield
|
|
Rate: 15
|
|
- Index: 139
|
|
Item: S_Homers_Shield
|
|
Rate: 15
|
|
- Index: 140
|
|
Item: S_Dragoon_Shield
|
|
Rate: 15
|
|
- Index: 141
|
|
Item: S_Satanic_Shield
|
|
Rate: 15
|
|
- Index: 142
|
|
Item: S_Flameguard_Shield
|
|
Rate: 15
|
|
- Index: 143
|
|
Item: S_Requiem_Shield
|
|
Rate: 15
|
|
- Index: 144
|
|
Item: S_Cadi_Shield
|
|
Rate: 15
|
|
- Index: 145
|
|
Item: S_Stability_Shield
|
|
Rate: 15
|
|
- Index: 146
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 15
|
|
- Index: 147
|
|
Item: S_Heal_Shield
|
|
Rate: 15
|
|
- Index: 148
|
|
Item: S_Hiding_Shield
|
|
Rate: 15
|
|
- Index: 149
|
|
Item: S_Cloaking_Shield
|
|
Rate: 15
|
|
- Index: 150
|
|
Item: S_Teleport_Shield
|
|
Rate: 15
|
|
- Index: 151
|
|
Item: S_Steal_Shield
|
|
Rate: 15
|
|
- Index: 152
|
|
Item: S_Basis_Shield
|
|
Rate: 15
|
|
- Index: 153
|
|
Item: S_Hallowed_Shield
|
|
Rate: 15
|
|
- Index: 154
|
|
Item: S_Saharic_Shield
|
|
Rate: 15
|
|
- Index: 155
|
|
Item: S_Underneath_Shield
|
|
Rate: 15
|
|
- Index: 156
|
|
Item: S_Flam_Shield
|
|
Rate: 15
|
|
- Index: 157
|
|
Item: S_Windy_Shield
|
|
Rate: 15
|
|
- Index: 158
|
|
Item: S_Envenom_Shield
|
|
Rate: 15
|
|
- Index: 159
|
|
Item: S_Damned_Shield
|
|
Rate: 15
|
|
- Index: 160
|
|
Item: S_Geist_Shield
|
|
Rate: 15
|
|
- Index: 161
|
|
Item: S_Divine_Shield
|
|
Rate: 15
|
|
- Group: HELM_OF_FAITH_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Viva_Adul_Hat_WL1
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Viva_Adul_Hat_WL2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Viva_Adul_Hat_SR1
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Viva_Adul_Hat_SR2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Viva_Adul_Hat_AB1
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Viva_Adul_Hat_AB2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Viva_Adul_Hat_SC1
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Viva_Adul_Hat_SC2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Viva_Adul_Hat_RA1
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Viva_Adul_Hat_RA2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Viva_Adul_Hat_LG1
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Viva_Adul_Hat_LG2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Viva_Adul_Hat_GC1
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Viva_Adul_Hat_GC2
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Viva_Adul_Hat_SO1
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Viva_Adul_Hat_SO2
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Viva_Adul_Hat_RK1
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Viva_Adul_Hat_RK2
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Viva_Adul_Hat_WM1
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Viva_Adul_Hat_WM2
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Viva_Adul_Hat_NC1
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Viva_Adul_Hat_NC2
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Viva_Adul_Hat_GN1
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Viva_Adul_Hat_GN2
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Viva_Adul_Hat_KO1
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Viva_Adul_Hat_KO2
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Viva_Adul_Hat_RL1
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Viva_Adul_Hat_RL2
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Viva_Adul_Hat_SP1
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Viva_Adul_Hat_SP2
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Viva_Adul_Hat_SJ1
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Viva_Adul_Hat_SJ2
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Viva_Adul_Hat_SU1
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Viva_Adul_Hat_SU2
|
|
Rate: 10
|
|
- Group: 2022_LUNARNEWYEARS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 2022_LunarNewYears_band
|
|
- Index: 1
|
|
Item: Special_Tool_Box_Coupon
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: E_Main_Dish_C
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Mimir_Spring_W
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: E_Challenge_Drink
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: E_Power_Drink
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: E_Baldrs_Blessing
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Group: 2020_REWARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cachua_Coupon
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Kr_B_Special01
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: COSTUME_MILE_PACK_26_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 3
|
|
- Group: COSTUME_MILE_PACK_26_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 5
|
|
- Group: COSTUME_MILE_PACK_26_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box26
|
|
Amount: 10
|
|
- Group: EP17_1_SPC01
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Cannon_Rapier_OS
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Beam_Claymore_OS
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Rutilus_Stick_OS
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Circuit_Board_OS
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Blasti_OS
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Saphir_Hall_OS
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Virtual_Bow_OS
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: MH_P89_OS
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Meuchler_OS
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Burning_Knuckle_OS
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: HR_S55_OS
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Kuroiro_OS
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: AC_B44_OS
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Boost_Lance_OS
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Ultio_Spes_OS
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: ElectricFox_OS
|
|
Rate: 10
|
|
- Group: EP17_1_SPC02
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: EP17_1_SPC05
|
|
Rate: 750
|
|
- Index: 1
|
|
Item: EP17_1_SPC06
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: EP17_1_SPC07
|
|
Rate: 50
|
|
- Group: EP17_1_SPC03
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: EP17_1_SPC08
|
|
Rate: 750
|
|
- Index: 1
|
|
Item: EP17_1_SPC09
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: EP17_1_SPC10
|
|
Rate: 50
|
|
- Group: EP17_1_SPC04
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: EP17_1_EVT38
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: EP17_1_EVT36
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: EP17_1_EVT37
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: EP17_1_EVT35
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: EP17_1_EVT34
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: EP17_1_EVT33
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: EP17_1_EVT19
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: EP17_1_EVT32
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: EP17_1_EVT31
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: EP17_1_EVT30
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: EP17_1_EVT29
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: EP17_1_EVT28
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: EP17_1_EVT27
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: EP17_1_EVT26
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: EP17_1_EVT25
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: EP17_1_EVT24
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: EP17_1_EVT23
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: EP17_1_EVT22
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: EP17_1_EVT21
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: EP17_1_EVT20
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: EP17_1_EVT18
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: EP17_1_EVT17
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: EP17_1_EVT16
|
|
Rate: 300
|
|
- Index: 23
|
|
Item: EP17_1_EVT15
|
|
Rate: 300
|
|
- Index: 24
|
|
Item: EP17_1_EVT14
|
|
Rate: 300
|
|
- Index: 25
|
|
Item: EP17_1_EVT13
|
|
Rate: 300
|
|
- Index: 26
|
|
Item: EP17_1_EVT12
|
|
Rate: 300
|
|
- Index: 27
|
|
Item: EP17_1_EVT11
|
|
Rate: 300
|
|
- Index: 28
|
|
Item: EP17_1_EVT10
|
|
Rate: 904
|
|
- Index: 29
|
|
Item: EP17_1_EVT09
|
|
Rate: 904
|
|
- Index: 30
|
|
Item: EP17_1_EVT08
|
|
Rate: 904
|
|
- Index: 31
|
|
Item: EP17_1_EVT07
|
|
Rate: 904
|
|
- Index: 32
|
|
Item: EP17_1_EVT03
|
|
Rate: 900
|
|
- Index: 33
|
|
Item: EP17_1_EVT04
|
|
Rate: 900
|
|
- Index: 34
|
|
Item: EP17_1_EVT06
|
|
Rate: 904
|
|
- Index: 35
|
|
Item: EP17_1_EVT05
|
|
Rate: 904
|
|
- Group: STABILITYSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S2_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S2_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S2_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Unfreez_Weapon_S2
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Vitality_Earing_S2
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S2_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S2_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Merchant_earring
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Acolyte_earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Magician_earring
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Swordman_Pendant
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Merchant_Pendant
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Thief_Pendant
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: S_Magician_Pendant
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: S_Archer_Pendant
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: S_Knight_Shoes
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: S_Crusader_Shoes
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Priest_Shoes
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Monk_Shoes
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Assassin_Shoes
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Rogue_Shoes
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Wizard_Shoes
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Sage_Shoes
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Hunter_Shoes
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Bard_Shoes
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Dancer_Shoes
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Knight_Armor
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Crusader_Armor
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: S_Alchemist_Armor
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: S_Priest_Armor
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: S_Monk_Armor
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: S_Assassin_Armor
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: S_Rogue_Armor
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: S_Wizard_Armor
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: S_Sage_Armor
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: S_Hunter_Armor
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: S_Bard_Armor
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: S_Dancer_Armor
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: S_Ninja_Weapon
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: S_Mechanic_weapon
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: S_Genetic_Weapon
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: S_Sura_weapon
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: S_Warlock_Weapon
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: S_Ranger_Weapon
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: S_Runeknight_Shield
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: S_Royalguard_Shield
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: S_Mechanic_Shield
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: S_Genetic_Shield
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: S_Archbishop_Shield
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: S_Sura_Shield
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: S_Guillotine_Shield
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: S_Warlock_Shield
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: S_Ranger_Shield
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: S_Minstrel_Shield
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: S_Wanderer_Shield
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: S_Ninja_Shield
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: S_Taekwon_Shield
|
|
Rate: 1
|
|
- Index: 70
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 1
|
|
- Index: 71
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 1
|
|
- Group: BS_SHA_M_S_22
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 1
|
|
- Group: SLD_CARD_RECIPE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Sealed_Mistress_Card
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Sealed_Berz_Card
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Sealed_M_Flower_Card
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Sealed_Tao_Card
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Sealed_B_Harword_Card
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Sealed_Eddga_Card
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: SLD_Q_Scaraba_Card
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: SLD_Baphomet_Card
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: SLD_Maya_Card
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: SLD_Clown_Card
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: SLD_Professor_Card
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: SLD_Champion_Card
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: SLD_Creator_Card
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: SLD_Stalker_Card
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: SLD_Paladin_Card
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: SLD_Gypsy_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: SLD_Daehyon_Card
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: SLD_Gioia_Card
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: SLD_Pyuriel_Card
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: SLD_Kades_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: SLD_Timeholder_Card
|
|
Rate: 1
|
|
- Group: R_BEARERSSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 1
|
|
- Group: M_BLITZSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 1
|
|
- Group: RELOADSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_S_Reload_Shield
|
|
- Group: SPELLCASTERSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 1
|
|
- Group: MAGICALSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Clever_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Clever_Shield
|
|
Rate: 1
|
|
- Group: PHYSICALSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Durable_Weapon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Durable_Shield
|
|
Rate: 1
|
|
- Group: MAJORAUTOSPELL_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 1
|
|
- Group: ABSORBSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Absorb_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Absorb_Weapon
|
|
Rate: 1
|
|
- Group: TRUE_GEMSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_TrueGem_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_TrueGem_Earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 1
|
|
- Group: MAMMOTH_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 1
|
|
- Group: FULLTEMPSHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullTemp_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_FullTemp_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 1
|
|
- Group: FULLPENESHADOW_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullPene_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_FullPene_Pendant
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_FullPene_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_FullPene_Shoes
|
|
Rate: 1
|
|
- Group: REMODEL_HERO_BOOTS
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Great_Hero_Boots
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: ORIENTAL_SWORD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Oriental_Sword
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: DRAGONIC_SLAYER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Dragonic_Slayer
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SHIVER_KATAR_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Shiver_Katar_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: BLADE_KATAR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Blade_Katar
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SWORD_OF_BLUEFIRE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Sword_Of_Bluefire
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SLATE_SWORD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Slate_Sword
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: NARCIS_BOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Narcis_Bow
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: TRUMPET_SHELL_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Trumpet_Shell_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: BARB_WIRE_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Barb_Wire_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: AVENGER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Avenger
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: METEOR_STRIKER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Meteor_Striker
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: MAGIC_SWORD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Magic_Sword
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: FATALIST_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Fatalist
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: ROYAL_BOW_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Royal_Bow_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SCALET_DRAGON_L_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Scalet_Dragon_L_Bow
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SHADOW_STAFF_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Shadow_Staff_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: FREEZING_ROD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Freezing_Rod
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: IRON_NAIL_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Iron_Nail_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: RAY_KNUCKLE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Ray_Knuckle
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: UNDINE_SPEAR_K_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Undine_Spear_K
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: LIGHT_BLADE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Light_Blade
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: IRON_STAFF_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Iron_Staff
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: BLUE_CRYSTAL_STAFF_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Blue_Crystal_Staff
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: DEMON_HUNT_BIBLE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Demon_Hunting_Bible
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SAINT_HALL_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Saint_Hall
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: MEAWFOXTAIL_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_MeawFoxtail
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: FOG_DEW_SWORD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Fog_Dew_Sword
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: HUMMA_CLEAR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Humma_Clear
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: THOUSAND_SUN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_OneSkyOneSun
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: SPIRIT_PENDULUM_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_SoulWeight
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: CRIMSON_ROSE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Crimson_Rose
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: MASTER_SOUL_RIFLE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Master_Soul_Rifle
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: GOLDEN_LORD_LAUNCHER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Golden_L_Launcher
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: THE_BLACK_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_The_Black_Gatling
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: DEMON_SLAYER_SHOT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Demon_S_Shot
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Group: RUNE_CRAFT_MATERIALS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Emperium
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Ogre_Tooth
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Cobold_Hair
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Broken_Armor_Piece
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Claw_Of_Desert_Wolf
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Tangled_Chain
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Dullahan_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Dragon's_Skin
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Dragon_Canine
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Honey
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Light_Granule
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Old_Magic_Circle
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Slender_Snake
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Round_Shell
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Burning_Heart
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Red_Gemstone
|
|
Rate: 1
|
|
- Group: ELEMENTAL_CONVERTER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Scorpion's_Tail
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Snail's_Shell
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Horn
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Colorful_Shell
|
|
Rate: 1
|
|
- Group: POISONS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Anolian_Skin
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Izidor
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Poison_Toad's_Skin
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Poison_Spore
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Poison_Herb_Amoena
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Poison_Herb_Scopolia
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Poison_Herb_Seratum
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Poison_Herb_Makulata
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Poison_Herb_Rantana
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Poison_Herb_Nerium
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Heart_Of_Mermaid
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Sticky_Poison
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Decayed_Nail
|
|
Rate: 1
|
|
- Group: BLACKSMITH
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Steel
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Iron
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Brigan
|
|
Rate: 1
|
|
- Group: POTION_CRAFT_MATERIALS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Herb
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Yellow_Herb
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: White_Herb
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Blue_Herb
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Green_Herb
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Cactus_Needle
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Starsand_Of_Witch
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Moustache_Of_Mole
|
|
Rate: 1
|
|
- Group: KUNAI_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dried_Squid_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Flying_Fish_Box
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Starfish_Box
|
|
Rate: 1
|
|
- Group: BULLET_CASE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Bullet_Case_Silver
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Bullet_Case_Blood
|
|
Rate: 1
|
|
- Group: SOUL_LINKER
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Witherless_Rose
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Crystal_Jewel__
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Immortal_Heart
|
|
Rate: 1
|
|
- Group: ELEMENTAL_STONES
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Flame_Heart
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Mistic_Frozen
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Rough_Wind
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Great_Nature
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Star_Crumb
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Sparkling_Dust
|
|
Rate: 1
|
|
- Group: SHADOW_CUBE_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Breezy_Armor
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Ancient_Armor
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Hard_Armor
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Immune_Armor
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Critical_Armor
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Small_Armor
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: S_Medium_Armor
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: S_Big_Armor
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Gemstone_Armor
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Adurate_Armor
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Peerless_Armor
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Insomniac_Armor
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Heal_Armor
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Greed_Armor
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Cloaking_Armor
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Hiding_Armor
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Steal_Armor
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Teleport_Armor
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_Immortal_Armor
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_Bearers_Armor
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_Divine_Armor
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_Geist_Armor
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_Damned_Armor
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_Envenom_Armor
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_Windy_Armor
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_Flam_Armor
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: S_Underneath_Armor
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: S_Saharic_Armor
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: S_Hallowed_Armor
|
|
Rate: 5
|
|
- Index: 31
|
|
Item: S_Basis_Armor
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: S_Hasty_Armor
|
|
Rate: 5
|
|
- Index: 33
|
|
Item: S_Malicious_Armor
|
|
Rate: 5
|
|
- Index: 34
|
|
Item: S_Attack_Armor
|
|
Rate: 5
|
|
- Index: 35
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: S_FireBolt_Armor
|
|
Rate: 5
|
|
- Index: 37
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 5
|
|
- Index: 38
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 5
|
|
- Index: 39
|
|
Item: S_Caster_Armor
|
|
Rate: 5
|
|
- Index: 40
|
|
Item: S_Reload_Armor
|
|
Rate: 5
|
|
- Group: SHADOW_CUBE_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Athena_Shield
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Cadi_Shield
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Requiem_Shield
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Flameguard_Shield
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Satanic_Shield
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Dragoon_Shield
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: S_Homers_Shield
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: S_Gargantua_Shield
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Brutal_Shield
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Safeguard_Shield
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Cranial_Shield
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Stability_Shield
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Gemstone_Shield
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Heal_Shield
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Greed_Shield
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Cloaking_Shield
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Hiding_Shield
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Steal_Shield
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Teleport_Shield
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_Bearers_Shield
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_Basis_Shield
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_Saharic_Shield
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_Underneath_Shield
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_Flam_Shield
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_Windy_Shield
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_Envenom_Shield
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_Damned_Shield
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: S_Geist_Shield
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: S_Divine_Shield
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: S_Hallowed_Shield
|
|
Rate: 5
|
|
- Index: 31
|
|
Item: S_Expert_Shield
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: S_Beginner_Shield
|
|
Rate: 5
|
|
- Index: 33
|
|
Item: S_Rookie_Shield
|
|
Rate: 5
|
|
- Index: 34
|
|
Item: S_Advanced_Shield
|
|
Rate: 5
|
|
- Index: 35
|
|
Item: S_Malicious_Shield
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: S_Blitz_Shield
|
|
Rate: 5
|
|
- Index: 37
|
|
Item: S_Caster_Shield
|
|
Rate: 5
|
|
- Index: 38
|
|
Item: S_Reload_Shield
|
|
Rate: 5
|
|
- Group: SHADOW_CUBE_SHOES
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Champion_Shoes
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Divine_Shoes
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Beholder_Shoes
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Fisher_Shoes
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Chemical_Shoes
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Liberation_Shoes
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Bloody_Shoes
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Adurate_Shoes
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Peerless_Shoes
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Heal_Shoes
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Greed_Shoes
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Cloaking_Shoes
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_Hiding_Shoes
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_Steal_Shoes
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_Teleport_Shoes
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_Bearers_Shoes
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_Hasty_Shoes
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_Expert_Shoes
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_Beginner_Shoes
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_Rookie_Shoes
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: S_Advanced_Shoes
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: S_Malicious_Shoes
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: S_Blitz_Shoes
|
|
Rate: 5
|
|
- Index: 31
|
|
Item: S_Caster_Shoes
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: S_Reload_Shoes
|
|
Rate: 5
|
|
- Group: SHADOW_CUBE_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Healing_Weapon
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: S_Neutral_Weapon
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: S_Caster_Weapon
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: S_Heal_Weapon
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: S_Greed_Weapon
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: S_Cloaking_Weapon
|
|
Rate: 5
|
|
- Index: 10
|
|
Item: S_Hiding_Weapon
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: S_Steal_Weapon
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: S_Teleport_Weapon
|
|
Rate: 5
|
|
- Index: 13
|
|
Item: S_Solid_Weapon
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: S_Fishing_Weapon
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: S_Hunting_Weapon
|
|
Rate: 5
|
|
- Index: 17
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: S_Executioner_Weapon
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: S_Bearers_Weapon
|
|
Rate: 5
|
|
- Index: 20
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 5
|
|
- Index: 21
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 5
|
|
- Index: 22
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 5
|
|
- Index: 23
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 5
|
|
- Index: 24
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: S_Scissors_Weapon
|
|
Rate: 5
|
|
- Index: 31
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: S_Vibration_Weapon
|
|
Rate: 5
|
|
- Index: 33
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 5
|
|
- Index: 34
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 5
|
|
- Index: 35
|
|
Item: S_Physical_Weapon
|
|
Rate: 5
|
|
- Index: 36
|
|
Item: S_Magical_Weapon
|
|
Rate: 5
|
|
- Index: 37
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 5
|
|
- Index: 38
|
|
Item: S_Big_Weapon
|
|
Rate: 5
|
|
- Index: 39
|
|
Item: S_Small_Weapon
|
|
Rate: 5
|
|
- Index: 40
|
|
Item: S_Medium_Weapon
|
|
Rate: 5
|
|
- Index: 41
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 5
|
|
- Index: 42
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 5
|
|
- Index: 43
|
|
Item: S_Spirit_Weapon
|
|
Rate: 5
|
|
- Index: 44
|
|
Item: S_Force_Weapon
|
|
Rate: 5
|
|
- Index: 45
|
|
Item: S_Exceed_Weapon
|
|
Rate: 5
|
|
- Group: EPIC_MODULE_MIX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Magical_Igni_Stone
|
|
Rate: 6000
|
|
- Index: 1
|
|
Item: Magical_Igni_Stone
|
|
Rate: 2000
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Magical_Igni_Stone
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Magical_Igni_Stone
|
|
Rate: 480
|
|
Amount: 4
|
|
- Index: 4
|
|
Item: Magical_Igni_Stone
|
|
Rate: 10
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: EP17_2_EP1
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: EP17_2_EP2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: EP17_2_EP3
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: EP17_2_EP4
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: EP17_2_EP5
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: EP17_2_EP6
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: EP17_2_EP7
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: EP17_2_EP8
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: EP17_2_EP9
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: EP17_2_EP10
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: EP17_2_EP11
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: EP17_2_EP12
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: EP17_2_EP13
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: EP17_2_EP14
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: EP17_2_EP15
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: EP17_2_EP16
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: EP17_2_EP17
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: EP17_2_EP18
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: EP17_2_EP19
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: EP17_2_EP20
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: EP17_2_EP21
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: EP17_2_EP22
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: EP17_2_EP23
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: EP17_2_EP24
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: EP17_2_EP25
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: EP17_2_EP26
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: EP17_2_EP27
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: EP17_2_EP28
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: EP17_2_EP29
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: EP17_2_EP30
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: EP17_2_EP31
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: EP17_2_EP32
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: EP17_2_EP33
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: EP17_2_EP34
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: EP17_2_EP35
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: EP17_2_EP36
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: EP17_2_EP37
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: EP17_2_EP38
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: EP17_2_EP39
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: EP17_2_EP40
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: EP17_2_EP41
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: EP17_2_EP42
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: EP17_2_EP43
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: EP17_2_EP44
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: EP17_2_EP45
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: EP17_2_EP46
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: EP17_2_EP47
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: EP17_2_EP48
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: EP17_2_EP49
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: EP17_2_EP50
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: EP17_2_EP51
|
|
Rate: 10
|
|
- Group: AUTOMATIC_MODULE_MIX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: EP17_2_NO1
|
|
Rate: 900
|
|
- Index: 1
|
|
Item: EP17_2_NO2
|
|
Rate: 900
|
|
- Index: 2
|
|
Item: EP17_2_NO3
|
|
Rate: 900
|
|
- Index: 3
|
|
Item: EP17_2_NO4
|
|
Rate: 900
|
|
- Index: 4
|
|
Item: EP17_2_NO5
|
|
Rate: 900
|
|
- Index: 5
|
|
Item: EP17_2_NO6
|
|
Rate: 900
|
|
- Index: 6
|
|
Item: EP17_2_NO7
|
|
Rate: 900
|
|
- Index: 7
|
|
Item: EP17_2_NO8
|
|
Rate: 900
|
|
- Index: 8
|
|
Item: EP17_2_RA1
|
|
Rate: 175
|
|
- Index: 9
|
|
Item: EP17_2_RA2
|
|
Rate: 175
|
|
- Index: 10
|
|
Item: EP17_2_RA3
|
|
Rate: 175
|
|
- Index: 11
|
|
Item: EP17_2_RA4
|
|
Rate: 175
|
|
- Index: 12
|
|
Item: EP17_2_RA5
|
|
Rate: 175
|
|
- Index: 13
|
|
Item: EP17_2_RA6
|
|
Rate: 175
|
|
- Index: 14
|
|
Item: EP17_2_RA7
|
|
Rate: 175
|
|
- Index: 15
|
|
Item: EP17_2_RA8
|
|
Rate: 175
|
|
- Index: 16
|
|
Item: EP17_2_RA9
|
|
Rate: 175
|
|
- Index: 17
|
|
Item: EP17_2_RA10
|
|
Rate: 175
|
|
- Index: 18
|
|
Item: EP17_2_RA11
|
|
Rate: 175
|
|
- Index: 19
|
|
Item: EP17_2_RA12
|
|
Rate: 175
|
|
- Index: 20
|
|
Item: EP17_2_RA13
|
|
Rate: 175
|
|
- Index: 21
|
|
Item: EP17_2_RA14
|
|
Rate: 175
|
|
- Index: 22
|
|
Item: EP17_2_RA15
|
|
Rate: 175
|
|
- Index: 23
|
|
Item: EP17_2_RA16
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: EP17_2_RA17
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: EP17_2_RA18
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: EP17_2_RA19
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: EP17_2_RA20
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: EP17_2_RA21
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: EP17_2_UQ1
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: EP17_2_UQ2
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: EP17_2_UQ3
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: EP17_2_UQ4
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: EP17_2_UQ5
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: EP17_2_UQ6
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: EP17_2_UQ7
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: EP17_2_UQ8
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: EP17_2_UQ9
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: EP17_2_UQ10
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: EP17_2_UQ11
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: EP17_2_UQ12
|
|
Rate: 9
|
|
- Index: 41
|
|
Item: EP17_2_LE1
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: EP17_2_LE2
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: EP17_2_LE3
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: EP17_2_LE4
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: EP17_2_LE5
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: EP17_2_LE6
|
|
Rate: 1
|
|
- Group: ILLUSION_MODULE_MIX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: EP17_1_EVT03
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: EP17_1_EVT04
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: EP17_1_EVT05
|
|
Rate: 60
|
|
- Index: 3
|
|
Item: EP17_1_EVT06
|
|
Rate: 60
|
|
- Index: 4
|
|
Item: EP17_1_EVT07
|
|
Rate: 60
|
|
- Index: 5
|
|
Item: EP17_1_EVT08
|
|
Rate: 60
|
|
- Index: 6
|
|
Item: EP17_1_EVT09
|
|
Rate: 60
|
|
- Index: 7
|
|
Item: EP17_1_EVT10
|
|
Rate: 60
|
|
- Index: 8
|
|
Item: EP17_1_EVT11
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: EP17_1_EVT12
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: EP17_1_EVT13
|
|
Rate: 30
|
|
- Index: 11
|
|
Item: EP17_1_EVT14
|
|
Rate: 30
|
|
- Index: 12
|
|
Item: EP17_1_EVT15
|
|
Rate: 30
|
|
- Index: 13
|
|
Item: EP17_1_EVT16
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: EP17_1_EVT17
|
|
Rate: 30
|
|
- Index: 15
|
|
Item: EP17_1_EVT18
|
|
Rate: 30
|
|
- Index: 16
|
|
Item: EP17_1_EVT19
|
|
Rate: 30
|
|
- Index: 17
|
|
Item: EP17_1_EVT20
|
|
Rate: 30
|
|
- Index: 18
|
|
Item: EP17_1_EVT21
|
|
Rate: 30
|
|
- Index: 19
|
|
Item: EP17_1_EVT22
|
|
Rate: 30
|
|
- Index: 20
|
|
Item: EP17_1_EVT23
|
|
Rate: 30
|
|
- Index: 21
|
|
Item: EP17_1_EVT24
|
|
Rate: 30
|
|
- Index: 22
|
|
Item: EP17_1_EVT25
|
|
Rate: 30
|
|
- Index: 23
|
|
Item: EP17_1_EVT26
|
|
Rate: 3
|
|
- Index: 24
|
|
Item: EP17_1_EVT27
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: EP17_1_EVT28
|
|
Rate: 4
|
|
- Index: 26
|
|
Item: EP17_1_EVT29
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: EP17_1_EVT30
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: EP17_1_EVT31
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: EP17_1_EVT32
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: EP17_1_EVT33
|
|
Rate: 3
|
|
- Index: 31
|
|
Item: EP17_1_EVT34
|
|
Rate: 3
|
|
- Index: 32
|
|
Item: EP17_1_EVT35
|
|
Rate: 3
|
|
- Index: 33
|
|
Item: EP17_1_EVT36
|
|
Rate: 3
|
|
- Index: 34
|
|
Item: EP17_1_EVT37
|
|
Rate: 3
|
|
- Index: 35
|
|
Item: EP17_1_EVT38
|
|
Rate: 3
|
|
- Group: AUTO_M_I_BOX_A
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Auto_Imp_Melee_1
|
|
Rate: 750
|
|
- Index: 1
|
|
Item: Auto_Imp_Melee_2
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Auto_Imp_Melee_3
|
|
Rate: 50
|
|
- Group: AUTO_M_I_BOX_B
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Auto_Imp_Magic_1
|
|
Rate: 750
|
|
- Index: 1
|
|
Item: Auto_Imp_Magic_2
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Auto_Imp_Magic_3
|
|
Rate: 50
|
|
- Group: ENCHANT_STONE_BOX22
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SPdrainStone_Robe
|
|
Rate: 8
|
|
- Index: 4
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Greed_Stone
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: Stone_Robe_Box
|
|
Rate: 25
|
|
- Index: 8
|
|
Item: Stone_Robe2_Box
|
|
Rate: 25
|
|
- Index: 9
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 10
|
|
Item: ASPDStone_Robe
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: Range_Stone_Top
|
|
Rate: 25
|
|
- Index: 13
|
|
Item: Range_Stone
|
|
Rate: 25
|
|
- Index: 14
|
|
Item: Range_Stone_Bottom
|
|
Rate: 25
|
|
- Index: 15
|
|
Item: Melee_Stone_Top
|
|
Rate: 25
|
|
- Index: 16
|
|
Item: Melee_Stone_Middle
|
|
Rate: 25
|
|
- Index: 17
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 25
|
|
- Index: 18
|
|
Item: EXPStone_Middle
|
|
Rate: 25
|
|
- Index: 19
|
|
Item: EXPStone_Bottom
|
|
Rate: 25
|
|
- Index: 20
|
|
Item: EXPStone_Top
|
|
Rate: 25
|
|
- Index: 21
|
|
Item: CastingStone_Bottom
|
|
Rate: 25
|
|
- Index: 22
|
|
Item: CastingStone_Middle
|
|
Rate: 25
|
|
- Index: 23
|
|
Item: CastingStone_Top
|
|
Rate: 25
|
|
- Index: 24
|
|
Item: MATKStone_Top
|
|
Rate: 38
|
|
- Index: 25
|
|
Item: MATKStone_Middle
|
|
Rate: 38
|
|
- Index: 26
|
|
Item: MATKStone_Bottom
|
|
Rate: 38
|
|
- Index: 27
|
|
Item: Stone_Top_Box
|
|
Rate: 56
|
|
- Index: 28
|
|
Item: Stone_Top2_Box
|
|
Rate: 56
|
|
- Index: 29
|
|
Item: Stone_Middle_Box
|
|
Rate: 56
|
|
- Index: 30
|
|
Item: Stone_Middle2_Box
|
|
Rate: 56
|
|
- Index: 31
|
|
Item: Stone_Bottom_Box
|
|
Rate: 56
|
|
- Index: 32
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 56
|
|
- Index: 33
|
|
Item: Critical_Stone
|
|
Rate: 38
|
|
- Index: 34
|
|
Item: Critical_Stone_Top
|
|
Rate: 38
|
|
- Index: 35
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 38
|
|
- Group: ENCHANT_STONE_BOX23
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 6
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 9
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 14
|
|
- Index: 11
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 12
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 13
|
|
Item: WarlockStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: WarlockStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 16
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 17
|
|
Item: Range_Stone_Top
|
|
Rate: 24
|
|
- Index: 18
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 19
|
|
Item: Range_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 20
|
|
Item: Melee_Stone_Top
|
|
Rate: 24
|
|
- Index: 21
|
|
Item: Melee_Stone_Middle
|
|
Rate: 24
|
|
- Index: 22
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 23
|
|
Item: Magic_Stone_Top
|
|
Rate: 24
|
|
- Index: 24
|
|
Item: Magic_Stone_Middle
|
|
Rate: 24
|
|
- Index: 25
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 26
|
|
Item: CastingStone_Bottom
|
|
Rate: 24
|
|
- Index: 27
|
|
Item: CastingStone_Middle
|
|
Rate: 24
|
|
- Index: 28
|
|
Item: CastingStone_Top
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: AssacrossStone_Top
|
|
Rate: 12
|
|
- Index: 30
|
|
Item: AssacrossStone_Middle
|
|
Rate: 12
|
|
- Index: 31
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 12
|
|
- Index: 32
|
|
Item: AssacrossStone_Top2
|
|
Rate: 12
|
|
- Index: 33
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 12
|
|
- Index: 34
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 12
|
|
- Index: 35
|
|
Item: WarlockStone_Top
|
|
Rate: 12
|
|
- Index: 36
|
|
Item: WarlockStone_Middle
|
|
Rate: 12
|
|
- Index: 37
|
|
Item: WarlockStone_Bottom
|
|
Rate: 12
|
|
- Index: 38
|
|
Item: WarlockStone_Top2
|
|
Rate: 12
|
|
- Index: 39
|
|
Item: WarlockStone_Middle2
|
|
Rate: 12
|
|
- Index: 40
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 12
|
|
- Index: 41
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 42
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 43
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 44
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 45
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 46
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 47
|
|
Item: MATKStone_Top
|
|
Rate: 36
|
|
- Index: 48
|
|
Item: MATKStone_Middle
|
|
Rate: 36
|
|
- Index: 49
|
|
Item: MATKStone_Bottom
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: ENCHANT_STONE_BOX24
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 6
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 9
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: RuneknightStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 12
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 13
|
|
Item: WarlockStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: WarlockStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: RuneknightStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: RuneknightStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: RuneknightStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: WarlockStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: WarlockStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: WarlockStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: RoyalguardStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: RoyalguardStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: RoyalguardStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 28
|
|
Item: Range_Stone_Top
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: Range_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 31
|
|
Item: RuneknightStone_Top
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: RuneknightStone_Middle
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: RuneknightStone_Top2
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: RuneknightStone_Middle2
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: RuneknightStone_Bottom2
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: WarlockStone_Top
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: WarlockStone_Middle
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: WarlockStone_Bottom
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: WarlockStone_Top2
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: WarlockStone_Middle2
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: PaladinStone_Top
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: PaladinStone_Middle
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: PaladinStone_Bottom
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: PaladinStone_Top2
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: PaladinStone_Middle2
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: PaladinStone_Bottom2
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: MATKStone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: MATKStone_Middle
|
|
Rate: 36
|
|
- Index: 57
|
|
Item: MATKStone_Bottom
|
|
Rate: 36
|
|
- Index: 58
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 59
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 60
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: ENCHANT_STONE_BOX25
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: CrtStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 6
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 9
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 12
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 13
|
|
Item: GeneticStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: GeneticStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: SorcererStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: SorcererStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: WanderMinsStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: WanderMinsStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: WanderMinsStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: GeneticStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: GeneticStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: GeneticStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: SorcererStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: SorcererStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: SorcererStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 28
|
|
Item: ReloadStone_Top
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: ReloadStone_Middle
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: ReloadStone_Bottom
|
|
Rate: 24
|
|
- Index: 31
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: WanderMinsStone_Top2
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: WanderMinsStone_Middle2
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: WanderMinsStone_Bottom2
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: GeneticStone_Top
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: GeneticStone_Middle
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: GeneticStone_Bottom
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: GeneticStone_Top2
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: GeneticStone_Middle2
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: GeneticStone_Bottom2
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: SorcererStone_Top
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: SorcererStone_Middle
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: SorcererStone_Bottom
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: SorcererStone_Top2
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: SorcererStone_Middle2
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: SorcererStone_Bottom2
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: CastingStone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: CastingStone_Middle
|
|
Rate: 36
|
|
- Index: 57
|
|
Item: CastingStone_Bottom
|
|
Rate: 36
|
|
- Index: 58
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 59
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 60
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: ENCHANT_STONE_BOX27
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: SplStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: CastingStone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 4
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 6
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 8
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 9
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 16
|
|
- Index: 11
|
|
Item: SuraStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 12
|
|
Item: SuraStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 13
|
|
Item: MechanicStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: MechanicStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: SuraStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: SuraStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: SuraStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: MechanicStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: MechanicStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: MechanicStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: GuillcrossStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: GuillcrossStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: GuillcrossStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 28
|
|
Item: Magic_Stone_Top
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: Magic_Stone_Middle
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 31
|
|
Item: SuraStone_Top
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: SuraStone_Middle
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: SuraStone_Bottom
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: SuraStone_Top2
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: SuraStone_Middle2
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: SuraStone_Bottom2
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: MechanicStone_Top
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: MechanicStone_Middle
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: MechanicStone_Bottom
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: MechanicStone_Top2
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: MechanicStone_Middle2
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: MechanicStone_Bottom2
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: AssacrossStone_Top
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: AssacrossStone_Middle
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: AssacrossStone_Top2
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: CastingStone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: CastingStone_Middle
|
|
Rate: 36
|
|
- Index: 57
|
|
Item: CastingStone_Bottom
|
|
Rate: 36
|
|
- Index: 58
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 59
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 60
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: ANCIENT_HERO_BOX_1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Royal_Bow_K
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Narcis_Bow
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Shadow_Staff
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Iron_Nail_K
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Magic_Sword
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Sword_Of_Bluefire
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Avenger
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Iron_Staff
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Oriental_Sword
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Undine_Spear_K
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Demon_Hunting_Bible_K
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Shiver_Katar_K
|
|
Rate: 100
|
|
- Group: 3LV_9REFINE_WEAPON_7GU
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_7Up
|
|
- Group: 3LV_10REFINE_WEAPON_8GU
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_8Up
|
|
- Group: 3LV_11REFINE_WEAPON_9GU
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_9Up
|
|
- Group: 3LV_12REFINE_WEAPON_10G
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_10Up
|
|
- Group: 4LV_9REFINE_WEAPON_8GU
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_8Up
|
|
- Group: 4LV_10REFINE_WEAPON_9GU
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_9Up
|
|
- Group: 4LV_11REFINE_WEAPON_10G
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_10Up
|
|
- Group: BS_ITEM_M_S_52
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Amount: 2
|
|
- Group: BS_ITEM_M_S_53
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Refine_Hammer
|
|
Amount: 2
|
|
- Group: BS_ITEM_M_S_54
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mightysoul_Essence
|
|
- Group: BS_ITEM_M_S_55
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: M_Dimension_Essence
|
|
- Group: BS_ITEM_M_S_56
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Ticket
|
|
Amount: 2
|
|
- Group: ENCHANT_STONE_BOX28
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: POWStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: ConStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 5
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 6
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 8
|
|
Item: ASPDStone_Top
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 11
|
|
Item: GreenFloor_Bottom
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: StaremperorStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: RebellionStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: StarStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: StarStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: StarStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: RebelStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: RebelStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: RebelStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: ReaperStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: ReaperStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: ReaperStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 26
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Magic_Stone_Top
|
|
Rate: 24
|
|
- Index: 28
|
|
Item: Magic_Stone_Middle
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: GladiatorStone_Top
|
|
Rate: 15
|
|
- Index: 31
|
|
Item: GladiatorStone_Middle
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: GladiatorStone_Bottom
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: GunslingerStone_Top
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: GunslingerStone_Middle
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: GunslingerStone_Bottom
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: SoullinkerStone_Top
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: SoullinkerStone_Middle
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: SoullinkerStone_Bottom
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: Melee_Stone_Top
|
|
Rate: 24
|
|
- Index: 40
|
|
Item: Melee_Stone_Middle
|
|
Rate: 24
|
|
- Index: 41
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 42
|
|
Item: Range_Stone_Top
|
|
Rate: 24
|
|
- Index: 43
|
|
Item: Range_Stone
|
|
Rate: 24
|
|
- Index: 44
|
|
Item: Range_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 45
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 46
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 47
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 48
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 49
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: CastingStone_Top
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: CastingStone_Middle
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: CastingStone_Bottom
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: S_FULLPENE_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullPene_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullPene_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullPene_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullPene_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLPENE_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullPene_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullPene_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullPene_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullPene_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLPENE_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullPene_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullPene_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullPene_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullPene_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLPENE_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullPene_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullPene_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullPene_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullPene_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLTEMP_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullTemp_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullTemp_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullTemp_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullTemp_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLTEMP_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLTEMP_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullTemp_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullTemp_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullTemp_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullTemp_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_FULLTEMP_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_DURABLE_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Durable_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Durable_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Durable_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Durable_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_DURABLE_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Durable_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Durable_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Durable_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Durable_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_CLEVER_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Clever_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Clever_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Clever_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Clever_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_CLEVER_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Clever_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Clever_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Clever_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Clever_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_ALLMIGHTY_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_AllMighty_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_AllMighty_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_AllMighty_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_AllMighty_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_ALLMIGHTY_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_TRUEGEM_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_TrueGem_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_TrueGem_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_TrueGem_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_TrueGem_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_TRUEGEM_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_TRUEGEM_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_TRUEGEM_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_TrueGem_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_TrueGem_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_TrueGem_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_TrueGem_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_PERFECTSIZE_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_PERFECTSIZE_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_M_MAMMOTH_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_M_MAMMOTH_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_M_MAMMOTH_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_M_MAMMOTH_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_SPELLCASTER_EARRING
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_SPELLCASTER_PENDANT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_SPELLCASTER_ARMOR
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_SPELLCASTER_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_ABSORB_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Absorb_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Absorb_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Absorb_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Absorb_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_ABSORB_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Absorb_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Absorb_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Absorb_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Absorb_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: PORINGSPRECIOUSBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orange_Potion_B
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Candy_Striper_B
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Candy_B
|
|
Amount: 5
|
|
- Group: ENCHANT_STONE_BOX29
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: SplStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: ResistDefStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 6
|
|
Item: SPdrainStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 7
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 8
|
|
Item: ASPDStone_Top
|
|
Rate: 16
|
|
- Index: 9
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 10
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 11
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 16
|
|
- Index: 12
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 16
|
|
- Index: 13
|
|
Item: KagerouStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 14
|
|
Item: OboroStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: DoramStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: KagerouStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: KagerouStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: KagerouStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: OboroStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: OboroStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: OboroStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: DoramStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: DoramStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: DoramStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: Stone_Robe_Box
|
|
Rate: 16
|
|
- Index: 26
|
|
Item: Stone_Robe2_Box
|
|
Rate: 16
|
|
- Index: 27
|
|
Item: Magic_Stone_Top
|
|
Rate: 24
|
|
- Index: 28
|
|
Item: Magic_Stone_Middle
|
|
Rate: 24
|
|
- Index: 29
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 24
|
|
- Index: 30
|
|
Item: DefenseStone_Top
|
|
Rate: 15
|
|
- Index: 31
|
|
Item: DefenseStone_Middle
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: DefenseStone_Bottom
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: NinjaStone_Top
|
|
Rate: 15
|
|
- Index: 34
|
|
Item: NinjaStone_Middle
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: NinjaStone_Bottom
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: DoramStone_Top
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: DoramStone_Middle
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: DoramStone_Bottom
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: ReloadStone_Top
|
|
Rate: 24
|
|
- Index: 40
|
|
Item: ReloadStone_Middle
|
|
Rate: 24
|
|
- Index: 41
|
|
Item: ReloadStone_Bottom
|
|
Rate: 24
|
|
- Index: 42
|
|
Item: EXPStone_Middle
|
|
Rate: 24
|
|
- Index: 43
|
|
Item: EXPStone_Bottom
|
|
Rate: 24
|
|
- Index: 44
|
|
Item: EXPStone_Top
|
|
Rate: 24
|
|
- Index: 45
|
|
Item: Stone_Top_Box
|
|
Rate: 36
|
|
- Index: 46
|
|
Item: Stone_Top2_Box
|
|
Rate: 36
|
|
- Index: 47
|
|
Item: Stone_Middle_Box
|
|
Rate: 36
|
|
- Index: 48
|
|
Item: Stone_Middle2_Box
|
|
Rate: 36
|
|
- Index: 49
|
|
Item: Stone_Bottom_Box
|
|
Rate: 36
|
|
- Index: 50
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 36
|
|
- Index: 51
|
|
Item: CastingStone_Top
|
|
Rate: 36
|
|
- Index: 52
|
|
Item: CastingStone_Middle
|
|
Rate: 36
|
|
- Index: 53
|
|
Item: CastingStone_Bottom
|
|
Rate: 36
|
|
- Index: 54
|
|
Item: Critical_Stone
|
|
Rate: 36
|
|
- Index: 55
|
|
Item: Critical_Stone_Top
|
|
Rate: 36
|
|
- Index: 56
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 36
|
|
- Group: EIN_1HITEMBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ein_1HKNUCK
|
|
Rate: 555
|
|
- Index: 1
|
|
Item: Ein_1HHAMMER
|
|
Rate: 555
|
|
- Index: 2
|
|
Item: Ein_1HWAND
|
|
Rate: 555
|
|
- Index: 3
|
|
Item: Ein_1HWHIP
|
|
Rate: 555
|
|
- Index: 4
|
|
Item: Ein_1HBOOK
|
|
Rate: 555
|
|
- Index: 5
|
|
Item: Ein_1HDAGGER
|
|
Rate: 555
|
|
- Index: 6
|
|
Item: Ein_1HMAGGER
|
|
Rate: 555
|
|
- Index: 7
|
|
Item: Ein_1HSPEAR
|
|
Rate: 555
|
|
- Index: 8
|
|
Item: Ein_1HLUTE
|
|
Rate: 555
|
|
- Index: 9
|
|
Item: Ein_1HSWORD
|
|
Rate: 555
|
|
- Index: 10
|
|
Item: Ein_BHSTAFF
|
|
Rate: 555
|
|
- Index: 11
|
|
Item: Ein_BHHuuma
|
|
Rate: 555
|
|
- Index: 12
|
|
Item: Ein_BHKATAR
|
|
Rate: 555
|
|
- Index: 13
|
|
Item: Ein_BHAXE
|
|
Rate: 555
|
|
- Index: 14
|
|
Item: Ein_BHBOW
|
|
Rate: 555
|
|
- Index: 15
|
|
Item: Ein_1H_Foxtail
|
|
Rate: 555
|
|
- Index: 16
|
|
Item: Ein_1HGUN
|
|
Rate: 555
|
|
- Index: 17
|
|
Item: Ein_BHSWORD
|
|
Rate: 555
|
|
- Group: EIN_UNDIUM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ein_REDIUM
|
|
Rate: 1999
|
|
- Index: 1
|
|
Item: Ein_RINDIUM
|
|
Rate: 1999
|
|
- Index: 2
|
|
Item: Ein_ODIUM
|
|
Rate: 1999
|
|
- Index: 3
|
|
Item: Ein_PURDIUM
|
|
Rate: 1999
|
|
- Index: 4
|
|
Item: Ein_WHIDIUM
|
|
Rate: 1999
|
|
- Index: 5
|
|
Item: Ein_DYNITE
|
|
Rate: 5
|
|
- Group: PC_COSTUME_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: World_Tour_Ticket
|
|
Amount: 50
|
|
- Group: WET_SEALED_CARD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Card
|
|
Rate: 7000
|
|
- Index: 1
|
|
Item: Sealed_Card2
|
|
Rate: 3000
|
|
- Group: 2019_SSTARR_TBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 900
|
|
- Index: 1
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1700
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1500
|
|
Amount: 4
|
|
- Index: 4
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1100
|
|
Amount: 6
|
|
- Index: 6
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 900
|
|
Amount: 7
|
|
- Index: 7
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 700
|
|
Amount: 8
|
|
- Index: 8
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 500
|
|
Amount: 9
|
|
- Index: 9
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 300
|
|
Amount: 10
|
|
- Group: E_LIFE_POTION_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Mysterious_Water
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: E_Small_Life_Potion
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: E_Med_Life_Potion
|
|
Amount: 20
|
|
- Group: E_DEF_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 20
|
|
- Group: E_ALMIGHTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Group: E_LIMITPOWERBOOSTER
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Group: ROYAL_SECRET_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Mightysoul_Essence
|
|
Rate: 5
|
|
Amount: 3
|
|
Announced: true
|
|
- Index: 1
|
|
Item: M_Dimension_Essence
|
|
Rate: 5
|
|
Amount: 3
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Blacksmith_Blessing
|
|
Rate: 5
|
|
Amount: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Valkyrie_Feather_Band
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Limnil_Glove
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Orleans_Necklace
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sprint_Glove
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Brooch_Greed
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Shadow_Random_Mix
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: Ramor_Shield_Undead
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Sharel_Shield
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Flow_Shield
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Sombre_Shield
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Sol_Shield
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Poison_Shield
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Lumiere_Shield
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Rouban_Shield
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Lian_Shield
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Flow_Manteau
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: Sombre_Manteau
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: Sharel_Manteau
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Ramor_Manteau
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: Sol_Manteau
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Lumiere_Manteau
|
|
Rate: 100
|
|
- Index: 24
|
|
Item: Poison_Manteau
|
|
Rate: 100
|
|
- Index: 25
|
|
Item: Rouban_Manteau
|
|
Rate: 100
|
|
- Index: 26
|
|
Item: Lian_Robe
|
|
Rate: 100
|
|
- Index: 27
|
|
Item: Sombre_Shoes
|
|
Rate: 100
|
|
- Index: 28
|
|
Item: Sol_Shoes
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Ramor_Shoes
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Sharel_Shoes
|
|
Rate: 100
|
|
- Index: 31
|
|
Item: Flow_Shoes
|
|
Rate: 100
|
|
- Index: 32
|
|
Item: Lumiere_Shoes
|
|
Rate: 100
|
|
- Index: 33
|
|
Item: Rouban_Shoes
|
|
Rate: 100
|
|
- Index: 34
|
|
Item: Poison_Shoes
|
|
Rate: 100
|
|
- Index: 35
|
|
Item: Lian_Shoes
|
|
Rate: 100
|
|
- Index: 36
|
|
Item: aegis_300487
|
|
Rate: 85
|
|
- Index: 37
|
|
Item: aegis_300489
|
|
Rate: 85
|
|
- Index: 38
|
|
Item: aegis_300491
|
|
Rate: 85
|
|
- Index: 39
|
|
Item: aegis_300493
|
|
Rate: 85
|
|
- Index: 40
|
|
Item: aegis_300495
|
|
Rate: 85
|
|
- Index: 41
|
|
Item: aegis_300497
|
|
Rate: 85
|
|
- Index: 42
|
|
Item: S_Nihil_Card
|
|
Rate: 85
|
|
- Index: 43
|
|
Item: S_Spica_Card
|
|
Rate: 85
|
|
- Index: 44
|
|
Item: S_Skia_Card
|
|
Rate: 85
|
|
- Index: 45
|
|
Item: S_Kronecker_Card
|
|
Rate: 85
|
|
- Index: 46
|
|
Item: S_Agnes_Card
|
|
Rate: 85
|
|
- Index: 47
|
|
Item: S_Jurgen_Card
|
|
Rate: 85
|
|
- Index: 48
|
|
Item: S_Poe_Card
|
|
Rate: 85
|
|
- Index: 49
|
|
Item: S_Wolf_Card
|
|
Rate: 85
|
|
- Index: 50
|
|
Item: S_Kathryn_Card
|
|
Rate: 85
|
|
- Index: 51
|
|
Item: S_Issac_Card
|
|
Rate: 85
|
|
- Index: 52
|
|
Item: S_Meyer_Card
|
|
Rate: 85
|
|
- Index: 53
|
|
Item: S_Helmut_Card
|
|
Rate: 85
|
|
- Index: 54
|
|
Item: aegis_300422
|
|
Rate: 85
|
|
- Index: 55
|
|
Item: aegis_300424
|
|
Rate: 85
|
|
- Index: 56
|
|
Item: aegis_300426
|
|
Rate: 85
|
|
- Index: 57
|
|
Item: aegis_300486
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 58
|
|
Item: aegis_300488
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 59
|
|
Item: aegis_300490
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 60
|
|
Item: aegis_300492
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 61
|
|
Item: aegis_300494
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 62
|
|
Item: aegis_300496
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 63
|
|
Item: aegis_300421
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 64
|
|
Item: aegis_300423
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 65
|
|
Item: aegis_300425
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 66
|
|
Item: Meyer_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 67
|
|
Item: Helmut_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 68
|
|
Item: Kathryn_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 69
|
|
Item: Isaac_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 70
|
|
Item: Poe_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 71
|
|
Item: Wolf_Card_E
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 72
|
|
Item: Nihil_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 73
|
|
Item: Agnes_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 74
|
|
Item: Jurgen_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 75
|
|
Item: Spica_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 76
|
|
Item: Kronecker_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 77
|
|
Item: Skia_Card
|
|
Rate: 250
|
|
Amount: 3
|
|
- Group: SEASON_EVT_REWARD_2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Crepe
|
|
Rate: 1125
|
|
- Index: 1
|
|
Item: C_Choco_Banana
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Luxurious_Blue_Box
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: C_Choco_Mint_Bonnet
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Mont_Blanc_Cake
|
|
Rate: 1125
|
|
- Index: 5
|
|
Item: Soccer_Cake
|
|
Rate: 1125
|
|
- Index: 6
|
|
Item: Strawberry_CreamCake
|
|
Rate: 1600
|
|
- Index: 7
|
|
Item: White_Chocolate_B
|
|
Rate: 1200
|
|
- Index: 8
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: C_Sweets_Bonbon
|
|
Rate: 60
|
|
- Index: 10
|
|
Item: C_SweetChocolate_Hat
|
|
Rate: 60
|
|
- Index: 11
|
|
Item: C_Choco_Minihat
|
|
Rate: 60
|
|
- Index: 12
|
|
Item: C_Sweet_Candy
|
|
Rate: 60
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sweets_Coin
|
|
- Group: HERO_HAMMER_PACKAGE_5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_5
|
|
- Group: FLIPPACKAGE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: FlipHat
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Accessory_Box
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Wrapped_Mask
|
|
Rate: 600
|
|
- Index: 11
|
|
Item: Old_Ore_Box
|
|
Rate: 1100
|
|
- Index: 12
|
|
Item: Poring_Box
|
|
Rate: 400
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Old_Violet_Box
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Treasure_Box
|
|
Rate: 1850
|
|
- Index: 15
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Group: POPE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Book
|
|
Rate: 200
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1800
|
|
- Index: 8
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 9
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
- Index: 10
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: Old_C_Album_Garment
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Old_C_Album_Acc
|
|
Rate: 500
|
|
- Index: 14
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Auger_Of_Spirit
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Kuirpenring
|
|
Rate: 60
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Tare_Pope_
|
|
Rate: 338
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Tare_Pope
|
|
Rate: 200
|
|
Announced: true
|
|
- Group: MYSTERIOUS_EGG2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C2
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Lucky_Egg_C3
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Lucky_Egg_C4
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Lucky_Egg_C5
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Lucky_Egg_C6
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Lucky_Egg_C7
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Lucky_Egg_C8
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Lucky_Egg_C9
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Lucky_Egg_C10
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Gryphon_Egg_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Dragon_Egg_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: 2011_RWC_Scroll_Kr
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Cru_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Undead_Egg
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Girls_Heart
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Pope_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Apple
|
|
Rate: 17
|
|
UniqueId: true
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C2
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Lucky_Egg_C3
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Lucky_Egg_C4
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Lucky_Egg_C5
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Lucky_Egg_C6
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Lucky_Egg_C7
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Lucky_Egg_C8
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Lucky_Egg_C9
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Lucky_Egg_C10
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Gryphon_Egg_Scroll
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Dragon_Egg_Scroll
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: 2011_RWC_Scroll_Kr
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Cru_Scroll
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Undead_Egg
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Girls_Heart
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Pope_Scroll
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Group: GUILDSMAN_RECRUITER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: PARTY_RECRUITER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Party_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BF_RECRUITER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bf_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FRIEND_RECR_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Friend_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GF_RECRUITER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gf_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MARCHER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Marcher_Hat
|
|
Rate: 3333
|
|
- Index: 1
|
|
Item: Holy_Marching_Hat_J
|
|
Rate: 3333
|
|
- Index: 2
|
|
Item: Evil_Marcher_Hat
|
|
Rate: 3333
|
|
- Group: F_GUILDSMAN_RECR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_PARTY_RECR_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Party_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FBF_RECRUITER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bf_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FRIEND_RECR_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Friend_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FGF_RECRUITER_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gf_Recruiter_Hat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BONUS_BOX01
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX02
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Mdef_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX03
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Def_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX04
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Tyr's_Blessing
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX05
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX06
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Holy_Armor_S
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX07
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Shadow_Armor_S
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX08
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Job_Manual25
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: BONUS_BOX09
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Max_Weight_Up_Scroll
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Regeneration_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: BONUS_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Max_Weight_Up_Scroll
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Greed_Scroll_C
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX01
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX02
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Mdef_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX03
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Def_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX04
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Tyr's_Blessing
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX05
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX06
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Holy_Armor_S
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX07
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Shadow_Armor_S
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX08
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Job_Manual25
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX09
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Max_Weight_Up_Scroll
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Regeneration_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_BONUS_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Max_Weight_Up_Scroll
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Greed_Scroll_C
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: FUGIN_EGG01
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_Box
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Mastela_Fruit_Box
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: White_Potion_Box
|
|
Rate: 150
|
|
- Index: 3
|
|
Item: Royal_Jelly_Box2
|
|
Rate: 150
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Yggdrasil_Seed_Box
|
|
Rate: 65
|
|
- Index: 6
|
|
Item: Iggdrasilberry_Box
|
|
Rate: 25
|
|
- Index: 7
|
|
Item: Comp_Battle_Manual
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: Old_Card_Album
|
|
Rate: 3
|
|
Amount: 3
|
|
- Group: FUGIN_EGG02
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_Box
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Mastela_Fruit_Box
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: White_Potion_Box
|
|
Rate: 150
|
|
- Index: 3
|
|
Item: Royal_Jelly_Box2
|
|
Rate: 150
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Yggdrasil_Seed_Box
|
|
Rate: 65
|
|
- Index: 6
|
|
Item: Iggdrasilberry_Box
|
|
Rate: 22
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Comp_Battle_Manual
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Old_Card_Album
|
|
Rate: 3
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Magestic_Goat_
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: PUMP_OF_SPIRIT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Pump_Of_Spirit
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 195
|
|
- Index: 9
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 201
|
|
- Index: 10
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 285
|
|
- Index: 11
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 271
|
|
- Index: 12
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 229
|
|
- Index: 13
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 319
|
|
- Index: 14
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1600
|
|
- Index: 18
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
- Index: 20
|
|
Item: Potion_Box
|
|
Rate: 1280
|
|
- Group: HAPPY_BALLOON_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Comp_Neuralizer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Happy_Balloon_K
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Minus_Str_Box
|
|
Rate: 200
|
|
- Index: 9
|
|
Item: Minus_Agi_Box
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: Minus_Vit_Box
|
|
Rate: 200
|
|
- Index: 11
|
|
Item: Minus_Int_Box
|
|
Rate: 200
|
|
- Index: 12
|
|
Item: Minus_Dex_Box
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: Minus_Luk_Box
|
|
Rate: 200
|
|
- Index: 14
|
|
Item: C_CatPaw_1Day_Box
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: C_Greed_1Hour_Box
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1500
|
|
- Index: 17
|
|
Item: J_Shop_Coupon
|
|
Rate: 800
|
|
- Index: 18
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1500
|
|
- Index: 19
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Shadow_Cube
|
|
Rate: 940
|
|
- Group: ANGRY_MOUTH_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Angry_Mouth_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: KRO_LUCKY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Angry_Mouth_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CLAYMORE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Claymore_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: JAMADHAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Jamadhar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: TWO_HANDED_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Two_Handed_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: LANCE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lance_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: HUUMA_GIANT_WHEEL_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Huuma_Giant_Wheel_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: ORCISH_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orcish_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: PIKE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pike_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: ENCYCLOPEDIA_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Encyclopedia_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FIST_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fist_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GUITAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guitar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: RANTE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rante_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: DAMASCUS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Damascus_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FLAMBERGE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flamberge_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: STUNNER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stunner_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_KRO_LUCKY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Angry_Mouth_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_CLAYMORE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Claymore_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_JAMADHAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Jamadhar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_TWO_HANDED_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Two_Handed_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_LANCE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lance_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_HUUMA_GIANT_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Huuma_Giant_Wheel_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ORCISH_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orcish_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_PIKE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pike_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ENCYCLOPEDIA_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Encyclopedia_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FIST_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fist_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_GUITAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guitar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_RANTE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rante_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_DAMASCUS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Damascus_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FLAMBERGE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flamberge_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_STUNNER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stunner_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ANGRY_MOUTH_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Angry_Mouth_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MARIONETTE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Delicious_Shaved_Ice
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Star_Hairband
|
|
UniqueId: true
|
|
- Group: WHISPER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fit_Pipe
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Spirit_Chain_
|
|
UniqueId: true
|
|
- Group: INCUBUS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gril's_Naivety
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Ball_Mask
|
|
UniqueId: true
|
|
- Group: F_MARIONETTE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Delicious_Shaved_Ice
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Star_Hairband
|
|
UniqueId: true
|
|
- Group: F_WHISPER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fit_Pipe
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Spirit_Chain_
|
|
UniqueId: true
|
|
- Group: F_INCUBUS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gril's_Naivety
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Ball_Mask
|
|
UniqueId: true
|
|
- Group: F_ACTI_POTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acti_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: RO_DS_HEADGEAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hermose_Cap
|
|
- Index: 1
|
|
Item: Aumdura's_Grace
|
|
- Index: 2
|
|
Item: Odin_Mask
|
|
- Group: HOCKEY_MASK_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hockey_Mask
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: OBSERVER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Observer
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ALL_IN_ONE_RING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: All_In_One_Ring
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SPRITUAL_TUNIC_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spritual_Tunic
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RECUPERATIVE_ARMOR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Recuperative_Armor
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SHELTER_RESIST_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shelter_Resistance
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SYLPHID_MANTEAU_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sylphid_Manteau
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: REFRESH_SHOES_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Refresh_Shoes
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: WELL_BAKED_TOAST_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Toast_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: WASTELAND_OUTLAW_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wasteland_Outlaw_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: LEVER_ACT_RIFLE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lever_Action_Rifle_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: HEALING_STAFF_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Healing_Staff_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: PRAXINUS_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Praxinus_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: GUILD_RECRUIT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: PARTY_RECRUIT_HAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Party_Recruiter_Hat
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BF_RECRUIT_HAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bf_Recruiter_Hat
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: GF_RECRUIT_HAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gf_Recruiter_Hat
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: FRIEND_RECRUIT_HAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Friend_Recruiter_Hat
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CLAYMORE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Claymore_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: TWO_HANDED_AXE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Two_Handed_Axe_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: LANCE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lance_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: JAMADHAR_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Jamadhar_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: HUUMA_GIANT_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Huuma_Giant_Wheel_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ORCISH_AXE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orcish_Axe_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: PIKE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pike_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ENCYCLOPEDIA_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Encyclopedia_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: FIST_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fist_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: GUITAR_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guitar_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RANTE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rante_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: DAMASCUS_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Damascus_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: FLAMBERGE_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flamberge_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: STUNNER_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stunner_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ANGRY_MOUTH_C_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Angry_Mouth_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SHOOTING_STAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shooting_Star_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BLOODY_FEAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Fear_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: AHLSPIESS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ahlspiess_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: STAFF_OF_HEALING_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Staff_Of_Healing_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: ANTI_DEMON_SHIELD_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Anti_Demon_Shield_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SHOOTING_STAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shooting_Star_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_BLOODY_FEAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Fear_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_AHLSPIESS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ahlspiess_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_S_HEALING_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Staff_Of_Healing_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_A_DEMON_SHIELD_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Anti_Demon_Shield_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MBL_PET_RANDOM_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ticket_Nightmare
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Ticket_Goblin_Leader
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ticket_Medusa
|
|
Rate: 95
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ticket_Golem
|
|
Rate: 450
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Ticket_Civil_Servant
|
|
Rate: 450
|
|
UniqueId: true
|
|
- Group: 7TH_ANNI_RANDOM_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ginseng
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Fruit_Juice
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Cool_Summer_Outfit
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Recall_MaleGM
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Recall_FemaleGM
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: 5_Anniversary_Coin_Box
|
|
Rate: 120
|
|
- Index: 6
|
|
Item: Poring_Party_Hat
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: K_Poring_Cake_Cap
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Enriched_Slim_Pot
|
|
Rate: 120
|
|
Amount: 20
|
|
- Group: FREYJA_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Freyja_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FREYJA_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Freyja_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_CLOVER_BOX_MOUTH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: F_BGUM_BOX_IN_MOUTH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: F_CLOVER_BOX_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: F_CLOVER_BOX_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_BGUM_BOX_IN_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: F_BGUM_BOX_IN_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: FREYJA_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FREYJA_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BM_PACK_BOX_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Adrenaline10_Box30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Spark_Candy_Box5
|
|
UniqueId: true
|
|
- Group: F_BM_PACK_BOX_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Battle_Manual_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: F_Adrenaline10_Box30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: F_Spark_Candy_Box5
|
|
UniqueId: true
|
|
- Group: BM_PACK_BOX_B
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mimic_Scroll_Box10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Spark_Candy_Box5
|
|
UniqueId: true
|
|
- Group: F_BM_PACK_BOX_B
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Battle_Manual_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: F_Mimic_Scroll_Box10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: F_Spark_Candy_Box5
|
|
UniqueId: true
|
|
- Group: XMAS_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Spare_Card
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_XMAS_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Spare_Card
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: XMAS_CARD_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spare_Card
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_XMAS_CARD_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spare_Card
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: E_BUNNY_BAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: TimeExtensionArmor
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SUMMER_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Dead_Branch
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Ray_Arch
|
|
Rate: 1111
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Bravery_Bag
|
|
Rate: 476
|
|
- Index: 2
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 476
|
|
- Index: 3
|
|
Item: HE_Bubble_Gum
|
|
Rate: 1111
|
|
Amount: 4
|
|
- Index: 4
|
|
Item: Trans_Scroll_Marduk
|
|
Rate: 1111
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Evil_Marcher_Hat
|
|
Rate: 1429
|
|
- Index: 6
|
|
Item: Leek_In_Mouth
|
|
Rate: 1429
|
|
- Index: 7
|
|
Item: MVP_Basketball
|
|
Rate: 1429
|
|
- Index: 8
|
|
Item: Hat_Of_Girl
|
|
Rate: 1429
|
|
- Group: F_ACTI_POTION_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acti_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C5
|
|
UniqueId: true
|
|
- Group: HALF_MEGIN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Megin
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: HALF_BRYSING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Brysing
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SPIKED_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: RAINBOW_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: SPIKED_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: RAINBOW_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_SPIKED_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: F_RAINBOW_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: F_SPIKED_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: F_RAINBOW_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: F_SPIKED_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_RAINBOW_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_RIBBON_OF_LIFE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: F_RIBBON_OF_LIFE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: F_RIBBON_OF_LIFE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: F_RAPID_LIFE_WATER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rapid_Life_Water
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C6
|
|
UniqueId: true
|
|
- Group: F_MAGIC_CANDY_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Candy
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C7
|
|
UniqueId: true
|
|
- Group: UMBALA_SPIRIT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit_Box_7day
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C8
|
|
UniqueId: true
|
|
- Group: F_UMBALA_SPIRIT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit_Box_7day
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C8
|
|
UniqueId: true
|
|
- Group: UMBALA_SPIRIT_BOX_7DAY
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_REPAIR_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: C_REPAIR_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: C_UMBALA_SPIRIT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Umbala_Spirit
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_MURAMASA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Muramasa_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_EXCALIBUR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Excalibur_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_COMBAT_KNIFE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Combat_Knife_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_COUNTER_DAGGER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Counter_Dagger_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_MIGHTY_STAFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mighty_Staff_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_RIGHT_EPSILON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Right_Epsilon_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_BALISTAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Balistar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_D_GREAT_SAGE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Diary_Of_Great_Sage_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_ASURA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Asura_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_BROOCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brooch_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SAFETY_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Safety_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_PECOPECO_HAIRBAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pecopeco_Hairband
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: C_NAGAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nagan_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SKEWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Skewer_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_QUADRILLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Quadrille_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_FIRE_BRAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Brand_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_MASQUERADE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Masquerade_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: C_ORC_HERO_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Hero_Helm_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: C_KRO_D_KITTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: kRO_Drooping_Kitty_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: C_BLOODY_IRON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Iron_Ball_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_HOCKEY_MASK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hockey_Mask
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_OBSERVER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Observer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_ALL_IN_ONE_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: All_In_One_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SPIRITUAL_TUNIC_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spritual_Tunic
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_RECUP_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Recuperative_Armor
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SHELTER_RESIST_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shelter_Resistance
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SYLPHID_MANTEAU_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sylphid_Manteau
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_REFRESH_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Refresh_Shoes
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_WASTELAND_OUTLAW_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wasteland_Outlaw_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_LEVER_ACT_RIFLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lever_Action_Rifle_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_CLAYMORE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Claymore_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_JAMADHAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Jamadhar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_TWO_HANDED_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Two_Handed_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_LANCE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lance_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_ORCISH_AXE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orcish_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_ENCYCLOPEDIA_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Encyclopedia_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_PIKE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fist_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_FIST_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guitar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_DAMASCUS_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Damascus_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_FLAMBERGE_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flamberge_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_STUNNER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stunner_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SHOOTING_STAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shooting_Star_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_BLOODY_FEAR_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Fear_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_STAFF_HEALING_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Staff_Of_Healing_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_CLOVER_BOX_MOUTH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_CLOVER_BOX_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: C_CLOVER_BOX_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 4Leaf_Clover_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: C_BGUM_BOX_IN_MOUTH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_BGUM_BOX_IN_MOUTH2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: C_BGUM_BOX_IN_MOUTH4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum_In_Mouth
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: C_SPIKED_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_SPIKED_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: C_SPIKED_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: C_RAINBOW_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_RAINBOW_SCARF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: C_RAINBOW_SCARF_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: C_RIBBON_OF_LIFE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_RIBBON_OF_LIFE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 120
|
|
UniqueId: true
|
|
- Group: C_RIBBON_OF_LIFE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ribbon_Of_Life
|
|
Duration: 240
|
|
UniqueId: true
|
|
- Group: C_LOVE_ANGEL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_LOVE_ANGEL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_SQUIRREL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_SQUIRREL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_PICTURE_DIARY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_PICTURE_DIARY_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_MINI_HEART_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_MINI_HEART_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_NEWCOMER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_NEWCOMER_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_KID_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_KID_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_MAGIC_CASTLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_MAGIC_CASTLE_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: C_BULGING_HEAD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_BULGING_HEAD_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Lucky_Egg_C9
|
|
UniqueId: true
|
|
- Group: ATTEND_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Green_Feeler
|
|
Rate: 400
|
|
- Index: 1
|
|
Item: C_Jack_A_Dandy
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: C_Helm
|
|
Rate: 150
|
|
- Index: 3
|
|
Item: C_Sharp_Gear
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: C_Iron_Cane
|
|
Rate: 150
|
|
- Group: TRANS_A_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Devi
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Golem
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Trans_Scroll_Poring
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Cloth_Dye_Coupon_Box
|
|
- Group: TRANS_B_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Banshee
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Marduk
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Trans_Scroll_Poring
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Cloth_Dye_Coupon_Box
|
|
- Group: TRANS_C_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Mavka
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Ray_Arch
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Trans_Scroll_Poring
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Cloth_Dye_Coupon_Box
|
|
- Group: MADE_DISH_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Made_Dish_Box
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Dragon_Egg_Scroll
|
|
UniqueId: true
|
|
- Group: MADE_DISH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Agi_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Int_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dex_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish10_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Spark_Candy
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Group: RED_BOOSTER_BOX20_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Booster
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2011_RWC_Scroll_Kr
|
|
UniqueId: true
|
|
- Group: MYSTIC_POWDER_BOX30_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mystic_Powder
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Cru_Scroll
|
|
UniqueId: true
|
|
- Group: EC_BATTLE_MANUAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Comp_Battle_Manual
|
|
Amount: 3
|
|
- Group: EC_JOB_MANUAL25_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Job_Manual25
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Amount: 3
|
|
- Group: GLOBAL_HAT_FES_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ayothaya_Hat
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: Raven_Cap
|
|
Rate: 600
|
|
- Index: 2
|
|
Item: B_Dragon_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Quati_Hat
|
|
Rate: 600
|
|
- Index: 4
|
|
Item: Chung_Hairband
|
|
Rate: 600
|
|
- Index: 5
|
|
Item: Samurai_Mask
|
|
Rate: 249
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Horn_Of_Ancient
|
|
Rate: 600
|
|
- Index: 7
|
|
Item: Sprout_Hat
|
|
Rate: 800
|
|
- Index: 8
|
|
Item: Mercury_Helm
|
|
Rate: 600
|
|
- Index: 9
|
|
Item: White_Musang_Hat
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Black_Musang_Hat
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Dragon_Arhat_Mask
|
|
Rate: 250
|
|
- Index: 12
|
|
Item: Tiger_Arhat_Mask
|
|
Rate: 250
|
|
- Index: 13
|
|
Item: Crescent_Helm
|
|
Rate: 800
|
|
- Index: 14
|
|
Item: Tucan_Hat
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: Kabuki_Mask
|
|
Rate: 800
|
|
- Index: 16
|
|
Item: Jaguar_Hat
|
|
Rate: 800
|
|
- Index: 17
|
|
Item: Hattah_Black
|
|
Rate: 600
|
|
- Group: GLOBAL_HAT_FES_5_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Global_Hat_Fes_Box2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Global_Hat_Fes_Box2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Global_Hat_Fes_Box2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Global_Hat_Fes_Box2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Global_Hat_Fes_Box2
|
|
UniqueId: true
|
|
- Group: GLOBAL_HAT_FES_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ayothaya_Hat
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: Raven_Cap
|
|
Rate: 600
|
|
- Index: 2
|
|
Item: B_Dragon_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Quati_Hat
|
|
Rate: 600
|
|
- Index: 4
|
|
Item: Chung_Hairband
|
|
Rate: 600
|
|
- Index: 5
|
|
Item: Samurai_Mask
|
|
Rate: 249
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Horn_Of_Ancient
|
|
Rate: 600
|
|
- Index: 7
|
|
Item: Sprout_Hat
|
|
Rate: 800
|
|
- Index: 8
|
|
Item: Mercury_Helm
|
|
Rate: 600
|
|
- Index: 9
|
|
Item: White_Musang_Hat
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Black_Musang_Hat
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Dragon_Arhat_Mask
|
|
Rate: 250
|
|
- Index: 12
|
|
Item: Tiger_Arhat_Mask
|
|
Rate: 250
|
|
- Index: 13
|
|
Item: Crescent_Helm
|
|
Rate: 800
|
|
- Index: 14
|
|
Item: Tucan_Hat
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: Kabuki_Mask
|
|
Rate: 800
|
|
- Index: 16
|
|
Item: Jaguar_Hat
|
|
Rate: 800
|
|
- Index: 17
|
|
Item: Hattah_Black
|
|
Rate: 600
|
|
- Group: MADE_DISH_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish10_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Agi_Dish10_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Int_Dish10_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dex_Dish10_
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish10_
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_WATER_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Water
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Undead_Egg
|
|
UniqueId: true
|
|
- Group: MYSTERIOUS_WATER_BOX50_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Water
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Girls_Heart
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Pope_Scroll
|
|
UniqueId: true
|
|
- Group: RED_POTION_RG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Potion_RG
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: BLUE_POTION_RG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blue_Potion_RG
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: GOLDENAPPLE_P_RG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: GoldenApple_P_RG
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: GOLDENAPPLE_RG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: GoldenApple_RG
|
|
Amount: 25
|
|
UniqueId: true
|
|
- Group: GOLDEN_POTION_RG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Golden_Potion_RG
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Group: SPECIAL_PO_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Royal_Certificate
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Card_Coin
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Mora_Coin
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Poring_Box
|
|
Rate: 1300
|
|
- Index: 4
|
|
Item: High_Purity_Energy_Xtal
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: BF_Badge1
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: BF_Badge2
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Mid_Coin_Pocket
|
|
Rate: 600
|
|
- Index: 8
|
|
Item: Sg_Violet_Potion_Box
|
|
Rate: 600
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Orleans_Glove
|
|
Rate: 20
|
|
- Index: 13
|
|
Item: Diabolus_Ring
|
|
Rate: 20
|
|
- Index: 14
|
|
Item: Deviling_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Ghostring_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Archangeling_Card
|
|
Rate: 20
|
|
Announced: true
|
|
- Group: BATTLE_MANUAL_LIMIT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Limit
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mysterious_Egg2
|
|
UniqueId: true
|
|
- Group: UNLIMITED_20_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: GoldenTreasureBox
|
|
Amount: 23
|
|
UniqueId: true
|
|
- Group: CUSTOMIZING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Change_Name_Card
|
|
- Index: 1
|
|
Item: New_Style_Coupon
|
|
- Index: 2
|
|
Item: Clothing_Dye_Coupon
|
|
- Group: NYANGVINE_BOX10_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Sealed_Scroll3
|
|
UniqueId: true
|
|
- Group: NYANGVINE_BOX100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Sealed_Scroll3
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SERVICE30_M_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_M_01_Call
|
|
Duration: 43200
|
|
- Group: SERVICE30_F_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_F_01_Call
|
|
Duration: 43200
|
|
- Group: 3_LIFE_POTION_PACK6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Status_Decrease_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Status_Decrease_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mad_Bunny_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX10_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mad_Bunny_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SERVICE30P_M_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_M_01_Call
|
|
Duration: 43200
|
|
- Group: SERVICE30P_F_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 43200
|
|
- Group: VIGORGRA_PACKAGE_V5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pump_Of_Spirit_Scroll
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE_SET_V5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pump_Of_Spirit_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: C_GREED_1HOUR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Greed_Scroll
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: C_CATPAW_1DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_CatPaw_Ticket
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: UNLIMITED_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Happy_Balloon_Scroll
|
|
UniqueId: true
|
|
- Group: UNLIMITED_10_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Happy_Balloon_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: C_GIANT_FLY_1DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Giant_Fly_Wing
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Piamette_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX11_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Piamette_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_PACK7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Invisible_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Invisible_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: ALMIGHTY_PLUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: New_Hat_Scroll
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
- Group: ALMIGHTY100_PLUSBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: New_Hat_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Spark_Candy
|
|
- Index: 6
|
|
Item: Comp_Magic_Candy
|
|
- Group: LIMIT_POWER_BOOSTER2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2015_Special_Scroll
|
|
UniqueId: true
|
|
- Group: LIMITPOWERBOOSTER2_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2015_Special_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: LC_BOARDING_HALTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX12
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2015_Angel_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX12_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2015_Angel_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PLUS_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Poring_Scroll
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
- Group: VIGORGRA_PLUS_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Poring_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Comp_Spark_Candy
|
|
- Index: 8
|
|
Item: Comp_Magic_Candy
|
|
- Group: 3_LIFE_POTION_PACK8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Amistr_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Amistr_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: UNLIMITED_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shadow_Scroll
|
|
UniqueId: true
|
|
- Group: UNLIMITED_10_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shadow_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX13
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Spirit_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX13_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Spirit_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Spirit_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: NYANGVINE_BOX10_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Balloon_Scroll
|
|
UniqueId: true
|
|
- Group: NYANGVINE_BOX100_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Balloon_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PLUS_PACKAGE2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Gunslinger_Scroll
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
- Group: VIGORGRA_PLUS_SET2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Gunslinger_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Comp_Spark_Candy
|
|
- Index: 8
|
|
Item: Comp_Magic_Candy
|
|
- Group: 3_LIFE_POTION_PACK9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Green_Scroll_K
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Green_Scroll_K
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX14
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Kafra_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX14_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Kafra_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Kafra_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: ALMIGHTY_PLUS_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sigrun_Scroll
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
- Group: ALMIGHTY100_PLUSBOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sigrun_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Spark_Candy
|
|
- Index: 6
|
|
Item: Comp_Magic_Candy
|
|
- Group: DEF_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: New_Hat_Scroll2
|
|
UniqueId: true
|
|
- Group: DEF_SCROLL_BOX_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: New_Hat_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: LIMIT_POWER_BOOSTER3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2016_Special_Scroll
|
|
UniqueId: true
|
|
- Group: LIMITPOWERBOOSTER3_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2016_Special_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_HIGH_REFINE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Candlelight_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX15_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Candlelight_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX15
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Candlelight_Scroll
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Candlelight_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PLUS_PACKAGE3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Lapine_Scroll
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
- Group: VIGORGRA_PLUS_SET3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Lapine_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Comp_Glass_Of_Illusion
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Comp_Spark_Candy
|
|
- Index: 8
|
|
Item: Comp_Magic_Candy
|
|
- Group: C_CATPAW_7DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_CatPaw_Ticket
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: ALMIGHTY_PLUS_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Green_Scroll_K2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
- Group: ALMIGHTY100_PLUSBOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Green_Scroll_K2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Spark_Candy
|
|
- Index: 6
|
|
Item: Comp_Magic_Candy
|
|
- Group: 3_LIFE_POTION_PACK10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Love_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Love_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: UNLIMITED_10_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Cat_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: UNLIMITED_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Cat_Scroll
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Comp_M_DEFScroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX16
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shadow_Scroll2
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX16_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Shadow_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Shadow_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_HIGH_REFINE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Shadow_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: DEF_SCROLL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: May_Gold_Scroll
|
|
UniqueId: true
|
|
- Group: DEF_SCROLL_BOX_SET2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: May_Gold_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_PACK11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: General_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: General_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: RTC_ANNIV_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_13Up
|
|
Rate: 1
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_13Up
|
|
Rate: 1
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX17_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sentimental_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX17
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sentimental_Scroll
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sentimental_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_HIGH_REFINE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sentimental_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: INFINITY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Infinity_Scroll
|
|
UniqueId: true
|
|
- Group: INFINITY_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Infinity_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: NEW_VIGORGRA_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Bloody_Scroll
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Small_Mana_Potion
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tyr's_Blessing
|
|
Amount: 2
|
|
- Group: NEW_VIGORGRA_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Bloody_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Small_Mana_Potion
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tyr's_Blessing
|
|
Amount: 20
|
|
- Group: LIMITPOWERBOOSTER4_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2017_Special_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: LIMIT_POWER_BOOSTER4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2017_Special_Scroll
|
|
UniqueId: true
|
|
- Group: 2017_GSTAR_COSTUMEBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Vampire_Familiar
|
|
Rate: 38
|
|
- Index: 1
|
|
Item: C_Ghostring_Tall_Hat
|
|
Rate: 38
|
|
- Index: 2
|
|
Item: C_Steampunk_Hat
|
|
Rate: 38
|
|
- Index: 3
|
|
Item: C_Poring_Soap_Pipe
|
|
Rate: 38
|
|
- Index: 4
|
|
Item: C_Piggyback
|
|
Rate: 38
|
|
- Index: 5
|
|
Item: C_Rune_Helm
|
|
Rate: 38
|
|
- Index: 6
|
|
Item: C_Shaving_Foam
|
|
Rate: 38
|
|
- Index: 7
|
|
Item: C_White_Black_Temp
|
|
Rate: 38
|
|
- Index: 8
|
|
Item: C_Scratching_Cat
|
|
Rate: 38
|
|
- Index: 9
|
|
Item: C_Warm_Cat_Muffler
|
|
Rate: 38
|
|
- Index: 10
|
|
Item: C_Clock_Casket
|
|
Rate: 38
|
|
- Index: 11
|
|
Item: C_Chatty_Parrot
|
|
Rate: 38
|
|
- Index: 12
|
|
Item: C_Teddy_Bear_Hood
|
|
Rate: 38
|
|
- Index: 13
|
|
Item: C_Mouton_Life_BL
|
|
Rate: 38
|
|
- Index: 14
|
|
Item: C_Brown_Stall
|
|
Rate: 38
|
|
- Index: 15
|
|
Item: C_Pope_Ribbon
|
|
Rate: 38
|
|
- Index: 16
|
|
Item: C_BelieversCap
|
|
Rate: 38
|
|
- Index: 17
|
|
Item: C_Tare_Pope_Casual
|
|
Rate: 38
|
|
- Index: 18
|
|
Item: C_Khalitzburg_Helm_BL
|
|
Rate: 120
|
|
- Index: 19
|
|
Item: C_Wanderer_Sakkat
|
|
Rate: 120
|
|
- Index: 20
|
|
Item: C_Alice_Wig
|
|
Rate: 38
|
|
- Index: 21
|
|
Item: C_Wings_of_Michael
|
|
Rate: 38
|
|
- Group: ZERO_MERCHANT_BELL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Zero_Merchant_Bell
|
|
Duration: 43200
|
|
- Group: ZERO_KAFRA_BELL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Zero_Kafra_Bell
|
|
Duration: 43200
|
|
- Group: REFINE_ORE_BOX18
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ice_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX18_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Ice_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ice_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_HIGH_REFINE_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ice_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: NEW_3_POTION_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Small_Mana_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: 2018_New_Year_Scroll
|
|
UniqueId: true
|
|
- Group: NEW_3_POTION_10PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 150
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 150
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: 2018_New_Year_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: NYANGVINE_BOX10_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Lunar_New_Year_Scroll
|
|
UniqueId: true
|
|
- Group: NYANGVINE_BOX100_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Lunar_New_Year_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: ALMIGHTY_PLUS_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2018_Spring_Scroll
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
- Group: ALMIGHTY100_PLUSBOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: 2018_Spring_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Spark_Candy
|
|
- Index: 6
|
|
Item: Comp_Magic_Candy
|
|
- Group: REFINE_ORE_BOX19_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2018_Sakura_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX19
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2018_Sakura_Scroll
|
|
UniqueId: true
|
|
- Group: HD_REFINE_ORE_BOX7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: 2018_Sakura_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: HD_HIGH_REFINE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: 2018_Sakura_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: DEF_SCROLL_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: May_Rainbow_Scroll
|
|
UniqueId: true
|
|
- Group: DEF_SCROLL_BOX_SET3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: May_Rainbow_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_PACK12
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Pump_Of_Spirit_Scroll2
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK12
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Pump_Of_Spirit_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: INFINITY_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: StarSoul_Scroll
|
|
UniqueId: true
|
|
- Group: INFINITY_10_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: StarSoul_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: A_VIGORGRA_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Index: 4
|
|
Item: Small_Mana_Potion
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tyr's_Blessing
|
|
Amount: 20
|
|
- Group: A_VIGORGRA_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
- Index: 4
|
|
Item: Small_Mana_Potion
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Tyr's_Blessing
|
|
Amount: 2
|
|
- Group: A_ALMIGHTY100_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Spark_Candy
|
|
- Index: 6
|
|
Item: Comp_Magic_Candy
|
|
- Group: A_ALMIGHTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Index: 2
|
|
Item: Comp_Mystic_Powder
|
|
- Index: 3
|
|
Item: Comp_Tyr's_Blessing
|
|
- Index: 4
|
|
Item: Comp_Regenerate_Potion
|
|
- Group: A_REFINE_ORE_BOX_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_REFINE_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
- Group: A_HD_REFINE_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Elunium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_HD_HIGH_REFINE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: HD_Carnium
|
|
Amount: 13
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_LIMITPOWERBOOSTER_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_LIMITPOWERBOOSTER
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Group: A_DEF_SCROLL_BOX_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_DEF_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
- Group: A_UNLIMITED_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 11
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_UNLIMITED_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Comp_M_DEFScroll
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
- Group: MADE_DISH_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Savage_BBQ
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wug_Blood_Cocktail
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Minor_Brisket
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Siroma_Icetea
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Drocera_Herb_Stew
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Petti_Tail_Noodle
|
|
UniqueId: true
|
|
- Group: COSTUME_SET1_KR
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evt_Cos_Coin
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Blink_Eyes_Frozen
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: C_Charm_Of_Mistic_Froze
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: aegis_19868
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: aegis_410245
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: C_Foxtail
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: aegis_400496
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: aegis_420242
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: C_Cat_Mouth
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: C_Whikebain_Ears_TW
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: C_Neev_Barrette
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: C_FluffyWing_TW
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: C_Blue_Ribbon_V
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: C_Stall_Of_Angel
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: C_Sorc_Night_Cap
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: C_Helmet_Of_Siegfried_J
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: aegis_420181
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: C_Little_Abyss_Dragon
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: C_Blue_Rose_Ornament
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: C_Blue_Rose_Eyepatch
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: C_L_Ribbon_M_BU
|
|
Rate: 50
|
|
- Group: SEALED_SCROLL3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 59
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 59
|
|
Announced: true
|
|
- Index: 5
|
|
Item: New_Year_Shadow_Cube
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Shadow_Cube
|
|
Rate: 2500
|
|
- Index: 7
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 245
|
|
- Index: 8
|
|
Item: E_WOB_Rune
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: E_WOB_Rachel
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: E_WOB_Local
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 12
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: STATUS_DECREASE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Minus_Str_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Minus_Agi_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Minus_Vit_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Minus_Int_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Minus_Dex_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Minus_Luk_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Minus_Str
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Minus_Agi
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Minus_Vit
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Minus_Int
|
|
Rate: 500
|
|
- Index: 14
|
|
Item: Minus_Dex
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: Minus_Luk
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: Fit_Pipe
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Gril's_Naivety
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Potion_Box
|
|
Rate: 800
|
|
- Index: 20
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 900
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Old_Ore_Box
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Group: MAD_BUNNY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Hat_Box
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Mad_Bunny_K
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Mad_Bunny_K_
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 195
|
|
- Index: 10
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 201
|
|
- Index: 11
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 285
|
|
- Index: 12
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 271
|
|
- Index: 13
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 229
|
|
- Index: 14
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 319
|
|
- Index: 15
|
|
Item: Minus_Str
|
|
Rate: 250
|
|
- Index: 16
|
|
Item: Minus_Agi
|
|
Rate: 250
|
|
- Index: 17
|
|
Item: Minus_Vit
|
|
Rate: 250
|
|
- Index: 18
|
|
Item: Minus_Int
|
|
Rate: 250
|
|
- Index: 19
|
|
Item: Minus_Dex
|
|
Rate: 250
|
|
- Index: 20
|
|
Item: Minus_Luk
|
|
Rate: 250
|
|
- Index: 21
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 880
|
|
- Index: 22
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: J_Shop_Coupon
|
|
Rate: 500
|
|
- Index: 25
|
|
Item: Old_Ore_Box
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 27
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Group: SEALED_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Evil_Marcher_Hat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Wondering_Wolf_Helm
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Tare_Neko_Cru
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Imp_Hat
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Holy_Marching_Hat_J
|
|
Rate: 1
|
|
- Group: SEALED_HAT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Heart_Wing_Hairband
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Tare_Neko_Cru
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Glory_FB_Hat
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Drooping_Morocc_Minion
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Mask_Of_Ifrit
|
|
Rate: 1
|
|
- Group: IMPROVED_NOMALBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: First_Aid_Kit_B
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: White_Potion_B
|
|
Rate: 60
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Yellow_Potion_B
|
|
Rate: 60
|
|
Amount: 4
|
|
- Index: 5
|
|
Item: Orange_Potion_B
|
|
Rate: 60
|
|
Amount: 6
|
|
- Index: 6
|
|
Item: Red_Potion_B
|
|
Rate: 60
|
|
Amount: 8
|
|
- Index: 7
|
|
Item: Green_Potion_B
|
|
Rate: 60
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Blue_Potion_B
|
|
Rate: 60
|
|
- Index: 9
|
|
Item: Awakening_Potion_B
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Berserk_Potion_B
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: Old_Blue_Box
|
|
Rate: 15
|
|
- Index: 13
|
|
Item: Inspector_Certificate
|
|
Rate: 15
|
|
- Index: 14
|
|
Item: Oridecon
|
|
Rate: 15
|
|
- Index: 15
|
|
Item: Elunium
|
|
Rate: 15
|
|
- Index: 16
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 15
|
|
- Index: 17
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Poison_Bottle
|
|
Rate: 6
|
|
- Index: 19
|
|
Item: Cookie_Bag_B
|
|
Rate: 6
|
|
- Index: 20
|
|
Item: Sesame_Pastry_B
|
|
Rate: 6
|
|
- Index: 21
|
|
Item: Honey_Pastry_B
|
|
Rate: 6
|
|
- Index: 22
|
|
Item: Rainbow_Cake_B
|
|
Rate: 6
|
|
- Index: 23
|
|
Item: Comp_Insurance
|
|
Rate: 2
|
|
- Index: 24
|
|
Item: Comp_Battle_Manual
|
|
Rate: 2
|
|
- Index: 25
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 2
|
|
- Index: 26
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 2
|
|
- Index: 27
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Improved_WoodenBox
|
|
Rate: 100
|
|
- Group: IMPROVED_WOODENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
- Index: 1
|
|
Item: First_Aid_Kit_B
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Improved_NomalBox
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Blue_Potion_B
|
|
Rate: 550
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Green_Potion_B
|
|
Rate: 550
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Awakening_Potion_B
|
|
Rate: 550
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Berserk_Potion_B
|
|
Rate: 550
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Old_Violet_Box
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: Old_Bleu_Box
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: Inspector_Certificate
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: Oridecon
|
|
Rate: 310
|
|
- Index: 11
|
|
Item: Elunium
|
|
Rate: 310
|
|
- Index: 12
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 310
|
|
- Index: 13
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 310
|
|
- Index: 14
|
|
Item: Poison_Bottle
|
|
Rate: 307
|
|
- Index: 15
|
|
Item: Sesame_Pastry_B
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Honey_Pastry_B
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Rainbow_Cake_B
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Comp_Insurance
|
|
Rate: 80
|
|
- Index: 19
|
|
Item: Comp_Battle_Manual
|
|
Rate: 80
|
|
- Index: 20
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 80
|
|
- Index: 21
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 80
|
|
- Index: 22
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 80
|
|
- Index: 23
|
|
Item: Old_Card_Album
|
|
Rate: 80
|
|
- Index: 24
|
|
Item: E_WOB_Rune
|
|
Rate: 80
|
|
- Index: 25
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 80
|
|
- Index: 26
|
|
Item: E_WOB_Rachel
|
|
Rate: 80
|
|
- Index: 27
|
|
Item: E_WOB_Local
|
|
Rate: 80
|
|
- Index: 28
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Sealed_Hat_Box
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Improved_GoldenBox
|
|
Rate: 500
|
|
- Group: IMPROVED_GOLDENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
- Index: 1
|
|
Item: Poison_Bottle
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Speed_Up_Potion_B
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Blessing_10_Scr_Box
|
|
- Index: 4
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
- Index: 5
|
|
Item: Improved_NomalBox
|
|
Amount: 5
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 40
|
|
- Index: 1
|
|
Item: Blue_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Awakening_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 3
|
|
Item: Berserk_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 4
|
|
Item: Old_Violet_Box
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Old_Bleu_Box
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Inspector_Certificate
|
|
Rate: 300
|
|
Amount: 12
|
|
- Index: 7
|
|
Item: Oridecon
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Elunium
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 9
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 10
|
|
Item: Sesame_Pastry_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 11
|
|
Item: Honey_Pastry_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 12
|
|
Item: Rainbow_Cake_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 13
|
|
Item: Reward_Job_BM25
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Comp_Insurance
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Magic_Card_Album
|
|
Rate: 185
|
|
- Index: 21
|
|
Item: E_WOB_Rune
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: E_WOB_Rachel
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: E_WOB_Local
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 3
|
|
- Index: 28
|
|
Item: Sealed_Hat_Box
|
|
Rate: 3
|
|
- Index: 29
|
|
Item: Improved_PlatinumBox
|
|
Rate: 1667
|
|
- Group: IMPROVED_PLATINUMBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Potion_Box
|
|
- Index: 1
|
|
Item: Speed_Up_Potion_B
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Poison_Bottle_Box2
|
|
- Index: 3
|
|
Item: E_S_Life_Potion_Box
|
|
- Index: 4
|
|
Item: E_Abrasive_Box10
|
|
- Index: 5
|
|
Item: E_Blessing_10_Scr_Box
|
|
- Index: 6
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
- Index: 7
|
|
Item: Improved_NomalBox
|
|
Amount: 30
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: Oridecon_Box
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Elunium_Box
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: First_Aid_Kit
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Anodyne_B
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Comp_Insurance
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Battle_Manual100
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Old_Card_Album
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_WOB_Rune
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 13
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 14
|
|
Item: E_WOB_Rachel
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 15
|
|
Item: E_WOB_Local
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 16
|
|
Item: Reward_Job_BM25
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: E_Str_Dish_Box
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: E_Agi_Dish_Box
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: E_Int_Dish_Box
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: E_Dex_Dish_Box
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: E_Luk_Dish_Box
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: E_Vit_Dish_Box
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 73
|
|
- Index: 24
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 3
|
|
- Index: 25
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 3
|
|
- Index: 26
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 9
|
|
- Index: 29
|
|
Item: Sealed_Hat_Box
|
|
Rate: 9
|
|
- Index: 30
|
|
Item: Sigrun's_Wing
|
|
Rate: 1
|
|
- Group: 13THCELEBRATEBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Golden_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Assorted_ShdowBox
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Mysterious_Egg2
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Comp_Battle_Manual
|
|
Rate: 600
|
|
- Index: 5
|
|
Item: G_Almighty
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 600
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 750
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 14
|
|
Item: G_Small_Life_Potion
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: G_Mysterious_Water
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: G_Med_Life_Potion
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: G_ASPD_Potion
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 700
|
|
- Index: 19
|
|
Item: Card_Coin
|
|
Rate: 700
|
|
Amount: 4
|
|
- Index: 20
|
|
Item: Old_Card_Album
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Class_Shadow_Cube
|
|
Rate: 50
|
|
- Index: 22
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 700
|
|
- Index: 23
|
|
Item: Yggdrasilberry_Box
|
|
Rate: 550
|
|
- Index: 24
|
|
Item: Racing_Thx_Ticket
|
|
Rate: 800
|
|
Amount: 10
|
|
- Group: CROSSEVENTBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: E_Small_Life_Potion
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: E_Med_Life_Potion
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: PIAMETTE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Comp_Neuralizer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Mad_Bunny_K_
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Mad_Bunny_K
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Ribbon_Piamat_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Piamette_Hood
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 195
|
|
- Index: 12
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 201
|
|
- Index: 13
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 285
|
|
- Index: 14
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 271
|
|
- Index: 15
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 229
|
|
- Index: 16
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 319
|
|
- Index: 17
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 550
|
|
- Index: 18
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 550
|
|
- Index: 19
|
|
Item: C_CatPaw_1Day_Box
|
|
Rate: 1500
|
|
- Index: 20
|
|
Item: Old_Ore_Box
|
|
Rate: 1390
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1500
|
|
- Index: 22
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Comp_Insurance
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: COWLICK_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Cowlick_GN
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Cowlick_PP
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Cowlick_RD
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Cowlick_OM
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Cowlick_BU
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Cowlick_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Cowlick_YL
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Cowlick_BL
|
|
Rate: 1
|
|
- Group: STRAIGHT_PONY_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Straight_Pony_GN
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Straight_Pony_PP
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Straight_Pony_RD
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Straight_Pony_OM
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Straight_Pony_BU
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Straight_Pony_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Straight_Pony_YL
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Straight_Pony_BL
|
|
Rate: 1
|
|
- Group: LOOSE_WAVE_TWIN_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Loose_Wave_Twin_GN
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Loose_Wave_Twin_PP
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Loose_Wave_Twin_RD
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Loose_Wave_Twin_OM
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Loose_Wave_Twin_BU
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Loose_Wave_Twin_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Loose_Wave_Twin_YL
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Loose_Wave_Twin_BL
|
|
Rate: 1
|
|
- Group: INVISIBLE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Invisible_Box
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Swordman_earring
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: S_Merchant_earring
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: S_Acolyte_earring
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: S_Thief_earring
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: S_Magician_earring
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: S_Archer_earring
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: S_Swordman_Pendant
|
|
Rate: 150
|
|
- Index: 15
|
|
Item: S_Merchant_Pendant
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: S_Thief_Pendant
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: S_Magician_Pendant
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: S_Archer_Pendant
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: Minus_Status_Box
|
|
Rate: 700
|
|
- Index: 21
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1400
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1040
|
|
Amount: 2
|
|
- Group: NEW_HAT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Hat_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: New_Hat_Box
|
|
Rate: 70
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Comp_Auger_Of_Spirit
|
|
Rate: 360
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_Knight_Shoes
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: S_Crusader_Shoes
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: S_Priest_Shoes
|
|
Rate: 150
|
|
- Index: 15
|
|
Item: S_Monk_Shoes
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: S_Assassin_Shoes
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: S_Rogue_Shoes
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: S_Wizard_Shoes
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: S_Sage_Shoes
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: S_Hunter_Shoes
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: S_Bard_Shoes
|
|
Rate: 150
|
|
- Index: 22
|
|
Item: S_Dancer_Shoes
|
|
Rate: 150
|
|
- Index: 23
|
|
Item: Yggdrasil_Seed_Box
|
|
Rate: 800
|
|
- Index: 24
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: C_CatPaw_1Day_Box
|
|
Rate: 1200
|
|
- Index: 28
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1200
|
|
- Index: 29
|
|
Item: Treasure_Box
|
|
Rate: 1350
|
|
Amount: 3
|
|
- Group: NEW_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: New_Wave_Sunglasses
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: 8_Type_PurgatorialWing
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Noble_Mask
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Palace_Guard_Cap
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Thief_Hood
|
|
Rate: 1
|
|
- Group: COKINGOPENBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 9697
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: E_Str_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: E_Agi_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: E_Int_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: E_Dex_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: E_Luk_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: E_Vit_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Golden_Card
|
|
Rate: 1
|
|
- Group: 2015_SPECIAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Pr_Reset_Stone_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: 2015_Special_Box
|
|
Rate: 440
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Knight_Armor
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: S_Crusader_Armor
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: S_Alchemist_Armor
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: S_Priest_Armor
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: S_Monk_Armor
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: S_Assassin_Armor
|
|
Rate: 150
|
|
- Index: 15
|
|
Item: S_Rogue_Armor
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: S_Wizard_Armor
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: S_Sage_Armor
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: S_Hunter_Armor
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: S_Bard_Armor
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: S_Dancer_Armor
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 500
|
|
- Index: 22
|
|
Item: Minus_Status_Box
|
|
Rate: 900
|
|
- Index: 23
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 25
|
|
Item: Potion_Box
|
|
Rate: 1500
|
|
- Index: 26
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1150
|
|
- Index: 27
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Group: 2015_SPECIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Caster_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Caster_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Caster_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Reload_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Reload_Shield
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Reload_Armor
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: New_Year_Shadow_Cube
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Mad_Bunny_K
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Mad_Bunny_K_
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Sealed_Hat_Box
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Pump_Of_Spirit
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Happy_Balloon_K
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Ribbon_Piamat_K
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Piamette_Hood
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Invisible_Box
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: New_Hat_Box
|
|
Rate: 1
|
|
- Group: 2015_ANGEL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: AngelPoring_Box
|
|
Rate: 500
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: S_Ninja_Weapon
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 195
|
|
- Index: 15
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 201
|
|
- Index: 16
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 285
|
|
- Index: 17
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 271
|
|
- Index: 18
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 229
|
|
- Index: 19
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 319
|
|
- Index: 20
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 900
|
|
- Index: 22
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Old_Ore_Box
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: Potion_Box
|
|
Rate: 1140
|
|
- Index: 25
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Group: DECEMBERGIFTBOX_2016
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Egg
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: NOVEMBERGIFTBOX_2016
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Megin
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Half_Brysing
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Half_Asprika
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Half_Brynhild
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: PORING_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Poring_Sunglasses_K_
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Poring_Sunglasses_K
|
|
Rate: 385
|
|
Announced: true
|
|
- Index: 9
|
|
Item: AngelPoring_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Wet_CardAlbum
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Minus_Str_Box
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: Minus_Agi_Box
|
|
Rate: 400
|
|
- Index: 13
|
|
Item: Minus_Vit_Box
|
|
Rate: 400
|
|
- Index: 14
|
|
Item: Minus_Int_Box
|
|
Rate: 400
|
|
- Index: 15
|
|
Item: Minus_Dex_Box
|
|
Rate: 400
|
|
- Index: 16
|
|
Item: Minus_Luk_Box
|
|
Rate: 400
|
|
- Index: 17
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 18
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1100
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Old_C_Album_Armor
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Old_C_Album_Helm
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Old_C_Album_Acc
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Old_C_Album_Shield
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: Old_C_Album_Garment
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: Potion_Box
|
|
Rate: 1140
|
|
- Index: 28
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Group: MOBI_SUPPORT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 9396
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: E_Str_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Agi_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Int_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: E_Dex_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: E_Luk_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: E_Vit_Dish10_
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
- Group: TIME_GUARDIAN_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter_Box7
|
|
- Index: 1
|
|
Item: Toughen_Time_Keepr_Shd
|
|
- Index: 2
|
|
Item: Toughen_Time_Keepr_Bts
|
|
- Index: 3
|
|
Item: Toughen_Time_Keepr_MT
|
|
- Index: 4
|
|
Item: Toughen_Time_Keeper_Hat
|
|
- Index: 5
|
|
Item: Toughen_Time_Keepr_Robe
|
|
- Index: 6
|
|
Item: Comp_Battle_Manual
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Comp_Insurance
|
|
Amount: 5
|
|
- Group: ASSORTED_SHDOWBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Cube_Earing
|
|
- Index: 1
|
|
Item: Shadow_Cube_Pendant
|
|
- Index: 2
|
|
Item: Shadow_Cube_Armor
|
|
- Index: 3
|
|
Item: Shadow_Cube_Shoes
|
|
- Index: 4
|
|
Item: Shadow_Cube_Shield
|
|
- Index: 5
|
|
Item: Shadow_Cube_Weapon
|
|
- Group: AMISTR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: New_Year_Shadow_Cube
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Amistr_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: S_Mechanic_weapon
|
|
Rate: 150
|
|
- Index: 12
|
|
Item: S_Genetic_Weapon
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: S_Sura_weapon
|
|
Rate: 150
|
|
- Index: 15
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: S_Warlock_Weapon
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: S_Ranger_Weapon
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 150
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 23
|
|
Item: C_CatPaw_1Day_Box
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 26
|
|
Item: Potion_Box
|
|
Rate: 1100
|
|
- Index: 27
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: Treasure_Box
|
|
Rate: 1490
|
|
Amount: 3
|
|
- Group: AMISTR_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: AmistrBag_Teleport
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: AmistrBag_Heal
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: AmistrBag_Greed
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: AmistrBag_Incagi
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: AmistrBag_Magnum
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: AmistrBag_Endure
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: AmistrBag_Sight
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: AmistrBag_Concentrate
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: AmistrBag_Hiding
|
|
Rate: 1
|
|
- Group: SHADOW_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: PetTradeTicket_Box
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Hat_Box
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: New_Hat_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 11
|
|
Item: S_Runeknight_Shield
|
|
Rate: 170
|
|
- Index: 12
|
|
Item: S_Royalguard_Shield
|
|
Rate: 170
|
|
- Index: 13
|
|
Item: S_Mechanic_Shield
|
|
Rate: 170
|
|
- Index: 14
|
|
Item: S_Genetic_Shield
|
|
Rate: 170
|
|
- Index: 15
|
|
Item: S_Archbishop_Shield
|
|
Rate: 170
|
|
- Index: 16
|
|
Item: S_Sura_Shield
|
|
Rate: 170
|
|
- Index: 17
|
|
Item: S_Guillotine_Shield
|
|
Rate: 170
|
|
- Index: 18
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 170
|
|
- Index: 19
|
|
Item: S_Warlock_Shield
|
|
Rate: 170
|
|
- Index: 20
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 170
|
|
- Index: 21
|
|
Item: S_Ranger_Shield
|
|
Rate: 170
|
|
- Index: 22
|
|
Item: S_Minstrel_Shield
|
|
Rate: 170
|
|
- Index: 23
|
|
Item: S_Wanderer_Shield
|
|
Rate: 170
|
|
- Index: 24
|
|
Item: Minus_Status_Box
|
|
Rate: 500
|
|
- Index: 25
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1500
|
|
- Index: 27
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 28
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: Treasure_Box
|
|
Rate: 1480
|
|
Amount: 3
|
|
- Group: SPIRIT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Hat_Box3
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Pump_Of_Spirit
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Spirit_Of_Chung_E
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 16
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1350
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 1400
|
|
Amount: 3
|
|
- Group: SEALED_HAT_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ifrit's_Ear
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Samambaia
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Gryphon_Hat
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: K_Rabbit_Bonnet
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Rainbow_Feather_Deco
|
|
Rate: 1
|
|
- Group: CACHUA_WEAPON
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 49
|
|
Item: Royal_Bow_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 50
|
|
Item: Narcis_Bow
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 51
|
|
Item: Shadow_Staff_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 52
|
|
Item: Iron_Nail_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 53
|
|
Item: Magic_Sword
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 54
|
|
Item: Sword_Of_Bluefire
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 55
|
|
Item: Avenger
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 56
|
|
Item: Iron_Staff
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 57
|
|
Item: Oriental_Sword
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 58
|
|
Item: Undine_Spear_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 59
|
|
Item: Demon_Hunting_Bible_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 60
|
|
Item: Shiver_Katar_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 61
|
|
Item: OneSkyOneSun
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 62
|
|
Item: SoulWeight
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 63
|
|
Item: MeawFoxtail
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 64
|
|
Item: Crimson_Rose
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 65
|
|
Item: Master_Soul_Rifle
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 66
|
|
Item: Demon_S_Shot
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 67
|
|
Item: Golden_L_Launcher
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 68
|
|
Item: The_Black_Gatling
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 69
|
|
Item: Sharp_Wind_Sword
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 70
|
|
Item: Fog_Dew_Sword
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 71
|
|
Item: Humma_Clear
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 72
|
|
Item: Dragonic_Slayer
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 73
|
|
Item: Light_Blade
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 74
|
|
Item: Meteor_Striker
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 75
|
|
Item: Slate_Sword
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 76
|
|
Item: Trumpet_Shell_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 77
|
|
Item: Barb_Wire_K
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 78
|
|
Item: Saint_Hall
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 79
|
|
Item: Ray_Knuckle
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 80
|
|
Item: Blade_Katar
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 81
|
|
Item: Fatalist
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 82
|
|
Item: Scalet_Dragon_L_Bow
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 83
|
|
Item: Blue_Crystal_Staff
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 84
|
|
Item: Freezing_Rod
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 85
|
|
Item: Thorn_Staff_
|
|
Rate: 100
|
|
- Index: 86
|
|
Item: Zweihander_
|
|
Rate: 140
|
|
- Index: 87
|
|
Item: Giant_Lance
|
|
Rate: 140
|
|
- Index: 88
|
|
Item: Bazerald
|
|
Rate: 140
|
|
- Index: 89
|
|
Item: Robot's_Arm
|
|
Rate: 140
|
|
- Index: 90
|
|
Item: Spoon
|
|
Rate: 140
|
|
- Index: 91
|
|
Item: Guillotine_Katar
|
|
Rate: 140
|
|
- Index: 92
|
|
Item: RAG203_
|
|
Rate: 140
|
|
- Index: 93
|
|
Item: ALTAIR_ARES_
|
|
Rate: 140
|
|
- Index: 94
|
|
Item: P_BREAKER_
|
|
Rate: 140
|
|
- Index: 95
|
|
Item: Hurricane_Fury
|
|
Rate: 142
|
|
- Index: 96
|
|
Item: Tornado_Axe
|
|
Rate: 143
|
|
- Index: 97
|
|
Item: Queen's_Whip_
|
|
Rate: 143
|
|
- Index: 98
|
|
Item: Oriental_Lute_
|
|
Rate: 143
|
|
- Index: 99
|
|
Item: Catapult
|
|
Rate: 143
|
|
- Index: 100
|
|
Item: Hunter_Bow_
|
|
Rate: 143
|
|
- Index: 101
|
|
Item: Staff_Of_Geffen
|
|
Rate: 143
|
|
- Index: 102
|
|
Item: Recovery_Light
|
|
Rate: 143
|
|
- Index: 103
|
|
Item: Gungnir_
|
|
Rate: 143
|
|
- Index: 104
|
|
Item: Crescent_Scythe_
|
|
Rate: 143
|
|
- Index: 105
|
|
Item: Fire_Brand
|
|
Rate: 2500
|
|
- Index: 106
|
|
Item: Ice_Falchon
|
|
Rate: 2500
|
|
- Index: 107
|
|
Item: Zweihander
|
|
Rate: 2500
|
|
- Index: 108
|
|
Item: Alca_Bringer
|
|
Rate: 2500
|
|
- Index: 109
|
|
Item: Dragon_Killer
|
|
Rate: 2500
|
|
- Index: 110
|
|
Item: Gungnir
|
|
Rate: 2500
|
|
- Index: 111
|
|
Item: Imperial_Spear
|
|
Rate: 2500
|
|
- Index: 112
|
|
Item: Hunting_Spear
|
|
Rate: 2500
|
|
- Index: 113
|
|
Item: Crescent_Scythe
|
|
Rate: 2500
|
|
- Index: 114
|
|
Item: Butcher_
|
|
Rate: 2500
|
|
- Index: 115
|
|
Item: Destroyer_
|
|
Rate: 2500
|
|
- Index: 116
|
|
Item: Cardo
|
|
Rate: 2500
|
|
- Index: 117
|
|
Item: Berserk
|
|
Rate: 2500
|
|
- Index: 118
|
|
Item: Horn_Of_Hilthrion
|
|
Rate: 2500
|
|
- Index: 119
|
|
Item: Quadrille
|
|
Rate: 2500
|
|
- Index: 120
|
|
Item: Lever_Action_Rifle
|
|
Rate: 2500
|
|
- Index: 121
|
|
Item: Gold_Lux
|
|
Rate: 2500
|
|
- Index: 122
|
|
Item: Gate_KeeperDD
|
|
Rate: 2500
|
|
- Index: 123
|
|
Item: Berserk_Guitar
|
|
Rate: 2500
|
|
- Index: 124
|
|
Item: Destruction_Rod
|
|
Rate: 2500
|
|
- Index: 125
|
|
Item: Right_Epsilon
|
|
Rate: 2500
|
|
- Index: 126
|
|
Item: Queen's_Whip
|
|
Rate: 2500
|
|
- Index: 127
|
|
Item: Death_Note
|
|
Rate: 2500
|
|
- Index: 128
|
|
Item: Principles_Of_Magic
|
|
Rate: 2500
|
|
- Index: 129
|
|
Item: Diary_Of_Great_Sage
|
|
Rate: 2500
|
|
- Index: 130
|
|
Item: Huuma_Fluttering_Snow
|
|
Rate: 2500
|
|
- Index: 131
|
|
Item: Huuma_Thunderstorm
|
|
Rate: 2500
|
|
- Index: 132
|
|
Item: Huuma_Swirling_Petal
|
|
Rate: 2500
|
|
- Index: 133
|
|
Item: Katar_Of_Raging_Blaze
|
|
Rate: 2500
|
|
- Index: 134
|
|
Item: Katar_Of_Thornbush
|
|
Rate: 2500
|
|
- Index: 135
|
|
Item: Katar_Of_Cold_Icicle
|
|
Rate: 2500
|
|
- Index: 136
|
|
Item: Katar_Of_Piercing_Wind
|
|
Rate: 2500
|
|
- Index: 137
|
|
Item: Ghoul_Leg
|
|
Rate: 2500
|
|
- Index: 138
|
|
Item: Guitar_Of_Passion
|
|
Rate: 2500
|
|
- Index: 139
|
|
Item: Guitar_Of_Blue_Solo
|
|
Rate: 2500
|
|
- Index: 140
|
|
Item: Guitar_Of_Vast_Land
|
|
Rate: 2500
|
|
- Index: 141
|
|
Item: Guitar_Of_Gentle_Breeze
|
|
Rate: 2500
|
|
- Index: 142
|
|
Item: Whip_Of_Red_Flame
|
|
Rate: 2500
|
|
- Index: 143
|
|
Item: Whip_Of_Ice_Piece
|
|
Rate: 2500
|
|
- Index: 144
|
|
Item: Whip_Of_Earth
|
|
Rate: 2500
|
|
- Index: 145
|
|
Item: Electric_Wire
|
|
Rate: 2500
|
|
- Index: 146
|
|
Item: Jump_Rope
|
|
Rate: 2500
|
|
- Index: 147
|
|
Item: Huuma_Blaze
|
|
Rate: 2500
|
|
- Index: 148
|
|
Item: Iron_Driver
|
|
Rate: 2500
|
|
- Index: 149
|
|
Item: Book_Of_Billows
|
|
Rate: 2500
|
|
- Index: 150
|
|
Item: Book_Of_Mother_Earth
|
|
Rate: 2500
|
|
- Index: 151
|
|
Item: Book_Of_Blazing_Sun
|
|
Rate: 2500
|
|
- Index: 152
|
|
Item: Book_Of_Gust_Of_Wind
|
|
Rate: 2500
|
|
- Index: 153
|
|
Item: Chrome_Sword
|
|
Rate: 2500
|
|
- Index: 154
|
|
Item: Chrome_Twohand_Sword
|
|
Rate: 2500
|
|
- Index: 155
|
|
Item: Black_Wing
|
|
Rate: 2500
|
|
- Index: 156
|
|
Item: Krieg
|
|
Rate: 2500
|
|
- Index: 157
|
|
Item: Sura_Rampage
|
|
Rate: 2500
|
|
- Index: 158
|
|
Item: Red_Ether_Bag
|
|
Rate: 2500
|
|
- Index: 159
|
|
Item: Green_Whistle
|
|
Rate: 2500
|
|
- Index: 160
|
|
Item: Dea_Staff
|
|
Rate: 2500
|
|
- Index: 161
|
|
Item: End_Sektura
|
|
Rate: 2500
|
|
- Index: 162
|
|
Item: Ygnus_Stale
|
|
Rate: 2500
|
|
- Index: 163
|
|
Item: Stem_Whip
|
|
Rate: 2500
|
|
- Index: 164
|
|
Item: Chilly_Spell_Book
|
|
Rate: 2500
|
|
- Index: 165
|
|
Item: Krishna
|
|
Rate: 2500
|
|
- Index: 166
|
|
Item: Cakram
|
|
Rate: 2500
|
|
- Index: 167
|
|
Item: Mental_Stick
|
|
Rate: 2500
|
|
- Index: 168
|
|
Item: Vecer_Axe
|
|
Rate: 2500
|
|
- Index: 169
|
|
Item: Creeper_Bow
|
|
Rate: 2500
|
|
- Index: 170
|
|
Item: Whip_
|
|
Rate: 3000
|
|
- Index: 171
|
|
Item: Rante_
|
|
Rate: 3000
|
|
- Index: 172
|
|
Item: Tail_
|
|
Rate: 3000
|
|
- Index: 173
|
|
Item: Line_
|
|
Rate: 3000
|
|
- Index: 174
|
|
Item: Wire_
|
|
Rate: 3000
|
|
- Index: 175
|
|
Item: Lute_
|
|
Rate: 3000
|
|
- Index: 176
|
|
Item: Mandolin_
|
|
Rate: 3000
|
|
- Index: 177
|
|
Item: Guitar_
|
|
Rate: 3000
|
|
- Index: 178
|
|
Item: Fist_
|
|
Rate: 3000
|
|
- Index: 179
|
|
Item: Hora_
|
|
Rate: 3000
|
|
- Index: 180
|
|
Item: Knuckle_Duster_
|
|
Rate: 3000
|
|
- Index: 181
|
|
Item: Book
|
|
Rate: 3000
|
|
- Index: 182
|
|
Item: Cinquedea_
|
|
Rate: 3000
|
|
- Index: 183
|
|
Item: Town_Sword_
|
|
Rate: 3000
|
|
- Index: 184
|
|
Item: Jur
|
|
Rate: 3000
|
|
- Index: 185
|
|
Item: Guisarme_
|
|
Rate: 3000
|
|
- Index: 186
|
|
Item: Kakkung_
|
|
Rate: 3000
|
|
- Index: 187
|
|
Item: Arbalest_
|
|
Rate: 3000
|
|
- Index: 188
|
|
Item: CrossBow_
|
|
Rate: 3000
|
|
- Index: 189
|
|
Item: Chain_
|
|
Rate: 3000
|
|
- Index: 190
|
|
Item: Arc_Wand
|
|
Rate: 3000
|
|
- Index: 191
|
|
Item: Windhawk
|
|
Rate: 3000
|
|
- Index: 192
|
|
Item: Damascus
|
|
Rate: 3000
|
|
- Index: 193
|
|
Item: Katar_
|
|
Rate: 3000
|
|
- Index: 194
|
|
Item: Jur_
|
|
Rate: 3000
|
|
- Index: 195
|
|
Item: Saber_
|
|
Rate: 3000
|
|
- Index: 196
|
|
Item: Bastard_Sword_
|
|
Rate: 3000
|
|
- Index: 197
|
|
Item: Gladius_
|
|
Rate: 3000
|
|
- Index: 198
|
|
Item: Javelin_
|
|
Rate: 30000
|
|
- Index: 199
|
|
Item: Rope_
|
|
Rate: 30000
|
|
- Index: 200
|
|
Item: Violin_
|
|
Rate: 30000
|
|
- Index: 201
|
|
Item: Waghnakh_
|
|
Rate: 30000
|
|
- Index: 202
|
|
Item: Various_Jur
|
|
Rate: 30000
|
|
- Index: 203
|
|
Item: Nail_Of_Loki
|
|
Rate: 30000
|
|
- Index: 204
|
|
Item: Hypnotist's_Staff_
|
|
Rate: 30000
|
|
- Index: 205
|
|
Item: Luna_Bow
|
|
Rate: 30000
|
|
- Index: 206
|
|
Item: Knife
|
|
Rate: 30000
|
|
- Index: 207
|
|
Item: Sword
|
|
Rate: 30000
|
|
- Index: 208
|
|
Item: Rod
|
|
Rate: 30000
|
|
- Index: 209
|
|
Item: Katana
|
|
Rate: 30000
|
|
- Index: 210
|
|
Item: Axe
|
|
Rate: 30000
|
|
- Index: 211
|
|
Item: Bow
|
|
Rate: 30000
|
|
- Index: 212
|
|
Item: Mace
|
|
Rate: 30000
|
|
- Index: 213
|
|
Item: Wand
|
|
Rate: 30000
|
|
- Index: 214
|
|
Item: Blade_
|
|
Rate: 30000
|
|
- Index: 215
|
|
Item: Staff_
|
|
Rate: 30000
|
|
- Index: 216
|
|
Item: Pike_
|
|
Rate: 30000
|
|
- Index: 217
|
|
Item: Main_Gauche_
|
|
Rate: 30000
|
|
- Index: 218
|
|
Item: Bow_
|
|
Rate: 30000
|
|
- Index: 219
|
|
Item: Bone_Wand
|
|
Rate: 39849
|
|
- Index: 220
|
|
Item: Rod_
|
|
Rate: 40000
|
|
- Index: 221
|
|
Item: Orcish_Axe
|
|
Rate: 40000
|
|
- Group: CACHUA_ROBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Felock_Cape
|
|
Rate: 20
|
|
- Index: 50
|
|
Item: Valkyrie_Manteau
|
|
Rate: 30
|
|
- Index: 51
|
|
Item: Undershirt_
|
|
Rate: 30
|
|
- Index: 52
|
|
Item: Rider_Insignia_
|
|
Rate: 30
|
|
- Index: 53
|
|
Item: Upgrade_Part_Engine
|
|
Rate: 30
|
|
- Index: 54
|
|
Item: Supplement_Part_Con
|
|
Rate: 30
|
|
- Index: 55
|
|
Item: Cape_Of_Ancient_Lord
|
|
Rate: 1900
|
|
- Index: 56
|
|
Item: Angel's_Warmth
|
|
Rate: 1900
|
|
- Index: 57
|
|
Item: Beach_Towel
|
|
Rate: 2000
|
|
- Index: 58
|
|
Item: Wing_Of_Eagle
|
|
Rate: 2000
|
|
- Index: 59
|
|
Item: Skin_Of_Ventus
|
|
Rate: 2000
|
|
- Index: 60
|
|
Item: Rider_Insignia
|
|
Rate: 2000
|
|
- Index: 61
|
|
Item: Clack_Of_Servival
|
|
Rate: 2000
|
|
- Index: 62
|
|
Item: Dragon_Manteau
|
|
Rate: 2000
|
|
- Index: 63
|
|
Item: Manteau_
|
|
Rate: 5500
|
|
- Index: 64
|
|
Item: Manteau
|
|
Rate: 5500
|
|
- Index: 65
|
|
Item: Muffler_
|
|
Rate: 12000
|
|
- Index: 66
|
|
Item: Celestial_Robe
|
|
Rate: 12000
|
|
- Index: 67
|
|
Item: Hood_
|
|
Rate: 12000
|
|
- Index: 68
|
|
Item: Muffler
|
|
Rate: 12000
|
|
- Index: 69
|
|
Item: Hood
|
|
Rate: 12000
|
|
- Index: 70
|
|
Item: Pauldron
|
|
Rate: 12969
|
|
- Group: CACHUA_MAIL
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Holy_Robe_
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: Ninja_Suit_
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: G_Strings_
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: Flame_Sprits_Armor_
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: Wind_Sprits_Armor_
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: Water_Sprits_Armor_
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: Earth_Sprits_Armor_
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: Lounge_Suit
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: Tenebris_Latitantes
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: Valkyrie_Armor
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: Rider_Suit
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: Tidung
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: Improved_Tights
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: Orleans_Gown
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: Dragon_Vest
|
|
Rate: 10
|
|
- Index: 64
|
|
Item: Prison_Uniform
|
|
Rate: 1300
|
|
- Index: 65
|
|
Item: Holy_Robe
|
|
Rate: 1300
|
|
- Index: 66
|
|
Item: Ninja_Suit
|
|
Rate: 1300
|
|
- Index: 67
|
|
Item: Angel's_Protection
|
|
Rate: 1316
|
|
- Index: 68
|
|
Item: Formal_Suit
|
|
Rate: 4000
|
|
- Index: 69
|
|
Item: Clothes_Of_The_Lord
|
|
Rate: 4000
|
|
- Index: 70
|
|
Item: Wedding_Dress
|
|
Rate: 6000
|
|
- Index: 71
|
|
Item: Glittering_Clothes
|
|
Rate: 4000
|
|
- Index: 72
|
|
Item: Mink_Coat
|
|
Rate: 4000
|
|
- Index: 73
|
|
Item: Silk_Robe
|
|
Rate: 4000
|
|
- Index: 74
|
|
Item: Silk_Robe_
|
|
Rate: 4000
|
|
- Index: 75
|
|
Item: Mantle
|
|
Rate: 5000
|
|
- Index: 76
|
|
Item: Mantle_
|
|
Rate: 5000
|
|
- Index: 77
|
|
Item: G_Strings
|
|
Rate: 4000
|
|
- Index: 78
|
|
Item: Wooden_Mail
|
|
Rate: 4000
|
|
- Index: 79
|
|
Item: Wooden_Mail_
|
|
Rate: 4000
|
|
- Index: 80
|
|
Item: Coat
|
|
Rate: 5000
|
|
- Index: 81
|
|
Item: Coat_
|
|
Rate: 4000
|
|
- Index: 82
|
|
Item: Scapulare
|
|
Rate: 4000
|
|
- Index: 83
|
|
Item: Scapulare_
|
|
Rate: 4000
|
|
- Index: 84
|
|
Item: Adventure_Suit
|
|
Rate: 4000
|
|
- Index: 85
|
|
Item: Adventurere's_Suit_
|
|
Rate: 4000
|
|
- Index: 86
|
|
Item: Leather_Jacket
|
|
Rate: 4000
|
|
- Index: 87
|
|
Item: Leather_Jacket_
|
|
Rate: 4000
|
|
- Index: 88
|
|
Item: Cotton_Shirt
|
|
Rate: 5000
|
|
- Index: 89
|
|
Item: Cotton_Shirt_
|
|
Rate: 4573
|
|
- Group: CACHUA_SHOES
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Felock_Boots
|
|
Rate: 20
|
|
- Index: 50
|
|
Item: Shadow_Walk_
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: Black_Leather_Boots_
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: Variant_Shoes
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: Valkyrie_Shoes
|
|
Rate: 30
|
|
- Index: 54
|
|
Item: Upgrade_Part_Booster
|
|
Rate: 30
|
|
- Index: 55
|
|
Item: Supplement_Part_Agi
|
|
Rate: 30
|
|
- Index: 56
|
|
Item: Shadow_Walk
|
|
Rate: 3494
|
|
- Index: 57
|
|
Item: Dance_Shoes
|
|
Rate: 3600
|
|
- Index: 58
|
|
Item: Black_Leather_Boots
|
|
Rate: 3600
|
|
- Index: 59
|
|
Item: Angel's_Arrival
|
|
Rate: 3600
|
|
- Index: 60
|
|
Item: Chrystal_Pumps
|
|
Rate: 8000
|
|
- Index: 61
|
|
Item: Spiky_Heel
|
|
Rate: 8000
|
|
- Index: 62
|
|
Item: Cuffs
|
|
Rate: 8000
|
|
- Index: 63
|
|
Item: Boots_
|
|
Rate: 15000
|
|
- Index: 64
|
|
Item: Shoes_
|
|
Rate: 8000
|
|
- Index: 65
|
|
Item: Sandals_
|
|
Rate: 8000
|
|
- Index: 66
|
|
Item: Boots
|
|
Rate: 14475
|
|
- Index: 67
|
|
Item: Shoes
|
|
Rate: 8000
|
|
- Index: 68
|
|
Item: Sandals
|
|
Rate: 8000
|
|
- Group: CACHUA_SHIELD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Bible_Of_Promise2
|
|
Rate: 30
|
|
- Index: 50
|
|
Item: Valkyrja's_Shield
|
|
Rate: 30
|
|
- Index: 51
|
|
Item: Orleans_Server
|
|
Rate: 30
|
|
- Index: 52
|
|
Item: Imperial_Guard
|
|
Rate: 30
|
|
- Index: 53
|
|
Item: Herald_Of_GOD_
|
|
Rate: 40
|
|
- Index: 54
|
|
Item: Platinum_Shield
|
|
Rate: 40
|
|
- Index: 55
|
|
Item: Improved_Arm_Guard_
|
|
Rate: 40
|
|
- Index: 56
|
|
Item: Angel's_Safeguard
|
|
Rate: 4930
|
|
- Index: 57
|
|
Item: Bible_Of_Promise1
|
|
Rate: 4934
|
|
- Index: 58
|
|
Item: Improved_Arm_Guard
|
|
Rate: 4930
|
|
- Index: 59
|
|
Item: Flame_Thrower
|
|
Rate: 4930
|
|
- Index: 60
|
|
Item: Memorize_Book
|
|
Rate: 18000
|
|
- Index: 61
|
|
Item: Buckler_
|
|
Rate: 13500
|
|
- Index: 62
|
|
Item: Buckler
|
|
Rate: 13475
|
|
- Index: 63
|
|
Item: Guard_
|
|
Rate: 17500
|
|
- Index: 64
|
|
Item: Guard
|
|
Rate: 17500
|
|
- Group: CACHUA_HELM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: God_Material_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_L_Magestic_Goat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: C_Vicious_Stop_Bandage
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Drooping_Aliot
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Drooping_Kiehl
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Invisible_Cap
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Invisible_Mask
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: C_Eleanor_Wig_YL
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: C_Seraph_Wing_Helm
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: C_FallenAngelWingEar
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Rabbit_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: C_Volume_Low_Twin_CB
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: C_Soulless_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: C_Piamette_Roll_HairK
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Kururinpa_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_General_Helmet
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 19
|
|
Item: C_Spell_Circuit
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 20
|
|
Item: C_Dog_Officer
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 21
|
|
Item: C_Amistr_Beret
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 22
|
|
Item: C_Classical_Fhat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 23
|
|
Item: C_Electro_Two_Side_Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Durumagi
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 25
|
|
Item: C_Medium_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 26
|
|
Item: C_Shih_Tzu_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 27
|
|
Item: C_L_Knitting_Low_Twin
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 28
|
|
Item: C_Elegant_Wave
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 29
|
|
Item: C_Braid_Half_Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 30
|
|
Item: C_Inner_Color_Long
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Fluffy_Semi_Long_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Mushroom_Hair
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 33
|
|
Item: C_Medium_Wave_BD
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 34
|
|
Item: C_Evil_Druid_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Signon_Prin_Wave_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Diffusion_Bravery_Bag
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 37
|
|
Item: K_King_Tiger_Doll_Hat
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 38
|
|
Item: K_Fallen_Angel_Wing
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 39
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Diffusion_Lacma
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 41
|
|
Item: K_Heart_Wing_Hairband
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 42
|
|
Item: K_New_Wave_Sunglasses
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 43
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Celine_Brooch_K
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Victory_Wing_Ear
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Thanatos_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Pump_Of_Spirit
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Valkyrie_Helm
|
|
Rate: 7
|
|
- Index: 50
|
|
Item: Cursed_Book
|
|
Rate: 7
|
|
- Index: 51
|
|
Item: Feather_Beret_
|
|
Rate: 2
|
|
- Index: 52
|
|
Item: Helm_Of_Angel
|
|
Rate: 2
|
|
- Index: 53
|
|
Item: Brown_Bear_Cap
|
|
Rate: 3
|
|
- Index: 54
|
|
Item: Picnic_Hat
|
|
Rate: 3
|
|
- Index: 55
|
|
Item: Hair_Protector
|
|
Rate: 3
|
|
- Index: 56
|
|
Item: Deviruchi_Cap
|
|
Rate: 3
|
|
- Index: 57
|
|
Item: Ayam
|
|
Rate: 3
|
|
- Index: 58
|
|
Item: Drooping_Kitty
|
|
Rate: 3
|
|
- Index: 59
|
|
Item: Cowboy_Hat
|
|
Rate: 3
|
|
- Index: 60
|
|
Item: Winter_Hat
|
|
Rate: 3
|
|
- Index: 61
|
|
Item: Elven_Ears
|
|
Rate: 4
|
|
- Index: 62
|
|
Item: Blush
|
|
Rate: 4
|
|
- Index: 63
|
|
Item: Bride_Mask
|
|
Rate: 4
|
|
- Index: 64
|
|
Item: Guardian_Lion_Mask
|
|
Rate: 4
|
|
- Index: 65
|
|
Item: Hahoe_Mask
|
|
Rate: 4
|
|
- Index: 66
|
|
Item: Boy's_Cap
|
|
Rate: 4
|
|
- Index: 67
|
|
Item: Satto_Hat
|
|
Rate: 4
|
|
- Index: 68
|
|
Item: Fur_Hat
|
|
Rate: 4
|
|
- Index: 69
|
|
Item: Red_Bonnet
|
|
Rate: 4
|
|
- Index: 70
|
|
Item: Hat_Of_Cook
|
|
Rate: 4
|
|
- Index: 71
|
|
Item: Headgear_Of_Queen
|
|
Rate: 4
|
|
- Index: 72
|
|
Item: Wizardry_Hat
|
|
Rate: 4
|
|
- Index: 73
|
|
Item: Magician_Hat
|
|
Rate: 4
|
|
- Index: 74
|
|
Item: Oxygen_Mask
|
|
Rate: 4
|
|
- Index: 75
|
|
Item: Fish_On_Head
|
|
Rate: 4
|
|
- Index: 76
|
|
Item: Feather_Beret
|
|
Rate: 4
|
|
- Index: 77
|
|
Item: Baby_Pacifier
|
|
Rate: 4
|
|
- Index: 78
|
|
Item: Smoking_Pipe
|
|
Rate: 4
|
|
- Index: 79
|
|
Item: Sharp_Gear
|
|
Rate: 400
|
|
- Index: 80
|
|
Item: Coronet
|
|
Rate: 400
|
|
- Index: 81
|
|
Item: Bone_Helm
|
|
Rate: 400
|
|
- Index: 82
|
|
Item: Panda_Cap
|
|
Rate: 400
|
|
- Index: 83
|
|
Item: Poring_Hat
|
|
Rate: 400
|
|
- Index: 84
|
|
Item: Fillet
|
|
Rate: 400
|
|
- Index: 85
|
|
Item: Golden_Gear
|
|
Rate: 400
|
|
- Index: 86
|
|
Item: Holy_Bonnet
|
|
Rate: 400
|
|
- Index: 87
|
|
Item: Apple_Of_Archer
|
|
Rate: 400
|
|
- Index: 88
|
|
Item: Satanic_Chain
|
|
Rate: 400
|
|
- Index: 89
|
|
Item: Corsair
|
|
Rate: 400
|
|
- Index: 90
|
|
Item: Angelic_Chain
|
|
Rate: 400
|
|
- Index: 91
|
|
Item: Loard_Circlet
|
|
Rate: 400
|
|
- Index: 92
|
|
Item: Horn_Of_Succubus
|
|
Rate: 400
|
|
- Index: 93
|
|
Item: Crown
|
|
Rate: 400
|
|
- Index: 94
|
|
Item: Tiara
|
|
Rate: 400
|
|
- Index: 95
|
|
Item: Magestic_Goat
|
|
Rate: 400
|
|
- Index: 96
|
|
Item: Inccubus_Horn
|
|
Rate: 400
|
|
- Index: 97
|
|
Item: Banana_Hat
|
|
Rate: 400
|
|
- Index: 98
|
|
Item: Marionette_Doll
|
|
Rate: 400
|
|
- Index: 99
|
|
Item: Kiss_Of_Angel
|
|
Rate: 400
|
|
- Index: 100
|
|
Item: Puppy_Love
|
|
Rate: 500
|
|
- Index: 101
|
|
Item: Funeral_Costume
|
|
Rate: 500
|
|
- Index: 102
|
|
Item: Indian_Hair_Piece
|
|
Rate: 500
|
|
- Index: 103
|
|
Item: Mini_Propeller
|
|
Rate: 500
|
|
- Index: 104
|
|
Item: Ghost_Bandana
|
|
Rate: 500
|
|
- Index: 105
|
|
Item: Gemmed_Crown
|
|
Rate: 500
|
|
- Index: 106
|
|
Item: Nurse_Cap
|
|
Rate: 500
|
|
- Index: 107
|
|
Item: Antenna
|
|
Rate: 500
|
|
- Index: 108
|
|
Item: Circlet_
|
|
Rate: 2425
|
|
- Index: 109
|
|
Item: Biretta
|
|
Rate: 2500
|
|
- Index: 110
|
|
Item: Turban
|
|
Rate: 2500
|
|
- Index: 111
|
|
Item: Helm
|
|
Rate: 2500
|
|
- Index: 112
|
|
Item: Star_Sparkling
|
|
Rate: 2500
|
|
- Index: 113
|
|
Item: Cap_
|
|
Rate: 2500
|
|
- Index: 114
|
|
Item: Hat_
|
|
Rate: 2500
|
|
- Index: 115
|
|
Item: Viking_Helm
|
|
Rate: 2500
|
|
- Index: 116
|
|
Item: Goggle
|
|
Rate: 2500
|
|
- Index: 117
|
|
Item: Santa's_Hat
|
|
Rate: 2500
|
|
- Index: 118
|
|
Item: Red_Bandana
|
|
Rate: 2500
|
|
- Index: 119
|
|
Item: Egg_Shell
|
|
Rate: 2500
|
|
- Index: 120
|
|
Item: Flower_Hairband
|
|
Rate: 2500
|
|
- Index: 121
|
|
Item: Cap
|
|
Rate: 2500
|
|
- Index: 122
|
|
Item: Ribbon_
|
|
Rate: 2500
|
|
- Index: 123
|
|
Item: Ear_Of_Puppy
|
|
Rate: 2500
|
|
- Index: 124
|
|
Item: Fedora_
|
|
Rate: 2500
|
|
- Index: 125
|
|
Item: Helm_
|
|
Rate: 2500
|
|
- Index: 126
|
|
Item: Super_Novice_Hat_
|
|
Rate: 2500
|
|
- Index: 127
|
|
Item: Bandana
|
|
Rate: 2500
|
|
- Index: 128
|
|
Item: Hat
|
|
Rate: 2500
|
|
- Index: 129
|
|
Item: Circlet
|
|
Rate: 2500
|
|
- Index: 130
|
|
Item: Biretta_
|
|
Rate: 2500
|
|
- Index: 131
|
|
Item: Wedding_Veil
|
|
Rate: 2500
|
|
- Index: 132
|
|
Item: Prontera_Army_Cap
|
|
Rate: 2500
|
|
- Index: 133
|
|
Item: Pirate_Bandana
|
|
Rate: 2500
|
|
- Index: 134
|
|
Item: Ph.D_Hat
|
|
Rate: 2500
|
|
- Index: 135
|
|
Item: Big_Sis'_Ribbon
|
|
Rate: 2500
|
|
- Index: 136
|
|
Item: Cat_Hairband
|
|
Rate: 2500
|
|
- Index: 137
|
|
Item: Western_Grace
|
|
Rate: 2500
|
|
- Index: 138
|
|
Item: Turban_
|
|
Rate: 2500
|
|
- Index: 139
|
|
Item: Oldman's_Romance
|
|
Rate: 2500
|
|
- Index: 140
|
|
Item: Sweet_Gents
|
|
Rate: 2500
|
|
- Index: 141
|
|
Item: Joker_Jester
|
|
Rate: 2500
|
|
- Index: 142
|
|
Item: Goggle_
|
|
Rate: 2500
|
|
- Group: BALLOON_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Poring_Balloon_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 9
|
|
Item: WOB_Box
|
|
Rate: 900
|
|
- Index: 10
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1340
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Treasure_Box
|
|
Rate: 1400
|
|
Amount: 3
|
|
- Group: PORING_BALLOON_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Balloon
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Marin_Balloon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Drops_Balloon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: SantaPoring_Balloon
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Poporing_Balloon
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Metaling_Balloon
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Deviling_Balloon
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Angeling_Balloon
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Ghostring_Balloon
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Archangeling_Balloon
|
|
Rate: 1
|
|
- Group: RIBEL_JUMPING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Probation_Revolver
|
|
- Index: 1
|
|
Item: Probation_Rifle
|
|
- Index: 2
|
|
Item: Toughen_Time_Keepr_Bts
|
|
- Index: 3
|
|
Item: Toughen_Time_Keepr_MT
|
|
- Index: 4
|
|
Item: Toughen_Time_Keeper_Hat
|
|
- Index: 5
|
|
Item: Toughen_Time_Keepr_Robe
|
|
- Index: 6
|
|
Item: Probation_Shotgun
|
|
- Index: 7
|
|
Item: Probation_Launcher
|
|
- Index: 8
|
|
Item: Probation_Gatling_Gun
|
|
- Group: GUNSLINGER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Gunslinger_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 8
|
|
Item: S_Ninja_Shield
|
|
Rate: 250
|
|
- Index: 9
|
|
Item: S_Taekwon_Shield
|
|
Rate: 250
|
|
- Index: 10
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 250
|
|
- Index: 11
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 250
|
|
- Index: 12
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 250
|
|
- Index: 13
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 250
|
|
- Index: 14
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Potion_Box
|
|
Rate: 1150
|
|
- Index: 18
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: GREEN_SCROLL_K
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Wet_CardAlbum
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Mini_Fan_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Class_Shadow_Cube
|
|
Rate: 900
|
|
- Index: 10
|
|
Item: WOB_Box
|
|
Rate: 900
|
|
- Index: 11
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Alchemist_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Crystal_Jewel__
|
|
Rate: 1140
|
|
Amount: 10
|
|
- Group: KAFRA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Kafra_Employee_Band
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Kafra_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 15
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1250
|
|
- Index: 17
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: SIGRUN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sigrun's_Wing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Sigrun_Armor
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Sigrun_Shield
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 9
|
|
Item: WOB_Box
|
|
Rate: 900
|
|
- Index: 10
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 11
|
|
Item: Minus_Status_Box
|
|
Rate: 1000
|
|
- Index: 12
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 13
|
|
Item: Alchemist_Box
|
|
Rate: 1140
|
|
- Index: 14
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: PREMIUMWOODENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
- Index: 1
|
|
Item: First_Aid_Kit_B
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: PremiumNomalBox
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Blue_Potion_B
|
|
Rate: 550
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Green_Potion_B
|
|
Rate: 550
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Awakening_Potion_B
|
|
Rate: 550
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Berserk_Potion_B
|
|
Rate: 550
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Old_Violet_Box
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: Old_Bleu_Box
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: Inspector_Certificate
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: Oridecon
|
|
Rate: 310
|
|
- Index: 11
|
|
Item: Elunium
|
|
Rate: 310
|
|
- Index: 12
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 310
|
|
- Index: 13
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 310
|
|
- Index: 14
|
|
Item: Poison_Bottle
|
|
Rate: 307
|
|
- Index: 15
|
|
Item: Sesame_Pastry_B
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Honey_Pastry_B
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Rainbow_Cake_B
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Comp_Insurance
|
|
Rate: 80
|
|
- Index: 19
|
|
Item: Comp_Battle_Manual
|
|
Rate: 80
|
|
- Index: 20
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 80
|
|
- Index: 21
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 80
|
|
- Index: 22
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 80
|
|
- Index: 23
|
|
Item: Old_Card_Album
|
|
Rate: 80
|
|
- Index: 24
|
|
Item: E_WOB_Rune
|
|
Rate: 80
|
|
- Index: 25
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 80
|
|
- Index: 26
|
|
Item: E_WOB_Rachel
|
|
Rate: 80
|
|
- Index: 27
|
|
Item: E_WOB_Local
|
|
Rate: 80
|
|
- Index: 28
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Sealed_Hat_Box
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: PremiumGoldenBox
|
|
Rate: 500
|
|
- Group: PREMIUMGOLDENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
- Index: 1
|
|
Item: Poison_Bottle
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Speed_Up_Potion_B
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Blessing_10_Scr_Box
|
|
- Index: 4
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
- Index: 5
|
|
Item: PremiumNomalBox
|
|
Amount: 5
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 40
|
|
- Index: 1
|
|
Item: Blue_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Awakening_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 3
|
|
Item: Berserk_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 4
|
|
Item: Old_Violet_Box
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Old_Bleu_Box
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Inspector_Certificate
|
|
Rate: 300
|
|
Amount: 12
|
|
- Index: 7
|
|
Item: Oridecon
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Elunium
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 9
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 10
|
|
Item: Sesame_Pastry_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 11
|
|
Item: Honey_Pastry_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 12
|
|
Item: Rainbow_Cake_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 13
|
|
Item: Reward_Job_BM25
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Comp_Insurance
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Magic_Card_Album
|
|
Rate: 185
|
|
- Index: 21
|
|
Item: E_WOB_Rune
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: E_WOB_Rachel
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: E_WOB_Local
|
|
Rate: 160
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 3
|
|
- Index: 28
|
|
Item: Sealed_Hat_Box
|
|
Rate: 3
|
|
- Index: 29
|
|
Item: PremiumPlatinumBox
|
|
Rate: 1667
|
|
- Group: PREMIUMPLATINUMBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Potion_Box
|
|
- Index: 1
|
|
Item: Speed_Up_Potion_B
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Poison_Bottle_Box2
|
|
- Index: 3
|
|
Item: E_S_Life_Potion_Box
|
|
- Index: 4
|
|
Item: E_Abrasive_Box10
|
|
- Index: 5
|
|
Item: E_Blessing_10_Scr_Box
|
|
- Index: 6
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
- Index: 7
|
|
Item: PremiumNomalBox
|
|
Amount: 30
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: Oridecon_Box
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Elunium_Box
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: First_Aid_Kit
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Anodyne_B
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Comp_Insurance
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Battle_Manual100
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Old_Card_Album
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 11
|
|
Item: Magic_Card_Album
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_WOB_Rune
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 13
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 14
|
|
Item: E_WOB_Rachel
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 15
|
|
Item: E_WOB_Local
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 16
|
|
Item: Reward_Job_BM25
|
|
Rate: 300
|
|
Amount: 10
|
|
- Index: 17
|
|
Item: E_Str_Dish_Box
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: E_Agi_Dish_Box
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: E_Int_Dish_Box
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: E_Dex_Dish_Box
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: E_Luk_Dish_Box
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: E_Vit_Dish_Box
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 73
|
|
- Index: 24
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 3
|
|
- Index: 25
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 3
|
|
- Index: 26
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 9
|
|
- Index: 29
|
|
Item: Sealed_Hat_Box
|
|
Rate: 9
|
|
- Index: 30
|
|
Item: Sigrun's_Wing
|
|
Rate: 1
|
|
- Group: PREMIUMNOMALBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: First_Aid_Kit_B
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: White_Potion_B
|
|
Rate: 60
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Yellow_Potion_B
|
|
Rate: 60
|
|
Amount: 4
|
|
- Index: 5
|
|
Item: Orange_Potion_B
|
|
Rate: 60
|
|
Amount: 6
|
|
- Index: 6
|
|
Item: Red_Potion_B
|
|
Rate: 60
|
|
Amount: 8
|
|
- Index: 7
|
|
Item: Green_Potion_B
|
|
Rate: 60
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Blue_Potion_B
|
|
Rate: 60
|
|
- Index: 9
|
|
Item: Awakening_Potion_B
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Berserk_Potion_B
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: Old_Blue_Box
|
|
Rate: 15
|
|
- Index: 13
|
|
Item: Inspector_Certificate
|
|
Rate: 15
|
|
- Index: 14
|
|
Item: Oridecon
|
|
Rate: 15
|
|
- Index: 15
|
|
Item: Elunium
|
|
Rate: 15
|
|
- Index: 16
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 15
|
|
- Index: 17
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Poison_Bottle
|
|
Rate: 6
|
|
- Index: 19
|
|
Item: Cookie_Bag_B
|
|
Rate: 6
|
|
- Index: 20
|
|
Item: Sesame_Pastry_B
|
|
Rate: 6
|
|
- Index: 21
|
|
Item: Honey_Pastry_B
|
|
Rate: 6
|
|
- Index: 22
|
|
Item: Rainbow_Cake_B
|
|
Rate: 6
|
|
- Index: 23
|
|
Item: Comp_Insurance
|
|
Rate: 2
|
|
- Index: 24
|
|
Item: Comp_Battle_Manual
|
|
Rate: 2
|
|
- Index: 25
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 2
|
|
- Index: 26
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 2
|
|
- Index: 27
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: PremiumWoodenBox
|
|
Rate: 100
|
|
- Group: NEW_HAT_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: New_Hat_Box2
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Pump_Of_Spirit
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Hat_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Sealed_Hat_Box3
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 11
|
|
Item: New_Hat_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 12
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 14
|
|
Item: Minus_Status_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: Alchemist_Box
|
|
Rate: 1070
|
|
- Index: 17
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Crystal_Jewel__
|
|
Rate: 1400
|
|
Amount: 10
|
|
- Group: NEW_HAT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Angel_Blessing
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Elemental_Crown_K
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Rabbit_Magic_Hat
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Anubis_Helm
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Shadow_Booster
|
|
Rate: 1
|
|
- Group: 2016_SPECIAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: 2016_Special_Box
|
|
Rate: 450
|
|
- Index: 7
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 14
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 400
|
|
- Index: 15
|
|
Item: Minus_Status_Box
|
|
Rate: 400
|
|
- Index: 16
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Alchemist_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Biscuit_Stick_2Set
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: 2016_SPECIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: AngelPoring_Box
|
|
Rate: 400
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Poring_Sunglasses_K_
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Poring_Sunglasses_K
|
|
Rate: 385
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Amistr_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Spirit_Of_Chung_E
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Poring_Balloon_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Gunslinger_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Mini_Fan_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Kafra_Box
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Sigrun_Shield
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_Sigrun_Armor
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 11
|
|
Item: New_Hat_Box2
|
|
Rate: 450
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Kafra_Employee_Band
|
|
Rate: 450
|
|
Announced: true
|
|
- Group: BISCUIT_STICK_2SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EF_STR_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: EF_VIT_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: EF_AGI_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: EF_INT_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: EF_DEX_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: EF_LUK_Biscuit_Stick
|
|
Amount: 2
|
|
- Group: RACING_EXCHANGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Racing_Thx_Ticket
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_13Up
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_13Up
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_12Up
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_12Up
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sillit_Pong_Bottle
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_10Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_10Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: FallenAngelWing_Reset
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Comp_Neuralizer
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Anger_Seagod
|
|
Rate: 40
|
|
Amount: 10
|
|
- Index: 12
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Old_Card_Album
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Flame_Sprits_Armor_
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Wind_Sprits_Armor_
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: Water_Sprits_Armor_
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: Earth_Sprits_Armor_
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 310
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: High_Weapon_Box
|
|
Rate: 310
|
|
- Index: 23
|
|
Item: E_Med_Life_Potion
|
|
Rate: 750
|
|
Amount: 5
|
|
- Index: 24
|
|
Item: E_Small_Life_Potion
|
|
Rate: 750
|
|
Amount: 10
|
|
- Index: 25
|
|
Item: Comp_Battle_Manual
|
|
Rate: 750
|
|
- Index: 26
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 750
|
|
- Index: 27
|
|
Item: Old_Blue_Box
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 28
|
|
Item: Blue_Potion_B
|
|
Rate: 1000
|
|
Amount: 30
|
|
- Index: 29
|
|
Item: Old_Violet_Box
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 30
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 31
|
|
Item: Berserk_Potion_B
|
|
Rate: 10000
|
|
Amount: 3
|
|
- Index: 32
|
|
Item: Awakening_Potion_B
|
|
Rate: 10000
|
|
Amount: 3
|
|
- Index: 33
|
|
Item: Center_Potion_B
|
|
Rate: 10000
|
|
Amount: 3
|
|
- Index: 34
|
|
Item: White_Slim_Potion_B
|
|
Rate: 10000
|
|
Amount: 10
|
|
- Index: 35
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 10000
|
|
Amount: 10
|
|
- Index: 36
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 10000
|
|
Amount: 10
|
|
- Index: 37
|
|
Item: White_Potion_B
|
|
Rate: 10000
|
|
Amount: 3
|
|
- Index: 38
|
|
Item: Yellow_Potion_B
|
|
Rate: 10600
|
|
Amount: 3
|
|
- Index: 39
|
|
Item: Red_Potion_B
|
|
Rate: 10800
|
|
Amount: 3
|
|
- Group: CANDLELIGHT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Mad_Bunny_K
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Mad_Bunny_K_
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Magical_Feather_K
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 11
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 12
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 13
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 14
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 15
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 20
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 21
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 900
|
|
- Index: 23
|
|
Item: Minus_Status_Box
|
|
Rate: 800
|
|
- Index: 24
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 940
|
|
Amount: 2
|
|
- Index: 26
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: LAPINE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: New_Year_Shadow_Cube
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Critical_Shield
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Critical_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: StatusShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 11
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 12
|
|
Item: BearersShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 13
|
|
Item: ComposeShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 14
|
|
Item: LI_Lapine_DdukddakBox
|
|
Rate: 3000
|
|
- Index: 15
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 560
|
|
- Index: 16
|
|
Item: Minus_Status_Box
|
|
Rate: 900
|
|
- Index: 17
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: LI_LAPINE_DDUKDDAKBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 800
|
|
- Index: 2
|
|
Item: EventItem_Recipe
|
|
Rate: 450
|
|
- Index: 3
|
|
Item: PetEgg_Recipe
|
|
Rate: 150
|
|
- Index: 4
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 510
|
|
- Index: 5
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 8
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 9
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 10
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 15
|
|
Announced: true
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Pack2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: E_WOB_Local
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: E_WOB_Rachel
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: E_WOB_Rune
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Battle_Manual
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Minus_Str
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Minus_Agi
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Minus_Vit
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Minus_Int
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Minus_Dex
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Minus_Luk
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Old_C_Album_Helm
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Old_C_Album_Armor
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Old_C_Album_Shield
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_C_Album_Garment
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Old_C_Album_Acc
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: C_Greed_1Hour_Box
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: J_Shop_Coupon
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Comp_Insurance
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Comp_Magic_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: Comp_Spark_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Group: HAIR_BUN_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Hair_Bun_BU
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Hair_Bun_RD
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Hair_Bun_YL
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Hair_Bun_GN
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Hair_Bun_BL
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Hair_Bun_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Hair_Bun_OM
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Hair_Bun_PP
|
|
Rate: 1
|
|
- Group: ROLL_TWIN_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Roll_Twin_BU
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Roll_Twin_RD
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Roll_Twin_YL
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Roll_Twin_GN
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Roll_Twin_BL
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Roll_Twin_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Roll_Twin_OM
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Roll_Twin_PP
|
|
Rate: 1
|
|
- Group: LONG_PONY_BOX
|
|
SubGroups:
|
|
- SubGroup: 7
|
|
List:
|
|
- Index: 0
|
|
Item: C_Long_Pony_BU
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Long_Pony_RD
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Long_Pony_YL
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Long_Pony_GN
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Long_Pony_BL
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Long_Pony_WH
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Long_Pony_OM
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Long_Pony_PP
|
|
Rate: 1
|
|
- Group: 1LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 300
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Rate: 1
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Inspector_Certificate_
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Time_Guardian_Box
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: 10LVUP
|
|
Rate: 1
|
|
- Group: 10LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 300
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 150
|
|
- Index: 2
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Time_Keeper_Ring
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: 20LVUP
|
|
Rate: 1
|
|
- Group: 20LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 300
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 150
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: G_Almighty
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: 30LVUP
|
|
Rate: 1
|
|
- Group: 30LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 300
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 150
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Rate: 1
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Inspector_Certificate_
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Time_Keeper_Glasses
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: 40LVUP
|
|
Rate: 1
|
|
- Group: 40LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Orange_Potion_B
|
|
Rate: 1
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 3
|
|
Item: N_Butterfly_Wing
|
|
Rate: 1
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Inspector_Certificate_
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: 50LVUP
|
|
Rate: 1
|
|
- Group: 50LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Yellow_Potion_B
|
|
Rate: 1
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 150
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Bullet_Case
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: 60LVUP
|
|
Rate: 1
|
|
- Group: 60LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Comp_Regenerate_Potion
|
|
Rate: 1
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Inspector_Certificate_
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: 70LVUP
|
|
Rate: 1
|
|
- Group: 70LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 1
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Regenerate_Potion
|
|
Rate: 1
|
|
Amount: 4
|
|
- Index: 3
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Comp_Insurance
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: 80LVUP
|
|
Rate: 1
|
|
- Group: 90LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1
|
|
Amount: 150
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: Comp_Regenerate_Potion
|
|
Rate: 1
|
|
Amount: 4
|
|
- Index: 3
|
|
Item: Inspector_Certificate_
|
|
Rate: 1
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: E_Abrasive
|
|
Rate: 1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: 100LVUP
|
|
Rate: 1
|
|
- Group: 175LVUP
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 30
|
|
- Group: BISCUIT_STICK_2SET_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EF_STR_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: EF_VIT_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: EF_AGI_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: EF_INT_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: EF_DEX_Biscuit_Stick
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: EF_LUK_Biscuit_Stick
|
|
Amount: 2
|
|
- Group: LOVE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Blitz_Weapon
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Blitz_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: RaceShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Candy_Box_Melee
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Candy_Box_Range
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Candy_Box_Magic
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Advanced_Taiming_Item
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Biscuit_Stick_2Set_
|
|
Rate: 800
|
|
- Index: 14
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: WOB_Box
|
|
Rate: 830
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: C_Giant_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: LOVELY_EGG_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yummy_Cookie_Egg
|
|
Rate: 160
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Chocolate_Egg
|
|
Rate: 160
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Holy_Egg
|
|
Rate: 60
|
|
- Index: 3
|
|
Item: Heart_Of_Her
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: Little_Dall_Needle
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 30
|
|
- Index: 6
|
|
Item: Well_Dried_Bone
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: Dew_Laden_Moss
|
|
Rate: 30
|
|
- Index: 8
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 30
|
|
- Index: 9
|
|
Item: Tropical_Banana
|
|
Rate: 30
|
|
- Index: 10
|
|
Item: No_Recipient
|
|
Rate: 30
|
|
- Index: 11
|
|
Item: Old_Broom
|
|
Rate: 30
|
|
- Index: 12
|
|
Item: Orange_Juice
|
|
Rate: 30
|
|
- Index: 13
|
|
Item: Contracts_In_Shadow
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: Tantanmen
|
|
Rate: 30
|
|
- Index: 15
|
|
Item: Sway_Apron
|
|
Rate: 30
|
|
- Index: 16
|
|
Item: Very_Red_Juice
|
|
Rate: 30
|
|
- Index: 17
|
|
Item: Rainbow_Carrot
|
|
Rate: 30
|
|
- Index: 18
|
|
Item: Earthworm_The_Dude
|
|
Rate: 30
|
|
- Index: 19
|
|
Item: Sweet_Milk
|
|
Rate: 30
|
|
- Index: 20
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 30
|
|
- Index: 21
|
|
Item: Baked_Yam
|
|
Rate: 30
|
|
- Index: 22
|
|
Item: Boy's_Naivety
|
|
Rate: 4
|
|
- Index: 23
|
|
Item: Gril's_Naivety
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Gril_Doll
|
|
Rate: 5
|
|
- Index: 25
|
|
Item: Clover_Silkhat
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: Egg_Crispinette
|
|
Rate: 5
|
|
- Index: 27
|
|
Item: Devil_Egg_Shell
|
|
Rate: 5
|
|
- Index: 28
|
|
Item: Saint_Egg_Shell
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: C_Clover_Silkhat
|
|
Rate: 5
|
|
- Index: 30
|
|
Item: C_Mimic_Egg_Shell
|
|
Rate: 5
|
|
- Index: 31
|
|
Item: C_Holy_Egg_Hat
|
|
Rate: 5
|
|
- Index: 32
|
|
Item: C_Egg_Crispinette
|
|
Rate: 5
|
|
- Group: C_CATPAW_1DAY_PARA
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_CatPaw_Ticket
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: C_WING_OF_FLY_1DAY_PARA
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CAT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Toy_Syringe_K
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Magical_Booster_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Cat_Head_Dress_Basket
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Blue_Rear_Ribbon
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Necklace_Rosary_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Candy_Box_Melee
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Candy_Box_Range
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Candy_Box_Magic
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 20
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 21
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 800
|
|
- Index: 22
|
|
Item: Minus_Status_Box
|
|
Rate: 1500
|
|
- Index: 23
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 24
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: White_Slim_Potion_Box_
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: MAGICAL_BOOSTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magical_Booster_K
|
|
- Index: 1
|
|
Item: Booster_Amplifier
|
|
- Group: CAT_HEAD_DRESS_BASKET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cat_Lace_Hairband_K
|
|
- Index: 1
|
|
Item: Magical_Cat_Hand
|
|
- Group: CHEMICALS_BAG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: Acid_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: MenEater_Plant_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 3
|
|
Item: Coating_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 4
|
|
Item: Mini_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 5
|
|
Item: Poison_Bottle
|
|
Rate: 1
|
|
Amount: 30
|
|
- Group: SHADOW_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Tempest_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Tempest_Shield
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Spell_Circuit
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 20
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 21
|
|
Item: StabilityShadow_Mix
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: Advanced_Taiming_Item
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: C_Wing_Of_Fly_3Day_Box_
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1500
|
|
- Index: 28
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: C_WING_OF_FLY_3DAY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: MOBILE_NOVICE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Manual
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: E_Str_Dish_Box
|
|
- Index: 2
|
|
Item: E_Agi_Dish_Box
|
|
- Index: 3
|
|
Item: E_Int_Dish_Box
|
|
- Index: 4
|
|
Item: E_Dex_Dish_Box
|
|
- Index: 5
|
|
Item: E_Vit_Dish_Box
|
|
- Index: 6
|
|
Item: E_Luk_Dish_Box
|
|
- Index: 7
|
|
Item: E_Blessing_10_Scr_Box
|
|
- Index: 8
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
- Index: 9
|
|
Item: E_Bubble_Gum_Box
|
|
- Index: 10
|
|
Item: E_S_Life_Potion_Box
|
|
- Index: 11
|
|
Item: E_Abrasive_Box10
|
|
- Group: C_WING_OF_FLY_5DAY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 7200
|
|
- Group: C_GIANT_FLY_1DAY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Giant_Fly_Wing
|
|
Duration: 1440
|
|
- Group: C_WING_OF_FLY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 10080
|
|
- Group: MAY_GOLD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: New_Hat_Box3
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Hat_Box
|
|
Rate: 33
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sealed_Hat_Box2
|
|
Rate: 33
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Sealed_Hat_Box3
|
|
Rate: 33
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 12
|
|
Item: C_Wing_Of_Fly_5Day_Box_
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 700
|
|
- Index: 14
|
|
Item: J_Shop_Coupon
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: Material_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1650
|
|
- Index: 21
|
|
Item: Crystal_Jewel__
|
|
Rate: 1001
|
|
Amount: 10
|
|
- Group: NEW_HAT_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: GoldFish_Hat
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Smoky_TransformHat
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Survive_Circlet_K
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: SurviveOrb_K
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: FaceWorm_Breath
|
|
Rate: 1
|
|
- Group: EXSHADOW_DDUKDDAKBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: RaceShadow_Mix
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: BearersShadow_Mix
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: StatusShadow_Mix
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: ComposeShadow_Mix
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: StabilityShadow_Mix
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: InfinityShadow_Mix
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: PerfectSize_Mix
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: MagicPiercing_Mix
|
|
Rate: 1
|
|
- Group: MATERIAL_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Insomniac_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Peerless_Shoes
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Adurate_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Vitality_Earing_S
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Vitality_Pendant_S
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Neutral_Earring
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Neutral_Pendent
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Homers_Shield
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Cadi_Shield
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Requiem_Shield
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Flameguard_Shield
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Satanic_Shield
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Dragoon_Shield
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Gargantua_Shield
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: S_Brutal_Shield
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: S_Cranial_Shield
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: S_Divine_Shoes
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: S_Beholder_Shoes
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: S_Fisher_Shoes
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: S_Chemical_Shoes
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: S_Bloody_Shoes
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: S_FireBolt_Armor
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: S_Lucky_Weapon
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: S_Power_Earring
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: S_Int_Pendant
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: S_Dexterous_Armor
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: S_Vital_Shoes
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: S_Athletic_Shield
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: S_Lucky_Armor
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: S_Power_Pendant
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: S_Int_Earring
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: S_Vital_Shield
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: S_Athletic_Shoes
|
|
Rate: 1
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Insomniac_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Peerless_Shoes
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Adurate_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Vitality_Earing_S
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Vitality_Pendant_S
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Neutral_Earring
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Neutral_Pendent
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Homers_Shield
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Cadi_Shield
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Requiem_Shield
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Flameguard_Shield
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Satanic_Shield
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Dragoon_Shield
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Gargantua_Shield
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: S_Brutal_Shield
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: S_Cranial_Shield
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: S_Divine_Shoes
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: S_Beholder_Shoes
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: S_Fisher_Shoes
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: S_Chemical_Shoes
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: S_Bloody_Shoes
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: S_FireBolt_Armor
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: S_Lucky_Weapon
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: S_Power_Earring
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: S_Int_Pendant
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: S_Dexterous_Armor
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: S_Vital_Shoes
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: S_Athletic_Shield
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: S_Lucky_Armor
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: S_Power_Pendant
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: S_Int_Earring
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: S_Vital_Shield
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: S_Athletic_Shoes
|
|
Rate: 1
|
|
- Group: MYSTERIOUS_MEDAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Mysterious_Medal
|
|
Rate: 625
|
|
Amount: 20
|
|
- Group: VEND_ARBEIT1_1LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_1Lv
|
|
Duration: 1440
|
|
- Group: VEND_ARBEIT1_2LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_2Lv
|
|
Duration: 1440
|
|
- Group: VEND_ARBEIT1_3LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_3Lv
|
|
Duration: 1440
|
|
- Group: BUY_ARBEIT1_1LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_1Lv
|
|
Duration: 1440
|
|
- Group: BUY_ARBEIT1_2LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_2Lv
|
|
Duration: 1440
|
|
- Group: BUY_ARBEIT1_3LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_3Lv
|
|
Duration: 1440
|
|
- Group: VEND_ARBEIT3_1LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_1Lv
|
|
Duration: 4320
|
|
- Group: VEND_ARBEIT3_2LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_2Lv
|
|
Duration: 4320
|
|
- Group: VEND_ARBEIT3_3LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vend_Arbeit_3Lv
|
|
Duration: 4320
|
|
- Group: BUY_ARBEIT3_1LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_1Lv
|
|
Duration: 4320
|
|
- Group: BUY_ARBEIT3_2LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_2Lv
|
|
Duration: 4320
|
|
- Group: BUY_ARBEIT3_3LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Buy_Arbeit_3Lv
|
|
Duration: 4320
|
|
- Group: CRYPTURA_GIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Cryptura_Cookie
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Para_Team_Coin
|
|
Amount: 20
|
|
- Group: GENERAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: General_Helmet_
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Healing_Shield
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Healing_Shoes
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Restore_Earring
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_Restore_Pendent
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Earth_Armor_S
|
|
Rate: 400
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Wind_Armor_S
|
|
Rate: 400
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: Cold_Armor_S
|
|
Rate: 400
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Fire_Armor_S
|
|
Rate: 400
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: S_Tension_Weapon
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: S_Tension_Pendent
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: S_Tension_Earring
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: S_Elegant_Weapon
|
|
Rate: 150
|
|
- Index: 22
|
|
Item: S_Elegant_Pendent
|
|
Rate: 150
|
|
- Index: 23
|
|
Item: S_Elegant_Earring
|
|
Rate: 150
|
|
- Index: 24
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: C_Wing_Of_Fly_3Day_Box_
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 2000
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: GREEN_SCROLL_K2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Penetration_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Penetration_Shield
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_DragonVib_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: S_SciHunting_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: S_FishInsect_Armor
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Classical_Fhat
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: PetTradeTicket_Box
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: Material_Shadow_Cube
|
|
Rate: 400
|
|
- Index: 16
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 700
|
|
- Index: 17
|
|
Item: Minus_Status_Box
|
|
Rate: 800
|
|
- Index: 18
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: C_Wing_Of_Fly_3Day_Box_
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 2000
|
|
- Index: 23
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: NEW_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Hasty_Shoes
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S2_Bearers_Pendent
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S2_Spell_Flow_Shield
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S2_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_Sigrun_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_Sigrun_Shield
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S2_Caster_Armor
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S2_Reload_Armor
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_Critical_Shield
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_Critical_Shoes
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_Blitz_Weapon
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_Blitz_Armor
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Tempest_Shield
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Tempest_Shoes
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Tension_Weapon
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Tension_Earring
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Tension_Pendent
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Elegant_Weapon
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Elegant_Earring
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Elegant_Pendent
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Healing_Shield
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Healing_Shoes
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_Restore_Earring
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_Restore_Pendent
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_Penetration_Shoes
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_Penetration_Shield
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: S_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: S_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: S_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Sentimental_Earring_S
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Enchanting_Earring_S
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 10
|
|
- Group: SENTIMENTAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Dog_Officer
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Spell_Circuit
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 8
|
|
Item: General_Helmet_
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Classical_Fhat
|
|
Rate: 35
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: New_Shadow_Cube
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Sentimental_Earring_S
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Enchanting_Earring_S
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Fire_Armor_S
|
|
Rate: 360
|
|
Amount: 5
|
|
- Index: 25
|
|
Item: Cold_Armor_S
|
|
Rate: 360
|
|
Amount: 5
|
|
- Index: 26
|
|
Item: Wind_Armor_S
|
|
Rate: 360
|
|
Amount: 5
|
|
- Index: 27
|
|
Item: Earth_Armor_S
|
|
Rate: 360
|
|
Amount: 5
|
|
- Index: 28
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 2000
|
|
- Index: 31
|
|
Item: Crystal_Jewel__
|
|
Rate: 1005
|
|
Amount: 10
|
|
- Group: JULY_HAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box12
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Man_Medal
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: C_Man_Medal_Gold
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Straight_Long_WHK
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: C_Straight_Long_YLK
|
|
Rate: 10
|
|
- Group: INFINITY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Dog_Officer
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Spell_Circuit
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 9
|
|
Item: General_Helmet_
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Classical_Fhat
|
|
Rate: 25
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Amistr_Beret
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 13
|
|
Item: InfinityShadow_Mix
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 14
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Blacksmith_Blessing
|
|
Rate: 700
|
|
- Index: 16
|
|
Item: Minus_Status_Box
|
|
Rate: 900
|
|
- Index: 17
|
|
Item: Comp_Kafra_Card_Box
|
|
Rate: 400
|
|
- Index: 18
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Old_C_Album_Acc
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Old_C_Album_Garment
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Old_C_Album_Shield
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: Old_C_Album_Armor
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Old_C_Album_Helm
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: C_Wing_Of_Fly_3Day_Box_
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 2000
|
|
- Index: 29
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: BLOODY_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: BloodyKnight_Shield_Box
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Royal_Bow_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shadow_Staff_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Iron_Nail_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Minus_Status_Box
|
|
Rate: 600
|
|
- Index: 18
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 19
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1150
|
|
- Index: 24
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: SNOW_FESTA_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 990
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Candy_Striper_B
|
|
Rate: 990
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Candy_B
|
|
Rate: 990
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 990
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: C_Rudolph_Santa_Hat
|
|
Rate: 99
|
|
- Index: 5
|
|
Item: C_Santa_Hat_1
|
|
Rate: 99
|
|
- Index: 6
|
|
Item: C_Polar_Bear_Cap
|
|
Rate: 99
|
|
- Index: 7
|
|
Item: C_Cat_Santa_Hat
|
|
Rate: 99
|
|
- Index: 8
|
|
Item: C_Santa_Hat_2
|
|
Rate: 99
|
|
- Index: 9
|
|
Item: Ice_Candy
|
|
Rate: 2970
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Snow_Cookie
|
|
Rate: 594
|
|
- Index: 11
|
|
Item: Winter_Cookie
|
|
Rate: 594
|
|
- Index: 12
|
|
Item: Festi_Cookie
|
|
Rate: 594
|
|
- Index: 13
|
|
Item: Flora_Cookie
|
|
Rate: 594
|
|
- Index: 14
|
|
Item: C_Let_It_Snow
|
|
Rate: 198
|
|
- Group: SNOW_FESTA_CARDPACK
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: BlueCard_A
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Blue_Card_B
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Blue_Card_C
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: BlueCard_D
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: BlueCard_E
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: BlueCard_F
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: BlueCard_H
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: BlueCard_I
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: BlueCard_L
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Blue_Card_M
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: BlueCard_N
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: BlueCard_O
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: BlueCard_R
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: BlueCard_S
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Blue_Card_T
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Blue_Card_V
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: BlueCard_W
|
|
Rate: 10
|
|
- Group: 2017_SPECIAL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: 2017_Special_Box
|
|
Rate: 450
|
|
Announced: true
|
|
- Index: 8
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: New_Shadow_Cube
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Earth_Armor_S
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Wind_Armor_S
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Cold_Armor_S
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Fire_Armor_S
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 800
|
|
- Index: 16
|
|
Item: Advanced_Taiming_Item
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: Comp_Kafra_Card_Box
|
|
Rate: 800
|
|
- Index: 18
|
|
Item: Material_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Biscuit_Stick_2Set_
|
|
Rate: 800
|
|
- Index: 22
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1220
|
|
- Index: 24
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: 2017_SPECIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: BloodyKnight_Shield_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Royal_Bow_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Shadow_Staff_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Iron_Nail_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Amistr_Beret
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Dog_Officer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Classical_Fhat
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: General_Helmet_
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: New_Hat_Box3
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Spell_Circuit
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Toy_Syringe_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Magical_Booster_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Cat_Head_Dress_Basket
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Blue_Rear_Ribbon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Necklace_Rosary_K
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Candy_Box_Melee
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Candy_Box_Range
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Candy_Box_Magic
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: ICE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Iron_Staff
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sword_Of_Bluefire
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Oriental_Sword
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 200
|
|
- Index: 12
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 600
|
|
- Index: 13
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: 2018_NEW_YEAR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: 2018_Year_Shadow_Cube
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Overwhelm_Str_Armor
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Overwhelm_Int_Armor
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 10
|
|
Item: PhysicalMagical_Mix
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: ImmunedAthena_Mix
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: HardChamption_Mix
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: KingbirdAncient_Mix
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: CriticalHit_Mix
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 16
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: 2018_Material_Cube
|
|
Rate: 390
|
|
- Index: 18
|
|
Item: Minus_Status_Box
|
|
Rate: 700
|
|
- Index: 19
|
|
Item: 2018_Lapine_DdukddakBox
|
|
Rate: 3000
|
|
- Index: 20
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: 2018_YEAR_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Hasty_Shoes
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S2_Bearers_Pendent
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S2_Spell_Flow_Shield
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S2_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_Sigrun_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_Sigrun_Shield
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S2_Caster_Armor
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S2_Reload_Armor
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_Critical_Shield
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_Critical_Shoes
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_Blitz_Weapon
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_Blitz_Armor
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Tempest_Shield
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Tempest_Shoes
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Tension_Weapon
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Tension_Earring
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Tension_Pendent
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Elegant_Weapon
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Elegant_Earring
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Elegant_Pendent
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Healing_Shield
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Healing_Shoes
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_Restore_Earring
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_Restore_Pendent
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_Penetration_Shoes
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_Penetration_Shield
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: S_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: S_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: S_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Sentimental_Earring_S
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Enchanting_Earring_S
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 50
|
|
Item: S_Gemstone_Earring
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 51
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 52
|
|
Item: S_Gemstone_Armor
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 53
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 54
|
|
Item: S_Gemstone_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 55
|
|
Item: S_Bearers_Weapon
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 56
|
|
Item: S_Bearers_Earring
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 57
|
|
Item: S_Bearers_Pendent
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 58
|
|
Item: S_Bearers_Armor
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 59
|
|
Item: S_Bearers_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 60
|
|
Item: S_Bearers_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 61
|
|
Item: S_Blitz_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 62
|
|
Item: S_Blitz_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 63
|
|
Item: S_Greed_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 64
|
|
Item: S_Greed_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 65
|
|
Item: S_Greed_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 66
|
|
Item: S_Greed_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 67
|
|
Item: S_Greed_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 68
|
|
Item: S_Greed_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 69
|
|
Item: S_Liberation_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 70
|
|
Item: S_Safeguard_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 71
|
|
Item: S_Infinity_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 72
|
|
Item: S_Infinity_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 73
|
|
Item: S_Penetration_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 74
|
|
Item: S_Penetration_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 75
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 76
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 77
|
|
Item: S_Tempest_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 78
|
|
Item: S_Tempest_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 79
|
|
Item: S_Hasty_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 80
|
|
Item: S_Hasty_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 81
|
|
Item: S_Expert_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 82
|
|
Item: S_Expert_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 83
|
|
Item: S_Blitz_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 84
|
|
Item: S_Blitz_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 85
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 86
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 87
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 15
|
|
- Index: 88
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 15
|
|
- Index: 89
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 15
|
|
- Index: 90
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 15
|
|
- Index: 91
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 15
|
|
- Index: 92
|
|
Item: S_Attack_Armor
|
|
Rate: 15
|
|
- Index: 93
|
|
Item: S_Beginner_Shield
|
|
Rate: 15
|
|
- Index: 94
|
|
Item: S_Beginner_Shoes
|
|
Rate: 15
|
|
- Index: 95
|
|
Item: S_Rookie_Shield
|
|
Rate: 15
|
|
- Index: 96
|
|
Item: S_Rookie_Shoes
|
|
Rate: 15
|
|
- Index: 97
|
|
Item: S_Advanced_Shield
|
|
Rate: 15
|
|
- Index: 98
|
|
Item: S_Advanced_Shoes
|
|
Rate: 15
|
|
- Index: 99
|
|
Item: S_Force_Weapon
|
|
Rate: 15
|
|
- Index: 100
|
|
Item: S_Force_Earring
|
|
Rate: 15
|
|
- Index: 101
|
|
Item: S_Force_Pendant
|
|
Rate: 15
|
|
- Index: 102
|
|
Item: S_Spirit_Weapon
|
|
Rate: 15
|
|
- Index: 103
|
|
Item: S_Spirit_Earring
|
|
Rate: 15
|
|
- Index: 104
|
|
Item: S_Spirit_Pendant
|
|
Rate: 15
|
|
- Group: 2018_MATERIAL_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Insomniac_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Peerless_Shoes
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Adurate_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Vitality_Earing_S
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Vitality_Pendant_S
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Neutral_Earring
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Neutral_Pendent
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Homers_Shield
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Cadi_Shield
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Requiem_Shield
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Flameguard_Shield
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Satanic_Shield
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Dragoon_Shield
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Gargantua_Shield
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: S_Brutal_Shield
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: S_Cranial_Shield
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: S_Divine_Shoes
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: S_Beholder_Shoes
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: S_Fisher_Shoes
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: S_Chemical_Shoes
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: S_Bloody_Shoes
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: S_FireBolt_Armor
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: S_Lucky_Weapon
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: S_Power_Earring
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: S_Int_Pendant
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: S_Dexterous_Armor
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: S_Vital_Shoes
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: S_Athletic_Shield
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: S_Lucky_Armor
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: S_Power_Pendant
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: S_Int_Earring
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: S_Vital_Shield
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: S_Athletic_Shoes
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: S_Critical_Shoes
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: S_Critical_Shield
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: S_Critical_Armor
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: S_Ancient_Armor
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: S_Hard_Armor
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: S_Champion_Shoes
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: S_Athena_Shield
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: S_Immune_Armor
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: S_Hard_Earring
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: S_Athena_Earring
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: S_Physical_Weapon
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: S_Physical_Earring
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: S_Physical_Pendant
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: S_Magical_Weapon
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: S_Magical_Earring
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: S_Magical_Pendant
|
|
Rate: 1
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Insomniac_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Peerless_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Peerless_Shoes
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: S_Adurate_Armor
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: S_Adurate_Shoes
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Vitality_Earing_S
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Vitality_Pendant_S
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: S_Neutral_Weapon
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: S_Neutral_Earring
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: S_Neutral_Pendent
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: S_Homers_Shield
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: S_Cadi_Shield
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: S_Requiem_Shield
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: S_Flameguard_Shield
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: S_Satanic_Shield
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: S_Dragoon_Shield
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: S_Gargantua_Shield
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: S_Brutal_Shield
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: S_Cranial_Shield
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: S_Divine_Shoes
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: S_Beholder_Shoes
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: S_Fisher_Shoes
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: S_Chemical_Shoes
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: S_Bloody_Shoes
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: S_FireBolt_Armor
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 1
|
|
- Index: 40
|
|
Item: S_Lucky_Weapon
|
|
Rate: 1
|
|
- Index: 41
|
|
Item: S_Power_Earring
|
|
Rate: 1
|
|
- Index: 42
|
|
Item: S_Int_Pendant
|
|
Rate: 1
|
|
- Index: 43
|
|
Item: S_Dexterous_Armor
|
|
Rate: 1
|
|
- Index: 44
|
|
Item: S_Vital_Shoes
|
|
Rate: 1
|
|
- Index: 45
|
|
Item: S_Athletic_Shield
|
|
Rate: 1
|
|
- Index: 46
|
|
Item: S_Lucky_Armor
|
|
Rate: 1
|
|
- Index: 47
|
|
Item: S_Power_Pendant
|
|
Rate: 1
|
|
- Index: 48
|
|
Item: S_Int_Earring
|
|
Rate: 1
|
|
- Index: 49
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 1
|
|
- Index: 50
|
|
Item: S_Vital_Shield
|
|
Rate: 1
|
|
- Index: 51
|
|
Item: S_Athletic_Shoes
|
|
Rate: 1
|
|
- Index: 52
|
|
Item: S_Critical_Shoes
|
|
Rate: 1
|
|
- Index: 53
|
|
Item: S_Critical_Shield
|
|
Rate: 1
|
|
- Index: 54
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 1
|
|
- Index: 55
|
|
Item: S_Critical_Armor
|
|
Rate: 1
|
|
- Index: 56
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 1
|
|
- Index: 57
|
|
Item: S_Ancient_Armor
|
|
Rate: 1
|
|
- Index: 58
|
|
Item: S_Hard_Armor
|
|
Rate: 1
|
|
- Index: 59
|
|
Item: S_Champion_Shoes
|
|
Rate: 1
|
|
- Index: 60
|
|
Item: S_Athena_Shield
|
|
Rate: 1
|
|
- Index: 61
|
|
Item: S_Immune_Armor
|
|
Rate: 1
|
|
- Index: 62
|
|
Item: S_Hard_Earring
|
|
Rate: 1
|
|
- Index: 63
|
|
Item: S_Athena_Earring
|
|
Rate: 1
|
|
- Index: 64
|
|
Item: S_Physical_Weapon
|
|
Rate: 1
|
|
- Index: 65
|
|
Item: S_Physical_Earring
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: S_Physical_Pendant
|
|
Rate: 1
|
|
- Index: 67
|
|
Item: S_Magical_Weapon
|
|
Rate: 1
|
|
- Index: 68
|
|
Item: S_Magical_Earring
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: S_Magical_Pendant
|
|
Rate: 1
|
|
- Group: 2018_LAPINE_DDUKDDAKBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 770
|
|
- Index: 2
|
|
Item: EventItem_Recipe
|
|
Rate: 420
|
|
- Index: 3
|
|
Item: PetEgg_Recipe
|
|
Rate: 120
|
|
- Index: 4
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 510
|
|
- Index: 5
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 7
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 8
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 9
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 10
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 11
|
|
Item: StatusShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 12
|
|
Item: BearersShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 13
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 14
|
|
Item: ComposeShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 15
|
|
Item: RaceShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 16
|
|
Item: StabilityShadow_Mix
|
|
Rate: 15
|
|
Announced: true
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Pack2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: E_WOB_Local
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: E_WOB_Rachel
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: E_WOB_Rune
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Battle_Manual
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Minus_Str
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Minus_Agi
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Minus_Vit
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Minus_Int
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Minus_Dex
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Minus_Luk
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Old_C_Album_Helm
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Old_C_Album_Armor
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Old_C_Album_Shield
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_C_Album_Garment
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Old_C_Album_Acc
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: C_Greed_1Hour_Box
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: J_Shop_Coupon
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Comp_Insurance
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Comp_Magic_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: Comp_Spark_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Group: SWEETS_EVT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Crepe
|
|
Rate: 1105
|
|
- Index: 1
|
|
Item: St_Cupcake
|
|
Rate: 1105
|
|
- Index: 2
|
|
Item: Parfait
|
|
Rate: 1105
|
|
- Index: 3
|
|
Item: Macaron
|
|
Rate: 1105
|
|
- Index: 4
|
|
Item: Mont_Blanc_Cake
|
|
Rate: 1105
|
|
- Index: 5
|
|
Item: Soccer_Cake
|
|
Rate: 1105
|
|
- Index: 6
|
|
Item: Strawberry_CreamCake
|
|
Rate: 1105
|
|
- Index: 7
|
|
Item: C_Sweet_Candy
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: C_Choco_Minihat
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: C_SweetChocolate_Hat
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: White_Chocolate_B
|
|
Rate: 2040
|
|
- Index: 11
|
|
Item: C_Sweets_Bonbon
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: K_Secret_Key
|
|
Rate: 25
|
|
- Group: EVT_JAN02KR
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Rate: 25
|
|
- Index: 1
|
|
Item: Inventory_Ex_Evt
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: C_bullhead
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Old_Card_Album
|
|
Rate: 300
|
|
- Index: 5
|
|
Item: E_Small_Life_Potion
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: E_Med_Life_Potion
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: E_Red_Booster
|
|
Rate: 800
|
|
- Index: 8
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Comp_Power_Booster
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Comp_Almighty
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Choco_Tteokguk
|
|
Rate: 4225
|
|
- Index: 12
|
|
Item: C_HwaHoJumJung
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: C_Nut_Cracker
|
|
Rate: 300
|
|
- Group: 2018_VISIONARY_CARD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Golden_Bug_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Tao_Gunka_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: B_Seyren_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Thanatos_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Gloom_Under_Night_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: B_Harword_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 8
|
|
Item: B_Eremes_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 9
|
|
Item: B_Katrinn_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 10
|
|
Item: B_Magaleta_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 11
|
|
Item: B_Shecil_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Dracula_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Paladin_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Creator_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Gypsy_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Champion_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Clown_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Stalker_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Professor_Card
|
|
Rate: 12
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Eddga_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Maya_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Kades_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Gioia_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 24
|
|
Item: Incant_Samurai_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 25
|
|
Item: Mistress_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Randgris_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 27
|
|
Item: Berzebub_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 28
|
|
Item: Lord_Of_Death_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 29
|
|
Item: Rsx_0806_Card
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 30
|
|
Item: Timeholder_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Mechaspider_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 32
|
|
Item: Daehyon_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 33
|
|
Item: Amon_Ra_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 34
|
|
Item: Baphomet_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 35
|
|
Item: Dark_Lord_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 36
|
|
Item: Drake_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 37
|
|
Item: Nahtzigger_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 38
|
|
Item: Evil_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 39
|
|
Item: Cutie_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Venom_Kimera_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 41
|
|
Item: Gopinich_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 42
|
|
Item: Leak_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 43
|
|
Item: Pyuriel_Card
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 44
|
|
Item: Doppelganger_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 45
|
|
Item: Garm_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 46
|
|
Item: Knight_Windstorm_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 47
|
|
Item: Moonlight_Flower_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 48
|
|
Item: Orc_Load_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 49
|
|
Item: Orc_Hero_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 50
|
|
Item: Osiris_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 51
|
|
Item: Pharaoh_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 52
|
|
Item: Phreeoni_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 53
|
|
Item: Turtle_General_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 54
|
|
Item: Ant_Buyanne_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 55
|
|
Item: Detale_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 56
|
|
Item: Apocalips_H_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 57
|
|
Item: B_Ygnizem_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 58
|
|
Item: Atroce_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 59
|
|
Item: Ifrit_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 60
|
|
Item: Ktullanux_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 61
|
|
Item: Charleston_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 62
|
|
Item: Grand_Pere_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 63
|
|
Item: Nidhogg_Shadow_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 64
|
|
Item: Q_Scaraba_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 65
|
|
Item: Kraken_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 66
|
|
Item: Dark_Snake_Lord_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 67
|
|
Item: Lady_Tanee_Card
|
|
Rate: 315
|
|
Announced: true
|
|
- Index: 68
|
|
Item: Bone_Detale_Card
|
|
Rate: 1
|
|
- Index: 69
|
|
Item: Ingrid_Card
|
|
Rate: 15
|
|
- Index: 70
|
|
Item: Reginleif_Card
|
|
Rate: 15
|
|
- Index: 71
|
|
Item: Redpepper_H_Card
|
|
Rate: 1
|
|
- Index: 72
|
|
Item: Gran_Papilia_Card
|
|
Rate: 1
|
|
- Index: 73
|
|
Item: C_Amdarais_Card
|
|
Rate: 1
|
|
- Index: 74
|
|
Item: C_Himel_Card
|
|
Rate: 1
|
|
- Index: 75
|
|
Item: Death_Witch_Card
|
|
Rate: 10
|
|
- Index: 76
|
|
Item: ILL_Abysmal_Witch_Card
|
|
Rate: 2
|
|
- Index: 77
|
|
Item: Sakray_Card
|
|
Rate: 4
|
|
- Index: 78
|
|
Item: Tiara_Card
|
|
Rate: 4
|
|
- Index: 79
|
|
Item: MD_Airboat_Card7
|
|
Rate: 315
|
|
- Index: 80
|
|
Item: EP18_Burning_Fang_Card
|
|
Rate: 1
|
|
- Index: 81
|
|
Item: EP18_Demi_Freyja_Card
|
|
Rate: 3
|
|
- Index: 82
|
|
Item: EP18_Schulang_Card
|
|
Rate: 3
|
|
- Index: 83
|
|
Item: Ultra_Limacina_Card
|
|
Rate: 1
|
|
- Index: 84
|
|
Item: Limacina_Card
|
|
Rate: 125
|
|
- Index: 85
|
|
Item: Shining_Seaweed_Card
|
|
Rate: 125
|
|
- Index: 86
|
|
Item: Aquila_Card
|
|
Rate: 125
|
|
- Index: 87
|
|
Item: Simulation_Juncea_Card
|
|
Rate: 4
|
|
- Group: LUNAR_NEW_YEAR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: New_Hat_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 7
|
|
Item: New_Hat_Box2
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 8
|
|
Item: New_Hat_Box3
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Narcis_Bow
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Magic_Sword
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Avenger
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Comp_Kafra_Card_Box
|
|
Rate: 800
|
|
- Index: 14
|
|
Item: Minus_Status_Box
|
|
Rate: 800
|
|
- Index: 15
|
|
Item: Fire_Armor_S
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: Cold_Armor_S
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Wind_Armor_S
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: Earth_Armor_S
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 19
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 600
|
|
- Index: 20
|
|
Item: Biscuit_Stick_2Set_
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: FEBRUARY_HAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box15
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Volume_Low_TwinK
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: C_Afro_Wig_Red
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Red_Strong_Hair
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: C_Lolita_Two_Side_UpK
|
|
Rate: 10
|
|
- Group: 2018_SPRING_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Overwhelm_Luk_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Overwhelm_Vit_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Engineer_Cap_K
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 12
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: Advanced_Taiming_Item
|
|
Rate: 500
|
|
- Index: 14
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 300
|
|
- Index: 20
|
|
Item: Material_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 21
|
|
Item: New_Insurance
|
|
Rate: 920
|
|
- Index: 22
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: 2018_SAKURA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card2
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Overwhelm_Agi_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Overwhelm_Dex_Armor
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Dog_Officer
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Spell_Circuit
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: General_Helmet_
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Classical_Fhat
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Amistr_Beret
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Shadow_Random_Mix
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 150
|
|
- Index: 16
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 150
|
|
- Index: 17
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 150
|
|
- Index: 18
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 150
|
|
- Index: 19
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 22
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 400
|
|
- Index: 23
|
|
Item: Shadow_Cube_Weapon
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Shadow_Cube_Armor
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: Shadow_Cube_Shoes
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: Shadow_Cube_Shield
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: Shadow_Cube_Pendant
|
|
Rate: 200
|
|
- Index: 28
|
|
Item: Shadow_Cube_Earing
|
|
Rate: 200
|
|
- Index: 29
|
|
Item: New_Insurance
|
|
Rate: 690
|
|
- Index: 30
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 31
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 32
|
|
Item: Chemicals_Bag
|
|
Rate: 1000
|
|
- Index: 33
|
|
Item: Class_Shadow_Cube
|
|
Rate: 1000
|
|
- Index: 34
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: SEALED_CARD2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Sealed_B_Harword_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Eddga_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Mistress_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: SLD_Q_Scaraba_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: SLD_Baphomet_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: SLD_Maya_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: SLD_Clown_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: SLD_Professor_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: SLD_Champion_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: SLD_Creator_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: SLD_Stalker_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: SLD_Paladin_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: SLD_Gypsy_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: SLD_Daehyon_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: SLD_Gioia_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: SLD_Pyuriel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: SLD_Kades_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: SLD_Timeholder_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: CELEBRATE_EGG
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Comp_Auger_Of_Spirit
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 50
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: G_Almighty
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: E_Med_Life_Potion
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: E_Small_Life_Potion
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: G_Mysterious_Water
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: E_Token_Of_Siegfried
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Reward_Job_BM25
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Comp_Regenerate_Potion
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: E_Abrasive
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: G_Red_Booster
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: G_ASPD_Potion
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Comp_Spark_Candy
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Comp_Magic_Candy
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: Comp_Tyr's_Blessing
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: Comp_Glass_Of_Illusion
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: E_Blessing_10_Scroll
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: Comp_Megaphone
|
|
Rate: 100
|
|
- Index: 24
|
|
Item: BraisedSpareribs
|
|
Rate: 550
|
|
Amount: 2
|
|
- Index: 25
|
|
Item: BraisedShortRibs
|
|
Rate: 550
|
|
Amount: 2
|
|
- Index: 26
|
|
Item: E_WOB_Rune
|
|
Rate: 550
|
|
- Index: 27
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 550
|
|
- Index: 28
|
|
Item: E_WOB_Rachel
|
|
Rate: 550
|
|
- Index: 29
|
|
Item: E_WOB_Local
|
|
Rate: 550
|
|
- Index: 30
|
|
Item: Sesame_Pastry
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 31
|
|
Item: Rainbow_Cake
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 32
|
|
Item: Lucky_Rice_Cake
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 33
|
|
Item: Honey_Pastry
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 34
|
|
Item: White_Slim_Potion_B
|
|
Rate: 715
|
|
Amount: 5
|
|
- Index: 35
|
|
Item: Blue_Potion_B
|
|
Rate: 715
|
|
Amount: 5
|
|
- Index: 36
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 715
|
|
Amount: 5
|
|
- Group: NOODLE_FESTA_CAN
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Card_Album
|
|
Rate: 20
|
|
- Index: 1
|
|
Item: Scuba_Mask_K
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Supper_Swimsuit_K
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Oxygen_Bomb_K
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: C_Starfish_Headband
|
|
Rate: 300
|
|
- Index: 5
|
|
Item: C_Sailor_Hat
|
|
Rate: 300
|
|
- Index: 6
|
|
Item: C_Forceps_Hairpin
|
|
Rate: 300
|
|
- Index: 7
|
|
Item: C_Iceflake_Hat
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: C_Gelato_Hat
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Pig_Potato
|
|
Rate: 1830
|
|
- Index: 10
|
|
Item: Festival_Noodle
|
|
Rate: 1750
|
|
- Index: 11
|
|
Item: Noodle_Festa_Coupon
|
|
Rate: 2300
|
|
- Index: 12
|
|
Item: Ice_Cream
|
|
Rate: 2100
|
|
- Index: 13
|
|
Item: K_Secret_Key
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: C_Slurp_Slurp_Hat
|
|
Rate: 150
|
|
- Group: COMP_AID_BUFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Premium_Box
|
|
- Group: COMP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 43200
|
|
- Index: 1
|
|
Item: Premium_Reset_Stone
|
|
- Group: COMP_ALL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_All_In_One_Ring
|
|
Duration: 43200
|
|
- Index: 1
|
|
Item: Spectacles
|
|
- Group: MYSTERIOUS_EGG3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: 2015_New_Year_Scroll
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Sealed_Scroll2
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Sealed_Scroll3
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Status_Decrease_Scroll
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Mad_Bunny_Scroll
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Pump_Of_Spirit_Scroll
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Happy_Balloon_Scroll
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Piamette_Scroll
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Invisible_Scroll
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: New_Hat_Scroll
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: 2015_Special_Scroll
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: 2015_Angel_Scroll
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Poring_Scroll
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Amistr_Scroll
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Shadow_Scroll
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Spirit_Scroll
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Balloon_Scroll
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Gunslinger_Scroll
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Green_Scroll_K
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Kafra_Scroll
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Sigrun_Scroll
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: New_Hat_Scroll2
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: 2016_Special_Scroll
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Candlelight_Scroll
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Lapine_Scroll
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Love_Scroll
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Cat_Scroll
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Shadow_Scroll2
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: May_Gold_Scroll
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: General_Scroll
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Green_Scroll_K2
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Sentimental_Scroll
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Infinity_Scroll
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Bloody_Scroll
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: 2017_Special_Scroll
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Ice_Scroll
|
|
Rate: 1
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: 2015_New_Year_Scroll
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Sealed_Scroll2
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Sealed_Scroll3
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Status_Decrease_Scroll
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Mad_Bunny_Scroll
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Pump_Of_Spirit_Scroll
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Happy_Balloon_Scroll
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Piamette_Scroll
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Invisible_Scroll
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: New_Hat_Scroll
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: 2015_Special_Scroll
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: 2015_Angel_Scroll
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Poring_Scroll
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Amistr_Scroll
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Shadow_Scroll
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Spirit_Scroll
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Balloon_Scroll
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Gunslinger_Scroll
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Green_Scroll_K
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Kafra_Scroll
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Sigrun_Scroll
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: New_Hat_Scroll2
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: 2016_Special_Scroll
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Candlelight_Scroll
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Lapine_Scroll
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Love_Scroll
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Cat_Scroll
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Shadow_Scroll2
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: May_Gold_Scroll
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: General_Scroll
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Green_Scroll_K2
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Sentimental_Scroll
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Infinity_Scroll
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Bloody_Scroll
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: 2017_Special_Scroll
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Ice_Scroll
|
|
Rate: 1
|
|
- Group: COMP_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Egg3
|
|
- Index: 1
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 5
|
|
- Group: MAY_RAINBOW_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_Card2
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Mightysoul_Essence
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: New_Hat_Box
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: New_Hat_Box2
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 11
|
|
Item: New_Hat_Box3
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Overwhelm_Armor_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Powerful_Helm_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: AngelPoring_Box
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Poring_Sunglasses_K
|
|
Rate: 65
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Poring_Sunglasses_K_
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Shadow_Random_Mix
|
|
Rate: 200
|
|
- Index: 18
|
|
Item: Minus_Str_Box
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Minus_Agi_Box
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Minus_Vit_Box
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Minus_Int_Box
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Minus_Dex_Box
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: Minus_Luk_Box
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Advanced_Taiming_Item2
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: Blacksmith_Blessing
|
|
Rate: 800
|
|
- Index: 26
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 400
|
|
- Index: 27
|
|
Item: Comp_Trans_Scroll
|
|
Rate: 800
|
|
- Index: 28
|
|
Item: New_Insurance
|
|
Rate: 770
|
|
- Index: 29
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 31
|
|
Item: WOB_Box
|
|
Rate: 1000
|
|
- Index: 32
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 33
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: SWEET_CANDY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sweet_Candy
|
|
Duration: 10080
|
|
- Group: PUMP_OF_SPIRIT_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Undine_Spear_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Demon_Hunting_Bible_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shiver_Katar_K
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Hero_Weapon_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Pump_Of_Spirit
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Spirit_Hat_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Shadow_Random_Mix
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: S_Rebellion_Armor
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: S_Kagerou_Armor
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: S_Oboro_Armor
|
|
Rate: 300
|
|
- Index: 20
|
|
Item: S_Oboro_Shoes
|
|
Rate: 300
|
|
- Index: 21
|
|
Item: Advanced_Taiming_Item2
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 700
|
|
- Index: 23
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 400
|
|
- Index: 24
|
|
Item: Material_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 25
|
|
Item: New_Insurance
|
|
Rate: 780
|
|
- Index: 26
|
|
Item: C_Giant_Fly_1Day_Box_
|
|
Rate: 1000
|
|
- Index: 27
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 28
|
|
Item: WOB_Box
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: SPIRIT_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sigrun's_Wing
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Robo_Eye
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Angel_Spirit
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Spirit_Of_Chung_E
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Ifrit's_Ear
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Chick_Hat
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Shadow_Booster
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Fallen_Angel_Blessing
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Elemental_Crown_K
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Rabbit_Magic_Hat
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: New_Wave_Sunglasses
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Anubis_Helm
|
|
Rate: 1
|
|
- Group: HERO_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Royal_Bow_K
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Narcis_Bow
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Shadow_Staff_K
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Iron_Nail_K
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Magic_Sword
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Sword_Of_Bluefire
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Avenger
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Iron_Staff
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Oriental_Sword
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Undine_Spear_K
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Demon_Hunting_Bible_K
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Shiver_Katar_K
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: OneSkyOneSun
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: SoulWeight
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: MeawFoxtail
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Crimson_Rose
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Master_Soul_Rifle
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Demon_S_Shot
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Golden_L_Launcher
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: The_Black_Gatling
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Sharp_Wind_Sword
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Fog_Dew_Sword
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Humma_Clear
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Dragonic_Slayer
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Light_Blade
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Slate_Sword
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Trumpet_Shell_K
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Barb_Wire_K
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Meteor_Striker
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Saint_Hall
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Ray_Knuckle
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Blade_Katar
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Fatalist
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Scalet_Dragon_L_Bow
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Blue_Crystal_Staff
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Freezing_Rod
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Freedom_Stick
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: Blessed_Knife
|
|
Rate: 1
|
|
- Group: STARSOUL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Weapon_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Armor_11Up_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Weapon_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Armor_9Up_Box
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Weapon_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Armor_7Up_Box
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ExShadow_DdukddakBox
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 7
|
|
Item: OneSkyOneSun
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: SoulWeight
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: MeawFoxtail
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Hero_Weapon_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Pump_Of_Spirit
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Spirit_Hat_Box
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Ancient_Hero_Boots
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Shadow_Random_Mix
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: S_Star_Emperor_Armor
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: S_Star_Emperor_Shoes
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: S_Soul_Reaper_Armor
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: S_Soul_Reaper_Shoes
|
|
Rate: 300
|
|
- Index: 19
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 150
|
|
- Index: 20
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 150
|
|
- Index: 21
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 150
|
|
- Index: 22
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 150
|
|
- Index: 23
|
|
Item: Advanced_Taiming_Item2
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: Blacksmith_Blessing
|
|
Rate: 700
|
|
- Index: 25
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 400
|
|
- Index: 26
|
|
Item: Material_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 27
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 780
|
|
- Index: 28
|
|
Item: C_Wing_Of_Fly_5Day_Box_
|
|
Rate: 1000
|
|
- Index: 29
|
|
Item: Mysterious_Medal_Box
|
|
Rate: 1000
|
|
- Index: 30
|
|
Item: C_CatPaw_7Day_Box
|
|
Rate: 1000
|
|
- Index: 31
|
|
Item: Lapine_DdukddakBox
|
|
Rate: 1000
|
|
- Index: 32
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: COMP_CONNECTERROR
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Premium_Box_5d7
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
- Index: 3
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 2
|
|
- Group: 2018_JUMP_THX_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: TIME_OVERLOAD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Time_Overload_Robe
|
|
- Index: 1
|
|
Item: Time_Overload_Hood
|
|
- Index: 2
|
|
Item: Time_Overload_Boots
|
|
- Index: 3
|
|
Item: Time_Overload_Ring
|
|
- Index: 4
|
|
Item: S_Timeoverload_Weapon
|
|
- Index: 5
|
|
Item: S_Timeoverload_Armor
|
|
- Index: 6
|
|
Item: S_Timeoverload_Shield
|
|
- Index: 7
|
|
Item: S_Timeoverload_Shoes
|
|
- Index: 8
|
|
Item: S_Timeoverload_Earing
|
|
- Index: 9
|
|
Item: S_Timeoverload_Pandent
|
|
- Group: 110LVUP
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: 120LVUP
|
|
- Group: SEASON_EVT_REWARD_3
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Yummy_Cookie_Egg
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Chocolate_Egg
|
|
Rate: 1545
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Holy_Egg
|
|
Rate: 945
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Heart_Of_Her
|
|
Rate: 310
|
|
- Index: 4
|
|
Item: Little_Dall_Needle
|
|
Rate: 310
|
|
- Index: 5
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 310
|
|
- Index: 6
|
|
Item: Well_Dried_Bone
|
|
Rate: 310
|
|
- Index: 7
|
|
Item: Dew_Laden_Moss
|
|
Rate: 310
|
|
- Index: 8
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 310
|
|
- Index: 9
|
|
Item: Tropical_Banana
|
|
Rate: 310
|
|
- Index: 10
|
|
Item: No_Recipient
|
|
Rate: 310
|
|
- Index: 11
|
|
Item: Old_Broom
|
|
Rate: 310
|
|
- Index: 12
|
|
Item: Orange_Juice
|
|
Rate: 310
|
|
- Index: 13
|
|
Item: Contracts_In_Shadow
|
|
Rate: 310
|
|
- Index: 14
|
|
Item: Tantanmen
|
|
Rate: 310
|
|
- Index: 15
|
|
Item: Sway_Apron
|
|
Rate: 310
|
|
- Index: 16
|
|
Item: Very_Red_Juice
|
|
Rate: 310
|
|
- Index: 17
|
|
Item: Rainbow_Carrot
|
|
Rate: 310
|
|
- Index: 18
|
|
Item: Earthworm_The_Dude
|
|
Rate: 310
|
|
- Index: 19
|
|
Item: Sweet_Milk
|
|
Rate: 310
|
|
- Index: 20
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 310
|
|
- Index: 21
|
|
Item: Baked_Yam
|
|
Rate: 310
|
|
- Index: 22
|
|
Item: Boy's_Naivety
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Gril's_Naivety
|
|
Rate: 30
|
|
- Index: 24
|
|
Item: Gril_Doll
|
|
Rate: 120
|
|
- Index: 25
|
|
Item: C_Mimic_Egg_Shell
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: C_Holy_Egg_Hat
|
|
Rate: 50
|
|
- Index: 27
|
|
Item: C_Egg_Minihat
|
|
Rate: 50
|
|
- Index: 28
|
|
Item: C_Luna_On_Shoulder
|
|
Rate: 50
|
|
- Index: 29
|
|
Item: C_Rose_Crispinette
|
|
Rate: 50
|
|
- Index: 30
|
|
Item: C_Egg_Crispinette
|
|
Rate: 50
|
|
- Index: 31
|
|
Item: Magic_Card_Album
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Old_Card_Album
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: C_Happy_Lunatic_Ear
|
|
Rate: 50
|
|
- Group: SEASON_EVT_REWARD_4
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Cherry_Blossom_Cake
|
|
Rate: 4095
|
|
- Index: 1
|
|
Item: Small_Spray_Of_Flowers
|
|
Rate: 3100
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Fancy_Spray_Of_Flowers
|
|
Rate: 1500
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_Small_Life_Potion
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Comp_Power_Booster
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Comp_Almighty
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: C_Cherry_Blossom_Hat_YL
|
|
Rate: 40
|
|
- Index: 8
|
|
Item: C_Persika
|
|
Rate: 40
|
|
- Index: 9
|
|
Item: C_Blossom_Glasses
|
|
Rate: 40
|
|
- Index: 10
|
|
Item: C_Cherry_Blossom_Hat
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: Cherryblossom_Fan
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Luxurious_Blue_Box
|
|
Rate: 15
|
|
- Index: 14
|
|
Item: Cherry_Twig_In_Mouth
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: C_Pray_Cherry_Blossom
|
|
Rate: 40
|
|
- Index: 16
|
|
Item: E_Infinity_Drink
|
|
Rate: 200
|
|
- Group: SEASON_EVT_REWARD_5
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Card_Album
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: Old_Card_Album
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: C_Mini_Melon
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: C_Dalcom_Helmet
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: C_Melon_Cap
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 141
|
|
- Index: 8
|
|
Item: Old_Violet_Box
|
|
Rate: 102
|
|
- Index: 9
|
|
Item: Melon_Parfait
|
|
Rate: 340
|
|
- Index: 10
|
|
Item: E_Med_Life_Potion
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: E_Small_Life_Potion
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Comp_Power_Booster
|
|
Rate: 150
|
|
- Index: 13
|
|
Item: Comp_Almighty
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 68
|
|
- Index: 15
|
|
Item: Sweet_Melon_Juice
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Sesame_Pastry
|
|
Rate: 335
|
|
- Index: 17
|
|
Item: Honey_Pastry
|
|
Rate: 500
|
|
- Index: 18
|
|
Item: Melon_Juice
|
|
Rate: 1500
|
|
- Index: 19
|
|
Item: Old_Blue_Box
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 500
|
|
- Index: 21
|
|
Item: Inspector_Certificate
|
|
Rate: 500
|
|
- Index: 22
|
|
Item: Sweet_Melon
|
|
Rate: 3452
|
|
Amount: 5
|
|
- Index: 23
|
|
Item: Sealed_Card2
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: C_Melon_Headphone
|
|
Rate: 100
|
|
- Index: 25
|
|
Item: Sealed_Card
|
|
Rate: 1
|
|
- Group: JOB_ENCHANT_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: HighpriestStone_Top
|
|
Rate: 2
|
|
- Index: 4
|
|
Item: HighpriestStone_Middle
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: PaladinStone_Top
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: PaladinStone_Middle
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: PaladinStone_Bottom
|
|
Rate: 2
|
|
- Index: 9
|
|
Item: AssacrossStone_Top
|
|
Rate: 2
|
|
- Index: 10
|
|
Item: AssacrossStone_Middle
|
|
Rate: 2
|
|
- Index: 11
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 2
|
|
- Index: 12
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: MechanicStone_Robe
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 2
|
|
- Index: 16
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 2
|
|
- Index: 17
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 2
|
|
- Index: 18
|
|
Item: MechanicStone_Top
|
|
Rate: 2
|
|
- Index: 19
|
|
Item: MechanicStone_Middle
|
|
Rate: 2
|
|
- Index: 20
|
|
Item: MechanicStone_Bottom
|
|
Rate: 2
|
|
- Index: 21
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 2
|
|
- Index: 22
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 2
|
|
- Index: 23
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 2
|
|
- Index: 24
|
|
Item: RuneknightStone_Robe
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: GeneticStone_Robe
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: WarlockStone_Robe
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: RuneknightStone_Top
|
|
Rate: 2
|
|
- Index: 28
|
|
Item: RuneknightStone_Middle
|
|
Rate: 2
|
|
- Index: 29
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 2
|
|
- Index: 30
|
|
Item: GeneticStone_Top
|
|
Rate: 2
|
|
- Index: 31
|
|
Item: GeneticStone_Middle
|
|
Rate: 2
|
|
- Index: 32
|
|
Item: GeneticStone_Bottom
|
|
Rate: 2
|
|
- Index: 33
|
|
Item: WarlockStone_Top
|
|
Rate: 2
|
|
- Index: 34
|
|
Item: WarlockStone_Middle
|
|
Rate: 2
|
|
- Index: 35
|
|
Item: WarlockStone_Bottom
|
|
Rate: 2
|
|
- Index: 36
|
|
Item: SuraStone_Robe
|
|
Rate: 1
|
|
- Index: 37
|
|
Item: RangerStone_Robe
|
|
Rate: 1
|
|
- Index: 38
|
|
Item: SorcererStone_Robe
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: SuraStone_Top
|
|
Rate: 2
|
|
- Index: 40
|
|
Item: SuraStone_Middle
|
|
Rate: 2
|
|
- Index: 41
|
|
Item: SuraStone_Bottom
|
|
Rate: 2
|
|
- Index: 42
|
|
Item: RangerStone_Top
|
|
Rate: 2
|
|
- Index: 43
|
|
Item: RangerStone_Middle
|
|
Rate: 2
|
|
- Index: 44
|
|
Item: RangerStone_Bottom
|
|
Rate: 2
|
|
- Index: 45
|
|
Item: SorcererStone_Top
|
|
Rate: 2
|
|
- Index: 46
|
|
Item: SorcererStone_Middle
|
|
Rate: 2
|
|
- Index: 47
|
|
Item: SorcererStone_Bottom
|
|
Rate: 2
|
|
- Group: MAIN_LUCKY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cachua_Coupon
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sillit_Pong_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: High_Refine_Guarantee
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Enchant_Ticket
|
|
Rate: 6
|
|
Amount: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Mightysoul_Essence
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_Dimension_Essence
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Refine_Guarantee
|
|
Rate: 83
|
|
Announced: true
|
|
- Index: 6
|
|
Item: SLD_Boss_Card_Album
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 7
|
|
Item: AceCard_Box
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: aegis_410232
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Pump_Of_Spirit
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Slayer_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Trident_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Demonius_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Demonsword_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Foxtail_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Setaria_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 16
|
|
Item: FuriousCirclet_DK
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 17
|
|
Item: FuriousCirclet_ABC
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 18
|
|
Item: FuriousCirclet_SH
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 19
|
|
Item: FuriousBoots
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Refine_Furious
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 21
|
|
Item: S_Master_Weapon
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 22
|
|
Item: S_Master_Shield
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 23
|
|
Item: M_Armor_Box
|
|
Rate: 100
|
|
- Index: 24
|
|
Item: M_Shoes_Box
|
|
Rate: 100
|
|
- Index: 25
|
|
Item: M_Pendant_Box
|
|
Rate: 100
|
|
- Index: 26
|
|
Item: M_Earring_Box
|
|
Rate: 100
|
|
- Index: 27
|
|
Item: Blacksmith_Bless_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 28
|
|
Item: Shadow_Hammer_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 29
|
|
Item: S_Enchant_Essence_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 30
|
|
Item: Shadow_Up_Box
|
|
Rate: 400
|
|
- Index: 31
|
|
Item: Blacksmith_Blessing
|
|
Rate: 400
|
|
- Index: 32
|
|
Item: S_Enchant_Essence
|
|
Rate: 268
|
|
- Index: 33
|
|
Item: Loki_Coin_Box
|
|
Rate: 60
|
|
- Index: 34
|
|
Item: Loki_Advice_Box
|
|
Rate: 60
|
|
- Index: 35
|
|
Item: Material_Shadow_CubeII
|
|
Rate: 150
|
|
- Index: 36
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 400
|
|
- Index: 37
|
|
Item: Skill_Shadow_Cube
|
|
Rate: 420
|
|
- Index: 38
|
|
Item: All_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 39
|
|
Item: Shadow_R_M_Box_
|
|
Rate: 300
|
|
- Index: 40
|
|
Item: Shadowdecon_Ore_Box
|
|
Rate: 400
|
|
- Index: 41
|
|
Item: Zelunium_Ore_Box
|
|
Rate: 400
|
|
- Index: 42
|
|
Item: Minus_Status_Box_
|
|
Rate: 400
|
|
- Index: 43
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 400
|
|
- Index: 44
|
|
Item: C_CatPaw_7Day_Box_
|
|
Rate: 400
|
|
- Index: 45
|
|
Item: Alchemist_Box_
|
|
Rate: 400
|
|
- Index: 46
|
|
Item: Ein_Ore_Box
|
|
Rate: 400
|
|
- Index: 47
|
|
Item: Fate_Fragment_Box
|
|
Rate: 400
|
|
- Index: 48
|
|
Item: Sin_Fragment_Box
|
|
Rate: 400
|
|
- Index: 49
|
|
Item: Amethyst_Fragment_Box
|
|
Rate: 400
|
|
- Index: 50
|
|
Item: Snow_F_Ore_Box
|
|
Rate: 400
|
|
- Index: 51
|
|
Item: C_Wing_Of_Fly_5Day_Box_
|
|
Rate: 400
|
|
- Index: 52
|
|
Item: Brown_Dia_Box_3_7
|
|
Rate: 400
|
|
- Index: 53
|
|
Item: Gold
|
|
Rate: 400
|
|
Amount: 3
|
|
- Index: 54
|
|
Item: World_Tour_Ticket
|
|
Rate: 400
|
|
Amount: 5
|
|
- Group: SEASON_EVT_REWARD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Rate: 25
|
|
- Index: 1
|
|
Item: C_bullhead
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: C_Nut_Cracker
|
|
Rate: 500
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 200
|
|
- Index: 4
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Index: 5
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: E_Med_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Comp_Power_Booster
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Comp_Almighty
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: EVT_JAN02KR
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: 2009_Rice_Cake_Soup
|
|
Rate: 800
|
|
- Index: 11
|
|
Item: Octupus_Leg
|
|
Rate: 875
|
|
- Index: 12
|
|
Item: BraisedShortRibs
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: BraisedSpareribs
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Choco_Tteokguk
|
|
Rate: 1200
|
|
- Index: 15
|
|
Item: Warnut_Chocoball
|
|
Rate: 2400
|
|
- Group: CANDY_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Candy_Box_Melee
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Candy_Box_Range
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Candy_Box_Magic
|
|
Rate: 1
|
|
- Group: PORING_SUNGLASSES_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Sunglasses_K
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Poring_Sunglasses_K_
|
|
Rate: 1
|
|
- Group: SIGRUN_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Sigrun_Shield
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: S_Sigrun_Armor
|
|
Rate: 3
|
|
- Group: MAD_BUNNY_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Mad_Bunny_K
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Mad_Bunny_K_
|
|
Rate: 3
|
|
- Group: LEVEL_ACHIEVEMENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Stone_Box13
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box14
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box15
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box16
|
|
- Group: ABYSS_ITEMBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Drabone_L
|
|
Rate: 70
|
|
- Index: 1
|
|
Item: Drabone_S
|
|
Rate: 200
|
|
- Index: 2
|
|
Item: Dragenergy_Green
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Dragenergy_Blue
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Dragenergy_Red
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Dragenergy_Gold
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Dragenergy_Purple
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Dragenergy_Silver
|
|
Rate: 770
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Abyss_Ddbox
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: Dragon's_Skin
|
|
Rate: 1230
|
|
Amount: 10
|
|
- Index: 10
|
|
Item: Dragon_Canine
|
|
Rate: 1230
|
|
Amount: 10
|
|
- Index: 11
|
|
Item: Dragon_Scale
|
|
Rate: 1230
|
|
Amount: 10
|
|
- Index: 12
|
|
Item: Dragon_Train
|
|
Rate: 1230
|
|
Amount: 10
|
|
- Index: 13
|
|
Item: Abyss_Ddbox3
|
|
Rate: 70
|
|
- Index: 14
|
|
Item: Abyss_Ddbox4
|
|
Rate: 70
|
|
- Group: ODIN_ITEMBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: CassockA_STR
|
|
Rate: 600
|
|
- Index: 1
|
|
Item: CassockA_AGI
|
|
Rate: 600
|
|
- Index: 2
|
|
Item: CassockA_VIT
|
|
Rate: 600
|
|
- Index: 3
|
|
Item: CassockA_DEX
|
|
Rate: 600
|
|
- Index: 4
|
|
Item: CassockA_INT
|
|
Rate: 600
|
|
- Index: 5
|
|
Item: CassockA_LUK
|
|
Rate: 600
|
|
- Index: 6
|
|
Item: Cassock_Boots
|
|
Rate: 400
|
|
- Index: 7
|
|
Item: Cassock_Manteau
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Angel_Dream
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Rune_Of_Darkness
|
|
Rate: 2000
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Soft_Feather
|
|
Rate: 3000
|
|
Amount: 5
|
|
- Group: BIO_W_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Volar
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Vernan
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Argen_Blanco
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Farthezan
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Harve
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Fortrage
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Golden_Wrench
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Engine_Pilebuncker
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Maxi_Spanner
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Estal
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Coolant_Injection
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Gene_Rod
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Judgement_Slasher
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Repent_Slasher
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Reaper_Cross
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Agudo_Filo
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Jack_The_Knife
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Platinum_Dagger
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Crimson_Rose_Stick
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Staff_Of_Miracle
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Gravitation_Staff
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Boltigin
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Psychic_Spear_Rod
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Dust_Grave
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Ponitendtia
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Adorare_Staff
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Lucis_Flail
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Combo_Fist
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Asura_Bandage
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Bright_Mace
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Sharp_Star_Bow
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Falken_Shooter
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Aiming_Bow
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Wind_Gale
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Black_Circle
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Antique_Cello
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Heart_Whip
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Scarlet_Ribbon
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Rapid_Fire_C_Bow
|
|
Rate: 10
|
|
- Group: BIO_DOCU_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Bio_Test_Fragment
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Bio_Test_Fragment
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Bio_Test_Fragment
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 5
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Magic_Card_Album
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: Old_Card_Album
|
|
Rate: 50
|
|
- Group: BIO_REACTANT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Soul_Of_Swordman
|
|
Rate: 120
|
|
- Index: 1
|
|
Item: Soul_Of_Merchant
|
|
Rate: 120
|
|
- Index: 2
|
|
Item: Soul_Of_Thief
|
|
Rate: 120
|
|
- Index: 3
|
|
Item: Soul_Of_Magicion
|
|
Rate: 120
|
|
- Index: 4
|
|
Item: Soul_Of_Acolyte
|
|
Rate: 120
|
|
- Index: 5
|
|
Item: Soul_Of_Archer
|
|
Rate: 120
|
|
- Index: 6
|
|
Item: Pieces_Of_Sentiment
|
|
Rate: 120
|
|
- Index: 7
|
|
Item: Particles_Of_Energy
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 60
|
|
- Group: PAYPROMOTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Fairy_Long_BD
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Fairy_Long_SV
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Man_Medal_Gold
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: C_Alice_Wig_PK
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: C_Lolita_Two_Side_UpK
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: C_Volume_Low_TwinK
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: C_Afro_Wig_Red
|
|
Rate: 5
|
|
- Group: E_BCRYSTAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_PoringBeret_TW
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: C_Heart_Hair_Pin
|
|
Rate: 75
|
|
- Index: 2
|
|
Item: C_Picnic_Hat
|
|
Rate: 75
|
|
- Index: 3
|
|
Item: C_Cryptura_Hair_Cap
|
|
Rate: 75
|
|
- Index: 4
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 4000
|
|
- Index: 5
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 2000
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: 2019_SStarR_Tbox
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: White_Slim_Potion_Box_
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: Crystal_Blue
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: Oridecon_Stone
|
|
Rate: 1225
|
|
Amount: 5
|
|
- Group: E_MCRYSTAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Heart_Hair_Pin
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: C_Picnic_Hat
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: C_Cryptura_Hair_Cap
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 3500
|
|
- Index: 4
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1700
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: 2019_SStarR_Tbox
|
|
Rate: 800
|
|
- Index: 6
|
|
Item: White_Slim_Potion_Box_
|
|
Rate: 900
|
|
- Index: 7
|
|
Item: Crystal_Blue
|
|
Rate: 1900
|
|
Amount: 4
|
|
- Index: 8
|
|
Item: Oridecon_Stone
|
|
Rate: 1050
|
|
Amount: 4
|
|
- Group: E_SCRYSTAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Heart_Hair_Pin
|
|
Rate: 25
|
|
- Index: 1
|
|
Item: C_Picnic_Hat
|
|
Rate: 25
|
|
- Index: 2
|
|
Item: C_Cryptura_Hair_Cap
|
|
Rate: 25
|
|
- Index: 3
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 3000
|
|
- Index: 4
|
|
Item: 2019_SStarR_Ticket
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: 2019_SStarR_Tbox
|
|
Rate: 700
|
|
- Index: 6
|
|
Item: White_Slim_Potion_Box_
|
|
Rate: 800
|
|
- Index: 7
|
|
Item: Crystal_Blue
|
|
Rate: 3000
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Oridecon_Stone
|
|
Rate: 925
|
|
Amount: 3
|
|
- Group: BOOSTER_PACK_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion_B
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Blue_Potion_B_10
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: N_Magnifier
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Metal_Dagger
|
|
- Index: 7
|
|
Item: Stater_A_Box
|
|
- Index: 8
|
|
Item: Time_Over_S_Box
|
|
- Index: 9
|
|
Item: Booster_Pack_10
|
|
- Index: 10
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Group: BOOSTER_PACK_15
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orange_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Boarding_Halter_Box30_Z
|
|
- Index: 2
|
|
Item: Blue_Potion_B_10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Center_Potion_B
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 4
|
|
- Index: 6
|
|
Item: Booster_Pack_30
|
|
- Index: 7
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Group: BOOSTER_PACK_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orange_Potion_B_20
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 12
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_40
|
|
- Group: BOOSTER_PACK_45
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Awakening_Potion_B
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_60
|
|
- Index: 7
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Group: BOOSTER_PACK_60
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Potion_B_20
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 24
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Booster_Pack_70
|
|
- Group: BOOSTER_PACK_75
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 7
|
|
- Index: 2
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 4
|
|
Item: Exp_Up_2
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Jexp_Up_1
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Booster_Coin
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Booster_Pack_90
|
|
- Group: BOOSTER_PACK_90
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B_20
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 2
|
|
Item: Blue_Potion_B_10
|
|
Amount: 8
|
|
- Index: 3
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Booster_Coin
|
|
Amount: 36
|
|
- Index: 7
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Booster_Pack_100
|
|
- Index: 9
|
|
Item: Lv_Up_T_90
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 11
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Group: BOOSTER_PACK_100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 4
|
|
Item: Boarding_Halter_Box30_Z
|
|
- Index: 5
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: EpisodClear16_
|
|
- Index: 8
|
|
Item: Biting_Off_Rideword
|
|
- Index: 9
|
|
Item: Booster_W_Ticket
|
|
- Index: 10
|
|
Item: Boost_Armor_Box
|
|
- Index: 11
|
|
Item: Booster_W_Up_3
|
|
- Index: 12
|
|
Item: Booster_Coin
|
|
Amount: 40
|
|
- Index: 13
|
|
Item: Booster_Pack_110
|
|
- Index: 14
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: BOOSTER_PACK_115
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blue_Potion_B_10
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Exp_Up_3
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Jexp_Up_1
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Booster_Coin
|
|
Amount: 30
|
|
- Index: 8
|
|
Item: Booster_Pack_130
|
|
- Group: BOOSTER_PACK_130
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 58
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_Pack_140
|
|
- Group: BOOSTER_PACK_145
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 36
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_160
|
|
- Group: BOOSTER_PACK_160
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 60
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 60
|
|
- Index: 4
|
|
Item: Inventory_Ex_Evt
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Booster_Coin
|
|
Amount: 76
|
|
- Index: 7
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Booster_Pack_170
|
|
- Group: BOOSTER_PACK_175
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 44
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_190
|
|
- Group: STATER_A_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: H_AD_Suits
|
|
- Index: 1
|
|
Item: H_AD_Hood
|
|
- Index: 2
|
|
Item: H_AD_Sandle
|
|
- Index: 3
|
|
Item: H_AD_Clip
|
|
- Group: BOOST_ATK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Atker_Plate
|
|
- Index: 1
|
|
Item: Atker_Manteau
|
|
- Index: 2
|
|
Item: Atker_Greave
|
|
- Index: 3
|
|
Item: Atker_Ring
|
|
- Group: BOOST_RAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ran_Suits
|
|
- Index: 1
|
|
Item: Ran_Manteau
|
|
- Index: 2
|
|
Item: Ran_Boots
|
|
- Index: 3
|
|
Item: Ran_Brooch
|
|
- Group: BOOST_ELE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ele_Robe
|
|
- Index: 1
|
|
Item: Ele_Muffler
|
|
- Index: 2
|
|
Item: Ele_Shoes
|
|
- Index: 3
|
|
Item: Ele_Earing
|
|
- Group: BOOST_DEFN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Defn_Robe
|
|
- Index: 1
|
|
Item: Defn_Muffler
|
|
- Index: 2
|
|
Item: Defn_Shoes
|
|
- Index: 3
|
|
Item: Defn_Earing
|
|
- Group: GOAL_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Miyabi_Long_Hair
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: C_Garden_Of_Eden
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: C_Fluffy_Angel_Cape
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: C_VesperHeadGear
|
|
Rate: 2500
|
|
- Index: 4
|
|
Item: C_Adv_Whisper_Mask_J
|
|
Rate: 2500
|
|
- Index: 5
|
|
Item: C_Male_Poring_Earmuff
|
|
Rate: 2500
|
|
- Group: BOOSTER_PACK_PREORDER
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: E_Infinity_Drink
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 20
|
|
- Index: 9
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 10
|
|
Item: Booster_Coin
|
|
Amount: 20
|
|
- Group: TIME_OVER_S_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Timeoverload_Armor
|
|
- Index: 1
|
|
Item: S_Timeoverload_Shield
|
|
- Index: 2
|
|
Item: S_Timeoverload_Weapon
|
|
- Index: 3
|
|
Item: S_Timeoverload_Shoes
|
|
- Index: 4
|
|
Item: S_Timeoverload_Earing
|
|
- Index: 5
|
|
Item: S_Timeoverload_Pandent
|
|
- Group: BOARDING_HALTER_BOX30_Z
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
Duration: 43200
|
|
- Group: TEMPORAL_MANTEAU_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Temporal_M_Luk
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Temporal_M_Dex
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Temporal_M_Vit
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Temporal_M_Agi
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Temporal_M_Str
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Temporal_M_Int
|
|
Rate: 1
|
|
- Group: LAPINE_DDUKDDAKBOX2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 250
|
|
- Index: 2
|
|
Item: PetEgg_Recipe
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: RaceShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: BearersShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: StatusShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: ComposeShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: InfinityShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: PerfectSize_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: MagicPiercing_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Piercing_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 1
|
|
Announced: true
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 250
|
|
- Index: 2
|
|
Item: PetEgg_Recipe
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 100
|
|
- Group: KR_B_SPECIAL02
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kr_B_Special01
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: All_In_One_Healing_B
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Cachua_Coupon
|
|
- Index: 3
|
|
Item: Evt_Cos_Coin
|
|
- Group: GOLDPCBANG_SHIELDBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sharel_Shield
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Sombre_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Flow_Shield
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Poison_Shield
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Lumiere_Shield
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Lian_Shield
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Rouban_Shield
|
|
Rate: 1
|
|
- Group: SET_OF_TAIMING_ITEM2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Unripe_Apple
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Orange_Juice
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Bitter_Herb
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Rainbow_Carrot
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Earthworm_The_Dude
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Rotten_Fish
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Lusty_Iron
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Monster_Juice
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Sweet_Milk
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Well_Dried_Bone
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Singing_Plant
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Dew_Laden_Moss
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Baked_Yam
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Tropical_Banana
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Horror_Of_Tribe
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: No_Recipient
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_Broom
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Shining_Stone
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Contracts_In_Shadow
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Book_Of_Devil
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Heart_Of_Her
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Sway_Apron
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Skull_Helm
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Transparent_Headgear
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Pacifier
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Wig
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Silk_Ribbon
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Punisher
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Wild_Flower
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Battered_Pot
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Stellar_Hairpin
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: Backpack
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: Rocker_Glasses
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: Green_Lace
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: Golden_Bell
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Bark_Shorts
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Monkey_Circlet
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Red_Muffler
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Very_Red_Juice
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Fit_Pipe
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: Gril's_Naivety
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: Boy's_Naivety
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: Flaming_Ice
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: Tantanmen
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: Sap_Jelly
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: Airship_Part
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: Little_Dall_Needle
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: Very_Soft_Plant
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: Elixir_Bandage
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: Dew_Of_Old_Tree
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: Foul_Rotten_Meat
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: Hell_Contract
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 10
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Unripe_Apple
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Orange_Juice
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Bitter_Herb
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Rainbow_Carrot
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Earthworm_The_Dude
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Rotten_Fish
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Lusty_Iron
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Monster_Juice
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Sweet_Milk
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Well_Dried_Bone
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Singing_Flower
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Dew_Laden_Moss
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Baked_Yam
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Tropical_Banana
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Horror_Of_Tribe
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: No_Recipient
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_Broom
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Shining_Stone
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Contracts_In_Shadow
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Book_Of_Devil
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Heart_Of_Her
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Sway_Apron
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Skull_Helm
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Transparent_Headgear
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Pacifier
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Wig
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Silk_Ribbon
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Punisher
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Wild_Flower
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Battered_Pot
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Stellar_Hairpin
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: Backpack
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: Rocker_Glasses
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: Green_Lace
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: Golden_Bell
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Bark_Shorts
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Monkey_Circlet
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Red_Muffler
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Very_Red_Juice
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Fit_Pipe
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: Gril's_Naivety
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: Boy's_Naivety
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: Flaming_Ice
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: Tantanmen
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: Sap_Jelly
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: Airship_Part
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: Little_Dall_Needle
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: Very_Soft_Plant
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: Elixir_Bandage
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: Dew_Of_Old_Tree
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: Foul_Rotten_Meat
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: Hell_Contract
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 10
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Unripe_Apple
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Orange_Juice
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Bitter_Herb
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Rainbow_Carrot
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Earthworm_The_Dude
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Rotten_Fish
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Lusty_Iron
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Monster_Juice
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Sweet_Milk
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Well_Dried_Bone
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Singing_Flower
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Dew_Laden_Moss
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Deadly_Noxious_Herb
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Fatty_Chubby_Earthworm
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Baked_Yam
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Tropical_Banana
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Horror_Of_Tribe
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: No_Recipient
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_Broom
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Shining_Stone
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Contracts_In_Shadow
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Book_Of_Devil
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Heart_Of_Her
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Sway_Apron
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Skull_Helm
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Monster_Oxygen_Mask
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Transparent_Headgear
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Pacifier
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Wig
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Queen's_Hair_Ornament
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Silk_Ribbon
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Punisher
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Wild_Flower
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Battered_Pot
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Stellar_Hairpin
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Tiny_Egg_Shell
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: Backpack
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: Rocker_Glasses
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: Green_Lace
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: Golden_Bell
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Bark_Shorts
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Monkey_Circlet
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Red_Muffler
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Sword_Of_Grave_Keeper
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Very_Red_Juice
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Fit_Pipe
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: Gril's_Naivety
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: Boy's_Naivety
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: Flaming_Ice
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: Tantanmen
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: Sap_Jelly
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: Airship_Part
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: Little_Dall_Needle
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: Very_Soft_Plant
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: Elixir_Bandage
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: Dew_Of_Old_Tree
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: Hell_Contract
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 10
|
|
- Group: GOLDPCBANG_MILEAGEBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Over_Protector
|
|
Rate: 98
|
|
- Index: 1
|
|
Item: C_Evil_Druid_Hat_Black
|
|
Rate: 98
|
|
- Index: 2
|
|
Item: C_Cons_Of_Water
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Two_Tone_Beret
|
|
Rate: 98
|
|
- Index: 4
|
|
Item: C_Bloody_Wing
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: C_BlueAngeling_Wing
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: C_Wings_Of_Raphael
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: C_Underlamp
|
|
Rate: 98
|
|
- Index: 8
|
|
Item: C_Piamette_Hood_Red
|
|
Rate: 99
|
|
- Index: 9
|
|
Item: C_Piamette_BowTie_Red
|
|
Rate: 99
|
|
- Index: 10
|
|
Item: C_White_Rabbit
|
|
Rate: 98
|
|
- Index: 11
|
|
Item: C_False_Ears
|
|
Rate: 98
|
|
- Index: 12
|
|
Item: C_SeraphimCoronet
|
|
Rate: 98
|
|
- Index: 13
|
|
Item: C_Variant_Veil
|
|
Rate: 98
|
|
- Index: 14
|
|
Item: C_Cons_Of_Fire
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: C_ResonateTaego
|
|
Rate: 3
|
|
- Index: 16
|
|
Item: C_SnackParty
|
|
Rate: 3
|
|
- Index: 17
|
|
Item: C_Cons_Of_Wind
|
|
Rate: 1
|
|
- Group: SKILL_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Sonic_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Sonic_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Sonic_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Ignition_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Ignition_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Ignition_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_W_Breath_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_W_Breath_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_W_Breath_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_F_Breath_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_F_Breath_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_F_Breath_Earing
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: S_Cluster_Armor
|
|
Rate: 15
|
|
- Index: 13
|
|
Item: S_Cluster_Shield
|
|
Rate: 7
|
|
- Index: 14
|
|
Item: S_Cluster_Shoes
|
|
Rate: 15
|
|
- Index: 15
|
|
Item: S_Aimed_Weapon
|
|
Rate: 7
|
|
- Index: 16
|
|
Item: S_Aimed_Pendant
|
|
Rate: 15
|
|
- Index: 17
|
|
Item: S_Aimed_Earing
|
|
Rate: 15
|
|
- Index: 18
|
|
Item: S_Arrow_Armor
|
|
Rate: 15
|
|
- Index: 19
|
|
Item: S_Arrow_Shield
|
|
Rate: 7
|
|
- Index: 20
|
|
Item: S_Arrow_Shoes
|
|
Rate: 15
|
|
- Index: 21
|
|
Item: S_Shooting_Weapon
|
|
Rate: 7
|
|
- Index: 22
|
|
Item: S_Shooting_Pendant
|
|
Rate: 15
|
|
- Index: 23
|
|
Item: S_Shooting_Earing
|
|
Rate: 15
|
|
- Index: 24
|
|
Item: S_Tornado_Armor
|
|
Rate: 15
|
|
- Index: 25
|
|
Item: S_Tornado_Shield
|
|
Rate: 7
|
|
- Index: 26
|
|
Item: S_Tornado_Shoes
|
|
Rate: 15
|
|
- Index: 27
|
|
Item: S_Boomerang_Weapon
|
|
Rate: 7
|
|
- Index: 28
|
|
Item: S_Boomerang_Pendant
|
|
Rate: 15
|
|
- Index: 29
|
|
Item: S_Boomerang_Earing
|
|
Rate: 15
|
|
- Index: 30
|
|
Item: S_Vulcan_Armor
|
|
Rate: 15
|
|
- Index: 31
|
|
Item: S_Vulcan_Shield
|
|
Rate: 7
|
|
- Index: 32
|
|
Item: S_Vulcan_Shoes
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: S_Arms_Weapon
|
|
Rate: 7
|
|
- Index: 34
|
|
Item: S_Arms_Pendant
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: S_Arms_Earing
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: S_Rampage_Armor
|
|
Rate: 15
|
|
- Index: 37
|
|
Item: S_Rampage_Shield
|
|
Rate: 7
|
|
- Index: 38
|
|
Item: S_Rampage_Shoes
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: S_Skynetblow_Weapon
|
|
Rate: 7
|
|
- Index: 40
|
|
Item: S_Skynetblow_Pendant
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: S_Skynetblow_Earing
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: S_Knucklearrow_Armor
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: S_Knucklearrow_Shield
|
|
Rate: 7
|
|
- Index: 44
|
|
Item: S_Knucklearrow_Shoes
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: S_TigerCannon_Weapon
|
|
Rate: 7
|
|
- Index: 46
|
|
Item: S_Tigercannon_Pendant
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: S_Tigercannon_Earing
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: S_Duplelight_Armor
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: S_Duplelight_Shield
|
|
Rate: 7
|
|
- Index: 50
|
|
Item: S_Duplelight_Shoes
|
|
Rate: 15
|
|
- Index: 51
|
|
Item: S_Adoramus_Weapon
|
|
Rate: 7
|
|
- Index: 52
|
|
Item: S_Adoramus_Pendant
|
|
Rate: 15
|
|
- Index: 53
|
|
Item: S_Adoramus_Earing
|
|
Rate: 15
|
|
- Index: 54
|
|
Item: S_Judex_Armor
|
|
Rate: 15
|
|
- Index: 55
|
|
Item: S_Judex_Shield
|
|
Rate: 7
|
|
- Index: 56
|
|
Item: S_Judex_Shoes
|
|
Rate: 15
|
|
- Index: 57
|
|
Item: S_Magnus_Weapon
|
|
Rate: 7
|
|
- Index: 58
|
|
Item: S_Magnus_Pendant
|
|
Rate: 15
|
|
- Index: 59
|
|
Item: S_Magnus_Earing
|
|
Rate: 15
|
|
- Index: 60
|
|
Item: S_Rainstorm_Armor
|
|
Rate: 15
|
|
- Index: 61
|
|
Item: S_Rainstorm_Shield
|
|
Rate: 7
|
|
- Index: 62
|
|
Item: S_Rainstorm_Shoes
|
|
Rate: 15
|
|
- Index: 63
|
|
Item: S_Arrowvulcan_Weapon
|
|
Rate: 7
|
|
- Index: 64
|
|
Item: S_Arrowvulcan_Pendant
|
|
Rate: 15
|
|
- Index: 65
|
|
Item: S_Arrowvulcan_Earing
|
|
Rate: 15
|
|
- Index: 66
|
|
Item: S_Metalic_Armor
|
|
Rate: 15
|
|
- Index: 67
|
|
Item: S_Metalic_Shield
|
|
Rate: 7
|
|
- Index: 68
|
|
Item: S_Metalic_Shoes
|
|
Rate: 15
|
|
- Index: 69
|
|
Item: S_Reverberation_Weapon
|
|
Rate: 7
|
|
- Index: 70
|
|
Item: S_Reverberation_Pendant
|
|
Rate: 15
|
|
- Index: 71
|
|
Item: S_Reverberation_Earing
|
|
Rate: 15
|
|
- Index: 72
|
|
Item: S_Triangle_Armor
|
|
Rate: 15
|
|
- Index: 73
|
|
Item: S_Triangle_Shield
|
|
Rate: 7
|
|
- Index: 74
|
|
Item: S_Triangle_Shoes
|
|
Rate: 15
|
|
- Index: 75
|
|
Item: S_Shadowspell_Weapon
|
|
Rate: 7
|
|
- Index: 76
|
|
Item: S_Shadowspell_Pendant
|
|
Rate: 15
|
|
- Index: 77
|
|
Item: S_Shadowspell_Earing
|
|
Rate: 15
|
|
- Index: 78
|
|
Item: S_Menace_Armor
|
|
Rate: 15
|
|
- Index: 79
|
|
Item: S_Menace_Shield
|
|
Rate: 7
|
|
- Index: 80
|
|
Item: S_Menace_Shoes
|
|
Rate: 15
|
|
- Index: 81
|
|
Item: S_Paint_Weapon
|
|
Rate: 7
|
|
- Index: 82
|
|
Item: S_Paint_Pendant
|
|
Rate: 15
|
|
- Index: 83
|
|
Item: S_Paint_Earing
|
|
Rate: 15
|
|
- Index: 84
|
|
Item: S_Rolling_Armor
|
|
Rate: 15
|
|
- Index: 85
|
|
Item: S_Rolling_Shield
|
|
Rate: 7
|
|
- Index: 86
|
|
Item: S_Rolling_Shoes
|
|
Rate: 15
|
|
- Index: 87
|
|
Item: S_Katar_Weapon
|
|
Rate: 7
|
|
- Index: 88
|
|
Item: S_Katar_Pendant
|
|
Rate: 15
|
|
- Index: 89
|
|
Item: S_Katar_Earing
|
|
Rate: 15
|
|
- Index: 90
|
|
Item: S_Slash_Armor
|
|
Rate: 15
|
|
- Index: 91
|
|
Item: S_Slash_Shield
|
|
Rate: 7
|
|
- Index: 92
|
|
Item: S_Slash_Shoes
|
|
Rate: 15
|
|
- Index: 93
|
|
Item: S_Ripper_Weapon
|
|
Rate: 7
|
|
- Index: 94
|
|
Item: S_Ripper_Pendant
|
|
Rate: 15
|
|
- Index: 95
|
|
Item: S_Ripper_Earing
|
|
Rate: 15
|
|
- Index: 96
|
|
Item: S_Dust_Armor
|
|
Rate: 15
|
|
- Index: 97
|
|
Item: S_Dust_Shield
|
|
Rate: 7
|
|
- Index: 98
|
|
Item: S_Dust_Shoes
|
|
Rate: 15
|
|
- Index: 99
|
|
Item: S_Grave_Weapon
|
|
Rate: 7
|
|
- Index: 100
|
|
Item: S_Grave_Pendant
|
|
Rate: 15
|
|
- Index: 101
|
|
Item: S_Grave_Earing
|
|
Rate: 15
|
|
- Index: 102
|
|
Item: S_Psychic_Armor
|
|
Rate: 15
|
|
- Index: 103
|
|
Item: S_Psychic_Shield
|
|
Rate: 7
|
|
- Index: 104
|
|
Item: S_Psychic_Shoes
|
|
Rate: 15
|
|
- Index: 105
|
|
Item: S_Varetyr_Weapon
|
|
Rate: 7
|
|
- Index: 106
|
|
Item: S_Varetyr_Pendant
|
|
Rate: 15
|
|
- Index: 107
|
|
Item: S_Varetyr_Earing
|
|
Rate: 15
|
|
- Index: 108
|
|
Item: S_Jack_Armor
|
|
Rate: 15
|
|
- Index: 109
|
|
Item: S_Jack_Shield
|
|
Rate: 7
|
|
- Index: 110
|
|
Item: S_Jack_Shoes
|
|
Rate: 15
|
|
- Index: 111
|
|
Item: S_Strain_Weapon
|
|
Rate: 7
|
|
- Index: 112
|
|
Item: S_Strain_Pendant
|
|
Rate: 15
|
|
- Index: 113
|
|
Item: S_Strain_Earing
|
|
Rate: 15
|
|
- Index: 114
|
|
Item: S_Crimson_Armor
|
|
Rate: 15
|
|
- Index: 115
|
|
Item: S_Crimson_Shield
|
|
Rate: 7
|
|
- Index: 116
|
|
Item: S_Crimson_Shoes
|
|
Rate: 15
|
|
- Index: 117
|
|
Item: S_Chain_Weapon
|
|
Rate: 7
|
|
- Index: 118
|
|
Item: S_Chain_Pendant
|
|
Rate: 15
|
|
- Index: 119
|
|
Item: S_Chain_Earing
|
|
Rate: 15
|
|
- Index: 120
|
|
Item: S_Cart_Tornado_Armor
|
|
Rate: 15
|
|
- Index: 121
|
|
Item: S_Cart_Tornado_Shield
|
|
Rate: 7
|
|
- Index: 122
|
|
Item: S_Cart_Tornado_Shoes
|
|
Rate: 15
|
|
- Index: 123
|
|
Item: S_Cannon_Cart_Weapon
|
|
Rate: 7
|
|
- Index: 124
|
|
Item: S_Cannon_Cart_Pendant
|
|
Rate: 15
|
|
- Index: 125
|
|
Item: S_Cannon_Cart_Earing
|
|
Rate: 15
|
|
- Index: 126
|
|
Item: S_Spore_Bomb_Armor
|
|
Rate: 15
|
|
- Index: 127
|
|
Item: S_Spore_Bomb_Shield
|
|
Rate: 7
|
|
- Index: 128
|
|
Item: S_Spore_Bomb_Shoes
|
|
Rate: 15
|
|
- Index: 129
|
|
Item: S_Crazy_Weapon
|
|
Rate: 7
|
|
- Index: 130
|
|
Item: S_Crazy_Pendant
|
|
Rate: 15
|
|
- Index: 131
|
|
Item: S_Crazy_Earing
|
|
Rate: 15
|
|
- Index: 132
|
|
Item: S_Brand_Armor
|
|
Rate: 15
|
|
- Index: 133
|
|
Item: S_Brand_Shield
|
|
Rate: 7
|
|
- Index: 134
|
|
Item: S_Brand_Shoes
|
|
Rate: 15
|
|
- Index: 135
|
|
Item: S_Chain_Press_Weapon
|
|
Rate: 7
|
|
- Index: 136
|
|
Item: S_Chain_Press_Pendant
|
|
Rate: 15
|
|
- Index: 137
|
|
Item: S_Chain_Press_Earing
|
|
Rate: 15
|
|
- Index: 138
|
|
Item: S_Banish_Cannon_Armor
|
|
Rate: 15
|
|
- Index: 139
|
|
Item: S_Banish_Cannon_Shield
|
|
Rate: 7
|
|
- Index: 140
|
|
Item: S_Banish_Cannon_Shoes
|
|
Rate: 15
|
|
- Index: 141
|
|
Item: S_Genesis_Weapon
|
|
Rate: 7
|
|
- Index: 142
|
|
Item: S_Genesis_Pendant
|
|
Rate: 15
|
|
- Index: 143
|
|
Item: S_Genesis_Earing
|
|
Rate: 15
|
|
- Group: SHADOWDECON_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 6
|
|
- Index: 4
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 7
|
|
- Index: 5
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 8
|
|
- Index: 6
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 9
|
|
- Index: 7
|
|
Item: Shadowdecon_Ore
|
|
Rate: 10
|
|
Amount: 10
|
|
- Group: ZELUNIUM_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 6
|
|
- Index: 4
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 7
|
|
- Index: 5
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 8
|
|
- Index: 6
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 9
|
|
- Index: 7
|
|
Item: Zelunium_Ore
|
|
Rate: 10
|
|
Amount: 10
|
|
- Group: GSTAR2019BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Group: EXOTIC_BOB_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Exotic_Bob_R_BW
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: C_Exotic_Bob_R_JBL
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Exotic_Bob_R_BG
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: C_Exotic_Bob_R_PK
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: C_Exotic_Bob_L_LPP
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: C_Exotic_Bob_L_WH
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: C_Exotic_Bob_L_YL
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: C_Exotic_Bob_L_LB
|
|
Rate: 10
|
|
- Group: RUNEKNIGHT_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Sonic_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Sonic_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Sonic_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Ignition_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Ignition_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Ignition_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_W_Breath_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_W_Breath_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_W_Breath_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_F_Breath_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_F_Breath_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_F_Breath_Earing
|
|
Rate: 15
|
|
- Group: GUILLOTINECROSS_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rolling_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Rolling_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Rolling_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Katar_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Katar_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Katar_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Slash_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Slash_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Slash_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Ripper_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Ripper_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Ripper_Earing
|
|
Rate: 15
|
|
- Group: ARCHBISHOP_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Duplelight_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Duplelight_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Duplelight_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Adoramus_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Adoramus_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Adoramus_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Judex_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Judex_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Judex_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Magnus_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Magnus_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Magnus_Earing
|
|
Rate: 15
|
|
- Group: SURA_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rampage_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Rampage_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Rampage_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Skynetblow_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Skynetblow_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Skynetblow_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Knucklearrow_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Knucklearrow_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Knucklearrow_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_TigerCannon_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Tigercannon_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Tigercannon_Earing
|
|
Rate: 15
|
|
- Group: 2019_CHRISMAS_PRESENT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: E_Mysterious_Water
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: E_Small_Life_Potion
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: E_Med_Life_Potion
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: C_ShineSantaPoringE
|
|
Duration: 1440
|
|
- Group: BOOSTER_PACK_190
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 94
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_Pack_200
|
|
- Group: BOOSTER_PACK_200
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 4
|
|
Item: Boarding_Halter_Box30_Z
|
|
- Index: 5
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Booster_Coin
|
|
Amount: 100
|
|
- Index: 8
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 9
|
|
Item: Booster_Pack_210
|
|
- Group: 2020_GOAL_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Seraphim_Wing_TW
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: C_Long_Wave_BD
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: C_Long_Wave_SV
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: C_Love_Guard
|
|
Rate: 2500
|
|
- Index: 4
|
|
Item: C_Leopard_Ear_Hat
|
|
Rate: 2500
|
|
- Index: 5
|
|
Item: C_Misty_Ears
|
|
Rate: 2500
|
|
- Group: RANGER_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cluster_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Cluster_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Cluster_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Aimed_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Aimed_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Aimed_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Arrow_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Arrow_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Arrow_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Shooting_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Shooting_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Shooting_Earing
|
|
Rate: 15
|
|
- Group: WARLOCK_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Jack_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Jack_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Jack_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Strain_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Strain_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Strain_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Crimson_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Crimson_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Crimson_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Chain_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Chain_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Chain_Earing
|
|
Rate: 15
|
|
- Group: SORCERER_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Dust_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Dust_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Dust_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Grave_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Grave_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Grave_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Psychic_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Psychic_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Psychic_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Varetyr_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Varetyr_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Varetyr_Earing
|
|
Rate: 15
|
|
- Group: WANDERMINS_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rainstorm_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Rainstorm_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Rainstorm_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Arrowvulcan_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Arrowvulcan_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Arrowvulcan_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Metalic_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Metalic_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Metalic_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Reverberation_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Reverberation_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Reverberation_Earing
|
|
Rate: 15
|
|
- Group: ROYALGUARD_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Brand_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Brand_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Brand_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Chain_Press_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Chain_Press_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Chain_Press_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Banish_Cannon_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Banish_Cannon_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Banish_Cannon_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Genesis_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Genesis_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Genesis_Earing
|
|
Rate: 15
|
|
- Group: SHADOWCHASER_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Triangle_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Triangle_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Triangle_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Shadowspell_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Shadowspell_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Shadowspell_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Menace_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Menace_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Menace_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Paint_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Paint_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Paint_Earing
|
|
Rate: 15
|
|
- Group: MECHANIC_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tornado_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Tornado_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Tornado_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Boomerang_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Boomerang_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Boomerang_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Vulcan_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Vulcan_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Vulcan_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Arms_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Arms_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Arms_Earing
|
|
Rate: 15
|
|
- Group: GENETIC_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cart_Tornado_Armor
|
|
Rate: 15
|
|
- Index: 1
|
|
Item: S_Cart_Tornado_Shield
|
|
Rate: 7
|
|
- Index: 2
|
|
Item: S_Cart_Tornado_Shoes
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Cannon_Cart_Weapon
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Cannon_Cart_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Cannon_Cart_Earing
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_Spore_Bomb_Armor
|
|
Rate: 15
|
|
- Index: 7
|
|
Item: S_Spore_Bomb_Shield
|
|
Rate: 7
|
|
- Index: 8
|
|
Item: S_Spore_Bomb_Shoes
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Crazy_Weapon
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Crazy_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Crazy_Earing
|
|
Rate: 15
|
|
- Group: SIGNON_PRIN_WAVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Signon_Princ_Wave_BU
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: C_Signon_Princ_Wave_RD
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: C_Signon_Princ_Wave_YL
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: C_Signon_Princ_Wave_GN
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: C_Signon_Princ_Wave_BL
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: C_Signon_Princ_Wave_WH
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: C_Signon_Princ_Wave_PP
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: C_Signon_Princ_Wave_OM
|
|
Rate: 3
|
|
- Group: HERO_WEAPON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Barb_Wire_K_Cube
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Trumpet_Shell_K_Cube
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Narcis_Bow_Cube
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Slate_Sword_Cube
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Sword_Of_Bluefire_Cube
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Fatalist_Cube
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Magic_Sword_Cube
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Meteor_Striker_Cube
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Avenger_Cube
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Freezing_Rod_Cube
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Shadow_Staff_K_Cube
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Scalet_Dragon_L_Cube
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Royal_Bow_K_Cube
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Saint_Hall_Cube
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Demon_Hunt_Bible_Cube
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Blue_Crystal_Staff_Cube
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Iron_Staff_Cube
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Light_Blade_Cube
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Undine_Spear_K_Cube
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Ray_Knuckle_Cube
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Iron_Nail_K_Cube
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Oriental_Sword_Cube
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Dragonic_Slayer_Cube
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Shiver_Katar_K_Cube
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Blade_Katar_Cube
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: MeawFoxtail_Cube
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Fog_Dew_Sword_Cube
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Humma_Clear_Cube
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Crimson_Rose_Cube
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Master_Soul_Rifle_Cube
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Golden_L_Launcher_Cube
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: The_Black_Gatling_Cube
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Demon_S_Shot_Cube
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: OneSkyOneSun_Cube
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: SoulWeight_Cube
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Freedom_Stick_Cube
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Blessed_Knife_Cube
|
|
Rate: 10
|
|
- Group: NEW_S_WEAPON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Blitz_Weapon
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_Tension_Weapon
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_Elegant_Weapon
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 10
|
|
- Group: NEW_S_SHIELD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Spell_Flow_Shield
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Sigrun_Shield
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Critical_Shield
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Tempest_Shield
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_Healing_Shield
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_Penetration_Shield
|
|
Rate: 10
|
|
- Group: NEW_S_ARMOR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Sigrun_Armor
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S2_Caster_Armor
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S2_Reload_Armor
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_Blitz_Armor
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_FishInsect_Armor
|
|
Rate: 10
|
|
- Group: NEW_S_SHOES_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Hasty_Shoes
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Critical_Shoes
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Tempest_Shoes
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Penetration_Shoes
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_Healing_Shoes
|
|
Rate: 10
|
|
- Group: NEW_S_EARRING_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Tension_Earring
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Elegant_Earring
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Restore_Earring
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Sentimental_Earring_S
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Enchanting_Earring_S
|
|
Rate: 10
|
|
- Group: NEW_S_PENDANT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S2_Bearers_Pendent
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Tension_Pendent
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Elegant_Pendent
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Restore_Pendent
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 10
|
|
- Group: MD_AIRBOAT_REWARD
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: MD_Airboat_Card
|
|
Rate: 3485
|
|
- Index: 1
|
|
Item: MD_Airboat_Card2
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: MD_Airboat_Card3
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: MD_Airboat_Card4
|
|
Rate: 1000
|
|
- Index: 4
|
|
Item: MD_Airboat_Card5
|
|
Rate: 3485
|
|
- Index: 5
|
|
Item: MD_Airboat_Card6
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: MD_Airboat_Card7
|
|
Rate: 15
|
|
- Group: OS_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ignis_CapK
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Phantom_Cap
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Stripe_Hat
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Clock_Casket_RD
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Large_Sorcerer_Crown
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Scorpio_Diadem_K
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Sagittarius_DiademK
|
|
Rate: 1
|
|
- Group: FAMOUS_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: New_Wave_Sunglasses
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: CD_In_MouthK
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Magical_Booster_K
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Heart_Wing_Hairband
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: FaceWorm_Breath
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Celine_Brooch_K
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: Victory_Wing_Ear
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: Thanatos_Mal_MaskK
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Tha_Despero_MaskK
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: Tha_Maero_MaskK
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: Dolor_HatK
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Dog_Officer
|
|
Rate: 3
|
|
- Index: 12
|
|
Item: Spell_Circuit
|
|
Rate: 3
|
|
- Index: 13
|
|
Item: General_Helmet_
|
|
Rate: 3
|
|
- Index: 14
|
|
Item: Classical_Fhat
|
|
Rate: 3
|
|
- Index: 15
|
|
Item: Amistr_Beret
|
|
Rate: 3
|
|
- Group: POENETENTIA_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poenitentia_Gladius
|
|
- Index: 1
|
|
Item: Poenetentia_Aegis
|
|
- Group: POENETENTIA_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poenitentia_Hasta
|
|
- Index: 1
|
|
Item: Poenetentia_Aegis
|
|
- Group: EX_SKILL_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tail_Dragon_Weapon
|
|
Rate: 7
|
|
- Index: 1
|
|
Item: S_Tail_Dragon_Shield
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: S_Tail_Dragon_Armor
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: S_Flare_Dance_Earing
|
|
Rate: 7
|
|
- Index: 4
|
|
Item: S_Flare_Dance_Pendant
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: S_Flare_Dance_Shoes
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: S_God_Hammer_Weapon
|
|
Rate: 7
|
|
- Index: 7
|
|
Item: S_God_Hammer_Shield
|
|
Rate: 15
|
|
- Index: 8
|
|
Item: S_God_Hammer_Armor
|
|
Rate: 15
|
|
- Index: 9
|
|
Item: S_Shatter_Buster_Earing
|
|
Rate: 7
|
|
- Index: 10
|
|
Item: S_Shatter_B_Pendant
|
|
Rate: 15
|
|
- Index: 11
|
|
Item: S_Shatter_Buster_Shoes
|
|
Rate: 15
|
|
- Index: 12
|
|
Item: S_Trip_Weapon
|
|
Rate: 7
|
|
- Index: 13
|
|
Item: S_Trip_Shield
|
|
Rate: 15
|
|
- Index: 14
|
|
Item: S_Trip_Armor
|
|
Rate: 15
|
|
- Index: 15
|
|
Item: S_Super_Magic_Shield
|
|
Rate: 7
|
|
- Index: 16
|
|
Item: S_Super_Magic_Armor
|
|
Rate: 15
|
|
- Index: 17
|
|
Item: S_Super_Magic_Shoes
|
|
Rate: 15
|
|
- Index: 18
|
|
Item: S_Super_Power_Weapon
|
|
Rate: 7
|
|
- Index: 19
|
|
Item: S_Super_Power_Pendant
|
|
Rate: 15
|
|
- Index: 20
|
|
Item: S_Super_Power_Earing
|
|
Rate: 15
|
|
- Index: 21
|
|
Item: S_Kunai_Weapon
|
|
Rate: 7
|
|
- Index: 22
|
|
Item: S_Kunai_Shield
|
|
Rate: 15
|
|
- Index: 23
|
|
Item: S_Kunai_Armor
|
|
Rate: 15
|
|
- Index: 24
|
|
Item: S_Syuriken_Earing
|
|
Rate: 7
|
|
- Index: 25
|
|
Item: S_Syuriken_Pendant
|
|
Rate: 15
|
|
- Index: 26
|
|
Item: S_Syuriken_Shoes
|
|
Rate: 15
|
|
- Index: 27
|
|
Item: S_Kamaenraku_Weapon
|
|
Rate: 7
|
|
- Index: 28
|
|
Item: S_Kamaenraku_Shield
|
|
Rate: 15
|
|
- Index: 29
|
|
Item: S_Kamaenraku_Armor
|
|
Rate: 15
|
|
- Index: 30
|
|
Item: S_Huusouka_Earing
|
|
Rate: 7
|
|
- Index: 31
|
|
Item: S_Huusouka_Pendant
|
|
Rate: 15
|
|
- Index: 32
|
|
Item: S_Huusouka_Shoes
|
|
Rate: 15
|
|
- Index: 33
|
|
Item: S_Pickyrush_Weapon
|
|
Rate: 7
|
|
- Index: 34
|
|
Item: S_Pickyrush_Shield
|
|
Rate: 15
|
|
- Index: 35
|
|
Item: S_Pickyrush_Armor
|
|
Rate: 15
|
|
- Index: 36
|
|
Item: S_SavageRabbit_Earing
|
|
Rate: 7
|
|
- Index: 37
|
|
Item: S_SavageRabbit_Pendant
|
|
Rate: 15
|
|
- Index: 38
|
|
Item: S_SavageRabbit_Shoes
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: S_Catnip_Weapon
|
|
Rate: 7
|
|
- Index: 40
|
|
Item: S_Catnip_Shield
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: S_Catnip_Armor
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: S_Silvervine_Earing
|
|
Rate: 7
|
|
- Index: 43
|
|
Item: S_Silvervine_Pendant
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: S_Silvervine_Shoes
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: S_Sunshine_Weapon
|
|
Rate: 7
|
|
- Index: 46
|
|
Item: S_Sunshine_Shield
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: S_Sunshine_Armor
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: S_Moonlight_Earring
|
|
Rate: 7
|
|
- Index: 49
|
|
Item: S_Moonlight_Pendant
|
|
Rate: 15
|
|
- Index: 50
|
|
Item: S_Moonlight_Shoes
|
|
Rate: 15
|
|
- Index: 51
|
|
Item: S_Stardust_Weapon
|
|
Rate: 7
|
|
- Index: 52
|
|
Item: S_Stardust_Shield
|
|
Rate: 15
|
|
- Index: 53
|
|
Item: S_Stardust_Armor
|
|
Rate: 15
|
|
- Index: 54
|
|
Item: S_S_Weapon
|
|
Rate: 7
|
|
- Index: 55
|
|
Item: S_S_Shield
|
|
Rate: 15
|
|
- Index: 56
|
|
Item: S_S_Armor
|
|
Rate: 15
|
|
- Index: 57
|
|
Item: S_Evilcurse_Earring
|
|
Rate: 7
|
|
- Index: 58
|
|
Item: S_Evilcurse_Pendant
|
|
Rate: 15
|
|
- Index: 59
|
|
Item: S_Evilcurse_Shoes
|
|
Rate: 15
|
|
- Group: CACHUA_COSTUME_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Cons_Of_Water
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Cons_Of_Fire
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Cons_Of_Wind
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Cons_Of_Earth
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Cons_Of_Darkness
|
|
Rate: 5
|
|
- Index: 5
|
|
Item: C_BlueAngeling_Wing
|
|
Rate: 12
|
|
- Index: 6
|
|
Item: C_Bloody_Wing
|
|
Rate: 12
|
|
- Index: 7
|
|
Item: C_ResonateTaego
|
|
Rate: 12
|
|
- Index: 8
|
|
Item: C_Wings_Of_Raphael
|
|
Rate: 12
|
|
- Index: 9
|
|
Item: C_SnackParty
|
|
Rate: 12
|
|
- Index: 10
|
|
Item: C_Wings_Of_Raguel
|
|
Rate: 12
|
|
- Index: 11
|
|
Item: C_Miracle_Plant
|
|
Rate: 12
|
|
- Index: 12
|
|
Item: C_Wings_Of_Lucifer
|
|
Rate: 30
|
|
- Index: 13
|
|
Item: C_Blanc_Neige_Prince
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: C_Blink_Eyes_Golden
|
|
Rate: 30
|
|
- Index: 15
|
|
Item: C_Evil_Druid_Hat_Black
|
|
Rate: 550
|
|
- Index: 16
|
|
Item: C_Piamette_Hood_Red
|
|
Rate: 550
|
|
- Index: 17
|
|
Item: C_Piamette_BowTie_Red
|
|
Rate: 550
|
|
- Index: 18
|
|
Item: C_White_Rabbit
|
|
Rate: 550
|
|
- Index: 19
|
|
Item: C_Variant_Veil
|
|
Rate: 550
|
|
- Index: 20
|
|
Item: C_Two_Tone_Beret
|
|
Rate: 550
|
|
- Index: 21
|
|
Item: C_SeraphimCoronet
|
|
Rate: 550
|
|
- Index: 22
|
|
Item: C_Over_Protector
|
|
Rate: 550
|
|
- Index: 23
|
|
Item: C_False_Ears
|
|
Rate: 550
|
|
- Index: 24
|
|
Item: C_Underlamp
|
|
Rate: 550
|
|
- Index: 25
|
|
Item: C_Jitterbug_Cap
|
|
Rate: 550
|
|
- Index: 26
|
|
Item: C_Greater_Dracul_Horn
|
|
Rate: 550
|
|
- Index: 27
|
|
Item: C_Orange_Rabbit
|
|
Rate: 550
|
|
- Index: 28
|
|
Item: C_Palace_Guard_Cap
|
|
Rate: 889
|
|
- Index: 29
|
|
Item: C_PGstone_Knit_Hat_BW
|
|
Rate: 889
|
|
- Index: 30
|
|
Item: C_War_Princess_Ribbon
|
|
Rate: 889
|
|
- Group: KR_B_SPECIAL03
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Group: BIOWEAPON_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: BioWeapon_Helm_RK
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: BioWeapon_Helm_LG
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: BioWeapon_Helm_WL
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: BioWeapon_Helm_SO
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: BioWeapon_Helm_NC
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: BioWeapon_Helm_GN
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: BioWeapon_Helm_RA
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: BioWeapon_Helm_WM
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: BioWeapon_Helm_AB
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: BioWeapon_Helm_SR
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: BioWeapon_Helm_SC
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: BioWeapon_Helm_GC
|
|
Rate: 1
|
|
- Group: TREE_OF_SPROUT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Tree_Of_Sprout_DEX
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Tree_Of_Sprout_STR
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Tree_Of_Sprout_AGI
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Tree_Of_Sprout_LUK
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Tree_Of_Sprout_VIT
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Tree_Of_Sprout_INT
|
|
Rate: 10
|
|
- Group: SPECIAL_COSTUME_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Over_Protector
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: C_Evil_Druid_Hat_Black
|
|
Rate: 4
|
|
- Index: 2
|
|
Item: C_Cons_Of_Water
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Two_Tone_Beret
|
|
Rate: 5
|
|
- Index: 4
|
|
Item: C_Bloody_Wing
|
|
Rate: 2
|
|
- Index: 5
|
|
Item: C_BlueAngeling_Wing
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: C_Wings_Of_Raguel
|
|
Rate: 2
|
|
- Index: 7
|
|
Item: C_Wings_Of_Raphael
|
|
Rate: 2
|
|
- Index: 8
|
|
Item: C_Underlamp
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: C_Piamette_Hood_Red
|
|
Rate: 4
|
|
- Index: 10
|
|
Item: C_Piamette_BowTie_Red
|
|
Rate: 4
|
|
- Index: 11
|
|
Item: C_War_Princess_Ribbon
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: C_White_Rabbit
|
|
Rate: 4
|
|
- Index: 13
|
|
Item: C_False_Ears
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: C_SeraphimCoronet
|
|
Rate: 5
|
|
- Index: 15
|
|
Item: C_Greater_Dracul_Horn
|
|
Rate: 5
|
|
- Index: 16
|
|
Item: C_Variant_Veil
|
|
Rate: 4
|
|
- Index: 17
|
|
Item: C_Jitterbug_Cap
|
|
Rate: 5
|
|
- Index: 18
|
|
Item: C_Orange_Rabbit
|
|
Rate: 5
|
|
- Index: 19
|
|
Item: C_Cons_Of_Fire
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: C_ResonateTaego
|
|
Rate: 2
|
|
- Index: 21
|
|
Item: C_Miracle_Plant
|
|
Rate: 2
|
|
- Index: 22
|
|
Item: C_SnackParty
|
|
Rate: 2
|
|
- Index: 23
|
|
Item: C_Wings_Of_Lucifer
|
|
Rate: 2
|
|
- Index: 24
|
|
Item: C_Cons_Of_Wind
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: C_Palace_Guard_Cap
|
|
Rate: 5
|
|
- Index: 26
|
|
Item: Cons_Of_Earth
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: C_Blanc_Neige_Prince
|
|
Rate: 4
|
|
- Index: 28
|
|
Item: C_PGstone_Knit_Hat_BW
|
|
Rate: 5
|
|
- Index: 29
|
|
Item: C_Cons_Of_Darkness
|
|
Rate: 1
|
|
- Group: SPECIAL_COSTUME_BOX_
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Cons_Of_Water
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Bloody_Wing
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_BlueAngeling_Wing
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Wings_Of_Raguel
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Wings_Of_Raphael
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Cons_Of_Fire
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_ResonateTaego
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Miracle_Plant
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: C_SnackParty
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: C_Wings_Of_Lucifer
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: C_Cons_Of_Wind
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Cons_Of_Earth
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: C_Blanc_Neige_Prince
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: C_Cons_Of_Darkness
|
|
Rate: 1
|
|
- Group: RAG_INVEN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 30
|
|
- Index: 6
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Group: THANATOS_PENDANT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Thanatos_Pendant
|
|
- Index: 1
|
|
Item: PendantStoneForWork
|
|
- Group: LAPINE_DDUKDDAKBOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe2
|
|
Rate: 25
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 25
|
|
- Index: 2
|
|
Item: PetEgg_Recipe
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: EventItem_Recipe
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Automatic_Module_Mix
|
|
Rate: 6
|
|
- Index: 6
|
|
Item: Illusion_Module_Mix
|
|
Rate: 14
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: EnchantStone_Recipe
|
|
Rate: 3500
|
|
- Index: 1
|
|
Item: PetEgg_Recipe
|
|
Rate: 1250
|
|
- Index: 2
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 1250
|
|
- Index: 3
|
|
Item: EventItem_Recipe
|
|
Rate: 1250
|
|
- Index: 4
|
|
Item: Automatic_Module_Mix
|
|
Rate: 850
|
|
- Index: 5
|
|
Item: Illusion_Module_Mix
|
|
Rate: 1540
|
|
- Index: 6
|
|
Item: StatusShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: StabilityShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: RaceShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: BearersShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: ComposeShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: CriticalHit_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: PhysicalMagical_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: HardChamption_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: ImmunedAthena_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: KingbirdAncient_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Hasty_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 24
|
|
Item: PerfectSize_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 25
|
|
Item: MagicPiercing_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 26
|
|
Item: Piercing_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 27
|
|
Item: InfinityShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 28
|
|
Item: FullPeneShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 29
|
|
Item: FullTempShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 30
|
|
Item: True_GemShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Mammoth_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 32
|
|
Item: EXPShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 33
|
|
Item: AbsorbShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 34
|
|
Item: MajorAutoSpell_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 35
|
|
Item: MagicalShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 36
|
|
Item: PhysicalShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 37
|
|
Item: ReloadShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 38
|
|
Item: SpellCasterShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 39
|
|
Item: R_BearersShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 40
|
|
Item: M_BlitzShadow_Mix
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 41
|
|
Item: EXPShadow_Mix2
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: AUCTION_PROMOTION
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: E_Infinity_Drink
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 20
|
|
- Index: 9
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: BLUE_PRINTS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Conse_F_T_Sword
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Conse_F_Lance
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Conse_F_G_Sword
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Conse_F_G_Spear
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Conse_F_Axe
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Conse_F_Mace
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Conse_F_Lapier
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Conse_F_Hall
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Conse_F_Cakram
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Conse_F_Katar
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Conse_F_Dagger
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Conse_F_C_Bow
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Conse_F_T_Staff
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Conse_F_Rod
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Conse_F_M_Book
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Conse_F_P_Book
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Conse_F_Bible
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Conse_F_Wand
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Conse_F_Knuckle
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Conse_F_Claw
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Conse_F_Ballista
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Conse_F_A_Bow
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Conse_F_Violin
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Conse_F_C_Rope
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Conse_F_Harp
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Conse_F_Ribbon
|
|
Rate: 10
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Conse_F_T_Sword
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Conse_F_Lance
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Conse_F_G_Sword
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Conse_F_G_Spear
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Conse_F_Axe
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Conse_F_Mace
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Conse_F_Lapier
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Conse_F_Hall
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Conse_F_Cakram
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Conse_F_Katar
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Conse_F_Dagger
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Conse_F_C_Bow
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Conse_F_T_Staff
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Conse_F_Rod
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Conse_F_M_Book
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Conse_F_P_Book
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Conse_F_Bible
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Conse_F_Wand
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Conse_F_Knuckle
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Conse_F_Claw
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Conse_F_Ballista
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Conse_F_A_Bow
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Conse_F_Violin
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Conse_F_C_Rope
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Conse_F_Harp
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Conse_F_Ribbon
|
|
Rate: 10
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Conse_F_T_Sword
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Conse_F_Lance
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Conse_F_G_Sword
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Conse_F_G_Spear
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Conse_F_Axe
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Conse_F_Mace
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Conse_F_Lapier
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Conse_F_Hall
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Conse_F_Cakram
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Conse_F_Katar
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Conse_F_Dagger
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Conse_F_C_Bow
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Conse_F_T_Staff
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Conse_F_Rod
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Conse_F_M_Book
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Conse_F_P_Book
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Conse_F_Bible
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Conse_F_Wand
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Conse_F_Knuckle
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Conse_F_Claw
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Conse_F_Ballista
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Conse_F_A_Bow
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Conse_F_Violin
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Conse_F_C_Rope
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Conse_F_Harp
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Conse_F_Ribbon
|
|
Rate: 10
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: Conse_F_Humma
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Conse_F_C_Humma
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Conse_F_Revolver
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Conse_F_Rifle
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Conse_F_Gatling
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Conse_F_Launcher
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Conse_F_Shotgun
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Conse_F_Moon_B
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Conse_F_Star_B
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Conse_F_S_Stick
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Conse_F_D_Wand
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Conse_F_F_Wand
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Conse_F_F_model
|
|
Rate: 10
|
|
- Group: MATERIAL_SHADOW_CUBEII
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Earring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Infinity_Pendant
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Penetration_Shoes
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Penetration_Shield
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_Penetration_Earring
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_Penetration_Pendent
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: S_Penetration_Weapon
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Penetration_Armor
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Exe_Ho_Weapon
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Fis_In_Weapon
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Sci_Hu_Weapon
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Viv_Dr_Weapon
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Exo_Co_Weapon
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Tempest_Shoes
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Tempest_Shield
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_Tempest_Earring
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_Tempest_Pendent
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: S_Tempest_Weapon
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: S_Tempest_Armor
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: S_M_Exe_Ho_Weapon
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: S_M_Fis_In_Weapon
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: S_M_Sci_Hu_Weapon
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: S_M_Viv_Dr_Weapon
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: S_M_Exo_Co_Weapon
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: S_Gemstone_Shield
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: S_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: S_Gemstone_Armor
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: S2_Gemstone_Weapon
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: S2_Gemstone_Shield
|
|
Rate: 10
|
|
- Index: 64
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 65
|
|
Item: S_Mammoth_Armor
|
|
Rate: 10
|
|
- Index: 66
|
|
Item: S_Mammoth_Shoes
|
|
Rate: 10
|
|
- Index: 67
|
|
Item: S_Mammoth_Pendant
|
|
Rate: 10
|
|
- Index: 68
|
|
Item: S_Mammoth_Earring
|
|
Rate: 10
|
|
- Index: 69
|
|
Item: S_Mammoth_Weapon
|
|
Rate: 10
|
|
- Index: 70
|
|
Item: S_Mammoth_Shield
|
|
Rate: 10
|
|
- Index: 71
|
|
Item: S_Beginner_Shoes
|
|
Rate: 10
|
|
- Index: 72
|
|
Item: S_Beginner_Shield
|
|
Rate: 10
|
|
- Index: 73
|
|
Item: S_Rookie_Shoes
|
|
Rate: 10
|
|
- Index: 74
|
|
Item: S_Rookie_Shield
|
|
Rate: 10
|
|
- Index: 75
|
|
Item: S_Advanced_Shoes
|
|
Rate: 10
|
|
- Index: 76
|
|
Item: S_Advanced_Shield
|
|
Rate: 10
|
|
- Index: 77
|
|
Item: S_Expert_Shoes
|
|
Rate: 10
|
|
- Index: 78
|
|
Item: S_Expert_Shield
|
|
Rate: 10
|
|
- Index: 79
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 80
|
|
Item: S_Spiritual_Earring
|
|
Rate: 10
|
|
- Index: 81
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 10
|
|
- Index: 82
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 83
|
|
Item: S_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 84
|
|
Item: S_Malicious_Shoes
|
|
Rate: 10
|
|
- Index: 85
|
|
Item: S_Malicious_Shield
|
|
Rate: 10
|
|
- Index: 86
|
|
Item: S2_Malicious_Armor
|
|
Rate: 10
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Earring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Infinity_Pendant
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Penetration_Shoes
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Penetration_Shield
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_Penetration_Earring
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_Penetration_Pendent
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: S_Penetration_Weapon
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Penetration_Armor
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Exe_Ho_Weapon
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Fis_In_Weapon
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Sci_Hu_Weapon
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Viv_Dr_Weapon
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Exo_Co_Weapon
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Tempest_Shoes
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Tempest_Shield
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_Tempest_Earring
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_Tempest_Pendent
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: S_Tempest_Weapon
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: S_Tempest_Armor
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: S_M_Exe_Ho_Weapon
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: S_M_Fis_In_Weapon
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: S_M_Sci_Hu_Weapon
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: S_M_Viv_Dr_Weapon
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: S_M_Exo_Co_Weapon
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: S_Gemstone_Shield
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: S_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: S_Gemstone_Armor
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: S2_Gemstone_Weapon
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: S2_Gemstone_Shield
|
|
Rate: 10
|
|
- Index: 64
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 65
|
|
Item: S_Mammoth_Armor
|
|
Rate: 10
|
|
- Index: 66
|
|
Item: S_Mammoth_Shoes
|
|
Rate: 10
|
|
- Index: 67
|
|
Item: S_Mammoth_Pendant
|
|
Rate: 10
|
|
- Index: 68
|
|
Item: S_Mammoth_Earring
|
|
Rate: 10
|
|
- Index: 69
|
|
Item: S_Mammoth_Weapon
|
|
Rate: 10
|
|
- Index: 70
|
|
Item: S_Mammoth_Shield
|
|
Rate: 10
|
|
- Index: 71
|
|
Item: S_Beginner_Shoes
|
|
Rate: 10
|
|
- Index: 72
|
|
Item: S_Beginner_Shield
|
|
Rate: 10
|
|
- Index: 73
|
|
Item: S_Rookie_Shoes
|
|
Rate: 10
|
|
- Index: 74
|
|
Item: S_Rookie_Shield
|
|
Rate: 10
|
|
- Index: 75
|
|
Item: S_Advanced_Shoes
|
|
Rate: 10
|
|
- Index: 76
|
|
Item: S_Advanced_Shield
|
|
Rate: 10
|
|
- Index: 77
|
|
Item: S_Expert_Shoes
|
|
Rate: 10
|
|
- Index: 78
|
|
Item: S_Expert_Shield
|
|
Rate: 10
|
|
- Index: 79
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 80
|
|
Item: S_Spiritual_Earring
|
|
Rate: 10
|
|
- Index: 81
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 10
|
|
- Index: 82
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 83
|
|
Item: S_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 84
|
|
Item: S_Malicious_Shoes
|
|
Rate: 10
|
|
- Index: 85
|
|
Item: S_Malicious_Shield
|
|
Rate: 10
|
|
- Index: 86
|
|
Item: S2_Malicious_Armor
|
|
Rate: 10
|
|
- Group: ANCIENT_HERO_WILL
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ancient_Hero_Wisdom
|
|
Rate: 45
|
|
- Index: 1
|
|
Item: Ancient_Hero_Bravery
|
|
Rate: 45
|
|
- Index: 2
|
|
Item: Great_Hero_Wisdom
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Great_Hero_Bravery
|
|
Rate: 5
|
|
- Group: MAMMOTH_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Mammoth_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Mammoth_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Mammoth_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Mammoth_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Mammoth_Earring
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Mammoth_Pendant
|
|
Rate: 1
|
|
- Group: SHADOW_R_M_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Class_Sha_R_M_Melee
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Class_Sha_R_M_Magic
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Skill_Sha_R_M_Melee
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Skill_Sha_R_M_Magic
|
|
Rate: 3
|
|
- Group: ALL_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Earring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_Physical_Weapon
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_Magical_Earring
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_Magical_Weapon
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_Magical_Pendant
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_Breezy_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_Champion_Shoes
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_Athena_Shield
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_Immune_Armor
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_Hard_Armor
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_Ancient_Armor
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_Critical_Armor
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_Healing_Weapon
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Lucky_Weapon
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_Power_Earring
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: S_Int_Pendant
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: S_Dexterous_Armor
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: S_Vital_Shoes
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: S_Athletic_Shield
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: S_Lucky_Armor
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: S_Power_Pendant
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: S_Int_Earring
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: S_Vital_Shield
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: S_Athletic_Shoes
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: S_Rapid_Pendant
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: S_Caster_Pendant
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: S_Hard_Earring
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: S_Wise_Earring
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: S_Athena_Earring
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: S_Cranial_Shield
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: S_Safeguard_Shield
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: S_Brutal_Shield
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: S_Gargantua_Shield
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: S_Homers_Shield
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: S_Dragoon_Shield
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: S_Satanic_Shield
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: S_Flameguard_Shield
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: S_Requiem_Shield
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: S_Cadi_Shield
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: S_Bloody_Shoes
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: S_Liberation_Shoes
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: S_Chemical_Shoes
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: S_Fisher_Shoes
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: S_Beholder_Shoes
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: S_Divine_Shoes
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: S_Big_Armor
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: S_Medium_Armor
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: S_Small_Armor
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: S_Big_Weapon
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: S_Medium_Weapon
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: S_Small_Weapon
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: S_Spiritual_Earring
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: S_Malicious_Armor
|
|
Rate: 10
|
|
- Index: 64
|
|
Item: S_Malicious_Shoes
|
|
Rate: 10
|
|
- Index: 65
|
|
Item: S_Malicious_Shield
|
|
Rate: 10
|
|
- Index: 66
|
|
Item: S_Gemstone_Armor
|
|
Rate: 10
|
|
- Index: 67
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 10
|
|
- Index: 68
|
|
Item: S_Gemstone_Shield
|
|
Rate: 10
|
|
- Index: 69
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 10
|
|
- Index: 70
|
|
Item: S_Gemstone_Earring
|
|
Rate: 10
|
|
- Index: 71
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 10
|
|
- Index: 72
|
|
Item: S_Stability_Shield
|
|
Rate: 10
|
|
- Index: 73
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 10
|
|
- Index: 74
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 10
|
|
- Index: 75
|
|
Item: S_Insomniac_Armor
|
|
Rate: 10
|
|
- Index: 76
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 10
|
|
- Index: 77
|
|
Item: S_Peerless_Armor
|
|
Rate: 10
|
|
- Index: 78
|
|
Item: S_Peerless_Shoes
|
|
Rate: 10
|
|
- Index: 79
|
|
Item: S_Adurate_Armor
|
|
Rate: 10
|
|
- Index: 80
|
|
Item: S_Adurate_Shoes
|
|
Rate: 10
|
|
- Index: 81
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 10
|
|
- Index: 82
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 10
|
|
- Index: 83
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 10
|
|
- Index: 84
|
|
Item: Vitality_Earing_S
|
|
Rate: 10
|
|
- Index: 85
|
|
Item: Vitality_Pendant_S
|
|
Rate: 10
|
|
- Index: 86
|
|
Item: S_Neutral_Weapon
|
|
Rate: 10
|
|
- Index: 87
|
|
Item: S_Neutral_Earring
|
|
Rate: 10
|
|
- Index: 88
|
|
Item: S_Neutral_Pendent
|
|
Rate: 10
|
|
- Index: 89
|
|
Item: S_Curse_Lift_Earring
|
|
Rate: 10
|
|
- Index: 90
|
|
Item: S_Curse_Lift_Pendent
|
|
Rate: 10
|
|
- Index: 91
|
|
Item: S_Caster_earring
|
|
Rate: 10
|
|
- Index: 92
|
|
Item: S_Caster_Weapon
|
|
Rate: 10
|
|
- Index: 93
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 10
|
|
- Index: 94
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 10
|
|
- Index: 95
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 10
|
|
- Index: 96
|
|
Item: S_Greed_Armor
|
|
Rate: 10
|
|
- Index: 97
|
|
Item: S_Greed_Shoes
|
|
Rate: 10
|
|
- Index: 98
|
|
Item: S_Greed_Shield
|
|
Rate: 10
|
|
- Index: 99
|
|
Item: S_Greed_Weapon
|
|
Rate: 10
|
|
- Index: 100
|
|
Item: S_Greed_Earring
|
|
Rate: 10
|
|
- Index: 101
|
|
Item: S_Greed_Pendant
|
|
Rate: 10
|
|
- Index: 102
|
|
Item: S_Heal_Armor
|
|
Rate: 10
|
|
- Index: 103
|
|
Item: S_Heal_Shoes
|
|
Rate: 10
|
|
- Index: 104
|
|
Item: S_Heal_Shield
|
|
Rate: 10
|
|
- Index: 105
|
|
Item: S_Heal_Weapon
|
|
Rate: 10
|
|
- Index: 106
|
|
Item: S_Heal_Earring
|
|
Rate: 10
|
|
- Index: 107
|
|
Item: S_Heal_Pendant
|
|
Rate: 10
|
|
- Index: 108
|
|
Item: S_Hiding_Armor
|
|
Rate: 10
|
|
- Index: 109
|
|
Item: S_Hiding_Shoes
|
|
Rate: 10
|
|
- Index: 110
|
|
Item: S_Hiding_Shield
|
|
Rate: 10
|
|
- Index: 111
|
|
Item: S_Hiding_Weapon
|
|
Rate: 10
|
|
- Index: 112
|
|
Item: S_Hiding_Earring
|
|
Rate: 10
|
|
- Index: 113
|
|
Item: S_Hiding_Pendant
|
|
Rate: 10
|
|
- Index: 114
|
|
Item: S_Cloaking_Armor
|
|
Rate: 10
|
|
- Index: 115
|
|
Item: S_Cloaking_Shoes
|
|
Rate: 10
|
|
- Index: 116
|
|
Item: S_Cloaking_Shield
|
|
Rate: 10
|
|
- Index: 117
|
|
Item: S_Cloaking_Weapon
|
|
Rate: 10
|
|
- Index: 118
|
|
Item: S_Cloaking_Earring
|
|
Rate: 10
|
|
- Index: 119
|
|
Item: S_Cloaking_Pendant
|
|
Rate: 10
|
|
- Index: 120
|
|
Item: S_Teleport_Armor
|
|
Rate: 10
|
|
- Index: 121
|
|
Item: S_Teleport_Shoes
|
|
Rate: 10
|
|
- Index: 122
|
|
Item: S_Teleport_Shield
|
|
Rate: 10
|
|
- Index: 123
|
|
Item: S_Teleport_Weapon
|
|
Rate: 10
|
|
- Index: 124
|
|
Item: S_Teleport_Earring
|
|
Rate: 10
|
|
- Index: 125
|
|
Item: S_Teleport_Pendant
|
|
Rate: 10
|
|
- Index: 126
|
|
Item: S_Steal_Armor
|
|
Rate: 10
|
|
- Index: 127
|
|
Item: S_Steal_Shoes
|
|
Rate: 10
|
|
- Index: 128
|
|
Item: S_Steal_Shield
|
|
Rate: 10
|
|
- Index: 129
|
|
Item: S_Steal_Weapon
|
|
Rate: 10
|
|
- Index: 130
|
|
Item: S_Steal_Earring
|
|
Rate: 10
|
|
- Index: 131
|
|
Item: S_Steal_Pendant
|
|
Rate: 10
|
|
- Index: 132
|
|
Item: S_Infinity_Earring
|
|
Rate: 10
|
|
- Index: 133
|
|
Item: S_Infinity_Pendant
|
|
Rate: 10
|
|
- Index: 134
|
|
Item: S_Solid_Weapon
|
|
Rate: 10
|
|
- Index: 135
|
|
Item: S_Solid_Earring
|
|
Rate: 10
|
|
- Index: 136
|
|
Item: S_Immortal_Armor
|
|
Rate: 10
|
|
- Index: 137
|
|
Item: S_Immortal_Pendant
|
|
Rate: 10
|
|
- Index: 138
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 139
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 140
|
|
Item: S_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 141
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 142
|
|
Item: S_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 143
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 10
|
|
- Index: 144
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 145
|
|
Item: S_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 146
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 147
|
|
Item: S_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 148
|
|
Item: S_Penetration_Earring
|
|
Rate: 10
|
|
- Index: 149
|
|
Item: S_Penetration_Pendent
|
|
Rate: 10
|
|
- Index: 150
|
|
Item: S_Tempest_Earring
|
|
Rate: 10
|
|
- Index: 151
|
|
Item: S_Tempest_Pendent
|
|
Rate: 10
|
|
- Index: 152
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 10
|
|
- Index: 153
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 10
|
|
- Index: 154
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 10
|
|
- Index: 155
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 10
|
|
- Index: 156
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 10
|
|
- Index: 157
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 10
|
|
- Index: 158
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 10
|
|
- Index: 159
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 10
|
|
- Index: 160
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 10
|
|
- Index: 161
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 10
|
|
- Index: 162
|
|
Item: S_Bearers_Armor
|
|
Rate: 10
|
|
- Index: 163
|
|
Item: S_Bearers_Shoes
|
|
Rate: 10
|
|
- Index: 164
|
|
Item: S_Bearers_Shield
|
|
Rate: 10
|
|
- Index: 165
|
|
Item: S_Bearers_Weapon
|
|
Rate: 10
|
|
- Index: 166
|
|
Item: S_Bearers_Earring
|
|
Rate: 10
|
|
- Index: 167
|
|
Item: S_Bearers_Pendent
|
|
Rate: 10
|
|
- Index: 168
|
|
Item: S_Basis_Armor
|
|
Rate: 10
|
|
- Index: 169
|
|
Item: S_Hallowed_Armor
|
|
Rate: 10
|
|
- Index: 170
|
|
Item: S_Saharic_Armor
|
|
Rate: 10
|
|
- Index: 171
|
|
Item: S_Underneath_Armor
|
|
Rate: 10
|
|
- Index: 172
|
|
Item: S_Flam_Armor
|
|
Rate: 10
|
|
- Index: 173
|
|
Item: S_Windy_Armor
|
|
Rate: 10
|
|
- Index: 174
|
|
Item: S_Envenom_Armor
|
|
Rate: 10
|
|
- Index: 175
|
|
Item: S_Damned_Armor
|
|
Rate: 10
|
|
- Index: 176
|
|
Item: S_Geist_Armor
|
|
Rate: 10
|
|
- Index: 177
|
|
Item: S_Divine_Armor
|
|
Rate: 10
|
|
- Index: 178
|
|
Item: S_Hasty_Shoes
|
|
Rate: 10
|
|
- Index: 179
|
|
Item: S_Hasty_Armor
|
|
Rate: 10
|
|
- Index: 180
|
|
Item: S_Basis_Shield
|
|
Rate: 10
|
|
- Index: 181
|
|
Item: S_Hallowed_Shield
|
|
Rate: 10
|
|
- Index: 182
|
|
Item: S_Saharic_Shield
|
|
Rate: 10
|
|
- Index: 183
|
|
Item: S_Underneath_Shield
|
|
Rate: 10
|
|
- Index: 184
|
|
Item: S_Flam_Shield
|
|
Rate: 10
|
|
- Index: 185
|
|
Item: S_Windy_Shield
|
|
Rate: 10
|
|
- Index: 186
|
|
Item: S_Envenom_Shield
|
|
Rate: 10
|
|
- Index: 187
|
|
Item: S_Damned_Shield
|
|
Rate: 10
|
|
- Index: 188
|
|
Item: S_Geist_Shield
|
|
Rate: 10
|
|
- Index: 189
|
|
Item: S_Divine_Shield
|
|
Rate: 10
|
|
- Index: 190
|
|
Item: S_Expert_Shoes
|
|
Rate: 10
|
|
- Index: 191
|
|
Item: S_Expert_Shield
|
|
Rate: 10
|
|
- Index: 192
|
|
Item: S_Beginner_Shoes
|
|
Rate: 10
|
|
- Index: 193
|
|
Item: S_Beginner_Shield
|
|
Rate: 10
|
|
- Index: 194
|
|
Item: S_Rookie_Shoes
|
|
Rate: 10
|
|
- Index: 195
|
|
Item: S_Rookie_Shield
|
|
Rate: 10
|
|
- Index: 196
|
|
Item: S_Advanced_Shoes
|
|
Rate: 10
|
|
- Index: 197
|
|
Item: S_Advanced_Shield
|
|
Rate: 10
|
|
- Index: 198
|
|
Item: S_Attack_Armor
|
|
Rate: 10
|
|
- Index: 199
|
|
Item: S_Blitz_Earring
|
|
Rate: 10
|
|
- Index: 200
|
|
Item: S_Blitz_Pendent
|
|
Rate: 10
|
|
- Index: 201
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 10
|
|
- Index: 202
|
|
Item: S_FireBolt_Armor
|
|
Rate: 10
|
|
- Index: 203
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 10
|
|
- Index: 204
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 10
|
|
- Index: 205
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 10
|
|
- Index: 206
|
|
Item: S_Force_Weapon
|
|
Rate: 10
|
|
- Index: 207
|
|
Item: S_Force_Earring
|
|
Rate: 10
|
|
- Index: 208
|
|
Item: S_Force_Pendant
|
|
Rate: 10
|
|
- Index: 209
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 10
|
|
- Index: 210
|
|
Item: S_Spirit_Weapon
|
|
Rate: 10
|
|
- Index: 211
|
|
Item: S_Spirit_Earring
|
|
Rate: 10
|
|
- Index: 212
|
|
Item: S_Spirit_Pendant
|
|
Rate: 10
|
|
- Index: 213
|
|
Item: S_Blitz_Shoes
|
|
Rate: 10
|
|
- Index: 214
|
|
Item: S_Blitz_Shield
|
|
Rate: 10
|
|
- Index: 215
|
|
Item: S_Exceed_Weapon
|
|
Rate: 10
|
|
- Index: 216
|
|
Item: S_Titan_Earring
|
|
Rate: 10
|
|
- Index: 217
|
|
Item: S_Titan_Pendant
|
|
Rate: 10
|
|
- Index: 218
|
|
Item: S_Boned_Earring
|
|
Rate: 10
|
|
- Index: 219
|
|
Item: S_Boned_Pendant
|
|
Rate: 10
|
|
- Index: 220
|
|
Item: S_Gigantic_Earring
|
|
Rate: 10
|
|
- Index: 221
|
|
Item: S_Gigantic_Pendant
|
|
Rate: 10
|
|
- Index: 222
|
|
Item: S_Caster_Shoes
|
|
Rate: 10
|
|
- Index: 223
|
|
Item: S_Caster_Shield
|
|
Rate: 10
|
|
- Index: 224
|
|
Item: S_Caster_Armor
|
|
Rate: 10
|
|
- Index: 225
|
|
Item: S_Reload_Shoes
|
|
Rate: 10
|
|
- Index: 226
|
|
Item: S_Reload_Shield
|
|
Rate: 10
|
|
- Index: 227
|
|
Item: S_Reload_Armor
|
|
Rate: 10
|
|
- Index: 228
|
|
Item: S_Swordman_earring
|
|
Rate: 10
|
|
- Index: 229
|
|
Item: S_Merchant_earring
|
|
Rate: 10
|
|
- Index: 230
|
|
Item: S_Acolyte_earring
|
|
Rate: 10
|
|
- Index: 231
|
|
Item: S_Magician_earring
|
|
Rate: 10
|
|
- Index: 232
|
|
Item: S_Swordman_Pendant
|
|
Rate: 10
|
|
- Index: 233
|
|
Item: S_Merchant_Pendant
|
|
Rate: 10
|
|
- Index: 234
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 10
|
|
- Index: 235
|
|
Item: S_Thief_Pendant
|
|
Rate: 10
|
|
- Index: 236
|
|
Item: S_Magician_Pendant
|
|
Rate: 10
|
|
- Index: 237
|
|
Item: S_Archer_Pendant
|
|
Rate: 10
|
|
- Index: 238
|
|
Item: S_Knight_Shoes
|
|
Rate: 10
|
|
- Index: 239
|
|
Item: S_Crusader_Shoes
|
|
Rate: 10
|
|
- Index: 240
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 10
|
|
- Index: 241
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 10
|
|
- Index: 242
|
|
Item: S_Priest_Shoes
|
|
Rate: 10
|
|
- Index: 243
|
|
Item: S_Monk_Shoes
|
|
Rate: 10
|
|
- Index: 244
|
|
Item: S_Assassin_Shoes
|
|
Rate: 10
|
|
- Index: 245
|
|
Item: S_Rogue_Shoes
|
|
Rate: 10
|
|
- Index: 246
|
|
Item: S_Wizard_Shoes
|
|
Rate: 10
|
|
- Index: 247
|
|
Item: S_Sage_Shoes
|
|
Rate: 10
|
|
- Index: 248
|
|
Item: S_Hunter_Shoes
|
|
Rate: 10
|
|
- Index: 249
|
|
Item: S_Bard_Shoes
|
|
Rate: 10
|
|
- Index: 250
|
|
Item: S_Dancer_Shoes
|
|
Rate: 10
|
|
- Index: 251
|
|
Item: S_Knight_Armor
|
|
Rate: 10
|
|
- Index: 252
|
|
Item: S_Crusader_Armor
|
|
Rate: 10
|
|
- Index: 253
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 10
|
|
- Index: 254
|
|
Item: S_Alchemist_Armor
|
|
Rate: 10
|
|
- Index: 255
|
|
Item: S_Priest_Armor
|
|
Rate: 10
|
|
- Index: 256
|
|
Item: S_Monk_Armor
|
|
Rate: 10
|
|
- Index: 257
|
|
Item: S_Assassin_Armor
|
|
Rate: 10
|
|
- Index: 258
|
|
Item: S_Rogue_Armor
|
|
Rate: 10
|
|
- Index: 259
|
|
Item: S_Wizard_Armor
|
|
Rate: 10
|
|
- Index: 260
|
|
Item: S_Sage_Armor
|
|
Rate: 10
|
|
- Index: 261
|
|
Item: S_Hunter_Armor
|
|
Rate: 10
|
|
- Index: 262
|
|
Item: S_Bard_Armor
|
|
Rate: 10
|
|
- Index: 263
|
|
Item: S_Dancer_Armor
|
|
Rate: 10
|
|
- Index: 264
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 10
|
|
- Index: 265
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 10
|
|
- Index: 266
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 10
|
|
- Index: 267
|
|
Item: S_Ninja_Weapon
|
|
Rate: 10
|
|
- Index: 268
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 10
|
|
- Index: 269
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 10
|
|
- Index: 270
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 10
|
|
- Index: 271
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 10
|
|
- Index: 272
|
|
Item: S_Mechanic_weapon
|
|
Rate: 10
|
|
- Index: 273
|
|
Item: S_Genetic_Weapon
|
|
Rate: 10
|
|
- Index: 274
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 10
|
|
- Index: 275
|
|
Item: S_Sura_weapon
|
|
Rate: 10
|
|
- Index: 276
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 10
|
|
- Index: 277
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 10
|
|
- Index: 278
|
|
Item: S_Warlock_Weapon
|
|
Rate: 10
|
|
- Index: 279
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 10
|
|
- Index: 280
|
|
Item: S_Ranger_Weapon
|
|
Rate: 10
|
|
- Index: 281
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 10
|
|
- Index: 282
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 10
|
|
- Index: 283
|
|
Item: S_Runeknight_Shield
|
|
Rate: 10
|
|
- Index: 284
|
|
Item: S_Royalguard_Shield
|
|
Rate: 10
|
|
- Index: 285
|
|
Item: S_Mechanic_Shield
|
|
Rate: 10
|
|
- Index: 286
|
|
Item: S_Genetic_Shield
|
|
Rate: 10
|
|
- Index: 287
|
|
Item: S_Archbishop_Shield
|
|
Rate: 10
|
|
- Index: 288
|
|
Item: S_Sura_Shield
|
|
Rate: 10
|
|
- Index: 289
|
|
Item: S_Guillotine_Shield
|
|
Rate: 10
|
|
- Index: 290
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 10
|
|
- Index: 291
|
|
Item: S_Warlock_Shield
|
|
Rate: 10
|
|
- Index: 292
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 10
|
|
- Index: 293
|
|
Item: S_Ranger_Shield
|
|
Rate: 10
|
|
- Index: 294
|
|
Item: S_Minstrel_Shield
|
|
Rate: 10
|
|
- Index: 295
|
|
Item: S_Wanderer_Shield
|
|
Rate: 10
|
|
- Index: 296
|
|
Item: S_Ninja_Shield
|
|
Rate: 10
|
|
- Index: 297
|
|
Item: S_Taekwon_Shield
|
|
Rate: 10
|
|
- Index: 298
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 10
|
|
- Index: 299
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 10
|
|
- Index: 300
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 10
|
|
- Index: 301
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 10
|
|
- Index: 302
|
|
Item: S_Thief_earring
|
|
Rate: 10
|
|
- Index: 303
|
|
Item: S_Archer_earring
|
|
Rate: 10
|
|
- Index: 304
|
|
Item: S2_Hasty_Shoes
|
|
Rate: 3
|
|
- Index: 305
|
|
Item: S2_Bearers_Pendent
|
|
Rate: 3
|
|
- Index: 306
|
|
Item: S2_Gemstone_Earring
|
|
Rate: 3
|
|
- Index: 307
|
|
Item: S2_Spell_Flow_Shield
|
|
Rate: 3
|
|
- Index: 308
|
|
Item: S2_Spiritual_Weapon
|
|
Rate: 3
|
|
- Index: 309
|
|
Item: S2_Malicious_Armor
|
|
Rate: 3
|
|
- Index: 310
|
|
Item: S_Sigrun_Armor
|
|
Rate: 3
|
|
- Index: 311
|
|
Item: S_Sigrun_Shield
|
|
Rate: 3
|
|
- Index: 312
|
|
Item: S2_Force_Ex_Weapon
|
|
Rate: 3
|
|
- Index: 313
|
|
Item: S2_Spirit_M_E_Weapon
|
|
Rate: 3
|
|
- Index: 314
|
|
Item: S2_Caster_Armor
|
|
Rate: 3
|
|
- Index: 315
|
|
Item: S2_Reload_Armor
|
|
Rate: 3
|
|
- Index: 316
|
|
Item: S_Critical_Shield
|
|
Rate: 10
|
|
- Index: 317
|
|
Item: S_Critical_Shoes
|
|
Rate: 10
|
|
- Index: 318
|
|
Item: S_MagicCompose_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 319
|
|
Item: S2_Gemstone_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 320
|
|
Item: S2_Gemstone_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 321
|
|
Item: S2_Bearers_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 322
|
|
Item: S2_Bearers_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 323
|
|
Item: S_AllMighty_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 324
|
|
Item: S_AllMighty_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 325
|
|
Item: S_Tempest_Shield
|
|
Rate: 3
|
|
- Index: 326
|
|
Item: S_Tempest_Shoes
|
|
Rate: 3
|
|
- Index: 327
|
|
Item: S_M_ExeHoly_Armor
|
|
Rate: 3
|
|
- Index: 328
|
|
Item: S_M_ExoCorrupt_Armor
|
|
Rate: 3
|
|
- Index: 329
|
|
Item: S_M_DragonVib_Armor
|
|
Rate: 3
|
|
- Index: 330
|
|
Item: S_M_SciHunting_Armor
|
|
Rate: 3
|
|
- Index: 331
|
|
Item: S_M_FishInsect_Armor
|
|
Rate: 3
|
|
- Index: 332
|
|
Item: S2_Plasterer's_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 333
|
|
Item: S2_Insomniac_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 334
|
|
Item: S2_Peerless_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 335
|
|
Item: S2_Adurate_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 336
|
|
Item: Unfreez_Weapon_S2
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 337
|
|
Item: Vitality_Earing_S2
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 338
|
|
Item: S2_Neutral_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 339
|
|
Item: S2_Curse_Lift_Pendent
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 340
|
|
Item: S_Tension_Weapon
|
|
Rate: 10
|
|
- Index: 341
|
|
Item: S_Tension_Earring
|
|
Rate: 10
|
|
- Index: 342
|
|
Item: S_Tension_Pendent
|
|
Rate: 10
|
|
- Index: 343
|
|
Item: S_Elegant_Weapon
|
|
Rate: 10
|
|
- Index: 344
|
|
Item: S_Elegant_Earring
|
|
Rate: 10
|
|
- Index: 345
|
|
Item: S_Elegant_Pendent
|
|
Rate: 10
|
|
- Index: 346
|
|
Item: S_Healing_Shield
|
|
Rate: 10
|
|
- Index: 347
|
|
Item: S_Healing_Shoes
|
|
Rate: 10
|
|
- Index: 348
|
|
Item: S_Restore_Earring
|
|
Rate: 10
|
|
- Index: 349
|
|
Item: S_Restore_Pendent
|
|
Rate: 10
|
|
- Index: 350
|
|
Item: S_MortalBlow_Weapon
|
|
Rate: 10
|
|
- Index: 351
|
|
Item: S_MortalBlow_Earring
|
|
Rate: 10
|
|
- Index: 352
|
|
Item: S_MortalBlow_Pendent
|
|
Rate: 10
|
|
- Index: 353
|
|
Item: S_Penetration_Shoes
|
|
Rate: 3
|
|
- Index: 354
|
|
Item: S_Penetration_Shield
|
|
Rate: 3
|
|
- Index: 355
|
|
Item: S_ExeHoly_Armor
|
|
Rate: 3
|
|
- Index: 356
|
|
Item: S_ExoCorrupt_Armor
|
|
Rate: 3
|
|
- Index: 357
|
|
Item: S_DragonVib_Armor
|
|
Rate: 3
|
|
- Index: 358
|
|
Item: S_SciHunting_Armor
|
|
Rate: 3
|
|
- Index: 359
|
|
Item: S_FishInsect_Armor
|
|
Rate: 3
|
|
- Index: 360
|
|
Item: Sentimental_Weapone_S
|
|
Rate: 10
|
|
- Index: 361
|
|
Item: Sentimental_Earring_S
|
|
Rate: 10
|
|
- Index: 362
|
|
Item: Sentimental_Pendant_S
|
|
Rate: 10
|
|
- Index: 363
|
|
Item: Enchanting_Weapone_S
|
|
Rate: 10
|
|
- Index: 364
|
|
Item: Enchanting_Earring_S
|
|
Rate: 10
|
|
- Index: 365
|
|
Item: Enchanting_Pendant_S
|
|
Rate: 10
|
|
- Index: 366
|
|
Item: S_Infinity_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 367
|
|
Item: S_Physical_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 368
|
|
Item: S_Physical_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 369
|
|
Item: S_Physical_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 370
|
|
Item: S_Magical_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 371
|
|
Item: S_Magical_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 372
|
|
Item: S_Magical_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 373
|
|
Item: S_ImmunedAthena_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 374
|
|
Item: S_HardChamption_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 375
|
|
Item: S_KingbirdAncient_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 376
|
|
Item: S_CriticalHit_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 377
|
|
Item: S_Rebellion_Armor
|
|
Rate: 10
|
|
- Index: 378
|
|
Item: S_Kagerou_Armor
|
|
Rate: 10
|
|
- Index: 379
|
|
Item: S_Oboro_Armor
|
|
Rate: 10
|
|
- Index: 380
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 10
|
|
- Index: 381
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 10
|
|
- Index: 382
|
|
Item: S_Oboro_Shoes
|
|
Rate: 10
|
|
- Index: 383
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 10
|
|
- Index: 384
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 10
|
|
- Index: 385
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 10
|
|
- Index: 386
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 10
|
|
- Index: 387
|
|
Item: S_Star_Emperor_Armor
|
|
Rate: 10
|
|
- Index: 388
|
|
Item: S_Star_Emperor_Shoes
|
|
Rate: 10
|
|
- Index: 389
|
|
Item: S_Soul_Reaper_Armor
|
|
Rate: 10
|
|
- Index: 390
|
|
Item: S_Soul_Reaper_Shoes
|
|
Rate: 10
|
|
- Index: 391
|
|
Item: S_Tempest_Weapon
|
|
Rate: 10
|
|
- Index: 392
|
|
Item: S_Tempest_Armor
|
|
Rate: 10
|
|
- Index: 393
|
|
Item: S_PerfectSize_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 394
|
|
Item: S_PerfectSize_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 395
|
|
Item: S_M_Exo_Co_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 396
|
|
Item: S_M_Viv_Dr_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 397
|
|
Item: S_M_Sci_Hu_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 398
|
|
Item: S_M_Fis_In_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 399
|
|
Item: S_M_Exe_Ho_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 400
|
|
Item: S_Penetration_Weapon
|
|
Rate: 10
|
|
- Index: 401
|
|
Item: S_Penetration_Armor
|
|
Rate: 10
|
|
- Index: 402
|
|
Item: S_Exe_Ho_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 403
|
|
Item: S_Fis_In_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 404
|
|
Item: S_Sci_Hu_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 405
|
|
Item: S_Viv_Dr_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 406
|
|
Item: S_Exo_Co_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 407
|
|
Item: S_Hasty_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 408
|
|
Item: S_Sonic_Armor
|
|
Rate: 10
|
|
- Index: 409
|
|
Item: S_Sonic_Shield
|
|
Rate: 10
|
|
- Index: 410
|
|
Item: S_Sonic_Shoes
|
|
Rate: 10
|
|
- Index: 411
|
|
Item: S_Ignition_Weapon
|
|
Rate: 10
|
|
- Index: 412
|
|
Item: S_Ignition_Pendant
|
|
Rate: 10
|
|
- Index: 413
|
|
Item: S_Ignition_Earing
|
|
Rate: 10
|
|
- Index: 414
|
|
Item: S_W_Breath_Armor
|
|
Rate: 10
|
|
- Index: 415
|
|
Item: S_W_Breath_Shield
|
|
Rate: 10
|
|
- Index: 416
|
|
Item: S_W_Breath_Shoes
|
|
Rate: 10
|
|
- Index: 417
|
|
Item: S_F_Breath_Weapon
|
|
Rate: 10
|
|
- Index: 418
|
|
Item: S_F_Breath_Pendant
|
|
Rate: 10
|
|
- Index: 419
|
|
Item: S_F_Breath_Earing
|
|
Rate: 10
|
|
- Index: 420
|
|
Item: S_Cluster_Armor
|
|
Rate: 10
|
|
- Index: 421
|
|
Item: S_Cluster_Shield
|
|
Rate: 10
|
|
- Index: 422
|
|
Item: S_Cluster_Shoes
|
|
Rate: 10
|
|
- Index: 423
|
|
Item: S_Aimed_Weapon
|
|
Rate: 10
|
|
- Index: 424
|
|
Item: S_Aimed_Pendant
|
|
Rate: 10
|
|
- Index: 425
|
|
Item: S_Aimed_Earing
|
|
Rate: 10
|
|
- Index: 426
|
|
Item: S_Arrow_Armor
|
|
Rate: 10
|
|
- Index: 427
|
|
Item: S_Arrow_Shield
|
|
Rate: 10
|
|
- Index: 428
|
|
Item: S_Arrow_Shoes
|
|
Rate: 10
|
|
- Index: 429
|
|
Item: S_Shooting_Weapon
|
|
Rate: 10
|
|
- Index: 430
|
|
Item: S_Shooting_Pendant
|
|
Rate: 10
|
|
- Index: 431
|
|
Item: S_Shooting_Earing
|
|
Rate: 10
|
|
- Index: 432
|
|
Item: S_Tornado_Armor
|
|
Rate: 10
|
|
- Index: 433
|
|
Item: S_Tornado_Shield
|
|
Rate: 10
|
|
- Index: 434
|
|
Item: S_Tornado_Shoes
|
|
Rate: 10
|
|
- Index: 435
|
|
Item: S_Boomerang_Weapon
|
|
Rate: 10
|
|
- Index: 436
|
|
Item: S_Boomerang_Pendant
|
|
Rate: 10
|
|
- Index: 437
|
|
Item: S_Boomerang_Earing
|
|
Rate: 10
|
|
- Index: 438
|
|
Item: S_Vulcan_Armor
|
|
Rate: 10
|
|
- Index: 439
|
|
Item: S_Vulcan_Shield
|
|
Rate: 10
|
|
- Index: 440
|
|
Item: S_Vulcan_Shoes
|
|
Rate: 10
|
|
- Index: 441
|
|
Item: S_Arms_Weapon
|
|
Rate: 10
|
|
- Index: 442
|
|
Item: S_Arms_Pendant
|
|
Rate: 10
|
|
- Index: 443
|
|
Item: S_Arms_Earing
|
|
Rate: 10
|
|
- Index: 444
|
|
Item: S_Rampage_Armor
|
|
Rate: 10
|
|
- Index: 445
|
|
Item: S_Rampage_Shield
|
|
Rate: 10
|
|
- Index: 446
|
|
Item: S_Rampage_Shoes
|
|
Rate: 10
|
|
- Index: 447
|
|
Item: S_Skynetblow_Weapon
|
|
Rate: 10
|
|
- Index: 448
|
|
Item: S_Skynetblow_Pendant
|
|
Rate: 10
|
|
- Index: 449
|
|
Item: S_Skynetblow_Earing
|
|
Rate: 10
|
|
- Index: 450
|
|
Item: S_Knucklearrow_Armor
|
|
Rate: 10
|
|
- Index: 451
|
|
Item: S_Knucklearrow_Shield
|
|
Rate: 10
|
|
- Index: 452
|
|
Item: S_Knucklearrow_Shoes
|
|
Rate: 10
|
|
- Index: 453
|
|
Item: S_TigerCannon_Weapon
|
|
Rate: 10
|
|
- Index: 454
|
|
Item: S_Tigercannon_Pendant
|
|
Rate: 10
|
|
- Index: 455
|
|
Item: S_Tigercannon_Earing
|
|
Rate: 10
|
|
- Index: 456
|
|
Item: S_Duplelight_Armor
|
|
Rate: 10
|
|
- Index: 457
|
|
Item: S_Duplelight_Shield
|
|
Rate: 10
|
|
- Index: 458
|
|
Item: S_Duplelight_Shoes
|
|
Rate: 10
|
|
- Index: 459
|
|
Item: S_Adoramus_Weapon
|
|
Rate: 10
|
|
- Index: 460
|
|
Item: S_Adoramus_Pendant
|
|
Rate: 10
|
|
- Index: 461
|
|
Item: S_Adoramus_Earing
|
|
Rate: 10
|
|
- Index: 462
|
|
Item: S_Judex_Armor
|
|
Rate: 10
|
|
- Index: 463
|
|
Item: S_Judex_Shield
|
|
Rate: 10
|
|
- Index: 464
|
|
Item: S_Judex_Shoes
|
|
Rate: 10
|
|
- Index: 465
|
|
Item: S_Magnus_Weapon
|
|
Rate: 10
|
|
- Index: 466
|
|
Item: S_Magnus_Pendant
|
|
Rate: 10
|
|
- Index: 467
|
|
Item: S_Magnus_Earing
|
|
Rate: 10
|
|
- Index: 468
|
|
Item: S_Rainstorm_Armor
|
|
Rate: 10
|
|
- Index: 469
|
|
Item: S_Rainstorm_Shield
|
|
Rate: 10
|
|
- Index: 470
|
|
Item: S_Rainstorm_Shoes
|
|
Rate: 10
|
|
- Index: 471
|
|
Item: S_Arrowvulcan_Weapon
|
|
Rate: 10
|
|
- Index: 472
|
|
Item: S_Arrowvulcan_Pendant
|
|
Rate: 10
|
|
- Index: 473
|
|
Item: S_Arrowvulcan_Earing
|
|
Rate: 10
|
|
- Index: 474
|
|
Item: S_Metalic_Armor
|
|
Rate: 10
|
|
- Index: 475
|
|
Item: S_Metalic_Shield
|
|
Rate: 10
|
|
- Index: 476
|
|
Item: S_Metalic_Shoes
|
|
Rate: 10
|
|
- Index: 477
|
|
Item: S_Reverberation_Weapon
|
|
Rate: 10
|
|
- Index: 478
|
|
Item: S_Reverberation_Pendant
|
|
Rate: 10
|
|
- Index: 479
|
|
Item: S_Reverberation_Earing
|
|
Rate: 10
|
|
- Index: 480
|
|
Item: S_Triangle_Armor
|
|
Rate: 10
|
|
- Index: 481
|
|
Item: S_Triangle_Shield
|
|
Rate: 10
|
|
- Index: 482
|
|
Item: S_Triangle_Shoes
|
|
Rate: 10
|
|
- Index: 483
|
|
Item: S_Shadowspell_Weapon
|
|
Rate: 10
|
|
- Index: 484
|
|
Item: S_Shadowspell_Pendant
|
|
Rate: 10
|
|
- Index: 485
|
|
Item: S_Shadowspell_Earing
|
|
Rate: 10
|
|
- Index: 486
|
|
Item: S_Menace_Armor
|
|
Rate: 10
|
|
- Index: 487
|
|
Item: S_Menace_Shield
|
|
Rate: 10
|
|
- Index: 488
|
|
Item: S_Menace_Shoes
|
|
Rate: 10
|
|
- Index: 489
|
|
Item: S_Paint_Weapon
|
|
Rate: 10
|
|
- Index: 490
|
|
Item: S_Paint_Pendant
|
|
Rate: 10
|
|
- Index: 491
|
|
Item: S_Paint_Earing
|
|
Rate: 10
|
|
- Index: 492
|
|
Item: S_Rolling_Armor
|
|
Rate: 10
|
|
- Index: 493
|
|
Item: S_Rolling_Shield
|
|
Rate: 10
|
|
- Index: 494
|
|
Item: S_Rolling_Shoes
|
|
Rate: 10
|
|
- Index: 495
|
|
Item: S_Katar_Weapon
|
|
Rate: 10
|
|
- Index: 496
|
|
Item: S_Katar_Pendant
|
|
Rate: 10
|
|
- Index: 497
|
|
Item: S_Katar_Earing
|
|
Rate: 10
|
|
- Index: 498
|
|
Item: S_Slash_Armor
|
|
Rate: 10
|
|
- Index: 499
|
|
Item: S_Slash_Shield
|
|
Rate: 10
|
|
- Index: 500
|
|
Item: S_Slash_Shoes
|
|
Rate: 10
|
|
- Index: 501
|
|
Item: S_Ripper_Weapon
|
|
Rate: 10
|
|
- Index: 502
|
|
Item: S_Ripper_Pendant
|
|
Rate: 10
|
|
- Index: 503
|
|
Item: S_Ripper_Earing
|
|
Rate: 10
|
|
- Index: 504
|
|
Item: S_Dust_Armor
|
|
Rate: 10
|
|
- Index: 505
|
|
Item: S_Dust_Shield
|
|
Rate: 10
|
|
- Index: 506
|
|
Item: S_Dust_Shoes
|
|
Rate: 10
|
|
- Index: 507
|
|
Item: S_Grave_Weapon
|
|
Rate: 10
|
|
- Index: 508
|
|
Item: S_Grave_Pendant
|
|
Rate: 10
|
|
- Index: 509
|
|
Item: S_Grave_Earing
|
|
Rate: 10
|
|
- Index: 510
|
|
Item: S_Psychic_Armor
|
|
Rate: 10
|
|
- Index: 511
|
|
Item: S_Psychic_Shield
|
|
Rate: 10
|
|
- Index: 512
|
|
Item: S_Psychic_Shoes
|
|
Rate: 10
|
|
- Index: 513
|
|
Item: S_Varetyr_Weapon
|
|
Rate: 10
|
|
- Index: 514
|
|
Item: S_Varetyr_Pendant
|
|
Rate: 10
|
|
- Index: 515
|
|
Item: S_Varetyr_Earing
|
|
Rate: 10
|
|
- Index: 516
|
|
Item: S_Jack_Armor
|
|
Rate: 10
|
|
- Index: 517
|
|
Item: S_Jack_Shield
|
|
Rate: 10
|
|
- Index: 518
|
|
Item: S_Jack_Shoes
|
|
Rate: 10
|
|
- Index: 519
|
|
Item: S_Strain_Weapon
|
|
Rate: 10
|
|
- Index: 520
|
|
Item: S_Strain_Pendant
|
|
Rate: 10
|
|
- Index: 521
|
|
Item: S_Strain_Earing
|
|
Rate: 10
|
|
- Index: 522
|
|
Item: S_Crimson_Armor
|
|
Rate: 10
|
|
- Index: 523
|
|
Item: S_Crimson_Shield
|
|
Rate: 10
|
|
- Index: 524
|
|
Item: S_Crimson_Shoes
|
|
Rate: 10
|
|
- Index: 525
|
|
Item: S_Chain_Weapon
|
|
Rate: 10
|
|
- Index: 526
|
|
Item: S_Chain_Pendant
|
|
Rate: 10
|
|
- Index: 527
|
|
Item: S_Chain_Earing
|
|
Rate: 10
|
|
- Index: 528
|
|
Item: S_Cart_Tornado_Armor
|
|
Rate: 10
|
|
- Index: 529
|
|
Item: S_Cart_Tornado_Shield
|
|
Rate: 10
|
|
- Index: 530
|
|
Item: S_Cart_Tornado_Shoes
|
|
Rate: 10
|
|
- Index: 531
|
|
Item: S_Cannon_Cart_Weapon
|
|
Rate: 10
|
|
- Index: 532
|
|
Item: S_Cannon_Cart_Pendant
|
|
Rate: 10
|
|
- Index: 533
|
|
Item: S_Cannon_Cart_Earing
|
|
Rate: 10
|
|
- Index: 534
|
|
Item: S_Spore_Bomb_Armor
|
|
Rate: 10
|
|
- Index: 535
|
|
Item: S_Spore_Bomb_Shield
|
|
Rate: 10
|
|
- Index: 536
|
|
Item: S_Spore_Bomb_Shoes
|
|
Rate: 10
|
|
- Index: 537
|
|
Item: S_Crazy_Weapon
|
|
Rate: 10
|
|
- Index: 538
|
|
Item: S_Crazy_Pendant
|
|
Rate: 10
|
|
- Index: 539
|
|
Item: S_Crazy_Earing
|
|
Rate: 10
|
|
- Index: 540
|
|
Item: S_Brand_Armor
|
|
Rate: 10
|
|
- Index: 541
|
|
Item: S_Brand_Shield
|
|
Rate: 10
|
|
- Index: 542
|
|
Item: S_Brand_Shoes
|
|
Rate: 10
|
|
- Index: 543
|
|
Item: S_Chain_Press_Weapon
|
|
Rate: 10
|
|
- Index: 544
|
|
Item: S_Chain_Press_Pendant
|
|
Rate: 10
|
|
- Index: 545
|
|
Item: S_Chain_Press_Earing
|
|
Rate: 10
|
|
- Index: 546
|
|
Item: S_Banish_Cannon_Armor
|
|
Rate: 10
|
|
- Index: 547
|
|
Item: S_Banish_Cannon_Shield
|
|
Rate: 10
|
|
- Index: 548
|
|
Item: S_Banish_Cannon_Shoes
|
|
Rate: 10
|
|
- Index: 549
|
|
Item: S_Genesis_Weapon
|
|
Rate: 10
|
|
- Index: 550
|
|
Item: S_Genesis_Pendant
|
|
Rate: 10
|
|
- Index: 551
|
|
Item: S_Genesis_Earing
|
|
Rate: 10
|
|
- Index: 552
|
|
Item: S_Tail_Dragon_Weapon
|
|
Rate: 10
|
|
- Index: 553
|
|
Item: S_Tail_Dragon_Shield
|
|
Rate: 10
|
|
- Index: 554
|
|
Item: S_Tail_Dragon_Armor
|
|
Rate: 10
|
|
- Index: 555
|
|
Item: S_Flare_Dance_Earing
|
|
Rate: 10
|
|
- Index: 556
|
|
Item: S_Flare_Dance_Pendant
|
|
Rate: 10
|
|
- Index: 557
|
|
Item: S_Flare_Dance_Shoes
|
|
Rate: 10
|
|
- Index: 558
|
|
Item: S_God_Hammer_Weapon
|
|
Rate: 10
|
|
- Index: 559
|
|
Item: S_God_Hammer_Shield
|
|
Rate: 10
|
|
- Index: 560
|
|
Item: S_God_Hammer_Armor
|
|
Rate: 10
|
|
- Index: 561
|
|
Item: S_Shatter_Buster_Earing
|
|
Rate: 10
|
|
- Index: 562
|
|
Item: S_Shatter_B_Pendant
|
|
Rate: 10
|
|
- Index: 563
|
|
Item: S_Shatter_Buster_Shoes
|
|
Rate: 10
|
|
- Index: 564
|
|
Item: S_Trip_Weapon
|
|
Rate: 10
|
|
- Index: 565
|
|
Item: S_Trip_Shield
|
|
Rate: 10
|
|
- Index: 566
|
|
Item: S_Trip_Armor
|
|
Rate: 10
|
|
- Index: 567
|
|
Item: S_Super_Magic_Shield
|
|
Rate: 10
|
|
- Index: 568
|
|
Item: S_Super_Magic_Armor
|
|
Rate: 10
|
|
- Index: 569
|
|
Item: S_Super_Magic_Shoes
|
|
Rate: 10
|
|
- Index: 570
|
|
Item: S_Super_Power_Weapon
|
|
Rate: 10
|
|
- Index: 571
|
|
Item: S_Super_Power_Pendant
|
|
Rate: 10
|
|
- Index: 572
|
|
Item: S_Super_Power_Earing
|
|
Rate: 10
|
|
- Index: 573
|
|
Item: S_Kunai_Weapon
|
|
Rate: 10
|
|
- Index: 574
|
|
Item: S_Kunai_Shield
|
|
Rate: 10
|
|
- Index: 575
|
|
Item: S_Kunai_Armor
|
|
Rate: 10
|
|
- Index: 576
|
|
Item: S_Syuriken_Earing
|
|
Rate: 10
|
|
- Index: 577
|
|
Item: S_Syuriken_Pendant
|
|
Rate: 10
|
|
- Index: 578
|
|
Item: S_Syuriken_Shoes
|
|
Rate: 10
|
|
- Index: 579
|
|
Item: S_Kamaenraku_Weapon
|
|
Rate: 10
|
|
- Index: 580
|
|
Item: S_Kamaenraku_Shield
|
|
Rate: 10
|
|
- Index: 581
|
|
Item: S_Kamaenraku_Armor
|
|
Rate: 10
|
|
- Index: 582
|
|
Item: S_Huusouka_Earing
|
|
Rate: 10
|
|
- Index: 583
|
|
Item: S_Huusouka_Pendant
|
|
Rate: 10
|
|
- Index: 584
|
|
Item: S_Huusouka_Shoes
|
|
Rate: 10
|
|
- Index: 585
|
|
Item: S_Pickyrush_Weapon
|
|
Rate: 10
|
|
- Index: 586
|
|
Item: S_Pickyrush_Shield
|
|
Rate: 10
|
|
- Index: 587
|
|
Item: S_Pickyrush_Armor
|
|
Rate: 10
|
|
- Index: 588
|
|
Item: S_SavageRabbit_Earing
|
|
Rate: 10
|
|
- Index: 589
|
|
Item: S_SavageRabbit_Pendant
|
|
Rate: 10
|
|
- Index: 590
|
|
Item: S_SavageRabbit_Shoes
|
|
Rate: 10
|
|
- Index: 591
|
|
Item: S_Catnip_Weapon
|
|
Rate: 10
|
|
- Index: 592
|
|
Item: S_Catnip_Shield
|
|
Rate: 10
|
|
- Index: 593
|
|
Item: S_Catnip_Armor
|
|
Rate: 10
|
|
- Index: 594
|
|
Item: S_Silvervine_Earing
|
|
Rate: 10
|
|
- Index: 595
|
|
Item: S_Silvervine_Pendant
|
|
Rate: 10
|
|
- Index: 596
|
|
Item: S_Silvervine_Shoes
|
|
Rate: 10
|
|
- Index: 597
|
|
Item: S_Sunshine_Weapon
|
|
Rate: 10
|
|
- Index: 598
|
|
Item: S_Sunshine_Shield
|
|
Rate: 10
|
|
- Index: 599
|
|
Item: S_Sunshine_Armor
|
|
Rate: 10
|
|
- Index: 600
|
|
Item: S_Moonlight_Earring
|
|
Rate: 10
|
|
- Index: 601
|
|
Item: S_Moonlight_Pendant
|
|
Rate: 10
|
|
- Index: 602
|
|
Item: S_Moonlight_Shoes
|
|
Rate: 10
|
|
- Index: 603
|
|
Item: S_Stardust_Weapon
|
|
Rate: 10
|
|
- Index: 604
|
|
Item: S_Stardust_Shield
|
|
Rate: 10
|
|
- Index: 605
|
|
Item: S_Stardust_Armor
|
|
Rate: 10
|
|
- Index: 606
|
|
Item: S_S_Weapon
|
|
Rate: 10
|
|
- Index: 607
|
|
Item: S_S_Shield
|
|
Rate: 10
|
|
- Index: 608
|
|
Item: S_S_Armor
|
|
Rate: 10
|
|
- Index: 609
|
|
Item: S_Evilcurse_Earring
|
|
Rate: 10
|
|
- Index: 610
|
|
Item: S_Evilcurse_Pendant
|
|
Rate: 10
|
|
- Index: 611
|
|
Item: S_Evilcurse_Shoes
|
|
Rate: 10
|
|
- Index: 612
|
|
Item: S_FullPene_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 613
|
|
Item: S_FullPene_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 614
|
|
Item: S_FullPene_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 615
|
|
Item: S_FullPene_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 616
|
|
Item: S_AllRace_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 617
|
|
Item: S_AllRace_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 618
|
|
Item: S_Blitz_Weapon
|
|
Rate: 10
|
|
- Index: 619
|
|
Item: S_Blitz_Armor
|
|
Rate: 10
|
|
- Index: 620
|
|
Item: S_FullTemp_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 621
|
|
Item: S_FullTemp_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 622
|
|
Item: S_FullTemp_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 623
|
|
Item: S_FullTemp_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 624
|
|
Item: S_Mammoth_Armor
|
|
Rate: 10
|
|
- Index: 625
|
|
Item: S_Mammoth_Shoes
|
|
Rate: 10
|
|
- Index: 626
|
|
Item: S_Mammoth_Pendant
|
|
Rate: 10
|
|
- Index: 627
|
|
Item: S_Mammoth_Earring
|
|
Rate: 10
|
|
- Index: 628
|
|
Item: S_Mammoth_Weapon
|
|
Rate: 10
|
|
- Index: 629
|
|
Item: S_Mammoth_Shield
|
|
Rate: 10
|
|
- Index: 630
|
|
Item: S_TrueGem_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 631
|
|
Item: S_TrueGem_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 632
|
|
Item: S_TrueGem_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 633
|
|
Item: S_TrueGem_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 634
|
|
Item: S_M_Mammoth_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 635
|
|
Item: S_M_Mammoth_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 636
|
|
Item: S_M_Mammoth_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 637
|
|
Item: S_M_Mammoth_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 638
|
|
Item: S_EXP_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 639
|
|
Item: S_Absorb_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 640
|
|
Item: S_Absorb_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 641
|
|
Item: S_AutoSpell_Shield
|
|
Rate: 10
|
|
- Index: 642
|
|
Item: S_AutoSpell_Armor
|
|
Rate: 10
|
|
- Index: 643
|
|
Item: S_AutoSpell_Shoes
|
|
Rate: 10
|
|
- Index: 644
|
|
Item: S_AutoSpell_Weapon
|
|
Rate: 10
|
|
- Index: 645
|
|
Item: S_AutoSpell_Pendant
|
|
Rate: 10
|
|
- Index: 646
|
|
Item: S_AutoSpell_Earring
|
|
Rate: 10
|
|
- Index: 647
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 648
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 649
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 650
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 651
|
|
Item: S_Hasty_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 652
|
|
Item: S_Infinity_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 653
|
|
Item: S_Durable_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 654
|
|
Item: S_Durable_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 655
|
|
Item: S_Clever_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 656
|
|
Item: S_Clever_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 657
|
|
Item: S_CriticalHit_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 658
|
|
Item: S_KingbirdAnc_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 659
|
|
Item: S_P_Power_Weapon
|
|
Rate: 10
|
|
- Index: 660
|
|
Item: S_P_Power_Shield
|
|
Rate: 10
|
|
- Index: 661
|
|
Item: S_M_Spell_Weapon
|
|
Rate: 10
|
|
- Index: 662
|
|
Item: S_M_Spell_Shield
|
|
Rate: 10
|
|
- Index: 663
|
|
Item: S_Concentration_Weapon
|
|
Rate: 10
|
|
- Index: 664
|
|
Item: S_Concentration_Shield
|
|
Rate: 10
|
|
- Index: 665
|
|
Item: S_Wisdom_Weapon
|
|
Rate: 10
|
|
- Index: 666
|
|
Item: S_Wisdom_Shield
|
|
Rate: 10
|
|
- Index: 667
|
|
Item: S_Stamina_Weapon
|
|
Rate: 10
|
|
- Index: 668
|
|
Item: S_Stamina_Shield
|
|
Rate: 10
|
|
- Index: 669
|
|
Item: S_Creative_Weapon
|
|
Rate: 10
|
|
- Index: 670
|
|
Item: S_Creative_Shield
|
|
Rate: 10
|
|
- Index: 671
|
|
Item: S_S_Reload_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 672
|
|
Item: S_SpellCaster_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 673
|
|
Item: S_SpellCaster_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 674
|
|
Item: S_SpellCaster_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 675
|
|
Item: S_SpellCaster_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 676
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 677
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 678
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 679
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 680
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 681
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 682
|
|
Item: S_EXP_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: FLUFFY_SEMI_LONG_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Fluffy_Semi_Long
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Fluffy_Semi_Long_LPP
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Fluffy_Semi_Long_OM
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Fluffy_Semi_Long_WH
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Fluffy_Semi_Long_JBL
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Fluffy_Semi_Long_BG
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: C_Fluffy_Semi_Long_YL
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: C_Fluffy_Semi_Long_CB
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: C_Fluffy_Semi_Long_LB
|
|
Rate: 1
|
|
- Group: BOOSTER_PACK_215
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 60
|
|
- Index: 6
|
|
Item: E_Red_Booster
|
|
Amount: 60
|
|
- Index: 7
|
|
Item: Booster_Coin
|
|
Amount: 56
|
|
- Index: 8
|
|
Item: Booster_Pack_230
|
|
- Index: 9
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Group: BOOSTER_PACK_230
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Lv_Up_T_230
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 130
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 7
|
|
Item: Booster_Pack_240
|
|
- Group: ANGELPORINGJEWEL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: AngelPoring_Purple
|
|
- Index: 1
|
|
Item: AngelPoring_SkyBlue
|
|
- Index: 2
|
|
Item: AngelPoring_Green
|
|
- Index: 3
|
|
Item: AngelPoring_Pink
|
|
- Index: 4
|
|
Item: AngelPoring_DeepRed
|
|
- Index: 5
|
|
Item: AngelPoring_Clear
|
|
- Group: UP_HERO_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Up_Royal_Bow_K
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Up_Narcis_Bow
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Up_Shadow_Staff_K
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Up_Iron_Nail_K
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Up_Magic_Sword
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Up_Sword_Of_Bluefire
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Up_Avenger
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Up_Iron_Staff
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Up_Oriental_Sword
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Up_Undine_Spear_K
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Up_Demon_Hunting_Bible
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Up_Shiver_Katar_K
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Up_OneSkyOneSun
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Up_SoulWeight
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Up_MeawFoxtail
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Up_Crimson_Rose
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Up_Master_Soul_Rifle
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Up_Demon_S_Shot
|
|
Rate: 1
|
|
- Index: 18
|
|
Item: Up_Golden_L_Launcher
|
|
Rate: 1
|
|
- Index: 19
|
|
Item: Up_The_Black_Gatling
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Up_Fog_Dew_Sword
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Up_Humma_Clear
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: Up_Dragonic_Slayer
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: Up_Light_Blade
|
|
Rate: 1
|
|
- Index: 24
|
|
Item: Up_Slate_Sword
|
|
Rate: 1
|
|
- Index: 25
|
|
Item: Up_Trumpet_Shell_K
|
|
Rate: 1
|
|
- Index: 26
|
|
Item: Up_Barb_Wire_K
|
|
Rate: 1
|
|
- Index: 27
|
|
Item: Up_Meteor_Striker
|
|
Rate: 1
|
|
- Index: 28
|
|
Item: Up_Saint_Hall
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Up_Ray_Knuckle
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: Up_Blade_Katar
|
|
Rate: 1
|
|
- Index: 31
|
|
Item: Up_Fatalist
|
|
Rate: 1
|
|
- Index: 32
|
|
Item: Up_Scalet_Dragon_L_Bow
|
|
Rate: 1
|
|
- Index: 33
|
|
Item: Up_Blue_Crystal_Staff
|
|
Rate: 1
|
|
- Index: 34
|
|
Item: Up_Freezing_Rod
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Up_Freedom_Stick
|
|
Rate: 1
|
|
- Index: 36
|
|
Item: Up_Blessed_Knife
|
|
Rate: 1
|
|
- Group: HIGH_REFINE_GUARANTEE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_12Up
|
|
Rate: 14
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_13Up
|
|
Rate: 6
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_12Up
|
|
Rate: 14
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_13Up
|
|
Rate: 6
|
|
Announced: true
|
|
- Group: REFINE_GUARANTEE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 25
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_10Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 25
|
|
- Index: 5
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 15
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Armor_10Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: SPECIAL_REFINE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Temporal_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Geffen_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Circlet_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: OS_Weapon_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Racecap_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Old_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Auto_Armor_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Bio_Weapon_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Bio_Helm_Refine_Cube
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: AUTOSPELL_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_AutoSpell_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_AutoSpell_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_AutoSpell_Weapon
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_AutoSpell_Shoes
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_AutoSpell_Earring
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_AutoSpell_Pendant
|
|
Rate: 1
|
|
- Group: BROADCASTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
Duration: 10080
|
|
- Index: 1
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 2
|
|
Item: E_DEF_Scroll_Box
|
|
- Index: 3
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Group: S_ENCHANT_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 7
|
|
Announced: true
|
|
- Index: 2
|
|
Item: DoubleAttack_Stone
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Critical_Stone_Robe
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 4
|
|
Item: CastingStone_Robe
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: CastStone_Robe_D
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 6
|
|
Item: SPdrainStone_Robe
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 7
|
|
Item: SPdrainStone_Top
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 8
|
|
Item: CastStone_Robe
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 9
|
|
Item: ShrinkEffect_Bottom
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Greed_Stone
|
|
Rate: 40
|
|
Announced: true
|
|
- Index: 11
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 12
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 13
|
|
Item: HPdrainStone_Robe
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: HPdrainStone_Top
|
|
Rate: 30
|
|
- Index: 15
|
|
Item: ASPDStone_Top
|
|
Rate: 30
|
|
- Index: 16
|
|
Item: ASPDStone_Robe
|
|
Rate: 30
|
|
- Index: 17
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 30
|
|
- Index: 18
|
|
Item: SuraStone_Robe
|
|
Rate: 30
|
|
- Index: 19
|
|
Item: RangerStone_Robe
|
|
Rate: 30
|
|
- Index: 20
|
|
Item: SorcererStone_Robe
|
|
Rate: 30
|
|
- Index: 21
|
|
Item: RuneknightStone_Robe
|
|
Rate: 30
|
|
- Index: 22
|
|
Item: GeneticStone_Robe
|
|
Rate: 30
|
|
- Index: 23
|
|
Item: WarlockStone_Robe
|
|
Rate: 30
|
|
- Index: 24
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 30
|
|
- Index: 25
|
|
Item: MechanicStone_Robe
|
|
Rate: 30
|
|
- Index: 26
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 30
|
|
- Index: 27
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 30
|
|
- Index: 28
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 30
|
|
- Index: 29
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 30
|
|
- Index: 30
|
|
Item: SuraStone_Robe2
|
|
Rate: 30
|
|
- Index: 31
|
|
Item: SorcererStone_Robe2
|
|
Rate: 30
|
|
- Index: 32
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 30
|
|
- Index: 33
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 30
|
|
- Index: 34
|
|
Item: ElectricEffect_Middle
|
|
Rate: 30
|
|
- Index: 35
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 30
|
|
- Index: 36
|
|
Item: StaremperorStone_Robe
|
|
Rate: 30
|
|
- Index: 37
|
|
Item: KagerouStone_Robe
|
|
Rate: 30
|
|
- Index: 38
|
|
Item: OboroStone_Robe
|
|
Rate: 30
|
|
- Index: 39
|
|
Item: RebellionStone_Robe
|
|
Rate: 30
|
|
- Index: 40
|
|
Item: DoramStone_Robe
|
|
Rate: 30
|
|
- Index: 41
|
|
Item: RangerStone_Robe2
|
|
Rate: 30
|
|
- Index: 42
|
|
Item: MechanicStone_Robe2
|
|
Rate: 30
|
|
- Index: 43
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 30
|
|
- Index: 44
|
|
Item: WarlockStone_Robe2
|
|
Rate: 30
|
|
- Index: 45
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 30
|
|
- Index: 46
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 30
|
|
- Index: 47
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 30
|
|
- Index: 48
|
|
Item: GeneticStone_Robe2
|
|
Rate: 30
|
|
- Index: 49
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 30
|
|
- Index: 50
|
|
Item: Range_Stone
|
|
Rate: 100
|
|
- Index: 51
|
|
Item: EXPStone_Middle
|
|
Rate: 100
|
|
- Index: 52
|
|
Item: EXPStone_Bottom
|
|
Rate: 100
|
|
- Index: 53
|
|
Item: EXPStone_Top
|
|
Rate: 100
|
|
- Index: 54
|
|
Item: CastingStone_Bottom
|
|
Rate: 100
|
|
- Index: 55
|
|
Item: CastingStone_Middle
|
|
Rate: 100
|
|
- Index: 56
|
|
Item: CastingStone_Top
|
|
Rate: 100
|
|
- Index: 57
|
|
Item: ATKStone_Top
|
|
Rate: 100
|
|
- Index: 58
|
|
Item: ATKStone_Middle
|
|
Rate: 100
|
|
- Index: 59
|
|
Item: ATKStone_Bottom
|
|
Rate: 100
|
|
- Index: 60
|
|
Item: MATKStone_Top
|
|
Rate: 100
|
|
- Index: 61
|
|
Item: MATKStone_Middle
|
|
Rate: 100
|
|
- Index: 62
|
|
Item: MATKStone_Bottom
|
|
Rate: 100
|
|
- Index: 63
|
|
Item: Critical_Stone
|
|
Rate: 100
|
|
- Index: 64
|
|
Item: Critical_Stone_Top
|
|
Rate: 100
|
|
- Index: 65
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 100
|
|
- Index: 66
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 100
|
|
- Index: 67
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 100
|
|
- Index: 68
|
|
Item: GreenFloor_Bottom
|
|
Rate: 100
|
|
- Index: 69
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 100
|
|
- Index: 70
|
|
Item: ReloadStone_Top
|
|
Rate: 100
|
|
- Index: 71
|
|
Item: ReloadStone_Middle
|
|
Rate: 100
|
|
- Index: 72
|
|
Item: ReloadStone_Bottom
|
|
Rate: 100
|
|
- Index: 73
|
|
Item: Range_Stone_Top
|
|
Rate: 100
|
|
- Index: 74
|
|
Item: Range_Stone_Bottom
|
|
Rate: 100
|
|
- Index: 75
|
|
Item: Melee_Stone_Top
|
|
Rate: 100
|
|
- Index: 76
|
|
Item: Melee_Stone_Middle
|
|
Rate: 100
|
|
- Index: 77
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 100
|
|
- Index: 78
|
|
Item: Magic_Stone_Top
|
|
Rate: 100
|
|
- Index: 79
|
|
Item: Magic_Stone_Middle
|
|
Rate: 100
|
|
- Index: 80
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 100
|
|
- Index: 81
|
|
Item: SuraStone_Top
|
|
Rate: 63
|
|
- Index: 82
|
|
Item: SuraStone_Middle
|
|
Rate: 63
|
|
- Index: 83
|
|
Item: SuraStone_Bottom
|
|
Rate: 63
|
|
- Index: 84
|
|
Item: RangerStone_Top
|
|
Rate: 63
|
|
- Index: 85
|
|
Item: RangerStone_Middle
|
|
Rate: 63
|
|
- Index: 86
|
|
Item: RangerStone_Bottom
|
|
Rate: 63
|
|
- Index: 87
|
|
Item: SorcererStone_Top
|
|
Rate: 63
|
|
- Index: 88
|
|
Item: SorcererStone_Middle
|
|
Rate: 63
|
|
- Index: 89
|
|
Item: SorcererStone_Bottom
|
|
Rate: 63
|
|
- Index: 90
|
|
Item: RuneknightStone_Top
|
|
Rate: 63
|
|
- Index: 91
|
|
Item: RuneknightStone_Middle
|
|
Rate: 63
|
|
- Index: 92
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 63
|
|
- Index: 93
|
|
Item: GeneticStone_Top
|
|
Rate: 63
|
|
- Index: 94
|
|
Item: GeneticStone_Middle
|
|
Rate: 63
|
|
- Index: 95
|
|
Item: GeneticStone_Bottom
|
|
Rate: 63
|
|
- Index: 96
|
|
Item: WarlockStone_Top
|
|
Rate: 63
|
|
- Index: 97
|
|
Item: WarlockStone_Middle
|
|
Rate: 63
|
|
- Index: 98
|
|
Item: WarlockStone_Bottom
|
|
Rate: 63
|
|
- Index: 99
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 63
|
|
- Index: 100
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 63
|
|
- Index: 101
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 63
|
|
- Index: 102
|
|
Item: MechanicStone_Top
|
|
Rate: 63
|
|
- Index: 103
|
|
Item: MechanicStone_Middle
|
|
Rate: 63
|
|
- Index: 104
|
|
Item: MechanicStone_Bottom
|
|
Rate: 63
|
|
- Index: 105
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 63
|
|
- Index: 106
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 63
|
|
- Index: 107
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 63
|
|
- Index: 108
|
|
Item: HighpriestStone_Top
|
|
Rate: 63
|
|
- Index: 109
|
|
Item: HighpriestStone_Middle
|
|
Rate: 63
|
|
- Index: 110
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 63
|
|
- Index: 111
|
|
Item: PaladinStone_Top
|
|
Rate: 63
|
|
- Index: 112
|
|
Item: PaladinStone_Middle
|
|
Rate: 63
|
|
- Index: 113
|
|
Item: PaladinStone_Bottom
|
|
Rate: 63
|
|
- Index: 114
|
|
Item: AssacrossStone_Top
|
|
Rate: 63
|
|
- Index: 115
|
|
Item: AssacrossStone_Middle
|
|
Rate: 63
|
|
- Index: 116
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 63
|
|
- Index: 117
|
|
Item: SuraStone_Top2
|
|
Rate: 63
|
|
- Index: 118
|
|
Item: SuraStone_Middle2
|
|
Rate: 63
|
|
- Index: 119
|
|
Item: SuraStone_Bottom2
|
|
Rate: 63
|
|
- Index: 120
|
|
Item: SorcererStone_Top2
|
|
Rate: 63
|
|
- Index: 121
|
|
Item: SorcererStone_Middle2
|
|
Rate: 63
|
|
- Index: 122
|
|
Item: SorcererStone_Bottom2
|
|
Rate: 63
|
|
- Index: 123
|
|
Item: ShadowchaserStone_Top2
|
|
Rate: 63
|
|
- Index: 124
|
|
Item: ShadowchasStone_Middle2
|
|
Rate: 63
|
|
- Index: 125
|
|
Item: ShadowchasStone_Bottom2
|
|
Rate: 63
|
|
- Index: 126
|
|
Item: SoullinkerStone_Top
|
|
Rate: 63
|
|
- Index: 127
|
|
Item: SoullinkerStone_Middle
|
|
Rate: 63
|
|
- Index: 128
|
|
Item: SoullinkerStone_Bottom
|
|
Rate: 63
|
|
- Index: 129
|
|
Item: GladiatorStone_Top
|
|
Rate: 63
|
|
- Index: 130
|
|
Item: GladiatorStone_Middle
|
|
Rate: 63
|
|
- Index: 131
|
|
Item: GladiatorStone_Bottom
|
|
Rate: 63
|
|
- Index: 132
|
|
Item: NinjaStone_Top
|
|
Rate: 63
|
|
- Index: 133
|
|
Item: NinjaStone_Middle
|
|
Rate: 63
|
|
- Index: 134
|
|
Item: NinjaStone_Bottom
|
|
Rate: 63
|
|
- Index: 135
|
|
Item: GunslingerStone_Top
|
|
Rate: 63
|
|
- Index: 136
|
|
Item: GunslingerStone_Middle
|
|
Rate: 63
|
|
- Index: 137
|
|
Item: GunslingerStone_Bottom
|
|
Rate: 63
|
|
- Index: 138
|
|
Item: DoramStone_Top
|
|
Rate: 63
|
|
- Index: 139
|
|
Item: DoramStone_Middle
|
|
Rate: 63
|
|
- Index: 140
|
|
Item: DoramStone_Bottom
|
|
Rate: 63
|
|
- Index: 141
|
|
Item: RangerStone_Top2
|
|
Rate: 63
|
|
- Index: 142
|
|
Item: RangerStone_Middle2
|
|
Rate: 63
|
|
- Index: 143
|
|
Item: RangerStone_Bottom2
|
|
Rate: 63
|
|
- Index: 144
|
|
Item: MechanicStone_Top2
|
|
Rate: 63
|
|
- Index: 145
|
|
Item: MechanicStone_Middle2
|
|
Rate: 63
|
|
- Index: 146
|
|
Item: MechanicStone_Bottom2
|
|
Rate: 63
|
|
- Index: 147
|
|
Item: HighpriestStone_Top2
|
|
Rate: 63
|
|
- Index: 148
|
|
Item: HighpriestStone_Middle2
|
|
Rate: 63
|
|
- Index: 149
|
|
Item: HighpriestStone_Bottom2
|
|
Rate: 63
|
|
- Index: 150
|
|
Item: WarlockStone_Top2
|
|
Rate: 63
|
|
- Index: 151
|
|
Item: WarlockStone_Middle2
|
|
Rate: 63
|
|
- Index: 152
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 63
|
|
- Index: 153
|
|
Item: PaladinStone_Top2
|
|
Rate: 63
|
|
- Index: 154
|
|
Item: PaladinStone_Middle2
|
|
Rate: 63
|
|
- Index: 155
|
|
Item: PaladinStone_Bottom2
|
|
Rate: 63
|
|
- Index: 156
|
|
Item: AssacrossStone_Top2
|
|
Rate: 63
|
|
- Index: 157
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 63
|
|
- Index: 158
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 63
|
|
- Index: 159
|
|
Item: RuneknightStone_Top2
|
|
Rate: 63
|
|
- Index: 160
|
|
Item: RuneknightStone_Middle2
|
|
Rate: 63
|
|
- Index: 161
|
|
Item: RuneknightStone_Bottom2
|
|
Rate: 63
|
|
- Index: 162
|
|
Item: GeneticStone_Top2
|
|
Rate: 63
|
|
- Index: 163
|
|
Item: GeneticStone_Middle2
|
|
Rate: 63
|
|
- Index: 164
|
|
Item: GeneticStone_Bottom2
|
|
Rate: 63
|
|
- Index: 165
|
|
Item: WanderMinsStone_Top2
|
|
Rate: 63
|
|
- Index: 166
|
|
Item: WanderMinsStone_Middle2
|
|
Rate: 63
|
|
- Index: 167
|
|
Item: WanderMinsStone_Bottom2
|
|
Rate: 63
|
|
- Group: C_GIANT_FLY_1DAY_BOX__
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Giant_Fly_Wing
|
|
Duration: 1440
|
|
- Group: C_WING_OF_FLY_3DAY_B__
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: PHYMAG_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Earring
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Physical_Weapon
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Magical_Earring
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Magical_Weapon
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Magical_Pendant
|
|
Rate: 1
|
|
- Group: S_DUAL_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 5
|
|
- Index: 1
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: CastStone_Robe_D
|
|
Rate: 18
|
|
- Index: 3
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 36
|
|
- Index: 4
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 36
|
|
- Group: S_COSTUME_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Forest_Guide
|
|
- Index: 1
|
|
Item: C_L_Knitting_Low_Twin_W
|
|
- Index: 2
|
|
Item: C_Scepter
|
|
- Index: 3
|
|
Item: C_Demons_Familiar_K
|
|
- Group: GM_LOST_BAGPACK
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Exotic_Bob_Box
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
Rate: 12
|
|
- Index: 2
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 12
|
|
- Index: 3
|
|
Item: Lapine_DdukddakBox3
|
|
Rate: 25
|
|
- Index: 4
|
|
Item: Zelunium
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Shadowdecon
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Zelunium_Ore
|
|
Rate: 170
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Shadowdecon_Ore
|
|
Rate: 170
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
Rate: 170
|
|
- Index: 9
|
|
Item: Yggdrasil_Seed_Box_
|
|
Rate: 170
|
|
- Index: 10
|
|
Item: World_Tour_Ticket
|
|
Rate: 170
|
|
Amount: 10
|
|
- Group: E_POTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blue_Potion_B
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: White_Slim_Potion_B
|
|
Amount: 100
|
|
- Group: BUFF_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Blessing_10_Scroll
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Amount: 10
|
|
- Group: SEASON_EVT_REWARD_9
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: C_Autumnal_Flavor
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: C_Harvest_Festa_Hat
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: C_Turkey_Hat
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: C_Sweet_Potato_In_Mouth
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Rate: 250
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Rate: 250
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Shadowdecon
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: Zelunium
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: E_Med_Life_Potion
|
|
Rate: 250
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Grilled_Turkey
|
|
Rate: 950
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: BraisedSpareribs
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: BraisedShortRibs
|
|
Rate: 200
|
|
- Index: 14
|
|
Item: Korea_Rice_Cake_B
|
|
Rate: 1100
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Sesame_Pastry_B
|
|
Rate: 1100
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Honey_Pastry_B
|
|
Rate: 1100
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Shadowdecon_Ore
|
|
Rate: 500
|
|
- Index: 18
|
|
Item: Zelunium_Ore
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Harvest_Cookie
|
|
Rate: 2249
|
|
Amount: 10
|
|
- Index: 20
|
|
Item: Lobster_Hat
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Refine_Guarantee
|
|
Rate: 1
|
|
- Group: S_IGNITION_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Ignition_Weapon
|
|
- Index: 1
|
|
Item: S_Ignition_Earing
|
|
- Index: 2
|
|
Item: S_Ignition_Pendant
|
|
- Group: LI_HD_ORIDECON_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Oridecon
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
Amount: 3
|
|
- Group: LI_HD_ELUNIUM_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Elunium
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
Amount: 3
|
|
- Group: LI_HD_BRADIUMBOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Bradium
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
Amount: 3
|
|
- Group: LI_HD_CARNIUMBOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Carnium
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: LI_A_3_POTION_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: Small_Life_Potion
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: Med_Life_Potion
|
|
Amount: 100
|
|
- Index: 3
|
|
Item: Mysterious_Water
|
|
Amount: 100
|
|
- Index: 4
|
|
Item: K_Secret_Key
|
|
Amount: 13
|
|
- Group: STONE_COIN_PACKAGEI
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Group: STONE_COIN_PACKAGEII
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 2
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Group: STONE_COIN_PACKAGEIII
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Infinity_Drink
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 3
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Group: A_HD_ELUNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Elunium
|
|
Amount: 26
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_HD_ORIDECON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 26
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_HD_CARNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Carnium
|
|
Amount: 26
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_HD_BRADIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 26
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: L_BATTLE_MANUAL_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 15
|
|
- Group: LI_MANA_POTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 125
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: LI_NYANGVINE_BOX_II
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 2
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: K_Secret_Key
|
|
Amount: 22
|
|
- Group: LI_NYANGVINE_BOX_III
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Infinity_Drink
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 3
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 4
|
|
Item: K_Secret_Key
|
|
Amount: 44
|
|
- Group: LI_HD_ORIDECON_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Oridecon
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Shadow_Refine_Hammer
|
|
Amount: 3
|
|
- Group: LI_HD_ELUNIUM_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Elunium
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Shadow_Refine_Hammer
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box23
|
|
Amount: 5
|
|
- Group: LI_A_REFINE_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: LI_A_HD_ELUNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Elunium
|
|
Amount: 52
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 12
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: LI_A_HD_ORIDECON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 52
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 12
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: LI_A_HD_CARNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Carnium
|
|
Amount: 52
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 12
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: LI_A_HD_BRADIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 52
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 12
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: THANOS_UPGRADE_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 2
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Thanos_Upgrade_Box
|
|
- Group: HERO_UP_PACKAGE_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_1
|
|
- Group: HERO_UP_PACKAGE_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_2
|
|
- Group: HERO_HAMMER_PACKAGE_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_1
|
|
- Group: HERO_HAMMER_PACKAGE_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_2
|
|
- Group: HERO_UP_PACKAGE_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_3
|
|
- Group: HERO_HAMMER_PACKAGE_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_3
|
|
- Group: EXP_DROP_UP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EXP_Drop_Up_7days
|
|
- Group: HERO_HAMMER_PACKAGE_4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_4
|
|
- Group: HERO_UP_PACKAGE_4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_4
|
|
- Group: LI_NYANGVINE_STONE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box24
|
|
Amount: 5
|
|
- Group: HERO_UP_PACKAGE_5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_5
|
|
- Group: COSTUMEMILEAGE_PACKAGE1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box24
|
|
Amount: 5
|
|
- Group: COSTUMEMILEAGE_PACKAGE2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box24
|
|
Amount: 10
|
|
- Group: COSTUMEMILEAGE_PACKAGE3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box24
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box23
|
|
Amount: 10
|
|
- Group: MINUS_STATUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Minus_Str
|
|
- Index: 1
|
|
Item: Minus_Agi
|
|
- Index: 2
|
|
Item: Minus_Vit
|
|
- Index: 3
|
|
Item: Minus_Int
|
|
- Index: 4
|
|
Item: Minus_Dex
|
|
- Index: 5
|
|
Item: Minus_Luk
|
|
- Group: COMP_TRANS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Wghost
|
|
- Index: 1
|
|
Item: Trans_Scroll_Sca
|
|
- Index: 2
|
|
Item: Trans_Scroll_Wander
|
|
- Index: 3
|
|
Item: Trans_Scroll_Gazeti
|
|
- Index: 4
|
|
Item: Trans_Scroll_Karcher
|
|
- Index: 5
|
|
Item: Trans_Scroll_Necro
|
|
- Group: S_W_BREATH_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_W_Breath_Shield
|
|
- Index: 1
|
|
Item: S_W_Breath_Shoes
|
|
- Index: 2
|
|
Item: S_W_Breath_Armor
|
|
- Group: S_F_BREATH_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_F_Breath_Weapon
|
|
- Index: 1
|
|
Item: S_F_Breath_Earing
|
|
- Index: 2
|
|
Item: S_F_Breath_Pendant
|
|
- Group: S_SONIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Sonic_Shield
|
|
- Index: 1
|
|
Item: S_Sonic_Shoes
|
|
- Index: 2
|
|
Item: S_Sonic_Armor
|
|
- Group: S_STRAIN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Strain_Weapon
|
|
- Index: 1
|
|
Item: S_Strain_Earing
|
|
- Index: 2
|
|
Item: S_Strain_Pendant
|
|
- Group: S_JACK_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Jack_Shield
|
|
- Index: 1
|
|
Item: S_Jack_Shoes
|
|
- Index: 2
|
|
Item: S_Jack_Armor
|
|
- Group: S_CHAIN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Chain_Weapon
|
|
- Index: 1
|
|
Item: S_Chain_Earing
|
|
- Index: 2
|
|
Item: S_Chain_Pendant
|
|
- Group: S_CRIMSON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Crimson_Shoes
|
|
- Index: 1
|
|
Item: S_Crimson_Shield
|
|
- Index: 2
|
|
Item: S_Crimson_Armor
|
|
- Group: S_VULCAN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Vulcan_Shield
|
|
- Index: 1
|
|
Item: S_Vulcan_Shoes
|
|
- Index: 2
|
|
Item: S_Vulcan_Armor
|
|
- Group: S_BOOMERANG_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Boomerang_Weapon
|
|
- Index: 1
|
|
Item: S_Boomerang_Earing
|
|
- Index: 2
|
|
Item: S_Boomerang_Pendant
|
|
- Group: S_ARMS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Arms_Weapon
|
|
- Index: 1
|
|
Item: S_Arms_Earing
|
|
- Index: 2
|
|
Item: S_Arms_Pendant
|
|
- Group: S_TORNADO_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tornado_Shield
|
|
- Index: 1
|
|
Item: S_Tornado_Shoes
|
|
- Index: 2
|
|
Item: S_Tornado_Armor
|
|
- Group: S_DUPLELIGHT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Duplelight_Shield
|
|
- Index: 1
|
|
Item: S_Duplelight_Shoes
|
|
- Index: 2
|
|
Item: S_Duplelight_Armor
|
|
- Group: S_MAGNUS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magnus_Weapon
|
|
- Index: 1
|
|
Item: S_Magnus_Earing
|
|
- Index: 2
|
|
Item: S_Magnus_Pendant
|
|
- Group: S_ADORAMUS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Adoramus_Weapon
|
|
- Index: 1
|
|
Item: S_Adoramus_Earing
|
|
- Index: 2
|
|
Item: S_Adoramus_Pendant
|
|
- Group: S_JUDEX_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Judex_Shield
|
|
- Index: 1
|
|
Item: S_Judex_Shoes
|
|
- Index: 2
|
|
Item: S_Judex_Armor
|
|
- Group: S_ROLLING_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rolling_Shield
|
|
- Index: 1
|
|
Item: S_Rolling_Shoes
|
|
- Index: 2
|
|
Item: S_Rolling_Armor
|
|
- Group: S_RIPPER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Ripper_Weapon
|
|
- Index: 1
|
|
Item: S_Ripper_Earing
|
|
- Index: 2
|
|
Item: S_Ripper_Pendant
|
|
- Group: S_SLASH_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Slash_Shield
|
|
- Index: 1
|
|
Item: S_Slash_Shoes
|
|
- Index: 2
|
|
Item: S_Slash_Armor
|
|
- Group: S_KATAR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Katar_Weapon
|
|
- Index: 1
|
|
Item: S_Katar_Earing
|
|
- Index: 2
|
|
Item: S_Katar_Pendant
|
|
- Group: S_SHOOTING_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Shooting_Weapon
|
|
- Index: 1
|
|
Item: S_Shooting_Earing
|
|
- Index: 2
|
|
Item: S_Shooting_Pendant
|
|
- Group: S_ARROW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Arrow_Shield
|
|
- Index: 1
|
|
Item: S_Arrow_Shoes
|
|
- Index: 2
|
|
Item: S_Arrow_Armor
|
|
- Group: S_AIMED_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Aimed_Weapon
|
|
- Index: 1
|
|
Item: S_Aimed_Earing
|
|
- Index: 2
|
|
Item: S_Aimed_Pendant
|
|
- Group: S_CLUSTER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cluster_Shield
|
|
- Index: 1
|
|
Item: S_Cluster_Shoes
|
|
- Index: 2
|
|
Item: S_Cluster_Armor
|
|
- Group: S_BANISH_CANNON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Banish_Cannon_Shield
|
|
- Index: 1
|
|
Item: S_Banish_Cannon_Shoes
|
|
- Index: 2
|
|
Item: S_Banish_Cannon_Armor
|
|
- Group: S_BRAND_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Brand_Shield
|
|
- Index: 1
|
|
Item: S_Brand_Shoes
|
|
- Index: 2
|
|
Item: S_Brand_Armor
|
|
- Group: S_GENESIS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Genesis_Weapon
|
|
- Index: 1
|
|
Item: S_Genesis_Earing
|
|
- Index: 2
|
|
Item: S_Genesis_Pendant
|
|
- Group: S_CHAIN_PRESS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Chain_Press_Weapon
|
|
- Index: 1
|
|
Item: S_Chain_Press_Earing
|
|
- Index: 2
|
|
Item: S_Chain_Press_Pendant
|
|
- Group: S_GRAVE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Grave_Weapon
|
|
- Index: 1
|
|
Item: S_Grave_Earing
|
|
- Index: 2
|
|
Item: S_Grave_Pendant
|
|
- Group: S_DUST_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Dust_Shield
|
|
- Index: 1
|
|
Item: S_Dust_Shoes
|
|
- Index: 2
|
|
Item: S_Dust_Armor
|
|
- Group: S_VARETYR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Varetyr_Weapon
|
|
- Index: 1
|
|
Item: S_Varetyr_Earing
|
|
- Index: 2
|
|
Item: S_Varetyr_Pendant
|
|
- Group: S_PSYCHIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Psychic_Shield
|
|
- Index: 1
|
|
Item: S_Psychic_Shoes
|
|
- Index: 2
|
|
Item: S_Psychic_Armor
|
|
- Group: S_SPORE_BOMB_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Spore_Bomb_Shield
|
|
- Index: 1
|
|
Item: S_Spore_Bomb_Shoes
|
|
- Index: 2
|
|
Item: S_Spore_Bomb_Armor
|
|
- Group: S_CANNON_CART_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cannon_Cart_Weapon
|
|
- Index: 1
|
|
Item: S_Cannon_Cart_Earing
|
|
- Index: 2
|
|
Item: S_Cannon_Cart_Pendant
|
|
- Group: S_CRAZY_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Crazy_Weapon
|
|
- Index: 1
|
|
Item: S_Crazy_Earing
|
|
- Index: 2
|
|
Item: S_Crazy_Pendant
|
|
- Group: S_CART_TORNADO_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cart_Tornado_Shield
|
|
- Index: 1
|
|
Item: S_Cart_Tornado_Shoes
|
|
- Index: 2
|
|
Item: S_Cart_Tornado_Armor
|
|
- Group: S_KNUCKLEARROW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Knucklearrow_Shield
|
|
- Index: 1
|
|
Item: S_Knucklearrow_Shoes
|
|
- Index: 2
|
|
Item: S_Knucklearrow_Armor
|
|
- Group: S_SKYNETBLOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Skynetblow_Weapon
|
|
- Index: 1
|
|
Item: S_Skynetblow_Earing
|
|
- Index: 2
|
|
Item: S_Skynetblow_Pendant
|
|
- Group: S_RAMPAGE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rampage_Shield
|
|
- Index: 1
|
|
Item: S_Rampage_Shoes
|
|
- Index: 2
|
|
Item: S_Rampage_Armor
|
|
- Group: S_TIGERCANNON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_TigerCannon_Weapon
|
|
- Index: 1
|
|
Item: S_Tigercannon_Earing
|
|
- Index: 2
|
|
Item: S_Tigercannon_Pendant
|
|
- Group: S_MENACE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Menace_Shield
|
|
- Index: 1
|
|
Item: S_Menace_Shoes
|
|
- Index: 2
|
|
Item: S_Menace_Armor
|
|
- Group: S_SHADOWSPELL_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Shadowspell_Weapon
|
|
- Index: 1
|
|
Item: S_Shadowspell_Earing
|
|
- Index: 2
|
|
Item: S_Shadowspell_Pendant
|
|
- Group: S_TRIANGLE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Triangle_Shield
|
|
- Index: 1
|
|
Item: S_Triangle_Shoes
|
|
- Index: 2
|
|
Item: S_Triangle_Armor
|
|
- Group: S_PAINT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Paint_Weapon
|
|
- Index: 1
|
|
Item: S_Paint_Earing
|
|
- Index: 2
|
|
Item: S_Paint_Pendant
|
|
- Group: S_RAINSTORM_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Rainstorm_Shield
|
|
- Index: 1
|
|
Item: S_Rainstorm_Shoes
|
|
- Index: 2
|
|
Item: S_Rainstorm_Armor
|
|
- Group: S_METALIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Metalic_Shield
|
|
- Index: 1
|
|
Item: S_Metalic_Shoes
|
|
- Index: 2
|
|
Item: S_Metalic_Armor
|
|
- Group: S_ARROWVULCAN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Arrowvulcan_Weapon
|
|
- Index: 1
|
|
Item: S_Arrowvulcan_Earing
|
|
- Index: 2
|
|
Item: S_Arrowvulcan_Pendant
|
|
- Group: S_REVERBERATION_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Reverberation_Weapon
|
|
- Index: 1
|
|
Item: S_Reverberation_Earing
|
|
- Index: 2
|
|
Item: S_Reverberation_Pendant
|
|
- Group: S_MOONLIGHT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Moonlight_Shoes
|
|
- Index: 1
|
|
Item: S_Moonlight_Earring
|
|
- Index: 2
|
|
Item: S_Moonlight_Pendant
|
|
- Group: S_SUNSHINE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Sunshine_Shield
|
|
- Index: 1
|
|
Item: S_Sunshine_Armor
|
|
- Index: 2
|
|
Item: S_Sunshine_Weapon
|
|
- Group: S_STARDUST_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Stardust_Shield
|
|
- Index: 1
|
|
Item: S_Stardust_Armor
|
|
- Index: 2
|
|
Item: S_Stardust_Weapon
|
|
- Group: S_S_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_S_Shield
|
|
- Index: 1
|
|
Item: S_S_Armor
|
|
- Index: 2
|
|
Item: S_S_Weapon
|
|
- Group: S_EVILCURSE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Evilcurse_Shoes
|
|
- Index: 1
|
|
Item: S_Evilcurse_Earring
|
|
- Index: 2
|
|
Item: S_Evilcurse_Pendant
|
|
- Group: S_SYURIKEN_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Syuriken_Shoes
|
|
- Index: 1
|
|
Item: S_Syuriken_Earing
|
|
- Index: 2
|
|
Item: S_Syuriken_Pendant
|
|
- Group: S_KUNAI_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Kunai_Shield
|
|
- Index: 1
|
|
Item: S_Kunai_Armor
|
|
- Index: 2
|
|
Item: S_Kunai_Weapon
|
|
- Group: S_HUUSOUKA_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Huusouka_Shoes
|
|
- Index: 1
|
|
Item: S_Huusouka_Earing
|
|
- Index: 2
|
|
Item: S_Huusouka_Pendant
|
|
- Group: S_KAMAENRAKU_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Kamaenraku_Shield
|
|
- Index: 1
|
|
Item: S_Kamaenraku_Armor
|
|
- Index: 2
|
|
Item: S_Kamaenraku_Weapon
|
|
- Group: S_GOD_HAMMER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_God_Hammer_Shield
|
|
- Index: 1
|
|
Item: S_God_Hammer_Armor
|
|
- Index: 2
|
|
Item: S_God_Hammer_Weapon
|
|
- Group: S_SHATTER_BUSTER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Shatter_Buster_Shoes
|
|
- Index: 1
|
|
Item: S_Shatter_Buster_Earing
|
|
- Index: 2
|
|
Item: S_Shatter_B_Pendant
|
|
- Group: S_TAIL_DRAGON_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Tail_Dragon_Shield
|
|
- Index: 1
|
|
Item: S_Tail_Dragon_Armor
|
|
- Index: 2
|
|
Item: S_Tail_Dragon_Weapon
|
|
- Group: S_TRIP_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Trip_Shield
|
|
- Index: 1
|
|
Item: S_Trip_Armor
|
|
- Index: 2
|
|
Item: S_Trip_Weapon
|
|
- Group: S_FLARE_DANCE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Flare_Dance_Shoes
|
|
- Index: 1
|
|
Item: S_Flare_Dance_Earing
|
|
- Index: 2
|
|
Item: S_Flare_Dance_Pendant
|
|
- Group: S_SUPER_MAGIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Super_Magic_Shield
|
|
- Index: 1
|
|
Item: S_Super_Magic_Shoes
|
|
- Index: 2
|
|
Item: S_Super_Magic_Armor
|
|
- Group: S_SUPER_POWER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Super_Power_Weapon
|
|
- Index: 1
|
|
Item: S_Super_Power_Earing
|
|
- Index: 2
|
|
Item: S_Super_Power_Pendant
|
|
- Group: S_SILVERVINE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Silvervine_Shoes
|
|
- Index: 1
|
|
Item: S_Silvervine_Earing
|
|
- Index: 2
|
|
Item: S_Silvervine_Pendant
|
|
- Group: S_CATNIP_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Catnip_Shield
|
|
- Index: 1
|
|
Item: S_Catnip_Armor
|
|
- Index: 2
|
|
Item: S_Catnip_Weapon
|
|
- Group: S_SAVAGERABBIT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_SavageRabbit_Shoes
|
|
- Index: 1
|
|
Item: S_SavageRabbit_Earing
|
|
- Index: 2
|
|
Item: S_SavageRabbit_Pendant
|
|
- Group: S_PICKYRUSH_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Pickyrush_Shield
|
|
- Index: 1
|
|
Item: S_Pickyrush_Armor
|
|
- Index: 2
|
|
Item: S_Pickyrush_Weapon
|
|
- Group: S_RUNEKNIGHT_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_earring
|
|
- Index: 1
|
|
Item: S_Swordman_Pendant
|
|
- Index: 2
|
|
Item: S_Knight_Shoes
|
|
- Index: 3
|
|
Item: S_Knight_Armor
|
|
- Index: 4
|
|
Item: S_Runeknight_Shield
|
|
- Index: 5
|
|
Item: S_Runeknight_Weapon
|
|
- Group: S_ROYALGUARD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Swordman_earring
|
|
- Index: 1
|
|
Item: S_Swordman_Pendant
|
|
- Index: 2
|
|
Item: S_Crusader_Shoes
|
|
- Index: 3
|
|
Item: S_Crusader_Armor
|
|
- Index: 4
|
|
Item: S_Royalguard_Shield
|
|
- Index: 5
|
|
Item: S_Royalguard_Weapon
|
|
- Group: S_WARLOCK_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magician_earring
|
|
- Index: 1
|
|
Item: S_Magician_Pendant
|
|
- Index: 2
|
|
Item: S_Wizard_Shoes
|
|
- Index: 3
|
|
Item: S_Wizard_Armor
|
|
- Index: 4
|
|
Item: S_Warlock_Shield
|
|
- Index: 5
|
|
Item: S_Warlock_Weapon
|
|
- Group: S_SORCERER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magician_earring
|
|
- Index: 1
|
|
Item: S_Magician_Pendant
|
|
- Index: 2
|
|
Item: S_Sage_Shoes
|
|
- Index: 3
|
|
Item: S_Sage_Armor
|
|
- Index: 4
|
|
Item: S_Sorcerer_Shield
|
|
- Index: 5
|
|
Item: S_Sorcerer_Weapon
|
|
- Group: S_MECHANIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Merchant_earring
|
|
- Index: 1
|
|
Item: S_Merchant_Pendant
|
|
- Index: 2
|
|
Item: S_Blacksmith_Shoes
|
|
- Index: 3
|
|
Item: S_Blacksmith_Armor
|
|
- Index: 4
|
|
Item: S_Mechanic_Shield
|
|
- Index: 5
|
|
Item: S_Mechanic_weapon
|
|
- Group: S_GENERIC_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Merchant_earring
|
|
- Index: 1
|
|
Item: S_Merchant_Pendant
|
|
- Index: 2
|
|
Item: S_Alchemist_Shoes
|
|
- Index: 3
|
|
Item: S_Alchemist_Armor
|
|
- Index: 4
|
|
Item: S_Genetic_Shield
|
|
- Index: 5
|
|
Item: S_Genetic_Weapon
|
|
- Group: S_ARCHBISHOP_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Acolyte_earring
|
|
- Index: 1
|
|
Item: S_Acolyte_Pendant
|
|
- Index: 2
|
|
Item: S_Priest_Shoes
|
|
- Index: 3
|
|
Item: S_Priest_Armor
|
|
- Index: 4
|
|
Item: S_Archbishop_Shield
|
|
- Index: 5
|
|
Item: S_Archbishop_Weapon
|
|
- Group: S_SURA_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Acolyte_earring
|
|
- Index: 1
|
|
Item: S_Acolyte_Pendant
|
|
- Index: 2
|
|
Item: S_Monk_Shoes
|
|
- Index: 3
|
|
Item: S_Monk_Armor
|
|
- Index: 4
|
|
Item: S_Sura_Shield
|
|
- Index: 5
|
|
Item: S_Sura_weapon
|
|
- Group: S_GUILLOTINECROSS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Thief_earring
|
|
- Index: 1
|
|
Item: S_Thief_Pendant
|
|
- Index: 2
|
|
Item: S_Assassin_Shoes
|
|
- Index: 3
|
|
Item: S_Assassin_Armor
|
|
- Index: 4
|
|
Item: S_Guillotine_Shield
|
|
- Index: 5
|
|
Item: S_Guillotine_Weapon
|
|
- Group: S_SHADOWCHASER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Thief_earring
|
|
- Index: 1
|
|
Item: S_Thief_Pendant
|
|
- Index: 2
|
|
Item: S_Rogue_Shoes
|
|
- Index: 3
|
|
Item: S_Rogue_Armor
|
|
- Index: 4
|
|
Item: S_Shadowchaser_Shield
|
|
- Index: 5
|
|
Item: S_Shadowchaser_Weapon
|
|
- Group: S_RANGER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Archer_earring
|
|
- Index: 1
|
|
Item: S_Archer_Pendant
|
|
- Index: 2
|
|
Item: S_Hunter_Shoes
|
|
- Index: 3
|
|
Item: S_Hunter_Armor
|
|
- Index: 4
|
|
Item: S_Ranger_Shield
|
|
- Index: 5
|
|
Item: S_Ranger_Weapon
|
|
- Group: S_WANDERER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Archer_earring
|
|
- Index: 1
|
|
Item: S_Archer_Pendant
|
|
- Index: 2
|
|
Item: S_Dancer_Shoes
|
|
- Index: 3
|
|
Item: S_Dancer_Armor
|
|
- Index: 4
|
|
Item: S_Wanderer_Shield
|
|
- Index: 5
|
|
Item: S_Wanderer_Weapon
|
|
- Group: S_MINSTREL_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Archer_earring
|
|
- Index: 1
|
|
Item: S_Archer_Pendant
|
|
- Index: 2
|
|
Item: S_Bard_Shoes
|
|
- Index: 3
|
|
Item: S_Bard_Armor
|
|
- Index: 4
|
|
Item: S_Minstrel_Shield
|
|
- Index: 5
|
|
Item: S_Minstrel_Weapon
|
|
- Group: S_STAR_EMPEROR_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Taekwon_Shield
|
|
- Index: 1
|
|
Item: S_Taekwon_Weapon
|
|
- Index: 2
|
|
Item: S_Star_Emperor_Shoes
|
|
- Index: 3
|
|
Item: S_Star_Emperor_Armor
|
|
- Group: S_SOUL_REAPER_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Taekwon_Shield
|
|
- Index: 1
|
|
Item: S_Taekwon_Weapon
|
|
- Index: 2
|
|
Item: S_Soul_Reaper_Shoes
|
|
- Index: 3
|
|
Item: S_Soul_Reaper_Armor
|
|
- Group: S_KAGEROU_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Ninja_Shield
|
|
- Index: 1
|
|
Item: S_Ninja_Weapon
|
|
- Index: 2
|
|
Item: S_Kagerou_Shoes
|
|
- Index: 3
|
|
Item: S_Kagerou_Armor
|
|
- Group: S_OBORO_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Ninja_Shield
|
|
- Index: 1
|
|
Item: S_Ninja_Weapon
|
|
- Index: 2
|
|
Item: S_Oboro_Shoes
|
|
- Index: 3
|
|
Item: S_Oboro_Armor
|
|
- Group: S_REBELLION_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gunslinger_Shield
|
|
- Index: 1
|
|
Item: S_Gunslinger_Weapon
|
|
- Index: 2
|
|
Item: S_Rebellion_Shoes
|
|
- Index: 3
|
|
Item: S_Rebellion_Armor
|
|
- Group: S_SUPERNOVICE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_SuperNovice_Shield
|
|
- Index: 1
|
|
Item: S_SuperNovice_Weapon
|
|
- Group: S_DORAM_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_DoramMagical_Shield
|
|
- Index: 1
|
|
Item: S_DoramMagical_Shoes
|
|
- Index: 2
|
|
Item: S_DoramMagical_Armor
|
|
- Index: 3
|
|
Item: S_DoramMagical_Weapon
|
|
- Index: 4
|
|
Item: S_DoramPhysical_Shield
|
|
- Index: 5
|
|
Item: S_DoramPhysical_Shoes
|
|
- Index: 6
|
|
Item: S_DoramPhysical_Armor
|
|
- Index: 7
|
|
Item: S_DoramPhysical_Weapon
|
|
- Group: S_MAMMOTH_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Mammoth_Shield
|
|
- Index: 1
|
|
Item: S_Mammoth_Shoes
|
|
- Index: 2
|
|
Item: S_Mammoth_Armor
|
|
- Index: 3
|
|
Item: S_Mammoth_Weapon
|
|
- Index: 4
|
|
Item: S_Mammoth_Earring
|
|
- Index: 5
|
|
Item: S_Mammoth_Pendant
|
|
- Group: S_GEMSTONE_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gemstone_Shoes
|
|
- Index: 1
|
|
Item: S_Gemstone_Armor
|
|
- Index: 2
|
|
Item: S_Gemstone_Weapon
|
|
- Index: 3
|
|
Item: S_Gemstone_Shield
|
|
- Index: 4
|
|
Item: S_Gemstone_Earring
|
|
- Index: 5
|
|
Item: S_Gemstone_Pendent
|
|
- Group: S_PENE1_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Viv_Dr_Weapon
|
|
- Index: 1
|
|
Item: S_Exo_Co_Weapon
|
|
- Index: 2
|
|
Item: S_Sci_Hu_Weapon
|
|
- Index: 3
|
|
Item: S_Fis_In_Weapon
|
|
- Index: 4
|
|
Item: S_Exe_Ho_Weapon
|
|
- Index: 5
|
|
Item: S_Penetration_Earring
|
|
- Index: 6
|
|
Item: S_Penetration_Pendent
|
|
- Group: S_PENE2_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_DragonVib_Armor
|
|
- Index: 1
|
|
Item: S_ExoCorrupt_Armor
|
|
- Index: 2
|
|
Item: S_SciHunting_Armor
|
|
- Index: 3
|
|
Item: S_FishInsect_Armor
|
|
- Index: 4
|
|
Item: S_ExeHoly_Armor
|
|
- Index: 5
|
|
Item: S_Penetration_Shoes
|
|
- Index: 6
|
|
Item: S_Penetration_Shield
|
|
- Group: S_TEMP1_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Exo_Co_Weapon
|
|
- Index: 1
|
|
Item: S_M_Viv_Dr_Weapon
|
|
- Index: 2
|
|
Item: S_M_Sci_Hu_Weapon
|
|
- Index: 3
|
|
Item: S_M_Fis_In_Weapon
|
|
- Index: 4
|
|
Item: S_M_Exe_Ho_Weapon
|
|
- Index: 5
|
|
Item: S_Tempest_Earring
|
|
- Index: 6
|
|
Item: S_Tempest_Pendent
|
|
- Group: S_TEMP2_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_ExoCorrupt_Armor
|
|
- Index: 1
|
|
Item: S_M_DragonVib_Armor
|
|
- Index: 2
|
|
Item: S_M_SciHunting_Armor
|
|
- Index: 3
|
|
Item: S_M_FishInsect_Armor
|
|
- Index: 4
|
|
Item: S_M_ExeHoly_Armor
|
|
- Index: 5
|
|
Item: S_Tempest_Shoes
|
|
- Index: 6
|
|
Item: S_Tempest_Shield
|
|
- Group: BLACKSMITH_BLESS_BOX_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Amount: 3
|
|
- Group: SHADOW_HAMMER_BOX_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Refine_Hammer
|
|
Amount: 3
|
|
- Group: EDP
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Bottle
|
|
- Index: 1
|
|
Item: Poison_Bottle_B
|
|
- Group: MF_NOTELEPORT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wing_Of_Fly
|
|
- Index: 1
|
|
Item: Giant_Fly_Wing
|
|
- Index: 2
|
|
Item: N_Fly_Wing
|
|
- Index: 3
|
|
Item: E_Giant_Fly_Wing
|
|
- Index: 4
|
|
Item: F_Giant_Fly_Wing
|
|
- Index: 5
|
|
Item: C_Wing_Of_Fly
|
|
- Index: 6
|
|
Item: N_Fly_Wing2
|
|
- Index: 7
|
|
Item: Cps_Fly_Wing
|
|
- Index: 8
|
|
Item: Comp_Wing_Of_Fly
|
|
- Group: MF_NORETURN
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wing_Of_Butterfly
|
|
- Index: 1
|
|
Item: N_Butterfly_Wing
|
|
- Index: 2
|
|
Item: Dun_Tele_Scroll1
|
|
- Index: 3
|
|
Item: Dun_Tele_Scroll2
|
|
- Index: 4
|
|
Item: Dun_Tele_Scroll3_fr
|
|
- Index: 5
|
|
Item: E_Dun_Tele_Scroll1
|
|
- Index: 6
|
|
Item: F_Dun_Tele_Scroll1
|
|
- Index: 7
|
|
Item: WOB_Rune
|
|
- Index: 8
|
|
Item: E_WOB_Rune
|
|
- Index: 9
|
|
Item: F_WOB_Rune
|
|
- Index: 10
|
|
Item: WOB_Schwaltz
|
|
- Index: 11
|
|
Item: E_WOB_Schwaltz
|
|
- Index: 12
|
|
Item: F_WOB_Schwaltz
|
|
- Index: 13
|
|
Item: WOB_Rachel
|
|
- Index: 14
|
|
Item: E_WOB_Rachel
|
|
- Index: 15
|
|
Item: F_WOB_Rachel
|
|
- Index: 16
|
|
Item: WOB_Local
|
|
- Index: 17
|
|
Item: E_WOB_Local
|
|
- Index: 18
|
|
Item: F_WOB_Local
|
|
- Index: 19
|
|
Item: Siege_Teleport_Scroll
|
|
- Index: 20
|
|
Item: Siege_Teleport_Scroll2
|
|
- Index: 21
|
|
Item: E_Siege_Teleport_Scroll
|
|
- Group: GIANT_FLY_WING
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Giant_Fly_Wing
|
|
- Index: 1
|
|
Item: E_Giant_Fly_Wing
|
|
- Index: 2
|
|
Item: F_Giant_Fly_Wing
|
|
- Group: CLASS_SHADOW_WP_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_SuperNovice_Weapon
|
|
Rate: 526
|
|
- Index: 1
|
|
Item: S_Gunslinger_Weapon
|
|
Rate: 526
|
|
- Index: 2
|
|
Item: S_Taekwon_Weapon
|
|
Rate: 526
|
|
- Index: 3
|
|
Item: S_Ninja_Weapon
|
|
Rate: 526
|
|
- Index: 4
|
|
Item: S_DoramMagical_Weapon
|
|
Rate: 526
|
|
- Index: 5
|
|
Item: S_DoramPhysical_Weapon
|
|
Rate: 526
|
|
- Index: 6
|
|
Item: S_Runeknight_Weapon
|
|
Rate: 526
|
|
- Index: 7
|
|
Item: S_Royalguard_Weapon
|
|
Rate: 526
|
|
- Index: 8
|
|
Item: S_Mechanic_weapon
|
|
Rate: 526
|
|
- Index: 9
|
|
Item: S_Genetic_Weapon
|
|
Rate: 526
|
|
- Index: 10
|
|
Item: S_Archbishop_Weapon
|
|
Rate: 526
|
|
- Index: 11
|
|
Item: S_Sura_weapon
|
|
Rate: 526
|
|
- Index: 12
|
|
Item: S_Guillotine_Weapon
|
|
Rate: 526
|
|
- Index: 13
|
|
Item: S_Shadowchaser_Weapon
|
|
Rate: 527
|
|
- Index: 14
|
|
Item: S_Warlock_Weapon
|
|
Rate: 527
|
|
- Index: 15
|
|
Item: S_Sorcerer_Weapon
|
|
Rate: 527
|
|
- Index: 16
|
|
Item: S_Ranger_Weapon
|
|
Rate: 527
|
|
- Index: 17
|
|
Item: S_Minstrel_Weapon
|
|
Rate: 527
|
|
- Index: 18
|
|
Item: S_Wanderer_Weapon
|
|
Rate: 527
|
|
- Group: CLASS_SHADOW_AM_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Knight_Armor
|
|
Rate: 555
|
|
- Index: 1
|
|
Item: S_Crusader_Armor
|
|
Rate: 555
|
|
- Index: 2
|
|
Item: S_Blacksmith_Armor
|
|
Rate: 555
|
|
- Index: 3
|
|
Item: S_Alchemist_Armor
|
|
Rate: 555
|
|
- Index: 4
|
|
Item: S_Priest_Armor
|
|
Rate: 555
|
|
- Index: 5
|
|
Item: S_Monk_Armor
|
|
Rate: 555
|
|
- Index: 6
|
|
Item: S_Assassin_Armor
|
|
Rate: 555
|
|
- Index: 7
|
|
Item: S_Rogue_Armor
|
|
Rate: 555
|
|
- Index: 8
|
|
Item: S_Wizard_Armor
|
|
Rate: 555
|
|
- Index: 9
|
|
Item: S_Sage_Armor
|
|
Rate: 555
|
|
- Index: 10
|
|
Item: S_Hunter_Armor
|
|
Rate: 555
|
|
- Index: 11
|
|
Item: S_Bard_Armor
|
|
Rate: 555
|
|
- Index: 12
|
|
Item: S_Dancer_Armor
|
|
Rate: 555
|
|
- Index: 13
|
|
Item: S_Rebellion_Armor
|
|
Rate: 555
|
|
- Index: 14
|
|
Item: S_Kagerou_Armor
|
|
Rate: 555
|
|
- Index: 15
|
|
Item: S_DoramMagical_Armor
|
|
Rate: 555
|
|
- Index: 16
|
|
Item: S_Oboro_Armor
|
|
Rate: 560
|
|
- Index: 17
|
|
Item: S_DoramPhysical_Armor
|
|
Rate: 560
|
|
- Group: CLASS_SHADOW_SU_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Knight_Shoes
|
|
Rate: 555
|
|
- Index: 1
|
|
Item: S_Crusader_Shoes
|
|
Rate: 555
|
|
- Index: 2
|
|
Item: S_Blacksmith_Shoes
|
|
Rate: 555
|
|
- Index: 3
|
|
Item: S_Alchemist_Shoes
|
|
Rate: 555
|
|
- Index: 4
|
|
Item: S_Priest_Shoes
|
|
Rate: 555
|
|
- Index: 5
|
|
Item: S_Monk_Shoes
|
|
Rate: 555
|
|
- Index: 6
|
|
Item: S_Assassin_Shoes
|
|
Rate: 555
|
|
- Index: 7
|
|
Item: S_Rogue_Shoes
|
|
Rate: 555
|
|
- Index: 8
|
|
Item: S_Wizard_Shoes
|
|
Rate: 555
|
|
- Index: 9
|
|
Item: S_Sage_Shoes
|
|
Rate: 555
|
|
- Index: 10
|
|
Item: S_Hunter_Shoes
|
|
Rate: 555
|
|
- Index: 11
|
|
Item: S_Bard_Shoes
|
|
Rate: 555
|
|
- Index: 12
|
|
Item: S_Kagerou_Shoes
|
|
Rate: 555
|
|
- Index: 13
|
|
Item: S_Oboro_Shoes
|
|
Rate: 555
|
|
- Index: 14
|
|
Item: S_DoramPhysical_Shoes
|
|
Rate: 555
|
|
- Index: 15
|
|
Item: S_DoramMagical_Shoes
|
|
Rate: 555
|
|
- Index: 16
|
|
Item: S_Dancer_Shoes
|
|
Rate: 560
|
|
- Index: 17
|
|
Item: S_Rebellion_Shoes
|
|
Rate: 560
|
|
- Group: CLASS_SHADOW_SD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Runeknight_Shield
|
|
Rate: 526
|
|
- Index: 1
|
|
Item: S_Royalguard_Shield
|
|
Rate: 526
|
|
- Index: 2
|
|
Item: S_Mechanic_Shield
|
|
Rate: 526
|
|
- Index: 3
|
|
Item: S_Genetic_Shield
|
|
Rate: 526
|
|
- Index: 4
|
|
Item: S_Archbishop_Shield
|
|
Rate: 526
|
|
- Index: 5
|
|
Item: S_Sura_Shield
|
|
Rate: 526
|
|
- Index: 6
|
|
Item: S_Guillotine_Shield
|
|
Rate: 526
|
|
- Index: 7
|
|
Item: S_Shadowchaser_Shield
|
|
Rate: 526
|
|
- Index: 8
|
|
Item: S_Warlock_Shield
|
|
Rate: 526
|
|
- Index: 9
|
|
Item: S_Sorcerer_Shield
|
|
Rate: 526
|
|
- Index: 10
|
|
Item: S_Ranger_Shield
|
|
Rate: 526
|
|
- Index: 11
|
|
Item: S_Minstrel_Shield
|
|
Rate: 526
|
|
- Index: 12
|
|
Item: S_Wanderer_Shield
|
|
Rate: 526
|
|
- Index: 13
|
|
Item: S_Ninja_Shield
|
|
Rate: 527
|
|
- Index: 14
|
|
Item: S_Taekwon_Shield
|
|
Rate: 527
|
|
- Index: 15
|
|
Item: S_DoramPhysical_Shield
|
|
Rate: 527
|
|
- Index: 16
|
|
Item: S_DoramMagical_Shield
|
|
Rate: 527
|
|
- Index: 17
|
|
Item: S_SuperNovice_Shield
|
|
Rate: 527
|
|
- Index: 18
|
|
Item: S_Gunslinger_Shield
|
|
Rate: 527
|
|
- Group: CLASS_SHADOW_PD_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Thief_Pendant
|
|
Rate: 1666
|
|
- Index: 1
|
|
Item: S_Archer_Pendant
|
|
Rate: 1666
|
|
- Index: 2
|
|
Item: S_Swordman_Pendant
|
|
Rate: 1667
|
|
- Index: 3
|
|
Item: S_Merchant_Pendant
|
|
Rate: 1667
|
|
- Index: 4
|
|
Item: S_Acolyte_Pendant
|
|
Rate: 1667
|
|
- Index: 5
|
|
Item: S_Magician_Pendant
|
|
Rate: 1667
|
|
- Group: CLASS_SHADOW_EA_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Merchant_earring
|
|
Rate: 1666
|
|
- Index: 1
|
|
Item: S_Acolyte_earring
|
|
Rate: 1666
|
|
- Index: 2
|
|
Item: S_Swordman_earring
|
|
Rate: 1667
|
|
- Index: 3
|
|
Item: S_Magician_earring
|
|
Rate: 1667
|
|
- Index: 4
|
|
Item: S_Thief_earring
|
|
Rate: 1667
|
|
- Index: 5
|
|
Item: S_Archer_earring
|
|
Rate: 1667
|
|
- Group: ENCHANT_STONE_BOX30
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 9
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 10
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 11
|
|
Item: KagerouStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 12
|
|
Item: KagerouStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 13
|
|
Item: KagerouStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 14
|
|
Item: OboroStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 15
|
|
Item: OboroStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 16
|
|
Item: OboroStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 17
|
|
Item: DoramStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 18
|
|
Item: DoramStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 19
|
|
Item: DoramStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 20
|
|
Item: StarStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 21
|
|
Item: StarStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 22
|
|
Item: StarStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 23
|
|
Item: RebelStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 24
|
|
Item: RebelStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 25
|
|
Item: RebelStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 26
|
|
Item: ReaperStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 27
|
|
Item: ReaperStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 28
|
|
Item: ReaperStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 29
|
|
Item: SuraStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 30
|
|
Item: SuraStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 31
|
|
Item: SuraStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 32
|
|
Item: MechanicStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 33
|
|
Item: MechanicStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 34
|
|
Item: MechanicStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 35
|
|
Item: GuillcrossStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 36
|
|
Item: GuillcrossStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 37
|
|
Item: GuillcrossStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 38
|
|
Item: ArchbishopStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 39
|
|
Item: ArchbishopStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 40
|
|
Item: ArchbishopStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 41
|
|
Item: RangerStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 42
|
|
Item: RangerStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 43
|
|
Item: RangerStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 44
|
|
Item: ShadowchasStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 45
|
|
Item: ShadowchasStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 46
|
|
Item: ShadowchasStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 47
|
|
Item: WanderMinsStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 48
|
|
Item: WanderMinsStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 49
|
|
Item: WanderMinsStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 50
|
|
Item: GeneticStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 51
|
|
Item: GeneticStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 52
|
|
Item: GeneticStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 53
|
|
Item: SorcererStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 54
|
|
Item: SorcererStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 55
|
|
Item: SorcererStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 56
|
|
Item: RuneknightStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 57
|
|
Item: RuneknightStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 58
|
|
Item: RuneknightStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 59
|
|
Item: WarlockStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 60
|
|
Item: WarlockStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 61
|
|
Item: WarlockStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 62
|
|
Item: RoyalguardStone_Top3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 63
|
|
Item: RoyalguardStone_Middle3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 64
|
|
Item: RoyalguardStone_Bottom3
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 65
|
|
Item: Stone_Robe_Box
|
|
Rate: 18
|
|
- Index: 66
|
|
Item: Stone_Robe2_Box
|
|
Rate: 18
|
|
- Index: 67
|
|
Item: Magic_Stone_Top
|
|
Rate: 20
|
|
- Index: 68
|
|
Item: Magic_Stone_Middle
|
|
Rate: 20
|
|
- Index: 69
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 70
|
|
Item: Range_Stone_Top
|
|
Rate: 20
|
|
- Index: 71
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 72
|
|
Item: Range_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 73
|
|
Item: Melee_Stone_Top
|
|
Rate: 20
|
|
- Index: 74
|
|
Item: Melee_Stone_Middle
|
|
Rate: 20
|
|
- Index: 75
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 76
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 77
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 78
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 79
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 80
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 81
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 82
|
|
Item: Stone_Top_Box
|
|
Rate: 40
|
|
- Index: 83
|
|
Item: Stone_Top2_Box
|
|
Rate: 40
|
|
- Index: 84
|
|
Item: Stone_Middle_Box
|
|
Rate: 40
|
|
- Index: 85
|
|
Item: Stone_Middle2_Box
|
|
Rate: 40
|
|
- Index: 86
|
|
Item: Stone_Bottom_Box
|
|
Rate: 40
|
|
- Index: 87
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 40
|
|
- Index: 88
|
|
Item: CastingStone_Top
|
|
Rate: 40
|
|
- Index: 89
|
|
Item: CastingStone_Middle
|
|
Rate: 40
|
|
- Index: 90
|
|
Item: CastingStone_Bottom
|
|
Rate: 40
|
|
- Index: 91
|
|
Item: Critical_Stone
|
|
Rate: 40
|
|
- Index: 92
|
|
Item: Critical_Stone_Top
|
|
Rate: 40
|
|
- Index: 93
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 40
|
|
- Group: ENCHANT_STONE_BOX31
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ShinkiroStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: ShiranuiStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: ShaCrossStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: CardinalStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 13
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 14
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 15
|
|
Item: KagerouStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 16
|
|
Item: KagerouStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 17
|
|
Item: KagerouStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 18
|
|
Item: OboroStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 19
|
|
Item: OboroStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 20
|
|
Item: OboroStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 21
|
|
Item: GuillcrossStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 22
|
|
Item: GuillcrossStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: GuillcrossStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: ArchbishopStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: ArchbishopStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: ArchbishopStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 27
|
|
Item: SuNoviceStone_Top
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 28
|
|
Item: SuNoviceStone_Middle
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 29
|
|
Item: SuNoviceStone_Bottom
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 30
|
|
Item: SuNoviceStone_Robe
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 31
|
|
Item: Stone_Robe_Box
|
|
Rate: 19
|
|
- Index: 32
|
|
Item: Stone_Robe3_Box
|
|
Rate: 19
|
|
- Index: 33
|
|
Item: Magic_Stone_Top
|
|
Rate: 20
|
|
- Index: 34
|
|
Item: Magic_Stone_Middle
|
|
Rate: 20
|
|
- Index: 35
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 36
|
|
Item: Range_Stone_Top
|
|
Rate: 20
|
|
- Index: 37
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Range_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Melee_Stone_Top
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Melee_Stone_Middle
|
|
Rate: 20
|
|
- Index: 41
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 42
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 43
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 44
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 45
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 46
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 47
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 48
|
|
Item: Stone_Top_Box
|
|
Rate: 40
|
|
- Index: 49
|
|
Item: Stone_Top2_Box
|
|
Rate: 40
|
|
- Index: 50
|
|
Item: Stone_Middle_Box
|
|
Rate: 40
|
|
- Index: 51
|
|
Item: Stone_Middle2_Box
|
|
Rate: 40
|
|
- Index: 52
|
|
Item: Stone_Bottom_Box
|
|
Rate: 40
|
|
- Index: 53
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 40
|
|
- Index: 54
|
|
Item: CastingStone_Top
|
|
Rate: 40
|
|
- Index: 55
|
|
Item: CastingStone_Middle
|
|
Rate: 40
|
|
- Index: 56
|
|
Item: CastingStone_Bottom
|
|
Rate: 40
|
|
- Index: 57
|
|
Item: Critical_Stone
|
|
Rate: 40
|
|
- Index: 58
|
|
Item: Critical_Stone_Top
|
|
Rate: 40
|
|
- Index: 59
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 40
|
|
- Group: ENCHANT_STONE_BOX32
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ResistDefStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: POWStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: SplStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: ConStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: CrtStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: SkyEmperorStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: MeisterStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: ElementalStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 20
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 21
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 22
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: StarStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: StarStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 27
|
|
Item: StarStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 28
|
|
Item: GeneticStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 29
|
|
Item: GeneticStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 30
|
|
Item: GeneticStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 31
|
|
Item: SorcererStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 32
|
|
Item: SorcererStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 33
|
|
Item: SorcererStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 34
|
|
Item: Stone_Robe_Box
|
|
Rate: 17
|
|
- Index: 35
|
|
Item: Stone_Robe3_Box
|
|
Rate: 17
|
|
- Index: 36
|
|
Item: Magic_Stone_Top
|
|
Rate: 20
|
|
- Index: 37
|
|
Item: Magic_Stone_Middle
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Range_Stone_Top
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 41
|
|
Item: Range_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 42
|
|
Item: Melee_Stone_Top
|
|
Rate: 20
|
|
- Index: 43
|
|
Item: Melee_Stone_Middle
|
|
Rate: 20
|
|
- Index: 44
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 45
|
|
Item: DefenseStone_Top
|
|
Rate: 20
|
|
- Index: 46
|
|
Item: DefenseStone_Middle
|
|
Rate: 20
|
|
- Index: 47
|
|
Item: DefenseStone_Bottom
|
|
Rate: 20
|
|
- Index: 48
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 49
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 50
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 54
|
|
Item: Stone_Top_Box
|
|
Rate: 40
|
|
- Index: 55
|
|
Item: Stone_Top2_Box
|
|
Rate: 40
|
|
- Index: 56
|
|
Item: Stone_Middle_Box
|
|
Rate: 40
|
|
- Index: 57
|
|
Item: Stone_Middle2_Box
|
|
Rate: 40
|
|
- Index: 58
|
|
Item: Stone_Bottom_Box
|
|
Rate: 40
|
|
- Index: 59
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 40
|
|
- Index: 60
|
|
Item: CastingStone_Top
|
|
Rate: 40
|
|
- Index: 61
|
|
Item: CastingStone_Middle
|
|
Rate: 40
|
|
- Index: 62
|
|
Item: CastingStone_Bottom
|
|
Rate: 40
|
|
- Index: 63
|
|
Item: Critical_Stone
|
|
Rate: 40
|
|
- Index: 64
|
|
Item: Critical_Stone_Top
|
|
Rate: 40
|
|
- Index: 65
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 40
|
|
- Group: ANCIENT_HERO_BOX_2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dragonic_Slayer
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Meteor_Striker
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: Light_Blade
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Slate_Sword
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Trumpet_Shell_K
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Barb_Wire_K
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Saint_Hall
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Ray_Knuckle
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Blade_Katar
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Fatalist
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Scalet_Dragon_L_Bow
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Blue_Crystal_Staff
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Freezing_Rod
|
|
Rate: 100
|
|
- Group: ANCIENT_HERO_BOX_3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: OneSkyOneSun
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: SoulWeight
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: MeawFoxtail
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: Master_Soul_Rifle
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Crimson_Rose
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Demon_S_Shot
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Golden_L_Launcher
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: The_Black_Gatling
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Sharp_Wind_Sword
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Fog_Dew_Sword
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Humma_Clear
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Freedom_Stick
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Blessed_Knife
|
|
Rate: 100
|
|
- Group: INTAKE_HAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Intake_WH
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: C_Intake_RD
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: C_Intake_PP
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: C_Intake_GN
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: C_Intake_BU
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: C_Intake_OM
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: C_Intake_YL
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: C_Intake_BL
|
|
Rate: 100
|
|
- Group: PONYTAIL_HAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_AB_Hair_WH
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: C_AB_Hair_LPP
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: C_AB_Hair_RD
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: C_AB_Hair_PP
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: C_AB_Hair_GN
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: C_AB_Hair_BU
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: C_AB_Hair_YL
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: C_AB_Hair_BL
|
|
Rate: 100
|
|
- Group: ALCHEMIST_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: Acid_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: MenEater_Plant_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 3
|
|
Item: Coating_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 4
|
|
Item: Mini_Bottle
|
|
Rate: 1
|
|
Amount: 50
|
|
- Group: GIANT_FLY_WING_2500
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Amount: 13
|
|
- Index: 1
|
|
Item: Giant_Fly_Wing
|
|
Amount: 2500
|
|
UniqueId: true
|
|
- Group: C_GIANT_FLY_WING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
- Index: 1
|
|
Item: Giant_Fly_Wing
|
|
Amount: 500
|
|
UniqueId: true
|
|
- Group: C_SIEGE_SCROLL_BOX1_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_Teleport_Scroll
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Group: C_SIEGE_SCROLL_BOX2_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_Teleport_Scroll
|
|
Amount: 500
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_3_LIFE_POTION_10PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_3_LIFE_POTION_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
- Group: A_INFINITY_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: A_INFINITY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinity_Drink
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Group: C_ACID_B_50BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acid_Bottle
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Group: C_ACID_B_500_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acid_Bottle
|
|
Amount: 500
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: FIRST_AID_KIT_B
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Rate: 581
|
|
- Index: 1
|
|
Item: Center_Potion_B
|
|
Rate: 581
|
|
- Index: 2
|
|
Item: Yellow_Potion_B
|
|
Rate: 581
|
|
- Index: 3
|
|
Item: Novice_Potion_B
|
|
Rate: 581
|
|
- Index: 4
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 5
|
|
Item: Berserk_Potion_B
|
|
Rate: 581
|
|
- Index: 6
|
|
Item: Orange_Potion_B
|
|
Rate: 581
|
|
- Index: 7
|
|
Item: Red_Potion_B
|
|
Rate: 581
|
|
- Index: 8
|
|
Item: Green_Potion_B
|
|
Rate: 581
|
|
- Index: 9
|
|
Item: Blue_Potion_B
|
|
Rate: 581
|
|
- Index: 10
|
|
Item: White_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 11
|
|
Item: Awakening_Potion_B
|
|
Rate: 581
|
|
- Index: 12
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 13
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 581
|
|
- Index: 14
|
|
Item: Slow_Down_Potion_B
|
|
Rate: 581
|
|
- Index: 15
|
|
Item: Anodyne_B
|
|
Rate: 581
|
|
- Index: 16
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 581
|
|
- Index: 17
|
|
Item: Poison_Bottle_B
|
|
Rate: 123
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Rate: 581
|
|
- Index: 1
|
|
Item: Center_Potion_B
|
|
Rate: 581
|
|
- Index: 2
|
|
Item: Yellow_Potion_B
|
|
Rate: 581
|
|
- Index: 3
|
|
Item: Novice_Potion_B
|
|
Rate: 581
|
|
- Index: 4
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 5
|
|
Item: Berserk_Potion_B
|
|
Rate: 581
|
|
- Index: 6
|
|
Item: Orange_Potion_B
|
|
Rate: 581
|
|
- Index: 7
|
|
Item: Red_Potion_B
|
|
Rate: 581
|
|
- Index: 8
|
|
Item: Green_Potion_B
|
|
Rate: 581
|
|
- Index: 9
|
|
Item: Blue_Potion_B
|
|
Rate: 581
|
|
- Index: 10
|
|
Item: White_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 11
|
|
Item: Awakening_Potion_B
|
|
Rate: 581
|
|
- Index: 12
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 13
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 581
|
|
- Index: 14
|
|
Item: Slow_Down_Potion_B
|
|
Rate: 581
|
|
- Index: 15
|
|
Item: Anodyne_B
|
|
Rate: 581
|
|
- Index: 16
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 581
|
|
- Index: 17
|
|
Item: Poison_Bottle_B
|
|
Rate: 123
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Rate: 581
|
|
- Index: 1
|
|
Item: Center_Potion_B
|
|
Rate: 581
|
|
- Index: 2
|
|
Item: Yellow_Potion_B
|
|
Rate: 581
|
|
- Index: 3
|
|
Item: Novice_Potion_B
|
|
Rate: 581
|
|
- Index: 4
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 5
|
|
Item: Berserk_Potion_B
|
|
Rate: 581
|
|
- Index: 6
|
|
Item: Orange_Potion_B
|
|
Rate: 581
|
|
- Index: 7
|
|
Item: Red_Potion_B
|
|
Rate: 581
|
|
- Index: 8
|
|
Item: Green_Potion_B
|
|
Rate: 581
|
|
- Index: 9
|
|
Item: Blue_Potion_B
|
|
Rate: 581
|
|
- Index: 10
|
|
Item: White_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 11
|
|
Item: Awakening_Potion_B
|
|
Rate: 581
|
|
- Index: 12
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 13
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 581
|
|
- Index: 14
|
|
Item: Slow_Down_Potion_B
|
|
Rate: 581
|
|
- Index: 15
|
|
Item: Anodyne_B
|
|
Rate: 581
|
|
- Index: 16
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 581
|
|
- Index: 17
|
|
Item: Poison_Bottle_B
|
|
Rate: 123
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Rate: 581
|
|
- Index: 1
|
|
Item: Center_Potion_B
|
|
Rate: 581
|
|
- Index: 2
|
|
Item: Yellow_Potion_B
|
|
Rate: 581
|
|
- Index: 3
|
|
Item: Novice_Potion_B
|
|
Rate: 581
|
|
- Index: 4
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 5
|
|
Item: Berserk_Potion_B
|
|
Rate: 581
|
|
- Index: 6
|
|
Item: Orange_Potion_B
|
|
Rate: 581
|
|
- Index: 7
|
|
Item: Red_Potion_B
|
|
Rate: 581
|
|
- Index: 8
|
|
Item: Green_Potion_B
|
|
Rate: 581
|
|
- Index: 9
|
|
Item: Blue_Potion_B
|
|
Rate: 581
|
|
- Index: 10
|
|
Item: White_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 11
|
|
Item: Awakening_Potion_B
|
|
Rate: 581
|
|
- Index: 12
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 13
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 581
|
|
- Index: 14
|
|
Item: Slow_Down_Potion_B
|
|
Rate: 581
|
|
- Index: 15
|
|
Item: Anodyne_B
|
|
Rate: 581
|
|
- Index: 16
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 581
|
|
- Index: 17
|
|
Item: Poison_Bottle_B
|
|
Rate: 123
|
|
- SubGroup: 5
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B
|
|
Rate: 581
|
|
- Index: 1
|
|
Item: Center_Potion_B
|
|
Rate: 581
|
|
- Index: 2
|
|
Item: Yellow_Potion_B
|
|
Rate: 581
|
|
- Index: 3
|
|
Item: Novice_Potion_B
|
|
Rate: 581
|
|
- Index: 4
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 5
|
|
Item: Berserk_Potion_B
|
|
Rate: 581
|
|
- Index: 6
|
|
Item: Orange_Potion_B
|
|
Rate: 581
|
|
- Index: 7
|
|
Item: Red_Potion_B
|
|
Rate: 581
|
|
- Index: 8
|
|
Item: Green_Potion_B
|
|
Rate: 581
|
|
- Index: 9
|
|
Item: Blue_Potion_B
|
|
Rate: 581
|
|
- Index: 10
|
|
Item: White_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 11
|
|
Item: Awakening_Potion_B
|
|
Rate: 581
|
|
- Index: 12
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 581
|
|
- Index: 13
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 581
|
|
- Index: 14
|
|
Item: Slow_Down_Potion_B
|
|
Rate: 581
|
|
- Index: 15
|
|
Item: Anodyne_B
|
|
Rate: 581
|
|
- Index: 16
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 581
|
|
- Index: 17
|
|
Item: Poison_Bottle_B
|
|
Rate: 123
|
|
- Group: BOARDING_HALTER_BOX7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: COSTAMA_EGG21
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fallen_Angel_Wing
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Bravery_Bag
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: White_Snake_Hat
|
|
Rate: 5
|
|
- Index: 3
|
|
Item: Hexagon_Spectacles
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Azure_Dragon_Armor
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Valkyrie_Hammer
|
|
Rate: 6
|
|
- Index: 6
|
|
Item: C_Ear_Of_Black_Cat
|
|
Rate: 12
|
|
- Index: 7
|
|
Item: C_There_Is_Something
|
|
Rate: 12
|
|
- Index: 8
|
|
Item: C_Triangular_Roof_Hat
|
|
Rate: 12
|
|
- Index: 9
|
|
Item: C_Gray_Drooping_Kitty
|
|
Rate: 12
|
|
- Index: 10
|
|
Item: Dark_Blindfold_C
|
|
Rate: 12
|
|
- Index: 11
|
|
Item: C_Gloomy_Pumpkin_Hat
|
|
Rate: 6
|
|
- Index: 12
|
|
Item: C_Lude_Mask
|
|
Rate: 6
|
|
- Index: 13
|
|
Item: C_Cube_Mask_
|
|
Rate: 6
|
|
- Index: 14
|
|
Item: C_Witchs_Hat
|
|
Rate: 6
|
|
- Group: CRYSTAL_OF_GRUDGE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 665
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 130
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 100
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 100
|
|
Amount: 40
|
|
- Index: 4
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1
|
|
Amount: 100
|
|
- Index: 5
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1
|
|
Amount: 200
|
|
- Index: 6
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1
|
|
Amount: 300
|
|
- Index: 7
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1
|
|
Amount: 400
|
|
- Index: 8
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1
|
|
Amount: 500
|
|
- Group: WING_OF_BAALZEBUB_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wing_Of_Baalzebub
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: POROROCA_SHOES_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pororoca_Shoes
|
|
- Index: 1
|
|
Item: La'cryma_Stick
|
|
- Group: LIAN_BUNDLE_B
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lian_Shoes
|
|
- Index: 1
|
|
Item: Lian_Robe
|
|
- Index: 2
|
|
Item: Lian_Shield
|
|
- Group: SPRINT_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sprint_Glove
|
|
- Index: 1
|
|
Item: Sprint_Mail
|
|
- Index: 2
|
|
Item: Sprint_Shoes
|
|
- Index: 3
|
|
Item: Sprint_Ring
|
|
- Group: ETRAN_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Etran_Shirt
|
|
- Index: 1
|
|
Item: G_Strings_
|
|
- Group: ROSE_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rose_Of_Eden
|
|
- Index: 1
|
|
Item: Angelic_Ring
|
|
- Group: ORLEANS_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orleans_Necklace
|
|
- Index: 1
|
|
Item: Orleans_Gown
|
|
- Group: BLACK_SHIBA_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Black_Shiba_Inu_Hat
|
|
- Index: 1
|
|
Item: Fidelity_Necklace
|
|
- Group: VALKYRIE_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Valkyrja's_Shield
|
|
- Index: 1
|
|
Item: Long_Horn
|
|
- Group: KARDUI_BUNDLE_A
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kardui_Robe
|
|
- Index: 1
|
|
Item: Rafini_Staff
|
|
- Group: CLOSEDMIND_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Hurt_Mind
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: KindHeart
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Old_Card_Album
|
|
Rate: 500
|
|
- Index: 3
|
|
Item: Magic_Card_Album
|
|
Rate: 80
|
|
- Index: 4
|
|
Item: Hot_Tee
|
|
Rate: 1700
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Old_Violet_Box
|
|
Rate: 907
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Manacles
|
|
Rate: 600
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Bloody_Page
|
|
Rate: 610
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Sweet_Canape
|
|
Rate: 2100
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: Bloody_Coin
|
|
Rate: 1200
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Gold
|
|
Rate: 1
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Violet_Jewel
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 13
|
|
Item: Crystal_Jewel__
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Group: COOKIE_BAG_B
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 1042
|
|
- Index: 1
|
|
Item: Lucky_Candy_Cane_B
|
|
Rate: 1042
|
|
- Index: 2
|
|
Item: Rice_Ball_B
|
|
Rate: 1042
|
|
- Index: 3
|
|
Item: Candy_Striper_B
|
|
Rate: 1042
|
|
- Index: 4
|
|
Item: Lucky_Candy_B
|
|
Rate: 1042
|
|
- Index: 5
|
|
Item: Candy_B
|
|
Rate: 1042
|
|
- Index: 6
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 1042
|
|
- Index: 7
|
|
Item: Well_Baked_Cookie_B
|
|
Rate: 1042
|
|
- Index: 8
|
|
Item: Chocolate_Drink_B
|
|
Rate: 208
|
|
- Index: 9
|
|
Item: White_Chocolate_B
|
|
Rate: 208
|
|
- Index: 10
|
|
Item: HandMade_Chocolate_B
|
|
Rate: 208
|
|
- Index: 11
|
|
Item: HandMade_Chocolate_B_
|
|
Rate: 208
|
|
- Index: 12
|
|
Item: Chocolate_B
|
|
Rate: 208
|
|
- Index: 13
|
|
Item: Sesame_Pastry_B
|
|
Rate: 208
|
|
- Index: 14
|
|
Item: Honey_Pastry_B
|
|
Rate: 208
|
|
- Index: 15
|
|
Item: Rainbow_Cake_B
|
|
Rate: 208
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 1042
|
|
- Index: 1
|
|
Item: Lucky_Candy_Cane_B
|
|
Rate: 1042
|
|
- Index: 2
|
|
Item: Rice_Ball_B
|
|
Rate: 1042
|
|
- Index: 3
|
|
Item: Candy_Striper_B
|
|
Rate: 1042
|
|
- Index: 4
|
|
Item: Lucky_Candy_B
|
|
Rate: 1042
|
|
- Index: 5
|
|
Item: Candy_B
|
|
Rate: 1042
|
|
- Index: 6
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 1042
|
|
- Index: 7
|
|
Item: Well_Baked_Cookie_B
|
|
Rate: 1042
|
|
- Index: 8
|
|
Item: Chocolate_Drink_B
|
|
Rate: 208
|
|
- Index: 9
|
|
Item: White_Chocolate_B
|
|
Rate: 208
|
|
- Index: 10
|
|
Item: HandMade_Chocolate_B
|
|
Rate: 208
|
|
- Index: 11
|
|
Item: HandMade_Chocolate_B_
|
|
Rate: 208
|
|
- Index: 12
|
|
Item: Chocolate_B
|
|
Rate: 208
|
|
- Index: 13
|
|
Item: Sesame_Pastry_B
|
|
Rate: 208
|
|
- Index: 14
|
|
Item: Honey_Pastry_B
|
|
Rate: 208
|
|
- Index: 15
|
|
Item: Rainbow_Cake_B
|
|
Rate: 208
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 1042
|
|
- Index: 1
|
|
Item: Lucky_Candy_Cane_B
|
|
Rate: 1042
|
|
- Index: 2
|
|
Item: Rice_Ball_B
|
|
Rate: 1042
|
|
- Index: 3
|
|
Item: Candy_Striper_B
|
|
Rate: 1042
|
|
- Index: 4
|
|
Item: Lucky_Candy_B
|
|
Rate: 1042
|
|
- Index: 5
|
|
Item: Candy_B
|
|
Rate: 1042
|
|
- Index: 6
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 1042
|
|
- Index: 7
|
|
Item: Well_Baked_Cookie_B
|
|
Rate: 1042
|
|
- Index: 8
|
|
Item: Chocolate_Drink_B
|
|
Rate: 208
|
|
- Index: 9
|
|
Item: White_Chocolate_B
|
|
Rate: 208
|
|
- Index: 10
|
|
Item: HandMade_Chocolate_B
|
|
Rate: 208
|
|
- Index: 11
|
|
Item: HandMade_Chocolate_B_
|
|
Rate: 208
|
|
- Index: 12
|
|
Item: Chocolate_B
|
|
Rate: 208
|
|
- Index: 13
|
|
Item: Sesame_Pastry_B
|
|
Rate: 208
|
|
- Index: 14
|
|
Item: Honey_Pastry_B
|
|
Rate: 208
|
|
- Index: 15
|
|
Item: Rainbow_Cake_B
|
|
Rate: 208
|
|
- SubGroup: 4
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 1042
|
|
- Index: 1
|
|
Item: Lucky_Candy_Cane_B
|
|
Rate: 1042
|
|
- Index: 2
|
|
Item: Rice_Ball_B
|
|
Rate: 1042
|
|
- Index: 3
|
|
Item: Candy_Striper_B
|
|
Rate: 1042
|
|
- Index: 4
|
|
Item: Lucky_Candy_B
|
|
Rate: 1042
|
|
- Index: 5
|
|
Item: Candy_B
|
|
Rate: 1042
|
|
- Index: 6
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 1042
|
|
- Index: 7
|
|
Item: Well_Baked_Cookie_B
|
|
Rate: 1042
|
|
- Index: 8
|
|
Item: Chocolate_Drink_B
|
|
Rate: 208
|
|
- Index: 9
|
|
Item: White_Chocolate_B
|
|
Rate: 208
|
|
- Index: 10
|
|
Item: HandMade_Chocolate_B
|
|
Rate: 208
|
|
- Index: 11
|
|
Item: HandMade_Chocolate_B_
|
|
Rate: 208
|
|
- Index: 12
|
|
Item: Chocolate_B
|
|
Rate: 208
|
|
- Index: 13
|
|
Item: Sesame_Pastry_B
|
|
Rate: 208
|
|
- Index: 14
|
|
Item: Honey_Pastry_B
|
|
Rate: 208
|
|
- Index: 15
|
|
Item: Rainbow_Cake_B
|
|
Rate: 208
|
|
- SubGroup: 5
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Cookie_B
|
|
Rate: 1042
|
|
- Index: 1
|
|
Item: Lucky_Candy_Cane_B
|
|
Rate: 1042
|
|
- Index: 2
|
|
Item: Rice_Ball_B
|
|
Rate: 1042
|
|
- Index: 3
|
|
Item: Candy_Striper_B
|
|
Rate: 1042
|
|
- Index: 4
|
|
Item: Lucky_Candy_B
|
|
Rate: 1042
|
|
- Index: 5
|
|
Item: Candy_B
|
|
Rate: 1042
|
|
- Index: 6
|
|
Item: Piece_Of_Cake_B
|
|
Rate: 1042
|
|
- Index: 7
|
|
Item: Well_Baked_Cookie_B
|
|
Rate: 1042
|
|
- Index: 8
|
|
Item: Chocolate_Drink_B
|
|
Rate: 208
|
|
- Index: 9
|
|
Item: White_Chocolate_B
|
|
Rate: 208
|
|
- Index: 10
|
|
Item: HandMade_Chocolate_B
|
|
Rate: 208
|
|
- Index: 11
|
|
Item: HandMade_Chocolate_B_
|
|
Rate: 208
|
|
- Index: 12
|
|
Item: Chocolate_B
|
|
Rate: 208
|
|
- Index: 13
|
|
Item: Sesame_Pastry_B
|
|
Rate: 208
|
|
- Index: 14
|
|
Item: Honey_Pastry_B
|
|
Rate: 208
|
|
- Index: 15
|
|
Item: Rainbow_Cake_B
|
|
Rate: 208
|
|
- Group: SHADOW_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Brilliant_Golden_Wings
|
|
Rate: 220
|
|
Announced: true
|
|
- Index: 1
|
|
Item: S_Lucky_Weapon
|
|
Rate: 815
|
|
- Index: 2
|
|
Item: S_Power_Earring
|
|
Rate: 815
|
|
- Index: 3
|
|
Item: S_Int_Pendant
|
|
Rate: 815
|
|
- Index: 4
|
|
Item: S_Dexterous_Armor
|
|
Rate: 815
|
|
- Index: 5
|
|
Item: S_Vital_Shoes
|
|
Rate: 815
|
|
- Index: 6
|
|
Item: S_Athletic_Shield
|
|
Rate: 815
|
|
- Index: 7
|
|
Item: S_Lucky_Armor
|
|
Rate: 815
|
|
- Index: 8
|
|
Item: S_Power_Pendant
|
|
Rate: 815
|
|
- Index: 9
|
|
Item: S_Int_Earring
|
|
Rate: 815
|
|
- Index: 10
|
|
Item: S_Dexterous_Weapon
|
|
Rate: 815
|
|
- Index: 11
|
|
Item: S_Athletic_Shoes
|
|
Rate: 815
|
|
- Index: 12
|
|
Item: S_Vital_Shield
|
|
Rate: 815
|
|
- Group: SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Weapon
|
|
Rate: 75
|
|
- Index: 1
|
|
Item: S_Physical_Earring
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: S_Magical_Weapon
|
|
Rate: 75
|
|
- Index: 4
|
|
Item: S_Magical_Earring
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: S_Magical_Pendant
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: S_Breezy_Armor
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: S_Champion_Shoes
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: S_Athena_Shield
|
|
Rate: 150
|
|
- Group: PHYSICAL_S_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Physical_Weapon
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Physical_Earring
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: S_Physical_Pendant
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: S_Breezy_Armor
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: S_Champion_Shoes
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: S_Athena_Shield
|
|
UniqueId: true
|
|
- Group: MAGICAL_S_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Magical_Weapon
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Magical_Earring
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: S_Magical_Pendant
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: S_Breezy_Armor
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: S_Champion_Shoes
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: S_Athena_Shield
|
|
UniqueId: true
|
|
- Group: POWER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Honey_Pastry
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sesame_Pastry
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Exorcize_Herb
|
|
UniqueId: true
|
|
- Group: POWER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Honey_Pastry
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sesame_Pastry
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Realgar_Wine
|
|
UniqueId: true
|
|
- Group: MAIL_BREAKER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mail_Breaker_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: HARDBACK_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hardback_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SWORD_BREAKER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sword_Breaker_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BOW_OF_RUDRA_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bow_Of_Rudra_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BLOODY_ROAR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Roar_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BLOODY_IRON_BALL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Iron_Ball_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SIEGE_SUPPLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_Box_
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: Mastela_Fruit_Box_
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: White_Potion_Box_
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Royal_Jelly_Box2_
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Blue_Herb_Box2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Yellow_Gemstone
|
|
Rate: 50
|
|
Amount: 50
|
|
- Index: 6
|
|
Item: Red_Gemstone
|
|
Rate: 50
|
|
Amount: 50
|
|
- Index: 7
|
|
Item: Blue_Gemstone
|
|
Rate: 50
|
|
Amount: 50
|
|
- Index: 8
|
|
Item: Detrimindexta
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 9
|
|
Item: Karvodailnirol
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 10
|
|
Item: Bomb_Mushroom_Spore
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 11
|
|
Item: Tear_Gas
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 12
|
|
Item: Explosive_Powder
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 13
|
|
Item: Smoke_Powder
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 14
|
|
Item: Runstone_Ancient
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 15
|
|
Item: Light_Granule
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 16
|
|
Item: Special_Alloy_Trap
|
|
Rate: 50
|
|
Amount: 50
|
|
- Index: 17
|
|
Item: Poison_Herb_Nerium
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 18
|
|
Item: Poison_Herb_Rantana
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 19
|
|
Item: Poison_Herb_Makulata
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 20
|
|
Item: Poison_Herb_Seratum
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 21
|
|
Item: Poison_Herb_Scopolia
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 22
|
|
Item: Poison_Herb_Amoena
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 23
|
|
Item: Yggdrasil_Seed_Box_
|
|
Rate: 30
|
|
- Index: 24
|
|
Item: Speed_Up_Potion
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 25
|
|
Item: Mandragora_Flowerpot
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 26
|
|
Item: Mora_Hip_Tea
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 27
|
|
Item: Rafflecino
|
|
Rate: 10
|
|
Amount: 10
|
|
- Group: PC_BANG_COIN_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rusty_Coin
|
|
Duration: 60
|
|
- Group: ACIDBOMB_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Bottle
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: Acid_Bottle
|
|
Amount: 50
|
|
- Group: PC_BANG_COIN_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ordinary_Coin
|
|
Duration: 60
|
|
- Group: PC_BANG_COIN_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shiny_Coin
|
|
Duration: 120
|
|
- Group: FOOD_BOX_LV1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish01_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish01_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish01_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Agi_Dish01_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dex_Dish01_
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish01_
|
|
UniqueId: true
|
|
- Group: FOOD_BOX_LV2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish02_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish02_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish02_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Agi_Dish02_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dex_Dish02_
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish02_
|
|
UniqueId: true
|
|
- Group: FOOD_BOX_LV3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish03_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish03_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish03_
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Agi_Dish03_
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dex_Dish03_
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Luk_Dish03_
|
|
UniqueId: true
|
|
- Group: TRIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Group: REPAIR_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: HOCKEY_MASK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hockey_Mask
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CLOCK_TOWER_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Alarm_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Clock_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Punk_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: C_Tower_Manager_Card
|
|
UniqueId: true
|
|
- Group: GEFFENIA_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Incubus_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Succubus_Card
|
|
UniqueId: true
|
|
- Group: OWL_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Owl_Baron_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Owl_Duke_Card
|
|
UniqueId: true
|
|
- Group: GHOST_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lude_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Quve_Card
|
|
UniqueId: true
|
|
- Group: NIGHTMARE_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nightmare_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Nightmare_Terror_Card
|
|
UniqueId: true
|
|
- Group: STARTER_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silver_Bullion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Novice_Potion
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: White_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Blue_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Warp_Free_Ticket
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Shoes
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Mottled_Egg_Shell
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Muffler
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Mantle
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Old_Blue_Box
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Leaf_Of_Yggdrasil
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Branch_Of_Dead_Tree
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: LOVE_ANGEL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SQUIRREL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GOGO_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gogo
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CRUSADER_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Archdam_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Permeter_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Freezer_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Heater_Card
|
|
UniqueId: true
|
|
- Group: ALCHEMIST_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Zipper_Bear_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Baby_Leopard_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mole_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Raggler_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Muka_Card
|
|
UniqueId: true
|
|
- Group: ROGUE_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stainer_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wander_Man_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Wild_Rose_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Shinobi_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Whikebain_Card
|
|
UniqueId: true
|
|
- Group: BARD_DANCER_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cruiser_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Anolian_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dragon_Tail_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ferus__Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Alligator_Card
|
|
UniqueId: true
|
|
- Group: SAGE_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Novus__Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wicked_Nymph_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Harpy_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Miyabi_Ningyo_Card
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blood_Butterfly_Card
|
|
UniqueId: true
|
|
- Group: MONK_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fur_Seal_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Waste_Stove_Card
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Rideword_Card
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Cookie_Card
|
|
UniqueId: true
|
|
- Group: TW_VALENTINE_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Handmade_Choco_Recipe
|
|
Rate: 130
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Strawberry_Choco_Recipe
|
|
Rate: 120
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Fire_Cracker_Wday_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Fire_Cracker_Vday_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Fire_Cracker_Love_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Lucky_Cookie01
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Lucky_Cookie02
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Lucky_Cookie03
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Old_Blue_Box
|
|
Rate: 60
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Guyak_Candy
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Guyak_Pudding
|
|
Rate: 48
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Ribbon_Of_Bride
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Insurance_Package
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Token_Of_Siegfried
|
|
Rate: 50
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Battle_Manual_Box
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Group: LOVE_ANGEL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: SQUIRREL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: GOGO_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gogo
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: WASTELAND_OUTLAW_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wasteland_Outlaw_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: LEVER_ACTION_RIFLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lever_Action_Rifle_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SPIRITUAL_TUNIC_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spritual_Tunic
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: RECUPERATIVE_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Recuperative_Armor
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SHELTER_RESISTANCE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shelter_Resistance
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SYLPHID_MANTEAU_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sylphid_Manteau
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: REFRESH_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Refresh_Shoes
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: TOAST_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Toast_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BUBBLEGUM_LOWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubblegum_Lower
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: TW_SCROLL01
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Fish_Head_Hat
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Magestic_Goat_
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sharp_Gear_
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Neuralizer
|
|
Rate: 17
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Convex_Mirror
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Blessing_10_Scroll_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Inc_Agi_10_Scroll_Box
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Vigorgra_Package6
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Mojji
|
|
Rate: 150
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Guyak_Candy
|
|
Rate: 150
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Insurance
|
|
Rate: 60
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Token_Of_Siegfried
|
|
Rate: 60
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Battle_Manual
|
|
Rate: 60
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: PICTURE_DIARY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MINI_HEART_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: NEWCOMER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: KID_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MAGIC_CASTLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BULGING_HEAD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: PICTURE_DIARY_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: MINI_HEART_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: NEWCOMER_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: KID_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: MAGIC_CASTLE_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: BULGING_HEAD_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: F_LOVE_ANGEL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SQUIRREL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_GOGO_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gogo
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_LOVE_ANGEL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Love_Angel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: F_SQUIRREL_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Squirrel
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: F_GOGO_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Gogo
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: F_WASTELAND_OUTLAW_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wasteland_Outlaw_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ALL_IN_ONE_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: All_In_One_Ring
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SPRITUAL_TUNIC_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spritual_Tunic
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_RECUPERATIVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Recuperative_Armor
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SHELTER_RESIST_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shelter_Resistance
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SYLPHID_MANTEAU_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sylphid_Manteau
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_TOAST_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Toast_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_REPAIR_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: F_REPAIR_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Repair_Scroll_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Iron_Ore
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Iron
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon_Stone
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Steel
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: F_HOCKEY_MASK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hockey_Mask
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_OBSERVER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Observer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_NAGAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nagan_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SKEWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Skewer_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SURVIVAL_ROD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Survival_Rod_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_QUADRILLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Quadrille_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_GREAT_AXE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Great_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_BLOODY_ROAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Roar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_HARDBACK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hardback_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_FIRE_BRAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Brand_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_IMMATERIAL_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Immaterial_Sword_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_UNHOLY_TOUCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Unholy_Touch_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_CLACK_OF_SERVIVAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cloak_Of_Survival_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_MASQUERADE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Masquerade_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_ORC_HERO_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Hero_Helm_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_EAR_OF_DEVIL_WING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evil_Wing_Ears_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_DARK_BLINDFOLD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dark_Blindfold_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_K_DROOPING_KITTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: kRO_Drooping_Kitty_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_CORSAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Corsair_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_BLOODY_IRON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Iron_Ball_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SPIRITUAL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiritual_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_INFILTRATOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infiltrator_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_MURAMASA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Muramasa_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_EXCALIBUR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Excalibur_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_COMBAT_KNIFE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Combat_Knife_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_COUNTER_DAGGER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Counter_Dagger_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_KAISER_KNUCKLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kaiser_Knuckle_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_MIGHTY_STAFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mighty_Staff_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_RIGHT_EPSILON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Right_Epsilon_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_BALISTAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Balistar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_DIARY_OF_GREAT_SAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Diary_Of_Great_Sage_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ASURA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Asura_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_APPLE_OF_ARCHER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Apple_Of_Archer_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_BUNNY_BAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bunny_Band_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_SAHKKAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sahkkat_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_LORD_CIRCLET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lord_Circlet_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_ELVEN_EARS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Elven_Ears_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_STEEL_FLOWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Steel_Flower_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_CRITICAL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Critical_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_EARRING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Earring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_NECKLACE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Necklace_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_GLOVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Glove_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_BROOCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brooch_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_ROSARY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rosary_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SAFETY_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Safety_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_VESPER_CORE_BOX01
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core01_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_VESPER_CORE_BOX02
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core02_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_VESPER_CORE_BOX03
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core03_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_VESPER_CORE_BOX04
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core04_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Adrenaline_Scroll
|
|
Amount: 24
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Holy_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE11
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Int_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE12
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Str_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Agi_Dish10_
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Adrenaline_Scroll
|
|
Amount: 48
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 40
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Holy_Water
|
|
Amount: 40
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Kafra_Card
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Token_Of_Siegfried
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: F_ASPERSIO_5_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: F_ASPERSIO_5_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Group: F_ASPERSIO_5_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Group: HEALING_STAFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Healing_Staff_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: PRAXINUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Praxinus_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_PET_EGG_SCROLL9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Blessing_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Token_Of_Siegfried
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Insurance
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Kafra_Card
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Vit_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Dex_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Agi_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Luk_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Str_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Int_Dish10_
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: F_MAGESTIC_GOAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Magestic_Goat_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_PET_EGG_SCROLL3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: F_WOB_Rune
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Group: F_EXECUTIONER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Executioner_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_CUTLAS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Cutlas_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_MOONLIGHT_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Moonlight_Sword_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_SPANNER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Spanner_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_SOLAR_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Solar_Sword_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_TOMAHAWK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Tomahawk_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_BOW_OF_RUDRA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Bow_Of_Rudra_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_POLE_AXE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: F_Pole_Axe_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: THOUGHTFUL_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Party_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Friend_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Notice_Board
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Group: F_THOUGHTFUL_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Party_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Friend_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Notice_Board
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Group: E_THOUGHTFUL_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guildsman_Recruiter
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Party_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Bf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Friend_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gf_Recruiter_Hat
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Notice_Board
|
|
Rate: 166
|
|
UniqueId: true
|
|
- Group: ZODIAC_DIADEM_PACK
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Aquarius_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Pisces_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Aries_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Taurus_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gemini_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Cancer_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Leo_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Virgo_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Libra_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Scorpio_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Sagittarius_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Capricon_Diadem
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: ZODIAC_CROWN_PACK
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Aquarius_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Pisces_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Aries_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Taurus_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Gemini_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Cancer_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Leo_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Virgo_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Libra_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Scorpio_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Sagittarius_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Capricon_Crown
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Group: DUN_VOUCHER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dun_Voucher
|
|
Duration: 60
|
|
- Group: DUN_VOUCHER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dun_Voucher
|
|
Duration: 180
|
|
- Group: BLUEBOXOFQUESTIONS
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: TokenOfHonor
|
|
Rate: 1600
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: TokenOfHonor
|
|
Rate: 1400
|
|
Amount: 16
|
|
- Index: 2
|
|
Item: TokenOfHonor
|
|
Rate: 300
|
|
Amount: 55
|
|
- Index: 3
|
|
Item: DowntownMap
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: DowntownMap_
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: ShiningHolyWater
|
|
Rate: 360
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: ShiningHolyWater_
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: BadgeOfProntera
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: BadgeOfProntera_
|
|
Rate: 40
|
|
- Index: 9
|
|
Item: KeysPrison
|
|
Rate: 510
|
|
- Index: 10
|
|
Item: P_Temporal_Crystal
|
|
Rate: 510
|
|
- Index: 11
|
|
Item: ShieldOfGuardsman
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Stone_Of_Chill
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Soften_Skin
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Porcupine_Big_Spike
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Shabby_Old_Belt
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: Moving_Black_Things
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Valkyrie_Fragment
|
|
Rate: 254
|
|
- Index: 18
|
|
Item: Will_Of_Owner
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Robe_Of_Flattery
|
|
Rate: 1
|
|
- Index: 20
|
|
Item: Robe_Of_Vituperation
|
|
Rate: 1
|
|
- Index: 21
|
|
Item: Spoon
|
|
Rate: 1
|
|
- Index: 22
|
|
Item: C_Time_Accessory
|
|
Rate: 1
|
|
- Index: 23
|
|
Item: C_Blackhand_Of_Fate
|
|
Rate: 1
|
|
- Group: ENCHANT_STONE_BOX33
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ResistDefStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: POWStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: SplStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: ConStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: CrtStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: AbysschaserStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: TRTRStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: HNoviceStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 20
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 21
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 22
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: ShadowchasStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: ShadowchasStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 27
|
|
Item: ShadowchasStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 28
|
|
Item: WanderMinsStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 29
|
|
Item: WanderMinsStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 30
|
|
Item: WanderMinsStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 31
|
|
Item: SuNoviceStone_Top
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 32
|
|
Item: SuNoviceStone_Middle
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 33
|
|
Item: SuNoviceStone_Bottom
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 34
|
|
Item: Stone_Robe_Box
|
|
Rate: 17
|
|
- Index: 35
|
|
Item: Stone_Robe3_Box
|
|
Rate: 17
|
|
- Index: 36
|
|
Item: Magic_Stone_Top
|
|
Rate: 20
|
|
- Index: 37
|
|
Item: Magic_Stone_Middle
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Range_Stone_Top
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 41
|
|
Item: Range_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 42
|
|
Item: Melee_Stone_Top
|
|
Rate: 20
|
|
- Index: 43
|
|
Item: Melee_Stone_Middle
|
|
Rate: 20
|
|
- Index: 44
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 45
|
|
Item: DefenseStone_Top
|
|
Rate: 20
|
|
- Index: 46
|
|
Item: DefenseStone_Middle
|
|
Rate: 20
|
|
- Index: 47
|
|
Item: DefenseStone_Bottom
|
|
Rate: 20
|
|
- Index: 48
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 49
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 50
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 54
|
|
Item: Stone_Top_Box
|
|
Rate: 40
|
|
- Index: 55
|
|
Item: Stone_Top2_Box
|
|
Rate: 40
|
|
- Index: 56
|
|
Item: Stone_Middle_Box
|
|
Rate: 40
|
|
- Index: 57
|
|
Item: Stone_Middle2_Box
|
|
Rate: 40
|
|
- Index: 58
|
|
Item: Stone_Bottom_Box
|
|
Rate: 40
|
|
- Index: 59
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 40
|
|
- Index: 60
|
|
Item: CastingStone_Top
|
|
Rate: 40
|
|
- Index: 61
|
|
Item: CastingStone_Middle
|
|
Rate: 40
|
|
- Index: 62
|
|
Item: CastingStone_Bottom
|
|
Rate: 40
|
|
- Index: 63
|
|
Item: Critical_Stone
|
|
Rate: 40
|
|
- Index: 64
|
|
Item: Critical_Stone_Top
|
|
Rate: 40
|
|
- Index: 65
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 40
|
|
- Group: LUXURIOUS_BLUE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Queen_Wing_Piece
|
|
Rate: 312
|
|
- Index: 1
|
|
Item: Rojerta_Piece
|
|
Rate: 312
|
|
- Index: 2
|
|
Item: Will_Of_Darkness_
|
|
Rate: 312
|
|
- Index: 3
|
|
Item: Broken_Horn
|
|
Rate: 312
|
|
- Index: 4
|
|
Item: Voucher_Of_Orcish_Hero
|
|
Rate: 312
|
|
- Index: 5
|
|
Item: Token_of_OrcGeneral
|
|
Rate: 312
|
|
- Index: 6
|
|
Item: Valhalla_Flower
|
|
Rate: 312
|
|
- Index: 7
|
|
Item: Broken_Crown
|
|
Rate: 312
|
|
- Index: 8
|
|
Item: Mother's_Nightmare
|
|
Rate: 312
|
|
- Index: 9
|
|
Item: Piece_Of_Bone_Armor
|
|
Rate: 312
|
|
- Index: 10
|
|
Item: Shine_Spear_Blade
|
|
Rate: 312
|
|
- Index: 11
|
|
Item: Osiris_Doll
|
|
Rate: 312
|
|
- Index: 12
|
|
Item: Fang_Of_Garm
|
|
Rate: 312
|
|
- Index: 13
|
|
Item: Pocket_Watch
|
|
Rate: 312
|
|
- Index: 14
|
|
Item: Loki's_Whispers
|
|
Rate: 312
|
|
- Index: 15
|
|
Item: Tiger_Footskin
|
|
Rate: 312
|
|
- Index: 16
|
|
Item: White_Snake_Tear
|
|
Rate: 313
|
|
- Index: 17
|
|
Item: Gemstone
|
|
Rate: 313
|
|
- Index: 18
|
|
Item: Young_Twig
|
|
Rate: 313
|
|
- Index: 19
|
|
Item: Taegeuk_Plate
|
|
Rate: 313
|
|
- Index: 20
|
|
Item: Ice_Scale
|
|
Rate: 313
|
|
- Index: 21
|
|
Item: Dark_Red_Scale
|
|
Rate: 313
|
|
- Index: 22
|
|
Item: Tutankhamen's_Mask
|
|
Rate: 313
|
|
- Index: 23
|
|
Item: Broken_Pharaoh_Symbol
|
|
Rate: 313
|
|
- Index: 24
|
|
Item: Scale_Of_Red_Dragon
|
|
Rate: 313
|
|
- Index: 25
|
|
Item: Konts_Letter
|
|
Rate: 313
|
|
- Index: 26
|
|
Item: Boroken_Shiled_Piece
|
|
Rate: 313
|
|
- Index: 27
|
|
Item: Tiger's_Skin
|
|
Rate: 313
|
|
- Index: 28
|
|
Item: Baphomet_Doll
|
|
Rate: 313
|
|
- Index: 29
|
|
Item: EP19_D_P_Stone
|
|
Rate: 313
|
|
- Index: 30
|
|
Item: EP19_Luminant
|
|
Rate: 313
|
|
- Index: 31
|
|
Item: EP20_D_Scale
|
|
Rate: 313
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Queen_Wing_Piece
|
|
Rate: 312
|
|
- Index: 1
|
|
Item: Rojerta_Piece
|
|
Rate: 312
|
|
- Index: 2
|
|
Item: Will_Of_Darkness_
|
|
Rate: 312
|
|
- Index: 3
|
|
Item: Broken_Horn
|
|
Rate: 312
|
|
- Index: 4
|
|
Item: Voucher_Of_Orcish_Hero
|
|
Rate: 312
|
|
- Index: 5
|
|
Item: Token_of_OrcGeneral
|
|
Rate: 312
|
|
- Index: 6
|
|
Item: Valhalla_Flower
|
|
Rate: 312
|
|
- Index: 7
|
|
Item: Broken_Crown
|
|
Rate: 312
|
|
- Index: 8
|
|
Item: Mother's_Nightmare
|
|
Rate: 312
|
|
- Index: 9
|
|
Item: Piece_Of_Bone_Armor
|
|
Rate: 312
|
|
- Index: 10
|
|
Item: Shine_Spear_Blade
|
|
Rate: 312
|
|
- Index: 11
|
|
Item: Osiris_Doll
|
|
Rate: 312
|
|
- Index: 12
|
|
Item: Fang_Of_Garm
|
|
Rate: 312
|
|
- Index: 13
|
|
Item: Pocket_Watch
|
|
Rate: 312
|
|
- Index: 14
|
|
Item: Baphomet_Doll
|
|
Rate: 312
|
|
- Index: 15
|
|
Item: Loki's_Whispers
|
|
Rate: 312
|
|
- Index: 16
|
|
Item: Tiger_Footskin
|
|
Rate: 313
|
|
- Index: 17
|
|
Item: White_Snake_Tear
|
|
Rate: 313
|
|
- Index: 18
|
|
Item: Gemstone
|
|
Rate: 313
|
|
- Index: 19
|
|
Item: Young_Twig
|
|
Rate: 313
|
|
- Index: 20
|
|
Item: Taegeuk_Plate
|
|
Rate: 313
|
|
- Index: 21
|
|
Item: Ice_Scale
|
|
Rate: 313
|
|
- Index: 22
|
|
Item: Dark_Red_Scale
|
|
Rate: 313
|
|
- Index: 23
|
|
Item: Tutankhamen's_Mask
|
|
Rate: 313
|
|
- Index: 24
|
|
Item: Broken_Pharaoh_Symbol
|
|
Rate: 313
|
|
- Index: 25
|
|
Item: Scale_Of_Red_Dragon
|
|
Rate: 313
|
|
- Index: 26
|
|
Item: Konts_Letter
|
|
Rate: 313
|
|
- Index: 27
|
|
Item: Boroken_Shiled_Piece
|
|
Rate: 313
|
|
- Index: 28
|
|
Item: Tiger's_Skin
|
|
Rate: 313
|
|
- Index: 29
|
|
Item: EP19_D_P_Stone
|
|
Rate: 313
|
|
- Index: 30
|
|
Item: EP19_Luminant
|
|
Rate: 313
|
|
- Index: 31
|
|
Item: EP20_D_Scale
|
|
Rate: 313
|
|
- Group: C_BRAID_HALF_UP_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Braid_Half_Up_BL_K
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: C_Braid_Half_Up_WH_K
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: C_Braid_Half_Up_OM_K
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: C_Braid_Half_Up_PP_K
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: C_Braid_Half_Up_BU_K
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: C_Braid_Half_Up_YL_K
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: C_Braid_Half_Up_RD_K
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: C_Braid_Half_Up_GN_K
|
|
Rate: 3
|
|
- Group: SLD_BOSS_CARD_ALBUM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Sealed_M_Flower_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: Sealed_B_Harword_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Sealed_Eddga_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: Sealed_Mistress_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 24
|
|
Item: SLD_Q_Scaraba_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 25
|
|
Item: SLD_Baphomet_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 26
|
|
Item: SLD_Maya_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 27
|
|
Item: SLD_Clown_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 28
|
|
Item: SLD_Professor_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 29
|
|
Item: SLD_Champion_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 30
|
|
Item: SLD_Creator_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 31
|
|
Item: SLD_Stalker_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 32
|
|
Item: SLD_Paladin_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 33
|
|
Item: SLD_Gypsy_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 34
|
|
Item: SLD_Daehyon_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 35
|
|
Item: SLD_Gioia_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 36
|
|
Item: SLD_Pyuriel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 37
|
|
Item: SLD_Kades_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 38
|
|
Item: SLD_Timeholder_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 39
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 40
|
|
Item: SLD_Boitata_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 41
|
|
Item: SLD_F_Muspell_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 42
|
|
Item: SLD_Grave_Amon_Ra_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 43
|
|
Item: SLD_P_Spi_Q_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: M_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_IG_Armor
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_CD_Armor
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_NW_Armor
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_AG_Armor
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_BO_Armor
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_SS_Armor
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DK_Armor
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_MT_Armor
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_SOA_Armor
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_ABC_Armor
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_WH_Armor
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_SKE_Armor
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_EM_Armor
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_TR_Armor
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_SH_Armor
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_IQ_Armor
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_SHC_Armor
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_HN_Armor
|
|
Rate: 10
|
|
- Group: M_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_IG_Shoes
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_CD_Shoes
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_NW_Shoes
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_AG_Shoes
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_BO_Shoes
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_SS_Shoes
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DK_Shoes
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_MT_Shoes
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_SOA_Shoes
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_ABC_Shoes
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_WH_Shoes
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_SKE_Shoes
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_EM_Shoes
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_TR_Shoes
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_SH_Shoes
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_IQ_Shoes
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_SHC_Shoes
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_HN_Shoes
|
|
Rate: 10
|
|
- Group: M_PENDANT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_IG_Pendant
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_CD_Pendant
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_NW_Pendant
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_AG_Pendant
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_BO_Pendant
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_SS_Pendant
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DK_Pendant
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_MT_Pendant
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_SOA_Pendant
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_ABC_Pendant
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_WH_Pendant
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_SKE_Pendant
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_EM_Pendant
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_TR_Pendant
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_SH_Pendant
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_IQ_Pendant
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_SHC_Pendant
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_HN_Pendant
|
|
Rate: 10
|
|
- Group: M_EARRING_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_IG_Earring
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: S_CD_Earring
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: S_NW_Earring
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: S_AG_Earring
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: S_BO_Earring
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: S_SS_Earring
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: S_DK_Earring
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: S_MT_Earring
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: S_SOA_Earring
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: S_ABC_Earring
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: S_WH_Earring
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: S_SKE_Earring
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: S_EM_Earring
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: S_TR_Earring
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: S_SH_Earring
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: S_IQ_Earring
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_SHC_Earring
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: S_HN_Earring
|
|
Rate: 10
|
|
- Group: S_ENCHANT_ESSENCE_BOX_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Enchant_Essence
|
|
Amount: 3
|
|
- Group: SHADOW_UP_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: AllMighty_Up
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: MajorAutoSpell_Up
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Hasty_Up
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: PhysicalShadow_Up
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: PerfectSize_Up
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: True_GemShadow_Up
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: EXPShadow_Up
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: MagicalShadow_Up
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: InfinityShadow_Up
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: R_Bearers_Shadow_Up
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: M_Blitz_Shadow_Up
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Absorb_Shadow_Up
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Mammoth_Shadow_Up
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: FullPenest_Shadow_Up
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Reload_Shadow_Up
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: SpellCaster_Shadow_Up
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Ex_Status_Shadow_Up
|
|
Rate: 10
|
|
- Group: EIN_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Ein_WHIDIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 18
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 19
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 20
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 21
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 23
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 24
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 25
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 26
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 27
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 28
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 29
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 30
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 31
|
|
Item: Ein_PURDIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 32
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 33
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 34
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 35
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 36
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 37
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 38
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 39
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 40
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 41
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 42
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 43
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 44
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 45
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 46
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 47
|
|
Item: Ein_ODIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 48
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 49
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 50
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 51
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 52
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 53
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 54
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 55
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 56
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 57
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 58
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 59
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 60
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 61
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 62
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 63
|
|
Item: Ein_RINDIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 64
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 65
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 66
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 67
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 68
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 69
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 70
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 71
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 72
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 73
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 74
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 75
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 76
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 77
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 78
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 79
|
|
Item: Ein_REDIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 80
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 81
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 6
|
|
- Index: 82
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 7
|
|
- Index: 83
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 8
|
|
- Index: 84
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 9
|
|
- Index: 85
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 10
|
|
- Index: 86
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 11
|
|
- Index: 87
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 12
|
|
- Index: 88
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 13
|
|
- Index: 89
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 14
|
|
- Index: 90
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 15
|
|
- Index: 91
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 16
|
|
- Index: 92
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 17
|
|
- Index: 93
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 18
|
|
- Index: 94
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 19
|
|
- Index: 95
|
|
Item: Ein_UNDIUM
|
|
Rate: 15
|
|
Amount: 20
|
|
- Index: 96
|
|
Item: Ein_DYNITE
|
|
Rate: 32
|
|
- Index: 97
|
|
Item: Ein_DYNITE
|
|
Rate: 32
|
|
Amount: 2
|
|
- Index: 98
|
|
Item: Ein_DYNITE
|
|
Rate: 32
|
|
Amount: 3
|
|
- Index: 99
|
|
Item: Ein_DYNITE
|
|
Rate: 32
|
|
Amount: 4
|
|
- Index: 100
|
|
Item: Ein_DYNITE
|
|
Rate: 32
|
|
Amount: 5
|
|
- Group: FATE_FRAGMENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Fate_Shard_A
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 18
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 19
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 20
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 21
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 23
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 24
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 25
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 26
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 27
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 28
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 29
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 30
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 31
|
|
Item: Fate_Shard_B
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 32
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 33
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 34
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 35
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 36
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 37
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 38
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 39
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 40
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 41
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 42
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 43
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 44
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 45
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 46
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 47
|
|
Item: Fate_Shard_C
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 48
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 49
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 50
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 51
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 52
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 53
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 54
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 55
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 56
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 57
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 58
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 59
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 60
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 61
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 62
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 63
|
|
Item: Fate_Shard_D
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 64
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 65
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 66
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 67
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 68
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 69
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 70
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 71
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 72
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 73
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 74
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 75
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 76
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 77
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 78
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 79
|
|
Item: Fate_Shard_E
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 80
|
|
Item: Fate_Fragment
|
|
Rate: 80
|
|
- Index: 81
|
|
Item: Fate_Fragment
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 82
|
|
Item: Fate_Fragment
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 83
|
|
Item: Fate_Fragment
|
|
Rate: 80
|
|
Amount: 4
|
|
- Index: 84
|
|
Item: Fate_Fragment
|
|
Rate: 80
|
|
Amount: 5
|
|
- Group: SIN_FRAGMENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Sin_Shard_A
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 18
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 19
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 20
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 21
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 23
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 24
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 25
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 26
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 27
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 28
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 29
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 30
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 31
|
|
Item: Sin_Shard_B
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 32
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 33
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 34
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 35
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 36
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 37
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 38
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 39
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 40
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 41
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 42
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 43
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 44
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 45
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 46
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 47
|
|
Item: Sin_Shard_C
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 48
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 49
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 50
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 51
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 52
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 53
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 54
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 55
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 56
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 57
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 58
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 59
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 60
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 61
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 62
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 63
|
|
Item: Sin_Shard_D
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 64
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 5
|
|
- Index: 65
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 6
|
|
- Index: 66
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 7
|
|
- Index: 67
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 8
|
|
- Index: 68
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 9
|
|
- Index: 69
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 10
|
|
- Index: 70
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 11
|
|
- Index: 71
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 12
|
|
- Index: 72
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 13
|
|
- Index: 73
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 14
|
|
- Index: 74
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 15
|
|
- Index: 75
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 16
|
|
- Index: 76
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 17
|
|
- Index: 77
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 18
|
|
- Index: 78
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 19
|
|
- Index: 79
|
|
Item: Sin_Shard_E
|
|
Rate: 45
|
|
Amount: 20
|
|
- Index: 80
|
|
Item: Sin_Fragment
|
|
Rate: 80
|
|
- Index: 81
|
|
Item: Sin_Fragment
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 82
|
|
Item: Sin_Fragment
|
|
Rate: 80
|
|
Amount: 3
|
|
- Index: 83
|
|
Item: Sin_Fragment
|
|
Rate: 80
|
|
Amount: 4
|
|
- Index: 84
|
|
Item: Sin_Fragment
|
|
Rate: 80
|
|
Amount: 5
|
|
- Group: AMETHYST_FRAGMENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 21
|
|
- Index: 17
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 22
|
|
- Index: 18
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 23
|
|
- Index: 19
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 24
|
|
- Index: 20
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 25
|
|
- Index: 21
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 26
|
|
- Index: 22
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 27
|
|
- Index: 23
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 28
|
|
- Index: 24
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 29
|
|
- Index: 25
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 10
|
|
Amount: 30
|
|
- Group: SNOW_F_ORE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 9
|
|
- Index: 5
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 11
|
|
- Index: 7
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 13
|
|
- Index: 9
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 14
|
|
- Index: 10
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 15
|
|
- Index: 11
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 16
|
|
- Index: 12
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 17
|
|
- Index: 13
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 18
|
|
- Index: 14
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 19
|
|
- Index: 15
|
|
Item: Snow_F_Ore
|
|
Rate: 35
|
|
Amount: 20
|
|
- Index: 16
|
|
Item: Snow_F_Stone1
|
|
Rate: 32
|
|
- Index: 17
|
|
Item: Snow_F_Stone1
|
|
Rate: 32
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Snow_F_Stone1
|
|
Rate: 32
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Snow_F_Stone1
|
|
Rate: 32
|
|
Amount: 4
|
|
- Index: 20
|
|
Item: Snow_F_Stone1
|
|
Rate: 32
|
|
Amount: 5
|
|
- Index: 21
|
|
Item: Snow_F_Stone2
|
|
Rate: 40
|
|
- Index: 22
|
|
Item: Snow_F_Stone2
|
|
Rate: 40
|
|
Amount: 2
|
|
- Group: BROWN_DIA_BOX_3_7
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 20
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 15
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 10
|
|
Amount: 6
|
|
- Index: 4
|
|
Item: aegis_1001480
|
|
Rate: 5
|
|
Amount: 7
|
|
- Group: BOOSTER_PACK_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orange_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Boarding_Halter_Box30_Z
|
|
- Index: 2
|
|
Item: Blue_Potion_B_10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 4
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Booster_Pack_20
|
|
- Index: 8
|
|
Item: Metal_W_Box
|
|
- Group: BOOSTER_PACK_40
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 16
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_50
|
|
- Group: BOOSTER_PACK_70
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 7
|
|
- Index: 2
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 28
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_80
|
|
- Group: BOOSTER_PACK_110
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Blue_Potion_B_10
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 46
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Booster_Pack_120
|
|
- Group: BOOSTER_PACK_140
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 40
|
|
- Index: 4
|
|
Item: Inventory_Ex_Evt
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 64
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Booster_Pack_150
|
|
- Index: 8
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Group: BOOSTER_PACK_170
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Lv_Up_T_170
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 82
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Booster_Pack_180
|
|
- Group: BOOSTER_PACK_210
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 4
|
|
Item: Boarding_Halter_Box30_Z
|
|
- Index: 5
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_B_M_2
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Booster_Coin
|
|
Amount: 110
|
|
- Index: 8
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 9
|
|
Item: Booster_Pack_220
|
|
- Group: BOOSTER_PACK_240
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 7
|
|
Item: Booster_B_M_2
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: Booster_Coin
|
|
Amount: 140
|
|
- Index: 9
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 10
|
|
Item: Booster_Pack_250
|
|
- Group: BOOSTER_PACK_20
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orange_Potion_B_20
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 8
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_30
|
|
- Group: BOOSTER_PACK_50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Potion_B_20
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Blue_Potion_B_10
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Bullet_Case
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Booster_Pack_60
|
|
- Group: BOOSTER_PACK_80
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Potion_B_20
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: E_Wing_Of_Fly_3Day_Box
|
|
- Index: 2
|
|
Item: Blue_Potion_B_10
|
|
Amount: 8
|
|
- Index: 3
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Lv_Up_T_80
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Booster_Coin
|
|
Amount: 32
|
|
- Index: 8
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Index: 9
|
|
Item: Booster_Pack_90
|
|
- Group: BOOSTER_PACK_120
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 40
|
|
- Index: 4
|
|
Item: Inventory_Ex_Evt
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Booster_Coin
|
|
Amount: 52
|
|
- Index: 7
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 8
|
|
Item: Booster_Pack_130
|
|
- Group: BOOSTER_PACK_150
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: E_Infinity_Drink
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Booster_B_M_1
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: Lv_Up_T_150
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Booster_Coin
|
|
Amount: 70
|
|
- Index: 6
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Booster_Pack_160
|
|
- Group: BOOSTER_PACK_180
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 60
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 60
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 88
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Booster_Pack_190
|
|
- Group: BOOSTER_PACK_220
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Life_Potion_Pack
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_DEF_Scroll_Box
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: E_Red_Booster
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: Booster_Coin
|
|
Amount: 120
|
|
- Index: 5
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 6
|
|
Item: Booster_Pack_230
|
|
- Group: BOOSTER_PACK_250
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Booster_M_Ticket
|
|
Amount: 3
|
|
- Group: PC_BANG_COIN_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shiny_Coin
|
|
Duration: 60
|
|
- Group: PCBANG_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Coat_
|
|
Rate: 30
|
|
- Index: 1
|
|
Item: Guard_
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: Muffler_
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: Shoes_
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: Handsei
|
|
Rate: 160
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Str_Dish09
|
|
Rate: 35
|
|
- Index: 6
|
|
Item: Int_Dish09
|
|
Rate: 35
|
|
- Index: 7
|
|
Item: Vit_Dish09
|
|
Rate: 35
|
|
- Index: 8
|
|
Item: Agi_Dish09
|
|
Rate: 35
|
|
- Index: 9
|
|
Item: Dex_Dish09
|
|
Rate: 35
|
|
- Index: 10
|
|
Item: Luk_Dish09
|
|
Rate: 35
|
|
- Index: 11
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 25
|
|
- Index: 12
|
|
Item: Grape
|
|
Rate: 180
|
|
Amount: 5
|
|
- Index: 13
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 5
|
|
- Index: 14
|
|
Item: Yellow_Potion
|
|
Rate: 300
|
|
Amount: 20
|
|
- Group: PCBANG_COUPON_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Manual
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Insurance
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Enriched_Slim_Pot
|
|
Amount: 100
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Ear_Of_Devil's_Wing
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Leaf_Cat_Hat
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: Pair_Of_Red_Ribbon
|
|
Rate: 180
|
|
- Index: 3
|
|
Item: Tiara_
|
|
Rate: 110
|
|
- Index: 4
|
|
Item: Rider_Insignia_
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: Rider_Insignia
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: Flame_Sprits_Armor__
|
|
Rate: 180
|
|
- Index: 7
|
|
Item: Muffler_
|
|
Rate: 300
|
|
- Group: PCBANG_COUPON_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Manual
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Comp_Insurance
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Enriched_Slim_Pot
|
|
Amount: 100
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Elven_Ears
|
|
Rate: 154
|
|
- Index: 1
|
|
Item: Leaf_Cat_Hat
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: Pair_Of_Red_Ribbon
|
|
Rate: 180
|
|
- Index: 3
|
|
Item: Tiara_
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Linen_Glove
|
|
Rate: 15
|
|
- Index: 5
|
|
Item: Skewer
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Flame_Sprits_Armor__
|
|
Rate: 200
|
|
- Index: 7
|
|
Item: Muffler_
|
|
Rate: 300
|
|
- Group: CHANCE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Egg_C2
|
|
Rate: 550
|
|
- Index: 1
|
|
Item: Lucky_Egg_C3
|
|
Rate: 350
|
|
- Index: 2
|
|
Item: Lucky_Egg_C
|
|
Rate: 100
|
|
- Group: ATTEND_3DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Seed_Of_Yggdrasil
|
|
Amount: 10
|
|
- Group: ATTEND_7DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Violet_Box
|
|
Amount: 2
|
|
- Group: ATTEND_10DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Amount: 2
|
|
- Group: ATTEND_15DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wrapped_Mask
|
|
- Index: 1
|
|
Item: Accessory_Box
|
|
- Group: ATTEND_20DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Battle_Manual
|
|
Amount: 5
|
|
- Group: ATTEND_25DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Dead_Branch
|
|
Amount: 2
|
|
- Group: GOLDPC_FIRST_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_Of_Flame_Lord
|
|
- Index: 1
|
|
Item: Ring_Of_Resonance
|
|
- Group: TICKET_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poring_Card
|
|
- Index: 1
|
|
Item: Drops_Card
|
|
- Index: 2
|
|
Item: Poporing_Card
|
|
- Index: 3
|
|
Item: Marin_Card
|
|
- Index: 4
|
|
Item: Lunatic_Card
|
|
- Index: 5
|
|
Item: Fabre_Card
|
|
- Index: 6
|
|
Item: Picky_Card
|
|
- Index: 7
|
|
Item: Rocker_Card
|
|
- Index: 8
|
|
Item: Desert_Wolf_Babe_Card
|
|
- Index: 9
|
|
Item: Savage_Babe_Card
|
|
- Index: 10
|
|
Item: Roda_Frog_Card
|
|
- Index: 11
|
|
Item: Worm_Tail_Card
|
|
- Index: 12
|
|
Item: Spore_Card
|
|
- Index: 13
|
|
Item: Zombie_Card
|
|
- Index: 14
|
|
Item: Condor_Card
|
|
- Group: TICKET_GIFT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Time_Keepr_Shield
|
|
- Index: 1
|
|
Item: Time_Keepr_Boots
|
|
- Index: 2
|
|
Item: Time_Keepr_Manteau
|
|
- Index: 3
|
|
Item: Time_Keeper_Hat
|
|
- Index: 4
|
|
Item: Time_Keepr_Robe
|
|
- Group: ASSORTED_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Assumptio_5_Scroll
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Wind_Walk_10_Scroll
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: DROOPING_KITTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Drooping_Kitty_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MAGESTIC_GOAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magestic_Goat_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: DEVIRUCHI_CAP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Deviruchi_Cap_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: EXECUTIONER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Executioner_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BROOD_AXE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brood_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: TOMAHAWK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tomahawk_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BOW_OF_RUDRA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bow_Of_Rudra_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CUTLAS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cutlas_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SOLAR_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Solar_Sword_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SWORD_BREAKER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sword_Breaker_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MAIL_BREAKER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mail_Breaker_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MOONLIGHT_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Moonlight_Sword_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SPANNER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spanner_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: WEAPON_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Lady_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mummy_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Marina_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Desert_Wolf_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Soldier_Skeleton_Card
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Magnolia_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Andre_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Battle_Manual
|
|
Rate: 130
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Insurance
|
|
Rate: 130
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Bubble_Gum
|
|
Rate: 130
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Yggdrasilberry
|
|
Rate: 220
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 220
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ARMOR_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Flying_Deleter_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Nightmare_Terror_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Pest_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Marc_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dark_Frame_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Deleter_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Enriched_Oridecon
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Enriched_Elunium
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Yggdrasilberry
|
|
Rate: 170
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Token_Of_Siegfried
|
|
Rate: 170
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Red_Slim_Potion
|
|
Rate: 170
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 170
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: HELMET_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Elder_Wilow_Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Deviruchi_Card
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Marduk_Card
|
|
Rate: 8
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Carat_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Battle_Manual
|
|
Rate: 60
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Insurance
|
|
Rate: 53
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Bubble_Gum
|
|
Rate: 60
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 150
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Token_Of_Siegfried
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Red_Slim_Potion
|
|
Rate: 150
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Grape_Juice
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: HOOD_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Choco_Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Hyegun_Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Nine_Tail_Card
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Whisper_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Frilldora_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Enriched_Oridecon
|
|
Rate: 60
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Enriched_Elunium
|
|
Rate: 60
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 150
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Token_Of_Siegfried
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Red_Slim_Potion
|
|
Rate: 150
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Grape_Juice
|
|
Rate: 154
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: HOOD_CARD_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dragon_Tail_Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Baphomet__Card
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Daydric_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Harpy_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Whisper_Boss_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Battle_Manual
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Insurance
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bubble_Gum
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Yggdrasilberry
|
|
Rate: 180
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Red_Slim_Potion
|
|
Rate: 180
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Grape_Juice
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: SHOES_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Thief_Bug_Male_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Verit_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Matyr_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sohee_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Antique_Firelock_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Battle_Manual
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Insurance
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Bubble_Gum
|
|
Rate: 90
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Yggdrasilberry
|
|
Rate: 180
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: White_Slim_Potion
|
|
Rate: 174
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Grape_Juice
|
|
Rate: 180
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 160
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ACCY_CARD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Blood_Butterfly_Card
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mimic_Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Zerom_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Phen_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Battle_Manual
|
|
Rate: 70
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Insurance
|
|
Rate: 70
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Bubble_Gum
|
|
Rate: 70
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 140
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Token_Of_Siegfried
|
|
Rate: 140
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: White_Slim_Potion
|
|
Rate: 150
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Grape_Juice
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 146
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: WEAPON_CARD_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mandragora_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Vadon_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Snake_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Drainliar_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Orc_Skeleton_Card
|
|
Rate: 39
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Skel_Worker_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Minorous_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Garm_Baby_Card
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Enriched_Oridecon
|
|
Rate: 160
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Enriched_Elunium
|
|
Rate: 150
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Yggdrasilberry
|
|
Rate: 240
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 240
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: WEAPON_CARD_SCROLL3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Goblin_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Caramel_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Scorpion_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Flora_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Hunter_Fly_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pecopeco_Egg_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Hydra_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Battle_Manual
|
|
Rate: 120
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Insurance
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Bubble_Gum
|
|
Rate: 160
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Yggdrasilberry
|
|
Rate: 210
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: White_Slim_Potion
|
|
Rate: 210
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: ARMOR_CARD_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Disguise_Card
|
|
Rate: 58
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Rybio_Card
|
|
Rate: 58
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Wraith_Dead_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Majoruros_Card
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pupa_Card
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Pecopeco_Card
|
|
Rate: 4
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Battle_Manual
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Insurance
|
|
Rate: 80
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Bubble_Gum
|
|
Rate: 100
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Yggdrasilberry
|
|
Rate: 199
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: White_Slim_Potion
|
|
Rate: 199
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 188
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ACCY_CARD_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Kobold_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 40
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mantis_Card
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Smokie_Card
|
|
Rate: 9
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Vitata_Card
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Enriched_Oridecon
|
|
Rate: 70
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Enriched_Elunium
|
|
Rate: 80
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Yggdrasilberry
|
|
Rate: 150
|
|
Amount: 9
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Token_Of_Siegfried
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: White_Slim_Potion
|
|
Rate: 150
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Grape_Juice
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 150
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ASPERSIO_5_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Group: ASPERSIO_5_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Water
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Aspersio_5_Scroll
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Group: HANDCUFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Handcuff
|
|
Duration: 2880
|
|
UniqueId: true
|
|
- Group: INFILTRATOR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infiltrator_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: MURAMASA_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Muramasa_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: EXCALIBUR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Excalibur_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: COMBAT_KNIFE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Combat_Knife_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: COUNTER_DAGGER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Counter_Dagger_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: KAISER_KNUCKLE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kaiser_Knuckle_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: POLE_AXE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pole_Axe_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: MIGHTY_STAFF_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mighty_Staff_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RIGHT_EPSILON_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Right_Epsilon_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BALISTAR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Balistar_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: DIARY_OF_SAGE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Diary_Of_Great_Sage_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ASURA_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Asura_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: APPLE_OF_ARCHER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Apple_Of_Archer_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BUNNY_BAND_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bunny_Band_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SAHKKAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sahkkat_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: LORD_CIRCLET_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lord_Circlet_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ELVEN_EARS_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Elven_Ears_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: STEEL_FLOWER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Steel_Flower_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CRITICAL_RING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Critical_Ring_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: EARRING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Earring_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: NECKLACE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Necklace_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: GLOVE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Glove_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BROOCH_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brooch_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ROSARY_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rosary_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SAFETY_RING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Safety_Ring_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: VESPER_CORE01_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core01_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: VESPER_CORE02_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core02_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: VESPER_CORE03_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core03_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: VESPER_CORE04_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Vesper_Core04_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: DROOPING_KITTY_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Drooping_Kitty_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: MAGESTIC_GOAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magestic_Goat_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: DEVIRUCHI_CAP_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Deviruchi_Cap_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: EXECUTIONER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Executioner_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: BROOD_AXE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Brood_Axe_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: TOMAHAWK_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Tomahawk_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CUTLAS_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cutlas_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SOLAR_SWORD_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Solar_Sword_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: MOONLIGHT_SWORD_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Moonlight_Sword_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SPANNER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spanner_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: FREYJA_OVERCOAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Overcoat
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FREYJA_BOOTS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Boots
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FREYJA_CAPE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Cape
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FREYJA_CROWN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Freyja_Crown
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BRO_PACKAGE1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Adrenaline_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Wind_Walk_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Blessing_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Group: PECOPECO_HAIRBAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pecopeco_Hairband
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: RED_GLASSES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Glasses
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: WHISPER_MASK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Whisper_Mask
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: GOLD_BOX_
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Beret
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Alice_Doll
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Lif_Doll_Hat
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Moonlight_Flower_Hat
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Dress_Hat
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Triple_Poring_Hat
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Magic_Eyes
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Sheep_Hat
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Baseball_Cap
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Cat_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Battle_Manual
|
|
Rate: 61
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Gold_Key_TW
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Enriched_Oridecon
|
|
Rate: 61
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Enriched_Elunium
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Fruit_Of_Mastela
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Yggdrasilberry
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Zeny_Scroll
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Old_Blue_Box
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Old_Violet_Box
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Old_Card_Album
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 20
|
|
Item: Crystal_Jewel__
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 21
|
|
Item: Crystal_Jewel
|
|
Rate: 170
|
|
UniqueId: true
|
|
- Group: SILVER_BOX_
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Drooping_Nine_Tail
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Black_Bunny_Band
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Satellite_Hairband
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Pink_Drooping_Kitty
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Pink_Fur_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: White_Wizardry_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Red_Wizardry_Hat
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: White_Deviruchi_Cap
|
|
Rate: 7
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Red_Deviruchi_Cap
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Angeling_Hairpin
|
|
Rate: 6
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Battle_Manual
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Token_Of_Siegfried
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Silver_Key
|
|
Rate: 30
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Oridecon
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Elunium
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 15
|
|
Item: Leaf_Of_Yggdrasil
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 16
|
|
Item: Seed_Of_Yggdrasil
|
|
Rate: 110
|
|
UniqueId: true
|
|
- Index: 17
|
|
Item: Zeny_Scroll
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 18
|
|
Item: Old_Blue_Box
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 19
|
|
Item: Crystal_Jewel
|
|
Rate: 60
|
|
UniqueId: true
|
|
- Index: 20
|
|
Item: Crystal_Jewel___
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Group: PECOPECO_HAIRBAND_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pecopeco_Hairband
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RED_GLASSES_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Glasses
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: WHISPER_MASK_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Whisper_Mask
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: RAMEN_HAT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ramen_Hat
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: 5_ANNIVERSARY_COIN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 5_Anniversary_Coin
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: CERTIFICATE_TW_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Certificate_TW
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: NAGAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nagan_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SKEWER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Skewer_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SURVIVAL_ROD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Survival_Rod_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: QUADRILLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Quadrille_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: GREAT_AXE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Great_Axe_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BLOODY_ROAR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Roar_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: HARDBACK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hardback_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: IMMATERIAL_SWORD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Immaterial_Sword_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: UNHOLY_TOUCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Unholy_Touch_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CLOAK_OF_SURVIVAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cloak_Of_Survival_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: MASQUERADE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Masquerade_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: ORC_HERO_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Hero_Helm_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: EVIL_WING_EARS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evil_Wing_Ears_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: DARK_BLINDFOLD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dark_Blindfold_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: KRO_DROOPING_KITTY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: kRO_Drooping_Kitty_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: CORSAIR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Corsair_C
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: BLOODY_IRON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Iron_Ball_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SPIRITUAL_RING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiritual_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: NAGAN_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nagan_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SKEWER_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Skewer_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SURVIVAL_ROD_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Survival_Rod_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: QUADRILLE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Quadrille_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: GREAT_AXE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Great_Axe_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: FIRE_BRAND_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fire_Brand_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: IMMATERIAL_SWORD_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Immaterial_Sword_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: UNHOLY_TOUCH_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Unholy_Touch_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CLOAK_OF_SURVIVAL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cloak_Of_Survival_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: MASQUERADE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Masquerade_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: ORC_HERO_HELM_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Orc_Hero_Helm_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: EVIL_WING_EARS_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evil_Wing_Ears_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: DARK_BLINDFOLD_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dark_Blindfold_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: KRO_DROOPING_KITTY_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: kRO_Drooping_Kitty_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: CORSAIR_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Corsair_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SPIRITUAL_RING_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiritual_Ring_C
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: INDONESIA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Slim_Potion
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Speed_Up_Potion
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Yggdrasilberry
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: GREEN_BOX_
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Helm_Of_Darkness
|
|
Rate: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Deviruchi_Cap
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Kettle_Hat
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Ribbon_Black
|
|
Rate: 200
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Poring_Box
|
|
Rate: 300
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Group: RESIST_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Resist_Fire
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Resist_Water
|
|
UniqueId: true
|
|
- Group: RESIST_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Resist_Earth
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Resist_Wind
|
|
UniqueId: true
|
|
- Group: STAT_BOOST1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Str_Dish05_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Agi_Dish05_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish05_
|
|
UniqueId: true
|
|
- Group: STAT_BOOST2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Int_Dish05_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Luk_Dish05_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish05_
|
|
UniqueId: true
|
|
- Group: STAT_BOOST3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Agi_Dish05_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Vit_Dish05_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish05_
|
|
UniqueId: true
|
|
- Group: STAT_BOOST4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Int_Dish05_
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Vit_Dish05_
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish05_
|
|
UniqueId: true
|
|
- Group: OBSERVER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Observer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: LUCKY_CLIP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lucky_Clip
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: F_LEVER_ACTION_RIFLE_BO
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lever_Action_Rifle_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_REFRESH_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Refresh_Shoes
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: F_PECOPECO_HAIRBAND_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Pecopeco_Hairband
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_RED_GLASSES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Glasses
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_WHISPER_MASK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Whisper_Mask
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_RAMEN_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ramen_Hat
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Dex_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: F_VIGORGRA_PACKAGE4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Int_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Vit_Dish10_
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Blessing_10_Scroll
|
|
Amount: 15
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Kafra_Card
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Token_Of_Siegfried
|
|
UniqueId: true
|
|
- Group: NOVICE_SET_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cracked_Buckler
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Old_Pant
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Boots_Perforated
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Cheap_Running_Shirts
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Old_Bandanna
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: BEHOLDER_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Beholder_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: HALLOW_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Hallow_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: CLAMOROUS_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clamorous_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: CHEMICAL_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Chemical_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: INSECTICIDE_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Insecticide_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: FISHER_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fisher_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: DECUSSATE_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Decussate_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: BLOODY_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: SATANIC_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Satanic_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: DRAGOON_RING_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dragoon_Ring
|
|
Duration: 21600
|
|
UniqueId: true
|
|
- Group: FPICTURE_DIARY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FMINI_HEART_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FNEWCOMER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FKID_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FMAGIC_CASTLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FBULGING_HEAD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FPICTURE_DIARY_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Picture_Diary
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FMINI_HEART_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mini_Heart
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FNEWCOMER_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Newcomer
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FKID_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kid
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FMAGIC_CASTLE_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Castle
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FBULGING_HEAD_BOX_1M
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bulging_Head
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: FHEALING_STAFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Healing_Staff_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: FPRAXINUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Praxinus_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: MUFFLER_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Muffler_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: VALKYRJA_S_SHIELD_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Valkyrja's_Shield_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SKUL_RING_C_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Skul_Ring_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: S_BARRICADE_REPAIR_KIT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wooden_Block
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Steel
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Emveretarcon
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: S_GSTONE_REPAIR_KIT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Elunium
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Stone
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Blue_Gemstone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Yellow_Gemstone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Red_Gemstone
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ARDOR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Rate: 50
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Insurance
|
|
Rate: 70
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Kafra_Card
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Ribbon_Pink
|
|
Rate: 29
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Ribbon_Red
|
|
Rate: 29
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Yggdrasilberry_Box_
|
|
Rate: 190
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Dead_Tree_Branch_Box1
|
|
Rate: 180
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Guyak_Pudding
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Neuralizer
|
|
Rate: 2
|
|
UniqueId: true
|
|
- Group: HOLY_SABER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Saber
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: BOOK_OF_PRAYER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Book_Of_Prayer
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: PHENOMENA_WHIP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Phenomena_Whip
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: STAFF_OF_DARKNESS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Staff_Of_Darkness
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: MONK_KNUCKLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Monk_Knuckle
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: MACE_OF_MADNESS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mace_Of_Madness
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: SPEAR_OF_EXCELLENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spear_Of_Excellent
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: BOW_OF_EVIL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bow_Of_Evil
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: KATAR_OF_SPEED_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Katar_Of_Speed
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: SS_REVOLVER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sharpshooter_Revolver
|
|
Duration: 180
|
|
UniqueId: true
|
|
- Group: XMAS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Santa_Poring_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Cross_Band
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Centimental_Flower
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Santa's_Hat
|
|
Rate: 50
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Luk_Dish_Box
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Blessing_10_Scroll_Box
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Diadem
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Aspersio_5_Scroll_Box
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Assumptio_5_Scroll_Box
|
|
Rate: 125
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Poring__Card
|
|
Rate: 10
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Fire_Cracker_Xmas_Box
|
|
Rate: 150
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Cookie_XMAS_Card
|
|
Rate: 20
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Zeny_Scroll
|
|
Rate: 150
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Bell_Ribbon
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Fish_Head_Hat
|
|
Rate: 5
|
|
UniqueId: true
|
|
- Group: FORTUNE_SWORD_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fortune_Sword_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: HOUSE_AUGER_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: House_Auger_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: KAMAITACHI_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kamaitachi_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: BERSERK_GUITAR_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Berserk_Guitar_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: DOOM_SLAYER_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Doom_Slayer_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: HUUMA_BLAZE_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Huuma_Blaze_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: ODIN_S_BLESSING_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Odin's_Blessing_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: RING_OF_F_LORD_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_Of_Flame_Lord_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: RING_OF_RESON_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_Of_Resonance_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: BOY_S_CAP_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boy's_Cap_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: ULLE_CAP_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ulle_Cap_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: SPINX_HELM_BOX_I
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spinx_Helm_I
|
|
Duration: 360
|
|
UniqueId: true
|
|
- Group: POWER_OF_THOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Asara_Fairy_Hat
|
|
Rate: 435
|
|
- Index: 1
|
|
Item: Pencil_In_Mouth
|
|
Rate: 550
|
|
- Index: 2
|
|
Item: Power_Of_Thor
|
|
Rate: 15
|
|
Announced: true
|
|
- Group: ACTI_POTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acti_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: ACTI_POTION_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Acti_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C5
|
|
UniqueId: true
|
|
- Group: HALF_ASPRIKA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Asprika
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: HALF_BRYNHILD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Brynhild
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: SPIKED_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Spiked_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: RAINBOW_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rainbow_Scarf
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: 3D_GLASSES_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 3D_Glasses_
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf
|
|
Duration: 10080
|
|
- Group: CHEER_SCARF2_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Token_Of_Siegfried
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 10080
|
|
- Group: CHEER_SCARF3_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf3
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF4_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf4
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF6_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf6
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF8_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf8
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf10
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: CHEER_SCARF10_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf10
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: RING_OF_VALKYRIE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ring_Of_Valkyrie
|
|
Duration: 5760
|
|
UniqueId: true
|
|
- Group: RAPID_LIFE_WATER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rapid_Life_Water
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C6
|
|
UniqueId: true
|
|
- Group: LOLLI_POP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yummy_Lollipop
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: SPECIAL_BOX1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: N_Fly_Wing
|
|
Rate: 330
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: White_Potion
|
|
Rate: 330
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Rate: 340
|
|
Amount: 12
|
|
- Group: SPECIAL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Minor_Brisket
|
|
Rate: 150
|
|
- Index: 1
|
|
Item: Savage_BBQ
|
|
Rate: 150
|
|
- Index: 2
|
|
Item: Oridecon
|
|
Rate: 120
|
|
- Index: 3
|
|
Item: Elunium
|
|
Rate: 120
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Elunium
|
|
Rate: 120
|
|
- Index: 5
|
|
Item: Poison_Bottle
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: N_Fly_Wing
|
|
Rate: 80
|
|
Amount: 50
|
|
- Index: 7
|
|
Item: White_Potion
|
|
Rate: 80
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: N_Butterfly_Wing
|
|
Rate: 80
|
|
Amount: 12
|
|
- Group: SPECIAL_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Siroma_Icetea
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Wug_Blood_Cocktail
|
|
Rate: 220
|
|
- Index: 2
|
|
Item: Minor_Brisket
|
|
Rate: 130
|
|
- Index: 3
|
|
Item: Savage_BBQ
|
|
Rate: 130
|
|
- Index: 4
|
|
Item: Oridecon
|
|
Rate: 80
|
|
- Index: 5
|
|
Item: Elunium
|
|
Rate: 80
|
|
Amount: 2
|
|
- Index: 6
|
|
Item: Poison_Bottle
|
|
Rate: 60
|
|
- Group: SPECIAL_BOX4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Drocera_Herb_Stew
|
|
Rate: 220
|
|
- Index: 2
|
|
Item: Siroma_Icetea
|
|
Rate: 180
|
|
- Index: 3
|
|
Item: Wug_Blood_Cocktail
|
|
Rate: 120
|
|
- Index: 4
|
|
Item: Minor_Brisket
|
|
Rate: 60
|
|
- Index: 5
|
|
Item: Savage_BBQ
|
|
Rate: 60
|
|
- Index: 6
|
|
Item: Oridecon
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: Elunium
|
|
Rate: 30
|
|
Amount: 2
|
|
- Group: SPECIAL_BOX5
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Siege_Supply_Box
|
|
Rate: 220
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Yggdrasilberry
|
|
Rate: 180
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Drocera_Herb_Stew
|
|
Rate: 120
|
|
- Index: 4
|
|
Item: Siroma_Icetea
|
|
Rate: 80
|
|
- Index: 5
|
|
Item: Wug_Blood_Cocktail
|
|
Rate: 60
|
|
- Index: 6
|
|
Item: Minor_Brisket
|
|
Rate: 20
|
|
- Index: 7
|
|
Item: Savage_BBQ
|
|
Rate: 20
|
|
- Group: PCBANG_COUPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Insurance
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Skewer
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Pillar_Card
|
|
Rate: 20
|
|
- Index: 2
|
|
Item: Ringco_Card
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Lata_Card
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: Duneirre_Card
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Linen_Glove
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Leaf_Cat_Hat
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Old_Blue_Box
|
|
Rate: 370
|
|
- Index: 8
|
|
Item: Old_Violet_Box
|
|
Rate: 340
|
|
- Group: B_HALTER_BOX_30DAYS
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
Duration: 43200
|
|
UniqueId: true
|
|
- Group: PCBANG_COUPON_BOX4
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Geographer_Card
|
|
Rate: 55
|
|
- Index: 1
|
|
Item: Rideword_Card
|
|
Rate: 55
|
|
- Index: 2
|
|
Item: Live_Peach_Tree_Card
|
|
Rate: 55
|
|
- Index: 3
|
|
Item: Harpy_Card
|
|
Rate: 55
|
|
- Index: 4
|
|
Item: Parasite_Card
|
|
Rate: 55
|
|
- Index: 5
|
|
Item: Miyabi_Ningyo_Card
|
|
Rate: 55
|
|
- Index: 6
|
|
Item: Solider_Card
|
|
Rate: 65
|
|
- Index: 7
|
|
Item: Permeter_Card
|
|
Rate: 55
|
|
- Index: 8
|
|
Item: Freezer_Card
|
|
Rate: 55
|
|
- Index: 9
|
|
Item: Baby_Leopard_Card
|
|
Rate: 55
|
|
- Index: 10
|
|
Item: Mystcase_Card
|
|
Rate: 55
|
|
- Index: 11
|
|
Item: Raggler_Card
|
|
Rate: 55
|
|
- Index: 12
|
|
Item: Wander_Man_Card
|
|
Rate: 55
|
|
- Index: 13
|
|
Item: Wild_Rose_Card
|
|
Rate: 55
|
|
- Index: 14
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 55
|
|
- Index: 15
|
|
Item: Anolian_Card
|
|
Rate: 55
|
|
- Index: 16
|
|
Item: Dragon_Tail_Card
|
|
Rate: 55
|
|
- Index: 17
|
|
Item: Merman_Card
|
|
Rate: 55
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Geographer_Card
|
|
Rate: 55
|
|
- Index: 1
|
|
Item: Rideword_Card
|
|
Rate: 55
|
|
- Index: 2
|
|
Item: Live_Peach_Tree_Card
|
|
Rate: 55
|
|
- Index: 3
|
|
Item: Harpy_Card
|
|
Rate: 55
|
|
- Index: 4
|
|
Item: Parasite_Card
|
|
Rate: 55
|
|
- Index: 5
|
|
Item: Miyabi_Ningyo_Card
|
|
Rate: 55
|
|
- Index: 6
|
|
Item: Solider_Card
|
|
Rate: 65
|
|
- Index: 7
|
|
Item: Permeter_Card
|
|
Rate: 55
|
|
- Index: 8
|
|
Item: Freezer_Card
|
|
Rate: 55
|
|
- Index: 9
|
|
Item: Baby_Leopard_Card
|
|
Rate: 55
|
|
- Index: 10
|
|
Item: Mystcase_Card
|
|
Rate: 55
|
|
- Index: 11
|
|
Item: Raggler_Card
|
|
Rate: 55
|
|
- Index: 12
|
|
Item: Wander_Man_Card
|
|
Rate: 55
|
|
- Index: 13
|
|
Item: Wild_Rose_Card
|
|
Rate: 55
|
|
- Index: 14
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 55
|
|
- Index: 15
|
|
Item: Anolian_Card
|
|
Rate: 55
|
|
- Index: 16
|
|
Item: Dragon_Tail_Card
|
|
Rate: 55
|
|
- Index: 17
|
|
Item: Merman_Card
|
|
Rate: 55
|
|
- SubGroup: 3
|
|
List:
|
|
- Index: 0
|
|
Item: Geographer_Card
|
|
Rate: 55
|
|
- Index: 1
|
|
Item: Rideword_Card
|
|
Rate: 55
|
|
- Index: 2
|
|
Item: Live_Peach_Tree_Card
|
|
Rate: 55
|
|
- Index: 3
|
|
Item: Harpy_Card
|
|
Rate: 55
|
|
- Index: 4
|
|
Item: Parasite_Card
|
|
Rate: 55
|
|
- Index: 5
|
|
Item: Miyabi_Ningyo_Card
|
|
Rate: 55
|
|
- Index: 6
|
|
Item: Solider_Card
|
|
Rate: 65
|
|
- Index: 7
|
|
Item: Permeter_Card
|
|
Rate: 55
|
|
- Index: 8
|
|
Item: Freezer_Card
|
|
Rate: 55
|
|
- Index: 9
|
|
Item: Baby_Leopard_Card
|
|
Rate: 55
|
|
- Index: 10
|
|
Item: Mystcase_Card
|
|
Rate: 55
|
|
- Index: 11
|
|
Item: Raggler_Card
|
|
Rate: 55
|
|
- Index: 12
|
|
Item: Wander_Man_Card
|
|
Rate: 55
|
|
- Index: 13
|
|
Item: Wild_Rose_Card
|
|
Rate: 55
|
|
- Index: 14
|
|
Item: Dancing_Dragon_Card
|
|
Rate: 55
|
|
- Index: 15
|
|
Item: Anolian_Card
|
|
Rate: 55
|
|
- Index: 16
|
|
Item: Dragon_Tail_Card
|
|
Rate: 55
|
|
- Index: 17
|
|
Item: Merman_Card
|
|
Rate: 55
|
|
- Group: OLD_HAT_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Chicken_Hat
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: Rune_Hairband
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: Whikebain_Ears
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: New_Cowboy_Hat
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Darkness_Helm
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: J_Captain_Hat
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: Santa_Hat_1
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: Flying_Angel
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: Marcher_Hat
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: Ninja_Scroll
|
|
Rate: 40
|
|
- Index: 10
|
|
Item: Gang_Scarf
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: Angel_Spirit
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: Diadem
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: Twin_Ribbon
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: Robo_Eye
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: L_Orc_Hero_Helm
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: Rabbit_Ear_Hat
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: Drooping_White_Kitty
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: Santa_Poring_Hat
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: Fish_Head_Hat
|
|
Rate: 50
|
|
- Index: 20
|
|
Item: Little_Angel_Doll
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: Chick_Hat
|
|
Rate: 30
|
|
- Group: SAPA_FEAT_CERT_PACK
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 500
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 300
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 200
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: Sapa_Feat_Cert
|
|
Rate: 100
|
|
Amount: 50
|
|
- Group: ARCHANGEL_WING_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Archangel_Wing
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Special_Potion_Set
|
|
- Group: TRANS_BOX_DEVI
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Devi
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: TRANS_BOX_RAY_ARCH
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Ray_Arch
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: TRANS_BOX_MAVKA
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Mavka
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: TRANS_BOX_MARDUK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Marduk
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: TRANS_BOX_BANSHEE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Banshee
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: TRANS_BOX_GOLEM
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Trans_Scroll_Golem
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Trans_Scroll_Poring
|
|
UniqueId: true
|
|
- Group: UPG_REVOLVER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Revolver
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_TWOHAND_SWORD_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Twohand_Sword
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_KATAR_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Katar
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_TWO_HANDED_AXE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Two_Handed_Axe
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_LANCE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Lance
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_BOOK_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Book
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_STAFF_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Staff
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_DAGGER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Dagger
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_MACE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Mace
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: UPG_BOW_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Bow
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Lucky_Egg_C10
|
|
UniqueId: true
|
|
- Group: GRYPHON_EGG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Gryphon_Hat
|
|
Rate: 140
|
|
Announced: true
|
|
- Index: 1
|
|
Item: C_Gryphon_Hat
|
|
Rate: 160
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Enchant_Book
|
|
Rate: 2500
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 7
|
|
Item: E_WOB_Rune
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 8
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: E_WOB_Rachel
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: E_WOB_Local
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Old_Card_Album
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 240
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Treasure_Box
|
|
Rate: 770
|
|
- Group: ASPD_POTION_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Gryphon_Egg_Scroll
|
|
UniqueId: true
|
|
- Group: DRAGON_EGG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Helm_Of_Dragoon
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Dragon_Breath
|
|
Rate: 400
|
|
- Index: 2
|
|
Item: Dragon_Slayer_
|
|
Rate: 400
|
|
- Index: 3
|
|
Item: Inverse_Scale
|
|
Rate: 400
|
|
- Index: 4
|
|
Item: Gae_Bolg_
|
|
Rate: 400
|
|
- Index: 5
|
|
Item: Legacy_Of_Dragon
|
|
Rate: 400
|
|
- Index: 6
|
|
Item: Dragon_Wing
|
|
Rate: 400
|
|
- Index: 7
|
|
Item: Dragon_Killer_
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Dragon_Vest
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Dragon_Manteau
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Enchant_Book
|
|
Rate: 3000
|
|
- Index: 15
|
|
Item: Old_Card_Album
|
|
Rate: 400
|
|
- Index: 16
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 155
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Treasure_Box
|
|
Rate: 1200
|
|
- Group: 2011_RWC_SCROLL_KR
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Treasure_Box
|
|
Rate: 1200
|
|
- Index: 1
|
|
Item: Enchant_Book
|
|
Rate: 2000
|
|
- Index: 2
|
|
Item: Auger_Of_Spirit
|
|
Rate: 1240
|
|
- Index: 3
|
|
Item: Cat_Ears_Beret
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Red_Bread_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 155
|
|
- Index: 7
|
|
Item: Elven_Ears
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Old_C_Album_Helm
|
|
Rate: 400
|
|
- Index: 9
|
|
Item: Old_C_Album_Shield
|
|
Rate: 200
|
|
- Index: 10
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 750
|
|
- Index: 13
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 750
|
|
- Index: 14
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 50
|
|
Announced: true
|
|
- Group: CHANGE_NAME_CARD_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Change_Name_Card
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Change_Slot_Card
|
|
UniqueId: true
|
|
- Group: PCBANG_COUPON_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Blue_Box
|
|
- Index: 1
|
|
Item: Old_Violet_Box
|
|
- Index: 2
|
|
Item: White_Slim_Pot_Box2
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Elven_Ears_
|
|
Rate: 40
|
|
- Index: 1
|
|
Item: Leaf_Cat_Hat
|
|
Rate: 80
|
|
- Index: 2
|
|
Item: Carga_Mace
|
|
Rate: 80
|
|
- Index: 3
|
|
Item: Elven_Bow
|
|
Rate: 80
|
|
- Index: 4
|
|
Item: Zipper_Bear_Card
|
|
Rate: 20
|
|
- Index: 5
|
|
Item: Oridecon
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Elunium
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 7
|
|
Item: Treasure_Box
|
|
Rate: 300
|
|
- Group: CRU_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tare_Neko_Cru
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 1
|
|
Item: C_Tare_Neko_Cru
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Ring_Of_Flame_Lord
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 155
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: E_WOB_Rune
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: E_WOB_Rachel
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 17
|
|
Item: E_WOB_Local
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 18
|
|
Item: Old_Card_Album
|
|
Rate: 400
|
|
- Index: 19
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 250
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 1200
|
|
- Index: 22
|
|
Item: Enchant_Book
|
|
Rate: 3000
|
|
- Group: EVENT_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry
|
|
Amount: 3
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Ticket_Loli_Ruri
|
|
Rate: 28
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 70
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 40
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 20
|
|
- Index: 6
|
|
Item: Old_Card_Album
|
|
Rate: 250
|
|
- Index: 7
|
|
Item: Old_Violet_Box
|
|
Rate: 240
|
|
- Index: 8
|
|
Item: Old_Blue_Box
|
|
Rate: 350
|
|
Amount: 2
|
|
- Group: EVENT_GIFT_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yggdrasilberry
|
|
Amount: 3
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: PetTradeTicket_Box
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Old_Card_Album
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: Old_Violet_Box
|
|
Rate: 350
|
|
- Index: 4
|
|
Item: Old_Blue_Box
|
|
Rate: 360
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 30
|
|
- Index: 6
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 30
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_8Up
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Guarantee_Armor_8Up
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 1
|
|
- Group: TIME_GUARDIAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Time_Keepr_Shield
|
|
- Index: 1
|
|
Item: Time_Keepr_Boots
|
|
- Index: 2
|
|
Item: Time_Keepr_Manteau
|
|
- Index: 3
|
|
Item: Time_Keeper_Hat
|
|
- Index: 4
|
|
Item: Time_Keepr_Robe
|
|
- Index: 5
|
|
Item: Metal_Katar
|
|
- Index: 6
|
|
Item: Metal_Two_Handed_Axe
|
|
- Index: 7
|
|
Item: Metal_Lance
|
|
- Index: 8
|
|
Item: Metal_Book
|
|
- Index: 9
|
|
Item: Metal_Staff
|
|
- Index: 10
|
|
Item: Metal_Dagger
|
|
- Index: 11
|
|
Item: Metal_Mace
|
|
- Index: 12
|
|
Item: Metal_Bow
|
|
- Index: 13
|
|
Item: Metal_Two_Hand_Sword
|
|
- Index: 14
|
|
Item: Metal_Revolver
|
|
- Index: 15
|
|
Item: Metal_Huuma_Shuriken
|
|
- Index: 16
|
|
Item: Metal_Foxtail
|
|
- Group: BEGINNER_KIT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Novice_Potion
|
|
Amount: 300
|
|
- Index: 1
|
|
Item: N_Fly_Wing
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Arrow_Container
|
|
Amount: 5
|
|
- Group: MOTHER_LOVE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mother_Heart
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: OLD_ORE_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Elunium
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Old_Card_Album_
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Oridecon_Stone
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Elunium_Stone
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Carnium
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: Bradium
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Crystal_Jewel__
|
|
Rate: 100
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Gemstone
|
|
Rate: 200
|
|
Amount: 5
|
|
- Index: 6
|
|
Item: Stone
|
|
Rate: 200
|
|
Amount: 4
|
|
- Index: 7
|
|
Item: Gold
|
|
Rate: 50
|
|
- Group: BOARDING_HALTER_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: UNDEAD_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Lord_of_Death
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 1
|
|
Item: C_Lord_of_Death
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 15
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sg_Blue_Potion_Box
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Old_C_Album_Helm
|
|
Rate: 600
|
|
- Index: 8
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 230
|
|
- Index: 9
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 690
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Comp_Battle_Manual
|
|
Rate: 690
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 600
|
|
- Index: 12
|
|
Item: Old_Card_Album
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Rabbit_Earplug
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Jasper_Crest
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Enchant_Book
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1700
|
|
- Index: 17
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
- Group: GIRLS_HEART
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Heart_Wing_Hairband
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 1
|
|
Item: C_Heart_Wing_Hairband
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Comp_Battle_Manual
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 3
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 4
|
|
Item: Old_C_Album_Garment
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Rabbit_Earplug
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Jasper_Crest
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Ear_Of_Angel's_Wing
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 400
|
|
- Index: 9
|
|
Item: Fit_Pipe
|
|
Rate: 400
|
|
- Index: 10
|
|
Item: Gril's_Naivety
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: J_Aspersio_5_Scroll
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: Sg_Blue_Potion_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Old_Card_Album
|
|
Rate: 550
|
|
- Index: 14
|
|
Item: Fruit_Of_Mastela_Box2
|
|
Rate: 1200
|
|
- Index: 15
|
|
Item: Angeling_Potion
|
|
Rate: 1500
|
|
Amount: 5
|
|
- Index: 16
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1500
|
|
- Index: 17
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
- Group: C_CENTER_POT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinite_Center_Potion
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_AWAKENING_POT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ifn_Awakening_Potion
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_BERSERK_POT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinite_Berserk_Potion
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: C_WING_OF_FLY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Group: GUARANTEE7_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_7Up
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_7Up
|
|
UniqueId: true
|
|
- Group: WOLFKING_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Ore_Box
|
|
Rate: 1000
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 34
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 34
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Wondering_Wolf_Helm
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Wondering_Wolf_Helm
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: Imp_Hat
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 8
|
|
Item: C_Imp_Hat
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1650
|
|
- Index: 10
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Old_C_Album_Armor
|
|
Rate: 250
|
|
- Index: 15
|
|
Item: Old_C_Album_Shield
|
|
Rate: 250
|
|
- Index: 16
|
|
Item: Magic_Card_Album
|
|
Rate: 80
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Auger_Of_Spirit
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Blacksmith_Blessing
|
|
Rate: 150
|
|
Announced: true
|
|
- Group: ALMIGHTY_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: WolfKing_Scroll
|
|
UniqueId: true
|
|
- Group: HD_ELUNIUM_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Elunium
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
- Group: HD_ORIDECON_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
- Group: KINGS_GIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Egg2
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Mysterious_Egg
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Old_Card_Album
|
|
Rate: 500
|
|
- Index: 3
|
|
Item: Comp_Battle_Manual
|
|
Rate: 500
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Reward_Job_BM25
|
|
Rate: 500
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Meteor_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Storm_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Vermilion_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: E_WOB_Rune
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_WOB_Rachel
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: E_WOB_Local
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: Elf_Tear_Stun
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Elf_Tear_Blind
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Elf_Tear_Sleep
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Elf_Tear_Freezing
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Elf_Tear_Curse
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 21
|
|
Item: Elf_Tear_Silence
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Elf_Tear_Stone_Curse
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: Old_Violet_Box
|
|
Rate: 1499
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: C_CENTER_POT_3D_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinite_Center_Potion
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: C_AWAKENING_POT_3D_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ifn_Awakening_Potion
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: C_BERSERK_POT_3D_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Infinite_Berserk_Potion
|
|
Duration: 4320
|
|
UniqueId: true
|
|
- Group: BM_LIMIT_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Limit
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: C_Center_Pot_3d_Box
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: C_Awakening_Pot_3d_Box
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: C_Berserk_Pot_3d_Box
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: C_Wing_Of_Fly_3Day_Box
|
|
UniqueId: true
|
|
- Group: GOLDENTREASUREBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ghostring_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Deviling_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Angeling_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Buffalo_Horn
|
|
Rate: 75
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Recovery_Ring
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Comp_Insurance
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Diabolus_Ring
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Diabolus_Robe
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Recovery_Light
|
|
Rate: 835
|
|
- Index: 16
|
|
Item: Thorn_Staff_
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Muramasa_
|
|
Rate: 300
|
|
- Index: 18
|
|
Item: Robe_Of_Happiness
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Krishnagar
|
|
Rate: 583
|
|
- Index: 20
|
|
Item: C_Pink_Bunny_Band_J
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 21
|
|
Item: Old_C_Album_Shield
|
|
Rate: 500
|
|
- Index: 22
|
|
Item: Old_C_Album_Garment
|
|
Rate: 500
|
|
- Index: 23
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 24
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: UNLIMITED_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: GoldenTreasureBox
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: XMAX_EGG_KR
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Tha_Odium_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Tha_Maero_Card
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Tha_Despero_Card
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Tha_Dolor_Card
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Magic_Card_Album
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 9
|
|
Item: J_Shop_Coupon
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: Piece_Of_Angent_Skin
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Diabolus_Ring
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Diabolus_Armor
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Thief_Handcuff
|
|
Rate: 150
|
|
- Index: 14
|
|
Item: Prison_Uniform
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: Sprint_Glove
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Rider_Suit
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 17
|
|
Item: C_Red_Dress_Hat
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 18
|
|
Item: C_Festival_Ticket
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Enchant_Stone_Box
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Comp_Insurance
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: Old_Ore_Box
|
|
Rate: 500
|
|
- Index: 25
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 26
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Group: C_FESTIVAL_TICKET
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Gryphon_Hat
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: C_Tare_Neko_Cru
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: C_Tare_Pope
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: C_Heart_Wing_Hairband
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: C_Imp_Hat
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: C_Rainbow_Feather_Deco
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: C_Pink_Bunny_Band_J
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: Heart_Eye_Patch1
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: Heart_Eye_Patch2
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: C_Lord_of_Death
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: C_Wondering_Wolf_Helm
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: C_Kabuki_Mask
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: C_Dragon_Arhat_Mask
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: C_Tiger_Arhat_Mask
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: C_Samurai_Mask
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: C_Santa_Poring_Hat
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: C_Santa_Hat_1
|
|
Rate: 50
|
|
- Group: REFINE_ORE_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Xmax_Egg_Kr
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX4_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Xmax_Egg_Kr
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX4_SET20
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Xmax_Egg_Kr
|
|
Amount: 23
|
|
UniqueId: true
|
|
- Group: NEW_YEAR_GIFT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Speed_Up_Potion
|
|
Amount: 3
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Made_Dish_Box2
|
|
Rate: 250
|
|
- Index: 1
|
|
Item: Reward_Job_BM25
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Comp_Battle_Manual
|
|
Rate: 250
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Set_Of_Taiming_Item
|
|
Rate: 200
|
|
- Index: 4
|
|
Item: Accessory_Box
|
|
Rate: 50
|
|
- Group: PCBANG_COUPON_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Insurance
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Pillar_Card
|
|
Rate: 20
|
|
- Index: 1
|
|
Item: Ringco_Card
|
|
Rate: 20
|
|
- Index: 2
|
|
Item: Lata_Card
|
|
Rate: 20
|
|
- Index: 3
|
|
Item: Duneirre_Card
|
|
Rate: 20
|
|
- Index: 4
|
|
Item: Old_Blue_Box
|
|
Rate: 190
|
|
- Index: 5
|
|
Item: First_Aid_Kit_B
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Cookie_Bag_B
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Inspector_Certificate
|
|
Rate: 340
|
|
- Index: 8
|
|
Item: Blue_Potion_B
|
|
Rate: 190
|
|
Amount: 5
|
|
- Group: SEALED_D_LORD_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Dark_Illusion_Card
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 115
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Sleeping_Kitty_Cat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Immune_Armor
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Hard_Armor
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: S_Ancient_Armor
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: S_Critical_Armor
|
|
Rate: 350
|
|
- Index: 11
|
|
Item: S_Kingbird_Weapon
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Cri_Hit_Weapon
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_Healing_Weapon
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Enchant_Stone_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Group: STEALFIGHTER_20LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Undead_Egg
|
|
- Index: 1
|
|
Item: Girls_Heart
|
|
- Group: STEALFIGHTER_25LV
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Undead_Egg
|
|
- Index: 1
|
|
Item: Girls_Heart
|
|
- Index: 2
|
|
Item: WolfKing_Scroll
|
|
- Group: KINGS_GIFT2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Egg2
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Mysterious_Egg
|
|
Rate: 200
|
|
Announced: true
|
|
- Index: 2
|
|
Item: High_Weapon_Box
|
|
Rate: 500
|
|
- Index: 3
|
|
Item: C_Devil_Whisper
|
|
Rate: 500
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Reward_Job_BM25
|
|
Rate: 500
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Meteor_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: Storm_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Vermilion_10_Scroll
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: E_WOB_Rune
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_WOB_Rachel
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: E_WOB_Local
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Guarantee_Weapon_5Up
|
|
Rate: 200
|
|
- Index: 15
|
|
Item: Guarantee_Armor_5Up
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: Elf_Tear_Stun
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Elf_Tear_Blind
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Elf_Tear_Sleep
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Elf_Tear_Freezing
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Elf_Tear_Curse
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 21
|
|
Item: Elf_Tear_Silence
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Elf_Tear_Stone_Curse
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: Old_Violet_Box
|
|
Rate: 1499
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 1000
|
|
- Index: 25
|
|
Item: Dracula_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Group: HAPPY_CALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Potion_Box
|
|
- Index: 1
|
|
Item: Treasure_Box
|
|
- Index: 2
|
|
Item: Royal_Certificate__
|
|
- Group: SEALED_KNIGHT_WS_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Wind_Milestone
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Rapid_Pendant
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Caster_Pendant
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Hard_Earring
|
|
Rate: 400
|
|
- Index: 9
|
|
Item: S_Wise_Earring
|
|
Rate: 400
|
|
- Index: 10
|
|
Item: S_Athena_Earring
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: S_Resist_Spell_Pendant
|
|
Rate: 200
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: J_Shop_Coupon
|
|
Rate: 529
|
|
- Index: 16
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Treasure_Box
|
|
Rate: 600
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Group: C_WING_OF_FLY_1DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: SILVERVINE_BOX10_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Sealed_Knight_WS_Scroll
|
|
- Group: SILVERVINE_BOX110
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 110
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 330
|
|
- Index: 2
|
|
Item: Sealed_Knight_WS_Scroll
|
|
Amount: 11
|
|
- Group: SEALED_BERZ_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Berz_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 94
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 95
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Carnation_Hairband
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Cranial_Shield
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Safeguard_Shield
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Brutal_Shield
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: S_Gargantua_Shield
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_Homers_Shield
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_Dragoon_Shield
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Satanic_Shield
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_Flameguard_Shield
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: S_Requiem_Shield
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: S_Cadi_Shield
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Enchant_Stone_Box2
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 23
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Group: 3_LIFE_POTION_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Berz_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Berz_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: CLEARBOX_S
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Clown_Card
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Professor_Card
|
|
Rate: 6
|
|
- Index: 2
|
|
Item: Champion_Card
|
|
Rate: 6
|
|
- Index: 3
|
|
Item: Creator_Card
|
|
Rate: 12
|
|
- Index: 4
|
|
Item: Stalker_Card
|
|
Rate: 12
|
|
- Index: 5
|
|
Item: Paladin_Card
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Gypsy_Card
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Daehyon_Card
|
|
Rate: 8
|
|
- Index: 8
|
|
Item: Gioia_Card
|
|
Rate: 8
|
|
- Index: 9
|
|
Item: Pyuriel_Card
|
|
Rate: 14
|
|
- Index: 10
|
|
Item: Kades_Card
|
|
Rate: 6
|
|
- Group: SEALED_KIEL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Ice_Wing_Ear
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Bloody_Shoes
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Liberation_Shoes
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Chemical_Shoes
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: S_Clamorous_Shoes
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_Insecticide_Shoes
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_Fisher_Shoes
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Seraphim_Shoes
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_Beholder_Shoes
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: S_Divine_Shoes
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: S_Dragoon_Shoes
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Enchant_Stone_Box2
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 23
|
|
Item: Old_C_Album_Garment
|
|
Rate: 500
|
|
- Index: 24
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 25
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Group: SEALED_GLOOM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 90
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Big_Armor
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: S_Medium_Armor
|
|
Rate: 300
|
|
- Index: 7
|
|
Item: S_Small_Armor
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: S_Big_Weapon
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: S_Medium_Weapon
|
|
Rate: 300
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_Small_Weapon
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: C_Kirin_Wing
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 600
|
|
- Index: 15
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 18
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Comp_Insurance
|
|
Rate: 450
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Group: REFINE_ORE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Gloom_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX5_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Gloom_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: ANGELING_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf
|
|
Rate: 2
|
|
Duration: 72000
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Cheer_Scarf
|
|
Rate: 5
|
|
Duration: 43200
|
|
Announced: true
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Cheer_Scarf
|
|
Rate: 15
|
|
Duration: 14400
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Splendid_Box
|
|
Rate: 2
|
|
- Index: 6
|
|
Item: Iggdrasilberry_Box
|
|
Rate: 7
|
|
- Index: 7
|
|
Item: Lolli_Pop_Box
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: Mysterious_Egg
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Comp_Battle_Manual
|
|
Rate: 13
|
|
- Index: 10
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 14
|
|
- Index: 11
|
|
Item: Comp_Insurance
|
|
Rate: 14
|
|
- Index: 12
|
|
Item: Reward_Job_BM25
|
|
Rate: 14
|
|
- Group: DEVILING_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Cheer_Scarf
|
|
Rate: 10
|
|
Duration: 14400
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Iggdrasilberry_Box
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Lolli_Pop_Box
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Mysterious_Egg
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Comp_Battle_Manual
|
|
Rate: 5
|
|
- Index: 6
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 5
|
|
- Index: 7
|
|
Item: Comp_Insurance
|
|
Rate: 5
|
|
- Index: 8
|
|
Item: Reward_Job_BM25
|
|
Rate: 5
|
|
- Index: 9
|
|
Item: Yggdrasil_Seed_Box
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 8
|
|
- Index: 12
|
|
Item: Old_Blue_Box
|
|
Rate: 34
|
|
- Index: 13
|
|
Item: Siege_Supply_Box
|
|
Rate: 6
|
|
- Group: OLD_HAT_BOX_
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Chicken_Hat
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: Rune_Hairband
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: Whikebain_Ears
|
|
Rate: 40
|
|
- Index: 3
|
|
Item: New_Cowboy_Hat
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: Darkness_Helm
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: J_Captain_Hat
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: Santa_Hat_1
|
|
Rate: 40
|
|
- Index: 7
|
|
Item: Flying_Angel
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: Marcher_Hat
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: Ninja_Scroll
|
|
Rate: 40
|
|
- Index: 10
|
|
Item: Gang_Scarf
|
|
Rate: 40
|
|
- Index: 11
|
|
Item: Angel_Spirit
|
|
Rate: 40
|
|
- Index: 12
|
|
Item: Diadem
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: Twin_Ribbon
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: Robo_Eye
|
|
Rate: 40
|
|
- Index: 15
|
|
Item: L_Orc_Hero_Helm
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: Rabbit_Ear_Hat
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: Drooping_White_Kitty
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: Santa_Poring_Hat
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: Fish_Head_Hat
|
|
Rate: 50
|
|
- Index: 20
|
|
Item: Little_Angel_Doll
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: Chick_Hat
|
|
Rate: 30
|
|
- Group: MEMORIAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Accessory_Box
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: Singing_Plant
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: Spray_Of_Flowers
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: Illusion_Flower
|
|
Rate: 500
|
|
- Index: 4
|
|
Item: Elegant_Flower
|
|
Rate: 800
|
|
- Index: 5
|
|
Item: Beautiful_Flower
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Flower_Ring
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Silver_Ring
|
|
Rate: 800
|
|
- Index: 8
|
|
Item: Diamond_Ring
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: Bookclip_In_Memory
|
|
Rate: 800
|
|
- Index: 10
|
|
Item: Leaf_Bookmark
|
|
Rate: 1000
|
|
- Index: 11
|
|
Item: Book_Of_Devil
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Bundle_Of_Magic_Scroll
|
|
Rate: 1000
|
|
- Group: WET_CARDALBUM
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Old_Card_Album
|
|
Rate: 2999
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: Old_C_Album_Helm
|
|
Rate: 1000
|
|
- Index: 3
|
|
Item: Old_C_Album_Armor
|
|
Rate: 1000
|
|
- Index: 4
|
|
Item: Old_C_Album_Shield
|
|
Rate: 1000
|
|
- Index: 5
|
|
Item: Old_C_Album_Garment
|
|
Rate: 1000
|
|
- Index: 6
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: Old_C_Album_Acc
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: Golden_Card
|
|
Rate: 1
|
|
- Group: GOLDEN_CARD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Phreeoni_Card
|
|
Rate: 80
|
|
- Index: 1
|
|
Item: Eddga_Card
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Moonlight_Flower_Card
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: Mistress_Card
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Dracula_Card
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Orc_Load_Card
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Doppelganger_Card
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: Orc_Hero_Card
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Osiris_Card
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Berzebub_Card
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Maya_Card
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Baphomet_Card
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Pharaoh_Card
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Dark_Lord_Card
|
|
Rate: 30
|
|
- Index: 14
|
|
Item: Amon_Ra_Card
|
|
Rate: 70
|
|
- Index: 15
|
|
Item: Incant_Samurai_Card
|
|
Rate: 70
|
|
- Index: 16
|
|
Item: Lord_Of_Death_Card
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: Turtle_General_Card
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Knight_Windstorm_Card
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Garm_Card
|
|
Rate: 25
|
|
- Index: 20
|
|
Item: Dark_Snake_Lord_Card
|
|
Rate: 20
|
|
- Index: 21
|
|
Item: Rsx_0806_Card
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: B_Ygnizem_Card
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: B_Eremes_Card
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: B_Harword_Card
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: B_Magaleta_Card
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: B_Katrinn_Card
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: B_Shecil_Card
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Bacsojin_Card
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Apocalips_H_Card
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Lady_Tanee_Card
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Detale_Card
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Kiel_Card
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Randgris_Card
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Gloom_Under_Night_Card
|
|
Rate: 1
|
|
- Index: 35
|
|
Item: Ktullanux_Card
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Atroce_Card
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Ifrit_Card
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Fallen_Bishop_Card
|
|
Rate: 1
|
|
- Index: 39
|
|
Item: Ant_Buyanne_Card
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: Nidhogg_Shadow_Card
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: Nahtzigger_Card
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: Q_Scaraba_Card
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Gold_Q_Scaraba_Card
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Kraken_Card
|
|
Rate: 10
|
|
- Index: 45
|
|
Item: Odd_Coelacanth_Card
|
|
Rate: 10
|
|
- Index: 46
|
|
Item: Black_Coelacanth_Card
|
|
Rate: 10
|
|
- Index: 47
|
|
Item: Mutant_Coelacanth_Card
|
|
Rate: 10
|
|
- Index: 48
|
|
Item: Cruel_Coelacanth_Card
|
|
Rate: 10
|
|
- Index: 49
|
|
Item: Giant_Octopus_Card
|
|
Rate: 10
|
|
- Index: 50
|
|
Item: Clown_Card
|
|
Rate: 10
|
|
- Index: 51
|
|
Item: Professor_Card
|
|
Rate: 10
|
|
- Index: 52
|
|
Item: Champion_Card
|
|
Rate: 10
|
|
- Index: 53
|
|
Item: Creator_Card
|
|
Rate: 10
|
|
- Index: 54
|
|
Item: Stalker_Card
|
|
Rate: 10
|
|
- Index: 55
|
|
Item: Paladin_Card
|
|
Rate: 10
|
|
- Index: 56
|
|
Item: Gypsy_Card
|
|
Rate: 10
|
|
- Index: 57
|
|
Item: Daehyon_Card
|
|
Rate: 10
|
|
- Index: 58
|
|
Item: Gioia_Card
|
|
Rate: 10
|
|
- Index: 59
|
|
Item: Pyuriel_Card
|
|
Rate: 10
|
|
- Index: 60
|
|
Item: Kades_Card
|
|
Rate: 10
|
|
- Index: 61
|
|
Item: Bangungot_Card
|
|
Rate: 10
|
|
- Index: 62
|
|
Item: Bakonawa_Card
|
|
Rate: 10
|
|
- Index: 63
|
|
Item: Buwaya_Card
|
|
Rate: 10
|
|
- Index: 64
|
|
Item: Amdarais_Card
|
|
Rate: 10
|
|
- Index: 65
|
|
Item: AmdaraisH_Card
|
|
Rate: 1
|
|
- Index: 66
|
|
Item: CorruptionRoot_Card
|
|
Rate: 10
|
|
- Index: 67
|
|
Item: CorruptionRootH_Card
|
|
Rate: 1
|
|
- Group: SHADOW_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Spiritual_Weapon
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: S_Spiritual_Earring
|
|
Rate: 100
|
|
- Index: 2
|
|
Item: S_Spiritual_Pendent
|
|
Rate: 100
|
|
- Index: 3
|
|
Item: S_Malicious_Shield
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: S_Malicious_Armor
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: S_Malicious_Shoes
|
|
Rate: 100
|
|
- Group: 11TH_S_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Spiritual_Weapon
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: S_Spiritual_Earring
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: S_Spiritual_Pendent
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: S_Malicious_Armor
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: S_Malicious_Shoes
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: S_Malicious_Shield
|
|
UniqueId: true
|
|
- Group: SILVERVINE_BOX10_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Sealed_F_Bishop_Scroll
|
|
- Group: SILVERVINE_BOX110_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Silvervine
|
|
Amount: 110
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 330
|
|
- Index: 2
|
|
Item: Sealed_F_Bishop_Scroll
|
|
Amount: 11
|
|
- Group: GEMSTONE_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gemstone_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Gemstone_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Gemstone_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 160
|
|
- Group: SEALED_F_BISHOP_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Gemstone_Shadow_Box
|
|
Rate: 139
|
|
Announced: true
|
|
- Index: 6
|
|
Item: C_Vanargandr_Helm
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Stability_Shield
|
|
Rate: 550
|
|
- Index: 8
|
|
Item: S_Plasterer's_Armor
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: S_Plasterer's_Shoes
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_Insomniac_Armor
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_Insomniac_Shoes
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Peerless_Armor
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_Peerless_Shoes
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: S_Adurate_Armor
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: S_Adurate_Shoes
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 17
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Index: 23
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Group: HANGULDAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mystery_Scroll
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Yggdrasilberry
|
|
Amount: 9
|
|
- Group: 3_LIFE_POTION_PACK2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Ifrit_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Ifrit_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_IFRIT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Noah_Hat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Stability_Shield
|
|
Rate: 550
|
|
- Index: 7
|
|
Item: Unfreez_Weapon_S
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Unfreeze_Earing_S
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Unfreeze_Pendent_S
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Vitality_Earing_S
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Vitality_Pendant_S
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: Comp_Insurance
|
|
Rate: 500
|
|
Amount: 2
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: J_Shop_Coupon
|
|
Rate: 479
|
|
- Index: 21
|
|
Item: Old_C_Album_Helm
|
|
Rate: 750
|
|
- Group: BISCUIT_STICK_SET
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: STR_Biscuit_Stick
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: VIT_Biscuit_Stick
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: AGI_Biscuit_Stick
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: INT_Biscuit_Stick
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: DEX_Biscuit_Stick
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: LUK_Biscuit_Stick
|
|
UniqueId: true
|
|
- Group: PREMIUM_BOOK_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Premium_Manual
|
|
Duration: 1440
|
|
UniqueId: true
|
|
- Group: LI_EMPELIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Emperium_G
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Union_Of_Tribe_
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Group: LI_UPG_BUCKLER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Upg_Buckler
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Elunium
|
|
Amount: 4
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_TurtleG_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX6_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_TurtleG_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_TURTLEG_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Light_Darkness_Crown
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: S_Caster_Weapon
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: S_Caster_earring
|
|
Rate: 350
|
|
- Index: 11
|
|
Item: S_Caster_Pendant
|
|
Rate: 350
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 729
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 500
|
|
- Index: 21
|
|
Item: Old_C_Album_Garment
|
|
Rate: 500
|
|
- Group: SEALED_BACSOJIN_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Saint_Frill_Ribbon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Greed_Shadow_Box
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Heal_Shadow_Box
|
|
Rate: 700
|
|
- Index: 8
|
|
Item: Hiding_Shadow_Box
|
|
Rate: 700
|
|
- Index: 9
|
|
Item: Cloaking_Shadow_Box
|
|
Rate: 700
|
|
- Index: 10
|
|
Item: Costume_Festival_Box2
|
|
Rate: 700
|
|
- Index: 11
|
|
Item: C_Festival_Ticket
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 129
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: GREED_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Greed_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Greed_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Greed_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Greed_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Greed_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Greed_Pendant
|
|
Rate: 160
|
|
- Group: HEAL_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Heal_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Heal_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Heal_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Heal_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Heal_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Heal_Pendant
|
|
Rate: 160
|
|
- Group: HIDING_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Hiding_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Hiding_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Hiding_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Hiding_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Hiding_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Hiding_Pendant
|
|
Rate: 160
|
|
- Group: CLOAKING_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Cloaking_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Cloaking_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Cloaking_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Cloaking_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Cloaking_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Cloaking_Pendant
|
|
Rate: 160
|
|
- Group: COSTUME_FESTIVAL_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Red_Dress_Hat
|
|
Rate: 150
|
|
- Index: 1
|
|
Item: C_Sleeping_Kitty_Cat
|
|
Rate: 150
|
|
- Index: 2
|
|
Item: C_Wind_Milestone
|
|
Rate: 150
|
|
- Index: 3
|
|
Item: C_Carnation_Hairband
|
|
Rate: 150
|
|
- Index: 4
|
|
Item: C_Ice_Wing_Ear
|
|
Rate: 75
|
|
- Index: 5
|
|
Item: C_Kirin_Wing
|
|
Rate: 25
|
|
- Index: 6
|
|
Item: C_Vanargandr_Helm
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: C_Noah_Hat
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: C_Wings_Of_Victory
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: C_Light_Darkness_Crown
|
|
Rate: 150
|
|
- Group: C_WING_OF_FLY_5DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 7200
|
|
UniqueId: true
|
|
- Group: TELEPORT_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Teleport_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Teleport_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Teleport_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Teleport_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Teleport_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Teleport_Pendant
|
|
Rate: 160
|
|
- Group: STEAL_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Steal_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Steal_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Steal_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Steal_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Steal_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Steal_Pendant
|
|
Rate: 160
|
|
- Group: SEALED_PHARAOH_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_Jack_Castle_Bat
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Greed_Shadow_Box
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Heal_Shadow_Box
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: Teleport_Shadow_Box
|
|
Rate: 700
|
|
- Index: 9
|
|
Item: Steal_Shadow_Box
|
|
Rate: 700
|
|
- Index: 10
|
|
Item: Old_C_Album_Armor
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Old_C_Album_Shield
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 129
|
|
- Index: 18
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: QUESTION_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Apple
|
|
Rate: 13
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Wing_Of_Fly
|
|
Rate: 13
|
|
Amount: 100
|
|
- Index: 2
|
|
Item: Wing_Of_Butterfly
|
|
Rate: 13
|
|
Amount: 50
|
|
- Index: 3
|
|
Item: Arrow
|
|
Rate: 13
|
|
Amount: 1000
|
|
- Index: 4
|
|
Item: Savage_BBQ
|
|
Rate: 8
|
|
- Index: 5
|
|
Item: Minor_Brisket
|
|
Rate: 8
|
|
- Index: 6
|
|
Item: Drocera_Herb_Stew
|
|
Rate: 8
|
|
- Index: 7
|
|
Item: Petti_Tail_Noodle
|
|
Rate: 8
|
|
- Index: 8
|
|
Item: Wug_Blood_Cocktail
|
|
Rate: 8
|
|
- Index: 9
|
|
Item: Siroma_Icetea
|
|
Rate: 8
|
|
- Group: SEALED_M_FLOWER_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_M_Flower_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: C_10Gallon_Hat_Of_Flame
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Infinity_Earring
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Infinity_Pendant
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: S_Solid_Weapon
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: S_Solid_Earring
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: S_Immortal_Armor
|
|
Rate: 350
|
|
- Index: 11
|
|
Item: S_Immortal_Pendant
|
|
Rate: 350
|
|
- Index: 12
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 179
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 19
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 500
|
|
- Index: 21
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: SEALED_B_YGNIZEM_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Penetration_Earring
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: S_Penetration_Pendent
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: S_Executioner_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Hunting_Weapon
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_Insect_Net_Weapon
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_Fishing_Weapon
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_Dragon_Killer_Weapon
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_Corrupt_Weapon
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: S_Vibration_Weapon
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: S_Holy_Water_Weapon
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: S_Scissors_Weapon
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: C_Hunting_Cap_Of_Gust
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1000
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 879
|
|
- Index: 23
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: REFINE_ORE_BOX7
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_B_Ygnizem_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX7_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_B_Ygnizem_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_APO_H_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Tempest_Earring
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: S_Tempest_Pendent
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_M_Hunting_Weapon
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: S_M_Insect_Net_Weapon
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: S_M_Fishing_Weapon
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: S_M_Dragon_K_Weapon
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: S_M_Corrupt_Weapon
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: S_M_Vibration_Weapon
|
|
Rate: 300
|
|
- Index: 15
|
|
Item: S_M_Holy_Water_Weapon
|
|
Rate: 300
|
|
- Index: 16
|
|
Item: S_M_Scissors_Weapon
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: C_Knit_Cap_Of_Water
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 879
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 1000
|
|
- Index: 23
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: PC_NOMALBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Amount: 50
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: White_Potion_B
|
|
Rate: 1000
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: Yellow_Potion_B
|
|
Rate: 200
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Orange_Potion_B
|
|
Rate: 200
|
|
Amount: 40
|
|
- Index: 6
|
|
Item: Red_Potion_B
|
|
Rate: 200
|
|
Amount: 50
|
|
- Index: 7
|
|
Item: Green_Potion_B
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Blue_Potion_B
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Awakening_Potion_B
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Berserk_Potion_B
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Old_Violet_Box
|
|
Rate: 200
|
|
- Index: 12
|
|
Item: Old_Blue_Box
|
|
Rate: 200
|
|
- Index: 13
|
|
Item: Inspector_Certificate
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Oridecon
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Elunium
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: First_Aid_Kit_B
|
|
Rate: 300
|
|
- Index: 17
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Poison_Bottle
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Cookie_Bag_B
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Sesame_Pastry_B
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Honey_Pastry_B
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 23
|
|
Item: Rainbow_Cake_B
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: Comp_Insurance
|
|
Rate: 30
|
|
- Index: 25
|
|
Item: Comp_Battle_Manual
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 40
|
|
- Index: 27
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 78
|
|
Amount: 3
|
|
- Index: 28
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Old_Card_Album
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: PC_WoodenBox
|
|
Rate: 1
|
|
- Group: PC_WOODENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Amount: 80
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Yellow_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Red_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 40
|
|
- Index: 3
|
|
Item: Green_Potion_B
|
|
Rate: 700
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: Blue_Potion_B
|
|
Rate: 1000
|
|
Amount: 6
|
|
- Index: 5
|
|
Item: Awakening_Potion_B
|
|
Rate: 700
|
|
Amount: 6
|
|
- Index: 6
|
|
Item: Berserk_Potion_B
|
|
Rate: 700
|
|
Amount: 6
|
|
- Index: 7
|
|
Item: Old_Violet_Box
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: Old_Blue_Box
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 9
|
|
Item: Inspector_Certificate
|
|
Rate: 200
|
|
Amount: 6
|
|
- Index: 10
|
|
Item: Oridecon
|
|
Rate: 500
|
|
Amount: 6
|
|
- Index: 11
|
|
Item: Elunium
|
|
Rate: 500
|
|
Amount: 6
|
|
- Index: 12
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 13
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 14
|
|
Item: Poison_Bottle
|
|
Rate: 200
|
|
Amount: 6
|
|
- Index: 15
|
|
Item: Sesame_Pastry_B
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 16
|
|
Item: Honey_Pastry_B
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 17
|
|
Item: Rainbow_Cake_B
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 18
|
|
Item: Comp_Insurance
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: Comp_Battle_Manual
|
|
Rate: 50
|
|
- Index: 20
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 22
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 68
|
|
- Index: 23
|
|
Item: Old_Card_Album
|
|
Rate: 80
|
|
- Index: 24
|
|
Item: E_WOB_Rune
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: E_WOB_Rachel
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 27
|
|
Item: E_WOB_Local
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 28
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 29
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 30
|
|
Item: PC_GoldenBox
|
|
Rate: 1
|
|
- Group: PC_GOLDENBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Elunium
|
|
Amount: 10
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 80
|
|
- Index: 1
|
|
Item: Blue_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Awakening_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 3
|
|
Item: Berserk_Potion_B
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 4
|
|
Item: Old_Violet_Box
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: Old_Blue_Box
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Inspector_Certificate
|
|
Rate: 500
|
|
Amount: 12
|
|
- Index: 7
|
|
Item: Oridecon
|
|
Rate: 500
|
|
Amount: 12
|
|
- Index: 8
|
|
Item: Elunium
|
|
Rate: 500
|
|
Amount: 12
|
|
- Index: 9
|
|
Item: Speed_Up_Potion_B
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 10
|
|
Item: Water_Of_Darkness_B
|
|
Rate: 500
|
|
Amount: 12
|
|
- Index: 11
|
|
Item: Poison_Bottle
|
|
Rate: 600
|
|
Amount: 12
|
|
- Index: 12
|
|
Item: Sesame_Pastry_B
|
|
Rate: 100
|
|
Amount: 12
|
|
- Index: 13
|
|
Item: Honey_Pastry_B
|
|
Rate: 100
|
|
Amount: 12
|
|
- Index: 14
|
|
Item: Rainbow_Cake_B
|
|
Rate: 100
|
|
Amount: 12
|
|
- Index: 15
|
|
Item: Reward_Job_BM25
|
|
Rate: 290
|
|
Amount: 2
|
|
- Index: 16
|
|
Item: Comp_Insurance
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: Comp_Battle_Manual
|
|
Rate: 200
|
|
- Index: 18
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 200
|
|
- Index: 19
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: Magic_Card_Album
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: E_WOB_Rune
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: E_WOB_Rachel
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: E_WOB_Local
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 27
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 7
|
|
- Index: 28
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 3
|
|
- Index: 29
|
|
Item: PC_PlatinumBox
|
|
Rate: 3
|
|
- Group: PC_PLATINUMBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Pot_Box2
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Speed_Up_Potion_B
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Poison_Bottle
|
|
Amount: 12
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 1000
|
|
Amount: 80
|
|
- Index: 1
|
|
Item: Oridecon
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Elunium
|
|
Rate: 1000
|
|
Amount: 12
|
|
- Index: 3
|
|
Item: Branch_Of_Dead_Tree
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Reward_Job_BM25
|
|
Rate: 700
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Comp_Insurance
|
|
Rate: 200
|
|
- Index: 6
|
|
Item: Battle_Manual100
|
|
Rate: 700
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 200
|
|
- Index: 8
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 600
|
|
- Index: 9
|
|
Item: Old_Card_Album
|
|
Rate: 600
|
|
- Index: 10
|
|
Item: Magic_Card_Album
|
|
Rate: 360
|
|
- Index: 11
|
|
Item: E_WOB_Rune
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: E_WOB_Rachel
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: E_WOB_Local
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: E_Abrasive_Box10
|
|
Rate: 200
|
|
- Index: 16
|
|
Item: E_S_Life_Potion_Box
|
|
Rate: 200
|
|
- Index: 17
|
|
Item: E_Str_Dish_Box
|
|
Rate: 120
|
|
- Index: 18
|
|
Item: E_Agi_Dish_Box
|
|
Rate: 120
|
|
- Index: 19
|
|
Item: E_Int_Dish_Box
|
|
Rate: 120
|
|
- Index: 20
|
|
Item: E_Dex_Dish_Box
|
|
Rate: 120
|
|
- Index: 21
|
|
Item: E_Luk_Dish_Box
|
|
Rate: 120
|
|
- Index: 22
|
|
Item: E_Vit_Dish_Box
|
|
Rate: 120
|
|
- Index: 23
|
|
Item: E_Inc_Agi_10_Scr_Box
|
|
Rate: 220
|
|
- Index: 24
|
|
Item: E_Blessing_10_Scr_Box
|
|
Rate: 220
|
|
- Index: 25
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
- Index: 26
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
- Index: 27
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 20
|
|
- Index: 28
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 20
|
|
- Index: 29
|
|
Item: Sigrun's_Wing
|
|
Rate: 1
|
|
- Group: 3_LIFE_POTION_PACK4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Dracula_Scroll
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_10PACK4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Dracula_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_DRACULA_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Bearers_Shadow_Box
|
|
Rate: 179
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Basis_Armor
|
|
Rate: 350
|
|
- Index: 7
|
|
Item: S_Hallowed_Armor
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: S_Saharic_Armor
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: S_Underneath_Armor
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: S_Flam_Armor
|
|
Rate: 350
|
|
- Index: 11
|
|
Item: S_Windy_Armor
|
|
Rate: 350
|
|
- Index: 12
|
|
Item: S_Envenom_Armor
|
|
Rate: 350
|
|
- Index: 13
|
|
Item: S_Damned_Armor
|
|
Rate: 350
|
|
- Index: 14
|
|
Item: S_Geist_Armor
|
|
Rate: 350
|
|
- Index: 15
|
|
Item: S_Divine_Armor
|
|
Rate: 350
|
|
- Index: 16
|
|
Item: C_Silk_Hat_Of_Earth
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 17
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Enchant_Book
|
|
Rate: 500
|
|
- Index: 22
|
|
Item: Blacksmith_Blessing
|
|
Rate: 400
|
|
- Index: 23
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 24
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: BEARERS_SHADOW_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Bearers_Armor
|
|
Rate: 170
|
|
- Index: 1
|
|
Item: S_Bearers_Shoes
|
|
Rate: 170
|
|
- Index: 2
|
|
Item: S_Bearers_Shield
|
|
Rate: 170
|
|
- Index: 3
|
|
Item: S_Bearers_Weapon
|
|
Rate: 170
|
|
- Index: 4
|
|
Item: S_Bearers_Earring
|
|
Rate: 160
|
|
- Index: 5
|
|
Item: S_Bearers_Pendent
|
|
Rate: 160
|
|
- Group: VIGORGRA_PACKAGE_V4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 6
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_B_Shecil_Scroll
|
|
UniqueId: true
|
|
- Group: VIGORGRA_PACKAGE_SET_V4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Bubble_Gum
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Mental_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Mysterious_Water
|
|
Amount: 60
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_B_Shecil_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_B_SHECIL_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 11
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 210
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 210
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Hasty_Shoes
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Hasty_Armor
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Basis_Shield
|
|
Rate: 350
|
|
- Index: 8
|
|
Item: S_Hallowed_Shield
|
|
Rate: 350
|
|
- Index: 9
|
|
Item: S_Saharic_Shield
|
|
Rate: 350
|
|
- Index: 10
|
|
Item: S_Underneath_Shield
|
|
Rate: 350
|
|
- Index: 11
|
|
Item: S_Flam_Shield
|
|
Rate: 350
|
|
- Index: 12
|
|
Item: S_Windy_Shield
|
|
Rate: 350
|
|
- Index: 13
|
|
Item: S_Envenom_Shield
|
|
Rate: 350
|
|
- Index: 14
|
|
Item: S_Damned_Shield
|
|
Rate: 350
|
|
- Index: 15
|
|
Item: S_Geist_Shield
|
|
Rate: 350
|
|
- Index: 16
|
|
Item: S_Divine_Shield
|
|
Rate: 350
|
|
- Index: 17
|
|
Item: C_Flowerpot_Mask
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Enchant_Stone_Box3
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 29
|
|
- Index: 23
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 24
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: NYANGVINE_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 12
|
|
- Group: NYANGVINE_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 30
|
|
- Group: NYANGVINE_BOX40
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 40
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 120
|
|
- Group: REFINE_ORE_BOX8
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX8_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_CARD
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: Sealed_M_Flower_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Group: LI_HD_ELUNIUM_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Elunium
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
- Group: LI_HD_ORIDECON_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: LI_HD_Oridecon
|
|
Amount: 30
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Blacksmith_Blessing
|
|
- Group: UNLIMITED_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Guarantee_Relax_Scroll
|
|
UniqueId: true
|
|
- Group: UNLIMITED_10_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: ASPD_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Red_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Guarantee_Relax_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: GUARANTEE_RELAX_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 100
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Attack_Armor
|
|
Rate: 120
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Blitz_Earring
|
|
Rate: 400
|
|
- Index: 8
|
|
Item: S_Blitz_Pendent
|
|
Rate: 400
|
|
- Index: 9
|
|
Item: S_ColdBolt_Armor
|
|
Rate: 400
|
|
- Index: 10
|
|
Item: S_FireBolt_Armor
|
|
Rate: 400
|
|
- Index: 11
|
|
Item: S_LightingBolt_Armor
|
|
Rate: 400
|
|
- Index: 12
|
|
Item: S_EarthSpike_Armor
|
|
Rate: 400
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Enchant_Book
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 208
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Gold
|
|
Rate: 50
|
|
Amount: 2
|
|
- Group: LIMIT_MANUAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual_Limit
|
|
Amount: 3
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Job_Manual_Limit
|
|
Amount: 2
|
|
UniqueId: true
|
|
- Group: SEALED_DRACULA_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Force_Weapon
|
|
Rate: 450
|
|
- Index: 8
|
|
Item: S_Force_Earring
|
|
Rate: 450
|
|
- Index: 9
|
|
Item: S_Force_Pendant
|
|
Rate: 450
|
|
- Index: 10
|
|
Item: S_Spirit_Weapon
|
|
Rate: 450
|
|
- Index: 11
|
|
Item: S_Spirit_Earring
|
|
Rate: 450
|
|
- Index: 12
|
|
Item: S_Spirit_Pendant
|
|
Rate: 450
|
|
- Index: 13
|
|
Item: Costume_Exchange
|
|
Rate: 900
|
|
- Index: 14
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 900
|
|
- Index: 15
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 900
|
|
- Index: 16
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 225
|
|
- Index: 17
|
|
Item: Enchant_Book
|
|
Rate: 900
|
|
- Index: 18
|
|
Item: Treasure_Box
|
|
Rate: 900
|
|
Amount: 3
|
|
- Group: 3_LIFE_POTION_10PACK5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Dracula_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: 3_LIFE_POTION_PACK5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 20
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Dracula_Scroll2
|
|
UniqueId: true
|
|
- Group: SEALED_MYSTERIOUS_EGG
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_D_Lord_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Knight_WS_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Sealed_Berz_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Sealed_Kiel_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 4
|
|
Item: Sealed_Gloom_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 5
|
|
Item: Sealed_F_Bishop_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 6
|
|
Item: Sealed_Ifrit_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Sealed_TurtleG_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Sealed_Bacsojin_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Sealed_Pharaoh_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: Sealed_M_Flower_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 11
|
|
Item: Sealed_B_Ygnizem_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 12
|
|
Item: Sealed_Apo_H_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 13
|
|
Item: Sealed_Dracula_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Index: 14
|
|
Item: Sealed_B_Shecil_Scroll
|
|
Rate: 1
|
|
UniqueId: true
|
|
- Group: SEALED_DRACULA_ALBUM
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Dracula_Card_
|
|
Rate: 9999
|
|
- Group: LIMIT_POWER_BOOSTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Berz_Scroll2
|
|
UniqueId: true
|
|
- Group: LIMIT_POWER_BOOSTER100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Limit_Power_Booster
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Berz_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_BERZ_ALBUM
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Berz_Card
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Sealed_Berz_Card_
|
|
Rate: 9999
|
|
- Group: SEALED_BERZ_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Berz_Card
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Blitz_Shoes
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Blitz_Shield
|
|
Rate: 175
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Exceed_Weapon
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: S_Titan_Earring
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: S_Titan_Pendant
|
|
Rate: 500
|
|
- Index: 12
|
|
Item: S_Boned_Earring
|
|
Rate: 500
|
|
- Index: 13
|
|
Item: S_Boned_Pendant
|
|
Rate: 500
|
|
- Index: 14
|
|
Item: S_Gigantic_Earring
|
|
Rate: 500
|
|
- Index: 15
|
|
Item: S_Gigantic_Pendant
|
|
Rate: 500
|
|
- Index: 16
|
|
Item: Blacksmith_Blessing
|
|
Rate: 500
|
|
- Index: 17
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 375
|
|
- Index: 18
|
|
Item: Costume_Exchange
|
|
Rate: 1000
|
|
- Index: 19
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 20
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 21
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 22
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: NYANGVINE_BOX200
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Malang_Sp_Can
|
|
Amount: 600
|
|
- Group: APRILGIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Megin
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Half_Brysing
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Half_Asprika
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Half_Brynhild
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: NOVEMBERGIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Half_Megin
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Half_Brysing
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Half_Asprika
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: Half_Brynhild
|
|
Duration: 20160
|
|
UniqueId: true
|
|
- Group: SEPTEMBERGIFTBOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sigrun's_Wing_C
|
|
Duration: 10080
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX9
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2015_New_Year_Scroll
|
|
UniqueId: true
|
|
- Group: REFINE_ORE_BOX9_SET10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Enriched_Elunium
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: 2015_New_Year_Scroll
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: 2015_NEW_YEAR_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Caster_Shoes
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Caster_Shield
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Caster_Armor
|
|
Rate: 150
|
|
Announced: true
|
|
- Index: 9
|
|
Item: Shadow_Cube
|
|
Rate: 2500
|
|
- Index: 10
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 280
|
|
- Index: 11
|
|
Item: Comp_Battle_Manual
|
|
Rate: 1500
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Old_Ore_Box
|
|
Rate: 1000
|
|
- Index: 13
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: Potion_Box
|
|
Rate: 1000
|
|
- Index: 16
|
|
Item: Treasure_Box
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Group: NEW_YEAR_SHADOW_CUBE
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Gemstone_Weapon
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 1
|
|
Item: S_Gemstone_Earring
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: S_Gemstone_Pendent
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 3
|
|
Item: S_Gemstone_Armor
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 4
|
|
Item: S_Gemstone_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 5
|
|
Item: S_Gemstone_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 6
|
|
Item: S_Bearers_Weapon
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 7
|
|
Item: S_Bearers_Earring
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Bearers_Pendent
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 9
|
|
Item: S_Bearers_Armor
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 10
|
|
Item: S_Bearers_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 11
|
|
Item: S_Bearers_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 12
|
|
Item: S_Blitz_Shoes
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 13
|
|
Item: S_Blitz_Shield
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 14
|
|
Item: S_Greed_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: S_Greed_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: S_Greed_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: S_Greed_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: S_Greed_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: S_Greed_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: S_Liberation_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: S_Safeguard_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: S_Infinity_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: S_Infinity_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 24
|
|
Item: S_Penetration_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 25
|
|
Item: S_Penetration_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 26
|
|
Item: S_Executioner_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 27
|
|
Item: S_Exorcist_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 28
|
|
Item: S_Tempest_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 29
|
|
Item: S_Tempest_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 30
|
|
Item: S_Hasty_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 31
|
|
Item: S_Hasty_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 32
|
|
Item: S_Expert_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 33
|
|
Item: S_Expert_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 34
|
|
Item: S_Blitz_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 35
|
|
Item: S_Blitz_Pendent
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 36
|
|
Item: S_Enhance_Force_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 37
|
|
Item: S_Enhance_Spirit_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 38
|
|
Item: S_Spell_Flow_Armor
|
|
Rate: 15
|
|
- Index: 39
|
|
Item: S_Spell_Flow_Shoes
|
|
Rate: 15
|
|
- Index: 40
|
|
Item: S_Spell_Flow_Shield
|
|
Rate: 15
|
|
- Index: 41
|
|
Item: S_M_Executioner_Weapon
|
|
Rate: 15
|
|
- Index: 42
|
|
Item: S_M_Exorcist_Weapon
|
|
Rate: 15
|
|
- Index: 43
|
|
Item: S_Attack_Armor
|
|
Rate: 15
|
|
- Index: 44
|
|
Item: S_Beginner_Shield
|
|
Rate: 15
|
|
- Index: 45
|
|
Item: S_Beginner_Shoes
|
|
Rate: 15
|
|
- Index: 46
|
|
Item: S_Rookie_Shield
|
|
Rate: 15
|
|
- Index: 47
|
|
Item: S_Rookie_Shoes
|
|
Rate: 15
|
|
- Index: 48
|
|
Item: S_Advanced_Shield
|
|
Rate: 15
|
|
- Index: 49
|
|
Item: S_Advanced_Shoes
|
|
Rate: 15
|
|
- Index: 50
|
|
Item: S_Force_Weapon
|
|
Rate: 15
|
|
- Index: 51
|
|
Item: S_Force_Earring
|
|
Rate: 15
|
|
- Index: 52
|
|
Item: S_Force_Pendant
|
|
Rate: 15
|
|
- Index: 53
|
|
Item: S_Spirit_Weapon
|
|
Rate: 15
|
|
- Index: 54
|
|
Item: S_Spirit_Earring
|
|
Rate: 15
|
|
- Index: 55
|
|
Item: S_Spirit_Pendant
|
|
Rate: 15
|
|
- Group: 2015GOLDPCBOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_B
|
|
Rate: 9697
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: E_Str_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: E_Agi_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: E_Int_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: E_Dex_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 5
|
|
Item: E_Luk_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: E_Vit_Dish10_
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Golden_Card
|
|
Rate: 1
|
|
- Group: ALMIGHTY_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 10
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Scroll2
|
|
UniqueId: true
|
|
- Group: ALMIGHTY100_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Almighty
|
|
Amount: 100
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Sealed_Scroll2
|
|
Amount: 11
|
|
UniqueId: true
|
|
- Group: SEALED_SCROLL2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_Card
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Guarantee_Weapon_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Guarantee_Armor_11Up
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Guarantee_Weapon_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Guarantee_Armor_9Up
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Guarantee_Weapon_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Guarantee_Armor_7Up
|
|
Rate: 125
|
|
Announced: true
|
|
- Index: 7
|
|
Item: New_Year_Shadow_Cube
|
|
Rate: 250
|
|
Announced: true
|
|
- Index: 8
|
|
Item: S_Reload_Shoes
|
|
Rate: 500
|
|
- Index: 9
|
|
Item: S_Reload_Shield
|
|
Rate: 500
|
|
- Index: 10
|
|
Item: S_Reload_Armor
|
|
Rate: 500
|
|
- Index: 11
|
|
Item: Shadow_Cube
|
|
Rate: 1500
|
|
- Index: 12
|
|
Item: C_Wing_Of_Fly_5Day_Box
|
|
Rate: 470
|
|
- Index: 13
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 1500
|
|
- Index: 14
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 1500
|
|
- Index: 15
|
|
Item: Potion_Box
|
|
Rate: 1500
|
|
- Index: 16
|
|
Item: Treasure_Box
|
|
Rate: 1500
|
|
Amount: 3
|
|
- Group: INVISIBLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Invisible_Manteau
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Invisible_Cap
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: C_Invisible_Sunglasses
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: C_Invisible_Mask
|
|
Rate: 3
|
|
- Group: FREEZE_DREAM
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 15
|
|
- Index: 1
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 16
|
|
- Index: 2
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 17
|
|
- Index: 3
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 18
|
|
- Index: 4
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 19
|
|
- Index: 5
|
|
Item: Dream_Piece
|
|
Rate: 1
|
|
Amount: 20
|
|
- Group: LAPINE_DDUKDDAKBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Mix_Recipe
|
|
Rate: 375
|
|
- Index: 1
|
|
Item: EnchantStone_Recipe
|
|
Rate: 375
|
|
- Index: 2
|
|
Item: EventItem_Recipe
|
|
Rate: 450
|
|
- Index: 3
|
|
Item: PetEgg_Recipe
|
|
Rate: 150
|
|
- Index: 4
|
|
Item: Nyang_Costume_Recipe
|
|
Rate: 150
|
|
- Index: 5
|
|
Item: RaceShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: BearersShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: GemstoneShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: StatusShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: ComposeShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: InfinityShadow_Mix
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: PerfectSize_Mix
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: MagicPiercing_Mix
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: JobShadow_Mix_Pendant
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: JobShadow_Mix_Weapon
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: JobShadow_Mix_Armor
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: JobShadow_Mix_Shoes
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: JobShadow_Mix_Shield
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: JobShadow_Mix_Earing
|
|
Rate: 1
|
|
Announced: true
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Poison_Pack2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: White_Slim_Pot_Box2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: E_WOB_Local
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: E_WOB_Rachel
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_WOB_Schwaltz
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: E_WOB_Rune
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 6
|
|
Item: Comp_Battle_Manual
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 7
|
|
Item: Comp_Bubble_Gum
|
|
Rate: 10
|
|
Amount: 2
|
|
- Index: 8
|
|
Item: C_Wing_Of_Fly_1Day_Box
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Minus_Str
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 10
|
|
Item: Minus_Agi
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 11
|
|
Item: Minus_Vit
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: Minus_Int
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Minus_Dex
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Minus_Luk
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Old_C_Album_Helm
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Old_C_Album_Armor
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Old_C_Album_Shield
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Old_C_Album_Garment
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Old_C_Album_Shoes
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Old_C_Album_Acc
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Old_C_Album_Weapon
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: C_Greed_1Hour_Box
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: J_Shop_Coupon
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Comp_Insurance
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 25
|
|
Item: Comp_Magic_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: Comp_Spark_Candy
|
|
Rate: 10
|
|
Amount: 3
|
|
- Group: GUNSLINGER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Droop_Gunslinger
|
|
- Index: 1
|
|
Item: Gunslinger_Enchant
|
|
- Group: MINI_FAN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SeeOtter_Fan
|
|
- Index: 1
|
|
Item: Fan_Upgrade_Kit
|
|
- Group: KAFRA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kafra_Suit
|
|
- Index: 1
|
|
Item: Suit_Upgrade_Kit
|
|
- Group: CANDY_BOX_MELEE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Melee
|
|
- Index: 1
|
|
Item: Candy_Bag_Scroll_Melee
|
|
- Group: CANDY_BOX_RANGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Range
|
|
- Index: 1
|
|
Item: Candy_Bag_Scroll_Range
|
|
- Group: CANDY_BOX_MAGIC
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bag_Of_Antonio_Magic
|
|
- Index: 1
|
|
Item: Candy_Bag_Scroll_Magic
|
|
- Group: BLOODYKNIGHT_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bloody_Knight_Shield
|
|
- Index: 1
|
|
Item: Silver_Statue
|
|
- Group: E_WING_OF_FLY_3DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 10080
|
|
- Group: REBEGINER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rebeginer_Cap
|
|
- Index: 1
|
|
Item: Rebeginer_Manteau
|
|
- Index: 2
|
|
Item: Rebeginer_Suits
|
|
- Index: 3
|
|
Item: Rebeginer_Boots
|
|
- Index: 4
|
|
Item: Rebeginer_Ring
|
|
- Group: REBEGINER_S_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rebeginer_Armor_S
|
|
- Index: 1
|
|
Item: Rebeginer_Shield_S
|
|
- Index: 2
|
|
Item: Rebeginer_Shoes_S
|
|
- Index: 3
|
|
Item: Rebeginer_Weapon_S
|
|
- Index: 4
|
|
Item: Rebeginer_Earring_S
|
|
- Index: 5
|
|
Item: Rebeginer_Pendant_S
|
|
- Group: OVERWHELM_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Overwhelm_Str_Armor
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Overwhelm_Vit_Armor
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Overwhelm_Dex_Armor
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Overwhelm_Int_Armor
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Overwhelm_Agi_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Overwhelm_Luk_Armor
|
|
Rate: 1
|
|
- Group: POWERFUL_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Dog_Officer
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Spell_Circuit
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: General_Helmet_
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Classical_Fhat
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Amistr_Beret
|
|
Rate: 1
|
|
- Group: MYSTERIOUS_PLASTIC
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 99
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: G_Almighty
|
|
Rate: 99
|
|
- Index: 2
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 99
|
|
- Index: 3
|
|
Item: E_Med_Life_Potion
|
|
Rate: 99
|
|
Amount: 3
|
|
- Index: 4
|
|
Item: E_Small_Life_Potion
|
|
Rate: 99
|
|
Amount: 3
|
|
- Index: 5
|
|
Item: G_Mysterious_Water
|
|
Rate: 99
|
|
- Index: 6
|
|
Item: E_Token_Of_Siegfried
|
|
Rate: 99
|
|
- Index: 7
|
|
Item: Comp_Regenerate_Potion
|
|
Rate: 242
|
|
- Index: 8
|
|
Item: E_Abrasive
|
|
Rate: 242
|
|
- Index: 9
|
|
Item: G_Red_Booster
|
|
Rate: 242
|
|
- Index: 10
|
|
Item: G_ASPD_Potion
|
|
Rate: 242
|
|
- Index: 11
|
|
Item: Comp_Spark_Candy
|
|
Rate: 242
|
|
- Index: 12
|
|
Item: Comp_Magic_Candy
|
|
Rate: 242
|
|
- Index: 13
|
|
Item: Comp_Tyr's_Blessing
|
|
Rate: 242
|
|
- Index: 14
|
|
Item: Comp_Glass_Of_Illusion
|
|
Rate: 242
|
|
- Index: 15
|
|
Item: E_Blessing_10_Scroll
|
|
Rate: 242
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Rate: 242
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Comp_Megaphone
|
|
Rate: 242
|
|
- Index: 18
|
|
Item: BraisedSpareribs
|
|
Rate: 950
|
|
Amount: 2
|
|
- Index: 19
|
|
Item: BraisedShortRibs
|
|
Rate: 950
|
|
Amount: 2
|
|
- Index: 20
|
|
Item: Sesame_Pastry
|
|
Rate: 949
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Rainbow_Cake
|
|
Rate: 949
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: Lucky_Rice_Cake
|
|
Rate: 949
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Honey_Pastry
|
|
Rate: 949
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: Blue_Potion_B
|
|
Rate: 949
|
|
Amount: 5
|
|
- Group: 80LVUP
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: S_Promotion_Shoes
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: S_Promotion_Shield
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: S_Promotion_Earring
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: S_Promotion_Pendant
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: S_Promotion_Armor
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: S_Promotion_Weapon
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: 90LVUP
|
|
Rate: 1
|
|
- Group: JUMPING_KIT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: White_Slim_Potion_Box
|
|
- Index: 1
|
|
Item: Comp_Wing_Of_Fly
|
|
Amount: 200
|
|
- Index: 2
|
|
Item: N_Butterfly_Wing
|
|
Amount: 50
|
|
- Index: 3
|
|
Item: N_Magnifier
|
|
Amount: 50
|
|
- Index: 4
|
|
Item: Ori_Arrow_Container
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Time_Overload_Box
|
|
- Group: MAIN_LUCKY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sillit_Pong_Box
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: High_Refine_Guarantee
|
|
Rate: 5
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Enchant_Ticket
|
|
Rate: 6
|
|
Amount: 2
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Shadow_Select_Box_Set
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Mightysoul_Essence
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 5
|
|
Item: M_Dimension_Essence
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Refine_Guarantee
|
|
Rate: 83
|
|
Announced: true
|
|
- Index: 7
|
|
Item: SLD_Boss_Card_Album
|
|
Rate: 9
|
|
Announced: true
|
|
- Index: 8
|
|
Item: Refine_Hammer_Box
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 9
|
|
Item: FateSin_Boots_Hammer
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 10
|
|
Item: FateSin_Boots_IG
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 11
|
|
Item: FateSin_Boots_AG
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 12
|
|
Item: FateSin_Boots_NW
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 13
|
|
Item: Heart_Ace_Melee
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 14
|
|
Item: Spade_Ace_Melee
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 15
|
|
Item: Diamond_Ace_Range
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 16
|
|
Item: Clover_Ace_Defense
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 17
|
|
Item: aegis_410232
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 18
|
|
Item: Pump_Of_Spirit
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 19
|
|
Item: S_Full_Spell_Armor
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 20
|
|
Item: S_Full_Spell_Shoes
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 21
|
|
Item: S_Centering_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 22
|
|
Item: S_Centering_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 23
|
|
Item: S_Witty_Pendant
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 24
|
|
Item: S_Witty_Earring
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 25
|
|
Item: S_M_Spell_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 26
|
|
Item: S_M_Spell_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 27
|
|
Item: S_Concentration_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 28
|
|
Item: S_Concentration_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 29
|
|
Item: S_Wisdom_Weapon
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 30
|
|
Item: S_Wisdom_Shield
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 31
|
|
Item: S_Master_Weapon
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 32
|
|
Item: S_Master_Shield
|
|
Rate: 20
|
|
Announced: true
|
|
- Index: 33
|
|
Item: M_Armor_Box
|
|
Rate: 100
|
|
- Index: 34
|
|
Item: M_Shoes_Box
|
|
Rate: 100
|
|
- Index: 35
|
|
Item: M_Pendant_Box
|
|
Rate: 100
|
|
- Index: 36
|
|
Item: M_Earring_Box
|
|
Rate: 100
|
|
- Index: 37
|
|
Item: Blacksmith_Bless_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 38
|
|
Item: Shadow_Hammer_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 39
|
|
Item: S_Enchant_Essence_Box_3
|
|
Rate: 30
|
|
Announced: true
|
|
- Index: 40
|
|
Item: Shadow_Up_Box
|
|
Rate: 400
|
|
- Index: 41
|
|
Item: Blacksmith_Blessing
|
|
Rate: 395
|
|
- Index: 42
|
|
Item: S_Enchant_Essence
|
|
Rate: 180
|
|
- Index: 43
|
|
Item: Loki_Coin
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 44
|
|
Item: Loki_Advice
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 45
|
|
Item: Loki_Coin_2
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 46
|
|
Item: Loki_Advice_2
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 47
|
|
Item: Loki_Coin_3
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 48
|
|
Item: Loki_Advice_3
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 49
|
|
Item: Loki_Coin_4
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 50
|
|
Item: Loki_Advice_4
|
|
Rate: 30
|
|
Amount: 10
|
|
- Index: 51
|
|
Item: Material_Shadow_CubeII
|
|
Rate: 150
|
|
- Index: 52
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 390
|
|
- Index: 53
|
|
Item: Skill_Shadow_Cube
|
|
Rate: 450
|
|
- Index: 54
|
|
Item: All_Shadow_Cube
|
|
Rate: 300
|
|
- Index: 55
|
|
Item: Shadow_R_M_Box_
|
|
Rate: 300
|
|
- Index: 56
|
|
Item: Shadowdecon_Ore_Box
|
|
Rate: 400
|
|
- Index: 57
|
|
Item: Zelunium_Ore_Box
|
|
Rate: 400
|
|
- Index: 58
|
|
Item: Minus_Status_Box_
|
|
Rate: 400
|
|
- Index: 59
|
|
Item: Poison_Bottle_Box2
|
|
Rate: 400
|
|
- Index: 60
|
|
Item: C_CatPaw_7Day_Box_
|
|
Rate: 400
|
|
- Index: 61
|
|
Item: Alchemist_Box_
|
|
Rate: 400
|
|
- Index: 62
|
|
Item: Ein_Ore_Box
|
|
Rate: 400
|
|
- Index: 63
|
|
Item: Fate_Fragment_Box
|
|
Rate: 400
|
|
- Index: 64
|
|
Item: Sin_Fragment_Box
|
|
Rate: 400
|
|
- Index: 65
|
|
Item: Amethyst_Fragment_Box
|
|
Rate: 400
|
|
- Index: 66
|
|
Item: Snow_F_Ore_Box
|
|
Rate: 400
|
|
- Index: 67
|
|
Item: C_Wing_Of_Fly_5Day_Box_
|
|
Rate: 400
|
|
- Index: 68
|
|
Item: Lapine_DdukddakBox3
|
|
Rate: 500
|
|
- Index: 69
|
|
Item: Gold
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 70
|
|
Item: World_Tour_Ticket
|
|
Rate: 500
|
|
Amount: 5
|
|
- Group: SILLIT_PONG_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sillit_Pong_Bottle
|
|
- Group: KUNAI_SCROLL_OF_FLAME
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Fierce_Flame
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_OF_ICICLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Icicle
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_OF_POISON
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Deadly_Poison
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_OF_SOIL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Black_Soil
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_OF_WIND
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Furious_Wind
|
|
Amount: 500
|
|
- Group: C_CATPAW_7DAY_BOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_CatPaw_Ticket
|
|
Duration: 10080
|
|
- Group: CANNON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cannon_Ball
|
|
Amount: 500
|
|
- Group: IRON_CANNON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Iron_Cannon_Ball
|
|
Amount: 500
|
|
- Group: SOUL_CANNON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Soul_Cannon_Ball
|
|
Amount: 500
|
|
- Group: DARK_CANNON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dark_Cannon_Ball
|
|
Amount: 500
|
|
- Group: HOLY_CANNON_BALL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Cannon_Ball
|
|
Amount: 500
|
|
- Group: CANNON_BOX_6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Liquid_Condensed_Bullet
|
|
Amount: 500
|
|
- Group: MAGIC_GEAR_FUEL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Gear_Fuel
|
|
Amount: 500
|
|
- Group: REPAIRA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RepairA
|
|
Amount: 500
|
|
- Group: REPAIRB_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RepairB
|
|
Amount: 500
|
|
- Group: REPAIRC_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RepairC
|
|
Amount: 500
|
|
- Group: FLAME_STONE_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flame_Stone
|
|
Amount: 500
|
|
- Group: ICE_STONE_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ice_Stone
|
|
Amount: 500
|
|
- Group: WIND_STONE_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Wind_Stone
|
|
Amount: 500
|
|
- Group: SHADOW_ORB_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Orb
|
|
Amount: 500
|
|
- Group: CHARM_FIRE_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Charm_Fire
|
|
Amount: 500
|
|
- Group: CHARM_ICE_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Charm_Ice
|
|
Amount: 500
|
|
- Group: CHARM_WIND_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Charm_Wind
|
|
Amount: 500
|
|
- Group: CHARM_EARTH_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Charm_Earth
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_EXPLOSIVE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Explosive_Kunai
|
|
Amount: 500
|
|
- Group: GEMSTONE_BLUE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blue_Gemstone
|
|
Amount: 500
|
|
- Group: GEMSTONE_YL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Yellow_Gemstone
|
|
Amount: 500
|
|
- Group: GEMSTONE_RED
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Red_Gemstone
|
|
Amount: 500
|
|
- Group: BULLET_CASE_FULL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Full_Metal_Jacket
|
|
Amount: 500
|
|
- Group: BULLET_CASE_MINE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shooting_Mine
|
|
Amount: 500
|
|
- Group: BULLET_CASE_TAIL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Dragon_Tail_Missile
|
|
Amount: 500
|
|
- Group: POENETENTIA_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poenitentia_Sol
|
|
- Index: 1
|
|
Item: Poenitentia_Jana
|
|
- Group: POENETENTIA_BOX4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poenitentia_Foramen
|
|
- Index: 1
|
|
Item: Poenitentia_Penet
|
|
- Index: 2
|
|
Item: Poenitentia_Veloci
|
|
- Index: 3
|
|
Item: Poenitentia_Ruina
|
|
- Group: CHUSEOG_PRESENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kr_B_Special01
|
|
- Index: 1
|
|
Item: Cachua_Coupon
|
|
- Index: 2
|
|
Item: Evt_Cos_Coin
|
|
- Group: LI_NYANGVINE_BOX100_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Cachua_Coupon
|
|
Amount: 20
|
|
- Group: BARMUND_RUNE_BOX
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Ice_Barmund_Rune
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Death_Barmund_Rune
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Flame_Barmund_Rune
|
|
Rate: 10
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Plain_Barmund_Rune
|
|
Rate: 10
|
|
Amount: 10
|
|
- Group: SEALED_CARD3
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Sealed_D_Lord_Card
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Sealed_Knight_WS_Card
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Sealed_Berz_Card
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Sealed_Kiel_Card
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Sealed_Gloom_Card
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Sealed_F_Bishop_Card
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Sealed_Ifrit_Card
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Sealed_TurtleG_Card
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Sealed_Bacsojin_Card
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Sealed_Pharaoh_Card
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Sealed_M_Flower_Card
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Sealed_B_Ygnizem_Card
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Sealed_Apocalips_H_Card
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Sealed_Dracula_Card
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Sealed_B_Shecil_Card
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Sealed_Orc_Hero_Card
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Sealed_Lady_Tanee_Card
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Sealed_Samurai_Card
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Sealed_Orc_Load_Card
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Sealed_B_Magaleta_Card
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Sealed_B_Harword_Card
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Sealed_Eddga_Card
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Sealed_Ktullanux_Card
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Sealed_Mistress_Card
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: SLD_Q_Scaraba_Card
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: SLD_Baphomet_Card
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: SLD_Maya_Card
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: SLD_Clown_Card
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: SLD_Professor_Card
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: SLD_Champion_Card
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: SLD_Creator_Card
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: SLD_Stalker_Card
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: SLD_Paladin_Card
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: SLD_Gypsy_Card
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: SLD_Daehyon_Card
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: SLD_Gioia_Card
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: SLD_Pyuriel_Card
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: SLD_Kades_Card
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: SLD_Timeholder_Card
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: Sealed_Tao_Card
|
|
Rate: 10
|
|
- Group: LI_NYANGVINE_STONE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box25
|
|
Amount: 5
|
|
- Group: RO_LIVE_SHOP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Group: RO_LIVE_SHOP_EX_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Small_Life_Potion
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: E_Med_Life_Potion
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: E_Mysterious_Water
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: Cachua_Coupon
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: E_Infinity_Drink
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 7
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Group: SEASON_EVT_REWARD_11
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Royal_Secret_Box
|
|
Rate: 30
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Magic_Card_Album
|
|
Rate: 15
|
|
- Index: 2
|
|
Item: Old_Card_Album
|
|
Rate: 15
|
|
- Index: 3
|
|
Item: C_Midgarts_Glory
|
|
Rate: 25
|
|
- Index: 4
|
|
Item: C_White_Bird_Rose
|
|
Rate: 25
|
|
- Index: 5
|
|
Item: C_Pierced_Apple_
|
|
Rate: 25
|
|
- Index: 6
|
|
Item: C_Focus_Beret
|
|
Rate: 25
|
|
- Index: 7
|
|
Item: C_Hunters_Dinner
|
|
Rate: 25
|
|
- Index: 8
|
|
Item: C_Drooping_Boto
|
|
Rate: 25
|
|
- Index: 9
|
|
Item: True_Hunting_9Refine
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: Comp_Power_Booster
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Comp_Almighty
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: E_Infinity_Drink
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: E_Small_Life_Potion
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: E_Med_Life_Potion
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: True_Hunting_Opt_A
|
|
Rate: 265
|
|
- Index: 17
|
|
Item: True_Hunting_Opt_B
|
|
Rate: 265
|
|
- Index: 18
|
|
Item: aegis_300486
|
|
Rate: 560
|
|
- Index: 19
|
|
Item: aegis_300488
|
|
Rate: 560
|
|
- Index: 20
|
|
Item: aegis_300490
|
|
Rate: 560
|
|
- Index: 21
|
|
Item: aegis_300492
|
|
Rate: 560
|
|
- Index: 22
|
|
Item: aegis_300494
|
|
Rate: 560
|
|
- Index: 23
|
|
Item: aegis_300496
|
|
Rate: 560
|
|
- Index: 24
|
|
Item: aegis_300421
|
|
Rate: 350
|
|
- Index: 25
|
|
Item: aegis_300423
|
|
Rate: 350
|
|
- Index: 26
|
|
Item: aegis_300425
|
|
Rate: 350
|
|
- Index: 27
|
|
Item: Meyer_Card
|
|
Rate: 350
|
|
- Index: 28
|
|
Item: Helmut_Card
|
|
Rate: 350
|
|
- Index: 29
|
|
Item: Kathryn_Card
|
|
Rate: 350
|
|
- Index: 30
|
|
Item: Isaac_Card
|
|
Rate: 350
|
|
- Index: 31
|
|
Item: Poe_Card
|
|
Rate: 350
|
|
- Index: 32
|
|
Item: Wolf_Card_E
|
|
Rate: 350
|
|
- Index: 33
|
|
Item: Nihil_Card
|
|
Rate: 350
|
|
- Index: 34
|
|
Item: Agnes_Card
|
|
Rate: 350
|
|
- Index: 35
|
|
Item: Jurgen_Card
|
|
Rate: 350
|
|
- Index: 36
|
|
Item: Spica_Card
|
|
Rate: 350
|
|
- Index: 37
|
|
Item: Kronecker_Card
|
|
Rate: 350
|
|
- Index: 38
|
|
Item: Skia_Card
|
|
Rate: 350
|
|
- Group: CANNON_BOX_ICE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ice_Cannon_Ball
|
|
Amount: 500
|
|
- Group: CANNON_BOX_LIGHTNING
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lightning_Cannon_Ball
|
|
Amount: 500
|
|
- Group: CANNON_BOX_STONE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Stone_Cannon_Ball
|
|
Amount: 500
|
|
- Group: CANNON_BOX_FLARE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flare_Cannon_Ball
|
|
Amount: 500
|
|
- Group: CANNON_BOX_POISONING
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Poisoning_Cannon_Ball
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_NOTHING
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Nothing
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_SHADOW
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Shadow
|
|
Amount: 500
|
|
- Group: KUNAI_SCROLL_HAMAYA
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Kunai_Of_Hamaya
|
|
Amount: 500
|
|
- Group: NW_GRENADE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nw_Grenade
|
|
Amount: 500
|
|
- Group: SOA_CHARM_BUNDLE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Soa_Charm
|
|
Amount: 500
|
|
- Group: SS_CHARM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SS_Charm
|
|
Amount: 500
|
|
- Group: SS_CHARM_F_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SS_Charm_F
|
|
Amount: 500
|
|
- Group: SS_CHARM_W_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SS_Charm_W
|
|
Amount: 500
|
|
- Group: SS_CHARM_G_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SS_Charm_G
|
|
Amount: 500
|
|
- Group: SS_CHARM_L_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: SS_Charm_L
|
|
Amount: 500
|
|
- Group: PAYMENT_COSTUME_BOX1
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_B_EarWitchHat
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: C_Blinking_Eyes_BU
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: C_Airy_Two_Side_Up_SV
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: C_Magic_Circle_Rainbow
|
|
Rate: 10
|
|
- Group: PAYMENT_COSTUME_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_B_EarWitchHat
|
|
- Index: 1
|
|
Item: C_Blinking_Eyes_BU
|
|
- Index: 2
|
|
Item: C_Airy_Two_Side_Up_SV
|
|
- Index: 3
|
|
Item: C_Magic_Circle_Rainbow
|
|
- Group: 2021_PROMO_PACKAGE_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EXP_Drop_Up_7days
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: Premium_Box
|
|
- Index: 2
|
|
Item: Nyangvine_Fruit
|
|
Amount: 106
|
|
- Index: 3
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Group: 2021_PROMO_PACKAGE_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Boarding_Halter_Box
|
|
- Index: 1
|
|
Item: Max_Weight_Up_Scroll
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Nyangvine_Fruit
|
|
Amount: 28
|
|
- Index: 3
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Group: COSTUMEMILEAGE_PACKAGE4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box25
|
|
Amount: 3
|
|
- Group: COSTUMEMILEAGE_PACKAGE5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box25
|
|
Amount: 5
|
|
- Group: COSTUMEMILEAGE_PACKAGE6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box25
|
|
Amount: 10
|
|
- Group: EVT_RAGFES_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Armor_Stone_2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Weapon_Stone_2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Comp_Battle_Bubble
|
|
Rate: 100
|
|
- Index: 4
|
|
Item: Armor_Stone_1
|
|
Rate: 100
|
|
- Index: 5
|
|
Item: Weapon_Stone_1
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Shadowdecon
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Zelunium
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: E_Infinity_Drink
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Comp_Power_Booster
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Comp_Almighty
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: E_Mysterious_Water
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 12
|
|
Item: E_Med_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Comp_Small_Mana_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Comp_M_DEFScroll
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: E_Abrasive
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Armor_Ore_2
|
|
Rate: 350
|
|
- Index: 18
|
|
Item: Weapon_Ore_2
|
|
Rate: 350
|
|
- Index: 19
|
|
Item: Armor_Ore_1
|
|
Rate: 500
|
|
- Index: 20
|
|
Item: Weapon_Ore_1
|
|
Rate: 500
|
|
- Index: 21
|
|
Item: E_Red_Booster
|
|
Rate: 710
|
|
- Index: 22
|
|
Item: Comp_Tyr's_Blessing
|
|
Rate: 710
|
|
- Index: 23
|
|
Item: E_Inc_Agi_10_Scroll
|
|
Rate: 710
|
|
- Index: 24
|
|
Item: E_Blessing_10_Scroll
|
|
Rate: 710
|
|
- Index: 25
|
|
Item: Shadowdecon_Ore
|
|
Rate: 740
|
|
Amount: 3
|
|
- Index: 26
|
|
Item: Zelunium_Ore
|
|
Rate: 740
|
|
Amount: 3
|
|
- Index: 27
|
|
Item: World_Tour_Ticket
|
|
Rate: 750
|
|
- Group: KR_B_SPECIAL08
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: All_In_One_buff_B
|
|
- Index: 1
|
|
Item: All_In_One_Healing_B
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: KR_B_SPECIAL05
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: World_Tour_Ticket
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: C_Mechanical_Plant_Hat
|
|
- Group: SEASON_EVT_REWARD_12
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Refine_Hammer
|
|
Rate: 3
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Bloody_Dead_Branch
|
|
Rate: 10
|
|
Announced: true
|
|
- Index: 2
|
|
Item: C_Pure_Love_Muffler
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: C_SnowFlake_Tiara
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: C_Let_It_Snow
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Rate: 300
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Rate: 300
|
|
- Index: 7
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: E_Med_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 9
|
|
Item: Flora_Cookie
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 10
|
|
Item: Festi_Cookie
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 11
|
|
Item: Winter_Cookie
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 12
|
|
Item: Snow_Cookie
|
|
Rate: 1600
|
|
Amount: 2
|
|
- Index: 13
|
|
Item: Ice_Candy
|
|
Rate: 2137
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: C_Crushed_Snow_Man
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: aegis_400373
|
|
Rate: 50
|
|
- Group: SECURITY_CAMPAIGN_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: World_Tour_Ticket
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: EXP_Drop_Up_1day
|
|
- Index: 2
|
|
Item: Motp_Potion
|
|
Amount: 10
|
|
- Group: HERO_HAMMER_PACKAGE_6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Hero_Weapon_Hammer_6
|
|
- Group: HERO_UP_PACKAGE_6
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 175
|
|
- Index: 1
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
- Index: 3
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
- Index: 4
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
- Index: 5
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 6
|
|
Item: Hero_Weapon_Up_Box_6
|
|
- Group: HERO_TOKEN_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Hero_Token_AG
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Hero_Token_WH
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Hero_Token_IG
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Hero_Token_CD
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Hero_Token_SHC
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Hero_Token_ABC
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Hero_Token_DK
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Hero_Token_BO
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Hero_Token_EM
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Hero_Token_TR
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Hero_Token_MT
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Hero_Token_IQ
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Hero_Token_SS
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Hero_Token_NW
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Hero_Token_SOA
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Hero_Token_SKE
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Hero_Token_SH
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: aegis_490220
|
|
Rate: 10
|
|
- Group: JANUARYGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_EXP_Drop_Up_7days
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 5
|
|
- Group: FEBRUARYGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Comp_Neuralizer
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: MARCHGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: APRILGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evt_Cos_Coin
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: MAYGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: JUNEGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Inventory_Ex_Evt
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: JULYGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: AUGUSTGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: SEPTEMBERGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_EXP_Drop_Up_7days
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: OCTOBERGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: NOVEMBERGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: DECEMBERGIFTBOX_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: World_Tour_Ticket
|
|
Amount: 10
|
|
- Group: SEASON_EVT_REWARD_1
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_bullhead
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: M_Dimension_Essence
|
|
Rate: 5
|
|
- Index: 2
|
|
Item: Magic_Card_Album
|
|
Rate: 200
|
|
- Index: 3
|
|
Item: Old_Card_Album
|
|
Rate: 200
|
|
- Index: 4
|
|
Item: EVT_JAN02KR
|
|
Rate: 500
|
|
- Index: 5
|
|
Item: C_Nut_Cracker
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: BraisedShortRibs
|
|
Rate: 1000
|
|
- Index: 7
|
|
Item: BraisedSpareribs
|
|
Rate: 1000
|
|
- Index: 8
|
|
Item: 2009_Rice_Cake_Soup
|
|
Rate: 800
|
|
- Index: 9
|
|
Item: Octupus_Leg
|
|
Rate: 875
|
|
- Index: 10
|
|
Item: Choco_Tteokguk
|
|
Rate: 3520
|
|
- Index: 11
|
|
Item: Comp_Power_Booster
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Comp_Almighty
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: E_Small_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: E_Med_Life_Potion
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: C_HwaHoJumJung
|
|
Rate: 100
|
|
- Group: 2021_WINTER_EVENT_BOX1
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Filir_Bag
|
|
Rate: 34
|
|
- Index: 1
|
|
Item: C_Silky_Long_SV
|
|
Rate: 33
|
|
- Index: 2
|
|
Item: C_Full_Bloom_Hp_Blue
|
|
Rate: 33
|
|
- Group: 2021_WINTER_EVENT_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Filir_Bag
|
|
- Index: 1
|
|
Item: C_Silky_Long_SV
|
|
- Index: 2
|
|
Item: C_Full_Bloom_Hp_Blue
|
|
- Group: ICE_F_STONE_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Ice_F_Stone_Str
|
|
Rate: 500
|
|
- Index: 1
|
|
Item: Ice_F_Stone_Dex
|
|
Rate: 500
|
|
- Index: 2
|
|
Item: Ice_F_Stone_Agi
|
|
Rate: 500
|
|
- Index: 3
|
|
Item: Ice_F_Stone_Int
|
|
Rate: 500
|
|
- Index: 4
|
|
Item: Ice_F_Stone_Vit
|
|
Rate: 500
|
|
- Index: 5
|
|
Item: Ice_F_Stone_luk
|
|
Rate: 500
|
|
- Index: 6
|
|
Item: Ice_F_Stone_Def
|
|
Rate: 500
|
|
- Index: 7
|
|
Item: Ice_F_Stone_Mdef
|
|
Rate: 500
|
|
- Index: 8
|
|
Item: Ice_F_Stone_Ran
|
|
Rate: 125
|
|
- Index: 9
|
|
Item: Ice_F_Stone_War
|
|
Rate: 125
|
|
- Index: 10
|
|
Item: Ice_F_Stone_Mag
|
|
Rate: 125
|
|
- Index: 11
|
|
Item: Ice_F_Stone_R_Reject
|
|
Rate: 75
|
|
- Index: 12
|
|
Item: Ice_F_Stone_Force
|
|
Rate: 75
|
|
- Index: 13
|
|
Item: Ice_F_Stone_S_Delay
|
|
Rate: 75
|
|
- Index: 14
|
|
Item: Ice_F_Stone_Skill_1
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: Ice_F_Stone_Skill_2
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: Ice_F_Stone_Skill_3
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: Ice_F_Stone_Skill_4
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: Ice_F_Stone_Skill_5
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: Ice_F_Stone_Skill_6
|
|
Rate: 50
|
|
- Index: 20
|
|
Item: Ice_F_Stone_Skill_7
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: Ice_F_Stone_Skill_8
|
|
Rate: 50
|
|
- Index: 22
|
|
Item: Ice_F_Stone_Skill_9
|
|
Rate: 50
|
|
- Index: 23
|
|
Item: Ice_F_Stone_Skill_10
|
|
Rate: 50
|
|
- Index: 24
|
|
Item: Ice_F_Stone_Skill_11
|
|
Rate: 50
|
|
- Index: 25
|
|
Item: Ice_F_Stone_Skill_12
|
|
Rate: 50
|
|
- Index: 26
|
|
Item: Ice_F_Stone_Skill_13
|
|
Rate: 50
|
|
- Index: 27
|
|
Item: Ice_F_Stone_Skill_14
|
|
Rate: 50
|
|
- Index: 28
|
|
Item: Ice_F_Stone_Skill_15
|
|
Rate: 50
|
|
- Index: 29
|
|
Item: Ice_F_Stone_Skill_16
|
|
Rate: 50
|
|
- Index: 30
|
|
Item: Ice_F_Stone_Skill_17
|
|
Rate: 50
|
|
- Index: 31
|
|
Item: Ice_F_Stone_Skill_18
|
|
Rate: 50
|
|
- Index: 32
|
|
Item: Ice_F_Stone_Skill_19
|
|
Rate: 50
|
|
- Index: 33
|
|
Item: Ice_F_Stone_Skill_20
|
|
Rate: 50
|
|
- Index: 34
|
|
Item: Ice_F_Stone_Skill_21
|
|
Rate: 50
|
|
- Index: 35
|
|
Item: Ice_F_Stone_Skill_22
|
|
Rate: 50
|
|
- Index: 36
|
|
Item: Ice_F_Stone_Skill_23
|
|
Rate: 50
|
|
- Index: 37
|
|
Item: Ice_F_Stone_Skill_24
|
|
Rate: 50
|
|
- Index: 38
|
|
Item: Ice_F_Stone_Skill_25
|
|
Rate: 50
|
|
- Index: 39
|
|
Item: Ice_F_Stone_Skill_26
|
|
Rate: 50
|
|
- Index: 40
|
|
Item: Ice_F_Stone_Skill_27
|
|
Rate: 50
|
|
- Index: 41
|
|
Item: Ice_F_Stone_Skill_28
|
|
Rate: 50
|
|
- Index: 42
|
|
Item: Ice_F_Stone_Skill_29
|
|
Rate: 50
|
|
- Index: 43
|
|
Item: Ice_F_Stone_Skill_30
|
|
Rate: 50
|
|
- Index: 44
|
|
Item: Ice_F_Stone_Skill_31
|
|
Rate: 50
|
|
- Index: 45
|
|
Item: Ice_F_Stone_Skill_32
|
|
Rate: 50
|
|
- Index: 46
|
|
Item: Ice_F_Stone_Skill_33
|
|
Rate: 50
|
|
- Index: 47
|
|
Item: Ice_F_Stone_Skill_34
|
|
Rate: 50
|
|
- Index: 48
|
|
Item: Ice_F_Stone_Skill_35
|
|
Rate: 50
|
|
- Index: 49
|
|
Item: Ice_F_Stone_Skill_36
|
|
Rate: 50
|
|
- Index: 50
|
|
Item: Ice_F_Stone_Skill_37
|
|
Rate: 50
|
|
- Index: 51
|
|
Item: Ice_F_Stone_Skill_38
|
|
Rate: 50
|
|
- Index: 52
|
|
Item: Ice_F_Stone_Skill_39
|
|
Rate: 50
|
|
- Index: 53
|
|
Item: Ice_F_Stone_Skill_40
|
|
Rate: 50
|
|
- Index: 54
|
|
Item: Ice_F_Stone_Skill_41
|
|
Rate: 50
|
|
- Index: 55
|
|
Item: Ice_F_Stone_Skill_42
|
|
Rate: 50
|
|
- Index: 56
|
|
Item: Ice_F_Stone_Skill_43
|
|
Rate: 50
|
|
- Index: 57
|
|
Item: Ice_F_Stone_Skill_44
|
|
Rate: 50
|
|
- Index: 58
|
|
Item: Ice_F_Stone_Skill_45
|
|
Rate: 50
|
|
- Index: 59
|
|
Item: Ice_F_Stone_Skill_46
|
|
Rate: 50
|
|
- Index: 60
|
|
Item: Ice_F_Stone_Skill_47
|
|
Rate: 50
|
|
- Index: 61
|
|
Item: Ice_F_Stone_Skill_48
|
|
Rate: 50
|
|
- Index: 62
|
|
Item: Ice_F_Stone_Skill_49
|
|
Rate: 50
|
|
- Index: 63
|
|
Item: Ice_F_Stone_Skill_50
|
|
Rate: 50
|
|
- Index: 64
|
|
Item: Ice_F_Stone_Skill_51
|
|
Rate: 50
|
|
- Index: 65
|
|
Item: Ice_F_Stone_Skill_52
|
|
Rate: 50
|
|
- Index: 66
|
|
Item: Ice_F_Stone_Skill_53
|
|
Rate: 50
|
|
- Index: 67
|
|
Item: Ice_F_Stone_Skill_54
|
|
Rate: 50
|
|
- Index: 68
|
|
Item: Ice_F_Stone_Speed
|
|
Rate: 75
|
|
- Index: 69
|
|
Item: Ice_F_Stone_Caster
|
|
Rate: 75
|
|
- Index: 70
|
|
Item: Ice_F_Stone_Critical
|
|
Rate: 75
|
|
- Index: 71
|
|
Item: Ice_F_Stone_Guide
|
|
Rate: 75
|
|
- Index: 72
|
|
Item: Ice_F_Stone_Above
|
|
Rate: 50
|
|
- Index: 73
|
|
Item: Ice_F_Stone_P_Full
|
|
Rate: 50
|
|
- Index: 74
|
|
Item: Ice_F_Stone_M_Counter
|
|
Rate: 50
|
|
- Index: 75
|
|
Item: Ice_F_Stone_Hp
|
|
Rate: 250
|
|
- Index: 76
|
|
Item: Ice_F_Stone_Sp
|
|
Rate: 250
|
|
- Index: 77
|
|
Item: Ice_F_Stone_Heal
|
|
Rate: 250
|
|
- Index: 78
|
|
Item: Ice_F_Stone_Robust
|
|
Rate: 100
|
|
- Index: 79
|
|
Item: Ice_F_Stone_F_Cast
|
|
Rate: 50
|
|
- Index: 80
|
|
Item: Ice_F_Stone_M_F
|
|
Rate: 50
|
|
- Index: 81
|
|
Item: Ice_F_Stone_P_F
|
|
Rate: 50
|
|
- Index: 82
|
|
Item: Ice_F_Stone_Un_Vit
|
|
Rate: 50
|
|
- Index: 83
|
|
Item: Ice_F_Stone_Sp_Int
|
|
Rate: 50
|
|
- Index: 84
|
|
Item: Ice_F_Stone_Fi_Dex
|
|
Rate: 50
|
|
- Index: 85
|
|
Item: Ice_F_Stone_Ov_Str
|
|
Rate: 50
|
|
- Index: 86
|
|
Item: Ice_F_Stone_Fa_Agi
|
|
Rate: 50
|
|
- Index: 87
|
|
Item: Ice_F_Stone_Lu_Luk
|
|
Rate: 50
|
|
- Index: 88
|
|
Item: Ice_F_Stone_A_Delay
|
|
Rate: 100
|
|
- Index: 89
|
|
Item: Ice_F_Stone_E_Archer
|
|
Rate: 100
|
|
- Index: 90
|
|
Item: Ice_F_Stone_Fatal
|
|
Rate: 100
|
|
- Index: 91
|
|
Item: Ice_F_Stone_F_Spirit
|
|
Rate: 100
|
|
- Index: 92
|
|
Item: Ice_F_Stone_Spell
|
|
Rate: 100
|
|
- Index: 93
|
|
Item: Ice_F_Stone_HealHP
|
|
Rate: 100
|
|
- Index: 94
|
|
Item: Ice_F_Stone_HealSP
|
|
Rate: 100
|
|
- Index: 95
|
|
Item: Ice_F_Stone_Life
|
|
Rate: 50
|
|
- Index: 96
|
|
Item: Ice_F_Stone_Soul
|
|
Rate: 50
|
|
- Index: 97
|
|
Item: Ice_F_Stone_M_Heal
|
|
Rate: 50
|
|
- Index: 98
|
|
Item: Ice_F_Stone_M_Soul
|
|
Rate: 50
|
|
- Index: 99
|
|
Item: Ice_F_Stone_A_Force
|
|
Rate: 50
|
|
- Group: BS_MAKING_S
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Bs_Item_M_S_2
|
|
Rate: 300
|
|
- Index: 1
|
|
Item: Bs_Item_M_S_8
|
|
Rate: 300
|
|
- Index: 2
|
|
Item: Bs_Item_M_S_10
|
|
Rate: 300
|
|
- Index: 3
|
|
Item: Bs_Item_M_S_11
|
|
Rate: 300
|
|
- Index: 4
|
|
Item: Bs_Item_M_S_34
|
|
Rate: 300
|
|
- Index: 5
|
|
Item: Bs_Item_M_S_41
|
|
Rate: 300
|
|
- Index: 6
|
|
Item: Bs_Item_M_S_42
|
|
Rate: 300
|
|
- Index: 7
|
|
Item: Bs_Item_M_S_43
|
|
Rate: 300
|
|
- Index: 8
|
|
Item: Bs_Item_M_S_44
|
|
Rate: 300
|
|
- Index: 9
|
|
Item: Bs_Sha_M_S_1
|
|
Rate: 300
|
|
- Index: 10
|
|
Item: Bs_Sha_M_S_17
|
|
Rate: 300
|
|
- Index: 11
|
|
Item: Bs_Sha_M_S_18
|
|
Rate: 300
|
|
- Index: 12
|
|
Item: Bs_Sha_M_S_19
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Bs_Sha_M_S_20
|
|
Rate: 300
|
|
- Index: 14
|
|
Item: Bs_Item_M_S_4
|
|
Rate: 125
|
|
- Index: 15
|
|
Item: Bs_Item_M_S_6
|
|
Rate: 125
|
|
- Index: 16
|
|
Item: Bs_Item_M_S_7
|
|
Rate: 125
|
|
- Index: 17
|
|
Item: Bs_Item_M_S_12
|
|
Rate: 125
|
|
- Index: 18
|
|
Item: Bs_Item_M_S_13
|
|
Rate: 125
|
|
- Index: 19
|
|
Item: Bs_Item_M_S_15
|
|
Rate: 125
|
|
- Index: 20
|
|
Item: Bs_Item_M_S_28
|
|
Rate: 125
|
|
- Index: 21
|
|
Item: Bs_Item_M_S_29
|
|
Rate: 125
|
|
- Index: 22
|
|
Item: Bs_Item_M_S_31
|
|
Rate: 125
|
|
- Index: 23
|
|
Item: Bs_Item_M_S_32
|
|
Rate: 125
|
|
- Index: 24
|
|
Item: Bs_Item_M_S_33
|
|
Rate: 125
|
|
- Index: 25
|
|
Item: Bs_Item_M_S_36
|
|
Rate: 125
|
|
- Index: 26
|
|
Item: Bs_Item_M_S_37
|
|
Rate: 125
|
|
- Index: 27
|
|
Item: Bs_Item_M_S_38
|
|
Rate: 125
|
|
- Index: 28
|
|
Item: Bs_Item_M_S_39
|
|
Rate: 125
|
|
- Index: 29
|
|
Item: Bs_Item_M_S_40
|
|
Rate: 125
|
|
- Index: 30
|
|
Item: Bs_Item_M_S_45
|
|
Rate: 125
|
|
- Index: 31
|
|
Item: Bs_Item_M_S_46
|
|
Rate: 125
|
|
- Index: 32
|
|
Item: Bs_Item_M_S_47
|
|
Rate: 125
|
|
- Index: 33
|
|
Item: Bs_Item_M_S_48
|
|
Rate: 125
|
|
- Index: 34
|
|
Item: Bs_Item_M_S_49
|
|
Rate: 125
|
|
- Index: 35
|
|
Item: Bs_Item_M_S_50
|
|
Rate: 125
|
|
- Index: 36
|
|
Item: Bs_Item_M_S_51
|
|
Rate: 125
|
|
- Index: 37
|
|
Item: Bs_Sha_M_S_2
|
|
Rate: 125
|
|
- Index: 38
|
|
Item: Bs_Sha_M_S_5
|
|
Rate: 125
|
|
- Index: 39
|
|
Item: Bs_Sha_M_S_6
|
|
Rate: 125
|
|
- Index: 40
|
|
Item: Bs_Sha_M_S_7
|
|
Rate: 125
|
|
- Index: 41
|
|
Item: Bs_Sha_M_S_8
|
|
Rate: 125
|
|
- Index: 42
|
|
Item: Bs_Sha_M_S_13
|
|
Rate: 125
|
|
- Index: 43
|
|
Item: Bs_Sha_M_S_15
|
|
Rate: 125
|
|
- Index: 44
|
|
Item: Bs_Sha_M_S_16
|
|
Rate: 125
|
|
- Index: 45
|
|
Item: Bs_Sha_M_S_23
|
|
Rate: 125
|
|
- Index: 46
|
|
Item: Bs_Item_M_S_5
|
|
Rate: 63
|
|
- Index: 47
|
|
Item: Bs_Item_M_S_9
|
|
Rate: 63
|
|
- Index: 48
|
|
Item: Bs_Item_M_S_14
|
|
Rate: 63
|
|
- Index: 49
|
|
Item: Bs_Item_M_S_16
|
|
Rate: 63
|
|
- Index: 50
|
|
Item: Bs_Item_M_S_17
|
|
Rate: 63
|
|
- Index: 51
|
|
Item: Bs_Item_M_S_19
|
|
Rate: 63
|
|
- Index: 52
|
|
Item: Bs_Item_M_S_27
|
|
Rate: 63
|
|
- Index: 53
|
|
Item: Bs_Item_M_S_35
|
|
Rate: 63
|
|
- Index: 54
|
|
Item: Bs_Sha_M_S_9
|
|
Rate: 63
|
|
- Index: 55
|
|
Item: Bs_Sha_M_S_10
|
|
Rate: 63
|
|
- Index: 56
|
|
Item: Bs_Sha_M_S_11
|
|
Rate: 63
|
|
- Index: 57
|
|
Item: Bs_Sha_M_S_21
|
|
Rate: 63
|
|
- Index: 58
|
|
Item: Bs_Sha_M_S_24
|
|
Rate: 63
|
|
- Index: 59
|
|
Item: Bs_Sha_M_S_25
|
|
Rate: 63
|
|
- Index: 60
|
|
Item: Bs_Sha_M_S_22
|
|
Rate: 63
|
|
- Index: 61
|
|
Item: Bs_Item_M_S_1
|
|
Rate: 30
|
|
- Index: 62
|
|
Item: Bs_Item_M_S_3
|
|
Rate: 30
|
|
- Index: 63
|
|
Item: Bs_Item_M_S_18
|
|
Rate: 30
|
|
- Index: 64
|
|
Item: Bs_Item_M_S_20
|
|
Rate: 30
|
|
- Index: 65
|
|
Item: Bs_Item_M_S_21
|
|
Rate: 30
|
|
- Index: 66
|
|
Item: Bs_Item_M_S_22
|
|
Rate: 30
|
|
- Index: 67
|
|
Item: Bs_Item_M_S_23
|
|
Rate: 30
|
|
- Index: 68
|
|
Item: Bs_Item_M_S_24
|
|
Rate: 30
|
|
- Index: 69
|
|
Item: Bs_Item_M_S_25
|
|
Rate: 30
|
|
- Index: 70
|
|
Item: Bs_Item_M_S_26
|
|
Rate: 30
|
|
- Index: 71
|
|
Item: Bs_Item_M_S_30
|
|
Rate: 30
|
|
- Index: 72
|
|
Item: Bs_Sha_M_S_3
|
|
Rate: 30
|
|
- Index: 73
|
|
Item: Bs_Sha_M_S_4
|
|
Rate: 30
|
|
- Index: 74
|
|
Item: Bs_Sha_M_S_12
|
|
Rate: 30
|
|
- Index: 75
|
|
Item: Bs_Sha_M_S_14
|
|
Rate: 30
|
|
- Index: 76
|
|
Item: Bs_Item_M_S_52
|
|
Rate: 110
|
|
- Index: 77
|
|
Item: Bs_Item_M_S_53
|
|
Rate: 110
|
|
- Index: 78
|
|
Item: Bs_Item_M_S_54
|
|
Rate: 33
|
|
- Index: 79
|
|
Item: Bs_Item_M_S_55
|
|
Rate: 33
|
|
- Index: 80
|
|
Item: Bs_Item_M_S_56
|
|
Rate: 14
|
|
- Index: 81
|
|
Item: Bs_Item_M_S_57
|
|
Rate: 15
|
|
- Index: 82
|
|
Item: Bs_Item_M_S_58
|
|
Rate: 15
|
|
- Index: 83
|
|
Item: Bs_Item_M_S_59
|
|
Rate: 15
|
|
- Index: 84
|
|
Item: Bs_Item_M_S_60
|
|
Rate: 15
|
|
- Index: 85
|
|
Item: Bs_Item_M_S_61
|
|
Rate: 15
|
|
- Index: 86
|
|
Item: Bs_Item_M_S_62
|
|
Rate: 15
|
|
- Index: 87
|
|
Item: Bs_Item_M_S_63
|
|
Rate: 15
|
|
- Group: MONTHLY_PACKAGE_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 5
|
|
- Index: 4
|
|
Item: Blacksmith_Blessing
|
|
Amount: 2
|
|
- Index: 5
|
|
Item: Cachua_Coupon
|
|
Amount: 10
|
|
- Group: MONTHLY_PACKAGE_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Blacksmith_Blessing
|
|
Amount: 4
|
|
- Index: 5
|
|
Item: Cachua_Coupon
|
|
Amount: 20
|
|
- Index: 6
|
|
Item: Infinity_Drink
|
|
Amount: 33
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Almighty
|
|
Amount: 33
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Limit_Power_Booster
|
|
Amount: 34
|
|
UniqueId: true
|
|
- Group: MONTHLY_PACKAGE_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Med_Life_Potion
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: Mysterious_Water
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 15
|
|
- Index: 4
|
|
Item: Blacksmith_Blessing
|
|
Amount: 6
|
|
- Index: 5
|
|
Item: Cachua_Coupon
|
|
Amount: 30
|
|
- Index: 6
|
|
Item: Infinity_Drink
|
|
Amount: 33
|
|
UniqueId: true
|
|
- Index: 7
|
|
Item: Almighty
|
|
Amount: 33
|
|
UniqueId: true
|
|
- Index: 8
|
|
Item: Limit_Power_Booster
|
|
Amount: 34
|
|
UniqueId: true
|
|
- Index: 9
|
|
Item: Small_Mana_Potion
|
|
Amount: 50
|
|
UniqueId: true
|
|
- Index: 10
|
|
Item: M_DEFScroll
|
|
Amount: 300
|
|
UniqueId: true
|
|
- Group: MONTHLY_BUFF_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 6
|
|
- Index: 1
|
|
Item: Premium_Box
|
|
- Index: 2
|
|
Item: EXP_Drop_Up_7days
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 10
|
|
- Group: MONTHLY_BATTLE_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 12
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: Mental_Potion
|
|
Amount: 8
|
|
UniqueId: true
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 10
|
|
- Group: MD_AIRBOAT_EXPBOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: MD_Airboat_Bexp
|
|
Rate: 10000
|
|
Amount: 10
|
|
- Group: ENCHANT_TICKET_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enchant_Ticket
|
|
Amount: 3
|
|
- Group: FAN_GREED_1HOUR_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Greed_Scroll
|
|
Duration: 60
|
|
UniqueId: true
|
|
- Group: KAKAO_PLUS_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_KAKAO_Sky_Hat
|
|
- Index: 1
|
|
Item: Kr_B_Special01
|
|
- Index: 2
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 3
|
|
Item: E_DEF_Scroll_Box
|
|
- Index: 4
|
|
Item: C_Wing_Of_Fly_3Day_B__
|
|
Duration: 20160
|
|
- Group: COSTUMEMILEPACK_27_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_101416
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_27_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_101416
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_27_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_101416
|
|
Amount: 10
|
|
- Group: P_BOOSTER230_GIFT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Cons_Of_Light_Dark
|
|
Rate: 100
|
|
- Index: 1
|
|
Item: C_Seraphim_Wing_TW
|
|
Rate: 1000
|
|
- Index: 2
|
|
Item: C_Wing_Of_Angel_Move_RD
|
|
Rate: 250
|
|
- Index: 3
|
|
Item: C_Wing_Of_Angel_Move
|
|
Rate: 250
|
|
- Index: 4
|
|
Item: C_Wing_Of_Angel_Move_BK
|
|
Rate: 250
|
|
- Index: 5
|
|
Item: C_Wing_Of_Angel_Move_GD
|
|
Rate: 250
|
|
- Index: 6
|
|
Item: C_Twinkle_Twin_B
|
|
Rate: 700
|
|
- Index: 7
|
|
Item: C_Long_Wave_BD
|
|
Rate: 700
|
|
- Index: 8
|
|
Item: C_Long_Wave_SV
|
|
Rate: 700
|
|
- Index: 9
|
|
Item: C_Fluffy_Semi_Long_SV
|
|
Rate: 700
|
|
- Index: 10
|
|
Item: C_Miyabi_Long_Hair_LPP
|
|
Rate: 700
|
|
- Index: 11
|
|
Item: C_Miyabi_Long_Hair
|
|
Rate: 700
|
|
- Index: 12
|
|
Item: C_Fairy_Long_CB
|
|
Rate: 700
|
|
- Index: 13
|
|
Item: C_Airy_Two_Side_Up_BD
|
|
Rate: 1000
|
|
- Index: 14
|
|
Item: C_Notation_Hairband
|
|
Rate: 1000
|
|
- Index: 15
|
|
Item: C_Clinging_Doram_2
|
|
Rate: 1000
|
|
- Group: BOOSTER230_GIFT
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Angel_Move_RD
|
|
Rate: 50
|
|
- Index: 1
|
|
Item: C_Twinkle_Twin_B
|
|
Rate: 50
|
|
- Index: 2
|
|
Item: C_Notation_Hairband
|
|
Rate: 50
|
|
- Index: 3
|
|
Item: C_Clinging_Doram_2
|
|
Rate: 50
|
|
- Index: 4
|
|
Item: C_Love_Guard
|
|
Rate: 50
|
|
- Index: 5
|
|
Item: C_Long_Ribbon
|
|
Rate: 50
|
|
- Index: 6
|
|
Item: C_Isabella_Brown_Ear
|
|
Rate: 50
|
|
- Index: 7
|
|
Item: C_Drops_Muffler
|
|
Rate: 50
|
|
- Index: 8
|
|
Item: C_Eremes_Scarf_BU
|
|
Rate: 50
|
|
- Index: 9
|
|
Item: C_ZombieMask
|
|
Rate: 50
|
|
- Index: 10
|
|
Item: C_Suit_Sollar
|
|
Rate: 50
|
|
- Index: 11
|
|
Item: C_Lovely_Ribbon_Hair
|
|
Rate: 50
|
|
- Index: 12
|
|
Item: C_Nobility_Hat
|
|
Rate: 50
|
|
- Index: 13
|
|
Item: C_Bubble_A_Angel_H
|
|
Rate: 50
|
|
- Index: 14
|
|
Item: C_Mob_Scarf
|
|
Rate: 50
|
|
- Index: 15
|
|
Item: C_Garden_Of_Eden
|
|
Rate: 50
|
|
- Index: 16
|
|
Item: C_Fluffy_Angel_Cape
|
|
Rate: 50
|
|
- Index: 17
|
|
Item: C_VesperHeadGear
|
|
Rate: 50
|
|
- Index: 18
|
|
Item: C_Adv_Whisper_Mask_J
|
|
Rate: 50
|
|
- Index: 19
|
|
Item: C_Male_Poring_Earmuff
|
|
Rate: 50
|
|
- Index: 20
|
|
Item: C_Leopard_Ear_Hat
|
|
Rate: 50
|
|
- Index: 21
|
|
Item: C_Misty_Ears
|
|
Rate: 50
|
|
- Index: 22
|
|
Item: C_Mech_Feather_Hairband
|
|
Rate: 50
|
|
- Group: BOOSTER_CALL_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Booster_Call
|
|
- Index: 1
|
|
Item: Booster_Pack_1
|
|
- Index: 2
|
|
Item: Booster_Hat_Box
|
|
- Index: 3
|
|
Item: Booster_Back_Box
|
|
- Index: 4
|
|
Item: Reset_Stat_Ticket
|
|
Amount: 5
|
|
- Index: 5
|
|
Item: Reset_Skill_Ticket
|
|
Amount: 5
|
|
- Group: E_BOARDING_HALTER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
- Group: VIVA_ADUL_HAT_BOX_11
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Viva_Adul_Hat_WL1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 1
|
|
Item: Viva_Adul_Hat_WL2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 2
|
|
Item: Viva_Adul_Hat_SR1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 3
|
|
Item: Viva_Adul_Hat_SR2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 4
|
|
Item: Viva_Adul_Hat_AB1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 5
|
|
Item: Viva_Adul_Hat_AB2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 6
|
|
Item: Viva_Adul_Hat_SC1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 7
|
|
Item: Viva_Adul_Hat_SC2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 8
|
|
Item: Viva_Adul_Hat_RA1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 9
|
|
Item: Viva_Adul_Hat_RA2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 10
|
|
Item: Viva_Adul_Hat_LG1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 11
|
|
Item: Viva_Adul_Hat_LG2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 12
|
|
Item: Viva_Adul_Hat_GC1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 13
|
|
Item: Viva_Adul_Hat_GC2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 14
|
|
Item: Viva_Adul_Hat_SO1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 15
|
|
Item: Viva_Adul_Hat_SO2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 16
|
|
Item: Viva_Adul_Hat_RK1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 17
|
|
Item: Viva_Adul_Hat_RK2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 18
|
|
Item: Viva_Adul_Hat_WM1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 19
|
|
Item: Viva_Adul_Hat_WM2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 20
|
|
Item: Viva_Adul_Hat_NC1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 21
|
|
Item: Viva_Adul_Hat_NC2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 22
|
|
Item: Viva_Adul_Hat_GN1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 23
|
|
Item: Viva_Adul_Hat_GN2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 24
|
|
Item: Viva_Adul_Hat_KO1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 25
|
|
Item: Viva_Adul_Hat_KO2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 26
|
|
Item: Viva_Adul_Hat_RL1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 27
|
|
Item: Viva_Adul_Hat_RL2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 28
|
|
Item: Viva_Adul_Hat_SP1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 29
|
|
Item: Viva_Adul_Hat_SP2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 30
|
|
Item: Viva_Adul_Hat_SJ1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 31
|
|
Item: Viva_Adul_Hat_SJ2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 32
|
|
Item: Viva_Adul_Hat_SU1
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 33
|
|
Item: Viva_Adul_Hat_SU2
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Group: EVT_MAKINGMATERIALS_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Death_Barmund_Rune
|
|
Rate: 1250
|
|
- Index: 1
|
|
Item: Ice_Barmund_Rune
|
|
Rate: 1250
|
|
- Index: 2
|
|
Item: Flame_Barmund_Rune
|
|
Rate: 1250
|
|
- Index: 3
|
|
Item: Plain_Barmund_Rune
|
|
Rate: 1250
|
|
- Index: 4
|
|
Item: Spell_Of_Time
|
|
Rate: 1250
|
|
- Index: 5
|
|
Item: Gray_Shard
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: ClockTower_Gear
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Pieces_Of_Grudge
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Group: LI_NYANGVINE_BOX1_28
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_101675
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_28
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_101675
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_28
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_101675
|
|
Amount: 10
|
|
- Group: EVT_20TH_WHITEGOLD
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evt_20th_Letter
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: Shadow_Hammer_Box_3
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Enchant_Ticket
|
|
- Index: 4
|
|
Item: Blacksmith_Bless_Box_3
|
|
- Index: 5
|
|
Item: Pet_Coin
|
|
Amount: 50
|
|
- Group: EVT_20TH_GOLD
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evt_20th_Letter
|
|
Amount: 2
|
|
- Index: 1
|
|
Item: Shadow_Refine_Hammer
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
- Index: 3
|
|
Item: Blacksmith_Blessing
|
|
- Index: 4
|
|
Item: Pet_Coin
|
|
Amount: 30
|
|
- Group: EVT_20TH_SILVER
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Evt_20th_Letter
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Shadow_R_M_Box_
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: Pet_Coin
|
|
Amount: 20
|
|
- Group: EVT_20TH_BRONZE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual100
|
|
- Index: 1
|
|
Item: Shadow_R_M_Box_
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Pet_Coin
|
|
Amount: 10
|
|
- Group: EVT_20TH_RETURN
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Infinity_Drink
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Comp_Power_Booster
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Comp_Almighty
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 20
|
|
- Group: EVT_20TH_RETURN2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: K_Secret_Key
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: E_Infinity_Drink
|
|
Amount: 30
|
|
- Index: 2
|
|
Item: Comp_Power_Booster
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Comp_Almighty
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 30
|
|
- Index: 5
|
|
Item: Comp_Neuralizer
|
|
- Group: E_CLOTH_DYE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clothing_Dye_Coupon
|
|
- Index: 1
|
|
Item: Clothing_Dye_Coupon2
|
|
- Group: PLAIN_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Plain_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: FLAME_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Flame_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: ICE_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ice_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: DEATH_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Death_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: RO_FESTIVAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Melody_Wing
|
|
- Index: 1
|
|
Item: Kr_B_Special01
|
|
- Index: 2
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 3
|
|
Item: E_DEF_Scroll_Box
|
|
- Index: 4
|
|
Item: C_Wing_Of_Fly_3Day_B__
|
|
Duration: 20160
|
|
- Group: SERVICE1_M_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_M_01_Call
|
|
Duration: 1440
|
|
- Group: SERVICE1_M_05_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_M_01_Call
|
|
Duration: 7200
|
|
- Group: SERVICE1_M_07_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_M_01_Call
|
|
Duration: 10080
|
|
- Group: SERVICE1_M_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_M_01_Call
|
|
Duration: 14400
|
|
- Group: SERVICE1P_M_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_M_01_Call
|
|
Duration: 1440
|
|
- Group: SERVICE1P_M_05_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_M_01_Call
|
|
Duration: 7200
|
|
- Group: SERVICE1P_M_07_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_M_01_Call
|
|
Duration: 10080
|
|
- Group: SERVICE1P_M_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_M_01_Call
|
|
Duration: 14400
|
|
- Group: SERVICE1_F_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_F_01_Call
|
|
Duration: 1440
|
|
- Group: SERVICE1_F_05_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_F_01_Call
|
|
Duration: 7200
|
|
- Group: SERVICE1_F_07_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_F_01_Call
|
|
Duration: 10080
|
|
- Group: SERVICE1_F_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30_F_01_Call
|
|
Duration: 14400
|
|
- Group: SERVICE1P_F_01_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 1440
|
|
- Group: SERVICE1P_F_05_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 7200
|
|
- Group: SERVICE1P_F_07_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 10080
|
|
- Group: SERVICE1P_F_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Service30P_F_01_Call
|
|
Duration: 14400
|
|
- Group: R_BEARERS_EARRING_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_R_Bearers_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: R_BEARERS_PENDANT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_R_Bearers_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: R_BEARERS_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_R_Bearers_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: R_BEARERS_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_R_Bearers_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: HASTY_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Hasty_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Hasty_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Hasty_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Hasty_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: HASTY_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Hasty_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Hasty_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Hasty_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Hasty_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: S_RELOAD_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_S_Reload_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_S_Reload_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_S_Reload_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_S_Reload_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: RO_ARENA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Star_Eyepatch
|
|
- Index: 1
|
|
Item: Kr_B_Special07
|
|
- Index: 2
|
|
Item: E_Life_Potion_Pack
|
|
- Index: 3
|
|
Item: E_DEF_Scroll_Box
|
|
- Index: 4
|
|
Item: C_Wing_Of_Fly_3Day_B__
|
|
Duration: 20160
|
|
- Group: RO_ARENA_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_Mysterious_Water
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: E_Small_Life_Potion
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: E_Med_Life_Potion
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Comp_Small_Mana_Potion
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Comp_M_DEFScroll
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Comp_Almighty
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Comp_Power_Booster
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: E_Infinity_Drink
|
|
Amount: 10
|
|
- Index: 8
|
|
Item: Comp_Battle_Bubble
|
|
Amount: 3
|
|
- Group: HEROSRIA_GIFT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Fire_Giant_Gold
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Dimmension_Jewel
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Dimmension_Jewelry
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Herosria_Jewel
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Dimmen_Jewel_Fragment
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Dimm_Jewelry_Fragment
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Herosria_Jewel_Fragment
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Under_Seal_D_Key
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Under_Seal_D_Padlock
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Under_Seal_D_keyring
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Heros_Gold_Bar
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Heros_Silver_Bar
|
|
Rate: 200
|
|
- Index: 12
|
|
Item: Heros_Copper_Bar
|
|
Rate: 300
|
|
- Index: 13
|
|
Item: Heros_Iron_Bar
|
|
Rate: 600
|
|
- Index: 14
|
|
Item: Heros_Ruby
|
|
Rate: 103
|
|
- Index: 15
|
|
Item: Heros_Topaz
|
|
Rate: 103
|
|
- Index: 16
|
|
Item: Heros_Sapphire
|
|
Rate: 103
|
|
- Index: 17
|
|
Item: Heros_Emerald
|
|
Rate: 103
|
|
- Index: 18
|
|
Item: Heros_Diamond
|
|
Rate: 103
|
|
- Index: 19
|
|
Item: Heros_White_H_Powder
|
|
Rate: 150
|
|
Amount: 50
|
|
- Index: 20
|
|
Item: Heros_White_H_Powder
|
|
Rate: 250
|
|
Amount: 30
|
|
- Index: 21
|
|
Item: Heros_White_H_Powder
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Heros_Blue_H_Powder
|
|
Rate: 200
|
|
Amount: 50
|
|
- Index: 23
|
|
Item: Heros_Blue_H_Powder
|
|
Rate: 300
|
|
Amount: 30
|
|
- Index: 24
|
|
Item: Heros_Blue_H_Powder
|
|
Rate: 600
|
|
Amount: 10
|
|
- Index: 25
|
|
Item: Heros_Yellow_H_Powder
|
|
Rate: 350
|
|
Amount: 50
|
|
- Index: 26
|
|
Item: Heros_Yellow_H_Powder
|
|
Rate: 450
|
|
Amount: 30
|
|
- Index: 27
|
|
Item: Heros_Yellow_H_Powder
|
|
Rate: 900
|
|
Amount: 10
|
|
- Index: 28
|
|
Item: Heros_Red_H_Powder
|
|
Rate: 500
|
|
Amount: 50
|
|
- Index: 29
|
|
Item: Heros_Red_H_Powder
|
|
Rate: 600
|
|
Amount: 30
|
|
- Index: 30
|
|
Item: Heros_Red_H_Powder
|
|
Rate: 1200
|
|
Amount: 10
|
|
- Index: 31
|
|
Item: White_Gold_Bullion
|
|
Rate: 70
|
|
Amount: 3
|
|
- Index: 32
|
|
Item: White_Gold_Bullion
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 33
|
|
Item: White_Gold_Bullion
|
|
Rate: 600
|
|
- Index: 34
|
|
Item: Gold_Bullion
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 35
|
|
Item: Gold_Bullion
|
|
Rate: 400
|
|
Amount: 2
|
|
- Index: 36
|
|
Item: Gold_Bullion
|
|
Rate: 800
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Heros_Gold_Bar
|
|
Rate: 30
|
|
- Index: 1
|
|
Item: Heros_Silver_Bar
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: Heros_Copper_Bar
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: Heros_Iron_Bar
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: Heros_Gold_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 5
|
|
Item: Heros_Silver_Ore
|
|
Rate: 200
|
|
Amount: 7
|
|
- Index: 6
|
|
Item: Heros_Copper_Ore
|
|
Rate: 250
|
|
Amount: 7
|
|
- Index: 7
|
|
Item: Heros_Iron_Ore
|
|
Rate: 350
|
|
Amount: 7
|
|
- Index: 8
|
|
Item: Heros_Gold_Ore
|
|
Rate: 200
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: Heros_Silver_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 10
|
|
Item: Heros_Copper_Ore
|
|
Rate: 400
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Heros_Iron_Ore
|
|
Rate: 600
|
|
Amount: 5
|
|
- Index: 12
|
|
Item: Heros_Gold_Ore
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 13
|
|
Item: Heros_Silver_Ore
|
|
Rate: 1100
|
|
Amount: 3
|
|
- Index: 14
|
|
Item: Heros_Copper_Ore
|
|
Rate: 1400
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Heros_Iron_Ore
|
|
Rate: 2900
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: White_Gold_Bullion
|
|
Rate: 415
|
|
- Index: 17
|
|
Item: Gold_Bullion
|
|
Rate: 815
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Heros_Ruby
|
|
Rate: 30
|
|
- Index: 1
|
|
Item: Heros_Topaz
|
|
Rate: 30
|
|
- Index: 2
|
|
Item: Heros_Sapphire
|
|
Rate: 30
|
|
- Index: 3
|
|
Item: Heros_Emerald
|
|
Rate: 30
|
|
- Index: 4
|
|
Item: Heros_Diamond
|
|
Rate: 30
|
|
- Index: 5
|
|
Item: Heros_Ruby_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 6
|
|
Item: Heros_Topaz_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 7
|
|
Item: Heros_Sapphire_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 8
|
|
Item: Heros_Emerald_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 9
|
|
Item: Heros_Diamond_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 10
|
|
Item: Heros_Ruby_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 11
|
|
Item: Heros_Topaz_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 12
|
|
Item: Heros_Sapphire_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 13
|
|
Item: Heros_Emerald_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 14
|
|
Item: Heros_Diamond_Ore
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 15
|
|
Item: Heros_Ruby_Ore
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 16
|
|
Item: Heros_Topaz_Ore
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 17
|
|
Item: Heros_Sapphire_Ore
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 18
|
|
Item: Heros_Emerald_Ore
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 19
|
|
Item: Heros_Diamond_Ore
|
|
Rate: 500
|
|
Amount: 3
|
|
- Index: 20
|
|
Item: Heros_Ruby_Ore
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 21
|
|
Item: Heros_Topaz_Ore
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 22
|
|
Item: Heros_Sapphire_Ore
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 23
|
|
Item: Heros_Emerald_Ore
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 24
|
|
Item: Heros_Diamond_Ore
|
|
Rate: 800
|
|
Amount: 2
|
|
- Index: 25
|
|
Item: White_Gold_Bullion
|
|
Rate: 300
|
|
- Index: 26
|
|
Item: Gold_Bullion
|
|
Rate: 800
|
|
- Group: MAUTOSPELL_EARRING_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_AutoSpell_Earring
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: MAUTOSPELL_PENDANT_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_AutoSpell_Pendant
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: MAUTOSPELL_ARMOR_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_AutoSpell_Armor
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: MAUTOSPELL_SHOES_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_M_AutoSpell_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: INFINITY_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Infinity_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Infinity_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Infinity_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: INFINITY_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Infinity_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Infinity_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Infinity_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Infinity_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: VR_BOOK_EVENT
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: VR_Reading_Card
|
|
Rate: 320
|
|
- Index: 1
|
|
Item: VR_Bookmark
|
|
Rate: 320
|
|
- Index: 2
|
|
Item: VR_Navi_Sticker
|
|
Rate: 312
|
|
- Index: 3
|
|
Item: VR_Book_Tracker
|
|
Rate: 312
|
|
- Index: 4
|
|
Item: VR_Wristband
|
|
Rate: 312
|
|
- Index: 5
|
|
Item: VR_Metal_Cube
|
|
Rate: 312
|
|
- Index: 6
|
|
Item: VR_Heart_Cookie
|
|
Rate: 312
|
|
- Index: 7
|
|
Item: VR_Mini_Cannon_Kit
|
|
Rate: 312
|
|
- Index: 8
|
|
Item: VR_4leaf_Bookmark
|
|
Rate: 312
|
|
- Index: 9
|
|
Item: VR_Note_Pen
|
|
Rate: 312
|
|
- Index: 10
|
|
Item: VR_Knights_Badge
|
|
Rate: 312
|
|
- Index: 11
|
|
Item: VR_Orange_Chocolate
|
|
Rate: 312
|
|
- Index: 12
|
|
Item: VR_Tea_Set
|
|
Rate: 312
|
|
- Index: 13
|
|
Item: VR_Capitolina_Candy
|
|
Rate: 312
|
|
- Index: 14
|
|
Item: VR_Sealing_Bandage
|
|
Rate: 312
|
|
- Index: 15
|
|
Item: VR_Kntcmds_Portrait
|
|
Rate: 312
|
|
- Index: 16
|
|
Item: VR_Bloody_Sword
|
|
Rate: 312
|
|
- Index: 17
|
|
Item: VR_Old_Dagger
|
|
Rate: 312
|
|
- Index: 18
|
|
Item: VR_Abyss_Mirror
|
|
Rate: 312
|
|
- Index: 19
|
|
Item: VR_Fork_Spoon
|
|
Rate: 312
|
|
- Index: 20
|
|
Item: VR_Sloppy_Glasses
|
|
Rate: 312
|
|
- Index: 21
|
|
Item: VR_Old_Tie
|
|
Rate: 312
|
|
- Index: 22
|
|
Item: VR_Nyllems_Handmirror
|
|
Rate: 312
|
|
- Index: 23
|
|
Item: VR_Tiny_Jellopy
|
|
Rate: 312
|
|
- Index: 24
|
|
Item: VR_Bite_Apple
|
|
Rate: 312
|
|
- Index: 25
|
|
Item: VR_Clover_Ring
|
|
Rate: 312
|
|
- Index: 26
|
|
Item: VR_BlackTea_Tin
|
|
Rate: 312
|
|
- Index: 27
|
|
Item: VR_Candy_Pile
|
|
Rate: 312
|
|
- Index: 28
|
|
Item: aegis_1000998
|
|
Rate: 312
|
|
- Index: 29
|
|
Item: VR_Stress_Jelly
|
|
Rate: 312
|
|
- Index: 30
|
|
Item: VR_Creatura_Doll
|
|
Rate: 312
|
|
- Index: 31
|
|
Item: aegis_1001071
|
|
Rate: 312
|
|
- Group: LI_NYANGVINE_BOX1_29
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_101876
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_29
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_101876
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_29
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_101876
|
|
Amount: 10
|
|
- Group: EXP_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_EXP_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_EXP_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_EXP_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_EXP_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: EXP_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_EXP_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_EXP_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_EXP_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_EXP_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: M_BLITZ_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Mega_Blitz_Weapon
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: M_BLITZ_SHIELD_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 40
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 2
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 3
|
|
Item: S_Mega_Blitz_Shield
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Group: CVT_WING_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Cvt_Magical_Wing
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Cvt_Physical_Wing
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: aegis_480197
|
|
Rate: 10
|
|
- Group: TEMPLE_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Temple_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: VENOM_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Venom_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: SOUL_RUNE_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Soul_Barmund_Rune2
|
|
Amount: 5
|
|
- Group: CASH_BOOSTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Booster_Call_Package
|
|
- Index: 1
|
|
Item: Nyangvine_Fruit
|
|
Amount: 150
|
|
- Index: 2
|
|
Item: Almighty
|
|
Amount: 30
|
|
- Index: 3
|
|
Item: Limit_Power_Booster
|
|
Amount: 30
|
|
- Index: 4
|
|
Item: Infinity_Drink
|
|
Amount: 30
|
|
- Group: A_BUBBLE_GUM_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: A_Bubble_Gum
|
|
Amount: 10
|
|
- Group: COSTUMEMILEPACK_29_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_101876
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_29_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_101876
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_29_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_101876
|
|
Amount: 10
|
|
- Group: S_BEARERS_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Bearers_Earring
|
|
- Index: 1
|
|
Item: S_Bearers_Pendent
|
|
- Index: 2
|
|
Item: S_Bearers_Armor
|
|
- Index: 3
|
|
Item: S_Bearers_Weapon
|
|
- Index: 4
|
|
Item: S_Bearers_Shoes
|
|
- Index: 5
|
|
Item: S_Bearers_Shield
|
|
- Group: PENE_SET_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_Executioner_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_Exorcist_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 2
|
|
Item: S_Hunting_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 3
|
|
Item: S_Insect_Net_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: S_Fishing_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: S_Dragon_Killer_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: S_Corrupt_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: S_Vibration_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: S_Holy_Water_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: S_Scissors_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: S_Penetration_Earring
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: S_Penetration_Pendent
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Group: TEMP_SET_CUBE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: S_M_Executioner_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 1
|
|
Item: S_M_Exorcist_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 2
|
|
Item: S_M_Hunting_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 3
|
|
Item: S_M_Insect_Net_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: S_M_Fishing_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: S_M_Dragon_K_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: S_M_Corrupt_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: S_M_Vibration_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: S_M_Holy_Water_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: S_M_Scissors_Weapon
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: S_Tempest_Earring
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: S_Tempest_Pendent
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Group: JUSTICE_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Punish_Hall
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Saint_Bringer
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Humma_Brilliance
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Luppiter_Spear
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Holy_Raise_Spear
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Lightforce_Foxtail_Wand
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Shining_Light_Katar
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Angel_Wing_Bow
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Guardian_Saber
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Holy_Light_Dagger
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Light_Power_Harp
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Light_Power_Spark
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Lighting_Splatter
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Justice_Bomber
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Last_Dawn
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Devil_Hunter
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Road_Of_Glory
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Victory_Sword
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Divine_Buster
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Orign_Of_Life
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Destiny_Staff
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Blessed_Bible
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Soul_Liberator
|
|
Rate: 10
|
|
- Group: INJUSTICE_WEAPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Demonic_Claw
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Sealed_Bible
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Darkness_Tablet
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Devil_Wing_Staff
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Doom_Bible
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Soul_Harvest
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: The_Reaper
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Underworld_Knife
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Devil_Cursed_Sword
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Dark_Angel_Ray_Bow
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Crime_Violine
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Crime_Whip
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: RG_5649
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Devil_L_Launcher
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Screaming_Rifle
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Devils_Bullet
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Outlaw_Cursed_Shotgun
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Blood_Rapier
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Destruction_Axe
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Devil_Claw
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Execution_Great_Sword
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Devil_Guardian_Sword
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Darkness_Foxtail_Model
|
|
Rate: 10
|
|
- Group: GOODNEVIL_HELM_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: GoodnEvil_Circlet_DK
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: GoodnEvil_Circlet_IG
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: GoodnEvil_Circlet_AG
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: GoodnEvil_Circlet_EM
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GoodnEvil_Circlet_CD
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: GoodnEvil_Circlet_IQ
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: GoodnEvil_Circlet_MT
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: GoodnEvil_Circlet_BO
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: GoodnEvil_Circlet_SHC
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: GoodnEvil_Circlet_ABC
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: GoodnEvil_Circlet_WH
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: GoodnEvil_Circlet_TR
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: GoodnEvil_Circlet_SS
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: GoodnEvil_Circlet_SKE
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: GoodnEvil_Circlet_SOA
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: GoodnEvil_Circlet_HN
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: GoodnEvil_Circlet_SH
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: GoodnEvil_Circlet_Box
|
|
Rate: 10
|
|
- Group: F_EIN_1HDAGGER_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: F_Ein_1HDAGGER
|
|
Rate: 10000
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: F_Ein_1HDAGGER2
|
|
Rate: 10000
|
|
- Group: LI_NYANGVINE_BOX1_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_102193
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_102193
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_102193
|
|
Amount: 10
|
|
- Group: COSTUMEMILEPACK_30_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_102193
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_30_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_102193
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_30_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_102193
|
|
Amount: 10
|
|
- Group: VIP_GIFT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VIP_Black_Card
|
|
- Index: 1
|
|
Item: VIP_Black_Coin
|
|
Amount: 150
|
|
- Group: VVIP_GIFT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VIP_Black_Card
|
|
- Index: 1
|
|
Item: VIP_Black_Coin
|
|
Amount: 300
|
|
- Index: 2
|
|
Item: Booster_Call_Package
|
|
- Group: SVIP_GIFT
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VIP_Black_Card
|
|
- Index: 1
|
|
Item: VIP_Black_Coin
|
|
Amount: 500
|
|
- Index: 2
|
|
Item: Booster_Call_Package
|
|
- Group: 2023_SPRING_COLLECTION
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Heart_Chiffon_Rabbit
|
|
- Index: 1
|
|
Item: C_Teaparty_Wonderland
|
|
- Index: 2
|
|
Item: C_Chocolat_Rabbit_Hair
|
|
- Index: 3
|
|
Item: C_Lop_Bunny_Cloak
|
|
- Index: 4
|
|
Item: aegis_102193
|
|
Amount: 10
|
|
- Group: KR_B_SPECIAL04
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Jumping_Poring
|
|
- Group: LI_NYANGVINE_BOX1_31
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_102332
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_31
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_102332
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_31
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_102332
|
|
Amount: 10
|
|
- Group: STONE_ROBE3_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: SuraStone_Robe2
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: SorcererStone_Robe2
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: GeneticStone_Robe2
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: WarlockStone_Robe2
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: RangerStone_Robe2
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: MechanicStone_Robe2
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: StaremperorStone_Robe
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: SuNoviceStone_Robe
|
|
Rate: 10
|
|
- Group: RO_CONCERT_SCROLL
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Headset_OST
|
|
- Index: 1
|
|
Item: C_Music_Decoration
|
|
- Index: 2
|
|
Item: C_Whistle
|
|
- Group: RO_CONCERT_SCROLL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RO_Concert_Scroll2
|
|
Amount: 2
|
|
- Group: FAN_UPGRADE_KIT_EX_10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Fan_Upgrade_Kit_EX
|
|
Amount: 10
|
|
- Group: KR_B_SPECIAL06
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Wing_Of_Fly
|
|
Duration: 7200
|
|
- Group: COSTUMEMILEPACK_31_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_102332
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_31_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_102332
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_31_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_102332
|
|
Amount: 10
|
|
- Group: CATPAW_1DAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_CatPaw_Ticket
|
|
Duration: 1440
|
|
- Group: MILEAGE_COUPON
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cachua_Coupon
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
- Group: LI_NYANGVINE_BOX1_32
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_102441
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_32
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_102441
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_32
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_102441
|
|
Amount: 10
|
|
- Group: 21TH_PRESENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_All_In_One_Buff
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: E_EXP_Drop_Up_7days
|
|
- Group: 21TH_COSTUME_COLLECTION
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: C_Ocean_Color_Long
|
|
- Index: 1
|
|
Item: C_Aqua_Fin_Decoration
|
|
- Index: 2
|
|
Item: C_Sailor_Cap
|
|
- Index: 3
|
|
Item: aegis_102441
|
|
Amount: 10
|
|
- Group: SEASON_EVT_REWARD_8
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: C_Indomitable_Crown
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: C_Guardian_Wingdeco
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: C_Guardian_Wing
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: C_Reliance_Crown
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: C_Guardian_Angelwing
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: C_Guardian_Butterwing
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Pet_Coin
|
|
Rate: 1
|
|
Amount: 50
|
|
- Index: 7
|
|
Item: South_Pork_Ricebowl
|
|
Rate: 25
|
|
Amount: 3
|
|
- Index: 8
|
|
Item: South_Pork_Slice
|
|
Rate: 25
|
|
Amount: 5
|
|
- Index: 9
|
|
Item: Grilled_Veg_Skewers_
|
|
Rate: 25
|
|
Amount: 7
|
|
- Index: 10
|
|
Item: Melody_Card_191
|
|
Rate: 5
|
|
- Index: 11
|
|
Item: aegis_1001376
|
|
Rate: 5
|
|
- Index: 12
|
|
Item: South_Pork_Ricebowl
|
|
Rate: 56
|
|
- Index: 13
|
|
Item: South_Pork_Slice
|
|
Rate: 56
|
|
Amount: 2
|
|
- Index: 14
|
|
Item: Grilled_Veg_Skewers_
|
|
Rate: 56
|
|
Amount: 3
|
|
- Index: 15
|
|
Item: Pet_Coin
|
|
Rate: 10
|
|
Amount: 30
|
|
- Index: 16
|
|
Item: Poring_Kombucha
|
|
Rate: 70
|
|
Amount: 20
|
|
- Index: 17
|
|
Item: Monster_Bread
|
|
Rate: 70
|
|
Amount: 20
|
|
- Index: 18
|
|
Item: Monster_Bread_
|
|
Rate: 70
|
|
Amount: 20
|
|
- Index: 19
|
|
Item: Poring_Kombucha
|
|
Rate: 140
|
|
Amount: 10
|
|
- Index: 20
|
|
Item: Monster_Bread
|
|
Rate: 140
|
|
Amount: 10
|
|
- Index: 21
|
|
Item: Monster_Bread_
|
|
Rate: 140
|
|
Amount: 10
|
|
- Index: 22
|
|
Item: Pet_Coin
|
|
Rate: 50
|
|
Amount: 20
|
|
- Index: 23
|
|
Item: Night_M_Ice_Flakes
|
|
Rate: 250
|
|
Amount: 30
|
|
- Index: 24
|
|
Item: Night_M_Ice_Cream
|
|
Rate: 250
|
|
Amount: 30
|
|
- Index: 25
|
|
Item: Night_M_Cotton_Candy
|
|
Rate: 250
|
|
Amount: 30
|
|
- Index: 26
|
|
Item: Night_M_Ice_Flakes
|
|
Rate: 500
|
|
Amount: 15
|
|
- Index: 27
|
|
Item: Night_M_Ice_Cream
|
|
Rate: 500
|
|
Amount: 15
|
|
- Index: 28
|
|
Item: Night_M_Cotton_Candy
|
|
Rate: 500
|
|
Amount: 15
|
|
- Index: 29
|
|
Item: Pet_Coin
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 30
|
|
Item: Grilled_Fish
|
|
Rate: 700
|
|
Amount: 50
|
|
- Index: 31
|
|
Item: Grilled_Veg_Skewers
|
|
Rate: 700
|
|
Amount: 50
|
|
- Index: 32
|
|
Item: Grilled_Hm_Sausage
|
|
Rate: 700
|
|
Amount: 50
|
|
- Index: 33
|
|
Item: Grilled_Fish
|
|
Rate: 1400
|
|
Amount: 25
|
|
- Index: 34
|
|
Item: Grilled_Veg_Skewers
|
|
Rate: 1400
|
|
Amount: 25
|
|
- Index: 35
|
|
Item: Grilled_Hm_Sausage
|
|
Rate: 1400
|
|
Amount: 25
|
|
- Index: 36
|
|
Item: Pet_Coin
|
|
Rate: 400
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_32_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_102441
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_32_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_102441
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_32_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_102441
|
|
Amount: 10
|
|
- Group: SCHMIDT_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Schmidt_Suits
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Schmidt_Suits
|
|
Rate: 100
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 5
|
|
Item: Schmidt_Suits
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Schmidt_Manteau
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Schmidt_Manteau
|
|
Rate: 100
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 8
|
|
Item: Schmidt_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Temporal_M_Str
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Temporal_M_Agi
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Temporal_M_Vit
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Temporal_M_Int
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Temporal_M_Dex
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Temporal_M_Luk
|
|
Rate: 140
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Temporal_M_Str
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 16
|
|
Item: Temporal_M_Agi
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 17
|
|
Item: Temporal_M_Vit
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 18
|
|
Item: Temporal_M_Int
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 19
|
|
Item: Temporal_M_Dex
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 20
|
|
Item: Temporal_M_Luk
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 21
|
|
Item: Temporal_M_Str
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Temporal_M_Agi
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Temporal_M_Vit
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Temporal_M_Int
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: Temporal_M_Dex
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: Temporal_M_Luk
|
|
Rate: 70
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: Temporal_M_Str
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 28
|
|
Item: Temporal_M_Agi
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 29
|
|
Item: Temporal_M_Vit
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: Temporal_M_Int
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: Temporal_M_Dex
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: Temporal_M_Luk
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: Temporal_M_Str
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 34
|
|
Item: Temporal_M_Agi
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 35
|
|
Item: Temporal_M_Vit
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 36
|
|
Item: Temporal_M_Int
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 37
|
|
Item: Temporal_M_Dex
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 38
|
|
Item: Temporal_M_Luk
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 39
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 16
|
|
- Index: 40
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 17
|
|
- Index: 41
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 18
|
|
- Index: 42
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 19
|
|
- Index: 43
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 20
|
|
- Index: 44
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 21
|
|
- Index: 45
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 22
|
|
- Index: 46
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 23
|
|
- Index: 47
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 24
|
|
- Index: 48
|
|
Item: GH_Cursed_Crystal
|
|
Rate: 400
|
|
Amount: 25
|
|
- Group: SCHMIDT_ANTIQUITY2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 500
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 500
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 500
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: Schmidt_Suits
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: Schmidt_Suits
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 6
|
|
Item: Schmidt_Suits
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 7
|
|
Item: Schmidt_Manteau
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Schmidt_Manteau
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 9
|
|
Item: Schmidt_Manteau
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 10
|
|
Item: Overwhelm_Str_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Overwhelm_Agi_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Overwhelm_Vit_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: Overwhelm_Int_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: Overwhelm_Dex_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: Overwhelm_Luk_Armor
|
|
Rate: 150
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Overwhelm_Str_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: Overwhelm_Agi_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 18
|
|
Item: Overwhelm_Vit_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 19
|
|
Item: Overwhelm_Int_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 20
|
|
Item: Overwhelm_Dex_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 21
|
|
Item: Overwhelm_Luk_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 22
|
|
Item: Overwhelm_Str_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 23
|
|
Item: Overwhelm_Agi_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 24
|
|
Item: Overwhelm_Vit_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 25
|
|
Item: Overwhelm_Int_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 26
|
|
Item: Overwhelm_Dex_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 27
|
|
Item: Overwhelm_Luk_Armor
|
|
Rate: 50
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 28
|
|
Item: Schmidt_Insignia_Str
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Schmidt_Insignia_Int
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Schmidt_Insignia_Luk
|
|
Rate: 100
|
|
- Index: 31
|
|
Item: Schmidt_Insignia_Vit
|
|
Rate: 100
|
|
- Index: 32
|
|
Item: Schmidt_Insignia_Agi
|
|
Rate: 100
|
|
- Index: 33
|
|
Item: Schmidt_Insignia_Dex
|
|
Rate: 100
|
|
- Index: 34
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 16
|
|
- Index: 35
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 17
|
|
- Index: 36
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 18
|
|
- Index: 37
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 19
|
|
- Index: 38
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 20
|
|
- Index: 39
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 21
|
|
- Index: 40
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 22
|
|
- Index: 41
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 23
|
|
- Index: 42
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 24
|
|
- Index: 43
|
|
Item: GH_Cursed_Gemstone
|
|
Rate: 500
|
|
Amount: 25
|
|
- Group: AMDARAIS_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 10
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 11
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 12
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 13
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 14
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 15
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Modify_Str_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Modify_Int_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Modify_Str_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 28
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 29
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 30
|
|
Item: Modify_Int_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 31
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 32
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 90
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 33
|
|
Item: Modify_Str_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 34
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 35
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 36
|
|
Item: Modify_Int_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 37
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 38
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 39
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 15
|
|
- Index: 40
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 16
|
|
- Index: 41
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 17
|
|
- Index: 42
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 18
|
|
- Index: 43
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 19
|
|
- Index: 44
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 20
|
|
- Index: 45
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 21
|
|
- Index: 46
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 22
|
|
- Index: 47
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 23
|
|
- Index: 48
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 24
|
|
- Index: 49
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 25
|
|
- Index: 50
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 26
|
|
- Index: 51
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 27
|
|
- Index: 52
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 28
|
|
- Index: 53
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 29
|
|
- Index: 54
|
|
Item: Temporal_Crystal
|
|
Rate: 130
|
|
Amount: 30
|
|
- Index: 55
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 10
|
|
- Index: 56
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 11
|
|
- Index: 57
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 12
|
|
- Index: 58
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 13
|
|
- Index: 59
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 14
|
|
- Index: 60
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 15
|
|
- Index: 61
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 16
|
|
- Index: 62
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 17
|
|
- Index: 63
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 18
|
|
- Index: 64
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 19
|
|
- Index: 65
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 20
|
|
- Index: 66
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 21
|
|
- Index: 67
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 22
|
|
- Index: 68
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 23
|
|
- Index: 69
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 24
|
|
- Index: 70
|
|
Item: Coagulated_Spell
|
|
Rate: 120
|
|
Amount: 25
|
|
- Group: AMDARAIS_ANTIQUITY2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: Temporal_Str_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 17
|
|
Item: Temporal_Agi_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 18
|
|
Item: Temporal_Vit_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 19
|
|
Item: Temporal_Int_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 20
|
|
Item: Temporal_Dex_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 21
|
|
Item: Temporal_Luk_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 22
|
|
Item: Modify_Str_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: Modify_Int_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 130
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: Modify_Str_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 29
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: Modify_Int_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: Modify_Str_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 35
|
|
Item: Modify_Agi_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 36
|
|
Item: Modify_Vit_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 37
|
|
Item: Modify_Int_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 38
|
|
Item: Modify_Dex_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 39
|
|
Item: Modify_Luk_Boots_
|
|
Rate: 60
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 40
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 20
|
|
- Index: 41
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 21
|
|
- Index: 42
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 22
|
|
- Index: 43
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 23
|
|
- Index: 44
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 24
|
|
- Index: 45
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 25
|
|
- Index: 46
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 26
|
|
- Index: 47
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 27
|
|
- Index: 48
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 28
|
|
- Index: 49
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 29
|
|
- Index: 50
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 30
|
|
- Index: 51
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 31
|
|
- Index: 52
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 32
|
|
- Index: 53
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 33
|
|
- Index: 54
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 34
|
|
- Index: 55
|
|
Item: Temporal_Crystal
|
|
Rate: 70
|
|
Amount: 35
|
|
- Index: 56
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 30
|
|
- Index: 57
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 31
|
|
- Index: 58
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 32
|
|
- Index: 59
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 33
|
|
- Index: 60
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 34
|
|
- Index: 61
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 35
|
|
- Index: 62
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 36
|
|
- Index: 63
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 37
|
|
- Index: 64
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 38
|
|
- Index: 65
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 39
|
|
- Index: 66
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 40
|
|
- Index: 67
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 41
|
|
- Index: 68
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 42
|
|
- Index: 69
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 43
|
|
- Index: 70
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 44
|
|
- Index: 71
|
|
Item: Coagulated_Spell
|
|
Rate: 70
|
|
Amount: 45
|
|
- Index: 72
|
|
Item: Polluted_Spell
|
|
Rate: 60
|
|
Amount: 11
|
|
- Index: 73
|
|
Item: Polluted_Spell
|
|
Rate: 55
|
|
Amount: 12
|
|
- Index: 74
|
|
Item: Polluted_Spell
|
|
Rate: 55
|
|
Amount: 13
|
|
- Index: 75
|
|
Item: Polluted_Spell
|
|
Rate: 55
|
|
Amount: 14
|
|
- Index: 76
|
|
Item: Polluted_Spell
|
|
Rate: 55
|
|
Amount: 15
|
|
- Group: C_AMDARAIS_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 8
|
|
- Index: 5
|
|
Item: G_Knight_Sword
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: G_Knight_Spear
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: G_Knight_JewelSword
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: G_Knight_Axe
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: G_Knight_Bow
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: G_Alchemist_Staff
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: R_Gladius_L
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: R_Gladius_R
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: R_Katar
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: R_Magician_Dagger
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: R_Cleric_Staff
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: R_Knuckle
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: R_Magician_Staff
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: R_Magician_Wand
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: R_Sage_Book
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: R_Cello
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: R_Wheep
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: R_Pillar
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: R_Syringe
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: R_Revolver
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: R_Foxtail_rod
|
|
Rate: 95
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 29
|
|
Item: G_Knight_Sword
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: G_Knight_Spear
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: G_Knight_JewelSword
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: G_Knight_Axe
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 35
|
|
Item: G_Knight_Bow
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 36
|
|
Item: G_Alchemist_Staff
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 37
|
|
Item: R_Gladius_L
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 38
|
|
Item: R_Gladius_R
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 39
|
|
Item: R_Katar
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 40
|
|
Item: R_Magician_Dagger
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 41
|
|
Item: R_Cleric_Staff
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 42
|
|
Item: R_Knuckle
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 43
|
|
Item: R_Magician_Staff
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 44
|
|
Item: R_Magician_Wand
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 45
|
|
Item: R_Sage_Book
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 46
|
|
Item: R_Cello
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 47
|
|
Item: R_Wheep
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 48
|
|
Item: R_Pillar
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 49
|
|
Item: R_Syringe
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 50
|
|
Item: R_Revolver
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 51
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 52
|
|
Item: R_Foxtail_rod
|
|
Rate: 51
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 53
|
|
Item: G_Knight_Sword
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 54
|
|
Item: G_Knight_Spear
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 55
|
|
Item: G_Knight_JewelSword
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 56
|
|
Item: G_Knight_Axe
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 57
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 58
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 59
|
|
Item: G_Knight_Bow
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 60
|
|
Item: G_Alchemist_Staff
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 61
|
|
Item: R_Gladius_L
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 62
|
|
Item: R_Gladius_R
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 63
|
|
Item: R_Katar
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 64
|
|
Item: R_Magician_Dagger
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 65
|
|
Item: R_Cleric_Staff
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 66
|
|
Item: R_Knuckle
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 67
|
|
Item: R_Magician_Staff
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 68
|
|
Item: R_Magician_Wand
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 69
|
|
Item: R_Sage_Book
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 70
|
|
Item: R_Cello
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 71
|
|
Item: R_Wheep
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 72
|
|
Item: R_Pillar
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 73
|
|
Item: R_Syringe
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 74
|
|
Item: R_Revolver
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 75
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 76
|
|
Item: R_Foxtail_rod
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 77
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 11
|
|
- Index: 78
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 12
|
|
- Index: 79
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 13
|
|
- Index: 80
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 14
|
|
- Index: 81
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 15
|
|
- Index: 82
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 6
|
|
- Index: 83
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 7
|
|
- Index: 84
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 8
|
|
- Index: 85
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 9
|
|
- Index: 86
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 10
|
|
- Index: 87
|
|
Item: Spell_Of_Time
|
|
Rate: 302
|
|
Amount: 11
|
|
- Index: 88
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 12
|
|
- Index: 89
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 13
|
|
- Index: 90
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 14
|
|
- Index: 91
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 15
|
|
- Group: C_HIMEL_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 9
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 11
|
|
- Index: 4
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 12
|
|
- Index: 5
|
|
Item: G_Knight_Sword
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: G_Knight_Spear
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: G_Knight_JewelSword
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: G_Knight_Axe
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: G_Knight_Bow
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: G_Alchemist_Staff
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: R_Gladius_L
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: R_Gladius_R
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: R_Katar
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: R_Magician_Dagger
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: R_Cleric_Staff
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: R_Knuckle
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: R_Magician_Staff
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: R_Magician_Wand
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: R_Sage_Book
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: R_Cello
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: R_Wheep
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: R_Pillar
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: R_Syringe
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: R_Revolver
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: R_Foxtail_rod
|
|
Rate: 75
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 29
|
|
Item: G_Knight_Sword
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: G_Knight_Spear
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: G_Knight_JewelSword
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: G_Knight_Axe
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 35
|
|
Item: G_Knight_Bow
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 36
|
|
Item: G_Alchemist_Staff
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 37
|
|
Item: R_Gladius_L
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 38
|
|
Item: R_Gladius_R
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 39
|
|
Item: R_Katar
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 40
|
|
Item: R_Magician_Dagger
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 41
|
|
Item: R_Cleric_Staff
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 42
|
|
Item: R_Knuckle
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 43
|
|
Item: R_Magician_Staff
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 44
|
|
Item: R_Magician_Wand
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 45
|
|
Item: R_Sage_Book
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 46
|
|
Item: R_Cello
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 47
|
|
Item: R_Wheep
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 48
|
|
Item: R_Pillar
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 49
|
|
Item: R_Syringe
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 50
|
|
Item: R_Revolver
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 51
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 52
|
|
Item: R_Foxtail_rod
|
|
Rate: 61
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 53
|
|
Item: G_Knight_Sword
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 54
|
|
Item: G_Knight_Spear
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 55
|
|
Item: G_Knight_JewelSword
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 56
|
|
Item: G_Knight_Axe
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 57
|
|
Item: G_Knight_BattleAxe
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 58
|
|
Item: G_Knight_Archer_Bow
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 59
|
|
Item: G_Knight_Bow
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 60
|
|
Item: G_Alchemist_Staff
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 61
|
|
Item: R_Gladius_L
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 62
|
|
Item: R_Gladius_R
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 63
|
|
Item: R_Katar
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 64
|
|
Item: R_Magician_Dagger
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 65
|
|
Item: R_Cleric_Staff
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 66
|
|
Item: R_Knuckle
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 67
|
|
Item: R_Magician_Staff
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 68
|
|
Item: R_Magician_Wand
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 69
|
|
Item: R_Sage_Book
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 70
|
|
Item: R_Cello
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 71
|
|
Item: R_Wheep
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 72
|
|
Item: R_Pillar
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 73
|
|
Item: R_Syringe
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 74
|
|
Item: R_Revolver
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 75
|
|
Item: R_Huuma_Shuriken
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 76
|
|
Item: R_Foxtail_rod
|
|
Rate: 30
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 77
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 16
|
|
- Index: 78
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 17
|
|
- Index: 79
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 18
|
|
- Index: 80
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 19
|
|
- Index: 81
|
|
Item: Fragment_Of_Time
|
|
Rate: 151
|
|
Amount: 20
|
|
- Index: 82
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 11
|
|
- Index: 83
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 12
|
|
- Index: 84
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 13
|
|
- Index: 85
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 14
|
|
- Index: 86
|
|
Item: Jewel_Of_Time_Ore
|
|
Rate: 151
|
|
Amount: 15
|
|
- Index: 87
|
|
Item: Spell_Of_Time
|
|
Rate: 302
|
|
Amount: 16
|
|
- Index: 88
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 17
|
|
- Index: 89
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 18
|
|
- Index: 90
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 19
|
|
- Index: 91
|
|
Item: Spell_Of_Time
|
|
Rate: 301
|
|
Amount: 20
|
|
- Group: UNKNOWN_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 6
|
|
- Index: 4
|
|
Item: aegis_1001478
|
|
Rate: 600
|
|
Amount: 7
|
|
- Index: 5
|
|
Item: Volar
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Vernan
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Argen_Blanco
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Farthezan
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Harve
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Fortrage
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Golden_Wrench
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Engine_Pilebuncker
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: Maxi_Spanner
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: Estal
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: Coolant_Injection
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Gene_Rod
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Judgement_Slasher
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Repent_Slasher
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Agudo_Filo
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Reaper_Cross
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Jack_The_Knife
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Platinum_Dagger
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Rapid_Fire_C_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Crimson_Rose_Stick
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: Staff_Of_Miracle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: Gravitation_Staff
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: Boltigin
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: Psychic_Spear_Rod
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 29
|
|
Item: Dust_Grave
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 30
|
|
Item: Ponitendtia
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 31
|
|
Item: Adorare_Staff
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 32
|
|
Item: Lucis_Flail
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 33
|
|
Item: Combo_Fist
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 34
|
|
Item: Asura_Bandage
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 35
|
|
Item: Bright_Mace
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 36
|
|
Item: Sharp_Star_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 37
|
|
Item: Falken_Shooter
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 38
|
|
Item: Aiming_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 39
|
|
Item: Wind_Gale
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 40
|
|
Item: Black_Circle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 41
|
|
Item: Antique_Cello
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 42
|
|
Item: Heart_Whip
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 43
|
|
Item: Scarlet_Ribbon
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 44
|
|
Item: Up_Sword_Of_Bluefire
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 45
|
|
Item: Up_Slate_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 46
|
|
Item: Up_Light_Blade
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 47
|
|
Item: Up_Magic_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 48
|
|
Item: Up_Fatalist
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 49
|
|
Item: Up_Fog_Dew_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 50
|
|
Item: Up_Blessed_Knife
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 51
|
|
Item: Up_Undine_Spear_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 52
|
|
Item: Up_OneSkyOneSun
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 53
|
|
Item: Up_Demon_Hunting_Bible
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 54
|
|
Item: Up_Shadow_Staff_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 55
|
|
Item: Up_Freezing_Rod
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 56
|
|
Item: Up_MeawFoxtail
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 57
|
|
Item: Up_SoulWeight
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 58
|
|
Item: Up_Freedom_Stick
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 59
|
|
Item: Up_Iron_Nail_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 60
|
|
Item: Up_Ray_Knuckle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 61
|
|
Item: Up_Trumpet_Shell_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 62
|
|
Item: Up_Barb_Wire_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 63
|
|
Item: Up_Meteor_Striker
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 64
|
|
Item: Up_Saint_Hall
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 65
|
|
Item: Up_Oriental_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 66
|
|
Item: Up_Dragonic_Slayer
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 67
|
|
Item: Up_Shiver_Katar_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 68
|
|
Item: Up_Blade_Katar
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 69
|
|
Item: Up_Avenger
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 70
|
|
Item: Up_Iron_Staff
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 71
|
|
Item: Up_Blue_Crystal_Staff
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 72
|
|
Item: Up_Humma_Clear
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 73
|
|
Item: Up_Narcis_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 74
|
|
Item: Up_Royal_Bow_K
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 75
|
|
Item: Up_Scalet_Dragon_L_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 76
|
|
Item: Up_Crimson_Rose
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 77
|
|
Item: Up_Master_Soul_Rifle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 78
|
|
Item: Up_Demon_S_Shot
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 79
|
|
Item: Up_The_Black_Gatling
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 80
|
|
Item: Up_Golden_L_Launcher
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 81
|
|
Item: Volar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 82
|
|
Item: Vernan
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 83
|
|
Item: Argen_Blanco
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 84
|
|
Item: Farthezan
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 85
|
|
Item: Harve
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 86
|
|
Item: Fortrage
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 87
|
|
Item: Golden_Wrench
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 88
|
|
Item: Engine_Pilebuncker
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 89
|
|
Item: Maxi_Spanner
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 90
|
|
Item: Estal
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 91
|
|
Item: Coolant_Injection
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 92
|
|
Item: Gene_Rod
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 93
|
|
Item: Judgement_Slasher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 94
|
|
Item: Repent_Slasher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 95
|
|
Item: Agudo_Filo
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 96
|
|
Item: Reaper_Cross
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 97
|
|
Item: Jack_The_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 98
|
|
Item: Platinum_Dagger
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 99
|
|
Item: Rapid_Fire_C_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 100
|
|
Item: Crimson_Rose_Stick
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 101
|
|
Item: Staff_Of_Miracle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 102
|
|
Item: Gravitation_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 103
|
|
Item: Boltigin
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 104
|
|
Item: Psychic_Spear_Rod
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 105
|
|
Item: Dust_Grave
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 106
|
|
Item: Ponitendtia
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 107
|
|
Item: Adorare_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 108
|
|
Item: Lucis_Flail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 109
|
|
Item: Combo_Fist
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 110
|
|
Item: Asura_Bandage
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 111
|
|
Item: Bright_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 112
|
|
Item: Sharp_Star_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 113
|
|
Item: Falken_Shooter
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 114
|
|
Item: Aiming_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 115
|
|
Item: Wind_Gale
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 116
|
|
Item: Black_Circle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 117
|
|
Item: Antique_Cello
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 118
|
|
Item: Heart_Whip
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 119
|
|
Item: Scarlet_Ribbon
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 120
|
|
Item: Up_Sword_Of_Bluefire
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 121
|
|
Item: Up_Slate_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 122
|
|
Item: Up_Light_Blade
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 123
|
|
Item: Up_Magic_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 124
|
|
Item: Up_Fatalist
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 125
|
|
Item: Up_Fog_Dew_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 126
|
|
Item: Up_Blessed_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 127
|
|
Item: Up_Undine_Spear_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 128
|
|
Item: Up_OneSkyOneSun
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 129
|
|
Item: Up_Demon_Hunting_Bible
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 130
|
|
Item: Up_Shadow_Staff_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 131
|
|
Item: Up_Freezing_Rod
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 132
|
|
Item: Up_MeawFoxtail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 133
|
|
Item: Up_SoulWeight
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 134
|
|
Item: Up_Freedom_Stick
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 135
|
|
Item: Up_Iron_Nail_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 136
|
|
Item: Up_Ray_Knuckle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 137
|
|
Item: Up_Trumpet_Shell_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 138
|
|
Item: Up_Barb_Wire_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 139
|
|
Item: Up_Meteor_Striker
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 140
|
|
Item: Up_Saint_Hall
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 141
|
|
Item: Up_Oriental_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 142
|
|
Item: Up_Dragonic_Slayer
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 143
|
|
Item: Up_Shiver_Katar_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 144
|
|
Item: Up_Blade_Katar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 145
|
|
Item: Up_Avenger
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 146
|
|
Item: Up_Iron_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 147
|
|
Item: Up_Blue_Crystal_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 148
|
|
Item: Up_Humma_Clear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 149
|
|
Item: Up_Narcis_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 150
|
|
Item: Up_Royal_Bow_K
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 151
|
|
Item: Up_Scalet_Dragon_L_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 152
|
|
Item: Up_Crimson_Rose
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 153
|
|
Item: Up_Master_Soul_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 154
|
|
Item: Up_Demon_S_Shot
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 155
|
|
Item: Up_The_Black_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 156
|
|
Item: Up_Golden_L_Launcher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 157
|
|
Item: Volar
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 158
|
|
Item: Vernan
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 159
|
|
Item: Argen_Blanco
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 160
|
|
Item: Farthezan
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 161
|
|
Item: Harve
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 162
|
|
Item: Fortrage
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 163
|
|
Item: Golden_Wrench
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 164
|
|
Item: Engine_Pilebuncker
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 165
|
|
Item: Maxi_Spanner
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 166
|
|
Item: Estal
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 167
|
|
Item: Coolant_Injection
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 168
|
|
Item: Gene_Rod
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 169
|
|
Item: Judgement_Slasher
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 170
|
|
Item: Repent_Slasher
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 171
|
|
Item: Agudo_Filo
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 172
|
|
Item: Reaper_Cross
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 173
|
|
Item: Jack_The_Knife
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 174
|
|
Item: Platinum_Dagger
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 175
|
|
Item: Rapid_Fire_C_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 176
|
|
Item: Crimson_Rose_Stick
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 177
|
|
Item: Staff_Of_Miracle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 178
|
|
Item: Gravitation_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 179
|
|
Item: Boltigin
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 180
|
|
Item: Psychic_Spear_Rod
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 181
|
|
Item: Dust_Grave
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 182
|
|
Item: Ponitendtia
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 183
|
|
Item: Adorare_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 184
|
|
Item: Lucis_Flail
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 185
|
|
Item: Combo_Fist
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 186
|
|
Item: Asura_Bandage
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 187
|
|
Item: Bright_Mace
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 188
|
|
Item: Sharp_Star_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 189
|
|
Item: Falken_Shooter
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 190
|
|
Item: Aiming_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 191
|
|
Item: Wind_Gale
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 192
|
|
Item: Black_Circle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 193
|
|
Item: Antique_Cello
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 194
|
|
Item: Heart_Whip
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 195
|
|
Item: Scarlet_Ribbon
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 196
|
|
Item: Up_Sword_Of_Bluefire
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 197
|
|
Item: Up_Slate_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 198
|
|
Item: Up_Light_Blade
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 199
|
|
Item: Up_Magic_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 200
|
|
Item: Up_Fatalist
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 201
|
|
Item: Up_Fog_Dew_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 202
|
|
Item: Up_Blessed_Knife
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 203
|
|
Item: Up_Undine_Spear_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 204
|
|
Item: Up_OneSkyOneSun
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 205
|
|
Item: Up_Demon_Hunting_Bible
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 206
|
|
Item: Up_Shadow_Staff_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 207
|
|
Item: Up_Freezing_Rod
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 208
|
|
Item: Up_MeawFoxtail
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 209
|
|
Item: Up_SoulWeight
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 210
|
|
Item: Up_Freedom_Stick
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 211
|
|
Item: Up_Iron_Nail_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 212
|
|
Item: Up_Ray_Knuckle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 213
|
|
Item: Up_Trumpet_Shell_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 214
|
|
Item: Up_Barb_Wire_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 215
|
|
Item: Up_Meteor_Striker
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 216
|
|
Item: Up_Saint_Hall
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 217
|
|
Item: Up_Oriental_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 218
|
|
Item: Up_Dragonic_Slayer
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 219
|
|
Item: Up_Shiver_Katar_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 220
|
|
Item: Up_Blade_Katar
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 221
|
|
Item: Up_Avenger
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 222
|
|
Item: Up_Iron_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 223
|
|
Item: Up_Blue_Crystal_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 224
|
|
Item: Up_Humma_Clear
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 225
|
|
Item: Up_Narcis_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 226
|
|
Item: Up_Royal_Bow_K
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 227
|
|
Item: Up_Scalet_Dragon_L_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 228
|
|
Item: Up_Crimson_Rose
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 229
|
|
Item: Up_Master_Soul_Rifle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 230
|
|
Item: Up_Demon_S_Shot
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 231
|
|
Item: Up_The_Black_Gatling
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 232
|
|
Item: Up_Golden_L_Launcher
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 233
|
|
Item: Bio_Test_Fragment
|
|
Rate: 320
|
|
Amount: 36
|
|
- Index: 234
|
|
Item: Bio_Test_Fragment
|
|
Rate: 320
|
|
Amount: 37
|
|
- Index: 235
|
|
Item: Bio_Test_Fragment
|
|
Rate: 320
|
|
Amount: 38
|
|
- Index: 236
|
|
Item: Bio_Test_Fragment
|
|
Rate: 320
|
|
Amount: 39
|
|
- Index: 237
|
|
Item: Bio_Test_Fragment
|
|
Rate: 320
|
|
Amount: 40
|
|
- Index: 238
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 320
|
|
Amount: 36
|
|
- Index: 239
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 320
|
|
Amount: 37
|
|
- Index: 240
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 320
|
|
Amount: 38
|
|
- Index: 241
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 320
|
|
Amount: 39
|
|
- Index: 242
|
|
Item: Bio_Reseearch_Docu
|
|
Rate: 320
|
|
Amount: 40
|
|
- Group: SAKRAY_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: Poenetentia_Aegis
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Poenitentia_Gladius
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Poenitentia_Ligula
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Poenitentia_Orbis
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Poenitentia_Mucro
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Poenetentia_Dilacero
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Poenitentia_Sol
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Poenitentia_Jana
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Poenitentia_Hasta
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Poenitentia_Codex
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Poenitentia_Liber
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Poenitentia_Radius
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 16
|
|
Item: Poenitentia_Scipio
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 17
|
|
Item: Poenitentia_Crystallum
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 18
|
|
Item: Poenitentia_Planta
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 19
|
|
Item: Poenitentia_Ramus
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 20
|
|
Item: Poenitentia_Ferrum
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 21
|
|
Item: Poenitentia_Caestus
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Poenitentia_Ungula
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Poenitentia_Chorda
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Poenitentia_Flagellum
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Poenitentia_Clava
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Poenitentia_Pendulus
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Poenitentia_Ensis
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 28
|
|
Item: Poenitentia_Manus
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Poenitentia_Ascia
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 30
|
|
Item: Poenitentia_Catapulta
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 31
|
|
Item: Poenitentia_Termes
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 32
|
|
Item: Poenitentia_Virga
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 33
|
|
Item: Poenitentia_Tenon
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 34
|
|
Item: Poenitentia_Nervus
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 35
|
|
Item: Poenetentia_Attendo
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 36
|
|
Item: Poenetentia_Vatia
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 37
|
|
Item: Poenitentia_Foramen
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 38
|
|
Item: Poenitentia_Penet
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 39
|
|
Item: Poenitentia_Veloci
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 40
|
|
Item: Poenitentia_Ruina
|
|
Rate: 25
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 41
|
|
Item: Poenetentia_Aegis
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 42
|
|
Item: Poenitentia_Gladius
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 43
|
|
Item: Poenitentia_Ligula
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 44
|
|
Item: Poenitentia_Orbis
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 45
|
|
Item: Poenitentia_Mucro
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 46
|
|
Item: Poenetentia_Dilacero
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 47
|
|
Item: Poenitentia_Sol
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 48
|
|
Item: Poenitentia_Jana
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 49
|
|
Item: Poenitentia_Hasta
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 50
|
|
Item: Poenitentia_Codex
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 51
|
|
Item: Poenitentia_Liber
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 52
|
|
Item: Poenitentia_Radius
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 53
|
|
Item: Poenitentia_Scipio
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 54
|
|
Item: Poenitentia_Crystallum
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 55
|
|
Item: Poenitentia_Planta
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 56
|
|
Item: Poenitentia_Ramus
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 57
|
|
Item: Poenitentia_Ferrum
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 58
|
|
Item: Poenitentia_Caestus
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 59
|
|
Item: Poenitentia_Ungula
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 60
|
|
Item: Poenitentia_Chorda
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 61
|
|
Item: Poenitentia_Flagellum
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 62
|
|
Item: Poenitentia_Clava
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 63
|
|
Item: Poenitentia_Pendulus
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 64
|
|
Item: Poenitentia_Ensis
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 65
|
|
Item: Poenitentia_Manus
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 66
|
|
Item: Poenitentia_Ascia
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 67
|
|
Item: Poenitentia_Catapulta
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 68
|
|
Item: Poenitentia_Termes
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 69
|
|
Item: Poenitentia_Virga
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 70
|
|
Item: Poenitentia_Tenon
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 71
|
|
Item: Poenitentia_Nervus
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 72
|
|
Item: Poenetentia_Attendo
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 73
|
|
Item: Poenetentia_Vatia
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 74
|
|
Item: Poenitentia_Foramen
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 75
|
|
Item: Poenitentia_Penet
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 76
|
|
Item: Poenitentia_Veloci
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 77
|
|
Item: Poenitentia_Ruina
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 78
|
|
Item: Poenetentia_Aegis
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 79
|
|
Item: Poenitentia_Gladius
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 80
|
|
Item: Poenitentia_Ligula
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 81
|
|
Item: Poenitentia_Orbis
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 82
|
|
Item: Poenitentia_Mucro
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 83
|
|
Item: Poenetentia_Dilacero
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 84
|
|
Item: Poenitentia_Sol
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 85
|
|
Item: Poenitentia_Jana
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 86
|
|
Item: Poenitentia_Hasta
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 87
|
|
Item: Poenitentia_Codex
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 88
|
|
Item: Poenitentia_Liber
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 89
|
|
Item: Poenitentia_Radius
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 90
|
|
Item: Poenitentia_Scipio
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 91
|
|
Item: Poenitentia_Crystallum
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 92
|
|
Item: Poenitentia_Planta
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 93
|
|
Item: Poenitentia_Ramus
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 94
|
|
Item: Poenitentia_Ferrum
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 95
|
|
Item: Poenitentia_Caestus
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 96
|
|
Item: Poenitentia_Ungula
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 97
|
|
Item: Poenitentia_Chorda
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 98
|
|
Item: Poenitentia_Flagellum
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 99
|
|
Item: Poenitentia_Clava
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 100
|
|
Item: Poenitentia_Pendulus
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 101
|
|
Item: Poenitentia_Ensis
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 102
|
|
Item: Poenitentia_Manus
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 103
|
|
Item: Poenitentia_Ascia
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 104
|
|
Item: Poenitentia_Catapulta
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 105
|
|
Item: Poenitentia_Termes
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 106
|
|
Item: Poenitentia_Virga
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 107
|
|
Item: Poenitentia_Tenon
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 108
|
|
Item: Poenitentia_Nervus
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 109
|
|
Item: Poenetentia_Attendo
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 110
|
|
Item: Poenetentia_Vatia
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 111
|
|
Item: Poenitentia_Foramen
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 112
|
|
Item: Poenitentia_Penet
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 113
|
|
Item: Poenitentia_Veloci
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 114
|
|
Item: Poenitentia_Ruina
|
|
Rate: 24
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 115
|
|
Item: Poenetentia_Aegis
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 116
|
|
Item: Poenitentia_Gladius
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 117
|
|
Item: Poenitentia_Ligula
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 118
|
|
Item: Poenitentia_Orbis
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 119
|
|
Item: Poenitentia_Mucro
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 120
|
|
Item: Poenetentia_Dilacero
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 121
|
|
Item: Poenitentia_Sol
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 122
|
|
Item: Poenitentia_Jana
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 123
|
|
Item: Poenitentia_Hasta
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 124
|
|
Item: Poenitentia_Codex
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 125
|
|
Item: Poenitentia_Liber
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 126
|
|
Item: Poenitentia_Radius
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 127
|
|
Item: Poenitentia_Scipio
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 128
|
|
Item: Poenitentia_Crystallum
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 129
|
|
Item: Poenitentia_Planta
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 130
|
|
Item: Poenitentia_Ramus
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 131
|
|
Item: Poenitentia_Ferrum
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 132
|
|
Item: Poenitentia_Caestus
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 133
|
|
Item: Poenitentia_Ungula
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 134
|
|
Item: Poenitentia_Chorda
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 135
|
|
Item: Poenitentia_Flagellum
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 136
|
|
Item: Poenitentia_Clava
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 137
|
|
Item: Poenitentia_Pendulus
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 138
|
|
Item: Poenitentia_Ensis
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 139
|
|
Item: Poenitentia_Manus
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 140
|
|
Item: Poenitentia_Ascia
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 141
|
|
Item: Poenitentia_Catapulta
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 142
|
|
Item: Poenitentia_Termes
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 143
|
|
Item: Poenitentia_Virga
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 144
|
|
Item: Poenitentia_Tenon
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 145
|
|
Item: Poenitentia_Nervus
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 146
|
|
Item: Poenetentia_Attendo
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 147
|
|
Item: Poenetentia_Vatia
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 148
|
|
Item: Poenitentia_Foramen
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 149
|
|
Item: Poenitentia_Penet
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 150
|
|
Item: Poenitentia_Veloci
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 151
|
|
Item: Poenitentia_Ruina
|
|
Rate: 24
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 152
|
|
Item: Poenetentia_Aegis
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 153
|
|
Item: Poenitentia_Gladius
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 154
|
|
Item: Poenitentia_Ligula
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 155
|
|
Item: Poenitentia_Orbis
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 156
|
|
Item: Poenitentia_Mucro
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 157
|
|
Item: Poenetentia_Dilacero
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 158
|
|
Item: Poenitentia_Sol
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 159
|
|
Item: Poenitentia_Jana
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 160
|
|
Item: Poenitentia_Hasta
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 161
|
|
Item: Poenitentia_Codex
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 162
|
|
Item: Poenitentia_Liber
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 163
|
|
Item: Poenitentia_Radius
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 164
|
|
Item: Poenitentia_Scipio
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 165
|
|
Item: Poenitentia_Crystallum
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 166
|
|
Item: Poenitentia_Planta
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 167
|
|
Item: Poenitentia_Ramus
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 168
|
|
Item: Poenitentia_Ferrum
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 169
|
|
Item: Poenitentia_Caestus
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 170
|
|
Item: Poenitentia_Ungula
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 171
|
|
Item: Poenitentia_Chorda
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 172
|
|
Item: Poenitentia_Flagellum
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 173
|
|
Item: Poenitentia_Clava
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 174
|
|
Item: Poenitentia_Pendulus
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 175
|
|
Item: Poenitentia_Ensis
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 176
|
|
Item: Poenitentia_Manus
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 177
|
|
Item: Poenitentia_Ascia
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 178
|
|
Item: Poenitentia_Catapulta
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 179
|
|
Item: Poenitentia_Termes
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 180
|
|
Item: Poenitentia_Virga
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 181
|
|
Item: Poenitentia_Tenon
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 182
|
|
Item: Poenitentia_Nervus
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 183
|
|
Item: Poenetentia_Attendo
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 184
|
|
Item: Poenetentia_Vatia
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 185
|
|
Item: Poenitentia_Foramen
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 186
|
|
Item: Poenitentia_Penet
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 187
|
|
Item: Poenitentia_Veloci
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 188
|
|
Item: Poenitentia_Ruina
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 189
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 41
|
|
- Index: 190
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 42
|
|
- Index: 191
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 43
|
|
- Index: 192
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 44
|
|
- Index: 193
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 45
|
|
- Index: 194
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 46
|
|
- Index: 195
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 47
|
|
- Index: 196
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 48
|
|
- Index: 197
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 49
|
|
- Index: 198
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 50
|
|
- Index: 199
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 51
|
|
- Index: 200
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 52
|
|
- Index: 201
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 53
|
|
- Index: 202
|
|
Item: Mine_As
|
|
Rate: 200
|
|
Amount: 54
|
|
- Index: 203
|
|
Item: Mine_As
|
|
Rate: 199
|
|
Amount: 55
|
|
- Index: 204
|
|
Item: Sakray_Fury
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 205
|
|
Item: Sakray_Fury
|
|
Rate: 99
|
|
Amount: 6
|
|
- Index: 206
|
|
Item: Sakray_Fury
|
|
Rate: 99
|
|
Amount: 7
|
|
- Index: 207
|
|
Item: Sakray_Fury2
|
|
Rate: 99
|
|
Amount: 2
|
|
- Index: 208
|
|
Item: Sakray_Fury2
|
|
Rate: 99
|
|
Amount: 3
|
|
- Index: 209
|
|
Item: Sakray_Fury2
|
|
Rate: 99
|
|
Amount: 4
|
|
- Index: 210
|
|
Item: Sakray_Regret
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 211
|
|
Item: Sakray_Regret
|
|
Rate: 99
|
|
Amount: 6
|
|
- Index: 212
|
|
Item: Sakray_Regret
|
|
Rate: 99
|
|
Amount: 7
|
|
- Index: 213
|
|
Item: Sakray_Regret2
|
|
Rate: 99
|
|
Amount: 2
|
|
- Index: 214
|
|
Item: Sakray_Regret2
|
|
Rate: 99
|
|
Amount: 3
|
|
- Index: 215
|
|
Item: Sakray_Regret2
|
|
Rate: 99
|
|
Amount: 4
|
|
- Group: AIRBOAT_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 6
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 7
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 8
|
|
- Index: 4
|
|
Item: MD_Airboat_Boots
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: MD_Airboat_Boots2
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: MD_Airboat_Boots3
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: MD_Airboat_Boots4
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: MD_Airboat_Boots5
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: MD_Airboat_Boots6
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: MD_Airboat_Boots
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: MD_Airboat_Boots2
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: MD_Airboat_Boots3
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: MD_Airboat_Boots4
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: MD_Airboat_Boots5
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: MD_Airboat_Boots6
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: MD_Airboat_Boots
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 17
|
|
Item: MD_Airboat_Boots2
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 18
|
|
Item: MD_Airboat_Boots3
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 19
|
|
Item: MD_Airboat_Boots4
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 20
|
|
Item: MD_Airboat_Boots5
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 21
|
|
Item: MD_Airboat_Boots6
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 22
|
|
Item: MD_Airboat_Boots
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 23
|
|
Item: MD_Airboat_Boots2
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 24
|
|
Item: MD_Airboat_Boots3
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 25
|
|
Item: MD_Airboat_Boots4
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 26
|
|
Item: MD_Airboat_Boots5
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 27
|
|
Item: MD_Airboat_Boots6
|
|
Rate: 40
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 28
|
|
Item: MD_Airboat_Boots
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 29
|
|
Item: MD_Airboat_Boots2
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 30
|
|
Item: MD_Airboat_Boots3
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 31
|
|
Item: MD_Airboat_Boots4
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 32
|
|
Item: MD_Airboat_Boots5
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 33
|
|
Item: MD_Airboat_Boots6
|
|
Rate: 5
|
|
RefineMinimum: 13
|
|
RefineMaximum: 13
|
|
- Index: 34
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 41
|
|
- Index: 35
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 42
|
|
- Index: 36
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 43
|
|
- Index: 37
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 44
|
|
- Index: 38
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 45
|
|
- Index: 39
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 46
|
|
- Index: 40
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 47
|
|
- Index: 41
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 48
|
|
- Index: 42
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 310
|
|
Amount: 49
|
|
- Index: 43
|
|
Item: MD_Airboat_Tokken
|
|
Rate: 300
|
|
Amount: 50
|
|
- Index: 44
|
|
Item: MD_Airboat_Reward
|
|
Rate: 300
|
|
- Index: 45
|
|
Item: MD_Airboat_Reward
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 46
|
|
Item: MD_Airboat_Reward
|
|
Rate: 300
|
|
Amount: 3
|
|
- Group: CELINE_KIMI_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1300
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1300
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1300
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Celine_Dress
|
|
Rate: 300
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Celine_Dress
|
|
Rate: 150
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 5
|
|
Item: Celine_Dress
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Celine_Dress
|
|
Rate: 30
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 7
|
|
Item: Celine_Dress
|
|
Rate: 15
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 8
|
|
Item: Celine_Dress
|
|
Rate: 5
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 9
|
|
Item: Celines_Ribbon
|
|
Rate: 300
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Celines_Ribbon
|
|
Rate: 150
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 11
|
|
Item: Celines_Ribbon
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Celines_Ribbon
|
|
Rate: 30
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: Celines_Ribbon
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 14
|
|
Item: Evilspirit_Gloves
|
|
Rate: 400
|
|
- Index: 15
|
|
Item: Celine_Brooch_K
|
|
Rate: 400
|
|
- Index: 16
|
|
Item: Hurt_Mind
|
|
Rate: 400
|
|
- Index: 17
|
|
Item: KindHeart
|
|
Rate: 400
|
|
- Index: 18
|
|
Item: Red_Lantern
|
|
Rate: 400
|
|
- Index: 19
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 31
|
|
- Index: 20
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 32
|
|
- Index: 21
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 33
|
|
- Index: 22
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 34
|
|
- Index: 23
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 35
|
|
- Index: 24
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 36
|
|
- Index: 25
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 37
|
|
- Index: 26
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 38
|
|
- Index: 27
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 39
|
|
- Index: 28
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 40
|
|
- Index: 29
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 41
|
|
- Index: 30
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 42
|
|
- Index: 31
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 43
|
|
- Index: 32
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 44
|
|
- Index: 33
|
|
Item: Bloody_Coin
|
|
Rate: 200
|
|
Amount: 45
|
|
- Group: MIGUEL_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Illusion_Armor_A
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 4
|
|
Item: Illusion_Armor_B
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: Illusion_Leg_A
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Illusion_Leg_B
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Illusion_Engine_A
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Illusion_Engine_B
|
|
Rate: 155
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Illusion_Armor_A
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 10
|
|
Item: Illusion_Armor_B
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 11
|
|
Item: Illusion_Leg_A
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: Illusion_Leg_B
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: Illusion_Engine_A
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: Illusion_Engine_B
|
|
Rate: 105
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: Illusion_Armor_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 16
|
|
Item: Illusion_Armor_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 17
|
|
Item: Illusion_Leg_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 18
|
|
Item: Illusion_Leg_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 19
|
|
Item: Illusion_Engine_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 20
|
|
Item: Illusion_Engine_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 21
|
|
Item: Illusion_B_R
|
|
Rate: 80
|
|
- Index: 22
|
|
Item: Illusion_B_L
|
|
Rate: 80
|
|
- Index: 23
|
|
Item: Illusion_BC_R
|
|
Rate: 80
|
|
- Index: 24
|
|
Item: Illusion_BC_L
|
|
Rate: 80
|
|
- Index: 25
|
|
Item: EP17_1_EVT39
|
|
Rate: 400
|
|
Amount: 11
|
|
- Index: 26
|
|
Item: EP17_1_EVT39
|
|
Rate: 400
|
|
Amount: 12
|
|
- Index: 27
|
|
Item: EP17_1_EVT39
|
|
Rate: 300
|
|
Amount: 13
|
|
- Index: 28
|
|
Item: EP17_1_EVT39
|
|
Rate: 300
|
|
Amount: 14
|
|
- Index: 29
|
|
Item: EP17_1_EVT39
|
|
Rate: 300
|
|
Amount: 15
|
|
- Index: 30
|
|
Item: EP17_1_EVT39
|
|
Rate: 300
|
|
Amount: 16
|
|
- Index: 31
|
|
Item: EP17_1_EVT39
|
|
Rate: 300
|
|
Amount: 17
|
|
- Index: 32
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 18
|
|
- Index: 33
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 19
|
|
- Index: 34
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 20
|
|
- Index: 35
|
|
Item: EP17_1_EVT02
|
|
Rate: 400
|
|
Amount: 11
|
|
- Index: 36
|
|
Item: EP17_1_EVT02
|
|
Rate: 400
|
|
Amount: 12
|
|
- Index: 37
|
|
Item: EP17_1_EVT02
|
|
Rate: 300
|
|
Amount: 13
|
|
- Index: 38
|
|
Item: EP17_1_EVT02
|
|
Rate: 300
|
|
Amount: 14
|
|
- Index: 39
|
|
Item: EP17_1_EVT02
|
|
Rate: 200
|
|
Amount: 15
|
|
- Index: 40
|
|
Item: EP17_1_EVT02
|
|
Rate: 100
|
|
Amount: 16
|
|
- Index: 41
|
|
Item: EP17_1_EVT02
|
|
Rate: 100
|
|
Amount: 17
|
|
- Index: 42
|
|
Item: EP17_1_EVT02
|
|
Rate: 100
|
|
Amount: 18
|
|
- Index: 43
|
|
Item: EP17_1_EVT02
|
|
Rate: 100
|
|
Amount: 19
|
|
- Index: 44
|
|
Item: EP17_1_EVT02
|
|
Rate: 100
|
|
Amount: 20
|
|
- Group: EL_A17T_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Burning_Knuckle_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 4
|
|
Item: Cannon_Rapier_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: Saphir_Hall_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Ultio_Spes_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Virtual_Bow_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: MH_P89_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: AC_B44_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Beam_Claymore_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Rutilus_Stick_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Meuchler_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: Blasti_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: HR_S55_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: Circuit_Board_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Kuroiro_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Boost_Lance_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: ElectricFox_OS
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Burning_Knuckle_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 20
|
|
Item: Cannon_Rapier_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 21
|
|
Item: Saphir_Hall_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 22
|
|
Item: Ultio_Spes_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 23
|
|
Item: Virtual_Bow_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 24
|
|
Item: MH_P89_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 25
|
|
Item: AC_B44_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 26
|
|
Item: Beam_Claymore_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 27
|
|
Item: Rutilus_Stick_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 28
|
|
Item: Meuchler_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 29
|
|
Item: Blasti_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: HR_S55_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: Circuit_Board_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: Kuroiro_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: Boost_Lance_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: ElectricFox_OS
|
|
Rate: 50
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 35
|
|
Item: Burning_Knuckle_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 36
|
|
Item: Cannon_Rapier_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 37
|
|
Item: Saphir_Hall_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 38
|
|
Item: Ultio_Spes_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 39
|
|
Item: Virtual_Bow_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 40
|
|
Item: MH_P89_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 41
|
|
Item: AC_B44_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 42
|
|
Item: Beam_Claymore_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 43
|
|
Item: Rutilus_Stick_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 44
|
|
Item: Meuchler_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 45
|
|
Item: Blasti_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 46
|
|
Item: HR_S55_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 47
|
|
Item: Circuit_Board_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 48
|
|
Item: Kuroiro_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 49
|
|
Item: Boost_Lance_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 50
|
|
Item: ElectricFox_OS
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 51
|
|
Item: EP17_1_EVT01
|
|
Rate: 180
|
|
Amount: 3
|
|
- Index: 52
|
|
Item: EP17_1_EVT01
|
|
Rate: 180
|
|
Amount: 4
|
|
- Index: 53
|
|
Item: EP17_1_EVT01
|
|
Rate: 170
|
|
Amount: 5
|
|
- Index: 54
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 11
|
|
- Index: 55
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 12
|
|
- Index: 56
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 13
|
|
- Index: 57
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 14
|
|
- Index: 58
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 15
|
|
- Index: 59
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 16
|
|
- Index: 60
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 17
|
|
- Index: 61
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 18
|
|
- Index: 62
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 19
|
|
- Index: 63
|
|
Item: EP17_1_EVT39
|
|
Rate: 200
|
|
Amount: 20
|
|
- Index: 64
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 11
|
|
- Index: 65
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 12
|
|
- Index: 66
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 13
|
|
- Index: 67
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 14
|
|
- Index: 68
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 15
|
|
- Index: 69
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 16
|
|
- Index: 70
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 17
|
|
- Index: 71
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 18
|
|
- Index: 72
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 19
|
|
- Index: 73
|
|
Item: EP17_1_EVT02
|
|
Rate: 190
|
|
Amount: 20
|
|
- Group: PITAYA_BOSS_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Auto_Armor_A
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Auto_Armor_B
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Auto_Leg_A
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Auto_Leg_B
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Auto_Engine_A
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Auto_Engine_B
|
|
Rate: 155
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Auto_Armor_A
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 10
|
|
Item: Auto_Armor_B
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 11
|
|
Item: Auto_Leg_A
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 12
|
|
Item: Auto_Leg_B
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 13
|
|
Item: Auto_Engine_A
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 14
|
|
Item: Auto_Engine_B
|
|
Rate: 105
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 15
|
|
Item: Auto_Armor_A
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Auto_Armor_B
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Auto_Leg_A
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Auto_Leg_B
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Auto_Engine_A
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Auto_Engine_B
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Auto_B_R
|
|
Rate: 80
|
|
- Index: 22
|
|
Item: Auto_B_L
|
|
Rate: 80
|
|
- Index: 23
|
|
Item: Auto_BC_R
|
|
Rate: 80
|
|
- Index: 24
|
|
Item: Auto_BC_L
|
|
Rate: 80
|
|
- Index: 25
|
|
Item: Magical_Igni_Stone
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: Magical_Igni_Stone
|
|
Rate: 200
|
|
Amount: 2
|
|
- Index: 27
|
|
Item: Magical_Igni_Stone
|
|
Rate: 200
|
|
Amount: 3
|
|
- Index: 28
|
|
Item: Magical_Igni_Stone
|
|
Rate: 200
|
|
Amount: 4
|
|
- Index: 29
|
|
Item: Magical_Igni_Stone
|
|
Rate: 200
|
|
Amount: 5
|
|
- Index: 30
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 11
|
|
- Index: 31
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 12
|
|
- Index: 32
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 13
|
|
- Index: 33
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 14
|
|
- Index: 34
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 15
|
|
- Index: 35
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 16
|
|
- Index: 36
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 17
|
|
- Index: 37
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 18
|
|
- Index: 38
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 19
|
|
- Index: 39
|
|
Item: BarMealTicket
|
|
Rate: 400
|
|
Amount: 20
|
|
- Group: SWEETY_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Ep172_1h_Sword
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Ep172_1h_Wand
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Ep172_1h_Book
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Ep172_1h_Axe
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Ep172_1h_Spear
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 16
|
|
Item: Ep172_1h_Book2
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 17
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 18
|
|
Item: Ep172_1h_Whip
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 19
|
|
Item: Ep172_1h_Inst
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 20
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 21
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 28
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 30
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Ep172_1h_Sword
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 30
|
|
Item: Ep172_1h_Wand
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 31
|
|
Item: Ep172_1h_Book
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 32
|
|
Item: Ep172_1h_Axe
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 33
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 34
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 35
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 36
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 37
|
|
Item: Ep172_1h_Spear
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 38
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 39
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 40
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 41
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 42
|
|
Item: Ep172_1h_Book2
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 43
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 44
|
|
Item: Ep172_1h_Whip
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 45
|
|
Item: Ep172_1h_Inst
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 46
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 47
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 48
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 49
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 50
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 51
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 52
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 53
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 54
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 25
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 55
|
|
Item: Ep172_1h_Sword
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 56
|
|
Item: Ep172_1h_Wand
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 57
|
|
Item: Ep172_1h_Book
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 58
|
|
Item: Ep172_1h_Axe
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 59
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 60
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 61
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 62
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 63
|
|
Item: Ep172_1h_Spear
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 64
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 65
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 66
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 67
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 68
|
|
Item: Ep172_1h_Book2
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 69
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 70
|
|
Item: Ep172_1h_Whip
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 71
|
|
Item: Ep172_1h_Inst
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 72
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 73
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 74
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 75
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 76
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 77
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 78
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 79
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 80
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 81
|
|
Item: Ep172_1h_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 82
|
|
Item: Ep172_1h_Wand
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 83
|
|
Item: Ep172_1h_Book
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 84
|
|
Item: Ep172_1h_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 85
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 86
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 87
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 88
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 89
|
|
Item: Ep172_1h_Spear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 90
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 91
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 92
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 93
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 94
|
|
Item: Ep172_1h_Book2
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 95
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 96
|
|
Item: Ep172_1h_Whip
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 97
|
|
Item: Ep172_1h_Inst
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 98
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 99
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 100
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 101
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 102
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 103
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 104
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 105
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 106
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 107
|
|
Item: Ep172_1h_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 108
|
|
Item: Ep172_1h_Wand
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 109
|
|
Item: Ep172_1h_Book
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 110
|
|
Item: Ep172_1h_Axe
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 111
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 112
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 113
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 114
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 115
|
|
Item: Ep172_1h_Spear
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 116
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 117
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 118
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 119
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 120
|
|
Item: Ep172_1h_Book2
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 121
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 122
|
|
Item: Ep172_1h_Whip
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 123
|
|
Item: Ep172_1h_Inst
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 124
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 125
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 126
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 127
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 128
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 129
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 130
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 131
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 132
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 133
|
|
Item: Magical_Igni_Stone
|
|
Rate: 315
|
|
- Index: 134
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 2
|
|
- Index: 135
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 136
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 4
|
|
- Index: 137
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 138
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 11
|
|
- Index: 139
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 12
|
|
- Index: 140
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 13
|
|
- Index: 141
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 14
|
|
- Index: 142
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 15
|
|
- Index: 143
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 16
|
|
- Index: 144
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 17
|
|
- Index: 145
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 18
|
|
- Index: 146
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 19
|
|
- Index: 147
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 20
|
|
- Group: REDPEPPER_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 1000
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: Ep172_1h_Sword
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Ep172_1h_Wand
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Ep172_1h_Book
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Ep172_1h_Axe
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Ep172_1h_Spear
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 16
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 17
|
|
Item: Ep172_1h_Book2
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 18
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 19
|
|
Item: Ep172_1h_Whip
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 20
|
|
Item: Ep172_1h_Inst
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 21
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 28
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 30
|
|
Item: Ep172_1h_Sword
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 31
|
|
Item: Ep172_1h_Wand
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 32
|
|
Item: Ep172_1h_Book
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 33
|
|
Item: Ep172_1h_Axe
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 34
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 35
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 36
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 37
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 38
|
|
Item: Ep172_1h_Spear
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 39
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 40
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 41
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 42
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 43
|
|
Item: Ep172_1h_Book2
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 44
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 45
|
|
Item: Ep172_1h_Whip
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 46
|
|
Item: Ep172_1h_Inst
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 47
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 48
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 49
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 50
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 51
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 52
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 53
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 54
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 55
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 56
|
|
Item: Ep172_1h_Sword
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 57
|
|
Item: Ep172_1h_Wand
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 58
|
|
Item: Ep172_1h_Book
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 59
|
|
Item: Ep172_1h_Axe
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 60
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 61
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 62
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 63
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 64
|
|
Item: Ep172_1h_Spear
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 65
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 66
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 67
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 68
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 69
|
|
Item: Ep172_1h_Book2
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 70
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 71
|
|
Item: Ep172_1h_Whip
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 72
|
|
Item: Ep172_1h_Inst
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 73
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 74
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 75
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 76
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 77
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 78
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 79
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 80
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 81
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 82
|
|
Item: Ep172_1h_Sword
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 83
|
|
Item: Ep172_1h_Wand
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 84
|
|
Item: Ep172_1h_Book
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 85
|
|
Item: Ep172_1h_Axe
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 86
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 87
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 88
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 89
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 90
|
|
Item: Ep172_1h_Spear
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 91
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 92
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 93
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 94
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 95
|
|
Item: Ep172_1h_Book2
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 96
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 97
|
|
Item: Ep172_1h_Whip
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 98
|
|
Item: Ep172_1h_Inst
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 99
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 100
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 101
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 102
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 103
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 104
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 105
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 106
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 107
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 108
|
|
Item: Ep172_1h_Sword
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 109
|
|
Item: Ep172_1h_Wand
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 110
|
|
Item: Ep172_1h_Book
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 111
|
|
Item: Ep172_1h_Axe
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 112
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 113
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 114
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 115
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 116
|
|
Item: Ep172_1h_Spear
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 117
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 118
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 119
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 120
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 121
|
|
Item: Ep172_1h_Book2
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 122
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 123
|
|
Item: Ep172_1h_Whip
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 124
|
|
Item: Ep172_1h_Inst
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 125
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 126
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 127
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 128
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 129
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 130
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 131
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 132
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 133
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 134
|
|
Item: Auto_Armor_A
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 135
|
|
Item: Auto_Armor_B
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 136
|
|
Item: Auto_Leg_A
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 137
|
|
Item: Auto_Leg_B
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 138
|
|
Item: Auto_Engine_A
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 139
|
|
Item: Auto_Engine_B
|
|
Rate: 32
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 140
|
|
Item: Auto_Armor_A
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 141
|
|
Item: Auto_Armor_B
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 142
|
|
Item: Auto_Leg_A
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 143
|
|
Item: Auto_Leg_B
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 144
|
|
Item: Auto_Engine_A
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 145
|
|
Item: Auto_Engine_B
|
|
Rate: 24
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 146
|
|
Item: Auto_Armor_A
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 147
|
|
Item: Auto_Armor_B
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 148
|
|
Item: Auto_Leg_A
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 149
|
|
Item: Auto_Leg_B
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 150
|
|
Item: Auto_Engine_A
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 151
|
|
Item: Auto_Engine_B
|
|
Rate: 15
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 152
|
|
Item: Auto_Armor_A
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 153
|
|
Item: Auto_Armor_B
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 154
|
|
Item: Auto_Leg_A
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 155
|
|
Item: Auto_Leg_B
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 156
|
|
Item: Auto_Engine_A
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 157
|
|
Item: Auto_Engine_B
|
|
Rate: 12
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 158
|
|
Item: Auto_Armor_A
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 159
|
|
Item: Auto_Armor_B
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 160
|
|
Item: Auto_Leg_A
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 161
|
|
Item: Auto_Leg_B
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 162
|
|
Item: Auto_Engine_A
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 163
|
|
Item: Auto_Engine_B
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 164
|
|
Item: Auto_B_R
|
|
Rate: 22
|
|
- Index: 165
|
|
Item: Auto_B_L
|
|
Rate: 22
|
|
- Index: 166
|
|
Item: Auto_BC_R
|
|
Rate: 22
|
|
- Index: 167
|
|
Item: Auto_BC_L
|
|
Rate: 22
|
|
- Index: 168
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 169
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 4
|
|
- Index: 170
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 171
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 172
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 7
|
|
- Index: 173
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 21
|
|
- Index: 174
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 22
|
|
- Index: 175
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 23
|
|
- Index: 176
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 24
|
|
- Index: 177
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 25
|
|
- Group: REDPEPPER_ANTIQUITY2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 6
|
|
- Index: 4
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 7
|
|
- Index: 5
|
|
Item: Ep172_1h_Sword
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Ep172_1h_Wand
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Ep172_1h_Book
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Ep172_1h_Axe
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: Ep172_1h_Spear
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Ep172_1h_Book2
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Ep172_1h_Whip
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Ep172_1h_Inst
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 29
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 30
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 31
|
|
Item: Ep172_1h_Sword
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: Ep172_1h_Wand
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: Ep172_1h_Book
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: Ep172_1h_Axe
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 35
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 36
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 37
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 38
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 39
|
|
Item: Ep172_1h_Spear
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 40
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 41
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 42
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 43
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 44
|
|
Item: Ep172_1h_Book2
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 45
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 46
|
|
Item: Ep172_1h_Whip
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 47
|
|
Item: Ep172_1h_Inst
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 48
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 49
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 50
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 51
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 52
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 53
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 54
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 55
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 56
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 57
|
|
Item: Ep172_1h_Sword
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 58
|
|
Item: Ep172_1h_Wand
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 59
|
|
Item: Ep172_1h_Book
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 60
|
|
Item: Ep172_1h_Axe
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 61
|
|
Item: Ep172_1h_Sword2
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 62
|
|
Item: Ep172_Bh_Bow
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 63
|
|
Item: Ep172_Bh_Bow2
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 64
|
|
Item: Ep172_Bh_Knuck
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 65
|
|
Item: Ep172_1h_Spear
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 66
|
|
Item: Ep172_Bh_Spear
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 67
|
|
Item: Ep172_1h_Dagger
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 68
|
|
Item: Ep172_Bh_Katar
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 69
|
|
Item: Ep172_Bh_Staff
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 70
|
|
Item: Ep172_1h_Book2
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 71
|
|
Item: Ep172_1h_Dagger2
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 72
|
|
Item: Ep172_1h_Whip
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 73
|
|
Item: Ep172_1h_Inst
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 74
|
|
Item: Ep172_Bh_Huuma
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 75
|
|
Item: Ep172_1h_Hammer
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 76
|
|
Item: Ep172_1h_Foxtail
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 77
|
|
Item: Ep172_1h_Rifle
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 78
|
|
Item: Ep172_1h_Shotgun
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 79
|
|
Item: Ep172_1h_Gatling
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 80
|
|
Item: Ep172_1h_Grenade
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 81
|
|
Item: Ep172_Bh_Sword
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 82
|
|
Item: Ep172_Bh_Bow3
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 83
|
|
Item: Auto_Armor_A
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 84
|
|
Item: Auto_Armor_B
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 85
|
|
Item: Auto_Leg_A
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 86
|
|
Item: Auto_Leg_B
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 87
|
|
Item: Auto_Engine_A
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 88
|
|
Item: Auto_Engine_B
|
|
Rate: 40
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 89
|
|
Item: Auto_Armor_A
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 90
|
|
Item: Auto_Armor_B
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 91
|
|
Item: Auto_Leg_A
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 92
|
|
Item: Auto_Leg_B
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 93
|
|
Item: Auto_Engine_A
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 94
|
|
Item: Auto_Engine_B
|
|
Rate: 25
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 95
|
|
Item: Auto_Armor_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 96
|
|
Item: Auto_Armor_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 97
|
|
Item: Auto_Leg_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 98
|
|
Item: Auto_Leg_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 99
|
|
Item: Auto_Engine_A
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 100
|
|
Item: Auto_Engine_B
|
|
Rate: 20
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 101
|
|
Item: Auto_B_R
|
|
Rate: 70
|
|
- Index: 102
|
|
Item: Auto_B_L
|
|
Rate: 70
|
|
- Index: 103
|
|
Item: Auto_BC_R
|
|
Rate: 70
|
|
- Index: 104
|
|
Item: Auto_BC_L
|
|
Rate: 70
|
|
- Index: 105
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 3
|
|
- Index: 106
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 4
|
|
- Index: 107
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 5
|
|
- Index: 108
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 6
|
|
- Index: 109
|
|
Item: Magical_Igni_Stone
|
|
Rate: 300
|
|
Amount: 7
|
|
- Index: 110
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 31
|
|
- Index: 111
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 32
|
|
- Index: 112
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 33
|
|
- Index: 113
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 34
|
|
- Index: 114
|
|
Item: BarMealTicket
|
|
Rate: 300
|
|
Amount: 35
|
|
- Group: DEMI_FREYJA_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001478
|
|
Rate: 800
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: aegis_1001478
|
|
Rate: 800
|
|
Amount: 9
|
|
- Index: 2
|
|
Item: aegis_1001478
|
|
Rate: 800
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: aegis_1001478
|
|
Rate: 800
|
|
Amount: 11
|
|
- Index: 4
|
|
Item: aegis_1001478
|
|
Rate: 800
|
|
Amount: 12
|
|
- Index: 5
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Adulter_F_Lapier
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Adulter_F_Dagger
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Adulter_F_Axe
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Adulter_F_M_Book
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Adulter_F_P_Book
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Adulter_F_Bible
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Adulter_F_Star_B
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Adulter_F_Wand
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 16
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 17
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 18
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 19
|
|
Item: Adulter_F_F_model
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 20
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 21
|
|
Item: Adulter_F_Claw
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Adulter_F_Violin
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Adulter_F_Harp
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Adulter_F_Mace
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Adulter_F_Hall
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 28
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Adulter_F_Cakram
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 30
|
|
Item: Adulter_F_Katar
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 31
|
|
Item: Adulter_F_Lance
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 32
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 33
|
|
Item: Adulter_F_Rod
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 34
|
|
Item: Adulter_F_Humma
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 35
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 36
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 37
|
|
Item: Adulter_F_Ballista
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 38
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 39
|
|
Item: Adulter_F_Revolver
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 40
|
|
Item: Adulter_F_Rifle
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 41
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 42
|
|
Item: Adulter_F_Gatling
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 43
|
|
Item: Adulter_F_Launcher
|
|
Rate: 20
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 44
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 45
|
|
Item: Adulter_F_Lapier
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 46
|
|
Item: Adulter_F_Dagger
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 47
|
|
Item: Adulter_F_Axe
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 48
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 49
|
|
Item: Adulter_F_M_Book
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 50
|
|
Item: Adulter_F_P_Book
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 51
|
|
Item: Adulter_F_Bible
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 52
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 53
|
|
Item: Adulter_F_Star_B
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 54
|
|
Item: Adulter_F_Wand
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 55
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 56
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 57
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 58
|
|
Item: Adulter_F_F_model
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 59
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 60
|
|
Item: Adulter_F_Claw
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 61
|
|
Item: Adulter_F_Violin
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 62
|
|
Item: Adulter_F_Harp
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 63
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 64
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 65
|
|
Item: Adulter_F_Mace
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 66
|
|
Item: Adulter_F_Hall
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 67
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 68
|
|
Item: Adulter_F_Cakram
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 69
|
|
Item: Adulter_F_Katar
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 70
|
|
Item: Adulter_F_Lance
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 71
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 72
|
|
Item: Adulter_F_Rod
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 73
|
|
Item: Adulter_F_Humma
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 74
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 75
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 76
|
|
Item: Adulter_F_Ballista
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 77
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 78
|
|
Item: Adulter_F_Revolver
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 79
|
|
Item: Adulter_F_Rifle
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 80
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 81
|
|
Item: Adulter_F_Gatling
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 82
|
|
Item: Adulter_F_Launcher
|
|
Rate: 16
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 83
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 84
|
|
Item: Adulter_F_Lapier
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 85
|
|
Item: Adulter_F_Dagger
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 86
|
|
Item: Adulter_F_Axe
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 87
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 88
|
|
Item: Adulter_F_M_Book
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 89
|
|
Item: Adulter_F_P_Book
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 90
|
|
Item: Adulter_F_Bible
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 91
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 92
|
|
Item: Adulter_F_Star_B
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 93
|
|
Item: Adulter_F_Wand
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 94
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 95
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 96
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 97
|
|
Item: Adulter_F_F_model
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 98
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 99
|
|
Item: Adulter_F_Claw
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 100
|
|
Item: Adulter_F_Violin
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 101
|
|
Item: Adulter_F_Harp
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 102
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 103
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 104
|
|
Item: Adulter_F_Mace
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 105
|
|
Item: Adulter_F_Hall
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 106
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 107
|
|
Item: Adulter_F_Cakram
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 108
|
|
Item: Adulter_F_Katar
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 109
|
|
Item: Adulter_F_Lance
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 110
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 111
|
|
Item: Adulter_F_Rod
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 112
|
|
Item: Adulter_F_Humma
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 113
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 114
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 115
|
|
Item: Adulter_F_Ballista
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 116
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 117
|
|
Item: Adulter_F_Revolver
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 118
|
|
Item: Adulter_F_Rifle
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 119
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 120
|
|
Item: Adulter_F_Gatling
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 121
|
|
Item: Adulter_F_Launcher
|
|
Rate: 12
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 122
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 123
|
|
Item: Adulter_F_Lapier
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 124
|
|
Item: Adulter_F_Dagger
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 125
|
|
Item: Adulter_F_Axe
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 126
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 127
|
|
Item: Adulter_F_M_Book
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 128
|
|
Item: Adulter_F_P_Book
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 129
|
|
Item: Adulter_F_Bible
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 130
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 131
|
|
Item: Adulter_F_Star_B
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 132
|
|
Item: Adulter_F_Wand
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 133
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 134
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 135
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 136
|
|
Item: Adulter_F_F_model
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 137
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 138
|
|
Item: Adulter_F_Claw
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 139
|
|
Item: Adulter_F_Violin
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 140
|
|
Item: Adulter_F_Harp
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 141
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 142
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 143
|
|
Item: Adulter_F_Mace
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 144
|
|
Item: Adulter_F_Hall
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 145
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 146
|
|
Item: Adulter_F_Cakram
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 147
|
|
Item: Adulter_F_Katar
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 148
|
|
Item: Adulter_F_Lance
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 149
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 150
|
|
Item: Adulter_F_Rod
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 151
|
|
Item: Adulter_F_Humma
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 152
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 153
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 154
|
|
Item: Adulter_F_Ballista
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 155
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 156
|
|
Item: Adulter_F_Revolver
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 157
|
|
Item: Adulter_F_Rifle
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 158
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 159
|
|
Item: Adulter_F_Gatling
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 160
|
|
Item: Adulter_F_Launcher
|
|
Rate: 8
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 161
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 162
|
|
Item: Adulter_F_Lapier
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 163
|
|
Item: Adulter_F_Dagger
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 164
|
|
Item: Adulter_F_Axe
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 165
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 166
|
|
Item: Adulter_F_M_Book
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 167
|
|
Item: Adulter_F_P_Book
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 168
|
|
Item: Adulter_F_Bible
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 169
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 170
|
|
Item: Adulter_F_Star_B
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 171
|
|
Item: Adulter_F_Wand
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 172
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 173
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 174
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 175
|
|
Item: Adulter_F_F_model
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 176
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 177
|
|
Item: Adulter_F_Claw
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 178
|
|
Item: Adulter_F_Violin
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 179
|
|
Item: Adulter_F_Harp
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 180
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 181
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 182
|
|
Item: Adulter_F_Mace
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 183
|
|
Item: Adulter_F_Hall
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 184
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 185
|
|
Item: Adulter_F_Cakram
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 186
|
|
Item: Adulter_F_Katar
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 187
|
|
Item: Adulter_F_Lance
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 188
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 189
|
|
Item: Adulter_F_Rod
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 190
|
|
Item: Adulter_F_Humma
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 191
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 192
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 193
|
|
Item: Adulter_F_Ballista
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 194
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 195
|
|
Item: Adulter_F_Revolver
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 196
|
|
Item: Adulter_F_Rifle
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 197
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 198
|
|
Item: Adulter_F_Gatling
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 199
|
|
Item: Adulter_F_Launcher
|
|
Rate: 4
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 200
|
|
Item: Adulter_F_G_Sword
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 201
|
|
Item: Adulter_F_Lapier
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 202
|
|
Item: Adulter_F_Dagger
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 203
|
|
Item: Adulter_F_Axe
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 204
|
|
Item: Adulter_F_G_Spear
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 205
|
|
Item: Adulter_F_M_Book
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 206
|
|
Item: Adulter_F_P_Book
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 207
|
|
Item: Adulter_F_Bible
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 208
|
|
Item: Adulter_F_Moon_B
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 209
|
|
Item: Adulter_F_Star_B
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 210
|
|
Item: Adulter_F_Wand
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 211
|
|
Item: Adulter_F_S_Stick
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 212
|
|
Item: Adulter_F_D_Wand
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 213
|
|
Item: Adulter_F_F_Wand
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 214
|
|
Item: Adulter_F_F_model
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 215
|
|
Item: Adulter_F_Knuckle
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 216
|
|
Item: Adulter_F_Claw
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 217
|
|
Item: Adulter_F_Violin
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 218
|
|
Item: Adulter_F_Harp
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 219
|
|
Item: Adulter_F_C_Rope
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 220
|
|
Item: Adulter_F_Ribbon
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 221
|
|
Item: Adulter_F_Mace
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 222
|
|
Item: Adulter_F_Hall
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 223
|
|
Item: Adulter_F_T_Sword
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 224
|
|
Item: Adulter_F_Cakram
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 225
|
|
Item: Adulter_F_Katar
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 226
|
|
Item: Adulter_F_Lance
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 227
|
|
Item: Adulter_F_T_Staff
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 228
|
|
Item: Adulter_F_Rod
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 229
|
|
Item: Adulter_F_Humma
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 230
|
|
Item: Adulter_F_C_Humma
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 231
|
|
Item: Adulter_F_C_Bow
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 232
|
|
Item: Adulter_F_Ballista
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 233
|
|
Item: Adulter_F_A_Bow
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 234
|
|
Item: Adulter_F_Revolver
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 235
|
|
Item: Adulter_F_Rifle
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 236
|
|
Item: Adulter_F_Shotgun
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 237
|
|
Item: Adulter_F_Gatling
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 238
|
|
Item: Adulter_F_Launcher
|
|
Rate: 2
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 239
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 240
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 241
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 242
|
|
Item: Vivatus_F_Axe
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 243
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 244
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 245
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 246
|
|
Item: Vivatus_F_Bible
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 247
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 248
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 249
|
|
Item: Vivatus_F_Wand
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 250
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 251
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 252
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 253
|
|
Item: Vivatus_F_F_model
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 254
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 255
|
|
Item: Vivatus_F_Claw
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 256
|
|
Item: Vivatus_F_Violin
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 257
|
|
Item: Vivatus_F_Harp
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 258
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 259
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 260
|
|
Item: Vivatus_F_Mace
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 261
|
|
Item: Vivatus_F_Hall
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 262
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 263
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 264
|
|
Item: Vivatus_F_Katar
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 265
|
|
Item: Vivatus_F_Lance
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 266
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 267
|
|
Item: Vivatus_F_Rod
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 268
|
|
Item: Vivatus_F_Humma
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 269
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 270
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 271
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 272
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 273
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 274
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 275
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 276
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 277
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 10
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 278
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 279
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 280
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 281
|
|
Item: Vivatus_F_Axe
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 282
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 283
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 284
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 285
|
|
Item: Vivatus_F_Bible
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 286
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 287
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 288
|
|
Item: Vivatus_F_Wand
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 289
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 290
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 291
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 292
|
|
Item: Vivatus_F_F_model
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 293
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 294
|
|
Item: Vivatus_F_Claw
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 295
|
|
Item: Vivatus_F_Violin
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 296
|
|
Item: Vivatus_F_Harp
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 297
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 298
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 299
|
|
Item: Vivatus_F_Mace
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 300
|
|
Item: Vivatus_F_Hall
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 301
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 302
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 303
|
|
Item: Vivatus_F_Katar
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 304
|
|
Item: Vivatus_F_Lance
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 305
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 306
|
|
Item: Vivatus_F_Rod
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 307
|
|
Item: Vivatus_F_Humma
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 308
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 309
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 310
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 311
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 312
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 313
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 314
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 315
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 316
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 8
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 317
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 318
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 319
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 320
|
|
Item: Vivatus_F_Axe
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 321
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 322
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 323
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 324
|
|
Item: Vivatus_F_Bible
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 325
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 326
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 327
|
|
Item: Vivatus_F_Wand
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 328
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 329
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 330
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 331
|
|
Item: Vivatus_F_F_model
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 332
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 333
|
|
Item: Vivatus_F_Claw
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 334
|
|
Item: Vivatus_F_Violin
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 335
|
|
Item: Vivatus_F_Harp
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 336
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 337
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 338
|
|
Item: Vivatus_F_Mace
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 339
|
|
Item: Vivatus_F_Hall
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 340
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 341
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 342
|
|
Item: Vivatus_F_Katar
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 343
|
|
Item: Vivatus_F_Lance
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 344
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 345
|
|
Item: Vivatus_F_Rod
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 346
|
|
Item: Vivatus_F_Humma
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 347
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 348
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 349
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 350
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 351
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 352
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 353
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 354
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 355
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 6
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 356
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 357
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 358
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 359
|
|
Item: Vivatus_F_Axe
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 360
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 361
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 362
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 363
|
|
Item: Vivatus_F_Bible
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 364
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 365
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 366
|
|
Item: Vivatus_F_Wand
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 367
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 368
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 369
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 370
|
|
Item: Vivatus_F_F_model
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 371
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 372
|
|
Item: Vivatus_F_Claw
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 373
|
|
Item: Vivatus_F_Violin
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 374
|
|
Item: Vivatus_F_Harp
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 375
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 376
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 377
|
|
Item: Vivatus_F_Mace
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 378
|
|
Item: Vivatus_F_Hall
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 379
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 380
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 381
|
|
Item: Vivatus_F_Katar
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 382
|
|
Item: Vivatus_F_Lance
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 383
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 384
|
|
Item: Vivatus_F_Rod
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 385
|
|
Item: Vivatus_F_Humma
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 386
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 387
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 388
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 389
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 390
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 391
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 392
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 393
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 394
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 4
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 395
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 396
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 397
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 398
|
|
Item: Vivatus_F_Axe
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 399
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 400
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 401
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 402
|
|
Item: Vivatus_F_Bible
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 403
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 404
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 405
|
|
Item: Vivatus_F_Wand
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 406
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 407
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 408
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 409
|
|
Item: Vivatus_F_F_model
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 410
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 411
|
|
Item: Vivatus_F_Claw
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 412
|
|
Item: Vivatus_F_Violin
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 413
|
|
Item: Vivatus_F_Harp
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 414
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 415
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 416
|
|
Item: Vivatus_F_Mace
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 417
|
|
Item: Vivatus_F_Hall
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 418
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 419
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 420
|
|
Item: Vivatus_F_Katar
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 421
|
|
Item: Vivatus_F_Lance
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 422
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 423
|
|
Item: Vivatus_F_Rod
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 424
|
|
Item: Vivatus_F_Humma
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 425
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 426
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 427
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 428
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 429
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 430
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 431
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 2
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 432
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 433
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 8
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 434
|
|
Item: Vivatus_F_G_Sword
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 435
|
|
Item: Vivatus_F_Lapier
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 436
|
|
Item: Vivatus_F_Dagger
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 437
|
|
Item: Vivatus_F_Axe
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 438
|
|
Item: Vivatus_F_G_Spear
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 439
|
|
Item: Vivatus_F_M_Book
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 440
|
|
Item: Vivatus_F_P_Book
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 441
|
|
Item: Vivatus_F_Bible
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 442
|
|
Item: Vivatus_F_Moon_B
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 443
|
|
Item: Vivatus_F_Star_B
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 444
|
|
Item: Vivatus_F_Wand
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 445
|
|
Item: Vivatus_F_S_Stick
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 446
|
|
Item: Vivatus_F_D_Wand
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 447
|
|
Item: Vivatus_F_F_Wand
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 448
|
|
Item: Vivatus_F_F_model
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 449
|
|
Item: Vivatus_F_Knuckle
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 450
|
|
Item: Vivatus_F_Claw
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 451
|
|
Item: Vivatus_F_Violin
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 452
|
|
Item: Vivatus_F_Harp
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 453
|
|
Item: Vivatus_F_C_Rope
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 454
|
|
Item: Vivatus_F_Ribbon
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 455
|
|
Item: Vivatus_F_Mace
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 456
|
|
Item: Vivatus_F_Hall
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 457
|
|
Item: Vivatus_F_T_Sword
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 458
|
|
Item: Vivatus_F_Cakram
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 459
|
|
Item: Vivatus_F_Katar
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 460
|
|
Item: Vivatus_F_Lance
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 461
|
|
Item: Vivatus_F_T_Staff
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 462
|
|
Item: Vivatus_F_Rod
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 463
|
|
Item: Vivatus_F_Humma
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 464
|
|
Item: Vivatus_F_C_Humma
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 465
|
|
Item: Vivatus_F_C_Bow
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 466
|
|
Item: Vivatus_F_Ballista
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 467
|
|
Item: Vivatus_F_A_Bow
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 468
|
|
Item: Vivatus_F_Revolver
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 469
|
|
Item: Vivatus_F_Rifle
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 470
|
|
Item: Vivatus_F_Shotgun
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 471
|
|
Item: Vivatus_F_Gatling
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 472
|
|
Item: Vivatus_F_Launcher
|
|
Rate: 1
|
|
RefineMinimum: 12
|
|
RefineMaximum: 12
|
|
- Index: 473
|
|
Item: Gray_W_Suits
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 474
|
|
Item: Gray_W_Robe
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 475
|
|
Item: Gray_W_Shoes
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 476
|
|
Item: Gray_W_Boots
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 477
|
|
Item: Gray_W_Manteau
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 478
|
|
Item: Gray_W_Muffler
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 479
|
|
Item: Gray_W_Suits
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 480
|
|
Item: Gray_W_Robe
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 481
|
|
Item: Gray_W_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 482
|
|
Item: Gray_W_Boots
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 483
|
|
Item: Gray_W_Manteau
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 484
|
|
Item: Gray_W_Muffler
|
|
Rate: 10
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 485
|
|
Item: Gray_W_Suits
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 486
|
|
Item: Gray_W_Robe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 487
|
|
Item: Gray_W_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 488
|
|
Item: Gray_W_Boots
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 489
|
|
Item: Gray_W_Manteau
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 490
|
|
Item: Gray_W_Muffler
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 491
|
|
Item: Gray_W_Pendant
|
|
Rate: 26
|
|
- Index: 492
|
|
Item: Gray_W_Ring
|
|
Rate: 26
|
|
- Index: 493
|
|
Item: Gray_W_Earing
|
|
Rate: 26
|
|
- Index: 494
|
|
Item: Gray_W_Necklace
|
|
Rate: 26
|
|
- Index: 495
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 201
|
|
Amount: 36
|
|
- Index: 496
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 200
|
|
Amount: 37
|
|
- Index: 497
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 38
|
|
- Index: 498
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 39
|
|
- Index: 499
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 40
|
|
- Index: 500
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 41
|
|
- Index: 501
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 42
|
|
- Index: 502
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 43
|
|
- Index: 503
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 44
|
|
- Index: 504
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 45
|
|
- Index: 505
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 46
|
|
- Index: 506
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 47
|
|
- Index: 507
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 48
|
|
- Index: 508
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 49
|
|
- Index: 509
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 50
|
|
- Index: 510
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 51
|
|
- Index: 511
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 52
|
|
- Index: 512
|
|
Item: Ep18_Amethyst_Fragment
|
|
Rate: 100
|
|
Amount: 53
|
|
- Group: JUNCEA_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 6
|
|
- Index: 1
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 7
|
|
- Index: 2
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 8
|
|
- Index: 3
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 9
|
|
- Index: 4
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Glacier_Sword
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Glacier_B_Sword
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Glacier_R_Knife
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Glacier_B_Knife
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Glacier_Axe
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Glacier_Spear
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Glacier_Book
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 12
|
|
Item: Glacier_Wand
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 13
|
|
Item: Glacier_Foxtail
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 14
|
|
Item: Glacier_Knuckle
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 15
|
|
Item: Glacier_Violin
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 16
|
|
Item: Glacier_Whip
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 17
|
|
Item: Glacier_Mace
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 18
|
|
Item: Glacier_M_Mace
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 19
|
|
Item: Glacier_T_Sword
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 20
|
|
Item: Glacier_Katar
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 21
|
|
Item: Glacier_T_Axe
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Glacier_Lance
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 23
|
|
Item: Glacier_Staff
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 24
|
|
Item: Glacier_Humma
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 25
|
|
Item: Glacier_Bow
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 26
|
|
Item: Glacier_Revolver
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 27
|
|
Item: Glacier_Rifle
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 28
|
|
Item: Glacier_Shotgun
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Glacier_Gatling
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 30
|
|
Item: Glacier_Launcher
|
|
Rate: 45
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 31
|
|
Item: Glacier_Sword
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 32
|
|
Item: Glacier_B_Sword
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 33
|
|
Item: Glacier_R_Knife
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 34
|
|
Item: Glacier_B_Knife
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 35
|
|
Item: Glacier_Axe
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 36
|
|
Item: Glacier_Spear
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 37
|
|
Item: Glacier_Book
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 38
|
|
Item: Glacier_Wand
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 39
|
|
Item: Glacier_Foxtail
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 40
|
|
Item: Glacier_Knuckle
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 41
|
|
Item: Glacier_Violin
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 42
|
|
Item: Glacier_Whip
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 43
|
|
Item: Glacier_Mace
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 44
|
|
Item: Glacier_M_Mace
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 45
|
|
Item: Glacier_T_Sword
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 46
|
|
Item: Glacier_Katar
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 47
|
|
Item: Glacier_T_Axe
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 48
|
|
Item: Glacier_Lance
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 49
|
|
Item: Glacier_Staff
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 50
|
|
Item: Glacier_Humma
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 51
|
|
Item: Glacier_Bow
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 52
|
|
Item: Glacier_Revolver
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 53
|
|
Item: Glacier_Rifle
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 54
|
|
Item: Glacier_Shotgun
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 55
|
|
Item: Glacier_Gatling
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 56
|
|
Item: Glacier_Launcher
|
|
Rate: 30
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 57
|
|
Item: Glacier_Sword
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 58
|
|
Item: Glacier_B_Sword
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 59
|
|
Item: Glacier_R_Knife
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 60
|
|
Item: Glacier_B_Knife
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 61
|
|
Item: Glacier_Axe
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 62
|
|
Item: Glacier_Spear
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 63
|
|
Item: Glacier_Book
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 64
|
|
Item: Glacier_Wand
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 65
|
|
Item: Glacier_Foxtail
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 66
|
|
Item: Glacier_Knuckle
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 67
|
|
Item: Glacier_Violin
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 68
|
|
Item: Glacier_Whip
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 69
|
|
Item: Glacier_Mace
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 70
|
|
Item: Glacier_M_Mace
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 71
|
|
Item: Glacier_T_Sword
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 72
|
|
Item: Glacier_Katar
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 73
|
|
Item: Glacier_T_Axe
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 74
|
|
Item: Glacier_Lance
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 75
|
|
Item: Glacier_Staff
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 76
|
|
Item: Glacier_Humma
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 77
|
|
Item: Glacier_Bow
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 78
|
|
Item: Glacier_Revolver
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 79
|
|
Item: Glacier_Rifle
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 80
|
|
Item: Glacier_Shotgun
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 81
|
|
Item: Glacier_Gatling
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 82
|
|
Item: Glacier_Launcher
|
|
Rate: 20
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 83
|
|
Item: Glacier_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 84
|
|
Item: Glacier_B_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 85
|
|
Item: Glacier_R_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 86
|
|
Item: Glacier_B_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 87
|
|
Item: Glacier_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 88
|
|
Item: Glacier_Spear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 89
|
|
Item: Glacier_Book
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 90
|
|
Item: Glacier_Wand
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 91
|
|
Item: Glacier_Foxtail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 92
|
|
Item: Glacier_Knuckle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 93
|
|
Item: Glacier_Violin
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 94
|
|
Item: Glacier_Whip
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 95
|
|
Item: Glacier_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 96
|
|
Item: Glacier_M_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 97
|
|
Item: Glacier_T_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 98
|
|
Item: Glacier_Katar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 99
|
|
Item: Glacier_T_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 100
|
|
Item: Glacier_Lance
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 101
|
|
Item: Glacier_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 102
|
|
Item: Glacier_Humma
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 103
|
|
Item: Glacier_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 104
|
|
Item: Glacier_Revolver
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 105
|
|
Item: Glacier_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 106
|
|
Item: Glacier_Shotgun
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 107
|
|
Item: Glacier_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 108
|
|
Item: Glacier_Launcher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 109
|
|
Item: Glacier_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 110
|
|
Item: Glacier_B_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 111
|
|
Item: Glacier_R_Knife
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 112
|
|
Item: Glacier_B_Knife
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 113
|
|
Item: Glacier_Axe
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 114
|
|
Item: Glacier_Spear
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 115
|
|
Item: Glacier_Book
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 116
|
|
Item: Glacier_Wand
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 117
|
|
Item: Glacier_Foxtail
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 118
|
|
Item: Glacier_Knuckle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 119
|
|
Item: Glacier_Violin
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 120
|
|
Item: Glacier_Whip
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 121
|
|
Item: Glacier_Mace
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 122
|
|
Item: Glacier_M_Mace
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 123
|
|
Item: Glacier_T_Sword
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 124
|
|
Item: Glacier_Katar
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 125
|
|
Item: Glacier_T_Axe
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 126
|
|
Item: Glacier_Lance
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 127
|
|
Item: Glacier_Staff
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 128
|
|
Item: Glacier_Humma
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 129
|
|
Item: Glacier_Bow
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 130
|
|
Item: Glacier_Revolver
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 131
|
|
Item: Glacier_Rifle
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 132
|
|
Item: Glacier_Shotgun
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 133
|
|
Item: Glacier_Gatling
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 134
|
|
Item: Glacier_Launcher
|
|
Rate: 5
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 135
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 160
|
|
Amount: 16
|
|
- Index: 136
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 150
|
|
Amount: 17
|
|
- Index: 137
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 150
|
|
Amount: 18
|
|
- Index: 138
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 150
|
|
Amount: 19
|
|
- Index: 139
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 150
|
|
Amount: 20
|
|
- Index: 140
|
|
Item: Snow_F_Ore
|
|
Rate: 150
|
|
Amount: 16
|
|
- Index: 141
|
|
Item: Snow_F_Ore
|
|
Rate: 150
|
|
Amount: 17
|
|
- Index: 142
|
|
Item: Snow_F_Ore
|
|
Rate: 150
|
|
Amount: 18
|
|
- Index: 143
|
|
Item: Snow_F_Ore
|
|
Rate: 150
|
|
Amount: 19
|
|
- Index: 144
|
|
Item: Snow_F_Ore
|
|
Rate: 150
|
|
Amount: 20
|
|
- Index: 145
|
|
Item: Snow_F_Stone1
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 146
|
|
Item: Snow_F_Stone1
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 147
|
|
Item: Snow_F_Stone1
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 148
|
|
Item: Snow_F_Stone1
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 149
|
|
Item: Snow_F_Stone1
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 150
|
|
Item: Snow_F_Stone2
|
|
Rate: 150
|
|
Amount: 5
|
|
- Index: 151
|
|
Item: Snow_F_Stone2
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 152
|
|
Item: Snow_F_Stone2
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 153
|
|
Item: Snow_F_Stone3
|
|
Rate: 150
|
|
Amount: 4
|
|
- Index: 154
|
|
Item: Snow_F_Stone3
|
|
Rate: 150
|
|
Amount: 5
|
|
- Group: AQUILA_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 8
|
|
- Index: 5
|
|
Item: Snowflower_Armor
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Snowflower_Robe
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Snowflower_Boots
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Snowflower_Shoes
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Snowflower_Manteau
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Snowflower_Muffler
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 11
|
|
Item: Snowflower_Armor
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 12
|
|
Item: Snowflower_Robe
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 13
|
|
Item: Snowflower_Boots
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 14
|
|
Item: Snowflower_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 15
|
|
Item: Snowflower_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 16
|
|
Item: Snowflower_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 17
|
|
Item: Snowflower_Armor
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Snowflower_Robe
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Snowflower_Boots
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Snowflower_Shoes
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Snowflower_Manteau
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Snowflower_Muffler
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Snowflower_Armor
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 24
|
|
Item: Snowflower_Robe
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 25
|
|
Item: Snowflower_Boots
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 26
|
|
Item: Snowflower_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 27
|
|
Item: Snowflower_Manteau
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 28
|
|
Item: Snowflower_Muffler
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 29
|
|
Item: Snowflower_Armor
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 30
|
|
Item: Snowflower_Robe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 31
|
|
Item: Snowflower_Boots
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 32
|
|
Item: Snowflower_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 33
|
|
Item: Snowflower_Manteau
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 34
|
|
Item: Snowflower_Muffler
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 35
|
|
Item: Snowflower_Pendant
|
|
Rate: 110
|
|
- Index: 36
|
|
Item: Snowflower_Ring
|
|
Rate: 110
|
|
- Index: 37
|
|
Item: Snowflower_Necklace
|
|
Rate: 110
|
|
- Index: 38
|
|
Item: Snowflower_Earring
|
|
Rate: 110
|
|
- Index: 39
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 100
|
|
Amount: 16
|
|
- Index: 40
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 100
|
|
Amount: 17
|
|
- Index: 41
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 100
|
|
Amount: 18
|
|
- Index: 42
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 100
|
|
Amount: 19
|
|
- Index: 43
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 100
|
|
Amount: 20
|
|
- Index: 44
|
|
Item: EP19_D_P_Ore
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 45
|
|
Item: EP19_D_P_Ore
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 46
|
|
Item: EP19_D_P_Ore
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 47
|
|
Item: EP19_D_P_Ore
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 48
|
|
Item: EP19_D_P_Ore
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 49
|
|
Item: EP19_N_P_Ore
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 50
|
|
Item: EP19_N_P_Ore
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 51
|
|
Item: EP19_N_P_Ore
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 52
|
|
Item: EP19_N_P_Ore
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 53
|
|
Item: EP19_N_P_Ore
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 54
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 55
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 56
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 57
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 58
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 59
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 100
|
|
Amount: 3
|
|
- Index: 60
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 61
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 62
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 63
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 64
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 65
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 66
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 8
|
|
- Index: 67
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 9
|
|
- Index: 68
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 69
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 70
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 71
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 8
|
|
- Index: 72
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 9
|
|
- Index: 73
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 74
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 75
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 76
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 77
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 100
|
|
Amount: 4
|
|
- Index: 78
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 100
|
|
Amount: 5
|
|
- Group: AQUILA_ANTIQUITY2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Rate: 1000
|
|
Amount: 7
|
|
- Index: 1
|
|
Item: aegis_1001479
|
|
Rate: 1000
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: aegis_1001479
|
|
Rate: 1000
|
|
Amount: 9
|
|
- Index: 3
|
|
Item: aegis_1001479
|
|
Rate: 1000
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Glacier_Sword
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 5
|
|
Item: Glacier_B_Sword
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Glacier_R_Knife
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Glacier_B_Knife
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Glacier_Axe
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Glacier_Spear
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Glacier_Book
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Glacier_Wand
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 12
|
|
Item: Glacier_Foxtail
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 13
|
|
Item: Glacier_Knuckle
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 14
|
|
Item: Glacier_Violin
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 15
|
|
Item: Glacier_Whip
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Glacier_Mace
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Glacier_M_Mace
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Glacier_T_Sword
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Glacier_Katar
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Glacier_T_Axe
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Glacier_Lance
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Glacier_Staff
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: Glacier_Humma
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Glacier_Bow
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: Glacier_Revolver
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 26
|
|
Item: Glacier_Rifle
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 27
|
|
Item: Glacier_Shotgun
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 28
|
|
Item: Glacier_Gatling
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 29
|
|
Item: Glacier_Launcher
|
|
Rate: 25
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 30
|
|
Item: Glacier_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: Glacier_B_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: Glacier_R_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 33
|
|
Item: Glacier_B_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 34
|
|
Item: Glacier_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 35
|
|
Item: Glacier_Spear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 36
|
|
Item: Glacier_Book
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 37
|
|
Item: Glacier_Wand
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 38
|
|
Item: Glacier_Foxtail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 39
|
|
Item: Glacier_Knuckle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 40
|
|
Item: Glacier_Violin
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 41
|
|
Item: Glacier_Whip
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 42
|
|
Item: Glacier_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 43
|
|
Item: Glacier_M_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 44
|
|
Item: Glacier_T_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 45
|
|
Item: Glacier_Katar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 46
|
|
Item: Glacier_T_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 47
|
|
Item: Glacier_Lance
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 48
|
|
Item: Glacier_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 49
|
|
Item: Glacier_Humma
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 50
|
|
Item: Glacier_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 51
|
|
Item: Glacier_Revolver
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 52
|
|
Item: Glacier_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 53
|
|
Item: Glacier_Shotgun
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 54
|
|
Item: Glacier_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 55
|
|
Item: Glacier_Launcher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 56
|
|
Item: Glacier_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 57
|
|
Item: Glacier_B_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 58
|
|
Item: Glacier_R_Knife
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 59
|
|
Item: Glacier_B_Knife
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 60
|
|
Item: Glacier_Axe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 61
|
|
Item: Glacier_Spear
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 62
|
|
Item: Glacier_Book
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 63
|
|
Item: Glacier_Wand
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 64
|
|
Item: Glacier_Foxtail
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 65
|
|
Item: Glacier_Knuckle
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 66
|
|
Item: Glacier_Violin
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 67
|
|
Item: Glacier_Whip
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 68
|
|
Item: Glacier_Mace
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 69
|
|
Item: Glacier_M_Mace
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 70
|
|
Item: Glacier_T_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 71
|
|
Item: Glacier_Katar
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 72
|
|
Item: Glacier_T_Axe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 73
|
|
Item: Glacier_Lance
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 74
|
|
Item: Glacier_Staff
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 75
|
|
Item: Glacier_Humma
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 76
|
|
Item: Glacier_Bow
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 77
|
|
Item: Glacier_Revolver
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 78
|
|
Item: Glacier_Rifle
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 79
|
|
Item: Glacier_Shotgun
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 80
|
|
Item: Glacier_Gatling
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 81
|
|
Item: Glacier_Launcher
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 82
|
|
Item: D_Glacier_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 83
|
|
Item: D_Glacier_B_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 84
|
|
Item: D_Glacier_R_Knife
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 85
|
|
Item: D_Glacier_B_Knife
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 86
|
|
Item: D_Glacier_Axe
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 87
|
|
Item: D_Glacier_Spear
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 88
|
|
Item: D_Glacier_Book
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 89
|
|
Item: D_Glacier_Wand
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 90
|
|
Item: D_Glacier_Foxtail
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 91
|
|
Item: D_Glacier_Knuckle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 92
|
|
Item: D_Glacier_Violin
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 93
|
|
Item: D_Glacier_Whip
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 94
|
|
Item: D_Glacier_Mace
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 95
|
|
Item: D_Glacier_M_Mace
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 96
|
|
Item: D_Glacier_T_Sword
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 97
|
|
Item: D_Glacier_Katar
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 98
|
|
Item: D_Glacier_T_Axe
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 99
|
|
Item: D_Glacier_Lance
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 100
|
|
Item: D_Glacier_Staff
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 101
|
|
Item: D_Glacier_Humma
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 102
|
|
Item: D_Glacier_Bow
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 103
|
|
Item: D_Glacier_Revolver
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 104
|
|
Item: D_Glacier_Rifle
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 105
|
|
Item: D_Glacier_Shotgun
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 106
|
|
Item: D_Glacier_Gatling
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 107
|
|
Item: D_Glacier_Launcher
|
|
Rate: 30
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 108
|
|
Item: D_Glacier_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 109
|
|
Item: D_Glacier_B_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 110
|
|
Item: D_Glacier_R_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 111
|
|
Item: D_Glacier_B_Knife
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 112
|
|
Item: D_Glacier_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 113
|
|
Item: D_Glacier_Spear
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 114
|
|
Item: D_Glacier_Book
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 115
|
|
Item: D_Glacier_Wand
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 116
|
|
Item: D_Glacier_Foxtail
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 117
|
|
Item: D_Glacier_Knuckle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 118
|
|
Item: D_Glacier_Violin
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 119
|
|
Item: D_Glacier_Whip
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 120
|
|
Item: D_Glacier_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 121
|
|
Item: D_Glacier_M_Mace
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 122
|
|
Item: D_Glacier_T_Sword
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 123
|
|
Item: D_Glacier_Katar
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 124
|
|
Item: D_Glacier_T_Axe
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 125
|
|
Item: D_Glacier_Lance
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 126
|
|
Item: D_Glacier_Staff
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 127
|
|
Item: D_Glacier_Humma
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 128
|
|
Item: D_Glacier_Bow
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 129
|
|
Item: D_Glacier_Revolver
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 130
|
|
Item: D_Glacier_Rifle
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 131
|
|
Item: D_Glacier_Shotgun
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 132
|
|
Item: D_Glacier_Gatling
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 133
|
|
Item: D_Glacier_Launcher
|
|
Rate: 15
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 134
|
|
Item: D_Glacier_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 135
|
|
Item: D_Glacier_B_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 136
|
|
Item: D_Glacier_R_Knife
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 137
|
|
Item: D_Glacier_B_Knife
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 138
|
|
Item: D_Glacier_Axe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 139
|
|
Item: D_Glacier_Spear
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 140
|
|
Item: D_Glacier_Book
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 141
|
|
Item: D_Glacier_Wand
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 142
|
|
Item: D_Glacier_Foxtail
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 143
|
|
Item: D_Glacier_Knuckle
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 144
|
|
Item: D_Glacier_Violin
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 145
|
|
Item: D_Glacier_Whip
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 146
|
|
Item: D_Glacier_Mace
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 147
|
|
Item: D_Glacier_M_Mace
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 148
|
|
Item: D_Glacier_T_Sword
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 149
|
|
Item: D_Glacier_Katar
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 150
|
|
Item: D_Glacier_T_Axe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 151
|
|
Item: D_Glacier_Lance
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 152
|
|
Item: D_Glacier_Staff
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 153
|
|
Item: D_Glacier_Humma
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 154
|
|
Item: D_Glacier_Bow
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 155
|
|
Item: D_Glacier_Revolver
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 156
|
|
Item: D_Glacier_Rifle
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 157
|
|
Item: D_Glacier_Shotgun
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 158
|
|
Item: D_Glacier_Gatling
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 159
|
|
Item: D_Glacier_Launcher
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 160
|
|
Item: Snowflower_Armor
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 161
|
|
Item: Snowflower_Robe
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 162
|
|
Item: Snowflower_Boots
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 163
|
|
Item: Snowflower_Shoes
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 164
|
|
Item: Snowflower_Manteau
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 165
|
|
Item: Snowflower_Muffler
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 166
|
|
Item: Snowflower_Armor
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 167
|
|
Item: Snowflower_Robe
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 168
|
|
Item: Snowflower_Boots
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 169
|
|
Item: Snowflower_Shoes
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 170
|
|
Item: Snowflower_Manteau
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 171
|
|
Item: Snowflower_Muffler
|
|
Rate: 20
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 172
|
|
Item: Snowflower_Armor
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 173
|
|
Item: Snowflower_Robe
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 174
|
|
Item: Snowflower_Boots
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 175
|
|
Item: Snowflower_Shoes
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 176
|
|
Item: Snowflower_Manteau
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 177
|
|
Item: Snowflower_Muffler
|
|
Rate: 10
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 178
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 60
|
|
Amount: 21
|
|
- Index: 179
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 60
|
|
Amount: 22
|
|
- Index: 180
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 60
|
|
Amount: 23
|
|
- Index: 181
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 60
|
|
Amount: 24
|
|
- Index: 182
|
|
Item: Ep19_Snow_Flower
|
|
Rate: 50
|
|
Amount: 25
|
|
- Index: 183
|
|
Item: EP19_D_P_Ore
|
|
Rate: 50
|
|
Amount: 7
|
|
- Index: 184
|
|
Item: EP19_D_P_Ore
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 185
|
|
Item: EP19_D_P_Ore
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 186
|
|
Item: EP19_D_P_Ore
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 187
|
|
Item: EP19_N_P_Ore
|
|
Rate: 50
|
|
Amount: 7
|
|
- Index: 188
|
|
Item: EP19_N_P_Ore
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 189
|
|
Item: EP19_N_P_Ore
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 190
|
|
Item: EP19_N_P_Ore
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 191
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 50
|
|
Amount: 7
|
|
- Index: 192
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 193
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 194
|
|
Item: EP19_D_P_Crystal
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 195
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 50
|
|
Amount: 7
|
|
- Index: 196
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 197
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 198
|
|
Item: EP19_N_P_Crystal
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 199
|
|
Item: EP19_D_P_Stone
|
|
Rate: 50
|
|
Amount: 3
|
|
- Index: 200
|
|
Item: EP19_D_P_Stone
|
|
Rate: 50
|
|
Amount: 4
|
|
- Index: 201
|
|
Item: EP19_D_P_Stone
|
|
Rate: 50
|
|
Amount: 5
|
|
- Index: 202
|
|
Item: EP19_D_P_Stone
|
|
Rate: 50
|
|
Amount: 6
|
|
- Index: 203
|
|
Item: Snow_F_Ore
|
|
Rate: 50
|
|
Amount: 26
|
|
- Index: 204
|
|
Item: Snow_F_Ore
|
|
Rate: 50
|
|
Amount: 27
|
|
- Index: 205
|
|
Item: Snow_F_Ore
|
|
Rate: 50
|
|
Amount: 28
|
|
- Index: 206
|
|
Item: Snow_F_Ore
|
|
Rate: 50
|
|
Amount: 29
|
|
- Index: 207
|
|
Item: Snow_F_Ore
|
|
Rate: 50
|
|
Amount: 30
|
|
- Index: 208
|
|
Item: Snow_F_Stone1
|
|
Rate: 50
|
|
Amount: 11
|
|
- Index: 209
|
|
Item: Snow_F_Stone1
|
|
Rate: 50
|
|
Amount: 12
|
|
- Index: 210
|
|
Item: Snow_F_Stone1
|
|
Rate: 50
|
|
Amount: 13
|
|
- Index: 211
|
|
Item: Snow_F_Stone1
|
|
Rate: 50
|
|
Amount: 14
|
|
- Index: 212
|
|
Item: Snow_F_Stone1
|
|
Rate: 50
|
|
Amount: 15
|
|
- Index: 213
|
|
Item: Snow_F_Stone2
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 214
|
|
Item: Snow_F_Stone2
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 215
|
|
Item: Snow_F_Stone2
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 216
|
|
Item: Snow_F_Stone3
|
|
Rate: 50
|
|
Amount: 6
|
|
- Index: 217
|
|
Item: Snow_F_Stone3
|
|
Rate: 50
|
|
Amount: 7
|
|
- Index: 218
|
|
Item: EP19_Gla_Extract
|
|
Rate: 50
|
|
Amount: 11
|
|
- Index: 219
|
|
Item: EP19_Gla_Extract
|
|
Rate: 50
|
|
Amount: 12
|
|
- Index: 220
|
|
Item: EP19_Gla_Extract
|
|
Rate: 50
|
|
Amount: 13
|
|
- Index: 221
|
|
Item: EP19_Gla_Extract
|
|
Rate: 50
|
|
Amount: 14
|
|
- Index: 222
|
|
Item: EP19_Gla_Extract
|
|
Rate: 50
|
|
Amount: 15
|
|
- Index: 223
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 50
|
|
Amount: 11
|
|
- Index: 224
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 50
|
|
Amount: 12
|
|
- Index: 225
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 50
|
|
Amount: 13
|
|
- Index: 226
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 50
|
|
Amount: 14
|
|
- Index: 227
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 50
|
|
Amount: 15
|
|
- Index: 228
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 50
|
|
Amount: 8
|
|
- Index: 229
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 50
|
|
Amount: 9
|
|
- Index: 230
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 50
|
|
Amount: 10
|
|
- Index: 231
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 50
|
|
Amount: 6
|
|
- Index: 232
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 50
|
|
Amount: 7
|
|
- Group: F_ICESLUG_ANTIQUIY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 3
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 4
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 1000
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Glacier_Armor
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 4
|
|
Item: Glacier_Robe
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Glacier_Boots
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Glacier_Shoes
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Glacier_Manteau
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Glacier_Muffler
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 10
|
|
Item: Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 11
|
|
Item: Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 12
|
|
Item: Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 13
|
|
Item: Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 14
|
|
Item: Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 15
|
|
Item: Glacier_Armor
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 16
|
|
Item: Glacier_Robe
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Glacier_Boots
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Glacier_Shoes
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Glacier_Manteau
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Glacier_Muffler
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Glacier_Guard
|
|
Rate: 100
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 22
|
|
Item: Glacier_Guard
|
|
Rate: 80
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 23
|
|
Item: Glacier_Guard
|
|
Rate: 50
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: Glacier_Pendant
|
|
Rate: 95
|
|
- Index: 25
|
|
Item: Glacier_Ring
|
|
Rate: 95
|
|
- Index: 26
|
|
Item: Glacier_Earring
|
|
Rate: 95
|
|
- Index: 27
|
|
Item: Glacier_Necklace
|
|
Rate: 95
|
|
- Index: 28
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 16
|
|
- Index: 29
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 17
|
|
- Index: 30
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 18
|
|
- Index: 31
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 19
|
|
- Index: 32
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 20
|
|
- Index: 33
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 34
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 4
|
|
- Index: 35
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 5
|
|
- Index: 36
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 37
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 38
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 39
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 4
|
|
- Index: 40
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 5
|
|
- Index: 41
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 42
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 43
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 3
|
|
- Index: 44
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 4
|
|
- Index: 45
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 5
|
|
- Index: 46
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 47
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 48
|
|
Item: EP19_Gla_Extract
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 49
|
|
Item: EP19_Gla_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 50
|
|
Item: EP19_Gla_Extract
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 51
|
|
Item: EP19_Gla_Extract
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 52
|
|
Item: EP19_Gla_Extract
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 53
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 54
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 55
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 56
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 57
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 58
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 5
|
|
- Index: 59
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 6
|
|
- Index: 60
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 61
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 150
|
|
Amount: 4
|
|
- Index: 62
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 150
|
|
Amount: 5
|
|
- Group: LASGAND_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: Glacier_Armor
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 5
|
|
Item: Glacier_Robe
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 6
|
|
Item: Glacier_Boots
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 7
|
|
Item: Glacier_Shoes
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 8
|
|
Item: Glacier_Manteau
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 9
|
|
Item: Glacier_Muffler
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 10
|
|
Item: Glacier_Armor
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 11
|
|
Item: Glacier_Robe
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 12
|
|
Item: Glacier_Boots
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 13
|
|
Item: Glacier_Shoes
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 14
|
|
Item: Glacier_Manteau
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 15
|
|
Item: Glacier_Muffler
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 16
|
|
Item: Glacier_Armor
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 17
|
|
Item: Glacier_Robe
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Glacier_Boots
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 19
|
|
Item: Glacier_Shoes
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: Glacier_Manteau
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: Glacier_Muffler
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 23
|
|
Item: Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 24
|
|
Item: Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 25
|
|
Item: Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 26
|
|
Item: Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 27
|
|
Item: Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 28
|
|
Item: Glacier_Guard
|
|
Rate: 120
|
|
RefineMinimum: 7
|
|
RefineMaximum: 7
|
|
- Index: 29
|
|
Item: Glacier_Guard
|
|
Rate: 110
|
|
RefineMinimum: 8
|
|
RefineMaximum: 8
|
|
- Index: 30
|
|
Item: Glacier_Guard
|
|
Rate: 90
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 31
|
|
Item: Glacier_Guard
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 32
|
|
Item: D_Glacier_Armor
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 33
|
|
Item: D_Glacier_Robe
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 34
|
|
Item: D_Glacier_Boots
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 35
|
|
Item: D_Glacier_Shoes
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 36
|
|
Item: D_Glacier_Manteau
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 37
|
|
Item: D_Glacier_Muffler
|
|
Rate: 120
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 38
|
|
Item: D_Glacier_Armor
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 39
|
|
Item: D_Glacier_Robe
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 40
|
|
Item: D_Glacier_Boots
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 41
|
|
Item: D_Glacier_Shoes
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 42
|
|
Item: D_Glacier_Manteau
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 43
|
|
Item: D_Glacier_Muffler
|
|
Rate: 100
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 44
|
|
Item: D_Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 45
|
|
Item: D_Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 46
|
|
Item: D_Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 47
|
|
Item: D_Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 48
|
|
Item: D_Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 49
|
|
Item: D_Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 50
|
|
Item: Glacier_Pendant
|
|
Rate: 125
|
|
- Index: 51
|
|
Item: Glacier_Ring
|
|
Rate: 125
|
|
- Index: 52
|
|
Item: Glacier_Earring
|
|
Rate: 125
|
|
- Index: 53
|
|
Item: Glacier_Necklace
|
|
Rate: 125
|
|
- Index: 54
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 21
|
|
- Index: 55
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 22
|
|
- Index: 56
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 23
|
|
- Index: 57
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 24
|
|
- Index: 58
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 100
|
|
Amount: 25
|
|
- Index: 59
|
|
Item: EP20_D_P_Ore
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 60
|
|
Item: EP20_D_P_Ore
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 61
|
|
Item: EP20_D_P_Ore
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 62
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 63
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 64
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 65
|
|
Item: EP20_D_P_Extract
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 66
|
|
Item: EP20_D_P_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 67
|
|
Item: EP20_D_P_Extract
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 68
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 8
|
|
- Index: 69
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 9
|
|
- Index: 70
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 71
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 11
|
|
- Index: 72
|
|
Item: EP19_Gla_Extract
|
|
Rate: 100
|
|
Amount: 12
|
|
- Index: 73
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 8
|
|
- Index: 74
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 9
|
|
- Index: 75
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 10
|
|
- Index: 76
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 11
|
|
- Index: 77
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 100
|
|
Amount: 12
|
|
- Index: 78
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 79
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Index: 80
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 100
|
|
Amount: 7
|
|
- Index: 81
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 100
|
|
Amount: 5
|
|
- Index: 82
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 100
|
|
Amount: 6
|
|
- Group: LASGAND_ANTIQUITY2
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 7
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 9
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: aegis_1001480
|
|
Rate: 500
|
|
Amount: 11
|
|
- Index: 5
|
|
Item: Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 6
|
|
Item: Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 7
|
|
Item: Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 8
|
|
Item: Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 9
|
|
Item: Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 10
|
|
Item: Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 11
|
|
Item: Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 12
|
|
Item: Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 13
|
|
Item: Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 14
|
|
Item: Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 15
|
|
Item: Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 16
|
|
Item: Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 17
|
|
Item: Glacier_Guard
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 18
|
|
Item: Glacier_Guard
|
|
Rate: 80
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 19
|
|
Item: D_Glacier_Armor
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 20
|
|
Item: D_Glacier_Robe
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 21
|
|
Item: D_Glacier_Boots
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 22
|
|
Item: D_Glacier_Shoes
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 23
|
|
Item: D_Glacier_Manteau
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 24
|
|
Item: D_Glacier_Muffler
|
|
Rate: 80
|
|
RefineMinimum: 9
|
|
RefineMaximum: 9
|
|
- Index: 25
|
|
Item: D_Glacier_Armor
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 26
|
|
Item: D_Glacier_Robe
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 27
|
|
Item: D_Glacier_Boots
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 28
|
|
Item: D_Glacier_Shoes
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 29
|
|
Item: D_Glacier_Manteau
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 30
|
|
Item: D_Glacier_Muffler
|
|
Rate: 70
|
|
RefineMinimum: 10
|
|
RefineMaximum: 10
|
|
- Index: 31
|
|
Item: D_Glacier_Armor
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 32
|
|
Item: D_Glacier_Robe
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 33
|
|
Item: D_Glacier_Boots
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 34
|
|
Item: D_Glacier_Shoes
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 35
|
|
Item: D_Glacier_Manteau
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 36
|
|
Item: D_Glacier_Muffler
|
|
Rate: 65
|
|
RefineMinimum: 11
|
|
RefineMaximum: 11
|
|
- Index: 37
|
|
Item: Glacier_Pendant
|
|
Rate: 70
|
|
- Index: 38
|
|
Item: Glacier_Ring
|
|
Rate: 70
|
|
- Index: 39
|
|
Item: Glacier_Earring
|
|
Rate: 70
|
|
- Index: 40
|
|
Item: Glacier_Necklace
|
|
Rate: 70
|
|
- Index: 41
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 150
|
|
Amount: 31
|
|
- Index: 42
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 150
|
|
Amount: 32
|
|
- Index: 43
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 150
|
|
Amount: 33
|
|
- Index: 44
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 150
|
|
Amount: 34
|
|
- Index: 45
|
|
Item: Ep20_Cat_Whiskers
|
|
Rate: 150
|
|
Amount: 35
|
|
- Index: 46
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 47
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 48
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 49
|
|
Item: EP20_D_P_Ore
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 50
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 51
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 52
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 53
|
|
Item: EP20_D_P_Crystal
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 54
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 55
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 56
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 57
|
|
Item: EP20_D_P_Extract
|
|
Rate: 150
|
|
Amount: 10
|
|
- Index: 58
|
|
Item: EP19_Gla_Extract
|
|
Rate: 151
|
|
Amount: 11
|
|
- Index: 59
|
|
Item: EP19_Gla_Extract
|
|
Rate: 151
|
|
Amount: 12
|
|
- Index: 60
|
|
Item: EP19_Gla_Extract
|
|
Rate: 151
|
|
Amount: 13
|
|
- Index: 61
|
|
Item: EP19_Gla_Extract
|
|
Rate: 151
|
|
Amount: 14
|
|
- Index: 62
|
|
Item: EP19_Gla_Extract
|
|
Rate: 151
|
|
Amount: 15
|
|
- Index: 63
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 151
|
|
Amount: 11
|
|
- Index: 64
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 151
|
|
Amount: 12
|
|
- Index: 65
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 151
|
|
Amount: 13
|
|
- Index: 66
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 151
|
|
Amount: 14
|
|
- Index: 67
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 151
|
|
Amount: 15
|
|
- Index: 68
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 7
|
|
- Index: 69
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 70
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 150
|
|
Amount: 9
|
|
- Index: 71
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 150
|
|
Amount: 8
|
|
- Index: 72
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 150
|
|
Amount: 9
|
|
- Group: THANATOS_ANTIQUITY
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 4
|
|
- Index: 1
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 6
|
|
- Index: 3
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 7
|
|
- Index: 4
|
|
Item: aegis_1001479
|
|
Rate: 800
|
|
Amount: 8
|
|
- Index: 5
|
|
Item: Sin_Ring_R
|
|
Rate: 100
|
|
- Index: 6
|
|
Item: Sin_Ring_E
|
|
Rate: 100
|
|
- Index: 7
|
|
Item: Sin_Ring_T
|
|
Rate: 100
|
|
- Index: 8
|
|
Item: Sin_Ring_A
|
|
Rate: 100
|
|
- Index: 9
|
|
Item: Sin_Ring_S
|
|
Rate: 100
|
|
- Index: 10
|
|
Item: Sin_Ring_O
|
|
Rate: 100
|
|
- Index: 11
|
|
Item: Sin_Necklace_R
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Sin_Necklace_E
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Sin_Necklace_T
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Sin_Necklace_A
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Sin_Necklace_S
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Sin_Necklace_O
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Shine_Ring_R
|
|
Rate: 100
|
|
- Index: 18
|
|
Item: Shine_Ring_E
|
|
Rate: 100
|
|
- Index: 19
|
|
Item: Shine_Ring_AQ
|
|
Rate: 100
|
|
- Index: 20
|
|
Item: Shine_Ring_A
|
|
Rate: 100
|
|
- Index: 21
|
|
Item: Shine_Ring_S
|
|
Rate: 100
|
|
- Index: 22
|
|
Item: Shine_Ring_Z
|
|
Rate: 100
|
|
- Index: 23
|
|
Item: Shine_Ring_R
|
|
Rate: 100
|
|
- Index: 24
|
|
Item: Shine_Necklace_R
|
|
Rate: 100
|
|
- Index: 25
|
|
Item: Shine_Necklace_E
|
|
Rate: 100
|
|
- Index: 26
|
|
Item: Shine_Necklace_AQ
|
|
Rate: 100
|
|
- Index: 27
|
|
Item: Shine_Necklace_A
|
|
Rate: 100
|
|
- Index: 28
|
|
Item: Shine_Necklace_S
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Shine_Necklace_Z
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Sin_Fragment
|
|
Rate: 240
|
|
Amount: 10
|
|
- Index: 31
|
|
Item: Sin_Fragment
|
|
Rate: 230
|
|
Amount: 11
|
|
- Index: 32
|
|
Item: Sin_Fragment
|
|
Rate: 230
|
|
Amount: 12
|
|
- Index: 33
|
|
Item: Sin_Fragment
|
|
Rate: 220
|
|
Amount: 13
|
|
- Index: 34
|
|
Item: Sin_Fragment
|
|
Rate: 220
|
|
Amount: 14
|
|
- Index: 35
|
|
Item: Sin_Fragment
|
|
Rate: 220
|
|
Amount: 15
|
|
- Index: 36
|
|
Item: Sin_Fragment
|
|
Rate: 220
|
|
Amount: 16
|
|
- Index: 37
|
|
Item: Sin_Fragment
|
|
Rate: 220
|
|
Amount: 17
|
|
- Index: 38
|
|
Item: Fate_Fragment
|
|
Rate: 240
|
|
Amount: 10
|
|
- Index: 39
|
|
Item: Fate_Fragment
|
|
Rate: 230
|
|
Amount: 11
|
|
- Index: 40
|
|
Item: Fate_Fragment
|
|
Rate: 230
|
|
Amount: 12
|
|
- Index: 41
|
|
Item: Fate_Fragment
|
|
Rate: 220
|
|
Amount: 13
|
|
- Index: 42
|
|
Item: Fate_Fragment
|
|
Rate: 220
|
|
Amount: 14
|
|
- Index: 43
|
|
Item: Fate_Fragment
|
|
Rate: 220
|
|
Amount: 15
|
|
- Index: 44
|
|
Item: Fate_Fragment
|
|
Rate: 150
|
|
Amount: 16
|
|
- Index: 45
|
|
Item: Fate_Fragment
|
|
Rate: 150
|
|
Amount: 17
|
|
- Group: CINNAMON_PACK1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cinnamon_Costume_Box
|
|
- Index: 1
|
|
Item: Cos_EnchantStone_Box1
|
|
Amount: 2
|
|
- Group: CINNAMON_PACK2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cinnamon_Costume_Box
|
|
- Index: 1
|
|
Item: Cos_EnchantStone_Box2
|
|
Amount: 2
|
|
- Group: CINNAMON_PACK3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cinnamon_Costume_Box
|
|
- Index: 1
|
|
Item: Cos_EnchantStone_Box3
|
|
Amount: 2
|
|
- Group: CINNAMON_PACK4
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_480245
|
|
- Group: T_GARDEN_EV_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Energy_Of_Flame
|
|
Amount: 15
|
|
- Index: 1
|
|
Item: Energy_Of_Water
|
|
Amount: 15
|
|
- Index: 2
|
|
Item: Energy_Of_Wind
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: Energy_Of_Ground
|
|
Amount: 15
|
|
- Index: 4
|
|
Item: Grace_Of_Spirit
|
|
Amount: 5
|
|
- Group: T_GARDEN_EV_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Energy_Of_Spring
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: Energy_Of_Summer
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Energy_Of_Autumn
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Energy_Of_Winter
|
|
Amount: 5
|
|
- Group: T_GARDEN_EV_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Circul_Of_Life
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Fruit_Of_Birth
|
|
Amount: 15
|
|
- Index: 2
|
|
Item: Fruit_Of_Extinction
|
|
Amount: 15
|
|
- Index: 3
|
|
Item: Truth_Of_Life
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Light_Of_Life
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX1_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_102605
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_102605
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_102605
|
|
Amount: 10
|
|
- Group: LI_NYANG_CINNA_BOX1_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: aegis_102605
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Cinnamon_Pack1
|
|
- Group: LI_NYANG_CINNA_BOX2_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: aegis_102605
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Cinnamon_Pack2
|
|
- Group: LI_NYANG_CINNA_BOX3_33
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: aegis_102605
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Cinnamon_Pack3
|
|
- Group: BL_DEPTH_EV_1
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Bar_D_Fl_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Bar_D_Ea_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Bar_D_Ic_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 3
|
|
Item: Bar_D_St_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 4
|
|
Item: Bar_D_So_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 5
|
|
Item: Bar_D_Pu_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 6
|
|
Item: Bar_D_Co_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Index: 7
|
|
Item: Bar_D_Po_Rune
|
|
Rate: 1250
|
|
Amount: 10
|
|
- Group: BL_DEPTH_EV_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Abyss_Rune
|
|
Amount: 30
|
|
- Index: 1
|
|
Item: Time_D_Ma_Rune
|
|
Amount: 10
|
|
- Group: KR_B_SPECIAL09
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Cachua_Coupon
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 10
|
|
- Group: LI_A_ELUNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Elunium
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: LI_A_ORIDECON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 200
|
|
UniqueId: true
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Blacksmith_Blessing
|
|
Amount: 10
|
|
- Group: PRESENTBOX_EP17_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: BarMealTicket
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Magical_Igni_Stone
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
- Group: PRESENTBOX_EP18
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Ep18_Amethyst_Fragment
|
|
Amount: 20
|
|
- Index: 1
|
|
Item: Purificatory_Holy_O
|
|
Amount: 3
|
|
- Index: 2
|
|
Item: Purificatory_Holy_W
|
|
Amount: 3
|
|
- Index: 3
|
|
Item: Kr_B_Special01
|
|
- Group: REFINE_EVENT_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blacksmith_Blessing
|
|
Amount: 14
|
|
- Index: 1
|
|
Item: High_Refine_Guarantee
|
|
- Group: PRESENTBOX_EP19
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Snow_F_Stone1
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Ep19_Snow_Flower
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
- Group: PRESENTBOX_EP20
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EP19_S_F_3_Extract
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: Ep20_Cat_Whiskers
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
- Group: PRESENTBOX_GLASTHEIM
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: GH_Cursed_Crystal
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: GH_Cursed_Gemstone
|
|
Amount: 10
|
|
- Index: 2
|
|
Item: Kr_B_Special01
|
|
- Group: BROWN_DIA_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Amount: 15
|
|
- Group: COSTUMEMILEPACK_33_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: aegis_102605
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_33_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: aegis_102605
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_33_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: aegis_102605
|
|
Amount: 10
|
|
- Group: 2023_XMAX_PACK_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: EXP_Drop_Up_7days
|
|
- Index: 1
|
|
Item: Almighty
|
|
Amount: 20
|
|
- Index: 2
|
|
Item: Limit_Power_Booster
|
|
Amount: 20
|
|
- Index: 3
|
|
Item: Infinity_Drink
|
|
Amount: 20
|
|
- Index: 4
|
|
Item: M_DEFScroll
|
|
Amount: 100
|
|
- Index: 5
|
|
Item: 2023_Xmas_Costume
|
|
- Index: 6
|
|
Item: K_Secret_Key
|
|
Amount: 15
|
|
- Group: 2023_XMAX_PACK_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Mana_Potion
|
|
Amount: 250
|
|
- Index: 1
|
|
Item: aegis_420304
|
|
- Index: 2
|
|
Item: K_Secret_Key
|
|
Amount: 30
|
|
- Group: A_FORCE_BOOSTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Force_Booster
|
|
Amount: 10
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
- Group: A_FORCE_BOOSTER_10_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Force_Booster
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: K_Secret_Key
|
|
Amount: 11
|
|
- Group: 2401_EV_LUNCH_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: 2401_ev_Rice_Soup
|
|
Amount: 5
|
|
- Index: 1
|
|
Item: 2401_ev_Galbi
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: 2401_ev_LinTteok
|
|
Amount: 5
|
|
- Group: BLACK_DIA_3_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001479
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX1_34
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 3
|
|
- Group: LI_NYANGVINE_BOX2_34
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Battle_Manual100
|
|
Amount: 2
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 5
|
|
- Group: LI_NYANGVINE_BOX3_34
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Comp_Bubble_Gum
|
|
Amount: 5
|
|
- Index: 2
|
|
Item: Battle_Manual100
|
|
Amount: 5
|
|
- Index: 3
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 10
|
|
- Group: S_BADGE_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Group: SUPER_SONIC_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: C_Super_Sonic_Mini
|
|
- Group: CHAOS_EMERALD_PACK
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: C_Chaos_Emerald
|
|
- Group: VIP_BIRTHDAY_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: E_EXP_Drop_Up_7days
|
|
- Index: 1
|
|
Item: C_VIP_Poring_Cake_Cap
|
|
Duration: 40320
|
|
- Group: R_EP17_ALBUM
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Bellare_Card
|
|
Rate: 162
|
|
- Index: 1
|
|
Item: High_Bellare_Card
|
|
Rate: 162
|
|
- Index: 2
|
|
Item: Sanare_Card
|
|
Rate: 162
|
|
- Index: 3
|
|
Item: High_Sanare_Card
|
|
Rate: 162
|
|
- Index: 4
|
|
Item: Plaga_Card
|
|
Rate: 162
|
|
- Index: 5
|
|
Item: Mutant_Plaga_Card
|
|
Rate: 162
|
|
- Index: 6
|
|
Item: Venenum_Card
|
|
Rate: 162
|
|
- Index: 7
|
|
Item: Mt_Venenum_Card
|
|
Rate: 162
|
|
- Index: 8
|
|
Item: Dolor_Card
|
|
Rate: 162
|
|
- Index: 9
|
|
Item: Mt_Dolor_Card
|
|
Rate: 162
|
|
- Index: 10
|
|
Item: Caput_Card
|
|
Rate: 161
|
|
- Index: 11
|
|
Item: E_EA1L_Card
|
|
Rate: 161
|
|
- Index: 12
|
|
Item: E_EA2S_Card
|
|
Rate: 161
|
|
- Index: 13
|
|
Item: Assistant_Card
|
|
Rate: 161
|
|
- Index: 14
|
|
Item: Assistant_H_Card
|
|
Rate: 161
|
|
- Index: 15
|
|
Item: Plaga3_Card
|
|
Rate: 161
|
|
- Index: 16
|
|
Item: Sanare3_Card
|
|
Rate: 161
|
|
- Index: 17
|
|
Item: Plasma_R_Card
|
|
Rate: 161
|
|
- Index: 18
|
|
Item: Plasma_R2_Card
|
|
Rate: 161
|
|
- Index: 19
|
|
Item: Dolor3_Card
|
|
Rate: 161
|
|
- Index: 20
|
|
Item: Plasma_Y_Card
|
|
Rate: 161
|
|
- Index: 21
|
|
Item: Beta_Baths_A_Card
|
|
Rate: 161
|
|
- Index: 22
|
|
Item: Beta_Cleaner_Card
|
|
Rate: 161
|
|
- Index: 23
|
|
Item: Bath_Mermaid_Card
|
|
Rate: 161
|
|
- Index: 24
|
|
Item: Papila_Ruba_H_Card
|
|
Rate: 161
|
|
- Index: 25
|
|
Item: Papila_Cae_H_Card
|
|
Rate: 161
|
|
- Index: 26
|
|
Item: Papila_H_Card
|
|
Rate: 161
|
|
- Index: 27
|
|
Item: Bookworm_Card
|
|
Rate: 161
|
|
- Index: 28
|
|
Item: Roaming_Splbook_Card
|
|
Rate: 161
|
|
- Index: 29
|
|
Item: B_Scissore_Ng_H_Card
|
|
Rate: 161
|
|
- Index: 30
|
|
Item: Beta_Scissore_Ng_Card
|
|
Rate: 161
|
|
- Index: 31
|
|
Item: Bellare3_Card
|
|
Rate: 161
|
|
- Index: 32
|
|
Item: Venenum3_Card
|
|
Rate: 161
|
|
- Index: 33
|
|
Item: EP17_2_Cramp_Card
|
|
Rate: 161
|
|
- Index: 34
|
|
Item: Waterfall_Card
|
|
Rate: 161
|
|
- Index: 35
|
|
Item: EP17_2_Phen_Card
|
|
Rate: 161
|
|
- Index: 36
|
|
Item: EP17_2_Sword_Fish_Card
|
|
Rate: 161
|
|
- Index: 37
|
|
Item: EP17_2_Piranha_Card
|
|
Rate: 161
|
|
- Index: 38
|
|
Item: EP17_2_Marc_Card
|
|
Rate: 161
|
|
- Index: 39
|
|
Item: Pitaya_R_Card
|
|
Rate: 161
|
|
- Index: 40
|
|
Item: Pitaya_Y_Card
|
|
Rate: 161
|
|
- Index: 41
|
|
Item: Pitaya_B_Card
|
|
Rate: 161
|
|
- Index: 42
|
|
Item: Pitaya_V_Card
|
|
Rate: 162
|
|
- Index: 43
|
|
Item: Pitaya_G_Card
|
|
Rate: 162
|
|
- Index: 44
|
|
Item: Verporte_H_Card
|
|
Rate: 162
|
|
- Index: 45
|
|
Item: Verporta_Card
|
|
Rate: 161
|
|
- Index: 46
|
|
Item: Aries_Card
|
|
Rate: 161
|
|
- Index: 47
|
|
Item: Aries_H_Card
|
|
Rate: 161
|
|
- Index: 48
|
|
Item: Beta_Guards_Ng_Card
|
|
Rate: 161
|
|
- Index: 49
|
|
Item: O_Cleaner_Ng_Card
|
|
Rate: 161
|
|
- Index: 50
|
|
Item: EP18_Rakehand_Card
|
|
Rate: 161
|
|
- Index: 51
|
|
Item: EP18_Spark_Card
|
|
Rate: 161
|
|
- Index: 52
|
|
Item: EP18_Ashhopper_Card
|
|
Rate: 161
|
|
- Index: 53
|
|
Item: EP18_Ashring_Card
|
|
Rate: 161
|
|
- Index: 54
|
|
Item: EP18_Tumble_Ring_Card
|
|
Rate: 161
|
|
- Index: 55
|
|
Item: EP18_Firewind_Kite_Card
|
|
Rate: 161
|
|
- Index: 56
|
|
Item: EP18_Phantom_Wolf_Card
|
|
Rate: 161
|
|
- Index: 57
|
|
Item: EP18_Grey_Wolf_Card
|
|
Rate: 161
|
|
- Index: 58
|
|
Item: EP18_Lava_Toad_Card
|
|
Rate: 161
|
|
- Index: 59
|
|
Item: EP18_Ash_Toad_Card
|
|
Rate: 161
|
|
- Index: 60
|
|
Item: EP18_Hot_Molar_Card
|
|
Rate: 161
|
|
- Index: 61
|
|
Item: EP18_Volcaring_Card
|
|
Rate: 161
|
|
- Index: 62
|
|
Item: R_Ep178_boss
|
|
Rate: 5
|
|
Announced: true
|
|
- Group: SONIC_PREMIUM_PACK1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sonic_Costume_Pack
|
|
- Index: 1
|
|
Item: Premium_Box
|
|
- Index: 2
|
|
Item: EXP_Drop_Up_7days
|
|
- Index: 3
|
|
Item: K_Secret_Key
|
|
Amount: 15
|
|
- Group: SONIC_PREMIUM_PACK2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Sonic_Costume_Pack
|
|
- Index: 1
|
|
Item: Nyangvine_Fruit
|
|
Amount: 150
|
|
- Index: 2
|
|
Item: Booster_Call_Package
|
|
- Group: S_BADGE_PACK_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Group: SUPER_SONIC_PACK_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: C_Super_Sonic_Mini
|
|
- Group: CHAOS_EMERALD_PACK_
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: VR_RING
|
|
Amount: 8
|
|
- Index: 1
|
|
Item: S_Badge
|
|
Amount: 8
|
|
- Index: 2
|
|
Item: C_Chaos_Emerald
|
|
- Group: E_BOARDING_HALTER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Boarding_Halter
|
|
- Group: SHADOW_SELECT_BOX_SET
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: M_Blitz_Select_Box
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: EXP_Select_Box
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Infinity_Select_Box
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: MAutoSpell_Select_Box
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Hasty_Select_Box
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: R_Bearers_Select_Box
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Absorb_Select_Box
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: SpellCaster_Select_Box
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Mammoth_Select_Box
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: PerfectSize_Select_Box
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: TrueGem_Select_Box
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: AllMighty_Select_Box
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Clever_Select_Box
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Durable_Select_Box
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: FullTemp_Select_Box
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: FullPene_Select_Box
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: S_Reload_Shield_Box
|
|
Rate: 10
|
|
- Group: REFINE_HAMMER_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Helm_Of_Faith_Hammer
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Clock_Tower_W_Hammer
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: OS_Weapon_Hammer
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: OS_Helm_Hammer
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Poenitentia_Hammer
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Barmund_Hammer
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Special_Hat_Hammer
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Vivatus_Weapon_Hammer
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Justice_Weapon_Hammer
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Injustice_Weapon_Hammer
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: GoodnEvil_Helm_Hammer
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: F_Ein_Weapon_Hammer
|
|
Rate: 10
|
|
- Group: COS_ENCHANTSTONE_BOX1
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SmatkStone_Robe
|
|
Rate: 115
|
|
- Index: 1
|
|
Item: M_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 2
|
|
Item: R_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 3
|
|
Item: ResistDefStone_Robe
|
|
Rate: 115
|
|
- Index: 4
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 5
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 6
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 7
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 116
|
|
- Index: 8
|
|
Item: CastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 9
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 10
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 11
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 12
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 116
|
|
- Index: 13
|
|
Item: CrtStone_Robe_D
|
|
Rate: 116
|
|
- Index: 14
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 116
|
|
- Index: 15
|
|
Item: ConStone_Robe_D
|
|
Rate: 116
|
|
- Index: 16
|
|
Item: SplStone_Robe_D
|
|
Rate: 116
|
|
- Index: 17
|
|
Item: POWStone_Robe_D
|
|
Rate: 116
|
|
- Index: 18
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 116
|
|
- Index: 19
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: GeneticStone_Robe2
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: WarlockStone_Robe2
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: RangerStone_Robe2
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: MechanicStone_Robe2
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 200
|
|
- Index: 28
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 200
|
|
- Index: 29
|
|
Item: StaremperorStone_Robe
|
|
Rate: 200
|
|
- Index: 30
|
|
Item: KagerouStone_Robe
|
|
Rate: 200
|
|
- Index: 31
|
|
Item: OboroStone_Robe
|
|
Rate: 200
|
|
- Index: 32
|
|
Item: RebellionStone_Robe
|
|
Rate: 200
|
|
- Index: 33
|
|
Item: DoramStone_Robe
|
|
Rate: 200
|
|
- Index: 34
|
|
Item: SuraStone_Robe2
|
|
Rate: 200
|
|
- Index: 35
|
|
Item: SorcererStone_Robe2
|
|
Rate: 200
|
|
- Index: 36
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 200
|
|
- Index: 37
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 200
|
|
- Index: 38
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 200
|
|
- Index: 39
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 200
|
|
- Index: 40
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 200
|
|
- Index: 41
|
|
Item: MechanicStone_Robe
|
|
Rate: 200
|
|
- Index: 42
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 200
|
|
- Index: 43
|
|
Item: RuneknightStone_Robe
|
|
Rate: 200
|
|
- Index: 44
|
|
Item: GeneticStone_Robe
|
|
Rate: 200
|
|
- Index: 45
|
|
Item: WarlockStone_Robe
|
|
Rate: 200
|
|
- Index: 46
|
|
Item: SuraStone_Robe
|
|
Rate: 200
|
|
- Index: 47
|
|
Item: RangerStone_Robe
|
|
Rate: 200
|
|
- Index: 48
|
|
Item: SorcererStone_Robe
|
|
Rate: 200
|
|
- Index: 49
|
|
Item: DoubleAttack_Stone
|
|
Rate: 200
|
|
- Index: 50
|
|
Item: Critical_Stone_Robe
|
|
Rate: 200
|
|
- Index: 51
|
|
Item: CastStone_Robe
|
|
Rate: 200
|
|
- Index: 52
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 200
|
|
- Index: 53
|
|
Item: CastingStone_Robe
|
|
Rate: 200
|
|
- Index: 54
|
|
Item: HPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 55
|
|
Item: SPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 56
|
|
Item: ASPDStone_Robe
|
|
Rate: 200
|
|
- Index: 57
|
|
Item: SuNoviceStone_Robe
|
|
Rate: 200
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 910
|
|
- Index: 1
|
|
Item: GreenFloor_Bottom
|
|
Rate: 909
|
|
- Index: 2
|
|
Item: WhiteBodyEffect_Middle
|
|
Rate: 909
|
|
- Index: 3
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 909
|
|
- Index: 4
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 909
|
|
- Index: 5
|
|
Item: ShadowEffect_Middle
|
|
Rate: 909
|
|
- Index: 6
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 909
|
|
- Index: 7
|
|
Item: ElectricEffect_Middle
|
|
Rate: 909
|
|
- Index: 8
|
|
Item: ShrinkEffect_Middle
|
|
Rate: 909
|
|
- Index: 9
|
|
Item: GhostEffect_Middle
|
|
Rate: 909
|
|
- Index: 10
|
|
Item: TwinkleEffect_Top
|
|
Rate: 909
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: RuneknightStone_Top3
|
|
Rate: 105
|
|
- Index: 1
|
|
Item: WarlockStone_Top3
|
|
Rate: 105
|
|
- Index: 2
|
|
Item: RoyalguardStone_Top3
|
|
Rate: 105
|
|
- Index: 3
|
|
Item: WanderMinsStone_Top3
|
|
Rate: 105
|
|
- Index: 4
|
|
Item: GeneticStone_Top3
|
|
Rate: 105
|
|
- Index: 5
|
|
Item: SorcererStone_Top3
|
|
Rate: 105
|
|
- Index: 6
|
|
Item: ArchbishopStone_Top3
|
|
Rate: 105
|
|
- Index: 7
|
|
Item: RangerStone_Top3
|
|
Rate: 105
|
|
- Index: 8
|
|
Item: ShadowchasStone_Top3
|
|
Rate: 105
|
|
- Index: 9
|
|
Item: SuraStone_Top3
|
|
Rate: 105
|
|
- Index: 10
|
|
Item: MechanicStone_Top3
|
|
Rate: 105
|
|
- Index: 11
|
|
Item: GuillcrossStone_Top3
|
|
Rate: 105
|
|
- Index: 12
|
|
Item: StarStone_Top3
|
|
Rate: 105
|
|
- Index: 13
|
|
Item: RebelStone_Top3
|
|
Rate: 105
|
|
- Index: 14
|
|
Item: ReaperStone_Top3
|
|
Rate: 106
|
|
- Index: 15
|
|
Item: KagerouStone_Top3
|
|
Rate: 106
|
|
- Index: 16
|
|
Item: OboroStone_Top3
|
|
Rate: 106
|
|
- Index: 17
|
|
Item: DoramStone_Top3
|
|
Rate: 106
|
|
- Index: 18
|
|
Item: SuNoviceStone_Top
|
|
Rate: 106
|
|
- Index: 19
|
|
Item: Magic_Stone_Top
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: Range_Stone_Top
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: Melee_Stone_Top
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: RuneknightStone_Top2
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: GeneticStone_Top2
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: WanderMinsStone_Top2
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: WarlockStone_Top2
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: PaladinStone_Top2
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: AssacrossStone_Top2
|
|
Rate: 200
|
|
- Index: 28
|
|
Item: RangerStone_Top2
|
|
Rate: 200
|
|
- Index: 29
|
|
Item: MechanicStone_Top2
|
|
Rate: 200
|
|
- Index: 30
|
|
Item: HighpriestStone_Top2
|
|
Rate: 200
|
|
- Index: 31
|
|
Item: SoullinkerStone_Top
|
|
Rate: 200
|
|
- Index: 32
|
|
Item: GladiatorStone_Top
|
|
Rate: 200
|
|
- Index: 33
|
|
Item: NinjaStone_Top
|
|
Rate: 200
|
|
- Index: 34
|
|
Item: GunslingerStone_Top
|
|
Rate: 200
|
|
- Index: 35
|
|
Item: DoramStone_Top
|
|
Rate: 200
|
|
- Index: 36
|
|
Item: SuraStone_Top2
|
|
Rate: 200
|
|
- Index: 37
|
|
Item: SorcererStone_Top2
|
|
Rate: 200
|
|
- Index: 38
|
|
Item: ShadowchaserStone_Top2
|
|
Rate: 200
|
|
- Index: 39
|
|
Item: HighpriestStone_Top
|
|
Rate: 200
|
|
- Index: 40
|
|
Item: PaladinStone_Top
|
|
Rate: 200
|
|
- Index: 41
|
|
Item: AssacrossStone_Top
|
|
Rate: 200
|
|
- Index: 42
|
|
Item: ShadowchaserStone_Top
|
|
Rate: 200
|
|
- Index: 43
|
|
Item: MechanicStone_Top
|
|
Rate: 200
|
|
- Index: 44
|
|
Item: WanderMinstrelStone_Top
|
|
Rate: 200
|
|
- Index: 45
|
|
Item: RuneknightStone_Top
|
|
Rate: 200
|
|
- Index: 46
|
|
Item: GeneticStone_Top
|
|
Rate: 200
|
|
- Index: 47
|
|
Item: WarlockStone_Top
|
|
Rate: 200
|
|
- Index: 48
|
|
Item: SuraStone_Top
|
|
Rate: 200
|
|
- Index: 49
|
|
Item: RangerStone_Top
|
|
Rate: 200
|
|
- Index: 50
|
|
Item: SorcererStone_Top
|
|
Rate: 200
|
|
- Index: 51
|
|
Item: Critical_Stone_Top
|
|
Rate: 200
|
|
- Index: 52
|
|
Item: EXPStone_Top
|
|
Rate: 200
|
|
- Index: 53
|
|
Item: CastingStone_Top
|
|
Rate: 200
|
|
- Index: 54
|
|
Item: ASPDStone_Top
|
|
Rate: 200
|
|
- Index: 55
|
|
Item: ReloadStone_Top
|
|
Rate: 200
|
|
- Index: 56
|
|
Item: HPdrainStone_Top
|
|
Rate: 200
|
|
- Index: 57
|
|
Item: SPdrainStone_Top
|
|
Rate: 200
|
|
- Index: 58
|
|
Item: DefenseStone_Top
|
|
Rate: 200
|
|
- Group: COS_ENCHANTSTONE_BOX2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SmatkStone_Robe
|
|
Rate: 115
|
|
- Index: 1
|
|
Item: M_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 2
|
|
Item: R_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 3
|
|
Item: ResistDefStone_Robe
|
|
Rate: 115
|
|
- Index: 4
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 5
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 6
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 7
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 116
|
|
- Index: 8
|
|
Item: CastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 9
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 10
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 11
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 12
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 116
|
|
- Index: 13
|
|
Item: CrtStone_Robe_D
|
|
Rate: 116
|
|
- Index: 14
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 116
|
|
- Index: 15
|
|
Item: ConStone_Robe_D
|
|
Rate: 116
|
|
- Index: 16
|
|
Item: SplStone_Robe_D
|
|
Rate: 116
|
|
- Index: 17
|
|
Item: POWStone_Robe_D
|
|
Rate: 116
|
|
- Index: 18
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 116
|
|
- Index: 19
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: GeneticStone_Robe2
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: WarlockStone_Robe2
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: RangerStone_Robe2
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: MechanicStone_Robe2
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 200
|
|
- Index: 28
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 200
|
|
- Index: 29
|
|
Item: StaremperorStone_Robe
|
|
Rate: 200
|
|
- Index: 30
|
|
Item: KagerouStone_Robe
|
|
Rate: 200
|
|
- Index: 31
|
|
Item: OboroStone_Robe
|
|
Rate: 200
|
|
- Index: 32
|
|
Item: RebellionStone_Robe
|
|
Rate: 200
|
|
- Index: 33
|
|
Item: DoramStone_Robe
|
|
Rate: 200
|
|
- Index: 34
|
|
Item: SuraStone_Robe2
|
|
Rate: 200
|
|
- Index: 35
|
|
Item: SorcererStone_Robe2
|
|
Rate: 200
|
|
- Index: 36
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 200
|
|
- Index: 37
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 200
|
|
- Index: 38
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 200
|
|
- Index: 39
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 200
|
|
- Index: 40
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 200
|
|
- Index: 41
|
|
Item: MechanicStone_Robe
|
|
Rate: 200
|
|
- Index: 42
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 200
|
|
- Index: 43
|
|
Item: RuneknightStone_Robe
|
|
Rate: 200
|
|
- Index: 44
|
|
Item: GeneticStone_Robe
|
|
Rate: 200
|
|
- Index: 45
|
|
Item: WarlockStone_Robe
|
|
Rate: 200
|
|
- Index: 46
|
|
Item: SuraStone_Robe
|
|
Rate: 200
|
|
- Index: 47
|
|
Item: RangerStone_Robe
|
|
Rate: 200
|
|
- Index: 48
|
|
Item: SorcererStone_Robe
|
|
Rate: 200
|
|
- Index: 49
|
|
Item: DoubleAttack_Stone
|
|
Rate: 200
|
|
- Index: 50
|
|
Item: Critical_Stone_Robe
|
|
Rate: 200
|
|
- Index: 51
|
|
Item: CastStone_Robe
|
|
Rate: 200
|
|
- Index: 52
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 200
|
|
- Index: 53
|
|
Item: CastingStone_Robe
|
|
Rate: 200
|
|
- Index: 54
|
|
Item: HPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 55
|
|
Item: SPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 56
|
|
Item: ASPDStone_Robe
|
|
Rate: 200
|
|
- Index: 57
|
|
Item: SuNoviceStone_Robe
|
|
Rate: 200
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 910
|
|
- Index: 1
|
|
Item: GreenFloor_Bottom
|
|
Rate: 909
|
|
- Index: 2
|
|
Item: WhiteBodyEffect_Middle
|
|
Rate: 909
|
|
- Index: 3
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 909
|
|
- Index: 4
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 909
|
|
- Index: 5
|
|
Item: ShadowEffect_Middle
|
|
Rate: 909
|
|
- Index: 6
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 909
|
|
- Index: 7
|
|
Item: ElectricEffect_Middle
|
|
Rate: 909
|
|
- Index: 8
|
|
Item: ShrinkEffect_Middle
|
|
Rate: 909
|
|
- Index: 9
|
|
Item: GhostEffect_Middle
|
|
Rate: 909
|
|
- Index: 10
|
|
Item: TwinkleEffect_Top
|
|
Rate: 909
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: RuneknightStone_Middle3
|
|
Rate: 105
|
|
- Index: 1
|
|
Item: WarlockStone_Middle3
|
|
Rate: 105
|
|
- Index: 2
|
|
Item: RoyalguardStone_Middle3
|
|
Rate: 105
|
|
- Index: 3
|
|
Item: WanderMinsStone_Middle3
|
|
Rate: 105
|
|
- Index: 4
|
|
Item: GeneticStone_Middle3
|
|
Rate: 105
|
|
- Index: 5
|
|
Item: SorcererStone_Middle3
|
|
Rate: 105
|
|
- Index: 6
|
|
Item: ArchbishopStone_Middle3
|
|
Rate: 105
|
|
- Index: 7
|
|
Item: RangerStone_Middle3
|
|
Rate: 105
|
|
- Index: 8
|
|
Item: ShadowchasStone_Middle3
|
|
Rate: 105
|
|
- Index: 9
|
|
Item: SuraStone_Middle3
|
|
Rate: 105
|
|
- Index: 10
|
|
Item: MechanicStone_Middle3
|
|
Rate: 105
|
|
- Index: 11
|
|
Item: GuillcrossStone_Middle3
|
|
Rate: 105
|
|
- Index: 12
|
|
Item: StarStone_Middle3
|
|
Rate: 105
|
|
- Index: 13
|
|
Item: RebelStone_Middle3
|
|
Rate: 105
|
|
- Index: 14
|
|
Item: ReaperStone_Middle3
|
|
Rate: 106
|
|
- Index: 15
|
|
Item: KagerouStone_Middle3
|
|
Rate: 106
|
|
- Index: 16
|
|
Item: OboroStone_Middle3
|
|
Rate: 106
|
|
- Index: 17
|
|
Item: DoramStone_Middle3
|
|
Rate: 106
|
|
- Index: 18
|
|
Item: SuNoviceStone_Middle
|
|
Rate: 106
|
|
- Index: 19
|
|
Item: Magic_Stone_Middle
|
|
Rate: 210
|
|
- Index: 20
|
|
Item: Melee_Stone_Middle
|
|
Rate: 210
|
|
- Index: 21
|
|
Item: RuneknightStone_Middle2
|
|
Rate: 210
|
|
- Index: 22
|
|
Item: GeneticStone_Middle2
|
|
Rate: 210
|
|
- Index: 23
|
|
Item: WanderMinsStone_Middle2
|
|
Rate: 210
|
|
- Index: 24
|
|
Item: WarlockStone_Middle2
|
|
Rate: 210
|
|
- Index: 25
|
|
Item: PaladinStone_Middle2
|
|
Rate: 210
|
|
- Index: 26
|
|
Item: AssacrossStone_Middle2
|
|
Rate: 210
|
|
- Index: 27
|
|
Item: RangerStone_Middle2
|
|
Rate: 210
|
|
- Index: 28
|
|
Item: MechanicStone_Middle2
|
|
Rate: 210
|
|
- Index: 29
|
|
Item: HighpriestStone_Middle2
|
|
Rate: 210
|
|
- Index: 30
|
|
Item: SoullinkerStone_Middle
|
|
Rate: 210
|
|
- Index: 31
|
|
Item: GladiatorStone_Middle
|
|
Rate: 210
|
|
- Index: 32
|
|
Item: NinjaStone_Middle
|
|
Rate: 210
|
|
- Index: 33
|
|
Item: GunslingerStone_Middle
|
|
Rate: 210
|
|
- Index: 34
|
|
Item: DoramStone_Middle
|
|
Rate: 210
|
|
- Index: 35
|
|
Item: SuraStone_Middle2
|
|
Rate: 210
|
|
- Index: 36
|
|
Item: SorcererStone_Middle2
|
|
Rate: 210
|
|
- Index: 37
|
|
Item: ShadowchasStone_Middle2
|
|
Rate: 211
|
|
- Index: 38
|
|
Item: HighpriestStone_Middle
|
|
Rate: 211
|
|
- Index: 39
|
|
Item: PaladinStone_Middle
|
|
Rate: 211
|
|
- Index: 40
|
|
Item: AssacrossStone_Middle
|
|
Rate: 211
|
|
- Index: 41
|
|
Item: ShadowchaseStone_Middle
|
|
Rate: 211
|
|
- Index: 42
|
|
Item: MechanicStone_Middle
|
|
Rate: 211
|
|
- Index: 43
|
|
Item: WanderMinstStone_Middle
|
|
Rate: 211
|
|
- Index: 44
|
|
Item: RuneknightStone_Middle
|
|
Rate: 211
|
|
- Index: 45
|
|
Item: GeneticStone_Middle
|
|
Rate: 211
|
|
- Index: 46
|
|
Item: WarlockStone_Middle
|
|
Rate: 211
|
|
- Index: 47
|
|
Item: SuraStone_Middle
|
|
Rate: 211
|
|
- Index: 48
|
|
Item: RangerStone_Middle
|
|
Rate: 211
|
|
- Index: 49
|
|
Item: SorcererStone_Middle
|
|
Rate: 211
|
|
- Index: 50
|
|
Item: CastingStone_Middle
|
|
Rate: 211
|
|
- Index: 51
|
|
Item: LexAeternaStone_Middle
|
|
Rate: 211
|
|
- Index: 52
|
|
Item: EXPStone_Middle
|
|
Rate: 211
|
|
- Index: 53
|
|
Item: Critical_Stone
|
|
Rate: 211
|
|
- Index: 54
|
|
Item: Range_Stone
|
|
Rate: 211
|
|
- Index: 55
|
|
Item: ReloadStone_Middle
|
|
Rate: 211
|
|
- Index: 56
|
|
Item: DefenseStone_Middle
|
|
Rate: 211
|
|
- Group: COS_ENCHANTSTONE_BOX3
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: SmatkStone_Robe
|
|
Rate: 115
|
|
- Index: 1
|
|
Item: M_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 2
|
|
Item: R_PATKStone_Robe
|
|
Rate: 115
|
|
- Index: 3
|
|
Item: ResistDefStone_Robe
|
|
Rate: 115
|
|
- Index: 4
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 5
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 6
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 7
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 116
|
|
- Index: 8
|
|
Item: CastStone_Robe_D
|
|
Rate: 116
|
|
- Index: 9
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 10
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 116
|
|
- Index: 11
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 116
|
|
- Index: 12
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 116
|
|
- Index: 13
|
|
Item: CrtStone_Robe_D
|
|
Rate: 116
|
|
- Index: 14
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 116
|
|
- Index: 15
|
|
Item: ConStone_Robe_D
|
|
Rate: 116
|
|
- Index: 16
|
|
Item: SplStone_Robe_D
|
|
Rate: 116
|
|
- Index: 17
|
|
Item: POWStone_Robe_D
|
|
Rate: 116
|
|
- Index: 18
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 116
|
|
- Index: 19
|
|
Item: RuneknightStone_Robe2
|
|
Rate: 200
|
|
- Index: 20
|
|
Item: GeneticStone_Robe2
|
|
Rate: 200
|
|
- Index: 21
|
|
Item: WanderMinsStone_Robe2
|
|
Rate: 200
|
|
- Index: 22
|
|
Item: WarlockStone_Robe2
|
|
Rate: 200
|
|
- Index: 23
|
|
Item: RoyalguardStone_Robe2
|
|
Rate: 200
|
|
- Index: 24
|
|
Item: GuillcrossStone_Robe2
|
|
Rate: 200
|
|
- Index: 25
|
|
Item: RangerStone_Robe2
|
|
Rate: 200
|
|
- Index: 26
|
|
Item: MechanicStone_Robe2
|
|
Rate: 200
|
|
- Index: 27
|
|
Item: ArchbishopStone_Robe2
|
|
Rate: 200
|
|
- Index: 28
|
|
Item: SoulreaperStone_Robe
|
|
Rate: 200
|
|
- Index: 29
|
|
Item: StaremperorStone_Robe
|
|
Rate: 200
|
|
- Index: 30
|
|
Item: KagerouStone_Robe
|
|
Rate: 200
|
|
- Index: 31
|
|
Item: OboroStone_Robe
|
|
Rate: 200
|
|
- Index: 32
|
|
Item: RebellionStone_Robe
|
|
Rate: 200
|
|
- Index: 33
|
|
Item: DoramStone_Robe
|
|
Rate: 200
|
|
- Index: 34
|
|
Item: SuraStone_Robe2
|
|
Rate: 200
|
|
- Index: 35
|
|
Item: SorcererStone_Robe2
|
|
Rate: 200
|
|
- Index: 36
|
|
Item: ShadowchaserStone_Robe2
|
|
Rate: 200
|
|
- Index: 37
|
|
Item: ArchbishopStone_Robe
|
|
Rate: 200
|
|
- Index: 38
|
|
Item: RoyalguardStone_Robe
|
|
Rate: 200
|
|
- Index: 39
|
|
Item: GuillcrossStone_Robe
|
|
Rate: 200
|
|
- Index: 40
|
|
Item: ShadowchaserStone_Robe
|
|
Rate: 200
|
|
- Index: 41
|
|
Item: MechanicStone_Robe
|
|
Rate: 200
|
|
- Index: 42
|
|
Item: WanderMinstreStone_Robe
|
|
Rate: 200
|
|
- Index: 43
|
|
Item: RuneknightStone_Robe
|
|
Rate: 200
|
|
- Index: 44
|
|
Item: GeneticStone_Robe
|
|
Rate: 200
|
|
- Index: 45
|
|
Item: WarlockStone_Robe
|
|
Rate: 200
|
|
- Index: 46
|
|
Item: SuraStone_Robe
|
|
Rate: 200
|
|
- Index: 47
|
|
Item: RangerStone_Robe
|
|
Rate: 200
|
|
- Index: 48
|
|
Item: SorcererStone_Robe
|
|
Rate: 200
|
|
- Index: 49
|
|
Item: DoubleAttack_Stone
|
|
Rate: 200
|
|
- Index: 50
|
|
Item: Critical_Stone_Robe
|
|
Rate: 200
|
|
- Index: 51
|
|
Item: CastStone_Robe
|
|
Rate: 200
|
|
- Index: 52
|
|
Item: MinorCastingStone_Robe
|
|
Rate: 200
|
|
- Index: 53
|
|
Item: CastingStone_Robe
|
|
Rate: 200
|
|
- Index: 54
|
|
Item: HPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 55
|
|
Item: SPdrainStone_Robe
|
|
Rate: 200
|
|
- Index: 56
|
|
Item: ASPDStone_Robe
|
|
Rate: 200
|
|
- Index: 57
|
|
Item: SuNoviceStone_Robe
|
|
Rate: 200
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: WaterFieldEffect_Bottom
|
|
Rate: 910
|
|
- Index: 1
|
|
Item: GreenFloor_Bottom
|
|
Rate: 909
|
|
- Index: 2
|
|
Item: WhiteBodyEffect_Middle
|
|
Rate: 909
|
|
- Index: 3
|
|
Item: ExplodingEffect_Middle
|
|
Rate: 909
|
|
- Index: 4
|
|
Item: BlueAuraEffect_Middle
|
|
Rate: 909
|
|
- Index: 5
|
|
Item: ShadowEffect_Middle
|
|
Rate: 909
|
|
- Index: 6
|
|
Item: PinkGlowEffect_Middle
|
|
Rate: 909
|
|
- Index: 7
|
|
Item: ElectricEffect_Middle
|
|
Rate: 909
|
|
- Index: 8
|
|
Item: ShrinkEffect_Middle
|
|
Rate: 909
|
|
- Index: 9
|
|
Item: GhostEffect_Middle
|
|
Rate: 909
|
|
- Index: 10
|
|
Item: TwinkleEffect_Top
|
|
Rate: 909
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: RuneknightStone_Bottom3
|
|
Rate: 105
|
|
- Index: 1
|
|
Item: WarlockStone_Bottom3
|
|
Rate: 105
|
|
- Index: 2
|
|
Item: RoyalguardStone_Bottom3
|
|
Rate: 105
|
|
- Index: 3
|
|
Item: WanderMinsStone_Bottom3
|
|
Rate: 105
|
|
- Index: 4
|
|
Item: GeneticStone_Bottom3
|
|
Rate: 105
|
|
- Index: 5
|
|
Item: SorcererStone_Bottom3
|
|
Rate: 105
|
|
- Index: 6
|
|
Item: ArchbishopStone_Bottom3
|
|
Rate: 105
|
|
- Index: 7
|
|
Item: RangerStone_Bottom3
|
|
Rate: 105
|
|
- Index: 8
|
|
Item: ShadowchasStone_Bottom3
|
|
Rate: 105
|
|
- Index: 9
|
|
Item: SuraStone_Bottom3
|
|
Rate: 105
|
|
- Index: 10
|
|
Item: MechanicStone_Bottom3
|
|
Rate: 105
|
|
- Index: 11
|
|
Item: GuillcrossStone_Bottom3
|
|
Rate: 105
|
|
- Index: 12
|
|
Item: StarStone_Bottom3
|
|
Rate: 105
|
|
- Index: 13
|
|
Item: RebelStone_Bottom3
|
|
Rate: 105
|
|
- Index: 14
|
|
Item: ReaperStone_Bottom3
|
|
Rate: 106
|
|
- Index: 15
|
|
Item: KagerouStone_Bottom3
|
|
Rate: 106
|
|
- Index: 16
|
|
Item: OboroStone_Bottom3
|
|
Rate: 106
|
|
- Index: 17
|
|
Item: DoramStone_Bottom3
|
|
Rate: 106
|
|
- Index: 18
|
|
Item: SuNoviceStone_Bottom
|
|
Rate: 106
|
|
- Index: 19
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 216
|
|
- Index: 20
|
|
Item: Range_Stone_Bottom
|
|
Rate: 216
|
|
- Index: 21
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 216
|
|
- Index: 22
|
|
Item: RuneknightStone_Bottom2
|
|
Rate: 216
|
|
- Index: 23
|
|
Item: GeneticStone_Bottom2
|
|
Rate: 216
|
|
- Index: 24
|
|
Item: WanderMinsStone_Bottom2
|
|
Rate: 216
|
|
- Index: 25
|
|
Item: WarlockStone_Bottom2
|
|
Rate: 216
|
|
- Index: 26
|
|
Item: PaladinStone_Bottom2
|
|
Rate: 216
|
|
- Index: 27
|
|
Item: AssacrossStone_Bottom2
|
|
Rate: 216
|
|
- Index: 28
|
|
Item: RangerStone_Bottom2
|
|
Rate: 216
|
|
- Index: 29
|
|
Item: MechanicStone_Bottom2
|
|
Rate: 216
|
|
- Index: 30
|
|
Item: HighpriestStone_Bottom2
|
|
Rate: 216
|
|
- Index: 31
|
|
Item: SoullinkerStone_Bottom
|
|
Rate: 216
|
|
- Index: 32
|
|
Item: GladiatorStone_Bottom
|
|
Rate: 216
|
|
- Index: 33
|
|
Item: NinjaStone_Bottom
|
|
Rate: 216
|
|
- Index: 34
|
|
Item: GunslingerStone_Bottom
|
|
Rate: 216
|
|
- Index: 35
|
|
Item: DoramStone_Bottom
|
|
Rate: 216
|
|
- Index: 36
|
|
Item: SuraStone_Bottom2
|
|
Rate: 216
|
|
- Index: 37
|
|
Item: SorcererStone_Bottom2
|
|
Rate: 216
|
|
- Index: 38
|
|
Item: ShadowchasStone_Bottom2
|
|
Rate: 216
|
|
- Index: 39
|
|
Item: HighpriestStone_Bottom
|
|
Rate: 216
|
|
- Index: 40
|
|
Item: PaladinStone_Bottom
|
|
Rate: 216
|
|
- Index: 41
|
|
Item: AssacrossStone_Bottom
|
|
Rate: 216
|
|
- Index: 42
|
|
Item: ShadowchaseStone_Bottom
|
|
Rate: 216
|
|
- Index: 43
|
|
Item: MechanicStone_Bottom
|
|
Rate: 216
|
|
- Index: 44
|
|
Item: WanderMinstStone_Bottom
|
|
Rate: 216
|
|
- Index: 45
|
|
Item: RuneknightStone_Bottom
|
|
Rate: 216
|
|
- Index: 46
|
|
Item: GeneticStone_Bottom
|
|
Rate: 216
|
|
- Index: 47
|
|
Item: WarlockStone_Bottom
|
|
Rate: 216
|
|
- Index: 48
|
|
Item: SuraStone_Bottom
|
|
Rate: 217
|
|
- Index: 49
|
|
Item: RangerStone_Bottom
|
|
Rate: 217
|
|
- Index: 50
|
|
Item: SorcererStone_Bottom
|
|
Rate: 217
|
|
- Index: 51
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 217
|
|
- Index: 52
|
|
Item: CastingStone_Bottom
|
|
Rate: 217
|
|
- Index: 53
|
|
Item: ReloadStone_Bottom
|
|
Rate: 217
|
|
- Index: 54
|
|
Item: EXPStone_Bottom
|
|
Rate: 217
|
|
- Index: 55
|
|
Item: DefenseStone_Bottom
|
|
Rate: 217
|
|
- Group: ENCHANT_STONE_BOX34
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Range_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 1
|
|
Item: Melee_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Magic_Stone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 3
|
|
Item: SmatkStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 4
|
|
Item: M_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 5
|
|
Item: R_PATKStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 6
|
|
Item: ResistDefStone_Robe
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 7
|
|
Item: StaminaWISStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 8
|
|
Item: POWStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 9
|
|
Item: SplStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 10
|
|
Item: ConStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 11
|
|
Item: CrtStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 12
|
|
Item: MinorCastStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 13
|
|
Item: aegis_1001604
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 14
|
|
Item: aegis_1001603
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 15
|
|
Item: aegis_1001605
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 16
|
|
Item: ReloadStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 17
|
|
Item: CriticalStone_Robe_D
|
|
Rate: 1
|
|
Announced: true
|
|
- Index: 18
|
|
Item: DoubleAttack_Stone
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 19
|
|
Item: Critical_Stone_Robe
|
|
Rate: 2
|
|
Announced: true
|
|
- Index: 20
|
|
Item: CastStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 21
|
|
Item: SPdrainStone_Robe_D
|
|
Rate: 4
|
|
Announced: true
|
|
- Index: 22
|
|
Item: HPdrainStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 23
|
|
Item: ASPDStone_Robe_D
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 24
|
|
Item: CastStone_Robe
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 25
|
|
Item: RuneknightStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 26
|
|
Item: RuneknightStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 27
|
|
Item: RuneknightStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 28
|
|
Item: RoyalguardStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 29
|
|
Item: RoyalguardStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 30
|
|
Item: RoyalguardStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 31
|
|
Item: RebelStone_Top3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 32
|
|
Item: RebelStone_Middle3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 33
|
|
Item: RebelStone_Bottom3
|
|
Rate: 8
|
|
Announced: true
|
|
- Index: 34
|
|
Item: Stone_Robe_Box
|
|
Rate: 17
|
|
- Index: 35
|
|
Item: Stone_Robe3_Box
|
|
Rate: 17
|
|
- Index: 36
|
|
Item: Magic_Stone_Top
|
|
Rate: 20
|
|
- Index: 37
|
|
Item: Magic_Stone_Middle
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Magic_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Range_Stone_Top
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Range_Stone
|
|
Rate: 20
|
|
- Index: 41
|
|
Item: Range_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 42
|
|
Item: Melee_Stone_Top
|
|
Rate: 20
|
|
- Index: 43
|
|
Item: Melee_Stone_Middle
|
|
Rate: 20
|
|
- Index: 44
|
|
Item: Melee_Stone_Bottom
|
|
Rate: 20
|
|
- Index: 45
|
|
Item: DefenseStone_Top
|
|
Rate: 20
|
|
- Index: 46
|
|
Item: DefenseStone_Middle
|
|
Rate: 20
|
|
- Index: 47
|
|
Item: DefenseStone_Bottom
|
|
Rate: 20
|
|
- Index: 48
|
|
Item: ReloadStone_Top
|
|
Rate: 20
|
|
- Index: 49
|
|
Item: ReloadStone_Middle
|
|
Rate: 20
|
|
- Index: 50
|
|
Item: ReloadStone_Bottom
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: EXPStone_Middle
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: EXPStone_Bottom
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: EXPStone_Top
|
|
Rate: 20
|
|
- Index: 54
|
|
Item: Stone_Top_Box
|
|
Rate: 40
|
|
- Index: 55
|
|
Item: Stone_Top2_Box
|
|
Rate: 40
|
|
- Index: 56
|
|
Item: Stone_Middle_Box
|
|
Rate: 40
|
|
- Index: 57
|
|
Item: Stone_Middle2_Box
|
|
Rate: 40
|
|
- Index: 58
|
|
Item: Stone_Bottom_Box
|
|
Rate: 40
|
|
- Index: 59
|
|
Item: Stone_Bottom2_Box
|
|
Rate: 40
|
|
- Index: 60
|
|
Item: CastingStone_Top
|
|
Rate: 40
|
|
- Index: 61
|
|
Item: CastingStone_Middle
|
|
Rate: 40
|
|
- Index: 62
|
|
Item: CastingStone_Bottom
|
|
Rate: 40
|
|
- Index: 63
|
|
Item: Critical_Stone
|
|
Rate: 40
|
|
- Index: 64
|
|
Item: Critical_Stone_Top
|
|
Rate: 40
|
|
- Index: 65
|
|
Item: Critical_Stone_Bottom
|
|
Rate: 40
|
|
- Group: R_EP178_BOSS
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: R48_85_Bestia_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 1
|
|
Item: EL_A17T_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 2
|
|
Item: Redpepper_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 3
|
|
Item: Silva_Papilia_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 4
|
|
Item: Gran_Papilia_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 5
|
|
Item: Sweety_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 6
|
|
Item: Pitaya_Boss_Card
|
|
Rate: 910
|
|
Announced: true
|
|
- Index: 7
|
|
Item: Miguel_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 8
|
|
Item: EP18_Burning_Fang_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 9
|
|
Item: EP18_Demi_Freyja_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Index: 10
|
|
Item: EP18_Schulang_Card
|
|
Rate: 909
|
|
Announced: true
|
|
- Group: C_INSURANCE_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Insurance
|
|
Amount: 10
|
|
- Group: C_INSURANCE_PACKAGE50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Insurance
|
|
Amount: 50
|
|
- Group: C_GIANT_FLY_WING_BOX100
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Giant_Fly_Wing
|
|
Amount: 100
|
|
- Group: C_SIEGFRIED_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Token_Of_Siegfried
|
|
Amount: 5
|
|
- Group: C_SIEGFRIED_BOX20
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Token_Of_Siegfried
|
|
Amount: 20
|
|
- Group: C_CONVEX_MIRROR_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Convex_Mirror
|
|
Amount: 30
|
|
- Group: C_BLESSING_10_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Blessing_10_Scroll
|
|
Amount: 50
|
|
- Group: C_INC_AGI_10_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Inc_Agi_10_Scroll
|
|
Amount: 50
|
|
- Group: C_ASPERSIO_5_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: J_Aspersio_5_Scroll_C
|
|
Amount: 50
|
|
- Group: C_BATTLE_MANUAL_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
- Group: C_BATTLE_MANUAL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Battle_Manual
|
|
Amount: 10
|
|
- Group: C_BUBBLE_GUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum
|
|
- Group: C_BUBBLE_GUM_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Bubble_Gum
|
|
Amount: 10
|
|
- Group: C_MEGAPHONE_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Megaphone_
|
|
Amount: 10
|
|
- Group: C_ENRICHED_ELUNIUM_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Elunium
|
|
Amount: 10
|
|
- Group: C_ENRICHED_ELUNIUM_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Elunium
|
|
Amount: 5
|
|
- Group: C_ENRICHED_ORIDECON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 10
|
|
- Group: C_ENC_ORIDECON_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Enriched_Oridecon
|
|
Amount: 5
|
|
- Group: C_NEURALIZER_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Neuralizer
|
|
- Group: C_ABRASIVE_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Abrasive
|
|
Amount: 10
|
|
- Group: C_MAX_WEIGHT_UP_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Max_Weight_Up_Scroll
|
|
- Group: C_REGENERATION_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Regeneration_Potion
|
|
Amount: 10
|
|
- Group: C_S_LIFE_POTION_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Small_Life_Potion
|
|
Amount: 50
|
|
- Group: C_MED_LIFE_POTION_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Med_Life_Potion
|
|
Amount: 50
|
|
- Group: C_S_ARMORBOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Shadow_Armor_S
|
|
Amount: 10
|
|
- Group: C_HOLY_ARMOR_S_BOX30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Holy_Armor_S
|
|
Amount: 30
|
|
- Group: C_NEW_STYLE_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: New_Style_Coupon
|
|
- Group: C_ALICE_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Alice_Scroll
|
|
Amount: 10
|
|
- Group: C_MIMIC_SCROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mimic_Scroll
|
|
Amount: 10
|
|
- Group: C_DISGUISE_CROLL_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Disguise_Scroll
|
|
Amount: 10
|
|
- Group: C_MP_SCROLL_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Magic_Power_Scroll
|
|
Amount: 50
|
|
- Group: CCLOTH_DYE_COUPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clothing_Dye_Coupon
|
|
- Group: CCLOTH_DYE_COUPON2_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Clothing_Dye_Coupon2
|
|
- Group: C_MENTAL_POTION50_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mental_Potion
|
|
Amount: 50
|
|
- Group: C_JOB_MANUAL25_BOX1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Job_Manual25
|
|
- Group: C_JOB_MANUAL25_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Job_Manual25
|
|
Amount: 10
|
|
- Group: C_SIEGE_SCROLL_BOX1_30
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Siege_Teleport_Scroll
|
|
Amount: 30
|
|
- Group: C_HD_BRADIUM_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 5
|
|
- Group: C_HD_BRADIUM_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Bradium
|
|
Amount: 10
|
|
- Group: C_HD_CARNIUM_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Carnium
|
|
Amount: 5
|
|
- Group: C_HD_CARNIUM_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Carnium
|
|
Amount: 10
|
|
- Group: C_HD_ORI_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 5
|
|
- Group: C_HD_ORI_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Oridecon
|
|
Amount: 10
|
|
- Group: C_HD_ELU_BOX5
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Elunium
|
|
Amount: 5
|
|
- Group: C_HD_ELU_BOX10
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: HD_Elunium
|
|
Amount: 10
|
|
- Group: C_RAPID_LIFE_WATER_BOX2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Rapid_Life_Water
|
|
Amount: 10
|
|
- Group: CHANGE_NAME_CARD_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Change_Name_Card
|
|
- Group: C_MYST_WATER_BOX50
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Mysterious_Water
|
|
Amount: 50
|
|
- Group: STATUS_RESET_COUPON_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Status_Reset_Coupon
|
|
- Group: AID_BUFF_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Premium_Box
|
|
- Group: INVENTORY_EX_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Inventory_Ex
|
|
- Group: PETTRADETICKET_BOX
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Succu_Pet_Coupon
|
|
Rate: 10
|
|
- Index: 1
|
|
Item: Imp_Pet_Coupon
|
|
Rate: 10
|
|
- Index: 2
|
|
Item: Chung_E_Pet_Coupon
|
|
Rate: 10
|
|
- Index: 3
|
|
Item: Ticket_Nightmare
|
|
Rate: 10
|
|
- Index: 4
|
|
Item: Ticket_Loli_Ruri
|
|
Rate: 10
|
|
- Index: 5
|
|
Item: Ticket_Goblin_Leader
|
|
Rate: 10
|
|
- Index: 6
|
|
Item: Ticket_Incubus
|
|
Rate: 10
|
|
- Index: 7
|
|
Item: Ticket_Whisper
|
|
Rate: 10
|
|
- Index: 8
|
|
Item: Ticket_Wicked_Nymph
|
|
Rate: 10
|
|
- Index: 9
|
|
Item: Ticket_Marionette
|
|
Rate: 10
|
|
- Index: 10
|
|
Item: Ticket_Dullahan
|
|
Rate: 10
|
|
- Index: 11
|
|
Item: Ticket_Shinobi
|
|
Rate: 10
|
|
- Index: 12
|
|
Item: Ticket_Golem
|
|
Rate: 10
|
|
- Index: 13
|
|
Item: Poring_Ticket
|
|
Rate: 10
|
|
- Index: 14
|
|
Item: Drops_Ticket
|
|
Rate: 10
|
|
- Index: 15
|
|
Item: Poporing_Ticket
|
|
Rate: 10
|
|
- Index: 16
|
|
Item: Lunatic_Ticket
|
|
Rate: 10
|
|
- Index: 17
|
|
Item: Picky_Ticket
|
|
Rate: 10
|
|
- Index: 18
|
|
Item: Pecopeco_Ticket
|
|
Rate: 10
|
|
- Index: 19
|
|
Item: Savage_Baby_Ticket
|
|
Rate: 10
|
|
- Index: 20
|
|
Item: Spore_Ticket
|
|
Rate: 10
|
|
- Index: 21
|
|
Item: Poison_Spore_Ticket
|
|
Rate: 10
|
|
- Index: 22
|
|
Item: Chonchon_Ticket
|
|
Rate: 10
|
|
- Index: 23
|
|
Item: Steel_Chonchon_Ticket
|
|
Rate: 10
|
|
- Index: 24
|
|
Item: Petit_Ticket
|
|
Rate: 10
|
|
- Index: 25
|
|
Item: Deviruchi_Ticket
|
|
Rate: 10
|
|
- Index: 26
|
|
Item: Isis_Ticket
|
|
Rate: 10
|
|
- Index: 27
|
|
Item: Smokie_Ticket
|
|
Rate: 10
|
|
- Index: 28
|
|
Item: Dokebi_Ticket
|
|
Rate: 10
|
|
- Index: 29
|
|
Item: Desert_Wolf_B_Ticket
|
|
Rate: 10
|
|
- Index: 30
|
|
Item: Yoyo_Ticket
|
|
Rate: 10
|
|
- Index: 31
|
|
Item: Sohee_Ticket
|
|
Rate: 10
|
|
- Index: 32
|
|
Item: Rocker_Ticket
|
|
Rate: 10
|
|
- Index: 33
|
|
Item: Hunter_Fly_Ticket
|
|
Rate: 10
|
|
- Index: 34
|
|
Item: Orc_Warrior_Ticket
|
|
Rate: 10
|
|
- Index: 35
|
|
Item: Bapho_Jr_Ticket
|
|
Rate: 10
|
|
- Index: 36
|
|
Item: Munak_Ticket
|
|
Rate: 10
|
|
- Index: 37
|
|
Item: Bongun_Ticket
|
|
Rate: 10
|
|
- Index: 38
|
|
Item: Goblin_Ticket
|
|
Rate: 10
|
|
- Index: 39
|
|
Item: Hardtack_Ticket
|
|
Rate: 10
|
|
- Index: 40
|
|
Item: Zherlthsh_Ticket
|
|
Rate: 10
|
|
- Index: 41
|
|
Item: Alice_Ticket
|
|
Rate: 10
|
|
- Index: 42
|
|
Item: Pet_Exchange
|
|
Rate: 10
|
|
- Index: 43
|
|
Item: Snow_Rabbit_Ticket
|
|
Rate: 10
|
|
- Index: 44
|
|
Item: Tikbalang_Ticket
|
|
Rate: 10
|
|
- Group: ADVANCED_TAIMING_ITEM
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: No_Recipient
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Heart_Of_Her
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Tantanmen
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Flaming_Ice
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Fit_Pipe
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Sway_Apron
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Tikbalang_Belt
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Sap_Jelly
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Airship_Part
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Little_Dall_Needle
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 2
|
|
- Index: 12
|
|
Item: Boy's_Naivety
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: Gril's_Naivety
|
|
Rate: 2
|
|
- Index: 14
|
|
Item: Monster_Juice
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Staff_Of_Leader
|
|
Rate: 1
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: No_Recipient
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Heart_Of_Her
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Tantanmen
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Flaming_Ice
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Fit_Pipe
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Sway_Apron
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Tikbalang_Belt
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Sap_Jelly
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Airship_Part
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Little_Dall_Needle
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 2
|
|
- Index: 12
|
|
Item: Boy's_Naivety
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: Gril's_Naivety
|
|
Rate: 2
|
|
- Index: 14
|
|
Item: Monster_Juice
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Staff_Of_Leader
|
|
Rate: 1
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: No_Recipient
|
|
Rate: 1
|
|
- Index: 1
|
|
Item: Heart_Of_Her
|
|
Rate: 1
|
|
- Index: 2
|
|
Item: Tantanmen
|
|
Rate: 1
|
|
- Index: 3
|
|
Item: Silver_Knife_Of_Chaste
|
|
Rate: 1
|
|
- Index: 4
|
|
Item: Flaming_Ice
|
|
Rate: 1
|
|
- Index: 5
|
|
Item: Fit_Pipe
|
|
Rate: 1
|
|
- Index: 6
|
|
Item: Sway_Apron
|
|
Rate: 1
|
|
- Index: 7
|
|
Item: Tikbalang_Belt
|
|
Rate: 1
|
|
- Index: 8
|
|
Item: Sap_Jelly
|
|
Rate: 1
|
|
- Index: 9
|
|
Item: Airship_Part
|
|
Rate: 1
|
|
- Index: 10
|
|
Item: Little_Dall_Needle
|
|
Rate: 1
|
|
- Index: 11
|
|
Item: Luxury_Whisky_Bottle
|
|
Rate: 2
|
|
- Index: 12
|
|
Item: Boy's_Naivety
|
|
Rate: 2
|
|
- Index: 13
|
|
Item: Gril's_Naivety
|
|
Rate: 2
|
|
- Index: 14
|
|
Item: Monster_Juice
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Skull_Of_Vagabond
|
|
Rate: 1
|
|
- Index: 16
|
|
Item: Delicious_Shaved_Ice
|
|
Rate: 1
|
|
- Index: 17
|
|
Item: Staff_Of_Leader
|
|
Rate: 1
|
|
- Group: ADVANCED_TAIMING_ITEM2
|
|
SubGroups:
|
|
- SubGroup: 1
|
|
List:
|
|
- Index: 0
|
|
Item: Very_Red_Juice
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Shining_Stone
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Contracts_In_Shadow
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Book_Of_Devil
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: Fan_Of_Wind
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: Magical_Lithography
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Hell_Contract
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: Gril_Doll
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: Oilpalm_Coconut
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Summer_Fan
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Ball_Mask
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Black_Butterfly_Mask
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Death_Coil
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Hell_Horn
|
|
Rate: 1
|
|
- SubGroup: 2
|
|
List:
|
|
- Index: 0
|
|
Item: Very_Red_Juice
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Shining_Stone
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Contracts_In_Shadow
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Book_Of_Devil
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: Fan_Of_Wind
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: Magical_Lithography
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Hell_Contract
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: Gril_Doll
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: Oilpalm_Coconut
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Summer_Fan
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Ball_Mask
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Black_Butterfly_Mask
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Death_Coil
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Hell_Horn
|
|
Rate: 1
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: Very_Red_Juice
|
|
Rate: 3
|
|
- Index: 1
|
|
Item: Prohibition_Red_Candle
|
|
Rate: 3
|
|
- Index: 2
|
|
Item: Armlet_Of_Obedience
|
|
Rate: 3
|
|
- Index: 3
|
|
Item: Shining_Stone
|
|
Rate: 3
|
|
- Index: 4
|
|
Item: Contracts_In_Shadow
|
|
Rate: 3
|
|
- Index: 5
|
|
Item: Book_Of_Devil
|
|
Rate: 3
|
|
- Index: 6
|
|
Item: Fan_Of_Wind
|
|
Rate: 3
|
|
- Index: 7
|
|
Item: Magical_Lithography
|
|
Rate: 3
|
|
- Index: 8
|
|
Item: Hell_Contract
|
|
Rate: 3
|
|
- Index: 9
|
|
Item: Gril_Doll
|
|
Rate: 3
|
|
- Index: 10
|
|
Item: Oilpalm_Coconut
|
|
Rate: 3
|
|
- Index: 11
|
|
Item: Summer_Fan
|
|
Rate: 1
|
|
- Index: 12
|
|
Item: Ball_Mask
|
|
Rate: 1
|
|
- Index: 13
|
|
Item: Black_Butterfly_Mask
|
|
Rate: 1
|
|
- Index: 14
|
|
Item: Death_Coil
|
|
Rate: 1
|
|
- Index: 15
|
|
Item: Hell_Horn
|
|
Rate: 1
|
|
- Group: INVENTORY_EX_10BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Inventory_Ex
|
|
Amount: 10
|
|
- Group: COSTUMEMILEPACK_34_1
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 100
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 12
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 3
|
|
- Group: COSTUMEMILEPACK_34_2
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 200
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 25
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 5
|
|
- Group: COSTUMEMILEPACK_34_3
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Nyangvine_Fruit
|
|
Amount: 400
|
|
- Index: 1
|
|
Item: Evt_Cos_Coin
|
|
Amount: 50
|
|
- Index: 2
|
|
Item: Enchant_Stone_Box34
|
|
Amount: 10
|
|
- Group: AEGIS_102947
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 4
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 5
|
|
Item: Gaebolg_Armor
|
|
Rate: 150
|
|
- Index: 6
|
|
Item: Gaebolg_Robe
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: Gaebolg_Boots
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: Gaebolg_Shoes
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: Gaebolg_Manteau
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: Gaebolg_Muffler
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: Gaebolg_Armor
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Gaebolg_Robe
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Gaebolg_Boots
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Gaebolg_Shoes
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Gaebolg_Manteau
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Gaebolg_Muffler
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Gaebolg_Armor
|
|
Rate: 20
|
|
- Index: 18
|
|
Item: Gaebolg_Robe
|
|
Rate: 20
|
|
- Index: 19
|
|
Item: Gaebolg_Boots
|
|
Rate: 20
|
|
- Index: 20
|
|
Item: Gaebolg_Shoes
|
|
Rate: 20
|
|
- Index: 21
|
|
Item: Gaebolg_Manteau
|
|
Rate: 20
|
|
- Index: 22
|
|
Item: Gaebolg_Muffler
|
|
Rate: 20
|
|
- Index: 23
|
|
Item: Gaebolg_Glove
|
|
Rate: 60
|
|
- Index: 24
|
|
Item: Gaebolg_Ring
|
|
Rate: 60
|
|
- Index: 25
|
|
Item: Gaebolg_Earring
|
|
Rate: 60
|
|
- Index: 26
|
|
Item: Gaebolg_Necklace
|
|
Rate: 60
|
|
- Index: 27
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 28
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 31
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 32
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 33
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 34
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 35
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 36
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 37
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 41
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 42
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 43
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 44
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 45
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 46
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 47
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 48
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 49
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 50
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 54
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 55
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 56
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 57
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 58
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 59
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 60
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 61
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 62
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 63
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 64
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 65
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 66
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 67
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 68
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 69
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 70
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 71
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 72
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 73
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 74
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 75
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 76
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 77
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 78
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 79
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 80
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 81
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 82
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 83
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 84
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 85
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 86
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 87
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 88
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 89
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 90
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 91
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Index: 92
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Index: 93
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Group: AEGIS_102948
|
|
SubGroups:
|
|
- SubGroup: 6
|
|
List:
|
|
- Index: 0
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 1
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 2
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 3
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 4
|
|
Item: aegis_1001480
|
|
Rate: 800
|
|
- Index: 5
|
|
Item: Gaebolg_Armor
|
|
Rate: 150
|
|
- Index: 6
|
|
Item: Gaebolg_Robe
|
|
Rate: 150
|
|
- Index: 7
|
|
Item: Gaebolg_Boots
|
|
Rate: 150
|
|
- Index: 8
|
|
Item: Gaebolg_Shoes
|
|
Rate: 150
|
|
- Index: 9
|
|
Item: Gaebolg_Manteau
|
|
Rate: 150
|
|
- Index: 10
|
|
Item: Gaebolg_Muffler
|
|
Rate: 150
|
|
- Index: 11
|
|
Item: Gaebolg_Armor
|
|
Rate: 100
|
|
- Index: 12
|
|
Item: Gaebolg_Robe
|
|
Rate: 100
|
|
- Index: 13
|
|
Item: Gaebolg_Boots
|
|
Rate: 100
|
|
- Index: 14
|
|
Item: Gaebolg_Shoes
|
|
Rate: 100
|
|
- Index: 15
|
|
Item: Gaebolg_Manteau
|
|
Rate: 100
|
|
- Index: 16
|
|
Item: Gaebolg_Muffler
|
|
Rate: 100
|
|
- Index: 17
|
|
Item: Gaebolg_Armor
|
|
Rate: 20
|
|
- Index: 18
|
|
Item: Gaebolg_Robe
|
|
Rate: 20
|
|
- Index: 19
|
|
Item: Gaebolg_Boots
|
|
Rate: 20
|
|
- Index: 20
|
|
Item: Gaebolg_Shoes
|
|
Rate: 20
|
|
- Index: 21
|
|
Item: Gaebolg_Manteau
|
|
Rate: 20
|
|
- Index: 22
|
|
Item: Gaebolg_Muffler
|
|
Rate: 20
|
|
- Index: 23
|
|
Item: Gaebolg_Glove
|
|
Rate: 60
|
|
- Index: 24
|
|
Item: Gaebolg_Ring
|
|
Rate: 60
|
|
- Index: 25
|
|
Item: Gaebolg_Earring
|
|
Rate: 60
|
|
- Index: 26
|
|
Item: Gaebolg_Necklace
|
|
Rate: 60
|
|
- Index: 27
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 28
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 29
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 30
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 31
|
|
Item: Ep21_Armor_E_Stone1
|
|
Rate: 100
|
|
- Index: 32
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 33
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 34
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 35
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 36
|
|
Item: Ep21_Armor_E_Stone2
|
|
Rate: 50
|
|
- Index: 37
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 38
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 39
|
|
Item: Ep21_Armor_E_Stone3
|
|
Rate: 20
|
|
- Index: 40
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 41
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 42
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 43
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 44
|
|
Item: Ep21_Robe_E_Stone1
|
|
Rate: 100
|
|
- Index: 45
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 46
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 47
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 48
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 49
|
|
Item: Ep21_Robe_E_Stone2
|
|
Rate: 50
|
|
- Index: 50
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 51
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 52
|
|
Item: Ep21_Robe_E_Stone3
|
|
Rate: 20
|
|
- Index: 53
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 54
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 55
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 56
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 57
|
|
Item: Ep21_Shoes_E_Stone1
|
|
Rate: 100
|
|
- Index: 58
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 59
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 60
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 61
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 62
|
|
Item: Ep21_Shoes_E_Stone2
|
|
Rate: 50
|
|
- Index: 63
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 64
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 65
|
|
Item: Ep21_Shoes_E_Stone3
|
|
Rate: 20
|
|
- Index: 66
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 67
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 68
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 69
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 70
|
|
Item: Ep21_Acc_E_Stone1
|
|
Rate: 100
|
|
- Index: 71
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 72
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 73
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 74
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 75
|
|
Item: Ep21_Acc_E_Stone2
|
|
Rate: 50
|
|
- Index: 76
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 77
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 78
|
|
Item: Ep21_Acc_E_Stone3
|
|
Rate: 20
|
|
- Index: 79
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 80
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 81
|
|
Item: EP19_Gla_Extract
|
|
Rate: 60
|
|
- Index: 82
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 83
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 84
|
|
Item: EP19_S_F_1_Extract
|
|
Rate: 60
|
|
- Index: 85
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 86
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 87
|
|
Item: EP20_D_P_Extract
|
|
Rate: 60
|
|
- Index: 88
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 89
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 90
|
|
Item: EP19_S_F_2_Extract
|
|
Rate: 60
|
|
- Index: 91
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Index: 92
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Index: 93
|
|
Item: EP19_S_F_3_Extract
|
|
Rate: 60
|
|
- Group: AEGIS_103033
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: Lance_Furious
|
|
- Index: 1
|
|
Item: Shield_Furious
|
|
- Group: AEGIS_103034
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: RightShape_Furious
|
|
- Index: 1
|
|
Item: LeftShape_Furious
|
|
- Group: P_BOOSTER_CALL_PACKAGE
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: P_Booster_Call
|
|
- Index: 1
|
|
Item: Booster_Pack_1
|
|
- Index: 2
|
|
Item: Booster_Hat_Box
|
|
- Index: 3
|
|
Item: Booster_Back_Box
|
|
- Index: 4
|
|
Item: Reset_Stat_Ticket
|
|
- Index: 5
|
|
Item: Reset_Skill_Ticket
|
|
- Index: 6
|
|
Item: E_Boarding_Halter_Box2
|
|
- Index: 7
|
|
Item: Boost_C_Enchant_2
|
|
- Group: P_COMPENSATION_BOX
|
|
SubGroups:
|
|
- SubGroup: 0
|
|
List:
|
|
- Index: 0
|
|
Item: P_Booster_Call_Package
|
|
- Index: 1
|
|
Item: E_EXP_Drop_Up_7days
|
|
- Index: 2
|
|
Item: Comp_AID_Buff_Box
|