43 lines
1.8 KiB
HTML
43 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>Vorpal Sword</title>
|
||
</head>
|
||
<body>
|
||
<h1>Vorpal Sword</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> Legendary</li>
|
||
<li><strong>Type:</strong> Weapon</li>
|
||
<li><strong>Attunement:</strong> Yes</li>
|
||
<li><strong>Source:</strong> Level Up A5E</li>
|
||
</ul>
|
||
<p>You gain a +3 bonus to <em>attack and damage rolls</em> made with this magic sword, and it ignores resistance to slashing damage.</p>
|
||
<p>When you attack a creature with this blade and it has at least one head, rolling a natural 20 on the <em>attack roll</em> causes the sword to make a snicker-snack sound as it efficiently chops off one of the target’s heads. If the creature can’t survive without its head removed, it dies. This effect does not apply if the target is too big for its head to be removed by the sword (determined at the discretion of the Narrator), it doesn’t need a head or have one, has immunity to slashing damage, or has legendary actions. In cases where a creature cannot lose a head, it takes an additional 6d8 slashing damage (unless it is immune to slashing damage; this extra damage does not double).</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/vorpal-sword-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|