Files

55 lines
1.9 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>Hard Heart</title>
</head>
<body>
<h1>Hard Heart</h1>
<ul>
<li><strong>Level</strong>: 1 enchantment</li>
<li><strong>Classes</strong>: Bard, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S, M (an iron key)</li>
<li><strong>Duration</strong>: 10 minutes</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You imbue your touch with the power to make a creature aloof, hardhearted, and unfeeling. The creature you touch as part of casting this spell must make a Wisdom saving throw; a creature can choose to fail this saving throw unless its currently charmed. On a successful save, this spell fails. On a failed save, the target becomes immune to being charmed for the duration; if its currently charmed, that effect ends. In addition, Charisma checks against the target are made with disadvantage for the spells duration.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 3rd or 4th level, the duration increases to 1 hour. If you use a spell slot of 5th level or higher, the duration is 8 hours.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/hard-heart.md">Markdown Format</a></p>
</body>
</html>