Files

49 lines
1.7 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;
}
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>Cloak of Arachnida</title>
</head>
<body>
<h1>Cloak of Arachnida</h1>
<ul>
<li><strong>Rarity:</strong> very rare</li>
<li><strong>Type:</strong> Wondrous item</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> 5.1 SRD (D&amp;D 2014)</li>
</ul>
<p>This fine garment is made of black silk interwoven with faint silvery threads. While wearing it, you gain the following benefits:</p>
<ul>
<li>You have resistance to poison damage.</li>
<li>You have a climbing speed equal to your walking speed.</li>
<li>You can move up, down, and across vertical surfaces and upside down along ceilings, while leaving your hands free.</li>
<li>You can't be caught in webs of any sort and can move through webs as if they were difficult terrain.</li>
<li>You can use an action to cast the <em>web</em> spell (save DC 13). The web created by the spell fills twice its normal area. Once used, this property of the cloak can't be used again until the next dawn.</li>
</ul>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/5.1_srd_(d&d_2014)/cloak-of-arachnida.md">Markdown Format</a></p>
</body>
</html>