aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/swarm_of_insects.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/swarm_of_insects.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/swarm_of_insects.json')
-rw-r--r--parsed/creatures/swarm_of_insects.json134
1 files changed, 134 insertions, 0 deletions
diff --git a/parsed/creatures/swarm_of_insects.json b/parsed/creatures/swarm_of_insects.json
new file mode 100644
index 0000000..3dcee5f
--- /dev/null
+++ b/parsed/creatures/swarm_of_insects.json
@@ -0,0 +1,134 @@
+{
+ "entry": "creatures",
+ "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": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 12
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "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 insect. The swarm can't regain hit points or gain temporary hit points.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 4,
+ "dmg_die_sides": 4,
+ "dmg_type": "piercing",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 4,
+ "dmg_type": "piercing",
+ "is_or": true
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 0,
+ "properties": [
+ "one target in the swarm's space"
+ ],
+ "weapon_type": "unknown",
+ "text": "if the swarm has half of its hit points or fewer.",
+ "toHitOverride": 3,
+ "dmgBonusOverride": 0,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file