initial commit
This commit is contained in:
57
spells/html/deep_magic_5e/raid-the-lair.html
Normal file
57
spells/html/deep_magic_5e/raid-the-lair.html
Normal file
@@ -0,0 +1,57 @@
|
||||
|
||||
<!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>Raid the Lair</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Raid the Lair</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 4 abjuration</li>
|
||||
<li><strong>Classes</strong>: Bard, Ranger, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 10 minutes</li>
|
||||
<li><strong>Range</strong>: Self</li>
|
||||
<li><strong>Components</strong>: V, S, M (a piece of the dragon whose lair you are raiding)</li>
|
||||
<li><strong>Duration</strong>: Concentration, up to 1 hour</li>
|
||||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||||
</ul>
|
||||
<p>You create an invisible circle of protective energy centered on yourself with a radius of 10 feet. This field moves with you. The caster and all allies within the energy field are protected against dragons’ lair actions.
|
||||
* Attack rolls resulting directly from lair actions are made with disadvantage.
|
||||
* Saving throws resulting directly from lair actions are made with advantage, and damage done by these lair actions is halved.
|
||||
* Lair actions occur on an initiative count 10 lower than normal.</p>
|
||||
<p>The caster has advantage on Constitution saving throws to maintain concentration on this spell.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/raid-the-lair.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user