55 lines
1.6 KiB
HTML
55 lines
1.6 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>Feather Fall</title>
|
||
</head>
|
||
<body>
|
||
<h1>Feather Fall</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 1 Transmutation</li>
|
||
<li><strong>Classes</strong>: Artificer, Bard, Sorcerer, Wizard</li>
|
||
<li><strong>Casting Time</strong>: 1 reaction</li>
|
||
<li><strong>Range</strong>: 60 feet</li>
|
||
<li><strong>Components</strong>: V, M</li>
|
||
<li><strong>Duration</strong>: 1 minute</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>Magic slows the descent of each target. Until the spell ends, a target's rate of descent slows to 60 feet per round. If a target lands before the spell ends, it takes no falling damage and can land on its feet, ending the spell for that target.</p>
|
||
<p><strong>Using a Higher-Level Spell Slot.</strong> When using a 2nd-level spell slot, targets can move horizontally 1 foot for every 1 foot they descend, effectively gliding through the air until they land or the spell ends.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/feather-fall-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|