WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.
Wow! You flipped a card and got: MrNecropolis’s SCP Metropolis!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 19:28
Wow! You flipped a card and got: MrNecropolis’s Horror Thing!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 19:27
: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)); } }
Ruins of the Blackburn family home.1
Special Containment Procedures:
Description:
SCP-XXXX is a hand-dug water well in Nokken Valley, a small abandoned rural community and former civil parish located in █████ , England. Built in 1852, SCP-XXXX a cost effective means of providing water to Blackwood Mill.2
SCP-XXXX contains a massive biological entity hereafter referred to as SCP-XXXX-A.
Wow! You flipped a card and got: Zeta Orionis!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 17:06
Alnitak, Alnilam and Mintaka, forming "Orion's Belt".
| Research Site | Site Director | Research Head | Main Task Force |
| ENZAON Site-14 | Director C. Bold | Dr. N. Quantum. | MTF Toronto-6 "Selachian Punching Technique" |
Special Containment Procedures: Due to SCP-XXXX events being inevitable, and recurrence being subjective, containment is not needed at this point in time. Should an SCP-XXXX event occur, the following assigned task forces are to control the event for the time being.
Wow! You flipped a card and got: Doctor Hendrix's Sandbox!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 15:22
Item #: SCP-5███
Object Class: Safe Euclid
Special Containment Procedures: SCP-5███ is to be held in a standard humanoid containment cell, with a hydraulic lock on the door capable of withstanding up to one(1) metric ton of force from the inside an airlock system of two doors, neither able to be opened in the absence of the permission of the Security Clearance Level 1 Personnel in the airlock control room or two(2) metric tons of force from either side. No personnel are allowed within 15 meters of SCP-5███'s cell without permission from a Security Clearance Level 3 or higher personnel.
After extensive psychological study, SCP-5███-1 has been determined to be at low risk of willingly breaching containment, and is allowed a personal computer with a budget of up to 75 US Dollars per month to spend on recreational applications and games. However, due to its proximity to and connection with SCP-5███, a close watch must be kept on SCP-5███-1 at all times.
Description: SCP-5███ is an invisible humanoid not concretely bound by any known laws of physics. Testing has shown it to be capable of flying, moving through solid objects, and producing physical force up to 500 kilograms.
SCP-5███ has a psychic connection to SCP-5███-1, a human child named Lyla Westbrook. They have shown the ability to mentally communicate with one another, but no control of SCP-5███-1 by SCP-5███ or vice versa has been demonstrated. Neither one is capable of leaving a radius of 10 meters around the other, but they are able to "pull" at the farthest extent of the radius to drag the other along by what is hypothesized to be an immaterial rope or chain. Despite being far stronger than SCP-5███-1, SCP-5███ typically stays within SCP-5███-1's radius, allowing SCP-5███-1 to move about freely.
Incident 5███-09: On ██/██/████ SCP-5███ and SCP-5███-1 breached containment.
Addendum: As of ██/██/████, SCP-5███'s object class has been upgraded to Euclid, and its cell has been modified to prevent a future containment breach.
Wow! You flipped a card and got: Xavier Rad. SCP-####!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 14:59
Item #: SCP-####
Object Class: Safe
Special Containment Procedure: SCP-#### is kept in a 5x5 storage unit on the first floor. Only personnel of security clearance level 3 or higher are aloud to be in contact with SCP-####.
Description: SCP-#### is a steel box with a thick antenna that has a motion sensor on it. SCP-#### antenna can be used to shock any entity that comes in contact with it. A document said that “SCP-#### is dangerous and should be kept tight.” We have never found a way to open the box, but we hope someday we will be able to open it. We suspect that there is some sort of wires inside the box, but we might
never know.
Addendum 1: SCP-#### has shocked personnel and has made one go blind, the other blacked out for 10 minutes
Wow! You flipped a card and got: SCP-5163!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 14:57
scp number scp-5163
container class safe
Special Containment Procedures: kept in a secure lockbox with only level 3 clearance and up, it's always to be kept unloaded and have the safety on and the original ammo in a separate lockbox
Description: scp-5163 is a Mosin-Nagant Tula witch is a 3-line M1819 bolt action long rifle made in 1819 its anomalous properties are shown when A person tries to hold scp-5162 after a couple of seconds of holding it the subject who is holding scp-5162 will become emotionless and will stop responding when it’s spoken to whoever holds scp-5163 becomes scp-5163-1 and when its asked if it’s ok or what is it doing it will only respond with The true soldier fights not because he hates what is in front of him, but because he loves what is behind him. I am a Soldier, I fight where I am told, and I win where I fight. And scp-5163-1 will sit holding the gun on its shoulder with his other hand by his side in the soldier ready position
Scp-5163-1 will stay standing in a soldier ready position and it will appear as if it is awaiting commands but will not move or respond to anyone and anytime it is asked a question they will repeat this phrase The true soldier fights not because he hates what is in front of him, but because he loves what is behind him. I am a Soldier, I fight where I am told, and I win where I fight. When scp-5163 was removed from scp-5163-1 they were confused about where they were and what happened when explaining what just happened and what’s going on they only remember going into work but don’t know anything about scp-5163 they were given class C amnestics and released
scp-5163 was found Dr.███████ and his research team well they were researching another scp one of the researchers picked it up and instantly shot Dr.███████ before he could reload to shot again he was tackled to the ground and killed, the scp-5163 was brought to the foundation by picking it up with industrial pliers and put in the lockbox where it now sits we are still researching on why the researcher responded to holding scp-5163 as he did
Wow! You flipped a card and got: Jettiz - Draft SCP: International Phonetic Anamoly!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 13:57
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: Instances of SCP-XXXX-1 are to be kept in a standard containment storage room in Site-81. When testing, only one glyph of SCP-XXXX is to be written on each piece of paper, each numbered in the order it is supposed to be written in. Only researchers with level-4 security clearance can have access to the full sheet of each SCP-XXXX glyph and their corresponding International Phonetic Alphabet character.
Description: SCP-XXXX is a writing script built of currently 107 recognised glyphs, 50 recognised modifying glyphs, and two transcription glyphs. Each character is shown to have a corresponding character and place in the International Phonetic Alphabet. The glyphs consist of primarily straight lines that overlap and intersect with each other.
When SCP-XXXX is written on an object, the object will then change to match the description given by SCP-XXXX. Any object modified by SCP-XXXX is classified as SCP-XXXX-1. SCP-XXXX’s anomalous effects only apply when:
- The script is written left to right, up to down.
- The glyphs are all written the same size.
- The description written is identified as a known recognised language or dialect with 1000 or more speakers current or in the past
- The script can only understand the language through purely phonetic transcriptions.
- Constructed languages are not guaranteed to trigger SCP-XXXX. Known constructed languages that trigger SCP-XXXX are:
- Esperanto
- Na’vi
- Quenya
- Sindarin
- This also includes dead languages.
- SCP-XXXX can be written in either broad transcription or narrow transcription. Narrow transcription is the default transcription, but broad and narrow transcriptions both have a seperate glyph that can be applied at the start of the sentence to denote which transcription is used. How it determines whether the broad transcription is correct is unknown.
It is currently unknown how the script discerns what language is being written or if the transcription is phonetically correct.
[Add Discovery and Testing Logs]
Wow! You flipped a card and got: SkylarGrace!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 12:14
Item # - SCP xxxx
Object Class - Euclid
Special Containment Procedure - Anomaly xxxx is issued primarily is Site-xx in a 12x12 room. Concrete on three sides with six layers of glass on one side. Though not needed, this is where the research team and O5 will observe the Anomaly as other personnel or D-Class members enter the room to have conversations with entity. She was given a full size bed, limited access to a computer along with a small supply of books which would be replaced whenever finished reading. Allowing researchers and doctors into her room on a regular basis seems to keep the teenage girl happy, just as long she gets to communicate just like an ordinary person.
Description - Anomaly is a teenage girl with long blonde hair and glowing amber eyes. Standing out no higher than 4'6", weighing at 93lbs. Pale skin with scaring across her arms, back and legs along with a line of stitches just below her rib cage. Her posture is surprisingly friendly to anyone that enters the room, always up to engage in any activity or conversation. If she can't retain anything being said, she'll just ask for a book on a subject that's being spoken about. This behavior does leave researchers questioning why she isn't classified as "safe."
Addendum - This Anomaly is classified as Euclid from the mass amount of suicides that occured March 3, 2021. Three months prior to the incident, she was seen just outside of a small town, fifteen miles west from Bar Harbor. Her condition was critical, doctors were baffled to see she was even alive. Outside of blood loss, she had internal bleeding under her rib cage, metal and glass shards piercing out from her arms and back. She had passed out almost immediately as help arrived. Two days of surgeries, and over a month to recover. Police surveyed all over, looking for a reason for this girl's condition, but none was found.
Around the same time she appeared, that's when the children, age group between seven and nine years old. Each one began having vivid night terrors. Within a three mile proximity of the humanoid entity, children began fearing both day and night over these dark entities that have begun watching over them, include "her." The humanoid entity, without knowledge, would guide each child individually in their dreams. Adventures, love, and protection from these shadow humanoids. Through their dark times, they saw her as an angel, someone able to protect them in their dreams, the only time they feel safe. During daylight hours, fear gets the best of them, cautious of anything and everything, staying away from shadows or dark areas. The increase in anxiety led them to starve out of fear, failing grades and isolating themselves from their loved ones.
Around the same time she appeared, that's when the children, age group between seven and nine years old. Each one began having vivid night terrors. Within a three mile proximity of the humanoid entity, children began fearing both day and night over these dark entities that have begun watching over them, include "her." The humanoid entity, without knowledge, would guide each child individually in their dreams. Adventures, love, and protection from these shadow humanoids. Through their dark times, they saw her as an angel, someone able to protect them in their dreams, the only time they feel safe. During daylight hours, fear gets the best of them, cautious of anything and everything, staying away from shadows or dark areas. This increase in anxiety led them to starve themselves out of fear, failing their classes and isolating themselves from those they care for.
SCP XXXX - A, otherwise labeled "the dark ones" are dark humanoid entities with glowing white eyes and mouth. Though only visible in the children's dreams at night, they are described to be "felt, always being watched" during the daylight hours. It's the only time they don't get to see " her, " which leaves them helpless.
SCP XXXX - Site - A1, Bar Harbor. The day the kids had killed themselves, a mist like structure had formed over the port, where is assumed Skylar had came from. Black shadow entities can be seen walking along the edges of the mist, this strange activity has concerned all members of O5. MTF Tsi-7, a squad of five soldiers lead by Hunter have been sent in. Losing communication with the team, an RC drone was brought in. No later than when it entered, the camera went blank, unable to caught a signal from the other side. Until they figure out what is it, the foundation has blocked off all access to the port and the roads that lead to the small town. A cover story is in the works for the incident.
Wow! You flipped a card and got: Evil Santa-3!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 11:00
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be contained in a standard containment locker in Site-33. Access to the locker is restricted to personnel with Clearance Level 3. If SCP-XXXX is needed for testing, a request is to be filed and checked by project lead Dr. Anastasia Hurtz. Under no circumstances is SCP-XXXX to be read by anyone except D-Class personnel.
Description: SCP-XXXX is a collection of four papers, each of them designated SCP-XXXX-A through -D. These papers itself are non-anomalous. On each one of them is a text written on one side. The other side is completely blank.
The text has the same structure on each instance of SCP-XXXX. It takes the form of a "What am I?"-riddle (for more details refer to Document XXXX-01). This means that there is always a short description of an object or a concept and the question "What am I?" at the end.
The anomalous effect occurs when a subject reads an instance of SCP-XXXX and the correct answer to the respective riddle is formed in the mind. Immediately afterwards a process takes place which corresponds to the solution of the SCP-XXXX instance. At the end of each process, the subject always dies. After the process has started, there is no way of stopping it. There is no effect if the riddle is copied or photographed.
Due to the location of discovery (see Document XXXX-02) each effect was connected with one of the four elements: Earth, Water, Fire and Air. Further research into the origins of SCP-XXXX is ongoing.
Addenda:
Document XXXX-01: The following is an overview of the instances of SCP-XXXX and their effect if the solution is found.
| Instance | Riddle | Solution | Effect | Element |
|---|---|---|---|---|
| SCP-XXXX-A | "Many fear me, but few escape me. What am I?" | Death | Subject decays at an accelerated rate through an increased number of bacteria. Then a process of Humusation3 takes place. The overall procedure takes about five minutes and the subject claims to feel extreme pain during the process. | Earth |
| SCP-XXXX-B | "My symptoms are like rain and my cause is often pain. What am I?" | Sadness | Subject reports to feel sad for an unknown reason. The amount of water in the body increases for reasons yet unknown. This leads to cytolysis4 and eventually the entire body of the subject bursts and water flows on the ground. | Water |
| SCP-XXXX-C | I am there when something else is not. I cannot rot and also not be bought. What am I? | Anger | Subject reports to feel very angry. He then states to feel a heat inside his head. The subjects head turns read and smoke comes out of the ears. A flame appears in both ears of the subject. All attempts to extinct it have thus far failed. The flame grows and covers the entire body after one minute. The subject reports to feel no pain, though. The temperature is 1400°C and the time until only ashes remain is approximately 30 minutes. | Fire |
| SCP-XXXX-D | You seek for my opposite, but sometimes I am infinite. What am I? | Imprisonment | Subject reports a feeling of being trapped in their body. Exactly one minute and thirty-five seconds after viewing SCP-XXXX-D, the subject dies and drops to the floor due to the brain suddenly vanishing through unknown means. | Air |
Document XXXX-02: Each instance was discovered at a different location, which are all anomalous in nature and possess own designations. The locations are as follows:
- SCP-XXXX-A: SCP-XXXX-A was found during one of the explorations of SCP-EEEE. D-2341 claims that, after entering SCP-EEEE, he found himself in a completely white environment with a box standing in the center of the whiteness. In the box was SCP-XXXX-A. He retrieved the box and after a few days, Researcher Gaia suffered the effects of SCP-XXXX-A, which led to its classification.
- SCP-XXXX-B: SCP-XXXX-B was found during Exploration 1 of SCP-WWWW. Immediately upon entering, the D-Class reported the discovery of a box with a paper in it. The box was later found to be the same as SCP-XXXX-A's box and the paper classified as SCP-XXXX-B, after Researcher Nero experienced the aforementioned effects.
- SCP-XXXX-C:
[[footnoteblock]]
Wow! You flipped a card and got: CapCappyCap - Rejects!!! You ca reload the page or go to the next.
DATE: 08 Mar 2021 10:52






Per 


