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/glabrezu.json | 164 ------------------------------------------ 1 file changed, 164 deletions(-) delete mode 100644 parser/monsters/glabrezu.json (limited to 'parser/monsters/glabrezu.json') diff --git a/parser/monsters/glabrezu.json b/parser/monsters/glabrezu.json deleted file mode 100644 index f58ece0..0000000 --- a/parser/monsters/glabrezu.json +++ /dev/null @@ -1,164 +0,0 @@ -{ - "speed": "40 ft.", - "saves": [ - "str", - "con", - "wis", - "cha" - ], - "d_resistances": [ - { - "type": "cold", - "qualifiers": [] - }, - { - "type": "fire", - "qualifiers": [] - }, - { - "type": "lightning", - "qualifiers": [] - }, - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical" - ] - } - ], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "truesight 120 ft." - ], - "langs": "Abyssal, telepathy 120 ft.", - "skills": {}, - "hit_die_count": 15, - "hit_die_sides": 10, - "name": "Glabrezu", - "type": "fiend (demon)", - "cr": 9.0, - "size": "Large", - "alignment": "chaotic evil", - "stats": { - "str": 20, - "dex": 15, - "con": 21, - "int": 19, - "wis": 17, - "cha": 16 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 17 - }, - "description": "", - "features": [ - { - "name": "spellcasting", - "text": "The glabrezu's spellcasting ability is Intelligence (spell save DC 16). The glabrezu can innately cast the following spells, requiring no material components: \nAt will: **_darkness_**, **_detect magic_**, **_dispel magic_** \n1/day each: **_confusion_**, **_fly_**, **_power word stun_**", - "type": "spellcasting", - "spellcasting_ability": "int", - "innate": true, - "levels": [ - { - "slots": 0, - "spells": [ - "darkness", - "detect magic", - "dispel magic" - ] - }, - { - "slots": 1, - "spells": [ - "confusion", - "fly", - "power word stun" - ] - } - ] - }, - { - "name": "magic resistance", - "text": "The glabrezu has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The glabrezu makes four attacks: two with its pincers and two with its fists. Alternatively, it makes two attacks with its pincers and casts one spell.", - "type": "action" - }, - { - "name": "pincer", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10 + 5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). The glabrezu has two pincers, each of which can grapple only one target.", - "type": "action", - "attack": { - "name": "pincer", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 16 (2d10 + 5) bludgeoning damage. If the target is a Medium or smaller creature, it is grappled (escape DC 15). The glabrezu has two pincers, each of which can grapple only one target." - } - }, - { - "name": "fist", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4 + 2) bludgeoning damage.", - "type": "action", - "attack": { - "name": "fist", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4 + 2) bludgeoning damage." - } - } - ], - "prof": 4 -} \ No newline at end of file -- cgit v1.2.3