diff options
author | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2023-05-30 18:33:10 -0400 |
commit | e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch) | |
tree | b48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/cult_fanatic.json | |
parent | d428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff) | |
download | dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2 dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip |
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/cult_fanatic.json')
-rw-r--r-- | parsed/creatures/cult_fanatic.json | 102 |
1 files changed, 102 insertions, 0 deletions
diff --git a/parsed/creatures/cult_fanatic.json b/parsed/creatures/cult_fanatic.json new file mode 100644 index 0000000..6986dbc --- /dev/null +++ b/parsed/creatures/cult_fanatic.json @@ -0,0 +1,102 @@ +{ + "entry": "creatures", + "speed": "30 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "any one language (usually Common)", + "skills": { + "Deception": 1, + "Persuasion": 1, + "Religion": 1 + }, + "hit_die_count": 6, + "hit_die_sides": 8, + "name": "Cult Fanatic", + "type": "humanoid (any race)", + "cr": 2.0, + "size": "Medium", + "alignment": "any non-good alignment", + "stats": { + "str": 11, + "dex": 14, + "con": 12, + "int": 10, + "wis": 13, + "cha": 14 + }, + "inventory": [ + { + "entry": "item", + "name": "leather", + "type": "armor", + "text": "leather armor" + }, + { + "entry": "item", + "name": "dagger", + "type": "weapons", + "text": "." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "Fanatics are often part of a cult's leadership, using their charisma and dogma to influence and prey on those of weak will. Most are interested in personal power above all else.", + "features": [ + { + "entry": "feature", + "name": "dark devotion", + "text": "The fanatic has advantage on saving throws against being charmed or frightened.", + "type": "feature" + }, + { + "entry": "feature", + "name": "spellcasting", + "text": "The fanatic is a 4th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 11, +3 to hit with spell attacks). The fanatic has the following cleric spells prepared: \nCantrips (at will): **_light, sacred flame, thaumaturgy_** \n1st level (4 slots): **_command, inflict wounds, shield of faith_** \n2nd level (3 slots): **_hold person, spiritual weapon_**", + "type": "spells", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "light", + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "command", + "inflict wounds", + "shield of faith" + ] + }, + { + "slots": 3, + "spells": [ + "hold person", + "spiritual weapon" + ] + } + ] + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The fanatic makes two melee attacks.", + "type": "action" + } + ], + "prof": 2 +}
\ No newline at end of file |