item_reform.yml 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2022 rAthena Development Team
  3. # https://rathena.org - https://github.com/rathena
  4. #
  5. # This program is free software: you can redistribute it and/or modify
  6. # it under the terms of the GNU General Public License as published by
  7. # the Free Software Foundation, either version 3 of the License, or
  8. # (at your option) any later version.
  9. #
  10. # This program is distributed in the hope that it will be useful,
  11. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  13. # GNU General Public License for more details.
  14. #
  15. # You should have received a copy of the GNU General Public License
  16. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  17. #
  18. ###########################################################################
  19. # Item Reform Database
  20. ###########################################################################
  21. #
  22. # Item Reform Settings
  23. #
  24. ###########################################################################
  25. # - Item Item that triggers Item Reform UI.
  26. # BaseItems: Items that can be reformed.
  27. # - BaseItem Item that can be reformed.
  28. # MinimumRefine Minimum refine level of the required items. (Default: 0)
  29. # MaximumRefine Maximum refine level of the required items. (Default: MAX_REFINE)
  30. # RequiredRandomOptions Amount of random options have to be in the item. (Default: 0)
  31. # CardsAllowed Allow cards in the target item. (Default: true)
  32. # Materials: Additional items needed for the reformation. (Default: none)
  33. # - Material Material item that is needed.
  34. # Amount Amount of the material item that is needed. (Default: 1)
  35. # ResultItem Item after the reform.
  36. # ChangeRefine Increase or decrease the refine during reformation. (Default: 0)
  37. # RandomOptionGroup Name of the random option group that will be applied. (Default: none)
  38. # ClearSlots Remove cards and socket enchants during reformation. (Default: false)
  39. # RemoveEnchantgrade Remove enchantgrade during reformation. (Default: false)
  40. ###########################################################################
  41. Header:
  42. Type: ITEM_REFORM_DB
  43. Version: 1
  44. Footer:
  45. Imports:
  46. - Path: db/re/item_reform.yml
  47. Mode: Renewal
  48. - Path: db/import/item_reform.yml