initial commit
This commit is contained in:
43
magic_items/html/level_up_a5e/mindrazor-a5e.html
Normal file
43
magic_items/html/level_up_a5e/mindrazor-a5e.html
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<!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>Mindrazor</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Mindrazor</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> Legendary</li>
|
||||
<li><strong>Type:</strong> Weapon</li>
|
||||
<li><strong>Attunement:</strong> Yes</li>
|
||||
<li><strong>Source:</strong> Level Up A5E</li>
|
||||
</ul>
|
||||
<p>This dagger carves through minds as easily as flesh. You gain a +3 bonus to attack and damage rolls made with this magic weapon.</p>
|
||||
<p>Weapon attacks using <em>mindrazor</em> deal an extra 2d6 psychic damage against creatures. When you roll a natural 20 on an attack with this weapon, the target becomes <em>confused</em> for 1 minute. At the end of each of its turns, a confused creature makes a DC 15 Intelligence <em>saving throw</em> , ending the effect on itself on a success.</p>
|
||||
<p>You can use an action to work <em>mindrazor</em> upon the memories of a <em>restrained</em> or <em>incapacited</em> creature within 5 feet (as __modify memory_ cast at 9th-level). Once you have used this property, you cannot do so again until you have finished a <em>short rest</em> .</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/mindrazor-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user