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: Rowan_Oathsworn!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 09:23

PEOPLE TO THANK IN AUTHOR POST:
CONCEPT GREENLIGHTS: Sirslash47Sirslash47 and LimeyyLimeyy
DRAFT CRITS: tawnyowljonestawnyowljones, DodoDevilDodoDevil, GerrymanderBassistGerrymanderBassist, DrMagnusDrMagnus, AgisuruAgisuru, Sound ChaserSound Chaser, and any others I forgot ^^'

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

miningtown

Canterbury, Pennsylvania.



Special Containment Procedures: Personnel are not allowed within five hundred meters of the designated boundary in case of an unregistered expansion of SCP-XXXX. The perimeter of SCP-XXXX is to be guarded by both security patrols and surveillance systems at all times. Digital and printed maps of SCP-XXXX’s boundaries are to be provided to each patrol and updated daily. Transport into SCP-XXXX is to be accomplished with remotely controlled logistics vehicles.

All SCP-XXXX-1 instances are to be contained within the anomalous zone. All existing instances of SCP-XXXX-1 are to be implanted with a micro-tracking device and newly formed instances should receive such a tracker as soon as possible. Damaged or inactive trackers are to be reported and replaced at the earliest convenience to minimize the chances of instances leaving SCP-XXXX’s perimeter. Psychology Department staff are to monitor SCP-XXXX-1 instances for signs of mental and mood disorder following their creation.

Under no circumstance should other anomalies (in particular ones of mammalian appearance or origin) be allowed within 50 km of SCP-XXXX. Unregistered experimentation with or admittance of anomalies within SCP-XXXX has the potential to cause a LK-Class Scenario. SCP-XXXX has therefore been subjected to an additional risk analysis and Level 4 Clearance is necessary to access any of the shared files in possession of the Foundation on this subject.


Description: SCP-XXXX is a circular area of land located in and around Canterbury, Pennsylvania. It is approximately thirteen kilometers in diameter as of 21-02-2021.

Subjects (hereafter referred to as SCP-XXXX-1) exposed to SCP-XXXX’s anomalous effect undergo rapid cellular division.1 This process results in a complete duplication of the subject: skin tissue, blood vessels, nerves, organs and other organic features are regrown at rates in excess of its nominal biological functions. The head splits first in nearly all of recorded humanoid cases, bifurcating and regrowing until the subject sports two separate heads on its shoulders. The heads appear to be fully functional and sentient at this time.

Both instances report experiencing a tickling sensation along the areas of its body in the process of undergoing the rapid mitosis. In some recorded cases, both heads will fall unconscious at this time as the singular heart is unable to distribute enough blood to each separate brain. Once the heart and lungs have undergone the anomalous effect, those subjects that have fainted regain consciousness within seconds as blood flow is restored. After the newly grown extremities of the subject have fully formed, the split will separate the two interconnected physiques, separating the subject into two duplicates.

The entire process of division is recorded to take between five to thirty seconds, dependent on the mass of the individual affected by SCP-XXXX. The creation of new SCP-XXXX-1 instances have been directly linked to the intermittent expansions of SCP-XXXX.

SCP-XXXX-1 instances are immune to further duplication, providing both instances are alive and within the perimeter of the anomaly. Should either instance of the same subject pass away or leave SCP-XXXX, the remaining instance will once again be affected by the anomaly. There is currently no means to revert the process caused by SCP-XXXX.


Addenda


Addendum 1
The following contains the personal notes of Dr. Emily Masters, Director of Site-XXXX-A, for 03-04-2020.


Addendum 2
This is a transcript of the video recording of Incident-7. The recording depicts the view of a stationary standard-issue video camera meant to document the proceedings of Experiment-XXXX-105.


Addendum 3
The following interview takes place inside Site-XXXX-A approximately 48 hours after Incident-7.


Addendum 4
This audio recording was made in the conference room of Site-XXXX-B on 12-06-2020. The participants of the conversation include instances Masters-1 and Masters-2.


Addendum 5
The following contains the personal notes of SCP-XXXX-1 instances Emily Masters-1 and instance Emily Masters-2, Directors of SCP-XXXX-B, for 16-07-2020. Although the documents were near identical in appearance and layout, Foundation staff have determined that both were written separate from one another and neither document was tampered with.


