Files
5ead/spells/html/deep_magic_5e/hunger-of-leng.html
2025-06-07 07:58:30 -05:00

56 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Hunger of Leng</title>
</head>
<body>
<h1>Hunger of Leng</h1>
<ul>
<li><strong>Level</strong>: 4 enchantment</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Paladin, Ranger, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 action</li>
<li><strong>Range</strong>: 90 feet</li>
<li><strong>Components</strong>: V, S, M (a pinch of salt and a drop of the casters blood)</li>
<li><strong>Duration</strong>: 1 minute</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You curse a creature that you can see in range with an insatiable, ghoulish appetite. If it has a digestive system, the creature must make a successful Wisdom saving throw or be compelled to consume the flesh of living creatures for the duration.</p>
<p>The target gains a bite attack and moves to and attacks the closest creature that isnt an undead or a construct. The target is proficient with the bite, and it adds its Strength modifier to the attack and damage rolls. The damage is piercing and the damage die is a d4. If the target is larger than Medium, its damage die increases by 1d4 for each size category it is above Medium. In addition, the target has advantage on melee attack rolls against any creature that doesnt have all of its hit points.</p>
<p>If there isnt a viable creature within range for the target to attack, it deals piercing damage to itself equal to 2d4 + its Strength modifier. The target can repeat the saving throw at the end of each of its turns, ending the effect on a success. If the target has two consecutive failures, <strong>hunger of Leng</strong> lasts its full duration with no further saving throws allowed.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/hunger-of-leng.md">Markdown Format</a></p>
</body>
</html>