Files
5ead/magic_items/html/level_up_a5e/mug-of-warming-a5e.html

43 lines
1.7 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>Mug of Warming</title>
</head>
<body>
<h1>Mug of Warming</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 quilted-patterned mug is perfect for cold winter nights or when caffeinated beverages are a morning necessity. Any liquid poured into the mug is instantly warmed to a piping hot temperature, remaining hot even when poured out. The mug has no effect on any form of magical liquids poured into it.</p>
<p>The mug has 3 charges and regains 1 charge each dawn. You can use an action to expend 1 charge, splashing the contents of the mug into a 5-foot square in a conflagration of flame. Creatures and objects in the area make a DC 10 Dexterity <em>saving throw</em> , taking 1d4 fire damage on a failure. If you expend the last charge, roll a d20. On a result of 5 or less, the mug loses its warming properties and becomes a mundane item.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/mug-of-warming-a5e.md">Markdown Format</a></p>
</body>
</html>