aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/frost_giant.json
blob: a15aa6e6a08acfdf42080559b52798d29d87d867 (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
{
  "speed": "40 ft.",
  "saves": [
    "con",
    "wis",
    "cha"
  ],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "cold",
      "qualifiers": []
    }
  ],
  "c_immunities": [],
  "senses": [],
  "langs": "Giant",
  "skills": {
    "Athletics": 1,
    "Perception": 1
  },
  "hit_die_count": 12,
  "hit_die_sides": 12,
  "name": "Frost Giant",
  "type": "giant",
  "cr": 8.0,
  "size": "Huge",
  "alignment": "neutral evil",
  "stats": {
    "str": 23,
    "dex": 9,
    "con": 21,
    "int": 9,
    "wis": 10,
    "cha": 12
  },
  "inventory": [
    {
      "name": "greataxe",
      "type": "weapon",
      "text": "_Melee Weapon Attack:_ +9 to hit, reach 10 ft., one target. _Hit:_ 25 (3d12 + 6) slashing damage."
    }
  ],
  "natural_armor": {
    "name": "patchwork",
    "bonus": 15
  },
  "description": "",
  "features": [
    {
      "name": "multiattack",
      "text": "The giant makes two greataxe attacks.",
      "type": "action"
    },
    {
      "name": "rock",
      "text": "_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage.",
      "type": "action",
      "attack": {
        "name": "rock",
        "cost": 0,
        "damage": {
          "dmg_type": "bludgeoning",
          "dmg_die_count": 4,
          "dmg_die_sides": 10
        },
        "weight": 0.0,
        "range": [
          60,
          240
        ],
        "reach": 0,
        "properties": [],
        "type": "unknown",
        "text": "_Ranged Weapon Attack:_ +9 to hit, range 60/240 ft., one target. _Hit:_ 28 (4d10 + 6) bludgeoning damage."
      }
    }
  ],
  "prof": 3
}