scp-000000000

WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.

Wow! You flipped a card and got: YOUR MOM!!! You ca reload the page or go to the next.
DATE: 11 Jun 2021 00:48

/* 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;
    }
}
/*
    Paperstack Theme
    [2020 Wikidot Theme]
    By EstrellaYoshte
    Based on:
      Inkblot Theme by Croquembouche
      Word Processor Theme by stormbreath
      Modern Theme by Azamo
      Simple Yonder Theme by EstrellaYoshte
*/
 
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
 
#page-content { font-size: 0.87rem; }
body { font-family: 'Oxygen', sans-serif; }
 
body {
    color: #000000;
    background-image: linear-gradient(
        to bottom, 
        #EFEFEF, #EFEFEF 276px, 
        #D3D3D3 276px, #ffffff 282px,
        #ffffff 282px, #ffffff 100%);
    background-repeat: no-repeat;
}
 
#main-content {
    top: -1.6rem;
    padding: 0.2em;
}
 
.page-source, .code pre, .code p, .code, tt{ 
    font-family: "Fira Code", monospace;
}
 
/* ---- HEADER ---- */
 
div#container-wrap {
     background-image: none;
}
div#header {
    background-image: none;
}
 
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none;}
/* Style the new text */
#header h1 a::before, #header h2::before {
  color: #333333;
  font-family: 'Josefin Sans', sans-serif;
  text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
  content: var(--header-title, "SCP FOUNDATION");
  font-weight: 300;
  font-size: 1.3em;
}
#header h2::before {
  content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
  font-weight: 600;
  font-size: 1.22em;
}
 
#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;
}
 
div#search-top-box {
    top: 2.3rem;
    right: 8px;
}
 
/* ---- TOP BAR ---- */
 
#top-bar { 
   display: flex;
   justify-content: center;
   right: 0;
   top: 7.9rem;
}
@media (max-width: 768px) {
    .mobile-top-bar {
         display: flex;
         justify-content: center;
         max-width: 100%;
         width: 100%;
         left: 0;
    }
}
#top-bar, #top-bar a {
    color: #333333;
}
 
/* ---- SIDE BAR ---- */
 
#side-bar .side-block {
    border: transparent;
    border-radius: 0;
    box-shadow: 0px 0px 7px #999999;
    background: #ffffff;
}
#side-bar .side-block.media > * {
    display: flex;
    justify-content: space-evenly;
}
 
#top-bar div.open-menu a {
    border-radius: 0;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
    border: 1px white;
}
 
@media (max-width: 767px) {
    #main-content {
        padding: 0;
        margin: 0 5%;
        border-left: none;
    }
    #page-title {
        margin-top: 0.7em;
    }
    #side-bar {
        background-color: #fff;
        left: -19em;
    }
    #side-bar:target {
        border: none;
        box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
    }
    #side-bar .close-menu {
        transition: width 0.5s ease-in-out 0.1s,
                    opacity 1s ease-in-out 0s;
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        background: rgba(0,0,0,0.3);
        background-position: 19em 50%;
        z-index: -1;
        opacity: 0;
        pointer-events: none;
    }
    #side-bar:target .close-menu {
        width: calc(100% - 19em);
        right: 0;
        left: auto;
        opacity: 1;
        pointer-events: auto;
    }
    #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
        margin: 3em -5.5%;
    }
    #side-bar {
        top: 0;
    }
    #side-bar .heading {
        padding-left: 1em;
        margin-left: -1em;
    }
    #search-top-box {
        top: 107px;
    }
}
 
/* ---- TABS ---- */
 
/* ---- 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: 0px 0px 4px #999999;
}
 .yui-navset .yui-content,
 .yui-navset .yui-navset-top .yui-content{
     padding: .5em;
     border: none;
}
 
/* ---- INFO BAR ---- */
 body{
     --barColour: #333333;
}
 
 .info-container .collapsible-block-content{
     padding: 0 .5em 30px;
}
 .info-container .collapsible-block-content .wiki-content-table{
     width: 100%;
}
 
/* ---- INFO PANE ---- */
 
#page-content .creditRate{
    margin: unset;
    margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
    background-color: #ffffff;
    border: solid 1px #ffffff;
    box-shadow: 0px 0px 7px #999999;
    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: 0px 0px 7px #999999;
    margin: unset;
    margin-bottom: 4px;
    border-radius: 0;
}
 
.page-rate-widget-box .rate-points {
    background-color: #ffffff !important;
    color: #333333 !important;
    border: solid 1px #ffffff;
    border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
    background-color: #ffffff;
    border-top: solid 1px #ffffff;
    border-bottom: solid 1px #ffffff;
}
 
.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: solid 1px #ffffff;
    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 ELEMENTS ---- */
 
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold;
}
 
blockquote,
div.blockquote,
#toc,
.code {
    background-color: #F8F8F8;
    border: solid 1px #F8F8F8;
    box-shadow: 0px 0px 4px #999999;
}
 
.scp-image-block {
    border: solid 8px #ffffff;
    box-shadow: 0px 0px 5px #999999;
    box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
    background-color: #ffffff;
    border-top: solid 4px #ffffff;
    color: black;
}
 
#page-content .wiki-content-table tr th {
    border: solid 1px #999999;
    background-color: #efefef;
    /* set border for table title */
}
#page-content .wiki-content-table tr td {
    border: solid 1px #999999;
    /* set border for table content */
}
 
