achievement_level_db.yml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2021 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. # Achievement Level Database
  20. ###########################################################################
  21. #
  22. # Achievement Level Settings
  23. #
  24. ###########################################################################
  25. # - Level Achievement Level.
  26. # Points Required total scoring points to reach this level.
  27. ###########################################################################
  28. Header:
  29. Type: ACHIEVEMENT_LEVEL_DB
  30. Version: 1
  31. Body:
  32. - Level: 1
  33. Points: 18
  34. - Level: 2
  35. Points: 49
  36. - Level: 3
  37. Points: 98
  38. - Level: 4
  39. Points: 171
  40. - Level: 5
  41. Points: 306
  42. - Level: 6
  43. Points: 410
  44. - Level: 7
  45. Points: 550
  46. - Level: 8
  47. Points: 728
  48. - Level: 9
  49. Points: 942
  50. - Level: 10
  51. Points: 1247
  52. - Level: 11
  53. Points: 1504
  54. - Level: 12
  55. Points: 1804
  56. - Level: 13
  57. Points: 2152
  58. - Level: 14
  59. Points: 2550
  60. - Level: 15
  61. Points: 3070
  62. - Level: 16
  63. Points: 3522
  64. - Level: 17
  65. Points: 4030
  66. - Level: 18
  67. Points: 4592
  68. - Level: 19
  69. Points: 5210
  70. - Level: 20
  71. Points: 5980