initial commit
This commit is contained in:
49
spells/html/srd_2024/find-familiar.html
Normal file
49
spells/html/srd_2024/find-familiar.html
Normal file
@@ -0,0 +1,49 @@
|
||||
|
||||
<!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;
|
||||
}
|
||||
</style>
|
||||
<title>Find Familiar</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Find Familiar</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 1 Conjuration</li>
|
||||
<li><strong>Classes</strong>: Wizard</li>
|
||||
<li><strong>Casting Time</strong>: 1 action</li>
|
||||
<li><strong>Range</strong>: 10 feet</li>
|
||||
<li><strong>Components</strong>: V, S, M (burning incense worth 10+ GP, which the spell consumes)</li>
|
||||
<li><strong>Duration</strong>: instantaneous</li>
|
||||
<li><strong>Source</strong>: <a href="../../../srds/SRD_2024.pdf">SRD 2024</a></li>
|
||||
</ul>
|
||||
<p>You gain the service of a familiar, a spirit that takes an animal form you choose: Bat, Cat, Frog, Hawk, Lizard, Octopus, Owl, Rat, Raven, Spider, Weasel, or another Beast that has a Challenge Rating of 0. Appearing in an unoccupied space within range, the familiar has the statistics of the chosen form (see "Monsters"), though it is a Celestial, Fey, or Fiend (your choice) instead of a Beast. Your familiar acts independently of you, but it obeys your commands. Finally, when you cast a spell with a range of touch, your familiar can deliver the touch. Your familiar must be within 100 feet of you, and it must take a Reaction to deliver the touch when you cast the spell.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/srd_2024/find-familiar.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user