scp-000000000

WELCOME TO THE LONGEST SCP ARTICLE ON THE PLANET! HERE YOU CAN SEE ALL KINDS OF SCP ARTICLES TO CRITIQUE ON, NO SEARCH REQUIRED.

Wow! You flipped a card and got: Delinquentis!!! You ca reload the page or go to the next.
DATE: 24 Apr 2021 09:10

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Safe Neutralized

Special Containment Procedures: A four metre (4m) tall chainlink fence is to be erected around the already fenced property. The doors acessing the boiler room, main building and dorms are to be kept locked. CCTV surveillance monitoring all doors leading to the affected areas is to be established. Three (3) agents of STF-Theta-4 "Broom Fighters" are to move into available houses near SCP-XXXX and monitor the property for intruders. Trespassers are to be apprehended by two (2) agents posing as local law enforcement and administered Class-A amnestics.

Following Incident XXXX-01 SCP-XXXX ceased all activity and is to be considered neutralized. The school has been reopened and is in use again. An agent of STF-Theta-4 "Broom Fighters" is to be inserted into the school's custodial staff and check for anomalous activity using a random number generator at least 4 times a day. Should SCP-XXXX resume exhibiting anomalous properties report back immediately for containment reactivation.

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]


Wow! You flipped a card and got: Toxic lava!!! You ca reload the page or go to the next.
DATE: 24 Apr 2021 06:56

Item #: SCP-5893

Object Class: Keter

Special Containment Procedures:
SCP-5893 is to be kept within a 8 m x 8 m containment unit at all times. There should be no fewer than three (3) armed guards with Level Four clearance guarding SCP-5893. Testing on SCP-5893 is forbidden due to the events of Log-3. If someone were to enter without proper protection for longer than 300 seconds, initiate █ █ █ █.

Description:
SCP-5893 is a pool of lava with heavy radioactive properties. Attempts to examine the composition of SCP-5893 have all failed due to the anomalous properties of SCP-5893. Entering the same room as SCP-5893 for 60 seconds will result in minor radiation sickness. Entering the same room as SCP-5893 for 200 seconds will result in a lethal dose of radiation sickness. Entering the same room as SCP-5893 for █ █ █ seconds will result in transformation into SCP-5893-A.

SCP-5839 Log-1
D-4298 Enters the containment unit.
D-4298: How long do I have to stand in this fucking shithole?
Dr. █ █ █ █ remains silent.
Sixty seconds pass and D-4298 starts displaying symptoms of radiation sickness.
Dr. █ █ █ █: How do you feel?
D-4298: Like I have a fever. A bad one.
Dr. █ █ █ █ orders guards to collect D-4298 and bring him outside of the room.
D-4298 was later confirmed to have minor radiation sickness.

SCP-5839 Log-2
D-5391 enters the containment unit.
Everything remains silent until the 60 second mark.
Dr. █ █ █ █: How are you feeling?
D-5391: Like my organs are getting torn up by a snake.
Symptoms are the same until the 200 second mark.
D-5391 collapses.
D-5391 was determined to have been killed by a lethal dose of radiation.

SCP-5839 Log-3
D-2139 enters the room. The doors shut behind D-2139.
D-2139 starts displaying symptoms of minor radiation sickness. Dr. █ █ █ █ notes this down.
D-2139: ugh..
Dr. █ █ █ █: anything wrong?
D-2139: it feels like my body is inside out..
Soon after, D-2139 collapses. Dr. █ █ █ █ orders the guards to stay put. At the 300 second mark the body starts moving
Dr. █ █ █ █: what the fuck?
The body starts transforming into the same substance as SCP-5839. Chaos ensues and the log ends there.
Wow! You flipped a card and got: 1Estel1!!! You ca reload the page or go to the next.
DATE: 24 Apr 2021 06:08

fee fi fo fum this is an empty tismpic poo poo page.
Wow! You flipped a card and got: Phantom8-3!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 23:31


:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
rating: 0+x

warning.png

Assigned Site Site Director Research Head Assigned Task Force
Area-5893 Dr. I. Campbell Dr. I. Campbell MTF-Epsilon-9 "Fire Breathers" / MTF-Phi-2 "Clever Girls"

Special Containment Procedures: SCP-5893-1 to SCP-5893-22 are to be kept in a 2km² forested enclosure in Area-5893. The enclosure must not be roofed or floored1 and must be surrounded by tungsten carbide walls which are 2m tall and 1m thick. Additionally, 5m wide firebreaks are to be positioned along the edges of the enclosure.

SCP-5893 instances are to not be provoked or stressed under any circumstance. When approaching an SCP-5893 specimen, no loud sounds, abrupt movements, or threatening gestures are to be made.

In the case of a containment breach, a combined squadron consisting of 25 total members of MTF-Epsilon-9 "Fire Breathers" and MTF-Phi-2 "Clever Girls" is to be deployed. This squadron is tasked with the sedation and re-capturing of SCP-5893 specimens by the use of Xylazine2. No specimens are to be neutralized during these operations.

Stygimoloch

Skull of an SCP-5893 specimen

Description: SCP-5893 is a herd of specimens that closely resemble the species Stygimoloch spinifer3. Although being similar from a skeletal level, SCP-5893 instances possess several biological differences and properties which divide them from the latter.

The herd consists of 5 male and 17 female specimens, SCP-5893 instances are designated from SCP-5893-1 to SCP-5893-22 respectively. SCP-5893 specimens are bipedal ornithischian4 dinosaurs of the clade Pachycephalosauria5. SCP-5893 specimens are herbivores.

SCP-5893 instances have an average lifespan of 25 years and have an average height of 1m, an approximate length of 2.5 to 3.3m, and a mass of 90 to 110kg. The hatching period for SCP-5893 specimens is between 6 to 8 months.

Although normally peaceful, SCP-5893 specimens can ignite their body without the use of incendiary compounds or chemicals to reach temperatures of up to 3,500 °C when they are threatened or stressed. SCP-5893 specimens primarily employ this property as a self-defense mechanism although they have been seen to engage in aggressive behavior against their attacker(s) in rare instances. Upon cooling, SCP-5893 instances release very high levels of Carbon dioxide (CO2) into the atmosphere through the use of special tube-like organs. These organs are located in two rows of five throughout their back.

SCP-5893 specimens are not affected on a respiratory or dermatological level by any of these properties, nor are they harmed by smoke inhalation or burns caused by outside factors.

The majority of SCP-5893 fossils have been unearthed in Hell's Creek, Montana, with more small pockets of fossils appearing in varied zones leading up to Ennis, Montana. This discovery would indicate migratory behavior from the SCP-5893 herd.

Note: It is not yet understood how the SCP-5893 herd was able to survive the mass extinction which took place in the Cretaceous period; however Foundation paleontologists have theorized that the heat manipulation properties present in SCP-5893 specimens would have allowed them to survive the initial blast as well as maintain body heat during the subsequent ice age.

Discovery: The herd of SCP-5893 specimens was discovered in the town of Ennis, Montana, United States, after the former suffered a massive fire that destroyed most of the community. Foundation operatives initiated vigilance of the town after reports of "lizard-like horned creatures" surfaced from members of the community as an explanation for the fire.

After 5 days of monitoring, the herd of SCP-5893 instances was located, captured, and subsequently transported to Area-5893. A disinformation campaign describing the event as a fire caused by faulty wiring at the local library was launched. Additionally, all witnesses were administered Class C amnestics.


Addendum-5893-1: The following diary was recovered from 11-year old Timmothy Piers after it was discovered to contain information about the SCP-5893 herd.

Below are all the entries detailing encounters with SCP-5893 instances.

15th of March 1997.

Today I woke up at 7:AM. It was a sunny day, I went to look out my window like usual when I saw something terrifying. It was this huge lizard, with horns and big spikes coming out of its back. I was shocked so I just stood there looking. It ran away before I could tell anyone what had happened.

I've heard stories though, in many books a lot of demons are mentioned. That has to have been a demon, I mean what else could it be? It's definitely not some animal. Plus, it's got horns, spikes, and is red. That is basically every demon ever.

I'll ask my parents if they have heard about any demons here in town. Maybe there's some old story about it.

Apart from that, not much else happened during the day.


16th of March 1997

I asked my parents and some friends if they knew about "the demon of Ennis" or something similar. No one had a clue what I was talking about. Seems there aren't any stories.

Did I imagine it? I mean it was a Saturday morning and I didn't sleep very well so it could have just been a dream right?

It felt so real though. I don't think it was a dream.

Maybe someone else knows something, I could look for a book with stories somewhere.


20th of March 1997

