initial commit
This commit is contained in:
49
spells/html/5e_core_rules/water-walk.html
Normal file
49
spells/html/5e_core_rules/water-walk.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>Water Walk</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Water Walk</h1>
|
||||
<ul>
|
||||
<li><strong>Level</strong>: 3</li>
|
||||
<li><strong>Classes</strong>: Cleric, Druid, Ranger, Ritual Caster, Sorcerer</li>
|
||||
<li><strong>Casting Time</strong>: 1 action</li>
|
||||
<li><strong>Range</strong>: 30 feet</li>
|
||||
<li><strong>Components</strong>: V, S, M</li>
|
||||
<li><strong>Duration</strong>: 1 hour</li>
|
||||
<li><strong>Source</strong>: <a href="http://dnd.wizards.com/articles/features/systems-reference-document-srd">5e Core Rules</a></li>
|
||||
</ul>
|
||||
<p>This spell grants the ability to move across any liquid surface-such as water, acid, mud, snow, quicksand, or lava-as if it were harmless solid ground (creatures crossing molten lava can still take damage from the heat). Up to ten willing creatures you can see within range gain this ability for the duration. If you target a creature submerged in a liquid, the spell carries the target to the surface of the liquid at a rate of 60 feet per round.</p>
|
||||
<p><a href="../../../licensing.html">Licensing</a> – <a href="../../md/5e_core_rules/water-walk.md">Markdown Format</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user