From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/ochre_jelly.json | 114 --------------------------------------- 1 file changed, 114 deletions(-) delete mode 100644 parser/monsters/ochre_jelly.json (limited to 'parser/monsters/ochre_jelly.json') diff --git a/parser/monsters/ochre_jelly.json b/parser/monsters/ochre_jelly.json deleted file mode 100644 index fe67380..0000000 --- a/parser/monsters/ochre_jelly.json +++ /dev/null @@ -1,114 +0,0 @@ -{ - "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": [], - "natural_armor": { - "name": "", - "bonus": 0 - }, - "description": "", - "features": [ - { - "name": "amorphous", - "text": "The jelly can move through a space as narrow as 1 inch wide without squeezing.", - "type": "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" - }, - { - "name": "pseudopod", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6 + 2) bludgeoning damage plus 3 (1d6) acid damage.", - "type": "action", - "attack": { - "name": "pseudopod", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 6 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +4 to hit, reach 5 ft., one target. _Hit:_ 9 (2d6 + 2) bludgeoning damage plus 3 (1d6) acid damage." - } - }, - { - "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