Druid.json 1.4 KB

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