level_penalty.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  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. # Level Penalty Database
  20. ###########################################################################
  21. #
  22. # Level Penalty Settings
  23. #
  24. ###########################################################################
  25. # - Type: Type of Penalty (Exp, Drop, Mvp_Exp, Mvp_Drop)
  26. # LevelDifferences: List of level difference between player and monster
  27. # - Difference: Level difference between player and monster
  28. # Rate: Rate applied to original exp or drop rate (0-10000)
  29. ###########################################################################
  30. Header:
  31. Type: PENALTY_DB
  32. Version: 1
  33. Body:
  34. - Type: Exp
  35. LevelDifferences:
  36. - Difference: 16
  37. Rate: 40
  38. - Difference: 15
  39. Rate: 115
  40. - Difference: 14
  41. Rate: 120
  42. - Difference: 13
  43. Rate: 125
  44. - Difference: 12
  45. Rate: 130
  46. - Difference: 11
  47. Rate: 135
  48. - Difference: 10
  49. Rate: 140
  50. - Difference: 9
  51. Rate: 135
  52. - Difference: 8
  53. Rate: 130
  54. - Difference: 7
  55. Rate: 125
  56. - Difference: 6
  57. Rate: 120
  58. - Difference: 5
  59. Rate: 115
  60. - Difference: 4
  61. Rate: 110
  62. - Difference: 3
  63. Rate: 105
  64. - Difference: -6
  65. Rate: 95
  66. - Difference: -11
  67. Rate: 90
  68. - Difference: -16
  69. Rate: 85
  70. - Difference: -21
  71. Rate: 60
  72. - Difference: -26
  73. Rate: 35
  74. - Difference: -31
  75. Rate: 10
  76. - Type: Drop
  77. LevelDifferences:
  78. - Difference: 16
  79. Rate: 50
  80. - Difference: 13
  81. Rate: 60
  82. - Difference: 10
  83. Rate: 70
  84. - Difference: 7
  85. Rate: 80
  86. - Difference: 4
  87. Rate: 90
  88. - Difference: -4
  89. Rate: 90
  90. - Difference: -7
  91. Rate: 80
  92. - Difference: -10
  93. Rate: 70
  94. - Difference: -13
  95. Rate: 60
  96. - Difference: -16
  97. Rate: 50