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: CursedStories!!! You ca reload the page or go to the next.
DATE: 24 Mar 2021 03:27

#page-content .collapsible-block { 
    position: relative;
    padding: 0.5em;
    margin: 0.5em;
    box-shadow: 2px 1.5px 1px rgba(176,16,0,0.7), 0 0 0px 1px lightgrey;
    overflow-wrap: break-word;
}
 
.collapsible-block-unfolded{
    color: black;
    overflow-wrap: break-word;
 
}
 
.collapsible-block-unfolded-link {
    text-align:center;
}
 
.collapsible-block-folded {
    text-align: center;
    color: dimgrey;
}
 
.collapsible-block-link {
    font-weight: bold;
    color: dimgrey;
    text-align: center;
}
 
.addendumbox {
    padding: .01em 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 1em;
    box-shadow:0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
}
 
.material-box {
    padding: .01em 16px;
    margin-bottom: 16px;
    margin-top: 16px;
    padding-bottom: 1em;
    border: 1px lightgrey solid;
    box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.16);
}
 
.material-box blockquote {
    border: 1px double #999;
}
 
.wiki-content-table {
    width: 100%;
}
 
.addendumbox blockquote {
    border: 1px double #999;
}
 
.addendumtitle {
   opacity: 0.8;
   margin-bottom: 10px;
   color: #b01;
}
 
.maintitle {
   margin-bottom: 10px;
   color: black;
}
 
.scp-header {
    text-align: center;
    font-size:x-large;
    color:#b01;
}
 
.addenda-header {
    width: 100%;
    border-bottom: 2px black solid;
    color: black;
}
 
.scp-info {
    display:flex;
    justify-content:space-between;
    font-size:large;
}
 
.scp-info-box {
    display:flex; 
    justify-content:space-between;
}
 
.object-info {
    color:black;
    align-self: flex-end;
    font-size: large;
}
 
.title-style {
    opacity: 0.8;
    margin-bottom: 10px;
    color: #b01;
    font-size: large;
    text-decoration: underline;
    font-weight: bold;
}
 
.update-div-empty {
    text-align: right;
    font-size: x-small;
    color: lightgrey;
}
 
.update-div {
    text-align: right;
    font-size: x-small;
}
 
.computed {
    border: 1px black solid;
    width: 50%;
    display: inline-block;
text-align: left;
    padding: 3px;
}
.computed:before {
    content:"Computed Code";
    font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.rawcode {
    border: black solid 1px;
    width: 50%;
    display: inline-block;
text-align: left;
    padding: 3px;
}
.rawcode:before{
    content:"Raw Code";
    text-align: center;
    font-weight: bold;
border-bottom: solid 1px black;
width: 100%;
}
.codebox {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.yui-navset .yui-nav .selected a em,  .yui-navset .yui-nav a em{
        padding: 0.25em .75em; 
        top: 0px;
        margin-bottom: 0px;
}
.yui-navset .yui-nav .selected a {
     background: gray;
}
.yui-navset .yui-nav .selected {
       margin: 0px;
}
.yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:hover, .yui-navset .yui-nav .selected a {
         background: gray;
}
.yui-navset .yui-nav a:hover,
.yui-navset .yui-nav a:focus {
    background: gainsboro;
    text-decoration: none;
}
.yui-navset .yui-nav a, .yui-navset .yui-navset-top .yui-nav a {
background-color: none;
background-image: none;
}
.yui-navset .yui-nav a {
background: none;
}
.yui-navset .yui-nav li{
margin: 0px;
}
 
#page-content .licensebox .collapsible-block {
    position: unset;
    padding: unset;
    margin: unset;
    box-shadow: unset;
}
 
.licensebox .collapsible-block-unfolded{
    color: inherit;
}
 
.licensebox .collapsible-block-unfolded-link {
    text-align: left;
}
 
.licensebox .collapsible-block-folded {
    text-align: left;
    color: inherit;
}
 
.licensebox .collapsible-block-link {
    color: inherit;
    text-align: left;
}
: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%;
     }
}
: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