Addendum 6
The following interview took place in Site-XXXX-B on 25-08-2020.


Addendum 7
The following audio recording was made in the recreation room of Site-XXXX-B on 02-09-2020. The participants of the conversation include instances Masters-1 and Masters-2.


Addendum 8
The following is copy of the Incident Report of Incident XXXX-8 received by the Director of Site-XXXX-A, Dr. Mauritz.


Addendum 9
The following audio recording was made in the medical wing of Site-XXXX-B on 04-11-2020. The participants of the conversation include instances Masters-1 and Masters-2.




« SCP-XXXW | SCP-XXXX | SCP-XXXY »


Wow! You flipped a card and got: QuadRat's little anomaly sandbox!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 07:01

Item #: ????

Object class:Safe

Containment procedures: SCP ???? is to be kept in a bulletproof glass container in the center of a 5x5x2m room in site██. <More may be added here>

Description: SCP ???? is a book, measuring 15cm by 10cm by 5cm in size, with blue covers and no title.
The book begins with a detailed description of the big bang, then continues to describe the past in full detail. After describing the present the book continues picturing the future. After describing 4 months of the future the pages become blank, but still infinite. The book writes inside itself constantly, keeping up with the present and future, and maintaining a 4 month period of described future. SCP ???? can tell the future with full accuracy. The future described in the book cannot be changed, even by trying to do the absolute opposite.
On the outside it looks like the book has around 300-500 pages, though it seems one can flip through the pages infinitely.


Wow! You flipped a card and got: cole poem!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 04:58
rating: 0+x

So many years of torture.
Darkness washed over.
I'm slowly dying.

It is my confinement.
It is my enslavement.
It cannot be suppressed.

What will become of me?
What would become of it?
Will it be set free?
Or would it come with?

I have to disconnect.

Only God knows now.


Wow! You flipped a card and got: dr-campitelli!!! You ca reload the page or go to the next.
DATE: 18 Mar 2021 00:34


rating: 0+x
ID
PASSWORD

Wow! You flipped a card and got: MartinPJones!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 22:49

Wow! You flipped a card and got: Ragnarok VII: The Lost One!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 22:20

rating: 0+x

BY ORDER OF THE OVERSEER COUNCIL

The following file is Level 5/XXXX classified. Unauthorized access is forbidden.

XXXX

prospect.jpg

Prospect Park, Redlands, California.

Description: SCP-XXXX is a dimensional anomaly located in Prospect Park, California. SCP-XXXX is an entry point around the entire zone occupied by Prospect Park in the municipality of Redlands. In the surrounding area, a parallel reality identified as ϒ-1 (Upsilon One) is colliding with current reality.

From 11 P.M. to 4 A.M. in local time, the entry point to Dimension ϒ-1 enters an active state. During this period, the area affected by SCP-XXXX begins exhibiting anomalous properties. Individuals subjected to SCP-XXXX report feeling:

  • Illusory time dilatation (accounts differ importantly between subjects);
  • Lowered lucidity;
  • Slow progression of psychosis/hysteria;
  • Synesthesia and other sensory abnormalities;
  • A "crushing lack of c�ntrol".

Wow! You flipped a card and got: The clique phrase!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 21:00
rating: 0+x

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is currently being kept in an anomalous storage locker.

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: Sbemail10!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 20:22
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is locked in a standard safe item storage unit in Site-██. Anyone exhibiting signs of having interacted with SCP-XXXX are to report to the site psychiatrist or be given Class C amnestics. Testing on SCP-XXXX is no longer permitted.

The rest of the submarine that originally housed SCP-XXXX is stored separately at Site-73. Researchers with Clearance Level 2 or above may contact the Site Director to study the submarine with supervision from at least one Level 4 Personnel. If its suspected anomalous properties manifest, it is to be transferred to Site-██ immediately and the Site Director must be notified.

SCP-XXXX-1 is kept in a standard humanoid containment cell in Site-17. Anything SCP-XXXX-1 says is to be ignored or considered a lie until further research is done into the nature of SCP-XXXX. If SCP-XXXX-1 acts erratically or aggressively, they must either be taken to the site psychiatrist or have various privileges removed until compliance is achieved. Any personnel shown to sympathize with SCP-XXXX-1's cause in any way are to be disciplined, and at worst administered Class C amnestics and transferred to another Site.

