Files
5ead/magic_items/html/vault_of_magic/phidjetz-spinner.html
2025-06-07 07:58:30 -05:00

47 lines
2.4 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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>Phidjetz Spinner</title>
</head>
<body>
<h1>Phidjetz Spinner</h1>
<ul>
<li><strong>Rarity:</strong> uncommon</li>
<li><strong>Type:</strong> Weapon</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Vault of Magic</li>
</ul>
<p>This dart was crafted by the monk Phidjetz, a martial recluse obsessed with dragons. The spinner consists of a golden central disk with four metal dragon heads protruding symmetrically from its center point: one red, one white, one blue and one black. As an action, you can spin the disk using the pinch grip in its center. You choose a single target within 30 feet and make a ranged attack roll. The spinner then flies at the chosen target. Once airborne, each dragon head emits a blast of elemental energy appropriate to its type. When you hit a creature, determine which dragon head affects it by rolling a d4 on the following chart. | d4 | Effect |</p>
<p>| --- | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 1 | Red. The target takes 1d6 fire damage and combustible materials on the target ignite, doing 1d4 fire damage each turn until it is put out. |
| 2 | White. The target takes 1d6 cold damage and is restrained until the start of your next turn. |
| 3 | Blue. The target takes 1d6 lightning damage and is paralyzed until the start of your next turn. |
| 4 | Black. The target takes 1d6 acid damage and is poisoned until the start of your next turn. | After the attack, the spinner flies up to 60 feet and tries to return to your hand. If you have no hand free, it falls to the ground at your feet.</p>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/vault_of_magic/phidjetz-spinner.md">Markdown Format</a></p>
</body>
</html>