I saw it again! This time it was in the woods near my house. I was walking home from school and I heard some noises in the bushes, I went to check it out and there it was. I got a better look this time and it is extremely weird. It's like a big lizard with horns and like exhaust pipes coming out of its back.

It was just standing there, not moving at all, just like me, I was also frozen in shock. It also made a sound, sounded like a cow maybe? Aren't cows often a representation of demons? Or are those goats? Either way, at least I know it's real for sure. It was like 3:PM, I wasn't sleepy at all.

I think the best place to go if I want to find a story about demons is at the library. I'll go there tomorrow.

Also, the teacher gave us a ton of homework. I've got like 15 things I gotta do and I still need to get info about the demon. I'll do some work tomorrow after the library I guess.


21st of March 1997

I went to the library and looked for all the legends and myths I could find. I couldn't find anything. I found a bunch of other interesting things though, learned about Montana's history, a bunch of disasters too, mostly reports of massive fires hitting Montana throughout the years, I know it's not related to demons but I found it pretty interesting.

Anyways, I asked the lady that works at the library if there were any reports or books on a horned lizard demon that lives near this town. She had no clue what I was talking about but she took me back to the mythology section to see if I could find anything. I had already been there so I didn't really find any new information.






Ok I know it's late but I was about to go to sleep when I thought of this. Demons are related to all that fire stuff, right? And burning things? Maybe the fires have something to do with the demon? What if it's like a fire demon? I know the fires were in other parts of Montana but what if it moves around?

I don't know… I just can't stop thinking about it.


27th of March 1997

Today I went to visit my gramma! My mom took me to help her out with some work. I helped her clean her yard and house.

Anyways, what happened was that while I was cleaning some shelves I saw a bunch of old books! The library didn't help so maybe this could!

I took one of the books and I went through the pages, couldn't really find anything. There were some mythology books but it was the same stuff I saw at the library, with no new stories or info.

I found some paleontology books though, they seemed interesting so I read a bit. I found a dinosaur that sounds kinda cool, it's named stygimoloch or something like that? I can't remember that well. Thing is the name apparently means "demon of Styx river" and it was found in Hell's Creek which isn't that far away from here. I know dinosaurs are extinct and all but what a coincidence, right? I specifically found a devil dino after seeing a real demon.

Quick note too. Imagine the heat you would feel if you got hit by a meteor. A giant flaming space rock coming down and striking the ground. The shockwave would be insane.

Just the thought of it gives me shivers.


31st of March 1997

I saw the demon again! It seems to stay near the edge of the forest.

I was too scared to get near but I learned some things about it:

-It lives (Or is currently staying) near the edge of the forest to the east of the town.

-It's fast, I saw it run away while I was looking at it and it cleared a lot of ground in very little time.

-It can change size (?). Actually, I'm not really sure if it actually changed size but it looked smaller than last time.

That's all I learned? Looking at it now it's not much but at least it's something.

Last thing. I finally finished all that homework we had. I can just focus on the demon now.


6th of April 1997

This demon doesn't seem to want to hurt us. It's been staying peacefully near the forest and hasn't tried to drag anyone into hell or something like that.

Should I try to get close to it? Let it see me? Maybe it'll speak to me? Who knows?

I'm still kind of scared of it but it hasn't tried to hurt me or anyone so maybe it's good? Can demons even be good?


Note: As of 15/04/1997 no more pages from Timmothy Piers's diary have been recovered. (See Addendum-5893-2)

Addendum-5893-2: A total of 5 pages from Timmothy Piers's diary detailing 3 days worth of information and encounters with SCP-5893 specimens have been recovered from his family after they were tracked down and detained by Foundation operatives posing as traffic police. The whole family has been administered Class C amnestics and released back into the public.

No other pages apart from the following have been recovered or have been found to contain information regarding the SCP-5893 herd.

10th of April 1997

Today I went to a restaurant with my family. We ate some tasty food and we decided to sit near the corner of the place, I could see the forest through the window. I was looking through the window when I saw it, deep in the forest.

I only got a quick glimpse before it left but it looked bigger? Maybe it had eaten something?
I'm not sure how it got bigger so quickly.

Anyways, I think it may have seen me. It was looking towards the restaurant at least. If it was going to attack the town it probably would have done it a long time ago so I think it's peaceful.

I've decided I'm going to go into the forest and find it. This time I'll get close to it.


11th of April 1997

I asked my parents if I could go to the forest to try to look for animals. I know it's a lie but imagine how they would react if I told them I was demon hunting. They said no though. I don't think I'll be able to see the demon if they won't let me go into the forest.

I have to come up with a plan.





I just snuck out of the house with a lantern and my diary to take notes if the demon tells me anything. I'm writing this as I'm going to see it. I made sure to be as quiet as possible but when I closed the door I think I heard a door upstairs open. Hopefully, my parents didn't hear anything.





I've searched the whole forest. I went through the back of my house and to where I last saw the demon but… I can't find it.

I'm thinking of giving up. It's late.

I'll go back to my home. I'm just not finding anything.






I was walking back home when I passed a place where I had seen the demon a few times and… this time I managed to find it. I was getting close to it very slowly, I didn't want to make it angry.

I tried to speak to the demon but it just stood there. Like it was inspecting me.

Then, out of nowhere, my dad came running to me. He was yelling my name. He saw my light and heard me going out so he went running after me.

He reached where we were and he just stood there in shock. He looked at the demon and screamed.

The demon roared, all of a sudden it burst on fire and started running away from us, towards the town…

Then out of the forest came running a ton of them, there were about 20 I could count. They all burst into flames as well, I nearly went blind. They all ran after the first one, it was like a stampede.

Was it a horde all along?

We just stood there for a second trying to process what had happened before running back into town. I could see the lights. The demons were already in, and the whole town was on fire.

People were screaming and I and my dad went running to our house, my mom and sister were outside. They were also in shock at what they were seeing.

My dad told my mom what was happening and told her to get her things, we had to leave town quickly before the fire got to us.

I managed to rip a few pages from my diary and grab what was in my backpack and got in the car just as one of the demons ran headfirst into my house and it all started to burn.

I'm writing this while my dad drives the car, I don't know where we're going but it'll be some time before we come back. The whole town is destroyed.


Do they know?

My dad's been silent this whole drive. He hasn't even looked back at me or talked to my mom.

Does he know?

Does he think it was my fault for sneaking out? Or is it his fault for making the horde of demons angry?

What even were they I don't know. Will I ever know? Were they actually demons?

Do they have anything to do with the fires? Did they cause the huge fires all across Montana?

Should I have told someone about it? Maybe it would have prevented this.

I'm looking back at the town. The trees are burning. The fire is spreading. Soon the forest will be red…

I just hope everyone made it out alive…


[[footnoteblock]]


Wow! You flipped a card and got: Cadaver la Atlantica!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 23:01

rating: 0+x

Usage

To import this theme to your page, put the following anywhere inside it:

[[include :scp-wiki:theme:creepypasta]]

The standard CSS @import method won't work. This is intentional (thanks to stormbreathstormbreath for providing the CSS code!). Importing the theme using [[include]] adds your page to a list of Backlinks. This is useful for seeing what pages would be affected when this theme is updated, and allows any errors caused by that to be noticed and corrected much faster.

You can view any page's Backlinks by clicking "+ Options" at the bottom of the page, then "Backlinks".


Examples

rook.png

Parawatch Logo.

A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.

Titles can be created by putting between one and six plus "+" at the start of the line

This is a tab view.

This is a blockquote, created by putting "> " at the start of each line.

More text


That's a horizontal rule

Nested blockquotes

This is a table
You should know how to make these
already
@import url('https://fonts.googleapis.com/css?family=PT+Mono&display=swap');
 
/*
    Powered on 2019/05/09 06:09:42
    [2019 Wikidot Theme]
    Created by The Great Hippo
    CC BY-SA 3.0
*/
 
/* FONTS AND COLORS */
 
:root {
    --bg-light: #262626;
    --bg: #1a1a1a;
    --bg-dark: #000000;
 
    --fg-light: #ffffff; 
    --fg:  #f2f2f2;
    --fg-dark: #e6e6e6;
 
    --fg-accent-light: #ffffcc;
    --fg-accent: #ffff99;
    --fg-accent-dark: #ffff80;
 
    --fg-accent-2: #ffffff;
 
}
 
body {
    background: var(--bg);
    color: var(--fg);
    font-family: 'PT Mono', monospace;
}
 
a, a:visited {
    color: var(--fg-accent-dark);
}
 
h1, h2, h3, h4, h5, h6, #page-title {
    color: var(--fg-light);
    font-family: 'PT Mono', monospace;
}
 
