63 lines
1.8 KiB
HTML
63 lines
1.8 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>Commune with Nature</title>
|
||
</head>
|
||
<body>
|
||
<h1>Commune with Nature</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 5 Divination</li>
|
||
<li><strong>Classes</strong>: Druid, Warlock</li>
|
||
<li><strong>Casting Time</strong>: 1 minute</li>
|
||
<li><strong>Range</strong>: self</li>
|
||
<li><strong>Components</strong>: V, S</li>
|
||
<li><strong>Duration</strong>: Instantaneous</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>Until the spell ends, your spirit bonds with that of nature and you learn about the surrounding land.</p>
|
||
<p>When cast outdoors the spell reaches 3 miles around you, and in natural underground settings it reaches only 300 feet. The spell fails if you are in a heavily constructed area, such as a dungeon or town.</p>
|
||
<p>You learn up to 3 facts of your choice about the surrounding area:</p>
|
||
<ul>
|
||
<li>Terrain and bodies of water</li>
|
||
<li>Common flora, fauna, minerals, and peoples</li>
|
||
<li>Any unnatural creatures in the area</li>
|
||
<li>Weaknesses in planar boundaries</li>
|
||
<li>Built structures</li>
|
||
</ul>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/commune-with-nature-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|