initial commit
This commit is contained in:
49
spells/html/5e_core_rules/resurrection.html
Normal file
49
spells/html/5e_core_rules/resurrection.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>Resurrection</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Resurrection</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 7</li>
|
||||
<li><strong>Classes</strong>: Bard, Cleric</li>
|
||||
<li><strong>Casting Time</strong>: 1 hour</li>
|
||||
<li><strong>Range</strong>: Touch</li>
|
||||
<li><strong>Components</strong>: V, S, M (A diamond worth at least 1,000gp, which the spell consumes.)</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 touch a dead creature that has been dead for no more than a century, that didn't die of old age, and that isn't undead. If its soul is free and willing, the target returns to life with all its hit points. This spell neutralizes any poisons and cures normal diseases afflicting the creature when it died. It doesn't, however, remove magical diseases, curses, and the like; if such effects aren't removed prior to casting the spell, they afflict the target on its return to life. This spell closes all mortal wounds and restores any missing body parts. Coming back from the dead is an ordeal. The target takes a -4 penalty to all attack rolls, saving throws, and ability checks. Every time the target finishes a long rest, the penalty is reduced by 1 until it disappears. Casting this spell to restore life to a creature that has been dead for one year or longer taxes you greatly. Until you finish a long rest, you can't cast spells again, and you have disadvantage on all attack rolls, ability checks, and saving throws.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5e_core_rules/resurrection.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user