diff options
Diffstat (limited to 'parsed/creatures/bone_devil.json')
-rw-r--r-- | parsed/creatures/bone_devil.json | 177 |
1 files changed, 177 insertions, 0 deletions
diff --git a/parsed/creatures/bone_devil.json b/parsed/creatures/bone_devil.json new file mode 100644 index 0000000..62ecadd --- /dev/null +++ b/parsed/creatures/bone_devil.json @@ -0,0 +1,177 @@ +{ + "entry": "creatures", + "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": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 19 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "devil's sight", + "text": "Magical darkness doesn't impede the devil's darkvision.", + "type": "feature" + }, + { + "entry": "feature", + "name": "magic resistance", + "text": "The devil has advantage on saving throws against spells and other magical effects.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The devil makes three attacks: two with its claws and one with its sting.", + "type": "action" + }, + { + "entry": "feature", + "name": "claw", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "claw", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 8, + "dmg_type": "slashing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "sting", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "sting", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 8, + "dmg_type": "piercing", + "is_or": false + }, + { + "dmg_die_count": 5, + "dmg_die_sides": 6, + "dmg_type": "poison", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "weapon_type": "unknown", + "text": ", 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.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 4 +}
\ No newline at end of file |