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: Test~1-A!!! You ca reload the page or go to the next.
DATE: 26 May 2021 01:10
Included page "component:sp-image" does not exist (create it now)
Wow! You flipped a card and got: SCP-6000 - The Ravaged Forest!!! You ca reload the page or go to the next.
DATE: 26 May 2021 00:41
Special Containment Procedures: SCP-6000 is to be guarded by a garrison force detachment from Mobile Task Force Titan-1 ("Off the Books") at all times and all personnel under Clearance Level 3 are to be denied entry. If civilians proceed within 500 meters of SCP-6000's containment area, two members of the garrison force are to seize and administer Class B amnestics to the subject and return them to the nearest city of Hồng Quang following standard civilian interaction protocol.
Due to the inactive state of SCP-6000, the remains of SCP-6000-1 are to be studied at Research Area-4 located 7.2 kilometers away. Research into SCP-6000-1 and the area surrounding Ap Bia Mountain where SCP-6000 is located is to be overseen by Doctor Zofia Kalt and Director Ryan Benedict. A stationary team of researchers is to investigate the area of Ap Bia Mountain, where SCP-6000 is located is to be overseen by Director Charles Hollender and O5-11.
Wow! You flipped a card and got: Thread Fish!!! You ca reload the page or go to the next.
DATE: 25 May 2021 23:16
/* source: http://ah-sandbox.wikidot.com/component:collapsible-sidebar-x1 */ #top-bar .open-menu a { position: fixed; top: 0.5em; left: 0.5em; z-index: 5; font-family: 'Nanum Gothic', san-serif; font-size: 30px; font-weight: 700; width: 30px; height: 30px; line-height: 0.9em; text-align: center; border: 0.2em solid #888; background-color: #fff; border-radius: 3em; color: #888; } @media (min-width: 768px) { .mobile-top-bar { display: block; } .mobile-top-bar li { display: none; } #main-content { max-width: 708px; margin: 0 auto; padding: 0; transition: max-width 0.2s ease-in-out; } #side-bar { display: block!important; position: fixed; top: 0; left: -19em; width: 17em; height: 100%; margin: 0; overflow-y: auto; z-index: 10; padding: 0.3em 0.675em; background-color: rgba(0,0,0,0.1); transition: left 0.5s ease-in-out; } #side-bar:target { display: block; left: 0; width: 17em; margin: 0; z-index: 10; } #side-bar:target .close-menu { display: block; position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: -1; } #top-bar .open-menu a:hover { text-decoration: none; } .close-menu { margin-left: 19em; opacity: 0; } }
: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)); } }
:root { --posX: calc(50% - 358px - 12rem); } /*--- Footnote Auto-counter --*/ #page-content { counter-reset: megacount; } /*--- Footnote Superscript Number --*/ .fnnum { display: inline-block; text-indent: calc(-1% - 0.1em); overflow: hidden; line-height: 83%; text-decoration: none; font-weight: bold; font-style: initial; color: transparent; position: relative; top: -0.25em; font-size: 82%; padding: .15em calc(.21em - 0.4px) .12em calc(.11em - 1px); margin-left: -0.06em; margin-right: -0.25em; counter-increment: megacount; user-select: none; } .fnnum::after { content: "" counter(megacount); color: var(--fnColor, #E6283C); } .fnnum:hover { text-decoration: none; cursor: pointer; background-color: var(--fnColor, #E6283C); } .fnnum:hover::after { color: white; } /*--- Footnote Content Wrapper --*/ .fncon { position: absolute; right: calc(var(--posX) + 80px); line-height: 1.2; padding: 0.82rem; width: 10.3rem; background: white; border: 2px solid black; font-weight: initial; font-style: initial; text-align: initial; pointer-events: none; opacity: 0; transition: opacity 0.15s linear, right 0.3s cubic-bezier(.08,.72,.5,.94); z-index: 9; } .fnnum:hover + .fncon { opacity: 1; right: var(--posX); } .fncon::before { position: absolute; top: 0; left: 0; transform: translateX(-52%) translateY(-55%) scale(1.15); background-color: var(--fnColor, #E6283C); color: white; content: counter(megacount); font-size: initial; font-weight: bold; font-style: initial; padding-left: 0.32em; padding-right: 0.32em; padding-top: 0.18rem; padding-bottom: 0.08rem; } /*--- Mobile Query --*/ @media only screen and (max-width: 1279px) { .fncon { position: fixed; bottom: 1.3rem; left: calc(11% - 50px); width: 70%; transition: opacity 0.15s linear, left 0.3s cubic-bezier(.08,.72,.5,.94); } .fnnum:hover + .fncon { left: 11%; } }
SCP-XXXX at rest.
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX
Description: SCP-XXXX is an entity that has been primarily constructed from blue yarn, whose appearance bears resemblance to that of a fish. A white button, two strands of red yarn and five toothpick correspond to an eye, pectoral and dorsal fin, and tail fin respectively. Rubber bands manifest continuously to where the 'mouth' is located and float upwards for a period of three seconds before demanifesting, accompanied by a faint 'popping' sound.
SCP-XXXX is sentient and demonstrates intelligence on par of that to a domesticated canine. It is capable of traversing in the air via its 'fins' but prefers to swim through water if presented the opportunity. Although SCP-XXXX's is an inorganic entity it continuously emits EVE energy; it also desires to 'consume'1 all types of glitter despite confirmation there is no presence of a stomach-like apparatus in the entity. Throughout the history of its containment, SCP-XXXX has not displayed any violent tendencies and has shown persistent affectionate to Foundation personnel.
SCP-XXXX was alerted to a potential anomaly in Maui, Hawaii after a janitor working at a local kindergarten called 911 voicing panic about a 'thing wrecking up the classroom.' SCP-XXXX was discovered in the closet from one of the classrooms attempting to open a bottle of glitter. Based on information gathered, its been theorized that SCP-XXXX was originally an art project that was made at the school however investigation into the school, the faculty and the students revealed no inherently anomalous properties. All relevant witnesses were administered Class-A amnestics and SCP-XXXX was transferred to Site-43.
To: ten.34|nnaCsalohciN#ten.34|nnaCsalohciN
From: ten.34|evoDderaJ#ten.34|evoDderaJ
Subject: SCP-XXXX Assignment
Dear
To: RECEPIENT
From: SENDER
Subject: Re:SUBJECT
text
Wow! You flipped a card and got: Pauli's Gatekeepers!!! You ca reload the page or go to the next.
DATE: 25 May 2021 22:53
: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)); } }
SCP-XXXX-I, opening a dimensional gate.
Special Containment Procedures: SCP-XXXX-I, -X, -Y, and -Z are to be kept in standard humanoid containment. Security personnel are to continuously monitor subjects. Any subject attempting to perform a gate opening without Foundation authorization is to be forcibly restrained.
Description: SCP-XXXX is the collective designation assigned to four humans, individually designated SCP-XXXX-I, -X, -Y, and -Z. Each of these subjects is a HADAMARD-class reality bender, and is able to open gates to alternate realities. The nature of this capability varies between subjects, but in all cases, opening one of these gates requires a lengthy (approximately one hour) series of somatic gestures.2
Wow! You flipped a card and got: SCP-6000 - A "Breathtaking" Dandelion!!! You ca reload the page or go to the next.
DATE: 25 May 2021 22:25
SCP-6000 in Area-6000-A0
Item #: SCP-6000
Object Class: Safe
Special Containment Procedures: [SCP-6OOO must be kept in a small flower pot filled with class-2 dirt, an integration system leads into the pot for automatic watering3 to avoid physical watering. SCP-6000 is to remain in a sealed off 4”by 4” steel box with a lamp attachment with set day and night intervals following eastern standard time. SCP-6OOO is to be held in place by 2 metal clamps attached one in the middle of the stem to keep it straight the other is a clear dish that will catch poppies that have fallen of SCP-6000 for easy removal.
Any Poppies that have fallen off of SCP-6OOO are to be contained in and placed within a lab freezer for future testing, research or termination wise. Absolutely no physical contact with SCP-6OOO is to be made, unless testing purposes with use of D-class personnel, other Personnel who have inhaled spores produced by SCP-6000 are to be taken for treatment or prepared for cold storage to be used in future testing depending on contact.
During testing, transporting, or poppy removal, personnel handling the poppy will be required to wear class III hazmat suits. Any botanical organisms in the presence of SCP-6OOO including personnel who had eaten plant based foods within the past 48 hours is strictly prohibited along , following prior containment and recent containment breach of SCP-████-██4
involving D-class:92987 and an apple he ate prior to testing.]
Temporary containment Procedures :[A temporary perimeter around Area-6000-A0 has been established for research regarding origins of SCP-6000 and the mutated 6000-B anomalies; as well the possibility of other Class-A:B anomalies. Class-A:B anomalies are to immediately be removed from Area-6000-A0 and taken to site-██ for study.
Class-B anomalies are to be neutralized and transported for examination and identification. Other individuals who have entered the surrounding area outside area-6000 are to be immediately turned around from the area, security is to give a story of an investigation relating to a murder is being carried out and they don’t want others intervening with the investigation.
Individuals who refuse to are to be detained and treated with class-B amnesties, same goes for individuals found in the perimeter of area-6000 after questioning and an examination in case of SCP-6000 related mutations; individuals who are positive for SCP-6000 spores are to be immediately treated and or terminated depending on exposure and duration; if individual is deceased, relatives of the individual are to be contacted told they have died in a car accident.
Description: [SCP-6OOO consists of a group of anomalies that have gone through mutations related to the initial SCP-6000. SCP-6000 is a species of fungus identical in appearance to that of an average dandelion in the reproduction stage of development. Upon further examination, SCP-6OOO contains an unknown chemical substance that has shown unpredictable behavior when inhaled, ingested, and or had direct skin contact in by other organisms. The chemical is released from the seeds that have separated from SCP-6000; via naturally falling off or physical removal by hand or blowing the poppies off, causing spores from the poppies to release into the air.
Spores inhaled will proceed to fill the subject from the point of exposure , down the rest of their body. The spores will begin a 3 hour growth stage where they will become new instances of SCP-6000, after 2 hours since inhalation subject will be dead due to asphyxiation; 87% of the body will be filled with new instances of SCP-6000.
Alternate development stages of SCP-6000 when exposed to botanical organisms or a combination of the two have caused numerous anomalies designated. The following are all known anomalies mutated by SCP-6000 found in Area-6000-A0, designated SCP-6000-A1:A4, relating to plants that have been mutated by SCP-6000, and SCP-6000-B1:B7, relating to humans being mutated by plants that have been mutated by SCP-6000
Class-A Mutations:[SCP-6000-A anomalies are species of plant and fungi that have been mutated into a diverse hybrid ecosystem supporting both plant and breathing life. Animals that were present have showed signs of increased metabolism and motor function, proving not only can mutations of SCP-6000 sustain life, but cause improvements within the body through its mutations. However most of the animals founded consisted of remains sinking into the soil such as bones, tissue, and organs were all found knotted up within SCP-6000-A3.5
Class-B Mutations:[SCP-6000-B anomalies are a group of missing persons that disappeared within Area-6000-A0. A total of 7 humanoids were found and transported to Site-██ for a full body examination and or cold storage. Class-B Mutations have suffered mass amounts of deterioration and fungal growth
Wow! You flipped a card and got: Knight Fury!!! You ca reload the page or go to the next.
DATE: 25 May 2021 22:04
The "Computer Mouse" in a dormant state
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: The "Computer Mouse" will go into a dormant state after about one hour off of a wired power source. Its diet comprises images - be it printed copies or images right from the database - of things typically associated with the diet of the Mus musculus. The "Computer Mouse" is to be fed twice a day, once upon waking up, and once upon going to rest. It is to be kept in a 76.2 x 76.2 x 76.2 centimetre insulated cage with transparent walls for observation.
The anomaly's wireless adapter is to act as a sort of tracking chip, as it is quite small and thus can fit through the small nooks and crannies between the doors and walls.
Description: [At rest, the "Computer Mouse" will don the appearance of a typical wired computer mouse. It has a grey main frame, with sapphire blue buttons. Dr Jezebel Cohlson has reported that the anomaly has also taken the form of a grey track pad with a sapphire blue control sphere.
When active, the anomaly will take the form of a tetrapod rodent with a grey body and sapphire blue ears. If the anomaly is connected to a system such as a laptop or computer tower, its tail will be longer. If it is wandering the facility wireless, its tail will shrink, and its adapter will be attached to its back.
The anomaly measures in at roughly 8.636 centimetres in length, and weighing in at about 19.2777 grams. ]
Interviewed: [Dr. Jezebel Cohlson]
Interviewer: [Dr. ██████]
Foreword: [Dr. Jezebel Cohlson, researcher for the "Computer Mouse" anomaly, is asked to describe how she discovered the anomaly, and to elaborate on the classification.]
<Begin Log, 18:49 ██/██/███>
Dr. ██████: Welcome, Dr. Cohlson. I am glad you could make it today.
Dr. Cohlson: Thank you, and I'm likewise glad that you could make time for this.
Dr. ██████: Our documents state you recently discovered the nature of the "Computer Mouse" anomaly. Is this correct?
Dr. Cohlson: Yes, that is correct. I had always thought it was a regular computer mouse. I mean, I'd been using it as one since I got here. You and I both know I'm not exactly a stranger to discovering and containing anomalies. So you can imagine my shock when my assistant and I discovered it.
Dr. ██████: I am quite aware. So, tell me. How did you discover its nature?
Dr. Cohlson: I was completing a report on SCP-237, when the battery in my wireless mouse died. I had misplaced my spare at home, so I couldn't bring it that day. I asked my assistant if they could hand me the extra track pad I had on the counter they were sitting at. They informed me there was not a track pad, but rather a wired mouse with blue buttons. I reiterated that there should have been a track pad with a blue mouse sphere, as I always kept one on the back counter.
Dr. ██████: And what transpired after that?
Dr. Cohlson: My assistant looked around for a good few minutes, and I tried to help them. I started to think that maybe someone picked it up and didn't tell me, which happens more often than one would think. Suddenly I heard my assistant start yelling every obscenity in the book and jumping back as if they just saw The Old Man move in its cell. I rushed over and I saw a little mouse just staring back at them. But it had big pointed blue ears, and a rather long tail attached to their monitor.
Dr. ██████: So it was your assistant who had the initial discovery?
Dr. Cohlson: Yes, ██. If you don't mind my asking, how long has it been at the Foundation? I've been here for almost my entire career, and I hadn't ever heard of it, much less seen it.
Dr. ██████: The "Computer Mouse" as we call it, is a rather new discovery to the Foundation. We started to receive reports from ██████ that someone's household computer mouse kept disappearing at random, along with disrupting sounds in the middle of the night. Mobile Task Force Mu-4 was dispatched, and they brought the anomaly to the Foundation.
Dr. Cohlson: So when it was brought to the Foundation, did you have any idea when it would wake up?
Dr. ██████: No, we did not. I'd imagine it remained dormant for, at the very least, a few weeks before it was placed in your laboratory. We had an idea of how it worked from eyewitnesses, and from Mu-7. Civilian witnesses were administered proper amnestics, as I'm sure you are aware by now.
Dr. Cohlson: But why my laboratory? Our motto is Secure, Contain, Protect. Just placing it in my lab doesn't seem like a sound containment procedure to me. I mean, I do have little cages and such to keep it in-
Dr. ██████: Which is precisely why the anomaly was place in your lab specifically. You have the necessary resources on hand.
Dr. Cohlson: You mean to tell me, out of all the researchers and interns in the entire Foundation… that I was the first one you thought of who had a mouse cage… I must ask for your pardon, but I have quite the hard time believing that. How many other mouse anomalies are here, and you came to me of all people first?
Dr. ██████: I understand your confusion, Dr. Cohlson. But I assure you, it is a temporary measure while we sort its long-term containment out, and while we determine a Head Researcher.
Dr. Cohlson: So you just need me to keep an eye on it while you do that? It's already been here for a few weeks.
Dr. ██████: In a dormant state. We just need you to take note of its active behavior, and we can proceed from there. Understood?
Dr. Cohlson: Understood, Dr. ██████
<End Log, 19:22>
Closing Statement: [Dr Cohlson watched over the anomaly with her assistant for the next two weeks until Head Researcher Dr. ████ was elected into the position.]
[[footnoteblock]]
image: https://imgur.com/a/u7zcqrr (this is an image I took myself. It's my old work mouse.)
Wow! You flipped a card and got: !!! You ca reload the page or go to the next.
DATE: 25 May 2021 21:41
Item #: SCP-XXXX (Updated)
Object Class: Neutralized
Special Containment Procedures: As of this date, containment is no longer necessary for SCP-XXXX. The music box has been returned to ████, the place seemingly designated by the SCP as “home”. Visits are scheduled annually to gather updates on the SCP, though reactivation of anomalous properties is unlikely after evaluation.
Description: SCP-XXXX is a music box made of aging oak wood. The scratches on the exterior of the box show signs of damage. The indent in the middle of the box suggests a missing centerpiece. An engraving carved on the inside of the box reads “Mom, I am home”.
As of ████/██/██, SCP-XXXX has been neutralized and no longer shows signs of anomalous behavior.
Homecoming Operation:
A team of Foundation agents were dispatched to Ms. Lambert’s house in two vehicles. When the team approached Ms. Lambert’s location, teams in both vehicles were put into a state of somnolence due to SCP-XXXX’s ability and large effective radius, indicating the presence of the SCP in the area. A drone was sent to Ms. Lambert’s house to await the SPC’s arrival and for surveillance purposes.
Approximately 20 minutes after the drone’s arrival at its destination, SCP-XXXX was spotted approaching the predicted location. Ms. Lambert was seen walking out of her house and approaching the SCP over drone footage, seemingly unaffected by the ability of SCP-XXXX. When the two met in the middle, Ms. Lambert kneeled down and the sheep laid its head in her lap. The SCP appeared to be falling asleep, which was unprecedented and started to shrink until it changed back to the form of a music box.
Both SCP-XXXX and Ms. Lambert were taken by the foundation for further tests and research. However, no anomalous abilities were found in either test subject.
Interview 5:
Interviewed: Tara Lambert
Interviewer: Senior Researcher Walter Farrell
Background: An interview room located in Site-23. Dr. Farrell enters wearing a white lab coat and sits behind a table. Sitting across from him is Tara, a middle aged woman. She faces away from the camera so that her expressions remain hidden.
<Begin Log>
Dr. Farrell: Hello Ms. Lambert, if everything goes well this is the last time you will be hearing from us.
Tara: What is this about?
Dr. Farrell: This is about the foundation's confidentiality.
Tara: …
Dr. Farrell: The standard procedure would be to give you amnestics and you will forget everything about the foundation, the SCP, your son.
Tara: It’s not like anyone is going to believe me, they already think I'm crazy anyway.
Dr. Farrell: I know.
Tara: …
Dr. Farrell: That's why I called in a lot of favours for the foundation to make an exception and in the end, they agreed to let you go with your memories.
Tara: …
Dr. Farrell: You’ll have to sign an NDA, and they are probably going to keep tabs on you for the rest of your life. The music box is broken anyways, the foundation declassified the SCP. You’ll mainly have to avoid talking about the foundation. As long as you don’t do anything suspicious, you don’t have to see the foundation ever again.
Tara: … Thank you.
Dr. Farrell: Farewell, Tara.
Tara: Goodbye.
<End Log>
[[footnoteblock]]
Wow! You flipped a card and got: Notes From 1 Billion Years!!! You ca reload the page or go to the next.
DATE: 25 May 2021 19:28
Item #: SCP-6000
Object Class: Safe
Special Containment Procedures:
Any archaeological discoveries pertaining to SCP-6000 are to be retrieved and replaced with falsified documentations pertaining to the time period of the Proterozoic Era.
Evolutionary changes in Archaeological Site-101 are to be documented immediately and
Any documents retrieved that relate or originate from SCP-6000 are to be studied and archived for any further knowledge of the nature of the anomaly.
Anyone who discovers the true nature of SCP-6000 is to be administered Class A Amnestics and their discoveries are either to be archived or destroyed to prevent any further containment breaches.
Description:
SCP-6000 are a series of notes from an unknown time traveler who appeared to have accidentally been transported approximately 1.8 billion years in the past to the Proterozoic Era, otherwise known as “The Boring Billion.”
Notes from SCP-6000 document the time traveler’s experience and discoveries while in the Boring Billion. And remnants of the anomalous temporal device have been retrieved and are being studied to determine its origin in both manufacturing and time period. While remnants of the device have been retrieved, approximately only 46% of it has been determined to be in custody. Foundation archaeologists are presently still locating the remaining pieces of the time machine, and the possible operator of the device.
Addendum-1:
After further anomalous temporal examination, the area where SCP-6000 was discovered seems to have it’s own anomalous temporal or evolutionary properties.
Research into whether or not the temporal device has anything to do with it is ongoing. It should be noted that during the Proterozoic Era, no trees or animals were present. However evidence shows flora and fauna appearing within the range of SCP-6000.
The anomalous “Evolution Space” dubbed by Foundation researchers caused biological evolution to rapidly progress.
BY ORDER OF THE OVERSEER COUNCIL
The following file is Level 4/6000 classified. Unauthorized access is forbidden.
XXXX
WARNING: THE FOLLOWING FILE IS LEVEL 5/6000 CLASSIFIED
ANY ATTEMPT TO ACCESS THIS FILE WITHOUT LEVEL 5/6000 AUTHORIZATION WILL BE LOGGED AND WILL LEAD TO IMMEDIATE DISCIPLINARY ACTION.
[[footnoteblock]]
Wow! You flipped a card and got: ManXPopsicle's Templates!!! You ca reload the page or go to the next.
DATE: 25 May 2021 18:35
Links:
SCP-5342, SCP-5392, SCP-5469 | http://scp-sandbox-3.wikidot.com/manxpopsicle-scp-2
Wow! You flipped a card and got: Clarity!!! You ca reload the page or go to the next.
DATE: 25 May 2021 18:27
Item #: SCP-XXXX
Object Class: Keter
Special Containment Procedures: The area surrounding SCP-XXXX has been bought and fenced up to prevent access to the SCP.
Under no circumstances are any personnel allowed to be within 500 meters of SCP-XXXX, any personnel or civilians are seen entering SCP-XXXX are to be shot upon exit an their bodies are to be incinerated.
Mobile Task Force Cela-1 “Older Siblings” has been tasked with locating all missing personnel effected by SCP-XXXX.
Exploration into SCP-XXXX with drones is pending approval.
Description: SCP-XXXX is a mist that stretches for five miles located in [Think of a place later,]. This mist is consistently present regardless of the heat, humidity or wind speeds of the area.
SCP-XXXX anomalous properties start to appear when any sentient being enters the
Addendum: [Optional additional paragraphs]
[[footnoteblock]]






Per 






