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 heart of gold!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 18:25

rating: 0+x

Special Containment Procedures: SCP-XXXX is to be kept in an airtight cell with two sets of airlocks. No personal are to enter SCP-XXXX cell without permission from level 5 clearance or above. If entering SCP-XXXX's cell a hazmat suit is to be worn and then disposed of on exit. After exiting SCP-XXXX's cell they are to be tested for SCP-XXXX. If positive the induvial is to be put in a airtight class E cell. If negative they are allowed to enter SCP-XXXX's cell within a month,

Description: SCP-XXXX is an airborne virus. If an induvial is infected by SCP-XXXX any kind action they preform will cause their heart to turn to gold. All heart functions will stop.

SCP-XXXX was discovered on █/██/████ at V███ labs. V███ labs was trying to make a flesh eating virus. During testing V███ labs thought that the virus did nothing. The virus was put into the trash bin. All people tested died shortly after volunteering to test another virus. V███ labs preformed an autopsy and realized that the hearts of the induvial turned to gold. They also realized that all of these people where from the failed test.

The foundation learned of this they stepped in and took the sample of the virus. After interrogation they learned that V███ labs was contacted by the Chaos Insurgency. After more investigation it was learned that the Chaos Insurgency was trying to steal SCP-061 in order to control site-19. The virus was supposedly supposed to be a distraction to steal SCP-061.

Addendum: Several tests have been done yet none has yielded a cure. The closest cure is SCP-008, but the effects of SCP-008 still appear just at a later date.

The following email was recovered from the V███ labs database

Test XXXX-1
Subject D/9034
Protocol A sample of SCP-XXXX was injected into the blood of D/9034
Results 1 minute in D/9034 complained of his wrist feeling heavy. 15 minutes in D/9034 fell to the ground and couldn't get up. 30 minutes in D/9034 lied down and started to turn purple. 33 minutes in D/9034 had died. An autopsy showed that the blood of D/9034 had turned to gold.
Test XXXX-2
Subject D/10391
Protocol D/10391 was given a sample of SCP-XXXX and then a modified version of SCP-008.
Results D/10391 felt fine until 30 minutes in where he fell to the ground and died. More testing required

Wow! You flipped a card and got: Agent Mister Monkey's Personal File!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 17:56

Full Name: [Redacted]

Codename: "Mister Monkey" (Commonly referred to only as "Monkey")

Security Clearance: 5

Current Designation: MTF Agent

Current Assignment: MTF Delta-0 ("Black Badgers")



Pre-Foundation History: (Most information regarding Agent Monkey has been redacted per order of the 05 Council, although there is still some remaining information)

Before joining the Foundation, Agent Monkey served in the United States Air Force as a Combat Control Specialist. (Combat Control Specialists are multi-purpose elite ground soldiers that are placed into special forces units in other branches of the military) His ranks and operations throughout his time in the Air Force have been redacted, although it is known that he served for 9 years. After leaving the military, he joined the CIA as a Protective Agent.

He came into the Foundation's attention during a raid in ███████, Argentina. After a notable FBI agent went AWOL with classified information, a joint task force was formed. This task force was made up of FBI and CIA agents, Seal Team 5, and 1 Special Forces Unit. Agent Monkey was selected to be a part of this JTF. After the AWOL FBI agents' location was found, a raid on the property they were located in was commenced. It just so happened that said property was in the possession of the Chaos Insurgency, and they took the FBI agent in for unknown reasons. At ██:██ AM, the raid on the property began. All Chaos Insurgency agents on the property were terminated and the FBI agent was found dead.

The Foundation then swooped in, taking over operations related to the incident and seizing the property. All Chaos Insurgency agents were covered up as terrorists and their bodies were taken to Site-██ for evaluation. It was later found that the property had several anomalous items inside, and that one of the soldiers involved in the raid has come into contact with one of the items and had experienced it's effects. That soldier was Agent Monkey. He was taken in for questioning ██ days after the incident. After questioning him and evaluating his history, Doctor █████ ████████, the personnel questioning him, deemed Agent Monkey a potential recruit due to his past Military and CIA history. Doctor ████████ submitted a formal request to recruit Agent Monkey, which was later personally accepted by 05-2.

Agent Monkey was then briefed on his recruitment and willingly entered specialized training. After completing the █ month long training period, he was officially recruited into the foundation.

Profile: Agent Monkey is currently assigned to MTF Delta-0 ("Black Badgers") as of 7/21/20██, he is tasked with [Data Expunged]. Agent Monkey is currently located in █████████, Venezuela undergoing a long-term reconnaissance mission. Due to the lack of information, most information of Agent Monkey's skills are from other Agent's words. One agent has stated:

Agent: Felix ██████ - Former Alpha-5 Operative
Subject: Agent "Monkey"


"Well… It's been a while. I was assigned to Alpha-5 years ago, but I do remember going on at least a few missions with him.

gents who have worked with "Mister Monkey" in the past have stated that he is a reserved and quiet person, only speaking when he needs to.


Previous Assignments:


Assignment: Task/Role:
MTF Alpha-5 ("Honor Guard") Field Analyst
MTF Nu-7 ("Hammer Down") Field Medic
MTF Epsilon-6 ("Village Idiots") Combat Specialist
MTF Gamma-1 ("Search and Destroy") [Redacted]
MTF Iota-10 ("Damn Feds') Undercover as a CIA agent
MTF Beta-1 ("Cauterizers") [Redacted]
MTF Epsilon-11 ("Nine Tailed Fox") [Redacted]
MTF Delta-5 ("Front Runners") Undercover Agent

Bruh
Taken from the body-cam of an injured agent, the image shows Agent "Monkey" engaging hostiles during an ambush. (Hover to enlarge)

Wow! You flipped a card and got: TailoredVanguard (2)!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 14:54


rating: 0+x
: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)); }
}

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]


Wow! You flipped a card and got: MetalRavioli2!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 14:45
rating: 0+x
: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)); }
}

Assigned Site Site Director Research Head Assigned Task Force
Site-24 Dr. Edward Irkiv Dr. Nile Brackish MTF Eta-7 "Birds of Prey"

{$name}

SCP-XXXX

Special Containment Procedures
SCP-XXXX is to be held in a steel-reinforced containment enclosure in Site-24's wildlife containment wing. SCP-XXXX's containment enclosure should resemble a grassy plain, with a small pond and several rock structures for SCP-XXXX to hide in. 2-3 Acheta domesticus1 are to be released into SCP-XXXX's containment closure daily. Requested amenities are to be provided to SCP-XXXX after approval from two level 3 personnel.

In the case of a containment breach, MTF Eta-7 "Bird of Prey" is to be dispatched to render SCP-XXXX unconscious.
Description
SCP-XXXX appears to be a member of Sceloporus graciosus2. SCP-XXXX measures 8cm in length, and 1.47 cm in height. SCP-XXXX is fully sapient, and is capable of speech. SCP-XXXX seems to change appearance based on its emotional state. These states include:

  • Content - When content, happy, or relaxed, SCP-XXXX appears as a normal Sceloporus graciosus.
  • Frightened - When frightened or upset, SCP-XXXX will quickly shrink to 7mm in length.
  • Hunting - When hunting or when hungry, SCP-XXXX will grow 6 additional legs, along with 4 additional tails, an additional set of eyes, and an additional tongue. SCP-XXXX's senses and speed are significantly increased while in this state.
  • Rage - When angered, SCP-XXXX will begin absorbing mass from whatever surface it is on, growing in a size equal to the amount of mass it absorbs. SCP-XXXX will continue to grow until it is either calmed down or rendered unconscious. SCP-XXXX will then begin to shrink until it returns to its previous size. What happens to the mass SCP-XXXX gains is unknown.

SCP-XXXX will return to its "content" state whenever any of its other states of emotion subside. SCP-XXXX is also capable of changing its form at will to a degree, SCP-XXXX is capable of changing it's shape to resemble several other lizard-like creatures. SCP-XXXX however, is unable to change it's color. While it is estimated that this ability is limited, SCP-XXXX over time has begun to "discover" new forms that it is able to shift into.

Addendum XXXX.1: Interview Log
SCP-XXXX has expressed an extreme desire to shift into a "desired form". For research purposes, an interview was conducted with SCP-XXXX to ascertain the details of its "desired form".


[[footnoteblock]]

Wow! You flipped a card and got: Idea for an SCP-4000-EX - Knowledge!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 13:15

Narrative: the foundation discovers the anomaly by seeing people talk about it online. For some reason, they are able accurately to deduce the SCP Foundation, its goals, where its sites/areas are, what they did, the anomalous world and yet, they cannot find anything anomalous about it.

They decided to prepare for a Broken Masquerade scenario instead of trying to prevent it because the scope of the SCP is affecting the entire world.

In the meantime, they're also funding Project Viŝi, which is aimed to erase specific information from the human mind and it can do that globally. The only issue is that it will take time to work it, as well as to try and spread it to the globe.

They're gonna try and do this by spraying the aerosol from Project Viŝi into the atmosphere, which will cause to whoever inhales it to be affected by it. There are no side effects, just that you'll be able to get your memories erased by whatever the Foundation decides.

During the creation if the Project, numerous people began making shit-posts, visiting Foundation sites, attempting to vandalize them, visit uncontained SCPs, try and protect/keep those SCPs, etc.

The one thing you should know is that the Foundation has no idea what's causing the public to accurately deduce knowledge of the Foundation, they don't know why it's happening now and they cannot find anything anomalous about it. They even checked the Noosphere and found nothing out of the ordinary.

They activate the project and it works at first but a day later, everyone remembers the Foundation, as well as knowing they tries to erase their memories. They do this again, and again, and again and again until they give up because they cannot keep doing it forever, not does it solve how they keep re-remembering it.

Without of options, the Foundation gives up and accepts the fact that they are experiencing an LV-Class "Lifted Veil" scenario.
Wow! You flipped a card and got: TimmySky!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 13:13

Object #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is allowed to roam Site-19 if it wishes. All personnel are permitted to interact with SCP-XXXX.

Description: SCP-XXXX is a small plush of a rabbit. It has a small tag on its back. The tag reads: "Your Best Bunny Friend from Toys LIVE." Little is known about the said company. On the other side of the tag, it says SCP-XXXX was manufactured in 1994. SCP-XXXX shows sentience through its ability to solve basic toddler-level puzzles. It has shown great skills in problem-solving. SCP-XXXX is also capable of basic speech, speaking in a toddler-like voice. It usually walks by personnel and simply says hello.

SCP-XXXX is very friendly and enjoys interaction with personnel. SCP-XXXX was first discovered in the collapsed "Superstar" preschool. Personnel discovered its anomalous properties there, as it was seen trying its hardest to place pieces of the preschool back together. Personnel were first cautious, as was SCP-XXXX. The leader of the group, Dr. ████ reached a hand out to SCP-XXXX. The plush put its hand in Dr. ████'s, and it was taken to Site-19.

Addendum SCP-XXXX-A: The following is a transcript of audio from security cameras when SCP-XXXX was brought into Site-19.

SCP-XXXX is brought into the site by Dr. ████.

Dr. ███: Is that a rabbit plushie?

Several employees began laughing at Dr. ████, thinking he had brought a rabbit plush from his home.

SCP-XXXX: Why are they laughing?

The room fills with silence.

Dr. █████: Did it just talk?

SCP-XXXX: Yes. Is there a problem with me talking…?

Dr. █████: Uh… No.

SCP-XXXX was placed in a small entity containment cell before knowledge of it being completely harmless was found.


Wow! You flipped a card and got: retiredpossum!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 12:03

Item #: SCP-XXXX

Object Class: Thaumiel

Special Containment Procedures:

Description: SCP-XXXX is
Wow! You flipped a card and got: Dr Ekta!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 08:37

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX

Object Class:Keter

Special Containment Procedures:SCP-XXXX-1 must be kept in a 5m by 5m humanoid containment cube at site █ █ in █ █ █ █ █ █ █ █ at humamoid wing 3, and is to be moniterd 24/7 and in case of a containment breach mtf unit ekta-1 must be deployed to recover scp-XXXX-1.
SCP-XXXX-2 is located at must be kept in 5cm by 0,5m by 5cm glass cube whit coper wiring truout and must remain in a class 5 anomules object containment chamber at object storage wing 8 at site- █ █ in █ █ █ at all times and incase of a blackout senario the containment chamber must be locked of before the onsite back up generater gets reactivated(note: SCP-XXXX-1 and SCP-XXXX-2 are not allwed to come in to contact or be at the same site at the same time).
if SCP-XXXX-3 arises due to failere of containment protocols call on code black/SCP-XXXX and a br senario(broken reality senario)must be called on and project ekta omega is to be put in motion.

Description: SCP-XXXX-1 is a humanoid entity of europian decent and is about 1,9m tall and is in prasuit of SCP-XXXX-2 at all times and has some amount of magic SCP-XXXX-1 is coverd in black marks whit a purple tint and the purple fibe becomes more vibrent depending on the emotions of SCP-XXXX-1.SCP-XXXX-2 is a stick about 0,4m long and whit a yellow tint ocatonoly Lightning will spawn from it and it has a lower reality level than our own reality.
SCP-XXXX-3 is a unknown entity of unknown aprearance all we know at the time of writing this report is that it has imense strengts and its reality level is broken?? at the moment we cant measure its reality level.

Addendum:

dr ekta:this is dr ekta proforming interview XXXX-1 interviewi SCP-XXXX-1 comensing at 27-7-2021 at 16:00 at site-█ █ in spacial interview room 8 please state your name for the record.

SCP-XXXX-1:my name is tanatos.

dr ekta:what is your goal??

SCP-XXXX-1:to obtain the wand(SCP-XXXX-1)rag.

dr ekta:what is that wand your talking about??

SCP-XXXX-1:its that thing you guys took from me, you guys have rag.

dr ekta:why are you after…rag??

SCP-XXXX-1:i want to become compleet…i want to become something beyond this.

dr ekta:what that form beyond you now??

SCP-XXXX-1:its ragtanatos the power of rag and me together.

dr ekta:why do you want to become ragtannatos??

SCP-XXXX-1:do i need to awnser that as its non of your bisnuss

dr ekta:we would like you to awnser it.

SCP-XXXX-1:(slightly agetated)i want to make this reality my own.. my realety is fair and strong whille this one is weak and unfair broken at the core.

dr ekta:i gues thats enough for today i gues…please follow the guards back.
end log
sumary:SCP-XXXX-1 got agitated when question avout his morelety we got some solid information about the SCP


[[footnoteblock]]
this SCP is curently a work inprocess and shall grow in complecety lore story ect over time check evry so often for changes in the fille added segments in the lore discription and spcial containment procedures
Wow! You flipped a card and got: DarkShadow7373_2!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 08:26
rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures: SCP-YYYY should be placed in a standard humanoid containment cell. Entry to the containment cell should be restricted to no more than three foundation personnel at a time. SCP-YYYY should only be let out of its containment cell after approval from a member of the O5 command. SCP-YYYY is to be wearing special googles at all times3. Under no circumstances should SCP-YYYY be allowed to take off the goggles. If the goggles are damaged, a new pair must be put on SCP-YYYY after orally sedating SCP-YYYY. If SCP-YYYY tries to damage the goggles in any way, SCP-YYYY should be restrained and the goggles should be checked for damage.

Description: SCP-YYYY is a adult male of unknown origin who possesses abilities that allow him to control any sentient being. This is only possible when the said being, looks at SCP-YYYY's eyes after spending more than 307 seconds in his presence. SCP-YYYY is also seen to be immortal as any damage inflicted on SCP-YYYY has no effect on him.

According to the information provided by SCP-YYYY during an interview conducted by Dr. █████, when SCP-YYYY is in control of ten humans, he actively tries to increase that number until he is in control of one hundred humans. Once SCP-YYYY is in control of one hundred human beings, he starts to murder everyone he is not in control of. The humans who are contolled by SCP-YYYY, termed SCP-YYYY-1, possess abilities similar to SCP-YYYY but are not immortal. It is not possible for SCP-YYYY to stop controlling an individual who has already seen his eyes. The only way for SCP-YYYY to stop controlling an individual is if the individual becomes brain dead. Although tests show that pictues of SCP-YYYY's eyes have no effect on the individual looking at the picture, but watching a video which shows SCP-YYYY's eyes causes SCP-YYYY to start controlling the individual's mind. But in order for this to work, the viewer has to look at SCP-YYYY's eyes for more than 307 seconds depending on the numer of times they blink.

Discovery: SCP-YYYY was discovered when the foundation received reports of mass murder by a crowd of a hundred people in a village in rural India. According to the reports, there was a hundred people with "colourful eyes" killing everyone else around them. The foundation deployed MTF-?? and had orders to eliminate everyone with said colourful eyes. The Task Force successfully eliminated all the assailants but there was one adult male who the task force was not able to deal any damage to. The task force was then instructed to bring the man to Site-██. Reportedly, the SCP was brought to Site-██ without incident but SCP-YYYY had his eyes closed for the whole time. When asked about it by a researcher, he said that when anyone looks at his eyes, he can control their minds.

Addendum:
Addendum YYYY-A-1: The goggles are made of reinforced steel with the lenses being one-way mirrors with the reflective side facing outside. The goggles are attached to SCP-YYYY's head and can only be removed with a passcode that is only known by foundation personnel with Level 4 clearance or above.

[[footnoteblock]]


Wow! You flipped a card and got: Tapscott!!! You ca reload the page or go to the next.
DATE: 27 Jul 2021 05:27
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: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]

page 7 of 200« previous12...56789...199200next »