Cleric.json 1.3 KB

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