Files
5ead/magic_items/html/level_up_a5e/bicycle-bell-of-flight-a5e.html

44 lines
1.9 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>Bicycle Bell of Flight</title>
</head>
<body>
<h1>Bicycle Bell of Flight</h1>
<ul>
<li><strong>Rarity:</strong> Rare</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 beautifully-filigreed bell can turn into a mundane bicycle of Small or Medium size (chosen at the time of creation) when you activate it as an action. Returning the bicycle to bell form also requires an action.</p>
<p>While riding this bicycle, you can ring its bell to gain a flying speed of 50 feet and the ability to hover. You can use the bike to fly for 2 hours, expending at least 10 minutes worth of time with each use. If you are flying when the time runs out, you fall at a rate of 60 feet and take no damage from landing. The bell regains 1 hour of flying time for every 12 hours it is not in use, regardless of which form it is in.</p>
<p><strong><em>Curse.</em></strong> While far from malicious, the magic of the bell is exuberant to a fault. While you are using its flying speed it frequently rings of its own accord, giving you <em>disadvantage</em> on Stealth checks.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/bicycle-bell-of-flight-a5e.md">Markdown Format</a></p>
</body>
</html>