/* 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;
}
Containment Class:
maksur
Secondary Class:
{$secondary-class}
Special Containment Procedures:
Description: SCP-XXXX is a bipedal creature resembling a stuffed bear. It is sapient and sentient and speaks with a thick, New Yorker accent. SCP-XXXX is linked to SCP-XXXX-1, Restaurant Name, a restaurant in City, Place. Patrons who enter and sit in SCP-XXXX-1 alone will be joined by SCP-XXXX, who will eat and attempt to make conversation. SCP-XXXX self-identifies as Wallace, and will not provide a surname if pressed. A handwritten note on a tag stitched into SCP-XXXX's right leg reads as follows:
SCP-XXXX is extremely difficult to contain, however, these failures have been through inadvertent actions on SCP-XXXX's part or unrelated circumstances leading to efforts being unsuccessful.
Addendum XXXX-1, Containment Log:
Due to the difficulty in containing SCP-XXXX during previous attempts, Site-43 organized the following procedure.
Part One: Occupy
Site-43 staff is to replace all employed staff members and patrons at Restaurant Name. Personnel has drawn straws for their positions, and they are as follows.
Dr. E. Andrews — Server
Dr. H. Arancia — Interviewer of SCP-XXXX
Dr. H. Blank — Server for SCP-XXXX
Guest Dr. J. Dune — Bus Boy
Rsr. F. Fitzgerald — Server
Dr. E. Grant — Bus Boy
Guest Dir. P. Lague — Chef
Dr. L. Lillihammar — Hostess
Chief C. Zaman — Chef
Dr. W. Wettle — Chef
If your name is not listed here, you are most likely playing the role of Patron. Please see Dr. Blank for more information.
— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
Present personnel were connected via an earpiece to discuss their actions throughout the containment attempt. These messages are denoted by a BLUE name. SCP-XXXX entered SCP-XXXX-1 at 20:23:54 on 17 October 2021, five minutes after Dr. Arancia was seated.
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), Dr. Harold Blank (Archives and Revision, Server), SCP-XXXX
SCP-XXXX: Ay, how ya doin'. Name's Wallace. Call me Wally, Waldo, Willy. I don't care.
SCP-XXXX thrusts its paw out. Dr. Arancia shakes it.
Dr. Arancia: Nice to meet you. I'm Dr. Arancia.
Rsr. Fitzgerald: Ah shit.
Dr. Arancia takes a breath.
SCP-XXXX: Oh! We're bein' formal today! Apologies docta, I'm not dressed for the occasion.
Dr. Blank: We're good, we're good. Keep going.
Dr. Arancia: It's… quite alright. So, what have you been—
SCP-XXXX: Waiter!
Dr. Blank rushes over.
Dr. Blank: Yes sir?
SCP-XXXX: Been here a thousand times, mind if I order?
Dr. Arancia: Oh, yeah… go ahead.
Dr. Blank: What can I get you?
SCP-XXXX: Cheese plate, two New England clam chowders, and an order of the mussels. Entree we're gonna do the surf and turf — how do you like your steak?
Dr. Arancia: Medium-rare. Actually, about the clams and—
SCP-XXXX: An aristocrat, two medium-rare surf and turfs. And make sure you get the extra butter sauce. Tommy back there knows what I'm talkin' about. Thank ya.
Dr. Arancia: I— Thanks.
Dr. Dune: What's the problem?
Dr. Wettle: He's allergic to shellfish.
SCP-XXXX: Ya like movies? I did the Good Fellas back there.
Dr. Arancia: Yeah. I got that.
SCP-XXXX: To tell you the truth, lotta freaks around here recently. I think it's somethin' with the tourists or whateva. I haven't seen the regulars 'round here in weeks and they got all these new staff members runnin' around.
Dr. Arancia: I'm sure that's hard.
SCP-XXXX: You a therapist or somethin? You seem like you're tryna analyze me.
Dr. Arancia: Nope, not at all.
Part Two: Lure
Numerous attempts have failed because SCP-XXXX pulled away from the conversation. It does not like intrusive questions and will opt to leave if they go too far. It does show a want to form a personal bond with the people it sits with. So, the job of the interviewer is as follows:
- Talk about yourself. Engage with its questions.
- Laugh at its jokes.
- It really likes movies, please recognize its references. There is a box of Tarantino and Scorcese movies in my office.
- Ease into its origin. Where it's from, what its parents did, its job, etc.
- Confirm the introduction of containment attempts (Detailed in Part Three).
It is also imperative that you create an emotional backstory. It latches onto those.
— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
In preparation, Dr. Arancia viewed Quentin Tarantino's entire catalog, all films regarding the Italian Mafia from Martin Scorsese, and three of the seven seasons of The Sopranos. This was determined to be adequate.
Dir. Lague: I just want to note how much of a pain in the ass this place is being.
Dr. Lillihammar: What do you mean?
Dir. Lague: This place really, and I mean really does not want me putting these drugs in the food.
Dr. Blank: Elaborate, please.
Dir. Lague: Listen, I read the draft of what this thing does. "Inadvertent actions on SCP-XXXX's part or unrelated circumstances leading to efforts being unsuccessful." I'm about 99% sure the restaurant is to blame.
Dr. Blank: How so?
Dir. Lague: I have Zaman and Wettle beside me, they'll tell you. Half the time you try to pour the sedatives in, the container falls from your hand, or the lights go out, or you spill something.
Dr. Lillihammar: Is it possible you're just clumsy?
Dir. Lague: It's physically and statistically impossible for us to be doing all of this on accident. Come in here and try if you don't believe me. I have half of the prep food duct-taped to the counters. I thought I calmed it down earlier but I guess not.
Chief Zaman: We're not lying. This is some weird shit going on.
Dr. Wettle: What he said.
Dir. Lague: Hmm.
Chief Zaman: "Hmm" what?
Dir. Lague: I think I figured something out. The building doesn't want us to mess with the bear. It knows we're trying to, though.
Chief Zaman: So what?
Dir. Lague: I'm just thinking out loud.
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), SCP-XXXX
SCP-XXXX is consuming its bowl of clam chowder. Dr. Arancia leaves his untouched.
SCP-XXXX: So, tell me, what're ya doin' alone up here.
Dr. Arancia: Long story short: I think my wife and I are splitting up.
SCP-XXXX: Ah that's terrible. It's always hard to deal with something like that. Any kids?
Dr. Arancia: Nah. That's the reason really. She wanted kids, I didn't. With everything you see in the world, you don't want to bring a baby into this suffering.
Dir. Lague: That's a good one.
Dr. Wettle: Very smart choice. Nice job, Hank.
SCP-XXXX: Tale as old as time my friend. I'll be honest, you look awful, especially for a doctor. Pale, your eyes are baggy, I can see your veins.
Dr. Arancia: Thanks.
SCP-XXXX: I'm just breakin' your balls. I promise you, at some point, it'll get better. Hell, maybe it'll work itself out. If not, plenty of fish in the sea. Can I ask where you're from?
Dr. Arancia: The US originally. I was transferred here for work and have stayed put for about seven years. I can't complain.
SCP-XXXX: I sure as hell can.
Dr. Arancia: What about you?
SCP-XXXX: What about me?
Dr. Arancia: Are you from around here?
SCP-XXXX: Eh, I've never really stayed put. Been here, been there. Did a tour in 'Nam, hit up Europe for a while. Landed back in this freezer and decided to stay for a while.
Dr. Arancia: Vietnam?
Dir. Lague: Sherlock Holmes, ladies and gentlemen.
SCP-XXXX: Where else would it be? What kinda doctor is this I thought you bastards were supposed to be smart.
Dr. Blank: You have no idea.
Dr. Arancia laughs.
Dr. Arancia: Well, you know…
SCP-XXXX: What do you study?
Dr. Arancia: Clinical psychology.
Dr. Lillihammar: Pffft. Sure.
SCP-XXXX: The big bucks! Look at you, my friend. I once spoke with an "astronaut" not too long ago. Now that was a weirdo.
Dr. Wettle: Hey, what the hell?
Dr. Lillihammar: You talked about aliens, you idiot. No credible astronaut would talk about aliens.
Dr. Wettle: I literally talked to them, Lil. I have the recording.
Dr. Blank: She's right.
Dr. Arancia: In what way?
SCP-XXXX: He was just going on and on and on and on and on about mundane shit. Nothin' interestin' at all. The dude was just borin', and he had been to space! Imagine that! You left the planet and have no personality other than bein' a nervous asshole who wants to get into your business.
Dr. Wettle: Asshole.
SCP-XXXX: All due respect he did have a cool story about aliens or somethin'.
Dr. Wettle: Ha! Kiss my ass!
Part Three: Assault
Containment efforts are going to be rapidly sent out over the course of the night. The majority of them will occur during the entree portion. For the safety of the containment team, it is imperative that you either
DO NOT CONSUME ANY OF THE FOOD OR DRINK
or
TAKE THE ANTI-SEDATIVE
Every inch of the kitchen has been laced with high-grade sedatives developed by Site-322. Personnel in the chef position is required to take the anti-sedative. There is also monitoring equipment in every room in the building, including restrooms.
Upon SCP-XXXX entering SCP-XXXX-1, a mobile task force will be stationed at each exit. The doors have been previously replaced with iron security doors which will electronically lock. In the event of a potential breach. The doors and windows will be welded shut.
On a personal note, I'd like to say that complaints regarding us "overdoing it" for a "teddy bear," I omitted a certain f-word there, are not appreciated nor are they conducive to the Foundation's goal. We have a job and we need to do it. I'll be honest, I am a bit frustrated, and you should be too. This "teddy bear" has eaten through more manpower than it has for 90% of anything Site-43 has contained combined. If my level of frustration is coming off in these notes, I apologize.
Let's get this done.
— Harold Blank, Archives and Revision
— Oversight from Henry Arancia, Sapient Anomaly Specialist, Psychology and Parapsychology
Interview Log
Date: 17 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), SCP-XXXX
SCP-XXXX: —So the wife says "That's not a pig, that's a duck" The husband says "I wasn't talkin' ta you."
Dr. Arancia laughs.
Dr. Andrews: That's just misogynistic.
Dr. Arancia: Yeah. So, ahem, you work?
SCP-XXXX: Odd jobs. Mostly construction at my brother's company. He has me as a foreman down there. I always liked to lead. [Pause] I see that in you. That drive and all.
Dr. Arancia: How so?
SCP-XXXX: Some people just have it. There's a thing the Hollywood fucks have where they can sniff out a star just by lookin' at 'em — they don't even have to see them act or sing or nothin'. I've always had that with people who want to do something. All this bullshit you said you're goin' through it'll pass regardless of whatever way it goes. And you'll carry on. Like in The Sopranos, the main character, Tony, he gets shot and almost dies, but he comes out with a new perspective on life. He values it. I think this situation will do the same, and you'll do good because of it.
Dr. Arancia: That really means a lot. Thank you.
SCP-XXXX: Well, it's rare — to find someone with that spark. I've sat with many a-people and I only found one other. I hope he's off doin' his thing.
Dr. Arancia: You mentioned your brother.
SCP-XXXX: What about him?
Dr. Arancia: You said he owns a company.
SCP-XXXX: Yeah a few. He's my older brother and has always been there for me.
Dr. Dune: Shouldn't it be out at this point?
Dr. Lillihammar: Lague, was it in the soup?
Dir. Lague: Wait. Shit, I used yesterday's pot. As for Jay's question, it could take a bit longer than that.
Dr. Lillihammar: Goddamn it, how did you do that?
Dir. Lague: It was a mixup. What do you want me to do about it?
Dr. Lillihammar: Make sure it's on the steak.
Dir. Lague: I'm making sure. You just…
A bang is heard.
Dr. Lillihammar: Paul?
Chief Zaman: He just collapsed.
Dr. Lillihammar: Did he take the counter drug?
Chief Zaman: He said he did. Wettle?
Dr. Wettle: He said he would after he got… the soup.
Dr. Lillihammar: For the love of God. Blank! Come in.
Dr. Blank: What do you want me to do? I call in this guy because he has a gumball machine doing his taxes and he laces the soup with the wrong drug.
Dr. Blank delivers their meal. Dr. Arancia glares.
SCP-XXXX: Ay, what's goin' on back there? You figurin' out world peace? Defusin' a bomb?
Dr. Arancia begins to eat.
SCP-XXXX: You hear what I said, I ask him "You figurin' out world peace or defusin' a bomb?"
Dr. Arancia chuckles.
Dr. Blank: Code Black. Check the other channel for details. Hank, we're figuring something out. Stay put and don't panic.
SCP-XXXX: Ay, what's wrong? You look like you saw a ghost or somethin'. I didn't know someone could get paler. You'd give a vampire a run for its money
Dr. Arancia: It's nothing. Just one of those memories that pop into your head at the worst times.
SCP-XXXX: I sure as hell know about those. The ones where you did somethin' embarrassin' and want to forget but it's seared into there.
Dr. Blank: Okay, we're at the nuclear option now. Tackle and restrain it.
Dr. Arancia types into his cellphone.
Dr. Arancia: what the fuck why
Dr. Blank: Lague didn't eat the counter pill and he dropped it in the soup.
Dr. Arancia: youve got to be kidding
Dr. Blank: I'm not.
Dr. Arancia: im not doing that
Dr. Blank: You know what? I will.
Dr. Arancia: do not ill handle it
SCP-XXXX: You good over there Typey McGee?
Dr. Arancia: Yeah sorry, my mom.
SCP-XXXX: Mothers.
Dr. Arancia: Speaking of, are your parents also bears?
SCP-XXXX: Nah I was dropped from a stork into their arms. Yes, they're bears how the hell else would I look like this? We're your parents also pale and twig thin and have receding hairlines?
Dr. Arancia: I'm just asking, sorry for striking a nerve. You live near this joint?
SCP-XXXX: The woods really.
Dr. Arancia: Oh… with the whole you being a bear. I should have guessed that.
SCP-XXXX: You think I live in the woods because I'm a bear? Nah, I just do it to get more connected to the Earth.
Dr. Arancia: Do you identify as anarcho-prim—
SCP-XXXX: Nah I'm straight as an arrow. I don't care about whoever you like though, or anyone for that matter. Live your life is what I say and let no one tell you otherwise. You like the steak?
Dr. Arancia: Those aren't related but that's good to know. Steak's not bad — a bit overdone.
SCP-XXXX: Speaking of, they forgot my butter for the lobster. I'll tell you, they're really losin' their touch. I'm getting…
Dr. Arancia: What?
SCP-XXXX: Em geddin… reeeeally… tired—
SCP-XXXX collapses.
Dir. Lague: Booyah, baby!
Addendum XXXX-2, Post-Containment Debrief: SCP-XXXX was subsequently captured and placed in a standard sapient creature containment chamber. Subsequent tests have not manifested SCP-XXXX's return to SCP-XXXX-1, therefore its connection to the building has been rendered neutralized and the sub-designation is no longer needed.
Interview Log
Date: 21 October 2021
Present: Dr. Henry Arancia (Sapient Anomaly Specialist, Psychology and Parapsychology), Dr. Harold Blank (Archives and Revision), Dir. Paul Lague (Site-322)
Dr. Blank: We're going to break down your containment attempt in a more professional manner one more time. This is going on record, please be thorough.
Dir. Lague: No more booyahs?
Dr. Blank: No more booyahs.
Dir. Lague: Fine. So I realized the restaurant, SCP-XXXX-1, was causing your containment efforts to not work. Pots and pans just don't fling themselves across a room.
Dr. Blank: So, with that in mind…
Dir. Lague: I wondered if I could trick it. Make it think it got me by mixing up the soup pots and causing me to drop my counter pill in there.
Dr. Blank: So, you knew the soups were mixed up?
Dir. Lague: When I first pulled the pot out, no, but when I realized that the building was messing with us. I dropped a placebo in to see if it would calm down. And it did.
Dr. Blank: Why did you have those on you?
Dir. Lague: I carry them with me whenever I bring the pills. I'm a scientist, I experiment.
Dr. Blank: Alright… Why did you think that would work?
Dir. Lague: I didn't really. I was more focused on getting the food out and going with the plan. As I said, it calmed down with the placebo in, so I faked the fainting to see if that would do anything and it completely stopped messing with Wettle and Zaman. The steaks were already covered at that point so it was a matter of waiting.
Dr. Blank: So what I'm hearing is that you were so focused on cooking that bear a meal that you accidentally contained it.
Dir. Lague: Well, when you put it that way I sound like a jackass. But sure, that's about right.