initial commit
This commit is contained in:
55
spells/html/level_up_advanced_5e/illusory-script-a5e.html
Normal file
55
spells/html/level_up_advanced_5e/illusory-script-a5e.html
Normal file
@@ -0,0 +1,55 @@
|
||||
|
||||
<!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>Illusory Script</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Illusory Script</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 1 Illusion</li>
|
||||
<li><strong>Classes</strong>: Bard, Warlock, Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 minute</li>
|
||||
<li><strong>Range</strong>: touch</li>
|
||||
<li><strong>Components</strong>: S, M</li>
|
||||
<li><strong>Duration</strong>: 10 days</li>
|
||||
<li><strong>Source</strong>: Level Up Advanced 5e</li>
|
||||
</ul>
|
||||
<p>You inscribe a message onto the target and wrap it in illusion until the spell ends. You and any creatures that you designate when the spell is cast perceive the message as normal. You may choose to have other creatures view the message as writing in an unknown or unintelligible magical script or a different message. If you choose to create another message, you can change the handwriting and the language that the message is written in, though you must know the language in question.</p>
|
||||
<p>If the spell is dispelled, both the message and its illusory mask disappear.</p>
|
||||
<p>The true message can be perceived by any creature with truesight.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_advanced_5e/illusory-script-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user