55 lines
2.1 KiB
HTML
55 lines
2.1 KiB
HTML
|
||
<!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>Creation</title>
|
||
</head>
|
||
<body>
|
||
<h1>Creation</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 5 Illusion</li>
|
||
<li><strong>Classes</strong>: Sorcerer, Wizard</li>
|
||
<li><strong>Casting Time</strong>: minute</li>
|
||
<li><strong>Range</strong>: 30 feet</li>
|
||
<li><strong>Components</strong>: V, S, M (a paintbrush)</li>
|
||
<li><strong>Duration</strong>: special</li>
|
||
<li><strong>Source</strong>: 5.2 SRD (D&D 2024)</li>
|
||
</ul>
|
||
<p>You pull wisps of shadow material from the Shadowfell to create an object within range. It is either an object of vegetable matter (soft goods, rope, wood, and the like) or mineral matter (stone, crystal, metal, and the like). The object must be no larger than a 5-foot Cube, and the object must be of a form and material that you have seen. The spell's duration depends on the object's material, as shown in the Materials table. If the object is composed of multiple materials, use the shortest duration. Using any object created by this spell as another spell's Material component causes the other spell to fail. Table: Materials | Material | Duration | |-----------------------|------------| | Vegetable matter | 24 hours | | Stone or crystal | 12 hours | | Precious metals | 1 hour | | Gems | 10 minutes | | Adamantine or mithral | 1 minute |</p>
|
||
<p><strong>Using a Higher-Level Spell Slot.</strong> The Cube increases by 5 feet for each spell slot level above 5.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.2_srd_(d&d_2024)/creation.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|