Files
5ead/spells/html/level_up_advanced_5e/fabricate-a5e.html

56 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;
}
ul, ol {
padding-left: 20px;
margin-left: 0;
}
li {
margin-left: 0; /* Remove margin from li */
}
table {
border-collapse: collapse;
}
th, td {
border: 1px solid black;
padding: 5px;
text-align: left;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Fabricate</title>
</head>
<body>
<h1>Fabricate</h1>
<ul>
<li><strong>Level</strong>: 4 Transmutation</li>
<li><strong>Classes</strong>: Artificer, Wizard</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 120 feet</li>
<li><strong>Components</strong>: V, S</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>You convert raw materials into finished items of the same material. For example, you can fabricate a pitcher from a lump of clay, a bridge from a pile of lumber or group of trees, or rope from a patch of hemp.</p>
<p>When you cast the spell, select raw materials you can see within range. From them, the spell fabricates a Large or smaller object (contained within a single 10-foot cube or up to eight connected 5-foot cubes) given a sufficient quantity of raw material. When fabricating with metal, stone, or another mineral substance, the fabricated object can be no larger than Medium (contained within a single 5-foot cube). The quality of any objects made with the spell is equivalent to the quality of the raw materials.</p>
<p>Creatures or magic items can't be created or used as materials with this spell. It also may not be used to create items that require highly-specialized craftsmanship such as armor, weapons, clockworks, glass, or jewelry unless you have proficiency with the type of artisan's tools needed to craft such objects.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/fabricate-a5e.md">Markdown Format</a></p>
</body>
</html>