ins, del {
    color: black;
}
 
/* HEADER */
 
div#container-wrap {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/gradient.png) top left repeat-x;
}
 
div#header {
    background: url(https://scp-wiki.wdfiles.com/local--files/theme%3Acreepypasta/parawatch.png) 10px 40px no-repeat;
}
 
div#header h1 a span {
    /* hiding header text */
    font-size: 0px;
    color: transparent;
}
 
div#header h1 a:before {
    content: " ";
    color: rgb(24, 24, 24);
}
 
div#header h2 span {
    font-size:0px;
    padding: 4px;
}
 
div#header h2:after {
    content: " ";
    font-weight: bold;
    color: rgb(255, 224, 135);
    padding: 19px 0;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8);
    white-space: pre;
}
 
/* SIDE-BAR */
 
div#side-bar a,
div#side-bar a:visited {
    color: var(--fg-dark);
}
 
div#side-bar div.side-block {
    background: rgb(24, 24, 24);
    border: 1px solid #ffe087;
    box-shadow: 0 2px 6px #404040;
}
 
div#side-bar div.side-block.media,
div#side-bar div.side-block.resources {
    background: rgb(24,24,24);
}
 
div#side-bar div.side-block div.heading,
div#side-bar div.collapsible-block-unfolded-link,
div#side-bar div.collapsible-block-unfolded-link div.collapsible-block-link {
    color: rgb(255, 224, 135);
    border-color: rgb(255, 224, 135);
}
 
/* Recolors the image bullet points in the side-bar */
.side-block .menu-item > .image {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the Translation Module */
div.scpnet-interwiki-wrapper {
    filter: hue-rotate(230deg) invert(100%);
}
 
/* Recolors the panel that opens on mobile with the side-bar */
@media (max-width: 767px) {
    #side-bar{
        background-color: var(--bg);
    }
}
 
/* Recolors the drop down from the arrow next to username in the header */
#login-status ul a {
    color: var(--fg);
    background: var(--bg);
    border-color: var(--fg);
}
 
#login-status ul a:hover {
    color: var(--fg-dark);
}
 
/* Makes the code readable */
.hl-identifier, .hl-code, .hl-brackets {
    color: var(--fg);
}
 
/* Top-Bar */
#top-bar a { 
    color: var(--fg-dark);
}
 
#top-bar ul li ul {
    border-color: var(--fg-light);
}
 
#top-bar ul li.sfhover ul li a,
#top-bar ul li:hover ul li a {
   border-top-color: var(-fg-light);
}
 
#top-bar ul li.sfhover a,
#top-bar ul li:hover a {
    background-color: var(--bg-light);
    color: var(--fg-dark);
}
 
#top-bar ul li.sfhover a:hover,
#top-bar ul li:hover a:hover {
    background: var(--bg-dark); /* top bar hover background color */
    color: var(--fg-dark);
}
 
div.yui-navset div.yui-content {
    background: rgb(24, 24, 24);
}
 
div.yui-navset ul.yui-nav a,
div.yui-navset div.yui-navset-top ul.yui-nav a {
    background: rgb(24, 24, 24);
    color: rgb(255, 237, 185);
    border: solid 1px #ffffff;
}
 
div.yui-navset ul.yui-nav a:hover,
div.yui-navset ul.yui-nav a:focus {
    background: rgb(40, 40, 40);
    color: rgb(255, 237, 185);
}
 
div.yui-navset ul.yui-nav .selected a,
div.yui-navset ul.yui-nav .selected a:focus,
div.yui-navset ul.yui-nav .selected a:hover {
    background: rgb(50, 50, 50);
    color: var(--fg);
    border: solid 2px #ffff99;
}
 
/* rating module */
 
.page-rate-widget-box .rate-points {
    background-color: var(--bg-dark) !important;
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a,
.page-rate-widget-box .cancel a {
    background-color: var(--bg-dark);
    color: white;
    border: 0;
}
 
.page-rate-widget-box .rateup,
.page-rate-widget-box .ratedown,
.page-rate-widget-box .cancel {
    background-color: var(--bg-dark);
    border: 0;
    border-left: 1px solid var(--fg-accent-light);
}
 
.page-rate-widget-box .rate-points,
.page-rate-widget-box .cancel a {
    border: 0;
 
}
 
.page-rate-widget-box .rateup a,
.page-rate-widget-box .ratedown a {
    background-color: var(--bg-dark);
    color: white;
}
 
.page-rate-widget-box .rateup a:hover,
.page-rate-widget-box .ratedown a:hover,
.page-rate-widget-box .cancel a:hover {
    background-color: var(--bg-dark);
    color: white;
}
 
/* footnote hovers */
 
.hovertip {
    width: 20em;
    padding: 0.5em;
 
    border: 1px solid var(--fg-accent-light) !important;
    border-radius: 0.5em;
 
    background-color: #000000ee !important;
    box-shadow: 0 0 6px 1px #000000aa;
    z-index: 100;
}
 
.hovertip .f-heading {
    color: var(--fg-accent-light);
}
 
/* inputs */
 
input.text, input.button,
#search-top-box-input,
#search-top-box-form input[type=submit],
div.buttons input, input.button, button, file, a.button {
    background: transparent;
    color: var(--fg);
    border: 1px solid var(--fg-accent-2);
    border-radius: 0;
    font-size: 1em;
    outline: 0;
}
 
div.buttons input:hover, div.buttons input:focus,
input.button:hover, input.button:focus,
button:hover, button:focus,
file:hover, file:focus,
a.button:hover, a.button:focus {
    border-color: var(--fg-accent-2);
    background: transparent;
    color: var(--fg);
}
 
input.text:hover, input.button:hover,
input.text:focus, input.button:focus,
#search-top-box-input:hover,
#search-top-box-input:focus,
#search-top-box-form input[type=submit]:hover,
#search-top-box-form input[type=submit]:focus {
    color: var(--fg);
    background: transparent;
    border: 1px solid var(--fg-accent-2);
    outline: 0;
}
 
/* EDITING WINDOWS */
.owindow {
    color: #000;
}
 
.owindow h1, .owindow h2, .owindow h3, .owindow h4, .owindow h5, .owindow h6 {
    color: #000;
}
 
.owindow a {
    color: #272727;
}
 
table.page-files .highlight {
    background-color: #272727;
}
 
input.text {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:focus {
    border: 1px dashed #000;
    color: #fff;
}
 
input.text:hover {
    border: 1px dashed #000;
    color: #fff;
}
 
div#lock-info {
    background-color: var(--bg-light);
}
 
/* BLOCKQUOTES */
 
blockquote,
div.blockquote {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
}
 
/* Parawatch Forum Pseudo-Blockquotes */
div.parapost {
    background:  var(--bg-dark);
    border-width: 2px;
    border-style: solid;
    border-color: var(--bg-light);
    padding: 0 1em;
    margin: 1em 3em;
}
 
div.parapost.reply1 {margin: 1em 3em 1em 4em;}
div.parapost.reply2 {margin: 1em 3em 1em 5em;}
div.parapost.reply3 {margin: 1em 3em 1em 6em;}
div.parapost.reply4 {margin: 1em 3em 1em 7em;}
div.parapost.reply5 {margin: 1em 3em 1em 8em;}
 
@media (max-width: 479px) {
   div.parapost {margin: 1em 0;}
   div.parapost.reply1 {margin: 1em 0 1em 1em;}
   div.parapost.reply2 {margin: 1em 0 1em 2em;}
   div.parapost.reply3 {margin: 1em 0 1em 3em;}
   div.parapost.reply4 {margin: 1em 0 1em 4em;}
   div.parapost.reply5 {margin: 1em 0 1em 5em;}
}
 
@media (min-width: 480px) and (max-width: 580px) {
   div.parapost {margin: 0.5em;}
   div.parapost.reply1 {margin: 0.5em 0.5em 0.5em 1em;}
   div.parapost.reply2 {margin: 0.5em 0.5em 0.5em 1.5em;}
   div.parapost.reply3 {margin: 0.5em 0.5em 0.5em 2em;}
   div.parapost.reply4 {margin: 0.5em 0.5em 0.5em 2.5em;}
   div.parapost.reply5 {margin: 0.5em 0.5em 0.5em 3em;}
}
 
/* IMAGES */
 
#page-content .scp-image-block {
    border-color: var(--fg-accent);
    box-shadow: none;
}
#page-content .scp-image-block .scp-image-caption {
    border-color: var(--fg-accent);
    background-color: var(--bg-dark);
}
 
table.wiki-content-table th {
    background-color: var(--bg-dark);
}
 
