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: Artoax!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 17:18


Item #: SCP-XXXX

Object Class: Safe

Special Containment Procedures: All instances of SCP-XXXX are currently kept at Bio Site-103, in a standard greenhouse environmental cell. A therapist is to be assigned once every week for consultation.

Description: SCP-XXXX refers to a variety of flowers that are from a plant nursery located in Detroit, Michigan.

When left unobserved, an SCP-XXXX instance will call out for attention by mumbling the phrases “where are you” and “come back” in a high pitched voice. This will continue until a human being is within its radius.

SCP-XXXX instances have the outward appearance of common tulips, however they are shown to have miscellaneous organs and appendages embedded into their roots. These instances do not absorb nutrition from soils, instead consuming organic foods. A mature instance is able to expand it’s popularity through a form of mitosis. On random occasions, it will look for its “owner” by expanding it’s roots and sprout a new plant.

When a human being is near an SCP-XXXX instance, it will attempt to converse with them. These conversations last from 5 to 10 minutes. Should an instance feel threatened, they will attempt to hide.

SCP-XXXX was discovered in a residential block after rumors of a “talking flower” had surfaced.

Addendum XXXX-1: As of 11/3/18, there are 35 instances contained within Site-103.

Addendum XXXX-2: If an SCP-XXXX instance is sad, it will begin wilting. This will last for approximately 30 minutes.


Wow! You flipped a card and got: DrDapper's Sandbox Network!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 15:30

Welcome to DrDapper's Sandbox Network!

If you're reading this, then that means you're one of those users who goes into someone's Wikidot and looks at their recent activity. Or I sent you here, one or the other. Anyways you're probably wonder what this is.

It's exactly what it says it is. The hub for my network of sandboxes. Just makes it easier for me to find all my projects and stuff. So yeah, everything in here is something I'm working on or plan on working on. Feel free to take a look!

Spectral (Hopefully SCP-5458)- An SCP who either A) Enters a spectral state and can sort of teleport/go really fast to a location, or B) increases the molecular speed of whatever they touch.

North Star Hub- Prototype hub for the canon I'm (hoping) to write.

Brink of Hysteria- The 3rd (and maybe 4th) tale in the prequal to North Star.

The Black Pool - Part 1- First main tale in North Star. Uses SCP-105, so wish me luck in writing something that isn't cringy and fan-ficy.

Author Page- My future author page (hopefully).

North Star Hub 2- Alternative North Star Hub page.

First North Star Hub- Yes, another North Star Hub. This is the first version I'll be posting.
Wow! You flipped a card and got: Controlled Fire!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 13:50

S.I.C.C


Secure.Instant.Comm-link.Channel


------
Welcome, >Fehu
Post-Video Transcription Loading…
------




>Client side joined…

>Ansuz : testetstststtststststststtststststtstststgststs

>Insert: blablabalablablaaaa
>
>
>
>
>
>
>
>
» >
>
>
>
>
>
» >
>
>
>
>
>
» >
>
>
>
>
>
» >
>
>
>
>
>
» >
>
>
>
>
>
>



Wow! You flipped a card and got: GuardianOfNasi!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 13:28

Text goes here. Pretend this is a draft.


Wow! You flipped a card and got: The Awesomest Man’s Proposal!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 08:34

: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

WARNING

The file you are attempting to access has been sealed under Level 5 Security Clearance. If you have accessed this file in error and lack sufficient Clearance, please deactivate whatever device you are currently utilizing to read this warning and DO NOT vacate your location. An operative for Mobile Task Force Alpha-1 (Red Right Hand) will be deployed en route to your location to deliver appropriate amnestic treatment and return you to your assigned duties. Noncompliance with this directive is grounds for immediate court martial and potential termination of either Foundation employment or life. If you possess sufficient Clearance, please enter your credentials below.



Wow! You flipped a card and got: Tstaffor's Sandbox!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 07:06

Wow! You flipped a card and got: Pand&aelig Co-existence!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 03:58
Wow! You flipped a card and got: SCP-6054!!! You ca reload the page or go to the next.
DATE: 09 Jul 2021 00:06

Item #: SCP-6054

Object Class: Euclid

Special Containment Procedures: SCP-6054 is currently contained within Research Dir. Jonathan Yoda for further study.
Wow! You flipped a card and got: Some Pataphysical Thing!!! You ca reload the page or go to the next.
DATE: 08 Jul 2021 22:19


:root {
    --timeScale: 1;
    --timeDelay: 0s;
}
 
/* Converting middle divider from box-shadow to ::before pseudo-element */
.anom-bar > .bottom-box { box-shadow: none!important; }
.anom-bar > .bottom-box::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 0.5rem;
    background-color: rgb(var(--black-monochrome, 12, 12, 12));
    transform: translateY(-0.74rem);
}
 
