From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/otyugh.json | 102 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 102 insertions(+) create mode 100644 parser/monsters/otyugh.json (limited to 'parser/monsters/otyugh.json') diff --git a/parser/monsters/otyugh.json b/parser/monsters/otyugh.json new file mode 100644 index 0000000..ba71dc6 --- /dev/null +++ b/parser/monsters/otyugh.json @@ -0,0 +1,102 @@ +{ + "speed": "30 ft.", + "saves": [ + "con" + ], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 120 ft." + ], + "langs": "Otyugh", + "skills": {}, + "hit_die_count": 12, + "hit_die_sides": 10, + "name": "Otyugh", + "type": "abberation", + "cr": 5.0, + "size": "Large", + "alignment": "neutral", + "stats": { + "str": 16, + "dex": 11, + "con": 19, + "int": 6, + "wis": 13, + "cha": 6 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 14 + } + ], + "description": "", + "features": [ + { + "name": "limited telepathy", + "text": "The otyugh can magically transmit simple messages and images to any creature within 120 feet of it that can understand a language. This form of telepathy doesn't allow the receiving creature to telepathically respond.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The otyugh makes three attacks: one with its bite and two with its tentacles.", + "type": "action" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 12 (2d8 + 3) piercing damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw against disease or become poisoned until the disease is cured. Every 24 hours that elapse, the target must repeat the saving throw, reducing its hit point maximum by 5 (1d10) on a failure. The disease is cured on a success. The target dies if the disease reduces its hit point maximum to 0. This reduction to the target's hit point maximum lasts until the disease is cured." + } + }, + { + "name": "tentacle", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target.", + "type": "action", + "attack": { + "name": "tentacle", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage plus 4 (1d8) piercing damage. If the target is Medium or smaller, it is grappled (escape DC 13) and restrained until the grapple ends. The otyugh has two tentacles, each of which can grapple one target." + } + }, + { + "name": "tentacle slam", + "text": "The otyugh slams creatures grappled by it into each other or a solid surface. Each creature must succeed on a DC 14 Constitution saving throw or take 10 (2d6 + 3) bludgeoning damage and be stunned until the end of the otyugh's next turn. On a successful save, the target takes half the bludgeoning damage and isn't stunned.", + "type": "action" + } + ], + "prof": 3 +} \ No newline at end of file -- cgit v1.2.3