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
@supports((display: -ms-grid) or (display: grid)) {
@media only screen and (min-width: 769px) {
#side-bar .close-menu {
display: block;
position: fixed;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
opacity: 1;
pointer-events: all;
}
#side-bar .close-menu img {
color: transparent;
}
#side-bar .close-menu::before,
#side-bar .close-menu::after {
content: "";
box-sizing: border-box;
position: fixed;
display: block;
top: 0.25rem;
left: 0.5rem;
width: 3rem;
height: 3rem;
padding: 0;
margin: 0;
text-align: center;
pointer-events: all;
cursor: pointer;
-webkit-transition:
opacity var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
--mask: url("data:image/svg+xml,%3C%3Fxml version='1.0' %3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='32px' id='Layer_1' style='enable-background:new 0 0 32 32;' version='1.1' viewBox='0 0 32 32' width='32px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M4,10h24c1.104,0,2-0.896,2-2s-0.896-2-2-2H4C2.896,6,2,6.896,2,8S2.896,10,4,10z M28,14H4c-1.104,0-2,0.896-2,2 s0.896,2,2,2h24c1.104,0,2-0.896,2-2S29.104,14,28,14z M28,22H4c-1.104,0-2,0.896-2,2s0.896,2,2,2h24c1.104,0,2-0.896,2-2 S29.104,22,28,22z'/%3E%3C/svg%3E");
z-index: -1;
background-color: var(--toggle-icon-color, rgb(var(--sidebar-links-text))) !important;
-webkit-mask: var(--mask);
mask: var(--mask);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-position: 50% 50%;
mask-position: 50% 50%;
-webkit-mask-size: 60%;
mask-size: 60%;
}
#side-bar .close-menu::after {
z-index: -2;
background-color: var(--toggle-button-bg, rgb(var(--swatch-menubg-color))) !important;
-webkit-border-radius: var(--toggle-roundness, 50%);
-moz-border-radius: var(--toggle-roundness, 50%);
border-radius: var(--toggle-roundness, 50%);
border: var(--toggle-border-color, rgb(var(--swatch-border-color))) var(--toggle-border-width, 0.25rem) solid;
}
#side-bar:focus-within .close-menu::before,
#side-bar:focus-within .close-menu::after {
opacity: 0;
}
#side-bar {
display: block;
position: fixed;
top: 0;
left: -webkit-calc(var(--sidebar-width-on-desktop)*-1);
left: -moz-calc(var(--sidebar-width-on-desktop)*-1);
left: calc(var(--sidebar-width-on-desktop)*-1);
z-index: 10;
-webkit-transition:
left var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing);
height: 100%;
overflow-y: auto;
overflow-x: hidden;
margin-top: 0;
}
#side-bar:focus-within {
left: 0;
}
#side-bar .side-block {
margin-top: 1rem;
background-color: rgb(0, 0, 0, 0);
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
border-left-width: 0px;
border-right-width: 0px;
}
#main-content::before {
content: "";
display: block;
position: fixed;
top: 0;
right: 0;
z-index: -1;
opacity: 0;
-webkit-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-o-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
-moz-transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
transition:
opacity var(--sidebar-transition-timing),
width var(--sidebar-transition-timing);
margin-left: var(--sidebar-width-on-desktop);
background: rgba(var(--swatch-menubg-black-color), .3) 1px 1px repeat;
padding-right: 0;
width: 100%;
height: 100vh;
pointer-events: none;
z-index: 99;
}
#side-bar:focus-within~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
#content-wrap {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
width: -webkit-calc(100vw - (100vw - 100%));
width: -moz-calc(100vw - (100vw - 100%));
width: calc(100vw - (100vw - 100%));
min-height: -webkit-calc(100vh - -webkit-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: -moz-calc(100vh - -moz-calc(var(--final-header-height-on-desktop, 10.125rem)));
min-height: calc(100vh - calc(var(--final-header-height-on-desktop, 10.125rem)));
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
height: auto;
position: relative;
margin: 0 auto;
max-width: inherit;
}
#main-content {
width: 100%;
position: initial;
max-height: 100%;
padding: 2rem 1rem;
width: 45.8rem;
max-width: 45.8rem;
margin: 0 auto;
}
@media not all and (min-resolution:.001dpcm) {
@supports (-webkit-appearance:none) {
#side-bar {
-webkit-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-o-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
-moz-transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
transition:
left var(--sidebar-transition-timing),
padding-right var(--sidebar-transition-timing),
background-color var(--sidebar-transition-timing);
padding-right: 0;
background-color: rgb(0, 0, 0, 0);
pointer-events: all;
overflow-x: visible;
overflow-y: visible;
z-index: 999;
}
#side-bar::-webkit-scrollbar {
opacity: 0;
-webkit-transition: opacity var(--sidebar-transition-timing);
transition: opacity var(--sidebar-transition-timing);
}
#side-bar .close-menu::before {
z-index: 999;
}
#side-bar .close-menu::after {
z-index: 998;
}
#side-bar:hover .close-menu::before {
opacity: 0;
}
#side-bar:hover {
left: 0;
background-color: rgba(var(--swatch-menubg-color), 1);
padding-right: 0;
}
#side-bar:hover::-webkit-scrollbar {
opacity: 1;
}
#side-bar:hover~#main-content::before {
width: -webkit-calc(100% - var(--sidebar-width-on-desktop));
width: -moz-calc(100% - var(--sidebar-width-on-desktop));
width: calc(100% - var(--sidebar-width-on-desktop));
opacity: 1;
pointer-events: all;
}
}
}
}
}
: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)); }
}
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.
Depending on the size, appearance and anomalous capabilities of the obtained SCP-XXXX-1 instance, a new set of containment procedures is to be created and applied until fur
| — 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%;
}
}
/*
BLANKSTYLE CSS
[2021 Wikidot Theme]
By Placeholder McD and HarryBlank
Based on:
Paperstack Theme by EstrellaYoshte
Penumbra Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,800;1,800&display=swap');
#page-content { font-size: 0.8rem; }
#main-content {
top: -1.6rem;
padding: 0.2em;
}
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
#header h2 { margin-top: 0.5rem; }
#header h1 span, #header h2 span { font-size: 0; display: none;}
#header h1 a::before, #header h2::before {
color: #000;
letter-spacing: 1px;
font-family: 'Montserrat', sans-serif !important;
text-shadow: none;
}
#header h1 a::before {
content: var(--header-title, "R\0026 C SITE-43");
font-weight: 400;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SUBVERTING COMMON PRACTICE");
font-weight: 700;
font-size: 1.3em;
}
@media (max-width: 707px) {
#header h1 a::before {
font-size: 1.6em;
}
}
#login-status,
#login-status a {
color: #333333;
}
#page-title {
display: none;
}
#footer, #footer a {
background: transparent;
color: #333333;
}
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: none;
background: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}
#search-top-box input.empty {
color: #999999;
}
#search-top-box {
top: 2.3rem!important;
right: 8px;
}
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
#top-bar, #top-bar a {
color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: 'Montserrat', sans-serif;
color: #000;
letter-spacing: 1px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.45em;
}
div#extra-div-1 {
height: 160px;
width: 100%;
top: 0;
position: absolute;
background: url('https://scp-wiki.wdfiles.com/local--files/theme%3Ablankstyle/43Head.png');
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 50%;
z-index: -1;
}
@media (max-width: 707px) {
div#extra-div-1 {
top: 15px;
}
}
body {
background-image: linear-gradient(
to bottom,
#e0e0e0, #e0e0e0 90px,
#e0e0e0 90px, #ffffff 200px,
#ffffff 200px, #ffffff 100%);
background-repeat: no-repeat;
}
:root {
--timeScale: 1.5;
--timeDelay: 1.5s;
--posX: calc(50% - 358px - 13rem);
}
#page-content hr {
background-color: #000;
}
#page-content tr th {
padding: 6px;
border: #000 1px solid;
}
#page-content tr td {
padding: 12px;
border: #000 1px solid;
line-height: 1.4;
}
#page-content .sidebox tr td,
#page-content .sidebox tr th {
padding: 0.35em;
}
#side-bar {
border-right: 1px solid #333;
background: #DDD;
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
#top-bar div.open-menu a {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
}
@media (max-width: 767px) {
#side-bar:target {
border: 1px black;
box-shadow: none;
}
}
#side-bar .side-block {
border: 1px solid #333;
border-radius: 0;
box-shadow: none;
background-color: #FDF6D7;
}
#side-bar .side-block.media {
background-color:#D7EFE7;
}
#side-bar .side-block.resources {
background-color:#F5D8E0;
}
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #000;
box-shadow: none;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}
.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
box-shadow: none;
border: solid 1px #000;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
.page-rate-widget-box .rate-points {
background-color: #ffffff !important;
color: #333333 !important;
border: none;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: none;
border-bottom: none;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: none;
border-radius: 0;
}
.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box { border: none; }
.anchor {
position: sticky;
height:0;
top: 0;
}
.sidebox {
padding: .14rem;
margin-top: 0;
margin-bottom: 8px;
width: calc((100vw - 870px)/2);
max-height: calc(100vh - 18rem);
position: absolute;
top: 0;
left: 103.5%;
z-index: 5;
overflow: auto;
box-sizing: border-box;
}
@media (max-width: 1290px) {
.sidebox {
display: none;
visibility:hidden;
}
}
.scp-image-block {
box-shadow: none;
}
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #333333;
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #333333;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #efefef;
border: unset;
box-shadow: none;
box-shadow: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ffffff;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: #333333;
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #ffffff;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: #333333;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #ffffff;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #ffffff;
background-color: #333333;
}
.yui-navset .yui-content {
background-color: #ffffff;
box-shadow: none;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: 1px solid #333;
box-sizing: border-box;
}
/*---- SCROLLBAR ----*/
::-webkit-scrollbar {
width: 10px;
}
::-webkit-scrollbar-track {
background: #FFF;
border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
background: #CCC;
border: #333 1px solid;
}
::-webkit-scrollbar-thumb:hover {
background: #EEE;
}
/*---- CENTER IMAGES ON MOBILE courtesy of EstrellaYoshte and PeppersGhost ----*/
.imagediv {
float: right;
margin: 15px
}
@media (max-width: 540px) {
.imagediv {
float: none;
text-align:center;
margin: auto;
}
}
@media only screen and (max-width: 600px) {
.scp-image-block.block-right{
float: none;
margin: 10px auto;
}
}
/*---- ACS-COLORED TABLE DIVS ----*/
#page-content .table1 tr th,
#page-content .table1 .scp-image-block .scp-image-caption {
background-color: #D7EFE7;
}
#page-content .table2 tr th,
#page-content .table2 .scp-image-block .scp-image-caption {
background-color: #D8ECF4;
}
#page-content .table3 tr th,
#page-content .table3 .scp-image-block .scp-image-caption {
background-color: #FDF6D7;
}
#page-content .table4 tr th,
#page-content .table4 .scp-image-block .scp-image-caption {
background-color: #FFDABF;
}
#page-content .table5 tr th,
#page-content .table5 .scp-image-block .scp-image-caption {
background-color: #F5D8E0;
}
#page-content .table6 tr th,
#page-content .table6 .scp-image-block .scp-image-caption {
background-color: rgba(146, 0, 255, 0.2);
}
.tableb .wiki-content-table {
border-collapse: separate;
border-spacing: 2px;
}
.tableb .scp-image-block {
border: none;
}
.tableb .scp-image-block img {
border: #000 1px solid;
box-sizing: border-box;
}
.tableb .scp-image-block .scp-image-caption {
margin-top: 2px;
border: #000 1px solid;
box-sizing: border-box;
}
.top-left-box > .item {
display: none;
}
/* ---- WORDS NO LONGER BROKEN, THE CROQUEMBOUCHE HAS SPOKEN ---- */
span, a { word-break: normal !important }
.avatar-hover { display: none !important; }
#breadcrumbs, .pseudocrumbs {
text-align: center;
padding-top: 10px;
}
#main-content .page-tags span {
max-width: 100%;
}
/* -- FANCY THINGS from Woedenaz's Dustjacket Theme -- */
.fancyhr hr {
border-top: 2vw solid transparent;
background-color: rgba(var(--bright-accent), 0);
height: 0;
box-sizing: border-box;
border-image-source: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_hr.png');
border-image-repeat: round round;
background: none;
border-image-slice: 80 500 80 500 fill;
border-image-width: 10em 80em 10em 80em;
}
.fancyborder {
box-sizing: border-box;
border: 2vw solid rgba(0,0,0,0.5);
border-image: url('https://wanderers-library.wikidot.com/local--files/component:dustjacket-theme/wl_border.png') 600 round;
border-image-width: 6;
padding: 2vw;
}
5/6000 LEVEL 5/6000
CLASSIFIED
SECONDARY CLASS: Apollyon
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:
To all site directors, we know we can trust you and your personally appointed team with this information. We have seen all your test results come back negative and know you were not replaced with an SCP-6000-1 instances. We are in an unprecedented situation here and are unsure about howmany cities we lost at this point, and we are unsure how many civilians are left. To all of you who may have lost loved ones I send my condolences, but the world still needs us. -Overwatch command
AUDIO LOG
Speaker: Jack Alexander
[BEGIN LOG]
According to our reports the Risen God event took place March 29 2017. A earthquake registering a 9.7 on the Richter Scale shook the planet off its axis. This caused fissures in the ground to open and released a undiscovered form of radiation, the foundation called it P-radiation. This new radiation seeped all through out the planet, giving the earth a consciousness, the foundation intercepted a signal from the core. This was the 1st signals. "I'm.. alive but can’t see.. I'm alive but… can’t hear." The second signal came on September 6, 2018. "I'm… hot. I'm sick. I'm dying… please help me." Message three was produced on July 4-5, 2019. "I'm… dying and you humans are the cause. You do nothing to help me. Why? Do you not care about me? Do you not love me? Was I just your play thing? FINE I'M DONE WITH YOU HUMANS, IT’S TO LATE NOW!" Starting in 2020, is when the first reports of SCP-6000-1 instances started appearing.
[END LOG]
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
: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)); }
}
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 "
Area de exclucion de scp-XXXX
Addendum:
<Begin Log, Wednesday, April 2, 2021>
The "pandora’s box" incident is the designation given to the series of events and locations that led to the discovery of scp-XXXX.
The incident consisted of the alert of the infiltrated agent of the foundation James William, who alerted the foundation about the growing anomalous activity in the region, after which the foundation displaced the mobile detachment"" who was the one who originally arrived in the area.
After deploying the mobile detachment MTF Epsilon-6 ("Village Idiots") responded to the foundation 48 hours after landing, reporting the loss of 40% of the MTF, they also confirmed the sightings reported by agent "" but added to the record the discovery of several instances of 4 SCPs which were identified as (Scp-939. Scp-966, Scp-2086 and Scp-3199) the previous record was written by the director of the Privicional-6664 area, Dr. Chester Morrison.
The MTF "had requested reinforcement specialized in the type of anomalies described above, the deployment of the MTF´s Lambda-12 ("Pest Control"),MTF Epsilon-11 ("Nine-Tailed Fox"), Phi-2 ("Clever Girls").was approved to assist in the containment of reported anomalies was in turn sent to an investigative team to find out the whereabouts of the reported anomalies, to prevent the "" of the foundation from being revealed , be co-informed with the local government , officially saying that the anomalous warning area, now called the "exclusion zone"" had suffered a forest fire, to cover up the veracity of the announcement the controlled burning of the surrounding forests was ordered, The immediate evacuation of all population centers at a distance of 40 kl was also ordered.
Once the area had been secured, it would have to contain anomalies that had been discovered within the exclusion area," MOBILE DETACHMENTS WERE DEPLOYED AT 600 HOURS TO SUPPORT MTF Epsilon-6 ("Village Idiots"), by the time the MTF arrived in the exclusion zone they started a phasing-in campaign to reduce the size of the exclusion zone after the arrival of the MTF MTF´s Lambda-12 ("Pest Control"),MTF Epsilon-11 ("Nine-Tailed Fox"), Phi-2 ("Clever Girls"), it was also discovered that there were more anomalies in the zone, meanwhile nonabnormal animals who are not part of the local fauna were moved to the site"", the battle that the MTF fought to penetrate and secure the exclusion zone lasted 2 days, which was when the foundation contained the anomalies and the exclusion zone was secured, when the research team came to "drafted" quickly discovered the origin of the anomalies sighted, which led to a Cavern near Taxco which was quickly taken over by the foundation and the locals were told to close the cave completely on the premise that reports of seismic activity in the region had been reported, and government would give you free access to a research firm.
<End Log, Friday, April 4, 2021 >
Closing Statement: [Small summary and passage on what transpired afterward]
**<Begin Log, Tuesday, may 25, 2021>*
Upon entering the cave, they immediately discovered its anomalous properties since to explore the cave was initially sent to an exploration team made up of 6 members of the class D staff, which was made up of;
• D-08122
• D-08123
• D-08124
• D-08125
• D-08126
• D-08127
which were equipped with standard scanning equipment, consisting of a flashlight, a radio, a standard "" pistol, a harness and belt for storing equipment, video equipment, audio and a backpack.
When class D personnel were ordered to enter the cave, they were warned that if they refused they would be terminated by the security personnel, class D unanimously accepted and proceeded to enter the cave.
By the time the initial exploration team returned, the staff realized that only D-had returned, which in an agitated manner communicated to the staff about the experience suffered during the exploration
D-08122 stated the following:
"I and the rest of the team started to go into the cave, at first everything seemed normal and only seemed to be a natural cave until after 1 hour of walking the weird things started to happen, First we noticed that as we moved forward we were moving slower and slower as if the ground was expanding below us, then the equipment started to fail including the flashlights at that time we all panicked, but by the time the lights came back there were only four of us, the only thing left of the others were their shadows that seemed to have been stunned on the rock, this puzzled us a lot as we had never seen anything like that and out of nowhere everyone started running, Me and someone else started running together while the others split up and headed towards the inside of the cave, I don’t know why anyone would do that" meanwhile, we kept running to reach the exit but we remembered the warning they gave us, then we decided to reach the others one of them did not listen when we shouted back and that separating was not a good idea, then he gave us the reason and came towards us, meanwhile , the other guy started to stop running, but from one moment to the next almost like magic the stones were closed and the stalagmites and the stalactites grew in a matter of second leaving him trapped on the other side, while we were trying to remove the rock the subject started screaming for help stating that 2 other people in robes started talking to him about what he was doing there, "they called us prisoners and that our jailers were the foundation." It was then when the 3 of us heard gunshots a kind of growl from the other side, we could only hear their cries of pain, we started running back to the exit "All we cared about was getting out of there" and by the time we got to the exit we discovered that we had not reached earth or at least not our own since the exterior of the cave looked like a nuclear wasteland, lifeless and you were nowhere to be found, In the distance we only saw two sides fighting each other until a projectile hit the entrance to the cave and we decided to go back where we had come from By the time we got back one of the guys had completely changed his appearance and instead of being a man he was now a woman and he threatened us with the gun that if we didn’t give him our equipment, he would kill us, he told us that he had already been there 3 months and that he was tired of not being able to find a way out, but out of nowhere a giant red-skinned animal with garlic on its back came out of the darkness and began to devour it we fled in fear, By the time we saw the light from the entrance to the cavern and saw the camp in the distance we knew we’d be safe but when I looked back, my partner had disappeared into darkness and fear, all I did was run over here."
Note: after this D-08122 was terminated.
Apparently the cave and its structure presents anomalous characteristics that make difficult the task of entering it, such as instances of scp-939 that could be observed in the video record, when it appears if a person is exposed to a light source and suddenly turns off just leave the shadows of the subjects, it is likely that the different intersections of the cave can be randomly closed which causes portals to be opened to different dimensions which is when the trapped subjects are teleported to another dimension such as that described by D-08122, it has been discovered that the anomalous effects of the cave can be somewhat avoided if one follows a specific path and does not turn over the steps, in addition to inhibiting the properties of scp-6664-1 Scranton reality anchors have been installed along the road that was marked by the foundation to get to the other end of scp-6664-1, it is also still being investigated to find out who were the humanoids who spoke to D-08125, several staff members have already suggested that they might be members of the serpent’s hand as they referred to the foundation as "jailers".
<End Log, Tuesday, may 25, 2021 >
Closing Statement:
"so far only a small region of the cave has been left for future research on its anomalous characteristics, this as a request of Dr.Kelly"
entrada a scp-XXXX-2
<Begin Log, Tuesday, 25 March 2021>
<START LOG>
(for more information see the initial dispatch file).
The entrance to the cave is surrounded by a landscape brimming with fauna and flora that extends throughout the cave, due to its large size and the strange configuration of the interior, it was difficult for the staff to map and study the cave in a way that made sense of the location of the different rooms or the way they connected to each other, the structure did not seem to have a clear sequence in time and space, because of these variables, the explorers ended up being lost inside, so from this accident it was decided to initiate a search protocol in which the personnel would advance and map the cave manually and gradually to avoid losing more equipment and personnel, In addition, it has also been chosen to use Scranton reality anchors to inhibit the anomalous properties of the cave.
After a month of the arrival of the foundation, we managed to reach the end of the cave, from which we measured the time and distance to cross it back and forth, discovering that its journey lasts four hours in which they travel four kilometers in length, 2 hours of one way and 2 hours of return to be able to travel the cave from start to finish.
Once we reached the end, we observed an entry of light between the surrounding rocks, we advanced and we noticed the existence of flora inside the cave and
a small river that ended up winking at a wasteland where we could observe the interior of scp-XXXX-2 which seemed to be a natural ecosystem devoid of any anomalous property or focus of interest, this thought changed as we advanced as the limestone roof began to disappear like the ground to end up passing into a natural landscape covered with anomalous native flora that would later be classified as scp-XXXX-3, there was also a skylight in the distance apparently without any sense because we had gone 4 kilometers into the mountain and there was no entry of light, as well as sources of water to raise the formation of rivers or small ponds.
We were all shocked when we climbed up the skylight and discovered without any logical explanation that it seemed that the cave had expanded 8 times its size and the ecosystem did nothing but grow in diversity and dimensions, we also discovered that within scp-XXXX-2 there were fauna, which at the beginning of the route was not anomalous or did not have special characteristics that would distinguish them notoriously from their counterparts outside scp-XXXX-2, however as they entered the cavern they discovered anomalous flora and fauna, which it was decided to classify as scp-XXXX-3, this due to the initial scanning that approximated the existence of between 3100 and 3500 anomalies within SCP-XXXX-2, which was later confirmed when several SCPs contained by the foundation were discovered and confirmed to be totally independent of those already contained by the foundation, of the first SCPs to be confirmed were scp-939 alerting the existence of between 39 to 56 instances of scp-939 and SCP- of which so far only one instance of this has been registered.
<End Log, Wednesday, April 2, 2021>
Closing Statement: [Small summary and passage on what transpired afterward]
Foreword: (the previous anomalies have been spotted within SCP-XXXX-2, most were supposed to be already contained in the foundation and it has been confirmed that they are independent instances of those already contained)
<Begin Log, Wednesday, June 2, 2021>
“reporte de exploración-AD”
SCP’s discovered within scp-XXXX
| SCP´s |
amount that have been seen in scp-XXXX-2 |
| I. SCP-939 |
56 |
| II. SCP-3887 |1 |
| III. Incinideer |
5 |
| IV. SCP-3199 |
3 |
| V. SCP-4032 |
1 |
| VI. SCP-1000 |
1 |
| VII. SCP-5699 |
1 |
| VIII SCP-5160 |
1 |
| IX. SCP-2086t |
2 |
| X. SCP-4975 |
1 |
| XI. SCP- 5893 |
1 |
| XII. SCP- 4274 |
1 |
| XIII. SCP-4980 |
1 |
| XIV. SCP- 5338 |
2 |
| XV. SCP-966 |
16 |
note: more records will be added over time as the scans of scp-XXXX are still in progress ; it is estimated that""ON JUNE 8, 2021 "" WILL BE READY "" New logs in a mater of days (.wait..)
.<End Log, Wednesday, June 2, 2021>
Closing Statement:All anomalies that have been seen were classified as scp-XXXX-3 to avoid an inefficiency of classification and bureaucracy, all intances should be classified as extemo dangerous and should be terminated if they attempt to leave scp-XXXX-2.
the anomalies so far catalogued are only those that the incestigation equiopes have managed to catalog and record in images and video but that does not mean that they are the only ones, the scanners initially counted between 3100 and 3500 anomalies dentreo of scp-XXXX-2, now that number has risen to more than 6000 anomalies detected this is epecula that it is due that the initial scan was carried out in scp-XXXX-1 and the last one was carried out inside scp-XXXX-2.
a.t.t: Dra. kelly:
.<End Log, Wednesday, June 2, 2021>
Interviewed: Dr.Simons
Interviewer: Dr. Kelly
Foreword:Interview with Doctor Simons and incident "blackout"
Begin Log, Tuesday, June 1, 2021,>
Dr.Kelly: Tell me Dr.Simons what exactly happened during the scan at SCP-XXXX-2, the whole exploration team is very excited to share their findings regarding SCP-XXXX-2, why do you look more skeptical?
*Dr.Simons: everyone seems to be very happy about the situation but why should we really be? , just look at all the anomalies we’ve discovered only in the first scans, and the director told me that I had to censor more than half of them and that I could only report the discovery of 15 SCP s within SCP-XXXX-2 officially as it could affect morale and delay exploration operations.
Dr.kelly: What did you find inside the SCP instances that I report in your record?
Dr.Simons: imagine we found another SCP-682 native of SCP-XXXX-2
Dr.kelly: (speaking alertly) are you saying that instances of these SCPs exist in the cave?
Dr.Simons: of course not, nor anyone who wanted clones of those 3 walking around, but just imagine that it was.
Dr.kelly: would be a huge disappointment if, apart from having to contain an anomalous ecosystem with thousands of anomalies, an instance of these anomalies were to be found among them.
Dr.Simons: I think the same thing, but I don’t know why you refer to scp-XXXX-2 like that,the only anomalous effect it has is that it is natural, before you refute me about this let me say that scp-XXXX is indeed an anomaly, But do we consider it an anomaly because it has anomalies inside it, and if it didn’t, it would still be? , by this I do not mean that we should consider scp-XXXX as something natural, however, we have also discovered fauna and flora within scp-XXXX2 and why these are not part of scp-XXXX-3, what exactly makes something natural and that it does not?
Dra.kelly:(determinedly):I would say that what makes something abnormal is that it does not comply with the laws of nature or the sciences, such as; physics, biology and chemistry, etc.
But above all that it is immensely superior and unbalanced in comparison with the other things that exist in our reality.
Dr.Simons: if I understand it but who says we are correct that the sciences and natural laws are only our point of view? , how many times have mankind believed in superstitions that they considered absolute truths and that in the end ended up being completely false,who tells us that in 50 years the sciences will continue to be applied in the same way or that the actions and decisions we make right now could be seen in a bad way in the future.
Dra.kelly: has good arguments doctor, however, if the foundation was not right why is it that we have effectively contained most of the scp s contained by the foundation? And if science wasn’t the future of humanity, how is the technology of the foundation so advanced? , even the anomalies that cannot be contained by the foundation have been discovered by science and I find it odd that it expresses itself so from science seeing that we are scientists and the fact that it compares science to old superstitions that were left by history, Besides, without science and technology everyone would be in chaos or the human species would have been extinct long ago, For example scp-2000 has rebuilt civilization before k-class scenarios. Tell me doctor why we should not consider scp-XXXX as a dangerous anomaly against humanity or think that science cannot become the answer to containment of any anomaly, that has been the only thing that separates humanity from all anomalies? , isn’t that right?
Dr.Simons: because we do not know if science is the absolute truth, who says that science is not superstition?
Dr.kelly: the fact that it works.
Doctor, why do you think he’s actually being interviewed?
Dr.Simons: to talk about the anomalous nature of scp-XXXX, what else would we have to talk about?
Dr.kelly: Doctor we have discovered your recent talks with a member of the interest group called "the hand of the snake", do you think we would not notice? , your offices were never soundproofed as you requested or not the way you requested they were installed speakers and headphones after storms that allow us to listen to all kinds of audio in a room at any time, Isn’t that a perfect sample of the fidelity of science and technology? , we have discovered your conspiracy against the foundation we also discover that you have been in contact lately with the hand of the serpent and that you have tried to convince several staff members to go with you to the "Wanderer’s Library".
Dr.Simons: That’s a lie, I was never in contact with the hand of the snake because I really wanted to, I’m doing it because it’s necessary, my loyalty to the foundation is immeasurable, but, their methods are antiquated and do not open their eyes to the nature of reality, it is that same thing that led to the foundation to its own destruction, really no one knows the nature or the reality of anything, the hand of the snake uses keywords, not because they really think that way but rather because it is the only way the foundation will understand what the hand of the serpent is trying to make them understand.
Dr.kelly: if our methods were outdated we would never have discovered that it was in contact with the hand of the snake’s hand, Doctor.
*Dr.Simons: that-is…
**Interrogation room speaker: ** "Security protocols activated, containment gap detected, Attention, all personnel should head to the nearest evacuation areas, the detachment "" is already on its way to the "redacted" area (repeat)".
*Dr.kelly:We have to get out of here, (says the security staff)escort the doctor simons to the nearest evacuation area.
End Log, Tuesday, June 1, 2021>
***Closing Statement: ** Just before the interview was cut off, the chaos insurgency launched an attack on the provisional area-XXXX which caused the cessation of all electricity in the area causing a containment breach, members of the chaos insurgency infiltrated among the personnel were also discovered, releasing from scp-XXXX-2 several instances of scp-XXXX-3, causing a containment breach from this incident it was decided to convert the provisional area-6664 as a permanent centered area, but not exclusive to the containment of scp-XXXX in addition during the containment breach Dr. simons disappeared and was never seen again, we found his escort stunned near the evacuation area.
[[/div]]
(for more information see the initial dispatch file).
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
la mano de la serpiente ha estado observando su actividad con lo “anomalía” que clasificaron como scp-XXXX, debido a que ustedes clasifican, encierran e incluso destruyen si así lo consideran necesario, asumen que lo que hacen es irrefutable, como podrían equivocarse, se hacen llamar la fundación SCP, nosotros los llamamos “los carceleros”, ustedes encierran, evitan y mienten o lo que sería lo mismo que secure, contain, protect. Ustedes afirman que hacen los correcto que los medios que usen se justifican por el fin que tanto anhelan, ustedes encierran a lo que ustedes llaman anomalías que no son más que manifestaciones de la naturaleza que no comprenden entonces al no comprenderlas las juzgan como extrañas, peligrosas e incluso llegan a decir que no tiene sentido o razones para existir.
Al igual que las prisiones ustedes encierran a los inadaptados y los exilian del mundo dicen y afirman que no tiene futuro, dependiendo de su juicio llegan a destruirlas, las prisiones encierran a los presos no para rehabilitarlos y adaptarlos a la sociedad si no para exiliarlos y castigarlos, ¿en qué momento esta técnica ha reducido el crimen o el número de presos?, de misma manera, ustedes hacen lo mismo con las así llamadas anomalías las cuales encierran, exilian y ocultan del mundo porque el mundo tendría que ser como se supone que los humanos catalogan como normal, ¿realmente existen lo normal y si existe que caracteriza a algo normal?.
Ante estos hechos su intento de contener los anormales y lo antinatural será infructífero en la naturaleza como tal no existe algo malo o algo bueno, claro que hay objetos o entidades que por su naturaleza pueden llegar a ser peligrosas, pero que no lo puede llegar a ser, por ejemplo; “un arma no tiene poder por si sola sino aquel que tenga el valor de usarla”, scp-XXXX no está siendo contenido porque su naturaleza lo haga anómalo o siquiera peligroso, realmente se contiene por el hecho de que si alguien ajeno a nosotros como la insurgencia del caos o la COG llegara a poner sus manos sobre el paraíso o sería totalmente destruido por la COG o terminaría par el beneficio de la insurgencia del caos, sus archivos dicen haber descubierto un aproximado de entre 3100 a 3500 anomalías dentro del paraíso, pero realmente no conocen su naturaleza y su propósito, de hecho, podríamos decir que nadie lo sabe, en realidad tampoco sabes el significado de naturaleza, toda la realidad humana no es más que una ficción creada por si misma para intentar comprender el universo, creemos que vivimos en un universo lleno de orden y sentido, pero la verdad apunta más al universo dominado por el caos y el sin sentido.
En retrospectiva, está el hecho de la revolución agrícola, ¿Qué sería el humano sin esta gran revolución?, lo más probable es que seguiríamos siendo cuadrillas de cazadores y recolectores repartidos en cientos en todo el mundo, cundo el homo sapiens llego a Australia alrededor del 45,000 A.C, la fauna y flora australiana se reducción a la mitad y eso que hoy en día es una bastante diversa y abundante, ¿y si esto es así quien fue el responsable de su extinción?, la respuesta más acertada sería el “humano”, quien más que el humano sería capaz de destruir y extinguir a la gran mayoría de las especies a todo lugar donde vaya, se tiene pruebas de que las demás especies de homínidos sapientes terminaron por extinguirse después de la llegada del homo sapiens a la zona, con esto no quiero decir que el humano sea malo, sino más bien ¿que no los humanos seriamos una anomalía para todas las demás especies que se han extinguido por su presencia?
Incluso lo hicimos con la “anomalía” que ustedes catalogan como scp-1000 quien dice que scp-1000 no fue como nosotros, eran inteligentes he incluso se tienen registros de que ellos también llegaron a contener anomalías ,tales como “”, quien dice que en su tiempo nosotros no fuimos una anomalía para ellos, al igual que con otra especies scp-1000 fue casi erradicado de la tierra, aun así, siguen existiendo y parece que la mayoría ni si quiera recuerda que alguna vez llegaron a tener el mismo control del mundo como los homo-sapiens hoy en día ¿que no los humanos debería de clasificarse como una anomalía?
Con esto no quiero señalar que los humanos sean antinaturales ni que la fundación no tenga propósito alguno si no lo digo para hacer notar que todo depende de la percepción.
Como tal no existe lo anormal y lo natural tales palabras no tiene un sentido concreto da a lo anteriormente mencionado, solo las usamos para explicar lo inexplicable, pero eso no quiere decir que tales conceptos realmente existan.
Si quieren entender de una forma la realidad, la realidad seria como una maquina compleja la cual funciona de manera excepcional cuando tiene todas sus piezas, pero si se retira una solo pieza la maquina comenzara a mal funcionar lo que ocasionaría fallas en la función que realiza la máquina, bueno , con esto si a la realidad le quitan piezas pasaría algo similar, las así llamadas anomalías son retiradas de la realidad o peor aun destruidas es como quitarle piezas a la máquina de la realidad una maquina incomprensible que se cree que se entiende, pero que reamente nadie la tiene, el hecho de contener o destruir anomalías es el mismo hecho de dañar a la maquina que tiene la función de sostener la realidad, lo que descubrí en scp-XXXX me hizo ver esto. Scp-XXXX por asimismo no es anómalo o siquiera peligroso es anómalo porque ustedes lo clasificaron así por su falta de entendimiento de la realidad y lo consideran peligroso no porque sea una amenaza contra la humanidad, si no mas bien lo hace una amenaza para sí misma.
En el ecosistema de scp-XXXX todas las especies anómalas o no anómalas podían coexistir de una forma estable si acabar con la existencia total de una especie, ¿no es scp-XXXX-2 un espejo de la realidad una versión reducida del universo el único lugar donde impera el caos y por lo tanto todas las manifestaciones de la naturaleza pueden tener orden?, debido que el caos es la forma de orden más eficiente que existe solo que no lo entendemos y por lo tanto lo llamamos caos pero ¿quién realmente dice que esto sea real?, eso mismo pasa con las anomalías.
La fundación clasifica como extraño, peligroso y amenazador a lo que no pueden explicar con la ciencia y esto no lo hacen por nada, lo hacen por miedo ya que el mayor miedo da la fundación es la extinción de la realidad lo que significa la extinción de la realidad humana y que por lo tanto es lo mismo que la extinción de la especie humana, y por qué los humanos somos tan importantes como para hacer prevalecer nuestra especie sobre las demás otras, hemos tenido la capacidad de reiniciar a la civilización con la ayuda de scp-2000, hemos destruido la civilización de scp-1000 y aun así los seguimos cazando para evitar que su población crezca. Tenemos pruebas que la especie de scp-4000 lo fue de misma manera y fueron exiliados a otra dimensión, ¿es la naturaleza la suma del caos y lo inexplicable y eso da como resultado el orden?
La mano de la serpiente le propone a la fundación que cambien sus métodos y que se replanten su perspectiva y primordialmente para que abran los ojos ya que no todo se ve igual desde diferentes perspectivas.
Como últimas palabras la biblioteca del errante no le cierra las puertas a la fundación, ustedes mismos se cierran la puerta a la biblioteca, esperemos que su reciente descubrimiento que llamaron spc-XXXX pueda ser protegido de los intereses egoístas, ya que realmente no lo contienen más bien lo protegen.
Atentamente: Doctor Simons exempleado de la Fundación de nivel 4
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)); }
}
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.
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
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
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.
Haphephobiflora
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX is to be kept outdoors, in a 20 m x 20 m x 20 m enclosure of steel fences with a roof made of tempered glass and no floor. The fences extend an additional 10 m below the ground, meeting with a horizontal steel mesh to complete the enclosure’s box. Once a month, biodegradable waste (collected from the dining hall) is to be spread around the enclosure to promote the anomalous plant growth within.
All site personnel are permitted to converse with SCP-XXXX from outside of its cell, but entry to the cell requires authorization from level 2 or above level 4 personnel, and direct contact with SCP-XXXX while it is conscious is to be avoided at all costs.
Description: SCP-XXXX is a humanoid entity with the appearance of a male human of indeterminate age, standing approximately 2 m tall, with a tangled mess of brown hair, yellow eyes, and green skin.
Due to the temperament of SCP-XXXX, gaining physical samples requires the entity to be rendered unconscious with powerful tranquilizers— a treatment which the entity has repeatedly requested foundation staff stop, citing powerful headaches when it awakens, regardless of the tranquilizer used. The samples collected appear nearly identical to humans, except that every cell appears to be that of a plant.
Further testing has revealed SCP-XXXX shows further traits of plants, despite being nearly physically identical to humans. (See Addendum XXXX-2).
SCP-XXXX is noted to be friendly when not distressed or enraged and will return to this state within minutes of whatever caused its anger or distress no longer negatively affecting it. It is more than happy to hold conversations with anyone who speaks to it and becomes animated whenever the conversation moves to the subject of forests and trees.
Any physical contact with SCP-XXXX is met with hostility, regardless of how light the touch or intention from the one initiating the contact. This reaction does not occur if the entity initiates the contact, however, reciprocating the contact still enrages it. Most occurrences of this consist of the entity lashing out with an incredible strength only displayed in this state, aiming for the neck or spine of whoever initiated the contact, with enough force to cleanly snap through the bone and, on several occasions, bisecting the target entirely. On rare occasions, a touch will be met with a nonlethal strike to whatever part of the target that connected with the entity, breaking the bone but clearly showing restraint. This reaction is most commonly shown when SCP-XXXX develops a personal connection with the target beforehand, but this restraint has never been shown a second time if the person touches SCP-XXXX again.
When asked to explain this reaction, SCP-XXXX will only respond with a reminder that it does not enjoy being touched, and that it is simply enforcing a rule. Further pressing will distress it to the point it will demand it is returned to its containment area. Refusal of this request will further upset SCP-XXXX, causing it to launch into an angry rant, shouting that the researchers, like the rest of humanity, truly have no true regard for the world at large, calling them hypocrites and even going so far as to accuse them of supporting genocides until its earlier request to return to its cell is granted. At which point, the entity will quietly return to its cell and refuse to speak to any researchers involved in the interview again.
At SCP-XXXX’s request, small trees and other plant life have been introduced to its containment unit, with the condition that they cannot be permitted to grow beyond the confines of the cell. This has yet to be an issue, as the plants seem to avoid the fences during their growth, likely due to some influence by SCP-XXXX. In addition, another anomalous ability of SCP-XXXX has been observed, as all plant life within a 100 m radius of SCP-XXXX grows to an impressive size in a matter of weeks. In addition, all biodegradable waste decomposes completely within only a few days within this radius.
Addendum XXXX-1: Acquisition SCP-XXXX was brought to the foundations’ attention when multiple reports of missing persons were made in and around Canada’s ███████ National Park, along with the disappearance of many park rangers that went in looking for them. Direct action was taken when a ranger returned to base with a shattered forearm, ranting about a strange humanoid that had decapitated his partner and broken his arm with two swift strikes of its bare hands.
The area was closed off by park rangers, the injured ranger was administered Class-C amnestics and a Containment Team began combing the forest for the creature. Within the first 10 minutes, the personnel were called to one of the more popular walking trails and arrived to see SCP-XXXX standing over the body of Containment Specialist Rogers. Despite the corpse at its feet, the entity was described as nonhostile, and even friendly, by personnel. The entity did not resist when apprehended by the Containment Team but killed any member of the team that initiated physical contact with it.
The only request the entity made during capture was that it be allowed to stay in a forest wherever it was being taken, which was denied due to the multiple deaths caused by SCP-XXXX. It reacted to this calmly, appearing saddened but seeming to understand the decision.
Addendum XXXX-2: Plant-like Traits SCP-XXXX possesses the physical structure of a human, down to the appearance of many organs. However, all evidence states that SCP-XXXX is actually a plant, as shown by several observed traits. Some of these traits include:
- The absence of redundant organs, most notably the entire digestive system. SCP-XXXX instead absorbs nutrients through its skin using similar methods to the roots of a plant.
- The inhalation of CO2 and exhalation of oxygen. Oxygen has proven to be poisonous to the entity, but existing in an airtight room with a D-Class subject has created a stable breathing environment for both parties.
- The requirement of nutrient-rich soil and water for continued survival. SCP-XXXX has never been observed to eat or drink conventionally but was observed to begin growing weaker for several days before collapsing when it was introduced to its original, standard containment cell at Site-██. The introduction of several small potted trees in an effort to stimulate the creature, or at least bring the entity some sense of familiarity as it died, some personnel admitted, resulted in SCP-XXXX inserting its hand into the soil of one of the pots, slowly regaining its strength. This incident prompted the relocation of SCP-XXXX to Site-16.
Addendum XXXX-3: Experiment XXXX-860-1 In an effort to understand more about SCP-XXXX, Dr. Henry Scarf submitted several formal requests to cross-test the entity with various other anomalies. To date, only [REDACTED] requests have been approved, and besides the incident with [DATA EXPUNGED], the only approved test with unusual results was the test with SCP-860.
SCP-XXXX was invited to explore what was described to it as a ‘very special forest.’ This seemed to intrigue the entity, which agreed to bring video and audio transmitting devices with it into SCP-860-1. The subject reacted with confusion when given SCP-860 and instructed to use it on an ordinary door, but complied, entering SCP-860-1.
SCP-XXXX immediately reacted negatively upon stepping through the door, asking personnel why it had been unable to ‘hear the trees’ until being introduced to SCP-860-1. The subject was unwilling or unable to explain further, and seemed to accept the given explanation of SCP-860’s anomalous nature and begin down the path. SCP-860-1 displayed the same anomalous effects it had after Incident 860-██-12 as SCP-XXXX made its way through the path.
SCP-XXXX had to be reminded several times not to stray from the path before it suddenly stopped at a split in the path, touching one of the trees edging the path. The sounds of [REDACTED] that had permeated the audio suddenly fell silent as the tree SCP-XXXX touched seemed to swell and grow taller for a moment, to which SCP-XXXX gave a small nod and confidently walked down the left trail, arriving at the exit door within a few seconds and stepping through it.
When questioned, SCP-XXXX told researchers that the forest was apparently helpful, if angry and rude. SCP-XXXX expressed displeasure towards the researchers involved in SCP-860-1 Exploration III, and requested that it does not return to SCP-860-1 until they had “calmed it down.”
Addendum XXXX-4: Interview Logs SCP-XXXX has proven to be more than willing to participate in interviews, seeming to answer most questions to the best of its ability. The following is a transcript of an interview conducted by Dr. Henry Scarf soon after SCP-XXXX was moved to Site-16.
Interviewer: Dr. Henry Scarf, Site-16
Interviewee: SCP-XXXX
[BEGIN LOG]
Dr. Scarf: How are you adjusting to your new cell, XXXX?
SCP-XXXX: Quite well, actually! It’s a little empty, but at least I can see the trees now.
Dr. Scarf: Did you miss the trees in your last cell?
SCP-XXXX: It was almost unbearable! I don’t know how you humans do it, but not being around them for so long was almost as bad as my starvation. Mentally, anyway.
Dr. Scarf: Well, let’s hope that isn’t a problem now, then.
SCP-XXXX: I’m still sitting in a box, doctor. I’m not sure if they told you, but my only request so far has been to let me actually stay in a forest. I’d love it if you could reconsider their answer. I have been on my best behaviour, after all.
Dr. Scarf: (after a pause) XXXX, you killed five members of the containment team sent to collect you in the first place, in addition to the three SCP personnel you’ve killed during your stay at Site-██ and your relocation here.
SCP-XXXX: I understand your concern, really, but you’re being a little unfair here.
Dr. Scarf: Could you elaborate on that?
SCP-XXXX: Of course. You define bad behaviour as breaking the rules, right?
Dr. Scarf: I wouldn’t use those words exactly, but that is essentially correct, yes.
SCP-XXXX: And bad behaviour is responded to with a punishment determined by those same rules, yes?
Dr. Scarf: That’s right.
SCP-XXXX: Then I’ve broken no more rules than anyone who dishes out those punishments! People broke the rules, and they got the appropriate punishment. If anything, you should be rewarding me.
Dr. Scarf: What rules did they break? The reports I’d been given stated that none of the researchers you killed were acting in any way that could be considered hostile towards you or anyone else.
SCP-XXXX: I told them the rule after I was brought in. They kept asking why I did what I did to the containment team, so I told them. They really had no excuse.
Dr. Scarf: And what rule was that?
SCP-XXXX: (pauses, appearing somewhat distressed) The same rule humans keep telling everyone that goes into these so-called ‘protected forests.’ Don’t touch the local flora and fauna.
Dr. Scarf: To be clear, you killed these people because they touched the protected wildlife?
SCP-XXXX: Well, no. That was somewhat vague of me, I’m sorry. They touched me. And while I am not necessarily classified as a protected species in the forest, the rule still applied.
Dr. Scarf: That rule was not in effect at Site-██, though.
SCP-XXXX: No, no, not by humans! It is certainly not a human rule, but a rule about me.
Dr. Scarf: I beg your pardon?
SCP-XXXX: I don’t like being touched, doctor.
Dr. Scarf: I see. Could I ask that you bring the breaking of rules to me in the future, before punishing the rulebreakers yourself?
SCP-XXXX: Well… No offense, doctor, but no. I can’t trust you to take my side in this. This has nothing to do with your character or honesty, but I am aware of my position in this place. I am not a coworker of yours, I am a prisoner and research subject. I’d be surprised if you didn’t value the lives of your coworkers over the unfamiliar rules of some test subject.
Dr. Scarf: I am in charge here, XXXX. It is my place to punish the rulebreakers, not yours.
SCP-XXXX: (sighs) Doctor, I’m getting tired of this debate. I think we’ll just have to agree to disagree. So long as no one breaks the rules, there should be no further issues. (stands up) I would like to go back and look at the trees, now.
[END LOG]
Interviewer’s note: Subject requested once again to be allowed some time in the nearby forest after returning to its cell. A compromise was eventually made, where we would provide it with whatever plants it wanted, so long as they would not grow beyond the confines of its cell. Subject agreed to this condition without complaint.
The following transcript is of the last interview SCP-XXXX allowed Dr. Scarf to conduct with it, taking place nearly █ months after the initial interview, and immediately following the second death of non-D-class personnel.
Interviewer: Dr. Henry Scarf, Site-16
Interviewee: SCP-XXXX
[BEGIN LOG]
Dr. Scarf: For god’s sake, XXXX. She brushed up against you, did that really break your rule?
SCP-XXXX: I don’t appreciate your tone, doctor. Also, if I were to sneeze right now, and accidentally filled your lungs with deadly poison, would I be allowed to wait here for your replacement to continue the interview? Or would I be brought back to my cell and reprimanded?
Dr. Scarf: (Somewhat nervously) C… can you do that?
SCP-XXXX: Not in my experience. My point is that an accidental break of the rules does not mean they do not apply. She did not need to be in my cell.
Dr. Scarf: She was doing her job and collecting samples from the ground!
SCP-XXXX: You really don’t get it, doct-
Dr. Scarf: What don’t I get, XXXX? No matter how many times I ask you about this, you’re the one who doesn’t give me a straight answer. We can’t understand your reasoning if you don’t even try to explain.
SCP-XXXX: You don’t need to know why a rule exists to follow it. The reasoning should be obvious, anyway. You’re a smart man, it’s no secret. Use that brain I know you humans have.
Dr. Scarf: I would prefer it if you would just tell me. For the record, if nothing else.
SCP-XXXX: (grips the rim of the table tightly) Record or not, I should be allowed to make a single, simple rule without needing to explain myself.
Dr. Scarf: You have expressed acceptance of your place as a research subject, which makes any rules you set important for us to know.
SCP-XXXX: I don’t like being touched. Do not touch me. Cause and effect. If you have any further questions, just play this part back.
Dr. Scarf: I’m afraid I must insist-
SCP-XXXX: I’m afraid I must return to my cell. There’s a poor flower that’s struggling. I'm really rooting for it if you’ll pardon the wordplay, but I’d hate to miss it grow.
Dr. Scarf: You may return to your cell as soon as you answer my question. Why do you set such an overly strict rule and such a heavy punishment?
SCP-XXXX: (clenches its jaw) Because they’re not supposed to touch me. Why is that so hard to understand?
Dr. Scarf: Because you refuse to cooperate. Tell me, XXXX.
SCP-XXXX: (growing increasingly distressed) I really want to go back to my cell. Please, doctor.
Dr. Scarf: Just answer my question and you’re free to go back.
SCP-XXXX: No, now. I’ve answered your question many times, you just refuse to listen.
Dr. Scarf: I’m listening, but-
SCP-XXXX: (slamming hands down on the table, startling the onlookers) No, you’re not! You never do, any of you!
Dr. Scarf: Now… now hold on-
SCP-XXXX: (grabs Dr. Scarf by the collar, pulling him forward onto the table) You humans are all the same! I give you a simple rule, just like everything else that allows you to tear it apart for your precious progress, and just like with all of them, you blatantly ignore it! You say your job is to protect the world? Then why in god’s name does every single one of you seem hellbent on destroying it? Hypocrites, every single one of you! We watched on as you slaughtered each other, as you burned us to fuel your engines, and even now you eagerly commit genocide while telling us that you care!
Dr. Scarf: Please, just calm-
SCP-XXXX: Calm down? I’d love to, but I’m not allowed to! I can’t live in my home, I can’t go into the forest, and I can’t even watch a little flower bloom without you insisting that I’m hiding something malicious within a simple request that you do not put your filthy hands on me when all I see when I look at you is a lying hypocrite who would slaughter entire species if you felt like it would help you brush your teeth in the morning!
Dr. Scarf: (being pulled away by the guards) Return to your cell at once! Guards, escort it there!
SCP-XXXX: (silently allows the guards to escort it out of the room)
[END LOG]
After this incident, required security clearance to access SCP-XXXX’s cell was increased to level 4. Further interviews performed by Dr. Scarf were refused by SCP-XXXX, and if forced to go, the entity would not speak to Dr. Scarf in response to any question.
Dr. Scarf was removed from the project, being replaced with Dr. Aubrey Bayton. SCP-XXXX displayed no negative behaviour when speaking with her, appearing friendly as usual.
Snake Eyes
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be contained in a small metal locker located in wing C at Site-64. By itself, the object is inert, and no further containment procedures are needed.
Description: SCP-XXXX is a pair of 6-sided dice made of translucent red plastic, each measuring 19 mm x 19 mm x 19 mm. The numbers on each side are indents consisting of the appropriate number of dots, each painted in with white paint.
When both dice are rolled simultaneously and the numbers on each dice match, an anomalous effect occurs, but under any other circumstances the dice behave no differently than standard dice. The distance between the dice or the time taken for them to land on a number does not have an effect on the outcome.
Below is a list of the effects witnessed upon each pair of numbers:
- Two Sixes: The roller experiences a sense of heightened elation for exactly twenty-four hours, before experiencing sudden [REDACTED].
- Two Fives: The roller’s hands experience some minor anomaly. Recorded effects include change of colour, change of size, and change of age, becoming the hands of someone older or younger in appearance.).
- Two Fours: Anyone in the same room as the roller experiences a vivid hallucination of the roller turning into a seemingly random creature or object.
- Two Threes: The roller is guaranteed another double on their next roll, including dice besides SCP-XXXX
- Two Twos: The roller loses its eyesight for four hours, but many remarks that it seems to have some improvement afterward.
- Two Ones: The roller experiences no immediate effects, but the venom of one of several venomous snakes is introduced into their bloodstream. Species of snake recorded include a Black Mamba, King Cobra, Bandy Bandy, and another as-yet-unidentified species of snake.
SCP-XXXX was found in a casino in [REDACTED] and came to the attention of foundation staff after several patrons reported strange, anomalous effects after rolling at that table several times. Class D Amnestics were administered to all known affected persons.
The casino owners claimed that SCP-XXXX arrived in the same shipment as many other, non-anomalous dice, and attempts by foundation personnel have yet to uncover how they ended up at the casino, or if any other anomalous dice are still undiscovered there.
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
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 |
|
Partial decapitaion typically above the eyeline |
|
| Wolf |
|
Evisceration |
|
| Deer |
|
Genital mutilation |
|
| Snake |
|
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 |
|
Full consumption |
|
| Bear |
|
Exsanguination |
|
| Rat |
|
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.
Procedure: Up to three scientific personnel may stay in the lower section. The rest are escorted by the guards stationed in the elevator room and patrolling. The guards stationed in the hallway fall back to the elevator room and the cell guards take their place. Guard rotation still occurs. No one is allowed in or near the cell.
Scenarios: A minimal evacuation should be called when: SCP-XXXX exhibits a change that results in black covering over 25% of its body if not during a test or if during a test it exhibits a change that results in black covering over 90% of its body.
Procedure: All scientific personnel are escorted to the surface by all guards except for the personnel near the cell. Those guards fall back to the elevator positions. Guard rotation does not occur. No one is allowed back down the elevator.
Scenarios: A surface evacuation should be called when: SCP-XXXX exhibits a change that results in black covering over 90% of its body if not during a test or if during a test it exhibits a change that results in eyes illuminating.
Procedure: All personnel is evacuated. Two helicopters are station at the site's surface in this event. This priority is given to scientific personnel. The remaining personnel must evaluate with land vehicles.
Scenarios: A full evacuation should be called when: SCP-XXXX begins to act hostile if not during a test or if during a test if begins to successfully escape.
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.
2nd Iteration: SCP-XXXX Must remain in its cell and can not come into contact with any human under any circumstance.
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.
FORM DISCOVERY 1 LOG
DATE: 01/07/2016
[BEGIN LOG]
Director D'aramitz: Begin the Form Discovery. Subject list: Site-Director D'aramitz and four undisclosed security officers. Lead Researcher Dr. Adams will observe and conduct this test. Time is 0814. You may begin when ready Dr. Adams.
Director D'aramitz leaves the observation chamber. SCP-XXXX currently exhibits a rat form.
Dr. Adams: Director D'aramitz enter now.
Director D'aramitz enters. SCP-XXXX exhibits a lion form.
Dr. Adams: Director D'aramitz exit now and vacate entity proximity. Guard 1 enter now.
Director D'aramitz exits. Guard 1 enters. SCP-XXXX exhibits a boar form.
Dr. Adams: Guard 1 exit now. Guard 2 enter now.
Guard 1 exits. Guard 2 enters. SCP-XXXX remains in boar form.
Dr. Adams: Guard 1 vacate entity proximity.
SCP-XXXX remains in boar form.
Dr. Adams: Guard 2 exit now. Guard 3 enter.
Guard 2 exits. Guard 3 enters. SCP-XXXX exhibits a lion form and black fur.
Dr. Adams: Entity has exhibited 5% black coverage. Guard 3 exi-
Guard 3: h-… how did you know that?
Dr. Adams: Subjects please remain silent for the duration of the test unless noting an observation or answering a direct question. Guard 3 exit. Guard 4 enter.
Guard 3 exits. Guard 4 enters. SCP-XXXX exhibits a bear form.
Dr. Adams: Guard 4 exit now. Cease Form Discovery 1. Time is 0816
[END LOG]
FORM DISCOVERY 2 LOG
DATE: 01/08/2016
[BEGIN LOG]
Dr. Adams: Begin the Form Discovery. Subject list: Head of Containment Specialist Jacobson, Lead Researcher Dr. Adams, Researchers Dr. Williams, and Dr. Garcia. Researcher Dr. Shields will observe and conduct this test. Time is 0822. You may begin when ready Dr. Shields.
Dr. Adams leaves the observation chamber. SCP-XXXX currently exhibits a deer form.
Dr. Shields: Specialist Jacobson enter now.
Specialist Jacobson enters. SCP-XXXX exhibits a snake form and black scales.
Dr. Shields: Entity has exhibited 5% black coverage. Specialist Jacobson exit now. Dr. Adams enter now.
Dr. Adams enters. SCP-XXXX exhibits a wolf form and an increase of black fur.
Dr. Shields: Entity has exhibited 15% bl-
Dr. Adams: hmm, It appears that it does know.
Dr. Shields: Knows what Dr. Adams?
Dr. Adams: Nevermind Dr. Shields, carry on with the test.
Dr. Shields: Subjects are reminded to remain silent for the duration of the test unless noting a specific observation or answering a direct question.
Dr. Adams exits the containment chamber.
Dr. Shields: I didn't… (sighs) Dr. Williams enter now.
Dr. Williams enters. SCP-XXXX exhibits a rat
Dr. Shields: Dr. Williams exit now. Dr. Garcia enter now.
Dr. Williams exits. Dr. Garcia enters. SCP-XXXX exhibits a snake form
Dr. Shields: Dr. Garcia exit. Cease Form Discovery 2.
[END LOG]
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.
FORM DISCOVERY 25 LOG
DATE: 02/22/2016
[BEGIN LOG]
Dr. Williams: Begin the Form Discovery. Subject list: Four undisclosed D-class personnel. Researcher Dr. Williams will observe and conduct this test. Time is 0817. The test shall begin shortly.
SCP-XXXX currently exhibits a lion form.
Dr. Williams: D-class 1 enter now.
D-class 1 enters. SCP-XXXX exhibits a rat form and black fur. D-class 1 steps back from SCP-XXXX.
Dr. Williams: Entity has exhibited 20% black coverage. D-class 1 exit now… D-class 1, I repeat the direction; exit now.
D-class 1: S… s- sorry.
D-class 1 exits
Dr. Williams: D-class 2 enter now.
D-class 2 enters. SCP-XXXX exhibits a bear form and an increase in black fur.
Dr. Williams: Entity has increased to 30% black coverage. D-class 2 exit now. D-class 3 enter.
D-class 2 exits. D-class 3 enters. SCP-XXXX exhibits a snake form and an increase in black scales.
D-class 3: huh? Wh-… hahaha. You guys playing a joke on me?
Dr. Williams: Subjects are reminded to stay silent for the duration of the test unless noting an observation or answering a direct question.
D-class 3: Pshh, I don't care. The feds told me you wouldn't know what I had done but obviously, y'all do.
Dr. Williams: D-class 3 exit now. D-class 4 enter now.
D-class 3 exits. D-class 4 enters. SCP-XXXX exhibits a wolf form and an increase in black fur.
Dr. Williams: The En-
SCP-XXXX begins to show aggression and growls. D-class 4 takes a defensive stance with fist raised.
D-Class 4: Don't even think bout it. You seen what I've done I'll do it to you bitch.
Dr. Williams: D-class 4 stand down!
D-Class 4: If this bitch wants to kill me I ain't gonna rollover.
SCP-XXXX begins to pace around D-class 4 and exhibits an increase in black fur.
Dr. Williams: Guards extract the D-class immediately!
The door guards enter and begin to drag D-class 4.
D-Class 4: I'm glad I killed him! is that what you want?
SCP-XXXX stands facing the door with its head down, teeth bared, and growling.
Dr. Williams: Entity exhibited 50% black coverage before the aggression displayed from D-class 4. After, it displayed 60%. Cease Form Discovery 25.
[END LOG]
FORM DISCOVERY 26 LOG
DATE: 02/23/2016
[BEGIN LOG]
Dr. Garcia: Begin the Form Discovery. Subject list: Four undisclosed D-class personnel. Researcher Dr. Garcia will observe and conduct this test. Time is 0821. Subjects are reminded of policy change in the containment of SCP-XXXX. If a subject antagonizes SCP-XXXX, they are responsible for their own evacuation once permission is granted. If necessary, subjects will be locked in the containment cell to ensure entity containment. Dr. Garcia shall continue the test when ready.
SCP-XXXX currently exhibits a bear form.
Dr. Garcia: D-class 1 enter now.
D-class enters. SCP-XXXX exhibits a lion form and black fur
Dr. Garcia: Entity has exhibited 15% black coverage. D-class 1 exit now. D-class 2 enter now.
D-class 1 exits. D-class 2 enters. SCP-XXXX exhibits a rat form and an increase in black fur.
D-class 2: Stop…
Dr. Garcia: Subjects are reminded to remain silent for the duration of the test unless noting an observation or answering a direct question… Entity has exhibited 30% black coverage. D-class 2 exit. D-class 3 enter.
D-class 2 exits. D-class 3 enters. SCP-XXXX remain in rat form and exhibits an increase in black fur.
Dr. Garcia: D-class 2 vacate entity proximity.
SCP-XXXX remain in rat form.
Dr. Garcia: Entity has exhibited 50% black cov-
D-class 3: Ay doc? I don't know if this is an observation but I'm reminded of that time I robbed a bank.
Dr. Garcia: PPff… okay. That wasn't really what we mean when observation but it will be logged. D-class 3 exit. D-class 4 enter.
D-class 3 exits. D-class 4 enter. SCP-XXXX exhibits a deer form, an increase in black coverage, and illuminated eyes. It begins to show hostility
Dr. Garcia: Entity has exhibited 80% black coverage and dark blue eyes. Initiate a surface evacuation. D-class 4 exit now… D-class 4?
D-class 4 remains unresponsive. SCP-XXXX and the subjects stare down each other.
D-class 4: I confessed to 5 bitches. No one knew about the other 4. How do you know that? huh?
SCP-XXXX exhibts an increase in black fur.
Dr. Garcia: Entity has exhibited 85% black fur. D-class 4, it is advised you stand down and exit.
Dr. Garcia leaves the observation chamber. SCP-XXXX attacks D-class 4.
D-class 4: NNNRG… I'd do it again… Son of a Bitch! It felt good an- fuck! GGRAAah! To see the horror on the family's fa- AAAAHHCK FUCK! My dick! You bit off my dick!
SCP-XXXX proceeds to kill D-class 4
[END LOG]
FORM DISCOVERY 27 LOG
DATE: 02/25/2016
[BEGIN LOG]
Dr. Shields: Begin the Form Discovery. Subject list: Four undisclosed D-class personnel. Researcher Dr. Shields will observe and conduct this test. Time is 0833. The subjects shall begin the test once directed.
SCP-XXXX currently exhibits a bear form.
Dr. Shields: D-class 1 enter now.
D-class 1 enters. SCP-XXXX exhibits a boar form and black fur.
Dr. Shields: Entity has exhibited 15% black coverage. D-class 1 exit now. D-class 2 enter now.
D-class 1 exits. D-class 2 enters. SCP-XXXX exhibits a deer form and an increase in black fur.
Dr. Shields: Entity has exhibited a 25% black coverage. D-class 2 exit now. D-class 3 enter now.
D-class 2 exits. D-class 3 enters. SCP-XXXX exhibits a lion form and an increase in black fur.
D-class 3: huh… all those memories, all those people coming back.
Dr. Shields: Subjects are advised to remain quiet. Entity has exhibited 50% black coverage.
D-class 3: You know what I miss most since I was locked up? It's not my family or my freedom… it is my knives.
SCP-XXXX exhibits hostility, an increase in black fur, and illumined eyes.
D-class 3: To separate flesh from flesh, limb from body, there was nothing else as… satisfying.
Dr. Shields: Entity has exhibited 90% black coverage and violet eyes. Initiate surface evacuation.
D-class 3: I can see that I am already dead, but I will tell you this; I enjoyed each and every last one of them. I would gladly do each one a-
SCP-XXXX decapitates D-class 3.
[END LOG]
Addendum XXXX.C.03: Miscellaneous Tests
CONTAINMENT PROCEDURES TEST 1 LOG
DATE: 02/04/2016
[BEGIN LOG]
Dr. Adams: Begin the Containment Procedures Test. Two undisclosed research assistants will carry out the containment procedures as laid out by Dr. █████████. Lead Researcher Dr. Adams and researcher Dr. Sheilds will observe and conduct this test. Time is 1132. The test shall begin once instructed.
SCP-XXXX currently exhibits a wolf form.
Dr. Adams: Assistants enter now.
Assistants A and B enter equipped as described in the 3rd interaction of containment procedures. SCP-XXXX exhibits a deer form.
Dr. Adams: Identify.
Assistant B: It is in my animal form.
Dr. Adams: Carry on with the procedures.
The assistants continue with the procedures. SCP-XXXX and the assistants exchange bows. Food is set down and the feeding commences.
After 3 minutes SCP-XXXX gets up and turns to face the one-way mirror. SCP-XXX exhibits a wolf form and an increase in black fur.
Assistant B: That is not my animal form.
Dr. Adams: No it is not.
Assitant A: Shall we continuie?… Dr. Adams
SCP-XXXX approaches the one-way mirror and exhibits illumination in its eyes. SCP-XXXX and Dr. Adams glare at each other.
Dr. Shields: Assistants get out of there. Dr. Adams, we need to call a surface evacuation… Dr. Adams!
SCP-XXXX exhibits an increase in black fur and begins to growl
Dr. Adams: You don't know what she did.
Dr. Shields closes the one-way mirror
Dr. Shields: Initiate surface evacuation. Come on Dr. Adams!
Dr. Shields exit the facility. Dr. Adams follows.
[END LOG]
ANIMAL TEST 12 LOG
DATE: 03/30/2016
[BEGIN LOG]
Dr. Garcia: Begin Animal Test 12. Subject list: A year-old lamb. Researcher Dr. Garcia and research assistant Mr. Woods will observe and conduct this test. Time is 0907. Dr. Garcia shall continue the test when ready.
SCP-XXXX currently exhibits a lion form.
Dr. Garcia: Introduce the subject.
The subject is placed in the cell by a guard. SCP-XXXX walks over to it. SCP-XXXX begins to sniff and investigate the subject.
After a few moments, SCP-XXXX picks the subject up with its mouth and carries it to a corner of the room. SCP-XXXX then lays around the subject. The two then fall unconscious.
After 70 minutes, there is no discernable behavior change of either the subject of SCP-XXXX.
Dr. Garcia: Remove the subject.
A guard enters the containment cell. SCP-XXXX gets up, glares at the guard, exhibits a wolf form, and an increase in black fur.
Dr. Garcia: Entity exhibits 10% black coverage.
The guard pick up the subject and begins to exit. SCP-XXXX follows the guard and begins to growl. Guard successfully exists.
Dr. Garcia: Cease Animal Test 12.
[END LOG]
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