Files

85 lines
2.6 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>Goblin Warlock</title>
</head>
<body>
<h1>Goblin Warlock</h1>
<p><em>Small</em> <em>Humanoid</em></p>
<ul>
<li><strong>Armor Class:</strong> 15</li>
<li><strong>Hit Points:</strong> 21 (6d6)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 1 (200 XP)</li>
<li><strong>Source:</strong> A5e Monstrous Menagerie, page 251</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>14 (+2)</td>
<td>10 (+0)</td>
<td>12 (+1)</td>
<td>12 (+1)</td>
<td>14 (+2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> arcana +3, stealth +4, intimidation +4</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 11</li>
<li><strong>Languages:</strong> Common, Goblin</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Dagger:</strong> Melee or Ranged Weapon Attack: +4 to hit, reach 5 ft. or range 20/60 ft., one target. Hit: 4 (1d4 + 2) piercing damage.</li>
<li><strong>Silver Fire:</strong> Ranged Spell Attack: +4 to hit, range 60 ft., one target. Hit: 7 (2d6) fire damage and 7 (2d6) ongoing fire damage. A creature can use an action to douse the fire on a target ending the ongoing damage.</li>
<li><strong>Clinging Illusion:</strong> The warlock creates a magical illusion of an unmoving Medium or smaller object in a space it can see within 30 feet. The illusion can hide a smaller object in the same space. The illusion lasts 24 hours until a creature touches it or until the warlock uses Clinging Illusion again. A creature can take an action to make a DC 12 Investigation check to disbelieve the illusion. On a success the illusion appears transparent to the creature.</li>
</ul>
<h3>Reactions</h3>
<ul>
<li><strong>Quick Switch:</strong> When the warlock is hit by an attack, it magically teleports, switching places with a goblin ally within 30 feet. The goblin ally is hit by the triggering attack and suffers its effects.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/a5e_monstrous_menagerie/goblin-warlock-a5e.md">Markdown Format</a></p>
</body>
</html>