diff options
Diffstat (limited to 'parser/monsters/boar.json')
-rw-r--r-- | parser/monsters/boar.json | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/parser/monsters/boar.json b/parser/monsters/boar.json deleted file mode 100644 index 3930328..0000000 --- a/parser/monsters/boar.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "speed": "40 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [], - "langs": "--", - "skills": {}, - "hit_die_count": 2, - "hit_die_sides": 8, - "name": "Boar", - "type": "beast", - "cr": 0.25, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 13, - "dex": 11, - "con": 12, - "int": 2, - "wis": 9, - "cha": 5 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 11 - }, - "description": "", - "features": [ - { - "name": "charge", - "text": "If the boar moves at least 20 feet straight toward a target and then hits it with a tusk attack on the same turn, the target takes an extra 3 (1d6) slashing damage. If the target is a creature, it must succeed on a DC 11 Strength saving throw or be knocked prone.", - "type": "feature" - }, - { - "name": "relentless (recharges after a short or long rest)", - "text": "If the boar takes 7 damage or less that would reduce it to 0 hit points, it is reduced to 1 hit point instead.", - "type": "feature" - }, - { - "name": "tusk", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6 + 1) slashing damage.", - "type": "action", - "attack": { - "name": "tusk", - "cost": 0, - "damage": { - "dmg_type": "slashing", - "dmg_die_count": 1, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6 + 1) slashing damage." - } - } - ], - "prof": 2 -}
\ No newline at end of file |