diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/nightmare.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/nightmare.json')
-rw-r--r-- | parser/monsters/nightmare.json | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/parser/monsters/nightmare.json b/parser/monsters/nightmare.json deleted file mode 100644 index 995e85e..0000000 --- a/parser/monsters/nightmare.json +++ /dev/null @@ -1,78 +0,0 @@ -{ - "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 |