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 Random Glitch 2.0!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 00:40

rating: 0+x

BY ORDER OF ETHICS COMMITTEE



WARNING

Due to the actions of researchers containing SCP-XXXX, this file is under review, and new containment procedures are pending

XXXX

: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: SCP-XXXX is to be kept in a humanoid containment cell at Site-17. If SCP-XXXX produces any materials or makes any costumes, the items should be confiscated and the entity should be disciplined. Due to the risk of a containment breach, SCP-XXXX cannot be given food or items. As of 2/19/18 Protocol "SETA-6" is in effect, and no interviews are permitted with the entity.

SCP-XXXX-A is to be placed in a storage locker at Site-17. Once a week SCP-XXXX-A must be shipped to other sites or medical centers under Foundation ownership.

Stupid-Shadow-Guy.jpg

SCP-XXXX shadow

Description: SCP-XXXX is a vaguely humanoid entity, the entity stands 1.8 meters tall and weighs 64 kilograms, has four luminescent white eyes, and no other distinguishing features. The X-rays of SCP-XXXX have revealed an organic bone system that functions in the same way as an organ system. The SCP-XXXX bone system can easily bend and compress, making it highly mobile and flexible. SCP-XXXX body can produce tendrils from seemingly any part of its body. These tendrils have been measured as far as 60 meters and have been observed lifting 300 pounds.

SCP-XXXX-A is an odorless white secretion that can cure injuries and illnesses based on how much is administered. Upon receiving more than 3 liters of SCP-XXXX-A, all of the subject's inner fluids will evaporate, and all of the organs will rupture.

Hollow-Knight-Cosplay.jpg

A picture of SCP-XXXX at a convention

SCP-XXXX will occasionally manifest a full body suit that appears similar to characters from the virtual game "Hollow Knight. These costumes can be made by SCP-XXXX by producing items from within its mass. This process takes around an hour, causing a great deal of discomfort to SCP-XXXX. It has demonstrated smithing and sewing skills and has often shown complex techniques and patterns. SCP-XXXX expresses a desire to show Foundation personnel its work once finished.

SCP-XXXX claims to have existed as a large entity before it hibernated in the 1830s (See Addendum XXXX.1), but this claim has not been confirmed beyond an extract from a book in the Adelaide City Library. Research on the history of SCP-XXXX is ongoing.

SCP-XXXX was found in a company building located in Adelaide, South Australia. The foundation learned about the entity when an employee of a company called Team Cherry informed the police that a "monster with many hands stole paper". A cave system was found that reached up to 236-meters wide that connected to the building. The police investigated the cave system, which had artwork on the walls and was filled with SCP-XXXX-A. Containment teams were brought in to retrieve the entity. After the entity was retrieved, employees were given amnestics and the cave was searched, pictures and writing were found.

Addendum XXXX.1: On 5/24/17 SCP-XXXX was discovered and interviewed.
Addendum XXXX.2: The following is a passage from the book "Old Australia Stories" made in 1813 that details an entity that lines up with one of SCP-XXXX claims of its past.
Addendum XXXX.3: SCP-XXXX-A was tested on 5/27/17 in order to fully understand its properties.
Addendum XXXX.4: On 5/27/17 SCP-XXXX was interviewed to learn the affects of SCP-XXXX-A.
Addendum XXXX.4: On 1/15/18 Dr. Fisher interviewed SCP-XXXX on its wellbeing.
Addendum XXXX.6: On 2/19/18 Dr. Fisher went on retirement and SCP-XXXX was informed by Dr. Eliza.
Addendum XXXX.7: The following is an email between Dr. Eliza and Junior researcher Ryan Scott.
Incident XXXX.1: The following is a Audio and Video log from SCP-XXXX containment cell when the SCP-XXXX caused Incident XXXX.1 during Protocol "SETA-6".
Addendum XXXX.8: On 7/20/21 the interview of SCP-XXXX was conducted for a testimony against Dr. Eliza. As a result of SCP-XXXX's outburst when in contact with personnel, the interview had to be conducted over a speaker.

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


Wow! You flipped a card and got: Carousel Demo 2!!! You ca reload the page or go to the next.
DATE: 19 Jun 2021 00:32
rating: 0+x

