enchantgrade.yml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. # Enchantgrade Database
  20. ###########################################################################
  21. #
  22. # Enchantgrade Settings
  23. #
  24. ###########################################################################
  25. # - Type Item type.
  26. # Levels: Enchantgrade settings per item level.
  27. # - Level Item level.
  28. # Grades: Enchantgrade settings per grade level.
  29. # - Grade Enchantgrade level.
  30. # Refine Required refine level.
  31. # Chance Base chance of success out of 0~10000.
  32. # Bonus Enchantgrade bonus. (Default: 0)
  33. # AnnounceSuccess Announce on upgrade success. (Default: true)
  34. # AnnounceFail Announce on upgrade failure. (Default: false)
  35. # Announce Announce on upgrade success and failure.
  36. # Catalyst: Catalyst item to increase chance of success.
  37. # Item The item that can be used.
  38. # AmountPerStep Amount of Item needed.
  39. # Set to 0 to disable the catalyst.
  40. # MaximumSteps Maximum amount of times Item can be used.
  41. # ChanceIncrease Amount at which the chance increases for each Item used.
  42. # Options: Success chance based on cost type.
  43. # - Option Index of the client option.
  44. # Item Required item.
  45. # Amount Amount of required item. (Default: 1)
  46. # Set to 0 to remove an option.
  47. # Price Amount of zeny required. (Default: 0)
  48. # BreakingRate Chance of item breaking out of 0~10000. (Default: 0)
  49. # DowngradeAmount Number of refine levels reduced on failure. (Default: 0)
  50. ###########################################################################
  51. Header:
  52. Type: ENCHANTGRADE_DB
  53. Version: 2
  54. Footer:
  55. Imports:
  56. - Path: db/re/enchantgrade.yml
  57. Mode: Renewal
  58. - Path: db/import/enchantgrade.yml