aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/mule.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/mule.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/mule.json')
-rw-r--r--parser/monsters/mule.json68
1 files changed, 0 insertions, 68 deletions
diff --git a/parser/monsters/mule.json b/parser/monsters/mule.json
deleted file mode 100644
index 85f2649..0000000
--- a/parser/monsters/mule.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": "Mule",
- "type": "beast",
- "cr": 0.125,
- "size": "Medium",
- "alignment": "unaligned",
- "stats": {
- "str": 14,
- "dex": 10,
- "con": 13,
- "int": 2,
- "wis": 10,
- "cha": 5
- },
- "inventory": [],
- "natural_armor": {
- "name": "",
- "bonus": 0
- },
- "description": "",
- "features": [
- {
- "name": "beast of burden",
- "text": "The mule is considered to be a Large animal for the purpose of determining its carrying capacity.",
- "type": "feature"
- },
- {
- "name": "sure-footed",
- "text": "The mule has advantage on Strength and Dexterity saving throws made against effects that would knock it prone.",
- "type": "feature"
- },
- {
- "name": "hooves",
- "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4 + 2) bludgeoning damage.",
- "type": "action",
- "attack": {
- "name": "hooves",
- "cost": 0,
- "damage": {
- "dmg_type": "bludgeoning",
- "dmg_die_count": 1,
- "dmg_die_sides": 4
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +2 to hit, reach 5 ft., one target. _Hit:_ 4 (1d4 + 2) bludgeoning damage."
- }
- }
- ],
- "prof": 2
-} \ No newline at end of file