diff options
Diffstat (limited to 'parsed/creatures/hyena.json')
-rw-r--r-- | parsed/creatures/hyena.json | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/parsed/creatures/hyena.json b/parsed/creatures/hyena.json deleted file mode 100644 index 12e20bb..0000000 --- a/parsed/creatures/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": 1, - "hit_die_sides": 8, - "name": "Hyena", - "type": "beast", - "cr": 0.0, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 11, - "dex": 13, - "con": 12, - "int": 2, - "wis": 12, - "cha": 5 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "pack tactics", - "text": "The hyena has advantage on an attack roll against a creature if at least one of the hyena's allies is within 5 feet of the creature and the ally isn't incapacitated.", - "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": 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 |