aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/purple_worm.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/purple_worm.json')
-rw-r--r--parsed/creatures/purple_worm.json122
1 files changed, 122 insertions, 0 deletions
diff --git a/parsed/creatures/purple_worm.json b/parsed/creatures/purple_worm.json
new file mode 100644
index 0000000..db24f7e
--- /dev/null
+++ b/parsed/creatures/purple_worm.json
@@ -0,0 +1,122 @@
+{
+ "entry": "creatures",
+ "speed": "50 ft., burrow 30 ft.",
+ "saves": [
+ "con",
+ "wis"
+ ],
+ "d_resistances": [],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "c_immunities": [],
+ "senses": [
+ "blindsight 30 ft.",
+ "tremorsense 60 ft."
+ ],
+ "langs": "--",
+ "skills": {},
+ "hit_die_count": 15,
+ "hit_die_sides": 20,
+ "name": "Purple Worm",
+ "type": "monstrosity",
+ "cr": 15.0,
+ "size": "Gargantuan",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 28,
+ "dex": 7,
+ "con": 22,
+ "int": 1,
+ "wis": 8,
+ "cha": 4
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "natural",
+ "bonus": 18
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "tunneler",
+ "text": "The worm can burrow through solid rock at half its burrow speed and leaves a 10-foot-diameter tunnel in its wake.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "multiattack",
+ "text": "The worm makes two attacks: one with its bite and one with its stinger.",
+ "type": "action"
+ },
+ {
+ "entry": "feature",
+ "name": "bite",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "bite",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 3,
+ "dmg_die_sides": 8,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ". If the target is a Large or smaller creature, it must succeed on a DC 19 Dexterity saving throw or be swallowed by the worm. A swallowed creature is blinded and restrained, it has total cover against attacks and other effects outside the worm, and it takes 21 (6d6) acid damage at the start of each of the worm's turns. \nIf the worm takes 30 damage or more on a single turn from a creature inside it, the worm must succeed on a DC 21 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the worm. If the worm dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 20 feet of movement, exiting prone.",
+ "toHitOverride": 9,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ },
+ {
+ "entry": "feature",
+ "name": "tail stinger",
+ "text": "",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "tail stinger",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 3,
+ "dmg_die_sides": 6,
+ "dmg_type": "piercing",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 10,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ", and the target must make a DC 19 Constitution saving throw, taking 42 (12d6) poison damage on a failed save, or half as much damage on a successful one.",
+ "toHitOverride": 9,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 5
+} \ No newline at end of file