diff options
Diffstat (limited to 'parsed/creatures/reef_shark.json')
-rw-r--r-- | parsed/creatures/reef_shark.json | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/parsed/creatures/reef_shark.json b/parsed/creatures/reef_shark.json deleted file mode 100644 index 7c5aded..0000000 --- a/parsed/creatures/reef_shark.json +++ /dev/null @@ -1,88 +0,0 @@ -{ - "entry": "creatures", - "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": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 12 - }, - "text": "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": [ - { - "entry": "feature", - "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" - }, - { - "entry": "feature", - "name": "water breathing", - "text": "The shark can breathe only underwater.", - "type": "feature" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 8, - "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 |