diff options
Diffstat (limited to 'parsed/creatures/hawk.json')
-rw-r--r-- | parsed/creatures/hawk.json | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/parsed/creatures/hawk.json b/parsed/creatures/hawk.json new file mode 100644 index 0000000..223736f --- /dev/null +++ b/parsed/creatures/hawk.json @@ -0,0 +1,82 @@ +{ + "entry": "creatures", + "speed": "10 ft., fly 60 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": { + "Perception": 1 + }, + "hit_die_count": 1, + "hit_die_sides": 4, + "name": "Hawk", + "type": "beast", + "cr": 0.0, + "size": "Tiny", + "alignment": "unaligned", + "stats": { + "str": 5, + "dex": 16, + "con": 8, + "int": 2, + "wis": 14, + "cha": 6 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "", + "bonus": 0 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "keen sight", + "text": "The hawk has advantage on Wisdom (Perception) checks that rely on sight.", + "type": "feature" + }, + { + "entry": "feature", + "name": "talons", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "talons", + "cost": -1, + "damage": [ + { + "dmg_die_count": 1, + "dmg_die_sides": 1, + "dmg_type": "slashing", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "finesse" + ], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |