46 lines
2.0 KiB
YAML
46 lines
2.0 KiB
YAML
# 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 <http://www.gnu.org/licenses/>.
|
|
#
|
|
###########################################################################
|
|
# Item Upgrade Database
|
|
###########################################################################
|
|
#
|
|
# Item Upgrade Settings
|
|
#
|
|
###########################################################################
|
|
# - Item # Item name of Upgrade Box
|
|
# NeedRefineMin # Minimum refine level needed for target item (Default: 0)
|
|
# NeedRefineMax # Maximum refine level needed for target item (Default: MAX_REFINE)
|
|
# NeedOptionNumMin # Minimum random option that target item has (Default: 0)
|
|
# NotSocketEnchantItem # Target item must not have enchant stone (Default: true)
|
|
# TargetItem # List of possible item to be upgraded
|
|
# - Item # Target item name
|
|
# Remove # Remove this item from the list while importing (Default: false) (optional)
|
|
# Result # Script executed on successful upgrade
|
|
# ClearTargetItem # Used to clear TargetItem list while importing (Default: false) (optional)
|
|
###########################################################################
|
|
|
|
Header:
|
|
Type: ITEM_UPGRADE_DB
|
|
Version: 1
|
|
|
|
Footer:
|
|
Imports:
|
|
- Path: db/re/item_upgrade.yml
|
|
Mode: Renewal
|
|
- Path: db/import/item_upgrade.yml
|