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: Acs test!!! You ca reload the page or go to the next.
DATE: 25 May 2021 16:59
Wow! You flipped a card and got: No Way Out ResearcherLarsson!!! You ca reload the page or go to the next.
DATE: 25 May 2021 16:38

: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)); }
}
warning.png
inside_idol_gv_main.jpg

Fig 1.1 Vaygach Island, along with Head Researcher Mikhail Pavlovski.


SPECIAL_CONTAINMENT_PROCEDURES

Due to the anomaly's nature, SCP-XXXX is uncontainable. All efforts to set a stable perimeter around Vaygach Island are to be ceased due to the risk that SCP-XXXX-2 possesses. MTF Eta-5 ("Jäeger Bombers") is currently tasked with monitoring Vaygach Island to observe and discover new occurrences of LSA-Classified SCP-XXXX-2 instances.

The SCPF PANOPTICON System is currently online and localizing imminent SCP-XXXX events. Once PANOPTICON recognizes the generation of an SCP-XXXX-1 object, MTF Stigma-34 ("No Way Out") will be tasked with retrieving the generated SCP-XXXX-1 instance.


— That's dumb. We even have containment procs for Antarctica. Bring me something productive.
—| Nonsense. We're on the middle of a Broken Masquerade event. You can't complain about the procedures.
—|— Of course we can. Stop being subjective; finding refrigerators in Mauritania and packing them surely works, we just can't pack a bubonic plague outbreak in Delhi.
—|—| Just because Godzilla exists in real life now doesn't mean we're supposed to let it walk around a giant rock in the middle of the Arctic Ocean.
—|—|— Why not? No one knows Godzilla exists yet, so I don't see a problem.
—|—|—| Everyone knows the rock where a giant, humongous lizard lives in actually exists, you fuckwit.

Wow! You flipped a card and got: Dr_Sinder3!!! You ca reload the page or go to the next.
DATE: 25 May 2021 16:30

