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
|
{
"speed": "20 ft., fly 120 ft.",
"saves": [
"dex",
"con",
"wis",
"cha"
],
"d_resistances": [],
"d_vulnerabilities": [],
"d_immunities": [],
"c_immunities": [],
"senses": [],
"langs": "--",
"skills": {
"Perception": 1
},
"hit_die_count": 16,
"hit_die_sides": 20,
"name": "Roc",
"type": "monstrosity",
"cr": 11.0,
"size": "Gargantuan",
"alignment": "unaligned",
"stats": {
"str": 28,
"dex": 10,
"con": 20,
"int": 3,
"wis": 10,
"cha": 9
},
"inventory": [],
"natural_armor": [
{
"name": "natural",
"bonus": 15
}
],
"description": "",
"features": [
{
"name": "keen sight",
"text": "The roc has advantage on Wisdom (Perception) checks that rely on sight.",
"type": "feature"
},
{
"name": "multiattack",
"text": "The roc makes two attacks: one with its beak and one with its talons.",
"type": "action"
},
{
"name": "beak",
"text": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8 + 9) piercing damage.",
"type": "action",
"attack": {
"name": "beak",
"cost": 0,
"damage": {
"dmg_type": "piercing",
"dmg_die_count": 4,
"dmg_die_sides": 8
},
"weight": 0.0,
"range": [
0,
0
],
"reach": 10,
"properties": [],
"type": "unknown",
"text": "_Melee Weapon Attack:_ +13 to hit, reach 10 ft., one target. _Hit:_ 27 (4d8 + 9) piercing damage."
}
},
{
"name": "talons",
"text": "_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6 + 9) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the roc can't use its talons on another target.",
"type": "action",
"attack": {
"name": "talons",
"cost": 0,
"damage": {
"dmg_type": "slashing",
"dmg_die_count": 4,
"dmg_die_sides": 6
},
"weight": 0.0,
"range": [
0,
0
],
"reach": 5,
"properties": [],
"type": "unknown",
"text": "_Melee Weapon Attack:_ +13 to hit, reach 5 ft., one target. _Hit:_ 23 (4d6 + 9) slashing damage, and the target is grappled (escape DC 19). Until this grapple ends, the target is restrained, and the roc can't use its talons on another target."
}
}
],
"prof": 4
}
|