50 lines
1.6 KiB
HTML
50 lines
1.6 KiB
HTML
|
||
<!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>Detect Poison and Disease</title>
|
||
</head>
|
||
<body>
|
||
<h1>Detect Poison and Disease</h1>
|
||
<ul>
|
||
<li><strong>Level</strong>: 1</li>
|
||
<li><strong>Classes</strong>: Cleric, Druid, Paladin, Ranger, Ritual Caster</li>
|
||
<li><strong>Casting Time</strong>: 1 action</li>
|
||
<li><strong>Range</strong>: Self</li>
|
||
<li><strong>Components</strong>: V, S, M (A yew leaf.)</li>
|
||
<li><strong>Duration</strong>: Up to 10 minutes</li>
|
||
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
|
||
</ul>
|
||
<p>For the duration, you can sense the presence and location of poisons, poisonous creatures, and diseases within 30 feet of you. You also identify the kind of poison, poisonous creature, or disease in each case. The spell can penetrate most barriers, but it is blocked by 1 foot of stone, 1 inch of common metal, a thin sheet of lead, or 3 feet of wood or dirt.</p>
|
||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5e_core_rules/detect-poison-and-disease.md">Markdown Format</a></p>
|
||
</body>
|
||
</html>
|