SCP-5956 Fragment 2

NOTICE:

This is a fragment page.

It is an internal page used by the SCP Wiki, and is not meant to be read directly, but included by another. This page should be parented, see above.

/*
 
    Foxtrot Sigma-9 Theme
    [2022 Wikidot Theme]
    By Liryn
 
*/
 
/* FONTS */
 
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@700;800&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
 
@import url('https://rsms.me/inter/inter.css');
 
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@800;900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
 
/* VARIABLES */
 
:root {
 
    /* VARIABLES > Core */
 
    --header-title: "SCP Foundation";
    --header-subtitle: "SECURE, CONTAIN, PROTECT";
    --logo-img: url(https://scp-wiki.wikidot.com/local--files/theme:foxtrot/fxtrt-scp_logo_lightmode.svg);
    --darkmode-logo-img: url(https://scp-wiki.wikidot.com/local--files/theme:foxtrot/fxtrt-scp_logo_darkmode.svg);
    --logo-opacity: 14%;
 
    --head-font: 'Sans Normalcy';
    --ui-font: 'IBM Plex Sans';
    --mono-font: 'JetBrains Mono', 'Fira Code', monospace;
    --page-font: 'Inter', 'verdana';
    --base-font-size: 0.9rem;
    --page-font-size: 0.9rem;
 
    /* VARIABLES > Misc */
 
    --header-txt-color: #333333;
    --subheader-txt-color: rgb(var(--accent));
    --misc-txt-color: #464646;
    --link-txt-color: #E6283C;
    --link-hover-txt-color: white;
 
    /* VARIABLES > Color Accents */
 
    --accent: var(--acc-default);
 
    --acc-default: 59, 59, 59;
    --acc-wyoming: 142, 0, 18;
    --acc-canada: var(--acc-default);
    --acc-poland: 87, 44, 17;
    --acc-slothspit: 27, 60, 133;
    --acc-vanguard: 0, 153, 75;
    --acc-threshold: 121, 113, 130;
    --acc-overwatch: 28, 37, 56;
    --acc-spc: 0, 165, 200;
    --acc-fishing: 67, 111, 145;
    --acc-nightfall: 151, 0, 2;
    --acc-hybrasil: 27, 60, 133;
    --acc-goc: 39, 84, 149;
    --acc-spooky: 252, 112, 40;
 
    /* VARIABLES > BetterFootnotes */
 
    --fnColor: var(--link-txt-color);
    --fnLinger: 1s;
 
}
 
/* VARIABLES > Info Bar */
 
.info-container {
    --barColour: rgb(var(--accent));
    --linkColour: #EDEDED;
}
 
/* MAIN */
 
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
 
body {
    font-family: var(--ui-font), sans-serif;
    font-size: var(--base-font-size);
    color: rgb(51, 51, 51);
    background-image: linear-gradient(to bottom, #e0e0e0, #fff 200px);
    text-rendering: optimizeLegibility;
    overflow-wrap: break-word;
}
 
div#container-wrap {
    background: none;
}
 
#content-wrap {
    margin: 2em auto 0;
}
 
#page-content {
    font-family: var(--page-font), var(--ui-font), sans-serif;
    font-size: var(--page-font-size);
    font-weight: 440;
}
 
#page-content strong {
    font-weight: 700;
}
 
tt,
.page-source,
pre,
#edit-page-textarea {
    font-family: var(--mono-font);
}
 
ol li {
    margin: 0 0 1em;
}
 
ul {
    margin: 1em 0;
}
 
li,
p {
    line-height: 1.5;
    text-underline-offset: 40%;
}
 
::selection {
    background: rgb(var(--accent));
    color: #fff;
}
 
/* Clicky links */
a,
a.newpage,
a:visited,
#side-bar a:visited {
    color: var(--link-txt-color);
}
 
a:hover,
a.newpage:hover,
a:visited:hover,
#side-bar a:visited:hover {
    color: var(--link-hover-txt-color);
    text-decoration: none;
    background-color: var(--link-txt-color);
}
 
a {
    transition-duration: 0.1s;
}
 
/* 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;
}
 
/* MAIN > Header */
 
div#header {
    background: none;
    height: 160px;
}
 
#header h1 span,
#header h2 span {
    font-size: 0;
    display: none;
}
 
#header h1 a::before,
#header h2::before {
    color: var(--header-txt-color);
    letter-spacing: 1px;
    font-family: var(--head-font), sans-serif !important;
    font-weight: 900;
    text-shadow: none;
}
 
#header h1 {
    margin-top: -0.3rem;
}
 
#header h1 a {
    width: fit-content;
    margin: auto;
}
 
#header h1 a::before {
    content: var(--header-title);
    font-size: 1.3em;
}
 
#header h2::before {
    content: var(--header-subtitle);
    font-family: var(--ui-font) !important;
    font-weight: 700;
    font-size: 1.4em;
    color: var(--misc-txt-color);
    line-height: 26px;
    margin-top: 0.7rem;
    display: block;
    text-transform: uppercase;
}
 
#header h1,
#header h2 {
    margin-left: 0;
    float: none;
    text-align: center;
}
 
#header h1 span,
#header h2 span {
    font-size: 0;
    display: none;
}
 
div#extra-div-1 {
    height: 160px;
    width: 100%;
    top: 7px;
    position: absolute;
    background: var(--logo-img) 10px 30px no-repeat;
    background-size: 130px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    opacity: var(--logo-opacity);
}
 
/* MAIN > Header > Search Box */
 
#search-top-box-form>input[type=text] {
    display: none;
}
 
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    border: none;
    background: rgb(var(--accent));
    box-shadow: none;
    border-radius: 5px !important;
    color: #efefef;
    font-family: var(--ui-font);
    font-size: calc(var(--page-font-size) - 10%);
}
 
#search-top-box input.empty {
    color: #999999;
}
 
#search-top-box {
    position: absolute;
    top: 47px;
    width: unset;
}
 
/* MAIN > Header > Top Bar */
 
#top-bar,
#top-bar a {
    top: 10rem;
}
 
#header #top-bar ul {
    border-radius: 10px;
    border: none;
    background: rgb(var(--accent));
    padding-left: 15px;
    padding-right: 15px;
}
 
#header #top-bar a {
    color: white;
    background: rgb(var(--accent));
    font-weight: bold;
}
 
#header #top-bar ul li ul {
    padding: 0px;
    border-radius: 0px;
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
}
 
#top-bar ul li ul li a:hover {
    color: rgba(255, 255, 255, 0.83) !important;
    line-height: 230%;
    text-indent: 3px;
}
 
#top-bar {
    display: flex;
    justify-content: center;
    right: 0;
}
 
.mobile-top-bar {
    left: unset;
}
 
/* MAIN > Header > Login Info */
 
#login-status {
    top: 19px;
}
 
#login-status,
#login-status a {
    color: #333333;
}
 
@media (max-width: 767px) {
    #header .printuser {
        font-size: 0;
    }
}
 
.printuser a {
    margin: 0;
}
 
.printuser img.small {
    width: 18px;
    height: 18px;
    padding: 1px 4px 0 0;
 
    background-image: none !important;
}
 
@media (max-width: 767px) {
    #header .printuser img.small {
        transform: translate(0, 4px);
    }
}
 
#my-account {
    display: none;
}
 
@media (max-width: 767px) {
    #account-topbutton {
        margin: 0 0 0 5px;
    }
}
 
/* MAIN > Header > Side Bar */
 
#top-bar .open-menu a {
    border-radius: 0px;
    border: none;
    background: rgb(var(--accent));
    color: white;
}
 
#side-bar {
    background: #FFF;
}
 
