enchantgrade.yml 3.1 KB

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