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: A Glimpse Of Our Future?!!! You ca reload the page or go to the next.
DATE: 17 Apr 2021 13:18


rating: 0+x

Space

Approximate location of SCP-5869

Containment Procedures: The Alpha-3 Telescope at the Astronomy Division of Mars Site 12 The Septa Telescopes at Earth Site 63 are to maintain constant surveillance over SCP-58691. All images and scans received from SCP-5869 must be screened for cognitohazards, infovores, and other transmittable anomalies prior to viewing.

Foundation operatives are to inspect the findings of all significant observatories and space telescopes. Any astronomical investigations which focus on areas near SCP-5869 are to be sabotaged or infiltrated by Foundation agents. Long-range space telescopes have been programmed to ignore the existence of the Rezzia star system and omit images of it from photographs.

The danger posed by the volatile nature of SCP-5869 has made closer research by FTL probe or a ship bearing a cryogenically frozen crew inadvisable. Instead, laboratory replications of SCP-5869 phenomena will be studied. Additional funding has been given to the Inverted Reality Anchor project to study the nature of SCP-5869’s effect.

UFO-5869 is to be stored in the non-anomalous storage bay at Earth Site 63.

Description: SCP-5869 is Rezzia-D, an exoplanet located within the Rezzia star system, 7.56 light-years from the Solar System. SCP-5869 and the area surrounding it deviates greatly from baseline reality.

SCP-5869 undergoes rapid changes characteristic of low-Hume environments. These alterations include frequent and sudden changes in size, temperature, surface topography, elemental composition, density, luminosity, axis of rotation, speed of rotation and orbit, and position in orbit around its parent star.

When light reflects off of SCP-5869, it is subject to random acceleration or deceleration. Two images that normally would have captured the state of the planet thousands of years apart can be observed in a much shorter amount of time, making a precise summary of the current state of SCP-5869 impossible.

Rezzia, SCP-5869’s star system, is near-identical to the Solar System. SCP-5869 is in the third-closest orbit from a yellow dwarf star2 in a sequence of eight planets3. The seven other planets of the Rezzia solar system have virtually the same size, appearance, composition, and distance from the Rezzia-A as those of Earth’s Solar System. There are significant differences, however. Rezzia-E4 is significantly more cratered and radioactive, Rezzia-G5 is ringless, and Rezzia-C6 has a much higher presence of gaseous oxygen, water, and organics.

The celestial bodies surrounding SCP-5869 are, to a lesser extent, subject to the same anomalies; since SCP-5869's initial discovery the area of effect has expanded past the farthest orbit of Rezzia-H7. The only exception is Rezzia-C; the Long-Range Kant Counter aboard the Hubble space telescope observed a baseline reality of 0.86 Humes per m2 on the planet, the closest to Earth's baseline of 1 Hume per m2. This dispersal of anomalous traits over distance is similar in function to that of the Inverted Reality Anchor8. The degree to which objects are affected increases with proximity to SCP-5869. SCP-5869 has a baseline reality of 6.32E-18 Humes per m2. and exhibits reality degradation at a rate equivalent to that of an IRA at a 500X scale of the design currently proposed.

Despite SCP-5869’s alterations, several constants have been identified:

  • Water makes up a high percentage of either SCP-5869's atmosphere or surface, this is dependent on SCP-5869’s temperature. The water molecules may be separated depending on the temperature of SCP-5869 but will reform after the surface cools.
  • SCP-5869 will transmit cognitohazards designed to target humans. The spread of the signal shows that the hazards are being directed towards Rezzia-E. The distance between SCP-5869 and Earth render most received transmissions harmless.
  • Rings of metallic debris orbit both SCP-5869 and Rezzia-C.
  • Upon discovery, SCP-5869 had a single large moon, which later disappeared permanently. Despite supervision of SCP-5869, the disappearance was not noticed until much later.

Addendum: A freighter starship transporting supplies for the Venus Terraforming Initiative observed an unidentified metal object of possible artificial origin, designated UFO-5869. The trajectory of the UFO-5869 determined that it originated from the Rezzia system and was transported to Site 12 for analysis.

