diff options
author | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-13 15:14:34 -0400 |
commit | 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch) | |
tree | 90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/owl.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/owl.json')
-rw-r--r-- | parser/monsters/owl.json | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/parser/monsters/owl.json b/parser/monsters/owl.json new file mode 100644 index 0000000..ac2ee2a --- /dev/null +++ b/parser/monsters/owl.json @@ -0,0 +1,70 @@ +{ + "speed": "5 ft., fly 60 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [ + "darkvision 120 ft." + ], + "langs": "--", + "skills": { + "Perception": 1, + "Stealth": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 4, + "name": "Owl", + "type": "beast", + "cr": 0.0, + "size": "Tiny", + "alignment": "unaligned", + "stats": { + "str": 3, + "dex": 13, + "con": 8, + "int": 2, + "wis": 12, + "cha": 7 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "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:_ 1 slashing damage.", + "type": "action", + "attack": { + "name": "talons", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 1, + "dmg_die_sides": 1 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 1 slashing damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |