Files
5ead/spells/html/deep_magic_5e/icicle-daggers.html

56 lines
2.0 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;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Icicle Daggers</title>
</head>
<body>
<h1>Icicle Daggers</h1>
<ul>
<li><strong>Level</strong>: 1 conjuration</li>
<li><strong>Classes</strong>: Druid, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Self</li>
<li><strong>Components</strong>: V, S, M (a miniature dagger shaped like an icicle)</li>
<li><strong>Duration</strong>: Instantaneous or special</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>When you cast this spell, three icicles appear in your hand. Each icicle has the same properties as a dagger but deals an extra 1d4 cold damage on a hit.</p>
<p>The icicle daggers melt a few seconds after leaving your hand, making it impossible for other creatures to wield them. If the surrounding temperature is at or below freezing, the daggers last for 1 hour. They melt instantly if you take 10 or more fire damage.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> If you cast this spell using a spell slot of 2nd level or higher, you can create two additional daggers for each slot level above 1st. If you cast this spell using a spell slot of 4th level or higher, daggers that leave your hand dont melt until the start of your next turn.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/icicle-daggers.md">Markdown Format</a></p>
</body>
</html>