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/spirit_naga.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/spirit_naga.json')
-rw-r--r-- | parser/monsters/spirit_naga.json | 49 |
1 files changed, 48 insertions, 1 deletions
diff --git a/parser/monsters/spirit_naga.json b/parser/monsters/spirit_naga.json index 8209aab..d7ba61d 100644 --- a/parser/monsters/spirit_naga.json +++ b/parser/monsters/spirit_naga.json @@ -61,7 +61,54 @@ { "name": "spellcasting", "text": "The naga is a 10th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks), and it needs only verbal components to cast its spells. It has the following wizard spells prepared: \nCantrips (at will): **_mage hand, minor illusion, ray of frost_** \n1st level (4 slots): **_charm person, detect magic, sleep_** \n2nd level (3 slots): **_detect thoughts, hold person_** \n3rd level (3 slots): **_lightning bolt, water breathing_** \n4th level (3 slots): **_blight, dimension door_** \n5th level (2 slots): **_dominate person_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "int", + "innate": false, + "levels": [ + { + "slots": 0, + "spells": [ + "mage hand", + "minor illusion", + "ray of frost" + ] + }, + { + "slots": 4, + "spells": [ + "charm person", + "detect magic", + "sleep" + ] + }, + { + "slots": 3, + "spells": [ + "detect thoughts", + "hold person" + ] + }, + { + "slots": 3, + "spells": [ + "lightning bolt", + "water breathing" + ] + }, + { + "slots": 3, + "spells": [ + "blight", + "dimension door" + ] + }, + { + "slots": 2, + "spells": [ + "dominate person" + ] + } + ] }, { "name": "bite", |