54 lines
2.0 KiB
HTML
54 lines
2.0 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>Calm Emotions</title>
|
||
</head>
|
||
<body>
|
||
<h1>Calm Emotions</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 2 Enchantment</li>
|
||
<li><strong>Classes</strong>: Bard, Cleric, Warlock</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 60 feet</li>
|
||
<li><strong>Components</strong>: V, S</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
||
<li><strong>Source</strong>: 5.1 SRD (D&D 2014)</li>
|
||
</ul>
|
||
<p>You attempt to suppress strong emotions in a group of people. Each humanoid in a 20-foot-radius sphere centered on a point you choose within range must make a charisma saving throw; a creature can choose to fail this saving throw if it wishes. If a creature fails its saving throw, choose one of the following two effects. You can suppress any effect causing a target to be charmed or frightened. When this spell ends, any suppressed effect resumes, provided that its duration has not expired in the meantime. Alternatively, you can make a target indifferent about creatures of your choice that it is hostile toward. This indifference ends if the target is attacked or harmed by a spell or if it witnesses any of its friends being harmed. When the spell ends, the creature becomes hostile again, unless the DM rules otherwise.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5.1_srd_(d&d_2014)/calm-emotions.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|