44 lines
1.9 KiB
HTML
44 lines
1.9 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>Oathbow</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Oathbow</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> Very 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 bow whispers its urgent desire for the quick defeat of your enemies in Elvish when you nock an arrow. When you use this bow to make a <em>ranged weapon attack</em> against a creature, you can swear an oath against the target of your attack and make it your sworn enemy until its death or dawn seven days later. You may choose a new sworn enemy following the next dawn after your current sworn enemy dies. </p>
|
|||
|
|
<p>Your ranged weapon attacks using this bow have advantage against your sworn enemy, and your sworn enemy cannot gain benefit from cover other than <em>total cover</em> . You do not have <em>disadvantage</em> on ranged weapon attacks with the bow that are at long range as long as your sworn enemy is your target, and on a hit your sworn enemy takes an extra 3d6 piercing damage.</p>
|
|||
|
|
<p>You have <em>disadvantage</em> on attacks made with weapons other than this bow while your sworn enemy lives.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/oathbow-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|