Files
5ead/spells/html/5e_core_rules/heroes-feast.html

50 lines
1.8 KiB
HTML
Raw Permalink Normal View History

2025-06-07 07:58:30 -05:00
<!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;
}
</style>
<title>Heroes' Feast</title>
</head>
<body>
<h1>Heroes' Feast</h1>
<ul>
<li><strong>Level</strong>: 6</li>
<li><strong>Classes</strong>: Cleric, Druid</li>
<li><strong>Casting Time</strong>: 10 minutes</li>
<li><strong>Range</strong>: 30 feet</li>
<li><strong>Components</strong>: V, S, M (A gem-encrusted bowl worth at least 1,000gp, which the spell consumes.)</li>
<li><strong>Duration</strong>: Instantaneous</li>
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
</ul>
<p>You bring forth a great feast, including magnificent food and drink. The feast takes 1 hour to consume and disappears at the end of that time, and the beneficial effects don't set in until this hour is over. Up to twelve other creatures can partake of the feast. A creature that partakes of the feast gains several benefits. The creature is cured of all diseases and poison, becomes immune to poison and being frightened, and makes all wisdom saving throws with advantage. Its hit point maximum also increases by 2d10, and it gains the same number of hit points. These benefits last for 24 hours.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5e_core_rules/heroes-feast.md">Markdown Format</a></p>
</body>
</html>