UFO-5869 was identified as a piece of machinery; much of UFO-5869's previous structure had been irreversibly damaged or removed by asteroid impacts, making classification of its original purpose impossible. A severely damaged object9 was found in several fragments embedded within UFO-5869. UFO-5869-1 was attached to the surface of UFO-5869 before an impact with space debris forced it in through the hull of SCP-5869, separating it into several pieces. UFO-5869-1's retrieval is impossible without causing irreparable damage to both UFO-5869 and UFO-5869-1. Instead, scans have been used to extrapolate what UFO-5869-1 looked like prior to its damage.

UFO-5869-1 is several fragments of what was previously an engraved disc made of gold-plated copper with an aluminium covering.

Computer-generated depiction of UFO-5869-1:

Disc

Wow! You flipped a card and got: RoZa_White2 Warning Pre screen!!! You ca reload the page or go to the next.
DATE: 17 Apr 2021 11:51

: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)); }
}

BY ORDER OF THE OVERSEER COUNCIL


The following file may contain Imagery and explicit descriptions of SCP-5658. Special containment procedures are too be followed with extreme precision. No inactive SCP-5658's are to be viewed.

DO NOT OBSERVE OR INTERACT WITH ANY SCP-5658'S LABELED "INACTIVE" UNDER ANY CIRCUMSTANCES. IF YOU SEE SOMEONE OBSERVING AN INACTIVE SCP-5658, REPORT THE ACTION IMMEDIATELY.

SCP-5658-A: > ACTIVE
SCP-5658-B: > ACTIVE
SCP-5658-C: > ACTIVE
SCP-5658-D: > INACTIVE


Wow! You flipped a card and got: Scp 5556!!! You ca reload the page or go to the next.
DATE: 17 Apr 2021 02:17

Item #: SCP-5556

Containment Class: Keter

Disruption Class: Amida

Risk Class: Critical

Clearance Level: Level NO_ACCESS_PERMITTED/5556

NOTE
no read allowed anomaly The O5 Council Will Perish From Eating 30,492,048 M&M's while a dog is licking their Left Leg effect

LAST UPDATED: 2 minutes ago.

Special Containment Procedures: Dr. Bright throws 100 strawberries into the sun and then the sun destroys the earth exactly 0.274927194614921755594(E43289437843273283289146) seconds Do not enter the description or enter the document under any circumstances. Webbot AOL-43 ("Poop And Butts Are Einstein") will check for SCP-5556 manifestations and destroy them on site. AOL-43 must be checked at least bi-hourly by foundation personnel.

Description: SCP-5556 is a guy who is pooping poop pooping poop an anomaly that causes certain text that poop finger butts to be disrupted and changes into other text. Once the O5 council each poops on the table This text must be pooped out by tomorrow or Dr. East will sniff a dog's saliva is diverse in nature, having only some correlation with the text, and almost no correlation to past SCP-5556 edits. However, text generated, albeit nonsensical, does in fact have some correlation to the topic, mentioning names and places that would be considered on-topic for the paper.

Normally, no other anomalous effects can eat O5-6's dog while talking to the O5 council in vietnamese about exactly only the product of quantum mechanics and 834,291,573,928,586 We Are Number Ones divided by Einsteins theory of relativity while the number 13 is at least O5-1 will manifest. However, any human reader reading SCP-5556 manifestations will eat 409,322 M&M's while being choked by O5-2 and SCP-173 will result in the manifestations occurring, the length of time for this to occur is near instantaneous.

f Cut-offs have been written for personnel to more easily identify SCP-5556 text, this was done by a robotic system. **Under no circumstances are any personnel to read any parts of these texts— 872 Keter classes will escape and a ZK-Class scenario will occur

Edit: Attempting to erase SCP-5556 texts will result in the SCP-5556 text reappearing at the same location.


Wow! You flipped a card and got: XXK90 Station!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 20:44
rating: 0+x

Special Containment Procedures: SCP-XXXX remains should be contained in a safe locker, and should be used for research purposes only. The reconstruction of SCP-XXXX is forbidden until further notice.

Previous Special Containment Procedures, Ended October 12nd 2022: SCP-XXXX-1 should be in a concrete room with its maximum size being 18 feet to prevent interfering with other transmitters, the walls should be covered in sound proofers and the outside must be 20 inches of concrete. No electronics that has a transmitter or a device can access any frequency, this includes phones, computers, or most modern day technology. The room should have a viewing room with 20 layers of non bulletproof glass. Testing must be approved of someone higher than a level 4. Its recommended to ask Administrators, when testing. All external sounds, including vents, should be turned off. Any non protected glass like prescription glasses and earrings should be removed. And all staff members must wear sound proof headphones approved by the site.

