aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/gynosphinx.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/gynosphinx.json
parent9034c3d2533177f7cb7a7ce939ec53f7fa63f60e (diff)
downloaddmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.gz
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.tar.bz2
dmtool-dfce4d0398a8bafbb7ad7a31345af181c0269c09.zip
Added spells
Diffstat (limited to 'parser/monsters/gynosphinx.json')
-rw-r--r--parser/monsters/gynosphinx.json51
1 files changed, 50 insertions, 1 deletions
diff --git a/parser/monsters/gynosphinx.json b/parser/monsters/gynosphinx.json
index 1a8dbd3..169bec7 100644
--- a/parser/monsters/gynosphinx.json
+++ b/parser/monsters/gynosphinx.json
@@ -85,7 +85,56 @@
{
"name": "spellcasting",
"text": "The sphinx is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 16, +8 to hit with spell attacks). It requires no material components to cast its spells. The sphinx has the following wizard spells prepared: \nCantrips (at will): **_mage hand, minor illusion, prestidigitation_** \n1st level (4 slots): **_detect magic, identify, shield_** \n2nd level (3 slots): **_darkness, locate object, suggestion_** \n3rd level (3 slots): **_dispel magic, remove curse, tongues_** \n4th level (3 slots): **_banishment, greater invisibility_** \n5th level (1 slot): **_legend lore_**",
- "type": "feature"
+ "type": "spellcasting",
+ "spellcasting_ability": "int",
+ "innate": false,
+ "levels": [
+ {
+ "slots": 0,
+ "spells": [
+ "mage hand",
+ "minor illusion",
+ "prestidigitation"
+ ]
+ },
+ {
+ "slots": 4,
+ "spells": [
+ "detect magic",
+ "identify",
+ "shield"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "darkness",
+ "locate object",
+ "suggestion"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "dispel magic",
+ "remove curse",
+ "tongues"
+ ]
+ },
+ {
+ "slots": 3,
+ "spells": [
+ "banishment",
+ "greater invisibility"
+ ]
+ },
+ {
+ "slots": 1,
+ "spells": [
+ "legend lore"
+ ]
+ }
+ ]
},
{
"name": "multiattack",