Files
5ead/magic_items/html/level_up_a5e/blackbird-pie-a5e.html

42 lines
1.6 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>Blackbird Pie</title>
</head>
<body>
<h1>Blackbird Pie</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 item appears to be a freshly baked pie in a tin. When the crust is fully punctured the pie explodes as 24 magic blackbirds fly out and flit through the air in a 20-foot radius for 2d4 rounds, at which point the birds and the pie disappear. A creature that starts its turn in the area or first enters into the area on its turn makes a DC 15 Dexterity <em>saving throw</em> , taking 1 slashing damage on a failure. A creature damaged by the blackbirds has <em>disadvantage</em> on ability checks and <em>attack rolls</em> until the beginning of its next turn. The blackbirds are magical and cannot be interacted with like normal animals, and attacking them has no effect.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/blackbird-pie-a5e.md">Markdown Format</a></p>
</body>
</html>