aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/chuul.json
blob: d63a4a6f0dfcd01fed4faf8d0699cdfe51067073 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
  "speed": "30 ft., swim 30 ft.",
  "saves": [],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "poison",
      "qualifiers": []
    }
  ],
  "c_immunities": [
    {
      "type": "poisoned",
      "qualifiers": []
    }
  ],
  "senses": [
    "darkvision 60 ft."
  ],
  "langs": "understands Deep Speech but can't speak",
  "skills": {
    "Perception": 2
  },
  "hit_die_count": 11,
  "hit_die_sides": 10,
  "name": "Chuul",
  "type": "abberation",
  "cr": 4.0,
  "size": "Large",
  "alignment": "chaotic evil",
  "stats": {
    "str": 19,
    "dex": 10,
    "con": 16,
    "int": 5,
    "wis": 11,
    "cha": 5
  },
  "inventory": [],
  "natural_armor": {
    "name": "natural",
    "bonus": 16
  },
  "description": "",
  "features": [
    {
      "name": "amphibious",
      "text": "The chuul can breathe air and water.",
      "type": "feature"
    },
    {
      "name": "sense magic",
      "text": "The chuul senses magic within 120 feet of it at will. This trait otherwise works like the **_detect magic_** spell but isn't itself magical.",
      "type": "feature"
    },
    {
      "name": "multiattack",
      "text": "The chuul makes two pincer attacks. If the chuul is grappling a creature, the chuul can also use its tentacles once.",
      "type": "action"
    },
    {
      "name": "pincer",
      "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled.",
      "type": "action",
      "attack": {
        "name": "pincer",
        "cost": 0,
        "damage": {
          "dmg_type": "bludgeoning",
          "dmg_die_count": 2,
          "dmg_die_sides": 6
        },
        "weight": 0.0,
        "range": [
          0,
          0
        ],
        "reach": 10,
        "properties": [],
        "type": "unknown",
        "text": "_Melee Weapon Attack:_ +6 to hit, reach 10 ft., one target. _Hit:_ 11 (2d6 + 4) bludgeoning damage. The target is grappled (escape DC 14) if it is a Large or smaller creature and the chuul doesn't have two other creatures grappled."
      }
    },
    {
      "name": "tentacles",
      "text": "One creature grappled by the chuul must succeed on a DC 13 Constitution saving throw or be poisoned for 1 minute. Until this poison ends, the target is paralyzed. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.",
      "type": "action"
    }
  ],
  "prof": 2
}