From 2ab51e507d620c4479e07ca0ec47d22c8c66bc90 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 13 Apr 2021 15:14:34 -0400 Subject: Initial commit --- parser/monsters/ochre_jelly.json | 111 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create 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 new file mode 100644 index 0000000..bb60d4b --- /dev/null +++ b/parser/monsters/ochre_jelly.json @@ -0,0 +1,111 @@ +{ + "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": [], + "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