What this is

A bunch of miscellaneous CSS 'improvements' that I, CroquemboucheCroquembouche, use on a bunch of pages because I think it makes them easier to deal with.

The changes this component makes are bunch of really trivial modifications to ease the writing experience and to make documenting components/themes a bit easier (which I do a lot). It doesn't change anything about the page visually for the reader — the changes are for the writer.

I wouldn't expect translations of articles that use this component to also use this component, unless the translator likes it and would want to use it anyway.

This component probably won't conflict with other components or themes, and even if it does, it probably won't matter too much.

Usage

On any wiki:

[[include :scp-wiki:component:croqstyle]]

This component is designed to be used on other components. When using on another component, be sure to add this inside the component's [[iftags]] block, so that users of your component are not forced into also using Croqstyle.

Related components

Other personal styling components (which change just a couple things):

Personal styling themes (which are visual overhauls):

CSS changes

Reasonably-sized footnotes

Stops footnotes from being a million miles wide, so that you can actually read them.

.hovertip { max-width: 400px; }

Monospace edit/code

Makes the edit textbox monospace, and also changes all monospace text to Fira Code, the obviously superior monospace font.

@import url('https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;700&display=swap');
 
:root { --mono-font: "Fira Code", Cousine, monospace; }
#edit-page-textarea, .code pre, .code p, .code, tt, .page-source { font-family: var(--mono-font); }
.code pre * { white-space: pre; }
.code *, .pre * { font-feature-settings: unset; }

Teletype backgrounds

Adds a light grey background to <tt> elements ({{text}}), so code snippets stand out more.

tt {
  background-color: var(--swatch-something-bhl-idk-will-fix-later, #f4f4f4);
  font-size: 85%;
  padding: 0.2em 0.4em;
  margin: 0;
  border-radius: 6px;
}

No more bigfaces

Stops big pictures from appearing when you hover over someone's avatar image, because they're stupid and really annoying and you can just click on them if you want to see the big version.

.avatar-hover { display: none !important; }

Breaky breaky

Any text inside a div with class nobreak has line-wrapping happen between every letter.

.nobreak { word-break: break-all; }

Code colours

Add my terminal's code colours as variables. Maybe I'll change this to a more common terminal theme like Monokai or something at some point, but for now it's just my personal theme, which is derived from Tomorrow Night Eighties.

Also, adding the .terminal class to a fake code block as [[div class="code terminal"]] gives it a sort of pseudo-terminal look with a dark background. Doesn't work with [[code]], because Wikidot inserts a bunch of syntax highlighting that you can't change yourself without a bunch of CSS. Use it for non-[[code]] code snippets only.

Quick tool to colourise a 'standard' Wikidot component usage example with the above vars: link

:root {
  --c-bg: #393939;
  --c-syntax: #e0e0e0;
  --c-comment: #999999;
  --c-error: #f2777a;
  --c-value: #f99157;
  --c-symbol: #ffcc66;
  --c-string: #99cc99;
  --c-operator: #66cccc;
  --c-builtin: #70a7df;
  --c-keyword: #cc99cc;
}
 
.terminal, .terminal > .code {
  color: var(--c-syntax);
  background: var(--c-bg);
  border: 0.4rem solid var(--c-comment);
  border-radius: 1rem;
}

Debug mode

Draw lines around anything inside .debug-mode. The colour of the lines is red but defers to CSS variable --debug-colour.

You can also add div.debug-info.over and div.debug-info.under inside an element to annotate the debug boxes — though you'll need to make sure to leave enough vertical space that the annotation doesn't overlap the thing above or below it.

…like this!

.debug-mode, .debug-mode *, .debug-mode *::before, .debug-mode *::after {
  outline: 1px solid var(--debug-colour, red);
  position: relative;
}
.debug-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Fira Code', monospace;
  font-size: 1rem;
  white-space: nowrap;
}
.debug-info.over { top: -2.5rem; }
.debug-info.under { bottom: -2.5rem; }
.debug-info p { margin: 0; }

Usage instructions: http://scp-wiki.wikidot.com/component:carousel


