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: kuku!!! You ca reload the page or go to the next.
DATE: 02 Jun 2021 05:24
/* 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%; } }
Special Containment Procedures: All houses adjacent to SCP-4221 have been purchased by the Foundation, and are to be maintained by Foundation personnel. Any civilians entering SCP-4221 are to be immediately detained and amnesticized as appropriate. All weapons and bladed instruments are to be kept out of view of SCP-4221-1.
Once weekly, a cleaning crew is to dispose of trash, clean up spills, and dust inside SCP-4221, as well as restocking the supply of bandages.
In the event of aggressive behavior on the part of SCP-4221-1, Foundation personnel are to withdraw and notify MTF Beta-21 "Pied Pipers" to subdue the entity. SCP-4221-1 is not to be removed from SCP-4221.
SCP-4221-2 is to be kept under video surveillance at all times, with any changes or emissions to be reported immediately. Drone exploration is currently suspended.
Description: SCP-4221 is a blue two-story house, located in a row of similar houses along a side street in ██████, Toronto. It is the location of the following anomalies:
SCP-4221-1: The inhabitant of SCP-4221. SCP-4221-1 is a humanoid entity roughly 2.3 m in height with an arm-span of 4 m. The entity possesses unusually active sebaceous glands, which produce a thick, black oil coating most of the entity's skin. The entity has been provided weekly with clean bandages in an attempt to preserve a sanitary environment in SCP-4221, which has been largely successful.
SCP-4221-1 has shown no capacity for speech, although it has demonstrated some understanding of simple commands (see Addendum 4221-3).
SCP-4221-1 possesses an extreme phobia of weapons, especially bladed weapons. Even the presence of a fork can cause SCP-4221-1 to retreat into the attic of its residence until the threat is gone. This has made obtaining samples of its tissues extremely difficult.
DNA analysis of SCP-4221-1's secretions show a 99.6% match to human DNA. However, the DNA shows an extreme number of mutations, similar to those caused by prolonged exposure to radiation.
SCP-4221-2: An intermittent spacetime anomaly localised within the kitchen wall of SCP-4221, measuring roughly 5 cm in diameter. During activation events (see below), the anomaly provides an opening into a dark, seemingly abandoned space containing large masses of fungi similar to Stachybotrys chartarum, Dictyostelium discoideum, and other fungi. When not activated, it appears similar to the surrounding kitchen wall, albeit stained with black from frequent exposure to the molds inside.
Several times daily, SCP-4221-1 will initiate an activation event. It does so by approaching the location of SCP-4221-2, holding its ear close to the anomaly. Roughly 20% of the time, it will walk away after listening. In the other 80% of instances, it places its hand through the anomaly, which opens to accommodate it. The entity then retrieves large masses of mold for consumption.
After SCP-4221-1's harvesting, the opening begins to close over the space of 5 to 10 minutes. All attempts to maintain the anomaly have failed, as have attempts to activate it without the assistance of SCP-4221-1. Due to SCP-4221-1's low level of intelligence (see Addendum 4221-3), staff have been unable to negotiate more frequent activation events.
Insertion of recording equipment into SCP-4221-2 has been successful. However, upon closing, all items lodged within SCP-4221-2 are severed, and radio communication with equipment in the interior is lost. Due to these properties, the current working theory is that this opening is a liminal space leading to a location distant from ours in space, time, and/or dimension.
Incident 4221-1: During the listening portion of a standard activation event, SCP-4221-1 become extremely agitated, and fled into the attic of SCP-4221. SCP-4221-1 waited two days before the next activation event, showing signs of fatigue from lack of food.
During the next successful activation event, SCP-4221-1 retrieved a tangle of clothing from SCP-4221-2, in addition to its usual harvest of molds. The clothing was an orange jumpsuit, stained black. The jumpsuit contained tears and bite marks indicative of large predators. Chemical analysis showed a lack of blood; all stains were found to consist of mold and a fluid identical to that covering SCP-4221-1's skin.
Addendum 4221-2: Preliminary video recordings of the interior of SCP-4221-2 show an apparently man-made cluster of connected buildings coated with black, tarry substances. Due to the limited communication time span, drones have yet to explore the exterior of these buildings. No flora or fauna have been observed.
However, drone signals from previous activation events have not yet been picked up upon subsequent events, suggesting some active agent interfering with drone activity. (Note: as of ██/██/20██, one drone has returned with video footage. See Addendum 4.
Analysis of the building layout and room contents suggest that the building was used for restraint, similar to a prison, with barred interior windows, chains, emergency shutters, and restricted access to exterior walls. A comparison search ordered by Site Director █████ showed that the layout did not correspond to any current Foundation facility.
Addendum 4221-3:
Addendum 4221-4:
Wow! You flipped a card and got: scp 4221!!! You ca reload the page or go to the next.
DATE: 02 Jun 2021 00:56
| Assigned Site | Site Director | Research Head | Assigned MTF |
| Site-██ | ██████ | Dr. Keagan Cornwall | Beta-21 ("Pied Pipers") |
Special Containment Procedures
All houses adjacent to SCP-4221 have been purchased by the Foundation, and are to be maintained by Foundation personnel. Any civilians entering SCP-4221 are to be immediately detained and amnesticized as appropriate. All weapons and bladed instruments are to be kept out of view of SCP-4221-1.
Once weekly, a cleaning crew is to dispose of trash, clean up spills, and dust inside SCP-4221, as well as restocking the supply of bandages.
In the event of aggressive behavior on the part of SCP-4221-1, Foundation personnel are to withdraw and notify MTF Beta-21 "Pied Pipers" to subdue the entity. SCP-4221-1 is not to be removed from SCP-4221.
SCP-4221-2 is to be kept under video surveillance at all times, with any changes or emissions to be reported immediately. Drone exploration is currently suspended.
Description: SCP-4221 is a blue two-story house, located in a row of similar houses along a side street in ██████, Toronto. It is the location of the following anomalies:
SCP-4221-1: The inhabitant of SCP-4221. SCP-4221-1 is a humanoid entity roughly 2.3 m in height with an arm span of 4 m. The entity possesses unusually active sebaceous glands, which produce a thick, black oil coating most of the entity's skin. The entity has been provided weekly with clean bandages in an attempt to preserve a sanitary environment in SCP-4221, which has been largely successful.
SCP-4221-1 has shown no capacity for speech, although it has demonstrated some understanding of simple commands (see Addendum 4221-3).
SCP-4221-1 possesses an extreme phobia of weapons, especially bladed weapons. Even the presence of a fork can cause SCP-4221-1 to retreat into the attic of its residence until the threat is gone. This has made obtaining samples of its tissues extremely difficult.
DNA analysis of SCP-4221-1's secretions show a 99.6% match to human DNA. However, the DNA shows an extreme number of mutations, similar to those caused by prolonged exposure to radiation.
SCP-4221-2: An intermittent spacetime anomaly localized within the kitchen wall of SCP-4221, measuring roughly 5 cm in diameter. During activation events (see below), the anomaly provides an opening into a dark, seemingly abandoned space containing large masses of fungi similar to Stachybotrys chartarum, Dictyostelium discoideum, and other fungi. When not activated, it appears similar to the surrounding kitchen wall, albeit stained with black from frequent exposure to the molds inside.
Several times daily, SCP-4221-1 will initiate an activation event. It does so by approaching the location of SCP-4221-2, holding its ear close to the anomaly. Roughly 20% of the time, it will walk away after listening. In the other 80% of instances, it places its hand through the anomaly, which opens to accommodate it. The entity then retrieves large masses of mold for consumption.
After SCP-4221-1's harvesting, the opening begins to close over the space of 5 to 10 minutes. All attempts to maintain the anomaly have failed, as have attempts to activate it without the assistance of SCP-4221-1. Due to SCP-4221-1's low level of intelligence (see Addendum 4221-3), staff have been unable to negotiate more frequent activation events.
Insertion of recording equipment into SCP-4221-2 has been successful. However, upon closing, all items lodged within SCP-4221-2 are severed, and radio communication with equipment in the interior is lost. Due to these properties, the current working theory is that this opening is a liminal space leading to a location distant from ours in space, time, and/or dimension.
Incident 4221-1: During the listening portion of a standard activation event, SCP-4221-1 become extremely agitated and fled into the attic of SCP-4221. SCP-4221-1 waited two days before the next activation event, showing signs of fatigue from lack of food.
During the next successful activation event, SCP-4221-1 retrieved a tangle of clothing from SCP-4221-2, in addition to its usual harvest of molds. The clothing was an orange jumpsuit, stained black. The jumpsuit contained tears and bite marks indicative of large predators. Chemical analysis showed a lack of blood; all stains were found to consist of mold and a fluid identical to that covering SCP-4221-1's skin.
Addendum 4221-2: Preliminary video recordings of the interior of SCP-4221-2 show an apparently man-made cluster of connected buildings coated with black, tarry substances. Due to the limited communication time span, drones have yet to explore the exterior of these buildings. No flora or fauna have been observed.
However, drone signals from previous activation events have not yet been picked up upon subsequent events, suggesting some active agent interfering with drone activity. (Note: as of ██/██/20██, one drone has returned with video footage. See Addendum 4.
Analysis of the building layout and room contents suggests that the building was used for restraint, similar to a prison, with barred interior windows, chains, emergency shutters, and restricted access to exterior walls. A comparison search ordered by Site Director █████ showed that the layout did not correspond to any current Foundation facility.
Addendum 4221-3:
Addendum 4221-4:
[[footnoteblock]]
Wow! You flipped a card and got: Canticum ex morbo!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 23:34
/* Paperstack Theme [2020 Wikidot Theme] By EstrellaYoshte Based on: Inkblot Theme by Croquembouche Word Processor Theme by stormbreath Modern Theme by Azamo Simple Yonder Theme by EstrellaYoshte */ @import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Oxygen&display=swap'); @import url(https://fonts.googleapis.com/css2?family=Fira+Code&display=swap); #page-content { font-size: 0.87rem; } body { font-family: 'Oxygen', sans-serif; } body { color: #000000; background-image: linear-gradient( to bottom, #EFEFEF, #EFEFEF 276px, #D3D3D3 276px, #ffffff 282px, #ffffff 282px, #ffffff 100%); background-repeat: no-repeat; } #main-content { top: -1.6rem; padding: 0.2em; } .page-source, .code pre, .code p, .code, tt{ font-family: "Fira Code", monospace; } /* ---- HEADER ---- */ div#container-wrap { background-image: none; } div#header { background-image: none; } #header h1, #header h2 { margin-left: 0; float: none; text-align: center; } /* Move the subtitle down a smidge */ #header h2 { margin-top: 0.45rem; } /* Hide the existing text */ #header h1 span, #header h2 span { font-size: 0; display: none;} /* Style the new text */ #header h1 a::before, #header h2::before { color: #333333; font-family: 'Josefin Sans', sans-serif; text-shadow: none; } /* Set the new text's content from variable */ #header h1 a::before { content: var(--header-title, "SCP FOUNDATION"); font-weight: 300; font-size: 1.3em; } #header h2::before { content: var(--header-subtitle, "SECURE - CONTAIN - PROTECT"); font-weight: 600; font-size: 1.22em; } #login-status, #login-status a { color: #333333; } #page-title { display: none; } #footer, #footer a { background: transparent; color: #333333; } #search-top-box-input, #search-top-box-input:hover, #search-top-box-input:focus, #search-top-box-form input[type=submit], #search-top-box-form input[type=submit]:hover, #search-top-box-form input[type=submit]:focus { border: none; background: #333333; box-shadow: none; border-radius: 0px; color: #efefef; } #search-top-box input.empty { color: #999999; } div#search-top-box { top: 2.3rem; right: 8px; } /* ---- TOP BAR ---- */ #top-bar { display: flex; justify-content: center; right: 0; top: 7.9rem; } @media (max-width: 768px) { .mobile-top-bar { display: flex; justify-content: center; max-width: 100%; width: 100%; left: 0; } } #top-bar, #top-bar a { color: #333333; } /* ---- SIDE BAR ---- */ #side-bar .side-block { border: transparent; border-radius: 0; box-shadow: 0px 0px 7px #999999; background: #ffffff; } #side-bar .side-block.media > * { display: flex; justify-content: space-evenly; } #top-bar div.open-menu a { border-radius: 0; box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2), 0px 3px 10px 0 rgba(0, 0, 0, 0.19); border: 1px white; } @media (max-width: 767px) { #main-content { padding: 0; margin: 0 5%; border-left: none; } #page-title { margin-top: 0.7em; } #side-bar { background-color: #fff; left: -19em; } #side-bar:target { border: none; box-shadow: 3px 0 1px -2px rgba(0,0,0,0.04), 1px 0 5px 0 rgba(0,0,0,0.2); } #side-bar .close-menu { transition: width 0.5s ease-in-out 0.1s, opacity 1s ease-in-out 0s; display: block; position: fixed; width: 100%; height: 100%; top: 0; right: 0; background: rgba(0,0,0,0.3); background-position: 19em 50%; z-index: -1; opacity: 0; pointer-events: none; } #side-bar:target .close-menu { width: calc(100% - 19em); right: 0; left: auto; opacity: 1; pointer-events: auto; } #page-content > hr, #page-content > .list-pages-box > .list-pages-item > hr { margin: 3em -5.5%; } #side-bar { top: 0; } #side-bar .heading { padding-left: 1em; margin-left: -1em; } #search-top-box { top: 107px; } } /* ---- TABS ---- */ /* ---- YUI TAB BASE ---- */ .yui-navset .yui-nav a,.yui-navset .yui-navset-top .yui-nav a{background-color:inherit;background-image:inherit}.yui-navset .yui-nav a:hover,.yui-navset .yui-nav a:focus{background:inherit;text-decoration:inherit}.yui-navset .yui-nav .selected a,.yui-navset .yui-nav .selected a:focus,.yui-navset .yui-nav .selected a:hover{color:inherit;background:inherit}.yui-navset .yui-nav,.yui-navset .yui-navset-top .yui-nav{border-color:inherit}.yui-navset li{line-height:inherit} /* ---- YUI TAB CUSTOMIZATION ----*/ .yui-navset .yui-nav, .yui-navset .yui-navset-top .yui-nav{ display: flex; flex-wrap: wrap; width: calc(100% - .125rem); margin: 0 auto; border-color: #333333; box-shadow: none; } .yui-navset .yui-nav a, /* ---- Link Modifier ---- */ .yui-navset .yui-navset-top .yui-nav a{ color: #333333; /* ---- Tab Background Colour | [UNSELECTED] ---- */ background-color: #efefef; border: unset; box-shadow: none; box-shadow: none; } .yui-navset .yui-nav a:hover, .yui-navset .yui-nav a:focus{ color: #ffffff; /* ---- Tab Background Colour | [HOVER] ---- */ background-color: #333333; } .yui-navset .yui-nav li, /* ---- Listitem Modifier ---- */ .yui-navset .yui-navset-top .yui-nav li{ position: relative; display: flex; flex-grow: 2; max-width: 100%; margin: 0; padding: 0; color: #ffffff; background-color: #ffffff; border-color: transparent; box-shadow: none; } .yui-navset .yui-nav li a, .yui-navset-top .yui-nav li a, .yui-navset-bottom .yui-nav li a{ display: flex; align-items: center; justify-content: center; width: 100%; } .yui-navset .yui-nav li em{ border: unset; } .yui-navset .yui-nav a em, .yui-navset .yui-navset-top .yui-nav a em{ padding: .35em .75em; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } .yui-navset .yui-nav .selected, /* ---- Selection Modifier ---- */ .yui-navset .yui-navset-top .yui-nav .selected{ flex-grow: 2; margin: 0; padding: 0; /* ---- Tab Background Colour | [SELECTED] ---- */ background-color: #333333; } .yui-navset .yui-nav .selected a, .yui-navset .yui-nav .selected a em{ border: none; } .yui-navset .yui-nav .selected a{ width: 100%; color: #ffffff; } .yui-navset .yui-nav .selected a:focus, .yui-navset .yui-nav .selected a:active{ color: #ffffff; background-color: #333333; } .yui-navset .yui-content { background-color: #ffffff; box-shadow: 0px 0px 4px #999999; } .yui-navset .yui-content, .yui-navset .yui-navset-top .yui-content{ padding: .5em; border: none; } /* ---- INFO BAR ---- */ body{ --barColour: #333333; } .info-container .collapsible-block-content{ padding: 0 .5em 30px; } .info-container .collapsible-block-content .wiki-content-table{ width: 100%; } /* ---- INFO PANE ---- */ #page-content .creditRate{ margin: unset; margin-bottom: 4px; } #page-content .rate-box-with-credit-button { background-color: #ffffff; border: solid 1px #ffffff; box-shadow: 0px 0px 7px #999999; border-radius: 0; } #page-content .rate-box-with-credit-button .fa-info { border: none; color: #333333; } #page-content .rate-box-with-credit-button .fa-info:hover { background: #333333; color: #ffffff; } .rate-box-with-credit-button .cancel { border: solid 1px #ffffff; } /* ---- PAGE RATING ---- */ .page-rate-widget-box { box-shadow: 0px 0px 7px #999999; margin: unset; margin-bottom: 4px; border-radius: 0; } .page-rate-widget-box .rate-points { background-color: #ffffff !important; color: #333333 !important; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .rateup, .page-rate-widget-box .ratedown { background-color: #ffffff; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff; } .page-rate-widget-box .rateup a, .page-rate-widget-box .ratedown a { background: transparent; color: #333333; } .page-rate-widget-box .rateup a:hover, .page-rate-widget-box .ratedown a:hover { background: #333333; color: #ffffff; } .page-rate-widget-box .cancel { background: transparent; background-color: #ffffff; border: solid 1px #ffffff; border-radius: 0; } .page-rate-widget-box .cancel a { color: #333333; } .page-rate-widget-box .cancel a:hover { background: #333333; color: #ffffff; border-radius: 0; } /* ---- PAGE ELEMENTS ---- */ h1, h2, h3, h4, h5, h6 { color: #333333; font-family: 'Josefin Sans', sans-serif; font-weight: bold; } blockquote, div.blockquote, #toc, .code { background-color: #F8F8F8; border: solid 1px #F8F8F8; box-shadow: 0px 0px 4px #999999; } .scp-image-block { border: solid 8px #ffffff; box-shadow: 0px 0px 5px #999999; box-sizing: border-box; } .scp-image-block .scp-image-caption { background-color: #ffffff; border-top: solid 4px #ffffff; color: black; } #page-content .wiki-content-table tr th { border: solid 1px #999999; background-color: #efefef; /* set border for table title */ } #page-content .wiki-content-table tr td { border: solid 1px #999999; /* set border for table content */ } div.modalbox { border-radius: 0; border: none; box-shadow: 0px 0px 5px rgba(0,0,0,0.3); } /*-- tags --*/ #main-content .page-tags span { max-width: 100%; } #main-content .page-tags a { height: 0.9rem; line-height: 0.9rem; font-size: 0.76rem; background-color: #FDFDFD; border-radius: 0.6rem 0.12rem; margin: .25rem .2rem; .5rem .2rem; padding: 0.2rem 0.42rem 0.25rem 0.46rem; box-shadow: 0.6px 0.6px 1.9px 0.8px rgba(0,0,0,0.27); } #main-content .page-tags a:before { content: "•"; font-size: 1.1rem; float: left; position: relative; top: -0.19rem; left: -0.24rem; color: #ffffff; background-color: #B8B8B8; color: transparent; text-shadow: 1px 1px 0.7px rgba(255,255,255, 0.82); -webkit-background-clip: text; -moz-background-clip: text; background-clip: text; } /* ---- CUSTOM SYNTAX ---- */ .header-container { display: flex; justify-content: flex-end; align-items: center; flex-wrap: wrap; position: relative; justify-content: space-around; align-content: space-between; width: 100%; left: 0; align-items: flex-start; row-gap: 2px; } .text-item { flex-grow: 1; max-width: 25%; text-align: center; } .grid-item { flex-grow: 1; min-width: 25%; text-align: center; margin: 8px 6px; } @media (max-width: 1200px) { .grid-item { min-width: 50%; } } .logo { position: absolute; width: 180px; top: -154px; left: -17em; z-index: -1; } @media (max-width: 767px) { .logo { width: 36%; top: -9.7em; left: 32%; } } .textbox { position: absolute; width: 42%; top: 7.5rem; } @media (max-width: 960px) and (min-width: 767px), (max-width: 666px) { .textbox { position: relative; width: 100%; top: 0; } }

