initial commit
This commit is contained in:
49
spells/html/srd_2024/antipathysympathy.html
Normal file
49
spells/html/srd_2024/antipathysympathy.html
Normal file
@@ -0,0 +1,49 @@
|
||||
|
||||
<!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;
|
||||
}
|
||||
</style>
|
||||
<title>Antipathy/Sympathy</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Antipathy/Sympathy</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 8 Enchantment</li>
|
||||
<li><strong>Classes</strong>: Bard, Druid, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: hour</li>
|
||||
<li><strong>Range</strong>: 60 feet</li>
|
||||
<li><strong>Components</strong>: V, S, M (a mix of vinegar and honey)</li>
|
||||
<li><strong>Duration</strong>: 10 day</li>
|
||||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||||
</ul>
|
||||
<p>As you cast the spell, choose whether it creates antipathy or sympathy, and target one creature or object that is Huge or smaller. Then specify a kind of creature, such as red dragons, goblins, or vampires. A creature of the chosen kind makes a Wisdom saving throw when it comes within 120 feet of the target. Your choice of antipathy or sympathy determines what happens to a creature when it fails that save: Wisdom saving throw to end the effect, as described below.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/antipathysympathy.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user