# This file is a part of rAthena. # Copyright(C) 2020 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 . # ########################################################################### # Item Synthesis Database ########################################################################### # # Item Synthesis Settings # ########################################################################### # - Item # Item name of Synthesis Box # NeedRefineMin # Minimum refine level needed for source item (Default: 0) # NeedRefineMax # Maximum refine level needed for source item (Default: MAX_REFINE) # SourceNeeded # Number of item sets (in SourceItem) that must be selected (Default: 1) # SourceItem # List of required items # - Item # Source item name # Amount # Item amount that will be consumed (Default: 1) # Remove # Remove this item from the list while importing (Default: false) (optional) # Reward # Script executed on successful synthesis # ClearSourceItem # Used to clear SourceItem list while importing (Default: false) (optional) ########################################################################### Header: Type: ITEM_SYNTHESIS_DB Version: 1 Footer: Imports: - Path: db/re/item_synthesis.yml Mode: Renewal - Path: db/import/item_synthesis.yml