Files
5ead/monsters/html/tome_of_beasts_3/sunflower-sprite.html

88 lines
2.6 KiB
HTML
Raw 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>Sunflower Sprite</title>
</head>
<body>
<h1>Sunflower Sprite</h1>
<p><em>Small</em> <em>Fey</em> <em>neutral good</em></p>
<ul>
<li><strong>Armor Class:</strong> 12</li>
<li><strong>Hit Points:</strong> 14 (4d6)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 1/2 (100 XP)</li>
<li><strong>Source:</strong> Tome of Beasts 3, page 358</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>8 (-1)</td>
<td>14 (+2)</td>
<td>10 (+0)</td>
<td>10 (+0)</td>
<td>14 (+2)</td>
<td>16 (+3)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Skills:</strong> perception +2</li>
<li><strong>Senses:</strong> passive Perception 14</li>
<li><strong>Languages:</strong> Sylvan</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Diurnal:</strong> At night or when underground it has disadvantage on initiative rolls and Wis (Perception) checks.</li>
<li><strong>Magic Resistance:</strong> Advantage: spell/magic effect saves.</li>
<li><strong>Speak with Plants:</strong> Can communicate with plants as if they shared a language.</li>
<li><strong>Variable Illumination:</strong> Sheds bright light in a 5 ft. to 20' radius and dim light for extra number of feet equal to chosen radius. It can alter radius as a bonus action. It can't use this trait if it hasn't been exposed to sunlight in past 24 hrs.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Radiant Leaf:</strong> Melee Weapon Attack: +4 to hit, 5 ft., one target, 4 (1d4+2) slashing damage + 5 (2d4) radiant.</li>
<li><strong>Light Ray:</strong> Ranged Spell Attack: +5 to hit, 60 ft., one target, 8 (2d4+3) radiant.</li>
<li><strong>Healing Radiance (Recharge: Short/Long Rest):</strong> Radiates a warm light. Each friendly creature within 10 ft. of the sprite regains 5 (2d4) hp. It can't use this action if it hasn't been exposed to sunlight in the past 24 hrs.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/tome_of_beasts_3/sunflower-sprite.md">Markdown Format</a></p>
</body>
</html>