43 lines
1.7 KiB
HTML
43 lines
1.7 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;
|
|||
|
|
}
|
|||
|
|
table {
|
|||
|
|
border-collapse: collapse; /* Ensure that borders are not double */
|
|||
|
|
width: 100%; /* Optional: makes the table take up the full width */
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
th, td {
|
|||
|
|
border: 1px solid black; /* Adds a 1px solid black border around each cell */
|
|||
|
|
text-align: left; /* Optional: aligns text to the left */
|
|||
|
|
padding: 2px;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<title>Verdant Fang</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Verdant Fang</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Rarity:</strong> Uncommon</li>
|
|||
|
|
<li><strong>Type:</strong> Wondrous Item</li>
|
|||
|
|
<li><strong>Attunement:</strong> Yes</li>
|
|||
|
|
<li><strong>Source:</strong> Level Up A5E</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You can attune to this item only if you’re in the good graces of the green dragon who granted it to you. You attune to the fang by pressing it into your mouth, whereupon it replaces one of your canine teeth. While attuned to the fang, you can speak and understand Draconic, and you can use an action to breathe a 15-foot cone of poison gas. Creatures in the area must make a DC 12 Constitution <em>saving throw</em> , taking 4d6 poison damage on a failed save or half the damage on a success. You can’t use this property again until you finish a <em>long rest</em> .</p>
|
|||
|
|
<p>As an action, you can bite down on the fang, destroying it. Doing so sends a mental distress signal to the dragon who granted you the fang; the dragon immediately learns where you are and will come to your aid.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/verdant-fang-a5e.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|