hr {
    background-color: var(--fg);
}
 
.code {
    border: 1px dashed var(--fg);
    background-color: transparent;
 
    font-family: "Courier", "Courier New", "Roboto Mono", monospace;
    font-size: 1em;
}
 
/* INFO MODULE */
 
#page-content .rate-box-with-credit-button {
    background-color: var(--bg-dark); 
    border: 1px solid var(--bg-dark);
}
 
#page-content .rate-box-with-credit-button .creditButton p a {
    border-left-color: var(--fg-accent-light);
}
 
#page-content .rate-box-with-credit-button .page-rate-widget-box .cancel {
    border-radius: 0;
}
#page-content .rate-box-with-credit-button .page-rate-widget-box .rate-points {
    border-left: 0;
}
 
#page-content .modalbox {
    background: linear-gradient(var(--bg) 51px,var(--bg-light) 51px,var(--bg-light)) !important;
    color: var(--fg);
    box-shadow: 0 2px 6px #404040;
}
 
.close-credits,
.credit-back {
    filter: hue-rotate(230deg) invert(100%) brightness(150%);
}
 
#footer {
    background: var(--bg-light);
}
 
/* MOBILE CODE */
@media (max-width: 767px) { 
    div#header {
        background-size: 22em;
        background-position: 1em;
    }
 
    #top-bar .open-menu a {
        border: 0.2em solid var(--bg-light);
        background-color: #787878;
        color: var(--bg-light);
  }
}

rockn_roll21 08/21/12 (Fri) 3:16:42 #5511972


My name is Ruebon Al Lesgussa, and for 21 years I was a pilot working for Kardinal International Airways. I operated primarily on larger passenger planes on routine flights across the Atlantic. This particular flight, on K-LA2, was off and made me quit my job. It's a long and creepy story that most people most likely wont believe, but the 300-so people on board will say otherwise, not to mention I take therapy for PTSD and anxiety because of this.

A little about me. I'm currently 52 years old as of 08/21/12. I was in my mid-30's when I starting piloting large planes, moving up from being a crew member to copilot to pilot. I love books and fantasy, the two most interesting things ever. I always watched horror movies with my grandchildren and I read short horror novels to my grandchildren as well. I haven't seen them since the flight and I most likely wont ever again.

On February 19th, 2012, I was on a routine flight from NYC to London. With about 300 people on the flight, I took off at KINYC and supposed to land at a designated international airport in London. Easy trip; fly there, land, fly back, easy 12 grand. Not so easy when I started lifting. I can't really explain this feeling, but my brain and gut told me I took the wrong flight today and shouldn't of gone on it. Being me, I obviously ignored it.

I regretted that decision, of course. Let me explain what happened. I was entering maximum cruising altitude (roughly 30 thousand meters) and I started to notice something odd with the radar system. My copilot told me that there were 31 unidentified flying objects accelerating towards us. Nothing was expected to fly on the path this day, especially in such large quantities.

13 minutes pass, and I get my answer. At first, I swear I was hallucinating. I saw a floating corpse (like how you would see in a lake), wrapped in a cloth bag and tied at the neck and ankles. I brushed it off until I saw 30 more of the same corpses float next to the cockpit. I knew I wasn't seeing shit because my copilot was shocked and terrified.

For what seemed like eternity, the entire plane was shaking and screaming from the passengers grew louder. Crew members were frantic and we were both in disbelief. I contacted Air Traffic Control, and I tried explaining to them what I am seeing. Before I am able to tell them, our radio signals are unusually interrupted, something interfering with the broadcast, most likely was the bodies.

For the next 6 hours of the flight, my copilot and I were on high alert and hyperaware of everything around us. The entire passenger plane was in disarray and mass paranoia was far settled in. Most people were asleep. I broadcasted over the radio explaining what happened and how unsure we were of the situation.

K-LA2 landed in London after the eternity-long flight over the Atlantic Ocean. As soon as board of directors were informed of the horrific event, and the location as to which it happened, they put the plane into decommission and gave me a different plane and route. After I landed back in KINYC, I quit my job on the spot, walking away with no money and a PTSD-riddled brain.

If you're ever going to work at Kardinal International Airways, don't. God knows what the fuck happened that day and to this day, I can't tell if I was seeing shit or if I was in a fever dream.


rockn_roll21 09/02/12 (Mon) 01:24:49 #5620987


flickr:3410133327

I took this picture while on a night walk on the beach. I was by myself and drunk most likely. That similar gut feeling arrived again to the same I had on the flight, and it was not pleasant. I instantly sobered up and became hyperaware of my surroundings. I took a flick of the water (picture above) and nothing seemed out of the ordinary from my perspective.

I got closer to the water, and I noticed how wine-red it looked and how muddy it was. A large piece of white decayed cloth floated up to my shoes and it looked eerily familiar from the same cloth on the flight. I used my phone light to shine a light onto the water and nearly tripped on nothing when I saw the corpses from the same flight (all 31 of them) just floating around in the water, heading towards me.

I was hyperventilating and stuck in place and my body forced myself to stay in position. Every second went by, and they kept chanting "Come take a swim, come take a swim." I bet people thought I was crazy by yelling "GET OUT OF MY FUCKING HEAD!". Of course, they did. Some group walked past me and dragged me from the water and asked what I saw. I told them I saw a group of corpses floating towards me. They all seem worried and used a phone light to shine to the water. Nothing was there.

They helped me up and had a concerned and confused look. They asked if I was drunk and I said no, because I sobered up as soon as I got the gut feeling. I walked away to my car and sped home to go to bed right away, not worrying about eating, showering, anything.

They're definitely following me, and I can't escape them. I thought that experience was over, but no. They want me to feel pain and horror, and maybe kill myself. I'm not listening to the bodies.


rockn_roll21 12/25/12 (Sun) 07:19:22 #5632102


flickr:84964488

It's Christmas Day, and I finally get to see my family after isolating myself for near a year. I haven't spoken to any of them and I've been locked away in my apartment and only have been talking to close friends and my therapist. Anyways, this is the tree we bought this year. They threw a party at my daughters house and I was invited. Everyone seemed confused when I walked through the door with a worn out face, dark baggy eyes, and a hunched back. Everyone thought I died, but no.

The children opened the presents and I seemed to be happy for once after a long time. That didn't last long of course. My grandson, Ezekiel, opened a present and got a nerf gun, and said it was his "most favoritest toy ever". That was the last time I ever saw Ezekiel.

I walked outside to take a fresh breath and I noticed my stomach started clenching and the gut feeling started arriving again. I knew they were back and I didn't know where. I thought of the worst possible scenario they could've been. I ran back inside and to my surprise, I was completely right. There were 31 people who attended that party, and all 31 of them were wrapped in cloth and tied to the neck and ankles. My soul shattered and I ran outside crying for help but no one seemed to be around as if the town become a ghost town, then I blacked out.

I woke up in a hospital bed surrounded by my children. They told me I took a nap on the couch and woke up screaming like a lunatic, saying stuff like, "GET OUT OF HERE!", and "WHAT DID YOU DO TO MY FAMILY?". I thought they were gone for sure. All of them seemed to be upset, turns out Ezekiel went missing after I blacked out, and no one is sure why, because he didn't wander away and was last seen in his bedroom upstairs.

Call me a madman, but all this shit is true. They took my will to live, my dignity, my grandchildren, and they will eventually take my life.


lasagnebologna22 01/05/13 (Tue) 04:22:58 #56335062


idk man this seems like bullshit, whats the chances of this actually happening? if youre gonna make a horror story, try to make it atleast believable man.

theengulfedparadox 01/06/13 (Wed) 12:19:28 #5634005


hey man, not cool. this guy has obviously gone through a lot of stuff and i dont think doubting him is a good idea. besides, we post creepy shit we've experienced. by far, this is probably the creepiest shit i've read. you need to fuck off, @lasagnebologna22.

lasagnebologna22 01/06/13 (Wed) 1:22:05 #56301928


boo hoo boo hoo, this is a shitty fantasy story you'd seen in horror movies. hell this guy probably isnt even 52. he could be dead for all we know.

stonehill.loser 01/07/13 (Thu) 06:55:59 #56342255


this is the grandchild of @rockn_roll21. he recently committed suicide over all of this haywire. thanks for reassuring him @lasagnebologna22, you're a real champ for that. he was struggling with anxiety and PTSD and no one saw him for months at a time and he didn't even answer his phone. we lost ezekiel after finding his body wrapped in cloth floating down a river behind our house and you think this is funny? go get a fucking life, you dickwad.

lasagnebologna22 01/07/13 (Thu) 10:21:15 #56343098


