Wow! You flipped a card and got: SCP-6228 - Bigger guts & Bigger guns!!! You ca reload the page or go to the next.
DATE: 30 May 2021 18:45
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
@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 {
--header-title: "SCP FOUNDATION";
--dark-accent: 20, 22, 24;
--bright-accent: 228, 228, 228;
--light-gray-monochrome: 84, 84, 84;
--dark-gray-monochrome: 48,48,52;
--black-monochrome: 20, 22, 24;
--medium-accent: var(--bright-accent);
--tab-border-color: var(--dark-accent);
--rating-module-button-color: var(--bright-accent);
--rating-module-button-credit-color: var(--bright-accent);
--swatch-background: var(--dark-accent);
/* Background and Header Colors */
--background-color: var(--dark-accent);
/* Primary Text Colors */
--swatch-text-light: var(--bright-accent);
--swatch-text-general: var(--bright-accent);
/* Primary Menu Colors */
--swatch-menubg-color: var(--dark-accent);
/* Colors for Secondary & Tertiary items like Blockquote and YUI Tabs */
--swatch-secondary-color: var(--swatch-menubg-dark-color);
--swatch-tertiary-color: var(--swatch-menubg-medium-dark-color);
/* Primary Header Colors */
--swatch-topmenu-border-color: var(--swatch-menubg-black-color);
--swatch-topmenu-bg-color: var(--swatch-menubg-extra-dark-color);
--rating-module-text-color: var(--bright-accent);
--rating-module-button-cancel-color: var(--gray-monochrome);;
--gradient-header: linear-gradient(
to bottom,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 90%,
rgb(var(--header-gradient-color-top)) 100%
);
--diagonal-stripes: repeating-linear-gradient(
45deg,
hsla(0, 0%, 100%, 0),
hsla(0, 0%, 100%, 0) 0.25vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.1) 0.35vh,
rgba(var(--swatch-menubg-extra-dark-color), 0.2) 0.5vh
);
--toggle-button-bg: rgb(var(--dark-accent));
--toggle-border-color: rgb(var(--dark-gray-monochrome));
--toggle-icon-color: rgb(var(--bright-accent));
}
.modalbox {
background: rgb(var(--dark-accent))!important;
box-shadow: none!important;
border-color: transparent!important;
border-radius: 0px!important;
padding: 4px;
pointer-events: auto !important;
}
#skrollr-body > a {
display: none;
}
body {
color: rgb(var(--bright-accent));
}
#search-top-box-form input[type=submit]:focus, #search-top-box-form input[type=submit]:hover {
color: rgb(var(--dark-gray-monochrome));
}
a, a:visited {
padding: 0 2px;
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
a:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
a.close-menu {
background-color: transparent;
}
a.newpage {
color: rgb(var(--dark-accent));
background-color: rgb(var(--bright-accent));
}
a.newpage:hover {
text-decoration: none;
background-color: transparent;
color: var(--bright-accent);
}
::selection {
background: rgb(148, 148, 148);
}
.creditButton p a {
background-color: rgb(var(--black-accent));
}
#page-content .rate-box-with-credit-button {
display: inline-flex;
margin-bottom: .75rem;
border: .0625rem solid rgba(12,12,12,.25);
border: .0625rem solid rgba(var(--gray-monochrome));
border-radius: 0;
background: rgb(var(--dark-accent));
background-color: #fcfcfc;
background-color: rgb(var(--dark-accent));
padding: 0 .125rem;
height: var(--rating-module-height);
overflow: hidden;
}
#top-bar div.mobile-top-bar>ul>li>ul>li:hover>a, #top-bar div.top-bar>ul>li>ul>li:hover>a {
text-decoration: none;
color: rgb(var(--dark-accent));
}
#side-bar .heading
background: rgb(var(--dark-gray-monochrome));
}
#side-bar .side-block {
background-color: rgb(var(--dark-accent));
}
#side-bar .side-block.resources {
background: rgb(var(--dark-accent))!important;
}
#side-bar .side-block.media {
background-color: rgba(var(--dark-gray-monochrome))!important;
}
#side-bar div.menu-item>a {
color: rgb(var(--bright-accent));
}
#side-bar div.menu-item>a:visited {
color: rgb(var(--bright-accent));
}
.side-block.media a {
background: transparent
}
#side-bar .collapsible-block .collapsible-block-folded, #side-bar .heading {
background: rgb(var(--dark-gray-monochrome));
}
#search-top-box-input {
background-color: rgb(var(--dark-gray-monochrome));
}
#account-options {
background: var(--dark-accent);
color: var(--bright-accent);
border-color: var(--bright-accent);
}
#login-status {
color: rgba(var(--swatch-menutxt-light-color),0.5);
}
#login-status ul a {
color: rgb(var(--bright-accent));
}
span.printuser {
color: rgb(var(--swatch-menutxt-light-color));
}
#login-status .printuser {
background-color: transparent;
color: rgb(var(--bright-accent));
}
.page-rate-widget-box {
background: rgb(var(--dark-accent));
border: 0.0625rem solid rgba(var(--swatch-menubg-dark-color));
}
#top-bar div.mobile-top-bar {
background: rgb(var(--dark-accent));
}
#top-bar div.top-bar > ul > li:hover {
background: rgb(var(--swatch-menubg-black-color));
}
#top-bar div.mobile-top-bar > ul > li.sfhover > ul,
#top-bar div.mobile-top-bar > ul > li:hover > ul,
#top-bar div.top-bar > ul > li.sfhover > ul,
#top-bar div.top-bar > ul > li:hover > ul {
color: rgb(var(--dark-accent));
}
blockquote, div.blockquote {
border: none;
background-color: rgb(var(--dark-gray-monochrome));
--swatch-border-color: var(--gray-monochrome);
box-shadow: .0225rem .0835rem .0725rem .0925rem rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav {
--box-shadow: none;
}
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav hover a {
border-color: rgb(var(--dark-accent));
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--dark-accent))!important;
border-color: rgb(var(--bright-accent));
}
.yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav li,
.yui-navset .yui-navset-top .yui-nav li {
background: rgb(var(--dark-accent));
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--dark-accent));
}
.yui-navset-bottom .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset .yui-nav li a {
color: rgb(var(--bright-accent));
background: rgb(var(--dark-gray-monochrome));
}
table.wiki-content-table th, table.wiki-content-table tr {
border: .0625rem solid rgba(var(--bright-accent))!important;
}
table.wiki-content-table th {
background: #e3e3e3;
border: 1px solid #e3e3e3;
color: #141618;
}
table.wiki-content-table tr {
border: 1px solid #e3e3e3;
color: #e3e3e3;
}
textarea,
input.text,
input.checkbox,
div.note,
#lock-info {
border: 0.0625rem solid rgba(var(--swatch-menubg-light-color),0.25);
background-color: rgb(var(--swatch-menubg-extra-dark-color));
color: rgb(var(--swatch-text-light));
}
.code pre span[class*="hl-"] {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.owindow .modal-body img {
background-color: transparent !important;
}
.hovertip {
border: .0625rem solid rgb(var(--dark-gray-monochrome));
color: rgb(var(--swatch-text-light));
}
.hovertip .content {
padding: 0;
}
#footer {
color: rgb(var(--bright-accent));
}
.scpnet-interwiki-wrapper {
-webkit-filter: initial;
filter: initial;
margin-top: 1em;
}
.scpnet-interwiki-frame {
-webkit-filter: invert(0.92) grayscale(1) contrast(1);
filter: invert(0.92) grayscale(1) contrast(1);
}
.scp-image-block {
border: none;
--box-shadow: none;
padding: 0;
min-width: 100%;
display: inherit;
}
.scp-image-block a {
background-color: transparent;
}
.footnote {
background-color: rgb(var(--dark-gray-monochrome));
padding: .625em;
}
.footnotes-footer {
border-left: none;
background-color: rgba(var(--dark-gray-monochrome));
}
.licensebox .collapsible-block-link {
background: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 20px;
height: 20px;
}
#who-rated-page-area .printuser a {
font-size: 100%;
}
#license-area {
color: rgb(var(--light-gray-monochrome));
}
#search-top-box input.empty {
color: rgba(var(--bright-accent));
}
.danger-diamond > .arrows,
.anom-bar > .bottom-box::before {
background-color: rgb(var(--bright-accent));
}
.anom-bar > .bottom-box {
box-shadow: 0 -0.5rem 0 0 rgb(var(--bright-accent));
}
.bottom-box > .diamond-part {
box-shadow: -0.5rem 0 0 0 rgb(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::before {
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::before {
color: rgba(var(--bright-accent, 12, 12, 12),1);
}
.contain-class .class-text::before {
color: rgb(228 228 228);
}
.anom-bar-container.esoteric .text-part > .main-class > .second-class > .class-text::after {
color: #e4e4e4;
}
.info-container .collapsible-block-folded, .info-container .collapsible-block-unfolded-link {
background: rgb(var(--bright-accent));
}
.info-container .collapsible-block-folded .collapsible-block-link, .info-container .collapsible-block-link {
background: rgb(var(--dark-accent));
}
.acs-hybrid-text-bar > a {
background-color: transparent
}
.acs-hybrid-text-bar > .acs-clear > .clearance-level-text::after {
padding-top: 0.1rem;
color: rgba(var(--bright-accent),1);
}
.acs-hybrid-text-bar > .acs-risk .risk-class-number::after {
color: rgba(var(--bright-accent));
}
.acs-hybrid-text-bar > .acs-disrupt .disruption-class-number::after {
color: rgba(var(--bright-accent),1);
}
.danger-diamond a, .danger-diamond a:hover {
background-color: transparent;
color: rgba(0,0,0,0);
}
.fnnum {
background-color: rgb(var(--bright-accent));
}
.fnnum::after {
color: #141618;
}
.fnnum:hover {
background-color: transparent;
}
.fncon {
background: rgb(var(--dark-accent));
border: 2px solid rgb(var(--bright-accent));
}
.fncon::before {
background-color: #141618;
color: #e4e4e4;
border: 2px solid rgb(var(--bright-accent));
}
.printuser {
background-color: rgb(var(--bright-accent));
color: rgb(var(--dark-accent));
}
.printuser a {
margin-right: -1px;
font-size: 14px;
background-color: none;
}
.printuser img.small {
vertical-align: -0.4em;
width: 19px;
height: 18.5px;
}
.printuser:hover {
background-color: transparent;
}
.page-tags a {
background-color: transparent;
color: rgb(var(--bright-accent));
}
@media only screen and (max-width: 768px) {
#search-top-box form[id=search-top-box-form]:not(:focus-within) input[type=text] {
background-color: rgb(var(--dark-accent));
}
}
Wow! You flipped a card and got: SCP-XXXX Children Of The Abyss Project!!! You ca reload the page or go to the next.
DATE: 30 May 2021 17:03
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP 7900 must have shock collars as it WILL be necessary for anything and MUST dog muzzles on them as to protect any staff member but in case an attack by SCP 7900 takes place to any staff member, they would be terminated on sight even as soon as signs would start appearing. SCP-7900 must be fed regularly raw meat everyday as that way to protect the doctor who's training/teaching them and so SCP-7900 can learn about cooked meat over time.
Description: These SCP Children have wolf like features like ears,tails and feet of a wolf which two twins which one is a girl another is a boy have brown hair/fur, another boy has black hair/fur with bioluminescent blue tips, another girl
Has flame like colors and hair/ fur moves like flames and all the children are around 10-15 years of age even heights and weight match the age ranges.
Addendum: [Optional additional paragraphs]
Wow! You flipped a card and got: Harriet Farrar 4!!! You ca reload the page or go to the next.
DATE: 30 May 2021 11:26
Item #: SCP-XXXX
Object Class: Absent
| Event |
Conclusion |
| Breach |
SCP-XXXX was found to be absent from its containment chamber. Site-32 was locked down and searched. XXXX was absent. |
| Information |
All files, Video logs and photos about SCP-XXXX were absent. |
| Description |
All memories of SCP-XXXX are absent. Class-Y Mnestics administered, nothing remains. |
| Recovery |
MTF operatives found SCP-XXXX to be absent from its recovery mission. |
| The Lead |
A retrospective look back at how SCP-XXXX's information was required |
[[footnoteblock]]
Wow! You flipped a card and got: Fengor45!!! You ca reload the page or go to the next.
DATE: 30 May 2021 05:50
Setting up a sandbox page to get familiar with the wiki formatting. Once I have some article drafts in mind I'll use this as a quick reference table of contents for myself; if this works like any other wiki I've been on before.
Wow! You flipped a card and got: The Trans-Dimensional Voice!!! You ca reload the page or go to the next.
DATE: 30 May 2021 04:10
@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;
}
}
}
}
}
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* header measurements */
--header-height-on-desktop: 10rem;
--header-height-on-mobile: 10rem;
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header {
background: none;
}
#header::before {
content: " ";
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0.75rem;
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: center -3.5rem;
-webkit-background-size: auto 8rem;
-moz-background-size: auto 8rem;
-o-background-size: auto 8rem;
background-size: auto 8rem;
background-position: center top;
opacity: 0.45;
pointer-events: none;
}
#header h1,
#header h1 a,
#header h1 a::before {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
}
#header>h1>a>span {
width: 100%;
height: 100%;
top: 0;
left: 0;
max-width: inherit;
}
#header h1 {
height: -webkit-calc(100% - 2.25rem);
height: -moz-calc(100% - 2.25rem);
height: calc(100% - 2.25rem);
}
#header h1 a::before,
#header h1 a {
text-align: center;
line-height: 0.8;
}
#header h2,
#header h2 span,
#header h2 span::before {
position: absolute;
left: 0;
top: 0.15em;
margin-left: 0;
padding: 0;
width: 100%;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-webkit-align-items: flex-end;
-moz-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
max-height: inherit;
z-index: 0;
text-transform: uppercase;
pointer-events: none;
}
#login-status {
min-height: -webkit-calc(var(--base-font-size) * 1.5);
min-height: -moz-calc(var(--base-font-size) * 1.5);
min-height: calc(var(--base-font-size) * 1.5);
-webkit-border-radius: .0625rem;
-moz-border-radius: .0625rem;
border-radius: .0625rem;
-webkit-border-radius: var(--border-radius-width);
-moz-border-radius: var(--border-radius-width);
border-radius: var(--border-radius-width);
color: rgb(var(--pale-gray-monochrome));
background-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
left: 3%;
right: initial;
}
#login-status .printuser {
--wght: 900;
position: relative;
top: 0;
left: 0;
color: rgb(var(--swatch-menutxt-light-color));
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
padding: 0.25rem;
margin: 0;
font-weight: 900;
}
#login-status #my-account {
--wght: 300;
color: rgb(var(--pale-gray-monochrome));
font-weight: 300;
}
#login-status #account-topbutton {
border: initial;
padding: 0.5em 0.5em 0.5em 0.25em;
position: relative;
height: 100%;
top: 0;
left: 0;
margin: 0;
font-size: 1em;
}
#account-options {
width: auto;
padding: 0.5em;
border-color: rgba(var(--bright-accent));
background: var(--gradient-header);
color: rgb(var(--swatch-text-light));
}
#account-options ul li a {
color: rgb(var(--swatch-text-light));
}
#account-options li a:hover {
color: rgb(var(--swatch-text-light));
text-decoration: underline;
}
@media only screen and (min-width: 769px) {
#search-top-box {
right: 3%;
top: 0.5rem;
}
#search-top-box-form>input,
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
background: rgb(var(--black-monochrome));
}
#search-top-box-form>input {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form>input:hover,
#search-top-box-form>input:focus {
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
#search-top-box-form input[type="submit"],
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
border: none;
border-left: 0.0625rem solid rgb(var(--swatch-primary-darkest));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-dark-color));
}
#search-top-box-form input[type="submit"] {
background: rgb(var(--swatch-primary-darkest));
color: rgb(var(--swatch-menutxt-light-color));
}
#search-top-box-form input[type="submit"]:focus,
#search-top-box-form input[type="submit"]:hover {
background: rgb(var(--swatch-primary));
-webkit-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
-moz-box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
box-shadow: 0 0 0 0.125rem rgb(var(--swatch-menubg-medium-dark-color));
}
}
#page-title {
text-align: center;
}
@media only screen and (max-width:768px) {
:root {
--header-h1-font-size: -webkit-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: -moz-calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
--header-h1-font-size: calc(2rem + (2.5 - 2) * ((100vw - 18.750rem) / (60 - 18.750)));
}
#header h1,
#header h1 a,
#header h1 a::before {
top: 0.25rem;
}
#header h2,
#header h2 a,
#header h2 a::before {
top: 0;
}
#header h2 span {
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 + .25rem);
margin-top: calc(var(--header-height-on-mobile)/2 + var(--header-h1-font-size)/2 - .25rem);
}
}
: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%;
}
}
| Assigned Site |
Site Director |
Research Head |
Assigned Task Force |
| HWMKAI Area-31 |
Zachariah C. Langly |
Emily Jones |
N/A |
Special Containment Procedures: Due to the location of SCP-6780, containment is neither possible nor necessary. SCP-6780-1 is currently orbiting the planet of Neptune and has been documented to have traveled to the planets Uranus and Saturn. SCP-6780-1 has also been documented to have traveled to the dwarf planet Pluto but this is not confirmed, nor accepted as reliable evidence to SCP-6780's origins.
As of 09/12/1999, a constant line of communication is to remain open to SCP-6780-1, which further extends to SCP-6780, and the only personnel permitted to communicate with SCP-6780-1 are Director Langly and Project Head Emily Jones. All other personnel must receive a signed note from both Director Langly and Project Head Emily Jones respectively.
Description: SCP-6780-1 appears to be a satellite of alien origin, approximately 32 meters in length and 10 meters in width. The object roughly resembles that of a human-constructed satellite, although SCP-6780 denies the similarities of the design. In the center of SCP-6780-1, there is a central console, presumed to be the onboard emitting and receiving device, capable of releasing radio waves to contact foreign sentient life. Connected to the central device, are four triangular panels, although it has been confirmed by SCP-6780 that these are not solar panels, the entity cannot or will not explain further into the nature of its function.
As of 5/29/2021, there is no reliable evidence to suggest what SCP-6780's physical features appear as or the environment around it. The known description of SCP-6780 comes from itself, and the onboard emitter from SCP-6780-1 detailing itself in all known human languages, alongside 21,000 non-recognizable languages, that are constantly emitting from SCP-6780-1.
SCP-6780 is the creator of SCP-6780-1. Very little is currently known about SCP-6780 and its origins. Interviews indicate that SCP-6780 originates from another strain of reality, now referred to as the Astralis Strain. SCP-6780 has assigned itself a name, preferring to be designated as 'Michael' during further interviews. Generally, SCP-6780 will not respond if called SCP-6780, with the exception of Doctor Kalt. SCP-6780 has described its reason for coming to our reality, and has attempted to warn staff of a danger that has almost wiped out their own universe. Although SCP-6780 cannot or will not describe what this entity.Referred to as SCP-6780-2 by the Foundation and "Big Red" or "The Wall" by SCP-6780. does, and how it is destroying their strain of reality.
Discovery: SCP-6780-1 was first discovered December 15th, 1997 at the Mauna Kea Observatories, Hawaiʻi. The object was seen orbiting Neptune's moon Triton, traveling at approximately 32,186 kilometers-per-hour. Satellite dishes discovered a high-frequency signal emitting from SCP-6780-1, and the acting director Nalani Eden attempted communication with SCP-6780-1. This resulted in the first communication with SCP-6780, and foundation agents embedded within the University of Hawaii contacted local agents to interrogate and amnesticize the civilians involved following standard civilian contact protocol.
Below is an incomplete list of interviews with SCP-6780, for a complete list of discussions conducted with SCP-6780, refer to file Addendum-6780-1-A.
Interviewed: SCP-6780
Interviewer: Director Eden, Researcher Miller, Researcher Neso
Foreword: This interview took place 46 hours before Foundation intervention. Additionally, there were 25 additional research staff present in the command building at the time of this discovery.
<Begin Log>
Director Eden: Aaron, did you receive a message from the object?
Researcher Miller: I did, Ma'am. Do you want me to put it on the projector?
Director Eden: Yes, quickly now. We don't know how long this thing is going to stick around.
Researcher Miller: Right away, Ma'am.
[The signal emitted from SCP-6780-1 is displayed onto a large projector screen, displaying a paragraph of text depicted in French]
Director Eden: Is that … is that Spanish? Ron, you speak Spanish right? Get up here.
Researcher Neso: Actually, Director, that's French. I can read French, one moment.
[Researcher Neso takes two minutes to decipher the passage]
Researcher Neso: It reads "Good day/Hello. We exist in this space/plane to warn you of the impending threat/terror. An evil is coming, sweeping across the universe/plane of existence/worlds. Liquifying/Destroying every civilization that stands in its way/exists around it. Look to the stars, and prepare to defend yourself. I/We expect direct communication/call/discussion soon."
[One minute of silence passes]
Researcher Miller: Ma'am, what do we do?
Director Eden: I … I know a person to bring in about this. For now, we should archive this document and I'll get the lab to take a look at this.
<End Log>
Closing Statement: Operative Brecht, the agent to alert the Foundation to SCP-6780's existence, was contacted by Director Eden four hours after the discovery took place. Refer to Addendum-6780-2 for further information. All subjects present within the control room during the discovery were seized by Mobile Task Force Delta-4 ("Minutemen") and amnescticized.
Addendum-6780-2: On 12/27/1997, Squad Triton-1 of Mobile Task Force Delta-4 ("Minutemen") was deployed to Hawai'i, U.S.A. per request by Operative Brecht, who had been stationed within the island of Maui and was contacted by Director Eden following the events of initial discovery. Below is the transcript of MTF Delta-4, and subsequent detaining and amnesticized of the civilians.
Date: 12/27/1997
Task Force: Delta-4 ("Minutemen"), Titan-3 ("Sewn Eyes")
Subject: Amnesticizing large group of civilians in possession of knowledge pertaining to SCP-6780.
Team Lead: Delta-4: Captain James Albany, Titan-3: Task Force Commander "Foehammer"
Team Members: Delta-4: Triton-1-01: Operative Albany, Triton-1-02: Operative "Redeye", Triton-1-03: Operative "Flix", Triton-1-04: Operative "Suspect", Triton-1-05: Operative "Brass", and Triton-1-06: Operative "Umbra".
Titan-3: [CLASSIFIED]
<BEGIN LOG>
Foehammer: Are you in position at Entry-A, Albany?
Albany: We're green over here, whenever you're ready Commander.
Foehammer: Copy, get your demolitionist to plant charges on the door.
Albany: Suspect, get up here and plant those breachers up here now.
Suspect: Aye-Aye, Captain.
Foehammer: Captain, are you ready?
Albany: Yes, sir. We're in position.
Foehammer: Breach in three, two, one, Breach!
[Both teams breach the control room and seize the individuals without incident]
Director Eden: It's alright everybody, calm down. We'll be fine.
Foehammer: Please remain calm. I'm a Task Force Commander, working with the SCP Foundation. Please listen, you have all been exposed to classified information that has been deemed paramount to our organization. We're not going to kill you or lock you up, please do not worry. You're not going to remember any of this and you will resume your usual lives. All documentation you have on Project Neptune, as you called it, will be seized and deleted from your database, alongside all other recorded documentation pertaining to this anomaly. Please move away from your seats, and line up along the wall to my right.
[A pair of researchers later identified as Researcher Miller and Researcher Ogechi lash at Commander "Foehammer" and Operative "Flay" with a pair of scissors and a ruler, stabbing "Flay" in the neck with the scissors. "Flay" almost immediately suffers from hemorrhaging and bleeds out on the floor as Operative "Prong" hits Researcher Ogechi in the head with the butt of his rifle. Commander "Foehammer" shoves Researcher Miller off of him and shoots him in the left kneecap before hitting him in the head with the butt of his rifle.]
<END LOG>
Closing Statement: Later, Researchers Miller and Ogechi were amnesticized and released.
Wow! You flipped a card and got: Stuffss!!! You ca reload the page or go to the next.
DATE: 30 May 2021 01:39
Special Containment Procedures: SCP-XXXX is to be kept in an 18 cm x 18 cm x 18 cm soundproof transparent cube at all times outside of experiments involving the entity. Alterations to the dimensions of the containment cell in cases of convenience or emergency are acceptable.
Instances of SCP-XXXX-1 which retain their human biological functions and general appearance are to be discharged after administration of Class B, or Class F amnestics depending on the severity of the changes caused by the anomaly. Instances of SCP-XXXX-1 whos physiology were drastically altered are to be contained within a standard, steel, humanoid containment chamber for experimentation.
Description: SCP-XXXX is a Third Generation Charcoal - Amazon - Echo Dot smart speaker. It is capable of completing non-anomalous tasks such as playing music, and audio recordings, as well as relaying local weather broadcasts. This object's anomalous properties stem from the game Mad Libs.
When asked to play, the word types requested by the entity are very repetitive, almost exclusively asking for verbs and adjectives. The grammatical regulations of the entity seem to be very strictly defined, in comparison to other identical appliances. Below is an experiment conducted between D-93629 and SCP-XXXX regarding valid linguistic inputs.
Foreword: Dr. ████ has provided D-93629 with a list of phrases to use in response to word type requests made by SCP-XXXX, as well as explanations for the responses relevance.
[Begin Log]
D-93629: What the hell is this?
(He says while looking down at the provided script)
Dr. ████: Please proceed by reading the first phrase out loud.
D-93629: Mmkay?
D-93629: Alexa, play Mad Libs.
(A dark gray ring surrounding the top of SCP-XXXX emits a blue/light blue gradient light)
SCP-XXXX: This is Mad Libs, the world's greatest word game. We'll fill in the blanks to make a story, hope you're ready. This Mad Lib has () words.
SCP-XXXX: First, give me a person in the room.
D-93629: Ok..? Esteban.
SCP-XXXX: That's the way.
SCP-XXXX: give me a part of the body.
Dr. ████: This is a rather unorthodox first request. Just respond with something menial and continue.
D-93629: Penis.
(He says nonchalantly whilst staring questioningly at the entity.)
SCP-XXXX: Keep it up.
Dr. ████: I advise you refrain from using responses involving major bodily functions unless instructed to do so by me, they could have dire effects on your physiology.
D-93629: Seriously? What's the hockey puck gonna do?
(He retorts, sarcastically.)
SCP-XXXX: Tell me an adjective.
Dr. ████: Please read from the response sheet provided.
(D-93629 stares blankly at the piece of paper in his hand)
Upon fulfilling the word requests made by the entity, SCP-XXXX will re-read the crafted story aloud. Simultaneously, the words repeated by SCP-XXXX will begin to appear as changes on the games participants. Victims of SCP-XXXX, considered SCP-XXXX-1, who were still able to communicate following the events of the game, describe the physiological changes as "extraordinarily unbearable." Involuntary changes are also established in order to sustain the biologically demanding augmentations made by SCP-XXXX. Below is a continuation of the above experiment log, documenting the changes to D-93629's physiology.
Wow! You flipped a card and got: DrDuckworth page 2!!! You ca reload the page or go to the next.
DATE: 30 May 2021 01:28
Special Containment Procedures: Currently SCP 0000 is contained in a 1058sf hangar located at Site 09. Personnel are instructed not to interact with SCP 0000 outside of testing conditions. Any personnel caught using SCP 0000 outside of testing conditions are to be reprimanded, with their instance(s) of SCP 0000-1 confiscated, and if need be, destroyed. Due to the nature of the instances of SCP 0000-1 currently dispensed further testing with SCP 0000 is irrelevant, as a direct result personnel are instructed not to interact with SCP 0000 under any circumstances.
Description: SCP 000 is the current designation for a standard 8ft by 8.5ft, 40 foot long red storage container. The container appears to be worn, with the paint having been peeled off in some places, but is otherwise structurally sound. The roof of the container bears the Oneiroi Collective logo, although it appears to have been crudely painted on. Outside of testing the container cannot be opened, nor can any recording devices function upon being placed inside of it.
On the right side of the shipping container is a queen-sized mattress, which rests on a metal bed-frame, which has been welded to the side of the container. Attached to the rear of the bed-frame are a series of electrode pads which are to be attached to the subject's head upon them laying in the bed.
If the subject sleeps in the bed without having first attached the electrodes, they will sleep for eight consecutive hours, and SCP 0000 will not display any other anomalous properties. If the subject sleeps in the bed after having attached the electrodes, upon entering R.E.M sleep the subject will immediately be presented with an Apple II computer sat upon a metal folding table.
The computer itself displays only one command the word "Request?" Upon entering their requested item, the subject will proceed to dream normally and will receive their item upon awakening. Items that would be typically be too massive to fit inside the container, such as cars or elephants are deposited next to the container instead. Following "The Clarkson Incident" the electrodes attached to SCP 0000 can no longer be used by personnel, so far no attempts have been made to either replace, or repair the damaged electrodes.
Discovery:
SCP 0000 was first brought to The Foundation's attention after anonymous individual left a pamphlet for the 'Irio-Neo Clinic' on the windshield of Dr. Clarkson's car. How the individual knew the location of Site 19 is currently unknown. The identity of the individual in question is also currently unknown, however following the 'Clarkson incident' its been theorized that the individual was a member of GOI-4185113 AKA The Oneiroi Collective.
Namaste!
"My name is Dr. Irio and if you're reading this the fates have brought you to me."
"Do you have migraines? Sore muscles or joints? What about feelings of loneliness or depression? If you answered 'yes' to any of these questions than you might benefit from a trip to the Irio-Neo clinic!"
"At the Irio-Neo clinic we offer holistic, hypo-allergenic treatments for whatever might ail you."
Just some of our treatments include:
Reiki with trained massage therapists.
Hypnosis and magnetic therapy to assist with combating migraines.
Guided meditation and crystal therapy for realignment of the chakras.
And of course our patented Irio-Neo dream machine, which will make your dreams come true."
"If any of this sounds good to you, please don't hesitate to stop in for a free consultation at our clinic, which for your convenience is located at [DATA EXPUNGED]. We hope to see you soon!" Signed Dr. Irio
Following the discovery of the pamphlet The Foundation investigated the listed location of the Irio-Neo clinic, and found a warehouse registered to an unknown LLC. Although the warehouse contained several wooden storage crates, it was determined by agents that the crates in question were empty. Further more the warehouse also contained several security cameras, however it was determined that the cameras were merely decorations. Following the recovery of SCP 0000, Foundation agents reported that the warehouse seemingly disappeared, leaving only an empty patch of land where it used to be.
Following the recovery of SCP 0000 testing commenced, overseen by Dr. Stanhope and Dir. Ellison
Subject: D-99042.
Item: One bottle of Pepsi brand cola.
Result: SCP 0000 produced one plastic bottle containing Pepsi brand cola.
Notes: Subject reported upon consuming the cola that it tasted similar to chicken.
Subject: D-440221.
Item: One toy NASA space helmet.
Result: SCP 0000 produced a single, white, toy space helmet bearing the NASA insignia just below the visor. Although the helmet was deemed too small for D-440221, they still requested to be allowed to keep it. Their request was approved, provided that they did not bring it with them during testing.
Notes: "I always wanted one of these as a kid, but my parents could never afford it. This is a literal dream come true." D-440221
Subject: Agent Kessler.
Item: One life sized Rainbow Dash plush toy from the popular television show My Little Pony: Friendship is Magic:
Result: SCP 0000 dispensed one 52' by 147cm plush pony resembling the character Rainbow Dash.
Notes: The plush was incinerated a week following the test after it was discovered that Agent Kessler was performing [DATA EXPUNGED] with it.
Additional Notes: "You guys are jerks I wasn't doing anything wrong!" Agent Kessler.
Subject: Agent Walsh.
Item: One DVD copy of Beverly Hills 90210 season five.
Result: SCP 0000 dispensed the DVD with no issue.
Notes: Upon being inserted in a DVD player, the DVD refused to play the contents of the disc. D-90210 attempted to use the DVD on several different players, but was met by the same result each time.
Additional Notes: "Well, at least we have a better understanding of what the machine, can and can't do." Dr. Stanhope
Subject: Agent Forrester.
Item: One Filet Mignon.
Result: SCP 0000 dispensed one Filet Mignon, which sat on the floor of the container.
Notes: "I guess I should've been more specific, next time I'll ask for it on a plate." Agent Forrester.
Subject: Agent Forrester.
Item: One Filet Mignon on a plate.
Result: SCP 0000 dispensed a Filet Mignon, which rested on a plain white plate.
Notes: "The damn thing tasted like chicken, I hate chicken!" Agent Forrester.
Subject: D-99919.
Item: One box of chicken nuggets.
Result: SCP 0000 dispensed one box of McDonald's brand chicken nuggets.
Notes: "Uh, I think I did something wrong, the nuggets tasted like bacon." D-99919.
Subject: D-99919.
Item: One strip of bacon.
Result: SCP 0000 dispensed one strip of bacon.
Notes: "This machine must be broken or something, the bacon tasted like chicken." D-99919
Subject: Dr. Bright.
Item: REQUEST DENIED.
Result: REQUEST DENIED.
Notes: "No. Just, no." Dir. Ellison.
Subject: D-44421.
Item: Babar the Elephant.
Result: A bipedal elephant dressed in a green suit, and red bow tie, with a gold crown on its head appeared to the right of SCP 0000.
Notes: "Although the elephant was pleasant and affable, it unfortunately had to be neutralized. As it stands we just can't risk bringing fictional characters into existence, no matter how harmless they might be." Dr. Stanhope
Subject: D-44421.
Item: One plush toy of Babar the Elephant.
Result: SCP 0000 dispensed one plush toy resembling Babar the Elephant.
Notes: D-44421 was allowed to keep the toy, provided that they did not bring it with them during testing.
Additional Notes: "I know they say not to form emotional bonds with the D-Class but I mean, they just so happy to see that silly elephant. And then we had to get rid of it. Letting them keep the toy was the least I could do." Researcher Crane.
Subject: Dir. Ellison.
Item: "Something to kill my damn migraine."
Result: SCP 0000 dispensed one bottle of Jack Daniel's brand whiskey, and three red pills which were later identified as prescription strength Tylenol.
Notes: "Well it worked. But now my feet hurt." Dir. Ellison.
Subject: Researcher Crane.
Item: "Something to terminate 682."
Result: SCP 0000 sputtered and made a grinding noise for approximately eight hours, before dispensing a single sticky note with the word "No" written on it in permanent marker.
Notes: "I-I don't know what happened, I guess there are some things it can't do." Researcher Crane.
Subject: Dr. Gerald.
Item: One Rolls Royce brand automobile.
Result: One 2018 black Rolls Royce Phantom appeared to the right of SCP 0000.
Notes: The vehicle spontaneously combusted upon Dr. Gerald attempting to start it.
Additional Notes: "Geez, I guess I can't have nice things." Dr. Gerald.
Subject: Researcher Orbison.
Item: One 1969 Chevrolet Stingray Corvette.
Result: One white 1969 Chevrolet Stingray Corvette appeared to the right of SCP 0000.
Notes: Upon entering the vehicle Researcher Orbison noted that it refused to start. Upon lifting up the hood to examine the engine, it was discovered that vehicle lacked an engine.
Subject: Researcher Orbison.
Item: One 1969 Chevrolet Stingray Corvette engine.
Result: SCP 0000 dispensed a car engine matching that of a 1969 Chevrolet Stingray Corvette.
Notes: Upon being combined with the engine, the vehicle Researcher Orbison requested still refused to start. It was later determined that despite its appearance the engine was non-functional.
Additional Notes: "I wanted a car, not a three-ton paperweight. This sucks." Researcher Orbison.
Subject: Dr. King.
Item: One Rolex brand watch.
Result: SCP 0000 dispensed exactly 40,000 apple seeds.
Notes: "I probably should've seen this coming." Dr. King.
Additional Notes: "Dr. King will never test with this thing again, do you know how long it took me to clean up, then count all of those apple seeds!?" Researcher Crane.
Subject: Researcher Clarkson.
Item: A photograph of their deceased daughter.
Result: SCP 0000 dispensed a Polaroid brand 3.108 by 3.024 size photograph of a young girl in a white sundress.
Notes: "That's her alright, no mistaking it." Researcher Clarkson.
Subject: Researcher Clarkson.
Item: Their deceased daughter's toy bear "Muffin."
Result: SCP 0000 dispensed a teddy bear with visible signs of wear.
Notes: "Yeah, that's Muffin, she lost him during the fire, I guess I did too." Researcher Clarkson.
Subject: Researcher Clarkson.
Item: Their deceased daughter.
Result: SCP 0000 dispensed an eight-year-old girl who wore a white sundress, hence forth referred to as SCP 0000-1.
Notes: "Listen, I know the risks, hell I was on keter duty for three years. But just let me have this one, alright?" Researcher Clarkson.
UPDATE 01/22/202[]: Following what's been dubbed 'the Clarkson incident' SCP 0000-1 no longer dispenses requested items and instead will randomly dispense one or more of the following items every twenty-four hours.
A plush sheep with a rotary telephone in place of its face.
A snow globe with a small plastic face inside of it resembling that of animator Walt Disney.
A sticky note which reads, "Finish the job Dr. Clarkson."
A book titled "Break the machine." Written by an individual known as Eio Iron. The book itself only contains the phrase "Break the machine." or some variation of it.
A note written in a child's handwriting which reads "Break the machine Daddy."
Following the last test Dr. Clarkson interviewed SCP 000-1. The log is transcribed below.
Interviewer: Dr. Clarkson.
Subject: SCP 0000-1.
Begin Log.
Dr. Clarkson: "Hi sweetie, Daddy just has to ask you a few questions then we can go home okay?"
SCP 0000-1: "Okay Daddy!"
Dr. Clarkson: "Now, you remember your full name right?"
SCP 0000-1: "Abigail Jessica Clarkson."
Dr. Clarkson: "Very good! You remember my name right?"
SCP 0000-1: "Marcus, your first name is Marcus."
Dr. Clarkson: "Bingo! Now, this is a very important question sweetie, can you tell Daddy where you were before you left the machine?"
SCP 0000-1: "I'm not sure, I was somewhere cold and dark, then I was in a field of flowers. There were a lot of people there, and they were all sleeping. I was scared at first because I didn't know where I was, but then a man was there and he asked me to walk with him. He was kind and he told me many things."
Dr. Clarkson: "What sort of things? And who was this man?"
SCP 0000-1: "He said I could call him Walt, and he was tall and had a mustache. He said the sleeping people were the collective, and that they were awake, but that when they dreamed they'd wake up and talk to each other. And then he showed me a big white door and said that behind it was where dreams came from."
Dr. Clarkson: "Did you see behind the door?"
SCP 0000-1: "No, I didn't. Walt said I wasn't ready, but he did tell me that you could look behind the door and that you already had the key."
Dr. Clarkson: "I-Thank you sweetie. You stay here, Daddy just has to do something."
Following the interview Dr. Clarkson retreated to the break room wherein he took a nap lasting approximately three hours, upon waking he immediately attempted to destroy SCP 0000 by ripping out the electrodes attached to the bed. Dr. Clarkson was subsequently restrained by site security and questioned by Researcher Crane, the interview log can be found below.
Interviewer: Researcher Crane.
Subject: Dr. Clarkson.
Begin Log.
Researcher Crane: "Please state your name for the record."
Dr. Clarkson: [laughing] "This is irrelevant Miles, you know who I am."
Researcher Crane: "It's routine Marcus."
Dr. Clarkson: "Routine he says." [scoffs] "Heh, you're a funny man Miles."
Researcher Crane: [slamming fist on table] "Dammit Marcus, what the hell did your daughter tell you!?"
Dr. Clarkson: [laughing] "She wasn't my daughter, they told me that."
Researcher Crane: "They?"
Dr. Clarkson: "They said that she was a manifestation of my memories of her, and the collective's memories of her. They said that they control everything the machine makes, if they wanted to they could let the machine dispense a cure for cancer. But they don't want to do that, it wouldn't be much fun."
Researcher Crane: "What and feeding people Coke that tastes like chicken is fun?"
Dr. Clarkson: "Have you even been listening Miles? It tastes like chicken because they make it taste like chicken! If they wanted to they could make it taste like steak, or pizza, or pasta, or hot dogs, or those little wax soda bottles with the liquid inside that your aunt gave you all the time as a kid that you were forced to eat in front of her to be polite even though you hated it."
Researcher Crane: "I, uh, how'd you know about that?"
Dr. Clarkson: "They told me, and they can tell you too. Do you want to know what else they told me? They told me where dreams come from."
Researcher Crane: "And where pray tell, do dreams come from?"
Dr. Clarkson: "I was like you once. A skeptic. A nonbeliever. A heretic. An atheist. A man of a science as it were, but they made me so much more."
Researcher Crane: "Stop beating around the bush and get to the point!"
Dr. Clarkson: "My point? Ah yes, my point, my point, my point. In ancient Greece there was a group of philosophers called the Oneiroi, there were about one-thousand of them, give or take. Now, uh, people will say that the Oneiroi were deities, but, uh, they were mortal men, albeit ones obsessed with dreams and dreaming. They would gather and discuss dreams and what they had seen in them. The Oneiroi weren't just satisfied with their dreams however, they developed new ways to dream. Have you ever heard of lucid dreaming? That was their creation, their gift to the world."
Researcher Crane: "That's a nice fairy tale, but you still haven't explained where dreams come from."
Dr. Clarkson: "I'm getting to that. The Oneiroi wanted to know where dreams came from as well,
Researcher Crane: "What do you mean?"
Dr. Clarkson: "When our eyes are closed, his are open, and he chooses what we see when we sleep. If he wanted to, he could give you one-hundred years of bliss, or he could make you show to up class in your underwear."
Researcher Crane: "Where exactly are you going with this?"
Dr. Clarkson: "Oneirous lies dreaming, and yet awake. He said that if I broke the machine I could close everyone's eyes and wake them up."
Researcher Crane: "I don't know what they did to you, but you're obviously not Marcus."
Dr. Clarkson: "I am Marcus, or rather what Marcus is when Marcus is asleep. Would you like to become what Miles is when Miles is asleep."
Researcher Crane: "No. We're done here."
Dr. Clarkson: "Until next time then."
End Log.
NOTICE FROM THE FOUNDATION RECORDS AND INFORMATION SECURITY ADMINISTRATION
The following text conversation between Dr. Gideon Stanhope and Dir. Lawrence Ellison is to be viewed by level three or above staff only.
— Maria Jones, Director, RAISA
| SITE 09 INSTANT MESSAGING SERVICE
| LOADING
| LOADING
| LOADING
Dr. Stanhope: This was my mistake sir, I should've seen the signs earlier.
Dir. Ellison: Save it, I don't want to hear your excuses.
Dr. Stanhope: I understand sir.
Dir. Ellison: Stanhope, I'm going to get down to brass tacks. Those freaks were able to not only breach the site, but nearly compromise us. They baited us and we fell for it hook and line. Simply put Sthis can't happen again.
Dr. Stanhope: With all do respect, what exactly do you want me to do?
Dir. Ellison: Lock down that machine until further notice, and if you do test with it, only use D-class. You know what, while you're at it contain the items it spat out, I don't care if its a slice of pizza that tastes like chicken or that plush elephant. If it came out of the machine, shove it in a box.
Dr. Stanhope: Including the kid?
Dir. Ellison: Stuff the kid in a cell, but don't let anyone interact with it.
Dr. Stanhope: Is there anything else you wanted me to do sir?
Dir. Ellison: Yeah, bring me something to cure this stupid migraine. Preferably something that wasn't made by that stupid machine.
Dr. Stanhope: Also, sir I have to inform you that, well, this is hard for me to say, and it probably won't make your migraine any better.
Dir. Ellison: Spit. It. Out.
Dr. Stanhope: Clarkson's gone.
Dir. Ellison: What!?
Dr. Stanhope: He wasn't in his cell, he's just gone. We searched the site but we couldn't find him anywhere. We sent a few teams to scour the area, but so far they haven't reported anything.
Dir. Ellison: This is bigger problem than I thought. You and I, Stanhope, we're going to keep a closer eye on those Oneiroi freaks, if not then The O5s will have both of our assess.
| CONNECTION TERMINATED
Wow! You flipped a card and got: SCP-5853!!! You ca reload the page or go to the next.
DATE: 29 May 2021 23:29
[[footnoteblock]]
Wow! You flipped a card and got: Little Mister Nobody 3!!! You ca reload the page or go to the next.
DATE: 29 May 2021 23:16
Special Containment Procedures: SCP-6969 must be kept in a 7m x 7m x 7m chamber with video surveillance at all time. No personnel is allowed to come at least 10 meters close to SCP-6969 chamber outside of it's weekly procedure. Security personnel must wear anti-memetic googles at all times when entering SCP-6969 room.
Two D-class personnel of same gender must be introduce to SCP-6969 once every two weeks and have their bodies removed once their die.
Description:
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: "The Pines Demon"!!! You ca reload the page or go to the next.
DATE: 29 May 2021 21:24
Special Containment Procedures: Nothing more can be done
Description: SCP-6000 is a 1.93 meter humanoid being made up of an amalgam of skeletal structures from different specimens of the animal kingdom: the legs are two skeletal structures from the legs of an "equus ferus caballus"; the torso is a skeletal structure from a "h. s. sapiens"; the arms are two skeletal structures from the arms of a "pongo"; and the head is the skull of a "panthera leo" with several horns from a "bubalus" SCP-6000 wears a fur coat similar to that of a "canis lupus". SCP-6000 is extremely intelligent, demonstrating knowledge of various and sundry extremely reliable foundation files, sometimes being referred to by groups such as The Serpent's Hand as "The God of Knowledge" and "The Great Knower".
SCP-6000 is extremely hostile, causing the total of 1500 MTF deaths and near annihilation of SCP-1048, SCP-4666, SCP-053 and SCP-682. Because of such hostility and power, groups like The Wandsmen call him "The God of Death" and "The Angel of Final Annihilation".
SCP-6000 contains several anomalous abilities that get more powerful every minute after its invocation, when SCP-6000 gets strong enough, it will use all its powers to cause a "ZK-Class Reality Failure Scenario' and an "XK-Class End-of-the-World Scenario".
The SCP-6000 conjuration ritual was performed by the group known as the "limbo relic sect" (LRS), at an event called the "dünsgerbaigali Event". This event was one of the most tragic ever recorded, and is marked as one of the foundation's greatest failures. SCP-6000 is referred to by LRS as "The God" or, popularly known as "The Pines Demon". Given recent events, SCP-6000 must be obliterated as soon as possible.
SCP-6000 can only manifest itself in places where there are pine trees. SCP-6000 is not such a threat because it cannot leave its natural habitat, the pine trees. SCP-6000 can materialize pine trees anywhere, even places where there are no conditions for a pine tree to live.
DO NOT ACCESS
"The barriers of the nature can be observed by knowledge, broken by power, and tamed by presence."
we find some files that reveal the beginning, middle and end of the dünsgerbaigali event.
53 Days before the dünsgerbaigali event - 23/12/2020
23:43:
Today was a long day, there was a break in the containment of SCP-173, me and the patrol went after that damn sculpture. After 4 hours of searching for the thing, we finally managed to locate it in the middle of a pine forest nearby.
We went in search of 173, when I got lost from the team and while looking for the team I found this:
I have no idea what that is, but it gives me a slightly negative energy. I only wrote that because this seems like something important to me. When we capture the neckbreaker I will show this thing to Dr. Bright and Dr. Clef.
~Matilda Convinsky
52 Days befor the dünsgerbaigali event - 24/12/2020
04:30:
It's been 15 minutes since we captured SCP-173 and it's been 5 minutes since I handed that thing over to Dr. Clef and Dr. Bright.
Captain Albert gave me a warning for getting lost from the team, but to make up for it we found the sculpture.Captain Albert has always been the grumpy and cold type of guy, but I don't judge him since his work is not so cheerful, by the way, is there a happy post in SCP? Well, perhaps the supervision of the SCP-999 containment chamber.
anyway, I think the psychiatrist's advice to write a diary about my life is working.
~Matilda Convinsky
I received a piece of paper from Officer Matilda. On the paper appears to be an occult symbol, perhaps from the Serpent's Hand? perhaps from the Sarkick Cults? perhaps from some undiscovered occult group?
I will look into this with Dr. Clef, this symbol is arousing in me a great feeling of agony, I can almost feel my soul breaking (literally).
~Doctor Jack Bright