spellbook_db.txt 657 B

1234567891011121314151617181920212223242526272829
  1. // Reading Spellbook Preserve Points Database
  2. //
  3. // Structure of Database:
  4. // SkillID,PreservePoints,Required Book
  5. //
  6. // To add more entries, increase MAX_SKILL_SPELLBOOK_DB in skill.h.
  7. //Mage
  8. 14,7,6190 //Cold Bolt
  9. 19,7,6189 //Fire Bolt
  10. 20,7,6191 //Lightning Bolt
  11. 21,9,6197 //Thunder Storm
  12. //Wizard
  13. 83,10,6194 //Meteor Storm
  14. 84,9,6198 //Jupitel Thunder
  15. 85,10,6193 //Lord of Vermillion
  16. 86,9,6199 //Water Ball
  17. 89,10,6192 //Storm Gust
  18. 90,8,6201 //Earth Spike
  19. 91,9,6200 //Heaven's Drive
  20. //Warlock
  21. 2210,8,6205 //Drain Life
  22. 2211,12,6204 //Crimson Rock
  23. 2213,22,6195 //Comet
  24. 2214,12,6203 //Chain Lightning
  25. 2216,12,6202 //Earth Strain
  26. 2217,22,6196 //Tetra Vortex