aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/giant_boar.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/giant_boar.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/giant_boar.json')
-rw-r--r--parser/monsters/giant_boar.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/parser/monsters/giant_boar.json b/parser/monsters/giant_boar.json
deleted file mode 100644
index 562b956..0000000
--- a/parser/monsters/giant_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": 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