diff options
Diffstat (limited to 'parser/monsters/swarm_of_insects.json')
-rw-r--r-- | parser/monsters/swarm_of_insects.json | 111 |
1 files changed, 0 insertions, 111 deletions
diff --git a/parser/monsters/swarm_of_insects.json b/parser/monsters/swarm_of_insects.json deleted file mode 100644 index 02b33db..0000000 --- a/parser/monsters/swarm_of_insects.json +++ /dev/null @@ -1,111 +0,0 @@ -{ - "speed": "20 ft., climb 20 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 10 ft." - ], - "langs": "--", - "skills": {}, - "hit_die_count": 5, - "hit_die_sides": 8, - "name": "Swarm of Insects", - "type": "swarm of Tiny beasts", - "cr": 0.5, - "size": "Medium", - "alignment": "unaligned", - "stats": { - "str": 3, - "dex": 13, - "con": 10, - "int": 1, - "wis": 7, - "cha": 1 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 12 - }, - "description": "", - "features": [ - { - "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 insect. The swarm can't regain hit points or gain temporary hit points.", - "type": "feature" - }, - { - "name": "bite", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) 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": 4, - "dmg_die_sides": 4 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 0, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +3 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 10 (4d4) piercing damage, or 5 (2d4) piercing damage if the swarm has half of its hit points or fewer." - } - } - ], - "prof": 2 -}
\ No newline at end of file |