diff options
Diffstat (limited to 'parser/monsters/mule.json')
-rw-r--r-- | parser/monsters/mule.json | 68 |
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 |