57 lines
2.2 KiB
HTML
57 lines
2.2 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>Simulacrum</title>
|
||
</head>
|
||
<body>
|
||
<h1>Simulacrum</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 7 Illusion</li>
|
||
<li><strong>Classes</strong>: Wizard</li>
|
||
<li><strong>Casting Time</strong>: 12 hours</li>
|
||
<li><strong>Range</strong>: touch</li>
|
||
<li><strong>Components</strong>: V, S, M</li>
|
||
<li><strong>Duration</strong>: Permanent</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>You sculpt an illusory duplicate of the target from ice and snow. The duplicate looks exactly like the target and uses all the statistics of the original, though it is formed without any gear, and has only half of the target's hit point maximum. The duplicate is a creature, can take actions, and be affected like any other creature. If the target is able to cast spells, the duplicate cannot cast spells of 7th-level or higher.</p>
|
||
<p>The duplicate is friendly to you and creatures you designate. It follows your spoken commands, and moves and acts on your turn in combat. It is a static creature and it does not learn, age, or grow, so it never increases in levels and cannot regain any spent spell slots.</p>
|
||
<p>When the simulacrum is damaged you can repair it in an alchemy lab using components worth 100 gold per hit point it regains. The simulacrum remains until it is reduced to 0 hit points, at which point it crumbles into snow and melts away immediately.</p>
|
||
<p>If you cast this spell again, any existing simulacrum you have created with this spell is instantly destroyed.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/simulacrum-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|