84 lines
2.4 KiB
HTML
84 lines
2.4 KiB
HTML
|
||
<!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>Seven-Sided Coin</title>
|
||
</head>
|
||
<body>
|
||
<h1>Seven-Sided Coin</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>The origins of this dull gray coin are impossible to identify. Though when observed the coin has only two sides, flipping it yields one of 7 different results. You can flip the coin as an action. The effects of the flip last for 10 minutes or until you flip the coin again. Roll a d8 to determine the result: </p>
|
||
<table>
|
||
<thead>
|
||
<tr>
|
||
<th><strong>d8</strong></th>
|
||
<th><strong>Effect</strong></th>
|
||
</tr>
|
||
</thead>
|
||
<tbody>
|
||
<tr>
|
||
<td>1</td>
|
||
<td><em>Black Sun:</em> Choose one warlock cantrip you don’t already know. You know that cantrip for the duration.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>2</td>
|
||
<td><em>Broken Temple:</em> You gain an expertise die on Wisdom <em>saving throws</em> .</td>
|
||
</tr>
|
||
<tr>
|
||
<td><em>3</em></td>
|
||
<td><em>Guiding Star:</em> When you make an Arcana, History, Nature, or Religion check, you can treat a d20 roll of 9 or lower as a 10.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>4</td>
|
||
<td><em>Lidless Eye:</em> You see <em>invisible</em> creatures and objects as if they were visible, and you can see into the Ethereal Plane.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>5</td>
|
||
<td><em>New Moon:</em> You have an expertise die on Stealth checks.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>6</td>
|
||
<td><em>Pact Blade:</em> You gain a +2 bonus to melee attack rolls.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>7</td>
|
||
<td><em>Twisted Rod:</em> When you cast a spell that deals damage, you can choose to reroll one of the damage dice. You must use the second result.</td>
|
||
</tr>
|
||
<tr>
|
||
<td>8</td>
|
||
<td>The coin folds in on itself and disappears forever.</td>
|
||
</tr>
|
||
</tbody>
|
||
</table>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/seven-sided-coin-a5e.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|