diff options
Diffstat (limited to 'parser/monsters/hyena.json')
-rw-r--r-- | parser/monsters/hyena.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/parser/monsters/hyena.json b/parser/monsters/hyena.json new file mode 100644 index 0000000..f9691d6 --- /dev/null +++ b/parser/monsters/hyena.json @@ -0,0 +1,62 @@ +{ + "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": [], + "natural_armor": [], + "description": "", + "features": [ + { + "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" + }, + { + "name": "bite", + "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) piercing damage.", + "type": "action", + "attack": { + "name": "bite", + "cost": 0, + "damage": { + "dmg_type": "piercing", + "dmg_die_count": 1, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 3 (1d6) piercing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |