51 lines
1.7 KiB
HTML
51 lines
1.7 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;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<title>Insect Plague</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Insect Plague</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 5 Conjuration</li>
|
|||
|
|
<li><strong>Classes</strong>: Cleric, Druid, Sorcerer</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 300 feet</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M (a locust)</li>
|
|||
|
|
<li><strong>Duration</strong>: Concentration, 10 minute</li>
|
|||
|
|
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
|||
|
|
</ul>
|
|||
|
|
<p>Swarming locusts fill a 20-foot-radius Sphere centered on a point you choose within range. The Sphere remains for the duration, and its area is Lightly Obscured and Difficult Terrain. When the swarm appears, each creature in it makes a Constitution saving throw, taking 4d10 Piercing damage on a failed save or half as much damage on a successful one. A creature also makes this save when it enters the spell's area for the first time on a turn or ends its turn there. A creature makes this save only once per turn.</p>
|
|||
|
|
<p><strong>Using a Higher-Level Spell Slot.</strong> The damage increases by 1d10 for each spell slot level above 5.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/insect-plague.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|