div.modalbox {
    border-radius: 0;
    border: none;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
 
/*-- tags --*/
 
#main-content .page-tags span { max-width: 100%; }
 
#main-content .page-tags a {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.76rem;
    background-color: #FDFDFD;
    border-radius: 0.6rem 0.12rem;
    margin: .25rem .2rem; .5rem .2rem;
    padding: 0.2rem 0.42rem 0.25rem 0.46rem;
    box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27);
}
 
#main-content .page-tags a:before {
    content: "•";
    font-size: 1.1rem;
    float: left;
    position: relative;
    top: -0.19rem;
    left: -0.24rem;
    color: #ffffff;
    background-color: #B8B8B8;
    color: transparent;
    text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82);
    -webkit-background-clip: text;
       -moz-background-clip: text;
            background-clip: text;
}
 
/* ---- CUSTOM SYNTAX ---- */
 
.header-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-around;
  align-content: space-between;
  width: 100%;
  left: 0;
  align-items: flex-start;
  row-gap: 2px;
}
 
.text-item {
  flex-grow: 1;
  max-width: 25%;
  text-align: center;
}
 
.grid-item {
  flex-grow: 1;
  min-width: 25%;
  text-align: center;
  margin: 8px 6px;
}
@media (max-width: 1200px) {
  .grid-item {
    min-width: 50%; 
  }
}
 
.logo {
  position: absolute;
  width: 180px;
  top: -154px;
  left: -17em;
  z-index: -1;
}
@media (max-width: 767px) {
  .logo {
    width: 36%;
    top: -9.7em;
    left: 32%;
  }
}
 
.textbox {
  position: absolute;
  width: 42%;
  top: 7.5rem;
}
@media (max-width: 960px) and (min-width: 767px), (max-width: 666px) {
  .textbox {
    position: relative;
    width: 100%;
    top: 0;
  }
}





rating: 0+x


851.jpg

SCP-XXXX, a Edison Gem Phonograph, built circa 1909.

Special Containment Procedures:

SCP-XXXX is to be contained in a hermetically sealed chamber with no less than 2 guards protecting it. Any personnel within a 1-meter radius of SCP-XXXX are to wear noise-cancellation headphones to further inhibit possible SCP-XXXX-2 cases.

In the event a subject hears SCP-XXXX-1, personnel are to immediately take the subject to a trained psychologist. The subject is to be quarantined for a minimum of 1 week to wear off SCP-XXXX-1's harmful effects.

Description:

SCP-XXXX is an antique Edison Gem Phonograph, which has a red bell sitting atop a cherrywood base, SCP-XXXX shows no signs of any discernable age or wears, despite being over a century old. At exactly 5:38pm on Sunday SCP-XXXX will play a recording of jazz music for 9 minutes and 32 seconds until a faint gunshot can be heard echoing.

This music has been dubbed SCP-XXXX-1. SCP-XXXX-1 has the anomalous effect to cause schizophrenia and depression to those who hear its tune.1 SCP-XXXX-1 spreads via the distribution of its information,2 and will rapidly spread between subjects in a matter of seconds.

The effects of SCP-XXXX-1 can range from being a mild hindrance to being life-threatening. Many subjects will commit suicide though some may not and suffer the symptoms of schizophrenia.

Wow! You flipped a card and got: Think Krebby Think!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 17:42

: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)); }
}
rating: 0+x

Special Containment Procedures:

Description:

WARNING: THE FOLLOWING INFORMATION IS STRICTLY LEVEL 5/XXXX CLASSIFIED


ANY ATTEMPT TO ACCESS THE FOLLOWING FILE WITHOUT LEVEL 5/XXXX AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.


Wow! You flipped a card and got: Untitled-01!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 17:30

A buzzer sounded in a tight, cramped closet. A figure got out of his small cot, and quickly slipped into a stained dark grey jumpsuit, downed a cup of coffee from a thermos next to his bed. He tried looking in a mirror but as usual, the illumination within the room was too poor for him to actually see anything. The only light source he had was a dim lightbulb hanging from the low ceiling and a flashing LED mounted to the buzzer over the narrow doorway. Maybe that was by design, because he might have been disgusted by the room around him if he could see any better. He never did get used to these old musty rooms…

His thoughts were interrupted by a sharp sound as his radio crackled to life. "John-171, we need you in sector 12, block 4 for cleanup. Priority orange" the radio demanded in a harsh tone. The man sighed, before locking the door behind him and trudging on. John-171? Really? He knew that he never really remembered much, probably because of the drug cocktail they gave all cleanup crew, but a play on the titular "John Doe" with a number slapped on seemed so impersonal. Maybe that was the point, just like the dim lights in his room that never turned off. The psychological implications of working under constant surveillance and pressure were by all means most likely intentional. They didn't keep this facility around for nothing.

As he walked along the narrow white corridors somehow bleached even whiter by the harsh fluorescent lights overhead, his mind kept creating new questions while managing to find answers for precisely none, he found it odd as to how he never asked himself these sorts of things on a routine basis. Perhaps he did, and he simply forgot them. Perhaps it was the pills they gave him to drink every week. He had tried to throw them out, but up until now they never really made much of a difference. Perhaps he was just being paranoid and it was all for his own good, like they told him every day. Funny how they had to reinforce basic psychological principles for something so mundane as the moral orientation of a group of interest. Somehow, those words rolled off his tongue so much easier then the rest. Oh well, nothing of it, probably some idiosyncronicity he picked up from reading the paper too often. There was only one after all, and it was the one that came every Sunday with the paper. It gave him something to do, since he always felt like there was something better to be done on Sundays. Was it even Sunday? He hadn't been above ground in ages. It could be Wednesday for all he knew. What's gone is gone, no use to resent it, he thought as he trundled along.

