| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- {
- "name":"Cleric",
- "bab":"AVERAGE",
- "fort":"GOOD",
- "ref":"POOR",
- "will":"GOOD",
- "features":[
- [
- {
- "@c": ".impl.Simple",
- "name":"Turn or Rebuke Undead"
- }
- ]
- ],
- "skillPoints":2,
- "skills":[
- "Concentration",
- "Craft (*)",
- "Diplomacy",
- "Heal",
- "Knowledge (arcana)",
- "Knowledge (history)",
- "Knowledge (religion)",
- "Knowledge (the planes)",
- "Profession (*)",
- "Spellcraft"
- ],
- "spells":{
- "spellBookTypeName":"{\"@c\":\".impl.Inspired\",\"classRef\":\"Cleric\",\"spellInfo\":{}}",
- "group":"DIVINE",
- "ability":"WIS",
- "perDay":[
- [3, 1],
- [4, 2],
- [4, 2, 1],
- [5, 3, 2],
- [5, 3, 2, 1],
- [5, 3, 3, 2],
- [6, 4, 3, 2, 1],
- [6, 4, 3, 3, 2],
- [6, 4, 4, 3, 2, 1],
- [6, 4, 4, 3, 3, 2],
- [6, 5, 4, 4, 3, 2, 1],
- [6, 5, 4, 4, 3, 3, 2],
- [6, 5, 5, 4, 4, 3, 2, 1],
- [6, 5, 5, 4, 4, 3, 3, 2],
- [6, 5, 5, 5, 4, 4, 3, 2, 1],
- [6, 5, 5, 5, 4, 4, 4, 3, 2],
- [6, 5, 5, 5, 5, 4, 4, 3, 2, 1],
- [6, 5, 5, 5, 5, 4, 4, 3, 3, 2],
- [6, 5, 5, 5, 5, 5, 4, 4, 3, 3],
- [6, 5, 5, 5, 5, 5, 4, 4, 4, 4]
- ],
- "spellList":[
- ["Create Water"],
- ["Cure Light Wounds"],
- ["Magic Vestment"]
- ]
- }
- }
|