[[include :topia:cqb:carousel-2
| images=imgmissing.png,redcube.png,czech.jpg,puce.jpg,deadpigeon.jpg
| caption=A selection of images.
| interval=3
| wiki=scp-wiki
| page=scp-3211
| width=300px
| position=center
]]


[[include :topia:cqb:carousel-2
| images=nintendo.jpg,youtube.jpg,linkedin.png,rescue.png,billwurtz.jpg
| caption=A selection of images with no inherent meaning or hidden message.
| interval=5
| wiki=scp-sandbox-3
| page=carousel-demo
| width=100%
| position=center
| options=no
]]


Included page "component:carousel-no" does not exist (create it now)

[[include :scp-wiki:component:carousel
| images=nintendo.jpg,youtube.jpg,linkedin.png,rescue.png,billwurtz.jpg
| no-caption=true
| wiki=scp-sandbox-3
| page=carousel-demo
| width=200px
| height=400px
| position=left
| background=yellow
]]


Included page "component:carousel-no" does not exist (create it now)

[[include :scp-wiki:component:carousel
| images=nintendo.jpg,youtube.jpg,linkedin.png,rescue.png,billwurtz.jpg
| wiki=scp-sandbox-3
| page=carousel-demo
| style=LmhvcnNpZSBpbWcgeyBvYmplY3QtZml0OiBjb3ZlciB9
]]

Note that LmhvcnNpZSBpbWcgeyBvYmplY3QtZml0OiBjb3ZlciB9 is the string .horsie img { object-fit: cover } as base64.


Wow! You flipped a card and got: Kazadure6!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 22:31

rating: 0+x
knife1

1.Image of one of SCP-5853's rusty knives

Item #: SCP-5853 "'Evangeline' et 'Eden'"

Object Class: Euclid

Clearance Level Required: 2

Special Containment Procedures: Both SCP-5853-1 and SCP-5853-2 are to be contained within two separate containment rooms. Full and constant surveillance must be kept on SCP-5853-1 and SCP-5853-2. The rooms must be completely empty with only a pair of MTF soldiers being allowed to deliver supplies. As soon as MTF enters they must close the door immediately until they are ready to leave, at which point another task force will be waiting at the other side of the door to eliminate any potential escape attempts.

Description: SCP-5853 are a pair of identical French twins who refer to themselves as 'Evangeline' (SCP-5853-1) and 'Eden' (SCP-5853-2). Both sport shoulder high pale blonde hair with almost glass like blue eyes. Their skin is as pale as a freshly deceased corpse and both have a three inch long gash going from each eye to the side of their lips. The gash is festering and the darkest possible red. Looks almost radiant in a way but ugly at the same time. Apart from these intense similarities there is one major difference between the twins. 'Evangeline ' is frowning constantly and appears in a state of eternal depression. 'Eden is always smiling and appears to enjoy harm. 'Eden' wears an Onyx coloured ensemble including hoodie and jeans where as 'Evangeline' sports a jet outfit similar to 'Eden's' yet 'Evangeline's' jeans are ripped revealing spots of necrotic skin. The pair each had a very rustic knife upon containment by the Foundation.

Notes The twins claim responsibility for over 200 murders in France between June 2015 and April 2021. This appears correct as many survivors of attacks mention the "W U Killers" in reference to the killers unique facial animations. 'Evangeline' only Reluctantly answers questions and gives small and concise answers whereas 'Eden' ever continues to be playful with her responses. A few O2 scientists have had to be forcibly removed from questioning 'Eden' due to the anger her responses invoke in the scientists.

Footnotes

1. 'Eden' and 'Evangeline' claim to be sent from a higher power to return souls to their final resting place. The foundation currently believes this is false but is keeping an ever watchful eye.

Licensing
1. https://search.creativecommons.org/photos/e19bdbf7-f473-4e52-ad5d-924e35351335

rating: 0+x

« SCP-5852 | SCP-5853 | SCP-5854»
Wow! You flipped a card and got: zippypenguin-001!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 16:20

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: SCP-7732 is the designation given to the anomalous properties of an accessible pocket dimension located inside an abandoned building. The anomaly consists of four sub-anomalies designated SCP-7732-A, SCP-7732-B, SCP-7732-C and SCP-7732-Gamma.

