-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSam.html
More file actions
491 lines (489 loc) · 30.7 KB
/
Copy pathSam.html
File metadata and controls
491 lines (489 loc) · 30.7 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
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
<!DOCTYPE html>
<html lang="en" data-selected-theme="alt">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Sam Castle">
<meta name="description" content="Character sheet for an OC, Sam">
<title>Samuel Broteez</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Amita:wght@400;700&family=Baloo+Bhaijaan+2:wght@400..800&family=Merriweather+Sans:wght@400;500;600;700;800&family=Pangolin&family=Spectral:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.css" rel="stylesheet" type='text/css'>
<link rel="icon" type="image/png" href="images/Favicons/Sam512.png" sizes="512x512">
<link rel="icon" type="image/png" href="images/Favicons/Sam256.png" sizes="256x256">
<link rel="icon" type="image/png" href="images/Favicons/Sam180.png" sizes="180x180">
<link rel="icon" type="image/png" href="images/Favicons/Sam128.png" sizes="128x128">
<link rel="icon" type="image/png" href="images/Favicons/Sam96.png" sizes="96x96">
<link rel="icon" type="image/png" href="images/Favicons/Sam32.png" sizes="32x32">
<link rel="icon" type="image/png" href="images/Favicons/Sam16.png" sizes="16x16">
<style>
@font-face { font-family: Expresso; src: url('fonts/espresso-dolce.regular.ttf'); }
:root {
--hue1: 120deg;
--hue2: 320deg;
--angle: 160deg;
--middleHR: "☕︎ 𓆩⟡𓆪 ☕︎";
--middleImageHR: " ⋆⋅☆⋅⋆ ";
--middleLength: 7;
--middleAddition: "──";
--aDecor: "☕︎ ";
--bodyText: "Baloo Bhaijaan 2", serif;
/* --bodyText: Expresso; */
--headingText: "Amita", serif;
--headingTextAdjustment: 1.5rem;
}
</style>
<link rel="stylesheet" href="CSS/Defaults.css">
<link rel="stylesheet" href="CSS/Wiki.css">
<link rel="stylesheet" href="CSS/HrCSS.css">
<script src="nav.js"></script>
<script>
let current = 0;
let names = [" Cave In - Owl City ", " East To West - Casting Crowns ", " Hey, Doctor Doctor - MITM ", " Waiting On A Miracle - Encanto "];
let songs = ["Audio/Cave In.ogg", "Audio/East To West.ogg", "Audio/Hey, Doctor Doctor.mp3", "Audio/Waiting on a Miracle.mp3"];
</script>
<script src="Audioplayer.js"></script>
</head>
<body>
<header>
<div class="navbar">
<h3 id="SiteName">Prismoria</h3>
<div class="flex-container">
<a href="index.html" id="TheParticle">The Particle</a>
<div class="dropdown">
<button class="dropbtn Selected" id="Characters">Characters
</button>
<div class="dropdown-content">
<a href="Jay.html">Jay Star</a>
<a href="Jacob.html">Jacob Jackson</a>
<a href="Sam.html">Samuel Broteez</a>
<a href="Elliot.html">Elliot Evans</a>
<a href="River.html">River Lucero</a>
<a href="Lucian.html">Lucian Draven</a>
<a href="Adam.html">Adam Zondervan</a>
</div>
</div>
<!-- <a href="SomeStories.html" id="SomeStories">Some Stories</a> -->
<a href="Updates.html" id="Updates">Site Updates</a>
</div>
</div>
</header>
<main>
<h1 class="sectionHeader">Samuel Broteez</h1>
<h1 class="sectionHeader">Character Sheet</h1>
<div class="tw">
<div class="audio-player">
<div class="title">
<button onclick="playPrev()" class="audioButtons"><i class="fa fas fa-caret-left"></i></button>
<span id="SongName"> Cave In - Owl City </span>
<button onclick="playNext()" class="audioButtons"><i class="fa fas fa-caret-right"></i></button>
</div>
<div class="controls">
<button onclick="playOrPause()" class="audioButtons"><i id="play" class="fa fas fa-play"></i></button>
<div class="range">
<input type="range" id="player-slider" value="0" aria-valuemax="100"/>
</div>
<audio preload="auto" onended="playNext()" id="player" src="Audio/Cave In.ogg" type="audio/mpeg" controls controlsList="nodownload noplaybackrate"></audio>
</div>
</div>
<div class="playlist">
<p><a target="_blank" href="https://open.spotify.com/playlist/2a5O2watIHm6RJ9uXgJ9EC?si=0OxoMroLQvSEF2s4TrPBjA&pi=FLJlP19BSfWbp">Spotify Playlist</a></p>
</div>
<p>╭━━━━━━━━━━━━━━━━╮</p>
<p>Trigger Warnings</p>
<p>Depression, suicide, drug addiction</p>
<p>Survivor's guilt, religious trauma</p>
<p>╰━━━━━━━━━━━━━━━━╯</p>
</div>
<div class="sectionLabel">
<hr>
<h2>Contents</h2>
<hr>
</div>
<p>I. Teaser</p>
<p>II. Basic info</p>
<p>III. Health and Abilities</p>
<p>IV. Appearance</p>
<p>V. Personality</p>
<p>VI. Self Perception</p>
<p>VII. Relations</p>
<p>VIII. Roleplay Info</p>
<hr class="ImageTop">
<img src="images/Sam/SailSadDaysAway.jpg">
<p class="quoteCaption">“Your world's not falling apart, it's falling into place.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Teaser</h2>
<hr>
</div>
<p id="TeaserText">Slowly, the boy flutters his eyes open. Where is he? What happened?
He looks around to get a sense of his surroundings. The boy seems to be in a fairly old house. The plumbing drums and creaks, the soft green paint on the walls has started to chip away over time, and the cushions of the dark couch he's on are rough and worn down. Despite that, the place as a whole has a warm and inviting atmosphere, and he can't quite place why. Whatever this place is, the room he's in looks to be a living room. There are two couches that face each other with a coffee table in between them.
A searing hot wave of pain jolts up his arm when the boy tries to sit up. He inhales sharply and falls back onto the couch, now remembering what happened before he somehow got here. There was a wolf attack. He's lucky he was able to fend them off for the most part, even if he didn't make it out unharmed. But how did he get here?
He looks down at his arm, finally noticing the bandage wrapped around the wound, which fresh blood starts to stain. He must've opened the wound again when he tried to sit up. Who bandaged his arm though?
The boy doesn't have to wonder for long, as a green eyed blonde takes a seat on the couch across from him.
"Don't strain yourself, you're safe here. You were attacked, so I brought you here to heal you," the blonde says, his voice... Oh, his voice is so soft and gentle. That alone is almost enough to soothe the boy.
"W-who are you?"
The blonde smiles politely, a shy kind of smile. "I'm Sam. Who I am doesn't matter though, you should focus on resting so your arm can heal."</p>
<hr class="ImageTop">
<img src="images/Sam/Reality.jpg">
<p class="quoteCaption">“Don't worry about me, I just want you to be happy.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Basic Info</h2>
<hr>
</div>
<section class="info" id="BasicInfo">
<p class='q'>Birth Name</p>
<p class='a'>Samuel Amos Broteez</p>
<p class='q'>Current Name</p>
<p class='a'>Samuel Amos Broteez</p>
<div class="br"></div>
<p class='q'>First Name</p>
<p class='a'>Samuel</p>
<p class='q'>Meaning</p>
<p class='a'>"Name of God" or "Heard of God" ("God has Heard")</p>
<p class='q'>Significance</p>
<p class='a'>He thinks he has heard God. He believes that when he died for 3 minutes and 7 seconds, he saw God and heard him. He's been religious ever since</p>
<div class="br"></div>
<p class='q'>Middle Name</p>
<p class='a'>Amos</p>
<p class='q'>Meaning</p>
<p class='a'>"Burden" or "One who bears the burden"</p>
<p class='q'>Significance</p>
<p class='a'>He's been burdened with raising his little brother and consoling everyone around him while struggling to maintain a stable job because he has a reputation of a murderer even though he did nothing wrong. But as long as he can get Simon to live until he can go to college, then it will have been worth it. Because then at least Simon got to live to his potential</p>
<div class="br"></div>
<p class='q'>Last Name</p>
<p class='a'>Broteez</p>
<div class="br"></div>
<p class='q'>Nicknames</p>
<p class='a'>Sam</p>
<p><i>Reason</i></p>
<p><i>Shortened version of Samuel. This is what he's most commonly called</i></p>
<p class='a'>Sammy</p>
<p><i>Reason</i></p>
<p><i>Another version of Samuel, but he hates being called this. He thinks it sounds too childish</i></p>
<p class='a'>Samikins (Sam-i-kins)</p>
<p><i>Reason</i></p>
<p><i>His best friend thought it was a cute nickname. Sam does not like it</i></p>
<p class='a'>Biscuit</p>
<p><i>Reason</i></p>
<p><i>Because he's sweet uwu</i></p>
<p class='a'>Dozens of other Sam variations</p>
<p><i>Reason</i></p>
<p><i>Jacob is constantly coming up with new names he hates</i></p>
<div class="br"></div>
<p class='q'>Biological Gender</p>
<p class='a'>Male</p>
<p class='q'>Preferred Gender</p>
<p class='a'>Male</p>
<p class='q'>Pronouns</p>
<p class='a'>He / him / his</p>
<div class="br"></div>
<p class='q'>Sexual Orientation</p>
<p class='a'>Demi-sexual</p>
<p class='q'>Romantic Orientation</p>
<p class='a'>Bi-romantic</p>
<p class='a'><i>Often attracted to intelligence, so he's a bit sapio-romantic / sapio-sexual</i></p>
<div class="br"></div>
<p class='q'>Age</p>
<p class='a'>20</p>
<p class='q'>Birthday</p>
<p class='a'>January 1st</p>
<p class='q'>Zodiac Sign</p>
<p class='a'>Capricorn</p>
<div class="br"></div>
<p class='q'>Occupation</p>
<p class='a'>Official: He has this job that requires him to fill out paperwork to turn back in and get paid for. He doesn't question why his employer needs this, he just does it</p>
<p class='a'>Unofficial: He acts as a medical profession / doctor for those who can't afford the hospital</p>
<div class="br"></div>
<p class='q'>Where they live</p>
<p class='a'>Prismoria</p>
<div class="br"></div>
<p class='q'>Languages</p>
<p class='a'>English</p>
<p class='a'>Spanih</p>
<p class='a'>French</p>
<p class='a'>Dutch</p>
<p class='a'>A bit of German</p>
</section>
<hr class="ImageTop">
<img src="images/Sam/MountainsUnmovable.png">
<p class="quoteCaption">“Just give me a week, that's all I need. We can fix this,<br>you just have to trust me.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Health and Abilities</h2>
<hr>
</div>
<section class="info" id="Health">
<p class='q'>Physical Illnesses</p>
<p class='a'>None</p>
<p class='q'>Mental Illnesses</p>
<p class='a'>Depression</p>
<div class="brLarge"></div>
<p class='q'>Triggers</p>
<p class='a'>Wolves</p>
<p class='q'>Addictions</p>
<p class='a'>Anti-depressants</p>
<div class="brLarge"></div>
<p class='q'>Mutation / Power</p>
<p class='a'>Water Manipulation</p>
<p class='q'>How long have they had it</p>
<p class='a'>Since he was around 12</p>
<p class='q'>What are the limitations</p>
<p class='a'>In order to use his power, whatever he's trying to do must contain H2O</p>
</section>
<hr class="ImageTop">
<img src="images/Sam/Lovesick Sam.jpg">
<p class="quoteCaption">“I know it may feel like you're stranded in an endless ocean<br>with nobody to throw you a life jacket, but it doesn't have to be that way.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Appearance</h2>
<hr>
</div>
<section class="info" id="Appearance">
<p class='q'>Height</p>
<p class='a'>5'5"</p>
<p class='a'>165.1 cm</p>
<p class='q'>Weight</p>
<p class='a'>118 lbs.</p>
<p class='a'>53.5239 kg</p>
<div class="brLarge"></div>
<p class='q'>Skin color</p>
<p class='a'>Pale ivory</p>
<div class="brLarge"></div>
<p class='q'>Hair color</p>
<p class='a'>Dirty blonde</p>
<p class='q'>Hair style</p>
<p class='a'>Curly / Wavy, but he always straightens it And he has a fringe</p>
<div class="brLarge"></div>
<p class='q'>Eye color(s)</p>
<p class='a'>Bright green (Which he refers to as poison green)</p>
<div class="brLarge"></div>
<p class='q'>Wings (Optional)</p>
<p class='q'>Type</p>
<p class='a'>Angel wings</p>
<p class='q'>Color</p>
<p class='a'>White</p>
<p class='q'>Size</p>
<p class='a'>12'6" per wing, 25' total wingspan</p>
<p class='a'>3.81 meter per wing, 7.62 meter total wingspan</p>
<p class='q'>Feel</p>
<p class='a'>Very, very, very soft. Heavenly soft. Like nothing you've ever felt before</p>
<div class="brLarge"></div>
<p class='q'>Piercings</p>
<p class='a'>None</p>
<p class='q'>Scars</p>
<p class='a'>A slash going across his eye, which he covers up with makeup</p>
<p class='q'>Tattoos</p>
<p class='a'>None</p>
<p class='q'>Birthmark</p>
<p class='a'>None</p>
<p class='q'>Freckles</p>
<p class='a'>No</p>
<div class="brLarge"></div>
<p class='q'>Glasses / Contacts</p>
<p class='a'>He has glasses, but he never wears them. He'd rather be partly blind.</p>
<div class="brLarge"></div>
<p class='q'>Accent / Voice</p>
<p class='a'>Very soft and relaxing voice, it's easy to trust him and his gentle ways</p>
<p class='a'>By default, his laugh is really quiet or even silent. If he gets better mentally, then it can change and it just has an adorable sound</p>
</section>
<hr class="ImageTop">
<img src="images/Sam/WakingUpInTears.jpg">
<p class="quoteCaption">“I'm not cute, that's childish, and I'm certainly not a child.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Personality</h2>
<hr>
</div>
<div class="info" id="Personality">
<p class='q'>Closest Stereotype</p>
<p class='a'>Nerd</p>
<div class="br"></div>
<p class='q'>Overall Description</p>
<p class='a'>Sam is the nicest person you will ever meet. He is always willing to lend a hand and will always try to see the good in people. He will repeatedly give people another chance to redeem themselves, no matter how bad what they did before was. This does not apply to himself however. If he thinks that he did something bad, he will not forgive himself for it. It will seem like a much bigger mistake than it really was to him, in his mind it's blown way out of proportion. He needs someone to keep him grounded and remind him that things aren't as big as they seem (though he also finds it difficult to accept help from others). And if he can't handle his own thoughts, he will resort to drugs to block out the pain and get himself back together.</p>
<p class='a'>Despite sometimes not being able to grasp how important his actions are, he is very smart. He's a nerd, and he's proud of it. Sometimes, this can be really cute. If the right topic happens to be brought up, he will start fangirling over some biology thing or about a book he read fifteen times over. He doesn't notice that he's doing it, and he looks like a little kid when he does. Once he realizes, he will shut up and feel embarrassed about it.</p>
<div class="br"></div>
<p class='q'>Likes</p>
<p class='a'>Pastries. He really likes sweets. Not much more to say about it.</p>
<p class='a'>Biology and medicine. Every since he was ten, he wanted to be a doctor. He had a near death experience, the doctors who saved him were like angels to him and he wanted to be just like them. Medicine became his passion</p>
<p class='a'>Puppies. He's always wanted to get a puppy but has always been too worried about whether or not he'd be able to take care of it. He doesn't know if he'd be able to keep buying it food and whatnot for it to survive. But he does love puppies.</p>
<div class="br"></div>
<p class='q'>Dislikes</p>
<p class='a'>Anything that he considers to be childish. He had to start going to work and support a family by himself when he was 10. He stopped being a kid. But employers don't want to be paying a ten year old, that would just be stupid. Because of his age, it was very hard to make enough money to even be able to buy food. He hates being viewed as young or child-like because of this</p>
<p class='a'>Similar to the last one, he hates when people assume things based on ones appearance. He didn't look like a skilled intellect or anything when he was 10, he was 10 for Christ's sake. Nobody wanted to hire a stupid little kid. But when he started to make himself look older and more mature than he was, he started getting better results. But why should he have to change his outfit just to be hired? That in itself is stupid. He will never, well, he always tries not to judge someone based off of their looks, he tries his best to ignore any prejudice biases due to how someone appears on the outside. Someone also once said something that really stuck with him: "I care more about someone's personality. People aren't always going to look as good as they used to. We all get old. But if you find someone who has a golden heart, that's not going to change, and you'll still be happy living with them."</p>
<p class='a'>Competition or someone challenging his intellect. He can be pretty jealous sometimes, and he is a sore loser.</p>
<div class="br"></div>
<p class='q'>Positive Traits</p>
<p class='a'>Kind and caring, he will try to help anyone he can. He's very compassionate</p>
<p class='a'>Smart and analytical, he can understand a persons motives and perspective pretty easily</p>
<p class='a'>Pure and innocent</p>
<p class='a'>Good listener. He won't push for information you're not comfortable telling, but if you need to get something off your chest, he will sit and listen. And if you need comforting, he will offer himself up to a hug if needed</p>
<div class="br"></div>
<p class='q'>Negative Traits</p>
<p class='a'>Doesn't stand up for himself and lets himself get torn down</p>
<p class='a'>Self-destructive as well as overly self-sacrificing is not a good combination. He will do anything to help others, he will go ahead and take the repercussions for them without thinking about how it will affect himself</p>
<p class='a'>He can act quite childishly when he's frustrated and may throw things at you</p>
<p class='a'>He has a hard time asking others for help, even when he desperately needs it. And he makes himself look like he has everything together, even if he's really falling apart</p>
<div class="br"></div>
<p class='q'>Hobbies</p>
<p class='a'>Medicine</p>
<p class='a'>Chess</p>
<div class="br"></div>
<p class='q'>Fears</p>
<p class='a'>Being picked up. Odd, I know, but he has been the victim of bulling in the past. They did some really mean things to him, and if someone tries to pick him up without warning him ahead of time, he will freak out. No matter who they are</p>
<p class='a'>Wolves. He is deathly afraid of wolves</p>
<p class='a'>Losing his brother / His brother committing suicide just like he did, except Simon won't get a second chance like him</p>
<p><i>(In all further rps, Simon will be dead. He's very toxic, and I don't want to rp him)</i></p>
<p class='a'>The dark, he's scared of the dark and need a nightlight in order to sleep.</p>
<div class="br"></div>
<p class='q'>Love Language(s)</p>
<p class='a'>Words of Affirmation: You really like hearing your partner say, "I love you." Those three words are particularly meaningful, special, and reassuring for you to hear. Again and again and again. You appreciate when you are being acknowledged and praised. It's nice to have your efforts recognized with kind words, no matter how small it is. It lets you know that you are valued.</p>
<p class='a'>Physical Touch: People who communicate their appreciation through this language, when they consent to it, feel appreciated when they are hugged, kissed, or cuddled. They value the feeling of warmth and comfort that comes with physical touch.</p>
<div class="br"></div>
<p class='q'>Greatest joy in life</p>
<p class='a'>Helping others</p>
<div class="br"></div>
<p class='q'>Biggest Regret</p>
<p class='a'>Holding his little brother back when his sister was in danger</p>
<div class="br"></div>
<p class='q'>Biggest Accomplishment</p>
<p class='a'>Being Jacob's friend</p>
<div class="br"></div>
<p class='q'>Darkest Secret</p>
<p class='a'>His sister's dead body is still in the woods, not buried, and he can never find the courage to bury her</p>
<div class="br"></div>
<p class='q'>Extra</p>
<p class='a'>This is gonna sound weird, but when he falls into deep sleep, so like an hour or 2 after falling asleep, he does talk in his sleep. And not just any random nonsense, no no no no no. He fricken recites facts in his sleep. Very quietly, but if you stay up past him, you might just hear random knowledge. That is how nerd he is.</p>
<p class='a'>He can actually be quite evil at times.</p>
</div>
<hr class="ImageTop">
<img src="images/Sam/Tie.webp">
<p class="quoteCaption">“What do <b>I</b> want? That's irrelevant.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Random Opinions (This is a new section, I'm experimenting, sue me)</h2>
<hr>
</div>
<section class="info" id="opinions">
<p class='q'><u>Physcial contact</u></p>
<p class='a'>As a kid, he used to be very affectionate. He couldn't get much attention from his parents, so it was mainly with Jacob, who never had any qualms with that xD</p>
<p class='a'>Now, as an adult, he is more closed off. But, if someone needs comfort and finds comfort in affection, he is open. Otherwise, he is distant.</p>
<div class='br'></div>
<p class='q'><u>Trust</u></p>
<p class='a'>Innocent until proven guilty<br>Sam trusts other very easily. He basically trusts everyone until he's given a reason not to. Even then, he forgives others too quickly. This man has no backbone.</p>
<p class='q'><u>Truth</u></p>
<p class='a'>... Yeah, he rarely tells the full truth when it comes to topics that are close to home. He rarely even tells the truth for lighter topics. He struggles with making his own decisions if it impacts anyone other than him, and will agree with whatever someone else says, claiming that was his opinion from the start too. Everything aboout his appearance is a facade; none of it is real. He has manufactured his looks, his personality, even his voice to the point where he doesn't know who he is. No, he doesn't like being lied to (who does?), but he does not have a leg to stand on morally in this.</p>
<div class='br'></div>
<p class='q'><u>Flaws in others</u></p>
<p class='a'></p>
<p class='q'><u>Core Beliefs</u></p>
<p ><i>In a character arc, these will most likely change from being negative to positive. These are base-Sam beliefs</i></p>
<p class='a'>"I am not supposed to be alive." - He was supposed to die when he was 10. It was all over. He <i>was</i> dead. But, God said no. And he is still mad at God for that. Now, he is fully aware that he should not be here. He doesn't deserve the gift of life after having rejected it before. The best he can do is help others preserve the gift of life while they still have it.</p>
<p class='a'>"I destroyed my family." - I will not write out the full explanation for this since it would spoil his basckstory.</p>
<p class='a'>"I'm un-lovable"</p>
<p class='q'><u>Core Underlying Emotion</u></p>
<p class='a'>Depression. In most situations, his first emotional response is despair, grief, intense sadness.</p>
</section>
<hr class="ImageTop">
<img src="images/Sam/SamPortrait.png">
<p class="quoteCaption">“There's someone out there that's right for everyone. Wait, don't try to turn that around on me, that's ridiculous. Blasphemy. Nobody cares about me.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Self-Perception</h2>
<hr>
</div>
<section class="info" id="Perception">
<p class='q'>How they feel about themselves</p>
<p class='a'>He does not like himself. He believes his only purpose in life is to raise his little brother, nothing else. He doesn't care if his brother treats him terribly, he deserves it.</p>
<div class="br"></div>
<p class='q'>How they would describe themselves</p>
<p class='a'>Someone who tries and often fails to be nice. Someone who can't even fulfill their only purpose in life. Someone who doesn't deserve to be happy. Someone who can't be fixed.</p>
<div class="br"></div>
<p class='q'>What they think is their best trait</p>
<p class='a'>His intelligence</p>
<div class="br"></div>
<p class='q'>What they think is their worst trait</p>
<p class='a'>Everything mostly. But if he had to pick his worst trait, it would probably be his cowardice</p>
<div class="br"></div>
<p class='q'>How they think other perceive them</p>
<p class='a'>Monster</p>
<div class="br"></div>
<p class='q'>What they would like to change about themselves</p>
<p class='a'>Everything</p>
</section>
<hr class="ImageTop">
<img src="images/Sam/AngelSam.png">
<p class="quoteCaption">“Stop lying to yourself, you are good enough. You deserve a good life, everyone does.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Relations</h2>
<hr>
</div>
<section class="info" id="Relations">
<p class='q'>Biological Mother</p>
<p class='a'>Katherine Broteez</p>
<p class='q'>Status</p>
<p class='a'>Deceased</p>
<div class="br"></div>
<p class='q'>Biological Father</p>
<p class='a'>xxx</p>
<p class='q'>Status</p>
<p class='a'>Deceased</p>
<div class="br"></div>
<p class='q'>Sister</p>
<p class='a'>Lindsey</p>
<p class='q'>Status</p>
<p class='a'>Deceased</p>
<div class="br"></div>
<p class='q'>Brother</p>
<p class='a'>Simon</p>
<p class='q'>Status</p>
<p class='a'>Dead</p>
<div class="br"></div>
<p class='q'>Friends</p>
<p class='q'><i>Best friend</i></p>
<p class='a'><a href='Jacob.html'>Jacob Jackson</a></p>
<p class='q'><i>Friend</i></p>
<p class='a'><a href='Adam.html'>Adam Zondervan</a></p>
<p class='q'><i>Friend</i></p>
<p class='a'><a href='Jay.html'>Jay Star</a></p>
</section>
<hr class="ImageTop">
<img src="images/Sam/PastICantErase.jpg">
<p class="quoteCaption">“Everyone deserves to be given the chance to change.”</p>
<hr class="ImageBottom">
<div class="sectionLabel">
<hr>
<h2>Roleplay Info</h2>
<hr>
</div>
<section class="info" id="RpInfo">
<p class='q'>Availability</p>
<p class='a'>Open</p>
<div class="br"></div>
<p class='q'>Genres</p>
<p class='a'>Fantasy</p>
<p class='a'>Angst</p>
<p class='a'>Sci-Fi</p>
<p class='a'>Romance</p>
<p class='a'>Mystery?</p>
<p class='a'>Adventure</p>
</section>
</main>
<footer>
<button data-theme="normal" aria-pressed="false" id="NormalMode" type="button"></button>
<button data-theme="alt" aria-pressed="true" id="AltMode" type="button"></button>
</footer>
</body>
</html>