@media (min-width: 768px) {
 
    #side-bar {
        padding: 0.3em 0.6em 0 0.6em;
        width: 18.75em;
        transition: left 0.2s ease-in-out;
        direction: rtl;
        text-align: left;
        border-right: none;
    }
 
}
 
#side-bar .side-block,
#side-bar .side-block.resources,
#side-bar .side-block.media,
#interwiki .side-block {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 6px;
    direction: ltr;
    background: transparent;
}
 
#side-bar .side-block.resources {
    text-align: center;
}
 
#side-bar .heading {
    color: var(--misc-txt-color);
    border-bottom: solid 2px #cfcfcf;
    font-size: 9pt;
    font-family: var(--head-font);
    font-weight: 800;
    text-transform: uppercase;
}
 
/* CONTENT */
 
/* CONTENT > Blockquotes, Custom Divs */
 
.blockquote,
div.blockquote,
blockquote {
    border: solid 2px rgba(0, 0, 0, 0.15);
    background: #f7f7f7;
}
 
.jotting {
    padding: 1.3em;
    margin: 1em 4.5em;
    border: dashed 2px rgba(0, 0, 0, 0.2);
    background: #f7f7f7;
}
 
.notation {
    padding: 1em 1.5em;
    margin: 1em 3em;
    border-left: solid 3px rgba(0, 0, 0, 0.35);
    border-right: solid 3px rgba(0, 0, 0, 0.35);
    background: #f7f7f7;
}
 
.modal {
    padding: 1.2em;
    margin: 1em 3em;
    border: solid 5px rgba(0, 0, 0, 0.15);
    background: #fbfbfb;
}
 
.quote {
    padding: 0.4em 2em;
    margin: 3em auto;
    border-left: solid 3px #bbb;
    max-width: 500px !important;
}
 
.paper {
    padding: 1.5em;
    margin: 2em;
    background: #FFF;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.2);
}
 
.box {
    padding: 1px 9px;
    border: solid 3px #bbb;
    margin: 0.5em 1em;
}
 
div.note {
    font-size: unset;
    border: 2px solid #afafaf;
    background-color: #fff;
}
 
.round {
    border-radius: 10px;
}
 
/* CONTENT > Headings, Titles */
 
#page-title,
.meta-title {
    font-family: var(--ui-font), sans-serif;
    font-weight: 800;
    color: #3b3b3b;
    border-bottom: solid 2px rgba(0, 0, 0, 0.2);
    width: fit-content;
    margin: 0 auto 1.5rem;
}
 
#page-title,
.meta-title,
#breadcrumbs,
.pseudocrumbs {
    text-align: center;
}
 
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--head-font), sans-serif;
    font-weight: 800;
    color: #3b3b3b;
}
 
h1,
h2 {
    font-weight: 800;
}
 
.footnotes-footer .title {
    font-family: var(--head-font), sans-serif;
    color: #3b3b3b;
    font-weight: 800;
}
 
/* CONTENT > Rate Module */
 
#page-content .creditRate {
    margin: unset;
    font-family: var(--ui-font);
    float: unset !important;
}
 
#page-content .rate-box-with-credit-button {
    background-color: #fff;
    border: solid 1px #bbb;
    box-shadow: none;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .fa-info {
    border: none;
    color: #333;
}
 
#page-content .rate-box-with-credit-button .fa-info:hover {
    background: #333;
    color: #fff;
}
 
.rate-box-with-credit-button .cancel {
    border: solid 1px #fff;
}
 
.page-rate-widget-box {
    box-shadow: none;
    border: solid 1px #bbb;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
    font-family: var(--ui-font);
}
 
.page-rate-widget-box .rate-points {
    background-color: #fff !important;
    color: #333 !important;
    border: none !important;
    border-radius: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #fff;
    border-top: none;
    border-bottom: none;
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background: transparent;
    color: #333;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
    background: #333;
    color: #fff;
}
 
.page-rate-widget-box .cancel {
    background: #fff;
    border: none;
    border-radius: 0;
    display: inline-block;
}
 
.page-rate-widget-box .cancel a {
    color: #333;
}
 
.page-rate-widget-box .cancel a:hover {
    background: #333;
    color: #fff;
    border-radius: 0;
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box {
    border: none;
}
 
/* CONTENT > Rate Module > Author Label */
 
.authorlink-wrapper {
    --author-top-adjust: 0;
    --author-bottom-adjust: 0;
    --author-right-adjust: 0;
    font-family: var(--ui-font);
    font-size: var(--base-font-size);
}
 
/* CONTENT > Side Box */
 
.anchor {
    position: sticky;
    height: 0;
    top: 0;
}
 
.sidebox {
    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;
}
 
@media (max-width: 1290px) {
    .sidebox {
        display: none;
        visibility: hidden;
    }
}
 
/* CONTENT > Image Block */
 
.scp-image-block .scp-image-caption {
    background-color: #f4f4f4;
    color: #3b3b3b;
    border: solid 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    box-sizing: border-box;
    border-radius: 5px;
}
 
.scp-image-block {
    border: none;
    box-shadow: none;
}
 
.scp-image-block img {
    border: solid 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
 
.imagediv {
    float: right;
    margin: 15px
}
 
@media (max-width: 540px) {
    .imagediv {
        float: unset;
        text-align: center;
        margin: 1.3rem auto 1.3rem auto;
    }
}
 
@media only screen and (max-width: 600px) {
    .scp-image-block.block-right {
        float: none;
        margin: 10px auto;
    }
}
 
/* CONTENT > Tables Base */
 
#page-content tr th {
    padding: 6px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
 
#page-content tr td {
    padding: 12px;
    border: 2px solid #bfbfbf;
    line-height: 1.4;
}
 
#page-content .sidebox tr td,
#page-content .sidebox tr th {
    padding: 0.35em;
}
 
/* CONTENT > Tables Customization (Table Coloring System) */
 
/* CONTENT > Tables Customization (Table Coloring System) > Table Headings, Image Captions */
 
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
    background-color: #E0FFD4;
}
 
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
    background-color: #D8ECF4;
}
 
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
    background-color: #FDF6D7;
}
 
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
    background-color: #FFDFCD;
}
 
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
    background-color: #FFCFCF;
}
 
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
    background-color: rgba(146, 0, 255, 0.2);
}
 
.tableb .wiki-content-table {
    border-collapse: separate;
    border-spacing: 2px;
}
 
/* CONTENT > Tables Customization (Table Coloring System) > Other Colored Divs */
 
.table1 .blockquote,
.table1 div.blockquote,
.table1 blockquote,
.table1 .jotting,
.table1 .notation,
.table1 .modal,
.table1 .paper,
.blockquote.table1,
div.blockquote.table1,
.jotting.table1,
.notation.table1,
.modal.table1,
.paper.table1 {
    background: rgb(224, 255, 212);
}
 
.table2 .blockquote,
.table2 div.blockquote,
.table2 blockquote,
.table2 .jotting,
.table2 .notation,
.table2 .modal,
.table2 .paper,
.blockquote.table2,
div.blockquote.table2,
.jotting.table2,
.notation.table2,
.modal.table2,
.paper.table2 {
    background: rgb(226, 244, 255);
}
 
.table3 .blockquote,
.table3 div.blockquote,
.table3 blockquote,
.table3 .jotting,
.table3 .notation,
.table3 .modal,
.table3 .paper,
.blockquote.table3,
div.blockquote.table3,
.jotting.table3,
.notation.table3,
.modal.table3,
.paper.table3 {
    background: rgb(255, 245, 189);
}
 