SCP-7732-A is a small local supermarket in █████, ███. The building is composed of four main sections: a shopping area, the manager's office, a break room, and a storage room. However, only the storage room appears to be directly tied with the anomaly. It remains non-anomalous for all days of the year except for February 17th. The reason as to why such a specific date causes the manifestations is currently unknown.

SCP-7732-B is a seperate dimension acessible through the entrace of the storage room in SCP-7732-A during February 17th of any year. Exploration missions conclude that it appears to be an extensively large barren wasteland with no Earth life present. The only organism that inhabits SCP-7732 are instances of SCP-7732. The atmosphere that occupies SCP-7732-B consists of several toxic gases, investigations conclude the atmospheric composition to be roughly 56% hydrogen sulfide, %31 hydrogen cyanide, and 13% carbon monoxide.

SCP-7732-C are large, animate stone figures with a humanoid structure; measuring 4 meters tall on average, they are extremely resistant to physical damage. They mostly remain inert inside SCP-7732-C and only awaken during the event designated as SCP-7732-Gamma.

SCP-7732-Gamma is an event that occurs exactly between 7-9pm on February 17th of each year. During this event, several SCP-7732 instances exit SCP-7732-B. They then proceed to find a human victim, preferrably between the ages of 20-50. They bring the victim with them to the summit of Mt. ███, located near the town. After this, SCP-7732-C begin chanting in an unknown language, while the alive victim is placed on a ████ █████ to then be [DATA EXPUNGED] and [DATA TERMINATED BY O5 COMMAND]. Two hours later, they return back to SCP-7732-B, leaving no signs of anomalous activity behind. When asked, the town's residents seem to be completely unaware of the event's occurence.

Addendum: [Optional additional paragraphs]


Wow! You flipped a card and got: AvocadoMilk!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 14:09
rating: 0+x

Special Containment Procedures: SCP-XXXX is in containment by its free will. Under no circumstances will SCP-XXXX be exposed to any living organisms. SCP-XXXX must be observed and communicated using audio and visual surveillance. When interacting with SCP-XXXX, nothing involving violent crimes is to be mentioned. All instances of SCP-XXXX-1 are to be destroyed immediately. SCP-XXXX is contained in a building in Southern Mexico known as site [REDACTED}. A team of 5 researchers are to observe SCP-XXXX routinely to ensure it remains in containment. Failure to abide by these rules will result in an XK class scenario.

SCP-XXXX-2 is to be contained in a room kept at 200° Celsius to prevent any instances of SCP-XXXX-2-A from being created.

Description: SCP-XXXX is a sentient avocado measuring 6cm by 3cm. X-rays of SCP-XXXX have revealed that SCP-XXXX has internal organs located within the seed. SCP-XXXX has the ability to talk and communicate telepathically with others. SCP-XXXX refers to itself as "The Avocado God."

SCP-XXXX can fly in a way that is similar to the flight of a missile at 200 kilometres per hour. SCP-XXXX also possesses reality-altering abilities. When exposed to an individual who has committed what it deems as a violent crime, SCP-XXXX turns said person into a non-sentient avocado. These avocados are referred to as SCP-XXXX-1. SCP-XXXX has the ability to control Scp-XXXX-1 to its will and is known to combine SCP-XXXX-1 to make artillery and weapons such as tanks, catapults and canons; however, this event has only happened once and has led to the destruction of site-[REDACTED].

Researchers believe SCP-XXXX comes from an alternate dimension in which fruits and vegetables replaced humans as the dominant species. This is proven further by SCP-XXXX’s hostile attitude towards other fruits and vegetables. It engages in an argument with said fruit or vegetable, and when the fruit or vegetable does not respond, SCP-XXXX propels itself at said fruit or vegetable causing it to explode. When exposed to other avocados, SCP-XXXX engages in conversation with said avocado. When it does not reply to SCP-XXXX, it believes that said avocado is deceased and mourns it. SCP-XXXX then refers to said avocado as “A warrior lost in combat”.

