initial commit
This commit is contained in:
@@ -0,0 +1,44 @@
|
||||
|
||||
<!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>Staff of the Woodlands</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Staff of the Woodlands</h1>
|
||||
<ul>
|
||||
<li><strong>Rarity:</strong> Rare</li>
|
||||
<li><strong>Type:</strong> Staff</li>
|
||||
<li><strong>Attunement:</strong> Yes</li>
|
||||
<li><strong>Source:</strong> Level Up A5E</li>
|
||||
</ul>
|
||||
<p>You gain a +2 bonus to <em>attack and damage rolls</em> with this magic quarterstaff. Additionally, while holding it you gain a +2 bonus to spell attack rolls.</p>
|
||||
<p>While holding this staff, you can use an action to cast pass without trace, or to expend charges to cast one of the following spells, using your spell save DC: <em>animal friendship</em> (1 charge), <em>speak with animals</em> (1 charge), __barkskin_ (2 charges), <em>locate animals or plants</em> (2 charges), __speak with plants_ (3 charges), __awaken_ (5 charges), __wall of thorns_ (6 charges).</p>
|
||||
<p><em><strong>Tree Form</strong>.</em> As an action you can plant the staff in the earth and expend 1 charge, transforming it into a full-grown tree. The tree is 60 feet tall, has a 5-foot-wide trunk, and its highest branches fill a 20-foot radius. The tree looks ordinary but radiates faint transmutation magic if inspected with __detect magic ._ By using an action to touch the tree and speak the staff’s command word, you can transform it back into a staff. Creatures in the tree fall when the staff reverts to its original form.</p>
|
||||
<p>The staff has 10 charges and regains 1d6+4 expended charges each dawn. When the last charge is expended, roll a d20. On a 1, the staff loses its magical properties.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/level_up_a5e/staff-of-the-woodlands-a5e.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user