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/horned_devil.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/horned_devil.json')
-rw-r--r-- | parser/monsters/horned_devil.json | 163 |
1 files changed, 0 insertions, 163 deletions
diff --git a/parser/monsters/horned_devil.json b/parser/monsters/horned_devil.json deleted file mode 100644 index 82f3452..0000000 --- a/parser/monsters/horned_devil.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "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 |