diff options
author | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-04-29 14:17:08 -0400 |
commit | 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch) | |
tree | 75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/ochre_jelly.json | |
parent | cd57ad6e208728bafcbc8c7d7b85d88603706978 (diff) | |
download | dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2 dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip |
Removed data files from repo
Diffstat (limited to 'parser/monsters/ochre_jelly.json')
-rw-r--r-- | parser/monsters/ochre_jelly.json | 114 |
1 files changed, 0 insertions, 114 deletions
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 |