He almost didn't make it that day. Cleaning up a body in a containment chamber, the job he was originally called for, a black monster with a large bovine heart for a body broke out of one of its chains and tore through the two security guards overseeing the operation. As the heads of the two men clad in tactical gear rolled on the floor, the man in the gray jumpsuit dropped to the ground shocked. Alone and confined in that stark concrete cell, the monster slowly brought its attention towards the man in the gray jumpsuit, quivering in fear in the corner. Seeing no resistance in its opponent, the monster slowly and tentatively, as if savoring its prey, snaked its leg towards the man on the ground in anticipation of a new meal, rambling all the while in its posh British accent.

The man felt the blood stains from the guards on his face, the prickling skin across his arms as the goosebumps formed long ago started to take shape once more, his legs refusing to obey his command, yet he felt surprisingly calm. His eyes slowly traced to the gun knocked across the ground next to him, as he subconsciously tuned out the constant droning of the barbaric entity, flipped the safety off of the pistol, and in one fluid shot tore a hole in the monster's leg.

The monster never expected this resistance from a cowering animal, so it was understandably confused. A moment ago it was shaking in fear, yet the next it was met with precise timed resistance. Perhaps out of instinct, the monster momentarily retracted its arm to reorient itself, attempting to catch the illusive rabbit, yet by the time it managed to regain its proper sense of self the man was already gone. A string of curses and damnations emanated from the containment cell for days with the monster frothing at the mouth, if he had a mouth to begin with, as several containment squads fought to contain the creature from hell for three consecutive days before managing to replace the binding on his leg. Yet nobody seemed to notice the disappearance of the lonely man in the gray jumpsuit, who, upon later inspection of logs, seemed to have never existed at all.
Wow! You flipped a card and got: Jackyw9cky2!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 13:56

rating: 0+x

Item #: SCP

Object Class:

Special Containment Procedures:

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]


Wow! You flipped a card and got: TheDark_Fairy!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 13:51
rating: 0+x

Special containment procedures: SCP-XXXX is to be classified as Safe, Dark, and Notice outside of approved testing or when in use as a Thaumiel object. All tests of Keter, Keneq or above, and Danger or above are not to be attempted.

SCP-XXXX-B is to be stored in a safe class storage unit, with SCP-XXXX-B capable of being seen from the adjacent hallway. SCP-XXXX-B is to be stored in a Keter class containment unit(See attached document XXXX/Storage) with a checking of its condition is to be carried out not less than once every twelve hours when not being tested on.

The official copy of this file is to be stored on a computer that can not receive information from the internet or other external devices, and is to be protected by the best firewall reasonably available to the Foundation.

If a XXXX-Z Black event takes place, procedure XXXX/Zred is to be taken into effect. All staff on site 81 are to be told to be prepared to evacuate in the case of a XXXX/red event.(See attached document, XXXX/Zred)

All staff on site 81 are to be told to be prepared to evacuate in the case of a XXXX/red event.

Research into discovering more information on Hectic Youngs is to be continued. Hectic Youngs is to be apprehended if possible.

Description: SCP-XXXX is an object that changes based upon its object classification within the Foundation, with any official foundation object classification being capable of being applied to and subsequently altering SCP-XXXX's state. All similarly classified states share at least one common trait, for example each observed states of SCP-XXXX classified as Safe has manifested as a baseball, and every observed instance of SCP-XXXX classified as Euclid has manifested as a gemstone.

Each instance of SCP-XXXX has been assigned a alphanumeric identification in addition to the SCP's normal identification, as well as a few of the anomalies that have been manifested by SCP-XXXX.

SCP-XXXX-B is a green baseball of regulation size and weight. SCP-XXXX-B can be picked up and otherwise interacted with by a subject with no apparent anomalous properties as long as the subject does not have an understanding of the rules of baseball.

When SCP-XXXX-B is being held by a subject who does understand the rules of baseball, SCP-XXXX-B-1 will appear 18.44 m in front of the subject if there is no object blocking the space between the subject and SCP-XXXX-B-1's intended manifestation point. SCP-XXXX-B-1 is a wooden baseball bat made of greenheart wood, with the inscription 'Hectic Occurrences' engraved into its handle.

Once SCP-XXXX-B-1 has manifested, it will levitate in place, moving only in correspondence to significant change in the location of the subject holding SCP-XXXX-B. If SCP-XXXX-B is not thrown, SCP-XXXX-B will participate in activities such as swinging itself in the way a professional baseball batter might warm up, and hitting the ground directly below it. If SCP-XXXX-B is thrown within a certain range (approximately 1 meter) of SCP-XXXX-B-1, SCP-XXXX-B-1 will swing and hit SCP-XXXX-B with perfect accuracy towards any human other than the subject within 130 metres, in such a fashion that the target will require only minimal effort to catch SCP-XXXX-B.

When SCP-XXXX-B is hit, SCP-XXXX-B-1 will demanifest 74 seconds later if SCP-XXXX-B is not returned to the original pitcher, and will remanifest if in the hands of a viable subject. To date, SCP-XXXX-B-1 has never missed once it has swung.

