initial commit

This commit is contained in:
2025-06-07 07:58:30 -05:00
commit 55f791d177
14892 changed files with 1294507 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
<!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>Gallow Hand</title>
</head>
<body>
<h1>Gallow Hand</h1>
<ul>
<li><strong>Rarity:</strong> Uncommon</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>This grisly trophy is the hand of a person hung at the gallows, dipped in wax rendered from their own fat and wicked with their own hair. The fingers of this strange and complicated remnant of a malcontent can be lit just like a normal candle to shed <em>bright light</em> in a 5-foot radius and dim light for a further 10 feet. The light shed by a <em>gallow hand</em> is only visible to its holder and is completely <em>invisible</em> to all other creatures.</p>
<p>Alternatively, all five fingers of the hand can be lit as an action. If the hand is lit in this way, it sheds bright light in a 10-foot radius and dim light for a further 20 feet. This light is <em>invisible</em> to the holder but visible to all other creatures. Any creature other than the holder that enters this area of light for the first time on its turn or starts its turn there must make a DC 13 Wisdom <em>saving throw</em> or become <em>charmed</em> . While charmed, a creatures Speeds are reduced to 0 until the start of its next turn. Once lit in this way the <em>gallow hand</em> burns for 1 minute, after which it deteriorates into a molten nub.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/gallow-hand-a5e.md">Markdown Format</a></p>
</body>
</html>