56 lines
2.0 KiB
HTML
56 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>Song of the Forest</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Song of the Forest</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 3 transmutation</li>
|
|||
|
|
<li><strong>Classes</strong>: Druid, Ranger, Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 10 minutes</li>
|
|||
|
|
<li><strong>Range</strong>: Self</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M (a dried leaf, crumpled and released)</li>
|
|||
|
|
<li><strong>Duration</strong>: Concentration, up to 10 minutes</li>
|
|||
|
|
<li><strong>Source</strong>: Deep Magic 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You attune your senses to the natural world, so that you detect every sound that occurs within 60 feet: wind blowing through branches, falling leaves, grazing deer, trickling streams, and more. You can clearly picture the source of each sound in your mind. The spell gives you tremorsense out to a range of 10 feet. In addition, you have advantage on Wisdom (Perception) checks that rely on hearing. Creatures that make no noise or that are magically silent cannot be detected by this spell’s effect.</p>
|
|||
|
|
<p><strong>Song of the forest</strong> functions only in natural environments; it fails if cast underground, in a city, or in a building that isolates the caster from nature (GM’s discretion).</p>
|
|||
|
|
<p><strong><em>Ritual Focus.</em></strong> If you expend your ritual focus, the spell also gives you blindsight out to a range of 30 feet.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/song-of-the-forest.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|