Files
5ead/magic_items/html/level_up_a5e/orb-of-elsewhere-a5e.html

103 lines
2.5 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>Orb of Elsewhere</title>
</head>
<body>
<h1>Orb of Elsewhere</h1>
<ul>
<li><strong>Rarity:</strong> Legendary</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 crystalline orb is filled with dense smoke that constantly changes color. While holding the orb, you can use an action and speak its command word to open a portal to a random location on a plane from the Orb of Elsewhere table. The portal remains open either until the next dawn on your original Material Plane, or until you use an action to speak the command word to close it.</p>
<p>Once the portal is closed, the orb remains at the entry point to that plane. If at the end of the duration the orb has not been used to create a portal of return, it teleports to a random point on its plane of origin (leaving any creatures that traveled through the portal stranded).</p>
<p>The orbs destination changes at dawn on your Material Plane each day, and its portal never goes to the same location twice in a row.</p>
<p><strong><strong>Table: Orb of Elsewhere</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>d12</strong></th>
<th><strong>Plane</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td>Plane of Air</td>
</tr>
<tr>
<td>2</td>
<td>Plane of Earth</td>
</tr>
<tr>
<td>3</td>
<td>Plane of Water</td>
</tr>
<tr>
<td>4</td>
<td>Plane of Fire</td>
</tr>
<tr>
<td>5</td>
<td>Plane of Death</td>
</tr>
<tr>
<td>6</td>
<td>Plane of Life</td>
</tr>
<tr>
<td>7</td>
<td>Plane of Space</td>
</tr>
<tr>
<td>8</td>
<td>Plane of Time</td>
</tr>
<tr>
<td>9</td>
<td>Ethereal Plane</td>
</tr>
<tr>
<td>10</td>
<td>Astral Plane</td>
</tr>
<tr>
<td>11</td>
<td>Dreaming</td>
</tr>
<tr>
<td>12</td>
<td>Bleak Gate</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/orb-of-elsewhere-a5e.md">Markdown Format</a></p>
</body>
</html>