aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/ochre_jelly.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2023-05-30 18:33:10 -0400
committerYour Name <you@example.com>2023-05-30 18:33:10 -0400
commite1ef3e987a1ef87fad2e44d2023e4aa50fb28c35 (patch)
treeb48a6087720d6bf69a80f0c284320320043fcdee /parsed/creatures/ochre_jelly.json
parentd428ae1c5b3b0ec88c1b55c56317c3750502d5f4 (diff)
downloaddmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.gz
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.tar.bz2
dmtool-e1ef3e987a1ef87fad2e44d2023e4aa50fb28c35.zip
Changed makefiles, added parsed files
Diffstat (limited to 'parsed/creatures/ochre_jelly.json')
-rw-r--r--parsed/creatures/ochre_jelly.json137
1 files changed, 137 insertions, 0 deletions
diff --git a/parsed/creatures/ochre_jelly.json b/parsed/creatures/ochre_jelly.json
new file mode 100644
index 0000000..6a22c4f
--- /dev/null
+++ b/parsed/creatures/ochre_jelly.json
@@ -0,0 +1,137 @@
+{
+ "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