# This file is a part of rAthena. # Copyright(C) 2023 rAthena Development Team # https://rathena.org - https://github.com/rathena # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see . # ########################################################################### # Item Produce Database ########################################################################### # # Item Produce Settings # ########################################################################### # - ItemLevel Number which determines what kind of a crafting window will pop-up. # Recipe: # - Product AegisName of the produced item. # SkillName Skill name required. (Default: null) # SkillLevel Skill level required. (Default: 1) # Consumed: List of items consumed to produce the Product. # - Item AegisName of the consumed item. # Amount Amount required. # Clear Remove the item with the given AegisName from Consumed. (Optional) # NotConsumed: List of items not consumed to produce the Product. (Default: null) # - Item AegisName of the unconsumed item. # Clear Remove the item with the given AegisName from NotConsumed. (Optional) # BaseRate Base rate (in n/10%) for Change Material (ItemLevel: 26). (Default: 1000) # Make: List of item amounts with their individual rate produced by Change Material (ItemLevel: 26). (Default: null) # - Amount Amount of item created (unique to the list) for Change Material (ItemLevel: 26). # Rate Rate to create the Amount (in n/10%) for Change Material (ItemLevel: 26). (Default: 1000. 0 to remove on import) ########################################################################### Header: Type: PRODUCE_DB Version: 1 Footer: Imports: - Path: db/pre-re/produce_db.yml Mode: Prerenewal - Path: db/re/produce_db.yml Mode: Renewal - Path: db/import/produce_db.yml