Files
5ead/spells/html/deep_magic_5e/inspiring-speech.html

54 lines
1.8 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>Inspiring Speech</title>
</head>
<body>
<h1>Inspiring Speech</h1>
<ul>
<li><strong>Level</strong>: 4 enchantment</li>
<li><strong>Classes</strong>: Bard, Cleric, Paladin</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 60 Feet</li>
<li><strong>Components</strong>: V</li>
<li><strong>Duration</strong>: 1 hour</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>The verbal component of this spell is a 10-minute-long, rousing speech. At the end of the speech, all your allies within the affected area who heard the speech gain a +1 bonus on attack rolls and advantage on saving throws for 1 hour against effects that cause the charmed or frightened condition. Additionally, each recipient gains temporary hit points equal to your spellcasting ability modifier. If you move farther than 1 mile from your allies or you die, this spell ends. A character can be affected by only one casting of this spell at a time; subsequent, overlapping castings have no additional effect and don't extend the spell's duration.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/inspiring-speech.md">Markdown Format</a></p>
</body>
</html>