diff options
Diffstat (limited to 'parsed/creatures/wereboar.json')
-rw-r--r-- | parsed/creatures/wereboar.json | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/parsed/creatures/wereboar.json b/parsed/creatures/wereboar.json new file mode 100644 index 0000000..55cc558 --- /dev/null +++ b/parsed/creatures/wereboar.json @@ -0,0 +1,129 @@ +{ + "entry": "creatures", + "speed": "30 ft. (40 ft. in boar form)", + "saves": [], + "d_resistances": [], + "d_vulnerabilities": [], + "d_immunities": [ + { + "type": "bludgeoning", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "piercing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + }, + { + "type": "slashing", + "qualifiers": [ + "nonmagical", + "non-silvered" + ] + } + ], + "c_immunities": [], + "senses": [], + "langs": "Common (can't speak in boar form)", + "skills": { + "Perception": 1 + }, + "hit_die_count": 12, + "hit_die_sides": 8, + "name": "Wereboar", + "type": "humanoid (human, shapechanger)", + "cr": 4.0, + "size": "Medium", + "alignment": "neutral evil", + "stats": { + "str": 17, + "dex": 10, + "con": 15, + "int": 10, + "wis": 11, + "cha": 8 + }, + "inventory": [ + { + "entry": "item", + "name": "maul", + "type": "weapons", + "text": "." + } + ], + "observant": false, + "givenName": "NAME", + "hpMax": -1, + "hp": -1, + "natural_armor": { + "name": "natural", + "bonus": 10 + }, + "text": "", + "features": [ + { + "entry": "feature", + "name": "shapechanger", + "text": "The wereboar can use its action to polymorph into a boar-humanoid hybrid or into a boar, or back into its true form, which is humanoid. Its statistics, other than its AC, are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies.", + "type": "feature" + }, + { + "entry": "feature", + "name": "charge (boar or hybrid form only)", + "text": "If the wereboar moves at least 15 feet straight toward a target and then hits it with its tusks on the same turn, the target takes an extra 7 (2d6) slashing damage. If the target is a creature, it must succeed on a DC 13 Strength saving throw or be knocked prone.", + "type": "feature" + }, + { + "entry": "feature", + "name": "relentless (recharges after a short or long rest)", + "text": "If the wereboar takes 14 damage or less that would reduce it to 0 hit points, it is reduced to 1 hit point instead.", + "type": "feature" + }, + { + "entry": "feature", + "name": "multiattack (humanoid or hybrid form only)", + "text": "The wereboar makes two attacks, only one of which can be with its tusks.", + "type": "action" + }, + { + "entry": "feature", + "name": "tusks", + "text": "", + "type": "attack", + "attack": { + "entry": "item", + "type": "weapons", + "name": "tusks", + "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": [ + "boar or hybrid form only" + ], + "weapon_type": "unknown", + "text": ". If the target is a humanoid, it must succeed on a DC 12 Constitution saving throw or be cursed with wereboar lycanthropy.", + "toHitOverride": null, + "dmgBonusOverride": null, + "abilityOverride": null + } + } + ], + "prof": 2 +}
\ No newline at end of file |