Files
5ead/spells/html/level_up_advanced_5e/animal-messenger-a5e.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>Animal Messenger</title>
</head>
<body>
<h1>Animal Messenger</h1>
<ul>
<li><strong>Level</strong>: 2 Enchantment</li>
<li><strong>Classes</strong>: Bard, Druid</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>: 24 hours</li>
<li><strong>Source</strong>: Level Up Advanced 5e</li>
</ul>
<p>You call a Tiny beast to you, whisper a message to it, and then give it directions to the message's recipient. It is now your messenger.</p>
<p>Specify a location you have previously visited and a recipient who matches a general description, such as "a person wearing a pointed red hat in Barter Town" or "a half-orc in a wheelchair at the Striped Lion Inn." Speak a message of up to 25 words. For the duration of the spell, the messenger travels towards the location at a rate of 50 miles per day for a messenger with a flying speed, or else 25 miles without.</p>
<p>When the messenger arrives, it delivers your message to the first creature matching your description, replicating the sound of your voice exactly. If the messenger can't find the recipient or reach its destination before the spell ends, the message is lost, and the beast makes its way back to where you cast this spell.</p>
<p><strong>Using a Higher-Level Spell Slot.</strong> The duration of the spell increases by 48 hours for each slot level above 2nd.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_advanced_5e/animal-messenger-a5e.md">Markdown Format</a></p>
</body>
</html>