Files
5ead/spells/html/5e_core_rules/moonbeam.html

51 lines
2.1 KiB
HTML
Raw Normal View History

2025-06-07 07:58:30 -05:00
<!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;
}
</style>
<title>Moonbeam</title>
</head>
<body>
<h1>Moonbeam</h1>
<ul>
<li><strong>Level</strong>: 2</li>
<li><strong>Classes</strong>: Druid, Paladin</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 120 feet</li>
<li><strong>Components</strong>: V, S, M (Several seeds of any moonseed plant and a piece of opalescent feldspar.)</li>
<li><strong>Duration</strong>: Up to 1 minute</li>
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
</ul>
<p>A silvery beam of pale light shines down in a 5-foot-radius, 40-foot-high cylinder centered on a point within range. Until the spell ends, dim light fills the cylinder. When a creature enters the spell's area for the first time on a turn or starts its turn there, it is engulfed in ghostly flames that cause searing pain, and it must make a constitution saving throw. It takes 2d10 radiant damage on a failed save, or half as much damage on a successful one. A shapechanger makes its saving throw with disadvantage. If it fails, it also instantly reverts to its original form and can't assume a different form until it leaves the spell's light. On each of your turns after you cast this spell, you can use an action to move the beam 60 feet in any direction.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 3rd level or higher, the damage increases by 1d10 for each slot level above 2nd.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5e_core_rules/moonbeam.md">Markdown Format</a></p>
</body>
</html>