aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/giant_boar.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/giant_boar.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/giant_boar.json')
-rw-r--r--parser/monsters/giant_boar.json70
1 files changed, 70 insertions, 0 deletions
diff --git a/parser/monsters/giant_boar.json b/parser/monsters/giant_boar.json
new file mode 100644
index 0000000..444c0ca
--- /dev/null
+++ b/parser/monsters/giant_boar.json
@@ -0,0 +1,70 @@
+{
+ "speed": "40 ft.",
+ "saves": [],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 5,
+ "hit_die_sides": 10,
+ "name": "Giant Boar",
+ "type": "beast",
+ "cr": 2.0,
+ "size": "Large",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 17,
+ "dex": 10,
+ "con": 16,
+ "int": 2,
+ "wis": 7,
+ "cha": 5
+ },
+ "inventory": [],
+ "natural_armor": [
+ {
+ "name": "natural",
+ "bonus": 12
+ }
+ ],
+ "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 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"
+ },
+ {
+ "name": "relentless (recharges after a short or long rest)",
+ "text": "If the boar takes 10 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:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) slashing damage.",
+ "type": "action",
+ "attack": {
+ "name": "tusk",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "slashing",
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 10 (2d6 + 3) slashing damage."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file