diff options
Diffstat (limited to 'parsed/creatures/hell_hound.json')
-rw-r--r-- | parsed/creatures/hell_hound.json | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/parsed/creatures/hell_hound.json b/parsed/creatures/hell_hound.json new file mode 100644 index 0000000..892e63b --- /dev/null +++ b/parsed/creatures/hell_hound.json @@ -0,0 +1,105 @@ +{ + "entry": "creatures", + "speed": "50 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + } + ], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "understands Infernal but can't speak it", + "skills": { + "Perception": 2 + }, + "hit_die_count": 7, + "hit_die_sides": 8, + "name": "Hell Hound", + "type": "fiend", + "cr": 3.0, + "size": "Medium", + "alignment": "lawful evil", + "stats": { + "str": 17, + "dex": 12, + "con": 14, + "int": 6, + "wis": 13, + "cha": 6 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 15 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "keen hearing and smell", + "text": "The hound has advantage on Wisdom (Perception) checks that rely on hearing or smell.", + "type": "feature" + }, + { + "entry": "feature", + "name": "pack tactics", + "text": "The hound has advantage on an attack roll against a creature if at least one of the hound's allies is within 5 feet of the creature and the ally isn't incapacitated.", + "type": "feature" + }, + { + "entry": "feature", + "name": "bite", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "bite", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 8, + "dmg_type": "piercing", + "is_or": false + }, + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "fire", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "fire breath (recharge 5\u20136)", + "text": "The hound exhales fire in a 15-foot cone. Each creature in that area must make a DC 12 Dexterity saving throw, taking 21 (6d6) fire damage on a failed save, or half as much damage on a successful one.", + "type": "action" + } + ], + "prof": 2 +}
\ No newline at end of file |