scp-000000000

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: ThatDudeOverThere_Waterfall!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 19:49

WARNING: Due to the location of this SCP, only Level 4 authorized or members of MTF Delta-21 ('Rocky Mountain Wolves') are permitted to view this document.


: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)); }
}

frozen_waterfall

Dr Charleston and Dr Thaddeus examining SCP-XXXX with MTF-Delta 21 during daylight hours



Special Containment Procedures: The week before and the week after the Winter Solstice, information from reconnaissance satellite SOTERIA is to immediately inform MTF Delta-21 to any Human heat signatures within 20km of SCP-XXXX. They are to be dispatched with the initial goal to simply persuade visitors that the local area dangerous and are to leave. If visitors attempt to resist or leave and circumvent, they are to be detained, interrogated, given both Class A and Class C Amnestics, released, and monitored for a time period of two years.
Description: SCP-XXXX is a waterfall in Yellowstone National Park that possesses an anomalous phenomenon that is active the week before and the week after the Winter Solstice. Furthermore, its properties are dependent on the phase of the Moon.




Discovery: Evidence leading to SCP-XXXX's discovery initially began in 20062 when SORETIA first picked up two human heat signatures near SCP-XXXX. Initially documented and cataloged, during 2007, SORETIA once again noticed three human heat signatures within the same region and initially marked the area to be surveyed by MTF-Delta 21 at a later date. On June of 2008, MTF-Delta 21 surveyed the area and reported nothing of interest. In 2009, heat signatures were once again detected coming from one human. After a gap of three years, SORETIA once more picked up four human heat signatures in 2012. At this point, due to the unusual activity over the course of nearly a decade, MTF-Delta 21 attempted to intercept the group to detain and interrogate. However, weather conditions prevented them from making contact with the group. In 2014, two human heat signatures were noted this time, and MTF-Delta 21 prepared to intercept the group. Unfortunately, SORETIA lost their heat signatures entirely before MTF-Delta 21 could properly intercept.

In 2015 however, during a sweep of the area, two bodies were found half a kilometer away from what would become known as SCP-XXXX on March 6, 2015. The corpses had undergone severe degradation and consumption by scavengers, forcing the corner to declare cause of death unknown. Based on the degradation, current hypothesis suggests that these bodies came from the 2012 group, as opposed to the 2014 group. What happened to the two other members is currently unknown. Survey of the area show that a group had set up a small encampment next to the waterfall, sometime between December 9, 2012 and January 03, 2013 December 18, 20133. Hume reading was nominal for the area and the site was initially marked reexamination on August 15th, 2021.

A breakthrough happened in December of 2015, when SORETIA detected a potential single heat signature approaching the region from the south. This heat signature, belonging to a Rebecca Hernandez, was intercepted by MTF-Delta 21 on December 10th. Rebecca Hernandez stated to the MTF that she had gotten lost and was thankful she found them. Taking her at face value, the MTF transported her to Grant Visitor Center where it was confirmed that she left the park. However, she then took a plane to Montana and approached SCP-XXXX from the north. Because of poor weather conditions, MTF-Delta 21 could not intercept her until she presumably left SCP-XXXX. On December 19th, she was found 20 kilometers away from SCP-XXXX attempting to return home and was detained.





Image info: https://commons.wikimedia.org/wiki/File:Minnehaha_Frozen_Falls_with_Visitors.jpg
Wow! You flipped a card and got: Darkartist Discord 2!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 19:02

URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures :

The object is kept in a standard cell, with around the clock surveillance and two SRAs placed on the room.

Description :

SCP-YYYY is a small children's book, believed to have under one hundred and fifty pages.
It has the phrase "My First Book of Eldritch Deities" written on it's cover, on the back it reads

Only for children under 5!

The "My First Book of Eldritch Deities™" is a product of Doctor Wondertainment
for the sole purpose of teaching our kids in the ways of Eldritch Deities!
Any casualties caused from the book are not the fault of Wondertainment and cannot
be attributed as such. Nor can any side effects of using the book such as developing
thaumaturgic abilities or joining a sarkic cult.

The cover also includes drawings of the following:

SCP-001
SCP-2845
SCP-3004
SCP-3999
Yaldabaoth

It was found in front of Site 01 one morning with the following note:

How Dr. Wondertainment had knowledge of where site 01 is located remains unknown.

