diff options
Diffstat (limited to 'parser/monsters/reef_shark.json')
-rw-r--r-- | parser/monsters/reef_shark.json | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/parser/monsters/reef_shark.json b/parser/monsters/reef_shark.json new file mode 100644 index 0000000..e8e3ba4 --- /dev/null +++ b/parser/monsters/reef_shark.json @@ -0,0 +1,74 @@ +{ + "speed": "0 ft., swim 40 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "blindsight 30 ft." + ], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 4, + "hit_die_sides": 8, + "name": "Reef Shark", + "type": "beast", + "cr": 0.5, + "size": "Medium", + "alignment": "unaligned", + "stats": { + "str": 14, + "dex": 13, + "con": 13, + "int": 1, + "wis": 10, + "cha": 4 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 12 + } + ], + "description": "Smaller than giant sharks and hunter sharks, reef sharks inhabit shallow waters and coral reefs, gathering in small packs to hunt. A full-grown specimen measures 6 to 10 feet long.", + "features": [ + { + "name": "pack tactics", + "text": "The shark has advantage on an attack roll against a creature if at least one of the shark's allies is within 5 feet of the creature and the ally isn't incapacitated.", + "type": "feature" + }, + { + "name": "water breathing", + "text": "The shark can breathe only underwater.", + "type": "feature" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) 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:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) piercing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |