aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/clay_golem.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2024-12-10 19:32:14 -0500
committerYour Name <you@example.com>2024-12-10 19:32:14 -0500
commit056c006c687995198d0ec02eeebc2b00a6097879 (patch)
tree4530b3c58565a20b412b75a9bc3dede242b652e5 /parsed/creatures/clay_golem.json
parentcf09e74f030e39c1da1dc1baeb7dd7a55ddbaf57 (diff)
downloaddmtool-056c006c687995198d0ec02eeebc2b00a6097879.tar.gz
dmtool-056c006c687995198d0ec02eeebc2b00a6097879.tar.bz2
dmtool-056c006c687995198d0ec02eeebc2b00a6097879.zip
Removed parsed/ as a thing that is version controlled
Diffstat (limited to 'parsed/creatures/clay_golem.json')
-rw-r--r--parsed/creatures/clay_golem.json175
1 files changed, 0 insertions, 175 deletions
diff --git a/parsed/creatures/clay_golem.json b/parsed/creatures/clay_golem.json
deleted file mode 100644
index 7c1aa64..0000000
--- a/parsed/creatures/clay_golem.json
+++ /dev/null
@@ -1,175 +0,0 @@
-{
- "entry": "creatures",
- "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": [],
- "observant": false,
- "givenName": "NAME",
- "hpMax": -1,
- "hp": -1,
- "natural_armor": {
- "name": "natural",
- "bonus": 14
- },
- "text": "",
- "features": [
- {
- "entry": "feature",
- "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"
- },
- {
- "entry": "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"
- },
- {
- "entry": "feature",
- "name": "immutable form",
- "text": "The golem is immune to any spell or effect that would alter its form.",
- "type": "feature"
- },
- {
- "entry": "feature",
- "name": "magic resistance",
- "text": "The golem has advantage on saving throws against spells and other magical effects.",
- "type": "feature"
- },
- {
- "entry": "feature",
- "name": "magic weapons",
- "text": "The golem's weapon attacks are magical.",
- "type": "feature"
- },
- {
- "entry": "feature",
- "name": "multiattack",
- "text": "The golem makes two slam attacks.",
- "type": "action"
- },
- {
- "entry": "feature",
- "name": "slam",
- "text": "",
- "type": "attack",
- "attack": {
- "entry": "item",
- "type": "weapons",
- "name": "slam",
- "cost": -1,
- "damage": [
- {
- "dmg_die_count": 2,
- "dmg_die_sides": 10,
- "dmg_type": "bludgeoning",
- "is_or": false
- }
- ],
- "weight": -1.0,
- "range": [
- 0,
- 0
- ],
- "reach": 5,
- "properties": [],
- "weapon_type": "unknown",
- "text": ". 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.",
- "toHitOverride": 8,
- "dmgBonusOverride": null,
- "abilityOverride": null
- }
- },
- {
- "entry": "feature",
- "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