Druid.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "name":"Druid",
  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":"Animal Companion"
  13. },
  14. {
  15. "@c":".impl.Simple",
  16. "name":"Nature Sense"
  17. },
  18. {
  19. "@c":".impl.Simple",
  20. "name":"Wild Empathy"
  21. }
  22. ]
  23. ],
  24. "skillPoints":4,
  25. "skills":[
  26. "Concentration",
  27. "Craft (*)",
  28. "Diplomacy",
  29. "Handle Animal",
  30. "Heal",
  31. "Knowledge (nature)",
  32. "Listen",
  33. "Profession (*)",
  34. "Ride",
  35. "Spellcraft",
  36. "Spot",
  37. "Survival",
  38. "Swim"
  39. ],
  40. "spells":{
  41. "spellBookTypeName":"{\"@c\":\".impl.Inspired\",\"classRef\":\"Druid\",\"spellInfo\":{}}",
  42. "group":"DIVINE",
  43. "ability":"WIS",
  44. "perDay":[
  45. [3, 1],
  46. [4, 2],
  47. [4, 2, 1],
  48. [5, 3, 2],
  49. [5, 3, 2, 1],
  50. [5, 3, 3, 2],
  51. [6, 4, 3, 2, 1],
  52. [6, 4, 3, 3, 2],
  53. [6, 4, 4, 3, 2, 1],
  54. [6, 4, 4, 3, 3, 2],
  55. [6, 5, 4, 4, 3, 2, 1],
  56. [6, 5, 4, 4, 3, 3, 2],
  57. [6, 5, 5, 4, 4, 3, 2, 1],
  58. [6, 5, 5, 4, 4, 3, 3, 2],
  59. [6, 5, 5, 5, 4, 4, 3, 2, 1],
  60. [6, 5, 5, 5, 4, 4, 4, 3, 2],
  61. [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
  62. [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
  63. [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
  64. [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
  65. ],
  66. "spellList":[
  67. ["Create Water"],
  68. ["Cure Light Wounds"]
  69. ]
  70. }
  71. }