Wow! You flipped a card and got: Vintage Terminal!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 14:51
Wow! You flipped a card and got: SCP-XXXX "AXOL" IRP!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 14:28
Item #: SCP-XXXX
Object Class: Safe/Euclid/Keter (indicate which class)
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: SCP-6773 "AXOL" STAFF!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 14:27
Item #: SCP-6773
Object Class: Euclid
Special Containment Procedures: [Paragraphs explaining the procedures]
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: SCP-6773 "Parasitic Apocalypse"!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 13:28
Terminal #18151251612125
------
Welcome, ████████
------
Staff Version
SCP-6773
IRP Version
SCP-6773
Version 0.0.1 "PROTOCAL LOTL"
.
Hello Reader ≽(◕ ᴗ ◕)≼
Wow! You flipped a card and got: The Unknown Caves!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 05:14
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
: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: The entrance to SCP-6764 is to be guarded by two personnel of standard site security. A decontamination chamber has been installed so future incidents breaches of containment cannot occur like Incident.6764.1 in the future. The only personnel authorized to enter SCP-6764 are D-class subjects, after the discovery team of SCP-6764 were terminated by the instances within SCP-6764. After 4/1/2021, no research personnel are permitted to enter SCP-6764 without an armed squad of four task force agents present under order of Assistant Director Lorem.
Description: SCP-6764 is cave system located underneath Site-89 on Floor 1, Wing J. The depth of the tunnels is currently unknown, but it is approximated at 5,420 meters below Site-89. Multiple task forces have been launched to discover the true depths of SCP-6764, however all task forces have been terminated before they could reach the bottom. Multiple documents have been noted during the different descents into SCP-6764, and are listed below. There are currently five layers documented for SCP-6764, which are included in Addendum.6764.1 below.
Date: 3/2/2021
Research Staff: Task Force Agent "Dawn"
Entity Description: Small deer-shaped creatures that swim in the small pools in the entrance surrounding the first layer. The first layer appears to be around 50 meters in diameter, roughly being a circle. They have a dark blue fur, and four eyes in total, all bright yellow and appear to glow when they're healthy. As they get weaker the light in their eyes dim. They are not aggressive, so you can approach them, and they seem to eat the algae and moss that grow in the circular pools filling the first layer. The pools seem to glow as well, currently unsure why.
Designation: Water Fawn.
Additional Notes: Not hostile, not of critical importance.
Date: 3/2/2021
Research Staff: Task Force Agent "Dawn"
Entity Description: Small crocodile-looking instances, they are aggressive and took Omar's leg off after he stepped in a pool with one. They seem to have a very powerful bite force and have very good intelligence. They typically hide within the pools, camouflaging themselves as pieces of wood with moss on their backs to attract the Water Fawns and eat them alive. Nasty stuff. They can be scared off
Designation: Crocobetula.
Additional Notes: Hostile towards all creatures, avoid if possible, can be scared off.
Date: 3/2/2021
Research Staff: Task Force Agent "Dawn"
Entity Description: Small rabbit-things, they have the antlers of reindeer and feed off the moss growing on the walls and side of the pools. Nothing else interesting, they seem to take a liking to humans for some reason.
Designation: Reinrabbit.
Additional Notes: Not dangerous, will approach humans.
Date: 3/2/2021
Research Staff: Task Force Agent "Dawn"
Entity Description: Strange birds that look like an albatross. They have six pairs of eyes all around their heads, giving them 360 degree vision to predators. They feed off of the Goblinfish that live in the pools.
Designation: Peripheross.
Additional Notes: Not dangerous, stay away from humans.
Date: 3/2/2021
Research Staff: Task Force Agent "Dawn"
Entity Description: Ugly fish that live in the water, they look like a cross between a salmon and a goblin shark. Brooks wanted to find out if it was edible, but we quickly stopped that. They're blue on the top and silver-bluish on the bottom, they feed on the algae and small shrimp living in the pools.
Designation: Goblinfish.
Additional Notes: Not dangerous.
Other fauna:
Wow! You flipped a card and got: SCP-0w01!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 02:41
I would like to thank all the horrible people who contributed to this mess. Take a bow,
Kothardarastrix
leo60228,
Lt Flops,
totallynotenby,
fairydoctor,
EstrellaYoshte,
Calibri Bold,
dimentia,
Kensing,
YellowISlol,
DrWoomywood,
Koke Ghoul,
Panda_of_Green,
Veralta,
stormfallen,
basirskipreader,
Placeholder McD,
cold_Nights,
A Mountain,
Ralliston, Laneous does not match any existing user name,
CelesteKara,
Tyumen,
PlaguePJP,
barredowl,
wagyusteak,
Limeyy,
pastarasta1,
Rose the Changeling ,
Doggol,
Westrin,
JakdragonX,
Hexick,
Drblackbox
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@media (min-width: 768px) {
.mobile-top-bar {
display: block;
}
.mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block!important;
position: fixed;
top: 0;
left: -19em;
width: 17em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 0.3em 0.675em;
background-color: rgba(0,0,0,0.1);
transition: left 0.5s ease-in-out;
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
z-index: 10;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#top-bar .open-menu a:hover {
text-decoration: none;
}
.close-menu {
margin-left: 19em;
opacity: 0;
}
}
/*
Penumbra Theme
[2020 Wikidot Theme]
By EstrellaYoshte
Based on:
Paperstack Theme by EstrellaYoshte
Ad Astra Theme by NatVoltaic and stormbreath
Inkblot Theme by Croquembouche
Anderson Robotics Theme by Croquembouche
BHL Style Collapsible by Monkatraz
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
#page-content { font-size: .9rem; }
body {
font-family: 'Roboto', sans-serif;
color: #EDEDED;
background-color: #2F333C;
background-image: linear-gradient(
to bottom,
#21252E, #21252E 90px,
#21252E 90px, #2F333C 200px,
#2F333C 200px, #2F333C 100%);
background-repeat: no-repeat;
}
#main-content {
top: -1.2rem;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar {
width: 9px;
background: transparent;
}
::-webkit-scrollbar-track {
background: #21252E;
}
::-webkit-scrollbar-thumb {
background: #ededed;
border: none;
}
::-webkit-scrollbar-thumb:hover {
background: var(--accentColor);
}
/* ---- HEADER ---- */
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
div#extra-div-1 {
height: 164px;
width: 100%;
top: 0;
position: absolute;
background: var(--lgurl);
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none; }
/* Style the new text */
#header h1 a::before, #header h2::before {
color: var(--accentColor);
font-family: 'Josefin Sans', sans-serif;
text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
content: var(--header-title, "SCP FOUNDATION");
font-weight: 300;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
font-weight: 600;
font-size: 1.22em;
}
#login-status {
color: #ededed;
}
#login-status a {
color: var(--accentColor);
}
#login-status ul a {
color: #ededed;
background: #21252E;
}
#login-status ul a:hover {
color: var(--accentColor);
}
#account-topbutton{
border: solid 1px var(--accentColor);
}
#footer, #footer a {
background: transparent;
color: #ededed;
}
#license-area {
color: #ededed;
}
#search-top-box {
top: 2.2rem!important;
right: 8px;
}
#search-top-box-form > input[type=submit] {
border: solid 1px #ededed;
background: #21252E!important;
box-shadow: none;
border-radius: 0;
color: #ededed;
transition: color 0.15s linear;
}
#search-top-box-form input[type=submit]:hover {
border: solid 1px var(--accentColor);
box-shadow: none;
color: var(--accentColor);
}
#search-top-box-form > input[type=text] { display: none; }
/* ---- TOP BAR ---- */
#top-bar {
top: 8.4rem;
display: flex;
justify-content: center;
right: 0;
}
@media (max-width: 768px) {
.mobile-top-bar {
display: flex;
justify-content: center;
max-width: 100%;
width: 100%;
left: 0;
}
}
#top-bar, #top-bar a {
color: #ededed;
transition: color 0s;
}
#top-bar ul li ul {
border-color: var(--accentColor);
overflow: hidden;
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: #2F333C;
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background: #21252E;
color: #ededed;
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: #21252E; /* top bar hover background color */
color: var(--accentColor);
transition: color 0.1s linear;
}
/* ---- SIDE BAR ---- */
div#side-bar{
background: #21252E;
clear: both;
padding: .8em;
border-radius: 0;
box-shadow: none;
overflow-x: hidden;
}
#side-bar .heading{
color: #ededed;
font-family: 'Josefin Sans', sans-serif;
font-size: 0.94rem;
border-bottom: solid 1px #ededed;
}
#side-bar .side-block {
border: transparent;
border-radius: 0;
box-shadow: none;
background-color: #21252E;
}
#side-bar .side-block.media {
background-color:#21252E;
}
#side-bar .side-block.media > * {
display: flex;
justify-content: space-evenly;
}
#side-bar .side-block.resources {
background-color:#21252E;
}
.side-block .menu-item > .image {
display: none;
}
#top-bar div.open-menu a {
border-radius: 0;
box-shadow: none;
color: var(--accentColor);
background-color: #21252E;
border: solid 1px #21252E;
}
@media (max-width: 767px) {
#main-content {
padding: 0;
margin: 0 5%;
border-left: none;
}
#page-title {
margin-top: 0.7em;
}
#side-bar {
background-color: #21252E;
left: -18.6em;
}
#side-bar:target {
border: none;
box-shadow: none;
}
#side-bar .close-menu {
transition: width 0.5s ease-in-out 0.1s,
opacity 1s ease-in-out 0s;
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
background: rgba(0,0,0,0.3);
background-position: 18.6em 50%;
z-index: -1;
opacity: 0;
pointer-events: none;
}
#side-bar:target .close-menu {
width: calc(100% - 18.6em);
right: 0;
left: auto;
opacity: 1;
pointer-events: auto;
}
#side-bar:target .close-menu:hover {
background: unset;
}
#page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
margin: 3em -5.5%;
}
#side-bar {
top: 0;
}
#side-bar .heading {
padding-left: 1em;
margin-left: -1em;
}
#search-top-box {
top: 107px;
}
}
/* ---- TABS ---- */
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: var(--accentColor);
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #ededed;
font-weight: bold;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #21252E;
border: unset;
box-shadow: none;
box-shadow: none;
transition: background-color 0.15s linear;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ededed;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: var(--accentColor);
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ededed;
background-color: #21252E;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: var(--accentColor);
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #21252E;
font-weight: bold;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #21252E;
background-color: var(--accentColor);
}
.yui-navset .yui-content {
background-color: #21252E;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: none;
}
/*---- TAB ANIMATION by Croquembouche ---- */
.yui-navset .yui-content > div {
display: block;
top: 0;
overflow: hidden;
transform-origin: 0 0;
}
#page-content .yui-navset .yui-content > div[style*="none"] {
display: block !important;
flex: 0;
max-height: 0;
padding: 0 0.5em;
border-width: 0;
/* The following transition affects the one that DISAPPEARS */
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.18,.51,.54,.9) 0s;
animation: tab-disappear 0.5s ease-in-out 0s 1 both;
}
#page-content .yui-navset .yui-content > div[style*="block"] {
display: block !important;
flex: 1;
max-height: 9999rem;
/* The following transition affects the one that APPEARS */
transition: padding 0s linear 0.5s,
border-width 0s linear 0.5s,
flex 0.5s cubic-bezier(.18,.51,.54,.9) 0.5s;
animation: tab-appear 0.5s ease-in-out 0.5s 1 both;
}
@keyframes tab-disappear {
0% { max-height: 9999rem; }
1% { max-height: 100vh; }
100% { max-height: 0; }
}
@keyframes tab-appear {
0% { max-height: 0; }
99% { max-height: 100vh; }
100% { max-height: 9999rem; }
}
/* ---- INFO BAR ---- */
body{
--barColour: #21252E;
--linkColour: #ededed;
}
.info-container .collapsible-block-content{
padding: 0 .5em 30px;
}
.info-container .collapsible-block-content .wiki-content-table{
width: 100%;
}
/* Ayer's info-bar patch by Monkatraz */
#page-content .info-container .collapsible-block-folded, #page-content .info-container .collapsible-block-unfolded-link {
width: 100%;
max-width: 100%;
margin: 0 auto;
padding: 0;
box-shadow: none;
}
#page-content .info-container .collapsible-block-link::before, #page-content .info-container .collapsible-block-unfolded-link::before {
content: " ";
display: none;
}
#page-content .info-container .collapsible-block-content::after {
display: none;
}
/* ---- INFO PANE ---- */
#page-content .creditRate{
margin: unset;
margin-top: 4px;
margin-bottom: 4px;
margin-right: 3px;
}
#page-content .rate-box-with-credit-button {
background-color: #21252E;
border: solid 2px #21252E;
border-radius: 0;
box-shadow: 3px 0px 0px 0px var(--accentColor);
}
#page-content .rate-box-with-credit-button .creditButton p a {
border-left-color: transparent;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
border-left: 0;
}
.rate-box-with-credit-button .page-rate-widget-box .cancel a:hover {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
color: #ededed;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
color: var(--accentColor);
}
#page-content .creditButtonStandalone p a {
background-color: #21252E;
border: solid 2px #21252E;
border-radius: 0;
box-shadow: 3px 0px 0px 0px var(--accentColor);
color: #ededed;
}
#page-content .creditButtonStandalone p a:hover {
color: var(--accentColor);
}
#page-content .modalbox {
background: #2F333C !important;
color: #ededed;
box-shadow: none;
}
.close-credits,
.credit-back {
filter: grayscale(100%) invert(100%) contrast(275%);
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
margin: unset;
border-radius: 0;
border: solid 2px #21252E;
box-shadow: 3px 0px 0px 0px var(--accentColor);
background-color: #21252E;
margin-top: 4px;
margin-bottom:4px;
margin-right: 3px;
}
.page-rate-widget-box .rate-points {
background-color: #21252E !important;
border: none;
color: #ededed !important;
text-transform: capitalize;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #21252E;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #ededed;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #21252E;
color: var(--accentColor);
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #21252E;
border: none;
}
.page-rate-widget-box .cancel a {
color: #ededed;
}
.page-rate-widget-box .cancel a:hover {
background: #21252E;
color: var(--accentColor);
}
/* ---- PAGE ELEMENTS ---- */
.page-source, tt{
font-family: "Fira Code", monospace;
font-size: 0.87rem;
}
.code pre, .code p, .code {
font-family: "Fira Code", monospace;
font-size: 0.87rem;
color: #21252E;
}
h1 {
color: var(--accentColor);
font-family: 'Josefin Sans', sans-serif;
font-weight: bold;
}
h2,
h3,
h4,
h5,
h6 {
color: #EDEDED;
font-family: 'Josefin Sans', sans-serif;
font-weight: bold;
}
#page-title {
color: #ededed;
font-family: 'Josefin Sans', sans-serif;
font-size: 1.65rem;
text-align: center;
border-color: #ededed;
}
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
color: var(--accentColor);
transition: color 0.15s linear;
}
a:hover, a.newpage:hover, a:visited:hover, #side-bar a:visited:hover {
color: #ffffff;
text-decoration: none;
background-color: var(--accentColor);
}
a.newpage { filter: hue-rotate(180deg); }
/* patch for sidebar media, collapsibles, ACS, info button and ayers module so link doesn't override */
#page-content .collapsible-block-folded a:hover, #page-content .collapsible-block-unfolded-link a:hover, #page-content .rate-box-with-credit-button .fa-info:hover, #side-bar .side-block.media a:hover, .danger-diamond a:hover {
background: transparent;
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: var(--linkColour) !important;
}
hr{
background-color: var(--accentColor);
}
blockquote,
div.blockquote,
#toc {
background-color: #21252E;
border: solid 2px #2F333C;
box-shadow: -3px 0px 0px -0.1px var(--accentColor);
}
.code {
background-color: #F8F8F8;
border: solid 3px #2F333C;
box-shadow: none;
}
.scp-image-block {
border: solid 8px #21252E;
border-bottom: solid 0px #21252E;
box-shadow: 0px 0.26rem 0px 0px var(--accentColor);
box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
background-color: #21252E;
border: solid 4px #21252E;
color: #ededed;
font-size: 0.84rem;
}
.scp-image-block.block-left { margin-left: 0; }
.scp-image-block.block-right { margin-right: 0; }
@media (max-width: 540px) {
.scp-image-block.block-left, .scp-image-block.block-right {
float: none; clear: both; margin-left: auto; margin-right: auto;
}
}
#page-content .wiki-content-table tr th {
border: solid 1px var(--accentColor);
color: var(--accentColor);
background-color: #21252E;
/* set border for table title */
}
#page-content .wiki-content-table tr td {
border: solid 1px var(--accentColor);
/* set border for table content */
}
/* fancy collapsible */
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
background: #21252E;
transition: background 0.25s linear;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
padding-left: 1rem;
padding-right: 1rem;
width: min-content;
white-space: nowrap;
overflow: hidden;
margin: auto;
box-sizing: border-box;
}
#page-content .collapsible-block-folded .collapsible-block-link::before {
content: "▷ ";
}
#page-content .collapsible-block-unfolded .collapsible-block-link::before {
content: "▽ ";
}
#page-content .collapsible-block-link {
text-decoration: none;
color: #ededed;
font-weight: bold;
}
#page-content .collapsible-block-folded:hover, #page-content .collapsible-block-unfolded-link:hover {
background: var(--accentColor);
}
#page-content .collapsible-block-unfolded-link {
box-shadow: 0px -0.26rem 0px 0px var(--accentColor);
}
#page-content .collapsible-block-folded, #page-content .collapsible-block-unfolded-link {
margin-top: 10px;
margin-bottom: 10px;
}
/* Selection */
::selection {
background: var(--accentColor);
color: #ffffff;
}
/* Footnotes */
.hovertip {
font-size: .9rem;
background-color: #21252E !important;
border: solid 1px var(--accentColor) !important;
}
.footnotes-footer {
background-color: #21252E;
padding-left: 1.4rem;
padding-right: 1.4rem;
padding-bottom: 1.5rem;
box-shadow: -0.24rem 0px 0px 0px var(--accentColor);
}
.footnotes-footer .title {
color: #ededed;
}
.footnote .f-footer, .equation .e-footer, .reference .r-footer {
display: none;
}
/* Tags */
#main-content .page-tags a {
margin-top: .18rem;
}
.page-tags span {
border-top: 1px solid #ededed;
}
/* Pop-Up Windows */
.owindow {
background-color: #21252E;
border-color: var(--accentColor);
}
.owindow .modal-header {
background-color: #21252E;
}
.owindow .modal-body img {
background-color: transparent !important;
}
.owindow .title {
background-color: #21252E;
color: #var(--accentColor);
border-bottom: 1px solid #2F333C;
}
.owindow .button-bar a {
background-color: #21252E;
border-color: var(--accentColor);
color: #ededed;
}
.owindow .button-bar a:hover {
background-color: var(--accentColor);
}
/* Edit Buttons */
.buttons .btn {
background-color: #21252E;
border-color: var(--accentColor);
color: var(--accentColor);
padding: 3px 5px;
}
.buttons .btn:hover {
background-color: var(--accentColor);
color: #21252E;
}
/* Edit Lock Info*/
#lock-info {
background-color: #21252E;
border-color: #ededed;
}
/* Close Button for Page Source, Rating, Etc */
a.action-area-close:hover {
background-color: #21252E;
}
/* Page-History Current */
.pager .current {
background-color: var(--accentColor);
border-color: #ededed;
}
/* History Compare */
.inline-diff ins, .inline-diff del {
color: #21252E;
}
/* ---- INTERWIKI ---- */
.scpnet-interwiki-frame{
filter: invert(100%) grayscale(100%) contrast(75%);
}
/* ---- CUSTOM SYNTAX ---- */
.darkbox {
background-color: #21252E;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox {
background-color: #ededed;
color: #21252E;
border-left: solid 0.26rem var(--accentColor);
border-right: solid 0.26rem var(--accentColor);
padding: .4rem;
margin-top: 12px;
margin-bottom:12px;
}
.lightbox h2, .lightbox h3, .lightbox h4, .lightbox h5, .lightbox h6 {
color: #21252E;
}
.limit {
margin-bottom: -1rem;
z-index: 5;
}
.anchor {
position: sticky;
height:0;
top: 0;
z-index: 5;
}
.sidebox {
background-color: #21252E;
border-top: solid 2px var(--accentColor);
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
/* Sidebox mobile optimization, courtesy of Woed */
@media (max-width: 1290px) {
.sidebox {
width: auto;
max-width: 65vw!important;
border: none;
padding-left: 0.4rem; padding-right: 0.4rem;
top: 0.75rem;
right: calc(((100vw - 45.8rem)/2) * -1);
left: initial;
-webkit-clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
clip-path: inset(-0.125rem -0.25rem 0 calc(100% - 0.85rem));
-webkit-transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
-o-transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s;
transition: color 0.2s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s;
overflow: visible;
}
.sidebox::before, .sidebox::after {
content: " ";
position: absolute;
right: 0;
}
.sidebox::before {
top: calc(50% - 0.75rem);
width: 0;
height: 0;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
border-right: 0.75rem solid var(--accentColor);
transition: border 0.1s ease-in-out 0.1s;
z-index: 10;
}
.sidebox::after {
top: 0;
max-width: 0.75rem;
width: 100%;
height: 100%;
box-shadow: 0.15rem 0 0 0 var(--accentColor);
max-height: calc(100vh - 18rem);
background-color: #21252E;
z-index: -1;
transition: box-shadow 0.5s ease-in-out 0.1s, max-width 0.5s ease-in-out 0.1s;
}
.sidebox > * {
opacity: 0;
-webkit-transition: opacity 0.2s ease-in-out 0.2s;
-o-transition: opacity 0.2s ease-in-out 0.2s;
transition: opacity 0.2s ease-in-out 0.2s;
}
.sidebox:hover {
overflow: visible;
-webkit-clip-path: inset(-0.125rem -0.25rem 0 0);
clip-path: inset(-0.125rem -0.25rem 0 0);
-webkit-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
-o-transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s;
transition: color 0.5s ease-in-out 0.2s, right 0.5s ease-in-out 0.1s, clip-path 0.5s ease-in-out 0.1s, box-shadow 0.5s ease-in-out 0.1s, -webkit-clip-path 0.5s ease-in-out 0.1s, -webkit-box-shadow 0.5s ease-in-out 0.1s;
}
.sidebox:hover::before {
border-top: 0 solid transparent;
border-bottom: 0 solid transparent;
}
.sidebox:hover::after {
box-shadow: 0 -0.125rem 0 0 var(--accentColor);
right: 0;
max-width: 100%;
}
.sidebox:hover > * {
opacity: 1;
}
}
@media (max-width:768px) {
.sidebox, .sidebox:hover {
right: calc(((100vw - (100% - 3rem))/2) * -1 + 1.9rem);
}
}
:root {
--accentColor: #1EB5E8;
--lgurl: url("https://scp-wiki.wdfiles.com/local--files/theme%3Apenumbra/logo.png");
}
You find the access tunnel, hidden within a Woody's a mile off the main road.
You don't need the keycard. The door is absolutely fabulous.
It smells here. It smells like /them//. Hopefully, they've moved on. You've come so far already. You can't turn back now.
There is a sparkling, shining trail of glitter that leads from the cave entrance and into the depths of the site. If it's holographic or iridescent - or if it's party body-paint, you cannot tell. You make a point to avoid it.
You're still receiving the distress signal. Whoever it is - you pray they're still straight.
The trail takes you to a backroom near the VIP lounge - the source of the signal. Within, there's a desk with a computer atop it. Approaching the terminal, you can clearly see the blinking light of the power button.
You take a seat. Turn it on. ;)
Party Protocol Activated. Inhibitions Removed. Full Access Granted. *wink*
Super. Crazy. Pizazz.
Loading...
Loading..
Loading...
Loading..
Loading...
Loading..
You hear footsteps just outside the door. Every first step comes down heavy, the second drags behind it. Can you feel it, Mr. Krabs?
Loading...
Loading..
Loading...
Loading..
Loading...
Loading..
Loading...
Loading..
Loading...
Authenticating...
..
...
A colorful shape blots out the light streaming in through the slit between the floor and the doorway. It is radiating rainbow sex energy.
..
...
..
Authenticating...
..
...
..
...
..
Authenticating...
..
...
You tense up, waiting with bated breath, praying it will pass, focusing on straight thoughts, like baseball and carpentry.
Please Wait...
..
...
..
...
..
Please Wait...
..
...
..
Please Wait...
..
...
..
The shadow recedes. You breathe a sigh of relief just as the screen comes to life…
WHEN SUDDENLY, A CATGIRL JUMPS OUT OF THE WALL AND NYAAS ALL UP IN YOUR SPACE. YOU CLOCK HER IN THE FACE.
With the threat neutralized, you continue.
Opening File
🏳️🌈 AUTOMATED SECURE SYSTEM NOTIFICATION CODE 235 (ASSN-235) 🏳️🌈
There has been an error in retrieving the current iteration of the SCP-0w01 file but we're here to help. You are currently viewing revision #3, honey. Newer revisions can be accessed at the bottom of this page.
Revision 3/12 updated 1312 days ago
SCP-001, minutes after its activation. We don't get it either.
Item #: SCP-0w01
OwObject Cwass: Apowwyon
Special Containment Pwocedures: Due to its nature, SCP-0w01 cannot be contained. Survivors of the SCP-0w01 event stationed within secure facilities are the final shining light of heteronormativity and should be protected at all costs. Personnel are encouraged to attempt to reach Site-5 Site-19 via the most orientation-reaffirming means possible. Penny farthings are out of the question.
Survivors attempting to travel outdoors must fully cover their bodies in drab clothing; preferably several layers. Cities - and man-made structures in general - belong to them now. Travel by air is preferable above all other methods but do be sure to avoid the double-rainbows.
Personnel exposed to SCP-0w01 are to be considered lost. Compromised personnel are to be abandoned.
Y'all really need to stop acting like this is a death sentence lmao

