diff options
Diffstat (limited to 'parser/monsters/warhorse.json')
-rw-r--r-- | parser/monsters/warhorse.json | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/parser/monsters/warhorse.json b/parser/monsters/warhorse.json new file mode 100644 index 0000000..af6b966 --- /dev/null +++ b/parser/monsters/warhorse.json @@ -0,0 +1,60 @@ +{ + "speed": "60 ft.", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [], + "c_immunities": [], + "senses": [], + "langs": "--", + "skills": {}, + "hit_die_count": 3, + "hit_die_sides": 10, + "name": "Warhorse", + "type": "beast", + "cr": 0.5, + "size": "Large", + "alignment": "unaligned", + "stats": { + "str": 18, + "dex": 12, + "con": 13, + "int": 2, + "wis": 12, + "cha": 7 + }, + "inventory": [], + "natural_armor": [], + "description": "", + "features": [ + { + "name": "trampling charge", + "text": "If the horse moves at least 20 feet straight toward a creature and then hits it with a hooves attack on the same turn, that target must succeed on a DC 14 Strength saving throw or be knocked prone. If the target is prone, the horse can make another attack with its hooves against it as a bonus action.", + "type": "feature" + }, + { + "name": "hooves", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage.", + "type": "action", + "attack": { + "name": "hooves", + "cost": 0, + "damage": { + "dmg_type": "bludgeoning", + "dmg_die_count": 2, + "dmg_die_sides": 6 + }, + "weight": 0.0, + "range": [ + 0, + 0 + ], + "reach": 5, + "properties": [], + "type": "unknown", + "text": "_Melee Weapon Attack:_ +6 to hit, reach 5 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage." + } + } + ], + "prof": 2 +}
\ No newline at end of file |