diff options
Diffstat (limited to 'parser/monsters/killer_whale.json')
-rw-r--r-- | parser/monsters/killer_whale.json | 79 |
1 files changed, 79 insertions, 0 deletions
diff --git a/parser/monsters/killer_whale.json b/parser/monsters/killer_whale.json new file mode 100644 index 0000000..3c2bed2 --- /dev/null +++ b/parser/monsters/killer_whale.json @@ -0,0 +1,79 @@ +{ + "speed": "0 ft., swim 60 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "blindsight 120 ft." + ], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 12, + "hit_die_sides": 12, + "name": "Killer Whale", + "type": "beast", + "cr": 3.0, + "size": "Huge", + "alignment": "unaligned", + "stats": { + "str": 19, + "dex": 10, + "con": 13, + "int": 3, + "wis": 12, + "cha": 7 + }, + "inventory": [], + "natural_armor": [ + { + "name": "natural", + "bonus": 12 + } + ], + "description": "", + "features": [ + { + "name": "echolocation", + "text": "The whale can't use its blindsight while deafened.", + "type": "feature" + }, + { + "name": "hold breath", + "text": "The whale can hold its breath for 30 minutes.", + "type": "feature" + }, + { + "name": "keen hearing", + "text": "The whale has advantage on Wisdom (Perception) checks that rely on hearing.", + "type": "feature" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 21 (5d6 + 4) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 5, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 21 (5d6 + 4) piercing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |