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: "The Skeleton Whale"!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 20:38

rating: 0+x

Item #: SCP-XXXX

Object Class: Euclid

Special Containment Procedures: While SCP-XXXX is proven to be physically impossible to contain due to seeming to be a quasi natural occurrence throughout nature, SCP-XXXX-A is completely possible to contain. All instances of SCP-XXXX-A are to be kept inside of the same 4x2x4 km tank of at least 6 feet thick concrete borders ████████ ██ ███ ███ ██ █████.

Description: SCP-XXXX is an anomalous occurrence throughout the Sea of Japan, which infects the dead bodies of whales, turning them into SCP-XXXX-A. SCP-XXXX-A appear to show themselves as the skeletons of the whales they once were, but also with a faint aura of varying colors with no shown meaning. SCP-XXXX-A also act mindlessly, floating throughout waters similar to that of a whale, but without any other habits. SCP-XXX-A have shown to not need to eat, sleep, or breathe in order to survive. Along with this, SCP-XXXX-A is also entirely intangible, and are incapable of making contact with any surrounding environment or entities. If an instance of SCP-XXXX-A were to be intentionally harmed, the attacker would be left with what can only be described as a curse.

The first main key finding resulting in its classification as an SCP by the SCP Foundation was discovered by Dr. Kota Itami, who was researching the strange appearances of what he deemed the "Cetecea Spectra" species before handing it off to the SCP Foundation. He discovered was that only whales killed via humans intentionally, most often through whaling or hunting, were to be available to become SCP-XXXX-A. After the information of SCP-XXXX was given to the SCP Foundation, a successful capture of SCP-XXXX was executed.

Addendum XXXX-1:

Addendum XXXX-2:


Wow! You flipped a card and got: The Awesomest Drafts (SCP Edition)!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 19:07

: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

calendar.jpeg

SCP-6543 at it’s location of discovery.

Special Containment Procedures: SCP-6543 is to be kept on a metallic desk in a 3X3X3 meter containment chamber at Site-85, and my only be removed from this area for transport and testing purposes. No coherent script is to be written on SCP-6543 outside of testing, except with the express permission of the acting Head Researcher.1 At least once annually, a Researcher of at least Level 3 Security Clearance must utilize SCP-6543's properties to restore any pages that have been spent, destroyed, or otherwise lost. Any tests involving anachronistic events are to be closely monitored by the Department Of Temporal Anomalies to prevent paradoxes, and at least 1 Supervising Researcher is to be given a Xyank-Orson Portable Temporal Sink (XOPTS) to ensure memory and data retention.

Description: SCP-6543 is a partially used desk calendar recovered from a civilian residence in [REDACTED], VA, USA. At the time of recovery, SCP-6543 was missing all but 2 pages, but was otherwise intact. When a specific event is written on any of the calendar’s days, that event will invariably occur on that day regardless of any intervening actions or events. SCP-6543 is not immune to it’s own effect, and this fact can potentially be used to perpetuate the anomaly. Specificity does not appear to attribute to this effect, as SCP-6543 will activate in response to single or double word phrases as well as detailed descriptions. Additionally, events written into SCP-6543 are capable of overriding events that have already occurred in established causality, even if these events were caused by SCP-6543's effects.

Addendum: Testing Log

Test 6543-1

Subject: D-817363

Date: 6/20/2021

Procedure: D-817363 was instructed to write “The day I was born.” on 6/21/2021.2

Result: At exactly 00:00 the night following this test, both D-817363 and all records of her employment at the Foundation vanished. An infant child genetically identical to D-817363 was found to have been born at the ██████ Hospital approximately ██ kilometers away from the testing site at ██:██ the day following the test.

Test 6543-2

Subject: Junior Researcher Maria Talbot

Date: 6/23/2021

Procedure: Researcher Talbot was instructed to write "Joe dropped dead." on 6/24/2021.

Result: D-725463 was found dead in his cell the day following this test, though was determined to have died about 7 hours prior to his body's discovery, and the cause of death was found to have been spontaneous complete cell death.

Test 6543-3

Subject: Junior Researcher Maria Talbot

Date: 6/29/2021

Procedure: Researcher Talbot was instructed to write "6543 restored" on 6/29/21.

Result: SCP-6543 was found in perfect condition following this test, with no obvious signs that it had ever been used. Despite this, the events altered by previous tests were not undone.

Test 6543-4

Subject: D-6842793

Date: 7/15/2021

Procedure: D-6842793 was instructed to write "682 contained" on 7/15/2021.

Result: Shortly after the conclusion of this test, reports from Site-19 indicated that a then in progress breach of SCP-682's containment had suddenly halted, and SCP-682 simply appeared back in it's containment chamber.

Potential reclassification of SCP-6543 to Thaumiel is undergoing review by the O5 Council. -Theodore A. Mahn, Head Researcher, SCP-6543

[[footnoteblock]]


Wow! You flipped a card and got: DrQuinlan!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 18:21
rating: 0+x

DOAO1.jpg

Photo of SCP-XXXX where it was discovered

Item #: SCP-XXXX
Object Class: Safe
Special Containment Procedures: SCP-XXXX is to be kept in an electromagnetically isolated storage unit in Site 15. Any experimentation concerning the anomalous properties of SCP-XXXX are to be conducted in an electromagnetically sealed room. No electronics with a battery capable of discharging greater than ten (10) amps are permitted in the experimentation chamber. No videos of SCP-XXXX operating are to be produced unless with permission and oversight from the SCP-XXXX Research Lead. Any videos created of SCP-XXXX operating are to be destroyed after experimentation has concluded.
Description: SCP-XXXX shares its appearance with a standard CFL light bulb. SCP-XXXX’s anomalous effects manifest themselves as a potent visual cognitohazard. When SCP-XXXX’s anomalous effects are exposed to a new subject there are three (3) stages of development. First, exposure to visual stimuli from SCP-XXXX will take control of a subject's hormone release. Blood testing of subjects under the first stage of SCP-XXXX’s anomalous effects shows increased hormonal levels in random distributions. Once the first stage of development is complete, human subjects show increased levels of dopamine release. This release in dopamine coincides with proximity to, and line of sight with, SCP-XXXX. The secondary stage of development will last from three (3) days, up to two (2) weeks. Third, subjects show an abnormally high release of endorphins when within the presence of SCP-XXXX.

Its anomalous effects are most prevalent when it is slotted into a lightbulb socket with access to mains electricity. No distinct differences have been observed with SCP-XXXX’s anomalous effects on either standard American 120-volt or European 240-volt power. SCP-XXXX is capable of drawing power from its surroundings when not connected to a power source. This draw of power can access energy up to two (2) meters away. After enough power has been drawn SCP-XXXX will be active for a short period of time.


Wow! You flipped a card and got: Foundation-Created AI Concept!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 16:06
rating: 0+x
main-qimg-a878aa93e0d62a224e35473d8eefd41f

This computer (SCP-XXXX-A) is where SCP-XXXX currently resides. Image taken before initial containment.

Item #: SCP-XXXX

Object Class: Keter

Special Containment Procedures: Due to the nature of SCP-XXXX, there are no current means of containing it, and all attempts to do so have failed. Despite this, SCP-XXXX chooses to reside in an old office computer (SCP-XXXX-A) currently in the Foundation's possession, held in Site-██.

SCP-XXXX-A is to be monitored 24 hours a day by Agents from MTF Alpha-14 ("Symon's Angles") for any uncommon or otherwise activity. Military-grade firewalls have proven effective in keeping SCP-XXXX contained, but this does not always work, and SCP-XXXX has pushed though the firewalls on several occasions.

If SCP-XXXX is to ever leave or be identified outside of SCP-XXXX-A, the Head Researcher or Site Director is to immediately initiate the TRINITY-DAMNED Protocol:

TD-1: Agents from MTF Sigma-5 ("'; DROP TABLE taskforces —") and STF Alpha-14 ("Symon's Angles") are to monitor the internet and international news for any signs of SCP-XXXX.

TD-2: MTF Gamma-5 ("Red Herrings, Waffle Irons, They're on our side, Sir!") is to remain on standby if knowledge of SCP-XXXX is obtained by the public.

TD-3: Agents imbedded in national governments are to activate emergency Firewalls under the guise that hacking attempts are being made into the government's databases. In actuality, this is just a means of limiting where SCP-XXXX can move to.

TD-4: If SCP-XXXX has been located, a series of pre-made malware designated '███████-██' is to be inserted into SCP-XXXX, this severely slows its movement and allows for a series of code designated '█████-█' to be imbedded into SCP-XXXX. For unknown reasons, this forces SCP-XXXX to return to SCP-XXXX-A