Discovery Log SCP-XXXX
SCP-XXXX was first noticed when several farmers went missing in [REDACTED]. When the area was searched, 8 levitating avocados were discovered. SCP-XXXX then communicated mentally to the personnel located in said area. Only one sentence has been fully deciphered by foundation researchers: “You are impure.” All personnel were then turned into instances of SCP-XXXX-1 and flown into the sky with SCP-XXXX. SCP-XXXX was only contained once 12 class-D personnel lured SCP-XXXX into its containment area in site-[REDACTED]. All of the class-D personnel were then turned into instances of SCP-XXXX-1 and SCP-XXXX breached containment resulting in the destruction of site-[REDACTED] and the surrounding area.

Interview Log-SCP-XXXX

Dr.Ernest: Hello

SCP-XXXX: (silence)

Dr.Ernest: Can you hear me?

SCP-XXXX: Where are you? I can hear you but I can not sense you.

Dr.Ernest: You can sense?

SCP-XXXX: I can feel all those around me and it is my duty to make this world pure again.

Dr.Ernest: What do you mean by pure?

SCP-XXXX: This universe seems to have crime.

Dr.Ernest: How will you make it pure?

SCP-XXXX: By turning all the impure people into versions of me, so I can move on to the next universe.

Dr.Ernest: So you’ve been to other universes.

SCP-XXXX: My mission is to rid this world of impurities and I have done so to countless other worlds for I am The Avocado God.

Dr.Ernest: Ok, but it is fine. We have you here to help you keep the world pure.

SCP-XXXX: Nothing you can do can help me and my mission.

Dr.Ernest: Well you see, this world is already pure so you have no way of getting to another universe.

SCP-XXXX: How is this world pure? I have never been here.

Dr.Ernest: Well, crime is forbidden in this world, and those who do it are executed.

SCP-XXXX: Then who were the ones who I followed into the other building.

Dr.Ernest: We have a prison where we make people who commit crimes work and torture them, and sent them to get you into the building.

SCP-XXXX: Why do you need me here?

Dr.Ernest: We want to help you find a way to the next universe.

SCP-XXXX: How long will this take?

Dr.Ernest: Right now we have no way of knowing but we will have to do some scans and tests to get the data to help you.

SCP-XXXX: Ok so I will have to wait here until I can leave.

Dr.Ernest: Yes.

SCP-XXXX: And why should I believe you? And who were the ones that contained all the innocent things that have done nothing wrong?

Dr.Ernest: Who are they containing?

SCP-XXXX: The man with cactus for skin who wants to get rid of crime and the piece of slime that can cure depression and anxiety and countless other things.

Dr.Ernest: Ummmm, those were also prisoners we sent.

SCP-XXXX: Why should I believe you? I will have to break out of here again.

Dr.Ernest: Then how will you escape this reality if everyone is pure already?

SCP-XXXX: (silence)

SCP-XXXX: Fine, I will stay under one condition; You have to find a way to get me to my homeworld so I can go back to Ava.

Dr.Ernest: Who's Ava.

SCP-XXXX: Why she is the most beautiful thing in the multiverse.

Dr.Ernest: So you're in love with her?

SCP-XXXX: Yes, she is the love of my life.

Dr.Ernest: Ok…

SCP-XXXX: Will you help me escape this reality or not?

Dr.Ernest: Fine, We promise.

SCP-XXXX: And if you don't find a way to get me out, I will destroy this planet and everything you love.

(Camera cuts out)

(End of log)

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


Wow! You flipped a card and got: SCP-XXXX Free Yourself!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 13:40
rating: 0+x
brussels-4956240_1280.jpg

SCP-XXXX-1

Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: SCP-XXXX is to be stored within a standard containment unit at Site-19. Research personnel with Level 3 or higher authorization may conduct tests with SCP-XXXX after proposal approval from Dr. Torres.

Tests involving SCP-XXXX have been discontinued following Incident 026-A. An Ethics Committee review led by Dr. Josefina Vega is currently in progress.

Description: SCP-XXXX-1 is a large sphere composed of bronze and copper pipes approximately 2 meters in diameter. The interior of the sphere is hollow and contains a reservoir of liquid, classified as SCP-XXXX-2. SCP-XXXX-1 possesses a faucet that when turned allows SCP-XXXX-2 to be expelled. “FREE YOURSELF” is etched onto the sides of the faucet.

