Files
5ead/magic_items/html/level_up_a5e/marvelous-pigments-a5e.html

50 lines
2.4 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>Marvelous Pigments</title>
</head>
<body>
<h1>Marvelous Pigments</h1>
<ul>
<li><strong>Rarity:</strong> Very Rare</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 boxed set of iridescent paints can be used to create inanimate objects, terrain features, doors, and even rooms with nothing but the stroke of a brush. When you touch the brush to a surface and concentrate on the image of the item you want to create, the paint flows from the brush, creating a painting. When complete, the object depicted becomes a real, three-dimensional object. </p>
<ul>
<li>Small, simple objects take a single round. Larger objects, like doors or rooms, take more time. It takes 1 minute of concentration to cover 10 square feet of a surface, and 10 minutes to cover 100 square feet of a surface.</li>
<li>Objects created by the pigment are real and nonmagical—a door painted on a wall can be opened into whatever lies beyond. A pit becomes a real pit (be sure and note the depth for your total area). A tree will bloom and grow.</li>
<li>Objects created by the pigments are worth a maximum of 25 gold. Gemstones or fine clothing created by these pigments might look authentic, but close inspection reveals they are facsimiles made from cheaper materials.</li>
<li>When found the box contains 1d4 pots of pigment.</li>
<li>A pot of pigment can cover 1,000 square feet of a surface, creating a total area of 10,000 cubic feet of objects.</li>
<li>Energy created by the paints, such as a burst of radiant light or a wildfire, dissipates harmlessly and does not deal any damage.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/marvelous-pigments-a5e.md">Markdown Format</a></p>
</body>
</html>