initial commit
This commit is contained in:
56
spells/html/level_up_advanced_5e/blood-writ-bargain-a5e.html
Normal file
56
spells/html/level_up_advanced_5e/blood-writ-bargain-a5e.html
Normal file
@@ -0,0 +1,56 @@
|
||||
|
||||
<!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>Blood-Writ Bargain</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Blood-Writ Bargain</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 3 Conjuration</li>
|
||||
<li><strong>Classes</strong>: Cleric, Herald, Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 minute</li>
|
||||
<li><strong>Range</strong>: touch</li>
|
||||
<li><strong>Components</strong>: V, S, M</li>
|
||||
<li><strong>Duration</strong>: 13 days</li>
|
||||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||||
</ul>
|
||||
<p>This spell creates a pact which is enforced by celestial or fiendish forces. You and another willing creature commit to a mutual agreement, clearly declaring your parts of the agreement during the casting.</p>
|
||||
<p>Until the spell ends, if for any reason either participant breaks the agreement or fails to uphold their part of the bargain, beings of celestial or fiendish origin appear within unoccupied spaces as close as possible to the participant who broke the bargain. The beings are hostile to the deal-breaking participant and attempt to kill them, as well as any creatures that defend them. When the dealbreaking participant is killed, or the spell's duration ends, the beings disappear in a flash of smoke.</p>
|
||||
<p>The spellcaster chooses whether the beings are celestial or fiendish while casting the spell, and the Narrator chooses the exact creatures summoned (such as a couatl or 5 imps). There may be any number of beings, but their combined Challenge Rating can't exceed 5.</p>
|
||||
<p><strong>Using a Higher-Level Spell Slot.</strong> The combined Challenge Rating of summoned beings increases by 2 and the duration increases by 13 days for each slot level above 3rd.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/blood-writ-bargain-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user