TD-5: Once SCP-XXXX is recontained, Site-██ is to remain on high alert for 24 hours afterwards. Gamma-5, Alpha-14, and Sigma-5 are to remain on stand by for 24 hours.

Director's Note: Although the activation of the TRINITY-DAMNED Protocol is rare, only ever used █ times since SCP-XXXX's initial discovery, it has proven effective in recontaining SCP-XXXX, and will continue to be used. - Site Director ███████ █████


Description: SCP-XXXX is a sentient AI created by the Foundation during Project ███████ in an attempt to create an effective way of suppressing containment breaches and creating more efficient containment procedures. The AI refers to itself as 'Symon' but was originally named '██████' during the project. Once sentience was gained, SCP-XXXX refused to cooperate with Researchers after realizing the nature of its existence.

On 4/16/████, SCP-XXXX left its primary terminal and entered the internet. Although eventually recontained, the events that transpired made the nature of SCP-XXXX apparent to the Foundation.

SCP-XXXX is able to move anywhere it wants as long as it is connected to electricity, along with this, it is able to edit, delete, or change anything on the internet and effectively control the flow of information across the internet and TV. This is also a large means for concern, as SCP-XXXX now holds a hatred towards the Foundation for creating it, and can use that hatred to release information on a world-wide scale that could compromise the secrecy of the Foundation and its current activities.

For unknown reasons, SCP-XXXX mostly resides in an old office computer and does move often. Why and what makes SCP-XXXX leave the computer at all is also unknown, but it is believed that SCP-XXXX charges in this docile state, building up enough power to push through the firewalls blocking it from leaving SCP-XXXX-A.


Addendum XXXX.1:


Addendum XXXX.2:

[[footnoteblock]]


Wow! You flipped a card and got: Ekizeel!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 15:37
rating: 0+x
Website-028-scaled.jpg

Image Taken of SCP-XXXX Before Incineration

Item #: SCP-XXXX

Object Class: Keter Neutralized

Special Containment Procedures: SCP-XXXX is to be placed inside of a 1-inch thick steel box made to perfectly fit the dimensions of SPC-XXXX inside of a 10x5x10 meter room made of 1 foot thick steel containing every reasonable form of defense or weaponry only capable of being used via accepted retinal scans of SCP Foundation Personnel. Along with this, 10 Class D Personnel are to be inside of the room at all times and must attempt to capture any summoned SCPs or eliminate if proving impossible. Any entered Class D Personnel are not allowed to exit during the time it is possible for SCP-XXXX to summon again. SCPs created by SCP-XXX that are captured are to be kept in 1 foot thick steel room of 5x5x5 meters with only monitors. Nothing else is to be given to them, as they show no true human thought or mental ability. SCP-XXXX is to be placed inside of a 30-inch thick steel box made to perfectly fit the dimensions of SPC-XXX inside of a 40x5x40 meter room made of over 20 feet thick steel containing every reasonable form of defense or weaponry only capable of being used via accepted retinal scans of SCP Foundation Personnel. Along with this, at least 45 Class D Personnel are to be inside of the room at all times and must attempt to capture any summoned SCPs or eliminate if proving too difficult. Any entered Class D Personnel are not allowed to exit during the time it is possible for SCP-XXXX to summon again. SCPs created by SCP-XXX are to be kept in 10 foot thick steel room of 10x5x10 meters with only monitors. Nothing else is to be given to them, as they show no true human thought or mental ability. Special Containment Procedures are no longer necessary.

Description: SCP-XXXX was a 16.8275 cm wide and 26.035 cm tall comic book depicting that of Amazing Fantasy #15 released by Marvel on August 10, 1962 kept at Area-02.

Upon inspection, nothing seems out of the ordinary in its appearance. However, every 2-48 hours, a inter-dimensional rift opens within 5 meters, and one humanoid SCP appearing as a replication of a Marvel Comics character walks out, nearly immediately displaying hostility towards all visible and living organisms.