3001.jpg

SCP-XXXX-1 upon discovery.

Description: SCP-XXXX-1 was a radio that was designed to alert of an impending hazard, mainly weather events. The radio brand called a WR-300, which was created by Midland, which is known for creating radios and transmitting devices for safety purposes and communications. However, SCP-XXXX-1 was created during a malfunction in its factory which caused it to receive unapproved and unknown transmission. One of the unknown transmissions was from a radio station called XXK90, aka SCP-XXXX. Its location unknown. When the station played it would only static and popping noises, but sometimes, it would speak gibberish and send out messages that would unknowingly cause unknown symptoms. Symptoms included migraines, nose and eye bleeding, memory loss, seizures, skin irritation, trouble breathing, and emotional sensitivity. Its radios schedule was Wednesday through Sunday nonstop. Its most severe symptoms would be during severe solar weather.

Discovery Log: On January 2nd 2012, the Midland factory located in Canada experienced a power surge, due to its high use of electricity during snow storms. The machines began to glitch out and caused fires and serious malfunctions. A factory worker by the name Andrew Yang retrieved a radio that was found in the aftermath and sold it online to Nathan Miller. It was then used for online videos in which SCP-XXXX was heard during a video. Which caused many of the viewers to report ear damages and death. This then got the attention of Site-81 and was taken immediately.

Addendum: Incident 8813-R

During a test on 10/12/2022. SCP-XXXX-1 overheated during a transmission test, which caused it to bust open, which caused a fire. This lead to contact with SCP-XXXX to be lost permanently. It was designated as neutralized after close examination and failing to reconstruct its components. It was put in a locker and given to Dr. █████, where research of SCP-XXXX and SCP-XXXX-1 could begin.


Wow! You flipped a card and got: Xymoph!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 17:35
rating: 0+x
Thalassophobia

Item #: SCP-5736

Object Class: Euclid

Special Containment Procedures: SCP-5736 was discovered on May ██, ████, in Scranton, PA, when a family of three reported the son missing. Police had searched the area that the child was reported missing and found the anomaly. As soon as the Foundation heard reports of this, they used amnestic on everyone involved and built-up site-██ around the anomaly.

The site is to be surrounded by MTF unit gamma-6, Deep Feeders, and personnel watching the security cameras that surround SCP-5736-A’s containment cell at all times, and in case of a breach, will have the task of activating the onsite explosive. SCP-5736-A’s containment chamber should not be entered for any reason, and if any personnel feels the need to enter, if possible, they should be restrained and be put into a separate containment chamber and monitored until approved by the lead doctor, ████████. After this they will be anesthetized and reassigned. If personnel are unable to contain them, deadly force is authorized to be used to terminate the afflicted individual. If they still manage to get into the containment area, they are free to go into the anomaly and is considered DIA.

If any entities emerge from SCP-5736-A, it is to be immediately terminated, assigned as SCP-5736-B, and subjected to examination. If there is ever a breach of containment, an onsite explosive will be set off, and a MTF unit will search the area and terminate any surviving anomalies they find. After that, the site must be rebuilt immediately as to contain SCP-5736-A once more.

Description: SCP-5736-A appears to a hole in the ground that expands into total darkness. Night vision equipment is useless to see through the darkness. The darkness ripples as if it were a water-like liquid, but despite that, tests have proven that it is very thick and viscous. Objects sink into the liquid very slowly, similar to quicksand. The liquid’s temperature is constantly at absolute zero, despite all attempts at heating it. Due to this, there is also a thick fog surrounding the hole that heats at a normal rate. Most conventional means of heating the liquid has been used, but all have yielded no result. Tests have proved that, despite the cold temperatures, touching the liquid has no negative effects. Subjects have reported a calmness and a sense of euphoria when they come into contact with the liquid. After a few hours subjects who have come into direct contact have developed a strong interest in returning and entering SCP-5736-A and will express hostility toward anyone who tries to interfere with their attempts at entering the anomaly. In one case a D-class was able to forcibly push past the researchers and enter the containment area. Despite warnings from researchers that it was not safe, the D-class jumped into the hole. Unlike all other things that were tested, the D-class went through the liquid with little resistance. He had very quickly disappeared into the darkness. Other D-class that were tested before this incident had no reaction or desire to do the same. As a result, testing with human subjects have been limited, and tests have proven that after an unset amount of time the desire dissipates. Prolonged exposure to the liquid will start to deform and mutate the subject, most times resulting in the D-class dying, but in some cases, they will gain immense strength and overpower the team, usually resulting in casualties, and jumping into the hole. In one case, a mutated human went on a rampage, killing most of the research team and escaping. These mutations only happen with direct contact with the liquid, and a protective suit will protect individuals from any mutation, though they might still experience a slight desire to stay in the liquid. they will still be able to make actions of their own free will and are not under complete control by the anomaly. There have been cases of people that are not affected by the by the anomalies mind altering ability, those being the entirety of the current MTF unit gamma-6 and two others that were tested on. There have been no tests with people that are not affected by the mutations.