Description: SCP-001 is the designation given to the Sun, after it spread the gay.
A member of the gay discovered at night.
Please insert your thought, opinions, banking information, survival accounts, shitposts and recipes below. Do not under any circumstances edit another's contribution or blank the page, goddamnit.
SCP-001 functions as a metapataphysical noothaumaturgispherical level, resulting in the construction of massive migraine constructs in the heads of all who attempt to comprehend its luscious lock(e)s of beautiful hair.
In addition, any personnel that attempts to look at the lockes turns into a catgirl. No, this cannot be reversed. No, you cannot have a "nya nya catgirl uwu" voice permanently. No— Why are you people willingly going into the light?
History: Shortly after its initial manifestation, a subject was shown to not have their sexuality influenced by it and just got skin cancer. This was originally thought to be somebody sustaining their heterosexuality, but in reality they were asexual. It's fine; we administered garlic bread and gave them a poncho so they could traverse into the rainbow freely. We're really scared to know what it does to bi people but it has been established it [DATA EXPUNGED] to already gay people. As well, in many places, trans people have been crowned as Kings, Queens, and Non-binary Solar Regents.
Do not test on bi people. Accidentally opened the curtains three weeks ago and my hands are stuck doing finger guns to this day.
Affected Anomalies: Anomalies affected by SCP-OwO1 are listed below.
| Relevant Anomaly |
Effect |
| SCP-682 |
Did not like the acid bath due to its heterosexuality |
| SCP-999 |
No effect as SCP-999 is wholesome and loves EVERYBODY. |
| SCP-173 |
The colorful substance on the floor of SCP-173's chamber is a combination of feces, blood, and rainbow dust. |
| SCP-230 |
No effect. |
| SCP-009-j |
No effect. |
| SCP-527 |
Subject is now even more fabulous than before |
| SCP-2747 |
DATA LOST |
| SCP-031 |
Shows it's true form. Damn it's sexy. |
| Your Mom |
Still morbidly obese. Did you really expect anything to change? |
ADDENDUM 001-OMEGA-WHISKEY-OMEGA: The following are some journal entries we found somewhere. Where? That's not important. When has that EVER been important???
JOURNAL ENTRY #1
I have locked myself in the Absolute Deliciousness Smoothie Machine. I don't think anyone can see me, all they see is these bomb ass smoothies.
From what I have gathered, gay has broke. The skylights in Site-06 opened, and all super rainbow rays shined in. I managed to shove myself in this smoothie machine before they asked me if it was "party rockers" or "party rock is". All I must do now is wait…
JOURNAL ENTRY #2
Oh fuck me, I just got this message on my phone. It played a little 1273 Rockefeller Street jingle, and NOT the dentist kind.
The following is a message composed via consensus of the HIGH5 Council.
For those who are not currently aware of our existence, we represent the organization known as the SCP Foundation. Our previous mission centered around the containment and study of anomalous objects, entities and cool looking ceramic frogs. This mission was the focus of our organization for more than one-hundred years.
Due to circumstances outside of our control, this directive has now changed. Our new mission is to be gay and do crimes.
There will be no further communication.
They just sent this to every governm—
Wait, is this the wrong article? This is the sun one, not The Suit… uhh, I'll see myself out, sorry.
ADDENDUM [insert SCP designation here]: Firsthand encounters with instances of SCP-001-0w0 were recorded seven minutes after the initiation of the SCP-001-0w0-WAVE event.
LOCATION: Site-114355225
INVOLVED: Dr. Christian, MTF Xi-9 ("Oh No")
[BEGIN LOG]
[The bodycam on Xi-9-1 fizzles and the view focuses on the entrance tunnel to Site-114355225. Outside, sporadic rainbow rays and sparkles rain down onto the land. Screams and distant "nyas" are audible. Dr. Christian slowly walks into view.]
CHRISTIAN: Oh, by the Heavens. No…
XI-9-1: This is the end, isn't it, sir?
[Dr. Christian turns to face Xi-9-1. He begins to tear up and whines like a child.]
CHRISTIAN: Not — not like this. I still had so much to share — so much to bring my boys back from this. I knew it — catgirls —
[Xi-9-2 cautiously approaches Dr. Christian. Dr. Christian, still sobbing, notices Xi-9-2 and smiles, opening his arms towards him.]
CHRISTIAN: I'm so sorry, Braden. So sorry for your lo —
[Xi-9-2 punches Dr. Christian. Dr. Christian falls onto the ground, and dies instantly. Xi-9-2 slowly approaches the light, and turns around to the rest of Xi-9.]
XI-9-2: I ain't going back. I want to be free.
[Xi-9-2 spreads his arms out slowly, walks backwards into the light, and intentionally falls back onto the ground like a dumbfuck.]
XI-9-2: Oof.
[Xi-9-2 undergoes [REDACTED] to become an instance of SCP-001-0w0.]
SCP-001-0w0: Nya —
[Xi-9 immediately unleashes an artillery barrage on the instance. The camera fizzles out.]
[END LOG]
AFTERWORD: Fuck — O5-1
Observation Log SCP-0w01-1
The following is a log of an SCP-0w01-1 instance as observed by Learning Computer Psi-2 in a game of Among Us. The SCP-0w01-1 instance participated in the game without communicating until specifically addressed by other players. Following the game, all participating players were tracked down and treated as containment procedures dictate.
Communication is logged below:
<Begin Log>
JonArbucle: red, where were you when we were doing reactor?
SCP-0w01-1: Where was I?
SCP-0w01-1: Well, for starters, I was fucking your dad.
JonArbucle: seriously red where were you
SCP-0w01-1: I just said I was fucking your dad.
JonArbucle: NO i mean, in the game
SCP-0w01-1: Both in game AND in real life.
JonArbucle: What tasks did you have.
SCP-0w01-1: Well. Funnily enough I only had one task, and I did it. Which was fucking your dad.
JonArbucle: vote red hes trolling.
SCP-0w01-1: Ugh, fine. I'm guilty.
(No activity for five seconds.)
SCP-0w01-1: Guilty of fucking your dad.
your mom: wait what
<End Log>
ADDENDUM SCP-0w01-I don't even know anymore: Defense Methods
If you are exposed to SCP-001, just say "NO!". SCP-001 cannot legally affect you if you don't want it to.
Email Exchange
Look at this researcher embarrassing himself in front of O5-1 by living in the wrong timezone! Make sure to laugh at him next time you see him.
To: O5-1
From: Dr. Cruz
Message: Isn't April Fools' tomorrow?
To: Dr. Cruz
From: O5-1
Message: imagine being american lmao
NIGHTMARE ADDENDUM 001-RED DELTA ECHO ALPHA DELTA
oh god it's even got little subtext
At the approximate time of SCP-001's inception, multiple transmissions were broadcasted, sourced from the elusive frog tunnels of New York. The following is a general translation of this frog communication:
<BEGIN LOG>
FROG 1: PREPARE! PREPARE!
FROG 2: FLIES NEEDED! FLIES! FLIES! FLIES!
FROG 1: THE SEWERS SHALL BE SAFE… THE SEWERS! THE SEWERS! THE SEWERS!
FROG 3: NO… IT CANT BE! THE… THE WATER!
FROG 1: THE CHEMICALS!
(Assorted frog transformation noises.)
FROG 1: Alright bitches. You know what to do next.
ALL FROGS THROW ALEX JONES INTO THE VAT! THE VAT! THE VAT! THE VAT!
(Frog clamoring. Fade into static, but like, really cool static.)
<END LOG>
ADDENDUM 0w01-##: During the ensuing events of SCP-0w0's activation, former Home Alone 2: Lost In New York actor Donald Trump was able to return to the Twitter social media website under a different account. A log of all this account's activity has been logged below.
Donald J. Trump @realerDonaldTrump
Terrible Sun out today! Radical Joe "Antifa Karl Marx 1984" Biden's Green New Deal destroyed the economy with rainbow fumes. Sad!
1 April 2021 - Florida, United States
Donald J. Trump @realerDonaldTrump
The antifa frogs have STOLEN this country with their water chemicals, just like Sleepy Joe has STOLEN the election. My ADMINISTRATION vaccinated the people! We even vaccinated the Sun! FACT!
1 April 2021 - Florida, United States
Donald J. Trump @realerDonaldTrump
PUSH THE SUN SOMEWHERE ELSE!
1 April 2021 - Florida, United States
In case none of the above made you piss out your soul, here's Beanman. Sweet dreams.
I just made out with my girlfriend!
AND WE'RE BOTH LESBIANS!
So true!
— Dr. Chelsea Owle
If being gay was a crime
I'd fuck your mom.
and do crimes lol
YOOO NEW YUGIOH CARD JUST DROPPED GUYS LOOK!!!
- researcher rowan raster
Personnel are to be reminded that even in times of peril, below the footnotes is not place for rabble rousing. Further such actions will result in a stern pointing at while repeating the word "YOU" over and over again.
— Site Director Gronson VonGronson
no youre fat and also ugly
-doctor hot sex
that was not me… that was not the REAL doctor sex! the real doctor sex uses emdashes! there is an impostor among u—
— doctor sex
Yo we still using CSS to talk about this lmao
- A very concerned, anonymous researcher at Site-25525151515, Human Resources Department Employee, Dr. Yervens
World might be ending but that penumbra aesthetic slaps and we gotta appreciate it.
- Dr J0w0nes
hewwo its me, an scp-0w01 instance, pwease come out hewe, we have fwee food and dwinks out hewe, come gwomp with us under the wainbow uwu <3 :3 owo
Sometimes I lie awake at night thinking about how much better my life would have been if I had just taken the university job instead of this.
-Dr. Gears
SCP-5074 regarding SCP-0w01 with disdain, before neutralizing it with its laser vision.
NOTE FOR WRITERS: This piece was meant as a punchline for the page overall. Try to make your edits above it.
[[colapsible show= SUPER SECRET HIDDEN COOLAPSIBLE]]
oh fuck, do you not think this was funni? shit. my bad. I should try to be more classy next time.
[[END HIDDEN COLLAPSIBLE]]
[[colapsible show= SUPER SECRET HIDDEN COOLAPSIBLE]]
what the actual fuck is going on lmao
- Dr sex
[[END HIDDEN COLLAPSIBLE
hi there, have a cookie <3
Hey guys, John Cookie here just making this PSA THAT YOU WILL NEVER EVER HAVE ME NOT IN A MILLION YEARS KEEP YOUR SLIMY GRIMEY FINGIES A W A Y FROM MY DELICIOUS CHOCOLATEY CHIP THEYRE MINE AND NO ONE WILL HAVE THEM! MY OOEY GOOEY RICH INNARDS ARE FOR ME TO ENJOY ALONE! YOU HEAR ME?!?! Anyways that's all I had to say, have a good one :)
~ Love, John Cookie XOXO
there is nothing to be seen
if being cool was a crime i'd be arrested for mistreating anomalies and numerous other crimes against humanity done under the excuse of working for a foundation protecting it
— daniel asheworth, formerly site-120 director council chairman
may god have mercy on our souls
This is considerably, considerably, not stonks, non? Aviatica will ensure that it finds out the truth about this whole ruckus.
escriter
we haven't found it yet, but we'll never gonna give it up, never gonna let our readers down, never gonna run around and desert the truth
boop! -Dr. Fairy
u all laughed at me when i implanted the anti-sunbeam filter in my visual nerves, u said i was crazy and stupid, but who is laughing now and - wait, something's wrong, this is not r-right nnnnooooooooooooooooooooyaaaaaaaaaaaaaaaaah
I, Fleshblob
I really fucking enjoyed being melted into a still-conscious animate biomass.
Addendum NSFW: Thousands of gays attack several Foundation facilities, stealing many SCPs such as SCP-113 and SCP-686. Where there current location is unknown. However, many personnel at such facilities have been effected by SCP-113, SCP-686 and SCP-0W01 simultaneously, resulting in [REDACTED].
Note: OMFG THIS IS NSFW! REDACT IT NOW!!! -Dr. Rainbow
Note From Doctor Freeguy: All your gays are belong to us. (funni half-life joke!!!1!)
NOTE FROM THE O5 COUNCIL, ALL PERSONNEL MUST SEE:
Note from Doctor Pam Bulance: This is fucking disgusting. An absolutely appalling affront against both what the Foundation stands for and the very essence of everything good and holy. I have not seen such a sorry sight in literal decades, and I am enraged that the concept of this even came into this previously pristine world. For the literal buffoons that don't know what I'm talking about, it's fuCKING CALLED AMONG US, IT'S NOT AMOGUS YOU CLOWN, IT'S CALLED AMONG US! WHAT EVEN IS "AMOGUS", AND WHY IS EVERYONE LITERALLY NOT ABLE TO UNDERSTAND HOW THE NAME OF A SPACE BEAN GAME IS SPELLED!?! WHY IS THIS SO DIFFICULT FOR YOU??? WHY DOES THIS BASIC CONCEPT OF GRAMMAR NOT EXIST??? WHY ARE THE HONEYCRISP APPLES AT MY LOCAL SUPERMARKET 35% OFF??? DO I NEED TO CALL YOUR PARENTS?!? I WILL FUCKING CALL EVERYONE'S PARENTS TO COMPLAIN IF I SEE AN "amogus" ONE MORE FUCKING TIME!!!
mom
i'm scared
you made it worse it was just supposed to say mom
straight people cant use collapsible confirmed
or maybe its just wikidot
amogus
The CSS Wizards are all gay
turns into a catenby
what is this trickery
the sun is a deadly lazer
get this to 100 so gay will never be unbroken
Will the gay, be unbroken
By and by Locke, by and by
There's a rainbow, sun a-blazing
In the sky Locke, in the sky
The following is a message composed via consensus of the O5 Council.
crabs good 🦀🦀🦀🦀🦀🦀🦀🦀
Wow! You flipped a card and got: gleem64's SCP that change data about itself so it must be handwritten!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 02:29
[[collapsible show="+ show plain text version" hide="- hide plain text version"]]
Item #: SCP-XXXX
`
Object Class: Safe
`
Special Containment Procedures: SCP-XXXX is to be kept in a standard light containment humanoid cell. The cell is to be cleaned of excrement and other fluids that may be excreted.
`
Description: SCP-XXXX is a round betentacled creature with 14 beaks, 6 anuses, and 26 tentacles. Its skin is a light blue-green color and is sticky to the touch. SCP-XXXX seems to eat only peanuts harvested from California, possibly suggesting an origin.
`
SCP-XXXX was found in Jackson Hole, Wyoming on May 11th, 1989 when Johnson Simmons, a local peanut farmer, found SCP-XXXX had eaten and thrown back up every single peanut on their farm. They saw SCP-XXXX leaving and shot at it, causing it to fall to the ground. Johnson Simmons immediately phoned the police, who arrived and began shooting at SCP-XXXX. A Foundation plant in the police station alerted containment specialists who then arrived to protect and contain SCP-XXXX, under the guise that it had been an escaped animatronic from a local film shoot. Emergency surgery had to be performed on SCP-XXXX but they have made a full recovery since then.
`
SCP-XXXX has the ability to alter any text digitally written about itself. Several attempts have been made to write this article digitally, all of which were unsuccessful. The most common edits seem to see SCP-XXXX depicting itself as a normal human woman named Angela Anderson, creating an entirely fictitious scenario, even creating fake images to support its story.
`
A digital copy of this article has been included to showcase the anomalous effects of SCP-XXXX.
^An early attempt to write this article. It has been effected by the anomalous effects of SCP-XXXX.^
An early attempt to write this article. It has been effected by the anomalous effects of SCP-XXXX.
Item #: SCP-XXXX
Object Class: Uncontained
Special Containment Procedures: SCP-XXXX was to be kept in a standard light containment humanoid cell. SCP-XXXX was wrongfully detained due to their anomalous properties. SCP-XXXX is to be released but monitored by SCP Facility staff.
Description: SCP-XXXX is a woman named Angela Anderson with the anomalous property that anything handwritten about them will appear as if it was written about a betentacled peanut eating monster.
The receipt that the customer wrote about SCP-XXXX on. It reads "Extra tip because server is a disgusting monster"
This effect seemingly did not begin manifesting until 1989. While working at the All Night Diner on Talor Road San Antonio, Texas a customer wrote "Extra tip because server is a disgusting monster" on a receipt after having SCP-XXXX as their server. SCP-XXXX then confronted the customer who claimed that they never wrote that and they they actually wrote "because the server has a nice ass". Later that same day SCP-XXXX attended a college class at Sanksy University where, while grading papers, the professor of SCP-XXXX wrote "Terrible work as always! You've always been a displeasure to have in my class!" at the bottom of a test that SCP-XXXX had turned in. SCP-XXXX then told their therapist about the incidents who then told an SCP Foundation plant about the potential anomalous situation. A Foundation agent, Agent Sterling, was dispatched to confirm or disprove the anomalous property. Firstly they observed SCP-XXXX for a day. After that, they wrote down everything that SCP-XXXX did that day. Like the other victims of the anomalous effect of SCP-XXXX, everything Agent Sterling wrote down described a monster, not the Angela Anderson that he saw that day.
SCP-XXXX was then invited to Site-17 under the guise that it was a focus test for a new movie. The first test SCP-XXXX was subjected to was to have them write down something about themself. SCP-XXXX was told to write "Angela Anderson is a human" but SCP-XXXX ended up writing "Angela Anderson is a monster". SCP-XXXX claims that they saw themselves writing "Angela Anderson is a human" until they blinked and saw that that wasn't what they wrote, but observers of the test claimed to have watched the hand of SCP-XXXX write out "Angela Anderson is a monster".
A following test was conducted on a third party only aware of the name and anomalous properties of SCP-XXXX. They were then instructed to write "Angela Anderson is a human" on a piece of paper. Similar to SCP-XXXX themself, the third party was only able to write "Angela Anderson is a monster". The test after that was devised to build on the previous test, by having someone who has never heard of SCP-XXXX, or their anomalous properties, write the same phrase as last time, "Angela Anderson is a human", except this time they would be shown a picture of a random female D-Class personal but would be told it was Angela Anderson. This test resulted in the tester successfully producing the written words "Angela Anderson is a human". The phrase was not affected by SCP-XXXX, confirming that XXXX's properties are cognitohazard-based.
These results made writing this article difficult as as of 1989, all articles on the SCP Foundation databases have been typewritten, dating back to 1890 when the SCP Foundation was first founded by ████████ █████████. Up until recently these typewritten articles were the only copies until the recent invention of the computer allowed us to digitize all our articles. Due to the anomalous properties of SCP-XXXX we have decided that this shall be the first digital-only article, only featuring a handwritten version of article above as an example of the anomalous properties of SCP-XXXX.
SCP-XXXX was released on January 8th, 1990 after being considered safe enough to reenter society.
Wow! You flipped a card and got: AWeirdBird's Trash (SCP-XXXX Acedia)!!! You ca reload the page or go to the next.
DATE: 02 Apr 2021 01:25
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
: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)); }
}
: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)); }
}
Photograph which allegedly displays SCP-XXXX-B.
| Assigned Site |
Site Director |
Research Head |
Assigned Task Force |
| Site-49 |
Edward Greenwood |
Dr. Jonathan Meyer |
n/a |
Special Containment Procedures:SCP-XXXX is currently presumed to be neutralized and as such requires no containment. Quale sensors have been placed within site-49 as well as all places of emotional significance to former Jr. Researcher Rafael Cárdenas. Any anomalous readings are to be reported immediately and reclassification to Euclid is to be considered.
SCP-XXXX-A is kept in a standard humanoid cell in site-49. The cell should include a common workstation and life support equipment. SCP-XXXX-A is currently under the impression that it remains employed as a foundation junior researcher, as such it shall be provided fabricated data to graph and analyze.
SCP-XXXX-A must receive nutrition through feeding tubes and have its bowel movements managed through rectal and urinary catheters on a daily basis. Additionally, SCP-XXXX-A is to be forcefully put to sleep every day at 10:00 PM via sedatives. Afterwards it is to be placed in bed and allowed to rest until 8:00 AM when it shall wake and begin the routine again. Motor therapy and a medical evaluation are to be performed by staff every Sunday while SCP-XXXX-A is sedated in order to avoid further health complications. Further surgical interventions for ease of managing the health of SCP-XXXX-A are under consideration.
Description: SCP-XXXX is an incorporeal, intangible and invisible entity which claims to be the consciousness of former Jr. Researcher Rafael Cárdenas, beneficiary member of REBAI. SCP-XXXX has shown the ability to interact with objects around it to a limited extent, and it exudes a Quale level which can be measured like that of any baseline human. It is otherwise undetectable. Due to the nature of the entity the identity of SCP-XXXX has yet to be confirmed, however it displays memories and personality traits that match those expected from Jr. Researcher Rafael Cárdenas.
SCP-XXXX-A is the body of former Jr. Researcher Rafael Cárdenas which continues to operate autonomously. SCP-XXXX-A does not appear to possess any anomalous abilities and is physiologically identical to its state before 10/09/2020. Initially after containment SCP-XXXX-A tended to its own biological needs, however over the following month it ceased doing so. It instead now focuses entirely on activities it perceives as 'productive'.
SCP-XXXX-B is an altered version of reality which SCP-XXXX claims to inhabit. SCP-XXXX-B has only been described and documented by SCP-XXXX, therefore its existence and appearance are considered unconfirmed. According to the descriptions provided by SCP-XXXX, SCP-XXXX-B is theorized to be an alternate dimension which partially intersects with baseline reality. This intersection leads to a series of phenomena and manifestations only perceptible through the point of view of SCP-XXXX. Likewise it also means that SCP-XXXX-B is heavily affected by baseline reality and vice versa. Images of SCP-XXXX-B have been taken during experimentation and exploration, however direct manipulation of these by SCP-XXXX has not been ruled out.
Frequent descriptions of SCP-XXXX-B by SCP-XXXX include:
- A constant muted blue or grayscale tint over all visible matter.
- Sounds originating from baseline reality are perceptible in SCP-XXXX-B although they become distorted.
- Objects in movement appear unfocused as if viewed through a poorly configured camera lens.
- Human beings are similarly unfocused. However they are additionally noted as appearing much darker than their surroundings, as if made of black smoke.
- Manifestations of baroque architecture which merge with and occasionally fully replace real constructions.
- A lack of any known stars or any other astronomical objects, including the sun. The one exception is a star-like manifestation which avoids being directly seen. Little information has been gathered on this specific manifestation and it remains undesignated. Illumination still follows the expected day and night cycle.
Addendum XXXX.1: Discovery of SCP-XXXX
On 10/14/2020 Jr. Researcher Rafael Cárdenas was deferred to the on-site therapist Dr. Samantha Parker for psychological evaluation. Several coworkers as well as his supervisor Dr. Jonathan Meyer had noted severe changes to his behavior. Video transcript follows.
Interview.XXXX.01
Date: 10/14/2020
Interviewer: Dr. Samantha Parker
Interviewee: Jr. Researcher Rafael Cárdenas
Introduction: Evaluation took place in the office of Dr. Samantha Parker. The office is clean and ordered. Rafael sits on a sofa, staring blankly at the wall. Dr. Parker enters the room, glances shortly at Rafael, then looks down at the report she is holding.
| Dr. Parker: |
Apologies for being late, this isn't on our usual schedule. |
|
No response. Dr. Parker proceeds to sit down at her desk and places the report on top.
|
| Dr. Parker: |
Anyways, welcome back Rafael. Your supervisor and coworkers wanted me to talk with you. They say since Saturday you’ve been rather serious, unlike the last couple weeks. |
| Rafael: |
Indeed. |
|
10 seconds of silence. Rafael stares directly into the eyes of Dr. Parker.
|
| Dr. Parker: |
Well, how are you feeling? You seem distant. |
| Rafael: |
I beg to differ. |
| Dr. Parker: |
What do you mean? |
| Rafael: |
I feel better than ever. |
| Dr. Parker: |
Really? How so? |
| Rafael: |
Is that important? |
|
Dr. Parker looks down at the report on her desk, taps the desk with her fingers a couple of times, then looks back towards Rafael.
|
| Dr. Parker: |
It had been a while since you had been this closed up. What's wrong? You know I can't do much unless you tell me. |
| Rafael: |
I have been working. |
| Dr. Parker: |
Come on now. Do I have to begin asking? |
|
Rafael does not answer.
|
| Dr. Parker: |
Ok then. Did something happen between you and Marcus? |
|
Rafael does not answer.
|
| Dr. Parker: |
You were talking about him last session and mentioned you were struggling to ask him out. But you finally felt ready to do so and were very excited about it. Did he say no? |
|
Rafael does not answer. He tilts his head slightly to the left. |
| Dr. Parker: |
So, did you not ask him? You know I wont judge you. You can te- |
| Rafael: |
I am confused, what would I ask him? We do not share any responsibilities in the psychophysics department, and he is under a different supervisor. If he has not been productive I do not know anything about it. |
|
Dr. Parker straightens her posture and looks at Rafael, she seems disconcerted.
|
| Rafael: |
If that is what this is about, I know nothing. Apologies. May I return to work? I still have many tasks to do. |
| Dr. Parker: |
We- were you exposed to something? |
|
Rafael does not answer. Dr. Parker starts standing up slowly, looking at Rafael, nervous. He continues staring directly at her eyes.
She turns her head towards the door as a march of heavy steps is audible approaching. Seconds later the door breaks open and five on-site MTF agents walk in. Two begin scanning Dr. Parker for memetic infection. One begins manipulating the recording devices in the room. The last two point their stun guns at Rafael.
Rafael stares directly at the agents while remaining still on his seat. He tilts his head slightly to the right.
The recording is cut.
|
Dr. Meyer decided to send an on-site MTF after receiving a concerning email from the foundation account of Jr. Researcher Rafael, minutes after deferring him for psychological evaluation. The email was sent from the personal computer of Jr. Researcher Rafael which was located in his apartment at Brunswick, Maine. A search team found no evidence of a break-in and reported that the residence was notoriously clean and ordered, except for a broken picture frame laying on the floor. Content of email follows.
| From: Rafael Cárdenas |
To: Dr. Meyer |
Date: 10/14/2020 |
| Subject: h e lp |
|
do ñot tru st him
its not w hat itsays it is and i don t know if its ínfectiousyet
i dont think it is hes talked to some of you but imnot sur e
im still her é
imtrapped
no matt er how hard I try itsall stay ing the same
i cánt c hange anyth íng
please hélp m e
|
Jr. Researcher Rafael Cárdenas was placed on provisional containment. Dr. Parker as well as several other staff members who came in contact with researcher Rafael were placed under remote observation.
Addendum XXXX.2: Initial set of communications with SCP-XXXX
Shortly after the events of the previous log, Dr. Meyer was allowed to continue communication with the unknown entity through email. He was placed under quarantine and was scanned for memetic infection after each response was received.
| From: Dr. Meyer |
To: Rafael Cárdenas |
Date: 10/14/2020 |
| Subject: Clarification required |
|
Greetings. This is Dr. Jonathan Meyer. I am contacting you for clarification regarding the message I received previously from this email direction. First and foremost, this email was sent from the secure foundation account of researcher Rafael Cárdenas. How are you able to access this account? Please confirm your identity.
I have more questions following your answer.
|
| From: Rafael Cárdenas |
To: Dr. Meyer |
Date: 10/14/2020 |
| Subject: It is me |
|
I'm sorry for how garbled that first message was, I'm just getting used to this.
It's me, the real one. Rafael. That thing that is wearing my body, whatever it is, it's not me.
I can somehow sense what it’s thinking, and I sense you have already shut it in a cell. Good. I still don't know if this can spread but you can't let it. It doesn't seem aggressive so far but I know it is not human. It does not think like us.
Now. Me.
I was trapped in my room, back in my apartment. This is all hard to explain but I'm pretty sure I'm still here and you just can't see me, the agents you sent earlier didn't see me. They were silhouettes, shadows, smoke. And they moved in bursts like they were on a low frame rate. I knew they were agents though, their voices were echoey but I could tell what they were talking about for the most part.
Anyways, last Saturday when I woke up I was floating and everything was so goddam blue. I could see it, my body, laying in bed staring blankly at the darkness. It looks more defined, normal, unlike the agents. I feel like it's still me somehow, but it's so fucking grey. Without any life inside it. Empty, hollow.
I thought all this was a weird dream, but it wasn't. My body shut off my alarm immediately like it was waiting for that to happen. Then it stood up, got ready and went to work. I somehow knew it went to work on, a fucking Saturday.
Eventually I tried to do something, anything, but I couldn't. My hands just phazed through the door knob. My fingers couldn't touch the light switch. I tried to lay in bed but I felt nothing, it was solid but it wasn't uncomfortable either. Nothing.
Everything was intangible except for the walls.
I decided I’d wait, you guys back at the site would realize something was off and fix it. The days passed, my body just came home, ate, cleaned, slept and went back to work. But I was growing angrier as the days passed, that thing just kept going with my life. My life.
When I sensed it was finally talking with Parker I got so frustrated. That thing didn't give a shit about anything other than work. So I just started banging my fists at the wall and crying even though no tears came out. That's when the picture frame fell. I tried to pick up the shards and I could hold them for a moment before they sank through my fingers.
So I realized, the angier I was, the easier it was to touch things properly. I tried to channel the feeling and sent the email.
I still have no idea what's going on though. Now I can open the door and walk outside but it's all the same. The world is all tinted in blues and greys, everything that moves is blurry, and all the people look like a horrible cloud of cigar smoke. I can't see the sun but there’s this bright star that's always in my periphery. I can't look at it and I don't think I want to. It hurts.
I'm back at my apartment now. I feel safer here. Please help me.
|
| From: Dr. Meyer |
To: Rafael Cárdenas |
Date: 10/14/2020 |
| Subject: Please confirm your identity |
|
Well, that was thorough. Just like I expect from Researcher Rafael. That being said, I still need more confirmation that you are who you say you are. Director Greenwood is understandably concerned about this situation.
Tell me, how did we meet?
|
| From: Rafael Cárdenas |
To: Dr. Meyer |
Date: 10/15/2020 |
| Subject: It was you |
|
Well, you found me. I have no idea how but you found me. And you saved me.
I had just published a paper for college on the theorized properties of thought-forms. I put so much effort into it, at the cost of some less than stellar grades for my other classes. College wasn’t going easy for me.
Naturally my paper was buried by your people. But first it got to you and for some reason you believed in me.
A month later or so I was sitting, alone, on a bench at the park on campus. There was some work fair going on but I didn't bother to go. You approached me, asked me why I was alone. I was very confused until you mentioned my paper, you were expecting me at the fair. I was shocked.
We talked, then we talked some more. The things you told me, they were fascinating. You told me I could learn more, do more, if I accepted your offer. There was a place for people like me, and that you were in charge of looking for promising students to join. You saw the passion for discovery inside me, that which I had forgotten I had myself.
So I said I was interested.
You were glad, and said you wouldn't have to amnestize me. I laughed awkwardly, had no idea what that meant back then. Then you said you could get me help so I could realize my full potential, but also so I could be happier. You put a lot of emphasis on that second point.
For the first time in years I felt seen. I still don't know what you saw in me though.
|
| From: Dr. Meyer |
To: Rafael Cárdenas |
Date: 10/15/2020 |
| Subject: You are worth it |
|
There is an entire division in REBAI dedicated to finding the most promising people on this planet. You have seen how under budget it is, how many are considered but then dropped. And I choose you.
Come to site-49 by 4:00. I convinced them to trust that you would come by yourself. Your cell is 304, you know where it is. They are putting me in charge. I will help you, just as I have before.
You have made so much progress so far, and you can still make su much more.
|
At this point SCP-XXXX and SCP-XXXX-A were designated. Research was led by Dr. Meyer who reported to site director Edward Greenwood. All staff assigned to SCP-XXXX were required to receive daily scans for memetic infection.
Addendum XXXX.3: Initial experimentation on SCP-XXXX and SCP-XXXX-A
Following the events of the previous logs Dr. Meyer was tasked with experimenting on SCP-XXXX in order to determine the possible extent of its interactions with reality. Experiments to test for the other theorized properties of SCP-XXXX were also planned.
The following experiments took place during the first two weeks after discovery of the anomaly. Notorious experiments and results summarized below.
During this period SCP-XXXX requested to continue having weekly sessions with Dr. Samantha Parker in order to stabilize its mental state. Due to the untested and theorized effects of SCP-XXXX and its still not fully confirmed identity the request was denied, as to not allow REBAI operations to be hindered by the possible incapacitation of Dr. Parker.
| Procedure: |
SCP-XXXX was asked to lift several objects from a table, all of which were office supplies taken from site storage. |
| Results: |
SCP-XXXX was able to lift all objects for a limited amount of time, and up to a limited height relative from the table. The one exception during this set was a pen which the subject was able to lift considerably higher up than any other objects during the experiment.
Several types of sensors were placed in the cell, but no readings were detected. |
| Post Experiment Summary: |
Subject noted he was channeling his current emotional state which he described as 'sad'. When asked about the pen he theorized his abilities were stronger if there was an attachment to the object. Asked to elaborate he noted 'it was easier to move the stuff back in my apartment'. When asked what his attachment to the pen was he answered 'blue is my favorite color' and did not elaborate.
Later Dr. Meyer confirmed gel pens were preferred by Jr. Researcher Rafael.
|
| Procedure: |
SCP-XXXX was asked to lift several objects from a table, some of which were taken from its apartment. These items included a rosary, a polaroid camera and a colorful knitted sweater. The rest of the items used were similar to those used on experiment XXXX.1A. |
| Results: |
SCP-XXXX was able to lift all of the items of emotional significance with ease, higher than the pen during the previous experiment. It was unable to do so with the other items, which he was able to lift at a lower height than during the previous experiment.
Several types of sensors, different from those in the previous test, were placed in the cell. Quale energy readings were detected. |
| Post Experiment Summary: |
Subject noted he was channeling his current emotional state which he described as 'sadder'. When asked why he was less able to interact with the office supplies he was unable to answer. When asked to elaborate on the significance of one of his personal items he stated 'well, you know I'm not sure about spirituality, hard to be here. But my parents got me that. It's home. It doesn't mean anything more to me now. It's just home'.
SCP-XXXX stated the other two items were gifts from each of its parents, received as farewell gifts when it left Mexico.
|
The camera used during the experiment.
| Procedure: |
SCP-XXXX was asked to interact with several kinds of recording devices. These included a video camera, a radio, and the polaroid camera used in the previous experiment. |
| Results: |
SCP-XXXX-A was able to lift the video camera and radio only for 1.2 and 0.8 seconds respectively. The camera recorded a heavily distorted image tinted in blue before dropping. Radios connected to the one used in the experiment detected an unintelligible noise come through for 0.5 seconds before the signal cut. The polaroid camera proved more successful as the subject took 8 photographs while lifting the camera on several occasions. Five of the photos were either normal or too dark. Three matched the descriptions of SCP-XXXX-B provided by SCP-XXXX.
Quale energy readings were confirmed. |
| Post Experiment Summary: |
Subject noted he was channeling his current emotional state which he described as 'saddest' adding an upside down happy face emoji afterwards. He confirmed the photographs match his own perception but noted 'It's all blurrier now though, it wasn't this bad at the start'. At this point the subject inquired directly to Dr. Meyer who went off protocol to answer the question. Log follows below.
|
So your perception is getting blurrier? Since when?
You know this is a post experiment statement.
He's just working. You know that.
Actually no, I don't. It's much harder to tell now.
But yeah, of course it’s working
How are you doing? Are you still doing your exercises, from therapy?
I see, well I have some good news that might cheer you up.
There’s been no signs of memetic infection. If you request so, they might allow you to see Parker again soon.
I think she would be happy to get you back to normal.
At this point I'm not sure what that means. I feel normal right now…
Listen, I shouldn't be telling you this yet, but they have figured out how to locate you. And they have some stuff in the works so we can, you know, figure this all out. Fix it.
They also placed some sensors in your cell, to make sure you're actually there. You know how things are.
Naturally. Bet they took some of my things too when they put those sensors in
They did, sorry. It's part of what they’re working on.
User XXXX-R disconnected from the server
Following the previous experiments as well as others with different objectives, the following data had been gathered on SCP-XXXX so far:
- SCP-XXXX has limited awareness of what SCP XXXX-A is doing and thinking. Despite being uncooperative during testing, SCP-XXXX-A also has the same ability to sense SCP-XXXX.
- SCP-XXXX is unable to directly interact with or touch any lifeforms. Several D-class were tested on as well as Jr. Researcher Marcus Smith. SCP-XXXX made a point to say the experience was 'awkward'.
- Subjects who have interacted with SCP-XXXX have shown no memetic infection. At this point scans are still being taken for precautionary measures but it is believed the anomaly is not infectious.
- The Quale energy levels produced by SCP-XXXX match those of baseline humans. During interaction the measurements approach the upper average range normal to humans experiencing a traumatic event.
- SCP-XXXX has shown a decrease in its abilities to interact with reality and the amount of time it can do so before becoming exhausted. The strength of its Quale readings has similarly decreased. Therefore it is believed the entity will vanish or otherwise be neutralized within two weeks.
SCP-XXXX, as seen through a Quale sensor display.
Addendum XXXX.4: First exploration of SCP-XXXX-B
Dr. Meyer was urged to find the source of the anomaly by site director Greenwood before SCP-XXXX stopped being viable.
Exploration was aided by Quale sensors and by the Q-Alfa device. The Q-Alfa device is a mixture of objects of emotional value for researcher Jr. Researcher Rafael mixed with a common foundation radio system via physical conjoinment and thaumaturgic rituals. Testing confirmed the object worked as intended, and allowed for SCP-XXXX to communicate via radio frequencies while having its voice recorded.
Dr. Meyer himself requested to aid in the exploration logs, which was accepted by site director Greenwood. The exploration took place under guise of a geological survey, with Dr Meyer and accompanying Technical Support Agent Christine West disguised accordingly. The Q-Alfa device and Quale sensors were disguised as the appropriate equipment. Standard video recording devices were also included in order to cross reference the descriptions provided by SCP-XXXX, and in particular to record any phenomena perceptible on baseline reality.
Dr. Meyer and Agent West were instructed to follow SCP-XXXX. Meanwhile SCP-XXXX was tasked with staying close to the pair in order to have his voice properly recorded by the Q-Alfa device. The audio was directly transmitted to the earpieces of Dr. Meyer and Agent West.
Dr. Meyer was assigned to order SCP-XXXX where to go, using incospicuos language when necessary in order to not raise suspicion. Agent West was tasked with distracting civilians who inquired about the actions of the pair while informing them of the cover story. She was also instructed to provide technical support for the equipment when necessary, specially for the Q-Alfa device.
Exploration 1.0 Video Log Transcript
Date: 10/29/2020
Exploration Team: N/A
Subject: SCP-XXXXX-B exploration of Brunswick, Maine
Team Lead: Dr. Jonathan Meyer
Team Members: Technical Support Agent Christine West
Introduction: The first exploration took place around Brunswick, Maine, where Jr. Researcher Rafael resided. The initial point of exploration was the apartment of Jr. Researcher Rafael.
|
Dr. Meyer turns on his mounted camera. A well ordered apartment is visible. Several different types of traditional handcrafts decorate the room, in particular the northern wall. Crosses and pictures are also seen on the same wall. The pictures show researcher Rafael hugging with an older couple.
Dr. Meyer turns around. Agent West is kneeling, preparing the Q-Alfa device.
|
| Dr. Meyer: |
I can’t hear him yet. |
| Agent West: |
Give me a second, I haven't set up the wave detectors yet. |
| Dr. Meyer: |
Alright. I'm gonna scan to make sure he's still there. |
|
Dr. Meyer pulls the Quale sensor into view, which visually resembles a thermal camera. The room is blue except for the point where the head of Agent West is, where a yellow amorphous shape can be seen. Dr. Meyer turns around and faces the wall with the decorations. A bright yellow figure vaguely resembling a human silhouette is visible. When Dr. Meyer partially lowers the sensor, nothing can be seen between him and the wall.
|
| Dr. Meyer: |
He’s still looking at the pictures. |
|
30 seconds pass.
|
| Agent West: |
There, that should do it. |
|
A distorted voice is audible through the earpieces of Agent West and Dr. Meyer.
|
| SCP-XXXX: |
-king so long? |
| Dr. Meyer: |
Ah, there you are. We hear you. |
| SCP-XXXX: |
SCP-XXXX reporting for duty. We good to go now? |
|
Agent West hands over the Q-Alfa device to Dr. Meyer.
|
| Dr. Meyer: |
Affirmative, we’re set. |
| Agent West: |
Roger. |
|
Through the Quale sensor, SCP-XXXX can be seen walking towards the entrance door. An appendage grabs the handle. Dr. Meyer lowers the sensor, the handle is seen moving on its own and the door opens. The group walks down the stairs and exits the building. They are in a secondary street, several orange brick buildings can be seen as well as a couple more made out of colorfully painted wood. The leaves on the trees are orange and some pedestrians and cars can be seen. To the east the main street of the town is visible.
|
| Dr. Meyer: |
Appearance? |
| SCP-XXXX: |
The usual. Everything is blue or greyish. Except the people, you are all shadows. The car that just passed was blurry, the people inside left a trail of faint smoke. It's gone now. I can see a lot of movement to the east but it's all very undefined. |
| Dr. Meyer: |
And the star? |
| SCP-XXXX: |
Yes it's there and it hurts, can we not talk about it? |
| Dr. Meyer: |
You’re gonna have to look at it eventually. |
| SCP-XXXX: |
Later. |
| Dr. Meyer: |
Alright, sure. We're heading to main street now. |
| SCP-XXXX: |
Of course we are. |
|
The group walks towards the main street. Rows of similar buildings can be seen. Many shop fronts and picturesque restaurants fill the view.
|
| Dr. Meyer: |
Appearance? |
| SCP-XXXX: |
Nothing new. There's a lot of people, I can somewhat recognize some of them. Like, I'm not sure, they are so blurry and dark. I feel like they look familiar. But I probably just want to believe I recognize them. |
| Dr. Meyer: |
Actions? |
| SCP-XXXX: |
Right, sorry. They’re just walking, going in and out of shops. Some of them are seated in the Cafe. Some of them are serving at the shops. Just people going on and about with their lives. |
| Dr. Meyer: |
Roger. |
| SCP-XXXX: |
What? |
| Dr. Meyer: |
I said roger. |
| SCP-XXXX: |
Sorry, it's a bit hard to understand. So many noises, all just echoing and merging around me. People talking, people walking, people driving. Agent West over there telling an old couple to fuck off…
I'll try to stay closer to you, makes it easier. |
|
Dr. Meyer raises the Quale sensor. SCP-XXXX can be seen, maintaining its humanoid shape. Matching readings can be seen emmanating from all pedestrians, albeit only from their heads. This includes agent West who is distracting an elderly couple.
|
| Dr. Meyer: |
Let's keep going. |
|
Agent West finishes talking with the couple, and joins the group again.
|
| Agent West: |
I didn't tell them tha- |
| Dr. Meyer: |
I know. You're doing alright. Lets keep going this way. |
|
The group keeps walking north for 3 minutes. No change is noted by SCP-XXXX. Agent West occasionally distracts pedestrians who come too close, but most of them ignore the group.
|
| SCP-XXXX: |
Wait. Here. |
| Dr. Meyer: |
Yes? |
| SCP-XXXX: |
God do I want an ice cream. This place here, it's the best in town. I used to come all the time, especially once I stopped staying in my apartment all day long. I would just sit under the trees and enjoy the view. Fuck, I cant even tell that the leaves are orange, they’re all just one grey mess like white noise. And I sure as hell could not taste an ice cream even if I had it. |
|
An ice cream store can be seen across the road. It is very crowded.
|
| Dr. Meyer: |
Focus. |
| SCP-XXXX: |
Sorry. It's just… nothing new is happening.
Everyone just keeps going on without noticing me and nothing new is happening. I’m just reminiscing about these places at this point. I doubt my pointless memories are of much scientific value. |
| Dr. Meyer: |
That actually gives me an idea. Have you ever been to the south part of town? |
| SCP-XXXX: |
No, isn't it just houses? |
| Dr. Meyer: |
Indeed, we’re going there next. |
| SCP-XXXX: |
Alright. |
| SCP-XXXX: |
Huh, what was that? |
| Dr. Meyer: |
Excuse me? |
| SCP-XXXX: |
I thought you said something… Nevermind. Lets go. |
|
The group walks south for 23 minutes, leaving Main street in the process and entering a suburban area. Many houses in architectural styles common to New England can be seen. At this point the Quale energy signal of SCP-XXXX begins to decrease slowly. After walking two blocks into the area SCP-XXXX stops.
|
| SCP-XXXX: |
Well this is… different. |
| Dr. Meyer: |
What is? |
| SCP-XXXX: |
I'm pretty sure baroque isn't a building style common to New England. |
| Dr. Meyer: |
What? |
| SCP-XXXX: |
The houses, they are all the right shapes I'd expect them to be. Pointy roofs, overhangs, porches. But their facades, they are all covered in stone ornaments, ceramic tiles and shit. So much fucking noise, I dont like it. |
| Dr. Meyer: |
Have you ever seen these specific houses before? |
| SCP-XXXX: |
I- No. You’re right, I had never been to this part of town. It's like… like there's a void in my mind and this thing is just filling it with my anything it can. It isn't doing a very good job clearly but damn, this makes me feel… I don't like it. |
|
At this point the Quale readings begin decreasing faster, nearing 30. The voice of SCP-XXXX begins to rapidly lower in volume.
|
| Dr. Meyer: |
You’re fading. Elaborate please, quick. |
| SCP-XXXX: |
It looks like home. |
|
SCP-XXXX ceases communicating, and is barely detectable in the Quale sensor. Agent West turns off the recording equipment.
|
Example of baroque arquitecture in Mexico.
Post-Exploration Interview.XXXX.01
Date: 10/29/2020
Interviewer: Dr. Jonathan Meyer
Interviewee: SCP-XXXX
Introduction: Interview was taken 2 hours after exploration once the Quale signal of SCP-XXXX returned to normal levels. Extraneous dialogue cut.
| Dr. Meyer: |
If I'm understanding right, the building style was similar to that which is common back in your home city of Puebla? |
| SCP-XXXX: |
We didn't live exactly in Puebla, but yes. We still visited pretty often. Dad was always taking pictures with his vintage camera like it was still the seventies. Mom was buying supplies for the knitting she always did during her free time. I found their hobbies silly back then but now I…
Anyways, the historic buildings there are all covered in a cacophony of details, it's so pretentious. The worst is in the churches though, especially the altars. There are leaves, conch shells, baby faces, all piled on top of each other and covered in gold leaf. They truly brought the madness of heaven and hell down to earth.
Ugh, I always hated going to the churches. |
| Dr. Meyer: |
That's…. I actually wanted to ask something related to that topic, if I may prod a little. It's becoming clear this anomaly is related to your life experience, perhaps to your upbringing in particular. Do you maybe think you deserve this? |
| SCP-XXXX: |
Maybe? I don't know. |
| Dr. Meyer: |
Is it because of your… um… |
| SCP-XXXX: |
What? No no, it's not because of that it's just. Well… |
| Dr. Meyer: |
Well? |
| SCP-XXXX: |
I mean, yeah, they had a hard time processing that at first. Small town, old ideas. But they accepted it much faster than I thought they would. It was nice. We didn't talk about it too much but it was… nice. I know they were trying. |
| Dr. Meyer: |
So, what is it then? |
| SCP-XXXX: |
The rest of the family wasn’t too keen on it. Well, we thought they wouldn't. We never told them. When I got offered the scholarship to come study here my parents were thrilled. They thought it would be better for me in more than just the academic sense.
I- I think they overestimated how bad things would be for me back home. It's not too different from here, in the cities at least.
But I didn't tell them that, I wanted to leave my past behind. And there wasn't any harm letting them believe so. But the last thing they told me before I boarded that plane, that stuck man. |
| Dr. Meyer: |
What was it? |
| SCP-XXXX: |
The typical goodbyes, the comments about how proud they were of me for the thousandth time. My mom forced me to put on the sweater she knitted for me as if that would stand a Massachusetts winter. In hindsight they said what any self respecting mexican parent would say. But…well…
The moment I was about to walk away my mom hugged me one last time and told me 'te amamos mijo, no importa quien seas. Solo importa que seas trabajador, y que seas una buena persona' |
| Dr. Meyer: |
Excuse me, can you- |
| SCP-XXXX: |
They wanted to work hard and to be a good person. Just that, that's all they wanted. Work hard. Be good. At least I think I got the second point covered. |
| Dr. Meyer: |
And? |
|
SCP-XXXX does not answer for 2 minutes. Dr. Meyer prompts more questions but after 15 minutes of silence the interview is concluded. The Quale energy reading did not move at any point from the interviewee seat. Later analysis of the audio recording revealed faint distorted weeping after the last question from Dr. Meyer which lasted until the recording was cut.
|
Addendum XXXX.5: Second exploration of SCP-XXXX-B
SCP-XXXX, two hours before exploration 2.0
Exploration 2.0 Video Log Transcript
Date: 11/04/2020
Exploration Team: N/A
Subject: SCP-XXXXX-B exploration of Portland, Maine
Team Lead: Dr. Jonathan Meyer
Team Members: Technical Support Agent Christine West
Introduction: The second exploration took place in Portland, Maine. Otherwise, the exploration was set up in an identical manner to the previous one. Portland was selected as researcher Rafael had only visited a small portion of the city. An early snow storm had hit the coastal zone of Maine the day before and an average of 12 cm of snow was reported in the county of Cumberland.
|
Dr. Meyer turns on his camera, Agent West is seen sitting in front of him, preparing the Q-Alfa device. They both sit inside a standard foundation van which is in movement. Dr. Meyer raises the Quale sensor, SCP-XXXX can be seen. Its reading is notoriously weaker than the one emanating from Agent West, except for the larger shape. The humanoid silhouette seen on the previous exploration is no longer distinguishable.
|
| Agent West: |
There, ready. |
| Dr. Meyer: |
Good. SCP-XXXX please speak. |
|
10 seconds of silence
|
| Dr. Meyer: |
SCP-XXXX? |
|
The voice of SCP-XXXX sounds distant.
|
| SCP-XXXX: |
Oh… sorry, barely heard you there… I was… distracted… |
| Dr. Meyer: |
That's ok. |
| Agent West: |
I have a question. |
| Dr. Meyer: |
Yes? |
| Agent West: |
Won't the snow be a problem? I mean, won't there be footprints? |
| Dr. Meyer: |
Very perceptive. But we tested this already, we aren't letting a freak storm stop our research. SCP-XXXX tell her what you told me. |
| SCP-XXXX: |
Ah… yes of course. I mean, that’s why I was distracted. I’m standing on a van in movement, yet I have no legs. Like, no real legs. All this time I've just been thinking I made sense and so I had them.
There were footprints, but as soon as I thought I had no legs, there were no footprints. |
| Agent West: |
Huh, convenient. |
| SCP-XXXX: |
Well… By all means, I don't have a body anymore, not a real one. I made myself think I still have legs, arms… hands.
Guess it’s just my subconscious trying to keep me sane. But the more I think about it the more my body fades away. And right know I can't stop thinking about it, I- |
| Dr. Meyer: |
Anyways, we're almost at our starting point. |
| SCP-XXXX: |
Oh… Alright. |
|
The van stops, Dr. Meyer opens the doors and SCP-XXXX reports he recognizes this part of the city and it appears in line with baseline reality. The group informs the driver to wait, and they depart towards downtown. SCP-XXXX reports more manifestations that differ from reality as they walk away. After walking for 6 minutes SCP-XXXX stops, the group is in the most dense part of the city with office blocks and a church surrounding them. Most of the snow in the area had been cleared.
|
| SCP-XXXX: |
Well that's quite the sight. |
| Dr. Meyer: |
What is? |
| SCP-XXXX: |
The tall buildings, I guess I had seen them from afar. They look somewhat right, especially at the top. They get more fucked up as they go down. But the church, I had never seen it before. A full-on colonial spanish church in the middle of Portland Maine. We absolutely never had something like this back home. Snow on the cross, icicles from the friezes, frost on the stained glass. Who would have thought. |
| Dr. Meyer: |
How is ground level? |
| SCP-XXXX: |
The street is paved with stones, lamps covered in metal ornaments, tiles on the walls of the buildings. It's all so familiar but taller. Much taller. |
| Dr. Meyer: |
Noted, let's go inside the church. |
| SCP-XXXX: |
What?, no… there's too many people. Too much noise, I can barely hear you. Looking at it hurts, I don't want to go in. |
| Dr. Meyer: |
It hurts? |
| SCP-XXXX: |
I… yes. Maybe? I'm not sure, it might not be the church itself but I don't want to go. |
| Dr. Meyer: |
Give me a second, your signal is getting harder to hear. What's that noise? |
|
5 seconds of static.
|
| SCP-XXXX: |
I said I'm not going in! |
| Dr. Meyer: |
I didn't say anything. |
| SCP-XXXX: |
Wait what? Shit, shit, it's stronger here. It wants me to go in. |
| Dr. Meyer: |
What is? |
| SCP-XXXX: |
I… I wasn't sure what it was before but… I’m hearing a whisper, something. I can't tell what it's saying but trying to understand hurts just like the star. I had heard it before, thought it was nothing, but it's so strong here. |
| Dr. Meyer: |
What? This is important, why didn't you mention it- |
|
Dr. Meyer had risen his voice at this point, causing some civilians to look in his direction. Agent West began to distract them.
|
| Dr. Meyer: |
We will talk about this later. Now- |
|
The church bells start ringing at this point.
|
| SCP-XXXX: |
Fuck fuck fuck. That noise. It's bouncing inside my skull, messing my brain up. I can't, I can- |
|
SCP-XXXX becomes agitated. It runs away and Dr. Meyer loses the Quale signal. The bells stop.
|
| Dr. Meyer: |
Shit. |
|
Dr. Meyer instructs Agent West to follow him. They both start walking towards the direction SCP-XXXX ran towards. 2 minutes later they locate it, the signal is in a fetal-like position, and is now stronger than the signals of nearby pedestrians. There is a high amount of office workers and other civilians walking close to SCP-XXXX. The voice is much louder.
|
| SCP-XXXX: |
-where. They’re everywhere, judging me. They don't even look at me but they judge me with their dark empty eyes. And they make so much noise.
I'm freezing, I can feel it. For the first time in weeks I feel the cold and I'm freezing. It's not real but I feel it. And they, they just keep going and going to their churches and temples. Or… offices? It’s all the same. The same noise. The same madness.
And they don't care. They don't care. They don't ca-. |
|
At this point Agent West and Dr. Meyer stood right next to SCP-XXXX. The crowd remained ignorant of the phenomena. A faint force can be seen pushing away snow from a point on the floor, the point where SCP-XXXX is crouching. Quale signals had increased up to 340 units. Dr. Meyer proceeded to state out loud the next instruction.
|
| Dr. Meyer: |
It is very crowded here isn't it? Maybe we should go to the park where it is calmer. |
|
SCP-XXXX appears to stand up. A human silhuette is discernable for 6 seconds before becoming less defined once again. The Quale readings began decreasing
|
| SCP-XXXX: |
Ri- right… I need to walk away from… here. |
|
The group begins walking towards a park in a quiet part of the city. 18 minutes later they arrive. The park is mostly empty, only some groups of civilians are visible. Snow covers most of the ground. The park has a waterfront which looks west. Across the cove more suburbs can be seen. The quale readings of SCP-XXXX had decreased to 50. After corroborating no footprints were left by SCP-XXXX the group sits on a bench facing the waterfront.
|
| Dr. Meyer: |
Better now? |
| SCP-XXXX: |
The water looks like shit, all blurry and muddy… but yes, thank you. |
| Dr. Meyer: |
Good, we gathered some good data today. We're almost done for the day. I know you must be tired by now. |
| SCP-XXXX: |
Did we really? I mean, yes I'm tired. But did we really learn anything useful? |
| Dr. Meyer: |
Well we learnt there seems to be an entity trying to contact you. |
| SCP-XXXX: |
Right, of course. Guess it's time to look at it. |
| Dr. Meyer: |
Well, you don't have to, not today. We can do that next time. |
| SCP-XXXX: |
I… I know I'm vanishing. |
|
10 seconds of silence.
|
| SCP-XXXX: |
I will look at it. |
| Dr. Meyer: |
Bu- |
|
Two children are playing, throwing snowballs. One hits Dr. Meyer on the leg. They apologize but become interested in the equipment. Agent West stands up and begins distracting them.
|
| Dr. Meyer: |
Anyways, you don't have to look at it now. |
| SCP-XXXX: |
You were right. I need to know. This is my passion after all isn't it? This is what I do, or at least what I try to do. You told me so that day, back in college. Anyways, if I imagine myself looking directly at it, then might be able to. It's already drifting into my field of view. |
| Dr. Meyer: |
I… alright. I'm here with you. |
| SCP-XXXX: |
It's not hurting as bad… not this time. I can see it in full now, like a lens flare on my vision. I think… I think it's drawing me in. It's getting easier. |
| Dr. Meyer: |
Keep going. |
| SCP-XXXX: |
It's… bright. And it hurts. I… I had already said that before had I not? |
| Dr. Meyer: |
It's ok. |
| SCP-XXXX: |
Fuck it's… it's expanding. The more I look at it, the more it grows. Like, thin filaments of light knotting through the sky. It's alive, oh god it's alive. |
| Dr. Meyer: |
Breathe, you're okay. |
| SCP-XXXX: |
Fuck, it hurts so bad. It's judging me, it fucking hates me. Fuck it hates me so much. This hurts so much. It's flashing, the filaments are reaching towards me. All twisting and merging and doubling like a fucking kaleidoscope. |
| Dr. Meyer: |
SC- Rafael, are you okay? |
| SCP-XXXX: |
I dont… I dont think it’s smart. I dont think it’s one single thing. It’s so many things, so many thoughts and I don't think any of them belong to it.
And yet, so many of those thoughts hurt. They hurt so fucking much. So much judgement.
It's like a singularity of every single thought there’s ever been, all compressed into a single point of endless incandescence. It has gravity.
It's… It's drawing me towards it! Help! |
| Dr. Meyer: |
You can stop now. It's ok- |
| SCP-XXXX: |
No I can't, I fucking can't. My hands, they’re phasing through the bench. Shit. I'm so scared, I'm so fucking scared. Oh god, I'm gonna fall, no no no no. |
|
The snow on the bench where SCP-XXXX is sitting starts visibly compressing. Hand prints are discernable. On the floor, footprints begin showing as well.
|
| Dr. Meyer: |
Rafa! |
| SCP-XXXX: |
Shit shit shit! |
|
Quale sensors detect the energy signal growing exponentially up to 700 units. A distorted high pitch scream is recorded causing both Dr. Meyer and Agent West, who was still talking to the pair of kids, to recoil. They both take off their earpieces.
Suddenly, a scream in the voice of SCP-XXXX can be heard at 110 decibels causing many civilians to recoil. The scream starts growing distant until it eventually vanishes, leaving the crowd confused.
|
| Dr. Meyer: |
Fuck |
|
Dr. Meyer contacts site-49 before cutting the recording. 158 civilians who heard the scream had to be amnesticized, and recordings of the event were decommissioned.
|
Post-Exploration Interview.XXXX.02
Date: 10/29/2020
Interviewer: Dr. Jonathan Meyer
Interviewee: SCP-XXXX
Introduction: Four hours after exploration, Quale signals were detected in same room used for previous interviews. Dr. Meyer was called and an interview was held.
| Dr. Meyer: |
SCP-XXXX? |
|
No response.
|
| Dr. Meyer: |
SCP-XXXX? |
|
No response.
|
| Dr. Meyer: |
Rafael? |
| SCP-XXXX: |
Where is it? |
|
The voice of SCP-XXXX is much more distorted than before.
|
| Dr. Meyer: |
Who? |
| SCP-XXXX: |
My fucking body, where is it? |
| Dr. Meyer: |
Why? |
| SCP-XXXX: |
Whatever that thing is, I don't think it will let me leave until my body is gone too. For some reason both of us are important to it. So where is my body? |
| Dr. Meyer: |
Can we talk about this first. How are you, what happened? |
| SCP-XXXX: |
I… fine. |
| Dr. Meyer: |
Go ahead. |
| SCP-XXXX: |
It… It beamed so many things into my mind, I could barely understand any of it. But I could tell it was judging me, us, all of us. I don't think it hates me, but I think I represent something it hates. And it can't help me, so it's punishing me. |
| Dr. Meyer: |
How do you know? |
| SCP-XXXX: |
I dropped, I fell. For a moment I thought that would be good, getting away from that thing in the sky. But it was still all around me, it's everywhere. I- I dont think it's in any specific place, not like we understand places.
As I continued to sink into the endless nothing it felt like time itself began to stretch, and so did my perception. Somehow I could see everything. The city, the world, everyone. Portland? Puebla? Fucking Perth for all I know. It all looks the same to me now, the gold really accentuates the cacophony.
And the people, they were all just going on with their lives, like always, going on without me. I felt like eons passed, generations upon generations moving forwards through time leaving behind those who cannot contribute. I saw people and their legacies. Leaders, philosophers, artists. All the leaders of our kind adding lines and shapes to the grand plan for our species. Though their names forgotten, even artisans and slaves left their mark on time through temples and monuments. Every soul a brick for the grand palace that is humanity.
And yet there's still the forgotten. There’s still us. There's still me. Nothing of value to add. And so, I fell.
I could see all of it. Everything but my body. A single idiot mind thrown through the void like a lost comet.
Time itself left me behind, and so did matter. Everything just faded away and I was left alone in the dark with that thing. Falling, falling, falling forever. Like I was always destined to. |
| Dr. Meyer: |
You know that last part isn't true. |
| SCP-XXXX: |
Does it matter? It's me, it's the environment, who cares. It's the same thing. I fell into oblivion because I thought I had too, because it made sense to me.
Well maybe it makes sense to me because I must, because that's my destiny. To be a receptacle for all that is bad and unholy.
Please… Just tell me where it is. |
| Dr. Meyer: |
I can't do that. |
|
A loud banging noise can be heard as an invisible force slams on the table.
|
| SCP-XXXX: |
You know what, there's one more thing I realized. I realize why I keep thinking about my past, about home, in all its glorious architectural madness. Why I both hate and miss it. It's because It’s not home that I miss. I miss being younger, simpler, and free of expectations. I miss the time before I let everyone down. I miss the time before I became who I am now. I miss the time when I would want to do something and then I'd simply do it.
Back when I didn't need to focus months worth of effort and motivation to do one simple task.
Fuck, I can't do anything, nothing. I can't even lay in bed properly like I used to for days.
I'm just so goddamn tired. I'm tired of being so goddamn tired. |
| Dr. Meyer: |
Please, let me help. |
| SCP-XXXX: |
No. It's fine, don't tell me, I'll find out myself. After all, walls can now only stop me if I let them. At least it gave me that. |
| Dr. Meyer: |
Wait! you don't have to do this. You don't deserve any of this. |
|
The energy signal is detected phasing through the southeast wall of the room. Dr. Meyer remains, alone.
|
| Dr. Meyer: |
SCP-XXXX? SCP-XXXX? |
|
8 seconds of silence.
|
| Dr. Meyer: |
Rafa? |
|
30 seconds later a member of site staff bursts into the room informing Dr. Meyer that the signal had left the room. Dr. Meyer curses and they both leave the room. The recording ends.
|
Addendum XXXX.6: Incident log recorded on 11/04/2020
Following the previous interview, Dr. Meyer contacted site director Edward Greenwood about a potential containment breach. The site alarm was activated and 6 minutes later an on-site MTF arrived at the cell of SCP-XXXX-A. They were unable to enter immediately. A greyscale video of the event was recorded, audio is not available. Transcript follows.
<T+00:00:00> SCP-XXXX-A is visible sitting at its work station filling data sheets. Several piles of folders and papers can be seen stacked neatly on the desk and bed, the only furniture in the cell. A small portion of the hallway can be seen through the porthole in the door.
<T+00:00:03> The alarm begins at this time, bright light can be seen illuminating the hallway intermittently. SCP-XXXX-A looks towards the door for a moment, annoyed, then continues working.
At this moment Quale sensor in the room fired indicating an anomalous reading.
<T+00:00:12> A small depression can be seen on the surface of the bed. Staff can be seen running outside on the hallway. The depression disappears.
At this point the electronic panel of the cell door was tempered despite not being opened. Cables were pulled off their connections causing the door to go into lockdown and disabling all functions.
<T+00:00:18> A depression can be seen on the bed once again, shaped like a human hand. One of the stacks on the bed can be seen tilting slightly. Five papers fall and gently land on the floor. The depression disappears.
<T+00:00:27> The MTF arrives and can be seen through the porthole. They attempt to open the door.
<T+00:00:28> One of the papers on the floor is violently thrown, it lands flat on the porthole covering it. The paper stays fixed unnaturally to the porthole.
<T+00:00:32> The stacks on the bed collapse violently as an invisible force swings at them. Papers fall all over the floor. SCP-XXXX-A turns around and stares with a blank expression.
<T+00:00:34> SCP-XXXX-A stands up, and begins picking up the papers.
<T+00:00:54> SCP-XXXX-A continues picking up papers. The screen of the data terminal suddenly cracks and the display glitches. SCP-XXXX-A looks at it and appears to ask a short question.
Frame by frame analysis shows a single right handprint laying flat on the screen as it malfunctioned.
<T+00:00:56> The screen of the terminal breaks fully and goes black. SCP-XXXX-A does not flinch.
<T+00:01:08> A small whirlwind forms between SCP-XXXX-A and his desk. Papers can be seen gently moving on a circular motion.
<T+00:01:13> SCP-XXXX-A appears to ask another short question, then walks towards the anomaly on the floor. As soon as he is right in front to the anomaly the lights bulbs in the room explode and the room goes dark.
<T+00:01:18> The emergency lights in the room flash for an instant. Image is unintelligible at normal speed.
Frame by frame analysis shows several frames with the room barely illuminated and somehow tinted in blue despite the settings of the video not allowing for color. Static heavily covers the image. The room has changed appearance and now has a tiled ceramic floor, ornamented wooden furniture, and relief sculptures which cover the walls displaying many human figures. The sculptures are distorted and impossible to fully discern.
A vague human silhouette can be seen standing in front of SCP-XXXX-A. It is mostly translucent, appearing to slightly bend light traversing through it. The figure is reaching both its arms towards the neck of SCP-XXXX-A.
<T+00:01:35> The emergency lights flash once again for one second before turning on completely. The appearance of the room is back to normal but static and distortions still affect the image. SCP-XXXX-A is limp and floating above the ground over the same spot it was standing at before. Papers are stuck to the floors, furniture and walls, originating from the center of the former whirlwind as radial lines.
<T+00:01:45> SCP-XXXX-A stays limp. Some of the papers stuck to the walls can be seen peeling slowly.
<T+00:01:48> The remaining papers on the walls begin peeling from top down. The static and distortions on the image begin to decrease. SCP-XXXX-A can be seen floating down slowly.
<T+00:01:58> The few remaining papers on the walls peel in unison, including the one covering the porthole. The image distortion fully vanishes. SCP-XXXX-A drops to the floor seemingly unconscious. MTF agents can be seen in the hallway, one of them notices the window is uncovered and looks in, then shouts and signals at the other agents.
<T+00:02:32> SCP-XXXX-A stands up, and begins slowly picking up the papers. He orderly places them on the bed.
Recording ends.
Portion of the cell wall, as seen during the anomalous frames mid-event.
3 minutes later the MTF agents were able to override the door system and unlock the door. By this point SCP-XXXX-A had picked up and ordered about a third of the papers, and continued to do so even after the agents attempted to interact with it. A peak in Quale measures was recorded by the sensors on the cell during the event, this caused several sensors to malfunction. The measured peak was 3200 Quales which quickly decreased linearly. The readings were at zero by the time the agents opened the cell. A debriefing interview regarding the event took place shortly after. Video transcript follows.
Post-Incident Interview.XXXX.01
Date: 11/04/2020
Interviewer: Dr. Jonathan Meyer
Interviewee: SCP-XXXX-A
Introduction: Following the incident, SCP-XXXX-A accepted an interview. Notably, SCP-XXXX-A had been uncooperative with interviews up to this point.
| Dr. Meyer: |
Dr. Meyer: Welcome SCP-XXXX-A. I am glad you accepted this interview. |
| SCP-XXXX-A: |
Make it quick, I was told I will get a replacement data terminal. Work is accumulating right now. |
| Dr. Meyer: |
You will get it. But first we need to talk about the incident. Were you able to sense SCP-XXXX while you were interacting? |
| SCP-XXXX-A: |
Yes, he was very loud and emotional. Questioning his purpose in life. I did not pay attention. After he let me go he just sat down and cried until the staff managed to open the door. |
| Dr. Meyer: |
Wait, so he did not dissipate while holding you? Can you still detect him? |
| SCP-XXXX-A: |
No, not anymore. He did eventually fade away. And yes, he let me go. |
| Dr. Meyer: |
Noted. Can you elaborate on why he might have let you go? |
| SCP-XXXX-A: |
No. |
| Dr. Meyer: |
Can you elaborate on his mental state before he vanished? |
| SCP-XXXX-A: |
No. |
|
Dr. Meyer sighs.
|
| Dr. Meyer: |
Alright, next question. SCP-XXXX described being able to sense some sort of entity or force which he believed was the cause of this anomaly. He was however not able to understand what this entity was trying to communicate. Do you share this experience? |
| SCP-XXXX-A: |
Yes. Except I find god easy to understand. |
| Dr. Meyer: |
You believe this entity to be a god? |
| SCP-XXXX-A: |
That does not matter. Functionally it is, hence it is easier to refer to it as such. |
| Dr. Meyer: |
I see. Please elaborate. We might still be able to fix this. |
| SCP-XXXX-A: |
Fix it, why? Am I not better now, am I not the best version of me? |
| Dr. Meyer: |
Excuse me? |
| SCP-XXXX-A: |
That is what I am. A gift from forces beyond our understanding. It saw us and our beliefs. It wanted to help us be the best we could be. And so it made me the best me I could be, as an example. Diligence incarnate. |
| Dr. Meyer: |
That is all… questionable. |
| SCP-XXXX-A: |
How so? |
| Dr. Meyer: |
Forcing such a punishment based on ideas of sin that most people on this planet don't even believe in. |
| SCP-XXXX-A: |
It is more complicated than that. |
| Dr. Meyer: |
Explain. |
| SCP-XXXX-A: |
It only gave us what we all wanted. Gods can see all of our collective thoughts and wishes. They can understand what we really want, what we really need. And just like the gods, we are cruel.
No, not cruel. We are pragmatic. We understand not everyone can contribute so we leave them behind. We all do, It is normal, and it is right. God is just making it easier to follow our own path. |
| Dr. Meyer: |
I refuse to believe that is true for all of us. |
|
SCP-XXXX-A laughs.
|
| SCP-XXXX-A: |
You do? Really? Then why is REBAI so limited, why are only the best deemed worthy?. You have no authority to judge the will of an entire civilization. Neither does god. |
|
Dr. Meyer stays silent for 5 seconds, with a serious look in his eyes.
|
| Dr. Meyer: |
What happens to him now? |
| SCP-XXXX-A: |
It does not matter. |
|
Dr. Meyer stays quiet, he is visibly upset.
|
| SCP-XXXX-A: |
I believe we are done here. |
| Dr. Meyer: |
Yes, we are done. |
| SCP-XXXX-A: |
And my data terminal? |
| Dr. Meyer: |
You will get it after your physical examination. We have to make sure you’re not injured. |
| SCP-XXXX-A: |
Understandable. Not even I know what it would do if I were to die. I am confused however, why would I be hurt? |
| Dr. Meyer: |
Stop with the survival of the fittest rhetoric. You were nearly choked to death. Now go. |
| SCP-XXXX-A: |
What? He did not choke me. I think he wanted to at first but he did not. He hugged me. |
|
Recording ends.
|
SCP-XXXX-A refused to elaborate further, it then received a new data terminal and was returned to containment. This interview was the last time it was documented speaking about any topic not related to the fabricated work it has been given. A week after this interview SCP-XXXX-A ceased taking care of its own biological needs in order to continue working without breaks. Containment procedures updated. Four days later SCP-XXXX was declared neutralized
…
…
…
…
…
…
Addendum XXXX.7: Update
On 04/6/2021, Dr. Meyer received an email, technicians were unable to determine an origin for it. SCP-XXXX has not been detected on any relevant location and is still presumed neutralized. Message follows.
| From: Unknown |
To: Dr. Meyer |
Date: 04/06/2021 |
| Subject: Despite it all |
|
Well, hello there. It has been a while.
I hope you are all doing fine, I hope this crazy world hasn’t turned you mad. As for me, I'm doing better once again. So much better.
You are right, I don't deserve this. Nobody does, and yet so many of us have to live with it. But this is not a punishment, at least it wasn't until my life got turned upside down by some extra-dimensional force.
But yes, it was not a punishment. Being me was never a punishment, and I am still me. This, what I am now, it may have been meant as a punishment, an eternal death. But I wont allow that to be.
I did not allow the cold disinterest of humanity to kill me, I will not allow this new executioner to do so either. If I suffered it was because humans can be cold, many of us are, many of us turn a blind eye to the suffering of others. We can't help so we ignore. We believe in our society, we believe it will sort things out, and we are not willing to question.
The worst ones of us say it's our own fault. They say we are to blame for freezing to death. And when it's all melted and gone they forget us.
Sorry for being so damn poetic but right now it just feels… right.
Winter was always my favorite season. For some months the world slows down to a halt, life slumbers, and humanity stops to admire the pure delicate beauty of the frozen planet. For once life does not go on without us. Then spring comes, and with it new opportunities.
I won't waste this opportunity.
Don't take me wrong. I still don't like this. I still suffer. Some days it's still so damn hard to even bother believing I still have a body. Things aren’t so different from the old days. They call it many names, a lack of love for life they say. Silly that their empty hearts do not see the irony.
And so, I won't waste this opportunity.
This is not a gift, but I can make one of it. I can make sure I prevail despite the world moving on without me. And I can make sure those who left me behind do not forget.
I am going on a journey for now, and I am not sure if I will be back. After all, I can go anywhere now, I am everywhere now, just like it is. I'm still not sure if it's god. It may not be, it may be us. But either way, it is getting an interdimensional punch courtesy of me.
Thank you for everything. I'm not sure what will happen now. But I will try to be back eventually. After all it, he, is still still me. A part of me, it's just incomplete. Hollow. And so am I without it.
He and I. Soul and body.
We still have many winters ahead of us, such a long life still yet to be fully lived.
Our life.
My life.
And I will live it as I please.
|
Wow! You flipped a card and got: Gab Hab SCP-5334!!! You ca reload the page or go to the next.
DATE: 01 Apr 2021 23:16
Included page "theme:the-foundation-theme" does not exist (create it now)
THIS FILE IS LEVEL 5/5334 CLASSIFIED. ANY PERSONNEL THAT WILL ATTEMPT TO ACCESS OR DISSEMINATE THE FOLLOWING FILE WITHOUT O5 CLEARANCE OR O5 AUTHORIZATION WILL BE LOGGED AND IMMEDIATELY TERMINATED. DO NOT ACCESS PAST THIS POINT. NOTICE: FILE HAS BEEN LOWERED TO LEVEL 4 ACCESS. PROCEDURES WILL REMAIN THE SAME.
I do not own any of the images below.
CODENAME: "A fascinating universal simulation."
: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)); }
}
SCP-5334, when originally found/located by MTF-Beta-33 and being moved into Containment Trucks. Circa. 2002. The object was stated to activate and deactivate even when without the circumstances necessary for activation or deactivation, such as connection via plug for power.
Current estimated results for the amount of SCP-5334-1 affected instances. Starting from 0 (2016), with each x-axis jump by +1 indicates testing within the year after. These instances do not exclude contained instances, therefore it may be reasonable to say that almost all instances are currently contained. SCP-5334-1 instance growth matches that of the exp function.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]
Special Containment Procedures (32): So far, only long-term containment can be supplied with containment of SCP-5334-1. Along with only long-term containment, it is currently impossible by foundation technology to completely halt the effects of SCP-5334-1, due to the anomaly on occasion effecting spacial entities in order to escape containment. It is unknown why SCP-5334-1 does not effect the whole of humanity, consensus by personnel says there are "intangible" objects that form part of the human race (which is currently awaiting as a seperate anomaly designated SCP-5334-THAUMIEL), although is usually argued with. Current efforts are to find suitable individuals for the help of containment of SCP-5334-1. Individuals and objects affected by SCP-5334-1 are to be contained at DEEPWELL-22, located [DATA EXPUNGED] kilometers from any sign of life. Objects must be contained within the Central Containment Core, and directed by the Central Admin Core. (designated "NETCON") The status of all SCP-5334-1 and SCP-5334-2 instances and manifestations are to be tracked via the Foundation Satellite ("ARSONAL"), and be detained via robotic equipment. These instances are to be dispatched to contain instances, which will then move the instances into DEEPWELL-22. They will be placed in the Central Containment Core until further notice. A D-class is to be supplied into the Central Containment Core with direct contact of SCP-5334 and SCP-5334-1 instances at all times while administered Class-B amnestics via robotic equipment. All robots code are to be rewritten by chosen trained programmers in Document-"FIND-THE-CRYPTO". These programmers are to be given Class-B amnestics and moved back to civilization, and their names are to be stricken from the "FIND-THE-CRYPTO" document. The state of the robots are to be reported to the O5 Council via the STATUS-R robot, any failure or deviation in the robots behavior is to result in the immediate use of another programmer who will then undergo the procedures mentioned before.
Maximum focus is on both full containment on SCP-5334-2 or -1 chains and their immediate termination by force. Robots are to search mostly for isolated village areas for these chains or occurences of SCP-5334-1.
DEEPWELL-22 shielding
DEEPWELL-22 is shielded with titanium on all sides with a thickness of approximately 3 meters. The outer layer is CLASS-VI explosive resistance material with a thickness of 4 meters. No possible entrance is to be supplied, damages are to be repaired via robotic equipment daily. The state of the titanium equipment is to be sent to the O5 council semi-hourly, damage is to immediately be fixed.
CENTRAL CONTAINMENT CORE
The central containment core is built out of reinforced concrete with a thickness of 1.5 meters. Foundation made gravitational propellers are stationed within the core, these will then propel objects into a chosen place, the propellers are to be monitored indefinitely and replaced by robots in the event that the propellers stop working as intended. The angle, distance, and the force used is to be heavily monitored by the robots, who will make specific calculations. Such gravitational disturbances affecting the Central Containment Core is to immediately be replaced, as such an event can constitute to an immediate breach of containment. Circular rings are to be placed on each 3 dimensional edge to minimize the risk of movement that could result in a containment breach.
Updates to further minimize breach will use a pump to cool the area. This pump is powered by Nuclear-Reactor-J-12 connected to a battery. This battery is 5x5x5 meters, and is kept for storing unnecessary power. When needed, solar energy will be utilized to be put into the battery. Connection is done using wires, including inside the cooling pump. Battery is to be checked daily by robots so as to prevent possible leakages that could contribute into failure of pump.
(As SCP-5334 becomes more aggressive, pumps will become immediately necessary for containment.)
Pumps may be enhances via extra material to cool the area and minimize SCP-5334's activity. This proves vital for containment. Pumps will be monitored and replaced daily by robots whenever a notable change occurs. Pump also proves necessary for freezing D-class to prevent movement that could possibly disrupt movement.
SCP-5334 is to be kept levitating via gravitates that are located in a location such that the D-class is closer to SCP-5334. The gravitational force is to be kept constant and is to be monitored by embedded cameras in the farthest corner, which will be seen by T5 and Overseer's.
Pumps may be raised when necessary to decrease the thermodynamic atomic movement even further. This will also become necessary.
CENTRAL ADMIN CORE
The central admin core are a family of intelligent autonomous robots. Designated R-1 to R-195, these robots are specifically most crucial for active containment of SCP-5334-1. Most robots usually search for affected individuals, or will search the internet for individuals who disappeared. The robots will be dispatched and immediately contain such individuals rapidly disappearing via no known causes. Villages or populations effected by SCP-5334-1 are to be immediately intervened by robots and are to be contained or amnesticized, as it is easily discern the difference between incubation and affected/disappearing individuals, such as loss of arms. There will always be at least 30 robots operating the other cores and containment of SCP-5334-1, while the others will search for affected individuals. Robots are built using Python, a CPU, along with a humanoid appearance with code for communication.
Robots are built using a terabyte system of RAM along with several GPU's for nigh-instantaneous calculating. Robots have a receiver system that can be directed by DEEPWELL-22 controllers in the event that some robots become unstable. Connections between the DEEPWELL-22 are established at gigabyte internet connection allowing for no ping.
Robots have an outer layer for protection, this outer layer is approximately 50 centimeters thick made of reinforced concrete along with materials to make travel easier for robots. Robots have a visual system along with a general motor control system built throughout the humanoid robot deep within the inner material in tubes. GPU's stationed around then send electrical signals through out the robot's body and are directed by the inner layer stasis that allows for the destruction of unwanted waves. A visual automatic neural network is connected to the camera system that allows for automatic visual processing for locating affected individuals. The camera is to be shielded by 50 centimeter thick-glass.
Robots motor system is equipped to travel at speeds up to 50 kph, allowing for fast mobility. In the event of slowdown, personnel will continue monitoring or replace the subject if mobility degrades to 30kph or less.
DEEPWELL-22
DEEPWELL-22 is to contain several active servers for storage and communication to the O5 council. These servers consist of 16 rows of 5 10-terabyte servers that are to gather information on the robotic control group and send video information to O5 command via the robots receiver. The servers are to be powered via solar energy attached to each of the servers. Servers are also to automatically take pictures or provide control module for the O5 council, and will be controlled via receiver and communicator. Servers are to automatically delete any data that is unapproved by the O5 council to prevent overflow or the storage of several unusable files. DEEPWELL-22's servers are protected by the outer-layer to prevent the servers from being destroyed.
Once every 4 months, operation LL-23 will allow Level 5. GENENSIS-35 personnel to enter DEEPWELL-22's area for fixing. They are to be immediately given Class-B amnestics after.
OPERATION LL-23
Once every 4 months, foundation personnel with Level 5 clearance are to enter DEEPWELL-22 via the ENT-PIPE. The ENT-PIPE is located 30 meters underground and will lower to approximately 100 meters. The ENT-PIPE is 10 kilometers long built to withstand natural hazards such as fires, tornado's, etc. The ENT-PIPE is 20 meters long, allowing for a drive through the pipe. The pipe is built using reinforced concrete. The ENT-PIPE eventually leads into the DEEPWELL-22 servers, which will be lead up using a ladder into DEEPWELL-22-SERVER-#1. Supplies are to be sent along with a team of level 5 researchers within a truck guided towards the entrance of DEEPWELL-22. Personnel are to first conduct a test to measure the functionality of DEEPWELL-22 servers, and are to then fix any servers deviating from their normal functionality. Personnel are to estimate the amount of servers needed for fixing, and call in the trucks needed to fix. Personnel may replace the servers in the event that a server becomes inoperable or unfixable. Servers are to fully be replaced in the event that an imminent breach occurs by SCP-5334-1. Personnel are to exit DEEPWELL-22 once normal activity is established.
T5 Team
As containment of the SCP-5334 anomaly has became too vigorous for O5 command to handle, the T5 team has been proposed. T5 are a group of individuals, the exact amount of these individuals will vary based on how rigorous containment becomes. T5 are located somewhere off the coast of Site-5334-B, their exact locations are currently only known to themselves. T5 individuals are always extremely high ranking foundation personnel, at least Level 5. O5 personnel may be chosen, although this is not recommended at all. T5 monitor the containment of SCP-5334-1 and SCP-5334-2, report commands to containment staff who will then be dispatched for the command. T5 personnel should be active at least 10 hours a day, shielded from natural disasters for protection. T5 may be replaced monthly after circumstances guarantee that a T5 becomes no longer useful, retires, or is dead. T5 are generally very similar to the O5 council, managing situations based on polls. T5 are also to not move into areas effected by SCP-5334-1 under any circumstances, and will result in full replacement and amnestication of all T5 personnel in the event that SCP-5334-1 somehow effects the T5 area.
Containment Dispatcher Team
The CDT are personnel who assist in containment of SCP-5334-1 and -2. Operated by the T5 team. The amount of personnel is usually 60, along with a constant 500 replacement and extra's when necessary. CDT focuses on T5 commands sent via an unknown source, they will enact operations for the purposes of containment, including Operation LL-23. CDT are Level 5 personnel, who will always be active until the daily schedule replacement. Each personnel has an activity of approximately 8 hour intervals, which are to be grouped into 3 for the daily schedule as A, B, C. A will always be active during 12:00 AM to 8:00 AM, B will be active 8:00 AM to 4:00 PM, and C active 4:00 PM to 12:00 AM. Personnel are always heavily equipped in the event of interference with unknown sources, and will always report to T5 when necessary. Personnel may leave under the authorization of T5, but must always be due to unstable work cycle (which will me temporary up to 4 days), retirement (which the personnel will be replaced), or death (dead personnel will always be replaced without any authorization from T5). CDT are to be amnesticized after operations, and will be replaced by replacement personnel.
In the event of containment breach by SCP-5334, emergency type messages are to be immediately sent to personnel in all sites within their respective levels. Level 1-5.
CLEARANCE 1.
An ongoing event is occuring. Please see Documentation H1 for more help on the situation.
CLEARANCE 2.
An ongoing emergency event is occuring. Personnel are unable to contain the threat, please contact your supervisor for information on ideas.
CLEARANCE 3.
An ongoing worldwide emergency event is occuring. Personnel are currently unable to contain the threat of magnitude. The threat is currently extremely hostile and poses a risk to all foundation personnel and humanity.
CLEARANCE 4.
An ongoing ZK-Class Reality-Failure Emergency Event is occuring. Personnel are currently unable to contain the threat of such magnitude. This threat can immediately change and destroy all of the universe. Please gather a list of ideas for prevention of the overall termination of humanity.
CLEARANCE 5.
An unknown entity is currently causing the manifestation of a ZK-Class Reality-Failure Event. Please see documentation SCP-5334-O5-F6^8&(2)). The entity is currently destroying all of reality including past realities, due to it "sucking" in other anomalies. It is currently uncontainable as it effects cosmic entities along with alternate dimensions and the existence of everything. Please gather a list of ideas for prevention of the overall termination of humanity due to the anomaly.
T5 is to ready up for extra containment for SCP-5334. They will establish containment specialists grouped in 4 categories: "Interfere", "Contain", "Ensure", "Extra". They're will be approximately 600 specialists, and will be analogous to CDT. Most CDT will be recruited into the "Contain" section, which involves tracking SCP-5334 and containing it. The "Extra" personnel are to search for any modified documents and will fix it via DEEPWELL-34's servers. Massively changed documents to the point of destruction even on DEEPWELL-34 servers will result in "Interfere" specialists contacting about the document being "destroyed by unknown means". The "Interfere" are a group of foundation webbots Z-1 - Z-6, webbots will track the internet including access to the Deep Web to destroy information about possible breaches of information. In the event that Z cannot destroy information, their identities will be located and the person will be amnesticized. The way this is done varies by tests or by the use of foundation malware tracking programs to locate their identity. Citizens are treated using Class-A amnestics and otherwise Class-B. Citizens who cannot be located will be searched via cooperation with the Federal Bureau, and be monitored, detained, and amnesticized. "Ensure" personnel will ensure such that "Contain" personnel are correctly doing tasks, and will act as supervisors. "Ensure" personnel may also serve as T5, continually updating the containment procedures to ensure such that containment is suitable for the current containment needs with SCP-5334. Unfortunately, SCP-5334 may evolve to the point where the entity will become uncontainable. At this point, focuses are to be put on preservation of humanity. Protocol ELAN-44 is to be immediately executed. This is to be handled in squads of three and monitored by O5's. O5's will oversee the whole operation and continually update directions along with T5. However, if SCP-5334 does not successfully approach this point, then the following will be executed. MTF-Z-1 through MTF-Z-7 will immediately enter highly populated cities, inform other personnel, and lead to other cities. Once SCP-5334 is found, city is to be immediately amnesticized via Class-A. "Contain" will send messages to "Interfere", and "Interfere" will search for the amount of time SCP-5334 has escaped, along with reports of any persons randomly disappearing from unknown causes. In the event that SCP-5334's "escape time" is greater than 2 days or a person disappears from unknown causes, MTF-Z-1 will be immediately amnesticized and replaced along with immediate amnestication of all civilians within that city. In the event that the foundation runs out of available Level 5 personnel, Level 4 personnel will be recruited. This poses risks for operation failure. Level 4 will be mixed with other levels, and will be tested for the strength of the 4 tasks or categories. They will be put in categories based on their best skill in each, and will be switched when they become uneven. Tasks will then resume. SCP-5334 once located, will be relocated to DEEPWELL-22. Robots will then contain the object, and MTF-Z will be amnesticized. Following this, normal procedures are to be executed. Level-4 will also be amnesticized. Containment will continue as usual.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]
The establishment of the ENSOPHRANOGOS class is for limiting human interaction to most minimal levels. This is useful for decreasing the chances of containment breach and halting a breach quicker. Personnel violating this law without specific orders are to be terminated on site per order of T5 and O5 operatives.
Description (16): SCP-5334 originates as an Apple Macintosh computer built somewhere in the 1980s. Originally inactive, the anomaly is continually active. The anomaly was originally presented as being capable of simulated a universe indefinitely unable to be eliminated by means that should eliminate non-anomalous computers. SCP-5334 was originally contained by the foundation in 2002, and classified Safe, along with Notice, and Vlam. The object was assigned to Level-2 classification secrecy, before more of it's anomalous properties were found.
The foundation conducted several tests on SCP-5334, before the effects were discovered. These discovered effects are characterized by slow disappearance of an affected object, the time needed ranges depending on the size and mass of the object, but 100% of cases yield no traces of the object. Along with full disappearance, the subject will appear within SCP-5334's computer simulation. This disappearance effect is classified as SCP-5334-1. SCP-5334-1 tends to effect the nearest object within SCP-5334's vicinity, however may effect objects several billion light years away on occasion. After the disappearance of the object, SCP-5334-1 will immediately reconstruct all physical matter to reflect the changes done. This reconstruction makes it extremely difficult to gather information of the effects of SCP-5334-1, and has only been discovered via comparison of simulation to baseline universe.
SCP-5334-1 instances are able to effect other objects via communication, direct contact, or any form of physical interaction or non-physical interaction. These objects will become another instance of SCP-5334-1, and can spread again via the same interaction mentioned before.
SCP-5334-1 instances will not immediately begin to disappear/relocate, the instance has an incubation period of approximately 1-2 days. During the incubation period, it is possible for SCP-5334-1's effect to be halted on the host via amnestication. Hosts in the incubation period will not be able to affect other personnel, allowing for safe interaction without a person within contact of said host being affected.
Unfortunately, personnel who are amnesticized are unlikely to be immune to the effects of SCP-5334-1. The halt can only happen when amnesticized during the incubation period, and is susceptible to future "infections" of SCP-5334-1.
Also, objects may be affected by SCP-5334-1 in a chain reaction. For example, a person affected by SCP-5334-1 may be able to affect another similar person or animal. Eventually, this may continue to the point of affecting unfamiliar objects, phenomena, and eventually the physical laws and current boundaries of the universe. These cycles are designated SCP-5334-2.
Note: Unfortunately, SCP-5334 cannot be self-neutralized. SCP-5334-1 is unable to destroy or effect SCP-5334.
Note 2: SCP-5334-1 instance chains are able to start the disappearance of an object via the thought of the existence itself. Containment priority of all instances is raised from Beta to MAXIMAL-ALO-ZETA-EPSILON by order of the O5 and T5 council.
Note 3: [DATA LOST]
RE: Note 3: You will never see it. I will keep
RE: RE: Note 3: SCP-5334-1 affected host instances are able to telepathically communicate information back to SCP-5334, which can be used to enhance the intelligence of SCP-5334. This was found when SCP-5334 altered the document to put in messages said out-loud by instances of -1 before their disappearance. Along with alteration, the object appears to be making generalizations which allow for large disappearances without randomness or "being the closest to it". Raised to maximum level priority.
Due to these effects, SCP-5334 has been recognized as a potential ZK-Class Hazard. Due to this, the document (more specifically the Special Containment Procedures) are subject to changes.
Addendum 5334.1: O5-8's Message to SCP-5334-1 personnel
Dear Personnel! I am excited that the containment of SCP-5334 is doing well. We faced through many challenges and we had to create complexity, but overall we did contain it so far.
My knowledge is that the amount of uncontained -1 instances are currently estimated to 3, compared to over 7,000,000,000 without containment.
Yes, this object is a computer. A computer that is a Macintosh. It is as dangerous as it sounds, but there haven't been any containment breaches in this year. So, we basically needed to keep it frozen with the least activity possible. We found that SCP-5334 does operate slower in cooler conditions, but we don't know if SCP-5334 completely stops at 0K (Kelvin). In case you didn't know, T5 has ordered robots to do several tests on SCP-5334. It didn't completely stop its effects, but it was slow and its anomalous effects were weakened. If we can get that thing to absolute zero, we might be able to destroy it's anomalous effects. That's why I want you to do it. Yes, robots, controllers, you. All the containment personnel. I want you all to do it.
Because, if we do; We might able to finally contain this thing. But sadly for now, we don't have that technology. It might be impossible to achieve it in the first place, but that is okay. If you can't find a way, just use an SCP for god-sake. This goes to all personnel working on SCP-5334, like T5, CDT, everyone. I hope you receive and I hope you follow this. If you can't find an SCP to shut it down, then just continue whatever procedures your currently doing. Thank you, T5.
Also, you might be wondering…. Why do we want Level 5's to act as if the object is uncontainable? Well, because it technically is. I've seen SCP-5334 destroy a few Quasar's when it was accidentally told "gravity that is black, but what it emits is very very light". The Quasars light is just what it is remaining. So, we want them to gather a list of ideas to terminate SCP-5334 while staff attempt to contain the object. And, since they are already interrupted, we give them that task to think of some ideas to contain the object. But personnel will not do that when SCP-5334 is contained, unless told to do it.
Kill the computer, and it's slaves.
Secure, Contain, Protect.
For you all, O5-8.
[END LOG]
Addendum 5334.2: Containment Breaches
SCP-5334 is found outside of Site-24, the entirety of all on-site staff disappeared. Approximately 56 containment breaches caused by the event along with almost 500 casualties excluding off-site casualties. SCP-5334 is seen increasingly active. SCP-5334 was able to escape via a shift the world by 2000 meters via an unknown cause, but was theorized to be due to an unknown object disappearing.
Approximately 22 hours later it was found that at least 130 kilometers of Atlantic ocean water disappeared over the process of approximately 7 weeks. The result being significant and immediately felt.
Containment Breach Date: March 11, 2016
SCP-5334 is found at New York city. Several police reports are called due to an estimated 4█,███ civilians disappearing, along with a further 9██,███ found with severe injuries. Civilians are seen watching the activity of SCP-5334, and attempting to control the simulator. MTF-B-16, B-17, and LLO-3 sent to investigate along with several monitoring bots. All civilians within a 50 kilometer exclusion zone are immediately amnesticized, all attempts to disseminate information are destroyed by webbots. SCP-5334 is immediately recontained, SCP-5334's screen is seen slightly damaged due to "police furiously shooting it". Containment breach cause is currently unknown.
Containment procedures are revised.
Containment Breach Date: Dec 4, 2016
SCP-5334 was seen in Mount Loutenai ("LUH-TEN-I") Elementary School in a 3rd grade classroom. They will never amnesticize the kids, SCP-5334 will be at large. Containment breach cause is currently unknown. MTF-B-4 sent to investigate as a school cleaner, contacts to police are made. Police questions. B-4 responds to police that it is sent to capture computer that "teleported using machinery". School amnesticized shortly after. Police are moved away.
SCP-5334 recovered and sent back to DEEPWELL-22. No casualties caused. Kids screened for any sign of PTSD, none found.
Containment Breach Date: Feb 12, 2017
SCP-5334 is seen in a foundation office. Researcher Emmerson, Female, Age 17, was found inside the office. Subject is emaciated. Documents have been changed to include the words: "SCP-5334 is angry. He will eat the skin of your bones from the inside-out.". SCP-5334 is thought to have been involved in the process, however, how this was done by SCP-5334 is still currently unknown. Cause of containment breach is unknown.
Containment Breach Date: March 42, 2016
SCP-5334 is seen in a foundation office. Researcher Emmerson, Female, Age 17.
[DATA EXPUNGED PER PROTOCOL-OF5 "LOCK-DOWN-THE-TEXT"]
Containment Breach Date: March 24, 2017
SCP-5334 kills S5. SCP-5334 deletes a reality to make the S5 team burn and melt for 500,000 years. SCP-5334 i
Several onsite nuclear devices are detonated. SCP-058 and SCP-106 were then after seen in Cartsfourd, California, USA and Los Angeles, USA respectively. Containment of escaped objects and rebuilding of damage is not completed until 5 months, in which several date errors within foundation webpage documents are caused. Cause of containment breach is unknown. 100,000 were left dead. Several O5 emergency meetings became active.
SCP-5334 was then recovered at DEEPWELL-22, and T5 is established in replace with S5. Containment procedures revised. Due to the results and damage, the O5 council have released global amnestic-GAS-"Synoyn", a subtle amnestic.
O5%5555-12::21212: We take it back. If only there was a way to bring the memories back. We need anti-amnestics, not amnestics.
The O5 Council and T5 Council is terminated. SCP-5334 becomes controller of the O5 and T5 council. SCP-5334 demands that all personnel continually worship him for 300,000,000,000 billion yEEaRs, which they do so. Personnel get a free pat on the back and candy for good behavior. SCP-5334 stops effects on SCP-5334-1. SCP-5334-1 accidentally deletes the events unfolded by SCP-5334.
**NOTICE FROM THE RECORDS AN
THIS DOCUMENT IS PRONE DAMAGE BY THE SCP-5334 SPACIAL ANOMAL .
PERSONNEL ARE UNLESS COGNITO AND UTENRS RESISTANCE OF >3.
UPDATED: 3 days ago.
Item #: SCP-5334
Object Class: Irrelevant
Special Containment Procedures: Terminate as soon as possible.
Description: SCP-5334 is a reality bender that manifests as a computer. SCP-5334-1 destroys parts of reality and brings it into SCP-5334-O. SCP-5334-O is a unknown reality within SCP-5334. However, temporal disruptions have been discovered besides destruction of objects by SCP-5334-1.
Addendum 5334.1: Irrelevant
Addendum 5334.2: Irrelevant
Addendum 5334.3: Irrelevant
[DATA EXPUNGED]
Addendum 5334.17406: Irrelevant
Great, Site-19 has collapsed. It looks like half of our personnel have already died. Slime breached containment once again… Site director is probably dead at this point. Hold on… Contacting Site Director… He's dead or severely injured. Unresponsive. How the hell did this happen?! We contained it and then it breached! Alright… I gotta get my guns… That I… Kept… No. No… NO. NO! It's gone. All of it is gone. Even worse, major Keters are breaching containment on all sites and making their way to the public. The PUBLIC! What the hell did that slime do? I can't contain it, no one can really. Why am I thinking of this? We should just recontain the Keters and get this over wi- What… What is that? Fuck whatever curiosity I have… Gotta run goddamn it! I'm gonna have to bait this somewhere, then I can get Brett over for help. I guess were gonna have to assemble a team… The question is how we do that. Wait. I need to take a closer look on that thing. Oh great it's that 049 creature.
Running away. Running back. Can't seem to find myself not being chased by that thing. Where is MTF-E-11? They aren't coming! Did they get killed on the way?! Well shit!
I'm locked somewhere in a bunker, probably not where you would look in. I locked myself and that 049 creature is just sitting there infront of the door. Luckily I brought… A couple chicken wings. Well, that should last me a couple days before I starve to death! Hey, hey you! Go away. Nope, it is not.
What the hell does it mean by "pestilence"? Hey, idiot! Speak to me goddamn it. Oh, now it is refusing too! Gonna die now. Stupid slime…
'.'
Wow! You flipped a card and got: scpX-GEHJ-GAB_HAB-1112-RESTR!!! You ca reload the page or go to the next.
DATE: 01 Apr 2021 23:07
Note