Files

91 lines
3.0 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;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Lovesick</title>
</head>
<body>
<h1>Lovesick</h1>
<ul>
<li><strong>Level</strong>: 4 enchantment</li>
<li><strong>Classes</strong>: Bard, Cleric, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 90 feet</li>
<li><strong>Components</strong>: V, S, M (a handful of red rose petals)</li>
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>This spell causes creatures to behave unpredictably, as they randomly experience the full gamut of emotions of someone who has fallen head over heels in love. Each creature in a 10-foot-radius sphere centered on a point you choose within range must succeed on a Wisdom saving throw when you cast this spell or be affected by it.</p>
<p>An affected target cant take reactions and must roll a d10 at the start of each of its turns to determine its behavior for that turn.</p>
<table>
<thead>
<tr>
<th>d10</th>
<th>Behavior</th>
</tr>
</thead>
<tbody>
<tr>
<td>1-3</td>
<td>The creature spends its turn moping like a lovelorn teenager; it doesnt move or take actions.</td>
</tr>
<tr>
<td>45</td>
<td>The creature bursts into tears, takes the Dash action, and uses all its movement to run off in a random direction. To determine the direction, roll a d8 and assign a direction to each die face.</td>
</tr>
<tr>
<td>6</td>
<td>The creature uses its action to remove one item of clothing or piece of armor. Each round spent removing pieces of armor reduces its AC by 1.</td>
</tr>
<tr>
<td>78</td>
<td>The creature drops anything it is holding in its hands and passionately embraces a randomly determined creature. Treat this as a grapple attempt which uses the Attack action.</td>
</tr>
<tr>
<td>9</td>
<td>The creature flies into a jealous rage and uses its action to make a melee attack against a randomly determined creature.</td>
</tr>
<tr>
<td>10</td>
<td>The creature can act and move normally.</td>
</tr>
</tbody>
</table>
<p>At the end of each of its turns, an affected target can make a Wisdom saving throw, ending the effect on itself on a successful save.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 5th level or higher, the radius of the sphere increases by 5 feet for each slot level above 4th.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/lovesick.md">Markdown Format</a></p>
</body>
</html>