57 lines
1.8 KiB
HTML
57 lines
1.8 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>Feeblemind</title>
|
||
</head>
|
||
<body>
|
||
<h1>Feeblemind</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 8 Enchantment</li>
|
||
<li><strong>Classes</strong>: Bard, Warlock, 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>: Instantaneous</li>
|
||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||
</ul>
|
||
<p>You blast the target's mind, attempting to crush its intellect and sense of self. The target takes 4d6 psychic damage.</p>
|
||
<p>On a failed save, until the spell ends the creature's Intelligence and Charisma scores are both reduced to 1. The creature can't cast spells, activate magic items, understand language, or communicate in any intelligible way, but it is still able to recognize, follow, and even protect its allies.</p>
|
||
<p>At the end of every 30 days, the creature can repeat its saving throw against this spell, ending it on a success.</p>
|
||
<p><em>Greater restoration</em>, <em>heal</em>, or <em>wish</em> can also be used to end the spell.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/feeblemind-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|