Addendum 1a:

Recovery source: A paranormal forum based on forest oddities.

Foreword: This conversation was recorded after the recovery of SCP-XXXX-A (Extraneous activity has been omitted due to its irrelevance, though a full log can be found in file XXXX/1/F1)

<Begin Log, 10:17 12/19/2014>

Nocturnal-Critter85: Hey, I found this really weird thing in the woods today, and was wondering if anyone could help me?

[Admin]MoonSun: Sure thing Critter, what did you find?

CrossedxSpars: Yeah! we can tell you basically anything about the woods!

JumperJeminai: Do you have a picture?

Nocturnal-Critter85: No, I dont have a photo.

Nocturnal-Critter85: I dont own a phone, just using my computer.

SpookyLama: Well, what is the thing?

Nocturnal-Critter85: The thing is a ball out in the middle of the woods, about the size of a baseball floating around the height of my waist.

[Admin]MoonSun: …. What?

[A conversation ensues about the reliability of user Nocturnal-Critter85]

JumperJeminai: Where do you live?

Nocturnal-Critter85: ██████ city

SpookyLama: Hold on, I live near there, Ill go with a few friends to see if he's lying to us

Nocturnal-Critter85: I'll meet you at the ██████ library.

[Data omitted for brevity]

SpookyLama: Holy cow, I just got home, and can hardly believe Im typing this, but Critter was right.

[Mod]HecticY: Right about what?

JumperJeminai: OMG Really?

SpookyLama: Yeah, about the ball floating in the woods!

SpookyLama: Its real, and no matter what we did, it would not move.

CrossedxSpars: You touched it?

Nocturnal-Critter85: Yeah?

SpookyLama: Why not?

CrossedxSpars: With how strange it is, how did you not know it was poisonous? or some kind a creature that could hurt you.

[Admin]MoonSun: Wait, the ball was real?

SpookyLama: … I didn't think off that

Nocturnal-Critter85: What do we do with it now?

JumperJeminai: Probably report it to the papers or something.

[Mod]HecticY: Probably to ████ ██████ ███ ███████3

Nocturnal-Critter85: Why there? Thats an address, not a organization

[Mod]HecticY: Ive had experience with them4

[Admin]MoonSun: Hectic, have you been holding out on us?

[Mod]HecticY: They've never come up, but you can trust me on this.

[Foundation AI at this point noticed the forum, where a MTF was set to recover the object and amnestisize all first and second hand witnesses]

Addendum 1b: SCP-XXXX-A was recovered on 12/25/2014, due to its immovable nature, a temporary site was erected around the object until more could be ascertained about its nature.

Addendum 1c: Upon the classification of SCP-XXXX5, its form and properties changed that of SCP-XXXX-B, and as of writing, replication of SCP-XXXX's original state has not been succseful.

After the disappearance of SCP-XXXX-A, a code yellow search was put into place for approximately 13 hours, before the discovery of SCP-XXXX-B, though the search continued as Foundation MTFs did not realize that they already had the object in their possession. After approximately 24 hours, the object classification on the object was changed to Euclid/Dark/Notice, when SCP-XXXX underwent a change from SCP-XXXX-B to SCP-XXXX-C.

Shortly afterwards the code yellow search was called off, and testing on the true nature of SCP-XXXX began.

Addendum 1d: After the recovery and transport of SCP-XXXX, the object was relocated to site 81, new containment procedures were put into place, though testing was commenced upon the conclusion that both the creation of a SCP-XXXX document and its first update caused SCP-XXXX to transform.

Addendum 2a: Testing logs of SCP-XXXX

Incident Log XXXX-A

Date: 12/30/2014

Previous state: SCP-XXXX-B

New classification: Euclid/Dark/Notice

Precautions: None

Results: SCP-XXXX underwent a change from SCP-XXXX-B(A green baseball) to a Emerald with the pear shape, which has been designated as SCP-XXXX-C. SCP-XXXX-C was observed to move north(357 degrees) at a rate of 1 mph.

Notes: We were lucky to contain SCP-XXXX this time, this tells us we were not keeping a close enough eye on the object.

Addendum 2b: Due to the properties of SCP-XXXX testing using non-standard classes was allowed to try and potentially find more of the nature of SCP-XXXX or find a use as a thaumiel or other similar item.

