Files
5ead/magic_items/html/level_up_a5e/impossible-cube-a5e.html

43 lines
1.9 KiB
HTML
Raw 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>Impossible Cube</title>
</head>
<body>
<h1>Impossible Cube</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Wondrous Item</li>
<li><strong>Attunement:</strong> No</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>At a glance this hand-sized item appears to be a metal framework in the simple shape of a cube, but when looked at more closely it becomes clear that the geometry of the framework is impossible with absurd angles, preposterous twists, and endpoints. Any attempt to follow the various lines and compositions to their conclusion is frustrating at best and truly maddening at worst. </p>
<p>When a creature with an Intelligence score of 6 or higher sees the cube for the first time it makes a DC 10 Wisdom <em>saving throw</em> or becomes compelled to study the cube further. When a creature first studies the cube, it makes a DC 15 Wisdom saving throw or suffers from the Terrorized short-term <em>mental stress effect</em> and a compulsion to study the cube even further. A creature that fails this saving throw by 5 or more instead suffers from the Distorted Perceptions long-term mental stress effect. Any further inspection of the cube has no additional effect.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/impossible-cube-a5e.md">Markdown Format</a></p>
</body>
</html>