.table4 .blockquote,
.table4 div.blockquote,
.table4 blockquote,
.table4 .jotting,
.table4 .notation,
.table4 .modal,
.table4 .paper,
.blockquote.table4,
div.blockquote.table4,
.jotting.table4,
.notation.table4,
.modal.table4,
.paper.table4 {
    background: rgb(255, 223, 205);
}
 
.table5 .blockquote,
.table5 div.blockquote,
.table5 blockquote,
.table5 .jotting,
.table5 .notation,
.table5 .modal,
.table5 .paper,
.blockquote.table5,
div.blockquote.table5,
.jotting.table5,
.notation.table5,
.modal.table5,
.paper.table5 {
    background: rgb(255, 207, 207);
}
 
.table6 .blockquote,
.table6 div.blockquote,
.table6 blockquote,
.table6 .jotting,
.table6 .notation,
.table6 .modal,
.table6 .paper,
.blockquote.table6,
div.blockquote.table6,
.jotting.table6,
.notation.table6,
.modal.table6,
.paper.table6 {
    background: rgb(255, 218, 255);
}
 
/* CONTENT > Tabs 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
}
 
/* CONTENT > Tabs 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: #333333;
    box-shadow: none;
}
 
.yui-navset .yui-nav a,
/* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a {
    color: #333333;
    /* ---- Tab Background Colour | [UNSELECTED] ---- */
    background-color: #efefef;
    border: unset;
    box-shadow: none;
    box-shadow: none;
}
 
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    color: #ffffff;
    /* ---- Tab Background Colour | [HOVER] ---- */
    background-color: #333333;
}
 
.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: #ffffff;
    background-color: #ffffff;
    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: #333333;
}
 
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em {
    border: none;
}
 
.yui-navset .yui-nav .selected a {
    width: 100%;
    color: #ffffff;
}
 
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active {
    color: #ffffff;
    background-color: #333333;
}
 
.yui-navset .yui-content {
    background-color: #ffffff;
    box-shadow: none;
}
 
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
    padding: .5em;
    border: 1px solid #333;
    box-sizing: border-box;
}
 
/* CONTENT > WORDS NO BROKEY. CROQ HAS SPOKEY. and other things */
 
span,
a {
    word-break: normal !important
}
 
.avatar-hover {
    display: none !important;
}
 
#main-content .page-tags span {
    max-width: 100%;
}
 
/* CONTENT > Dustjacket Assets */
 
.fancyhr hr {
    border-top: 2vw solid transparent;
    background-color: rgba(var(--bright-accent), 0);
    height: 0;
    box-sizing: border-box;
    border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png');
    border-image-repeat: round round;
    background: none;
    border-image-slice: 80 500 80 500 fill;
    border-image-width: 10em 80em 10em 80em;
}
 
.fancyborder {
    box-sizing: border-box;
    border: 2vw solid rgba(0, 0, 0, 0.5);
    border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
    border-image-width: 6;
    padding: 2vw;
}
 
/* CONTENT > Collapsibles */
 
#page-content a.collapsible-block-link:hover {
    text-decoration: underline;
    color: var(--link-txt-color);
}
 
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link) {
    text-decoration: none;
    font-weight: bold;
    color: white;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 7px;
    padding-right: 9px;
    background: rgb(var(--accent));
    border-radius: 6px;
    margin-top: 5px;
    font-family: var(--ui-font);
    font-size: var(--base-font-size);
    box-shadow: inset 0px 0px 0px 2px rgba(0, 0, 0, 0.4);
    transition-duration: 0.4s;
    display: inline-block;
 
}
 
#page-content a.collapsible-block-link:not(.licensebox a.collapsible-block-link, .info-container a.collapsible-block-link, .default-col a.collapsible-block-link):hover {
    background: rgba(var(--accent), 0.7);
    box-shadow: none;
}
 
/* CONTENT > ACS Adjustments */
 
.top-left-box>.item {
    display: none;
}
 
.anom-bar-container {
    margin-top: 1.1rem;
}
 
.anom-bar-container,
.anom-bar-container * {
    font-family: var(--head-font), Inter, sans-serif !important;
}
 
.acs-extra-1,
.acs-extra-2,
.acs-extra-3,
.acs-extra-4 {
    font-family: var(--head-font), Inter, sans-serif !important;
}
 
.anom-bar > .top-box {
    text-transform: none;
}
 
/* CONTENT > Woed Bar Adjustments */
 
div.scale div.item1>div {
    color: #333;
    font-family: var(--head-font);
    font-size: 1.4em;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: unset;
}
 
div.scale div.class1>div {
    color: #333;
    font-family: var(--head-font);
    font-size: 2em;
    line-height: 0.9em;
    letter-spacing: 2px;
}
 
div.scale {
    --woedbar-class-bar-color: #333 !important;
}
 
div.scale div.obj {
    height: 1.7em;
}
 
div.scale div.obj>div {
    font-size: 1.55em;
}
 
/* MISC */
 
#page-content hr {
    height: 2px;
}
 
.bt {
    color: rgb(var(--accent));
    font-weight: bold;
}
 
#footer {
    background: transparent;
    color: #444;
    margin-top: 45px;
}
 
#footer a {
    color: #7b7b7b;
}
 
.footer-wikiwalk-nav {
    font-weight: 700;
    font-size: 88%;
    word-spacing: 5px;
}
 
#page-info-break {
    height: 10px;
}
 
#page-options-container {
    border-top: solid 1px rgba(213, 213, 213, 0.5);
    padding-top: 1rem;
}
 
.page-watch-options {
    padding-bottom: 0.6rem;
    font-size: 77%;
}
 
.page-options-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
 
.page-options-bottom a {
    margin: 3px;
    color: #FFF;
    background: rgb(var(--accent));
    padding: 5px 13px 5px 13px;
    text-decoration: none;
    font-size: 90%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
 
.page-options-bottom a:hover {
    background: rgba(var(--accent), 0.8);
}
 
#page-info-break {
    height: 6px;
}
 
#license-area {
    color: #5f5f5f;
    background: #ecf2f1;
    border-top: solid 2px #d9d9d9;
    margin-top: 10px;
}
 
#license-area a::after {
    content: ".";
}
 
@media (min-width: 768px) {
    #main-content .page-tags {
        padding-right: 16rem;
    }
}
 
#main-content div.page-tags::before {
    content: "tags   ";
    color: var(--misc-txt-color);
    font-family: var(--head-font);
    font-weight: 800;
    font-size: 0.8rem;
}
 
#main-content .page-tags a {
    display: inline-block;
    height: .8125rem;
    margin: 0 0 .5rem .75rem;
    padding: .1875rem .3125rem .1875rem 0;
    color: #FFF;
    background-color: rgb(var(--accent));
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
    line-height: 13px;
    line-height: .8125rem;
    font-size: calc(var(--page-font-size) - 10%);
    font-weight: bold;
}
 
#main-content .page-tags a::before {
    width: 0;
    height: 0;
    top: -.1875rem;
    left: -.625rem;
    padding: 0 .0625rem .1875rem;
    border-color: transparent rgb(var(--accent)) transparent transparent;
    border-style: solid;
    border-width: .5rem .5rem .5rem 0;
}
 
#main-content .page-tags a::before,
#main-content .page-tags a::after {
    content: "";
    position: relative;
    float: left;
}
 
#main-content .page-tags a::after {
    width: .25rem;
    height: .25rem;
    top: .2813rem;
    left: -.5rem;
    background-color: #FFF;
    border-radius: .125rem;
}
 
#main-content .page-tags span {
    max-width: 100%;
    border-top: .5rem solid transparent;
}
 
#page-tags-input {
    font-weight: bold;
    word-spacing: 8px;
}
 
