diff options
Diffstat (limited to 'parsed/creatures/giant_eagle.json')
-rw-r--r-- | parsed/creatures/giant_eagle.json | 118 |
1 files changed, 118 insertions, 0 deletions
diff --git a/parsed/creatures/giant_eagle.json b/parsed/creatures/giant_eagle.json new file mode 100644 index 0000000..96aecc5 --- /dev/null +++ b/parsed/creatures/giant_eagle.json @@ -0,0 +1,118 @@ +{ + "entry": "creatures", + "speed": "10 ft., fly 80 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "Giant Eagle, understands Common and Auran but can't speak them", + "skills": { + "Perception": 1 + }, + "hit_die_count": 4, + "hit_die_sides": 10, + "name": "Giant Eagle", + "type": "beast", + "cr": 1.0, + "size": "Large", + "alignment": "neutral good", + "stats": { + "str": 16, + "dex": 17, + "con": 13, + "int": 8, + "wis": 14, + "cha": 10 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "A giant eagle is a noble creature that speaks its own language and understands speech in the Common tongue. A mated pair of giant eagles typically has up to four eggs or young in their nest (treat the young as normal eagles).", + "features": [ + { + "entry": "feature", + "name": "keen sight", + "text": "The eagle has advantage on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack", + "text": "The eagle makes two attacks: one with its beak and one with its talons.", + "type": "action" + }, + { + "entry": "feature", + "name": "beak", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "beak", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 6, + "dmg_type": "piercing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "talons", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "talons", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "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 |