Special Containment Procedures:
Wow! You flipped a card and got: The Anything!!! You ca reload the page or go to the next.
DATE: 24 Mar 2021 00:17

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: TBD

Special Containment Procedures: SCP-XXXX is to be kept in a containment room with walls and a single door made of 4-inch thick hollow plexiglass filled with water. Any and all persons with mental health conditions are not to come within 30 meters of SCP-XXXX’s containment room. SCP-XXXX is to be fed a special liquid substance developed by researchers. This substance is to be dispensed into SCP-XXXX’s feeding bowl by a retractable faucet built into the wall of its containment room. Personnel are not to come within 10 meters of SCP-XXXX’s containment room unless directed to do so.

Description: SCP-XXXX is a small, partially invisible being that emits a strange light from what is presumed to be the center of its body. The only parts of it that are visible are eight elongated crystal-like objects that appear to float around its body in a position reminiscent of a pair of wings, with four crystals on its right side, and four on its left. These crystals appear to have several different patterns of movement, and it is currently believed that these patterns are based on SCP-XXXX's mood, but this has not been verified. The invisible parts of its body are also untouchable by solid objects, but it appears to be unable to pass through liquids. It can walk across bodies of water, leaving behind tiny ripples in its path. Due to the pattern of these ripples, it is believed that SCP-XXXX has two small feet, but as it cannot touch solid objects, SCP-XXXX moves around mostly by floating.

SCP-XXXX's defining characteristic is its ability to permanently shapeshift into virtually anything. This ability is activated when any human comes within 5 meters of SCP-XXXX. This person is referred to as "SCP-XXXX-1." When activated, SCP-XXXX will invade SCP-XXXX-1's conscious mind and transform itself into the first being or object it finds at the forefront. If SCP-XXXX-1 is thinking of nothing, SCP-XXXX will delve deeper into SCP-XXXX-1's subconscious mind and transform itself into the first being or object it finds there. This process cannot be cancelled by SCP-XXXX-1 or any third parties.

Tests have shown that the range of things that SCP-XXXX can transform itself into widens with age. From the ages of 0 to 2 months old, it can only turn into small beings or objects, like rodents or pens. At 3 months old, this range begins to progressively widen to bigger beings or objects, like dogs or chairs. As of now, the largest thing the foundation has been able to transform SCP-XXXX into is a decently sized building that is now being used to securely house instances of SCP-XXXX. It is believed, however, that with enough time to mature, SCP-XXXX could be used to create things as large as new inhabitable planets for the betterment of mankind.

The transformation of SCP-XXXX is always permanent. For the most part, anything that SCP-XXXX transforms into will closely resemble both the appearance and function or behavior of a "real" version of that object or being, with the biggest difference being that things made from an instance of SCP-XXXX tend to be far more durable and last longer than their "real" counterpart. The only exception to this that has been discovered by researchers is when an attempt is made to transform SCP-XXXX into a human being. Doing so will result in a being that more closely resembles a mannequin than a human. While this being, referred to as SCP-XXXX-2, can move its body and blink, it always appears to come out in a permanent vegetative state. All attempts at creating a fully-functioning human using SCP-XXXX have failed.

SCP-XXXX procreates by cracking off a part of one of its crystals, which then develops into a new instance of SCP-XXXX. This process takes roughly one month to complete. After a piece of the crystal cracks off, that piece begins to grow and gradually crack into eight pieces that then become the "wings" of the new instance. After one week of growth, the new cracks begin to form from the center of the crystal. After two weeks, the cracks stretch about halfway through the crystal. After three weeks, the crystal breaks up into eight separate pieces. By week four, the eight crystals have fully grown and taken a shape very similar but not perfectly identical to the crystals of its parent, and the new instance of SCP-XXXX begins to emit its own light. The broken crystal of the parent SCP-XXXX slowly grows back to its original size over the course of this period, and typically finishes its regeneration around the same time that the new instance of SCP-XXXX finishes forming. Procreation of SCP-XXXX appears to occur at random rather than follow a pattern.

Addendum: TBD


Wow! You flipped a card and got: Tawny Critique 2!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 20:27

[[tabview]]

[[tab Concept Crit Archive]]


