From 056c006c687995198d0ec02eeebc2b00a6097879 Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 10 Dec 2024 19:32:14 -0500 Subject: Removed parsed/ as a thing that is version controlled --- parsed/creatures/hydra.json | 106 -------------------------------------------- 1 file changed, 106 deletions(-) delete mode 100644 parsed/creatures/hydra.json (limited to 'parsed/creatures/hydra.json') diff --git a/parsed/creatures/hydra.json b/parsed/creatures/hydra.json deleted file mode 100644 index 215fba1..0000000 --- a/parsed/creatures/hydra.json +++ /dev/null @@ -1,106 +0,0 @@ -{ - "entry": "creatures", - "speed": "30 ft., swim 30 ft.", - "saves": [], - "d_resistances": [], - "d_vulnerabilities": [], - "d_immunities": [], - "c_immunities": [], - "senses": [ - "darkvision 60 ft." - ], - "langs": "--", - "skills": { - "Perception": 2 - }, - "hit_die_count": 15, - "hit_die_sides": 12, - "name": "Hydra", - "type": "monstrosity", - "cr": 8.0, - "size": "Huge", - "alignment": "unaligned", - "stats": { - "str": 20, - "dex": 12, - "con": 20, - "int": 2, - "wis": 10, - "cha": 7 - }, - "inventory": [], - "observant": false, - "givenName": "NAME", - "hpMax": -1, - "hp": -1, - "natural_armor": { - "name": "natural", - "bonus": 15 - }, - "text": "", - "features": [ - { - "entry": "feature", - "name": "hold breath", - "text": "The hydra can hold its breath for 1 hour.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiple heads", - "text": "The hydra has five heads. While it has more than one head, the hydra has advantage on saving throws against being blinded, charmed, deafened, frightened, stunned, and knocked unconscious. \nWhenever the hydra takes 25 or more damage in a single turn, one of its heads dies. If all its heads die, the hydra dies. \nAt the end of its turn, it grows two heads for each of its heads that died since its last turn, unless it has taken fire damage since its last turn. The hydra regains 10 hit points for each head regrown in this way.", - "type": "feature" - }, - { - "entry": "feature", - "name": "reactive heads", - "text": "For each head the hydra has beyond one, it gets an extra reaction that can be used only for opportunity attacks.", - "type": "feature" - }, - { - "entry": "feature", - "name": "wakeful", - "text": "While the hydra sleeps, at least one of its heads is awake.", - "type": "feature" - }, - { - "entry": "feature", - "name": "multiattack", - "text": "The hydra makes as many bite attacks as it has heads.", - "type": "action" - }, - { - "entry": "feature", - "name": "bite", - "text": "", - "type": "attack", - "attack": { - "entry": "item", - "type": "weapons", - "name": "bite", - "cost": -1, - "damage": [ - { - "dmg_die_count": 1, - "dmg_die_sides": 10, - "dmg_type": "piercing", - "is_or": false - } - ], - "weight": -1.0, - "range": [ - 0, - 0 - ], - "reach": 10, - "properties": [], - "weapon_type": "unknown", - "text": ".", - "toHitOverride": null, - "dmgBonusOverride": null, - "abilityOverride": null - } - } - ], - "prof": 3 -} \ No newline at end of file -- cgit v1.2.3