42 lines
1.8 KiB
HTML
42 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>Torc of the Comet</title>
|
||
</head>
|
||
<body>
|
||
<h1>Torc of the Comet</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> rare</li>
|
||
<li><strong>Type:</strong> Wondrous item</li>
|
||
<li><strong>Attunement:</strong> Yes</li>
|
||
<li><strong>Source:</strong> Vault of Magic</li>
|
||
</ul>
|
||
<p>This silver torc is set with a large opal on one end, and it thins to a point on the other. While wearing the torc, you have resistance to cold damage, and you can use an action to speak the command word, causing the torc to shed bluish-white bright light in a 20-foot radius and dim light for an additional 20 feet. The light lasts until you use a bonus action to speak the command word again. The torc has 4 charges. You can use an action to expend 1 charge and fire a tiny comet from the torc at a target you can see within 120 feet of you. The torc makes a ranged attack roll with a +7 bonus ( 1d20+7). On a hit, the target takes 2d6 bludgeoning damage and 2d6 cold damage. At night, the cold damage dealt by the comets increases to 6d6. The torc regain 1d4 expended charges daily at dawn.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/torc-of-the-comet.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|