83 lines
2.6 KiB
HTML
83 lines
2.6 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>Confusion</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Confusion</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 4 Enchantment</li>
|
|||
|
|
<li><strong>Classes</strong>: Bard, Cleric, Druid, Sorcerer, Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 90 feet</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M (Three walnut shells.)</li>
|
|||
|
|
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
|||
|
|
<li><strong>Source</strong>: 5.1 SRD (D&D 2014)</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>This spell assaults and twists creatures' minds, spawning delusions and provoking uncontrolled action. Each creature in a 10 foot radius sphere centered on a point you choose within range must succeed on a Wisdom saving throw when you cast this spell or be affected by it.</p>
|
|||
|
|
<p>An affected target can't take reactions and must roll a d10 at the start of each of its turns to determine its behavior for that turn.</p>
|
|||
|
|
<table>
|
|||
|
|
<thead>
|
|||
|
|
<tr>
|
|||
|
|
<th>d10</th>
|
|||
|
|
<th>Behavior</th>
|
|||
|
|
</tr>
|
|||
|
|
</thead>
|
|||
|
|
<tbody>
|
|||
|
|
<tr>
|
|||
|
|
<td>1</td>
|
|||
|
|
<td>The creature uses all its movement to move in a random direction. To determine the direction, roll a d8 and assign a direction to each die face. The creature doesn’t take an action this turn.</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>2-6</td>
|
|||
|
|
<td>The creature doesn’t move or take actions this turn.</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>7-8</td>
|
|||
|
|
<td>The creature uses its action to make a melee attack against a randomly determined creature within its reach. If there is no creature within its reach, the creature does nothing this turn.</td>
|
|||
|
|
</tr>
|
|||
|
|
<tr>
|
|||
|
|
<td>9-10</td>
|
|||
|
|
<td>The creature can act and move normally.</td>
|
|||
|
|
</tr>
|
|||
|
|
</tbody>
|
|||
|
|
</table>
|
|||
|
|
<p>At the end of each of its turns, an affected target can make a Wisdom saving throw. If it succeeds, this effect ends for that target.</p>
|
|||
|
|
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 5th level or higher, the radius of the sphere increases by 5 feet for each slot level above 4th.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/confusion.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|