Cleric.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "name":"Cleric",
  3. "bab":"AVERAGE",
  4. "fort":"GOOD",
  5. "ref":"POOR",
  6. "will":"GOOD",
  7. "features":[
  8. [
  9. {
  10. "name":"Turn or Rebuke Undead"
  11. }
  12. ]
  13. ],
  14. "skillPoints":2,
  15. "skills":[
  16. "Concentration",
  17. "Craft (*)",
  18. "Diplomacy",
  19. "Heal",
  20. "Knowledge (arcana)",
  21. "Knowledge (history)",
  22. "Knowledge (religion)",
  23. "Knowledge (the planes)",
  24. "Profession (*)",
  25. "Spellcraft"
  26. ],
  27. "spells":{
  28. "group":"DIVINE",
  29. "ability":"WIS",
  30. "known":[ ],
  31. "perDay":[
  32. [3, 1],
  33. [4, 2],
  34. [4, 2, 1],
  35. [5, 3, 2],
  36. [5, 3, 2, 1],
  37. [5, 3, 3, 2],
  38. [6, 4, 3, 2, 1],
  39. [6, 4, 3, 3, 2],
  40. [6, 4, 4, 3, 2, 1],
  41. [6, 4, 4, 3, 3, 2],
  42. [6, 5, 4, 4, 3, 2, 1],
  43. [6, 5, 4, 4, 3, 3, 2],
  44. [6, 5, 5, 4, 4, 3, 2, 1],
  45. [6, 5, 5, 4, 4, 3, 3, 2],
  46. [6, 5, 5, 5, 4, 4, 3, 2, 1],
  47. [6, 5, 5, 5, 4, 4, 4, 3, 2],
  48. [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
  49. [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
  50. [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
  51. [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
  52. ],
  53. "spellList":[
  54. ["Create Water"]
  55. ]
  56. }
  57. }