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/clay_golem.json | 154 ---------------------------------------- 1 file changed, 154 deletions(-) delete mode 100644 parser/monsters/clay_golem.json (limited to 'parser/monsters/clay_golem.json') diff --git a/parser/monsters/clay_golem.json b/parser/monsters/clay_golem.json deleted file mode 100644 index 5bf27ea..0000000 --- a/parser/monsters/clay_golem.json +++ /dev/null @@ -1,154 +0,0 @@ -{ - "speed": "20 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [ - { - "type": "acid", - "qualifiers": [] - }, - { - "type": "poison", - "qualifiers": [] - }, - { - "type": "psychic", - "qualifiers": [] - }, - { - "type": "bludgeoning", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - }, - { - "type": "piercing", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - }, - { - "type": "slashing", - "qualifiers": [ - "nonmagical", - "non-adamantine" - ] - } - ], - "c_immunities": [ - { - "type": "charmed", - "qualifiers": [] - }, - { - "type": "exhaustion", - "qualifiers": [] - }, - { - "type": "frightened", - "qualifiers": [] - }, - { - "type": "paralyzed", - "qualifiers": [] - }, - { - "type": "petrified", - "qualifiers": [] - }, - { - "type": "poisoned", - "qualifiers": [] - } - ], - "senses": [ - "darkvision 60 ft." - ], - "langs": "understands the languages of its creator but can't speak", - "skills": {}, - "hit_die_count": 14, - "hit_die_sides": 10, - "name": "Clay Golem", - "type": "construct", - "cr": 9.0, - "size": "Large", - "alignment": "unaligned", - "stats": { - "str": 20, - "dex": 9, - "con": 18, - "int": 3, - "wis": 8, - "cha": 1 - }, - "inventory": [], - "natural_armor": { - "name": "natural", - "bonus": 14 - }, - "description": "", - "features": [ - { - "name": "acid absorption", - "text": "Whenever the golem is subjected to acid damage, it takes no damage and instead regains a number of hit points equal to the acid damage dealt.", - "type": "feature" - }, - { - "name": "berserk", - "text": "Whenever the golem starts its turn with 60 hit points or fewer, roll a d6. On a 6, the golem goes berserk. On each of its turns while berserk, the golem attacks the nearest creature it can see. If no creature is near enough to move to and attack, the golem attacks an object, with preference for an object smaller than itself. Once the golem goes berserk, it continues to do so until it is destroyed or regains all its hit points.", - "type": "feature" - }, - { - "name": "immutable form", - "text": "The golem is immune to any spell or effect that would alter its form.", - "type": "feature" - }, - { - "name": "magic resistance", - "text": "The golem has advantage on saving throws against spells and other magical effects.", - "type": "feature" - }, - { - "name": "magic weapons", - "text": "The golem's weapon attacks are magical.", - "type": "feature" - }, - { - "name": "multiattack", - "text": "The golem makes two slam attacks.", - "type": "action" - }, - { - "name": "slam", - "text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or have its hit point maximum reduced by an amount equal to the damage taken. The target dies if this attack reduces its hit point maximum to 0. The reduction lasts until removed by the greater restoration spell or other magic.", - "type": "action", - "attack": { - "name": "slam", - "cost": 0, - "damage": { - "dmg_type": "bludgeoning", - "dmg_die_count": 2, - "dmg_die_sides": 10 - }, - "weight": 0.0, - "range": [ - 0, - 0 - ], - "reach": 5, - "properties": [], - "type": "unknown", - "text": "_Melee Weapon Attack:_ +8 to hit, reach 5 ft., one target. _Hit:_ 16 (2d10 + 5) bludgeoning damage. If the target is a creature, it must succeed on a DC 15 Constitution saving throw or have its hit point maximum reduced by an amount equal to the damage taken. The target dies if this attack reduces its hit point maximum to 0. The reduction lasts until removed by the greater restoration spell or other magic." - } - }, - { - "name": "haste (recharge 5\u20136)", - "text": "Until the end of its next turn, the golem magically gains a +2 bonus to its AC, has advantage on Dexterity saving throws, and can use its slam attack as a bonus action.", - "type": "action" - } - ], - "prof": 4 -} \ No newline at end of file -- cgit v1.2.3