diff options
Diffstat (limited to 'parser/monsters/merrow.json')
-rw-r--r-- | parser/monsters/merrow.json | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/parser/monsters/merrow.json b/parser/monsters/merrow.json new file mode 100644 index 0000000..4ab7d78 --- /dev/null +++ b/parser/monsters/merrow.json @@ -0,0 +1,118 @@ +{ + "speed": "10 ft., swim 40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 60 ft." + ], + "langs": "Abyssal, Aquan", + "skills": {}, + "hit_die_count": 6, + "hit_die_sides": 10, + "name": "Merrow", + "type": "monstrosity", + "cr": 2.0, + "size": "Large", + "alignment": "chaotic evil", + "stats": { + "str": 18, + "dex": 10, + "con": 15, + "int": 8, + "wis": 10, + "cha": 9 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 13 + } + ], + "description": "", + "features": [ + { + "name": "amphibious", + "text": "The merrow can breathe air and water.", + "type": "feature" + }, + { + "name": "multiattack", + "text": "The merrow makes two attacks: one with its bite and one with its claws or harpoon.", + "type": "action" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 8 (1d8 + 4) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "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:_ 8 (1d8 + 4) piercing damage." + } + }, + { + "name": "claws", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4 + 4) slashing damage.", + "type": "action", + "attack": { + "name": "claws", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 2, + "dmg_die_sides": 4 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 9 (2d4 + 4) slashing damage." + } + }, + { + "name": "harpoon", + "text": "_Melee or _Ranged Weapon Attack:__ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage. If the target is a Huge or smaller creature, it must succeed on a Strength contest against the merrow or be pulled up to 20 feet toward the merrow.", + "type": "action", + "attack": { + "name": "harpoon", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 20, + 60 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee or _Ranged Weapon Attack:__ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 11 (2d6 + 4) piercing damage. If the target is a Huge or smaller creature, it must succeed on a Strength contest against the merrow or be pulled up to 20 feet toward the merrow." + } + } + ], + "prof": 2 +}
\ No newline at end of file |