Files
5ead/magic_items/html/vault_of_magic/scroll-of-treasure-finding.html

51 lines
1.6 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>Scroll of Treasure Finding</title>
</head>
<body>
<h1>Scroll of Treasure Finding</h1>
<ul>
<li><strong>Rarity:</strong> uncommon</li>
<li><strong>Type:</strong> Scroll</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>Each scroll of treasure finding works for a specific type of treasure. You can use an action to read the scroll and sense whether that type of treasure is present within 1 mile of you for 1 hour. This scroll reveals the treasure's general direction, but not its specific location or amount. The GM chooses the type of treasure or determines it by rolling a d100 and consulting the following table. | dice: 1d% | Treasure Type |</p>
<p>| ----------- | ------------- |
| 01-10 | Copper |
| 11-20 | Silver |
| 21-30 | Electrum |
| 31-40 | Gold |
| 41-50 | Platinum |
| 51-75 | Gemstone |
| 76-80 | Art objects |
| 81-00 | Magic items |</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/scroll-of-treasure-finding.md">Markdown Format</a></p>
</body>
</html>