initial commit
This commit is contained in:
49
spells/html/5e_core_rules/finger-of-death.html
Normal file
49
spells/html/5e_core_rules/finger-of-death.html
Normal file
@@ -0,0 +1,49 @@
|
||||
|
||||
<!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>Finger of Death</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Finger of Death</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 7</li>
|
||||
<li><strong>Classes</strong>: Sorcerer, 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>: Instantaneous</li>
|
||||
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
|
||||
</ul>
|
||||
<p>You send negative energy coursing through a creature that you can see within range, causing it searing pain. The target must make a constitution saving throw. It takes 7d8 + 30 necrotic damage on a failed save, or half as much damage on a successful one. A humanoid killed by this spell rises at the start of your next turn as a zombie that is permanently under your command, following your verbal orders to the best of its ability.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5e_core_rules/finger-of-death.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user