Addendum 1 - Experimentation Log :

Date: 13 March 2029

Research Lead: Senior Researcher Alexander Graham

Subject: SCP-YYYY

Research Team Members:

Junior Researcher Stephanie Moore
D-583021

<START LOG>

Senior Researcher: D-583021, please enter SCP-YYYY's containment chamber.

D-583021: (Muttering) Why do you even have guards if it's just a book you can't open…

Junior Researcher: D-583021, it is our job to research the anomalous. Do not question our methods further.

Senior Researcher: Please pick up the book, D-583021.

D-583021: Fine, here you go, (Waves the book in the air) happy?

Senior Researcher: Yes but please be careful with the book alright?

D-583021: What even is the test for, do you want me to try open the book again? We all know I will fail.

Junior Researcher: No, actually, right now a guard will give you a file, it's classified but we managed to get the neccesary approval for the purpose of testing.
As you can see, D-583021, it's the Level 03 file for SCP-2317.

Senior Researcher: We want you to read the file, but not out loud, in it's entirety. You will do this in the presence of the book.

D-583021: May I ask why?

Senior Researcher: No.

Junior Researcher: Just proceed with the test.

Junior Researcher: (Off-Mic) Wish he'd just read that damn file.

[…]

D-583021: Alright, I'm done, what were we expectin' to happen now?

Junior Researcher: To you? Developement of Thaumaturgic abilities.

D-583021: What the f[DATA EXPUNGED] is that?

Senior Researcher: Nothing. Just… You can go back to your cell now. However we will keep a closer track of your actions than we have been up until now. Once this experiment is over you will be completely amnesticised.

D-583021: (Muttering) Fine by me.

<END LOG>

Two weeks after the experiment, the D-Class had not developed any thaumaturgical abilities. He was amnesticised and sent back to a cell for testing with other SCPs.

Addendum 2 - Incident Report :

Incident Report


INCIDENT #: 01-Kid
DATE OF OCCURRENCE: 27 November 2031


Senior Researcher Alexander Graham, chief researcher of SCP-YYYY - asked the Site Director of Site 01 permission to bring his two year old kid to the facility, since he had nowhere to leave him.
The Site Director reluctantly agreed on the terms that the kid wouldn't leave the Senior Researcher's room, and he would be amnesticised before the researcher and him went home. If any incident occured, the researcher would have to pay a 400$ fee.

That day, however, a power outage occured, unlocking Graham's door, as well as every other door in the site. Security pesonnel managed to contain the containment breach that came from it, and there were no casualties.

When the lights in the researcher's room came back, his son wasn't there anymore, and the researcher quickly scouted the facility to locate him.

He was found by a security guard in SCP-YYYY's containment cell. And he had apparently crawled into it while the door was unlocked.
When the guard got closer to him, he saw that the book layed open on the floor, with supposed drool from the kid covering the page.

Before the guard could take the kid back to his father's room, it started flipping pages and reading what they said.
One of the researchers working on the SCP-YYYY case told the guard to leave the kid do it, since they could get footage from the cameras in the cell, and they could study what it said.
The guard agreed, though he felt like it wasn't a good idea.

As the kid flipped through the pages, he stopped on one page tittled "The Blue Flowered Tree".
Seeing the cute drawing of a tree, the kid continued looking at it.
As the kid looked at the page longer and longer, the security guard in the cell claimed to feel a sense of unease take over him. And when it was too large to ignore it, he jumped to try and get the kid to stop reading.
However, as he did so, a green tentacle with scales resembling leaves and blue spots resembling flowers spontaneously appeared in the room. It grabbed the kid and started telling it what is thought to be a bedtime story.
When the kid fell asleep, the entity gave him to the guard and dissapeared instantaneously.

Addendum 3 - Recorded Pages of the Book :

Scarlet King

Addendum 4 - Incident Report :

Incident Report


INCIDENT #: 02-Attack
DATE OF OCCURRENCE: 02 December 2031



