85 lines
2.1 KiB
HTML
85 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>Snow Boulder</title>
|
||
</head>
|
||
<body>
|
||
<h1>Snow Boulder</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 4 transmutation</li>
|
||
<li><strong>Classes</strong>: Druid, Ranger</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 90 feet</li>
|
||
<li><strong>Components</strong>: V, S, M (a handful of snow)</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 4 rounds</li>
|
||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||
</ul>
|
||
<p>A ball of snow forms 5 feet away from you and rolls in the direction you point at a speed of 30 feet, growing larger as it moves. To roll the boulder into a creature, you must make a successful ranged spell attack. If the boulder hits, the creature must make a successful Dexterity saving throw or be knocked prone and take the damage indicated below. Hitting a creature doesn’t stop the snow boulder’s movement or impede its growth, as long as you continue to maintain concentration on the effect. When the spell ends, the boulder stops moving.</p>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th>Round</th>
|
||
<th>Size</th>
|
||
<th>Damage</th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>1</td>
|
||
<td>Small</td>
|
||
<td>1d6 bludgeoning</td>
|
||
</tr>
|
||
<tr>
|
||
<td>2</td>
|
||
<td>Medium</td>
|
||
<td>2d6 bludgeoning</td>
|
||
</tr>
|
||
<tr>
|
||
<td>3</td>
|
||
<td>Large</td>
|
||
<td>4d6 bludgeoning</td>
|
||
</tr>
|
||
<tr>
|
||
<td>4</td>
|
||
<td>Huge</td>
|
||
<td>6d6 bludgeoning</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/snow-boulder.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|