diff options
Diffstat (limited to 'parsed/creatures/giant_elk.json')
-rw-r--r-- | parsed/creatures/giant_elk.json | 114 |
1 files changed, 114 insertions, 0 deletions
diff --git a/parsed/creatures/giant_elk.json b/parsed/creatures/giant_elk.json new file mode 100644 index 0000000..56650c4 --- /dev/null +++ b/parsed/creatures/giant_elk.json @@ -0,0 +1,114 @@ +{ + "entry": "creatures", + "speed": "60 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "Giant Elk, understands Common, Elvish, and Sylvan but can't speak them", + "skills": { + "Perception": 1 + }, + "hit_die_count": 5, + "hit_die_sides": 12, + "name": "Giant Elk", + "type": "beast", + "cr": 2.0, + "size": "Huge", + "alignment": "unaligned", + "stats": { + "str": 19, + "dex": 16, + "con": 14, + "int": 7, + "wis": 14, + "cha": 10 + }, + "inventory": [], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 14 + }, + "text": "The majestic giant elk is rare to the point that its appearance is often taken as a foreshadowing of an important event, such as the birth of a king. Legends tell of gods that take the form of giant elk when visiting the Material Plane. Many cultures therefore believe that to hunt these creatures is to invite divine wrath.", + "features": [ + { + "entry": "feature", + "name": "charge", + "text": "If the elk moves at least 20 feet straight toward a target and then hits it with a ram attack on the same turn, the target takes an extra 7 (2d6) damage. If the target is a creature, it must succeed on a DC 14 Strength saving throw or be knocked prone.", + "type": "feature" + }, + { + "entry": "feature", + "name": "ram", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "ram", + "cost": -1, + "damage": [ + { + "dmg_die_count": 2, + "dmg_die_sides": 6, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 10, + "properties": [], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + }, + { + "entry": "feature", + "name": "hooves", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "hooves", + "cost": -1, + "damage": [ + { + "dmg_die_count": 4, + "dmg_die_sides": 8, + "dmg_type": "bludgeoning", + "is_or": false + } + ], + "weight": -1.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [ + "one prone creature" + ], + "weapon_type": "unknown", + "text": ".", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |