aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/swarm_of_rats.json
diff options
context:
space:
mode:
Diffstat (limited to 'parser/monsters/swarm_of_rats.json')
-rw-r--r--parser/monsters/swarm_of_rats.json113
1 files changed, 113 insertions, 0 deletions
diff --git a/parser/monsters/swarm_of_rats.json b/parser/monsters/swarm_of_rats.json
new file mode 100644
index 0000000..30c2dc3
--- /dev/null
+++ b/parser/monsters/swarm_of_rats.json
@@ -0,0 +1,113 @@
+{
+ "speed": "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": [
+ "darkvision 30 ft."
+ ],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 7,
+ "hit_die_sides": 8,
+ "name": "Swarm of Rats",
+ "type": "swarm of Tiny beasts",
+ "cr": 0.25,
+ "size": "Medium",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 9,
+ "dex": 11,
+ "con": 9,
+ "int": 2,
+ "wis": 10,
+ "cha": 3
+ },
+ "inventory": [],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "name": "keen smell",
+ "text": "The swarm has advantage on Wisdom (Perception) checks that rely on smell.",
+ "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 rat. The swarm can't regain hit points or gain temporary hit points.",
+ "type": "feature"
+ },
+ {
+ "name": "bite",
+ "text": "_Melee Weapon Attack:_ +2 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) 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": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 0,
+ "properties": [],
+ "type": "unknown",
+ "text": "_Melee Weapon Attack:_ +2 to hit, reach 0 ft., one target in the swarm's space. _Hit:_ 7 (2d6) piercing damage, or 3 (1d6) piercing damage if the swarm has half of its hit points or fewer."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file