aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/glabrezu.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/glabrezu.json')
-rw-r--r--parser/monsters/glabrezu.json146
1 files changed, 146 insertions, 0 deletions
diff --git a/parser/monsters/glabrezu.json b/parser/monsters/glabrezu.json
new file mode 100644
index 0000000..3c8f475
--- /dev/null
+++ b/parser/monsters/glabrezu.json
@@ -0,0 +1,146 @@
+{
+ "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": "innate 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": "feature"
+ },
+ {
+ "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