item_enchant.yml 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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 Enchant Database
  20. ###########################################################################
  21. #
  22. # Item Enchant Settings
  23. #
  24. ###########################################################################
  25. # - Id Client side LUA index.
  26. # TargetItems: List of possible target items.
  27. # <item name> Item name of possible target item.
  28. # MinimumRefine Minimum refine of the target item. (Default: 0)
  29. # MinimumEnchantgrade Minimum enchant grade of the target item. (Default: 0)
  30. # AllowRandomOptions Enable random options in the target item. (Default: true)
  31. # Reset: Reset options. (Default: null)
  32. # Chance Chance of successful reset. (Default: 0)
  33. # Price Price for resetting enchants. (Default: 0)
  34. # Materials: Items required for resetting enchants. (Default: null)
  35. # - Material Item name of the required item.
  36. # Amount Amount of the required item. (Default: 1)
  37. # Order: Order in which the slots can be enchanted.
  38. # Overwriting via import will clear the currently defined order.
  39. # - Slot Number of the slot (0-3).
  40. # Slots: Enchant options.
  41. # - Slot Number of the slot (0-3).
  42. # Price Price required for the normal enchant process. (Default: 0)
  43. # Materials: Items required for the normal enchant process. (Default: null)
  44. # - Material Item name of the required item.
  45. # Amount Amount of the required item. (Default: 1)
  46. # Chance Base chance for the normal enchant process. (Default: 100000)
  47. # EnchantgradeBonus: Additional bonus chance increase per enchant grade. (Default: null)
  48. # - Enchantgrade Enchant grade required for the bonus.
  49. # Chance Additional chance that is added to the base chance.
  50. # Enchants: Available enchants for the normal enchant process per enchant grade. (Default: null)
  51. # - Enchantgrade Enchant grade of the item to be enchanted.
  52. # Items: Available enchants for the normal enchant process on the given enchant grade. (Default: null)
  53. # - Item Item name of the available enchant item.
  54. # Chance Chance to get this specific enchant item.
  55. # PerfectEnchants: Available perfect enchants (100% chance + selectable) for this slot. (Default: null)
  56. # - Item Item name of the available enchant item.
  57. # Price Price required for this perfect enchant. (Default: 0)
  58. # Materials: Items required for this perfect enchant. (Default: null)
  59. # - Material Item name of the required item.
  60. # Amount Amount of the required item. (Default: 1)
  61. # Upgrades: Available enchant upgrades for this slot. (Default: null)
  62. # - Enchant Item name of the enchant item available for upgrade.
  63. # Upgrade Item name of the enchant it can be upgrade to.
  64. # Price Price required for this enchant upgrade. (Default: 0)
  65. # Materials: Items required for this enchant upgrade (Default: null)
  66. # - Material Item name of the required item.
  67. # Amount Amount of the required item. (Default: 1)
  68. ###########################################################################
  69. Header:
  70. Type: ITEM_ENCHANT_DB
  71. Version: 1
  72. Footer:
  73. Imports:
  74. - Path: db/re/item_enchant.yml
  75. Mode: Renewal
  76. - Path: db/import/item_enchant.yml