@supports(display: grid) { :root { /* header measurements */ --header-height-on-desktop: 10rem; --header-height-on-mobile: 10rem; --header-h1-font-size: clamp(2rem, 5vw, 2.8125rem); --header-h2-font-size: clamp(0.875rem, 3vw, 0.9375rem); } #header { --search-textbox-text-color: var(--swatch-secondary-color); background: none; } #header::before { content: " "; position: absolute; width: 100%; height: 100%; left: 0; top: 0.75rem; background-image: var(--logo-image); background-repeat: no-repeat; background-position: center 0; background-size: auto calc(var(--header-height-on-desktop) - 1.5rem); opacity: 0.8; pointer-events: none; } #header h1, #header h2 { margin: 0; padding: 0; width: 100%; height: var(--header-height-on-desktop); display: flex; align-items: center; justify-content: center; display: flex; align-items: center; justify-content: center; } #header h1 a, #header h1 a::before, #header h2 span, #header h2 span::before { margin: 0; padding: 0; z-index: 0; display: block; text-align: center; } #header h1 { z-index: 1; } #header h1 a::before, #header h1 a::after { content: var(--header-title); } #header h1 a::before { color: rgb(var(--swatch-text-tertiary-color)); z-index: -1; -webkit-text-stroke: 0.325rem rgb(var(--swatch-text-dark)); } #header h1 a::after { color: rgb(var(--swatch-headerh1-color)); z-index: 1; } #header h2 { z-index: 0; text-transform: uppercase; pointer-events: none; } #header h2 span { margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - 2em); } #header h2 span::before, #header h2 span::after { --wght: 600; content: var(--header-subtitle); position: absolute; left: 50%; transform: translateY(-50%) translateX(-50%); width: 100%; text-align: center; } #header h2 span::before { -webkit-text-stroke: 0.25rem rgb(var(--swatch-text-dark)); } #header h2 span::after { color: rgb(var(--swatch-headerh2-color)); z-index: 1; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { color: rgba(0, 0, 0, 0); } @media (min-width: 36rem) { #login-status { flex-grow: 1; left: 3%; right: initial; } #login-status::before { --mask-image: none; background-color: transparent; } #login-status:not(:focus-within) { color: rgb(var(--login-line-divider-color)); -webkit-user-select: initial; -moz-user-select: initial; -ms-user-select: initial; user-select: initial; } #login-status #account-topbutton, #login-status:not(:focus-within) #account-topbutton { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgba(var(--login-arrow-color), 0); } #login-status #account-topbutton::before{ --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(var(--login-arrow-color), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton::before, #login-status:not(:focus-within) #account-topbutton:hover::before { --clip-path: polygon( 30% 35%, 70% 35%, 50% 60%, 50% 60% ); --mask-image: initial; } #login-status:not(:focus-within) #account-topbutton::after { display: none; } #login-status:not(:focus-within) *:not(#account-topbutton):not([href*="account/messages"]) { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); pointer-events: all; -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #login-status:not(:focus-within) *:not(#account-topbutton):not(#account-options):not([href*="account/messages"]) { opacity: 1; } #login-status #my-account { --wght: 300; } #account-options { background: var(--gradient-header); } #search-top-box { top: 1.5em; right: 3%; background: rgba(var(--search-focus-textbox-bg-color), 0.4); box-shadow: calc(var(--search-height) / 2 * -1) 0 calc(var(--search-height) / 2) rgba(var(--search-focus-textbox-bg-color), 0.4); } #search-top-box:focus-within ~ #login-status { opacity: 1; } #search-top-box::after { transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); transition: background-color 150ms cubic-bezier(0.4, 0, 0.2, 1), clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-clip-path 150ms cubic-bezier(0.4, 0, 0.2, 1); } #search-top-box:not(:focus-within)::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0% 100% ); background-color: rgba(var(--search-icon-bg-color, --dark-accent), 1); -webkit-clip-path: var(--clip-path); clip-path: var(--clip-path); } #search-top-box:not(:focus-within):hover::after { --clip-path: polygon( 0 0, 100% 0, 100% 100%, 0 100% ); background-color: rgb(var(--search-icon-hover-bg-color)); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) { max-width: var(--search-width); } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="text"] { max-width: var(--search-width); padding: 0 var(--search-height) 0 1em; outline-width: 0; background-color: rgb(var(--search-focus-textbox-bg-color), 0.35); color: rgba(var(--search-textbox-text-color), 0.4); cursor: pointer; } #search-top-box form[id="search-top-box-form"]:not(:focus-within) input[type="submit"], #search-top-box form[id="search-top-box-form"]:focus-within input[type="submit"] { pointer-events: all; border: none; } } #page-title::after, .meta-title::after, #page-title::before, .meta-title::before { content: ""; flex-grow: 1; height: 0.0625rem; background: rgb(var(--swatch-primary)); } #page-title::before, .meta-title::before { margin: auto 1.25rem auto auto; } }
@supports(display: grid) { :root { --sidebar-width-on-desktop: calc((var(--base-font-size) * (14 / 15)) * 19); --body-width-on-desktop: 45.75rem; } @media only screen and (min-width: 769px) { #side-bar .close-menu { display: block; position: fixed; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; opacity: 1; pointer-events: all; z-index: -1; } #side-bar .close-menu img { color: transparent; } #side-bar .close-menu::before, #side-bar .close-menu::after { content: ""; box-sizing: border-box; position: fixed; display: block; top: 0.5rem; left: 0.5rem; width: 3rem; height: 3rem; padding: 0; margin: 0; text-align: center; pointer-events: all; cursor: pointer; transition: opacity var(--sidebar-transition-timing); } #side-bar .close-menu::before { --mask:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='Hamburger' x='0' y='0' baseProfile='tiny' overflow='visible' version='1.2' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath d='M4 10h24c1.1 0 2-.9 2-2s-.9-2-2-2H4c-1.1 0-2 .9-2 2s.9 2 2 2zm24 4H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2zm0 8H4c-1.1 0-2 .9-2 2s.9 2 2 2h24c1.1 0 2-.9 2-2s-.9-2-2-2z'/%3E%3C/svg%3E"); z-index: -1; background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important; -webkit-mask: var(--mask); mask: var(--mask); -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-position: 50% 50%; mask-position: 50% 50%; -webkit-mask-size: 60%; mask-size: 60%; } #side-bar .close-menu::after { z-index: -2; background-color: var(--toggle-button-bg, rgb(var(--sidebar-bg-color))) !important; border-radius: var(--toggle-roundness, 50%); border: var(--toggle-border-color, rgb(var(--sidebar-links-text))) var(--toggle-border-width, 0.25rem) solid; } #side-bar:focus-within .close-menu, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu { pointer-events: none; } #side-bar:focus-within .close-menu::before, #side-bar:focus-within .close-menu::after { opacity: 0; pointer-events: none; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::before, #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover .close-menu::after { opacity: 0; pointer-events: none; } #side-bar { display: block; position: fixed; top: 0; left: calc(var(--sidebar-width-on-desktop)*-1); z-index: 10; transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; height: 100%; overflow-y: auto; overflow-x: hidden; margin-top: 0; } #side-bar:focus-within { left: 0; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover { left: 0; } #side-bar .side-block { margin-top: 1rem; background-color: rgb(0, 0, 0, 0); border-radius: 0; border-left-width: 0px; border-right-width: 0px; } #main-content::before { content: ""; display: block; position: fixed; top: 0; right: 0; z-index: -1; opacity: 0; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, width 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; margin-left: var(--sidebar-width-on-desktop); background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat; padding-right: 0; width: 100%; height: 100vh; pointer-events: none; z-index: 99; } #side-bar:focus-within ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } #side-bar:not(:has(.close-menu:hover)):not(:focus-within):hover ~ #main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } @supports (-moz-appearance:none) and (background-attachment:local) and (not (-moz-osx-font-smoothing:auto)) { #side-bar { padding: inherit; } } #content-wrap { display: flex; flex-direction: row; width: calc(100vw - (100vw - 100%)); min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem))); flex-grow: 2; height: auto; position: relative; margin: 0 auto; max-width: inherit; } #main-content { width: 100%; position: initial; max-height: 100%; padding: 2rem 1rem; width: var(--body-width-on-desktop, 45.75rem); max-width: var(--body-width-on-desktop, 45.75rem); margin: 0 auto; } #page-content { max-width: min(90vw, var(--body-width-on-desktop, 45.75rem)); } @supports (-webkit-hyphens:none) { #side-bar { transition: left 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, padding-right 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms, background-color 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; padding-right: 0; background-color: rgb(0, 0, 0, 0); pointer-events: all; overflow-x: visible; overflow-y: visible; z-index: 999; } #side-bar::-webkit-scrollbar { opacity: 0; -webkit-transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; transition: opacity 500ms cubic-bezier(0.4, 0, 0.2, 1) 100ms; } #side-bar .close-menu::before { z-index: 999; } #side-bar .close-menu::after { z-index: 998; } #side-bar:hover .close-menu::before, #side-bar:hover .close-menu::after { opacity: 0; } #side-bar:hover { left: 0; background-color: rgba(var(--swatch-menubg-color), 1); padding-right: 0; } #side-bar:hover::-webkit-scrollbar { opacity: 1; } #side-bar:hover~#main-content::before { width: calc(100% - var(--sidebar-width-on-desktop)); opacity: 1; pointer-events: all; } } } }
Series Archive » North Star » Chapter 1 » SCP-6303
Info
⚠️ Content Warning: ⚠️
-Suicide
Continuity Notice:
This SCP, while able to stand on its own, was made within the context of the North Star tale series. As such, certain aspects of this article may not align with the 'general canon.'
<< Previous Tale || Next Tale >>
Article Info:
Author: DrDapper
Date Posted: 2/15/2022
⚠️ content warning

SCP-6303, c. 19991
Item #: SCP-6303
Object Class: Euclid Neutralized
Object Type: Sapient Humanoid
Special Containment Procedures (Prior to 11/16/2003): SCP-6303 is to be confined within a standard humanoid containment chamber within the Delta-C Medium-Risk wing of Site-17. Since containment on 11/12/2003, SCP-6303 has been limited to Class 1 privileges.
Access to SCP-6303's containment chamber is not permitted unless approved by Lead Researcher Eliza. Personnel entering SCP-6303's chamber are prohibited from making direct contact unless strictly necessary.
Description: SCP-6303, formerly known as Kaleb Dowes, is a Caucasian male of European descent. Born on May 22nd, 1989, SCP-6303 was detained and brought under Foundation custody at age 12. SCP-6303 has short brown hair with dark brown eyes. It measured 70.3 kilograms and 1.7 meters tall during the last medical assessment.
SCP-6303 has the ability to manipulate the direction of an object's gravitational pull. It also has the ability to increase/decrease the force of an object's pull, with the maximum being 7G2 and minimum being 0G.
Acquisition: SCP-6303 was first located by Foundation field agents operating within the ████████ County Police Force on September 4th, 2001. SCP-6303 was attending the birthday party of a friend with several other children and parents present. Rachel Harris, mother of Sebastian Harris, called the authorities when it was reported that SCP-6303 was levitating Sebastian. Four Foundation agents arrived at the party under the guise of local police forces and apprehended SCP-6303, transporting it to Area-21 for categorization and then transferring it to Site-17.
Addendum-6303-1: Log Archives
Log #: 001
Date: 09/04/2001
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: Dr. Hayes was assigned to be SCP-6303's counselor. As such, she was tasked with initiating SCP-6303 to containment.
<Begin Log>
[SCP-6303 is sitting at the interview table within its cell. Subject appears fidgeting and glancing around. Dr. Hayes enters the room.]
Hayes: Hi there!
SCP-6303 does not respond. Hayes sits down.
Hayes: I'm Doctor Hayes, but you can call me Amelia.
SCP-6303 does not respond.
Hayes: What's your name?3
3 seconds of silence.
SCP-6303: K- Kaleb
Hayes: Hi Kaleb! I have a nephew with the same name. Do you spell it with a 'c' or a 'k?'
SCP-6303: 'K.'
Hayes writes on her paper.
Hayes: So, Kaleb, do you know why you're here?
SCP-6303: (Tearing up) I didn't mean to do it.
Hayes: Woah woah, hey. You didn't mean to do what?
SCP-6303: (Sniffs) Sebastian didn't believe I could make things float. He said 'if you can really make things fly, then make me fly.' So I did. He asked me to do it.
Hayes: You made your friend float?
SCP-6303 nods.
SCP-6303: I fixed him though. I brought him back down. I didn't mean to make him upset, it was an accident.
Hayes: Well, that's good! That makes our lives a whole lot easier.
SCP-6303 sniffs.
SCP-6303: Am I- (sniffs) am I in trouble?
Hayes: What? No no no! You're not in trouble! Why would you think that?
SCP-6303: (Breaths heavily) The police came and took me. Am I in jail?
Hayes: No, you're not in jail. I know it kind of looks like it, but trust me, you aren't in any trouble.
SCP-6303 takes several deep breaths.
SCP-6303: Are my parents coming to see me? How long will I have to stay here?
Hayes: (Sighing) Do you know why you're here, Kaleb?
SCP-6303 shakes its head.
Hayes: Most people can't make things float, Kaleb. I'm sure you understand that, at least.
SCP-6303: Is that why I'm here? Because I can do something other people can't?
Hayes: That's right Kaleb. That's why your here.
SCP-6303: But… how long am I going to stay here?
Hayes: For as long as you can do the things other can't.
SCP-6303: (Tearing up) But… but what if that's forever?
Hayes: There's… no easy way to put this, Kaleb, but… this is your home now.
SCP-6303 begins crying. Subject remained inconsolable. Interview terminated.
<End Log>
Log #: 002
Date: 09/05/2001
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: Dr. Hayes was asked to interview SCP-6303 on its abilities.
<Begin Log>
Hayes: Good morning Kaleb, feeling any better?
SCP-6303 sniffs, but does not answer.
Hayes: Is there anything I can get you? Water or juice or milk?
SCP-6303 does not respond.
Hayes: Did you at least eat breakfast? We wouldn't want you to get sick.
SCP-6303: (Quietly) They gave me eggs and toast.
Hayes: Good! I love eggs and toast, that's my favorite breakfast actually! Did you eat it?
SCP-6303: (Nodding) A little bit.
Hayes: Well a little is better than nothing. Now, I've come to ask you some questions about your ability. Can you recall when you first discovered it?
SCP-6303 does not respond.
Hayes: Kaleb… I know things are… not going the way you expect them to, and I know your life has changed a lot over these past few days. I can give you some more time to process everything, come back little later. But eventually I'm going to need you to answer some questions.
Four seconds on silence.
SCP-6303: I… figured out my powers on the last day of 6th grade. I remember because… on the last day of school we spend all day outside playing. I was out near the woods behind the school, away from everyone, when I picked up a pine cone. I threw it and it bounced off a tree, but instead of falling back to the ground, it floated up into the sky. It just kept going up. I watched it go until it was too small to see.
Hayes: (Writing on paper) So you threw a pine cone, and it just kept going up?
SCP-6303 nods.
Hayes: Strange, I thought you said you could only make things float.
SCP-6303: I spent all summer vacation playing with my powers. I found out I could make things float, make them fly up, even make them fall fast.
Hayes: Interesting. Did you tell anyone about your ability? Your parents or your friends?
SCP-6303: No. I kept it a secret from everyone.
Hayes: Any reason why?
SCP-6303: I wanted to master my powers before I showed anyone.
Hayes: Understandable. So why did you use your ability at your friend's birthday party? Did you feel like you had a hold of it?
SCP-6303: Well, not really, but during the party Sebastian mentioned how much fun it would be to float around in space. I wanted to be cool, so I told him I could make him float. He laughed and called me a liar, so I grabbed his arm and made him float.
Hayes: I see, and this was the first time you showed your ability to anyone?
SCP-6303: Yes.
Hayes: Ok Kaleb. Now, don't panic, but in a little bit some men are going to come get you and take you to one of our testing rooms. Don't worry, they're not going to hurt your or hook you up to any machines. We just want you to demonstrate your abilities in a safe environment, ok?
SCP-6303 nods.
Hayes: Good to hear!
<End Log>
Following Interview #002, SCP-6303's abilities were tested. The following was discovered about its anomalous properties:
- SCP-6303 is able to reduce the gravitational pull of an object to 0G.
- SCP-6303 is able to increase the gravitational pull of an object to 7G.
- SCP-6303 is able to change the gravitational direction of an object.
- An object with more mass puts more strain on SCP-6303. So far, SCP-6303 has been able to manipulate up to 700kg before passing out.
Below is the list of objects SCP-6303 was ask to manipulate. Included are the methods SCP-6303 used to manipulate said objects.
Object | Manipulation | Result |
---|---|---|
0.5 kg wooden block | Reduce gravitational pull to 0G | The wooden block lost all gravity, becoming weightless and remained suspended in the air |
0.5 kg wooden block | Change gravitational direction to upwards | The wooden block rose to the ceiling |
1 liter glass of water | Change gravitational direction of only the water to upwards | After several attempts, SCP-6303 managed to cause the water to rise to the ceiling |
1 Columbidae4 feather | Increase gravitational pull of feather to 3G | Feather appeared to ignore wind resistance. Reportedly heavier than before manipulation |
1 700kg steel cube | Reduce gravitational pull to 0G | SCP-6303 complained of feeling tired while attempting to manipulate the object. Instructed to continue. Lost consciousness before successfully completely removing gravity. Object did appear to lose some gravity, weighing only 182kg |
Log #: 008
Date: 10/02/2001
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: SCP-6303 was showing signs of depression. Dr. Hayes was asked to discuss this during their meeting.
<Begin Log>
Hayes: Did you read any of the books I got you?
SCP-6303: (Shaking head) I don't like reading.
Hayes: You don't like reading? Who doesn't like reading?
SCP-6303 does not respond.
Hayes: (Clearing throat) I've been told that you haven't been feeling too great since the last time we met. Would you like to talk about it?
SCP-6303: I hate it here.
Hayes: What about it do you hate?
SCP-6303: Everything. The food is bland, the library doesn't have anything I like, I'm not allowed to go anywhere or do anything, and everyone here act so… so…"
Hayes: Cold?
SCP-6303: (Nodding) I miss my parents, I miss my friends, I even miss school.
Hayes: (Laughing) I bet you never thought you'd every say that!
SCP-6303 remains silent.
Hayes: It sounds like you're homesick.
SCP-6303: I don't want to be here anymore. I just want to go home.
Hayes: I know you do, Kaleb, I know you do. But you can't. It's what's best for you and for your family.
SCP-6303 does not respond.
Hayes: Homesick, huh? Is there anything from home in particular your missing, or an object that would make you feel better? Do you have any action figures or stuffed animals that would help you feel like you're home? It could be something as simple as your pillow or blanket.
SCP-6303 opens its mouth, but closes it.
Hayes: Don't be shy, I won't judge!
SCP-6303: Now that you mention it, my pillow is too… you know when you sleep in a different bed, and you lay your head down and the pillow you lay on feels… Unfamiliar? Out of place? That's how my pillow feels. I guess I wouldn't say no to the pillow from my bedroom.
Hayes: I'll see what I can do. How about food? Was there anything you had in mind?
SCP-6303: There was a Chinese takeout place a few blocks from my house. Me and my family would get it every Friday.
Hayes: Chinese and pillow, I'll let them know!
SCP-6303: There's… one more thing.
Hayes: Shoot.
SCP-6303: Well… I mean… I don't NEED it, and if it's too much of an inconvenience, you don't have to…
Hayes: What is it?
SCP-6303: How busy are you? Like, do you have other people like me you meet with?
Hayes: I have a few, why?
SCP-6303: Oh, ok then. Nevermind.
Hayes: No, tell me. What would you like?
SCP-6303 remains silent for 3 seconds.
SCP-6303: (Reluctantly) If you can… could you maybe… come visit more often? Like maybe every week instead of every other week? If you can't that's fine, I was just-
Hayes: Of course I can come in more often! I'll need to rearrange some things, but it won't be a problem at all!
SCP-6303: (Smiling) Really?
Hayes: Yeah! All you had to do was ask.
SCP-6303: Thanks Amelia. I… it means a lot.
<End Log>
Log #: 046
Date: 05/22/2002
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: The following is a recorded session between SCP-6303 and Dr. Hayes.
<Begin Log>
[Dr. Hayes enters room a carrying large bag and a small Tupperware container.]
Hayes: Good morning Kaleb!
SCP-6303: Hi Amy, what you got there?
Hayes: Something for the birthday boy.
SCP-6303: You remembered?
Hayes: Of course I did! It's written down in your file, not that I needed it to remember.
SCP-6303: So what's in the bag?
Hayes: I don't know, why don't you find out.
SCP-6303 takes the bag and opens it.
SCP-6303: My pillow!
Hayes: I hope you still want it. Sorry it took so long, you would not BELIEVE the amount of red tape I needed to go through in order to get this. I was hoping to have it by Christmas, but a recent containment breach slowed everything down.
SCP-6303 places the pillow on the table and lays its head on it.
Hayes: Just like you remembered?
SCP-6303: Better.
Hayes places container on the table.
SCP-6303: What's that?
Hayes: You can't have a birthday without a little sugar.
Dr. Hayes opens the container and pulls out a cupcake.
Hayes: I would've brought an actual cake, but the Foundation is VERY strict about what foods you are and aren't allowed to bring to anomalies. Also, no candles, for obvious reasons.
Dr. Hayes places the cupcake in front of SCP-6303 and proceeds to sing 'Happy Birthday'
Hayes: Happy 13th Kaleb! You're a teenager now.
<End Log>
Log #: 068
Date: 07/02/2002
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: The following is a recorded session between SCP-6303 and Dr. Hayes.
<Begin Log>
[SCP-6303 and Dr. Hayes are playing chess in the containment cell.]
Hayes: You're getting good at this, Kaleb.
SCP-6303: Thanks. That book you got me really helped.
Hayes: That's good to hear! And how about that one fantasy book I got you?
SCP-6303: It's good. I was never a huge fan of fantasy or even reading, but that definitely sparked an interest. Do you have any other books to recommend?
Hayes: Oh sure, there's tons of stories I think you should read. When I get home, I'll pick some out for you.
SCP-6303: Thanks.
Hayes: You know, I get made fun of for enjoying those Young Adult novels.
SCP-6303: Really?
Hayes: Yeah. I mean, I get it. They're meant for older middle schoolers and younger high schoolers. But I just love them so much!
SCP-6303: I don't think it's weird. I was obsessed with Thomas the Tank Engine until I was nine. I remember wearing my too-tight Thomas sneakers to 4th grade every day. I got really bad blisters, and it wasn't until I needed to go to the doctor that I finally threw them out.
Hayes: (Laughing) Really?
SCP-6303: Yep. My backpack was Thomas also. I got burn lines from how tight the straps wrapped around my shoulders. Eventually I grew out of it, it was just 5 years too late. Checkmate.
Hayes: Hey! That's not fair, you distracted me with Thomas!
Both SCP-6303 and Dr. Hayes laugh.
Hayes: Well, this was fun. Unfortunately, I can't stay forever. When I come back next week, I'll have a nice tower of books for you. Fair?
SCP-6303 nods.
Hayes: (Standing) Alright. I'll see you next week.
SCP-6303: Amy?
Hayes: (Stopping) Yes Kaleb?
SCP-6303: Do you think… maybe… you could come a little bit earlier?
Hayes: You mean at like 7?
SCP-6303: No… I mean like… sighs like maybe Thursday?
Hayes: Thursday? That's only 2 days from now.
SCP-6303: I know, but… could you?
Hayes: Is something special happening Thursday?
SCP-6303: No… nothing in particular.
Hayes: Then why do you want me to move next weeks session to then?
SCP-6303: Well… I mean… I never said have it count as next weeks.
Silence for 6 seconds.
SCP-6303: Amy… I was wondering if you'd be able to schedule our visits for twice a week.
Hayes: (Sighing) I don't know Kaleb. I have a lot going on, but…
SCP-6303: (Sadly) It's ok then. Nevermind. You have things to do.
Hayes: (Sitting) Hey… don't be like that. I completely understand you wanting me to come over more often. The other doctors… they aren't as friendly as I am, are they?
SCP-6303 shakes its head. Dr. Hayes reaches out and takes SCP-6303's hand.
Hayes: Hey… I'll see what I can do.
<End Log>
Request To: Dr. Elizabeth Eliza - SCP-6303 Lead Researcher
Request From: Dr. Amelia Hayes - SCP-6303 Counselor
Request Subject: Increase sessions with SCP-6303 from once a week (Mondays, 9am-1pm) to twice a week (Mondays/Fridays, 9am-1pm)
Request Response: PARTIAL ACCEPTANCE
Request Conditions: A two session week will be followed by a one session week, which will then be followed by a two session week. This order will be consecutive.
Log #: 102
Date: 02/18/2003
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: The following is a recorded session between SCP-6303 and Dr. Hayes.
<Begin Log>
SCP-6303: I really wish you were allowed to come more often.
Hayes: I know, I wish I could too. B4.
SCP-6303: Miss. Oh well, at least you'll be back Friday.
Hayes: Kaleb… last week was our two session week. You won't see me until next Monday.
SCP-6303 remains silent.
Hayes: Kaleb?
SCP-6303: (Harshly) J3.
Hayes: Kaleb…
Dr. Hayes reaches across the table, placing her hand over SCP-6303's. Both remain silent for several minutes.
SCP-6303: Why do I have to stay here?
Hayes: It's for your own good.
SCP-6303: What if… what if I promised to never use my powers…
Hayes: Kaleb…
SCP-6303: What if I never use my powers again? Then I could be let go… and we could spend more time together and I could go home and see my family and my friends and I could continue school and-
Hayes: Kaleb.
Room remains silent for 13 seconds.
SCP-6303: (Tearing up) I don't want to be alone.
Dr. Hayes rubs SCP-6303's hand.
Hayes: I know you don't. And I promise, as long as I'm on your research team, you never will be.
SCP-6303 nods.
SCP-6303: J3.
Hayes: Hit.
[Extraneous data has been removed. For a comprehensive transcription of Interview Log 6303/102, contact Lead Researcher Eliza.]
Hayes: Well, Kaleb, that was fun, wasn't it?
SCP-6303: Do you have to go right now? Couldn't you stay another 10 minutes?
Hayes: I wish I could, but I'm already 20 minutes past my session. They REALLY don't like it when I go over. In fact, I'm probably going to have to explain this to Eliza afterwards.
SCP-6303: I don't like Eliza. She's mean and somehow even less caring than the rest of the doc-
Hayes: (Interrupting) Maybe keep those thoughts to yourself.
SCP-6303: Sorry.
Hayes: Just… be careful what you say out loud. Anyways, Kaleb, I'll see you next week.
Dr. Hayes proceeds to the containment cell door.
SCP-6303: Amy?
Hayes: (Stopping) Yes?
SCP-6303 walks up to Dr. Hayes and embraces her in a hug. Dr. Hayes is surprised, but quickly returns the gesture.
<End Log>
From: tni.pcs|azilee#tni.pcs|azilee
To: tni.pcs|seyaha#tni.pcs|seyaha
Subject: Concerns over SCP-6303
Dr Hayes,
After looking over your most recent sessions, I am concerned you are getting too close with SCP-6303.
I understand it's your job to upkeep the mental health of SCP objects, but it's my job to ensure absolute security and stability within the Medium-Risk sector. SCP-6303 has grown attached to you, and you to it. While not yet at the point where I need to intervene, it is getting close.
Should I feel your relationship with SCP-6303 exceeds what is acceptable, I will not hesitate to write you up and reassign you to another SCP object. Do not let this get out of hand.
Remember, SCP objects are objects, no matter how human they look.
-Dr E. Eliza
CONTAINMENT BREACH REPORT
Date: 11/12/2003
Report: During the chaos of Incident S17-RSH-004, SCP-6303 managed to breach containment and attempted to flee Foundation custody. It reached the low-risk sector of the site before begin recaptured. SCP-6303 was subsequently placed in class 2 containment.
Log #: 189
Date: 10/30/2003
Interviewer: Doctor Amelia Hayes
Interviewee: SCP-6303
Overview: Dr. Hayes was instructed to interview SCP-6303 on its escape attempt.
<Begin Log>
Hayes: You're lucky, you know. Those MTF agents could've shot you dead on the spot. Fortunately the officer was unusually cool headed.
SCP-6303 does not respond.
Hayes: You're also lucky they only put you in class 2 containment. Most anomalies that try what you tried end up in class 1. Do you know what class 1 means?
SCP-6303 does not respond.
Hayes: It means no leaving your cell, it means no choosing what you get to eat, it means no amenities, it means you can't even shit when you want to.
SCP-6303 remains silent.
Hayes: And it means no more socialization privileges. No more 'us time,' no more weekly sessions. The only person you'll ever see is the occasional faceless guard, escorting you to and from the bathroom twice a day.
SCP-6303: (Quietly) I didn't know that.
Hayes: Well now you do, so you better think twice before pulling a stunt like that again. I am trying my absolute hardest to make your life as comfortable as possible, but all that effort won't mean a damn thing if you break the rules!
SCP-6303 does not respond. Dr. Hayes takes several calming breaths.
Hayes: What were you thinking, Kaleb?
SCP-6303: I saw an opportunity.
Hayes: An opportunity to what? Get yourself killed? MTF aside, do you have any idea the kind of things we keep here?
SCP-6303 remains silent.
Hayes: Look, Kaleb… I know you miss your family. I know you just want to go home. These past few years have been rough, I understand, but what YOU need to understand is that… even if you got to the surface, even if you somehow managed to get yourself home… your family wouldn't…
Hayes takes a deep breath.
Hayes: Your family wouldn't even recognize you.
SCP-6303: What?
Hayes: When we contain a humanoid SCP… we have different approaches to… informing… the families and friends of said SCP. Sometimes it's a simple missing persons case, sometimes we stage a death… and sometimes we… amnesticize them.
SCP-6303: Amnesticize?
Hayes: We… wipe their memories. Plant new ones. Basically, make them forget the SCP ever existed. And… I'm sorry to tell you this, but…
SCP-6303: My family doesn't know who I am?
Hayes: Kaleb… I'm so, so sorry. You don't even have a birth certificate anymore.
Room remains silent for 6 seconds.
SCP-6303: Why… Why would you do that?
Hayes: It's not my choice. I personally am against it, but like I said, not my choice.
Room remains silent for 8 seconds.
SCP-6303: So… my family doesn't know I exist?
Hayes: No, they don't.
SCP-6303: Deep breath. Well, I guess it's a good thing I wasn't planning on going to them.
Hayes: What?
SCP-6303: Amy… my plan wasn't going to try and find my family. I don't know where I am, but I'm assuming it's far from any civilization. My plan was to get out and… find you.
Hayes: Me?
SCP-6303: I didn't try to escape because I miss my family, I tried to escape because I miss you.
Hayes: Kaleb… we see each other every week. Sometimes twice a week.
SCP-6303: That's not enough, Amy. You are the only person in my life right now who I call a friend. Everyone else… their only job is to either keep me in this room or keep me alive. I can't be restricted to 'once a week twice every other week.'
Hayes: Kaleb… I-
SCP-6303: I know, you put in requests to see me more often and if was up to you I'd never leave your side… but that's not how things are. How they are is I get to see you for a maximum of 8 hours a week. Every other hour is spent alone. And… I guess I just couldn't take it anymore. Amy… I… I l-
SCP-6303 goes silent.
Hayes: What is it?
SCP-6303: Nothing.
Hayes: Kaleb, please speak to me.
SCP-6303: It's embarrassing and stupid. Besides, I'm 14 and you're 26. That's over a 10 year age gap.
Room is silent for 5 seconds.
Hayes: Maybe we should stop here for today.
<End Log>
From: tni.pcs|azilee#tni.pcs|azilee
To: tni.pcs|awakayahl#tni.pcs|awakayahl
Subject: Assigning new doctor to SCP-6303
Director,
After examining the most recent session between Dr Hayes and SCP-6303, I have come to the conclusion that the subject has formed intimate feelings for the doctor.
While it is unclear if the feeling is mutual, further interactions between the two would likely manifest into something unacceptable. As such, I have reassigned Dr Hayes to SCP-████. Dr Jones will take over for SCP-6303.
-Dr E. Eliza
From: tni.pcs|awakayahl#tni.pcs|awakayahl
To: tni.pcs|azilee#tni.pcs|azilee
Subject: RE: Assigning new doctor to SCP-6303
Elizabeth,
Very well. We cannot afford such a relationship between an anomaly and a doctor, even one with a low clearance level.
Still, I trust you won't hold anything against Amelia. She's a good doctor, don't sideline her because of this.
With love,
Hayakawa, Director of Site-17
Log #: 190
Date: 11/15/2003
Interviewer: Doctor Reginald Jones
Interviewee: SCP-6303
<Begin Log>
[Dr. Jones enters the class 2 containment cell.]
Jones: Good day, SCP-6303.
SCP-6303: Who are you?
Jones: I am Doctor Jones. I have been assigned to-
SCP-6303: Where's Amy?
Jones: Doctor Hayes has been reassigned.
SCP-6303: She… she what?
Jones: Has been reassigned. I will be taking over.
SCP-6303: Is it temporary? Is she coming back? When is she coming back?
Jones: Doctor Hayes has been removed from the SCP-6303 research team entirely.
SCP-6303: (Distressed) No. No no no! She can't be gone!
Jones: Please calm down SCP-630-
SCP-6303: DON'T CALL ME THAT!
SCP-6303 lunges at Dr. Jones. Dr. Jones jolts back and presses his panic button. GenSec agents enter the room and subdue SCP-6303. Following the incident, SCP-6303 was placed in class 1 containment.
<End Log>
Object Reclassification
Date: 11/16/2003
Filer: Dr. Elizabeth Eliza
Subject: SCP-6303
Reclassify To: Neutralized
Reason: At 7:02 am, SCP-6303 was found deceased in its cell. The subject had tied its shirt into a noose, and using its abilities to manipulate gravitational direction and force, managed to hang itself. Autopsy showed the subject died of a fractured cervical, not asphyxiation. It is believed the gravitational force produced by SCP-6303 was so strong, it broke its neck before closing its windpipe.
Result: SCP-6303 reclassified as NEUTRALIZED
The following was found in Dr. Hayes's personal diary.
It's been 2 days since I got the call about Kaleb. I've only stopped crying a few hours ago.
Haven't been to work, called in sick both days. Not a complete lie. I still feel sick to my stomach. Haven't eaten anything in 2 days. Haven't showered, haven't changed my clothes, haven't turned the lights on in my house, hell the only times I've left my bed were to use the bathroom.
Drank a little bit of water though. With the amount I've cried, I'm surprised I haven't died dehydrated to death yet.
I just can't believe he's gone. For 2 years, I spent nearly every waking moment thinking about him. If not directly interacting with Kaleb, then thinking about what book to buy him or what card game to teach him or whatever.
I should've pushed harder. I should've put my foot down and said "no, this kid needs me." Instead, I pussied out. I sank into my turtle shell and said "yes ma'am" to that bitch Eliza. What a heartless woman.
I tried to get Kaleb's pillow, keep it as a little reminder of him. Eliza had it incinerated. What a fucking stupid whore bitch asshole prick. I hope she fucking burns in hell the sludge bleeding bastard.
Just got off the phone with Dantensen. He asked me if there was anything he could do for me. I laughed. I laughed right into his ear for 2 minutes straight.
It's exactly what I said to Kaleb when we first met. 'How can I help you?' 'What can I do for you?' 'Is there anything I can do?'
I see the irony in the question now, because there's nothing TO do.
Nothing will bring Kaleb back. Nothing will ever take this feeling of guilt from me. He's gone, and it's because I wasn't there for him.
I've read our last session at least 20 times. Kaleb loved me. Sure, at the time some of it was romantic, but that's understandable. I'm the only woman person who's shown him a hint of warmth over the past 2 years. It makes sense why, when puberty hit and his sex hormones started kicking in, I was the one he gravitated towards.
But even outside of romantic, Kaleb loved me. It's so painfully obvious reading through the sessions that he viewed me as an older sister or even mother. Like I said, I was the only friendly face he had. And when you run low on options, when your surrounded by coldness and uncaring people, a little bit of compassion goes a long way.
I'll never admit this to anyone, but I loved him too. He was my little brother, and he helped me just as much as I helped him. I miss him so much already. I don't think I'll ever stop missing him. I'm going to see Caleb at Thanksgiving. I honestly don't know if I'll be able to stand looking at him. He reminds me so much of Kaleb, even beyond the name.
Anyway, Dantensen told me that he knows what it's like to lose a skip anomaly subject client. Apparently he's lost 7 before.
Can you believe that? 7. Over the course of 15 years.
I've only been apart of the Foundation for 2, Kaleb was my first assignment. Since I joined, 5 have committed suicide at Site-17, with twice as many attempting it. None of them were mine, but still. 5 deaths in 2 years.
That's too high. That's too many lives lost.
Something I've been thinking since getting off the phone with Dantensen is how much sooner Kaleb would've killed himself I wasn't there for him.
If I was never assigned to Kaleb, how long would he have lasted? He was depressed as shit by the first month. In a way, just me going into his cell every week with a smile bought him 2 extra years of life. Hell, he'd still be alive if that slut Eliza didn't reassign me.
That made me start to think. How many of those 5 deaths could've been prevented if we were just a little kinder to these kids. How many lives would we save if we called people by their name, not number.
There's only a handful of doctors at 17 who show compassion to people. It's discouraged by the heads, but the Ethics Committee won't ban it.
I think I'll talk to some of the other doctors next time I go into work. Tomorrow. I'll go in tomorrow. I'll get my ass out of bed and go to work.
I'll get my next assignment. I'll go to which ever poor soul was unfortunate enough to get caught by the Foundation, and I'm going to greet them with a smile. I'll listen to their problems, I'll bring them what they want, I'll do whatever I can to make them happy.
I will be a reason for them to live. Even if I'm the only reason.