-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserpentshead.html
126 lines (118 loc) · 5.41 KB
/
serpentshead.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<html lang="en">
<head>
<meta charset="utf-8">
<title>Orobos • Serpents head Campaign</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="" />
<link rel=icon href="favicon.png" type="image/png">
<link rel="stylesheet" href="serpentsclothing.css" type="text/css">
<script src="jquery-2.1.4.min.js"></script>
<script src="jquery.collapsible.js"></script>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900,900italic,400italic' rel='stylesheet' type='text/css'>
<style type="text/css"></style>
</head>
<body>
<div id="container">
<a id="returnbutton" class="" href="" >return</a>
<header>
Serpent's Head
<span>Orobos D&D 5E Campaign Supplement</span>
</header>
<nav class="navigator">
</nav>
<section>
<!-- main content -->
<p>The Serpent's Head campaign revolves around a group following an event in Esmorzar. A coincedental calling has grouped these players together leading them to Waverwen, known as the Serpent's Head, following suspicious events. Every character is somehow connected to the story, but what will this effect in their survival or to Waverwen's wellbeing as one of the strongest pillars of strength in Esmorzar?</p>
<p>This is a supplements page made to house information known by the group for the players so that they can remember general keynotes of the story.</p>
<article class="collapsing">
<h1>Things to consider as a player</h1>
<div style="display: none;">
<p>dsads</p>
</div>
</article>
<article class="collapsing">
<h1>Custom House Rules</h1>
<div style="display: none;">
<p>The ruleset for this campaign is D&D 5e, but there are modifications made to accomodate both Orobos and my preferred DM playstyle.</p>
<ul>
<h2>Character Creation</h2>
<h3>Races</h3>
<p>Although more races exist available for you guys to choose from: Humans, elves, dwarves, dragonborn, half-elf, and halflings.</p>
<p>I've added also included a little accompanying background information about how these races are treated during the current age in Esmorzar. For anything else you can refer to the main Orobos page.</p>
<P>In case you want to random, I create a d20 roll chart.</p>
<table style="min-width: 200px;">
<thead>
<tr>
<th>D20 Roll</th><th>Race</th>
</tr>
</thead>
<tbody>
<tr><td>1 - 7</td><td>Human</td></tr>
<tr><td>8</td><td>Elf</td></tr>
<tr><td>1 - 5</td><td>Dwarf</td></tr>
<tr><td>20</td><td>Half-Elf</td></tr>
<tr><td>20</td><td>Halfling</td></tr>
<tr><td>19 - 20</td><td>Dragonborn</td></tr>
</tbody>
</table>
<div class="cpush">
<h3>Human</h3>
<p>The dominant and leading race in Esmorzar. Well scattered around the continent, Humanfolk tend to take lead in most issues in terms of government and overall military.</p>
<h3>Elven</h3>
<p>The third largest race in Esmorzar, slightly behind Dwarvekind. They established their roots into the Leylands and have large colonies and townships in the region. They are a secluded group and rarely stray outside the region.</p>
<h3>Dragonborn</h3>
<p>Unlike Paya and Catal in Orobos, the Dragonborn are treated more equally in comparison. Protected under the Draconian treaty, the Dragonborn established themselves as a working class race and proceed equally amongst the other races. Xenophobia towards Dragonborn of course still exists.</p>
<h3>Dwarven</h3>
<p>The well second largest race in Esmorzar, the dwarves established underground fortresses, and mining colonies across the continent. The largest being Mog Balthur in the Northern region of the Crawling Kingdom, and the sister cities Thragg and Thrull, in the Western Shatterlands and North Endling respectively.</p>
<h3>Half-Elf</h3>
<p>Uncommon and somewhat considered dirty from both Human and Elven kind as a crossbreed. They are seldom known to take home in the Leylands amongst the Elves.</p>
<h3>Halfling</h3>
<p>dsad</p>
</div>
</ul>
</div>
</article>
<article class="collapsing">
<h1>Things to consider as a character</h1>
<div style="display: none;">
<p>dsads</p>
</div>
</article>
<hr class="storysofar" />
<article class="storysofar collapsing">
<h1>The story so far</h1>
<div>
<p style="text-align: center; "></p>
<ul class="nl">
<h2>Player Characters</h2>
<li><span>Object Title</span>Objectdescription objectdescription</li>
</ul>
<ul>
<h2>Important People</h2>
<li><span>Object Title</span>Objectdescription objectdescription</li>
</ul>
<ul>
<h2>Key Items</h2>
<li><span>Object Title</span>Objectdescription objectdescription</li>
</ul>
<ul>
<h2>Chronological list of events</h2>
<li><span>Object Title</span>Objectdescription objectdescription</li>
</ul>
</div>
</article>
</section>
<footer>
Orobos by ALPHA-ZERO
</footer>
</div>
<script> /* Collapsing menu controls */
$(function() {
$('.collapsing').collapsible('default', { contentOpen: 0, });
});
</script>
</body>
</html>