Wow! You flipped a card and got: SCP-XXXX!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 16:59
rating: 0+x
: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 contained in a cuboid cell 10 m by 10 m by 10 m. The interior of the cell maintains an ultra-high vacuum to prevent particle annihilation, and specialised equipment to re-initialise vacuum in case of an external breach. On the ceiling there are annihilation detectors every square meter, totalling 100 detectors for redundancy and location of an anti-matter source. All objects in the containment cell will be labelled with a black plus sign on a red background; this is to prevent objects from going into the anti-matter universe. SCP-XXXX is located in a dimensional unit in the Marie Byrd Land portion of Antarctica to prevent casualties if an incident were to occur. SCP-XXXX is not to be within range of any type of explosives and or high-speed projectiles, all guards assigned are to be equipped with melee weapons.

Description: The exterior SCP-XXXX is a shipping container with standard dimensions with one door. The interior of SCP-XXXX holds two dimensional doorways, one to the interior of the container and the other to a parallel universe, that will henceforth be referred to as Anti-Earth. Contrasting the exterior, the interior has two doors on the end faces, each close in front of the dimensional doors. The interior is grated on the walls and ceiling whilst the floor there is space for potential cargo and forklift. The atmosphere inside is toxic air and ventilation is not to be attempted due to the annihilation hazard, due to this all personnel entering SCP-XXXX are to wear airtight hazmat suits.

The dimensional doorways have a liquid-like surface tension that requires 20 Newtons of force for an object or person to pass through. The doorway decreases the energy emitted by electromagnetic radiation by 54%, therefore light can not travel between both universes without being observed from the inside of the container.

The Anti-Earth is identical to the Earth although the atomic structure is in contrast: Whilst Earth is made up of atoms containing protons (positive charge), neutrons (no charge) and electrons (negative charge) whilst the anti earth is made up of atoms containing anti-protons (negative charge), anti-neutrons (no charge) and positron (positive charge). When atoms from Anti-Earth are transported to Earth; all anti-atoms undergo immediate annihilation destroying the atoms and converting them into pure energy, therefore preventing atoms from one universe from getting to the other is essential as a gamma ray burst with the energy of a nuclear bomb would occur in any object more than 0.5 grams crossed. To prevent cross universe contamination all items and people entering SCP-XXXX are to wear a plus or minus according to their universe's (anti-)proton charge with a red background. Both versions of SCP Foundation on Earth and Anti-Earth have identical containment procedures for SCP-XXXX.

SCP-XXXX was discovered in the African port of Abidjan, the previous owner had described 'floating water' in the container to a college, this message was flagged and both the sender and recipient were given amnestics. The suspected reason for the anomalous properties of the container is the previous cargo it once carried; the cargo in question is an anti-matter trap for a particle accelerator, henceforth referred to as SCP-XXXX-1. SCP-XXXX-1 was recovered and tested for no anomalous properties although to prevent a similar incident SCP-XXXX-1 was incinerated.

[[footnoteblock]]


Wow! You flipped a card and got: Project Diaspora!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 16:07

Welcome Dr. Collingwood. Your personal file archive can be found below.


Wow! You flipped a card and got: Donnydare!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 15:11
rating: 0+x

[[footnoteblock]]


Wow! You flipped a card and got: SCP-6160!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 14:45


BY ORDER OF THE OVERSEER COUNCIL

The following file is Level 3/6160 classified. Unauthorized access is forbidden.

6160


unknown.png

Special Containment Procedures: SCP-6160 is to be kept within a specialized 10m x 10m x 10m containment area of which must resemble that of the Caledonian Forest located within Northern highlands of Scotland. The containment must hold a population of healthy mammals (preferably red deer) as testing has shown that SCP-6160 prefers this species the most. Those entering the containment chamber must be decontaminated before entering and must wear a hazmat suit when interacting with SCP-6160.

In the event of all mammals in SCP-6160's containment decaying, SCP-6160 must be given a live D-Class temporarily until more mammals are provided.

In the event of a containment breach, a squadron of Mobile Task Force Beta-7 ("Maz Hatters") are to be sent to recontain SCP-6160. All traces of SCP-6160 are to be decontaminated in the event of a containment breach. Failure to do so will result in evacuation and full site lockdown of Site-82.

Description: SCP-6160 is a hivemind of an infinitely growing bioluminescent algae that is contagious from both touch and inhalation. Upon touch, SCP-6160 infects the brain of the subject through the limbic system, first causing emotional cessation from the subject. From there, SCP-6160 finely modifies the neurochemistry of the host. After this, the host enters a state of extreme psychosis as its mind is slowly invaded by SCP-6160. Then, the host will cease all movement quite literally dying mentally, however, the physical body remains intact although gaining an increased decay rate. The new creature is known as SCP-6160-1.