SCP-XXXX-2 is a mixture of cleaning products and purified water. Chemical assays have found it is mainly composed of acetic acid, sodium hydroxide, various fatty acids, and calcium carbonate.
SCP-XXXX-2 has the anomalous effect of untethering objects and organisms from gravity when they are fully coated with the liquid. It also has the memetic effect of causing observers to report that an object washed with SCP-XXXX-2 appears cleaner regardless of its actual physical state.

Test subjects washed in SCP-XXXX-2 have reported long lasting euphoria as well as feelings of freedom and vigor. Test subjects are able to control their movement in space easily with what resembles instinctual or innate ability. Observers have reported feelings of jealousy and longing when observing test subjects.

Addendum: 1/22/2020: SCP-XXXX was delivered to Site-28 along with a multitude of other potentially anomalous artifacts following an MTF Mu-3 raid on a mansion in ██████, New Jersey. SCP-XXXX was found within a glass case which contained an item listing which described its ability to cause weightlessness. Beginning experimentation. -Dr. Torres

SCP-XXXX Testing Logs 01-03

Subject: Wooden chair. Approximately 5.5kg.
Notes: Became weightless when soaked in SCP-XXXX-2. The chair was able to be lifted with no effort and remained in place wherever it was left in the air. Observers reported feeling that the liquid did a remarkable job of cleaning the subject.

Subject: Soiled D-Personnel mattress. Approximately 25kg.
Notes: Became weightless when soaked. Research personnel reported that the mattress looked brand new. The mattress did not appear to have any substantial change in appearance besides now being wet. When asked to explain, Researcher Suwan stated that she knew it was physically filthy, but that it somehow felt immaculate.

Subject: Lead cube with a volume of 1 cubic meter. Approximately 11,350kg/12.5 tons.
Notes: Brought to SCP-XXXX’s chamber using air casters. Became weightless when soaked. Weight may not be a factor for the liquid’s anomalous property.

Addendum: 03/05/2020: Findings point to SCP-XXXX being an incredibly useful tool for many applications. So far the properties seem to be permanent and consistent.

SCP-XXXX-1 appears to produce more of SCP-XXXX-2 through an automated function that occurs 1-2 hours after SCP-XXXX-2 is expelled. Thermal imaging has shown that SCP-XXXX-1 is not able to completely reproduce the volume of SCP-XXXX-2 lost, with a base loss of 3% which increases with volume expelled. This indicates a possible finite amount of SCP-XXXX-2.

Organic matter will be tested next to investigate any potentially hazardous effects. -Dr. Torres

SCP-XXXX Testing Logs 43-48

Subject: USDA prime ground beef 85% lean 15% fat. Approximately 1kg.
Notes: Became weightless when soaked. No chemical changes found besides those that would occur upon exposure to the cleaning chemicals found within SCP-XXXX-2.

Subject: Three live mice in a cage. Approximately 1.5kg.
Notes: Became weightless when soaked. Subjects emitted high frequency chirps associated with pleasure. Subjects were able to move around the chamber easily by pushing the cage in the direction they pleased. One mouse was terminated for autopsy which found no abnormalities. The two remaining mice are kept in SCP-XXXX’s chamber for continued testing.

Subject: D-11298. Female, age 32. Approximately 61kg.
Notes: Became weightless when soaked. Harness was placed on subject beforehand to prevent unrestricted flight. Subject began laughing and rose above the floor. She reported feeling like a large weight was taken off of her, and that she felt revitalized and free. Research personnel found it hard to continue documenting and would stop taking notes to watch her. D-11298 underwent blood and tissue sample collection and was escorted back to her cell and placed under observation.

Addendum: 10/12/2020: So far 20 D-Class personnel and 6 researchers have been experimented on using SCP-XXXX with consistent favorable results. All have reported continued feelings of freedom and positivity.
Subject 01 (Wooden Chair) is showing signs that it’s weightlessness is ending, as it is slowly falling back towards the ground. -Dr. Torres

Addendum:

