Files
5ead/magic_items/html/level_up_a5e/snake-eye-bones-a5e.html

43 lines
1.8 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>Snake-Eye Bones</title>
</head>
<body>
<h1>Snake-Eye Bones</h1>
<ul>
<li><strong>Rarity:</strong> Common</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Every trip to sea can become boring and one of the best ways to whittle away at the time—besides drinking rum—is to engage in a game of bones. Not every sailor on the high seas is honest and these dice were crafted with the devious amongst them in mind. Each four-sided die is made from bleached white whale bone and inlaid with jet-black markings. No matter how many times they are thrown or the number of ship hulls they strike, the dice never nick or scuff, and their markings do not fade. </p>
<p>The dice have 2 charges and regain 1 charge each dawn. When you speak the command word as a bonus action as the dice are being rolled, their results come up as double ones (or snake-eyes). If you expend the last charge, roll a d20. On a result of 5 or less, the dice will roll up as double ones but both dice then crack in half rendering them useless.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/snake-eye-bones-a5e.md">Markdown Format</a></p>
</body>
</html>