aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/fire_giant.json
blob: 33983ab50ba312ed6368737b94b4aea526fd2f06 (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
{
  "speed": "30 ft.",
  "saves": [
    "dex",
    "con",
    "cha"
  ],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "fire",
      "qualifiers": []
    }
  ],
  "c_immunities": [],
  "senses": [],
  "langs": "Giant",
  "skills": {
    "Athletics": 1,
    "Perception": 1
  },
  "hit_die_count": 13,
  "hit_die_sides": 12,
  "name": "Fire Giant",
  "type": "giant",
  "cr": 9.0,
  "size": "Huge",
  "alignment": "lawful evil",
  "stats": {
    "str": 25,
    "dex": 9,
    "con": 23,
    "int": 10,
    "wis": 14,
    "cha": 13
  },
  "inventory": [
    {
      "name": "plate",
      "type": "armor",
      "text": "plate armor"
    },
    {
      "name": "greatsword",
      "type": "weapon",
      "text": "_Melee Weapon Attack:_ +11 to hit, reach 10 ft., one target. _Hit:_ 28 (6d6 + 7) slashing damage."
    }
  ],
  "natural_armor": [],
  "description": "",
  "features": [
    {
      "name": "multiattack",
      "text": "The giant makes two greatsword attacks.",
      "type": "action"
    },
    {
      "name": "rock",
      "text": "_Ranged Weapon Attack:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) 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:_ +11 to hit, range 60/240 ft., one target. _Hit:_ 29 (4d10 + 7) bludgeoning damage."
      }
    }
  ],
  "prof": 4
}