#edit-page-form input.text {
    font-family: var(--head-font), sans-serif;
    font-weight: 800;
    font-size: 150% !important;
    padding: 4px;
}
 
#edit-page-form>table.form>tbody>tr>td:nth-child(1) {
    font-weight: bold;
}
 
.edit-help-34 {
    font-size: 85%;
    opacity: 60%;
    transition-duration: 0.3s;
    width: fit-content;
}
 
.edit-help-34:hover {
    opacity: 100%;
}
 
.edit-help-34 a {
    margin-right: 3px;
    margin-left: 10px;
}
 
table.edit-page-bottomtable {
    width: 100%;
}
 
#edit-page-comments {
    height: 86px;
}
 
#lock-info {
    background-color: transparent;
    margin: 0.8em;
    line-height: 1.7;
    font-size: 86%;
    border: none;
}
 
#lock-info::before {
    content: "!";
    padding-right: 12px;
    font-weight: bold;
    font-size: 110%;
    opacity: 60%;
}
 
#lock-timer {
    font-size: 115%;
    margin: 0 5px;
}
 
#lock-timer::before {
    content: "⏲ ";
    opacity: 80%;
}
 
textarea,
#edit-page-form input.text {
    outline: none;
    border: 1px solid #ccc;
    transition-duration: 0.3s;
    transition-property: box-shadow;
}
 
textarea:focus-visible,
#edit-page-form input.text:focus-visible {
    box-shadow: 0px 0px 0px 1px #a3a3a3;
    border: 1px solid #a3a3a3;
}
 
#action-area>p {
    font-size: 85%;
    color: darkslategrey;
}
 
#action-area>p:nth-child(5)>a {
    display: block;
    text-align: center;
    font-size: 120%;
    font-weight: bold;
}
 
#who-rated-page-area>div {
    column-count: 4;
}
 
@media (max-width: 900px) {
    #who-rated-page-area>div {
        column-count: 3;
    }
}
 
@media (max-width: 700px) {
    #who-rated-page-area>div {
        column-count: 2;
    }
}
 
@media (max-width: 540px) {
    #who-rated-page-area>div {
        column-count: 1;
    }
}
 
#page-content .content-warning.creditRate {
    padding-top: 8px;
    padding-right: 21px;
}
 
.preview-message {
    right: 0em;
    top: 2em;
    border: unset;
    padding: 1em 1.5em;
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 29em;
    opacity: 1;
    z-index: 100;
    line-height: 1.7;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.2));
    color: #EDEDED;
}
 
.error-block {
    background-color: rgba(255, 0, 48, 0.1);
    text-align: center;
    border: none;
    border-top: solid 3px #B00;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
 
table.page-history tbody tr:nth-child(2n) {
    background: rgba(var(--accent), 0.05);
}
 
.owindow {
    animation: fade 0.5s;
}
 
@keyframes fade {
    0% {
        opacity: 0;
    }
 
    100% {
        opacity: 1;
    }
}
 
.owindow .button-bar a {
    border: solid 2px rgba(0, 0, 0, 0.1);
    margin: 11px;
    padding: 0.5em 2em;
    border-radius: 4px;
}
 
.owindow .button-bar a:hover {
    background-color: var(--link-txt-color);
    color: var(--link-hover-txt-color);
    border-radius: 0px;
}
 
.owindow .button-bar {
    padding: 1.2em 1em 1.2em;
}
 
.owindow .table {
    margin-bottom: 1.5rem;
}
 
.owindow .title {
    cursor: default;
    font-family: var(--head-font);
    font-weight: 800;
    font-size: 155%;
    text-align: center;
    padding: 0.5em 1em;
    border-bottom: solid 2px rgba(187, 187, 187, 0.4);
    background-color: #F7F7F7;
}
 
.owindow.owait .content {
    padding: 0.5em 0.5em 2em;
    background-image: none;
}
 
.owindow.owait .content::after {
    content: " ";
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: -0.9rem auto;
    margin-top: 1rem;
    animation: loading 1.2s linear infinite;
    border-top: 0.4rem solid grey;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid grey;
    border-left: 0.4rem solid transparent;
    border-radius: 50%;
}
 
@keyframes loading {
    0% {
        transform: rotate(0deg);
    }
 
    100% {
        transform: rotate(360deg);
    }
}
 
.owindow.osuccess {
    padding: 0.5em;
}
 
.owindow div.content:nth-child(2)>img:nth-child(1) {
    margin-right: 1.2rem;
    margin-top: 1rem;
}
 
.odialog-shader {
    background-color: #262a39;
}
 
.btn {
    transition-duration: 0.15s;
}
 
.btn:not(#main-content .btn, #search-top-box-form input[type="submit"]),
.btn.btn-primary,
div.buttons input,
input.button:not(#search-top-box-form input[type="submit"]) {
    padding: 0.5em;
    margin: 11px;
    border-radius: 3px;
    font-family: var(--ui-font);
    cursor: pointer;
}
 
#edit-cancel-button,
#edit-diff-button,
#edit-preview-button,
#edit-save-draft-button,
#edit-save-continue-button,
#edit-save-button {
    background: #fff;
    border: solid 1px #ccc;
    cursor: pointer;
    font-family: var(--ui-font);
    color: #333;
    padding: 0.5rem 14px;
    margin: 1px;
    font-size: 90%;
    border-radius: 3px;
}
 
#edit-cancel-button:hover,
#edit-diff-button:hover,
#edit-preview-button:hover,
#edit-save-draft-button:hover,
#edit-save-continue-button:hover,
#edit-save-button:hover {
    background-color: #eaeaea;
}
 
#edit-save-continue-button,
#edit-save-button {
    background: #dbffd6;
    transition-duration: 0.3s;
    color: #005a0a;
}
 
#edit-save-continue-button:hover,
#edit-save-button:hover {
    color: #fff;
    background: #0d951c;
}
 
#edit-cancel-button {
    background: #ffe1e1;
    transition-duration: 0.3s;
    color: #c52727;
}
 
#edit-cancel-button:hover {
    color: #fff;
    background: #c5272e;
}
 
table.page-history tbody tr {
    color: #757575;
}
 
.fncon {
    font-size: var(--page-font-size) !important;
    line-height: 1.4;
    border: 2px solid rgba(0, 0, 0, 0.2);
}
 
.fncon::before {
    font-size: var(--page-font-size) !important;
}
 
.hovertip {
    border: none !important;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 3px;
    max-width: 400px;
}
 
input.checkbox,
.page-history input,
#h-perpage {
    cursor: pointer;
}
 
input,
textarea {
    font-family: var(--ui-font);
}
 
#breadcrumbs,
.pseudocrumbs {
    font-weight: bold;
    font-size: 110%;
    font-family: var(--ui-font);
}
 
/* ---- REDUCED MOTION ACCESSIBILITY ---- */
@media (prefers-reduced-motion: reduce) {
 
    *,
    *::before,
    *::after {
        animation-duration: .001s !important;
        animation-iteration-count: 1 !important;
        transition-duration: .001s !important;
    }
}
 
/* @MEDIA */
 
@media (max-width: 850px) {
 
    #header h2::before {
        font-size: 1.4em;
    }
 
}
 
@media (max-width: 700px) {
 
    #header h2::before {
        font-size: 1.2em;
        margin-top: 0.3rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 8.8rem;
        font-size: 90%;
    }
 
}
 
@media (max-width: 620px) {
 
    #header h2::before {
        font-size: 1em;
        margin-top: 0.15rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 8.3rem;
        font-size: 90%;
    }
 
    div#header {
        height: 123px;
    }
 
}
 