Wow! You flipped a card and got: zippypenguin19-1!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 19:48

The Day Before The Awakening

"It's now too late. We cannot stop this anymore, even if we desired to. Tomorrow, we will all become… as one."

You're sitting on a creaky office chair, all by yourself in the meeting hall. The smell of dust, mold and dread has surrounded the entire facility. It's almost as if everyone had fled the building beforehand. You ponder, is there any hope that remains? Could we still overcome this disaster? After listening to the sound of your own heartbeats for a while, the door opens to reveal a quiet; yet very familiar voice:

"O5-06? I'm afraid to disturb you sir, however the investigations have proven practically hopeless. Research Teams Alpha-6 and 7 have been trying to figure out the cause of the anomaly to no avail. We might have to switch plans. I suggest we-"

You interrupt the commander with a deep tone.

"There is no hope left, general. I'm not resorting to any other plans, announce that the O5 will have another meeting tonight regarding Procedure-574. It is the only way."

"But sir! We've sworn not to execute Procedure-574 until an XK-Scenario has been declared. Are you sure about-"

"Yes. Yes I am."

You hear the door shut, and then the footsteps that drag along with it. You aren't sure if you had made the right desicion, but no time to think. The sun has already started to set, and it could just be the last night of your life. You grab your phone, and as your hand is shaking, dial a number and wait for them to pick up.

"…"

"Hello? This is Level 4 Researcher Daniel Sut-"

"Greetings, This is O5-06, I'm calling you to report our progress, has there been any new findings?"

The doctor sighs.

"Unfortunately sir, no. None of our tests on the D-Class taught us anything about what we're even dealing with here. Everything seems hopeless for now, as much as I hate to think that way. We have so many unanswered questions. How could sunlight cause a living organism to go under such changes? How did the sun burn up 90% of the remaining hydrogen in it's outer layers in just one da-"

"That's enough, professor."

You hang up, in cold sweat. As much as you wanted to hear the rest, you thought it'd be better for you to keep calm. You gaze at the old-school clock on the wall, ticking slowly. Every second passing makes you realize how short your life just is now. "We have to leave." you think to yourself, but why "We?" Do you really need to take the rest of humanity with you? Or will you leave them in the light to suffer? You brush off the thought, realizing how idiotic it sounds.

Is this how it'll all end? The sun, the one extraterrestrial object all life on Earth needs, causing our demise? Ironic, isn't it?

After roughly an hour of you staring into the ceiling fan, with pointless thoughts, your phone suddenly vibrates and lights up. A little startled, you lean over to see what had happened.

2 new notifications!
(1) New anomaly request pending… Designation: SCP-001, Item Name: #001, Object Class: Apollyon
(2) EMERGENCY: XK-CLASS SCENARIO OFFICIALLY DECLARED, IMMEDIATE EVACUATION ORDERED.

No.

That can't be it.

Did they… give up? Without even a meeting?

All of a sudden, you hear somebody rushing through the hallway. Approaching closer and closer, at which the door slams open.

"O5-06! Quick! The plan is set, and the ship will launch soon. Come with me."

It's O5-03, bearing a strange look on his face. You stare at him for a while, not moving at all. Then you finally start to speak up.

"…Ship? What ship? We barely have a plan, what in hell are you talking about?"

"Just follow me."

03 quickly grabs you by your hand, and drags you across the hall as you blankly gaze at the walls. You pass by a few researchers, all of them in panic and screaming at each other.

After a few minutes of walking, you and 03 enter a large open room. It's quiet in here. Just like the silence before the storm. There's a huge launchpad in the middle. On top of it is a ship with all the other O5 in it. They seem to be arguing over something. However, you can't make out what they are saying.

You turn over to 03.

"What..?"

"We're leaving 06-"

"Are you kidding me? We had not even set up a plan, decided on anything, nor had we told anyone about what we would be doing AND you assholes are willing to abandon the entire human race like that? I thought Procedure-574 was not to be carried out without the approval of all O5 members. "

"Look, it's a bit more complicated than that-"

"I don't want to hear any of your bullshit. This was not what the Foundation was created to do, and I'm not obeying it. How could you ever think it was right to do something so inhumane?"