hey man, im really sorry for your loss. i doubted him and i genuinely though he was lying. nah im just kidding ROFL! this guy is lying and obviously isnt his grandson. even if he is dead, good LOL! he was annoying probably XD

stonehill.loser 01/08/13 (Fri) 08:12:53 #5635111

you live in new mexico, correct? specifically 1309 pheaburry lane? you live in a two story house, correct? your name is brandon right? i'll see you soon.

FORUM.MOD 01/08/13 (Fri) 08:12:53 #5635592

THIS FORUM HAS BEEN AUTOMATICALLY LOCKED DUE TO SUSPICIOUS ACTIVITY.

[THREAD LOCKED]


Wow! You flipped a card and got: LuSoloLu!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 20:33
:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
:root {
    --posX: calc(50% - 358px - 12rem);
}
 
/*--- Footnote Auto-counter --*/
#page-content {
    counter-reset: megacount;
}
 
/*--- Footnote Superscript Number --*/
.fnnum {
    display: inline-block;
    text-indent: calc(-1% - 0.1em);
    overflow: hidden;
    line-height: 83%;
    text-decoration: none;
    font-weight: bold;
    font-style: initial;
    color: transparent;
    position: relative; top: -0.25em; font-size: 82%;
    padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px);
    margin-left: -0.06em;
    margin-right: -0.25em;
    counter-increment: megacount;
    user-select: none;
}
.fnnum::after {
    content: "" counter(megacount);
    color: var(--fnColor, #E6283C);
}
.fnnum:hover {
    text-decoration: none;
    cursor: pointer;
    background-color: var(--fnColor, #E6283C);
}
.fnnum:hover::after { color: white; }
 
/*--- Footnote Content Wrapper --*/
.fncon {
    position: absolute;
    right: calc(var(--posX) + 80px);
    line-height: 1.2;
    padding: 0.82rem;
    width: 10.3rem;
    background: white;
    border: 2px solid black;
    font-weight: initial;
    font-style: initial;
    text-align: initial;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94);
    z-index: 9;
}
.fnnum:hover + .fncon {
    opacity: 1;
    right: var(--posX);
}
.fncon::before {
    position: absolute;
    top: 0; left: 0;
    transform: translateX(-52%) translateY(-55%) scale(1.15);
    background-color: var(--fnColor, #E6283C);
    color: white;
    content: counter(megacount);
    font-size: initial;
    font-weight: bold;
    font-style: initial;
    padding-left: 0.32em; padding-right: 0.32em;
    padding-top: 0.18rem; padding-bottom: 0.08rem;
}
 
/*--- Mobile Query --*/
@media only screen and (max-width: 1279px) {
    .fncon {
        position: fixed;
        bottom: 1.3rem;
        left: calc(11% - 50px);
        width: 70%;
        transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94);
    }
    .fnnum:hover + .fncon {
        left: 11%;
     }
}
rating: 0+x
blank.png
The ListPages module does not work recursively.


Special Containment Procedures

All SCP-5722 instances are currently contained in Area-25.

SCP-5722-A is housed in a standard humanoid containment cell and is to utilize 4 active Scranton Reality Anchors to prevent all appearances of SCP-5722-B. No personnel are allowed to enter its cell while it is sleeping. SCP-5722-A is allowed to leave its containment cell two times per week to visit Dr. Porasy and once per day to visit the containment cells of SCP-5722-1 and SCP-5722-2. Requests for personal items may be granted upon approval by a Level 4 or higher authority and Dr. Porasy. To date SCP-5722-A has only requested a golden flute (granted), a notebook (granted), and a book to learn English (granted). Personnel are allowed to interact with SCP-5722-A while it's awake.

Any room in which SCP-5722-B manifests is to be completely sealed off until it disappears. Communication attempts with SCP-5722-B are discouraged.

SCP-5722-1 and SCP-5722-2 are contained in two separate 30 m x 30 m x 30 m cells with four security personnel armed with electroshock weapons outside of their respective cells at all times. The walls of SCP-5722-1's cell must be fireproof. Raw meat Fruits (preferably jaboticaba and grapes) covered in honey are to be given to SCP-5722-1 on a daily basis in order to feed it. The walls of SCP-5722-2's cell must be sound proof. Raw meat is to be given to SCP-5722-2 on a daily basis in order to feed it. Only SCP-5722-A is allowed to enter the containment cells of SCP-5722-1 and SCP-5722-2.


Description

SCP-5722 consists of two entities designated SCP-5722-A and SCP-5722-B.

SCP-5722-A is a 21 years old female human of Latin American descent with slightly dark skin and black hair. SCP-5722-A speaks Spanish but it is currently learning English.

Every time SCP-5722-A sleeps all the light sources in the room will start to slowly turn off until the entire room is in complete darkness. While this happens SCP-5722-B, a tall black humanoid figure with two luminescent eyes without pupils, will materialize in the nearest corner of the room to SCP-5722-A. If the door to the room or a window is open, the effect will expand to the adjacent room; if the door is closed, it cannot be open by any means possible. Night vision cameras do not work in this darkness, infrared cameras will only show SCP-5722-A. When SCP-5722-A awakes, all the light sources of the room will quickly turn on and the room will be accessible again.

After a manifestation of SCP-5722-B, SCP-5722-A will be pregnant6. In all of the cases thus far, SCP-5722-A gave birth7 to an anomalous creature. To date SCP-5722-A has given birth to two creatures, now known as SCP-5722-1 and SCP-5722-2.

SCP-5722-1 is a 10 m tall entity with the body of a Caiman Yacare8 and seven heads resembling those of a Chrysocyon Brachyurus9. SCP-5722-1 is capable of shooting fire blast of 400°C from its mouths. It spends most of its time lying down on the ground and it only attacks humans if it feels like it is in danger.

SCP-5722-2 is a 15 m long snake-like creature. It possesses green scales and red feathers around the neck and through its spine, as well as a black beak. SCP-5722-2 is extremely aggressive towards any living creature, although it will flee if it is in danger. SCP-5722-2 uses its sharp tongue to stab its prey from up to 12 meters away. It can also generate screeches at up to 137 dB. SCP-5722-2 spends most of its time trying to break out of its containment cell coiled on the floor of its containment cell.


Discovery

SCP-5722 came to the attention of the Foundation on 01/10/2019, when SCP-5722-2 appeared in Paso de Patria, Paraguay. MTF Epsilon-6 ("Village Idiots") was immediately sent to the location to contain the entity. When the Mobile Task Force arrived SCP-5722-2 had already caused 18 casualties.

The agents followed the entity until a house in the middle of a field where they found SCP-5722-A and SCP-5722-1.

Attached File:


Addendum 5722-1 (Incident 5722-B):

During the first night of containment of SCP-5722 all the light sources of the cell of SCP-5722-A started to turn off. Dr. Kerana noticed this, alongside a figure in the cell through the cameras and, with a few security officers, entered the cell. Researcher Mario Angatu stayed in the Surveillance Room monitoring SCP-5722-A's containment cell.

Attached File:

Security Officers tried but were unable of opening or destroying the door to enter the room. All the light sources in the room turned on on their own nine hours later when SCP-5722-A woke up. The bodies of Dr. Kerana, Officer Fernandez and Officer Agreste were found in the room with cuts and bite marks through all of their bodies.

After the incident Researcher Mario Angatu was assigned as the lead researcher on SCP-5722.

The medical check showed that SCP-5722-A had tiny cuts, apparently made by claws, on its back alongside with scars of the same kind. SCP-5722-A was also weaker and pregnant for three weeks10. SCP-5722-A's wounds healed in a few hours.

Four Scranton Reality Anchor were placed around SCP-5722-A's containment cell. This has proven to be effective on the containment of SCP-5722-B.


Note from Dr. Angatu: SCP-5722-1 and SCP-5722-2 seem affected by their separation from their mother. SCP-5722-1 has not eaten any of the food we are providing it and stays laid in the ground all day, meanwhile, SCP-5722-2 is constantly trying to break out of its containment cell.
SCP-5722-A seems equally affected, she spends most of the time sleeping in her bed as if she was trying to see her husband. She was interrogated on the matter and it seems that after we installed the SRAs he hasn't been able to contact her. Still, I'm a little worried about the mental health of SCP-5722-A.

26/10/2019: Requesting SCP-5722-A to be sent to a session with an in Site Psychologist.
-Senior Researcher Mario Angatu

Request Accepted.
-O5-06


Addendum 5722-2:

SCP-5722-A was sent to the in site Psychologist, Doctor Luriel Porasy.


Addendum 5722-3:

On 15/01/2020 a security breach occurred at Area 25; around midnight a huge storm generated over the area, after a thunder hit the roof the SRAs in SCP-5722-A's containment cell started to malfunction. Even though SCP-5722-A was still awake all the light sources in its room started to turn off while SCP-5722-B manifested itself into the containment cell.

Researchers that were monitoring the cameras noticed this and immediately sent Security Officers to the area but while they were going all the light sources in Area 25 started to quickly turn off, and when everything was in darkness no one could enter or exit the Area.

Attached File:

Addendum 5722-4:

SCP-5722 is pending an update on its description.


Archived Correspondence in Regards to SCP-5722:

From: Mario Angatu <pcs.52A|utagnaraM#pcs.52A|utagnaraM>
To: Luriel Porasy <pcs.52A|ysaroP#pcs.52A|ysaroP>
Subject: SCP-5722-1-2
Date: 16/01/2020. 06:13 a. m.
Message:
Nice call, Luriel, if you hadn't released SCP-5722-1 and SCP-5722-2 during the containment breach we all would probably be dead. I talked with the director and you won't be punished so don't worry about that.
Now, SCP-5722-A asked me about you, I told her that you're fine. Everything should be back to normal later today, so you and her can have your session like all the weeks.
Thank you for everything.
Doctor Angatu

Wow! You flipped a card and got: Dont Save Drafts!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 17:04

rating: 0+x

Item #: SCP-5723

Object Class: Safe

Special Containment Procedures: All texts dating from the 1500s relating to early Protestantism, Martin Luther, Holy Roman Emperor Charles V, Holy Roman Emperor Maximilian I and Pope Leo X, are to be censored and replaced in public and private archives with altered copies. The Catholic Church, the Horizon Initiative, and nearly all major universities are currently assisting the Foundation in this regard. Foundation-operated web analysis bot Theta-07 ("TENNAPEL") is to be kept in constant operation and checked for defects twice a week by a Level-2 staff member. When functional, the bot will search a wide range of online archives and religious message boards for posts that directly relate to SCP-5723, as well as any posts that contain all the keywords "Protestantism," "Holy Roman Empire" "edict," and "worms."

Description: SCP-5723 is a phenomenon that occurred during the four historical events known as the Diet of Worms.

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: SCP-1559!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 12:53
rating: 0+x
littlebirdhouseinyoursoul.png

An example of SCP-1559 with English content, observed at █████ Street in Canary Wharf, London.

Item #: SCP-1559

Object Class: Euclid

Special Containment Procedures: Manifestations of SCP-1559 are to be removed from their original location and sheltered in Site-77 once discovered. All currently known SCP-1559 manifestations are contained in a high-security containment chamber at Site-77.

Anyone requiring direct contact with SCP-1559 is to receive protective memetic inoculations against the effects of SCP-1559. Personnel already influenced by SCP-1559 are to receive Class-A amnestics to eliminate the mental effects of the project.

Description: SCP-1559 is a set of posters displaying the content "A FEW STILL LISTEN TO BIRDS" in different languages. The language used in specific SCP-1559 manifestations depends on the native language of their creators14 and the primary language of the place SCP-1559 appears.

SCP-1559 was discovered in 1997 during an environmentalist storming of a local KFC restaurant in Florida, USA, with several individuals later identified as SCP-1559-1 carrying placards with manifestations of SCP-1559. A total of 144 manifestations of SCP-1559 have been found in many cities including London, New York, Shanghai, Hong Kong, Singapore, Madrid, Paris, etc.. The manifestations are generally found in the downtown and business area, and current information suggests that areas with a high incidence of bird mortality are more likely to have SCP-1559 posted. In rare cases, instances of SCP-1559 will be carried by individuals of SCP-1559-1 rather than being posted somewhere.

The anomalous properties of SCP-1559 will be activated when any human individual looks at a manifestation of SCP-1559 for more than 5 seconds, upon which the human individual is then transformed to an SCP-1559-1 entity. Once the anomalous properties of the item are triggered, the individual will become extremely sensitive to bird calls and will acquire the ability to understand the meaning of the bird's call. After a period of time, the SCP-1559-1 individual will exhibit a series of symptoms in chronological order, showing a special fondness for birds and a tendency of mimicking birds in their daily-life behaviors.

440px-Quetzal01.jpg

A male Resplendent quetzal.

At the same time, SCP-1559-1 individuals will automatically gain knowledge of how to create SCP-1559 manifestations. These individuals will make additional manifestations of SCP-1559 and attempt to post them in the eligible locations described above. SCP-1559-1 may translate the language of the bird in a language that others can understand, but all refuse or claim to be unable to represent or demonstrate the process of creating SCP-1559 manifestations.

Addendum I: Interviewing Record (1559-20120614A)

To further investigate the nature of SCP-1559, D-19289 (male, 41 years old) was asked to look unprotected at an example of SCP-1559 written in his native language for 30 seconds. D-19289 was then confirmed to have successfully transformed into an individual SCP-1559-1. He was asked to live under surveillance in a forest cabin in Yucatan, Mexico, and to record the information contained in the bird calls he heard. Interviews with D-19289 were conducted every 30 days.

Date:14 April 2012

Interviewed: D-19289

Interviewer: Dr. Arbuzov, Level 2 researcher in Site-77

<Begin Log>

Dr. Arbuzov: Good morning. How are you feeling today?

D-19289: Better than ever. The pleasant sound of birdsong here is very relaxing and listening to them chatting makes my life less boring.

Dr. Arbuzov: Oh? It's good to be happy.

D-19289: Lately many birds outside have been clamouring for a date because it's Spring now, as you know. It's a nice treat to hear the birds singing to their beloved mates and enticing them to spend the gentle night together.

Dr. Arbuzov: Would you mind sharing what you have heard with me?

D-19289: I'd certainly be happy to share! Well, I think Spring is the breeding season, so many birds are looking for mates. Other than that… it is basically all about "which area has better tasting fruits" and "which tree has more fat worms" and just … foraging for food. But there's other stuff too, like …

Dr. Arbuzov: For example?

D-19289: Occasionally some birds are frightened by wild animals and they will try to call for help or scare off their enemies. Some very small-mouthed birds also gossip, such as where they saw some people in the nearby town fight in their homes and other stuff like that. Another notable one, which I like hearing but I don’t quite understand the content, is something like a poem.

Dr. Arbuzov: A poem?

D-19289: Yes. Many of the birds here chant poetry. The content is largely similar, it seems almost like a narrative poem. One small bird in particular, with green back feathers, red belly feathers and a long tail, is particularly fond of singing this. Other birds often sing it, but I like it best when the poem is sung by the little green bird.

Dr. Arbuzov: Care to tell me what they are about?

D-19289: Sure! I've got it down on paper, I'll look for it …

Children of the Second Sun

Lost as the flame fell down

Their world has been deeply buried

Only the sky still opens its arms for them


Messengers of the Second Sun

Soaring above the earth

Their splendor has been forgotten by most

Only a few still listen to their song


Descendants of the Second Sun

Wandering through the flow of time

Their desire has never been abandoned

That the kingdom will reborn from the ashes


Their last obsession is still circulating

Their last descendants are still wondering

That a few still listen to birds

Dr. Arbuzov: What do you make of this poem?

D-19289: I said I'm not quite clear about this, but it felt kinda moody. Very much the kind … of a lost civilization? Also, the songs from the little green birds are really nice.

Dr. Arbuzov: Okay, I see. We'll allow you to stay here for a few more days, thank you very much for your cooperation.

D-19289: That'd be great!

<End Log>

Date:14 May 2012

Interviewed: D-19289

Interviewer: Dr. Arbuzov, Level 2 researcher in Site-77

<Begin Log>

Dr. Arbuzov: Long time no see.

D-19289: Why don't you guys let me go out and rescue the birds?

Dr. Arbuzov: I'm sorry, what did you say?

D-19289: To find food and water for the birds, to build their nests, to keep them away from their natural enemies.

Dr. Arbuzov: You're still a D-class in the Foundation. You are not allowed to leave.

D-19289: Compared to birds, all humans are just lowly creatures, and the demands of birds should take precedence over all human regulations. You should let me out.

Dr. Arbuzov: What do you mean? Why are humans "lowlier" then birds?

D-19289: Listen, the earth was once the kingdom of birds, and it was the rain of fire falling from the sky that destroyed them. We are nothing but usurpers. They should have been the masters of this place.

Dr. Arbuzov: Do you mean the poem?

D-19289: That is not just a poem, that is a fact that once happened on Earth. We are the later inhabitants. They lost their own civilization in the catastrophe, and then we vilely stole the earth that belonged to them while they were struggling in the catastrophe. Now they can only operate in the sky.

Dr. Arbuzov: As far as I know this has never happened.

D-19289: The civilization of birds is much more holy than ours. Our civilization is dirty, ugly, and originates from sneaky actions. We should atone, lady. We should return the world to them.

Dr. Arbuzov: It's sort of like some kind of eco-terrorist logic.

D-19289: It never is, it's a fact. You know this very well, you're just trying to evade the truth.

Dr. Arbuzov: No, I'm really not sure. If you would like to explain it a bit more, I'd be happy to understand.

D-19289: The birds have told me all these things. They have told me about their fallen glorious experiences. They are the Children of the Second Sun.

Dr. Arbuzov: You should know that birds are species that emerged quite late. At least as far as we know, birds have never really ruled the Earth in any sense. Your idea of "giving the earth back to the birds" is ridiculous, as birds are far away from being intelligent enough to build a civilization.

D-19289: I'm not much of a biologist, but I know that birds must be right. Humans have done so much shit to the planet. Don't try to make excuses for the despicable words and actions of humans.

<End Log>

The interview was aborted. Over the following month, the staff members responsible for guarding D-19289 repeatedly complained that D-19289 had attempted to force his way out of his room to "rescue birds" outside the cabin, and were also frequently asking the staff members if they "had ever eaten any of the birds". If a staff member responded in the affirmative, D-19289 would verbally abuse and attack the staff member. In addition, D-19289 continued to ask staff members for large amounts of "naturally fallen" bird feathers and wore clothing and accessories made from bird feathers in his daily life.

Date:14 June 2012

Interviewed: D-19289

Interviewer: Dr. Arbuzov, Level 2 researcher in Site-77

<Begin Log>

Dr. Arbuzov: How's it going? Why are you dressed like that?

D-19289: To bring me closer to a more noble form of life. kyow.15

Dr. Arbuzov: So you still insist on your opinion that birds are nobler than people.

D-19289: It's a fact, Doctor. kyow. You understand, we are sinners and we need to atone for what we have done. Right here in this land, and probably also the whole of South Mexico, there had been many wise people like me. kyow.

Dr. Arbuzov: Is that what you heard from those birds too?

D-19289: Yes. Those little green birds told me that their clan has always been responsible for passing on the history of birds. kyow. They are also responsible for giving us humans insight. kyow.

Dr. Arbuzov: Okay. So what have they told you? I would love to know.

D-19289: The native people here - they began to regard the birds as gods, to serve and care for them, just as they and we should do. kyow. You know? They saw birds as the divines of air and the incarnations of the feathered serpent. Of course, they didn't harm birds, and neither do I. kyow.

Dr. Arbuzov: Ugh. The people who believe in the feathered serpent, you mean the Aztecs and Mayans?

D-19289: That's right. The damn colonists ruined it all. kyow. After that, the bird believers disappeared and the little birds stopped singing as happily as they did before the colonists came because no one continued to listen to birds anymore. kyow.

Dr. Arbuzov: But the descendants of the Aztecs and Mayans are still alive, aren't they?

D-19289: It's all about faith, Doctor, faith. There's hardly anyone who believes in birds anymore or knows the sins they once committed against birds. kyow.

<End Log>

After the experiment, D-19289 received Class-A amnestics. Thereafter, D-19289 demonstrated no further obsession with birds. Likewise, he no longer had the ability to understand or use bird language.

Addendum II: Interviewing Record (1559-20170426F) with Individual SCP-1559-1-A

After several years of investigation and interrogation, the Foundation confirmed the identity of SCP-1559-1-A, the original maker of SCP-1559, as a 69-year-old male, Juan Alvarado. SCP-1559-1-A is a native of Nahua, Mexico, and a former zoologist studying birds of prey. After his identity was confirmed, SCP-1559-1-A agreed to be interviewed at the request of the Foundation.

Date:26 April 2017

Interviewed: SCP-1559-1-A

Interviewer: Dr. Arbuzov, Level 2 researcher in Site-77

<Begin Log>

Dr. Arbuzov: Well, Mr. Alvarado, we just want to ask you about those posters. (holds up an image of SCP-1559)

SCP-1559-1-A: I know what you want to know. You guessed right, I am indeed the original creator of those posters.

Dr. Arbuzov: Yes. We are not intending to harm you, we just want to ask you to explain how and why you did it?

SCP-1559-1-A: Sorry, actually the principle is not very clear to me. I can't express the process. I could demonstrate all the technical details to you, but I refuse to do so, given that you may want to stop our action.

Dr. Arbuzov: Well, I respect your opinion for the moment. Could you tell us if you learned this technique from somewhere, or did you invent it yourself?

SCP-1559-1-A: The technology used for creating this was handed down in our culture from ancient times, and I just modernized it a little. Just things like replacing the manual work drawing with a printer, replacing the content with more concise and understandable text, and making it a poster. You know, now that the whole world is developing quickly, something like this should also change with the times.

Dr. Arbuzov: Uh, I still don't get the point, are there any reasons for creating such things?

SCP-1559-1-A: It's what we believe in.

Dr. Arbuzov: Belief? Do you mean the belief that birds are more advanced than humans, that humans stole the civilization of birds or something?

SCP-1559-1-A: There are very few people who believe in birds anymore, very few are still listening to birds, Doctor. There are very few people left who are truly wise, who are willing to redeem themselves, who are willing to accept true knowledge.

Dr. Arbuzov: So you are saying that there used to be a lot of them? I did hear some stories about the Aztecs or the Mayans believing in birds.

SCP-1559-1-A: There were once many people who believed in birds in this land. The ancient priests, by chance, received a revelation from the feathered serpent, mastered the technique of creating these things, and then learned to listen to birds. Thus, we were able to better listen to the voice of the gods. Now this valuable wisdom has been almost lost, and I think it is my duty to keep it alive.

Dr. Arbuzov: Uh, I don't quite understand. As far as we know, these posters do make people believe in birds, but I don't quite understand what this has to do with the feathered serpent.

SCP-1559-1-A: The birds were always singing a ballad over and over again. All birds can sing the ballad, but Resplendent quetzals sang the most and the best. This ballad described the revelation of the feathered serpent, which is why Resplendent quetzals were regarded as incarnations of the feathered serpent.

Dr. Arbuzov: The ballad? Do you mean the poem that ends with "A few still listen to the birds"?

SCP-1559-1-A: Yes. The poem tells us that human beings do not necessarily deserve everything they've got and that our ancestors stole the earth from the birds while their world was in chaos. We are essentially just a bunch of thieves, and since we are thieves, we should pay the prices for the sins we have committed.

Dr. Arbuzov: Sorry, no offense to your beliefs, Mr. Alvarado. But I must say that as a zoologist who studies birds, you should also be well aware that birds have never dominated the earth.

SCP-1559-1-A: It is true that birds have not, but their ancestors did. This is not just my gibberish, science can prove it, and the proof is hidden in those fossils.

Dr. Arbuzov: Ancestors? Wait, you mean dinosaurs - indeed, dinosaurs are considered to be the ancestors of birds, that is to say -

SCP-1559-1-A: You see, in traditional Aztec belief, the second sun, the feathered serpent, came down to create the third generation of the earth's inhabitants, which was destroyed by the rain of flame. I used to have doubts about these theories too, but science is confirming our beliefs. While we are still trying to study the history of the earth, the birds have already told us everything. Isn't that enough of a statement?

Dr. Arbuzov: Could you please explain?

SCP-1559-1-A: You should know that some species of dinosaurs had feathers, just like the legendary feathered serpent god. After all, the descendants of the feathered serpent should have a similar appearance to the feathered serpent god, right? Then, 65 million years ago, a meteorite landed here on the Yucatan Peninsula, bringing with it a rain of fire. All of this has been fully described by the poem and by our ancient and sacred beliefs, isn’t that enough?

Dr. Arbuzov: Why do you make these posters? I can't see any logical connections between what you are saying and these posters.

SCP-1559-1-A: The birds were the true owners of this land, and they lost their kingdom to us because of that unmitigated disaster. This is our karma, Doctor. We should be, and we should have been, their servants.

Dr. Arbuzov: I don't understand. What does this have to do with us?

SCP-1559-1-A: For 65 million years, the descendants of dinosaurs have not forgotten their previous glory. They have always wanted to re-dominate the earth that once belonged to them. We, on the other hand, should atone for what we have done in the past. We should serve the birds as we serve our gods. We should return the world to them.

SCP-1559-1-A: The mammals stole their world, and the birds are not asking too much for it.

<End Log>

Wow! You flipped a card and got: DarthNihilus!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 12:16

All mentions of SCP-5248 have been allowed by the writer and my friend toastytoast543

Item #: SCP-5247
Object Class: Thaumiel [Reclassed from safe]
Special containment: Lockdown nobody is allowed in without written permission from Dr. Andrew Bow or Dr. J
Short description: A shelf of paint in a basement that always contains all different shades of the person's favorite color.

Full description: A shelf of paint in a basement that always contains all different shades of the person's favorite color. The shelf has proven to be immovable but other tools in the basement can be moved. Any types of cameras don’t work around the shelf so it is unknown what paint is on the shelf if any when nobody is in the basement. Cameras that were set up around the house worked as normal as long as they did not point to the basement. The paint itself (SCP-5247-1) can be moved anywhere and nothing will happen however, once it’s opened, for the first 12 hours it will smell like burnt human flesh, the next 8 hours will smell like a freshly cut lawn, after the 8 hours it will smell like vanilla extract until used. Tests conducted with two D-class personnel one whose favorite color is light red and the others a deep blue has reported a color spectrum from light red on the left, a purple in the middle, and deep blue on the right. The paint itself is not at all harmful to humans and can even be consumed with no ill effects. In fact, everybody who consumed the paint said it tasted like their favorite food. Excluding smell and color-changing, tests on SCP-5247-1 have shown that when it gets poured on organs it will heal then preserve them perfectly. It works really well in fact they can be used in transplants ( Possible remains or organs provided by the fatal casualties of the SCP-5248 case with the permission of the families and the ethics committee). The basement itself (SCP-5247-2) is 1161 feet squared. The walls are 6 inches thick and made completely of cement bricks. The tools (SCP-5247-3) are the most dangerous part of the basement; these include a table saw, a band saw, several tool belts, an air compressor, and other various tools as well as an assumed gun safe that has not been able to be opened. If they are removed from the basement they will explode and kill anybody in a 20-meter radius within 30 minutes after leaving and inexplicably reappear in the basement. All personnel who were in the basement when the tool reappears describe a blinding flash of light then seeing the tool exactly where it was before it was removed. For an unexplained reason the abandoned house is still visited by SCP-4255 the gift left in the house is usually a tool that must be left in the basement within 48 hours of the gifts (now SCP-5247-3) arrival. Other gifts include pieces of wood or metal which then become SCP5247-4 if nobody is in the basement for an extended period of time the wood and metal will become standard household furniture such as a chair or table these are classified as SCP5247-5. SCP-5247-5 has no anomalous properties and has been noted to be very durable. Dr. Andrew Bow, the lead researcher on SCP-5247 was the first to discover this anomaly which is currently a lonely house on a hill. The rest of the house has no anomalous properties, the house was discovered when Dr. Bow undercover as a demolition crew member and his team went into the house. An argument started between two of the crew members and both said they saw different colors, the demolition crew was given amnestic and all records of the house were removed. After 8 months of waiting and testing SCP-5247 the 05 counsel allowed for cross-testing between Dr. Bow’s SCP-5247 and Dr. J’s SCP-5248. All personnel was evacuated. It took an hour but eventually, SCP-5248 showed up and was moved into the building Dr. Bow and Dr. J waited 15 minutes then sent in one D-class personnel to investigate and to the surprise of Dr. Bow, Dr. J, and their team the D-class named Gary Hedges returned back to them unscathed and the D-class went through an extensive psychiatric evaluation and was determined to be most mentally sound. From what Gary Hedges had reported SCP-5248 had become less active and vicious and its effects on the human psyche and been more or less quelled but not entirely however SCP-5248 was consuming the paint. The basement also seems to have adjusted itself to the gigantic size of SCP-5248. Further research showed that SCP-5248 has no effect on it other than consuming it, on the color or the other properties of SCP-5247. Containment has been changed to Lockdown all personnel MUST have written permission from either Dr. Bow or Dr. J there should be guards around the house at all times and SCP-5247 has been reclassed from safe to thaumiel. SCP-5248 will stay within the confines of SCP-5247 temporarily until further notice from the 05 council in order to better confine SCP-5248 and its effects.

Audio transcript between Dr. J lead researcher of SCP-5248 and Dr. Andrew Bow lead researcher of SCP-5247 Date Recorded: [REDACTED]
[Begin Transmission]
<Dr. Bow> (muttering) why do we need an audio message it’s already
documented
<Dr. J> (Shouting sarcastically) Because the foundation asked what are we gonna do, not be employed?
<Dr. Bow> (whispering) ok ok just don’t yell
<Dr. J> (whispering back jokingly) Of course only the most inside voices
<Dr. J> (Clearing voice) I think it's on
<Dr. J> (Clicking of switches) Ok we are ready to go
<Dr. J> This is Dr. J and Dr. Andrew Bow speaking we are discussing the documentation of both of our recent SCP discoveries I will let you take the floor
<Dr. Bow> Thank you, Dr. J, as you know SCP-5247-1 has the ability to heal the preserve human organs for months on end unfortunately this doesn’t work for the brains of victims of SCP-5248
<Dr. J> Indeed it is unfortunate but the organs of the deceased will be used in life-saving transplants. SCP - 5247-1 also has many other erroneous properties would you like to tell us about them Dr. Bow
<Dr. Bow> Yes in addition to the healing properties of the paint and the smell mentioned in the report the paint never changes color once it is taken off the shelf however if the paint is put back onto the shelf it has a chance of becoming a beautiful swirl of colors in the bucket or a horrible mess of a concoction which is sickening to look at. We don’t know if it is connected to the next person who enters the basement or if it is random.
<Dr. J> Before the capture of SCP-5248 it was spotted in the woods near SCP-5247 we have no idea if SCP-5248 has a connection of any sort with SCP-5247 and we are currently waiting for confirmation from the 05 counsel to conduct experiments. (whispers) is that all we have to report on I thought this was a big deal or something?
<Dr. Bow> that is all we have to say we will update this if 05 grants permission to begin testing.
<Dr. J> This is Dr.J and Dr. Bow Signing out
<Dr. Bow> (Low voice muttering) Stupid audio reports
[Transmission Ends]

[A few months later Dr. Bow and Dr. J received permission from 05 to conduct an experiment between SCP-5247 and SCP-5248]
Wow! You flipped a card and got: Cool contest thing!!! You ca reload the page or go to the next.
DATE: 23 Apr 2021 05:10

rating: 0+x

Special Containment Procedures: SCP-6000 is to be contained in Site-120's item storage until further notice.

Description: SCP-6000 is a journal constructed with Musa leaves and cloth containing no markings or lettering on its cover. SCP-6000 contains illustrations of wild fauna along with several figures currently undocumented by the foundation. These illustrations will usually be accompanied by text pertaining to the image.

The journal itself is believed to have been hand made by an individual known as Mark Walter, Mark Walter as indicated by the first passage of the journal citing them as its creator. According to public records, Mark Walter passed away on January 4th 1897 — despite this, the first journal entry was supposedly recorded on January 12th 1967.

Addendum:

Interviewed: Mark Walter

Interviewer: Ford Wallers

Foreword: The following interview was conducted after agent Ford Wallers observed erratic behavior from Mark Walter. Concerned, Ford Wallers began recording the incident.

<Begin Log, [optional time info]>

Mark Walter: I've been writing. Well drawings to but mostly writing. None of it feels right.

Ford Wallers: Isn’t naturalism more scientific?

Mark Walter: It’s supposed to be.

Ford Wallers: Then what's the issue?

Mark Walter: It doesn't feel right.

Ford Wallers: It’s accurate, isn’t it.

Mark Walter: It’s accurate enough. I write what I see but it's not enough. It just doesn’t feel like I’m getting it.

Ford Wallers: What do you mean? You're not trying to tell a story, you just gotta make your observations.

Mark Walter: It would be better if there was a story.

Ford Wallers: It isn’t your job to tell a story.

Mark Walter: Yes, yes I know. But how can I fill in the gaps.

Ford Wallers: The gaps?

Mark Walter: You can't draw lines between everything.

Ford Wallers: Just write what you see.

Mark Walter: What if I don’t understand what I’m seeing?

Ford Wallers: what don't you understand.

Mark Walter: I don’t know… I don’t know.

<End Log, [optional time info]>

Closing Statement: [Small summary and passage on what transpired afterward]
[[/div]]

[[footnoteblock]]

[[div class="footer-wikiwalk-nav"]]

« SCP-XXXW | SCP-XXXX | SCP-XXXY »

https://scp-wiki.wikidot.com/component:anomaly-class-bar :Useful