From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/barbed_devil.json | 175 -------------------------------------- 1 file changed, 175 deletions(-) delete mode 100644 parser/monsters/barbed_devil.json (limited to 'parser/monsters/barbed_devil.json') diff --git a/parser/monsters/barbed_devil.json b/parser/monsters/barbed_devil.json deleted file mode 100644 index ad30a14..0000000 --- a/parser/monsters/barbed_devil.json +++ /dev/null @@ -1,175 +0,0 @@ -{ - "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 -- cgit v1.2.3