Exploration Log 5736-1: MTF Unit Gamma-6 was sent on a mission to explore beyond the entrance of the anomaly. They were to go out as far as possible or until they were told to return.

MTF unit Gamma-6 Deep Feeders:

Members: (leader) Alpha-Nitika Yukimura,
Beta-Ivan Bachchan, Gamma-Mihai Masson,
Delta-Natasa Albertsen, Epsilon-Natalina Styles

quoted text

[[footnoteblock]]


Wow! You flipped a card and got: Broken Glass Agency!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 15:17
rating: 0+x

On [Data Expunged], a group of armed men came to the rescue of site-██ where SCP-████ is currently held. Chaos Insurgency forces had breached the main gates and the nearest Mobile Task Force was still 15 minutes away. However, before the MTF squad arrived, a previously unknown Goi showed its self. They pushed through Chaos forces and helped site security to push back the insurgents. The group identified themselves as Anomalous Task Force Meta-12 "Peace Makers". A team from the aforementioned Goi known as " The Broken Glass Agency", a group that had dedicated its self to the protection of the human race from "what lies in the dark, waiting" as described by the team leader. The team stayed with the personnel on site until Mobile Task Force Epsilon-11 "Nine Tailed Fox" arrived on site. The team leader handed a letter to the Mobile Task Force commander and then took his team and left. Attempts to track the movement of the Goi have been able to pin point their base of operations at a fairly well hidden military base in Steinbach, Germany. When contacted by the foundation, it was revealed that the group had not shown its self due to a power struggle that had been going on for sometime inside the groups higher ups. It was also revealed that the agency had been unsuccessful about contacting some other groups to add to their list of allies. They had attempted to contact The Serpents Hand to no avail. They had also managed to contact the UIU of the United States F.B.I. and had managed to secure an agreement of ignorance between the two groups.
This agreement means that they would not interfere with each others affairs and they would work together when they needed to. It is believed that the agency has attempted to contact as many Goi's as possible.

When questioned of their capabilities, they answered with, "we can do many things, we can also lend support, as we have done. just as you were, we too were dealing with an attack. Separatist had attempted to storm our main base of operations. We held them off and then sent units to help in the defense of your site. We have a current force of one hundred and fifty men defending our base of operations as we lost many in the fight for it." it is unknown whether the separatist forces were ever destroyed.

The B.G.A. ask the foundation to send a representative to sit on their "council of allies". The request was granted and an agent was sent to the council along with twelve armed guards from MTF Alpha-1 "Red Right Hand". The only groups on the council that were recognized was the G.O.C., the UIU, the ORIA, and the Church Of The Broken God. The rest kept to themselves and did not show any banners.

It was explained that the organizations did not have to identify themselves if they had no intention. At this time it is believed that the B.G.A. keeps records of those who appear on the council. It was also explained that should two members of the council fight then they are to be excluded from meetings unless they are peace talks.

The letter handed to the Epsilon-11 commander as well as a helmet camera video are transcribed on this file. A recording of the council meeting has also been transcribed here.


Wow! You flipped a card and got: GusDaner Draft!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 15:16

Item #: SCP-6613
Object Class: Safe