@media (max-width: 520px) {
 
    #header h2::before {
        line-height: 16px;
        margin-top: 0.5rem;
    }
 
    #top-bar,
    #top-bar a {
        top: 9.3rem;
    }
 
    div#header {
        height: 145px;
    }
 
}

Welcome, Director Reynders.
You are currently viewing a document from TL-5956-X ("The Paradox-Timeline").

Item#: SCP-001
Level5
Containment Class:
esoteric
Secondary Class:
apollyon
Disruption Class:
amida
Risk Class:
critical

AAFD-1.jpg

Acroamatic Abatement Facility AAF-D, 2024/09/08.

SPECIAL CONTAINMENT PROCEDURES: As SCP-001 is a paradox-induced recurrent catastrophic containment failure, it is "contained" through amelioration of its effects on relevant timelines.

Each year, on the eighth day of September, the following actions must be taken at Site-43:

Any actions timed to the precise second have extremely narrow windows of opportunity.
Local Time Actions Required
N/A Dr. A. Zlatà must provide precise time signals to PTF Omega-001 via radio for each of the below-listed events.
17:17:52 Dr. D. Deering must be informed of his containment duties. One keeper of SCP-001-B must be present.
17:18:22 Dr. Deering must activate the REISNO Cannon and contact his Prime-Timeline counterpart at precisely this moment in 2002; he must speak the following words: "There is no Cannon"; he must request possession of SCP-001-B, then administer an immediately-lethal cognitohazard to himself.
18:21:-- Agent S. Radcliffe must not respond to his radio.
18:22:00 Dr. B. Del Olmo must radio Dir. L. Lillihammer and speak the following words: "Something's wrong."
18:22:29 Chief A. Mukami must activate the bulkhead seal on Facility AAF-D, with all personnel still inside.
18:22:36 Chief Mukami must sound the evacuation order for the Security and Containment, Applied Occultism and Archives and Revision Sections.
18:22:41 Agent Radcliffe must not respond to his radio.
18:22:57 Chief Mukami must activate the bulkhead seals on the Security and Containment, Applied Occultism and Archives and Revision Sections, with all personnel still inside.
18:23:01 Dr. D. Markey must engage INTERITUS Protocol, destroying the Euclid and Keter-class wings of the Security and Containment Section.
18:23:17 Agent Radcliffe must respond to his radio with the following words: "Please tell me you're not still in there."
18:23:29 Chief R. Ambrogi must seal the Inter-Sectional Subway System and engage the vacuum flush mechanism.
18:24:53 Dr. R. Wirth must crawl beneath his desk and manually trigger the controlled burning of the Archives and Revision Section.
18:25:11 Agent Radcliffe must respond to his radio with the following words: "The concentration cell should be safe! It's just north down that hallway."
18:27:-- Chief Janet Gwilherm must order MTFs Alpha-43, Beta-43, and Delta-43 to engage the spectral entities at Facility AAF-A.
18:31:-- Dr. Del Olmo must broadcast stun memetics to all surviving personnel in the Applied Occultism and Archives and Revision Sections.
18:34:-- Chief Mukami must direct Security and Containment forces to neutralize all Site personnel within the Applied Occultism and Archives and Revision Sections, save for Dr. Wirth.

The following personnel must perish:

  • Blank, Dr. Harold
  • Deering, Dr. Dougall
  • Ibanez, Chief Delfina
  • Lillihammer, Dr. Lillian
  • McInnis, Dir. Allan
  • Nascimbeni, Chief Noe
  • Ngo, Dr. Nhung
  • Okorie, Dr. Udo
  • Wettle, Dr. William

Any individuals terminated by new occurrences of SCP-001 must be added to this list.

PTF Omega-001 are to keep an extremely accurate record of who amongst them is presently unable to communicate, and are to cycle this inability at regular intervals.

All reflective surfaces within Site-43 must be destroyed or otherwise stripped of their reflective properties. Reflective liquids must be diluted such that they are opaque. The Memetics and Countermemetics Section must ensure that all personnel apply Solution 001-A to their eyes on a four-hour schedule indefinitely.


DESCRIPTION: SCP-001 is an annual cascade containment breach/anomalously-stable temporal paradox occurring in the Acroamatic Abatement, Applied Occultism, Archives and Revision, and Security and Containment Sections of Site-43. Dramatic local reality alterations will revive and subsequently terminate nine deceased Foundation personnel and damage containment apparatus throughout the Site.

AAFD-2.jpg

Corrupted security footage still of Acroamatic Abatement Facility AAF-D, 2027/09/08.

On 2002/09/08, Dr. Dougall Deering telepathically received a set of instructions from a future version of himself in an alternate timeline. He was directed to:

  • transcribe and record the entire conversation, verbatim;
  • manually shut all esoteric effluence valves voiding into Acroamatic Abatement Facility AAF-D;
  • notify Janitorial and Maintenance personnel of a critical buildup of esoteric substances which, left untreated, would result in a catastrophic containment failure;
  • ensure that AAF-D be fully decommissioned.

He was further instructed to take the following actions twenty years hence:

  • retrieve from Site-120 a device constructed by a 'Dr. P. H. McDoctorate' known as 'The REISNO Cannon';
  • utilize the REISNO Cannon to contact the present (2002) version of himself;
  • repeat the instructions he had been given precisely, thereby ensuring a stable time loop in which the aforementioned catastrophic containment failure would never occur.

After Dr. Deering confirmed that he had understood these instructions, his future self severed the intertemporal link. Though Dr. Deering's recollection of this event soon began to fade, he was able to execute the instructions he had been given by consulting his careful transcriptions. The events of 2002/09/08, detailed below, were the result.

Incident Report AAFD-I-117
DATE: 2002/09/08
OFFICER OF RECORD: D. Ibanez (Chief of Security and Containment)
CONSULTING: Dr. A. McInnis, N Nascimbeni (Chief of Janitorial and Maintenance), Dr. D. Deering
SUMMARY: At 17:19 hours, Dr. D. Deering detected an impending recondicity event in the orphic outflow treated by Acroamatic Abatement Facility AAF-D..Orphic outflow is spectral material. Its recondicity variable describes the extent to which it has become too esoteric to be contained within Euclidean geometry. Dr. Deering executed an emergency flush of this material into the adjacent facilities, preventing a catastrophic containment breach.

After further risk evaluation by Dr. Deering, Facility AAF-D was officially condemned. At 18:22 hours, during a routine inspection prior to its decommissioning, a loaded spectral grounding conduit burst. The resultant flare of esoteric energy boiled fourteen Janitorial and Maintenance Section personnel alive.
ADDENDUM: Subsequent to this event, the seven Site-43 senior staff members supervising the decommissioning met in honour of the lost technicians within the shell of AAF-D. They expect to meet again on the tenth anniversary of the incident, 8 September 2012, and for all subsequent decennials.

For twenty years, no further Acroamatic Abatement-related incidents occurred.

In the days preceding 2022/09/08, Dr. Deering placed a request to Director Asheworth of Site-120, asking that the REISNO Cannon be transported to Site-43 for use in a demonstration of temporal mechanics. However, on 2022/09/08, while preparing to fulfill his latter set of instructions, he was informed that neither the device nor any trace of its existence could be found. The events of 2022/09/08, detailed below, were the immediate result.

Incident Report 001-I-1

DATE: 2022/09/08
OFFICER OF RECORD: A. Mukami (Chief of Security and Containment)
CONSULTING: Dr. X. Du (Chief of Quantum Supermechanics), Dr. D. Deering (Chair of Acroamatic Abatement)

