spellbook_db.yml 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  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. # 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: MG_COLDBOLT
  34. Book: Magic_Book_CB
  35. PreservePoints: 7
  36. - Skill: MG_FIREBOLT
  37. Book: Magic_Book_FB
  38. PreservePoints: 7
  39. - Skill: MG_LIGHTNINGBOLT
  40. Book: Magic_Book_LB
  41. PreservePoints: 7
  42. - Skill: MG_THUNDERSTORM
  43. Book: Magic_Book_TS
  44. PreservePoints: 9
  45. - Skill: WZ_METEOR
  46. Book: Magic_Book_MS
  47. PreservePoints: 10
  48. - Skill: WZ_JUPITEL
  49. Book: Magic_Book_JT
  50. PreservePoints: 9
  51. - Skill: WZ_VERMILION
  52. Book: Magic_Book_LOV
  53. PreservePoints: 10
  54. - Skill: WZ_WATERBALL
  55. Book: Magic_Book_WB
  56. PreservePoints: 9
  57. - Skill: WZ_STORMGUST
  58. Book: Magic_Book_SG
  59. PreservePoints: 10
  60. - Skill: WZ_EARTHSPIKE
  61. Book: Magic_Book_ES
  62. PreservePoints: 8
  63. - Skill: WZ_HEAVENDRIVE
  64. Book: Magic_Book_HD
  65. PreservePoints: 9
  66. - Skill: WL_DRAINLIFE
  67. Book: Magic_Book_DL
  68. PreservePoints: 8
  69. - Skill: WL_CRIMSONROCK
  70. Book: Magic_Book_CR
  71. PreservePoints: 12
  72. - Skill: WL_COMET
  73. Book: Magic_Book_CM
  74. PreservePoints: 22
  75. - Skill: WL_CHAINLIGHTNING
  76. Book: Magic_Book_CL
  77. PreservePoints: 12
  78. - Skill: WL_EARTHSTRAIN
  79. Book: Magic_Book_ES_
  80. PreservePoints: 12
  81. - Skill: WL_TETRAVORTEX
  82. Book: Magic_Book_TV
  83. PreservePoints: 22