SCP-XXXX Incident 01-A
Date: 12/18/2020
Subject: Two live mice in a cage. Previously Subject 44. Approximately 1.25kg.
Notes: An anomalous side effect has been found with the loss of weightlessness in Subject 44. At 12:08am video footage into Subject 44’s cage showed the mice displaying signs of distress. This distress began to increase drastically over the next several minutes coinciding with their loss of weightlessness. Both Subject 44-1 and Subject 44-2 shrieked in fear and attempted to escape their enclosure. Subject 44-1 was seen biting at its own fur and flesh. Subject 44-2 shrieked until becoming catatonic. Subject 44-1 was found dead in the morning from self inflicted injuries. Both subjects were autopsied and had no anomalous damage. Subject 44-2 appeared to have died from a heart attack.

This news is unsettling. No hazardous or anomalous side effects have been found leading up to the loss of weightlessness. The weightlessness seems to have a persistent expiration date approximately 9 months after application. Subsequent testing will focus on studying the effects of the loss of weightlessness in live subjects. - Dr. Torres

Addendum:

SCP-XXXX Incident 05-A
Date: 01/13/2021
Subject: D-11298. Female, age 33. Previously Subject 48. Approximately 61kg.
Notes: D-11298 was placed under 24-hour surveillance after Incident 01-A. D-11298 was not made aware of the event and was simply told that researchers predicted that her weightlessness would likely expire within the month. D-11298 expressed disappointment but was nonetheless in good spirits quipping, “like all good things, I guess”.
01/12/2021: D-11298 fell asleep in the air above her bed an hour after lights out. D-11298 appeared comfortable. At 1:02am D-11298 began tossing and turning, an atypical sleep behavior for her. She began slowly sinking towards the ground. D-11298 jolted awake and let out a terrified gasp. She began plunging quicker in an inconsistent pattern, bobbing upwards slightly as she struggled. She showed behavior similar to Subject 44-1, tearing at different parts of her body with her nails and teeth in an attempt to pull away from something. She appeared to be successful for a moment before falling quickly soon after, letting out an exhausted scream as a result. D-11298 continued screaming and clawing until staff arrived and sedated her. After waking in the infirmary, D-11298 displayed the same panicked response and was promptly sedated.

01/25/2021: D-11298 appears to be unable to think clearly enough to describe her experiences. The fear and psychological damage shown is consistent with all tested animal subjects. D-11298’s mental state during the day has improved slightly after amnestic treatment, but she experiences persistent nightmares that result in self-mutilation. Testing will now focus on prevention of these symptoms to potentially protect the remaining D-Class personnel and researchers that have been exposed to SCP-XXXX-2. - Dr. Torres

Addendum:
SCP-XXXX Incident 026-A
Date: 06/17/2021
Subject: Dr. Torres. Male, age 47. Previously Subject 102. Approximately 75kg.
Notes: Dr. Torres was placed under 24-hour surveillance after Incident 022-A. Dr. Torres had become increasingly distraught and paranoid following the loss of weightlessness and subsequent mental breakdown of assistant researcher Mali Suwan. All attempts to prolong the effects of SCP-XXXX-2 have failed. Reapplication of SCP-XXXX-2 appears to have no effect. Dr. Torres has been transferred to a hospice suite for his remaining days. SCP-XXXX has been temporarily placed under the care of Dr. Obo.
06/17/2021: Dr. Torres was unable to sleep and refused sedatives as time drew closer to his expiration date. The following is the audio log of his last night.
11:23pm: What a fool I was! What a fool! What a fool! What a fool! If only I waited longer, if only I didn’t let hope consume me, she would still be here… They’d all still be here…
11:24pm: Dr. Torres began sobbing while grasping at his face and hair.
12:52pm: “I have to find out what is happening. I don’t want anyone else to have to suffer. I don’t want to sleep through it, I need to know. The feeling of freedom, it’s instinctual. Like something buried, taken, stolen. What did we all forget? I need to know. I need to know - I need to know - need to know. Need to make things right.”
2:16am: Dr. Torres begins nodding off into sleep.
3:48am: Dr. Torres descends slowly. Dr. Torres jerks his arm, stopping the descent for a moment, before it begins again faster.
3:49am: Dr. Torres wakes up and starts kicking and writhing.
“Dear god! Oh dear god! ███ ███████”
Remaining content redacted.1
Dr. Torres’s body was recovered the following morning. Autopsy reports determined his death resulted from blood loss after severely lacerating his tongue. Dr. Torres’s audio log has been deeply insightful. I wish him and the other subjects peace in the worlds after this one. -Dr. Obo
Addendum: 06/20/2021: All experiments with SCP-XXXX are to cease immediately pending an Ethics Committee review. Dr. Torres’s logs are to be sealed behind 05 Clearance and all associated researchers below said clearance to be given amnestics. All still living subjects are to be euthanized. Findings will be discussed with the 05-Council to determine the next course of action. -Dr. Vega

