Files
5ead/magic_items/html/vault_of_magic/sling-stone-of-screeching.html

42 lines
1.8 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;
}
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>Sling Stone of Screeching</title>
</head>
<body>
<h1>Sling Stone of Screeching</h1>
<ul>
<li><strong>Rarity:</strong> uncommon</li>
<li><strong>Type:</strong> Ammunition</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>This sling stone is carved with an open mouth that screams in hellish torment when hurled with a sling. Typically, 1d4 + 1 sling stones of screeching are found together. When you fire the stone from a sling, it changes into a screaming bolt, forming a line 5 feet wide that extends out from you to a target within 30 feet. Each creature in the line excluding you and the target must make a DC 13 Constitution saving throw. On a failure, a creature takes 2d8 thunder damage and is knocked prone. On a success, a creature takes half the damage and isn't knocked prone. Make a ranged weapon attack against the target. On a hit, the target takes damage from the sling stone plus 3d8 thunder damage and is knocked prone. Once a sling stone of screeching has dealt its damage to a creature, it becomes a nonmagical sling stone.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/sling-stone-of-screeching.md">Markdown Format</a></p>
</body>
</html>