44 lines
1.6 KiB
HTML
44 lines
1.6 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>Luck Blade</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Luck Blade</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 +1 bonus to attack and damage rolls made with this magic sword. While you are attuned to the sword and holding it, you gain a +1 bonus to <em>saving throws</em> . In addition, it has the following properties:</p>
|
|||
|
|
<p><strong>Luck.</strong> Once per dawn, while the sword is on your person you may reroll one ability check, attack roll, or <em>saving throw</em> . You must use the new roll.</p>
|
|||
|
|
<p><strong>Wish.</strong> Once per dawn, while holding the weapon you can use an action to expend 1 charge and cast <em>wish</em> . The weapon has 1d4 – 1 charges and loses this property when there are no charges left.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/luck-blade-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|