44 lines
1.8 KiB
HTML
44 lines
1.8 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>Atlas to Libation</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Atlas to Libation</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 golden-brown parchment has an odd handle-like wooden stave and a seal marked with an ale tankard. As a bonus action, you can break the seal and unfurl the map. When you do so, the map fills in with accurate topography in a 1-mile radius around you. A miniature image of you appears at the map’s center along with a dotted line leading to an X that marks the nearest potable alcohol. The map immediately rolls back up if brought within 50 feet of alcohol or if no alcohol is within 1 mile when the seal is opened. </p>
|
|||
|
|
<p>Once used in this way, the seal reforms and is usable again after 24 hours.</p>
|
|||
|
|
<p>Alternatively, you can form a cylinder with the map and grasp it by the handle as an action. If you do so, the map hardens into a tall wooden tankard and magically fills with high quality ale, then loses all magical properties and becomes a mundane object.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/atlas-to-libation-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|