-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathElliot.js
More file actions
158 lines (158 loc) · 7.74 KB
/
Copy pathElliot.js
File metadata and controls
158 lines (158 loc) · 7.74 KB
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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
window.onload = () => {
getVersionNumber();
let headStyles = `
<link rel="stylesheet" href="CSS/HeadersAndDefaults.css?v=${versionNumber}">
<link rel="stylesheet" href="CSS/Character.css?v=${versionNumber}">
<link rel="stylesheet" href="CSS/Audioplayer.css?v=${versionNumber}">
<link rel="stylesheet" href="CSS/CollapsibleGroup.css?v=${versionNumber}">
<link rel="stylesheet" href="CSS/HrStyles.css?v=${versionNumber}">
<link rel="stylesheet" href="CSS/Nav.css?v=${versionNumber}">
`;
document.querySelector('head').innerHTML += headStyles;
let player = document.querySelector('#player');
player.pause();
CreateNavbar();
document.querySelector('#BasicInfo').innerHTML= `
<p class="question">Birth Name</p>
<p class="answer">Elliot Servius Evans</p>
<p class="question">Current Name</p>
<p class="answer">Elliot Servius Evans</p>
<div class='brLarge'></div>
<p class="question">First Name</p>
<p class="answer">Elliot</p>
<p class="question">Meaning</p>
<p class="answer">"God on high," "The Lord is my God"</p>
<div class='brLarge'></div>
<p class="question">Middle Name</p>
<p class="answer">Servius</p>
<p class="question">Meaning</p>
<p class="answer">"To preserve"</p>
<div class='brLarge'></div>
<p class="question">Last Name</p>
<p class="answer">Evans</p>
<p class="question">Meaning</p>
<p class="answer">"The Lord is gracious"</p>
<div class='brLarge'></div>
<p class="question">Nicknames</p>
<p class="answer">Elli</p>
<div class='brLarge'></div>
<p class="question">Biological Gender</p>
<p class="answer">Male</p>
<p class="question">Preferred Gender</p>
<p class="answer">Male</p>
<p class="question">Pronouns</p>
<p class="answer">He / his / him</p>
<div class='brLarge'></div>
<p class="question">Sexual Orientation</p>
<p class="answer">Asexual</p>
<p class="question">Romantic Orientation</p>
<p class="answer">Panromantic</p>
<div class='brLarge'></div>
<p class="question">Age</p>
<p class="answer">42</p>
<p class="question">Birthday</p>
<p class="answer">August 23rd</p>
<p class="question">Zodiac Sign</p>
<p class="answer">Virgo</p>
<div class='brLarge'></div>
<p class="question">Occupation</p>
<p class="answer">CEO of a laboratory organization</p>
<div class='brLarge'></div>
<p class="question">Where they live</p>
<p class="answer">Prismoria</p>
<div class='brLarge'></div>
<p class="question">Languages</p>
<p class="answer">English</p>`;
document.querySelector('#Health').innerHTML = `
<p class="question">Physical Illnesses</p>
<p class="answer">Mutation</p>
<div class='brLarge'></div>
<p class="question">Mental Illnesses</p>
<p class="answer">Dissociative Identity Disorder</p>
<div class='brLarge'></div>
<p class="question">Triggers</p>
<p class="answer">Guns</p>
<p class="answer">Cameras</p>
<p class="answer">A lot of things, really</p>
<div class='brLarge'></div>
<p class="question">Mutation / Power</p>
<p class="answer">Mutation</p>
<p class="question">How long have they had it</p>
<p class="answer">About 12 years</p>
<p class="question">Description</p>
<p class="answer">He has an internal mutation that causes him sudden and sharp pain. It's very subtle to tell, but this pain is because the mutation is literally pulling in one of his limbs very slightly and consuming it. That makes the mutation grow. This also happens during sleep. However, this means that he is getting smaller. His arms and legs are getting shorter. Not proportionally even, the mutation is pulling in the limb to consume, so the distance between his shoulder and elbow is getting shorter and not the distance between his elbow and wrist. But it's so subtle and small, that it's very hard to tell, especially not if you see him everyday. Maybe if you saw him after a long time, when the mutation has had time to consume a lot</p>`;
document.querySelector('#Appearance').innerHTML = `
<p class="question">Height</p>
<p class="answer">5'9.5" currently, he used to be 6'3.5"</p>
<p class="answer">176.53 cm currently, he used to be 191.77 cm</p>
<p class="question">Weight</p>
<p class="answer">127 lbs.</p>
<p class="answer">57.61 kg</p>
<div class='brLarge'></div>
<p class="question">Hair color</p>
<p class="answer">Minecraft dirt block brown</p>
<p class="question">Hair style</p>
<p class="answer">Straight, parted in the middle, medium length</p>
<div class='brLarge'></div>
<p class="question">Eye color(s)</p>
<p class="answer">Murky green</p>
<div class='brLarge'></div>
<p class="question">Piercings</p>
<p class="answer">None</p>
<p class="question">Scars</p>
<p class="answer">A few from when he's tried to have a doctor remove the mutation. It inevitably failed, but he still has the scars</p>
<p class="question">Tattoos</p>
<p class="answer">None</p>
<p class="question">Birthmark</p>
<p class="answer">None</p>
<p class="question">Freckles</p>
<p class="answer">No</p>`;
document.querySelector('#RpInfo').innerHTML=`
<p class="question">Availability</p>
<p class="answer">Open</p>
<div class='brLarge'></div>
<p class="question">Genres</p>
<p class="answer">Fantasy</p>
<p class="answer">Angst</p>
<p class="answer">Sci-Fi</p>
<p class="answer">Romance</p>`;
document.querySelector('#Relations').innerHTML=`
<p class="question">Mother</p>
<p class="answer">Linda Evans</p>
<p class="question">Status</p>
<p class="answer">Dead</p>
<div class='brLarge'></div>
<p class="question">Father</p>
<p class="answer">Peter Evans</p>
<p class="question">Status</p>
<p class="answer">Unknown</p>
<div class='brLarge'></div>
<p class="question">Ex-Lover</p>
<p class="answer">Nico... (That moment when you realize you never gave someone a last name-)</p>
<p class="question">Status</p>
<p class="answer">Alive</p>
<div class='brLarge'></div>
<p class="question">Son</p>
<p class="answer"><a href='Jay.html'>Jay Star</a></p>
<p class="question">Status</p>
<p class="answer">Alive</p>`;
document.querySelector('#Perception').innerHTML = `
<p class="question">How they feel about themselves</p>
<p class="answer">Currently, not that good. He is simply waiting for death to come, knowing he has brought only pain and misery to the world. But, if someone can snap him out of his depressive state, he's actually quite confident in his own abilities. He knows he's smart and crafty, he has full faith in himself</p>
<div class='brLarge'></div>
<p class="question">How they would describe themselves</p>
<p class="answer">Again, depends on timing. Currently: A wretched blight to the world. When he's not depressed: Playful, inventive, efficient</p>
<div class='brLarge'></div>
<p class="question">What they think is their best trait</p>
<p class="answer">His creativity</p>
<div class='brLarge'></div>
<p class="question">What they think is their worst trait</p>
<p class="answer">His forgetfulness? In a sense...</p>
<div class='brLarge'></div>
<p class="question">How they think other perceive them</p>
<p class="answer">Again, timing. Currently, he believes everyone wants him dead. That everyone would be happy to be rid of him. If he's in a better state, he might still think that a little, but he also knows that others view him as a leader; someone who can make something out of nothing.</p>
<div class='brLarge'></div>
<p class="question">What they would like to change about themselves</p>
<p class="answer">His past</p>`;
//document.querySelector('#Personality').innerHTML = ``;
};