62 lines
2.1 KiB
HTML
62 lines
2.1 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;
|
|||
|
|
}
|
|||
|
|
ul, ol {
|
|||
|
|
padding-left: 20px;
|
|||
|
|
margin-left: 0;
|
|||
|
|
}
|
|||
|
|
li {
|
|||
|
|
margin-left: 0; /* Remove margin from li */
|
|||
|
|
}
|
|||
|
|
table {
|
|||
|
|
border-collapse: collapse;
|
|||
|
|
}
|
|||
|
|
th, td {
|
|||
|
|
border: 1px solid black;
|
|||
|
|
padding: 5px;
|
|||
|
|
text-align: left;
|
|||
|
|
}
|
|||
|
|
#monsterTable td:nth-child(4),
|
|||
|
|
#monsterTable th:nth-child(4) {
|
|||
|
|
white-space: nowrap;
|
|||
|
|
}
|
|||
|
|
</style>
|
|||
|
|
<title>Alchemical Form</title>
|
|||
|
|
</head>
|
|||
|
|
<body>
|
|||
|
|
<h1>Alchemical Form</h1>
|
|||
|
|
<ul>
|
|||
|
|
<li><strong>Level</strong>: 6 transmutation</li>
|
|||
|
|
<li><strong>Classes</strong>: </li>
|
|||
|
|
<li><strong>Casting Time</strong>: 1 action</li>
|
|||
|
|
<li><strong>Range</strong>: Self</li>
|
|||
|
|
<li><strong>Components</strong>: V, S, M (a vial of acid, poison, or alchemist's fire)</li>
|
|||
|
|
<li><strong>Duration</strong>: 1 minute</li>
|
|||
|
|
<li><strong>Source</strong>: Deep Magic 5e</li>
|
|||
|
|
</ul>
|
|||
|
|
<p>You transform into an amoebic form composed of highly acidic and poisonous alchemical jelly. While in this form:
|
|||
|
|
* you are immune to acid and poison damage and to the poisoned and stunned conditions;
|
|||
|
|
* you have resistance to nonmagical fire, piercing, and slashing damage;
|
|||
|
|
* you can’t speak, cast spells, use items or weapons, or manipulate objects;
|
|||
|
|
* your gear melds into your body and reappears when the spell ends;
|
|||
|
|
* you don't need to breathe;
|
|||
|
|
* your speed is 20 feet;
|
|||
|
|
* your size doesn’t change, but you can move through and between obstructions as if you were two size categories smaller; and
|
|||
|
|
* you gain the following action: <strong>Melee Weapon Attack:</strong> spellcasting ability modifier + proficiency bonus to hit, range 5 ft., one target; <strong>Hit:</strong> 4d6 acid or poison damage (your choice), and the target must make a successful Constitution saving throw or be poisoned until the start of your next turn.</p>
|
|||
|
|
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/deep_magic_5e/alchemical-form.md">Markdown Format</a></p>
|
|||
|
|
</body>
|
|||
|
|
</html>
|