aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/ochre_jelly.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-13 15:14:34 -0400
committerYour Name <you@example.com>2021-04-13 15:14:34 -0400
commit2ab51e507d620c4479e07ca0ec47d22c8c66bc90 (patch)
tree90906ecb043c01034280c767b83a88eb6df6956f /parser/monsters/ochre_jelly.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/ochre_jelly.json')
-rw-r--r--parser/monsters/ochre_jelly.json111
1 files changed, 111 insertions, 0 deletions
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