Cleric.json 1.2 KB

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