Files
5ead/magic_items/html/level_up_a5e/schooled-weapon-a5e.html

99 lines
2.7 KiB
HTML
Raw Normal View History

2025-06-07 07:58:30 -05:00
<!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>Schooled Weapon</title>
</head>
<body>
<h1>Schooled Weapon</h1>
<ul>
<li><strong>Rarity:</strong> Rare</li>
<li><strong>Type:</strong> Weapon</li>
<li><strong>Attunement:</strong> Yes</li>
<li><strong>Source:</strong> Level Up A5E</li>
</ul>
<p>Each of these weapons comes in a different form depending on the combat tradition it is associated with. You are proficient with this magic weapon as long as you are attuned to it, and you gain a +1 bonus on <em>attack and damage rolls</em> with it.</p>
<p>You cannot attune to this weapon if you do not know at least one combat maneuver from the tradition it is associated with. When you attune to this weapon, choose a combat maneuver from its associated tradition that you meet the prerequisites for. While you remain attuned to the weapon, you have access to that combat maneuver. </p>
<p>In addition, any attacks you make with the weapon as part of a combat maneuver from the associated tradition gains an additional +1 bonus to attack and damage.</p>
<p><strong><strong>Table: Schooled Weapons</strong></strong></p>
<table>
<thead>
<tr>
<th><strong>Magic Weapon</strong></th>
<th><strong>Weapon</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><em>Mattock of the Adamant Mountain</em></td>
<td>Maul</td>
</tr>
<tr>
<td><em>Bow of the Biting Zephyr</em></td>
<td>Longbow</td>
</tr>
<tr>
<td><em>Reflection of Mirrors Glint</em></td>
<td>Dueling Dagger</td>
</tr>
<tr>
<td><em>Rapier of Mist and Shade</em></td>
<td>Rapier</td>
</tr>
<tr>
<td><em>Rapid Currents Flow</em></td>
<td>Scimitar</td>
</tr>
<tr>
<td><em>Razors Edge</em></td>
<td>Bastard Sword</td>
</tr>
<tr>
<td><em>Blade of the Sanguine Knot</em></td>
<td>Longsword</td>
</tr>
<tr>
<td><em>Spirited Steeds Striker</em></td>
<td>Lance</td>
</tr>
<tr>
<td><em>Bite of Tempered Iron</em></td>
<td>Flail</td>
</tr>
<tr>
<td><em>Paw of Tooth and Claw</em></td>
<td>Punching Dagger</td>
</tr>
<tr>
<td><em>Wave of the Unending Wheel</em></td>
<td>Glaive</td>
</tr>
</tbody>
</table>
<p><a href="../../../licensing.html">Licensing</a>  <a href="../../md/level_up_a5e/schooled-weapon-a5e.md">Markdown Format</a></p>
</body>
</html>