Files
5ead/magic_items/html/level_up_a5e/amber-wings-a5e.html

42 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>Amber Wings</title>
</head>
<body>
<h1>Amber Wings</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This pair of amber dragonfly wings holds the memories of a native of the Dreaming who befriended several insect companions. You can speak with insects when carrying the wings in your hand or wearing them as a piece of jewelry. When you speak the name of the fey creature whose memories lie within the wings, you briefly experience the sensation of flying atop a giant dragonfly. For 1 minute after speaking the name, you can glide up to 60 feet per round. This functions as though you have a fly speed of 60 feet, but you can only travel horizontally or on a downward slant. The wings crumble to dust after the gliding effect ends.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/amber-wings-a5e.md">Markdown Format</a></p>
</body>
</html>