diff options
Diffstat (limited to 'parsed/creatures/axe_beak.json')
-rw-r--r-- | parsed/creatures/axe_beak.json | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/parsed/creatures/axe_beak.json b/parsed/creatures/axe_beak.json new file mode 100644 index 0000000..29fc590 --- /dev/null +++ b/parsed/creatures/axe_beak.json @@ -0,0 +1,72 @@ +{ + "entry": "creatures", + "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": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "An 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.", + "features": [ + { + "entry": "feature", + "name": "beak", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "beak", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 8, + "dmg_type": "slashing", + "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 |