From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/horned_devil.json | 165 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 165 insertions(+) create mode 100644 parser/monsters/horned_devil.json (limited to 'parser/monsters/horned_devil.json') diff --git a/parser/monsters/horned_devil.json b/parser/monsters/horned_devil.json new file mode 100644 index 0000000..0992954 --- /dev/null +++ b/parser/monsters/horned_devil.json @@ -0,0 +1,165 @@ +{ + "speed": "20 ft., fly 60 ft.", + "saves": [ + "str", + "dex", + "wis", + "cha" + ], + "d_resistances": [ + { + "type": "cold", + "qualifiers": [] + }, + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical" + ] + } + ], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "fire", + "qualifiers": [] + }, + { + "type": "poison", + "qualifiers": [] + } + ], + "c_immunities": [ + { + "type": "poisoned", + "qualifiers": [] + } + ], + "senses": [ + "darkvision 120 ft." + ], + "langs": "Infernal, telepathy 120 ft.", + "skills": {}, + "hit_die_count": 17, + "hit_die_sides": 10, + "name": "Horned Devil", + "type": "fiend (devil)", + "cr": 11.0, + "size": "Large", + "alignment": "lawful evil", + "stats": { + "str": 22, + "dex": 17, + "con": 21, + "int": 12, + "wis": 16, + "cha": 17 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 18 + } + ], + "description": "", + "features": [ + { + "name": "devil's sight", + "text": "Magical darkness doesn't impede the devil's darkvision.", + "type": "feature" + }, + { + "name": "magic resistance", + "text": "The devil has advantage on saving throws against spells and other magical effects.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The devil makes three melee attacks: two with its fork and one with its tail. It can use Hurl Flame in place of any melee attack.", + "type": "action" + }, + { + "name": "fork", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 15 (2d8 + 6) piercing damage.", + "type": "action", + "attack": { + "name": "fork", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 15 (2d8 + 6) piercing damage." + } + }, + { + "name": "tail", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 10 (1d8 + 6) piercing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 17 Constitution saving throw or lose 10 (3d6) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing.", + "type": "action", + "attack": { + "name": "tail", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +10 to hit, reach 10 ft., one target. _Hit:_ 10 (1d8 + 6) piercing damage. If the target is a creature other than an undead or a construct, it must succeed on a DC 17 Constitution saving throw or lose 10 (3d6) hit points at the start of each of its turns due to an infernal wound. Each time the devil hits the wounded target with this attack, the damage dealt by the wound increases by 10 (3d6). Any creature can take an action to stanch the wound with a successful DC 12 Wisdom (Medicine) check. The wound also closes if the target receives magical healing." + } + }, + { + "name": "hurl flame", + "text": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. _Hit:_ 14 (4d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire.", + "type": "action", + "attack": { + "name": "hurl flame", + "cost": 0, + "damage": { + "dmg_type": "fire", + "dmg_die_count": 4, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 150, + 150 + ], + "reach": 0, + "properties": [], + "type": "unknown", + "text": "Ranged Spell Attack: +7 to hit, range 150 ft., one target. _Hit:_ 14 (4d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire." + } + } + ], + "prof": 4 +} \ No newline at end of file -- cgit v1.2.3