aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/giant_bat.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/giant_bat.json')
-rw-r--r--parser/monsters/giant_bat.json70
1 files changed, 0 insertions, 70 deletions
diff --git a/parser/monsters/giant_bat.json b/parser/monsters/giant_bat.json
deleted file mode 100644
index 3b6471d..0000000
--- a/parser/monsters/giant_bat.json
+++ /dev/null
@@ -1,70 +0,0 @@
-{
- "speed": "10 ft., fly 60 ft.",
- "saves": [],
- "d_resistances": [],
- "d_vulnerabilities": [],
- "d_immunities": [],
- "c_immunities": [],
- "senses": [
- "blindsight 60 ft."
- ],
- "langs": "--",
- "skills": {},
- "hit_die_count": 4,
- "hit_die_sides": 10,
- "name": "Giant Bat",
- "type": "beast",
- "cr": 0.25,
- "size": "Large",
- "alignment": "unaligned",
- "stats": {
- "str": 15,
- "dex": 16,
- "con": 11,
- "int": 2,
- "wis": 12,
- "cha": 6
- },
- "inventory": [],
- "natural_armor": {
- "name": "",
- "bonus": 0
- },
- "description": "",
- "features": [
- {
- "name": "echolocation",
- "text": "The bat can't use its blindsight while deafened.",
- "type": "feature"
- },
- {
- "name": "keen hearing",
- "text": "The bat has advantage on Wisdom (Perception) checks that rely on hearing.",
- "type": "feature"
- },
- {
- "name": "bite",
- "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) piercing damage.",
- "type": "action",
- "attack": {
- "name": "bite",
- "cost": 0,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 6
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one creature. _Hit:_ 5 (1d6 + 2) piercing damage."
- }
- }
- ],
- "prof": 2
-} \ No newline at end of file