Files
5ead/magic_items/html/level_up_a5e/inkpot-of-the-thrifty-apprentice-a5e.html

44 lines
2.1 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>Inkpot of the Thrifty Apprentice</title>
</head>
<body>
<h1>Inkpot of the Thrifty Apprentice</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 appears to be nothing more than a mundane pot of ink. When you speak the command word and use a bonus action to expend 1 charge, it fills with enough high quality and particularly durable ink of the color of your choice to fill 50 pages of parchment. This ink is extremely hard to remove from any surface, including cloth or flesh, and often takes many days and washings to clean away. The ink cannot be used to inscribe spells, and when removed from the pot with anything but a quill the ink instantly dries. </p>
<p>When you speak another command word and expend all 3 charges as an action, a 15-foot cone of ink erupts from the inkpot, coating anything and everything that it hits. Creatures in the area make a DC 10 Dexterity <em>saving throw</em> . On a failure, a creature is <em>blinded</em> until it spends an action cleaning the ink away from its eyes. </p>
<p>The inkpot has 3 charges and regains 1d3 charges each dawn. If you expend the last charge, roll a d20. On a 5 or less, the inkpot loses its magic and becomes a mundane item.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/inkpot-of-the-thrifty-apprentice-a5e.md">Markdown Format</a></p>
</body>
</html>