aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/nightmare.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/nightmare.json')
-rw-r--r--parser/monsters/nightmare.json80
1 files changed, 80 insertions, 0 deletions
diff --git a/parser/monsters/nightmare.json b/parser/monsters/nightmare.json
new file mode 100644
index 0000000..0a971d2
--- /dev/null
+++ b/parser/monsters/nightmare.json
@@ -0,0 +1,80 @@
+{
+ "speed": "60 ft., fly 90 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [
+ {
+ "type": "fire",
+ "qualifiers": []
+ }
+ ],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "understands Abyssal, Common, and Infernal but can't speak",
+ "skills": {},
+ "hit_die_count": 8,
+ "hit_die_sides": 10,
+ "name": "Nightmare",
+ "type": "fiend",
+ "cr": 3.0,
+ "size": "Large",
+ "alignment": "neutral evil",
+ "stats": {
+ "str": 18,
+ "dex": 15,
+ "con": 16,
+ "int": 10,
+ "wis": 13,
+ "cha": 15
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 13
+ }
+ ],
+ "description": "",
+ "features": [
+ {
+ "name": "confer fire resistance",
+ "text": "The nightmare can grant resistance to fire damage to anyone riding it.",
+ "type": "feature"
+ },
+ {
+ "name": "illumination",
+ "text": "The nightmare sheds bright light in a 10-foot radius and dim light for an additional 10 feet.",
+ "type": "feature"
+ },
+ {
+ "name": "hooves",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) bludgeoning damage plus 7 (2d6) fire damage.",
+ "type": "action",
+ "attack": {
+ "name": "hooves",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 2,
+ "dmg_die_sides": 8
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) bludgeoning damage plus 7 (2d6) fire damage."
+ }
+ },
+ {
+ "name": "ethereal stride",
+ "text": "The nightmare and up to three willing creatures within 5 feet of it magically enter the Ethereal Plane from the Material Plane, or vice versa.",
+ "type": "action"
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file