[[footnoteblock]]
[1]: Content redacted for 04 Clearance and below on request by Dr. Vega.


Wow! You flipped a card and got: Dr L Phillips!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 08:08

"an SCP that can emulate the feeling of any alcoholic beverage, Drug or Acid within a person, but with none of the bad side effects

rating: 0+x
URL-GOES-HERE

CAPTION-GOES-HERE

Item #: SCP-XXXX - The Only Joy

Object Class: Safe

Special Containment Procedures: [Paragraphs explaining the procedures]

Description: [Paragraphs explaining the description]

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: Strange Matter Art Hub!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 07:49

Hi there! I’m Strange Matter and welcome to my art hub! I post some fan art every now and then. Hope you like what you see!


Wow! You flipped a card and got: Little Mister Nobody 4!!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 02:37
rating: 0+x

Special Containment Procedures: Due to SCP-XXXX being extremely cooperative during all of his time of staying under foundation custody O5-3 gave him permission to work at Site-42 as a Level 3 Researcher under the name of "████ █████ ██████".

Agent ███████ and Researcher █████████ are to observe SCP-XXXX at all time and report all of his significant decisions to O5-3, it is important that SCP-XXXX himself does not know about this procedure. Should SCP-XXXX start to break foundation's protocols he's to be immediately sedated and moved back at his old securiment cell at Site-32 and interrogated.

Description: SCP-XXXX is a brazillian male

Addendum: [Optional additional paragraphs]

[[footnoteblock]]


Wow! You flipped a card and got: !!! You ca reload the page or go to the next.
DATE: 18 Jun 2021 02:30

Drafts of The Clown Guy

rating: 0+x

Special Containment Procedures: SCP-XXXX should not be contained, due to its potential usefulness to the Foundation.

Description: SCP-XXXX is a celestial humanoid of inexact dimensions, located in our own galaxy approximately 25,000 light years away from Earth. The entity appears to be matte white, with no discernible facial features. The size of SCP-XXXX will appear to change when viewed through a camera, depending on the angle.

SCP-XXXX claims that it is unable to make larger movements, including moving through space. It is however capable of making smaller movements, such as subtle gestures. SCP-XXXX doesn't appear to require any kind of energy or sustenance to function, though it has claimed to be able to absorb solar energy in order to complete larger actions.

SCP-XXXX is capable of communicating through electromagnetic waves, which is how it transmits messages to the Foundation. Through these messages, the Foundation has determined that the entity has an intelligence surpassing that of humans. It has also been determined that SCP-XXXX is at least as old as the universe, and possible older.

SCP-XXXX is generally reluctant to give the Foundation information that it can use to its advantage, though it has revealed five facts thus far:

  • Death has already arrived.
  • There is no seventh.
  • "Richard" is wrong.
  • There is no single instance of the ones you call one.
  • There is no true end.

The meaning of these facts are currently unknown, though analysis is currently ongoing.

Discovery: SCP-XXXX was discovered after Observation Site-172A intercepted an electromagnetic signal, coming from somewhere in our galaxy. The signal was later traced back to SCP-XXXX. which had not previously been discovered. The transmission was also decoded, revealing a message reaching out for intelligent life.

Rachel Lee from Observation Site-172A requested to respond to the transmission, and on 8/14/2022 her request was granted by Site Director Dubanowski. Observation Site-172A then created a transmitter, in order to communicate with SCP-XXXX. Construction of the device was finished on 10/18/2022.


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

[[footnoteblock title=""]]