BY ORDER OF THE OVERSEER COUNCIL
The following files are Level 5 classified. Unauthorized access is forbidden.
SCP-XXXX
SCP-XXXX Document-01
:root { --timeScale: 1; --timeDelay: 0s; } /* Converting middle divider from box-shadow to ::before pseudo-element */ .anom-bar > .bottom-box { box-shadow: none!important; } .anom-bar > .bottom-box::before { position: absolute; content: " "; width: 100%; height: 0.5rem; background-color: rgb(var(--black-monochrome, 12, 12, 12)); transform: translateY(-0.74rem); } /* DIVIDER */ .anom-bar > .bottom-box::before { animation-name: divider; animation-duration: calc(0.74s * var(--timeScale)); animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; } /* CLASSIFIED LEVEL BARS */ div.top-center-box > * { animation-name: bar; animation-duration: calc(0.45s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); } /* TOP TEXT */ div.top-left-box, div.top-right-box { clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%); } div.top-left-box > *, div.top-right-box > * { position: relative; animation-name: bottomup; animation-duration: calc(0.65s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* CONTAINMENT, DISRUPTION, RISK CLASSES */ div.text-part > * { clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%); animation-name: expand2; animation-duration: calc(0.5s * var(--timeScale)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.text-part > :nth-child(1) { animation-name: expand1; } div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); } div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); } div.main-class::before, div.main-class::after { animation-name: iconslide; animation-duration: calc(0.45s * var(--timeScale)); animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } /* BOTTOM TEXT */ div.main-class > *, div.disrupt-class > *, div.risk-class > * { animation-name: flowIn; animation-duration: calc(0.42s * var(--timeScale)); animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: ease-out; animation-fill-mode: backwards; } /* DIAMOND */ div.arrows { animation-name: arrowspin; animation-duration: calc(0.7s * var(--timeScale)); animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.quadrants > * { animation-name: fade; animation-duration: calc(0.3s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.top-icon, div.right-icon, div.left-icon, div.bottom-icon { animation-name: nodegrow; animation-duration: calc(0.4s * var(--timeScale)); animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.12,.41,.27,.99); animation-fill-mode: backwards; } div.diamond-part { clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%); animation-name: diamondBorder; animation-duration: calc(0.8s * var(--timeScale)); animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); animation-iteration-count: 1; animation-timing-function: cubic-bezier(.32,.38,.39,.94); animation-fill-mode: backwards; will-change: box-shadow; } /* MOBILE QUERY */ @media (max-width: 480px ) { .anom-bar > .bottom-box::before { display:none; } .anom-bar > .bottom-box { box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important; } div.top-center-box > * { animation-name: bar-mobile; animation-duration: calc(0.9s * var(--timeScale)); } div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); } div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); } } /*--- Motion Accessibility ---*/ @media (prefers-reduced-motion) { div.anom-bar-container { --timeScale: 0; } } /*-------------------------*/ @keyframes divider { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar { from { max-width: 0%; } to { max-width: 100%; } } @keyframes bar-mobile { from { max-height: 0%; } to { max-height: 100%; } } @keyframes bottomup { from { top: 100px; } to { top: 0; } } @keyframes expand1 { from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);} to { opacity: 1; clip-path: inset(0);} } @keyframes iconslide { from { opacity: 0; transform: translateX(-5rem);} to { opacity: 1; transform: translateX(0);} } @keyframes expand2 { from { opacity: 0; max-width: 1%;} to { opacity: 1; max-width: 100%;} } @keyframes fade { from { opacity: 0;} to { opacity: 1;} } @keyframes flowIn { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } } @keyframes arrowspin { from { clip-path: circle(0%); transform: rotate(135deg); } to { clip-path: circle(75%); transform: rotate(0deg); } } @keyframes nodegrow { from { transform: scale(0);} to { transform: scale(1);} } @keyframes diamondBorder { from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); } }
Special Containment Procedures:
SCP-XXXX is to be kept in a furnished cell consisting of three 10’ x 12’ rooms. A living room/bedroom, kitchen, and bathroom. Subject is to be given facility access equal to that of class D personnel. Subject is not allowed to leave facility grounds unless given explicit permission by senior level staff with approval from the O5 council.
SCP-XXXX is to have a sub-dermal tracker implanted at all times. If the tracker is deactivated/malfunctions/is destroyed an MTF is to be dispatched to retrieve and contain SCP-XXXX if one is not already on location. Upon re-containment the tracker is to be immediately replaced.
ADDENDUM: XXXX-1
The implanting of SCP-XXXX’s tracker can only be done using SCP-XXXX-1 as it is currently the only thing capable of puncturing SCP-XXXX’s skin.
Description:
SCP-XXXX looks to be a slim humanoid male in their mid twenties with lightly tanned skin. Subject is approximately 198.12 cm. (6’6”) and 81.64 kg. (180 lbs) with black hair and light brown eyes.
SCP-XXXX also has a pair of white wings with a span of 3.353 meters (11 ft.) that seem to disappear when folded leaving no marks or scars on the subjects back.
SCP-XXXX typically dresses in a high quality light charcoal suit and pants with a light grey slim fit button up shirt and black faux leather business shoes. Situated on the left side of SCP-XXXX’s waist is SCP-XXXX-1.
SCP-XXXX-1 is an indestructible sword composed of an unknown alloy with a dark black metallic color and its sheath that is covered in a multitude of glyphs. When sheathed the sword seems to contract to the size of a dagger. When drawn the glyphs on the sheath glow a light blue and the blade extends to its normal length. In addition to that, multiple runes seem to etch themselves with a bright blue flame along the fuller1 . of the blade.
SCP-XXXX is generally non-hostile to foundation staff unless provoked.
-
- _
INCIDENT REPORT: XXXX-01
Foreword: The following is a transcription of Dr. ███’s interview with SCP-XXXX at 3:27 PM on [REDACTED].
Interviewed: SCP-XXXX
Interviewer: Dr. ███
<Begin Log>
(Dr. ███ enters the room)
Dr. ███: (In a rude tone) Before we begin let me tell you how this is going to work. I’m going to ask you questions and your going to answer them otherwise we do this the hard way. Got it?
SCP-XXXX: (With a dead stare Remains silent following Dr. ███ around the room with his eyes)
Dr. ███: (Sighs) Lets get this started. My name is Dr. ███ the date is ███. Now state your name for the record.
SCP-XXXX: …
Dr. ███: (Raising his voice slightly) I said state your name for the record.
SCP-XXXX: (Continues to remain silent) …
Dr. ███: (Sighs) Listen… I want to help you, but for that to happen you gotta give me something.
SCP-XXXX: (Smirks)
Dr. ███: (Sits down) Do you know where you are? No? Well let me tell you. You’re currently in one of the many SCP Foundation facilities.
SCP-XXXX: (Mutters quietly to himself) SCP Foundation?
Dr. ███: Here we keep things like you in order to protect humanity. Now depending on how you want to behave I can make your stay either comfortable or a living hell.
SCP-XXXX: (In a firm yet antagonizing tone) I highly doubt that. I mean, What do you know about hell?
Dr. ███: (Getting even more agitated) Keep this up and you’ll see.
SCP-XXXX: What could you possibly do? Deny me food? Lock me in a cell? You people couldn’t harm me if you wanted to.
Dr. ███: (Finally fed up with SCP-XXXX) We’ll see about that. (Turns toward a guard) Have him sedated and transported to [REDACTED]. (Begins walking towards the door)
(SCP-XXXX immediately stands spreading his wings to their full length then shoves Dr. ███ away against the wall with immense force. With one swift motion he draws his blade and incapacitates the two guards in the room before placing the blade against Dr. ███’s neck)
Dr. ███: (Now on his knees. In a weak voice, coughing up blood) God… help me…
SCP-XXXX: (In a firm radiant tone) God doesn’t want you. (He then severs Dr. ███’s head from his body, sheathes his blade, folds his wings and sits back down)
Multiple armed personnel rush into the interview room to contain SCP-XXXX to which he fully complies.
<End Log>
Subject has displayed the ability to look into other beings souls by simply talking to them.
-
- _
INTERVIEW TRANSCRIPT: XXXX-02
Interviewed: SCP-XXXX
Interviewer: Dr. Lexing
<Begin Log>
(Dr. Lexing enters the room)
Dr. Lexing: (To the guards) Can we unrestrain him and get some privacy please? Thank you.
Dr. Lexing: (Sits down across the table from SCP-XXXX and takes a sip of his coffee) Good morning, my name is Dr. Lexing. Before we get started would you like something to drink?
SCP-XXXX: (Stares deeply at Dr. Lexing for a few seconds with a cautious expression before shifting to a confused expression) Coffee… please.
Dr. Lexing: (Hands SCP-XXXX a warm cup of coffee then writes something in his notebook) I see here you have a beautiful pair of wings. Tell me, where you born with them?
SCP-XXXX: My father gave them to me. I believe Dr. ███ mentioned him before he died, God.
Dr. Lexing: So you're an angel?
SCP-XXXX: Of sorts.
Dr. Lexing: I see (Writes something in his notebook) Speaking of Dr. ███ can you explain your incident with him?
SCP-XXXX: (Takes a sip of his coffee) There was no incident. I was simply doing my job.
Dr. Lexing: What is your job?
SCP-XXXX: Punishing sinners.
Dr. Lexing: But isn't it God who’s supposed to punish the sinners and send them to hell?
SCP-XXXX: (Pointing at himself) Who do you think is waiting for them there?
Dr. Lexing: (Nods head)Mhm. I think I understand, but why did you kill Dr. ███?
SCP-XXXX: I saw into his soul. He was full of evil desires and morbid thoughts. I believed the world would be a better place without him in it.
Dr. Lexing: Mhm. (While writing in his notebook) What did you see when you looked at my soul?
SCP-XXXX: (Smirks) What makes you so sure I did?
Dr. Lexing: (Stops writing and puts down his pen) When I asked you if you wanted something to drink earlier you paused for a few seconds and stared deeply into my eyes before making a decision. You did the same thing when you met Dr. ███.
SCP-XXXX: I see you pay attention to details very well Dr. Lexing. To answer your question, I saw someone who’s interested in understanding the unexplained without compromising their morals.
Dr. Lexing: (With a slight smile) Is that why you're being so cooperative right now?
SCP-XXXX: That and the first thing you said wasn’t a threat.
Dr. Lexing: (Chuckles and looks at his watch) Looks like we’re out of time. We’ll have to continue this conversation some other time.
SCP-XXXX: I look forward to it.
<End Log>
In addition SCP-XXXX uses this ability to make deals with humans and other anomalous entities in return for favors to be redeemed at a later time/date. Any deal SCP-XXXX makes is always kept on their part no matter the request. On the other hand the favor SCP-XXXX requests in return for said favor is equal in value.
ADDENDUM: XXXX-3
Foundation personnel are NOT to make any deals with SCP-XXXX unless granted explicit permission by the O5 council and Administrator.
Additional Notes:
SCP-XXXX was arrested by the LAPD for the murder of multiple human traffickers and murderers.
-
- _
SCP-XXXX ARREST REPORT
SCP-XXXX ARREST REPORT
Autopsy reports showed 83% of the bones in the victims bodies being broken or fractured as well as wounds originating from a large bladed weapon.
When arrested SCP-XXXX complied with the authorities. He was later transferred to the foundation's custody by MTF Epsilon-6 after his case caught the foundations eye.






Per 


