56 lines
1.8 KiB
HTML
56 lines
1.8 KiB
HTML
|
|
|
|||
|
|
<!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>Faithful Hound</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Faithful Hound</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 4 Conjuration</li>
|
|||
|
|
<li><strong>Classes</strong>: Wizard</li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: 30 feet</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M</li>
|
|||
|
|
<li><strong>Duration</strong>: 8 hours</li>
|
|||
|
|
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You conjure a phantasmal watchdog. Until the spell ends, the hound remains in the area unless you spend an action to dismiss it or you move more than 100 feet away from it.</p>
|
|||
|
|
<p>The hound is invisible except to you and can't be harmed. When a Small or larger creature enters the area without speaking a password you specify when casting the spell, the hound starts barking loudly. The hound sees invisible creatures, can see into the Ethereal Plane, and is immune to illusions.</p>
|
|||
|
|
<p>At the start of each of your turns, the hound makes a bite attack against a hostile creature of your choice that is within the area, using your spell attack bonus and dealing 4d8 piercing damage on a hit.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/faithful-hound-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|