Files
5ead/magic_items/html/level_up_a5e/necklace-of-prayer-beads-a5e.html
2025-06-07 07:58:30 -05:00

85 lines
2.2 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Necklace of Prayer Beads</title>
</head>
<body>
<h1>Necklace of Prayer Beads</h1>
<ul>
<li><strong>Rarity:</strong> Rare</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 many-beaded necklace helps mark prayers. Of the many types of gemstone beads, 1d4+2 are magical and can be removed from the necklace as a bonus action to cast a spell (described on Table: Necklace of Prayer Beads). There are 6 types of magic beads, and which are on the necklace are randomly determined or chosen by the Narrator.</p>
<p>A necklace can have multiple beads of the same type. To use a bead, you must be wearing the necklace, and if it requires a spell save you use your spell save DC. Once a bead has been used, it loses its magic until the next dawn</p>
<p><strong><strong>Table: Necklace of Prayer Beads</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>d20</strong></th>
<th><strong>Bead of</strong></th>
<th><strong>Spell</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1-6</td>
<td>Blessing</td>
<td>__bless_</td>
</tr>
<tr>
<td>7-12</td>
<td>Curing</td>
<td>__cure wounds (2nd-level) or lesser restoration_</td>
</tr>
<tr>
<td>13-16</td>
<td>Favor</td>
<td>__greater restoration_</td>
</tr>
<tr>
<td>17-18</td>
<td>Invigorating</td>
<td>__invigorated strikes_</td>
</tr>
<tr>
<td>19</td>
<td>Summons</td>
<td>__planar ally_</td>
</tr>
<tr>
<td>20</td>
<td>Wind</td>
<td>__wind walk_</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/necklace-of-prayer-beads-a5e.md">Markdown Format</a></p>
</body>
</html>