Cleric.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. "skills":[
  15. "Concentration",
  16. "Craft (*)",
  17. "Diplomacy",
  18. "Heal",
  19. "Knowledge (arcana)",
  20. "Knowledge (history)",
  21. "Knowledge (religion)",
  22. "Knowledge (the planes)",
  23. "Profession (*)",
  24. "Spellcraft"
  25. ],
  26. "spells":{
  27. "group":"DIVINE",
  28. "known":[ ],
  29. "perDay":[
  30. [3, 1],
  31. [4, 2],
  32. [4, 2, 1],
  33. [5, 3, 2],
  34. [5, 3, 2, 1],
  35. [5, 3, 3, 2],
  36. [6, 4, 3, 2, 1],
  37. [6, 4, 3, 3, 2],
  38. [6, 4, 4, 3, 2, 1],
  39. [6, 4, 4, 3, 3, 2],
  40. [6, 5, 4, 4, 3, 2, 1],
  41. [6, 5, 4, 4, 3, 3, 2],
  42. [6, 5, 5, 4, 4, 3, 2, 1],
  43. [6, 5, 5, 4, 4, 3, 3, 2],
  44. [6, 5, 5, 5, 4, 4, 3, 2, 1],
  45. [6, 5, 5, 5, 4, 4, 4, 3, 2],
  46. [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
  47. [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
  48. [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
  49. [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
  50. ],
  51. "spellList":[
  52. ["Create Water"]
  53. ]
  54. }
  55. }