aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/killer_whale.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/killer_whale.json')
-rw-r--r--parsed/creatures/killer_whale.json94
1 files changed, 94 insertions, 0 deletions
diff --git a/parsed/creatures/killer_whale.json b/parsed/creatures/killer_whale.json
new file mode 100644
index 0000000..0a89df0
--- /dev/null
+++ b/parsed/creatures/killer_whale.json
@@ -0,0 +1,94 @@
+{
+ "entry": "creatures",
+ "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": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 12
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "echolocation",
+ "text": "The whale can't use its blindsight while deafened.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "hold breath",
+ "text": "The whale can hold its breath for 30 minutes.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "keen hearing",
+ "text": "The whale has advantage on Wisdom (Perception) checks that rely on hearing.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 5,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ".",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file