aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/gray_ooze.json
diff options
context:
space:
mode:
Diffstat (limited to 'parsed/creatures/gray_ooze.json')
-rw-r--r--parsed/creatures/gray_ooze.json138
1 files changed, 138 insertions, 0 deletions
diff --git a/parsed/creatures/gray_ooze.json b/parsed/creatures/gray_ooze.json
new file mode 100644
index 0000000..ad9db9f
--- /dev/null
+++ b/parsed/creatures/gray_ooze.json
@@ -0,0 +1,138 @@
+{
+ "entry": "creatures",
+ "speed": "10 ft., climb 10 ft.",
+ "saves": [],
+ "d_resistances": [
+ {
+ "type": "acid",
+ "qualifiers": []
+ },
+ {
+ "type": "cold",
+ "qualifiers": []
+ },
+ {
+ "type": "fire",
+ "qualifiers": []
+ }
+ ],
+ "d_vulnerabilities": [],
+ "d_immunities": [],
+ "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": {
+ "Stealth": 2
+ },
+ "hit_die_count": 3,
+ "hit_die_sides": 8,
+ "name": "Gray Ooze",
+ "type": "ooze",
+ "cr": 0.5,
+ "size": "Medium",
+ "alignment": "unaligned",
+ "stats": {
+ "str": 12,
+ "dex": 6,
+ "con": 16,
+ "int": 1,
+ "wis": 6,
+ "cha": 2
+ },
+ "inventory": [],
+ "observant": false,
+ "givenName": "NAME",
+ "hpMax": -1,
+ "hp": -1,
+ "natural_armor": {
+ "name": "",
+ "bonus": 0
+ },
+ "text": "",
+ "features": [
+ {
+ "entry": "feature",
+ "name": "amorphous",
+ "text": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "corrode metal",
+ "text": "Any nonmagical weapon made of metal that hits the ooze corrodes. After dealing damage, the weapon takes a permanent and cumulative \u22121 penalty to damage rolls. If its penalty drops to \u22125, the weapon is destroyed. Nonmagical ammunition made of metal that hits the ooze is destroyed after dealing damage. \nThe ooze can eat through 2-inch-thick, nonmagical metal in 1 round.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "false appearance",
+ "text": "While the ooze remains motionless, it is indistinguishable from an oily pool or wet rock.",
+ "type": "feature"
+ },
+ {
+ "entry": "feature",
+ "name": "pseudopod",
+ "text": "_Melee Weapon Attack:_ +3 to hit, reach 5 ft., one target. _Hit:_ 4 (1d6 + 1) bludgeoning damage plus 7 (2d6) acid damage, and if the target is wearing nonmagical metal armor, its armor is partly corroded and takes a permanent and cumulative \u22121 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10.",
+ "type": "attack",
+ "attack": {
+ "entry": "item",
+ "type": "weapons",
+ "name": "pseudopod",
+ "cost": -1,
+ "damage": [
+ {
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6,
+ "dmg_type": "bludgeoning",
+ "is_or": false
+ },
+ {
+ "dmg_die_count": 2,
+ "dmg_die_sides": 6,
+ "dmg_type": "acid",
+ "is_or": false
+ }
+ ],
+ "weight": -1.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "weapon_type": "unknown",
+ "text": ", and if the target is wearing nonmagical metal armor, its armor is partly corroded and takes a permanent and cumulative \u22121 penalty to the AC it offers. The armor is destroyed if the penalty reduces its AC to 10.",
+ "toHitOverride": null,
+ "dmgBonusOverride": null,
+ "abilityOverride": null
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file