SCP-7209
/*
 
    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;
    }
 
}
rating: +85+x

O5 COUNCIL RECORD


O5-7: Fuck.

O5-11: Why was he even travelling to-

O5-8: Doesn’t matter now.

O5-5: Like hell it doesn’t matter, what if one of us is next?

O5-9: Should we enter lockdown?

O5-4: I’d recommend against that. We’re running low on food here.

O5-3: Approximately 16 days of rations remaining, under the assumption all living Council Members gain an equal share of the available sustenance.

O5-6: Well, you don’t need anything, little Mac.

O5-4: What?

O5-6: Y’all ain’t never heard of Punch Out? And 3’s a computer thing, so-

O5-11: Hey, 13, you don’t need food either, right?

A featureless dark figure manifests in the chair labeled "13".

O5-13: Not technically.

O5-5: Kay, that extends us at least a few days. I say we kill 6 first.

O5-6: Over my dead body, you Fifthist maniac.

O5-8: That is what killing you does.

O5-1: All of you stop talking, right now. We’re not killing anyone.

O5-5: Damn.

O5-1: We have plans in place for situations just like this.

O5-4: We do?

O5-3: Yes. OPERATION ROYALE.

O5-1: Exactly. 10, would you mind-

O5-10: No.

O5-1: Excuse me?

O5-10: I’m saying no. We agreed to never try ROYALE again. I’m not making the department compliant with this.

O5-6: Can someone just tell us what the hell this "royale" is anyway?

O5-1 distributes a paper document to each council member. All of them read it, then look back at O5-1 with shock.

O5-7: Sorry, what?

O5-11: You- who wrote this?

O5-10: Me. Technically. A long time ago. But that doesn’t mean-

O5-6: I’m in.

O5-5: Same.

O5-10: You can’t possibly be serious.

O5-6: Seems like a good qualifier to me.

O5-10: You cannot be serious.

O5-3: There are some ethical considerations to be had with this-

O5-10: Exactly.

O5-3: However, has any other council member brought forth any solution?

O5-1: There’s not.

O5-7: It's not completely unusable. And with the resources we have now, rather than 30 years ago, this seems like a good choice.

O5-10: Hold on, don’t we already have a shortlist for candidates? Why would we need to do this?

O5-4: The list is too long right now. I don’t know, this seems a little… barbaric, but this does narrow it down.

O5-11: List helps put this together too.

O5-2: Let us put it to a vote. Formally, a democratic decision.

O5-10: No.

O5-1: All those in favor of a vote?

O5-10: No.

All council members except for O5-10 raise their available voting appendages.

O5-1: Terrific.


COUNCIL VOTE SUMMARY

YEA NAY ABSTAIN ABSENT
O5-01 O5-03 O5-02
O5-04 O5-10 O5-13
O5-05
O5-06
O5-07
O5-08
O5-09
O5-11
O5-12

STATUS
APPROVED

OPERATION ROYALE WILL BEGIN SHORTLY.

























































VIDEO LOG


Present Staff:

  • Ethel Kursh, HR Liaison.
  • Dr. Anton Radu, Archaeology.
  • Agent John Gardner, Level 4 MTF Captain.
  • Dr. Murph Teckler, General Research.
  • Site-18 Director Iovianus Neer.
  • Dr. Ryoto Hishikaku, Analogue Intelligence.
  • Agent B. ██████, Espionage.
  • Petra Baldwin, RAISA.

FORWARD: Meeting held within the front lobby of Site-Gamma 15 minutes after the arrival of all summoned Level 4 Personnel.


[BEGIN LOG]

E. Kursh: Well, it seems everyone is here. I hope the trip to Site-Gamma was-

J. Gardner: Cut the chase, desk jockey. What's the job this time?

E. Kursh: Okay. I'll cut the formalities then. Hello, my name is Ethel Kursh, and I am the HR Liaison assigned to the 7 of you for the purposes of PROJECT ROYALE.

M. Teckler: Yeah, about that, what? The document you sent us for SCP-7209 had, like, nothing of value.

I. Neer: Not even a map of this facility. Just a piss-poor description.

R. Hishikaku: Glad somebody brought that up. Who wrote this document? It's littered with basic technical errors.

E. Kursh: I assure you, everyone, that things will be explained eventually. Now if I could please continue explaining why you're here, that would be appreciated.

B. ██████: Go right ahead.

J. Gardner: Sorry, who's the Batman wannabe? I ain't never seen you around.

A. Radu: You've seen us around?

J. Gardner: Uh. No, but still. Looks suspicious.

E. Kursh: You'll all have time to introduce yourselves personally later - but yes, you probably haven't seen Mr… well, him, before.

B. ██████: Espionage.

M. Teckler: Tracks.

E. Kursh: Anyway. The 7 of you have been brought here, as outlined in the email you all received yesterday, to be the heads of your respective fields at Site-Gamma. Each of you is uniquely qualified and possesses level 4 clearance to boot, so you've been selected as the candidates for this facility.

M. Teckler: What are their "respective fields"?

J. Gardner: Defence.

P. Baldwin: RAISA. So, archival stuff. Documents.

R. Hishikaku: Analogue Intelligence.

J. Gardner: AI?

R. Hishikaku: That would be Artificial Intelligence.

J. Gardner: The difference being?

I. Neer: Not one we need to care about right now. Administrative staff.

M. Teckler: Hey, aren't you the Site-18 Director?

I. Neer: Indeed I-

M. Teckler: You guys ever figure out that pig lady?

I. Neer: What?

M. Teckler: Always wanted to see what's up with that one, freaky document too. Chills.

I. Neer: That's- I would prefer if you didn't refer to an anomaly like that with such lax.

M. Teckler: Sorry, sorry. Anyway, my field, right? General Research.

R. Hishikaku: General Research? As in, Site-37 General Research?

M. Teckler: That would be correct!

I. Neer: Explains a hell of a lot.

M. Teckler: Excuse me?

P. Baldwin: Ethel, please, don't tell me this is the group you're bringing here. Please.

E. Kursh: Every person here is, like I said, uniquely qualified for this job.

B. ██████: Speaking of everyone… who are you?

██████ points at Dr. Radu. He is standing behind Gardner and tries to hide himself when noticed. Gardner moves to the side.

A. Radu: Ah, um. Hi. Dr. Radu.

M. Teckler: Don't care about your name, dude. Department?

A. Radu: Oh. Archaeology.

J. Gardner: What?

R. Hishikaku: Archaeology?

A. Radu: Yeah. Anomalous archaeology, to be specific.

A moment of silence. Gardner, ██████, and Teckler begin to laugh.

M. Teckler: You're joking. I didn't know we had a department of- What do you even do?

B. ██████: Not seeing a lot of rocks in this sleek metal facility.

P. Baldwin: I think you three need to fuck right off.

J. Gardner: Sure, librarian. Sure we do.

E. Kursh: That's enough, from all of you. You're going to need to figure out your differences quickly because everyone - even the Archaeology department - is needed for this.

M. Teckler: Right, right, sorry, it's just-

E. Kursh: Murphy, there's a room back at 37 for you, if you want to object.

Teckler goes silent.

M. Teckler: No need, ma'am. Apologies.

A. Radu: So, uh, question?

E. Kursh: Yes Anton?

A. Radu: Right, so, you mentioned that this assignment requires all of us. What exactly is SCP-7209?

E. Kursh: My next point exactly. Chairs of the Site-Gamma Departments, SCP-7209 is-

Kursh is interrupted by the sounds and lights of multiple site-wide klaxons blaring.

P. Baldwin: Oh, fuck, what?

M. Teckler: Already?

J. Gardner: Red light means to run, soldiers!

E. Kursh: This- this is probably just a test of the alarm system, surely nothing to be wary of.

I. Neer: A test of the alarms? We've been here for not even 20 minutes, why would they be testing the- You're HR for god's sake, aren't you supposed to know about things like this?

E. Kursh: I- yes, yes I am, and I don't. Goddamn it.

B. ██████: Enough talking everyone, more getting the fuck out of-

██████ attempts to open the door to the lobby, which has been hermetically sealed off.

B. ██████: Excuse me?

Behind ██████, a vent covering on the wall is opened. A leather-gloved hand sticks through and throws in a small metal canister, which immediately starts releasing a viscous gas. The hand retracts.

J. Gardner: You have got to be fucking kidding me.

P. Baldwin: What the hell is that?

B. ██████: I don't- I don't know, it looks… it looks like…

M. Teckler: Hello? Earth to spy, we could use your knowledge right…

J. Gardner: Fuck. Knockout gas.

R. Hishikaku: Is… do you not have anything to…

A. Radu: Cover your faces, cover your faces!

E. Kursh: That's not…

I. Neer: We need to… we need to try…

A. Radu: There has to be an open… there has to be a… there…

All 8 personnel in the room fall unconscious on the floor. Several figures in tactical gear open the door to the lobby and carry the personnel, except for Ethel Kursh, towards the central CONTAINMENT wing.

[END]




















LOADING…










PLAYING AUDIO FILE…




















AUDIO RECORDING


[START]

A chuckle.

Unknown: Brilliant, the gas has run out. Now, I do believe the 7 of you can hear me, yes? Through the intercom, yes.

Unknown: That's good, get used to your surroundings. Each of you, alone in a locked room. Door won't open, Gardner. No matter how much you hit it. Better to save your energy.

Unknown: "Who the fuck" indeed, Teckler. My name is lost to time, but my constituents call me The Engineer. I work for - or with - the Chaos Insurgency. Hah, yes, that Insurgency. I know you've met us before, Mr. ██████. Gardner too. The rest of you… just through word of mouth.

The Engineer: Your Site-Gamma was an easy seize. The confidentiality didn't do anything for you, and the lack of staff… it was a wonderful gift for us

The Engineer: Let me lay out the rules for you. You're going to be playing a little game, for us, the Insurgency.

The Engineer: It's simple. A classic fight to the death.

The Engineer: Only one of you can come out of this place alive. Between the cramped walls, steel pillars, and shells of a stronger Foundation, blood will be spilled. For your freedom, you must destroy your coworkers. Your friends. Your enemies, perhaps.

The Engineer: Of course, this could go on forever if we let it. Site-Gamma is expansive. Then again, Site-Gamma is also designed perfectly in a series of rings.

The Engineer: When we see fit, the farthest ring of the perimeter will close. This is a warning. Don't try to hide out the entire war, until your two enemies end each other. Fight for your life, or it will end in an infernal storm.

The Engineer: I can see you don't think I'm serious. I can see the doubt in your eyes. Feel free to doubt. We already got you this far.

The Engineer: A final note, before I let you go off and play. There are weapons and items scattered all across the Site for your slaughter. Nothing too powerful, of course, but enough.

The Engineer: Don't try to call your friends — your phones are gone. Don't try and beg for help — nobody will respond. Now go on. The doors are unlocked.

The Engineer: I want to see bodies dropping.

[END]

























VIDEO LOG (NORTH HABITATION ROOM 112)


[BEGIN]

Murph Teckler can be seen searching through the many cabinets inside the habitation room, standing on a small stool. Multiple office tools have been thrown around the room. There is a knock on the door. Teckler freezes immediately and starts to slowly lower himself from the stool.

Unknown: Anyone in there?

Teckler is startled by the voice and falls off the stool, slamming into the ground. Another knock at the door. The voice identified as John Gardner.

J. Gardner: I can hear you sneaking around in there. Come out with your weapons, whatever the hell they are, laid down.

Teckler pauses for a second before standing up.

M. Teckler: Or what?

Gardner sighs.

J. Gardner: Thank god, it's just you.

M. Teckler: Excuse me?

J. Gardner: Thought I'd have to actually play this stupid game.

M. Teckler: What the hell does that mean? And how do you know I'm not going to-

Teckler takes a step back and slips on a sheet of paper thrown on the floor behind him. While laying on his side, he reads the paper. His eyebrows raise in surprise before looking back at the door.

M. Teckler: Fine. You gonna kill me?

J. Gardner: Not planning on it. Be like killing lame cattle, and I'm not in the business of killing innocents.

M. Teckler: Neither am I. This whole thing is fucking stupid, anyway.

J. Gardner: Not scared?

Teckler stands up and dusts himself off. He walks over and opens the door.

M. Teckler: Oh, no, to death. But I'm loyal enough to the Foundation not to play into this stupid shit.

J. Gardner: Damn straight, soldier. Let's go find some others.

Both men walk away from view.

[END]

VIDEO LOG (EAST HABITATION ROOM 101)


[BEGIN]

Petra Baldwin sits on the floor in the middle of the habitation room. There is a revolver in her hand and several flipped-over boxes around the perimeter. She is crying as she stares at the ceiling. There is a knock on the door. Baldwin raises her weapon.

P. Baldwin: Get the hell away from that door.

Unknown: Oh, Petra, that you?

Voice identified as Anton Radu. Baldwin lowers the gun, placing it on the ground, and sighs, wiping the tears from her face.

P. Baldwin: Yeah. Who's asking over there?

A. Radu: Ah, uh, yeah. Dr. Radu- Anton Radu. The archaeologist from earlier. Thanks for sticking up, by the way.

P. Baldwin: Hi Anton. No problem.

Silence.

P. Baldwin: So, you looking to kill me?

Radu gasps.

A. Radu: Of course not. They didn't even give me any weapons to begin with anyway. Plus, I'm just an archaeologist, remember?

Baldwin laughs.

P. Baldwin: Sure do.

A. Radu: I'd rather not have you kill me either, with the gun you just placed on the ground.

P. Baldwin: On the ground for a reason, archaeologist. Any other plans to get out of here?

A. Radu: Um. Not right now, other than avoiding the murder part of this game. Seriously freaky. I was thinking of looking around to find the people willing to work together. Want to get out of that room?

Baldwin stands up and places the firearm back in her pocket. She grabs another from atop a shelf with the same hand and walks to open the door.

P. Baldwin: I was thinking the same thing. Here-

Baldwin places the second firearm in Radu's hand. He sharply inhales, before pocketing it.

P. Baldwin: Good to have, just in case.

Both walk out of view.

[END]

VIDEO LOG (SOUTH HABITATION ROOM 209)


[BEGIN]

B. ██████ is looking around the room. He jumps upwards, out of the camera’s view. The door to the habitation room opens. The sounds of someone climbing on the ceiling are heard until the door closes again.

B. ██████: Stupid.

[END]

VIDEO LOG (SOUTH HABITATION HALL, ROOMS 230 - 250)


[BEGIN]

Two habitation room doors open. On the left, Director Iovanius Neer steps out. He is sweating and looks around nervously.

I. Neer: Nobody here yet, it seems.

He notices the other open door and steps over, before stopping as Ryoto Hishikaku steps out. Hishikaku is holding a small wooden baseball bat.

I. Neer: Oh, good. Someone intelligent.

R. Hishikaku: Sure.

I. Neer: I was starting to get worried about this whole situation.

Neer begins pacing around the hall. Hishikaku watches. His breathing becomes heavy.

I. Neer: I mean, logically, most of us likely wouldn't kill someone. Assuming it's the same 7 as before, minus Ethel. Ethel would be a good asset, actually.

R. Hishikaku: Hm.

I. Neer: But that Gardner fellow, and the spy? Very aggressive types back during the orientation. I wouldn't be surprised if they went along with this silly game.

Neer leans against the wall and raises his head to sigh. He stares at the fluorescent lights on the ceiling.

I. Neer: No doubt we'll be able to come out of this if we put our heads together, right Ryoto? For a battle royale, the Insurgency seems pretty disconnected from the whole operation.

Hishikaku shifts the bat around in his hands.

I. Neer: Something doesn't seem right about this place anyway. I know we're still in Site-Gamma, but it doesn't really feel like Site-Gamma.

Neer looks over to Hishikaku.

I. Neer: Y'know?

Neer notices the bat in Hishikaku's hand.

I. Neer: Uh. A bat?

R. Hishikaku: Primitive.

I. Neer: Yeah, I was thinking. Don't think that can break the walls in this stainless steel facility, but I do appreciate the sentiment.

R. Hishikaku: You and I have very different ideas about the sentiment.

I. Neer: What?

R. Hishikaku: Apologies, Director. They made the rules pretty clear.

Hishikaku pushes up his glasses, then swings that bat at Neer. The bat makes contact with his chest before breaking into two parts. Neer falls onto his back and Hishikaku discards the broken end in his hand.

I. Neer: What the FUCK are you doing?

R. Hishikaku: Getting myself out of here.

Hishikaku walks over and leans over, landing fists into Neer's face. Neer attempts to resist but is held down by Hishikaku's stamped foot on his chest. Eventually, Neer's body goes limp. Hishikaku stands up and walks away, blood dripping behind him.

[END]












































VIDEO LOG (CENTREMOST RESEARCH LAB)


[BEGIN]

The north door to the lab slowly opens. John Gardner and Murph Teckler walk through, Gardner toting a large revolver. They look around before the east door opens as well. Raising their weapons, they lower upon seeing Anton Radu and Petra Baldwin walking through.

J. Gardner: Welcome back.

P. Baldwin: Never left. Are you two looking to join the game?

M. Teckler: Not particularly. You?

A. Radu: Nope.

Suddenly, the south door to the lab slams open. Ryoto Hisikaku walks through, wiping his beard as he does. Above him, B. ██████ drops down from the ceiling on the west side. All personnel take a step back after noticing each other.

A. Radu: Oh, good, we're all-

Radu notices the blood on Hishikaku's hand.

A. Radu: Who's… where's Iovanius?

Hishikaku doesn't respond.

A. Radu: Ryoto- did you-

R. Hishikaku: Guess.

Gardner, Baldwin and ██████ raise their weapons, although Baldwin is nervously shaking. Hishikaku stands underneath a flickering light at the south end of the room. There is blood dripping down his hand into a puddle on the floor. He laughs. Gardner changes the aim of his weapon to Hishikaku.

J. Gardner: You motherfucker.

M. Teckler: Can't believe you're going along with this, you creepy-

R. Hishikaku: Save the expletives. I don't see what the major issue is.

P. Baldwin: You don't see the issue? You… you slaughtered a member of the Foundation! A Site Director!

R. Hishikaku: And?

A. Radu: Neer… he- he was a good man.

P. Baldwin: Knew him?

A. Radu: Yeah, I used to be posted at… 18. A few years ago.

Hishikaku raises his blood-soaked hand. The others counter.

R. Hishikaku: Iovanius was a cowardly man. His first thought, after hearing what we heard, was trying to work collaboratively.

J. Gardner: No shit, psycho. We all wanna get out of here.

R. Hishikaku: Funny you should say, because the Engineer made it quite evident how we can leave this place. If you were listening to the rules of the game, instead of, I don't know, picking your nose?

J. Gardner: Excuse me?

R. Hishikaku: The rest of you can continue as you want, but I don't intend to stay here for long. If the voice over the loudspeaker has given me an out, I will take that out with full force.

B. ██████: And if we kill you first?

R. Hishikaku: So be it then. That's the rules of the game, after all. Keep in mind, though, only one of us can win either way, so collaboration is just going to break your hearts eventually.

M. Teckler: Why do you talk like that?

R. Hishikaku: What's that? Does the demoted clown want to speak?

M. Teckler: I- listen, you shit-mouthed-

Hishikaku reaches into his pocket and pulls out a small revolver. The other armed personnel step back. He points it at Teckler.

R. Hishikaku: Shut up.

Silence. Teckler begins to hyperventilate.

A. Radu: So… what then?

R. Hishikaku: A fight, archaeologist. A fight I suggest you leave the room for, seeing as your allies aren't making it out alive.

J. Gardner: Bull-fucking shit, you're one man versus-

██████ changes the direction of his gun towards Gardner.

B. ██████: 2 on 2. A little more fair, don't you think?

P. Baldwin: Bastard.

██████ begins shuffling over to stand beside Hishikaku.

B. ██████: What can I say? His style intrigues me.

A. Radu: So you're going to side with the crazy person?

B. ██████: Oh, kid, we're all a little bit crazy. How've you stayed with the Foundation for this long and not realized it?

A. Radu: There- There has to be another way out of this, we don't need to be fighting. We all want to get out of here alive, right?

R. Hishikaku: Exactly — and I will.

A. Radu: But you've got guns pointed at guns. No matter who shoots first, your reaction times will shoot back anyway. Then all that's left is me and Teckler.

██████ and Hishikaku look at each other, then back to Radu.

B. ██████: You sure?

A. Radu: How could you be with the Foundation for this long and not realize it?

J. Gardner: Fuck all this fancy talk, you two ain't coming out of this as a team.

The intercom system turns on.

J. Gardner: The hell did I say?

The Engineer: Nothing at all, John. But you all did remind me of something — something important indeed.

A. Radu: What?

The Engineer: There is another option.

R. Hishikaku: Go on.

The Engineer: The Insurgency, obviously, yes, enjoys this standoff. Like ants on a farm, fighting over an impossible queen. But good ants deserve some food from time to time, don't they? Especially if they can pull their weight.

J. Gardner: What in the fucking 7th circle are you talking about?

The Engineer: An offer, John. To all of you. You're all level 4 personnel — a fortunate benefit to this conquest.

P. Baldwin: So?

M. Teckler: We are?

The Engineer: That means you know many of the Foundation's secrets. Not to Overseer levels, yes, but something. That information is your key out of here.

A. Radu: You can't possibly mean-

J. Gardner: Defect.

The room goes silent. All of the personnel look at each other with worried expressions. Hishikaku is deep in thought.

The Engineer: Such a cruel word, John. But yes. It's a very simple process. You hand over everything you can about the Foundation, and you'll be freed from this cage. Given safe passage, courtesy of the Insurgency.

A. Radu: But that's- The Foundation could find you anywhere, why would we ever take that?

The Engineer: The Foundation, the sickly creature it is, is no god. It cannot see all. There are places and protective measures at our disposal to keep a "defector", as it's so offensively called, safe.

The Engineer: An efficient quid pro quo.

The personnel are all silent. Baldwin lowers her weapon.

M. Teckler: Fuck you.

J. Gardner: Over my dead body.

R. Hishikaku: I accept.

Everyone looks at Hishikaku. He grins.

J. Gardner: Traitor.

R. Hishikaku: It was your little group of heroes that wanted a different way out, right?

A. Radu: You're going to betray the Foundation, all for this. You're not even going to try?

R. Hishikaku: What use is "trying" when the path out is right ahead?

Silence.

R. Hishikaku: That's what I thought. Engineer, I accept your offer. Anything I know, it's yours.

The Engineer: I knew you'd be interested in seeing reason.

A single Insurgency Agent enters the room and places their hand on Hishikaku's shoulder.

The Engineer: This one will take you out. See you in the plenty and free world, Hishikaku. Rid of the Foundation.

R. Hishikaku: Works for me.

Intercom system turns off. The camera system experiences a visual glitch. Upon returning, Hishikaku and the Insurgent are gone. The other personnel step back cautiously and look around.

M. Teckler: Where the hell did he go?

P. Baldwin: Doesn't matter, the prick is gone now.

Intercom system turns back on. The sounds of a struggle can be heard. Someone taps on the microphone.

The Engineer: Lovely, back to you all.

A. Radu: What- what's that in the background?

The Engineer: Nothing at all. Please return to the-

A slamming noise.

Hishikaku (over the intercom): No, no no no, you- you're- you're nothing more than a goddamn ARTIF-

Gunshot. The intercom system turns off. The rest of the personnel stand in silence and surprise. ██████ looks at the group before lowering his rifle.

B. ██████: Well.

Gardner points his weapon at ██████'s head.

B. ██████: Hey, hey now, I lowered mine, you lower yours.

J. Gardner: Not so fast, gnat. You were gonna work with the traitor.

B. ██████: And the traitor betrayed us, so we're all good now.

P. Baldwin: That's not how it works.

B. ██████: Oh please, honey, that's exactly how it works. Trust me, you bulkheads and blockheads couldn't get out of here with the key in hand. I'm a spy — you need me.

While he is talking, ██████ is slowly reaching into his left pocket. Only Radu notices.

J. Gardner: And why is that?

B. ██████: Simple. Escape plans.

██████ pulls out a small metal bauble from his pocket. Radu grabs Gardner and Baldwin and pushes them to the side in time, as the bauble is thrown towards their side of the room and shatters against the wall. Smog begins flowing out of the cracked pieces.

P. Baldwin: More of this stuff?

The smog fills the room, obscuring the video feed.

J. Gardner: Not if I can help it.

The sounds of the north doors opening can be heard, as well as the footsteps of Gardner. Eventually, the smog fades away. The room is empty.

[END]














































VIDEO LOG


[BEGIN]

The west rooms of the RESIDENTIAL wing are seen. Lights flicker on and off. B. ██████ runs into view, visibly panicking. He attempts to open multiple locked doors before approaching the entrance of a habitation unit centered in view.

B. ██████: C'mon, c'mon, one of you has to work, just need a leeway….

██████ reaches into his pocket and pulls out a small metal cuff link, which has been twisted into a point. After a few minutes, he is able to open the door to the habitation unit. The room is lit inside.

B. ██████: Finally. See ya, suckers.

██████ enters the room and can no longer be seen. Suddenly, the lights inside the habitation unit turn purple. The doors to all other habitation units open and reveal the same purple light. After the sounds of some electrical crackling, screams resembling the voice of ██████ are heard. The lightning stops. Footsteps approach. A. Radu walks into view. His eyes widen as he looks into the rooms.

A. Radu: Huh?

Radu notices the room where ██████ entered. He screams. The intercom system turns on.

The Engineer: The storm has arrived. The outer perimeter is no longer available.













































VIDEO LOG (NORTH HALL, RESEARCH WING)


[BEGIN]

John Gardner and Murph Teckler are standing in the hall. Teckler looks worried, and Gardner is holding his weapon ready. This continues for 5 minutes before footsteps can be heard from down the hall. Both men look over to see Anton Radu running towards them, arms flailing to the sides as he struggles to keep his balance. Gardner lowers his weapon.

J. Gardner: Just him. Great.

Radu reaches the two men and leans on the wall, exhausted. He is shaking.

M. Teckler: So. What the fuck?

J. Gardner: You know anything about what that last message was?

Radu raises his hand and finishes catching his breath.

A. Radu: He, uh. He's gone. The Engineer wasn't kidding about the whole storm thing, he… his body was…

Radu begins clenching his stomach and leans against the wall. Concerned, Gardner places his hand on Radu's shoulder.

J. Gardner: Take it easy, soldier. Don't need to know the details.

Radu vomits on the floor. The video feed experiences a visual glitch. Upon returning, there is no vomit on the floor. Teckler shakes his head.

M. Teckler: Terrific. Directors gone, the robot king sacrificed himself to… something. Now the guy who specialized in escape plans is dead.

J. Gardner: Real effective escape plan, I guess.

M. Teckler: Got him out of here.

Radu stands up and dusts off his pants. He gives Gardner a nod of appreciation before looking around the hall.

A. Radu: Where's Petra?

J. Gardner: Off looking, just like you were. Though after that message, she's probably on her way back now.

M. Teckler: Hope not.

A. Radu: What?

J. Gardner: Excuse me?

M. Teckler: I don't like her vibe. The moment BLACKBOX went missing, she's been consistently more jittery and paranoid. It's freaking me the hell out.

A. Radu: Can you blame her?

M. Teckler: Uh, yeah? The rest of us can hide our fear, or better yet, just deal with it. I hope you know I'm ready to take drastic measures if she changes course on us.

Gardner steps towards Teckler, whose eyes widen with fear. Gardner broadens his shoulders as his shadow falls over Teckler.

J. Gardner: Same goes for you, dillweed. She's probably got a family to worry about, something I imagine you don't have. All in this together, remember?

M. Teckler: Fucking- fine. Sorry.

A. Radu: Hey, guys, let's stay focused. All in this together, right? No need for unnecessary threats.

Gardner backs off. Teckler sighs in relief.

A. Radu: Let's focus on finding Petra and getting the hell out of-

Footsteps start approaching from the other end of the hall. Petra Baldwin is walking to the group. She waves to the group, with a sheet of paper in her right hand.

P. Baldwin: You're not going to believe what I found.

M. Teckler (under his breath): Stability?

Gardner kicks Teckler.

J. Gardner: Looks like a sheet of paper to me.

P. Baldwin: Not any old sheet of paper.

Baldwin raises the sheet of paper for Gardner and Radu to see. It is a map of Site-Gamma's floorplan.

A. Radu: A map.

J. Gardner: Great job, soldier.

M. Teckler: A map? Like of the facility?

P. Baldwin: Exactly.

J. Gardner: So, any exits marked on there?

P. Baldwin: No, unfortunately, but something even better.

Baldwin points at the central room on the map, labeled "SCP-7209 HOLDING".

P. Baldwin: I think I know what we can use to get out of here.

[END]

VIDEO LOG (SCP-7209 CONTAINMENT ANTECHAMBER)


[BEGIN]

John Gardner, Petra Baldwin, Murph Teckler, and Anton Radu are in the antechamber surrounding the labeled SCP-7209 containment chamber. The former 3 are attempting to pry open the steel door on the front, using a rusted crowbar. Radu is standing by a small input screen next to the chamber. The three trying to pry open the door are struggling.

M. Teckler: What the hell do they make these things out of?

J. Gardner: Fucking solid steel, what do you think?

P. Baldwin: Shut up and keep pulling!

Radu continues to tap on the screen. He stops and looks at it quizzically. Gardner looks over at him.

J. Gardner: Problem?

A. Radu: Uh. Not exactly. It's just asking for a passphrase, for some reason. This UI is super basic and it's been smooth sailing until now…?

M. Teckler: Passphrase? Like-

M. Teckler and A. Radu: "Does the Black Moon howl?"

Silence. Gardner, Teckler, and Baldwin stop pulling on the door.

P. Baldwin: Huh.

A. Radu: Never heard that one before.

Continued silence. Gardner shakes his head.

J. Gardner: Fuck this, I know y'all have response codes.

M. Teckler: I don't know what you're talking about.

P. Baldwin: Never heard it before in my…

J. Gardner: You're the RAISA person. You read a thousand of those documents.

All four of them go silent again for a minute, looking around nervously. Radu looks at the video recording system. The video feed experiences a visual glitch. Upon returning, nothing has changed. Baldwin sighs.

P. Baldwin: Okay, fine.

M. Teckler: Yeah, yeah, alright.

A. Radu: …we all have codes?

J. Gardner: We're all level 4, it's bound to have come up before.

M. Teckler: Hope I don't get killed for this.

J. Gardner: Whatever. We all know about it anyway, and the codes get switched every single day.

M. Teckler: So we're not betraying the Foundation?

J. Gardner: No. Probably not.

A. Radu: Okay, mine didn't work in this thing anyway. John?

J. Gardner: "When the strong and mighty slit the ancient's throat."

Radu types on the screen. There is an error noise. Radu shakes his head.

A. Radu: Nope. Petra?

P. Baldwin: "If we get ourselves in order."

Radu types on the screen. A small bell-dinging noise is made. He gives the rest of the group a thumbs up, and they go back to pulling on the door.

A. Radu: Let's see what we're getting into.



HELLO, [USER UNFOUND]. ACCESSING [FILE]….






OPENING [FILE]… DECORRUPTING….






































Radu looks up from the screen and looks towards the others. The steel door to SCP-7209's containment chamber is finally pulled open. Baldwin and Teckler fall back on the ground and cheer with Gardner as the dust inside the chamber flows out.

A. Radu: Uh. Guys?

The other three ignore Radu and pull themselves up, patting each other on the back.

P. Baldwin: Finally, there's gonna be a way out of this freaky place.

M. Teckler tries to speak but coughs on the dust. Gardner slaps him on the back.

J. Gardner: Amen sister! Home free, right goddamn before us.

A. Radu: Guys?

P. Baldwin: My kids, man… god, I hope they're alright.

J. Gardner: Foundation puts families of the endangered under special protection, in circumstances like this. You'll see 'em soon.

P. Baldwin: If anything happened to them, I don't know what I'd do.

A. Radu (yelling): Guys!

P. Baldwin: Oh, sorry, yeah Anton?

J. Gardner: You see what our ticket out of here is?

A. Radu: Look.

The dust from the chamber settles. There is a metal podium in the center of the chamber, with a fluorescent ring light in the ceiling. Atop the podium is a 20 x 20 x 20 cm crystal, bearing resemblance to quartz. The personnel are silent.

M. Teckler: Well. Interesting. A rock.

P. Baldwin: A… rock.

J. Gardner: You're fucking kidding.

Baldwin walks over to the supposed SCP-7209. Her hands are shaking and she has a look of desperation on her face.

P. Baldwin: Well, I'm sure this is- This is fine, it was important enough to be kept here. They built a whole facility just for one anomaly.

Baldwin starts frantically examining the object, careful to not make contact. Gardner places his head in his hands and sighs. Teckler sits on the ground and leans against the steel walls of the antechamber.

P. Baldwin: It has to do something. Anton, Anton, you read the file, what's the deal with this thing?

Radu is silent. He looks down at the floor.

P. Baldwin: Anton, I- we need this thing to get out of here. What the hell does the rock do?

Radu sighs. Tears are welling in Baldwin's eyes.

A. Radu: It… it doesn't do anything.

Gardner and Teckler wince. Baldwin begins to slowly step towards Radu. There are more tears in her eyes.

P. Baldwin: The fuck are you talking about? It's- It's SCP-7209, that rock is the whole reason we're here! What does it do?

Baldwin keeps stepping forward. Gardner takes a step back while Teckler shuffles closer to the antechamber doorway.

A. Radu: I told you, it doesn't do anything. The document- it was just a placeholder or something. I think SCP-7209 was too? The document wasn't even finished when I got to it, there's no proper description at all beyond-

Radu points at the supposed SCP-7209.

A. Radu: Beyond that. It doesn't even have anomalous properties, I don't think. Keter class but… it said something about "the show"? We're in a game, right? Did the Insurgency plant this?

Baldwin takes another step. She is no longer standing in the antechamber, and she slowly starts reaching toward her pocket. Gardner increases the grip on the firearm he's holding.

P. Baldwin: I don't care about whatever your theory is, Anton, I just- I just need this to do anything. You're a goddamn archaeologist, can't you- I don't know, do something?

A. Radu: That's not what archaeology is, I don't deal with just crystals or whatever. It's just a rock, Petra, I'm sorry.

The room goes silent. Baldwin starts to hyperventilate and reaches deeper into her pocket. Gardner takes another step back. Teckler is now seated in the doorway to the antechamber. Radu places his hand in his lab coat pocket. Baldwin begins to sob.

P. Baldwin: God fucking damn it, man.

A. Radu: I'm sorry Petra, but there's another way out of-

P. Baldwin: Another way out? What, is Big and Buff going to run into the walls until they fall over? Teckler slithering out like the worm he is? This was our last fucking shot, Anton, and it's- it's over.

J. Gardner: Soldier, it ain't over 'till it's over. Now, I suggest you don't do what I think you're about to, because-

P. Baldwin: My kids, Anton. I'll never get to see them again. My wife, my coworkers, my friends, everyone I've ever loved. Gone.

A. Radu: Don't think like that, Petra, it's not-

P. Baldwin: You have family, archaeologist?

Radu steps back. His hand grasps something inside his lab coat pocket.

A. Radu: No.

P. Baldwin: Then you don't understand what it's like. None of you do.

J. Gardner: What?

Suddenly, Baldwin screams and pulls the revolver out of her pocket, running towards Radu and pointing at his head. Gardner attempts to shoot at her, but his firearm jams. As Baldwin runs forward, Radu pulls out his revolver. His hands are shaking. He looks at Baldwin and Gardner. Gardner is trying to unjam the firearm, and Teckler has already run away from the antechamber. With a tear welling in his eye, Radu pulls out the revolver Baldwin gave him initially and fires two shots. One makes contact with Baldwin's chest, terminating her instantly. The other makes contact with the supposed SCP-7209. The crystal shatters. The video feed experiences a visual glitch. Upon returning, only half the crystal shards are remaining on the ground. Baldwin's body is gone. Gardener and Radu breathe heavily from exhaustion, before sitting on the ground and dropping their weapons. They look at each other. Tears begin to well in Radu's eyes. Teckler walks back into the room slowly and sits next to Radu. He winces upon noticing the gun next to Radu. Radu leans his head back and begins to cry.

[END]














































VIDEO LOG


[BEGIN]

Teckler, Radu, and Gardner enter the east-wing weapon storage room. The furniture, including the individual lockers, has been thrown around the room. There are ammunition and firearms on the ground. The three look around before beginning to collect items.

J. Gardner: Grab everything you can. We wanna blast out of this place, we'll need all the firepower we can get.

M. Teckler: What about this?

Teckler attempts to lift a heavy-duty barricade shield and drops it. Gardner walks over and picks it up with ease, throwing it over his back.

J. Gardner: Works for me.

Radu looks around the room. He places his hands in his lab coat pockets and sits down. Teckler and Gardner notice.

J. Gardner: Hey, soldier, you good?

M. Teckler: What's got you all fucked up in the head?

Gardner slaps the back of Teckler's head.

A. Radu: It's just… I can't stop thinking about Petra.

Gardner sighs.

J. Gardner: Kid, I know what it's like. First kill, right?

A. Radu: Uh. Yeah.

J. Gardner: Could tell from the look in your eyes. Feels like a mix of emotions. But you did the right thing.

M. Teckler: She was going to get us all killed, you included.

J. Gardner: Exactly. Plus, live easy with the thought that you don't have to kill many more people in the field of archaeology, once we're out of here.

Radu chuckles.

A. Radu: Guess that's true.

Gardner stands up.

J. Gardner: So, let's keep going. Can't let our emotions distract us, not right now. Save tears for once you're off the battlefield, or you'll get hurt.

Radu sighs and stands up.

A. Radu: Yeah. Okay. Thanks.

M. Teckler: Let's kill this fucking engineer.

Intercom system turns on. All three brace themselves with the weapons in their hands.

The Engineer: So. Do you want to object? Do you think there's another way out of this place?

M. Teckler: My god, do you ever shut up?

The Engineer: Perhaps another incentive to close inwards is required.

3 Insurgency agents run through the doorway in front of Radu, Teckler, and Gardner. All are armed and wear tactical gear, including full-face masks bearing the Chaos Insurgency Insignia.

Insurgent 1: Alright, Feds, hands behind your head!

Insurgent 2: Yeah, hands, now!

M. Teckler: Okay, okay, okay, fine, Jesus Christ.

J. Gardner: No.

Insurgent 3: What the fuck was that, stocky?

J. Gardner: I told you, no.

Insurgent 1: Not an option, you stupid-

Gardner pulls his handgun out of the holster and fires at the head of Insurgent 1, their body falling dead to the ground with a splatter of blood on the wall behind them. He then leaps toward Insurgent 3 and tackles them to the ground. While Insurgent 2 turns to react, Radu pulls out the pistol and points it toward them. Teckler runs towards the door.

Insurgent 3: Get the hell off me, you beast!

J. Gardner: Fuck you. Radu, please, if you wouldn't mind.

A. Radu: Uh, yeah, right, okay. Don't shoot him, asshole.

Insurgent 2: Oh, the archaeologist has a gun? Real scary there, kiddo.

A. Radu: Excuse me?

Gardner begins slamming Insurgent 3's neck against the ground and punching their face mask. Insurgent 3 lands a hit on Gardner's nose. A cracking sound is heard Gardner screams. He raises his fists in the air again.

J. Gardner (between punches): Let. Us. Out. Of. Here.

Insurgent 2 raises their gun towards Radu. Radu shakes.

Insurgent 2: Well, there goes that confidence then. This'll be fu-

A rock resembling a fragment of SCP-7209 flies through the doorway and hits Insurgent 2 in the front of their helmet mask. They fall backward while trying to recover themselves and slam the back of their head on a clothes bar in the closet behind them. The sound of a skull cracking can be heard before they fall, blood smearing on the wall behind them. Teckler runs into the room holding the pieces of SCP-7209.

M. Teckler: Shit, did that work?

A. Radu: That- how did he manage to…

A. Radu looks at the security camera in the room. Visual glitch.

J. Gardner: Welcome back, sissy.

Insurgent 3: Goddamn it, I'm gonna fucking kill you, fuckin' Foundation piece of-

Gardner grabs his revolver and slams the back end into the Insurgent's helmet mask. They slump to the ground and stop moving. Gardner leans back and lets out a tired exhale. Blood drips from the back of the revolver.

M. Teckler: Wow.

J. Gardner: Well? Who else, you freaky fucking shadow voice? Who else needs to get their ass kicked? Or are we done here?

Insurgent 3 coughs and starts shallow breathing again. Gardner turns his attention back to them.

J. Gardner: And you. I don't know who you are, but I'll find out, and I'll have the entirety of the Foundation's armed forces focused on everyone you hold dear.

A. Radu: Okay, John, that's probably enough.

Gardner ignores Radu.

J. Gardner: You, and your insurgency, and everyone else who's out to ruin our lives. It's over, you fucking-

Gardner takes off the Insurgent's helmet and gasps. The face underneath the helmet is recognized as Chase McDougall, Gardner's second in command within their MTF. Gardner drops the helmet on the ground and leans down putting his hands on the side of McDougall's head. Tears start forming in Gardner's eyes.

J. Gardner: Chase?

McDougall coughs up blood and grins weakly.

J. Gardner: No. No no no. You ain't- you're loyal, you would never…

C. McDougall: I'm… I'm sorry chief… you put up a good fight, eh?

Gardner begins speaking through sobs.

J. Gardner: Goddamn it Chase, we were Foundation fucking family! Your father, mine, we… why would you-

McDougall coughs up more blood. Some lands on Gardner's face. Teckler and Radu stand behind Gardner, looking at the blood on the floor around them.

J. Gardner: Soldier, no, you can't do this, you can't- I'm so sorry, Stormchaser, I'm so fucking sorry-

McDougall slowly raises his hand and places it on Gardner's shoulder. Teckler flinches.

J. Gardner: Why… why the hell would you ever…

Gardner's tears start falling into the blood on McDougall's body. Tears form in McDougall's eyes.

C. McDougall: They… they had my wife, Chief… daughter too. I couldn't- I couldn't let them…

McDougall's eyes begin to flutter shut. Gardner starts to hyperventilate.

J. Gardner: Don't you start dying on me, soldier- you can't start dying on me now. You can't go, we- I need you, Stormchaser, I need you to stay with me!

C. McDougall: I'm so sorry, John.

McDougall falls limp. Gardner, Teckler, and Radu remain silent. Tears flow down Gardner's face. Teckler and Radu look at each other.

J. Gardner: No… that's…

Suddenly, Gardner's eyes widen. Marching can be heard approaching the storage room. Teckler and Radu run to the sides of the doorway. Gardner raises his head.

J. Gardner: You didn't have a wife. It was a cover we told them so we could-

7 Insurgents enter the room behind Gardner. All raise their weapons and shoot directly at Gardner's head. Teckler and Radu cover their mouths while hiding behind the thrown-around furniture. The Insurgents stop firing and leave the room, single-file. Gardner's body drops dead on the floor. The video feed experiences a visual glitch. Upon returning, McDougall's body is gone. Radu looks around the room in confusion before the intercom system turns on again.

The Engineer: And thus, there were two.



















































VIDEO LOG (SOUTH CONTAINMENT WING HALLWAY)


[BEGIN]

Anton Radu and Murph Teckler sit next to each other, leaning against the wall. Both have small splatters of blood on their clothes. Teckler releases a heavy exhale, and Radu wipes tears from his eyes. Teckler coughs.

M. Teckler: So.

A. Radu: So?

M. Teckler: Just us.

A. Radu: Yeah. Yeah, it is.

M. Teckler: Just like you told Hishikaku, right?

A. Radu: Huh. Yeah, right.

M. Teckler: So. Are you ready to duel?

Radu looks at Teckler with confusion and stands up. He reaches into his lab coat pocket.

A. Radu: Excuse me?

M. Teckler: Duel. You know. Fight, between two people. That's how most battle royales end anyway.

A. Radu: I'm not- what happened to getting out of here together?

Teckler stands up and laughs.

M. Teckler: Please, that was John's whole campaign. Now that the beefcake is gone, what hope do we have of breaking out?

A. Radu: That's not… we can still do this, Murph. We can't just give up now.

M. Teckler: Goddamn it, we can, Anton. I don't know why you can't seem to realize it, but we can. Quite frankly, I think you want to live just as much as I do.

A. Radu: Of course I want to, but I also don't want any more blood to be spilled- we had to watch so many people get shot, beaten, crumpled, I… we can't do that. We can't let ourselves fall into that.

M. Teckler: Stupid.

Teckler reaches into his labcoat pocket; it is clearly bloated from carrying shards of SCP-7209.

A. Radu: If you were against us the whole time, why didn't you just say that? Tell us the truth and leave us be?

M. Teckler: How far would telling the truth have gotten me? John or you or that psycho Petra would've killed me immediately if you knew I just wanted out, or that I worked at Site-37 for reasons, or that I knew what the stupid crystal was gonna be. I mean, sustainability, Anton, don't you get that?

Radu is silent. He pulls the revolver out of his pocket and points it at Teckler. Teckler raises his hands.

M. Teckler: Woah nelly. Thought we weren't dueling.

A. Radu: Did you say you knew what SCP-7209 was going to be?

Teckler takes a step back.

M. Teckler: Uh, yeah. It was one of the papers in my spawn room- why is that what you care about?

A. Radu: If we had known about that, then- Petra might've lived you sick fuck!

Teckler takes another 2 steps back. His hands are shaking.

M. Teckler: Okay, Anton, let's calm down and consider for a second- LOOK AN INSURGENT!

Radu looks behind him. Teckler turns around and starts running down the hall. Radu turns back and begins to chase after Teckler, firing an initial shot that barely misses and slams into the steel wall at the end.

VIDEO LOG (CONTAINMENT HALL OUTSIDE ANTECHAMBER)


Teckler runs around the corner of the hall, narrowly avoiding the gunshot. As he runs down the hall towards the entrance to the antechamber, Radu turns around the corner after him.

A. Radu: Goddamn it, Teckler, you fucking traitor!

Teckler ignores him and keeps running. Upon reaching the entrance to the antechamber, he turns with a swivel and slips on the ground, landing on his stomach. As Radu continues to run towards him, Teckler flips himself on his back and prepares to get up before another gunshot is fired. Teckler stays on the ground and begins to shuffle back as Radu approaches.

[END]

























AUDIO LOG


[BEGIN]

Murph Teckler shuffles into the antechamber on his back, crawling backward and nervously shaking. Anton Radu walks forward at him, his revolver pointed at Teckler's head. Neither notice the multiple Insurgency agents standing around the perimeter of the room. Teckler eventually backs up against the outer wall of the chamber. He looks back, gasps, and looks back at Radu. Radu has an expression of anger.

M. Teckler: C'mon, man, you don't have to do this.

A. Radu: I don't? I thought killing people was the only way out of this, Murph.

M. Teckler: That's- I wasn't serious, you know that, I still want to get out of here, just the two of us.

A. Radu: Why didn't you tell us about SCP-7209 then? Why didn't you tell us what you knew? Petra, she-

M. Teckler: She was fucking unstable, Anton. No matter what went down, whether or not we found the crystal and tore down that door, she would've cracked eventually. Don't be so stupid.

A. Radu: Why didn't you tell me then at least? Tell someone? Try to encourage us to, I don't know, go somewhere else. If she was going to burst, why did you lead us to a point where people died?

M. Teckler: I didn't- You're being irrational, Radu, c'mon. Give me a chance, I'm not going to-

Intercom turns on. Two taps on the mic.

The Engineer: Well. Isn't this quite a pickle?

A. Radu: Great.

M. Teckler: No, god, not right now.

The Engineer: My fellow insurgents, wouldn't you agree that this particular room is… unfit for a good show?

The Insurgents around the room all nod at the same time. Radu and Teckler finally notice them and jump in shock. Teckler tries to move away slowly while Radu watches them, but Radu keeps the revolver tracking on his head. Teckler freezes.

A. Radu: When did they…?

Video feed experiences a visual glitch. Upon returning, the central SCP-7209 containment chamber is gone. Teckler falls back and his head lands with a hard slam against the ground. Radu jumps slightly before regaining composure and repointing the gun at Teckler. There is now another layer of Insurgents around the room.

A. Radu: What is going on?

M. Teckler: Where- how- what?

The Engineer: Just fixing things for the show, of course.

Radu stops and sharply exhales. He lowers the firearm and looks at the intercom speaker.

A. Radu: What did you just say?

The Engineer: Just fixing things for the show of course.

A. Radu: The.. the show?

M. Teckler: Anton?

A. Radu: Where have I heard that before?

The Engineer: I don't know what you mean. Now look, Anton, the worm Teckler is right before you.

Teckler begins hyperventilating and backs himself up to the feet of the Insurgents behind him, jumping upon looking back and seeing their masked face staring back.

A. Radu: That… that line. And the bodies. And the paper, and all the weird systems.

M. Teckler: Anton? Hello? You're- you're thinking of a way to help us, right?

A. Radu: Why isn't Ethel here? Why wasn't the file complete?

M. Teckler: Earth to Anton, please, wake the fuck up!

A. Radu: And that thing, that thing Hishikaku said before he died.

The Engineer: Anton, your freedom, sits right there before you. A way out, and a way to rid your glorious Foundation of the rats and worms like Murph Teckler. Don't you seek victory? Do you not want to find yourself the last man standing?

The Engineer: This is the end, Anton. The gun, the one in your hand, is completely loaded. The right amount of shots to end everything. It's you or Teckler. His life, his squirming, pathetic life, it's not worth your own. You know that. He's done nothing but ruin it all, Anton.

Radu looks around the room. His eyes widen slightly as he realizes something.

A. Radu: Oh.

M. Teckler: Oh?

The Engineer: Or, you come with us. Join the Insurgency. Tell us everything you know - or rather, let us pull it from your brain. Help us rebuild the world, a better one free of the Foundation. A world where we could be kings, Anton.

The Engineer: Two options, archaeologist. Which one will it be?

Radu closes his eyes and deeply inhales. His index finger slowly approached the trigger.

M. Teckler: No. No no no, Radu, listen to me, it doesn't-

Radu raises the gun to face Teckler's head.

M. Teckler: Fuck.

The Engineer: One click.

Radu holds still for a moment.

The Engineer: Well?

A. Radu: Not playing your game.

Radu points the gun at his own head. Chaos Insurgency agents around the room raise their weapons and begin to approach.

The Engineer: You- You can't possibly-

Radu clicks down on the trigger.

[END OF SIMULATION]

DISCONNECTING SIMULACRUM…

RETRIEVING PARTICIPANTS…





























O5 COUNCIL RECORD


[BEGIN]

The sack on Dr. Radu's head is removed. He is sitting between O5-11 and an empty chair labeled "13". All of the O5 Council are staring directly at him.

O5-1: Hello, Anton Radu.

A. Radu: …what?

O5-3: HEART RATE SIGNIFICANTLY ABOVE AVERAGE. ARE YOU AFRAID, DR. RADU?

O5-6: The hell he gotta be afraid of? Ain't ever seen an O5 before?

O5-8: Most people haven't, actually. Funny statistic.

O5-7: How do you gauge that, anyhow?

O5-8: Annual census.

O5-3: CORRECT. THE STATISTIC IS APPROXIMATELY 0.08% OF ALL FOUNDATION PERSONNEL HAVE ACTUALLY SEEN-

O5-1 places his hand on the glass dome containing O5-3.

O5-1: That's quite enough of that, everyone. Dr. Anton Radu, you have been selected as the one true victor within PROJECT ROYALE. As such, you have been immediately promoted to the position of O5-12.

O5-11: Surprise!

O5-6: Y'ain't much of a fighter, but damn right you proved yourself.

O5-5: Oh, what's the codename gonna be?

O5-4: "The Archeologist" makes sense, doesn't it?

O5-8: Kind of drab. What about "The Normal"? Since he's, you know…

O5-8 raises their cybernetic arm extensions.

O5-8: Not like this.

O5-13 manifests in the "13" seat.

O5-13: Already done before, by my previous.

O5-5: If copying isn't allowed, how come 6 gets to be "The American"?

O5-6: You questionin' my nation, Five-head?

O5-5: That's barely even an insult, cowboy.

O5-1: All of you, I would like to give Anton here a more positive outlook on the Council before he starts. Please. So stop talking.

O5-4: Sorry, boss.

O5-1: Right. Anyway. Dr. Anton Radu, do you, with all the power of the Foundation, and swearing the oath of Security, Containment, and Protection, accept this promotion?

O5-5: Why do you even ask 'em that, he's obviously going to say-

A. Radu: Uh. No?

O5-5: -yes. Sorry, what?

O5-7: Kid, that's…. No isn't an option.

O5-8: First time for everything.

O5-1: Dr. Radu, you mean to tell me you decline the promotion to a member of the O5 Council?

A. Radu: Yes. Yes, I do. Sorry, I know this is a big deal and everything, but I don't see myself as that kind of… I don't know. I'm not suited towards this? I'm an Archaeologist, I'm not a bureaucrat. Or anomalous, which seems to be… a common theme.

O5-5: 6 isn't anomalous. He's just stupid.

O5-6: Stupidly PATRIOTIC.

A. Radu: But yeah. I don't even know what I did to earn this anyway, all I did was… well, I offed myself in a simulation. That was a simulation, right?

O5-8: Correct! State of the art.

A. Radu: State-of-the-art simulation, used for… a battle royale.

O5-4: I wouldn't think of it like that.

O5-7: It kind of was.

O5-1: Yes, Dr. Radu, the method we used to promote you was controversial, but-

A. Radu: Controversial? You made us… you told us to kill each other! I had to watch good people, good coworkers, get slaughtered!

O5-13: Death comes for us all, Radu.

O5-5: Not like any of it was real, right?

O5-3: SIMULATION: noun, imitation of a situation or process.

A. Radu: It doesn't matter that it wasn't real, none of them knew that. Maybe John and Teckler, but everyone else… I mean, Petra, what happened to her… they're going to carry those memories forever now.

The room goes silent. O5-10 raises their hand.

O5-10: They won't.

A. Radu: What?

O5-10: It's all gone.

A. Radu: You… how is that ethical?

O5-6: Who the hell said anything about ethics?

O5-1: Listen, Anton, I think both you and I can agree that it would be hell for the rest of their lives if they could remember PROJECT ROYALE. What we did makes natural sense.

O5-4: Foundation policy, if you will.

O5-1: Now, let me make it clear to you: you are going to become O5-12. It's not an offer, it's an order. You displayed all the traits that satisfy a council member during PROJECT ROYALE.

O5-4: You kept your cool when it was a necessity.

O5-6: And ya shot who needed to be shot when they needed to be shot.

O5-8: Thought through the simulation - need more minds like that.

O5-1: And most importantly, loyalty. No handing over classified documents for freebies, no killing the meek and undeserving when it suited you. Foundation blood, through and through.

O5-2: You are seen as worthy.

The rest of the Council looks at O5-2, stunned.

O5-2: The trials set forth upon you, Anton, son of Maria and Andrei, were clear. You are one us the few, and it is an unchangeable truth.

The council looks at Dr. Radu.

O5-2: No one man wishes upon himself this role. But it is a responsibility. A responsibility you have to the world, to protect the weak.

A moment of silence.

O5-2: Your perception of your qualities is naught to the universe. This is the place you were always meant to be. I am sorry.

A moment of long silence. Dr. Radu stares down at the table, tapping his fingers. The silence is only occasionally broken by the whirring of O5-3's mechanical body.

A. Radu: I see.

O5-1: I… I'm not one to speak of destiny, Anton, but it's true.

O5-4: The Foundation requires a 12th.

Dr. Radu sighs.

A. Radu: Understood.

O5-1: Perfect. Then, Dr. Anton Radu, do you accept the promotion to the position of O5-12? For the sake of all normalcy, and the people who live within it?

A. Radu nods his head for the last time.

O5-12: I do.

O5-1: Congratulations. Welcome to the O5 Council, the high and final authoritative body of the Foundation, O5-12. We have a lot of work to get done.

O5-12: You're darn right we do; and I know where to start.

[END]











































































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