Wow! You flipped a card and got: SCP-XXXX RBM!!! You ca reload the page or go to the next.
DATE: 06 May 2021 16:30
: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)); }
}
@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;
}
}
}
}
}
@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);
}
}
Special Containment Procedures:
Description:
Wow! You flipped a card and got: Khuutsag!!! You ca reload the page or go to the next.
DATE: 06 May 2021 15:24
Wow! You flipped a card and got: JAcerStriker!!! You ca reload the page or go to the next.
DATE: 06 May 2021 12:09
Item #: SCP-5943
Object Class: Euclid
Special Containment Procedures
SCP 5943 is to be housed in a lead-lined container within special airtight containment cell in Site (idk). All instances of 5943-1 found/created are to be incinerated within 48 hours. Any violin is not permitted within 50 metres of an instance of 5943-1. In case of a containment breach, MTF Eta-11 ("Savage Beasts") is to be deployed for immediate reacquisition of the anomaly.
Unauthorised access of SCP 5943 or 5943-1 will lead to detainment and/or termination
SCP 5943, in its dormant state
SCP 5943 consists of a 4.2 cm by 4.2 cm by 2.3 cm white box containing a solid form of resin or 'Rosin', a component used to lubricate bows used to play violins, a 4.9 cm by 1.8 cm by 4.9 cm hollow red box open at one end and a small orange cloth. The white box has a Maker's Insignia on its bottom, titled 'The Instrumentalist' (See interview 5943-1 for more information). The anomalous properties of this object is limited to the 'Rosin' contained inside the box.
5943, despite a normal chemical make-up, induces an abnormal emotional reaction based on a subject's proximity, universally causing a mild fear reflex in human subjects. The red and white boxes act as a 'sink' for 5943's passive ability.
Upon lubricating a bow using 5943, it is designated as 5493-1. A violin played using 5943-1 is capable of controlling human emotions. Note that the anomalous properties lie in the bow(5943-1) itself and not in the violin played.
Tests conducted reveal that the frequency or thickness of a string as well as the note played do not affect the degree and nature of the emotion that is affected. The loudness of string and the particular string played- G.D,A or E(1,2,3 or 4 from the left respectively) affect these two factors, respectively. Given below is a comprehensive list of the emotions manipulated by 5943-
| Serial Number |
Strings Used |
Emotions altered |
Notes |
| 1 |
G |
Happiness |
Subjects were observed to smile uncontrollably and laugh spontaneously.
Depressive tendencies of subjects reduced greatly.
All effects were temporary, lasting for upto 30 minutes after playing was ceased. |
| 2 |
D |
Anger |
Subjects showed aggressive tendencies.
Multiple subjects started shouting at foundation operatives and demanding to be released. |
| 3 |
A |
Sadness |
Subject were observed to become extremely dejected
dejected and show depressive tendencies.
Interestingly, depressed subjects showed no changes on being affected by the A string |
| 4 |
E |
Fear |
Subjects were observed to cower and scream on high exposure.
Multiple subjects attempted to take their life out of fear. |
| 5 |
G,D |
Sexual Desire |
[DATA EXPUNGED] |
| 6 |
G,A |
Longing |
Subjects were observed to break down hysterically and
showed aggressive tendencies. All subjects subsequently demanded to be released. |
| 7 |
G,E |
Hope |
Subjects showed no visible changes at the time of testing.
Subjects attempted to escape containment after testing concluded. |
| 8 |
D,A |
Hate |
Subjects show increasing hostility towards one-another.
Subjects observed to attack a fellow D class inmates. |
| 9 |
D,E |
Hysteria |
Subjects were observed to show extremely violent and destructive
tendencies and exhibit a 'mob-mentality'. |
| 10 |
A,E |
Despair |
No visible change in subjects. Compliance of subjects increased greatly. |
| 11 |
G,D,A |
Trust |
|
| 12 |
G,D,E |
Pride |
|
| 13 |
G,A,E |
Shame |
|
| 14 |
D,A,E |
Love |
|
It is believed that 'The Instrumentalist' was able to distribute several instances of 5943-1., many of which are in possession of various terrorist groups, responsible for their high recruitment as well as high instability in their areas of operation.
SCP 5943 was first identified following multiple reports of human trafficking in the state of Gujarat in India, carried out by a "man/woman with a violin". MTF Eta-11 ("Savage Beasts") was deployed to ██████ district of the city of Ahmedabad. SCP 5943 was tracked to a
abandoned warehouse with 5 hostages and █ bodies. Following items were recovered at the location-
•Personal belongings of hostages
•Food and water
•25 instances of 5943-1
•A locked safe, containing 5943
•A video camera
Given below is a transcript of a video log created by two hostages, Dhaval Shelat and Fariq Khan, prior to their capture.
Foreword: [The video log was created in Gujarati, translated for convenience]
Dhaval Taps camera Is this thing on?
Dhaval Points camera to Fariq So Fariq, will you tell the camera what we're gonna do today?
Fariq Today we're gonna visit the old violin shop as part of a bet. This video log will be the testament to our bravery.
Dhaval And there's added benefits too! After we come back, all the girls will love me because of my bravery.
Fariq They'll love me too. But wait a minute. Weren't you begging me to take a fake video from the internet so we wouldn't have to go there? Now you're trying becoming a superhero in front of the camera, huh?
Dhaval I never said that. What are you talking about? I was just
The sounds of violin played in a pattern denoting the love emotion can be heard
Fariq Wait, can you hear that?
Dhaval Yeah, it's someone playing a violin. Look there. And right when we're going to look at an old violin shop.
Fariq That's creepy. Wait! Look there- it's a man playing a violin
Camera is pointed at a six-foot tall humanoid entity of indistinguishable gender. Several operatives classified it as a male and several as a female depending upon their sexual preference
Dhaval No, it's a woman.
Fariq It's a man. Are you blind?
Dhaval No, it's a woman. A very beautiful woman. Can't you see her?
Sounds of violin abruptly stop.
Dhaval Run, Fariq!
A loud noise identified as the shouting of a large group of people is audible. Dhaval and Fariq start running
Fariq The news didn't say there was a riot today.
Dhaval I'll be sure to tell Arnab Goswami that his channel forgot to mention a riot. Now run, or these people will catch you.
Both run for 3 minutes and 22 seconds
Fariq I think we're safe.
Dhaval Yeah, we lost the mob. But look where we've come
Fariq It's the violin shop. This is not a co-incidence!
The entity appears from the shop, now playing the 'fear' emotion sequence
Dhaval It's that violin player again. But what's he doing here?
Fariq It's a ghost! It's a sister f███g ghost. Run!
Dhaval drops the camera,. Both the subjects are seen running. The entity makes no attempt to catch them
Closing statement: Dhaval Shelat and Fariq Khan were reported missing on 20/12/2006. It appears that they were captured by 'The Instrumentalist' and used as subjects for the testing of SCP 5943. The foundation has declared them to be deceased.
Wow! You flipped a card and got: JuiceNotJava's Corner of Procrastination!!! You ca reload the page or go to the next.
DATE: 06 May 2021 12:00
Welcome, to nothing yet. Don't mind me, I'm messing around with Wiki Syntax, because, well, you know.
Et voila!!!! I am master in writing in syntax
Wow! You flipped a card and got: plexus-6k-new!!! You ca reload the page or go to the next.
DATE: 06 May 2021 07:56
The lake where Site-6000-P is located. Picture taken before full construction.
Special Containment Procedures: The SCP foundation has done an agreement with the Finnish government to keep SCP-6000 out of the public's knowledge. The O5 council has agreed to provide SCP-6000 with proper housing, food and water, in exchange for their cooperation.
Containment of SCP-6000-A is to be entirely overseen by SCP-6000. A chamber has been established around a lake located in Finland, designated Site-6000-P. All personnel are to wear "wizard clothes", like the ones worn by SCP-6000. SCP-6000 haven't given reasoning, but they demand the specific clothing is worn by all staff.
No plant life is permitted in or around Site-6000-P. Paper and other materials made with plant material are to be confiscated. All reports of SCP-6000 written in Site-6000-P are to be in digital format.
In the event of a breach, SCP-6000's members are to be evacuated immediately by MTF Upsilon-17 ("Bush Bashers"). Following SCP-6000's evacuation, MTF Upsilon-17 are to then begin evacuating the area of personnel. When no personnel are left in Site-6000-P, the air-tight entrance gate is to be closed. All personnel, including SCP-6000's members are to be sent to the relatively close Site-11 and treated of any injuries and disease they may have gotten during the breach.
Description: SCP-6000 is a set of humanoid entities of finnish descent calling themselves "The Elemental Wizard Council of Environment Protection" (EWCEP). All members of the said organization have been designated SCP-6000-1 through 10 9. All of SCP-6000's members are able to cast "force fields", spheres of an unknown material which are impossible to break without enough external force, as well as repairing environment damaged by fire, floods or SCP-6000-A. SCP-6000-1 is designated the CEO of EWCEP, so he can often be seen wearing a distinct green robe.
SCP-6000-A is a 2.7m tall humanoid entity of unknown descent. SCP-6000-A's skin is colorless, but gives off a red glow any time it is touched. SCP-6000-A has 2 horns similar to that of a bull coming out of its forehead. The horns are always at 100℃, not changing even in temperatures as low as -107℃. All plant life near SCP-6000-A begins to burn, which can create a chain reaction with potentially devastating consequences. SCP-6000 have shown great knowledge of SCP-6000-A's capabilities, which has lead the foundation to let them create containment procedures
Addendum 6000.1: Discovery
SCP-6000 was discovered on 4/12/2020 during a major wildfire in the area. The foundation launched an investigation and discovered the source. MTF Lev-90, which was stationed in Tampere, Finland quickly investigated while the amnestic & suppression department made sure there was no evidence of the event. A temporary facility was established around the current perimeters of Site-6000-P.
Later that day, a group of individuals calling themselves "wizards" demanded they were allowed to see SCP-6000-A, who they referred to as "Nordin". SCP-6000 were questioned before entry, but after an explanation by SCP-6000-1, SCP-6000 were allowed to enter.
TRANSCRIPT
Participants: SCP-6000-1, Agent [REDACTED]
SCP-6000-1: Hello, friend. Please let me and my fellows enter.
Agent: This is a military base. I cannot let you enter.
SCP-6000-1: It is not a military base. It is a dangerous area, and you are playing with fire by occupying it. Your foundation can't contain Nordin… without us.
Agent: *sigh* You are entering Site-6000-P. What are you looking for?
SCP-6000-1: I am Kenjaal. I demand you move away and let me meet with Nordin.
Agent: What are you talking about?
SCP-6000-1: Nordin. He is the great reaper, tumor of the earth. He is responsible for the fires and famines amongst the trees and the crops and the death of entire forests.
Agent: Excuse me, I think the person you are looking for is not located here. Here is contained a-
SCP-6000-1: I know. I need to enter along with the rest of my council.
Agent: I cannot just let you in like that.
SCP-6000-1: But you must. You cant contain him permanently. Only we can.
Agent: *sigh* Fine. I will contact my overseers. If they don't let you in however, I will not stop them.
When SCP-6000 were allowed to enter they were stopped to be interviewed. They resisted at first, but were forced to comply.
Dr. Pesta: What do you know about the entity contained here?
SCP-6000-1: Ah, Nordin? I know all about him. What do you need?
Dr. Pesta: First, what is your group about? Why are you looking for this place?
SCP-6000-4: We are a group dedicated to protecting the environment of our planet. We are called "The Wizard Council of Environment Protection".
Dr. Pesta: Why do you call yourself wizards?
SCP-6000-1: Because we are wizards. You might not call it that, but that is what we are.
Dr. Pesta: Okay. Can you tell me, why do you need to be here? What is Nordin?
SCP-6000-1: Of course. Nordin is an ancient being, born long before time had a name. He ravaged and destroyed anything that his eye lands on. Before him, our kind was everywhere, but after him, the surface of our planet was only a molten, red world. After he was trapped by a survivor, he was punished for his crime. We were created to keep him imprisoned, and now, you have been temporarily doing that. But it wont last for long and we need to be let back in.
Dr. Pesta: Now it kind of makes sense. How do you know who we are?
SCP-6000-1: Because we know everything about this place. We know what enters and what exits, even if we are on the other side of the galaxy.
Dr. Pesta How do you actually keep him in check?
SCP-6000-1: That is a secret I cannot tell you. What I can tell you is that you can watch the results. You don't want me to demonstrate how he escapes his prison when he isn't supervised by us.
Dr. Pesta: You've got a point, however, you should also tell us what we have to do to help you keep him contained.
SCP-6000-1: We don't need much, just give us living quarters, food and water.
[[footnoteblock]]
Wow! You flipped a card and got: chinkeeyong!!! You ca reload the page or go to the next.
DATE: 06 May 2021 06:27
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX-1 and its grounds have been purchased by Foundation front company FIS and designated Provisional Site-XXXX. Standard disinformation and security protocols have been enacted under Cover Story 419 ("Private Property"). Additionally, modifications have been made to the structure of SCP-XXXX-1 to facilitate containment.
SCP-XXXX-A initiation is restricted to researchers with 4/XXXX clearance or higher and must be approved by unanimous consent of the SCP-XXXX Project Board. Researchers must have been exposed to SCP-2140 and are required to pass a monthly psychological evaluation. All uses of SCP-XXXX are to be recorded (see Addendum XXXX-04). Unauthorized intrusion into SCP-XXXX-1 is to be repelled with lethal force.
Foundation webcrawler I/O-HILDEGARD is to monitor news media and online traffic for evidence of uncontained SCP-XXXX-N instances. In the event of a confirmed SCP-XXXX-A event, Foundation agents are to secure the SCP-XXXX-N instance pending classification and Provisional Site designation.
Description: SCP-XXXX is a conceptual thaumaturgical language. Unlike conventional spoken and written languages, SCP-XXXX is primarily expressed through the medium of consciousness. An SCP-XXXX message consists of a fixed sequence of qualia which may carry information corresponding to a set of data, instructions, or both. When correctly expressed in the form of SCP-XXXX-A, SCP-XXXX messages induce anomalous effects in baseline reality.
All current findings pertaining to the structure and vocabulary of SCP-XXXX messages can be found in Document SCP-XXXX-26, "Results of Project LOGOS." An illustrative sample of SCP-XXXX vocabulary is provided here.
| Quale Description |
Reconstructed Meaning |
Foundation Standard Transcription |
| The experience of attempting communication with a higher power |
Unknown; required for successful SCP-XXXX transmission |
PING |
| The experience of placing the tip of one's left thumb into a body of cold water |
The number 16 |
16 |
| The experience of listening to the musical tone F6 |
A command to generate matter |
WRITE |
| The experience of falling into a dark void |
A command to perform a different specified instruction |
GOTO |
| The experience of saying the word "Amen" or "Amin" |
A command which causes all further message content to be disregarded |
RETURN |
| The experience of separating one's palms from each other |
A command to transmit a completed SCP-XXXX message |
SEND |
SCP-XXXX-1 is ███████ Monastery, an Eastern Orthodox monastery in ███████, Bulgaria. SCP-XXXX-1 and its grounds exhibit an unusual Akiva-rich environment which is theorized to naturally occur at certain points in space and time (SCP-XXXX-N instances) [1]. At this time, SCP-XXXX-1 is the only confirmed SCP-XXXX-N instance and the only known location in which SCP-XXXX messages can be transmitted and received.
SCP-XXXX-A refers to the ritual by which SCP-XXXX messages are transmitted. SCP-XXXX-A consists of the following steps:
- A subject enters the chancel of SCP-XXXX-1 alone.
- The subject meditates on the quale PING.
- The subject meditates on the quale BREAK.
- The subject meditates on the desired SCP-XXXX message to transmit.
- The subject meditates on the quale SEND.
SCP-XXXX-B refers to the anomalous effects produced upon the successful transmission of a SCP-XXXX message. SCP-XXXX-B typically involves vivid hallucinations of qualia in the subject corresponding to a SCP-XXXX response, and may involve a wide range of additional ectoentropic effects.
Prior to Foundation acquisition, ███████ Monastery was the subject of numerous folk legends involving visions, speaking in tongues, spontaneous rain, and other miracles. It was brought to the attention of the Foundation on ██-██-████, when webcrawler I/O-HILDEGARD flagged an amateur online documentary with a high probability of anomalous activity. The documentary, titled "Heretical Monks of ███████", revolved around the nonstandard Orthodox prayers practiced at ███████ Monastery and featured interviews with its monks regarding their experiences.
Agents D██████ and H██████ were dispatched to ███████ Monastery to confirm the presence of anomalous activity. An interview is transcribed here.
Interview Log XXXX-01-A:
Interviewed: Brother G██████ (a monk at ███████ Monastery)
Interviewer: Agent D██████
Foreword: This interview was carried out to establish the nature of the anomaly, with Agent D██████ posing as a magazine journalist. The text of the interview has been translated from Bulgarian.
<Begin Log>
Interviewer: Could you state your name again for the record?
Brother G██████: My name is P██████ G██████, and I have been a monk here for ██ years.
Interviewer: The locals say that you can work all kinds of miracles at ███████ Monastery. Is it true?
Brother G██████: It's true, it's all true. I have prayed in the chancel myself, and I have heard the voice of God. I have burned in the fire. I have drowned on the shore.
Interviewer: What do you mean by that?
Brother G██████: When you are alone in the chancel, you can open your mind to God, and He talks to you. He gives you dreams when you are awake. It is difficult to describe. You say "Levatel," and your prayer ends, and His voice begins.
Interviewer: The filmmaker mentioned this in his documentary. By "Levatel" you mean the word you end your prayers with instead of "Amen"?
Brother G██████: Yes, it is the way we pray here. He told a very ugly lie about us, the filmmaker. We are not heretics. We changed our prayers because we could tell, when you say "Amen," God does not hear. And when you say "Levatel," He hears, and He answers.
Interviewer: How long has ███████ Monastery operated like this?
Brother G██████: I don't know. Forever. (laughs)
Interviewer: Can any monk receive these visions?
Brother G██████: Yes, anyone. You don't have to be a monk. Even some of the townspeople have heard God's voice. You just have to know how to listen.
<End Log>
Following this interview, Agent D██████ obtained permission to pray in the chancel. He prayed according to nonstandard local rites, experienced a SCP-XXXX-B event, and confirmed the presence of a consciousness-affecting anomaly. Following this, the Foundation acquired ███████ Monastery and established Provisional Site-XXXX for testing.
Initial research into SCP-XXXX was carried out by Researchers Hwang Soon and Zhivko Aleksandrov from ██-██-████ to ██-██-████. For comprehensive documentation, see Document SCP-XXXX-3, "SCP-XXXX Testing Log." A representative sample is shown here.
| # |
Objective |
Methodology |
Result |
| 1 |
Establish baseline for SCP-XXXX testing |
Agent D██████ prayed three times in the chancel of SCP-XXXX-1 and verbally described his experiences. |
Three identical visions reported. Visions consisted of sequences of vivid sensory hallucinations, or qualia. |
| 2 |
Determine if using the word "Levatel" triggers SCP-XXXX-B |
Agent D██████ prayed several times in the chancel of SCP-XXXX-1, ending his prayers with different vocalizations, and verbally described his experiences. |
"Amen", its variants, and most vocalizations produced no anomalous activity. "Levatel" produced qualia corresponding to prior experiments. |
| 4 |
Determine if SCP-XXXX-B can be recorded |
Agent D██████ prayed three times in the chancel of SCP-XXXX-1 while wearing EEG electrodes. |
EEG showed distinctive sequence of neural activity corresponding to qualia from reported SCP-XXXX-B event. |
| 12 |
Determine if SCP-XXXX-B experiences vary with observer |
Agents D██████ and H██████ each prayed three times in the chancel of SCP-XXXX-1, on three different days, while wearing EEG electrodes. |
Neural activity sequences corresponding to SCP-XXXX-B were identical for both subjects on each day. |
| 25 |
Determine if SCP-XXXX-B qualia can be decoded |
A large sample of EEG data was recorded from SCP-XXXX-B events and provided to Foundation cryptanalysts. |
Cryptographic analysis indicates very high likelihood of encoded information. |
| 44 |
Accidental test |
Agent D██████ prayed while listening to music played in Provisional Site-XXXX. |
Spontaneous materialization of approx. 100 ml of water in SCP-XXXX-1. |
| 45 |
Reproduce results of test #44 |
Agent D██████ prayed while listening to music played in Provisional Site-XXXX. |
No water materialized. |
| 46 |
Reproduce results of test #44 |
Agent D██████ prayed while focusing on his memory of listening to music played in Provisional Site-XXXX. |
Spontaneous materialization of approx. 100 ml of water in SCP-XXXX-1. |
| 64 |
Isolate cause of ectoentropic effect |
Agent D██████ prayed while focusing on his memory of listening to the musical F6 tone. |
Spontaneous materialization of approx. 100 ml of water in SCP-XXXX-1. |
| 80 |
Determine other methods of modifying SCP-XXXX-B output |
Agent D██████ prayed while focusing on the experience of listening to the musical F6 tone as played on a ███████. |
[DATA EXPUNGED], killing Agent D██████ and one security officer. Provisional Site-XXXX security overhauled. New containment procedures drafted and implemented. |
Project Name: XXXX/LOGOS
Project Lead: Researcher Zhivko Aleksandrov
Additional Participants: Researcher Hwang Soon, Agent ███████ H██████
Cross-Testing Subjects: SCP-XXXX, SCP-758
Additional Resources: None
Risk Assessment: Green
Description: SCP-XXXX is a powerful ectoentropic tool which can be harnessed to provide utility for the Foundation. We hypothesize that SCP-XXXX interactions, being an ordered sequence of quale-based morphemes, can be defined as a language, and can therefore be corrected by SCP-758. Project LOGOS aims to build a systematic dictionary of vocabulary and grammar for executing thaumaturgical commands using SCP-XXXX.
Proposal Status: APPROVED
Reminder: Logging the use of SCP-XXXX is MANDATORY under current containment procedures. Failure to do so will result in a summary court-martial.
| Date |
User |
Intention |
Command Executed |
Result |
| 03-06-2017 |
Dr. Zhivko Aleksandrov |
To provide emergency medical supplies for Site-██ following [DATA EXPUNGED]. |
SET-POINTER NORTH ██ WEST ██ FOR 1 TO 1000 BEGIN WRITE LIFE END |
Spontaneous materialization of 1000 earthworms in Site-██ parking lot. |
| 03-06-2017 |
Dr. Zhivko Aleksandrov |
To provide emergency medical supplies for Site-██ following [DATA EXPUNGED]. |
COPY THIS SET-POINTER NORTH ██ WEST ██ FOR 1 TO 1000 BEGIN WRITE PASTE END |
Spontaneous materialization of 1000 standard Foundation first aid kits in Site-██ parking lot. |
| 04-06-2017 |
Dr. Zhivko Aleksandrov |
To throw a party celebrating the successful use of SCP-XXXX. |
SET-POINTER SELF WRITE WINE |
Dr. Aleksandrov experiences severe alcohol poisoning and is stabilized by on-site medics. SCP-XXXX activation protocol amended to exclude frivolous usage. |
| 21-04-2018 |
Dr. Hwang Soon |
To restore power to Provisional Site-XXXX security systems following a generator malfunction. |
PARENT SET POWER TRUE |
Generator anomalously restored to working condition. |
| 18-05-2019 |
Cpt. ███████ G██████ |
To repel hostile Chaos Insurgency forces attacking Area-██. |
SET-POINTER NORTH ██ EAST ██ CLEAR |
[DATA EXPUNGED]. Total loss of Area-██ and surroundings. Cpt. G██████ court-martialled and amnesticized. |
| 02-12-2019 |
O5-2 |
To prevent an impending XK-Class Mass Extinction Event via ███████ |
SET-POINTER ███████ ███████ ███████ |
███████ successfully diverted. All witnesses amnesticized. |
| 05-10-2021 |
Agent ███████ H██████ |
To bring him back [sic] |
SET-POINTER DEATH THIS CLEAR |
[DATA EXPUNGED]. This SCP-XXXX-A event was unauthorized. An investigation into the circumstances of the event is currently under way. |
[[footnoteblock]]
Bibliography
1. Soon, Hwang. (2016) "Akiva Confluence Extrapolation in Higher Dimensions", The Foundation Science Review 308, no.4 (Spring 2016): 15-21, scip://doi.fsir.net/10.XXXX/273933.
Wow! You flipped a card and got: SCP-9000 107SPO!!! You ca reload the page or go to the next.
DATE: 06 May 2021 06:08
l
l
l
l
l
ll
l
l
l
l
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 5/9000 classified. Unauthorized access is forbidden.
GoI 291
Wow! You flipped a card and got: Srachkeix!!! You ca reload the page or go to the next.
DATE: 06 May 2021 04:26
l
l
l
l
l
l
l
l
l
Wow! You flipped a card and got: Hellbyte3!!! You ca reload the page or go to the next.
DATE: 06 May 2021 00:43
IIR - 2/10/20
Subject: Initial Recovery of the Great Three
Report: Heavy response team 12
Results:
Analysis:
Wow! You flipped a card and got: !!! You ca reload the page or go to the next.
DATE: 05 May 2021 22:24
Photographs of SCP-6XXX-16 and SCP-6XXX-24
Item #: SCP-6XXX
Object Class: Safe Euclid [Following Incident 6XXX-37-A; See Addendum 6XXX-C]
Special Containment Procedures: Due to the nature of SCP-6XXX, Foundation Site 63 has been established directly outside the western boundary of SCP-6XXX for quick response and analysis of all new occurrences. SCP-6XXX’s anomalous zone is to be surrounded in a 60-foot lead-lined barrier wall with no fewer than three layers of barbed wire, 50 MegaVolt electric deterrence wire, and constant armed patrol from Mobile Task Force Δ-14 (Delta Fourteen). The top of the barrier wall must be covered in laser-grid sensors and motion-detecting cameras at all times. The control tower, terminal, hangars, lounge, and aristrips of SCP-6XXX are to be constantly monitored by surveillance cameras 24/7, with at least 2 active observers at Site 63. No personnel with clearance lower than 6XXX/15 are to be allowed past the barrier wall and onto the premises under any circumstance.
All air traffic is to be diverted at least 30 miles east or west from SCP-6XXX to prevent additional incidents. Any aircraft unwilling to change direction will be intercepted by MTF Δ-14 F/A-18 Super Hornet fighter aircraft and forced to change direction. If target aircraft is still noncompliant, lethal force is authorized to prevent the aircraft from entering the zone.
MTF Δ-14 is to run constant long-range surveillance of the airspace using Boeing 707 AWACS (Airborne Warning And Control System) reconnaissance aircraft. Should any anomaly be detected by an AWACS aircraft, data is to be coordinated to Site 63 Control and monitored from the moment of first contact to the moment of the crash.
In the event of a third 6XXX-37-A Incident occur, MTF Δ-14 is to immediately enact the "
Description: SCP-6XXX encompasses about 50 square miles of barren desert near , Arizona. In the southeast corner of the zone is a small-sized airport with two runways, one measuring 6,456 feet in length and bearing the number 22L, and the other measuring 7,654 feet and bearing the number 22R. This airport does not appear on any aviation maps or airport code books, and the only indication that it exists are satellite images. (Satellite images on public map sites have been blurred and removed following object reclassification). The airport also contains 4 medium-sized hangars for mid-range passenger aircraft, 2 small hangars for private prop-driven aircraft and regional jets, a main terminal building with 6 standard jet bridge gates, a standard air traffic control tower, a refueling area on the north side of the airport, and a lounge adjacent to the main terminal. A sign on the entrance of the main terminal denotes the airport as International Airport. The terminal is in the very early stages of decay, showing minor signs of age such as faded paint and upholstery. The terminal features a check-in desk with standard kiosks, a conveyor belt behind the counters for loading checked baggage, and several different lines for major airlines of the time period. The lounge shows the same stage of decay. The hangars contain assorted aircraft parts and components ranging from under-wing engine fan blades to pistons from early combustion aircraft.
The airport served from 1993 to 2001, when an accident involving a fully-loaded passenger aircraft forced its closure on September .The wreckage of said aircraft, designated SCP-6XXX-1, is located approximately 5 miles north of runway 22L. The airport was left abandoned until around 2011, when it came under the Foundations radar after hearing local rumors of a ghost plane crashing near the abandoned airport. The Foundation quickly stepped in and launched a disinformation campaign, debunking the rumors as military explosive testing, and cordoning off the site. The aforementioned ghost plane did indeed crash, landing 2 miles northeast of SCP-6XXX-1. The new wreckage was identified as a Helios Airways Boeing 737-300. Further analysis and examination matched the wreckage to Helios Airways Flight 522, registration number 5B-DBY, an aircraft that crashed near Athens, Greece in 2005. There were no bodies or remains inside the wreckage, and the Flight Data Recorder showed only the past 10 minutes, about the time when the aircraft was said to appear.
Since 2011, there have been 36 different instances of “ghost planes” appearing at the south end of the zone, overflying the airport by a varying distance, suffering a fatal error or malfunction, and subsequently crashing into the terrain north of the field. The full extent of the anomalous properties are not known, but it is understood that the zone can manifest any aircraft from history, including decommissioned, scrapped, crashed, and current aircraft. Instances of SCP-6XXX-# are not limited to any timeframe or period, the only criteria being that the aircraft in question is of a model that can sustain reliable flight. The list below is an ongoing log of all instances of SCP-6XXX-1 through 6XXX-36.
SCP-6XXX-1
Flight Number: Southwest Airlines 2264
Aircraft Type: Boeing 737-200
Crash Date: 9//2001
Crash Cause: Pilot error, aircraft overshot the runway by 5 miles and crashed, causing a fire that killed all aboard.
Wreckage: Fuselage severely burned, heavy signs of decay. Remaining body covered in Spraylat preservative.
SCP-6XXX-2
Flight Number: Helios Airways 522
Aircraft Type: Boeing 737-300
Crash Date: //2011
Crash Recap: Complete hydraulic failure, rendering the aircraft uncontrollable, causing a crash 7 miles north of the field.
Wreckage: Hydraulic fluid lines unexplainable severed, electrical wiring singed near the point of severance. No crew aboard. Exposed fuselage coated in Spraylat preservative for future study.
SCP-6XXX-3
Flight Number: American Airlines 6262
Aircraft Type: Airbus A310
Crash Date: //2011
Crash Recap: Initial contact made from Site 63 Control Tower, repeated attempts to contact the aircraft were met with radio static. Aircraft suffered a simultaneous bird strike in both engines, causing the aircraft to lose altitude quickly, impacting the ground 2 miles from the field. No birds were reported in the area 20 minutes before and after the incident.
Wreckage: Fuselage generally intact. Leading edges of left and right wings dented, consistent with striking a flock of Canadian Geese. Engines completely destroyed. No crew aboard. Body covered in Spraylat.
SCP-6XXX-4
Flight Number: AV-1
Aircraft Type: XB-70 “Valkyrie” supersonic bomber
Crash Date: //2011
Crash Recap: SCPAF Nornir AWACS aircraft reported SCP-6XXX-4 travelling at well over Mach 2 upon first contact. Several attempts to communicate were met with failure. Aircraft’s forward pitch canard snapped off and was ingested by three engines on the left side of the aircraft, causing it to roll sharply to the left before crashing into the terrain about 20 miles south of the field.
Wreckage: Left wing and engines completely destroyed from high roll angle at moment of crash. Data Recorder blank until 6:23:16, exact moment the aircraft was captured by Nornir. No crew aboard. Fuselage covered in Spraylat.
SCP-6XXX-5
Flight Number: Malaysia Airlines 370
Aircraft Type: Boeing 777-200ER
Crash Date: //2011
Crash Recap: Site 63 Control Tower alerted SCPAF Sleipnir of SCP-6XXX-5, and the subject was tracked moving over the airfield at 3,000 feet. Site 63 Tower observes SCP-6XXX-5 suffering a dual-engine flameout, and subsequent descent into the ground about 10 miles from the field.
Wreckage: Heavy damage to fuselage, wings, and engines. Fuel tanks empty upon investigation. No crew aboard. Body covered in Spraylat.
SCP-6XXX-6
Flight Number: Airlines 441
Aircraft Type: [REDACTED]
Crash Date: //2012
Crash Recap: SCPAF Fenrir and Site 63 Tower picked up the aircraft on both radar and line of sight, as the aircraft was trailing a thick, black smoke from it’s left engine. It proceeded to overfly the airport and make an unusually smooth belly landing 20 miles north of the field. This caused some elevated awareness, and cameras observing SCP-6XXX-4 captured a black, shadowy figure inside the cockpit of SCP-6XXX-6 after it had crashed.
Wreckage: Minor structural damage to the underbelly of the aircraft. Investigators reported a smell of lake water and a strange dampness of the cabin carpeting. Flight Data Recorder and tail number of the aircraft revealed that SCP-6XXX-6 was an identical aircraft to that of SCP-1382, currently located at the bottom of Lake Michigan. A single human finger bone was discovered in the cockpit atop the main control board.
SCP-6XXX-7
Flight Number: Pan Am 7
Aircraft Type: Boeing 377 Stratocruiser
Crash Date: //2012
Crash Recap: SCPAF Sleipnir notified command of a contact picked up south of the field. Directly overtop of the airfield at about 500 feet, propeller blades of the aircraft’s 2 right engines disconnected from the propeller cone and ripped a large gash in the side of the fuselage. The unbalanced engines violently shook themselves apart, destroying the right wing and causing the aircraft to roll over and crash.
Wreckage: The wreckage was identified as the Clipper Romance Of The Skies, an aircraft that disappeared near Honolulu, Hawaii in 1957. Heavy damage to the fuselage rendered it a near-totally unrecognizable. No crew aboard.
SCP-6XXX-8
Flight Number: [REDACTED]
Aircraft Type: [REDACTED]
Crash Date: //2012
Crash Recap: [REDACTED]
Wreckage: [REDACTED]
SCP-6XXX-9
Flight Number: SCPAF 68-0228
Aircraft Type: Boeing 707 AWACS reconnaissance aircraft
Crash Date: //2012
Crash Recap: SCPAF Nornir alerted Site 63 Tower that another Foundation AWACS craft was spotted over the field , headed downrange. Tower was initially confused, as all observations and transponder data indicated that the plane was SCPAF Fenrir, which was currently undergoing repairs in a hangar at Site 63. The RADome atop the aircraft disconnected from its mountings, shearing off the vertical and horizontal stabilizers, and caused an uncontrolled flat spin and stall.
Wreckage:
Addendums:
[[footnoteblock]]