Files
5ead/magic_items/html/level_up_a5e/draconic-diorama-a5e.html

45 lines
1.9 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>Draconic Diorama</title>
</head>
<body>
<h1>Draconic Diorama</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 Tiny diorama is contained within a cube-shaped box 5 inches on each side. The bottom is lead and the rest made of transparent crystal. Inside the box there are several trees made of paper and wire, a treasure chest made of clay, and a 1½-inch dragon skeleton. The skeleton stands in a different position each time the box is examined but it does not move while being observed.</p>
<p>While you carry the diorama, you have <em>advantage</em> on <em>saving throws</em> against Frightful Presence.</p>
<p>A successful DC 13 Arcana or Nature check reveals the skeleton is an actual dragon skeleton that has been shrunk to fit inside the box. </p>
<p><strong>Curse.</strong> While carrying the cursed diorama you are compelled to amass more wealth. As long as you are compelled, you must succeed on a DC 13 Charisma <em>saving throw</em> to willingly part with the diorama, even temporarily.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/draconic-diorama-a5e.md">Markdown Format</a></p>
</body>
</html>