SUMMARY: Dr. D. Deering has inadvertently created a serious temporal paradox and subsequent containment failure via poorly-considered timeline manipulation using a device known as "the REISNO Cannon."

At 17:18 hours on 2022/09/08, Dr. Deering recognized that his actions of 8 September 2002 had somehow retroactively erased the device he had used to undertake them. The resultant paradox initiated a wavefront of malignant causal, temporal and narrative energy which, unchecked, would likely have resulted in the catastrophic restructuring of universal reality. However, this wavefront originated at the site of Dr. Deering's paradoxical actions, Acroamatic Abatement Facility AAF-D. Due to a pronounced reaction with residual esoteric material in the decommissioned facility, a much more concentrated effect instead occurred.

AAF-D was immediately reverted to its 2002 configuration, including its full payload of esoteric effluence, its near-critical recondicity variable, and its backlinks to all other abatement facilities. The recondite material, much of it containing causal, temporal and narrative elements, interacted explosively with the paradox wavefront. All abatement apparatus in the entire facility immediately reached critical recondicity, and the most extreme alterations of reality yet on record followed. Effects included, but were not limited to:

  • The retroactive and asymmetrical erasure of an unknown entity.The contours of this subject's existence can be traced in some Foundation documentation and historical records, but no hints of its nature or characteristics have survived save for cryptic references to a being known as "The Unyielding."
  • Increases/decreases in the number of perceptible/mobile temporal dimensions
  • Spontaneous and exclusively-red monochromacy
  • Dermal procession
  • Apparition of extra-temporal entities
  • Chronological inversion
  • Noogenesis in reflective objects
  • Multiple sets of extrasensory perceptions
  • Total linguistic and communicative failure
  • Condensation of vaporous substances, resulting in sharp temperature increase
  • Nadireosis.nadireosis (n.): The demotion of an individual to their lowest possible form; the anticlimax of their development.
  • Sialorrhea

Many of these effects have persisted to the present.

DETAILED REPORT: Just prior to the incident, Dr. B. Del Olmo was engaged in an interview with an SCP object in the Security and Containment Section. As this entity's existence has apparently been erased by the subsequent events, he is unable to recall the exact nature of their conversation, but he left the chamber convinced that a containment breach attempt was imminent. He headed to the Security and Containment Section to radio Dr. Lillihammer and convey his suspicions.

The seven senior staff members who had supervised AAF-D's initial decommissioning were engaged in their memorial activities therein when the breach occurred. They were immediately alerted to the paradox wavefront by the sudden transformation of their surroundings; Site Director Dr. L. Lillihammer radioed the officer on duty outside AAF-D, S. Radcliffe, for a status update. Agent Radcliffe had misplaced his radio, and so did not receive Dr. Lillihammer's transmission. Dr. U. Okorie therefore opened the hood on an orphic outflow pipe, to check its recondicity; after a brief visual inspection, she reported that a) a catastrophic thaumic event was now imminent, b) the safety shielding around the pipe had become porous, and c) her death was likely also imminent. She then removed her hand from the pipe and attempted to move away from the other members of the group; her muscle mass passed directly through her dermis, carrying most of her skeletal structure and organs with it, and collapsed into a pile of viscera. Her dermis remained standing.

The voice of Dr. Del Olmo then erupted from Dr. Lillihammer's radio at a volume high enough to cause permanent hearing damage. Dr. Del Olmo's declaration that "Something's wrong" coincided with the collapse of Dr. Okorie's dermal layer and a series of audiovisual anomalies indicating the beginning of a mass containment failure in AAF-D. Dr. Wettle, startled by the bursts of sound, stumbled backward and struck a wall; his body cascaded outward along the surface until the wall was textured with his clothing and physical features. Dr. Wettle began to scream only once this effect had completed; he did not cease for the duration of the event.

Dr. Lillihammer radioed Security and Containment and ordered that the AAF-D bulkhead be sealed. Chief A. Mukami carried out this instruction immediately; after consultation with Dr. Del Olmo, who had just arrived in her office, she also ordered the evacuation of all workspaces in the vicinity of AAF-D.

At this point, narrative energy emanating from AAF-D reached the anomalous documents storage lockers in the Archives and Revision Section. The spontaneous manifestation of hundreds of small-scale thoughtforms (reified pataphysical constructs) resulted; the entities constructed their physical forms from the Section's extensive collection of printed records.

As local reality collapsed in AAF-D, Dr. Lillihammer again radioed Dr. Del Olmo to seek advice on the safest location within the facility to take shelter. When Dr. Del Olmo did not respond (his radio had been transformed into glass), Dr. Lillihammer radioed Agent Radcliffe, who still had not yet located his own radio. Dr. Blank physically accosted Dr. McInnis and accused him of causing the present calamity with his incompetence in 2002. Dr. McInnis appeared incapable of response. Former Chief Nascimbeni was attempting to interpose himself between them when a rapid superstructural change filled the space he was occupying with a load-bearing member, pulverizing his internal organs and killing him instantly.

Chief Mukami sealed the Archives and Revision Section. She then received reports that all Security and Containment Staff in the containment wings above Applied Occultism, and all Applied Occultism staff, had been showered in orphic outflow by a critical backwash from the overloaded AAF-D facilities and converted to liquiform entities. These entities were presently engaged in breaching containment for all surviving Euclid and Keter-class anomalies. Simultaneously, two containment chambers were obliterated by spectral superheating and their supposed occupants retrocausally erased from reality. Chief Mukami activated the bulkhead seals for these two Sections as well. Containment specialist Dr. D. Markey concluded that the captive anomalies could not be allowed to become compromised by the transmogrified staff, and enacted INTERITUS Protocol. Shaped charges obliterated the containment chambers, and their occupants, dealing considerable structural damage to the Site as a whole.

Agent Radcliffe recovered his radio, and noted the two missed transmissions from Dr. Lillihammer. He attempted to contact her; his message was not received, as upon entering AAF-D the radio wave took physical form and began pinging off of the remaining intact abatement apparatus, setting off a series of explosions throughout the facility.

Janitorial and Maintenance Chief R. Ambrogi became aware that AAF-D's sealed Inter-Sectional Subway station had become unsealed, and the subway was filling with a miasma of recondite material. He shut down the system and engaged the vacuum flush mechanism. The recondite material was forced down the line to the venting mechanism at facility AAF-A, on the Lake Huron coast; the vents immediately solidified into a mass of human bone, and AAF-A itself soon filled with recondite material. Within one minute, all personnel in that facility had suffocated.

Chief Ibanez stepped into the path of a warm gust of air, and inexplicably froze. Dr. Lillihammer attempted to push her out of the way, but Chief Ibanez's body had apparently become elastic; it wrapped around Dr. Lillihammer like a large rubber balloon before bursting, covering her in bodily fluids. Dr. Blank collapsed against a wall, sobbing uncontrollably.

The thoughtforms in A&R had by now achieved complete canonization, fusing into a single pataphysical construct composed primarily of papier-mache newsprint tentacles. It expanded its body mass by consuming the clothing worn by A&R personnel after converting their bodies into a slurry of organic material, which it then discarded. This slurry remained mobile, and emitted vocalizations consistent with extreme distress and/or arousal. Dr. Wirth retreated to his private office, hid under his desk, and activated the pyroclastic charges beneath A&R. The paper-based thoughtforms were immediately incinerated; Dr. Wirth survived, as his metal desk was shielded from the worst effects of the fire when a solid cloud of ash covered it.

