From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/ochre_jelly.json | 137 -------------------------------------- 1 file changed, 137 deletions(-) delete mode 100644 parsed/creatures/ochre_jelly.json (limited to 'parsed/creatures/ochre_jelly.json') diff --git a/parsed/creatures/ochre_jelly.json b/parsed/creatures/ochre_jelly.json deleted file mode 100644 index 6a22c4f..0000000 --- a/parsed/creatures/ochre_jelly.json +++ /dev/null @@ -1,137 +0,0 @@ -{ - "entry": "creatures", - "speed": "10 ft., climb 10 ft.", - "saves": [], - "d_resistances": [ - { - "type": "acid", - "qualifiers": [] - } - ], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "lightning", - "qualifiers": [] - }, - { - "type": "slashing", - "qualifiers": [] - } - ], - "c_immunities": [ - { - "type": "blinded", - "qualifiers": [] - }, - { - "type": "charmed", - "qualifiers": [] - }, - { - "type": "deafened", - "qualifiers": [] - }, - { - "type": "exhaustion", - "qualifiers": [] - }, - { - "type": "frightened", - "qualifiers": [] - }, - { - "type": "prone", - "qualifiers": [] - } - ], - "senses": [ - "blindsight 60 ft. (blind beyond this radius)" - ], - "langs": "--", - "skills": {}, - "hit_die_count": 6, - "hit_die_sides": 10, - "name": "Ochre Jelly", - "type": "ooze", - "cr": 2.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 15, - "dex": 6, - "con": 14, - "int": 2, - "wis": 6, - "cha": 1 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "", - "bonus": 0 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "amorphous", - "text": "The jelly can move through a space as narrow as 1 inch wide without squeezing.", - "type": "feature" - }, - { - "entry": "feature", - "name": "spider climb", - "text": "The jelly can climb difficult surfaces, including upside down on ceilings, without needing to make an ability check.", - "type": "feature" - }, - { - "entry": "feature", - "name": "pseudopod", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "pseudopod", - "cost": -1, - "damage": [ - { - "dmg_die_count": 2, - "dmg_die_sides": 6, - "dmg_type": "bludgeoning", - "is_or": false - }, - { - "dmg_die_count": 1, - "dmg_die_sides": 6, - "dmg_type": "acid", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - }, - { - "entry": "feature", - "name": "split", - "text": "When a jelly that is Medium or larger is subjected to lightning or slashing damage, it splits into two new jellies if it has at least 10 hit points. Each new jelly has hit points equal to half the original jelly's, rounded down. New jellies are one size smaller than the original jelly.", - "type": "reaction" - } - ], - "prof": 2 -} \ No newline at end of file -- cgit v1.2.3