diff options
Diffstat (limited to 'parser/monsters/giant_owl.json')
-rw-r--r-- | parser/monsters/giant_owl.json | 73 |
1 files changed, 0 insertions, 73 deletions
diff --git a/parser/monsters/giant_owl.json b/parser/monsters/giant_owl.json deleted file mode 100644 index d8328ad..0000000 --- a/parser/monsters/giant_owl.json +++ /dev/null @@ -1,73 +0,0 @@ -{ - "speed": "5 ft., fly 60 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 120 ft." - ], - "langs": "Giant Owl, understands Common, Elvish, and Sylvan but can't speak them", - "skills": { - "Perception": 2, - "Stealth": 1 - }, - "hit_die_count": 3, - "hit_die_sides": 10, - "name": "Giant Owl", - "type": "beast", - "cr": 0.25, - "size": "Large", - "alignment": "neutral", - "stats": { - "str": 13, - "dex": 15, - "con": 12, - "int": 8, - "wis": 13, - "cha": 10 - }, - "inventory": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "Giant owls often befriend fey and other sylvan creatures and are guardians of their woodland realms.", - "features": [ - { - "name": "flyby", - "text": "The owl doesn't provoke opportunity attacks when it flies out of an enemy's reach.", - "type": "feature" - }, - { - "name": "keen hearing and sight", - "text": "The owl has advantage on Wisdom (Perception) checks that rely on hearing or sight.", - "type": "feature" - }, - { - "name": "talons", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 8 (2d6 + 1) slashing damage.", - "type": "action", - "attack": { - "name": "talons", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 8 (2d6 + 1) slashing damage." - } - } - ], - "prof": 2 -}
\ No newline at end of file |