SCP-6160 then continues to grow around the body of SCP-6160-1 causing a glow starting from the majority of holes in the face (the mouth, the nose, the eyes, rarely ears). The color of this glow is generally a light shade of blue or white. This should be communicated to all Mobile Task Force Beta-7 units as it is vital to the decontamination of SCP-6160 during a containment breach.

SCP-6160 will proceed to feast upon the organs of SCP-6160-1 instances, however, will refuse to devour bone or muscle. It is theorized that this is to keep the motor functions of its host intact as to allow for movement. Mammals consumed by SCP-6160 that are in possession of rhinocerotidae (horns) will be engulfed around the horn area causing an extremely bright glow. It is suspected that SCP-6160-1 gets its glow from ionizing radiation, similar to that from nuclear chain reactions.

After SCP-6160 has overtaken every function of SCP-6160-1, decay will begin causing fur and skin to often green in color. This can often be seen as similar to the typical media depiction of the fictional horror creature known as a "zombie".

Addendum-6160.1: Discovery

Addendum-6160.2: Communication

Addendum-6160.3: Interview with Person of Interest


Wow! You flipped a card and got: dxvi!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 13:31

test test test test test
Wow! You flipped a card and got: Archived XXXX Documents!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 12:11

rating: 0+x

Archived Interview Logs:

A similar instance of SCP-XXXX was discovered after a foundation agent was dispatched to inform his mother of Researcher Charlie's death. Following Site Director Light's request, she has agreed to accompany foundation personnel to Site-85 for further testing and observation. The following are the initial interviews done with her instance of SCP-XXXX and her.


Archived Therapy Sessions:

Archived Miscellaneous Audio/Video Logs

Archived Weekly Reports of SCP-XXXX

After her discharge from Site-85, she has been tasked with sending weekly reports of SCP-XXXX's behaviour to Dr. Jonas.

[[footnoteblock]]


Wow! You flipped a card and got: Adkcjcj!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 09:31

Wow! You flipped a card and got: Bedroom_Brain's Fun Box!!! You ca reload the page or go to the next.
DATE: 21 Jul 2021 08:46

rating: 0+x
uc?export=view&id=1DLqa6DZK2MrKh9Wn1KnACEwbGVKSAd4e

SCP-XXXX

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is to always be contained within the confines of Dr. Remem's desktop inside a folder containing a counter-memetic image to outdo SCP-XXXX's anomalous effects. In the case of a containment Breach, all affected individuals must perceive the counter-memetic image. No other special containment procedures are necessary.

Description: SCP-XXXX is a memetic image. It depicts SCP-23518 staring at a camera, surrounded within a black box alongside text reading "POV you are the meme". The entire image is flipped, creating humour within the idea that the meme is perceiving the individual viewing the image.

When SCP-XXXX is viewed9 by an individual, a 2D plane (Designated SCP-XXXX-1) will instantaneously manifest approximately 10cm away from the subject's face, SCP-XXXX-1's width and height will adjust accordingly to the subject's head width and height. SCP-XXXX-1 will also move accordingly to where the affected subject's head is. SCP-XXXX-1 is in appearance similar to the black box within SCP-XXXX. The text differs from SCP-XXXX however, instead reading "I AM the meme", alongside with SCP-XXXX-1 not being a flipped image. SCP-XXXX-1 will be just within the peripheral vision of the affected individual.

When an unaffected individual views an individual affected by SCP-XXXX-1. The before unaffected individual will instantaneously after be affected SCP-XXXX-1. SCP-XXXX-1 demanifests when the affected individual perceives SCP-XXXX's Countermeme, there are no other known methods to counter-effect SCP-XXXX and SCP-XXXX-1.

Discovery: SCP-XXXX was created when a breach at Area 32 caused all three instances of SCP-2351 to escape containment10. An escaped Class-D personnel obtained a camera and took multiple pictures, including a picture of SCP-2351-3.

Once all SCP-2351 instances were recovered, Dr. Remem recovered the camera11 and brought it back to Area 32.

When Dr. Remem connected the camera to his computer, the screen turned to static for approximately four seconds. After which SCP-XXXX appeared on Dr. Remem's desktop. How SCP-XXXX became anomalous and how the picture graphically edited itself is still unknown.


































































































[[footnoteblock]]