diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/swarm_of_bats.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/swarm_of_bats.json')
-rw-r--r-- | parser/monsters/swarm_of_bats.json | 121 |
1 files changed, 0 insertions, 121 deletions
diff --git a/parser/monsters/swarm_of_bats.json b/parser/monsters/swarm_of_bats.json deleted file mode 100644 index 321e5a4..0000000 --- a/parser/monsters/swarm_of_bats.json +++ /dev/null @@ -1,121 +0,0 @@ -{ - "speed": "0 ft., fly 30 ft.", - "saves": [], - "d_resistances": [ - { - "type": "bludgeoning", - "qualifiers": [] - }, - { - "type": "piercing", - "qualifiers": [] - }, - { - "type": "slashing", - "qualifiers": [] - } - ], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [ - { - "type": "charmed", - "qualifiers": [] - }, - { - "type": "frightened", - "qualifiers": [] - }, - { - "type": "grappled", - "qualifiers": [] - }, - { - "type": "paralyzed", - "qualifiers": [] - }, - { - "type": "petrified", - "qualifiers": [] - }, - { - "type": "prone", - "qualifiers": [] - }, - { - "type": "restrained", - "qualifiers": [] - }, - { - "type": "stunned", - "qualifiers": [] - } - ], - "senses": [ - "blindsight 60 ft." - ], - "langs": "--", - "skills": {}, - "hit_die_count": 5, - "hit_die_sides": 8, - "name": "Swarm of Bats", - "type": "swarm of Tiny beasts", - "cr": 0.25, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 5, - "dex": 15, - "con": 10, - "int": 2, - "wis": 12, - "cha": 4 - }, - "inventory": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "echolocation", - "text": "The swarm can't use its blindsight while deafened.", - "type": "feature" - }, - { - "name": "keen hearing", - "text": "The swarm has advantage on Wisdom (Perception) checks that rely on hearing.", - "type": "feature" - }, - { - "name": "swarm", - "text": "The swarm can occupy another creature's space and vice versa, and the swarm can move through any opening large enough for a Tiny bat. The swarm can't regain hit points or gain temporary hit points.", - "type": "feature" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 5 (2d4) piercing damage, or 2 (1d4) piercing damage if the swarm has half of its hit points or fewer.", - "type": "action", - "attack": { - "name": "bite", - "cost": 0, - "damage": { - "dmg_type": "piercing", - "dmg_die_count": 2, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 0, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 0 ft., one creature in the swarm's space. _Hit:_ 5 (2d4) piercing damage, or 2 (1d4) piercing damage if the swarm has half of its hit points or fewer." - } - } - ], - "prof": 2 -}
\ No newline at end of file |