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/rakshasa.json | |
parent | 9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff) | |
download | dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2 dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip |
Added spells
Diffstat (limited to 'parser/monsters/rakshasa.json')
-rw-r--r-- | parser/monsters/rakshasa.json | 36 |
1 files changed, 34 insertions, 2 deletions
diff --git a/parser/monsters/rakshasa.json b/parser/monsters/rakshasa.json index c6b1e05..83927ac 100644 --- a/parser/monsters/rakshasa.json +++ b/parser/monsters/rakshasa.json @@ -62,9 +62,41 @@ "type": "feature" }, { - "name": "innate spellcasting", + "name": "spellcasting", "text": "The rakshasa's innate spellcasting ability is Charisma (spell save DC 18, +10 to hit with spell attacks). The rakshasa can innately cast the following spells, requiring no material components: \nAt will: **_detect thoughts, disguise self, mage hand, minor illusion_** \n3/day each: **_charm person, detect magic, invisibility, major image, suggestion_** \n1/day each: **_dominate person, fly, plane shift, true seeing_**", - "type": "feature" + "type": "spellcasting", + "spellcasting_ability": "cha", + "innate": true, + "levels": [ + { + "slots": 0, + "spells": [ + "detect thoughts", + "disguise self", + "mage hand", + "minor illusion" + ] + }, + { + "slots": 3, + "spells": [ + "charm person", + "detect magic", + "invisibility", + "major image", + "suggestion" + ] + }, + { + "slots": 1, + "spells": [ + "dominate person", + "fly", + "plane shift", + "true seeing" + ] + } + ] }, { "name": "multiattack", |