aboutsummaryrefslogtreecommitdiff
path: root/parsed/creatures/mage.json
blob: 1a4aecdb1d9d1835435a7973ab4ed37d47af4d6d (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
{
  "entry": "creatures",
  "speed": "30 ft.",
  "saves": [
    "int",
    "wis"
  ],
  "d_resistances": [],
  "d_vulnerabilities": [],
  "d_immunities": [],
  "c_immunities": [],
  "senses": [],
  "langs": "any four languages",
  "skills": {
    "Arcana": 1,
    "History": 1
  },
  "hit_die_count": 9,
  "hit_die_sides": 8,
  "name": "Mage",
  "type": "humanoid (any race)",
  "cr": 6.0,
  "size": "Medium",
  "alignment": "any alignment",
  "stats": {
    "str": 9,
    "dex": 14,
    "con": 11,
    "int": 17,
    "wis": 12,
    "cha": 11
  },
  "inventory": [
    {
      "entry": "item",
      "name": "dagger",
      "type": "weapons",
      "text": "."
    }
  ],
  "observant": false,
  "givenName": "NAME",
  "hpMax": -1,
  "hp": -1,
  "natural_armor": {
    "name": "",
    "bonus": 0
  },
  "text": "Mages spend their lives in the study and practice of magic. Good-aligned mages offer counsel to nobles and others in power, while evil mages dwell in isolated sites to perform unspeakable experiments without interference.",
  "features": [
    {
      "entry": "feature",
      "name": "spellcasting",
      "text": "The mage is a 9th-level spellcaster. Its spellcasting ability is Intelligence (spell save DC 14, +6 to hit with spell attacks). The mage has the following wizard spells prepared:    \nCantrips (at will): **_fire bolt, light, mage hand, prestidigitation_**    \n1st level (4 slots): **_detect magic, mage armor, magic missile, shield_**    \n2nd level (3 slots): **_misty step, suggestion_**    \n3rd level (3 slots): **_counterspell, fireball, fly_**    \n4th level (3 slots): **_greater invisibility, ice storm_**    \n5th level (1 slot): **_cone of cold_**",
      "type": "spells",
      "spellcasting_ability": "int",
      "innate": false,
      "levels": [
        {
          "slots": 0,
          "spells": [
            "fire bolt",
            "light",
            "mage hand",
            "prestidigitation"
          ]
        },
        {
          "slots": 4,
          "spells": [
            "detect magic",
            "mage armor",
            "magic missile",
            "shield"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "misty step",
            "suggestion"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "counterspell",
            "fireball",
            "fly"
          ]
        },
        {
          "slots": 3,
          "spells": [
            "greater invisibility",
            "ice storm"
          ]
        },
        {
          "slots": 1,
          "spells": [
            "cone of cold"
          ]
        }
      ]
    }
  ],
  "prof": 3
}