Special Containment Procedures: SCP-6613 is to kept at Site 13 and given Level 4 access to only Researchers, Security Officers, and Class C or D personnel. Higher-Ups can also be given access to the creature if needed. The creature is to be kept in a 50m x 50m x 50m closed off space with some windows, and with real water, vegetation (trees, bushes, etc.), fish, it's very peculiar, but highly restricted "Skull Garden", where it will sink in to the ground using it's strange broken jaw and hide with the skulls and apart from it's eyes located in the specimen's eye socket and a built in camera for staff to flash the specimen in case of breaches, or if Class C or D personnel interact or interfere with the specimen's "garden" if they are on their last warning. Only two (2) Class C or D personnel at a time are to enter the containment chamber of SCP-6613. In case of a serious and severe containment breach, personnel of all type are allowed, if needed, to enter the big enclosed space if evacuation shelters are overcrowded with other personnel. Due to the enclosure being so large, the evacuation shelter would be the other half of the specimen's enclosure. As the specimen is able to read emotions, it can sense that the other possible personnel are scared, it will get out of the ground, and patrol the front half of the enclosure, pacing back and forth, and attacking anything that will threaten the lives of the said personnel, making it a sort of, indestructible guard.

Specimen's Skull Garden's Properties: SCP-6613's "Skull Garden" is peculiar to us, because if its elusive properties. It seems SCP-6613's garden full of skulls is a sort of prized possession or trophy to the specimen, and like robbing a bank, it can come with severe consequences, but here in the form of three (3) warnings. If the garden is interacted the first time, but no skulls are picked up by a person and just touched the creature will produce a low frequency growling-like sound warning the person that if they keep interacting with its garden, it will get bad for their foreseeable future. The second warning is occurred if the person DOES NOT heed to SCP-6613's warnings but instead ignores the creature, and continues to tough or even decide to play roughly with the skulls, SCP-6613 will grab the skull out of their hand, with enough force that it will be impossible to resist this process, and will the skull back in its proper place and growl again, but louder. The third warning is lethal. SCP-6613 will get more and more sensitive to the point of killing if all three (3) warnings are broken. Researchers and Security Officers are not allowed to intervene, due to unknown and possibly sinister reasons, until the person is on their final strike and Security Officers are then to prevent the imminent death of said personnel at all costs. Due to the three (3) strikes given by the specimen, the only known solution is that only one (1) Class C or D is allowed to go in if they have lost a friend, or family member, as the creature will become unusually docile This is probably because of the fact that the specimen has the ability to read emotions, as if showing sympathy to a person who lost something or someone by allowing them to carefully interact with its garden. ALL Class C and D personnel in the containment chamber, excluding ones that go in on there own because they lost relatives or family members, on entry of the specimen's containment chamber are REQUIRED to get on their knees at approximately 3 feet in front of the garden and look into the eye sockets to see where the specimen is located, again, by looking, and NOT by touching any of the skulls PERIOD! This is for testing, as when someone gently grabs the creature's own skull, without a family member/friend or not, the creature will calmly and slowly will rise up from its hole in the ground, which makes it easier to test the subject, without losing someone.

Specimen's Known Origin/Backstory: Confirmed by an unknown USB that was plugged into a computer, found by a "deceased" Class C, somehow, in the eye socket of a human skull, shows us that SCP-6613 was once a human male (specifically of German descent) known as ███ ██████. ███ ██████ was a person that was a somewhat famous security guard as he was able to save a lot of people, but at a young age, he had suffered from a severe spinal problem that made him unable to walk. Eventually, being fed up with being indisposed, he when to a hospital, hoping that local doctors and nurses would be able be to help get rid of his disability. However, the operation was a failure, as ███'s spinal injury was beyond repair, and the doctors and nurses no choice but to tell the poor man that he would have to stay in his wheelchair for the rest of his life and to make him wear bandages over the noticeable wounds running down his broken spine. Desperate to find a cure so this could end, he found and went into a facility, with his brother, Jordan Esopha, and long time friend, Richard Allenbakker, called "Local Hospital Of Injuries And Inquiries". ███ had to go in alone while his brother and friend waited patiently in the weirdly muffled waiting room. They were curious as to why a waiting room needed to be muffled and why their brother/friend needed to go in alone. It was soon discovered however that this hospital wasn't a hospital, but home to a human-hybridization facility, where three (3) notorious and extremely wanted doctors called this facility home. They were Dr.'s Mark, Chuck and Douglas. Because of them, many people had gone missing and experimented on. To do something about this, there was a $500,000 reward for whoever could catch these three men. The only issue was, they covered their tracks well. Because of this, the reward adjusted the requirement to Dead Or Alive. What they had done was completely beyond what normal doctors could comprehend, even somehow defying any sort of law of physics.

