aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/glabrezu.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/glabrezu.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/glabrezu.json')
-rw-r--r--parser/monsters/glabrezu.json164
1 files changed, 0 insertions, 164 deletions
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