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: The W O C K S T E R!!! You ca reload the page or go to the next.
DATE: 26 May 2021 16:50
During an Anderson Robotics warehouse raid at Spokane, Washington, SCP-XXXX was captured after almost 192 hours of standoff. Below is a report and testimony of the events that occurred on ████████████████.
THIS IS A WORK IN PROGRESS.
Interviewed: [The person, persons, or SCP being interviewed]
Interviewer: [Interviewer, can be blocked out using █]
Foreword: [Small passage describing the interview]
<Begin Log, [optional time info]>
Interviewer: [speech]
Person: [speech]
[Repeat as necessary]
<End Log, [optional time info]>
Closing Statement: [Small summary and passage on what transpired afterward]
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: Flamingboi669!!! You ca reload the page or go to the next.
DATE: 26 May 2021 16:30
Wow! You flipped a card and got: Flamer69696!!! You ca reload the page or go to the next.
DATE: 26 May 2021 16:26
Wow! You flipped a card and got: Flamer6799!!! You ca reload the page or go to the next.
DATE: 26 May 2021 16:24
Wow! You flipped a card and got: SCP-XXXX ResearcherLarsson!!! You ca reload the page or go to the next.
DATE: 26 May 2021 15:33
: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)); } }
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 5/XXXX classified. Unauthorized access will result in immediate termination.
XXXX
The entrance to SCP-XXXX-A's radius, 20 minutes prior to SCP-XXXX's activation.
Special Containment Procedures: Due to SCP-XXXX's nature, no containment procedures have been deemed successful up to this date. SCP-XXXX-1 is to execute the"PITCHBLACK" procedure:
- SCP-XXXX-1 is to be dispatched 20 meters outside SCP-XXXX-B within a period of 240 minutes prior to SCP-XXXX's activation in order to reduce the chance of a failed PITCHBLACK protocol and an INDIGO Class Scenario1.
- Shall SCP-XXXX-1 not reach SCP-XXXX-A in said amount of time, MTF Lambda-5 ("White Rabbits") is tasked with escorting SCP-XXXX-1 into SCP-XXXX-A's perimeter. Shall SCP-XXXX-1 reach SCP-XXXX-A's perimeter within said amount of time, SCP-XXXX-1 is to deactivate SCP-XXXX-A.
- Once deactivated, SCP-XXXX-A will destabilize the hume amount. SCP-XXXX-1 is to be instantly escorted by MTF Lambda-5 outside of SCP-XXXX-A's radius upon deactivation of the anomaly.
SCP-XXXX-A is currently uncontained due to SCP-XXXX's effects, and SCP-XXXX-B. All attempts to contain SCP-XXXX-A have been deemed failed. Due to SCP-XXXX-A's containment failure, MTF Lambda-5 is to constantly guard SCP-XXXX-B's perimeter.
SCP-XXXX-1 is to follow its normal routine upon execution of the PITCHBLACK procedure.
Description: SCP-XXXX is the designation given to a daily, metaphysical irregularity occurring within a collection of realities.
SCP-XXXX's anomalous capabilities consist on the destabilization of 3 different realities along a 73-hour loop while following a pattern, often based on the major decrease of fauna and flora within them. 24 hours, 32 minutes and 15 seconds after the first, second or third phase of the SCP-XXXX event begins, the current reality will destabilize, and a massive CK-Class Scenario will occur, where reality is reconstructed into a new timeline similar to the current one (From now on designated SCP-XXXX-Δ), at the exception of having major changes in both time and space, thus beginning a new phase of SCP-XXXX.
This process repeats every 24 hours and 32 minutes in a loop between 3 different realities: SCP-XXXX-Δ, SCP-XXXX-β and SCP-XXXX-Ω.
SCP-XXXX was first activated the 27/11/2034, after SCP-XXXX-1 was instructed to use SCP-XXXX-A.
SCP-XXXX-1 is Foundation Researcher Samuel James Bradley from the Metaphysics Department, former researcher dedicated to the study and research on SCP-XXXX-A and its objects of interest. SCP-XXXX-1's anomalous capabilities consist on the immunity to SCP-XXXX and reality bending properties. This property is also applied to CK-Class scenarios.
All objects or matter physically entering in contact with SCP-XXXX-1 during SCP-XXXX won't suffer the anomaly's effects, thus becoming an SCP-XXXX-2 instance. SCP-XXXX-2 instances are objects, matter or phenomena that become immune to SCP-XXXX upon entering in contact with SCP-XXXX-1 or resting within SCP-XXXX-B during an SCP-XXXX event.
Addendum.XXXX.1: SCP-XXXX-A.
Addendum.XXX.2: Interview with SCP-XXXX-1.
Wow! You flipped a card and got: SCP-XXXX!!! You ca reload the page or go to the next.
DATE: 26 May 2021 13:10
"Knowing you, Vince, I know you'll nod and say you'll check it out, but I would really like you to consider going to a meeting. They do help, doing this alone is not impossible but it's hard. Please think about it."
"I'll check it out."
Vince chuckled, he couldn't help himself. Dr. Larkin knew him quite well, well enough to know that humor was a coping mechanism to him. Maybe he'd go to one, he owed him that much at least.
"You know, I never thought this would last as long as it did," said Vince.
"I'm pretty good at my job, thank you very much. I'm glad you stuck with it, Vince. Talking about jobs, how is it going at work?" said Dr. Larkin.
"I haven't relapsed in three months. So, pretty well, I guess."
"You are still not comfortable going into the specifics."
"It's not a matter of comfort, doc. I'm not allowed to go into the specifics," Vince raised his hand, as Dr. Larkin was about to interject, "doctor-patient confidentiality, I know, I know. I've told you before it's not that simple."
"Think about it, is all I ask," Dr. Larkin looked at his watch, "see you next week?"
"Can I ask you something? It's a hypothetical of sorts."
"Go ahead."
"You've seen Men In Black right?" asked Vince.
Dr. Larkin nodded, leaning forward, not knowing what to expect.
"Right, you know that flashlight thing that erases your memory? Well, imagine for a second if that existed, yeah? Perfectly safe, no side effects, you just wouldn't remember a certain conversation or a certain event, totally selective memory deletion. Would you consider that an effective therapeutic tool? Or a therapeutic tool at all?"
"I, uh, I would… not. You may erase memories in this hypothetical scenario of yours, yes, but what of all the feelings associated with them. It seems to me like you would be left with those plus a great deal of confusion. Is that your way of telling me you wish to forget certain memories?"
"Never mind, I'm not sure I'll be able to see you next week by the way."
"Don't cancel on me again."
"Out of my control, doc."
Vince Allbright could not remember much about the time he'd spent in The Foundation, before he'd be recruited by the GOC. That was one of the things he missed the most, the high quality amnestics. Dr. Larkin was right, there were a lot of blank spots, and a lot of emotions to go with them. Still, he was grateful, his mind had no material with which to construct nightmares, at least from his time in The Foundation.
The thing he missed was what SCP's second letter stood for, the GOC had no such tenets in its Fivefold Mission, quite the opposite in fact.
Wow! You flipped a card and got: Insl!!! You ca reload the page or go to the next.
DATE: 26 May 2021 12:55
: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-5876 instances should be kept in 5x5x5 meter airtight containment cells lined with hydrochloric acid. Water should be kept away from SCP-5876. If an SCP-5876 instance breaches containment or is found, personnel can use any means necessary to contain the instance.
Description: SCP-5876 is the collective designation for an species of fungus. When exposed to water, SCP-5876 instances will rapidly grow. SCP-5876 instances will always attempt to grab anything in sight and incorporate it into its mass. SCP-5876 instances have been observed tearing apart containment walls and incorporating the mass into itself, making normal containment impossible. SCP-5876 does not require nutrients to survive, although it will still "eat"4 animals it can find. SCP-5876 instances can split apart, creating 2 smaller instances of the original.
Discovery: SCP-5876 was first discovered in Belmont, Massachusets after civilians reported seeing an SCP-5876 instance, referring to it as "the fungus that ate everything". The foundation sent in a mobile task force to investigate, who were never seen again. When the SCP-5876 instance was discovered using aerial footage, the foundation determined that it was a kind of plant, so they sent in another mobile task force, now armed with flamethrowers, which successfully contained the SCP-5876 instance. The mobile task force reported seeing the tactical gear of the previous task force in the instance of SCP-5876.
Incident 5876-1
01:13 - A crack appears in SCP-5876-23s containment cell.
03:34 - The crack appears to be getting wider.
05:21 - Water seeps through. SCP-5876 starts growing and destroying its containment cell.
06:01 - SCP-5876-23 breaches containment.
23:43- SCP-5876-23 can be soon growing and extending through the hallway, destroying and swallowing everything in sight.
2:43:55 - Following the loss of 36 personnel, the SCP-5876 instance is succesfully contained by use of several flamethrowers which successfully reduced its mass and strength, allowing it to be contained again.
[[footnoteblock]]
Wow! You flipped a card and got: Pentatome!!! You ca reload the page or go to the next.
DATE: 26 May 2021 10:33
SCP-6000 The Rumble Below
Item #: SCP-6000
Object Class: Keter Euclid Safe
Special Containment Procedures:
Containment for SCP-6000 consists of 7 automated seismic stations located around site A, and one manned research station at site A. A 300m wide perimeter delimited by chain link fences has been drawn around site A.
Description:
Keter class description [DATA EXPUNGED] [OBSOLETE]
SCP-6000 is a volcanic island called Nisyros, part of the Cyclades archipelago in the Aegean Sea, situated at 36° 35′ 10″ N, 27° 09′ 36″ E. SCP-6000 is 41,4km², its volcano is active tough it has not erupted since September 1888. There are 948 residents on the island and tourism activity is still permitted, although access to site A and research on the island are restricted.
SCP-6000 activity is located at site A: a partially collapsed 14th century semi-troglodytic orthodox monastery blocking the entrance of a natural cavern 50m deep and 25m high, which appears to act as a focussing chamber for SCP-6000-A.
Seismic tomography has revealed the existence of an empty magma chamber 900-1000m below site A, it is unknown if it plays a role in SCP-6000 activity.
SCP-6000 has emitted a low frequency sound intermittently at site A for over 2 millennia; this sound is designated SCP-6000-A. SCP-6000-A spans between 28 Hz and 0,05 Hz, averaging 17 Hz. Emissions are never less than 2 years long and can last for more than a century. The latest emission allegedly started in the mid 1880’s6 and is still ongoing stopped on May 1st, 1995.
Seismic triangulation has not revealed a single point of emission; SCP-6000-A’s source is a 73m wide column going at least 14km deep in the earth’s crust.
A medium-term exposure (MTE)8 to SCP-6000-A causes a reduction in stress and anxiety in humans. This effect seems to be both physiological and psychological, although a neurological effect is suspected. All subjects exposed to SCP-6000-A for a long term (LTE)9 have described feeling a form of existential dread that alleviates as soon as they stop being exposed to SCP-6000-A.
No recording or recreation – analogue or digital – of SCP-6000-A have been able to recreate this effect: subjects that have not prior been exposed to SCP-6000-A do not display any reaction. However, when LTE subjects are exposed to simulated versions of SCP-6000-A, they immediately report a feeling of unease and wariness. After a few minutes, they display signs of distress and describe physical pain in their chest cavity spreading to their upper torso and head, and then to the rest of their bodies. Exposure for more than 5 minutes can lead to lasting psychological trauma. Exposure for more than 5 hours can lead to permanent neurological damage and death.
The latest hypotheses suggests that SCP-6000 is linked to the extinct civilisation of the Minoans, present on the island between 2400BC to 1100 BC.
Addendum:
- Historical records of SCP-6000 activity
- Exposure testing to SCP-6000-A and recreations
Wow! You flipped a card and got: stonefish 6000!!! You ca reload the page or go to the next.
DATE: 26 May 2021 02:55
| Item #: SCP-6000 | Level 3/6000 |
| Object Class: Euclid | Classified |
The structure where SCP-6000 was living prior to containment.
Special Containment Procedures: SCP-6000 is currently considered to be the sole member of Mobile Task Force Pi-101 ("The Big Guy"), itself run under the same restrictions as other task forces that utilize humanoid SCP objects, like MTF Alpha-9 ("Last Hope"). As such, on field missions it currently answers to Commander Bolivar, the assistant director of the Foundation's division for anomalous military task forces.
In between missions, SCP-6000 is to be kept in a nonstandard humanoid containment cell at Site-88 furnished as an arboretum with numerous plants native to North and South America. A rotation of D-Class trained as greenhouse workers, wearing standard issue beekeeper uniforms, are to assist SCP-6000 in care for these plants. This activity is the sole endeavor of SCP-6000's enrichment, and as such must be performed on a daily schedule. SCP-6000's diet is to consist of any combination of capicola salami, sliced provolone cheese, meatball parmesan submarine sandwiches, wildflower leaves, sugar water, tree sap, rotting wood, algae, live crickets, live flies, live lizards, and Boylan brand carbonated soft drinks, as the entity derives sustenance from these items alone. On special occasions, SCP-6000 may be presented with a bottle of red wine, cannoli, or bowl of tiramisu in exchange for a successful mission, but no nutritional value can be gained from these items, despite claims to the contrary. As SCP-6000's co-operation is considered essential to long term containment, personnel are to call SCP-6000 by its given name, "Bob", when speaking to or nearby it.
SCP-6000
Description: SCP-6000 is a nonhuman sapient organism that resembles an overweight human man between the ages of 60 and 74. The interior structure of SCP-6000 expected in a normal human is not present, and aside from features associated with the head, like teeth, eyeballs, and tongue, SCP-6000 has no internal organs or bone structure of any kind. Its outer layer of organic skin surrounds a cavity of unknown depth containing an unknown number of arthropods, including insects, arachnids, crustaceans, etc. These animals exist in a symbiotic relationship with SCP-6000, relying on its direct care for survival, but are otherwise nonanomalous. SCP-6000 is able to produce any variety of arthropod from within its body upon its command, typically emerging from the mouth, although emergences from any orifice including skin pores have also been observed.
SCP-6000 presents as a stereotypical Italian man from New Jersey, claiming to be a prominent former mobster named "Bob the Buggy Boi." SCP-6000 is docile, gregarious, and friendly towards any individual who it does not perceive as having affiliation with a figure it refers to "Big Stinky," "Tony Cashews," or "dat fawkin guy," who is apparently a figure in organized crime and a former employer. No such figure has ever existed. SCP-6000 displays intelligence equivalent to that of a pubescent human child, and its speech is frequently rambling, oblique, full of non-sequiturs and bizarre jokes, and displaying a poor understanding of the history of Italian-American organized crime. SCP-6000 displays mild but prominent ataxia10 and nystagmus11, likely as a result of movement from the organisms within.
When threatened, SCP-6000 expels arthropods from within its internal cavity as a defense mechanism, relying upon the animals' natural defensive capabilities as a means of attack. For example, when threatened during a containment breach by SCP-███, SCP-6000 was able to regurgitate a large number of live scorpions, which then surrounded SCP-6000 in a circle and stung the invading forces until they retreated. It is shown to be extremely protective of these organisms, making sure than any that are excreted are ushered back inside itself and mourning any that are killed as a result of the expulsion. SCP-6000 also maintains a natural immunity to all anomalous memes, cognitohazards, infohazards, ideatic predators, and antimemes that normally affect humans, likely due to either its status as a sapient nonhuman humanoid object, or else its relationship with the arthropods that make up its interior.
SCP-6000 was first discovered in an abandoned shack in central New Jersey, 19 kilometers south of the town of Freehold. It was located following reports of a population explosion of insects in the region, many non-native. At the time, SCP-6000 claimed to be in temporary hiding from the Atlantic City crime syndicate from which it reportedly fled, but forensic evidence collected from the building indicated that SCP-6000 had been dwelling there for a period of several decades prior to the Foundation arriving.
Wow! You flipped a card and got: SCP-5691!!! You ca reload the page or go to the next.
DATE: 26 May 2021 01:50
Item #: SCP-5691
Object Class: Safe
Special Containment Procedures: SCP-5691
Description:
Addendum:
[[footnoteblock]]
[[div class="footer-wikiwalk-nav"]]






Per 