A being resembling Dr. Wettle approached the senior staff in AAF-D, carrying an S&C service weapon. The real Dr. Wettle's screams could still be heard emanating from the walls. The being spoke the following words to Dr. McInnis: "You did the best you could. It wasn't your fault, and nobody blames you. We'll fix this together." Dr. McInnis did not respond. The being then pointed the weapon at Dr. McInnis, and pulled the trigger. Dr. McInnis' corpse fell to the ground, then disappeared along with the apparition of Dr. Wettle. Dr. Lillihammer and Dr. Blank resumed their flight through AAF-D.

Agent Radcliffe received Dr. Lillihammer's latest plea for help, and successfully responded. He advised her and Dr. Blank to take cover in the AAF-D concentration cell, which was equipped with high-effectiveness abatement devices. He provided them with accurate instructions for reaching the cell, unaware that the entire facility had just undergone a Euclidean shift and reversed its cardinal directions.

The Pursuit and Suppression Section was dispatched to AAF-A to inspect the compromised facility. AAF-A was found to be empty. One kilometre away, at Ipperwash Beach, MTFs Alpha, Beta and Delta-43 encountered the former staff of AAF-A, now entirely spectral in nature, engaged in the wholesale massacre of a Polar Bear Swim event..No such event had ever been held in the vicinity of Site-43. The victims were retroactively identified as having been killed in precisely this fashion at an event in September 2002 in Reykjavík, Iceland. Limited engagement with abatement fluid despatched the entities with no casualties, but all three MTFs suffered heavy subsequent losses when the water level of Lake Huron rapidly rose to meet them, and an entity resembling J&M Technician Philip E. Deering began pulling them below the surface one by one.

AAF-D was filled with an almost impenetrable red glare and multiple shifting visual dimensions; Dr. Blank lost his balance and attempted to steady himself on a paraspectral grounding conduit. His arm instead passed through, and he was immediately converted to a large solanum lycopersicum (tomato) specimen which fell to the ground, bounced into Dr. Lillihammer's path, and was crushed beneath her shoe. Dr. Lillihammer stopped running, looked down at Dr. Blank's remains, and was still examining them when all remaining pipes and conduits burst simultaneously, obscuring her from camera view. (She was subsequently found in this same position after the event subsided, transformed at the atomic level into a mannequin constructed from plywood and oil-based paint.)

S&C discovered that the sealed bulkheads separating Archives and Revision and Applied Occultism were buckling; although the security cameras were no longer transmitting visual data, audio tracks consistent with a) the percussion of meat and bone, and b) the steady pumping of liquid were received. Theorizing that the transmogrified personnel might still be conceptually human, Dr. Del Olmo broadcast wide-spectrum stun memetics to both Sections; after three minutes, the audio ceased. The bulkheads were sheared open, and S&C personnel armed with abatement fluid hoses and flamethrowers neutralized all remaining personnel within the affected areas, save for Dr. Wirth.

Blank.jpg

Remains of Dr. Harold Blank (complete).

In the confusion following these events, Dr. Deering confessed to senior Site personnel his responsibility for the temporal paradox he had incurred. While such a temporal paradox would normally have collapsed and reverted the timeline, it appeared that the breach had inexplicably granted an anomalous stability to this alternate reality which allowed it to persist. The effects of this persistence were continuously felt world-wide; the societal and economic infrastructures of the general public began to collapse within days, as the simultaneous occurrence and experience of multiple sets of conflicting events only worsened with the passage of time. This K-Class event and the breach which caused it were classified SCP-001. Site-43 became the most stable centre of human civilization; the remaining research staff theorized that SCP-001 had achieved some level of sapience, perhaps acquired from the beings it had annihilated, and was intentionally preserving the place of its birth from complete destruction.

Dr. Deering proposed that the creator of the REISNO Cannon, Dr. Placeholder McDoctorate, be located and questioned as to its whereabouts. It was hoped that Dr. Deering could still fulfill his instructions and revert the paradox-breach. Dr. McDoctorate was retrieved from Site-87 in a state of high paranoia and disarray and transported to Site-43, having spent the duration of his journey frantically claiming that "the authors [had] left us." When questioned, Dr. McDoctorate claimed to have no knowledge of a 'REISNO Cannon'; when informed by Dr. Deering that a future version of Dr. McDoctorate had invented the device, and had supposedly passed the requisite information on to his earlier self, Dr. McDoctorate claimed that no such contact had ever occurred.

After extensive deliberation, Dr. McDoctorate began the attempted construction of the REISNO Cannon with the assistance of Site-43's Quantum Supermechanics Section. During this time (and across several subsequent breaches), a number of persistent sub-anomalies of SCP-001 became apparent.

NOCANNON.jpg

The REISNO Cannon.

Over the course of one year, Dr. McDoctorate (through strenuous experimental development and brute force) developed a functional prototype.During the final days of its construction, Dr. McDoctorate was contacted by a future version of himself with the relevant instructions to finish the device. It is assumed such instructions were not sent further into the past due to a lack of temporal stability. of the REISNO Cannon. However, to compensate for its enormous energy requirements, several Site functions (including Acroamatic Abatement and Security and Containment duties) were temporarily disabled; this was predicted to provide enough power for approximately thirty seconds of intertemporal synchronization across a 21-year duration.

On 2023/09/08, Dr. Deering prepared to use the REISNO Cannon to synchronize with his past (2002) self. He had communicated to Site personnel that he no longer trusted the instructions he had been given in 2002, and had no desire to prevent the containment failure he had prevented in that year. Instead, he intended to instruct his former self to allow the 2002 breach to occur, in the hopes this would restore the correct version of the timeline. After meticulous recitation of his plans, Dr. Deering entered the Quantum Supermechanics Section of the Site and activated the Cannon.

Harry.jpg

Residual image of Dr. Blank from Dr. Lillihammer's cognitohazards..Personnel described this image as being "burned into their retinas"; this was not a figure of speech.

Meanwhile, Site personnel began to notice a gradual increase in both local anomalous activity and temporal instability. First thought to be symptoms of Dr. Deering's correction of the timeline, these reality alterations were allowed to continue uninhibited until 18:21 hours, at which point the three Sections affected by the original event were anomalously reverted to their 2002 configurations, all personnel killed during that event were spontaneously resurrected, and the containment failure occurred for a second time.

Ill-prepared for this recurrence, Site personnel did not correctly repeat their actions from the previous year. This resulted in the survival of Drs. H. Blank and L. Lillihammer, who had apparently become infused with the energies released during the containment failure. Dr. Blank had gained the ability to induce false memories; Dr. Lillihammer had gained the ability to manifest viral parasitic memes. They used their newfound powers to endanger the mental and physical health of Site staff, displaying malicious and isolationist intents for reasons unknown.

Following these events, Dr. Deering was found in the Quantum Supermechanics laboratory facility, deceased via self-exposure to a lethal cognitohazard. It is known that he activated the REISNO Cannon prior to his apparent suicide and, in so doing, likely terminated his Prime-Timeline counterpart prior to his prevention of the 2002 breach. His actions are likely to have prevented the events detailed in this file from occurring in baseline reality; they should also have resulted in the collapse of this alternate timeline, which has not thus far occurred.

Dr. Deering left the following note to explain his actions:

Philip,

You might think I don't love you. After what I'm about to do, you might become certain I don't love you. You're never going to hear from me again, and you might not ever know why. I hope that some day, somehow, you'll understand the reasons behind the things that I've done.

I suspect our resourceful extratemporal overlords are already looking over my metaphorical shoulder, hoping this confession will help them to understand what went so terribly wrong in this worst of all possible timelines. They'll probably never let you read this letter. I'm going to maintain the fiction that I'm speaking to you, however, Philip, because the idea that my death will mean your life is the only thing keeping me going.

