Files
5ead/magic_items/html/level_up_a5e/pumpkin-bomb-a5e.html

44 lines
1.8 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>Pumpkin Bomb</title>
</head>
<body>
<h1>Pumpkin Bomb</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</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 pale white pumpkin is small enough to fit in the palm of a human hand. A macabre, grinning face is carved into one side, and a candle within burns an eerie purple flame. While its candle is lit, this pumpkin lantern shines <em>dim light</em> in a 10-foot radius. The lanterns candle burns for 1 minute, after which the pumpkin instantly rots and loses its magic.</p>
<p>Undead must make a DC 12 Wisdom <em>saving throw</em> when entering the radius or when beginning their turn within the pumpkins light, taking 3d6 radiant damage on a failed save or half as much on a success. Incorporeal undead have <em>disadvantage</em> on this saving throw.</p>
<p>The pumpkin has AC 8 and 2 hit points. If the pumpkin is destroyed, all undead within 10 feet of it must make a DC 12 Wisdom <em>saving throw</em> , taking 6d6 radiant damage on a failed save or half as much on a success.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/pumpkin-bomb-a5e.md">Markdown Format</a></p>
</body>
</html>