aboutsummaryrefslogtreecommitdiff
path: root/parser/monsters/archmage.json
blob: 98c983c3ef7178cb66c257f24c273bc3bfc72692 (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
{
  "speed": "30 ft.",
  "saves": [
    "int",
    "wis"
  ],
  "d_resistances": [
    {
      "type": "bludgeoning",
      "qualifiers": [
        "nonmagical"
      ]
    },
    {
      "type": "piercing",
      "qualifiers": [
        "nonmagical"
      ]
    }
  ],
  "d_vulnerabilities": [],
  "d_immunities": [],
  "c_immunities": [],
  "senses": [],
  "langs": "any six languages",
  "skills": {
    "Arcana": 2,
    "History": 2
  },
  "hit_die_count": 18,
  "hit_die_sides": 8,
  "name": "Archmage",
  "type": "humanoid (any race)",
  "cr": 12.0,
  "size": "Medium",
  "alignment": "any alignment",
  "stats": {
    "str": 10,
    "dex": 14,
    "con": 12,
    "int": 20,
    "wis": 15,
    "cha": 16
  },
  "inventory": [
    {
      "name": "dagger",
      "type": "weapon",
      "text": "_Melee or _Ranged Weapon Attack:__ +6 to hit, reach 5 ft. or range 20/60 ft., one target. _Hit:_ 4 (1d4 + 2) piercing damage."
    }
  ],
  "natural_armor": {
    "name": "",
    "bonus": 0
  },
  "description": "Archmages are powerful (and usually quite old) spellcasters dedicated to the study of the arcane arts. Benevolent ones counsel kings and queens, while evil ones rule as tyrants and pursue lichdom. Those who are neither good nor evil sequester themselves in remote towers to practice their magic without interruption. An archmage typically has one or more apprentice mages, and an archmage's abode has numerous magical wards and guardians to discourage interlopers.",
  "features": [
    {
      "name": "magic resistance",
      "text": "The archmage has advantage on saving throws against spells and other magical effects.",
      "type": "feature"
    },
    {
      "name": "spellcasting",
      "text": "The archmage is an 18th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 17, +9 to hit with spell attacks). The archmage can cast **_disguise self_** and **_invisibility_** at will and has the following wizard spells prepared:    \nCantrips (at will): **_fire bolt, light, mage hand, prestidigitation, shocking grasp_**    \n1st level (4 slots): **_detect magic, identify, mage armor, magic missile_**    \n2nd level (3 slots): **_detect thoughts, mirror image, misty step_**    \n3rd level (3 slots): **_counterspell, fly, lightning bolt_**    \n4th level (3 slots): **_banishment, fire shield, stoneskin_**    \n5th level (3 slots): **_cone of cold, scrying, wall of force_**    \n6th level (1 slot): **_globe of invulnerability_**    \n7th level (1 slot): **_teleport_**    \n8th level (1 slot): **_mind blank_**    \n9th level (1 slot): **_time stop_**    \n*The archmage casts **_mind blank, stoneskin and magic armor_** spells on itself before combat.",
      "type": "spellcasting",
      "spellcasting_ability": "int",
      "innate": false,
      "levels": [
        {
          "slots": 0,
          "spells": [
            "fire bolt",
            "light",
            "mage hand",
            "prestidigitation",
            "shocking grasp"
          ]
        },
        {
          "slots": 4,
          "spells": [
            "detect magic",
            "identify",
            "mage armor",
            "magic missile"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "detect thoughts",
            "mirror image",
            "misty step"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "counterspell",
            "fly",
            "lightning bolt"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "banishment",
            "fire shield",
            "stoneskin"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "cone of cold",
            "scrying",
            "wall of force"
          ]
        },
        {
          "slots": 1,
          "spells": [
            "globe of invulnerability"
          ]
        },
        {
          "slots": 1,
          "spells": [
            "teleport"
          ]
        },
        {
          "slots": 1,
          "spells": [
            "mind blank"
          ]
        },
        {
          "slots": 1,
          "spells": [
            "time stop"
          ]
        }
      ]
    }
  ],
  "prof": 4
}