Files
2025-06-07 07:58:30 -05:00

89 lines
3.5 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>Spree</title>
</head>
<body>
<h1>Spree</h1>
<p><em>Small</em> <em>Fiend</em> <em>chaotic evil</em></p>
<ul>
<li><strong>Armor Class:</strong> 15 (natural armor)</li>
<li><strong>Hit Points:</strong> 84 (13d6+39)</li>
<li><strong>Speed:</strong> walk 30 ft.</li>
<li><strong>Challenge Rating:</strong> 5 (1,800 XP)</li>
<li><strong>Source:</strong> Creature Codex, page 91</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>11 (+0)</td>
<td>17 (+3)</td>
<td>16 (+3)</td>
<td>10 (+0)</td>
<td>8 (-1)</td>
<td>15 (+2)</td>
</tr>
</tbody>
</table>
<ul>
<li><strong>Saving Throws</strong>: Dex +6, Wis +2</li>
<li><strong>Skills:</strong> </li>
<li><strong>Damage Immunities:</strong> poison</li>
<li><strong>Damage Resistances:</strong> cold, fire, lightning; bludgeoning, piercing, and slashing from nonmagical attacks</li>
<li><strong>Condition Immunities:</strong> frightened, poisoned</li>
<li><strong>Senses:</strong> darkvision 60 ft., passive Perception 9</li>
<li><strong>Languages:</strong> Abyssal, Common, Gnomish</li>
</ul>
<h3>Special Abilities</h3>
<ul>
<li><strong>Frothing Rage:</strong> The spree demon has advantage on attacks if it saw another spree demon make a successful attack within the last minute.</li>
<li><strong>Spree Madness:</strong> If a creature confused by the spree demon's claw attack reduces a target to 0 hp, the confused creature must make a successful DC 14 Wisdom saving throw or gain a short-term madness (see the System Reference Document 5.1). If a creature fails this saving throw again while already suffering from a madness, it gains a long-term madness instead.</li>
</ul>
<h3>Actions</h3>
<ul>
<li><strong>Multiattack:</strong> The spree demon makes two claw attacks. If both attacks hit the same target, the target must succeed on a DC 14 Wisdom saving throw or become frightened for 1 minute. While frightened this way, the creature believes it has shrunk to half its normal size. All attacks against the creature do an extra 7 (2d6) psychic damage, and the creature's attacks do half damage. A frightened creature can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success.</li>
<li><strong>Claw:</strong> Melee Weapon Attack: +6 to hit, reach 5 ft., one target. Hit: 6 (1d6 + 3) slashing damage plus 10 (3d6) poison damage, and the creature must make a DC 14 Constitution saving throw. On a failure, the target can't take reactions and must roll a d10 at the start of each of its turns to determine its behavior for that turn for 1 minute. This works like the confusion spell. The target can repeat the saving throw at the end of each of its turns, ending the effect on itself on a success. If a creature's saving throw is successful or the effect ends for it, the creature is immune to this effect for the next 24 hours.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/creature_codex/spree.md">Markdown Format</a></p>
</body>
</html>