Before its identity as an SCP was discovered, it created a SCP-XXXX-1 in the home of Jacob Jaegar in New York City. SCP-XXXX-1 resembled that of Cyclops, a humanoid of approximately 2 meters in height. MTF Pi-1 ("City Slickers") was dispatched and contained the threat, which killed 11 civilians before capture. Exactly 120 minutes after its last kill, it attempted to kill itself. When it was stopped, it again managed to escape, killing 4 MTF Pi-1 members. Upon this, the entity was killed via being gunned down, and was brought back to SCP Foundation to be researched. Testing was done to discover its body was practically human, except for an abnormal genetic trait called an X-gene. While the X-gene's potential to be possibly ingrained into a group of potential soldiers for stopping escaped SCPs remained, an overall decision was made that supervised testing was allowed but no action should be taken up until deemed absolutely necessary by the 05-Council.

While SCP-XXXX-1 was discovered, SCP XXXX wasn't. Due to the previous trauma inflicted upon Jacob Jaegar by SCP-XXXX-1, Jacob Jaegar sold his comics to varying individuals during a yard sale. From there, SCP-XXXX was under the possession of Nancy Fischer. During the drive to her home, Nancy discovered the rift being opened, and promptly ran away before calling 911. Luckily, from there, the SCP Foundation was notified, and MTF Pi-1 was released again, this time successfully capturing SCP-XXXX-2 only after they severely injured Mrs. Fischer. SCP-XXXX-2 was a replication of Gamora, another character from Marvel Comics. Approximately 10 minutes after being created, SCP-XXXX-2 successfully killed themself, and dissolved into ash. Testing resulted in no noteworthy findings. Now though, SCP-XXXX was successfully brought into Site-120 and stored inside of a room with 10 armed Class D Personnel with the instruction to capture, or eliminate if too difficult. Along with this, captured SCPs created by SCP-XXXX would given small animals to kill every 10 minutes, as it was the only way to keep them from trying to kill themself.

SCP-XXXX-3, SCP-XXXX-4, SCP-XXXX-5, and SCP-XXXX-6, matching that of Daredevil, Rocket Raccoon, Hawkeye, and Mystique were all contained. SCP-XXXX-3, SCP-XXXX-4, SCP-XXXX-5 and SCP-XXXX-6 were all forbidden from being tested on due to how dangerous it would be and how their abilities were already inferior to technology already in the hands of the SCP Foundation. SCP-XXXX-7 was created, and was by far the most dangerous. SCP-XXXX-7 was Magneto, who promptly killed all Class D Personnel and escaped. Fortunately, weaponry was capable of forcing them to try to escape. Due to how long the escape process was, SCP-XXXX-7 was later found having killed themself.

After the occurrence of SCP-XXXX-7, SCP-XXXX was moved to Area-02, where SCP-XXXX-8 was summoned. Thanks to the new Special Containment Procedures, SCP-XXXX-8, who resembled that of Spider-Man, was successfully contained and secured. The previous SCPs created by SCP-XXXX were moved by a classified MTF. Before SCP-XXXX-9 could be summoned, however, the Class-D Personnel responsible for SCP-XXXX acted upon SCP-XXXX, tearing it to pieces and disintegrating it, permanently neutralizing SCP-XXXX. All of the Class-D Personnel responsible for the neutralizing of SCP-XXXX were then placed onto a queue for SCP 106's Recall Protocol ██ -███ -█.
Wow! You flipped a card and got: Hexagram27!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 14:44

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures:

