Files

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>Waystone</title>
</head>
<body>
<h1>Waystone</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>This rounded oval stone has a metallic gray luster. When one or more <em>waystones</em> are kept in contact for an hour or longer, they become paired and magnetically attracted to each other for 1 week per hour spent in contact. Paired <em>waystones</em> are ideal for use as trail markers, for tracking purposes, or to prevent yourself from becoming lost. You can use an action to speak its command word, making the <em>waystone</em> sense and be drawn toward the nearest <em>waystone</em> within 5 miles, or if it is paired to another <em>waystone</em> within range, the paired <em>waystone</em>. Paired waystones are only able to sense each other.</p>
<p>A <em>waystone</em> has 3 charges and regains 1 charge each dawn. You may expend 1 charge when speaking its command word to increase the <em>waystones</em> range to 25 miles, or if the <em>waystone</em> is paired, to sense the nearest unpaired <em>waystone</em> within 5 miles. When used in either manner, the <em>waystones</em> attraction lasts until the next dawn. If you expend the last charge, the <em>waystone</em> becomes a mundane item.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/waystone-a5e.md">Markdown Format</a></p>
</body>
</html>