I always resented you for my success. Can you think of anything pettier? Me, with my two doctorates and my super-secret laboratory, irritated beyond belief by your laziness and lack of ambition. The more vital I became to the Foundation, the more I hated to imagine my brother pushing a mop down some god-forsaken sewerhole. As if having a working man for a brother somehow undermined my own achievements.

And then I undermined them myself. Let me tell you the story of my failure.

When I received that fateful call from my future self, you didn't even know we were working at the same facility. I'd kept that from you. I didn't want to see you. I didn't want people to know you were my brother. And then that voice started speaking in my head…

There were two of me, he and I, I and I if you like, and he told me that if I didn't do some very specific things very, very quickly, there was going to be a disaster. It was going to kill seven people, and leave you a miserable wreck. And twenty years later, I was going to try to relieve you of your burden… and that was going to get you killed.

I don't even remember what it felt like, receiving that knowledge, but there's a security camera in my office so I know what it looks like it felt like.

It looks like it felt like someone had told me the entire world was about to end.

I wish you could have seen what that knowledge did to me. I wish that was how you could remember me, not cold and callous and permanently disapproving, but absolutely terrified at the thought of losing you to a slow decline and a sudden demise. You would have known what you'll never know, now, what I didn't know until that moment: I love you, and I could never bear to lose you.

I lost you anyway.

I did what that damned voice told me to do. I stopped the breach it promised me would ruin your life, would one day take it. I set the decommissioning in motion, and I watched with satisfaction as you took that place apart, pipe by pipe.

I was watching when you died. When they all died.

And now you're watching me, every minute of every hour of every day. A twisted reflection of you, a mockery of the man you were, a reminder of how stupid a man I was when I dialed in that device and placed a call across the gulf of time.

And you know what the best thing is? In 2022, there was a disaster that killed seven more people. Not because I didn't do something, this time; because I did. That's why you're watching me, of course. Because it's all my fault.

You're my own personal albatross now, Philip. I don't want to believe it's actually you, of course. The things you've done, the notches you've added to my list of failures… but… more than once, late at night, when the red-rimmed walls close in and I can't sleep and I can't keep my eyes closed against the throbbing in my head, I open my closet door and stand in front of the only remaining mirror in Site-43.

And you won't look at me.

I've decided it doesn't matter if that is you, or not. It's not going to be you for long. I'm going to bring you back, not for me, not for anyone else trapped in this endless hell, but for the people at the other end of this forked road. I'm going to bring you back, I'm going to bring all of them back, by making one last mistake to cancel out the very first one.

I'm going to put a bullet in the brain of the man who caused this, and you're not going to die in 2002, and you're not going to die in 2022, either. I'm going to write a better story.

I can't live without you. But, after what I've done to you, I hope you can live without me.

Your brother,

— Dougall


ADDENDUM: Incident Report 001-I-2

DATE: 2027/09/08
OFFICER OF RECORD: A. Mukami (Chief of Security and Containment)

SUMMARY: Dr. R. Wirth was badly injured by SCP-001-A on his way to perform his containment duties. Dr. N. Ngo attempted to replace him at his post in Archives and Revision, but arrived late. Confronted by the prime thoughtform, she was unable to reach the pyroclastic charges. She instead attempted to activate the fire control systems in the Section, resulting in a deluge of ectoplasmic material from AAF-D.

At the conclusion of the breach event, Security and Containment agents attempted to rescue Dr. Ngo. They discovered instead that the entirety of the A&R office wing was filled with anomalous objects resembling tape reels crudely constructed from pig iron. They were collectively found to contain several hundred thousand metres of (primarily) audiotape. The removal of the reels, 2128 in total, revealed that Dr. Ngo was not present in Dr. Wirth's office.

Ngo.jpg

Remains of Dr. Nhung Ngo (partial).

The contents of the reels are as follows:

  • 1322 reels of Dr. Ngo reciting her stream of consciousness during an average day;
  • 324 reels of Dr. Ngo speaking to a silent therapist about invasive, upsetting, guilt-inducing thoughts and dreams she had experienced;
  • 198 reels of Dr. Ngo speaking to said therapist about extremely personal, and often graphic, traumatic incidents from her life;
  • 184 reels of a mocking male voice repeating selections from the preceding 1844 reels at ten times speed;
  • 122 reels of extremely fine microfilm containing further stream of consciousness accounts, in film script form, covering the majority of Dr. Ngo's life;
  • 98 reels of screams, some extremely brief, some several hours long, all identifiably in Dr. Ngo's voice;
  • 1 recording of sustained weeping, again identifiable as Dr. Ngo's;
  • 1 reel with no apparent contents, constructed from Dr. Ngo's nerve and glial cells.

These reels and the tape they contain are indestructible; attempts to subject them to acroamatic abatement procedures have produced a toxic gas which itself cannot be properly abated, resulting in the deaths of seven junior researchers.

UPDATE 2031/09/08: Dr. Ngo's death has been incorporated into SCP-001, and therefore recurs each year; the tapes are re-generated, but tapes which have already been created do not disappear. Proposals have been made to dispose of Dr. Ngo's remains in either SCP-001-C or SCP-001-D, but the uncertain effects of inadvertently cross-testing these anomalies are a cause for concern. Furthermore, Dr. Wirth's extrication from Archives and Revision has been immensely complicated by the appearance of Dr. Ngo's remains, which badly batter him upon manifestation; approximately two hours of labour is required to extricate him, during which his injuries cannot be treated. The Pursuit and Suppression Section has provided him with body armour to ameliorate these effects. Dr. Wirth also reports that Dr. Ngo recognizes him shortly before her death, and expresses confusion and a sense of betrayal when she does so. He has been unable to seek counselling for these experiences, as the Site now boasts no qualified therapist.

The reel of nerve and glial cells exhibits progressive signs of corrosion which worsen with each occurrence of SCP-001, consistent across each iteration. The remaining 2127 reels do not degrade.

"There's always hope," Nhung? Do you still feel that way?
For my part, I hope you can't feel anything.

Reuben Wirth, Archives and Revision

There's a way out of this mess, and I'm going to find it. Until that day, keep performing your duties, keep up your spirits, and keep drawing breath.

P.H. McDoctorate, Quantum Supermechanics

ADDENDUM: Incident Report 001-I-3
DATE: 2033/09/08
OFFICER OF RECORD: A. Mukami (Chief of Security and Containment)
SUMMARY: Place is missing.

Since his invention of the REISNO Cannon in 2023, P. H. McDoctorate has been invaluable in his capacity as Chair of Quantum Supermechanics. For the past year he has been highly focused on the construction of a new device, allowing his mental and physical health to decline in the process. He has been incredibly secretive about the intended function of this machine, and, when pressed, claimed he was "going to find a way to write a better story".

Dr. McDoctorate was last seen by Agent S. Radcliffe today at approximately 18:00 hours while he prepared to fulfill his containment duties. Following successful amelioration of the breach, Dr. McDoctorate, the machine he had been constructing, and the REISNO Cannon were all found to be missing. Surveillance systems in all relevant areas had undergone spontaneous failure, for reasons unknown.

The loss of Dr. McDoctorate does not bode well for any hope of safely collapsing our reality to baseline. Nevertheless, if our understanding of SCP-001 holds true, the REISNO Cannon should temporarily reappear each year such that it can be used by Dr. Deering to fulfill his containment duties.
UPDATE 2033/09/10: After an extensive search of Dr. McDoctorate's office, only one document pertaining to his final project was found, a handwritten note containing the following three words: PARADOX EXODUS ENGINE
UPDATE 2034/09/08: There is no Cannon.

According to internal records, there are (2) relevant files in this or alternate timelines.
To return to the previous file, click here. To view the next file, click here.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License