|
@@ -0,0 +1,6894 @@
|
|
|
+# This file is a part of rAthena.
|
|
|
+# Copyright(C) 2022 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 Reform Database
|
|
|
+###########################################################################
|
|
|
+#
|
|
|
+# Item Reform Settings
|
|
|
+#
|
|
|
+###########################################################################
|
|
|
+# - Item Item that triggers Item Reform UI.
|
|
|
+# BaseItems: Items that can be reformed.
|
|
|
+# - BaseItem Item that can be reformed.
|
|
|
+# MinimumRefine Minimum refine level of the required items. (Default: 0)
|
|
|
+# MaximumRefine Maximum refine level of the required items. (Default: MAX_REFINE)
|
|
|
+# RequiredRandomOptions Amount of random options have to be in the item. (Default: 0)
|
|
|
+# CardsAllowed Allow cards in the target item. (Default: true)
|
|
|
+# Materials: Additional items needed for the reformation. (Default: none)
|
|
|
+# - Material Material item that is needed.
|
|
|
+# Amount Amount of the material item that is needed. (Default: 1)
|
|
|
+# ResultItem Item after the reform.
|
|
|
+# ChangeRefine Increase or decrease the refine during reformation. (Default: 0)
|
|
|
+# RandomOptionGroup Name of the random option group that will be applied. (Default: none)
|
|
|
+# ClearSlots Remove cards and socket enchants during reformation. (Default: false)
|
|
|
+# RemoveEnchantgrade Remove enchantgrade during reformation. (Default: false)
|
|
|
+###########################################################################
|
|
|
+
|
|
|
+Header:
|
|
|
+ Type: ITEM_REFORM_DB
|
|
|
+ Version: 1
|
|
|
+
|
|
|
+Body:
|
|
|
+ - Item: C_Weapon_Reform_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Saint_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Saint_Hall_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Undine_Spear_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Undine_Spear_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Demon_Hunting_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Demon_Hunting_Bible_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Light_Blade
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Light_Blade_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Magic_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Magic_Sword_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Fatalist
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Fatalist_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Iron_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Iron_Staff_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Blue_Crystal_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Blue_Crystal_Staff_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Shadow_Staff_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Shadow_Staff_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Freezing_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Freezing_Rod_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Iron_Nail_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Iron_Nail_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Ray_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Ray_Knuckle_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Sword_Of_Bluefire
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Sword_Of_Bluefire_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Slate_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Slate_Sword_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Royal_Bow_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Royal_Bow_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Scalet_Dragon_L_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Trumpet_Shell_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Trumpet_Shell_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Barb_Wire_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Barb_Wire_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Narcis_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Narcis_Bow_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Avenger
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Avenger_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Meteor_Striker
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Meteor_Striker_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Blade_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Blade_Katar_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Shiver_Katar_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Shiver_Katar_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Dragonic_Slayer
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Dragonic_Slayer_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Oriental_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Oriental_Sword_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Fog_Dew_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Fog_Dew_Sword_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Humma_Clear
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Humma_Clear_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_The_Black_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: The_Black_Gatling_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Crimson_Rose
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Crimson_Rose_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Demon_S_Shot
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Demon_S_Shot_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_OneSkyOneSun
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: OneSkyOneSun_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Golden_L_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Golden_L_Launcher_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_Master_Soul_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Master_Soul_Rifle_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_SoulWeight
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: SoulWeight_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Up_MeawFoxtail
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: MeawFoxtail_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+# - BaseItem: Up_Freedom_Stick
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 50
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Freedom_Stick_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Up_Blessed_Knife
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 50
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Blessed_Knife_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+ - Item: Consecrate_Weapon_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Adulter_F_T_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_T_Sword
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_T_Sword
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Lance
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Lance
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_G_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_G_Sword
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_G_Sword
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_G_Spear
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_G_Spear
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_G_Spear
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Axe
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Axe
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Axe
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Mace
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Mace
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Mace
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Lapier
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Lapier
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lapier
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Hall
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Hall
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Cakram
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Conse_F_Cakram
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Cakram
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Katar
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Katar
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Dagger
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Dagger
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Dagger
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_C_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_C_Bow
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_C_Bow
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_T_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_T_Staff
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_T_Staff
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Rod
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Rod
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_M_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_M_Book
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_M_Book
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_P_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_P_Book
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_P_Book
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Bible
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Bible
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Wand
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_Wand
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Knuckle
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_Knuckle
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Claw
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Claw
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Claw
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Ballista
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Ballista
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Ballista
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_A_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_A_Bow
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_A_Bow
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Violin
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Violin
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Violin
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_C_Rope
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_C_Rope
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_C_Rope
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Harp
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Harp
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Harp
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Ribbon
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Ribbon
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Ribbon
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Humma
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_C_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_C_Humma
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Revolver
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Revolver
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Rifle
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Gatling
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Launcher
|
|
|
+ Amount: 30
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Moon_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Moon_B
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Star_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Star_B
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_S_Stick
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_S_Stick
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_D_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_D_Wand
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Conse_F_F_Wand
|
|
|
+ Amount: 30
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_F_model
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_F_model
|
|
|
+ Amount: 30
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Adulter_F_Shotgun
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Shotgun
|
|
|
+ Amount: 30
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 200
|
|
|
+ ResultItem: Vivatus_F_Shotgun
|
|
|
+ ChangeRefine: -1
|
|
|
+ - Item: Hero_Weapon_Hammer_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Iron_Staff_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Iron_Staff_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Blue_Crystal_Staff_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Blue_Crystal_Staff_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Shadow_Staff_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Shadow_Staff_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Freezing_Rod_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Freezing_Rod_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Iron_Nail_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Iron_Nail_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Ray_Knuckle_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Ray_Knuckle_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+# - Item: Barmund_Plain_Reform
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Barmund_Plain_Armor
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Plain_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Plain_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Plain_Rune_Armor
|
|
|
+# - BaseItem: Barmund_Plain_Boots
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Plain_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Plain_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Plain_Rune_Boots
|
|
|
+# - BaseItem: Barmund_Plain_Hood
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Plain_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Plain_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Plain_Rune_Hood
|
|
|
+ - Item: Vivatus_Weapon_Hammer
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Vivatus_F_M_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_M_Book
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_P_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_P_Book
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Bible
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Ribbon
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Ribbon
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Harp
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Harp
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Claw
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Claw
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_C_Rope
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_C_Rope
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Violin
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Violin
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_A_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_A_Bow
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Ballista
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Ballista
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Knuckle
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Wand
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Rod
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_T_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_T_Staff
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_C_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_C_Bow
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Cakram
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Cakram
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Hall
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Dagger
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Dagger
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Katar
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Lapier
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Lapier
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Mace
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Mace
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_G_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_G_Sword
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Axe
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Axe
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_G_Spear
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_G_Spear
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Lance
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_T_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_T_Sword
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Humma
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_C_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_C_Humma
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Revolver
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Revolver
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Rifle
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Gatling
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Launcher
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Moon_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Moon_B
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Star_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Star_B
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_S_Stick
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_S_Stick
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_D_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_D_Wand
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_F_Wand
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_Shotgun
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_Shotgun
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Vivatus_F_F_model
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Vivatus_F_F_model
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: C_Weapon_Reform_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Saint_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Saint_Hall_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Undine_Spear_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Undine_Spear_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Demon_Hunting_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Demon_Hunting_Bible_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Light_Blade
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Light_Blade_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Magic_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Magic_Sword_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Fatalist
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Fatalist_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Iron_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Iron_Staff_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Blue_Crystal_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Blue_Crystal_Staff_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Shadow_Staff_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Shadow_Staff_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Freezing_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Freezing_Rod_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Iron_Nail_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Iron_Nail_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Ray_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Ray_Knuckle_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Sword_Of_Bluefire
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Sword_Of_Bluefire_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Slate_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Slate_Sword_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Royal_Bow_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Royal_Bow_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Scalet_Dragon_L_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Trumpet_Shell_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Trumpet_Shell_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Barb_Wire_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Barb_Wire_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Narcis_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Narcis_Bow_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Avenger
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Avenger_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Meteor_Striker
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Meteor_Striker_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Blade_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Blade_Katar_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Shiver_Katar_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Shiver_Katar_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Dragonic_Slayer
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Dragonic_Slayer_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Oriental_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Oriental_Sword_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Fog_Dew_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Fog_Dew_Sword_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Humma_Clear
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Humma_Clear_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_The_Black_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: The_Black_Gatling_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Crimson_Rose
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Crimson_Rose_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Demon_S_Shot
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Demon_S_Shot_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_OneSkyOneSun
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: OneSkyOneSun_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Golden_L_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Golden_L_Launcher_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_Master_Soul_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Master_Soul_Rifle_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_SoulWeight
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: SoulWeight_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Up_MeawFoxtail
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: MeawFoxtail_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+# - BaseItem: Up_Freedom_Stick
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Weapon_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 300
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 150
|
|
|
+# ResultItem: Freedom_Stick_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Up_Blessed_Knife
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Weapon_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 300
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 150
|
|
|
+# ResultItem: Blessed_Knife_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - Item: Helm_Of_Faith_Hammer
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Viva_Adul_Hat_WL1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_WL1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_WL2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_WL2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SR1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SR1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SR2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SR2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_AB1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_AB1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_AB2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_AB2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SC1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SC1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SC2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SC2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RA1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RA1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RA2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RA2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_LG1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_LG1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_LG2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_LG2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_GC1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_GC1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_GC2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_GC2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SO1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SO1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SO2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SO2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RK1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RK1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RK2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RK2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_WM1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_WM1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_WM2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_WM2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_NC1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_NC1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_NC2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_NC2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_GN1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_GN1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_GN2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_GN2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_KO1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_KO1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_KO2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_KO2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RL1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RL1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_RL2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_RL2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SP1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SP1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SP2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SP2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SJ1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SJ1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SJ2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SJ2
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SU1
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SU1
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Viva_Adul_Hat_SU2
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Viva_Adul_Hat_SU2
|
|
|
+# ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Up_Box_6
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Humma_Clear
|
|
|
+ ResultItem: Humma_Clear_LT
|
|
|
+ - BaseItem: Up_Fog_Dew_Sword
|
|
|
+ ResultItem: Fog_Dew_Sword_LT
|
|
|
+ - BaseItem: Up_Crimson_Rose
|
|
|
+ ResultItem: Crimson_Rose_LT
|
|
|
+ - BaseItem: Up_Master_Soul_Rifle
|
|
|
+ ResultItem: Master_Soul_Rifle_LT
|
|
|
+ - BaseItem: Up_Demon_S_Shot
|
|
|
+ ResultItem: Demon_S_Shot_LT
|
|
|
+ - BaseItem: Up_The_Black_Gatling
|
|
|
+ ResultItem: The_Black_Gatling_LT
|
|
|
+ - BaseItem: Up_Golden_L_Launcher
|
|
|
+ ResultItem: Golden_L_Launcher_LT
|
|
|
+ - BaseItem: Up_MeawFoxtail
|
|
|
+ ResultItem: MeawFoxtail_LT
|
|
|
+ - BaseItem: Up_OneSkyOneSun
|
|
|
+ ResultItem: OneSkyOneSun_LT
|
|
|
+ - BaseItem: Up_SoulWeight
|
|
|
+ ResultItem: SoulWeight_LT
|
|
|
+# - BaseItem: Up_Freedom_Stick
|
|
|
+# ResultItem: Freedom_Stick_LT
|
|
|
+# - BaseItem: Up_Blessed_Knife
|
|
|
+# ResultItem: Blessed_Knife_LT
|
|
|
+# - Item: Barmund_Flame_Reform
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Barmund_Flame_Armor
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Flame_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Flame_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Flame_Rune_Armor
|
|
|
+# - BaseItem: Barmund_Flame_Boots
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Flame_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Flame_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Flame_Rune_Boots
|
|
|
+# - BaseItem: Barmund_Flame_Hood
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Flame_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Flame_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Flame_Rune_Hood
|
|
|
+ - Item: Adulter_Weapon_Up_Box
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Adulter_F_M_Book
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_M_Book
|
|
|
+ - BaseItem: Adulter_F_P_Book
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_P_Book
|
|
|
+ - BaseItem: Adulter_F_Bible
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Bible
|
|
|
+ - BaseItem: Adulter_F_Ribbon
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Ribbon
|
|
|
+ - BaseItem: Adulter_F_Harp
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Harp
|
|
|
+ - BaseItem: Adulter_F_Claw
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Claw
|
|
|
+ - BaseItem: Adulter_F_C_Rope
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_C_Rope
|
|
|
+ - BaseItem: Adulter_F_Violin
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Violin
|
|
|
+ - BaseItem: Adulter_F_A_Bow
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_A_Bow
|
|
|
+ - BaseItem: Adulter_F_Ballista
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Ballista
|
|
|
+ - BaseItem: Adulter_F_Knuckle
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Knuckle
|
|
|
+ - BaseItem: Adulter_F_Wand
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Wand
|
|
|
+ - BaseItem: Adulter_F_Rod
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Rod
|
|
|
+ - BaseItem: Adulter_F_T_Staff
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_T_Staff
|
|
|
+ - BaseItem: Adulter_F_C_Bow
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_C_Bow
|
|
|
+ - BaseItem: Adulter_F_Cakram
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Cakram
|
|
|
+ - BaseItem: Adulter_F_Hall
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Hall
|
|
|
+ - BaseItem: Adulter_F_Dagger
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Dagger
|
|
|
+ - BaseItem: Adulter_F_Katar
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Katar
|
|
|
+ - BaseItem: Adulter_F_Lapier
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Lapier
|
|
|
+ - BaseItem: Adulter_F_Mace
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Mace
|
|
|
+ - BaseItem: Adulter_F_G_Sword
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_G_Sword
|
|
|
+ - BaseItem: Adulter_F_Axe
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Axe
|
|
|
+ - BaseItem: Adulter_F_G_Spear
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_G_Spear
|
|
|
+ - BaseItem: Adulter_F_Lance
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ - BaseItem: Adulter_F_T_Sword
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_T_Sword
|
|
|
+ - BaseItem: Adulter_F_Humma
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Humma
|
|
|
+ - BaseItem: Adulter_F_C_Humma
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_C_Humma
|
|
|
+ - BaseItem: Adulter_F_Revolver
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Revolver
|
|
|
+ - BaseItem: Adulter_F_Rifle
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Rifle
|
|
|
+ - BaseItem: Adulter_F_Gatling
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Gatling
|
|
|
+ - BaseItem: Adulter_F_Launcher
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Launcher
|
|
|
+ - BaseItem: Adulter_F_Moon_B
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Moon_B
|
|
|
+ - BaseItem: Adulter_F_Star_B
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Star_B
|
|
|
+ - BaseItem: Adulter_F_S_Stick
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_S_Stick
|
|
|
+ - BaseItem: Adulter_F_D_Wand
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_D_Wand
|
|
|
+ - BaseItem: Adulter_F_F_Wand
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_F_Wand
|
|
|
+ - BaseItem: Adulter_F_F_model
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_F_model
|
|
|
+ - BaseItem: Adulter_F_Shotgun
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 400
|
|
|
+ ResultItem: Vivatus_F_Shotgun
|
|
|
+# - Item: OS_Weapon_Hammer
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Beam_Claymore_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Beam_Claymore_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Meuchler_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Meuchler_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Blasti_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Blasti_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Virtual_Bow_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Virtual_Bow_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: MH_P89_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: MH_P89_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: AC_B44_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: AC_B44_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: HR_S55_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: HR_S55_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Burning_Knuckle_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Burning_Knuckle_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Cannon_Rapier_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Cannon_Rapier_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Saphir_Hall_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Saphir_Hall_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Ultio_Spes_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Ultio_Spes_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Rutilus_Stick_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Rutilus_Stick_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: ElectricFox_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: ElectricFox_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Circuit_Board_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Circuit_Board_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Kuroiro_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Kuroiro_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Boost_Lance_AD
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Boost_Lance_AD
|
|
|
+# ChangeRefine: 1
|
|
|
+ - Item: Thanos_W_Reform_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Sword_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Great_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_TSword_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Hammer
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Hammer_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Dagger
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Dagger_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Rod_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Whip
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Whip_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Violin
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Violin_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Staff_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Spear
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Spear_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Katar_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Axe
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Axe_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Bow_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Weapon_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ ResultItem: Thanos_Knuckle_AD
|
|
|
+ ChangeRefine: -1
|
|
|
+# - Item: Barmund_Death_Reform
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Barmund_Death_Armor
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Death_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Death_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Death_Rune_Armor
|
|
|
+# - BaseItem: Barmund_Death_Boots
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Death_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Death_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Death_Rune_Boots
|
|
|
+# - BaseItem: Barmund_Death_Hood
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Barmund_Death_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: Death_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# ResultItem: Death_Rune_Hood
|
|
|
+ - Item: Poenitentia_Hammer
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Poenitentia_Gladius
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Gladius
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ligula
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ligula
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Orbis
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Orbis
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Mucro
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Mucro
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Sol
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Sol
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Jana
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Jana
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Hasta
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Hasta
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Codex
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Codex
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Liber
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Liber
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Radius
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Radius
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Scipio
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Scipio
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Crystallum
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Crystallum
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ramus
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ramus
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Planta
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Planta
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ferrum
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ferrum
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Caestus
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Caestus
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ungula
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ungula
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Chorda
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Chorda
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Flagellum
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Flagellum
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Clava
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Clava
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Pendulus
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Pendulus
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ensis
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ensis
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Manus
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Manus
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ascia
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ascia
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Catapulta
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Catapulta
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Termes
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Termes
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Virga
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Virga
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Tenon
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Tenon
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Nervus
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Nervus
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Foramen
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Foramen
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Penet
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Penet
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Veloci
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Veloci
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenitentia_Ruina
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenitentia_Ruina
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenetentia_Vatia
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenetentia_Vatia
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenetentia_Attendo
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenetentia_Attendo
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Poenetentia_Dilacero
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Poenetentia_Dilacero
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Up_Box_4
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Trumpet_Shell_K
|
|
|
+ ResultItem: Trumpet_Shell_K_LT
|
|
|
+ - BaseItem: Up_Barb_Wire_K
|
|
|
+ ResultItem: Barb_Wire_K_LT
|
|
|
+ - BaseItem: Up_Narcis_Bow
|
|
|
+ ResultItem: Narcis_Bow_LT
|
|
|
+ - BaseItem: Up_Avenger
|
|
|
+ ResultItem: Avenger_LT
|
|
|
+ - BaseItem: Up_Meteor_Striker
|
|
|
+ ResultItem: Meteor_Striker_LT
|
|
|
+ - Item: Shadow_Changer_A_W
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: S_CriticalHit_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ Materials:
|
|
|
+ - Material: Shadowdecon
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: S_CriticalHit_Weapon
|
|
|
+ - BaseItem: S_KingbirdAncient_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ Materials:
|
|
|
+ - Material: Shadowdecon
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: S_KingbirdAnc_Weapon
|
|
|
+ - Item: IDTest_Special
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: C_Hill_Wind_Mask
|
|
|
+ ResultItem: Club__
|
|
|
+ ChangeRefine: 1
|
|
|
+ #RandomOptionGroup: BP # TODO: translate to our group names
|
|
|
+ ClearSlots: true
|
|
|
+ RemoveGrade: true
|
|
|
+ - BaseItem: C_Valkyrie_Circlet
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Club_
|
|
|
+ ChangeRefine: 2
|
|
|
+ #RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+ ClearSlots: true
|
|
|
+ RemoveGrade: true
|
|
|
+ - BaseItem: Avd_Knife
|
|
|
+ MinimumRefine: 1
|
|
|
+ MaximumRefine: 5
|
|
|
+ Materials:
|
|
|
+ - Material: Jellopy
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Tsurugi_
|
|
|
+ ChangeRefine: 3
|
|
|
+ #RandomOptionGroup: BP # TODO: translate to our group names
|
|
|
+ - BaseItem: Tsurugi_
|
|
|
+ MinimumRefine: 7
|
|
|
+ RequiredRandomOptions: 2
|
|
|
+ ResultItem: Ring
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Ring
|
|
|
+ Materials:
|
|
|
+ - Material: Jellopy
|
|
|
+ Amount: 10
|
|
|
+ - Material: Fluff
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Clothes_Of_The_Lord
|
|
|
+ ClearSlots: true
|
|
|
+ RemoveGrade: true
|
|
|
+ - BaseItem: Tsurugi_
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Tsurugi
|
|
|
+ ChangeRefine: -20
|
|
|
+ #RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+ - BaseItem: C_Hill_Wind_Mask
|
|
|
+ ResultItem: Katar
|
|
|
+ ChangeRefine: 5
|
|
|
+ #RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+ RemoveGrade: true
|
|
|
+ - BaseItem: SeeOtter_Fan
|
|
|
+ Materials:
|
|
|
+ - Material: Jellopy
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Poring_Card
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: SeeOtter_Fan
|
|
|
+ Materials:
|
|
|
+ - Material: Fluff
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Poring_Card
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Ora_Ora
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Hinalle
|
|
|
+ Amount: 3
|
|
|
+ - Material: Clover
|
|
|
+ Amount: 5
|
|
|
+ - Material: Singing_Plant
|
|
|
+ - Material: Aloe
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ment
|
|
|
+ Amount: 3
|
|
|
+ - Material: Animal_Blood
|
|
|
+ Amount: 3
|
|
|
+ ResultItem: Shoot
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Emperium
|
|
|
+ Materials:
|
|
|
+ - Material: Hinalle
|
|
|
+ Amount: 3
|
|
|
+ - Material: Clover
|
|
|
+ Amount: 5
|
|
|
+ - Material: Singing_Plant
|
|
|
+ - Material: Aloe
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ment
|
|
|
+ Amount: 3
|
|
|
+ - Material: Animal_Blood
|
|
|
+ Amount: 3
|
|
|
+ ResultItem: Blue_Gemstone
|
|
|
+ ChangeRefine: 1
|
|
|
+ #RandomOptionGroup: BP # TODO: translate to our group names
|
|
|
+# - Item: Barmund_Ice_Reform
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Barmund_Ice_Armor
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Ice_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Ice_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Ice_Rune_Armor
|
|
|
+# - BaseItem: Barmund_Ice_Boots
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Ice_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Ice_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Ice_Rune_Boots
|
|
|
+# - BaseItem: Barmund_Ice_Hood
|
|
|
+# MinimumRefine: 7
|
|
|
+# Materials:
|
|
|
+# - Material: Armor_Stone_4
|
|
|
+# Amount: 100
|
|
|
+# - Material: Barmund_Ice_Essence
|
|
|
+# Amount: 50
|
|
|
+# - Material: BarMealTicket
|
|
|
+# Amount: 500
|
|
|
+# - Material: Zelunium
|
|
|
+# Amount: 300
|
|
|
+# - Material: Ice_Barmund_Rune2
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Ice_Rune_Hood
|
|
|
+# - Item: OS_Helm_Hammer
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Sagittarius_DiademK_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Sagittarius_DiademK_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Scorpio_Diadem_K_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Scorpio_Diadem_K_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Large_Sorcerer_Crown_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Large_Sorcerer_Crown_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Stripe_Hat_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Stripe_Hat_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Phantom_Cap_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Phantom_Cap_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Ignis_CapK_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Ignis_CapK_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Clock_Casket_RD_LT
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Shadowdecon
|
|
|
+# Amount: 30
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 30
|
|
|
+# ResultItem: Clock_Casket_RD_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+ - Item: Thanos_W_Reform_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Sword_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Great_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_TSword_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Hammer
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Hammer_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Dagger
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Dagger_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Rod_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Whip
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Whip_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Violin
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Violin_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Staff_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Spear
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Spear_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Katar_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Axe
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Axe_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Bow_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ - Material: Weapon_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Knuckle_AD
|
|
|
+ ChangeRefine: -5
|
|
|
+ - Item: C_Armor_Reform_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Helm_1
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm1_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Helm_2
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm2_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Helm_3
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm3_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Great_Hero_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 100
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Hero_Boots_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Smoky_TransformHat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Raccoon_Leaf
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Smoky_TransformHat_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Whikebain_Ears_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Black_Kitty_Doll
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Whikebain_Ears_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Survive_Circlet_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Soft_Silk_Cloth
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Survive_Circlet_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: GoldFish_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Shining_Scales
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: GoldFish_Hat_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Imp_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Hot_Hair
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Imp_Hat_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Thanos_Helm_4
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm4_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Whikebain_Ears
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Black_Kitty_Doll
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Whikebain_Ears_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Mad_Bunny_K_
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Soft_Feather
|
|
|
+ Amount: 100
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Feather
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Mad_Bunny_K_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: King_Tiger_Doll_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Tiger_Footskin
|
|
|
+ Amount: 40
|
|
|
+ ResultItem: King_Tiger_Doll_Hat_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Zaha_Doll_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Limpid_Celestial_Robe
|
|
|
+ Amount: 200
|
|
|
+ - Material: Armor_Stone_1
|
|
|
+ Amount: 100
|
|
|
+ - Material: Soft_Silk_Cloth
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Baksojin_Hat_LT
|
|
|
+ ChangeRefine: -5
|
|
|
+# - BaseItem: Sagittarius_DiademK
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Sagittarius_DiademK_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Scorpio_Diadem_K
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Scorpio_Diadem_K_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Large_Sorcerer_Crown
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Large_Sorcerer_Crown_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Stripe_Hat
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Stripe_Hat_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Phantom_Cap
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Phantom_Cap_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Ignis_CapK
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Ignis_CapK_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - BaseItem: Clock_Casket_RD
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 100
|
|
|
+# - Material: Armor_Stone_1
|
|
|
+# Amount: 100
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 20
|
|
|
+# ResultItem: Clock_Casket_RD_LT
|
|
|
+# ChangeRefine: -5
|
|
|
+# - Item: Clock_Tower_W_Hammer
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Precision_Bow
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Bow
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Fist
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Fist
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Fuuma
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Fuuma
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Gatling
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Gatling
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Grenade
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Grenade
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Lute
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Lute
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Pistol
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Pistol
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Rifle
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Rifle
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Shotgun
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Shotgun
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Precision_Whip
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Precision_Whip
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Claymore
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Claymore
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Dagger
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Dagger
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Edge
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Edge
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Manual
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Manual
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Rod
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Rod
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Spear
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Spear
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Staff
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Staff
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Solid_Wand
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Solid_Wand
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Axe
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Axe
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Blade
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Blade
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Book
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Book
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Cross
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Cross
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Dagger
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Dagger
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Edge
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Edge
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Katar
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Katar
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Wicked_Plant
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Wicked_Plant
|
|
|
+# ChangeRefine: 1
|
|
|
+ - Item: Thanos_Upgrade_Box
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Sword
|
|
|
+ ResultItem: Thanos_Sword_AD
|
|
|
+ - BaseItem: Thanos_Great_Sword
|
|
|
+ ResultItem: Thanos_TSword_AD
|
|
|
+ - BaseItem: Thanos_Hammer
|
|
|
+ ResultItem: Thanos_Hammer_AD
|
|
|
+ - BaseItem: Thanos_Dagger
|
|
|
+ ResultItem: Thanos_Dagger_AD
|
|
|
+ - BaseItem: Thanos_Rod
|
|
|
+ ResultItem: Thanos_Rod_AD
|
|
|
+ - BaseItem: Thanos_Whip
|
|
|
+ ResultItem: Thanos_Whip_AD
|
|
|
+ - BaseItem: Thanos_Violin
|
|
|
+ ResultItem: Thanos_Violin_AD
|
|
|
+ - BaseItem: Thanos_Staff
|
|
|
+ ResultItem: Thanos_Staff_AD
|
|
|
+ - BaseItem: Thanos_Spear
|
|
|
+ ResultItem: Thanos_Spear_AD
|
|
|
+ - BaseItem: Thanos_Katar
|
|
|
+ ResultItem: Thanos_Katar_AD
|
|
|
+ - BaseItem: Thanos_Axe
|
|
|
+ ResultItem: Thanos_Axe_AD
|
|
|
+ - BaseItem: Thanos_Bow
|
|
|
+ ResultItem: Thanos_Bow_AD
|
|
|
+ - BaseItem: Thanos_Knuckle
|
|
|
+ ResultItem: Thanos_Knuckle_AD
|
|
|
+ - BaseItem: Thanos_Helm_1
|
|
|
+ ResultItem: Thanos_Helm1_LT
|
|
|
+ - BaseItem: Thanos_Helm_2
|
|
|
+ ResultItem: Thanos_Helm2_LT
|
|
|
+ - BaseItem: Thanos_Helm_3
|
|
|
+ ResultItem: Thanos_Helm3_LT
|
|
|
+ - BaseItem: Thanos_Helm_4
|
|
|
+ ResultItem: Thanos_Helm4_LT
|
|
|
+ - Item: Hero_Weapon_Hammer_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Saint_Hall_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Saint_Hall_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Undine_Spear_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Undine_Spear_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Demon_Hunting_Bible_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Demon_Hunting_Bible_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Light_Blade_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Light_Blade_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Magic_Sword_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Magic_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Fatalist_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Fatalist_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: C_Armor_Reform_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Helm_1
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm1_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Helm_2
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm2_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Helm_3
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm3_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Great_Hero_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Hero_Boots_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Smoky_TransformHat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Raccoon_Leaf
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Smoky_TransformHat_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Whikebain_Ears_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Black_Kitty_Doll
|
|
|
+ Amount: 100
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Whikebain_Ears_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Survive_Circlet_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Soft_Silk_Cloth
|
|
|
+ Amount: 200
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Survive_Circlet_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: GoldFish_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shining_Scales
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: GoldFish_Hat_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Imp_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Hot_Hair
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Imp_Hat_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Thanos_Helm_4
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Gray_Shard
|
|
|
+ Amount: 300
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Thanos_Helm4_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Whikebain_Ears
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Black_Kitty_Doll
|
|
|
+ Amount: 100
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Whikebain_Ears_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Mad_Bunny_K_
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Soft_Feather
|
|
|
+ Amount: 200
|
|
|
+ - Material: Feather
|
|
|
+ Amount: 200
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Mad_Bunny_K_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: King_Tiger_Doll_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Tiger_Footskin
|
|
|
+ Amount: 80
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: King_Tiger_Doll_Hat_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - BaseItem: Zaha_Doll_Hat
|
|
|
+ MinimumRefine: 9
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Soft_Silk_Cloth
|
|
|
+ Amount: 200
|
|
|
+ - Material: Limpid_Celestial_Robe
|
|
|
+ Amount: 400
|
|
|
+ - Material: Armor_Stone_2
|
|
|
+ Amount: 100
|
|
|
+ ResultItem: Baksojin_Hat_LT
|
|
|
+ ChangeRefine: -1
|
|
|
+ - Item: Barmund_Hammer
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Barmund_Ice_Hood
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Ice_Hood
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Death_Hood
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Death_Hood
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Flame_Hood
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Flame_Hood
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Plain_Hood
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Plain_Hood
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Ice_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Ice_Boots
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Death_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Death_Boots
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Flame_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Flame_Boots
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Plain_Boots
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Plain_Boots
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Ice_Armor
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Ice_Armor
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Death_Armor
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Death_Armor
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Plain_Armor
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Plain_Armor
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barmund_Flame_Armor
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barmund_Flame_Armor
|
|
|
+ ChangeRefine: 1
|
|
|
+# - BaseItem: Sagittarius_DiademK
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Sagittarius_DiademK_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Scorpio_Diadem_K
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Scorpio_Diadem_K_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Large_Sorcerer_Crown
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Large_Sorcerer_Crown_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Stripe_Hat
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Stripe_Hat_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Phantom_Cap
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Phantom_Cap_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Ignis_CapK
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Ignis_CapK_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - BaseItem: Clock_Casket_RD
|
|
|
+# MinimumRefine: 9
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 300
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 60
|
|
|
+# - Material: Armor_Stone_2
|
|
|
+# Amount: 100
|
|
|
+# ResultItem: Clock_Casket_RD_LT
|
|
|
+# ChangeRefine: -1
|
|
|
+# - Item: EP19_DGW_Refine
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: D_Glacier_T_Sword
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_T_Sword
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Katar
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Katar
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_T_Axe
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_T_Axe
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Lance
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Lance
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Staff
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Staff
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Humma
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Humma
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Bow
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Bow
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Revolver
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Revolver
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Rifle
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Rifle
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Shotgun
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Shotgun
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Gatling
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Gatling
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Launcher
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Launcher
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Sword
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Sword
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_B_Sword
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_B_Sword
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_R_Knife
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_R_Knife
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_B_Knife
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_B_Knife
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Axe
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Axe
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Spear
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Spear
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Book
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Book
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Wand
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Wand
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Foxtail
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Foxtail
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Knuckle
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Knuckle
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Violin
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Violin
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Whip
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Whip
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_Mace
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_Mace
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: D_Glacier_M_Mace
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Ep19_Snow_Flower
|
|
|
+# Amount: 40
|
|
|
+# - Material: EP19_N_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# - Material: EP19_D_P_Crystal
|
|
|
+# Amount: 10
|
|
|
+# ResultItem: D_Glacier_M_Mace
|
|
|
+# ChangeRefine: 1
|
|
|
+# - Item: OS_Weapon_Reform
|
|
|
+# BaseItems:
|
|
|
+# - BaseItem: Beam_Claymore_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Beam_Claymore_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Meuchler_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Meuchler_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Blasti_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Blasti_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Virtual_Bow_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Virtual_Bow_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: MH_P89_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: MH_P89_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: AC_B44_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: AC_B44_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: HR_S55_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: HR_S55_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Burning_Knuckle_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Burning_Knuckle_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Cannon_Rapier_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Cannon_Rapier_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Saphir_Hall_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Saphir_Hall_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Ultio_Spes_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Ultio_Spes_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Rutilus_Stick_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Rutilus_Stick_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: ElectricFox_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: ElectricFox_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Circuit_Board_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Circuit_Board_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Kuroiro_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Kuroiro_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+# - BaseItem: Boost_Lance_OS
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: EP17_1_EVT02
|
|
|
+# Amount: 200
|
|
|
+# - Material: EP17_1_EVT39
|
|
|
+# Amount: 40
|
|
|
+# - Material: Weapon_Stone_1
|
|
|
+# Amount: 70
|
|
|
+# ResultItem: Boost_Lance_AD
|
|
|
+# RandomOptionGroup: G0 # TODO: translate to our group names
|
|
|
+ - Item: Hero_Weapon_Up_Box_5
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Blade_Katar
|
|
|
+ ResultItem: Blade_Katar_LT
|
|
|
+ - BaseItem: Up_Shiver_Katar_K
|
|
|
+ ResultItem: Shiver_Katar_K_LT
|
|
|
+ - BaseItem: Up_Dragonic_Slayer
|
|
|
+ ResultItem: Dragonic_Slayer_LT
|
|
|
+ - BaseItem: Up_Oriental_Sword
|
|
|
+ ResultItem: Oriental_Sword_LT
|
|
|
+ - Item: Special_Hat_Hammer
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: King_Tiger_Doll_Hat_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: King_Tiger_Doll_Hat_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Baksojin_Hat_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Baksojin_Hat_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Smoky_TransformHat_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Smoky_TransformHat_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Whikebain_Ears_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Whikebain_Ears_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Survive_Circlet_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Survive_Circlet_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: GoldFish_Hat_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: GoldFish_Hat_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Imp_Hat_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Imp_Hat_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Shadow_Changer_NPC
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: S_FullPene_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullPene_Earring
|
|
|
+ - BaseItem: S_FullPene_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullPene_Shoes
|
|
|
+ - BaseItem: S_FullPene_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullPene_Pendant
|
|
|
+ - BaseItem: S_FullPene_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullPene_Armor
|
|
|
+ - BaseItem: S_FullTemp_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullTemp_Earring
|
|
|
+ - BaseItem: S_FullTemp_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullTemp_Shoes
|
|
|
+ - BaseItem: S_FullTemp_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullTemp_Pendant
|
|
|
+ - BaseItem: S_FullTemp_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_FullTemp_Armor
|
|
|
+ - BaseItem: S_TrueGem_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_TrueGem_Earring
|
|
|
+ - BaseItem: S_TrueGem_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_TrueGem_Shoes
|
|
|
+ - BaseItem: S_TrueGem_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_TrueGem_Pendant
|
|
|
+ - BaseItem: S_TrueGem_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_TrueGem_Armor
|
|
|
+ - BaseItem: S_CriticalHit_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_CriticalHit_Armor
|
|
|
+ - BaseItem: S_CriticalHit_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_CriticalHit_Weapon
|
|
|
+ - BaseItem: S_M_AutoSpell_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_AutoSpell_Earring
|
|
|
+ - BaseItem: S_M_AutoSpell_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_AutoSpell_Shoes
|
|
|
+ - BaseItem: S_M_AutoSpell_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_AutoSpell_Pendant
|
|
|
+ - BaseItem: S_M_AutoSpell_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_AutoSpell_Armor
|
|
|
+ - BaseItem: S_Clever_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Clever_Shield
|
|
|
+ - BaseItem: S_Clever_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Clever_Weapon
|
|
|
+ - BaseItem: S_Durable_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Durable_Shield
|
|
|
+ - BaseItem: S_Durable_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Durable_Weapon
|
|
|
+ - BaseItem: S_Infinity_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Infinity_Shield
|
|
|
+ - BaseItem: S_Infinity_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Infinity_Weapon
|
|
|
+ - BaseItem: S_Hasty_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Hasty_Shield
|
|
|
+ - BaseItem: S_Hasty_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Hasty_Weapon
|
|
|
+ - BaseItem: S_PerfectSize_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_PerfectSize_Armor
|
|
|
+ - BaseItem: S_PerfectSize_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_PerfectSize_Weapon
|
|
|
+ - BaseItem: S_R_Bearers_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_R_Bearers_Earring
|
|
|
+ - BaseItem: S_R_Bearers_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_R_Bearers_Shoes
|
|
|
+ - BaseItem: S_R_Bearers_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_R_Bearers_Pendant
|
|
|
+ - BaseItem: S_R_Bearers_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_R_Bearers_Armor
|
|
|
+ - BaseItem: S_SpellCaster_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_SpellCaster_Earring
|
|
|
+ - BaseItem: S_SpellCaster_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_SpellCaster_Shoes
|
|
|
+ - BaseItem: S_SpellCaster_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_SpellCaster_Pendant
|
|
|
+ - BaseItem: S_SpellCaster_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_SpellCaster_Armor
|
|
|
+ - BaseItem: S_Mega_Blitz_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Mega_Blitz_Weapon
|
|
|
+ - BaseItem: S_Mega_Blitz_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Mega_Blitz_Shield
|
|
|
+ - BaseItem: S_Absorb_Shield
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Absorb_Weapon
|
|
|
+ - BaseItem: S_Absorb_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_Absorb_Shield
|
|
|
+ - BaseItem: S_M_Mammoth_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_Mammoth_Earring
|
|
|
+ - BaseItem: S_M_Mammoth_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_Mammoth_Shoes
|
|
|
+ - BaseItem: S_M_Mammoth_Shoes
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_Mammoth_Pendant
|
|
|
+ - BaseItem: S_M_Mammoth_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_M_Mammoth_Armor
|
|
|
+ - BaseItem: S_AllMighty_Pendant
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_AllMighty_Earring
|
|
|
+ - BaseItem: S_AllMighty_Earring
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_AllMighty_Pendant
|
|
|
+ - BaseItem: S_KingbirdAnc_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_KingbirdAncient_Armor
|
|
|
+ - BaseItem: S_KingbirdAncient_Armor
|
|
|
+ MaximumRefine: 10
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Shadow_Exchange_Ticket
|
|
|
+ ResultItem: S_KingbirdAnc_Weapon
|
|
|
+# - BaseItem: S_EXP_Shield
|
|
|
+# MaximumRefine: 10
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Shadow_Exchange_Ticket
|
|
|
+# ResultItem: S_EXP_Weapon
|
|
|
+# - BaseItem: S_EXP_Weapon
|
|
|
+# MaximumRefine: 10
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: Shadow_Exchange_Ticket
|
|
|
+# ResultItem: S_EXP_Shield
|
|
|
+ - Item: Consecrate_Weapon_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Adulter_F_T_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_T_Sword
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_T_Sword
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Lance
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Lance
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Lance
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_G_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_G_Sword
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_G_Sword
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_G_Spear
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_G_Spear
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_G_Spear
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Axe
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Axe
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Axe
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Mace
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Mace
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Mace
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Lapier
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Lapier
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Lapier
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Hall
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Hall
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Cakram
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_Cakram
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Cakram
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Katar
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Katar
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Dagger
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Dagger
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Dagger
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_C_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_C_Bow
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_C_Bow
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_T_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_T_Staff
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_T_Staff
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Rod
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Rod
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_M_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_M_Book
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_M_Book
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_P_Book
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_P_Book
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_P_Book
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Bible
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Bible
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Wand
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_Wand
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Knuckle
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_Knuckle
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Claw
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Claw
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Claw
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Ballista
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Ballista
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Ballista
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_A_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_A_Bow
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_A_Bow
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Violin
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Violin
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Violin
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_C_Rope
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_C_Rope
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_C_Rope
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Harp
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Harp
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Harp
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Ribbon
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Ribbon
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Ribbon
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Humma
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Humma
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_C_Humma
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_C_Humma
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_C_Humma
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Revolver
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Revolver
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Revolver
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Rifle
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Rifle
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Gatling
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_Gatling
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Launcher
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: Vivatus_F_Launcher
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Moon_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Moon_B
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Moon_B
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Star_B
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_Star_B
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Star_B
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_S_Stick
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_S_Stick
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_S_Stick
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_D_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_D_Wand
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_D_Wand
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_F_Wand
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Conse_F_F_Wand
|
|
|
+ Amount: 10
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_F_Wand
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_F_model
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Conse_F_F_model
|
|
|
+ Amount: 10
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_F_model
|
|
|
+ ChangeRefine: -5
|
|
|
+ - BaseItem: Adulter_F_Shotgun
|
|
|
+ MinimumRefine: 9
|
|
|
+ Materials:
|
|
|
+ - Material: Conse_F_Shotgun
|
|
|
+ Amount: 10
|
|
|
+ - Material: Ep18_Amethyst_Fragment
|
|
|
+ Amount: 200
|
|
|
+ - Material: Purificatory_Holy_O
|
|
|
+ Amount: 50
|
|
|
+ - Material: Sanctuary_Sudarium
|
|
|
+ Amount: 50
|
|
|
+ - Material: Purificatory_Holy_W
|
|
|
+ Amount: 50
|
|
|
+ ResultItem: Vivatus_F_Shotgun
|
|
|
+ ChangeRefine: -5
|
|
|
+ - Item: Hero_Weapon_Hammer_6
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Humma_Clear_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Humma_Clear_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Fog_Dew_Sword_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Fog_Dew_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Crimson_Rose_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Crimson_Rose_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Master_Soul_Rifle_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Master_Soul_Rifle_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Demon_S_Shot_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Demon_S_Shot_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: The_Black_Gatling_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: The_Black_Gatling_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Golden_L_Launcher_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Golden_L_Launcher_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: MeawFoxtail_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: MeawFoxtail_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: OneSkyOneSun_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: OneSkyOneSun_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: SoulWeight_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: SoulWeight_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+# - BaseItem: Freedom_Stick_LT
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Freedom_Stick_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Blessed_Knife_LT
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 11
|
|
|
+# Materials:
|
|
|
+# - Material: Blacksmith_Blessing
|
|
|
+# Amount: 14
|
|
|
+# ResultItem: Blessed_Knife_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+ - Item: Shadow_Changer_W_Shi
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: S_Hasty_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ Materials:
|
|
|
+ - Material: Shadowdecon
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: S_Hasty_Shield
|
|
|
+ - BaseItem: S_Infinity_Weapon
|
|
|
+ MaximumRefine: 10
|
|
|
+ Materials:
|
|
|
+ - Material: Shadowdecon
|
|
|
+ Amount: 10
|
|
|
+ ResultItem: S_Infinity_Shield
|
|
|
+ - Item: Hero_Weapon_Hammer_5
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Blade_Katar_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Blade_Katar_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Shiver_Katar_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Shiver_Katar_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Dragonic_Slayer_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Dragonic_Slayer_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Oriental_Sword_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Oriental_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Hammer_4
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Trumpet_Shell_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Trumpet_Shell_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Barb_Wire_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Barb_Wire_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Narcis_Bow_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Narcis_Bow_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Avenger_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Avenger_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Meteor_Striker_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Meteor_Striker_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Hammer_3
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Sword_Of_Bluefire_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Sword_Of_Bluefire_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Slate_Sword_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Slate_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Royal_Bow_K_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Royal_Bow_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Up_Box_1
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Saint_Hall
|
|
|
+ ResultItem: Saint_Hall_LT
|
|
|
+ - BaseItem: Up_Undine_Spear_K
|
|
|
+ ResultItem: Undine_Spear_K_LT
|
|
|
+ - BaseItem: Up_Demon_Hunting_Bible
|
|
|
+ ResultItem: Demon_Hunting_Bible_LT
|
|
|
+ - BaseItem: Up_Light_Blade
|
|
|
+ ResultItem: Light_Blade_LT
|
|
|
+ - BaseItem: Up_Magic_Sword
|
|
|
+ ResultItem: Magic_Sword_LT
|
|
|
+ - BaseItem: Up_Fatalist
|
|
|
+ ResultItem: Fatalist_LT
|
|
|
+ - Item: C_Armor_Reform_3
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: SurviveOrb_K
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: Armor_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Fragment_Of_Crystal
|
|
|
+ Amount: 450
|
|
|
+ ResultItem: SurviveOrb_K_LT
|
|
|
+ - Item: Hero_Weapon_Up_Box_3
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Sword_Of_Bluefire
|
|
|
+ ResultItem: Sword_Of_Bluefire_LT
|
|
|
+ - BaseItem: Up_Slate_Sword
|
|
|
+ ResultItem: Slate_Sword_LT
|
|
|
+ - BaseItem: Up_Royal_Bow_K
|
|
|
+ ResultItem: Royal_Bow_K_LT
|
|
|
+ - BaseItem: Up_Scalet_Dragon_L_Bow
|
|
|
+ ResultItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ - Item: Thanos_Refine_Hammer
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Thanos_Sword_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Sword_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Dagger_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Dagger_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Spear_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Spear_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Staff_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Staff_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Knuckle_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Knuckle_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Violin_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Violin_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Whip_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Whip_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Hammer_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Hammer_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_TSword_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_TSword_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Katar_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Katar_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Axe_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Axe_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Rod_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Rod_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Bow_AD
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Bow_AD
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm_1
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm_1
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm1_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm1_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm_2
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm_2
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm2_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm2_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm_3
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm_3
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm3_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm3_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm_4
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm_4
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Thanos_Helm4_LT
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 11
|
|
|
+ Materials:
|
|
|
+ - Material: Blacksmith_Blessing
|
|
|
+ Amount: 14
|
|
|
+ ResultItem: Thanos_Helm4_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - Item: Hero_Weapon_Up_Box_2
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Iron_Staff
|
|
|
+ ResultItem: Iron_Staff_LT
|
|
|
+ - BaseItem: Up_Blue_Crystal_Staff
|
|
|
+ ResultItem: Blue_Crystal_Staff_LT
|
|
|
+ - BaseItem: Up_Shadow_Staff_K
|
|
|
+ ResultItem: Shadow_Staff_K_LT
|
|
|
+ - BaseItem: Up_Freezing_Rod
|
|
|
+ ResultItem: Freezing_Rod_LT
|
|
|
+ - BaseItem: Up_Iron_Nail_K
|
|
|
+ ResultItem: Iron_Nail_K_LT
|
|
|
+ - BaseItem: Up_Ray_Knuckle
|
|
|
+ ResultItem: Ray_Knuckle_LT
|
|
|
+ - Item: Hero_Equipment_Cube
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Royal_Bow_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Royal_Bow_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Narcis_Bow
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Narcis_Bow
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Shadow_Staff_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Shadow_Staff_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Iron_Nail_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Iron_Nail_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Magic_Sword
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Magic_Sword
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Sword_Of_Bluefire
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Sword_Of_Bluefire
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Avenger
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Avenger
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Iron_Staff
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Iron_Staff
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Oriental_Sword
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Oriental_Sword
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Undine_Spear_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Undine_Spear_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Demon_Hunting_Bible_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Demon_Hunting_Bible
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Shiver_Katar_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Shiver_Katar_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: OneSkyOneSun
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_OneSkyOneSun
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: SoulWeight
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_SoulWeight
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: MeawFoxtail
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_MeawFoxtail
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Crimson_Rose
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Crimson_Rose
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Master_Soul_Rifle
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Master_Soul_Rifle
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Demon_S_Shot
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Demon_S_Shot
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Golden_L_Launcher
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Golden_L_Launcher
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: The_Black_Gatling
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_The_Black_Gatling
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Fog_Dew_Sword
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Fog_Dew_Sword
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Humma_Clear
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Humma_Clear
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Dragonic_Slayer
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Dragonic_Slayer
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Light_Blade
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Light_Blade
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Slate_Sword
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Slate_Sword
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Trumpet_Shell_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Trumpet_Shell_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Barb_Wire_K
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Barb_Wire_K
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Meteor_Striker
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Meteor_Striker
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Saint_Hall
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Saint_Hall
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Ray_Knuckle
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Ray_Knuckle
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Blade_Katar
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Blade_Katar
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Fatalist
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Fatalist
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Scalet_Dragon_L_Bow
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Scalet_Dragon_L_Bow
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Blue_Crystal_Staff
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Blue_Crystal_Staff
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Freezing_Rod
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Up_Freezing_Rod
|
|
|
+ ChangeRefine: -2
|
|
|
+ - BaseItem: Ancient_Hero_Boots
|
|
|
+ MinimumRefine: 7
|
|
|
+ CardsAllowed: false
|
|
|
+ ResultItem: Great_Hero_Boots
|
|
|
+ ChangeRefine: -2
|
|
|
+# - BaseItem: Freedom_Stick
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# ResultItem: Up_Freedom_Stick
|
|
|
+# ChangeRefine: -2
|
|
|
+# - BaseItem: Blessed_Knife
|
|
|
+# MinimumRefine: 7
|
|
|
+# CardsAllowed: false
|
|
|
+# ResultItem: Up_Blessed_Knife
|
|
|
+# ChangeRefine: -2
|
|
|
+ - Item: C_Weapon_Reform_3
|
|
|
+ BaseItems:
|
|
|
+ - BaseItem: Up_Saint_Hall
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Saint_Hall_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Undine_Spear_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Undine_Spear_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Demon_Hunting_Bible
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Demon_Hunting_Bible_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Light_Blade
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Light_Blade_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Magic_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Magic_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Fatalist
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Fatalist_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Iron_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Iron_Staff_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Blue_Crystal_Staff
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Blue_Crystal_Staff_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Shadow_Staff_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Shadow_Staff_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Freezing_Rod
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Freezing_Rod_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Iron_Nail_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Iron_Nail_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Ray_Knuckle
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Ray_Knuckle_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Sword_Of_Bluefire
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Sword_Of_Bluefire_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Slate_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Slate_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Royal_Bow_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Royal_Bow_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Scalet_Dragon_L_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Scalet_Dragon_L_Bow_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Trumpet_Shell_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Trumpet_Shell_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Barb_Wire_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Barb_Wire_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Narcis_Bow
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Narcis_Bow_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Avenger
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Avenger_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Meteor_Striker
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Meteor_Striker_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Blade_Katar
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Blade_Katar_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Shiver_Katar_K
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Shiver_Katar_K_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Dragonic_Slayer
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Dragonic_Slayer_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Oriental_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Oriental_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Fog_Dew_Sword
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Fog_Dew_Sword_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Humma_Clear
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Humma_Clear_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_The_Black_Gatling
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: The_Black_Gatling_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Crimson_Rose
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Crimson_Rose_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Demon_S_Shot
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Demon_S_Shot_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_OneSkyOneSun
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: OneSkyOneSun_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Golden_L_Launcher
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Golden_L_Launcher_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_Master_Soul_Rifle
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: Master_Soul_Rifle_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_SoulWeight
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: SoulWeight_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+ - BaseItem: Up_MeawFoxtail
|
|
|
+ MinimumRefine: 9
|
|
|
+ MaximumRefine: 19
|
|
|
+ CardsAllowed: false
|
|
|
+ Materials:
|
|
|
+ - Material: M_Dimension_Essence
|
|
|
+ - Material: Bio_Test_Fragment
|
|
|
+ Amount: 300
|
|
|
+ - Material: Weapon_Stone_3
|
|
|
+ Amount: 100
|
|
|
+ - Material: Bio_Reseearch_Docu
|
|
|
+ Amount: 150
|
|
|
+ ResultItem: MeawFoxtail_LT
|
|
|
+ ChangeRefine: 1
|
|
|
+# - BaseItem: Up_Freedom_Stick
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 19
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: M_Dimension_Essence
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 300
|
|
|
+# - Material: Weapon_Stone_3
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 150
|
|
|
+# ResultItem: Freedom_Stick_LT
|
|
|
+# ChangeRefine: 1
|
|
|
+# - BaseItem: Up_Blessed_Knife
|
|
|
+# MinimumRefine: 9
|
|
|
+# MaximumRefine: 19
|
|
|
+# CardsAllowed: false
|
|
|
+# Materials:
|
|
|
+# - Material: M_Dimension_Essence
|
|
|
+# - Material: Bio_Test_Fragment
|
|
|
+# Amount: 300
|
|
|
+# - Material: Weapon_Stone_3
|
|
|
+# Amount: 100
|
|
|
+# - Material: Bio_Reseearch_Docu
|
|
|
+# Amount: 150
|
|
|
+# ResultItem: Blessed_Knife_LT
|
|
|
+# ChangeRefine: 1
|