Cleric.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  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. "@c":".impl.DomainFeature$Chooser",
  16. "name":"Domain",
  17. "times":2,
  18. "choices":["Animal","Earth","Plant"]
  19. }
  20. ]
  21. ],
  22. "skillPoints":2,
  23. "skills":[
  24. "Concentration",
  25. "Craft (*)",
  26. "Diplomacy",
  27. "Heal",
  28. "Knowledge (arcana)",
  29. "Knowledge (history)",
  30. "Knowledge (religion)",
  31. "Knowledge (the planes)",
  32. "Profession (*)",
  33. "Spellcraft"
  34. ],
  35. "spells":{
  36. "spellBookTypeName":"[{\"@c\":\".impl.Inspired\",\"classRef\":\"Cleric\",\"spellInfo\":{}},{\"@c\":\".impl.Domain\"}]",
  37. "group":"DIVINE",
  38. "ability":"WIS",
  39. "perDay":[
  40. [3, 1],
  41. [4, 2],
  42. [4, 2, 1],
  43. [5, 3, 2],
  44. [5, 3, 2, 1],
  45. [5, 3, 3, 2],
  46. [6, 4, 3, 2, 1],
  47. [6, 4, 3, 3, 2],
  48. [6, 4, 4, 3, 2, 1],
  49. [6, 4, 4, 3, 3, 2],
  50. [6, 5, 4, 4, 3, 2, 1],
  51. [6, 5, 4, 4, 3, 3, 2],
  52. [6, 5, 5, 4, 4, 3, 2, 1],
  53. [6, 5, 5, 4, 4, 3, 3, 2],
  54. [6, 5, 5, 5, 4, 4, 3, 2, 1],
  55. [6, 5, 5, 5, 4, 4, 4, 3, 2],
  56. [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
  57. [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
  58. [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
  59. [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
  60. ],
  61. "spellList":[
  62. ["Create Water"],
  63. ["Cure Light Wounds", "Magic Weapon"],
  64. ["Magic Vestment"]
  65. ]
  66. }
  67. }