diff options
Diffstat (limited to 'parsed/creatures/barbed_devil.json')
-rw-r--r-- | parsed/creatures/barbed_devil.json | 211 |
1 files changed, 211 insertions, 0 deletions
diff --git a/parsed/creatures/barbed_devil.json b/parsed/creatures/barbed_devil.json new file mode 100644 index 0000000..4ef8d77 --- /dev/null +++ b/parsed/creatures/barbed_devil.json @@ -0,0 +1,211 @@ +{ + "entry": "creatures", + "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": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 15 + }, + "text": "", + "features": [ + { + "entry": "feature", + "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" + }, + { + "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 melee attacks: one with its tail and two with its claws. Alternatively, it can use Hurl Flame twice.", + "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": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "tail", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "tail", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "hurl flame", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "spell attack", + "name": "hurl flame", + "cost": -1, + "damage": [ + { + "dmg_die_count": 3, + "dmg_die_sides": 6, + "dmg_type": "fire", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 150, + 150 + ], + "reach": 0, + "properties": [], + "weapon_type": "unknown", + "text": ". If the target is a flammable object that isn't being worn or carried, it also catches fire.", + "toHitOverride": null, + "dmgBonusOverride": 0, + "abilityOverride": "wis" + } + } + ], + "prof": 3 +}
\ No newline at end of file |