Like most who fall into their trap thinking it was actually a hospital were lied to, put asleep, and promptly experimented on their victims, like ███ ██████. It seemed during the mortifying transformation from a simple human into an enlarged skeleton, a parasite, which, by the use of radioactive material, and having also been once human, and also experimented on, was attached to the back of ███'s body after the three (3) evil doctors removed ███'s intestines to make room for the parasite, which, like ███, was unconscious. Confused, Jordan Esopha, and Richard AllenBakker looked up what this facility actually was on their phones. They were horrified to discovered an online wanted photo of one of the doctors that had taken their brother/friend in. Before they could do anything about, sudden particles of an oneirogenic general anaesthetic material (Specifically, sleeping gas) filled the room. Being unconsciousness, they were unaware that they were next. Speculation between personnel, who knew about SCP-6613, that is, began blossoming about how these "Mad Scientists" were able to defy the laws of physics like they were never there. But speculation died completely when it was found out by the USB itself, that it was because of an unknown entity that was used by the three (3) doctors during their experiments that also appeared to be sentient, simply known as "The [REDACTED]". It is still awaiting capture, as its infinite knowledge could be valuable to us, but as it stands right now, Containment Specialists are still working to capture and contain in the facility at Site [EXPUNGED].

Description: SCP-6613 is a neutral humanoid-like, undead creature that is approximately 3.048 meters tall, and weighing around 1814.36948 kilograms. The specimen resembles an enlarged skeleton, with some fragments of rotten tissue and organs located around its upper body and missing the lower half of its body. The specimen's lower jaw seems to be barely hanging on with what seems to possibly be 6 thin muscle tissues on each side of its jawbone. SCP-6613 also appears to have some sort of parasitic attachment at the end of its upper body that has a mouth and appears to be sentient. Tests have shown that the intestine-like parasite originated from the use of radioactive material. It seems to have a hatred for people, proven when the built in camera captured the somewhat muffled hissing noises when a Class C or D came in close proximity to the intestine-like parasite while SCP-6613 was underground and content. It seems to only attack if SCP-6613 gives it instruction to do so. The parasite, as of now, is dubbed SCP-6613-B. It is also memetic, as it can create fear, distress, and most notably, irrational thinking, which is mainly the reason why no one will listen about not touching the specimen's skull garden.

Tests proving the creatures speed and intelligence were interesting, but nonetheless, successful. The tests had determined that SCP-6613's speed, when running, was at around 40.2336 km/hour by using its oversized arms and the strange parasitic attachment (SCP-6613-B) to move quite quickly. It also seems to be carnivorous. Apart from ambushing humans that took a skull from SCP-6613's skull garden one time too many out of the three times warned, the specimen also seems to eat fish. Since, it's undead, we're not sure why it needs to eat. It's possible that it is not for SCP-6613, but for the alive parasite. We also were able to confirm that SCP-6613 is extremely intelligent, as proof when the specimen was able to communicate with Class C or D Personnel and Researchers without any logged issues simply by understanding what they were saying, and writing words on the walls using it's large, long, and bony fingers on its hand as a pen, and using its own blood as the ink, which came from its rotting tissue, flesh, and organs. However, SCP-6613 cannot actually speak human words. Instead, it will make gurgling noises in replacement of speech, suggesting that the specimen had no or no longer had a tongue.

SCP-6613 also has three very strange features about it, unlike a normal human. Firstly, it had a strong jaw that, after testing, could break through almost any material. SCP-6613's jaw was dubbed simply as a "hatchet jaw". This is primarily used to do pretty much anything for the specimen, including digging holes, breaking through materials, and for defense. Secondly, it could use its parasite-like attachment, a.k.a. SCP-6613-B, to go up on 6.096 meters, possibly for intimidation. SCP-6613's final ability are it's eyes inside its own skull's eye sockets. SCP-6613 has red pupils, but can glow and seemingly freeze anything in place it looks at. No one truly knows how long the freeze affect will last, but when Class D's were frozen for testing, they could feel that they were still alive and could continually breathe, but there unable to move at all, but because of the built-in camera inside SCP-6613's cell, which was placed there since it had been testing that the creature could be stunned when the camera flashed, the effects were soon gone in a matter of minutes. Also from this knowledge, it is indicated that this is probably how the creature can eat people and possibly fish. Well, the creature might not need nutrients as it is undead. It is most likely that the nutrients was for SCP-6613-B, as, unlike SCP-6613, the parasite is not undead and can be killed. However, the action of the termination of the parasite has not been taken, even if it has a dislike for anyone who gets too close too it, due to the main creature's docility and ability to keep the parasite in order.