Addendum 3: Incident Log XXXX-Ω (Hectic Youngs story[Smack myself if I don't remove this once done])

Event Log XXXX-Ω Alpha:

Date 01/01/2016

[Due to the holiday, there was a less than normal amount of personnel on site]

[Many events in this log have been determined by viewing computer logs from the time, and most visual details were recovered from either civilians or GOC agents.]

00:27: Site 81 firewalls are hacked into through unknown means. Hacker identified by computer as HecticY.

00:43: Hacker opens SCP-XXXX's file, viewing the file.

00:45: SCP-XXXX's object class is changed to Keter/Amida/Critical(Designated SCP-XXXX-Z). The first recorded XXXX-Z black event begins to take place.

00:46: The sky turns a violet hue worldwide, with the clouds around site 81 turning a deep purple, beginning to swirl with a spiral pattern, with this pattern rapidly growing. Due to the properties of SCP-XXXX-Z, no foundation personnel observed these changes.

00:47: Foundation personnel on site 81 begin to suffer impalement do to SCP-XXXX. This was the first sign to the foundation of the emergency at hand.

00:50: Foundation contacted by the GOC, the church of the broken god, and several other organizations aware of the foundations existence. Foundation was informed of the worldwide anomalous activity.

01:00: Protocol 39 was put into place by a 11-1 vote by the 05 council, with 1 member abstaining.

01:10: Significant amount of personnel at site 81 lost, with several containment breaches beginning to occur.

01:30: SCP-XXXX's file was discovered to have changed, attempts to change the file back find that the file has been guarded by a firewall against the foundation.

01:45: Personal at site 81 evacuate site.

02:15: Sites nearest to site 81 begin to suffer loss of life as the clouds affected with SCP-XXXX reached their location, personal are informed to evacuate.

02:20: Foundation reestablishes contact with the GOC, debriefing them on the existence of SCP-XXXX, and requesting aid to be sent to site 81. GOC accepts on the conditions of SCP-████, SCP-████, and SCP-████ be turned over to them, offer was accepted.

03:30 GOC forces arrive at site 81

[GOC audio log of mission]

[Message from Hectic Youngs]

[Cleanup from Event XXXX-Ω]

[More info on Hectic Young maybe?]

Addendum 4: Tests pending approval.

Pending Test: Spirit

Esoteric class: Spiritual

Reason of test: Possible avenue of research into SCP-4487

Pending approval since 07/24/2019

[Not finished, still working on this as a first draft]
[More story intended]

[Stored for later]

Note: Play around with different ways of identifying SCP instances. Current suggestions are numbers, and version
Probably add some of the tests in a side document.
Wow! You flipped a card and got: The Discovery Top!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 07:35

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Euclid

Special Containment Procedures: SCP-XXXX is to be kept in a

Description: SCP-XXXX refers to a

Addendum:

[[footnoteblock]]


Wow! You flipped a card and got: Static Pulse!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 05:58
rating: 0+x

WARNING: THE FOLLOWING FILE IS LEVEL #4/XXXX CLASSIFIED


ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 4/XXXX AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISPATCHMENT OF MTF-RHO-16 "PLASTERERS."



Wow! You flipped a card and got: BankerPaul (Solution)!!! You ca reload the page or go to the next.
DATE: 10 Jun 2021 00:40
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: SCP-XXXX is a Samsung SGH-T139 model flip phone. It lacks any functions other than playing sound. The phone calls are always of live interrogations. These calls are untraceable.

[[footnoteblock]]


Wow! You flipped a card and got: Your going to Detroit (SEEKING GREENLIGHT)!!! You ca reload the page or go to the next.
DATE: 09 Jun 2021 20:15


BY ORDER OF THE OVERSEER COUNCIL

The following file is Level X/XXXX classified. Unauthorized access is forbidden.

XXXX

5/XXXX LEVEL 5/XXXX

CLASSIFIED

classified-lv5.png

Item #: SCP-XXXX

Object Class: Keter

urgoingtodetroit.png

SCP-XXXX, including in red, its activation zone.


Special Containment Procedures: All traffic leading to SCP-XXXX is to be rerouted, all building inside of SCP-XXXX have been purchased by the Foundation. Any and all civillians/personnel entering SCP-XXXX during an activation event are to be deemed KIA, missions to get missing personnel are to be immediately denied. Entry of any unauthorized personnel are to be immediately quarantined, detained, and amnesticized as appropriate.

Monthly, personnel assigned to SCP-XXXX, when activation events have ceased that year are to clean windows
Description:
Wow! You flipped a card and got: Tag Cloud!!! You ca reload the page or go to the next.
DATE: 09 Jun 2021 19:43

- :) ................................................................ ✏️ 한국 ████ 000 001 001-proposal -01 021 039 049 05 053 054 05's 079 096 1 1035-234 @1091 11325 119 1290 166 17 171 173 1850 1m 212 220calabasas 239 3000 3008 3382 3619 3735 387 4000 4085 4155 4260 4/28/2019 4362 4391 .44 4492 4492-1 4666 4862 4943 500 5000 #5000 5000contestdrtenor 5000contestultradon 5004 5011 5012 5036 5039 5083 5094 5123 5166 5376 5398 5672 5815 5868 5941 5949 5988 6 6000 610 6300 6661 6828 6894 69 705 7838 8000 8798 888 9467 999 a a1cipher abbadon_is_scp-5285 absorb [access-denied] acid acoustic acs adaptive adaptivo adastraperaspera_theme addiction addictive +addictive adeadguyssandbox adult aesthetic aevormu affecting affecting-memory agent agenthumphreys agent-strelnikov aggressiv agressive ahuzotli ai aiad airborn airborne airships akuma alberto albino alchemist alcohol alek aleksa aleksa9909 alien aliens alive #alive; all allergy almost alone alphabetically alteran alternate-universe amazon ambrose-restaurant amida amnestics amorphous amphibian an anart ancestors ancient and andersnon anderson anderson-robotics android an-eden-at-sight angel #angel #angelfromhell angels anger animal animals animate animated animation animatronic anime anna’s annual anomalies anomalous anomalousducky anomaly anomilous answered. anti-anti-inanimate/animate-object/non-object antimemetic anxiety apocalypse apocalyptic apollyon #apollyon apple appliance appolyon aquatic arachnid archangel archon arctic_fox are are-we-cool-yet arewecoolyet? army art artefact artefacts arthropod article artifact artificial artificially artwork as asep assassination assembler assimilate asterias athletic atmospheric attempt audio auditory aura australia author autism automaton autonomous avian avogadro awcy back backstory bacteria bacteria-carrier bad badminton ball barrel base basictag bat bathtub batman b-class be bed bee being bender beta-7 betahunter betrayal beverage #bg billion bio biocell biohazard bio-hazard bio-hazardous #biologic; biological biomechanical biosite bipedal bird black blackhighligher_theme blackhole black_owl black-queen blind blob blood bloodtree bloody-virus-proposal blue blyatman42b board bobble-the-clown bodychanging body-horror bond bone boneless bony book botany bottemless bottom-gear bountyhunter box +box boy brain brainwash breach bread breathers breathing breed bright broadcast broken-god broken-masquerade brown bruce bruceu brush buck bug building bully butcher butter butterfly byzekconprince _cabbage_by_the_victors cadaver calcium calmer +camera canada canine caninus canis canon canon2020 can’t can_you_hear_me? captain car carbon-based carnivore carnivorous cartoon cat catastrophe catholic cats caution cave cellphone censorship ceramic change changing chaosinsurgency chaos-insurgency character character-focused chelonian chemical chemicals chernobyl chicken child chinese chiroptera christmas chrome church-of-the-broken-god ciclo cimmerian circus citrio city class clay cleanest cleaning clear clearance clearance1 clearance2 clearance3 clearance4 clearance5 clearance6 clevergirl cliche cliche2019 clockwork clone clothing cloud cloudy-cloud club cn coauthored co-authored cobalt cockroach codes codmobile coffee cogmitohazard cognitio-hazard cognitive cognitive-hazard cognitohazard cognito-hazard cognitohazardous cold collab _collab collab-con2019 collaboration collapsible-modifier collection college color combat comedy comments committee communism completedraft compliant component component-backend compulsion #compute; computer concept consciente conservative console consumable contagiohazard contagion contain #contain contained container containment containment-breach contemptuous contest control conversation conversion cooking cool coolwar copy copying copy-paste corallus cornucopia corroding corrosion corrosive corruption could cover-up cqb crack crawl. creation creator creature creepy creepypasta #creepypasta critical criticism critique crochet cross crossscp cross-testing crown crying cryptography crystal csep css cube cult culver's cup current cursed-images custom cut cute cybernetic cyborg d d-41626 dado danger dangerous danlegenda dark darkness dark-sushi data davidbowie daybreak d-class ddlc deadly death deathangels decay decommissioned deep deepwell-catalog deinonychus deity deleted deleted-page _delicious demon demonic demons depaqua depression description desert despair destroy destruction deutsch device dialogue diary dice dieselpunk digital dimension dimensional dinosaur dinosaurian director-bold director-moose disable disaster disc discontinued discovery. disease #diseased disney disorder distortion djkaktus dn123 do docile doctor doctor-arcana doctor-bright doctor-cimmerian doctor-clef doctor-gears doctor-glass doctor-jack-covey doctor-ramone doctor-sacks document documenter dog dog-attack doggo doll doll-maker dolls dontknowwhatimdoing doomsday door doorway dopamine double-edged-charger dr dr. draft #draft drafts dragon dragonfly dragon's-cave drawing dr-axl dr-bright dr.bright dr-christopher-gates dr-cimmerian drcordraconis dream dreameater dreams dreamsucker dress dr.eugene drgarrethmiller dr_h dr-heart dr.heinsen drink drismael dr-jeremiah-cimmerian dr.jeremiahcimmerian dr.-kabumm dr-lu drmaas drmuskrat dr-oneal dr_sterk dr-tenor drunk dr-wondermaint dr-wondertainment dr.wondertainment duck duplication duskin dynastinae earth eater echoing-halls ectoentrophic ectoentropic edgy edit editing education effect effy ekhi ekronak eldritch electric electrical electricity electromagnetic electronic elemental elevator elucid emerged. emotion emotional emp empathic empty emulator encyclopedia end endet15 endless end-of-death end-of-world enemy energy engineering english engraved entities entity entity. entry environment environmental eon ep epic equine es escape escaped esoteric esoteric_class esoteric-class espacio-tiempo espaço-tempo estraterrestrial ethereal ethics ethics-committee etjarzin eucid eucild euclid @euclid #euclid euclídeo euiclid event evil evolution example-tag excange exciting existence existential-threat exited exoskeleton experiment exploding exploration explosion explosive exquisite-corpse2020 exquisitecorpsecontest extinction extradimensional extra_dimensional extra-dimensional extradimesional extraterrestrial eye eyebrows eyes eyes. face factory failed-scp familiaris fan fanmade fan-made fatality fear fecility feed feedback feet feline female fern fgh field-agent fifthist file files film fire fireant firearm firehazard first first_draft firstpost firstscp #firstscp first_scp first-scp firsttime fish flammible flesh floppy flora florida flying fnaf fog follow food football forest formating foundation foundation-made fractal fragment freddy free-hug free-ticket friendly friendly-not-friendly frilled frills frog from front frost frostler fruit fun fungus funny furniture fusion futuranth futuranth-canon future game gamer gamers-against-weed games gamma-5 garbage gas gaseous gasmask gate. gaze gelatine genderless genectic general-bowe genetic geological george george-o-thanatos germanshepard gh-class ghost giant giantmonster gift giorgi girl givemecriticism glass glasses glitch global-occult-coalition gluestick goat go-away goc god #god gods goi goi2019 goi-format golden goldengate /goldenticket/draft/mainarticle goo gore (gore) gorgise56 government grammar graph graphs gravitational greek green greenfox greenlighting groupsofinterest growing grudivisionp gru-division-p guardian guide guise guitar gun gundraver guns gustatory hair half half-n-half halloween2018 halloween-con-2020 hallucination hallway hand harmful harmless harvey hat hazard hazardous hazmat he headphones heads headwear healing health heart +heart heart-attack heartwarming hellson006 help helpful he-moves henry-stickmin her her. hermal herman-fuller heterometrus hiemal hierothanatos high-tech his historic historical +history hitler hivemind hive_mind hive-mind hok hole hologram homosapien honglu horror hostile hostility hot house how hsduck3 html hub human #human; human-figure humaniod humanity human-like humanoid #humanoid humanoide humanoids #humanoidscp humidity hunter hush husy hydra hyena hypnosis ice idea ideas ihop iigunnerii's-sandbox illusions image _image imareadingraptor immobile immortal immortality in inanimate inc incedent incident incomplete incorporeal incredible-power in-deletion indestructable indestructible infant infection infectious infinite infohazard info-hazard inkayamba inorganic in-progress insanity inscribed insect inside-joke inspired instrument insults intangible inteligente intellegent intelligent interactive interdimensional international internet #internethorror interveiw interview interviewlog into introduction-to-new-story-line invertebrate invertibrate invincible @invisible invulnerable ionizing iris iron ironworker is isolation it item items it’s ivanhall -j jack-covey jack-in-the-box jagged jake? jam-con2018 jam-con2020 jam-con2021 jam-con2021_corruption jaonhax japan japanese javascript jello jelly jeremiah jerk jester jewish jizz joke joker jokes jokescp joke-scp #jörgmunda jp jungle justaguynamedcharlie justice kaiju kakanaka kara k-class k-class-scenario k-class-senario keeper kegthothrha keneq kennedy keter #keter key kidnapped kill killagent killed killer kinetic king knife knowledge #knowledge ko k.o.n.f.a. korea kows kuro #l-4 la lag lake language large large-scale lasers law learning lee left lego lego-themed lemming lemur lemuridea lenguaje leosefcik let lethal level level2 liberal _licensebox lies life light limerick line lion liquid list listpage live living lizardgirl localidade location locked log lol lone look looked loop #los loss-of-sense lost lsd ltf lucid64 lupus luz maas machine macula made madeby:derrickcorts&chazeasus madness magician magnet magnetic maintain male malnourishment mammal man manifestation manipulate manna-charitable-foundation mantis mantodea many man-zoo marcuslcrassus marine mark marker marko masen mask masterkid173 match. materialization math mathematical matter (maturecontent) maze mc&d me mean meat mechanical mechanics media medical medieval medusa memecon2021-unofficial memetic memetic-scp memory +memory memory-affecting memory-altering mental mental-illness mentallilness mente meska message messages met meta metal metal-detector metallic metamorfic metamorphic metamorphosis meteorological mexicanamericanboy mgs microbe microscope military mimic mind mindaffecting mind_affecting mind-affecting mind-altering mind_altering_effects mindcontrol mind-control mind-controlling mindeffecting minecraft mini minithief123 mirror missing mist mistakeable mitosis mjl mobile mohler mohler_ad_astra mole monika monkey monster @monster moon morph moth motorway mountain mount-everest mouse mtf #mtf mtfep multilingual multi-millionaire-maker multiple multiple_instances multiverse mummy murder music musical mutant mutation #mutation; my mysterious mystery mystery-sci-fi mytery mythology #mythology ñ nanotechnology narrative nature neck needle neural neurological neutralised neutralized new (new (new) newmember new-scenario newscp #newscp newwriter night nightmare nightrush_theme nine nobhl nobody nocturnal nohope noise non-euclidean non-hostile non-newtonian non-organic nonsapient non-scp nonsentient non-sentient nonstandard-spacetime noosphere northdraft nose not-an-scp not-contained note notebook notes nothing nothreat notice notyetgreenlit nsfw nuclear nugget nuke number numberone nyctophobia o o5 o5-coucil o5-council object objects oblivion observation observational observatonal oc occult occult-coalition-global ocd ocean octopus odp of oh_hey!_you_found_me!_my_tags_are:_scp_joke oh-shit old olfactory omnivorous one. online ontokinetic oo opat opat04 ophidia ophidian optics organic organisation organisms orientation origami original oswald other other-dimentional out outbreak outerspace over-powered overseer overview own oxygen pag page page-customization pain painting pandora paper paradox paraguay paranormal parasite parasitic parawatch parent parenting particle +past pataphysical pataphysics (pdps?) peaceful pen pencil people’s peppermint perfect performance person personal personal-entry personal-page personnel personnel-file pet petdoc1991 pet-play pf phage phantom #phaunel phobia phone photograph physics physique. pi-1 pig pikachubolk pillow pills pipe piscine pk-class plague plane planet #planetary plant #plant planta plants platonic platoon play please pocketdimension podcast poetry poisne political pollution pomeranian pool poopy portal possession poster potato potential-hazard pov power #power powerful #powerful powers practice predatory preditory pridehighlighter printer prison probability professor profetas progress project projectblackcloud projektschwarzewolke prometheus prometheus-inc propaganda proposal protect #protect protein prototype psicine psionics psychic psycho-active psychological psychology pumpkin puppy puzzle pyramid qualia quantum quantummechanics quantumtheory quarantine quasi-physical que queen rabbit race racist racket radiation @radio radioactive #radioactive; ragdoll ragnarok rain rainbow rainbows rainforest raised random rapier rare-holocaust rats rats-nest reagan real realdoll realities reality realityaltering reality-bender reality-bending reality-warper reality-warping reanimate reanimation rebelion reclassed reclassified recording red redacted [redacted] reflection regeneration regenrating regernation regional relatable religion religious religous rental replaced report reproduction reproductive reptile reptilian requesting_to_make_this_page_cannon research researcher reset_time resurrection retro reverse review reviews revolution rice rickroll rifle right riot riots ritual rk-class robot robotic robotics rock rogue "ronald roomba rooster rtu ru rubens ruin ruins ruiz russia russian sacrifice sad safe #safe +safe safeclass safe-euclid safescp salad salt sandbox #sandbox sandbox_theme sapient saptient sarkic satellite sauce sausage scarlet scarletangel scarlet-king scary scary-sound scenario school scientist sci-fi scorbion scott scp #scp +scp s.c.p. scp-████ scp001 #scp001 scp-001 scp-002 scp-008 scp-012 scp-035 scp-036 scp049 scp-049 scp-073 scp-079 scp096 scp-1001-b scp-10034 scp106 scp106related scp-11325-j scp119 scp-1230 scp-127 scp-1290 scp-148 scp173 scp-173 scp-1981 scp-2095 scp-212 scp-2295 scp-2414 scp-294 scp-3058-fr scp3277 scp3329 scp3329-2 scp-3387 scp-343 scp-3431 scp-3431-1 scp-347 scp-3827 scp3869-scp-fiercegreyjones scp-4001 scp-4006 scp-404 scp-4062 scp4085 scp-4103 scp-4155 scp-4215 scp4362 scp-4376 scp-4489 scp-4492 scp-458 scp4730 scp-4862 scp-4909 scp-4909(spencer) scp-4945 scp-4961 scp-500 scp-5000 scp5004 scp-504 scp-507 scp-5070 scp-5094 scp-5129 scp-5143 scp-5161 scp-5166 scp-5182 scp-5189 scp-5220 scp5245 scp-5297 scp-5376 scp-538 scp-5456 scp-5469 scp5513 scp-5551 scp-5561 scp-5703 scp5757 scp-5757 scp-5790 scp-5920 scp-5924 scp-594 scp-5953 scp-5980 scp-6000 scp-6003 scp-6035 scp-606 scp-610 scp-6116 scp-6205 scp-662 #scp666 scp-682 (scp-6950) (scp6950) #scp6999 scp-70091 scp-714 scp-7342 scp-751 scp-7819 scp-7835 scp-8002-j scp-8123interview scp-8426 scp-8789 scp-888 scp-914 scp-9173 scp-9812 scp-999 scp-article scpconcept scp-concept scpcreation scpdraft scp-drafts scp-euclid scpexplained scpfile scpfoundation #scpfoundation scpidea scpidea4085 scp-jp scp-piece scp-pl scprp scps scp)(scp)(new)(mine)(entities)(6000)(safe) scp-testing scp-tests scp-the scpu scpwiki scpxxxx scp-xxxx scp-z screw screwdriver scrutinized scuba sculpture sealblooob second secret section-xxv #secure securecontain security seed segura self-harm self-repairing self-reparing selfreplicant self-replicating semi-sapient sendhelp sensation sensory sent-help sentient sentinent series series6 series-6 seriesv series-v seriesvi serious serpent's serpents-hand servant set Şeytan shackle shadow shadows shampoo shape shapes shapeshifter shapeshifting shape-shifting shark shark-punching-center she shell shifter shifters-of-faith sighs sign silas similar simulacrum simulation siren sirenhead site site13 site-13 site-166 site17 site19 site-19 site-19-2 site-19-databse site24 site-26 site-32 site-64 site-76 site-88 site-91 site-bio-65 sk8 skeletal skeleton sketch skin skinny skull sleep slime sliver smart smile smirk smoke smoking snadbox snake snapping snowman soap social socks soggy someone song sonic soraclaypeace sort sorted? soul souls. soundbased sounded sounds soviet space spacetime space-time spacial spatial special species speech speed spelling sphere spider spinning spirit sport sports sportsball spotify sri_progress stages stalker stalking staring statue statuette stc #s.t.c stc-1995 steampunk stone stood stop-reading-this stories story storyarchive story-telling strange strange-shampoo straw strength strong strongest structure structures submarine subspace substance subterranean suicide sun sunglasses suomi-mainittu supernatural superpower super-speed superstes super-strength supgamernl supgamer_nl supplement supplemental sürüngen survivors sushiblade swammerdami swarm sword sy symptoms syringes tabview-paragraphs tactile tag tag1 tag2 tag3 tag4 tag5 tagged tails take-out tale talea _tale-hub tales talking talking" tall tank -target taskforce tatishvili tcfh2003 teacher team tech tech-demo technology tecnohazard teen teenager teeth telekill telekinesis telekinetic telekinseis telepathic telephatic teleport teleportation teleporting teleportion telepoting temperment template temporal temporal-dilation tent tentacle tentacles termination #termination terrorist test testing testinglog test-log tetris tfbeta7 thamuel thaumiel the the-administrator theblackmass the-crying-sickness the+documenter the_fool thefoundation_theme theiron1018 the-kraken the-legless