diff options
Diffstat (limited to 'parser/monsters/hezrou.json')
-rw-r--r-- | parser/monsters/hezrou.json | 143 |
1 files changed, 0 insertions, 143 deletions
diff --git a/parser/monsters/hezrou.json b/parser/monsters/hezrou.json deleted file mode 100644 index 5f1b736..0000000 --- a/parser/monsters/hezrou.json +++ /dev/null @@ -1,143 +0,0 @@ -{ - "speed": "30 ft.", - "saves": [ - "str", - "con", - "wis" - ], - "d_resistances": [ - { - "type": "cold", - "qualifiers": [] - }, - { - "type": "fire", - "qualifiers": [] - }, - { - "type": "lightning", - "qualifiers": [] - }, - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "darkvision 120 ft." - ], - "langs": "Abyssal, telepathy 120 ft.", - "skills": {}, - "hit_die_count": 13, - "hit_die_sides": 10, - "name": "Hezrou", - "type": "fiend (demon)", - "cr": 8.0, - "size": "Large", - "alignment": "chaotic evil", - "stats": { - "str": 19, - "dex": 17, - "con": 20, - "int": 5, - "wis": 12, - "cha": 13 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 16 - }, - "description": "", - "features": [ - { - "name": "magic resistance", - "text": "The hezrou has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "name": "stench", - "text": "Any creature that starts its turn within 10 feet of the hezrou must succeed on a DC 14 Constitution saving throw or be poisoned until the start of its next turn. On a successful saving throw, the creature is immune to the hezrou's stench for 24 hours.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The hezrou makes three attacks: one with its bite and two with its claws.", - "type": "action" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10 + 4) piercing damage.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 2, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 15 (2d10 + 4) piercing damage." - } - }, - { - "name": "claw", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage.", - "type": "action", - "attack": { - "name": "claw", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +7 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) slashing damage." - } - } - ], - "prof": 3 -}
\ No newline at end of file |