1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
|
{
"speed": "40 ft., fly 60 ft.",
"saves": [],
"d_resistances": [
{
"type": "bludgeoning",
"qualifiers": [
"nonmagical"
]
},
{
"type": "piercing",
"qualifiers": [
"nonmagical"
]
},
{
"type": "slashing",
"qualifiers": [
"nonmagical"
]
}
],
"d_vulnerabilities": [],
"d_immunities": [
{
"type": "psychic",
"qualifiers": []
}
],
"c_immunities": [
{
"type": "charmed",
"qualifiers": []
},
{
"type": "frightened",
"qualifiers": []
}
],
"senses": [
"truesight 120 ft."
],
"langs": "Common, Sphinx",
"skills": {
"Arcana": 2,
"History": 2,
"Perception": 1,
"Religion": 1
},
"hit_die_count": 16,
"hit_die_sides": 10,
"name": "Gynosphinx",
"type": "monstrosity",
"cr": 11.0,
"size": "Large",
"alignment": "lawful neutral",
"stats": {
"str": 18,
"dex": 15,
"con": 16,
"int": 18,
"wis": 18,
"cha": 18
},
"inventory": [],
"natural_armor": {
"name": "natural",
"bonus": 17
},
"description": "",
"features": [
{
"name": "inscrutable",
"text": "The sphinx is immune to any effect that would sense its emotions or read its thoughts, as well as any divination spell that it refuses. Wisdom (Insight) checks made to ascertain the sphinx's intentions or sincerity have disadvantage.",
"type": "feature"
},
{
"name": "magic weapons",
"text": "The sphinx's weapon attacks are magical.",
"type": "feature"
},
{
"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": "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",
"text": "The sphinx makes two claw attacks.",
"type": "action"
},
{
"name": "claw",
"text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage.",
"type": "action",
"attack": {
"name": "claw",
"cost": 0,
"damage": {
"dmg_type": "slashing",
"dmg_die_count": 2,
"dmg_die_sides": 8
},
"weight": 0.0,
"range": [
0,
0
],
"reach": 5,
"properties": [],
"type": "unknown",
"text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) slashing damage."
}
},
{
"name": "claw attack",
"text": "The sphinx makes one claw attack.",
"type": "legendary_action"
},
{
"name": "teleport (costs 2 actions)",
"text": "The sphinx magically teleports, along with any equipment it is wearing or carrying, up to 120 feet to an unoccupied space it can see.",
"type": "legendary_action"
},
{
"name": "cast a spell (costs 3 actions)",
"text": "The sphinx casts a spell from its list of prepared spells, using a spell slot as normal.",
"type": "legendary_action"
}
],
"prof": 4
}
|