aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/tarrasque.json
blob: e2b103080684f11be3d72dc1649e0f45684f74ad (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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
{
  "entry": "creatures",
  "speed": "40ft",
  "saves": [
    "int",
    "wis",
    "cha"
  ],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "fire",
      "qualifiers": []
    },
    {
      "type": "poison",
      "qualifiers": []
    },
    {
      "type": "bludgeoning",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "piercing",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "slashing",
      "qualifiers": [
        "nonmagical"
      ]
    }
  ],
  "c_immunities": [
    {
      "type": "charmed",
      "qualifiers": []
    },
    {
      "type": "frightened",
      "qualifiers": []
    },
    {
      "type": "paralyzed",
      "qualifiers": []
    },
    {
      "type": "poisoned",
      "qualifiers": []
    }
  ],
  "senses": [
    "blindsight 120ft."
  ],
  "langs": "-",
  "skills": {},
  "hit_die_count": 33,
  "hit_die_sides": 20,
  "name": "Tarrasque",
  "type": "monstrosity",
  "cr": 30.0,
  "size": "Gargantuan",
  "alignment": "unaligned",
  "stats": {
    "str": 30,
    "dex": 11,
    "con": 30,
    "int": 3,
    "wis": 11,
    "cha": 11
  },
  "inventory": [],
  "observant": false,
  "givenName": "NAME",
  "hpMax": -1,
  "hp": -1,
  "natural_armor": {
    "name": "natural",
    "bonus": 25
  },
  "text": "**Attack.** The tarrasque makes one claw attack or tail attack.    \n**Move.** The tarrasque moves up to half its speed.    \n**Chomp (Costs 2 Actions).** The tarrasque makes one bite attack or uses its Swallow.",
  "features": [
    {
      "entry": "feature",
      "name": "legendary resistance (3/day)",
      "text": "If the tarrasque fails a saving throw, it can choose to succeed instead.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "magic resistance",
      "text": "The tarrasque has advantage on saving throws against spells and other magical effects.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "reflective carapace",
      "text": "Any time the tarrasque is targeted by a **_magic missle_** spell, a line spell, or a spell that requires a ranged attack roll, roll a d6. On a 1 to 5, the tarrasque is unaffected. On a 6, the tarrasque is unaffected, and the effect is reflected back at the caster as though it originated from the tarrasque, turning the caster into the target.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "siege monster",
      "text": "The tarrasque deals double damage to objects and structures.",
      "type": "feature"
    },
    {
      "entry": "feature",
      "name": "multiattack",
      "text": "The tarrasque can use its Frightful Presence. It then makes five attacks: one with its bite, two with its claws, one with its horns, and one with its tail. It can use its Swallow instead of its bite.",
      "type": "action"
    },
    {
      "entry": "feature",
      "name": "bite",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "bite",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 4,
            "dmg_die_sides": 12,
            "dmg_type": "piercing",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 10,
        "properties": [],
        "weapon_type": "unknown",
        "text": ". If the target is a creature, it is grappled (escape DC 20). Until this grapple ends, the target is restrained, and the tarrasque can't bite another target.",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    },
    {
      "entry": "feature",
      "name": "claw",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "claw",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 4,
            "dmg_die_sides": 8,
            "dmg_type": "slashing",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 15,
        "properties": [],
        "weapon_type": "unknown",
        "text": ".",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    },
    {
      "entry": "feature",
      "name": "horns",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "horns",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 4,
            "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
      }
    },
    {
      "entry": "feature",
      "name": "tail",
      "text": "",
      "type": "attack",
      "attack": {
        "entry": "item",
        "type": "weapons",
        "name": "tail",
        "cost": -1,
        "damage": [
          {
            "dmg_die_count": 4,
            "dmg_die_sides": 6,
            "dmg_type": "bludgeoning",
            "is_or": false
          }
        ],
        "weight": -1.0,
        "range": [
          0,
          0
        ],
        "reach": 20,
        "properties": [],
        "weapon_type": "unknown",
        "text": ". If the target is a creature, it must succeed on a DC 20 Strength saving throw or be knocked prone.",
        "toHitOverride": null,
        "dmgBonusOverride": null,
        "abilityOverride": null
      }
    },
    {
      "entry": "feature",
      "name": "frightful presence",
      "text": "Each creature of the tarrasque's choice within 120 feet of it and aware of it must succeed on a DC 17 Wisdom saving throw or become frightened for 1 minute. A creature can repeat the saving throw at the end of each of its turns, with disadvantage if the tarrasque is within line of sight, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to the tarrasque's Frightful Presence for the next 24 hours.",
      "type": "action"
    },
    {
      "entry": "feature",
      "name": "swallow",
      "text": "The tarrasque makes one bite attack against a Large or smaller creature it is grappling. If the attack hits, the target takes the bite's damage, the target is swallowed, and the grapple ends. While swallowed, the creature is blinded and restrained, it has total cover against attacks and other effects outside the tarrasque, and it takes 56 (16d6) acid damage at the start of each of the tarrasque's turns.    \nIf the tarrasque takes 60 damage or more on a single turn from a creature inside it, the tarrasque must succeed on a DC 20 Constitution saving throw at the end of that turn or regurgitate all swallowed creatures, which fall prone in a space within 10 feet of the tarrasque. If the tarrasque dies, a swallowed creature is no longer restrained by it and can escape from the corpse by using 30 feet of movement, exiting prone.",
      "type": "action"
    },
    {
      "entry": "feature",
      "name": "attack",
      "text": "The tarrasque makes one claw attack or tail attack.",
      "type": "legendary_action"
    },
    {
      "entry": "feature",
      "name": "move",
      "text": "The tarrasque moves up to half its speed.",
      "type": "legendary_action"
    },
    {
      "entry": "feature",
      "name": "chomp (costs 2 actions)",
      "text": "The tarrasque makes one bite attack or uses its Swallow.",
      "type": "legendary_action"
    }
  ],
  "prof": 9
}