"We have plenty of time to discuss this matter, if only you'd listen to me."

You sigh, but realize you have no other choice.

"Fine."

"I promise, I'll explain it all once you board the ship."
Wow! You flipped a card and got: SCP-5XXX - "Soda Containment Procedures"!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 19:20

NOTE:

This page has been hacked and edited by a hostile non-Foundation member.

Please remember that, and just ignore the edits: we cannot get rid of them.

- The SCP Foundation Database Tech Team

Item #: SCP-5XXX

Containment Class: Chaos

Special Containment Procedures: In order to prevent further SCP-5XXX appearances, Project Buy-More-Harvey-and-Riggor will dedicate resources for the secret promotion of Harvey and Riggor's Samples of Heaven brand among the public in order to increase sales; in tandem, Project Don't-Buy-Not-Harvey-and-Riggor-Stuff will be initiated to secretly spread misinformation and also leak sensitive data of competitors of Harvey and Riggor's Samples of Heaven (which means any soda brand that is not Harvey and Riggor's Samples of Heaven).

SCP-5XXX Containment Ultimatum must be achieved at the end of every year.

Description: SCP-5XXX refers to an interdimensional portal, which will randomly appear on the ground in parts of the world. A giant other-dimensional entity composed of water and shaped like a hognose will emerge from this hole and begin to attack its surrounding while shouting statements that mention Harvey and Riggor as holding special importance to deities (ex: "Harvey and Riggor is of the gods!" and "Doomed by the gods is the people who do not drink Harvey and Riggor!").

After a rampage, the entity will spit out an aluminum tablet, before returning SCP-5XXX, followed by the cessation of SCP-5XXX. The tablet usually contains a listed amount of sales of Harvey and Riggor(designated as SCP-5XXX Containment Ultimatum) that must be achieved in the span of 364 days to prevent future SCP-5XXX manifestations.

It is to be noted that nowhere in the vicinity of Harvey and Riggor factories or building has SCP-5XXX manifested; the Ultimatum has also been steadily risin

Irrelevant - 05-8

WARNING

Hostile edits by a hostile non-Foundation member forward.

Ignore it, it's all false

Reveal

Alt Text: Does not come, unless summoned. DID YOU KNOW? O5-8's real name is Citrusson Harvey? SCP Foundation: Protecting you super-well!

Wow! You flipped a card and got: DrMonomon!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 16:35

rating: 0+x

Item #: SCP-XXXX

Object Class: Euclid

Special Containment Procedures: SCP-XXXX is to be kept at Site 28 in a dark storage locker. SCP-XXXX is not to be used for testing unless 3 level 3 researchers are supervising. Any instance of SCP-XXXX-1 is to be restrained and given class 1 amnestics. SCP-XXXX-1

Description: SCP-XXXX is a painting of an island in the sky.

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: FIREfly!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 14:06
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures:
SCP-XXXX is to be contained inside of an average-sized mason jar, which is to be kept inside of a locked safe to prevent SCP-XXXX from breaching containment. The safe that contains SCP-XXXX is only to be opened to research SCP-XXXX or to experiment with class-D individuals. The jar that houses SCP-XXXX is never to be opened without a direct request from a Senior Researcher or a Site Director. The code used to open the safe is ████. Any experiments involving direct contact with SCP-XXXX are only to be conducted on D-Class individuals.

Description:
SCP-XXXX is an organism resembling the Lampyridae insect more commonly known as a “firefly”. SCP-XXXX was first discovered on May 28th, 1992 in Savannah, Georgia in the United States. SCP-XXXX was first brought to the attention of the foundation when a 9-year-old girl identified as Alexandria Smith burst into flames suddenly and unexpectedly while outside catching fireflies. Many adults and other children around her experienced small burns and permanent blindness as a result of SCP-XXXX’s effects.

Initial research for visual abnormalities led to the blinding of a senior researcher and her assistants (See Incident Log XXXX.1). The researchers that conducted this test were ████████,██████, and ████████████. Further testing of the effects of SCP-XXXX was suspended by the order of Dr.██████ until April 19th, 2002. The first test of SCP-XXXX’s anomalous effects was conducted on a D-Class individual on May 2nd, 2002 (See SCP-XXXX Experiment Log 1)

