spellbook_db.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. # Reading Spellbook Database
  20. ###########################################################################
  21. #
  22. # Reading Spellbook Settings
  23. #
  24. ###########################################################################
  25. # - Skill Skill that is usable through a Spellbook.
  26. # Book Book item required to cast skill.
  27. # PreservePoints Amount of points required to preserve the skill into the book.
  28. ###########################################################################
  29. Header:
  30. Type: READING_SPELLBOOK_DB
  31. Version: 1
  32. Body:
  33. - Skill: WZ_METEOR
  34. Book: WL_MB_MS
  35. PreservePoints: 10
  36. - Skill: WZ_VERMILION
  37. Book: WL_MB_LOV
  38. PreservePoints: 10
  39. - Skill: WZ_STORMGUST
  40. Book: WL_MB_SG
  41. PreservePoints: 10
  42. - Skill: WL_JACKFROST
  43. Book: WL_MB_JF
  44. PreservePoints: 10
  45. - Skill: WL_DRAINLIFE
  46. Book: WL_MB_DL
  47. PreservePoints: 8
  48. - Skill: WL_CRIMSONROCK
  49. Book: WL_MB_CR
  50. PreservePoints: 12
  51. - Skill: WL_COMET
  52. Book: WL_MB_CM
  53. PreservePoints: 22
  54. - Skill: WL_CHAINLIGHTNING
  55. Book: WL_MB_CL
  56. PreservePoints: 12
  57. - Skill: WL_EARTHSTRAIN
  58. Book: WL_MB_ES
  59. PreservePoints: 12
  60. - Skill: WL_TETRAVORTEX
  61. Book: WL_MB_TV
  62. PreservePoints: 22