Cleric.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  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. "known":[ ],
  30. "perDay":[
  31. [3, 1],
  32. [4, 2],
  33. [4, 2, 1],
  34. [5, 3, 2],
  35. [5, 3, 2, 1],
  36. [5, 3, 3, 2],
  37. [6, 4, 3, 2, 1],
  38. [6, 4, 3, 3, 2],
  39. [6, 4, 4, 3, 2, 1],
  40. [6, 4, 4, 3, 3, 2],
  41. [6, 5, 4, 4, 3, 2, 1],
  42. [6, 5, 4, 4, 3, 3, 2],
  43. [6, 5, 5, 4, 4, 3, 2, 1],
  44. [6, 5, 5, 4, 4, 3, 3, 2],
  45. [6, 5, 5, 5, 4, 4, 3, 2, 1],
  46. [6, 5, 5, 5, 4, 4, 4, 3, 2],
  47. [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
  48. [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
  49. [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
  50. [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
  51. ],
  52. "spellList":[
  53. ["Create Water"]
  54. ]
  55. }
  56. }