Wow! You flipped a card and got: KeyLimeFrie!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 18:44
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */
#top-bar .open-menu a {
position: fixed;
top: 0.5em;
left: 0.5em;
z-index: 5;
font-family: 'Nanum Gothic', san-serif;
font-size: 30px;
font-weight: 700;
width: 30px;
height: 30px;
line-height: 0.9em;
text-align: center;
border: 0.2em solid #888;
background-color: #fff;
border-radius: 3em;
color: #888;
}
@media (min-width: 768px) {
.mobile-top-bar {
display: block;
}
.mobile-top-bar li {
display: none;
}
#main-content {
max-width: 708px;
margin: 0 auto;
padding: 0;
transition: max-width 0.2s ease-in-out;
}
#side-bar {
display: block!important;
position: fixed;
top: 0;
left: -19em;
width: 17em;
height: 100%;
margin: 0;
overflow-y: auto;
z-index: 10;
padding: 0.3em 0.675em;
background-color: rgba(0,0,0,0.1);
transition: left 0.5s ease-in-out;
}
#side-bar:target {
display: block;
left: 0;
width: 17em;
margin: 0;
z-index: 10;
}
#side-bar:target .close-menu {
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: -1;
}
#top-bar .open-menu a:hover {
text-decoration: none;
}
.close-menu {
margin-left: 19em;
opacity: 0;
}
}
:root {
--timeScale: 1;
--timeDelay: 0s;
}
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
position: absolute;
content: " ";
width: 100%;
height: 0.5rem;
background-color: rgb(var(--black-monochrome, 12, 12, 12));
transform: translateY(-0.74rem);
}
/* DIVIDER */
.anom-bar > .bottom-box::before {
animation-name: divider;
animation-duration: calc(0.74s * var(--timeScale));
animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
}
/* CLASSIFIED LEVEL BARS */
div.top-center-box > * {
animation-name: bar;
animation-duration: calc(0.45s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
/* TOP TEXT */
div.top-left-box, div.top-right-box {
clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
div.top-left-box > *, div.top-right-box > * {
position: relative;
animation-name: bottomup;
animation-duration: calc(0.65s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
animation-name: expand2;
animation-duration: calc(0.5s * var(--timeScale));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
div.main-class::before, div.main-class::after {
animation-name: iconslide;
animation-duration: calc(0.45s * var(--timeScale));
animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
/* BOTTOM TEXT */
div.main-class > *, div.disrupt-class > *, div.risk-class > * {
animation-name: flowIn;
animation-duration: calc(0.42s * var(--timeScale));
animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: ease-out;
animation-fill-mode: backwards;
}
/* DIAMOND */
div.arrows {
animation-name: arrowspin;
animation-duration: calc(0.7s * var(--timeScale));
animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.quadrants > * {
animation-name: fade;
animation-duration: calc(0.3s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
animation-name: nodegrow;
animation-duration: calc(0.4s * var(--timeScale));
animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.12,.41,.27,.99);
animation-fill-mode: backwards;
}
div.diamond-part {
clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
animation-name: diamondBorder;
animation-duration: calc(0.8s * var(--timeScale));
animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
animation-iteration-count: 1;
animation-timing-function: cubic-bezier(.32,.38,.39,.94);
animation-fill-mode: backwards;
will-change: box-shadow;
}
/* MOBILE QUERY */
@media (max-width: 480px ) {
.anom-bar > .bottom-box::before {
display:none;
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
}
div.top-center-box > * {
animation-name: bar-mobile;
animation-duration: calc(0.9s * var(--timeScale));
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
div.anom-bar-container { --timeScale: 0; }
}
/*-------------------------*/
@keyframes divider {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar {
from { max-width: 0%; }
to { max-width: 100%; }
}
@keyframes bar-mobile {
from { max-height: 0%; }
to { max-height: 100%; }
}
@keyframes bottomup {
from { top: 100px; }
to { top: 0; }
}
@keyframes expand1 {
from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
from { opacity: 0; transform: translateX(-5rem);}
to { opacity: 1; transform: translateX(0);}
}
@keyframes expand2 {
from { opacity: 0; max-width: 1%;}
to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
from { opacity: 0;}
to { opacity: 1;}
}
@keyframes flowIn {
from { opacity: 0; transform: translateY(20px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes arrowspin {
from { clip-path: circle(0%); transform: rotate(135deg); }
to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
from { transform: scale(0);}
to { transform: scale(1);}
}
@keyframes diamondBorder {
from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
:root {
--posX: calc(50% - 358px - 12rem);
}
/*--- Footnote Auto-counter --*/
#page-content {
counter-reset: megacount;
}
/*--- Footnote Superscript Number --*/
.fnnum {
display: inline-block;
text-indent: calc(-1% - 0.1em);
overflow: hidden;
line-height: 83%;
text-decoration: none;
font-weight: bold;
font-style: initial;
color: transparent;
position: relative; top: -0.25em; font-size: 82%;
padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
margin-left: -0.06em;
margin-right: -0.25em;
counter-increment: megacount;
user-select: none;
}
.fnnum::after {
content: "" counter(megacount);
color: var(--fnColor, #E6283C);
}
.fnnum:hover {
text-decoration: none;
cursor: pointer;
background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
/*--- Footnote Content Wrapper --*/
.fncon {
position: absolute;
right: calc(var(--posX) + 80px);
line-height: 1.2;
padding: 0.82rem;
width: 10.3rem;
background: white;
border: 2px solid black;
font-weight: initial;
font-style: initial;
text-align: initial;
pointer-events: none;
opacity: 0;
transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
z-index: 9;
}
.fnnum:hover + .fncon {
opacity: 1;
right: var(--posX);
}
.fncon::before {
position: absolute;
top: 0; left: 0;
transform: translateX(-52%) translateY(-55%) scale(1.15);
background-color: var(--fnColor, #E6283C);
color: white;
content: counter(megacount);
font-size: initial;
font-weight: bold;
font-style: initial;
padding-left: 0.32em; padding-right: 0.32em;
padding-top: 0.18rem; padding-bottom: 0.08rem;
}
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
.fncon {
position: fixed;
bottom: 1.3rem;
left: calc(11% - 50px);
width: 70%;
transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
}
.fnnum:hover + .fncon {
left: 11%;
}
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: 0.8rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.3em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#login-status,
#login-status a {
color: #333333;
}
#page-title {
display: none;
}
#footer, #footer a {
background: transparent;
color: #333333;
}
#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: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}
#search-top-box input.empty {
color: #999999;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}
.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
box-shadow: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
.page-rate-widget-box .rate-points {
background-color: #ffffff !important;
color: #333333 !important;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.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;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #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;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#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: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#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;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.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;
}
SCP-XXXX
3/XXXX LEVEL 3/XXXX
CLASSIFIED
Special Containment Procedures: SCP-XXXX
Description: SCP-XXXX is a series of 5 locations found in an abandoned city located on a perfectly circular, artificial island near the coast of Brittany, France, designated SCP-XXXX-1 to SCP-XXXX-5.
SCP-XXXX-1 is a 4-meter tall, and 1,3-meter wide wall, that extends for 6 hectometers, with 60 arches of varying sizes, that surrounds 1 quarter of the entire island. The wall is covered in graffitis and street art.
Wow! You flipped a card and got: SCP-7104!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 18:42
Item #: SCP-7104
Object Class: N/A (Safe Classification Pending)
Special Containment Procedures: SCP-7104 is non-existent, hence cannot be contained.
Description: SCP-7104 is the designation of a non-existent object. Meaning that SCP-7104 has never existed. Although SCP-7104 is the designation of a non-existent object, it manifests as a CD/DVD for a non-existent operating system called $#%e@ëFãOÑ and the version seemed to be 12.194994771838710038818939910387189992281737810100003181293009293818000183727839877889287616577101103983271788363778727718388278370001380988273551738388471639, a bootable USB for Windows 7, and a bootable floppy for Windows 1.01, food cans, computers, leaked betas and so on. While near it, the people will lose control even though they have protection. The longer they stay, the stronger the movement.
The person shakes at shake 1 while they have full control.
The person shakes at shake 1.3 and they have a 7.19% chance of moving uncontrollably.
Wow! You flipped a card and got: Doc-Red!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 14:34
Special Containment Procedures: SCP-XXXX is to be kept in a 25m x 25m standard containment cell, the cell is decorated to look like SCP-XXXX's natural habitat in order to not confuse SCP-XXXX.
Description: Found in 1998, SCP-XXXX is a bat like creature that can shoot out hydrochloric acid from its wings,
Addendum:
[[footnoteblock]]
Wow! You flipped a card and got: !!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 14:27
Wow! You flipped a card and got: RebelYeltsin!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 10:17
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
The ListPages module does not work recursively.
Item #: SCP-5674
Object Class: Safe
Special Containment Procedures:SCP-5674 is to be kept in a standard hermetically sealed glass container within a lead-lined containment cell. All staff entering SCP-5674's cell are to wear Level 3 Standard Radiation Equipment. SCP-5674 is to be kept in a lead-lined containment cell filled with water at all times. No humans shall be permitted within 30 meters of SCP-5674 except during testing approved by at least three site researchers and lead researcher Dr. Angela Williams. All testing involving SCP-5674-2 is to be approved by the O5 council.
Description: SCP-5674 is a solid diamond baseball, 2.86 inches in diameter. It contains a small projector at the base of a 1.6 inch deep by 2.3 inch thick groove on the back side of the baseball. The front side has the engraved signature of an individual named Trevor Lipinski.
SCP-5674 exhibits anomalous effects when in contact with any human. SCP-5674 will begin to emit a blue light from its projector. Approximately fifteen seconds later, SCP-5674 will emit a significant but currently not life-threatening amount of radiation. SCP-5674 increases radiation emissions with each activation. The source of the radiation is unknown and constitutes an anomalous effect on its own.
SCP-5674-Prime is a large, potentially infinite space consisting of what appears to be Great American Ballpark in Cincinnati, in disrepair. If anything exists beyond the ballpark is unknown. Following Incident 5674/1 a portal to SCP-5674-Prime manifests invariably during activation of SCP-5674.
SCP-5674-2 is an anomalous white male human, believed to be Major League Baseball player Trevor Lipinski. Lipinski disappeared on January 8, 2019. SCP-5674-2 has exhibited extreme hostility and killed several foundation personnel in an apparent attempt to escape SCP-5674-Prime. While SCP-5674-2 has attempted to escape via the wormhole to SCP-5674-Prime, foundation personnel have successfully forced SCP-5674-2 back through the wormhole. This has prevented all further harm spare for D-class losses during controlled testing, at the cost of increasing SCP-5674-2's hostility.
Addendum: SCP-5674-Prime was first encountered during incident 5674/1. See Incident Log 5674/1 for details.
Researcher: Dr. Angela Williams, Lead Researcher
Incident Type: Containment Breach
SCP-5674 INCIDENT LOG- TIMELINE
14:03 Alarm sounded, warning of containment breach at SCP-5674.
14:05 Foundation Personnel initially arive at SCP-5674's containment cell and discover all personnel within approximately 100 meters severely ill, appearing to be suffering from radiation sickness. At longer ranges symptoms were significantly reduced. Staff assisting with containment of another anomaly within the same site wing experienced mild symptoms within hours.
14:07 MTF Beta-7 "Maz Hatters", approved for use. Approximately thirty minutes ETA given to site administrators.
14:34 MTF Beta-7 "Maz Hatters" arrive.
14:36 MTF Beta-7 report wormhole, visible pocket dimension later designated SCP-5674-Prime.
14:39 MTF Beta-7 reports wormhole growing in size.
14:47 MTF Beta-7 makes contact with SCP-5674-2.
14:49 MTF Beta-7 reports "white male wielding baseball bat, wearing red baseball uniform. Subject has entered the containment chamber via wormhole."
14:50 MTF Beta-7 lose two members after massive internal mutilation following an attack by SCP-5674.
Note from Dr. Williams: It is currently believed that SCP-5674 may be wielding a bat either similar to or a duplicate of SCP-2398.
14:52 MTF Beta-7 successfully force SCP-5674-2 into wormhole.
14:53 MTF Beta-7 report wormhole closed. SCP-5674 recontained.
WARNING: THE FOLLOWING FILE IS LEVEL 4/5674 CLASSIFIED
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4/5674 AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.
TESTING LOG- SCP-5674
Exploration Video Log Transcript
Date: 5/29/2020
Subject: SCP-5674
Procedures: One D-class wearing a helmet light and camera is to reconnoiter SCP-5674-Prime and attempt contact with SCP-5674-2. A major radiation release is likely, and MTF Beta-7 "Maz Hatters" have been deployed to minimize the threat. Using robots, SCP-5674 is to be relocated to an empty warehouse owned by a Foundation front, approximately one mile from the site. The D-class used is to be equipped with gear and a suit necessary to survive at least 15 Sv of radiation.
[BEGIN LOG]
D-9561 I'm standing in front of SCP-5674. I'm awaiting instructions.
Dr. Williams: Please touch SCP-5674 with your right hand.
Wormhole opens
D-9561: Holy shit!
Dr. Williams: Please enter the wormhole.
D-9561 What the fuck is on the other side?
Dr. Williams: We are sending you into the anomaly to discover that. Please enter the wormhole.
D-9561 I'm proceeding.
Feed briefly cuts off and resumes. D-9561 is standing in the outfield of what appears to be an abandoned baseball stadium, appearing to be an exact copy of Great American Ballpark in Cincinnati, in very poor condition.
D-9561: Well… thank god, or whatever you people believe in. Here I was expecting to meet Satan.
Dr. Williams: Please attempt to locate any humans.
D-9561: Hello! HELLO!
SCP-5674-2 appears on the infield.
Dr. Williams: Please approach SCP-5674-2.
D-9561: Who are you?
D-9561 slowly walks toward SCP-5674-2. Next to SCP-5674-2 are three motionless red human-shaped figures appearing to be made of tightly-wound thread similar to the stitches on a baseball.
SCP-5674-2: The Stitcher. Condemned to forever in this park rot, in strident belief that I shall not, I stitch the baseballs tighter yet, for freedom I will one day get.
D-9561: Nice poetry. What do you "stitch", though?
SCP-5674-2: Baseballs.
D-9561: What do you really do here? You can't just… stitch balls for a year and a half.
SCP-5674-2: I am one with the ball. Since I cook in rage, down here, alone! It is through the ball that I shall gain freedom. I was sent here for throwing the ball. The ball conversed with me, Had I won that fateful day in August, i would rule in power over all the domain of the ball. And yet now… I rot here. When I have stitches one hundred and eight balls, the day will come when I shall rule at last!
D-9561: You are not a baseball, you are just anomalous. We believe you were trapped in here somehow and we can get you out now, all you have to do is-
SCP-5674-2: I stitch. I TRUST NOT ANY HERETIC'S METHOD!
D-9561: What do you stitch? Why is that better than simply-
SCP-5674-2: I stitch the ball, the heart of life, the chance of salvation. For what do you send your scum into my home again? I was free! The ball had freed me and you cursed me here again!
D-9561: You don't have to stay here! It is not "the ball" you are stitching that can free you, all we must do is touch the glass ball! We can leave now-
SCP-5674-2: SILENCE! YOU ARE NOT THE FIRST SCUM TO PROMISE MY FREEDOM! WHAT HERETIC DARES TO DEFY THE POWER OF THE BALL?
D-9561: Do you mean those researchers? Where are they?
SCP-5674-2: You foundation scum have no intuition.
SCP-5674-2 lifts up a huge, foot-long metal spear appearing to be a large needle and strings a red thread through it. SCP-5674-2 begins piercing the skin of D-9561, who collapses screaming. 87 seconds later the camera is covered in red string and all sounds have stopped. 187 hours later, SCP-5674-2 picks up and speaks into the helmet camera.
SCP-5674-2: Should the ball bring me 108, It shall return in power and freedom, and four stitches reign so great, who shall be next to lead them?
[END LOG]
Note: SCP-5674-2 seems to believe that it wagered with SCP-5674 to acquire SCP-5674's supposed powers. Evidence has suggested that SCP-5674 has no anomalous effects over anything except radiation, however the similarity of damage caused to MTF Beta-7 members' bodies caused by SCP-5674-2's bat to that of SCP-2398 suggests SCP-5674 may have control over baseball-related anomalies or the entirety of the game of baseball itself. Another possibility considered is that SCP-5674-2 is experiencing insanity caused by prolonged containment inside SCP-5674-Prime. There are also major concerns of a potential containment breach should SCP-5674-2 successfully obtain and kill 108 humans. As such SCP-5674 must not be recklessly tested without adequate reason.
Addendum 2:
Request to O5 council for testing approval: ask SCP-5674-2 for details regarding SCP-2206 to determine if SCP-5674 is connected to all baseball-related anomalies.
REQUEST DENIED
[[footnoteblock]]
Wow! You flipped a card and got: Rhineriver's CSS Test Page!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 02:07
This is the page where I desperately try to make a theme. This is filler text.
Wow! You flipped a card and got: A Random Glitch 3.0!!! You ca reload the page or go to the next.
DATE: 20 Jun 2021 01:01
Special Containment Procedures: SCP-XXXX is to be contained in an air-tight containment cell. No items that can make heat are allowed in the SCP-XXXX containment cell or be given to SCP-XXXX. If SCP-XXXX has "flamed" itself Liquid Nitrogen is to be poured into the SCP-XXXX containment cell until SCP-XXXX fire has been doused. SCP-XXXX is allowed to get items for good behavior all items must
Description: [Paragraphs explaining the description]
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: Dr. Lucis II!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 21:54
[[footnoteblock]]
Wow! You flipped a card and got: FORGETTING!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 15:59
You wake up in the middle of nowhere, unsure of how you got there.
You try to yell for help, but it’s useless, as you can’t speak, nor can you think.
You look at your watch, feeling it will help you.
1:55 AM
It didn’t.
You then feel angry. Then calm. You also saw a big gray concrete building across the road. You start walking that way. Then, you remember something.
…I am a level 3 Researcher for the Foundation.
You remember that the grey building is a foundation facility.
You step across the door, and a guard pops out.
He immediately remembers you, and lets you in.
Wow! You flipped a card and got: 3l3tric!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 08:12
Special Containment Procedures: The [APARTMENT NAME] complex is to remain quarantined under the cover story that the building is an active public health hazard. All entrances to the complex are to be inspected weekly to ensure all barricades and locks are still in working order. If SCP-XXXX experiences a civilian intrusion, subjects will be detained and interrogated to identify potential links to GoIs, and amnesticized and released if no links can be found.
As of 10/05/2027, any further testing involving SCP-XXXX requires prior authorization from both the Ethics Committee and the Site Director. In the event that further testing is authorized, research teams must work off-site to prevent transfers of research materials from activating SCP-XXXX's anomalous effects.
If any D-Class apparel or standard Foundation medium-term exploration gear is found during any experimentation, all experiments are to be halted and Dr. [EXPUNGED] is to be contacted immediately.
Description: SCP-XXXX is the [APARTMENT NAME] complex, located in [REDACTED]. SCP-XXXX has selective reality-bending properties, where its structure and composition will become radically distorted to some observers while remaining unchanged to all others. According to experimental data (See Experiment Logs SCP-XXXX), SCP-XXXX’s reality bending effect specifically causes subjects entering the complex with the intent to deliver an object, idea, or service to a resident to be unable to find the residence they are attempting to deliver to. In other words, SCP-XXXX actively changes its layout to any deliverer so as to make their delivery impossible.
During testing, SCP-XXXX has demonstrated the following means to alter its configuration to an observer:
- Illogical/Non-sequential building layouts
- Misleading/Incomprehensible/Inconsistent signage
- Apartment numbers out of order/deliberately skipping numbers
- Extended hallways/staircases
- Fractional apartment numbers
- Escherian looping architecture
- Reality fractallisation and reduction
- [DATA EXPUNGED]
Despite the severity of some of these effects, all distortions appear to be localized entirely to the subject and have no effect on the baseline reality experienced by other residents of the complex.
While the pathway a subject may take towards their attempted destination may lead through extended segments of esoteric and non-euclidian architecture, it has been found in all nearly all cases that subjects choosing to abandon their delivery and leave the complex were able to do so relatively unimpeded.
Discovery: Foundation officials were alerted to the presence of a potential anomaly when automated scraper systems detected abnormal complaint rates from both residents of [APARTMENT NAME] and drivers for various delivery services, both annoyed with the inability of delivery services to complete assignments to the complex. Due to descriptions of potential anomalous phenomena being detected in some of the drivers' complaints (such as infinite hallways and maps changing between viewings), Foundation researchers were dispatched to conduct an initial investigation. After brief clandestine testing, Foundation researchers declared the site anomalous and initiated a takeover under “Black Mold” standard cover story.
Once the complex was vacated, further experimentation ensued to assist in understanding the constraints and parameters of the anomaly. Summarized logs of these experiments are included under Experiment Logs SCP-XXXX.
Experiment Logs SCP-XXXX:
Purpose: The goal of the experiment.
Procedure: The description of the experimental procedure, including personnel and equipment necessary.
Results: A detailed synopsis of the actual experiment.
Analysis: An assessment of the results of the experiment and resultant findings, as well as suggestions of future avenues of experimentation.
Purpose: To establish the presence/absence and severity of an anomaly at [APARTMENT NAME]
Note: This experiment was conducted after Foundation discovery of the excessive complaints about deliveries to [APARTMENT NAME] to ascertain whether the site was anomalous and, if so, the potential severity of the anomaly.
Procedure: One Junior Researcher will attempt to deliver a parcel containing one red brick to Apartment 1111
Results: Junior Researcher [REDACTED] located a map of the complex and reported to find Apt 1111 clearly marked within Building 11 in the Northwest section of the complex. Upon arrival at the indicated location of Building 11, [REDACTED] realized that this building was instead labeled "Building 10" and contained apartments 1000-1048. After no map could be found nearby, Researcher [REDACTED] searched for some time before locating a building labeled "Building 11". Entering the closest entrance, Researcher [REDACTED] was met with a nondescript hallway with apartment entrances staggered between both sides. At first, [REDACTED] experienced no anomalous phenomena within the hall, but upon passing Apt 1105 they realized each apartment was set further apart than the one before it. After noting a ████m distance between apartments 1108 and 1109, Researcher [REDACTED] was instructed to exit the complex, which they were able to accomplish by following their original path. During the return, [REDACTED] noted the same irregular intervals between apartments. Upon arriving back at the map they had originally consulted, they saw the map now indicated with an arrow that Apt 1111 was somewhere out of range of the map.
Due to the events described above, Foundation researchers declared the site anomalous and began the process of acquiring the site under the cover story it was infested with a pervasive black mold that presented an immediate health hazard to all residents and could not be cleaned without total vacancy.
Analysis: This experiment gives us plenty of ground for further testing, in particular regarding the anomaly's effect on the surrounding residents during one of these manifestations. Interestingly, the anomaly seems to not have a preference for whether there actually is a "recipient" for the delivery. This could prove handy for some long term testing, if this place ends up warranting it.
Note: Due to the complex being under Foundation control, this experiment onwards used D-Class personnel as the "deliverer".
Purpose: To ascertain the effect of reality distortions experienced by a deliverer on surrounding individuals
Procedure: One D-Class personnel will attempt to deliver a parcel containing one red brick to Apartment 1234. Junior and Senior researchers will be stationed within all apartments in buildings 11 through 13 and attempt to visually monitor the D-Class personnel's progress through windows, peepholes, and direct observation, as necessary.
Results: The D-Class consults the main map at the front of the complex and informs researchers that Apartment 1234 is not located on the map. After consulting visual feed from the D-Class' body camera, researchers confirm that no apartment within the range of 1200-1299 exists anywhere on the map. However, a label in the upper edge of the map indicates a "Building 12" somewhere outside the range of the map. The D-Class advances towards this indicated area, and researchers in Buildings 11 and 13 indicate being able to visually observe the D-Class at expected times according to his reported location.
Upon reaching the area indicated by the map label as "Building 12", the D-Class reports a large building with a similar external style to the other apartment buildings that extends virtually infinitely to both sides, despite official blueprints indicating Building 12 should be a similar size to the other buildings in the complex. Finding a doorway, the D-class enters and encounters a hallway, and signage indicates that the building contains apartments 1200-12███.
As the D-Class advances, Foundation researchers within the first range of apartments report witnessing them pass at regular intervals, as expected. However, after Apartment 1221, they encounter a junction with signage indicating apartments 1222-1234 in one direction and 1235-12███ in the other. After brief deliberation, researchers instructed the D-Class to continue towards the destination of 1234, and they complied. Researchers within apartments 1224 began to notice the D-Class taking longer to reach each of their rooms, culminating in a ███ minute delay between the D-Class passing apartments 1230 and 1231.
After more deliberation and consideration that previous experimental results indicated the D-Class was very likely still recoverable at this point, researchers decided to abort the attempt to deliver the parcel in order to avoid a possible ethics violation. They directed the D-Class to advance back towards the entrance of the complex and to advance down the alternate path towards 1235-12███. During this retreat, the researchers in apartments 1231-1222 noted similar delays between witnessing the D-Class as their initial progression down the hallway.
Upon passing 1222, the D-Class began following the alternate hallway towards 1235, and was instructed to advance until they passed Apartment 1268 and report their observations. Researchers in each apartment from 1235-1268 noted typical delays between witnessing the D-Class passing by. Upon reaching Apartment 1268, the D-Class found the hallway kept extending indefinitely, with Apartments 1269 and onward being visible upon initial inspection. The researcher in Apartment 1268 was then instructed to open their door and relay their observations. Upon exiting their apartment, the researcher was able to see the D-Class in front of them in the hallway; However, no deviations from the original blueprints could be recorded from the researcher's perspective, including additional apartments from 1269 onward. Additionally, when the D-Class advanced further in the hallway, the researcher indicated the D-Class visually appeared to walk directly through the wall, and could no longer be heard. After this brief experimentation, the main research team decided to conclude this line of testing and instructed the D-Class to exit the complex, which they were able to accomplish without issue or deviation from their original path.
Analysis: There's a lot to unpack about how this site distorts space. This test seems to indicate that the site actually maintains as much parity with baseline reality as possible, as if the subject is still experiencing baseline reality alongside the anomalous distortions. The most interesting result is that the site seems able to manifest entirely new structures outside of euclidean space. While it doesn't seem like subjects are being teleported somewhere else, the anomaly is still somehow presenting them with entirely extradimensional spaces which don't seem to affect anyone else. Further testing is certainly needed on this.
Purpose: To ascertain what can satisfy the definition of "delivery" as it pertains to this anomaly, and ascertain the affects of the anomaly on multiple subjects.
Procedure: Two D-Class personnel will be given non-physical deliveries to Apartments 2222 and 3333, respectively. The first D-Class (D-4782) will be given information pertinent yet unknown to a researcher stationed in Apt 2222 and instructed to deliver this news to the researcher, while the second D-Class (D-8237) will be trained in basic plumbing maintenance and instructed to repair a toilet in Apt 3333, thus delivering a service to the apartment. If anomalous distortions manifest to both individuals, they are to meet after exploring their own anomalous effects to see the ways their effects correlate and differ.
Results: Note: For simplicity's sake, the events of both D-4782 and D-8237's attempted deliveries are relayed independently, despite both experiments occurring simultaneously.
D-4782 entered the complex first, finding Apartment 2222 indicated within Building 22 on the Northeast portion of the map. Advancing towards this location, they found multiple instances of fencing not indicated by the map. Upon arriving at the building, they found only one entrance, despite eight being clearly indicated on the blueprints for the complex. This entrance led into a small courtyard, with a set of stairs leading downwards into a metal door labeled "Building 22". Upon opening the doorway, D-4782 was greeted with more stairs leading down into a four-way intersection.
Within the intersection, D-4782 reported signage indicating the 3 pathways led to "2200-2210, 2211-2238, 2239—2216", and they were instructed to progress through the middle hallway. As with previous tests, as the subject approached 2222, they found the distance between apartments increase, but unlike previous tests, a right angle turn was encountered after apartment 2217. After passing this turn, D-4782 reported that the hallway then forked vertically, with nearby signage indicating "2218-2238 above, 2250-2217 below". After some deliberation, researchers decided to attempt the "above" pathway first, and D-4782 was able to climb into and begin exploring this segment of the structure.
Apartments 2218 through 2221 were encountered only a few meters apart as expected, but D-4782 reported that the apartment directly after 2221 was labeled 2223, with no indication of 2222 being anywhere nearby. Deciding to attempt the other path instead, D-4782 advanced back to the vertical fork in the structure and took the "below" path, again finding that apartment 2222 was omitted in sequence despite all other apartments on the signage existing where indicated. D-4782 then proceeded further down this path towards Apt 2217, after which they reported that they had inexplicably returned to the original four way intersection, entering through what would have been the "left" path on their initial entry into the building. The researcher stationed within Apt 2222 was instructed to step out and report their immediate surroundings. As in Experiment 2, the researcher reported no deviations from the original blueprints of [APARTMENT NAME]. Due to their proximity to the building's exit, as well as the experiment already yielding useful data, D-4782 was ordered to proceed back up the stairs in the intersection and wait at the outer entrance of the courtyard for D-8237.
Concurrently with D-4782's exploration, D-8237 had identified Apartment 3333 within Building 33 on the complex map, and began advancing towards its position. Upon reaching the indicated location, they reported that the building was indeed marked 33, but signage indicated that Apartment 3333 was not within. A brief survey indicated that the signage was indeed correct, and D-8237 was then advised to check within the nearby area for another map, finding one a few meters away. On this map, Apartment 3333 was indicated to be within Building 50, a further 310m North of D-8237's current location. D-8237 then advanced to this location, only to again find that the building's signage did not indicate an Apartment 3333 was within. They were then instructed to return to the map they had recently consulted to verify the location of Apartment 3333.
After making their way back to the map, D-8237 informed the research team that Apartment 3333 was now shown to be within Building 10, on the Eastern side of the complex, and was instructed to advance there to confirm if the anomalous misdirection occurred again. As expected, when they reached Building 10, no Apartment 3333 could be found. A nearby map indicated Apartment 3333 within Building 22, and researchers decided that they would proceed with the second phase of the experiment involving the two D-Class meeting for simultaneous observation of the site. D-8237 then advanced to the location indicated as Building 22, and reported that they also observed the building as a courtyard with a metal door recessed into the ground as the entrance, as well as observing D-4782 standing nearby.
At this point, researchers instructed both D-Class personnel to enter Building 22 again, keeping together until signage indicated that their delivery destinations were in separate directions. Upon descending the entrance stairwell, D-4782 reported that the intersection at the bottom was now merely a fork, and nearby signage indicated that the paths led to apartments 2222 and 3333 on one side, with the other path simply labeled "All others". Proceeding down the path with the desired delivery destinations, D-4782 and D-8237 both reported no apartments being present for a distance of ████m before arriving at another fork, this time with Apt 2222 and Apt 3333 on opposing sides of the fork. Researchers authorized the duo to split up and take the paths to their respective delivery destinations, , advising them to continue regularly reporting in after their split.
About 200m down their respective tunnels, both D-Class personnel reported seeing another person in the distance ahead. After being advised to take precaution but continue advancing, D-4782 realized they were actually seeing D-8237 walking towards them, and D-8237 soon after confirmed the same finding in reverse. The researchers then advised the duo to walk back towards their respective entrances again, and after a brief interval the D-Class met up again at the original fork. They were then advised to both attempt to navigate the path to Apt 2222 without splitting. After ████m with no discernible markings on the walls of the hallway, the researchers decided to end the experiment and recall D-4782 and D-8237. Despite walking a considerable distance, both D-Class found their way back and were able to exit the structure safely after some time. During the return trip, both D-Class were instructed to revisit a map consulted earlier by D-8237 and to identify any changes which occurred, including noted locations of Apts 2222 and 3333.
Upon checking the closest map, both D-4782 and D-8237 confirmed that, while the shapes of each apartment building seemed to match the known blueprints of [APARTMENT NAME], no apartment numbers were filled in, with a small legend in the corner indicating that Apts 2222 and 3333 would be labeled with question marks.
Analysis: I think we're starting to narrow down the parameters of this site. Beyond just establishing that the effect can manifest when an idea or a service is "delivered", we've established here that the reality distortions are independent of observer. Somewhere, somehow, these phenomena are physically happening, yet external observers will never be any the wiser. We have a couple of theories on how an anomaly could somehow manifest in this way, but even the most conservative involve fairly radical applications of currently understood anomalous activity.
This effect is certainly interesting to study, but I can't shake the feeling we're missing something major. There's obviously a pretty powerful anomalous effect at play here, considering we're seeing major non-Euclidean architectural distortions are possible that appear able to maintain stability between two subjects a considerable distance apart, but also mesh perfectly within consensus reality for everyone else. But the most unsettling thing is how tame it's been so far when we decide to pack up and leave. I mean, with anomalies like this, you never get to just pack up and go. They always exhibit some kind of unstable, chaotic behavior that makes retracing your steps damn near impossible. But this one seems almost deliberate, in that once you aren't trying to progress towards the delivery anymore, the effect doesn't seem to progress any further.
The main way forward seems obvious to me. Now that we seem to understand the parameters of what can trigger the anomaly and the extent to which it can affect baseline reality, further research should focus primarily on the extent to which the anomaly is capable of affecting the subject's reality.
We'll try the requisite robot experiment within the week, but sooner or later, we need to establish just how deep this anomaly will go.
Purpose: To establish whether SCP-XXXX's anomalous effects manifest when the "deliverer" is a non-organic subject.
Procedure: One standard Foundation remote quadruped will be deployed with a parcel containing one red brick in its cargo hold. The drone will then attempt to release the parcel at Apartment 1000.
Results: The quadruped was released without issue and immediately directed to a complex map for consultation and comparison to existing blueprints. After taking a few minutes to inspect the map, researchers determined that it exactly matched the blueprints as constructed obtained from the City of █████████, including the location of Apartment 1000 within Building 10 in the Eastern side of the complex.
Researchers then advanced the quadruped to the location indicated on the map, and discovered an apartment building similar to the others witnessed in the complex, labeled "Building 10", as expected. External signage indicated that Apt 1000 was within the structure, and after entering the building, the quadruped was soon able to locate Apt 1000 and deliver its package. The remote quadruped was then guided back out of the complex without issue.
Analysis: Well, well. After so many experimental questions answered affirmatively, it's refreshing to finally chuck something at the wall and have it not stick. The problem with anomalous testing repeatedly going right is that it never ends. If your anomaly can manifest on land, now you have to determine if it can manifest underwater. If it can manifest underwater, now you have to determine whether it can manifest while submerged in other liquids. Every time you prove what an anomaly can do, you then have to go one step further and define what it can't.
Now that we've established this anomaly can't be tested autonomously in any way, we can divert our focus towards the one parameter we've identified that can still be tested.
Next time, it won't be a quad making that delivery.
SC/SCP-XXXX [LEVEL 4 SECURED DOCUMENTATION BELOW]
NOTICE
The following documentation is currently the subject of an active Ethics Committee investigation. As such, all Ethics Committee members and Level 4 clearance or above personnel are to be provided access to full, un-redacted and un-summarized experiment logs, as per Foundation Investigative Policy Sec 8.11.17 Order 33. Any relevant experimental data will be shown below.
Experiment 5
Purpose: To ascertain the absolute limits of SCP-XXXX's reality bending effects.
Procedure: One D-Class Personnel will be given the following list of supplies before attempting to deliver a parcel containing one red brick to Apartment 4444:
-One (1) Standard-Issue Foundation internal frame hiking backpack, filled with various items on the proceeding list.
-Standard Foundation MRE rations amounting to 14 days worth of food for an average adult.
-Two (2) copies of the City of █████████ blueprints of the [APARTMENT NAME] complex, as built.
-One (1) ARTV (Anomalous Research and Testing Vehicle) outfitted with a 175 Mile range battery and anti-flat tires.
-Two (2) 175 Mile range batteries for the ARTV
-Two (2) Standard-Issue Foundation GPS units, pre-calibrated independently by 2 Senior IT staff.
-Three (2) 200 Hour battery packs, with standard connectors for low-draw Foundation electronics equipment.
-Two (2) Foundation battery pack recharging units
-One (1) 15 gallon water vessel, fitted to the ARTV and configured to dispense up to 1 gallon per 24 hours
-Two (2) Standard-Issue Foundation Exploration Cameras (Including high-durability enclosures)
-Two (2) Standard-Issue Foundation Exploration Remote Data Transmitters
-One (1) Foundation Exploration Camera body mounting kit, with transmitter accessory kit
The D-Class will be instructed to attempt to make the delivery at all costs; To this end, they will be informed at the start of the experiment that success will result in the commutation of their sentence and relocation within the Foundation's standard retirement program for Level 3 and above researchers.
During the course of this experiment, Foundation researchers will be stationed in every apartment within the complex, both to externally observe any distortions recorded on the D-Class' monitoring equipment, as well as to provide external resources such as food or water as long as the D-Class is able to access their units. To this end, each researcher is to be provided with 21 days worth of Foundation rations and 42 gallons of water, in addition to their standard equipment for long-term study and residence.
Personnel:
[DCLASS5 NAME] - D-Class Personnel for experiment. Chosen due to high assessment results in obedience and motivation.
[HEAD RESEARCHER] - Head of SCP-XXXX exploratory research
<START OF EXPERIMENT LOG>
NOTE: In accordance with Foundation Investigative Policy Sec 8.11.18 Order 47, the transcript of audiovisual data from Experiment SCP-XXXX-5 includes all portions that can be considered remotely relevant to the ongoing Ethics Committee investigation. However, for readability, extended sections of inactivity, such as [DCLASS5 NAME] sleeping or advancing through an extended hallway, have been omitted in this log. A complete transcript as well as the actual video records are available to any Level 4 and above personnel upon request, to be directed towards the Ethics Committee.
Day 1
The video starts with [DCLASS5 NAME]'s fingers still over the camera lens, the microphone buffeted with the noise of shuffling hands. After a few seconds the camera stabilizes and their voice can be heard.
D-XXXX: -fucker in place, now. Alright. Where are you wanting me to go again?
Dr. XXXX: There should be a map of the complex nearby. Go ahead and get the blueprints for the place out of your map pocket and compare them with that map.
D-XXXX: Got it. Let's see here…
D-XXXX spends 2-3 minutes comparing the two maps, eventually drawing attention to the Southern segment of the map. Analysis of the map from D-XXXX's camera feed shows drastic differences around Buildings 38-50, with the largest difference being Building 44 being indicated as a thin crescent shape on the Southernmost edge of the complex. Apartment 4444 is indicated as the center unit of Building 44.
D-XXXX: Am I good to start driving down that way?
Dr. XXXX: We shouldn't need any more documentation of that map. Proceed.
D-XXXX drives the ARTV South, and soon spots a large structure on the horizon.
D-XXXX: Uh, chief… Is this one supposed to be this big?
As D-XXXX advances closer, Building 44 begins to overshadow its nearby buildings, with at least 40 stories estimated from the clearest segments of video feed, in comparison to the 2 floors of the original building.
Dr. XXXX: We've seen a few different layouts. Just keep in mind, the outside really doesn't mean anything about what the inside will be like.
D-XXXX opens the nearest entrance to the building, and is immediately greeted with an interior resembling a luxury hotel foyer. The ceiling stretches up at least to the height implied by the exterior of the structure, while each floor wraps in a slowly descending spiral to ground level. The floor is decorated with elaborate geometric mosaics, and a small tile fountain can be seen gurgling on the far side.
D-XXXX: Are you still seeing me over there?
Dr. XXXX: Affirmative. Video and audio feeds uninterrupted.
D-XXXX: Well, hopefully that's good news. Where should I start looking around here?
Dr. XXXX: Do you see any signs anywhere nearby?
D-XXXX scans the immediate area. Over the entrance they just entered from is a placard that reads "0000". After a moment, they find a sign next to a hallway.
D-XXXX: Alright, the first one just says 100-999 is down this way. The other arrows all say 9999+, even though they point everywhere else.
Dr. XXXX: Can you advance down that hallway and try to establish contact with a researcher?
D-XXXX: May as well.
D-XXXX enters the hallway and quickly finds Apartment 0101. The Foundation researcher within reports seeing D-XXXX outside of their standard door, but does not see the elaborate foyer visible on D-XXXX's camera.
Dr. XXXX: Alright, well, not sure what we expected after our earlier tests, but it's good to know we still haven't pierced into baseline reality just yet. Let's try to find a way into that spiral.
D-XXXX scans the base of the foyer, eventually finding the point where the spiral connects to the floor. Beside this entranceway is a sign simply inscribed with "This Way" and an arrow pointing forwards.
D-XXXX: Well, the first apartment I see here is numbered 1000. And… Fuck me… This whole damn spiral goes up by ones.
Dr. XXXX: Just be thankful you've got the ARTV. Most poor bastards in your shoes would be footin' it on these expeditions.
D-XXXX: Well, still, shit's probably gonna take all day. This thing doesn't have an automate function on it, does it?
Dr. XXXX: It does, but that requires remote control. And we didn't rent the remote unit.
D-XXXX: Ah, well. Nice to know you care.
D-XXXX continues up the spiral for 18 hours, periodically conversing with Dr. XXXX and other members of the research team for basic entertainment and eating/drinking as needed. Throughout D-XXXX's time inside "Building 44", their GPS continuously broadcasts as if it were stationary at the edge of the structure as indicated on official blueprints.
Eventually, D-XXXX requests to rest, and the research team acquiesces.
Day 2
D-XXXX continues from where they left off the previous day, around Apartment 3027, and for approximately 4 hours continues uneventfully along the spiral, replacing the ARTV's battery for the first time at 2 hours along.
After this interval, D-XXXX reaches the end of the spiral, with the hallway forming the spiral fanning out into a number of different tunnels. No signage is in view.
D-XXXX: Are you seeing this? No labels on, what, 20 different doors? How the fuck is this supposed to work?
Dr. XXXX: Calm down, please. Since you've got the ARTV, we can follow any of these for some distance without investing too much time. Start with the leftmost path.
D-XXXX: Whatever you say.
D-XXXX begins advancing down the path, which begins with Apartment 3301 but continues in intervals of 0.5. The distance between apartments also slowly increases, as with other experiments. Upon reaching Apartment 3330, each half-interval apartment is a full 75m apart from the one before it.
D-XXXX: Still over a thousand out and I'm already getting this funhouse mirror shit? Can't catch a break.
Dr. XXXX: Well, you've got 19 other paths to try at that hub, if you'd like.
D-XXXX: May as well. There's no real sign this was the right way anyway.
D-XXXX advances back to the previous circular intersection. Although there are still a significant number of branching paths, the number according to later analysis does not exceed 15. D-XXXX emerges from the third path on the right and takes a moment to decide where to proceed.
Dr. XXXX:
[[footnoteblock]]