Afterthought Of Specimen's Known Origin/Backstory: Up until this point, ███, his brother, and friend were never heard from or seen again. Because of the Class C's who lost family members and/or friends were able to pick up the skulls for testing. The first three skull's had matching DNA to the three doctors, suggesting that SCP-6613 and also SCP-6613-B were able to track them down, kill them, and then ate them and because of this, their body's haven't managed to be found. So, its possible that it sank into the ground, froze all three, and killed and ate them while they were still alive, making the specimen's possible revenge attempt, successful.
Wow! You flipped a card and got: JRJamesNail 2!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 15:15

rating: 0+x

Special Containment Procedures:

Description:

Addendum:

[[footnoteblock]]


Wow! You flipped a card and got: m a g i c!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 13:01
?u=https%3A%2F%2Fmedia1.tenor.com%2Fimages%2F622431b9aafb96fda136a503f9508e66%2Ftenor.gif%3Fitemid%3D10932378&f=1&nofb=1

Cool car Man.
Wow! You flipped a card and got: "𝕃𝕚𝕘𝕙𝕥 𝕞𝕒𝕪 𝕟𝕠𝕥 𝕘𝕒𝕫𝕖 𝕦𝕡𝕠𝕟 𝕕𝕖𝕒𝕥𝕙"!!! You ca reload the page or go to the next.
DATE: 16 Apr 2021 11:19

: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

BY ORDER OF THE OVERSEER COUNCIL

DO NOT OBSERVE OR INTERACT WITH ANY SCP-5658 LABELED "INACTIVE" UNDER ANY CIRCUMSTANCES. IF YOU SEE SOMEONE OBSERVING OR INTERACTING WITH AN INACTIVE SCP-5658, REPORT THE ACTION IMMEDIATELY.


SCP-5658-A: > ACTIVE
SCP-5658-B: > ACTIVE
SCP-5658-C: > ACTIVE
SCP-5658-D: > INACTIVE


Special Containment Procedures: SCP-5658’s are to be stored at Site-██, and are to be contained within standard Keter level containment cubes, With 1.5 meters of reinforced lead and copper alloy, and are to be radiated with at least 200 mSv. mSv or Millisieverts is a standard measurement of radiation. For an idea of scale; a banana gives off 0.1 mSv at any point and time, While Chernobyl gives off about 8,000 - 16,000 at any point time. (The most radiated known location on earth.) of Ultraviolet radiation at all times and are to have at least one Level 4 or higher staff on standby to monitor the current activity and radiation levels of all SCP-5658. Under no circumstances are images, explicit descriptions, or illustrations of any SCP-5658 to be shared or distributed among anyone. All images and or explicit descriptions correlated to SCP-5658 must be blurred and easy to dispose of at a moment's notice.

• In the event of an SCP-5658 inactivating, All images and explicit descriptions of the SCP-5658 are to be eradicated immediately. This includes images and explicit descriptions found on this file.

• In the event of an inactive SCP-5658 becoming active all on-site personnel is to evacuate Site-██ and are to be contained and examined at Site-95. After incident: Booker-5658 no more individuals inflicted by radiation from any SCP-5658 are to be brought to Site-95, instead they are too be brought too Site-23. and are not to return to Site-██ under any circumstances.

• In the event of an SCP-5658-X-?. Due to the sheer amount of information currently unknown about SCP-5658, any and all humanoids inflicted by SCP-5658's effects shall be deemed an SCP-5658-X-?. "X" being the SCP-5658 who caused the mutation(s), and "?" being the humanoid's new Item#. being created, The SCP-5658-X-? are to be escorted to any available site with an unoccupied lead and copper alloy humanoid containment cell.


ALL INFORMATION REGARDING SCP-5658





[[footnoteblock]]