diff options
author | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
commit | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch) | |
tree | 90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/barbed_devil.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/barbed_devil.json')
-rw-r--r-- | parser/monsters/barbed_devil.json | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/parser/monsters/barbed_devil.json b/parser/monsters/barbed_devil.json new file mode 100644 index 0000000..047f559 --- /dev/null +++ b/parser/monsters/barbed_devil.json @@ -0,0 +1,177 @@ +{ + "speed": "30 ft.", + "saves": [ + "str", + "con", + "wis", + "cha" + ], + "d_resistances": [ + { + "type": "cold", + "qualifiers": [] + }, + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + } + ], + "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": { + "Deception": 1, + "Insight": 1, + "Perception": 2 + }, + "hit_die_count": 13, + "hit_die_sides": 8, + "name": "Barbed Devil", + "type": "fiend (devil)", + "cr": 5.0, + "size": "Medium", + "alignment": "lawful evil", + "stats": { + "str": 16, + "dex": 17, + "con": 18, + "int": 12, + "wis": 14, + "cha": 14 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 15 + } + ], + "description": "", + "features": [ + { + "name": "barbed hide", + "text": "At the start of each of its turns, the barbed devil deals 5 (1d10) piercing damage to any creature grappling it.", + "type": "feature" + }, + { + "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: one with its tail and two with its claws. Alternatively, it can use Hurl Flame twice.", + "type": "action" + }, + { + "name": "claw", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) piercing damage.", + "type": "action", + "attack": { + "name": "claw", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 6 (1d6 + 3) piercing damage." + } + }, + { + "name": "tail", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) piercing damage.", + "type": "action", + "attack": { + "name": "tail", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) piercing damage." + } + }, + { + "name": "hurl flame", + "text": "Ranged Spell Attack: +5 to hit, range 150 ft., one target. _Hit:_ 10 (3d6) 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": 3, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 150, + 150 + ], + "reach": 0, + "properties": [], + "type": "unknown", + "text": "Ranged Spell Attack: +5 to hit, range 150 ft., one target. _Hit:_ 10 (3d6) fire damage. If the target is a flammable object that isn't being worn or carried, it also catches fire." + } + } + ], + "prof": 3 +}
\ No newline at end of file |