Files
5ead/magic_items/html/level_up_a5e/memory-leaf-a5e.html

51 lines
2.2 KiB
HTML
Raw 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>Memory Leaf</title>
</head>
<body>
<h1>Memory Leaf</h1>
<ul>
<li><strong>Rarity:</strong> Artifact</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Precious beyond reckoning, this silver leaf has fallen from a Memory Tree and contains a psychic imprint of the living creature it was once connected to. It can only be attuned when pressed against the forehead and is often set into a woven headband. </p>
<p><strong>Legends and Lore</strong> Success on an Arcana or History check reveals the following:</p>
<p><strong>DC 15</strong> This is the <em>Memory Leaf</em>, which fell from a Memory Tree in ages past. </p>
<p><strong>DC 18</strong> Sometimes those who wear the leaf sense those who have worn it before.</p>
<p><strong>DC 21</strong> The leaf can grant knowledge about the ancient world.</p>
<p><strong>Artifact Properties</strong></p>
<p>The _Memory Leaf h_as one lesser artifact benefit. There is a 50% chance when you attune to the leaf that you discover a lesser artifact detriment. </p>
<p>In some cases the benefit and detriment are reflections of the former personality, and you may acquire those traits while attuned to it.</p>
<p><strong>Magic</strong></p>
<p>While this leaf is pressed against your forehead, you can cast <em>legend lore</em> to ask the psychic imprint within the leaf one question about the ancient world. Once you have used this property 3 times, it cannot be used again until next dawn. </p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/memory-leaf-a5e.md">Markdown Format</a></p>
</body>
</html>