SCP-XXXX was discovered, through DNA testing, to be the offspring of two non-anomalous Lampyridae. SCP-XXXX has long outlived average Lamyridae life expectancy and all attempts to terminate SCP-XXXX in any way have failed, all further termination attempts are strictly forbidden. SCP-XXXX’s anomalous abilities appeared from a dose of radiation that was created when a nuclear bomb was lost by the US military near Savannah Georgia.

SCP-XXXX has shown the ability to perform complex behaviors as seen in the 2nd round of research conducted on it (See SCP-XXXX Experiment Log 2). Based on the results of the 2nd round of research on SCP-XXXX, researchers are led to believe that SCP-XXXX is a sapient organism. Seeing as in the 1st round of research (See Incident Log XXXX.1) and in the 1st experiment (See SCP-XXXX Experiment Log 1) the organism showed signs of fear before attacking, researchers believe that SCP-XXXX acts in self-defense. Due to this fact, Class A and Class B personnel are not to interact with SCP-XXXX so as to protect them from potential harm.

SCP-XXXX has also shown the ability to conduct electricity as seen in the 2nd experiment conducted with a D-Class individual (See SCP-XXXX Experiment Log 3). SCP-XXXX can give off a power level of 1.13 megawatts of energy. With this information, researchers of SCP-XXXX proposed ideas on how to use SCP-XXXX for potential power production to be used to help with the containment of other SCPs (See Addendum XXXX.1).

Addendum XXXX.1

Proposition Answer
Use SCP-XXXX to power research equipment used on SCP-XXXX Denied
Use SCP-XXXX to power containment of SCP-XXXX Brought into consideration
Use SCP-XXXX to power containment of other SCPs Denied
Use SCP-XXXX to power research equipment used on other SCPs Denied

[[footnoteblock]]


Wow! You flipped a card and got: AntiMobile!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 13:42

Wow! You flipped a card and got: Blaze_dragon's Super Epic and Cool Draft's!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 12:42

rating: 0+x

Item #: SCP-5XXX

Object Class: Safe

Special Containment Procedures: SCP-5XXX is to be contained in a 3m cube room with a pedestal with SCP-5XXX on it. The room is to be negatively pressured to keep all particulate out. The room will also be fitted with a magnetically locked door. The room is to be guarded by 2 guards, one at the door and one watching cameras of the chamber.

Description: SCP-5XXX is a one (1) meter long blue Cat6 Ethernet cable. The cable resembles a standard consumer ethernet cable except for it's anomalous features. The anomalous features present with SCP-5XXX is that, whatever device it is plugged into, will be connected to the full internet even without being connected to an internet access point. The reaches of this ability are still being tested.

SCP-5XXX was discovered after webcrawlers found a Gamers Against Weed chat room (See Addendum-20509) and MTF Mu-4 (Debuggers) was able to raid the residence of PoI A████. Once the raid was complete SCP-5XXX was brought back to Site-██ for initial testing.

Currently attempts of recreating SCP-5XXX for use as long range communication to remote foundation sites are ongoing. Tests using SCP-5XXX on experimental Foundation spacecraft ████████████ show promising signs if SCP-5XXX can be replicated.

Addendum: PoI A████ was detained during the raid and taken into Foundation Custody for questioning of both SCP-5XXX and the GoI of Gamers Against Weed (See Addendum-20512-15 for interview logs). PoI A████ was compliant with the Foundation and was able to be released after Class-B amnestic was used. Software was uploaded to PoI A████'s computer that allows the Foundation to access chat logs. Recruitment of PoI A████ as a double agent is possible in the future.

Addendum-20509: The following is the chat log of Gamers Against Weed members that lead to the discovery of SCP-5XXX

In Chat: Sup3r_G4mer, xXx_n00bScop3d_xXx

Date and Time: 9/5/20, 1800-1847 UCT

Foreword: Foundation webcrawler's dedicated to watching Gamers Against Weed were able to access the chat room by using [REDACTED]

