initial commit
This commit is contained in:
43
magic_items/html/level_up_a5e/golden-chain-shirt-a5e.html
Normal file
43
magic_items/html/level_up_a5e/golden-chain-shirt-a5e.html
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<!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>Golden Chain Shirt</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Golden Chain Shirt</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> Legendary</li>
|
||||
<li><strong>Type:</strong> Armor</li>
|
||||
<li><strong>Attunement:</strong> Yes</li>
|
||||
<li><strong>Source:</strong> Level Up A5E</li>
|
||||
</ul>
|
||||
<p>While wearing this incredibly light chain shirt your AC equals 14 + your Dexterity modifier. If you have the Unarmored Defense feature, you can also add half your Wisdom modifier to your armor class, and wearing this armor does not interfere with the Adept Speed feature.</p>
|
||||
<p>Once per day when you take a critical hit, you can use your reaction to make the golden chain shirt <em>blind</em> your attacker. The creature makes a DC 16 Constitution <em>saving throw</em> or is blinded for 1 minute. At the end of each of its turns, the blind creature makes another saving throw, ending the effect on itself on a success.</p>
|
||||
<p>In addition, your Strength increases to 17, you have <em>advantage</em> on Strength saving throws and ability checks, and your Carrying Capacity is determined as if your size is Gargantuan (8 times as much as normal).</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/golden-chain-shirt-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user