From 51bb52af2ef660bc914094a30ded6bb06114c10a Mon Sep 17 00:00:00 2001 From: aleos Date: Tue, 15 Sep 2020 08:54:12 -0400 Subject: [PATCH] Removes synthesis and upgrade from pre-renewal * This feature isn't part of pre-renewal. * Server owners can use the import feature if need be. --- db/pre-re/item_synthesis.yml | 39 ------------------------------------ db/pre-re/item_upgrade.yml | 39 ------------------------------------ 2 files changed, 78 deletions(-) delete mode 100644 db/pre-re/item_synthesis.yml delete mode 100644 db/pre-re/item_upgrade.yml diff --git a/db/pre-re/item_synthesis.yml b/db/pre-re/item_synthesis.yml deleted file mode 100644 index 11028ea005..0000000000 --- a/db/pre-re/item_synthesis.yml +++ /dev/null @@ -1,39 +0,0 @@ -# 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 diff --git a/db/pre-re/item_upgrade.yml b/db/pre-re/item_upgrade.yml deleted file mode 100644 index 94e1687710..0000000000 --- a/db/pre-re/item_upgrade.yml +++ /dev/null @@ -1,39 +0,0 @@ -# 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 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