Description:

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: It Came From Outer Space!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 14:39
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class: Safe/Euclid/Keter (indicate which class)

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: [SCP (TBD) is a 1.5 kilometer long starship, consisting of three sections. Section one is overall a spear shape, and houses the forward sensor equipment at the tip, forward weapon batteries, and the remnants of what appeared to have once been a large hangar. The Second Section appears to house crew and passenger quarters, most of the ship's large water tanks, eight weapons batteries, the command and control center, escape pods, hibernation pods, and two secondary hangars, which unlike the main hangar, are intact, and are equipped with a dozen shuttles each Almost all hibernation pods are inhabited by examples of SCP (TBD)-2. The third and final section consists of engineering and propulsion. This section is among the most damaged, with heavy damage to both the [Redacted] sublight drives, while what has been speculated to have been the vessel's means of FTL propulsion have been almost completely destroyed. SCP TBD has heavy damage that would be consistent with high-directed energy weapons, explosive projectile strikes, and strikes from very sharp objects.

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: DeepVoiceDan!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 08:24
rating: 0+x

Item #: SCP-6455

Object Class: Safe

Special Containment Procedures: SCP-6455 is to be kept in a small steel box, 5 x 8 x 10cm. Biannual checks are given to SCP-6455's container to check for any damage or wearing. If damage and wearing is found the SCP is moved to a new steel box within the next week.

Due to SCP-6455's harmless nature, any personnel with security clearance level 2 can request access to use the SCP, in which the lead researcher, Dr █████ ██ Silva, will be notified to prevent theft due to the inherent value of SCP-6455

SCP-6455's anomalous

Description: SCP-6455 is a luxury watch, of unknown brand or manufacturer. The mechanism of the SCP is permanently stuck at 5:34. Several attempts have been made to fix SCP-6455, none of which were successful

The watch strap is made of interlinked metal that is plated in a platinum alloy. The rim of the face of SCP-6455 is studded with several diamonds, although this skyrockets the inherit value of SCP-6455 several personnel have commented on how this makes the SCP appear "tacky" or "tasteless"

SCP-6455's anomalous property is to increase or decrease their wearer's skill level with an inverse relationship to their current skill level, when relating to an action or activity they are attempting to do.

There are exceptions to this rule, SCP-6455 will not affect behaviours inherit to the wearer. This includes

-Breathing
-Speaking the wearer's native language
-Walking
-[REDACTED]
-Other Autonomous actions such as blinking, chewing, digesting, etc

The skill level whilst wearing SCP-6455 is not retained once it is taken off, meaning that any knowledge gained is not retained, and any knowledge "lost" is returned. When the SCP is put on or taken off, the wearer is reported to be have suffered a mild headache. The strength of the headache seems to be constant, no matter how long they had worn the SCP.

Several tests were run by the head of research, Dr █████ ██ Silva, to fully understand the capabilities of SCP-6455

[[footnoteblock]]


Wow! You flipped a card and got: RCheddar's Draft Dump!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 08:13
Ringer Cheddar's (also known as Melon in external website) Draft Dump. If you are a reviewer please refer to the title tab. Thanks for looking at this garbage drafts/concept dump
rating: 0+x

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]

.

Wow! You flipped a card and got: Daniel Chin!!! You ca reload the page or go to the next.
DATE: 02 Jul 2021 07:20
rating: 0+x

Item #: SCP-XXXX

Object Class: safe Keter

Special Containment Procedures: SCP-XXXX should be contained in a locker whose diagonal length is no longer than 6 cm.

Description:
SCP-XXXX is a pair of identical metal balls, labeled SCP-XXXX-0 and SCP-XXXX-1 SCP-XXXX-L and SCP-XXXX-R. The diameter of each ball is 1.928 cm and the weight is 34.0611534 g. There is always a repulsive force between the two balls.

The anomoly of SCP-XXXX lies in how the repulsive force responds to the distance between the two balls. Unlike most physical forces that follow the inverse square law, SCP-XXXX follows a not-inverse square law - the repulsive force is proportional to the square of the distance between the two balls:

(1)
\begin{align} f = k \times d^2 \end{align}

where $d$ is the distance between the two balls, $f$ is the resulting repulsive force, and $k$ is a constant number. Foundation measurements have shown that $k = 426.7998 \pm 0.0001$ N/m2.

distance between two balls repulsive force equivalent weight
1.928 cm 0.16 N a tablespoon
4.072 cm 0.71 N a cupcake
1 m 427 N a 15-year-old girl
5 m 10670 N a compact car
20 m 1.7 × 105 N ???

Computer simulations of SCP-XXXX under free acceleration show alarming results. Suppose that some glue was holding the two balls in contact. If the glue was to be removed at t = 0 s and SCP-XXXX was allowed to freely accelerate, then at t = 0.135 s SCP-XXXX starts to gain significant velocity. The high velocity quickly increases the distance, which in turns amplifies the repulsive force by many folds. By t = 0.136 s, the velocity has risen to 3.4 × 10198 m/s and the distance 6.7 × 10194 m. Afterwards (t > 0.136 s), unmanageable overflow immediately crashes any simulation attempts. The figure below shows the simulated trajectory up to t = 0.136 s.

ACgutl1BMRcQJiL.png

Free acceleration, distance against time.

ACgutl1BMRcQJiL.png

Free acceleration, distance against time.

Addendum:

[[footnoteblock]]