58 lines
1.9 KiB
HTML
58 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>Stinking Cloud</title>
|
||
</head>
|
||
<body>
|
||
<h1>Stinking Cloud</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 3 Conjuration</li>
|
||
<li><strong>Classes</strong>: Bard, Sorcerer, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: 120 feet</li>
|
||
<li><strong>Components</strong>: V, S, M</li>
|
||
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>You create a roiling, noxious cloud that hinders creatures and leaves them retching. The cloud spreads around corners and lingers in the air until the spell ends.</p>
|
||
<p>The area is heavily obscured. A creature in the area at the start of its turn makes a Constitution saving throw or uses its action to retch and reel.</p>
|
||
<p>Creatures that don't need to breathe or are immune to poison automatically succeed on the save.</p>
|
||
<p>A moderate wind (10 miles per hour) disperses the cloud after 4 rounds, a strong wind (20 miles per hour) after 1 round.</p>
|
||
<p><strong>Using a Higher-Level Spell Slot.</strong> The spell's area increases by 5 feet for every 2 slot levels above 3rd.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/stinking-cloud-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|