Files
5ead/magic_items/html/5.1_srd_(d&d_2014)/necklace-of-prayer-beads.html

84 lines
2.2 KiB
HTML
Raw 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>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> No</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>This necklace has 1d4 + 2 magic beads made from aquamarine, black pearl, or topaz. It also has many nonmagical beads made from stones such as amber, bloodstone, citrine, coral, jade, pearl, or quartz. If a magic bead is removed from the necklace, that bead loses its magic.</p>
<p>Six types of magic beads exist. The GM decides the type of each bead on the necklace or determines it randomly. A necklace can have more than one bead of the same type. To use one, you must be wearing the necklace. Each bead contains a spell that you can cast from it as a bonus action (using your spell save DC if a save is necessary). Once a magic bead's spell is cast, that bead can't be used again until the next dawn.</p>
<table>
<thead>
<tr>
<th>d20</th>
<th>Bead of...</th>
<th>Spell</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>Smiting</td>
<td>Branding smite</td>
</tr>
<tr>
<td>19</td>
<td>Summons</td>
<td>Planar ally</td>
</tr>
<tr>
<td>20</td>
<td>Wind walking</td>
<td>Wind walk</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/necklace-of-prayer-beads.md">Markdown Format</a></p>
</body>
</html>