SCP-6220
/*
 
    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: +28+x
Item#: 6220
Level4
Containment Class:
keter
Secondary Class:
none
Disruption Class:
ekhi
Risk Class:
critical

Special Containment Procedures: While the full size of SCP-6220-A and SCP-6220-B's containment unit is approximately 2km2, both entities are encouraged to reside within containment area 1A's greenhouse, for ease of communication. Under no circumstances should any flora, funga or fauna be removed from containment area 1A, without explicit permission from either SCP-6220-A or SCP-6220-B. Immediate disciplinary action, the outcomes of which can include job termination, will be taken upon any personnel found to violate this order.

During working hours1, Dr Keitin2 is expected to supervise both entities from within their cell, acting as a liaison to between SCP-6220 and Foundation personnel. Any requests either entity make in regards to supplies, or aid needed for their 'garden', should be fulfilled by Dr Keitin. In circumstances where a request cannot be immediately granted, SCP-6220's research department3 should be contacted to discuss further details.

Regardless of clearance level, all staff who wish to access SCP-6220's containment unit must consult Dr Keitin beforehand, and should expect to wait up to 1 week before access is either denied or granted. Personnel should not speak directly with either SCP-6220-A or SCP-6220-B, neither entity will engage in communications if Dr Keitin is not present to mediate the discussion.

It is to be noted that, while Dr Keitin is granted the position of co-head, he is not permitted to make decisions in regards to extraneous resource allocation to SCP-6220, nor security measures, without the primary head's approval. Information out of date; from 10/03/2017, Dr Keitin will be deemed the sole head over SCP-6220's continued research. Resource allocation will be monitored, and thusly maintained, by the Entomological department's administrative head, in addition to the security team. Should indications of SCP-6220-A or SCP-6220-B's influence over Dr Keitin's behaviour become apparent, Dr Myceil is to overtake Dr Keitin's position immediately.

Description: SCP-6220 is the collective designation between two deities, one which claims dominion over all Funga4, and the other Insecta5 organisms, referred to as SCP-6220-A and SCP-6220-B respectively. Both entities claim they are in the process of creating their own 'garden', which has been documented to function identically to natural ecosystems. The largest difference, being all life forms present have been created exclusively by SCP-6220-A or SCP-6220-B.

  • SCP-6220-A is solely comprised of fungal matter. Aside from its head and upper limbs closely resembling human anatomy, its form below the upper torso is an amalgam of different fungal species, which have grown together to form a cloak over its lower extremities. It is currently unknown whether or not the 'cloak' is a part of SCP-6220-A, or if it's only used as a form of clothing. SCP-6220-A is believed to physically attach itself to all mycelium networks it creates, allowing it to use them as a nervous system.
  • SCP-6220-B does not have a fixed form, and is known to regularly change its physical attributes. However, it will most commonly take on a humanoid-Esque appearance in the presence of humans, often partially comprised of anatomy consistent with multiple insects, it most commonly manifests with beetle-like appendages.

While both entities are capable of heavily distorting reality, in addition to designing and creating life forms falling under their respective dominions,6 it is not currently known if either entity is capable of creating beings, that fall outside of their alleged dominions.

Discovery 6220: SCP-6220-A and SCP-6220-B's 'garden' was first discovered after embedded officers near Franklin-Gordon Wild Rivers National Park, Tasmania, reported a roughly 500m2 area, harbouring unidentifiable funga and flora.

VIDEO LOG


DATE: 15/2/2000, 08:54

PERSONNEL: Dr Anne Tina, Dr Leroy Keitin

NOTE: At this time, personnel were not aware of SCP-6220-A and SCP-6220-B. The following log has been included for records keeping, after Ecological personnel encountered both entities, while documenting the area for an official classification.


[BEGIN LOG]

Dr Anne Tina: C'mon, let's get a move on. I want to finish this in time for a second breakfast at that cafe.

Dr Keitin: Oh, we're not taking samples yet?

Dr Anne Tina: Nope. We can leave that for the return trip.

[Words are not exchanged for the next 10 minutes, both personnel traverse the area.]

Dr Anne Tina: Awfully quiet over there, eh?

Dr Keitin: Huh?

[Dr Keitin crouches down.]

Dr Keitin: Where?

[Dr Anne Tina is heard chuckling.]

Dr Anne Tina: I see that got you talking.

[Dr Keitin stands up.]

Dr Keitin: Oh! Uh, I've just been focused on taking the notes and all. Are we supposed to be talking? It's not getting in the way of the recording, is it- Oh wait, is it?

Dr Anne Tina: This recording is just a safety measure should anything happen while we're out here in the field. I wouldn't worry too much about it.

Dr Keitin: Huh… So, could I ask about the application then? I know it's like the 50th time and all, I just, want to know what to expect.

Dr Anne Tina: Well, don't expect much. Entomology is already a niche anyways. So unless you got somethin' big on the line, chances are, you're not getting any bites.

Dr Keitin: Well errm… How does one get "somthin' big" on the line?

Dr Anne Tina: Leroy, believe me, you don't want something big. There's a damn good reason we're starting you at a low-risk anomaly. Keep a level head, and you'll be tackling the bigger and better things in no time.

[Dr Keitin nods.]

Dr Anne Tina: You ought to relax a bit more too. Helps get the work done quicker. And speaking of work, it's about time we get to it.

Dr Anne Tina: Command, Foliage nearing SCP-6220's centre is appearing denser. A pathway leading to an open stone pavilion is-

SCP-6220-A: [distantly] I would disagree on utilising our subjects for such purposes. Leave our defences to my non-sentient creations. It'll save your denizens from the pain. Speaking of which, this should do nicely, it will stay in this state year-round too.

[Dr Anne Tina halts and holds an arm out towards Dr Keitin. She non-verbally shushes him and they move closer to SCP-6220-A and SCP-6220-B]

Dr Anne Tina: Command, two sapient entities are present. Appearing non-hostile. How do we proceed?

Command: [inaudible]… Approach with extreme caution, wait at your location until further notice.

SCP-6220-B: They're not even your subjects, and yet you've grown attached already? I must say, this bodes well for our union. Though I would prefer we don't rush our practice, at least finish our palace first, our creations will do much better with… Warmer conditions to grow in.

SCP-6220-A: I would agree. However, I must not understate the urgency of our matters, much longer, and such filthy creatures as-

[Dr Anne Tina takes another step forward, standing over a network of mycelia, which appears to gain the attention of SCP-6220-A.]

SCP-6220-A: Well. Seeing as such creatures now deem it acceptable to trample my form, I believe my concerns have been realised.

[SCP-6220-A turns to look directly at Dr Anne Tina and Dr Keitin.]

SCP-6220-A: Show yourselves!

[Both Dr Tina and Dr Keitin slowly try to back away, though notice their previous passage has been blocked by a wall of thorns. Both personnel slowly make their way to the path. While Dr Anne Tina kneels down, Dr Keitin remains standing.]

SCP-6220-B: I do not recall you being granted permission to stand.

Dr Anne Tina: My apologies. My associate will not commit this act again.

[Dr Anne Tina quickly grabs Dr Keitin's hair, and pulls him down.]

Dr Anne Tina: [whispers] Listen to me carefully, do not engage with them. Look straight at the ground, and stay that way. Understood?

[Keitin nods, and quickly looks to the ground]

Dr Anne Tina: I must thank you for your hospitality, neither I nor my associate meant to intrude on your province.

SCP-6220-B: If it were not your intention to intrude, then may I ask, why you are here?

Dr Anne Tina: We were sent to document your… creations. My organisation was not aware of your involvement. But, if permissible, may I ask why you are here?

[SCP-6220-A tilts its head to the left, appearing to squint at Dr Anne Tina]

SCP-6220-A: These lands are not to my or my dear partner's liking, it does not reflect our standards. Through our union, we've decided we wish to create an adequate world we can rule… Together.

Dr Anne Tina: So, your intentions are to convert the earth's surface to your standards?

SCP-6220-A: It is not our intention to encroach on other deities' work.

Dr Anne Tina: I'm afraid I don't understand. Your plan is to convert a small area to your standards?

SCP-6220-B: We would not refer to our area as small. Furthermore, we will not be persuaded into such predatory dealings your organisation is known for.

Dr Anne Tina: Dealings? May you specif-

SCP-6220-A: We are well aware you are affiliated with the Foundation. We will not be entertaining your poorly masqueraded intentions to sanction our kingdom.

[Dr Keitin momentarily looks up, and makes eye contact with SCP-6220-B. After noticing him quickly putting his head back down, SCP-6220-B begins to walk toward him. It stops between him and Dr Anne Tina.]

Dr Anne Tina: Oh, of course! We would not propose you must downsize! I'm just trying to understand your desires-

SCP-6220-B: Pardon my intrusion, I haven't yet heard your 'associate' speak. Does it even have a name?

[All parties remain silent for approximately 1 minute. SCP-6220-B looks towards Dr Keitin expectantly]

SCP-6220-B: Are you incapable of such a simple task, or are you willfully ignoring an order?

[Dr Keitin mouths "what do I do" to Anne, who mouths back "wait".]

SCP-6220-B: My patience is wearing… Awfully thin.

[Dr Keitin looks to Dr Anne Tina, who mouths "wait". SCP-6220-B goes to speak again, though is cut off.]

Dr Ann Tina: I wish to apologise, my associate is not capable of speaking.

[SCP-6220-B squints at Dr Anne Tina, before redirecting its attention to Dr Keitin.]

SCP-6220-B: Is this true? Can you not speak?

SCP-6220-B: …Perhaps you would require an incentive?

[SCP-6220-B goes to kick Dr Keitin, stopping before impacting him. It does not receive a response. It then picks a thorn, cutting his forearm lightly, upon still not receiving a response, it stands.]

SCP-6220-B: What is your name? I expect it now.

[Dr Keitin remains silent. He looks up to SCP-6220-B, they stare at each other for 1 minute.]

SCP-6220-B: I've seen enough, that will be all…

[SCP-6220-B walks back towards the pavilion]

SCP-6220-A: Very well, now that you are aware of our intentions, you both may leave.

[In the moments following, a group of armoured insects, closely resembling pill bugs, surrounded both Personnel and ushered them outside of SCP-6220's area. Quickly disbanding at the edge of the 'border'.]

Dr Anne Tina: [whispers] Keitin. Keitin? Are you ok? Look, that was not, in any way shape or form meant to happen the way it did.

Dr keitin: [whispsers] is that what you mean by bigger and better? I think I handled that pretty ok ehh… What's a name?

Dr Anne Tina: [sighs] I can't stress this enough. If you ever encounter an entity like that again, you must continually ask for someone who knows what they're doing.

Dr keitin: [whispers] You got away scot-free? Is my name that fucking bad?

Dr Anne Tina: They were testing you. The fact you're not seeing that is why it's so dangerous. If a small cut means they'll stop bothering you, then take it.

[Anne holds her earpiece.]

Dr Anne Tina: Command? Prepare a biohazardous quarantine chamber for the both of us. We're on our way back.

[Anne takes a deep breath and looks at Keitin]

Dr Anne Tina: Come on. It's out of our hands now, we're going to be fine.

[END LOG]


Afterword: Both personnel have been transferred to a temporarily installed quarantine outpost, established in close proximity to SCP-6220's encampment (hereby referred to as Site-95-OP). They will remain in quarantine for a period of 1.5 weeks.

Within the following two hours from this recording, a dense 15m wall of thorns was grown, assumably by both entities, to mark a perimeter. Further efforts to communicate will be underway soon.

Addendum 6220-01: With the difficulty expedition teams have in re-entering SCP-6220's area, in addition to SCP-6220-A and SCP-6220-B's temperments and high likelihood at which a violent conflict can be avoided, through communication. Further expeditions, or otherwise invasive methods of containment, will be postponed to first attempt to contain entities peacefully.

Proceeding this decision, Dr Corey, the containment team's head, wrote a letter addressed to both entities. The contents outlined a meeting place and time, topics that would be discussed, in addition to the possible requests or accommodations the containment team could provide.

During attempts to deliver the letter via the use of an MTF agent specialising in diplomatic affairs, it was noted megafauna appearing anatomically similar to pill bugs (now deemed SCP-6220-1), would passively position themselves in front of personnel, presumably to block entry.

While this development initially led to debate over whether or not peaceful contact was sustainable, the order to remain neutral was left in effect. The letter was then sent via attaching multiple copies to SCP-6220-1 instances. In hopes either entity would notice the letters, should instances return to their vicinity.

Addendum 6220-1.1: Neither entity made an appearance on the specified date, though the proposed meeting point was noted to have a high concentration of SCP-6220-1 instances during the time the meeting was set.

In the days following the meeting's date, SCP-6220's area expanded by approximately 50m2, and almost perfectly covered the meeting point detailed in the letters, prompting the immediate implementation of high-grade SRA fencing7 to slow further expansion.

In light of peaceful contact now being considered highly unlikely, it was deemed necessary for an exploration team to contact SCP-6220-A and SCP-6220-B directly. If applicable, it is encouraged that teams capture either one or both entities.

VIDEO LOG


DATE: 24/2/2000

PERSONNEL:

  • 3 MTF agents. Specialising in environmental anomalies.
  • 1 MTF agent. Specialising in diplomatic affairs.

Primary objective: Either establish a clear line of communication between containment officials and SCP-6220-A and SCP-6220-B, capture entities. Lethal force is heavily discouraged, though permitted in the case of a serious threat.


[BEGIN LOG]

13:19: [Agents came within 5m of the perimeter, before being blocked by a multitude of SCP-6220-1 instances. Attempts to inflict physical damage, distract, or forcefully move instances proved ineffective. Instances were noted to remain passive.]

13:25: [Agents left the immediate area, allowing instances to clear]

13:45: [Agents are airlifted over the perimeter. Dropping into a clearing. Personnel begin to traverse the area, in the direction of the pavilion. At this stage, Funga and Flora had grown significantly larger. Though the number of different specimens present, appears to have diminished greatly.]

13:49: [SCP-6220-1 instances start to pursue agents. Agents sprint towards the centre and re-locate the pavilion, which had been largely reformed, and since enlarged, to resemble a Victorian-era greenhouse.]

13:51: [SCP-6220-A and SCP-6220-B briefly come within the camera's view, sitting inside the greenhouse's largest room. they are surrounded by many more flora specimens, which appear to have been moved inside recently. While appearing to notice personnel, they do not acknowledge any verbal attempts to communicate. Rather, SCP-6220-B lifts its hand as if to both silence, and stop agents from approaching.]

SCP-6220-B: I must say, their incessant whining is beginning to wear on my patience.

[In the seconds following, SCP-6220-1 instances surrounded agents.]

SCP-6220-B: First, they place those unsightly sticks outside of our domain. Then trespass… With that, terrible machine. Thank goodness we installed a roof… I can't imagine how they would've trampled our… Less robust creations had we not brought them in.

SCP-6220-B: I, truly, don't understand why you would expect we wait on enacting punishment. They are right there darling!

[SCP-6220-B waves its hand dramatically at the exploration team, currently subdued by SCP-6220-1 instances, which are beginning to usher the team away.]

SCP-6220-A: I assure you dear, we won't get our way by angering them now. Though, if we are to consider their offer, perhaps we enlist a… Sapient denizen to aid us? I do believe or garden is perhaps, ready, to harbour such a lifeform regardless.

SCP-6220-B: I do quite like the idea you would think us ready for such a commitment, though that hand mightn't be easy to find in our circumstances.

SCP-6220-A: I would think it's closer to us than you might expect- [SCP-6220-A's voice trails off as the mic is moved out of range.]

13:51: [All agents are forcefully expelled from the perimeter]

[END LOG]


NOTE: Entities attempted to expand their area in the proceeding hours. However, the wall of thorns abruptly stopped abruptly at the SRA fencing.

Addendum 6220-02: Two days from the expedition, an SCP-6220-1 instance emerged from the perimeter to approach personnel. While initially thought to be an attack, the instance was found to be in possession of a letter addressed to the Foundation.

To Whom it may concern,

We have thoroughly considered your letters and would like to discuss a compromise. However, we will decide the terms, and time, at which this arrangement will take place.

We would bluntly humbly ask that until we have established our means of communication, you refrain from trespassing.

Unkindly Kindest regards,

At this time, additional expeditions will be put on hold, as to encourage a peaceful outcome.

Addendum 6220-2.2: SCP-6220-1 instances have been noted to start traversing around Site-95-OP's preliminary buildings, in the days following SCP-6220-A and SCP-6220-B's letter. the purpose of this behaviour is not currently known.

While debates surrounding whether or not standard protocols surrounding free-roaming should be implemented in this case, the decision to keep instances from walking amongst the establishments were maintained. Being put into effect immediately, Site security have erected a buffer zone between SCP-6220's perimeter Site-95-OP's buildings. Instances, thus far remaining passive, attempting to cross the buffer would be physically deterred via the use of a cow prod.

Addendum 6220-03: A coordinated security breach on the Site-95-OP's quarantine sector was enacted by SCP-6220-B. The target of which was Dr Keitin, who was isolated and subsequently rushed beyond the perimeter, before on-site security could interfere.

VIDEO LOG


DATE: 27/02/2000

NOTE: The incident was recorded by on-site CCTV, and has been logged for records keeping.


[BEGIN LOG]

03:18: [SCP-6220-B emerges from the perimeter, taking the form of an SCP-6220-1 instance. It waits for security to break their line of sight, before it nudges the concrete crash barrier aside. Multiple instances begin to follow it out and roam the Site. It is noted security initially missed SCP-6220-B when attempting to re-direct Instances.]

03:24: [SCP-6220-B enters the quarantine sector, beginning to survey the establishments. It then finds Dr Keitin's room, positions itself nearby, and waits for approximately two minutes.]

03:26: [SCP-6220-B heads towards Dr Keitins window, and hardily nudges the wall, causing the room to shake slightly. Dr Keitin is seen waking up in moments following, he takes notice of SCP-6220-B, though assumes it is an SCP-6220-1 instance.]

Dr Keitin: What on- oh that was… You? Right…

03:39: [Dr Keitin begins to walk to towards the cells radio, presumably to report the instance.]

SCP-6220-B: Is that perhaps… Speaking? I hear. I must say, your initial resolve had me convinced you could not engage in such a simple task. My partner, however, tends to have an eye for seeing through such performative measures.

03:41: [Dr Keitin jumps at hearing SCP-6220-B's voice. He turns to face it, covering his mouth with his hands. SCP-6220-B then takes its previous form, unhinges the window, and steps into the room. Dr Keitin ignores SCP-6220-B and continues toward the radio. SCP-6220-B appears offended at his refusal to address it.]

SCP-6220-B: I must ask, do you enjoy… Perhaps, appreciate? such a mundane function as breathing?

[Dr Keitin pauses momentarily, though doesn't acknowledge SCP-6220-B. He continues to step toward the radio.]

SCP-6220-B: Clearly you mustn't?! Considering your continued insolence.

03:43: [SCP-6220-B quickly steps forward, blocking the radio. It takes hold of Dr Keitin's wrist and pulls him toward the window. It then positions one of its particularly sharp tarsi8 over his chest. During this, Dr Keitin was noted to remain silent.]

SCP-6220-B: I do not wish to get your filthy blood on such a regal being as myself. Though given such blatant disrespect, I find myself quite tempted.

[SCP-6220-B, upon not hearing a response, begins to press its tarsi into his chest. Despite not vocalising, Dr Keitin is visibly starting to sob.]

SCP-6220-B: However… You needn't cry over such a worthy punishment… As the gracious being I am, might, perhaps, present you with a single opportunity to redeem yourself. Understood?

[Dr Keitin hesitantly nods, starring at SCP-6220-B's tarsi.]

SCP-6220-B: Say it.

Dr Keitin: I… Understand. But I- I want to talk with command-

[SCP-6220 releases Dr Keitin.]

SCP-6220-B: Very well. We invite you, singularly, to negotiate "containment" terms. As you low beings seem to call them. If you refuse us, your organisation will'nt be given the opportunity to speak with us again.

Dr Keitin: I want to talk with command first-

SCP-6220-B: Are these terms acceptable. Or not?

Dr Keitin: I want to talk with-

[SCP-6220-B's eyes narrow. It raises one of its tarsus, emphasising the claw.]

SCP-6220-B: I'm starting to think you did not deserve your opportunity… Do go on though, I must insist you say that word again… "Command" was it?

Dr Keitin: I… Agree.

SCP-6220-B: A most splendid of choices! It is of utmost importance we leave to discuss our terms now.

Dr Keitin: I need to get the radio. I want to talk with Dr Corey.

SCP-6220-B: You will not be allowed outside input during our negotiations. Do come along now.

03:49: [SCP-6220-B dismissively reaches to grab Dr Keitin's wrist. He recoils and backs away.]

Dr Keitin: Wait! Uhh, I need to get the… Terms… From Dr Corey! I can't speak unless I know-

SCP-6220-B: We have many copies of such "terms" already. Your letters' "terms", were utterly infuriating to read, we can discuss that during our meeting.

Dr Keitin: No, I have to talk with Corey. I agreed-

SCP-6220-B: You most certainly did agree, of your own free will might I add. You will uphold what you agreed to.

03:53: [SCP-6220-B sharply grabs Dr Keitin's arm, and forcefully drags him outside. Dr Keitin begins to scream, alerting on-site security, who raises the on-Site alarm. SCP-6220-B sprints back towards the perimeter, with Dr Keitin in tow, crossing before on-Site security could intervene.]

[END LOG]


NOTE: Following this recording, all previously roaming SCP-6220-1 instances made their way back to the perimeter. Attempts to retrieve Dr Keitin were thwarted by SCP-6220-1 instances, which were noted to start trampling personnel upon being physically aggravated.

Addendum 6220-3.1: The following interview commenced approximately fifteen minutes following addendum 3.0, and documents SCP-6220-A and SCP-6220-B's containment.

VIDEO LOG


DATE: 27/02/2000

NOTE: The following log was recorded by Dr Keitin, after finding his Foundation-issued recording device on his person.


[BEGIN LOG]

[Camera is turned on]

SCP-6220-A: If you must insist we have this dastardly machine in our domain… You will leave it over there.

[SCP-6220-B quickly approaches the camera, snatches it from Dr Keitin's hands, and places it on a nearby table. Overlooking the greenhouse's central room.]

SCP-6220-A: [sighs] Now, I believe my partner has already discussed why you're here. Am I correct in this statement?

Dr Keitin: Yes but-

SCP-6220-A: Very well.

[SCP-6220-A turns to SCP-6220-B.]

SCP-6220-A: I am quite jubilant you have convinced him to speak, shall we begin darling?

SCP-6220-B: We most certainly shall. Though first, your name.

Dr Keitin: Uh, name?

SCP-6220-B: You have failed to adequately disclose it, this will be the final time I ask politely.

Dr Keitin: Keitin.

SCP-6220-B: At last! Was that such a hard snippet of information to divulge?! Now we have such a formality out of the way… Do state what your organisation will provide for us.

Dr Keitin: I… Don't really know what they can do. Can I talk with comma-

[SCP-6220-B narrows its eyes.]

SCP-6220-B: Do not tempt me, Kreitin.

Dr Keitin: That's uhh not my nam-

[SCP-6220-B narrows its eyes again.]

Dr Keitin: Maybe, uhh… Could you move to a Site?

SCP-6220-A: You expect us to re-locate, there?! On what terms would we be relocating?

Dr Keitin: Uhh, well, the letter-

SCP-6220-B: We would best hope, you are not about to parrot the obscenities written on that most terrible paper.

Dr Keitin: No, no! I-I'm sure they would give you everything you need, for Uh…

[Dr Keitin looks around the greenhouse's interior]

Dr Keitin: S-such a Beautiful garden.

SCP-6220-A: We are flattered by your compliment, though you have not answered our question. On what terms are you proposing we relocate?

Keitin: We Could Give you triple the size… Of your current area? I'm sure you could grow your garden there too?

[SCP-6220-A and SCP-6220-B turn to look at each other.]

SCP-6220-B: Triple our initial plans. For the small price of re-locating?! I must say, your decision to wait out these… Rapscallions, has been quite fruitful.

SCP-6220-A: I would agree. Hopefully, this would quell your doubts that he was indeed the correct choice to aid our interests?

[SCP-6220-A and SCP-6220-B turn to look back at Dr Keitin.]

SCP-6220-A: We find these terms quite favourable. You have proposed a most excellent of comprises!

Dr Keitin: And err… Maybe I could perhaps try to get you extra resources for your garden… Like… uhh maybe you'd want some help with getting everything in order.

[Dr Keitin Turns to face SCP-6220-B.]

Dr Keitin: Like- like your insects? Right?! Wouldn't you like a group to help with uhh… Your creations?

SCP-6220-B: A most thoughtful of offers, I would certainly appreciate such a kind gesture from your organisation, as to aid our lovely home. A most excellent idea!

Dr Keitin: I'd just need to get to command to err… Verify everything. I'm uhh, not allowed to make the decision without err… Corey to also agree- which I'm sure he will, I uhh, just need to talk to him.

SCP-6220-A: Do tell me, how can you assure us these terms will be fulfilled to a satisfactory degree?

[Dr Keitin remains silent for approximately 1.5 minutes, both entities look to him expectantly.]

Dr Keitin: I don't know how I can assure that… I'd need to talk to Dr Corey-

[SCP-6220-A's eye's narrow.]

Dr Keitin: I… Maybe we could all go? They'd be able to set this up on the spot! They wouldn't ask any questions of course.

SCP-6220-A: You are aware of your organisation's, tactics, On beings such as my partner and I, correct?

Dr Keitin: Certainly! But I promise I have your best inter-

SCP-6220-A: I have half a mind you may be one such tactic, you propose a most pleasing of offers. Then try strong-arm us into allowing you to consult with your superiors… To, I'll assume, draw us out?

Dr Keitin: No! No! Of course not, I -I can agree on their behalf! I just need to talk with them to… Uhh, approve it. Maybe I could just go alone, and you'll be here safe and sound?!

SCP-6220-B: And yet, you seem incapable of coming to an assured agreement without their input. I simply cannot trust in good faith you will represent us impartially.

Dr Keitin: O- oh well we have our agreement already right?! I just need to enact the procedures that's all!

SCP-6220-B: Does that not contradict what you just said? If I'm recalling correctly, you needed them to verify these terms. You then needed them to help set the terms, and now you seem capable of outright enacting our demands? It seems we require, this "command" to move forward, now doesn't it?

Dr Keitin: That- err… Is very correct! I just need to talk with them yes! I'll uhh, just go now, right?

SCP-6220-A: We cannot trust you will be impartial. How do we know your attempts to speak with them are in good faith?

[SCP-6220-B stares at an SCP-6220-1 instance, dramatically appearing to contemplate. It then turns to SCP-6220-A.]

SCP-6220-B: Darling, perhaps if he could make a commitment of sorts, to us. We could settle this most tragic of stalemates?

SCP-6220-A: A splendid idea darling! Keitin, we would like you to pledge yourself to us. If we are to allow you to converse with this "command".

Dr Keitin: W-well yeah, but I- I can just do that without-

SCP-6220-B: We do not trust a lowly creature, representing such a shady organisation, to represent us in an impartial light. Though, if you perhaps had our likeness, a true indicator of our interests, we could be more trusting.

SCP-6220-A: Your words will implicate you as much as they implicate us. An equal, fair, method going about our negotiations. Would you not agree?

Dr Keitin: I agree! Of course!

SCP-6220-A: And if you agree, would this not be a most simple of decisions?

Dr Keitin: Uhh… M- maybe?

[Dr keitin starts to back toward the entrance, though is blocked by SCP-6220-1 instances.]

SCP-6220-B: You will not leave this room until you have made a decision, your organisation's antics are ending here. Are you taking a most gracious of offers? such a kind being as myself has allowed. Or will you be leaving?!

[Dr Keitin begins to try pushing past the SCP-6220-1 instances.]

SCP-6220-A: Of course, I might add the latter choice does let your organisation down, doesn't it? Their only chance to speak with us would be squandered by you. Do pick wisely…

Dr Keition: I- don't know.

SCP-6220-A: Then find out.

Dr Keitin: M- maybe I could just go outside to think? I- uhh, need really, really need the plants to clear my head.

[SCP-6220-A gestures dramatically to the plants within the room. Dr Keitin hesitantly starts to pace around the room, he leans against the wall, eventually slumping to the ground. He remains near the entrance, and is unresponsive for the next hour.]

Dr Keitin: A- and this will make you both consider talking with command, I- I it'll mean I can fix this whole thing right?

SCP-6220-B: Yes.

SCP-6220-A: Most certainly.

[Dr Keitin looks to his hands, which are appearing to shake. He looks towards the entrance multiple times.]

SCP-6220-B: Walk to the window, turn around and face our garden. You will wait there, silently, for further instruction.

[for the next 4 hours, Dr Keitin remains stationary, as his person begins to manifest anatomy consistent with that of a rhino beetle. SCP-6220-A and SCP-6220-B are visible in the vicinity, discussing a range of topics over tea.]

Dr Keitin: He-y… Could I sit down I-I can't-

SCP-6220-B: Did I not tell you to remain silent?! Furthermore, no, your standing is required. And to think, you were not 30 minutes from adequately completing such a simple task as standing-

SCP-6220-A: Pardon me, dear, I haven't been paying much mind to your work. I'd say his new form is coming along quite nicely, a truly beautiful creation darling.

SCP-6220-A: Though, I do propose we allow him something dear. Even his legs are starting to buckle.

SCP-6220-B: I might disagree on this occasion. We shouldn't be acknowledging such disrespectful behaviour by awarding him.

SCP-6220-A: This, does raise a good point.

[Dr Keitin tries to speak, but is cut off by SCP-6220-B.]

SCP-6220-B: Not a word! I and my partner, have not 30 minutes left to enjoy the serenity.

[Entities resume their tea session, while Dr Keitin remains at the window. He begins to fidget with his head, which has morphed to be anatomically identical to that of a Rhino Beetle. In the following 30 minutes, entities end their tea session and make their way to Dr Keitin.]

SCP-6220-A: You may come with us now. You will discuss our agreement with your superiors.

[SCP-6220-A starts to walk towards the door. Dr keitin starts to sprint towards the entrance, though is stopped by SCP-6220-B.]

SCP-6220-B: What is the matter with you? This is a most inadequate walk!

Dr Keitin: N-nothing… Just uh, really excited to negotiate… We're going now right?

SCP-6220-A: I am quite pleased by your enthusiasm. Though, do walk in future.

Dr Keitin: Of course, yep, we really should be going now right?!

[Dr Keitin starts to speed walk outside, SCP-6220-B grabs him by his second set of arms, and walks him out of frame slowly.]

[END LOG]


NOTE: SCP-6220-A, SCP-6220-B and Dr Keitin, were recorded at the perimeter approximately fifteen minutes after entities left the frame.

VIDEO LOG


DATE: 27/02/2000, 08:34

NOTE: While standard procedure mandates unverified personnel possessing an anomaly must be apprehended, Dr Keitin was expedited from the procedure, on account that neither entity would resume negotiating without him present to mediate.

First contact took place with Dr Corey, who was stationed at the edge of the buffer zone, in addition to on-site security. Personnel had been waiting to contact entities for over 3 hours, at the time of SCP-6220-A and SCP-6220-B's arrival. The following log has been recorded over multiple cameras.


[BEGIN LOG]

[SCP-6220-1 instances standing near to the centre of the wall begin to part. All entities are momentarily visible through the foliage. SCP-6220-A and SCP-6220-B quickly obstruct themselves from view, ignoring verbal attempts to communicate. Dr Keitin is allowed through the instances, he sprints towards Dr Corey.]

Dr Keitin: I'm supposed to negotiate SCP-6220-A and SCP-6220-B's containment terms with you. [whispers] Corey, please send help, please, I can go now right? you can fix this can't you?

[Dr Corey, acknowledges the signal, nods lightly, and looks to the assumed spot of both entities.]

Dr Corey: Unfortunately, we cannot allow Dr Keitin to speak on your behalf at this time. Though, after he is formally processed, we may allow supervised visits.

[SCP-6220-A nor SCP-6220-B respond. After one minute, Dr Keitin looks back towards the perimeter, appearing concerned.]

Dr Corey: SCP-6220-A, SCP-6220-B? We would like to speak with you directly on this occasion. Please come forth. Security will apprehend you, and you'll be brought to somewhere… Safer for this discussion.

Dr Keitin: [whispers] Corey? Corey? I'm -I'm gonna go home now… Ok?

Dr Corey: [whispers] I don't want to alarm you, but you have to stay here. You're going to be escorted to a cell, you'll be de-debriefed, then we'll discuss your containment.

Dr Keitin: [whispers] C- Corey what do you mean? I- I want to go home. C'mon look, I got them talking right. I'm going now- okay?

[Dr Keitin takes a step towards the site. Dr Corey holds his arm out to stop him, he looks to a security member, who starts to reach towards two pairs of handcuffs.]

SCP-6220-B: How very indecent of you to expect we follow… Such a tactless command. We follow our terms as detailed in our letter. We remain completely neutral. Yet… You thieves decide to capture our convoy to repay our patience?

Dr Corey: I understand your frustrations, however, we can't compromise our operation as its risks everyone's safety. Could I take some requests to make you both feel more comfortable during our interview?

SCP-6220-A: No. You disrespected the terms we outlined. We will not be corresponding further. To think, dear, we had such a lovely arrangement planned with Keitin.

SCP-6220-B: A tragedy indeed. May we discuss our losses over tea? Our failed dealings have made me… Tempted, to expand further.

SCP-6220-A: This sounds quite pleasant. Keitin, you may return to us now. We have further work for you.

[Dr Keitin appears indecisive. He looks to the security guard, now having the cuffs open, and beginning to step towards him. Dr Keitin obstructs his arms from the guard, and starts to slowly step towards the perimeter.]

Dr Keitin: [whispers] Corey… Corey, what are you doing!? I- I want to go home, please- I'm not one of them. I- I'm not supposed to be in a cell.

Dr Corey: Keitin, please do not resist. Remain where you are. You'll be transferred-

SCP-6220-B: I beg your pardon?! What preposterous order did you just bestow upon our subject?

[Dr Corey goes to respond, but is abruptly cut off after SCP-6220-B walks over the perimeter. It waves its hand down aggressively, resulting in upwards of 200 SCP-6220-1 instances charging personnel. While instances stopped before impacting personnel, they were noted not to be affected by physical deterrence, such as bullets. During this event, Dr Corey was noted to stand in place.]

SCP-6220-B: Let this be a warning. Should you set foot in our province, attempt to push back our fairly discussed expansions… Or heavens forbid, dare order around my loyal subject again, and your kind will face severe punishment.

Dr Corey: With due respect, we have put measures in place to prevent further 'expansion'. You may have noticed the SRA posts. Furthermore, I may remind you this is not the first time the Foundation has-

[SCP-6220-A steps beyond the perimeter.]

SCP-6220-A: With due respect?! Such a disingenuous term to be used in this context! Your kind only seems to "respect", our work when it benefits you. You would feel such an entitlement that dare opposes two, most benign deities, to create a most lovely home through their union?! Perhaps we shall deny you the right to a home.

Dr Corey: Could you elaborate, please?

SCP-6220-B: We needn't remind you that you're, quite literally, standing on our work. Your home is quiet… Reliant, on our continued support after all. It sure would be a shame if our support were too… Diminish, now wouldn't it?

SCP-6220-A: Darling, perhaps we should enact punishment? This creature's "respect", has at last broken my resolve to care about its kind.

[SCP-6220-B raises its hand lightly. In the seconds following, all insects from the surrounding area are seen moving towards the perimeter, in addition to surrounding SCP-6220-B.]

SCP-6220-B: My, unappreciated, work will not remain in such a terrible organisation's presence… I must say, perhaps my creations will remain safer, if I simply called all of my dear children back to me?

Dr Corey: Are… Are you threatening to remove all insects from the world's ecosystem?

SCP-6220-A: We do not wish our work around your organisation any longer… You should not wish to find out how much our favour will Diminish, if you dare speak with us again. Furthermore, is that in all honesty what those sticks were for? a fence?!

[SCP-6220-A raises its hand lightly, subsequently causing the SRA fencing to overgrow with SCP-6220-A's created flora, in addition, the perimeter wall expands approximately 4 meters over the SRA fence.]

SCP-6220-A: Much better.

[Dr Corey Radio's into command, while SCP-6220-B waves SCP-6220-1 instances to collect Dr Keitin. Site security attempts to approach Dr Keitin, though he begins to back towards the instances.]

Dr Corey: [covers the radios mic with his hand] Keitin! Keitin! What what did they "agree" on with you?!

Dr Keitin: They uhh… Triple their area!

Command: Grant it. Keep them talking.

Dr Corey: SCP-6220-A, SCP-6220-B! May you hear a final offer?

[SCP-6220-B waves the SCP-6220-1 instances away from Keitin.]

SCP-6220-B: Make your utter insult of a compromise quick.

Dr Corey: We would be willing to compromise on the spot, with the terms agreed upon by Dr Keitin. You will have triple the size of your current area. If you have any additional term-

SCP-6220-A: For the utter lack of regard you have displayed, we will not settle for anything under four times our current area. In addition, we have further demands that we expect will not be withheld.

Dr Corey: I can assure you, we can accommodate the area requirements. Though, I'm not yet aware of what your other needs are. Would you be open to discussing this further?

[SCP-6220-B turns to SCP-6220-A.]

SCP-6220-A: I would be so inclined as to give them a final chance?

SCP-6220-B: I must agree.

[Entities turn to face Dr Corey.]

SCP-6220-A: We are expecting, this time around, that our subject remains with us, for discussions?

Dr Corey: Of course. May I ask we perhaps… Move to you into a holding area for further discussion, it will be right next door to your full area.

Dr Keitin: [whispers] Core- Corey? What are you doing?! I- I'm supposed to leave now? Right?!

SCP-6220-B: This sounds, most intriguing. Keitin, we expect you will first follow this… Creature, to scout our new location.

[Dr Corey waves for site security to stand down. He gestures Dr Keitin to follow him towards an ATU9.]

Dr Keitin: [whsipers] Corey… Corey… Please, say something? Come on- please, I- I didn't mean to run away- just give me another chance.

[SCP-6220-A and SCP-6220-B tentatively begin to follow Dr Corey and Dr Keitin, maintaining their distance. After nearing the ATU Both entities abrutly stopped following Dr Corey, appearing displeased. they wave Dr Keitin to approach them.]

SCP-6220-A: Would he believe we are so ignorant, as to trust this is not a cage?

Dr Keitin: It's a- a transport Unit?

SCP-6220-B: And why might it look more like a cage, than a unit for transportation? Must such a low creature believe such beings as us, are blind to such trickery?!

[Dr Keitin looks over to Dr Corey, who mouths "to protect you".]

Dr Keitin: It has to be reinforced to… Uhh- to keep you protected?

[SCP-6220-A's eyes narrow.]

SCP-6220-A: Sweep the inside of this… Box. We will not enter otherwise.

[Dr Keitin walks through the transport unit and gives an all-clear, after walking back outside. Both entities walk in tentatively, seating themselves close to the gate.]

SCP-6220-B: Keitin, what is keeping you? We are expecting you to join us now. We mustn't dally after all.

Dr Keitin: Oh, I think I'd better be going with Dr Corey.

SCP-6220-A: You will remain with us for this excursion. Now, do take a seat.

[SCP-6220-A points to a spot between it, and SCP-6220-B.]

Dr Keitin: What about uhh, s-seat belts? I- uh, I really need to go with Corey anyway, it's very important… Right, Corey? Right?!

Dr Corey: I think you'd best stay with them.

[SCP-6220-B stands and approaches Dr Keitin. It grabs his wrist and drags him into the unit, after sitting next to him, it then grabs his arm.]

SCP-6220-B: A simple solution to your concerns. I would expect you to trust my holding you upright, will suffice?

[Dr Keitin nods slowly.]

SCP-6220-A: May we visit our new area now?

Dr Corey: Of course. We should arrive in about 15 minutes.

[For the next 20 minutes, SCP-6220-A and SCP-6220-B discussed a range of topics, while Dr Keitin remained silent. Upon the transport unit being stationed in a secure location within Site-95, Dr Corey returned to the unit and unlocked the gate. SCP-6220-A exits first.]

SCP-6220-A: Our journey here took longer than you initially proposed. Much longer and I would've feared you… Creatures, had attempted an abduction.

Dr Corey: We had some difficulty selecting a safe area for your exit.

[SCP-6220-B walks out of the unit, still holding Dr Keitins arm, and looks to SCP-6220-A.]

SCP-6220-B: Forget the timing, dear, I'm sure he can adequately deliver us to our area.

Dr Corey: Your cell is down the hall from here, we can discuss any further needs when we arrive.

[Keitin, abruptly pulls his arm from SCP-6220-B's grasp, and hurriedly makes his way towards Dr Corey.]

SCP-6220-B: Are you deaf to simple instructions?! Walk.

Dr Keitin: I- Just thinking ahead. Uh- you want me to scout the area? R-right?!

SCP-6220-A: I must say, darling, it is quite endearing he's so eager.

SCP-6220-B: A promising sight indeed, though you needn't go ahead here. Return to me now.

Dr Keitin: You're sure? I err…

SCP-6220-B: Now.

[Dr Keitin looks to Dr Corey and mouths "help". After no response is given, Dr Keitin hesitantly walks back towards SCP-6220-B. All entities follow Dr Corey to the cell.]

SCP-6220-A: This is not acceptable.

SCP-6220-B: This room is barer than the insufferably minimal interior I came across my subject in. You expect we wait here?! I'm beginning to think this may be another trick…

Dr Corey: I must apologise for the inconvenience, part of the reason I wished to bring you here is to discuss your Preferences. My teams were not sure how to best prepare this holding cell for you.

SCP-6220-A: Your meaning to tell us you had such forethought, as to request our very input on how to best prepare our cell? This certainly is an accommodating response.

SCP-6220-B: Dear, I would not be so fast as to trust such shady beings. I'm not entirely sold this a genuine kindness. Keitin, verify this room is not trapped, such a trustworthy source as yourself is required.

[Dr Keitin slowly begins to walk through the room's door, and starts to walk the perimeter. Both entities, followed by Dr Corey, start to enter after approximately 2 minutes. They examine the walls.]

SCP-6220-B: When shall you expect we satiate our requirements with this room?

Dr Corey: You may do so now, so long as it won't interrupt the Sites ability to properly function. Though I would much prefer we discuss any further needs you have first.

SCP-6220-A: Keitin, come here.

[Dr Keitin begins to slowly walk towards SCP-6220-A, it crouches to his level.]

SCP-6220-A: [whispers] I would like a watering system [inaudible] Perhaps a natural light source too? I cannot be expected to [inaudible] sunlight.

Dr Corey: We can of course implement a watering system. Sunlight will be a difficult request to fulfil, but it can be granted-

SCP-6220-A: In future, address our subject when answering questions. That is why he is here.

SCP-6220-B: On that thought. Keitin do tell this creature of your most thoughtful of ideas.

[Dr keitin remains silent for approximately 1 minute.]

Keitin: I- they, want a group to aid their garden. They want Entomologists, uh- Botanists, and mycologists.

[Dr Corey looks to Dr Keitin.]

Dr Corey: That could take some time to prepare. Though, I can disclose Dr Keitin specialises in Entomological studies-

[SCP-6220-B looks to Dr Keitin, appearing pleased.]

SCP-6220-B: A most wonderful turn of events! You alone will not suffice of course. However, I find I am immensely pleased by your involvement in such a prestigious study.

Dr Corey: It is certainly good to hear this. Though, I do want to push the topic of Dr Keitin further.

[Dr Anne Tina comes into frame, escorted by four security members. Dr Keitin quietly starts to make his way towards her.]

Dr Corey: Ahh, good timing! This is Dr Anne Tina, she specialises in Botany and takes a secondary specialisation in Entomological studies. I've brought her to help with containment measures.

SCP-6220-A: We do remember this, thing, yes.

SCP-6220-B: We are not keen on its presence. We feel it is a bad influence on our subject.

[SCP-6220-B notices Dr Keitin attempting to approach Dr Anne Tina.]

SCP-6220-B: Keitin. whatever might you be doing over there? Return to my side.

[Dr Keitin turns to face SCP-6220-B, he remains in place. After a minute of silence, he turns around and begins to sprint towards Dr Anne Tina.]

Keitin: Anne! Anne! Please, I- I need your help, I- I'm not supposed to be here! C'mon, I- I need to go home, right?!

[Security obstructs Dr Keitin from leaving the cell, he becomes visibly distraught. Dr keitin shows security his clearance card, though upon being told it is not valid due to his anomaly, he begins to sob, attempting to push past security. He then attempts to pull his additional arms and keratin plating off his person, resulting in security restraining him.]

Dr Anne Tina: Keitin. Keitin! Hey… Hey, I need you to calm down, listen to me!

[Dr Anne Tina shows security her clearance card, and asks they escort Dr Keitin to the adjacent room.]

SCP-6220-B And what might be the meaning of this?! I expect such a conniving creature to bring my subject here. How dare you attempt to fill his head with meaningless instructions yet again!

[Dr Anne Tina goes to speak, but is cut off by SCP-6220-A.]

SCP-6220-A: Your instructions during our first meeting were, painfully, obvious. It made our task as to choose his aid… Difficult.

[SCP-6220-B turns its attention to Dr Keitin, who has begun to lay on the floor in the foetal position, loudly sobbing.]

SCP-6220-B: Must you be so fragile as to seek this "Anne's" aid over such a gracious being as I? Stop embarrassing yourself. I am quite bothered by your lack of loyalty to us.

Dr Corey: I might wish to intervene here, there is a good chance Keitin is currently in shock. A very normal response to… This drastic of a change. I may propose he leave anyway while we discuss his status, it may help his nerves.

SCP-6220-B: We will allow such a kind gesture if it aids… Such a sudden affliction.

[Dr Corey looks to Dr Anne Tina, who escorts Dr Keitin to the adjacent room. Dr Keitin is sat down at a table, Dr Anne Tina pulls a second chair to sit next to him. Dr Keitin remains unresponsive.]

Dr Anne Tina: Hey, I’m sorry Leroy… But, I really need you to look at me now… Hey- C’mon does my hair look that bad?

[Dr Keitin's sobs begin to quieten, he looks up momentarily.]

Dr Anne Tina: Thought that’d get you. Now, I need you to listen to me-

Dr Keitin: I- I can’t, Anne- Anne, just let me go home… I- I quit! Right? Y- you can't make me work for them!

Dr Anne Tine: It can't work like that anymore-

Dr Keitin: I'll just go to containment, they- they can't -

SCP-6220-B: [to Dr Corey] No, part of the reason we chose our subject is due to his affiliation with your organisation! How might he adequately represent us from within our cell?!

Dr Anne Tina: [forces a chuckle] Oh dear, I think Corey’s starting to strike a nerve with them.

Dr Keitin: Wai- Wait, what does it mean in our cell?! It- it doesn't mean that right?

Dr Anne Tina: Just breathe. Corey is not gonna put you in danger, we're getting this sorted-

SCP-6220-A: [to Dr Corey] Such a pertinent issue of split commitments. Perhaps we allocate him the evening hours to uphold his other commitments? During the day we would like him within our immediate vicinity, we simply must have him to cater to us.

Dr Keitin: No… No! I'm not committed to anyone! I- I did this so I could leave! I- I quit! I quit!

Dr Anne Tinna: Leroy-

Dr Corey: [to SCP-6220-A] We could always bring you another correspondent. Perhaps allow Dr Keitin free of his commitment to you, and we can replace him with someone more qualified?

SCP-6220-B: [to Dr Corey] We selected Keitin for his loyalty, he is untainted by your organisation's twisted influence. And therefore, our only method to ensure we remain content. Even with these statements, I have grown somewhat fond of the idea he will be my subject.

Dr Keitin: Anne- Anne!? Say something… Please- just anything! Thi- thi isn't fair.

Dr Corey: [to SCP-6220-B] Given the circumstances I… Can allow him under your supervision. Though I need him to have access to our resources, furthermore his work, while in your vicinity. in addition, he must be allowed to leave your cell during the evenings, maybe 6 PM? If you cannot uphold these terms, we cannot allow him to remain employed.

SCP-6220-B: [to Dr Corey] A difficult compromise, though if it means he is allowed to remain as your employee, then I believe it necessary… Now, where might I find him?

[SCP-6220-B begins to walk toward the hall. Dr Keitin abruptly stands and runs for the doorway, though is blocked by security, he runs back to Dr Anne Tina.]

Dr Keitin: I- I have to go, p-please, just let me go. C'mon, I already quit!

Dr Anne Tina: Leroy-

Dr Keitin: Anne. I quit! I don't work here- I don't work for them-

Dr Anne Tina: Leroy, calm down. There's nothing I can do-

Dr keitin: No… No! This isn't fair, I- don't want to do this.

Dr Anne Tina: Please… SCP-6220-C, please remain silent.

SCP-6220-C: W-what… I'm n-not one of them. I'm not one of them!

Dr Anne Tina: This wasn't fair, your right. But I can't do anything about that.

[SCP-6220-C abruptly stops, he looks to Dr Anne Tina and begins to back away. Dr Anne Tina stands and starts to leave.]

Dr Anne Tina: It goes without saying our mentorship is… Ended now.

[SCP-6220-B comes into frame and stands at the doorway. Dr Anne Tina exits the room.]

SCP-6220-B: Keitin, we have settled your employment. You may come with me now. We have much work to get to before this organisation will steal you away… I believe your former superior mentioned 6 PM?

SCP-6220-C: No…

SCP-6220-B: I beg your pardon?

SCP-6220-C: I want to- go h-home…

SCP-6220-B: Must you be so ungrateful?!

[SCP-6220-B approaches SCP-6220-C, grabs his arm and walks him back toward their cell. SCP-6220-C is told to stand next to the gate, and remains there for the next 6 hours, while both entities re-form the interior of the cell to resemble their greenhouse.]

SCP-6220-A: I must say. A cup of tea would be quite pleasant after all of that work.

SCP-6220-B: Dear, I do believe our cups and other such ingredients, are at our previous dwelling?

SCP-6220-A: Sweety, I never forget to bring such bare resources as a tea set, ingredients of course are a simple fix.

[SCP-6220-A procures a tea set from the amalgam of fungal growths on its lower extremities. It then procures a jar of an unidentified liquid, and begins to fill the cups.]

SCP-6220-B: You simply know my preferences too well!

SCP-6220-A: It's of no difficulty to remember your sweet tooth dear.

SCP-6220-B: Speaking of a sweet tooth, I do believe our subject might enjoy such a blend.

[SCP-6220-B looks to SCP-6220-C, who was staring at the floor. It gestures for him to approach, though he does not respond.]

SCP-6220-B: You may come here now. I am quite impressed you have remained silent for once, we have a reward for such behaviour.

[SCP-6220-C does not respond. SCP-6220-B goes to address SCP-6220-C again, though is cut off by SCP-6220-A.]

SCP-6220-A: May his non-response be due to his shift end? Perhaps an unforeseen requirement was he not address us when catering to his organisation?

[SCP-6220-A procures a pocket watch from its fungal amalgam.]

SCP-6220-A: Goodness, the time sure does fly, it is 6:05 already!

SCP-6220-B: This must explain such silence. We expect you back here by 6:00 AM tomorrow. You may leave.

[SCP-6220-C runs towards the gate, he starts to audibly sob.]

SCP-6220-A: Whatever is the matter? Should returning to such a shady organisation be this traumatic?

[SCP-6220-C ignores SCP-6220-A. He attempts to scan his clearance card at the reader. SCP-6220-B begins to walk toward him.]

SCP-6220-B: If this might be such a terrible experience, perhaps we make arrangements to keep you here for lon-

SCP-6220-C: [to cell radio] Corey? Corey?! I- I want to go home, please, just let me go. Come on- it's 6! They said I could go-

Dr Corey: [over radio] Security is going to escort you to a separate cell while your file gets processed. Until then, your clearance card will be invalid.

[The cell gate opens. Two security personnel begin to escort SCP-6220-C to a nearby cell.]

SCP-6220-A: Dear, I do believe he is in their hands now.

[SCP-6220-B walks back towards SCP-6220-A.]

SCP-6220-B: I would suppose so. Speaking of "their hands", however, I find myself quite concerned on their handling of our creations… I do believe it was… Neglected as a topic? I would see we inform our correspondent of this matter.

SCP-6220-A: While we have him, I do suppose we shouldn't leave such grievances unaddressed. He should not be running to that organisation over us.

SCP-6220-B: Well, I would like to see this dealt with now regardless. If I heard correctly he is attempting to quit.

[SCP-6220-B walks to the cell radio.]

SCP-6220-B: [to cell radio] I must demand Keitin is returned to us, we have a request of utmost urgency to correspond with him on.

Dr Corey: [over radio] I can take your request in SCP-6220-C's stead for the time being-

SCP-6220-B: Sensitive information regarding our creations, is not to be entrusted with such thieving cretins! I am well aware you monsters would attempt to exploit and dissect our hard work. I must insist we speak with Keitin at once.

Dr Corey: I can allow a short visit. He will be called back.

[Aproximatley 5 minutes later, SCP-6220-C is returned to the cell. Security remains outside.]

SCP-6220-B: Thank heavens! Keitin, I must have you oversee the transportation of our creations, have the following instructions relayed to-

[SCP-6220-A notices SCP-6220-C is beginning to quietly sob.]

SCP-6220-A: I suppose, we shall address your grievances?

SCP-6220-B: Our correspondences may take, an additional few moments.

[SCP-6220-B guides SCP-6220-C to a nearby seat, it retrieves two cups from SCP-6220-A and returns.]

SCP-6220-B: Do inform me of your affliction.

SCP-6220-C: My Life… Is… O-over.

SCP-6220-B: And what might you mean?

SCP-6220-C: What… What do think I mean? I- I have nothing left…

[SCP-6220-C bends his legs and brings them to his chest, he then stares down and covers his head with his arms.]

SCP-6220-B: You have me? You have my partner? You have your employmen-

SCP-6220-C: I don't want my employment! The only fucking reason I'm here is that you fucking threatened to kill me! I don't want this!

SCP-6220-B: Such language is wholly unnecessary! Do not address me in this manner again.

[SCP-6220-C flinches. An application is visible from his left pocket.]

SCP-6220-B: What might that be?

[SCP-6220-B picks up the application.]

SCP-6220-B: You wish to start a department, solely dedicated to such beings as myself?! Have you submitted such a document yet?

SCP-6220-C: I quit.

SCP-6220-B: Was this not what you wanted from the start? Must the only denominator in your decision be your new form?

SCP-6220-C: The "new form" just got me ousted by everyone… My own fucking mentor just labelled me as a monster and left… My family, my friends they're gone now… What the fuck do I have left? Nothing!

SCP-6220-B: I overheard such a conversation where you were referred to by your number, I must give my condolences. Though, I'm sure our guidance would certainly suffice as a… Replacement?

SCP-6220-C: I just want my life back… I quit. Just undo this. I'm going home.

SCP-6220-B: Watch your tone… Such a form is a dear improvement from what you were. You have us now regardless.

SCP-6220-C: Exactly… I have you… I don't want this. I want my life back- this- this isn't fair.

SCP-6220-B: I must ask, what in heavens name was so enticing about your previous life?! What were you working towards- an organisation where you likely would've ended up dead? a romantic interest… Children?

SCP-6220-C: … Free will.

SCP-6220-B: You do, to an extent, have such a commodity under us… You are our first sapient subject, to inhabit what will be such a lovely kingdom after all. Was it not your organisation that has placed restrictions on you? This organisation that is apparently disallowing you to leave? How quickly did they turn on you after the pressure got to them?

[SCP-6220-B gives the application back to SCP-6220. It then hands him a cup of tea.]

SCP-6220-B: I must insist you pursue such an endeavour, we will personally ensure you are given… An adequate position, to help you win back your independence from such an organisation. Now, do drink your tea, it's quite sweet, though I'm sure you'll take a liking to it.

[SCP-6220-C hesitantly starts to examine his mandibles. He looks to the cup.]

SCP-6220-B: Do expect them to clamp when you try to eat… Though, your cup will not break.

[Dr Keitin slowly lifts the cup to his mouth and begins to drink, his mandibles clamp over the cup. SCP-6220-B appears amused at SCP-6220-C's attempts to pull the cup from his mandibles after finishing.]

SCP-6220-B: While we are on the topic of tea. I have further requests, that I require you see are handled. Our kingdom, Keitin, will not be undermined.

[SCP-6220-B begins to whisper further instructions to SCP-6220-C, after Approximately 6 minutes, he exits the cell. After relaying SCP-6220-A and SCP-6220-B's instructions to Dr Corey, SCP-6220-C is escorted back to his cell.]

[END LOG]


Addendum 6220-4.0: On 03/03/2000, Dr Keitin formally submitted a Department application, the purposes of which surrounds Entomological studies. At this time, a Foundation-wide department is not deemed necessary, due to the necessity of Entomology as a specialisation, being in too little demand beyond Site-95. However, Site-95 has been deemed eligible to receive its own Entomological office, in addition to Mycology and Botany. As a direct result of SCP-6220-A and SCP-6220-B's requirements to remain content within their containment.

Addendum 6220-4.1: From 10/03/2000, Dr Keitin has been granted the co-head position of SCP-6220's containment department. On account, neither SCP-6220-A nor SCP-6220-B would correspond with the previous lead, without Dr Keitin to oversee or vote on affairs pertaining to their containment.

Addendum 6220-4.3:

NOTICE


AS OF 10/03/2017, AN OFFICIAL DEPARTMENT FOR THE PURPOSES OF ENTOMOLOGICAL STUDIES HAS BEEN DEEMED NECESSARY, ON ACCOUNT OF THE RISING DEMAND FOR TRAINED ENTOMOLOGISTS, IN ADDITION TO THE RISING NUMBER OF ANOMALIES CONCERNING INSECTS.

It is to be noted that, while SCP-6220's containment department will be merged Dr Keitin will not be deemed eligible for the department head, due to a possible conflict of interest. However, on account of SCP-6220-A and SCP-6220-B's containment needs, Dr Keitin will be granted the regional head over Australia and New Zealand. So as to ensure correspondence between both entities and the Foundation remain stable.

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