63 lines
1.9 KiB
HTML
63 lines
1.9 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>Thaumaturgy</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Thaumaturgy</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: Cantrip Transmutation</li>
|
|||
|
|
<li><strong>Classes</strong>: Cleric, Herald</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 30 feet</li>
|
|||
|
|
<li><strong>Components</strong>: V</li>
|
|||
|
|
<li><strong>Duration</strong>: 1 minute</li>
|
|||
|
|
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You draw upon divine power and create a minor divine effect. When you cast the spell, choose one of the following:</p>
|
|||
|
|
<ul>
|
|||
|
|
<li>Your voice booms up to three times louder than normal</li>
|
|||
|
|
<li>You cause flames to flicker, brighten, dim, or change color</li>
|
|||
|
|
<li>You send harmless tremors throughout the ground.</li>
|
|||
|
|
<li>You create an instantaneous sound, like ethereal chimes, sinister laughter, or a dragon's roar at a point of your choosing within range.</li>
|
|||
|
|
<li>You instantaneously cause an unlocked door or window to fly open or slam shut.</li>
|
|||
|
|
<li>You alter the appearance of your eyes.</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>Lingering effects last until the spell ends. If you cast this spell multiple times, you can have up to 3 of the lingering effects active at a time, and can dismiss an effect at any time on your turn.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/thaumaturgy-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|