42 lines
1.4 KiB
HTML
42 lines
1.4 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>Dawn Shard</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Dawn Shard</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> uncommon</li>
|
|||
|
|
<li><strong>Type:</strong> Weapon</li>
|
|||
|
|
<li><strong>Attunement:</strong> Yes</li>
|
|||
|
|
<li><strong>Source:</strong> Vault of Magic</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>The blade of this magic weapon gleams with a faint golden shine, and the pommel is etched with a sunburst. As a bonus action, you can command the weapon to shed dim light out to 5 feet, to shed bright light out to 20 feet and dim light for an additional 20 feet, or to douse the light. The weapon deals an extra 1d6 radiant damage to any creature it hits. This increases to 2d6 radiant damage if the target is undead or a creature of shadow.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/dawn-shard.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|