/* DIVIDER */
.anom-bar > .bottom-box::before {
    animation-name: divider;
    animation-duration: calc(0.74s * var(--timeScale));
    animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
}
 
/* CLASSIFIED LEVEL BARS */
div.top-center-box  > * {
    animation-name: bar;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
div.top-center-box > :nth-child(1) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(2) { animation-delay: calc(0.32s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(3) { animation-delay: calc(0.45s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(4) { animation-delay: calc(0.61s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(5) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.top-center-box > :nth-child(6) { animation-delay: calc(0.95s * var(--timeScale) + var(--timeDelay)); }
 
/* TOP TEXT */
div.top-left-box, div.top-right-box {
    clip-path: polygon( 0% -50%, 150% -50%, 150% 100%, 0% 100%);
}
 
div.top-left-box > *, div.top-right-box > * {
    position: relative;
    animation-name: bottomup;
    animation-duration: calc(0.65s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* CONTAINMENT, DISRUPTION, RISK CLASSES */
div.text-part > * {
    clip-path: polygon( 0% 0%, 100% 0%, 100% 100%, 0% 100%);
    animation-name: expand2;
    animation-duration: calc(0.5s * var(--timeScale));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.text-part > :nth-child(1) {
    animation-name: expand1;
}
div.text-part > :nth-child(1) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(2) { animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay)); }
div.text-part > :nth-child(3) { animation-delay: calc(0.86s * var(--timeScale) + var(--timeDelay)); }
 
div.main-class::before, div.main-class::after {
    animation-name: iconslide;
    animation-duration: calc(0.45s * var(--timeScale));
    animation-delay: calc(0.8s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 /* BOTTOM TEXT */
div.main-class > *,  div.disrupt-class > *, div.risk-class > * {
    animation-name: flowIn;
    animation-duration: calc(0.42s * var(--timeScale));
    animation-delay: calc(0.75s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
}
 
/* DIAMOND */
div.arrows {
    animation-name: arrowspin;
    animation-duration: calc(0.7s * var(--timeScale));
    animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.quadrants > * {
    animation-name: fade;
    animation-duration: calc(0.3s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
 
div.top-icon, div.right-icon, div.left-icon, div.bottom-icon {
    animation-name: nodegrow;
    animation-duration: calc(0.4s * var(--timeScale));
    animation-delay: calc(1.4s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.12,.41,.27,.99);
    animation-fill-mode: backwards;
}
div.diamond-part {
    clip-path: polygon( -10% 0.37%, 120% 0.37%, 120% 100%, -10% 100%);
    animation-name: diamondBorder;
    animation-duration: calc(0.8s * var(--timeScale));
    animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay));
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.32,.38,.39,.94);
    animation-fill-mode: backwards;
    will-change: box-shadow;
}
 
/* MOBILE QUERY */
@media (max-width: 480px ) {
    .anom-bar > .bottom-box::before {
        display:none;
    }
    .anom-bar > .bottom-box {
        box-shadow: 0 -0.5rem 0 0 rgb(var(--black-monochrome, 12, 12, 12))!important;
    }
    div.top-center-box  > * {
        animation-name: bar-mobile;
        animation-duration: calc(0.9s * var(--timeScale));
    }
    div.top-center-box > :nth-child(1) { animation-delay: calc(0.1s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(2) { animation-delay: calc(0.2s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(3) { animation-delay: calc(0.3s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(4) { animation-delay: calc(0.4s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(5) { animation-delay: calc(0.5s * var(--timeScale) + var(--timeDelay)); }
    div.top-center-box > :nth-child(6) { animation-delay: calc(0.6s * var(--timeScale) + var(--timeDelay)); }
 
}
/*--- Motion Accessibility ---*/
@media (prefers-reduced-motion) {
    div.anom-bar-container { --timeScale: 0; }
}
 
/*-------------------------*/
 
@keyframes divider {
    from { max-width: 0%;  }
    to { max-width: 100%; }
}
 
@keyframes bar {
    from { max-width: 0%; }
    to { max-width: 100%; }
}
@keyframes bar-mobile {
    from { max-height: 0%; }
    to { max-height: 100%; }
}
 
@keyframes bottomup {
    from { top: 100px; }
    to { top: 0; }
}
 
@keyframes expand1 {
    from { opacity: 0; clip-path: inset(0 calc(100% - 0.75rem) 0 0);}
    to { opacity: 1; clip-path: inset(0);}
}
@keyframes iconslide {
    from { opacity: 0; transform: translateX(-5rem);}
    to { opacity: 1; transform: translateX(0);}
}
 
@keyframes expand2 {
    from { opacity: 0; max-width: 1%;}
    to { opacity: 1; max-width: 100%;}
}
@keyframes fade {
    from { opacity: 0;}
    to { opacity: 1;}
}
 
@keyframes flowIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
 
@keyframes arrowspin {
    from { clip-path: circle(0%); transform: rotate(135deg); }
    to { clip-path: circle(75%); transform: rotate(0deg); }
}
@keyframes nodegrow {
    from { transform: scale(0);}
    to {  transform: scale(1);}
}
@keyframes diamondBorder {
    from { box-shadow: -0.5rem -20rem 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
    to { box-shadow: -0.5rem 0 0 0 rgb(var(--black-monochrome, 12, 12, 12)); }
}
rating: 0+x

calendar.jpeg

SCP-6747-1 at it’s location of discovery.

Special Containment Procedures: [TBD]

Description: SCP-6747 collectively refers to both a group of related anomalies designated SCP-6747-1, SCP-6747-2, and SCP-6747-3, as well as phenomenon associated with them, designated SCP-6747-A.

SCP-6747-1 is a partially used desk calendar recovered from a civilian residence in [REDACTED], VA, USA. At the time of recovery, SCP-6747-1 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-6747-1 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-6747-1 will activate in response to single or double word phrases as well as detailed descriptions. Additionally, events written into SCP-6747-1 are capable of overriding events that have already occurred in established causality, even if these events were caused by SCP-6747-1's effects.

SCP-6747-A is an anomalous phenomenon characterized by a sudden destabilization of underlying "narrative force" within a given area. This will, invariably, lead to a rapid decrease in that area's ambient Hume Level, ultimately resulting in that area and everything within it becoming functionally non-existent.

History: Prior to the discovery of SCP-6747-A, the components of SCP-6747 were thought to be unrelated, and as such, were contained under individual procedures and designations.
Wow! You flipped a card and got: PursuitOfWar!!! You ca reload the page or go to the next.
DATE: 08 Jul 2021 22:04

SCP-5428
"Liebe, The Chef"
Object Class: Safe.

Description: SCP-5428 is a Female Humanoid Figured Entity, Roughly 1.85 meters in height, and weighing 72 kilos. The object has feline like blepharon markings, they appear a black tint like its waist length hair, (or three quarters of a meter, root to end) Giving away its Vermillion hued eyes, The anomaly's eyes take in 98.7% of all light in dark conditions, giving them a bioluminescent nature and extraordinarily great night vision, with its universal senses being 1500x greater than a humans.

The entity appears to be a master at all things related to cooking, and for any reason get injured while doing so, or by something similar or different, the wound heals almost instantaneously, regardless of severity. The entity does not need to bathe, eat, drink, or use the bathroom for any reason. But enjoys bathing, and used for washing its hands.

However, despite its large fetish for cooking, the recipes it follows do not appear to exist in any type of cookbooks. The entity has a small black leather journal with recipes inside every page, being about 5 inches thick with 3500 pages. The language the journal is written in does not match any known languages today, the book appears endless when reading and writing, despite having a certain number of pages.

The entity has of the following- Black chefs apron, with 'Führer ' printed on the front, meaning 'leader' In German. Spatula, whisk, knives for every occasion, spoons for every occasion, ladles, a hairnet, black gloves with any ingredients it may need for cooking. All the ingredients in the bag it carries appear fresh. all contained in a small beige duffle bag that appears to not have any limit on space inside.

The clothing it wears, the marking on its eyes, are all part of its genetic makeup. Meaning they cannot be removed. The anomaly has a German accent, and is capable of proficient speech in two languages, English, and German. Claiming to staff its first name was 'Liebe' meaning love, and middle name 'Erinnerung' meaning Memory, and last name 'süss' meaning 'Sugar' in german, as being detected in [REDACTED] Germany, on [REDACTED] It possesses no hostility to human, plant, or animal life.

T

Thus can be able to work in site cafeterias, and other Safe SCP objects. It has one anomalous property that makes any living sentient being completely comfortable, Relaxed, and Happy and hungry in its presence due to it constantly giving off "Happy" and "Hungry" hormones, and always smelling like a nostalgic scent for different individuals. Like chocolate, vanilla, brownies, and cake.

Special Containment Procedures:

The entity can be kept in a normal room with a stove, sink, oven, bed, and bookshelf with a Containment door being open due to the Safe classification, and no hostility. The object can freely move around, normally to the cafeteria, its Containment cell, and other places where humans or animals are to feed and care for them. Many personnel around sites enjoy its company. Thus it can walk around sites freely.

Object may be related to SCP-999. The Tickle Monster. Further tests about the theory TBD.