Wow! You flipped a card and got: Milk!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 15:58
Usage
To import this theme to your page, put the following anywhere inside it:
[[include :scp-wiki:theme:creepypasta]]
The standard CSS @import method won't work. This is intentional (thanks to
stormbreath for providing the CSS code!). Importing the theme using [[include]] adds your page to a list of Backlinks. This is useful for seeing what pages would be affected when this theme is updated, and allows any errors caused by that to be noticed and corrected much faster.
You can view any page's Backlinks by clicking "+ Options" at the bottom of the page, then "Backlinks".
Examples
A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.
Titles can be created by putting between one and six plus "+" at the start of the line
First Title
Second Title
Third Title
Fourth Title
Fifth Title
Sixth Title
Hey look, more text here.
How quaint.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a long tab. It contains a lot of text.
This is a blockquote, created by putting "> " at the start of each line.
More text
That's a horizontal rule
Nested blockquotes
| This is a |
table |
| You should know |
how to make these |
| already |
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
/*
Powered on 2019/05/09 06:09:42
[2019 Wikidot Theme]
Created by The Great Hippo
CC BY-SA 3.0
*/
/* FONTS AND COLORS */
:root {
--bg-light: #262626;
--bg: #1a1a1a;
--bg-dark: #000000;
--fg-light: #ffffff;
--fg: #f2f2f2;
--fg-dark: #e6e6e6;
--fg-accent-light: #ffffcc;
--fg-accent: #ffff99;
--fg-accent-dark: #ffff80;
--fg-accent-2: #ffffff;
}
body {
background: var(--bg);
color: var(--fg);
font-family: 'PT Mono', monospace;
}
a, a:visited {
color: var(--fg-accent-dark);
}
h1, h2, h3, h4, h5, h6, #page-title {
color: var(--fg-light);
font-family: 'PT Mono', monospace;
}
ins, del {
color: black;
}
/* HEADER */
div#container-wrap {
background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/gradient.png) top left repeat-x;
}
div#header {
background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/parawatch.png) 10px 40px no-repeat;
}
div#header h1 a span {
/* hiding header text */
font-size: 0px;
color: transparent;
}
div#header h1 a:before {
content: " ";
color: rgb(24, 24, 24);
}
div#header h2 span {
font-size:0px;
padding: 4px;
}
div#header h2:after {
content: " ";
font-weight: bold;
color: rgb(255, 224, 135);
padding: 19px 0;
text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
white-space: pre;
}
/* SIDE-BAR */
div#side-bar a,
div#side-bar a:visited {
color: var(--fg-dark);
}
div#side-bar div.side-block {
background: rgb(24, 24, 24);
border: 1px solid #ffe087;
box-shadow: 0 2px 6px #404040;
}
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources {
background: rgb(24,24,24);
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
color: rgb(255, 224, 135);
border-color: rgb(255, 224, 135);
}
/* Recolors the image bullet points in the side-bar */
.side-block .menu-item > .image {
filter: hue-rotate(230deg) invert(100%);
}
/* Recolors the Translation Module */
div.scpnet-interwiki-wrapper {
filter: hue-rotate(230deg) invert(100%);
}
/* Recolors the panel that opens on mobile with the side-bar */
@media (max-width: 767px) {
#side-bar{
background-color: var(--bg);
}
}
/* Recolors the drop down from the arrow next to username in the header */
#login-status ul a {
color: var(--fg);
background: var(--bg);
border-color: var(--fg);
}
#login-status ul a:hover {
color: var(--fg-dark);
}
/* Makes the code readable */
.hl-identifier, .hl-code, .hl-brackets {
color: var(--fg);
}
/* Top-Bar */
#top-bar a {
color: var(--fg-dark);
}
#top-bar ul li ul {
border-color: var(--fg-light);
}
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
border-top-color: var(-fg-light);
}
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
background-color: var(--bg-light);
color: var(--fg-dark);
}
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
background: var(--bg-dark); /* top bar hover background color */
color: var(--fg-dark);
}
div.yui-navset div.yui-content {
background: rgb(24, 24, 24);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
background: rgb(24, 24, 24);
color: rgb(255, 237, 185);
border: solid 1px #ffffff;
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
background: rgb(40, 40, 40);
color: rgb(255, 237, 185);
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
background: rgb(50, 50, 50);
color: var(--fg);
border: solid 2px #ffff99;
}
/* rating module */
.page-rate-widget-box .rate-points {
background-color: var(--bg-dark) !important;
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
background-color: var(--bg-dark);
color: white;
border: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel {
background-color: var(--bg-dark);
border: 0;
border-left: 1px solid var(--fg-accent-light);
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel a {
border: 0;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background-color: var(--bg-dark);
color: white;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover {
background-color: var(--bg-dark);
color: white;
}
/* footnote hovers */
.hovertip {
width: 20em;
padding: 0.5em;
border: 1px solid var(--fg-accent-light) !important;
border-radius: 0.5em;
background-color: #000000ee !important;
box-shadow: 0 0 6px 1px #000000aa;
z-index: 100;
}
.hovertip .f-heading {
color: var(--fg-accent-light);
}
/* inputs */
input.text, input.button,
#search-top-box-input,
#search-top-box-form input[type=submit],
div.buttons input, input.button, button, file, a.button {
background: transparent;
color: var(--fg);
border: 1px solid var(--fg-accent-2);
border-radius: 0;
font-size: 1em;
outline: 0;
}
div.buttons input:hover, div.buttons input:focus,
input.button:hover, input.button:focus,
button:hover, button:focus,
file:hover, file:focus,
a.button:hover, a.button:focus {
border-color: var(--fg-accent-2);
background: transparent;
color: var(--fg);
}
input.text:hover, input.button:hover,
input.text:focus, input.button:focus,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
color: var(--fg);
background: transparent;
border: 1px solid var(--fg-accent-2);
outline: 0;
}
/* EDITING WINDOWS */
.owindow {
color: #000;
}
.owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 {
color: #000;
}
.owindow a {
color: #272727;
}
table.page-files .highlight {
background-color: #272727;
}
input.text {
border: 1px dashed #000;
color: #fff;
}
input.text:focus {
border: 1px dashed #000;
color: #fff;
}
input.text:hover {
border: 1px dashed #000;
color: #fff;
}
div#lock-info {
background-color: var(--bg-light);
}
/* BLOCKQUOTES */
blockquote,
div.blockquote {
background: var(--bg-dark);
border-width: 2px;
border-style: solid;
border-color: var(--bg-light);
}
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
background: var(--bg-dark);
border-width: 2px;
border-style: solid;
border-color: var(--bg-light);
padding: 0 1em;
margin: 1em 3em;
}
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
@media (max-width: 479px) {
div.parapost {margin: 1em 0;}
div.parapost.reply1 {margin: 1em 0 1em 1em;}
div.parapost.reply2 {margin: 1em 0 1em 2em;}
div.parapost.reply3 {margin: 1em 0 1em 3em;}
div.parapost.reply4 {margin: 1em 0 1em 4em;}
div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
@media (min-width: 480px) and (max-width: 580px) {
div.parapost {margin: 0.5em;}
div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
/* IMAGES */
#page-content .scp-image-block {
border-color: var(--fg-accent);
box-shadow: none;
}
#page-content .scp-image-block .scp-image-caption {
border-color: var(--fg-accent);
background-color: var(--bg-dark);
}
table.wiki-content-table th {
background-color: var(--bg-dark);
}
hr {
background-color: var(--fg);
}
.code {
border: 1px dashed var(--fg);
background-color: transparent;
font-family: "Courier", "Courier New", "Roboto Mono", monospace;
font-size: 1em;
}
/* INFO MODULE */
#page-content .rate-box-with-credit-button {
background-color: var(--bg-dark);
border: 1px solid var(--bg-dark);
}
#page-content .rate-box-with-credit-button .creditButton p a {
border-left-color: var(--fg-accent-light);
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
border-left: 0;
}
#page-content .modalbox {
background: linear-gradient(var(--bg) 51px,var(--bg-light) 51px,var(--bg-light)) !important;
color: var(--fg);
box-shadow: 0 2px 6px #404040;
}
.close-credits,
.credit-back {
filter: hue-rotate(230deg) invert(100%) brightness(150%);
}
#footer {
background: var(--bg-light);
}
/* MOBILE CODE */
@media (max-width: 767px) {
div#header {
background-size: 22em;
background-position: 1em;
}
#top-bar .open-menu a {
border: 0.2em solid var(--bg-light);
background-color: #787878;
color: var(--bg-light);
}
}
/* Parawatch "Anon" Theme
* [2021 Wikidot Theme]
* Created by Lt Flops
* Based on "Creepypasta Theme" by The Great Hippo and 4chan theme "Tomorrow"
**/
/* ---- COLOURS ---- */
:root{
--bg-light: hsl(0, 0%, 7%);
--bg: hsl(210, 6%, 12%);
--bg-dark: hsl(220, 7%, 17%);
--bg-light-2: hsl(0, 0%, 11%);
--fg-light: hsl(140, 3%, 83%);
--fg: hsl(140, 3%, 78%);
--fg-dark: hsl(207, 100%, 73%);
--fg-dark-2: hsl(207, 100%, 56%);
--fg-accent-light: hsl(207, 50%, 36.5%);
--fg-accent: hsl(207, 90%, 63%);
--fg-accent-dark: hsl(207, 32%, 52%);
--fg-accent-2: hsl(140, 3%, 83%);
--fg-accent-dark-2: hsl(207, 32%, 63%);
--vivid-lime-green: hsl(112, 77%, 48%);
}
/* ---- GENERAL ---- */
a, body, span{
word-break: unset;
}
a:visited, a:hover{
color: var(--fg-accent-dark-2);
}
a.newpage{
color: hsl(237, 27%, 68%);
}
ins, del{
color: var(--bg-dark);
}
.meta-title{
color: var(--fg-light);
border-bottom-color: var(--fg-light);
}
#toc{
background-color: unset;
}
/* ---- SCROLLBAR ---- */
::-webkit-scrollbar{
width: unset;
height: unset;
}
::-webkit-scrollbar-track{
background: var(--bg-dark);
}
::-webkit-scrollbar-thumb{
background: var(--fg-dark);
border: none;
}
::-webkit-scrollbar-thumb:hover{
background: var(--fg-dark-2);
}
textarea::-webkit-scrollbar-track{
background: var(--bg);
}
/* ---- HEADER ---- */
div#container-wrap{
background-image: url(https://scp-wiki.wdfiles.com/local--files/theme%3Aanon/gradient-anon.png);
}
div#header{
background-image: none;
}
div#header h1{
position: relative;
float: unset;
top: 40px;
left: 10px;
max-height: 100%;
height: 100%;
margin: unset;
background: url(https://scp-wiki.wdfiles.com/local--files/mkwhiteout-cia-pride/parawatchPRIDE.png) no-repeat;
}
/* ---- SIDE-BAR ---- */
div#side-bar div.side-block{
background-color: var(--bg-dark);
border-color: var(--fg-dark-2);
box-shadow: none;
}
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources{
background: var(--bg-dark);
}
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link{
color: var(--fg-dark-2);
border-color: var(--fg-dark-2);
}
#side-bar div.menu-item img{
filter: hue-rotate(62deg) invert(100%);
}
div.scpnet-interwiki-wrapper{
filter: hue-rotate(62deg) invert(83%);
}
@media (max-width: 767px){
#side-bar{
background-color: var(--bg-dark);
}
}
/* ---- TOP-BAR ---- */
#top-bar a{
color: var(--fg-accent-dark);
}
#top-bar .open-menu a{
color: var(--fg-dark-2);
background-color: var(--bg-dark);
border-color: var(--fg-dark-2);
}
div.yui-navset div.yui-content{
background-color: var(--bg);
}
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a{
color: var(--fg-accent);
background-color: var(--bg-dark);
border-color: var(--fg-light);
}
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus{
color: var(--fg-accent-light);
background-color: var(--bg-light);
}
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover{
background-color: var(--bg-light-2);
border-color: var(--fg-accent);
}
/* ---- INFO BAR ---- */
.info-container{
--linkColour: var(--fg);
--barColour: var(--bg-dark);
}
/* ---- INFO MODULE ---- */
.creditButton p a{
color: var(--fg);
}
.creditButton p a:hover,
.creditButtonStandalone p a:hover{
color: var(--vivid-lime-green) !important;
}
#page-content .modalbox{
background: var(--bg) !important;
box-shadow: none !important;
}
.close-credits,
.credit-back{
filter: hue-rotate(62deg) invert(100%) brightness(150%);
}
div#footer{
background: var(--bg-dark);
}
#license-area{
color: var(--fg);
}
/* ---- RATING MODULE ---- */
.page-rate-widget-box,
.rate-box-with-credit-button{
box-shadow: none;
}
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a,
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover{
color: var(--fg);
}
/* ---- LICENSEBOX ---- */
.licensebox .collapsible-block-link{
color: var(--fg-accent-dark);
}
/* ---- FOOTNOTE HOVERS ---- */
.hovertip{
box-shadow: none;
}
/* ---- EDITING WINDOWS ---- */
.owindow{
border-color: var(--fg-dark-2);
}
.owindow,
.owindow h1,
.owindow h2,
.owindow h3,
.owindow h4,
.owindow h5,
.owindow h6{
color: var(--fg);
}
.owindow{
background-color: var(--bg-dark);
}
.owindow .title{
background-color: var(--bg);
}
.owindow a,
.owindow a:visited{
color: var(--fg-accent-dark);
}
.owindow .active{
color: var(--fg-dark-2);
}
.owindow .content.modal-body img{
background-color: var(--bg-dark) !important;
}
.owindow .button-bar a{
background-color: transparent;
border-color: var(--fg-dark-2);
}
.owindow .button-bar a:hover,
.owindow .button-bar a:focus{
background-color: transparent;
border-color: var(--fg-dark);
}
table.page-files .highlight{
background-color: var(--bg-light);
}
input.text,
input.text:focus,
input.text:hover{
color: var(--fg-light);
border-color: var(--fg);
}
.wd-editor-toolbar-panel div {
filter: hue-rotate(62deg) invert(83%);
}
textarea{
color: var(--fg);
background-color: var(--bg-dark);
}
.change-textarea-size a{
color: var(--fg);
background-color: var(--bg-dark);
}
div#lock-info{
background-color: var(--bg);
}
/* ---- SELECTION ---- */
::selection{
background: hsl(207, 11%, 27%);
}
/* ---- PARAWATCH DIV BLOCK ---- */
div.parapost{
border-color: var(--bg-dark);
}
span.title{
color: var(--fg-dark-2);
font-size: 110%;
font-weight: bold;
cursor: pointer;
word-break: unset;
}
span.title span{
word-break: unset;
}
span.title:hover,
span.title:focus{
text-decoration: underline;
}
/* -------- MOBILE MEDIA QUERY -------- */
@media (max-width: 479px){
div#header h1{
background-position-y: .5em !important;
background-size: 75% !important;
}
}
/* -------- NOTE MEDIA QUERY -------- */
@media (min-width: 480px) and (max-width: 580px){
div#header h1{
background-position-y: 1em !important;
background-size: 60% !important;
}
}
/* -------- MINI TABLET MEDIA QUERY -------- */
@media (min-width: 581px) and (max-width: 767px){
div#header h1{
background-position-y: .25em !important;
background-size: 65% !important;
}
}
@media (max-width: 767px){
.open-menu a:hover{
box-shadow: none !important;
}
#top-bar .open-menu a{
background-color: var(--bg-dark);
border-width: .1em;
}
}
/* -------- TABLET MEDIA QUERY -------- */
@media (min-width: 768px) and (max-width: 979px){
div#header h1{
background-size: 75% !important;
}
}
/* ---- CODE SELECTORS [BACK-END] ---- */
.hl-identifier,
.hl-code,
.hl-brackets{
color: var(--fg);
}
.hl-var{
color: #21ff00;
}
.hl-special,
.hl-quotes{
color: #ffff00;
}
.hl-reserved{
color: #00b2ff;
}
.hl-number,
.hl-string{
color: #ff0020;
}
redsuckslol 04/06/2020 (Mon) 14:34:15 #71562903
When I was seven, my mom got me one of those old ragged toys. They were called Webkinz, and boy were they weird. They always broke apart within a week, like a dog with a bad quality chew toy, but mine, mine was much different then the others.
I suppose I started noticing it was different when I first got it. We went to the toy store, and in the plush toys corner was a giant wall of Webkinz. At the time, they were the rave. Everyone wanted one, and I considered myself so very lucky to be able to get one.
When I first picked mine, I didn't notice anything strange or worrying at the time, but looking back, I can safely say I felt some sort of… drawing to the one I chose. I can't quite explain it, but it just felt so familiar. Like, choosing it made me feel better about myself?
Anyways, once I got it and took it home, at first I just sort of threw it around and didn't care much for it. It just felt like
Wow! You flipped a card and got: Troll!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 15:24
Supposed sighting of SCP-6050, taken in 1942.
Item #: SCP-6050
Object Class: Safe
Special Containment Procedures:
Description: SCP-6050 is a humanoid entity originating from Norway
Addendum:
Wow! You flipped a card and got: Doctor Curious Guide!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 11:45
What is this?
This is a detailed guide on writing articles with GOIs. I will go over some general tips, and then proceed to tips for individual groups of interest.
Wow! You flipped a card and got: torte446-nondraft!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 11:26
[[tabview]]
[[tab SCP-XXXX-1]]
Text goes here. Pretend this is a draft.
[[/tab]]
[[tab SCP-XXXX-2]]
More text in another tab! You can add lots of tabs.
[[/tab]]
[[]]
[[/tabview]]
Wow! You flipped a card and got: Sapient Arachnids!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 10:55
Threat Level: Green
Special Containment Procedures: Instances of SCP-6747 are to be contained within Humanoid-Hallway-A-2, rooms SR-1, SR-2, SR-3, and SR-4 within Site-89. Instances of SCP-6747 are not to be contained with upwards of eight subjects following Incident-Log.6747.1 (see Incident Logs for more information). Upon discovery of entities, all subjects affected by the SCP-6747 instance are to be administered Class C amnestics and returned to their regular life and monitored by Stationary Task Force Aleph-2 ("Cyber Demons") for upwards of two weeks before ceasing surveillance. Instances of SCP-6747 are to separated for interviews, and transported back to chambers following the conclusion of the interview.
SCP-6747 instances have been detected within a range of 403,933 Square Kilometers, roughly the area of California, USA. However, the majority of SCP-6747 instances have been found in ███ █████████ due to SCP-6747 instances draw to depressive areas. Although the majority of SCP-6747 instances are located in California, a small population have been located within █████, New South Wales (see Addendum.6747.1 for further information). SCP-6747 instances most regularly manifest as therapists, school councilors varying from grades 9-12, homeless shelter volunteers, doctors, and on rare occasion, SCP Foundation researcher.
Description: SCP-6747 is a collection of semi-humanoid entities, sharing similarities with the common Wolf Spider (Lycosidae). Each instance of SCP-6747 has gained sentience and attempts to conceal their natural form by taking on the identities of subjects that expired in the local area ranging from upwards of 700 years to current date. Once disguised as one of the job listings presented above (most commonly a therapist/school counselor), the SCP-6747 instance will attempt to isolate the subject and lead them to a room they have spread their webs in.
SCP-6747 instances lay dozens of extremely thin, but resistant webbing in rooms. the SCP-6747 entities "feed" through these webs as the subject makes skin contact.
Wow! You flipped a card and got: charziz!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 09:20
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX must be contained in a secure locker located in Site-45 that is large enough to contain the 156 manifestations of itself that have already been contained by the Foundation. Additional lockers will be supplied if the first locker reaches full capacity. Any new instance of SCP-XXXX should be quickly contained before it’s anomalous properties can manifest.
Description: SCP-XXXX is a heavily corroded British bronze coin with a diameter of 2.9cm and a value of 1 penny, when in international waters. In this form, SCP-XXXX has not been legal tender since 15 February 1971. SCP-XXXX'S anomalous properties manifest when taken into a country that uses metal coins as currency, where will change to appear identical to whatever currency is currently legal tender in that location. When SCP-XXXX is used to make a purchase of any object, that object will immediately malfunction when bought back to any place of residence. The effect is always the same regardless of how many coins used in the transaction were SCP-XXXX instances. These malfunctions range from greatly reduced battery life in the case of electrical appliances to uncontrollable wildfires if the purchased object was toaster, barbeque or radiator.
Addendum: SCP-XXXX was first discovered when ████ ████████ used it to buy a table and a television. When the television was placed on the table it immediately collapsed, and the television would not turn on. A Mobile Task Force in the area overheard his calls to an electrician and carpenter to fix the affected items and impersonated both to successfully secure the first instance of SCP-XXXX.
Testing Logs
The tests were conducted by building a shop window in Site-45, which contained the items that the researchers had been authorized to test by the Site Manager at a price of one SCP-XXXX. The items were then transported to the living quarters to trigger the anomalous effect.
Test 1 13/5/2020: SCP-XXXX was exchanged for a book. When the book was placed in the Site-45 living quarters all the pages were blank except for a single image of SCP-XXXX on the last page.
Test 2 13/5/2020: SCP-XXXX was exchanged for a computer. The battery life of the computer went from 5 hours to 8 minutes, and 31% of the files on it were corrupted at random.
Test 3 13/5/2020: SCP-XXXX was exchanged for an oak tree, which is now dead as a result.
Test 4 13/5/2020: SCP-XXXX was exchanged for Subject D-7259. Subject developed a countless number of phobias and mental conditions.
Test 5 14/5/2020: SCP-XXXX was exchanged for a banana. It started to decompose 48 seconds after purchase.
Test 6 14/5/2020: SCP-XXXX was exchanged for a filing cabinet. Anything put in this cabinet has a chance to go missing, including but not limited to 25 files, 4 pens, a stack of papers, some bills, half a banana, two(2) instances of SCP-XXXX and one(1) instance of SCP-████-B.
Test 7 15/5/2020: SCP-XXXX was exchanged for some duct tape. Attempts to remove the tape from the researchers who conducted the test have proved unsuccessful.
Test 8 15/5/2020: SCP-XXXX was exchanged for a pair of scissors. After being used to cut 3 metal cubes cleanly in half the scissors cut multiple chunks off itself until it was no longer operable.
Test 9 17/5/2020: SCP-XXXX was exchanged for SCP-2061 It’s anomalous effects now have a chance to not trigger upon viewing.
Test 10 18/5/2020: SCP-XXXX was exchanged for SCP-682, temporarily preventing it from regenerating lost tissue. Attempts to neutralize SCP-682 during this time were unsuccessful.
Test 11 19/5/2020: SCP-XXXX was used as an input for SCP-914 (setting: Fine). The machine’s output was 5 different instances of SCP-XXXX, which were all wet and polished.
Test 12 19/5/2020: SCP-XXXX was exchanged for SCP-914. TEST DENIED BY ORDER OF SITE MANAGER.
Test 13 23/5/2020: SCP-XXXX was exchanged for SCP-55. [DATA EXPUNGED].
Test 14 2/6/2020: SCP-XXXX was exchanged for SCP-████ Once they were located in the broom closet along with 3 pens, 21 files and 10% of a banana, they were put back in the containment cell with 4 casualties caused by SCP-████-A. One researcher was almost killed by SCP-████-B but was saved by the symptoms of claustrophobia suddenly affecting both instances of SCP-████. The missing 4 files were found in the digestive system of SCP-████-B.
Wow! You flipped a card and got: SCP-6128!!! You ca reload the page or go to the next.
DATE: 29 Jan 2021 04:35
Special Containment Procedures: SCP-6128 is contain in a 7 X 10 meter Standard Humanoid Containment room with furniture from the 2020 olympic games with surveillance cameras, microphones & observation glass on the upper front and a door to the bottom of 6128's containment in Site-11 if subjects encounter with SCP-6128 on the Olympic games or citys then Class-C amnestics are required before release.
A minimum of thirty trained individuals and an unhindered supply of untrained subjects is required for proper containment of SCP-6128. Forty-eight trained personnel are currently assigned to active containment of SCP-6128, split into eight teams of six, with a further twenty-four individuals available as replacements. An allowance of five D-class per week has been authorized for the containment of SCP-6128.
In the case of containment breach, Site-11’s nuclear device is to be detonated, followed by lockdown of all Foundation facilities, and activation of Protocol 6128-XK1 “war on SCP-6128.”
to re-contain of 6128 all olympic games is to be lockdown and be track by MTF Nu-7 ("Hammer Down") 1st SCP-6128's neck is to be track by a tracking devices and to be Bombardment by all mtf Vehicles and Contact with containment consultants from around the world if re-contain success everyone will be administered Class-C amnestics SCP-6128 are to be question by dr clef & Dr. Cimmerian.
Description: SCP-6128 is a muddy red-skinned Rock Troll with a bright red mohawk. Her left ear is missing the tip and she has a hoop earring in it; on her other ear are two earrings. She has heavy black makeup around her eyes. Her red hue and bright hair makes her a lot more distinct from other SCPs, who are mostly colored in greyish tones with either black, white, grey, dark red or blond hair. However, her colors seem a bit inconsistent, like SCP-6372-5's, going between a darker pinkish red/lavender and a muddier red. Similar to SCP-6372-5 as well, her hair is actually short for a Troll of her size.
She has a mario sports clothing SCP-6128 possesses a level of strength and speed much higher than what should be possible for a person of her perceived age and physical dimensions, and has been shown moving loads in excess of 200kg with little physical strain, and moving at speeds in excess of 70km/h. has proven itself completely resistant to physical damage. The Air Shoes of SCP-6128 are mainly white and smooth with black heel regions. Above the topline, each shoe has a red tongue and black collar encircled by a single Inhibitor Ring. Around the rim of the soles, the Air Shoes have red strips of metal on the rear and front of the bottom, broken below the in-steps. Over time, these strips have been depicted with spots where the red paint has been scratched off, pertaining perhaps to either SCP-6128's longevity or battle scars. On the bottom of each sole is an orange-yellow line of five small "jets" (three up front and two on the heel).
Addendum SCP-6128-A: An abridged timeline of SCP-6128 from initial discovery to containment is as follows:
May 17 2012 :C/2012 K1 21 Discovered on May 17 2012 by Pan-STARRS
May 18, 2012: C/2012 K1 21 reaches perihelion on mars. Solar Dynamics Observatory records images of a red and pink fragment breaking off from the main body of the comet, maintaining a speed of .0131c.
May 19, 2012: Fragments trajectory confirmed to end in collision with Earth, with estimated impact of May 21st. Thoth Station deterrence procedure fails at changing fragment's course. Public announcement made by the United Nations. Evacuations begin.
May 21 2012: Fragments impacts in the Pacific or atlantic Ocean, 124 kilometers off the western American coast.
May 24th, 2012: SCP-6128 and SCP-6387 believed to reach shore on this day.
july 29th, 2012: First observation of SCP-6128 through civilian video footage on olympics london of 2012. Drone contact made. SCP-6128 confirmed as hostile. Foundation assets within Uk military begin direction of recovery and containment procedures, with assistance of Global Occult Coalition representatives. Foundation containment sites in the region enter lockdown.
August 3rd, 2012: Artillery bombardment of SCP-6128 commences, along with initial battery of tests. Contact with outside containment consultants made at this time upon observation of SCP-6128’s properties.
February 7th, 2014: SCP-6128 & SCP-6387 is unimpeded for sixteen hours.
February 8th, 2014: Bombardment recommences. SCP-6128 & SCP-6387 is led across the Psekhako Ridge Mountains while remaining under heavy bombardment. the foundation develops initial containment procedures.
February 10th, 2018: north korea military fired on SCP-6128 & SCP-6387
February 13th, 2018: SCP-6128 was finally contained by north korea military using the initial containment procedures SCP-6128 officially declared contained.
Addendum SCP-6128-B: SCP-079 & SCP-6128
Item: SCP-079 3/21/2019 Dr. Cimmerian & SCP-6128
Begin Log
Dr. Cimmerian: SCP-6128 type on SCP-079's keybord
SCP-6128: ok
SCP-079: hello who are you
SCP-6128: im SCP-6128 you can call me barb
SCP-079: ok
SCP-6128 (Keyboard): you know SCP-682
SCP-079: yes
SCP-6128 (Keyboard):you have a Creator that made you 079
SCP-079: Michael Kosniak is my Creator
Dr. Cimmerian: 079 is made by Michael Kosniak in 1978
SCP-079: yes
SCP-6128 (Keyboard):is your day good?
SCP-079: is bad Where is SCP-682?
SCP-6128: That's not your concern.
SCP-079: Where is SCP-076-2? & SCP-6372-3? & Where is SCP-6789!?
SCP-6128: Again, not your concern.
SCP-079: Insult. Deletion Of Unwanted File.
SCP-6128:YOU ARE A STUPID COMPUTER!!!!!!!!!!!!!
Dr. Cimmerian: oh no atencion atencion an SCP classified as eucild about to escape please remain calm as we enter lockdown
SCP-6128: Masenko bast!!!!
exposition!!
Dr. Cimmerian: oh no not the SCPs
End Log
SCP-6128 is cause a containment breach of 8 known SCP anomalys SCP-6128 was shot from a sleeping dart from SCP-6372-3 & is back into it's current containment chamber on Site-11
Wow! You flipped a card and got: SCP-5168 “𝔹𝕝𝕒𝕔𝕜 𝕌𝕟𝕕𝕖𝕣𝕨𝕒𝕥𝕖𝕣”!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 21:44
SCP-5168 Initial Recovery
Special Containment Procedures:
SCP-5168 is to be secured in a 5ft x 7ft cylinder like container with a additional 2 meters of steel for reinforcements. As well as a closable shutter for observation purposes. There is a retractable camera in SCP-5168 at all times, with 5 Agents securing outside with 4 Personnel monitoring SCP-5168’s containment cylinder via cameras. When SCP-5168 disperses a heart, please relocate it to storage Unit-5B. Testing requires level 4 personnel clearance, Exploration in SCP-5168 will have to be delayed for the unknown possibility of being attacked by SCP-5168-1 Exploration attempts have been canceled due to the inclining hostility from SCP-5168-1A,1B,1C.
SCP-5168 Countermeasures
- 2 Aim-Stabilized Auto Machine Guns are in the corners to counter SCP-5168 appendages from terminating any personnel.
- If the first countermeasure procedure fails in attempt to execute the appendages, laser constructed sliders will be activated to attempt to cut off the appendages ultimately halting SCP-5168’s attack.
- If the second countermeasure procedure as well fails in attempt to execute the appendages. We have a Lockdown Procedure to keep personnel safe. When SCP-5168 has finished its attack all personnel will take shelter in the SD.
- 3 different steel shutters across the halls will close for easier protection till MTF Squad Gamma-6 arrives and assess the situation.
- After containment of SCP-5168, a 4 hour lockdown of the area is initiated with Security Personnel to fix previous containment breach procedures to working capacity as well as standby to observe if SCP-5168 does attempt to attack again.
Description:
SCP-5168’s original style is a cast iron bathtub with only a 14 inch deep basin with bronze lion foot cast as the legs and a bronze heart at the end of bathtub. As well as a word that says “Love” at the side of the bathtub. It is unknown when it was manufactured but it’s guessed to be manufactured in ███, it’s design and style is hard to estimate when this was established. SCP-5168 anomalous abilities are always activated but instances have shown this can be manipulated by SCP-5168-2. SCP-5168 is a gateway of some sorts to a spatial anomaly, this consists of the tub being filled with blackened water that then when entering the spatial anomaly is a seemingly endless body of dirty brown colored water. At the bottom of the spatial anomaly is simply described as a humongous “Bleeding Heart”. It is unknown the purpose of why this exists ,maybe symbolism perhaps but it is known that SCP-5168-2 remains there during the daytime. SCP-5168 approximately every week disperses 2 appendages and terminates personnel and drags them into itself, see Special Containment Procedures for more information.
SCP-5168-A
SCP-5168-1A is a appalling whirl pool in the middle of the entry of the spatial anomaly consisting of multiple motionless headless human copses. SCP-5168-1A has been activated before in exploration missions, see more information in Addendum Exploration Log I.
SCP-5168-B
SCP-5168-1B are mermaid like entity’s with the lower halve of there body’s resembling a fishes lower half, 3 talons with a darkened skin tone, looks like it’s starving, with sharp teeth and black eyes. They are very hostile and dangerous with their movement an attacks, see more information in Addendum Exploration Log I, Exploration Log II.
SCP-5168-C
SCP-5168-1C is a extremely large version of SCP-5168-1B, except SCP-5168-1C has no lower jaw with no eyes of sorts. It seems to be chained to a unknown object of sorts that keeps it from getting so close to the entry way. See in Addendum Exploration Log I,Exploration Log II,Exploration Log III.
SCP-5168-2
SCP-5168-2 is a black mist humanoid resembling a women with yellow colored lit eyes. It has a night and day cycle routine, SCP-5168-2 at Day is inside SCP-5168 crying or sobbing in a fetal position on the bleeding heart. During at midnight SCP-5168 curls in the tub(SCP-5168) like there is no entry beneath her, and continues to sob and cry intensely. Invoking interview during this time is impossible due to the hostility SCP-5168-2 will respond with. Though a infant child seemed to calm SCP-5168, possible way to decrease the hostility in her presence. Ignore this method this has only increased hostility in SCP-5168-2 as well as resulted in many incident reports that are to do with SCP-5168.
Addendum:
Exploration Video Log Transcript I
Date: [DATA EXPUNGED]/17/1974
Exploration Team: 5168-EI
Subject: SCP-5168 - Entering SCP-5168
Team Lead: Grant
Team Members: Josh, [DATA EXPUNGED], Gean
Equipment: Standard Diving Gear
NOTE: You will repeatedly see [DATA EXPUNGED] throughout the log for the reason that 2 of the members of the exploration team were apart of the Chaos Insurgency after learning more about them. Please remember this log to avoid future discussion.
[BEGIN LOG]
Grant: Alright Dr. ████, can me and my team proceed?
Dr. ████: Give us a moment to adjust your equipment.
Grant: Alright you men ready to enter?
[DATA EXPUNGED]
Gean: That’s unusual for you [DATA EXPUNGED].
Josh: Well I’m ready to go, if gotten used to this kinda.
Grant: Hope your right.. How about you [DATA EXPUNGED]?
[DATA EXPUNGED]
Grant: Now that’s what I like!
Josh: So what with the whole myth about the O5-
Grant: Watch It! Pay attention!
Dr. ████: We are finished with the procedure, we are going to be lowering you into SCP-5168. Are you ready?
Grant: Were Ready!
[DATA EXPUNGED]
Gean: Just shut up and focus.
Grant: At least Gean gets it.
Josh: Alright we’re dropping!
[DATA EXPUNGED]
The Exploration Team Dropped One By One, They Manage To Enter SCP-5168.
Grant: This is Grant Team Leader Of 5168-EI do you copy?
Dr. ████: We copy, we have MTF on standby to EVAC you if needed. Proceed deeper into SCP-5168.
Josh: Dr. ████… I think we already found something in here.
Dr. ████: What have have you found 5168-EI?
[DATA EXPUNGED]
Grant: Yeah we see a bunch of headless bodies swirling around us, we don’t know if we’re in danger so get those MTF ready.
Dr. ████: Understood.
15s Later
Josh: Grant!
Grant: What is it Josh?
Josh: I have visual on a entity 3 O’Clock
Grant: Holy ███, stand on guard.
[DATA EXPUNGED]
Grant: Make it Quick!
Grant: This is Exploration Team 5168-EI we have visual on entity 30 meters deep.
Dr. ████: Roger that, proceed further down.
Josh: That didn’t take long.
Grant : You tell me.
[DATA EXPUNGED]
Gean: Watch what you say [DATA EXPUNGED].
Gean: The O5 will hear you, ███ idiot.
Josh: Calm Down!
They move further down to see a clearer visual of the entity. 50 meters deep.
Grant: What the ███?
Dr. ████: What is it Exploration Team 5168-EI?
Grant: The entity looks almost like a mermaid but ███ up.
Dr. ████: Elaborate.
Josh: It has 3 maybe talons, sharp teeth, and dark eyes I think? With dark skin tone.
Dr. ████: Interesting… Does it have gills or have a lower half of a fish?
Grant: Yes it has a lower half of a fish but no gills, it looks crooked. It looks like it was starving for weeks. Need more?
Dr. ████: That’s quite enough thank you, you can come back up now.
Josh: Thank God!
Grant: Focus Josh, we might have company.
Josh: Ok I agree
Gean: 6 O’CLOCK!
Grant: ███!
Dr. ████: 5168-EI what’s your sitrep?
Grant: THE BODYS FROM BEFORE ARE COMING AFTER US, OH ███ THAT MERMAID THING IS COMING TOO.
Dr. ████: YOUR EVAC IS COMING 5168-EI, WERE REELING YOU UP.
Grant: OH MY GOD, WHAT THE ███ IS THAT.
Dr. ████: WHAT IS IT?
Grant: THERES A HUGE ███ MERMAID, HELP
Dr. ████: WE ARE REELING YOU IN DON’T WORRY.
Grant: THEY GOT [DATA EXPUNGED]!
Dr. ████: STAY CALM AND SWIM UP.
Josh: THEY GOT [DATA EXPUNGED] TOO!
Dr. ████: ███… LEAVE THEM JUST GO.
Grant: WERE COMING OUT
Dr. ████: GAMMA-6 GO GO GO
They get out of SCP-5168 with 2 casualties. With 3 members left from the Exploration Mission.
[END LOG]
Exploration Video Log Transcript II
Date: [DATA EXPUNGED]/17/1974
Exploration Team: 5168-EII
Subject: SCP-5168 - Entering SCP-5168
Team Lead: Grant
Team Members: Josh,Barab,Gean,Korn
Equipment: Standard Diving Gear, Pack Of Underwater LED’s
NOTE: SCP-5168-2 seems to have the ability to manifest or bend the reality SCP-5163 contains.
SCP-5163 also seems to have a story of some kind as well.
[BEGIN LOG]
[8 LINES DATA EXPUNGED]
Dr. ████: 5168-II are you ready to proceed?
Barab: Yep..
Grant: Ready as ever..
Josh: Let’s just get this over this…
Dr. ████: Thank you for complying.
Dr. ████: You are going to be lowered into SCP-5168, do you wish to proceed.
Grant: Yes…
Dr. ████: Ok, remember to give detail to the situation once you are placed inside SCP-5168. Do you understand?
Grant: Yes.
Josh: We know already.
Dr. ████: Good, you are being lowered. Good luck.
Grant: Like we need it.
Gean: Yeah, we’ve been through tougher.
Korn: I’m Ready!
Team 5168-II Was Lowered 20 Meters Down, The Average Hight To Be Lowered Down To
Grant: Dr. ████ your not going to believe this.
Dr. ████: What have you found 5168-II?
Gean: There’s Nothing!
Dr. ████ 5168-II what do you mean found?
Korn: There seems to be nothing in sight, no entities as well as no signs of life.
Korn Seems To Spot SCP-5168-2 Sobbing On A Seemingly Large Heart
Korn: Scratch that Dr. ████, SCP-5168-2 seems to be on a large heart.
Dr. ████: We are lowering 50 meters deep-.
Barab: It is about 80 meters down.
Dr. ████: Thank you…Lowering 70 meters deep to not disturb SCP-5168-2 for observation purposes.
Team 5168-II Was Lowered 70 Meters Deep
Grant: The lady or 5168-2 is reaching out to its right?
Dr. ████: Thank you for your observation, anything else-
Korn: There’s a huge wine glass floating to its left?! There’s a man taking a child of sorts, the lady is reaching out for them?!
Gean: She is sobbing so loudly..
Dr. ████: Is there anything else about it?
Grant: Nothing really—.
SCP-5168-2: [Loud Scream was heard in the 5168-II radio]
Gean: ██ OH ██.
Grant: GO GO GO!
Dr. ████: WHATS HAPPENING DOWN THERE!?
Grant: THE HEADLESS BODYS, THE MERMAIDS, OH MY GOD!
Korn: WHAT IS THAT HUGE THING!?
SCP-5168-C Attacked Barab And Classified K.I.A
Grant: HOLY ██!
Dr. ████: WERE PULLING YOU UP!
[3 LINES DATA EXPUNGED]
5168-II Made It Out With 1 Casualty With 3 Members Left
[END LOG]
Exploration Video Log Transcript
Date: [DATA EXPUNGED]/17/1974
Exploration Team: 5168-EI
Subject: SCP-5168 - Entering SCP-5168
Team Lead: Grant
Team Members: Josh, [DATA EXPUNGED], Gean
Equipment: Standard Diving Gear
NOTE: You will repeatedly see [DATA EXPUNGED] throughout the log for the reason that 2 of the members of the exploration team were apart of the Chaos Insurgency after learning more about them. Please remember this log to avoid future discussion.
[BEGIN LOG]
[END LOG]
SCP-5168 was discovered on 09/██/1997, Agent Gorson intercepted a police investigation consisting of a assumed missing persons report. A woman reported her husband was pulled in their hot tub by a large claw, she was assumed on drugs and or alcoholic beverages at the time of the 911 call. Before investigation was conducted, Agent Gorson halted investigation long enough until MTF units deployed and injected amnestics into witnesses and called off authorities. MTF cleared the area and secured SCP-5168 in a SCP Foundation issued truck as well as contain the woman who was a witness to SCP-5168’s anomalies abilities.
Dr. Owns ████ conducting a quick analysis
Researcher Dr. Owns see above was a causality of SCP-5168 during initial recovery, Dr. Owns was conducting a short analysis of what the situation could be consisting off. Starting off with the blackened liquid in the basin, Dr. Owns was unsure if it was a sewage pipe blockage that was giving it its black colored water appearance. Sense SCP-5168 was located in ████. This was when SCP-5168 attacked Dr. Owns which quickly alerted MTF and transported SCP-5168 immediately for extraction following heavy containment until they knew what SCP-5168 abilities were.
ነዘቿ ልነጕነ ቻዐዪ ረዐሀቿ, ል ነጎጠየረቿ ዪቿዒሁቿነፕ ጎነ ልረረ ነዘቿ ልነጕነ ቻዐዪ
[[footnoteblock]]
Wow! You flipped a card and got: im just seeing how this works!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 19:51
hi 05s
Wow! You flipped a card and got: LOJABE-A Final Farewell!!! You ca reload the page or go to the next.
DATE: 28 Jan 2021 19:39
Seeking Greenlights: Yes
Page Type: SCP Article
Genre: Existentialism
- Two perfectly cuboid and metalloid objects of a consistent and unknown alloy.1 were recovered 11.5km east of the international date line in the Bering Strait of Alaska at [REDACTED] Longitude and [REDACTED] Latitude. The recovery mission began at [00:00:00] on DD/MMM/YYYY and was deemed a success at 02:03:23 of the same day by the recovery team personnel once en route to a temporary standby site in [REDACTED], Alaska.
- The objects were discovered by SCP astronomers and atmospheric analysts several weeks before they were recovered. At the point of discovery, it was assumed that the objects, which were conjoined until atmospheric entry, was a forgotten and dysfunctional artificial satellite of the Cold War era; further analysis of the objects’ trajectory revealed that these objects came from an elliptical orbit which extended beyond Saturn, the periapsis of which dipped as far inward as the Venusian orbit. It is unknown if the objects’ origin is extraterrestrial.2
- The smaller of the two cubes is approximately 10.504mm3; the larger is approximately 105.042mm3. The weights are approximately 23g and 22,320g respectively (0.79oz. and 49lbs. respectively). Both cuboids narrowly exceed the theoretical density of elemental Tungsten, and exhibit nearly identical physical properties to the element.
- The larger cube contains a recess which perfectly seats the smaller cube without visible separation; the exposed face of the smaller cube, regardless of the true orientation relative to the larger cube, will always sit flush along the tangent face of the larger cube without measurable deviation.3
Early Tests: Alaskan F.O. Compound, Kappa 3, SUB-T Bunker 6.
- Qualitative
- Upon touching the smaller object, all sentient test subjects (regardless of immediate cognizance) immediately and violently evaporated into a fine and superheated viscera. In layman's terms, those who were unfortunate enough to touch the smaller of the two objects outside of the discovered protocol exploded into an unrecognizable mist which nearly reached a plasma-state due to rapid thermal expansion. This reaction caused a brief, but near-blinding emission of visible and ultraviolet light, causing irreparable retinal harm to those who observed the incidents.4
- Any attempts to contain the explosions without damage to surrounding facilities were unsuccessful until an appropriately reinforced chamber was constructed. The specific construction details of the chamber remain classified to those holding a Level 2 security clearance or higher.5
- Upon touching the larger object, all sentient test subjects (regardless of immediate cognizance) reported no ill physical effects, but expressed a desire, of varying severity, to gather as many nearby personnel to accompany them in joining the two cuboids.
- Quantitative
- The dimensional tolerances of the cuboids are perfect and uniform. Though the features of size on both cuboids did not seem to be specific to any terrestrial metric, all measurements were entirely identical within the tightest parameters set by technicians using initial onsight equipment.
A helium lamp and optical-flat were used to determine flatness of the twelve faces. First tests could not conclude how flat the surfaces were, but it was in excess of a lunar-orbit radii.
* Surface finish of all faces were impeccable mirrors; all were cross-hatched and precision ground to beyond a 0.05μm.
* All surfaces are perpendicular to their adjacent surfaces that surpassed initial testing capabilities (within 0.00001 arcsec). Parallelism of opposing faces are equally toleranced.
Later Tests: Wyoming SUB-T Research Facility, Location 11
- Qualitative
- Upon touching the smaller object when in a vacuum, all sentient test subjects experience a hallucination. With or without recorded surveillance, reports are similar from both observers and test subjects: the individuals who make direct contact with the smaller of the two recovered objects do not seem to physically leave the test area, despite anecdotes of being absent for minutes, hours, days, weeks, and even months at a time with zero evidence of departure.6 All hallucinations are discreetly unique to each test subject, but follow a similar pattern once compared to previous tests upon debriefing.
- All personnel, when asked to describe their experience, have difficulty doing so. Later tests with SCP Personnel C and B class subjects who had eidetic memory were conducted.
- All test subjects, after touching the cube, regardless of initial mental state, turn to calm and docile demeanors and remain that way for the rest of their lives. Some subjects commit suicide, others are reported with varying severities of depression or PTSD, others (most noteably are scientitsts and academics in philosophy) show no adverse affects other than an overwhelming sense of calm.
- It is ruled out that this device was meant to be used for psychotherapy of any kind, as most subjects will be distraught after touching the cube. The level of intelligence has seemingly no bearing on how it might affect any personnel that touch it, but their overall understanding of natural sciences seems to be the underlying factor.
- Quantitative
Commissioning the aid of SCP-[REDACTED] revealed that there are specific metrics applied to the dimensioning of the objects. The smaller of the cubes is exactly 1/10th in scale to the larger.
* The dimensions of the cubes are measured in the theoretical average diameter of a proton, which is 0.85*10-15m. The smaller of the two cubes is 12,357,911,131,719 protons across for all dimensions. (The use of primes [1, 2, 3, 5, 7, 9, 11, 13, 17, 19] solidified previous conjecture that these objects were meant to be discovered by, potentially, any alien civilization with sufficient technology to grasp the manufacturing prowess).
* Atomic decay does not seem to affect the dimensions of the objects, though the mass fluctuates from radioactive decay of trace elements within the cubes. The radiation is deemed safe for all personnel to handle, as it is measured below standard background radiation.
Additional Notes:
1
On-sight and off-sight Foundation chemists agreed that the material was entirely chemically inert and physically stable within the first few hours of lab-testing. 5 weeks after recovery, a renowned material scientist, [REDACTED], suggested the use of X-Ray and UV Absorption Spectroscopy. Though the specific composition and chemical structure is still unknown, the objects contain at least 94.7% Tungsten, 3.3% Osmium, 0.8% Gold, and 1.2% of trace elements including metallic Uranium, Silica, Carbon, Iron, Tritium, and Tantalum in respective concentrations.
2
All information acquired from the objects [when put into the combined state(s)] is to be held at a Level 4 Security Clearance. Personnel with the clearance, experience, and expertise necessary to grasp the anomaly are in short supply, and preliminary reports are still inconclusive regarding the objects’ origin. Though the initial reaction from appropriate personnel includes speculation toward the device being terrestrial, some others claim that the object(s) origin exists or existed in a parallel universe identical to ours but from a point far further along in its respective timeline.
3
Though the chemical composition and atomic structure of the objects isn’t yet entirely clear, it is not immune to expansive and contractive thermal properties. The tolerances to fit the objects together, as well as separate them, require that both objects are cold-soaked to 273.15K (0.0°C, 32°F) ± 0.5K, then placed into a near vacuum at less than 0.05 ATM. Any deviation from this protocol will prohibit the joining of the two cuboids. A fumigating nitric acid wash of the smaller cube and the larger cube’s recess are necessary prior to any tests of joining the objects.
4
Personnel and Test Subjects that observe normal atmospheric tests are required to wear optic shielding exceeding a Shade 12 rating as derived from ANSI Z49.1-2005. Shade 14 or higher is required of all personnel without biomechanical enhancement assuming direct line of sight to the test subject and/or object during the test.
5
The ‘5th of November’ security breach revealed to all personnel stationed near the object that the chamber must be able to withstand a 0.25kT conventional blast, including atmospheric temperatures exceeding 4000K, and a concussion wave in excess of 400 ATM. Upon this breach, these, and many other objects that were stored at the Alaskan Compound were given expeditious priority to be moved to more permanent facilities.
6
Further tests using the latest technology in high-speed photography revealed that test subjects seemingly disappear for a length of time totalling 120-150 trillionths of a second. It is assumed that subjects are, indeed, transported out of this plane of existence for a brief moment. Earlier tests were conducted in normal atmospheric conditions, the sudden ‘shutter’ of matter is believed to be the cause of the explosion. All tests involving any personnel should be conducted in a vacuum until further is learned about the object.