-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspellbook.html
86 lines (86 loc) · 5.57 KB
/
spellbook.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Valkrana's Skeleton Kit</title>
<meta name="description" content="Valkrana's signature spells.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/navbar.css">
<link rel="icon" href="img/favicon.png">
<meta property="og:type" content="website">
<meta property="og:title" content="Valkrana, an awkward skeletal necromancer." />
<meta property="og:description" content="An awkward undead necromancer with a passion for magic, an enthusiasm for skeletons, a tooth for cookies, a knack for intel brokerage, and above all else, an undying fervor for her darling." />
<meta property="og:url" content="https://valkrana.github.io/spellbook.html" />
<meta property="og:image" content="https://valkrana.github.io/img/meta_img.png" />
<script src="includes.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-TE0ZF7QX2X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-TE0ZF7QX2X');
</script>
</head>
<body>
<!-------------------- NAVIGATION ------------------->
<div id="navs" class="navbar"></div>
<script>navigation()</script>
<!-------------------- CONTENT -------------------->
<div id="Content" style="padding-top: 20px">
<div>
<h1 style="font-variant:small-caps">Spellbook</h1><hr class="boyhowdy">
<div><p class="noindent">These choice examples are but a few of Valkrana's signature spells that have been transcribed from her personal grimoire into Dungeons & Dragons 5th edition format and mechanics.
</div>
<div class="grid">
<!--<div class="item-spells">
<h1 class="reducedalt">Valkrana's Shadowfell Salvo</h1><hr class="boyhowdy">
<p class="noindentitalic">1st-level necromancy<br>
Casting Time: Action<br>
Range: 60 feet<br>
Components: V, S<br>
Duration: Instantaneous<br>
<p class="noindent">Description: Launch two projectiles straight from the Shadowfell at one or more targets within range. Each deals 1d10 Necrotic damage. Advantage against targets that are heavily obscured or in a Negative Energy Field.<br><br>
<b>At Higher Levels.</b> When you cast this spell using a spell slot of 2nd level or higher, you create one additional projectile for each slot level above 1st.
</div>-->
<div class="item-spells">
<h1 class="reducedalt">Valkrana's Lesser Skeleport</h1>
<p class="noindentitalic">3rd-level necromancy<br>
Casting Time: Bonus Action<br>
Range: 100 feet<br>
Components: V<br>
Duration: 1 minute<br>
<p class="noindent">Description: You swap your skeleton with that of a corpse or allied undead within 100 feet, even if you can't see your target. Immediately after which, you swap the rest. For the spell's duration, you may use a bonus action to cast it again without expending a spell slot.<br><br>
<b>At Higher Levels.</b> If you cast this spell using a spell slot of 6th level or higher, the duration is 1 hour. If you use a spell slot of 9th level, the duration is 8 hours.
</div>
<div>
<h1 class="reducedalt">Valkrana's Negative Energy Field</h1>
<p class="noindentitalic">4th-level necromancy<br>
Casting Time: Action<br>
Range: Self (30-foot radius)<br>
Components: V, S<br>
Duration: Concentration, up to 10 minutes<br>
<p class="noindent">Description: Channel a field thick with necromancy that harms the living and empowers the undead. When an undead enters the area for the first time on a turn or starts its turn there, it heals 1d8HP, adds 1d8 Necrotic damage to its attacks, and gains Turn Resistance; living creatures will instead suffer 1d8 Necrotic damage. Many reanimation spells don't require a corpse due to the abundance of negative energy in its area.<br><br>
Casting this spell using on the same spot every day for a year manifests its effects permanently, and anchors them to the point of casting.<br><br>
<b>At Higher Levels.</b> If you cast this spell using a spell slot of 6th level or higher, all die values increase by 1d8 and the duration is 1 hour. If you use a spell slot of 9th level, the duration is 8 hours.
</div>
<div>
<h1 class="reducedalt">Valkrana's Arc Vivisector</h1>
<p class="noindentitalic">6th-level necromancy<br>
Casting Time: Action<br>
Range: Self (150-foot line)<br>
Components: V, S, M (a coil of wire)<br>
Duration: Instantaneous<br>
<p class="noindent">Description: Discharge a galvanized blast of necrotic energy that arcs from your palm in a line 150 feet long and 15 feet wide in a direction you choose. Each creature in the line must make a Dexterity saving throw or suffer 3d12 necrotic damage and 3d12 lightning damage. On a successful save, it takes half as much damage. Creatures wearing armor made of metal have disadvantage on the saving throw. If a creature fails its saving throw then dies to this spell, its charred meat sloughs cleanly from its skeleton.<br><br>
<b>At Higher Levels.</b> When you cast this spell with a spell slot of 7th level or higher, the necrotic damage increases by 1d12 for each spell slot above 6th.
</div>
</div>
</div>
</div>
<div id="footer" align="center">
<script>footer()</script>
</div>
</body>
</html>