aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/shrieker.json
blob: d9be6c2d46e4858fb7cac7b1f579da8f03638a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
  "speed": "0 ft.",
  "saves": [],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [],
  "c_immunities": [
    {
      "type": "blinded",
      "qualifiers": []
    },
    {
      "type": "deafened",
      "qualifiers": []
    },
    {
      "type": "frightened",
      "qualifiers": []
    }
  ],
  "senses": [
    "blindsight 30 ft. (blind beyond this radius)"
  ],
  "langs": "--",
  "skills": {},
  "hit_die_count": 3,
  "hit_die_sides": 8,
  "name": "Shrieker",
  "type": "plant",
  "cr": 0.0,
  "size": "Medium",
  "alignment": "unaligned",
  "stats": {
    "str": 1,
    "dex": 1,
    "con": 10,
    "int": 1,
    "wis": 3,
    "cha": 1
  },
  "inventory": [],
  "natural_armor": [],
  "description": "",
  "features": [
    {
      "name": "false appearance",
      "text": "While the shrieker remains motionless, it is indistinguishable from an ordinary fungus.",
      "type": "feature"
    },
    {
      "name": "shriek",
      "text": "When bright light or a creature is within 30 feet of the shrieker, it emits a shriek audible within 300 feet of it. The shrieker continues to shriek until the disturbance moves out of range and for 1d4 of the shrieker's turns afterward.",
      "type": "reaction"
    }
  ],
  "prof": 2
}