Files

97 lines
2.8 KiB
HTML
Raw Permalink Normal View History

2025-06-07 07:58:30 -05:00
<!DOCTYPE html>
<head>
<meta name="viewport" content="user-scalable=yes, width=device-width">
<meta charset="UTF-8">
<style>
body {
max-width: 700px;
margin: auto;
font-size: 18px;
font-family: sans-serif;
padding: 10px;
}
p, li {
line-height: 1.5em;
}
ul, ol {
padding-left: 20px;
margin-left: 0;
}
li {
margin-left: 0; /* Remove margin from li */
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: left;
}
</style>
<title>Apprentice Mage</title>
</head>
<body>
<h1>Apprentice Mage</h1>
<p><em>Medium</em> <em>Humanoid</em></p>
<ul>
<li><strong>Armor Class:</strong> 10</li>
<li><strong>Hit Points:</strong> 11 (2d8+2)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 478</li>
</ul>
<table>
<thead>
<tr>
<th>STR</th>
<th>DEX</th>
<th>CON</th>
<th>INT</th>
<th>WIS</th>
<th>CHA</th>
</tr>
</thead>
<tbody>
<tr>
<td>10 (+0)</td>
<td>10 (+0)</td>
<td>12 (+1)</td>
<td>14 (+2)</td>
<td>10 (+0)</td>
<td>10 (+0)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> arcana +4, history +4</li>
<li><strong>Senses:</strong> passive Perception 10</li>
<li><strong>Languages:</strong> any one</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Spellcasting:</strong> The apprentice mage is a 2nd level spellcaster. Their spellcasting ability is Intelligence (spell save DC 12
+4 to hit with spell attacks). They have the following wizard spells prepared:
Cantrips (at will): fire bolt
light
prestidigitation
1st-level (3 slots): detect magic
magic missile
shield</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Dagger:</strong> Melee or Ranged Weapon Attack: +2 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 2 (1d4) piercing damage.</li>
<li><strong>Fire Bolt (Cantrip; V, S):</strong> Ranged Spell Attack: +4 to hit, range 120 ft., one target. Hit: 5 (1d10) fire damage.</li>
<li><strong>Magic Missile (1st-Level; V, S):</strong> Three glowing arrows fly from the mage simultaneously unerringly hitting up to 3 creatures within 120 feet. Each arrow deals 3 (1d4 + 1) force damage.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Shield (1st-Level; V:</strong> When the mage is hit by an attack or targeted by magic missile, they gain a +5 bonus to AC (including against the triggering attack) and immunity to magic missile. These benefits last until the start of their next turn.</li>
<li><strong>Whether a student attending a wizard college or serving a crotchety master:</strong> Apprentice mage statistics can also be used to represent an older hedge wizard of limited accomplishments.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/apprentice-mage-a5e.md">Markdown Format</a></p>
</body>
</html>