Files
5ead/spells/html/srd_2024/mass-suggestion.html

51 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;
}
</style>
<title>Mass Suggestion</title>
</head>
<body>
<h1>Mass Suggestion</h1>
<ul>
<li><strong>Level</strong>: 6 Enchantment</li>
<li><strong>Classes</strong>: Bard, Sorcerer, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 60 feet</li>
<li><strong>Components</strong>: V, M (a snake's tongue)</li>
<li><strong>Duration</strong>: 24 hour</li>
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
</ul>
<p>You suggest a course of activity—described in no more than 25 words—to twelve or fewer creatures you can see within range that can hear and understand you. The suggestion must sound achievable and not involve anything that would obviously deal damage to any of the targets or their allies. For example, you could say, "Walk to the village down that road, and help the villagers there harvest crops until sunset." Or you could say, "Now is not the time for violence. Drop your weapons, and dance! Stop in an hour." Each target must succeed on a Wisdom saving throw or have the Charmed condition for the duration or until you or your allies deal damage to the target. Each Charmed target pursues the suggestion to the best of its ability. The suggested activity can continue for the entire duration, but if the suggested activity can be completed in a shorter time, the spell ends for a target upon completing it.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> The duration is longer with a spell slot of level 7 (10 days), 8 (30 days), or 9 (366 days).</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/srd_2024/mass-suggestion.md">Markdown Format</a></p>
</body>
</html>