44 lines
1.8 KiB
HTML
44 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>Sun Blade</title>
|
||
</head>
|
||
<body>
|
||
<h1>Sun Blade</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> Rare</li>
|
||
<li><strong>Type:</strong> Weapon</li>
|
||
<li><strong>Attunement:</strong> Yes</li>
|
||
<li><strong>Source:</strong> Level Up A5E</li>
|
||
</ul>
|
||
<p>This weapon first appears to be nothing more than a sword hilt. While holding the hilt, you can use a bonus action to make a blade of sunlight appear or disappear. Being proficient in shortswords or longswords grants proficiency with this magic sword, which also has the finesse property as long as the blade is in existence.</p>
|
||
<p>While the blade is ignited, you gain +2 bonus to <em>attack and damage rolls</em> made with it, dealing 1d8 radiant damage on a hit (instead of slashing damage), or 2d8 radiant damage if your target is undead.</p>
|
||
<p>The blade shines with <em>bright sunlight</em> in a 15-foot radius and dim sunlight for an additional 15 feet. You can use an action to increase or decrease the bright sunlight and dim sunlight radiuses by 5 feet, up to a maximum of 30 feet each or down to a minimum of 10 feet each.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/sun-blade-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|