Files
5ead/spells/html/deep_magic_5e/eldritch-communion.html

57 lines
2.2 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;
}
#monsterTable td:nth-child(4),
#monsterTable th:nth-child(4) {
white-space: nowrap;
}
</style>
<title>Eldritch Communion</title>
</head>
<body>
<h1>Eldritch Communion</h1>
<ul>
<li><strong>Level</strong>: 5 divination</li>
<li><strong>Classes</strong>: Bard, Cleric, Druid, Paladin, Ranger, Sorcerer, Warlock, Wizard</li>
<li><strong>Casting Time</strong>: 1 minute</li>
<li><strong>Range</strong>: Self</li>
<li><strong>Components</strong>: V, S, M (corvid entrails, a dried opium poppy, and a glass dagger)</li>
<li><strong>Duration</strong>: 1 minute</li>
<li><strong>Source</strong>: Deep Magic 5e</li>
</ul>
<p>You contact a Great Old One and ask one question that can be answered with a one-sentence reply no more than twenty words long. You must ask your question before the spell ends. There is a 25 percent chance that the answer contains a falsehood or is misleading in some way. (The GM determines this secretly.)</p>
<p>Great Old Ones have vast knowledge, but they arent omniscient, so if your question pertains to information beyond the Old Ones knowledge, the answer might be vacuous, gibberish, or an angry, “I dont know.”</p>
<p>This also reveals the presence of all aberrations within 300 feet of you. There is a 1-in-6 chance that each aberration you become aware of also becomes aware of you.</p>
<p>If you cast <strong>eldritch communion</strong> two or more times before taking a long rest, there is a cumulative 25 percent chance for each casting after the first that you receive no answer and become afflicted with short-term madness.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/deep_magic_5e/eldritch-communion.md">Markdown Format</a></p>
</body>
</html>