aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/hunter_shark.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/hunter_shark.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/hunter_shark.json')
-rw-r--r--parser/monsters/hunter_shark.json74
1 files changed, 74 insertions, 0 deletions
diff --git a/parser/monsters/hunter_shark.json b/parser/monsters/hunter_shark.json
new file mode 100644
index 0000000..19acea7
--- /dev/null
+++ b/parser/monsters/hunter_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": 6,
+ "hit_die_sides": 10,
+ "name": "Hunter Shark",
+ "type": "beast",
+ "cr": 2.0,
+ "size": "Large",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 18,
+ "dex": 13,
+ "con": 15,
+ "int": 1,
+ "wis": 10,
+ "cha": 4
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 12
+ }
+ ],
+ "description": "Smaller than a giant shark but larger and fiercer than a reef shark, a hunter shark haunts deep waters. It usually hunts alone, but multiple hunter sharks might feed in the same area. A fully grown hunter shark is 15 to 20 feet long.",
+ "features": [
+ {
+ "name": "blood frenzy",
+ "text": "The shark has advantage on melee attack rolls against any creature that doesn't have all its hit points.",
+ "type": "feature"
+ },
+ {
+ "name": "water breathing",
+ "text": "The shark can breathe only underwater.",
+ "type": "feature"
+ },
+ {
+ "name": "bite",
+ "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 13 (2d8 + 4) piercing damage.",
+ "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:_ 13 (2d8 + 4) piercing damage."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file