Wow! You flipped a card and got: Dr Jekill!!! You ca reload the page or go to the next.
DATE: 21 Mar 2021 16:57
/*
Paperstack Theme
[2020 Wikidot Theme]
By EstrellaYoshte
Based on:
Inkblot Theme by Croquembouche
Word Processor Theme by stormbreath
Modern Theme by Azamo
Simple Yonder Theme by EstrellaYoshte
*/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap');
@import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap);
#page-content { font-size: 0.87rem; }
body { font-family: 'Oxygen', sans-serif; }
body {
color: #000000;
background-image: linear-gradient(
to bottom,
#EFEFEF, #EFEFEF 276px,
#D3D3D3 276px, #ffffff 282px,
#ffffff 282px, #ffffff 100%);
background-repeat: no-repeat;
}
#main-content {
top: -1.6rem;
padding: 0.2em;
}
.page-source, .code pre, .code p, .code, tt{
font-family: "Fira Code", monospace;
}
/* ---- HEADER ---- */
div#container-wrap {
background-image: none;
}
div#header {
background-image: none;
}
#header h1, #header h2 { margin-left: 0; float: none; text-align: center; }
/* Move the subtitle down a smidge */
#header h2 { margin-top: 0.45rem; }
/* Hide the existing text */
#header h1 span, #header h2 span { font-size: 0; display: none;}
/* Style the new text */
#header h1 a::before, #header h2::before {
color: #333333;
font-family: 'Josefin Sans', sans-serif;
text-shadow: none;
}
/* Set the new text's content from variable */
#header h1 a::before {
content: var(--header-title, "SCP FOUNDATION");
font-weight: 300;
font-size: 1.3em;
}
#header h2::before {
content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT");
font-weight: 600;
font-size: 1.22em;
}
#login-status,
#login-status a {
color: #333333;
}
#page-title {
display: none;
}
#footer, #footer a {
background: transparent;
color: #333333;
}
#search-top-box-input,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit],
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
border: none;
background: #333333;
box-shadow: none;
border-radius: 0px;
color: #efefef;
}
#search-top-box input.empty {
color: #999999;
}
div#search-top-box {
top: 2.3rem;
right: 8px;
}
/* ---- TOP BAR ---- */
#top-bar {
display: flex;
justify-content: center;
right: 0;
top: 7.9rem;
}
@media (max-width: 768px) {
.mobile-top-bar {
display: flex;
justify-content: center;
max-width: 100%;
width: 100%;
left: 0;
}
}
#top-bar, #top-bar a {
color: #333333;
}
/* ---- SIDE BAR ---- */
#side-bar .side-block {
border: transparent;
border-radius: 0;
box-shadow: 0px 0px 7px #999999;
background: #ffffff;
}
#side-bar .side-block.media > * {
display: flex;
justify-content: space-evenly;
}
#top-bar div.open-menu a {
border-radius: 0;
box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19);
border: 1px white;
}
@media (max-width: 767px) {
#main-content {
padding: 0;
margin: 0 5%;
border-left: none;
}
#page-title {
margin-top: 0.7em;
}
#side-bar {
background-color: #fff;
left: -19em;
}
#side-bar:target {
border: none;
box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2);
}
#side-bar .close-menu {
transition: width 0.5s ease-in-out 0.1s,
opacity 1s ease-in-out 0s;
display: block;
position: fixed;
width: 100%;
height: 100%;
top: 0;
right: 0;
background: rgba(0,0,0,0.3);
background-position: 19em 50%;
z-index: -1;
opacity: 0;
pointer-events: none;
}
#side-bar:target .close-menu {
width: calc(100% - 19em);
right: 0;
left: auto;
opacity: 1;
pointer-events: auto;
}
#page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr {
margin: 3em -5.5%;
}
#side-bar {
top: 0;
}
#side-bar .heading {
padding-left: 1em;
margin-left: -1em;
}
#search-top-box {
top: 107px;
}
}
/* ---- TABS ---- */
/* ---- YUI TAB BASE ---- */
.yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit}
/* ---- YUI TAB CUSTOMIZATION ----*/
.yui-navset .yui-nav,
.yui-navset .yui-navset-top .yui-nav{
display: flex;
flex-wrap: wrap;
width: calc(100% - .125rem);
margin: 0 auto;
border-color: #333333;
box-shadow: none;
}
.yui-navset .yui-nav a, /* ---- Link Modifier ---- */
.yui-navset .yui-navset-top .yui-nav a{
color: #333333;
/* ---- Tab Background Colour | [UNSELECTED] ---- */
background-color: #efefef;
border: unset;
box-shadow: none;
box-shadow: none;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus{
color: #ffffff;
/* ---- Tab Background Colour | [HOVER] ---- */
background-color: #333333;
}
.yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */
.yui-navset .yui-navset-top .yui-nav li{
position: relative;
display: flex;
flex-grow: 2;
max-width: 100%;
margin: 0;
padding: 0;
color: #ffffff;
background-color: #ffffff;
border-color: transparent;
box-shadow: none;
}
.yui-navset .yui-nav li a,
.yui-navset-top .yui-nav li a,
.yui-navset-bottom .yui-nav li a{
display: flex;
align-items: center;
justify-content: center;
width: 100%;
}
.yui-navset .yui-nav li em{
border: unset;
}
.yui-navset .yui-nav a em,
.yui-navset .yui-navset-top .yui-nav a em{
padding: .35em .75em;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */
.yui-navset .yui-navset-top .yui-nav .selected{
flex-grow: 2;
margin: 0;
padding: 0;
/* ---- Tab Background Colour | [SELECTED] ---- */
background-color: #333333;
}
.yui-navset .yui-nav .selected a,
.yui-navset .yui-nav .selected a em{
border: none;
}
.yui-navset .yui-nav .selected a{
width: 100%;
color: #ffffff;
}
.yui-navset .yui-nav .selected a:focus,
.yui-navset .yui-nav .selected a:active{
color: #ffffff;
background-color: #333333;
}
.yui-navset .yui-content {
background-color: #ffffff;
box-shadow: 0px 0px 4px #999999;
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content{
padding: .5em;
border: none;
}
/* ---- INFO BAR ---- */
body{
--barColour: #333333;
}
.info-container .collapsible-block-content{
padding: 0 .5em 30px;
}
.info-container .collapsible-block-content .wiki-content-table{
width: 100%;
}
/* ---- INFO PANE ---- */
#page-content .creditRate{
margin: unset;
margin-bottom: 4px;
}
#page-content .rate-box-with-credit-button {
background-color: #ffffff;
border: solid 1px #ffffff;
box-shadow: 0px 0px 7px #999999;
border-radius: 0;
}
#page-content .rate-box-with-credit-button .fa-info {
border: none;
color: #333333;
}
#page-content .rate-box-with-credit-button .fa-info:hover {
background: #333333;
color: #ffffff;
}
.rate-box-with-credit-button .cancel {
border: solid 1px #ffffff;
}
/* ---- PAGE RATING ---- */
.page-rate-widget-box {
box-shadow: 0px 0px 7px #999999;
margin: unset;
margin-bottom: 4px;
border-radius: 0;
}
.page-rate-widget-box .rate-points {
background-color: #ffffff !important;
color: #333333 !important;
border: solid 1px #ffffff;
border-radius: 0;
}
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown {
background-color: #ffffff;
border-top: solid 1px #ffffff;
border-bottom: solid 1px #ffffff;
}
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
background: transparent;
color: #333333;
}
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover {
background: #333333;
color: #ffffff;
}
.page-rate-widget-box .cancel {
background: transparent;
background-color: #ffffff;
border: solid 1px #ffffff;
border-radius: 0;
}
.page-rate-widget-box .cancel a {
color: #333333;
}
.page-rate-widget-box .cancel a:hover {
background: #333333;
color: #ffffff;
border-radius: 0;
}
/* ---- PAGE ELEMENTS ---- */
h1,
h2,
h3,
h4,
h5,
h6 {
color: #333333;
font-family: 'Josefin Sans', sans-serif;
font-weight: bold;
}
blockquote,
div.blockquote,
#toc,
.code {
background-color: #F8F8F8;
border: solid 1px #F8F8F8;
box-shadow: 0px 0px 4px #999999;
}
.scp-image-block {
border: solid 8px #ffffff;
box-shadow: 0px 0px 5px #999999;
box-sizing: border-box;
}
.scp-image-block .scp-image-caption {
background-color: #ffffff;
border-top: solid 4px #ffffff;
color: black;
}
#page-content .wiki-content-table tr th {
border: solid 1px #999999;
background-color: #efefef;
/* set border for table title */
}
#page-content .wiki-content-table tr td {
border: solid 1px #999999;
/* set border for table content */
}
div.modalbox {
border-radius: 0;
border: none;
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
}
/*-- tags --*/
#main-content .page-tags span { max-width: 100%; }
#main-content .page-tags a {
height: 0.9rem;
line-height: 0.9rem;
font-size: 0.76rem;
background-color: #FDFDFD;
border-radius: 0.6rem 0.12rem;
margin: .25rem .2rem; .5rem .2rem;
padding: 0.2rem 0.42rem 0.25rem 0.46rem;
box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27);
}
#main-content .page-tags a:before {
content: "•";
font-size: 1.1rem;
float: left;
position: relative;
top: -0.19rem;
left: -0.24rem;
color: #ffffff;
background-color: #B8B8B8;
color: transparent;
text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}
/* ---- CUSTOM SYNTAX ---- */
.header-container {
display: flex;
justify-content: flex-end;
align-items: center;
flex-wrap: wrap;
position: relative;
justify-content: space-around;
align-content: space-between;
width: 100%;
left: 0;
align-items: flex-start;
row-gap: 2px;
}
.text-item {
flex-grow: 1;
max-width: 25%;
text-align: center;
}
.grid-item {
flex-grow: 1;
min-width: 25%;
text-align: center;
margin: 8px 6px;
}
@media (max-width: 1200px) {
.grid-item {
min-width: 50%;
}
}
.logo {
position: absolute;
width: 180px;
top: -154px;
left: -17em;
z-index: -1;
}
@media (max-width: 767px) {
.logo {
width: 36%;
top: -9.7em;
left: 32%;
}
}
.textbox {
position: absolute;
width: 42%;
top: 7.5rem;
}
@media (max-width: 960px) and (min-width: 767px), (max-width: 666px) {
.textbox {
position: relative;
width: 100%;
top: 0;
}
}
: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%;
}
}
I love that sky. That sky with no stars below the one I was born. In that moment, nothing was complex or confusing like it is now.
I was born in these wintry woods in the middle of the winter, from dry leaves and fallen trunks. But it didn't felt that way, like being born. It was like I just woke up from a long dream. I can't remember anything before that, I don't even know if there's something to remember. The first two weeks were hard, it wasn't easy to find food and I was afraid of the dark, even the damn squirrels mocked of me. And when I tried to hunt animals, that was the first time… that I changed. I ran faster, jumped higher. I stood on the top of the three and looked up, to the night sky.
The next week, I saw a girl in the woods, a strange girl. She had blond, ponytail hair; wore large pants with (chuckles) dozens of pockets, and a sleeveless shirt. Was interesting, she spent day and night working on a strange… thing, made of wood and metal. She also liked to sing opera, a beautiful voice to hear. Watching her was another thing that made my life less boring, until the next morning, I woke up.
Noah is leaned, sleeping in the soil. A girl is crouched next to him, looking at his face closely. Noah awakes.
?: Oh! Hello there, fella.
He: (sleepy) Eh? Who is… Ah!
He gets up and sets distance between both of them
He: W-Who are you? What do you want?
?: (smiling) My name is Emilia, friend! Who are you?
He: I don't know you, I would not give you my… name. (frowns) Why were you looking at me when I was asleep?
Emilia: I was looking at those tattoos of yours, you have good taste.
Emilia starts to walk towards him
Emilia: But you don't have to be nervous! I don't bite.
He: Don't walk any closer…
He adopts animal sprint position
Emilia walks
Emilia: (nervous) Please… don't leave me alone, don't be like them.
He: I am… sorry.
He starts running downhill
Emilia looks down for a second, disappointed. Then she widens her eyes, gets up in her bike and starts to follow him
Emilia: (shouts) Hey! Stop runing!
He: That wood and metal thing! You're still not going to catch me.
He speeds up down the hill, dodging trees. Emilia speeds up as well and is next to him now
Emilia: (shouts) Stop running! There's a cliff!
He: What?!
He stumbles with a rock and rolls towards the cliff. Then he fella, but he clings to the edge
Emilia gets off the bike and holds him
Emilia: (Clenching teeth) Damn, you're heavy!
He: Too heavy, you're not going to-
Emilia manages to get him up using all her strength. Both are lying down, exhausted
Emilia: I just saved your life (heavy breathing). You have something to say?
He: … Thank you.
Emilia: That's good, people talk! Not run away like rabbits. And now tell me your name.
He: My… name…
Emilia: You… don't have one? Maybe I can… (thinking)
He: What?
I know: Noah! Means rapid runner. Do you like it?
He: (Looking at her eyes) Well, I… (smiling) I like it!
Both stand up
Emilia: I have to go now. See you tomorrow?
Noah: I'll be waiting right here!
I didn't know who she was or even if she was someone to trust. But somehow, I just felt that she was being honest, and just wanted someone to talk to.
She was the only company that I had in the woods, she helped me feel that I was not alone. We got along real quick.
5 weeks later
Emilia: Come on, you can do it! Just a bit higher!
Noah: Argh! (Straining voice, clenching teeth)
Noah is lifting a wooden beam using a pulley with great effort. He's trying to place the beam on top of two columns to make the house entry
Emilia: You're almost there!
Noah places the beam on the columns
Noah: Done! Come on, quickly!
Emilia places small, triangular supports in the columns
Emilia: It's good, Let go!
Noah lets the pulley go, the beam is steady
Noah: (Takes a deep breath) Ah! I'm dead.
Emilia: Hold on man, we still have a lota of work to do… Hey, think fast!
Emilia tosses a shirt to Noah and he puts the shirt on. Noah sats at a table, Emilia joins him with two glasses
Noah: What was this again?
Emilia: Peanut juice! It tastes amazing.
Noah drinks, make a little grimace
Noah: Yeah… it does. Thanks again for helping me with the house, but I think it should be a lot easier to do it in the town.
Emilia: Nah… people will start making questions, and you don't have answers to plenty of them. Those people are just a bunch of annoying fools.
Noah: Well, I like being here in the forest, feels cozy. Also… you must have doubts about me, so I'm-
Noah: I don't care about that, or who you were. I care about who you are Noah, my best friend!
Noah stands up and hugs Emilia, his eyes are watery
Noah: Thank you for being with me.
Emilia: Don't worry Noah, also… can I keep experimenting in your house? My neighbors will complain otherwise.
Noah looks at her with wide and accusing eyes
Noah: Last time you did that, we had to start all over again.
Emilia: This time is a completely inoffensive test! No TNT, no acids, not even perfume!
Noah: I still don't know how you did that.
Emilia: Come on, promise? (Raises hand)
Noah: (Sighs, then slightly smiles) Fine, promise
Both shake hands
I loved those days when she came and visited me. She talked about all the things that she invented, it was funny to hear her. I became an artist myself, I really liked woodcarving, she presumed of inspiring me (chuckles)
But some days, she came to the woods discouraged. Most of the time, she never told me why. I was getting worried.
2 mounths later
Noah: Emi! Why it took you so long?
Emilia: My boss is an idiot, he said that I had to work all day long in the pub charging the same money!
Noah: You seem very upset, lets talk inside, ok?
Emilia: Sure…
Both of them enter inside a house, nicely decorated with natural ornaments. They sat at the dining table.
Noah: So… why don't you work somewhere else?
Emilia: Nobody wants a high-grade inventor to work on their petty shacks, even one of them called me mental!
Noah: Don't listen to them, that image projector you gave me is fascinating! They have to acknowledge that.
Emilia: No, that was me, "playing with their heads"
Noah: And what about that remedy for the headache?
Emilia: "Poisonous liquid that gives headache"
Noah: And what about-
Emilia: Don't try Noah, it has always been this way. I'm used to it…
Noah: Emi, we have never talked about your problems. You need to let off some steam.
Emilia: It's not very comfortable talking about me just like that, I think it's not a good idea
(Looks her in the eyes with seriousness) Emilia…
Emilia: Fine… I was born in a small orphanage with many other kids. I just really liked to build things, to create. I don't know why that made people upset… I don't know why that still makes them upset. Sure, I had people that loved me, but as they were starting to being excluded, they left me as well…
Noah: Sorry, we shouldn't have started this conversation.
Emilia: No, it's fine. Well, since then I've tried to get out of here but my economical situation doesn't let me roll the ball, hehe…
Emilia: It's been hard, you know? Trying to talk and say, but no one listened to me ever. It was like… drowning, like been hold in a small vivarium. (teary eyes) It was…
Noah: (holds her hands) Emilia…
(silence)
Noah:…dumb
Emilia: (blushed and nervous) W- What are you say-?!
Noah: (smiling) Don't cry Emi, smile.
After that, Emilia returned to be that enthusiast girl I met, and she even sang for me, I became a fan of her opera. However, it was wrong. I was feeling uneasy, she told me all her truths and I was still hiding, afraid of rejection. But that didn't last long.
8 mounths later
Noah: Peanut!
Emilia: Peanut? Seriously? How on Earth can I eat that thing?
Noah: You made juice with it!
Emilia: Those are two different things, I like peanuts as juice, and apples as appetizers, thank you very much!
Noah: (Growls) Whatever, let's play the next one
Noah holds a card in his forehead without looking at it.
Emilia: This is a tough one… let me think for a second.
Emilia starts whispering for a few seconds
Emilia: I know, you have to be from Austria!
Noah: What?
Noah removes the card off his front and sees it. "Where I am from?" it's written on it.
Emilia: You have to be from Austria, or maybe from Belgic? (enthusiast) Come on, say where are you from.
Noah: Well… I …
Emilia: Oh, it's ok if you don't want to answer, let's get to the other-
Noah: No Emilia, I am… sorry. I can't keep this charade any longer, I don't want to. You're the only one I have… I have to tell you the truth, even if that costs me your absence.
Emilia: I won't leave you, Noah, nothing is going to change that.
Both of them stand up from the ground.
This forest is the place where I come from and what you are looking now… is just half of what I am. I'll show you… the full me.
Noah kneels and extends his arm forward, touching the floor with his fingers; the tattoos in Noah's neck, wrists, and ankles start glowing. At that moment, Noah's body starts becoming mist and adopts the shape of a four-meter quadruped. Then the mist becomes flesh, revealing a giant, grey dog. Noah looks at her in his dog form.
Emilia approaches him, then jumps and starts petting and hugging him.
Emilia: Ohhhhh, you're so cute as a dog!
Noah is bowled over. A mist covers him and returns to his human body.
Noah: (Wide eyes) W-What?! You're not surprised or scared?
Emilia: I was hoping you to tell me, soon or later, and so you did…
Noah: But how did you know?
Emilia: I could tell from those tattoos, I read mythology books, you know? (Sweet smile)
Noah: You knew what I was and…you didn't leave me? (deep, teary eyes)
Emilia gets close to Noah, with their faces close.
Emilia: Of course not dummy… (She gets even closer, mischievous look)
Noah: (Nervous, bashful face) A-Alright then, thank you very much.
Emilia: Ajá…
Noah: W-We should probably go inside the house!
Emilia: Yeah… probably…
Near the house is lying in the ground a shattered bouquet that is commonly sold in the town. A box with a ring lies next to it.
I started to see Emilia with other eyes. It was… love. I always thought that was a simple fairy tale thing, being in love, and a complete craziness that someone could feel something for me.
I don't know how to put it. I felt like nothing really bothered me, I was always in a good mood. A sense of warmth inside me, and I treasure it in my heart. One day, that same feeling made me ask "that" to Emilia. I liked her answer.
1 year later
Noah: Emilia, are you rea-
Emilia: Don't come in! It's of bad luck.
Noah: Emi, you're not superstitious, remember?
Emilia: These are traditions, nothing to do with the other.
Noah lies down against the door and smiles to himself.
Noah: I guess. Another thing why I love you.
Emilia smiles at the other side of the door.
Noah: I'm heading out, I'll wait for you there, Emi.
Noah goes down the stairs and gets out of the house. He walks towards the altar and steps on it.
At that wedding, there were no big tables for lots of people, but it was a couple of benches made by Noah. There were no silverware or many guests, but it was beautiful floral ornaments and small animals expecting the event. And the most important thing was already there.
Emilia walks to the altar. She wears a wedding dress and Noah, a homemade suit. Emilia stands with Noah at the altar.
Noah: You look… beautiful.
Noah: You don't look bad either, you're more handsome than usual (smiles).
Noah: (clears throat) Emilia, I promise to be with you, to fly where the wind takes us and never let you go.
Emilia: I pledge to be in there when you need it, to be in each of your dreams.
Noah: I'll dedicate to your happiness and your smile.
Emilia: I'll give you all my love and affection.
Noah: I promise to be the shoulder for you to cry, and the hand that pushes you forward.
Emilia: I will defend you from all harm and all evil that wants to hurt you.
Noah: Do you, Emilia, take me as your loving husband?
Emilia: I do. And do you, Noah, take me as your loving wife?
Noah: I do
Noah grabs Emilia's ring and puts it on her finger.
Emilia: Is literally… in the ring finger… left hand.
Noah: Oh! Right.
Emilia giggles. Noah places the ring on the ring finger and Emilia does the same.
Emilia: Well, you may kiss-!
Noah kiss Emilia, performing a very funny pose.
After marriage and living together, a few sparks came out about the amount of nitroglycerine in the kitchen and the fur on the couch. But we managed to get along.
2 years later
Emilia: You can't put those wood pieces in the corner!
Noah: Not all your science crystals either!
Both: You're going to get killed!
Both sat on the room's floor, back against back. They are both upset.
Noah: (widens eyes) Emilia… Should we have a baby?
Emilia: Huh?… Ehhh?! How did you come with that right now?!
Noah: That empty corner can be filled with a crib so, what do you say?
Emilia: It will require great responsibility, ya know?
Noah: In exchange, we get happiness, love, and our family will grow! (Smiles)
Emilia: Do you imagine? A little kid running around the house, our kid…
Yes, I want to.
Noah: (smiles) I knew you would… And its name can be Taylor.
Emilia: Or Toad.
Noah: I will never let you call it Toad, definitely not.
Emilia laughs.
1 week later
//Lightning storm. Lightning strikes a tree, Noah wakes up, all sweaty
Noah: (heavy breathing) Ah… What a nightmare… Emilia? Are you awake?
Emilia Is not on the bed, Noah gets up, leaves the room, and goes downstairs.
Noah: Emilia, where are-
The front gate is open. Noah gets out, disturbed.
Noah: Emilia!… Damn, where is she?!
Noah takes dog form and looks for Emilia through the woods. After a couple of minutes of search, he finds a group of persons wearing cassocks getting out of a truck.
(// Noah's thoughts) They were… They are the only ones around. Where… they took her?! (Angry//)
MTF-Stigma 13: "Holy Inquisition
Recovery team Manifest
Team Captain: Father Ernest Anderson
Team Sub-leader: K1
Team members: Private Winkle, G2, J3, S4, S5.
Vehicles: MTF Standard Deployment Truck. Argentean Modified L.A.A Transport Trailer.
Foreword: The day 12/06/1853, a civil aviator sighted in the forest between Switzerland and Austria a "giant animal, like a wolf". The civilian was amnestized and a team from the MTF-Stigma 13 was sent to capture the entity, because of the high probability of it being a transformist
Notes: This record was made with the camera video footage of the MTF members and some security cameras of the vehicle.
All the members make a row, with Anderson in the middle. All of them close their eyes and hold the crux in their chests. Then they proceed to pray their protective prayers.
//All the members open their eyes instantly. Then, the Subject tackles with great strength
S4: Captain!
K1: All of you, keep a safe distance!
The Subject is looking rapidly at every member, it also looks furious. The Subject destroys part of the truck with its tail.
G2: That bastard it won't let us leave!
The Subject looks at the K1 for a couple of seconds.
K1: …(Shouts) Back Arrow tactics! S5, come with me! Winkle, go get your musket when that wolf gets out of there.
Winkle: Yes sir!
K1 draws his sword and charges against the Subject. The Subject rushes against him and makes a sweep attack with its tail. K1 dodges and slides below the Subject, then he thrusts the sword against its chest. The Subject's whole body turns into mist with the same shape, dodging the attack.
K1: Mist?!
The paw goes physical again and gets ready to attack.
S5: Here it comes, sir!
//S5 defends K1 with his shield, the paw hits them and they land off several meters away.
G2: Providing cover, get back on your feet.
G2 fires several rounds at the Subject, the bullets do not affect it. The Subject leaps with its mouth opened, with the intent of killing, G2 continues shooting. Before the Subject bites him, S4 holds its jaws with her shield.
S4: Run now, Aston! You must to-
Bleeding sound, S4 dies crushed
G2: Vika… (Looks at the Subject) You will pay for what you did to her!
The Subject steps back, with an ashamed expression.
K1: (whispers to S5) The only way to win is not giving it time to enter the mist form, follow my lead on this pal.
S5: Affirmative pal, but don't do anything crazy, ok?
K1: Sure, let's go!
K1 and S5 run towards the Subject, S5 kneels as jump support for K1. He's about to jump towards the Wolf.
K1: Sorry, pal…
S5: Eh?-
K1 jumps, the Wolf spots him and starts turning into mist.
K1: …see you in Heavens.
K1 lets his sword go and pulls the crux in his chests, breaking it. The suicide vest activates, exploding near the Subject's mist. It goes physical again and it's seems hurt.
S5: (yells) …Damn!
Winkle: Guys, I got it!
Winkle gets out of the truck with a musket. Then she looks at 4's body.
Winkle: (Looks at the Subject) … Curse you!
Shoot sound, Winkle starts whistling. Musket's bullet impacts the Subject's rib without penetrating, then the bullet flies in a 200-degree trajectory and hits the Subject's chest.
Winkle: You didn't expect that, did you? (Shouts) G2, S5, come here and report!
Winkle continues whistling as the bullet hits the Subject in the leg, then in the gut, then in the back. But it dodges a headshot by turning its head into mist, the bullet losses all kinetic effect. The Subject seems to be resting because of the attack. It's looking at them.
Winkle starts reloading
G2: Sargent, as you saw, its ability to turn into mist is high ranked, and the silver bullets don't penetrate. Also… it killed Vika.
S5: But it was hurt by K1 in its mist form when he… exploded.
Winkle: Listen to me, we are getting out of here alive, for them. Everything has a weakness, now, let's break it.
Winkle ends reloading, the Subject stands up
Winkle: Back on your feet, huh? Come on boys, TAE tactics! (To S5) You have 30 secs (gestures with the head pointing to the truck)
Winkle: G2, we have to earn time.
G2: I know exactly how to!
G2 starts shooting rounds at the Subject's eyes. The bullets rebound, but it's temporarily blinded.
G2: Yes, it worked!
Winkle: G2, dodge!
The Subject runs towards them, half-blinded. Both of them dodge in opposite ways. The Subject, now seeing clearly, gets ready for the second charge. However, S5 gets out of the truck and distracts it.
S5: Over here, you flee sack!
The Subject looks back and hits S5 towards G2's direction, he managed to block the tail hit with his shield.
S5: We are all set, Sargent.
Winkle: Start with tactics!
S5 gets out a club along with his shield. G2 and S5 fight close combat in a circular pattern against the Subject supported by Winkle's bullet. The Subject alternates between mist and physical form to deal with them.
Winkle: (shouts) How much longer?!
S5: Just a bit… Now, now!
G2, S5, and Winkle are now facing the Subject, separated by a couple of meters. It takes a deep breath.
Winkle: What did you think puppy? That I was pointing you?
The trees around start cracking and five of them fall on top of the Subject. It is furious.
S5: And that's not even the best part!
The Subject sees the three TNT charges around it, placed by S5.
S5: Did you really thought that I went to the truck for a fucking club?
The Subject comes desperate, then becomes mist and tries to escape.
J3: Not so kick!
J3 jumps from a tree above the Subject and throws a knife tied to a hand grenade. The Subject looks at J3, she lands in another tree.
J3: (playing with granade safe)… Vale
Explosion.
Radio silence.
Winkle: Are you all good?
S5: Yes, J3 is still up there.
G2: Is it dead?
From the debris, a very wounded man with dog features shows up. G2, S5, and Winkle approach him.
Winkle: You are now in the custody of the Anti-Myths Divison of the SCP Foundation, I'll-
The Subject punches G2 in the gut, then he punches S5 in the face. Winkle gets disarmed and the Subject holds her neck, lifting her from the ground.
J3- Hey! Look over her-
The Subject tosses a piece of wood to J3.
Subject: (coughing) Where… is she?
Winkle: What do you mean?-
?: (shouts) The ones that hurt the flock of the Lord shall be dammed! Amen!
Two bayonets hit each shoulder of the man, nailing it to a tree and setting
Winkle sets free.
Winkle: father Anderson, be careful, his mist form is probably done but he's still resistant to silver.
Anderson: That won't make a difference.
The Subject removes both bayonets from his shoulders and runs towards Anderson armed with them.
Anderson: He still wants to fight, huh? (Looks at S4's corpse) Good, gives me the chance to beat him myself.
The Subject forms a pair of scissors with the bayonets, cutting horizontally. Both of them start to run towards each other. When they are close, the man closes the scissors, but Anderson dodges the cut from below and assets a punch to the chin. The Subject falls unconscious.
Anderson: Winkle, go get the flares, I'll check the rest of the team
Winkle: Yes sir.
Anderson: And Winkle, sorry for not have gotten in time.
Winkle: Yes father, it's appreciated…
To: Richard Masson, Deceased Department.
From: father Ernest Anderson, MTF captain.
Subject: Compensations
MTF-Sigma 13 requires your department services to compensate the families of the deceased personnel S4: Vika Ilianova and her body will be given to her families.
In the case of K1: Calister Grey, due to his lack of family, we will put his grave in our Church's graveyard.
A mass will be performed in the Church to honor their sacrifice. My deepest condolences to their families, they were the best partners that an old man like me can have.
To: Rip Van Winkle
From: father Anderson
Subject: Reminder
Miss Winkle, I have decided to give you the Lieutenant rank. Your high performance in battle and good use of tactics saved the lives of your teammates
In regards to the rest of the team, they will be given higher ranks as well.
You must be confused right now, you must be asking why the hell I'm giving ranks after these events. It's pretty simple: As a reminder. We need to keep pushing harder, for the safety of our brothers and sisters. In moments like these, you may wonder: "Why do we fight for other people? We just need to protect our loved ones". I asked myself the same question. I reached the answer when hundreds of children, mothers, and fathers were holding knives in their hands to kill the monster that slew their loves ones. Then I realized: "What if I would have been the defenseless child with the knife?". We cannot let more people live amongst these nightmares and cry in front of these fears. We must keep the fears in chains.
To: father Anderson
From: Rip Van Winkle
Subject: Re: Reminder
I will like to thank you first, father Anderson, for giving me advice. If you wouldn't, the doubts will have poisoned me as a human being, thank you father, I will never doubt in front of my mission.
Second of all, I am worried. I think we didn't capture a transformist at all, that thing was silver bulletproof even after he took a life. He's absolutely strong, but even the strong ones get killed with silver. I'm afraid we have captured something more dangerous.
M.r Pika: Why did you kill them?
Subject-93: They were the only ones there! What I'm supposed to think if my wife disappears and there's a bunch of people in cassocks nearby?! I'm sure they have her.
M.r Pika: Those were innocent people, Noah. They worked here, they were no criminals.
Subject-93: (Shocked) Then, I…
M.r Pika: Yes, Noah, I'm sorry.
Subject-93: (Looks down, he puts his hands in his face) W-What have I done?
M.r Pika: They were trying to capture you.
Subject-93: (Looks up) Why… why would they want to… (Looks his hands) Oh, I see. I knew that no one will accept me as I am, but I didn't care. I have Emilia, but she's gone too.
M.r Pika: I already told you at the begining, we will find her. She's my sister after all.
Subject-93: You better find her Miss Pika, or I would look for her myself. And if that happens, I will not make the same mistake.
M.r Pika: What mistake?
Subject-93: Taking another innocent life.
<End Log, 13/06/1853>
Closing Statement: The interview was performed while Subject-93 was still wounded after its capture. However, it has a unique ability to self-heal with time. Mother Researcher Pika will continue in charge of Subject-93.
Pika is walking through a hallway when Anderson rapidly walk towards her
Anderson: Pika, I need to talk with you.
Pika keeps walking
Pika: Tell me, Anderson, I have to establish a police search team to look for Emilia.
Anderson: There's maybe some people that witnessed the recovery of the Subject, the one you call "Noah".
Pika stops walking and looks at Anderson
Pika: What?! And why you didn't capture them?
Anderson: They were in a watchtower using some kind of spyglass, maybe ten or twenty clicks away.
Pika: Sharp eye you have there! Because of Stabat Mater, right?
Anderson: Yes Pika, but now we need to deploy most of our personnel to amnestize the whole town.
Pika: I agree, Anderson. I'll send what's left of the personnel to do that, therefore, the only security we have is you and your men.
Anderson: Don't worry, I'll send them to all entrance. And Pika, I have to warn you about something.
Containment Breach Report
Date: 14/06/1853
Foreword: In the early morning, a multitude of man and woman wearing hunting firearms attacked Site-53. Due to the lack of security personnel, the attackers had no major issues entering the Site.
Notes: This is a compilation of all the security tapes that recorded Subject-93's activity during the incident.
M.r Pika: Please put those down, we can manage a peaceful solution.
Attacker 1: Shut the fuck up! If you're going to open your mouth, do it to say "sorry"!
Mother Researcher Pika is standing in the middle of a hallway. A man and women standing at the end of the hallway are pointing her with shotguns
M.r Pika: Why should I apologize?
Attacker 2: You know well enough, bitch! Protecting a monster here, using it for God knows what.
Attacker 1: And looking that crux in your chest is disgusting, you fake cristian!
M.r Pika: I do not belong to that religion, I belong to-
Attacker 2: That doesn't matter anymore! Ready to die?-
Subject-93: (shouts) Miss Pika, crouch down!
M.r Pika and then the attackers notice the presence of Subject-93. Pika crouches down and Subject-93 adopts the mist form. Then the Subject goes towards the attackers, bouncing against the walls and the roof with great speed
Attacker 1: W-What is it?!
Attacker 2: Shoot at that thing!
The attackers start shooting at the Subject. It finally reaches them and nocks them out with its hands (In a physical form). M.r Pika stands up and faces Subject-93
M.r Pika: That was… impressive! Your combat skills are something to be highly considered.
Subject-93: They deserved a bigger punishment for pointing you with guns.
M.r Pika: But you still didn't kill them… Wait! How did you escape?
Subject-93: I heard the alarms… and the screams. After a couple of attempts, I broke the cell, and here we are…
M.r Pika: Well, I have to escort you to another cell until the attack is over.
Subject-93: What?! I can help you with this one!
M.r Pika: I can tell you a thousand reasons, Noah. But the half will be classified and the other half too tedious.
Subject-93: (sighs) I hate bureaucracy… Ok, let's go.
M.r Pika and Subject-93 head to the Cell section
M.r Pika: Probably Anderson and his men are dealing with the attackers, we have nothing to worry about.
Subject-93: That guy? I don't like that 40-year-old priest- (Subject-93 starts sniffing)
M.r Pika: …Noah, what are you doing?
Subject-93: She's here… they brought her here! I'm going to get her!
M.r Pika: Noah, don't go, please!
Subject-93 starts running, followed by M.r Pika
Pika: What do you want to warn me about, Anderson?
Anderson: (serious look) About that monster that looks human.
Pika: Anderson, he's a young man looking for his wife. He's not like all the demons, vampires, and ghouls that we have faced.
Anderson: "IT" killed two of my soldiers!
Pika: I also knew Vika and Calister, but we can't think of him as a vicious creature. You've seen his eyes, there's nothing there but worry, the worry of an in-loved man.
Anderson: I've been here more time than you, Pika. I've seen how monsters act to earn our trust and stab our backs. So, be careful around him.
Pika: Sure Anderson, I know how to-
Anderson: "take care of yourself", I know (slight laugh)
M.r Pika: Noah, I finally reach you, we must to…
M.r Pika stands at the entrance of the room, she sees Subject-93's back. It is looking at a metal table, there is a woman on the table
Subject-93: (wide eyes) Pika… what is this?…
M.r Pika: (disturbed) You shouldn't have seen that, come here No-
Subject-93: Pika… did you lie to me?…
M.r Pika: (serious look) … Yes Noah, I'm so-
Subject-93 turns back to M.r Pika. It grabs her by the shirt collar and pushes her against the wall
Subject-93: How did you?! She was your sister! How you aren't sad?!
M.r Pika: Noah, she was not my sister. It was all to… keep you under control.
Subject-93 lets M.r Pika go. It takes a few steps back
Subject-93: I'm going to kill them.
M.r Pika stands in the way between Subject-93 and the door
M.r Pika: Wait, Noah! You said you wouldn't kill-
Subject-93: They are no innocent!
M.r Pika: Noah…
Subject-93: But you're right…it doesn't matter anymore…
Subject-93 turns back and looks at the metal table. It takes the body and kneels with it in its arms
Subject-93: I should have held you tighter! I should have protected you! Now… I'm all alone!
Subject-93 breaks down in tears
After a few seconds, MTF captain Ernest Anderson stands at the entrance. He is heavily wounded and full of blood
Capt Anderson: (furious look) 93, you're getting back to your-
Capt Anderson notices how Subject 93 is crying. He wides his eyes, surprised, and remains quiet
Closing Statement: No attacker was killed during the Breach, but 97.3 percent were hurt by MTF soldiers. Most of the attackers were amnestized, the only exceptions were Jhonathan Hornes and Claudy Makiner. M.r Pika is currently working with Subject-93 as its psychologist.
A couple of hours after Mother Pika ordered a special search team, the person named by Subject-93 as "Emilia" was found. She was found dead in the woods, near the town. The two citizens guilty of this crime have already been found and will be taken by the Foundation as D-class personnel. Both of them confessed how they murdered Emilia. The description of said facts has been removed due to explanation explicit violence, Jalapeños!, and Alotofpeper
Anderson: You were right…
Pika: Wait! Who are you and what have You done with mister Priderson?
Anderson: Very funny, you have a total gift for comedy, Pika.
Pika: Yeah, I know I'm good (smiles proudly)
Anderson: Pika, talking seriously, I feel regret for my attitude.
Pika: Well, you can always come here and confess, right?
Anderson moves his chair, now in front of Pika with the table between them
Pika: Now, tell me your sins, my son! (giggles)
Anderson: You are enjoying this pretty much, aren't you?
Pika answers with her raised eyebrow and a smile
Anderson: (sighs) I'm… sorry Pika. I treated him badly and it was out of place. I never thought that nine- (clears throat), Noah could not be a monster.
Pika: Well, he's actually a very odd case. We have never found anything like Noah 'till now.
Anderson: Exactly! I've never seen that: a "monster" crying. And when I look at him now… that young man must be devastated.
Pika: (rolls eyes) Thanks for putting up the obvious.
Anderson: That's why I wanted to apologize. (frowns upset)… And I know exactly how to!
Pika: Eh?
Anderson approaches Pika and starts whispering
Pika: Ok… Do you know that this will require Enrica's authorization?
Anderson: You know that we don't have the best relationship…
Pika: She's gonna kick your ass if she finds out.
Anderson: Yeah… that's not gonna happen. (serious look) Now let's go.
Pika: I will never understand how you do it…
Anderson: How I do what?
Pika: How can you swap between calmness and seriousness… in less than three seconds?!
Anderson: (serious grimace) Good effort?
Pika sighs
Pika: Come on Noah, sit here.
Noah: Thanks…
Noah sits quietly on the wood bench where Pika is sat. The morning birds fly through the Church windows with beautiful melodies. In the opposite corner, there's a group of children studying the ways of Neo-Catholicism. They are being taught by Anderson, his smile goes from ear to eat while sings with the children. Suddenly, he sees Pika and Noah sited on the bench, his eyes express surprise
Anderson: I'll be back in a minute… or two.
Anderson walks towards Pika
Anderson: Pika, can we talk for a second?
Despite Anderson's closed eyes smile, the swollen vein in his forehead expresses other feelings
Pika: Ok…
Anderson: Oh, I forgot.
Before leave, Anderson looks at Noah and then extends his arm to him. Noah seems confused while looking at Anderson, but then he shakes his hand and nods
Anderson: Alright, now come here Pika.
Both of them walk next to the door
Anderson: Are you-! (Looks around, then whispers) out of your damn mind?
Pika: Ohhh you're going straight to hell with that mouth.
Anderson: Not time for jokes Pika. I'm not angry with him anymore, but he's still an anomaly and you brought him to a church with my students! One thing is making a funeral for his wife, but this.
Pika: Anderson, he promised not to hurt innocent people, and I trust in his word. Besides, he needs this, people to support him.
Anderson: I… will keep an eye on him, seriously.
Anderson points to Lieutenant Winkle, leaning against the railing of the high part of the Church. Winkle salutes her theatrically using her musket, Pika laughs
Anderson: I just remember that I have something for you. I'll be back in a minute.
Pika: Really?! I'll be waiting with Noah.
Anderson walk to the back of the Church. When Pika walks towards Noah, she sees him talking with a boy and a girl from Anderson's class
…And next, you carve with a flat knife and- Oh, hello Pika
New friends, huh?
Yeah, (to the kids) new friends that must go back with their group.
Sure mister, bye miss Pika!
The kids leave and join their class
Hehe, they are so pure, now I get how Anderson smiles with them near. And they are very smart.
Em… they have five.
It doesn't matter. What was the thing you wanted to show me?
Close your eyes and open your ears.
(sighs) Fine…
Noah closed his eyes, the Pika makes signs to a woman standing on the Church's lectern. The woman started to sing opera, the kids look at him, same as Noah
Noah: Pika… this is the same that she-
Noah's eyes are full of tears and his mouth is open. Pika leans against the backplate of the bench while smiling
Pika: I know, you said it, remember?
Noah rests his hands on his knees and looks down. He cries as longer the opera follows
Noah: Thank you… Pika.
Pika: Don't mention it.
The opera follows three more minutes, when it ends, the woman looks at Pika and makes the money gesture with one hand and with the other points the Church's back with her thumb. Pika gives her a nervous smile and the woman leaves, with the face of someone that is not getting paid
Anderson: Noah?
Noah: Jesus Christ!
Anderson is standing next to Noah
Anderson: No, am Anderson. Wait… were you-?
Noah: No I was not! (says while cleaning his face with his forearm)
Anderson: Well… this is what I wanted to give you Pika.
Anderson approaches Pika and gives her a ring. The ring has a golden glow and carved white marks in it
Noah laughs shortly
Noah: Am I invited to the wedding?
Pika: Please, Noah, this is just a gift from Anderson. Or it means something else…? (Raised her eyebrow)
Anderson: Do I have to make it more obvious that I'm wearing a cassock?
Pika: Even if it was the case, he wouldn't admit it because of this thing called "ego". He has plenty much of it.
Anderson: Yes, keep saying that to yourself. The point is that Enrica told me to give you this ring, she said that you needed a raise.
Pika: Big sis gave me a raise? Nice!
Noah: Who is this Enrica?
Anderson growls
Anderson: A very disturbing woman that thinks to be the boss of everything.
Pika: Anderson… she is our boss. Without her, this place wouldn't exist.
Anderson: The rank of Archbishop still doesn't give her a reason to be that annoying!
Pika: (sighs) Drop it, Anderson, you two just not got along.
// Noah laughs, then his laugh fades slowly//
Noah: Pika, Anderson, I have nothing more for what to live for at all. You two have been nice to me, I appreciate that, I really do. But… I want to do more, if I have nothing left, then why don't I give my life for the safety of the people around me? At the same time, I want to spend more time with you so, I'll ask it clear. Can I join you?
Anderson: Well… that's a bit-
Pika: Of course! I'll ask Enrica's authorization.
Anderson: W-What?!
Noah: Thanks, guys… (smiles)
To: Mother Researcher Pika Rouge
From: Archbishop Enrica Maxwell
Subject: Authorization granted
Mother Researcher Pika, if you have total confidence that this anomaly is incapable of hurting human life, I will trust in your word. I also want Anderson with him, he's so paranoic that Subject-93 could not breathe without him knowing. Between us two, I really trust Anderson, but if I tell him his ego will make him even worst! Say hi to Anderson and the rookie, I wish you luck!
Wow! You flipped a card and got: Felixou II!!! You ca reload the page or go to the next.
DATE: 21 Mar 2021 14:36
Medical Division Identifier: MDI-XXXX
Common Descriptor: Memetic Agent Exposure
Lethality: 6 (beneficial)
Hazards: psychological
Treatment: No treatment needed. During an AISA event, every personnel are to understand that this memetic agent is only beneficial.
Information: MDI-XXXX is a single memetic picture. When visually observed by a human, the subject will forget any kind of "bad" memory that could happen during their life. These memories can vary from a post-traumatic event that changed the life of the subject to a sin that the subject made. These memories will be replaced by a more "happier" one.
In an AISA event, MDI-XXXX will be sent to all Foundation members through Email. The following note will also be broadcasted in all facilities along MDI-XXXX.
If you just got this email sent, this means Project AISA just started. And this also means you no longer work at the Foundation. This picture helped you forget about all the mistakes you've made during or before your work at the Foundation.
For you, D-class hearing this, this is also your last day to work for the Foundation. I know what you all think, and no, this is not a way to tell you that you will all be terminated. We did… horrible things to all of you. This is why you can all be, too, affected by this memetic agent. No, this is not lethal at all, this image will only help you forget about the things you experienced during your life before and at the Foundation. You are forgiven, will you forgive us?
I know it might be sudden, but it should not matter now. Thank you for the hard work you made at the Foundation. Please accept this day off and enjoy it while it lasts. You deserve it.
—O5-1
Addenda-XXXX-2: Project AISA
Project AISA is a Foundation-planned initiative to comfort humanity in response to a predictable, singular, and widely publicized XK End-of-the-World scenario. Once such an event grows imminent, all Foundation personnel will gain access to files on Project AISA anomalies.
Special Containment Procedures: SCP-5xxx is to be contained in its own working place at Site-19. If SCP-5xxx misses a day of work, the incident is to be reported to site-19. Out of respect for Dr. Kalister, every personnel assigned to SCP-5xxx are restricted to call him by his name and not by its item designation.
Description: SCP-5xxx is a 49 years old human male of Indian descent. SCP-5xxx once was Dr. Kalister, a former level 4 agent that was retired from the Foundation after 30 years. After its retirement, SCP-5xxx occupied the profession of a dentist, which it had a great interest in. Only 2 days after his newly acquired job, anomalous events started to occur.
If a subject is in a waiting room next to the working place of SCP-5xxx, the subject will feel anxiety, stress, and have multiple visuals and auditory hallucinations.
These hallucinations can vary from:
- hearing multiple screams coming from the walls of the working room.
- hearing the use of torturing devices through the walls of the room.
- hearing Dr. Kalister laughing and insulting the patient.
- seeing a flow of blood coming from under the working room door.
The subject in the waiting room has a 50% chance of leaving the room and going home due to stress and anxiety. The other 50% will wait for the last patient to finish, and thereafter, will enter the workplace of SCP-5xxx. After passing the door from the workplace of SCP-5xxx, every previous sign of stress and anxiety will vanish and the subject will feel a sense of ease while letting SCP-5xxx do his job. After the session, the subject will forget the previous signs of stress and anxiety in the waiting room and will remember SCP-5xxx as being very kind.
Addendum-1: SCP-5xxx retiring from dental work, successfully neutralized the anomalous effect. However, by demand of Dr. Kalister, attempts of removing the anomalous effect without putting SCP-5xxx jobless have been made, which all of them failed.
SCP-5xxxx is unemployed as of 10/11/2010 and is contained at Site-19..
Addendum-2: SCP-5xxx is now the official dentist of Site-19 for all researchers, MTF and D-class of this site. For more information, please read the note down below written by agent Matthew.
Hello foundation, I am an MTF Delta-2 agent, please call me Matthew. Today, I will talk not for SCP-5xxx but for Dr. Kalister, which I was assigned to about a year now and was a friend of work even before he was SCP-5xxx.
Reclassification to safe is pending.
light ;)
Wow! You flipped a card and got: when the world glitched* extra bad grammer!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 21:49
Item #: 6477-j
Object Class: infurnum laughium omega retardus ribicagedus ripinten-nuetrilized
Special Containment Procedures: [idk how to contain laughter]
Description: [The world glitched for 10 seconds and everyone on earth had their lungs expand and break their ribcages. All laughing super duper duper hard and loud. this caused a sonic boom to cause a disaster. I interviewed a victim and he was my neighbor. Being rickrolled during the experiment. the hospital was destroyed so your screws.]
Addendum: [dude next door: owe may wibs
me: bruh
him: dood u n need attack soundwaves
me: bruh wha
him: YEEEE
me: what
him: doggggeeeeeeoooo
me: dude u-
him: i want my mommy NOW! I DEMAND IT
ME: YAY YOUR GRAMMER IS NOW CORRECT
him: my brain need go kuookooo
me: me TOO
him: i have a dog
me: i do not
researcher davis: uhhhh this is randomly usless
me: why did we put so many different things inside the classification?
him: am pro
me: cuz am noob
researcher davis: im getting more and more infected and tempted to say random gossip of the common people.
scp-173 and scp-678 and scp-096: rotates uncontrollibly
scp-049: PEST
scp-049: PESTILENCE
scp-049: starts doing backflips
scp-682: disgusting- dddddidddidiiiiiiiiiiiiiiiiiisssisisisisisiisisisisssusususususuussuuudugugugugugugugugugugugguuusususstisitisisitististitisitisaing
scp-682: chants disgusting randomly while his eyes are screaming uncontrollably.
[end of log]
this mess was cleaned up by a tiny drone that broke 72 times in the process of moving. all of the sips are spinning uncontrollably so they had to be put on a helicarrier because a net will just twist like a fidget spinner and break.]
Wow! You flipped a card and got: Semiazai!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 18:11
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: The Pleasance Falls elder care center in Montana is to be staffed by Foundation personnel. No new residents will be accepted. Staff should be rotated every 3 weeks to prevent any SCP-xxxx from anchoring and advancing past Stage 1. As of xx/xx/xxxx all residents were moved to site xx. Amnestics were administered to any residents who stopped showing symptoms. Residents who continued to show symptoms were terminated.
Social media monitoring team SMT Gamma (Web Trawlers) monitor social media with the aid of algorithms seeking keywords. When typical signs of feeding are found the Web Trawlers respond by removing the prey from the area until the entity has left, administering amnestics, and returning the subject to their home.
Description: SCP-xxxx is an interdimensional entity which feeds on the attention of human prey. The entity begins by establishing a two part foothold in our dimension. The first part is geographical and anchors the entity to a location unless feeding reaches late stage 4. The second part of the foothold is an individual. A single entity can only feed on one individual once a link has been established.
SCP-xxxx came to the Foundation’s attention when Data Specialist Sanders was visiting his mother in an elder care community and noticed an unusual number of residents appearing to interact with people that weren’t really there. Sanders’ mother also complained about unusual noises and “people looking in her windows.” An investigative team was dispatched. After conducting interviews it was concluded an anomalous entity was responsible.
Feeding consists of 5 known stages with sub stages. Note that most characteristics of a stage continue into the following stages.
- Stage 1 lasts from three to eight weeks.
- Stage 1a: The victim will begin hearing a persistent, common, low sound. This sound is most often described as large bamboo wind chimes. Other common sounds are bass from a stereo, someone practicing drums, using a leaf blower, or mowing a lawn. These sounds are always barely audible and require concentration to hear. They are not real, and therefore others cannot hear them, nor can they be recorded.
- Stage 1b: Eventually the persistent sound is replaced by knocking, muffled voices outside a bedroom window, someone shouting from a distance, or speaking to the victim from nearby. These sounds are universally disruptive and only occur when the victim is distracted by, or focused on, something else. The most common reported vocalization is “Howdy neighbor.” This phase often includes a serious lack of sleep as loud noises frequently occur just as the victim is drifting off to sleep.
- Stage 2 has been known to be as short as several days, but much like stage 1 can go on for weeks. Stage 2 is often when the victim first becomes aware that something is seriously wrong. They will begin seeing strangers staring at them from a distance when they are outside near their home or when they look out their windows. The stranger is always at a distance and seemingly impossible to reach without losing sight of them. Most victims begin trying to take pictures as evidence, but because of the illusory nature of the sightings they are the only ones who can see anyone in the photos, or the strangers do not appear in the photos even to the photographer; this is split approximately 50/50. NOTE: This is the easiest stage in which to catch an instance of SCP-xxxx as it is the stage during which most victims choose to post, report, or complain.
- Stage 3 lasts from 1 to 4 weeks. Shorter durations are much more dangerous due to the unlikelihood that the subject will seek help before moving to stage 4.
- In stage 3a the victim begins experiencing itchiness that is most often mistaken for dry skin. Sometimes it is described as having bugs crawling up the victims legs, or across their arms.
- Stage 3b includes sensations of someone touching the victim. This phase can often lead to accidentally saving the victim from progressing any further as it is not uncommon for the victim to seek, or be put into, the care of professionals. By moving to another location for care the victim unknowingly escapes the geographical limitations of the entity. The sensations most often experienced are of someone running their hands through the victims hair, caressing their shoulders, or attempting to hold their hand.
- Stage 4 has been known to last for up to 20 weeks with a shortest known duration of 3. If the subject progresses far enough into stage 4 there is no known way to prevent advancing to stage 5. At some point during stage 4 (about halfway, but there is no way to know how long Stage 4 will be for a given individual) the entity becomes anchored solely to its prey and is no longer limited geographically. Removing the victim from their home will no longer allow them to escape the effects of the entity. This stage often includes an apparent reduction in predatory behavior, and is characterized by feelings of hope. The reality is that many victims actually spend much of their time interacting with people who aren’t really there, but the illusion is so complete they don’t realize what is happening.
- In stage 5 the victim enters a coma. It is believed that the subject continues to live in an entirely fictitious world until expiring.
Addendum:
You can’t just leave my mother, or anyone’s mother for that matter, to be slowly consumed by an inter-dimensional entity! - DS Sanders xx/xx/xxxx
We need to study the entity’s behavior to be sure the containment procedures we have in place will be sufficient. - O5 xx/xx/xxxx
You terminated my mother! - DS Sanders xx/xx/xxxx
Wow! You flipped a card and got: TERMINAL FOR ROOM: HUMAN. Dimension of Origin Ab.4!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 14:08
@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);
}
}
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/terminus.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/profontwindows.css');
@import url('https://scp-wiki.wdfiles.com/local--files/theme:isolated-terminal/vga8.css');
#main-content {
padding: 1rem;
margin-top: 0;
}
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "isolated-terminal";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "Isolated Terminal Theme";
/* set this to your theme's full name */
/* header measurements */
--header-height-on-desktop: 12.4rem;
--header-height-on-mobile: 12rem;
--header-h1-font-size: calc(var(--base-font-size) * 3);
/* Typefaces */
--body-font: 'terminus_ttfmedium', sans-serif;
--header-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--title-font: 'mxplus_ibm_vga_8x16regular', sans-serif;
--mono-font: 'profontwindowsregular', monospace;
--base-font-size: 1.11rem;
/* null logo */
--logo-image: none;
/* change title */
--header-title: "SCP FOUNDATION";
/* Header Gradients */
--diagonal-stripes: initial;
/*----*/
--accentColor: 246,196,3;
--darkColor: 40,26,8;
--bright-accent: var(--accentColor);
--dark-accent: var(--accentColor);
--pale-accent: var(--accentColor);
--medium-accent: var(--accentColor);
--black-monochrome: var(--accentColor);
--dark-gray-monochrome: var(--darkColor);
--gray-monochrome: var(--darkColor);
--light-pale-gray-monochrome: var(--darkColor);
--pale-gray-monochrome: var(--accentColor);
--very-light-gray-monochrome: var(--darkColor);
--white-monochrome: var(--darkColor);
--rating-module-button-color: var(--white-monochrome);
--rating-module-button-credit-color: var(--white-monochrome);
--rating-module-text-color: var(--white-monochrome);
--rating-module-button-cancel-color: var(--gray-monochrome);
--swatch-headerh1-color: var(--black-monochrome);
--swatch-menubg-medium-color: var(--bright-accent);
--swatch-menubg-light-color: var(--gray-monochrome);
--swatch-menutxt-light-color: var(--black-monochrome);
--swatch-menubg-medium-dark-color: var(--black-monochrome);
--swatch-primary-darker: var(--bright-accent);
--swatch-primary-darkest: var(--gray-monochrome);
--swatch-text-light: var(--bright-accent);
--swatch-topmenu-bg-color: var(--bright-accent);
--gradient-header: none;
--gradient-background: rgb(var( --gray-monochrome));
/* Desktop Sidebar button */
--toggle-button-bg: rgb(var(--black-monochrome));
--toggle-border-width: 0;
--toggle-icon-color: rgb(var(--swatch-primary-darkest));
--toggle-roundness: 0;
}
/* ------------------------------- */
/* header title adjustments */
#header::before { opacity: 1; } /* change logo opacity */
#header { filter: none; }
#header h1, #header h1 a, #header h1 a::before {
top: 1.46rem;
text-shadow: none;
letter-spacing: 0.1rem;
}
#header h2 { display: none; } /* hide header subtitle */
/* svg logo mask */
#header::before {
background-color: rgb(var(--black-monochrome));
-webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='1040' height='1040'%3E%3Cpath d='M437 969v-10h-73v-18h-36v-18h-36v-18h-36v-18h-56v18h-72v-36h-18v-36H92v-37H74v-36H55v-36H37v-36H19v-56h18v-18h18v-18h19V451h18v-72h18v-38h18v-36h18v-36h18v-18h18v-18h18v-19h20v-18h18v-18h18v-18h36v-18h36v-18h18v-18h18V50h19V32h272v18h19v56h18v18h18v18h36v18h36v18h18v18h20v18h18v19h18v18h18v18h18v36h18v36h18v38h18v72h18v145h19v18h18v18h18v56h-18v36h-18v36h-19v36h-18v37h-18v36h-18v36h-72v-18h-56v18h-36v18h-36v18h-36v18h-73v20H437v-10zm146-37v-9h72v-18h37v-18h36v-18h18v-18h92v18h54v-36h18v-37h18v-36h18v-36h18v-36h19v-38h-19v-18h-18v-18h-18V469h-18v-72h-18v-38h-18v-36h-18v-18h-18v-36h-18v-18h-20v-18h-18v-19h-36v-18h-18v-18h-36v-18h-18v-18h-19v-36h-18V70H401v36h-18v36h-19v18h-18v18h-36v18h-18v18h-36v19h-18v18h-18v18h-20v36h-18v18h-18v36h-18v38h-18v72h-18v145H92v18H74v18H55v38h19v36h18v36h18v36h18v37h18v36h54v-18h92v18h18v18h36v18h37v18h72v18h128v-9z'/%3E%3Cpath d='M437 805v-9h-54v-18h-37v-18h-18v-18h-18v-18h-18v-18h-36v18h-36v18h-20v-18h-18v-36h38v-18h18v-20h18v-18h-18v-72h-18v-73h18v-72h18v-36h18v-38h18v-18h18v-18h18v-18h18v-18h37v-18h36v-18h72v-55h56v55h72v18h36v18h37v18h18v18h18v18h18v18h18v38h18v36h18v72h20v73h-20v72h-18v18h18v20h20v18h36v36h-18v18h-18v-18h-38v-18h-36v18h-18v18h-18v18h-18v18h-37v18h-54v18H437v-9zm164-54v-9h36v-18h37v-18h18v-18h18v-18h-18v-20h-37v-18h-18v38h-18v-20h-18v-36h-18v-18h-18v-18h-18v-36h90v18h55v18h-18v18h18v18h36v18h18v-54h18V469h-18v-54h-18v-36h-18v-20h-18v-18h-18v-18h-37v-18h-36v-18h-54v92h36v36h-18v36h-18v36h-18v18h-20v-18h-18v-36h-18v-36h-18v-36h36v-92h-54v18h-36v18h-37v18h-18v18h-18v20h-18v36h-18v54h-18v109h18v54h18v-18h36v-18h18v-18h-18v-18h55v-18h90v36h-18v18h-18v18h-18v36h-18v20h-18v-38h-18v18h-37v20h-18v18h18v18h18v18h37v18h36v18h164v-9z'/%3E%3C/svg%3E");
-webkit-mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
mask-size: calc(var(--header-height-on-desktop) - var(--header-h1-font-size) - 1rem);
-webkit-mask-position: center 0;
mask-position: center 0;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size: calc(var(--base-font-size) * 2.25);
}
#header h1, #header h1 a, #header h1 a::before {
top: 1.91rem;
}
#header::before {
top: 1.25rem;
-webkit-mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
mask-size: calc(var(--header-height-on-mobile) - var(--header-h1-font-size) - 2rem);
-webkit-mask-position: center 0.8rem;
mask-position: center 0.8rem;
}
}
/* Account Stuff */
#login-status .printuser { color: rgb(var(--pale-gray-monochrome)); }
#account-options { background: var(--gradient-background); }
/* Search Bar */
@media only screen and (min-width: 769px) {
#search-top-box-form input[type="submit"], #search-top-box-input:focus, #search-top-box-input:hover, #search-top-box-form>input {
box-shadow: none;
border: var(--border-styling);
}
#search-top-box-form input[type="submit"]:hover {
color: rgb(var(--swatch-primary-darkest));
border-width: 0;
}
}
/* Desktop Top Bar Config */
@media only screen and (min-width: 769px) {
#top-bar div.top-bar>ul>li>ul>li>a:hover {
color: rgb(var(--gray-monochrome));
}
}
/* Mobile Top Bar Config */
@media only screen and (max-width: 768px) {
:root {
--swatch-menutxt-light-color: var(--white-monochrome);
}
#top-bar div.mobile-top-bar>ul>li>ul>li>a {
color: rgb(var(--swatch-menubg-medium-dark-color));
}
#top-bar div.mobile-top-bar > ul > li:hover > a,
#top-bar div.mobile-top-bar > ul > li.sfhover > a {
color: rgb(var(--black-monochrome));
}
#top-bar div.mobile-top-bar>ul>li>a {
letter-spacing: -0.07rem;
}
#search-top-box:not(:focus-within):before {
background-color: rgb(var(--black-monochrome));
}
}
#side-bar .side-block.media, #side-bar .heading, #side-bar .side-block>.collapsible-block:first-child .collapsible-block-folded {
background-color: rgb(var(--swatch-primary-darker))!important;
}
#side-bar .heading p {
text-shadow: none;
color: rgb(var(--swatch-primary-darkest));
}
/* ----- PAGE ELEMENT ----- */
body {
font-size: calc(var(--base-font-size) * 1.2);
letter-spacing: -0.063rem;
line-height: calc(var(--base-font-size) * 1.57);
text-shadow: 0 0 5px rgba(var(--black-monochrome), 0.13);
/* Ayers Info Bar */
--barColour: rgb(var(--black-monochrome));
--linkColour: rgb(var(--white-monochrome));
}
#page-title {
line-height: calc(var(--base-font-size) * 2);
}
#page-title, h1, h2, h3, h4, h5, h6 {
letter-spacing: 0.07rem;
}
/* teletype */
tt {
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
#edit-page-textarea, .code pre, .code p, .code, .page-source {
font-family: var(--mono-font);
font-size: calc(var(--base-font-size) * 1.12);
letter-spacing: 0;
}
/* Rate Module */
.page-rate-widget-box, #page-content .rate-box-with-credit-button {
box-shadow: none;
border: none;
background: rgb(var(--pale-gray-monochrome));
}
#page-content .page-rate-widget-box .rateup a:hover {
background-color: rgba(var(--rating-module-button-plus-color), 0.8);
}
#page-content .page-rate-widget-box .ratedown a:hover {
background-color: rgba(var(--rating-module-button-negative-color), 0.8);
}
#page-content .page-rate-widget-box .cancel a:hover {
background-color: rgba(var(--rating-module-button-cancel-color), 0.8);
}
#page-content .modalbox {
background: rgb(var(--swatch-menubg-light-color)) !important;
box-shadow: none;
border: solid 1px rgb(var(--black-monochrome));
border-radius: 0;
}
#page-content .modalbox hr {
margin: 1em;
margin-left: -0.25em;
margin-right: -0.25em;
}
.close-credits,
.credit-back {
filter: hue-rotate(70deg) brightness(4);
}
/* tab*/
.yui-navset .yui-nav .selected a {
color: rgb(var(--swatch-primary-darkest))!important;
}
/* Blockquote-style */
blockquote, div.blockquote, #toc {
border: var(--border-styling);
background-color: rgba(var(--pale-gray-monochrome), 0.04);
}
/* Code */
div.code {
background-color: #f4f4f4;
text-shadow: none;
}
/* hr */
hr {
background-color: rgb(var(--swatch-menubg-medium-color));
height: 0;
margin-top: 1.5em; margin-bottom: 1.5em;
}
blockquote > hr, div.blockquote > hr {
margin-left: calc(-1em - 0.7px);
margin-right: calc(-1em - 0.7px);
}
/* LINK */
a, a:visited, a:hover, #footer-bar a:not(.image) {
font-weight: bold;
color: rgb(var(--gray-monochrome));
background-color: rgb(var(--black-monochrome));
}
a:hover {
box-shadow: 0 0 0.7em 0.1em rgba(var(--black-monochrome),0.3);
}
#content-wrap a { padding: 0.13em; }
/* patch */
#side-bar .close-menu {
background: transparent;
}
#side-bar .close-menu:hover { box-shadow: none; }
span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
#header a:hover {
box-shadow: initial; /* suppress header links from being affected */
}
form#edit-page-form a, div#action-area a {
color: rgb(var(--swatch-menubg-light-color));
}
a.footnoteref {
display: initial;
margin-left: 0.05em;
}
/* obligatory ACS compatibility */
.danger-diamond a, .danger-diamond a:hover {
background: initial;
text-shadow: none;
box-shadow: none;
}
/* table */
table.wiki-content-table th {
color: rgb(var(--white-monochrome));
}
#page-content .wiki-content-table tr th,
#page-content .wiki-content-table tr td {
border: solid 1px rgb(var(--black-monochrome));
}
/* Image Block */
.scp-image-block {
box-sizing: border-box;
box-shadow: none;
border-color: rgba(var(--black-monochrome), 0);
border-width: 0;
}
.scp-image-block .scp-image-caption {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgba(var(--swatch-menubg-light-color),0);
padding: 0.125rem;
margin-top: 6px;
}
/* Pop-Up Windows */
.owindow {
border-color: rgb(var(--black-monochrome));
}
/* CUSTOM BLOCKS */
.expoblock {
box-sizing: border-box;
border: solid 0.7rem rgb(var(--black-monochrome));
padding: 1rem;
}
.expoblock hr {
height: 0.6rem;
margin: 1.5em 0;
}
span.hilighter {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--gray-monochrome));
font-weight: bold;
padding: 0.2em;
font-size: 108%;
line-height: 1.2;
}
/* OTHER */
/*licencebox link override */
.licensebox .collapsible-block-link {
color: rgb(var(--gray-monochrome));
}
form#edit-page-form .wd-editor-toolbar-panel a { padding: 0; }
#lock-info {
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
div#ohandle-1.title {
color: rgb(var(--swatch-primary-darkest));
background-color: rgb(var(--swatch-menubg-medium-dark-color));
}
div.page-source {
border-color: rgb(var(--swatch-text-light));
}
/* Tags */
#main-content .page-tags a {
padding: 0.2em;
padding-top: 0; padding-bottom: 0;
margin: .25rem .2rem; .5rem .2rem;
}
.page-tags span {
border-top: 1px solid rgb(var(--swatch-text-light));
}
/* Article Bottom Buttons */
div#page-options-bottom > a,
div#page-options-bottom-2 > a,
div#page-options-bottom > a:hover,
div#page-options-bottom-2 > a:hover {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
border-radius: 0;
}
/* other buttons */
div#revision-list a { background-color: rgb(var(--swatch-text-light)); }
table.page-history td.optionstd a,
.buttons .btn,
.owindow .button-bar a {
color: rgb(var(--swatch-text-light));
background-color: rgb(var(--swatch-menubg-light-color));
border-color: rgb(var(--swatch-text-light));
}
.buttons .btn:hover, .owindow .button-bar a:hover {
color: rgb(var(--swatch-menubg-light-color));
background-color: rgb(var(--swatch-text-light));
border-color: rgb(var(--swatch-menubg-light-color));
}
#license-area {
color: rgb(var(--swatch-text-light));
}
#action-area span.printuser a:not(a:last-child) {
background-color: initial;
padding: 0;
box-shadow: initial;
}
/* SCANLINE */
div#extrac-div-1 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background: repeating-linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.15) 50%,rgba(0,0,0,0));
background-size: auto 8px;
opacity: 0.7;
}
div#extrac-div-2 {
position: fixed;
width: 100vw;
height : 1rem;
top: 0;
pointer-events: none;
background: linear-gradient(to bottom, rgba(255,0,0,0) 0%,rgba(255,250,250,1) 50%,rgba(255,255,255,0.98) 51%,rgba(255,0,0,0) 100%);
opacity : .1;
animation: scanm 6s linear infinite;
}
@keyframes scanm {
0% { top: -1rem; opacity : .05;}
25% { top: 50%; opacity: .03;}
37.5% { top: 75%; opacity: 0.06;}
50% { top: 100%; opacity: .03;}
100% { top: 100%;}
}
div#extrac-div-3 {
position: fixed;
width: 100vw;
height: 100vh;
pointer-events: none;
background-image: radial-gradient(circle, rgb(230,210,200) 0%, rgb(177,158,152) 60%, rgb(55,28,30) 100%);
opacity: 0.25;
mix-blend-mode: color-dodge;
background-repeat: no-repeat;
background-size: cover;
}
/* fixes a chrome bug */
html { background: rgb(var(--dark-gray-monochrome)); }
Hello. I have presently been stuck on this train for 2 days. Whoever is reading this, I hope you find some way off off this thing.
It started when I was trying to get to my job in ████████. I’d normally have taken my car, but it decided not to work and I was already late so I decided to take the train. Currently that is the worst decision I have ever made, it put me in this nightmare. After boarding and seeing no one else here I was worried and then some freaky aliens appear out of no where and I’ve got some robots that think they are my personal servants! I just started freaking out and the servant guys were telling me to stay calm and that I wasn’t in any danger, which made me even more terrified. They tried to give me pamphlets and stuff to calm me down. They grabbed me and placed me on a chair by myself, telling me to calm down. When I passed out, they must have put me here. They were all like ‘Your species has reserved a room. Enjoy your stay and please don’t panic again.’ WHAT IS THAT SUPPOSED TO MEAN?!
They gave me this computer to do stuff on, though it seems that all I can do is make notes.
It’s the 4th day now. I’ve discovered that the cabinets seem to replenish themselves after I’ve taken stuff out. I’ve stayed up just staring at the walls for like 26 hours and no one has come in so I don’t know how they are resupplied. I just tried to break through the wall to my right and get out, but a ‘Steward’ (that’s what the staff/servant guys call themselves) came and stopped my efforts. He didn’t like that I was damaging the train.
My interpretation of the logo. (apologies, I drew it on the computer myself)
Day 5, and I’ve figured how the food is supplied. I watched the inside of the cabinet and about an hour after I took everything out, the bottom opened and a platform came up with food on it. I’ve seen this logo everywhere on the train, and asked the Stewards about it, they said it was the ‘Interius-Ratio Service Logo’ they said it belongs to their species, the people who made the train. I don’t know why I’m writing this. No one is reading it.
Day 6, feeling depressed. No way out found yet.
It’s now day 10, and I’m feeling a lot happier. Still coming to terms with possibly eternally being stuck in an alien train. I’ve been speaking with some passengers since my last entry. I built up the courage to go out of my room a few days ago. A was approached by a octopus looking dude who asked where the bathroom was. I told him I didn’t know and he just shuffled off. I hope he made it. A few hours later I went looking for one myself and turns out there’s one at the back of this carriage. I never noticed there were more carriages, I’ll have to search around those later.
Day 12, I searched the surrounding carriages and found nothing, they seemed to be identical to the one I showed up in but with different graffiti and stuff. I tried to go into the room on the second floor there. When I opened the door it was the exact same as mine. I ran back to the other one I was first in, placed an apple on the counter and ran back. The other room has the apple. If I wasn’t confused before, I am now.
I’m on day 14 now, I think? 2 weeks in a weird train. It’s getting depressing now. I’ve been trying to avoid the passengers lately, I had a run in with a rock wearing clothes that hit me up pretty bad before the Stewards stepped in. Did I mention that the environment changes every so often? It seems to be about every 24 hours, the lights flicker like they did when I first came on and then the outside changes and 1 new type of passenger appears. At the moment it looks like I’m underwater, with a massive kelp forest on either side.
I’m not sure what day this is. I’ve been trying to think of ways to escape for a while. I don’t know why I didn’t think of the doors earlier. I asked a Steward how to leave and it just said ‘The doors are the easiest ways’. I don’t know if I’ll end up in the environment outside so I’ll see if I can find a better way.
It’s been about 5 months since my last entry. I think it’s been that long anyway. I need answers. I’ve been really depressed lately. I don’t know if you who is reading this knows a way out. You probably think I’m stupid for not figuring it out yet.
I did it. I walked for 20 minutes, there must be at least 30 carts in this train. The outside changed to a space setting, with a bunch of planets surrounding us. The contestant rumbling of the engine is getting sickening. I reached the end. The room at the front of the train. I saw hundreds of different creatures on the way. The door to the driver’s compartment was unlocked. I saw what this is. What the whole system runs on. The lights flickering, that’s when we make a stop. When the train turns up in my town, I’ve forgotten it’s name, that’s the stop. For everyone here, the lights flicker and I appear. I saw diagrams in that room. The railways of different realities, different dimensions, ones we can’t perceive. That’s what this is. The Stewards, they created this railway between the fabrics of time and space. I am no where. This train is no where. That’s what the logo means. The line in the centre is this carriage. We are truly no where, like the Stewards say. I’m going to jump out of the doors today. If I survive then I just hope I don’t teleport back to this forsaken place.
Goodbye.
Wow! You flipped a card and got: SCP 5929!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 10:42
Item #: SCP-5929
Object Class: Euclid
Special Containment Procedures: Currently SCP 5929 is contained in sealed container in Site-██. Testing is only applicable for O4 or higher clearance. Any personnel that is in close contact in aprox. 1-2 meters is to be terminated immidetly.
Description: SCP 5929 is a standard HP 620 Laptop from late 2007. It's abilities are [DATA REDACTED] and [DATA EXPUNGED].
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: SCP-6785!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 09:30
Object #: SCP-6785 "Alive bread"
Object Class: Euclid "Pending for Keter"
Special Containment Procedures: SCP-6785 is to be contained in a 5x5x5 meter cell, the interior walls are to be made out of heat resistant alloy. The cell is to be heated up at at least 3600C0.
Nobody is to come into the cell without a level 3 clearance, and can only be accessed if the subject has a level 5 (five) mimetic resistance. If there is a breach, and SCP-6785 escapes then the whole sector must go in lockdown, nobody may enter or exit.
WARNING: You must have a level 5 (five) mimetic resistance
|
|
|
|
Wow! You flipped a card and got: SCP-XXXX!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 07:12
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: All lifeforms infected by SCP-XXXX are to be heavily quarantined in separate containment cells, all personnel entering cells containing lifeforms that are infected by SCP-XXXX are to wear are a full body hazardous materials suit and are to be heavily disinfected after they exit the cell. There is no standard cell for lifeforms infected by SCP-XXXX since all lifeforms infected by SCP-XXXX have differing abilities but all cells accommodate the type of lifeform and the abilities of the lifeform.
Description: SCP-XXXX is anomalous virus that causes lifeforms that it infects to develop supernatural abilities. SCP-XXXX can infect any living being. SCP-XXXX works by changing the genetic make up of the lifeform it infects, why different lifeforms have develop differing abilities is currently unknown.
Discovery: SCP-XXXX was discovered in a forest [REDACTED], Poland in 19██ when a tree was notice by locals to never change color despite it not being evergreen, foundation operatives were dispatched to the area to conduct experiments on the tree, test showed that the tree had contracted a anomalous virus that caused it to develop the ability to not change.
[[footnoteblock]]
Wow! You flipped a card and got: EVERY SINGLE MINUTE!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 04:53
@import url("https://use.typekit.net/afb2wxe.css");
@supports((display: -ms-grid) or (display: grid)) {
:root {
/* S-CSS-P Integration */
/* If you're making a new CSS theme, please include the following three variables at minimum. */
--theme-base: "black-highlighter";
/* must be either "black-highlighter" or "sigma9" */
--theme-id: "AESTHETIC-theme";
/* set this to the URL of your theme's page - eg for "component:ar-theme", set it to "ar-theme" */
--theme-name: "AESTHETIC Theme";
/* set this to your theme's full name */
/* Header */
--logo-image: url("https://scp-wiki.wdfiles.com/local--files/theme:aesthetic-theme/AESTHETIC_logo.png");
/* Typefaces */
--body-font: prenton, serif;
--header-font: flood-std, sans-serif;
--title-font: eurostile-extended, sans-serif;
--mono-font: novel-mono-pro, monospace;
/* Standard Colors */
--white-monochrome: 217, 233, 251;
--pale-gray-monochrome: 1, 245, 252;
--light-pale-gray-monochrome: 170, 207, 251;
--very-light-gray-monochrome: 26, 139, 235;
--light-gray-monochrome: 150, 62, 184;
--gray-monochrome: 92, 42, 95;
--dark-gray-monochrome: 39, 6, 75;
--black-monochrome: 14, 12, 45;
--bright-accent: 250, 245, 45;
--medium-accent: 255, 52, 131;
--dark-accent: 195, 42, 158;
--newpage-color: 204, 5, 166;
--swatch-text-general: var(--swatch-text-light);
--swatch-menutxt-general-color: var(--swatch-menutxt-light-color);
--swatch-headerh2-color: var(--dark-gray-monochrome);
--swatch-topmenu-border-color: var(--pale-gray-monochrome);
--swatch-topmenu-bg-color: var(--dark-gray-monochrome);
--swatch-border-color: var(--pale-gray-monochrome);
--rating-module-text-color: var(--bright-accent);
--rating-module-button-color: var(--bright-accent);
--swatch-background: var(--black-monochrome, 14, 12, 45);
--background-gradient-color: var(--dark-accent);
--header-gradient-color-bottom: var(--light-gray-monochrome);
--header-gradient-color-middle: var(--dark-accent);
--header-gradient-color-top: var(--medium-accent);
--gradient-header: linear-gradient(355deg,
rgb(var(--header-gradient-color-bottom)) 0%,
rgb(var(--header-gradient-color-middle)) 20%,
rgb(var(--header-gradient-color-top)) 100%);
--rating-module-text-color: var(--dark-gray-monochrome);
--rating-module-button-color: var(--dark-gray-monochrome);
--scrollbar-width: 0.5rem;
}
::-webkit-scrollbar,
#side-bar:hover::-webkit-scrollbar {
background-color: rgba(var(--dark-gray-monochrome), 1);
}
::-webkit-scrollbar-thumb,
#side-bar:hover::-webkit-scrollbar-thumb {
background-color: rgba(var(--pale-gray-monochrome), 1);
}
::-moz-selection {
background: rgba(var(--pale-gray-monochrome), 0.25);
}
::selection {
background: rgba(var(--pale-gray-monochrome), 0.25);
}
html {
background: white;
}
html,
body {
color: rgb(var(--swatch-text-light));
-webkit-font-feature-settings: "onum"0;
-moz-font-feature-settings: "onum"0;
font-feature-settings: "onum"0;
font-variant-numeric: tabular-nums;
scrollbar-color: rgb(var(--pale-gray-monochrome)) rgb(var(--dark-gray-monochrome));
}
a {
color: rgb(var(--swatch-primary-darker));
}
@supports((-webkit-mask-image: inherit) or (mask-image: inherit)) {
#extra-div-1 {
width: 100%;
height: -webkit-calc(100% - var(--final-header-height-on-desktop));
height: -moz-calc(100% - var(--final-header-height-on-desktop));
height: calc(100% - var(--final-header-height-on-desktop));
position: absolute;
top: var(--final-header-height-on-desktop);
left: 0;
background-image: var(--gradient-background);
-webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 2580' xml:space='preserve'%3E%3Cg id='Outrun Lines'%3E%3Cg%3E%3Crect width='1000' height='60'/%3E%3Crect y='63' width='1000' height='12'/%3E%3Crect y='78' width='1000' height='13'/%3E%3Crect y='94' width='1000' height='12'/%3E%3Crect y='109' width='1000' height='13'/%3E%3Crect y='125' width='1000' height='12'/%3E%3Crect y='141' width='1000' height='12'/%3E%3Crect y='157' width='1000' height='12'/%3E%3Crect y='172' width='1000' height='12'/%3E%3Crect y='187' width='1000' height='12'/%3E%3Crect y='203' width='1000' height='12'/%3E%3Crect y='219.5' width='1000' height='11'/%3E%3Crect y='234.5' width='1000' height='11'/%3E%3Crect y='249.5' width='1000' height='11'/%3E%3Crect y='265.5' width='1000' height='11'/%3E%3Crect y='281' width='1000' height='10'/%3E%3Crect y='297' width='1000' height='10'/%3E%3Crect y='313' width='1000' height='9'/%3E%3Crect y='328' width='1000' height='9'/%3E%3Crect y='343.5' width='1000' height='9'/%3E%3Crect y='359' width='1000' height='8'/%3E%3Crect y='374' width='1000' height='9'/%3E%3Crect y='391' width='1000' height='8'/%3E%3Crect y='407' width='1000' height='8'/%3E%3Crect y='422' width='1000' height='8'/%3E%3Crect y='437' width='1000' height='8'/%3E%3Crect y='453' width='1000' height='8'/%3E%3Crect y='469' width='1000' height='6'/%3E%3Crect y='485' width='1000' height='6'/%3E%3Crect y='501' width='1000' height='4'/%3E%3Crect y='517' width='1000' height='4'/%3E%3Crect y='533' width='1000' height='4'/%3E%3Crect y='549' width='1000' height='3'/%3E%3Crect y='564' width='1000' height='3'/%3E%3Crect y='579' width='1000' height='3'/%3E%3Crect y='595' width='1000' height='3'/%3E%3Crect y='611' width='1000' height='2'/%3E%3Crect y='627' width='1000' height='2'/%3E%3Crect y='643' width='1000' height='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2'%3E%3C/g%3E%3C/svg%3E%0A");
mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.2' baseProfile='tiny' xmlns='https://www.w3.org/2000/svg' xmlns:xlink='https://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 2580' xml:space='preserve'%3E%3Cg id='Outrun Lines'%3E%3Cg%3E%3Crect width='1000' height='60'/%3E%3Crect y='63' width='1000' height='12'/%3E%3Crect y='78' width='1000' height='13'/%3E%3Crect y='94' width='1000' height='12'/%3E%3Crect y='109' width='1000' height='13'/%3E%3Crect y='125' width='1000' height='12'/%3E%3Crect y='141' width='1000' height='12'/%3E%3Crect y='157' width='1000' height='12'/%3E%3Crect y='172' width='1000' height='12'/%3E%3Crect y='187' width='1000' height='12'/%3E%3Crect y='203' width='1000' height='12'/%3E%3Crect y='219.5' width='1000' height='11'/%3E%3Crect y='234.5' width='1000' height='11'/%3E%3Crect y='249.5' width='1000' height='11'/%3E%3Crect y='265.5' width='1000' height='11'/%3E%3Crect y='281' width='1000' height='10'/%3E%3Crect y='297' width='1000' height='10'/%3E%3Crect y='313' width='1000' height='9'/%3E%3Crect y='328' width='1000' height='9'/%3E%3Crect y='343.5' width='1000' height='9'/%3E%3Crect y='359' width='1000' height='8'/%3E%3Crect y='374' width='1000' height='9'/%3E%3Crect y='391' width='1000' height='8'/%3E%3Crect y='407' width='1000' height='8'/%3E%3Crect y='422' width='1000' height='8'/%3E%3Crect y='437' width='1000' height='8'/%3E%3Crect y='453' width='1000' height='8'/%3E%3Crect y='469' width='1000' height='6'/%3E%3Crect y='485' width='1000' height='6'/%3E%3Crect y='501' width='1000' height='4'/%3E%3Crect y='517' width='1000' height='4'/%3E%3Crect y='533' width='1000' height='4'/%3E%3Crect y='549' width='1000' height='3'/%3E%3Crect y='564' width='1000' height='3'/%3E%3Crect y='579' width='1000' height='3'/%3E%3Crect y='595' width='1000' height='3'/%3E%3Crect y='611' width='1000' height='2'/%3E%3Crect y='627' width='1000' height='2'/%3E%3Crect y='643' width='1000' height='2'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2'%3E%3C/g%3E%3C/svg%3E%0A");
-webkit-mask-size: 8%;
mask-size: 8%;
-webkit-mask-position: top;
mask-position: top;
-webkit-mask-repeat: repeat-x;
mask-repeat: repeat-x;
pointer-events: none;
opacity: 0.5;
}
}
#header {
-webkit-filter: initial;
filter: initial;
background: inherit;
}
#header-extra-div-1 {
--drop-shadow: rgb(var(--pale-gray-monochrome));
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: -1;
height: var(--final-header-height-on-desktop);
background-image: url("https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg");
background-image: var(--logo-image);
background-repeat: no-repeat;
background-position: left 0 top 0.1875rem;
background-clip: border-box;
-webkit-background-size: auto -webkit-calc(var(--header-height-on-desktop) - 00.75rem);
-moz-background-size: auto -moz-calc(var(--header-height-on-desktop) - 0.75rem);
-o-background-size: auto calc(var(--header-height-on-desktop) - 0.75rem);
background-size: auto calc(var(--header-height-on-desktop) - 0.75rem);
-webkit-filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
display: block;
pointer-events: none;
}
#extra-div-2 {
--drop-shadow: rgb(var(--pale-gray-monochrome));
display: block;
width: 100%;
height: var(--header-height-on-desktop);
top: 0;
left: 0;
position: absolute;
background: url("https://scp-wiki.wdfiles.com/local--files/theme:aesthetic-theme/AESTHETIC_mtns.svg");
background-position: bottom;
background-repeat: no-repeat;
-webkit-background-size: 200% 200%;
-moz-background-size: 200% 200%;
-o-background-size: 200% 200%;
background-size: 200% 200%;
-webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
-webkit-mask-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
mask-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
-webkit-filter: drop-shadow(-0.125rem 0.125rem 0rem var(--drop-shadow));
filter: drop-shadow(-0.125rem 0.125rem 1rem var(--drop-shadow));
pointer-events: none;
}
#header h1 {
width: var(--body-width-on-desktop);
}
#header h1 a {
width: var(--body-width-on-desktop);
font-size: 2em;
overflow-wrap: normal;
margin-top: -webkit-calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-top: -moz-calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-top: calc(var(--header-height-on-desktop)/2 - 0.8em);
margin-left: var(--header-height-on-desktop);
}
#header h1 a::after {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
content: "SCP Foundation";
content: var(--header-title);
color: transparent;
text-shadow: .063rem .063rem .063rem #0c0c0c;
text-shadow: .063rem .063rem .063rem var(--text-shadow);
overflow-wrap: normal;
position: absolute;
z-index: -1;
width: var(--body-width-on-desktop);
left: var(--header-height-on-desktop);
}
@supports(-webkit-background-clip: text) {
#header h1 a::before {
color: rgb(255, 219, 90);
color: rgb(var(--bright-accent));
text-shadow: inherit;
background: -webkit-gradient(linear,
left bottom, left top,
from(rgb(var(--dark-gray-monochrome))),
color-stop(20%, rgb(var(--dark-gray-monochrome))),
color-stop(40%, rgb(var(--dark-accent))),
color-stop(70%, rgb(var(--pale-gray-monochrome))));
background: -webkit-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: -moz-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: -o-linear-gradient(bottom,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
background: linear-gradient(to top,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
overflow-wrap: normal;
padding-right: 1em;
}
}
#header h2 span {
margin-left: -webkit-calc(var(--header-height-on-desktop));
margin-left: -moz-calc(var(--header-height-on-desktop));
margin-left: calc(var(--header-height-on-desktop));
}
#header h2 span::before {
--text-shadow: rgb(var(--pale-gray-monochrome));
text-shadow: .063rem .063rem .063rem var(--text-shadow);
letter-spacing: 0.5em;
}
#search-top-box input.empty {
color: rgba(var(--swatch-primary-darker));
}
#top-bar {
font-size: var(--base-font-size);
}
#top-bar div.top-bar > ul > li > a,
#top-bar div.mobile-top-bar > ul > li > a {
--text-shadow: rgb(var(--pale-gray-monochrome));
padding: .3rem;
color: rgb(var(--swatch-primary)) !important;
text-shadow: -0.0625rem -0.0625rem 0 var(--text-shadow);
text-transform: uppercase;
}
#top-bar div.top-bar > ul > li > ul {
top: -webkit-calc(0.0625rem * -3);
top: -moz-calc(0.0625rem * -3);
top: calc(0.0625rem * -3);
}
#top-bar div.top-bar > ul > li > a::after {
background: -webkit-gradient(linear,
left top, right top,
from(rgba(var(--swatch-topmenu-border-color), 0.5)),
to(rgba(var(--swatch-topmenu-border-color), 1)));
background: -webkit-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -moz-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -o-linear-gradient(left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: linear-gradient(to right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
}
#top-bar div.top-bar > ul > li > a::before {
background: -webkit-gradient(linear,
right top, left top,
from(rgba(var(--swatch-topmenu-border-color), 0.5)),
to(rgba(var(--swatch-topmenu-border-color), 1)));
background: -webkit-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -moz-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: -o-linear-gradient(right,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
background: linear-gradient(to left,
rgba(var(--swatch-topmenu-border-color), 0.5),
rgba(var(--swatch-topmenu-border-color), 1));
}
#top-bar li ul,
#top-bar:not(:hover) li ul {
-webkit-transform: translate(0, 0.3rem);
-ms-transform: translate(0, 0.3rem);
-o-transform: translate(0, 0.3rem);
-moz-transform: translate(0, 0.3rem);
transform: translate(0, 0.3rem);
}
#top-bar div.top-bar > ul > li > ul > li > a {
--wght: 600;
font-weight: 600;
}
#top-bar div.top-bar > ul > li > ul > li > a::before,
#top-bar div.top-bar > ul > li > ul > li > ul > li > a::before,
#top-bar div.top-bar > ul > li > ul > li > a:hover::before {
background: var(--gradient-header);
background-attachment: fixed;
background-position: top;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
-webkit-background-size: 100vh 100vh;
-moz-background-size: 100vh;
-o-background-size: 100vh;
background-size: 100vh;
}
#side-bar,
#side-bar:hover {
background: -webkit-gradient(linear,
left top, left bottom,
from(rgb(var(--black-monochrome))),
color-stop(50%, rgb(var(--dark-gray-monochrome))),
to(rgb(var(--dark-accent))));
background: -webkit-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: -moz-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: -o-linear-gradient(top,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background: linear-gradient(to bottom,
rgb(var(--black-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 50%,
rgb(var(--dark-accent)) 100%);
background-attachment: fixed;
-webkit-background-size: 400vh 400vh;
-moz-background-size: 400vh;
-o-background-size: 400vh;
background-size: 400vh;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
background-position: top left;
}
#side-bar div.menu-item {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
border-bottom: 0.0625rem solid rgb(var(--swatch-border-color));
border-top: 0.0625rem solid rgb(var(--swatch-border-color));
margin-top: -0.0625rem;
text-shadow: .063rem .063rem .063rem #0c0c0c;
text-shadow: .063rem .063rem .063rem var(--text-shadow);
}
#side-bar div.menu-item > :not(:nth-child(2)):not(.collapsible-block) {
border-left: 0.0625rem solid rgb(var(--swatch-border-color));
}
#side-bar div.menu-item a,
#side-bar div.menu-item a:visited,
#side-bar div.menu-item a:active,
#side-bar div.menu-item .text {
--text-shadow: rgb(var(--black-monochrome));
--wght: 600;
color: rgb(var(--swatch-primary));
letter-spacing: 0.1em;
word-spacing: 0.1em;
font-weight: 600;
text-shadow: -0.0625rem -0.0625rem 0 var(--text-shadow);
}
#side-bar div.menu-item a::before,
#side-bar div.menu-item a:hover::before {
background: var(--gradient-header);
background-attachment: fixed;
background-position: top;
-webkit-background-origin: border-box;
-moz-background-origin: border-box;
-o-background-origin: border-box;
background-origin: border-box;
-webkit-background-size: 100vh 100vh;
-moz-background-size: 100vh;
-o-background-size: 100vh;
background-size: 100vh;
}
#side-bar div.menu-item > a:last-of-type {
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
#side-bar .heading,
#side-bar .side-block > .collapsible-block:nth-child(1) .collapsible-block-folded {
background: initial;
}
#side-bar .heading p,
#side-bar .side-block > .collapsible-block .collapsible-block-link {
--text-shadow: rgb(var(--swatch-text-dark, 12, 12, 12, ));
--wght: 900;
letter-spacing: 0.05rem;
font-weight: 900;
font-size: 1.25rem;
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 1rem 0 1rem 0.5rem;
color: rgb(var(--pale-gray-monochrome));
font-family: var(--header-font);
text-transform: none;
}
/*@supports(-webkit-background-clip: text) {
#side-bar .heading p,
#side-bar .side-block > .collapsible-block .collapsible-block-link {
background: linear-gradient(to top,
rgb(var(--dark-gray-monochrome)) 0%,
rgb(var(--dark-gray-monochrome)) 20%,
rgb(var(--dark-accent)) 40%,
rgb(var(--pale-gray-monochrome)) 70%);
-webkit-background-size: cover;
background-size: 400vh;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-attachment: fixed;
background-repeat: repeat;
}
}*/
#side-bar .side-block[style*="background-color:"] {
padding-bottom: 0.5rem;
}
#side-bar .side-block[style*="background-color:"] * {
margin-left: 0 !important;
}
#side-bar .side-block[style*="background-color:"] .heading {
margin-top: .25rem;
}
#side-bar .heading p::after,
#side-bar .side-block > .collapsible-block .collapsible-block-link::after {
bottom: -0.6rem;
}
#side-bar .heading p::before,
#side-bar .side-block > .collapsible-block .collapsible-block-link::before {
top: -0.6rem;
}
#side-bar div.menu-item .sub-text {
color: rgba(var(--swatch-primary), 1);
}
#main-content {
z-index: 1;
position: relative;
}
#page-title {
color: rgb(var(--pale-gray-monochrome));
border-color: rgba(0, 0, 0, 0);
}
blockquote,
.blockquote {
background-color: rgba(var(--gray-monochrome), 0.25);
border: 0.0625rem solid rgb(var(--swatch-border-color));
}
blockquote:nth-of-type(odd) {
border-color: rgb(var(--swatch-border-color));
}
blockquote:nth-of-type(even) {
border-color: rgb(var(--swatch-primary));
}
.yui-navset .yui-content {
background-color: rgba(var(--gray-monochrome), 0.25);
}
.yui-navset .yui-content,
.yui-navset .yui-navset-top .yui-content {
--box-shadow: rgb(var(--swatch-border-color));
border-color: rgb(var(--swatch-border-color));
-webkit-box-shadow: 0 -webkit-calc(0.0625rem * 5) 0 0 var(--box-shadow);
-moz-box-shadow: 0 -moz-calc(0.0625rem * 5) 0 0 var(--box-shadow);
box-shadow: 0 calc(0.0625rem * 5) 0 0 var(--box-shadow);
}
.yui-navset .yui-nav a,
.yui-navset .yui-navset-top .yui-nav a {
--wght: 600;
background-color: rgb(var(--swatch-menubg-black-color));
color: rgb(var(--swatch-text-light));
font-weight: 600;
}
.yui-navset .yui-nav .selected a {
color: rgb(var(--black-monochrome)) !important;
}
table.wiki-content-table th {
background: rgb(var(--swatch-primary-darker));
color: rgb(var(--dark-gray-monochrome));
}
table.wiki-content-table,
table.wiki-content-table th,
table.wiki-content-table td {
border: .0625rem solid rgba(var(--swatch-border-color), 1) !important;
border-collapse: collapse;
}
.code {
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
border-color: rgb(var(--swatch-border-color));
}
.hl-main {
-webkit-filter: invert(1) hue-rotate(180deg);
filter: invert(1) hue-rotate(180deg);
}
.scp-image-block .scp-image-caption {
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
}
.scp-image-block img {
border: 0.0625rem solid rgba(var(--swatch-border-color));
}
a:visited {
color: rgb(var(--swatch-primary-darker));
}
h1 {
color: rgb(var(--swatch-primary)) !important;
}
hr {
border-top: none;
position: relative;
height: 0.35rem;
background: rgba(0, 0, 0, 0);
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
hr::before {
content: " ";
position: absolute;
top: 0.1125rem;
left: 0;
border-top: none;
width: 100%;
height: 0.125rem;
background: -webkit-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -o-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -moz-linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -webkit-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -moz-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: -o-linear-gradient(80deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background: linear-gradient(10deg, rgba(var(--gray-monochrome), 0.15) 0%, rgba(var(--pale-gray-monochrome), 1) 50%, rgba(var(--gray-monochrome), 0.15) 100%);
background-position: center center;
-webkit-filter: blur(0.04rem);
filter: blur(0.04rem);
}
.page-rate-widget-box {
background: -webkit-gradient(linear, right bottom, left top, color-stop(0, rgba(var(--swatch-primary), 1)), to(rgba(var(--swatch-primary-darkest), 1))) !important;
background: -webkit-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: -moz-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: -o-linear-gradient(bottom right, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
background: linear-gradient(to top left, rgba(var(--swatch-primary), 1) 0, rgba(var(--swatch-primary-darkest), 1) 100%) !important;
}
form#edit-page-form {
background-color: rgba(var(--dark-accent), 0.25);
border: 0.0625rem solid rgb(var(--light-gray-monochrome));
}
textarea,
input.text {
background-color: rgb(var(--black-monochrome));
color: rgb(var(--white-monochrome));
padding: 0.5em;
}
#lock-info {
background-color: rgb(var(--black-monochrome));
}
div.buttons input,
input.button,
button,
file,
a.button {
--wght: 600;
font-weight: 600;
background-color: rgb(var(--gray-monochrome));
color: rgb(var(--medium-accent));
border: 0.0625rem solid rgb(var(--light-gray-monochrome));
-webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
div.buttons input:hover,
input.button:hover,
button:hover,
a.button:hover {
background-color: rgb(var(--dark-gray-monochrome));
color: rgb(var(--pale-gray-monochrome));
cursor: pointer;
}
div#page-info,
div.page-watch-options {
padding: 0 1em;
}
div#page-options-bottom {
width: 90%;
margin-bottom: 2.125rem;
margin-left: auto;
margin-right: auto;
}
div#page-options-bottom-2 {
width: 90%;
margin-top: -2.125rem;
margin-left: auto;
margin-right: auto;
}
div#page-options-bottom,
div#page-options-bottom-2 {
text-align: left;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
div#page-options-bottom,
div#page-options-bottom-2,
div#page-options-bottom > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
div#page-options-bottom > a,
div#page-options-bottom-2 > a {
--wght: 700;
-webkit-box-flex: 2;
-webkit-flex-grow: 2;
-moz-box-flex: 2;
-ms-flex-positive: 2;
flex-grow: 2;
padding: .25rem;
-webkit-border-radius: .25rem;
-moz-border-radius: .25rem;
border-radius: .25rem;
color: rgb(var(--medium-accent));
background-color: rgba(var(--swatch-menubg-dark-color), 0.25);
border: 0.125rem solid rgba(var(--swatch-border-color), 0.25);
font-weight: 700;
-webkit-box-pack: center;
-webkit-justify-content: center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-o-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
-moz-transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
transition: background-color 300ms cubic-bezier(0.4, 0.0, 0.2, 1), color 300ms cubic-bezier(0.4, 0.0, 0.2, 1);
}
div#page-options-bottom-2 > a {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
}
div#page-options-bottom > a:hover,
div#page-options-bottom > a:active,
div#page-options-bottom-2 > a:hover,
div#page-options-bottom-2 > a:active {
text-decoration: none;
background-color: rgb(var(--dark-gray-monochrome));
color: rgb(var(--pale-gray-monochrome));
}
.owindow .title {
background-color: rgb(var(--swatch-menubg-dark-color));
}
.title.modal-header,
.owindow,
.hovertip {
background-color: rgb(var(--swatch-primary-darkest));
background: var(--gradient-header);
}
.owindow .button-bar a {
background-color: rgb(var(--swatch-menubg-dark-color));
color: rgb(var(--white-monochrome));
}
iframe.scpnet-interwiki-frame {
-webkit-filter: invert(0.8) hue-rotate(120deg) saturate(6);
filter: invert(0.8) hue-rotate(120deg) saturate(6);
}
#license-area {
color: rgba(var(--pale-gray-monochrome), 0.75);
}
@media only screen and (max-width: 768px) {
:root {
--header-h1-font-size:-webkit-calc(var(--header-h1-font-size)*1.25);
--header-h1-font-size:-moz-calc(var(--header-h1-font-size)*1.25);
--header-h1-font-size:calc(var(--header-h1-font-size)*1.25)
}
#search-top-box:not(:focus-within)::before {
color: rgb(var(--swatch-primary));
}
#header-extra-div-1 {
--size: -webkit-calc(var(--final-header-height-on-mobile) - 0.875rem);
--size: -moz-calc(var(--final-header-height-on-mobile) - 0.875rem);
--size: calc(var(--final-header-height-on-mobile) - 0.875rem);
--y-offset: 1.5rem;
-webkit-background-size: var(--size), 100% var(--header-height-on-mobile);
-moz-background-size: var(--size), 100% var(--header-height-on-mobile);
-o-background-size: var(--size), 100% var(--header-height-on-mobile);
position: -webkit-sticky;
position: absolute;
top: 0;
margin: 0;
background-image: url(https://nu-scptheme.github.io/Black-Highlighter/images/logo.svg);
background-image: var(--logo-image);
background-position: -webkit-calc(var(--header-height-on-mobile) - .75rem - var(--size)) -webkit-calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-position: -moz-calc(var(--header-height-on-mobile) - .75rem - var(--size)) -moz-calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-position: calc(var(--header-height-on-mobile) - .75rem - var(--size)) calc((var(--size)*-1 + var(--header-height-on-mobile) + var(--y-offset))/2);
background-repeat: no-repeat, repeat;
background-size: var(--size), 100% var(--header-height-on-mobile);
width: 100vw;
height: var(--header-height-on-mobile);
grid-area: header;
z-index: -1;
}
#header h1 a {
font-size: -webkit-calc(var(--header-h1-font-size)*1.25);
font-size: -moz-calc(var(--header-h1-font-size)*1.25);
font-size: calc(var(--header-h1-font-size)*1.25);
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 - 1.25em);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 - 1.25em);
margin-top: calc(var(--header-height-on-mobile)/2 - 1.25em);
}
#header h1 a::before {
-webkit-filter: drop-shadow(0.15rem 0.15rem 0rem rgba(var(--black-monochrome)));
filter: drop-shadow(0.15rem 0.15rem 0rem rgba(var(--black-monochrome)));
}
#header h2 span {
--wght: 600;
margin-top: -webkit-calc(var(--header-height-on-mobile)/2 + 0.8em);
margin-top: -moz-calc(var(--header-height-on-mobile)/2 + 0.8em);
margin-top: calc(var(--header-height-on-mobile)/2 + 0.8em);
font-size: 115%;
font-weight: 600;
line-height: 1;
width: 50%;
-webkit-filter: drop-shadow(-0.25rem 0.25rem 0rem rgba(var(--light-gray-monochrome)));
filter: drop-shadow(-0.25rem 0.25rem 0rem rgba(var(--light-gray-monochrome)));
}
#header h2 span::before {
color: rgb(var(--black-monochrome));
letter-spacing: 0.15em;
}
#top-bar div.mobile-top-bar > ul > li > a {
font-size: 100%;
}
#extra-div-2 {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#header h2 span::before {
letter-spacing: 0.25em;
}
}
}
@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);
}
}
#header::before {
display: none;
}
#header-extra-div-1 {
background-position: center top 0.1875rem;
}
#header h1 a::after {
left: initial;
margin-left: 0.25rem;
}
#extra-div-2 {
background-size: 250% 200%;
}
Wow! You flipped a card and got: Megadeus!!! You ca reload the page or go to the next.
DATE: 20 Mar 2021 04:41
Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: No special procedures needed. Item is SAFE and can be stored in a
normal containment cell with special key card access for testing.
Description: Plain 2.1 meter oak box with druidic symbols on the face that opens.
Opened: Inside is lined with Brown cloth
Items inside: Four 1 meter by 2.5 cm oak poles with one end sharpened. The other end is cupped.
They have lines etched around the sharpened tips every .2 meters (total of 3 lines)
One 2 meter by 5 cm oak pole. One end is rounded, the other is blunt.
Markings/Symbols: All poles have one Druidic Spiral Of Life etched on them. The main box also has a Druidic cross set below the spiral. Testing of samples taken from the box has been traced back to ~4th century Ireland, particularly the Quercus robur. There were several of these varieties on the farm where the item was discovered. Going through history records it was found that the poles had been passed down from generation to generation. It wasn't until a personal tragedy that caused the farmer to use the poles in a unorthodox way that lead to his death.
Main Purpose: When used together, the items will vastly increase farming capability. Using the shorter poles, pushed into the ground to the first line, they can be used to outline any shape on land up to 400 km.
When the larger pole is brought to the center of said shape and tapped once on the ground the soil will be anomalously "tilled" and fertilized, ready for planting. If a seed is placed in the cupped end of the outlining poles, then pushing the poles into the ground to the second etched line, when the longer pole is again tapped in the center of the outlined shape, said shape will be planted with the provided seeds. Where the extra seeds come from is unknown.
The planted seeds will germinate and sprout within 1 hour and will be ready for harvest within 24. This happens in any climate BUT, if the temperature is below freezing then harvesting will need to be done as soon as possible.
Harvesting is just a simple process of pushing the shorter poles into the ground to the third and last etched line and tapping the larger pole in the center of the tilled area. The crop will be harvested/bundled along the sides of the shape tilled.
It as been found that the act of pushing the shorter poles is not hampered in any way by rocks or hard clay. They are able to be pushed into the ground with relative ease.
The downfall of this process is the person using the pole will experience a quarter of what the normal fatigue and weakness would be as if the person was excavating it themselves, in relation to how much work is being done (in some cases the person using the pole for digging have become a desiccated corpse within a few hours of constant use (the poles were found in a partially excavated area with a human male corpse).
It is possible to use a D class that has consumed a high energy/protein solution to activate and use the item. This more than compensates for the fatigue encountered while using the item. The use of drones appears to not activate the digging ability.
Secondary property: Discovered by accident, when used by itself, the 2 meter pole, when touched to the
ground and slightly pushed downward will excavate a 90 meter area (found to be a 90 meter diameter sphere) of whatever natural substance is below the pole. IE: If the pole it touched/pushed into soil it will start excavating the soil at a rate of 1 meter/sec, pushing the soil to the edges of the area being excavated. The was discovered after testing had completed for the day (See Incident XXXX-001)
Dragging the 2 meter pole along the ground will remove loose items from a 20 meter area (from the end of the pole).
For example: If dragged along a snow covered driveway the snow will be removed and piled along the edges of the area of effect. The same with leaves (this would be a good item to consider using for containment of nature/tree based "Skips".
History/Discovery: The markings on the box containing SCP-XXXX date back to the early Druidic days of 4th century Ireland. In 1948 Montana, the foundation was alerted to an unusually large potato crop harvested near the town of Manhattan. Agents were sent to the area and determined, without a doubt, there was anomalous activity that needed containment. The large crop of potato's that drew the foundations attention was just a small part of anomalously large harvest, estimated to be over 11 million metric tons in one season; over 4 times the normal harvest size (the average potato crop for a experienced farmer is approximately 70 tons per hectare). The entire area, approximately 400 km area, was tilled and partially harvested. Near the middle of the area was a desiccated corpse (the owner of the farm) clutching the main pole, with the box open laying next to him. The four smaller poles were found nearby after agents combed the area. Amnestics were administered to all parties involved in the harvest.
After retrieval, the secondary properties of the main pole were discovered and used to wipe the farm land clean and prepped for use by a new owner.
Testing Results:
Pre Test 000
An area of 20 sq meters was prepped by outlining the area with the four shorter poles
pushed into the ground to the first etched line.
Test 001
Researcher: Dr. James
Subject: D-1290
Area Tested: 20 sq meter
Input Seeds: Corn
The area was outlined by the smaller poles. One corn kernel was placed on the end of all four poles
that were then pushed down to the second etched line. No other action was preformed.
Result: None. No anomalous behavior.
Test 002
Researcher: Dr. James
Subject: D-1290
Area Tested: 20 sq meter
Input Seeds: Corn
As in test 001, the area was outlined with the smaller poles. This time D-1290 put a corn kernel on the end of all 4 poles. After the last kernel was placed all four poles were noticeably glowing Green at approximately 1600 lumen. D-1290 was then instructed to take the longer pole to the center of the square and tap the ground once. Once this was done D-1290 passed out and was taken to the medical center. He was determined to be dehydrated and needed fluids, food and rest but was awake within 30 minutes. 24 hours after test 002 was completed the 20 sq meter area used was ready for harvest (see Test 003)
Test 003
Researcher: Dr. James
Subject: D-1290
Area Tested: From previous tests, 20 sq area with fully grown corn.
D-1290 was instructed to drink a high energy drink prior to the test. After this he was then instructed to walk to the middle of the corn field and tap the ground with the longer pole. Once this was done there was another Green glow of approximately 1600 lumen over the entire area. Afterwards all the corn was harvested and piled around the edges of the field. D-1290 faired much better this time only requiring just a few minutes of rest afterwards.
Tests 003-009
Researcher: Dr. King
Subject: D-1290
Input Seeds: Various
The area was prepped for use. A 20 sq meter area was again chosen for ease of use. No matter what seed D-1290 placed on the ends of the poles (tomato, peach, orange, pear, banana, peppers, onion) all crops were various apple orchards. Dr. King left the testing area shaking his head in disgust.
Incident XXXX-001
After test 009, D-1290, who had been taking only half of the allotted energy drinks from the previous tests, consumed the saved drinks and ran with the longer pole to a nearby field. Security pursued but were unable to find D-1290 in time before he used the pole to deadly personal effect. D-1290 had tapped the pole continuously, excavating a 90 meter hole 60 meters straight down then 182 meters horizontal before expiring. He was found at the end of the escape tunnel, still gripping the pole. It was found that the surface of the tunnels were finished and relatively smooth, carving through rocks as the tunnel was made, with no appearance of cave in (possibility of item to be used for excavation of new sites; Dr. James).
[[footnoteblock]]