diff options
Diffstat (limited to 'parsed/creatures/giant_hyena.json')
-rw-r--r-- | parsed/creatures/giant_hyena.json | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/parsed/creatures/giant_hyena.json b/parsed/creatures/giant_hyena.json deleted file mode 100644 index 9f7581c..0000000 --- a/parsed/creatures/giant_hyena.json +++ /dev/null @@ -1,80 +0,0 @@ -{ - "entry": "creatures", - "speed": "50 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": { - "Perception": 1 - }, - "hit_die_count": 6, - "hit_die_sides": 10, - "name": "Giant Hyena", - "type": "beast", - "cr": 1.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 16, - "dex": 14, - "con": 14, - "int": 2, - "wis": 12, - "cha": 7 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "rampage", - "text": "When the hyena reduces a creature to 0 hit points with a melee attack on its turn, the hyena can take a bonus action to move up to half its speed and make a bite attack.", - "type": "feature" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "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 |