Files
5ead/spells/html/level_up_advanced_5e/programmed-illusion-a5e.html

57 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;
}
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>Programmed Illusion</title>
</head>
<body>
<h1>Programmed Illusion</h1>
<ul>
<li><strong>Level</strong>: 6 Illusion</li>
<li><strong>Classes</strong>: Bard, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 120 feet</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 craft an illusory object, creature, or other effect which executes a scripted performance when a specific condition is met within 30 feet of the area.</p>
<p>You must describe both the condition and the details of the performance upon casting. The trigger must be based on something that can be seen or heard.</p>
<p>Once the illusion triggers, it runs its performance for up to 5 minutes before it disappears and goes dormant for 10 minutes. The illusion is undetectable until then and only reactivates when the condition is triggered and after the dormant period has passed.</p>
<p>A creature can use an action to attempt an Investigation check against your spell save DC to reveal the spell's illusory nature. Physical interactions reveal the illusion for what it is as things can pass through it with ease. A creature aware of the illusion perceives the image as transparent and the sounds it generates hollow.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/programmed-illusion-a5e.md">Markdown Format</a></p>
</body>
</html>