/* 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%;
     }
}

rating: 0+x
5/6000 LEVEL 5/6000
CLASSIFIED
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
classified-bar.svg
Item #: SCP-6000
esoteric

SECONDARY CLASS: Apollyon

blue-planet.jpg

SCP-6000 from space.

Special containment procedures:

Due to the location of SCP-6000 it cannot be contained.
We are to go about daily life as usual due to the fact that it is nearly impossible to identify who has been affected by 6000. All personal are to shelter in place in personal residences, foundation shelters or foundation sites. All foundation personal must avoid wildlife and plant life and any individuals affected by SCP 6000 are to be considered SCP-6000-1.

In order to prevent SCP-6000 and 6000-1 instances from becoming hostile all Vegan and Vegetarian diets are to cease immediately, and under no circumstance are foundation personnel to eat anything other than meat. Personnel seen eating anything other than foundation made Meals Ready to Eat are to be immediately terminated. Any personal exhibitions traits of SCP-6000-1 instances are to be monitored over a 30 day period before being taken to a secluded area and burned. When terminating SCP-6000-1 instances any heat based weapons would be sufficient, however if a heat based weapon is unavailable fire arms maybe used.

All travel should cease, and under no circumstance are foundation personnel to exit the shelter sites. If travel is necessary for survival it must be done by foot, avoiding any and all plant life. Traveling via motorized vehicles is an offensive act to SCP-6000 and is strictly prohibited. Buildings covered in vines and overgrowth are to be considered compromised and under the control of SCP-6000.

Description:

SCP-6000 is the designation given to the Earth itself after an event called the Risen God event.
However SCP-6000-1 instances were once humans, after being replaced by SCP-6000 they are now considered an SCP-6000-1 instance. Individuals who have been deemed a threat to the survival of the planet are targeted for replacement, once a person has been targeted SCP-6000 itself or a 6000-1 instance will travel to the targeted individual and replaced them with a new 6000-1 instance. All 6000-1 instances have the following in common

  • 6000-1 instances do not require any food and take only water
  • 6000-1 instances under go the photosynthesis process
  • 6000-1 instances possess only plant cells, despite taking a human appearance.
  • 6000-1 have branches, leaves, and pedals protruding out of there limbs
  • Older 6000-1 instances pollinate
  • 6000-1 instances can communicate with plant life.
  • 6000-1 instances act as an extension of SCP-6000
  • 6000-1 instances can be observed worshiping SCP-6000

Addendum:

AUDIO LOG


[BEGIN LOG]

“My name is Site Director Jack Alexander, I am at a loss of what to do here. We are in a full on SK class dominance shift scenario. Here's what we know so far, this all started March 29, 2017 and on going. Civilization has fallen, SCP-6000 started targeting major corporation CEO's and there owners. It then moved on to celebrities and Foundation staff. Once most of these people were replaced SCP-6000 and SCP-6000-1 instances targeted major cities secretly taking people and replacing them. Once 85% of the world was replaced SCP-6000 and 6000-1 instances start capturing cities.

July 12, 2020, we received word from the 05 Council to do tests on our employees, all site directors were told to specifically look for plant cells in our workers, researchers, and containment teams, and told to look for odd behavior. This took 72 hours to complete and 70% of site 300's staff had plant cells in their bodies, including several SCP objects. I managed to get one of the 6000- instances in a containment cell that was sound proof and had no plant life. I will be conducing an interview with the 6000-1 instance."


[END LOG]

Interview Log

Interviewed: 6000-1 instance

Interviewer: Site Director Jack Alexander


[BEGIN LOG]

Jack Alexander: "What are you?"

6000-1 instance: "We are an extension, we are the future, we are one."

Jack Alexander: "What the hell does that mean?"

6000-1 instance: "It means we see for her, we hear for her, we protect her."

Jack Alexander: "Her? who is her?"

6000-1 instance: "She is every where, she surrounds us, she binds us, she loves us."

Jack Alexander: "Are you talking about the earth?"

6000-1 instance: "DON’T SAY HER NAME YOU FILTHY HUMAN!"

Jack Alexander: "Why do you hate humanity? What have we done to you?"

6000-1 instance: "All you humans do are pollute, poach, and disregards all we do for you. Humans take our love and gifts for granted. She is sick of it, she wants her health back."

Jack Alexander: "I will tell you this SCP-6000-1 not everyone is evil, not everyone is a poacher or polluter I never did anything like that."

6000-1 instance: "The damage is done, she had enough, your time as the dominant species has come to an end. Mother Gaia will reign and her rule will lead to a utopia.

Jack Alexander: "Is there anyway to get the replaced individuals back?"

6000-1 smiles

6000-1 instance: "Look behind you."

the sound of gas could be heard.

6000-1 instance terminates

Jack Alexander's screams could be heard

[END LOG]


Wow! You flipped a card and got: ChesterMorrisonCONTES-2T!!! You ca reload the page or go to the next.
DATE: 25 May 2021 16:12
rating: 0+x

: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)); }
}


scp-2.jpg

interior de scp-6000-1


scp-3.png

entrada a scp-6000-1


Special Containment Procedures:: Because of the location of SCP-XXXX it was decided to build the provisional area-6664 for containment. Entry to SCP-XXXX always requires a minimum level 3/XXXX authorization", any unauthorized person must be detained and be given class-A amnesties.
The area will act as a way to prevent the escape of instances of SCP-XXXX-3 from the cavern and as a form of defense from the cavern in case any interest groups attack the area.

(revision): In order to avoid a containment breach, it has been decided to reclassify the provisional area-XXXX as a permanent area and to assign additional security protocols to it due to the recent attempts of intrusion by the aforementioned groups, will be assigned additional security personnel and advanced equipment.

Debido a las propiedades anómalas de scp-XXXX-1, se deberá de seguir estrictamente sin desviarse del camino marcado por el personal, para evitar perderse dentro de la estructura laberíntica de scp-XXXX-1, esta medida se implementó después del descubrimiento de scp-XXXX debido que en la exploración inicial varios miembros del personal se perdieron el en el trayecto entre el área-XXXX y scp-XXXX-1 hasta scp-XXXX-2.

Near the exit of the cave has been built several outposts with guards and research personnel to record the landscape, fauna, and flora of SCP-XXXX-2. all personnel with unauthorized security access 3/XXXX will be strictly prohibited from going beyond the outposts without having at least consulted the area director "Dr. Chester Morrison" and having been approved by him and Dra. Kelly (research director). Both will also have to approve an expedition to enter SCP-XXXX-2, the expedition will have to be escorted by at least 8 guards because of how dangerous the (instances of SCP-XXXX-3) fauna and native flora of SCP-XXXX-2 can be.


Description:: SCP-XXXX is the classification given to locations that lead to an anomalous cavern that supports and leads to an autonomous ecosystem inhabited by various types of no anomalous living beings and that in turn cohabit with anomalies within the ecosystem, consists of SCP-XXXX-1, SCP-XXXX-2, and SCP-XXXX-3.

The Scp-XXXX-1 is the cave that is formed by limestone rocks of marine origin, of 85 million years ago, approximately, it is believed that they were sculpted by the current of a river, which runs under the cave, to 95 meters of depth. The cave consists of a single gallery divided into 19 rooms, full of stalactites and stalagmites, the maximum height reached by the halls is 21 meters and a width of 42 meters and it was found that the cave has a length of 4 kilometers to tour it round and round.

The cave is in █████, █████, Mexico. The cave was initially discovered due to the report of an agent of the foundation infiltrated with the local authorities who alerted the foundation of the anomalous activity in the region and the alarming amount of non-native fauna that began to be sighted in the area.

In the distance, one can see in the structure of the cave, a complete ecosystem, but limited by a rocky roof. the ecosystem formed in this space has been denominated as SCP -XXXX-2.
When the path of the cave described above ends, when it ends at the exit, we see what appears to be a landscape plan, with an estimated dimension between 100,000 to 150,000 square kilometers, which begins with a rocky surface of limestone and continues to an abundant clearing of varied fauna and flora, of which several anomalies cataloged by the foundation have been sighted, while of some others, their existence is known only to other interest groups, noting that the rest have never been recorded, whereas of the latter have been classified as an anomalous set of fauna and flora identified as Scp-XXXX-3, of which its current count is between 3100 and 3500 detected, which have been mixed and adapted very well with the species and fauna known in the environment of SCP-XXXX-2

note:(For a full report of the Scp’s sighted within SCP-XXXX-2 open the file "Scan-AD report and logs of detected anomalies within scp-XXXX "






NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION

This record was added anomalously and so far all attempts to remove it have resulted in the removal of the file scp-XXXX, therefore it has been decided to leave the file, however only personnel with level 4 authorization can access to this as, this was implemented as a precaution to avoid a repetition of "blackout" incident.

— Maria Jones, Director, RAISA



« SCP-XXXX | SCP-XXXX| SCP-XXXX »


Wow! You flipped a card and got: SCP-6000 - "A nightmare of nature"!!! You ca reload the page or go to the next.
DATE: 25 May 2021 15:46
: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

b4dece84efcff2a7afb7726d5987978c.jpg

SCP-6000.

Special containment procedures: SCP-6000 is to be kept in a small 2x2x2 meter, shatter-proof plexiglass box, with a small door on the side. SCP-6000's box will be kept inside a large steel 12x12x12 meter containment cell. No personnel under level three are to be allowed within SCP-6000's containment cell. In case of a containment breach, a sleeping agent will be released into the room that the box is contained in through the means of a small tube much smaller than SCP-6000 itself. personel should avoid coming within 3.05 meters of its containment box to prevent the trigger of its anomalous properties, and it should only be interacted with through the use of class-D personnel. SCP-6000 has been assigned to three staff members, Dr. Franklin, Dr. Banks, and Dr. Sylvester. SCP-6000 is currently contained at site 23.

Description: SCP-6000 resembles a medium size black snake (black rat snake) approximately 1.2192 meters long, with the front half resembling an extremely large Myriapod (centipede) of unknown species. SCP-6000 is active and has not been witnessed to stay in the same position for more than 45 seconds. SCP-6000 has the average intelligence of a Chordata. SCP-6000 only stays in its snake form when no humans are within 3.05 meters of it. If a human comes within 3.05 meters of SCP-6000, it will transform into their worst nature related fear. For instance, testing with D-122314 transformed SCP-6000 into an enormous Goliath Bird-eater, which sent D-122314 into a panic. It ran at her, killing her instantly, afterwards, it consumed her remains, leaving only her D-class jumper behind. Another test with D-441231 revealed that SCP-6000 does not only transform into sentient animals. In this test, SCP-6000 transformed into Urtica Dioica, or stinging nettle, which apparently was her worst fear at the time, due to childhood trauma related to the plant. SCP-6000 began to wave its leaves back and forth before jumping at D-441231 this caused her excruciating amounts of pain which was, apparent due to the high pitched screaming she admitted during the testing. The strange thing about this test was that she was not killed, only severely wounded. When she passed out due to her injuries, SCP-6000 retreated to the corner of the room and went into a sleep state, transforming back into its snake form.

Reference: SCP-6000 has only been responsible for eight deaths that we know of, six being class-D personnel, one being Dr. Franco paul, and the other being a Vietnamese woman. Tests with humanoid SCP's have yet to be conducted, but may be in the future. The reason SCP-6000 is Euclid class is because of the fact that its powers are not understood. It's thought to have no limits, other than the fact that it is bound by nature. In fact, it could become a disease, (as long as it's living) or even an alien life form with unfathomable powers, as long as the victim was aware and afraid of the creature's existence. It is not at a Keter level because it is easy to contain. (as long as no humans come near it).

Addendum 6000-1: A note was found in SCP-6000's cell that read "There's nothing to fear but fear itself." This could relate to another entity similar to SCP-6000. The note's origin is currently unknown.

e5d49898cb830e57de81eb161f72c59d.jpg

The jungle area SCP-6000 was found in.

Ác Mộng Report, █/█/████: SCP-6000 was first discovered by an American soldier in the Vietnamese war in 19██. He was told of a "magic creature" by the locals near his outpost. It wasn't until several months later that he saw the creature himself. When he approached, it transformed into a Sus Scrofa, or a wild boar, and severely injured him. Only then was his partner, an embedded SCP staff member, able to notify the foundation. Later that week, SCP-6000 was successfully contained.
Afterwards, the soldier was taken to the foundation and questioned about SCP-6000.


Audio log from Interview 6000-1

Interviewer: Dr. Banks.

Interviewee: James ██████.

<Begin Log>

Dr. Banks: Hello, James, are you doing ok today?

James: Yes, I'm doing just fine, I'm just a little shaken up.

Dr. Banks: How did you happen to come across SCP-6000?

James: SCP what now?

Dr. Banks: The "magic snake", as you described it.

James: Oh yes, I know you might think I'm crazy, but you have got to believe me, that thing tried to kill me, and it nearly did!

Dr. Banks: Calm down, James. You will be fine, now please explain to me how you came across SCP-6000.

James: Ok, ok, Well, it was nighttime, me and my partner Jake were talking about this "magic creature" the locals nearby told us about, when we heard something off in the distance. Sure, we were in the jungle after all, we had been for months. We heard all sorts of strange sounds, but this was different, this was the sound of a woman screaming in seemingly agonizing pain. Of course, being the brave souls we were, Jake and I rushed to help. But by the time we got there, it was too late. She was dead. Vietnamese teenage girl… Dead.

Dr. Banks: Please continue.

James: Once I realized that the thing responsible could still be around, it was too late. A hideous snake with the legs of a centipede crawled up a tree right next to me. I shivered in fear and disgust as it went up the tree, but by then it had already begun…

James:

Dr. Banks:  What happened?

James: It… Transformed. It began to change into something awful.
My partner was gone, I suppose he ran away in fear, but I was frozen. Once the
transformation was complete, I finally saw it. A fat, disgusting hog with razor sharp tusks, Saliva dripping from its mouth. How did it know I hated hogs? That was the only thing going through my mind at that moment, but those thoughts wasted my time. It started to run, but it didn't need to. I was only 10 feet from the horrid thing. Then it jumped on me, it used its tusks to tear into my flesh and I screamed in pain. Then I passed out.

Dr. Banks: Thank you, James.

James: Are we done now? Please, I don't want to talk about it anymore.

Dr. Banks: Yes, I've gotten all the information I need. Thank you for your time.

James: By the way, do you know what happened to Jake? Did he go back to the outpost?!

Dr. Banks: I'm sorry, but he was found dead close to you.

James: No… God no.

<End log>

Addendum 6000-2: After the interview, James was issued amnesties, as is standard protocol, and was returned to his family under the pretense that he had suffered a mental health crisis and had been honorably discharged from the army. On the subject of Jake, he was not missing, rather, he was housed in a foundation facility, to remain out of the eyes of the public until talk of his disappearance died down. In order to not trigger recollection of previous events, Jake is not permitted to ever speak to James. When asked about the subject of James, Jake replied with "I wish I could have told him why I left. I needed to notify the foundation. He was a dear friend. But I am loyal to the foundation, and to the foundation over friends."
Wow! You flipped a card and got: The attack of the terrible grammar!!! You ca reload the page or go to the next.
DATE: 25 May 2021 14:54

rating: 0+x

Tem #: SCP-XXXX

Object Klas: youklid

Huw2 kyep : jusk keyp itt in tha bocks-

Wut zit iz: its a thang thut wen thenkin bot it: yu luse al abity tu gremmar

Cenze he gramur!- Itvs a tyme

Dadyde: a dudv

Thungz wez gonnnza duz: hav hum thunk bout du thyng yan tri twu rite

Wuz happined en zend:hye bwad gwammur

Luktice: I dunno


Wow! You flipped a card and got: saberX productions!!! You ca reload the page or go to the next.
DATE: 25 May 2021 13:20
rating: 0+x

SCP-XXXX is to be reapplied the safe class on the date: ██/██/████

Item #: SCP-XXXX

Object Class: Keter

Special Containment Procedures: SCP-XXXX is to be locked in a 1.2 meters by 1.2 meters. Chamber is made up of titanium and the walls are 0.9 meters thick. Inside of the chamber is steel box 5 centimeters thick. SCP-XXXX is to be locked in the steel box with multiple chains wrapped around it. If SCP-XXXX somehow escapes its box, the entire site should be flooded and a onsite nuclear warhead should be detonated.

Description: SCP-XXXX is a small book it’s dimensions are 13.34 × 20.96 cm. It is considered extremely dangerous for unknown reason, SCP-XXXX is also labeled as “world ending”. The content of SCP-XXXX is only available to 04 personnel and above. SCP-XXXX is believed to end the world by forcing every living creature to seek out the nearest literature and read it repeatedly until they die from starvation or dehydration. And attempt to terminate SCP-XXXX has tried and failed to terminate SCP-XXXX successfully.The director of containment of SCP-XXXX have been interrogated on why they ordered termination of SCP-XXXX.

Interviewed: Director ███████

Interviewer: ██████

Foreword: Director ███████ is interrogated by ██████ in a standard interrogation room.

<Begin Log, ██/██/████>

██████: “you have ordered SCP-XXXX’s termination. Can you explain your reasoning behind this decision?”

Director ██████:SCP-XXXX is simply to dangerous to contain. We need to destroy it if we want to preserve humanity!”

██████: “Excuse me! Can you please quiet down!?

Director ██████ sheepishly nods his head before prompting ██████ to continue.

██████: “Anyways. You thought that SCP-XXXX was so dangerous that you could order it’s termination without █████████’s approval?”

Director ██████ does not respond, ██ instead breaks eye contact before holding his breath until ██ passed out.

██████: “holy shit!”

██████ then pulls out a radio.

██████: “Medic-32, Medic-32, this is ██████.”

Medic-32: “Medic-32, In, what’s the situation?”

██████: “we have a ███ down in zone ████, sector ████.”

Medic-32: “understood, I’m on my way.”

** ██████:** “roger that, out.”

<End Log, ██/██/████>

Closing Statement: Medic-32 arrived, ██ then treated Director ██████. Director ██████ Was removed from ███ position and considered a possible E-class for ███ bizarre behavior.

SCP-XXXX termination attempt - ██/██/████

Subject: SCP-XXXX

Procedure: Take SCP-XXXX and dip it in a barrel full of fluoroantimonic acid.

Results: Failure

Analysis: The failure may possibly be because SCP-XXXX might have An acidic resistance.

Addendum: after extensive research we have uncovered the fact that SCP-XXXX can not destroy the world. SCP-XXXX’s only anomalous effect is that it tricks your brain into thinking SCP-XXXX can.

Below is a list of all Personnel that has been reprimanded for inappropriate behavior around SCP-XXXX.


Wow! You flipped a card and got: theqwertyup7!!! You ca reload the page or go to the next.
DATE: 25 May 2021 06:41

A Repeat Killer

Item #: SCP-XXXX

Object Class: Euclid

Special Containment Procedures: SCP-XXXX is contained within a Standard Secure Humanoid Containment Cell at Humanoid Containment Site-06-3. While no extraneous security measures must be taken, SCP-XXXX is to be monitored for escape attempts, and any foundation personnel that is suspected to feel sympathetic towards SCP-XXXX is to be psychologically screened.

Description: SCP-XXXX is an unremarkable Irish male calling himself Brennan ███████ (which DNA tests have confirmed), possessing red hair and hazel eyes. Various tissue and blood tests have shown no anomalous effects pertaining to SCP-XXXX itself.

SCP-XXXX turned himself in to authorities for the accidental death of a twenty-five-year-old woman named Julia Macdonald in Dublin, Ireland, but was held for submitting a false report when it was discovered by authorities that she was in fact, alive and well. Local authorities passed this off as some elaborate prank, but an undercover foundation agent within the police force had verified the corpse of SCP-XXXX's alleged victim to be real and contacted foundation personnel immediately. SCP-XXXX was handed over to the foundation soon after. SCP-XXXX has made no attempts to deny its crimes, fully admitting to the death and expressing great amounts of guilt and distress when the police claimed that he was lying.

Various tests were conducted involving SCP-XXXX, beginning with requesting it kill a rat with a provided knife. SCP-XXXX eventually complied, and the rat was seen emerging from a small shelter in its cage an hour later. SCP-XXXX was then instructed to kill D-9783, which it refused to do until threatened with [REDACTED]. To the foundation’s surprise, D-9783 was found in his cell two hours later, with no knowledge of his death. When shown his own corpse, D-9783 expressed great amounts of distress but continued to claim no knowledge that he was even scheduled for a test that day. Upon being informed of what had happened, SCP-XXXX expressed similar amounts of distress to D-9783, but appeared relieved that D-9783 was alive.

The corpses of those killed by SCP-XXXX also show no anomalous properties beyond still existing after their still-living counterparts, referred to as instances of SCP-XXXX-1, appear.

Addendum XXXX-1: Test Logs Various tests have been performed to determine how and when SCP-XXXX-1 appears after the original subject’s death. The following is a collection of attempts to gain further information on these instances.

Condition A surveillance camera was installed in the cell of D-9040, who was then killed by SCP-XXXX.
Result: Three hours later, D-9040 was witnessed returning to her cell. She claimed to have been performing a test on SCP-████, though no tests were performed on SCP-████ that day. She had been involved in a test with SCP-████ the day prior, however.

Condition: D-8938 was confined to his cell for one week prior to forcing SCP-XXXX to kill him.
Result: D-8938 emerged from the staff restrooms near his cell, claiming to have been given permission to be in there by Dr. █████. Dr. █████ denied ever having met D-8938.

Condition In order to see if the method or range of the killing had any effects on the appearance of SCP-XXXX-1. Instead of the knife, SCP-XXXX was given a standard-issue handgun from a security guard, containing only a single bullet to reduce the risk of escape attempts. After this, D-9349 was brought to its cell and SCP-XXXX was ordered to kill him, to which the entity reluctantly complied after missing three times, the bullet being reloaded between each attempt.
Result: D-9349 reappeared as an instance of SCP-XXXX-1 two hours later, displaying no effects differing from other instances.

Condition: D-9533 was killed by SCP-XXXX and her corpse was put in her cell.
Result: D-9533 returned to her room and experienced great distress at the sight of her own corpse, but nothing anomalous occurred.

Condition: D-8938 was sent in to be killed by SCP-XXXX a second time.
Result: SCP-XXXX refused to make a second attempt at killing D-8930, but was eventually persuaded to do so when threatened. Once killed, D-8930 once again reappeared in his cell. SCP-XXXX reacted with tears when it was informed of this, demanding that all testing cease.

Following these tests, further human tests were refused due to ethical concerns of forcing SCP-XXXX to continue committing these murders. Animal testing has yielded similar results before being refused for similar concerns. SCP-XXXX expressed gratitude at this.

Addendum XXXX-2: Interrogation Log The following is a transcript of the interrogation performed by the police upon SCP-XXXX's arrest.

Interrogator: Det. Sean █████

Suspect: SCP-XXXX


[BEGIN LOG]

Detective: Mister ███████, I'd like to begin by thanking you for your cooperation with investigators so far.

SCP-XXXX: Of course, yes… I just… I couldn't live with it anymore.

Detective: If that's so, I'd like to talk to you about the case. (opens case file) Brennan ███████, age thirty-five. Turned yourself in for the manslaughter of Julia Macdonald. We found DNA evidence linking you to the victim's body and you turned over the murder weapon and gave a full confession.

SCP-XXXX: That's right… I'm sorry, why are we still talking about this? I confessed, just like you said…

Detective: Julia Macdonald just came in to report a robbery, and she claims that they've never even heard of you.

SCP-XXXX: (seemingly shocked) What? Is this some kind of… of sick joke? She should be dead, I… You checked her body!

Detective: It looks like someone has been playing some kind of prank, Mr. ███████. I hope you would just come forward and admit it.

SCP-XXXX: A prank? She was dead! What kind of prank is that? I stabbed her, I… (starting to cry) I saw her die!

Detective: I'm not sure what you're trying to pull, but I don't appreciate you wasting our time like this.

[END LOG]

Following this, SCP-XXXX was released from police custody, but Agent Lowman, stationed within the police force at the time, noticed its apparent confusion as to its sudden release and brought him to foundation attention.

A follow-up interview was conducted on Detective Sean █████ by Agent Lowman following SCP-XXXX's interrogation.

Interviewer: Agent Lowman

Interviewee: Det. Sean █████


[BEGIN LOG]

Agent Lowman: Thank you for your time, Detective. This shouldn't take long.

Detective: Yeah, sure thing. You're taking over the case, after all. Anything to get this crazy shit off my back.

Agent Lowman: Is something wrong?

Detective: Naw, not really. I just wasn't expecting a homicide to turn into some elaborate prank investigation.

Agent Lowman: Fair enough. Are there any leads so far?

Detective: Nothing. Like we found during the original investigation, there were no connections between the victim— well, alleged victim I guess, and the suspect. The mortician must be on something crazy, 'cause he still insists that that body belongs to Julia Macdonald. But we've done DNA tests on her living self, and she really is herself.

Agent Lowman: (taking a note) The mortician hasn't been any help, I see. I'll talk to him about it later. For now, though, I'd like to focus on the victim. You said that you've already talked to her about this?

Detective: Aye. She seems upset, especially since her family thought she was dead, too. I swear when I find out how he slagged us all-

Agent Lowman: When I find out how, you mean.

Detective: Right, sorry. It's just been working me up a bit, is all.

Agent Lowman: Well, you'll be happy to know that you won't have to think about this case anymore after this.

Detective: I hope you're right, but it's bugging me. Could you at least let me know when you find out?

Agent Lowman: Of course, detective. Could you let me know what the victim told you?

Detective: Macdonald was out of town visiting Jack Bellridge, an old friend, but Jack gave us a timeline that doesn't quite match up, saying that she showed up the day after the murder. Both of them seem to be telling the truth, so we suspect some kind of drug use was involved in the visit.

Agent Lowman: I see. And you're sure she's being completely honest?

Detective: The timelines are off, but I believe she believes she's telling the truth. None of this makes sense. Mr. ███████ doesn't have any motive, he seems absolutely devasted with this stuff and the body is so convincing that I can't imagine anyone has the kind of resources they'd need to pull one of them off.

Agent Lowman: Does Mr. ███████ have any ideas?

Detective: He seems more surprised than we do. If I hadn't seen her alive and well, I'd be sure he really did kill her. He seems furious that we're not charging him with manslaughter, keeps shouting that she was dead and that someone's trying to torture him. I haven't a baldy notion what to make of this whole thing.

Agent Lowman: Well, it looks like I have my work cut out for me. Thank you very much, detective. There are a few people outside that just want to ask you a couple more questions, and then you can just forget this whole thing.

[END LOG]

The detective and Mortician were administered Class-C amnestics following the interview, and the Foundation released a cover story claiming this all to be an elaborate wild goose chase perpetrated by SCP-XXXX in order to hide a smuggling business. SCP-XXXX was transferred into Foundation custody shortly after.


Wow! You flipped a card and got: Dr. Zerachiel TBW 6000!!! You ca reload the page or go to the next.
DATE: 25 May 2021 05:05
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures:

D-Class Personnel are prohibited from interacting with SCP-XXXX.

Minimal human contact must be maintained with SCP-XXXX. The construction of SCP-XXX's containment cell has been devised for this procedure. See Addendum XXXX.A.02 for full specifications. Any interactions with SCP-XXXX must follow the Special Containment Procedures or be an authorized test granted by two Class B personnel. No test with human interaction should exceed 20 min. All personnel at the site where SCP-XXXX is contained must discover their animal form. An additional identification badge listing this form will be disputed. If multiple people are required to be in the containment cell, they should have different animal forms to indicate which one SCP-XXXX is targeting.

SCP-XXXX is to be fed once every day except twice on Friday and not on Saturday. There must be three portions presented. Each portion must consist of 300g to 350g of poultry or beef with the blood fully drained and 150g to 200g of fruits with three varieties. Two of the meat portions may be cooked. All food items must be gathered directly from the source and washed thoroughly.

The meat and the fruit must be placed on two wooden planks and given to SCP-XXXX by two personnel members. They must wear plain brown robes supplied at the site. No sudden or aggressive movements can be made. The two personnel slowly enter, walk up to the entity, and lay the blanks down on the ground. The personnel then bow and SCP-XXXX will bow back. The personnel must then sit on the ground and eat one of the portions and be careful to not eat more or less. Once the food has been completely consumed, the two personnel members must stand, exchange another bow with SCP-XXXX, grab the trays, and then leave. The observation chamber must be vacant during these times.

There are three separate evacuation scenarios:
Minimal evacuation - All non-essential personnel are transported to the surface while essential personnel remain at the lower site.
Surface evacuation - All personnel are moved to the surface facility aside from armed guards.
Full evacuation - All personnel are vacated from the premises with priority given to scientific personnel.
See Addendum XXXX.A.03 for full personnel station and evacuation protocol.

If SCP-XXXX escapes captivity, agents will be deployed to guide it away from civilization. It will then be neutralized. SCP-XXXX-Alpha will then be transported back to its cell once the damage has been repaired. SCP-XXXX will be neutralized additionally if the repairs last longer than seven hours. If repairs are projected to last longer than three days, temporary containment will need to be used. An unused wing of an existing site or an isolated site is preferable.

Description:

SCP-XXXX exhibits the anomalous ability to change its form to that of different animals. Seven animal forms have been documented as shown in Addendum XXXX.A.01. It is not known if SCP-XXXX can achieve any other animal form. These forms are typically achieved as a reaction to any human subject in its presence. If there are multiple subjects, the entity will choose one to focus on. The entity has exhibited that it will always have the same animal form for an individual. It has not been documented if SCP-XXXX will change what animal form it shifts into for an individual.

Additionally, SCP-XXXX exhibits the ability to shift from a corporeal state to an ethereal state. In an ethereal state, the entity has luminescent eyes and a dark shadow-like appearance. As this transition progresses, SCP-XXXX starts to exhibit aggressive behaviors and will eventually become hostile. When the anomaly is closer to its corporeal state it is a size that is consistent with the animal form it is, but as it shifts to its ethereal state it can grow in size to possibly 3x the size of the normal animal. SCP-XXXX's strength, speed, and resilience also increase the closer it becomes fully ethereal. If the entity reaches an ethereal state in which its eyes illuminate, it always knows where its target is. It is hypothesized that in a fully ethereal state, it is impossible to neutralize the entity and that the only way to pacify SCP-XXXX will be to let it kill its target. Only then, without human contact, will it revert to a corporeal state and become susceptible to damage.

The entity transitions to an ethereal state by means of an anomalous process via the presence of humans. Line of sight between the entity and the subject is what is typically required for this process to eventuate, but it has been recorded to occur when subjects are within proximity of the entity regardless of barriers. What exact quality or variable of the human presence that allows for this process to occur is currently unknown. The radius to and ease in which the anomaly transitions slightly increases the closer it is to an ethereal state. It has been noted that different subjects cause different rates in this shift. SCP-XXXX has exhibited faster shifts toward aggression and an ethereal state from most D-class personnel as opposed to other subjects. It should also be noted that when the anomaly kills, it kills in different ways depending on its animal form. What is consistent between all animal forms is that SCP-XXXX will consume the target's heart before or after death. SCP-XXXX has shown no hostility to any animal and when interacting with one would lay with and comfort the animal even if it was in a predatory form.

When the entity has sustained enough damage to force it into a neutralized state, the animal form will die. Its body will then begin to slowly disintegrate. In the ash, what is known as SCP-XXXX-Alpha will be left. This is a nearly spherical rock with an appearance similar to obsidian. There are two distinct craters on the surface of SCP-XXXX-Alpha. The stone exhibits apparent indestructibility. After being subjected to separate tests of 280 MPa, 8000°C, and -100°C, the anomaly displayed no signs of deformation. After seven hours of this neutralized state, SCP-XXXX-Alpha will transform back into SCP-XXXX.

Official Documents

Addendum XXXX.A.01: The SCP-XXXX's Documented Animal Forms

Animal Form Eye Illumination Color Method of Extermination Addtional Notes
Lion

Violet

Partial decapitaion typically above the eyeline
Wolf

Red

Evisceration
Deer

Dark Blue

Genital mutilation
Snake

Green

An anomalous poison is injected through the fangs into the target's neck. This leaves the body's eyes and skin surrounding the eyes green.
Boar

Orange

Full consumption
Bear

Light Blue

Exsanguination
Rat

Yellow

It gnaws and consumes the target's fingers and then burrows a hole through both hands. While this is happening, an anomalous disease infects the hands up to the elbow giving them a golden appearance. This disease kills the target

Addendum XXXX.A.02: Site Construction And Lay Out

SCP-XXXX's containment cell is a 4.5m by 13.5m cell with a 4.5m tall ceiling that is lined with wood. This is contained within a facility that is buried 100m below the surface. Two cameras are installed in opposite corners of the cell for constant monitoring by the surface crew. A 2m by 2m one-way window that leads to an observation chamber is installed. This must be closed when not in use. Speakers and microphones are hidden in the ceiling to allow for contact between the observation chamber, surface crew, and containment cell. An evacuation lever is placed directly outside of the cell as well as in various other locations in the facility. A 50m long hallway leads to the containment cell. At the other end of the hallway is a security checkpoint that leads to offices, archives, a small fruit garden, and the elevator room. All archives and documents must have a primary copy on the surface. The surface facility is surrounded by a 25m tall wall. On the other side of the wall are a chicken goop, an orchard, and a beef farm.

Addendum XXXX.A.03: Staff Stations And Evacuation Protocol

Pairs of guards are to be stationed at these locations: In front of the cell door, at the beginning of the hallway, and in the elevator room. An additional guard is to patrol the rooms of the lower section. The guards next to the cell must be rotated hourly, in the hallway every two hours and the other four every four hours. Every pair of guards must have different animal forms. No more than four people can be in the cell, no more than eight near the cell, and no more than 21 in the site's lower section.

Addendum XXXX.A.04: Orignal Containment Procedures

1st Iteration: SCP-XXXX is to be kept in a neutralized state. When SCP-XXXX-Alpha shifts into SCP-XXXX, the stationed guards are to fire and damage it until it is neutralized. Guards shall be stationed in SCP-XXXX's containment cell an hour before and an hour after neutralization.1

2nd Iteration: SCP-XXXX Must remain in its cell and can not come into contact with any human under any circumstance.2

Audio Recordings

Addendum XXXX.B.01: Recording 1 "The Lucas Sanders Recording"

SCP-XXXX was discovered by agents when reports of a shape-shifting beast arose in ██████ ██ ███. Along with the bodies of three campers approximately 25 years in age, agents found a recording in Lucas Sanders' phone. Covers stories of a rabid animal were then spread in the population.

[[html]]
<audio preload="metadata" controls {$autoplay_{$autoplay}}>
<source src="http://scp-sandbox-3.wdfiles.com/local--files/dr-zerachiel-tbw-6000/The_Lucas_Sanders_Recording">
</audio>
[[/html]]

RECORDING 1 TRANSCRIPT


[BEGIN RECORDING]

Sanders: (Hyperventilating)

Fuck… If anyone is listening to this, my name is Lucas Sanders. We were camping in the woods an- an- and we went for a hike. We thought it was jus- …shit.

One moment it was a snake, and the next it was a bear. S- Sandy… oh my god Sandy got mauled, Jake and I- we ran. Then it was a wolf. B- But it looked like a shadow. Its eyes, they glowed red. Oh god I felt so cold. it looked… into me, i- into my soul. It could- It could see m- me… fuck. I managed to get away but I broke my leg…

It's coming… shit. I- I need to say this. Dad, every time I told you I love you… I lied. I fucking hate you. Why'd you cheat? Why'd you let her leave? You fucking tore our family apart. Over what? Some dumb bitch. Did you ever think about us? Huh? Your fucking kids. I’ll never forgive you, wait… It- It knew that

(Hyperventilating)

Fu-… I- It can see that… It can see that


[END RECORDING]

Test Logs

Addendum XXXX.C.01: Initial Form Discoveries

In accordance with the Special Containment Procedures, specialized tests known as "Form Discoveries" are performed for each staff member granted access to the site's lower section.

Addendum XXXX.C.02: D-class Form Discoveries

Before the current containment procedures, D-class personnel were assigned and tested to help contain SPC-XXXX. After the following tests, the current ban was implemented by Director D'aramitz.

Addendum XXXX.C.03: Miscellaneous Tests


Wow! You flipped a card and got: Site News Workbench!!! You ca reload the page or go to the next.
DATE: 25 May 2021 01:09