Files
5ead/magic_items/html/level_up_a5e/horn-of-valhalla-a5e.html

85 lines
2.4 KiB
HTML
Raw 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;
}
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>Horn of Valhalla</title>
</head>
<body>
<h1>Horn of Valhalla</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>You can use an action to blow this horn and summon the spirits of fallen warriors. These spirits appear within 60 feet of you and use the statistics for <em>berserker hordes</em> . They return to Valhalla after 1 hour or when they drop to 0 hit points. Once you use the horn, it cant be used again for 7 days.</p>
<p>Four types of <em>horn of Valhalla</em> are known to exist, each made of a different metal. The horns type determines how many <em>berserker hordes</em> answer its summons, as well as the requirement for its use. The Narrator chooses the horns type or determines it randomly.</p>
<p><strong><strong>Table: Horn of Valhalla</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>Horn</strong></th>
<th><strong>Rarity</strong></th>
<th><strong>Cost</strong></th>
<th><strong>Crafting Components</strong></th>
<th><strong>Berserker Hordes Summoned</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>Silver</strong></td>
<td>Rare</td>
<td>1,000 gp</td>
<td>Silver sword pendant that has been carried into battle</td>
<td>2</td>
</tr>
<tr>
<td><strong>Brass</strong></td>
<td>Rare</td>
<td>5,000 gp</td>
<td>Horn of a celestial creature</td>
<td>3</td>
</tr>
<tr>
<td><strong>Bronze</strong></td>
<td>Very rare</td>
<td>10,000 gp</td>
<td>Horn of a <em>horned devil</em></td>
<td>4</td>
</tr>
<tr>
<td><strong>Iron</strong></td>
<td>Legendary</td>
<td>75,000 gp</td>
<td>Horn that has been blown by a <em>solar</em></td>
<td>5</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/horn-of-valhalla-a5e.md">Markdown Format</a></p>
</body>
</html>