Cleric.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. "spellBookTypeName":"{\"@c\":\".impl.Inspired\",\"classRef\":\"Cleric\",\"spellInfo\":{}}",
  30. "group":"DIVINE",
  31. "ability":"WIS",
  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. ["Magic Vestment"]
  58. ]
  59. }
  60. }