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/axe_beak.json | |
download | dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2 dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip |
Initial commit
Diffstat (limited to 'parser/monsters/axe_beak.json')
-rw-r--r-- | parser/monsters/axe_beak.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/parser/monsters/axe_beak.json b/parser/monsters/axe_beak.json new file mode 100644 index 0000000..876196b --- /dev/null +++ b/parser/monsters/axe_beak.json @@ -0,0 +1,55 @@ +{ + "speed": "50 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": {}, + "hit_die_count": 3, + "hit_die_sides": 10, + "name": "Axe Beak", + "type": "beast", + "cr": 0.25, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 14, + "dex": 12, + "con": 12, + "int": 2, + "wis": 10, + "cha": 5 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "beak", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) slashing damage. \n\nAn axe beak is a tall flightless bird with strong legs and a heavy, wedge-shaped beak. It has a nasty disposition and tends to attack any unfamiliar creature that wanders too close.", + "type": "action", + "attack": { + "name": "beak", + "cost": 0, + "damage": { + "dmg_type": "slashing", + "dmg_die_count": 1, + "dmg_die_sides": 8 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 6 (1d8 + 2) slashing damage. \n\nAn axe beak is a tall flightless bird with strong legs and a heavy, wedge-shaped beak. It has a nasty disposition and tends to attack any unfamiliar creature that wanders too close." + } + } + ], + "prof": 2 +}
\ No newline at end of file |