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
|
{
"entry": "creatures",
"speed": "30 ft., fly 90 ft.",
"saves": [
"dex",
"wis",
"cha"
],
"d_resistances": [],
"d_vulnerabilities": [],
"d_immunities": [
{
"type": "lightning",
"qualifiers": []
},
{
"type": "thunder",
"qualifiers": []
}
],
"c_immunities": [],
"senses": [
"darkvision 120 ft."
],
"langs": "Auran",
"skills": {},
"hit_die_count": 14,
"hit_die_sides": 10,
"name": "Djinni",
"type": "elemental",
"cr": 11.0,
"size": "Large",
"alignment": "chaotic good",
"stats": {
"str": 21,
"dex": 15,
"con": 22,
"int": 15,
"wis": 16,
"cha": 20
},
"inventory": [],
"observant": false,
"givenName": "NAME",
"hpMax": -1,
"hp": -1,
"natural_armor": {
"name": "natural",
"bonus": 17
},
"text": "",
"features": [
{
"entry": "feature",
"name": "elemental demise",
"text": "If the djinni dies, its body disintegrates into a warm breeze, leaving behind only equipment the djinni was wearing or carrying.",
"type": "feature"
},
{
"entry": "feature",
"name": "spellcasting",
"text": "The djinni's innate spellcasting ability is Charisma (spell save DC 17, +9 to hit with spell attacks). It can innately cast the following spells, requiring no material components: \nAt will: **_detect evil and good_**, **_detect magic_**, **_thunderwave_** \n3/day each: **_create food and water_** (can create wine instead of water), **_tongues_**, **_wind walk_** \n1/day each: **_conjure elemental_** (air elemental only), **_creation_**, **_gaseous form_**, **_invisibility_**, **_major image_**, **_plane shift_**",
"type": "spells",
"spellcasting_ability": "cha",
"innate": true,
"levels": [
{
"slots": 0,
"spells": [
"detect evil and good",
"detect magic",
"thunderwave"
]
},
{
"slots": 3,
"spells": [
"create food and water",
"tongues",
"wind walk"
]
},
{
"slots": 1,
"spells": [
"conjure elemental",
"creation",
"gaseous form",
"invisibility",
"major image",
"plane shift"
]
}
]
},
{
"entry": "feature",
"name": "multiattack",
"text": "The djinni makes three scimitar attacks.",
"type": "action"
},
{
"entry": "feature",
"name": "scimitar",
"text": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 12 (2d6 + 5) slashing damage plus 3 (1d6) lightning or thunder damage (djinni's choice).",
"type": "attack",
"attack": {
"entry": "item",
"type": "weapons",
"name": "scimitar",
"cost": 2500,
"damage": [
{
"dmg_die_count": 2,
"dmg_die_sides": 6,
"dmg_type": "slashing",
"is_or": false
}
],
"weight": 3.0,
"range": [
0,
0
],
"reach": 5,
"properties": [],
"weapon_type": "unknown",
"text": "plus 3 (1d6) lightning or thunder damage (djinni's choice).",
"toHitOverride": null,
"dmgBonusOverride": null,
"abilityOverride": null
}
},
{
"entry": "feature",
"name": "create whirlwind",
"text": "A 5-foot-radius, 30-foot-tall cylinder of swirling air magically forms on a point the djinni can see within 120 feet of it. The whirlwind lasts as long as the djinni maintains concentration (as if concentrating on a spell). Any creature but the djinni that enters the whirlwind must succeed on a DC 18 Strength saving throw or be restrained by it. The djinni can move the whirlwind up to 60 feet as an action, and creatures restrained by the whirlwind move with it. The whirlwind ends if the djinni loses sight of it. \nA creature can use its action to free a creature restrained by the whirlwind, including itself, by succeeding on a DC 18 Strength check. If the check succeeds, the creature is no longer restrained and moves to the nearest space outside the whirlwind.",
"type": "action"
}
],
"prof": 4
}
|