diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/chuul.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/chuul.json')
-rw-r--r-- | parser/monsters/chuul.json | 92 |
1 files changed, 0 insertions, 92 deletions
diff --git a/parser/monsters/chuul.json b/parser/monsters/chuul.json deleted file mode 100644 index d63a4a6..0000000 --- a/parser/monsters/chuul.json +++ /dev/null @@ -1,92 +0,0 @@ -{ - "speed": "30 ft., swim 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "poison", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "darkvision 60 ft." - ], - "langs": "understands Deep Speech but can't speak", - "skills": { - "Perception": 2 - }, - "hit_die_count": 11, - "hit_die_sides": 10, - "name": "Chuul", - "type": "abberation", - "cr": 4.0, - "size": "Large", - "alignment": "chaotic evil", - "stats": { - "str": 19, - "dex": 10, - "con": 16, - "int": 5, - "wis": 11, - "cha": 5 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 16 - }, - "description": "", - "features": [ - { - "name": "amphibious", - "text": "The chuul can breathe air and water.", - "type": "feature" - }, - { - "name": "sense magic", - "text": "The chuul senses magic within 120 feet of it at will. This trait otherwise works like the **_detect magic_** spell but isn't itself magical.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The chuul makes two pincer attacks. If the chuul is grappling a creature, the chuul can also use its tentacles once.", - "type": "action" - }, - { - "name": "pincer", - "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled.", - "type": "action", - "attack": { - "name": "pincer", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled." - } - }, - { - "name": "tentacles", - "text": "One creature grappled by the chuul must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. Until this poison ends, the target is paralyzed. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.", - "type": "action" - } - ], - "prof": 2 -}
\ No newline at end of file |