aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/hydra.json
diff options
context:
space:
mode:
authorYour Name <you@example.com>2021-04-29 14:17:08 -0400
committerYour Name <you@example.com>2021-04-29 14:17:08 -0400
commit5a813a75412ac9b8fadb90c9abd46dd95aee8e9b (patch)
tree75c5466d459c793430a6481cd276a624cd843794 /parser/monsters/hydra.json
parentcd57ad6e208728bafcbc8c7d7b85d88603706978 (diff)
downloaddmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.gz
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.tar.bz2
dmtool-5a813a75412ac9b8fadb90c9abd46dd95aee8e9b.zip
Removed data files from repo
Diffstat (limited to 'parser/monsters/hydra.json')
-rw-r--r--parser/monsters/hydra.json87
1 files changed, 0 insertions, 87 deletions
diff --git a/parser/monsters/hydra.json b/parser/monsters/hydra.json
deleted file mode 100644
index 260cd30..0000000
--- a/parser/monsters/hydra.json
+++ /dev/null
@@ -1,87 +0,0 @@
-{
- "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": [],
- "natural_armor": {
- "name": "natural",
- "bonus": 15
- },
- "description": "",
- "features": [
- {
- "name": "hold breath",
- "text": "The hydra can hold its breath for 1 hour.",
- "type": "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"
- },
- {
- "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"
- },
- {
- "name": "wakeful",
- "text": "While the hydra sleeps, at least one of its heads is awake.",
- "type": "feature"
- },
- {
- "name": "multiattack",
- "text": "The hydra makes as many bite attacks as it has heads.",
- "type": "action"
- },
- {
- "name": "bite",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 10 (1d10 + 5) piercing damage.",
- "type": "action",
- "attack": {
- "name": "bite",
- "cost": 0,
- "damage": {
- "dmg_type": "piercing",
- "dmg_die_count": 1,
- "dmg_die_sides": 10
- },
- "weight": 0.0,
- "range": [
- 0,
- 0
- ],
- "reach": 10,
- "properties": [],
- "type": "unknown",
- "text": "_Melee Weapon Attack:_ +8 to hit, reach 10 ft., one target. _Hit:_ 10 (1d10 + 5) piercing damage."
- }
- }
- ],
- "prof": 3
-} \ No newline at end of file