Files
5ead/magic_items/html/level_up_a5e/borrowers-bookmark-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>Borrowers Bookmark</title>
</head>
<body>
<h1>Borrowers Bookmark</h1>
<ul>
<li><strong>Rarity:</strong> Common</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>A neat strap of embossed leather, the borrowers bookmark can be placed in a book, allowing it to be stored in an extradimensional space. As an action you can send the book into a pocket dimension. While it is in the pocket dimension, you can use an action to summon it to your hand or an unoccupied space within 5 feet of you. If you unattune from the bookmark while its book is within the pocket dimension, the bookmark reappears on your person, but the book is lost. The bookmarks magic cant be used to store anything other than a book.</p>
<p><strong><em>Curse.</em></strong> The borrowers bookmark is cursed. Books dismissed to the pocket dimension are sent to a powerful entitys lair. The entity learns all the knowledge contained therein, as well as your identity and location.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/borrowers-bookmark-a5e.md">Markdown Format</a></p>
</body>
</html>