42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
|
||
<!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>Reef Splitter</title>
|
||
</head>
|
||
<body>
|
||
<h1>Reef Splitter</h1>
|
||
<ul>
|
||
<li><strong>Rarity:</strong> very rare</li>
|
||
<li><strong>Type:</strong> Weapon</li>
|
||
<li><strong>Attunement:</strong> Yes</li>
|
||
<li><strong>Source:</strong> Vault of Magic</li>
|
||
</ul>
|
||
<p>The head of this warhammer is constructed of undersea volcanic rock and etched with images of roaring flames and boiling water. You gain a +3 bonus to attack and damage rolls made with this magic weapon. When you roll a 20 on an attack roll made with this weapon, the hammer erupts with magma, and the target takes an extra 4d6 fire damage. In addition, if the target is underwater, the water around it begins to boil with the heat of your blow, and each creature other than you within 5 feet of the target takes 2d6 fire damage.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/reef-splitter.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|