43 lines
1.7 KiB
HTML
43 lines
1.7 KiB
HTML
|
|
|
|||
|
|
<!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>Marble of Direction</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Marble of Direction</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 seemingly ordinary marble is very susceptible to air currents as though it were only a fraction of its true weight. When placed on a flat horizontal surface, such as the floor of a room or chamber, the marble rolls in the direction of the current path of air currents around it.</p>
|
|||
|
|
<p>The marble has 1 charge. You can use an action to speak its command word while placing the marble on a flat horizontal surface, expending 1 charge. The marble rolls towards the direction of the nearest exit of the chamber it is placed in, ultimately coming to rest against the nearest exit (regardless of air currents). The delicate calibration of the marble is destroyed and it becomes a mundane item.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/marble-of-direction-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|