57 lines
2.1 KiB
HTML
57 lines
2.1 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>Blade of Wrath</title>
|
||
</head>
|
||
<body>
|
||
<h1>Blade of Wrath</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 3 evocation</li>
|
||
<li><strong>Classes</strong>: Cleric, Paladin, Warlock, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 bonus action</li>
|
||
<li><strong>Range</strong>: Self</li>
|
||
<li><strong>Components</strong>: V, S, M (a rebuke of evil, written in Celestial)</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 10 minutes</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>You create a sword of pure white fire in your free hand. The blade is similar in size and shape to a longsword, and it lasts for the duration. The blade disappears if you let go of it, but you can call it forth again as a bonus action.</p>
|
||
<p>You can use your action to make a melee spell attack with the blade. On a hit, the target takes 2d8 fire damage and 2d8 radiant damage. An aberration, fey, fiend, or undead creature damaged by the blade must succeed on a Wisdom saving throw or be frightened until the start of your next turn.</p>
|
||
<p>The blade sheds bright light in a 20-foot radius and dim light for an additional 20 feet.</p>
|
||
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 4th level or higher, either the fire damage or the radiant damage (your choice) increases by 1d8 for each slot level above 3rd.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/blade-of-wrath.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|