57 lines
2.0 KiB
HTML
57 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>Legend Lore</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Legend Lore</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 5 Divination</li>
|
|||
|
|
<li><strong>Classes</strong>: Bard, Cleric, Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 10 minutes</li>
|
|||
|
|
<li><strong>Range</strong>: self</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M</li>
|
|||
|
|
<li><strong>Duration</strong>: Instantaneous</li>
|
|||
|
|
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You learn significant information about the target. This could range from the most up-todate research, lore forgotten in old tales, or even previously unknown information. The spell gives you additional, more detailed information if you already have some knowledge of the target. The spell will not return any information for items not of legendary renown.</p>
|
|||
|
|
<p>The knowledge you gain is always true, but may be obscured by metaphor, poetic language, or verse.</p>
|
|||
|
|
<p>If you use the spell for a cursed tome, for instance, you may gain knowledge of the dire words spoken by its creator as they brought it into the world.</p>
|
|||
|
|
<p><strong>Using a Higher-Level Spell Slot.</strong> Your intuition surrounding the target is enhanced and you gain advantage on one Investigation check regarding it for each slot level above 6th.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/legend-lore-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|