43 lines
1.5 KiB
HTML
43 lines
1.5 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>Holy Avenger</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Holy Avenger</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> legendary</li>
|
|||
|
|
<li><strong>Type:</strong> Weapon (any sword)</li>
|
|||
|
|
<li><strong>Attunement:</strong> No</li>
|
|||
|
|
<li><strong>Source:</strong> 5.1 SRD (D&D 2014)</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You gain a +3 bonus to attack and damage rolls made with this magic weapon. When you hit a fiend or an undead with it, that creature takes an extra 2d10 radiant damage.</p>
|
|||
|
|
<p>While you hold the drawn sword, it creates an aura in a 10-foot radius around you. You and all creatures friendly to you in the aura have advantage on saving throws against spells and other magical effects. If you have 17 or more levels in the paladin class, the radius of the aura increases to 30 feet.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/holy-avenger.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|