Files
5ead/magic_items/html/level_up_a5e/seeds-of-necessity-a5e.html

44 lines
2.2 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>Seeds of Necessity</title>
</head>
<body>
<h1>Seeds of Necessity</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>In the groves of particularly friendly and sociable druids the plants themselves become helpful and eager to please, their valuable seeds able to grow into whatever shape is required. A pouch of <em>seeds of necessity</em> contains 1d10 coin-sized seeds. When you plant one of these seeds in soil and water it while you picture in your mind an object which you desire, over the course of one minute the seed grows into a simple wooden object no larger than a 10-foot-cube that closely matches the picture in your mind (common uses include a ladder, a sturdy table, a throne, a barrel, a cart wheel, or a rowboat). The seed is consumed as it grows into the object.</p>
<p>The seed cannot grow into an object with moving parts, but several seeds can be grown into a combination of objects which could be used to construct a more complicated shape, such as a cart made from a tray with four wheels, or a row boat and two oars.</p>
<p>When you plant and water a <em>seed of necessity</em>, roll a d100. On a result of 100, instead of the object you requested, a friendly <em>awakened shrub</em> grows in its place. On a result of 13 or less, the seed was a bad seed and instead grows into a hostile <em>awakened tree</em> .</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/seeds-of-necessity-a5e.md">Markdown Format</a></p>
</body>
</html>