<Beginning of chat, 1800 UCT>

Sup3r_G4mer: Hey xXx_n00bScop3d_xXx

xXx_n00bScop3d_xXx: Yes?

Sup3r_G4mer: You know how I complain about lag all the time?

xXx_n00bScop3d_xXx: Lmao yeah?

Sup3r_G4mer: I decided to fix it, and you won't believe how

xXx_n00bScop3d_xXx: Let me guess, gitting gud at MW2?

Sup3r_G4mer: No, but I bet you I could destroy you at that

Sup3r_G4mer: 1v1 me on Rust, Intervention 360 no scopes only

xXx_n00bScop3d_xXx: Alright, only after you tell me how you fixed your "lag"

xXx_n00bScop3d_xXx: Did you finally use an ethernet cable after we kept telling you?

Sup3r_G4mer: Ye, but I got a special one, I never seem to lose connection

Sup3r_G4mer: Even if I unplug it from my router

xXx_n00bScop3d_xXx: Lmao ok, I totally believe you

xXx_n00bScop3d_xXx: I have the lobby set up btw

<End of Chat, 1847 UTC>

Closing Statement: After reviewing the chat logs, MTF Mu-4 (Debuggers) was sent to the residence of "Sup3r_G4mer" (PoI A████) and found SCP-5XXX

Addendum-20512-15: The following two logs are transcriptions of questioning with PoI A████. The first log is questioning for information about Gamers Against Weed and the second log is questioning about SCP-5XXX specifically

Interviewed: PoI A████

Interviewer: Agent S█████

Foreword: Interview to gain more information about the GoI Gamers Against Weed, interview conducted 3 days after the raid. PoI will be referred as A████ for this transcription. Agent S█████ will be referred as Agent S for this transcription.

<Begin Log>

Agent S: Agent S walks into the interview room and sits down

A████ you are here because of your connections to the group Gamers Against Weed, which you are a part of yes?

A████: Haha yeah I guess I would say I am part of that, why? Did you want to join?

leans back in the chair he is sitting in, almost falling backward

Agent S: No, however, we would like some more information about this group, and you can help us in that by cooperating with us. All we need is names of members you know and how you make items with anomalous properties.

A████: Well

long pause

What's in it for me if I give you this information? Do I get too be on a team of some super secret double agents? A stable job? Healthcare?

leans foreword

Agent S: If you give us the information we need, we can guarantee your safety and return to a normal life. You can imagine what will happen if you do not cooperate.

motions towards the D class personnel quarters that are nearby

A████: panicked

Ok! Ok! Ok! I'll give you information! Just please let me go after please!

Agent S: Good

hands A████ some paper and a pen

<End Log]>

Closing Statement: A████ gave the Foundation names of members apart of the group Gamers Against Weed. A████ was not able to give information on how objects were made.

Interviewed: PoI A████

Interviewer: Researcher Amy

Foreword: Researcher Amy, who is tasked with research into SCP-5XXX, is to question PoI A████ about SCP-5XX. PoI will be referred to as A████ for this transcription. Researcher Amy will be referred to as Amy for this transcription.

<Begin Log>

Amy: Amy walks in, carrying SCP-5XXX, and puts it on the table close to her

to the recording device

This is Researcher Amy questioning PoI A████ for more information about SCP-5XXX.

to A████

A████, please tell me what properties you know of for SCP-5XXX.

A████: All I know is that for some reason, even after unplugging it from my router, it had my computer connected to the internet fully

makes motions of unplugging with his hands

Amy: Where did you acquire this cable?

looks at SCP-5XXX

A████: Well, I bought a standard ethernet cable from the store, and then I remember after plugging it in, it just didn't work!

Amy: So, what did you do next?

A████: I remember being mad, since I paid 6 dollars for the cable. I swore then unplugged it from the router, but it was still connected to my computer.

Amy: Is that when you figured out your computer was still connected to the internet?

A████: Well first I got a second cable since they came in packs of two, but that one worked as a normal cable would. Then I plugged the other one into my computer and was able to search the internet before I plugged in the other end

Amy: Did you do anything to that cable specifically?