SCP-XXXX, a Edison Gem Phonograph, built circa 1909.
Special Containment Procedures:
SCP-XXXX is to be contained in a hermetically sealed chamber with no less than 2 guards protecting it. Any personnel within a 1-meter radius of SCP-XXXX are to wear noise-cancellation headphones to further inhibit possible SCP-XXXX-2 cases.
In the event a subject hears SCP-XXXX-1, personnel are to immediately take the subject to a trained psychologist. The subject is to be quarantined for a minimum of 1 week to wear off SCP-XXXX-1's harmful effects.
Description:
SCP-XXXX is an antique Edison Gem Phonograph, which has a red bell sitting atop a cherrywood base, SCP-XXXX shows no signs of any discernable age or wears, despite being over a century old. At exactly 5:38pm on Sunday SCP-XXXX will play a recording of jazz music for 9 minutes and 32 seconds until a faint gunshot can be heard echoing.
This music has been dubbed SCP-XXXX-1. SCP-XXXX-1 has the anomalous effect to cause schizophrenia and depression to those who hear its tune.1 SCP-XXXX-1 spreads via the distribution of its information,2 and will rapidly spread between subjects in a matter of seconds.
The effects of SCP-XXXX-1 can range from being a mild hindrance to being life-threatening. Many subjects will commit suicide though some may not and suffer the symptoms of schizophrenia.
Addendum: [Optional additional paragraphs]
[[footnoteblock]]
Wow! You flipped a card and got: The Other Side!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 23:33
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX-1 is to be contained in a high security dimensional-provisional area. SCP-XXXX-2 is to be contained at a standard armed-storage area. SCP-XXXX-1 and SCP-XXXX-2 are never to be within 1 mile of each other unless clearance from an 05 council member.
Both SCP-XXXX-1 and SCP-XXXX-2 are to be left in there containment cells, they do not need to be given maintenance in any way. If SCP-XXXX-1 begins to close or disembark our reality then MTF NU-7 is to attempt to force the rift open using conventional tools. If SCP-XXXX-2 begins to crack or decompose the MTF NU-7 will attempt to apply any sort of baseline or anomalous type of age reversal material.
If SCP-XXXX-1 and SCP-XXXX-2 come into contact with each other then BI end of the world scenario protocols should commence.
Description: SCP-XXXX-1 is a square manmade tunnel that is confirmed non Euclidean. There appears to be no exit to SCP-XXXX-1 as no existing tunnel connects up with SCP-XXXX-1. No D-Class personnel that have been sent in have ever returned. SCP-XXXX-1 has no lighting in visible view. If any individual walks past approximately 100 meters in SCP-XXXX-1 then they will simply disappear, even if thermal or night vision goggles are in use of observing the subject.
SCP-XXXX-2 is a F-150 model Ford truck. It is the only known item that can travel past the 100 meter mark and come back after approximately 2 hours. Any individual can travel inside SCP-XXXX-1 in SCP-XXXX-2without disappearing. However when they return they can not remember anything that happened in SCP-XXXX-2. Approximately 87% also suffer from PTSD and repeat the words “the other ones” over and over on there arrival out of SCP-XXXX-1.
A week after the individual returns they will for unknown reason “lose” their PTSD. At this point they can not recall entering SCP-XXXX-1, anything on “the other side”, or leaving SCP-XXXX-2. Individual who have reached this point are labeled as SCP-XXXX-3. SCP-XXXX-3 instances all share one trait: the immunity to memetics, and amnesia.
[[footnoteblock]]
Wow! You flipped a card and got: SCP-5XXX - Clock it In Let it Out!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 21:33
To all visitors of the site (including members of the Society)
If you have seen any, please inform us.
Feel free to add your input on the nature of the anomaly.
"Agent Aerosel" Wenxue, Society for Chartering the Paranatural Resurrección Chapter
Register #: SCP-6XXX
Range Class: Widespread
Anomaly Description:
The anomaly in question is a phenomenon that affects social media sites, causing the anomalous insertion of a video depicting the head of a white-colored owl over a pinkish-purple background, with the words "Second Chronullment Warning" in white under it; the video will automatically play when on screen, playing out a loud storm warning signal. A passage will be shown below the video, with the words "Time Loop" below and a varying number and unit of time.
Below is a reproduction of one instance of this anomaly (with the reproduced passage being one of the most common to manifest):
Something has upended the river of time
Trapped it in a circular canal, made a second an eternity
And I, seemingly, am the one person aware
A roaring wave; I try to resist
But like an ant, I am washed to the shores of Hell again.
Time Loop: 1 minuteInvestigations into this anomaly are ongoing.
….
…..
I lay on the beach whose sand I have grown familiar with; the sky, as all times, is a sunless white; I look at the ocean, their waves singing a song that I can make in my mind before them.
Ten… twenty… weeks, years, decades…
how long have I been at the same place?
I shake my head furiously before the memories can return: revelations are overwhelming, and I cannot let that weigh in my head like a world tree of dead whales.
I rise.
I wait.
Nothing in the waves.
I walk.
My hand glows slightly stronger in purple.
Bracing myself, envisioning my body a shielded wall. The crowds take no notice, while I prepare for the worst of the waves.
This time I shall conquer it, I tell myself. This time, I shall walk in the motion of a river reversed!
The full force immediately hits me. I scream as I seek to firm my stance. Roar of time in my ears, I will not falter…//
Time Loop: 5 minutes
The mall: I think I've been here so many times.
Wow! You flipped a card and got: Harriet Farrar 5!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 17:28
Item #: N/A
Object Class: N/A
Special Containment Procedures: N/A
Description: SCP-XXXX is believed to be a Cognito-hazard that causes a large scale gaslighting effect among Foundation staff in which afflicted individuals will undergo a symbiotic delusion that an SCP of great importance or danger has breached containment.
Addendum: SCP-XXXX was found to be absent from its containment chamber.
All reinforcements were considered breached, and Site-32 was locked down and meticulously searched.
SCP-XXXX was absent.
An extensive search revealed that all files, video logs, and photos corroborating SCP-XXXX's existence had been absent.
Class-Y mnestic's administered to staff; results futile.
A new recovery mission commenced. MTF operatives found no trace of SCP-XXXX.
Site-32 staff, upon ending their search, remembered that it never existed.
[[footnoteblock]]
Wow! You flipped a card and got: Scp 3302!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 16:57
Special Containment Procedures: It is currently impossible with current foundation technology to contain NAO-3302. Personnel are to suppress information of the anomaly using standard protocol.
Description: NAO-3302 is an ongoing ZK-Class "Reality Failure" Scenario, occuring via the presence of NAO-3302-1 (an extremely technologically advanced civilization comprised of humans identical to the normal baseline.). The effect of NAO-3302 has been visible for at least 2.49 billion years. This effect is characterized by a slow deterioration of the current state of reality until events cease to exist.
Foundation DEEPWELL servers have already recorded the first two stages of the event. All stages of NAO-3302 have been recorded below.
STAGE 1: A decrease in general quality of the state of the universe, and a marked decrease in the production of solar systems and matter in general.
STAGE 2: Noticeable decay in all stars, star generation nearly stops occuring. Narratives start to slow in production as well. Degeneration begins to overrun regeneration, and reality begins to degenerate.
STAGE 3: Stars begin to die out along with narratives. Objects completely halt in formation, and the degeneration can be very noticeable compared to parts before.
STAGE 4: The degeneration reaches a point in which ecosystems in parts of reality begin to die out and be destroyed.
STAGE 5: Nearly all matter and life in reality has decayed completely. Less than 0.1% of matter in the prime era of reality is left.
STAGE 6: There is nothing left.
[DATA CORRUPTED]
Addendum 3302.1: Related Interview Log From [DATA CORRUPTED]-2AFS-77FMML-TT
Context: [DATA CORRUPTED]napped by unknown individual[DATA CORRUPTED]mera brought in from researcher's he[DATA CORRUPTED]tentional for inter[DATA CORRUPTED]
Interviewer: Unknown.
[DATA EXPUNGED]
Wow! You flipped a card and got: Dr L broken bond!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 16:21
Special Containment Procedures: SCP-XXXX-1 and SCP-XXXX-2 are to remain separated. Interaction is permitted strictly when SCP-XXXX-1 activates and/or when it is feeding time for SCP-XXXX-2.
Description: SCP-XXXX is a pair of children, one male and one female. Both possess a distinct anomalous ability that manifests over a given period of time. Due to the relationship between SCP-XXXX-1 and -2, they have had their original documents combined into this current one. All updates made to either SCP-XXXX-1 or -2's files are to be logged here.
Wow! You flipped a card and got: The Sickly Lake!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 15:57
Containment:
Due to its nature, SCP-6XXX currently is not able to be contained in ways closed off to the public, as its negative anomalous properties grow exponentially more severe the less people with certain requirements interact with it. As current standing, those requirements seem to be physical ailments of the human body. As of the current containment procedure, the site of the anomaly is to be operated and maintained solely by Foundation personell, under the guise of a thermal bath. The site is to be open to the public throughout the year, and in case of the public attendance is not meeting required levels for the anomaly to stay in a „pacified” state, ad campaigns are to be conducted, along with freely handed out entry vouchers, in order to raise attendance of the site. The required monthly attendace of the afflicted is around 100.000. visitors at minimum, but for optimal supression of the anomalies negative effects the visitation number has to near 120.000. visitors per month. Currently the proper containment of 6XXX is not possible, due to the nature of the entity, see Incident report-6XXX-8. Further research is currently undergoing if the severity of the illnesses of the visitors affect the numbers in any way.
Description:
SCP-6XXX is an entity at the bottom of a thermal lake in Hévíz, Hungary. The area of the lake is 47,500 square meters (511,000 square feet), with a depth ranging from 2 meters to 38.4 meters. At the bottom of the lakebed is the main water source for the lake, where an opening is located, approximately 2.7 meters in width, 72 centimeters in height. A 14-17 meters wide hall, dubbed „The Amphora Hall” by on site research personell lies beyond the opening. The Amphora Hall is split in two by the entity itself, horizontally, which occupies the lower half of the hall. The entity is observed to take on multiple appearances, dependent on its current state. The dormant state, in which the entity appears as a cloud of swirling silt, slightly lighter colored than the silt layering the sides of the main basin. The active phase, in which the entity takes on the appearance of a geometrically perfect sphere, during this phase change it's colors shift from the dormant light brown, to a very dark brown/black, with red accents. In its dormant state, the entity’s anomalous properties are positive to the people interacting with it, healing bodily afflictions with to some degree of succes, for examples of these effect see expirements 6XXX-E1 through 6XXX-E5. Although its positive effects when in the dormant state the entities anomalous properties greatly change when it has not come into contact with sufficient number of afflicted people for more than a month. The currently known changes of anomalous properties when the enitity enters its active state, present a full shift from positive properties, to entirely negative ones. Namely, the currently known effects include the causation of diseases and bodily changes resulting in the most varying joint related issues, alterations to the human bone marrow and all dieseases associated with it, in the affected area. In some evere cases mental trauma or disorders can also be caused by prolonged exposure to this state of 6XXX, but the full extent of possibilties and severity is not known currently. In this state the entity’s effects start affecting an exponentially growing area originating from „The Amphora Hall”, as well as increasing frequency and severity of ailments caused in the affected area. Currently the maximal possible impacted area is not known, but after a prolonged time of being in the active state, the entities effects were affecting the population as far as London (aproximately 1360 kilometers), see incident report 6XXX-8.
The entities material composition is still not clear, but traces of human DNA and cells can be detected when the entity is in its dormant state. Attempt were made to take samples from the enitity when its residing in its active state, up to this point without succes. When the entity first enters its activated state, its form changes in the previously mentioned ways and begins to pulse in an exponentially increasing frequency most likely correlated with the affected area and severity, but this is currently uncomfirmed, as the entity shorts and destroy any and all electrical, equipment in a range of 10 meters after entering it’s activated state, and anything entering the „The Amphora Hall” during the objects active state is non recoverable, or locatable after its entry into the space.
Addendum - 6XXX-A
Dr. Németh ████████ has been appointed as director of Site-126 located in the city of Hévíz, Hungary, herein are included the personal logs of Dr. Németh until her resignation following the events described in Incident Report–6XXX-8. Any personnel being assigned to Site-126 after 20██/██/██, with level 3 or above security clearance is required to study these in order to garner a better understanding of the anomaly and to avoid any future incidents.
Personal Log-SD01
Date: 19██/██/██
Author: Dr. Németh ████████
[BEGIN LOG]
So this is it, I’m here, and I’ve got the responsibility to contain this, even though the site has only been estabilished. Well estabilished is not the best word for it, this bath has been here for the most part of the century, only we are new here. All previous staff have been removed from the site and as of now the Foundation takeover of the facilities is complete, but we are still lacking some of the essential equipment to begin surveying the entity. Some of the initial documentations regarding the entity of course has been misplaced during the rushed overtake of the facility. The responsible staff members have been reprimanded regarding this incident, although this does not help with the fact that we are sitting atop an entity of mostly unknown properties lacking some of the important reports on it’s possible anomalous properties. As of now one thing is clear to me, based on the avaliable documents, that 6XXX reacted negatively to the initial containment attempts. Soon after it’s discovery, the site was cordoned off from the public as per protocol, but after 3 days the anomaly seemed to react in a manner not reported previously, at least based on the reports currently avaliable indicate. Based upon our current knowledge I face a multi layered problem. First off, as of my current directions regarding 6XXX, we are to contain it in a manner, that doesn’t disturb the previously set norms, and because of this we are unable to close the entity off from the public. Of course the cover masquarade was already put in place by the original owners of the thermal bath before the takeover, but this still might prove as a challange. We’ll see, hopefully the rest of the testing equipment will arrive in a timely manner and we can begin the further examination, classification and containment of the enitity. Luckly a capable research staff has been assigned to Site-126, most notably, my research project head Dr. Kovács [REDACTED] and his assistant Dr. Ivanovics [REDACTED] are both great minds. Dr. Kovács has done notable research on previously freshly discovered anomalies and has proved a great resource during the classification and initial containment of those entities. I trust that his judgement and method of examiniation will provide us with better methods of safely containing this entity.
[END LOG]
Personal Log-SD02
Date: 19██/██/██
Author: Dr. Németh ████████
[BEGIN LOG]
Shortly after the overtake of the site, all necessary equipment has been delivered to the facility. Testing has begun on 19XX/XX/XX and has been ongoing for X months and X days, detailed in experiment logs 6XXX-E1 through 6XXX-E6, and progress in specifying the anomalous properties has been made, unfortunately not without incident. We suffered one casualty during the experiments due to improper safety precautions taken during the process, when technical staff on the insertion pier got hit and dragged by a dislodged piece of asset retrieval equipment. At least this unfortunate accident did provide us with some insight regarding the entity’s effects in its activated state, through the autopsy of the deceased (see 6XXX-AR1). I requested formal interviews with staff involved during 6XXX-E3, see the included interview log excertps, 6XXX-I03 and 6XXX-I09.The hypotesis’ presented based on autopsy report 6XXX-AR1 were confirmed later in experiment 6XXX-E5, through the examination of the D-class subject. The involved D-class has been put into an artificial coma in order to not subject her to inhumane conditions, and has been quarntined for further study. The reservations held by most research staff members has been noted and I deem it necessary to halt all further experiments until further notice, based on the belief that a hard to contain „run off” scenario could be triggered by continued experiments with 6XXX’s activated state. Research project lead Dr. Kovács [REDACTED]’s disagreement regarding my policy has been noted, but the repercussions caused by an event this magnitude can not be specified at this time. I’m taking steps in order to estabilish a steady attendance of people with the required criteria through the state’s health care system, encouraging medical professionals to consider refering people to our site for further examinations, and encourgae them to seek cures through the thermal bath. I have estabilished a media outreach and advertising department consisting of five on site personnel, in order to keep the attendance at the required level by methods of advertising the lake as a great tourist destination, national landmark and to emphasize its healing properties through the positive effects of the thermal waters. This departmant is to work closely with the entity surveillance teams in order to react as quickly as possible to attendance numbers not meeting the quota. In these hopefully rare cases the department has several prepared advertisment campaigns, including free entry vouchers, and in necessary cases discounted or free lodging during the visit. Though, because we operate openly to the public, on site surveillance efforts will have to be raised and maintained at all times, and all attempts at diving or unauthorized acces must be twharted in order to avoid the public’s direct exposure to 6XXX.
[END LOG]
Attached documents
[[footnoteblock]]
Wow! You flipped a card and got: Fishish's Fishbowl!!! You ca reload the page or go to the next.
DATE: 01 Jun 2021 15:37
Seeking Greenlights: No
Seeking Greenlights: No
Page Type: SCP Article
Genre (Optional): Hilarious
Elevator Pitch: A virus that is transmitted through the air, similar to the flu. This virus travels to the brain, where the affected individual falls under its effects. The virus latches onto the brain and starts displaying visual hallucinations in the victim’s field of vision. These hallucinations all advertise different products, with some nonsensical and some Skip based. The effect also advertises the ad company responsible for this campaign. Mimic stuff add here and also the thing with the strains that are going to accompany it. Other strains of the virus (-2 and -3 maybe?) Are detected by the foundation, with ties to GOIs advertising their products (Think MC&D). Antibiotics suffice when combating the bacteria, expiration is incredibly rare and is reserved only to subjects to which the illness was purposefully left to reproduce (almost entirely harmless).
Central Narrative: Chaos erupts with an outbreak in a Foundation site after a sample gets out. Some instances of ads that can appear are included in a table, along with an interview with an annoyed researcher. Cure is ongoing, estimated at around 8 years away. The word chaos is Hyperbole
Hook/Attention-Grabber: AD VIRUS
ACTUAL ARTICLE SO FAR
Item #: SCP-XXXX
Object Class: Euclid
Special Containment Procedures: SCP-XXXX is currently being monitored in order to effectively cut down on outbreaks. In the event that an SCP-XXXX outbreak occurs in a populated area, MTF-Chi-7 ‘Plague Tamers’ is to be deployed in order to reestablish containment. All affected individuals are to be treated with antiviral medication and placed under observation. When the disease has subsided, all individuals are to be administered Class-C amnestics and released. The outbreak is to be covered up with Scenario-7-C, “quarantined area”. Controlled exposure to SCP-XXXX in order to document the visual patterns it creates is allowed on D-Class personnel under permission from a Level 3 Researcher. A sample of SCP-XXXX is to be stored in Biological Research Area-12 for study.






Per 



