aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/cult_fanatic.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-15 15:23:23 -0400
committerYour Name <you@example.com>2021-04-15 15:23:23 -0400
commitdfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch)
tree695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/cult_fanatic.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/cult_fanatic.json')
-rw-r--r--parser/monsters/cult_fanatic.json56
1 files changed, 31 insertions, 25 deletions
diff --git a/parser/monsters/cult_fanatic.json b/parser/monsters/cult_fanatic.json
index 5f00ced..427bd03 100644
--- a/parser/monsters/cult_fanatic.json
+++ b/parser/monsters/cult_fanatic.json
@@ -30,33 +30,12 @@
"inventory": [
{
"name": "leather",
- "cost": 1000,
- "ac": 11,
- "strength": 0,
- "disadvantage": false,
- "weight": 10.0,
- "type": "light"
+ "type": "armor",
+ "text": "leather armor"
},
{
"name": "dagger",
- "cost": 200,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 4
- },
- "weight": 1.0,
- "range": [
- 20,
- 60
- ],
- "reach": 5,
- "properties": [
- "finesse",
- "light",
- "thrown"
- ],
- "type": "simple melee weapons",
+ "type": "weapon",
"text": "_Melee or Ranged Weapon Attack:_ +4 to hit, reach 5 ft. or range 20/60 ft., one creature. _Hit:_ 4 (1d4 + 2) piercing damage."
}
],
@@ -71,7 +50,34 @@
{
"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": "feature"
+ "type": "spellcasting",
+ "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"
+ ]
+ }
+ ]
},
{
"name": "multiattack",