diff options
Diffstat (limited to 'parsed/creatures/glabrezu.json')
-rw-r--r-- | parsed/creatures/glabrezu.json | 190 |
1 files changed, 0 insertions, 190 deletions
diff --git a/parsed/creatures/glabrezu.json b/parsed/creatures/glabrezu.json deleted file mode 100644 index 4181bfe..0000000 --- a/parsed/creatures/glabrezu.json +++ /dev/null @@ -1,190 +0,0 @@ -{ - "entry": "creatures", - "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": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 17 - }, - "text": "", - "features": [ - { - "entry": "feature", - "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": "spells", - "spellcasting_ability": "int", - "innate": true, - "levels": [ - { - "slots": 0, - "spells": [ - "darkness", - "detect magic", - "dispel magic" - ] - }, - { - "slots": 1, - "spells": [ - "confusion", - "fly", - "power word stun" - ] - } - ] - }, - { - "entry": "feature", - "name": "magic resistance", - "text": "The glabrezu has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "entry": "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" - }, - { - "entry": "feature", - "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": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "pincer", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "dmg_die_sides": 10, - "dmg_type": "bludgeoning", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "weapon_type": "unknown", - "text": ". 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.", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "fist", - "text": "_Melee Weapon Attack:_ +9 to hit, reach 5 ft., one target. _Hit:_ 7 (2d4 + 2) bludgeoning damage.", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "fist", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "dmg_die_sides": 4, - "dmg_type": "bludgeoning", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": 2, - "abilityOverride": null - } - } - ], - "prof": 4 -}
\ No newline at end of file |