diff options
author | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
commit | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch) | |
tree | 90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/chuul.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/chuul.json')
-rw-r--r-- | parser/monsters/chuul.json | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/parser/monsters/chuul.json b/parser/monsters/chuul.json new file mode 100644 index 0000000..10a87c8 --- /dev/null +++ b/parser/monsters/chuul.json @@ -0,0 +1,94 @@ +{ + "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 |