Files
5ead/spells/html/5e_core_rules/feather-fall.html

50 lines
1.4 KiB
HTML
Raw Permalink 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>Feather Fall</title>
</head>
<body>
<h1>Feather Fall</h1>
<ul>
<li><strong>Level</strong>: 1</li>
<li><strong>Classes</strong>: 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 (A small feather or a piece of down.)</li>
<li><strong>Duration</strong>: 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>Choose up to five falling creatures within range. A falling creature's rate of descent slows to 60 feet per round until the spell ends. If the creature lands before the spell ends, it takes no falling damage and can land on its feet, and the spell ends for that creature.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5e_core_rules/feather-fall.md">Markdown Format</a></p>
</body>
</html>