aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/gray_ooze.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/gray_ooze.json
downloaddmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.gz
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.tar.bz2
dmtool-2ab51e507d620c4479e07ca0ec47d22c8c66bc90.zip
Initial commit
Diffstat (limited to 'parser/monsters/gray_ooze.json')
-rw-r--r--parser/monsters/gray_ooze.json112
1 files changed, 112 insertions, 0 deletions
diff --git a/parser/monsters/gray_ooze.json b/parser/monsters/gray_ooze.json
new file mode 100644
index 0000000..d6b1e0b
--- /dev/null
+++ b/parser/monsters/gray_ooze.json
@@ -0,0 +1,112 @@
+{
+ "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": [],
+ "natural_armor": [],
+ "description": "",
+ "features": [
+ {
+ "name": "amorphous",
+ "text": "The ooze can move through a space as narrow as 1 inch wide without squeezing.",
+ "type": "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"
+ },
+ {
+ "name": "false appearance",
+ "text": "While the ooze remains motionless, it is indistinguishable from an oily pool or wet rock.",
+ "type": "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": "action",
+ "attack": {
+ "name": "pseudopod",
+ "cost": 0,
+ "damage": {
+ "dmg_type": "bludgeoning",
+ "dmg_die_count": 1,
+ "dmg_die_sides": 6
+ },
+ "weight": 0.0,
+ "range": [
+ 0,
+ 0
+ ],
+ "reach": 5,
+ "properties": [],
+ "type": "unknown",
+ "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."
+ }
+ }
+ ],
+ "prof": 2
+} \ No newline at end of file