aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/azer.json
blob: 8bceff998698c78640157920bf5594cb876312ca (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
{
  "speed": "30 ft.",
  "saves": [
    "con"
  ],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [
    {
      "type": "fire",
      "qualifiers": []
    },
    {
      "type": "poison",
      "qualifiers": []
    }
  ],
  "c_immunities": [
    {
      "type": "poisoned",
      "qualifiers": []
    }
  ],
  "senses": [],
  "langs": "Ignan",
  "skills": {},
  "hit_die_count": 6,
  "hit_die_sides": 8,
  "name": "Azer",
  "type": "elemental",
  "cr": 2.0,
  "size": "Medium",
  "alignment": "lawful neutral",
  "stats": {
    "str": 17,
    "dex": 12,
    "con": 15,
    "int": 12,
    "wis": 13,
    "cha": 10
  },
  "inventory": [
    {
      "name": "shield",
      "cost": 1000,
      "ac": 2,
      "strength": 0,
      "disadvantage": false,
      "weight": 6.0,
      "type": "shield"
    },
    {
      "name": "warhammer",
      "cost": 1500,
      "damage": {
        "dmg_type": "bludgeoning",
        "dmg_die_count": 1,
        "dmg_die_sides": 8
      },
      "weight": 2.0,
      "range": [
        0,
        0
      ],
      "reach": 5,
      "properties": [
        "versatile"
      ],
      "type": "martial melee weapons",
      "text": "_Melee Weapon Attack:_ +5 to hit, reach 5 ft., one target. _Hit:_ 7 (1d8 + 3) bludgeoning damage, or 8 (1d10 + 3) bludgeoning damage if used with two hands to make a melee attack, plus 3 (1d6) fire damage."
    }
  ],
  "natural_armor": [
    {
      "name": "natural",
      "bonus": 15
    }
  ],
  "description": "",
  "features": [
    {
      "name": "heated body",
      "text": "A creature that touches the azer or hits it with a melee attack while within 5 feet of it takes 5 (1d10) fire damage.",
      "type": "feature"
    },
    {
      "name": "heated weapons",
      "text": "When the azer hits with a metal melee weapon, it deals an extra 3 (1d6) fire damage (included in the attack).",
      "type": "feature"
    },
    {
      "name": "illumination",
      "text": "The azer sheds bright light in a 10-\u00adfoot radius and dim light for an additional 10 feet.",
      "type": "feature"
    }
  ],
  "prof": 2
}