abra_db.yml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. # This file is a part of rAthena.
  2. # Copyright(C) 2019 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. # Abracadabra Database
  20. ###########################################################################
  21. #
  22. # Abracadabra Settings
  23. #
  24. ###########################################################################
  25. # - Skill Skill to be casted by Abracadabra.
  26. # Probability: Probability of skill compared to others in database (1 = 0.01%, 10000 = 100%). (Default: 500)
  27. # - Level Skill level.
  28. # Probability Probability at specific skill level (1 = 0.01%, 10000 = 100%). (Default: 0)
  29. ###########################################################################
  30. Header:
  31. Type: ABRA_DB
  32. Version: 1
  33. Body:
  34. - Skill: SA_TAMINGMONSTER
  35. Probability:
  36. - Level: 1
  37. Probability: 50
  38. - Level: 2
  39. Probability: 100
  40. - Level: 3
  41. Probability: 150
  42. - Level: 4
  43. Probability: 200
  44. - Level: 5
  45. Probability: 250
  46. - Level: 6
  47. Probability: 300
  48. - Level: 7
  49. Probability: 350
  50. - Level: 8
  51. Probability: 400
  52. - Level: 9
  53. Probability: 450
  54. - Level: 10
  55. Probability: 500