diff options
author | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-15 15:23:23 -0400 |
commit | dfce4d0398a8bafbb7ad7a31345af181c0269c09 (patch) | |
tree | 695162ff8cc25e146f52d9e26fe19ffa9934b3d6 /parser/monsters/guardian_naga.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/guardian_naga.json')
-rw-r--r-- | parser/monsters/guardian_naga.json | 56 |
1 files changed, 55 insertions, 1 deletions
diff --git a/parser/monsters/guardian_naga.json b/parser/monsters/guardian_naga.json index 7976bf3..cf8ef15 100644 --- a/parser/monsters/guardian_naga.json +++ b/parser/monsters/guardian_naga.json @@ -62,7 +62,61 @@ { "name": "spellcasting", "text": "The naga is an 11th-level spellcaster. Its spellcasting ability is Wisdom (spell save DC 16, +8 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following cleric spells prepared: \nCantrips (at will): **_mending, sacred flame, thaumaturgy_** \n1st level (4 slots): **_command, cure wounds, shield of faith_** \n2nd level (3 slots): **_calm emotions, hold person_** \n3rd level (3 slots): **_bestow curse, clairvoyance_** \n4th level (3 slots): **_banishment, freedom of movement_** \n5th level (2 slots): **_flame strike, geas_** \n6th level (1 slot): **_true seeing_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "wis", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mending", + "sacred flame", + "thaumaturgy" + ] + }, + { + "slots": 4, + "spells": [ + "command", + "cure wounds", + "shield of faith" + ] + }, + { + "slots": 3, + "spells": [ + "calm emotions", + "hold person" + ] + }, + { + "slots": 3, + "spells": [ + "bestow curse", + "clairvoyance" + ] + }, + { + "slots": 3, + "spells": [ + "banishment", + "freedom of movement" + ] + }, + { + "slots": 2, + "spells": [ + "flame strike", + "geas" + ] + }, + { + "slots": 1, + "spells": [ + "true seeing" + ] + } + ] }, { "name": "bite", |