Files

61 lines
2.3 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;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Enhance Ability</title>
</head>
<body>
<h1>Enhance Ability</h1>
<ul>
<li><strong>Level</strong>: 2 Transmutation</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Sorcerer</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: Touch</li>
<li><strong>Components</strong>: V, S, M (Fur or a feather from a beast.)</li>
<li><strong>Duration</strong>: Concentration, up to 1 hour</li>
<li><strong>Source</strong>: 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>You touch a creature and bestow upon it a magical enhancement. Choose one of the following effects; the target gains that effect until the spell ends.</p>
<p><strong>Bear's Endurance.</strong> The target has advantage on constitution checks. It also gains 2d6 temporary hit points, which are lost when the spell ends.</p>
<p><strong>Bull's Strength.</strong> The target has advantage on strength checks, and his or her carrying capacity doubles.</p>
<p><strong>Cat's Grace.</strong> The target has advantage on dexterity checks. It also doesn't take damage from falling 20 feet or less if it isn't incapacitated.</p>
<p><strong>Eagle's Splendor.</strong> The target has advantage on Charisma checks</p>
<p><strong>Fox's Cunning.</strong> The target has advantage on intelligence checks.</p>
<p><strong>Owl's Wisdom.</strong> The target has advantage on wisdom checks.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 3rd level or higher, you can target one additional creature for each slot level above 2nd.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/enhance-ability.md">Markdown Format</a></p>
</body>
</html>