initial commit
This commit is contained in:
86
spells/html/deep_magic_5e/curse-of-incompetence.html
Normal file
86
spells/html/deep_magic_5e/curse-of-incompetence.html
Normal file
@@ -0,0 +1,86 @@
|
||||
|
||||
<!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>Curse of Incompetence</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Curse of Incompetence</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 3 necromancy</li>
|
||||
<li><strong>Classes</strong>: Bard, Cleric, Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 action</li>
|
||||
<li><strong>Range</strong>: 60 feet</li>
|
||||
<li><strong>Components</strong>: V, S</li>
|
||||
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
||||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||||
</ul>
|
||||
<p>By making mocking gestures toward one creature within
|
||||
range that can see you, you leave the creature incapable of
|
||||
performing at its best. If the target fails on an Intelligence
|
||||
saving throw, roll a d4 and refer to the following table to
|
||||
determine what the target does on its turn. An affected
|
||||
target repeats the saving throw at the end of each of its
|
||||
turns, ending the effect on itself on a success or applying
|
||||
the result of another roll on the table on a failure.</p>
|
||||
<table>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>D4</th>
|
||||
<th>RESULT</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>1</td>
|
||||
<td>Target spends its turn shouting mocking words at caster and takes a -5 penalty to its initiative roll.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2</td>
|
||||
<td>Target stands transfixed and blinking, takes no action.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>3</td>
|
||||
<td>Target flees or fights (50 percent chance of each).</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>4</td>
|
||||
<td>Target charges directly at caster, enraged.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/curse-of-incompetence.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user