Files
5ead/monsters/html/creature_codex/arcamag.html
2025-06-07 07:58:30 -05:00

85 lines
3.1 KiB
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Arcamag</title>
</head>
<body>
<h1>Arcamag</h1>
<p><em>Tiny</em> <em>Monstrosity</em> <em>neutral</em></p>
<ul>
<li><strong>Armor Class:</strong> 13 (natural armor)</li>
<li><strong>Hit Points:</strong> 22 (5d4+10)</li>
<li><strong>Speed:</strong> fly 30 ft. hover True ft. walk 10 ft.</li>
<li><strong>Challenge Rating:</strong> 2 (450 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 41</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>7 (-2)</td>
<td>10 (+0)</td>
<td>15 (+2)</td>
<td>5 (-3)</td>
<td>12 (+1)</td>
<td>18 (+4)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> stealth +4</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
<li><strong>Languages:</strong> understands Common but can't speak</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Camouflage:</strong> While attached to a host, the arcamag has advantage on Dexterity (Stealth) checks.</li>
<li><strong>Shapechanger:</strong> The arcamag can use its action to polymorph into a small object, such as a ring, wand, orb, rod, or scroll. Its statistics are the same in each form. Any equipment it is wearing or carrying isn't transformed. It reverts to its true form if it dies. False Appearance (Object Form Only). While motionless, the arcamag is indistinguishable from an ordinary object.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Attach:</strong> Melee Weapon Attack: +2 to hit, reach 5 ft., one creature that can cast spells. Hit: The arcamag attaches to the target. While attached, the arcamag doesn't attack. Instead, it causes a handful of changes in its spellcaster host (see Changes to the Host sidebar). The arcamag can detach itself by spending 5 feet of its movement. A creature other than the host can use its action to detach the arcamag by succeeding on a DC 15 Strength check. The host can use its action to detach the arcamag only after the host has expended all of its spell slots for the day, including the extra cantrips and spell slots gained from having the arcamag attached. Doing so doesn't require a Strength check. When the arcamag detaches itself or is detached from a host, the host takes 2 (1d4) psychic damage per spellcaster level.</li>
<li><strong>Teleport (1/Day):</strong> The arcamag magically teleports up to 60 feet to an unoccupied space. If it is attached to a host when it uses this action, it automatically detaches.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/arcamag.md">Markdown Format</a></p>
</body>
</html>