initial commit
This commit is contained in:
41
magic_items/html/vault_of_magic/webbed-staff.html
Normal file
41
magic_items/html/vault_of_magic/webbed-staff.html
Normal file
@@ -0,0 +1,41 @@
|
||||
|
||||
<!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>Webbed Staff</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Webbed Staff</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> rare</li>
|
||||
<li><strong>Type:</strong> Staff</li>
|
||||
<li><strong>Attunement:</strong> No</li>
|
||||
<li><strong>Source:</strong> Vault of Magic</li>
|
||||
</ul>
|
||||
<p>This staff is carved of ebony and wrapped in a net of silver wire. While holding it, you can't be caught in webs of any sort and can move through webs as if they were difficult terrain. This staff has 10 charges for the following properties. It regains 1d6 + 4 expended charges daily at dawn. If you expend the last charge, roll a 1d20. On a 1, spidersilk surrounds the staff in a cocoon then quickly unravels itself and the staff, destroying the staff.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/vault_of_magic/webbed-staff.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user