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/bone_devil.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/bone_devil.json')
-rw-r--r-- | parser/monsters/bone_devil.json | 147 |
1 files changed, 147 insertions, 0 deletions
diff --git a/parser/monsters/bone_devil.json b/parser/monsters/bone_devil.json new file mode 100644 index 0000000..a679b65 --- /dev/null +++ b/parser/monsters/bone_devil.json @@ -0,0 +1,147 @@ +{ + "speed": "40 ft., fly 40 ft.", + "saves": [ + "int", + "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 + }, + "hit_die_count": 15, + "hit_die_sides": 10, + "name": "Bone Devil", + "type": "fiend (devil)", + "cr": 9.0, + "size": "Large", + "alignment": "lawful evil", + "stats": { + "str": 18, + "dex": 16, + "con": 18, + "int": 13, + "wis": 14, + "cha": 16 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 19 + } + ], + "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 attacks: two with its claws and one with its sting.", + "type": "action" + }, + { + "name": "claw", + "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8 + 4) slashing damage.", + "type": "action", + "attack": { + "name": "claw", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 8 (1d8 + 4) slashing damage." + } + }, + { + "name": "sting", + "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.", + "type": "action", + "attack": { + "name": "sting", + "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:_ +8 to hit, reach 10 ft., one target. _Hit:_ 13 (2d8 + 4) piercing damage plus 17 (5d6) poison damage, and the target must succeed on a DC 14 Constitution saving throw or become poisoned for 1 minute. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success." + } + } + ], + "prof": 4 +}
\ No newline at end of file |