Files
5ead/magic_items/html/level_up_a5e/wood-woad-amulet-a5e.html

43 lines
2.0 KiB
HTML
Raw Permalink 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>Wood Woad Amulet</title>
</head>
<body>
<h1>Wood Woad Amulet</h1>
<ul>
<li><strong>Rarity:</strong> Common</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This wooden amulet painted with blue pigment is carved to resemble a humanoid figure armed with a club and shield. Its face is featureless apart from two empty eyes that glow with a faint yellow light. When you hold it to your ear, you hear faint whispers. Once a day as an action, you can hold the amulet to your ear and listen to its whispers to guide you. You gain an expertise die to one ability check made in the next minute. You may roll the expertise die before or after making the ability check, after which the effect ends. This ability recharges at dusk each day.</p>
<p>Additionally you may crush the amulet as a reaction, destroying it to free the spirit within and gain the woads blessing. You can expend the woads blessing to roll an additional d20 when you make an ability check, attack roll, or saving throw, and choose which of the d20s is used. You can roll the additional die after making the roll, but before the outcome is determined. Once you have used the woads blessing, the amulets magic dissipates.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/wood-woad-amulet-a5e.md">Markdown Format</a></p>
</body>
</html>