From 5a813a75412ac9b8fadb90c9abd46dd95aee8e9b Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 29 Apr 2021 14:17:08 -0400 Subject: Removed data files from repo --- parser/monsters/gray_ooze.json | 115 ----------------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 parser/monsters/gray_ooze.json (limited to 'parser/monsters/gray_ooze.json') diff --git a/parser/monsters/gray_ooze.json b/parser/monsters/gray_ooze.json deleted file mode 100644 index 874f3cd..0000000 --- a/parser/monsters/gray_ooze.json +++ /dev/null @@ -1,115 +0,0 @@ -{ - "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": { - "name": "", - "bonus": 0 - }, - "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 -- cgit v1.2.3