initial commit
This commit is contained in:
55
spells/html/deep_magic_5e/aspect-of-the-serpent.html
Normal file
55
spells/html/deep_magic_5e/aspect-of-the-serpent.html
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
<!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>Aspect of the Serpent</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Aspect of the Serpent</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 3 transmutation</li>
|
||||
<li><strong>Classes</strong>: Druid, Sorcerer, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 action</li>
|
||||
<li><strong>Range</strong>: Touch</li>
|
||||
<li><strong>Components</strong>: V, S, M (a dried snakeskin)</li>
|
||||
<li><strong>Duration</strong>: Concentration, up to 1 minute</li>
|
||||
<li><strong>Source</strong>: Deep Magic 5e</li>
|
||||
</ul>
|
||||
<p>A creature you touch takes on snakelike aspects for the duration of the spell. Its tongue becomes long and forked, its canine teeth become fangs with venom sacs, and its pupils become sharply vertical. The target gains darkvision with a range of 60 feet and blindsight with a range of 30 feet. As a bonus action when you cast the spell, the target can make a ranged weapon attack with a normal range of 60 feet that deals 2d6 poison damage on a hit.</p>
|
||||
<p>As an action, the target can make a bite attack using either Strength or Dexterity (Melee Weapon Attack: range 5 ft., one creature; Hit: 2d6 piercing damage), and the creature must make a successful DC 14 Constitution saving throw or be paralyzed for 1 minute. A creature paralyzed in this way repeats the saving throw at the end of each of its turns, ending the effect on itself on a success).</p>
|
||||
<p><strong>Using a Higher-Level Spell Slot.</strong> When you cast this spell using a spell slot of 4th level or higher, both the ranged attack and bite attack damage increase by 1d6 for each slot level above 3rd.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/aspect-of-the-serpent.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user