44 lines
1.8 KiB
HTML
44 lines
1.8 KiB
HTML
|
|
|
|||
|
|
<!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;
|
|||
|
|
}
|
|||
|
|
table {
|
|||
|
|
border-collapse: collapse; /* Ensure that borders are not double */
|
|||
|
|
width: 100%; /* Optional: makes the table take up the full width */
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
th, td {
|
|||
|
|
border: 1px solid black; /* Adds a 1px solid black border around each cell */
|
|||
|
|
text-align: left; /* Optional: aligns text to the left */
|
|||
|
|
padding: 2px;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<title>Spindle of Spinning</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Spindle of Spinning</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> Uncommon</li>
|
|||
|
|
<li><strong>Type:</strong> Wondrous Item</li>
|
|||
|
|
<li><strong>Attunement:</strong> No</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You can use an action to stab with this spindle, treating it as an improvised weapon and making a melee weapon attack roll against a creature within reach. On a hit, you deal 1 magical piercing damage and the creature makes a DC 15 Strength <em>saving throw</em> or it falls into a magical slumber (as the __sleep_ spell) for 2d4 hours. A sleeping creature awakens when it takes damage or a loud noise occurs within 50 feet of it.</p>
|
|||
|
|
<p>This enchanted slumber is infectious through touch. When a creature uses an action to try and shake or slap a sleeper awake, it makes a DC 15 Strength <em>saving throw</em> or it falls asleep for 1d4 hours.</p>
|
|||
|
|
<p>The needle breaks when you roll a 1 on a weapon attack roll using it, dispersing its sleep magic in a 30-foot radius. Each creature in the area makes a DC 15 Strength <em>saving throw</em> or it falls asleep.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/spindle-of-spinning-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|