Files
5ead/magic_items/html/level_up_a5e/excalibur-a5e.html

51 lines
2.4 KiB
HTML
Raw 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>Excalibur</title>
</head>
<body>
<h1>Excalibur</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>This legendary weapon is said to grant powerful magic to its wielder and that only the rightful ruler of the land is suitable to carry it into battle. While you are attuned to it, <em>Excalibur</em> grants you the following benefits:</p>
<ul>
<li>If you are the rightful wielder of <em>Excalibur</em>, it instantly attunes to you and does not take up an attunement slot.</li>
<li>You gain a +4 bonus to attack and damage rolls made with this weapon.</li>
<li>When you attack an object with this magic sword and hit, maximize your weapon damage dice against the target.</li>
<li>When you attack a creature with this weapon and roll a 20 on the <em>attack roll</em> , that target takes an extra 4d6 slashing damage. Then roll another d20. If you roll a 20, you lop off one of the targets limbs, with the effect of such loss determined by the Narrator. If the creature has no limb to sever, you lop off a portion of its body instead.</li>
<li>You can speak the swords command word to cause the blade to shed bright light in a 10-foot radius and dim light for an additional 10 feet. Speaking the command word again or sheathing the sword puts out the light.</li>
<li>When you are reduced to 0 hit points but not killed outright, you can drop to 1 hit point instead. You cant use this property again until you finish a long rest.</li>
<li>You have <em>advantage</em> on Insight and Persuasion checks made against anyone but creatures you consider to be your close allies and companions.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/excalibur-a5e.md">Markdown Format</a></p>
</body>
</html>