Description: SCP-XXXX is a control panel resembling those used in nuclear submarines. On the panel is a button enclosed in a glass case. When the case is lifted and the button is pressed, whoever pressed it receives visions of a collapsing universe. These visions usually consist of three phases: a) all life on Earth (plant-life, animals, humans, etc.) dying, b) planets crumbling and stars exploding, and c) the entirety of the universe dissolving.

While under the influence of SCP-XXXX, individuals are frozen in a catatonic state, unable to move or speak. The visions invariably last one minute. They are described as being sensory accurate and "extremely realistic." Lasting negative psychological effects have been recorded amongst individuals who experienced these visions, but these effects are deemed to be due to the graphic nature of the visions and not due to separate anomalous effects.

Addendum-1: Recovery details: SCP-XXXX was recovered from the Ozarks in MO, USA by MTF-Zeta-17 (Beach Bullies) after local reports raised suspicion of anomalous behavior. Its anomalous properties were affirmed when a member of the team, Agent ████ ████, unintentionally pressed the exposed button and was catatonic for one minute. They were administered Class C amnestics and have returned to duty. Class-A amnestics were distributed to the public in the surrounding area and the submarine was transferred to Foundation custody.

While MTF-Sigma-66 (Steel Veil) was working on covering up the operation and eliminating information relating to it, SCP-XXXX-1 was discovered to be spreading awareness of the anomaly in nearby towns. They were apprehended, interrogated, and transferred to Site-17, where they remain now.

Addendum-2:

[[footnoteblock]]


Wow! You flipped a card and got: Qyth!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 19:25
Wow! You flipped a card and got: DASTAAN!!! You ca reload the page or go to the next.
DATE: 17 Mar 2021 17:56
rating: 0+x
URL-GOES-HERE

For in Fear is Everything

Item #: SCP-???? (To Be Numbered)

Object Class: ????

Under no circumstances, none of the following information is to be read by or heard by or seen by any personnel above level 2. The O-5 Council is forbidden from even knowing the existence of this article. As per the Mandate E/by/211-895/a?x proceeding any further unless you are Dr. ██████ is subject to severe punishment including termination.
.
.
.
Special Containment Procedures: Subject must be kept in a house resembling his former residence with full amenities allowed for ['Thank you for that.']. No personnel are allowed anywhere in a 200 meters radius ['Got to be alone I guess.'] except for the special D-Class and Dr. ██████ CURSE HIM

Efforts have to be made in order to fully delete subject's information from all known data reserves including several national data reserves and logs regarding the subjects extensive travels. ['I did travel far away and wrote a lot of things'] HE COULD BE EVERYWHERE
Any known people who have ever encountered the subject or inadvertently read any of his information must be administered Class A amnestics and immediately detained indefinetely. IF THEY ARE STILL ALIVE ['I am sorry…:(']
No matter the circumstance, every other personnel other than Dr. ██████ ['Why does your name not show ██████ ']must be amnestized in 7 minutes of them reading or viewing this file of the last 24 hours.

Under no circumstances including all End of the world scenario '"End of the world scenario?"'; this file must never be read or seen by the O5 Council. Never for the love of god read it.
Any thoughts written by SCP-???? whether digitally or physically must be destroyed immediately without a single glance at the content.
This document is a unique document since it is written by the subject himself under the efforts of Dr. ██████.['That's right I am actually tying this right now']

Description: I am a Indian citizen, male, about 25 years ['in a few months I think']. My name is █████. I am a normal guy or as he says non-anamolous in all physical sense and you should stay the fuck away.
I do have a few scars on the back and on my wrist and near my neck ['Do I have to write it?'] which were caused by a sharp object. ['I am not telling you anything else on this matter.'] It didn't do the job, fuck
That guy Agent ███ ['Good Guy'] found me near Varanasi well…after the incident. ['Do I have to write it that way, no one except use is going to read this.'] After the foundation embedded agent in the Indian Government heard of an rumor and notified the foundation. I think it was about 6 months ago [right after HE] that this happened to me.
Foundation agents who reached the site found the deceased remains of ███ ['I TRIED'] villagers and the Subject .

Please view the Report. A.1 for full details. so much FEAR DON'T READ IT

All further data has been expunged. ['I am too tired to anything more.']

Addendum:

Report A.1 : Deleted….FEAR HIM

[[footnoteblock]]