aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/gynosphinx.json
diff options
context:
space:
mode:
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",