From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/boar.json | 70 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 parser/monsters/boar.json (limited to 'parser/monsters/boar.json') diff --git a/parser/monsters/boar.json b/parser/monsters/boar.json new file mode 100644 index 0000000..641f4d4 --- /dev/null +++ b/parser/monsters/boar.json @@ -0,0 +1,70 @@ +{ + "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 -- cgit v1.2.3