A████: Not that I remember specifically….no

looks to be trying to remember something

Amy: Alright that is all

Amy gets up and leaves the room with SCP-5XXX in hand

<End Log>

Closing Statement: Upon return to the residence of PoI A████, a sweep of the apartment showed no other anomalous items. How PoI A████ made SCP-5XXX is unknown and research into the item is inconclusive.

[[footnoteblock]]


Wow! You flipped a card and got: RoZa_White!!! You ca reload the page or go to the next.
DATE: 23 Mar 2021 11:41
: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

Wolf-10

SCP-6661-5 using its "Unnatural fog" ability.

Special Containment Procedures: SCP-6661's are to be contained at site-95 in a semi open enclosure approximately 8x8 square kilomters, with approximately 13 security cameras within every square kilometer. The enclosure is too resemble a "Rocky Larch forest biome." (As per request by a majority of SCP-6661.) All SCP-6661 are to be brought into humanoid enclosures at least once a month for attendance, therapy sessions, interviews, and medical check-ups by on-site personnel. If SCP-6661 does not comply, a small dispatch team will be sent into the enclosure to retrieve any and all SCP-6661 with non-lethal force. If any specimens of SCP-6661 are terminated (either purposefully or accidentally) the remains of the specimen are to be brought to [REDACTED]. As of right now the only personnel allowed to conduct interviews with specimens of SCP-6661 is Dr. Duval and her assistant Dr. Roza.

Description: SCP-6661’s are typically hostile shape shifting anomalies that have the capability to change between two forms. Their preferred form varies from specimen to specimen, but most specimens of SCP-6661 can be found residing in their primary form. Switching between forms takes anywhere between 2.5 to 7.5 seconds, these changes between forms not only changes their anomalous abilities, It also changes their attitude, age, and on rare occasions their appetite. While transitioning threw forms, SCP-6661’s bone structure becomes very unstable causing them to become vulnerable. Thus based on pure instinct a majority of SCP-6661 will not change forms unless they feel comfortable with their current environment.

Their primary form can be identified as a Canis lupus campestris (Steppe wolf) with several exaggerated skeletal features; having bones protrude through their skin and fur acting as a makeshift exoskeleton. While in in there primary form they act extremely similar to a stereotypical Steppe wolf, with only minor differences to their behavior and hunting patterns. While in their primary wolf form an "unnatural fog" will typically linger around SCP-6661. This fog corrupts any photographic or recorded evidence of SCP-6661’s existence, causing SCP-6661 to typically appear as a blackened silhouette surrounded by fog in every possible photo and recording of them. Their primary wolf forms are also strictly nocturnal, causing SCP-6661 to become extremely fatigued during the day time while in this form. While SCP-6661 is asleep their body will seemingly vanish and not return until nightfall or sunset, regardless on what form they are in. According to interviews with specimens of SCP-6661; when their pack falls asleep they will all partake in a "Dream state". While in this dream state they are able to communicate, eat, and even receive minor injuries.

Their secondary form is a humanoid wolf hybrid that usually keep one or two wolf-like features including but not limited to: tails, ears, teeth, and fur. Normally SCP-6661's are incapable of distinguishable speech. However while in their secondary human forms most specimens are capable of speaking broken Russian, Korean, and English. Besides wolf-like features and movements, SCP-6661’s human forms are non-anomalous.

Discovery: At 03:22 AM On 2019/08/10 Mobile task force Beta-4 was sent out about 21 kilometers south of ██████, Russia, To investigate an explosion located in the local forest, a pack of SCP-6661 was then accidentally discovered near the site of the explosion. And under further investigation it is now believed the explosion was a security breach of a rogue SCP facility not belonging to the Foundation. In which the pack of SCP-6661 was being held captive there, and was possibly being weaponized for unknown purposes.

Addendum: As of right now there is only 1 pack (10 specimens) of SCP-6661 on record. However it is heavily insinuated that there are many more not in the foundations custody. Investigations are currently underway on the current whereabouts of these presumed specimens.



ALL KNOWN SPECIMENS OF SCP-6661



Contents of Tab 3

[[footnoteblock]]